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.787fffc3.js

1486 lines
2.9 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,g,e){"use strict";e.r(g),e.d(g,{blue:function(){return ue},blueDark:function(){return Fe},cyan:function(){return ie},cyanDark:function(){return We},geekblue:function(){return X},geekblueDark:function(){return Lt},generate:function(){return S},gold:function(){return K},goldDark:function(){return ne},gray:function(){return ee},green:function(){return ae},greenDark:function(){return Pe},grey:function(){return se},greyDark:function(){return Gt},lime:function(){return H},limeDark:function(){return Ee},magenta:function(){return $},magentaDark:function(){return wt},orange:function(){return N},orangeDark:function(){return U},presetDarkPalettes:function(){return Ft},presetPalettes:function(){return J},presetPrimaryColors:function(){return I},purple:function(){return Y},purpleDark:function(){return mt},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(18642);const i=Math.round;function l(nr,Ne){const ht=nr.replace(/^[^(]*\((.*)/,"$1").replace(/\).*/,"").match(/\d*\.?\d+%?/g)||[],Rt=ht.map(Je=>parseFloat(Je));for(let Je=0;Je<3;Je+=1)Rt[Je]=Ne(Rt[Je]||0,ht[Je]||"",Je);return ht[3]?Rt[3]=ht[3].includes("%")?Rt[3]/100:Rt[3]:Rt[3]=1,Rt}const c=(nr,Ne,ht)=>ht===0?nr:nr/100;function f(nr,Ne){const ht=Ne||255;return nr>ht?ht:nr<0?0:nr}class o{constructor(Ne){(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 ht(Rt){return Rt[0]in Ne&&Rt[1]in Ne&&Rt[2]in Ne}if(Ne)if(typeof Ne=="string"){let Je=function(ct){return Rt.startsWith(ct)};const Rt=Ne.trim();/^#?[A-F\d]{3,8}$/i.test(Rt)?this.fromHexString(Rt):Je("rgb")?this.fromRgbString(Rt):Je("hsl")?this.fromHslString(Rt):(Je("hsv")||Je("hsb"))&&this.fromHsvString(Rt)}else if(Ne instanceof o)this.r=Ne.r,this.g=Ne.g,this.b=Ne.b,this.a=Ne.a,this._h=Ne._h,this._s=Ne._s,this._l=Ne._l,this._v=Ne._v;else if(ht("rgb"))this.r=f(Ne.r),this.g=f(Ne.g),this.b=f(Ne.b),this.a=typeof Ne.a=="number"?f(Ne.a,1):1;else if(ht("hsl"))this.fromHsl(Ne);else if(ht("hsv"))this.fromHsv(Ne);else throw new Error("@ant-design/fast-color: unsupported input "+JSON.stringify(Ne))}setR(Ne){return this._sc("r",Ne)}setG(Ne){return this._sc("g",Ne)}setB(Ne){return this._sc("b",Ne)}setA(Ne){return this._sc("a",Ne,1)}setHue(Ne){const ht=this.toHsv();return ht.h=Ne,this._c(ht)}getLuminance(){function Ne(ct){const at=ct/255;return at<=.03928?at/12.92:Math.pow((at+.055)/1.055,2.4)}const ht=Ne(this.r),Rt=Ne(this.g),Je=Ne(this.b);return .2126*ht+.7152*Rt+.0722*Je}getHue(){if(typeof this._h=="undefined"){const Ne=this.getMax()-this.getMin();Ne===0?this._h=0:this._h=i(60*(this.r===this.getMax()?(this.g-this.b)/Ne+(this.g<this.b?6:0):this.g===this.getMax()?(this.b-this.r)/Ne+2:(this.r-this.g)/Ne+4))}return this._h}getSaturation(){if(typeof this._s=="undefined"){const Ne=this.getMax()-this.getMin();Ne===0?this._s=0:this._s=Ne/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(Ne=10){const ht=this.getHue(),Rt=this.getSaturation();let Je=this.getLightness()-Ne/100;return Je<0&&(Je=0),this._c({h:ht,s:Rt,l:Je,a:this.a})}lighten(Ne=10){const ht=this.getHue(),Rt=this.getSaturation();let Je=this.getLightness()+Ne/100;return Je>1&&(Je=1),this._c({h:ht,s:Rt,l:Je,a:this.a})}mix(Ne,ht=50){const Rt=this._c(Ne),Je=ht/100,ct=Xe=>(Rt[Xe]-this[Xe])*Je+this[Xe],at={r:i(ct("r")),g:i(ct("g")),b:i(ct("b")),a:i(ct("a")*100)/100};return this._c(at)}tint(Ne=10){return this.mix({r:255,g:255,b:255,a:1},Ne)}shade(Ne=10){return this.mix({r:0,g:0,b:0,a:1},Ne)}onBackground(Ne){const ht=this._c(Ne),Rt=this.a+ht.a*(1-this.a),Je=ct=>i((this[ct]*this.a+ht[ct]*ht.a*(1-this.a))/Rt);return this._c({r:Je("r"),g:Je("g"),b:Je("b"),a:Rt})}isDark(){return this.getBrightness()<128}isLight(){return this.getBrightness()>=128}equals(Ne){return this.r===Ne.r&&this.g===Ne.g&&this.b===Ne.b&&this.a===Ne.a}clone(){return this._c(this)}toHexString(){let Ne="#";const ht=(this.r||0).toString(16);Ne+=ht.length===2?ht:"0"+ht;const Rt=(this.g||0).toString(16);Ne+=Rt.length===2?Rt:"0"+Rt;const Je=(this.b||0).toString(16);if(Ne+=Je.length===2?Je:"0"+Je,typeof this.a=="number"&&this.a>=0&&this.a<1){const ct=i(this.a*255).toString(16);Ne+=ct.length===2?ct:"0"+ct}return Ne}toHsl(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightness(),a:this.a}}toHslString(){const Ne=this.getHue(),ht=i(this.getSaturation()*100),Rt=i(this.getLightness()*100);return this.a!==1?`hsla(${Ne},${ht}%,${Rt}%,${this.a})`:`hsl(${Ne},${ht}%,${Rt}%)`}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(Ne,ht,Rt){const Je=this.clone();return Je[Ne]=f(ht,Rt),Je}_c(Ne){return new this.constructor(Ne)}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(Ne){const ht=Ne.replace("#","");function Rt(Je,ct){return parseInt(ht[Je]+ht[ct||Je],16)}ht.length<6?(this.r=Rt(0),this.g=Rt(1),this.b=Rt(2),this.a=ht[3]?Rt(3)/255:1):(this.r=Rt(0,1),this.g=Rt(2,3),this.b=Rt(4,5),this.a=ht[6]?Rt(6,7)/255:1)}fromHsl({h:Ne,s:ht,l:Rt,a:Je}){if(this._h=Ne%360,this._s=ht,this._l=Rt,this.a=typeof Je=="number"?Je:1,ht<=0){const et=i(Rt*255);this.r=et,this.g=et,this.b=et}let ct=0,at=0,Xe=0;const Ze=Ne/60,ye=(1-Math.abs(2*Rt-1))*ht,Oe=ye*(1-Math.abs(Ze%2-1));Ze>=0&&Ze<1?(ct=ye,at=Oe):Ze>=1&&Ze<2?(ct=Oe,at=ye):Ze>=2&&Ze<3?(at=ye,Xe=Oe):Ze>=3&&Ze<4?(at=Oe,Xe=ye):Ze>=4&&Ze<5?(ct=Oe,Xe=ye):Ze>=5&&Ze<6&&(ct=ye,Xe=Oe);const Ge=Rt-ye/2;this.r=i((ct+Ge)*255),this.g=i((at+Ge)*255),this.b=i((Xe+Ge)*255)}fromHsv({h:Ne,s:ht,v:Rt,a:Je}){this._h=Ne%360,this._s=ht,this._v=Rt,this.a=typeof Je=="number"?Je:1;const ct=i(Rt*255);if(this.r=ct,this.g=ct,this.b=ct,ht<=0)return;const at=Ne/60,Xe=Math.floor(at),Ze=at-Xe,ye=i(Rt*(1-ht)*255),Oe=i(Rt*(1-ht*Ze)*255),Ge=i(Rt*(1-ht*(1-Ze))*255);switch(Xe){case 0:this.g=Ge,this.b=ye;break;case 1:this.r=Oe,this.b=ye;break;case 2:this.r=ye,this.b=Ge;break;case 3:this.r=ye,this.g=Oe;break;case 4:this.r=Ge,this.g=ye;break;case 5:default:this.g=ye,this.b=Oe;break}}fromHsvString(Ne){const ht=l(Ne,c);this.fromHsv({h:ht[0],s:ht[1],v:ht[2],a:ht[3]})}fromHslString(Ne){const ht=l(Ne,c);this.fromHsl({h:ht[0],s:ht[1],l:ht[2],a:ht[3]})}fromRgbString(Ne){const ht=l(Ne,(Rt,Je)=>Je.includes("%")?i(Rt/100*255):Rt);this.r=ht[0],this.g=ht[1],this.b=ht[2],this.a=ht[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 A(nr,Ne,ht){var Rt;return Math.round(nr.h)>=60&&Math.round(nr.h)<=240?Rt=ht?Math.round(nr.h)-h*Ne:Math.round(nr.h)+h*Ne:Rt=ht?Math.round(nr.h)+h*Ne:Math.round(nr.h)-h*Ne,Rt<0?Rt+=360:Rt>=360&&(Rt-=360),Rt}function k(nr,Ne,ht){if(nr.h===0&&nr.s===0)return nr.s;var Rt;return ht?Rt=nr.s-u*Ne:Ne===m?Rt=nr.s+u:Rt=nr.s+a*Ne,Rt>1&&(Rt=1),ht&&Ne===y&&Rt>.1&&(Rt=.1),Rt<.06&&(Rt=.06),Math.round(Rt*100)/100}function R(nr,Ne,ht){var Rt;return ht?Rt=nr.v+x*Ne:Rt=nr.v-p*Ne,Rt=Math.max(0,Math.min(1,Rt)),Math.round(Rt*100)/100}function S(nr){for(var Ne=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ht=[],Rt=new o(nr),Je=Rt.toHsv(),ct=y;ct>0;ct-=1){var at=new o({h:A(Je,ct,!0),s:k(Je,ct,!0),v:R(Je,ct,!0)});ht.push(at)}ht.push(Rt);for(var Xe=1;Xe<=m;Xe+=1){var Ze=new o({h:A(Je,Xe),s:k(Je,Xe),v:R(Je,Xe)});ht.push(Ze)}return Ne.theme==="dark"?b.map(function(ye){var Oe=ye.index,Ge=ye.amount;return new o(Ne.backgroundColor||"#141414").mix(ht[Oe],Ge).toHexString()}):ht.map(function(ye){return ye.toHexString()})}var I={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 N=["#fff7e6","#ffe7ba","#ffd591","#ffc069","#ffa940","#fa8c16","#d46b08","#ad4e00","#873800","#612500"];N.primary=N[5];var K=["#fffbe6","#fff1b8","#ffe58f","#ffd666","#ffc53d","#faad14","#d48806","#ad6800","#874d00","#613400"];K.primary=K[5];var G=["#feffe6","#ffffb8","#fffb8f","#fff566","#ffec3d","#fadb14","#d4b106","#ad8b00","#876800","#614700"];G.primary=G[5];var H=["#fcffe6","#f4ffb8","#eaff8f","#d3f261","#bae637","#a0d911","#7cb305","#5b8c00","#3f6600","#254000"];H.primary=H[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 X=["#f0f5ff","#d6e4ff","#adc6ff","#85a5ff","#597ef7","#2f54eb","#1d39c4","#10239e","#061178","#030852"];X.primary=X[5];var Y=["#f9f0ff","#efdbff","#d3adf7","#b37feb","#9254de","#722ed1","#531dab","#391085","#22075e","#120338"];Y.primary=Y[5];var $=["#fff0f6","#ffd6e7","#ffadd2","#ff85c0","#f759ab","#eb2f96","#c41d7f","#9e1068","#780650","#520339"];$.primary=$[5];var se=["#a6a6a6","#999999","#8c8c8c","#808080","#737373","#666666","#404040","#1a1a1a","#000000","#000000"];se.primary=se[5];var ee=se,J={red:M,volcano:B,orange:N,gold:K,yellow:G,lime:H,green:ae,cyan:ie,blue:ue,geekblue:X,purple:Y,magenta:$,grey:se},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 U=["#2b1d11","#442a11","#593815","#7c4a15","#aa6215","#d87a16","#e89a3c","#f3b765","#f8cf8d","#fae3b7"];U.primary=U[5];var ne=["#2b2111","#443111","#594214","#7c5914","#aa7714","#d89614","#e8b339","#f3cc62","#f8df8b","#faedb5"];ne.primary=ne[5];var me=["#2b2611","#443b11","#595014","#7c6e14","#aa9514","#d8bd14","#e8d639","#f3ea62","#f8f48b","#fafab5"];me.primary=me[5];var Ee=["#1f2611","#2e3c10","#3e4f13","#536d13","#6f9412","#8bbb11","#a9d134","#c9e75d","#e4f88b","#f0fab5"];Ee.primary=Ee[5];var Pe=["#162312","#1d3712","#274916","#306317","#3c8618","#49aa19","#6abe39","#8fd460","#b2e58b","#d5f2bb"];Pe.primary=Pe[5];var We=["#112123","#113536","#144848","#146262","#138585","#13a8a8","#33bcb7","#58d1c9","#84e2d8","#b2f1e8"];We.primary=We[5];var Fe=["#111a2c","#112545","#15325b","#15417e","#1554ad","#1668dc","#3c89e8","#65a9f3","#8dc5f8","#b7dcfa"];Fe.primary=Fe[5];var Lt=["#131629","#161d40","#1c2755","#203175","#263ea0","#2b4acb","#5273e0","#7f9ef3","#a8c1f8","#d2e0fa"];Lt.primary=Lt[5];var mt=["#1a1325","#24163a","#301c4d","#3e2069","#51258f","#642ab5","#854eca","#ab7ae0","#cda8f0","#ebd7fa"];mt.primary=mt[5];var wt=["#291321","#40162f","#551c3b","#75204f","#a02669","#cb2b83","#e0529c","#f37fb7","#f8a8cc","#fad2e3"];wt.primary=wt[5];var Gt=["#151515","#1f1f1f","#2d2d2d","#393939","#494949","#5a5a5a","#6a6a6a","#7b7b7b","#888888","#969696"];Gt.primary=Gt[5];var Ft={red:le,volcano:Z,orange:U,gold:ne,yellow:me,lime:Ee,green:Pe,cyan:We,blue:Fe,geekblue:Lt,purple:mt,magenta:wt,grey:Gt}},36237:function(d,g,e){"use strict";e.r(g),e.d(g,{Keyframes:function(){return fo},NaNLinter:function(){return cs},StyleContext:function(){return ie},StyleProvider:function(){return ae},Theme:function(){return wt},_experimental:function(){return su},createCache:function(){return G},createTheme:function(){return Ft},extractStyle:function(){return rl},genCalc:function(){return Pe},getComputedToken:function(){return Bt},legacyLogicalPropertiesTransformer:function(){return Cu},legacyNotSelectorLinter:function(){return Hs},logicalPropertiesLinter:function(){return ro},parentSelectorLinter:function(){return Rs},px2remTransformer:function(){return au},token2CSSVar:function(){return Me},unit:function(){return lr},useCSSVarRegister:function(){return nu},useCacheToken:function(){return wr},useStyleRegister:function(){return is}});var r=e(72190),i=e(18642),l=e(77654),c=e(85899);function f(rr){for(var _r=0,hr,gr=0,Ar=rr.length;Ar>=4;++gr,Ar-=4)hr=rr.charCodeAt(gr)&255|(rr.charCodeAt(++gr)&255)<<8|(rr.charCodeAt(++gr)&255)<<16|(rr.charCodeAt(++gr)&255)<<24,hr=(hr&65535)*1540483477+((hr>>>16)*59797<<16),hr^=hr>>>24,_r=(hr&65535)*1540483477+((hr>>>16)*59797<<16)^(_r&65535)*1540483477+((_r>>>16)*59797<<16);switch(Ar){case 3:_r^=(rr.charCodeAt(gr+2)&255)<<16;case 2:_r^=(rr.charCodeAt(gr+1)&255)<<8;case 1:_r^=rr.charCodeAt(gr)&255,_r=(_r&65535)*1540483477+((_r>>>16)*59797<<16)}return _r^=_r>>>13,_r=(_r&65535)*1540483477+((_r>>>16)*59797<<16),((_r^_r>>>15)>>>0).toString(36)}var o=f,h=e(810),u=e(59301),a=e.t(u,2),x=e(42244),p=e(80547),y=e(13697),m=e(38705),b=e(17212),A="%";function k(rr){return rr.join(A)}var R=function(){function rr(_r){(0,m.Z)(this,rr),(0,i.Z)(this,"instanceId",void 0),(0,i.Z)(this,"cache",new Map),(0,i.Z)(this,"extracted",new Set),this.instanceId=_r}return(0,b.Z)(rr,[{key:"get",value:function(hr){return this.opGet(k(hr))}},{key:"opGet",value:function(hr){return this.cache.get(hr)||null}},{key:"update",value:function(hr,gr){return this.opUpdate(k(hr),gr)}},{key:"opUpdate",value:function(hr,gr){var Ar=this.cache.get(hr),bn=gr(Ar);bn===null?this.cache.delete(hr):this.cache.set(hr,bn)}}]),rr}(),S=R,I=["children"],M="data-token-hash",B="data-css-hash",N="data-cache-path",K="__cssinjs_instance__";function G(){var rr=Math.random().toString(12).slice(2);if(typeof document!="undefined"&&document.head&&document.body){var _r=document.body.querySelectorAll("style[".concat(B,"]"))||[],hr=document.head.firstChild;Array.from(_r).forEach(function(Ar){Ar[K]=Ar[K]||rr,Ar[K]===rr&&document.head.insertBefore(Ar,hr)});var gr={};Array.from(document.querySelectorAll("style[".concat(B,"]"))).forEach(function(Ar){var bn=Ar.getAttribute(B);if(gr[bn]){if(Ar[K]===rr){var Hn;(Hn=Ar.parentNode)===null||Hn===void 0||Hn.removeChild(Ar)}}else gr[bn]=!0})}return new S(rr)}var H=u.createContext({hashPriority:"low",cache:G(),defaultCache:!0}),ae=function(_r){var hr=_r.children,gr=(0,x.Z)(_r,I),Ar=u.useContext(H),bn=(0,p.Z)(function(){var Hn=(0,c.Z)({},Ar);Object.keys(gr).forEach(function(Zn){var ai=gr[Zn];gr[Zn]!==void 0&&(Hn[Zn]=ai)});var Ln=gr.cache;return Hn.cache=Hn.cache||G(),Hn.defaultCache=!Ln&&Ar.defaultCache,Hn},[Ar,gr],function(Hn,Ln){return!(0,y.Z)(Hn[0],Ln[0],!0)||!(0,y.Z)(Hn[1],Ln[1],!0)});return u.createElement(H.Provider,{value:bn},hr)},ie=H,ue=e(43749),X=e(47273),Y=e(15793),$=e(39153),se=e(55401),ee=(0,b.Z)(function rr(){(0,m.Z)(this,rr)}),J=ee,le="CALC_UNIT",Z=new RegExp(le,"g");function U(rr){return typeof rr=="number"?"".concat(rr).concat(le):rr}var ne=function(rr){(0,$.Z)(hr,rr);var _r=(0,se.Z)(hr);function hr(gr,Ar){var bn;(0,m.Z)(this,hr),bn=_r.call(this),(0,i.Z)((0,Y.Z)(bn),"result",""),(0,i.Z)((0,Y.Z)(bn),"unitlessCssVar",void 0),(0,i.Z)((0,Y.Z)(bn),"lowPriority",void 0);var Hn=(0,ue.Z)(gr);return bn.unitlessCssVar=Ar,gr instanceof hr?bn.result="(".concat(gr.result,")"):Hn==="number"?bn.result=U(gr):Hn==="string"&&(bn.result=gr),bn}return(0,b.Z)(hr,[{key:"add",value:function(Ar){return Ar instanceof hr?this.result="".concat(this.result," + ").concat(Ar.getResult()):(typeof Ar=="number"||typeof Ar=="string")&&(this.result="".concat(this.result," + ").concat(U(Ar))),this.lowPriority=!0,this}},{key:"sub",value:function(Ar){return Ar instanceof hr?this.result="".concat(this.result," - ").concat(Ar.getResult()):(typeof Ar=="number"||typeof Ar=="string")&&(this.result="".concat(this.result," - ").concat(U(Ar))),this.lowPriority=!0,this}},{key:"mul",value:function(Ar){return this.lowPriority&&(this.result="(".concat(this.result,")")),Ar instanceof hr?this.result="".concat(this.result," * ").concat(Ar.getResult(!0)):(typeof Ar=="number"||typeof Ar=="string")&&(this.result="".concat(this.result," * ").concat(Ar)),this.lowPriority=!1,this}},{key:"div",value:function(Ar){return this.lowPriority&&(this.result="(".concat(this.result,")")),Ar instanceof hr?this.result="".concat(this.result," / ").concat(Ar.getResult(!0)):(typeof Ar=="number"||typeof Ar=="string")&&(this.result="".concat(this.result," / ").concat(Ar)),this.lowPriority=!1,this}},{key:"getResult",value:function(Ar){return this.lowPriority||Ar?"(".concat(this.result,")"):this.result}},{key:"equal",value:function(Ar){var bn=this,Hn=Ar||{},Ln=Hn.unit,Zn=!0;return typeof Ln=="boolean"?Zn=Ln:Array.from(this.unitlessCssVar).some(function(ai){return bn.result.includes(ai)})&&(Zn=!1),this.result=this.result.replace(Z,Zn?"px":""),typeof this.lowPriority!="undefined"?"calc(".concat(this.result,")"):this.result}}]),hr}(J),me=function(rr){(0,$.Z)(hr,rr);var _r=(0,se.Z)(hr);function hr(gr){var Ar;return(0,m.Z)(this,hr),Ar=_r.call(this),(0,i.Z)((0,Y.Z)(Ar),"result",0),gr instanceof hr?Ar.result=gr.result:typeof gr=="number"&&(Ar.result=gr),Ar}return(0,b.Z)(hr,[{key:"add",value:function(Ar){return Ar instanceof hr?this.result+=Ar.result:typeof Ar=="number"&&(this.result+=Ar),this}},{key:"sub",value:function(Ar){return Ar instanceof hr?this.result-=Ar.result:typeof Ar=="number"&&(this.result-=Ar),this}},{key:"mul",value:function(Ar){return Ar instanceof hr?this.result*=Ar.result:typeof Ar=="number"&&(this.result*=Ar),this}},{key:"div",value:function(Ar){return Ar instanceof hr?this.result/=Ar.result:typeof Ar=="number"&&(this.result/=Ar),this}},{key:"equal",value:function(){return this.result}}]),hr}(J),Ee=function(_r,hr){var gr=_r==="css"?ne:me;return function(Ar){return new gr(Ar,hr)}},Pe=Ee;function We(rr,_r){if(rr.length!==_r.length)return!1;for(var hr=0;hr<rr.length;hr++)if(rr[hr]!==_r[hr])return!1;return!0}var Fe=function(){function rr(){(0,m.Z)(this,rr),(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)(rr,[{key:"size",value:function(){return this.keys.length}},{key:"internalGet",value:function(hr){var gr,Ar,bn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Hn={map:this.cache};return hr.forEach(function(Ln){if(!Hn)Hn=void 0;else{var Zn;Hn=(Zn=Hn)===null||Zn===void 0||(Zn=Zn.map)===null||Zn===void 0?void 0:Zn.get(Ln)}}),(gr=Hn)!==null&&gr!==void 0&&gr.value&&bn&&(Hn.value[1]=this.cacheCallTimes++),(Ar=Hn)===null||Ar===void 0?void 0:Ar.value}},{key:"get",value:function(hr){var gr;return(gr=this.internalGet(hr,!0))===null||gr===void 0?void 0:gr[0]}},{key:"has",value:function(hr){return!!this.internalGet(hr)}},{key:"set",value:function(hr,gr){var Ar=this;if(!this.has(hr)){if(this.size()+1>rr.MAX_CACHE_SIZE+rr.MAX_CACHE_OFFSET){var bn=this.keys.reduce(function(ai,ei){var mr=(0,r.Z)(ai,2),Mr=mr[1];return Ar.internalGet(ei)[1]<Mr?[ei,Ar.internalGet(ei)[1]]:ai},[this.keys[0],this.cacheCallTimes]),Hn=(0,r.Z)(bn,1),Ln=Hn[0];this.delete(Ln)}this.keys.push(hr)}var Zn=this.cache;hr.forEach(function(ai,ei){if(ei===hr.length-1)Zn.set(ai,{value:[gr,Ar.cacheCallTimes++]});else{var mr=Zn.get(ai);mr?mr.map||(mr.map=new Map):Zn.set(ai,{map:new Map}),Zn=Zn.get(ai).map}})}},{key:"deleteByPath",value:function(hr,gr){var Ar=hr.get(gr[0]);if(gr.length===1){var bn;return Ar.map?hr.set(gr[0],{map:Ar.map}):hr.delete(gr[0]),(bn=Ar.value)===null||bn===void 0?void 0:bn[0]}var Hn=this.deleteByPath(Ar.map,gr.slice(1));return(!Ar.map||Ar.map.size===0)&&!Ar.value&&hr.delete(gr[0]),Hn}},{key:"delete",value:function(hr){if(this.has(hr))return this.keys=this.keys.filter(function(gr){return!We(gr,hr)}),this.deleteByPath(this.cache,hr)}}]),rr}();(0,i.Z)(Fe,"MAX_CACHE_SIZE",20),(0,i.Z)(Fe,"MAX_CACHE_OFFSET",5);var Lt=e(48736),mt=0,wt=function(){function rr(_r){(0,m.Z)(this,rr),(0,i.Z)(this,"derivatives",void 0),(0,i.Z)(this,"id",void 0),this.derivatives=Array.isArray(_r)?_r:[_r],this.id=mt,_r.length===0&&(0,Lt.Kp)(_r.length>0,"[Ant Design CSS-in-JS] Theme should have at least one derivative function."),mt+=1}return(0,b.Z)(rr,[{key:"getDerivativeToken",value:function(hr){return this.derivatives.reduce(function(gr,Ar){return Ar(hr,gr)},void 0)}}]),rr}(),Gt=new Fe;function Ft(rr){var _r=Array.isArray(rr)?rr:[rr];return Gt.has(_r)||Gt.set(_r,new wt(_r)),Gt.get(_r)}var nr=new WeakMap,Ne={};function ht(rr,_r){for(var hr=nr,gr=0;gr<_r.length;gr+=1){var Ar=_r[gr];hr.has(Ar)||hr.set(Ar,new WeakMap),hr=hr.get(Ar)}return hr.has(Ne)||hr.set(Ne,rr()),hr.get(Ne)}var Rt=new WeakMap;function Je(rr){var _r=Rt.get(rr)||"";return _r||(Object.keys(rr).forEach(function(hr){var gr=rr[hr];_r+=hr,gr instanceof wt?_r+=gr.id:gr&&(0,ue.Z)(gr)==="object"?_r+=Je(gr):_r+=gr}),_r=o(_r),Rt.set(rr,_r)),_r}function ct(rr,_r){return o("".concat(_r,"_").concat(Je(rr)))}var at="random-".concat(Date.now(),"-").concat(Math.random()).replace(/\./g,""),Xe="_bAmBoO_";function Ze(rr,_r,hr){if((0,X.Z)()){var gr,Ar;(0,h.hq)(rr,at);var bn=document.createElement("div");bn.style.position="fixed",bn.style.left="0",bn.style.top="0",_r==null||_r(bn),document.body.appendChild(bn);var Hn=hr?hr(bn):(gr=getComputedStyle(bn).content)===null||gr===void 0?void 0:gr.includes(Xe);return(Ar=bn.parentNode)===null||Ar===void 0||Ar.removeChild(bn),(0,h.jL)(at),Hn}return!1}var ye=null;function Oe(){return ye===void 0&&(ye=Ze("@layer ".concat(at," { .").concat(at,' { content: "').concat(Xe,'"!important; } }'),function(rr){rr.className=at})),ye}var Ge=void 0;function et(){return Ge===void 0&&(Ge=Ze(":where(.".concat(at,') { content: "').concat(Xe,'"!important; }'),function(rr){rr.className=at})),Ge}var Qe=void 0;function St(){return Qe===void 0&&(Qe=Ze(".".concat(at," { inset-block: 93px !important; }"),function(rr){rr.className=at},function(rr){return getComputedStyle(rr).bottom==="93px"})),Qe}var Ct=(0,X.Z)();function lr(rr){return typeof rr=="number"?"".concat(rr,"px"):rr}function or(rr,_r,hr){var gr=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},Ar=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(Ar)return rr;var bn=(0,c.Z)((0,c.Z)({},gr),{},(0,i.Z)((0,i.Z)({},M,_r),B,hr)),Hn=Object.keys(bn).map(function(Ln){var Zn=bn[Ln];return Zn?"".concat(Ln,'="').concat(Zn,'"'):null}).filter(function(Ln){return Ln}).join(" ");return"<style ".concat(Hn,">").concat(rr,"</style>")}var Me=function(_r){var hr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return"--".concat(hr?"".concat(hr,"-"):"").concat(_r).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()},tt=function(_r,hr,gr){return Object.keys(_r).length?".".concat(hr).concat(gr!=null&&gr.scope?".".concat(gr.scope):"","{").concat(Object.entries(_r).map(function(Ar){var bn=(0,r.Z)(Ar,2),Hn=bn[0],Ln=bn[1];return"".concat(Hn,":").concat(Ln,";")}).join(""),"}"):""},Qt=function(_r,hr,gr){var Ar={},bn={};return Object.entries(_r).forEach(function(Hn){var Ln,Zn,ai=(0,r.Z)(Hn,2),ei=ai[0],mr=ai[1];if(gr!=null&&(Ln=gr.preserve)!==null&&Ln!==void 0&&Ln[ei])bn[ei]=mr;else if((typeof mr=="string"||typeof mr=="number")&&!(gr!=null&&(Zn=gr.ignore)!==null&&Zn!==void 0&&Zn[ei])){var Mr,Br=Me(ei,gr==null?void 0:gr.prefix);Ar[Br]=typeof mr=="number"&&!(gr!=null&&(Mr=gr.unitless)!==null&&Mr!==void 0&&Mr[ei])?"".concat(mr,"px"):String(mr),bn[ei]="var(".concat(Br,")")}}),[bn,tt(Ar,hr,{scope:gr==null?void 0:gr.scope})]},rt=e(34280),Mt=(0,c.Z)({},a),Ot=Mt.useInsertionEffect,Jt=function(_r,hr,gr){u.useMemo(_r,gr),(0,rt.Z)(function(){return hr(!0)},gr)},Ut=Ot?function(rr,_r,hr){return Ot(function(){return rr(),_r()},hr)}:Jt,Te=Ut,ce=(0,c.Z)({},a),pe=ce.useInsertionEffect,At=function(_r){var hr=[],gr=!1;function Ar(bn){gr||hr.push(bn)}return u.useEffect(function(){return gr=!1,function(){gr=!0,hr.length&&hr.forEach(function(bn){return bn()})}},_r),Ar},Ae=function(){return function(_r){_r()}},ut=typeof pe!="undefined"?At:Ae,$t=ut;function yt(){return!1}var Ce=!1;function _t(){return Ce}var Ue=yt;if(0)var xe,dt;function Dt(rr,_r,hr,gr,Ar){var bn=u.useContext(ie),Hn=bn.cache,Ln=[rr].concat((0,l.Z)(_r)),Zn=k(Ln),ai=$t([Zn]),ei=Ue(),mr=function(Pn){Hn.opUpdate(Zn,function(si){var Si=si||[void 0,void 0],Gn=(0,r.Z)(Si,2),ra=Gn[0],zi=ra===void 0?0:ra,Ai=Gn[1],xt=Ai,Xn=xt||hr(),na=[zi,Xn];return Pn?Pn(na):na})};u.useMemo(function(){mr()},[Zn]);var Mr=Hn.opGet(Zn),Br=Mr[1];return Te(function(){Ar==null||Ar(Br)},function(Tn){return mr(function(Pn){var si=(0,r.Z)(Pn,2),Si=si[0],Gn=si[1];return Tn&&Si===0&&(Ar==null||Ar(Br)),[Si+1,Gn]}),function(){Hn.opUpdate(Zn,function(Pn){var si=Pn||[],Si=(0,r.Z)(si,2),Gn=Si[0],ra=Gn===void 0?0:Gn,zi=Si[1],Ai=ra-1;return Ai===0?(ai(function(){(Tn||!Hn.opGet(Zn))&&(gr==null||gr(zi,!1))}),null):[ra-1,zi]})}},[Zn]),Br}var Be={},Dr="css",vt=new Map;function qr(rr){vt.set(rr,(vt.get(rr)||0)+1)}function sn(rr,_r){if(typeof document!="undefined"){var hr=document.querySelectorAll("style[".concat(M,'="').concat(rr,'"]'));hr.forEach(function(gr){if(gr[K]===_r){var Ar;(Ar=gr.parentNode)===null||Ar===void 0||Ar.removeChild(gr)}})}}var zt=0;function er(rr,_r){vt.set(rr,(vt.get(rr)||0)-1);var hr=new Set;vt.forEach(function(gr,Ar){gr<=0&&hr.add(Ar)}),vt.size-hr.size>zt&&hr.forEach(function(gr){sn(gr,_r),vt.delete(gr)})}var Bt=function(_r,hr,gr,Ar){var bn=gr.getDerivativeToken(_r),Hn=(0,c.Z)((0,c.Z)({},bn),hr);return Ar&&(Hn=Ar(Hn)),Hn},Yt="token";function wr(rr,_r){var hr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},gr=(0,u.useContext)(ie),Ar=gr.cache.instanceId,bn=gr.container,Hn=hr.salt,Ln=Hn===void 0?"":Hn,Zn=hr.override,ai=Zn===void 0?Be:Zn,ei=hr.formatToken,mr=hr.getComputedToken,Mr=hr.cssVar,Br=ht(function(){return Object.assign.apply(Object,[{}].concat((0,l.Z)(_r)))},_r),Tn=Je(Br),Pn=Je(ai),si=Mr?Je(Mr):"",Si=Dt(Yt,[Ln,rr.id,Tn,Pn,si],function(){var Gn,ra=mr?mr(Br,ai,rr):Bt(Br,ai,rr,ei),zi=(0,c.Z)({},ra),Ai="";if(Mr){var xt=Qt(ra,Mr.key,{prefix:Mr.prefix,ignore:Mr.ignore,unitless:Mr.unitless,preserve:Mr.preserve}),Xn=(0,r.Z)(xt,2);ra=Xn[0],Ai=Xn[1]}var na=ct(ra,Ln);ra._tokenKey=na,zi._tokenKey=ct(zi,Ln);var hs=(Gn=Mr==null?void 0:Mr.key)!==null&&Gn!==void 0?Gn:na;ra._themeKey=hs,qr(hs);var Gs="".concat(Dr,"-").concat(o(na));return ra._hashId=Gs,[ra,Gs,zi,Ai,(Mr==null?void 0:Mr.key)||""]},function(Gn){er(Gn[0]._themeKey,Ar)},function(Gn){var ra=(0,r.Z)(Gn,4),zi=ra[0],Ai=ra[3];if(Mr&&Ai){var xt=(0,h.hq)(Ai,o("css-variables-".concat(zi._themeKey)),{mark:B,prepend:"queue",attachTo:bn,priority:-999});xt[K]=Ar,xt.setAttribute(M,zi._themeKey)}});return Si}var Ir=function(_r,hr,gr){var Ar=(0,r.Z)(_r,5),bn=Ar[2],Hn=Ar[3],Ln=Ar[4],Zn=gr||{},ai=Zn.plain;if(!Hn)return null;var ei=bn._tokenKey,mr=-999,Mr={"data-rc-order":"prependQueue","data-rc-priority":"".concat(mr)},Br=or(Hn,Ln,ei,Mr,ai);return[mr,ei,Br]},Pt=e(60499),Kt={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},jt=Kt,qt="-ms-",yr="-moz-",Qr="-webkit-",Hr="comm",jn="rule",En="decl",Yn="@page",Tt="@media",Vr="@import",ii="@charset",Bi="@viewport",$n="@supports",ci="@document",Di="@namespace",Gi="@keyframes",Pi="@font-face",Ui="@counter-style",da="@font-feature-values",sa="@layer",Ji="@scope",vi=Math.abs,$i=String.fromCharCode,Ia=Object.assign;function bt(rr,_r){return Yi(rr,0)^45?(((_r<<2^Yi(rr,0))<<2^Yi(rr,1))<<2^Yi(rr,2))<<2^Yi(rr,3):0}function wa(rr){return rr.trim()}function Ki(rr,_r){return(rr=_r.exec(rr))?rr[0]:rr}function gi(rr,_r,hr){return rr.replace(_r,hr)}function ka(rr,_r,hr){return rr.indexOf(_r,hr)}function Yi(rr,_r){return rr.charCodeAt(_r)|0}function Jn(rr,_r,hr){return rr.slice(_r,hr)}function zn(rr){return rr.length}function we(rr){return rr.length}function it(rr,_r){return _r.push(rr),rr}function qe(rr,_r){return rr.map(_r).join("")}function It(rr,_r){return rr.filter(function(hr){return!Ki(hr,_r)})}function lt(rr,_r){for(var hr="",gr=0;gr<rr.length;gr++)hr+=_r(rr[gr],gr,rr,_r)||"";return hr}function dr(rr,_r,hr,gr){switch(rr.type){case sa:if(rr.children.length)break;case Vr:case Di:case En:return rr.return=rr.return||rr.value;case Hr:return"";case Gi:return rr.return=rr.value+"{"+lt(rr.children,gr)+"}";case jn:if(!zn(rr.value=rr.props.join(",")))return""}return zn(hr=lt(rr.children,gr))?rr.return=rr.value+"{"+hr+"}":""}var pr=1,Cr=1,zr=0,Jr=0,Nr=0,Cn="";function vr(rr,_r,hr,gr,Ar,bn,Hn,Ln){return{value:rr,root:_r,parent:hr,type:gr,props:Ar,children:bn,line:pr,column:Cr,length:Hn,return:"",siblings:Ln}}function Fn(rr,_r){return assign(vr("",null,null,"",null,null,0,rr.siblings),rr,{length:-rr.length},_r)}function Qn(rr){for(;rr.root;)rr=Fn(rr.root,{children:[rr]});append(rr,rr.siblings)}function $e(){return Nr}function ft(){return Nr=Jr>0?Yi(Cn,--Jr):0,Cr--,Nr===10&&(Cr=1,pr--),Nr}function _e(){return Nr=Jr<zr?Yi(Cn,Jr++):0,Cr++,Nr===10&&(Cr=1,pr++),Nr}function sr(){return Yi(Cn,Jr)}function ir(){return Jr}function Rr(rr,_r){return Jn(Cn,rr,_r)}function Gr(rr){switch(rr){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 Wr(rr){return pr=Cr=1,zr=zn(Cn=rr),Jr=0,[]}function hn(rr){return Cn="",rr}function Ei(rr){return wa(Rr(Jr-1,oi(rr===91?rr+2:rr===40?rr+1:rr)))}function ln(rr){return hn($r(Wr(rr)))}function yn(rr){for(;(Nr=sr())&&Nr<33;)_e();return Gr(rr)>2||Gr(Nr)>3?"":" "}function $r(rr){for(;_e();)switch(Gr(Nr)){case 0:append(Qs(Jr-1),rr);break;case 2:append(Ei(Nr),rr);break;default:append(from(Nr),rr)}return rr}function kn(rr,_r){for(;--_r&&_e()&&!(Nr<48||Nr>102||Nr>57&&Nr<65||Nr>70&&Nr<97););return Rr(rr,ir()+(_r<6&&sr()==32&&_e()==32))}function oi(rr){for(;_e();)switch(Nr){case rr:return Jr;case 34:case 39:rr!==34&&rr!==39&&oi(Nr);break;case 40:rr===41&&oi(rr);break;case 92:_e();break}return Jr}function Ea(rr,_r){for(;_e()&&rr+Nr!==57;)if(rr+Nr===84&&sr()===47)break;return"/*"+Rr(_r,Jr-1)+"*"+$i(rr===47?rr:_e())}function Qs(rr){for(;!Gr(sr());)_e();return Rr(rr,Jr)}function Ba(rr){return hn(Ws("",null,null,null,[""],rr=Wr(rr),0,[0],rr))}function Ws(rr,_r,hr,gr,Ar,bn,Hn,Ln,Zn){for(var ai=0,ei=0,mr=Hn,Mr=0,Br=0,Tn=0,Pn=1,si=1,Si=1,Gn=0,ra="",zi=Ar,Ai=bn,xt=gr,Xn=ra;si;)switch(Tn=Gn,Gn=_e()){case 40:if(Tn!=108&&Yi(Xn,mr-1)==58){ka(Xn+=gi(Ei(Gn),"&","&\f"),"&\f",vi(ai?Ln[ai-1]:0))!=-1&&(Si=-1);break}case 34:case 39:case 91:Xn+=Ei(Gn);break;case 9:case 10:case 13:case 32:Xn+=yn(Tn);break;case 92:Xn+=kn(ir()-1,7);continue;case 47:switch(sr()){case 42:case 47:it(ls(Ea(_e(),ir()),_r,hr,Zn),Zn),(Gr(Tn||1)==5||Gr(sr()||1)==5)&&zn(Xn)&&Jn(Xn,-1,void 0)!==" "&&(Xn+=" ");break;default:Xn+="/"}break;case 123*Pn:Ln[ai++]=zn(Xn)*Si;case 125*Pn:case 59:case 0:switch(Gn){case 0:case 125:si=0;case 59+ei:Si==-1&&(Xn=gi(Xn,/\f/g,"")),Br>0&&(zn(Xn)-mr||Pn===0&&Tn===47)&&it(Br>32?co(Xn+";",gr,hr,mr-1,Zn):co(gi(Xn," ","")+";",gr,hr,mr-2,Zn),Zn);break;case 59:Xn+=";";default:if(it(xt=Ns(Xn,_r,hr,ai,ei,Ar,Ln,ra,zi=[],Ai=[],mr,bn),bn),Gn===123)if(ei===0)Ws(Xn,_r,xt,xt,zi,bn,mr,Ln,Ai);else{switch(Mr){case 99:if(Yi(Xn,3)===110)break;case 108:if(Yi(Xn,2)===97)break;default:ei=0;case 100:case 109:case 115:}ei?Ws(rr,xt,xt,gr&&it(Ns(rr,xt,xt,0,0,Ar,Ln,ra,Ar,zi=[],mr,Ai),Ai),Ar,Ai,mr,Ln,gr?zi:Ai):Ws(Xn,xt,xt,xt,[""],Ai,0,Ln,Ai)}}ai=ei=Br=0,Pn=Si=1,ra=Xn="",mr=Hn;break;case 58:mr=1+zn(Xn),Br=Tn;default:if(Pn<1){if(Gn==123)--Pn;else if(Gn==125&&Pn++==0&&ft()==125)continue}switch(Xn+=$i(Gn),Gn*Pn){case 38:Si=ei>0?1:(Xn+="\f",-1);break;case 44:Ln[ai++]=(zn(Xn)-1)*Si,Si=1;break;case 64:sr()===45&&(Xn+=Ei(_e())),Mr=sr(),ei=mr=zn(ra=Xn+=Qs(ir())),Gn++;break;case 45:Tn===45&&zn(Xn)==2&&(Pn=0)}}return bn}function Ns(rr,_r,hr,gr,Ar,bn,Hn,Ln,Zn,ai,ei,mr){for(var Mr=Ar-1,Br=Ar===0?bn:[""],Tn=we(Br),Pn=0,si=0,Si=0;Pn<gr;++Pn)for(var Gn=0,ra=Jn(rr,Mr+1,Mr=vi(si=Hn[Pn])),zi=rr;Gn<Tn;++Gn)(zi=wa(si>0?Br[Gn]+" "+ra:gi(ra,/&\f/g,Br[Gn])))&&(Zn[Si++]=zi);return vr(rr,_r,hr,Ar===0?jn:Ln,Zn,ai,ei,mr)}function ls(rr,_r,hr,gr){return vr(rr,_r,hr,Hr,$i($e()),Jn(rr,2,-2),0,gr)}function co(rr,_r,hr,gr,Ar){return vr(rr,_r,hr,En,Jn(rr,0,gr),Jn(rr,gr+1,-1),gr,Ar)}function Ta(rr,_r){var hr=_r.path,gr=_r.parentSelectors;(0,Lt.ZP)(!1,"[Ant Design CSS-in-JS] ".concat(hr?"Error in ".concat(hr,": "):"").concat(rr).concat(gr.length?" Selector: ".concat(gr.join(" | ")):""))}var Ds=function(_r,hr,gr){if(_r==="content"){var Ar=/(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,bn=["normal","none","initial","inherit","unset"];(typeof hr!="string"||bn.indexOf(hr)===-1&&!Ar.test(hr)&&(hr.charAt(0)!==hr.charAt(hr.length-1)||hr.charAt(0)!=='"'&&hr.charAt(0)!=="'"))&&lintWarning("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\"".concat(hr,"\"'`."),gr)}},vs=null,mo=function(_r,hr,gr){_r==="animation"&&gr.hashId&&hr!=="none"&&lintWarning("You seem to be using hashed animation '".concat(hr,"', in which case 'animationName' with Keyframe as value is recommended."),gr)},ta=null;function to(rr){var _r,hr=((_r=rr.match(/:not\(([^)]*)\)/))===null||_r===void 0?void 0:_r[1])||"",gr=hr.split(/(\[[^[]*])|(?=[.#])/).filter(function(Ar){return Ar});return gr.length>1}function No(rr){return rr.parentSelectors.reduce(function(_r,hr){return _r?hr.includes("&")?hr.replace(/&/g,_r):"".concat(_r," ").concat(hr):hr},"")}var Na=function(_r,hr,gr){var Ar=No(gr),bn=Ar.match(/:not\([^)]*\)/g)||[];bn.length>0&&bn.some(to)&&Ta("Concat ':not' selector not support in legacy browsers.",gr)},Hs=Na,di=function(_r,hr,gr){switch(_r){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":Ta("You seem to be using non-logical property '".concat(_r,"' 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 hr=="string"){var Ar=hr.split(" ").map(function(Ln){return Ln.trim()});Ar.length===4&&Ar[1]!==Ar[3]&&Ta("You seem to be using '".concat(_r,"' property with different left ").concat(_r," and right ").concat(_r,", 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":(hr==="left"||hr==="right")&&Ta("You seem to be using non-logical value '".concat(hr,"' of ").concat(_r,", 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 hr=="string"){var bn=hr.split("/").map(function(Ln){return Ln.trim()}),Hn=bn.reduce(function(Ln,Zn){if(Ln)return Ln;var ai=Zn.split(" ").map(function(ei){return ei.trim()});return ai.length>=2&&ai[0]!==ai[1]||ai.length===3&&ai[1]!==ai[2]||ai.length===4&&ai[2]!==ai[3]?!0:Ln},!1);Hn&&Ta("You seem to be using non-logical value '".concat(hr,"' of ").concat(_r,", 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:}},ro=di,Rn=function(_r,hr,gr){(typeof hr=="string"&&/NaN/g.test(hr)||Number.isNaN(hr))&&Ta("Unexpected 'NaN' in property '".concat(_r,": ").concat(hr,"'."),gr)},cs=Rn,ks=function(_r,hr,gr){gr.parentSelectors.some(function(Ar){var bn=Ar.split(",");return bn.some(function(Hn){return Hn.split("&").length>2})})&&Ta("Should not use more than one `&` in a selector.",gr)},Rs=ks,ea="data-ant-cssinjs-cache-path",Ga="_FILE_STYLE__";function Ni(rr){return Object.keys(rr).map(function(_r){var hr=rr[_r];return"".concat(_r,":").concat(hr)}).join(";")}var Ls,xo=!0;function jo(rr){var _r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;Ls=rr,xo=_r}function Go(){if(!Ls&&(Ls={},(0,X.Z)())){var rr=document.createElement("div");rr.className=ea,rr.style.position="fixed",rr.style.visibility="hidden",rr.style.top="-9999px",document.body.appendChild(rr);var _r=getComputedStyle(rr).content||"";_r=_r.replace(/^"/,"").replace(/"$/,""),_r.split(";").forEach(function(Ar){var bn=Ar.split(":"),Hn=(0,r.Z)(bn,2),Ln=Hn[0],Zn=Hn[1];Ls[Ln]=Zn});var hr=document.querySelector("style[".concat(ea,"]"));if(hr){var gr;xo=!1,(gr=hr.parentNode)===null||gr===void 0||gr.removeChild(hr)}document.body.removeChild(rr)}}function du(rr){return Go(),!!Ls[rr]}function hu(rr){var _r=Ls[rr],hr=null;if(_r&&(0,X.Z)())if(xo)hr=Ga;else{var gr=document.querySelector("style[".concat(B,'="').concat(Ls[rr],'"]'));gr?hr=gr.innerHTML:delete Ls[rr]}return[hr,_r]}var go="_skip_check_",Uo="_multi_value_";function So(rr){var _r=lt(Ba(rr),dr);return _r.replace(/\{%%%\:[^;];}/g,";")}function Yo(rr){return(0,ue.Z)(rr)==="object"&&rr&&(go in rr||Uo in rr)}function $o(rr,_r,hr){if(!_r)return rr;var gr=".".concat(_r),Ar=hr==="low"?":where(".concat(gr,")"):gr,bn=rr.split(",").map(function(Hn){var Ln,Zn=Hn.trim().split(/\s+/),ai=Zn[0]||"",ei=((Ln=ai.match(/^\w+/))===null||Ln===void 0?void 0:Ln[0])||"";return ai="".concat(ei).concat(Ar).concat(ai.slice(ei.length)),[ai].concat((0,l.Z)(Zn.slice(1))).join(" ")});return bn.join(",")}var pi=function rr(_r){var hr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},gr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]},Ar=gr.root,bn=gr.injectHash,Hn=gr.parentSelectors,Ln=hr.hashId,Zn=hr.layer,ai=hr.path,ei=hr.hashPriority,mr=hr.transformers,Mr=mr===void 0?[]:mr,Br=hr.linters,Tn=Br===void 0?[]:Br,Pn="",si={};function Si(zi){var Ai=zi.getName(Ln);if(!si[Ai]){var xt=rr(zi.style,hr,{root:!1,parentSelectors:Hn}),Xn=(0,r.Z)(xt,1),na=Xn[0];si[Ai]="@keyframes ".concat(zi.getName(Ln)).concat(na)}}function Gn(zi){var Ai=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return zi.forEach(function(xt){Array.isArray(xt)?Gn(xt,Ai):xt&&Ai.push(xt)}),Ai}var ra=Gn(Array.isArray(_r)?_r:[_r]);return ra.forEach(function(zi){var Ai=typeof zi=="string"&&!Ar?{}:zi;if(typeof Ai=="string")Pn+="".concat(Ai,`
`);else if(Ai._keyframe)Si(Ai);else{var xt=Mr.reduce(function(Xn,na){var hs;return(na==null||(hs=na.visit)===null||hs===void 0?void 0:hs.call(na,Xn))||Xn},Ai);Object.keys(xt).forEach(function(Xn){var na=xt[Xn];if((0,ue.Z)(na)==="object"&&na&&(Xn!=="animationName"||!na._keyframe)&&!Yo(na)){var hs=!1,Gs=Xn.trim(),on=!1;(Ar||bn)&&Ln?Gs.startsWith("@")?hs=!0:Gs==="&"?Gs=$o("",Ln,ei):Gs=$o(Xn,Ln,ei):Ar&&!Ln&&(Gs==="&"||Gs==="")&&(Gs="",on=!0);var To=rr(na,hr,{root:on,injectHash:hs,parentSelectors:[].concat((0,l.Z)(Hn),[Gs])}),no=(0,r.Z)(To,2),as=no[0],io=no[1];si=(0,c.Z)((0,c.Z)({},si),io),Pn+="".concat(Gs).concat(as)}else{let ps=function(ja,fs){var Ye=ja.replace(/[A-Z]/g,function(Nt){return"-".concat(Nt.toLowerCase())}),Ie=fs;!jt[ja]&&typeof Ie=="number"&&Ie!==0&&(Ie="".concat(Ie,"px")),ja==="animationName"&&fs!==null&&fs!==void 0&&fs._keyframe&&(Si(fs),Ie=fs.getName(Ln)),Pn+="".concat(Ye,":").concat(Ie,";")};var zo,ss=(zo=na==null?void 0:na.value)!==null&&zo!==void 0?zo:na;(0,ue.Z)(na)==="object"&&na!==null&&na!==void 0&&na[Uo]&&Array.isArray(ss)?ss.forEach(function(ja){ps(Xn,ja)}):ps(Xn,ss)}})}}),Ar?Zn&&(Pn&&(Pn="@layer ".concat(Zn.name," {").concat(Pn,"}")),Zn.dependencies&&(si["@layer ".concat(Zn.name)]=Zn.dependencies.map(function(zi){return"@layer ".concat(zi,", ").concat(Zn.name,";")}).join(`
`))):Pn="{".concat(Pn,"}"),[Pn,si]};function _i(rr,_r){return o("".concat(rr.join("%")).concat(_r))}function es(){return null}var ds="style";function is(rr,_r){var hr=rr.token,gr=rr.path,Ar=rr.hashId,bn=rr.layer,Hn=rr.nonce,Ln=rr.clientOnly,Zn=rr.order,ai=Zn===void 0?0:Zn,ei=u.useContext(ie),mr=ei.autoClear,Mr=ei.mock,Br=ei.defaultCache,Tn=ei.hashPriority,Pn=ei.container,si=ei.ssrInline,Si=ei.transformers,Gn=ei.linters,ra=ei.cache,zi=ei.layer,Ai=hr._tokenKey,xt=[Ai];zi&&xt.push("layer"),xt.push.apply(xt,(0,l.Z)(gr));var Xn=Ct,na=Dt(ds,xt,function(){var no=xt.join("|");if(du(no)){var as=hu(no),io=(0,r.Z)(as,2),zo=io[0],ss=io[1];if(zo)return[zo,Ai,ss,{},Ln,ai]}var ps=_r(),ja=pi(ps,{hashId:Ar,hashPriority:Tn,layer:zi?bn:void 0,path:gr.join("-"),transformers:Si,linters:Gn}),fs=(0,r.Z)(ja,2),Ye=fs[0],Ie=fs[1],Nt=So(Ye),gt=_i(xt,Nt);return[Nt,Ai,gt,Ie,Ln,ai]},function(no,as){var io=(0,r.Z)(no,3),zo=io[2];(as||mr)&&Ct&&(0,h.jL)(zo,{mark:B,attachTo:Pn})},function(no){var as=(0,r.Z)(no,4),io=as[0],zo=as[1],ss=as[2],ps=as[3];if(Xn&&io!==Ga){var ja={mark:B,prepend:zi?!1:"queue",attachTo:Pn,priority:ai},fs=typeof Hn=="function"?Hn():Hn;fs&&(ja.csp={nonce:fs});var Ye=[],Ie=[];Object.keys(ps).forEach(function(gt){gt.startsWith("@layer")?Ye.push(gt):Ie.push(gt)}),Ye.forEach(function(gt){(0,h.hq)(So(ps[gt]),"_layer-".concat(gt),(0,c.Z)((0,c.Z)({},ja),{},{prepend:!0}))});var Nt=(0,h.hq)(io,ss,ja);Nt[K]=ra.instanceId,Nt.setAttribute(M,Ai),Ie.forEach(function(gt){(0,h.hq)(So(ps[gt]),"_effect-".concat(gt),ja)})}}),hs=(0,r.Z)(na,3),Gs=hs[0],on=hs[1],To=hs[2];return function(no){var as;return!si||Xn||!Br?as=u.createElement(es,null):as=u.createElement("style",(0,Pt.Z)({},(0,i.Z)((0,i.Z)({},M,on),B,To),{dangerouslySetInnerHTML:{__html:Gs}})),u.createElement(u.Fragment,null,as,no)}}var Ha=function(_r,hr,gr){var Ar=(0,r.Z)(_r,6),bn=Ar[0],Hn=Ar[1],Ln=Ar[2],Zn=Ar[3],ai=Ar[4],ei=Ar[5],mr=gr||{},Mr=mr.plain;if(ai)return null;var Br=bn,Tn={"data-rc-order":"prependQueue","data-rc-priority":"".concat(ei)};return Br=or(bn,Hn,Ln,Tn,Mr),Zn&&Object.keys(Zn).forEach(function(Pn){if(!hr[Pn]){hr[Pn]=!0;var si=So(Zn[Pn]),Si=or(si,Hn,"_effect-".concat(Pn),Tn,Mr);Pn.startsWith("@layer")?Br=Si+Br:Br+=Si}}),[ei,Ln,Br]},gs="cssVar",Ko=function(_r,hr){var gr=_r.key,Ar=_r.prefix,bn=_r.unitless,Hn=_r.ignore,Ln=_r.token,Zn=_r.scope,ai=Zn===void 0?"":Zn,ei=(0,u.useContext)(ie),mr=ei.cache.instanceId,Mr=ei.container,Br=Ln._tokenKey,Tn=[].concat((0,l.Z)(_r.path),[gr,ai,Br]),Pn=Dt(gs,Tn,function(){var si=hr(),Si=Qt(si,gr,{prefix:Ar,unitless:bn,ignore:Hn,scope:ai}),Gn=(0,r.Z)(Si,2),ra=Gn[0],zi=Gn[1],Ai=_i(Tn,zi);return[ra,zi,Ai,gr]},function(si){var Si=(0,r.Z)(si,3),Gn=Si[2];Ct&&(0,h.jL)(Gn,{mark:B,attachTo:Mr})},function(si){var Si=(0,r.Z)(si,3),Gn=Si[1],ra=Si[2];if(Gn){var zi=(0,h.hq)(Gn,ra,{mark:B,prepend:"queue",attachTo:Mr,priority:-999});zi[K]=mr,zi.setAttribute(M,gr)}});return Pn},Ss=function(_r,hr,gr){var Ar=(0,r.Z)(_r,4),bn=Ar[1],Hn=Ar[2],Ln=Ar[3],Zn=gr||{},ai=Zn.plain;if(!bn)return null;var ei=-999,mr={"data-rc-order":"prependQueue","data-rc-priority":"".concat(ei)},Mr=or(bn,Ln,Hn,mr,ai);return[ei,Hn,Mr]},nu=Ko,pu=(0,i.Z)((0,i.Z)((0,i.Z)({},ds,Ha),Yt,Ir),gs,Ss);function Uu(rr){return rr!==null}function rl(rr,_r){var hr=typeof _r=="boolean"?{plain:_r}:_r||{},gr=hr.plain,Ar=gr===void 0?!1:gr,bn=hr.types,Hn=bn===void 0?["style","token","cssVar"]:bn,Ln=hr.once,Zn=Ln===void 0?!1:Ln,ai=new RegExp("^(".concat((typeof Hn=="string"?[Hn]:Hn).join("|"),")%")),ei=Array.from(rr.cache.keys()).filter(function(Tn){return ai.test(Tn)}),mr={},Mr={},Br="";return ei.map(function(Tn){if(Zn&&rr.extracted.has(Tn))return null;var Pn=Tn.replace(ai,"").replace(/%/g,"|"),si=Tn.split("%"),Si=(0,r.Z)(si,1),Gn=Si[0],ra=pu[Gn],zi=ra(rr.cache.get(Tn)[1],mr,{plain:Ar});if(!zi)return null;var Ai=(0,r.Z)(zi,3),xt=Ai[0],Xn=Ai[1],na=Ai[2];return Tn.startsWith("style")&&(Mr[Pn]=Xn),rr.extracted.add(Tn),[xt,na]}).filter(Uu).sort(function(Tn,Pn){var si=(0,r.Z)(Tn,1),Si=si[0],Gn=(0,r.Z)(Pn,1),ra=Gn[0];return Si-ra}).forEach(function(Tn){var Pn=(0,r.Z)(Tn,2),si=Pn[1];Br+=si}),Br+=or(".".concat(ea,'{content:"').concat(Ni(Mr),'";}'),void 0,void 0,(0,i.Z)({},ea,ea),Ar),Br}var nl=function(){function rr(_r,hr){(0,m.Z)(this,rr),(0,i.Z)(this,"name",void 0),(0,i.Z)(this,"style",void 0),(0,i.Z)(this,"_keyframe",!0),this.name=_r,this.style=hr}return(0,b.Z)(rr,[{key:"getName",value:function(){var hr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return hr?"".concat(hr,"-").concat(this.name):this.name}}]),rr}(),fo=nl;function Do(rr){if(typeof rr=="number")return[[rr],!1];var _r=String(rr).trim(),hr=_r.match(/(.*)(!important)/),gr=(hr?hr[1]:_r).trim().split(/\s+/),Ar=[],bn=0;return[gr.reduce(function(Hn,Ln){if(Ln.includes("(")||Ln.includes(")")){var Zn=Ln.split("(").length-1,ai=Ln.split(")").length-1;bn+=Zn-ai}return bn>=0&&Ar.push(Ln),bn===0&&(Hn.push(Ar.join(" ")),Ar=[]),Hn},[]),!!hr]}function Ao(rr){return rr.notSplit=!0,rr}var Gu={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:Ao(["borderTop","borderBottom"]),borderBlockStart:Ao(["borderTop"]),borderBlockEnd:Ao(["borderBottom"]),borderInline:Ao(["borderLeft","borderRight"]),borderInlineStart:Ao(["borderLeft"]),borderInlineEnd:Ao(["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 Xs(rr,_r){var hr=rr;return _r&&(hr="".concat(hr," !important")),{_skip_check_:!0,value:hr}}var $u={visit:function(_r){var hr={};return Object.keys(_r).forEach(function(gr){var Ar=_r[gr],bn=Gu[gr];if(bn&&(typeof Ar=="number"||typeof Ar=="string")){var Hn=Do(Ar),Ln=(0,r.Z)(Hn,2),Zn=Ln[0],ai=Ln[1];bn.length&&bn.notSplit?bn.forEach(function(ei){hr[ei]=Xs(Ar,ai)}):bn.length===1?hr[bn[0]]=Xs(Zn[0],ai):bn.length===2?bn.forEach(function(ei,mr){var Mr;hr[ei]=Xs((Mr=Zn[mr])!==null&&Mr!==void 0?Mr:Zn[0],ai)}):bn.length===4?bn.forEach(function(ei,mr){var Mr,Br;hr[ei]=Xs((Mr=(Br=Zn[mr])!==null&&Br!==void 0?Br:Zn[mr-2])!==null&&Mr!==void 0?Mr:Zn[0],ai)}):hr[gr]=Ar}else hr[gr]=Ar}),hr}},Cu=$u,iu=/url\([^)]+\)|var\([^)]+\)|(\d*\.?\d+)px/g;function mu(rr,_r){var hr=Math.pow(10,_r+1),gr=Math.floor(rr*hr);return Math.round(gr/10)*10/hr}var Co=function(){var _r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},hr=_r.rootValue,gr=hr===void 0?16:hr,Ar=_r.precision,bn=Ar===void 0?5:Ar,Hn=_r.mediaQuery,Ln=Hn===void 0?!1:Hn,Zn=function(mr,Mr){if(!Mr)return mr;var Br=parseFloat(Mr);if(Br<=1)return mr;var Tn=mu(Br/gr,bn);return"".concat(Tn,"rem")},ai=function(mr){var Mr=(0,c.Z)({},mr);return Object.entries(mr).forEach(function(Br){var Tn=(0,r.Z)(Br,2),Pn=Tn[0],si=Tn[1];if(typeof si=="string"&&si.includes("px")){var Si=si.replace(iu,Zn);Mr[Pn]=Si}!jt[Pn]&&typeof si=="number"&&si!==0&&(Mr[Pn]="".concat(si,"px").replace(iu,Zn));var Gn=Pn.trim();if(Gn.startsWith("@")&&Gn.includes("px")&&Ln){var ra=Pn.replace(iu,Zn);Mr[ra]=Mr[Pn],delete Mr[Pn]}}),Mr};return{visit:ai}},au=Co,su={supportModernCSS:function(){return et()&&St()}}},7657:function(d,g,e){"use strict";e.d(g,{Z:function(){return le}});var r=e(60499),i=e(72190),l=e(18642),c=e(42244),f=e(59301),o=e(92310),h=e.n(o),u=e(30071),a=e(18418),x=e(85899),p=e(43749),y=e(810),m=e(96452),b=e(48736);function A(Z){return Z.replace(/-(.)/g,function(U,ne){return ne.toUpperCase()})}function k(Z,U){(0,b.ZP)(Z,"[@ant-design/icons] ".concat(U))}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 S(){var Z=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Object.keys(Z).reduce(function(U,ne){var me=Z[ne];switch(ne){case"class":U.className=me,delete U.class;break;default:delete U[ne],U[A(ne)]=me}return U},{})}function I(Z,U,ne){return ne?f.createElement(Z.tag,(0,x.Z)((0,x.Z)({key:U},S(Z.attrs)),ne),(Z.children||[]).map(function(me,Ee){return I(me,"".concat(U,"-").concat(Z.tag,"-").concat(Ee))})):f.createElement(Z.tag,(0,x.Z)({key:U},S(Z.attrs)),(Z.children||[]).map(function(me,Ee){return I(me,"".concat(U,"-").concat(Z.tag,"-").concat(Ee))}))}function M(Z){return(0,u.generate)(Z)[0]}function B(Z){return Z?Array.isArray(Z)?Z:[Z]:[]}var N={width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false"},K=`
.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(U){var ne=(0,f.useContext)(a.Z),me=ne.csp,Ee=ne.prefixCls,Pe=ne.layer,We=K;Ee&&(We=We.replace(/anticon/g,Ee)),Pe&&(We="@layer ".concat(Pe,` {
`).concat(We,`
}`)),(0,f.useEffect)(function(){var Fe=U.current,Lt=(0,m.A)(Fe);(0,y.hq)(We,"@ant-design-icons",{prepend:!Pe,csp:me,attachTo:Lt})},[])},H=["icon","className","onClick","style","primaryColor","secondaryColor"],ae={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};function ie(Z){var U=Z.primaryColor,ne=Z.secondaryColor;ae.primaryColor=U,ae.secondaryColor=ne||M(U),ae.calculated=!!ne}function ue(){return(0,x.Z)({},ae)}var X=function(U){var ne=U.icon,me=U.className,Ee=U.onClick,Pe=U.style,We=U.primaryColor,Fe=U.secondaryColor,Lt=(0,c.Z)(U,H),mt=f.useRef(),wt=ae;if(We&&(wt={primaryColor:We,secondaryColor:Fe||M(We)}),G(mt),k(R(ne),"icon should be icon definiton, but got ".concat(ne)),!R(ne))return null;var Gt=ne;return Gt&&typeof Gt.icon=="function"&&(Gt=(0,x.Z)((0,x.Z)({},Gt),{},{icon:Gt.icon(wt.primaryColor,wt.secondaryColor)})),I(Gt.icon,"svg-".concat(Gt.name),(0,x.Z)((0,x.Z)({className:me,onClick:Ee,style:Pe,"data-icon":Gt.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},Lt),{},{ref:mt}))};X.displayName="IconReact",X.getTwoToneColors=ue,X.setTwoToneColors=ie;var Y=X;function $(Z){var U=B(Z),ne=(0,i.Z)(U,2),me=ne[0],Ee=ne[1];return Y.setTwoToneColors({primaryColor:me,secondaryColor:Ee})}function se(){var Z=Y.getTwoToneColors();return Z.calculated?[Z.primaryColor,Z.secondaryColor]:Z.primaryColor}var ee=["className","icon","spin","rotate","tabIndex","onClick","twoToneColor"];$(u.blue.primary);var J=f.forwardRef(function(Z,U){var ne=Z.className,me=Z.icon,Ee=Z.spin,Pe=Z.rotate,We=Z.tabIndex,Fe=Z.onClick,Lt=Z.twoToneColor,mt=(0,c.Z)(Z,ee),wt=f.useContext(a.Z),Gt=wt.prefixCls,Ft=Gt===void 0?"anticon":Gt,nr=wt.rootClassName,Ne=h()(nr,Ft,(0,l.Z)((0,l.Z)({},"".concat(Ft,"-").concat(me.name),!!me.name),"".concat(Ft,"-spin"),!!Ee||me.name==="loading"),ne),ht=We;ht===void 0&&Fe&&(ht=-1);var Rt=Pe?{msTransform:"rotate(".concat(Pe,"deg)"),transform:"rotate(".concat(Pe,"deg)")}:void 0,Je=B(Lt),ct=(0,i.Z)(Je,2),at=ct[0],Xe=ct[1];return f.createElement("span",(0,r.Z)({role:"img","aria-label":me.name},mt,{ref:U,tabIndex:ht,onClick:Fe,className:Ne}),f.createElement(Y,{icon:me,primaryColor:at,secondaryColor:Xe,style:Rt}))});J.displayName="AntdIcon",J.getTwoToneColor=se,J.setTwoToneColor=$;var le=J},18418:function(d,g,e){"use strict";var r=e(59301),i=(0,r.createContext)({});g.Z=i},29679:function(d,g,e){"use strict";e.d(g,{Z:function(){return u}});var r=e(60499),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,g,e){"use strict";e.d(g,{Z:function(){return u}});var r=e(60499),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,g,e){"use strict";e.d(g,{Z:function(){return u}});var r=e(60499),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,g,e){"use strict";e.d(g,{Z:function(){return u}});var r=e(60499),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,g,e){"use strict";e.d(g,{Z:function(){return u}});var r=e(60499),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,g,e){"use strict";e.d(g,{Z:function(){return u}});var r=e(60499),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,g,e){"use strict";e.d(g,{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(A,k,R){return{r:(0,r.sh)(A,255)*255,g:(0,r.sh)(k,255)*255,b:(0,r.sh)(R,255)*255}}function l(A,k,R){A=(0,r.sh)(A,255),k=(0,r.sh)(k,255),R=(0,r.sh)(R,255);var S=Math.max(A,k,R),I=Math.min(A,k,R),M=0,B=0,N=(S+I)/2;if(S===I)B=0,M=0;else{var K=S-I;switch(B=N>.5?K/(2-S-I):K/(S+I),S){case A:M=(k-R)/K+(k<R?6:0);break;case k:M=(R-A)/K+2;break;case R:M=(A-k)/K+4;break;default:break}M/=6}return{h:M,s:B,l:N}}function c(A,k,R){return R<0&&(R+=1),R>1&&(R-=1),R<.16666666666666666?A+(k-A)*(6*R):R<.5?k:R<.6666666666666666?A+(k-A)*(.6666666666666666-R)*6:A}function f(A,k,R){var S,I,M;if(A=(0,r.sh)(A,360),k=(0,r.sh)(k,100),R=(0,r.sh)(R,100),k===0)I=R,M=R,S=R;else{var B=R<.5?R*(1+k):R+k-R*k,N=2*R-B;S=c(N,B,A+.3333333333333333),I=c(N,B,A),M=c(N,B,A-.3333333333333333)}return{r:S*255,g:I*255,b:M*255}}function o(A,k,R){A=(0,r.sh)(A,255),k=(0,r.sh)(k,255),R=(0,r.sh)(R,255);var S=Math.max(A,k,R),I=Math.min(A,k,R),M=0,B=S,N=S-I,K=S===0?0:N/S;if(S===I)M=0;else{switch(S){case A:M=(k-R)/N+(k<R?6:0);break;case k:M=(R-A)/N+2;break;case R:M=(A-k)/N+4;break;default:break}M/=6}return{h:M,s:K,v:B}}function h(A,k,R){A=(0,r.sh)(A,360)*6,k=(0,r.sh)(k,100),R=(0,r.sh)(R,100);var S=Math.floor(A),I=A-S,M=R*(1-k),B=R*(1-I*k),N=R*(1-(1-I)*k),K=S%6,G=[R,B,M,M,N,R][K],H=[N,R,R,B,M,M][K],ae=[M,M,N,R,R,B][K];return{r:G*255,g:H*255,b:ae*255}}function u(A,k,R,S){var I=[(0,r.FZ)(Math.round(A).toString(16)),(0,r.FZ)(Math.round(k).toString(16)),(0,r.FZ)(Math.round(R).toString(16))];return S&&I[0].startsWith(I[0].charAt(1))&&I[1].startsWith(I[1].charAt(1))&&I[2].startsWith(I[2].charAt(1))?I[0].charAt(0)+I[1].charAt(0)+I[2].charAt(0):I.join("")}function a(A,k,R,S,I){var M=[(0,r.FZ)(Math.round(A).toString(16)),(0,r.FZ)(Math.round(k).toString(16)),(0,r.FZ)(Math.round(R).toString(16)),(0,r.FZ)(p(S))];return I&&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(A,k,R,S){var I=[(0,r.FZ)(p(S)),(0,r.FZ)(Math.round(A).toString(16)),(0,r.FZ)(Math.round(k).toString(16)),(0,r.FZ)(Math.round(R).toString(16))];return I.join("")}function p(A){return Math.round(parseFloat(A)*255).toString(16)}function y(A){return m(A)/255}function m(A){return parseInt(A,16)}function b(A){return{r:A>>16,g:(A&65280)>>8,b:A&255}}},93796:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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},A=1,k=null,R=null,S=null,I=!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),I=!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),I=!0,M="hsv"):y(m.h)&&y(m.s)&&y(m.l)&&(k=(0,l.JX)(m.s),S=(0,l.JX)(m.l),b=(0,r.ve)(m.h,k,S),I=!0,M="hsl"),Object.prototype.hasOwnProperty.call(m,"a")&&(A=m.a)),A=(0,l.Yq)(A),{ok:I,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:A}}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 A=x.rgb.exec(m);return A?{r:A[1],g:A[2],b:A[3]}:(A=x.rgba.exec(m),A?{r:A[1],g:A[2],b:A[3],a:A[4]}:(A=x.hsl.exec(m),A?{h:A[1],s:A[2],l:A[3]}:(A=x.hsla.exec(m),A?{h:A[1],s:A[2],l:A[3],a:A[4]}:(A=x.hsv.exec(m),A?{h:A[1],s:A[2],v:A[3]}:(A=x.hsva.exec(m),A?{h:A[1],s:A[2],v:A[3],a:A[4]}:(A=x.hex8.exec(m),A?{r:(0,r.VD)(A[1]),g:(0,r.VD)(A[2]),b:(0,r.VD)(A[3]),a:(0,r.T6)(A[4]),format:b?"name":"hex8"}:(A=x.hex6.exec(m),A?{r:(0,r.VD)(A[1]),g:(0,r.VD)(A[2]),b:(0,r.VD)(A[3]),format:b?"name":"hex"}:(A=x.hex4.exec(m),A?{r:(0,r.VD)(A[1]+A[1]),g:(0,r.VD)(A[2]+A[2]),b:(0,r.VD)(A[3]+A[3]),a:(0,r.T6)(A[4]+A[4]),format:b?"name":"hex8"}:(A=x.hex3.exec(m),A?{r:(0,r.VD)(A[1]+A[1]),g:(0,r.VD)(A[2]+A[2]),b:(0,r.VD)(A[3]+A[3]),format:b?"name":"hex"}:!1)))))))))}function y(m){return!!x.CSS_UNIT.exec(String(m))}},64993:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{Z:function(){return G}});var r=e(72190),i=e(59301),l=e(4676),c=e(47273),f=e(48736),o=e(8654),h=i.createContext(null),u=h,a=e(77654),x=e(34280),p=[];function y(H,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),X=ue[0],Y=i.useRef(!1),$=i.useContext(u),se=i.useState(p),ee=(0,r.Z)(se,2),J=ee[0],le=ee[1],Z=$||(Y.current?void 0:function(me){le(function(Ee){var Pe=[me].concat((0,a.Z)(Ee));return Pe})});function U(){X.parentElement||document.body.appendChild(X),Y.current=!0}function ne(){var me;(me=X.parentElement)===null||me===void 0||me.removeChild(X),Y.current=!1}return(0,x.Z)(function(){return H?$?$(U):U():ne(),ne},[H]),(0,x.Z)(function(){J.length&&(J.forEach(function(me){return me()}),le(p))},[J]),[X,Z]}var m=e(810),b=e(75152);function A(){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 S(H){var ae=!!H,ie=i.useState(function(){return R+=1,"".concat(k,"_").concat(R)}),ue=(0,r.Z)(ie,1),X=ue[0];(0,x.Z)(function(){if(ae){var Y=(0,b.o)(document.body).width,$=A();(0,m.hq)(`
html body {
overflow-y: hidden;
`.concat($?"width: calc(100% - ".concat(Y,"px);"):"",`
}`),X)}else(0,m.jL)(X);return function(){(0,m.jL)(X)}},[ae,X])}var I=!1;function M(H){return typeof H=="boolean"&&(I=H),I}var B=function(ae){return ae===!1?!1:!(0,c.Z)()||!ae?null:typeof ae=="string"?document.querySelector(ae):typeof ae=="function"?ae():ae},N=i.forwardRef(function(H,ae){var ie=H.open,ue=H.autoLock,X=H.getContainer,Y=H.debug,$=H.autoDestroy,se=$===void 0?!0:$,ee=H.children,J=i.useState(ie),le=(0,r.Z)(J,2),Z=le[0],U=le[1],ne=Z||ie;i.useEffect(function(){(se||ie)&&U(ie)},[ie,se]);var me=i.useState(function(){return B(X)}),Ee=(0,r.Z)(me,2),Pe=Ee[0],We=Ee[1];i.useEffect(function(){var Je=B(X);We(Je!=null?Je:null)});var Fe=y(ne&&!Pe,Y),Lt=(0,r.Z)(Fe,2),mt=Lt[0],wt=Lt[1],Gt=Pe!=null?Pe:mt;S(ue&&ie&&(0,c.Z)()&&(Gt===mt||Gt===document.body));var Ft=null;if(ee&&(0,o.Yr)(ee)&&ae){var nr=ee;Ft=nr.ref}var Ne=(0,o.x1)(Ft,ae);if(!ne||!(0,c.Z)()||Pe===void 0)return null;var ht=Gt===!1||M(),Rt=ee;return ae&&(Rt=i.cloneElement(ee,{ref:Ne})),i.createElement(u.Provider,{value:wt},ht?Rt:(0,l.createPortal)(Rt,Gt))}),K=N,G=K},35593:function(d,g,e){"use strict";e.d(g,{Z:function(){return Rt}});var r=e(85899),i=e(72190),l=e(42244),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),A=e(60499),k=e(77900),R=e(8654);function S(Je){var ct=Je.prefixCls,at=Je.align,Xe=Je.arrow,Ze=Je.arrowPos,ye=Xe||{},Oe=ye.className,Ge=ye.content,et=Ze.x,Qe=et===void 0?0:et,St=Ze.y,Ct=St===void 0?0:St,lr=b.useRef();if(!at||!at.points)return null;var or={position:"absolute"};if(at.autoArrow!==!1){var Me=at.points[0],tt=at.points[1],Qt=Me[0],rt=Me[1],Mt=tt[0],Ot=tt[1];Qt===Mt||!["t","b"].includes(Qt)?or.top=Ct:Qt==="t"?or.top=0:or.bottom=0,rt===Ot||!["l","r"].includes(rt)?or.left=Qe:rt==="l"?or.left=0:or.right=0}return b.createElement("div",{ref:lr,className:o()("".concat(ct,"-arrow"),Oe),style:or},Ge)}function I(Je){var ct=Je.prefixCls,at=Je.open,Xe=Je.zIndex,Ze=Je.mask,ye=Je.motion;return Ze?b.createElement(k.default,(0,A.Z)({},ye,{motionAppear:!0,visible:at,removeOnLeave:!0}),function(Oe){var Ge=Oe.className;return b.createElement("div",{style:{zIndex:Xe},className:o()("".concat(ct,"-mask"),Ge)})}):null}var M=b.memo(function(Je){var ct=Je.children;return ct},function(Je,ct){return ct.cache}),B=M,N=b.forwardRef(function(Je,ct){var at=Je.popup,Xe=Je.className,Ze=Je.prefixCls,ye=Je.style,Oe=Je.target,Ge=Je.onVisibleChanged,et=Je.open,Qe=Je.keepDom,St=Je.fresh,Ct=Je.onClick,lr=Je.mask,or=Je.arrow,Me=Je.arrowPos,tt=Je.align,Qt=Je.motion,rt=Je.maskMotion,Mt=Je.forceRender,Ot=Je.getPopupContainer,Jt=Je.autoDestroy,Ut=Je.portal,Te=Je.zIndex,ce=Je.onMouseEnter,pe=Je.onMouseLeave,At=Je.onPointerEnter,Ae=Je.ready,ut=Je.offsetX,$t=Je.offsetY,yt=Je.offsetR,Ce=Je.offsetB,_t=Je.onAlign,Ue=Je.onPrepare,xe=Je.stretch,dt=Je.targetWidth,Dt=Je.targetHeight,Be=typeof at=="function"?at():at,Dr=et||Qe,vt=(Ot==null?void 0:Ot.length)>0,qr=b.useState(!Ot||!vt),sn=(0,i.Z)(qr,2),zt=sn[0],er=sn[1];if((0,y.Z)(function(){!zt&&vt&&Oe&&er(!0)},[zt,vt,Oe]),!zt)return null;var Bt="auto",Yt={left:"-1000vw",top:"-1000vh",right:Bt,bottom:Bt};if(Ae||!et){var wr,Ir=tt.points,Pt=tt.dynamicInset||((wr=tt._experimental)===null||wr===void 0?void 0:wr.dynamicInset),Kt=Pt&&Ir[0][1]==="r",jt=Pt&&Ir[0][0]==="b";Kt?(Yt.right=yt,Yt.left=Bt):(Yt.left=ut,Yt.right=Bt),jt?(Yt.bottom=Ce,Yt.top=Bt):(Yt.top=$t,Yt.bottom=Bt)}var qt={};return xe&&(xe.includes("height")&&Dt?qt.height=Dt:xe.includes("minHeight")&&Dt&&(qt.minHeight=Dt),xe.includes("width")&&dt?qt.width=dt:xe.includes("minWidth")&&dt&&(qt.minWidth=dt)),et||(qt.pointerEvents="none"),b.createElement(Ut,{open:Mt||Dr,getContainer:Ot&&function(){return Ot(Oe)},autoDestroy:Jt},b.createElement(I,{prefixCls:Ze,open:et,zIndex:Te,mask:lr,motion:rt}),b.createElement(h.Z,{onResize:_t,disabled:!et},function(yr){return b.createElement(k.default,(0,A.Z)({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:Mt,leavedClassName:"".concat(Ze,"-hidden")},Qt,{onAppearPrepare:Ue,onEnterPrepare:Ue,visible:et,onVisibleChanged:function(Hr){var jn;Qt==null||(jn=Qt.onVisibleChanged)===null||jn===void 0||jn.call(Qt,Hr),Ge(Hr)}}),function(Qr,Hr){var jn=Qr.className,En=Qr.style,Yn=o()(Ze,jn,Xe);return b.createElement("div",{ref:(0,R.sQ)(yr,ct,Hr),className:Yn,style:(0,r.Z)((0,r.Z)((0,r.Z)((0,r.Z)({"--arrow-x":"".concat(Me.x||0,"px"),"--arrow-y":"".concat(Me.y||0,"px")},Yt),qt),En),{},{boxSizing:"border-box",zIndex:Te},ye),onMouseEnter:ce,onMouseLeave:pe,onPointerEnter:At,onClick:Ct},or&&b.createElement(S,{prefixCls:Ze,arrow:or,arrowPos:Me,align:tt}),b.createElement(B,{cache:!et&&!St},Be))})}))}),K=N,G=b.forwardRef(function(Je,ct){var at=Je.children,Xe=Je.getTriggerDOMNode,Ze=(0,R.Yr)(at),ye=b.useCallback(function(Ge){(0,R.mH)(ct,Xe?Xe(Ge):Ge)},[Xe]),Oe=(0,R.x1)(ye,at.ref);return Ze?b.cloneElement(at,{ref:Oe}):at}),H=G,ae=b.createContext(null),ie=ae;function ue(Je){return Je?Array.isArray(Je)?Je:[Je]:[]}function X(Je,ct,at,Xe){return b.useMemo(function(){var Ze=ue(at!=null?at:ct),ye=ue(Xe!=null?Xe:ct),Oe=new Set(Ze),Ge=new Set(ye);return Je&&(Oe.has("hover")&&(Oe.delete("hover"),Oe.add("click")),Ge.has("hover")&&(Ge.delete("hover"),Ge.add("click"))),[Oe,Ge]},[Je,ct,at,Xe])}var Y=e(29194);function $(){var Je=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],ct=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],at=arguments.length>2?arguments[2]:void 0;return at?Je[0]===ct[0]:Je[0]===ct[0]&&Je[1]===ct[1]}function se(Je,ct,at,Xe){for(var Ze=at.points,ye=Object.keys(Je),Oe=0;Oe<ye.length;Oe+=1){var Ge,et=ye[Oe];if($((Ge=Je[et])===null||Ge===void 0?void 0:Ge.points,Ze,Xe))return"".concat(ct,"-placement-").concat(et)}return""}function ee(Je,ct,at,Xe){return ct||(at?{motionName:"".concat(Je,"-").concat(at)}:Xe?{motionName:Xe}:null)}function J(Je){return Je.ownerDocument.defaultView}function le(Je){for(var ct=[],at=Je==null?void 0:Je.parentElement,Xe=["hidden","scroll","clip","auto"];at;){var Ze=J(at).getComputedStyle(at),ye=Ze.overflowX,Oe=Ze.overflowY,Ge=Ze.overflow;[ye,Oe,Ge].some(function(et){return Xe.includes(et)})&&ct.push(at),at=at.parentElement}return ct}function Z(Je){var ct=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return Number.isNaN(Je)?ct:Je}function U(Je){return Z(parseFloat(Je),0)}function ne(Je,ct){var at=(0,r.Z)({},Je);return(ct||[]).forEach(function(Xe){if(!(Xe instanceof HTMLBodyElement||Xe instanceof HTMLHtmlElement)){var Ze=J(Xe).getComputedStyle(Xe),ye=Ze.overflow,Oe=Ze.overflowClipMargin,Ge=Ze.borderTopWidth,et=Ze.borderBottomWidth,Qe=Ze.borderLeftWidth,St=Ze.borderRightWidth,Ct=Xe.getBoundingClientRect(),lr=Xe.offsetHeight,or=Xe.clientHeight,Me=Xe.offsetWidth,tt=Xe.clientWidth,Qt=U(Ge),rt=U(et),Mt=U(Qe),Ot=U(St),Jt=Z(Math.round(Ct.width/Me*1e3)/1e3),Ut=Z(Math.round(Ct.height/lr*1e3)/1e3),Te=(Me-tt-Mt-Ot)*Jt,ce=(lr-or-Qt-rt)*Ut,pe=Qt*Ut,At=rt*Ut,Ae=Mt*Jt,ut=Ot*Jt,$t=0,yt=0;if(ye==="clip"){var Ce=U(Oe);$t=Ce*Jt,yt=Ce*Ut}var _t=Ct.x+Ae-$t,Ue=Ct.y+pe-yt,xe=_t+Ct.width+2*$t-Ae-ut-Te,dt=Ue+Ct.height+2*yt-pe-At-ce;at.left=Math.max(at.left,_t),at.top=Math.max(at.top,Ue),at.right=Math.min(at.right,xe),at.bottom=Math.min(at.bottom,dt)}}),at}function me(Je){var ct=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,at="".concat(ct),Xe=at.match(/^(.*)\%$/);return Xe?Je*(parseFloat(Xe[1])/100):parseFloat(at)}function Ee(Je,ct){var at=ct||[],Xe=(0,i.Z)(at,2),Ze=Xe[0],ye=Xe[1];return[me(Je.width,Ze),me(Je.height,ye)]}function Pe(){var Je=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return[Je[0],Je[1]]}function We(Je,ct){var at=ct[0],Xe=ct[1],Ze,ye;return at==="t"?ye=Je.y:at==="b"?ye=Je.y+Je.height:ye=Je.y+Je.height/2,Xe==="l"?Ze=Je.x:Xe==="r"?Ze=Je.x+Je.width:Ze=Je.x+Je.width/2,{x:Ze,y:ye}}function Fe(Je,ct){var at={t:"b",b:"t",l:"r",r:"l"};return Je.map(function(Xe,Ze){return Ze===ct?at[Xe]||"c":Xe}).join("")}function Lt(Je,ct,at,Xe,Ze,ye,Oe){var Ge=b.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:Ze[Xe]||{}}),et=(0,i.Z)(Ge,2),Qe=et[0],St=et[1],Ct=b.useRef(0),lr=b.useMemo(function(){return ct?le(ct):[]},[ct]),or=b.useRef({}),Me=function(){or.current={}};Je||Me();var tt=(0,x.Z)(function(){if(ct&&at&&Je){let Ga=function(Ls,xo){var jo=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Yn,Go=Be.x+Ls,du=Be.y+xo,hu=Go+wr,go=du+Yt,Uo=Math.max(Go,jo.left),So=Math.max(du,jo.top),Yo=Math.min(hu,jo.right),$o=Math.min(go,jo.bottom);return Math.max(0,(Yo-Uo)*($o-So))},Ni=function(){Fn=Be.y+we,Qn=Fn+Yt,$e=Be.x+zn,ft=$e+wr};var Mt,Ot,Jt=ct,Ut=Jt.ownerDocument,Te=J(Jt),ce=Te.getComputedStyle(Jt),pe=ce.width,At=ce.height,Ae=ce.position,ut=Jt.style.left,$t=Jt.style.top,yt=Jt.style.right,Ce=Jt.style.bottom,_t=Jt.style.overflow,Ue=(0,r.Z)((0,r.Z)({},Ze[Xe]),ye),xe=Ut.createElement("div");(Mt=Jt.parentElement)===null||Mt===void 0||Mt.appendChild(xe),xe.style.left="".concat(Jt.offsetLeft,"px"),xe.style.top="".concat(Jt.offsetTop,"px"),xe.style.position=Ae,xe.style.height="".concat(Jt.offsetHeight,"px"),xe.style.width="".concat(Jt.offsetWidth,"px"),Jt.style.left="0",Jt.style.top="0",Jt.style.right="auto",Jt.style.bottom="auto",Jt.style.overflow="hidden";var dt;if(Array.isArray(at))dt={x:at[0],y:at[1],width:0,height:0};else{var Dt=at.getBoundingClientRect();dt={x:Dt.x,y:Dt.y,width:Dt.width,height:Dt.height}}var Be=Jt.getBoundingClientRect(),Dr=Ut.documentElement,vt=Dr.clientWidth,qr=Dr.clientHeight,sn=Dr.scrollWidth,zt=Dr.scrollHeight,er=Dr.scrollTop,Bt=Dr.scrollLeft,Yt=Be.height,wr=Be.width,Ir=dt.height,Pt=dt.width,Kt={left:0,top:0,right:vt,bottom:qr},jt={left:-Bt,top:-er,right:sn-Bt,bottom:zt-er},qt=Ue.htmlRegion,yr="visible",Qr="visibleFirst";qt!=="scroll"&&qt!==Qr&&(qt=yr);var Hr=qt===Qr,jn=ne(jt,lr),En=ne(Kt,lr),Yn=qt===yr?En:jn,Tt=Hr?En:Yn;Jt.style.left="auto",Jt.style.top="auto",Jt.style.right="0",Jt.style.bottom="0";var Vr=Jt.getBoundingClientRect();Jt.style.left=ut,Jt.style.top=$t,Jt.style.right=yt,Jt.style.bottom=Ce,Jt.style.overflow=_t,(Ot=Jt.parentElement)===null||Ot===void 0||Ot.removeChild(xe);var ii=Z(Math.round(wr/parseFloat(pe)*1e3)/1e3),Bi=Z(Math.round(Yt/parseFloat(At)*1e3)/1e3);if(ii===0||Bi===0||(0,u.Sh)(at)&&!(0,Y.Z)(at))return;var $n=Ue.offset,ci=Ue.targetOffset,Di=Ee(Be,$n),Gi=(0,i.Z)(Di,2),Pi=Gi[0],Ui=Gi[1],da=Ee(dt,ci),sa=(0,i.Z)(da,2),Ji=sa[0],vi=sa[1];dt.x-=Ji,dt.y-=vi;var $i=Ue.points||[],Ia=(0,i.Z)($i,2),bt=Ia[0],wa=Ia[1],Ki=Pe(wa),gi=Pe(bt),ka=We(dt,Ki),Yi=We(Be,gi),Jn=(0,r.Z)({},Ue),zn=ka.x-Yi.x+Pi,we=ka.y-Yi.y+Ui,it=Ga(zn,we),qe=Ga(zn,we,En),It=We(dt,["t","l"]),lt=We(Be,["t","l"]),dr=We(dt,["b","r"]),pr=We(Be,["b","r"]),Cr=Ue.overflow||{},zr=Cr.adjustX,Jr=Cr.adjustY,Nr=Cr.shiftX,Cn=Cr.shiftY,vr=function(xo){return typeof xo=="boolean"?xo:xo>=0},Fn,Qn,$e,ft;Ni();var _e=vr(Jr),sr=gi[0]===Ki[0];if(_e&&gi[0]==="t"&&(Qn>Tt.bottom||or.current.bt)){var ir=we;sr?ir-=Yt-Ir:ir=It.y-pr.y-Ui;var Rr=Ga(zn,ir),Gr=Ga(zn,ir,En);Rr>it||Rr===it&&(!Hr||Gr>=qe)?(or.current.bt=!0,we=ir,Ui=-Ui,Jn.points=[Fe(gi,0),Fe(Ki,0)]):or.current.bt=!1}if(_e&&gi[0]==="b"&&(Fn<Tt.top||or.current.tb)){var Wr=we;sr?Wr+=Yt-Ir:Wr=dr.y-lt.y-Ui;var hn=Ga(zn,Wr),Ei=Ga(zn,Wr,En);hn>it||hn===it&&(!Hr||Ei>=qe)?(or.current.tb=!0,we=Wr,Ui=-Ui,Jn.points=[Fe(gi,0),Fe(Ki,0)]):or.current.tb=!1}var ln=vr(zr),yn=gi[1]===Ki[1];if(ln&&gi[1]==="l"&&(ft>Tt.right||or.current.rl)){var $r=zn;yn?$r-=wr-Pt:$r=It.x-pr.x-Pi;var kn=Ga($r,we),oi=Ga($r,we,En);kn>it||kn===it&&(!Hr||oi>=qe)?(or.current.rl=!0,zn=$r,Pi=-Pi,Jn.points=[Fe(gi,1),Fe(Ki,1)]):or.current.rl=!1}if(ln&&gi[1]==="r"&&($e<Tt.left||or.current.lr)){var Ea=zn;yn?Ea+=wr-Pt:Ea=dr.x-lt.x-Pi;var Qs=Ga(Ea,we),Ba=Ga(Ea,we,En);Qs>it||Qs===it&&(!Hr||Ba>=qe)?(or.current.lr=!0,zn=Ea,Pi=-Pi,Jn.points=[Fe(gi,1),Fe(Ki,1)]):or.current.lr=!1}Ni();var Ws=Nr===!0?0:Nr;typeof Ws=="number"&&($e<En.left&&(zn-=$e-En.left-Pi,dt.x+Pt<En.left+Ws&&(zn+=dt.x-En.left+Pt-Ws)),ft>En.right&&(zn-=ft-En.right-Pi,dt.x>En.right-Ws&&(zn+=dt.x-En.right+Ws)));var Ns=Cn===!0?0:Cn;typeof Ns=="number"&&(Fn<En.top&&(we-=Fn-En.top-Ui,dt.y+Ir<En.top+Ns&&(we+=dt.y-En.top+Ir-Ns)),Qn>En.bottom&&(we-=Qn-En.bottom-Ui,dt.y>En.bottom-Ns&&(we+=dt.y-En.bottom+Ns)));var ls=Be.x+zn,co=ls+wr,Ta=Be.y+we,Ds=Ta+Yt,vs=dt.x,mo=vs+Pt,ta=dt.y,to=ta+Ir,No=Math.max(ls,vs),Na=Math.min(co,mo),Hs=(No+Na)/2,di=Hs-ls,ro=Math.max(Ta,ta),Rn=Math.min(Ds,to),cs=(ro+Rn)/2,ks=cs-Ta;Oe==null||Oe(ct,Jn);var Rs=Vr.right-Be.x-(zn+Be.width),ea=Vr.bottom-Be.y-(we+Be.height);St({ready:!0,offsetX:zn/ii,offsetY:we/Bi,offsetR:Rs/ii,offsetB:ea/Bi,arrowX:di/ii,arrowY:ks/Bi,scaleX:ii,scaleY:Bi,align:Jn})}}),Qt=function(){Ct.current+=1;var Ot=Ct.current;Promise.resolve().then(function(){Ct.current===Ot&&tt()})},rt=function(){St(function(Ot){return(0,r.Z)((0,r.Z)({},Ot),{},{ready:!1})})};return(0,y.Z)(rt,[Xe]),(0,y.Z)(function(){Je||rt()},[Je]),[Qe.ready,Qe.offsetX,Qe.offsetY,Qe.offsetR,Qe.offsetB,Qe.arrowX,Qe.arrowY,Qe.scaleX,Qe.scaleY,Qe.align,Qt]}var mt=e(77654);function wt(Je,ct,at,Xe,Ze){(0,y.Z)(function(){if(Je&&ct&&at){let Ct=function(){Xe(),Ze()};var ye=ct,Oe=at,Ge=le(ye),et=le(Oe),Qe=J(Oe),St=new Set([Qe].concat((0,mt.Z)(Ge),(0,mt.Z)(et)));return St.forEach(function(lr){lr.addEventListener("scroll",Ct,{passive:!0})}),Qe.addEventListener("resize",Ct,{passive:!0}),Xe(),function(){St.forEach(function(lr){lr.removeEventListener("scroll",Ct),Qe.removeEventListener("resize",Ct)})}}},[Je,ct,at])}var Gt=e(48736),Ft=e(16089);function nr(Je,ct,at,Xe,Ze,ye,Oe,Ge){var et=b.useRef(Je),Qe=b.useRef(!1);et.current!==Je&&(Qe.current=!0,et.current=Je),b.useEffect(function(){var St=(0,Ft.Z)(function(){Qe.current=!1});return function(){Ft.Z.cancel(St)}},[Je]),b.useEffect(function(){if(ct&&Xe&&(!Ze||ye)){var St=function(){var Ae=!1,ut=function(Ce){var _t=Ce.target;Ae=Oe(_t)},$t=function(Ce){var _t=Ce.target;!Qe.current&&et.current&&!Ae&&!Oe(_t)&&Ge(!1)};return[ut,$t]},Ct=St(),lr=(0,i.Z)(Ct,2),or=lr[0],Me=lr[1],tt=St(),Qt=(0,i.Z)(tt,2),rt=Qt[0],Mt=Qt[1],Ot=J(Xe);Ot.addEventListener("mousedown",or,!0),Ot.addEventListener("click",Me,!0),Ot.addEventListener("contextmenu",Me,!0);var Jt=(0,a.A)(at);if(Jt&&(Jt.addEventListener("mousedown",rt,!0),Jt.addEventListener("click",Mt,!0),Jt.addEventListener("contextmenu",Mt,!0)),0)var Ut,Te,ce,pe;return function(){Ot.removeEventListener("mousedown",or,!0),Ot.removeEventListener("click",Me,!0),Ot.removeEventListener("contextmenu",Me,!0),Jt&&(Jt.removeEventListener("mousedown",rt,!0),Jt.removeEventListener("click",Mt,!0),Jt.removeEventListener("contextmenu",Mt,!0))}}},[ct,at,Xe,Ze,ye])}var Ne=["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 ht(){var Je=arguments.length>0&&arguments[0]!==void 0?arguments[0]:c.Z,ct=b.forwardRef(function(at,Xe){var Ze=at.prefixCls,ye=Ze===void 0?"rc-trigger-popup":Ze,Oe=at.children,Ge=at.action,et=Ge===void 0?"hover":Ge,Qe=at.showAction,St=at.hideAction,Ct=at.popupVisible,lr=at.defaultPopupVisible,or=at.onPopupVisibleChange,Me=at.afterPopupVisibleChange,tt=at.mouseEnterDelay,Qt=at.mouseLeaveDelay,rt=Qt===void 0?.1:Qt,Mt=at.focusDelay,Ot=at.blurDelay,Jt=at.mask,Ut=at.maskClosable,Te=Ut===void 0?!0:Ut,ce=at.getPopupContainer,pe=at.forceRender,At=at.autoDestroy,Ae=at.destroyPopupOnHide,ut=at.popup,$t=at.popupClassName,yt=at.popupStyle,Ce=at.popupPlacement,_t=at.builtinPlacements,Ue=_t===void 0?{}:_t,xe=at.popupAlign,dt=at.zIndex,Dt=at.stretch,Be=at.getPopupClassNameFromAlign,Dr=at.fresh,vt=at.alignPoint,qr=at.onPopupClick,sn=at.onPopupAlign,zt=at.arrow,er=at.popupMotion,Bt=at.maskMotion,Yt=at.popupTransitionName,wr=at.popupAnimation,Ir=at.maskTransitionName,Pt=at.maskAnimation,Kt=at.className,jt=at.getTriggerDOMNode,qt=(0,l.Z)(at,Ne),yr=At||Ae||!1,Qr=b.useState(!1),Hr=(0,i.Z)(Qr,2),jn=Hr[0],En=Hr[1];(0,y.Z)(function(){En((0,m.Z)())},[]);var Yn=b.useRef({}),Tt=b.useContext(ie),Vr=b.useMemo(function(){return{registerSubPopup:function(_i,es){Yn.current[_i]=es,Tt==null||Tt.registerSubPopup(_i,es)}}},[Tt]),ii=(0,p.Z)(),Bi=b.useState(null),$n=(0,i.Z)(Bi,2),ci=$n[0],Di=$n[1],Gi=(0,x.Z)(function(pi){(0,u.Sh)(pi)&&ci!==pi&&Di(pi),Tt==null||Tt.registerSubPopup(ii,pi)}),Pi=b.useState(null),Ui=(0,i.Z)(Pi,2),da=Ui[0],sa=Ui[1],Ji=b.useRef(null),vi=(0,x.Z)(function(pi){(0,u.Sh)(pi)&&da!==pi&&(sa(pi),Ji.current=pi)}),$i=b.Children.only(Oe),Ia=($i==null?void 0:$i.props)||{},bt={},wa=(0,x.Z)(function(pi){var _i,es,ds=da;return(ds==null?void 0:ds.contains(pi))||((_i=(0,a.A)(ds))===null||_i===void 0?void 0:_i.host)===pi||pi===ds||(ci==null?void 0:ci.contains(pi))||((es=(0,a.A)(ci))===null||es===void 0?void 0:es.host)===pi||pi===ci||Object.values(Yn.current).some(function(is){return(is==null?void 0:is.contains(pi))||pi===is})}),Ki=ee(ye,er,wr,Yt),gi=ee(ye,Bt,Pt,Ir),ka=b.useState(lr||!1),Yi=(0,i.Z)(ka,2),Jn=Yi[0],zn=Yi[1],we=Ct!=null?Ct:Jn,it=(0,x.Z)(function(pi){Ct===void 0&&zn(pi)});(0,y.Z)(function(){zn(Ct||!1)},[Ct]);var qe=b.useRef(we);qe.current=we;var It=b.useRef([]);It.current=[];var lt=(0,x.Z)(function(pi){var _i;it(pi),((_i=It.current[It.current.length-1])!==null&&_i!==void 0?_i:we)!==pi&&(It.current.push(pi),or==null||or(pi))}),dr=b.useRef(),pr=function(){clearTimeout(dr.current)},Cr=function(_i){var es=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;pr(),es===0?lt(_i):dr.current=setTimeout(function(){lt(_i)},es*1e3)};b.useEffect(function(){return pr},[]);var zr=b.useState(!1),Jr=(0,i.Z)(zr,2),Nr=Jr[0],Cn=Jr[1];(0,y.Z)(function(pi){(!pi||we)&&Cn(!0)},[we]);var vr=b.useState(null),Fn=(0,i.Z)(vr,2),Qn=Fn[0],$e=Fn[1],ft=b.useState([0,0]),_e=(0,i.Z)(ft,2),sr=_e[0],ir=_e[1],Rr=function(_i){ir([_i.clientX,_i.clientY])},Gr=Lt(we,ci,vt?sr:da,Ce,Ue,xe,sn),Wr=(0,i.Z)(Gr,11),hn=Wr[0],Ei=Wr[1],ln=Wr[2],yn=Wr[3],$r=Wr[4],kn=Wr[5],oi=Wr[6],Ea=Wr[7],Qs=Wr[8],Ba=Wr[9],Ws=Wr[10],Ns=X(jn,et,Qe,St),ls=(0,i.Z)(Ns,2),co=ls[0],Ta=ls[1],Ds=co.has("click"),vs=Ta.has("click")||Ta.has("contextMenu"),mo=(0,x.Z)(function(){Nr||Ws()}),ta=function(){qe.current&&vt&&vs&&Cr(!1)};wt(we,da,ci,mo,ta),(0,y.Z)(function(){mo()},[sr,Ce]),(0,y.Z)(function(){we&&!(Ue!=null&&Ue[Ce])&&mo()},[JSON.stringify(xe)]);var to=b.useMemo(function(){var pi=se(Ue,ye,Ba,vt);return o()(pi,Be==null?void 0:Be(Ba))},[Ba,Be,Ue,ye,vt]);b.useImperativeHandle(Xe,function(){return{nativeElement:Ji.current,forceAlign:mo}});var No=b.useState(0),Na=(0,i.Z)(No,2),Hs=Na[0],di=Na[1],ro=b.useState(0),Rn=(0,i.Z)(ro,2),cs=Rn[0],ks=Rn[1],Rs=function(){if(Dt&&da){var _i=da.getBoundingClientRect();di(_i.width),ks(_i.height)}},ea=function(){Rs(),mo()},Ga=function(_i){Cn(!1),Ws(),Me==null||Me(_i)},Ni=function(){return new Promise(function(_i){Rs(),$e(function(){return _i})})};(0,y.Z)(function(){Qn&&(Ws(),Qn(),$e(null))},[Qn]);function Ls(pi,_i,es,ds){bt[pi]=function(is){var Ha;ds==null||ds(is),Cr(_i,es);for(var gs=arguments.length,Ko=new Array(gs>1?gs-1:0),Ss=1;Ss<gs;Ss++)Ko[Ss-1]=arguments[Ss];(Ha=Ia[pi])===null||Ha===void 0||Ha.call.apply(Ha,[Ia,is].concat(Ko))}}(Ds||vs)&&(bt.onClick=function(pi){var _i;qe.current&&vs?Cr(!1):!qe.current&&Ds&&(Rr(pi),Cr(!0));for(var es=arguments.length,ds=new Array(es>1?es-1:0),is=1;is<es;is++)ds[is-1]=arguments[is];(_i=Ia.onClick)===null||_i===void 0||_i.call.apply(_i,[Ia,pi].concat(ds))}),nr(we,vs,da,ci,Jt,Te,wa,Cr);var xo=co.has("hover"),jo=Ta.has("hover"),Go,du;xo&&(Ls("onMouseEnter",!0,tt,function(pi){Rr(pi)}),Ls("onPointerEnter",!0,tt,function(pi){Rr(pi)}),Go=function(_i){(we||Nr)&&ci!==null&&ci!==void 0&&ci.contains(_i.target)&&Cr(!0,tt)},vt&&(bt.onMouseMove=function(pi){var _i;(_i=Ia.onMouseMove)===null||_i===void 0||_i.call(Ia,pi)})),jo&&(Ls("onMouseLeave",!1,rt),Ls("onPointerLeave",!1,rt),du=function(){Cr(!1,rt)}),co.has("focus")&&Ls("onFocus",!0,Mt),Ta.has("focus")&&Ls("onBlur",!1,Ot),co.has("contextMenu")&&(bt.onContextMenu=function(pi){var _i;qe.current&&Ta.has("contextMenu")?Cr(!1):(Rr(pi),Cr(!0)),pi.preventDefault();for(var es=arguments.length,ds=new Array(es>1?es-1:0),is=1;is<es;is++)ds[is-1]=arguments[is];(_i=Ia.onContextMenu)===null||_i===void 0||_i.call.apply(_i,[Ia,pi].concat(ds))}),Kt&&(bt.className=o()(Ia.className,Kt));var hu=(0,r.Z)((0,r.Z)({},Ia),bt),go={},Uo=["onContextMenu","onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"];Uo.forEach(function(pi){qt[pi]&&(go[pi]=function(){for(var _i,es=arguments.length,ds=new Array(es),is=0;is<es;is++)ds[is]=arguments[is];(_i=hu[pi])===null||_i===void 0||_i.call.apply(_i,[hu].concat(ds)),qt[pi].apply(qt,ds)})});var So=b.cloneElement($i,(0,r.Z)((0,r.Z)({},hu),go)),Yo={x:kn,y:oi},$o=zt?(0,r.Z)({},zt!==!0?zt:{}):null;return b.createElement(b.Fragment,null,b.createElement(h.Z,{disabled:!we,ref:vi,onResize:ea},b.createElement(H,{getTriggerDOMNode:jt},So)),b.createElement(ie.Provider,{value:Vr},b.createElement(K,{portal:Je,ref:Gi,prefixCls:ye,popup:ut,className:o()($t,to),style:yt,target:da,onMouseEnter:Go,onMouseLeave:du,onPointerEnter:Go,zIndex:dt,open:we,keepDom:Nr,fresh:Dr,onClick:qr,mask:Jt,motion:Ki,maskMotion:gi,onVisibleChanged:Ga,onPrepare:Ni,forceRender:pe,autoDestroy:yr,getPopupContainer:ce,align:Ba,arrow:$o,arrowPos:Yo,ready:hn,offsetX:Ei,offsetY:ln,offsetR:yn,offsetB:$r,onAlign:mo,stretch:Dt,targetWidth:Hs/Ea,targetHeight:cs/Qs})))});return ct}var Rt=ht(c.Z)},54401:function(){"use strict"},1988:function(d,g){"use strict";g.Z={loading:"loading___hdeS1",layoutMainClass:"layoutMainClass___t8btz"}},21798:function(d,g){"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;g.Z=r},74242:function(d,g,e){"use strict";e.d(g,{zt:function(){return hs},$j:function(){return Xn},Ue:function(){return xo},I0:function(){return no},v9:function(){return pu}});var r={};e.r(r),e.d(r,{actionChannel:function(){return Pt},all:function(){return Be},apply:function(){return sn},call:function(){return qr},cancel:function(){return wr},cancelled:function(){return Kt},cps:function(){return zt},flush:function(){return jt},fork:function(){return er},getContext:function(){return qt},join:function(){return Yt},put:function(){return Dt},race:function(){return Dr},select:function(){return Ir},setContext:function(){return yr},spawn:function(){return Bt},take:function(){return xe},takeEvery:function(){return it},takeLatest:function(){return qe},takem:function(){return dt},throttle:function(){return It}});var i=e(59301),l=e(53885),c=e(59781),f=Object.assign||function(Ye){for(var Ie=1;Ie<arguments.length;Ie++){var Nt=arguments[Ie];for(var gt in Nt)Object.prototype.hasOwnProperty.call(Nt,gt)&&(Ye[gt]=Nt[gt])}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(Ie){return"@@redux-saga/"+Ie},u=h("TASK"),a=h("HELPER"),x=h("MATCH"),p=h("CANCEL_PROMISE"),y=h("SAGA_ACTION"),m=h("SELF_CANCELLATION"),b=function(Ie){return function(){return Ie}},A=b(!0),k=null,R=function(){},S=function(Ie){return Ie};function I(Ye,Ie,Nt){if(!Ie(Ye))throw le("error","uncaught at check",Nt),new Error(Nt)}var M=Object.prototype.hasOwnProperty;function B(Ye,Ie){return N.notUndef(Ye)&&M.call(Ye,Ie)}var N={undef:function(Ie){return Ie==null},notUndef:function(Ie){return Ie!=null},func:function(Ie){return typeof Ie=="function"},number:function(Ie){return typeof Ie=="number"},string:function(Ie){return typeof Ie=="string"},array:Array.isArray,object:function(Ie){return Ie&&!N.array(Ie)&&(typeof Ie=="undefined"?"undefined":o(Ie))==="object"},promise:function(Ie){return Ie&&N.func(Ie.then)},iterator:function(Ie){return Ie&&N.func(Ie.next)&&N.func(Ie.throw)},iterable:function(Ie){return Ie&&N.func(Symbol)?N.func(Ie[Symbol.iterator]):N.array(Ie)},task:function(Ie){return Ie&&Ie[u]},observable:function(Ie){return Ie&&N.func(Ie.subscribe)},buffer:function(Ie){return Ie&&N.func(Ie.isEmpty)&&N.func(Ie.take)&&N.func(Ie.put)},pattern:function(Ie){return Ie&&(N.string(Ie)||(typeof Ie=="undefined"?"undefined":o(Ie))==="symbol"||N.func(Ie)||N.array(Ie))},channel:function(Ie){return Ie&&N.func(Ie.take)&&N.func(Ie.close)},helper:function(Ie){return Ie&&Ie[a]},stringableFunc:function(Ie){return N.func(Ie)&&B(Ie,"toString")}},K={assign:function(Ie,Nt){for(var gt in Nt)B(Nt,gt)&&(Ie[gt]=Nt[gt])}};function G(Ye,Ie){var Nt=Ye.indexOf(Ie);Nt>=0&&Ye.splice(Nt,1)}var H={from:function(Ie){var Nt=Array(Ie.length);for(var gt in Ie)B(Ie,gt)&&(Nt[gt]=Ie[gt]);return Nt}};function ae(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Ie=f({},Ye),Nt=new Promise(function(gt,Er){Ie.resolve=gt,Ie.reject=Er});return Ie.promise=Nt,Ie}function ie(Ye){for(var Ie=[],Nt=0;Nt<Ye;Nt++)Ie.push(ae());return Ie}function ue(Ye){var Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,Nt=void 0,gt=new Promise(function(Er){Nt=setTimeout(function(){return Er(Ie)},Ye)});return gt[p]=function(){return clearTimeout(Nt)},gt}function X(){var Ye,Ie=!0,Nt=void 0,gt=void 0;return Ye={},Ye[u]=!0,Ye.isRunning=function(){return Ie},Ye.result=function(){return Nt},Ye.error=function(){return gt},Ye.setRunning=function(Fr){return Ie=Fr},Ye.setResult=function(Fr){return Nt=Fr},Ye.setError=function(Fr){return gt=Fr},Ye}function Y(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return function(){return++Ye}}var $=Y(),se=function(Ie){throw Ie},ee=function(Ie){return{value:Ie,done:!0}};function J(Ye){var Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:se,Nt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",gt=arguments[3],Er={name:Nt,next:Ye,throw:Ie,return:ee};return gt&&(Er[a]=!0),typeof Symbol!="undefined"&&(Er[Symbol.iterator]=function(){return Er}),Er}function le(Ye,Ie){var Nt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"";typeof window=="undefined"?console.log("redux-saga "+Ye+": "+Ie+`
`+(Nt&&Nt.stack||Nt)):console[Ye](Ie,Nt)}function Z(Ye,Ie){return function(){return Ye.apply(void 0,arguments)}}var U=function(Ie,Nt){return Ie+" has been deprecated in favor of "+Nt+", please update your code"},ne=function(Ie){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: `+Ie+`
`)},me=function(Ie,Nt){return(Ie?Ie+".":"")+"setContext(props): argument "+Nt+" is not a plain object"},Ee=function(Ie){return function(Nt){return Ie(Object.defineProperty(Nt,y,{value:!0}))}},Pe=function Ye(Ie){return function(){for(var Nt=arguments.length,gt=Array(Nt),Er=0;Er<Nt;Er++)gt[Er]=arguments[Er];var Fr=[],Kr=Ie.apply(void 0,gt);return{next:function(fn){return Fr.push(fn),Kr.next(fn)},clone:function(){var fn=Ye(Ie).apply(void 0,gt);return Fr.forEach(function(An){return fn.next(An)}),fn},return:function(fn){return Kr.return(fn)},throw:function(fn){return Kr.throw(fn)}}}},We="Channel's Buffer overflow!",Fe=1,Lt=2,mt=3,wt=4,Gt={isEmpty:A,put:R,take:R};function Ft(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,Ie=arguments[1],Nt=new Array(Ye),gt=0,Er=0,Fr=0,Kr=function(ti){Nt[Er]=ti,Er=(Er+1)%Ye,gt++},xn=function(){if(gt!=0){var ti=Nt[Fr];return Nt[Fr]=null,gt--,Fr=(Fr+1)%Ye,ti}},fn=function(){for(var ti=[];gt;)ti.push(xn());return ti};return{isEmpty:function(){return gt==0},put:function(ti){if(gt<Ye)Kr(ti);else{var ni=void 0;switch(Ie){case Fe:throw new Error(We);case mt:Nt[Er]=ti,Er=(Er+1)%Ye,Fr=Er;break;case wt:ni=2*Ye,Nt=fn(),gt=Nt.length,Er=Nt.length,Fr=0,Nt.length=ni,Ye=ni,Kr(ti);break;default:}}},take:xn,flush:fn}}var nr={none:function(){return Gt},fixed:function(Ie){return Ft(Ie,Fe)},dropping:function(Ie){return Ft(Ie,Lt)},sliding:function(Ie){return Ft(Ie,mt)},expanding:function(Ie){return Ft(Ie,wt)}},Ne=[],ht=0;function Rt(Ye){try{ct(),Ye()}finally{at()}}function Je(Ye){Ne.push(Ye),ht||(ct(),Xe())}function ct(){ht++}function at(){ht--}function Xe(){at();for(var Ye=void 0;!ht&&(Ye=Ne.shift())!==void 0;)Rt(Ye)}var Ze=Object.assign||function(Ye){for(var Ie=1;Ie<arguments.length;Ie++){var Nt=arguments[Ie];for(var gt in Nt)Object.prototype.hasOwnProperty.call(Nt,gt)&&(Ye[gt]=Nt[gt])}return Ye},ye="@@redux-saga/CHANNEL_END",Oe={type:ye},Ge=function(Ie){return Ie&&Ie.type===ye};function et(){var Ye=[];function Ie(gt){return Ye.push(gt),function(){return G(Ye,gt)}}function Nt(gt){for(var Er=Ye.slice(),Fr=0,Kr=Er.length;Fr<Kr;Fr++)Er[Fr](gt)}return{subscribe:Ie,emit:Nt}}var Qe="invalid buffer passed to channel factory function",St="Saga was provided with an undefined action";function Ct(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:nr.fixed(),Ie=!1,Nt=[];I(Ye,N.buffer,Qe);function gt(){if(Ie&&Nt.length)throw ne("Cannot have a closed channel with pending takers");if(Nt.length&&!Ye.isEmpty())throw ne("Cannot have pending takers with non empty buffer")}function Er(fn){if(gt(),I(fn,N.notUndef,St),!Ie){if(!Nt.length)return Ye.put(fn);for(var An=0;An<Nt.length;An++){var ti=Nt[An];if(!ti[x]||ti[x](fn))return Nt.splice(An,1),ti(fn)}}}function Fr(fn){gt(),I(fn,N.func,"channel.take's callback must be a function"),Ie&&Ye.isEmpty()?fn(Oe):Ye.isEmpty()?(Nt.push(fn),fn.cancel=function(){return G(Nt,fn)}):fn(Ye.take())}function Kr(fn){if(gt(),I(fn,N.func,"channel.flush' callback must be a function"),Ie&&Ye.isEmpty()){fn(Oe);return}fn(Ye.flush())}function xn(){if(gt(),!Ie&&(Ie=!0,Nt.length)){var fn=Nt;Nt=[];for(var An=0,ti=fn.length;An<ti;An++)fn[An](Oe)}}return{take:Fr,put:Er,flush:Kr,close:xn,get __takers__(){return Nt},get __closed__(){return Ie}}}function lr(Ye){var Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:nr.none(),Nt=arguments[2];arguments.length>2&&I(Nt,N.func,"Invalid match function passed to eventChannel");var gt=Ct(Ie),Er=function(){gt.__closed__||(Fr&&Fr(),gt.close())},Fr=Ye(function(Kr){if(Ge(Kr)){Er();return}Nt&&!Nt(Kr)||gt.put(Kr)});if(gt.__closed__&&Fr(),!N.func(Fr))throw new Error("in eventChannel: subscribe should return a function to unsubscribe");return{take:gt.take,flush:gt.flush,close:Er}}function or(Ye){var Ie=lr(function(Nt){return Ye(function(gt){if(gt[y]){Nt(gt);return}Je(function(){return Nt(gt)})})});return Ze({},Ie,{take:function(gt,Er){arguments.length>1&&(I(Er,N.func,"channel.take's matcher argument must be a function"),gt[x]=Er),Ie.take(gt)}})}var Me=h("IO"),tt="TAKE",Qt="PUT",rt="ALL",Mt="RACE",Ot="CALL",Jt="CPS",Ut="FORK",Te="JOIN",ce="CANCEL",pe="SELECT",At="ACTION_CHANNEL",Ae="CANCELLED",ut="FLUSH",$t="GET_CONTEXT",yt="SET_CONTEXT",Ce=`
(HINT: if you are getting this errors in tests, consider using createMockTask from redux-saga/utils)`,_t=function(Ie,Nt){var gt;return gt={},gt[Me]=!0,gt[Ie]=Nt,gt},Ue=function(Ie){return I(Hr.fork(Ie),N.object,"detach(eff): argument must be a fork effect"),Ie[Ut].detached=!0,Ie};function xe(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"*";if(arguments.length&&I(arguments[0],N.notUndef,"take(patternOrChannel): patternOrChannel is undefined"),N.pattern(Ye))return _t(tt,{pattern:Ye});if(N.channel(Ye))return _t(tt,{channel:Ye});throw new Error("take(patternOrChannel): argument "+String(Ye)+" is not valid channel or a valid pattern")}xe.maybe=function(){var Ye=xe.apply(void 0,arguments);return Ye[tt].maybe=!0,Ye};var dt=Z(xe.maybe,U("takem","take.maybe"));function Dt(Ye,Ie){return arguments.length>1?(I(Ye,N.notUndef,"put(channel, action): argument channel is undefined"),I(Ye,N.channel,"put(channel, action): argument "+Ye+" is not a valid channel"),I(Ie,N.notUndef,"put(channel, action): argument action is undefined")):(I(Ye,N.notUndef,"put(action): argument action is undefined"),Ie=Ye,Ye=null),_t(Qt,{channel:Ye,action:Ie})}Dt.resolve=function(){var Ye=Dt.apply(void 0,arguments);return Ye[Qt].resolve=!0,Ye},Dt.sync=Z(Dt.resolve,U("put.sync","put.resolve"));function Be(Ye){return _t(rt,Ye)}function Dr(Ye){return _t(Mt,Ye)}function vt(Ye,Ie,Nt){I(Ie,N.notUndef,Ye+": argument fn is undefined");var gt=null;if(N.array(Ie)){var Er=Ie;gt=Er[0],Ie=Er[1]}else if(Ie.fn){var Fr=Ie;gt=Fr.context,Ie=Fr.fn}return gt&&N.string(Ie)&&N.func(gt[Ie])&&(Ie=gt[Ie]),I(Ie,N.func,Ye+": argument "+Ie+" is not a function"),{context:gt,fn:Ie,args:Nt}}function qr(Ye){for(var Ie=arguments.length,Nt=Array(Ie>1?Ie-1:0),gt=1;gt<Ie;gt++)Nt[gt-1]=arguments[gt];return _t(Ot,vt("call",Ye,Nt))}function sn(Ye,Ie){var Nt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return _t(Ot,vt("apply",{context:Ye,fn:Ie},Nt))}function zt(Ye){for(var Ie=arguments.length,Nt=Array(Ie>1?Ie-1:0),gt=1;gt<Ie;gt++)Nt[gt-1]=arguments[gt];return _t(Jt,vt("cps",Ye,Nt))}function er(Ye){for(var Ie=arguments.length,Nt=Array(Ie>1?Ie-1:0),gt=1;gt<Ie;gt++)Nt[gt-1]=arguments[gt];return _t(Ut,vt("fork",Ye,Nt))}function Bt(Ye){for(var Ie=arguments.length,Nt=Array(Ie>1?Ie-1:0),gt=1;gt<Ie;gt++)Nt[gt-1]=arguments[gt];return Ue(er.apply(void 0,[Ye].concat(Nt)))}function Yt(){for(var Ye=arguments.length,Ie=Array(Ye),Nt=0;Nt<Ye;Nt++)Ie[Nt]=arguments[Nt];if(Ie.length>1)return Be(Ie.map(function(Er){return Yt(Er)}));var gt=Ie[0];return I(gt,N.notUndef,"join(task): argument task is undefined"),I(gt,N.task,"join(task): argument "+gt+" is not a valid Task object "+Ce),_t(Te,gt)}function wr(){for(var Ye=arguments.length,Ie=Array(Ye),Nt=0;Nt<Ye;Nt++)Ie[Nt]=arguments[Nt];if(Ie.length>1)return Be(Ie.map(function(Er){return wr(Er)}));var gt=Ie[0];return Ie.length===1&&(I(gt,N.notUndef,"cancel(task): argument task is undefined"),I(gt,N.task,"cancel(task): argument "+gt+" is not a valid Task object "+Ce)),_t(ce,gt||m)}function Ir(Ye){for(var Ie=arguments.length,Nt=Array(Ie>1?Ie-1:0),gt=1;gt<Ie;gt++)Nt[gt-1]=arguments[gt];return arguments.length===0?Ye=S:(I(Ye,N.notUndef,"select(selector,[...]): argument selector is undefined"),I(Ye,N.func,"select(selector,[...]): argument "+Ye+" is not a function")),_t(pe,{selector:Ye,args:Nt})}function Pt(Ye,Ie){return I(Ye,N.notUndef,"actionChannel(pattern,...): argument pattern is undefined"),arguments.length>1&&(I(Ie,N.notUndef,"actionChannel(pattern, buffer): argument buffer is undefined"),I(Ie,N.buffer,"actionChannel(pattern, buffer): argument "+Ie+" is not a valid buffer")),_t(At,{pattern:Ye,buffer:Ie})}function Kt(){return _t(Ae,{})}function jt(Ye){return I(Ye,N.channel,"flush(channel): argument "+Ye+" is not valid channel"),_t(ut,Ye)}function qt(Ye){return I(Ye,N.string,"getContext(prop): argument "+Ye+" is not a string"),_t($t,Ye)}function yr(Ye){return I(Ye,N.object,me(null,Ye)),_t(yt,Ye)}var Qr=function(Ie){return function(Nt){return Nt&&Nt[Me]&&Nt[Ie]}},Hr={take:Qr(tt),put:Qr(Qt),all:Qr(rt),race:Qr(Mt),call:Qr(Ot),cps:Qr(Jt),fork:Qr(Ut),join:Qr(Te),cancel:Qr(ce),select:Qr(pe),actionChannel:Qr(At),cancelled:Qr(Ae),flush:Qr(ut),getContext:Qr($t),setContext:Qr(yt)},jn=Object.assign||function(Ye){for(var Ie=1;Ie<arguments.length;Ie++){var Nt=arguments[Ie];for(var gt in Nt)Object.prototype.hasOwnProperty.call(Nt,gt)&&(Ye[gt]=Nt[gt])}return Ye},En=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 Yn(Ye,Ie){for(var Nt in Ie){var gt=Ie[Nt];gt.configurable=gt.enumerable=!0,"value"in gt&&(gt.writable=!0),Object.defineProperty(Ye,Nt,gt)}return Ye}var Tt="proc first argument (Saga function result) must be an iterator",Vr={toString:function(){return"@@redux-saga/CHANNEL_END"}},ii={toString:function(){return"@@redux-saga/TASK_CANCEL"}},Bi={wildcard:function(){return A},default:function(Ie){return(typeof Ie=="undefined"?"undefined":En(Ie))==="symbol"?function(Nt){return Nt.type===Ie}:function(Nt){return Nt.type===String(Ie)}},array:function(Ie){return function(Nt){return Ie.some(function(gt){return $n(gt)(Nt)})}},predicate:function(Ie){return function(Nt){return Ie(Nt)}}};function $n(Ye){return(Ye==="*"?Bi.wildcard:N.array(Ye)?Bi.array:N.stringableFunc(Ye)?Bi.default:N.func(Ye)?Bi.predicate:Bi.default)(Ye)}function ci(Ye,Ie,Nt){var gt=[],Er=void 0,Fr=!1;xn(Ie);function Kr(An){fn(),Nt(An,!0)}function xn(An){gt.push(An),An.cont=function(ti,ni){Fr||(G(gt,An),An.cont=R,ni?Kr(ti):(An===Ie&&(Er=ti),gt.length||(Fr=!0,Nt(Er))))}}function fn(){Fr||(Fr=!0,gt.forEach(function(An){An.cont=R,An.cancel()}),gt=[])}return{addTask:xn,cancelAll:fn,abort:Kr,getTasks:function(){return gt},taskNames:function(){return gt.map(function(ti){return ti.name})}}}function Di(Ye){var Ie=Ye.context,Nt=Ye.fn,gt=Ye.args;if(N.iterator(Nt))return Nt;var Er=void 0,Fr=void 0;try{Er=Nt.apply(Ie,gt)}catch(Kr){Fr=Kr}return N.iterator(Er)?Er:J(Fr?function(){throw Fr}:function(){var Kr=void 0,xn={done:!1,value:Er},fn=function(ti){return{done:!0,value:ti}};return function(An){return Kr?fn(An):(Kr=!0,xn)}}())}var Gi=function(Ie){return{fn:Ie}};function Pi(Ye){var Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(){return R},Nt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:R,gt=arguments.length>3&&arguments[3]!==void 0?arguments[3]:R,Er=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},Fr=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},Kr=arguments.length>6&&arguments[6]!==void 0?arguments[6]:0,xn=arguments.length>7&&arguments[7]!==void 0?arguments[7]:"anonymous",fn=arguments[8];I(Ye,N.iterator,Tt);var An="[...effects]",ti=Z(Us,U(An,"all("+An+")")),ni=Fr.sagaMonitor,mi=Fr.logger,Ci=Fr.onError,ma=mi||le,Zi=function(wn){var He=wn.sagaStack;!He&&wn.stack&&(He=wn.stack.split(`
`)[0].indexOf(wn.message)!==-1?wn.stack:"Error: "+wn.message+`
`+wn.stack),ma("error","uncaught at "+xn,He||wn.message||wn)},ki=or(Ie),Oa=Object.create(Er);_s.cancel=R;var Ii=zs(Kr,xn,Ye,fn),hi={name:xn,cancel:_o,isRunning:!0},ba=ci(xn,hi,xa);function _o(){hi.isRunning&&!hi.isCancelled&&(hi.isCancelled=!0,_s(ii))}function va(){Ye._isRunning&&!Ye._isCancelled&&(Ye._isCancelled=!0,ba.cancelAll(),xa(ii))}return fn&&(fn.cancel=va),Ye._isRunning=!0,_s(),Ii;function _s(vn,wn){if(!hi.isRunning)throw new Error("Trying to resume an already finished generator");try{var He=void 0;wn?He=Ye.throw(vn):vn===ii?(hi.isCancelled=!0,_s.cancel(),He=N.func(Ye.return)?Ye.return(ii):{done:!0,value:ii}):vn===Vr?He=N.func(Ye.return)?Ye.return():{done:!0}:He=Ye.next(vn),He.done?(hi.isMainRunning=!1,hi.cont&&hi.cont(He.value)):ys(He.value,Kr,"",_s)}catch(Zt){hi.isCancelled&&Zi(Zt),hi.isMainRunning=!1,hi.cont(Zt,!0)}}function xa(vn,wn){Ye._isRunning=!1,ki.close(),wn?(vn instanceof Error&&Object.defineProperty(vn,"sagaStack",{value:"at "+xn+`
`+(vn.sagaStack||vn.stack),configurable:!0}),Ii.cont||(vn instanceof Error&&Ci?Ci(vn):Zi(vn)),Ye._error=vn,Ye._isAborted=!0,Ye._deferredEnd&&Ye._deferredEnd.reject(vn)):(Ye._result=vn,Ye._deferredEnd&&Ye._deferredEnd.resolve(vn)),Ii.cont&&Ii.cont(vn,wn),Ii.joiners.forEach(function(He){return He.cb(vn,wn)}),Ii.joiners=null}function ys(vn,wn){var He=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",Zt=arguments[3],xr=$();ni&&ni.effectTriggered({effectId:xr,parentEffectId:wn,label:He,effect:vn});var Or=void 0;function rn(li,Vi){Or||(Or=!0,Zt.cancel=R,ni&&(Vi?ni.effectRejected(xr,li):ni.effectResolved(xr,li)),Zt(li,Vi))}rn.cancel=R,Zt.cancel=function(){if(!Or){Or=!0;try{rn.cancel()}catch(li){Zi(li)}rn.cancel=R,ni&&ni.effectCancelled(xr)}};var _n=void 0;return N.promise(vn)?bs(vn,rn):N.helper(vn)?ji(Gi(vn),xr,rn):N.iterator(vn)?La(vn,xr,xn,rn):N.array(vn)?ti(vn,xr,rn):(_n=Hr.take(vn))?ts(_n,rn):(_n=Hr.put(vn))?js(_n,rn):(_n=Hr.all(vn))?Us(_n,xr,rn):(_n=Hr.race(vn))?rs(_n,xr,rn):(_n=Hr.call(vn))?ao(_n,xr,rn):(_n=Hr.cps(vn))?xs(_n,rn):(_n=Hr.fork(vn))?ji(_n,xr,rn):(_n=Hr.join(vn))?ko(_n,rn):(_n=Hr.cancel(vn))?Ro(_n,rn):(_n=Hr.select(vn))?os(_n,rn):(_n=Hr.actionChannel(vn))?vo(_n,rn):(_n=Hr.flush(vn))?Vt(_n,rn):(_n=Hr.cancelled(vn))?$a(_n,rn):(_n=Hr.getContext(vn))?kt(_n,rn):(_n=Hr.setContext(vn))?Ka(_n,rn):rn(vn)}function bs(vn,wn){var He=vn[p];N.func(He)?wn.cancel=He:N.func(vn.abort)&&(wn.cancel=function(){return vn.abort()}),vn.then(wn,function(Zt){return wn(Zt,!0)})}function La(vn,wn,He,Zt){Pi(vn,Ie,Nt,gt,Oa,Fr,wn,He,Zt)}function ts(vn,wn){var He=vn.channel,Zt=vn.pattern,xr=vn.maybe;He=He||ki;var Or=function(_n){return _n instanceof Error?wn(_n,!0):Ge(_n)&&!xr?wn(Vr):wn(_n)};try{He.take(Or,$n(Zt))}catch(rn){return wn(rn,!0)}wn.cancel=Or.cancel}function js(vn,wn){var He=vn.channel,Zt=vn.action,xr=vn.resolve;Je(function(){var Or=void 0;try{Or=(He?He.put:Nt)(Zt)}catch(rn){if(He||xr)return wn(rn,!0);Zi(rn)}if(xr&&N.promise(Or))bs(Or,wn);else return wn(Or)})}function ao(vn,wn,He){var Zt=vn.context,xr=vn.fn,Or=vn.args,rn=void 0;try{rn=xr.apply(Zt,Or)}catch(_n){return He(_n,!0)}return N.promise(rn)?bs(rn,He):N.iterator(rn)?La(rn,wn,xr.name,He):He(rn)}function xs(vn,wn){var He=vn.context,Zt=vn.fn,xr=vn.args;try{var Or=function(_n,li){return N.undef(_n)?wn(li):wn(_n,!0)};Zt.apply(He,xr.concat(Or)),Or.cancel&&(wn.cancel=function(){return Or.cancel()})}catch(rn){return wn(rn,!0)}}function ji(vn,wn,He){var Zt=vn.context,xr=vn.fn,Or=vn.args,rn=vn.detached,_n=Di({context:Zt,fn:xr,args:Or});try{ct();var li=Pi(_n,Ie,Nt,gt,Oa,Fr,wn,xr.name,rn?null:R);rn?He(li):_n._isRunning?(ba.addTask(li),He(li)):_n._error?ba.abort(_n._error):He(li)}finally{Xe()}}function ko(vn,wn){if(vn.isRunning()){var He={task:Ii,cb:wn};wn.cancel=function(){return G(vn.joiners,He)},vn.joiners.push(He)}else vn.isAborted()?wn(vn.error(),!0):wn(vn.result())}function Ro(vn,wn){vn===m&&(vn=Ii),vn.isRunning()&&vn.cancel(),wn()}function Us(vn,wn,He){var Zt=Object.keys(vn);if(!Zt.length)return He(N.array(vn)?[]:{});var xr=0,Or=void 0,rn={},_n={};function li(){xr===Zt.length&&(Or=!0,He(N.array(vn)?H.from(jn({},rn,{length:Zt.length})):rn))}Zt.forEach(function(Vi){var yo=function(us,Va){Or||(Va||Ge(us)||us===Vr||us===ii?(He.cancel(),He(us,Va)):(rn[Vi]=us,xr++,li()))};yo.cancel=R,_n[Vi]=yo}),He.cancel=function(){Or||(Or=!0,Zt.forEach(function(Vi){return _n[Vi].cancel()}))},Zt.forEach(function(Vi){return ys(vn[Vi],wn,Vi,_n[Vi])})}function rs(vn,wn,He){var Zt=void 0,xr=Object.keys(vn),Or={};xr.forEach(function(rn){var _n=function(Vi,yo){if(!Zt){if(yo)He.cancel(),He(Vi,!0);else if(!Ge(Vi)&&Vi!==Vr&&Vi!==ii){var ha;He.cancel(),Zt=!0;var us=(ha={},ha[rn]=Vi,ha);He(N.array(vn)?[].slice.call(jn({},us,{length:xr.length})):us)}}};_n.cancel=R,Or[rn]=_n}),He.cancel=function(){Zt||(Zt=!0,xr.forEach(function(rn){return Or[rn].cancel()}))},xr.forEach(function(rn){Zt||ys(vn[rn],wn,rn,Or[rn])})}function os(vn,wn){var He=vn.selector,Zt=vn.args;try{var xr=He.apply(void 0,[gt()].concat(Zt));wn(xr)}catch(Or){wn(Or,!0)}}function vo(vn,wn){var He=vn.pattern,Zt=vn.buffer,xr=$n(He);xr.pattern=He,wn(lr(Ie,Zt||nr.fixed(),xr))}function $a(vn,wn){wn(!!hi.isCancelled)}function Vt(vn,wn){vn.flush(wn)}function kt(vn,wn){wn(Oa[vn])}function Ka(vn,wn){K.assign(Oa,vn),wn()}function zs(vn,wn,He,Zt){var xr,Or,rn;return He._deferredEnd=null,Or={},Or[u]=!0,Or.id=vn,Or.name=wn,xr="done",rn={},rn[xr]=rn[xr]||{},rn[xr].get=function(){if(He._deferredEnd)return He._deferredEnd.promise;var _n=ae();return He._deferredEnd=_n,He._isRunning||(He._error?_n.reject(He._error):_n.resolve(He._result)),_n.promise},Or.cont=Zt,Or.joiners=[],Or.cancel=va,Or.isRunning=function(){return He._isRunning},Or.isCancelled=function(){return He._isCancelled},Or.isAborted=function(){return He._isAborted},Or.result=function(){return He._result},Or.error=function(){return He._error},Or.setContext=function(li){I(li,N.object,me("task",li)),K.assign(Oa,li)},Yn(Or,rn),Or}}var Ui="runSaga(storeInterface, saga, ...args)",da=Ui+": saga argument must be a Generator function!";function sa(Ye,Ie){for(var Nt=arguments.length,gt=Array(Nt>2?Nt-2:0),Er=2;Er<Nt;Er++)gt[Er-2]=arguments[Er];var Fr=void 0;N.iterator(Ye)?(Fr=Ye,Ye=Ie):(I(Ie,N.func,da),Fr=Ie.apply(void 0,gt),I(Fr,N.iterator,da));var Kr=Ye,xn=Kr.subscribe,fn=Kr.dispatch,An=Kr.getState,ti=Kr.context,ni=Kr.sagaMonitor,mi=Kr.logger,Ci=Kr.onError,ma=$();ni&&(ni.effectTriggered=ni.effectTriggered||R,ni.effectResolved=ni.effectResolved||R,ni.effectRejected=ni.effectRejected||R,ni.effectCancelled=ni.effectCancelled||R,ni.actionDispatched=ni.actionDispatched||R,ni.effectTriggered({effectId:ma,root:!0,parentEffectId:0,effect:{root:!0,saga:Ie,args:gt}}));var Zi=Pi(Fr,xn,Ee(fn),An,ti,{sagaMonitor:ni,logger:mi,onError:Ci},ma,Ie.name);return ni&&ni.effectResolved(ma,Zi),Zi}function Ji(Ye,Ie){var Nt={};for(var gt in Ye)Ie.indexOf(gt)>=0||Object.prototype.hasOwnProperty.call(Ye,gt)&&(Nt[gt]=Ye[gt]);return Nt}function vi(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Ie=Ye.context,Nt=Ie===void 0?{}:Ie,gt=Ji(Ye,["context"]),Er=gt.sagaMonitor,Fr=gt.logger,Kr=gt.onError;if(N.func(gt))throw new Error("Saga middleware no longer accept Generator functions. Use sagaMiddleware.run instead");if(Fr&&!N.func(Fr))throw new Error("`options.logger` passed to the Saga middleware is not a function!");if(Kr&&!N.func(Kr))throw new Error("`options.onError` passed to the Saga middleware is not a function!");if(gt.emitter&&!N.func(gt.emitter))throw new Error("`options.emitter` passed to the Saga middleware is not a function!");function xn(fn){var An=fn.getState,ti=fn.dispatch,ni=et();return ni.emit=(gt.emitter||S)(ni.emit),xn.run=sa.bind(null,{context:Nt,subscribe:ni.subscribe,dispatch:ti,getState:An,sagaMonitor:Er,logger:Fr,onError:Kr}),function(mi){return function(Ci){Er&&Er.actionDispatched&&Er.actionDispatched(Ci);var ma=mi(Ci);return ni.emit(Ci),ma}}}return xn.run=function(){throw new Error("Before running a Saga, you must mount the Saga middleware on the Store using applyMiddleware")},xn.setContext=function(fn){I(fn,N.object,me("sagaMiddleware",fn)),K.assign(Nt,fn)},xn}var $i={done:!0,value:void 0},Ia={};function bt(Ye){return N.channel(Ye)?"channel":Array.isArray(Ye)?String(Ye.map(function(Ie){return String(Ie)})):String(Ye)}function wa(Ye,Ie){var Nt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"iterator",gt=void 0,Er=Ie;function Fr(Kr,xn){if(Er===Ia)return $i;if(xn)throw Er=Ia,xn;gt&&gt(Kr);var fn=Ye[Er](),An=fn[0],ti=fn[1],ni=fn[2];return Er=An,gt=ni,Er===Ia?$i:ti}return J(Fr,function(Kr){return Fr(null,Kr)},Nt,!0)}function Ki(Ye,Ie){for(var Nt=arguments.length,gt=Array(Nt>2?Nt-2:0),Er=2;Er<Nt;Er++)gt[Er-2]=arguments[Er];var Fr={done:!1,value:xe(Ye)},Kr=function(ti){return{done:!1,value:er.apply(void 0,[Ie].concat(gt,[ti]))}},xn=void 0,fn=function(ti){return xn=ti};return wa({q1:function(){return["q2",Fr,fn]},q2:function(){return xn===Oe?[Ia]:["q1",Kr(xn)]}},"q1","takeEvery("+bt(Ye)+", "+Ie.name+")")}function gi(Ye,Ie){for(var Nt=arguments.length,gt=Array(Nt>2?Nt-2:0),Er=2;Er<Nt;Er++)gt[Er-2]=arguments[Er];var Fr={done:!1,value:xe(Ye)},Kr=function(Ci){return{done:!1,value:er.apply(void 0,[Ie].concat(gt,[Ci]))}},xn=function(Ci){return{done:!1,value:wr(Ci)}},fn=void 0,An=void 0,ti=function(Ci){return fn=Ci},ni=function(Ci){return An=Ci};return wa({q1:function(){return["q2",Fr,ni]},q2:function(){return An===Oe?[Ia]:fn?["q3",xn(fn)]:["q1",Kr(An),ti]},q3:function(){return["q1",Kr(An),ti]}},"q1","takeLatest("+bt(Ye)+", "+Ie.name+")")}function ka(Ye,Ie,Nt){for(var gt=arguments.length,Er=Array(gt>3?gt-3:0),Fr=3;Fr<gt;Fr++)Er[Fr-3]=arguments[Fr];var Kr=void 0,xn=void 0,fn={done:!1,value:Pt(Ie,nr.sliding(1))},An=function(){return{done:!1,value:xe(xn)}},ti=function(Zi){return{done:!1,value:er.apply(void 0,[Nt].concat(Er,[Zi]))}},ni={done:!1,value:qr(ue,Ye)},mi=function(Zi){return Kr=Zi},Ci=function(Zi){return xn=Zi};return wa({q1:function(){return["q2",fn,Ci]},q2:function(){return["q3",An(),mi]},q3:function(){return Kr===Oe?[Ia]:["q4",ti(Kr)]},q4:function(){return["q2",ni]}},"q1","throttle("+bt(Ie)+", "+Nt.name+")")}var Yi=function(Ie){return"import { "+Ie+" } from 'redux-saga' has been deprecated in favor of import { "+Ie+` } from 'redux-saga/effects'.
The latter will not work with yield*, as helper effects are wrapped automatically for you in fork effect.
Therefore yield `+Ie+" will return task descriptor to your saga and execute next lines of code."},Jn=null,zn=null,we=null;function it(Ye,Ie){for(var Nt=arguments.length,gt=Array(Nt>2?Nt-2:0),Er=2;Er<Nt;Er++)gt[Er-2]=arguments[Er];return er.apply(void 0,[Ki,Ye,Ie].concat(gt))}function qe(Ye,Ie){for(var Nt=arguments.length,gt=Array(Nt>2?Nt-2:0),Er=2;Er<Nt;Er++)gt[Er-2]=arguments[Er];return er.apply(void 0,[gi,Ye,Ie].concat(gt))}function It(Ye,Ie,Nt){for(var gt=arguments.length,Er=Array(gt>3?gt-3:0),Fr=3;Fr<gt;Fr++)Er[Fr-3]=arguments[Fr];return er.apply(void 0,[ka,Ye,Ie,Nt].concat(Er))}var lt=vi,dr=e(44520),pr=e.n(dr),Cr=e(43749),zr=e(78639),Jr=e.n(zr),Nr=e(77654),Cn=e(48745),vr=e(56754),Fn=e.n(vr),Qn=e(38705),$e=e(17212),ft=e(89381),_e=e.n(ft),sr=e(60288),ir=e(72190),Rr=e(46043),Gr=e.n(Rr),Wr=Array.isArray.bind(Array),hn=function(Ie){return typeof Ie=="function"},Ei=function(Ie){return Ie},ln=function(){},yn=function(Ie,Nt){for(var gt=0,Er=Ie.length;gt<Er;gt+=1)if(Nt(Ie[gt],gt))return gt;return-1},$r=Object.freeze({isPlainObject:Jr(),isArray:Wr,isFunction:hn,returnSelf:Ei,noop:ln,findIndex:yn});function kn(Ye,Ie){var Nt=Ye.namespace,gt=Ye.reducers,Er=Ye.effects,Fr=Ye.subscriptions;invariant(Nt,"[app.model] namespace should be defined"),invariant(typeof Nt=="string","[app.model] namespace should be string, but got ".concat(_typeof(Nt))),invariant(!Ie.some(function(Kr){return Kr.namespace===Nt}),"[app.model] namespace should be unique"),gt&&(invariant(isPlainObject(gt)||Wr(gt),"[app.model] reducers should be plain object or array, but got ".concat(_typeof(gt))),invariant(!Wr(gt)||isPlainObject(gt[0])&&hn(gt[1]),"[app.model] reducers with array should be [Object, Function]")),Er&&invariant(isPlainObject(Er),"[app.model] effects should be plain object, but got ".concat(_typeof(Er))),Fr&&(invariant(isPlainObject(Fr),"[app.model] subscriptions should be plain object, but got ".concat(_typeof(Fr))),invariant(oi(Fr),"[app.model] subscription should be function"))}function oi(Ye){return Object.keys(Ye).every(function(Ie){return hn(Ye[Ie])})}var Ea="/";function Qs(Ye,Ie,Nt){return Object.keys(Ye).reduce(function(gt,Er){Fn()(Er.indexOf("".concat(Ie).concat(Ea))!==0,"[prefixNamespace]: ".concat(Nt," ").concat(Er," should not be prefixed with namespace ").concat(Ie));var Fr="".concat(Ie).concat(Ea).concat(Er);return gt[Fr]=Ye[Er],gt},{})}function Ba(Ye){var Ie=Ye.namespace,Nt=Ye.reducers,gt=Ye.effects;if(Nt)if(Wr(Nt)){var Er=(0,Cn.Z)(Nt),Fr=Er[0],Kr=Er.slice(1);Ye.reducers=[Qs(Fr,Ie,"reducer")].concat((0,Nr.Z)(Kr))}else Ye.reducers=Qs(Nt,Ie,"reducer");return gt&&(Ye.effects=Qs(gt,Ie,"effect")),Ye}var Ws=["onError","onStateChange","onAction","onHmr","onReducer","onEffect","extraReducers","extraEnhancers","_handleActions"];function Ns(Ye){return Object.keys(Ye).reduce(function(Ie,Nt){return Ws.indexOf(Nt)>-1&&(Ie[Nt]=Ye[Nt]),Ie},{})}var ls=function(){function Ye(){(0,Qn.Z)(this,Ye),this._handleActions=null,this.hooks=Ws.reduce(function(Ie,Nt){return Ie[Nt]=[],Ie},{})}return(0,$e.Z)(Ye,[{key:"use",value:function(Nt){pr()(Jr()(Nt),"plugin.use: plugin should be plain object");var gt=this.hooks;for(var Er in Nt)Object.prototype.hasOwnProperty.call(Nt,Er)&&(pr()(gt[Er],"plugin.use: unknown plugin property: ".concat(Er)),Er==="_handleActions"?this._handleActions=Nt[Er]:Er==="extraEnhancers"?gt[Er]=Nt[Er]:gt[Er].push(Nt[Er]))}},{key:"apply",value:function(Nt,gt){var Er=this.hooks,Fr=["onError","onHmr"];pr()(Fr.indexOf(Nt)>-1,"plugin.apply: hook ".concat(Nt," cannot be applied"));var Kr=Er[Nt];return function(){if(Kr.length){var xn=!0,fn=!1,An=void 0;try{for(var ti=Kr[Symbol.iterator](),ni;!(xn=(ni=ti.next()).done);xn=!0){var mi=ni.value;mi.apply(void 0,arguments)}}catch(Ci){fn=!0,An=Ci}finally{try{!xn&&ti.return!=null&&ti.return()}finally{if(fn)throw An}}}else gt&&gt.apply(void 0,arguments)}}},{key:"get",value:function(Nt){var gt=this.hooks;return pr()(Nt in gt,"plugin.get: hook ".concat(Nt," cannot be got")),Nt==="extraReducers"?co(gt[Nt]):Nt==="onReducer"?Ta(gt[Nt]):gt[Nt]}}]),Ye}();function co(Ye){var Ie={},Nt=!0,gt=!1,Er=void 0;try{for(var Fr=Ye[Symbol.iterator](),Kr;!(Nt=(Kr=Fr.next()).done);Nt=!0){var xn=Kr.value;Ie=(0,l.Z)({},Ie,xn)}}catch(fn){gt=!0,Er=fn}finally{try{!Nt&&Fr.return!=null&&Fr.return()}finally{if(gt)throw Er}}return Ie}function Ta(Ye){return function(Ie){var Nt=!0,gt=!1,Er=void 0;try{for(var Fr=Ye[Symbol.iterator](),Kr;!(Nt=(Kr=Fr.next()).done);Nt=!0){var xn=Kr.value;Ie=xn(Ie)}}catch(fn){gt=!0,Er=fn}finally{try{!Nt&&Fr.return!=null&&Fr.return()}finally{if(gt)throw Er}}return Ie}}function Ds(Ye){var Ie=Ye.reducers,Nt=Ye.initialState,gt=Ye.plugin,Er=Ye.sagaMiddleware,Fr=Ye.promiseMiddleware,Kr=Ye.createOpts.setupMiddlewares,xn=Kr===void 0?Ei:Kr,fn=gt.get("extraEnhancers");pr()(Wr(fn),"[app.start] extraEnhancers should be array, but got ".concat((0,Cr.Z)(fn)));var An=gt.get("onAction"),ti=xn([Fr,Er].concat((0,Nr.Z)(_e()(An)))),ni=c.qC,mi=[c.md.apply(void 0,(0,Nr.Z)(ti))].concat((0,Nr.Z)(fn));return(0,c.MT)(Ie,Nt,ni.apply(void 0,(0,Nr.Z)(mi)))}function vs(Ye,Ie){var Nt="".concat(Ie.namespace).concat(Ea).concat(Ye),gt=Nt.replace(/\/@@[^/]+?$/,""),Er=Array.isArray(Ie.reducers)?Ie.reducers[0][gt]:Ie.reducers&&Ie.reducers[gt];return Er||Ie.effects&&Ie.effects[gt]?Nt:Ye}function mo(Ye,Ie,Nt,gt){var Er=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return Gr().mark(function Fr(){var Kr;return Gr().wrap(function(fn){for(;;)switch(fn.prev=fn.next){case 0:fn.t0=Gr().keys(Ye);case 1:if((fn.t1=fn.t0()).done){fn.next=7;break}if(Kr=fn.t1.value,!Object.prototype.hasOwnProperty.call(Ye,Kr)){fn.next=5;break}return fn.delegateYield(Gr().mark(function An(){var ti,ni;return Gr().wrap(function(Ci){for(;;)switch(Ci.prev=Ci.next){case 0:return ti=ta(Kr,Ye[Kr],Ie,Nt,gt,Er),Ci.next=3,er(ti);case 3:return ni=Ci.sent,Ci.next=6,er(Gr().mark(function ma(){return Gr().wrap(function(ki){for(;;)switch(ki.prev=ki.next){case 0:return ki.next=2,xe("".concat(Ie.namespace,"/@@CANCEL_EFFECTS"));case 2:return ki.next=4,wr(ni);case 4:case"end":return ki.stop()}},ma)}));case 6:case"end":return Ci.stop()}},An)})(),"t2",5);case 5:fn.next=1;break;case 7:case"end":return fn.stop()}},Fr)})}function ta(Ye,Ie,Nt,gt,Er,Fr){var Kr=Gr().mark(ma),xn=Ie,fn="takeEvery",An,ti;if(Array.isArray(Ie)){var ni=(0,ir.Z)(Ie,1);xn=ni[0];var mi=Ie[1];mi&&mi.type&&(fn=mi.type,fn==="throttle"&&(pr()(mi.ms,"app.start: opts.ms should be defined if type is throttle"),An=mi.ms),fn==="poll"&&(pr()(mi.delay,"app.start: opts.delay should be defined if type is poll"),ti=mi.delay)),pr()(["watcher","takeEvery","takeLatest","throttle","poll"].indexOf(fn)>-1,"app.start: effect type should be takeEvery, takeLatest, throttle, poll or watcher")}function Ci(){}function ma(){var ki,Oa,Ii,hi,ba,_o,va,_s,xa,ys=arguments;return Gr().wrap(function(La){for(;;)switch(La.prev=La.next){case 0:for(ki=ys.length,Oa=new Array(ki),Ii=0;Ii<ki;Ii++)Oa[Ii]=ys[Ii];return hi=Oa.length>0?Oa[0]:{},ba=hi.__dva_resolve,_o=ba===void 0?Ci:ba,va=hi.__dva_reject,_s=va===void 0?Ci:va,La.prev=2,La.next=5,Dt({type:"".concat(Ye).concat(Ea,"@@start")});case 5:return La.next=7,xn.apply(void 0,(0,Nr.Z)(Oa.concat(to(Nt,Fr))));case 7:return xa=La.sent,La.next=10,Dt({type:"".concat(Ye).concat(Ea,"@@end")});case 10:_o(xa),La.next=17;break;case 13:La.prev=13,La.t0=La.catch(2),gt(La.t0,{key:Ye,effectArgs:Oa}),La.t0._dontReject||_s(La.t0);case 17:case"end":return La.stop()}},Kr,null,[[2,13]])}var Zi=No(Er,ma,Nt,Ye);switch(fn){case"watcher":return ma;case"takeLatest":return Gr().mark(function ki(){return Gr().wrap(function(Ii){for(;;)switch(Ii.prev=Ii.next){case 0:return Ii.next=2,qe(Ye,Zi);case 2:case"end":return Ii.stop()}},ki)});case"throttle":return Gr().mark(function ki(){return Gr().wrap(function(Ii){for(;;)switch(Ii.prev=Ii.next){case 0:return Ii.next=2,It(An,Ye,Zi);case 2:case"end":return Ii.stop()}},ki)});case"poll":return Gr().mark(function ki(){var Oa,Ii,hi,ba,_o,va,_s;return Gr().wrap(function(ys){for(;;)switch(ys.prev=ys.next){case 0:hi=function(La,ts){var js;return Gr().wrap(function(xs){for(;;)switch(xs.prev=xs.next){case 0:js=La.call;case 1:return xs.next=4,js(Zi,ts);case 4:return xs.next=6,js(Ii,ti);case 6:xs.next=1;break;case 8:case"end":return xs.stop()}},Oa)},Ii=function(La){return new Promise(function(ts){return setTimeout(ts,La)})},Oa=Gr().mark(hi),ba=qr,_o=xe,va=Dr;case 4:return ys.next=7,_o("".concat(Ye,"-start"));case 7:return _s=ys.sent,ys.next=10,va([ba(hi,r,_s),_o("".concat(Ye,"-stop"))]);case 10:ys.next=4;break;case 12:case"end":return ys.stop()}},ki)});default:return Gr().mark(function ki(){return Gr().wrap(function(Ii){for(;;)switch(Ii.prev=Ii.next){case 0:return Ii.next=2,it(Ye,Zi);case 2:case"end":return Ii.stop()}},ki)})}}function to(Ye,Ie){function Nt(Kr,xn){pr()(Kr,"dispatch: action should be a plain Object with type");var fn=Ie.namespacePrefixWarning,An=fn===void 0?!0:fn;An&&Fn()(Kr.indexOf("".concat(Ye.namespace).concat(Ea))!==0,"[".concat(xn,"] ").concat(Kr," should not be prefixed with namespace ").concat(Ye.namespace))}function gt(Kr){var xn=Kr.type;return Nt(xn,"sagaEffects.put"),Dt((0,l.Z)({},Kr,{type:vs(xn,Ye)}))}function Er(Kr){var xn=Kr.type;return Nt(xn,"sagaEffects.put.resolve"),Dt.resolve((0,l.Z)({},Kr,{type:vs(xn,Ye)}))}gt.resolve=Er;function Fr(Kr){return typeof Kr=="string"?(Nt(Kr,"sagaEffects.take"),xe(vs(Kr,Ye))):Array.isArray(Kr)?xe(Kr.map(function(xn){return typeof xn=="string"?(Nt(xn,"sagaEffects.take"),vs(xn,Ye)):xn})):xe(Kr)}return(0,l.Z)({},r,{put:gt,take:Fr})}function No(Ye,Ie,Nt,gt){var Er=!0,Fr=!1,Kr=void 0;try{for(var xn=Ye[Symbol.iterator](),fn;!(Er=(fn=xn.next()).done);Er=!0){var An=fn.value;Ie=An(Ie,r,Nt,gt)}}catch(ti){Fr=!0,Kr=ti}finally{try{!Er&&xn.return!=null&&xn.return()}finally{if(Fr)throw Kr}}return Ie}function Na(Ye){return Ye}function Hs(Ye){var Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Na;return function(Nt,gt){var Er=gt.type;return pr()(Er,"dispatch: action should be a plain Object with type"),Ye===Er?Ie(Nt,gt):Nt}}function di(){for(var Ye=arguments.length,Ie=new Array(Ye),Nt=0;Nt<Ye;Nt++)Ie[Nt]=arguments[Nt];return function(gt,Er){return Ie.reduce(function(Fr,Kr){return Kr(Fr,Er)},gt)}}function ro(Ye,Ie){var Nt=Object.keys(Ye).map(function(Er){return Hs(Er,Ye[Er])}),gt=di.apply(void 0,(0,Nr.Z)(Nt));return function(){var Er=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Ie,Fr=arguments.length>1?arguments[1]:void 0;return gt(Er,Fr)}}function Rn(Ye,Ie,Nt){return Array.isArray(Ye)?Ye[1]((Nt||ro)(Ye[0],Ie)):(Nt||ro)(Ye||{},Ie)}function cs(Ye){return function(){return function(Nt){return function(gt){var Er=gt.type;return Ie(Er)?new Promise(function(Fr,Kr){Nt((0,l.Z)({__dva_resolve:Fr,__dva_reject:Kr},gt))}):Nt(gt)}}};function Ie(Nt){if(!Nt||typeof Nt!="string")return!1;var gt=Nt.split(Ea),Er=(0,ir.Z)(gt,1),Fr=Er[0],Kr=Ye._models.filter(function(xn){return xn.namespace===Fr})[0];return!!(Kr&&Kr.effects&&Kr.effects[Nt])}}function ks(Ye,Ie){return function(Nt){var gt=Nt.type;return pr()(gt,"dispatch: action should be a plain Object with type"),Fn()(gt.indexOf("".concat(Ie.namespace).concat(Ea))!==0,"dispatch: ".concat(gt," should not be prefixed with namespace ").concat(Ie.namespace)),Ye((0,l.Z)({},Nt,{type:vs(gt,Ie)}))}}function Rs(Ye,Ie,Nt,gt){var Er=[],Fr=[];for(var Kr in Ye)if(Object.prototype.hasOwnProperty.call(Ye,Kr)){var xn=Ye[Kr],fn=xn({dispatch:ks(Nt._store.dispatch,Ie),history:Nt._history},gt);hn(fn)?Er.push(fn):Fr.push(Kr)}return{funcs:Er,nonFuncs:Fr}}function ea(Ye,Ie){if(Ye[Ie]){var Nt=Ye[Ie],gt=Nt.funcs,Er=Nt.nonFuncs;Fn()(Er.length===0,"[app.unmodel] subscription should return unlistener function, check these subscriptions ".concat(Er.join(", ")));var Fr=!0,Kr=!1,xn=void 0;try{for(var fn=gt[Symbol.iterator](),An;!(Fr=(An=fn.next()).done);Fr=!0){var ti=An.value;ti()}}catch(ni){Kr=!0,xn=ni}finally{try{!Fr&&fn.return!=null&&fn.return()}finally{if(Kr)throw xn}}delete Ye[Ie]}}var Ga=ln,Ni=yn,Ls={namespace:"@@dva",state:0,reducers:{UPDATE:function(Ie){return Ie+1}}};function xo(){var Ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Ie=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Nt=Ie.initialReducer,gt=Ie.setupApp,Er=gt===void 0?Ga:gt,Fr=new ls;Fr.use(Ns(Ye));var Kr={_models:[Ba((0,l.Z)({},Ls))],_store:null,_plugin:Fr,use:Fr.use.bind(Fr),model:xn,start:ni};return Kr;function xn(mi){var Ci=Ba((0,l.Z)({},mi));return Kr._models.push(Ci),Ci}function fn(mi,Ci,ma,Zi){Zi=xn(Zi);var ki=Kr._store;ki.asyncReducers[Zi.namespace]=Rn(Zi.reducers,Zi.state,Fr._handleActions),ki.replaceReducer(mi()),Zi.effects&&ki.runSaga(Kr._getSaga(Zi.effects,Zi,Ci,Fr.get("onEffect"),Ye)),Zi.subscriptions&&(ma[Zi.namespace]=Rs(Zi.subscriptions,Zi,Kr,Ci))}function An(mi,Ci,ma,Zi){var ki=Kr._store;delete ki.asyncReducers[Zi],delete Ci[Zi],ki.replaceReducer(mi()),ki.dispatch({type:"@@dva/UPDATE"}),ki.dispatch({type:"".concat(Zi,"/@@CANCEL_EFFECTS")}),ea(ma,Zi),Kr._models=Kr._models.filter(function(Oa){return Oa.namespace!==Zi})}function ti(mi,Ci,ma,Zi,ki){var Oa=Kr._store,Ii=ki.namespace,hi=Ni(Kr._models,function(ba){return ba.namespace===Ii});~hi&&(Oa.dispatch({type:"".concat(Ii,"/@@CANCEL_EFFECTS")}),delete Oa.asyncReducers[Ii],delete Ci[Ii],ea(ma,Ii),Kr._models.splice(hi,1)),Kr.model(ki),Oa.dispatch({type:"@@dva/UPDATE"})}function ni(){var mi=function(Ka,zs){Ka&&(typeof Ka=="string"&&(Ka=new Error(Ka)),Ka.preventDefault=function(){Ka._dontReject=!0},Fr.apply("onError",function(vn){throw new Error(vn.stack||vn)})(Ka,Kr._store.dispatch,zs))},Ci=lt(),ma=cs(Kr);Kr._getSaga=mo.bind(null);var Zi=[],ki=(0,l.Z)({},Nt),Oa=!0,Ii=!1,hi=void 0;try{for(var ba=Kr._models[Symbol.iterator](),_o;!(Oa=(_o=ba.next()).done);Oa=!0){var va=_o.value;ki[va.namespace]=Rn(va.reducers,va.state,Fr._handleActions),va.effects&&Zi.push(Kr._getSaga(va.effects,va,mi,Fr.get("onEffect"),Ye))}}catch(kt){Ii=!0,hi=kt}finally{try{!Oa&&ba.return!=null&&ba.return()}finally{if(Ii)throw hi}}var _s=Fr.get("onReducer"),xa=Fr.get("extraReducers");pr()(Object.keys(xa).every(function(kt){return!(kt in ki)}),"[app.start] extraReducers is conflict with other reducers, reducers list: ".concat(Object.keys(ki).join(", "))),Kr._store=Ds({reducers:Vt(),initialState:Ye.initialState||{},plugin:Fr,createOpts:Ie,sagaMiddleware:Ci,promiseMiddleware:ma});var ys=Kr._store;ys.runSaga=Ci.run,ys.asyncReducers={};var bs=Fr.get("onStateChange"),La=!0,ts=!1,js=void 0;try{for(var ao=function(){var Ka=ji.value;ys.subscribe(function(){Ka(ys.getState())})},xs=bs[Symbol.iterator](),ji;!(La=(ji=xs.next()).done);La=!0)ao()}catch(kt){ts=!0,js=kt}finally{try{!La&&xs.return!=null&&xs.return()}finally{if(ts)throw js}}Zi.forEach(Ci.run),Er(Kr);var ko={},Ro=!0,Us=!1,rs=void 0;try{for(var os=this._models[Symbol.iterator](),vo;!(Ro=(vo=os.next()).done);Ro=!0){var $a=vo.value;$a.subscriptions&&(ko[$a.namespace]=Rs($a.subscriptions,$a,Kr,mi))}}catch(kt){Us=!0,rs=kt}finally{try{!Ro&&os.return!=null&&os.return()}finally{if(Us)throw rs}}Kr.model=fn.bind(Kr,Vt,mi,ko),Kr.unmodel=An.bind(Kr,Vt,ki,ko),Kr.replaceModel=ti.bind(Kr,Vt,ki,ko,mi);function Vt(){return _s((0,c.UY)((0,l.Z)({},ki,xa,Kr._store?Kr._store.asyncReducers:{})))}}}var jo=e(44718),Go=e(56805),du=e(4676);function hu(Ye){Ye()}let go=hu;const Uo=Ye=>go=Ye,So=()=>go,Yo=Symbol.for("react-redux-context"),$o=typeof globalThis!="undefined"?globalThis:{};function pi(){var Ye;if(!i.createContext)return{};const Ie=(Ye=$o[Yo])!=null?Ye:$o[Yo]=new Map;let Nt=Ie.get(i.createContext);return Nt||(Nt=i.createContext(null),Ie.set(i.createContext,Nt)),Nt}const _i=pi();var es=null;function ds(Ye=_i){return function(){return(0,i.useContext)(Ye)}}const is=ds(),Ha=()=>{throw new Error("uSES not initialized!")};let gs=Ha;const Ko=Ye=>{gs=Ye},Ss=(Ye,Ie)=>Ye===Ie;function nu(Ye=_i){const Ie=Ye===_i?is:ds(Ye);return function(gt,Er={}){const{equalityFn:Fr=Ss,stabilityCheck:Kr=void 0,noopCheck:xn=void 0}=typeof Er=="function"?{equalityFn:Er}:Er,{store:fn,subscription:An,getServerState:ti,stabilityCheck:ni,noopCheck:mi}=Ie(),Ci=(0,i.useRef)(!0),ma=(0,i.useCallback)({[gt.name](ki){return gt(ki)}}[gt.name],[gt,ni,Kr]),Zi=gs(An.addNestedSub,fn.getState,ti||fn.getState,ma,Fr);return(0,i.useDebugValue)(Zi),Zi}}const pu=nu();var Uu=e(60499),rl=e(69010),nl=e(94266),fo=e.n(nl),Do=e(23265);const Ao=["initMapStateToProps","initMapDispatchToProps","initMergeProps"];function Gu(Ye,Ie,Nt,gt,{areStatesEqual:Er,areOwnPropsEqual:Fr,areStatePropsEqual:Kr}){let xn=!1,fn,An,ti,ni,mi;function Ci(Ii,hi){return fn=Ii,An=hi,ti=Ye(fn,An),ni=Ie(gt,An),mi=Nt(ti,ni,An),xn=!0,mi}function ma(){return ti=Ye(fn,An),Ie.dependsOnOwnProps&&(ni=Ie(gt,An)),mi=Nt(ti,ni,An),mi}function Zi(){return Ye.dependsOnOwnProps&&(ti=Ye(fn,An)),Ie.dependsOnOwnProps&&(ni=Ie(gt,An)),mi=Nt(ti,ni,An),mi}function ki(){const Ii=Ye(fn,An),hi=!Kr(Ii,ti);return ti=Ii,hi&&(mi=Nt(ti,ni,An)),mi}function Oa(Ii,hi){const ba=!Fr(hi,An),_o=!Er(Ii,fn,hi,An);return fn=Ii,An=hi,ba&&_o?ma():ba?Zi():_o?ki():mi}return function(hi,ba){return xn?Oa(hi,ba):Ci(hi,ba)}}function Xs(Ye,Ie){let{initMapStateToProps:Nt,initMapDispatchToProps:gt,initMergeProps:Er}=Ie,Fr=(0,rl.Z)(Ie,Ao);const Kr=Nt(Ye,Fr),xn=gt(Ye,Fr),fn=Er(Ye,Fr);return Gu(Kr,xn,fn,Ye,Fr)}function $u(Ye,Ie){const Nt={};for(const gt in Ye){const Er=Ye[gt];typeof Er=="function"&&(Nt[gt]=(...Fr)=>Ie(Er(...Fr)))}return Nt}function Cu(Ye){return function(Nt){const gt=Ye(Nt);function Er(){return gt}return Er.dependsOnOwnProps=!1,Er}}function iu(Ye){return Ye.dependsOnOwnProps?!!Ye.dependsOnOwnProps:Ye.length!==1}function mu(Ye,Ie){return function(gt,{displayName:Er}){const Fr=function(xn,fn){return Fr.dependsOnOwnProps?Fr.mapToProps(xn,fn):Fr.mapToProps(xn,void 0)};return Fr.dependsOnOwnProps=!0,Fr.mapToProps=function(xn,fn){Fr.mapToProps=Ye,Fr.dependsOnOwnProps=iu(Ye);let An=Fr(xn,fn);return typeof An=="function"&&(Fr.mapToProps=An,Fr.dependsOnOwnProps=iu(An),An=Fr(xn,fn)),An},Fr}}function Co(Ye,Ie){return(Nt,gt)=>{throw new Error(`Invalid value of type ${typeof Ye} for ${Ie} argument when connecting component ${gt.wrappedComponentName}.`)}}function au(Ye){return Ye&&typeof Ye=="object"?Cu(Ie=>$u(Ye,Ie)):Ye?typeof Ye=="function"?mu(Ye,"mapDispatchToProps"):Co(Ye,"mapDispatchToProps"):Cu(Ie=>({dispatch:Ie}))}function su(Ye){return Ye?typeof Ye=="function"?mu(Ye,"mapStateToProps"):Co(Ye,"mapStateToProps"):Cu(()=>({}))}function rr(Ye,Ie,Nt){return(0,Uu.Z)({},Nt,Ye,Ie)}function _r(Ye){return function(Nt,{displayName:gt,areMergedPropsEqual:Er}){let Fr=!1,Kr;return function(fn,An,ti){const ni=Ye(fn,An,ti);return Fr?Er(ni,Kr)||(Kr=ni):(Fr=!0,Kr=ni),Kr}}}function hr(Ye){return Ye?typeof Ye=="function"?_r(Ye):Co(Ye,"mergeProps"):()=>rr}function gr(){const Ye=So();let Ie=null,Nt=null;return{clear(){Ie=null,Nt=null},notify(){Ye(()=>{let gt=Ie;for(;gt;)gt.callback(),gt=gt.next})},get(){let gt=[],Er=Ie;for(;Er;)gt.push(Er),Er=Er.next;return gt},subscribe(gt){let Er=!0,Fr=Nt={callback:gt,next:null,prev:Nt};return Fr.prev?Fr.prev.next=Fr:Ie=Fr,function(){!Er||Ie===null||(Er=!1,Fr.next?Fr.next.prev=Fr.prev:Nt=Fr.prev,Fr.prev?Fr.prev.next=Fr.next:Ie=Fr.next)}}}}const Ar={notify(){},get:()=>[]};function bn(Ye,Ie){let Nt,gt=Ar,Er=0,Fr=!1;function Kr(Zi){ti();const ki=gt.subscribe(Zi);let Oa=!1;return()=>{Oa||(Oa=!0,ki(),ni())}}function xn(){gt.notify()}function fn(){ma.onStateChange&&ma.onStateChange()}function An(){return Fr}function ti(){Er++,Nt||(Nt=Ie?Ie.addNestedSub(fn):Ye.subscribe(fn),gt=gr())}function ni(){Er--,Nt&&Er===0&&(Nt(),Nt=void 0,gt.clear(),gt=Ar)}function mi(){Fr||(Fr=!0,ti())}function Ci(){Fr&&(Fr=!1,ni())}const ma={addNestedSub:Kr,notifyNestedSubs:xn,handleChangeWrapper:fn,isSubscribed:An,trySubscribe:mi,tryUnsubscribe:Ci,getListeners:()=>gt};return ma}const Ln=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?i.useLayoutEffect:i.useEffect;function Zn(Ye,Ie){return Ye===Ie?Ye!==0||Ie!==0||1/Ye===1/Ie:Ye!==Ye&&Ie!==Ie}function ai(Ye,Ie){if(Zn(Ye,Ie))return!0;if(typeof Ye!="object"||Ye===null||typeof Ie!="object"||Ie===null)return!1;const Nt=Object.keys(Ye),gt=Object.keys(Ie);if(Nt.length!==gt.length)return!1;for(let Er=0;Er<Nt.length;Er++)if(!Object.prototype.hasOwnProperty.call(Ie,Nt[Er])||!Zn(Ye[Nt[Er]],Ie[Nt[Er]]))return!1;return!0}const ei=["reactReduxForwardedRef"];let mr=Ha;const Mr=Ye=>{mr=Ye},Br=null,Tn=[null,null],Pn=Ye=>{try{return JSON.stringify(Ye)}catch(Ie){return String(Ye)}};function si(Ye,Ie,Nt){Ln(()=>Ye(...Ie),Nt)}function Si(Ye,Ie,Nt,gt,Er,Fr){Ye.current=gt,Nt.current=!1,Er.current&&(Er.current=null,Fr())}function Gn(Ye,Ie,Nt,gt,Er,Fr,Kr,xn,fn,An,ti){if(!Ye)return()=>{};let ni=!1,mi=null;const Ci=()=>{if(ni||!xn.current)return;const Zi=Ie.getState();let ki,Oa;try{ki=gt(Zi,Er.current)}catch(Ii){Oa=Ii,mi=Ii}Oa||(mi=null),ki===Fr.current?Kr.current||An():(Fr.current=ki,fn.current=ki,Kr.current=!0,ti())};return Nt.onStateChange=Ci,Nt.trySubscribe(),Ci(),()=>{if(ni=!0,Nt.tryUnsubscribe(),Nt.onStateChange=null,mi)throw mi}}const ra=()=>Br;function zi(Ye,Ie){return Ye===Ie}let Ai=!1;function xt(Ye,Ie,Nt,{pure:gt,areStatesEqual:Er=zi,areOwnPropsEqual:Fr=ai,areStatePropsEqual:Kr=ai,areMergedPropsEqual:xn=ai,forwardRef:fn=!1,context:An=_i}={}){const ti=An,ni=su(Ye),mi=au(Ie),Ci=hr(Nt),ma=!!Ye;return ki=>{const Oa=ki.displayName||ki.name||"Component",Ii=`Connect(${Oa})`,hi={shouldHandleStateChanges:ma,displayName:Ii,wrappedComponentName:Oa,WrappedComponent:ki,initMapStateToProps:ni,initMapDispatchToProps:mi,initMergeProps:Ci,areStatesEqual:Er,areStatePropsEqual:Kr,areOwnPropsEqual:Fr,areMergedPropsEqual:xn};function ba(_s){const[xa,ys,bs]=i.useMemo(()=>{const{reactReduxForwardedRef:Or}=_s,rn=(0,rl.Z)(_s,ei);return[_s.context,Or,rn]},[_s]),La=i.useMemo(()=>xa&&xa.Consumer&&(0,Do.isContextConsumer)(i.createElement(xa.Consumer,null))?xa:ti,[xa,ti]),ts=i.useContext(La),js=!!_s.store&&!!_s.store.getState&&!!_s.store.dispatch,ao=!!ts&&!!ts.store,xs=js?_s.store:ts.store,ji=ao?ts.getServerState:xs.getState,ko=i.useMemo(()=>Xs(xs.dispatch,hi),[xs]),[Ro,Us]=i.useMemo(()=>{if(!ma)return Tn;const Or=bn(xs,js?void 0:ts.subscription),rn=Or.notifyNestedSubs.bind(Or);return[Or,rn]},[xs,js,ts]),rs=i.useMemo(()=>js?ts:(0,Uu.Z)({},ts,{subscription:Ro}),[js,ts,Ro]),os=i.useRef(),vo=i.useRef(bs),$a=i.useRef(),Vt=i.useRef(!1),kt=i.useRef(!1),Ka=i.useRef(!1),zs=i.useRef();Ln(()=>(Ka.current=!0,()=>{Ka.current=!1}),[]);const vn=i.useMemo(()=>()=>$a.current&&bs===vo.current?$a.current:ko(xs.getState(),bs),[xs,bs]),wn=i.useMemo(()=>rn=>Ro?Gn(ma,xs,Ro,ko,vo,os,Vt,Ka,$a,Us,rn):()=>{},[Ro]);si(Si,[vo,os,Vt,bs,$a,Us]);let He;try{He=mr(wn,vn,ji?()=>ko(ji(),bs):vn)}catch(Or){throw zs.current&&(Or.message+=`
The error may be correlated with this previous error:
${zs.current.stack}
`),Or}Ln(()=>{zs.current=void 0,$a.current=void 0,os.current=He});const Zt=i.useMemo(()=>i.createElement(ki,(0,Uu.Z)({},He,{ref:ys})),[ys,ki,He]);return i.useMemo(()=>ma?i.createElement(La.Provider,{value:rs},Zt):Zt,[La,Zt,rs])}const va=i.memo(ba);if(va.WrappedComponent=ki,va.displayName=ba.displayName=Ii,fn){const xa=i.forwardRef(function(bs,La){return i.createElement(va,(0,Uu.Z)({},bs,{reactReduxForwardedRef:La}))});return xa.displayName=Ii,xa.WrappedComponent=ki,fo()(xa,ki)}return fo()(va,ki)}}var Xn=xt;function na({store:Ye,context:Ie,children:Nt,serverState:gt,stabilityCheck:Er="once",noopCheck:Fr="once"}){const Kr=i.useMemo(()=>{const An=bn(Ye);return{store:Ye,subscription:An,getServerState:gt?()=>gt:void 0,stabilityCheck:Er,noopCheck:Fr}},[Ye,gt,Er,Fr]),xn=i.useMemo(()=>Ye.getState(),[Ye]);Ln(()=>{const{subscription:An}=Kr;return An.onStateChange=An.notifyNestedSubs,An.trySubscribe(),xn!==Ye.getState()&&An.notifyNestedSubs(),()=>{An.tryUnsubscribe(),An.onStateChange=void 0}},[Kr,xn]);const fn=Ie||_i;return i.createElement(fn.Provider,{value:Kr},Nt)}var hs=na;function Gs(Ye=_i){const Ie=Ye===_i?is:ds(Ye);return function(){const{store:gt}=Ie();return gt}}const on=Gs();function To(Ye=_i){const Ie=Ye===_i?on:Gs(Ye);return function(){return Ie().dispatch}}const no=To();Ko(Go.useSyncExternalStoreWithSelector),Mr(jo.useSyncExternalStore),Uo(du.unstable_batchedUpdates);var as=Object.defineProperty,io=Object.getOwnPropertySymbols,zo=Object.prototype.hasOwnProperty,ss=Object.prototype.propertyIsEnumerable,ps=(Ye,Ie,Nt)=>Ie in Ye?as(Ye,Ie,{enumerable:!0,configurable:!0,writable:!0,value:Nt}):Ye[Ie]=Nt,ja=(Ye,Ie)=>{for(var Nt in Ie||(Ie={}))zo.call(Ie,Nt)&&ps(Ye,Nt,Ie[Nt]);if(io)for(var Nt of io(Ie))ss.call(Ie,Nt)&&ps(Ye,Nt,Ie[Nt]);return Ye};function fs(Ye){const Ie=create(Ye,{initialReducer:{},setupApp(){}}),Nt=Ie.start;return Ie.router=gt,Ie.start=Er,Ie;function gt(Fr){Ie._router=Fr}function Er(Fr){if(typeof Fr!="undefined")throw new Error("dva.start() should not be called with any arguments.");Ie._store||Nt.call(Ie);const Kr=Ie._store,xn=Ie._router;return fn=>React.createElement(Provider,{store:Kr},xn(ja({app:Ie},fn)))}}},36483:function(d,g,e){"use strict";e.d(g,{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,S,I)=>S in R?i(R,S,{enumerable:!0,configurable:!0,writable:!0,value:I}):R[S]=I,a=(R,S)=>{for(var I in S||(S={}))o.call(S,I)&&u(R,I,S[I]);if(f)for(var I of f(S))h.call(S,I)&&u(R,I,S[I]);return R},x=(R,S)=>l(R,c(S));let p,y="/";function m(R){let S;return R.type==="hash"?S=(0,r.q_)():R.type==="memory"?S=(0,r.PP)(R):S=(0,r.lX)(),R.basename&&(y=R.basename),p=x(a({},S),{push(I,M){S.push(A(I,S),M)},replace(I,M){S.replace(A(I,S),M)},get location(){return S.location},get action(){return S.action}}),S}function b(R){R&&(p=R)}function A(R,S){if(typeof R=="string")return`${k(y)}${R}`;if(typeof R=="object"){const I=S.location.pathname;return x(a({},R),{pathname:R.pathname?`${k(y)}${R.pathname}`:I})}else throw new Error(`Unexpected to: ${R}`)}function k(R){return R.slice(-1)==="/"?R.slice(0,-1):R}},98090:function(d,g,e){"use strict";e.d(g,{gD:function(){return qr},We:function(){return sn}});var r={};e.r(r),e.d(r,{dva:function(){return a}});var i={};e.r(i),e.d(i,{innerProvider:function(){return Qe}});var l={};e.r(l),e.d(l,{rootContainer:function(){return Ae}});var c={};e.r(c),e.d(c,{dataflowProvider:function(){return $t}});var f={};e.r(f),e.d(f,{i18nProvider:function(){return dt}});var o=e(8591),h=e(66649),u=e.n(h);u().locale("ZH-cn");const a={config:{onError(zt){o.ZP.error(zt.message,3)}}};var x=e(59301),p=e(12708),y=e.n(p),m=e(12373),b=e.n(m),A=e(44520),k=e.n(A),R=e(19747),S=e.n(R);function I(){return I=Object.assign||function(zt){for(var er=1;er<arguments.length;er++){var Bt=arguments[er];for(var Yt in Bt)Object.prototype.hasOwnProperty.call(Bt,Yt)&&(zt[Yt]=Bt[Yt])}return zt},I.apply(this,arguments)}function M(zt,er){zt.prototype=Object.create(er.prototype),zt.prototype.constructor=zt,B(zt,er)}function B(zt,er){return B=Object.setPrototypeOf||function(Bt,Yt){return Bt.__proto__=Yt,Bt},B(zt,er)}function N(zt,er){if(zt==null)return{};var Bt,Yt,wr={},Ir=Object.keys(zt);for(Yt=0;Yt<Ir.length;Yt++)er.indexOf(Bt=Ir[Yt])>=0||(wr[Bt]=zt[Bt]);return wr}var K={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},G={rel:["amphtml","canonical","alternate"]},H={type:["application/ld+json"]},ae={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"]},ie=Object.keys(K).map(function(zt){return K[zt]}),ue={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},X=Object.keys(ue).reduce(function(zt,er){return zt[ue[er]]=er,zt},{}),Y=function(zt,er){for(var Bt=zt.length-1;Bt>=0;Bt-=1){var Yt=zt[Bt];if(Object.prototype.hasOwnProperty.call(Yt,er))return Yt[er]}return null},$=function(zt){var er=Y(zt,K.TITLE),Bt=Y(zt,"titleTemplate");if(Array.isArray(er)&&(er=er.join("")),Bt&&er)return Bt.replace(/%s/g,function(){return er});var Yt=Y(zt,"defaultTitle");return er||Yt||void 0},se=function(zt){return Y(zt,"onChangeClientState")||function(){}},ee=function(zt,er){return er.filter(function(Bt){return Bt[zt]!==void 0}).map(function(Bt){return Bt[zt]}).reduce(function(Bt,Yt){return I({},Bt,Yt)},{})},J=function(zt,er){return er.filter(function(Bt){return Bt[K.BASE]!==void 0}).map(function(Bt){return Bt[K.BASE]}).reverse().reduce(function(Bt,Yt){if(!Bt.length)for(var wr=Object.keys(Yt),Ir=0;Ir<wr.length;Ir+=1){var Pt=wr[Ir].toLowerCase();if(zt.indexOf(Pt)!==-1&&Yt[Pt])return Bt.concat(Yt)}return Bt},[])},le=function(zt,er,Bt){var Yt={};return Bt.filter(function(wr){return!!Array.isArray(wr[zt])||(wr[zt]!==void 0&&console&&typeof console.warn=="function"&&console.warn("Helmet: "+zt+' should be of type "Array". Instead found type "'+typeof wr[zt]+'"'),!1)}).map(function(wr){return wr[zt]}).reverse().reduce(function(wr,Ir){var Pt={};Ir.filter(function(Qr){for(var Hr,jn=Object.keys(Qr),En=0;En<jn.length;En+=1){var Yn=jn[En],Tt=Yn.toLowerCase();er.indexOf(Tt)===-1||Hr==="rel"&&Qr[Hr].toLowerCase()==="canonical"||Tt==="rel"&&Qr[Tt].toLowerCase()==="stylesheet"||(Hr=Tt),er.indexOf(Yn)===-1||Yn!=="innerHTML"&&Yn!=="cssText"&&Yn!=="itemprop"||(Hr=Yn)}if(!Hr||!Qr[Hr])return!1;var Vr=Qr[Hr].toLowerCase();return Yt[Hr]||(Yt[Hr]={}),Pt[Hr]||(Pt[Hr]={}),!Yt[Hr][Vr]&&(Pt[Hr][Vr]=!0,!0)}).reverse().forEach(function(Qr){return wr.push(Qr)});for(var Kt=Object.keys(Pt),jt=0;jt<Kt.length;jt+=1){var qt=Kt[jt],yr=I({},Yt[qt],Pt[qt]);Yt[qt]=yr}return wr},[]).reverse()},Z=function(zt,er){if(Array.isArray(zt)&&zt.length){for(var Bt=0;Bt<zt.length;Bt+=1)if(zt[Bt][er])return!0}return!1},U=function(zt){return Array.isArray(zt)?zt.join(""):zt},ne=function(zt,er){return Array.isArray(zt)?zt.reduce(function(Bt,Yt){return function(wr,Ir){for(var Pt=Object.keys(wr),Kt=0;Kt<Pt.length;Kt+=1)if(Ir[Pt[Kt]]&&Ir[Pt[Kt]].includes(wr[Pt[Kt]]))return!0;return!1}(Yt,er)?Bt.priority.push(Yt):Bt.default.push(Yt),Bt},{priority:[],default:[]}):{default:zt}},me=function(zt,er){var Bt;return I({},zt,((Bt={})[er]=void 0,Bt))},Ee=[K.NOSCRIPT,K.SCRIPT,K.STYLE],Pe=function(zt,er){return er===void 0&&(er=!0),er===!1?String(zt):String(zt).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")},We=function(zt){return Object.keys(zt).reduce(function(er,Bt){var Yt=zt[Bt]!==void 0?Bt+'="'+zt[Bt]+'"':""+Bt;return er?er+" "+Yt:Yt},"")},Fe=function(zt,er){return er===void 0&&(er={}),Object.keys(zt).reduce(function(Bt,Yt){return Bt[ue[Yt]||Yt]=zt[Yt],Bt},er)},Lt=function(zt,er){return er.map(function(Bt,Yt){var wr,Ir=((wr={key:Yt})["data-rh"]=!0,wr);return Object.keys(Bt).forEach(function(Pt){var Kt=ue[Pt]||Pt;Kt==="innerHTML"||Kt==="cssText"?Ir.dangerouslySetInnerHTML={__html:Bt.innerHTML||Bt.cssText}:Ir[Kt]=Bt[Pt]}),x.createElement(zt,Ir)})},mt=function(zt,er,Bt){switch(zt){case K.TITLE:return{toComponent:function(){return wr=er.titleAttributes,(Ir={key:Yt=er.title})["data-rh"]=!0,Pt=Fe(wr,Ir),[x.createElement(K.TITLE,Pt,Yt)];var Yt,wr,Ir,Pt},toString:function(){return function(Yt,wr,Ir,Pt){var Kt=We(Ir),jt=U(wr);return Kt?"<"+Yt+' data-rh="true" '+Kt+">"+Pe(jt,Pt)+"</"+Yt+">":"<"+Yt+' data-rh="true">'+Pe(jt,Pt)+"</"+Yt+">"}(zt,er.title,er.titleAttributes,Bt)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return Fe(er)},toString:function(){return We(er)}};default:return{toComponent:function(){return Lt(zt,er)},toString:function(){return function(Yt,wr,Ir){return wr.reduce(function(Pt,Kt){var jt=Object.keys(Kt).filter(function(Qr){return!(Qr==="innerHTML"||Qr==="cssText")}).reduce(function(Qr,Hr){var jn=Kt[Hr]===void 0?Hr:Hr+'="'+Pe(Kt[Hr],Ir)+'"';return Qr?Qr+" "+jn:jn},""),qt=Kt.innerHTML||Kt.cssText||"",yr=Ee.indexOf(Yt)===-1;return Pt+"<"+Yt+' data-rh="true" '+jt+(yr?"/>":">"+qt+"</"+Yt+">")},"")}(zt,er,Bt)}}}},wt=function(zt){var er=zt.baseTag,Bt=zt.bodyAttributes,Yt=zt.encode,wr=zt.htmlAttributes,Ir=zt.noscriptTags,Pt=zt.styleTags,Kt=zt.title,jt=Kt===void 0?"":Kt,qt=zt.titleAttributes,yr=zt.linkTags,Qr=zt.metaTags,Hr=zt.scriptTags,jn={toComponent:function(){},toString:function(){return""}};if(zt.prioritizeSeoTags){var En=function(Yn){var Tt=Yn.linkTags,Vr=Yn.scriptTags,ii=Yn.encode,Bi=ne(Yn.metaTags,ae),$n=ne(Tt,G),ci=ne(Vr,H);return{priorityMethods:{toComponent:function(){return[].concat(Lt(K.META,Bi.priority),Lt(K.LINK,$n.priority),Lt(K.SCRIPT,ci.priority))},toString:function(){return mt(K.META,Bi.priority,ii)+" "+mt(K.LINK,$n.priority,ii)+" "+mt(K.SCRIPT,ci.priority,ii)}},metaTags:Bi.default,linkTags:$n.default,scriptTags:ci.default}}(zt);jn=En.priorityMethods,yr=En.linkTags,Qr=En.metaTags,Hr=En.scriptTags}return{priority:jn,base:mt(K.BASE,er,Yt),bodyAttributes:mt("bodyAttributes",Bt,Yt),htmlAttributes:mt("htmlAttributes",wr,Yt),link:mt(K.LINK,yr,Yt),meta:mt(K.META,Qr,Yt),noscript:mt(K.NOSCRIPT,Ir,Yt),script:mt(K.SCRIPT,Hr,Yt),style:mt(K.STYLE,Pt,Yt),title:mt(K.TITLE,{title:jt,titleAttributes:qt},Yt)}},Gt=[],Ft=function(zt,er){var Bt=this;er===void 0&&(er=typeof document!="undefined"),this.instances=[],this.value={setHelmet:function(Yt){Bt.context.helmet=Yt},helmetInstances:{get:function(){return Bt.canUseDOM?Gt:Bt.instances},add:function(Yt){(Bt.canUseDOM?Gt:Bt.instances).push(Yt)},remove:function(Yt){var wr=(Bt.canUseDOM?Gt:Bt.instances).indexOf(Yt);(Bt.canUseDOM?Gt:Bt.instances).splice(wr,1)}}},this.context=zt,this.canUseDOM=er,er||(zt.helmet=wt({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},nr=x.createContext({}),Ne=y().shape({setHelmet:y().func,helmetInstances:y().shape({get:y().func,add:y().func,remove:y().func})}),ht=typeof document!="undefined",Rt=function(zt){function er(Bt){var Yt;return(Yt=zt.call(this,Bt)||this).helmetData=new Ft(Yt.props.context,er.canUseDOM),Yt}return M(er,zt),er.prototype.render=function(){return x.createElement(nr.Provider,{value:this.helmetData.value},this.props.children)},er}(x.Component);Rt.canUseDOM=ht,Rt.propTypes={context:y().shape({helmet:y().shape()}),children:y().node.isRequired},Rt.defaultProps={context:{}},Rt.displayName="HelmetProvider";var Je=function(zt,er){var Bt,Yt=document.head||document.querySelector(K.HEAD),wr=Yt.querySelectorAll(zt+"[data-rh]"),Ir=[].slice.call(wr),Pt=[];return er&&er.length&&er.forEach(function(Kt){var jt=document.createElement(zt);for(var qt in Kt)Object.prototype.hasOwnProperty.call(Kt,qt)&&(qt==="innerHTML"?jt.innerHTML=Kt.innerHTML:qt==="cssText"?jt.styleSheet?jt.styleSheet.cssText=Kt.cssText:jt.appendChild(document.createTextNode(Kt.cssText)):jt.setAttribute(qt,Kt[qt]===void 0?"":Kt[qt]));jt.setAttribute("data-rh","true"),Ir.some(function(yr,Qr){return Bt=Qr,jt.isEqualNode(yr)})?Ir.splice(Bt,1):Pt.push(jt)}),Ir.forEach(function(Kt){return Kt.parentNode.removeChild(Kt)}),Pt.forEach(function(Kt){return Yt.appendChild(Kt)}),{oldTags:Ir,newTags:Pt}},ct=function(zt,er){var Bt=document.getElementsByTagName(zt)[0];if(Bt){for(var Yt=Bt.getAttribute("data-rh"),wr=Yt?Yt.split(","):[],Ir=[].concat(wr),Pt=Object.keys(er),Kt=0;Kt<Pt.length;Kt+=1){var jt=Pt[Kt],qt=er[jt]||"";Bt.getAttribute(jt)!==qt&&Bt.setAttribute(jt,qt),wr.indexOf(jt)===-1&&wr.push(jt);var yr=Ir.indexOf(jt);yr!==-1&&Ir.splice(yr,1)}for(var Qr=Ir.length-1;Qr>=0;Qr-=1)Bt.removeAttribute(Ir[Qr]);wr.length===Ir.length?Bt.removeAttribute("data-rh"):Bt.getAttribute("data-rh")!==Pt.join(",")&&Bt.setAttribute("data-rh",Pt.join(","))}},at=function(zt,er){var Bt=zt.baseTag,Yt=zt.htmlAttributes,wr=zt.linkTags,Ir=zt.metaTags,Pt=zt.noscriptTags,Kt=zt.onChangeClientState,jt=zt.scriptTags,qt=zt.styleTags,yr=zt.title,Qr=zt.titleAttributes;ct(K.BODY,zt.bodyAttributes),ct(K.HTML,Yt),function(Yn,Tt){Yn!==void 0&&document.title!==Yn&&(document.title=U(Yn)),ct(K.TITLE,Tt)}(yr,Qr);var Hr={baseTag:Je(K.BASE,Bt),linkTags:Je(K.LINK,wr),metaTags:Je(K.META,Ir),noscriptTags:Je(K.NOSCRIPT,Pt),scriptTags:Je(K.SCRIPT,jt),styleTags:Je(K.STYLE,qt)},jn={},En={};Object.keys(Hr).forEach(function(Yn){var Tt=Hr[Yn],Vr=Tt.newTags,ii=Tt.oldTags;Vr.length&&(jn[Yn]=Vr),ii.length&&(En[Yn]=Hr[Yn].oldTags)}),er&&er(),Kt(zt,jn,En)},Xe=null,Ze=function(zt){function er(){for(var Yt,wr=arguments.length,Ir=new Array(wr),Pt=0;Pt<wr;Pt++)Ir[Pt]=arguments[Pt];return(Yt=zt.call.apply(zt,[this].concat(Ir))||this).rendered=!1,Yt}M(er,zt);var Bt=er.prototype;return Bt.shouldComponentUpdate=function(Yt){return!S()(Yt,this.props)},Bt.componentDidUpdate=function(){this.emitChange()},Bt.componentWillUnmount=function(){this.props.context.helmetInstances.remove(this),this.emitChange()},Bt.emitChange=function(){var Yt,wr,Ir=this.props.context,Pt=Ir.setHelmet,Kt=null,jt=(Yt=Ir.helmetInstances.get().map(function(qt){var yr=I({},qt.props);return delete yr.context,yr}),{baseTag:J(["href"],Yt),bodyAttributes:ee("bodyAttributes",Yt),defer:Y(Yt,"defer"),encode:Y(Yt,"encodeSpecialCharacters"),htmlAttributes:ee("htmlAttributes",Yt),linkTags:le(K.LINK,["rel","href"],Yt),metaTags:le(K.META,["name","charset","http-equiv","property","itemprop"],Yt),noscriptTags:le(K.NOSCRIPT,["innerHTML"],Yt),onChangeClientState:se(Yt),scriptTags:le(K.SCRIPT,["src","innerHTML"],Yt),styleTags:le(K.STYLE,["cssText"],Yt),title:$(Yt),titleAttributes:ee("titleAttributes",Yt),prioritizeSeoTags:Z(Yt,"prioritizeSeoTags")});Rt.canUseDOM?(wr=jt,Xe&&cancelAnimationFrame(Xe),wr.defer?Xe=requestAnimationFrame(function(){at(wr,function(){Xe=null})}):(at(wr),Xe=null)):wt&&(Kt=wt(jt)),Pt(Kt)},Bt.init=function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())},Bt.render=function(){return this.init(),null},er}(x.Component);Ze.propTypes={context:Ne.isRequired},Ze.displayName="HelmetDispatcher";var ye=["children"],Oe=["children"],Ge=function(zt){function er(){return zt.apply(this,arguments)||this}M(er,zt);var Bt=er.prototype;return Bt.shouldComponentUpdate=function(Yt){return!b()(me(this.props,"helmetData"),me(Yt,"helmetData"))},Bt.mapNestedChildrenToProps=function(Yt,wr){if(!wr)return null;switch(Yt.type){case K.SCRIPT:case K.NOSCRIPT:return{innerHTML:wr};case K.STYLE:return{cssText:wr};default:throw new Error("<"+Yt.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")}},Bt.flattenArrayTypeChildren=function(Yt){var wr,Ir=Yt.child,Pt=Yt.arrayTypeChildren;return I({},Pt,((wr={})[Ir.type]=[].concat(Pt[Ir.type]||[],[I({},Yt.newChildProps,this.mapNestedChildrenToProps(Ir,Yt.nestedChildren))]),wr))},Bt.mapObjectTypeChildren=function(Yt){var wr,Ir,Pt=Yt.child,Kt=Yt.newProps,jt=Yt.newChildProps,qt=Yt.nestedChildren;switch(Pt.type){case K.TITLE:return I({},Kt,((wr={})[Pt.type]=qt,wr.titleAttributes=I({},jt),wr));case K.BODY:return I({},Kt,{bodyAttributes:I({},jt)});case K.HTML:return I({},Kt,{htmlAttributes:I({},jt)});default:return I({},Kt,((Ir={})[Pt.type]=I({},jt),Ir))}},Bt.mapArrayTypeChildrenToProps=function(Yt,wr){var Ir=I({},wr);return Object.keys(Yt).forEach(function(Pt){var Kt;Ir=I({},Ir,((Kt={})[Pt]=Yt[Pt],Kt))}),Ir},Bt.warnOnInvalidChildren=function(Yt,wr){return k()(ie.some(function(Ir){return Yt.type===Ir}),typeof Yt.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 "+ie.join(", ")+" are allowed. Helmet does not support rendering <"+Yt.type+"> elements. Refer to our API for more information."),k()(!wr||typeof wr=="string"||Array.isArray(wr)&&!wr.some(function(Ir){return typeof Ir!="string"}),"Helmet expects a string as a child of <"+Yt.type+">. Did you forget to wrap your children in braces? ( <"+Yt.type+">{``}</"+Yt.type+"> ) Refer to our API for more information."),!0},Bt.mapChildrenToProps=function(Yt,wr){var Ir=this,Pt={};return x.Children.forEach(Yt,function(Kt){if(Kt&&Kt.props){var jt=Kt.props,qt=jt.children,yr=N(jt,ye),Qr=Object.keys(yr).reduce(function(jn,En){return jn[X[En]||En]=yr[En],jn},{}),Hr=Kt.type;switch(typeof Hr=="symbol"?Hr=Hr.toString():Ir.warnOnInvalidChildren(Kt,qt),Hr){case K.FRAGMENT:wr=Ir.mapChildrenToProps(qt,wr);break;case K.LINK:case K.META:case K.NOSCRIPT:case K.SCRIPT:case K.STYLE:Pt=Ir.flattenArrayTypeChildren({child:Kt,arrayTypeChildren:Pt,newChildProps:Qr,nestedChildren:qt});break;default:wr=Ir.mapObjectTypeChildren({child:Kt,newProps:wr,newChildProps:Qr,nestedChildren:qt})}}}),this.mapArrayTypeChildrenToProps(Pt,wr)},Bt.render=function(){var Yt=this.props,wr=Yt.children,Ir=N(Yt,Oe),Pt=I({},Ir),Kt=Ir.helmetData;return wr&&(Pt=this.mapChildrenToProps(wr,Pt)),!Kt||Kt instanceof Ft||(Kt=new Ft(Kt.context,Kt.instances)),Kt?x.createElement(Ze,I({},Pt,{context:Kt.value,helmetData:void 0})):x.createElement(nr.Consumer,null,function(jt){return x.createElement(Ze,I({},Pt,{context:jt}))})},er}(x.Component);Ge.propTypes={base:y().object,bodyAttributes:y().object,children:y().oneOfType([y().arrayOf(y().node),y().node]),defaultTitle:y().string,defer:y().bool,encodeSpecialCharacters:y().bool,htmlAttributes:y().object,link:y().arrayOf(y().object),meta:y().arrayOf(y().object),noscript:y().arrayOf(y().object),onChangeClientState:y().func,script:y().arrayOf(y().object),style:y().arrayOf(y().object),title:y().string,titleAttributes:y().object,titleTemplate:y().string,prioritizeSeoTags:y().bool,helmetData:y().object},Ge.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},Ge.displayName="Helmet";const et={},Qe=zt=>x.createElement(Rt,{context:et},zt);var St=e(92736),Ct=e(91482),lr=e(36237),or=e(86951),Me=e(55056),tt=e.n(Me),Qt=Object.defineProperty,rt=Object.getOwnPropertySymbols,Mt=Object.prototype.hasOwnProperty,Ot=Object.prototype.propertyIsEnumerable,Jt=(zt,er,Bt)=>er in zt?Qt(zt,er,{enumerable:!0,configurable:!0,writable:!0,value:Bt}):zt[er]=Bt,Ut=(zt,er)=>{for(var Bt in er||(er={}))Mt.call(er,Bt)&&Jt(zt,Bt,er[Bt]);if(rt)for(var Bt of rt(er))Ot.call(er,Bt)&&Jt(zt,Bt,er[Bt]);return zt},Te=(zt,er)=>{var Bt={};for(var Yt in zt)Mt.call(zt,Yt)&&er.indexOf(Yt)<0&&(Bt[Yt]=zt[Yt]);if(zt!=null&&rt)for(var Yt of rt(zt))er.indexOf(Yt)<0&&Ot.call(zt,Yt)&&(Bt[Yt]=zt[Yt]);return Bt};let ce=null;const pe=()=>(ce||(ce=sn().applyPlugins({key:"antd",type:Ct.ApplyPluginsType.modify,initialValue:Ut({},{componentSize:"middle"})})),ce);function At({children:zt}){let er=zt;const[Bt,Yt]=x.useState(()=>{const Ir=pe(),{appConfig:Pt}=Ir;return Te(Ir,["appConfig"])}),wr=Ir=>{Yt(Pt=>tt()({},Pt,typeof Ir=="function"?Ir(Pt):Ir))};return Bt.prefixCls&&St.ZP.config({prefixCls:Bt.prefixCls}),Bt.iconPrefixCls&&St.ZP.config({iconPrefixCls:Bt.iconPrefixCls}),Bt.theme&&St.ZP.config({theme:Bt.theme}),er=x.createElement(St.ZP,Ut({},Bt),er),er=x.createElement(lr.StyleProvider,{hashPriority:"high"},er),er=x.createElement(or.C.Provider,{value:wr},x.createElement(or.S.Provider,{value:Bt},er)),er}function Ae(zt){return x.createElement(At,null,zt)}var ut=e(86433);function $t(zt,er){return x.createElement(ut.j,er,zt)}var yt=e(13007),Ce=e(43440);function _t(){var zt,er;const Bt=getLocale();(zt=moment)!=null&&zt.locale&&moment.locale(((er=localeInfo[Bt])==null?void 0:er.momentLocale)||""),setIntl(Bt)}const Ue=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?x.useLayoutEffect:x.useEffect,xe=zt=>{var er;const Bt=(0,Ce.Kd)(),[Yt,wr]=x.useState(Bt),[Ir,Pt]=x.useState(()=>(0,Ce.lw)(Yt,!0)),Kt=yr=>{var Qr,Hr;(Qr=u())!=null&&Qr.locale&&u().locale(((Hr=Ce.H8[yr])==null?void 0:Hr.momentLocale)||"en"),wr(yr),Pt((0,Ce.lw)(yr))};Ue(()=>(Ce.B.on(Ce.PZ,Kt),()=>{Ce.B.off(Ce.PZ,Kt)}),[]);const jt={},qt=(0,Ce.Mg)();return x.createElement(St.ZP,{direction:qt,locale:((er=Ce.H8[Yt])==null?void 0:er.antd)||jt},x.createElement(Ce.eU,{value:Ir},zt.children))};function dt(zt){return x.createElement(xe,null,zt)}function Dt(zt){return zt.default?typeof zt.default=="function"?zt.default():zt.default:zt}function Be(){return[{apply:Dt(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 Dr(){return["patchRoutes","patchClientRoutes","modifyContextOpts","modifyClientRenderOpts","rootContainer","innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","render","onRouteChange","antd","dva","locale","qiankun"]}let vt=null;function qr(){return vt=Ct.PluginManager.create({plugins:Be(),validKeys:Dr()}),vt}function sn(){return vt}},91482:function(d,g,e){"use strict";e.d(g,{ApplyPluginsType:function(){return ht},Link:function(){return Y},Outlet:function(){return $.j3},PluginManager:function(){return Rt},connect:function(){return f.$j},getDvaApp:function(){return o.Q},history:function(){return Je.m8},useAppData:function(){return H.Ov},useDispatch:function(){return f.I0},useLocation:function(){return $.TH},useOutletContext:function(){return $.bx},useParams:function(){return $.UO},useSearchParams:function(){return G.lr},useSelector:function(){return f.v9}});var r=e(59301),i=e(86951);function l(){return React.useContext(AntdConfigContext)}function c(){return React.useContext(AntdConfigContextSetter)}var f=e(74242),o=e(86433),h=e(43440),u=Object.defineProperty,a=Object.defineProperties,x=Object.getOwnPropertyDescriptors,p=Object.getOwnPropertySymbols,y=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable,b=(Qe,St,Ct)=>St in Qe?u(Qe,St,{enumerable:!0,configurable:!0,writable:!0,value:Ct}):Qe[St]=Ct,A=(Qe,St)=>{for(var Ct in St||(St={}))y.call(St,Ct)&&b(Qe,Ct,St[Ct]);if(p)for(var Ct of p(St))m.call(St,Ct)&&b(Qe,Ct,St[Ct]);return Qe},k=(Qe,St)=>a(Qe,x(St)),R=(Qe,St)=>{var Ct={};for(var lr in Qe)y.call(Qe,lr)&&St.indexOf(lr)<0&&(Ct[lr]=Qe[lr]);if(Qe!=null&&p)for(var lr of p(Qe))St.indexOf(lr)<0&&m.call(Qe,lr)&&(Ct[lr]=Qe[lr]);return Ct};const S=Qe=>{var St=Qe,{overlayClassName:Ct}=St,lr=R(St,["overlayClassName"]);return React.createElement(Dropdown,A({overlayClassName:Ct},lr))},I=Qe=>Qe.reduce((St,Ct)=>Ct.lang?k(A({},St),{[Ct.lang]:Ct}):St,{}),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=Qe=>React.createElement(React.Fragment,null);var N=e(38329),K=e(38127),G=e(32451),H=e(35470),ae=e(87296);function ie(Qe,St){var Ct=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},lr=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(typeof IntersectionObserver!="function")return null;var or=r.useRef(typeof IntersectionObserver=="function"),Me=r.useRef(null);return r.useEffect(function(){if(!(!Qe.current||!or.current||lr.disabled))return Me.current=new IntersectionObserver(function(tt){var Qt=(0,ae.Z)(tt,1),rt=Qt[0];St(rt)},Ct),Me.current.observe(Qe.current),function(){var tt;(tt=Me.current)===null||tt===void 0||tt.disconnect()}},[St,Ct,lr.disabled,Qe]),Me.current}var ue=["prefetch"];function X(Qe){var St=r.useRef(null);return r.useEffect(function(){Qe&&(typeof Qe=="function"?Qe(St.current):Qe.current=St.current)}),St}var Y=r.forwardRef(function(Qe,St){var Ct,lr=Qe.prefetch,or=(0,K.Z)(Qe,ue),Me=typeof window!="undefined"&&window.__umi_route_prefetch__||{defaultPrefetch:"none",defaultPrefetchTimeout:50},tt=Me.defaultPrefetch,Qt=Me.defaultPrefetchTimeout,rt=(lr===!0?"intent":lr===!1?"none":lr)||tt;if(!["intent","render","viewport","none"].includes(rt))throw new Error("Invalid prefetch value ".concat(rt," found in Link component"));var Mt=(0,H.Ov)(),Ot=typeof Qe.to=="string"?Qe.to:(Ct=Qe.to)===null||Ct===void 0?void 0:Ct.pathname,Jt=r.useRef(!1),Ut=X(St),Te=function(At){if(rt==="intent"){var Ae=At.target||{};Ae.preloadTimeout||(Ae.preloadTimeout=setTimeout(function(){var ut;Ae.preloadTimeout=null,(ut=Mt.preloadRoute)===null||ut===void 0||ut.call(Mt,Ot)},Qe.prefetchTimeout||Qt))}},ce=function(At){if(rt==="intent"){var Ae=At.target||{};Ae.preloadTimeout&&(clearTimeout(Ae.preloadTimeout),Ae.preloadTimeout=null)}};return(0,r.useLayoutEffect)(function(){if(rt==="render"&&!Jt.current){var pe;(pe=Mt.preloadRoute)===null||pe===void 0||pe.call(Mt,Ot),Jt.current=!0}},[rt,Ot]),ie(Ut,function(pe){if(pe!=null&&pe.isIntersecting){var At;(At=Mt.preloadRoute)===null||At===void 0||At.call(Mt,Ot)}},{rootMargin:"100px"},{disabled:rt!=="viewport"}),Ot?r.createElement(G.rU,(0,N.Z)({onMouseEnter:Te,onMouseLeave:ce,ref:Ut},or),Qe.children):null}),$=e(35338),se=e(8616);function ee(){"use strict";ee=function(){return St};var Qe,St={},Ct=Object.prototype,lr=Ct.hasOwnProperty,or=Object.defineProperty||function(zt,er,Bt){zt[er]=Bt.value},Me=typeof Symbol=="function"?Symbol:{},tt=Me.iterator||"@@iterator",Qt=Me.asyncIterator||"@@asyncIterator",rt=Me.toStringTag||"@@toStringTag";function Mt(zt,er,Bt){return Object.defineProperty(zt,er,{value:Bt,enumerable:!0,configurable:!0,writable:!0}),zt[er]}try{Mt({},"")}catch(zt){Mt=function(Bt,Yt,wr){return Bt[Yt]=wr}}function Ot(zt,er,Bt,Yt){var wr=er&&er.prototype instanceof Ae?er:Ae,Ir=Object.create(wr.prototype),Pt=new qr(Yt||[]);return or(Ir,"_invoke",{value:Dt(zt,Bt,Pt)}),Ir}function Jt(zt,er,Bt){try{return{type:"normal",arg:zt.call(er,Bt)}}catch(Yt){return{type:"throw",arg:Yt}}}St.wrap=Ot;var Ut="suspendedStart",Te="suspendedYield",ce="executing",pe="completed",At={};function Ae(){}function ut(){}function $t(){}var yt={};Mt(yt,tt,function(){return this});var Ce=Object.getPrototypeOf,_t=Ce&&Ce(Ce(sn([])));_t&&_t!==Ct&&lr.call(_t,tt)&&(yt=_t);var Ue=$t.prototype=Ae.prototype=Object.create(yt);function xe(zt){["next","throw","return"].forEach(function(er){Mt(zt,er,function(Bt){return this._invoke(er,Bt)})})}function dt(zt,er){function Bt(wr,Ir,Pt,Kt){var jt=Jt(zt[wr],zt,Ir);if(jt.type!=="throw"){var qt=jt.arg,yr=qt.value;return yr&&(0,se.Z)(yr)=="object"&&lr.call(yr,"__await")?er.resolve(yr.__await).then(function(Qr){Bt("next",Qr,Pt,Kt)},function(Qr){Bt("throw",Qr,Pt,Kt)}):er.resolve(yr).then(function(Qr){qt.value=Qr,Pt(qt)},function(Qr){return Bt("throw",Qr,Pt,Kt)})}Kt(jt.arg)}var Yt;or(this,"_invoke",{value:function(Ir,Pt){function Kt(){return new er(function(jt,qt){Bt(Ir,Pt,jt,qt)})}return Yt=Yt?Yt.then(Kt,Kt):Kt()}})}function Dt(zt,er,Bt){var Yt=Ut;return function(wr,Ir){if(Yt===ce)throw new Error("Generator is already running");if(Yt===pe){if(wr==="throw")throw Ir;return{value:Qe,done:!0}}for(Bt.method=wr,Bt.arg=Ir;;){var Pt=Bt.delegate;if(Pt){var Kt=Be(Pt,Bt);if(Kt){if(Kt===At)continue;return Kt}}if(Bt.method==="next")Bt.sent=Bt._sent=Bt.arg;else if(Bt.method==="throw"){if(Yt===Ut)throw Yt=pe,Bt.arg;Bt.dispatchException(Bt.arg)}else Bt.method==="return"&&Bt.abrupt("return",Bt.arg);Yt=ce;var jt=Jt(zt,er,Bt);if(jt.type==="normal"){if(Yt=Bt.done?pe:Te,jt.arg===At)continue;return{value:jt.arg,done:Bt.done}}jt.type==="throw"&&(Yt=pe,Bt.method="throw",Bt.arg=jt.arg)}}}function Be(zt,er){var Bt=er.method,Yt=zt.iterator[Bt];if(Yt===Qe)return er.delegate=null,Bt==="throw"&&zt.iterator.return&&(er.method="return",er.arg=Qe,Be(zt,er),er.method==="throw")||Bt!=="return"&&(er.method="throw",er.arg=new TypeError("The iterator does not provide a '"+Bt+"' method")),At;var wr=Jt(Yt,zt.iterator,er.arg);if(wr.type==="throw")return er.method="throw",er.arg=wr.arg,er.delegate=null,At;var Ir=wr.arg;return Ir?Ir.done?(er[zt.resultName]=Ir.value,er.next=zt.nextLoc,er.method!=="return"&&(er.method="next",er.arg=Qe),er.delegate=null,At):Ir:(er.method="throw",er.arg=new TypeError("iterator result is not an object"),er.delegate=null,At)}function Dr(zt){var er={tryLoc:zt[0]};1 in zt&&(er.catchLoc=zt[1]),2 in zt&&(er.finallyLoc=zt[2],er.afterLoc=zt[3]),this.tryEntries.push(er)}function vt(zt){var er=zt.completion||{};er.type="normal",delete er.arg,zt.completion=er}function qr(zt){this.tryEntries=[{tryLoc:"root"}],zt.forEach(Dr,this),this.reset(!0)}function sn(zt){if(zt||zt===""){var er=zt[tt];if(er)return er.call(zt);if(typeof zt.next=="function")return zt;if(!isNaN(zt.length)){var Bt=-1,Yt=function wr(){for(;++Bt<zt.length;)if(lr.call(zt,Bt))return wr.value=zt[Bt],wr.done=!1,wr;return wr.value=Qe,wr.done=!0,wr};return Yt.next=Yt}}throw new TypeError((0,se.Z)(zt)+" is not iterable")}return ut.prototype=$t,or(Ue,"constructor",{value:$t,configurable:!0}),or($t,"constructor",{value:ut,configurable:!0}),ut.displayName=Mt($t,rt,"GeneratorFunction"),St.isGeneratorFunction=function(zt){var er=typeof zt=="function"&&zt.constructor;return!!er&&(er===ut||(er.displayName||er.name)==="GeneratorFunction")},St.mark=function(zt){return Object.setPrototypeOf?Object.setPrototypeOf(zt,$t):(zt.__proto__=$t,Mt(zt,rt,"GeneratorFunction")),zt.prototype=Object.create(Ue),zt},St.awrap=function(zt){return{__await:zt}},xe(dt.prototype),Mt(dt.prototype,Qt,function(){return this}),St.AsyncIterator=dt,St.async=function(zt,er,Bt,Yt,wr){wr===void 0&&(wr=Promise);var Ir=new dt(Ot(zt,er,Bt,Yt),wr);return St.isGeneratorFunction(er)?Ir:Ir.next().then(function(Pt){return Pt.done?Pt.value:Ir.next()})},xe(Ue),Mt(Ue,rt,"Generator"),Mt(Ue,tt,function(){return this}),Mt(Ue,"toString",function(){return"[object Generator]"}),St.keys=function(zt){var er=Object(zt),Bt=[];for(var Yt in er)Bt.push(Yt);return Bt.reverse(),function wr(){for(;Bt.length;){var Ir=Bt.pop();if(Ir in er)return wr.value=Ir,wr.done=!1,wr}return wr.done=!0,wr}},St.values=sn,qr.prototype={constructor:qr,reset:function(er){if(this.prev=0,this.next=0,this.sent=this._sent=Qe,this.done=!1,this.delegate=null,this.method="next",this.arg=Qe,this.tryEntries.forEach(vt),!er)for(var Bt in this)Bt.charAt(0)==="t"&&lr.call(this,Bt)&&!isNaN(+Bt.slice(1))&&(this[Bt]=Qe)},stop:function(){this.done=!0;var er=this.tryEntries[0].completion;if(er.type==="throw")throw er.arg;return this.rval},dispatchException:function(er){if(this.done)throw er;var Bt=this;function Yt(qt,yr){return Pt.type="throw",Pt.arg=er,Bt.next=qt,yr&&(Bt.method="next",Bt.arg=Qe),!!yr}for(var wr=this.tryEntries.length-1;wr>=0;--wr){var Ir=this.tryEntries[wr],Pt=Ir.completion;if(Ir.tryLoc==="root")return Yt("end");if(Ir.tryLoc<=this.prev){var Kt=lr.call(Ir,"catchLoc"),jt=lr.call(Ir,"finallyLoc");if(Kt&&jt){if(this.prev<Ir.catchLoc)return Yt(Ir.catchLoc,!0);if(this.prev<Ir.finallyLoc)return Yt(Ir.finallyLoc)}else if(Kt){if(this.prev<Ir.catchLoc)return Yt(Ir.catchLoc,!0)}else{if(!jt)throw new Error("try statement without catch or finally");if(this.prev<Ir.finallyLoc)return Yt(Ir.finallyLoc)}}}},abrupt:function(er,Bt){for(var Yt=this.tryEntries.length-1;Yt>=0;--Yt){var wr=this.tryEntries[Yt];if(wr.tryLoc<=this.prev&&lr.call(wr,"finallyLoc")&&this.prev<wr.finallyLoc){var Ir=wr;break}}Ir&&(er==="break"||er==="continue")&&Ir.tryLoc<=Bt&&Bt<=Ir.finallyLoc&&(Ir=null);var Pt=Ir?Ir.completion:{};return Pt.type=er,Pt.arg=Bt,Ir?(this.method="next",this.next=Ir.finallyLoc,At):this.complete(Pt)},complete:function(er,Bt){if(er.type==="throw")throw er.arg;return er.type==="break"||er.type==="continue"?this.next=er.arg:er.type==="return"?(this.rval=this.arg=er.arg,this.method="return",this.next="end"):er.type==="normal"&&Bt&&(this.next=Bt),At},finish:function(er){for(var Bt=this.tryEntries.length-1;Bt>=0;--Bt){var Yt=this.tryEntries[Bt];if(Yt.finallyLoc===er)return this.complete(Yt.completion,Yt.afterLoc),vt(Yt),At}},catch:function(er){for(var Bt=this.tryEntries.length-1;Bt>=0;--Bt){var Yt=this.tryEntries[Bt];if(Yt.tryLoc===er){var wr=Yt.completion;if(wr.type==="throw"){var Ir=wr.arg;vt(Yt)}return Ir}}throw new Error("illegal catch attempt")},delegateYield:function(er,Bt,Yt){return this.delegate={iterator:sn(er),resultName:Bt,nextLoc:Yt},this.method==="next"&&(this.arg=Qe),At}},St}var J=e(63579);function le(Qe,St,Ct,lr,or,Me,tt){try{var Qt=Qe[Me](tt),rt=Qt.value}catch(Mt){Ct(Mt);return}Qt.done?St(rt):Promise.resolve(rt).then(lr,or)}function Z(Qe){return function(){var St=this,Ct=arguments;return new Promise(function(lr,or){var Me=Qe.apply(St,Ct);function tt(rt){le(Me,lr,or,tt,Qt,"next",rt)}function Qt(rt){le(Me,lr,or,tt,Qt,"throw",rt)}tt(void 0)})}}var U=e(99227);function ne(Qe,St){var Ct=typeof Symbol!="undefined"&&Qe[Symbol.iterator]||Qe["@@iterator"];if(!Ct){if(Array.isArray(Qe)||(Ct=(0,U.Z)(Qe))||St&&Qe&&typeof Qe.length=="number"){Ct&&(Qe=Ct);var lr=0,or=function(){};return{s:or,n:function(){return lr>=Qe.length?{done:!0}:{done:!1,value:Qe[lr++]}},e:function(Mt){throw Mt},f:or}}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 Me=!0,tt=!1,Qt;return{s:function(){Ct=Ct.call(Qe)},n:function(){var Mt=Ct.next();return Me=Mt.done,Mt},e:function(Mt){tt=!0,Qt=Mt},f:function(){try{!Me&&Ct.return!=null&&Ct.return()}finally{if(tt)throw Qt}}}}var me=e(73825);function Ee(Qe){if(typeof Symbol!="undefined"&&Qe[Symbol.iterator]!=null||Qe["@@iterator"]!=null)return Array.from(Qe)}var Pe=e(66160);function We(Qe){return(0,me.Z)(Qe)||Ee(Qe)||(0,U.Z)(Qe)||(0,Pe.Z)()}function Fe(Qe,St){if(!(Qe instanceof St))throw new TypeError("Cannot call a class as a function")}var Lt=e(89878);function mt(Qe,St){for(var Ct=0;Ct<St.length;Ct++){var lr=St[Ct];lr.enumerable=lr.enumerable||!1,lr.configurable=!0,"value"in lr&&(lr.writable=!0),Object.defineProperty(Qe,(0,Lt.Z)(lr.key),lr)}}function wt(Qe,St,Ct){return St&&mt(Qe.prototype,St),Ct&&mt(Qe,Ct),Object.defineProperty(Qe,"prototype",{writable:!1}),Qe}var Gt=e(65873);function Ft(Qe,St){if(!Qe)throw new Error(St)}function nr(Qe){var St=Qe.fns,Ct=Qe.args;if(St.length===1)return St[0];var lr=St.pop();return St.reduce(function(or,Me){return function(){return Me(or,Ct)}},lr)}function Ne(Qe){return!!Qe&&(0,se.Z)(Qe)==="object"&&typeof Qe.then=="function"}var ht=function(Qe){return Qe.compose="compose",Qe.modify="modify",Qe.event="event",Qe}({}),Rt=function(){function Qe(St){Fe(this,Qe),(0,Gt.Z)(this,"opts",void 0),(0,Gt.Z)(this,"hooks",{}),this.opts=St}return wt(Qe,[{key:"register",value:function(Ct){var lr=this;Ft(Ct.apply,"plugin register failed, apply must supplied"),Object.keys(Ct.apply).forEach(function(or){Ft(lr.opts.validKeys.indexOf(or)>-1,"register failed, invalid key ".concat(or," ").concat(Ct.path?"from plugin ".concat(Ct.path):"",".")),lr.hooks[or]=(lr.hooks[or]||[]).concat(Ct.apply[or])})}},{key:"getHooks",value:function(Ct){var lr=Ct.split("."),or=We(lr),Me=or[0],tt=or.slice(1),Qt=this.hooks[Me]||[];return tt.length&&(Qt=Qt.map(function(rt){try{var Mt=rt,Ot=ne(tt),Jt;try{for(Ot.s();!(Jt=Ot.n()).done;){var Ut=Jt.value;Mt=Mt[Ut]}}catch(Te){Ot.e(Te)}finally{Ot.f()}return Mt}catch(Te){return null}}).filter(Boolean)),Qt}},{key:"applyPlugins",value:function(Ct){var lr=Ct.key,or=Ct.type,Me=Ct.initialValue,tt=Ct.args,Qt=Ct.async,rt=this.getHooks(lr)||[];switch(tt&&Ft((0,se.Z)(tt)==="object","applyPlugins failed, args must be plain object."),Qt&&Ft(or===ht.modify||or===ht.event,"async only works with modify and event type."),or){case ht.modify:return Qt?rt.reduce(function(){var Mt=Z(ee().mark(function Ot(Jt,Ut){var Te;return ee().wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:if(Ft(typeof Ut=="function"||(0,se.Z)(Ut)==="object"||Ne(Ut),"applyPlugins failed, all hooks for key ".concat(lr," must be function, plain object or Promise.")),!Ne(Jt)){pe.next=5;break}return pe.next=4,Jt;case 4:Jt=pe.sent;case 5:if(typeof Ut!="function"){pe.next=16;break}if(Te=Ut(Jt,tt),!Ne(Te)){pe.next=13;break}return pe.next=10,Te;case 10:return pe.abrupt("return",pe.sent);case 13:return pe.abrupt("return",Te);case 14:pe.next=21;break;case 16:if(!Ne(Ut)){pe.next=20;break}return pe.next=19,Ut;case 19:Ut=pe.sent;case 20:return pe.abrupt("return",(0,J.Z)((0,J.Z)({},Jt),Ut));case 21:case"end":return pe.stop()}},Ot)}));return function(Ot,Jt){return Mt.apply(this,arguments)}}(),Ne(Me)?Me:Promise.resolve(Me)):rt.reduce(function(Mt,Ot){return Ft(typeof Ot=="function"||(0,se.Z)(Ot)==="object","applyPlugins failed, all hooks for key ".concat(lr," must be function or plain object.")),typeof Ot=="function"?Ot(Mt,tt):(0,J.Z)((0,J.Z)({},Mt),Ot)},Me);case ht.event:return Z(ee().mark(function Mt(){var Ot,Jt,Ut,Te;return ee().wrap(function(pe){for(;;)switch(pe.prev=pe.next){case 0:Ot=ne(rt),pe.prev=1,Ot.s();case 3:if((Jt=Ot.n()).done){pe.next=12;break}if(Ut=Jt.value,Ft(typeof Ut=="function","applyPlugins failed, all hooks for key ".concat(lr," must be function.")),Te=Ut(tt),!(Qt&&Ne(Te))){pe.next=10;break}return pe.next=10,Te;case 10:pe.next=3;break;case 12:pe.next=17;break;case 14:pe.prev=14,pe.t0=pe.catch(1),Ot.e(pe.t0);case 17:return pe.prev=17,Ot.f(),pe.finish(17);case 20:case"end":return pe.stop()}},Mt,null,[[1,14,17,20]])}))();case ht.compose:return function(){return nr({fns:rt.concat(Me),args:tt})()}}}}],[{key:"create",value:function(Ct){var lr=new Qe({validKeys:Ct.validKeys});return Ct.plugins.forEach(function(or){lr.register(or)}),lr}}]),Qe}(),Je=e(36483);let ct=0,at=0;function Xe(Qe,St){}function Ze(Qe){return JSON.stringify(Qe,null,2)}function ye(Qe){const St=Qe.length>1?Qe.map(Oe).join(" "):Qe[0];return typeof St=="object"?`${Ze(St)}`:St.toString()}function Oe(Qe){return typeof Qe=="object"?`${JSON.stringify(Qe)}`:Qe.toString()}const Ge={log(...Qe){ye(Qe)},info(...Qe){ye(Qe)},warn(...Qe){ye(Qe)},error(...Qe){ye(Qe)},group(){at++},groupCollapsed(){at++},groupEnd(){at&&--at},clear(){},trace(...Qe){console.trace(...Qe)},profile(...Qe){console.profile(...Qe)},profileEnd(...Qe){console.profileEnd(...Qe)}},et=()=>{}},86951:function(d,g,e){"use strict";e.d(g,{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.")})},86433:function(d,g,e){"use strict";e.d(g,{j:function(){return Qc},Q:function(){return Rc}});var r=e(74242),i=e(89880),l=e.n(i),c=e(59301),f=e(91482),o=e(63591),h=Object.defineProperty,u=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,x=Object.prototype.propertyIsEnumerable,p=(P,D,L)=>D in P?h(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,y=(P,D)=>{for(var L in D||(D={}))a.call(D,L)&&p(P,L,D[L]);if(u)for(var L of u(D))x.call(D,L)&&p(P,L,D[L]);return P},b={namespace:"account",state:{basicInfo:void 0,actionTabs:{key:"",params:{}}},effects:{*updateAvatar({payload:P},{call:D,put:L}){return yield D(o.n1,P)},*appplySchool({payload:P},{call:D,put:L}){return yield D(o.bz,P)},*getSchoolOption({payload:P},{call:D,put:L}){return yield D(o.GY,P)},*getDepartmentOption({payload:P},{call:D,put:L}){return yield D(o.Ql,P)},*appplyDepartment({payload:P},{call:D,put:L}){return yield D(o.Zm,P)},*updateAccount({payload:P},{call:D,put:L}){return yield D(o.sG,P)},*cancelRealNameAuth({payload:P},{call:D,put:L}){return yield D(o.P,P)},*cancelProfessionalAuth({payload:P},{call:D,put:L}){return yield D(o.$f,P)},*applyProfessionalAuth({payload:P},{call:D,put:L}){return yield D(o.Ow,P)},*applyRealNameAuth({payload:P},{call:D,put:L}){return yield D(o.ht,P)},*getCode({payload:P},{call:D,put:L}){return yield D(o.Cq,P)},*bindPhone({payload:P},{call:D,put:L}){return yield D(o.eF,P)},*bindEmail({payload:P},{call:D,put:L}){return yield D(o.I8,P)},*updatePassword({payload:P},{call:D,put:L}){return yield D(o.gQ,P)},*unbindAccount({payload:P},{call:D,put:L}){return yield D(o.wi,P)},*getBasicInfo({payload:P},{call:D,put:L}){const ve=yield D(o.o9,P);return yield L({type:"save",payload:{basicInfo:y({},ve)}}),ve},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:y({},P)}})}},reducers:{save(P,D){return y(y({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},A=e(53489),k=Object.defineProperty,R=Object.getOwnPropertySymbols,S=Object.prototype.hasOwnProperty,I=Object.prototype.propertyIsEnumerable,M=(P,D,L)=>D in P?k(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,B=(P,D)=>{for(var L in D||(D={}))S.call(D,L)&&M(P,L,D[L]);if(R)for(var L of R(D))I.call(D,L)&&M(P,L,D[L]);return P},K={namespace:"announcement",state:{name:"\u666E\u901A\u8BD5\u5377\uFF0C\u968F\u673A\u8BD5\u5377\u8BE6\u60C5\u9875\u9762",loading:!0,actionTabs:{}},effects:{*informDown({payload:P,callback:D},{call:L,put:ve}){return yield L(A.nZ,P)},*informUp({payload:P,callback:D},{call:L,put:ve}){return yield L(A.TO,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:B({},P)}})}},reducers:{save(P,D){return B(B({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},G=e(63654),H=Object.defineProperty,ae=Object.getOwnPropertySymbols,ie=Object.prototype.hasOwnProperty,ue=Object.prototype.propertyIsEnumerable,X=(P,D,L)=>D in P?H(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Y=(P,D)=>{for(var L in D||(D={}))ie.call(D,L)&&X(P,L,D[L]);if(ae)for(var L of ae(D))ue.call(D,L)&&X(P,L,D[L]);return P},se={namespace:"attachment",state:{name:"\u8D44\u6E90",loading:!0,detail:{},actionTabs:{}},effects:{*allAttachment({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(G.SV,P);return yield ve({type:"save",payload:{allList:Y({},ze)}}),ze},*mineAttachment({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(G.zI,P);return yield ve({type:"save",payload:{mineList:Y({},ze)}}),ze},*fileImport({payload:P,callback:D},{call:L,put:ve}){return yield L(G.tO,P)},*getDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(G.Nm,P);return yield ve({type:"save",payload:{detail:Y({},ze)}}),ze},*updateVisits({payload:P,callback:D},{call:L,put:ve}){return yield L(G.H,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Y({},P)}})}},reducers:{save(P,D){return Y(Y({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},ee=e(75048),J=Object.defineProperty,le=Object.getOwnPropertySymbols,Z=Object.prototype.hasOwnProperty,U=Object.prototype.propertyIsEnumerable,ne=(P,D,L)=>D in P?J(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,me=(P,D)=>{for(var L in D||(D={}))Z.call(D,L)&&ne(P,L,D[L]);if(le)for(var L of le(D))U.call(D,L)&&ne(P,L,D[L]);return P},Pe={namespace:"boards",state:{name:"\u8BA8\u8BBA",loading:!0,actionTabs:{},boardsDetail:{},boardsCategoryList:{}},effects:{*getBoardsCategoryList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ee.yq,P);return yield ve({type:"save",payload:{boardsCategoryList:me({},ze.data)}}),ze.data},*getBoardsDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ee.dI,P);return yield ve({type:"save",payload:{boardsDetail:me({},ze.data)}}),ze.data},*setTopping({payload:P,callback:D},{call:L,put:ve}){return yield L(ee.cc,P)},*escTopping({payload:P,callback:D},{call:L,put:ve}){return yield L(ee.CJ,P)},*getReplyList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ee.PC,P);yield ve({type:"save",payload:{replyList:me({},ze.data)}})},*createReply({payload:P,callback:D},{call:L,put:ve}){return yield L(ee.PP,P)},*replyLike({payload:P,callback:D},{call:L,put:ve}){return yield L(ee.NA,P)},*replyUnLike({payload:P,callback:D},{call:L,put:ve}){return yield L(ee.YQ,P)},*deleteReply({payload:P,callback:D},{call:L,put:ve}){return yield L(ee.Mf,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:me({},P)}})}},reducers:{save(P,D){return me(me({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},We=e(31591),Fe=Object.defineProperty,Lt=Object.getOwnPropertySymbols,mt=Object.prototype.hasOwnProperty,wt=Object.prototype.propertyIsEnumerable,Gt=(P,D,L)=>D in P?Fe(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Ft=(P,D)=>{for(var L in D||(D={}))mt.call(D,L)&&Gt(P,L,D[L]);if(Lt)for(var L of Lt(D))wt.call(D,L)&&Gt(P,L,D[L]);return P},Ne={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:P,callback:D},{call:L,put:ve}){const ze=yield L(We.$Q,P);return yield ve({type:"save",payload:{ScoreRangesData:ze==null?void 0:ze.data}}),ze},*getQuestionResult({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We._U,P);return yield ve({type:"save",payload:{NormalResult:ze}}),ze},*getUserExercise({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.xA,P);return yield ve({type:"save",payload:{userExerciseList:Ft({},(ze==null?void 0:ze.data)||{})}}),console.log("getUserExercise-res:",ze),ze==null?void 0:ze.data},*getExerciseIdentityPhotos({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.J,P);return yield ve({type:"save",payload:{exerciseIdentityPhotos:Ft({},(ze==null?void 0:ze.data)||{})}}),ze==null?void 0:ze.data},*getExerciseExportHeadData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.iw,P);return yield ve({type:"save",payload:{exerciseExportHeadData:Ft({},ze)}}),ze},*getExerciseUserInfo({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.Ty,P);return(ze==null?void 0:ze.status)===0&&(yield ve({type:"save",payload:Ft({},{exerciseUserInfo:Ft({},ze.data)})})),ze},*getExaminationIntelligentSettings({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.sA,P);return yield ve({type:"save",payload:{examinationIntelligentSettings:Ft({},ze)}}),ze},*getRandomEditExercises({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.yu,P);return yield ve({type:"save",payload:{editRandomExercises:Ft({},ze)}}),ze},*getExerciseList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.G$,P);if(ze!=null&&ze.total_exercise_users)try{localStorage.total_exercise_users=JSON.stringify(ze.total_exercise_users)}catch(en){}return yield ve({type:"save",payload:{exerciseList:Ft({},ze)}}),yield ve({type:"save",payload:{order_type:P.order_type,order:P.order}}),ze},*getExerciseStatistics({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We._u,P);return yield ve({type:"save",payload:{statisticsList:Ft({},ze)}}),ze},*getBrankList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.n$,P);return yield ve({type:"save",payload:{brankList:Ft({},ze)}}),ze},*saveBanks({payload:P,callback:D},{call:L,put:ve}){return yield L(We.lf,P)},*getExerciseCourses({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.N3,P);return yield ve({type:"save",payload:{exerciseCoursesList:Ft({},ze)}}),ze},*addExercise({payload:P,callback:D},{call:L,put:ve}){return yield L(We.uR,P)},*editExercise({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.qf,P);return yield ve({type:"save",payload:{editData:Ft({},ze)}}),ze},*getTagDiscipline({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.YY,P);return yield ve({type:"save",payload:{tagDisciplineData:Ft({},ze)}}),ze},*editExerciseQuestion({payload:P,callback:D},{call:L,put:ve}){return yield L(We.Di,P)},*addExerciseQuestion({payload:P,callback:D},{call:L,put:ve}){return yield L(We.MK,P)},*exeriseMoveUpDown({payload:P,callback:D},{call:L,put:ve}){return yield L(We.GK,P)},*getEndGroups({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.KE,P);return yield ve({type:"save",payload:{endGroups:Ft({},ze)}}),ze},*getPublishGroups({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.ux,P);return yield ve({type:"save",payload:{publishGroups:Ft({},ze)}}),ze},*getCommonHeader({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.UK,P);return yield ve({type:"save",payload:{commonHeader:Ft({},ze)}}),ze},*getReviewExercise({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.BJ,P);return yield ve({type:"save",payload:{reviewExercise:Ft({},ze)}}),ze},*postReviewExercise({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.pu,P);return yield ve({type:"save",payload:{reviewExercise:Ft({},ze)}}),ze},*getCentralizeReviewExercise({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.X4,P);return yield ve({type:"save",payload:{reviewExercise:Ft({},ze)}}),ze},*clearData({payload:P,callback:D},{call:L,put:ve}){yield ve({type:"save",payload:{[P.key]:{}}})},*getReviewGroupExercise({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.W4,P);return yield ve({type:"save",payload:{reviewGroupExercise:Ft({},ze)}}),ze},*getWorkSetting({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.Ul,P);return yield ve({type:"save",payload:{workSetting:Ft({},ze)}}),ze},*getRedoModal({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.tX,P);return yield ve({type:"save",payload:{redoModal:Ft({},ze)}}),ze},*getRedoListModal({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.s,P);return yield ve({type:"save",payload:{redoModal:Ft({},ze)}}),ze},*getCodeReviewDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.Xn,P);return yield ve({type:"save",payload:{codeReviewDetail:Ft({},ze)}}),ze},*changeScore({payload:P,callback:D},{call:L,put:ve}){return yield L(We.gG,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Ft({},P)}})},*setUpdateIndex({payload:P},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:P==="clear"?null:Math.random()}})},*setSaveExerciseDownUsers({payload:P},{call:D,put:L}){yield L({type:"save",payload:{saveExerciseDownUsers:P}})}},reducers:{save(P,D){return Ft(Ft({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},ht=e(36516),Rt=Object.defineProperty,Je=Object.getOwnPropertySymbols,ct=Object.prototype.hasOwnProperty,at=Object.prototype.propertyIsEnumerable,Xe=(P,D,L)=>D in P?Rt(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Ze=(P,D)=>{for(var L in D||(D={}))ct.call(D,L)&&Xe(P,L,D[L]);if(Je)for(var L of Je(D))at.call(D,L)&&Xe(P,L,D[L]);return P},Oe={namespace:"graduation",state:{name:"\u6BD5\u4E1A\u8BBE\u8BA1",loading:!0,actionTabs:{},detailList:{},detailTaskList:{},replyList:{},detail:{},addTopicData:{},editTopicData:{},editTasksData:{}},effects:{*getTopisDetailList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht.x_,P);return yield ve({type:"save",payload:{detailList:Ze({},ze)}}),ze},*getTasksListDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht.QA,P);return yield ve({type:"save",payload:{detailTaskList:Ze({},ze)}}),ze},*getTopisDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht.B6,P);return yield ve({type:"save",payload:{detail:Ze({},ze)}}),ze},*getTasksDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht.y3,P);return yield ve({type:"save",payload:{tasksDetail:Ze({},ze)}}),ze},*refuseTopic({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.mM,P)},*agreeTopic({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.je,P)},*getReplyList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht.PC,P);yield ve({type:"save",payload:{replyList:Ze({},ze)}})},*createReply({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.PP,P)},*replyLike({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.NA,P)},*replyUnLike({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.YQ,P)},*deleteReply({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.Mf,P)},*addTopicDefaultData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht.y0,P);yield ve({type:"save",payload:{addTopicData:Ze({},ze)}})},*editTopicDefaultData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht.hL,P);return yield ve({type:"save",payload:{editTopicData:Ze({},ze)}}),ze},*editTasksDefaultData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(ht._n,P);return yield ve({type:"save",payload:{editTasksData:Ze({},ze)}}),ze},*addTopic({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.Gr,P)},*editTopic({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.wA,P)},*addTasks({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.Sv,P)},*editTasks({payload:P,callback:D},{call:L,put:ve}){return yield L(ht.RP,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Ze({},P)}})}},reducers:{save(P,D){return Ze(Ze({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},Ge=e(78267),et=e(6475),Qe=Object.defineProperty,St=Object.getOwnPropertySymbols,Ct=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,or=(P,D,L)=>D in P?Qe(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Me=(P,D)=>{for(var L in D||(D={}))Ct.call(D,L)&&or(P,L,D[L]);if(St)for(var L of St(D))lr.call(D,L)&&or(P,L,D[L]);return P},Qt={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:P,callback:D},{call:L,put:ve}){const ze=yield L(et.h$,P);try{sessionStorage.all_student_works=JSON.stringify(ze.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(P),localStorage.setItem("all_student_works_param",JSON.stringify(P))}catch(en){}return yield ve({type:"save",payload:{workList:Me({},ze)}}),ze},*getShixunWorkHeadInfo({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.fK,P);try{}catch(en){}return yield ve({type:"save",payload:{headerInfo:ze==null?void 0:ze.data}}),ze},*getShixunWorkList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Z8,P);try{sessionStorage.all_student_works=JSON.stringify(ze.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(P),localStorage.setItem("all_student_works_param",JSON.stringify(P))}catch(en){}return yield ve({type:"save",payload:{shixunWorkList:ze==null?void 0:ze.data,homeworkAssistantPermissions:ze.homework_assistant_permissions,shixunAssistantPermission:ze.shixun_assistant_permission,courseAssistantPermission:ze.course_assistant_permission}}),ze},*getCodeReview({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.RP,P);return yield ve({type:"save",payload:{codeReview:Me({},ze)}}),ze},*getCodeReviewDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Xn,P);return yield ve({type:"save",payload:{codeReviewDetail:Me({},ze)}}),ze},*getWorkDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.to,P);return yield ve({type:"save",payload:{workDetail:Me({},ze)}}),ze},*updateWork({payload:P,callback:D},{call:L,put:ve}){return yield L(et.H,P)},*getShixunWorkReport({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.sw,P);try{ze.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(en){}return yield ve({type:"save",payload:{shixunWorkReport:Me({},ze)}}),ze},*getShixunWorkReports({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.cz,P);try{ze.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(en){}return yield ve({type:"save",payload:{shixunWorkReport:Me({},ze)}}),ze},*getWorkSetting({payload:P,callback:D},{call:L,put:ve}){var ze,en;const Sn=yield L(et.Ul,P);(ze=Sn==null?void 0:Sn.group_settings)==null||ze.map(pn=>{pn.value=pn.group_name,pn.id=pn.group_id,pn.group_id=[pn.group_id]}),(en=Sn==null?void 0:Sn.allow_late_settings)==null||en.map(pn=>{pn.value=pn.group_name,pn.id=pn.group_id,pn.group_id=[pn.group_id]});const yi={shixun_evaluation:Sn.shixun_evaluation,challenge_settings:Sn.challenge_settings};return yield ve({type:"save",payload:{workSetting:Me({},Sn),changeData:(0,Ge.cloneDeep)(yi)}}),Sn},*updateSetting({payload:P,callback:D},{call:L,put:ve}){return yield L(et.m7,P)},*getCodeReviewCourse({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.JG,P);return yield ve({type:"save",payload:{codeReviewCourse:Me({},ze)}}),ze},*exportShixunWorks({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Dx,P)},*getReferenceAnswer({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Q3,P);return yield ve({type:"save",payload:{referenceAnswer:Me({},ze)}}),ze},*getPublishGroups({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.ux,P);return yield ve({type:"save",payload:{publishGroups:Me({},ze)}}),ze},*getEndGroups({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.KE,P);return yield ve({type:"save",payload:{endGroups:Me({},ze)}}),ze},*getBrankList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.n$,P);return yield ve({type:"save",payload:{brankList:Me({},ze)}}),ze},*changeScore({payload:P,callback:D},{call:L,put:ve}){return yield L(et.gG,P)},*saveBanks({payload:P,callback:D},{call:L,put:ve}){return yield L(et.lf,P)},*addCommonHomeWorkDefaultData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Qt,P);return yield ve({type:"save",payload:{commonHomeWorkAddDefaultData:Me({},ze)}}),ze},*getSearchMemberList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Lz,P);return yield ve({type:"save",payload:{searchMemberList:Me({},ze)}}),ze},*getProjectList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.ku,P);return yield ve({type:"save",payload:{searchProjectList:Me({},ze)}}),ze},*addStudentWorkDefaultData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.ak,P);return yield ve({type:"save",payload:{studentWorkAddDefaultData:Me({},ze)}}),ze},*editStudentWorkDefaultData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.PW,P);return yield ve({type:"save",payload:{studentWorkEditDefaultData:Me({},ze)}}),ze},*editCommonHomeWorkDefaultData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.BD,P);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Me({},ze)}}),ze},*editCommonHomeWorkDefaultBankData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.pH,P);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Me({},ze)}}),ze},*getReplyList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.PC,P);yield ve({type:"save",payload:{replyList:Me({},ze)}})},*getStudentWorkDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Hj,P);yield ve({type:"save",payload:{studentWorkDetail:Me({},ze)}})},*getStudentWorkSupplyDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.ub,P);yield ve({type:"save",payload:{studentWorkSupplyDetail:Me({},ze)}})},*getStudentWorkCommon({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.JA,P);yield ve({type:"save",payload:{studentWorkCommon:Me({},ze)}})},*getAllStudentWorks({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.ql,P);return yield ve({type:"save",payload:{allStudentWorks:Me({},ze)}}),ze},*getFileRepeatResult({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.oN,P);return yield ve({type:"save",payload:{codeReview:Me({},ze)}}),ze},*getFileRepeatDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(et.Ti,P);return yield ve({type:"save",payload:{codeReviewDetail:Me({},ze)}}),ze},*createReply({payload:P,callback:D},{call:L,put:ve}){return yield L(et.PP,P)},*replyLike({payload:P,callback:D},{call:L,put:ve}){return yield L(et.NA,P)},*replyUnLike({payload:P,callback:D},{call:L,put:ve}){return yield L(et.YQ,P)},*deleteReply({payload:P,callback:D},{call:L,put:ve}){return yield L(et.Mf,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Me({},P)}})}},reducers:{save(P,D){return Me(Me({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},rt=e(20996),Mt=e(7544),Ot=Object.defineProperty,Jt=Object.getOwnPropertySymbols,Ut=Object.prototype.hasOwnProperty,Te=Object.prototype.propertyIsEnumerable,ce=(P,D,L)=>D in P?Ot(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,pe=(P,D)=>{for(var L in D||(D={}))Ut.call(D,L)&&ce(P,L,D[L]);if(Jt)for(var L of Jt(D))Te.call(D,L)&&ce(P,L,D[L]);return P},Ae={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:P},{call:D,put:L}){yield D(rt.gq,P)},*getAssistantPermissions({payload:P},{call:D,put:L}){if(!(0,Mt.eB)())return;const ve=yield D(rt.rS,P);yield L({type:"save",payload:{AssistantObject:ve.permissions}})},*getAiStatusQuery({payload:P},{call:D,put:L}){const ve=yield D(rt.LH,P);return yield L({type:"save",payload:{cal_finish_if:ve.cal_finish_if}}),ve},*updateCoursePortraitData({payload:P},{call:D,put:L}){return yield D(rt.Z_,P)},*getUserPortraitConfig({payload:P},{call:D,put:L}){const ve=yield D(rt._0,P);return yield L({type:"save",payload:{userPortraitConfig:ve.data}}),ve},*updateUserPortraitConfig({payload:P},{call:D,put:L}){return yield D(rt.r2,P)},*getClassroom({payload:P},{call:D,put:L}){const ve=P,ze=yield D(rt.V8,P);return yield L({type:"save",payload:pe({listParams:ve},ze)}),ze},*getClassroomTopBanner({payload:P},{call:D,put:L}){const ve=yield D(rt.U_,P);return yield L({type:"save",payload:{detailTopBanner:ve.status?{copy_completed:!0}:pe({},ve)}}),ve.status?{copy_completed:!0}:ve},*getClassroomLeftMenus({payload:P},{call:D,put:L}){const ve=yield D(rt.w9,P);let ze=[...(ve==null?void 0:ve.course_modules)||[],...(ve==null?void 0:ve.hidden_modules)||[]],en={};return ze==null||ze.forEach(Sn=>{en[Sn.type]=Sn.name}),yield L({type:"save",payload:{detailLeftMenus:pe({},ve),detailLeftMenusNames:en}}),ve},*getClassroomShixunsList({payload:P},{call:D,put:L}){const ve=yield D(rt.Nd,P);yield L({type:"save",payload:{detailShixunsList:pe({},ve)}})},*getClassroomTeacherShixunsList({payload:P},{call:D,put:L}){const ve=yield D(rt.Gk,P);return yield L({type:"save",payload:{detailShixunsList:pe({},ve)}}),ve},*getClassroomCommonList({payload:P},{call:D,put:L}){const ve=yield D(rt.Nd,P);yield L({type:"save",payload:{detailCommonHomeworksList:pe({},ve)}})},*getClassroomTeacherCommonList({payload:P},{call:D,put:L}){const ve=yield D(rt.Gk,P);return yield L({type:"save",payload:{detailCommonHomeworksList:pe({},ve)}}),ve},*getClassroomGraduationTopicsList({payload:P},{call:D,put:L}){const ve=yield D(rt.yV,P);yield L({type:"save",payload:{detailGraduationTopicsList:pe({},ve)}})},*getClassroomGraduationTaskList({payload:P},{call:D,put:L}){const ve=yield D(rt.R2,P);yield L({type:"save",payload:{detailGraduationTaskList:pe({},ve)}})},*getClassroomExercisesList({payload:P},{call:D,put:L}){const ve=yield D(rt.N7,P);yield L({type:"save",payload:{detailExerciseList:pe({},ve)}})},*getClassroomPollsList({payload:P},{call:D,put:L}){const ve=yield D(rt.BR,P);yield L({type:"save",payload:{detailPollsList:pe({},ve)}})},*getCourseGroups({payload:P},{call:D,put:L}){const ve=yield D(rt.qB,P);yield L({type:"save",payload:{courseGroups:pe({},ve)}})},*getAllCourseGroup({payload:P},{call:D,put:L}){const ve=yield D(rt.c_,P);return yield L({type:"save",payload:{allCourseGroups:pe({},ve)}}),ve},*getClassroomCommonHomeworksList({payload:P},{call:D,put:L}){const ve=yield D(rt.Al,P);yield L({type:"save",payload:{detailCommonHomeworksList:pe({},ve)}})},*getClassroomAttendancesList({payload:P},{call:D,put:L}){const ve=yield D(rt.Vw,P);yield L({type:"save",payload:{detailAttendancesList:pe({},ve)}})},*getClassroomAttendancesStatistic({payload:P},{call:D,put:L}){const ve=yield D(rt.Ls,P);yield L({type:"save",payload:{detailAttendancesStatistic:pe({},ve)}})},*getAttendanceDetail({payload:P},{call:D,put:L}){const ve=yield D(rt.zg,P);return yield L({type:"save",payload:{detailAttendancesDetail:pe({},ve)}}),ve},*getAnnouncementList({payload:P},{call:D,put:L}){const ve=yield D(rt.QZ,P);yield L({type:"save",payload:{detailAnnouncementList:pe({},ve)}})},*getAttachmentList({payload:P},{call:D,put:L}){const ve=yield D(rt.KT,P);yield L({type:"save",payload:{detailAttachmentList:pe({},ve.data)}})},*getCourseware({payload:P},{call:D,put:L}){const ve=yield D(rt.ZT,P);yield L({type:"save",payload:{detailCourseware:pe({},ve.data)}})},*getVideoList({payload:P},{call:D,put:L}){const ve=yield D(rt.O3,P);yield L({type:"save",payload:{detailVideoList:pe({},ve)}})},*getLiveVideoList({payload:P},{call:D,put:L}){const ve=yield D(rt.DJ,P);yield L({type:"save",payload:{detailLiveVideoList:pe({},ve)}})},*getCoursesMine({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.Ed,P);return yield ve({type:"save",payload:{courseMine:pe({},ze)}}),ze.data},*getBoardList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.KP,P);return yield ve({type:"save",payload:{detailBoardList:pe({},ze.data)}}),ze.data},*getCourseGroupsList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.kW,P);return yield ve({type:"save",payload:{detailCourseGroupsList:pe({},ze)}}),ze},*getCourseStudentsList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.J2,P);return yield ve({type:"save",payload:{detailCoursStudentsList:pe({},ze)}}),ze.data},*getCourseStatistics({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.g4,P);return yield ve({type:"save",payload:{detailCourseStatisticsList:pe({},ze)}}),ze},*getCourseActscore({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.t1,P);return yield ve({type:"save",payload:{detailCourseActscore:pe({},ze)}}),ze},*getCourseWorkscore({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.GV,P);return yield ve({type:"save",payload:{detailCourseWorkscore:pe({},ze)}}),ze},*getShixunLists({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.Pj,P);return yield ve({type:"save",payload:{shixunLists:pe({},ze)}}),ze},*getExperimentLists({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt._9,P);return yield ve({type:"save",payload:{shixunLists:pe({},ze)}}),ze},*getShixunAiRecommendLists({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.Hn,P);return yield ve({type:"save",payload:{shixunAiRecommendLists:pe({},ze)}}),ze},*getCoursesLists({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.W7,P);return yield ve({type:"save",payload:{coursesLists:pe({},ze)}}),ze},*createCoursesHomework({payload:P,callback:D},{call:L,put:ve}){return yield L(rt.Ds,P)},*createShixunHomework({payload:P,callback:D},{call:L,put:ve}){return yield L(rt.aQ,P)},*createExperiment({payload:P,callback:D},{call:L,put:ve}){return yield L(rt.BQ,P)},*getSchoolList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.K$,P);return yield ve({type:"save",payload:{schoolList:pe({},ze.school_names)}}),ze.school_names},*searchSchoolTeacherList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.nQ,P);return yield ve({type:"save",payload:{searchMemberList:pe({},ze)}}),ze},*getAllTaskList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.km,P);return yield ve({type:"save",payload:{taskList:[...ze.tasks]}}),ze},*updateTaskPosition({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(rt.U8,P);return yield ve({type:"save",payload:{actionTabs:{key:""}}}),ze},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:pe({},P)}})},*setUpdateData({payload:P},{call:D,put:L}){yield L({type:"save",payload:{updateData:P}})}},reducers:{save(P,D){return pe(pe({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},ut=Object.defineProperty,$t=Object.getOwnPropertySymbols,yt=Object.prototype.hasOwnProperty,Ce=Object.prototype.propertyIsEnumerable,_t=(P,D,L)=>D in P?ut(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Ue=(P,D)=>{for(var L in D||(D={}))yt.call(D,L)&&_t(P,L,D[L]);if($t)for(var L of $t(D))Ce.call(D,L)&&_t(P,L,D[L]);return P},dt={namespace:"newClassroom",state:{schoolList:[],searchCourseList:[],actionTabs:{key:"",params:{}}},effects:{*getSchoolList({payload:P},{call:D,put:L}){const ve=yield D(rt.K$,P);yield L({type:"save",payload:{schoolList:(ve==null?void 0:ve.school_names)||[]}})},*getSearchCourseList({payload:P},{call:D,put:L}){const ve=yield D(rt.oM,P);yield L({type:"save",payload:{searchCourseList:(ve==null?void 0:ve.course_lists)||[]}})},*submitCourses({payload:P},{call:D,put:L}){return yield D(rt.Bn,P)},*appplySchool({payload:P},{call:D,put:L}){return yield D(rt.bz,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Ue({},P)}})},*joincoursegroup({payload:P},{call:D,put:L}){return yield D(rt.WK,P)}},reducers:{save(P,D){return Ue(Ue({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},Dt=Object.defineProperty,Be=Object.getOwnPropertySymbols,Dr=Object.prototype.hasOwnProperty,vt=Object.prototype.propertyIsEnumerable,qr=(P,D,L)=>D in P?Dt(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,sn=(P,D)=>{for(var L in D||(D={}))Dr.call(D,L)&&qr(P,L,D[L]);if(Be)for(var L of Be(D))vt.call(D,L)&&qr(P,L,D[L]);return P},er={namespace:"classroomsOverview",state:{},effects:{*getCourseUseInfos({payload:P},{call:D,put:L}){const ve=yield D(rt.Dd,P);yield L({type:"save",payload:{CourseUseInfos:ve}})},*getRankList({payload:P},{call:D,put:L}){const ve=yield D(rt.Fg,P);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:P},{call:D,put:L}){const ve=yield D(rt.Gz,P);yield L({type:"save",payload:{SBody:ve}})},*getStatisticsHeader({payload:P},{call:D,put:L}){const ve=yield D(rt.Hl,P);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(P,D){return sn(sn({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Bt=e(63344),Yt=Object.defineProperty,wr=Object.getOwnPropertySymbols,Ir=Object.prototype.hasOwnProperty,Pt=Object.prototype.propertyIsEnumerable,Kt=(P,D,L)=>D in P?Yt(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,jt=(P,D)=>{for(var L in D||(D={}))Ir.call(D,L)&&Kt(P,L,D[L]);if(wr)for(var L of wr(D))Pt.call(D,L)&&Kt(P,L,D[L]);return P},yr={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:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.s3,P);return yield ve({type:"save",payload:{pollsList:jt({},ze)}}),ze},*getCommonHeader({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.UK,P);return yield ve({type:"save",payload:{commonHeader:jt({},ze)}}),ze},*getPollsStatistics({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.Qn,P);return yield ve({type:"save",payload:{statisticsList:jt({},ze)}}),ze},*getBrankList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.n$,P);return yield ve({type:"save",payload:{brankList:jt({},ze)}}),ze},*saveBanks({payload:P,callback:D},{call:L,put:ve}){return yield L(Bt.lf,P)},*getPollsCourses({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.Q9,P);return yield ve({type:"save",payload:{pollsCoursesList:jt({},ze)}}),ze},*getPollsSetting({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.Hi,P);return yield ve({type:"save",payload:{pollSetting:jt({},ze)}}),ze},*editPolls({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.Ye,P);return yield ve({type:"save",payload:{editData:jt({},JSON.parse(JSON.stringify(ze)))}}),ze},*getEndGroups({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.KE,P);return yield ve({type:"save",payload:{endGroups:jt({},ze)}}),ze},*getPublishGroups({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.ux,P);return yield ve({type:"save",payload:{publishGroups:jt({},ze)}}),ze},*getExerciseBanks({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(Bt.kp,P);return yield ve({type:"save",payload:{exerciseBanks:jt({},ze)}}),ze},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:jt({},P)}})}},reducers:{save(P,D){return jt(jt({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},Qr=e(72071),Hr=Object.defineProperty,jn=Object.getOwnPropertySymbols,En=Object.prototype.hasOwnProperty,Yn=Object.prototype.propertyIsEnumerable,Tt=(P,D,L)=>D in P?Hr(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Vr=(P,D)=>{for(var L in D||(D={}))En.call(D,L)&&Tt(P,L,D[L]);if(jn)for(var L of jn(D))Yn.call(D,L)&&Tt(P,L,D[L]);return P},Bi={namespace:"teachers",state:{list:{},applyList:{},allCourseGroups:{},graduationGroupList:{},studentsList:{},actionTabs:{key:"",params:{}},updateIndex:1},effects:{*getList({payload:P},{call:D,put:L}){var ve;const ze=yield D(Qr.gp,P);return(ve=ze==null?void 0:ze.teacher_list)==null||ve.map(en=>(en.key=en.course_member_id,en)),yield L({type:"save",payload:{list:ze}}),ze},*getStudentsList({payload:P},{call:D,put:L}){var ve;const ze=yield D(Qr.ur,P);return(ve=ze==null?void 0:ze.students)==null||ve.map(en=>(en.key=en.user_id,en)),yield L({type:"save",payload:{studentsList:ze}}),ze},*getApplyList({payload:P},{call:D,put:L}){const ve=yield D(Qr.s,P);return yield L({type:"save",payload:{applyList:ve}}),ve},*getAllCourseGroups({payload:P},{call:D,put:L}){const ve=yield D(Qr.xV,P);return yield L({type:"save",payload:{allCourseGroups:ve}}),ve},*getGraduationGroupList({payload:P},{call:D,put:L}){const ve=yield D(Qr.Bg,P);return yield L({type:"save",payload:{graduationGroupList:ve}}),ve},*setAllCourseGroups({payload:P},{call:D,put:L}){const ve=yield D(Qr.oZ,P);return yield L({type:"save",payload:{setAllCourseGroups:ve}}),ve},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Vr({},P)}})},*setUpdateIndex({payload:P},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})}},reducers:{save(P,D){return Vr(Vr({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},$n=e(15034),ci=Object.defineProperty,Di=Object.getOwnPropertySymbols,Gi=Object.prototype.hasOwnProperty,Pi=Object.prototype.propertyIsEnumerable,Ui=(P,D,L)=>D in P?ci(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,da=(P,D)=>{for(var L in D||(D={}))Gi.call(D,L)&&Ui(P,L,D[L]);if(Di)for(var L of Di(D))Pi.call(D,L)&&Ui(P,L,D[L]);return P},Ji={namespace:"video",state:{name:"\u8D44\u6E90",loading:!0,actionTabs:{},videoStatisticsList:{},newVideoStatisticsList:{},videoDurationStatics:{},StudentvideoStatistics:{},videoPeopleStatics:{},videoStatistics:{},oneVideoStatisticsList:{}},effects:{*getVideoStatisticsList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.BQ,P);return yield ve({type:"save",payload:{videoStatisticsList:da({},ze)}}),ze},*getNewVideoStatisticsList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.cU,P);return yield ve({type:"save",payload:{newVideoStatisticsList:da({},ze)}}),ze},*getVideoPeopleStatics({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.Zx,P);return yield ve({type:"save",payload:{videoPeopleStatics:da({},ze)}}),ze},*getVideoDurationStatics({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.Mz,P);return yield ve({type:"save",payload:{videoDurationStatics:da({},ze)}}),ze},*getVideoStatistics({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.ZY,P);return yield ve({type:"save",payload:{videoStatistics:da({},ze)}}),ze},*getOneVideoStatisticsList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.cU,P);return yield ve({type:"save",payload:{oneVideoStatisticsList:da({},ze)}}),ze},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:da({},P)}})},*getStudentVideoStatisticsList({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.Vg,P);return yield ve({type:"save",payload:{StudentvideoStatistics:da({},ze)}}),ze}},reducers:{save(P,D){return da(da({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},vi=e(37921),$i=Object.defineProperty,Ia=Object.getOwnPropertySymbols,bt=Object.prototype.hasOwnProperty,wa=Object.prototype.propertyIsEnumerable,Ki=(P,D,L)=>D in P?$i(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,gi=(P,D)=>{for(var L in D||(D={}))bt.call(D,L)&&Ki(P,L,D[L]);if(Ia)for(var L of Ia(D))wa.call(D,L)&&Ki(P,L,D[L]);return P},Yi={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:P,callback:D},{call:L,put:ve}){return yield L(vi.cC,P)},*getGuides({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.Ax,P);return yield ve({type:"save",payload:{GuidesData:ze}}),ze},*getWorkSubmitUpdateRes({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.zF,P)},*getList({payload:P},{call:D,put:L}){const ve=P,ze=yield D(vi.bQ,P);return yield L({type:"save",payload:gi({listParams:ve},ze)}),ze},*getMemberWorks({payload:P},{call:D,put:L}){const ve=yield D(vi.xx,P);return yield L({type:"save",payload:{MemberWorks:ve||{}}}),ve},*addApplytojoincourse({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.qS,P)},*competitionTeams({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.Pt,P)},*getStaff({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.Dh,P);return yield ve({type:"save",payload:{Staff:ze}}),ze},*getHeader({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.Pg,P);return yield ve({type:"save",payload:{Header:ze}}),ze},*getItem({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.rV,P);return yield ve({type:"save",payload:{RightItems:ze}}),ze},*updateMdContent({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.zj,P)},*getTeamList({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.aq,P)},*getTeamDetail({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.Ze,P)},*UpTeam({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.yS,P)},*DeleteTeam({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.ps,P)},*ExitTeam({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.vV,P)},*AddTeam({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.FU,P)},*AddPersonnel({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.R9,P)},*JoinTeam({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.zc,P)},*getTeacher({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.jS,P)},*getStudents({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.sK,P)},*SubmitTeam({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.rm,P)},*Reward({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.Qp,P)},*ChartRules({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.Ux,P)},*Charts({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.GQ,P)},*TabResults({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.ml,P);return yield ve({type:"save",payload:{TabResultList:ze}}),ze},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:gi({},P)}})},*Results({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.u9,P)},*Prize({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.pU,P);return yield ve({type:"save",payload:{Prizes:ze}}),ze},*Accounts({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.XJ,P);return yield ve({type:"save",payload:{Account:ze}}),ze},*getVerification({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.Ni,P)},*PhoneBind({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.uZ,P)},*EmailBind({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.rk,P)},*Authentication({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.Vy,P)},*Professional({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.tC,P)},*setleader({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.tO,P)},*getShixun({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.qj,P)},*getCourse({payload:P,callback:D},{call:L,put:ve}){return yield L(vi.XR,P)},*competition_teams({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.zz,P);return yield ve({type:"save",payload:{competition_team:ze}}),ze},*all_team_members({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(vi.$P,P);return yield ve({type:"save",payload:{all_team_member:ze}}),ze}},reducers:{save(P,D){return gi(gi({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Jn=e(88834),zn=e(17094),we=Object.defineProperty,it=Object.defineProperties,qe=Object.getOwnPropertyDescriptors,It=Object.getOwnPropertySymbols,lt=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable,pr=(P,D,L)=>D in P?we(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Cr=(P,D)=>{for(var L in D||(D={}))lt.call(D,L)&&pr(P,L,D[L]);if(It)for(var L of It(D))dr.call(D,L)&&pr(P,L,D[L]);return P},zr=(P,D)=>it(P,qe(D)),Nr={namespace:"engineeringEvaluteDetail",state:{classDataSource:{active:null,dataList:[]},actionTabs:{key:"",params:{}},name:"",headerData:{dataSource:{[zn.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${zn.k[0]}`,loading:"engineeringEvaluteDetail/getMajorList",dataList:[]},[zn.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${zn.k[1]}`,loading:"engineeringEvaluteDetail/getYearList",dataList:[]}},active:{}},tabListData:[],echartsData:{barData:{name:"",dataSource:{xData:[],yBarData:[],yLineData:[]}},lineData:{name:"",xData:[],seriesData:[]},scatterData:{}}},effects:{*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Cr({},P)}})},*getMajorList({payload:P},{call:D,put:L,select:ve}){const{userInfo:ze}=yield ve(en=>en.user);if(ze!=null&&ze.school_id){const en=yield D(Jn.BA,ze.school_id);en&&en.data&&(yield L({type:"setMajorOrYearDataSource",payload:{key:zn.k[0],value:en.data.map(Sn=>({label:Sn.name,value:Sn.ec_major_school_id}))}}))}},*getYearList({payload:P},{call:D,put:L}){const ve=yield D(Jn.Nx,P);ve&&ve.data&&(yield L({type:"setMajorOrYearDataSource",payload:{key:zn.k[1],value:ve.data.map(ze=>({label:ze.year,value:ze.ec_year_id}))}}))},*getCourseResultDetail({payload:P},{call:D,put:L}){console.log(P,"payload");const ve=yield D(Jn.p1,P);ve&&ve.ec_course_target&&(yield L({type:"setEchartsData",payload:ve}))},*getCourseResultDetailClass({payload:P},{call:D,put:L}){const ve=yield D(Jn.ff,P);ve&&ve.class_name&&(yield L({type:"save",payload:{classDataSource:{active:null,dataList:[...ve.class_name]}}}))},*setClassActive({payload:P},{call:D,put:L}){yield L({type:"save",payload:{classDataSource:Cr({},P)}})}},reducers:{save(P,D){return Cr(Cr({},P),D.payload)},setMajorOrYearDataSource(P,{payload:D}){return zr(Cr({},P),{headerData:zr(Cr({},P.headerData),{dataSource:zr(Cr({},P.headerData.dataSource),{[D.key]:zr(Cr({},P.headerData.dataSource[D.key]),{dataList:D.value})})})})},setMajorOrYearActive(P,{payload:D}){return zr(Cr({},P),{headerData:zr(Cr({},P.headerData),{active:zr(Cr({},P.headerData.active),{[D.key]:D.value})})})},setEchartsData(P,{payload:D}){let L={name:D.course_name||"",dataSource:{xData:[],yBarData:[],yLineData:[]}},ve={name:D.course_name||"",xData:[],seriesData:[]},ze={};return D.ec_course_target.forEach((en,Sn)=>{en.position=Sn+1,L=zr(Cr({},L),{dataSource:{xData:[...L.dataSource.xData,Sn+1],yBarData:[...L.dataSource.yBarData,en.actual_grade],yLineData:[...L.dataSource.yLineData,en.standard_grade]}});let yi=[],pn={min:[],max:[]},qa=[],Fo=[],ns=[];en.student_data.detail.forEach((Ks,Js)=>{let cu=Ks.score;yi.push(Js+1),pn.max.push(cu>=en.student_data.goal_score?cu:null),pn.min.push(cu>=en.student_data.goal_score?null:cu),qa.push(Ks.name),Fo.push(Ks.student_id),ns.push(Ks.clazz)}),ze[Sn+1]={name:Sn+1,average_score:en.student_data.average_score,goal_score:en.student_data.goal_score,xData:yi,yData:pn,name_data:qa,student_ids:Fo,class_data:ns,goal_scoreData:new Array(en.student_data.detail.length).fill(en.student_data.goal_score),average_scoreData:new Array(en.student_data.detail.length).fill(en.student_data.average_score)}}),D.history.forEach(en=>{ve=zr(Cr({},ve),{xData:[...ve.xData,en.year],seriesData:[...ve.seriesData,en.total_score]})}),zr(Cr({},P),{name:D.course_name||"",tabListData:D.ec_course_target,echartsData:{barData:L,lineData:ve,scatterData:ze}})}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Cn=Object.defineProperty,vr=Object.getOwnPropertySymbols,Fn=Object.prototype.hasOwnProperty,Qn=Object.prototype.propertyIsEnumerable,$e=(P,D,L)=>D in P?Cn(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,ft=(P,D)=>{for(var L in D||(D={}))Fn.call(D,L)&&$e(P,L,D[L]);if(vr)for(var L of vr(D))Qn.call(D,L)&&$e(P,L,D[L]);return P},sr={namespace:"engineering",state:{showMenu:!0,matrixVerify:{key:!1,params:{}},actionTabs:{key:"",params:{}}},effects:{*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:ft({},P)}})},*setShowMenu({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showMenu:P}})},*setMatrixVerify({payload:P},{call:D,put:L}){yield L({type:"save",payload:{matrixVerify:ft({},P)}})}},reducers:{save(P,D){return ft(ft({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},ir=e(11016),Rr=Object.defineProperty,Gr=Object.defineProperties,Wr=Object.getOwnPropertyDescriptors,hn=Object.getOwnPropertySymbols,Ei=Object.prototype.hasOwnProperty,ln=Object.prototype.propertyIsEnumerable,yn=(P,D,L)=>D in P?Rr(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,$r=(P,D)=>{for(var L in D||(D={}))Ei.call(D,L)&&yn(P,L,D[L]);if(hn)for(var L of hn(D))ln.call(D,L)&&yn(P,L,D[L]);return P},kn=(P,D)=>Gr(P,Wr(D)),Ea={namespace:"engineeringNavigtion",state:{actionTabs:{key:"",params:{}},headerData:{title:"\u8BA4\u8BC1\u5BFC\u822A",dataSource:{[zn.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${zn.k[0]}`,loading:"engineeringNavigtion/getMajorList",dataList:[]},[zn.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${zn.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:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:$r({},P)}})},*getMajorList({},{call:P,put:D,select:L}){const{userInfo:ve}=yield L(ze=>ze.user);if(ve!=null&&ve.school_id){const ze=yield P(Jn.BA,ve.school_id);if(ze&&ze.data){const en=ir.U.getItem(ve==null?void 0:ve.login);yield D({type:"setMajorOrYearDataSource",payload:{key:zn.k[0],value:ze.data.map(Sn=>({label:Sn.name,value:Sn.ec_major_school_id})),active:ze.data.length>0?en[0]||ze.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:P},{call:D,put:L,select:ve}){const ze=yield D(Jn.Nx,P.id),{userInfo:en}=yield ve(Sn=>Sn.user);if(ze&&ze.data){const Sn=ir.U.getItem(en==null?void 0:en.login);yield L({type:"setMajorOrYearDataSource",payload:{key:zn.k[1],value:ze.data.map(yi=>({label:yi.year,value:yi.ec_year_id})),active:ze.data.length>0?P.firstEnter?Sn[1]:ze.data[0].ec_year_id:void 0}})}},*getTopPage({},{call:P,put:D,select:L}){const{headerData:ve}=yield L(Sn=>Sn.engineeringNavigtion),{userInfo:ze}=yield L(Sn=>Sn.user);let en={};if(ve.active[zn.k[1]]&&ze.school_id){const Sn=[ve.active[zn.k[0]],ve.active[zn.k[1]]];ir.U.setItem(ze==null?void 0:ze.login,Sn);const yi=yield P(Jn.bA,{ec_year_id:ve.active[zn.k[1]],school_id:ze.school_id});yi&&yi.data&&(en=yi.data),yield D({type:"setTopPage",payload:en})}},*putTopPageName({payload:P,callback:D},{call:L,put:ve}){try{const ze=yield L(Jn.ay,P);D(ze)}catch(ze){let en="";ze&&(en=JSON.stringify(ze),ze.message&&(en=ze.message)),D({message:en,status:999})}}},reducers:{save(P,D){return $r($r({},P),D.payload)},setMajorOrYearDataSource(P,{payload:D}){let L=P.headerData.active;return D.active&&(L=kn($r({},L),{[D.key]:D.active})),kn($r({},P),{headerData:kn($r({},P.headerData),{dataSource:kn($r({},P.headerData.dataSource),{[D.key]:kn($r({},P.headerData.dataSource[D.key]),{dataList:D.value})}),active:L})})},setMajorOrYearActive(P,{payload:D}){return kn($r({},P),{headerData:kn($r({},P.headerData),{active:kn($r({},P.headerData.active),{[D.key]:D.value})})})},setTopPage(P,{payload:D}){return kn($r({},P),{headerData:kn($r({},P.headerData),{name:D.name,tabBarContent:{user_name:D.user_name,user_school:D.user_school,user_type:D.user_type}}),cardListData:kn($r({},P.cardListData),{appraiseData:kn($r({},P.cardListData.appraiseData),{norm:kn($r({},P.cardListData.appraiseData.norm),{result:D.graduaiton_result,listData:P.cardListData.appraiseData.norm.listData.map(L=>kn($r({},L),{value:D[L.key]||0}))}),course:kn($r({},P.cardListData.appraiseData.course),{result:D.course_result,listData:P.cardListData.appraiseData.course.listData.map(L=>kn($r({},L),{value:D[L.key]||0}))})}),teamData:{teach:kn($r({},P.cardListData.teamData.teach),{tabBarContent:`${D.course_teachers?D.course_teachers.length:0}\u4EBA`,listData:D.course_teachers||[]}),work:kn($r({},P.cardListData.teamData.work),{tabBarContent:`${D.work_teachers?D.work_teachers.length:0}\u4EBA`,listData:D.work_teachers||[]})}}),totalListData:P.totalListData.map(L=>kn($r({},L),{value:D[L.key]||0}))})}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Qs=Object.defineProperty,Ba=Object.defineProperties,Ws=Object.getOwnPropertyDescriptors,Ns=Object.getOwnPropertySymbols,ls=Object.prototype.hasOwnProperty,co=Object.prototype.propertyIsEnumerable,Ta=(P,D,L)=>D in P?Qs(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Ds=(P,D)=>{for(var L in D||(D={}))ls.call(D,L)&&Ta(P,L,D[L]);if(Ns)for(var L of Ns(D))co.call(D,L)&&Ta(P,L,D[L]);return P},vs=(P,D)=>Ba(P,Ws(D)),ta={namespace:"engineeringNormDetail",state:{actionTabs:{key:"",params:{}},dataSource:{name:"",goal_value:0,actual_value:0,subitems:[]}},effects:{*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Ds({},P)}})},*getGraduationResultDetail({payload:P},{call:D,put:L}){const ve=yield D(Jn.gq,P);yield L({type:"save",payload:{dataSource:ve}})}},reducers:{save(P,D){return Ds(Ds({},P),D.payload)},setDataSource(P,{payload:D}){let L=D;return vs(Ds({},P),{dataSource:L})}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},to=e(8591),No=Object.defineProperty,Na=Object.defineProperties,Hs=Object.getOwnPropertyDescriptors,di=Object.getOwnPropertySymbols,ro=Object.prototype.hasOwnProperty,Rn=Object.prototype.propertyIsEnumerable,cs=(P,D,L)=>D in P?No(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,ks=(P,D)=>{for(var L in D||(D={}))ro.call(D,L)&&cs(P,L,D[L]);if(di)for(var L of di(D))Rn.call(D,L)&&cs(P,L,D[L]);return P},Rs=(P,D)=>Na(P,Hs(D)),ea=(P,D)=>{var L={};for(var ve in P)ro.call(P,ve)&&D.indexOf(ve)<0&&(L[ve]=P[ve]);if(P!=null&&di)for(var ve of di(P))D.indexOf(ve)<0&&Rn.call(P,ve)&&(L[ve]=P[ve]);return L},Ni={namespace:"engineeringNormList",state:{actionTabs:{key:"",params:{}},headerData:{dataSource:{[zn.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${zn.k[0]}`,loading:"engineeringNormList/getMajorList",dataList:[]},[zn.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${zn.k[1]}`,loading:"engineeringNormList/getYearList",dataList:[]}},active:{}},tabListData:[],expandedRowKeys:[],all_goal_value:""},effects:{*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:ks({},P)}})},*getMajorList({},{call:P,put:D,select:L}){const{userInfo:ve}=yield L(ze=>ze.user);if(ve!=null&&ve.school_id){const ze=yield P(Jn.BA,ve.school_id);if(ze&&ze.data){const en=ir.U.getItem(ve==null?void 0:ve.login);yield D({type:"setMajorOrYearDataSource",payload:{key:zn.k[0],value:ze.data.map(Sn=>({label:Sn.name,value:Sn.ec_major_school_id})),active:ze.data.length>0?en[0]||ze.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:P},{call:D,put:L,select:ve}){const ze=yield D(Jn.Nx,P.id),{userInfo:en}=yield ve(Sn=>Sn.user);if(ze&&ze.data){const Sn=ir.U.getItem(en==null?void 0:en.login);yield L({type:"setMajorOrYearDataSource",payload:{key:zn.k[1],value:ze.data.map(yi=>({label:yi.year,value:yi.ec_year_id})),active:ze.data.length>0?P.firstEnter?Sn[1]:ze.data[0].ec_year_id:void 0}})}},*getGraduationResults({},{call:P,put:D,select:L}){const{headerData:ve}=yield L(qa=>qa.engineeringNormList),{userInfo:ze}=yield L(qa=>qa.user);let en=[],Sn=[],yi="";const pn=ve.active[zn.k[1]];if(pn){const qa=[ve.active[zn.k[0]],ve.active[zn.k[1]]];ir.U.setItem(ze==null?void 0:ze.login,qa);const Fo=yield P(Jn.eM,pn);Fo&&Fo.graduation_requirements&&(yi=Fo.all_goal_value||"",en=Fo.graduation_requirements.map(ns=>{var Ks=ns,{subitems:Js}=Ks,cu=ea(Ks,["subitems"]);return Sn.push(cu.id),Rs(ks({},cu),{children:Js})}))}yield D({type:"save",payload:{tabListData:en,all_goal_value:yi,expandedRowKeys:Sn}})},*exportGraduation({},{call:P,select:D}){const{headerData:L}=yield D(ve=>ve.engineeringNormList);L.active[zn.k[1]]&&(yield P(Jn.OE,L.active[zn.k[1]]))},*compute({payload:P},{call:D,put:L}){const ve=P,{all:ze}=ve,en=ea(ve,["all"]),Sn=yield D(ze?Jn.Qx:Jn.Xl,en);Sn&&Sn.status===0?(to.ZP.success("\u8BA1\u7B97\u5B8C\u6210"),yield L({type:"getGraduationResults"})):to.ZP.error(Sn.message)},*getFormulas({callback:P},{call:D,select:L}){const{headerData:ve}=yield L(ze=>ze.engineeringNormList);if(ve.active[zn.k[1]]){const ze=yield D(Jn.mK,ve.active[zn.k[1]]);P(ze)}},*setFormulas({payload:P,callback:D},{call:L}){const ve=yield L(Jn.y9,P);D(ve)},*putGoalValue({payload:P},{call:D,put:L}){const ve=yield D(Jn.No,P);if(ve&&ve.status===0)to.ZP.success("\u4FDD\u5B58\u6210\u529F"),yield L({type:"save",payload:{actionTabs:{key:"",params:{}}}}),yield L({type:"getGraduationResults"});else{let ze="\u4FDD\u5B58\u5931\u8D25";ve&&ve.message&&(ze=ve.message),to.ZP.error(ze)}}},reducers:{save(P,D){return ks(ks({},P),D.payload)},setMajorOrYearDataSource(P,{payload:D}){let L=P.headerData.active;return D.active&&(L=Rs(ks({},L),{[D.key]:D.active})),Rs(ks({},P),{headerData:Rs(ks({},P.headerData),{dataSource:Rs(ks({},P.headerData.dataSource),{[D.key]:Rs(ks({},P.headerData.dataSource[D.key]),{dataList:D.value})}),active:L})})},setMajorOrYearActive(P,{payload:D}){return Rs(ks({},P),{headerData:Rs(ks({},P.headerData),{active:Rs(ks({},P.headerData.active),{[D.key]:D.value})})})}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Ls=e(53822),xo=Object.defineProperty,jo=Object.getOwnPropertySymbols,Go=Object.prototype.hasOwnProperty,du=Object.prototype.propertyIsEnumerable,hu=(P,D,L)=>D in P?xo(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,go=(P,D)=>{for(var L in D||(D={}))Go.call(D,L)&&hu(P,L,D[L]);if(jo)for(var L of jo(D))du.call(D,L)&&hu(P,L,D[L]);return P},So={namespace:"forumsDetail",state:{forumsDetailData:{}},effects:{*getForumsDetailData({payload:P},{call:D,put:L}){const ve=yield D(Ls.Si,P);return yield L({type:"save",payload:{forumsDetailData:go({},ve)}}),ve},*setForumsDetailData({payload:P},{call:D,put:L}){yield L({type:"save",payload:{forumsDetailData:go({},P)}})}},reducers:{save(P,D){return go(go({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Yo=Object.defineProperty,$o=Object.getOwnPropertySymbols,pi=Object.prototype.hasOwnProperty,_i=Object.prototype.propertyIsEnumerable,es=(P,D,L)=>D in P?Yo(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,ds=(P,D)=>{for(var L in D||(D={}))pi.call(D,L)&&es(P,L,D[L]);if($o)for(var L of $o(D))_i.call(D,L)&&es(P,L,D[L]);return P},Ha={namespace:"forumsList",state:{forumsData:{},listParams:{page:1,order:"updated_at"}},effects:{*getForumsData({payload:P},{call:D,put:L}){const ve=yield D(P.memoType==="shixun_discuss"?Ls.kd:Ls.bc,P);return delete P.memoType,yield L({type:"save",payload:{listParams:P,forumsData:ds({},ve)}}),ve}},reducers:{save(P,D){return ds(ds({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},gs=e(66357),Ko=e(6521),Ss=e(20864),nu=Object.defineProperty,pu=Object.getOwnPropertySymbols,Uu=Object.prototype.hasOwnProperty,rl=Object.prototype.propertyIsEnumerable,nl=(P,D,L)=>D in P?nu(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,fo=(P,D)=>{for(var L in D||(D={}))Uu.call(D,L)&&nl(P,L,D[L]);if(pu)for(var L of pu(D))rl.call(D,L)&&nl(P,L,D[L]);return P},Ao={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:P},{call:D,put:L}){var ve,ze,en;const Sn=yield D(gs.D2,P);Ko.Z.ONLYOFFICE=(ve=Sn==null?void 0:Sn.setting)==null?void 0:ve.office_server_url,Gu(Sn);try{(ze=Sn==null?void 0:Sn.setting)!=null&&ze.user_default_password&&(Sn.setting.user_default_password=(0,Ss._V)(((en=Sn==null?void 0:Sn.setting)==null?void 0:en.user_default_password)||"","userInfo"))}catch(yi){}yield L({type:"save",payload:fo({},Sn)})},*getSystemUpdate({payload:P},{call:D,put:L}){const ve=yield D(gs.n0,P);yield L({type:"save",payload:{updateData:fo({},ve)}})},*setTheme({payload:P},{call:D,put:L}){const ve=yield D(gs.n0,P);yield L({type:"save",payload:{theme:P||"default"}})},*setShareData({payload:P},{call:D,put:L}){yield L({type:"save",payload:{shareData:P}})},*setGlobalLoading({payload:P},{call:D,put:L}){yield L({type:"save",payload:{globalLoading:fo({},P)}})},*delayTipToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showTip:P}})},*headerToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showHeader:P}})},*footerToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showFooter:P}})},*headerFooterToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showHeaderFooter:P}})},*delayTipToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showTip:P}})},*headerFixedToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showHeaderFixed:P}})},*onlyShowBackTopToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{onlyShowBackTop:P}})},*onlyShowBackTopIconToggle({payload:P},{call:D,put:L}){yield L({type:"save",payload:{onlyShowBackTopIcons:P}})},*setOperateModel({payload:P},{call:D,put:L}){yield L({type:"save",payload:{operateModel:P}})},*setOperateModelPath({payload:P},{call:D,put:L}){yield L({type:"save",payload:{operateModelPath:P}})},*setShowQuestionBackTop({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showQuestionBackTop:P}})},*setInfoData({payload:P},{call:D,put:L}){yield L({type:"save",payload:{infoData:fo({},P)}})},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:fo({},P)}})}},reducers:{save(P,D){return fo(fo({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{})}}};const Gu=(P={})=>{var D,L,ve,ze,en;if(window.self!==window.top||!((D=P.setting)!=null&&D.tab_logo_url))return;const Sn=document.createElement("link"),yi=document.getElementById("dynamic-favicon");Sn.id="dynamic-favicon",Sn.rel="shortcut icon",Sn.href=(L=P.setting)!=null&&L.tab_logo_url?`${Ko.Z.IMG_SERVER}/${(ve=P.setting)==null?void 0:ve.tab_logo_url}`:"",yi&&document.head.removeChild(yi),document.head.appendChild(Sn);try{(ze=P.setting)!=null&&ze.main_site||(document.querySelector('meta[name="keywords"]').content=(en=P.setting)==null?void 0:en.name,document.querySelector('meta[name="description"]').remove())}catch(pn){}};var Xs=e(9014),$u=Object.defineProperty,Cu=Object.getOwnPropertySymbols,iu=Object.prototype.hasOwnProperty,mu=Object.prototype.propertyIsEnumerable,Co=(P,D,L)=>D in P?$u(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,au=(P,D)=>{for(var L in D||(D={}))iu.call(D,L)&&Co(P,L,D[L]);if(Cu)for(var L of Cu(D))mu.call(D,L)&&Co(P,L,D[L]);return P},rr={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:P},{call:D,put:L}){return yield D(Xs.Xh,P)},*getGraduationsFinalScore({payload:P},{call:D,put:L}){return yield D(Xs.H3,P)},*getDelGraduationsTasks({payload:P},{call:D,put:L}){return yield D(Xs.km,P)},*getGraduationsTasks({payload:P},{call:D,put:L}){const ve=yield D(Xs.Xw,P);yield L({type:"save",payload:{Tasks:ve}})},*getGraduationsTeachers({payload:P},{call:D,put:L}){var ve;const ze=yield D(Xs.AA,P);return(ve=ze==null?void 0:ze.data)==null||ve.map(en=>(en.key=en.id,en)),yield L({type:"save",payload:{teachers:ze}}),ze},*getGraduationsStudents({payload:P},{call:D,put:L}){var ve;const ze=yield D(Xs.eh,P);(ve=ze==null?void 0:ze.data)==null||ve.map(en=>(en.key=en.id,en)),yield L({type:"save",payload:{students:ze}})},*getGraduationsNotices({payload:P},{call:D,put:L}){const ve=yield D(Xs.Rk,P);yield L({type:"save",payload:{Notices:ve}})},*getGraduationsInfo({payload:P},{call:D,put:L}){const ve=yield D(Xs.F7,P);yield L({type:"save",payload:{graduation:ve.graduation}})},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:au({},P)}})},*setUpdateIndex({payload:P},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})},*getGraduationsDetails({payload:P},{call:D,put:L}){const ve=yield D(Xs.Ou,P);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(P,D){return au(au({},P),D.payload)}}},_r=e(32717),hr=Object.defineProperty,gr=Object.defineProperties,Ar=Object.getOwnPropertyDescriptors,bn=Object.getOwnPropertySymbols,Hn=Object.prototype.hasOwnProperty,Ln=Object.prototype.propertyIsEnumerable,Zn=(P,D,L)=>D in P?hr(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,ai=(P,D)=>{for(var L in D||(D={}))Hn.call(D,L)&&Zn(P,L,D[L]);if(bn)for(var L of bn(D))Ln.call(D,L)&&Zn(P,L,D[L]);return P},ei=(P,D)=>gr(P,Ar(D)),Mr={namespace:"homePage",state:{name:"\u9996\u9875",loading:!0},effects:{*home({payload:P},{call:D,put:L}){const ve=yield D(_r.Tt,{payload:P});yield L({type:"save",payload:ei(ai({},ve),{isloading:!0})})},*query({payload:P},{call:D,put:L}){yield L({type:"save",payload:{name:"linlu"}})},*getHomeNotice({payload:P,callback:D},{call:L,put:ve}){return yield L(_r.LA,P)},*UploadNotice({payload:P,callback:D},{call:L,put:ve}){return yield L(_r.S_,P)}},reducers:{save(P,D){return ai(ai({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Br=Object.defineProperty,Tn=Object.defineProperties,Pn=Object.getOwnPropertyDescriptors,si=Object.getOwnPropertySymbols,Si=Object.prototype.hasOwnProperty,Gn=Object.prototype.propertyIsEnumerable,ra=(P,D,L)=>D in P?Br(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,zi=(P,D)=>{for(var L in D||(D={}))Si.call(D,L)&&ra(P,L,D[L]);if(si)for(var L of si(D))Gn.call(D,L)&&ra(P,L,D[L]);return P},Ai=(P,D)=>Tn(P,Pn(D)),Xn={namespace:"innovation",state:{visibleModalName:"",hideRemindModal:!0,openForkModalPosition:"forkButton",simpleModalProps:{visible:!1}},reducers:{save(P,D){return zi(zi({},P),D.payload)},openModal(P,D){return Ai(zi({},P),{visibleModalName:D.payload})},closeModal(P){return Ai(zi({},P),{visibleModalName:""})},openSimpleModal(P,D){return Ai(zi({},P),{simpleModalProps:zi({visible:!0},D.payload)})},closeSimpleModal(P){return Ai(zi({},P),{simpleModalProps:{visible:!1}})}}},na=e(79769),hs=Object.defineProperty,Gs=Object.getOwnPropertySymbols,on=Object.prototype.hasOwnProperty,To=Object.prototype.propertyIsEnumerable,no=(P,D,L)=>D in P?hs(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,as=(P,D)=>{for(var L in D||(D={}))on.call(D,L)&&no(P,L,D[L]);if(Gs)for(var L of Gs(D))To.call(D,L)&&no(P,L,D[L]);return P},io=(P,D,L)=>new Promise((ve,ze)=>{var en=pn=>{try{yi(L.next(pn))}catch(qa){ze(qa)}},Sn=pn=>{try{yi(L.throw(pn))}catch(qa){ze(qa)}},yi=pn=>pn.done?ve(pn.value):Promise.resolve(pn.value).then(en,Sn);yi((L=L.apply(P,D)).next())});const zo=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects/banner.json",{method:"get",params:as({},P)})}),ss=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects/top_category.json",{method:"get",params:as({},P)})}),ps=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects/hot_recommend_subjects.json",{method:"get",params:as({},P)})}),ja=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects/time_discount_subjects.json",{method:"get",params:as({},P)})}),fs=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects.json",{method:"post",body:as({},P)})}),Ye=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects/all_tags.json",{method:"get",params:as({},P)})}),Ie=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects/user_comments.json",{method:"get",params:as({},P)})}),Nt=P=>io(void 0,null,function*(){return(0,na.ZP)("/api/paid_subjects/info_show.json",{method:"get",params:as({},P)})});var gt=Object.defineProperty,Er=Object.getOwnPropertySymbols,Fr=Object.prototype.hasOwnProperty,Kr=Object.prototype.propertyIsEnumerable,xn=(P,D,L)=>D in P?gt(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,fn=(P,D)=>{for(var L in D||(D={}))Fr.call(D,L)&&xn(P,L,D[L]);if(Er)for(var L of Er(D))Kr.call(D,L)&&xn(P,L,D[L]);return P},ti={namespace:"intraincourse",state:{name:"\u7528\u6237\u767B\u5F55\u6A21\u5757",BannerList:[],Adv:{},TopCategoryList:[],HotList:[],DiscountList:[],SubjectList:{},Tags:[],UserComments:[],InfoShow:{}},effects:{*getBannerList({payload:P},{call:D,put:L}){const{data:{adv:ve,top_banner:ze}}=yield D(zo,P);yield L({type:"save",payload:{BannerList:ze,Adv:ve}})},*getTopCategoryList({payload:P},{call:D,put:L}){const{data:{top_category_list:ve}}=yield D(ss,P);yield L({type:"save",payload:{TopCategoryList:[{id:-1,name:"\u5168\u90E8"},...ve]}})},*getHotList({payload:P},{call:D,put:L}){const{data:{hot_list:ve}}=yield D(ps,P);yield L({type:"save",payload:{HotList:ve}})},*getDiscountList({payload:P},{call:D,put:L}){const{data:{discount_list:ve}}=yield D(ja,P);yield L({type:"save",payload:{DiscountList:ve}})},*getPaidSubjects({payload:P},{call:D,put:L}){const{data:ve}=yield D(fs,P);yield L({type:"save",payload:{SubjectList:ve}})},*getTags({payload:P},{call:D,put:L}){const{data:{list:ve}}=yield D(Ye,P);yield L({type:"save",payload:{Tags:ve}})},*getUserComments({payload:P},{call:D,put:L}){const{data:{list:ve}}=yield D(Ie,P);yield L({type:"save",payload:{UserComments:ve}})},*getInfoShow({payload:P},{call:D,put:L}){const{data:ve}=yield D(Nt,P);yield L({type:"save",payload:{InfoShow:ve}})}},reducers:{save(P,D){return fn(fn({},P),D.payload)}}},mi={namespace:"loadingss",state:{global:!1,effects:{},models:{}}},Ci=e(70464),ma=Object.defineProperty,Zi=Object.getOwnPropertySymbols,ki=Object.prototype.hasOwnProperty,Oa=Object.prototype.propertyIsEnumerable,Ii=(P,D,L)=>D in P?ma(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,hi=(P,D)=>{for(var L in D||(D={}))ki.call(D,L)&&Ii(P,L,D[L]);if(Zi)for(var L of Zi(D))Oa.call(D,L)&&Ii(P,L,D[L]);return P},_o={namespace:"messages",state:{tidingsList:[],privateMessage:[],unreadInfo:[],recentContacts:{},privateMessageDetails:{},userPrivateMessage:{},actionTabs:{key:"",params:{}}},effects:{*getPrivateMessageDetails({payload:P},{call:D,put:L}){const ve=yield D(Ci.Ub,P);return yield L({type:"save",payload:{privateMessageDetails:ve||[]}}),ve},*getTidings({payload:P},{call:D,put:L}){const ve=yield D(Ci.AD,P);yield L({type:"save",payload:{tidingsList:ve||[]}})},*getPrivateMessages({payload:P},{call:D,put:L}){const ve=yield D(Ci.V8,P);return yield L({type:"save",payload:{privateMessage:ve||[]}}),ve},*getUsersForPrivateMessages({payload:P},{call:D,put:L}){const ve=yield D(Ci.QJ,P);return yield L({type:"save",payload:{userPrivateMessage:ve||[]}}),ve},*unreadMessageInfo({payload:P},{call:D,put:L}){const ve=yield D(Ci.Ig,P);yield L({type:"save",payload:{unreadInfo:ve||[]}})},*getRecentContacts({payload:P},{call:D,put:L}){const ve=yield D(Ci.Ko,P);return yield L({type:"save",payload:{recentContacts:ve||[]}}),ve},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:hi({},P)}})}},reducers:{save(P,D){return hi(hi({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},va=e(84997),_s=e(25544),xa=e(29715),ys=Object.defineProperty,bs=Object.defineProperties,La=Object.getOwnPropertyDescriptors,ts=Object.getOwnPropertySymbols,js=Object.prototype.hasOwnProperty,ao=Object.prototype.propertyIsEnumerable,xs=(P,D,L)=>D in P?ys(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,ji=(P,D)=>{for(var L in D||(D={}))js.call(D,L)&&xs(P,L,D[L]);if(ts)for(var L of ts(D))ao.call(D,L)&&xs(P,L,D[L]);return P},ko=(P,D)=>bs(P,La(D));const Ro=(P,D)=>{var L,ve,ze,en,Sn,yi,pn,qa,Fo;if(!P)return;const{exam:ns,single_questions:Ks,multiple_questions:Js,judgement_questions:cu,program_questions:Io,completion_questions:qc,subjective_questions:rc,practical_questions:Lc,combination_questions:Jc,bprogram_questions:qu}=P||{},Ti=[ji({type:"SINGLE",question_type:0,name:((L=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[0].nameType))==null?void 0:L.name)||xa.fw[0].name},Ks),ji({type:"MULTIPLE",question_type:1,name:((ve=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[1].nameType))==null?void 0:ve.name)||xa.fw[1].name},Js),ji({type:"JUDGMENT",question_type:2,name:((ze=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[2].nameType))==null?void 0:ze.name)||xa.fw[2].name},cu),ji({type:"PROGRAM",question_type:6,name:((en=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[6].nameType))==null?void 0:en.name)||xa.fw[6].name},Io),ji({type:"COMPLETION",question_type:3,name:((Sn=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[3].nameType))==null?void 0:Sn.name)||xa.fw[3].name},qc),ji({type:"SUBJECTIVE",question_type:4,name:((yi=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[4].nameType))==null?void 0:yi.name)||xa.fw[4].name},rc),ji({type:"PRACTICAL",question_type:5,name:((pn=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[5].nameType))==null?void 0:pn.name)||xa.fw[5].name},Lc),ji({type:"COMBINATION",question_type:7,name:((qa=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[7].nameType))==null?void 0:qa.name)||xa.fw[7].name},Jc),ji({type:"BPROGRAM",question_type:8,name:((Fo=D==null?void 0:D.find(Aa=>Aa.value==xa.fw[8].nameType))==null?void 0:Fo.name)||xa.fw[8].name},qu)],Al=[];if(P.sort_by_qustion_type)for(const Aa of P.qustion_type_order_name_en)Al.push(Ti.find(ll=>ll.type===Aa));const Vo=(P.sort_by_qustion_type?Al:Ti).filter(Aa=>(Aa==null?void 0:Aa.questions_count)>0).map((Aa,ll)=>{var Cl;return ji(ji({},Aa),{number:(0,_s.EM)(ll+1),questions:(Cl=Aa==null?void 0:Aa.questions)==null?void 0:Cl.map(nc=>ko(ji({},nc),{shixun:nc.examination_bank_shixun_challenges,question_type:Aa.question_type}))})});return{exam:ns,questionList:Vo}};var Us=e(61360),rs=Object.defineProperty,os=Object.getOwnPropertySymbols,vo=Object.prototype.hasOwnProperty,$a=Object.prototype.propertyIsEnumerable,Vt=(P,D,L)=>D in P?rs(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,kt=(P,D)=>{for(var L in D||(D={}))vo.call(D,L)&&Vt(P,L,D[L]);if(os)for(var L of os(D))$a.call(D,L)&&Vt(P,L,D[L]);return P},zs={namespace:"paperlibrary",state:{paperData:void 0,disciplinesData:void 0,teachGroupData:void 0,courseOptions:[],actionTabs:{key:"",params:{}}},effects:{*postExistCourse({payload:P},{call:D,put:L}){return yield D(va.a2,P)},*postCheckExaminationBanks({payload:P},{call:D,put:L}){return yield D(va.q$,P)},*postPaperlibraryCopy({payload:P},{call:D,put:L}){return yield D(va.ID,P)},*getDisciplines({payload:P},{call:D,put:L}){const ve=yield D(va.d1,P);return yield L({type:"save",payload:{disciplinesData:kt({},ve)}}),ve},*getCustomDisciplines({payload:P},{call:D,put:L}){const ve=yield D(va.ar,P);return yield L({type:"save",payload:{disciplinesData:kt({},ve)}}),ve},*getEditDisciplines({payload:P},{call:D,put:L}){const ve=yield D(va.d1,P),ze=ve==null?void 0:ve.disciplines,en=(0,Us.L)(ze);return yield L({type:"save",payload:{courseOptions:en,disciplinesData:kt({},ve)}}),ve},*getTeachGroupData({payload:P},{call:D,put:L}){const ve=yield D(va.Dm,P);return yield L({type:"save",payload:{teachGroupData:kt({},ve)}}),ve},*getPaperData({payload:P},{call:D,put:L}){const ve=yield D(va.iT,P),ze=yield D(va.cV,P),en=Ro(ve,ze.data);return yield L({type:"save",payload:{paperData:en}}),ve},*getPaperlibraryList({payload:P},{call:D,put:L}){return yield D(va.Gd,P)},*setPublic({payload:P},{call:D,put:L}){return yield D(va.DF,P)},*handleDelete({payload:P},{call:D,put:L}){return yield D(va.fn,P)},*getCourseList({payload:P},{call:D,put:L}){return yield D(va.tS,P)},*postBatchSendToCourse({payload:P},{call:D,put:L}){return yield D(va.lc,P)},*sendToClass({payload:P},{call:D,put:L}){return yield D(va.kp,P)},*adjustPosition({payload:P},{call:D,put:L}){return yield D(va.qN,P)},*setScore({payload:P},{call:D,put:L}){return yield D(va.ts,P)},*handleDeleteEditQuestion({payload:P},{call:D,put:L}){return yield D(va.NC,P)},*batchSetScore({payload:P},{call:D,put:L}){return yield D(va.YP,P)},*batchDelete({payload:P},{call:D,put:L}){return yield D(va.Hm,P)},*updatePaper({payload:P},{call:D,put:L}){return yield D(va.jK,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:kt({},P)}})}},reducers:{save(P,D){return kt(kt({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},vn=Object.defineProperty,wn=Object.getOwnPropertySymbols,He=Object.prototype.hasOwnProperty,Zt=Object.prototype.propertyIsEnumerable,xr=(P,D,L)=>D in P?vn(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Or=(P,D)=>{for(var L in D||(D={}))He.call(D,L)&&xr(P,L,D[L]);if(wn)for(var L of wn(D))Zt.call(D,L)&&xr(P,L,D[L]);return P},_n={namespace:"newExercisePaper",state:{loading:!0,exerciseExportHeadData:{},tagDisciplineData:{},editData:{},actionTabs:{removeEventListenerExitScreen:!1}},effects:{*getExerciseExportHeadData({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(va.Dq,P);return yield ve({type:"save",payload:{exerciseExportHeadData:Or({},ze)}}),ze},*editExercise({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(va.Di,P);return yield ve({type:"save",payload:{editData:Or({},ze)}}),ze},*getTagDiscipline({payload:P,callback:D},{call:L,put:ve}){const ze=yield L(We.YY,P);return yield ve({type:"save",payload:{tagDisciplineData:Or({},ze)}}),ze},*editExerciseQuestion({payload:P,callback:D},{call:L,put:ve}){return yield L(va.oF,P)},*addExerciseQuestion({payload:P,callback:D},{call:L,put:ve}){return yield L(va.oF,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Or({},P)}})}},reducers:{save(P,D){return Or(Or({},P),D.payload)},modifyTitle(P,D){const L=(0,Ge.cloneDeep)(P);return L.editData.exercise.exercise_name=D.payload,L}},subscriptions:{setup({dispatch:P,history:D}){}}},li=e(84895),Vi=Object.defineProperty,yo=Object.getOwnPropertySymbols,ha=Object.prototype.hasOwnProperty,us=Object.prototype.propertyIsEnumerable,Va=(P,D,L)=>D in P?Vi(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Qa=(P,D)=>{for(var L in D||(D={}))ha.call(D,L)&&Va(P,L,D[L]);if(yo)for(var L of yo(D))us.call(D,L)&&Va(P,L,D[L]);return P},gu={namespace:"pathsDetail",state:{detail:{},rightData:{},Courses:{},stageData:[],StageChildrenData:{},discusses:{},actionTabs:{key:"",params:{}},isShowSchedule:!1,keywords:"",stage_id:null,visibleType:"All",editKey:-1},effects:{*getDiscusses({payload:P},{call:D,put:L}){const ve=yield D(li.Ax,P);yield L({type:"save",payload:{discusses:Qa({},ve)}})},*getPathsDetail({payload:P},{call:D,put:L}){const ve=yield D(li.lk,P);return yield L({type:"save",payload:{detail:Qa({},ve)}}),ve},*getCourseDetail({payload:P},{call:D,put:L}){const ve=yield D(li.Sp,P);return yield L({type:"save",payload:{detail:Qa({},ve)}}),ve},*getRightData({payload:P},{call:D,put:L}){const ve=yield D(li.AQ,P);yield L({type:"save",payload:{rightData:Qa({},ve)}})},*getCoureses({payload:P},{call:D,put:L}){const ve=yield D(li.ue,P);yield L({type:"save",payload:{Courses:Qa({},ve)}})},*getStageChildrenData({payload:P},{call:D,put:L}){const ve=yield D(li.w4,P);return yield L({type:"save",payload:{StageChildrenData:ve}}),ve},*getStageData({payload:P},{call:D,put:L}){var ve,ze,en;let Sn=null;return P!=null&&P.show_course_section?Sn=yield D(li.yN,P):Sn=yield D(li.p,P),yield L({type:"save",payload:{stageData:((ve=Sn==null?void 0:Sn.data)==null?void 0:ve.stages)||(Sn==null?void 0:Sn.stages)||[],isShowSchedule:((ze=Sn==null?void 0:Sn.data)==null?void 0:ze.is_show_schedule)||(Sn==null?void 0:Sn.is_show_schedule)||!1}}),((en=Sn==null?void 0:Sn.data)==null?void 0:en.stages)||(Sn==null?void 0:Sn.stages)||[]},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Qa({},P)}})}},reducers:{save(P,D){return Qa(Qa({},P),D.payload)}}},_u=Object.defineProperty,Ke=Object.getOwnPropertySymbols,W=Object.prototype.hasOwnProperty,Q=Object.prototype.propertyIsEnumerable,te=(P,D,L)=>D in P?_u(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,he=(P,D)=>{for(var L in D||(D={}))W.call(D,L)&&te(P,L,D[L]);if(Ke)for(var L of Ke(D))Q.call(D,L)&&te(P,L,D[L]);return P},Ve={namespace:"pathsList",state:{name:"",loading:!0,actionTabs:{key:"",params:{}},listParams:{sort:"desc",order:"new",page:1,limit:16,keyword:""}},effects:{*getCourse({payload:P},{call:D,put:L}){const ve=P,ze=yield D(li.tS,P);return yield L({type:"save",payload:he({listParams:ve},ze)}),ze},*getMenus({payload:P},{call:D,put:L}){const ve=yield D(li.fh,P);yield L({type:"save",payload:{menus:ve}})},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:he({},P)}})},*clearListParams({payload:P},{call:D,put:L}){yield L({type:"save",payload:{listParams:{sort:"desc",order:"new",page:1,limit:16,keyword:""}}})}},reducers:{save(P,D){return he(he({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Et=Object.defineProperty,Wt=Object.getOwnPropertySymbols,cr=Object.prototype.hasOwnProperty,Tr=Object.prototype.propertyIsEnumerable,Yr=(P,D,L)=>D in P?Et(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,dn=(P,D)=>{for(var L in D||(D={}))cr.call(D,L)&&Yr(P,L,D[L]);if(Wt)for(var L of Wt(D))Tr.call(D,L)&&Yr(P,L,D[L]);return P},Wn={namespace:"newCourse",state:{actionTabs:{key:"",params:{}}},effects:{*editCourse({payload:P},{call:D,put:L}){return yield D(li.tu,P)},*submitCourse({payload:P},{call:D,put:L}){return yield D(li.pU,P)},*getEditCourseData({payload:P},{call:D,put:L}){return yield D(li.mQ,P)},*getSchoolOption({payload:P},{call:D,put:L}){return yield D(li.GY,P)},*appplySchool({payload:P},{call:D,put:L}){return yield D(li.bz,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:dn({},P)}})}},reducers:{save(P,D){return dn(dn({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},qn=Object.defineProperty,Ri=Object.defineProperties,Fi=Object.getOwnPropertyDescriptors,ia=Object.getOwnPropertySymbols,Sa=Object.prototype.hasOwnProperty,Ts=Object.prototype.propertyIsEnumerable,Ps=(P,D,L)=>D in P?qn(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Ms=(P,D)=>{for(var L in D||(D={}))Sa.call(D,L)&&Ps(P,L,D[L]);if(ia)for(var L of ia(D))Ts.call(D,L)&&Ps(P,L,D[L]);return P},Is=(P,D)=>Ri(P,Fi(D)),so={namespace:"pathsOverview",state:{},effects:{*getSubjectUseInfos({payload:P},{call:D,put:L}){const ve=yield D(li.nq,P);yield L({type:"save",payload:{SubjectUseInfos:ve}})},*getRankList({payload:P},{call:D,put:L}){const ve=yield D(li.Fg,P);yield L({type:"save",payload:{RankList:Is(Ms({},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:P},{call:D,put:L}){const ve=yield D(li.Gz,P);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:P},{call:D,put:L}){const ve=yield D(li.hS,P);yield L({type:"save",payload:{OnlineCount:ve==null?void 0:ve.data}})},*getStatisticsHeader({payload:P},{call:D,put:L}){const ve=yield D(li.Hl,P);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(P,D){return Ms(Ms({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Wi=e(36141),Pr=Object.defineProperty,wo=Object.getOwnPropertySymbols,Zo=Object.prototype.hasOwnProperty,bu=Object.prototype.propertyIsEnumerable,Zs=(P,D,L)=>D in P?Pr(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,qs=(P,D)=>{for(var L in D||(D={}))Zo.call(D,L)&&Zs(P,L,D[L]);if(wo)for(var L of wo(D))bu.call(D,L)&&Zs(P,L,D[L]);return P},Yl={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:P},{call:D,put:L}){const ve=yield D(Wi.ex,P);return yield L({type:"save",payload:{groupfolderList:ve}}),ve},*getDisciplines({payload:P},{call:D,put:L}){const ve=yield D(Wi.d1,P);return yield L({type:"save",payload:{disciplinesData:qs({},ve)}}),ve},*getEditDisciplines({payload:P},{call:D,put:L}){const ve=yield D(Wi.d1,P),ze=ve==null?void 0:ve.disciplines,en=(0,Us.L)(ze);return yield L({type:"save",payload:{courseOptions:en,disciplinesData:qs({},ve)}}),ve},*getBasketList({payload:P},{call:D,put:L}){const ve=yield D(Wi.Qj,P);return yield L({type:"save",payload:{basketData:qs({},ve)}}),ve},*getTeachGroupData({payload:P},{call:D,put:L}){const ve=yield D(Wi.Dm,P);return yield L({type:"save",payload:{teachGroupData:qs({},ve)}}),ve},*getEditData({payload:P},{call:D,put:L}){const ve=yield D(Wi.FG,P);return yield L({type:"save",payload:{editData:qs({},ve)}}),ve},*getEditDataBprogram({payload:P},{call:D,put:L}){const ve=yield D(Wi.Bo,P);return yield L({type:"save",payload:{editData:qs({},ve)}}),ve},*getGroupData({payload:P},{call:D,put:L}){const ve=yield D(Wi.hI,P);return yield L({type:"save",payload:{groupData:qs({},ve)}}),ve},*getItemBanks({payload:P},{call:D,put:L}){const ve=yield D(Wi.Of,P);return yield L({type:"save",payload:{itemBanks:qs({},ve)}}),ve},*setPrivate({payload:P},{call:D,put:L}){return yield D(Wi.Pl,P)},*revokePublish({payload:P},{call:D,put:L}){return yield D(Wi.IJ,P)},*setPublic({payload:P},{call:D,put:L}){return yield D(Wi.DF,P)},*handleDelete({payload:P},{call:D,put:L}){return yield D(Wi.fn,P)},*startExperience({payload:P},{call:D,put:L}){return yield D(Wi.Bd,P)},*cancel({payload:P},{call:D,put:L}){return yield D(Wi.al,P)},*select({payload:P},{call:D,put:L}){return yield D(Wi.Ys,P)},*examUnselectAll({payload:P},{call:D,put:L}){return yield D(Wi.rV,P)},*basketDelete({payload:P},{call:D,put:L}){return yield D(Wi.x5,P)},*unselectAll({payload:P},{call:D,put:L}){return yield D(Wi.HF,P)},*addKnowledge({payload:P},{call:D,put:L}){return yield D(Wi.U6,P)},*editProblemset({payload:P},{call:D,put:L}){return yield D(Wi.Wk,P)},*addProblemset({payload:P},{call:D,put:L}){return yield D(Wi.Mr,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:qs({},P)}})}},reducers:{save(P,D){return qs(qs({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},bl=Object.defineProperty,pl=Object.getOwnPropertySymbols,ml=Object.prototype.hasOwnProperty,$s=Object.prototype.propertyIsEnumerable,Zu=(P,D,L)=>D in P?bl(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Tu=(P,D)=>{for(var L in D||(D={}))ml.call(D,L)&&Zu(P,L,D[L]);if(pl)for(var L of pl(D))$s.call(D,L)&&Zu(P,L,D[L]);return P},Wo={namespace:"problemsetPreview",state:{disciplinesData:void 0,courseOptions:[],paperData:void 0,actionTabs:{key:"",params:{}}},effects:{*getPaperData({payload:P},{call:D,put:L}){const ve=yield D(Wi.iT,P),ze=(0,Us.r)(ve);return yield L({type:"save",payload:{paperData:ze}}),ve},*getEditDisciplines({payload:P},{call:D,put:L}){const ve=yield D(Wi.d1,P),ze=ve==null?void 0:ve.disciplines,en=(0,Us.L)(ze);return yield L({type:"save",payload:{courseOptions:en,disciplinesData:Tu({},ve)}}),ve},*setScore({payload:P},{call:D,put:L}){return yield D(Wi.ts,P)},*handleDelete({payload:P},{call:D,put:L}){return yield D(Wi.Cn,P)},*batchSetScore({payload:P},{call:D,put:L}){return yield D(Wi.YP,P)},*batchDelete({payload:P},{call:D,put:L}){return yield D(Wi.Hm,P)},*adjustPosition({payload:P},{call:D,put:L}){return yield D(Wi.qN,P)},*newPreviewProblemset({payload:P},{call:D,put:L}){return yield D(Wi.et,P)},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Tu({},P)}})}},reducers:{save(P,D){return Tu(Tu({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Dl=e(68515),xu=Object.defineProperty,kl=Object.getOwnPropertySymbols,Po=Object.prototype.hasOwnProperty,Qo=Object.prototype.propertyIsEnumerable,il=(P,D,L)=>D in P?xu(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,vl=(P,D)=>{for(var L in D||(D={}))Po.call(D,L)&&il(P,L,D[L]);if(kl)for(var L of kl(D))Qo.call(D,L)&&il(P,L,D[L]);return P},Rl={namespace:"restful",state:{restful:void 0,restfulDetail:{},actionTabs:{key:"",params:{}}},effects:{*getRestful({payload:P},{call:D,put:L}){const ve=yield D(Dl.Go,P);return yield L({type:"save",payload:{restful:vl({},ve)}}),ve},*getRestfulDetail({payload:P},{call:D,put:L}){const ve=yield D(Dl.H5,P);return yield L({type:"save",payload:{restfulDetail:vl({},(ve==null?void 0:ve.data)||{})}}),(ve==null?void 0:ve.data)||{}},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:vl({},P)}})}},reducers:{save(P,D){return vl(vl({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},ui=e(44093);const fc=(P={})=>{var D,L,ve,ze,en,Sn;return[{name:"\u5185\u5BB9\u5BA1\u6838\u60C5\u51B5",id:"Content",status:(D=P==null?void 0:P.content_info)==null?void 0:D.status,username:(L=P==null?void 0:P.content_info)==null?void 0:L.username,time:(ve=P==null?void 0:P.content_info)==null?void 0:ve.time},{name:"\u6027\u80FD\u5BA1\u6838\u60C5\u51B5",id:"Performance",status:(ze=P==null?void 0:P.perference_info)==null?void 0:ze.status,username:(en=P==null?void 0:P.perference_info)==null?void 0:en.username,time:(Sn=P==null?void 0:P.perference_info)==null?void 0:Sn.time}]};var dc=Object.defineProperty,ho=Object.defineProperties,zc=Object.getOwnPropertyDescriptors,Iu=Object.getOwnPropertySymbols,xl=Object.prototype.hasOwnProperty,al=Object.prototype.propertyIsEnumerable,hc=(P,D,L)=>D in P?dc(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Lo=(P,D)=>{for(var L in D||(D={}))xl.call(D,L)&&hc(P,L,D[L]);if(Iu)for(var L of Iu(D))al.call(D,L)&&hc(P,L,D[L]);return P},pc=(P,D)=>ho(P,zc(D)),Ll={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:P},{call:D,put:L}){const ve=yield D(ui.Po,P);return yield L({type:"save",payload:{detail:Lo({},ve)}}),ve},*getMirrorApplies({payload:P},{call:D,put:L}){const ve=yield D(ui.tX,P);return yield L({type:"save",payload:{mirrorApplies:Lo({},(ve==null?void 0:ve.data)||{})}}),ve},*getRightData({payload:P},{call:D,put:L}){const ve=yield D(ui.AQ,P);yield L({type:"save",payload:{rightData:Lo({},ve)}})},*getChallengesData({payload:P},{call:D,put:L}){const ve=yield D(ui.n5,P);yield L({type:"save",payload:{challenges:Lo({},ve)}})},*saveCopyForExercise({payload:P},{call:D,put:L}){return yield D(ui.FB,P)},*execJupyter({payload:P},{call:D,put:L}){return yield D(ui.BK,P)},*execShixun({payload:P},{call:D,put:L}){const ve=yield D(ui.Ir,P);return(ve==null?void 0:ve.status)===-3&&(0,_s.eF)(),ve},*openChallenge({payload:P},{call:D,put:L}){return yield D(ui.dK,P)},*challengeMoveUp({payload:P},{call:D,put:L}){return yield D(ui.zD,P)},*challengeMoveDown({payload:P},{call:D,put:L}){return yield D(ui.hn,P)},*cancelCollect({payload:P},{call:D,put:L}){return yield D(ui.rs,P)},*collect({payload:P},{call:D,put:L}){return yield D(ui.KM,P)},*searchUserCourses({payload:P},{call:D,put:L}){return yield D(ui._7,P)},*sendToCourse({payload:P},{call:D,put:L}){return yield D(ui.Q,P)},*cancelRelease({payload:P},{call:D,put:L}){return yield D(ui.Ne,P)},*cancelPublic({payload:P},{call:D,put:L}){return yield D(ui.Er,P)},*applyPublic({payload:P},{call:D,put:L}){return yield D(ui.WO,P)},*release({payload:P},{call:D,put:L}){return yield D(ui.Ar,P)},*updateAuditSituation({payload:P},{call:D,put:L}){return yield D(ui.LP,P)},*getCollaboratorsData({payload:P},{call:D,put:L}){return yield D(ui.j8,P)},*addCollaborator({payload:P},{call:D,put:L}){return yield D(ui.OV,P)},*addTeachGroupMember({payload:P},{call:D,put:L}){return yield D(ui.l3,P)},*getChangeManager({payload:P},{call:D,put:L}){return yield D(ui.P2,P)},*changeManager({payload:P},{call:D,put:L}){return yield D(ui.X$,P)},*deleteCollaborators({payload:P},{call:D,put:L}){return yield D(ui.xk,P)},*getRankingList({payload:P},{call:D,put:L}){return yield D(ui.E4,P)},*getMirrorScript({payload:P},{call:D,put:L}){return yield D(ui.Z2,P)},*getScriptContent({payload:P},{call:D,put:L}){return yield D(ui.Bj,P)},*getCustomScript({payload:P},{call:D,put:L}){return yield D(ui.Wi,P)},*updateSettingBasicInfo({payload:P},{call:D,put:L}){return yield D(ui.ZO,P)},*getShixunQuote({payload:P},{call:D,put:L}){return yield D(ui.Gr,P)},*deleteShixun({payload:P},{call:D,put:L}){return yield D(ui.Ps,P)},*permanentClose({payload:P},{call:D,put:L}){return yield D(ui.U9,P)},*getDepartments({payload:P},{call:D,put:L}){return yield D(ui.Ql,P)},*updatePermissionSetting({payload:P},{call:D,put:L}){return yield D(ui.aH,P)},*updateLearnSetting({payload:P},{call:D,put:L}){return yield D(ui.yE,P)},*updateSetting({payload:P},{call:D,put:L}){return yield D(ui.m7,P)},*getSetData({payload:P},{call:D,put:L}){return yield D(ui.U0,P)},*deleteDataSet({payload:P},{call:D,put:L}){return yield D(ui.uo,P)},*deleteGitFile({payload:P},{call:D,put:L}){return yield D(ui.sr,P)},*deleteGitFiles({payload:P},{call:D,put:L}){return yield D(ui.p0,P)},*moveGitFile({payload:P},{call:D,put:L}){return yield D(ui.IT,P)},*moveGitFiles({payload:P},{call:D,put:L}){return yield D(ui.t2,P)},*getRepository({payload:P},{call:D,put:L}){const ve=yield D(ui.Ag,P);return yield L({type:"save",payload:{repository:Lo({},ve)}}),Lo({},ve)},*getRepositorys({payload:P},{call:D,put:L}){const ve=yield D(ui.Wl,P);return yield L({type:"save",payload:{repository:Lo({},ve)}}),Lo({},ve)},*getRepositorys({payload:P},{call:D,put:L}){const ve=yield D(ui.Wl,P);return yield L({type:"save",payload:{repository:Lo({},ve)}}),Lo({},ve)},*getSecretRepository({payload:P},{call:D,put:L}){const ve=yield D(ui.w,P);return yield L({type:"save",payload:{secretRepository:Lo({},ve)}}),ve},*addRepositoryFile({payload:P},{call:D,put:L}){return yield D(ui.v3,P)},*addRepositoryFiles({payload:P},{call:D,put:L}){return yield D(ui.fL,P)},*getRepositoryCommit({payload:P},{call:D,put:L}){return yield D(ui.Je,P)},*getFileContent({payload:P},{call:D,put:L}){const ve=yield D(ui.LK,P);return yield L({type:"save",payload:{fileContent:pc(Lo({},ve),{params:P})}}),ve},*getFileContents({payload:P},{call:D,put:L}){const ve=yield D(ui.nu,P);return yield L({type:"save",payload:{fileContent:pc(Lo({},ve),{params:P})}}),ve},*updateRepositoryFile({payload:P},{call:D,put:L}){return yield D(ui.kF,P)},*updateRepositoryFiles({payload:P},{call:D,put:L}){return yield D(ui.jq,P)},*uploadGitFolder({payload:P},{call:D,put:L}){return yield D(ui.Op,P)},*updateCollaboratorEditable({payload:P},{call:D,put:L}){return yield D(ui.Dz,P)},*getSettingsData({payload:P},{call:D,put:L}){const ve=yield D(ui.DC,P);yield L({type:"save",payload:{setting:Lo({},ve)}})},*getChallengesNew({payload:P},{call:D,put:L}){const ve=yield D(ui.km,P);yield L({type:"save",payload:{challengesNew:Lo({},ve)}})},*getChallengesEdit({payload:P},{call:D,put:L}){const ve=yield D(ui.q0,P);return yield L({type:"save",payload:{challengesEdit:Lo({},ve)}}),ve},*getAuditSituationData({payload:P},{call:D,put:L}){const ve=yield D(ui.GI,P),ze=fc(ve);yield L({type:"save",payload:{auditSituationData:ze}})},*getEditChallengesQuestion({payload:P},{call:D,put:L}){const ve=yield D(ui.UQ,P);return yield L({type:"save",payload:{editChallengesQuestion:ve}}),ve},*getInfoWithJupyterLab({payload:P},{call:D,put:L}){const ve=yield D(ui.mI,P);return yield L({type:"save",payload:{infoWithJupyterLab:ve}}),ve},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Lo({},P)}})}},reducers:{save(P,D){return console.log("reducers:",P,D),Lo(Lo({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},mc=Object.defineProperty,wl=Object.getOwnPropertySymbols,ff=Object.prototype.hasOwnProperty,Ml=Object.prototype.propertyIsEnumerable,wu=(P,D,L)=>D in P?mc(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,El=(P,D)=>{for(var L in D||(D={}))ff.call(D,L)&&wu(P,L,D[L]);if(wl)for(var L of wl(D))Ml.call(D,L)&&wu(P,L,D[L]);return P},Ho={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:P},{call:D,put:L}){const ve=yield D(ui.he,P),ze=El({},P);return yield L({type:"save",payload:El({listParams:ze},ve)}),ve},*getMenus({payload:P},{call:D,put:L}){var ve;const ze=yield D(ui.I_,P);(ve=ze==null?void 0:ze.disciplines)==null||ve.map(en=>(en.sub_repertoires=en.sub_disciplines,en)),yield L({type:"save",payload:{menus:[...(ze==null?void 0:ze.disciplines)||[]]}})},*clearListParams({payload:P},{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(P,D){return El(El({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},ou=Object.defineProperty,Fl=Object.getOwnPropertySymbols,Bl=Object.prototype.hasOwnProperty,Wu=Object.prototype.propertyIsEnumerable,qo=(P,D,L)=>D in P?ou(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Xl=(P,D)=>{for(var L in D||(D={}))Bl.call(D,L)&&qo(P,L,D[L]);if(Fl)for(var L of Fl(D))Wu.call(D,L)&&qo(P,L,D[L]);return P},uu={namespace:"newShixuns",state:{newData:{},actionTabs:{key:"",params:{}},environmentData:{}},effects:{*getNewShixunsData({payload:P},{call:D,put:L}){const ve=yield D(ui.b8,P);return yield L({type:"save",payload:{newData:Xl({},ve)}}),ve},*deleteAttachment({payload:P},{call:D,put:L}){return yield D(ui.OW,P)},*applyShixunMirror({payload:P},{call:D,put:L}){return yield D(ui.EH,P)},*submitShixuns({payload:P},{call:D,put:L}){return yield D(ui.eX,P)},*getShixunsJupyterLab({payload:P},{call:D,put:L}){const ve=yield D(ui.Gu,P);return yield L({type:"save",payload:{newData:Xl({},ve)}}),ve},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Xl({},P)}})},*getEnvironmentData({payload:P},{call:D,put:L}){const ve=yield D(ui.K,P);return console.log(ve,"response"),yield L({type:"save",payload:{environmentData:Xl({},ve.data)}}),ve}},reducers:{save(P,D){return Xl(Xl({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){}}},Ku=Object.defineProperty,vc=Object.getOwnPropertySymbols,Ql=Object.prototype.hasOwnProperty,Pa=Object.prototype.propertyIsEnumerable,Zc=(P,D,L)=>D in P?Ku(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Wc=(P,D)=>{for(var L in D||(D={}))Ql.call(D,L)&&Zc(P,L,D[L]);if(vc)for(var L of vc(D))Pa.call(D,L)&&Zc(P,L,D[L]);return P},Ic={namespace:"shixunsOverview",state:{},effects:{*getShixunUseInfos({payload:P},{call:D,put:L}){const ve=yield D(ui.e,P);yield L({type:"save",payload:{ShixunUseInfos:ve}})},*getRankList({payload:P},{call:D,put:L}){const ve=yield D(ui.Fg,P);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:P},{call:D,put:L}){const ve=yield D(ui.Gz,P);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:P},{call:D,put:L}){const ve=yield D(ui.hS,P);yield L({type:"save",payload:{OnlineCount:ve==null?void 0:ve.data}})},*getStatisticsHeader({payload:P},{call:D,put:L}){const ve=yield D(ui.Hl,P);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(P,D){return Wc(Wc({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},df=(P,D,L)=>new Promise((ve,ze)=>{var en=pn=>{try{yi(L.next(pn))}catch(qa){ze(qa)}},Sn=pn=>{try{yi(L.throw(pn))}catch(qa){ze(qa)}},yi=pn=>pn.done?ve(pn.value):Promise.resolve(pn.value).then(en,Sn);yi((L=L.apply(P,D)).next())});function Hc(P){return df(this,null,function*(){return(0,na.ZP)("/api/shixuns/new.json",{method:"Get",params:P})})}function Ou(P){return df(this,null,function*(){return(0,na.ZP)(`/api/shixuns/${P.id}/required_status.json`,{method:"Get",params:{}})})}var hf=Object.defineProperty,Oc=Object.defineProperties,ql=Object.getOwnPropertyDescriptors,Gc=Object.getOwnPropertySymbols,$c=Object.prototype.hasOwnProperty,Du=Object.prototype.propertyIsEnumerable,sl=(P,D,L)=>D in P?hf(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,ol=(P,D)=>{for(var L in D||(D={}))$c.call(D,L)&&sl(P,L,D[L]);if(Gc)for(var L of Gc(D))Du.call(D,L)&&sl(P,L,D[L]);return P},pf=(P,D)=>Oc(P,ql(D)),Kc={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:P},{call:D,put:L}){yield L({type:"save",payload:ol({},P)})},*getTestData({payload:P},{call:D,put:L}){const ve=yield D(Hc,P);yield L({type:"save",payload:{data:ve}})},*setUpdateIndex({payload:P},{call:D,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})},*getCommonData({payload:P},{call:D,put:L}){const ve=yield D(Ou,P);yield L({type:"save",payload:ol({},ve.data)})},*setSideBarTabs({payload:P},{call:D,put:L}){yield L({type:"sideBar",payload:ol({},P)})}},reducers:{save(P,D){return ol(ol({},P),D.payload)},sideBar(P,D){return pf(ol({},P),{sideBar:ol(ol({},P.sideBar),D.payload)})}},subscriptions:{setup({dispatch:P,history:D}){}}},po=e(89978),vf=Object.defineProperty,gc=Object.getOwnPropertySymbols,gf=Object.prototype.hasOwnProperty,gl=Object.prototype.propertyIsEnumerable,ku=(P,D,L)=>D in P?vf(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,oo=(P,D)=>{for(var L in D||(D={}))gf.call(D,L)&&ku(P,L,D[L]);if(gc)for(var L of gc(D))gl.call(D,L)&&ku(P,L,D[L]);return P},_f={namespace:"userDetail",state:{systemUpdate:void 0,homepageInfo:void 0,homeworkBanksDetail:{},actionTabs:{key:"",params:{}}},effects:{*getHomeworkBanksDetail({payload:P},{call:D,put:L}){const ve=yield D(po.JJ,P);return yield L({type:"save",payload:{homeworkBanksDetail:oo({},ve)}}),ve},*getSystemUpdate({payload:P},{call:D,put:L}){const ve=yield D(po.n0,P);return yield L({type:"save",payload:{systemUpdate:oo({},ve)}}),ve},*getHomepageInfo({payload:P},{call:D,put:L}){const ve=yield D(po.DA,P);return yield L({type:"save",payload:{homepageInfo:oo({},ve)}}),ve},*signed({payload:P},{call:D,put:L}){return yield D(po.qN,P)},*getCourses({payload:P},{call:D,put:L}){return yield D(po.Ho,P)},*getShixuns({payload:P},{call:D,put:L}){return yield D(po.rV,P)},*getPaths({payload:P},{call:D,put:L}){return yield D(po.w3,P)},*getProjects({payload:P},{call:D,put:L}){return yield D(po.mW,P)},*getVideos({payload:P},{call:D,put:L}){return yield D(po.WY,P)},*getReviewVideos({payload:P},{call:D,put:L}){return yield D(po.Qx,P)},*deleteVideo({payload:P},{call:D,put:L}){return yield D(po.FM,P)},*getQuestionBanks({payload:P},{call:D,put:L}){return yield D(po.ai,P)},*topicsSetPublic({payload:P},{call:D,put:L}){return yield D(po.Cx,P)},*topicsDelete({payload:P},{call:D,put:L}){return yield D(po.WS,P)},*topicGetCourseList({payload:P},{call:D,put:L}){return yield D(po.gI,P)},*topicSendToClass({payload:P},{call:D,put:L}){return P.object_type==="videos"?yield D(po.Fn,P):yield D(po.Ef,P)},*logWatchHistory({payload:P},{call:D,put:L}){const ve=yield D(po.lO,P);return ve==null?void 0:ve.log_id},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:oo({},P)}})}},reducers:{save(P,D){return oo(oo({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},Dc=Object.defineProperty,Eu=Object.getOwnPropertySymbols,uo=Object.prototype.hasOwnProperty,bo=Object.prototype.propertyIsEnumerable,Ru=(P,D,L)=>D in P?Dc(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,je=(P,D)=>{for(var L in D||(D={}))uo.call(D,L)&&Ru(P,L,D[L]);if(Eu)for(var L of Eu(D))bo.call(D,L)&&Ru(P,L,D[L]);return P},_c=(P,D)=>{var L={};for(var ve in P)uo.call(P,ve)&&D.indexOf(ve)<0&&(L[ve]=P[ve]);if(P!=null&&Eu)for(var ve of Eu(P))D.indexOf(ve)<0&&bo.call(P,ve)&&(L[ve]=P[ve]);return L},Jl={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:P},{call:D,put:L}){const ve=P,{to:ze}=ve,en=_c(ve,["to"]);if(!(yield D(po.Es,en)).status)try{ze?f.history.replace(ze):location.reload()}catch(yi){}},*showPopLogin({payload:P},{put:D}){yield D({type:"save",payload:{showPopLogin:P.showPopLogin,showClosable:P.showClosable}})},*setBindAccountModal({payload:P},{put:D}){yield D({type:"save",payload:{bindAccountModalVisible:P.bindAccountModalVisible,userInfoForBindAccountModal:P.userInfoForBindAccountModal,loginInfo:P.loginInfo}})},*getUserInfo({payload:P},{call:D,put:L}){const ve=yield D(po.bG,je({},P));try{ve!=null&&ve.phone&&(ve==null?void 0:ve.phone)!=""?ve.phone=(0,Ss._V)((ve==null?void 0:ve.phone)||"","userInfo"):ve!=null&&ve.email&&(ve==null?void 0:ve.email)!=""&&(ve.email=(0,Ss._V)((ve==null?void 0:ve.email)||"","userInfo"))}catch(ze){}return localStorage.userInfo=JSON.stringify(ve),yield L({type:"save",payload:{userInfo:je({},ve)}}),ve},*getNavigationInfo({payload:P},{call:D,put:L}){const ve=yield D(po.x4,je({},P));yield L({type:"save",payload:{navigationInfo:je({},ve)}})},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:je({},P)}})}},reducers:{save(P,D){return je(je({},P),D.payload)}}},lu=e(51257),Vu=Object.defineProperty,yc=Object.defineProperties,bc=Object.getOwnPropertyDescriptors,Yu=Object.getOwnPropertySymbols,_l=Object.prototype.hasOwnProperty,Mu=Object.prototype.propertyIsEnumerable,Vc=(P,D,L)=>D in P?Vu(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Fu=(P,D)=>{for(var L in D||(D={}))_l.call(D,L)&&Vc(P,L,D[L]);if(Yu)for(var L of Yu(D))Mu.call(D,L)&&Vc(P,L,D[L]);return P},xc=(P,D)=>yc(P,bc(D));const ul=()=>{var P,D,L,ve,ze,en,Sn;let yi=window.location.href.split("/");if(!yi.includes("video"))return;let pn=(P=yi[yi.length-1])==null?void 0:P.split("?")[0];pn=Number(pn);const qa=(L=(D=yi[yi.length-1])==null?void 0:D.split("?")[1])==null?void 0:L.split("=")[1];return((ze=(ve=yi[yi.length-1])==null?void 0:ve.split("?")[1])==null?void 0:ze.split("=")[0])==="subject_id"?{videoId:pn,subject_id:qa}:((Sn=(en=yi[yi.length-1])==null?void 0:en.split("?")[1])==null?void 0:Sn.split("=")[0])==="new_video_id"?{videoId:pn,new_video_id:qa}:{videoId:pn,course_id:qa}};var kf={namespace:"videoDetail",state:{detail:{},actionTabs:{key:"",params:{}},videoTabs:{key:"",params:{}},stages:[],cust_seq:0,queryParams:ul(),videoList:[],attachmentList:[],selectParams:{checkBoxValue:!1,radioValue:1},active:{}},effects:{*getVideoDetail({payload:P,callback:D},{call:L,put:ve}){const ze=yield L($n.O2,P);return D?D(ze):yield ve({type:"save",payload:{detail:Fu({},ze)}}),ze},*setVideoValue({payload:P},{call:D,put:L}){yield L({type:"save",payload:{detail:Fu({},P)}})},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:Fu({},P)}})},*setVideoTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{videoTabs:Fu({},P)}})},*setSelectValue({payload:P},{call:D,put:L}){yield L({type:"save",payload:{selectParams:Fu({},P)}})},*getStageData({payload:P},{call:D,put:L,select:ve}){const ze=yield D($n.yN,P),en=yield D(li.lk,{id:P.subject_id}),{queryParams:Sn}=yield ve(Ks=>Ks.videoDetail),{stages:yi=[]}=ze,pn=[];let qa=[],Fo={};const ns=Ks=>{Ks.forEach(Js=>{String(Js.id)===String(Sn.videoId)&&(Fo=Js),Js.item_type==="VideoItem"?pn.push(Js):Js.item_type==="Attachment"&&qa.push(Js),Js.children&&Js.children.length&&ns(Js.children)})};yi==null||yi.forEach(Ks=>{ns(Ks.items)}),window.filterVideoSign=[...pn],yield L({type:"save",payload:{stages:yi,active:Fo,cust_seq:en.cust_seq,videoList:pn,attachmentList:qa}})},*getVideoData({payload:P},{call:D,put:L,select:ve}){const ze=yield D($n.fn,P),{categories:en=[],coruse_videos:Sn=[]}=ze;yield L({type:"save",payload:{stages:(en==null?void 0:en.length)>0?en:[{coruse_videos:Sn,name:"\u672A\u5206\u914D\u76EE\u5F55"}]}})},*getCourseStageData({payload:P},{call:D,put:L,select:ve}){const ze=yield D(lu.R7,P),{queryParams:en}=yield ve(ns=>ns.videoDetail),{stages:Sn}=ze;let yi=[],pn=[],qa={};const Fo=ns=>{ns.forEach(Ks=>{String(Ks.id)===String(en.videoId)&&(qa=Ks),Ks.item_type==="VideoItem"?yi.push(Ks):Ks.item_type==="Attachment"&&pn.push(Ks),Ks.children&&Ks.children.length&&Fo(Ks.children)})};Sn==null||Sn.forEach(ns=>{Fo(ns.items)}),window.filterVideoSign=[...yi],yield L({type:"save",payload:{active:qa,stages:Sn,cust_seq:!0,videoList:yi,attachmentList:pn}})}},reducers:{save(P,D){return Fu(Fu({},P),D.payload)},handleListItemClick(P,D){const{videoList:L,attachmentList:ve}=P,ze=D.payload.videoId||D.payload.attachmentId,en=[...L,...ve].find(Sn=>`${Sn.id}`==`${ze}`);return xc(Fu({},P),{active:en,queryParams:Fu(Fu({},ul()),D.payload)})}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}},yu=e(81610),Ul=Object.defineProperty,Sl=Object.getOwnPropertySymbols,Yc=Object.prototype.hasOwnProperty,wc=Object.prototype.propertyIsEnumerable,ec=(P,D,L)=>D in P?Ul(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,zl=(P,D)=>{for(var L in D||(D={}))Yc.call(D,L)&&ec(P,L,D[L]);if(Sl)for(var L of Sl(D))wc.call(D,L)&&ec(P,L,D[L]);return P},yf={namespace:"virtualSpaces",state:{showMenu:!0,loading:!0,actionTabs:{key:"",params:{},module_id:""},virtualSpacesDetails:{},menus:[],LessonsList:{},LessonDetail:{},LessonResList:{},DiscussionList:{},DiscussionDetail:{},Workplace:{BaseData:{}}},effects:{*getBaseStatisticData({payload:P},{call:D,put:L}){const ve=yield D(yu.y2,P);return yield L({type:"save",payload:{Workplace:{BaseData:ve.data}}}),ve},*putEditDiscussion({payload:P},{call:D,put:L}){return yield D(yu.CH,P)},*getDiscussionDetail({payload:P},{call:D,put:L}){const ve=yield D(yu.XQ,P);return yield L({type:"save",payload:{DiscussionDetail:ve}}),ve},*postDiscussionList({payload:P},{call:D,put:L}){return yield D(yu.Ll,P)},*getDiscussionList({payload:P},{call:D,put:L}){const ve=yield D(yu.EA,P);return yield L({type:"save",payload:{DiscussionList:ve}}),ve},*postAddLessonRes({payload:P},{call:D,put:L}){return yield D(yu.cZ,P)},*getLessonResourcesList({payload:P},{call:D,put:L}){const ve=yield D(yu.b,P);return yield L({type:"save",payload:{LessonResList:ve}}),ve},*putGoodLessonsDetail({payload:P},{call:D,put:L}){return yield D(yu.To,P)},*getGoodLessonsDetail({payload:P},{call:D,put:L}){const ve=yield D(yu.FU,P);return yield L({type:"save",payload:{LessonDetail:ve}}),ve},*postGoodLessonsList({payload:P},{call:D,put:L}){return yield D(yu.Vf,P)},*getGoodLessonsList({payload:P},{call:D,put:L}){const ve=yield D(yu.G_,P);return yield L({type:"save",payload:{LessonsList:ve}}),ve},*setActionTabs({payload:P},{call:D,put:L}){yield L({type:"save",payload:{actionTabs:zl({},P)}})},*setShowMenu({payload:P},{call:D,put:L}){yield L({type:"save",payload:{showMenu:P}})},*getVirtualSpacesDetails({payload:P},{call:D,put:L}){const ve=yield D(yu.sT,P);yield L({type:"save",payload:{virtualSpacesDetails:zl({},ve)}})},*setVirtualSpacesLoading({payload:P},{call:D,put:L}){yield L({type:"save",payload:{loading:P}})},*getVirtualSpacesMenus({payload:P},{call:D,put:L}){const ve=yield D(yu.Sl,P);return yield L({type:"save",payload:{menus:ve}}),ve}},reducers:{save(P,D){return zl(zl({},P),D.payload)}},subscriptions:{setup({dispatch:P,history:D}){return D.listen(({pathname:L})=>{L==="/"&&P({type:"query"})})}}};const tc={model_1:{namespace:"account.index",model:b},model_2:{namespace:"classrooms.announcement",model:K},model_3:{namespace:"classrooms.attachment",model:se},model_4:{namespace:"classrooms.boards",model:Pe},model_5:{namespace:"classrooms.exercise",model:Ne},model_6:{namespace:"classrooms.graduation",model:Oe},model_7:{namespace:"classrooms.homeworks",model:Qt},model_8:{namespace:"classrooms.index",model:Ae},model_9:{namespace:"classrooms.new",model:dt},model_10:{namespace:"classrooms.overview",model:er},model_11:{namespace:"classrooms.polls",model:yr},model_12:{namespace:"classrooms.teacher",model:Bi},model_13:{namespace:"classrooms.video",model:Ji},model_14:{namespace:"competitions.index",model:Yi},model_15:{namespace:"engineering.evaluateDetail",model:Nr},model_16:{namespace:"engineering.evaluateList",model:zn.Z},model_17:{namespace:"engineering.index",model:sr},model_18:{namespace:"engineering.navigation",model:Ea},model_19:{namespace:"engineering.normDetail",model:ta},model_20:{namespace:"engineering.normList",model:Ni},model_21:{namespace:"forums.detail",model:So},model_22:{namespace:"forums.index",model:Ha},model_23:{namespace:"globalSetting",model:Ao},model_24:{namespace:"graduations.index",model:rr},model_25:{namespace:"homePage",model:Mr},model_26:{namespace:"innovation.index",model:Xn},model_27:{namespace:"intraincourse.index",model:ti},model_28:{namespace:"loading",model:mi},model_29:{namespace:"messages.index",model:_o},model_30:{namespace:"paperlibrary.index",model:zs},model_31:{namespace:"paperlibrary.newPaper",model:_n},model_32:{namespace:"paths.detail",model:gu},model_33:{namespace:"paths.index",model:Ve},model_34:{namespace:"paths.new",model:Wn},model_35:{namespace:"paths.overview",model:so},model_36:{namespace:"problemset.index",model:Yl},model_37:{namespace:"problemset.preview",model:Wo},model_38:{namespace:"resetFul.index",model:Rl},model_39:{namespace:"shixuns.detail",model:Ll},model_40:{namespace:"shixuns.index",model:Ho},model_41:{namespace:"shixuns.new",model:uu},model_42:{namespace:"shixuns.overview",model:Ic},model_43:{namespace:"shixuns.practiceSetting",model:Kc},model_44:{namespace:"user.detail",model:_f},model_45:{namespace:"user.index",model:Jl},model_46:{namespace:"video.detail",model:kf},model_47:{namespace:"virtualSpaces.index",model:yf}};var kc=Object.defineProperty,Zl=Object.getOwnPropertySymbols,Lf=Object.prototype.hasOwnProperty,Xc=Object.prototype.propertyIsEnumerable,Qu=(P,D,L)=>D in P?kc(P,D,{enumerable:!0,configurable:!0,writable:!0,value:L}):P[D]=L,Ec=(P,D)=>{for(var L in D||(D={}))Lf.call(D,L)&&Qu(P,L,D[L]);if(Zl)for(var L of Zl(D))Xc.call(D,L)&&Qu(P,L,D[L]);return P};let Sc;function Qc(P){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(ze){return[...ze]},setupApp(ze){ze._history=f.history}}),Sc=L.current,L.current.use(l()()),(ve.plugins||[]).forEach(ze=>{L.current.use(ze)});for(const ze of Object.keys(tc))L.current.model(Ec({namespace:tc[ze].namespace},tc[ze].model));L.current.start()}return c.createElement(r.zt,{store:L.current._store},P.children)}function Rc(){return Sc}},43440:function(d,g,e){"use strict";e.d(g,{PZ:function(){return it},eU:function(){return a},B:function(){return we},Mg:function(){return Nr},lw:function(){return Cr},Kd:function(){return Jr},H8:function(){return It}});var r=e(59301),i=e(94266),l=e.n(i);const c=l()||i;function f($e){return $e.displayName||$e.name||"Component"}const o=r.createContext(null),{Consumer:h,Provider:u}=o,a=u,x=null;function p($e,ft){const{intlPropName:_e="intl",forwardRef:sr=!1,enforceContext:ir=!0}=ft||{},Rr=Gr=>React.createElement(h,null,Wr=>(ir&&invariantIntlContext(Wr),React.createElement($e,Object.assign({},Gr,{[_e]:Wr},{ref:sr?Gr.forwardedRef:null}))));return Rr.displayName=`injectIntl(${f($e)})`,Rr.WrappedComponent=$e,c(sr?React.forwardRef((Gr,Wr)=>React.createElement(Rr,Object.assign({},Gr,{forwardedRef:Wr}))):Rr,$e)}var y;(function($e){$e[$e.literal=0]="literal",$e[$e.argument=1]="argument",$e[$e.number=2]="number",$e[$e.date=3]="date",$e[$e.time=4]="time",$e[$e.select=5]="select",$e[$e.plural=6]="plural",$e[$e.pound=7]="pound"})(y||(y={}));function m($e){return $e.type===y.literal}function b($e){return $e.type===y.argument}function A($e){return $e.type===y.number}function k($e){return $e.type===y.date}function R($e){return $e.type===y.time}function S($e){return $e.type===y.select}function I($e){return $e.type===y.plural}function M($e){return $e.type===y.pound}function B($e){return!!($e&&typeof $e=="object"&&$e.type===0)}function N($e){return!!($e&&typeof $e=="object"&&$e.type===1)}function K($e){return{type:y.literal,value:$e}}function G($e,ft){return{type:y.number,value:$e,style:ft}}var H=function(){var $e=function(ft,_e){return $e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(sr,ir){sr.__proto__=ir}||function(sr,ir){for(var Rr in ir)ir.hasOwnProperty(Rr)&&(sr[Rr]=ir[Rr])},$e(ft,_e)};return function(ft,_e){$e(ft,_e);function sr(){this.constructor=ft}ft.prototype=_e===null?Object.create(_e):(sr.prototype=_e.prototype,new sr)}}(),ae=function(){return ae=Object.assign||function($e){for(var ft,_e=1,sr=arguments.length;_e<sr;_e++){ft=arguments[_e];for(var ir in ft)Object.prototype.hasOwnProperty.call(ft,ir)&&($e[ir]=ft[ir])}return $e},ae.apply(this,arguments)},ie=function($e){H(ft,$e);function ft(_e,sr,ir,Rr){var Gr=$e.call(this)||this;return Gr.message=_e,Gr.expected=sr,Gr.found=ir,Gr.location=Rr,Gr.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(Gr,ft),Gr}return ft.buildMessage=function(_e,sr){function ir(ln){return ln.charCodeAt(0).toString(16).toUpperCase()}function Rr(ln){return ln.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(yn){return"\\x0"+ir(yn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(yn){return"\\x"+ir(yn)})}function Gr(ln){return ln.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(yn){return"\\x0"+ir(yn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(yn){return"\\x"+ir(yn)})}function Wr(ln){switch(ln.type){case"literal":return'"'+Rr(ln.text)+'"';case"class":var yn=ln.parts.map(function($r){return Array.isArray($r)?Gr($r[0])+"-"+Gr($r[1]):Gr($r)});return"["+(ln.inverted?"^":"")+yn+"]";case"any":return"any character";case"end":return"end of input";case"other":return ln.description}}function hn(ln){var yn=ln.map(Wr),$r,kn;if(yn.sort(),yn.length>0){for($r=1,kn=1;$r<yn.length;$r++)yn[$r-1]!==yn[$r]&&(yn[kn]=yn[$r],kn++);yn.length=kn}switch(yn.length){case 1:return yn[0];case 2:return yn[0]+" or "+yn[1];default:return yn.slice(0,-1).join(", ")+", or "+yn[yn.length-1]}}function Ei(ln){return ln?'"'+Rr(ln)+'"':"end of input"}return"Expected "+hn(_e)+" but "+Ei(sr)+" found."},ft}(Error);function ue($e,ft){ft=ft!==void 0?ft:{};var _e={},sr={start:Kr},ir=Kr,Rr=function(He){return He.join("")},Gr=function(He){return ae({type:y.literal,value:He},wn())},Wr="#",hn=ss("#",!1),Ei=function(){return ae({type:y.pound},wn())},ln=Ye("argumentElement"),yn="{",$r=ss("{",!1),kn="}",oi=ss("}",!1),Ea=function(He){return ae({type:y.argument,value:He},wn())},Qs=Ye("numberSkeletonId"),Ba=/^['\/{}]/,Ws=ps(["'","/","{","}"],!1,!1),Ns=ja(),ls=Ye("numberSkeletonTokenOption"),co="/",Ta=ss("/",!1),Ds=function(He){return He},vs=Ye("numberSkeletonToken"),mo=function(He,Zt){return{stem:He,options:Zt}},ta=function(He){return ae({type:0,tokens:He},wn())},to="::",No=ss("::",!1),Na=function(He){return He},Hs=function(){return Ka.push("numberArgStyle"),!0},di=function(He){return Ka.pop(),He.replace(/\s*$/,"")},ro=",",Rn=ss(",",!1),cs="number",ks=ss("number",!1),Rs=function(He,Zt,xr){return ae({type:Zt==="number"?y.number:Zt==="date"?y.date:y.time,style:xr&&xr[2],value:He},wn())},ea="'",Ga=ss("'",!1),Ni=/^[^']/,Ls=ps(["'"],!0,!1),xo=/^[^a-zA-Z'{}]/,jo=ps([["a","z"],["A","Z"],"'","{","}"],!0,!1),Go=/^[a-zA-Z]/,du=ps([["a","z"],["A","Z"]],!1,!1),hu=function(He){return ae({type:1,pattern:He},wn())},go=function(){return Ka.push("dateOrTimeArgStyle"),!0},Uo="date",So=ss("date",!1),Yo="time",$o=ss("time",!1),pi="plural",_i=ss("plural",!1),es="selectordinal",ds=ss("selectordinal",!1),is="offset:",Ha=ss("offset:",!1),gs=function(He,Zt,xr,Or){return ae({type:y.plural,pluralType:Zt==="plural"?"cardinal":"ordinal",value:He,offset:xr?xr[2]:0,options:Or.reduce(function(rn,_n){var li=_n.id,Vi=_n.value,yo=_n.location;return li in rn&&zo('Duplicate option "'+li+'" in plural element: "'+no()+'"',as()),rn[li]={value:Vi,location:yo},rn},{})},wn())},Ko="select",Ss=ss("select",!1),nu=function(He,Zt){return ae({type:y.select,value:He,options:Zt.reduce(function(xr,Or){var rn=Or.id,_n=Or.value,li=Or.location;return rn in xr&&zo('Duplicate option "'+rn+'" in select element: "'+no()+'"',as()),xr[rn]={value:_n,location:li},xr},{})},wn())},pu="=",Uu=ss("=",!1),rl=function(He){return Ka.push("select"),!0},nl=function(He,Zt){return Ka.pop(),ae({id:He,value:Zt},wn())},fo=function(He){return Ka.push("plural"),!0},Do=function(He,Zt){return Ka.pop(),ae({id:He,value:Zt},wn())},Ao=Ye("whitespace"),Gu=/^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Xs=ps([[" ","\r"]," ","\x85","\xA0","\u1680",["\u2000","\u200A"],"\u2028","\u2029","\u202F","\u205F","\u3000"],!1,!1),$u=Ye("syntax pattern"),Cu=/^[!-\/:-@[-\^`{-~\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]/,iu=ps([["!","/"],[":","@"],["[","^"],"`",["{","~"],["\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),mu=Ye("optional whitespace"),Co=Ye("number"),au="-",su=ss("-",!1),rr=function(He,Zt){return Zt?He?-Zt:Zt:0},_r=Ye("apostrophe"),hr=Ye("double apostrophes"),gr="''",Ar=ss("''",!1),bn=function(){return"'"},Hn=function(He,Zt){return He+Zt.replace("''","'")},Ln=function(He){return He!=="{"&&!(vn()&&He==="#")&&!(zs()&&He==="}")},Zn=`
`,ai=ss(`
`,!1),ei=function(He){return He==="{"||He==="}"||vn()&&He==="#"},mr=Ye("argNameOrNumber"),Mr=Ye("argNumber"),Br="0",Tn=ss("0",!1),Pn=function(){return 0},si=/^[1-9]/,Si=ps([["1","9"]],!1,!1),Gn=/^[0-9]/,ra=ps([["0","9"]],!1,!1),zi=function(He){return parseInt(He.join(""),10)},Ai=Ye("argName"),xt=0,Xn=0,na=[{line:1,column:1}],hs=0,Gs=[],on=0,To;if(ft.startRule!==void 0){if(!(ft.startRule in sr))throw new Error(`Can't start parsing from rule "`+ft.startRule+'".');ir=sr[ft.startRule]}function no(){return $e.substring(Xn,xt)}function as(){return Nt(Xn,xt)}function io(He,Zt){throw Zt=Zt!==void 0?Zt:Nt(Xn,xt),Fr([Ye(He)],$e.substring(Xn,xt),Zt)}function zo(He,Zt){throw Zt=Zt!==void 0?Zt:Nt(Xn,xt),Er(He,Zt)}function ss(He,Zt){return{type:"literal",text:He,ignoreCase:Zt}}function ps(He,Zt,xr){return{type:"class",parts:He,inverted:Zt,ignoreCase:xr}}function ja(){return{type:"any"}}function fs(){return{type:"end"}}function Ye(He){return{type:"other",description:He}}function Ie(He){var Zt=na[He],xr;if(Zt)return Zt;for(xr=He-1;!na[xr];)xr--;for(Zt=na[xr],Zt={line:Zt.line,column:Zt.column};xr<He;)$e.charCodeAt(xr)===10?(Zt.line++,Zt.column=1):Zt.column++,xr++;return na[He]=Zt,Zt}function Nt(He,Zt){var xr=Ie(He),Or=Ie(Zt);return{start:{offset:He,line:xr.line,column:xr.column},end:{offset:Zt,line:Or.line,column:Or.column}}}function gt(He){xt<hs||(xt>hs&&(hs=xt,Gs=[]),Gs.push(He))}function Er(He,Zt){return new ie(He,[],"",Zt)}function Fr(He,Zt,xr){return new ie(ie.buildMessage(He,Zt),He,Zt,xr)}function Kr(){var He;return He=xn(),He}function xn(){var He,Zt;for(He=[],Zt=fn();Zt!==_e;)He.push(Zt),Zt=fn();return He}function fn(){var He;return He=ti(),He===_e&&(He=mi(),He===_e&&(He=xa(),He===_e&&(He=ys(),He===_e&&(He=bs(),He===_e&&(He=ni()))))),He}function An(){var He,Zt,xr;if(He=xt,Zt=[],xr=Us(),xr===_e&&(xr=rs(),xr===_e&&(xr=os())),xr!==_e)for(;xr!==_e;)Zt.push(xr),xr=Us(),xr===_e&&(xr=rs(),xr===_e&&(xr=os()));else Zt=_e;return Zt!==_e&&(Xn=He,Zt=Rr(Zt)),He=Zt,He}function ti(){var He,Zt;return He=xt,Zt=An(),Zt!==_e&&(Xn=He,Zt=Gr(Zt)),He=Zt,He}function ni(){var He,Zt;return He=xt,$e.charCodeAt(xt)===35?(Zt=Wr,xt++):(Zt=_e,on===0&&gt(hn)),Zt!==_e&&(Xn=He,Zt=Ei()),He=Zt,He}function mi(){var He,Zt,xr,Or,rn,_n;return on++,He=xt,$e.charCodeAt(xt)===123?(Zt=yn,xt++):(Zt=_e,on===0&&gt($r)),Zt!==_e?(xr=ji(),xr!==_e?(Or=$a(),Or!==_e?(rn=ji(),rn!==_e?($e.charCodeAt(xt)===125?(_n=kn,xt++):(_n=_e,on===0&&gt(oi)),_n!==_e?(Xn=He,Zt=Ea(Or),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e),on--,He===_e&&(Zt=_e,on===0&&gt(ln)),He}function Ci(){var He,Zt,xr,Or,rn;if(on++,He=xt,Zt=[],xr=xt,Or=xt,on++,rn=ao(),rn===_e&&(Ba.test($e.charAt(xt))?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(Ws))),on--,rn===_e?Or=void 0:(xt=Or,Or=_e),Or!==_e?($e.length>xt?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(Ns)),rn!==_e?(Or=[Or,rn],xr=Or):(xt=xr,xr=_e)):(xt=xr,xr=_e),xr!==_e)for(;xr!==_e;)Zt.push(xr),xr=xt,Or=xt,on++,rn=ao(),rn===_e&&(Ba.test($e.charAt(xt))?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(Ws))),on--,rn===_e?Or=void 0:(xt=Or,Or=_e),Or!==_e?($e.length>xt?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(Ns)),rn!==_e?(Or=[Or,rn],xr=Or):(xt=xr,xr=_e)):(xt=xr,xr=_e);else Zt=_e;return Zt!==_e?He=$e.substring(He,xt):He=Zt,on--,He===_e&&(Zt=_e,on===0&&gt(Qs)),He}function ma(){var He,Zt,xr;return on++,He=xt,$e.charCodeAt(xt)===47?(Zt=co,xt++):(Zt=_e,on===0&&gt(Ta)),Zt!==_e?(xr=Ci(),xr!==_e?(Xn=He,Zt=Ds(xr),He=Zt):(xt=He,He=_e)):(xt=He,He=_e),on--,He===_e&&(Zt=_e,on===0&&gt(ls)),He}function Zi(){var He,Zt,xr,Or,rn;if(on++,He=xt,Zt=ji(),Zt!==_e)if(xr=Ci(),xr!==_e){for(Or=[],rn=ma();rn!==_e;)Or.push(rn),rn=ma();Or!==_e?(Xn=He,Zt=mo(xr,Or),He=Zt):(xt=He,He=_e)}else xt=He,He=_e;else xt=He,He=_e;return on--,He===_e&&(Zt=_e,on===0&&gt(vs)),He}function ki(){var He,Zt,xr;if(He=xt,Zt=[],xr=Zi(),xr!==_e)for(;xr!==_e;)Zt.push(xr),xr=Zi();else Zt=_e;return Zt!==_e&&(Xn=He,Zt=ta(Zt)),He=Zt,He}function Oa(){var He,Zt,xr;return He=xt,$e.substr(xt,2)===to?(Zt=to,xt+=2):(Zt=_e,on===0&&gt(No)),Zt!==_e?(xr=ki(),xr!==_e?(Xn=He,Zt=Na(xr),He=Zt):(xt=He,He=_e)):(xt=He,He=_e),He===_e&&(He=xt,Xn=xt,Zt=Hs(),Zt?Zt=void 0:Zt=_e,Zt!==_e?(xr=An(),xr!==_e?(Xn=He,Zt=di(xr),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)),He}function Ii(){var He,Zt,xr,Or,rn,_n,li,Vi,yo,ha,us,Va,Qa;return He=xt,$e.charCodeAt(xt)===123?(Zt=yn,xt++):(Zt=_e,on===0&&gt($r)),Zt!==_e?(xr=ji(),xr!==_e?(Or=$a(),Or!==_e?(rn=ji(),rn!==_e?($e.charCodeAt(xt)===44?(_n=ro,xt++):(_n=_e,on===0&&gt(Rn)),_n!==_e?(li=ji(),li!==_e?($e.substr(xt,6)===cs?(Vi=cs,xt+=6):(Vi=_e,on===0&&gt(ks)),Vi!==_e?(yo=ji(),yo!==_e?(ha=xt,$e.charCodeAt(xt)===44?(us=ro,xt++):(us=_e,on===0&&gt(Rn)),us!==_e?(Va=ji(),Va!==_e?(Qa=Oa(),Qa!==_e?(us=[us,Va,Qa],ha=us):(xt=ha,ha=_e)):(xt=ha,ha=_e)):(xt=ha,ha=_e),ha===_e&&(ha=null),ha!==_e?(us=ji(),us!==_e?($e.charCodeAt(xt)===125?(Va=kn,xt++):(Va=_e,on===0&&gt(oi)),Va!==_e?(Xn=He,Zt=Rs(Or,Vi,ha),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e),He}function hi(){var He,Zt,xr,Or;if(He=xt,$e.charCodeAt(xt)===39?(Zt=ea,xt++):(Zt=_e,on===0&&gt(Ga)),Zt!==_e){if(xr=[],Or=Us(),Or===_e&&(Ni.test($e.charAt(xt))?(Or=$e.charAt(xt),xt++):(Or=_e,on===0&&gt(Ls))),Or!==_e)for(;Or!==_e;)xr.push(Or),Or=Us(),Or===_e&&(Ni.test($e.charAt(xt))?(Or=$e.charAt(xt),xt++):(Or=_e,on===0&&gt(Ls)));else xr=_e;xr!==_e?($e.charCodeAt(xt)===39?(Or=ea,xt++):(Or=_e,on===0&&gt(Ga)),Or!==_e?(Zt=[Zt,xr,Or],He=Zt):(xt=He,He=_e)):(xt=He,He=_e)}else xt=He,He=_e;if(He===_e)if(He=[],Zt=Us(),Zt===_e&&(xo.test($e.charAt(xt))?(Zt=$e.charAt(xt),xt++):(Zt=_e,on===0&&gt(jo))),Zt!==_e)for(;Zt!==_e;)He.push(Zt),Zt=Us(),Zt===_e&&(xo.test($e.charAt(xt))?(Zt=$e.charAt(xt),xt++):(Zt=_e,on===0&&gt(jo)));else He=_e;return He}function ba(){var He,Zt;if(He=[],Go.test($e.charAt(xt))?(Zt=$e.charAt(xt),xt++):(Zt=_e,on===0&&gt(du)),Zt!==_e)for(;Zt!==_e;)He.push(Zt),Go.test($e.charAt(xt))?(Zt=$e.charAt(xt),xt++):(Zt=_e,on===0&&gt(du));else He=_e;return He}function _o(){var He,Zt,xr,Or;if(He=xt,Zt=xt,xr=[],Or=hi(),Or===_e&&(Or=ba()),Or!==_e)for(;Or!==_e;)xr.push(Or),Or=hi(),Or===_e&&(Or=ba());else xr=_e;return xr!==_e?Zt=$e.substring(Zt,xt):Zt=xr,Zt!==_e&&(Xn=He,Zt=hu(Zt)),He=Zt,He}function va(){var He,Zt,xr;return He=xt,$e.substr(xt,2)===to?(Zt=to,xt+=2):(Zt=_e,on===0&&gt(No)),Zt!==_e?(xr=_o(),xr!==_e?(Xn=He,Zt=Na(xr),He=Zt):(xt=He,He=_e)):(xt=He,He=_e),He===_e&&(He=xt,Xn=xt,Zt=go(),Zt?Zt=void 0:Zt=_e,Zt!==_e?(xr=An(),xr!==_e?(Xn=He,Zt=di(xr),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)),He}function _s(){var He,Zt,xr,Or,rn,_n,li,Vi,yo,ha,us,Va,Qa;return He=xt,$e.charCodeAt(xt)===123?(Zt=yn,xt++):(Zt=_e,on===0&&gt($r)),Zt!==_e?(xr=ji(),xr!==_e?(Or=$a(),Or!==_e?(rn=ji(),rn!==_e?($e.charCodeAt(xt)===44?(_n=ro,xt++):(_n=_e,on===0&&gt(Rn)),_n!==_e?(li=ji(),li!==_e?($e.substr(xt,4)===Uo?(Vi=Uo,xt+=4):(Vi=_e,on===0&&gt(So)),Vi===_e&&($e.substr(xt,4)===Yo?(Vi=Yo,xt+=4):(Vi=_e,on===0&&gt($o))),Vi!==_e?(yo=ji(),yo!==_e?(ha=xt,$e.charCodeAt(xt)===44?(us=ro,xt++):(us=_e,on===0&&gt(Rn)),us!==_e?(Va=ji(),Va!==_e?(Qa=va(),Qa!==_e?(us=[us,Va,Qa],ha=us):(xt=ha,ha=_e)):(xt=ha,ha=_e)):(xt=ha,ha=_e),ha===_e&&(ha=null),ha!==_e?(us=ji(),us!==_e?($e.charCodeAt(xt)===125?(Va=kn,xt++):(Va=_e,on===0&&gt(oi)),Va!==_e?(Xn=He,Zt=Rs(Or,Vi,ha),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e),He}function xa(){var He;return He=Ii(),He===_e&&(He=_s()),He}function ys(){var He,Zt,xr,Or,rn,_n,li,Vi,yo,ha,us,Va,Qa,vu,gu,_u;if(He=xt,$e.charCodeAt(xt)===123?(Zt=yn,xt++):(Zt=_e,on===0&&gt($r)),Zt!==_e)if(xr=ji(),xr!==_e)if(Or=$a(),Or!==_e)if(rn=ji(),rn!==_e)if($e.charCodeAt(xt)===44?(_n=ro,xt++):(_n=_e,on===0&&gt(Rn)),_n!==_e)if(li=ji(),li!==_e)if($e.substr(xt,6)===pi?(Vi=pi,xt+=6):(Vi=_e,on===0&&gt(_i)),Vi===_e&&($e.substr(xt,13)===es?(Vi=es,xt+=13):(Vi=_e,on===0&&gt(ds))),Vi!==_e)if(yo=ji(),yo!==_e)if($e.charCodeAt(xt)===44?(ha=ro,xt++):(ha=_e,on===0&&gt(Rn)),ha!==_e)if(us=ji(),us!==_e)if(Va=xt,$e.substr(xt,7)===is?(Qa=is,xt+=7):(Qa=_e,on===0&&gt(Ha)),Qa!==_e?(vu=ji(),vu!==_e?(gu=ko(),gu!==_e?(Qa=[Qa,vu,gu],Va=Qa):(xt=Va,Va=_e)):(xt=Va,Va=_e)):(xt=Va,Va=_e),Va===_e&&(Va=null),Va!==_e)if(Qa=ji(),Qa!==_e){if(vu=[],gu=js(),gu!==_e)for(;gu!==_e;)vu.push(gu),gu=js();else vu=_e;vu!==_e?(gu=ji(),gu!==_e?($e.charCodeAt(xt)===125?(_u=kn,xt++):(_u=_e,on===0&&gt(oi)),_u!==_e?(Xn=He,Zt=gs(Or,Vi,Va,vu),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)}else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;return He}function bs(){var He,Zt,xr,Or,rn,_n,li,Vi,yo,ha,us,Va,Qa,vu;if(He=xt,$e.charCodeAt(xt)===123?(Zt=yn,xt++):(Zt=_e,on===0&&gt($r)),Zt!==_e)if(xr=ji(),xr!==_e)if(Or=$a(),Or!==_e)if(rn=ji(),rn!==_e)if($e.charCodeAt(xt)===44?(_n=ro,xt++):(_n=_e,on===0&&gt(Rn)),_n!==_e)if(li=ji(),li!==_e)if($e.substr(xt,6)===Ko?(Vi=Ko,xt+=6):(Vi=_e,on===0&&gt(Ss)),Vi!==_e)if(yo=ji(),yo!==_e)if($e.charCodeAt(xt)===44?(ha=ro,xt++):(ha=_e,on===0&&gt(Rn)),ha!==_e)if(us=ji(),us!==_e){if(Va=[],Qa=ts(),Qa!==_e)for(;Qa!==_e;)Va.push(Qa),Qa=ts();else Va=_e;Va!==_e?(Qa=ji(),Qa!==_e?($e.charCodeAt(xt)===125?(vu=kn,xt++):(vu=_e,on===0&&gt(oi)),vu!==_e?(Xn=He,Zt=nu(Or,Va),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)}else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;else xt=He,He=_e;return He}function La(){var He,Zt,xr,Or;return He=xt,Zt=xt,$e.charCodeAt(xt)===61?(xr=pu,xt++):(xr=_e,on===0&&gt(Uu)),xr!==_e?(Or=ko(),Or!==_e?(xr=[xr,Or],Zt=xr):(xt=Zt,Zt=_e)):(xt=Zt,Zt=_e),Zt!==_e?He=$e.substring(He,xt):He=Zt,He===_e&&(He=kt()),He}function ts(){var He,Zt,xr,Or,rn,_n,li,Vi;return He=xt,Zt=ji(),Zt!==_e?(xr=kt(),xr!==_e?(Or=ji(),Or!==_e?($e.charCodeAt(xt)===123?(rn=yn,xt++):(rn=_e,on===0&&gt($r)),rn!==_e?(Xn=xt,_n=rl(xr),_n?_n=void 0:_n=_e,_n!==_e?(li=xn(),li!==_e?($e.charCodeAt(xt)===125?(Vi=kn,xt++):(Vi=_e,on===0&&gt(oi)),Vi!==_e?(Xn=He,Zt=nl(xr,li),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e),He}function js(){var He,Zt,xr,Or,rn,_n,li,Vi;return He=xt,Zt=ji(),Zt!==_e?(xr=La(),xr!==_e?(Or=ji(),Or!==_e?($e.charCodeAt(xt)===123?(rn=yn,xt++):(rn=_e,on===0&&gt($r)),rn!==_e?(Xn=xt,_n=fo(xr),_n?_n=void 0:_n=_e,_n!==_e?(li=xn(),li!==_e?($e.charCodeAt(xt)===125?(Vi=kn,xt++):(Vi=_e,on===0&&gt(oi)),Vi!==_e?(Xn=He,Zt=Do(xr,li),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e)):(xt=He,He=_e),He}function ao(){var He,Zt;return on++,Gu.test($e.charAt(xt))?(He=$e.charAt(xt),xt++):(He=_e,on===0&&gt(Xs)),on--,He===_e&&(Zt=_e,on===0&&gt(Ao)),He}function xs(){var He,Zt;return on++,Cu.test($e.charAt(xt))?(He=$e.charAt(xt),xt++):(He=_e,on===0&&gt(iu)),on--,He===_e&&(Zt=_e,on===0&&gt($u)),He}function ji(){var He,Zt,xr;for(on++,He=xt,Zt=[],xr=ao();xr!==_e;)Zt.push(xr),xr=ao();return Zt!==_e?He=$e.substring(He,xt):He=Zt,on--,He===_e&&(Zt=_e,on===0&&gt(mu)),He}function ko(){var He,Zt,xr;return on++,He=xt,$e.charCodeAt(xt)===45?(Zt=au,xt++):(Zt=_e,on===0&&gt(su)),Zt===_e&&(Zt=null),Zt!==_e?(xr=Vt(),xr!==_e?(Xn=He,Zt=rr(Zt,xr),He=Zt):(xt=He,He=_e)):(xt=He,He=_e),on--,He===_e&&(Zt=_e,on===0&&gt(Co)),He}function Ro(){var He,Zt;return on++,$e.charCodeAt(xt)===39?(He=ea,xt++):(He=_e,on===0&&gt(Ga)),on--,He===_e&&(Zt=_e,on===0&&gt(_r)),He}function Us(){var He,Zt;return on++,He=xt,$e.substr(xt,2)===gr?(Zt=gr,xt+=2):(Zt=_e,on===0&&gt(Ar)),Zt!==_e&&(Xn=He,Zt=bn()),He=Zt,on--,He===_e&&(Zt=_e,on===0&&gt(hr)),He}function rs(){var He,Zt,xr,Or,rn,_n;if(He=xt,$e.charCodeAt(xt)===39?(Zt=ea,xt++):(Zt=_e,on===0&&gt(Ga)),Zt!==_e)if(xr=vo(),xr!==_e){for(Or=xt,rn=[],$e.substr(xt,2)===gr?(_n=gr,xt+=2):(_n=_e,on===0&&gt(Ar)),_n===_e&&(Ni.test($e.charAt(xt))?(_n=$e.charAt(xt),xt++):(_n=_e,on===0&&gt(Ls)));_n!==_e;)rn.push(_n),$e.substr(xt,2)===gr?(_n=gr,xt+=2):(_n=_e,on===0&&gt(Ar)),_n===_e&&(Ni.test($e.charAt(xt))?(_n=$e.charAt(xt),xt++):(_n=_e,on===0&&gt(Ls)));rn!==_e?Or=$e.substring(Or,xt):Or=rn,Or!==_e?($e.charCodeAt(xt)===39?(rn=ea,xt++):(rn=_e,on===0&&gt(Ga)),rn===_e&&(rn=null),rn!==_e?(Xn=He,Zt=Hn(xr,Or),He=Zt):(xt=He,He=_e)):(xt=He,He=_e)}else xt=He,He=_e;else xt=He,He=_e;return He}function os(){var He,Zt,xr,Or;return He=xt,Zt=xt,$e.length>xt?(xr=$e.charAt(xt),xt++):(xr=_e,on===0&&gt(Ns)),xr!==_e?(Xn=xt,Or=Ln(xr),Or?Or=void 0:Or=_e,Or!==_e?(xr=[xr,Or],Zt=xr):(xt=Zt,Zt=_e)):(xt=Zt,Zt=_e),Zt===_e&&($e.charCodeAt(xt)===10?(Zt=Zn,xt++):(Zt=_e,on===0&&gt(ai))),Zt!==_e?He=$e.substring(He,xt):He=Zt,He}function vo(){var He,Zt,xr,Or;return He=xt,Zt=xt,$e.length>xt?(xr=$e.charAt(xt),xt++):(xr=_e,on===0&&gt(Ns)),xr!==_e?(Xn=xt,Or=ei(xr),Or?Or=void 0:Or=_e,Or!==_e?(xr=[xr,Or],Zt=xr):(xt=Zt,Zt=_e)):(xt=Zt,Zt=_e),Zt!==_e?He=$e.substring(He,xt):He=Zt,He}function $a(){var He,Zt;return on++,He=xt,Zt=Vt(),Zt===_e&&(Zt=kt()),Zt!==_e?He=$e.substring(He,xt):He=Zt,on--,He===_e&&(Zt=_e,on===0&&gt(mr)),He}function Vt(){var He,Zt,xr,Or,rn;if(on++,He=xt,$e.charCodeAt(xt)===48?(Zt=Br,xt++):(Zt=_e,on===0&&gt(Tn)),Zt!==_e&&(Xn=He,Zt=Pn()),He=Zt,He===_e){if(He=xt,Zt=xt,si.test($e.charAt(xt))?(xr=$e.charAt(xt),xt++):(xr=_e,on===0&&gt(Si)),xr!==_e){for(Or=[],Gn.test($e.charAt(xt))?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(ra));rn!==_e;)Or.push(rn),Gn.test($e.charAt(xt))?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(ra));Or!==_e?(xr=[xr,Or],Zt=xr):(xt=Zt,Zt=_e)}else xt=Zt,Zt=_e;Zt!==_e&&(Xn=He,Zt=zi(Zt)),He=Zt}return on--,He===_e&&(Zt=_e,on===0&&gt(Mr)),He}function kt(){var He,Zt,xr,Or,rn;if(on++,He=xt,Zt=[],xr=xt,Or=xt,on++,rn=ao(),rn===_e&&(rn=xs()),on--,rn===_e?Or=void 0:(xt=Or,Or=_e),Or!==_e?($e.length>xt?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(Ns)),rn!==_e?(Or=[Or,rn],xr=Or):(xt=xr,xr=_e)):(xt=xr,xr=_e),xr!==_e)for(;xr!==_e;)Zt.push(xr),xr=xt,Or=xt,on++,rn=ao(),rn===_e&&(rn=xs()),on--,rn===_e?Or=void 0:(xt=Or,Or=_e),Or!==_e?($e.length>xt?(rn=$e.charAt(xt),xt++):(rn=_e,on===0&&gt(Ns)),rn!==_e?(Or=[Or,rn],xr=Or):(xt=xr,xr=_e)):(xt=xr,xr=_e);else Zt=_e;return Zt!==_e?He=$e.substring(He,xt):He=Zt,on--,He===_e&&(Zt=_e,on===0&&gt(Ai)),He}var Ka=["root"];function zs(){return Ka.length>1}function vn(){return Ka[Ka.length-1]==="plural"}function wn(){return ft&&ft.captureLocation?{location:as()}:{}}if(To=ir(),To!==_e&&xt===$e.length)return To;throw To!==_e&&xt<$e.length&&gt(fs()),Fr(Gs,hs<$e.length?$e.charAt(hs):null,hs<$e.length?Nt(hs,hs+1):Nt(hs,hs))}var X=ue,Y=function(){for(var $e=0,ft=0,_e=arguments.length;ft<_e;ft++)$e+=arguments[ft].length;for(var sr=Array($e),ir=0,ft=0;ft<_e;ft++)for(var Rr=arguments[ft],Gr=0,Wr=Rr.length;Gr<Wr;Gr++,ir++)sr[ir]=Rr[Gr];return sr},$=/(^|[^\\])#/g;function se($e){$e.forEach(function(ft){!I(ft)&&!S(ft)||Object.keys(ft.options).forEach(function(_e){for(var sr,ir=ft.options[_e],Rr=-1,Gr=void 0,Wr=0;Wr<ir.value.length;Wr++){var hn=ir.value[Wr];if(m(hn)&&$.test(hn.value)){Rr=Wr,Gr=hn;break}}if(Gr){var Ei=Gr.value.replace($,"$1{"+ft.value+", number}"),ln=X(Ei);(sr=ir.value).splice.apply(sr,Y([Rr,1],ln))}se(ir.value)})})}function ee($e,ft){var _e=X($e,ft);return(!ft||ft.normalizeHashtagInPlural!==!1)&&se(_e),_e}var J=function(){for(var $e=0,ft=0,_e=arguments.length;ft<_e;ft++)$e+=arguments[ft].length;for(var sr=Array($e),ir=0,ft=0;ft<_e;ft++)for(var Rr=arguments[ft],Gr=0,Wr=Rr.length;Gr<Wr;Gr++,ir++)sr[ir]=Rr[Gr];return sr};function le($e){return JSON.stringify($e.map(function(ft){return ft&&typeof ft=="object"?Z(ft):ft}))}function Z($e){return Object.keys($e).sort().map(function(ft){var _e;return _e={},_e[ft]=$e[ft],_e})}var U=function($e,ft){return ft===void 0&&(ft={}),function(){for(var _e,sr=[],ir=0;ir<arguments.length;ir++)sr[ir]=arguments[ir];var Rr=le(sr),Gr=Rr&&ft[Rr];return Gr||(Gr=new((_e=$e).bind.apply(_e,J([void 0],sr))),Rr&&(ft[Rr]=Gr)),Gr}},ne=U,me=function(){return me=Object.assign||function($e){for(var ft,_e=1,sr=arguments.length;_e<sr;_e++){ft=arguments[_e];for(var ir in ft)Object.prototype.hasOwnProperty.call(ft,ir)&&($e[ir]=ft[ir])}return $e},me.apply(this,arguments)},Ee=/(?:[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 Pe($e){var ft={};return $e.replace(Ee,function(_e){var sr=_e.length;switch(_e[0]){case"G":ft.era=sr===4?"long":sr===5?"narrow":"short";break;case"y":ft.year=sr===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":ft.month=["numeric","2-digit","short","long","narrow"][sr-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":ft.day=["numeric","2-digit"][sr-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":ft.weekday=sr===4?"short":sr===5?"narrow":"short";break;case"e":if(sr<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");ft.weekday=["short","long","narrow","short"][sr-4];break;case"c":if(sr<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");ft.weekday=["short","long","narrow","short"][sr-4];break;case"a":ft.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":ft.hourCycle="h12",ft.hour=["numeric","2-digit"][sr-1];break;case"H":ft.hourCycle="h23",ft.hour=["numeric","2-digit"][sr-1];break;case"K":ft.hourCycle="h11",ft.hour=["numeric","2-digit"][sr-1];break;case"k":ft.hourCycle="h24",ft.hour=["numeric","2-digit"][sr-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":ft.minute=["numeric","2-digit"][sr-1];break;case"s":ft.second=["numeric","2-digit"][sr-1];break;case"S":case"A":throw new RangeError("`S/A` (second) pattenrs are not supported, use `s` instead");case"z":ft.timeZoneName=sr<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""}),ft}function We($e){return $e.replace(/^(.*?)-/,"")}var Fe=/^\.(?:(0+)(\+|#+)?)?$/g,Lt=/^(@+)?(\+|#+)?$/g;function mt($e){var ft={};return $e.replace(Lt,function(_e,sr,ir){return typeof ir!="string"?(ft.minimumSignificantDigits=sr.length,ft.maximumSignificantDigits=sr.length):ir==="+"?ft.minimumSignificantDigits=sr.length:sr[0]==="#"?ft.maximumSignificantDigits=sr.length:(ft.minimumSignificantDigits=sr.length,ft.maximumSignificantDigits=sr.length+(typeof ir=="string"?ir.length:0)),""}),ft}function wt($e){switch($e){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 Gt($e){var ft={},_e=wt($e);return _e||ft}function Ft($e){for(var ft={},_e=0,sr=$e;_e<sr.length;_e++){var ir=sr[_e];switch(ir.stem){case"percent":ft.style="percent";continue;case"currency":ft.style="currency",ft.currency=ir.options[0];continue;case"group-off":ft.useGrouping=!1;continue;case"precision-integer":ft.maximumFractionDigits=0;continue;case"measure-unit":ft.style="unit",ft.unit=We(ir.options[0]);continue;case"compact-short":ft.notation="compact",ft.compactDisplay="short";continue;case"compact-long":ft.notation="compact",ft.compactDisplay="long";continue;case"scientific":ft=me(me(me({},ft),{notation:"scientific"}),ir.options.reduce(function(Gr,Wr){return me(me({},Gr),Gt(Wr))},{}));continue;case"engineering":ft=me(me(me({},ft),{notation:"engineering"}),ir.options.reduce(function(Gr,Wr){return me(me({},Gr),Gt(Wr))},{}));continue;case"notation-simple":ft.notation="standard";continue;case"unit-width-narrow":ft.currencyDisplay="narrowSymbol",ft.unitDisplay="narrow";continue;case"unit-width-short":ft.currencyDisplay="code",ft.unitDisplay="short";continue;case"unit-width-full-name":ft.currencyDisplay="name",ft.unitDisplay="long";continue;case"unit-width-iso-code":ft.currencyDisplay="symbol";continue}if(Fe.test(ir.stem)){if(ir.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");ir.stem.replace(Fe,function(Gr,Wr,hn){return Gr==="."?ft.maximumFractionDigits=0:hn==="+"?ft.minimumFractionDigits=hn.length:Wr[0]==="#"?ft.maximumFractionDigits=Wr.length:(ft.minimumFractionDigits=Wr.length,ft.maximumFractionDigits=Wr.length+(typeof hn=="string"?hn.length:0)),""}),ir.options.length&&(ft=me(me({},ft),mt(ir.options[0])));continue}if(Lt.test(ir.stem)){ft=me(me({},ft),mt(ir.stem));continue}var Rr=wt(ir.stem);Rr&&(ft=me(me({},ft),Rr))}return ft}var nr=function(){var $e=function(ft,_e){return $e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(sr,ir){sr.__proto__=ir}||function(sr,ir){for(var Rr in ir)ir.hasOwnProperty(Rr)&&(sr[Rr]=ir[Rr])},$e(ft,_e)};return function(ft,_e){$e(ft,_e);function sr(){this.constructor=ft}ft.prototype=_e===null?Object.create(_e):(sr.prototype=_e.prototype,new sr)}}(),Ne=function(){for(var $e=0,ft=0,_e=arguments.length;ft<_e;ft++)$e+=arguments[ft].length;for(var sr=Array($e),ir=0,ft=0;ft<_e;ft++)for(var Rr=arguments[ft],Gr=0,Wr=Rr.length;Gr<Wr;Gr++,ir++)sr[ir]=Rr[Gr];return sr},ht=function($e){nr(ft,$e);function ft(_e,sr){var ir=$e.call(this,_e)||this;return ir.variableId=sr,ir}return ft}(Error);function Rt($e){return $e.length<2?$e:$e.reduce(function(ft,_e){var sr=ft[ft.length-1];return!sr||sr.type!==0||_e.type!==0?ft.push(_e):sr.value+=_e.value,ft},[])}function Je($e,ft,_e,sr,ir,Rr,Gr){if($e.length===1&&m($e[0]))return[{type:0,value:$e[0].value}];for(var Wr=[],hn=0,Ei=$e;hn<Ei.length;hn++){var ln=Ei[hn];if(m(ln)){Wr.push({type:0,value:ln.value});continue}if(M(ln)){typeof Rr=="number"&&Wr.push({type:0,value:_e.getNumberFormat(ft).format(Rr)});continue}var yn=ln.value;if(!(ir&&yn in ir))throw new ht('The intl string context variable "'+yn+'" was not provided to the string "'+Gr+'"');var $r=ir[yn];if(b(ln)){(!$r||typeof $r=="string"||typeof $r=="number")&&($r=typeof $r=="string"||typeof $r=="number"?String($r):""),Wr.push({type:1,value:$r});continue}if(k(ln)){var kn=typeof ln.style=="string"?sr.date[ln.style]:void 0;Wr.push({type:0,value:_e.getDateTimeFormat(ft,kn).format($r)});continue}if(R(ln)){var kn=typeof ln.style=="string"?sr.time[ln.style]:N(ln.style)?Pe(ln.style.pattern):void 0;Wr.push({type:0,value:_e.getDateTimeFormat(ft,kn).format($r)});continue}if(A(ln)){var kn=typeof ln.style=="string"?sr.number[ln.style]:B(ln.style)?Ft(ln.style.tokens):void 0;Wr.push({type:0,value:_e.getNumberFormat(ft,kn).format($r)});continue}if(S(ln)){var oi=ln.options[$r]||ln.options.other;if(!oi)throw new RangeError('Invalid values for "'+ln.value+'": "'+$r+'". Options are "'+Object.keys(ln.options).join('", "')+'"');Wr.push.apply(Wr,Je(oi.value,ft,_e,sr,ir));continue}if(I(ln)){var oi=ln.options["="+$r];if(!oi){if(!Intl.PluralRules)throw new ht(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`);var Ea=_e.getPluralRules(ft,{type:ln.pluralType}).select($r-(ln.offset||0));oi=ln.options[Ea]||ln.options.other}if(!oi)throw new RangeError('Invalid values for "'+ln.value+'": "'+$r+'". Options are "'+Object.keys(ln.options).join('", "')+'"');Wr.push.apply(Wr,Je(oi.value,ft,_e,sr,ir,$r-(ln.offset||0)));continue}}return Rt(Wr)}function ct($e,ft,_e,sr,ir,Rr){var Gr=Je($e,ft,_e,sr,ir,void 0,Rr);return Gr.length===1?Gr[0].value:Gr.reduce(function(Wr,hn){return Wr+=hn.value},"")}var at,Xe="@@",Ze=/@@(\d+_\d+)@@/g,ye=0;function Oe(){return Date.now()+"_"+ ++ye}function Ge($e,ft){return $e.split(Ze).filter(Boolean).map(function(_e){return ft[_e]!=null?ft[_e]:_e}).reduce(function(_e,sr){return _e.length&&typeof sr=="string"&&typeof _e[_e.length-1]=="string"?_e[_e.length-1]+=sr:_e.push(sr),_e},[])}var et=/(<([0-9a-zA-Z-_]*?)>(.*?)<\/([0-9a-zA-Z-_]*?)>)|(<[0-9a-zA-Z-_]*?\/>)/,Qe=Date.now()+"@@",St=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"];function Ct($e,ft,_e){var sr=$e.tagName,ir=$e.outerHTML,Rr=$e.textContent,Gr=$e.childNodes;if(!sr)return Ge(Rr||"",ft);sr=sr.toLowerCase();var Wr=~St.indexOf(sr),hn=_e[sr];if(hn&&Wr)throw new ht(sr+" is a self-closing tag and can not be used, please use another tag name.");if(!Gr.length)return[ir];var Ei=Array.prototype.slice.call(Gr).reduce(function(ln,yn){return ln.concat(Ct(yn,ft,_e))},[]);return hn?typeof hn=="function"?[hn.apply(void 0,Ei)]:[hn]:Ne(["<"+sr+">"],Ei,["</"+sr+">"])}function lr($e,ft,_e,sr,ir,Rr){var Gr=Je($e,ft,_e,sr,ir,void 0,Rr),Wr={},hn=Gr.reduce(function($r,kn){if(kn.type===0)return $r+=kn.value;var oi=Oe();return Wr[oi]=kn.value,$r+=""+Xe+oi+Xe},"");if(!et.test(hn))return Ge(hn,Wr);if(!ir)throw new ht("Message has placeholders but no values was given");if(typeof DOMParser=="undefined")throw new ht("Cannot format XML message without DOMParser");at||(at=new DOMParser);var Ei=at.parseFromString('<formatted-message id="'+Qe+'">'+hn+"</formatted-message>","text/html").getElementById(Qe);if(!Ei)throw new ht("Malformed HTML message "+hn);var ln=Object.keys(ir).filter(function($r){return!!Ei.getElementsByTagName($r).length});if(!ln.length)return Ge(hn,Wr);var yn=ln.filter(function($r){return $r!==$r.toLowerCase()});if(yn.length)throw new ht("HTML tag must be lowercased but the following tags are not: "+yn.join(", "));return Array.prototype.slice.call(Ei.childNodes).reduce(function($r,kn){return $r.concat(Ct(kn,Wr,ir))},[])}var or=function(){return or=Object.assign||function($e){for(var ft,_e=1,sr=arguments.length;_e<sr;_e++){ft=arguments[_e];for(var ir in ft)Object.prototype.hasOwnProperty.call(ft,ir)&&($e[ir]=ft[ir])}return $e},or.apply(this,arguments)};function Me($e,ft){return ft?or(or(or({},$e||{}),ft||{}),Object.keys($e).reduce(function(_e,sr){return _e[sr]=or(or({},$e[sr]),ft[sr]||{}),_e},{})):$e}function tt($e,ft){return ft?Object.keys($e).reduce(function(_e,sr){return _e[sr]=Me($e[sr],ft[sr]),_e},or({},$e)):$e}function Qt($e){return $e===void 0&&($e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ne(Intl.NumberFormat,$e.number),getDateTimeFormat:ne(Intl.DateTimeFormat,$e.dateTime),getPluralRules:ne(Intl.PluralRules,$e.pluralRules)}}var rt=function(){function $e(ft,_e,sr,ir){var Rr=this;if(_e===void 0&&(_e=$e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(Gr){return ct(Rr.ast,Rr.locales,Rr.formatters,Rr.formats,Gr,Rr.message)},this.formatToParts=function(Gr){return Je(Rr.ast,Rr.locales,Rr.formatters,Rr.formats,Gr,void 0,Rr.message)},this.formatHTMLMessage=function(Gr){return lr(Rr.ast,Rr.locales,Rr.formatters,Rr.formats,Gr,Rr.message)},this.resolvedOptions=function(){return{locale:Intl.NumberFormat.supportedLocalesOf(Rr.locales)[0]}},this.getAst=function(){return Rr.ast},typeof ft=="string"){if(this.message=ft,!$e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=$e.__parse(ft,{normalizeHashtagInPlural:!1})}else this.ast=ft;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=tt($e.formats,sr),this.locales=_e,this.formatters=ir&&ir.formatters||Qt(this.formatterCache)}return $e.defaultLocale=new Intl.NumberFormat().resolvedOptions().locale,$e.__parse=ee,$e.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"}}},$e}(),Mt=rt,Ot=Mt;function Jt($e,ft,_e){if(_e===void 0&&(_e=Error),!$e)throw new _e(ft)}const Ut={38:"&amp;",62:"&gt;",60:"&lt;",34:"&quot;",39:"&#x27;"},Te=/[&><"']/g;function ce($e){return(""+$e).replace(Te,ft=>Ut[ft.charCodeAt(0)])}function pe($e,ft,_e={}){return ft.reduce((sr,ir)=>(ir in $e?sr[ir]=$e[ir]:ir in _e&&(sr[ir]=_e[ir]),sr),{})}function At($e){Jt($e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}function Ae($e,ft){const _e=ft?`
${ft.stack}`:"";return`[React Intl] ${$e}${_e}`}function ut($e){}const $t={formats:{},messages:{},timeZone:void 0,textComponent:r.Fragment,defaultLocale:"en",defaultFormats:{},onError:ut};function yt(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function Ce($e=yt()){const ft=Intl.RelativeTimeFormat,_e=Intl.ListFormat,sr=Intl.DisplayNames;return{getDateTimeFormat:ne(Intl.DateTimeFormat,$e.dateTime),getNumberFormat:ne(Intl.NumberFormat,$e.number),getMessageFormat:ne(Ot,$e.message),getRelativeTimeFormat:ne(ft,$e.relativeTime),getPluralRules:ne(Intl.PluralRules,$e.pluralRules),getListFormat:ne(_e,$e.list),getDisplayNames:ne(sr,$e.displayNames)}}function _t($e,ft,_e,sr){const ir=$e&&$e[ft];let Rr;if(ir&&(Rr=ir[_e]),Rr)return Rr;sr(Ae(`No ${ft} format named: ${_e}`))}const Ue=["localeMatcher","style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay"];function xe({locale:$e,formats:ft,onError:_e},sr,ir={}){const{format:Rr}=ir,Gr=Rr&&_t(ft,"number",Rr,_e)||{},Wr=pe(ir,Ue,Gr);return sr($e,Wr)}function dt($e,ft,_e,sr={}){try{return xe($e,ft,sr).format(_e)}catch(ir){$e.onError(Ae("Error formatting number.",ir))}return String(_e)}function Dt($e,ft,_e,sr={}){try{return xe($e,ft,sr).formatToParts(_e)}catch(ir){$e.onError(Ae("Error formatting number.",ir))}return[]}const Be=["numeric","style"];function Dr({locale:$e,formats:ft,onError:_e},sr,ir={}){const{format:Rr}=ir,Gr=!!Rr&&_t(ft,"relative",Rr,_e)||{},Wr=pe(ir,Be,Gr);return sr($e,Wr)}function vt($e,ft,_e,sr,ir={}){sr||(sr="second"),Intl.RelativeTimeFormat||$e.onError(Ae(`Intl.RelativeTimeFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-relativetimeformat"
`));try{return Dr($e,ft,ir).format(_e,sr)}catch(Gr){$e.onError(Ae("Error formatting relative time.",Gr))}return String(_e)}const qr=["localeMatcher","formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function sn({locale:$e,formats:ft,onError:_e,timeZone:sr},ir,Rr,Gr={}){const{format:Wr}=Gr,hn=Object.assign(Object.assign({},sr&&{timeZone:sr}),Wr&&_t(ft,ir,Wr,_e));let Ei=pe(Gr,qr,hn);return ir==="time"&&!Ei.hour&&!Ei.minute&&!Ei.second&&(Ei=Object.assign(Object.assign({},Ei),{hour:"numeric",minute:"numeric"})),Rr($e,Ei)}function zt($e,ft,_e,sr={}){const ir=typeof _e=="string"?new Date(_e||0):_e;try{return sn($e,"date",ft,sr).format(ir)}catch(Rr){$e.onError(Ae("Error formatting date.",Rr))}return String(ir)}function er($e,ft,_e,sr={}){const ir=typeof _e=="string"?new Date(_e||0):_e;try{return sn($e,"time",ft,sr).format(ir)}catch(Rr){$e.onError(Ae("Error formatting time.",Rr))}return String(ir)}function Bt($e,ft,_e,sr={}){const ir=typeof _e=="string"?new Date(_e||0):_e;try{return sn($e,"date",ft,sr).formatToParts(ir)}catch(Rr){$e.onError(Ae("Error formatting date.",Rr))}return[]}function Yt($e,ft,_e,sr={}){const ir=typeof _e=="string"?new Date(_e||0):_e;try{return sn($e,"time",ft,sr).formatToParts(ir)}catch(Rr){$e.onError(Ae("Error formatting time.",Rr))}return[]}const wr=["localeMatcher","type"];function Ir({locale:$e,onError:ft},_e,sr,ir={}){Intl.PluralRules||ft(Ae(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`));const Rr=pe(ir,wr);try{return _e($e,Rr).select(sr)}catch(Gr){ft(Ae("Error formatting plural.",Gr))}return"other"}function Pt($e,ft){return Object.keys($e).reduce((_e,sr)=>(_e[sr]=Object.assign({timeZone:ft},$e[sr]),_e),{})}function Kt($e,ft){return Object.keys(Object.assign(Object.assign({},$e),ft)).reduce((sr,ir)=>(sr[ir]=Object.assign(Object.assign({},$e[ir]||{}),ft[ir]||{}),sr),{})}function jt($e,ft){if(!ft)return $e;const _e=Ot.formats;return Object.assign(Object.assign(Object.assign({},_e),$e),{date:Kt(Pt(_e.date,ft),Pt($e.date||{},ft)),time:Kt(Pt(_e.time,ft),Pt($e.time||{},ft))})}const qt=$e=>r.createElement(r.Fragment,null,...$e);function yr({locale:$e,formats:ft,messages:_e,defaultLocale:sr,defaultFormats:ir,onError:Rr,timeZone:Gr},Wr,hn={id:""},Ei={}){const{id:ln,defaultMessage:yn}=hn;Jt(!!ln,"[React Intl] An `id` must be provided to format a message.");const $r=_e&&_e[String(ln)];ft=jt(ft,Gr),ir=jt(ir,Gr);let kn=[];if($r)try{kn=Wr.getMessageFormat($r,$e,ft,{formatters:Wr}).formatHTMLMessage(Ei)}catch(oi){Rr(Ae(`Error formatting message: "${ln}" for locale: "${$e}"`+(yn?", using default message as fallback.":""),oi))}else(!yn||$e&&$e.toLowerCase()!==sr.toLowerCase())&&Rr(Ae(`Missing message: "${ln}" for locale: "${$e}"`+(yn?", using default message as fallback.":"")));if(!kn.length&&yn)try{kn=Wr.getMessageFormat(yn,sr,ir).formatHTMLMessage(Ei)}catch(oi){Rr(Ae(`Error formatting the default message for: "${ln}"`,oi))}return kn.length?kn.length===1&&typeof kn[0]=="string"?kn[0]||yn||String(ln):qt(kn):(Rr(Ae(`Cannot format message: "${ln}", using message ${$r||yn?"source":"id"} as fallback.`)),typeof $r=="string"?$r||yn||String(ln):yn||String(ln))}function Qr($e,ft,_e={id:""},sr={}){const ir=Object.keys(sr).reduce((Rr,Gr)=>{const Wr=sr[Gr];return Rr[Gr]=typeof Wr=="string"?ce(Wr):Wr,Rr},{});return yr($e,ft,_e,ir)}var Hr=e(18947),jn=e.n(Hr);const En=["localeMatcher","type","style"],Yn=Date.now();function Tt($e){return`${Yn}_${$e}_${Yn}`}function Vr({locale:$e,onError:ft},_e,sr,ir={}){Intl.ListFormat||ft(Ae(`Intl.ListFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-listformat"
`));const Gr=pe(ir,En);try{const Wr={},hn=sr.map((ln,yn)=>{if(typeof ln=="object"){const $r=Tt(yn);return Wr[$r]=ln,$r}return String(ln)});return Object.keys(Wr).length?_e($e,Gr).formatToParts(hn).reduce((ln,yn)=>{const $r=yn.value;return Wr[$r]?ln.push(Wr[$r]):typeof ln[ln.length-1]=="string"?ln[ln.length-1]+=$r:ln.push($r),ln},[]):_e($e,Gr).format(hn)}catch(Wr){ft(Ae("Error formatting list.",Wr))}return sr}const ii=["localeMatcher","style","type","fallback"];function Bi({locale:$e,onError:ft},_e,sr,ir={}){Intl.DisplayNames||ft(Ae(`Intl.DisplayNames is not available in this environment.
Try polyfilling it using "@formatjs/intl-displaynames"
`));const Gr=pe(ir,ii);try{return _e($e,Gr).of(sr)}catch(Wr){ft(Ae("Error formatting display name.",Wr))}}const $n=jn()||Hr;function ci($e){return{locale:$e.locale,timeZone:$e.timeZone,formats:$e.formats,textComponent:$e.textComponent,messages:$e.messages,defaultLocale:$e.defaultLocale,defaultFormats:$e.defaultFormats,onError:$e.onError}}function Di($e,ft){const _e=Ce(ft),sr=Object.assign(Object.assign({},$t),$e),{locale:ir,defaultLocale:Rr,onError:Gr}=sr;return ir?!Intl.NumberFormat.supportedLocalesOf(ir).length&&Gr?Gr(Ae(`Missing locale data for locale: "${ir}" in Intl.NumberFormat. Using default locale: "${Rr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details`)):!Intl.DateTimeFormat.supportedLocalesOf(ir).length&&Gr&&Gr(Ae(`Missing locale data for locale: "${ir}" in Intl.DateTimeFormat. Using default locale: "${Rr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details`)):(Gr&&Gr(Ae(`"locale" was not configured, using "${Rr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/API.md#intlshape for more details`)),sr.locale=sr.defaultLocale||"en"),Object.assign(Object.assign({},sr),{formatters:_e,formatNumber:dt.bind(null,sr,_e.getNumberFormat),formatNumberToParts:Dt.bind(null,sr,_e.getNumberFormat),formatRelativeTime:vt.bind(null,sr,_e.getRelativeTimeFormat),formatDate:zt.bind(null,sr,_e.getDateTimeFormat),formatDateToParts:Bt.bind(null,sr,_e.getDateTimeFormat),formatTime:er.bind(null,sr,_e.getDateTimeFormat),formatTimeToParts:Yt.bind(null,sr,_e.getDateTimeFormat),formatPlural:Ir.bind(null,sr,_e.getPluralRules),formatMessage:yr.bind(null,sr,_e),formatHTMLMessage:Qr.bind(null,sr,_e),formatList:Vr.bind(null,sr,_e.getListFormat),formatDisplayName:Bi.bind(null,sr,_e.getDisplayNames)})}class Gi extends r.PureComponent{constructor(){super(...arguments),this.cache=yt(),this.state={cache:this.cache,intl:Di(ci(this.props),this.cache),prevConfig:ci(this.props)}}static getDerivedStateFromProps(ft,{prevConfig:_e,cache:sr}){const ir=ci(ft);return $n(_e,ir)?null:{intl:Di(ir,sr),prevConfig:ir}}render(){return At(this.state.intl),r.createElement(a,{value:this.state.intl},this.props.children)}}Gi.displayName="IntlProvider",Gi.defaultProps=$t;var Pi=e(98090),Ui=e(3424),da=e.n(Ui),sa=e(85239),Ji=e.n(sa),vi=e(31724),$i={table:{submit:"\u63D0\u4EA4\u8868\u5355"}},Ia=Object.defineProperty,bt=Object.getOwnPropertySymbols,wa=Object.prototype.hasOwnProperty,Ki=Object.prototype.propertyIsEnumerable,gi=($e,ft,_e)=>ft in $e?Ia($e,ft,{enumerable:!0,configurable:!0,writable:!0,value:_e}):$e[ft]=_e,ka=($e,ft)=>{for(var _e in ft||(ft={}))wa.call(ft,_e)&&gi($e,_e,ft[_e]);if(bt)for(var _e of bt(ft))Ki.call(ft,_e)&&gi($e,_e,ft[_e]);return $e},Yi=($e,ft)=>{var _e={};for(var sr in $e)wa.call($e,sr)&&ft.indexOf(sr)<0&&(_e[sr]=$e[sr]);if($e!=null&&bt)for(var sr of bt($e))ft.indexOf(sr)<0&&Ki.call($e,sr)&&(_e[sr]=$e[sr]);return _e};let Jn;const zn=!0,we=new(da()),it=Symbol("LANG_CHANGE"),qe=($e,ft="")=>Object.keys($e).reduce((_e,sr)=>{const ir=$e[sr],Rr=ft?`${ft}.${sr}`:sr;return typeof ir=="string"?_e[Rr]=ir:Object.assign(_e,qe(ir,Rr)),_e},{}),It={"en-US":{messages:ka({},qe($i)),locale:"en-US",antd:ka({},vi.Z),momentLocale:"en"}},lt=($e,ft,_e)=>{var sr,ir,Rr,Gr;if(!$e)return;const Wr=(sr=It[$e])!=null&&sr.messages?Object.assign({},It[$e].messages,ft):ft,{momentLocale:hn=(ir=It[$e])==null?void 0:ir.momentLocale,antd:Ei=(Rr=It[$e])==null?void 0:Rr.antd}=_e||{},ln=(Gr=$e.split("-"))==null?void 0:Gr.join("-");It[$e]={messages:Wr,locale:ln,momentLocale:hn,antd:Ei},ln===Jr()&&we.emit(it,ln)},dr=$e=>(0,Pi.We)().applyPlugins({key:"locale",type:"modify",initialValue:$e}),pr=$e=>{const _e=dr(It[$e]),{cache:sr}=_e,ir=Yi(_e,["cache"]);return Di(ir,sr)},Cr=($e,ft)=>Jn&&!ft&&!$e?Jn:($e||($e=Jr()),$e&&It[$e]?pr($e):(Ji()(!$e||!!It[$e],"The current popular language does not exist, please check the locales folder!"),It["zh-CN"]?pr("zh-CN"):Di({locale:"zh-CN",messages:{}}))),zr=$e=>{Jn=Cr($e,!0)},Jr=()=>{const $e=dr({});return typeof($e==null?void 0:$e.getLocale)=="function"?$e.getLocale():(navigator.cookieEnabled&&typeof localStorage!="undefined"&&zn?window.localStorage.getItem("umi_locale"):"")||void 0||"zh-CN"},Nr=()=>{const $e=Jr();return["he","ar","fa","ku"].filter(sr=>$e.startsWith(sr)).length?"rtl":"ltr"},Cn=($e,ft=!0)=>{(()=>{if(Jr()!==$e){if(navigator.cookieEnabled&&typeof window.localStorage!="undefined"&&zn&&window.localStorage.setItem("umi_locale",$e||""),zr($e),ft)window.location.reload();else if(we.emit(it,$e),window.dispatchEvent){const sr=new Event("languagechange");window.dispatchEvent(sr)}}})()};let vr=!0;const Fn=($e,ft)=>(vr&&(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
`),vr=!1),Jn||zr(Jr()),Jn.formatMessage($e,ft)),Qn=()=>Object.keys(It)},96751:function(d,g,e){"use strict";e.d(g,{y:function(){return o}});var r=e(43418),i=e(95237),l=e(43604),c=e(84152),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 H=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:()=>H.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(H=>(0,c.t)(H));return!G||!G.length?a("IP\u83B7\u53D6\u5931\u8D25"):u(G.join(""))}let b=y.candidate.candidate.split(" "),[A,k,R,S,I,M,,B,...N]=b,K=["rtp","rtpc"];if(console.log("event:",y),p.some(G=>G==I)||p.push(I),console.log(" candidate: "+A.split(":")[1]),console.log(" component: "+K[k-1]),console.log(" protocol: "+R),console.log(" priority: "+S),console.log(" ip: "+I),console.log(" port: "+M),console.log(" type: "+B),N.length){console.log("attributes: ");for(let G=0;G<N.length;G+=2)console.log("> "+N[G]+": "+N[G+1])}}})},18540:function(d,g,e){"use strict";var r=e(59301),i=e(4977),l=e(3113),c=e(91482),f=e(29715),o=Object.defineProperty,h=Object.defineProperties,u=Object.getOwnPropertyDescriptors,a=Object.getOwnPropertySymbols,x=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable,y=(k,R,S)=>R in k?o(k,R,{enumerable:!0,configurable:!0,writable:!0,value:S}):k[R]=S,m=(k,R)=>{for(var S in R||(R={}))x.call(R,S)&&y(k,S,R[S]);if(a)for(var S of a(R))p.call(R,S)&&y(k,S,R[S]);return k},b=(k,R)=>h(k,u(R));const A=({img:k,buttonProps:R={},styles:S={},customText:I,ButtonText:M,ButtonClick:B,Buttonclass:N,ButtonTwo:K,imgStyles:G,loading:H=!1,className:ae="",globalSetting:ie})=>{const ue=(0,r.useMemo)(()=>{var Y;if(k)return k;switch(Number((Y=ie==null?void 0:ie.setting)==null?void 0:Y.theme)){case f.Fy.THEMEONE:return e(56022);case f.Fy.THEMETWO:return e(58478);case f.Fy.THEMETHREE:return e(26551);case f.Fy.DEFAULT:default:return i}},[ie,k]),X=(0,r.useMemo)(()=>{var Y;switch(Number((Y=ie==null?void 0:ie.setting)==null?void 0:Y.theme)){case f.Fy.THEMETHREE:return"#03A092";case f.Fy.DEFAULT:default:return"#999"}},[ie]);return r.createElement("section",{className:`tc animated fadeIn ${ae}`,style:m({color:"#999",margin:"100px auto",visibility:H?"hidden":"visible"},S)},r.createElement("img",{src:ue,style:b(m({},G),{pointerEvents:"none",userSelect:"none"})}),r.createElement("p",{className:"mt20 font14",style:{color:X}},I||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),M&&r.createElement(l.ZP,m({className:N,onClick:B},R),M),K&&K)};g.Z=(0,c.connect)(({globalSetting:k})=>({globalSetting:k}))(A)},99337:function(d,g,e){"use strict";e.d(g,{Z:function(){return ae}});var r=e(59301),i={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",showClose:"showClose___edZQA",embed:"embed___hvpEJ"},l=e(3113),c=e(60499),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,X){return r.createElement(h.Z,(0,c.Z)({},ue,{ref:X,icon:o}))},a=r.forwardRef(u),x=a,p=e(11488),y=e(6848),m=e(25544),b=e(31591),A=e(18540),k=e(6521),R=e(63654),S=e(59301),I=Object.defineProperty,M=Object.getOwnPropertySymbols,B=Object.prototype.hasOwnProperty,N=Object.prototype.propertyIsEnumerable,K=(ie,ue,X)=>ue in ie?I(ie,ue,{enumerable:!0,configurable:!0,writable:!0,value:X}):ie[ue]=X,G=(ie,ue)=>{for(var X in ue||(ue={}))B.call(ue,X)&&K(ie,X,ue[X]);if(M)for(var X of M(ue))N.call(ue,X)&&K(ie,X,ue[X]);return ie},H=(ie,ue,X)=>new Promise((Y,$)=>{var se=le=>{try{J(X.next(le))}catch(Z){$(Z)}},ee=le=>{try{J(X.throw(le))}catch(Z){$(Z)}},J=le=>le.done?Y(le.value):Promise.resolve(le.value).then(se,ee);J((X=X.apply(ie,ue)).next())}),ae=({editOffice:ie="view",data:ue,theme:X,type:Y,filename:$,monacoEditor:se,className:ee,style:J,close:le,onClose:Z,hasMask:U,disabledDownload:ne,onImgDimensions:me,showNodata:Ee,recordInfo:Pe})=>{const[We,Fe]=(0,r.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Lt,mt]=(0,r.useState)(""),[wt,Gt]=(0,r.useState)(),Ft=window.ENV==="build"?"/react/build":"",nr=location.host.startsWith("localhost")?k.Z.PROXY_SERVER:k.Z.API_SERVER,ht=10*(1024*1024),Rt=(0,r.useRef)();ue!=null&&ue.startsWith("/api")&&Y!=="txt"&&(ue=k.Z.API_SERVER+ue);const Je=ye=>ye.substring(ye.lastIndexOf("/")+1).split(".").pop();$&&se&&(se.filename=$),(0,r.useEffect)(()=>{var ye,Oe;const Ge=(Oe=(ye=document.cookie)==null?void 0:ye.replace(/\s/g,""))==null?void 0:Oe.split(";");Ge==null||Ge.map(et=>{let Qe=et.split("=");Qe[0]==="_educoder_session"&&mt(Qe[1])})},[]),(0,r.useEffect)(()=>{Y==="office"&&(ue.indexOf("bigfilescdn.")>-1||ue.indexOf("bigfiles1")>-1?Gt({url:ue,fileType:Je(ue),model:ue.indexOf("model=edit")?"edit":"view"}):ct())},[Y,ue]);const ct=()=>H(void 0,null,function*(){console.log("data:",ue);let ye=ue;ue.startsWith("http")||(ye=location.origin+ye);let Oe=new URL(ye).pathname.split("/").pop();const Ge=yield(0,b.gJ)({attachment_id:Oe});Ge.url=nr+Ge.url,Gt(Ge)}),at=()=>{if(ue.startsWith("http")||ue.startsWith("blob:")){Xe();return}(0,m.Sv)($||"educoder",ue,$)},Xe=()=>{Pe&&(0,R.fc)({id:Pe==null?void 0:Pe.id,watch_type:1,course_id:Pe==null?void 0:Pe.course_id}),(0,m.Nd)($||"educoder",decodeURIComponent(ue))};(0,r.useEffect)(()=>(window.addEventListener("message",Ze),()=>{window.removeEventListener("message",Ze)}),[]);const Ze=ye=>{var Oe;((Oe=ye==null?void 0:ye.data)==null?void 0:Oe.type)==="closePop"&&Z()};return S.createElement("div",{style:G({},J||{}),className:`${U&&i.bgBlack} ${Y?i.wrp:"hide"}`},!!Y&&le&&S.createElement("div",{id:"closePop",className:i.close,ref:Rt},!!me&&S.createElement(y.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>Rt.current},S.createElement("span",{onClick:()=>{Z(),me()}},S.createElement("i",{className:"icon-yulanpizhu"}))),!ne&&window.parent===window&&S.createElement(y.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>Rt.current},S.createElement("span",{onClick:Xe},S.createElement("i",{className:"icon-quxiaozhiding"}))),S.createElement(y.Z,{title:"\u5173\u95ED",getPopupContainer:()=>Rt.current},S.createElement("span",{className:"",onClick:Z},S.createElement("i",{className:"icon-guanbi1"})))),S.createElement("div",{className:`${i[ee]} ${ee} ${i.monaco} ${Y==="txt"?"show":"hide"}`},Y==="txt"&&S.createElement(S.Fragment,null,S.createElement(p.ZP,G({},se)))),Y==="audio"&&S.createElement("audio",{src:(ue==null?void 0:ue.indexOf("http"))>-1||ue!=null&&ue.startsWith("/api")?ue:`data:image/png;base64,${ue}`,autoPlay:!0}),Y==="video"&&S.createElement(S.Fragment,null,(ue==null?void 0:ue.indexOf("http"))>-1||ue!=null&&ue.startsWith("/api")?S.createElement("video",{controls:!0,src:`${ue}`,autoPlay:!0}):S.createElement("video",{controls:!0,src:`data:video/mp4;base64,${ue}`,autoPlay:!0})),Y==="office"&&wt&&S.createElement("iframe",{src:`${Ft}/office.html?key=${wt.key}&url=${btoa(wt.url)}&callbackUrl=${nr+(wt.callbackUrl||"")}&fileType=${wt.fileType}&title=${wt.title||""}&model=${ie}&officeServer=${k.Z.ONLYOFFICE}&disabledDownload=${!!ne}`}),Y==="html"&&S.createElement("iframe",{src:ue+"&disposition=inline"}),Y==="pdf"&&S.createElement("iframe",{id:"pdfiframe",src:`${Ft}/js/pdf/index.html?filename=${$||"educoder.pdf"}&url=${encodeURIComponent(ue)}&disabledDownload=${!!ne}&model=${ie}`}),Y==="image"&&S.createElement("img",{src:(ue==null?void 0:ue.indexOf("http"))>-1||ue!=null&&ue.startsWith("/api")?ue:`data:image/png;base64,${ue}`}),(Y==="other"||Y==="download")&&S.createElement(S.Fragment,null,Ee?S.createElement(A.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:S.createElement(l.ZP,{icon:S.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:at,disabled:ne},"\u4E0B\u8F7D")}):S.createElement(l.ZP,{type:"primary",size:"middle",onClick:at,disabled:ne},S.createElement(x,null),"\u70B9\u51FB\u4E0B\u8F7D")),Y==="flowChart"&&S.createElement("div",{className:"embed"},S.createElement("iframe",{src:`${Ft}/drawio/src/main/webapp/viewer.html?id=${ue||""}&gapi=0&od=0&db=0&gh=0&gl=0`,width:"100%",height:"100%",frameBorder:"0"})))}},39655:function(d,g,e){"use strict";e.d(g,{z:function(){return ie},Z:function(){return ue}});var r=e(59301),i=e(54401),l=e(4660),c=e(64018),f=e(16471),o=e(6521),h=e(25544),u=e(15342),a=e(81327),x=e(3113),p=e(1012),y=e(99337),m=e(59301),A=({html:X})=>{const Y=(0,r.useRef)(null),$=(0,r.useRef)(null),se=`.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 ee=Y.current.attachShadow({mode:"open"});$.current=document.createElement("div"),$.current.className="markdown-body",$.current.innerHTML=X,ee.appendChild($.current);const J=document.createElement("style");return J.textContent=se,ee.appendChild(J),()=>{ee.innerHTML=""}},[]),(0,r.useEffect)(()=>{$.current&&($.current.innerHTML=X)},[X]),m.createElement("div",{ref:Y})},k={button:"button___Ch5Pc"},R=Object.defineProperty,S=Object.getOwnPropertySymbols,I=Object.prototype.hasOwnProperty,M=Object.prototype.propertyIsEnumerable,B=(X,Y,$)=>Y in X?R(X,Y,{enumerable:!0,configurable:!0,writable:!0,value:$}):X[Y]=$,N=(X,Y)=>{for(var $ in Y||(Y={}))I.call(Y,$)&&B(X,$,Y[$]);if(S)for(var $ of S(Y))M.call(Y,$)&&B(X,$,Y[$]);return X};const K="@\u2581\u2581@",G="@\u2581@",H=/<pre[^>]*>/g;function ae(X){let Y=document.createElement("div");return Y.innerHTML=X,Y.childNodes.length===0?"":Y.childNodes[0].nodeValue}const ie=(X,Y)=>{X=X||"";const $=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,se=/\"(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,ee=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,J=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return Y?X.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace($,(le,Z,U,ne,me,Ee,Pe)=>{const We=Z||ne||Ee,Fe=U||me||Pe||"?";return o.Z.API_SERVER+"/api/attachments/"+We+Fe+"&t="+(0,h.Jn)(We,Date.now())+(le.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(X=X.replace(J,(le,Z,U,ne,me,Ee,Pe)=>{const We=Z||ne||Ee,Fe=U||me||Pe||"?";return o.Z.API_SERVER+"/attachments/download/"+We+Fe+"&t="+(0,h.Jn)(We,Date.now())+(le.indexOf(")")>-1?")":"&")}).replace($,(le,Z,U,ne,me,Ee,Pe)=>{const We=Z||ne||Ee,Fe=U||me||Pe||"?";return o.Z.API_SERVER+"/api/attachments/"+We+Fe+"&t="+(0,h.Jn)(We,Date.now())+(le.indexOf(")")>-1?")":"&")}).replace(se,(le,Z,U,ne,me)=>{const Ee=Z||ne,Pe=U||me||"";return'"'+o.Z.API_SERVER+"/api/attachments/"+Ee+Pe+Ee+Pe+"&t="+(0,h.Jn)(Ee,Date.now())}).replace(ee,(le,Z,U,ne,me)=>{const Ee=Z||ne,Pe=U||me||"";return"("+o.Z.API_SERVER+"/files/uploads/"+Ee+Pe+Ee+Pe+"&t="+(0,h.Jn)(Ee,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,`
`),X)};var ue=({value:X="",edit:Y=!1,className:$,showTextOnly:se,showLines:ee,style:J={},stylesPrev:le={},highlightKeywords:Z,showProgramFill:U,isProgramFill:ne,disabledFill:me=!1,programFillValue:Ee,openEditor:Pe=()=>{},onFillChange:We=mt=>{},onFillBlur:Fe=()=>{},onFillFocus:Lt=()=>{}})=>{let mt=String(X);const wt=(0,r.useRef)(),Gt=(0,r.useRef)(),[Ft,nr]=(0,r.useState)(""),[Ne,ht]=(0,r.useState)("office"),[Rt,Je]=(0,r.useState)([]),ct=(0,r.useRef)("a"+(0,p.Z)()),at={},Xe=(rt,Mt,Ot)=>{const Jt=document.createElement(rt===G?"input":"textarea");Jt.style.width="100%",Jt.style.height=rt===G?"40px":"151px",Jt.rows=5,Jt.spellcheck=!1,Jt.name="edu-program-fill",Jt.placeholder="\u8BF7\u8F93\u5165",Jt.dataset.id=Mt;const Ut=Object.keys(at).length;return at[Ut]=Jt,`<span class="edu-program-fill-wrap ${rt===G?"":"show"}" style="width:${rt===G?"600px":"100%"}" title=${Ot||""}><span>${Jt.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function Ze(rt){return rt=rt.replace(/!\[.*?\]\(.*?\)/g,""),rt=rt.replace(/\[.*?\]\(.*?\)/g,""),rt=rt.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),rt=rt.replace(/<embed.*?>/g,""),rt=rt.replace(/<img.*?>/g,""),rt=rt.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),rt=rt.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),rt=rt.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),rt=rt.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),rt}const ye=rt=>rt.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function(Mt,Ot){let Jt=Ot.replace(/(\n|\r)/g,"").split("}"),Ut=[];return Jt.map(Te=>{Te!=""&&Ut.push(`.${ct.current} ${Te}`)}),`<style>${Ut.join("}")}</style>`}),Oe=(0,r.useMemo)(()=>{try{const Jt=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,Ut=/\"\/api\/attachments\/|\"\/attachments\/download\//g,Te=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,ce=/\(\/attachments\/download\//g;mt=mt.replace(ce,"("+o.Z.API_SERVER+"/attachments/download/").replace(Jt,"("+o.Z.API_SERVER+"/api/attachments/").replace(Ut,'"'+o.Z.API_SERVER+"/api/attachments/").replace(Te,'"'+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,`
`),wt.current.style.display="none"}catch(Jt){}if(U){let Jt=-1;return mt=mt.replaceAll("<","&lt;").replaceAll(">","&gt;").replace(/(@▁▁@|@▁@)/g,function(Ut,Te,ce){var pe;return++Jt,Xe(Ut,Jt,(pe=Ee==null?void 0:Ee[Jt])==null?void 0:pe.value.replaceAll("<","&lt;").replaceAll(">","&gt;"))}),`<pre style="background:#fff;padding:4px">${ye(mt||"")}</pre>`}let rt=ye(mt);rt=(0,l.ZP)(rt);const Mt=(0,l.ez)();mt.match(/\[TOC\]/)&&(rt=rt.replace("<p>[TOC]</p>",(0,l.Qv)()),(0,l.Iy)()),rt=rt.replace(/(__special_katext_id_\d+__)/g,(Jt,Ut)=>{const{type:Te,expression:ce}=Mt[Ut];return(0,u.renderToString)(ae(ce)||"",{displayMode:Te==="block",throwOnError:!1,output:"html"})}),rt=rt.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,l.AL)();const Ot=document.createElement("div");if(Ot.innerHTML=rt,se)return Ot.innerText;if(Z){const Jt=Z.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return St(Ot,Jt),Ot.innerHTML}return setTimeout(()=>or(),500),Ot.innerHTML},[mt,Z]);(0,r.useEffect)(()=>{Ct.current&&Ct.current.querySelectorAll(["input","textarea"]).forEach(Mt=>{Mt.oninput=Ge,Mt.onblur=et,Mt.onfocus=Qe})},[Rt]),(0,r.useEffect)(()=>{var rt,Mt,Ot,Jt,Ut;if(Ee!=null&&Ee.length)try{const Te=Ct.current.querySelectorAll(".edu-program-fill-score"),ce=Ct.current.querySelectorAll('[name="edu-program-fill"]');for(const[pe,At]of ce.entries())At.value=((rt=Ee==null?void 0:Ee[pe])==null?void 0:rt.value)||"",((Mt=Ee==null?void 0:Ee[pe])==null?void 0:Mt.type)==="warning"?At.className="program-fill-warning":((Ot=Ee==null?void 0:Ee[pe])==null?void 0:Ot.type)==="success"?At.className="program-fill-success":At.className="";for(const[pe,At]of Te.entries())At.innerHTML=(Jt=Ee==null?void 0:Ee[pe])!=null&&Jt.score?`${(Ut=Ee==null?void 0:Ee[pe])==null?void 0:Ut.score}\u5206`:"";Je(Ee)}catch(Te){console.log(Te,"error")}},[Ee]);const Ge=rt=>{Rt[rt.target.dataset.id]=Rt[rt.target.dataset.id]||{},Rt[rt.target.dataset.id].value=rt.target.value,Je([...Rt]),We(Rt,rt.target.dataset.id)},et=rt=>{Rt[rt.target.dataset.id]=Rt[rt.target.dataset.id]||{},Rt[rt.target.dataset.id].value=rt.target.value,Je([...Rt]),Fe(Rt,rt.target.dataset.id)},Qe=rt=>{Rt[rt.target.dataset.id]=Rt[rt.target.dataset.id]||{},Rt[rt.target.dataset.id].value=rt.target.value,Je([...Rt]),Lt(Rt,rt.target.dataset.id)};function St(rt,Mt){return rt.childNodes.forEach(Ot=>{var Jt;if(Ot.childNodes.length>0)St(Ot,Mt);else if(Ot.nodeName!=="IMG")if(Ot.innerHTML)Ot.innerHTML=(Jt=Ot.innerHTML)==null?void 0:Jt.replace(new RegExp(Mt,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const Ut=document.createElement("span");Ut.innerHTML=Ot.textContent.replace(new RegExp(Mt,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),Ot.replaceWith(Ut)}})}const Ct=(0,r.useRef)();l.jb.WebkitLineClamp=ee,ee&&(J=N(N({},J),l.jb));function lr(rt){let Mt=rt.target;if(Mt.tagName.toUpperCase()==="A"){let Ot=Mt.getAttribute("href");if(Ot.indexOf("office")>-1)rt.preventDefault(),nr(Ot),ht("office");else if(Ot.indexOf("application/pdf")>-1)rt.preventDefault(),nr(Ot),ht("pdf");else if(Ot.indexOf("text/html")>-1)rt.preventDefault(),nr(Ot),ht("html");else if(Ot.startsWith("#")){rt.preventDefault();let Jt=document.getElementById(Ot.replace("#",""));Jt&&Jt.scrollIntoView(!0)}}}const or=()=>{var rt;const Mt=(rt=Ct.current)==null?void 0:rt.querySelectorAll("video");Mt==null||Mt.forEach(Ot=>{if(Ot.oncontextmenu=()=>!1,Ot.src.indexOf(".m3u8")>-1&&!Ot.canPlayType("application/vnd.apple.mpegurl")){if(f.ZP.isSupported()){var Jt=new f.ZP;Jt.loadSource(Ot.src),Jt.attachMedia(Ot)}}})};(0,r.useEffect)(()=>{if(Ct.current&&Oe&&Oe.match(H)&&window.PR.prettyPrint(),Ct.current)return Ct.current.addEventListener("click",lr),()=>{var rt;(rt=Ct.current)==null||rt.removeEventListener("click",lr),(0,l.AL)(),(0,l.Iy)()}},[Oe,Ct.current,lr]);const Me=rt=>{rt.target.nodeName==="IMG"&&rt.target.className.indexOf("draw-flowchart")>-1?(wt.current.style.zIndex=1,wt.current.style.display="flex",wt.current.style.width=rt.target.clientWidth+"px",wt.current.style.height=rt.target.clientHeight+"px",wt.current.style.top=rt.target.offsetTop+"px",wt.current.style.left=rt.target.offsetLeft+"px",rt.target.id&&(Gt.current=rt.target.id)):wt.current.style.display="none"},tt=()=>{wt.current.style.display="none"};(0,r.useEffect)(()=>{var rt;const Mt=Ot=>{Ot.preventDefault(),Ot.clipboardData.setData("text",window.getSelection().toString())};return(rt=Ct.current)==null||rt.addEventListener("copy",Mt),()=>{var Ot;(Ot=Ct.current)==null||Ot.removeEventListener("copy",Mt)}},[Ct.current]);const Qt=rt=>/<style[\s\S]*?>/i.test(rt||"");return r.createElement("div",{style:{position:"relative"},onMouseLeave:tt},se&&r.createElement("div",{ref:Ct,className:`${k.mdBody} `},Oe),!se&&!Qt(Oe)&&r.createElement("div",{ref:Ct,style:N({},J),onMouseOver:Me,className:`${$||""} ${me?"disabled-fill":""} markdown-body ${k.mdBody} ${ct.current}`,dangerouslySetInnerHTML:{__html:Oe}}),!se&&Qt(Oe)&&r.createElement(A,{html:Oe}),r.createElement("div",{ref:wt,className:`${k.button} ${Y?"":k.previewFlowChart}`},r.createElement(a.Z,null,r.createElement(x.ZP,{onClick:()=>{Y?Pe(Gt.current):(nr(Gt.current),ht("flowChart"))}},Y?"\u7F16\u8F91":"\u9884\u89C8"))),r.createElement(y.Z,{close:!0,data:Ft,type:Ft!=null&&Ft.length?Ne:"",style:N({},le),onClose:()=>nr("")}))}},11488:function(d,g,e){"use strict";e.d(g,{SV:function(){return wt},ZP:function(){return mt}});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=(Gt,Ft,nr)=>new Promise((Ne,ht)=>{var Rt=at=>{try{ct(nr.next(at))}catch(Xe){ht(Xe)}},Je=at=>{try{ct(nr.throw(at))}catch(Xe){ht(Xe)}},ct=at=>at.done?Ne(at.value):Promise.resolve(at.value).then(Rt,Je);ct((nr=nr.apply(Gt,Ft)).next())});const p={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"]}},y=(Gt,Ft,nr,Ne)=>{const ht=Ft.getValueInRange({startLineNumber:1,startColumn:1,endLineNumber:nr.lineNumber,endColumn:nr.column});return Array.from(new Set(ht.match(/\b\w{2,}\b/g)||[])).map(Je=>({label:Je,kind:Gt.languages.CompletionItemKind.Text,insertText:Je,range:Ne}))},m=(Gt,Ft,nr,Ne)=>{Gt.languages.registerCompletionItemProvider(Ft,{provideCompletionItems(ht,Rt){const Je=ht.getWordUntilPosition(Rt),ct={startLineNumber:Rt.lineNumber,endLineNumber:Rt.lineNumber,startColumn:Je.startColumn,endColumn:Je.endColumn},at=ht.getLineContent(Rt.lineNumber).substring(Je.startColumn-2,Je.endColumn);return{suggestions:[...y(Gt,ht,Rt,ct),...nr.map(Ze=>({label:Ze,kind:Gt.languages.CompletionItemKind.Keyword,documentation:Ze,insertText:Ze,insertTextRules:Gt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:ct})),...Ne.map(Ze=>({label:Ze.label,kind:Gt.languages.CompletionItemKind.Snippet,documentation:Ze.content,insertText:at.startsWith("#")?Ze.content.replace(/#/,""):Ze.content,insertTextRules:Gt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:ct}))]}}})};var b=Gt=>{p.languages.forEach(Ft=>{Gt.languages.registerDocumentFormattingEditProvider(Ft,{provideDocumentFormattingEdits(nr){return x(this,null,function*(){const Ne=a()(nr.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:nr.getFullModelRange(),text:Ne}]})}})}),m(Gt,"java",c.keywords,c.quickKey),m(Gt,"cpp",f.keywords,f.quickKey),m(Gt,"c",l.keywords,[]),m(Gt,"python",o.keywords,o.quickKey),m(Gt,"scala",h.keywords,h.quickKey)};const A="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var k=Object.defineProperty,R=(Gt,Ft,nr)=>Ft in Gt?k(Gt,Ft,{enumerable:!0,configurable:!0,writable:!0,value:nr}):Gt[Ft]=nr,S=(Gt,Ft,nr)=>R(Gt,typeof Ft!="symbol"?Ft+"":Ft,nr);const I=class a0{constructor(Ft,nr,Ne){this.placeholder=Ft,this.editor=nr,this.monaco=Ne,nr.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return a0.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)}};S(I,"ID","editor.widget.placeholderHint");var B=I,N=e(96236),K=e(8591),G=e(6848),H=e(78267),ae=e(21798),ie=e(56102),ue=Object.defineProperty,X=Object.defineProperties,Y=Object.getOwnPropertyDescriptors,$=Object.getOwnPropertySymbols,se=Object.prototype.hasOwnProperty,ee=Object.prototype.propertyIsEnumerable,J=(Gt,Ft,nr)=>Ft in Gt?ue(Gt,Ft,{enumerable:!0,configurable:!0,writable:!0,value:nr}):Gt[Ft]=nr,le=(Gt,Ft)=>{for(var nr in Ft||(Ft={}))se.call(Ft,nr)&&J(Gt,nr,Ft[nr]);if($)for(var nr of $(Ft))ee.call(Ft,nr)&&J(Gt,nr,Ft[nr]);return Gt},Z=(Gt,Ft)=>X(Gt,Y(Ft)),U=(Gt,Ft)=>{var nr={};for(var Ne in Gt)se.call(Gt,Ne)&&Ft.indexOf(Ne)<0&&(nr[Ne]=Gt[Ne]);if(Gt!=null&&$)for(var Ne of $(Gt))Ft.indexOf(Ne)<0&&ee.call(Gt,Ne)&&(nr[Ne]=Gt[Ne]);return nr},ne=(Gt,Ft,nr)=>new Promise((Ne,ht)=>{var Rt=at=>{try{ct(nr.next(at))}catch(Xe){ht(Xe)}},Je=at=>{try{ct(nr.throw(at))}catch(Xe){ht(Xe)}},ct=at=>at.done?Ne(at.value):Promise.resolve(at.value).then(Rt,Je);ct((nr=nr.apply(Gt,Ft)).next())});function me(Gt){return/^\d+$/.test(Gt)?`${Gt}px`:Gt}function Ee(){}let Pe=!1;const We={"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 Fe(Gt=[]){let Ft=Gt;if(Array.isArray(Gt)){for(let nr=0;nr<Gt.length;nr++){let Ne=We[Gt[nr]];if(Ne)return Ne}return Ft[0]}return We[Ft]||Ft}let Lt=null;var mt=Gt=>{var Ft=Gt,{width:nr="100%",height:Ne="100%",value:ht,language:Rt="javascript",style:Je={},options:ct={},overrideServices:at={},theme:Xe="vs-dark",onEditBlur:Ze,isCopy:ye=!1,onSave:Oe,autoHeight:Ge=!1,forbidCopy:et=!1,onChange:Qe=Ee,editorDidMount:St=Ee,onFocus:Ct=Ee,onBreakPoint:lr=Ee,breakPointValue:or=[],filename:Me="educoder.txt",errorLine:tt,errorContent:Qt="",highlightLine:rt,openBreakPoint:Mt=!1,placeholder:Ot=""}=Ft,Jt=U(Ft,["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 Ut=(0,r.useRef)(),Te=(0,r.useRef)({}),ce=(0,r.useRef)(),pe=(0,r.useRef)(),At=(0,r.useRef)([]),Ae=(0,r.useRef)(!1),ut=(0,r.useRef)(),$t=(0,r.useRef)(),yt=(0,r.useRef)(!1),[Ce,_t]=(0,r.useState)(!1);function Ue(){let Pt;return Ut.current&&(Pt=new i.Z(Kt=>{for(let jt of Kt)(jt.target.offsetHeight>0||jt.target.offsetWidth>0)&&Te.current.instance.layout()}),Pt.observe(Ut.current)),Pt}function xe(){K.ZP.warning({content:decodeURIComponent(A),key:"monaco-editor-tip"})}const dt=()=>{let Pt=Te.current.instance;if(ht!=null&&Pt&&Ce){const Kt=Pt.getModel();Kt&&ht!==Kt.getValue()&&(Pe=!0,Kt.setValue(ht),Pt.layout(),Pe=!1)}};(0,r.useEffect)(()=>{const Pt=ae.Z.subscribe("formatDocument",Kt=>{var jt;let qt=Te.current.instance;(jt=qt==null?void 0:qt.getAction)==null||jt.call(qt,"editor.action.formatDocument").run()});return window.updateMonacoValue=Kt=>{Qe(Kt)},Pt},[]),(0,r.useEffect)(()=>{var Pt;let Kt=Te.current.instance;pe.current&&clearTimeout(pe.current),pe.current=setTimeout(()=>{dt()},500),ht&&(ht!=null&&ht.length)&&((Pt=Kt==null?void 0:Kt.updateOptions)==null||Pt.call(Kt,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(ht.split(/\r\n|\r|\n/g).length))+3,5)}))},[ht,Ce,Te.current]),(0,r.useEffect)(()=>{if(tt&&Te.current&&Te.current.instance){let Kt=Te.current.instance;Kt.changeViewZones(function(jt){var qt=document.createElement("div");qt.style.padding="10px 20px",qt.style.width="calc(100% - 20px)",qt.className="my-error-line-wrp",qt.innerHTML=Qt,jt.addZone({afterLineNumber:tt||11,heightInLines:3,domNode:qt})});var Pt={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}};Kt.addOverlayWidget(Pt),Kt.revealPositionInCenter({lineNumber:20,column:1})}},[tt,Te.current,Ce]);const Dt=(Pt="",Kt)=>{if(!Pt||Pt.trim()==="")return!0;const qt=Te.current.instance.getModel().getLineTokens(Kt);let yr=!1;for(let Qr=0;Qr<2;Qr++)qt.getStandardTokenType(Qr)===1&&(yr=!0);return yr};(0,r.useEffect)(()=>{var Pt;const Kt=(Pt=Te.current)==null?void 0:Pt.instance;if(Kt&&Ce&&et){const jt=Kt.onDidBlurEditorWidget(()=>{yt.current=!1}),qt=Kt.onDidFocusEditorText(()=>{yt.current=!0});return()=>{jt.dispose(),qt.dispose()}}},[Te.current,Ce,et]),(0,r.useEffect)(()=>{var Pt;if((Pt=Te.current)!=null&&Pt.instance&&Ce&&Mt){let Kt=Te.current.instance,jt=Kt.getModel();if(!jt)return;(()=>{var $n;let ci=[],Di=[];const Gi=jt.getAllDecorations();for(let Ui of Gi)Ui.options.className==="highlighted-line"&&(ci.push(($n=Ui==null?void 0:Ui.range)==null?void 0:$n.startLineNumber),Di.push(Ui==null?void 0:Ui.id));if(rt===ci[0])return;jt.deltaDecorations(Di,[]);const Pi=jt.getLineCount();rt&&rt<=Pi&&(Kt.deltaDecorations([],[{range:new Lt.Range(rt,1,rt,jt.getLineMaxColumn(rt)),options:{isWholeLine:!0,className:"highlighted-line"}}]),Kt.revealLineInCenter(rt))})();const yr=($n=!1)=>{var ci;let Di=[],Gi=[];const Pi=jt.getAllDecorations();for(let Ui of Pi)Ui.options.linesDecorationsClassName==="breakpoints-select"&&(Di.push((ci=Ui==null?void 0:Ui.range)==null?void 0:ci.startLineNumber),Gi.push(Ui==null?void 0:Ui.id));if($n)return{lines:Di,ids:Gi};lr(Di)},Qr=$n=>ne(void 0,null,function*(){let ci={range:new Lt.Range($n,1,$n,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield jt.deltaDecorations([],[ci]),yr()}),Hr=$n=>ne(void 0,null,function*(){let ci=[];const Di=Kt.getLineDecorations($n);for(let Gi of Di)Gi.options.linesDecorationsClassName==="breakpoints-select"&&ci.push(Gi.id);yield jt.deltaDecorations(ci,[]),yr()}),jn=$n=>{let ci=Kt.getLineDecorations($n);for(let Di of ci)if(Di.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,H.isEqual)(or,yr(!0).lines)){jt.deltaDecorations(yr(!0).ids,[]);const $n=or.map(ci=>({range:new Lt.Range(ci,1,ci,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));jt.deltaDecorations([],$n)}const En=Kt.onDidChangeModelContent($n=>{let ci=Kt.getPosition();if(ci){let Di=ci.lineNumber;clearTimeout($t.current),$t.current=setTimeout(()=>{Dt(jt.getLineContent(Di),Di)?Hr(Di):jn(Di)?(Hr(Di),Qr(Di)):yr()},100)}}),Yn=Kt.onMouseDown($n=>{var ci,Di,Gi;if($n.target.detail&&((Gi=(Di=(ci=$n.target)==null?void 0:ci.element)==null?void 0:Di.className)!=null&&Gi.includes("line-numbers"))){let Pi=$n.target.position.lineNumber;if(Dt(jt.getLineContent(Pi),Pi))return;jn(Pi)?Hr(Pi):Qr(Pi)}}),Tt=$n=>{let ci={range:new Lt.Range($n,1,$n,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};At.current=Kt.deltaDecorations(At.current,[ci])},Vr=()=>{At.current=Kt.deltaDecorations(At.current,[])},ii=Kt.onMouseMove($n=>{var ci,Di,Gi;if(Vr(),$n.target.detail&&((Gi=(Di=(ci=$n.target)==null?void 0:ci.element)==null?void 0:Di.className)!=null&&Gi.includes("line-numbers"))){let Pi=$n.target.position.lineNumber;if(Dt(jt.getLineContent(Pi),Pi))return;Tt(Pi)}}),Bi=Kt.onMouseLeave(()=>{Vr()});return()=>{En.dispose(),Yn.dispose(),ii.dispose(),Bi.dispose()}}},[Te.current,Ce,or,rt,Mt,Rt]),(0,r.useEffect)(()=>{var Pt;(Pt=Te.current)!=null&&Pt.instance&&Mt&&Te.current.instance.setPosition({lineNumber:0,column:0})},[rt]);function Be(){let Pt=Te.current.instance;if(Pt){const Kt=Pt.getSelection(),jt=Te.current.pastePos||{},qt=new Lt.Range(jt.startLineNumber||Kt.endLineNumber,jt.startColumn||Kt.endColumn,jt.endLineNumber||Kt.endLineNumber,jt.endColumn||Kt.endColumn);setTimeout(()=>{Pt.executeEdits("",[{range:qt,text:""}])},300)}}function Dr(Pt){(window.navigator.platform.match("Mac")?Pt.metaKey:Pt.ctrlKey)&&Pt.keyCode==83&&(Pt.preventDefault(),Oe())}const vt=()=>{if(Ge&&Te.current.instance){const Pt=Te.current.instance.getContentHeight();wr(Pt<Ne?Ne:Pt)}else wr(Ne)};function qr(Pt){var Kt=document.createEvent("MouseEvents");Kt.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),Pt.dispatchEvent(Kt)}const sn=Pt=>{if(!yt.current)return;const{keyCode:Kt,ctrlKey:jt,metaKey:qt,target:yr,type:Qr}=Pt;return(Qr==="paste"||(Kt===67||Kt===86)&&(qt||jt))&&yr.nodeName==="TEXTAREA"&&(xe(),Pt.preventDefault()),!1};function zt(Pt,Kt){var jt=window.URL||window.webkitURL||window,qt=new Blob([Kt]),yr=document.createElementNS("http://www.w3.org/1999/xhtml","a");yr.href=jt.createObjectURL(qt),yr.download=Pt,qr(yr)}(0,r.useEffect)(()=>{vt()},[vt]),(0,r.useEffect)(()=>{Ut.current&&!Ce&&Promise.all([e.e(8909),e.e(1901)]).then(e.bind(e,71448)).then(Pt=>{try{Lt=Pt,Te.current.instance=Lt.editor.create(Ut.current,{value:ht,language:Fe(Rt),theme:Xe,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0},at);const Kt=Te.current.instance;let yr=[...N.BH._menuItems].find(En=>En[0]._debugName=="EditorContext")[1],Qr=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],Hr=(En,Yn)=>{var Tt,Vr;let ii=En._first;do Yn.includes((Vr=(Tt=ii.element)==null?void 0:Tt.command)==null?void 0:Vr.id)&&En._remove(ii);while(ii=ii.next)};if(St(Kt,Lt),setTimeout(()=>{vt(),Te.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{zt(Me||"educoder.txt",Kt.getValue())}})},500),Te.current.subscription=Kt.onDidChangeModelContent(En=>{Ae.current?clearTimeout(ut.current):(vt(),Qe(Kt.getValue(),En)),ut.current=setTimeout(()=>{Ae.current=!1},500)}),window.Monaco||b(Lt,Fe(Rt)),et&&(Hr(yr,Qr),Ut.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",sn),window.removeEventListener("paste",sn),window.addEventListener("keydown",sn),window.addEventListener("paste",sn)),window.Monaco=Lt,Ze&&Kt.onDidBlurEditorWidget(()=>{Ze(Kt.getValue())}),Ct&&Kt.onDidFocusEditorText(()=>{Ct(Kt.getValue())}),et)try{Kt.onDidPaste(En=>{const Yn=Kt.getSelection(),Tt=Te.current.pastePos||{},Vr=new Lt.Range(Tt.startLineNumber||Yn.endLineNumber,Tt.startColumn||Yn.endColumn,Tt.endLineNumber||Yn.endLineNumber,Tt.endColumn||Yn.endColumn);Kt.executeEdits("",[{range:En.range,text:""}])})}catch(En){}let jn=Ue();return Ot&&typeof Ot=="string"&&new B(Ot,Kt,Lt),_t(!0),()=>{const En=Te.current.instance;En.dispose();const Yn=En.getModel();Yn&&Yn.dispose(),Te.current.subscription&&Te.current.subscription.dispose(),jn.unobserve(Ut.current)}}catch(Kt){}})},[]),(0,r.useEffect)(()=>{if(Te.current.instance&&Ce)return document.addEventListener("keydown",Dr,!1),()=>{document.removeEventListener("keydown",Dr)}},[Oe,Ce]),(0,r.useEffect)(()=>{let Pt=Te.current.instance;if(Pt&&Ce){let Kt=Fe(Rt);Lt.editor.setModelLanguage(Pt.getModel(),Kt)}},[Rt,Ce]),(0,r.useEffect)(()=>{Te.current.instance&&Ce&&Lt.editor.setTheme(Xe)},[Xe,Ce]),(0,r.useEffect)(()=>{let Pt=Te.current.instance;ce.current=ct,Pt&&Ce&&(Pt.updateOptions(le({},ct)),setTimeout(()=>{Pt.getModel().updateOptions(le({},ct))},200))},[JSON.stringify(ct),Ce]),(0,r.useEffect)(()=>{let Pt=Te.current.instance;Pt&&Ce&&Pt.layout()},[nr,Ne,Ce]);const[er,Bt]=(0,r.useState)(me(nr)),[Yt,wr]=(0,r.useState)(me(Ne)),Ir=Z(le({},Je),{width:er,height:Yt,position:"relative"});return r.createElement("div",{className:"my-monaco-editor",ref:Ut,style:Ir},ye&&r.createElement(ie.CopyToClipboard,{text:ht,onCopy:()=>K.ZP.success("\u590D\u5236\u6210\u529F")},r.createElement(G.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 wt({width:Gt="100%",height:Ft="100%",original:nr,modified:Ne,language:ht,options:Rt={}}){const Je=(0,r.useRef)(),[ct,at]=(0,r.useState)(null);function Xe(Ge){let et;return Je.current&&(et=new i.Z(Qe=>{for(let St of Qe)(St.target.offsetHeight>0||St.target.offsetWidth>0)&&Ge.layout()}),et.observe(Je.current)),et}(0,r.useEffect)(()=>(Je.current&&Promise.all([e.e(8909),e.e(9404)]).then(e.bind(e,2550)).then(Ge=>{Lt=Ge;const et=Lt.editor.createDiffEditor(Je.current,Z(le({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},Rt),{wordWrap:!0}));at(et);let Qe=Xe(et);return()=>{et.dispose();const St=et.getModel();St&&St.dispose(),Qe.unobserve(Je.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,r.useEffect)(()=>{ct&&ct.setModel({original:Lt.editor.createModel(nr,ht),modified:Lt.editor.createModel(Ne,ht)})},[nr,Ne,ht,ct]);const Ze=me(Gt),ye=me(Ft),Oe={width:Ze,height:ye};return r.createElement("div",{className:"my-diff-editor",ref:Je,style:Oe})}},17094:function(d,g,e){"use strict";e.d(g,{k:function(){return b}});var r=e(88834),i=e(8591),l=e(11016),c=Object.defineProperty,f=Object.defineProperties,o=Object.getOwnPropertyDescriptors,h=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable,x=(k,R,S)=>R in k?c(k,R,{enumerable:!0,configurable:!0,writable:!0,value:S}):k[R]=S,p=(k,R)=>{for(var S in R||(R={}))u.call(R,S)&&x(k,S,R[S]);if(h)for(var S of h(R))a.call(R,S)&&x(k,S,R[S]);return k},y=(k,R)=>f(k,o(R)),m=(k,R)=>{var S={};for(var I in k)u.call(k,I)&&R.indexOf(I)<0&&(S[I]=k[I]);if(k!=null&&h)for(var I of h(k))R.indexOf(I)<0&&a.call(k,I)&&(S[I]=k[I]);return S};const b=["\u8BA4\u8BC1\u4E13\u4E1A","\u8BA4\u8BC1\u5C4A\u522B"],A={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:S}){yield S({type:"save",payload:{actionTabs:p({},k)}})},*getMajorList({payload:k},{call:R,put:S,select:I}){const{userInfo:M}=yield I(B=>B.user);if(M!=null&&M.school_id){const B=yield R(r.BA,M.school_id);if(B&&B.data){const N=l.U.getItem(M==null?void 0:M.login);yield S({type:"setMajorOrYearDataSource",payload:{key:b[0],value:B.data.map(K=>({label:K.name,value:K.ec_major_school_id})),active:B.data.length>0?N[0]||B.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:k},{call:R,put:S,select:I}){const M=yield R(r.Nx,k.id),{userInfo:B}=yield I(N=>N.user);if(M&&M.data){const N=l.U.getItem(B==null?void 0:B.login);yield S({type:"setMajorOrYearDataSource",payload:{key:b[1],value:M.data.map(K=>({label:K.year,value:K.ec_year_id})),active:M.data.length>0?k.firstEnter?N[1]:M.data[0].ec_year_id:void 0}})}},*getCourseResults({payload:k={}},{call:R,put:S,select:I}){const{calc:M,page:B,per_page:N}=k,{headerData:K,tabListData:G}=yield I(ie=>ie.engineeringEvaluteList),{userInfo:H}=yield I(ie=>ie.user);let ae=K.active[b[1]];if(ae){let ie={id:ae,page:B||1,per_page:N||G.pageSize};M&&(ie=y(p({},ie),{page:G.pageNo}));const ue=yield R(r._y,ie),X=[K.active[b[0]],K.active[b[1]]];l.U.setItem(H==null?void 0:H.login,X),ue&&ue.ec_courses&&(yield S({type:"setCourseResults",payload:y(p({},G),{pageNo:ie.page,total:ue.count,pageSize:ie.per_page||G.pageSize,dataSource:ue.ec_courses.map((Y,$)=>y(p({},Y),{key:ie.page>1?(ie.page-1)*ie.per_page+$+1:$+1}))})}))}else yield S({type:"setCourseResults",payload:y(p({},G),{pageNo:1,total:0,dataSource:[]})})},*exportCourse({payload:k},{call:R,select:S}){const{headerData:I}=yield S(M=>M.engineeringEvaluteList);I.active[b[1]]&&(yield R(r.F,I.active[b[1]]))},*compute({payload:k},{call:R,put:S}){const I=k,{all:M}=I,B=m(I,["all"]),N=yield R(M?r.At:r.PX,B);N&&N.status===0?(i.ZP.success("\u8BA1\u7B97\u5B8C\u6210"),yield S({type:"getCourseResults",payload:{calc:!0}})):i.ZP.error(N.message)}},reducers:{save(k,R){return p(p({},k),R.payload)},setMajorOrYearDataSource(k,{payload:R}){let S=k.headerData.active;return R.active&&(S=y(p({},S),{[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:S})})},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:S})=>{S==="/"&&k({type:"query"})})}}};g.Z=A},61360:function(d,g,e){"use strict";e.d(g,{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:A,program_questions:k,completion_questions:R,subjective_questions:S,practical_questions:I,combination_questions:M}=x||{},N=[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"},A),o({type:"SUBJECTIVE",name:"\u7B80\u7B54\u9898"},S),o({type:"PROGRAM",name:"\u7F16\u7A0B\u9898"},k),o({type:"PRACTICAL",name:"\u5B9E\u8BAD\u9898"},I),o({type:"COMBINATION",name:"\u7EC4\u5408\u9898"},M)].filter(K=>K.questions_count>0).map((K,G)=>o(o({},K),{number:u[G+1]}));return{all_questions_count:p,all_score:y,questionList:N}}},11016:function(d,g,e){"use strict";e.d(g,{U:function(){return c},t:function(){return l}});var r=e(43418),i=e(7544);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)}}},63591:function(d,g,e){"use strict";e.d(g,{$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 I},Zm:function(){return u},bz:function(){return f},eF:function(){return A},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 S}});var r=e(79769),i=(N,K,G)=>new Promise((H,ae)=>{var ie=Y=>{try{X(G.next(Y))}catch($){ae($)}},ue=Y=>{try{X(G.throw(Y))}catch($){ae($)}},X=Y=>Y.done?H(Y.value):Promise.resolve(Y.value).then(ie,ue);X((G=G.apply(N,K)).next())});function l(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/avatar.json`,{method:"put",body:N})})}function c(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}.json`,{method:"get"})})}function f(N){return i(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:N})})}function o(N){return i(this,null,function*(){return(0,r.ZP)("/api/schools/limit_list.json",{method:"get",params:N})})}function h(N){return i(this,null,function*(){return(0,r.ZP)(`/api/schools/${N.id}/departments/for_option.json`,{method:"get",params:N})})}function u(N){return i(this,null,function*(){return(0,r.ZP)("/api/add_department_applies.json",{method:"post",body:N})})}function a(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.id}.json`,{method:"put",body:N})})}function x(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/authentication_apply.json`,{method:"delete"})})}function p(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/professional_auth_apply.json`,{method:"delete"})})}function y(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.id}/professional_auth_apply.json`,{method:"post",body:N})})}function m(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.id}/authentication_apply.json`,{method:"post",body:N})})}function b(N){return i(this,null,function*(){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:N})})}function A(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/phone_bind.json`,{method:"post",body:N})})}function k(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/email_bind.json`,{method:"post",body:N})})}function R(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/password.json`,{method:"put",body:N})})}function S(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.basicInfoId}/open_users/${N.id}.json`,{method:"delete"})})}function I(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${N.login}/cancel_authentication.json`,{method:"post",body:N})})}function M(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${N.login}/cancel_professional_certification.json`,{method:"post",body:N})})}function B(N,K){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${N.login}/videos/${N.id}/create_subject_video.json`,{method:"post",body:K})})}},53489:function(d,g,e){"use strict";e.d(g,{An:function(){return y},TO:function(){return a},my:function(){return p},nZ:function(){return x}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(m,b,A)=>b in m?i(m,b,{enumerable:!0,configurable:!0,writable:!0,value:A}):m[b]=A,h=(m,b)=>{for(var A in b||(b={}))c.call(b,A)&&o(m,A,b[A]);if(l)for(var A of l(b))f.call(b,A)&&o(m,A,b[A]);return m},u=(m,b,A)=>new Promise((k,R)=>{var S=B=>{try{M(A.next(B))}catch(N){R(N)}},I=B=>{try{M(A.throw(B))}catch(N){R(N)}},M=B=>B.done?k(B.value):Promise.resolve(B.value).then(S,I);M((A=A.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)})})}},63654:function(d,g,e){"use strict";e.d(g,{$n:function(){return A},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(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(S,I,M)=>I in S?i(S,I,{enumerable:!0,configurable:!0,writable:!0,value:M}):S[I]=M,h=(S,I)=>{for(var M in I||(I={}))c.call(I,M)&&o(S,M,I[M]);if(l)for(var M of l(I))f.call(I,M)&&o(S,M,I[M]);return S},u=(S,I,M)=>new Promise((B,N)=>{var K=ae=>{try{H(M.next(ae))}catch(ie){N(ie)}},G=ae=>{try{H(M.throw(ae))}catch(ie){N(ie)}},H=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(K,G);H((M=M.apply(S,I)).next())});function a(S){return u(this,null,function*(){return(0,r.ZP)("/api/files/public_with_course_and_project",{method:"get",params:h({},S)})})}function x(S){return u(this,null,function*(){return(0,r.ZP)("/api/files/mine_with_course_and_project.json",{method:"get",params:h({},S)})})}function p(S){return u(this,null,function*(){return(0,r.ZP)("/api/files/import.json",{method:"post",body:h({},S)})})}function y(S){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${S.id}.json`,{method:"get",params:h({},S)})})}function m(S){return u(this,null,function*(){const{id:I}=S;return delete S.id,(0,r.ZP)(`/api/files/${I}.json`,{method:"put",body:h({},S)})})}function b(S){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${S.id}/update_visits.json`,{method:"post"})})}function A(S){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${S==null?void 0:S.id}/watch_list.json`,{method:"get",params:h({},S)})})}function k(S){return u(this,null,function*(){return(0,r.ZP)("/api/files/get_batches_publish_info.json",{method:"get",params:h({},S)})})}function R(S){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${S==null?void 0:S.id}/add_file_quantity.json`,{method:"post",body:h({},S)})})}},75048:function(d,g,e){"use strict";e.d(g,{CJ:function(){return y},Mf:function(){return R},NA:function(){return A},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(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(S,I,M)=>I in S?i(S,I,{enumerable:!0,configurable:!0,writable:!0,value:M}):S[I]=M,h=(S,I)=>{for(var M in I||(I={}))c.call(I,M)&&o(S,M,I[M]);if(l)for(var M of l(I))f.call(I,M)&&o(S,M,I[M]);return S},u=(S,I,M)=>new Promise((B,N)=>{var K=ae=>{try{H(M.next(ae))}catch(ie){N(ie)}},G=ae=>{try{H(M.throw(ae))}catch(ie){N(ie)}},H=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(K,G);H((M=M.apply(S,I)).next())});function a(S){return u(this,null,function*(){return(0,r.ZP)("/api/courses/board_list.json",{method:"get",params:h({},S)})})}function x(S){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${S.boardId}.json`,{method:"get",params:h({},S)})})}function p(S){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${S.id}/sticky_top.json`,{method:"put",body:{course_id:S.coursesId}})})}function y(S){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${S.id}/sticky_top.json`,{method:"put",body:{course_id:S.coursesId}})})}function m(S){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${S.boardId}/reply_list.json`,{method:"get",params:h({},S)})})}function b(S){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${S.boardId}/reply.json`,{method:"post",body:h({},S)})})}function A(S){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:h({},S)})})}function k(S){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:h({},S)})})}function R(S){return u(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:h({},S)})})}},20996:function(d,g,e){"use strict";e.d(g,{$T:function(){return ci},A:function(){return $t},Ab:function(){return wa},Al:function(){return Fe},BQ:function(){return Ct},BR:function(){return We},Bn:function(){return Qt},Cq:function(){return Bi},D4:function(){return b},DJ:function(){return Rt},Dd:function(){return N},Ds:function(){return or},EO:function(){return yt},Ed:function(){return Je},F9:function(){return Ot},FU:function(){return Ut},Fg:function(){return K},GV:function(){return ye},Gk:function(){return ne},Gm:function(){return et},Gz:function(){return G},Hf:function(){return a},Hl:function(){return H},Hn:function(){return ee},ID:function(){return jn},IU:function(){return Dt},J2:function(){return Xe},K$:function(){return Me},KP:function(){return ct},KT:function(){return Ne},L$:function(){return At},LH:function(){return ue},Lk:function(){return zn},Lm:function(){return k},Ls:function(){return Gt},MA:function(){return Ui},Mc:function(){return Jn},N7:function(){return Pe},Nd:function(){return U},Nl:function(){return dt},Ns:function(){return En},O3:function(){return ht},Pj:function(){return Ge},Q9:function(){return y},QX:function(){return xe},QZ:function(){return nr},R2:function(){return Ee},Rk:function(){return $n},S9:function(){return Ae},SA:function(){return A},U8:function(){return Tt},UD:function(){return qt},U_:function(){return le},Uy:function(){return Qr},V8:function(){return se},Vw:function(){return wt},W0:function(){return Dr},W7:function(){return lr},WK:function(){return da},Wr:function(){return bt},YR:function(){return _t},Z0:function(){return Bt},ZL:function(){return sn},ZT:function(){return Ki},ZX:function(){return Ji},Z_:function(){return X},_0:function(){return Y},_9:function(){return Qe},_B:function(){return ka},_X:function(){return p},aP:function(){return vt},aQ:function(){return St},aZ:function(){return ce},al:function(){return ut},bm:function(){return jt},bz:function(){return rt},c_:function(){return ii},ds:function(){return Kt},fN:function(){return sa},fr:function(){return Ce},g4:function(){return Ze},gq:function(){return ae},hf:function(){return mt},i:function(){return Yt},i6:function(){return Gi},i7:function(){return Hr},iE:function(){return S},ih:function(){return vi},jA:function(){return m},kW:function(){return at},km:function(){return Yn},nP:function(){return M},nQ:function(){return Mt},nX:function(){return Ir},oM:function(){return tt},oR:function(){return Yi},o_:function(){return qr},pf:function(){return Pt},pr:function(){return gi},pv:function(){return Di},qB:function(){return Lt},r2:function(){return $},rS:function(){return ie},s:function(){return $i},sK:function(){return x},sb:function(){return pe},sm:function(){return B},t1:function(){return Oe},tB:function(){return Ia},tR:function(){return Jt},td:function(){return Be},uh:function(){return Te},up:function(){return Vr},v2:function(){return I},vV:function(){return zt},w9:function(){return Z},wR:function(){return Pi},yS:function(){return Ue},yV:function(){return me},yd:function(){return wr},zg:function(){return Ft}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(we,it,qe)=>it in we?i(we,it,{enumerable:!0,configurable:!0,writable:!0,value:qe}):we[it]=qe,h=(we,it)=>{for(var qe in it||(it={}))c.call(it,qe)&&o(we,qe,it[qe]);if(l)for(var qe of l(it))f.call(it,qe)&&o(we,qe,it[qe]);return we},u=(we,it,qe)=>new Promise((It,lt)=>{var dr=zr=>{try{Cr(qe.next(zr))}catch(Jr){lt(Jr)}},pr=zr=>{try{Cr(qe.throw(zr))}catch(Jr){lt(Jr)}},Cr=zr=>zr.done?It(zr.value):Promise.resolve(zr.value).then(dr,pr);Cr((qe=qe.apply(we,it)).next())});const a=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/update_group.json`,{method:"put",body:we})}),x=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/students.json`,{method:"Get",params:we})}),p=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/add_groups.json`,{method:"post",body:we})}),y=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/list_groups_by_settings.json`,{method:"post",body:we})}),m=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/groups.json`,{method:"Get",params:we})}),b=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/update_leader_permission.json`,{method:"put",body:we})}),A=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/update_group_settings`,{method:"put",body:we})}),k=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.coursesId}/group_homeworks/${we==null?void 0:we.categoryId}/group_settings.json`,{method:"Get",params:we})}),R=we=>u(void 0,null,function*(){return Fetch(`/api/homework_commons/${we==null?void 0:we.id}/test_result_setting.json`,{method:"post",body:we})}),S=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.course_id}/course_videos/configs.json`,{method:"put",body:we})}),I=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.course_id}/course_videos/list_for_config.json`,{method:"Get",params:we})}),M=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.course_id}/homework_commons/max_late_time.json`,{method:"Get",params:we})}),B=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.course_id}/homework_commons/batch_late_setting`,{method:"post",body:we})}),N=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/course_use_infos.json",{method:"Get",params:we})}),K=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/rank_list.json",{method:"Get",params:we})}),G=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_body.json",{method:"Get",params:we})}),H=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_header.json",{method:"Get",params:we})});function ae(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.course_id}/set_assistant_permissions.json`,{method:"post",body:h({},we.permissions)})})}function ie(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.course_id}/assistant_permissions.json`,{method:"Get",params:h({},we)})})}function ue(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/ai_status_query.json`,{method:"Get",params:we})})}function X(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/update_course_portrait_data.json`,{method:"post",body:h({},we)})})}function Y(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/get_user_portrait_config.json`,{method:"Get",params:we})})}function $(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/update_user_portrait_config.json?id=${we.coursesId}`,{method:"put",body:h({},we)})})}function se(we){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"Get",params:h({},we)})})}function ee(we){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/according_course_recommend_shixuns.json",{method:"Get",params:h({},we)})})}function J(we){return u(this,null,function*(){return Fetch("/api/disciplines.json",{method:"Get",params:h({},we)})})}function le(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/top_banner.json`,{method:"get",params:h({},we)})})}function Z(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id||we.coursesId}/left_banner.json`,{method:"get",params:h({},we)})})}function U(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/homework_commons.json`,{method:"get",params:h({},we)})})}function ne(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/homework_commons/list.json`,{method:"get",params:h({},we)})})}function me(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/graduation_topics.json`,{method:"get",params:h({},we)})})}function Ee(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/graduation_tasks.json`,{method:"get",params:h({},we)})})}function Pe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/v2/courses/${we.id}/exercises.json`,{method:"get",params:h({},we)})})}function We(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/polls.json`,{method:"get",params:h({},we)})})}function Fe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/homework_commons.json`,{method:"get",params:h({},we)})})}function Lt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/course_groups.json`,{method:"get",params:h({},we)})})}function mt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/all_course_groups.json`,{method:"get",params:h({},we)})})}function wt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/attendances.json`,{method:"get",params:h({},we)})})}function Gt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/courses/${we.coursesId}/attendances.json`,{method:"get",params:h({},we)})})}function Ft(we){return u(this,null,function*(){return(0,r.ZP)(`/api/attendances/${we.id}/edit.json`,{method:"get",params:h({},we)})})}function nr(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/informs.json`,{method:"get",params:h({},we)})})}function Ne(we){return u(this,null,function*(){return(0,r.ZP)("/api/files.json",{method:"get",params:h({},we)})})}function ht(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/course_videos.json`,{method:"get",params:h({},we)})})}function Rt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/live_links.json`,{method:"get",params:h({},we)})})}function Je(we){return u(this,null,function*(){return(0,r.ZP)("/api/courses/mine.json",{method:"get",params:h({},we)})})}function ct(we){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${we.categoryId}/messages.json`,{method:"get",params:h({},we)})})}function at(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/course_groups.json`,{method:"get",params:h({},we)})})}function Xe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/students.json`,{method:"get",params:h({},we)})})}function Ze(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/statistics.json`,{method:"get",params:h({},we)})})}function ye(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/work_score.json`,{method:"get",params:h({},we)})})}function Oe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/act_score.json`,{method:"get",params:h({},we)})})}function Ge(we){return u(this,null,function*(){return(0,r.ZP)("/api/shixun_lists.json",{method:"get",params:h({},we)})})}function et(we){return u(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"get",params:h({},we)})})}function Qe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.course_id}/homework_commons/impersonal_list.json`,{method:"get",params:h({},we)})})}function St(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/homework_commons/create_shixun_homework.json`,{method:"post",body:h({},we)})})}function Ct(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we==null?void 0:we.course_id}/homework_commons/create_collaborators.json`,{method:"post",body:h({},we)})})}function lr(we){return u(this,null,function*(){return(0,r.ZP)("/api/subject_lists.json",{method:"get",params:h({},we)})})}function or(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/homework_commons/create_subject_homework.json`,{method:"post",body:h({},we)})})}function Me(we){return u(this,null,function*(){return(0,r.ZP)("/api/schools/school_list.json",{method:"get",params:we})})}function tt(we){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_course_list.json",{method:"post",body:we})})}function Qt(we){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"post",body:we})})}function rt(we){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:we})})}function Mt(we){return u(this,null,function*(){return(0,r.ZP)("/api/users/member_search.json",{method:"get",params:we})})}function Ot(we){return u(this,null,function*(){return(0,r.ZP)("/api/student_groups.json",{method:"get",params:h({page:1,limit:1e3},we)})})}function Jt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.identifier}/add_student_groups.json`,{method:"post",body:we})})}function Ut(we){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_all.json",{method:"get",params:we})})}function Te(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/add_teacher.json`,{method:"post",body:we})})}function ce(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/add_students_by_search.json`,{method:"post",body:we})})}function pe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/set_public_or_private.json`,{method:"post",body:we})})}function At(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/set_invite_code_halt.json`,{method:"post",body:we})})}function Ae(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/duplicate_course.json`,{method:"post",body:we})})}function ut(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/update_end_date.json`,{method:"put",body:we})})}function $t(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}.json`,{method:"delete",body:we})})}function yt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/settings.json`,{method:"get",params:h({},we)})})}function Ce(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}.json`,{method:"put",body:we})})}function _t(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/export_couser_info.json`,{method:"get",params:{export:!0}})})}function Ue(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/export_member_act_score_async.json`,{method:"get",params:h({export:!0},we)})})}function xe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/export_total_homework_commons_score.json`,{method:"get",params:h({export:!0},we)})})}function dt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/export_total_exercises_and_other_score.json`,{method:"get",params:h({export:!0},we)})})}function Dt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/export_star_user.json`,{method:"get",params:h({export:!0},we)})})}function Be(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/export_mooc_records.json`,{method:"get",params:h({export:!0},we)})})}function Dr(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/export_total_course_score.json`,{method:"get",params:h({export:!0},we)})})}function vt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${we.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},we)})})}function qr(we){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${we.categoryId}/export_shixun_report.json`,{method:"get",params:h({export:!0},we)})})}function sn(we){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${we.categoryId}/export_exercise_users.json`,{method:"get",params:h({export:!0},we)})})}function zt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${we.categoryId}/export_exercise_word.json`,{method:"get",params:h({export:!0},we)})})}function er(we){return u(this,null,function*(){return Fetch(`/api/homework_commons/${we.categoryId}/works_list.zip`,{method:"get",params:h({export:!0},we)})})}function Bt(we){return u(this,null,function*(){return(0,r.ZP)(`/api//course_second_categories/${we.id}.json`,{method:"delete",params:{export:!0}})})}function Yt(we){return u(this,null,function*(){return(0,r.ZP)(`/api//boards/${we.id}.json`,{method:"delete",params:{export:!0}})})}function wr(we){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${we.id}/sticky_module.json`,{method:"get"})})}function Ir(we){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${we.id}/hidden_module.json`,{method:"get"})})}function Pt(we){return u(this,null,function*(){return(0,r.ZP)("/api/courses/new.json",{method:"get",params:we})})}function Kt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/attendances/${we.id}.json`,{method:"get",params:we})})}function jt(we){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"get",params:we})})}function qt(we){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances/update_status.json",{method:"post",body:we})})}function yr(we){return u(this,null,function*(){return Fetch(`/api/polls/${we.categoryId}/commit_result.xlsx`,{method:"get",params:h({export:!0},we)})})}function Qr(we){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${we.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},we)})})}function Hr(we){return(0,r.ZP)(`/api/polls/${we.categoryId}/start_answer.json`,{method:"get",params:h({},we)})}function jn(we){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${we.questionId}/poll_votes.json`,{method:"post",body:we})})}function En(we){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${we.categoryId}/commit_poll.json`,{method:"post",body:we})})}function Yn(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.courseId}/tasks_list.json`,{method:"get",params:we})})}function Tt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.courseId}/update_task_position.json`,{method:"post",body:we})})}function Vr(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/calculate_all_shixun_scores.json`,{method:"get",params:we})})}function ii(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/all_course_groups.json`,{method:"get",params:we})})}function Bi(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/polls/all_course_groups.json`,{method:"get",params:we})})}function $n(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/students.json`,{method:"get",params:we})})}function ci(we){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${we.categoryId}/rename_group.json`,{method:"POST",body:we})})}function Di(we){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${we.categoryId}.json`,{method:"delete",body:we})})}function Gi(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/join_course_group.json`,{method:"POST",body:we})})}function Pi(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/transfer_to_course_group.json`,{method:"post",body:we})})}function Ui(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/delete_from_course.json`,{method:"post",body:we})})}function da(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/join_course_group.json`,{method:"post",body:we})})}function sa(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/exit_course.json`,{method:"post"})})}function Ji(we){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"post",body:h({},we)})})}function vi(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/mooc_users/${we.user_id}/edit.json`,{method:"get",params:we})})}function $i(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/mooc_users.json`,{method:"post",body:we})})}function Ia(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/mooc_users/${we.user_id}.json`,{method:"put",body:we})})}function bt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/course_second_categories/${we.id}/move_category.json`,{method:"post",body:we})})}function wa(we){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${we.id}/move_category.json`,{method:"post",body:we})})}function Ki(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/courseware.json`,{method:"get",params:we})})}function gi(we,it){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${we}/mark_wrong_topic.json`,{method:"get",params:it})})}function ka(we,it){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${we}/cancel_wrong_topic.json`,{method:"get",params:it})})}function Yi(we,it){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${we}/allow_end_group.json`,{method:"get",params:it})})}function Jn(we,it){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we}/homework_commons/end_with_homework_list_position.json`,{method:"post",body:it})})}function zn(we,it){return u(this,null,function*(){return(0,r.ZP)(`/api/tasks/${we}/get_content_for_commit_id.json`,{method:"get",params:it})})}},37921:function(d,g,e){"use strict";e.d(g,{$M:function(){return Ft},$P:function(){return lr},Ax:function(){return x},Dh:function(){return k},FU:function(){return H},GQ:function(){return ee},IN:function(){return Ze},JM:function(){return et},Ju:function(){return Gt},Mn:function(){return Xe},Ni:function(){return ne},Pg:function(){return R},Pt:function(){return A},Qp:function(){return $},R9:function(){return ae},Ux:function(){return se},Vy:function(){return We},XJ:function(){return U},XR:function(){return mt},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 ye},ml:function(){return le},o3:function(){return Ne},pA:function(){return Rt},pS:function(){return Ge},pU:function(){return Z},ps:function(){return G},q0:function(){return ct},qN:function(){return at},qS:function(){return b},qj:function(){return Lt},qt:function(){return St},rV:function(){return S},rZ:function(){return Qe},rk:function(){return Ee},rm:function(){return Y},sK:function(){return X},sL:function(){return Je},su:function(){return Oe},tC:function(){return Pe},tO:function(){return Fe},u9:function(){return J},uZ:function(){return me},vV:function(){return K},xx:function(){return or},y8:function(){return wt},yS:function(){return N},zF:function(){return y},zc:function(){return ie},zj:function(){return I},zz:function(){return Ct}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Me,tt,Qt)=>tt in Me?i(Me,tt,{enumerable:!0,configurable:!0,writable:!0,value:Qt}):Me[tt]=Qt,h=(Me,tt)=>{for(var Qt in tt||(tt={}))c.call(tt,Qt)&&o(Me,Qt,tt[Qt]);if(l)for(var Qt of l(tt))f.call(tt,Qt)&&o(Me,Qt,tt[Qt]);return Me},u=(Me,tt,Qt)=>new Promise((rt,Mt)=>{var Ot=Te=>{try{Ut(Qt.next(Te))}catch(ce){Mt(ce)}},Jt=Te=>{try{Ut(Qt.throw(Te))}catch(ce){Mt(ce)}},Ut=Te=>Te.done?rt(Te.value):Promise.resolve(Te.value).then(Ot,Jt);Ut((Qt=Qt.apply(Me,tt)).next())});const a=Me=>(0,r.ZP)(`/api/competitions/${Me.identifier}/create_guide.json`,{method:"post",body:Me}),x=Me=>(0,r.ZP)(`/api/competitions/${Me.identifier}/guides.json`,{method:"get",params:Me}),p=Me=>(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.competition_team_id}/edit_info.json`,{method:"put",body:Me});function y(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/update_result.json`,{method:"post",body:Me})})}function m(Me){return u(this,null,function*(){return(0,r.ZP)("/api/competitions.json",{method:"Get",params:h({},Me)})})}function b(Me){return u(this,null,function*(){return(0,r.ZP)("/api/courses/apply_to_join_course.json",{method:"post",body:Me})})}function A(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams.json`,{method:"post"})})}function k(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_staff.json`,{method:"get"})})}function R(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/common_header.json`,{method:"get"})})}function S(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/${Me.url}`,{method:"get",params:h({},Me)})})}function I(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/update_md_content.json`,{method:"post",body:Me})})}function M(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams.json`,{method:"get",params:Me})})}function B(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.Teannameid}/edit.json`,{method:"get",params:Me})})}function N(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.Teannameid}.json`,{method:"put",body:Me})})}function K(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.id}/leave.json`,{method:"post",body:Me})})}function G(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.id}.json`,{method:"delete"})})}function H(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams.json`,{method:"post",body:Me})})}function ae(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.id}/add_managers.json`,{method:"post",body:Me})})}function ie(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/join.json`,{method:"post",body:Me})})}function ue(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/teachers.json`,{method:"get",params:Me})})}function X(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/students.json`,{method:"get",params:Me})})}function Y(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.teamid}/crud_team_members.json`,{method:"post",body:Me})})}function $(Me){return u(this,null,function*(){return(0,r.ZP)("/api/users/competition_reward.json",{method:"post",body:Me})})}function se(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/chart_rules.json`,{method:"get"})})}function ee(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/charts.json`,{method:"get",params:Me})})}function J(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/results.json`,{method:"get",params:Me})})}function le(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/md_tab_rules.json`,{method:"get",params:Me})})}function Z(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/prize.json`,{method:"get",params:Me})})}function U(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.id}.json`,{method:"get",params:Me})})}function ne(Me){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:Me})})}function me(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.userid}/phone_bind.json`,{method:"post",body:Me})})}function Ee(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.userid}/email_bind.json`,{method:"post",body:Me})})}function Pe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.userid}/professional_auth_apply.json`,{method:"delete"})})}function We(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.userid}/authentication_apply.json`,{method:"delete"})})}function Fe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/prize_leader_account.json`,{method:"put",body:Me})})}function Lt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.teamid}/shixun_detail.json`,{method:"get"})})}function mt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.teamid}/course_detail.json`,{method:"get"})})}function wt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/attachments/${Me.id}.json`,{method:"delete"})})}function Gt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.id}/get_certificate_info.json`,{method:"get",params:Me})})}function Ft(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.id}/basic_setting.json`,{method:"post",body:Me})})}function nr(){return u(this,null,function*(){return Fetch("/api/competitions/download_template",{method:"get",responseType:"arraybuffer"})})}function Ne(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/common_header.json`,{method:"get"})})}function ht(Me){return u(this,null,function*(){return Fetch("/api/competitions.json",{method:"post",body:Me})})}function Rt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/search_managers.json`,{method:"get",params:Me})})}function Je(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/get_managers.json`,{method:"get"})})}function ct(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/add_managers.json`,{method:"post",body:Me})})}function at(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/delete_managers.json`,{method:"delete",body:Me})})}function Xe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/get_picture.json`,{method:"get"})})}function Ze(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/identifier_exist.json`,{method:"post",body:Me})})}function ye(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/get_shixun_settings.json`,{method:"get"})})}function Oe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/shixun_add.json`,{method:"post",body:Me})})}function Ge(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/shixun_delete.json`,{method:"delete",body:Me})})}function et(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/shixun_select.json`,{method:"post",body:Me})})}function Qe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/info_finish.json`,{method:"get"})})}function St(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me==null?void 0:Me.id}/competition_review.json`,{method:"post",body:h({},Me)})})}function Ct(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams.json`,{method:"get",params:Me})})}function lr(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/all_team_members.json`,{method:"get",params:Me})})}function or(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_commit_records/member_works.json`,{method:"get",params:Me})})}},88834:function(d,g,e){"use strict";e.d(g,{F:function(){return b},OE:function(){return I},ff:function(){return A},p1:function(){return k},_y:function(){return m},mK:function(){return K},gq:function(){return H},eM:function(){return N},BA:function(){return ue},bA:function(){return Y},Nx:function(){return X},Qx:function(){return M},At:function(){return R},PX:function(){return S},Xl:function(){return B},y9:function(){return G},No:function(){return ae},ay:function(){return $}});var r=e(79769),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(se,ee,J)=>ee in se?i(se,ee,{enumerable:!0,configurable:!0,writable:!0,value:J}):se[ee]=J,a=(se,ee)=>{for(var J in ee||(ee={}))o.call(ee,J)&&u(se,J,ee[J]);if(f)for(var J of f(ee))h.call(ee,J)&&u(se,J,ee[J]);return se},x=(se,ee)=>l(se,c(ee)),p=(se,ee)=>{var J={};for(var le in se)o.call(se,le)&&ee.indexOf(le)<0&&(J[le]=se[le]);if(se!=null&&f)for(var le of f(se))ee.indexOf(le)<0&&h.call(se,le)&&(J[le]=se[le]);return J},y=(se,ee,J)=>new Promise((le,Z)=>{var U=Ee=>{try{me(J.next(Ee))}catch(Pe){Z(Pe)}},ne=Ee=>{try{me(J.throw(Ee))}catch(Pe){Z(Pe)}},me=Ee=>Ee.done?le(Ee.value):Promise.resolve(Ee.value).then(U,ne);me((J=J.apply(se,ee)).next())});const m=se=>y(void 0,null,function*(){var ee=se,{id:J}=ee,le=p(ee,["id"]);return(0,r.ZP)(`/api/ec_years/${J}/course_results.json`,{method:"get",params:le})}),b=se=>{let ee=document.createElement("iframe");ee.src=`/api/ec_years/${se}/course_results.xlsx`,ee.style.display="none",document.body.appendChild(ee)},A=({ec_year_id:se})=>(0,r.ZP)(`/api/ec_years/${se}/course_results/get_class.json`,{method:"get"}),k=({ec_year_id:se,id:ee,class_name:J=null})=>(0,r.ZP)(`/api/ec_years/${se}/course_results/${ee}.json`,{method:"get",params:{class_name:J}}),R=({ec_year_id:se})=>(0,r.ZP)("/api/ec_courses/1/evaluations/compute_all_courses_data",{method:"post",body:{ec_year_id:se}}),S=({ec_course_id:se})=>(0,r.ZP)(`/api/ec_courses/${se}/evaluations/evaluation_data`,{method:"POST"}),I=se=>{let ee=document.createElement("iframe");ee.src=`/api/ec_years/${se}/ec_graduation_results.xlsx`,ee.style.display="none",document.body.appendChild(ee)},M=({ec_year_id:se})=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/compute_all`,{method:"post"}),B=({ec_year_id:se,id:ee})=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/compute_single?id=${ee}`,{method:"POST"}),N=se=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results.json`,{method:"get"}),K=se=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/get_formulas.json`,{method:"get"}),G=({ec_year_id:se,formula_one:ee,formula_two:J,formula_three:le})=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/set_formulas.json`,{method:"PUT",body:{formula_one_id:ee,formula_two_id:J,formula_three_id:le}}),H=({ec_year_id:se,id:ee})=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/${ee}.json`,{method:"get"}),ae=se=>{var ee=se,{ec_year_id:J,type:le,goal_value:Z}=ee,U=p(ee,["ec_year_id","type","goal_value"]);let ne=`?type=${le}`,me={method:"PUT"};return le==="all"&&(ne+=`&goal_value=${Z}`),le==="each"&&(me=x(a({},me),{body:U})),(0,r.ZP)(`/api/ec_years/${J}/ec_graduation_results/set_goal_value${ne}`,me)};var ie=(se,ee,J)=>new Promise((le,Z)=>{var U=Ee=>{try{me(J.next(Ee))}catch(Pe){Z(Pe)}},ne=Ee=>{try{me(J.throw(Ee))}catch(Pe){Z(Pe)}},me=Ee=>Ee.done?le(Ee.value):Promise.resolve(Ee.value).then(U,ne);me((J=J.apply(se,ee)).next())});const ue=se=>ie(void 0,null,function*(){return(0,r.ZP)(`/api/schools/${se}/ec_majors/get_major_list.json`,{method:"get"})}),X=se=>ie(void 0,null,function*(){return(0,r.ZP)(`/api/ec_major_schools/${se}/ec_years/get_year_list.json`,{method:"get"})}),Y=({ec_year_id:se,school_id:ee})=>(0,r.ZP)(`/api/ec_years/${se}/top_pages.json`,{method:"get",params:{school_id:ee}}),$=({id:se,name:ee})=>(0,r.ZP)(`/api/ec_years/1/top_pages/${se}?name=${ee}`,{method:"PUT"})},31591:function(d,g,e){"use strict";e.d(g,{$Q:function(){return I},$l:function(){return Hr},BJ:function(){return at},CD:function(){return tt},Cd:function(){return St},Cl:function(){return Be},Di:function(){return nr},Fl:function(){return Rt},G$:function(){return le},GK:function(){return ht},Ip:function(){return ye},J:function(){return Z},KE:function(){return Je},L8:function(){return Ut},LP:function(){return Oe},MK:function(){return Ne},Mb:function(){return zt},N0:function(){return G},N3:function(){return Fe},OO:function(){return R},P8:function(){return Ir},PJ:function(){return ne},PT:function(){return Bt},Qc:function(){return ae},RK:function(){return J},Ty:function(){return xe},UH:function(){return ut},UK:function(){return Lt},Uj:function(){return or},Ul:function(){return Qe},VL:function(){return Mt},Vj:function(){return ce},W4:function(){return lr},WL:function(){return pe},Wj:function(){return ee},X4:function(){return Ze},Xn:function(){return qr},Xo:function(){return ue},YY:function(){return Ft},Ym:function(){return N},Yu:function(){return Pt},ZD:function(){return wr},Zg:function(){return Dr},_B:function(){return Me},_F:function(){return er},_U:function(){return Y},_u:function(){return me},aU:function(){return K},ab:function(){return Dt},cC:function(){return Ue},cV:function(){return $},ck:function(){return Yt},dp:function(){return H},eA:function(){return yr},fG:function(){return A},gA:function(){return se},gG:function(){return sn},gJ:function(){return Kt},hk:function(){return y},hv:function(){return m},iB:function(){return b},iU:function(){return k},iw:function(){return _t},kp:function(){return Ot},lL:function(){return S},lf:function(){return We},n$:function(){return Pe},n7:function(){return X},nF:function(){return Te},o3:function(){return jt},oS:function(){return Ge},oX:function(){return rt},oy:function(){return dt},p7:function(){return B},pL:function(){return Qt},pu:function(){return Xe},q6:function(){return Jt},qf:function(){return Gt},qz:function(){return et},s:function(){return yt},sA:function(){return At},sS:function(){return qt},tX:function(){return $t},uR:function(){return mt},ux:function(){return ct},wy:function(){return wt},xA:function(){return Ce},yE:function(){return ie},yu:function(){return Ae},zP:function(){return M},zR:function(){return Qr}});var r=e(79769),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(Tt,Vr,ii)=>Vr in Tt?i(Tt,Vr,{enumerable:!0,configurable:!0,writable:!0,value:ii}):Tt[Vr]=ii,a=(Tt,Vr)=>{for(var ii in Vr||(Vr={}))o.call(Vr,ii)&&u(Tt,ii,Vr[ii]);if(f)for(var ii of f(Vr))h.call(Vr,ii)&&u(Tt,ii,Vr[ii]);return Tt},x=(Tt,Vr)=>l(Tt,c(Vr)),p=(Tt,Vr,ii)=>new Promise((Bi,$n)=>{var ci=Pi=>{try{Gi(ii.next(Pi))}catch(Ui){$n(Ui)}},Di=Pi=>{try{Gi(ii.throw(Pi))}catch(Ui){$n(Ui)}},Gi=Pi=>Pi.done?Bi(Pi.value):Promise.resolve(Pi.value).then(ci,Di);Gi((ii=ii.apply(Tt,Vr)).next())});const y=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.exercise_id}/statistics/list_student_score_by_question_type.json`,{method:"get",params:Tt}),m=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.exercise_id}/statistics/list_student_score_by_question.json`,{method:"get",params:Tt}),b=Tt=>(0,r.ZP)(`/api/exercises/${Tt.exercise_id}/statistics/export_class_compare.xlsl`,{method:"get",params:Tt}),A=Tt=>(0,r.ZP)(`/api/exercises/${Tt.exercise_id}/statistics/class_question_compare.json`,{method:"get",params:Tt}),k=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.exercise_id}/statistics/class_score_distribution.json`,{method:"get",params:Tt}),R=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.exercise_id}/statistics/list_student_score.json`,{method:"get",params:Tt}),S=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.exercise_id}/statistics/set_score_ranges.json`,{method:"put",body:Tt}),I=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.exercise_id}/statistics/score_ranges.json`,{method:"get",params:Tt}),M=Tt=>(0,r.ZP)(`/api/exercises/${Tt.id}/sava_exam_summary.json`,{method:"post",body:Tt}),B=Tt=>(0,r.ZP)("/api/intelligent_reviews/exam_summary.json",{method:"post",body:Tt}),N=Tt=>(0,r.ZP)(`/api/exercises/${Tt.id}/generate_exam_summary.json`,{method:"post",body:Tt}),K=Tt=>(0,r.ZP)(`/api/exercises/${Tt.id}/exam_summary_settings.json`,{method:"post",body:Tt}),G=Tt=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.exercise_id}/review_exercise_user.json`,{method:"post",body:Tt})}),H=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.id}/code_check.json`,{method:"get",params:Tt}),ae=Tt=>(0,r.ZP)(`/api/exercises/${Tt.id}/reset_pwd.json`,{method:"post",body:Tt}),ie=Tt=>(0,r.ZP)(`/api/exercises/${Tt.id}/encrypt_or_decrypt.json`,{method:"post",body:Tt}),ue=Tt=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.id}/delayed_time_or_force.json`,{method:"post",body:Tt})}),X=Tt=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.id}/exercise_time.json`,{method:"Get",params:Tt})}),Y=Tt=>(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.id}/exercise_question_result.json`,{method:"get",params:Tt}),$=Tt=>(0,r.ZP)(`/api/exercises/${Tt.id}/get_question_type_alias.json`,{method:"get",params:Tt});function se(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt==null?void 0:Tt.id}/teacher_update.json`,{method:"post",body:a({},Tt)})})}function ee(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt==null?void 0:Tt.id}/adjust_comment.json`,{method:"post",body:a({},Tt)})})}function J(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.id}/edit_question_type_alias.json`,{method:"POST",body:Tt})})}function le(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/exercise_lists.json`,{method:"get",params:a({},Tt)})})}function Z(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/exercise_identity_photos.json`,{method:"get",params:a({},Tt)})})}function U(Tt){return p(this,null,function*(){return Fetch(`/api/exercises/${Tt.categoryId}/video_push_url.json`,{method:"get",params:a({},Tt)})})}function ne(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/query_identity_photo_state.json`,{method:"get",params:a({},Tt)})})}function me(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/exercise_result.json`,{method:"get",params:a({},Tt)})})}function Ee(Tt){return p(this,null,function*(){return Fetch(`/api/exercises/${Tt.categoryId}/exercise_score_area_setting.json`,{method:"post",body:a({},Tt)})})}function Pe(Tt){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},Tt)})})}function We(Tt){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"POST",body:a({},Tt)})})}function Fe(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Tt.coursesId}/exercises/publish_modal.json`,{method:"get",params:a({},Tt)})})}function Lt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/common_header.json`,{method:"get",params:a({},Tt)})})}function mt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Tt.coursesId}/exercises.json`,{method:"post",body:a({},Tt)})})}function wt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.exerciseId}.json`,{method:"put",body:a({},Tt)})})}function Gt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}.json`,{method:"get",params:a({},Tt)})})}function Ft(Tt){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"get",params:a({},Tt)})})}function nr(Tt){return p(this,null,function*(){const{id:Vr}=Tt;return delete Tt.id,(0,r.ZP)(`/api/exercise_questions/${Vr}.json`,{method:"put",body:a({},Tt)})})}function Ne(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/exercise_questions.json`,{method:"post",body:a({},Tt)})})}function ht(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt.id}/up_down.json`,{method:"post",body:a({},Tt)})})}function Rt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt.id}.json`,{method:"delete"})})}function Je(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Tt.coursesId}/exercises/end_modal.json`,{method:"get",params:a({},Tt)})})}function ct(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/publish_groups.json`,{method:"get",params:a({},Tt)})})}function at(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.exerciseId}/user_exercise_detail.json`,{method:"get",params:a({},Tt)})})}function Xe(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.exerciseId}/consult_exercise.json`,{method:"post",body:a({},Tt)})})}function Ze(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.exerciseId}/teacher_appraise.json`,{method:"get",params:a({},Tt)})})}function ye(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt.id}/adjust_score.json`,{method:"post",body:a({},Tt)})})}function Oe(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt.id}/batch_adjust_score.json`,{method:"post",body:a({},Tt)})})}function Ge(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.id}/adjust_score.json`,{method:"post",body:a({},Tt)})})}function et(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.id}/delayed_time.json`,{method:"post",body:a({},Tt)})})}function Qe(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/exercise_setting.json`,{method:"get",params:a({},Tt)})})}function St(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/v2/exercises/${Tt.categoryId}/exercise_setting.json`,{method:"get",params:a({},Tt)})})}function Ct(Tt){return p(this,null,function*(){return Fetch(`/api/exercises/${Tt.categoryId}/commit_setting.json`,{method:"post",body:a({},Tt)})})}function lr(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.exerciseId}/review_exercises_by_students.json`,{method:"post",body:a({},Tt)})})}function or(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/exercise_lists.xlsx`,{method:"get",params:x(a({},Tt),{export:!0})})})}function Me(Tt){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/user_exercise_detail.json`,{method:"get",params:x(a({},Tt),{login:null})})}function tt(Tt){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/start.json`,{method:"get",params:a({},Tt)})}function Qt(Tt){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/start_unlock.json`,{method:"post",body:a({},Tt)})}function rt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt.questionId}/exercise_answers.json`,{method:"post",body:Tt})})}function Mt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/commit_exercise.json`,{method:"post",body:Tt})})}function Ot(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/simulate_commit_exercise.json`,{method:"post",body:Tt})})}function Jt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/redo_exercise.json`,{method:"post",body:Tt})})}function Ut(Tt){return(0,r.ZP)(`/api/${Tt.url}`,{method:"get",params:a({},Tt)})}function Te(Tt){return(0,r.ZP)(`/api/problems/${Tt.id}/start.json`,{method:"get",params:a({},Tt)})}function ce(Tt){return(0,r.ZP)(`/api/exercises/${Tt.id}/begin_commit.json`,{method:"get",params:a({},Tt)})}function pe(Tt){return(0,r.ZP)(`/api/exercises/${Tt.id}/simulate_begin_commit.json`,{method:"get",params:a({},Tt)})}function At(Tt){return(0,r.ZP)("/api/examination_intelligent_settings/optional_items.json",{method:"post",body:a({},Tt)})}function Ae(Tt){return console.log("params:",Tt),(0,r.ZP)(`/api/exercises/${Tt.categoryId}/edit.json`,{method:"get",params:a({},Tt)})}function ut(Tt){return(0,r.ZP)(`/api/exercises/${Tt.id}/get_objective_scores.json`,{method:"get",params:a({},Tt)})}function $t(Tt){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/redo_modal.json`,{method:"get",params:a({},Tt)})}function yt(Tt){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/student_redo_lists.json`,{method:"get",params:a({},Tt)})}function Ce(Tt){return(0,r.ZP)("/api/exercises/get_user_exercises.json",{method:"get",params:Tt})}function _t(Tt){return(0,r.ZP)(`/api/exercises/${Tt.id}/exercise_header.json`,{method:"get",params:a({},Tt)})}function Ue(Tt){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/allow_close_camera.json`,{method:"post",body:a({},Tt)})}function xe(Tt){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/get_exercise_user_info.json`,{method:"get",params:a({},Tt)})}function dt(Tt){return(0,r.ZP)(`/api/exercises/${Tt.id}/record_screen`,{method:"post",params:a({},Tt)})}function Dt(Tt){return(0,r.ZP)(`/api/exercises/${Tt.id}/unbind_ip.json`,{method:"post",body:a({},Tt)})}function Be(Tt){return(0,r.ZP)(`/api/exercises/${Tt.id}/check_ip.json`,{method:"get",params:a({},Tt)})}function Dr(Tt){return(0,r.ZP)(`/api/exercises/${Tt==null?void 0:Tt.id}/check_user_exercise.json`,{method:"get",params:a({},Tt)})}function vt(Tt){return Fetch(`/api/exercises/${Tt.id}/make_up_students.json`,{method:"get",params:a({},Tt)})}function qr(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Tt.coursesId}/exercises/code_review_detail.json`,{method:"get",params:a({},Tt)})})}function sn(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt.question_id}/adjust_score.json`,{method:"post",body:a({},Tt)})})}function zt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Tt.categoryId}/simulate_exercise.json`,{method:"post",body:a({},Tt)})})}function er(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/simulate_start_answer.json`,{method:"get",params:a({},Tt)})})}function Bt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/exercise_time.json`,{method:"get",params:a({},Tt)})})}function Yt(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt.categoryId}/commit_screen_at.json`,{method:"post",body:a({},Tt)})})}function wr(Tt,Vr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt}/unlock_user`,{method:"post",body:Vr})})}function Ir(Tt,Vr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt}/save_screen_record.json`,{method:"post",body:Vr})})}function Pt(Tt,Vr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt}/screen_record_list.json`,{method:"get",params:Vr})})}function Kt(Tt){return p(this,null,function*(){return(0,r.ZP)("/api/attachments/set_ecs_attachment.json",{method:"get",params:a({},Tt)})})}function jt(Tt){return p(this,null,function*(){return(0,r.ZP)("/api/exercises/need_redo.json",{method:"get",params:Tt})})}function qt(Tt,Vr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Tt}/mark.json`,{method:"post",body:Vr})})}function yr(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Tt}/exit_delete_pod.json`,{method:"post",body:Tt})})}function Qr(Tt){return p(this,null,function*(){return(0,r.ZP)("/api/users/change_exercise_score.json",{method:"put",body:Tt})})}function Hr(Tt){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Tt==null?void 0:Tt.id}/send_to_item_bank.json`,{method:"post",body:a({},Tt)})})}function jn(Tt){return p(this,null,function*(){return Fetch(`/api/ai/wrong_question_push_charts/${Tt.exercise_id}/wrong_details.json`,{method:"get",params:a({},Tt)})})}function En(Tt){return p(this,null,function*(){return Fetch(`/api/ai/wrong_question_push_charts/${Tt.exercise_id}/wrong_question.json`,{method:"get",params:a({},Tt)})})}function Yn(Tt){return p(this,null,function*(){return Fetch(`/api/ai/wrong_question_push_charts/${Tt.exercise_id}/wrong_question_lists.json`,{method:"get",params:a({},Tt)})})}},53822:function(d,g,e){"use strict";e.d(g,{B0:function(){return p},Si:function(){return R},Sr:function(){return I},YP:function(){return S},b4:function(){return k},bc:function(){return a},dX:function(){return A},eh:function(){return M},iI:function(){return m},kd:function(){return x},qR:function(){return b},sW:function(){return y},ts:function(){return N},vL:function(){return B},z5:function(){return K}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(G,H,ae)=>H in G?i(G,H,{enumerable:!0,configurable:!0,writable:!0,value:ae}):G[H]=ae,h=(G,H)=>{for(var ae in H||(H={}))c.call(H,ae)&&o(G,ae,H[ae]);if(l)for(var ae of l(H))f.call(H,ae)&&o(G,ae,H[ae]);return G},u=(G,H,ae)=>new Promise((ie,ue)=>{var X=se=>{try{$(ae.next(se))}catch(ee){ue(ee)}},Y=se=>{try{$(ae.throw(se))}catch(ee){ue(ee)}},$=se=>se.done?ie(se.value):Promise.resolve(se.value).then(X,Y);$((ae=ae.apply(G,H)).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 A(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 S(G){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${G.user_id}/watch.json`,{method:"post",body:G})})}function I(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 N(G){return u(this,null,function*(){return(0,r.ZP)("/api/memos/reply.json",{method:"post",body:G})})}function K(G){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${G.id}/more_reply.json`,{method:"get",params:G})})}},66357:function(d,g,e){"use strict";e.d(g,{D2:function(){return a},n0:function(){return x},tk:function(){return p}});var r=e(79769),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((A,k)=>{var R=M=>{try{I(b.next(M))}catch(B){k(B)}},S=M=>{try{I(b.throw(M))}catch(B){k(B)}},I=M=>M.done?A(M.value):Promise.resolve(M.value).then(R,S);I((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})})}},36516:function(d,g,e){"use strict";e.d(g,{B6:function(){return p},Gr:function(){return N},Mf:function(){return I},NA:function(){return R},PC:function(){return A},PP:function(){return k},QA:function(){return x},RP:function(){return H},Sv:function(){return G},YQ:function(){return S},_n:function(){return ae},hL:function(){return B},je:function(){return b},mM:function(){return m},wA:function(){return K},x_:function(){return y},y0:function(){return M},y3:function(){return a}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(ie,ue,X)=>ue in ie?i(ie,ue,{enumerable:!0,configurable:!0,writable:!0,value:X}):ie[ue]=X,h=(ie,ue)=>{for(var X in ue||(ue={}))c.call(ue,X)&&o(ie,X,ue[X]);if(l)for(var X of l(ue))f.call(ue,X)&&o(ie,X,ue[X]);return ie},u=(ie,ue,X)=>new Promise((Y,$)=>{var se=le=>{try{J(X.next(le))}catch(Z){$(Z)}},ee=le=>{try{J(X.throw(le))}catch(Z){$(Z)}},J=le=>le.done?Y(le.value):Promise.resolve(le.value).then(se,ee);J((X=X.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 A(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 S(ie){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:h({},ie)})})}function I(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 N(ie){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ie.coursesId}/graduation_topics`,{method:"post",body:h({},ie)})})}function K(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 H(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)})})}},9014:function(d,g,e){"use strict";e.d(g,{AA:function(){return K},Db:function(){return x},Dd:function(){return b},F7:function(){return X},Fi:function(){return le},H3:function(){return m},HF:function(){return k},HH:function(){return y},Ib:function(){return se},J3:function(){return o},NT:function(){return l},NX:function(){return S},Ot:function(){return R},Ou:function(){return Y},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 H},Zd:function(){return J},bS:function(){return I},ck:function(){return A},eh:function(){return N},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 $},zT:function(){return U}});var r=e(79769),i=(ne,me,Ee)=>new Promise((Pe,We)=>{var Fe=wt=>{try{mt(Ee.next(wt))}catch(Gt){We(Gt)}},Lt=wt=>{try{mt(Ee.throw(wt))}catch(Gt){We(Gt)}},mt=wt=>wt.done?Pe(wt.value):Promise.resolve(wt.value).then(Fe,Lt);mt((Ee=Ee.apply(ne,me)).next())});function l(ne){return(0,r.ZP)("/api/schools/search.json",{method:"get",params:ne})}function c(ne){return(0,r.ZP)(`/api/schools/${ne.id}/departments/for_option.json`,{method:"get",params:ne})}function f(ne){return(0,r.ZP)("/api/graduations.json",{method:"POST",body:ne})}function o(ne){return(0,r.ZP)("/api/graduations.json",{method:"get",params:ne})}function h(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.identifier}/graduation_stages/${ne.stageid}/authorized_redelivery.json`,{method:"POST",body:ne})})}function u(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.identifier}/graduation_stages/${ne.stageid}/submit.json`,{method:"POST",body:ne})})}function a(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/student_tasks/export_status.json`,{method:"get",params:ne})})}function x(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/student_tasks/export_all_attachments.json`,{method:"get",params:ne})})}function p(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.identifier}/graduation_stages/${ne.id}.json`,{method:"get",params:ne})})}function y(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/student_tasks/set_final_score.json`,{method:"POST",body:ne})})}function m(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/student_tasks/final_score.json`,{method:"get",params:ne})})}function b(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/set_novice_guide.json`,{method:"POST",body:ne})})}function A(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_notices/${ne.doid}/set_do.json`,{method:"POST",body:ne})})}function k(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_teachers.json`,{method:"POST",body:ne})})}function R(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.identifier}/graduation_students/${ne.id}/update_major.json`,{method:"PUT",body:ne})})}function S(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_students.json`,{method:"POST",body:ne})})}function I(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_teachers/search.json`,{method:"get",params:ne})})}function M(ne){return i(this,null,function*(){return(0,r.ZP)("/api/schools/search.json",{method:"get",params:ne})})}function B(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_students/search.json`,{method:"get",params:ne})})}function N(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_students.json`,{method:"get",params:ne})})}function K(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_teachers.json`,{method:"get",params:ne})})}function G(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.graduation_id}/graduation_tasks.json`,{method:"POST",body:ne})})}function H(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.graduation_id}/graduation_tasks/${ne.id}.json`,{method:"PUT",body:ne})})}function ae(ne){return i(this,null,function*(){var me;return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_tasks/${(me=ne.ids)==null?void 0:me[0]}`,{method:"DELETE",body:{ids:ne.ids}})})}function ie(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_tasks.json`,{method:"get",params:ne})})}function ue(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}/graduation_notices.json`,{method:"get",params:ne})})}function X(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne.id}.json`,{method:"get"})})}function Y(ne){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne==null?void 0:ne.id}/common_header.json`,{method:"get"})})}function $(ne,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne}/preview.json`,{method:"get"})})}function se(ne,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne}/graduation_teachers/not_pass.json`,{method:"post",body:me})})}function ee(ne,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne}/graduation_teachers/pass.json`,{method:"post",body:me})})}function J(ne,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne}/graduation_students/not_pass.json`,{method:"post",body:me})})}function le(ne,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne}/graduation_students/pass.json`,{method:"post",body:me})})}function Z(ne,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne}/graduation_students/batch_delete`,{method:"delete",body:me})})}function U(ne,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ne}/graduation_teachers/batch_delete`,{method:"delete",body:me})})}},32717:function(d,g,e){"use strict";e.d(g,{LA:function(){return x},NX:function(){return m},Rm:function(){return f},S_:function(){return p},Tt:function(){return h},Yu:function(){return A},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(79769),i=(k,R,S)=>new Promise((I,M)=>{var B=G=>{try{K(S.next(G))}catch(H){M(H)}},N=G=>{try{K(S.throw(G))}catch(H){M(H)}},K=G=>G.done?I(G.value):Promise.resolve(G.value).then(B,N);K((S=S.apply(k,R)).next())});const l=k=>i(void 0,null,function*(){return Fetch("/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})}),A=k=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/data.json",{method:"get",params:k})})},70464:function(d,g,e){"use strict";e.d(g,{AD:function(){return a},Ig:function(){return x},Ko:function(){return m},QJ:function(){return b},Ub:function(){return A},V8:function(){return p},dl:function(){return k},w0:function(){return y}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(R,S,I)=>S in R?i(R,S,{enumerable:!0,configurable:!0,writable:!0,value:I}):R[S]=I,h=(R,S)=>{for(var I in S||(S={}))c.call(S,I)&&o(R,I,S[I]);if(l)for(var I of l(S))f.call(S,I)&&o(R,I,S[I]);return R},u=(R,S,I)=>new Promise((M,B)=>{var N=H=>{try{G(I.next(H))}catch(ae){B(ae)}},K=H=>{try{G(I.throw(H))}catch(ae){B(ae)}},G=H=>H.done?M(H.value):Promise.resolve(H.value).then(N,K);G((I=I.apply(R,S)).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 A(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"})})}},51257:function(d,g,e){"use strict";e.d(g,{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 I},ms:function(){return R},s0:function(){return A},vf:function(){return y},xn:function(){return x},yy:function(){return S}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(N,K,G)=>K in N?i(N,K,{enumerable:!0,configurable:!0,writable:!0,value:G}):N[K]=G,h=(N,K)=>{for(var G in K||(K={}))c.call(K,G)&&o(N,G,K[G]);if(l)for(var G of l(K))f.call(K,G)&&o(N,G,K[G]);return N},u=(N,K,G)=>new Promise((H,ae)=>{var ie=Y=>{try{X(G.next(Y))}catch($){ae($)}},ue=Y=>{try{X(G.throw(Y))}catch($){ae($)}},X=Y=>Y.done?H(Y.value):Promise.resolve(Y.value).then(ie,ue);X((G=G.apply(N,K)).next())});function a(N){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${N.coursesId}/online_learning.json`,{method:"get"})})}function x(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}.json`,{method:"put",body:N})})}function p(N){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${N.coursesId}/course_stages.json`,{method:"post",body:N})})}function y(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/add_shixun_to_stage.json`,{method:"post",body:N})})}function m(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/select_shixun_to_stage.json`,{method:"post",body:N})})}function b(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/add_video_to_stage.json`,{method:"post",body:N})})}function A(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/add_attachment_to_stage.json`,{method:"post",body:N})})}function k(N){return u(this,null,function*(){return Fetch("/api/paths/add_shixun_to_stage.json",{method:"post",body:N})})}function R(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/up_position.json`,{method:"post"})})}function S(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/down_position.json`,{method:"post"})})}function I(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}.json`,{method:"delete"})})}function M(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.stage_id}/items/move_position.json`,{method:"post",body:h({},N)})})}function B(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.stage_id}/items/${N.id}`,{method:"delete"})})}},84997:function(d,g,e){"use strict";e.d(g,{DF:function(){return b},Di:function(){return ee},Dm:function(){return ue},Dq:function(){return Ee},Gd:function(){return m},Hb:function(){return Pe},Hm:function(){return H},ID:function(){return u},JP:function(){return me},NC:function(){return K},Pl:function(){return A},Qc:function(){return c},Qp:function(){return X},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 We},kp:function(){return I},lc:function(){return S},oF:function(){return le},q$:function(){return h},qN:function(){return ae},tS:function(){return R},ts:function(){return B},un:function(){return $},w0:function(){return se},wX:function(){return Y},yE:function(){return f}});var r=e(79769),i=(Fe,Lt,mt)=>new Promise((wt,Gt)=>{var Ft=ht=>{try{Ne(mt.next(ht))}catch(Rt){Gt(Rt)}},nr=ht=>{try{Ne(mt.throw(ht))}catch(Rt){Gt(Rt)}},Ne=ht=>ht.done?wt(ht.value):Promise.resolve(ht.value).then(Ft,nr);Ne((mt=mt.apply(Fe,Lt)).next())});const l=Fe=>(0,r.ZP)(`/api/examination_banks/${Fe==null?void 0:Fe.id}/code_check.json`,{method:"get",params:Fe}),c=Fe=>(0,r.ZP)(`/api/examination_banks/${Fe.id}/reset_pwd.json`,{method:"post",body:Fe}),f=Fe=>(0,r.ZP)(`/api/examination_banks/${Fe.id}/encrypt_or_decrypt.json`,{method:"post",body:Fe}),o=Fe=>(0,r.ZP)("/api/examination_banks/exist_course.json",{method:"post",body:Fe}),h=Fe=>(0,r.ZP)("/api/examination_banks/check_examination_banks.json",{method:"post",body:Fe}),u=Fe=>(0,r.ZP)(`/api/examination_banks/${Fe.id}/copy.json`,{method:"post",body:Fe}),a=Fe=>(0,r.ZP)(`/api/examination_banks/${Fe.id}/get_question_type_alias.json`,{method:"get",params:Fe});function x(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/edit_question_type_alias.json`,{method:"POST",body:Fe})})}function p(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:Fe})})}function y(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines/by_examination_banks.json",{method:"get",params:Fe})})}function m(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"get",params:Fe})})}function b(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/set_public.json`,{method:"post"})})}function A(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/set_private.json`,{method:"post"})})}function k(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}.json`,{method:"delete"})})}function R(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:Fe})})}const S=Fe=>(0,r.ZP)("/api/examination_banks/batch_send_to_course.json",{method:"post",body:Fe});function I(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/send_to_course.json`,{method:"post",body:Fe})})}function M(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}.json`,{method:"get",params:Fe})})}function B(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/examination_banks_item_banks/${Fe.itemId}/set_score`,{method:"post",body:Fe})})}function N(Fe){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Fe.id}/examination_banks_item_banks/${Fe.itemId}/set_shixun_score.json`,{method:"post",body:Fe})})}function K(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/examination_banks_item_banks/${Fe.itemId}.json`,{method:"delete"})})}function G(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/examination_banks_item_banks/batch_set_score.json`,{method:"post",body:Fe})})}function H(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/examination_banks_item_banks/destroy_by_item_type.json`,{method:"delete",body:Fe})})}function ae(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/examination_banks_item_banks/${Fe.itemId}/adjust_position.json`,{method:"post",body:Fe})})}function ie(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}.json`,{method:"put",body:Fe})})}function ue(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:Fe})})}function X(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/set_batch_public.json",{method:"post",body:Fe})})}function Y(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe==null?void 0:Fe.id}/set_public.json`,{method:"post",body:Fe})})}function $(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/create_exam.json",{method:"post",body:Fe})})}function se(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/update_exam.json`,{method:"put",body:Fe})})}function ee(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/edit_exam.json`,{method:"get"})})}function J(Fe,Lt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Fe}/examination_banks_item_banks.json`,{method:"post",body:Lt})})}function le(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe.id}/examination_banks_item_banks/create_item_bank.json`,{method:"post",body:Fe})})}function Z(Fe,Lt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Fe}/sort_question_type.json`,{method:"post",body:Lt})})}function U(Fe){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Fe.exam_id}/examination_banks_item_banks/${Fe.question_id}.json`,{method:"delete"})})}function ne(Fe,Lt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Fe}/batch_set_score.json`,{method:"post",body:Lt})})}function me(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe}/simulate_exercise.json`,{method:"post"})})}function Ee(Fe){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Fe}/exercise_header.json`,{method:"get"})})}function Pe(Fe,Lt,mt){return i(this,null,function*(){const wt=new FormData;return wt.append("file",Lt),wt.append("sub_discipline_id",mt),(0,r.ZP)(`/api/examination_banks/${Fe}/import_item_banks.json`,{method:"post",body:wt},!0)})}function We(Fe){return i(this,null,function*(){return(0,r.ZP)("/api/users/change_exam_score.json",{method:"put",body:Fe})})}},84895:function(d,g,e){"use strict";e.d(g,{$D:function(){return Y},A2:function(){return Oe},A7:function(){return yt},AQ:function(){return K},Ax:function(){return tt},Bn:function(){return Ue},CI:function(){return St},DQ:function(){return At},DU:function(){return Je},EP:function(){return X},Ep:function(){return ye},Er:function(){return me},Ex:function(){return Mt},FD:function(){return Ae},F_:function(){return Rt},Fg:function(){return x},GY:function(){return Te},Go:function(){return Z},Gz:function(){return p},Hl:function(){return y},JS:function(){return wt},KM:function(){return ee},M2:function(){return et},MO:function(){return Ee},Mt:function(){return Qe},Mu:function(){return Qt},NV:function(){return _t},Q:function(){return Pe},Sp:function(){return N},VO:function(){return ut},WD:function(){return Ut},WO:function(){return ne},WW:function(){return Ot},_C:function(){return Ce},_V:function(){return Me},bw:function(){return ue},bz:function(){return pe},c3:function(){return mt},eJ:function(){return le},ef:function(){return ht},fh:function(){return k},fj:function(){return U},hS:function(){return m},jT:function(){return $t},ke:function(){return Jt},lk:function(){return B},mQ:function(){return M},ms:function(){return lr},mx:function(){return Fe},nq:function(){return a},ol:function(){return ce},p:function(){return H},p4:function(){return We},pU:function(){return I},rS:function(){return Gt},rs:function(){return J},s0:function(){return Ge},sm:function(){return Lt},tS:function(){return b},tu:function(){return S},ue:function(){return G},vf:function(){return Xe},w4:function(){return ae},xG:function(){return Ze},xn:function(){return at},yN:function(){return ie},yy:function(){return or}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(xe,dt,Dt)=>dt in xe?i(xe,dt,{enumerable:!0,configurable:!0,writable:!0,value:Dt}):xe[dt]=Dt,h=(xe,dt)=>{for(var Dt in dt||(dt={}))c.call(dt,Dt)&&o(xe,Dt,dt[Dt]);if(l)for(var Dt of l(dt))f.call(dt,Dt)&&o(xe,Dt,dt[Dt]);return xe},u=(xe,dt,Dt)=>new Promise((Be,Dr)=>{var vt=zt=>{try{sn(Dt.next(zt))}catch(er){Dr(er)}},qr=zt=>{try{sn(Dt.throw(zt))}catch(er){Dr(er)}},sn=zt=>zt.done?Be(zt.value):Promise.resolve(zt.value).then(vt,qr);sn((Dt=Dt.apply(xe,dt)).next())});const a=xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/subject_use_infos.json",{method:"Get",params:xe})}),x=xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/rank_list.json",{method:"Get",params:xe})}),p=xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_body.json",{method:"Get",params:xe})}),y=xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_header.json",{method:"Get",params:xe})}),m=xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/online_count.json",{method:"Get",params:xe})});function b(xe){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"Get",params:h({},xe)})})}function A(xe){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/subject_lists.json",{method:"Get",params:h({},xe)})})}function k(xe){return u(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:h({},xe)})})}function R(){return u(this,null,function*(){return Fetch("/api/paths/platform_systems.json",{method:"get"})})}function S(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}.json`,{method:"PUT",body:xe})})}function I(xe){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"post",body:xe})})}function M(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/edit.json`,{method:"get"})})}function B(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}.json`,{method:"get",params:h({identifier:xe.id},xe)})})}function N(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${xe.id}.json`,{method:"get",params:h({identifier:xe.id},xe)})})}function K(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/right_banner.json`,{method:"get",params:xe})})}function G(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/spoc_courses.json`,{method:"get",params:xe})})}const H=xe=>u(void 0,null,function*(){return(0,r.ZP)("/api/v2/stages.json",{method:"Get",params:xe})}),ae=xe=>u(void 0,null,function*(){return(0,r.ZP)(`/api/v2/stage_shixuns/${xe.id}/children.json`,{method:"Get",params:xe})});function ie(xe){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"get",params:xe})})}function ue(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/update_team_title.json`,{method:"post",body:xe})})}function X(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/delete_member.json`,{method:"Delete",body:xe})})}function Y(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/spoc_courses/${xe==null?void 0:xe.courseid}.json`,{method:"Delete"})})}function $(xe){return u(this,null,function*(){return Fetch(`/api/paths/${xe.id}/up_member_position.json`,{method:"post",body:xe})})}function se(xe){return u(this,null,function*(){return Fetch(`/api/paths/${xe.id}/down_member_position.json`,{method:"post",body:xe})})}function ee(xe){return u(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"post",body:xe})})}function J(xe){return u(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:xe})})}function le(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}.json`,{method:"Delete",body:xe})})}function Z(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/publish.json`,{method:"post",body:xe})})}function U(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/cancel_publish.json`,{method:"post",body:xe})})}function ne(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/apply_public.json`,{method:"post",body:xe})})}function me(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/cancel_public.json`,{method:"post",body:xe})})}function Ee(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/choose_course.json`,{method:"get",params:xe})})}function Pe(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/send_to_course.json`,{method:"post",body:xe})})}function We(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${xe.id}/send_to_course.json`,{method:"post",body:xe})})}function Fe(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/add_subject_members.json`,{method:"post",body:xe})})}function Lt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/spoc_courses.json`,{method:"post",body:xe})})}function mt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/appointment.json`,{method:"post",body:xe})})}function wt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${xe.id}/join_excellent_course.json`,{method:"post",body:xe})})}function Gt(xe){return u(this,null,function*(){return(0,r.ZP)("/api/watch_attachment_histories.json",{method:"post",body:xe})})}function Ft(xe){return u(this,null,function*(){return Fetch(`/api/paths/${xe.id}/statistics_info.json`,{method:"get",params:xe})})}function nr(xe){return u(this,null,function*(){return Fetch(`/api/paths/${xe.id}/shixun_analyze.json`,{method:"get",params:xe})})}function Ne(xe){return u(this,null,function*(){return Fetch(`/api/paths/${xe.id}/learning_analyze.json`,{method:"get",params:xe})})}function ht(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/learning_statistics.json`,{method:"get",params:xe})})}function Rt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/shixun_statistics.json`,{method:"get",params:xe})})}function Je(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/study_analyze/${xe.type}.json`,{method:"get",params:xe})})}function ct(xe){return u(this,null,function*(){return Fetch("/api/paths/append_to_stage.json",{method:"post",body:xe})})}function at(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}.json`,{method:"put",body:xe})})}function Xe(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}/add_shixun_to_stage.json`,{method:"post",body:xe})})}const Ze=xe=>u(void 0,null,function*(){return(0,r.ZP)(`/api/stages/${xe==null?void 0:xe.stage_id}/select_challenge_to_stage.json`,{method:"post",body:xe})});function ye(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}/select_shixun_to_stage.json`,{method:"post",body:xe})})}function Oe(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}/add_video_to_stage.json`,{method:"post",body:xe})})}function Ge(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}/add_attachment_to_stage.json`,{method:"post",body:xe})})}function et(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${xe.id}.json`,{method:"put",body:xe})})}function Qe(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}/add_blank_to_stage.json`,{method:"post",body:xe})})}function St(xe){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"post",body:xe})})}function Ct(xe){return u(this,null,function*(){return Fetch("/api/paths/add_shixun_to_stage.json",{method:"post",body:xe})})}function lr(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}/up_position.json`,{method:"get"})})}function or(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}/down_position.json`,{method:"get"})})}function Me(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.id}.json`,{method:"delete"})})}function tt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.pathId}/discusses.json`,{method:"get",params:h({},xe)})})}function Qt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${xe.coursesId}/excellent_discusses.json`,{method:"get",params:h({},xe)})})}function rt(xe){return u(this,null,function*(){return Fetch("/api/discusses.json",{method:"post",body:h({},xe)})})}function Mt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.stage_id}/items/move_position`,{method:"post",body:h({},xe)})})}function Ot(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe.stage_id}/items/${xe.id}`,{method:"delete"})})}function Jt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${xe.id}/excellent_discuss`,{method:"post",body:h({},xe)})})}function Ut(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${xe.id}/post_discuss`,{method:"post",body:h({},xe)})})}function Te(xe){return u(this,null,function*(){return(0,r.ZP)("/api/schools/for_option.json",{method:"get",params:xe})})}function ce(xe){return u(this,null,function*(){return(0,r.ZP)("/api/schools/province_data.json",{method:"get",params:xe})})}function pe(xe){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:xe})})}function At(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe==null?void 0:xe.id}/add_homework_to_stage.json`,{method:"post",body:xe})})}function Ae(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${xe==null?void 0:xe.id}/edit.json`,{method:"get",params:xe})})}function ut(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${xe==null?void 0:xe.id}.json`,{method:"put",body:xe})})}function $t(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${xe==null?void 0:xe.user_id}/subjects/subject_homework.json`,{method:"get",params:xe})})}function yt(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${xe==null?void 0:xe.user_id}/courses/course_homework.json`,{method:"get",params:xe})})}function Ce(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${xe==null?void 0:xe.id}/batch_add_homework_to_stage.json`,{method:"post",body:xe})})}function _t(xe){return u(this,null,function*(){return(0,r.ZP)("/api/paths/get_homework_detail.json",{method:"get",params:xe})})}function Ue(xe){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${xe==null?void 0:xe.user_login}/subjects/cancel.json`,{method:"get",params:xe})})}},63344:function(d,g,e){"use strict";e.d(g,{Fd:function(){return se},Hi:function(){return y},IU:function(){return K},KE:function(){return b},Kc:function(){return J},MK:function(){return G},Q9:function(){return I},Qg:function(){return N},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 H},kp:function(){return ie},lf:function(){return S},m7:function(){return m},n$:function(){return R},rJ:function(){return M},s3:function(){return x},ux:function(){return A},vf:function(){return $},wh:function(){return ae},wo:function(){return ee},x$:function(){return Y}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(U,ne,me)=>ne in U?i(U,ne,{enumerable:!0,configurable:!0,writable:!0,value:me}):U[ne]=me,h=(U,ne)=>{for(var me in ne||(ne={}))c.call(ne,me)&&o(U,me,ne[me]);if(l)for(var me of l(ne))f.call(ne,me)&&o(U,me,ne[me]);return U},u=(U,ne,me)=>new Promise((Ee,Pe)=>{var We=mt=>{try{Lt(me.next(mt))}catch(wt){Pe(wt)}},Fe=mt=>{try{Lt(me.throw(mt))}catch(wt){Pe(wt)}},Lt=mt=>mt.done?Ee(mt.value):Promise.resolve(mt.value).then(We,Fe);Lt((me=me.apply(U,ne)).next())});const a=U=>u(void 0,null,function*(){return(0,r.ZP)(`/api/poll_questions/${U==null?void 0:U.id}/commit_word_cloud.json`,{method:"Get",params:U})});function x(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.categoryId}/poll_lists.json`,{method:"get",params:h({},U)})})}function p(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.categoryId}/common_header.json`,{method:"get"})})}function y(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.categoryId}/poll_setting.json`,{method:"get"})})}function m(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.categoryId}/commit_setting.json`,{method:"post",body:h({},U)})})}function b(U){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${U.coursesId}/polls/end_poll_modal.json`,{method:"get",params:h({},U)})})}function A(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.categoryId}/publish_groups.json`,{method:"get",params:h({},U)})})}function k(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.categoryId}/commit_result.json`,{method:"get",params:h({},U)})})}function R(U){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:h({},U)})})}function S(U){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"POST",body:h({},U)})})}function I(U){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${U.coursesId}/polls/publish_modal.json`,{method:"get",params:h({},U)})})}function M(U){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${U.coursesId}/polls.json`,{method:"POST",body:h({},U)})})}function B(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.categoryId}/edit.json`,{method:"get"})})}function N(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.pollsId}.json`,{method:"put",body:h({},U)})})}function K(U){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${U.pollsId}.json`,{method:"put",body:h({},U)})})}function G(U){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${U.pollsId}/poll_questions.json`,{method:"post",body:h({},U)})})}function H(U){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${U.pollsId}.json`,{method:"delete",body:h({},U)})})}function ae(U){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${U.pollsId}/up_down.json`,{method:"post",body:h({},U)})})}function ie(U){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_banks/${U.topicId}.json`,{method:"get"})})}function ue(U){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_banks/${U.topicId}.json`,{method:"put",body:h({},U)})})}function X(U){return u(this,null,function*(){return Fetch(`/api/exercise_banks/${U.topicId}.json`,{method:"put",body:h({},U)})})}function Y(U){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${U.pollsId}.json`,{method:"delete",body:h({},U)})})}function $(U){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${U.pollsId}/up_down.json`,{method:"post",body:h({},U)})})}function se(U){return u(this,null,function*(){return(0,r.ZP)("/api/poll_bank_questions.json",{method:"post",body:h({},U)})})}function ee(U){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_bank_questions/${U.pollsId}.json`,{method:"put",body:h({},U)})})}function J(U){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${U.id}.json`,{method:"put",body:h({},U)})})}function le(U){return u(this,null,function*(){return(0,r.ZP)("/api/exercise_bank_questions.json",{method:"post",body:h({},U)})})}function Z(U){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${U.exerciseId}/up_down.json`,{method:"post",body:h({},U)})})}},36141:function(d,g,e){"use strict";e.d(g,{$c:function(){return St},A1:function(){return et},Bd:function(){return I},Bo:function(){return X},Cc:function(){return se},Cn:function(){return le},DF:function(){return R},Dm:function(){return Ne},FG:function(){return ue},GW:function(){return ht},HF:function(){return G},Hm:function(){return U},IJ:function(){return Ge},L5:function(){return nr},LS:function(){return Je},MZ:function(){return ye},Mr:function(){return ie},NZ:function(){return Lt},Of:function(){return A},Pl:function(){return k},Qj:function(){return m},Qp:function(){return at},RT:function(){return Me},Rp:function(){return ct},U6:function(){return H},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 lr},et:function(){return me},ex:function(){return b},fY:function(){return Ee},fn:function(){return S},hI:function(){return mt},hg:function(){return Ze},iT:function(){return Y},lS:function(){return Fe},nD:function(){return Rt},qN:function(){return ne},rV:function(){return N},s:function(){return We},sD:function(){return Oe},sS:function(){return Ft},ts:function(){return $},vi:function(){return Qe},wX:function(){return Xe},x5:function(){return K},zh:function(){return Pe}});var r=e(79769),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(tt,Qt,rt)=>Qt in tt?i(tt,Qt,{enumerable:!0,configurable:!0,writable:!0,value:rt}):tt[Qt]=rt,a=(tt,Qt)=>{for(var rt in Qt||(Qt={}))o.call(Qt,rt)&&u(tt,rt,Qt[rt]);if(f)for(var rt of f(Qt))h.call(Qt,rt)&&u(tt,rt,Qt[rt]);return tt},x=(tt,Qt)=>l(tt,c(Qt)),p=(tt,Qt,rt)=>new Promise((Mt,Ot)=>{var Jt=ce=>{try{Te(rt.next(ce))}catch(pe){Ot(pe)}},Ut=ce=>{try{Te(rt.throw(ce))}catch(pe){Ot(pe)}},Te=ce=>ce.done?Mt(ce.value):Promise.resolve(ce.value).then(Jt,Ut);Te((rt=rt.apply(tt,Qt)).next())});function y(tt){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:x(a({},tt),{clazz:"ItemBanksGroup"})})})}function m(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/basket_list.json",{method:"get",params:tt})})}function b(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/for_problemset.json",{method:"post",body:tt})})}function A(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/list.json",{method:"post",body:tt})})}function k(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}/set_private.json`,{method:"post"})})}function R(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}/set_public.json`,{method:"post"})})}function S(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}.json`,{method:"delete"})})}function I(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${tt.id}/start.json`,{method:"get"})})}function M(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${tt.id}.json`,{method:"delete",body:a({},tt)})})}function B(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"post",body:tt})})}function N(tt){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:tt})})}function K(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:{item_type:tt.type}})})}function G(tt){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:tt})})}function H(tt){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"post",body:tt})})}function ae(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}.json`,{method:"put",body:tt})})}function ie(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"post",body:tt})})}function ue(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}/edit.json`,{method:"get"})})}function X(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${tt.id}/edit.json`,{method:"get"})})}function Y(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"get",params:tt})})}function $(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${tt.id}/set_score.json`,{method:"post",body:tt})})}function se(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${tt.id}/set_challenge_score.json`,{method:"post",body:tt})})}function ee(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${tt.id}/combination_set_score.json`,{method:"post",body:tt})})}function J(tt){return p(this,null,function*(){return Fetch(`/api/examination_banks//${tt.exerid}/examination_banks_item_banks/${tt.id}/combination_set_score.json`,{method:"post",body:tt})})}function le(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${tt.id}.json`,{method:"delete"})})}function Z(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/batch_set_score.json",{method:"post",body:tt})})}function U(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:tt})})}function ne(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${tt.id}/adjust_position.json`,{method:"post",body:tt})})}function me(tt){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"post",body:tt})})}function Ee(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${tt.id}/revoke_item.json`,{method:"delete",body:tt})})}function Pe(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${tt.exam_id}/examination_banks_item_banks.json`,{method:"post",body:tt})})}function We(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}/join_to_collection.json`,{method:"post",params:tt})})}function Fe(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}/cancel_collection.json`,{method:"post",params:tt})})}function Lt(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"get",params:tt})})}function mt(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/mine.json",{method:"get",params:tt})})}function wt(tt){return p(this,null,function*(){return Fetch(`/api/item_banks/${tt.id}/join_to_group.json`,{method:"post",body:tt})})}function Gt(tt){return p(this,null,function*(){return Fetch(`/api/item_banks_groups/${tt.id}.json`,{method:"put",body:tt})})}function Ft(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"post",body:tt})})}function nr(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt.id}/feedback.json`,{method:"post",body:tt})})}function Ne(tt){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:tt})})}function ht(tt){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"post",body:tt})})}function Rt(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_delete.json",{method:"post",body:tt})})}function Je(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_to_group.json",{method:"post",body:tt})})}function ct(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/add_to_mine.json",{method:"post",body:tt})})}function at(tt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/set_batch_public.json",{method:"post",body:tt})})}function Xe(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${tt==null?void 0:tt.id}/set_public.json`,{method:"post",body:tt})})}function Ze(tt){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares/show_groups.json",{method:"get",params:tt})})}function ye(tt){return(0,r.ZP)(`/api/problems/${tt.identifier}/publish.json`,{method:"post",body:tt})}function Oe(tt){return(0,r.ZP)(`/api/problems/${tt.identifier}/cancel_publish.json`,{method:"post",body:tt})}function Ge(tt){return(0,r.ZP)("/api/item_banks/cancel_public.json",{method:"post",body:{ids:[...tt.id]}})}function et(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${tt.id}/up_position.json`,{method:"get",params:tt})})}function Qe(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${tt.id}/down_position.json`,{method:"get",params:tt})})}function St(tt){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${tt.id}/edit_hack.json`,{method:"get",params:tt})})}function Ct(tt){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish_condition.json",{method:"post",body:tt})})}function lr(tt){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish.json",{method:"post",body:tt})})}function or(tt){return p(this,null,function*(){return Fetch("/api/item_banks/get_groups.json",{method:"get",params:tt})})}function Me(){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_all_items.json",{method:"delete"})})}},68515:function(d,g,e){"use strict";e.d(g,{E1:function(){return f},Go:function(){return l},H5:function(){return c}});var r=e(79769),i=(o,h,u)=>new Promise((a,x)=>{var p=b=>{try{m(u.next(b))}catch(A){x(A)}},y=b=>{try{m(u.throw(b))}catch(A){x(A)}},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})})}},6475:function(d,g,e){"use strict";e.d(g,{Am:function(){return m},Ar:function(){return Ne},BD:function(){return Qe},Be:function(){return Xe},Dx:function(){return ee},Fr:function(){return pe},G$:function(){return k},GS:function(){return H},Gw:function(){return A},H:function(){return Ft},H1:function(){return nr},Hj:function(){return Ct},JA:function(){return or},JG:function(){return se},KE:function(){return Z},Lz:function(){return Ge},Mf:function(){return Gt},NA:function(){return mt},PC:function(){return Fe},PP:function(){return Lt},PW:function(){return Je},Q3:function(){return J},QC:function(){return Me},Qt:function(){return et},Qz:function(){return I},R$:function(){return Te},RP:function(){return ue},Ti:function(){return yt},Uc:function(){return Mt},Ul:function(){return Y},VB:function(){return ut},Vs:function(){return Ot},Wr:function(){return R},Xn:function(){return X},YQ:function(){return wt},Yn:function(){return b},Z8:function(){return K},ak:function(){return Rt},cN:function(){return B},co:function(){return Ze},cz:function(){return Pe},fK:function(){return G},gG:function(){return We},gZ:function(){return rt},h$:function(){return N},ku:function(){return Oe},lf:function(){return ne},m7:function(){return $},mQ:function(){return M},mz:function(){return at},n$:function(){return U},oK:function(){return y},oN:function(){return $t},pH:function(){return St},pb:function(){return Ae},qP:function(){return tt},ql:function(){return Qt},rN:function(){return ye},sw:function(){return me},t1:function(){return Ee},to:function(){return ie},ub:function(){return lr},ux:function(){return le},wS:function(){return At},wT:function(){return S},yT:function(){return ht},yy:function(){return Jt},z2:function(){return ct}});var r=e(79769),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(Ce,_t,Ue)=>_t in Ce?i(Ce,_t,{enumerable:!0,configurable:!0,writable:!0,value:Ue}):Ce[_t]=Ue,a=(Ce,_t)=>{for(var Ue in _t||(_t={}))o.call(_t,Ue)&&u(Ce,Ue,_t[Ue]);if(f)for(var Ue of f(_t))h.call(_t,Ue)&&u(Ce,Ue,_t[Ue]);return Ce},x=(Ce,_t)=>l(Ce,c(_t)),p=(Ce,_t,Ue)=>new Promise((xe,dt)=>{var Dt=vt=>{try{Dr(Ue.next(vt))}catch(qr){dt(qr)}},Be=vt=>{try{Dr(Ue.throw(vt))}catch(qr){dt(qr)}},Dr=vt=>vt.done?xe(vt.value):Promise.resolve(vt.value).then(Dt,Be);Dr((Ue=Ue.apply(Ce,_t)).next())});const y=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.id}/update_journals.json`,{method:"post",body:Ce})}),m=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.homeworkId}/change_score.json`,{method:"post",body:Ce})}),b=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.homeworkId}/history_comment`,{method:"Get",params:Ce})}),A=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.homeworkId}/feedback_know`,{method:"Get",params:Ce})}),k=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.userId}/student_work_feedbacks.json`,{method:"POST",body:Ce})}),R=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.userId}/feedback_list.json`,{method:"Get",params:Ce})}),S=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.userId}/histories.json`,{method:"Get",params:Ce})}),I=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.homeworkId}/feedback_list`,{method:"Get",params:Ce})}),M=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.homeworkId}/anonymous_exception_list.json`,{method:"Get",params:Ce})}),B=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.homeworkId}/appeal_list`,{method:"Get",params:Ce})});function N(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/works_list.json`,{method:"post",body:a({},Ce)})})}function K(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Ce.categoryId}/student_works.json`,{method:"get",params:a({},Ce)})})}function G(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Ce.categoryId}/header_info.json`,{method:"get",params:a({},Ce)})})}function H(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce}/query_game_url.json`,{method:"get"})})}function ae(Ce){return p(this,null,function*(){return Fetch(`/api/student_works/${Ce}/get_newest_shixun_work_comments.json`,{method:"get"})})}function ie(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}.json`,{method:"get"})})}function ue(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/code_review_results.json`,{method:"get",params:a({},Ce)})})}function X(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/code_review_detail.json`,{method:"get",params:a({},Ce)})})}function Y(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/settings.json`,{method:"get",params:a({},Ce)})})}function $(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/update_settings.json`,{method:"post",body:a({},Ce)})})}function se(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/group_list.json`,{method:"get",params:a({},Ce)})})}function ee(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/works_list.xlsx`,{method:"get",params:a({},Ce)})})}function J(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.coursesId}/reference_answer.json`,{method:"get",params:a({},Ce)})})}function le(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/publish_groups.json`,{method:"get",params:a({},Ce)})})}function Z(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/end_groups.json`,{method:"get",params:a({},Ce)})})}function U(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},Ce)})})}function ne(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"post",body:a({},Ce)})})}function me(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/shixun_work_report.json`,{method:"get",params:Ce})})}function Ee(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/shixun_work_report_echart_data.json`,{method:"get",params:Ce})})}function Pe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/user_hack_detail.json`,{method:"get",params:x(a({},Ce),{id:Ce.categoryId})})})}function We(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.categoryId}/adjust_review_score.json`,{method:"post",body:a({},Ce)})})}function Fe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/show_comment.json`,{method:"get",params:a({},Ce)})})}function Lt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/users/reply_message.json",{method:"post",body:a({},Ce)})})}function mt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:a({},Ce)})})}function wt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:a({},Ce)})})}function Gt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:a({},Ce)})})}function Ft(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/update_explanation.json`,{method:"post",body:a({},Ce)})})}function nr(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons.json`,{method:"post",body:a({},Ce)})})}function Ne(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}.json`,{method:"put",body:a({},Ce)})})}function ht(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Ce.id}.json`,{method:"put",body:a({},Ce)})})}function Rt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.commonHomeworkId}/student_works/new.json`,{method:"get",params:a({},Ce)})})}function Je(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/edit.json`,{method:"get",params:a({},Ce)})})}function ct(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}.json`,{method:"put",body:a({},Ce)})})}function at(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/revise_attachment.json`,{method:"post",body:a({},Ce)})})}function Xe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.commonHomeworkId}/student_works.json`,{method:"post",body:a({},Ce)})})}function Ze(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.homeworkId}/student_works/relate_project.json`,{method:"post",body:a({},Ce)})})}function ye(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.homeworkId}/student_works/cancel_relate_project.json`,{method:"get"})})}function Oe(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/users/projects/search.json",{method:"get",params:a({},Ce)})})}function Ge(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.commonHomeworkId}/student_works/search_member_list.json`,{method:"get",params:a({},Ce)})})}function et(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/new.json`,{method:"get",params:a({},Ce)})})}function Qe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/edit.json`,{method:"get",params:a({},Ce)})})}function St(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Ce.id}.json`,{method:"get",params:a({},Ce)})})}function Ct(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}.json`,{method:"get",params:a({},Ce)})})}function lr(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/supply_attachments.json`,{method:"get",params:a({},Ce)})})}function or(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/comment_list.json`,{method:"get",params:a({},Ce)})})}function Me(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/destroy_score.json`,{method:"delete",body:a({},Ce)})})}function tt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/add_score_reply.json`,{method:"post",body:a({},Ce)})})}function Qt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/all_student_works.json`,{method:"get",params:a({},Ce)})})}function rt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/destroy_work_comment.json`,{method:"delete",body:a({},Ce)})})}function Mt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/score_status.json`,{method:"get",params:a({},Ce)})})}function Ot(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/update_score.json`,{method:"get",params:a({},Ce)})})}function Jt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/add_score.json`,{method:"post",body:a({},Ce)})})}function Ut(Ce){return p(this,null,function*(){return Fetch(`/api/student_works/${Ce.userId}/cancel_appeal.json`,{method:"post",body:a({},Ce)})})}function Te(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/appeal_anonymous_score.json`,{method:"post",body:a({},Ce)})})}function ce(Ce){return p(this,null,function*(){return Fetch(`/api/student_works/${Ce.userId}/deal_appeal_score.json`,{method:"post",body:a({},Ce)})})}function pe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Ce.id}/reset_my_game.json`,{method:"get",params:a({},Ce)})})}function At(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/commit_des.json`,{method:"get",params:a({},Ce)})})}function Ae(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/update_des.json`,{method:"post",body:a({},Ce)})})}function ut(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/file_repeat_list.json`,{method:"get",params:a({},Ce)})})}function $t(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/file_repeat_result.json`,{method:"get",params:a({},Ce)})})}function yt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.course_id}/homework_commons/file_repeat_detail.json`,{method:"get",params:a({},Ce)})})}},44093:function(d,g,e){"use strict";e.d(g,{$Q:function(){return er},AE:function(){return Ot},AQ:function(){return M},Ag:function(){return _t},Ar:function(){return le},At:function(){return Kt},BK:function(){return K},Bj:function(){return Rt},DC:function(){return Ne},Dz:function(){return jt},E4:function(){return nr},EH:function(){return ne},Ee:function(){return Yn},Er:function(){return ee},FB:function(){return N},Fg:function(){return A},GI:function(){return Pe},Gr:function(){return at},Gu:function(){return Ee},Gz:function(){return b},HS:function(){return Ia},Hl:function(){return y},IT:function(){return yt},I_:function(){return S},Ir:function(){return G},Je:function(){return Be},K:function(){return yr},K0:function(){return En},KM:function(){return X},K_:function(){return Yt},LK:function(){return Dr},LP:function(){return We},Ne:function(){return se},OV:function(){return Lt},OW:function(){return U},Op:function(){return zt},P2:function(){return wt},Po:function(){return I},Ps:function(){return Xe},Q:function(){return $},Q1:function(){return Qr},QA:function(){return da},Ql:function(){return ye},Rs:function(){return Me},SG:function(){return $i},Tn:function(){return Ut},Tr:function(){return sa},U0:function(){return Qe},U9:function(){return Ze},UQ:function(){return Ae},Ui:function(){return Bt},Vx:function(){return jn},WO:function(){return J},WT:function(){return Ji},Wi:function(){return Je},Wl:function(){return Ue},X$:function(){return Gt},Yn:function(){return ce},Z2:function(){return ht},ZO:function(){return ct},Zt:function(){return qt},_7:function(){return Y},_9:function(){return pe},aH:function(){return Oe},al:function(){return lr},b8:function(){return Z},bq:function(){return Te},dK:function(){return H},e:function(){return k},eX:function(){return me},eb:function(){return tt},fL:function(){return Dt},h4:function(){return Hr},hS:function(){return m},he:function(){return R},hn:function(){return ie},ii:function(){return or},im:function(){return At},j8:function(){return Fe},jq:function(){return sn},kF:function(){return qr},km:function(){return Ct},l3:function(){return mt},m7:function(){return et},mI:function(){return Ui},n5:function(){return B},nu:function(){return vt},p0:function(){return $t},q0:function(){return Mt},q9:function(){return Pt},qA:function(){return Ir},rO:function(){return rt},rs:function(){return ue},sr:function(){return ut},t2:function(){return Ce},tX:function(){return Tt},uo:function(){return St},v3:function(){return dt},w:function(){return xe},xK:function(){return Jt},xg:function(){return Qt},xk:function(){return Ft},yE:function(){return Ge},yx:function(){return Pi},zD:function(){return ae},zH:function(){return wr}});var r=e(79769),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(bt,wa,Ki)=>wa in bt?i(bt,wa,{enumerable:!0,configurable:!0,writable:!0,value:Ki}):bt[wa]=Ki,a=(bt,wa)=>{for(var Ki in wa||(wa={}))o.call(wa,Ki)&&u(bt,Ki,wa[Ki]);if(f)for(var Ki of f(wa))h.call(wa,Ki)&&u(bt,Ki,wa[Ki]);return bt},x=(bt,wa)=>l(bt,c(wa)),p=(bt,wa,Ki)=>new Promise((gi,ka)=>{var Yi=we=>{try{zn(Ki.next(we))}catch(it){ka(it)}},Jn=we=>{try{zn(Ki.throw(we))}catch(it){ka(it)}},zn=we=>we.done?gi(we.value):Promise.resolve(we.value).then(Yi,Jn);zn((Ki=Ki.apply(bt,wa)).next())});const y=bt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_header.json",{method:"Get",params:bt})}),m=bt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/online_count.json",{method:"Get",params:bt})}),b=bt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_body.json",{method:"Get",params:bt})}),A=bt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/rank_list.json",{method:"Get",params:bt})}),k=bt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/shixun_use_infos.json",{method:"Get",params:bt})});function R(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"Get",params:a({},bt)})})}function S(bt){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:a({source:"shixun"},bt||{})})})}function I(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}.json`,{method:"Get",params:bt})})}function M(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/show_right.json`,{method:"Get"})})}function B(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges.json`,{method:"Get"})})}function N(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/save_copy_for_exercise.json`,{method:"post",body:{save_type:bt.save_type}})})}function K(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/jupyter_exec.json${bt.reset?`?reset=${bt.reset}`:""}`,{method:"Get",params:bt})})}function G(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/shixun_exec.json${bt.reset?`?reset=${bt.reset}`:""}`,{method:"Get",params:bt})})}function H(bt){return p(this,null,function*(){return(0,r.ZP)(bt.url,{method:"Get"})})}function ae(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.shixun_identifier}/challenges/${bt.challenge_id}/index_up.json`,{method:"Get"})})}function ie(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.shixun_identifier}/challenges/${bt.challenge_id}/index_down.json`,{method:"Get"})})}function ue(bt){return p(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:{container_id:bt.container_id,container_type:bt.container_type}})})}function X(bt){return p(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"Post",body:{container_id:bt.container_id,container_type:bt.container_type}})})}function Y(bt){return p(this,null,function*(){const{id:wa}=bt||{};return(0,r.ZP)(`/api/shixuns/${wa}/search_user_courses.json`,{method:"Get",params:bt})})}function $(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt==null?void 0:bt.id}/send_to_course.json`,{method:"Post",body:a({},bt)})})}function se(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/cancel_publish.json`,{method:"Get"})})}function ee(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/cancel_apply_public.json`,{method:"Get"})})}function J(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/apply_public.json`,{method:"post",body:a({},bt)})})}function le(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/publish.json`,{method:"Get"})})}function Z(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_new.json",{method:"Get"})})}function U(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/attachments/${bt.id}.json`,{method:"delete"})})}function ne(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/apply_shixun_mirror.json",{method:"post",body:bt})})}function me(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"post",body:bt})})}function Ee(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_lab_new.json",{method:"get",params:bt})})}function Pe(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/review_newest_record.json`,{method:"Get"})})}function We(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/review_shixun.json`,{method:"post",body:bt})})}function Fe(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/collaborators.json`,{method:"Get",params:bt})})}function Lt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/shixun_members_added.json`,{method:"post",body:bt})})}function mt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.identifier}/add_members_group.json`,{method:"post",body:bt})})}function wt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/change_manager.json`,{method:"Get",params:bt})})}function Gt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/change_manager.json`,{method:"post",body:bt})})}function Ft(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/collaborators_delete.json`,{method:"delete",body:{user_id:bt.userId}})})}function nr(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/ranking_list.json`,{method:"Get"})})}function Ne(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/settings.json`,{method:"Get"})})}function ht(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/get_mirror_script.json",{method:"Get",params:{mirror_id:bt.mirror_id}})})}function Rt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/get_script_contents.json`,{method:"Get",params:bt})})}function Je(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/get_custom_script.json`,{method:"Get",params:bt})})}function ct(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/update_for_jupyter.json`,{method:"put",body:bt})})}function at(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/shixun_quotes.json`,{method:"Get"})})}function Xe(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}.json`,{method:"delete"})})}function Ze(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/close.json`,{method:"post",body:bt})})}function ye(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/departments.json",{method:"Get",params:bt})})}function Oe(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/update_permission_setting.json`,{method:"post",body:bt})})}function Ge(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/update_learn_setting.json`,{method:"post",body:bt})})}function et(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/update_setting`,{method:"post",body:bt})})}function Qe(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/get_data_sets.json`,{method:"Get",params:bt})})}function St(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/destroy_data_sets.json`,{method:"Delete",body:{id:bt.deleteId}})})}function Ct(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/new.json`,{method:"get"})})}function lr(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.identifier}/challenges.json`,{method:"post",body:a({},bt)})})}function or(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengeId}/edit.json`,{method:"get",params:{tab:bt.tab}})})}function Me(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}.json`,{method:"put",body:a({},bt)})})}function tt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/choose_questions.json`,{method:"get"})})}function Qt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/move_position.json`,{method:"post",body:a({},bt)})})}function rt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}.json`,{method:"delete",body:a({},bt)})})}function Mt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/edit.json`,{method:"get",params:a({},bt)})})}function Ot(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengeId}/answer.json`,{method:"get",params:a({},bt)})})}function Jt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengeId}/crud_answer.json`,{method:"post",body:a({},bt)})})}function Ut(bt){return p(this,null,function*(){if(bt.type===1)return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/create_choose_question.json`,{method:"post",body:a({},bt)});if(bt.type===2)return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/create_blank_question.json`,{method:"post",body:a({},bt)});if(bt.type===3)return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/create_judge_question.json`,{method:"post",body:a({},bt)})})}function Te(bt){return p(this,null,function*(){if(bt.type===1)return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/update_choose_question.json`,{method:"post",body:x(a({},bt),{choose_id:bt.questionId})});if(bt.type===2)return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/update_blank_question.json`,{method:"put",body:x(a({},bt),{choose_id:bt.questionId})});if(bt.type===3)return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/update_judge_question.json`,{method:"put",body:x(a({},bt),{choose_id:bt.questionId})})})}function ce(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/destroy_challenge_choose.json`,{method:"Delete",body:{choose_id:bt.questionId}})})}function pe(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/choose_question_up_position.json`,{method:"post",body:{challenge_choose_id:bt.questionId}})})}function At(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/choose_question_down_position.json`,{method:"post",body:{challenge_choose_id:bt.questionId}})})}function Ae(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/challenges/${bt.challengesId}/edit_choose_question.json`,{method:"get",params:x(a({},bt),{choose_id:bt.questionId})})})}function ut(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/delete_git_file.json`,{method:"Delete",body:bt})})}function $t(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${bt.id}/delete_git_file.json`,{method:"Delete",body:bt})})}function yt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/mv_file.json`,{method:"post",body:bt})})}function Ce(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${bt.id}/mv_file.json`,{method:"post",body:bt})})}function _t(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/repository.json`,{method:"post",body:bt})})}function Ue(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${bt.id}/repository.json`,{method:"post",body:bt})})}function xe(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/secret_repository.json`,{method:"post",body:bt})})}function dt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/add_file.json`,{method:"post",body:bt})})}function Dt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${bt.id}/add_file.json`,{method:"post",body:bt})})}function Be(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/commits.json`,{method:"post",body:bt})})}function Dr(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/file_content.json`,{method:"post",body:bt})})}function vt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${bt.id}/file_content.json`,{method:"post",body:bt})})}function qr(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/update_file.json`,{method:"post",body:bt})})}function sn(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${bt.id}/update_file.json`,{method:"post",body:bt})})}function zt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/upload_git_folder.json`,{method:"post",body:{path:bt.path,secret_repository:bt.secret_repository}})})}function er(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/${bt.url}`,{method:"Get"})})}function Bt(bt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_tpm.json",{method:"Get",params:bt})})}function Yt(bt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/timeinfo_with_tpm.json",{method:"Get",params:bt})})}function wr(bt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/reset_with_tpm.json",{method:"Get",params:bt})})}function Ir(bt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/save_with_tpm.json",{method:"Get",params:bt})})}function Pt(bt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/active_with_tpm.json",{method:"Get",params:bt})})}function Kt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/fork_list.json`,{method:"Get",params:bt})})}function jt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.identifier}/change_editable.json`,{method:"put",body:a({},bt)})})}function qt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/set_secret_dir.json`,{method:"post",body:a({},bt)})})}function yr(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/new.json",{method:"Get",params:bt})})}function Qr(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/environment_info",{method:"Get",params:bt})})}function Hr(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/init_repository.json`,{method:"post",body:a({},bt)})})}function jn(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${bt.id}/init_repository.json`,{method:"post",body:a({},bt)})})}function En(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/update_secret_repository.json`,{method:"post",body:a({},bt)})})}function Yn(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/exist_exercise.json`,{method:"get",params:a({},bt)})})}function Tt(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/mirror_applies/${bt.id}.json`,{method:"get",params:a({},bt)})})}function Vr(bt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${bt.id}/publish.json`,{method:"post",body:a({},bt)})})}function ii(bt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${bt.id}/open_vnc.json`,{method:"post",params:a({},bt)})})}function Bi(bt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${bt.id}/open_webssh.json`,{method:"post",params:a({},bt)})})}function $n(bt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${bt.id}/save_image.json`,{method:"post",body:a({},bt)})})}function ci(bt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${bt.id}/delete_image.json`,{method:"post",body:a({},bt)})})}function Di(bt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${bt.id}/extend_vnc.json`,{method:"post",body:a({},bt)})})}function Gi(bt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${bt.id}/reset_vnc_link.json`,{method:"post",body:a({},bt)})})}function Pi(bt){return p(this,null,function*(){return(0,r.ZP)("/api/paths/get_task_pass.json",{method:"get",params:a({},bt)})})}function Ui(bt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_jupyter_lab.json",{method:"get",params:a({},bt)})})}function da(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt.id}/update_jupyter_lab_setting.json`,{method:"post",body:a({},bt)})})}function sa(bt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/check_shixun_copy.json",{method:"post",body:bt})})}function Ji(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/progress_homeworks/${bt}`,{method:"get",params:{is_initiative_study:1}})})}function vi(bt){return p(this,null,function*(){return Fetch(`/api/shixuns/${bt.id}/update_shixun_study_num.json`,{method:"post",body:a({},bt)})})}function $i(bt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/preview.json",{method:"get",params:bt})})}function Ia(bt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${bt}/recommend_config.json`,{method:"get"})})}},72071:function(d,g,e){"use strict";e.d(g,{Bg:function(){return p},FO:function(){return M},eJ:function(){return b},eZ:function(){return A},fd:function(){return G},gp:function(){return a},iU:function(){return N},l3:function(){return R},mw:function(){return S},oZ:function(){return m},rM:function(){return I},r_:function(){return K},s:function(){return x},ur:function(){return B},xV:function(){return y},yb:function(){return k}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(H,ae,ie)=>ae in H?i(H,ae,{enumerable:!0,configurable:!0,writable:!0,value:ie}):H[ae]=ie,h=(H,ae)=>{for(var ie in ae||(ae={}))c.call(ae,ie)&&o(H,ie,ae[ie]);if(l)for(var ie of l(ae))f.call(ae,ie)&&o(H,ie,ae[ie]);return H},u=(H,ae,ie)=>new Promise((ue,X)=>{var Y=ee=>{try{se(ie.next(ee))}catch(J){X(J)}},$=ee=>{try{se(ie.throw(ee))}catch(J){X(J)}},se=ee=>ee.done?ue(ee.value):Promise.resolve(ee.value).then(Y,$);se((ie=ie.apply(H,ae)).next())});function a(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/teachers.json`,{method:"get",params:h({},H)})})}function x(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/apply_teachers.json`,{method:"get",params:h({},H)})})}function p(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/graduation_group_list.json`,{method:"get",params:h({},H)})})}function y(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/all_course_groups.json`,{method:"get",params:h({},H)})})}function m(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/set_course_group.json`,{method:"post",body:h({},H)})})}function b(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/join_graduation_group.json`,{method:"post",body:h({},H)})})}function A(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/create_graduation_group.json`,{method:"post",body:h({},H)})})}function k(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/delete_course_teacher.json`,{method:"post",body:h({},H)})})}function R(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/delete_from_course.json`,{method:"post",body:h({},H)})})}function S(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/change_member_role.json`,{method:"post",body:h({},H)})})}function I(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/change_course_admin.json`,{method:"post",body:h({},H)})})}function M(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/teacher_application_review.json`,{method:"post",body:h({},H)})})}function B(H){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H.coursesId}/students.json`,{method:"get",params:h({},H)})})}function N(H,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H}/apply_students.json`,{method:"get",params:ae})})}function K(H,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H}/join_student_checkout.json`,{method:"get",params:ae})})}function G(H,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${H}/student_application_review.json`,{method:"post",body:ae})})}},89978:function(d,g,e){"use strict";e.d(g,{B$:function(){return y},Cx:function(){return Y},DA:function(){return I},DH:function(){return p},Ef:function(){return ee},Es:function(){return b},Ex:function(){return Gt},FM:function(){return ie},Fn:function(){return J},Gq:function(){return nr},Ho:function(){return B},IU:function(){return me},JJ:function(){return le},Ol:function(){return Fe},Qx:function(){return ae},Tv:function(){return Z},V8:function(){return x},WS:function(){return $},WY:function(){return H},ai:function(){return X},bG:function(){return k},bJ:function(){return a},c0:function(){return Ft},dE:function(){return ne},dt:function(){return U},gI:function(){return se},lO:function(){return ue},mW:function(){return G},n0:function(){return S},nV:function(){return We},o1:function(){return Lt},qE:function(){return m},qN:function(){return M},rV:function(){return N},sh:function(){return Pe},vR:function(){return A},w3:function(){return K},x4:function(){return R},z2:function(){return mt}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Ne,ht,Rt)=>ht in Ne?i(Ne,ht,{enumerable:!0,configurable:!0,writable:!0,value:Rt}):Ne[ht]=Rt,h=(Ne,ht)=>{for(var Rt in ht||(ht={}))c.call(ht,Rt)&&o(Ne,Rt,ht[Rt]);if(l)for(var Rt of l(ht))f.call(ht,Rt)&&o(Ne,Rt,ht[Rt]);return Ne},u=(Ne,ht,Rt)=>new Promise((Je,ct)=>{var at=ye=>{try{Ze(Rt.next(ye))}catch(Oe){ct(Oe)}},Xe=ye=>{try{Ze(Rt.throw(ye))}catch(Oe){ct(Oe)}},Ze=ye=>ye.done?Je(ye.value):Promise.resolve(ye.value).then(at,Xe);Ze((Rt=Rt.apply(Ne,ht)).next())});const a=Ne=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${Ne.id}/move.json`,{method:"post",body:Ne})}),x=Ne=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${Ne.id}.json`,{method:"delete",body:Ne})}),p=Ne=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${Ne.id}.json`,{method:"put",body:Ne})}),y=Ne=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"post",body:Ne})}),m=Ne=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"Get",params:Ne})});function b(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/login.json",{method:"post",body:h({},Ne)})})}function A(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/logout.json",{method:"get"})})}function k(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_user_info.json",{method:"get",params:h({},Ne)})})}function R(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_notice.json",{method:"get",params:h({},Ne)})})}function S(){return u(this,null,function*(){return(0,r.ZP)("/api/users/system_update.json",{method:"get"})})}function I(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/homepage_info.json`,{method:"get"})})}function M(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/users/attendance.json",{method:"post"})})}function B(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/courses.json`,{method:"get",params:Ne})})}function N(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/shixuns.json`,{method:"get",params:Ne})})}function K(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/subjects.json`,{method:"get",params:Ne})})}function G(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/projects.json`,{method:"get",params:Ne})})}function H(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/videos.json`,{method:"get",params:Ne})})}function ae(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/videos/review.json`,{method:"get",params:Ne})})}function ie(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/videos/${Ne.id}.json`,{method:"delete"})})}function ue(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/watch_video_histories.json",{method:"post",body:Ne})})}function X(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/users/question_banks.json",{method:"get",params:Ne})})}function Y(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_public.json",{method:"post",body:Ne})})}function $(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:Ne})})}function se(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:Ne})})}function ee(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/send_to_course.json",{method:"post",body:Ne})})}function J(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/videos/${Ne.object_id}/create_course_video.json`,{method:"post",body:Ne})})}function le(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Ne.topicId}.json`,{method:"get",params:Ne})})}function Z(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:h({},Ne)})})}function U(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Ne.username}/videos/batch_publish.json`,{method:"post",body:Ne})})}function ne(Ne){return u(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Ne.identifier}/cancel.json`,{method:"delete",body:h({},Ne)})})}function me(Ne){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_engineer_url.json",{method:"get",params:h({},Ne)})})}function Ee(Ne){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/user_choice_learn_path.json",{method:"post",body:h({},Ne)})})}function Pe(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/persona.json",{method:"get"})})}function We(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/user_learn_path.json",{method:"get"})})}function Fe(Ne){return(0,r.ZP)("/api/accounts/valid_email_and_phone.json",{method:"get",params:Ne})}function Lt(Ne){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:Ne})}function mt(Ne){return(0,r.ZP)("/api/accounts/register.json",{method:"post",body:h({},Ne)})}function wt(Ne){return Fetch("/api/weapps/register.json",{method:"post",body:h({},Ne)})}function Gt(Ne){return(0,r.ZP)(`/api/users/accounts/${Ne.login}/password.json`,{method:"put",body:h({},Ne)})}function Ft(Ne){return(0,r.ZP)("/api/accounts/reset_password.json",{method:"post",body:h({},Ne)})}function nr(Ne){return(0,r.ZP)("/api/accounts/login_for_phone.json",{method:"get",params:h({},Ne)})}},15034:function(d,g,e){"use strict";e.d(g,{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 K},cU:function(){return p},fn:function(){return ae},jK:function(){return R},yN:function(){return H}});var r=e(79769),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(X,Y,$)=>Y in X?i(X,Y,{enumerable:!0,configurable:!0,writable:!0,value:$}):X[Y]=$,h=(X,Y)=>{for(var $ in Y||(Y={}))c.call(Y,$)&&o(X,$,Y[$]);if(l)for(var $ of l(Y))f.call(Y,$)&&o(X,$,Y[$]);return X},u=(X,Y,$)=>new Promise((se,ee)=>{var J=U=>{try{Z($.next(U))}catch(ne){ee(ne)}},le=U=>{try{Z($.throw(U))}catch(ne){ee(ne)}},Z=U=>U.done?se(U.value):Promise.resolve(U.value).then(J,le);Z(($=$.apply(X,Y)).next())});function a(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/watch_video_histories.json`,{method:"Get",params:h({},X)})})}function x(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/watch_statics.json`,{method:"Get",params:h({},X)})})}function p(X){return u(this,null,function*(){return(0,r.ZP)(`/api/course_videos/${X.videoId}/watch_histories.json`,{method:"Get",params:h({},X)})})}function y(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/own_watch_histories.json`,{method:"Get",params:h({},X)})})}function m(X){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${X.id}.json`,{method:"Get",params:h({},X)})})}function b(X){return u(this,null,function*(){return Fetch("/api/video_items.json",{method:"post",body:X})})}function A(X){return u(this,null,function*(){return Fetch(`/api/video_items/${X.id}/edit.json`,{method:"Get",params:h({},X)})})}function k(X){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${X.id}/edit.json`,{method:"Get",params:h({},X)})})}function R(X){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${X.id}/star.json`,{method:"post",body:X})})}function S(X){return u(this,null,function*(){return Fetch(`/api/video_items/${X.id}.json`,{method:"put",body:X})})}function I(X){return u(this,null,function*(){return Fetch(`/api/video_items/${X.id}/send_to_course.json`,{method:"post",body:X})})}function M(X){return u(this,null,function*(){return Fetch("/api/users/my_courses.json",{method:"Get",params:h({},X)})})}function B(X){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${X.id}/view_video.json`,{method:"post",body:X})})}function N(X){return u(this,null,function*(){return Fetch(`/api/video_items/${X.id}/add_school.json`,{method:"post",body:X})})}function K(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.course_id}/video_people_statics.json`,{method:"get",params:X})})}function G(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.course_id}/video_duration_statics.json`,{method:"get",params:X})})}function H(X){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"get",params:X})})}function ae(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X==null?void 0:X.id}/course_videos_tree.json`,{method:"get",params:X})})}function ie(X){return u(this,null,function*(){return(0,r.ZP)("/api/study_action_analyses.json",{method:"post",body:X})})}function ue(X){return u(this,null,function*(){return(0,r.ZP)("/api/study_action_analyses/detail.json",{method:"post",body:X})})}},81610:function(d,g,e){"use strict";e.d(g,{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 A},To:function(){return p},Vf:function(){return y},XQ:function(){return f},b:function(){return a},bq:function(){return K},cZ:function(){return u},rV:function(){return I},sT:function(){return b},tS:function(){return N},xt:function(){return S},y2:function(){return l}});var r=e(79769),i=(H,ae,ie)=>new Promise((ue,X)=>{var Y=ee=>{try{se(ie.next(ee))}catch(J){X(J)}},$=ee=>{try{se(ie.throw(ee))}catch(J){X(J)}},se=ee=>ee.done?ue(ee.value):Promise.resolve(ee.value).then(Y,$);se((ie=ie.apply(H,ae)).next())});const l=H=>i(void 0,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/base_statistic_data.json`,{method:"Get",params:H})});function c(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/discussions/${H.id}.json`,{method:"put",body:H})})}function f(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/discussions/${H.id}.json`,{method:"get",params:H})})}function o(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/discussions.json`,{method:"post",body:H})})}function h(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/discussions.json`,{method:"get",params:H})})}function u(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/good_lessons/${H.id}/add_resources.json`,{method:"post",body:H})})}function a(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/good_lessons/${H.id}/lesson_resources_list.json`,{method:"get",params:H})})}function x(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/good_lessons/${H.id}.json`,{method:"get",params:H})})}function p(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/good_lessons/${H.id}.json`,{method:"put",body:H})})}function y(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/good_lessons.json`,{method:"post",body:H})})}function m(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/good_lessons.json`,{method:"get",params:H})})}function b(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H==null?void 0:H.id}.json`,{method:"get"})})}function A(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H==null?void 0:H.id}/modules.json`,{method:"get"})})}function k(H){return i(this,null,function*(){return Fetch(`/api/virtual_classrooms/${H.id}/videos/batch_publish.json`,{method:"post",body:H})})}function R(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/members.json`,{method:"post",body:H})})}function S(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_spacesId}/members/${H.id}/change_creator.json`,{method:"post",body:H})})}function I(H,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H}/shixuns.json`,{method:"get",params:ae})})}function M(H,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H}/shixuns`,{method:"post",body:ae})})}function B(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_classroom_id}/shixuns/${H.shixun_id}.json`,{method:"delete"})})}function N(H,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H}/subjects.json`,{method:"get",params:ae})})}function K(H,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H}/subjects.json`,{method:"post",body:ae})})}function G(H){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${H.virtual_classroom_id}/subjects/${H.subject_id}.json`,{method:"delete"})})}},7544:function(d,g,e){"use strict";e.d(g,{$O:function(){return Y},EO:function(){return Ct},G5:function(){return K},GD:function(){return i},GJ:function(){return x},Gg:function(){return p},I2:function(){return f},IR:function(){return H},JA:function(){return St},JL:function(){return S},Jd:function(){return X},Ny:function(){return k},RV:function(){return ie},Rb:function(){return N},Rm:function(){return G},V9:function(){return ne},Yh:function(){return le},aN:function(){return b},aQ:function(){return u},ag:function(){return Qe},bg:function(){return or},d8:function(){return B},dE:function(){return ae},eB:function(){return ue},eY:function(){return Me},fn:function(){return et},h:function(){return Jt},j5:function(){return m},m$:function(){return tt},oF:function(){return y},qz:function(){return h},t_:function(){return A},tu:function(){return rt},y8:function(){return lr}});var r=e(91482),i=(Ut=>(Ut[Ut.SuperAdmin=1]="SuperAdmin",Ut[Ut.Operation=2]="Operation",Ut[Ut.CertifiedTeacher=5]="CertifiedTeacher",Ut[Ut.TrainingProduction=8]="TrainingProduction",Ut[Ut.UncertifiedTeacher=12]="UncertifiedTeacher",Ut[Ut.Student=15]="Student",Ut))(i||{}),l=(Ut=>(Ut[Ut.SuperAdmin=1]="SuperAdmin",Ut[Ut.Operation=2]="Operation",Ut[Ut.Admin=5]="Admin",Ut[Ut.Teacher=8]="Teacher",Ut[Ut.Assistant=12]="Assistant",Ut[Ut.Student=15]="Student",Ut))(l||{}),c=(Ut=>(Ut[Ut.SuperAdmin=0]="SuperAdmin",Ut[Ut.Teacher=1]="Teacher",Ut[Ut.Student=2]="Student",Ut))(c||{});const f=Ut=>{const{user:Te}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Te;return Ut.some(pe=>pe==(ce==null?void 0:ce.role))},o=Ut=>{const{user:Te}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Te;return ce!=null&&ce.own?!0:Ut.some(pe=>{var At;return pe==((At=ce==null?void 0:ce.course)==null?void 0:At.course_role)})},h=()=>{const{user:Ut}=(0,r.getDvaApp)()._store.getState(),{userInfo:Te}=Ut;return Te.main_site},u=()=>{var Ut;const{user:Te}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Te;return(Ut=ce==null?void 0:ce.course)==null?void 0:Ut.course_is_end},a=()=>{const{user:Ut}=getDvaApp()._store.getState(),{userInfo:Te}=Ut;return Te.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]),A=()=>o([1,2]),k=()=>f([1,2]),R=()=>f([1]),S=()=>f([1,2,5]),I=()=>o([1,5]),M=()=>o([5,8]),B=()=>o([5]),N=()=>o([1,5,2]),K=()=>o([1,2,5,8]),G=()=>o([12]),H=()=>o([8]),ae=()=>o([15]),ie=()=>o([1,2,5,8,12,15]),ue=()=>o([1,2,5,8,12]),X=()=>{var Ut;const{user:Te}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Te;return((Ut=ce==null?void 0:ce.course)==null?void 0:Ut.course_role)===null},Y=()=>{const{user:Ut}=(0,r.getDvaApp)()._store.getState(),{userInfo:Te}=Ut;return Te==null?void 0:Te.has_big_model_permission},$=()=>{const{user:Ut}=getDvaApp()._store.getState(),{userInfo:Te}=Ut;return Te==null?void 0:Te.big_model_user_unlimited},se=(Ut=!0,Te=!1)=>f([1,2,5,8,12,15]),ee=(Ut=!0,Te=!1)=>Te||!Te&&f([1]),J=(Ut=!0,Te=!1)=>Te||!Te&&f([1,2]),le=()=>f([15]),Z=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12,15]):Te||!Te&&f([1,2]),U=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12,15]):Te||!Te&&f([1,2]),ne=(Ut=!0,Te=!1)=>{const{user:ce}=(0,r.getDvaApp)()._store.getState(),{userInfo:pe}=ce;return pe!=null&&pe.is_shixun_marker?!0:f([1,2,5,8])},me=(Ut=!0,Te=!1)=>Ut?f([1]):Te||!Te&&f([1]),Ee=(Ut=!0,Te=!1)=>Ut?f([1,2]):Te||!Te&&f([1,2]),Pe=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12,15]):Te||!Te&&f([1,2]),We=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12]):Te||!Te&&f([1,2]),Fe=(Ut=!0,Te=!1)=>Ut?f([1,2,5]):Te||!Te&&f([1,2]),Lt=(Ut=!0,Te=!1)=>Ut?f([1]):!1,mt=(Ut=!0,Te=!1)=>f([1,2,5,8,12,15]),wt=(Ut=!0,Te=!1)=>Ut?f([1]):Te||!Te&&f([1]),Gt=(Ut=!0,Te=!1)=>Ut?f([1,2]):Te||!Te&&f([1,2]),Ft=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12,15]):Te||!Te&&f([1,2]),nr=(Ut=!0,Te=!1)=>Ut?!1:Te||!Te&&f([1,2]),Ne=(Ut=!0,Te=!1)=>Ut?Te||!Te&&f([1,2]):!1,ht=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12]):!1,Rt=(Ut=!0,Te=!1)=>Ut?!Te&&f([1,2,5,8,12]):!1,Je=(Ut=!0,Te=!1)=>Ut?f([1,2,5]):Te||!Te&&f([1,2]),ct=(Ut=!0,Te=!1)=>f([1,2,5,8,12]),at=(Ut=!0,Te=!1)=>Ut?f([1]):Te||!Te&&f([1]),Xe=(Ut=!0,Te=!1)=>Ut?f([1,2]):Te||!Te&&f([1,2]),Ze=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12]):Te||!Te&&f([1,2]),ye=(Ut=!0,Te=!1)=>Ut?Te||!Te&&f([1,2]):!1,Oe=(Ut=!0,Te=!1)=>Ut?f([1,2,5,8,12]):Te||!Te&&f([1,2]),Ge=(Ut=!0,Te=!1)=>o([8]),et=()=>f([1]),Qe=()=>f([1,2]),St=()=>f([15]),Ct=()=>f([1,2,5]),lr=()=>f([1,2,5,12]),or=()=>{var Ut;const{user:Te}=(0,r.getDvaApp)()._store.getState();return!!((Ut=Te.userInfo)!=null&&Ut.login)},Me=()=>{const{user:Ut}=(0,r.getDvaApp)()._store.getState();return Ut.userInfo},tt=()=>{var Ut,Te;const{user:ce}=(0,r.getDvaApp)()._store.getState();return!!((Te=(Ut=ce.userInfo)==null?void 0:Ut.path)!=null&&Te.own)},Qt=Ut=>{const{graduations:Te}=(0,r.getDvaApp)()._store.getState(),{details:ce}=Te;return Ut.some(pe=>pe===(ce==null?void 0:ce.user_identity))},rt=()=>Qt([0,1]),Mt=()=>Qt([0]),Ot=()=>Qt([1]),Jt=()=>Qt([2])},29715:function(d,g,e){"use strict";e.d(g,{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[u.THEMETHREE=3]="THEMETHREE",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||{})},695:function(d,g,e){"use strict";e.d(g,{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"}},20864:function(d,g,e){"use strict";e.d(g,{CP:function(){return l},_V:function(){return o}});var r=e(28209),i=e.n(r);const l={secret:r.enc.Utf8.parse("0a18e199b87f1a8d"),iv:r.enc.Utf8.parse("6e7b11a2d8475a3c"),recordScreen1:"8Cl7udD6KTt8HPYOZOopZQ==",recordScreen2:"2OizCBkuJOsBhw8rNenXhYCv3XTIsgM5YB4rOmXz7tSksBaXYYyAirzxs7TSR1vRsyWPVAt4owje5yiTfFsxAA==",recordScreen3:"neJjLaAaeW/dFCOx/cRGopZHNvjZTB0x8p9/TcYCsAGn0mWINwybT7VQlqzmJ55DjVgOrmi/iclg/G6uBGjm/Q==",recordScreen4:"SGYXWA9MzSO+02aOU0lf0g==",recordScreen5:"oCICX8dGCYMnb+4d1CTCTQ==",recordScreen6:"5MlFeP+Uwb/T5ADmGmB6NpaUgOJy3MlJ4WpA38wds8U=",recordScreen7:"TEQF1ezPIxvVVMQNJ08HIiHpj1mXdcVt5qmr6+ALw8Y=",recordScreen8:"9a9QOkgLXlgDq14d3ZEWzA==",recordScreen9:"O0prHhH+rDoUVnpw8acqwRQvRL7fh32v1bLyv4qv71U=",recordScreen10:"nfkbhFR34HkBQLpjlbNkk3FgEdBomIsnFLVgHA1RZVBeN/H3vWJpt0re6w4cjtaKmIkNgpJhxaFgyEkcJ7Z99GCAgC0CgxaaXNQNiDmz2MygiesZVZ9laQvHFQhZehEEaFKUozvNVQMkRw0MV0eoPg==",recordScreen11:"jarJWElZmu7HFZnjOTPwNx44FImKQVf8Bx2Jrm74G44=",recordScreen12:"e7Q/zr1KcI3oVpnQ3JeDgA==",recordScreen13:"pm38jjAC3l2p/JR8E3kDWg==",recordScreen14:"/mTQurqh9htD7+PNrTooMJgdPOE914grpIKomFnikk8=",recordScreen15:"bEPsKA+wwGyQEDShAMuQmQ==",recordScreen16:"uitMDSXWhi/tOOfbtHNmyNh8e9PCLJ0naA02kzBCOD/mdg+1g9ScswIEDpdHuE1l",recordScreen17:"4+bY5u3lx+VxRA/PjP/r3Tl9C0SmKM8CRtCpmkAJq+M=",recordScreen18:"L3Tz5XdvbIAqzHw/XxJnmrx8R+v3cPrYaho0/yDug6M=",recordScreen19:"bo+SiWR7f4uhJXP1wk3oQxBEFmQdbpZPV1in12O3jaj14CuNU2kP2g2MKMTFmRqE12Di4jS3RKzRI14yWpi6Zw==",recordScreen20:"9zp6SENXwO+8GNr4+g+xIzt6s/Gf38ukabRJjhQhQoY=",recordScreen21:"9zp6SENXwO+8GNr4+g+xIy36f4lSwnfFtW0weuO6Gj8=",recordScreen22:"JrbzlyV7pBS7Yw/W1geouw==",recordScreen23:"HBRPVLqnAH9kbzQ7clr8JsTgjT3nCOaP6D+q1lrMX0T6z7vU1Nh5XljgB+Qw/Hs8",recordScreen24:"bq3vruZCtCaGLs7egAWDrgXjmyW8iQX5L+nEwqCeguM=",recordScreen25:"CjveXk9FHEWiBbhwyVRzPQ==",recordScreen26:"FxZnr4aTDDJTcRMUEb3SfA==",answer1:"YXOzThjf+mcj1OALSFqA8A==",answer2:"iyOS4uLz85NAsAWdMjWs6A==",answer3:"cnZErv6FfE02OBkLzlWAeDAW3+ysEYfgoPhcC707e9kJN3PHMP7E05NC7nRf5ESWhemykQ0Y+JYQAd1PGsIJVIZFsA7OlceUwyOfid7oTeg=",answer4:"xXjNeCMbPG5xznAfVbSmjvHn/2xVBArzvsRXJZVk7yY=",answer5:"8Cl7udD6KTt8HPYOZOopZQ==",answer6:"r4qWdIzOZoUDAHIC6Rkiz3KJVZoKCNj9MmeR76VANv90Zyj57hrKtRcOipt3SZUPfZlt17GKyBf504lj5ROxVg==",answer7:"t1d0b8j3bdsJoH9adhzqOQ==",answer8:"0TBptfONacS/9JDvt/q9BO9S0+Jv0m1glMCiAQweO4E=",answer9:"2DA7p8Fws9TWo+O5djurjrORgQjZjMrKtuIbjfCoAI8ZpLy4+sq9PFZuua40lLxjTVb7vhKqm6exT5/R19YdjnUTh6Kyt+6Px8xr6JnEHVw=",answer10:"xcjM1HNI8s6ckETto63Gq83vw68ATty2i534hkfjKAa+izWStVVH5fvCEpQxd8rYYki3IW9Qy0NU8cLJsHQXWOsYtYD70yB44qG5j3fnlDahQUcsDWEBXzx2NlAp6x5R",answer11:"0/t7yKZD1CFg6kerAPJksqJATDsJMtkB06datFVfwac=",answer12:"SJ4yd9DEs9YHnGhybPplEg=="},c={exam:l,userInfo:{secret:r.enc.Utf8.parse(window.atob("NTE4MzY2NmM3MmVlYzllNA==")),iv:r.enc.Utf8.parse(window.atob("NTE4MzY2NmM3MmVlYzllNA=="))}};function f(h="",u="exam"){const{secret:a,iv:x}=c[u];return AES.encrypt(h,a,{iv:x,mode:CryptoJS.mode.CBC,padding:CryptoJS.pad.Pkcs7}).toString()}function o(h="",u="exam"){const{secret:a,iv:x}=c[u];return r.AES.decrypt(h,a,{iv:x,mode:i().mode.CBC,padding:i().pad.Pkcs7}).toString(r.enc.Utf8)}},6521:function(d,g,e){"use strict";e.d(g,{Z:function(){return c}});const r={PROXY_SERVER:"http://172.16.100.113",API_SERVER:"",REPORT_SERVER:"http://192.168.1.57:3001",IMG_SERVER:"http://172.16.100.113",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"]},79769:function(d,g,e){"use strict";e.d(g,{IV:function(){return Z},U2:function(){return se},ZP:function(){return ue},d4:function(){return ee},gz:function(){return le},rz:function(){return ie},v_:function(){return J}});var r=e(6521),i=e(28909),l=e(43418),c=e(8591),f=e(85582),o=e.n(f),h=e(59301),u=e(91482),a=e(25544),x=e(78267),p=e.n(x),y=Object.defineProperty,m=Object.defineProperties,b=Object.getOwnPropertyDescriptors,A=Object.getOwnPropertySymbols,k=Object.prototype.hasOwnProperty,R=Object.prototype.propertyIsEnumerable,S=(U,ne,me)=>ne in U?y(U,ne,{enumerable:!0,configurable:!0,writable:!0,value:me}):U[ne]=me,I=(U,ne)=>{for(var me in ne||(ne={}))k.call(ne,me)&&S(U,me,ne[me]);if(A)for(var me of A(ne))R.call(ne,me)&&S(U,me,ne[me]);return U},M=(U,ne)=>m(U,b(ne)),B=(U,ne,me)=>new Promise((Ee,Pe)=>{var We=mt=>{try{Lt(me.next(mt))}catch(wt){Pe(wt)}},Fe=mt=>{try{Lt(me.throw(mt))}catch(wt){Pe(wt)}},Lt=mt=>mt.done?Ee(mt.value):Promise.resolve(mt.value).then(We,Fe);Lt((me=me.apply(U,ne)).next())});let N;const K={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=(U,ne)=>B(void 0,null,function*(){if(U.status>=200&&U.status<300)return U;const me=K[U.status]||U.statusText;let Ee;var Pe=U.json();yield Pe.then((Fe,Lt)=>{setTimeout(()=>{let mt=(0,u.getDvaApp)()},400),Ee=Fe.message,window.showNetworkErrorTip(Fe.message||`\u8BF7\u6C42\u9519\u8BEF ${U.status}: ${U.message}`),i.Z.error({style:{wordBreak:"break-all"},message:Fe.message||`\u8BF7\u6C42\u9519\u8BEF ${U.status}: ${U.message}`,description:Fe.message?"":me})});const We=new Error(me);throw We.name=U.status,We.response=U,{data:U,code:U.status,message:Ee||me}}),H=(U,ne)=>{const me=U.headers.get("Content-Type");return me&&me.match(/application\/json/i)&&U.clone().text().then(()=>{}),U};function ae(U){try{return decodeURIComponent(U),decodeURIComponent(encodeURIComponent(U))===U}catch(ne){return!1}}const ie=U=>{U=U||{};let ne="";for(let me in U)typeof U[me]=="object"?Array.isArray(U[me])&&U[me].forEach((Ee,Pe)=>{ne+="&"+me+"[]="+Ee}):U[me]!==void 0&&(ne+="&"+me+"="+(ae(U[me])?U[me]:encodeURIComponent(U[me])));return ne.substr(1)};function ue(U,ne,me,Ee){ne.method||(ne.method="get"),ne.method=ne.method.toUpperCase(),ne.mode="cors";const Pe=I({},ne),{user:We}=(0,u.getDvaApp)()._store.getState(),{userInfo:Fe}=We,Lt=U+(Pe.body?JSON.stringify(Pe.body):""),mt=o().sha256().update(Lt).digest("hex"),wt={credentials:"include",withCredentials:!0},Gt={};Fe!=null&&Fe.login&&(Gt.zzud=Fe==null?void 0:Fe.login,Fe!=null&&Fe.school_id&&(Gt.zzsud=Fe==null?void 0:Fe.school_id),Pe.params=I(I({},Pe.params||{}),Gt));let Ft=I(I({},wt),(0,x.cloneDeep)(Pe));(Ft.method==="POST"||Ft.method==="PUT"||Ft.method==="PATCH"||Ft.method==="DELETE")&&(me?(Ft.headers=M(I({_method:ne.method.toUpperCase()},Ft.headers),{"Pc-Authorization":(0,a.ej)("_educoder_session"),"X-Original-Protocol":location.protocol,"X-Original-Host":location.host}),Ft.body=Pe.body):(Ft.headers=I({Accept:"application/json",_method:ne.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},Ft.headers),Ft.body=JSON.stringify(Pe.body))),Ft.method=="GET"?(Ft.headers=M(I({Accept:"application/json","Content-Type":"application/json; charset=utf-8",_method:ne.method.toUpperCase()},Ft.headers),{"Pc-Authorization":(0,a.ej)("_educoder_session"),"X-Original-Protocol":location.protocol,"X-Original-Host":location.host}),Pe.params&&ie(Pe.params)&&(U+="?"+ie(Pe.params))):Gt.zzud&&(U+="?"+ie(I({},Gt)));const nr=Pe.expirys&&60;let Ne;(ct=>{ct.json="application/json;charset=UTF-8",ct.form="application/x-www-form-urlencoded; charset=UTF-8"})(Ne||(Ne={}));let ht;(ct=>{ct.get="GET",ct.post="POST"})(ht||(ht={}));const Rt=ct=>B(this,null,function*(){const at=yield ct.arrayBuffer();let Xe;const Ze=new Blob([at]);try{Xe=ct.headers.get("Content-Disposition").split(";")[1].replace("filename=","").replace(/[\s+,\',\",\,\,\“,\”,\<,\>,\《,\》]/g,"")}catch(et){Xe="userfiles.zip"}const ye=document.createElement("a"),Oe=window.URL.createObjectURL(Ze),Ge=Xe;return ye.href=Oe,ye.download=Ge,ye.click(),window.URL.revokeObjectURL(Oe),at});let Je=r.Z.API_SERVER;return(window.ENV==="dev"||U.startsWith("http"))&&(Je=""),Ft.method=="GET"&&Ft.params&&Object.keys(Ft.params).map(ct=>{if(Ft.params[ct]&&!Array.isArray(Ft.params[ct]))try{Ft.params[ct]=encodeURIComponent(decodeURIComponent(Ft.params[ct]))}catch(at){Ft.params[ct]=encodeURIComponent(Ft.params[ct])}}),(0,a.Ec)(Ft,U),Ee&&(Je=""),Ft.headers._method=Ft.method,Ft.headers["X-HTTP-Method-Override"]=Ft.method,Ft.method!=="GET"&&(Ft.method="POST"),fetch(Je+U,Ft).then(ct=>G(ct,I({url:r.Z.API_SERVER+U},Ft))).then(ct=>H(ct,mt)).then(ct=>B(this,null,function*(){var at,Xe,Ze,ye;try{const Ge=ct.headers.get("cs");Ge&&(0,a.d8)("_educoder_session",Ge,1)}catch(Ge){}if(ct.status===204)return ct.text();let Oe;if(ct.headers.get("content-type").indexOf("application/json")>-1){Oe=yield ct.json();try{const Ge=/\(\s+\/api\/attachments\/(\d+)|\(\/api\/attachments\/(\d+)\//g,et=/\"\/api\/attachments\/(\d+)\//g,Qe=/\(\s+\/files\/uploads\/(\d+)|\"\/files\/uploads\/(\d+)\//g,St=/\/api\/attachments\/(\d+)/g,Ct=/\/attachments\/download\/(\d+)/g;let lr=JSON.stringify(Oe).replace(St,(or,Me,tt,Qt)=>{const rt=Me||tt||Qt;return"/api/attachments/"+(0,a.Jn)(rt)}).replace(Ct,(or,Me,tt)=>{const Qt=Me||tt;return"/attachments/download/"+(0,a.Jn)(Qt)}).replace(Ge,(or,Me,tt,Qt)=>{const rt=Me||tt||Qt;return"(/api/attachments/"+(0,a.Jn)(rt)}).replace(et,(or,Me,tt)=>{const Qt=Me||tt;return'"/api/attachments/'+(0,a.Jn)(Qt)}).replace(Qe,(or,Me,tt)=>{const Qt=Me||tt;return"(/files/uploads/"+(0,a.Jn)(Qt)}).replace(/\r\n/g,`
`);Oe=JSON.parse(lr)}catch(Ge){}}else Ft.headers["Content-Type"]==="application/xml"?Oe=yield ct.text():(at=Pe.body)!=null&&at.autoDownload||(Xe=Pe.params)!=null&&Xe.autoDownload?Oe=yield Rt(ct):Oe=yield ct.arrayBuffer();try{Oe.status===401&&(!((Ze=Ft.params)!=null&&Ze.hidePopLogin)||!((ye=Ft.body)!=null&&ye.hidePopLogin))&&(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}}),Oe.status===402&&(localStorage.getItem("addinfo")==="2"?(0,u.getDvaApp)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u586B\u5145\u4FE1\u606F\u5F39\u7A97"}}):(N=N||l.default.confirm({visible:!1,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88"}),N.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(Ge){console.log("fetcherr",Ge)}return $(Oe,U),Oe})).catch(ct=>{try{const at=ct.code;if(ct instanceof TypeError&&window.showNetworkErrorTip(`${U}<span class="ml10">${ct.message}</span>`),at){if(at===401){(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}});return}$(ct,U)}else U.includes("/file/filePatchMerge")?(0,u.getDvaApp)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u5206\u7247\u4E13\u7528504",params:Ft.body}}):ct.message!=="403"&&window.showNetworkErrorTip(`${U}<span class="ml10">${ct.message}</span>`);return ct}catch(at){}})}let X=!1,Y=!1;const $=(U,ne)=>{var me,Ee,Pe;if(U.status==-6&&!Y){Y=!0,(0,a.d8)("_educoder_session","logout",1),(0,a.m5)(),setTimeout(()=>Y=!1,500),l.default.info({title:"\u7CFB\u7EDF\u901A\u77E5",content:U.message,okText:"\u77E5\u9053\u4E86",maskStyle:{background:"#000"},onOk:()=>{window.location.reload()}});return}if(U.status==-7){Y=!0,setTimeout(()=>Y=!1,500);let Fe="";(me=U==null?void 0:U.data)!=null&&me.exercise_list&&((Pe=(Ee=U==null?void 0:U.data)==null?void 0:Ee.exercise_list)==null||Pe.map(Lt=>{Fe+=`<a target="_blank" href="/classrooms/${Lt.identifier}/exercise">\u300A${Lt.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 ${Fe} \uFF0C\u8BF7\u5728\u8003\u8BD5\u7ED3\u675F\u540E\u8BBF\u95EE\u8BE5\u9875\u9762</div>`},500);return}if((U.status==-1||U.status==-2||U.status==-102||U.status>400)&&U.status!=403&&!Y){Y=!0,setTimeout(()=>Y=!1,500),c.ZP.warning({content:U.message,key:"message-key"});return}const We={403:"/403",404:"/404",500:"/500"};if(We[U.status]&&!X){const{user:Fe}=(0,u.getDvaApp)()._store.getState(),{userInfo:Lt}=Fe;throw window.location.pathname.indexOf("/users")>-1&&document.domain==="kepukehuan.educoder.net"&&(X=!0),setTimeout(()=>X=!1,500),sessionStorage.setItem("errorStatus",JSON.stringify(U)),Object.values(We).includes(window.location.pathname)?console.log("\u5F53\u524D\u8DEF\u5F84\u5B58\u5728\u4E8E mapping \u4E2D, \u4E0D\u518D\u6267\u884C\u8DF3\u8F6C"):location.replace(We[U.status]),new Error("403")}};function se(U,ne){return ue(`/api/${U}`,{method:"Get",params:ne||{}})}function ee(U,ne){return ue(`/${U}`,{method:"Get",params:ne})}function J(U,ne){return ue(`/api/${U}`,{method:"Post",body:I({},ne)})}function le(U,ne){return ue(`/api/${U}`,{method:"Put",body:I({},ne)})}function Z(U,ne){return ue(`/api/${U}`,{method:"delete",body:I({},ne||{})})}},4929:function(d,g,e){"use strict";e.d(g,{Bn:function(){return l},hw:function(){return i},mi:function(){return r}});const r="WTJJelpXRXdaakk0Tm1SbE56UTFPRFl5TXpnNVltWmtZVE0zTVdSalltST0=",i="WVdaak1UVmhOVEF3TkRRd05qZGlZemRsTVdZeFptSTROek5rT0daak1UYz0=",l="T1RkaE1XWTRaalJoTUdaaE9HUmxaR016T0RGa05XTTNPRFkwTkdJeVpUQT0="},4660:function(d,g,e){"use strict";e.d(g,{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 X=ue[1];return ie.split(`
`).map(Y=>{const $=Y.match(/^\s+/);if($===null)return Y;const[se]=$;return se.length>=X.length?Y.slice(X.length):Y}).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,X){if(ie>=ae.length||ae[ie].level<=ue)return ie;var Y=ae[ie];X.push("<li><a href='#"+f+Y.anchor+"'>"+Y.text+"</a>"),ie++;var $=[];return ie=m(ae,ie,Y.level,$),$.length>0&&(X.push("<ul>"),$.forEach(function(se){X.push(se)}),X.push("</ul>")),X.push("</li>"),ie=m(ae,ie,ue,X),ie}function b(){return m(h,0,0,u),u.push("</ul>"),u.join("")}const A={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 X=o(ue,ie[3]||"");const Y=ie[2]?ie[2].trim():ie[2];if(["latex","katex","math"].indexOf(Y)>=0){const $=S(),se=X;X=$,I[$]={type:"block",expression:se}}return{type:"code",raw:ue,lang:Y,text:X}}}},k=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let R=0;const S=()=>`__special_katext_id_${R++}__`;let I={};function M(){return I}function B(){R=0,I={}}function N(ae){return ae=ae.replace(k,(ie,ue)=>{const X=S();return I[X]={type:"inline",expression:ue},X}),ae}const K=a.listitem;a.listitem=function(ae){return K(N(ae))};const G=a.paragraph;a.paragraph=function(ae){return G(N(ae))};const H=a.tablecell;a.tablecell=function(ae,ie){return H(N(ae),ie)},a.code=function(ae,ie,ue){const X=(ie||"").match(/\S*/)[0];return X?["latex","katex","math"].indexOf(X)>=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 X=this.options.headerPrefix+ue.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return h.push({anchor:X,level:ie,text:ae}),"<h"+ie+' id="'+f+X+'">'+ae+"</h"+ie+">"},i().setOptions({silent:!0,gfm:!0,pedantic:!1}),i().use({tokenizer:A,renderer:a}),g.ZP=i()},25544: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 aiReviewConfigformatChecks},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},Sv:function(){return downloadFile},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},hE:function(){return isInsecureOrLocalhost},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__(7544),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__(96751),_service_exercise__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(31591),_contentType__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(695),umi__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(91482),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__(6521),_components_mediator__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(21798),_components_RenderHtml__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(39655),_utils_fetch__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(79769),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__(4929),moment__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(66649),moment__WEBPACK_IMPORTED_MODULE_12___default=__webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_12__),dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(64796),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,g,e)=>g in d?__defProp(d,g,{enumerable:!0,configurable:!0,writable:!0,value:e}):d[g]=e,__spreadValues=(d,g)=>{for(var e in g||(g={}))__hasOwnProp.call(g,e)&&__defNormalProp(d,e,g[e]);if(__getOwnPropSymbols)for(var e of __getOwnPropSymbols(g))__propIsEnum.call(g,e)&&__defNormalProp(d,e,g[e]);return d},__spreadProps=(d,g)=>__defProps(d,__getOwnPropDescs(g)),__async=(d,g,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,g)).next())}),_a,_b;moment__WEBPACK_IMPORTED_MODULE_12___default().extend(dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13___default());const HighLightedContent=(d,g=[],e="#2EC25B")=>(typeof g=="string"&&(g=[g]),d.replace(new RegExp(`(${g.join("|")})`,"gi"),`<span style="color:${e}">$1</span>`)),parseParams=d=>{d=d||{};let g="";for(let e in d)typeof d[e]=="object"?Array.isArray(d[e])&&d[e].forEach((r,i)=>{g+="&"+e+"[]="+r}):d[e]!==void 0&&(g+="&"+e+"="+d[e]);return g.substr(1)},getKey=d=>window.atob(window.atob(d));function bytesToSize(d){var g=["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)+" "+g[e]}const getTwoDecimalPlaces=d=>Math.round(Math.round(d*1e5)/1e3*100)/100,NewAntdDisabledDate=(d,g=null)=>{const e=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.startTime).startOf("day"),r=d>moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.endTime).endOf("day"),i=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.compared).startOf("day");return g!=null&&g.endTime?g!=null&&g.compared?moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.compared)?i||r:e||r:d&&e||r:g!=null&&g.compared&&moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.compared)?i:e},NewAntdDisabledTime=(d,g=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(g!=null&&g.compared){const o=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.compared).format("HH")),h=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.compared).format("mm")),u=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.compared).format("ss"));return moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(g==null?void 0:g.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,g,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()(g).endOf("day"),c=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(e).startOf("day");return g?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,g)=>{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(g){const c=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(g).format("HH")),f=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(g).format("mm"));return moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(g),"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,g,e)=>{typeof d=="string"&&(d=Number(d)),typeof g=="string"&&(g=Number(g));const r=(d.toString().split(".")[1]||"").length,i=(g.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(g*c))/c;case"-":return(Math.round(d*c)-Math.round(g*c))/c;case"*":return Math.round(d*c)*Math.round(g*c)/(c*c);case"/":return Math.round(d*c)/Math.round(g*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 g=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<g.length;f++){const o=g[f],h=l(o),u=h?i[g.length-1-f]:"";c+=h+u}return c=c.replace(/^一十$/,"\u5341"),c=c.replace(/^一(?=十[一二三四五六七八九])/,""),c},moveArray=(d,g,e)=>{const r=d.splice(g,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 g=d.replace(/(?:\r\n|\n)/g,`\x1B[41m\x1B[37m\u21B5\x1B[0m\r
`).replace(/ +$/g,"\x1B[41m \x1B[0m");return console.debug("str:",g,JSON.stringify(d)),g},StatusTags=d=>{const g={\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:g[e]&&g[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 g,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:(g=r==null?void 0:r[d.status])==null?void 0:g.class},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkShixunListStatus=d=>{var g,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:(g=r==null?void 0:r[d.status])==null?void 0:g.class},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkDetailStatus=d=>{var g,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:(g=r==null?void 0:r[d.status])==null?void 0:g.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 g,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:(g=r==null?void 0:r[d.status])==null?void 0:g.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 g,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:(g=r==null?void 0:r[d.status])==null?void 0:g.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:g}=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[g].class},e[g].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 g={\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&&(g=__spreadValues(__spreadValues({},g),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:g[i]&&g[i].class},i))})}catch(i){console.log("utils.status.tag:",i,d.status)}return r},exerciseTips=(d,g)=>{if(d===5||g)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 g,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:(g=r[d.status])==null?void 0:g.class},(e=r[d.status])==null?void 0:e.name)},CommonWorkStatus=d=>{var g,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:(g=r[d.status])==null?void 0:g.class},(e=r[d.status])==null?void 0:e.name)},timego=d=>{d=new Date(d).getTime();let g=1e3*60,e=g*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/g,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,g)=>{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(g)&&(g=g.replace(RegExp.$1,(d.getFullYear()+"").substr(4-RegExp.$1.length))),/(w+)/.test(g)&&(g=g.replace(RegExp.$1,r[RegExp.$1.length-1][d.getDay()]));for(let i in e)new RegExp("("+i+")").test(g)&&(g=g.replace(RegExp.$1,RegExp.$1.length==1?e[i]:("00"+e[i]).substr((""+e[i]).length)));return g},toTimeFormat=d=>{if(!d||d<0)return"0\u79D2";console.log("time:",d);let g=60,e=g*60,r=e*24,i=d/r,l=d/e,c=d/g,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="",g=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<=g};function buildTree(d,g){const e={};let r=null;return d.forEach(i=>{e[i.properties.uuid]=__spreadProps(__spreadValues({},i),{children:[]})}),g.forEach(i=>{const l=e[i.startNodeUuid],c=e[i.endNodeUuid];l&&c&&l.children.push(c)}),d.forEach(i=>{!g.some(c=>c.endNodeUuid===i.properties.uuid)&&(r=e[i.properties.uuid])}),r}const handleValidatorNickName=(d,g,e)=>{if(g){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(g),c=r.test(g);(l===!0||c===!0||g.length<2||g.length>=21)&&e("2-20\u4F4D\u4E2D\u82F1\u6587\u3001\u6570\u5B57\u53CA\u4E0B\u5212\u7EBF")}e()},handleValidatorName=(d,g,e)=>{if(g){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(g),c=r.test(g);(l===!0||c===!0||g.length<2||g.length>=21)&&e("2-20\u4F4D\u4E2D\u82F1\u6587\u3001\u6570\u5B57")}e()},getHiddenName=d=>{if(!d)return"";let g=d.length-1,e="";for(var r=0;r<g;r++)e+="*";return d.substr(0,1)+e},getBase64=(d,g)=>{const e=new FileReader;e.addEventListener("load",()=>g(e.result)),e.readAsDataURL(d)},getFileContentAndUrl=d=>new Promise((g,e)=>{var r=new FileReader;r.onload=function(){try{const i=window.URL.createObjectURL(d);g({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 g,e=RegExp("(^| )"+d+"=([^;]+)(;|$)");return(g=document.cookie.match(e))?decodeURIComponent(g[2]):null};function setCookie(d,g,e){var r=new Date;r.setTime(r.getTime()+e*24*60*60*1e3);var i="expires="+r.toUTCString();document.cookie=d+"="+g+"; "+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(";"),g=0;g<d.length;g++){var e=d[g],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,g){let e=document.createElement("a");document.body.appendChild(e),e.href=g,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,g=d.split(".").reverse();return g.length>2?[g[1],g[0]].join("."):d}function getBlob(d){return new Promise(g=>{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&&g(e.response)},e.send()})}function saveAs(d,g){if(window.navigator.msSaveOrOpenBlob)window.navigator.msSaveBlob(d,g);else{const e=document.createElement("a"),r=document.querySelector("body");e.href=window.URL.createObjectURL(d),e.download=g,e.style.display="none",r.appendChild(e),e.click(),r.removeChild(e),window.URL.revokeObjectURL(e.href)}}function download(d,g){getBlob(d).then(e=>{saveAs(e,g)})}function downLoadFileIframe(d,g){return new Promise((e,r)=>{var i=g,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,g){downLoadLink(d,g)}const setUrlQuery=d=>{let{url:g,query:e}=d;if(!g)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]}`));g.indexOf("?")!==-1?g=`${g}&${r.join("&")}`:g=`${g}?${r.join("&")}`,console.log("url1111",g)}return g};function isPc(){let d=navigator.userAgent,g=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"],e=!0;for(var r=0;r<g.length;r++)if(d.indexOf(g[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 g;return(g=d==null?void 0:d.toString())==null?void 0:g.replace(/\B(?=(\d{3})+(?!\d))/g,",")},openNewWindow=d=>{let g=document.createElement("a");g.target="_blank",document.body.appendChild(g),g.href=d;let e=document.createEvent("MouseEvents");e.initEvent("click",!1,!1),g.dispatchEvent(e),document.body.removeChild(g)},openNewWindows=d=>{let g=document.createElement("a");document.body.appendChild(g),g.href=d;let e=document.createEvent("MouseEvents");e.initEvent("click",!1,!1),g.dispatchEvent(e),document.body.removeChild(g)},formatTextMiddleIntercept=(d="")=>d.length<=6?d:`${d.substring(0,3)}...${d.substring(d.length-3,d.length)}`,HalfPastOne=()=>{let d=new Date().getHours(),g=new Date().getMinutes();return g>=30?(d++,g="00"):g="30",d+":"+g},DayHalfPastOne=(d="-")=>{let g=new Date().getHours(),e=new Date().getMinutes();return e>=30?(g++,e="00"):e="30",new Date().toLocaleDateString().replace(/\//g,d)+" "+g+":"+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 g=Object.prototype.toString.call(d);return g.substring(8,g.length-1)},isEmpty=d=>type(d)==="Array"?d.length===0:type(d)==="Object"?Object.keys(d).length===0:!d,rangeNumber=(d,g)=>{const e=[];for(let r=d;r<g;r++)e.push(r);return e},middleEllipsis=(d,g=12)=>{let e=g/2-2,r=g/2+3;return d.length>g?d.substr(0,e)+"..."+d.substr(r,g):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,g){const e=new RegExp(`(^|&)${d}=([^&]*)(&|$)`,"i"),r=g.substr(1).match(e);return r!=null?decodeURIComponent(r[2]):null}const getMessagesUrl=d=>{var g;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/${(g=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:g.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,g)=>__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||g)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}))});function isInsecureOrLocalhost(d){try{const g=new URL(d),e=g.hostname==="localhost"||g.hostname==="127.0.0.1";return!(g.protocol==="https:")&&!e}catch(g){return!0}}const checkDisabledExam=d=>new Promise((g,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){g("");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 g,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/${(g=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:g.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,g,e,r){if(console.log("param:",d),g=g||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{g&&(u=c(u)?g+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,g)=>{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],g==="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 g=d.split(".");return g.length>2&&/^[a-z]{2}$/.test(g[g.length-2])?g.slice(-3).join("."):g.slice(-2).join(".")}const setHeader=(d,g)=>{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,g)}},setThreeComponent=()=>{(function(d){XMLHttpRequest.prototype.open=function(g,e,r=!0){const i=setHeader({method:g,headers:{}});d.call(this,g,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(g,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 g=/(\w+)=([^\#&]*)/gi,e={};return d.replace(g,function(r,i,l){e[i]=decodeURI(l)}),e},messageInfo=(d,g)=>{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${g}\u53D1\u5E03\uFF0C\u8BF7\u7B49\u5F85\u3002`}[d];antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning(r)},base64ToBlob=(d,g)=>{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=g.split("."))==null?void 0:e[1]]||"application/octet-stream"})},downloadFile=(d,g,e)=>{const r=base64ToBlob(g,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 g;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:((g=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:g.login)||""})}catch(e){console.log("trackEvent:err:",e)}},trackEventCustom=d=>{if(d.length)try{window._czc.push(["_setCustomVar",...d])}catch(g){console.log("trackEvent:err:",g)}},onPreviewImage=d=>{const g=(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=g(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,g)=>{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 g?(l=(i=(r=c==null?void 0:c.second_category)==null?void 0:r.filter(f=>f.category_id==g))==null?void 0:i[0])==null?void 0:l.category_name:c==null?void 0:c.name}return null},bindPhone=d=>{const g=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:()=>{g.destroy(),d!=null&&d.onCancel&&d.onCancel()}})},copyTextFuc=(d="",g=!1)=>{const e=document.createElement("textarea");e.value=d,document.body.appendChild(e),e.select(),document.execCommand("Copy"),g||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 g=d.substring(1),e={};return g.split("&").forEach(function(r){let i=r.split("=");e[i[0]]=decodeURIComponent(i[1])}),e},arrTrans=(d,g)=>{if(!g)return null;const e=[];return g.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,g,e)=>{const r=d,i=localStorage.getItem(r),l=i!==null&&i!=="[object Object]"?JSON.parse(i):{};l[e]=g,localStorage.setItem(r,JSON.stringify(l))},getItem:(d,g)=>{const e=d,r=localStorage.getItem(e);return(r!==null&&r!=="[object Object]"?JSON.parse(r):{})[g]}},ImgSrcConvert=d=>d!=null&&d.startsWith("http")?d:_env__WEBPACK_IMPORTED_MODULE_7__.Z.IMG_SERVER+d,compareVersion=d=>{const g=getVersion(),e=d.split("."),r=g.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,g)=>{d=`${d}${g?","+g:""}`;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 g=navigator.userAgent.toLowerCase().match(/version\/[\d.]+/gi);return g&&g[0].replace(/version\//,"")},isLocalApp=()=>navigator.userAgent.indexOf("ExerciseApp")>-1;function randomArray(d,g){let e=d.length,r,i;g=g||1;let l=function(){var c=Math.sin(g++)*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 g=document.getElementsByTagName("iframe");for(let r=0;r<g.length;r++)g[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((g,e)=>{var r=new XMLHttpRequest;r.withCredentials=!0,r.onload=function(){var i=new FileReader;i.onloadend=function(){g(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 g;(g=document.querySelector(d))==null||g.scrollTo({left:0,top:0,behavior:"smooth"})}function dealUploadChange(d){var g,e,r,i,l;const c=(g=d.fileList)==null?void 0:g.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="",g){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>g?r[0].slice(0,g)+"..."+r[1]:d}function cutName(d="",g,e="--"){return d?(d==null?void 0:d.length)>=g?(d==null?void 0:d.slice(0,g))+"...":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 g={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(A=>A.questions_count>0).map((A,k)=>{var R;return(R=A.questions)==null||R.forEach(S=>{p.push(S.id),y=y+S.score,m=m+1}),__spreadValues(__spreadValues({},A),{number:g[k+1]})});return{all_questions_count:m,all_score:y,questionList:b,ids:p,exam:e}},formatRandomPaperDatas=d=>{var g;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=[];(g=r==null?void 0:r.question_type_position)==null||g.map((R,S)=>{p==null||p.map((I,M)=>{R.type===I.type&&y.push(I)})});const m=[];let b=0,A=0;const k=y.filter(R=>R.questions_count>0).map((R,S)=>{var I;return(I=R.questions)==null||I.forEach(M=>{m.push(M.id),b=b+M.score,A=A+1}),__spreadValues(__spreadValues({},R),{number:e[S+1]})});return{all_questions_count:A,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,g)=>{var e;try{g?(d.send(JSON.stringify({type:"toggleLockExit",data:!0})),g!=null&&g.forbid_screen&&d.send(JSON.stringify({type:"open-disabled-switchscreen"})),g!=null&&g.use_white_list&&d.send(JSON.stringify({type:"open-only-allow-runapp",data:g==null?void 0:g.white_list})),g!=null&&g.net_limit&&d.send(JSON.stringify({type:"network-close",data:(e=g==null?void 0:g.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"]'),g=d==null?void 0:d.querySelector("span");g&&(g.classList.remove("jumping-icon"),g.offsetWidth,g.classList.add("jumping-icon"),setTimeout(()=>{var e;(e=g==null?void 0:g.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 g=[];return d.is_locked&&g.push("\u8003\u8BD5\u89E3\u9501\u7801"),d.login_restrict&&g.push("\u8003\u8BD5\u767B\u5F55\u9650\u5236"),d.screen_open&&g.push("\u5207\u5C4F\u540E\u5F3A\u5236\u4EA4\u5377"),d.ip_bind&&g.push("IP\u5730\u5740\u7ED1\u5B9A"),(d.ip_limit==="pub"||d.ip_limit==="inner")&&g.push("\u9650\u5236\u8003\u8BD5\u8BBF\u95EEIP"),d.open_camera&&g.push("\u8003\u8BD5\u4E2D\u542F\u7528\u62CD\u7167\u529F\u80FD\u8FDB\u884C\u76D1\u8003\u548C\u884C\u4E3A\u5206\u6790"),d.identity_verify&&g.push("\u8003\u8BD5\u524D\u4EBA\u8138\u8EAB\u4EFD\u6838\u9A8C"),d.open_phone_video_recording&&g.push("\u8003\u8BD5\u4E2D\u5F00\u542F\u624B\u673A\u89C6\u9891\u5F55\u5236"),g.length>0?g.join("\u3001"):""},releaseRuleDataAdjust=d=>{const g=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(g).map(r=>__spreadProps(__spreadValues({},r),{group_name:r.group_name.flat(),group_id:r.group_id.flat()}))},showInstallWebRtcDoc=()=>new Promise((d,g)=>__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(g=>{throw console.error("Failed to copy text: ",g),g}):new Promise((g,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!"),g(!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,g="utf-8")=>isArrayBuffer(d)?new TextDecoder(g).decode(d):d,numFormat=d=>d?(d>=1e3&&(d=d/1e3+"K"),d):0,aiReviewConfigformatChecks=d=>{if(!d||d.length===0)return!0;const g=new Set,e=new Set;let r=!0,i=!0;const l=d==null?void 0:d.reduce((c,f)=>{g!=null&&g.has(f.name)&&(r=!1),g==null||g.add(f.name),e!=null&&e.has(f.content)&&(i=!1),e==null||e.add(f.content);const o=parseFloat(f.weight);return c+o},0);return r?i?parseFloat(l.toFixed(2))!=100?(antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning("\u6240\u6709\u8BC4\u5206\u9879\u76EE\u7684\u6743\u91CD\u4E4B\u548C\u5FC5\u987B\u4E3A100%"),!1):!0:(antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning("\u8BC4\u5206\u6807\u51C6\u5185\u5BB9\u4E0D\u80FD\u91CD\u590D!"),!1):(antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning("\u8BC4\u5206\u9879\u76EE\u5185\u5BB9\u4E0D\u80FD\u91CD\u590D!"),!1)}},84152:function(d,g,e){"use strict";e.d(g,{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)}},35470:function(d,g,e){"use strict";e.d(g,{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,A=(0,l.fp)(b,y.pathname);return A||[]}function u(){var y,m=h().slice(-1),b=((y=m[0])===null||y===void 0?void 0:y.route)||{},A=b.element,k=(0,r.Z)(b,c);return k}function a(){var y=h(),m=o(),b=m.serverLoaderData,A=m.basename,k=React.useState(function(){var M={},B=!1;return y.forEach(function(N){var K=b[N.route.id];K&&(Object.assign(M,K),B=!0)}),B?M:void 0}),R=_slicedToArray(k,2),S=R[0],I=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:A,cb:B})})})).then(function(M){if(M.length){var B={};M.forEach(function(N){Object.assign(B,N)}),I(B)}})},[]),{data:S}}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 g={en_GB:"en-gb",en_US:"en",zh_CN:"zh-cn",zh_TW:"zh-tw"},e=function(i){var l=g[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,g,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:A,quitOnNullishReturnValue:k,actionFn:R}=h,S=i.useRef(!1),I=i.useRef(null),[M,B]=(0,r.Z)(!1),N=function(){y==null||y.apply(void 0,arguments)};i.useEffect(()=>{let H=null;return m&&(H=setTimeout(()=>{var ae;(ae=I.current)===null||ae===void 0||ae.focus()})),()=>{H&&clearTimeout(H)}},[]);const K=H=>{f(H)&&(B(!0),H.then(function(){B(!1,!0),N.apply(void 0,arguments),S.current=!1},ae=>{if(B(!1,!0),S.current=!1,!(A!=null&&A()))return Promise.reject(ae)}))},G=H=>{if(S.current)return;if(S.current=!0,!R){N();return}let ae;if(b){if(ae=R(H),k&&!f(ae)){S.current=!1,N(H);return}}else if(R.length)ae=R(y),S.current=!1;else if(ae=R(),!ae){N();return}K(ae)};return i.createElement(l.ZP,Object.assign({},(0,c.n)(u),{onClick:G,loading:M,prefixCls:x},p,{ref:I}),a)};g.Z=o},53487:function(d,g,e){"use strict";e.d(g,{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,A=i.useRef(null),[k,R]=i.useState(0),[S,I]=i.useState(0),[M,B]=(0,r.Z)(!1,{value:y.open}),{getPrefixCls:N}=i.useContext(c.E_),K=N(u||"select",m);i.useEffect(()=>{if(B(!0),typeof ResizeObserver!="undefined"){const H=new ResizeObserver(ie=>{const ue=ie[0].target;R(ue.offsetHeight+8),I(ue.offsetWidth)}),ae=setInterval(()=>{var ie;const ue=a?`.${a(K)}`:`.${K}-dropdown`,X=(ie=A.current)===null||ie===void 0?void 0:ie.querySelector(ue);X&&(clearInterval(ae),H.observe(X))},10);return()=>{clearInterval(ae),H.disconnect()}}},[]);let G=Object.assign(Object.assign({},y),{style:Object.assign(Object.assign({},b),{margin:0}),open:M,visible:M,getPopupContainer:()=>A.current});return x&&(G=x(G)),i.createElement("div",{ref:A,style:{paddingBottom:k,position:"relative",minWidth:S}},i.createElement(h,Object.assign({},G)))}return f(p)}},36785:function(d,g,e){"use strict";e.d(g,{o2:function(){return f},yT:function(){return o}});var r=e(77654),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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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}`;g.Z=f},79676:function(d,g,e){"use strict";e.d(g,{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,A={};return Object.keys(l).forEach(k=>{const R=x&&c[k]||l[k],S=Object.assign(Object.assign({},R),{offset:[0,0]});switch(A[k]=S,f.has(k)&&(S.autoArrow=!1),k){case"top":case"topLeft":case"topRight":S.offset[1]=-b-p;break;case"bottom":case"bottomLeft":case"bottomRight":S.offset[1]=b+p;break;case"left":case"leftTop":case"leftBottom":S.offset[0]=-b-p;break;case"right":case"rightTop":case"rightBottom":S.offset[0]=b+p;break}const I=(0,r.fS)({contentRadius:y,limitVerticalRadius:!0});if(x)switch(k){case"topLeft":case"bottomLeft":S.offset[0]=-I.dropdownArrowOffset-b;break;case"topRight":case"bottomRight":S.offset[0]=I.dropdownArrowOffset+b;break;case"leftTop":case"rightTop":S.offset[1]=-I.dropdownArrowOffset-b;break;case"leftBottom":case"rightBottom":S.offset[1]=I.dropdownArrowOffset+b;break}S.overflow=i(k,I,u,a),m&&(S.htmlRegion="visibleFirst")}),A}},92343:function(d,g,e){"use strict";var r;e.d(g,{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,g,e){"use strict";e.d(g,{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`,A=`screen${m}`;if(!(a[b]<=a[A]))throw new Error(`${b}<=${A} fails : !(${a[b]}<=${a[A]})`);if(y<x.length-1){const k=`screen${m}Max`;if(!(a[A]<=a[k]))throw new Error(`${A}<=${k} fails : !(${a[A]}<=${a[k]})`);const S=`screen${x[y+1].toUpperCase()}Min`;if(!(a[k]<=a[S]))throw new Error(`${k}<=${S} fails : !(${a[k]}<=${a[S]})`)}}),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],A=this.matchHandlers[b];A==null||A.mql.removeListener(A==null?void 0:A.listener)}),x.clear()},register(){Object.keys(a).forEach(m=>{const b=a[m],A=R=>{let{matches:S}=R;this.dispatch(Object.assign(Object.assign({},y),{[m]:S}))},k=window.matchMedia(b);k.addListener(A),this.matchHandlers[b]={mql:k,listener:A},A(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,g,e){"use strict";e.d(g,{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:X}=ie;return{[ue]:{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:`var(--wave-color, ${X})`,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 A(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)"&&A(ie)&&!/rgba\((?:\d*, ){3}0\)/.test(ie)&&ie!=="transparent"}function R(ie){const{borderTopColor:ue,borderColor:X,backgroundColor:Y}=getComputedStyle(ie);return k(ue)?ue:k(X)?X:k(Y)?Y:null}var S=e(4572);function I(ie){return Number.isNaN(ie)?0:ie}const M=ie=>{const{className:ue,target:X,component:Y}=ie,$=f.useRef(null),[se,ee]=f.useState(null),[J,le]=f.useState([]),[Z,U]=f.useState(0),[ne,me]=f.useState(0),[Ee,Pe]=f.useState(0),[We,Fe]=f.useState(0),[Lt,mt]=f.useState(!1),wt={left:Z,top:ne,width:Ee,height:We,borderRadius:J.map(nr=>`${nr}px`).join(" ")};se&&(wt["--wave-color"]=se);function Gt(){const nr=getComputedStyle(X);ee(R(X));const Ne=nr.position==="static",{borderLeftWidth:ht,borderTopWidth:Rt}=nr;U(Ne?X.offsetLeft:I(-parseFloat(ht))),me(Ne?X.offsetTop:I(-parseFloat(Rt))),Pe(X.offsetWidth),Fe(X.offsetHeight);const{borderTopLeftRadius:Je,borderTopRightRadius:ct,borderBottomLeftRadius:at,borderBottomRightRadius:Xe}=nr;le([Je,ct,Xe,at].map(Ze=>I(parseFloat(Ze))))}if(f.useEffect(()=>{if(X){const nr=(0,y.Z)(()=>{Gt(),mt(!0)});let Ne;return typeof ResizeObserver!="undefined"&&(Ne=new ResizeObserver(Gt),Ne.observe(X)),()=>{y.Z.cancel(nr),Ne==null||Ne.disconnect()}}},[]),!Lt)return null;const Ft=(Y==="Checkbox"||Y==="Radio")&&(X==null?void 0:X.classList.contains(S.A));return f.createElement(m.default,{visible:!0,motionAppear:!0,motionName:"wave-motion",motionDeadline:5e3,onAppearEnd:(nr,Ne)=>{var ht;if(Ne.deadline||Ne.propertyName==="opacity"){const Rt=(ht=$.current)===null||ht===void 0?void 0:ht.parentElement;(0,b.v)(Rt).then(()=>{Rt==null||Rt.remove()})}return!1}},nr=>{let{className:Ne}=nr;return f.createElement("div",{ref:$,className:i()(ue,{"wave-quick":Ft},Ne),style:wt})})};var N=(ie,ue)=>{var X;const{component:Y}=ue;if(Y==="Checkbox"&&!(!((X=ie.querySelector("input"))===null||X===void 0)&&X.checked))return;const $=document.createElement("div");$.style.position="absolute",$.style.left="0px",$.style.top="0px",ie==null||ie.insertBefore($,ie==null?void 0:ie.firstChild),(0,b.s)(f.createElement(M,Object.assign({},ue,{target:ie})),$)},K=e(88088);function G(ie,ue,X){const{wave:Y}=f.useContext(o.E_),[,$,se]=(0,K.Z)(),ee=(0,p.useEvent)(Z=>{const U=ie.current;if(Y!=null&&Y.disabled||!U)return;const ne=U.querySelector(`.${S.A}`)||U,{showEffect:me}=Y||{};(me||N)(ne,{className:ue,token:$,component:X,event:Z,hashId:se})}),J=f.useRef();return Z=>{y.Z.cancel(J.current),J.current=(0,y.Z)(()=>{ee(Z)})}}var ae=ie=>{const{children:ue,disabled:X,component:Y}=ie,{getPrefixCls:$}=(0,f.useContext)(o.E_),se=(0,f.useRef)(null),ee=$("wave"),[,J]=x(ee),le=G(se,i()(ee,J),Y);if(f.useEffect(()=>{const U=se.current;if(!U||U.nodeType!==1||X)return;const ne=me=>{!(0,c.Z)(me.target)||!U.getAttribute||U.getAttribute("disabled")||U.disabled||U.className.includes("disabled")||U.className.includes("-leave")||le(me)};return U.addEventListener("click",ne,!0),()=>{U.removeEventListener("click",ne,!0)}},[X]),!f.isValidElement(ue))return ue!=null?ue:null;const Z=(0,l.Yr)(ue)?(0,l.sQ)(ue.ref,se):se;return(0,h.Tm)(ue,{ref:Z})}},4572:function(d,g,e){"use strict";e.d(g,{A:function(){return r}});const r="ant-wave-target"},67797:function(d,g,e){"use strict";e.d(g,{n:function(){return rt},Z:function(){return Ut}});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(Te,ce){var pe={};for(var At in Te)Object.prototype.hasOwnProperty.call(Te,At)&&ce.indexOf(At)<0&&(pe[At]=Te[At]);if(Te!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ae=0,At=Object.getOwnPropertySymbols(Te);Ae<At.length;Ae++)ce.indexOf(At[Ae])<0&&Object.prototype.propertyIsEnumerable.call(Te,At[Ae])&&(pe[At[Ae]]=Te[At[Ae]]);return pe};const m=r.createContext(void 0);var A=Te=>{const{getPrefixCls:ce,direction:pe}=r.useContext(h.E_),{prefixCls:At,size:Ae,className:ut}=Te,$t=y(Te,["prefixCls","size","className"]),yt=ce("btn-group",At),[,,Ce]=(0,p.Z)();let _t="";switch(Ae){case"large":_t="lg";break;case"small":_t="sm";break;case"middle":case void 0:break;default:}const Ue=l()(yt,{[`${yt}-${_t}`]:_t,[`${yt}-rtl`]:pe==="rtl"},ut,Ce);return r.createElement(m.Provider,{value:Ae},r.createElement("div",Object.assign({},$t,{className:Ue})))},k=e(92343);const R=/^[\u4e00-\u9fa5]{2}$/,S=R.test.bind(R);function I(Te){return typeof Te=="string"}function M(Te){return Te==="text"||Te==="link"}function B(Te,ce){if(Te==null)return;const pe=ce?" ":"";return typeof Te!="string"&&typeof Te!="number"&&I(Te.type)&&S(Te.props.children)?(0,k.Tm)(Te,{children:Te.props.children.split("").join(pe)}):I(Te)?S(Te)?r.createElement("span",null,Te.split("").join(pe)):r.createElement("span",null,Te):(0,k.M2)(Te)?r.createElement("span",null,Te):Te}function N(Te,ce){let pe=!1;const At=[];return r.Children.forEach(Te,Ae=>{const ut=typeof Ae,$t=ut==="string"||ut==="number";if(pe&&$t){const yt=At.length-1,Ce=At[yt];At[yt]=`${Ce}${Ae}`}else At.push(Ae);pe=$t}),r.Children.map(At,Ae=>B(Ae,ce))}const K=null,G=null,H=null;var ie=(0,r.forwardRef)((Te,ce)=>{const{className:pe,style:At,children:Ae,prefixCls:ut}=Te,$t=l()(`${ut}-icon`,pe);return r.createElement("span",{ref:ce,className:$t,style:At},Ae)}),ue=e(58617),X=e(77900);const Y=(0,r.forwardRef)((Te,ce)=>{let{prefixCls:pe,className:At,style:Ae,iconClassName:ut}=Te;const $t=l()(`${pe}-loading-icon`,At);return r.createElement(ie,{prefixCls:pe,className:$t,style:Ae,ref:ce},r.createElement(ue.Z,{className:ut}))}),$=()=>({width:0,opacity:0,transform:"scale(0)"}),se=Te=>({width:Te.scrollWidth,opacity:1,transform:"scale(1)"});var J=Te=>{const{prefixCls:ce,loading:pe,existIcon:At,className:Ae,style:ut}=Te,$t=!!pe;return At?r.createElement(Y,{prefixCls:ce,className:Ae,style:ut}):r.createElement(X.default,{visible:$t,motionName:`${ce}-loading-icon-motion`,removeOnLeave:!0,onAppearStart:$,onAppearActive:se,onEnterStart:$,onEnterActive:se,onLeaveStart:se,onLeaveActive:$},(yt,Ce)=>{let{className:_t,style:Ue}=yt;return r.createElement(Y,{prefixCls:ce,className:Ae,style:Object.assign(Object.assign({},ut),Ue),ref:Ce,iconClassName:_t})})},le=e(17313),Z=e(37613),U=e(83116);const ne=(Te,ce)=>({[`> span, > ${Te}`]:{"&:not(:last-child)":{[`&, & > ${Te}`]:{"&:not(:disabled)":{borderInlineEndColor:ce}}},"&:not(:first-child)":{[`&, & > ${Te}`]:{"&:not(:disabled)":{borderInlineStartColor:ce}}}}});var Ee=Te=>{const{componentCls:ce,fontSize:pe,lineWidth:At,groupBorderColor:Ae,colorErrorHover:ut}=Te;return{[`${ce}-group`]:[{position:"relative",display:"inline-flex",[`> span, > ${ce}`]:{"&:not(:last-child)":{[`&, & > ${ce}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},"&:not(:first-child)":{marginInlineStart:-At,[`&, & > ${ce}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}},[ce]:{position:"relative",zIndex:1,"&:hover,\n &:focus,\n &:active":{zIndex:2},"&[disabled]":{zIndex:0}},[`${ce}-icon-only`]:{fontSize:pe}},ne(`${ce}-primary`,Ae),ne(`${ce}-danger`,ut)]}};const Pe=Te=>{const{componentCls:ce,iconCls:pe,fontWeight:At}=Te;return{[ce]:{outline:"none",position:"relative",display:"inline-block",fontWeight:At,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",backgroundColor:"transparent",border:`${Te.lineWidth}px ${Te.lineType} transparent`,cursor:"pointer",transition:`all ${Te.motionDurationMid} ${Te.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",lineHeight:Te.lineHeight,color:Te.colorText,"&:disabled > *":{pointerEvents:"none"},"> span":{display:"inline-block"},[`${ce}-icon`]:{lineHeight:0},[`> ${pe} + span, > span + ${pe}`]:{marginInlineStart:Te.marginXS},[`&:not(${ce}-icon-only) > ${ce}-icon`]:{[`&${ce}-loading-icon, &:not(:last-child)`]:{marginInlineEnd:Te.marginXS}},"> a":{color:"currentColor"},"&:not(:disabled)":Object.assign({},(0,le.Qy)(Te)),[`&-icon-only${ce}-compact-item`]:{flex:"none"},[`&-compact-item${ce}-primary`]:{[`&:not([disabled]) + ${ce}-compact-item${ce}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-Te.lineWidth,insetInlineStart:-Te.lineWidth,display:"inline-block",width:Te.lineWidth,height:`calc(100% + ${Te.lineWidth*2}px)`,backgroundColor:Te.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${ce}-primary`]:{[`&:not([disabled]) + ${ce}-compact-vertical-item${ce}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-Te.lineWidth,insetInlineStart:-Te.lineWidth,display:"inline-block",width:`calc(100% + ${Te.lineWidth*2}px)`,height:Te.lineWidth,backgroundColor:Te.colorPrimaryHover,content:'""'}}}}}}},We=(Te,ce,pe)=>({[`&:not(:disabled):not(${Te}-disabled)`]:{"&:hover":ce,"&:active":pe}}),Fe=Te=>({minWidth:Te.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),Lt=Te=>({borderRadius:Te.controlHeight,paddingInlineStart:Te.controlHeight/2,paddingInlineEnd:Te.controlHeight/2}),mt=Te=>({cursor:"not-allowed",borderColor:Te.borderColorDisabled,color:Te.colorTextDisabled,backgroundColor:Te.colorBgContainerDisabled,boxShadow:"none"}),wt=(Te,ce,pe,At,Ae,ut,$t,yt)=>({[`&${Te}-background-ghost`]:Object.assign(Object.assign({color:pe||void 0,backgroundColor:ce,borderColor:At||void 0,boxShadow:"none"},We(Te,Object.assign({backgroundColor:ce},$t),Object.assign({backgroundColor:ce},yt))),{"&:disabled":{cursor:"not-allowed",color:Ae||void 0,borderColor:ut||void 0}})}),Gt=Te=>({[`&:disabled, &${Te.componentCls}-disabled`]:Object.assign({},mt(Te))}),Ft=Te=>Object.assign({},Gt(Te)),nr=Te=>({[`&:disabled, &${Te.componentCls}-disabled`]:{cursor:"not-allowed",color:Te.colorTextDisabled}}),Ne=Te=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ft(Te)),{backgroundColor:Te.defaultBg,borderColor:Te.defaultBorderColor,color:Te.defaultColor,boxShadow:Te.defaultShadow}),We(Te.componentCls,{color:Te.colorPrimaryHover,borderColor:Te.colorPrimaryHover},{color:Te.colorPrimaryActive,borderColor:Te.colorPrimaryActive})),wt(Te.componentCls,Te.ghostBg,Te.defaultGhostColor,Te.defaultGhostBorderColor,Te.colorTextDisabled,Te.colorBorder)),{[`&${Te.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({color:Te.colorError,borderColor:Te.colorError},We(Te.componentCls,{color:Te.colorErrorHover,borderColor:Te.colorErrorBorderHover},{color:Te.colorErrorActive,borderColor:Te.colorErrorActive})),wt(Te.componentCls,Te.ghostBg,Te.colorError,Te.colorError,Te.colorTextDisabled,Te.colorBorder)),Gt(Te))}),ht=Te=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ft(Te)),{color:Te.primaryColor,backgroundColor:Te.colorPrimary,boxShadow:Te.primaryShadow}),We(Te.componentCls,{color:Te.colorTextLightSolid,backgroundColor:Te.colorPrimaryHover},{color:Te.colorTextLightSolid,backgroundColor:Te.colorPrimaryActive})),wt(Te.componentCls,Te.ghostBg,Te.colorPrimary,Te.colorPrimary,Te.colorTextDisabled,Te.colorBorder,{color:Te.colorPrimaryHover,borderColor:Te.colorPrimaryHover},{color:Te.colorPrimaryActive,borderColor:Te.colorPrimaryActive})),{[`&${Te.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({backgroundColor:Te.colorError,boxShadow:Te.dangerShadow,color:Te.dangerColor},We(Te.componentCls,{backgroundColor:Te.colorErrorHover},{backgroundColor:Te.colorErrorActive})),wt(Te.componentCls,Te.ghostBg,Te.colorError,Te.colorError,Te.colorTextDisabled,Te.colorBorder,{color:Te.colorErrorHover,borderColor:Te.colorErrorHover},{color:Te.colorErrorActive,borderColor:Te.colorErrorActive})),Gt(Te))}),Rt=Te=>Object.assign(Object.assign({},Ne(Te)),{borderStyle:"dashed"}),Je=Te=>Object.assign(Object.assign(Object.assign({color:Te.colorLink},We(Te.componentCls,{color:Te.colorLinkHover,backgroundColor:Te.linkHoverBg},{color:Te.colorLinkActive})),nr(Te)),{[`&${Te.componentCls}-dangerous`]:Object.assign(Object.assign({color:Te.colorError},We(Te.componentCls,{color:Te.colorErrorHover},{color:Te.colorErrorActive})),nr(Te))}),ct=Te=>Object.assign(Object.assign(Object.assign({},We(Te.componentCls,{color:Te.colorText,backgroundColor:Te.textHoverBg},{color:Te.colorText,backgroundColor:Te.colorBgTextActive})),nr(Te)),{[`&${Te.componentCls}-dangerous`]:Object.assign(Object.assign({color:Te.colorError},nr(Te)),We(Te.componentCls,{color:Te.colorErrorHover,backgroundColor:Te.colorErrorBg},{color:Te.colorErrorHover,backgroundColor:Te.colorErrorBg}))}),at=Te=>{const{componentCls:ce}=Te;return{[`${ce}-default`]:Ne(Te),[`${ce}-primary`]:ht(Te),[`${ce}-dashed`]:Rt(Te),[`${ce}-link`]:Je(Te),[`${ce}-text`]:ct(Te),[`${ce}-ghost`]:wt(Te.componentCls,Te.ghostBg,Te.colorBgContainer,Te.colorBgContainer,Te.colorTextDisabled,Te.colorBorder)}},Xe=function(Te){let ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:pe,controlHeight:At,fontSize:Ae,lineHeight:ut,lineWidth:$t,borderRadius:yt,buttonPaddingHorizontal:Ce,iconCls:_t}=Te,Ue=Math.max(0,(At-Ae*ut)/2-$t),xe=`${pe}-icon-only`;return[{[`${pe}${ce}`]:{fontSize:Ae,height:At,padding:`${Ue}px ${Ce}px`,borderRadius:yt,[`&${xe}`]:{width:At,paddingInlineStart:0,paddingInlineEnd:0,[`&${pe}-round`]:{width:"auto"},[_t]:{fontSize:Te.buttonIconOnlyFontSize}},[`&${pe}-loading`]:{opacity:Te.opacityLoading,cursor:"default"},[`${pe}-loading-icon`]:{transition:`width ${Te.motionDurationSlow} ${Te.motionEaseInOut}, opacity ${Te.motionDurationSlow} ${Te.motionEaseInOut}`}}},{[`${pe}${pe}-circle${ce}`]:Fe(Te)},{[`${pe}${pe}-round${ce}`]:Lt(Te)}]},Ze=Te=>Xe((0,Z.TS)(Te,{fontSize:Te.contentFontSize})),ye=Te=>{const ce=(0,Z.TS)(Te,{controlHeight:Te.controlHeightSM,fontSize:Te.contentFontSizeSM,padding:Te.paddingXS,buttonPaddingHorizontal:Te.paddingInlineSM,borderRadius:Te.borderRadiusSM,buttonIconOnlyFontSize:Te.onlyIconSizeSM});return Xe(ce,`${Te.componentCls}-sm`)},Oe=Te=>{const ce=(0,Z.TS)(Te,{controlHeight:Te.controlHeightLG,fontSize:Te.contentFontSizeLG,buttonPaddingHorizontal:Te.paddingInlineLG,borderRadius:Te.borderRadiusLG,buttonIconOnlyFontSize:Te.onlyIconSizeLG});return Xe(ce,`${Te.componentCls}-lg`)},Ge=Te=>{const{componentCls:ce}=Te;return{[ce]:{[`&${ce}-block`]:{width:"100%"}}}},et=Te=>{const{paddingInline:ce,onlyIconSize:pe}=Te;return(0,Z.TS)(Te,{buttonPaddingHorizontal:ce,buttonIconOnlyFontSize:pe})},Qe=Te=>({fontWeight:400,defaultShadow:`0 ${Te.controlOutlineWidth}px 0 ${Te.controlTmpOutline}`,primaryShadow:`0 ${Te.controlOutlineWidth}px 0 ${Te.controlOutline}`,dangerShadow:`0 ${Te.controlOutlineWidth}px 0 ${Te.colorErrorOutline}`,primaryColor:Te.colorTextLightSolid,dangerColor:Te.colorTextLightSolid,borderColorDisabled:Te.colorBorder,defaultGhostColor:Te.colorBgContainer,ghostBg:"transparent",defaultGhostBorderColor:Te.colorBgContainer,paddingInline:Te.paddingContentHorizontal-Te.lineWidth,paddingInlineLG:Te.paddingContentHorizontal-Te.lineWidth,paddingInlineSM:8-Te.lineWidth,onlyIconSize:Te.fontSizeLG,onlyIconSizeSM:Te.fontSizeLG-2,onlyIconSizeLG:Te.fontSizeLG+2,groupBorderColor:Te.colorPrimaryHover,linkHoverBg:"transparent",textHoverBg:Te.colorBgTextHover,defaultColor:Te.colorText,defaultBg:Te.colorBgContainer,defaultBorderColor:Te.colorBorder,defaultBorderColorDisabled:Te.colorBorder,contentFontSize:Te.fontSize,contentFontSizeSM:Te.fontSize,contentFontSizeLG:Te.fontSizeLG});var St=(0,U.Z)("Button",Te=>{const ce=et(Te);return[Pe(ce),ye(ce),Ze(ce),Oe(ce),Ge(ce),at(ce),Ee(ce)]},Qe),Ct=e(74207);function lr(Te,ce){return{[`&-item:not(${ce}-last-item)`]:{marginBottom:-Te.lineWidth},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function or(Te,ce){return{[`&-item:not(${ce}-first-item):not(${ce}-last-item)`]:{borderRadius:0},[`&-item${ce}-first-item:not(${ce}-last-item)`]:{[`&, &${Te}-sm, &${Te}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${ce}-last-item:not(${ce}-first-item)`]:{[`&, &${Te}-sm, &${Te}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function Me(Te){const ce=`${Te.componentCls}-compact-vertical`;return{[ce]:Object.assign(Object.assign({},lr(Te,ce)),or(Te.componentCls,ce))}}var tt=(0,U.b)(["Button","compact"],Te=>{const ce=et(Te);return[(0,Ct.c)(ce),Me(ce)]},Qe),Qt=function(Te,ce){var pe={};for(var At in Te)Object.prototype.hasOwnProperty.call(Te,At)&&ce.indexOf(At)<0&&(pe[At]=Te[At]);if(Te!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ae=0,At=Object.getOwnPropertySymbols(Te);Ae<At.length;Ae++)ce.indexOf(At[Ae])<0&&Object.prototype.propertyIsEnumerable.call(Te,At[Ae])&&(pe[At[Ae]]=Te[At[Ae]]);return pe};function rt(Te){return Te==="danger"?{danger:!0}:{type:Te}}function Mt(Te){if(typeof Te=="object"&&Te){const ce=Te==null?void 0:Te.delay;return{loading:!1,delay:!Number.isNaN(ce)&&typeof ce=="number"?ce:0}}return{loading:!!Te,delay:0}}const Ot=(Te,ce)=>{var pe,At;const{loading:Ae=!1,prefixCls:ut,type:$t="default",danger:yt,shape:Ce="default",size:_t,styles:Ue,disabled:xe,className:dt,rootClassName:Dt,children:Be,icon:Dr,ghost:vt=!1,block:qr=!1,htmlType:sn="button",classNames:zt,style:er={}}=Te,Bt=Qt(Te,["loading","prefixCls","type","danger","shape","size","styles","disabled","className","rootClassName","children","icon","ghost","block","htmlType","classNames","style"]),{getPrefixCls:Yt,autoInsertSpaceInButton:wr,direction:Ir,button:Pt}=(0,r.useContext)(h.E_),Kt=Yt("btn",ut),[jt,qt]=St(Kt),yr=(0,r.useContext)(u.Z),Qr=xe!=null?xe:yr,Hr=(0,r.useContext)(m),jn=(0,r.useMemo)(()=>Mt(Ae),[Ae]),[En,Yn]=(0,r.useState)(jn.loading),[Tt,Vr]=(0,r.useState)(!1),ii=(0,r.createRef)(),Bi=(0,f.sQ)(ce,ii),$n=r.Children.count(Be)===1&&!Dr&&!M($t);(0,r.useEffect)(()=>{let Yi=null;jn.delay>0?Yi=setTimeout(()=>{Yi=null,Yn(!0)},jn.delay):Yn(jn.loading);function Jn(){Yi&&(clearTimeout(Yi),Yi=null)}return Jn},[jn]),(0,r.useEffect)(()=>{if(!Bi||!Bi.current||wr===!1)return;const Yi=Bi.current.textContent;$n&&S(Yi)?Tt||Vr(!0):Tt&&Vr(!1)},[Bi]);const ci=Yi=>{const{onClick:Jn}=Te;if(En||Qr){Yi.preventDefault();return}Jn==null||Jn(Yi)},Di=wr!==!1,{compactSize:Gi,compactItemClassnames:Pi}=(0,x.ri)(Kt,Ir),Ui={large:"lg",small:"sm",middle:void 0},da=(0,a.Z)(Yi=>{var Jn,zn;return(zn=(Jn=_t!=null?_t:Gi)!==null&&Jn!==void 0?Jn:Hr)!==null&&zn!==void 0?zn:Yi}),sa=da&&Ui[da]||"",Ji=En?"loading":Dr,vi=(0,c.Z)(Bt,["navigate"]),$i=l()(Kt,qt,{[`${Kt}-${Ce}`]:Ce!=="default"&&Ce,[`${Kt}-${$t}`]:$t,[`${Kt}-${sa}`]:sa,[`${Kt}-icon-only`]:!Be&&Be!==0&&!!Ji,[`${Kt}-background-ghost`]:vt&&!M($t),[`${Kt}-loading`]:En,[`${Kt}-two-chinese-chars`]:Tt&&Di&&!En,[`${Kt}-block`]:qr,[`${Kt}-dangerous`]:!!yt,[`${Kt}-rtl`]:Ir==="rtl"},Pi,dt,Dt,Pt==null?void 0:Pt.className),Ia=Object.assign(Object.assign({},Pt==null?void 0:Pt.style),er),bt=l()(zt==null?void 0:zt.icon,(pe=Pt==null?void 0:Pt.classNames)===null||pe===void 0?void 0:pe.icon),wa=Object.assign(Object.assign({},(Ue==null?void 0:Ue.icon)||{}),((At=Pt==null?void 0:Pt.styles)===null||At===void 0?void 0:At.icon)||{}),Ki=Dr&&!En?r.createElement(ie,{prefixCls:Kt,className:bt,style:wa},Dr):r.createElement(J,{existIcon:!!Dr,prefixCls:Kt,loading:!!En}),gi=Be||Be===0?N(Be,$n&&Di):null;if(vi.href!==void 0)return jt(r.createElement("a",Object.assign({},vi,{className:l()($i,{[`${Kt}-disabled`]:Qr}),style:Ia,onClick:ci,ref:Bi}),Ki,gi));let ka=r.createElement("button",Object.assign({},Bt,{type:sn,className:$i,style:Ia,onClick:ci,disabled:Qr,ref:Bi}),Ki,gi,Pi&&r.createElement(tt,{key:"compact",prefixCls:Kt}));return M($t)||(ka=r.createElement(o.Z,{component:"Button",disabled:!!En},ka)),jt(ka)},Jt=(0,r.forwardRef)(Ot);Jt.Group=A,Jt.__ANT_BUTTON=!0;var Ut=Jt},3113:function(d,g,e){"use strict";var r=e(67797);g.ZP=r.Z},43604:function(d,g,e){"use strict";var r=e(37028);g.Z=r.Z},1684:function(d,g,e){"use strict";e.d(g,{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)};g.Z=i},52946:function(d,g,e){"use strict";e.d(g,{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)};g.Z=i},36355:function(d,g,e){"use strict";e.d(g,{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,g,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])};g.Z=l},92736:function(d,g,e){"use strict";e.d(g,{ZP:function(){return nr},w6:function(){return wt}});var r=e(36237),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=Ne=>{const{locale:ht={},children:Rt,_ANT_MARK__:Je}=Ne;f.useEffect(()=>(0,h.f)(ht&&ht.Modal),[ht]);const ct=f.useMemo(()=>Object.assign(Object.assign({},ht),{exist:!0}),[ht]);return f.createElement(u.Z.Provider,{value:ct},Rt)},y=e(31724),m=e(45246),b=e(34117),A=e(36355),k=e(30071),R=e(64993),S=e(47273),I=e(810);const M=`-ant-${Date.now()}-${Math.random()}`;function B(Ne,ht){const Rt={},Je=(Xe,Ze)=>{let ye=Xe.clone();return ye=(Ze==null?void 0:Ze(ye))||ye,ye.toRgbString()},ct=(Xe,Ze)=>{const ye=new R.C(Xe),Oe=(0,k.generate)(ye.toRgbString());Rt[`${Ze}-color`]=Je(ye),Rt[`${Ze}-color-disabled`]=Oe[1],Rt[`${Ze}-color-hover`]=Oe[4],Rt[`${Ze}-color-active`]=Oe[6],Rt[`${Ze}-color-outline`]=ye.clone().setAlpha(.2).toRgbString(),Rt[`${Ze}-color-deprecated-bg`]=Oe[0],Rt[`${Ze}-color-deprecated-border`]=Oe[2]};if(ht.primaryColor){ct(ht.primaryColor,"primary");const Xe=new R.C(ht.primaryColor),Ze=(0,k.generate)(Xe.toRgbString());Ze.forEach((Oe,Ge)=>{Rt[`primary-${Ge+1}`]=Oe}),Rt["primary-color-deprecated-l-35"]=Je(Xe,Oe=>Oe.lighten(35)),Rt["primary-color-deprecated-l-20"]=Je(Xe,Oe=>Oe.lighten(20)),Rt["primary-color-deprecated-t-20"]=Je(Xe,Oe=>Oe.tint(20)),Rt["primary-color-deprecated-t-50"]=Je(Xe,Oe=>Oe.tint(50)),Rt["primary-color-deprecated-f-12"]=Je(Xe,Oe=>Oe.setAlpha(Oe.getAlpha()*.12));const ye=new R.C(Ze[0]);Rt["primary-color-active-deprecated-f-30"]=Je(ye,Oe=>Oe.setAlpha(Oe.getAlpha()*.3)),Rt["primary-color-active-deprecated-d-02"]=Je(ye,Oe=>Oe.darken(2))}return ht.successColor&&ct(ht.successColor,"success"),ht.warningColor&&ct(ht.warningColor,"warning"),ht.errorColor&&ct(ht.errorColor,"error"),ht.infoColor&&ct(ht.infoColor,"info"),`
:root {
${Object.keys(Rt).map(Xe=>`--${Ne}-${Xe}: ${Rt[Xe]};`).join(`
`)}
}
`.trim()}function N(Ne,ht){const Rt=B(Ne,ht);(0,S.Z)()&&(0,I.hq)(Rt,`${M}-dynamic-theme`)}var K=e(1684),G=e(52946);function H(){const Ne=(0,f.useContext)(K.Z),ht=(0,f.useContext)(G.Z);return{componentDisabled:Ne,componentSize:ht}}var ae=H,ie=e(13697);function ue(Ne,ht){const Rt=Ne||{},Je=Rt.inherit===!1||!ht?m.u_:ht;return(0,l.Z)(()=>{if(!Ne)return ht;const ct=Object.assign({},Je.components);return Object.keys(Ne.components||{}).forEach(at=>{ct[at]=Object.assign(Object.assign({},ct[at]),Ne.components[at])}),Object.assign(Object.assign(Object.assign({},Je),Rt),{token:Object.assign(Object.assign({},Je.token),Rt.token),components:ct})},[Rt,Je],(ct,at)=>ct.some((Xe,Ze)=>{const ye=at[Ze];return!(0,ie.Z)(Xe,ye,!0)}))}var X=e(77900),Y=e(88088);function $(Ne){const{children:ht}=Ne,[,Rt]=(0,Y.Z)(),{motion:Je}=Rt,ct=f.useRef(!1);return ct.current=ct.current||Je===!1,ct.current?f.createElement(X.Provider,{motion:Je},ht):ht}var se=e(73040),ee=function(Ne,ht){var Rt={};for(var Je in Ne)Object.prototype.hasOwnProperty.call(Ne,Je)&&ht.indexOf(Je)<0&&(Rt[Je]=Ne[Je]);if(Ne!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ct=0,Je=Object.getOwnPropertySymbols(Ne);ct<Je.length;ct++)ht.indexOf(Je[ct])<0&&Object.prototype.propertyIsEnumerable.call(Ne,Je[ct])&&(Rt[Je[ct]]=Ne[Je[ct]]);return Rt};let J=!1;const le=null,Z=null,U=["getTargetContainer","getPopupContainer","renderEmpty","pageHeader","input","pagination","form","select","button"],ne="ant";let me,Ee,Pe;function We(){return me||ne}function Fe(){return Ee||A.oR}function Lt(Ne){return Object.keys(Ne).some(ht=>ht.endsWith("Color"))}const mt=Ne=>{let{prefixCls:ht,iconPrefixCls:Rt,theme:Je}=Ne;ht!==void 0&&(me=ht),Rt!==void 0&&(Ee=Rt),Je&&(Lt(Je)?N(We(),Je):Pe=Je)},wt=()=>({getPrefixCls:(Ne,ht)=>ht||(Ne?`${We()}-${Ne}`:We()),getIconPrefixCls:Fe,getRootPrefixCls:()=>me||We(),getTheme:()=>Pe}),Gt=Ne=>{const{children:ht,csp:Rt,autoInsertSpaceInButton:Je,alert:ct,anchor:at,form:Xe,locale:Ze,componentSize:ye,direction:Oe,space:Ge,virtual:et,dropdownMatchSelectWidth:Qe,popupMatchSelectWidth:St,popupOverflow:Ct,legacyLocale:lr,parentContext:or,iconPrefixCls:Me,theme:tt,componentDisabled:Qt,segmented:rt,statistic:Mt,spin:Ot,calendar:Jt,carousel:Ut,cascader:Te,collapse:ce,typography:pe,checkbox:At,descriptions:Ae,divider:ut,drawer:$t,skeleton:yt,steps:Ce,image:_t,layout:Ue,list:xe,mentions:dt,modal:Dt,progress:Be,result:Dr,slider:vt,breadcrumb:qr,menu:sn,pagination:zt,input:er,empty:Bt,badge:Yt,radio:wr,rate:Ir,switch:Pt,transfer:Kt,avatar:jt,message:qt,tag:yr,table:Qr,card:Hr,tabs:jn,timeline:En,timePicker:Yn,upload:Tt,notification:Vr,tree:ii,colorPicker:Bi,datePicker:$n,wave:ci}=Ne,Di=f.useCallback((gi,ka)=>{const{prefixCls:Yi}=Ne;if(ka)return ka;const Jn=Yi||or.getPrefixCls("");return gi?`${Jn}-${gi}`:Jn},[or.getPrefixCls,Ne.prefixCls]),Gi=Me||or.iconPrefixCls||A.oR,Pi=Gi!==or.iconPrefixCls,Ui=Rt||or.csp,da=(0,se.Z)(Gi,Ui),sa=ue(tt,or.theme),Ji={csp:Ui,autoInsertSpaceInButton:Je,alert:ct,anchor:at,locale:Ze||lr,direction:Oe,space:Ge,virtual:et,popupMatchSelectWidth:St!=null?St:Qe,popupOverflow:Ct,getPrefixCls:Di,iconPrefixCls:Gi,theme:sa,segmented:rt,statistic:Mt,spin:Ot,calendar:Jt,carousel:Ut,cascader:Te,collapse:ce,typography:pe,checkbox:At,descriptions:Ae,divider:ut,drawer:$t,skeleton:yt,steps:Ce,image:_t,input:er,layout:Ue,list:xe,mentions:dt,modal:Dt,progress:Be,result:Dr,slider:vt,breadcrumb:qr,menu:sn,pagination:zt,empty:Bt,badge:Yt,radio:wr,rate:Ir,switch:Pt,transfer:Kt,avatar:jt,message:qt,tag:yr,table:Qr,card:Hr,tabs:jn,timeline:En,timePicker:Yn,upload:Tt,notification:Vr,tree:ii,colorPicker:Bi,datePicker:$n,wave:ci},vi=Object.assign({},or);Object.keys(Ji).forEach(gi=>{Ji[gi]!==void 0&&(vi[gi]=Ji[gi])}),U.forEach(gi=>{const ka=Ne[gi];ka&&(vi[gi]=ka)});const $i=(0,l.Z)(()=>vi,vi,(gi,ka)=>{const Yi=Object.keys(gi),Jn=Object.keys(ka);return Yi.length!==Jn.length||Yi.some(zn=>gi[zn]!==ka[zn])}),Ia=f.useMemo(()=>({prefixCls:Gi,csp:Ui}),[Gi,Ui]);let bt=Pi?da(ht):ht;const wa=f.useMemo(()=>{var gi,ka,Yi,Jn;return(0,c.T)(((gi=y.Z.Form)===null||gi===void 0?void 0:gi.defaultValidateMessages)||{},((Yi=(ka=$i.locale)===null||ka===void 0?void 0:ka.Form)===null||Yi===void 0?void 0:Yi.defaultValidateMessages)||{},((Jn=$i.form)===null||Jn===void 0?void 0:Jn.validateMessages)||{},(Xe==null?void 0:Xe.validateMessages)||{})},[$i,Xe==null?void 0:Xe.validateMessages]);Object.keys(wa).length>0&&(bt=f.createElement(o.Z.Provider,{value:wa},ht)),Ze&&(bt=f.createElement(p,{locale:Ze,_ANT_MARK__:a},bt)),(Gi||Ui)&&(bt=f.createElement(i.Z.Provider,{value:Ia},bt)),ye&&(bt=f.createElement(G.q,{size:ye},bt)),bt=f.createElement($,null,bt);const Ki=f.useMemo(()=>{const gi=sa||{},{algorithm:ka,token:Yi,components:Jn}=gi,zn=ee(gi,["algorithm","token","components"]),we=ka&&(!Array.isArray(ka)||ka.length>0)?(0,r.createTheme)(ka):m.uH,it={};return Object.entries(Jn||{}).forEach(qe=>{let[It,lt]=qe;const dr=Object.assign({},lt);"algorithm"in dr&&(dr.algorithm===!0?dr.theme=we:(Array.isArray(dr.algorithm)||typeof dr.algorithm=="function")&&(dr.theme=(0,r.createTheme)(dr.algorithm)),delete dr.algorithm),it[It]=dr}),Object.assign(Object.assign({},zn),{theme:we,token:Object.assign(Object.assign({},b.Z),Yi),components:it})},[sa]);return tt&&(bt=f.createElement(m.Mj.Provider,{value:Ki},bt)),Qt!==void 0&&(bt=f.createElement(K.n,{disabled:Qt},bt)),f.createElement(A.E_.Provider,{value:$i},bt)},Ft=Ne=>{const ht=f.useContext(A.E_),Rt=f.useContext(u.Z);return f.createElement(Gt,Object.assign({parentContext:ht,legacyLocale:Rt},Ne))};Ft.ConfigContext=A.E_,Ft.SizeContext=G.Z,Ft.config=mt,Ft.useConfig=ae,Object.defineProperty(Ft,"SizeContext",{get:()=>G.Z});var nr=Ft},48183:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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),A=(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:A},p)}},28726:function(d,g,e){"use strict";var r=e(59301);g.Z=(0,r.createContext)(void 0)},6700:function(d,g,e){"use strict";var r=e(59301);const i=(0,r.createContext)({});g.Z=i},37028:function(d,g,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 A=0,b=Object.getOwnPropertySymbols(p);A<b.length;A++)y.indexOf(b[A])<0&&Object.prototype.propertyIsEnumerable.call(p,b[A])&&(m[b[A]]=p[b[A]]);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:A,wrap:k}=r.useContext(f.Z),{prefixCls:R,span:S,order:I,offset:M,push:B,pull:N,className:K,children:G,flex:H,style:ae}=p,ie=h(p,["prefixCls","span","order","offset","push","pull","className","children","flex","style"]),ue=m("col",R),[X,Y]=(0,o.c)(ue);let $={};a.forEach(J=>{let le={};const Z=p[J];typeof Z=="number"?le.span=Z:typeof Z=="object"&&(le=Z||{}),delete ie[J],$=Object.assign(Object.assign({},$),{[`${ue}-${J}-${le.span}`]:le.span!==void 0,[`${ue}-${J}-order-${le.order}`]:le.order||le.order===0,[`${ue}-${J}-offset-${le.offset}`]:le.offset||le.offset===0,[`${ue}-${J}-push-${le.push}`]:le.push||le.push===0,[`${ue}-${J}-pull-${le.pull}`]:le.pull||le.pull===0,[`${ue}-${J}-flex-${le.flex}`]:le.flex||le.flex==="auto",[`${ue}-rtl`]:b==="rtl"})});const se=l()(ue,{[`${ue}-${S}`]:S!==void 0,[`${ue}-order-${I}`]:I,[`${ue}-offset-${M}`]:M,[`${ue}-push-${B}`]:B,[`${ue}-pull-${N}`]:N},K,$,Y),ee={};if(A&&A[0]>0){const J=A[0]/2;ee.paddingLeft=J,ee.paddingRight=J}return H&&(ee.flex=u(H),k===!1&&!ee.minWidth&&(ee.minWidth=0)),X(r.createElement("div",Object.assign({},ie,{style:Object.assign(Object.assign({},ee),ae),className:se,ref:y}),G))});g.Z=x},27382:function(d,g,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 A={};for(var k in m)Object.prototype.hasOwnProperty.call(m,k)&&b.indexOf(k)<0&&(A[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])&&(A[k[R]]=m[k[R]]);return A};const a=null,x=null;function p(m,b){const[A,k]=r.useState(typeof m=="string"?m:""),R=()=>{if(typeof m=="string"&&k(m),typeof m=="object")for(let S=0;S<c.c4.length;S++){const I=c.c4[S];if(!b[I])continue;const M=m[I];if(M!==void 0){k(M);return}}};return r.useEffect(()=>{R()},[JSON.stringify(m),b]),A}const y=r.forwardRef((m,b)=>{const{prefixCls:A,justify:k,align:R,className:S,style:I,children:M,gutter:B=0,wrap:N}=m,K=u(m,["prefixCls","justify","align","className","style","children","gutter","wrap"]),{getPrefixCls:G,direction:H}=r.useContext(f.E_),[ae,ie]=r.useState({xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0}),[ue,X]=r.useState({xs:!1,sm:!1,md:!1,lg:!1,xl:!1,xxl:!1}),Y=p(R,ue),$=p(k,ue),se=r.useRef(B),ee=(0,c.ZP)();r.useEffect(()=>{const mt=ee.subscribe(wt=>{X(wt);const Gt=se.current||0;(!Array.isArray(Gt)&&typeof Gt=="object"||Array.isArray(Gt)&&(typeof Gt[0]=="object"||typeof Gt[1]=="object"))&&ie(wt)});return()=>ee.unsubscribe(mt)},[]);const J=()=>{const mt=[void 0,void 0];return(Array.isArray(B)?B:[B,void 0]).forEach((Gt,Ft)=>{if(typeof Gt=="object")for(let nr=0;nr<c.c4.length;nr++){const Ne=c.c4[nr];if(ae[Ne]&&Gt[Ne]!==void 0){mt[Ft]=Gt[Ne];break}}else mt[Ft]=Gt}),mt},le=G("row",A),[Z,U]=(0,h.V)(le),ne=J(),me=l()(le,{[`${le}-no-wrap`]:N===!1,[`${le}-${$}`]:$,[`${le}-${Y}`]:Y,[`${le}-rtl`]:H==="rtl"},S,U),Ee={},Pe=ne[0]!=null&&ne[0]>0?ne[0]/-2:void 0;Pe&&(Ee.marginLeft=Pe,Ee.marginRight=Pe),[,Ee.rowGap]=ne;const[We,Fe]=ne,Lt=r.useMemo(()=>({gutter:[We,Fe],wrap:N}),[We,Fe,N]);return Z(r.createElement(o.Z.Provider,{value:Lt},r.createElement("div",Object.assign({},K,{className:me,style:Object.assign(Object.assign({},Ee),I),ref:b}),M)))});g.Z=y},98242:function(d,g,e){"use strict";e.d(g,{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 A=m;A>=0;A--)A===0?(b[`${y}${p}-${A}`]={display:"none"},b[`${y}-push-${A}`]={insetInlineStart:"auto"},b[`${y}-pull-${A}`]={insetInlineEnd:"auto"},b[`${y}${p}-push-${A}`]={insetInlineStart:"auto"},b[`${y}${p}-pull-${A}`]={insetInlineEnd:"auto"},b[`${y}${p}-offset-${A}`]={marginInlineStart:0},b[`${y}${p}-order-${A}`]={order:0}):(b[`${y}${p}-${A}`]=[{"--ant-display":"block",display:"block"},{display:"var(--ant-display)",flex:`0 0 ${A/m*100}%`,maxWidth:`${A/m*100}%`}],b[`${y}${p}-push-${A}`]={insetInlineStart:`${A/m*100}%`},b[`${y}${p}-pull-${A}`]={insetInlineEnd:`${A/m*100}%`},b[`${y}${p}-offset-${A}`]={marginInlineStart:`${A/m*100}%`},b[`${y}${p}-order-${A}`]={order:A});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,g,e){"use strict";var r=e(59301);const i=(0,r.createContext)(void 0);g.Z=i},31724:function(d,g,e){"use strict";e.d(g,{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,g,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]};g.Z=c},8591:function(d,g,e){"use strict";e.d(g,{ZP:function(){return ct}});var r=e(77654),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(36237),A=e(17313),k=e(83116),R=e(37613);const S=at=>{const{componentCls:Xe,iconCls:Ze,boxShadow:ye,colorText:Oe,colorSuccess:Ge,colorError:et,colorWarning:Qe,colorInfo:St,fontSizeLG:Ct,motionEaseInOutCirc:lr,motionDurationSlow:or,marginXS:Me,paddingXS:tt,borderRadiusLG:Qt,zIndexPopup:rt,contentPadding:Mt,contentBg:Ot}=at,Jt=`${Xe}-notice`,Ut=new b.Keyframes("MessageMoveIn",{"0%":{padding:0,transform:"translateY(-100%)",opacity:0},"100%":{padding:tt,transform:"translateY(0)",opacity:1}}),Te=new b.Keyframes("MessageMoveOut",{"0%":{maxHeight:at.height,padding:tt,opacity:1},"100%":{maxHeight:0,padding:0,opacity:0}}),ce={padding:tt,textAlign:"center",[`${Xe}-custom-content > ${Ze}`]:{verticalAlign:"text-bottom",marginInlineEnd:Me,fontSize:Ct},[`${Jt}-content`]:{display:"inline-block",padding:Mt,background:Ot,borderRadius:Qt,boxShadow:ye,pointerEvents:"all"},[`${Xe}-success > ${Ze}`]:{color:Ge},[`${Xe}-error > ${Ze}`]:{color:et},[`${Xe}-warning > ${Ze}`]:{color:Qe},[`${Xe}-info > ${Ze},
${Xe}-loading > ${Ze}`]:{color:St}};return[{[Xe]:Object.assign(Object.assign({},(0,A.Wf)(at)),{color:Oe,position:"fixed",top:Me,width:"100%",pointerEvents:"none",zIndex:rt,[`${Xe}-move-up`]:{animationFillMode:"forwards"},[`
${Xe}-move-up-appear,
${Xe}-move-up-enter
`]:{animationName:Ut,animationDuration:or,animationPlayState:"paused",animationTimingFunction:lr},[`
${Xe}-move-up-appear${Xe}-move-up-appear-active,
${Xe}-move-up-enter${Xe}-move-up-enter-active
`]:{animationPlayState:"running"},[`${Xe}-move-up-leave`]:{animationName:Te,animationDuration:or,animationPlayState:"paused",animationTimingFunction:lr},[`${Xe}-move-up-leave${Xe}-move-up-leave-active`]:{animationPlayState:"running"},"&-rtl":{direction:"rtl",span:{direction:"rtl"}}})},{[Xe]:{[Jt]:Object.assign({},ce)}},{[`${Xe}-notice-pure-panel`]:Object.assign(Object.assign({},ce),{padding:0,textAlign:"start"})}]};var I=(0,k.Z)("Message",at=>{const Xe=(0,R.TS)(at,{height:150});return[S(Xe)]},at=>({zIndexPopup:at.zIndexPopupBase+10,contentBg:at.colorBgElevated,contentPadding:`${(at.controlHeightLG-at.fontSize*at.lineHeight)/2}px ${at.paddingSM}px`})),M=function(at,Xe){var Ze={};for(var ye in at)Object.prototype.hasOwnProperty.call(at,ye)&&Xe.indexOf(ye)<0&&(Ze[ye]=at[ye]);if(at!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Oe=0,ye=Object.getOwnPropertySymbols(at);Oe<ye.length;Oe++)Xe.indexOf(ye[Oe])<0&&Object.prototype.propertyIsEnumerable.call(at,ye[Oe])&&(Ze[ye[Oe]]=at[ye[Oe]]);return Ze};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)},N=at=>{let{prefixCls:Xe,type:Ze,icon:ye,children:Oe}=at;return i.createElement("div",{className:p()(`${Xe}-custom-content`,`${Xe}-${Ze}`)},ye||B[Ze],i.createElement("span",null,Oe))};var G=at=>{const{prefixCls:Xe,className:Ze,type:ye,icon:Oe,content:Ge}=at,et=M(at,["prefixCls","className","type","icon","content"]),{getPrefixCls:Qe}=i.useContext(m.E_),St=Xe||Qe("message"),[,Ct]=I(St);return i.createElement(y.qX,Object.assign({},et,{prefixCls:St,className:p()(Ze,Ct,`${St}-notice-pure-panel`),eventKey:"pure",duration:null,content:i.createElement(N,{prefixCls:St,type:ye,icon:Oe},Ge)}))},H=e(99267);function ae(at,Xe){return{motionName:Xe!=null?Xe:`${at}-move-up`}}function ie(at){let Xe;const Ze=new Promise(Oe=>{Xe=at(()=>{Oe(!0)})}),ye=()=>{Xe==null||Xe()};return ye.then=(Oe,Ge)=>Ze.then(Oe,Ge),ye.promise=Ze,ye}var ue=function(at,Xe){var Ze={};for(var ye in at)Object.prototype.hasOwnProperty.call(at,ye)&&Xe.indexOf(ye)<0&&(Ze[ye]=at[ye]);if(at!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Oe=0,ye=Object.getOwnPropertySymbols(at);Oe<ye.length;Oe++)Xe.indexOf(ye[Oe])<0&&Object.prototype.propertyIsEnumerable.call(at,ye[Oe])&&(Ze[ye[Oe]]=at[ye[Oe]]);return Ze};const X=8,Y=3,$=at=>{let{children:Xe,prefixCls:Ze}=at;const[,ye]=I(Ze);return i.createElement(y.JB,{classNames:{list:ye,notice:ye}},Xe)},se=(at,Xe)=>{let{prefixCls:Ze,key:ye}=Xe;return i.createElement($,{prefixCls:Ze,key:ye},at)},ee=i.forwardRef((at,Xe)=>{const{top:Ze,prefixCls:ye,getContainer:Oe,maxCount:Ge,duration:et=Y,rtl:Qe,transitionName:St,onAllRemoved:Ct}=at,{getPrefixCls:lr,getPopupContainer:or,message:Me}=i.useContext(m.E_),tt=ye||lr("message"),Qt=()=>({left:"50%",transform:"translateX(-50%)",top:Ze!=null?Ze:X}),rt=()=>p()({[`${tt}-rtl`]:Qe}),Mt=()=>ae(tt,St),Ot=i.createElement("span",{className:`${tt}-close-x`},i.createElement(H.Z,{className:`${tt}-close-icon`})),[Jt,Ut]=(0,y.lm)({prefixCls:tt,style:Qt,className:rt,motion:Mt,closable:!1,closeIcon:Ot,duration:et,getContainer:()=>(Oe==null?void 0:Oe())||(or==null?void 0:or())||document.body,maxCount:Ge,onAllRemoved:Ct,renderNotifications:se});return i.useImperativeHandle(Xe,()=>Object.assign(Object.assign({},Jt),{prefixCls:tt,message:Me})),Ut});let J=0;function le(at){const Xe=i.useRef(null);return[i.useMemo(()=>{const ye=St=>{var Ct;(Ct=Xe.current)===null||Ct===void 0||Ct.close(St)},Oe=St=>{if(!Xe.current){const pe=()=>{};return pe.then=()=>{},pe}const{open:Ct,prefixCls:lr,message:or}=Xe.current,Me=`${lr}-notice`,{content:tt,icon:Qt,type:rt,key:Mt,className:Ot,style:Jt,onClose:Ut}=St,Te=ue(St,["content","icon","type","key","className","style","onClose"]);let ce=Mt;return ce==null&&(J+=1,ce=`antd-message-${J}`),ie(pe=>(Ct(Object.assign(Object.assign({},Te),{key:ce,content:i.createElement(N,{prefixCls:lr,type:rt,icon:Qt},tt),placement:"top",className:p()(rt&&`${Me}-${rt}`,Ot,or==null?void 0:or.className),style:Object.assign(Object.assign({},or==null?void 0:or.style),Jt),onClose:()=>{Ut==null||Ut(),pe()}})),()=>{ye(ce)}))},et={open:Oe,destroy:St=>{var Ct;St!==void 0?ye(St):(Ct=Xe.current)===null||Ct===void 0||Ct.destroy()}};return["info","success","warning","error","loading"].forEach(St=>{const Ct=(lr,or,Me)=>{let tt;lr&&typeof lr=="object"&&"content"in lr?tt=lr:tt={content:lr};let Qt,rt;typeof or=="function"?rt=or:(Qt=or,rt=Me);const Mt=Object.assign(Object.assign({onClose:rt,duration:Qt},tt),{type:St});return Oe(Mt)};et[St]=Ct}),et},[]),i.createElement(ee,Object.assign({key:"message-holder"},at,{ref:Xe}))]}function Z(at){return le(at)}let U=null,ne=at=>at(),me=[],Ee={};function Pe(){const{prefixCls:at,getContainer:Xe,duration:Ze,rtl:ye,maxCount:Oe,top:Ge}=Ee,et=at!=null?at:(0,c.w6)().getPrefixCls("message"),Qe=(Xe==null?void 0:Xe())||document.body;return{prefixCls:et,getContainer:()=>Qe,duration:Ze,rtl:ye,maxCount:Oe,top:Ge}}const We=i.forwardRef((at,Xe)=>{const[Ze,ye]=i.useState(Pe),[Oe,Ge]=le(Ze),et=(0,c.w6)(),Qe=et.getRootPrefixCls(),St=et.getIconPrefixCls(),Ct=et.getTheme(),lr=()=>{ye(Pe)};return i.useEffect(lr,[]),i.useImperativeHandle(Xe,()=>{const or=Object.assign({},Oe);return Object.keys(or).forEach(Me=>{or[Me]=function(){return lr(),Oe[Me].apply(Oe,arguments)}}),{instance:or,sync:lr}}),i.createElement(c.ZP,{prefixCls:Qe,iconPrefixCls:St,theme:Ct},Ge)});function Fe(){if(!U){const at=document.createDocumentFragment(),Xe={fragment:at};U=Xe,ne(()=>{(0,l.s)(i.createElement(We,{ref:Ze=>{const{instance:ye,sync:Oe}=Ze||{};Promise.resolve().then(()=>{!Xe.instance&&ye&&(Xe.instance=ye,Xe.sync=Oe,Fe())})}}),at)});return}U.instance&&(me.forEach(at=>{const{type:Xe,skipped:Ze}=at;if(!Ze)switch(Xe){case"open":{ne(()=>{const ye=U.instance.open(Object.assign(Object.assign({},Ee),at.config));ye==null||ye.then(at.resolve),at.setCloseFn(ye)});break}case"destroy":ne(()=>{U==null||U.instance.destroy(at.key)});break;default:ne(()=>{var ye;const Oe=(ye=U.instance)[Xe].apply(ye,(0,r.Z)(at.args));Oe==null||Oe.then(at.resolve),at.setCloseFn(Oe)})}}),me=[])}function Lt(at){Ee=Object.assign(Object.assign({},Ee),at),ne(()=>{var Xe;(Xe=U==null?void 0:U.sync)===null||Xe===void 0||Xe.call(U)})}function mt(at){const Xe=ie(Ze=>{let ye;const Oe={type:"open",config:at,resolve:Ze,setCloseFn:Ge=>{ye=Ge}};return me.push(Oe),()=>{ye?ne(()=>{ye()}):Oe.skipped=!0}});return Fe(),Xe}function wt(at,Xe){const Ze=ie(ye=>{let Oe;const Ge={type:at,args:Xe,resolve:ye,setCloseFn:et=>{Oe=et}};return me.push(Ge),()=>{Oe?ne(()=>{Oe()}):Ge.skipped=!0}});return Fe(),Ze}function Gt(at){me.push({type:"destroy",key:at}),Fe()}const Ft=["success","info","warning","error","loading"],Ne={open:mt,destroy:Gt,config:Lt,useMessage:Z,_InternalPanelDoNotUseOrYouWillBeFired:G};Ft.forEach(at=>{Ne[at]=function(){for(var Xe=arguments.length,Ze=new Array(Xe),ye=0;ye<Xe;ye++)Ze[ye]=arguments[ye];return wt(at,Ze)}});const ht=()=>{};let Rt=null,Je=null;var ct=Ne},43418:function(d,g,e){"use strict";e.d(g,{default:function(){return ut}});var r=e(77654),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:A}=b;var R=()=>{const{autoFocusButton:$t,cancelButtonProps:yt,cancelTextLocale:Ce,isSilent:_t,mergedOkCancel:Ue,rootPrefixCls:xe,close:dt,onCancel:Dt,onConfirm:Be}=(0,l.useContext)(b);return Ue?l.createElement(m.Z,{isSilent:_t,actionFn:Dt,close:function(){dt==null||dt.apply(void 0,arguments),Be==null||Be(!1)},autoFocus:$t==="cancel",buttonProps:yt,prefixCls:`${xe}-btn`},Ce):null},I=()=>{const{autoFocusButton:$t,close:yt,isSilent:Ce,okButtonProps:_t,rootPrefixCls:Ue,okTextLocale:xe,okType:dt,onConfirm:Dt,onOk:Be}=(0,l.useContext)(b);return l.createElement(m.Z,{isSilent:Ce,type:dt||"primary",actionFn:Be,close:function(){yt==null||yt.apply(void 0,arguments),Dt==null||Dt(!0)},autoFocus:$t==="ok",buttonProps:_t,prefixCls:`${Ue}-btn`},xe)},M=e(99267),B=e(86923),N=e(47729),K=e(47273);const G=()=>(0,K.Z)()&&window.document.documentElement;var H=e(36355),ae=e(32441),ie=e(33234),ue=e(11575),X=e(1684),Y=e(3113),se=()=>{const{cancelButtonProps:$t,cancelTextLocale:yt,onCancel:Ce}=(0,l.useContext)(b);return l.createElement(Y.ZP,Object.assign({onClick:Ce},$t),yt)},ee=e(67797),le=()=>{const{confirmLoading:$t,okButtonProps:yt,okType:Ce,okTextLocale:_t,onOk:Ue}=(0,l.useContext)(b);return l.createElement(Y.ZP,Object.assign({},(0,ee.n)(Ce),{loading:$t,onClick:Ue},yt),_t)},Z=e(98044);function U($t,yt){return l.createElement("span",{className:`${$t}-close-x`},yt||l.createElement(M.Z,{className:`${$t}-close-icon`}))}const ne=$t=>{const{okText:yt,okType:Ce="primary",cancelText:_t,confirmLoading:Ue,onOk:xe,onCancel:dt,okButtonProps:Dt,cancelButtonProps:Be,footer:Dr}=$t,[vt]=(0,y.Z)("Modal",(0,Z.A)()),qr=yt||(vt==null?void 0:vt.okText),sn=_t||(vt==null?void 0:vt.cancelText),zt={confirmLoading:Ue,okButtonProps:Dt,cancelButtonProps:Be,okTextLocale:qr,cancelTextLocale:sn,okType:Ce,onOk:xe,onCancel:dt},er=l.useMemo(()=>zt,(0,r.Z)(Object.values(zt)));let Bt;return typeof Dr=="function"||typeof Dr=="undefined"?(Bt=l.createElement(A,{value:er},l.createElement(se,null),l.createElement(le,null)),typeof Dr=="function"&&(Bt=Dr(Bt,{OkBtn:le,CancelBtn:se}))):Bt=Dr,l.createElement(X.n,{disabled:!1},Bt)};var me=e(73819),Ee=function($t,yt){var Ce={};for(var _t in $t)Object.prototype.hasOwnProperty.call($t,_t)&&yt.indexOf(_t)<0&&(Ce[_t]=$t[_t]);if($t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ue=0,_t=Object.getOwnPropertySymbols($t);Ue<_t.length;Ue++)yt.indexOf(_t[Ue])<0&&Object.prototype.propertyIsEnumerable.call($t,_t[Ue])&&(Ce[_t[Ue]]=$t[_t[Ue]]);return Ce};let Pe;const We=$t=>{Pe={x:$t.pageX,y:$t.pageY},setTimeout(()=>{Pe=null},100)};G()&&document.documentElement.addEventListener("click",We,!0);var Lt=$t=>{var yt;const{getPopupContainer:Ce,getPrefixCls:_t,direction:Ue,modal:xe}=l.useContext(H.E_),dt=Bi=>{const{onCancel:$n}=$t;$n==null||$n(Bi)},Dt=Bi=>{const{onOk:$n}=$t;$n==null||$n(Bi)},{prefixCls:Be,className:Dr,rootClassName:vt,open:qr,wrapClassName:sn,centered:zt,getContainer:er,closeIcon:Bt,closable:Yt,focusTriggerAfterClose:wr=!0,style:Ir,visible:Pt,width:Kt=520,footer:jt}=$t,qt=Ee($t,["prefixCls","className","rootClassName","open","wrapClassName","centered","getContainer","closeIcon","closable","focusTriggerAfterClose","style","visible","width","footer"]),yr=_t("modal",Be),Qr=_t(),[Hr,jn]=(0,me.ZP)(yr),En=x()(sn,{[`${yr}-centered`]:!!zt,[`${yr}-wrap-rtl`]:Ue==="rtl"}),Yn=jt!==null&&l.createElement(ne,Object.assign({},$t,{onOk:Dt,onCancel:dt})),[Tt,Vr]=(0,N.Z)(Yt,Bt,Bi=>U(yr,Bi),l.createElement(M.Z,{className:`${yr}-close-icon`}),!0),ii=(0,ue.H)(`.${yr}-content`);return Hr(l.createElement(ie.BR,null,l.createElement(ae.Ux,{status:!0,override:!0},l.createElement(B.Z,Object.assign({width:Kt},qt,{getContainer:er===void 0?Ce:er,prefixCls:yr,rootClassName:x()(jn,vt),wrapClassName:En,footer:Yn,visible:qr!=null?qr:Pt,mousePosition:(yt=qt.mousePosition)!==null&&yt!==void 0?yt:Pe,onClose:dt,closable:Tt,closeIcon:Vr,focusTriggerAfterClose:wr,transitionName:(0,p.m)(Qr,"zoom",$t.transitionName),maskTransitionName:(0,p.m)(Qr,"fade",$t.maskTransitionName),className:x()(jn,Dr,xe==null?void 0:xe.className),style:Object.assign(Object.assign({},xe==null?void 0:xe.style),Ir),panelRef:ii})))))},mt=e(17313),wt=e(83116);const Gt=$t=>{const{componentCls:yt,titleFontSize:Ce,titleLineHeight:_t,modalConfirmIconSize:Ue,fontSize:xe,lineHeight:dt}=$t,Dt=`${yt}-confirm`,Be=Math.round(Ce*_t),Dr=Math.round(xe*dt);return{[Dt]:{"&-rtl":{direction:"rtl"},[`${$t.antCls}-modal-header`]:{display:"none"},[`${Dt}-body-wrapper`]:Object.assign({},(0,mt.dF)()),[`${Dt}-body`]:{display:"flex",flexWrap:"nowrap",alignItems:"start",[`> ${$t.iconCls}`]:{flex:"none",fontSize:Ue,marginInlineEnd:$t.marginSM,marginTop:(Dr-Ue)/2},[`&-has-title > ${$t.iconCls}`]:{marginTop:(Be-Ue)/2}},[`${Dt}-paragraph`]:{display:"flex",flexDirection:"column",flex:"auto",rowGap:$t.marginXS},[`${Dt}-title`]:{color:$t.colorTextHeading,fontWeight:$t.fontWeightStrong,fontSize:Ce,lineHeight:_t},[`${Dt}-content`]:{color:$t.colorText,fontSize:xe,lineHeight:dt},[`${Dt}-btns`]:{textAlign:"end",marginTop:$t.marginSM,[`${$t.antCls}-btn + ${$t.antCls}-btn`]:{marginBottom:0,marginInlineStart:$t.marginXS}}},[`${Dt}-error ${Dt}-body > ${$t.iconCls}`]:{color:$t.colorError},[`${Dt}-warning ${Dt}-body > ${$t.iconCls},
${Dt}-confirm ${Dt}-body > ${$t.iconCls}`]:{color:$t.colorWarning},[`${Dt}-info ${Dt}-body > ${$t.iconCls}`]:{color:$t.colorInfo},[`${Dt}-success ${Dt}-body > ${$t.iconCls}`]:{color:$t.colorSuccess}}};var Ft=(0,wt.b)(["Modal","confirm"],$t=>{const yt=(0,me.B4)($t);return[Gt(yt)]},me.eh,{order:-1e3}),nr=function($t,yt){var Ce={};for(var _t in $t)Object.prototype.hasOwnProperty.call($t,_t)&&yt.indexOf(_t)<0&&(Ce[_t]=$t[_t]);if($t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ue=0,_t=Object.getOwnPropertySymbols($t);Ue<_t.length;Ue++)yt.indexOf(_t[Ue])<0&&Object.prototype.propertyIsEnumerable.call($t,_t[Ue])&&(Ce[_t[Ue]]=$t[_t[Ue]]);return Ce};function Ne($t){const{prefixCls:yt,icon:Ce,okText:_t,cancelText:Ue,confirmPrefixCls:xe,type:dt,okCancel:Dt,footer:Be,locale:Dr}=$t,vt=nr($t,["prefixCls","icon","okText","cancelText","confirmPrefixCls","type","okCancel","footer","locale"]);let qr=Ce;if(!Ce&&Ce!==null)switch(dt){case"info":qr=l.createElement(u.Z,null);break;case"success":qr=l.createElement(f.Z,null);break;case"error":qr=l.createElement(o.Z,null);break;default:qr=l.createElement(h.Z,null)}const sn=Dt!=null?Dt:dt==="confirm",zt=$t.autoFocusButton===null?!1:$t.autoFocusButton||"ok",[er]=(0,y.Z)("Modal"),Bt=Dr||er,Yt=_t||(sn?Bt==null?void 0:Bt.okText:Bt==null?void 0:Bt.justOkText),wr=Ue||(Bt==null?void 0:Bt.cancelText),Ir=Object.assign({autoFocusButton:zt,cancelTextLocale:wr,okTextLocale:Yt,mergedOkCancel:sn},vt),Pt=l.useMemo(()=>Ir,(0,r.Z)(Object.values(Ir))),Kt=l.createElement(l.Fragment,null,l.createElement(R,null),l.createElement(I,null)),jt=$t.title!==void 0&&$t.title!==null,qt=`${xe}-body`;return l.createElement("div",{className:`${xe}-body-wrapper`},l.createElement("div",{className:x()(qt,{[`${qt}-has-title`]:jt})},qr,l.createElement("div",{className:`${xe}-paragraph`},jt&&l.createElement("span",{className:`${xe}-title`},$t.title),l.createElement("div",{className:`${xe}-content`},$t.content))),Be===void 0||typeof Be=="function"?l.createElement(A,{value:Pt},l.createElement("div",{className:`${xe}-btns`},typeof Be=="function"?Be(Kt,{OkBtn:I,CancelBtn:R}):Kt)):Be,l.createElement(Ft,{prefixCls:yt}))}var Rt=$t=>{const{close:yt,zIndex:Ce,afterClose:_t,visible:Ue,open:xe,keyboard:dt,centered:Dt,getContainer:Be,maskStyle:Dr,direction:vt,prefixCls:qr,wrapClassName:sn,rootPrefixCls:zt,iconPrefixCls:er,theme:Bt,bodyStyle:Yt,closable:wr=!1,closeIcon:Ir,modalRender:Pt,focusTriggerAfterClose:Kt,onConfirm:jt}=$t,qt=`${qr}-confirm`,yr=$t.width||416,Qr=$t.style||{},Hr=$t.mask===void 0?!0:$t.mask,jn=$t.maskClosable===void 0?!1:$t.maskClosable,En=x()(qt,`${qt}-${$t.type}`,{[`${qt}-rtl`]:vt==="rtl"},$t.className);return l.createElement(c.ZP,{prefixCls:zt,iconPrefixCls:er,direction:vt,theme:Bt},l.createElement(Lt,{prefixCls:qr,className:En,wrapClassName:x()({[`${qt}-centered`]:!!$t.centered},sn),onCancel:()=>{yt==null||yt({triggerCancel:!0}),jt==null||jt(!1)},open:xe,title:"",footer:null,transitionName:(0,p.m)(zt||"","zoom",$t.transitionName),maskTransitionName:(0,p.m)(zt||"","fade",$t.maskTransitionName),mask:Hr,maskClosable:jn,maskStyle:Dr,style:Qr,bodyStyle:Yt,width:yr,zIndex:Ce,afterClose:_t,keyboard:dt,centered:Dt,getContainer:Be,closable:wr,closeIcon:Ir,modalRender:Pt,focusTriggerAfterClose:Kt},l.createElement(Ne,Object.assign({},$t,{confirmPrefixCls:qt}))))},ct=[],at=function($t,yt){var Ce={};for(var _t in $t)Object.prototype.hasOwnProperty.call($t,_t)&&yt.indexOf(_t)<0&&(Ce[_t]=$t[_t]);if($t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ue=0,_t=Object.getOwnPropertySymbols($t);Ue<_t.length;Ue++)yt.indexOf(_t[Ue])<0&&Object.prototype.propertyIsEnumerable.call($t,_t[Ue])&&(Ce[_t[Ue]]=$t[_t[Ue]]);return Ce};let Xe="";function Ze(){return Xe}function ye($t){const yt=document.createDocumentFragment();let Ce=Object.assign(Object.assign({},$t),{close:dt,open:!0}),_t;function Ue(){for(var Be=arguments.length,Dr=new Array(Be),vt=0;vt<Be;vt++)Dr[vt]=arguments[vt];const qr=Dr.some(sn=>sn&&sn.triggerCancel);$t.onCancel&&qr&&$t.onCancel.apply($t,[()=>{}].concat((0,r.Z)(Dr.slice(1))));for(let sn=0;sn<ct.length;sn++)if(ct[sn]===dt){ct.splice(sn,1);break}(0,i.v)(yt)}function xe(Be){var{okText:Dr,cancelText:vt,prefixCls:qr,getContainer:sn}=Be,zt=at(Be,["okText","cancelText","prefixCls","getContainer"]);clearTimeout(_t),_t=setTimeout(()=>{const er=(0,Z.A)(),{getPrefixCls:Bt,getIconPrefixCls:Yt,getTheme:wr}=(0,c.w6)(),Ir=Bt(void 0,Ze()),Pt=qr||`${Ir}-modal`,Kt=Yt(),jt=wr();let qt=sn;qt===!1&&(qt=void 0),(0,i.s)(l.createElement(Rt,Object.assign({},zt,{getContainer:qt,prefixCls:Pt,rootPrefixCls:Ir,iconPrefixCls:Kt,okText:Dr,locale:er,theme:jt,cancelText:vt||er.cancelText})),yt)})}function dt(){for(var Be=arguments.length,Dr=new Array(Be),vt=0;vt<Be;vt++)Dr[vt]=arguments[vt];Ce=Object.assign(Object.assign({},Ce),{open:!1,afterClose:()=>{typeof $t.afterClose=="function"&&$t.afterClose(),Ue.apply(this,Dr)}}),Ce.visible&&delete Ce.visible,xe(Ce)}function Dt(Be){typeof Be=="function"?Ce=Be(Ce):Ce=Object.assign(Object.assign({},Ce),Be),xe(Ce)}return xe(Ce),ct.push(dt),{destroy:dt,update:Dt}}function Oe($t){return Object.assign(Object.assign({},$t),{type:"warning"})}function Ge($t){return Object.assign(Object.assign({},$t),{type:"info"})}function et($t){return Object.assign(Object.assign({},$t),{type:"success"})}function Qe($t){return Object.assign(Object.assign({},$t),{type:"error"})}function St($t){return Object.assign(Object.assign({},$t),{type:"confirm"})}function Ct($t){let{rootPrefixCls:yt}=$t;Xe=yt}var lr=e(53487),or=function($t,yt){var Ce={};for(var _t in $t)Object.prototype.hasOwnProperty.call($t,_t)&&yt.indexOf(_t)<0&&(Ce[_t]=$t[_t]);if($t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ue=0,_t=Object.getOwnPropertySymbols($t);Ue<_t.length;Ue++)yt.indexOf(_t[Ue])<0&&Object.prototype.propertyIsEnumerable.call($t,_t[Ue])&&(Ce[_t[Ue]]=$t[_t[Ue]]);return Ce};const Me=$t=>{const{prefixCls:yt,className:Ce,closeIcon:_t,closable:Ue,type:xe,title:dt,children:Dt}=$t,Be=or($t,["prefixCls","className","closeIcon","closable","type","title","children"]),{getPrefixCls:Dr}=l.useContext(H.E_),vt=Dr(),qr=yt||Dr("modal"),[,sn]=(0,me.ZP)(qr),zt=`${qr}-confirm`;let er={};return xe?er={closable:Ue!=null?Ue:!1,title:"",footer:"",children:l.createElement(Ne,Object.assign({},$t,{prefixCls:qr,confirmPrefixCls:zt,rootPrefixCls:vt,content:Dt}))}:er={closable:Ue!=null?Ue:!0,title:dt,footer:$t.footer===void 0?l.createElement(ne,Object.assign({},$t)):$t.footer,children:Dt},l.createElement(B.s,Object.assign({prefixCls:qr,className:x()(sn,`${qr}-pure-panel`,xe&&zt,xe&&`${zt}-${xe}`,Ce)},Be,{closeIcon:U(qr,_t),closable:Ue},er))};var tt=(0,lr.i)(Me);function Qt(){const[$t,yt]=l.useState([]),Ce=l.useCallback(_t=>(yt(Ue=>[].concat((0,r.Z)(Ue),[_t])),()=>{yt(Ue=>Ue.filter(xe=>xe!==_t))}),[]);return[$t,Ce]}var rt=e(31724),Mt=function($t,yt){var Ce={};for(var _t in $t)Object.prototype.hasOwnProperty.call($t,_t)&&yt.indexOf(_t)<0&&(Ce[_t]=$t[_t]);if($t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ue=0,_t=Object.getOwnPropertySymbols($t);Ue<_t.length;Ue++)yt.indexOf(_t[Ue])<0&&Object.prototype.propertyIsEnumerable.call($t,_t[Ue])&&(Ce[_t[Ue]]=$t[_t[Ue]]);return Ce};const Ot=($t,yt)=>{var Ce,{afterClose:_t,config:Ue}=$t,xe=Mt($t,["afterClose","config"]);const[dt,Dt]=l.useState(!0),[Be,Dr]=l.useState(Ue),{direction:vt,getPrefixCls:qr}=l.useContext(H.E_),sn=qr("modal"),zt=qr(),er=()=>{var Ir;_t(),(Ir=Be.afterClose)===null||Ir===void 0||Ir.call(Be)},Bt=function(){Dt(!1);for(var Ir=arguments.length,Pt=new Array(Ir),Kt=0;Kt<Ir;Kt++)Pt[Kt]=arguments[Kt];const jt=Pt.some(qt=>qt&&qt.triggerCancel);Be.onCancel&&jt&&Be.onCancel.apply(Be,[()=>{}].concat((0,r.Z)(Pt.slice(1))))};l.useImperativeHandle(yt,()=>({destroy:Bt,update:Ir=>{Dr(Pt=>Object.assign(Object.assign({},Pt),Ir))}}));const Yt=(Ce=Be.okCancel)!==null&&Ce!==void 0?Ce:Be.type==="confirm",[wr]=(0,y.Z)("Modal",rt.Z.Modal);return l.createElement(Rt,Object.assign({prefixCls:sn,rootPrefixCls:zt},Be,{close:Bt,open:dt,afterClose:er,okText:Be.okText||(Yt?wr==null?void 0:wr.okText:wr==null?void 0:wr.justOkText),direction:Be.direction||vt,cancelText:Be.cancelText||(wr==null?void 0:wr.cancelText)},xe))};var Jt=l.forwardRef(Ot);let Ut=0;const Te=l.memo(l.forwardRef(($t,yt)=>{const[Ce,_t]=Qt();return l.useImperativeHandle(yt,()=>({patchElement:_t}),[]),l.createElement(l.Fragment,null,Ce)}));function ce(){const $t=l.useRef(null),[yt,Ce]=l.useState([]);l.useEffect(()=>{yt.length&&((0,r.Z)(yt).forEach(dt=>{dt()}),Ce([]))},[yt]);const _t=l.useCallback(xe=>function(Dt){var Be;Ut+=1;const Dr=l.createRef();let vt;const qr=new Promise(Yt=>{vt=Yt});let sn=!1,zt;const er=l.createElement(Jt,{key:`modal-${Ut}`,config:xe(Dt),ref:Dr,afterClose:()=>{zt==null||zt()},isSilent:()=>sn,onConfirm:Yt=>{vt(Yt)}});return zt=(Be=$t.current)===null||Be===void 0?void 0:Be.patchElement(er),zt&&ct.push(zt),{destroy:()=>{function Yt(){var wr;(wr=Dr.current)===null||wr===void 0||wr.destroy()}Dr.current?Yt():Ce(wr=>[].concat((0,r.Z)(wr),[Yt]))},update:Yt=>{function wr(){var Ir;(Ir=Dr.current)===null||Ir===void 0||Ir.update(Yt)}Dr.current?wr():Ce(Ir=>[].concat((0,r.Z)(Ir),[wr]))},then:Yt=>(sn=!0,qr.then(Yt))}},[]);return[l.useMemo(()=>({info:_t(Ge),success:_t(et),error:_t(Qe),warning:_t(Oe),confirm:_t(St)}),[]),l.createElement(Te,{key:"modal-holder",ref:$t})]}var pe=ce;function At($t){return ye(Oe($t))}const Ae=Lt;Ae.useModal=pe,Ae.info=function(yt){return ye(Ge(yt))},Ae.success=function(yt){return ye(et(yt))},Ae.error=function(yt){return ye(Qe(yt))},Ae.warning=At,Ae.warn=At,Ae.confirm=function(yt){return ye(St(yt))},Ae.destroyAll=function(){for(;ct.length;){const yt=ct.pop();yt&&yt()}},Ae.config=Ct,Ae._InternalPanelDoNotUseOrYouWillBeFired=tt;var ut=Ae},98044:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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:A}=m;return[{[`${b}-root`]:{[`${b}${A}-zoom-enter, ${b}${A}-zoom-appear`]:{transform:"none",opacity:0,animationDuration:m.motionDurationSlow,userSelect:"none"},[`${b}${A}-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}${A}-zoom-enter), &:has(${b}${A}-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:A}=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]:{[`${A}-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,A=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*A+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});g.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,g,e){"use strict";e.d(g,{Z:function(){return at}});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(36237),A=e(17313),k=e(83116),R=e(37613),I=Xe=>{const{componentCls:Ze,width:ye,notificationMarginEdge:Oe}=Xe,Ge=new b.Keyframes("antNotificationTopFadeIn",{"0%":{marginTop:"-100%",opacity:0},"100%":{marginTop:0,opacity:1}}),et=new b.Keyframes("antNotificationBottomFadeIn",{"0%":{marginBottom:"-100%",opacity:0},"100%":{marginBottom:0,opacity:1}}),Qe=new b.Keyframes("antNotificationLeftFadeIn",{"0%":{right:{_skip_check_:!0,value:ye},opacity:0},"100%":{right:{_skip_check_:!0,value:0},opacity:1}});return{[`&${Ze}-top, &${Ze}-bottom`]:{marginInline:0},[`&${Ze}-top`]:{[`${Ze}-fade-enter${Ze}-fade-enter-active, ${Ze}-fade-appear${Ze}-fade-appear-active`]:{animationName:Ge}},[`&${Ze}-bottom`]:{[`${Ze}-fade-enter${Ze}-fade-enter-active, ${Ze}-fade-appear${Ze}-fade-appear-active`]:{animationName:et}},[`&${Ze}-topLeft, &${Ze}-bottomLeft`]:{marginInlineEnd:0,marginInlineStart:Oe,[`${Ze}-fade-enter${Ze}-fade-enter-active, ${Ze}-fade-appear${Ze}-fade-appear-active`]:{animationName:Qe}}}};const M=Xe=>{const{iconCls:Ze,componentCls:ye,boxShadow:Oe,fontSizeLG:Ge,notificationMarginBottom:et,borderRadiusLG:Qe,colorSuccess:St,colorInfo:Ct,colorWarning:lr,colorError:or,colorTextHeading:Me,notificationBg:tt,notificationPadding:Qt,notificationMarginEdge:rt,motionDurationMid:Mt,motionEaseInOut:Ot,fontSize:Jt,lineHeight:Ut,width:Te,notificationIconSize:ce,colorText:pe}=Xe,At=`${ye}-notice`,Ae=new b.Keyframes("antNotificationFadeIn",{"0%":{left:{_skip_check_:!0,value:Te},opacity:0},"100%":{left:{_skip_check_:!0,value:0},opacity:1}}),ut=new b.Keyframes("antNotificationFadeOut",{"0%":{maxHeight:Xe.animationMaxHeight,marginBottom:et,opacity:1},"100%":{maxHeight:0,marginBottom:0,paddingTop:0,paddingBottom:0,opacity:0}}),$t={position:"relative",width:Te,maxWidth:`calc(100vw - ${rt*2}px)`,marginBottom:et,marginInlineStart:"auto",padding:Qt,overflow:"hidden",lineHeight:Ut,wordWrap:"break-word",background:tt,borderRadius:Qe,boxShadow:Oe,[`${ye}-close-icon`]:{fontSize:Jt,cursor:"pointer"},[`${At}-message`]:{marginBottom:Xe.marginXS,color:Me,fontSize:Ge,lineHeight:Xe.lineHeightLG},[`${At}-description`]:{fontSize:Jt,color:pe},[`&${At}-closable ${At}-message`]:{paddingInlineEnd:Xe.paddingLG},[`${At}-with-icon ${At}-message`]:{marginBottom:Xe.marginXS,marginInlineStart:Xe.marginSM+ce,fontSize:Ge},[`${At}-with-icon ${At}-description`]:{marginInlineStart:Xe.marginSM+ce,fontSize:Jt},[`${At}-icon`]:{position:"absolute",fontSize:ce,lineHeight:0,[`&-success${Ze}`]:{color:St},[`&-info${Ze}`]:{color:Ct},[`&-warning${Ze}`]:{color:lr},[`&-error${Ze}`]:{color:or}},[`${At}-close`]:{position:"absolute",top:Xe.notificationPaddingVertical,insetInlineEnd:Xe.notificationPaddingHorizontal,color:Xe.colorIcon,outline:"none",width:Xe.notificationCloseButtonSize,height:Xe.notificationCloseButtonSize,borderRadius:Xe.borderRadiusSM,transition:`background-color ${Xe.motionDurationMid}, color ${Xe.motionDurationMid}`,display:"flex",alignItems:"center",justifyContent:"center","&:hover":{color:Xe.colorIconHover,backgroundColor:Xe.wireframe?"transparent":Xe.colorFillContent}},[`${At}-btn`]:{float:"right",marginTop:Xe.marginSM}};return[{[ye]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,A.Wf)(Xe)),{position:"fixed",zIndex:Xe.zIndexPopup,marginInlineEnd:rt,[`${ye}-hook-holder`]:{position:"relative"},[`&${ye}-top, &${ye}-bottom`]:{[At]:{marginInline:"auto auto"}},[`&${ye}-topLeft, &${ye}-bottomLeft`]:{[At]:{marginInlineEnd:"auto",marginInlineStart:0}},[`${ye}-fade-enter, ${ye}-fade-appear`]:{animationDuration:Xe.motionDurationMid,animationTimingFunction:Ot,animationFillMode:"both",opacity:0,animationPlayState:"paused"},[`${ye}-fade-leave`]:{animationTimingFunction:Ot,animationFillMode:"both",animationDuration:Mt,animationPlayState:"paused"},[`${ye}-fade-enter${ye}-fade-enter-active, ${ye}-fade-appear${ye}-fade-appear-active`]:{animationName:Ae,animationPlayState:"running"},[`${ye}-fade-leave${ye}-fade-leave-active`]:{animationName:ut,animationPlayState:"running"}}),I(Xe)),{"&-rtl":{direction:"rtl",[`${At}-btn`]:{float:"left"}}})},{[ye]:{[At]:Object.assign({},$t)}},{[`${At}-pure-panel`]:Object.assign(Object.assign({},$t),{margin:0})}]};var B=(0,k.Z)("Notification",Xe=>{const Ze=Xe.paddingMD,ye=Xe.paddingLG,Oe=(0,R.TS)(Xe,{notificationBg:Xe.colorBgElevated,notificationPaddingVertical:Ze,notificationPaddingHorizontal:ye,notificationIconSize:Xe.fontSizeLG*Xe.lineHeightLG,notificationCloseButtonSize:Xe.controlHeightLG*.55,notificationMarginBottom:Xe.margin,notificationPadding:`${Xe.paddingMD}px ${Xe.paddingContentHorizontalLG}px`,notificationMarginEdge:Xe.marginLG,animationMaxHeight:150});return[M(Oe)]},Xe=>({zIndexPopup:Xe.zIndexPopupBase+50,width:384})),N=function(Xe,Ze){var ye={};for(var Oe in Xe)Object.prototype.hasOwnProperty.call(Xe,Oe)&&Ze.indexOf(Oe)<0&&(ye[Oe]=Xe[Oe]);if(Xe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ge=0,Oe=Object.getOwnPropertySymbols(Xe);Ge<Oe.length;Ge++)Ze.indexOf(Oe[Ge])<0&&Object.prototype.propertyIsEnumerable.call(Xe,Oe[Ge])&&(ye[Oe[Ge]]=Xe[Oe[Ge]]);return ye};const K={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(Xe,Ze){return Ze===null||Ze===!1?null:Ze||r.createElement("span",{className:`${Xe}-close-x`},r.createElement(o.Z,{className:`${Xe}-close-icon`}))}const H={success:c.Z,info:u.Z,error:f.Z,warning:h.Z},ae=Xe=>{const{prefixCls:Ze,icon:ye,type:Oe,message:Ge,description:et,btn:Qe,role:St="alert"}=Xe;let Ct=null;return ye?Ct=r.createElement("span",{className:`${Ze}-icon`},ye):Oe&&(Ct=r.createElement(H[Oe]||null,{className:p()(`${Ze}-icon`,`${Ze}-icon-${Oe}`)})),r.createElement("div",{className:p()({[`${Ze}-with-icon`]:Ct}),role:St},Ct,r.createElement("div",{className:`${Ze}-message`},Ge),r.createElement("div",{className:`${Ze}-description`},et),Qe&&r.createElement("div",{className:`${Ze}-btn`},Qe))};var ue=Xe=>{const{prefixCls:Ze,className:ye,icon:Oe,type:Ge,message:et,description:Qe,btn:St,closable:Ct=!0,closeIcon:lr}=Xe,or=N(Xe,["prefixCls","className","icon","type","message","description","btn","closable","closeIcon"]),{getPrefixCls:Me}=r.useContext(m.E_),tt=Ze||Me("notification"),Qt=`${tt}-notice`,[,rt]=B(tt);return r.createElement(y.qX,Object.assign({},or,{prefixCls:tt,className:p()(ye,rt,`${Qt}-pure-panel`),eventKey:"pure",duration:null,closable:Ct,closeIcon:G(tt,lr),content:r.createElement(ae,{prefixCls:Qt,icon:Oe,type:Ge,message:et,description:Qe,btn:St})}))};function X(Xe,Ze,ye){let Oe;switch(Xe){case"top":Oe={left:"50%",transform:"translateX(-50%)",right:"auto",top:Ze,bottom:"auto"};break;case"topLeft":Oe={left:0,top:Ze,bottom:"auto"};break;case"topRight":Oe={right:0,top:Ze,bottom:"auto"};break;case"bottom":Oe={left:"50%",transform:"translateX(-50%)",right:"auto",top:"auto",bottom:ye};break;case"bottomLeft":Oe={left:0,top:"auto",bottom:ye};break;default:Oe={right:0,top:"auto",bottom:ye};break}return Oe}function Y(Xe){return{motionName:`${Xe}-fade`}}var $=function(Xe,Ze){var ye={};for(var Oe in Xe)Object.prototype.hasOwnProperty.call(Xe,Oe)&&Ze.indexOf(Oe)<0&&(ye[Oe]=Xe[Oe]);if(Xe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ge=0,Oe=Object.getOwnPropertySymbols(Xe);Ge<Oe.length;Ge++)Ze.indexOf(Oe[Ge])<0&&Object.prototype.propertyIsEnumerable.call(Xe,Oe[Ge])&&(ye[Oe[Ge]]=Xe[Oe[Ge]]);return ye};const se=24,ee=4.5,J="topRight",le=Xe=>{let{children:Ze,prefixCls:ye}=Xe;const[,Oe]=B(ye);return r.createElement(y.JB,{classNames:{list:Oe,notice:Oe}},Ze)},Z=(Xe,Ze)=>{let{prefixCls:ye,key:Oe}=Ze;return r.createElement(le,{prefixCls:ye,key:Oe},Xe)},U=r.forwardRef((Xe,Ze)=>{const{top:ye,bottom:Oe,prefixCls:Ge,getContainer:et,maxCount:Qe,rtl:St,onAllRemoved:Ct}=Xe,{getPrefixCls:lr,getPopupContainer:or,notification:Me}=r.useContext(m.E_),tt=Ge||lr("notification"),Qt=Ut=>X(Ut,ye!=null?ye:se,Oe!=null?Oe:se),rt=()=>p()({[`${tt}-rtl`]:St}),Mt=()=>Y(tt),[Ot,Jt]=(0,y.lm)({prefixCls:tt,style:Qt,className:rt,motion:Mt,closable:!0,closeIcon:G(tt),duration:ee,getContainer:()=>(et==null?void 0:et())||(or==null?void 0:or())||document.body,maxCount:Qe,onAllRemoved:Ct,renderNotifications:Z});return r.useImperativeHandle(Ze,()=>Object.assign(Object.assign({},Ot),{prefixCls:tt,notification:Me})),Jt});function ne(Xe){const Ze=r.useRef(null);return[r.useMemo(()=>{const Oe=St=>{var Ct;if(!Ze.current)return;const{open:lr,prefixCls:or,notification:Me}=Ze.current,tt=`${or}-notice`,{message:Qt,description:rt,icon:Mt,type:Ot,btn:Jt,className:Ut,style:Te,role:ce="alert",closeIcon:pe}=St,At=$(St,["message","description","icon","type","btn","className","style","role","closeIcon"]),Ae=G(tt,pe);return lr(Object.assign(Object.assign({placement:(Ct=Xe==null?void 0:Xe.placement)!==null&&Ct!==void 0?Ct:J},At),{content:r.createElement(ae,{prefixCls:tt,icon:Mt,type:Ot,message:Qt,description:rt,btn:Jt,role:ce}),className:p()(Ot&&`${tt}-${Ot}`,Ut,Me==null?void 0:Me.className),style:Object.assign(Object.assign({},Me==null?void 0:Me.style),Te),closeIcon:Ae,closable:!!Ae}))},et={open:Oe,destroy:St=>{var Ct,lr;St!==void 0?(Ct=Ze.current)===null||Ct===void 0||Ct.close(St):(lr=Ze.current)===null||lr===void 0||lr.destroy()}};return["success","info","warning","error"].forEach(St=>{et[St]=Ct=>Oe(Object.assign(Object.assign({},Ct),{type:St}))}),et},[]),r.createElement(U,Object.assign({key:"notification-holder"},Xe,{ref:Ze}))]}function me(Xe){return ne(Xe)}let Ee=null,Pe=Xe=>Xe(),We=[],Fe={};function Lt(){const{prefixCls:Xe,getContainer:Ze,rtl:ye,maxCount:Oe,top:Ge,bottom:et}=Fe,Qe=Xe!=null?Xe:(0,l.w6)().getPrefixCls("notification"),St=(Ze==null?void 0:Ze())||document.body;return{prefixCls:Qe,getContainer:()=>St,rtl:ye,maxCount:Oe,top:Ge,bottom:et}}const mt=r.forwardRef((Xe,Ze)=>{const[ye,Oe]=r.useState(Lt),[Ge,et]=ne(ye),Qe=(0,l.w6)(),St=Qe.getRootPrefixCls(),Ct=Qe.getIconPrefixCls(),lr=Qe.getTheme(),or=()=>{Oe(Lt)};return r.useEffect(or,[]),r.useImperativeHandle(Ze,()=>{const Me=Object.assign({},Ge);return Object.keys(Me).forEach(tt=>{Me[tt]=function(){return or(),Ge[tt].apply(Ge,arguments)}}),{instance:Me,sync:or}}),r.createElement(l.ZP,{prefixCls:St,iconPrefixCls:Ct,theme:lr},et)});function wt(){if(!Ee){const Xe=document.createDocumentFragment(),Ze={fragment:Xe};Ee=Ze,Pe(()=>{(0,i.s)(r.createElement(mt,{ref:ye=>{const{instance:Oe,sync:Ge}=ye||{};Promise.resolve().then(()=>{!Ze.instance&&Oe&&(Ze.instance=Oe,Ze.sync=Ge,wt())})}}),Xe)});return}Ee.instance&&(We.forEach(Xe=>{switch(Xe.type){case"open":{Pe(()=>{Ee.instance.open(Object.assign(Object.assign({},Fe),Xe.config))});break}case"destroy":Pe(()=>{Ee==null||Ee.instance.destroy(Xe.key)});break}}),We=[])}function Gt(Xe){Fe=Object.assign(Object.assign({},Fe),Xe),Pe(()=>{var Ze;(Ze=Ee==null?void 0:Ee.sync)===null||Ze===void 0||Ze.call(Ee)})}function Ft(Xe){We.push({type:"open",config:Xe}),wt()}function nr(Xe){We.push({type:"destroy",key:Xe}),wt()}const Ne=["success","info","warning","error"],Rt={open:Ft,destroy:nr,config:Gt,useNotification:me,_InternalPanelDoNotUseOrYouWillBeFired:ue};Ne.forEach(Xe=>{Rt[Xe]=Ze=>Ft(Object.assign(Object.assign({},Ze),{type:Xe}))});const Je=()=>{};let ct=null;var at=Rt},95237:function(d,g,e){"use strict";var r=e(27382);g.Z=r.Z},33234:function(d,g,e){"use strict";e.d(g,{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,A){var k={};for(var R in b)Object.prototype.hasOwnProperty.call(b,R)&&A.indexOf(R)<0&&(k[R]=b[R]);if(b!=null&&typeof Object.getOwnPropertySymbols=="function")for(var S=0,R=Object.getOwnPropertySymbols(b);S<R.length;S++)A.indexOf(R[S])<0&&Object.prototype.propertyIsEnumerable.call(b,R[S])&&(k[R[S]]=b[R[S]]);return k};const a=c.createContext(null),x=(b,A)=>{const k=c.useContext(a),R=c.useMemo(()=>{if(!k)return"";const{compactDirection:S,isFirstItem:I,isLastItem:M}=k,B=S==="vertical"?"-vertical-":"-";return i()(`${b}-compact${B}item`,{[`${b}-compact${B}first-item`]:I,[`${b}-compact${B}last-item`]:M,[`${b}-compact${B}item-rtl`]:A==="rtl"})},[b,A,k]);return{compactSize:k==null?void 0:k.compactSize,compactDirection:k==null?void 0:k.compactDirection,compactItemClassnames:R}},p=b=>{let{children:A}=b;return c.createElement(a.Provider,{value:null},A)},y=b=>{var{children:A}=b,k=u(b,["children"]);return c.createElement(a.Provider,{value:k},A)},m=b=>{const{getPrefixCls:A,direction:k}=c.useContext(f.E_),{size:R,direction:S,block:I,prefixCls:M,className:B,rootClassName:N,children:K}=b,G=u(b,["size","direction","block","prefixCls","className","rootClassName","children"]),H=(0,o.Z)(ee=>R!=null?R:ee),ae=A("space-compact",M),[ie,ue]=(0,h.Z)(ae),X=i()(ae,ue,{[`${ae}-rtl`]:k==="rtl",[`${ae}-block`]:I,[`${ae}-vertical`]:S==="vertical"},B,N),Y=c.useContext(a),$=(0,l.Z)(K),se=c.useMemo(()=>$.map((ee,J)=>{const le=ee&&ee.key||`${ae}-item-${J}`;return c.createElement(y,{key:le,compactSize:H,compactDirection:S,isFirstItem:J===0&&(!Y||(Y==null?void 0:Y.isFirstItem)),isLastItem:J===$.length-1&&(!Y||(Y==null?void 0:Y.isLastItem))},ee)}),[R,$,Y]);return $.length===0?null:ie(c.createElement("div",Object.assign({className:X},G),se))};g.ZP=m},81327:function(d,g,e){"use strict";e.d(g,{Z:function(){return R}});var r=e(59301),i=e(92310),l=e.n(i),c=e(11592),f=e(36355),o=e(33234);const h=r.createContext({latestIndex:0}),u=h.Provider;var x=S=>{let{className:I,index:M,children:B,split:N,style:K}=S;const{latestIndex:G}=r.useContext(h);return B==null?null:r.createElement(r.Fragment,null,r.createElement("div",{className:I,style:K},B),M<G&&N&&r.createElement("span",{className:`${I}-split`},N))},p=e(2856);function y(S){return["small","middle","large"].includes(S)}function m(S){return S?typeof S=="number"&&!Number.isNaN(S):!1}var b=function(S,I){var M={};for(var B in S)Object.prototype.hasOwnProperty.call(S,B)&&I.indexOf(B)<0&&(M[B]=S[B]);if(S!=null&&typeof Object.getOwnPropertySymbols=="function")for(var N=0,B=Object.getOwnPropertySymbols(S);N<B.length;N++)I.indexOf(B[N])<0&&Object.prototype.propertyIsEnumerable.call(S,B[N])&&(M[B[N]]=S[B[N]]);return M};const k=r.forwardRef((S,I)=>{var M,B;const{getPrefixCls:N,space:K,direction:G}=r.useContext(f.E_),{size:H=(K==null?void 0:K.size)||"small",align:ae,className:ie,rootClassName:ue,children:X,direction:Y="horizontal",prefixCls:$,split:se,style:ee,wrap:J=!1,classNames:le,styles:Z}=S,U=b(S,["size","align","className","rootClassName","children","direction","prefixCls","split","style","wrap","classNames","styles"]),[ne,me]=Array.isArray(H)?H:[H,H],Ee=y(me),Pe=y(ne),We=m(me),Fe=m(ne),Lt=(0,c.Z)(X,{keepEmpty:!0}),mt=ae===void 0&&Y==="horizontal"?"center":ae,wt=N("space",$),[Gt,Ft]=(0,p.Z)(wt),nr=l()(wt,K==null?void 0:K.className,Ft,`${wt}-${Y}`,{[`${wt}-rtl`]:G==="rtl",[`${wt}-align-${mt}`]:mt,[`${wt}-gap-row-${me}`]:Ee,[`${wt}-gap-col-${ne}`]:Pe},ie,ue),Ne=l()(`${wt}-item`,(M=le==null?void 0:le.item)!==null&&M!==void 0?M:(B=K==null?void 0:K.classNames)===null||B===void 0?void 0:B.item);let ht=0;const Rt=Lt.map((at,Xe)=>{var Ze,ye;at!=null&&(ht=Xe);const Oe=at&&at.key||`${Ne}-${Xe}`;return r.createElement(x,{className:Ne,key:Oe,index:Xe,split:se,style:(Ze=Z==null?void 0:Z.item)!==null&&Ze!==void 0?Ze:(ye=K==null?void 0:K.styles)===null||ye===void 0?void 0:ye.item},at)}),Je=r.useMemo(()=>({latestIndex:ht}),[ht]);if(Lt.length===0)return null;const ct={};return J&&(ct.flexWrap="wrap"),!Pe&&Fe&&(ct.columnGap=ne),!Ee&&We&&(ct.rowGap=me),Gt(r.createElement("div",Object.assign({ref:I,className:nr,style:Object.assign(Object.assign(Object.assign({},ct),K==null?void 0:K.style),ee)},U),r.createElement(u,{value:Je},Rt)))});k.Compact=o.ZP;var R=k},2856:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{Z:function(){return K}});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(36237),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 A=(0,x.Z)("Spin",G=>{const H=(0,p.TS)(G,{spinDotDefault:G.colorTextDescription});return[b(H)]},G=>({contentHeight:400,dotSize:G.controlHeightLG/2,dotSizeSM:G.controlHeightLG*.35,dotSizeLG:G.controlHeight})),k=function(G,H){var ae={};for(var ie in G)Object.prototype.hasOwnProperty.call(G,ie)&&H.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++)H.indexOf(ie[ue])<0&&Object.prototype.propertyIsEnumerable.call(G,ie[ue])&&(ae[ie[ue]]=G[ie[ue]]);return ae};const R=null;let S=null;function I(G,H){const{indicator:ae}=H,ie=`${G}-dot`;return ae===null?null:(0,o.l$)(ae)?(0,o.Tm)(ae,{className:i()(ae.props.className,ie)}):(0,o.l$)(S)?(0,o.Tm)(S,{className:i()(S.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,H){return!!G&&!!H&&!isNaN(Number(H))}const B=G=>{const{spinPrefixCls:H,spinning:ae=!0,delay:ie=0,className:ue,rootClassName:X,size:Y="default",tip:$,wrapperClassName:se,style:ee,children:J,hashId:le}=G,Z=k(G,["spinPrefixCls","spinning","delay","className","rootClassName","size","tip","wrapperClassName","style","children","hashId"]),[U,ne]=c.useState(()=>ae&&!M(ae,ie));c.useEffect(()=>{if(ae){const Gt=(0,f.D)(ie,()=>{ne(!0)});return Gt(),()=>{var Ft;(Ft=Gt==null?void 0:Gt.cancel)===null||Ft===void 0||Ft.call(Gt)}}ne(!1)},[ie,ae]);const me=c.useMemo(()=>typeof J!="undefined",[J]),{direction:Ee,spin:Pe}=c.useContext(h.E_),We=i()(H,Pe==null?void 0:Pe.className,{[`${H}-sm`]:Y==="small",[`${H}-lg`]:Y==="large",[`${H}-spinning`]:U,[`${H}-show-text`]:!!$,[`${H}-rtl`]:Ee==="rtl"},ue,X,le),Fe=i()(`${H}-container`,{[`${H}-blur`]:U}),Lt=(0,l.Z)(Z,["indicator","prefixCls"]),mt=Object.assign(Object.assign({},Pe==null?void 0:Pe.style),ee),wt=c.createElement("div",Object.assign({},Lt,{style:mt,className:We,"aria-live":"polite","aria-busy":U}),I(H,G),$&&me?c.createElement("div",{className:`${H}-text`},$):null);return me?c.createElement("div",Object.assign({},Lt,{className:i()(`${H}-nested-loading`,se,le)}),U&&c.createElement("div",{key:"loading"},wt),c.createElement("div",{className:Fe,key:"container"},J)):wt},N=G=>{const{prefixCls:H}=G,{getPrefixCls:ae}=c.useContext(h.E_),ie=ae("spin",H),[ue,X]=A(ie),Y=Object.assign(Object.assign({},G),{spinPrefixCls:ie,hashId:X});return ue(c.createElement(B,Object.assign({},Y)))};N.setDefaultIndicator=G=>{S=G};var K=N},74207:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{J$:function(){return f}});var r=e(36237),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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{_y:function(){return k},kr:function(){return l}});var r=e(36237),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}}),A={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,S)=>{const{antCls:I}=R,M=`${I}-${S}`,{inKeyframes:B,outKeyframes:N}=A[S];return[(0,i.R)(M,B,N,S==="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,g,e){"use strict";e.d(g,{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:A,arrowDistance:k=0,arrowPlacement:R={left:!0,right:!0,top:!0,bottom:!0}}=h,{dropdownArrowOffsetVertical:S,dropdownArrowOffset:I}=l({contentRadius:b,limitVerticalRadius:A});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:I}},[`&-placement-topRight ${u}-arrow`]:{right:{_skip_check_:!0,value:I}}})),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:I}},[`&-placement-bottomRight ${u}-arrow`]:{right:{_skip_check_:!0,value:I}}})),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:S},[`&-placement-leftBottom ${u}-arrow`]:{bottom:S}})),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:S},[`&-placement-rightBottom ${u}-arrow`]:{bottom:S}}))}}},47585:function(d,g,e){"use strict";e.d(g,{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,A=m,k=2*h-x,R=p,S=2*h-u,I=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} ${A} L ${k} ${R} A ${c} ${c} 0 0 0 ${S} ${I} 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,g,e){"use strict";e.d(g,{Mj:function(){return K},u_:function(){return N},uH:function(){return B}});var r=e(36237),i=e(59301),l=e(30071),f=G=>{const{controlHeight:H}=G;return{controlHeightSM:H*.75,controlHeightXS:H*.5,controlHeightLG:H*1.25}};function o(G){const{sizeUnit:H,sizeStep:ae}=G;return{sizeXXL:H*(ae+8),sizeXL:H*(ae+4),sizeLG:H*(ae+2),sizeMD:H*(ae+1),sizeMS:H*ae,size:H*ae,sizeSM:H*(ae-1),sizeXS:H*(ae-2),sizeXXS:H*(ae-3)}}var h=e(34117),u=e(64993);function a(G,H){let{generateColorPalettes:ae,generateNeutralColorPalettes:ie}=H;const{colorSuccess:ue,colorWarning:X,colorError:Y,colorInfo:$,colorPrimary:se,colorBgBase:ee,colorTextBase:J}=G,le=ae(se),Z=ae(ue),U=ae(X),ne=ae(Y),me=ae($),Ee=ie(ee,J),Pe=G.colorLink||G.colorInfo,We=ae(Pe);return Object.assign(Object.assign({},Ee),{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:ne[1],colorErrorBgHover:ne[2],colorErrorBorder:ne[3],colorErrorBorderHover:ne[4],colorErrorHover:ne[5],colorError:ne[6],colorErrorActive:ne[7],colorErrorTextHover:ne[8],colorErrorText:ne[9],colorErrorTextActive:ne[10],colorWarningBg:U[1],colorWarningBgHover:U[2],colorWarningBorder:U[3],colorWarningBorderHover:U[4],colorWarningHover:U[4],colorWarning:U[6],colorWarningActive:U[7],colorWarningTextHover:U[8],colorWarningText:U[9],colorWarningTextActive:U[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:We[4],colorLink:We[6],colorLinkActive:We[7],colorBgMask:new u.C("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}var p=G=>{let H=G,ae=G,ie=G,ue=G;return G<6&&G>=5?H=G+1:G<16&&G>=6?H=G+2:G>=16&&(H=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:H,borderRadiusOuter:ue}};function y(G){const{motionUnit:H,motionBase:ae,borderRadius:ie,lineWidth:ue}=G;return Object.assign({motionDurationFast:`${(ae+H).toFixed(1)}s`,motionDurationMid:`${(ae+H*2).toFixed(1)}s`,motionDurationSlow:`${(ae+H*3).toFixed(1)}s`,lineWidthBold:ue+1},p(ie))}const m=(G,H)=>new u.C(G).setAlpha(H).toRgbString(),b=(G,H)=>new u.C(G).darken(H).toHexString(),A=G=>{const H=(0,l.generate)(G);return{1:H[0],2:H[1],3:H[2],4:H[3],5:H[4],6:H[5],7:H[6],8:H[4],9:H[5],10:H[6]}},k=(G,H)=>{const ae=G||"#fff",ie=H||"#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 H=new Array(10).fill(null).map((ae,ie)=>{const ue=ie-1,X=G*Math.pow(2.71828,ue/5),Y=ie>1?Math.floor(X):Math.ceil(X);return Math.floor(Y/2)*2});return H[1]=G,H.map(ae=>{const ie=ae+8;return{size:ae,lineHeight:ie/ae}})}var I=G=>{const H=R(G),ae=H.map(ue=>ue.size),ie=H.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 H=Object.keys(h.M).map(ae=>{const ie=(0,l.generate)(G[ae]);return new Array(10).fill(1).reduce((ue,X,Y)=>(ue[`${ae}-${Y+1}`]=ie[Y],ue[`${ae}${Y+1}`]=ie[Y],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),H),a(G,{generateColorPalettes:A,generateNeutralColorPalettes:k})),I(G.fontSize)),o(G)),f(G)),y(G))}const B=(0,r.createTheme)(M),N={token:h.Z,hashed:!0},K=i.createContext(N)},33166:function(d,g,e){"use strict";e.d(g,{i:function(){return r}});const r=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"]},34117:function(d,g,e){"use strict";e.d(g,{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});g.Z=i},88088:function(d,g,e){"use strict";e.d(g,{Z:function(){return A}});var r=e(36237),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:S,g:I,b:M,a:B}=new h.C(k).toRgb();if(B<1)return k;const{r:N,g:K,b:G}=new h.C(R).toRgb();for(let H=.01;H<=1;H+=.01){const ae=Math.round((S-N*(1-H))/H),ie=Math.round((I-K*(1-H))/H),ue=Math.round((M-G*(1-H))/H);if(u(ae)&&u(ie)&&u(ue))return new h.C({r:ae,g:ie,b:ue,a:Math.round(H*100)/100}).toRgbString()}return new h.C({r:S,g:I,b:M,a:1}).toRgbString()}var x=a,p=function(k,R){var S={};for(var I in k)Object.prototype.hasOwnProperty.call(k,I)&&R.indexOf(I)<0&&(S[I]=k[I]);if(k!=null&&typeof Object.getOwnPropertySymbols=="function")for(var M=0,I=Object.getOwnPropertySymbols(k);M<I.length;M++)R.indexOf(I[M])<0&&Object.prototype.propertyIsEnumerable.call(k,I[M])&&(S[I[M]]=k[I[M]]);return S};function y(k){const{override:R}=k,S=p(k,["override"]),I=Object.assign({},R);Object.keys(o.Z).forEach(ue=>{delete I[ue]});const M=Object.assign(Object.assign({},S),I),B=480,N=576,K=768,G=992,H=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:N-1,screenSM:N,screenSMMin:N,screenSMMax:K-1,screenMD:K,screenMDMin:K,screenMDMax:G-1,screenLG:G,screenLGMin:G,screenLGMax:H-1,screenXL:H,screenXLMin:H,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)"}),I)}var m=function(k,R){var S={};for(var I in k)Object.prototype.hasOwnProperty.call(k,I)&&R.indexOf(I)<0&&(S[I]=k[I]);if(k!=null&&typeof Object.getOwnPropertySymbols=="function")for(var M=0,I=Object.getOwnPropertySymbols(k);M<I.length;M++)R.indexOf(I[M])<0&&Object.prototype.propertyIsEnumerable.call(k,I[M])&&(S[I[M]]=k[I[M]]);return S};const b=(k,R,S)=>{const I=S.getDerivativeToken(k),{override:M}=R,B=m(R,["override"]);let N=Object.assign(Object.assign({},I),{override:M});return N=y(N),B&&Object.entries(B).forEach(K=>{let[G,H]=K;const{theme:ae}=H,ie=m(H,["theme"]);let ue=ie;ae&&(ue=b(Object.assign(Object.assign({},N),ie),{override:ie},ae)),N[G]=ue}),N};function A(){const{token:k,hashed:R,theme:S,components:I}=i.useContext(f.Mj),M=`${c}-${R||""}`,B=S||f.uH,[N,K]=(0,r.useCacheToken)(B,[o.Z,k],{salt:M,override:Object.assign({override:k},I),getComputedToken:b,formatToken:y});return[B,N,R?K:""]}},83116:function(d,g,e){"use strict";e.d(g,{Z:function(){return a},b:function(){return x}});var r=e(59301),i=e(36237),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 A=Array.isArray(p)?p:[p,p],[k]=A,R=A.join("-");return S=>{const[I,M,B]=(0,o.Z)(),{getPrefixCls:N,iconPrefixCls:K,csp:G}=(0,r.useContext)(c.E_),H=N(),ae={theme:I,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",H]}),()=>[{"&":(0,f.Lx)(M)}]),(0,u.Z)(K),[(0,i.useStyleRegister)(Object.assign(Object.assign({},ae),{path:[R,S,K]}),()=>{const{token:ie,flush:ue}=(0,h.ZP)(M),X=Object.assign({},M[k]);if(b.deprecatedTokens){const{deprecatedTokens:le}=b;le.forEach(Z=>{let[U,ne]=Z;var me;(X!=null&&X[U]||X!=null&&X[ne])&&((me=X[ne])!==null&&me!==void 0||(X[ne]=X==null?void 0:X[U]))})}const Y=typeof m=="function"?m((0,h.TS)(ie,X!=null?X:{})):m,$=Object.assign(Object.assign({},Y),X),se=`.${S}`,ee=(0,h.TS)(ie,{componentCls:se,prefixCls:S,iconCls:`.${K}`,antCls:`.${H}`},$),J=y(ee,{hashId:B,prefixCls:S,rootPrefixCls:H,iconPrefixCls:K,overrideComponentToken:X});return ue(k,$),[b.resetStyle===!1?null:(0,f.du)(M,S),J]}),B]}}const x=(p,y,m,b)=>{const A=a(p,y,m,Object.assign({resetStyle:!1,order:-998},b));return R=>{let{prefixCls:S}=R;return A(S),null}}},45157:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";var r=e(36237),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"}})}])};g.Z=c},67532:function(d,g){"use strict";const e={placeholder:"Select time",rangePlaceholder:["Start time","End time"]};g.Z=e},6848:function(d,g,e){"use strict";e.d(g,{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),A=e(45157),k=e(37613),R=e(83116);const S=X=>{const{componentCls:Y,tooltipMaxWidth:$,tooltipColor:se,tooltipBg:ee,tooltipBorderRadius:J,zIndexPopup:le,controlHeight:Z,boxShadowSecondary:U,paddingSM:ne,paddingXS:me,tooltipRadiusOuter:Ee}=X;return[{[Y]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,y.Wf)(X)),{position:"absolute",zIndex:le,display:"block",width:"max-content",maxWidth:$,visibility:"visible",transformOrigin:"var(--arrow-x, 50%) var(--arrow-y, 50%)","&-hidden":{display:"none"},"--antd-arrow-background-color":ee,[`${Y}-inner`]:{minWidth:Z,minHeight:Z,padding:`${ne/2}px ${me}px`,color:se,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:ee,borderRadius:J,boxShadow:U,boxSizing:"border-box"},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${Y}-inner`]:{borderRadius:Math.min(J,b.qN)}},[`${Y}-content`]:{position:"relative"}}),(0,A.Z)(X,(Pe,We)=>{let{darkColor:Fe}=We;return{[`&${Y}-${Pe}`]:{[`${Y}-inner`]:{backgroundColor:Fe},[`${Y}-arrow`]:{"--antd-arrow-background-color":Fe}}}})),{"&-rtl":{direction:"rtl"}})},(0,b.ZP)((0,k.TS)(X,{borderRadiusOuter:Ee}),{colorBg:"var(--antd-arrow-background-color)",contentRadius:J,limitVerticalRadius:!0}),{[`${Y}-pure`]:{position:"relative",maxWidth:"none",margin:X.sizePopupArrow}}]};var I=(X,Y)=>(0,R.Z)("Tooltip",se=>{if(Y===!1)return[];const{borderRadius:ee,colorTextLightSolid:J,colorBgDefault:le,borderRadiusOuter:Z}=se,U=(0,k.TS)(se,{tooltipMaxWidth:250,tooltipColor:J,tooltipBorderRadius:ee,tooltipBg:le,tooltipRadiusOuter:Z>4?4:Z});return[S(U),(0,m._y)(se,"zoom-big-fast")]},se=>{let{zIndexPopupBase:ee,colorBgSpotlight:J}=se;return{zIndexPopup:ee+70,colorBgDefault:J}},{resetStyle:!1})(X),M=e(36785);function B(X,Y){const $=(0,M.o2)(Y),se=l()({[`${X}-${Y}`]:Y&&$}),ee={},J={};return Y&&!$&&(ee.background=Y,J["--antd-arrow-background-color"]=Y),{className:se,overlayStyle:ee,arrowStyle:J}}var K=X=>{const{prefixCls:Y,className:$,placement:se="top",title:ee,color:J,overlayInnerStyle:le}=X,{getPrefixCls:Z}=r.useContext(a.E_),U=Z("tooltip",Y),[ne,me]=I(U,!0),Ee=B(U,J),Pe=Ee.arrowStyle,We=Object.assign(Object.assign({},le),Ee.overlayStyle),Fe=l()(me,U,`${U}-pure`,`${U}-placement-${se}`,$,Ee.className);return ne(r.createElement("div",{className:Fe,style:Pe},r.createElement("div",{className:`${U}-arrow`}),r.createElement(c.G,Object.assign({},X,{className:me,prefixCls:U,overlayInnerStyle:We}),ee)))},G=function(X,Y){var $={};for(var se in X)Object.prototype.hasOwnProperty.call(X,se)&&Y.indexOf(se)<0&&($[se]=X[se]);if(X!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ee=0,se=Object.getOwnPropertySymbols(X);ee<se.length;ee++)Y.indexOf(se[ee])<0&&Object.prototype.propertyIsEnumerable.call(X,se[ee])&&($[se[ee]]=X[se[ee]]);return $};const H=(X,Y)=>{const $={},se=Object.assign({},X);return Y.forEach(ee=>{X&&ee in X&&($[ee]=X[ee],delete se[ee])}),{picked:$,omitted:se}};function ae(X,Y){const $=X.type;if(($.__ANT_BUTTON===!0||X.type==="button")&&X.props.disabled||$.__ANT_SWITCH===!0&&(X.props.disabled||X.props.loading)||$.__ANT_RADIO===!0&&X.props.disabled){const{picked:se,omitted:ee}=H(X.props.style,["position","left","right","top","bottom","float","display","zIndex"]),J=Object.assign(Object.assign({display:"inline-block"},se),{cursor:"not-allowed",width:X.props.block?"100%":void 0}),le=Object.assign(Object.assign({},ee),{pointerEvents:"none"}),Z=(0,u.Tm)(X,{style:le,className:null});return r.createElement("span",{style:J,className:l()(X.props.className,`${Y}-disabled-compatible-wrapper`)},Z)}return X}const ie=r.forwardRef((X,Y)=>{var $,se;const{prefixCls:ee,openClassName:J,getTooltipContainer:le,overlayClassName:Z,color:U,overlayInnerStyle:ne,children:me,afterOpenChange:Ee,afterVisibleChange:Pe,destroyTooltipOnHide:We,arrow:Fe=!0,title:Lt,overlay:mt,builtinPlacements:wt,arrowPointAtCenter:Gt=!1,autoAdjustOverflow:Ft=!0}=X,nr=!!Fe,[,Ne]=(0,p.Z)(),{getPopupContainer:ht,getPrefixCls:Rt,direction:Je}=r.useContext(a.E_),ct=r.useRef(null),at=()=>{var Ce;(Ce=ct.current)===null||Ce===void 0||Ce.forceAlign()};r.useImperativeHandle(Y,()=>({forceAlign:at,forcePopupAlign:()=>{at()}}));const[Xe,Ze]=(0,f.Z)(!1,{value:($=X.open)!==null&&$!==void 0?$:X.visible,defaultValue:(se=X.defaultOpen)!==null&&se!==void 0?se:X.defaultVisible}),ye=!Lt&&!mt&&Lt!==0,Oe=Ce=>{var _t,Ue;Ze(ye?!1:Ce),ye||((_t=X.onOpenChange)===null||_t===void 0||_t.call(X,Ce),(Ue=X.onVisibleChange)===null||Ue===void 0||Ue.call(X,Ce))},Ge=r.useMemo(()=>{var Ce,_t;let Ue=Gt;return typeof Fe=="object"&&(Ue=(_t=(Ce=Fe.pointAtCenter)!==null&&Ce!==void 0?Ce:Fe.arrowPointAtCenter)!==null&&_t!==void 0?_t:Gt),wt||(0,h.Z)({arrowPointAtCenter:Ue,autoAdjustOverflow:Ft,arrowWidth:nr?Ne.sizePopupArrow:0,borderRadius:Ne.borderRadius,offset:Ne.marginXXS,visibleFirst:!0})},[Gt,Fe,wt,Ne]),et=r.useMemo(()=>Lt===0?Lt:mt||Lt||"",[mt,Lt]),Qe=r.createElement(x.BR,null,typeof et=="function"?et():et),{getPopupContainer:St,placement:Ct="top",mouseEnterDelay:lr=.1,mouseLeaveDelay:or=.1,overlayStyle:Me,rootClassName:tt}=X,Qt=G(X,["getPopupContainer","placement","mouseEnterDelay","mouseLeaveDelay","overlayStyle","rootClassName"]),rt=Rt("tooltip",ee),Mt=Rt(),Ot=X["data-popover-inject"];let Jt=Xe;!("open"in X)&&!("visible"in X)&&ye&&(Jt=!1);const Ut=ae((0,u.l$)(me)&&!(0,u.M2)(me)?me:r.createElement("span",null,me),rt),Te=Ut.props,ce=!Te.className||typeof Te.className=="string"?l()(Te.className,J||`${rt}-open`):Te.className,[pe,At]=I(rt,!Ot),Ae=B(rt,U),ut=Ae.arrowStyle,$t=Object.assign(Object.assign({},ne),Ae.overlayStyle),yt=l()(Z,{[`${rt}-rtl`]:Je==="rtl"},Ae.className,tt,At);return pe(r.createElement(c.Z,Object.assign({},Qt,{showArrow:nr,placement:Ct,mouseEnterDelay:lr,mouseLeaveDelay:or,prefixCls:rt,overlayClassName:yt,overlayStyle:Object.assign(Object.assign({},ut),Me),getTooltipContainer:St||le||ht,ref:ct,builtinPlacements:Ge,overlay:Qe,visible:Jt,onVisibleChange:Oe,afterVisibleChange:Ee!=null?Ee:Pe,overlayInnerStyle:$t,arrowContent:r.createElement("span",{className:`${rt}-arrow-content`}),motion:{motionName:(0,o.m)(Mt,"zoom-big-fast",X.transitionName),motionDeadline:1e3},destroyTooltipOnHide:!!We}),Jt?(0,u.Tm)(Ut,{className:ce}):Ut))});ie._InternalPanelDoNotUseOrYouWillBeFired=K;var ue=ie},11575:function(d,g,e){"use strict";e.d(g,{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 g={utf8:{stringToBytes:function(e){return g.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(g.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=g},64018:function(){var d,g,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"],A="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"],S=[h,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],I=[x,y,p,b,A,k,R,S],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",N="kwd",K="com",G="typ",H="lit",ae="pun",ie="pln",ue="tag",X="dec",Y="src",$="atn",se="atv",ee="nocode",J="(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function le(Je){for(var ct=0,at=!1,Xe=!1,Ze=0,ye=Je.length;Ze<ye;++Ze){var Oe=Je[Ze];if(Oe.ignoreCase)Xe=!0;else if(/[a-z]/i.test(Oe.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,""))){at=!0,Xe=!1;break}}var Ge={b:8,t:9,n:10,v:11,f:12,r:13};function et(or){var Me=or.charCodeAt(0);if(Me!==92)return Me;var tt=or.charAt(1);return Me=Ge[tt],Me||("0"<=tt&&tt<="7"?parseInt(or.substring(1),8):tt==="u"||tt==="x"?parseInt(or.substring(2),16):or.charCodeAt(1))}function Qe(or){if(or<32)return(or<16?"\\x0":"\\x")+or.toString(16);var Me=String.fromCharCode(or);return Me==="\\"||Me==="-"||Me==="]"||Me==="^"?"\\"+Me:Me}function St(or){var Me=or.substring(1,or.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")),tt=[],Qt=Me[0]==="^",rt=["["];Qt&&rt.push("^");for(var Mt=Qt?1:0,Ot=Me.length;Mt<Ot;++Mt){var Jt=Me[Mt];if(/\\[bdsw]/i.test(Jt))rt.push(Jt);else{var Ut=et(Jt),Te;Mt+2<Ot&&Me[Mt+1]==="-"?(Te=et(Me[Mt+2]),Mt+=2):Te=Ut,tt.push([Ut,Te]),Te<65||Ut>122||(Te<65||Ut>90||tt.push([Math.max(65,Ut)|32,Math.min(Te,90)|32]),Te<97||Ut>122||tt.push([Math.max(97,Ut)&-33,Math.min(Te,122)&-33]))}}tt.sort(function(Ae,ut){return Ae[0]-ut[0]||ut[1]-Ae[1]});for(var ce=[],pe=[],Mt=0;Mt<tt.length;++Mt){var At=tt[Mt];At[0]<=pe[1]+1?pe[1]=Math.max(pe[1],At[1]):ce.push(pe=At)}for(var Mt=0;Mt<ce.length;++Mt){var At=ce[Mt];rt.push(Qe(At[0])),At[1]>At[0]&&(At[1]+1>At[0]&&rt.push("-"),rt.push(Qe(At[1])))}return rt.push("]"),rt.join("")}function Ct(or){for(var Me=or.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")),tt=Me.length,Qt=[],rt=0,Mt=0;rt<tt;++rt){var Ot=Me[rt];if(Ot==="(")++Mt;else if(Ot.charAt(0)==="\\"){var Jt=+Ot.substring(1);Jt&&(Jt<=Mt?Qt[Jt]=-1:Me[rt]=Qe(Jt))}}for(var rt=1;rt<Qt.length;++rt)Qt[rt]===-1&&(Qt[rt]=++ct);for(var rt=0,Mt=0;rt<tt;++rt){var Ot=Me[rt];if(Ot==="(")++Mt,Qt[Mt]||(Me[rt]="(?:");else if(Ot.charAt(0)==="\\"){var Jt=+Ot.substring(1);Jt&&Jt<=Mt&&(Me[rt]="\\"+Qt[Jt])}}for(var rt=0;rt<tt;++rt)Me[rt]==="^"&&Me[rt+1]!=="^"&&(Me[rt]="");if(or.ignoreCase&&at)for(var rt=0;rt<tt;++rt){var Ot=Me[rt],Ut=Ot.charAt(0);Ot.length>=2&&Ut==="["?Me[rt]=St(Ot):Ut!=="\\"&&(Me[rt]=Ot.replace(/[a-zA-Z]/g,function(pe){var At=pe.charCodeAt(0);return"["+String.fromCharCode(At&-33,At|32)+"]"}))}return Me.join("")}for(var lr=[],Ze=0,ye=Je.length;Ze<ye;++Ze){var Oe=Je[Ze];if(Oe.global||Oe.multiline)throw new Error(""+Oe);lr.push("(?:"+Ct(Oe)+")")}return new RegExp(lr.join("|"),Xe?"gi":"g")}function Z(Je,ct){var at=/(?:^|\s)nocode(?:\s|$)/,Xe=[],Ze=0,ye=[],Oe=0;function Ge(et){var Qe=et.nodeType;if(Qe==1){if(at.test(et.className))return;for(var St=et.firstChild;St;St=St.nextSibling)Ge(St);var Ct=et.nodeName.toLowerCase();(Ct==="br"||Ct==="li")&&(Xe[Oe]=`
`,ye[Oe<<1]=Ze++,ye[Oe++<<1|1]=et)}else if(Qe==3||Qe==4){var lr=et.nodeValue;lr.length&&(ct?lr=lr.replace(/\r\n?/g,`
`):lr=lr.replace(/[ \t\r\n]+/g," "),Xe[Oe]=lr,ye[Oe<<1]=Ze,Ze+=lr.length,ye[Oe++<<1|1]=et)}}return Ge(Je),{sourceCode:Xe.join("").replace(/\n$/,""),spans:ye}}function U(Je,ct,at,Xe,Ze){if(at){var ye={sourceNode:Je,pre:1,langExtension:null,numberLines:null,sourceCode:at,spans:null,basePos:ct,decorations:null};Xe(ye),Ze.push.apply(Ze,ye.decorations)}}var ne=/\S/;function me(Je){for(var ct=void 0,at=Je.firstChild;at;at=at.nextSibling){var Xe=at.nodeType;ct=Xe===1?ct?Je:at:Xe===3&&ne.test(at.nodeValue)?Je:ct}return ct===Je?void 0:ct}function Ee(Je,ct){var at={},Xe;(function(){for(var Oe=Je.concat(ct),Ge=[],et={},Qe=0,St=Oe.length;Qe<St;++Qe){var Ct=Oe[Qe],lr=Ct[3];if(lr)for(var or=lr.length;--or>=0;)at[lr.charAt(or)]=Ct;var Me=Ct[1],tt=""+Me;et.hasOwnProperty(tt)||(Ge.push(Me),et[tt]=null)}Ge.push(/[\0-\uffff]/),Xe=le(Ge)})();var Ze=ct.length,ye=function(Oe){for(var Ge=Oe.sourceCode,et=Oe.basePos,Qe=Oe.sourceNode,St=[et,ie],Ct=0,lr=Ge.match(Xe)||[],or={},Me=0,tt=lr.length;Me<tt;++Me){var Qt=lr[Me],rt=or[Qt],Mt=void 0,Ot;if(typeof rt=="string")Ot=!1;else{var Jt=at[Qt.charAt(0)];if(Jt)Mt=Qt.match(Jt[1]),rt=Jt[0];else{for(var Ut=0;Ut<Ze;++Ut)if(Jt=ct[Ut],Mt=Qt.match(Jt[1]),Mt){rt=Jt[0];break}Mt||(rt=ie)}Ot=rt.length>=5&&rt.substring(0,5)==="lang-",Ot&&!(Mt&&typeof Mt[1]=="string")&&(Ot=!1,rt=Y),Ot||(or[Qt]=rt)}var Te=Ct;if(Ct+=Qt.length,!Ot)St.push(et+Te,rt);else{var ce=Mt[1],pe=Qt.indexOf(ce),At=pe+ce.length;Mt[2]&&(At=Qt.length-Mt[2].length,pe=At-ce.length);var Ae=rt.substring(5);U(Qe,et+Te,Qt.substring(0,pe),ye,St),U(Qe,et+Te+pe,ce,Gt(Ae,ce),St),U(Qe,et+Te+At,Qt.substring(At),ye,St)}}Oe.decorations=St};return ye}function Pe(Je){var ct=[],at=[];Je.tripleQuotedStrings?ct.push([B,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,`'"`]):Je.multiLineStrings?ct.push([B,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]):ct.push([B,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,`"'`]),Je.verbatimStrings&&at.push([B,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);var Xe=Je.hashComments;Xe&&(Je.cStyleComments?(Xe>1?ct.push([K,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"]):ct.push([K,/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"]),at.push([B,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,null])):ct.push([K,/^#[^\r\n]*/,null,"#"])),Je.cStyleComments&&(at.push([K,/^\/\/[^\r\n]*/,null]),at.push([K,/^\/\*[\s\S]*?(?:\*\/|$)/,null]));var Ze=Je.regexLiterals;if(Ze){var ye=Ze>1?"":`
\r`,Oe=ye?".":"[\\S\\s]",Ge="/(?=[^/*"+ye+"])(?:[^/\\x5B\\x5C"+ye+"]|\\x5C"+Oe+"|\\x5B(?:[^\\x5C\\x5D"+ye+"]|\\x5C"+Oe+")*(?:\\x5D|$))+/";at.push(["lang-regex",RegExp("^"+J+"("+Ge+")")])}var et=Je.types;et&&at.push([G,et]);var Qe=(""+Je.keywords).replace(/^ | $/g,"");Qe.length&&at.push([N,new RegExp("^(?:"+Qe.replace(/[\s,]+/g,"|")+")\\b"),null]),ct.push([ie,/^\s+/,null,` \r
\xA0`]);var St="^.[^\\s\\w.$@'\"`/\\\\]*";return Je.regexLiterals&&(St+="(?!s*/)"),at.push([H,/^@[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],[H,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(St),null]),Ee(ct,at)}var We=Pe({keywords:I,hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0});function Fe(Je,ct,at){for(var Xe=/(?:^|\s)nocode(?:\s|$)/,Ze=/\r\n?|\n/,ye=Je.ownerDocument,Oe=ye.createElement("li");Je.firstChild;)Oe.appendChild(Je.firstChild);var Ge=[Oe];function et(Me){var tt=Me.nodeType;if(tt==1&&!Xe.test(Me.className))if(Me.nodeName==="br")Qe(Me),Me.parentNode&&Me.parentNode.removeChild(Me);else for(var Qt=Me.firstChild;Qt;Qt=Qt.nextSibling)et(Qt);else if((tt==3||tt==4)&&at){var rt=Me.nodeValue,Mt=rt.match(Ze);if(Mt){var Ot=rt.substring(0,Mt.index);Me.nodeValue=Ot;var Jt=rt.substring(Mt.index+Mt[0].length);if(Jt){var Ut=Me.parentNode;Ut.insertBefore(ye.createTextNode(Jt),Me.nextSibling)}Qe(Me),Ot||Me.parentNode.removeChild(Me)}}}function Qe(Me){for(;!Me.nextSibling;)if(Me=Me.parentNode,!Me)return;function tt(Mt,Ot){var Jt=Ot?Mt.cloneNode(!1):Mt,Ut=Mt.parentNode;if(Ut){var Te=tt(Ut,1),ce=Mt.nextSibling;Te.appendChild(Jt);for(var pe=ce;pe;pe=ce)ce=pe.nextSibling,Te.appendChild(pe)}return Jt}for(var Qt=tt(Me.nextSibling,0),rt;(rt=Qt.parentNode)&&rt.nodeType===1;)Qt=rt;Ge.push(Qt)}for(var St=0;St<Ge.length;++St)et(Ge[St]);ct===(ct|0)&&Ge[0].setAttribute("value",ct);var Ct=ye.createElement("ol");Ct.className="linenums";for(var lr=Math.max(0,ct-1|0)||0,St=0,or=Ge.length;St<or;++St)Oe=Ge[St],Oe.className="L"+(St+lr)%10,Oe.firstChild||Oe.appendChild(ye.createTextNode("\xA0")),Ct.appendChild(Oe);Je.appendChild(Ct)}function Lt(Je){var ct=/\bMSIE\s(\d+)/.exec(navigator.userAgent);ct=ct&&+ct[1]<=8;var at=/\n/g,Xe=Je.sourceCode,Ze=Xe.length,ye=0,Oe=Je.spans,Ge=Oe.length,et=0,Qe=Je.decorations,St=Qe.length,Ct=0;Qe[St]=Ze;var lr,or;for(or=lr=0;or<St;)Qe[or]!==Qe[or+2]?(Qe[lr++]=Qe[or++],Qe[lr++]=Qe[or++]):or+=2;for(St=lr,or=lr=0;or<St;){for(var Me=Qe[or],tt=Qe[or+1],Qt=or+2;Qt+2<=St&&Qe[Qt+1]===tt;)Qt+=2;Qe[lr++]=Me,Qe[lr++]=tt,or=Qt}St=Qe.length=lr;var rt=Je.sourceNode,Mt="";rt&&(Mt=rt.style.display,rt.style.display="none");try{for(var Ot=null;et<Ge;){var Jt=Oe[et],Ut=Oe[et+2]||Ze,Te=Qe[Ct+2]||Ze,Qt=Math.min(Ut,Te),ce=Oe[et+1],pe;if(ce.nodeType!==1&&(pe=Xe.substring(ye,Qt))){ct&&(pe=pe.replace(at,"\r")),ce.nodeValue=pe;var At=ce.ownerDocument,Ae=At.createElement("span");Ae.className=Qe[Ct+1];var ut=ce.parentNode;ut.replaceChild(Ae,ce),Ae.appendChild(ce),ye<Ut&&(Oe[et+1]=ce=At.createTextNode(Xe.substring(Qt,Ut)),ut.insertBefore(ce,Ae.nextSibling))}ye=Qt,ye>=Ut&&(et+=2),ye>=Te&&(Ct+=2)}}finally{rt&&(rt.style.display=Mt)}}var mt={};function wt(Je,ct){for(var at=ct.length;--at>=0;){var Xe=ct[at];mt.hasOwnProperty(Xe)?o.console&&console.warn("cannot override language handler %s",Xe):mt[Xe]=Je}}function Gt(Je,ct){return Je&&mt.hasOwnProperty(Je)||(Je=/^\s*</.test(ct)?"default-markup":"default-code"),mt[Je]}wt(We,["default-code"]),wt(Ee([],[[ie,/^[^<?]+/],[X,/^<!\w[^>]*(?:>|$)/],[K,/^<\!--[\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"]),wt(Ee([[ie,/^[\s]+/,null,` \r
`],[se,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,`"'`]],[[ue,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[$,/^(?!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"]),wt(Ee([],[[se,/^[\s\S]+/]]),["uq.val"]),wt(Pe({keywords:x,hashComments:!0,cStyleComments:!0,types:M}),["c","cc","cpp","cxx","cyc","m"]),wt(Pe({keywords:"null,true,false"}),["json"]),wt(Pe({keywords:y,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:M}),["cs"]),wt(Pe({keywords:p,cStyleComments:!0}),["java"]),wt(Pe({keywords:S,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]),wt(Pe({keywords:k,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]),wt(Pe({keywords:A,hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]),wt(Pe({keywords:R,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]),wt(Pe({keywords:b,cStyleComments:!0,regexLiterals:!0}),["javascript","js","ts","typescript"]),wt(Pe({keywords:m,hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]),wt(Ee([],[[B,/^[\s\S]+/]]),["regex"]);function Ft(Je){var ct=Je.langExtension;try{var at=Z(Je.sourceNode,Je.pre),Xe=at.sourceCode;Je.sourceCode=Xe,Je.spans=at.spans,Je.basePos=0,Gt(ct,Xe)(Je),Lt(Je)}catch(Ze){o.console&&console.log(Ze&&Ze.stack||Ze)}}function nr(Je,ct,at){var Xe=at||!1,Ze=ct||null,ye=document.createElement("div");ye.innerHTML="<pre>"+Je+"</pre>",ye=ye.firstChild,Xe&&Fe(ye,Xe,!0);var Oe={langExtension:Ze,numberLines:Xe,sourceNode:ye,pre:1,sourceCode:null,basePos:null,spans:null,decorations:null};return Ft(Oe),ye.innerHTML}function Ne(Je,ct){var at=ct||document.body,Xe=at.ownerDocument||document;function Ze(Jt){return at.getElementsByTagName(Jt)}for(var ye=[Ze("pre"),Ze("code"),Ze("xmp")],Oe=[],Ge=0;Ge<ye.length;++Ge)for(var et=0,Qe=ye[Ge].length;et<Qe;++et)Oe.push(ye[Ge][et]);ye=null;var St=Date;St.now||(St={now:function(){return+new Date}});var Ct=0,lr=/\blang(?:uage)?-([\w.]+)(?!\S)/,or=/\bprettyprint\b/,Me=/\bprettyprinted\b/,tt=/pre|xmp/i,Qt=/^code$/i,rt=/^(?:pre|code|xmp)$/i,Mt={};function Ot(){for(var Jt=o.PR_SHOULD_USE_CONTINUATION?St.now()+250:1/0;Ct<Oe.length&&St.now()<Jt;Ct++){for(var Ut=Oe[Ct],Te=Mt,ce=Ut;ce=ce.previousSibling;){var pe=ce.nodeType,At=(pe===7||pe===8)&&ce.nodeValue;if(At?!/^\??prettify\b/.test(At):pe!==3||/\S/.test(ce.nodeValue))break;if(At){Te={},At.replace(/\b(\w+)=([\w:.%+-]+)/g,function(vt,qr,sn){Te[qr]=sn});break}}var Ae=Ut.className;if((Te!==Mt||or.test(Ae))&&!Me.test(Ae)){for(var ut=!1,$t=Ut.parentNode;$t;$t=$t.parentNode){var yt=$t.tagName;if(rt.test(yt)&&$t.className&&or.test($t.className)){ut=!0;break}}if(!ut){Ut.className+=" prettyprinted";var Ce=Te.lang;if(!Ce){Ce=Ae.match(lr);var _t;!Ce&&(_t=me(Ut))&&Qt.test(_t.tagName)&&(Ce=_t.className.match(lr)),Ce&&(Ce=Ce[1])}var Ue;if(tt.test(Ut.tagName))Ue=1;else{var xe=Ut.currentStyle,dt=Xe.defaultView,Dt=xe?xe.whiteSpace:dt&&dt.getComputedStyle?dt.getComputedStyle(Ut,null).getPropertyValue("white-space"):0;Ue=Dt&&Dt.substring(0,3)==="pre"}var Be=Te.linenums;(Be=Be==="true"||+Be)||(Be=Ae.match(/\blinenums\b(?::(\d+))?/),Be=Be?Be[1]&&Be[1].length?+Be[1]:!0:!1),Be&&Fe(Ut,Be,Ue);var Dr={langExtension:Ce,sourceNode:Ut,numberLines:Be,pre:Ue,sourceCode:null,basePos:null,spans:null,decorations:null};Ft(Dr)}}}Ct<Oe.length?o.setTimeout(Ot,250):typeof Je=="function"&&Je()}Ot()}var ht=o.PR={createSimpleLexer:Ee,registerLangHandler:wt,sourceDecorator:Pe,PR_ATTRIB_NAME:$,PR_ATTRIB_VALUE:se,PR_COMMENT:K,PR_DECLARATION:X,PR_KEYWORD:N,PR_LITERAL:H,PR_NOCODE:ee,PR_PLAIN:ie,PR_PUNCTUATION:ae,PR_SOURCE:Y,PR_STRING:B,PR_TAG:ue,PR_TYPE:G,prettyPrintOne:r?o.prettyPrintOne=nr:c=nr,prettyPrint:f=r?o.prettyPrint=Ne:f=Ne},Rt=o.define;typeof Rt=="function"&&Rt.amd&&Rt("google-code-prettify",[],function(){return ht})})()},25769:function(d,g,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 A=document.execCommand("copy");if(!A)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 g="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(g.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((g.indexOf(r.charAt(l-1))&Math.pow(2,-2*c+8)-1)<<c*2|g.indexOf(r.charAt(l))>>>6-c*2);return i}};d.exports=e})()},84452:function(d,g,e){(function(r,i,l){d.exports=g=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=[],A=[];(function(){for(var S=[],I=0;I<256;I++)I<128?S[I]=I<<1:S[I]=I<<1^283;for(var M=0,B=0,I=0;I<256;I++){var N=B^B<<1^B<<2^B<<3^B<<4;N=N>>>8^N&255^99,o[M]=N,h[N]=M;var K=S[M],G=S[K],H=S[G],ae=S[N]*257^N*16843008;u[M]=ae<<24|ae>>>8,a[M]=ae<<16|ae>>>16,x[M]=ae<<8|ae>>>24,p[M]=ae;var ae=H*16843009^G*65537^K*257^M*16843008;y[N]=ae<<24|ae>>>8,m[N]=ae<<16|ae>>>16,b[N]=ae<<8|ae>>>24,A[N]=ae,M?(M=K^S[S[S[H^K]]],B^=S[S[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 S;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var I=this._keyPriorReset=this._key,M=I.words,B=I.sigBytes/4,N=this._nRounds=B+6,K=(N+1)*4,G=this._keySchedule=[],H=0;H<K;H++)H<B?G[H]=M[H]:(S=G[H-1],H%B?B>6&&H%B==4&&(S=o[S>>>24]<<24|o[S>>>16&255]<<16|o[S>>>8&255]<<8|o[S&255]):(S=S<<8|S>>>24,S=o[S>>>24]<<24|o[S>>>16&255]<<16|o[S>>>8&255]<<8|o[S&255],S^=k[H/B|0]<<24),G[H]=G[H-B]^S);for(var ae=this._invKeySchedule=[],ie=0;ie<K;ie++){var H=K-ie;if(ie%4)var S=G[H];else var S=G[H-4];ie<4||H<=4?ae[ie]=S:ae[ie]=y[o[S>>>24]]^m[o[S>>>16&255]]^b[o[S>>>8&255]]^A[o[S&255]]}}},encryptBlock:function(S,I){this._doCryptBlock(S,I,this._keySchedule,u,a,x,p,o)},decryptBlock:function(S,I){var M=S[I+1];S[I+1]=S[I+3],S[I+3]=M,this._doCryptBlock(S,I,this._invKeySchedule,y,m,b,A,h);var M=S[I+1];S[I+1]=S[I+3],S[I+3]=M},_doCryptBlock:function(S,I,M,B,N,K,G,H){for(var ae=this._nRounds,ie=S[I]^M[0],ue=S[I+1]^M[1],X=S[I+2]^M[2],Y=S[I+3]^M[3],$=4,se=1;se<ae;se++){var ee=B[ie>>>24]^N[ue>>>16&255]^K[X>>>8&255]^G[Y&255]^M[$++],J=B[ue>>>24]^N[X>>>16&255]^K[Y>>>8&255]^G[ie&255]^M[$++],le=B[X>>>24]^N[Y>>>16&255]^K[ie>>>8&255]^G[ue&255]^M[$++],Z=B[Y>>>24]^N[ie>>>16&255]^K[ue>>>8&255]^G[X&255]^M[$++];ie=ee,ue=J,X=le,Y=Z}var ee=(H[ie>>>24]<<24|H[ue>>>16&255]<<16|H[X>>>8&255]<<8|H[Y&255])^M[$++],J=(H[ue>>>24]<<24|H[X>>>16&255]<<16|H[Y>>>8&255]<<8|H[ie&255])^M[$++],le=(H[X>>>24]<<24|H[Y>>>16&255]<<16|H[ie>>>8&255]<<8|H[ue&255])^M[$++],Z=(H[Y>>>24]<<24|H[ie>>>16&255]<<16|H[ue>>>8&255]<<8|H[X&255])^M[$++];S[I]=ee,S[I+1]=J,S[I+2]=le,S[I+3]=Z},keySize:256/32});i.AES=c._createHelper(R)}(),r.AES})},93617:function(d,g,e){(function(r,i,l){d.exports=g=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,X){return this.create(this._ENC_XFORM_MODE,ue,X)},createDecryptor:function(ue,X){return this.create(this._DEC_XFORM_MODE,ue,X)},init:function(ue,X,Y){this.cfg=this.cfg.extend(Y),this._xformMode=ue,this._key=X,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 X=this._doFinalize();return X},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function ue(X){return typeof X=="string"?ie:G}return function(X){return{encrypt:function(Y,$,se){return ue($).encrypt(X,Y,$,se)},decrypt:function(Y,$,se){return ue($).decrypt(X,Y,$,se)}}}}()}),b=c.StreamCipher=m.extend({_doFinalize:function(){var ue=this._process(!0);return ue},blockSize:1}),A=l.mode={},k=c.BlockCipherMode=f.extend({createEncryptor:function(ue,X){return this.Encryptor.create(ue,X)},createDecryptor:function(ue,X){return this.Decryptor.create(ue,X)},init:function(ue,X){this._cipher=ue,this._iv=X}}),R=A.CBC=function(){var ue=k.extend();ue.Encryptor=ue.extend({processBlock:function(Y,$){var se=this._cipher,ee=se.blockSize;X.call(this,Y,$,ee),se.encryptBlock(Y,$),this._prevBlock=Y.slice($,$+ee)}}),ue.Decryptor=ue.extend({processBlock:function(Y,$){var se=this._cipher,ee=se.blockSize,J=Y.slice($,$+ee);se.decryptBlock(Y,$),X.call(this,Y,$,ee),this._prevBlock=J}});function X(Y,$,se){var ee,J=this._iv;J?(ee=J,this._iv=i):ee=this._prevBlock;for(var le=0;le<se;le++)Y[$+le]^=ee[le]}return ue}(),S=l.pad={},I=S.Pkcs7={pad:function(ue,X){for(var Y=X*4,$=Y-ue.sigBytes%Y,se=$<<24|$<<16|$<<8|$,ee=[],J=0;J<$;J+=4)ee.push(se);var le=o.create(ee,$);ue.concat(le)},unpad:function(ue){var X=ue.words[ue.sigBytes-1>>>2]&255;ue.sigBytes-=X}},M=c.BlockCipher=m.extend({cfg:m.cfg.extend({mode:R,padding:I}),reset:function(){var ue;m.reset.call(this);var X=this.cfg,Y=X.iv,$=X.mode;this._xformMode==this._ENC_XFORM_MODE?ue=$.createEncryptor:(ue=$.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==ue?this._mode.init(this,Y&&Y.words):(this._mode=ue.call($,this,Y&&Y.words),this._mode.__creator=ue)},_doProcessBlock:function(ue,X){this._mode.processBlock(ue,X)},_doFinalize:function(){var ue,X=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(X.pad(this._data,this.blockSize),ue=this._process(!0)):(ue=this._process(!0),X.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)}}),N=l.format={},K=N.OpenSSL={stringify:function(ue){var X,Y=ue.ciphertext,$=ue.salt;return $?X=o.create([1398893684,1701076831]).concat($).concat(Y):X=Y,X.toString(x)},parse:function(ue){var X,Y=x.parse(ue),$=Y.words;return $[0]==1398893684&&$[1]==1701076831&&(X=o.create($.slice(2,4)),$.splice(0,4),Y.sigBytes-=16),B.create({ciphertext:Y,salt:X})}},G=c.SerializableCipher=f.extend({cfg:f.extend({format:K}),encrypt:function(ue,X,Y,$){$=this.cfg.extend($);var se=ue.createEncryptor(Y,$),ee=se.finalize(X),J=se.cfg;return B.create({ciphertext:ee,key:Y,iv:J.iv,algorithm:ue,mode:J.mode,padding:J.padding,blockSize:ue.blockSize,formatter:$.format})},decrypt:function(ue,X,Y,$){$=this.cfg.extend($),X=this._parse(X,$.format);var se=ue.createDecryptor(Y,$).finalize(X.ciphertext);return se},_parse:function(ue,X){return typeof ue=="string"?X.parse(ue,this):ue}}),H=l.kdf={},ae=H.OpenSSL={execute:function(ue,X,Y,$){$||($=o.random(64/8));var se=y.create({keySize:X+Y}).compute(ue,$),ee=o.create(se.words.slice(X),Y*4);return se.sigBytes=X*4,B.create({key:se,iv:ee,salt:$})}},ie=c.PasswordBasedCipher=G.extend({cfg:G.cfg.extend({kdf:ae}),encrypt:function(ue,X,Y,$){$=this.cfg.extend($);var se=$.kdf.execute(Y,ue.keySize,ue.ivSize);$.iv=se.iv;var ee=G.encrypt.call(this,ue,X,se.key,$);return ee.mixIn(se),ee},decrypt:function(ue,X,Y,$){$=this.cfg.extend($),X=this._parse(X,$.format);var se=$.kdf.execute(Y,ue.keySize,ue.ivSize,X.salt);$.iv=se.iv;var ee=G.decrypt.call(this,ue,X,se.key,$);return ee}})}()})},52952:function(d,g,e){(function(r,i){d.exports=g=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(S){}var f=function(){if(c){if(typeof c.getRandomValues=="function")try{return c.getRandomValues(new Uint32Array(1))[0]}catch(S){}if(typeof c.randomBytes=="function")try{return c.randomBytes(4).readInt32LE()}catch(S){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function S(){}return function(I){var M;return S.prototype=I,M=new S,S.prototype=null,M}}(),h={},u=h.lib={},a=u.Base=function(){return{extend:function(S){var I=o(this);return S&&I.mixIn(S),(!I.hasOwnProperty("init")||this.init===I.init)&&(I.init=function(){I.$super.init.apply(this,arguments)}),I.init.prototype=I,I.$super=this,I},create:function(){var S=this.extend();return S.init.apply(S,arguments),S},init:function(){},mixIn:function(S){for(var I in S)S.hasOwnProperty(I)&&(this[I]=S[I]);S.hasOwnProperty("toString")&&(this.toString=S.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),x=u.WordArray=a.extend({init:function(S,I){S=this.words=S||[],I!=l?this.sigBytes=I:this.sigBytes=S.length*4},toString:function(S){return(S||y).stringify(this)},concat:function(S){var I=this.words,M=S.words,B=this.sigBytes,N=S.sigBytes;if(this.clamp(),B%4)for(var K=0;K<N;K++){var G=M[K>>>2]>>>24-K%4*8&255;I[B+K>>>2]|=G<<24-(B+K)%4*8}else for(var H=0;H<N;H+=4)I[B+H>>>2]=M[H>>>2];return this.sigBytes+=N,this},clamp:function(){var S=this.words,I=this.sigBytes;S[I>>>2]&=4294967295<<32-I%4*8,S.length=i.ceil(I/4)},clone:function(){var S=a.clone.call(this);return S.words=this.words.slice(0),S},random:function(S){for(var I=[],M=0;M<S;M+=4)I.push(f());return new x.init(I,S)}}),p=h.enc={},y=p.Hex={stringify:function(S){for(var I=S.words,M=S.sigBytes,B=[],N=0;N<M;N++){var K=I[N>>>2]>>>24-N%4*8&255;B.push((K>>>4).toString(16)),B.push((K&15).toString(16))}return B.join("")},parse:function(S){for(var I=S.length,M=[],B=0;B<I;B+=2)M[B>>>3]|=parseInt(S.substr(B,2),16)<<24-B%8*4;return new x.init(M,I/2)}},m=p.Latin1={stringify:function(S){for(var I=S.words,M=S.sigBytes,B=[],N=0;N<M;N++){var K=I[N>>>2]>>>24-N%4*8&255;B.push(String.fromCharCode(K))}return B.join("")},parse:function(S){for(var I=S.length,M=[],B=0;B<I;B++)M[B>>>2]|=(S.charCodeAt(B)&255)<<24-B%4*8;return new x.init(M,I)}},b=p.Utf8={stringify:function(S){try{return decodeURIComponent(escape(m.stringify(S)))}catch(I){throw new Error("Malformed UTF-8 data")}},parse:function(S){return m.parse(unescape(encodeURIComponent(S)))}},A=u.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new x.init,this._nDataBytes=0},_append:function(S){typeof S=="string"&&(S=b.parse(S)),this._data.concat(S),this._nDataBytes+=S.sigBytes},_process:function(S){var I,M=this._data,B=M.words,N=M.sigBytes,K=this.blockSize,G=K*4,H=N/G;S?H=i.ceil(H):H=i.max((H|0)-this._minBufferSize,0);var ae=H*K,ie=i.min(ae*4,N);if(ae){for(var ue=0;ue<ae;ue+=K)this._doProcessBlock(B,ue);I=B.splice(0,ae),M.sigBytes-=ie}return new x.init(I,ie)},clone:function(){var S=a.clone.call(this);return S._data=this._data.clone(),S},_minBufferSize:0}),k=u.Hasher=A.extend({cfg:a.extend(),init:function(S){this.cfg=this.cfg.extend(S),this.reset()},reset:function(){A.reset.call(this),this._doReset()},update:function(S){return this._append(S),this._process(),this},finalize:function(S){S&&this._append(S);var I=this._doFinalize();return I},blockSize:512/32,_createHelper:function(S){return function(I,M){return new S.init(M).finalize(I)}},_createHmacHelper:function(S){return function(I,M){return new R.HMAC.init(S,M).finalize(I)}}}),R=h.algo={};return h}(Math);return r})},35909:function(d,g,e){(function(r,i){d.exports=g=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,A=a[m+1>>>2]>>>24-(m+1)%4*8&255,k=a[m+2>>>2]>>>24-(m+2)%4*8&255,R=b<<16|A<<8|k,S=0;S<4&&m+S*.75<x;S++)y.push(p.charAt(R>>>6*(3-S)&63));var I=p.charAt(64);if(I)for(;y.length%4;)y.push(I);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,A=x[u.charCodeAt(m)]>>>6-m%4*2,k=b|A;p[y>>>2]|=k<<24-y%4*8,y++}return c.create(p,y)}}(),r.enc.Base64})},52695:function(d,g,e){(function(r,i){d.exports=g=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 A=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,S=A<<16|k<<8|R,I=0;I<4&&b+I*.75<p;I++)m.push(y.charAt(S>>>6*(3-I)&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 A=u.indexOf(b);A!==-1&&(x=A)}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,A=x[u.charCodeAt(m)]>>>6-m%4*2,k=b|A;p[y>>>2]|=k<<24-y%4*8,y++}return c.create(p,y)}}(),r.enc.Base64url})},73323:function(d,g,e){(function(r,i){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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(),A=b.words,k=y.keySize,R=y.iterations;A.length<k;){p&&m.update(p),p=m.update(a).finalize(x),m.reset();for(var S=1;S<R;S++)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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i){d.exports=g=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(),A=m.words,k=b.words,R=0;R<p;R++)A[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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i){d.exports=g=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,g,e){(function(r,i){d.exports=g=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,A){for(var k=0;k<16;k++){var R=A+k,S=b[R];b[R]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}var I=this._hash.words,M=b[A+0],B=b[A+1],N=b[A+2],K=b[A+3],G=b[A+4],H=b[A+5],ae=b[A+6],ie=b[A+7],ue=b[A+8],X=b[A+9],Y=b[A+10],$=b[A+11],se=b[A+12],ee=b[A+13],J=b[A+14],le=b[A+15],Z=I[0],U=I[1],ne=I[2],me=I[3];Z=x(Z,U,ne,me,M,7,u[0]),me=x(me,Z,U,ne,B,12,u[1]),ne=x(ne,me,Z,U,N,17,u[2]),U=x(U,ne,me,Z,K,22,u[3]),Z=x(Z,U,ne,me,G,7,u[4]),me=x(me,Z,U,ne,H,12,u[5]),ne=x(ne,me,Z,U,ae,17,u[6]),U=x(U,ne,me,Z,ie,22,u[7]),Z=x(Z,U,ne,me,ue,7,u[8]),me=x(me,Z,U,ne,X,12,u[9]),ne=x(ne,me,Z,U,Y,17,u[10]),U=x(U,ne,me,Z,$,22,u[11]),Z=x(Z,U,ne,me,se,7,u[12]),me=x(me,Z,U,ne,ee,12,u[13]),ne=x(ne,me,Z,U,J,17,u[14]),U=x(U,ne,me,Z,le,22,u[15]),Z=p(Z,U,ne,me,B,5,u[16]),me=p(me,Z,U,ne,ae,9,u[17]),ne=p(ne,me,Z,U,$,14,u[18]),U=p(U,ne,me,Z,M,20,u[19]),Z=p(Z,U,ne,me,H,5,u[20]),me=p(me,Z,U,ne,Y,9,u[21]),ne=p(ne,me,Z,U,le,14,u[22]),U=p(U,ne,me,Z,G,20,u[23]),Z=p(Z,U,ne,me,X,5,u[24]),me=p(me,Z,U,ne,J,9,u[25]),ne=p(ne,me,Z,U,K,14,u[26]),U=p(U,ne,me,Z,ue,20,u[27]),Z=p(Z,U,ne,me,ee,5,u[28]),me=p(me,Z,U,ne,N,9,u[29]),ne=p(ne,me,Z,U,ie,14,u[30]),U=p(U,ne,me,Z,se,20,u[31]),Z=y(Z,U,ne,me,H,4,u[32]),me=y(me,Z,U,ne,ue,11,u[33]),ne=y(ne,me,Z,U,$,16,u[34]),U=y(U,ne,me,Z,J,23,u[35]),Z=y(Z,U,ne,me,B,4,u[36]),me=y(me,Z,U,ne,G,11,u[37]),ne=y(ne,me,Z,U,ie,16,u[38]),U=y(U,ne,me,Z,Y,23,u[39]),Z=y(Z,U,ne,me,ee,4,u[40]),me=y(me,Z,U,ne,M,11,u[41]),ne=y(ne,me,Z,U,K,16,u[42]),U=y(U,ne,me,Z,ae,23,u[43]),Z=y(Z,U,ne,me,X,4,u[44]),me=y(me,Z,U,ne,se,11,u[45]),ne=y(ne,me,Z,U,le,16,u[46]),U=y(U,ne,me,Z,N,23,u[47]),Z=m(Z,U,ne,me,M,6,u[48]),me=m(me,Z,U,ne,ie,10,u[49]),ne=m(ne,me,Z,U,J,15,u[50]),U=m(U,ne,me,Z,H,21,u[51]),Z=m(Z,U,ne,me,se,6,u[52]),me=m(me,Z,U,ne,K,10,u[53]),ne=m(ne,me,Z,U,Y,15,u[54]),U=m(U,ne,me,Z,B,21,u[55]),Z=m(Z,U,ne,me,ue,6,u[56]),me=m(me,Z,U,ne,le,10,u[57]),ne=m(ne,me,Z,U,ae,15,u[58]),U=m(U,ne,me,Z,ee,21,u[59]),Z=m(Z,U,ne,me,G,6,u[60]),me=m(me,Z,U,ne,$,10,u[61]),ne=m(ne,me,Z,U,N,15,u[62]),U=m(U,ne,me,Z,X,21,u[63]),I[0]=I[0]+Z|0,I[1]=I[1]+U|0,I[2]=I[2]+ne|0,I[3]=I[3]+me|0},_doFinalize:function(){var b=this._data,A=b.words,k=this._nDataBytes*8,R=b.sigBytes*8;A[R>>>5]|=128<<24-R%32;var S=i.floor(k/4294967296),I=k;A[(R+64>>>9<<4)+15]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,A[(R+64>>>9<<4)+14]=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360,b.sigBytes=(A.length+1)*4,this._process();for(var M=this._hash,B=M.words,N=0;N<4;N++){var K=B[N];B[N]=(K<<8|K>>>24)&16711935|(K<<24|K>>>8)&4278255360}return M},clone:function(){var b=o.clone.call(this);return b._hash=this._hash.clone(),b}});function x(b,A,k,R,S,I,M){var B=b+(A&k|~A&R)+S+M;return(B<<I|B>>>32-I)+A}function p(b,A,k,R,S,I,M){var B=b+(A&R|k&~R)+S+M;return(B<<I|B>>>32-I)+A}function y(b,A,k,R,S,I,M){var B=b+(A^k^R)+S+M;return(B<<I|B>>>32-I)+A}function m(b,A,k,R,S,I,M){var B=b+(k^(A|~R))+S+M;return(B<<I|B>>>32-I)+A}l.MD5=o._createHelper(a),l.HmacMD5=o._createHmacHelper(a)}(Math),r.MD5})},2882:function(d,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=i(e(52952),e(93617))})(this,function(r){return r.pad.NoPadding={pad:function(){},unpad:function(){}},r.pad.NoPadding})},10265:function(d,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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(),A=f.create([1]),k=b.words,R=A.words,S=y.keySize,I=y.iterations;k.length<S;){var M=m.update(p).finalize(A);m.reset();for(var B=M.words,N=B.length,K=M,G=1;G<I;G++){K=m.finalize(K),m.reset();for(var H=K.words,ae=0;ae<N;ae++)B[ae]^=H[ae]}b.concat(M),R[0]++}return b.sigBytes=S*4,b}});i.PBKDF2=function(x,p,y){return a.create(y).compute(x,p)}}(),r.PBKDF2})},35308:function(d,g,e){(function(r,i,l){d.exports=g=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 A=0;A<4;A++)x.call(this);for(var A=0;A<8;A++)b[A]^=m[A+4&7];if(y){var k=y.words,R=k[0],S=k[1],I=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,M=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,B=I>>>16|M&4294901760,N=M<<16|I&65535;b[0]^=I,b[1]^=B,b[2]^=M,b[3]^=N,b[4]^=I,b[5]^=B,b[6]^=M,b[7]^=N;for(var A=0;A<4;A++)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],A=b&65535,k=b>>>16,R=((A*A>>>17)+A*k>>>15)+k*k,S=((b&4294901760)*b|0)+((b&65535)*b|0);u[m]=R^S}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,g,e){(function(r,i,l){d.exports=g=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],A=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++)A[m]^=b[m+4&7];if(y){var k=y.words,R=k[0],S=k[1],I=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,M=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,B=I>>>16|M&4294901760,N=M<<16|I&65535;A[0]^=I,A[1]^=B,A[2]^=M,A[3]^=N,A[4]^=I,A[5]^=B,A[6]^=M,A[7]^=N;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],A=b&65535,k=b>>>16,R=((A*A>>>17)+A*k>>>15)+k*k,S=((b&4294901760)*b|0)+((b&65535)*b|0);u[m]=R^S}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,g,e){(function(r,i,l){d.exports=g=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 A=m%p,k=x[A>>>2]>>>24-A%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,g,e){(function(r,i){d.exports=g=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,N){for(var K=0;K<16;K++){var G=N+K,H=B[G];B[G]=(H<<8|H>>>24)&16711935|(H<<24|H>>>8)&4278255360}var ae=this._hash.words,ie=y.words,ue=m.words,X=u.words,Y=a.words,$=x.words,se=p.words,ee,J,le,Z,U,ne,me,Ee,Pe,We;ne=ee=ae[0],me=J=ae[1],Ee=le=ae[2],Pe=Z=ae[3],We=U=ae[4];for(var Fe,K=0;K<80;K+=1)Fe=ee+B[N+X[K]]|0,K<16?Fe+=A(J,le,Z)+ie[0]:K<32?Fe+=k(J,le,Z)+ie[1]:K<48?Fe+=R(J,le,Z)+ie[2]:K<64?Fe+=S(J,le,Z)+ie[3]:Fe+=I(J,le,Z)+ie[4],Fe=Fe|0,Fe=M(Fe,$[K]),Fe=Fe+U|0,ee=U,U=Z,Z=M(le,10),le=J,J=Fe,Fe=ne+B[N+Y[K]]|0,K<16?Fe+=I(me,Ee,Pe)+ue[0]:K<32?Fe+=S(me,Ee,Pe)+ue[1]:K<48?Fe+=R(me,Ee,Pe)+ue[2]:K<64?Fe+=k(me,Ee,Pe)+ue[3]:Fe+=A(me,Ee,Pe)+ue[4],Fe=Fe|0,Fe=M(Fe,se[K]),Fe=Fe+We|0,ne=We,We=Pe,Pe=M(Ee,10),Ee=me,me=Fe;Fe=ae[1]+le+Pe|0,ae[1]=ae[2]+Z+We|0,ae[2]=ae[3]+U+ne|0,ae[3]=ae[4]+ee+me|0,ae[4]=ae[0]+J+Ee|0,ae[0]=Fe},_doFinalize:function(){var B=this._data,N=B.words,K=this._nDataBytes*8,G=B.sigBytes*8;N[G>>>5]|=128<<24-G%32,N[(G+64>>>9<<4)+14]=(K<<8|K>>>24)&16711935|(K<<24|K>>>8)&4278255360,B.sigBytes=(N.length+1)*4,this._process();for(var H=this._hash,ae=H.words,ie=0;ie<5;ie++){var ue=ae[ie];ae[ie]=(ue<<8|ue>>>24)&16711935|(ue<<24|ue>>>8)&4278255360}return H},clone:function(){var B=o.clone.call(this);return B._hash=this._hash.clone(),B}});function A(B,N,K){return B^N^K}function k(B,N,K){return B&N|~B&K}function R(B,N,K){return(B|~N)^K}function S(B,N,K){return B&K|N&~K}function I(B,N,K){return B^(N|~K)}function M(B,N){return B<<N|B>>>32-N}l.RIPEMD160=o._createHelper(b),l.HmacRIPEMD160=o._createHmacHelper(b)}(Math),r.RIPEMD160})},49479:function(d,g,e){(function(r,i){d.exports=g=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],A=p[3],k=p[4],R=0;R<80;R++){if(R<16)h[R]=a[x+R]|0;else{var S=h[R-3]^h[R-8]^h[R-14]^h[R-16];h[R]=S<<1|S>>>31}var I=(y<<5|y>>>27)+k+h[R];R<20?I+=(m&b|~m&A)+1518500249:R<40?I+=(m^b^A)+1859775393:R<60?I+=(m&b|m&A|b&A)-1894007588:I+=(m^b^A)-899497514,k=A,A=b,b=m<<30|m>>>2,m=y,y=I}p[0]=p[0]+y|0,p[1]=p[1]+m|0,p[2]=p[2]+b|0,p[3]=p[3]+A|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,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i){d.exports=g=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),S=2;S<=R;S++)if(!(k%S))return!1;return!0}function m(k){return(k-(k|0))*4294967296|0}for(var b=2,A=0;A<64;)y(b)&&(A<8&&(u[A]=m(i.pow(b,.5))),a[A]=m(i.pow(b,.3333333333333333)),A++),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,A=b[0],k=b[1],R=b[2],S=b[3],I=b[4],M=b[5],B=b[6],N=b[7],K=0;K<64;K++){if(K<16)x[K]=y[m+K]|0;else{var G=x[K-15],H=(G<<25|G>>>7)^(G<<14|G>>>18)^G>>>3,ae=x[K-2],ie=(ae<<15|ae>>>17)^(ae<<13|ae>>>19)^ae>>>10;x[K]=H+x[K-7]+ie+x[K-16]}var ue=I&M^~I&B,X=A&k^A&R^k&R,Y=(A<<30|A>>>2)^(A<<19|A>>>13)^(A<<10|A>>>22),$=(I<<26|I>>>6)^(I<<21|I>>>11)^(I<<7|I>>>25),se=N+$+ue+a[K]+x[K],ee=Y+X;N=B,B=M,M=I,I=S+se|0,S=R,R=k,k=A,A=se+ee|0}b[0]=b[0]+A|0,b[1]=b[1]+k|0,b[2]=b[2]+R|0,b[3]=b[3]+S|0,b[4]=b[4]+I|0,b[5]=b[5]+M|0,b[6]=b[6]+B|0,b[7]=b[7]+N|0},_doFinalize:function(){var y=this._data,m=y.words,b=this._nDataBytes*8,A=y.sigBytes*8;return m[A>>>5]|=128<<24-A%32,m[(A+64>>>9<<4)+14]=i.floor(b/4294967296),m[(A+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,g,e){(function(r,i,l){d.exports=g=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 A=1,k=0,R=0;R<24;R++){x[A+5*k]=(R+1)*(R+2)/2%64;var S=k%5,I=(2*A+3*k)%5;A=S,k=I}for(var A=0;A<5;A++)for(var k=0;k<5;k++)p[A+5*k]=k+(2*A+3*k)%5*5;for(var M=1,B=0;B<24;B++){for(var N=0,K=0,G=0;G<7;G++){if(M&1){var H=(1<<G)-1;H<32?K^=1<<H:N^=1<<H-32}M&128?M=M<<1^113:M<<=1}y[B]=u.create(N,K)}})();var m=[];(function(){for(var A=0;A<25;A++)m[A]=u.create()})();var b=a.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var A=this._state=[],k=0;k<25;k++)A[k]=new u.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(A,k){for(var R=this._state,S=this.blockSize/2,I=0;I<S;I++){var M=A[k+2*I],B=A[k+2*I+1];M=(M<<8|M>>>24)&16711935|(M<<24|M>>>8)&4278255360,B=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360;var N=R[I];N.high^=B,N.low^=M}for(var K=0;K<24;K++){for(var G=0;G<5;G++){for(var H=0,ae=0,ie=0;ie<5;ie++){var N=R[G+5*ie];H^=N.high,ae^=N.low}var ue=m[G];ue.high=H,ue.low=ae}for(var G=0;G<5;G++)for(var X=m[(G+4)%5],Y=m[(G+1)%5],$=Y.high,se=Y.low,H=X.high^($<<1|se>>>31),ae=X.low^(se<<1|$>>>31),ie=0;ie<5;ie++){var N=R[G+5*ie];N.high^=H,N.low^=ae}for(var ee=1;ee<25;ee++){var H,ae,N=R[ee],J=N.high,le=N.low,Z=x[ee];Z<32?(H=J<<Z|le>>>32-Z,ae=le<<Z|J>>>32-Z):(H=le<<Z-32|J>>>64-Z,ae=J<<Z-32|le>>>64-Z);var U=m[p[ee]];U.high=H,U.low=ae}var ne=m[0],me=R[0];ne.high=me.high,ne.low=me.low;for(var G=0;G<5;G++)for(var ie=0;ie<5;ie++){var ee=G+5*ie,N=R[ee],Ee=m[ee],Pe=m[(G+1)%5+5*ie],We=m[(G+2)%5+5*ie];N.high=Ee.high^~Pe.high&We.high,N.low=Ee.low^~Pe.low&We.low}var N=R[0],Fe=y[K];N.high^=Fe.high,N.low^=Fe.low}},_doFinalize:function(){var A=this._data,k=A.words,R=this._nDataBytes*8,S=A.sigBytes*8,I=this.blockSize*32;k[S>>>5]|=1<<24-S%32,k[(i.ceil((S+1)/I)*I>>>5)-1]|=128,A.sigBytes=k.length*4,this._process();for(var M=this._state,B=this.cfg.outputLength/8,N=B/8,K=[],G=0;G<N;G++){var H=M[G],ae=H.high,ie=H.low;ae=(ae<<8|ae>>>24)&16711935|(ae<<24|ae>>>8)&4278255360,ie=(ie<<8|ie>>>24)&16711935|(ie<<24|ie>>>8)&4278255360,K.push(ie),K.push(ae)}return new f.init(K,B)},clone:function(){for(var A=o.clone.call(this),k=A._state=this._state.slice(0),R=0;R<25;R++)k[R]=k[R].clone();return A}});l.SHA3=o._createHelper(b),l.HmacSHA3=o._createHmacHelper(b)}(Math),r.SHA3})},82307:function(d,g,e){(function(r,i,l){d.exports=g=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,g,e){(function(r,i,l){d.exports=g=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 A=this._hash.words,k=A[0],R=A[1],S=A[2],I=A[3],M=A[4],B=A[5],N=A[6],K=A[7],G=k.high,H=k.low,ae=R.high,ie=R.low,ue=S.high,X=S.low,Y=I.high,$=I.low,se=M.high,ee=M.low,J=B.high,le=B.low,Z=N.high,U=N.low,ne=K.high,me=K.low,Ee=G,Pe=H,We=ae,Fe=ie,Lt=ue,mt=X,wt=Y,Gt=$,Ft=se,nr=ee,Ne=J,ht=le,Rt=Z,Je=U,ct=ne,at=me,Xe=0;Xe<80;Xe++){var Ze,ye,Oe=p[Xe];if(Xe<16)ye=Oe.high=m[b+Xe*2]|0,Ze=Oe.low=m[b+Xe*2+1]|0;else{var Ge=p[Xe-15],et=Ge.high,Qe=Ge.low,St=(et>>>1|Qe<<31)^(et>>>8|Qe<<24)^et>>>7,Ct=(Qe>>>1|et<<31)^(Qe>>>8|et<<24)^(Qe>>>7|et<<25),lr=p[Xe-2],or=lr.high,Me=lr.low,tt=(or>>>19|Me<<13)^(or<<3|Me>>>29)^or>>>6,Qt=(Me>>>19|or<<13)^(Me<<3|or>>>29)^(Me>>>6|or<<26),rt=p[Xe-7],Mt=rt.high,Ot=rt.low,Jt=p[Xe-16],Ut=Jt.high,Te=Jt.low;Ze=Ct+Ot,ye=St+Mt+(Ze>>>0<Ct>>>0?1:0),Ze=Ze+Qt,ye=ye+tt+(Ze>>>0<Qt>>>0?1:0),Ze=Ze+Te,ye=ye+Ut+(Ze>>>0<Te>>>0?1:0),Oe.high=ye,Oe.low=Ze}var ce=Ft&Ne^~Ft&Rt,pe=nr&ht^~nr&Je,At=Ee&We^Ee&Lt^We&Lt,Ae=Pe&Fe^Pe&mt^Fe&mt,ut=(Ee>>>28|Pe<<4)^(Ee<<30|Pe>>>2)^(Ee<<25|Pe>>>7),$t=(Pe>>>28|Ee<<4)^(Pe<<30|Ee>>>2)^(Pe<<25|Ee>>>7),yt=(Ft>>>14|nr<<18)^(Ft>>>18|nr<<14)^(Ft<<23|nr>>>9),Ce=(nr>>>14|Ft<<18)^(nr>>>18|Ft<<14)^(nr<<23|Ft>>>9),_t=x[Xe],Ue=_t.high,xe=_t.low,dt=at+Ce,Dt=ct+yt+(dt>>>0<at>>>0?1:0),dt=dt+pe,Dt=Dt+ce+(dt>>>0<pe>>>0?1:0),dt=dt+xe,Dt=Dt+Ue+(dt>>>0<xe>>>0?1:0),dt=dt+Ze,Dt=Dt+ye+(dt>>>0<Ze>>>0?1:0),Be=$t+Ae,Dr=ut+At+(Be>>>0<$t>>>0?1:0);ct=Rt,at=Je,Rt=Ne,Je=ht,Ne=Ft,ht=nr,nr=Gt+dt|0,Ft=wt+Dt+(nr>>>0<Gt>>>0?1:0)|0,wt=Lt,Gt=mt,Lt=We,mt=Fe,We=Ee,Fe=Pe,Pe=dt+Be|0,Ee=Dt+Dr+(Pe>>>0<dt>>>0?1:0)|0}H=k.low=H+Pe,k.high=G+Ee+(H>>>0<Pe>>>0?1:0),ie=R.low=ie+Fe,R.high=ae+We+(ie>>>0<Fe>>>0?1:0),X=S.low=X+mt,S.high=ue+Lt+(X>>>0<mt>>>0?1:0),$=I.low=$+Gt,I.high=Y+wt+($>>>0<Gt>>>0?1:0),ee=M.low=ee+nr,M.high=se+Ft+(ee>>>0<nr>>>0?1:0),le=B.low=le+ht,B.high=J+Ne+(le>>>0<ht>>>0?1:0),U=N.low=U+Je,N.high=Z+Rt+(U>>>0<Je>>>0?1:0),me=K.low=me+at,K.high=ne+ct+(me>>>0<at>>>0?1:0)},_doFinalize:function(){var m=this._data,b=m.words,A=this._nDataBytes*8,k=m.sigBytes*8;b[k>>>5]|=128<<24-k%32,b[(k+128>>>10<<5)+30]=Math.floor(A/4294967296),b[(k+128>>>10<<5)+31]=A,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,g,e){(function(r,i,l){d.exports=g=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,S=[],I=0;I<56;I++){var M=h[I]-1;S[I]=R[M>>>5]>>>31-M%32&1}for(var B=this._subKeys=[],N=0;N<16;N++){for(var K=B[N]=[],G=a[N],I=0;I<24;I++)K[I/6|0]|=S[(u[I]-1+G)%28]<<31-I%6,K[4+(I/6|0)]|=S[28+(u[I+24]-1+G)%28]<<31-I%6;K[0]=K[0]<<1|K[0]>>>31;for(var I=1;I<7;I++)K[I]=K[I]>>>(I-1)*4+3;K[7]=K[7]<<5|K[7]>>>27}for(var H=this._invSubKeys=[],I=0;I<16;I++)H[I]=B[15-I]},encryptBlock:function(k,R){this._doCryptBlock(k,R,this._subKeys)},decryptBlock:function(k,R){this._doCryptBlock(k,R,this._invSubKeys)},_doCryptBlock:function(k,R,S){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 I=0;I<16;I++){for(var M=S[I],B=this._lBlock,N=this._rBlock,K=0,G=0;G<8;G++)K|=x[G][((N^M[G])&p[G])>>>0];this._lBlock=N,this._rBlock=B^K}var H=this._lBlock;this._lBlock=this._rBlock,this._rBlock=H,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 S=(this._lBlock>>>k^this._rBlock)&R;this._rBlock^=S,this._lBlock^=S<<k}function b(k,R){var S=(this._rBlock>>>k^this._lBlock)&R;this._lBlock^=S,this._rBlock^=S<<k}i.DES=f._createHelper(y);var A=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 S=R.slice(0,2),I=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(S)),this._des2=y.createEncryptor(c.create(I)),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(A)}(),r.TripleDES})},41988:function(d,g,e){(function(r,i){d.exports=g=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,g,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}},66649:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";var g=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,A={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"],X=ie%100;return"["+ie+(ue[(X-20)%10]||ue[X]||ue[0])+"]"}},k=function(ie,ue,X){var Y=String(ie);return!Y||Y.length>=ue?ie:""+Array(ue+1-Y.length).join(X)+ie},R={s:k,z:function(ie){var ue=-ie.utcOffset(),X=Math.abs(ue),Y=Math.floor(X/60),$=X%60;return(ue<=0?"+":"-")+k(Y,2,"0")+":"+k($,2,"0")},m:function ie(ue,X){if(ue.date()<X.date())return-ie(X,ue);var Y=12*(X.year()-ue.year())+(X.month()-ue.month()),$=ue.clone().add(Y,u),se=X-$<0,ee=ue.clone().add(Y+(se?-1:1),u);return+(-(Y+(X-$)/(se?$-ee:ee-$))||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}},S="en",I={};I[S]=A;var M="$isDayjsObject",B=function(ie){return ie instanceof H||!(!ie||!ie[M])},N=function ie(ue,X,Y){var $;if(!ue)return S;if(typeof ue=="string"){var se=ue.toLowerCase();I[se]&&($=se),X&&(I[se]=X,$=se);var ee=ue.split("-");if(!$&&ee.length>1)return ie(ee[0])}else{var J=ue.name;I[J]=ue,$=J}return!Y&&$&&(S=$),$||!Y&&S},K=function(ie,ue){if(B(ie))return ie.clone();var X=typeof ue=="object"?ue:{};return X.date=ie,X.args=arguments,new H(X)},G=R;G.l=N,G.i=B,G.w=function(ie,ue){return K(ie,{locale:ue.$L,utc:ue.$u,x:ue.$x,$offset:ue.$offset})};var H=function(){function ie(X){this.$L=N(X.locale,null,!0),this.parse(X),this.$x=this.$x||X.x||{},this[M]=!0}var ue=ie.prototype;return ue.parse=function(X){this.$d=function(Y){var $=Y.date,se=Y.utc;if($===null)return new Date(NaN);if(G.u($))return new Date;if($ instanceof Date)return new Date($);if(typeof $=="string"&&!/Z$/i.test($)){var ee=$.match(m);if(ee){var J=ee[2]-1||0,le=(ee[7]||"0").substring(0,3);return se?new Date(Date.UTC(ee[1],J,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,le)):new Date(ee[1],J,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,le)}}return new Date($)}(X),this.init()},ue.init=function(){var X=this.$d;this.$y=X.getFullYear(),this.$M=X.getMonth(),this.$D=X.getDate(),this.$W=X.getDay(),this.$H=X.getHours(),this.$m=X.getMinutes(),this.$s=X.getSeconds(),this.$ms=X.getMilliseconds()},ue.$utils=function(){return G},ue.isValid=function(){return this.$d.toString()!==y},ue.isSame=function(X,Y){var $=K(X);return this.startOf(Y)<=$&&$<=this.endOf(Y)},ue.isAfter=function(X,Y){return K(X)<this.startOf(Y)},ue.isBefore=function(X,Y){return this.endOf(Y)<K(X)},ue.$g=function(X,Y,$){return G.u(X)?this[Y]:this.set($,X)},ue.unix=function(){return Math.floor(this.valueOf()/1e3)},ue.valueOf=function(){return this.$d.getTime()},ue.startOf=function(X,Y){var $=this,se=!!G.u(Y)||Y,ee=G.p(X),J=function(We,Fe){var Lt=G.w($.$u?Date.UTC($.$y,Fe,We):new Date($.$y,Fe,We),$);return se?Lt:Lt.endOf(o)},le=function(We,Fe){return G.w($.toDate()[We].apply($.toDate("s"),(se?[0,0,0,0]:[23,59,59,999]).slice(Fe)),$)},Z=this.$W,U=this.$M,ne=this.$D,me="set"+(this.$u?"UTC":"");switch(ee){case x:return se?J(1,0):J(31,11);case u:return se?J(1,U):J(0,U+1);case h:var Ee=this.$locale().weekStart||0,Pe=(Z<Ee?Z+7:Z)-Ee;return J(se?ne-Pe:ne+(6-Pe),U);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(X){return this.startOf(X,!1)},ue.$set=function(X,Y){var $,se=G.p(X),ee="set"+(this.$u?"UTC":""),J=($={},$[o]=ee+"Date",$[p]=ee+"Date",$[u]=ee+"Month",$[x]=ee+"FullYear",$[f]=ee+"Hours",$[c]=ee+"Minutes",$[l]=ee+"Seconds",$[i]=ee+"Milliseconds",$)[se],le=se===o?this.$D+(Y-this.$W):Y;if(se===u||se===x){var Z=this.clone().set(p,1);Z.$d[J](le),Z.init(),this.$d=Z.set(p,Math.min(this.$D,Z.daysInMonth())).$d}else J&&this.$d[J](le);return this.init(),this},ue.set=function(X,Y){return this.clone().$set(X,Y)},ue.get=function(X){return this[G.p(X)]()},ue.add=function(X,Y){var $,se=this;X=Number(X);var ee=G.p(Y),J=function(U){var ne=K(se);return G.w(ne.date(ne.date()+Math.round(U*X)),se)};if(ee===u)return this.set(u,this.$M+X);if(ee===x)return this.set(x,this.$y+X);if(ee===o)return J(1);if(ee===h)return J(7);var le=($={},$[c]=e,$[f]=r,$[l]=g,$)[ee]||1,Z=this.$d.getTime()+X*le;return G.w(Z,this)},ue.subtract=function(X,Y){return this.add(-1*X,Y)},ue.format=function(X){var Y=this,$=this.$locale();if(!this.isValid())return $.invalidDate||y;var se=X||"YYYY-MM-DDTHH:mm:ssZ",ee=G.z(this),J=this.$H,le=this.$m,Z=this.$M,U=$.weekdays,ne=$.months,me=$.meridiem,Ee=function(Fe,Lt,mt,wt){return Fe&&(Fe[Lt]||Fe(Y,se))||mt[Lt].slice(0,wt)},Pe=function(Fe){return G.s(J%12||12,Fe,"0")},We=me||function(Fe,Lt,mt){var wt=Fe<12?"AM":"PM";return mt?wt.toLowerCase():wt};return se.replace(b,function(Fe,Lt){return Lt||function(mt){switch(mt){case"YY":return String(Y.$y).slice(-2);case"YYYY":return G.s(Y.$y,4,"0");case"M":return Z+1;case"MM":return G.s(Z+1,2,"0");case"MMM":return Ee($.monthsShort,Z,ne,3);case"MMMM":return Ee(ne,Z);case"D":return Y.$D;case"DD":return G.s(Y.$D,2,"0");case"d":return String(Y.$W);case"dd":return Ee($.weekdaysMin,Y.$W,U,2);case"ddd":return Ee($.weekdaysShort,Y.$W,U,3);case"dddd":return U[Y.$W];case"H":return String(J);case"HH":return G.s(J,2,"0");case"h":return Pe(1);case"hh":return Pe(2);case"a":return We(J,le,!0);case"A":return We(J,le,!1);case"m":return String(le);case"mm":return G.s(le,2,"0");case"s":return String(Y.$s);case"ss":return G.s(Y.$s,2,"0");case"SSS":return G.s(Y.$ms,3,"0");case"Z":return ee}return null}(Fe)||ee.replace(":","")})},ue.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},ue.diff=function(X,Y,$){var se,ee=this,J=G.p(Y),le=K(X),Z=(le.utcOffset()-this.utcOffset())*e,U=this-le,ne=function(){return G.m(ee,le)};switch(J){case x:se=ne()/12;break;case u:se=ne();break;case a:se=ne()/3;break;case h:se=(U-Z)/6048e5;break;case o:se=(U-Z)/864e5;break;case f:se=U/r;break;case c:se=U/e;break;case l:se=U/g;break;default:se=U}return $?se:G.a(se)},ue.daysInMonth=function(){return this.endOf(u).$D},ue.$locale=function(){return I[this.$L]},ue.locale=function(X,Y){if(!X)return this.$L;var $=this.clone(),se=N(X,Y,!0);return se&&($.$L=se),$},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=H.prototype;return K.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])}}),K.extend=function(ie,ue){return ie.$i||(ie(ue,H,K),ie.$i=!0),K},K.locale=N,K.isDayjs=B,K.unix=function(ie){return K(1e3*ie)},K.en=I[S],K.Ls=I,K.p={},K})},13007:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return{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(g){var e=["th","st","nd","rd"],r=g%100;return"["+g+(e[(r-20)%10]||e[r]||e[0])+"]"}}})},13477:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,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)}}})},64796:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";var g={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 A=b.match(/([+-]|\d\d)/g),k=60*A[1]+(+A[2]||0);return k===0?0:A[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 A,k=f.meridiem;if(k){for(var R=1;R<=24;R+=1)if(m.indexOf(k(R,0,b))>-1){A=R>12;break}}else A=m===(b?"pm":"PM");return A},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,A=m.match(/\d+/);if(this.day=A[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"),A=(a("monthsShort")||b.map(function(k){return k.slice(0,3)})).indexOf(m)+1;if(A<1)throw new Error;this.month=A%12||A}],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,A;b=m,A=f&&f.formats;for(var k=(m=b.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(K,G,H){var ae=H&&H.toUpperCase();return G||A[H]||g[H]||A[ae].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(ie,ue,X){return ue||X.slice(1)})})).match(e),R=k.length,S=0;S<R;S+=1){var I=k[S],M=p[I],B=M&&M[0],N=M&&M[1];k[S]=N?{regex:B,parser:N}:I.replace(/^\[|\]$/g,"")}return function(K){for(var G={},H=0,ae=0;H<R;H+=1){var ie=k[H];if(typeof ie=="string")ae+=ie.length;else{var ue=ie.regex,X=ie.parser,Y=K.slice(ae),$=ue.exec(Y)[0];X.call(G,$),K=K.replace($,"")}}return function(se){var ee=se.afternoon;if(ee!==void 0){var J=se.hours;ee?J<12&&(se.hours+=12):J===12&&(se.hours=0),delete se.afternoon}}(G),G}}return function(m,b,A){A.p.customParseFormat=!0,m&&m.parseTwoDigitYear&&(o=m.parseTwoDigitYear);var k=b.prototype,R=k.parse;k.parse=function(S){var I=S.date,M=S.utc,B=S.args;this.$u=M;var N=B[1];if(typeof N=="string"){var K=B[2]===!0,G=B[3]===!0,H=K||G,ae=B[2];G&&(ae=B[2]),f=this.$locale(),!K&&ae&&(f=A.Ls[ae]),this.$d=function(Y,$,se,ee){try{if(["x","X"].indexOf($)>-1)return new Date(($==="X"?1e3:1)*Y);var J=y($)(Y),le=J.year,Z=J.month,U=J.day,ne=J.hours,me=J.minutes,Ee=J.seconds,Pe=J.milliseconds,We=J.zone,Fe=J.week,Lt=new Date,mt=U||(le||Z?1:Lt.getDate()),wt=le||Lt.getFullYear(),Gt=0;le&&!Z||(Gt=Z>0?Z-1:Lt.getMonth());var Ft,nr=ne||0,Ne=me||0,ht=Ee||0,Rt=Pe||0;return We?new Date(Date.UTC(wt,Gt,mt,nr,Ne,ht,Rt+60*We.offset*1e3)):se?new Date(Date.UTC(wt,Gt,mt,nr,Ne,ht,Rt)):(Ft=new Date(wt,Gt,mt,nr,Ne,ht,Rt),Fe&&(Ft=ee(Ft).week(Fe).toDate()),Ft)}catch(Je){return new Date("")}}(I,N,M,A),this.init(),ae&&ae!==!0&&(this.$L=this.locale(ae).$L),H&&I!=this.format(N)&&(this.$d=new Date("")),f={}}else if(N instanceof Array)for(var ie=N.length,ue=1;ue<=ie;ue+=1){B[1]=N[ue-1];var X=A.apply(this,B);if(X.isValid()){this.$d=X.$d,this.$L=X.$L,this.init();break}ue===ie&&(this.$d=new Date(""))}else R.call(this,S)}}})},1554:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";var g,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(I){return I instanceof R},p=function(I,M,B){return new R(I,B,M.$l)},y=function(I){return e.p(I)+"s"},m=function(I){return I<0},b=function(I){return m(I)?Math.ceil(I):Math.floor(I)},A=function(I){return Math.abs(I)},k=function(I,M){return I?m(I)?{negative:!0,format:""+A(I)+M}:{negative:!1,format:""+I+M}:{negative:!1,format:""}},R=function(){function I(B,N,K){var G=this;if(this.$d={},this.$l=K,B===void 0&&(this.$ms=0,this.parseFromMilliseconds()),N)return p(B*a[y(N)],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 H=B.match(u);if(H){var ae=H.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=I.prototype;return M.calMilliseconds=function(){var B=this;this.$ms=Object.keys(this.$d).reduce(function(N,K){return N+(B.$d[K]||0)*a[K]},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"),N=k(this.$d.months,"M"),K=+this.$d.days||0;this.$d.weeks&&(K+=7*this.$d.weeks);var G=k(K,"D"),H=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"),X=B.negative||N.negative||G.negative||H.negative||ae.negative||ue.negative,Y=H.format||ae.format||ue.format?"T":"",$=(X?"-":"")+"P"+B.format+N.format+G.format+Y+H.format+ae.format+ue.format;return $==="P"||$==="-P"?"P0D":$},M.toJSON=function(){return this.toISOString()},M.format=function(B){var N=B||"YYYY-MM-DDTHH:mm:ss",K={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 N.replace(f,function(G,H){return H||String(K[G])})},M.as=function(B){return this.$ms/a[y(B)]},M.get=function(B){var N=this.$ms,K=y(B);return K==="milliseconds"?N%=1e3:N=K==="weeks"?b(N/a[K]):this.$d[K],N||0},M.add=function(B,N,K){var G;return G=N?B*a[y(N)]:x(B)?B.$ms:p(B,this).$ms,p(this.$ms+G*(K?-1:1),this)},M.subtract=function(B,N){return this.add(B,N,!0)},M.locale=function(B){var N=this.clone();return N.$l=B,N},M.clone=function(){return p(this.$ms,this)},M.humanize=function(B){return g().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")},I}(),S=function(I,M,B){return I.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(I,M,B){g=B,e=B().$utils(),B.duration=function(G,H){var ae=B.locale();return p(G,{$l:ae},H)},B.isDuration=x;var N=M.prototype.add,K=M.prototype.subtract;M.prototype.add=function(G,H){return x(G)?S(this,G,1):N.bind(this)(G,H)},M.prototype.subtract=function(G,H){return x(G)?S(this,G,-1):K.bind(this)(G,H)}}})},5116:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,e,r){r.isMoment=function(i){return r.isDayjs(i)}}})},14805:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,e){e.prototype.isSameOrAfter=function(r,i){return this.isSame(r,i)||this.isAfter(r,i)}}})},73100:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,e){e.prototype.isSameOrBefore=function(r,i){return this.isSame(r,i)||this.isBefore(r,i)}}})},50991:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,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]),A=l(m[x]),k=b||A.map(function(S){return S.slice(0,p)});if(!y)return k;var R=m.weekStart;return k.map(function(S,I){return k[(I+(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)}}})},39050:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";var g={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=g,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]||g[y]||a[m].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(b,A,k){return A||k.slice(1)})})}(f,o===void 0?{}:o);return c.call(this,h)}}})},59697:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,e,r){g=g||{};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,A=g.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=A.length,R=0;R<k;R+=1){var S=A[R];S.d&&(p=a?r(o).diff(u,S.d,!0):u.diff(o,S.d,!0));var I=(g.rounding||Math.round)(Math.abs(p));if(m=p>0,I<=S.r||!S.r){I<=1&&R>0&&(S=A[R-1]);var M=b[S.l];x&&(I=x(""+I)),y=typeof M=="string"?M.replace("%d",I):M(I,h,S.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)}}})},9084:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";var g="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(g);if(h.isBefore(u))return 1}var a=l(this).startOf(e).date(o).startOf(g).subtract(1,"millisecond"),x=this.diff(a,g,!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)}}})},58626:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,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}}})},9007:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";return function(g,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 g(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){g(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=g({},h,function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:y,k=arguments.length>1?arguments[1]:void 0,R=k.type,S=k.payload,I=S||{},M=I.namespace,B=I.actionType,N;switch(R){case i:N=r(r({},A),{},{global:!0,models:r(r({},A.models),{},g({},M,!0)),effects:r(r({},A.effects),{},g({},B,!0))});break;case l:{var K=r(r({},A.effects),{},g({},B,!1)),G=r(r({},A.models),{},g({},M,Object.keys(K).some(function(ae){var ie=ae.split("/")[0];return ie!==M?!1:K[ae]}))),H=Object.keys(G).some(function(ae){return G[ae]});N=r(r({},A),{},{global:H,models:G,effects:K});break}default:N=A;break}return N});function b(A,k,R,S){var I=k.put,M=R.namespace;return a.length===0&&p.length===0||a.length>0&&a.indexOf(S)!==-1||p.length>0&&p.indexOf(S)===-1?regeneratorRuntime.mark(function B(){var N=arguments;return regeneratorRuntime.wrap(function(G){for(;;)switch(G.prev=G.next){case 0:return G.next=2,I({type:i,payload:{namespace:M,actionType:S}});case 2:return G.next=4,A.apply(void 0,N);case 4:return G.next=6,I({type:l,payload:{namespace:M,actionType:S}});case 6:case"end":return G.stop()}},B)}):A}return{extraReducers:m,onEffect:b}}d.exports=f},68192:function(d){"use strict";d.exports=function(){}},63474:function(d,g,e){"use strict";d.exports=e(71111)()?Object.assign:e(47597)},71111:function(d){"use strict";d.exports=function(){var g=Object.assign,e;return typeof g!="function"?!1:(e={foo:"raz"},g(e,{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}},47597:function(d,g,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,g,e){"use strict";var r=e(68192)();d.exports=function(i){return i!==r&&i!==null}},90721:function(d,g,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(g){return!1}}},34810:function(d,g,e){"use strict";var r=e(67390),i=Object.keys;d.exports=function(l){return i(r(l)?Object(l):l)}},47095:function(d,g,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(g){if(typeof g!="function")throw new TypeError(g+" is not a function");return g}},58883:function(d,g,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,g,e){"use strict";d.exports=e(65136)()?String.prototype.contains:e(12444)},65136:function(d){"use strict";var g="razdwatrzy";d.exports=function(){return typeof g.contains!="function"?!1:g.contains("dwa")===!0&&g.contains("foo")===!1}},12444:function(d){"use strict";var g=String.prototype.indexOf;d.exports=function(e){return g.call(this,e,arguments[1])>-1}},3424:function(d,g,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,A,k;x=function(R,S){var I;return i(S),u.call(this,"__ee__")?I=this.__ee__:(I=a.value=f(null),o(this,"__ee__",a),a.value=null),I[R]?typeof I[R]=="object"?I[R].push(S):I[R]=[I[R],S]:I[R]=S,this},p=function(R,S){var I,M;return i(S),M=this,x.call(this,R,I=function(){y.call(M,R,I),l.call(S,this,arguments)}),I.__eeOnceListener__=S,this},y=function(R,S){var I,M,B,N;if(i(S),!u.call(this,"__ee__"))return this;if(I=this.__ee__,!I[R])return this;if(M=I[R],typeof M=="object")for(N=0;B=M[N];++N)(B===S||B.__eeOnceListener__===S)&&(M.length===2?I[R]=M[N?0:1]:M.splice(N,1));else(M===S||M.__eeOnceListener__===S)&&delete I[R];return this},m=function(R){var S,I,M,B,N;if(u.call(this,"__ee__")&&(B=this.__ee__[R],!!B))if(typeof B=="object"){for(I=arguments.length,N=new Array(I-1),S=1;S<I;++S)N[S-1]=arguments[S];for(B=B.slice(),S=0;M=B[S];++S)l.call(M,this,N)}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(I=arguments.length,N=new Array(I-1),S=1;S<I;++S)N[S-1]=arguments[S];l.call(B,this,N)}},b={on:x,once:p,off:y,emit:m},A={on:r(x),once:r(p),off:r(y),emit:r(m)},k=h({},A),d.exports=g=function(R){return R==null?f(k):h(Object(R),A)},g.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,g,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,g,e){var r=g;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,g,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}g.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,g,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,g,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),g.ripemd160=u,u.blockSize=512,u.outSize=160,u.hmacStrength=192,u.padLength=64,u.prototype._update=function(R,S){for(var I=this.h[0],M=this.h[1],B=this.h[2],N=this.h[3],K=this.h[4],G=I,H=M,ae=B,ie=N,ue=K,X=0;X<80;X++){var Y=c(l(o(I,a(X,M,B,N),R[y[X]+S],x(X)),b[X]),K);I=K,K=N,N=l(B,10),B=M,M=Y,Y=c(l(o(G,a(79-X,H,ae,ie),R[m[X]+S],p(X)),A[X]),ue),G=ue,ue=ie,ie=l(ae,10),ae=H,H=Y}Y=f(this.h[1],B,ie),this.h[1]=f(this.h[2],N,ue),this.h[2]=f(this.h[3],K,G),this.h[3]=f(this.h[4],I,H),this.h[4]=f(this.h[0],M,ae),this.h[0]=Y},u.prototype._digest=function(R){return R==="hex"?r.toHex32(this.h,"little"):r.split32(this.h,"little")};function a(k,R,S,I){return k<=15?R^S^I:k<=31?R&S|~R&I:k<=47?(R|~S)^I:k<=63?R&I|S&~I:R^(S|~I)}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],A=[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,g,e){"use strict";g.sha1=e(16114),g.sha224=e(44853),g.sha256=e(6586),g.sha384=e(66474),g.sha512=e(50663)},16114:function(d,g,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,A=0;A<16;A++)b[A]=y[m+A];for(;A<b.length;A++)b[A]=c(b[A-3]^b[A-8]^b[A-14]^b[A-16],1);var k=this.h[0],R=this.h[1],S=this.h[2],I=this.h[3],M=this.h[4];for(A=0;A<b.length;A++){var B=~~(A/20),N=o(c(k,5),h(B,R,S,I),M,b[A],a[B]);M=I,I=S,S=c(R,30),R=k,k=N}this.h[0]=f(this.h[0],k),this.h[1]=f(this.h[1],R),this.h[2]=f(this.h[2],S),this.h[3]=f(this.h[3],I),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,g,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,g,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,A=[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=A,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(S,I){for(var M=this.W,B=0;B<16;B++)M[B]=S[I+B];for(;B<M.length;B++)M[B]=o(m(M[B-2]),M[B-7],y(M[B-15]),M[B-16]);var N=this.h[0],K=this.h[1],G=this.h[2],H=this.h[3],ae=this.h[4],ie=this.h[5],ue=this.h[6],X=this.h[7];for(c(this.k.length===M.length),B=0;B<M.length;B++){var Y=h(X,p(ae),u(ae,ie,ue),this.k[B],M[B]),$=f(x(N),a(N,K,G));X=ue,ue=ie,ie=ae,ae=f(H,Y),H=G,G=K,K=N,N=f(Y,$)}this.h[0]=f(this.h[0],N),this.h[1]=f(this.h[1],K),this.h[2]=f(this.h[2],G),this.h[3]=f(this.h[3],H),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],X)},k.prototype._digest=function(S){return S==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},66474:function(d,g,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,g,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,A=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;A.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,A),d.exports=R,R.blockSize=1024,R.outSize=512,R.hmacStrength=192,R.padLength=128,R.prototype._prepareBlock=function($,se){for(var ee=this.W,J=0;J<32;J++)ee[J]=$[se+J];for(;J<ee.length;J+=2){var le=ue(ee[J-4],ee[J-3]),Z=X(ee[J-4],ee[J-3]),U=ee[J-14],ne=ee[J-13],me=ae(ee[J-30],ee[J-29]),Ee=ie(ee[J-30],ee[J-29]),Pe=ee[J-32],We=ee[J-31];ee[J]=p(le,Z,U,ne,me,Ee,Pe,We),ee[J+1]=y(le,Z,U,ne,me,Ee,Pe,We)}},R.prototype._update=function($,se){this._prepareBlock($,se);var ee=this.W,J=this.h[0],le=this.h[1],Z=this.h[2],U=this.h[3],ne=this.h[4],me=this.h[5],Ee=this.h[6],Pe=this.h[7],We=this.h[8],Fe=this.h[9],Lt=this.h[10],mt=this.h[11],wt=this.h[12],Gt=this.h[13],Ft=this.h[14],nr=this.h[15];l(this.k.length===ee.length);for(var Ne=0;Ne<ee.length;Ne+=2){var ht=Ft,Rt=nr,Je=G(We,Fe),ct=H(We,Fe),at=S(We,Fe,Lt,mt,wt,Gt),Xe=I(We,Fe,Lt,mt,wt,Gt),Ze=this.k[Ne],ye=this.k[Ne+1],Oe=ee[Ne],Ge=ee[Ne+1],et=m(ht,Rt,Je,ct,at,Xe,Ze,ye,Oe,Ge),Qe=b(ht,Rt,Je,ct,at,Xe,Ze,ye,Oe,Ge);ht=N(J,le),Rt=K(J,le),Je=M(J,le,Z,U,ne,me),ct=B(J,le,Z,U,ne,me);var St=a(ht,Rt,Je,ct),Ct=x(ht,Rt,Je,ct);Ft=wt,nr=Gt,wt=Lt,Gt=mt,Lt=We,mt=Fe,We=a(Ee,Pe,et,Qe),Fe=x(Pe,Pe,et,Qe),Ee=ne,Pe=me,ne=Z,me=U,Z=J,U=le,J=a(et,Qe,St,Ct),le=x(et,Qe,St,Ct)}u(this.h,0,J,le),u(this.h,2,Z,U),u(this.h,4,ne,me),u(this.h,6,Ee,Pe),u(this.h,8,We,Fe),u(this.h,10,Lt,mt),u(this.h,12,wt,Gt),u(this.h,14,Ft,nr)},R.prototype._digest=function($){return $==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")};function S(Y,$,se,ee,J){var le=Y&se^~Y&J;return le<0&&(le+=4294967296),le}function I(Y,$,se,ee,J,le){var Z=$&ee^~$&le;return Z<0&&(Z+=4294967296),Z}function M(Y,$,se,ee,J){var le=Y&se^Y&J^se&J;return le<0&&(le+=4294967296),le}function B(Y,$,se,ee,J,le){var Z=$&ee^$&le^ee&le;return Z<0&&(Z+=4294967296),Z}function N(Y,$){var se=c(Y,$,28),ee=c($,Y,2),J=c($,Y,7),le=se^ee^J;return le<0&&(le+=4294967296),le}function K(Y,$){var se=f(Y,$,28),ee=f($,Y,2),J=f($,Y,7),le=se^ee^J;return le<0&&(le+=4294967296),le}function G(Y,$){var se=c(Y,$,14),ee=c(Y,$,18),J=c($,Y,9),le=se^ee^J;return le<0&&(le+=4294967296),le}function H(Y,$){var se=f(Y,$,14),ee=f(Y,$,18),J=f($,Y,9),le=se^ee^J;return le<0&&(le+=4294967296),le}function ae(Y,$){var se=c(Y,$,1),ee=c(Y,$,8),J=o(Y,$,7),le=se^ee^J;return le<0&&(le+=4294967296),le}function ie(Y,$){var se=f(Y,$,1),ee=f(Y,$,8),J=h(Y,$,7),le=se^ee^J;return le<0&&(le+=4294967296),le}function ue(Y,$){var se=c(Y,$,19),ee=c($,Y,29),J=o(Y,$,6),le=se^ee^J;return le<0&&(le+=4294967296),le}function X(Y,$){var se=f(Y,$,19),ee=f($,Y,29),J=h(Y,$,6),le=se^ee^J;return le<0&&(le+=4294967296),le}},81692:function(d,g,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)}g.ft_1=l;function c(p,y,m){return p&y^~p&m}g.ch32=c;function f(p,y,m){return p&y^p&m^y&m}g.maj32=f;function o(p,y,m){return p^y^m}g.p32=o;function h(p){return i(p,2)^i(p,13)^i(p,22)}g.s0_256=h;function u(p){return i(p,6)^i(p,11)^i(p,25)}g.s1_256=u;function a(p){return i(p,7)^i(p,18)^p>>>3}g.g0_256=a;function x(p){return i(p,17)^i(p,19)^p>>>10}g.g1_256=x},8631:function(d,g,e){"use strict";var r=e(61339),i=e(4603);g.inherits=i;function l(X,Y){return(X.charCodeAt(Y)&64512)!==55296||Y<0||Y+1>=X.length?!1:(X.charCodeAt(Y+1)&64512)===56320}function c(X,Y){if(Array.isArray(X))return X.slice();if(!X)return[];var $=[];if(typeof X=="string")if(Y){if(Y==="hex")for(X=X.replace(/[^a-z0-9]+/ig,""),X.length%2!==0&&(X="0"+X),ee=0;ee<X.length;ee+=2)$.push(parseInt(X[ee]+X[ee+1],16))}else for(var se=0,ee=0;ee<X.length;ee++){var J=X.charCodeAt(ee);J<128?$[se++]=J:J<2048?($[se++]=J>>6|192,$[se++]=J&63|128):l(X,ee)?(J=65536+((J&1023)<<10)+(X.charCodeAt(++ee)&1023),$[se++]=J>>18|240,$[se++]=J>>12&63|128,$[se++]=J>>6&63|128,$[se++]=J&63|128):($[se++]=J>>12|224,$[se++]=J>>6&63|128,$[se++]=J&63|128)}else for(ee=0;ee<X.length;ee++)$[ee]=X[ee]|0;return $}g.toArray=c;function f(X){for(var Y="",$=0;$<X.length;$++)Y+=u(X[$].toString(16));return Y}g.toHex=f;function o(X){var Y=X>>>24|X>>>8&65280|X<<8&16711680|(X&255)<<24;return Y>>>0}g.htonl=o;function h(X,Y){for(var $="",se=0;se<X.length;se++){var ee=X[se];Y==="little"&&(ee=o(ee)),$+=a(ee.toString(16))}return $}g.toHex32=h;function u(X){return X.length===1?"0"+X:X}g.zero2=u;function a(X){return X.length===7?"0"+X:X.length===6?"00"+X:X.length===5?"000"+X:X.length===4?"0000"+X:X.length===3?"00000"+X:X.length===2?"000000"+X:X.length===1?"0000000"+X:X}g.zero8=a;function x(X,Y,$,se){var ee=$-Y;r(ee%4===0);for(var J=new Array(ee/4),le=0,Z=Y;le<J.length;le++,Z+=4){var U;se==="big"?U=X[Z]<<24|X[Z+1]<<16|X[Z+2]<<8|X[Z+3]:U=X[Z+3]<<24|X[Z+2]<<16|X[Z+1]<<8|X[Z],J[le]=U>>>0}return J}g.join32=x;function p(X,Y){for(var $=new Array(X.length*4),se=0,ee=0;se<X.length;se++,ee+=4){var J=X[se];Y==="big"?($[ee]=J>>>24,$[ee+1]=J>>>16&255,$[ee+2]=J>>>8&255,$[ee+3]=J&255):($[ee+3]=J>>>24,$[ee+2]=J>>>16&255,$[ee+1]=J>>>8&255,$[ee]=J&255)}return $}g.split32=p;function y(X,Y){return X>>>Y|X<<32-Y}g.rotr32=y;function m(X,Y){return X<<Y|X>>>32-Y}g.rotl32=m;function b(X,Y){return X+Y>>>0}g.sum32=b;function A(X,Y,$){return X+Y+$>>>0}g.sum32_3=A;function k(X,Y,$,se){return X+Y+$+se>>>0}g.sum32_4=k;function R(X,Y,$,se,ee){return X+Y+$+se+ee>>>0}g.sum32_5=R;function S(X,Y,$,se){var ee=X[Y],J=X[Y+1],le=se+J>>>0,Z=(le<se?1:0)+$+ee;X[Y]=Z>>>0,X[Y+1]=le}g.sum64=S;function I(X,Y,$,se){var ee=Y+se>>>0,J=(ee<Y?1:0)+X+$;return J>>>0}g.sum64_hi=I;function M(X,Y,$,se){var ee=Y+se;return ee>>>0}g.sum64_lo=M;function B(X,Y,$,se,ee,J,le,Z){var U=0,ne=Y;ne=ne+se>>>0,U+=ne<Y?1:0,ne=ne+J>>>0,U+=ne<J?1:0,ne=ne+Z>>>0,U+=ne<Z?1:0;var me=X+$+ee+le+U;return me>>>0}g.sum64_4_hi=B;function N(X,Y,$,se,ee,J,le,Z){var U=Y+se+J+Z;return U>>>0}g.sum64_4_lo=N;function K(X,Y,$,se,ee,J,le,Z,U,ne){var me=0,Ee=Y;Ee=Ee+se>>>0,me+=Ee<Y?1:0,Ee=Ee+J>>>0,me+=Ee<J?1:0,Ee=Ee+Z>>>0,me+=Ee<Z?1:0,Ee=Ee+ne>>>0,me+=Ee<ne?1:0;var Pe=X+$+ee+le+U+me;return Pe>>>0}g.sum64_5_hi=K;function G(X,Y,$,se,ee,J,le,Z,U,ne){var me=Y+se+J+Z+ne;return me>>>0}g.sum64_5_lo=G;function H(X,Y,$){var se=Y<<32-$|X>>>$;return se>>>0}g.rotr64_hi=H;function ae(X,Y,$){var se=X<<32-$|Y>>>$;return se>>>0}g.rotr64_lo=ae;function ie(X,Y,$){return X>>>$}g.shr64_hi=ie;function ue(X,Y,$){var se=X<<32-$|Y>>>$;return se>>>0}g.shr64_lo=ue},19340:function(d,g,e){"use strict";e.d(g,{Ep:function(){return A},PP:function(){return x},aU:function(){return i},cP:function(){return k},lX:function(){return u},q_:function(){return a}});var r=e(60499),i;(function(R){R.Pop="POP",R.Push="PUSH",R.Replace="REPLACE"})(i||(i={}));var l=function(R){return R};function c(R,S){if(!R){typeof console!="undefined"&&console.warn(S);try{throw new Error(S)}catch(I){}}}var f="beforeunload",o="hashchange",h="popstate";function u(R){R===void 0&&(R={});var S=R,I=S.window,M=I===void 0?document.defaultView:I,B=M.history;function N(){var Ee=M.location,Pe=Ee.pathname,We=Ee.search,Fe=Ee.hash,Lt=B.state||{};return[Lt.idx,l({pathname:Pe,search:We,hash:Fe,state:Lt.usr||null,key:Lt.key||"default"})]}var K=null;function G(){if(K)Y.call(K),K=null;else{var Ee=i.Pop,Pe=N(),We=Pe[0],Fe=Pe[1];if(Y.length){if(We!=null){var Lt=ie-We;Lt&&(K={action:Ee,location:Fe,retry:function(){ne(Lt*-1)}},ne(Lt))}}else le(Ee)}}M.addEventListener(h,G);var H=i.Pop,ae=N(),ie=ae[0],ue=ae[1],X=m(),Y=m();ie==null&&(ie=0,B.replaceState((0,r.Z)({},B.state,{idx:ie}),""));function $(Ee){return typeof Ee=="string"?Ee:A(Ee)}function se(Ee,Pe){return Pe===void 0&&(Pe=null),l((0,r.Z)({pathname:ue.pathname,hash:"",search:""},typeof Ee=="string"?k(Ee):Ee,{state:Pe,key:b()}))}function ee(Ee,Pe){return[{usr:Ee.state,key:Ee.key,idx:Pe},$(Ee)]}function J(Ee,Pe,We){return!Y.length||(Y.call({action:Ee,location:Pe,retry:We}),!1)}function le(Ee){H=Ee;var Pe=N();ie=Pe[0],ue=Pe[1],X.call({action:H,location:ue})}function Z(Ee,Pe){var We=i.Push,Fe=se(Ee,Pe);function Lt(){Z(Ee,Pe)}if(J(We,Fe,Lt)){var mt=ee(Fe,ie+1),wt=mt[0],Gt=mt[1];try{B.pushState(wt,"",Gt)}catch(Ft){M.location.assign(Gt)}le(We)}}function U(Ee,Pe){var We=i.Replace,Fe=se(Ee,Pe);function Lt(){U(Ee,Pe)}if(J(We,Fe,Lt)){var mt=ee(Fe,ie),wt=mt[0],Gt=mt[1];B.replaceState(wt,"",Gt),le(We)}}function ne(Ee){B.go(Ee)}var me={get action(){return H},get location(){return ue},createHref:$,push:Z,replace:U,go:ne,back:function(){ne(-1)},forward:function(){ne(1)},listen:function(Pe){return X.push(Pe)},block:function(Pe){var We=Y.push(Pe);return Y.length===1&&M.addEventListener(f,y),function(){We(),Y.length||M.removeEventListener(f,y)}}};return me}function a(R){R===void 0&&(R={});var S=R,I=S.window,M=I===void 0?document.defaultView:I,B=M.history;function N(){var Pe=k(M.location.hash.substr(1)),We=Pe.pathname,Fe=We===void 0?"/":We,Lt=Pe.search,mt=Lt===void 0?"":Lt,wt=Pe.hash,Gt=wt===void 0?"":wt,Ft=B.state||{};return[Ft.idx,l({pathname:Fe,search:mt,hash:Gt,state:Ft.usr||null,key:Ft.key||"default"})]}var K=null;function G(){if(K)Y.call(K),K=null;else{var Pe=i.Pop,We=N(),Fe=We[0],Lt=We[1];if(Y.length){if(Fe!=null){var mt=ie-Fe;mt&&(K={action:Pe,location:Lt,retry:function(){me(mt*-1)}},me(mt))}}else Z(Pe)}}M.addEventListener(h,G),M.addEventListener(o,function(){var Pe=N(),We=Pe[1];A(We)!==A(ue)&&G()});var H=i.Pop,ae=N(),ie=ae[0],ue=ae[1],X=m(),Y=m();ie==null&&(ie=0,B.replaceState((0,r.Z)({},B.state,{idx:ie}),""));function $(){var Pe=document.querySelector("base"),We="";if(Pe&&Pe.getAttribute("href")){var Fe=M.location.href,Lt=Fe.indexOf("#");We=Lt===-1?Fe:Fe.slice(0,Lt)}return We}function se(Pe){return $()+"#"+(typeof Pe=="string"?Pe:A(Pe))}function ee(Pe,We){return We===void 0&&(We=null),l((0,r.Z)({pathname:ue.pathname,hash:"",search:""},typeof Pe=="string"?k(Pe):Pe,{state:We,key:b()}))}function J(Pe,We){return[{usr:Pe.state,key:Pe.key,idx:We},se(Pe)]}function le(Pe,We,Fe){return!Y.length||(Y.call({action:Pe,location:We,retry:Fe}),!1)}function Z(Pe){H=Pe;var We=N();ie=We[0],ue=We[1],X.call({action:H,location:ue})}function U(Pe,We){var Fe=i.Push,Lt=ee(Pe,We);function mt(){U(Pe,We)}if(le(Fe,Lt,mt)){var wt=J(Lt,ie+1),Gt=wt[0],Ft=wt[1];try{B.pushState(Gt,"",Ft)}catch(nr){M.location.assign(Ft)}Z(Fe)}}function ne(Pe,We){var Fe=i.Replace,Lt=ee(Pe,We);function mt(){ne(Pe,We)}if(le(Fe,Lt,mt)){var wt=J(Lt,ie),Gt=wt[0],Ft=wt[1];B.replaceState(Gt,"",Ft),Z(Fe)}}function me(Pe){B.go(Pe)}var Ee={get action(){return H},get location(){return ue},createHref:se,push:U,replace:ne,go:me,back:function(){me(-1)},forward:function(){me(1)},listen:function(We){return X.push(We)},block:function(We){var Fe=Y.push(We);return Y.length===1&&M.addEventListener(f,y),function(){Fe(),Y.length||M.removeEventListener(f,y)}}};return Ee}function x(R){R===void 0&&(R={});var S=R,I=S.initialEntries,M=I===void 0?["/"]:I,B=S.initialIndex,N=M.map(function(Z){var U=l((0,r.Z)({pathname:"/",search:"",hash:"",state:null,key:b()},typeof Z=="string"?k(Z):Z));return U}),K=p(B==null?N.length-1:B,0,N.length-1),G=i.Pop,H=N[K],ae=m(),ie=m();function ue(Z){return typeof Z=="string"?Z:A(Z)}function X(Z,U){return U===void 0&&(U=null),l((0,r.Z)({pathname:H.pathname,search:"",hash:""},typeof Z=="string"?k(Z):Z,{state:U,key:b()}))}function Y(Z,U,ne){return!ie.length||(ie.call({action:Z,location:U,retry:ne}),!1)}function $(Z,U){G=Z,H=U,ae.call({action:G,location:H})}function se(Z,U){var ne=i.Push,me=X(Z,U);function Ee(){se(Z,U)}Y(ne,me,Ee)&&(K+=1,N.splice(K,N.length,me),$(ne,me))}function ee(Z,U){var ne=i.Replace,me=X(Z,U);function Ee(){ee(Z,U)}Y(ne,me,Ee)&&(N[K]=me,$(ne,me))}function J(Z){var U=p(K+Z,0,N.length-1),ne=i.Pop,me=N[U];function Ee(){J(Z)}Y(ne,me,Ee)&&(K=U,$(ne,me))}var le={get index(){return K},get action(){return G},get location(){return H},createHref:ue,push:se,replace:ee,go:J,back:function(){J(-1)},forward:function(){J(1)},listen:function(U){return ae.push(U)},block:function(U){return ie.push(U)}};return le}function p(R,S,I){return Math.min(Math.max(R,S),I)}function y(R){R.preventDefault(),R.returnValue=""}function m(){var R=[];return{get length(){return R.length},push:function(I){return R.push(I),function(){R=R.filter(function(M){return M!==I})}},call:function(I){R.forEach(function(M){return M&&M(I)})}}}function b(){return Math.random().toString(36).substr(2,8)}function A(R){var S=R.pathname,I=S===void 0?"/":S,M=R.search,B=M===void 0?"":M,N=R.hash,K=N===void 0?"":N;return B&&B!=="?"&&(I+=B.charAt(0)==="?"?B:"?"+B),K&&K!=="#"&&(I+=K.charAt(0)==="#"?K:"#"+K),I}function k(R){var S={};if(R){var I=R.indexOf("#");I>=0&&(S.hash=R.substr(I),R=R.substr(0,I));var M=R.indexOf("?");M>=0&&(S.search=R.substr(M),R=R.substr(0,M)),R&&(S.pathname=R)}return S}},94266:function(d,g,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(A){return r.isMemo(A)?f:o[A.$$typeof]||i}var u=Object.defineProperty,a=Object.getOwnPropertyNames,x=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,y=Object.getPrototypeOf,m=Object.prototype;function b(A,k,R){if(typeof k!="string"){if(m){var S=y(k);S&&S!==m&&b(A,S,R)}var I=a(k);x&&(I=I.concat(x(k)));for(var M=h(A),B=h(k),N=0;N<I.length;++N){var K=I[N];if(!l[K]&&!(R&&R[K])&&!(B&&B[K])&&!(M&&M[K])){var G=p(k,K);try{u(A,K,G)}catch(H){}}}}return A}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 g=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=g},78034:function(d){d.exports=function(r){return r!=null&&(g(r)||e(r)||!!r._isBuffer)};function g(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"&&g(r.slice(0,0))}},78639:function(d,g,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,g,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(g,r),i!==void 0&&(d.exports=i)},87804:function(d,g){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 A=this.__lines[b];if(A.is_empty())break;if(A.item(0).indexOf(y)!==0&&A.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],A=m||[];return typeof b=="object"?b!==null&&typeof b.concat=="function"&&(A=b.concat()):typeof b=="string"&&(A=b.split(/[^a-zA-Z0-9_\/\-]+/)),A},a.prototype._get_boolean=function(y,m){var b=this.raw_options[y],A=b===void 0?!!m:!!b;return A},a.prototype._get_characters=function(y,m){var b=this.raw_options[y],A=m||"";return typeof b=="string"&&(A=b.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),A},a.prototype._get_number=function(y,m){var b=this.raw_options[y];m=parseInt(m,10),isNaN(m)&&(m=0);var A=parseInt(b,10);return isNaN(A)&&(A=m),A},a.prototype._get_selection=function(y,m,b){var A=this._get_selection_list(y,m,b);if(A.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 A[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 A=this._get_array(y,b);if(!this._is_valid_selection(A,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 A},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 A;for(A in y)A!==m&&(b[A]=y[A]);if(m&&y[m])for(A in y[m])b[A]=y[m][A];return b}function p(y){var m={},b;for(b in y){var A=b.replace(/-/g,"_");m[A]=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="",A;return p&&(A=this.match(p),A&&(b+=A[0])),y&&(A||!p)&&(b+=this.readUntil(y,m)),b},x.prototype.readUntil=function(p,y){var m="",b=this.__position;p.lastIndex=this.__position;var A=p.exec(this.__input);return A?(b=A.index,y&&(b+=A[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,A){var k=new p(b,A);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,A=new b(/\/\*/,/\*\//),k=/\r\n|[\r\n]/,R=/\r\n|[\r\n]/g,S=/\s/,I=/(?:\s|\n)+/g,M=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,B=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function N(K,G){this._source_text=K||"",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"]}N.prototype.eatString=function(K){var G="";for(this._ch=this._input.next();this._ch;){if(G+=this._ch,this._ch==="\\")G+=this._input.next();else if(K.indexOf(this._ch)!==-1||this._ch===`
`)break;this._ch=this._input.next()}return G},N.prototype.eatWhitespace=function(K){for(var G=S.test(this._input.peek()),H=0;S.test(this._input.peek());)this._ch=this._input.next(),K&&this._ch===`
`&&(H===0||H<this._options.max_preserve_newlines)&&(H++,this._output.add_new_line(!0));return G},N.prototype.foundNestedPseudoClass=function(){for(var K=0,G=1,H=this._input.peek(G);H;){if(H==="{")return!0;if(H==="(")K+=1;else if(H===")"){if(K===0)return!1;K-=1}else if(H===";"||H==="}")return!1;G++,H=this._input.peek(G)}return!1},N.prototype.print_string=function(K){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(K)},N.prototype.preserveSingleSpace=function(K){K&&(this._output.space_before_token=!0)},N.prototype.indent=function(){this._indentLevel++},N.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},N.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var K=this._source_text,G=this._options.eol;G==="auto"&&(G=`
`,K&&k.test(K||"")&&(G=K.match(k)[0])),K=K.replace(R,`
`);var H=K.match(/^[\t ]*/)[0];this._output=new y(this._options,H),this._input=new m(K),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var ae=0,ie=!1,ue=!1,X=!1,Y=!1,$=!1,se=this._ch,ee=!1,J,le,Z;J=this._input.read(I),le=J!=="",Z=se,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),se=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var U=this._input.read(M),ne=A.get_directives(U);ne&&ne.ignore==="start"&&(U+=A.readIgnored(this._input)),this.print_string(U),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 Ee=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);Ee.match(/[ :]$/)&&(Ee=this.eatString(": ").replace(/\s+$/,""),this.print_string(Ee),this._output.space_before_token=!0),ae===0&&Ee.indexOf(":")!==-1?(ue=!0,this.indent()):Ee in this.NESTED_AT_RULE?(this._nestedLevel+=1,Ee in this.CONDITIONAL_GROUP_RULE&&(X=!0)):ae===0&&!ue&&(Y=!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()),Y=!1,X?(X=!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 Pe=0;Pe<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;Pe++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[Pe])){ee=!0;break}(ie||X)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!Y&&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 We=Z==='"'||Z==="'";this.preserveSingleSpace(We||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),Y=!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 Fe=!1;this._input.lookBack("with")&&(Fe=!0),this.preserveSingleSpace(le||Fe),this.print_string(this._ch),ue&&Z==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),$=!0):(this.eatWhitespace(),ae++,this.indent())}else if(this._ch===")")ae&&(ae--,this.outdent()),$&&this._input.peek()===";"&&this._options.selector_separator_newline&&($=!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||$)&&ae===0&&!Y?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&&S.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("="),S.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 Lt=Z==='"'||Z==="'";this.preserveSingleSpace(Lt||le),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
`&&ee&&this._output.add_new_line()}var mt=this._output.get_code(G);return mt},u.exports.Beautifier=N},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 A=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var k=0;k<A.length;k++)A[k]!=="expand"?this.brace_style="collapse":this.brace_style=A[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(g,e),r!==void 0&&(d.exports=r)})()},40998:function(d,g,e){var r,i;(function(){var l;(function(){"use strict";var h=[,,function(p){function y(A){this.__parent=A,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 A=new y(this.__parent);return A.set_indent(this.__indent_count,this.__alignment_count),A},y.prototype.item=function(A){return A<0?this.__items[this.__items.length+A]:this.__items[A]},y.prototype.has_match=function(A){for(var k=this.__items.length-1;k>=0;k--)if(this.__items[k].match(A))return!0;return!1},y.prototype.set_indent=function(A,k){this.is_empty()&&(this.__indent_count=A||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 A=this.__parent.current_line;return A.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),A.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),A.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,A.__items[0]===" "&&(A.__items.splice(0,1),A.__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(A){this.__items.push(A);var k=A.lastIndexOf(`
`);k!==-1?this.__character_count=A.length-k:this.__character_count+=A.length},y.prototype.pop=function(){var A=null;return this.is_empty()||(A=this.__items.pop(),this.__character_count-=A.length),A},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 A="";return this.is_empty()?this.__parent.indent_empty_lines&&(A=this.__parent.get_indent_string(this.__indent_count)):(A=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),A+=this.__items.join("")),A};function m(A,k){this.__cache=[""],this.__indent_size=A.indent_size,this.__indent_string=A.indent_char,A.indent_with_tabs||(this.__indent_string=new Array(A.indent_size+1).join(A.indent_char)),k=k||"",A.indent_level>0&&(k=new Array(A.indent_level+1).join(this.__indent_string)),this.__base_string=k,this.__base_string_length=k.length}m.prototype.get_indent_size=function(A,k){var R=this.__base_string_length;return k=k||0,A<0&&(R=0),R+=A*this.__indent_size,R+=k,R},m.prototype.get_indent_string=function(A,k){var R=this.__base_string;return k=k||0,A<0&&(A=0,R=""),k+=A*this.__indent_size,this.__ensure_cache(k),R+=this.__cache[k],R},m.prototype.__ensure_cache=function(A){for(;A>=this.__cache.length;)this.__add_column()},m.prototype.__add_column=function(){var A=this.__cache.length,k=0,R="";this.__indent_size&&A>=this.__indent_size&&(k=Math.floor(A/this.__indent_size),A-=k*this.__indent_size,R=new Array(k+1).join(this.__indent_string)),A&&(R+=new Array(A+1).join(" ")),this.__cache.push(R)};function b(A,k){this.__indent_cache=new m(A,k),this.raw=!1,this._end_with_newline=A.end_with_newline,this.indent_size=A.indent_size,this.wrap_line_length=A.wrap_line_length,this.indent_empty_lines=A.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(A,k){return this.__indent_cache.get_indent_string(A,k)},b.prototype.get_indent_size=function(A,k){return this.__indent_cache.get_indent_size(A,k)},b.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},b.prototype.add_new_line=function(A){return this.is_empty()||!A&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},b.prototype.get_code=function(A){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 A!==`
`&&(R=R.replace(/[\n]/g,A)),R},b.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},b.prototype.set_indent=function(A,k){return A=A||0,k=k||0,this.next_line.set_indent(A,k),this.__lines.length>1?(this.current_line.set_indent(A,k),!0):(this.current_line.set_indent(),!1)},b.prototype.add_raw_token=function(A){for(var k=0;k<A.newlines;k++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(A.whitespace_before),this.current_line.push(A.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},b.prototype.add_token=function(A){this.__add_space_before_token(),this.current_line.push(A),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(A){for(var k=this.__lines.length;A<k;)this.__lines[A]._remove_indent(),A++;this.current_line._remove_wrap_indent()},b.prototype.trim=function(A){for(A=A===void 0?!1:A,this.current_line.trim();A&&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(A,k){for(var R=this.__lines.length-2;R>=0;){var S=this.__lines[R];if(S.is_empty())break;if(S.item(0).indexOf(A)!==0&&S.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,A,k){this.type=m,this.text=b,this.comments_before=null,this.newlines=A||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(A,k){this.raw_options=m(A,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(A,k){var R=this.raw_options[A],S=k||[];return typeof R=="object"?R!==null&&typeof R.concat=="function"&&(S=R.concat()):typeof R=="string"&&(S=R.split(/[^a-zA-Z0-9_\/\-]+/)),S},y.prototype._get_boolean=function(A,k){var R=this.raw_options[A],S=R===void 0?!!k:!!R;return S},y.prototype._get_characters=function(A,k){var R=this.raw_options[A],S=k||"";return typeof R=="string"&&(S=R.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),S},y.prototype._get_number=function(A,k){var R=this.raw_options[A];k=parseInt(k,10),isNaN(k)&&(k=0);var S=parseInt(R,10);return isNaN(S)&&(S=k),S},y.prototype._get_selection=function(A,k,R){var S=this._get_selection_list(A,k,R);if(S.length!==1)throw new Error("Invalid Option Value: The option '"+A+`' can only be one of the following values:
`+k+`
You passed in: '`+this.raw_options[A]+"'");return S[0]},y.prototype._get_selection_list=function(A,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 S=this._get_array(A,R);if(!this._is_valid_selection(S,k))throw new Error("Invalid Option Value: The option '"+A+`' can contain only the following values:
`+k+`
You passed in: '`+this.raw_options[A]+"'");return S},y.prototype._is_valid_selection=function(A,k){return A.length&&k.length&&!A.some(function(R){return k.indexOf(R)===-1})};function m(A,k){var R={};A=b(A);var S;for(S in A)S!==k&&(R[S]=A[S]);if(k&&A[k])for(S in A[k])R[S]=A[k][S];return R}function b(A){var k={},R;for(R in A){var S=R.replace(/-/g,"_");k[S]=A[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 A=null;return b=b||0,b+=this.__position,b>=0&&b<this.__input_length&&(A=this.__input.charAt(b)),A},m.prototype.__match=function(b,A){b.lastIndex=A;var k=b.exec(this.__input);return k&&!(y&&b.sticky)&&k.index!==A&&(k=null),k},m.prototype.test=function(b,A){return A=A||0,A+=this.__position,A>=0&&A<this.__input_length?!!this.__match(b,A):!1},m.prototype.testChar=function(b,A){var k=this.peek(A);return b.lastIndex=0,k!==null&&b.test(k)},m.prototype.match=function(b){var A=this.__match(b,this.__position);return A?this.__position+=A[0].length:A=null,A},m.prototype.read=function(b,A,k){var R="",S;return b&&(S=this.match(b),S&&(R+=S[0])),A&&(S||!b)&&(R+=this.readUntil(A,k)),R},m.prototype.readUntil=function(b,A){var k="",R=this.__position;b.lastIndex=this.__position;var S=b.exec(this.__input);return S?(R=S.index,A&&(R+=S[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,A){var k=null,R="g";return A&&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 A=this.__position,k=this.readUntilAfter(b);return this.__position=A,k},m.prototype.lookBack=function(b){var A=this.__position-1;return A>=b.length&&this.__input.substring(A-b.length,A).toLowerCase()===b},p.exports.InputScanner=m},function(p,y,m){var b=m(8).InputScanner,A=m(3).Token,k=m(10).TokenStream,R=m(11).WhitespacePattern,S={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},I=function(M,B){this._input=new b(M),this._options=B||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new R(this._input)};I.prototype.tokenize=function(){this._input.restart(),this.__tokens=new k,this._reset();for(var M,B=new A(S.START,""),N=null,K=[],G=new k;B.type!==S.EOF;){for(M=this._get_next_token(B,N);this._is_comment(M);)G.add(M),M=this._get_next_token(B,N);G.isEmpty()||(M.comments_before=G,G=new k),M.parent=N,this._is_opening(M)?(K.push(N),N=M):N&&this._is_closing(M,N)&&(M.opened=N,N.closed=M,N=K.pop(),M.parent=N),M.previous=B,B.next=M,this.__tokens.add(M),B=M}return this.__tokens},I.prototype._is_first_token=function(){return this.__tokens.isEmpty()},I.prototype._reset=function(){},I.prototype._get_next_token=function(M,B){this._readWhitespace();var N=this._input.read(/.+/g);return N?this._create_token(S.RAW,N):this._create_token(S.EOF,"")},I.prototype._is_comment=function(M){return!1},I.prototype._is_opening=function(M){return!1},I.prototype._is_closing=function(M,B){return!1},I.prototype._create_token=function(M,B){var N=new A(M,B,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return N},I.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},p.exports.Tokenizer=I,p.exports.TOKEN=S},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 A(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=""}A.prototype=new b,A.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+"]")},A.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},A.prototype.matching=function(k,R){var S=this._create();return S.__set_whitespace_patterns(k,R),S._update(),S},A.prototype._create=function(){return new A(this._input,this)},A.prototype.__split=function(k,R){k.lastIndex=0;for(var S=0,I=[],M=k.exec(R);M;)I.push(R.substring(S,M.index)),S=M.index+M[0].length,M=k.exec(R);return S<R.length?I.push(R.substring(S,R.length)):I.push(""),I},p.exports.WhitespacePattern=A},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 A=this.__directive_pattern.exec(m);A;)b[A[1]]=A[2],A=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,A={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};function k(R,S){b.call(this,R,S),this.__template_pattern=null,this._disabled=Object.assign({},A),this._excluded=Object.assign({},A),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 I=new b(R);this.__patterns={handlebars_comment:I.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:I.starting_with(/{{{/).until_after(/}}}/),handlebars:I.starting_with(/{{/).until_after(/}}/),php:I.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:I.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:I.starting_with(/{%/).until_after(/%}/),django_value:I.starting_with(/{{/).until_after(/}}/),django_comment:I.starting_with(/{#/).until_after(/#}/),smarty:I.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:I.starting_with(/{\*/).until_after(/\*}/),smarty_literal:I.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 S=this._create();return S._disabled[R]=!0,S._update(),S},k.prototype.read_options=function(R){var S=this._create();for(var I in A)S._disabled[I]=R.templating.indexOf(I)===-1;return S._update(),S},k.prototype.exclude=function(R){var S=this._create();return S._excluded[R]=!0,S._update(),S},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 S=this._read_template();S;)this._match_pattern?S+=this._input.read(this._match_pattern):S+=this._input.readUntil(this.__template_pattern),R+=S,S=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="",S=this._input.peek();if(S==="<"){var I=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&I==="?"&&(R=R||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&I==="%"&&(R=R||this.__patterns.erb.read())}else S==="{"&&(!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,A=m(20).Options;function k(R,S,I,M){var B=new b(R,S,I,M);return B.beautify()}p.exports=k,p.exports.defaultOptions=function(){return new A}},function(p,y,m){var b=m(20).Options,A=m(2).Output,k=m(21).Tokenizer,R=m(21).TOKEN,S=/\r\n|[\r\n]/,I=/\r\n|[\r\n]/g,M=function(Y,$){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=Y.max_preserve_newlines,this.preserve_newlines=Y.preserve_newlines,this._output=new A(Y,$)};M.prototype.current_line_has_match=function(Y){return this._output.current_line.has_match(Y)},M.prototype.set_space_before_token=function(Y,$){this._output.space_before_token=Y,this._output.non_breaking_space=$},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(Y){this._output.add_raw_token(Y)},M.prototype.print_preserved_newlines=function(Y){var $=0;Y.type!==R.TEXT&&Y.previous.type!==R.TEXT&&($=Y.newlines?1:0),this.preserve_newlines&&($=Y.newlines<this.max_preserve_newlines+1?Y.newlines:this.max_preserve_newlines+1);for(var se=0;se<$;se++)this.print_newline(se>0);return $!==0},M.prototype.traverse_whitespace=function(Y){return Y.whitespace_before||Y.newlines?(this.print_preserved_newlines(Y)||(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(Y){this._output.add_new_line(Y)},M.prototype.print_token=function(Y){Y.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(Y.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(Y){return Y=this.indent_level+(Y||0),Y<1?"":this._output.get_indent_string(Y)};var B=function(Y){for(var $=null,se=Y.next;se.type!==R.EOF&&Y.closed!==se;){if(se.type===R.ATTRIBUTE&&se.text==="type"){se.next&&se.next.type===R.EQUALS&&se.next.next&&se.next.next.type===R.VALUE&&($=se.next.next.text);break}se=se.next}return $},N=function(Y,$){var se=null,ee=null;return $.closed?(Y==="script"?se="text/javascript":Y==="style"&&(se="text/css"),se=B($)||se,se.search("text/css")>-1?ee="css":se.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?ee="javascript":se.search(/(text|application|dojo)\/(x-)?(html)/)>-1?ee="html":se.search(/test\/null/)>-1&&(ee="null"),ee):null};function K(Y,$){return $.indexOf(Y)!==-1}function G(Y,$,se){this.parent=Y||null,this.tag=$?$.tag_name:"",this.indent_level=se||0,this.parser_token=$||null}function H(Y){this._printer=Y,this._current_frame=null}H.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},H.prototype.record_tag=function(Y){var $=new G(this._current_frame,Y,this._printer.indent_level);this._current_frame=$},H.prototype._try_pop_frame=function(Y){var $=null;return Y&&($=Y.parser_token,this._printer.indent_level=Y.indent_level,this._current_frame=Y.parent),$},H.prototype._get_frame=function(Y,$){for(var se=this._current_frame;se&&Y.indexOf(se.tag)===-1;){if($&&$.indexOf(se.tag)!==-1){se=null;break}se=se.parent}return se},H.prototype.try_pop=function(Y,$){var se=this._get_frame([Y],$);return this._try_pop_frame(se)},H.prototype.indent_to_tag=function(Y){var $=this._get_frame(Y);$&&(this._printer.indent_level=$.indent_level)};function ae(Y,$,se,ee){this._source_text=Y||"",$=$||{},this._js_beautify=se,this._css_beautify=ee,this._tag_stack=null;var J=new b($,"html");this._options=J,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 Y=this._source_text,$=this._options.eol;this._options.eol==="auto"&&($=`
`,Y&&S.test(Y)&&($=Y.match(S)[0])),Y=Y.replace(I,`
`);var se=Y.match(/^[\t ]*/)[0],ee={text:"",type:""},J=new ie(this._options),le=new M(this._options,se),Z=new k(Y,this._options).tokenize();this._tag_stack=new H(le);for(var U=null,ne=Z.next();ne.type!==R.EOF;)ne.type===R.TAG_OPEN||ne.type===R.COMMENT?(U=this._handle_tag_open(le,ne,J,ee,Z),J=U):ne.type===R.ATTRIBUTE||ne.type===R.EQUALS||ne.type===R.VALUE||ne.type===R.TEXT&&!J.tag_complete?U=this._handle_inside_tag(le,ne,J,ee):ne.type===R.TAG_CLOSE?U=this._handle_tag_close(le,ne,J):ne.type===R.TEXT?U=this._handle_text(le,ne,J):ne.type===R.CONTROL_FLOW_OPEN?U=this._handle_control_flow_open(le,ne):ne.type===R.CONTROL_FLOW_CLOSE?U=this._handle_control_flow_close(le,ne):le.add_raw_token(ne),ee=U,ne=Z.next();var me=le._output.get_code($);return me},ae.prototype._handle_control_flow_open=function(Y,$){var se={text:$.text,type:$.type};return Y.set_space_before_token($.newlines||$.whitespace_before!=="",!0),$.newlines?Y.print_preserved_newlines($):Y.set_space_before_token($.newlines||$.whitespace_before!=="",!0),Y.print_token($),Y.indent(),se},ae.prototype._handle_control_flow_close=function(Y,$){var se={text:$.text,type:$.type};return Y.deindent(),$.newlines?Y.print_preserved_newlines($):Y.set_space_before_token($.newlines||$.whitespace_before!=="",!0),Y.print_token($),se},ae.prototype._handle_tag_close=function(Y,$,se){var ee={text:$.text,type:$.type};return Y.alignment_size=0,se.tag_complete=!0,Y.set_space_before_token($.newlines||$.whitespace_before!=="",!0),se.is_unformatted?Y.add_raw_token($):(se.tag_start_char==="<"&&(Y.set_space_before_token($.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&se.has_wrapped_attrs&&Y.print_newline(!1)),Y.print_token($)),se.indent_content&&!(se.is_unformatted||se.is_content_unformatted)&&(Y.indent(),se.indent_content=!1),!se.is_inline_element&&!(se.is_unformatted||se.is_content_unformatted)&&Y.set_wrap_point(),ee},ae.prototype._handle_inside_tag=function(Y,$,se,ee){var J=se.has_wrapped_attrs,le={text:$.text,type:$.type};return Y.set_space_before_token($.newlines||$.whitespace_before!=="",!0),se.is_unformatted?Y.add_raw_token($):se.tag_start_char==="{"&&$.type===R.TEXT?Y.print_preserved_newlines($)?($.newlines=0,Y.add_raw_token($)):Y.print_token($):($.type===R.ATTRIBUTE?Y.set_space_before_token(!0):($.type===R.EQUALS||$.type===R.VALUE&&$.previous.type===R.EQUALS)&&Y.set_space_before_token(!1),$.type===R.ATTRIBUTE&&se.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(Y.traverse_whitespace($),J=J||$.newlines!==0),this._is_wrap_attributes_force&&se.attr_count>=this._options.wrap_attributes_min_attrs&&(ee.type!==R.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(Y.print_newline(!1),J=!0)),Y.print_token($),J=J||Y.previous_token_wrapped(),se.has_wrapped_attrs=J),le},ae.prototype._handle_text=function(Y,$,se){var ee={text:$.text,type:"TK_CONTENT"};return se.custom_beautifier_name?this._print_custom_beatifier_text(Y,$,se):se.is_unformatted||se.is_content_unformatted?Y.add_raw_token($):(Y.traverse_whitespace($),Y.print_token($)),ee},ae.prototype._print_custom_beatifier_text=function(Y,$,se){var ee=this;if($.text!==""){var J=$.text,le,Z=1,U="",ne="";se.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?le=this._js_beautify:se.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?le=this._css_beautify:se.custom_beautifier_name==="html"&&(le=function(Lt,mt){var wt=new ae(Lt,mt,ee._js_beautify,ee._css_beautify);return wt.beautify()}),this._options.indent_scripts==="keep"?Z=0:this._options.indent_scripts==="separate"&&(Z=-Y.indent_level);var me=Y.get_full_indent(Z);if(J=J.replace(/\n[ \t]*$/,""),se.custom_beautifier_name!=="html"&&J[0]==="<"&&J.match(/^(<!--|<!\[CDATA\[)/)){var Ee=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(J);if(!Ee){Y.add_raw_token($);return}U=me+Ee[1]+`
`,J=Ee[4],Ee[5]&&(ne=me+Ee[5]),J=J.replace(/\n[ \t]*$/,""),(Ee[2]||Ee[3].indexOf(`
`)!==-1)&&(Ee=Ee[3].match(/[ \t]+$/),Ee&&($.whitespace_before=Ee[0]))}if(J)if(le){var Pe=function(){this.eol=`
`};Pe.prototype=this._options.raw_options;var We=new Pe;J=le(me+J,We)}else{var Fe=$.whitespace_before;Fe&&(J=J.replace(new RegExp(`
(`+Fe+")?","g"),`
`)),J=me+J.replace(/\n/g,`
`+me)}U&&(J?J=U+J+`
`+ne:J=U+ne),Y.print_newline(!1),J&&($.text=J,$.whitespace_before="",$.newlines=0,Y.add_raw_token($),Y.print_newline(!0))}},ae.prototype._handle_tag_open=function(Y,$,se,ee,J){var le=this._get_tag_open_token($);if((se.is_unformatted||se.is_content_unformatted)&&!se.is_empty_element&&$.type===R.TAG_OPEN&&!le.is_start_tag?(Y.add_raw_token($),le.start_tag_token=this._tag_stack.try_pop(le.tag_name)):(Y.traverse_whitespace($),this._set_tag_position(Y,$,le,se,ee),le.is_inline_element||Y.set_wrap_point(),Y.print_token($)),le.is_start_tag&&this._is_wrap_attributes_force){var Z=0,U;do U=J.peek(Z),U.type===R.ATTRIBUTE&&(le.attr_count+=1),Z+=1;while(U.type!==R.EOF&&U.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=$.text.length+1),!le.tag_complete&&!le.is_unformatted&&(Y.alignment_size=le.alignment_size),le};var ie=function(Y,$,se){if(this.parent=$||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="",!se)this.tag_complete=!0;else{var ee;this.tag_start_char=se.text[0],this.text=se.text,this.tag_start_char==="<"?(ee=se.text.match(/^<([^\s>]*)/),this.tag_check=ee?ee[1]:""):(ee=se.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=ee?ee[1]:"",(se.text.startsWith("{{#>")||se.text.startsWith("{{~#>"))&&this.tag_check[0]===">"&&(this.tag_check===">"&&se.next!==null?this.tag_check=se.next.text.split(" ")[0]:this.tag_check=se.text.split(">")[1])),this.tag_check=this.tag_check.toLowerCase(),se.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||se.closed&&se.closed.text==="/>";var J=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(J=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(!Y.indent_handlebars||this.text.length<3||/[^#\^]/.test(this.text.charAt(J)))}};ae.prototype._get_tag_open_token=function(Y){var $=new ie(this._options,this._tag_stack.get_parser_token(),Y);return $.alignment_size=this._options.wrap_attributes_indent_size,$.is_end_tag=$.is_end_tag||K($.tag_check,this._options.void_elements),$.is_empty_element=$.tag_complete||$.is_start_tag&&$.is_end_tag,$.is_unformatted=!$.tag_complete&&K($.tag_check,this._options.unformatted),$.is_content_unformatted=!$.is_empty_element&&K($.tag_check,this._options.content_unformatted),$.is_inline_element=K($.tag_name,this._options.inline)||this._options.inline_custom_elements&&$.tag_name.includes("-")||$.tag_start_char==="{",$},ae.prototype._set_tag_position=function(Y,$,se,ee,J){if(se.is_empty_element||(se.is_end_tag?se.start_tag_token=this._tag_stack.try_pop(se.tag_name):(this._do_optional_end_element(se)&&(se.is_inline_element||Y.print_newline(!1)),this._tag_stack.record_tag(se),(se.tag_name==="script"||se.tag_name==="style")&&!(se.is_unformatted||se.is_content_unformatted)&&(se.custom_beautifier_name=N(se.tag_check,$)))),K(se.tag_check,this._options.extra_liners)&&(Y.print_newline(!1),Y._output.just_added_blankline()||Y.print_newline(!0)),se.is_empty_element){if(se.tag_start_char==="{"&&se.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),se.indent_content=!0;var le=Y.current_line_has_match(/{{#if/);le||Y.print_newline(!1)}se.tag_name==="!--"&&J.type===R.TAG_CLOSE&&ee.is_end_tag&&se.text.indexOf(`
`)===-1||(se.is_inline_element||se.is_unformatted||Y.print_newline(!1),this._calcluate_parent_multiline(Y,se))}else if(se.is_end_tag){var Z=!1;Z=se.start_tag_token&&se.start_tag_token.multiline_content,Z=Z||!se.is_inline_element&&!(ee.is_inline_element||ee.is_unformatted)&&!(J.type===R.TAG_CLOSE&&se.start_tag_token===ee)&&J.type!=="TK_CONTENT",(se.is_content_unformatted||se.is_unformatted)&&(Z=!1),Z&&Y.print_newline(!1)}else se.indent_content=!se.custom_beautifier_name,se.tag_start_char==="<"&&(se.tag_name==="html"?se.indent_content=this._options.indent_inner_html:se.tag_name==="head"?se.indent_content=this._options.indent_head_inner_html:se.tag_name==="body"&&(se.indent_content=this._options.indent_body_inner_html)),!(se.is_inline_element||se.is_unformatted)&&(J.type!=="TK_CONTENT"||se.is_content_unformatted)&&Y.print_newline(!1),this._calcluate_parent_multiline(Y,se)},ae.prototype._calcluate_parent_multiline=function(Y,$){$.parent&&Y._output.just_added_newline()&&!(($.is_inline_element||$.is_unformatted)&&$.parent.is_inline_element)&&($.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"],X=["a","audio","del","ins","map","noscript","video"];ae.prototype._do_optional_end_element=function(Y){var $=null;if(!(Y.is_empty_element||!Y.is_start_tag||!Y.parent)){if(Y.tag_name==="body")$=$||this._tag_stack.try_pop("head");else if(Y.tag_name==="li")$=$||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(Y.tag_name==="dd"||Y.tag_name==="dt")$=$||this._tag_stack.try_pop("dt",["dl"]),$=$||this._tag_stack.try_pop("dd",["dl"]);else if(Y.parent.tag_name==="p"&&ue.indexOf(Y.tag_name)!==-1){var se=Y.parent.parent;(!se||X.indexOf(se.tag_name)===-1)&&($=$||this._tag_stack.try_pop("p"))}else Y.tag_name==="rp"||Y.tag_name==="rt"?($=$||this._tag_stack.try_pop("rt",["ruby","rtc"]),$=$||this._tag_stack.try_pop("rp",["ruby","rtc"])):Y.tag_name==="optgroup"?$=$||this._tag_stack.try_pop("optgroup",["select"]):Y.tag_name==="option"?$=$||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):Y.tag_name==="colgroup"?$=$||this._tag_stack.try_pop("caption",["table"]):Y.tag_name==="thead"?($=$||this._tag_stack.try_pop("caption",["table"]),$=$||this._tag_stack.try_pop("colgroup",["table"])):Y.tag_name==="tbody"||Y.tag_name==="tfoot"?($=$||this._tag_stack.try_pop("caption",["table"]),$=$||this._tag_stack.try_pop("colgroup",["table"]),$=$||this._tag_stack.try_pop("thead",["table"]),$=$||this._tag_stack.try_pop("tbody",["table"])):Y.tag_name==="tr"?($=$||this._tag_stack.try_pop("caption",["table"]),$=$||this._tag_stack.try_pop("colgroup",["table"]),$=$||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(Y.tag_name==="th"||Y.tag_name==="td")&&($=$||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),$=$||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return Y.parent=this._tag_stack.get_parser_token(),$}},p.exports.Beautifier=ae},function(p,y,m){var b=m(6).Options;function A(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"])}A.prototype=new b,p.exports.Options=A},function(p,y,m){var b=m(9).Tokenizer,A=m(9).TOKEN,k=m(13).Directives,R=m(14).TemplatablePattern,S=m(12).Pattern,I={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:A.START,RAW:A.RAW,EOF:A.EOF},M=new k(/<\!--/,/-->/),B=function(N,K){b.call(this,N,K),this._current_tag_name="";var G=new R(this._input).read_options(this._options),H=new S(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:H.matching(/\@[a-zA-Z]+[^({]*[({]/),handlebars_comment:H.starting_with(/{{!--/).until_after(/--}}/),handlebars:H.starting_with(/{{/).until_after(/}}/),handlebars_open:H.until(/[\n\r\t }]/),handlebars_raw_close:H.until(/}}/),comment:H.starting_with(/<!--/).until_after(/-->/),cdata:H.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:H.starting_with(/<!\[/).until_after(/]>/),processing:H.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=H.matching(ae).until_after(ae)}};B.prototype=new b,B.prototype._is_comment=function(N){return!1},B.prototype._is_opening=function(N){return N.type===I.TAG_OPEN||N.type===I.CONTROL_FLOW_OPEN},B.prototype._is_closing=function(N,K){return N.type===I.TAG_CLOSE&&K&&((N.text===">"||N.text==="/>")&&K.text[0]==="<"||N.text==="}}"&&K.text[0]==="{"&&K.text[1]==="{")||N.type===I.CONTROL_FLOW_CLOSE&&N.text==="}"&&K.text.endsWith("{")},B.prototype._reset=function(){this._current_tag_name=""},B.prototype._get_next_token=function(N,K){var G=null;this._readWhitespace();var H=this._input.peek();return H===null?this._create_token(I.EOF,""):(G=G||this._read_open_handlebars(H,K),G=G||this._read_attribute(H,N,K),G=G||this._read_close(H,K),G=G||this._read_script_and_style(H,N),G=G||this._read_control_flows(H,K),G=G||this._read_raw_content(H,N,K),G=G||this._read_content_word(H,K),G=G||this._read_comment_or_cdata(H),G=G||this._read_processing(H),G=G||this._read_open(H,K),G=G||this._create_token(I.UNKNOWN,this._input.next()),G)},B.prototype._read_comment_or_cdata=function(N){var K=null,G=null,H=null;if(N==="<"){var ae=this._input.peek(1);ae==="!"&&(G=this.__patterns.comment.read(),G?(H=M.get_directives(G),H&&H.ignore==="start"&&(G+=M.readIgnored(this._input))):G=this.__patterns.cdata.read()),G&&(K=this._create_token(I.COMMENT,G),K.directives=H)}return K},B.prototype._read_processing=function(N){var K=null,G=null,H=null;if(N==="<"){var ae=this._input.peek(1);(ae==="!"||ae==="?")&&(G=this.__patterns.conditional_comment.read(),G=G||this.__patterns.processing.read()),G&&(K=this._create_token(I.COMMENT,G),K.directives=H)}return K},B.prototype._read_open=function(N,K){var G=null,H=null;return(!K||K.type===I.CONTROL_FLOW_OPEN)&&N==="<"&&(G=this._input.next(),this._input.peek()==="/"&&(G+=this._input.next()),G+=this.__patterns.element_name.read(),H=this._create_token(I.TAG_OPEN,G)),H},B.prototype._read_open_handlebars=function(N,K){var G=null,H=null;return(!K||K.type===I.CONTROL_FLOW_OPEN)&&(this._options.templating.includes("angular")||this._options.indent_handlebars)&&N==="{"&&this._input.peek(1)==="{"&&(this._options.indent_handlebars&&this._input.peek(2)==="!"?(G=this.__patterns.handlebars_comment.read(),G=G||this.__patterns.handlebars.read(),H=this._create_token(I.COMMENT,G)):(G=this.__patterns.handlebars_open.read(),H=this._create_token(I.TAG_OPEN,G))),H},B.prototype._read_control_flows=function(N,K){var G="",H=null;if(!this._options.templating.includes("angular"))return H;if(N==="@"){if(G=this.__patterns.angular_control_flow_start.read(),G==="")return H;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}H=this._create_token(I.CONTROL_FLOW_OPEN,G)}else N==="}"&&K&&K.type===I.CONTROL_FLOW_OPEN&&(G=this._input.next(),H=this._create_token(I.CONTROL_FLOW_CLOSE,G));return H},B.prototype._read_close=function(N,K){var G=null,H=null;return K&&K.type===I.TAG_OPEN&&(K.text[0]==="<"&&(N===">"||N==="/"&&this._input.peek(1)===">")?(G=this._input.next(),N==="/"&&(G+=this._input.next()),H=this._create_token(I.TAG_CLOSE,G)):K.text[0]==="{"&&N==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),H=this._create_token(I.TAG_CLOSE,"}}"))),H},B.prototype._read_attribute=function(N,K,G){var H=null,ae="";if(G&&G.text[0]==="<")if(N==="=")H=this._create_token(I.EQUALS,this._input.next());else if(N==='"'||N==="'"){var ie=this._input.next();N==='"'?ie+=this.__patterns.double_quote.read():ie+=this.__patterns.single_quote.read(),H=this._create_token(I.VALUE,ie)}else ae=this.__patterns.attribute.read(),ae&&(K.type===I.EQUALS?H=this._create_token(I.VALUE,ae):H=this._create_token(I.ATTRIBUTE,ae));return H},B.prototype._is_content_unformatted=function(N){return this._options.void_elements.indexOf(N)===-1&&(this._options.content_unformatted.indexOf(N)!==-1||this._options.unformatted.indexOf(N)!==-1)},B.prototype._read_raw_content=function(N,K,G){var H="";if(G&&G.text[0]==="{")H=this.__patterns.handlebars_raw_close.read();else if(K.type===I.TAG_CLOSE&&K.opened.text[0]==="<"&&K.text[0]!=="/"){var ae=K.opened.text.substr(1).toLowerCase();this._is_content_unformatted(ae)&&(H=this._input.readUntil(new RegExp("</"+ae+"[\\n\\r\\t ]*?>","ig")))}return H?this._create_token(I.TEXT,H):null},B.prototype._read_script_and_style=function(N,K){if(K.type===I.TAG_CLOSE&&K.opened.text[0]==="<"&&K.text[0]!=="/"){var G=K.opened.text.substr(1).toLowerCase();if(G==="script"||G==="style"){var H=this._read_comment_or_cdata(N);if(H)return H.type=I.TEXT,H;var ae=this._input.readUntil(new RegExp("</"+G+"[\\n\\r\\t ]*?>","ig"));if(ae)return this._create_token(I.TEXT,ae)}}return null},B.prototype._read_content_word=function(N,K){var G="";return this._options.unformatted_content_delimiter&&N===this._options.unformatted_content_delimiter[0]&&(G=this.__patterns.unformatted_content_delimiter.read()),G||(G=K&&K.type===I.CONTROL_FLOW_OPEN?this.__patterns.word_control_flow_close_excluded.read():this.__patterns.word.read()),G?this._create_token(I.TEXT,G):null},p.exports.Tokenizer=B,p.exports.TOKEN=I}],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(g,r),i!==void 0&&(d.exports=i);else var f,o})()},58553:function(d,g){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,A){var k=new p(b,A);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,A=x(7).Tokenizer,k=x(7).line_starters,R=x(7).positionable_operators,S=x(7).TOKEN;function I(U,ne){return ne.indexOf(U)!==-1}function M(U){return U.replace(/^\s+/g,"")}function B(U){for(var ne={},me=0;me<U.length;me++)ne[U[me].replace(/-/g,"_")]=U[me];return ne}function N(U,ne){return U&&U.type===S.RESERVED&&U.text===ne}function K(U,ne){return U&&U.type===S.RESERVED&&I(U.text,ne)}var G=["case","return","do","if","throw","else","await","break","continue","async"],H=["before-newline","after-newline","preserve-newline"],ae=B(H),ie=[ae.before_newline,ae.preserve_newline],ue={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function X(U,ne){ne.multiline_frame||ne.mode===ue.ForInitializer||ne.mode===ue.Conditional||U.remove_indent(ne.start_line_index)}function Y(U){U=U.replace(m.allLineBreaks,`
`);for(var ne=[],me=U.indexOf(`
`);me!==-1;)ne.push(U.substring(0,me)),U=U.substring(me+1),me=U.indexOf(`
`);return U.length&&ne.push(U),ne}function $(U){return U===ue.ArrayLiteral}function se(U){return I(U,[ue.Expression,ue.ForInitializer,ue.Conditional])}function ee(U,ne){for(var me=0;me<U.length;me++){var Ee=U[me].trim();if(Ee.charAt(0)!==ne)return!1}return!0}function J(U,ne){for(var me=0,Ee=U.length,Pe;me<Ee;me++)if(Pe=U[me],Pe&&Pe.indexOf(ne)!==0)return!1;return!0}function le(U,ne){ne=ne||{},this._source_text=U||"",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(ne)}le.prototype.create_flags=function(U,ne){var me=0;U&&(me=U.indentation_level,!this._output.just_added_newline()&&U.line_indent_level>me&&(me=U.line_indent_level));var Ee={mode:ne,parent:U,last_token:U?U.last_token:new y(S.START_BLOCK,""),last_word:U?U.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:U?U.line_indent_level:me,start_line_index:this._output.get_line_number(),ternary_depth:0};return Ee},le.prototype._reset=function(U){var ne=U.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new p(this._options,ne),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(ue.BlockStatement);var me=new A(U,this._options);return this._tokens=me.tokenize(),U},le.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var U,ne=this._reset(this._source_text),me=this._options.eol;this._options.eol==="auto"&&(me=`
`,ne&&m.lineBreak.test(ne||"")&&(me=ne.match(m.lineBreak)[0]));for(var Ee=this._tokens.next();Ee;)this.handle_token(Ee),this._last_last_text=this._flags.last_token.text,this._flags.last_token=Ee,Ee=this._tokens.next();return U=this._output.get_code(me),U},le.prototype.handle_token=function(U,ne){U.type===S.START_EXPR?this.handle_start_expr(U):U.type===S.END_EXPR?this.handle_end_expr(U):U.type===S.START_BLOCK?this.handle_start_block(U):U.type===S.END_BLOCK?this.handle_end_block(U):U.type===S.WORD?this.handle_word(U):U.type===S.RESERVED?this.handle_word(U):U.type===S.SEMICOLON?this.handle_semicolon(U):U.type===S.STRING?this.handle_string(U):U.type===S.EQUALS?this.handle_equals(U):U.type===S.OPERATOR?this.handle_operator(U):U.type===S.COMMA?this.handle_comma(U):U.type===S.BLOCK_COMMENT?this.handle_block_comment(U,ne):U.type===S.COMMENT?this.handle_comment(U,ne):U.type===S.DOT?this.handle_dot(U):U.type===S.EOF?this.handle_eof(U):U.type===S.UNKNOWN?this.handle_unknown(U,ne):this.handle_unknown(U,ne)},le.prototype.handle_whitespace_and_comments=function(U,ne){var me=U.newlines,Ee=this._options.keep_array_indentation&&$(this._flags.mode);if(U.comments_before)for(var Pe=U.comments_before.next();Pe;)this.handle_whitespace_and_comments(Pe,ne),this.handle_token(Pe,ne),Pe=U.comments_before.next();if(Ee)for(var We=0;We<me;We+=1)this.print_newline(We>0,ne);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,ne);for(var Fe=1;Fe<me;Fe+=1)this.print_newline(!0,ne)}};var Z=["async","break","continue","return","throw","yield"];le.prototype.allow_wrap_or_preserved_newline=function(U,ne){if(ne=ne===void 0?!1:ne,!this._output.just_added_newline()){var me=this._options.preserve_newlines&&U.newlines||ne,Ee=I(this._flags.last_token.text,R)||I(U.text,R);if(Ee){var Pe=I(this._flags.last_token.text,R)&&I(this._options.operator_position,ie)||I(U.text,R);me=me&&Pe}if(me)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(K(this._flags.last_token,Z))return;this._output.set_wrap_point()}}},le.prototype.print_newline=function(U,ne){if(!ne&&this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==S.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&&N(me,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(U)&&(this._flags.multiline_frame=!0)},le.prototype.print_token_line_indentation=function(U){this._output.just_added_newline()&&(this._options.keep_array_indentation&&U.newlines&&(U.text==="["||$(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(U.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(U){if(this._output.raw){this._output.add_raw_token(U);return}if(this._options.comma_first&&U.previous&&U.previous.type===S.COMMA&&this._output.just_added_newline()&&this._output.previous_line.last()===","){var ne=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(ne),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(U),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(U),this._output.non_breaking_space=!0,this._output.add_token(U.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(U){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,U),this._flags=this.create_flags(this._previous_flags,U),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&&X(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||K(this._flags.last_token,["get","set"]))},le.prototype.start_of_statement=function(U){var ne=!1;return ne=ne||K(this._flags.last_token,["var","let","const"])&&U.type===S.WORD,ne=ne||N(this._flags.last_token,"do"),ne=ne||!(this._flags.parent.mode===ue.ObjectLiteral&&this._flags.mode===ue.Statement)&&K(this._flags.last_token,Z)&&!U.newlines,ne=ne||N(this._flags.last_token,"else")&&!(N(U,"if")&&!U.comments_before),ne=ne||this._flags.last_token.type===S.END_EXPR&&(this._previous_flags.mode===ue.ForInitializer||this._previous_flags.mode===ue.Conditional),ne=ne||this._flags.last_token.type===S.WORD&&this._flags.mode===ue.BlockStatement&&!this._flags.in_case&&!(U.text==="--"||U.text==="++")&&this._last_last_text!=="function"&&U.type!==S.WORD&&U.type!==S.RESERVED,ne=ne||this._flags.mode===ue.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||K(this._flags.last_token,["get","set"])),ne?(this.set_mode(ue.Statement),this.indent(),this.handle_whitespace_and_comments(U,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(U,K(U,["do","for","if","while"])),!0):!1},le.prototype.handle_start_expr=function(U){this.start_of_statement(U)||this.handle_whitespace_and_comments(U);var ne=ue.Expression;if(U.text==="["){if(this._flags.last_token.type===S.WORD||this._flags.last_token.text===")"){K(this._flags.last_token,k)&&(this._output.space_before_token=!0),this.print_token(U),this.set_mode(ne),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}ne=ue.ArrayLiteral,$(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()),I(this._flags.last_token.type,[S.START_EXPR,S.END_EXPR,S.WORD,S.OPERATOR,S.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===S.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,ne=ue.ForInitializer):I(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,ne=ue.Conditional):I(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&U.whitespace_before===""?this._output.space_before_token=!1:(I(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===S.EQUALS||this._flags.last_token.type===S.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(U);else if(this._flags.last_token.type===S.WORD){this._output.space_before_token=!1;var me=this._tokens.peek(-3);if(this._options.space_after_named_function&&me){var Ee=this._tokens.peek(-4);K(me,["async","function"])||me.text==="*"&&K(Ee,["async","function"])?this._output.space_before_token=!0:this._flags.mode===ue.ObjectLiteral?(me.text==="{"||me.text===","||me.text==="*"&&(Ee.text==="{"||Ee.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(U);(this._flags.last_token.type===S.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(I(this._last_last_text,["function","yield"])||this._flags.mode===ue.ObjectLiteral&&I(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===S.START_BLOCK?this.print_newline():(this._flags.last_token.type===S.END_EXPR||this._flags.last_token.type===S.START_EXPR||this._flags.last_token.type===S.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===S.COMMA)&&this.allow_wrap_or_preserved_newline(U,U.newlines),this.print_token(U),this.set_mode(ne),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},le.prototype.handle_end_expr=function(U){for(;this._flags.mode===ue.Statement;)this.restore_mode();this.handle_whitespace_and_comments(U),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(U,U.text==="]"&&$(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===S.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(U),this.restore_mode(),X(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(U){this.handle_whitespace_and_comments(U);var ne=this._tokens.peek(),me=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===S.END_EXPR?(this.set_mode(ue.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(ue.BlockStatement):me&&(I(me.text,[":",","])&&I(ne.type,[S.STRING,S.WORD,S.RESERVED])||I(ne.text,["get","set","..."])&&I(me.type,[S.WORD,S.RESERVED]))?I(this._last_last_text,["class","interface"])&&!I(me.text,[":",","])?this.set_mode(ue.BlockStatement):this.set_mode(ue.ObjectLiteral):this._flags.last_token.type===S.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(ue.BlockStatement):I(this._flags.last_token.type,[S.EQUALS,S.START_EXPR,S.COMMA,S.OPERATOR])||K(this._flags.last_token,["return","throw","import","default"])?this.set_mode(ue.ObjectLiteral):this.set_mode(ue.BlockStatement),this._flags.last_token&&K(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var Ee=!ne.comments_before&&ne.text==="}",Pe=Ee&&this._flags.last_word==="function"&&this._flags.last_token.type===S.END_EXPR;if(this._options.brace_preserve_inline){var We=0,Fe=null;this._flags.inline_frame=!0;do if(We+=1,Fe=this._tokens.peek(We-1),Fe.newlines){this._flags.inline_frame=!1;break}while(Fe.type!==S.EOF&&!(Fe.type===S.END_BLOCK&&Fe.opened===U))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&U.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==S.OPERATOR&&(Pe||this._flags.last_token.type===S.EQUALS||K(this._flags.last_token,G)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):($(this._previous_flags.mode)&&(this._flags.last_token.type===S.START_EXPR||this._flags.last_token.type===S.COMMA)&&((this._flags.last_token.type===S.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===S.COMMA||this._flags.last_token.type===S.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(U),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==S.OPERATOR&&this._flags.last_token.type!==S.START_EXPR&&(I(this._flags.last_token.type,[S.START_BLOCK,S.SEMICOLON])&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(U),this.indent(),!Ee&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},le.prototype.handle_end_block=function(U){for(this.handle_whitespace_and_comments(U);this._flags.mode===ue.Statement;)this.restore_mode();var ne=this._flags.last_token.type===S.START_BLOCK;this._flags.inline_frame&&!ne?this._output.space_before_token=!0:this._options.brace_style==="expand"?ne||this.print_newline():ne||($(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(U)},le.prototype.handle_word=function(U){if(U.type===S.RESERVED){if(I(U.text,["set","get"])&&this._flags.mode!==ue.ObjectLiteral)U.type=S.WORD;else if(U.text==="import"&&I(this._tokens.peek().text,["(","."]))U.type=S.WORD;else if(I(U.text,["as","from"])&&!this._flags.import_block)U.type=S.WORD;else if(this._flags.mode===ue.ObjectLiteral){var ne=this._tokens.peek();ne.text===":"&&(U.type=S.WORD)}}if(this.start_of_statement(U)?K(this._flags.last_token,["var","let","const"])&&U.type===S.WORD&&(this._flags.declaration_statement=!0):U.newlines&&!se(this._flags.mode)&&(this._flags.last_token.type!==S.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==S.EQUALS&&(this._options.preserve_newlines||!K(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(U),this.print_newline()):this.handle_whitespace_and_comments(U),this._flags.do_block&&!this._flags.do_while)if(N(U,"while")){this._output.space_before_token=!0,this.print_token(U),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&&N(U,"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&&K(U,["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(U),this._flags.in_case=!0;return}if((this._flags.last_token.type===S.COMMA||this._flags.last_token.type===S.START_EXPR||this._flags.last_token.type===S.EQUALS||this._flags.last_token.type===S.OPERATOR)&&!this.start_of_object_property()&&!(I(this._flags.last_token.text,["+","-"])&&this._last_last_text===":"&&this._flags.parent.mode===ue.ObjectLiteral)&&this.allow_wrap_or_preserved_newline(U),N(U,"function")){(I(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(I(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===S.OPERATOR))&&!this._output.just_added_blankline()&&!U.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===S.RESERVED||this._flags.last_token.type===S.WORD?K(this._flags.last_token,["get","set","new","export"])||K(this._flags.last_token,Z)?this._output.space_before_token=!0:N(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===S.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(se(this._flags.mode)||$(this._flags.mode))||this.print_newline(),this.print_token(U),this._flags.last_word=U.text;return}var me="NONE";if(this._flags.last_token.type===S.END_BLOCK?this._previous_flags.inline_frame?me="SPACE":K(U,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&U.newlines?me="NEWLINE":(me="SPACE",this._output.space_before_token=!0):me="NEWLINE":this._flags.last_token.type===S.SEMICOLON&&this._flags.mode===ue.BlockStatement?me="NEWLINE":this._flags.last_token.type===S.SEMICOLON&&se(this._flags.mode)?me="SPACE":this._flags.last_token.type===S.STRING?me="NEWLINE":this._flags.last_token.type===S.RESERVED||this._flags.last_token.type===S.WORD||this._flags.last_token.text==="*"&&(I(this._last_last_text,["function","yield"])||this._flags.mode===ue.ObjectLiteral&&I(this._last_last_text,["{",","]))?me="SPACE":this._flags.last_token.type===S.START_BLOCK?this._flags.inline_frame?me="SPACE":me="NEWLINE":this._flags.last_token.type===S.END_EXPR&&(this._output.space_before_token=!0,me="NEWLINE"),K(U,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"),K(U,["else","catch","finally"]))if((!(this._flags.last_token.type===S.END_BLOCK&&this._previous_flags.mode===ue.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&U.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var Ee=this._output.current_line;Ee.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else me==="NEWLINE"?K(this._flags.last_token,G)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&K(U,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==S.END_EXPR?(this._flags.last_token.type!==S.START_EXPR||!K(U,["var","let","const"]))&&this._flags.last_token.text!==":"&&(N(U,"if")&&N(U.previous,"else")?this._output.space_before_token=!0:this.print_newline()):K(U,k)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&$(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():me==="SPACE"&&(this._output.space_before_token=!0);U.previous&&(U.previous.type===S.WORD||U.previous.type===S.RESERVED)&&(this._output.space_before_token=!0),this.print_token(U),this._flags.last_word=U.text,U.type===S.RESERVED&&(U.text==="do"?this._flags.do_block=!0:U.text==="if"?this._flags.if_block=!0:U.text==="import"?this._flags.import_block=!0:this._flags.import_block&&N(U,"from")&&(this._flags.import_block=!1))},le.prototype.handle_semicolon=function(U){this.start_of_statement(U)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(U);for(var ne=this._tokens.peek();this._flags.mode===ue.Statement&&!(this._flags.if_block&&N(ne,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(U)},le.prototype.handle_string=function(U){U.text.startsWith("`")&&U.newlines===0&&U.whitespace_before===""&&(U.previous.text===")"||this._flags.last_token.type===S.WORD)||(this.start_of_statement(U)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(U),this._flags.last_token.type===S.RESERVED||this._flags.last_token.type===S.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===S.COMMA||this._flags.last_token.type===S.START_EXPR||this._flags.last_token.type===S.EQUALS||this._flags.last_token.type===S.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(U):U.text.startsWith("`")&&this._flags.last_token.type===S.END_EXPR&&(U.previous.text==="]"||U.previous.text===")")&&U.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(U)},le.prototype.handle_equals=function(U){this.start_of_statement(U)||this.handle_whitespace_and_comments(U),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(U),this._output.space_before_token=!0},le.prototype.handle_comma=function(U){this.handle_whitespace_and_comments(U,!0),this.print_token(U),this._output.space_before_token=!0,this._flags.declaration_statement?(se(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(U)):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(U)},le.prototype.handle_operator=function(U){var ne=U.text==="*"&&(K(this._flags.last_token,["function","yield"])||I(this._flags.last_token.type,[S.START_BLOCK,S.COMMA,S.END_BLOCK,S.SEMICOLON])),me=I(U.text,["-","+"])&&(I(this._flags.last_token.type,[S.START_BLOCK,S.START_EXPR,S.EQUALS,S.OPERATOR])||I(this._flags.last_token.text,k)||this._flags.last_token.text===",");if(!this.start_of_statement(U)){var Ee=!ne;this.handle_whitespace_and_comments(U,Ee)}if(U.text==="*"&&this._flags.last_token.type===S.DOT){this.print_token(U);return}if(U.text==="::"){this.print_token(U);return}if(I(U.text,["-","+"])&&this.start_of_object_property()){this.print_token(U);return}if(this._flags.last_token.type===S.OPERATOR&&I(this._options.operator_position,ie)&&this.allow_wrap_or_preserved_newline(U),U.text===":"&&this._flags.in_case){this.print_token(U),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==S.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 Pe=!0,We=!0,Fe=!1;if(U.text===":"?this._flags.ternary_depth===0?Pe=!1:(this._flags.ternary_depth-=1,Fe=!0):U.text==="?"&&(this._flags.ternary_depth+=1),!me&&!ne&&this._options.preserve_newlines&&I(U.text,R)){var Lt=U.text===":",mt=Lt&&Fe,wt=Lt&&!Fe;switch(this._options.operator_position){case ae.before_newline:this._output.space_before_token=!wt,this.print_token(U),(!Lt||mt)&&this.allow_wrap_or_preserved_newline(U),this._output.space_before_token=!0;return;case ae.after_newline:this._output.space_before_token=!0,!Lt||mt?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(U):this._output.space_before_token=!1,this.print_token(U),this._output.space_before_token=!0;return;case ae.preserve_newline:wt||this.allow_wrap_or_preserved_newline(U),Pe=!(this._output.just_added_newline()||wt),this._output.space_before_token=Pe,this.print_token(U),this._output.space_before_token=!0;return}}if(ne){this.allow_wrap_or_preserved_newline(U),Pe=!1;var Gt=this._tokens.peek();We=Gt&&I(Gt.type,[S.WORD,S.RESERVED])}else if(U.text==="...")this.allow_wrap_or_preserved_newline(U),Pe=this._flags.last_token.type===S.START_BLOCK,We=!1;else if(I(U.text,["--","++","!","~"])||me){if((this._flags.last_token.type===S.COMMA||this._flags.last_token.type===S.START_EXPR)&&this.allow_wrap_or_preserved_newline(U),Pe=!1,We=!1,U.newlines&&(U.text==="--"||U.text==="++"||U.text==="~")){var Ft=K(this._flags.last_token,G)&&U.newlines;Ft&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(Ft,!0)}this._flags.last_token.text===";"&&se(this._flags.mode)&&(Pe=!0),this._flags.last_token.type===S.RESERVED?Pe=!0:this._flags.last_token.type===S.END_EXPR?Pe=!(this._flags.last_token.text==="]"&&(U.text==="--"||U.text==="++")):this._flags.last_token.type===S.OPERATOR&&(Pe=I(U.text,["--","-","++","+"])&&I(this._flags.last_token.text,["--","-","++","+"]),I(U.text,["+","-"])&&I(this._flags.last_token.text,["--","++"])&&(We=!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||Pe,this.print_token(U),this._output.space_before_token=We},le.prototype.handle_block_comment=function(U,ne){if(this._output.raw){this._output.add_raw_token(U),U.directives&&U.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(U.directives){this.print_newline(!1,ne),this.print_token(U),U.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!m.newline.test(U.text)&&!U.newlines){this._output.space_before_token=!0,this.print_token(U),this._output.space_before_token=!0;return}else this.print_block_commment(U,ne)},le.prototype.print_block_commment=function(U,ne){var me=Y(U.text),Ee,Pe=!1,We=!1,Fe=U.whitespace_before,Lt=Fe.length;if(this.print_newline(!1,ne),this.print_token_line_indentation(U),this._output.add_token(me[0]),this.print_newline(!1,ne),me.length>1){for(me=me.slice(1),Pe=ee(me,"*"),We=J(me,Fe),Pe&&(this._flags.alignment=1),Ee=0;Ee<me.length;Ee++)Pe?(this.print_token_line_indentation(U),this._output.add_token(M(me[Ee]))):We&&me[Ee]?(this.print_token_line_indentation(U),this._output.add_token(me[Ee].substring(Lt))):(this._output.current_line.set_indent(-1),this._output.add_token(me[Ee])),this.print_newline(!1,ne);this._flags.alignment=0}},le.prototype.handle_comment=function(U,ne){U.newlines?this.print_newline(!1,ne):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(U),this.print_newline(!1,ne)},le.prototype.handle_dot=function(U){this.start_of_statement(U)||this.handle_whitespace_and_comments(U,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),K(this._flags.last_token,G)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(U,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(U)},le.prototype.handle_unknown=function(U,ne){this.print_token(U),U.text[U.text.length-1]===`
`&&this.print_newline(!1,ne)},le.prototype.handle_eof=function(U){for(;this._flags.mode===ue.Statement;)this.restore_mode();this.handle_whitespace_and_comments(U)},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 A=this.__lines[b];if(A.is_empty())break;if(A.item(0).indexOf(y)!==0&&A.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]+\\}",A="(?:"+b+"|["+x+y+"])",k="(?:"+b+"|["+p+y+m+"])*";a.identifier=new RegExp(A+k,"g"),a.identifierStart=new RegExp(A),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 A=this.raw_options.brace_style||null;A==="expand-strict"?this.raw_options.brace_style="expand":A==="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],A=m||[];return typeof b=="object"?b!==null&&typeof b.concat=="function"&&(A=b.concat()):typeof b=="string"&&(A=b.split(/[^a-zA-Z0-9_\/\-]+/)),A},a.prototype._get_boolean=function(y,m){var b=this.raw_options[y],A=b===void 0?!!m:!!b;return A},a.prototype._get_characters=function(y,m){var b=this.raw_options[y],A=m||"";return typeof b=="string"&&(A=b.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),A},a.prototype._get_number=function(y,m){var b=this.raw_options[y];m=parseInt(m,10),isNaN(m)&&(m=0);var A=parseInt(b,10);return isNaN(A)&&(A=m),A},a.prototype._get_selection=function(y,m,b){var A=this._get_selection_list(y,m,b);if(A.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 A[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 A=this._get_array(y,b);if(!this._is_valid_selection(A,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 A},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 A;for(A in y)A!==m&&(b[A]=y[A]);if(m&&y[m])for(A in y[m])b[A]=y[m][A];return b}function p(y){var m={},b;for(b in y){var A=b.replace(/-/g,"_");m[A]=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,A=x(4),k=x(12).Pattern,R=x(14).TemplatablePattern;function S(ee,J){return J.indexOf(ee)!==-1}var I={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_]+)?/,N=/[0-9]/,K=/[^\d\.]/,G=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),H=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";H=H.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),H="\\?\\.(?!\\d) "+H,H=H.replace(/ /g,"|");var ae=new RegExp(H),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"]),X=new RegExp("^(?:"+ue.join("|")+")$"),Y,$=function(ee,J){y.call(this,ee,J),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(A.identifier).matching(A.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(A.lineBreak),shebang:le.starting_with(/#!/).until_after(A.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(/[`}\\]/)}};$.prototype=new y,$.prototype._is_comment=function(ee){return ee.type===I.COMMENT||ee.type===I.BLOCK_COMMENT||ee.type===I.UNKNOWN},$.prototype._is_opening=function(ee){return ee.type===I.START_BLOCK||ee.type===I.START_EXPR},$.prototype._is_closing=function(ee,J){return(ee.type===I.END_BLOCK||ee.type===I.END_EXPR)&&J&&(ee.text==="]"&&J.text==="["||ee.text===")"&&J.text==="("||ee.text==="}"&&J.text==="{")},$.prototype._reset=function(){Y=!1},$.prototype._get_next_token=function(ee,J){var le=null;this._readWhitespace();var Z=this._input.peek();return Z===null?this._create_token(I.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(I.UNKNOWN,this._input.next()),le)},$.prototype._read_word=function(ee){var J;if(J=this.__patterns.identifier.read(),J!=="")return J=J.replace(A.allLineBreaks,`
`),!(ee.type===I.DOT||ee.type===I.RESERVED&&(ee.text==="set"||ee.text==="get"))&&X.test(J)?(J==="in"||J==="of")&&(ee.type===I.WORD||ee.type===I.STRING)?this._create_token(I.OPERATOR,J):this._create_token(I.RESERVED,J):this._create_token(I.WORD,J);if(J=this.__patterns.number.read(),J!=="")return this._create_token(I.WORD,J)},$.prototype._read_singles=function(ee){var J=null;return ee==="("||ee==="["?J=this._create_token(I.START_EXPR,ee):ee===")"||ee==="]"?J=this._create_token(I.END_EXPR,ee):ee==="{"?J=this._create_token(I.START_BLOCK,ee):ee==="}"?J=this._create_token(I.END_BLOCK,ee):ee===";"?J=this._create_token(I.SEMICOLON,ee):ee==="."&&K.test(this._input.peek(1))?J=this._create_token(I.DOT,ee):ee===","&&(J=this._create_token(I.COMMA,ee)),J&&this._input.next(),J},$.prototype._read_pair=function(ee,J){var le=null;return ee==="#"&&J==="{"&&(le=this._create_token(I.START_BLOCK,ee+J)),le&&(this._input.next(),this._input.next()),le},$.prototype._read_punctuation=function(){var ee=this.__patterns.punct.read();if(ee!=="")return ee==="="?this._create_token(I.EQUALS,ee):ee==="?."?this._create_token(I.DOT,ee):this._create_token(I.OPERATOR,ee)},$.prototype._read_non_javascript=function(ee){var J="";if(ee==="#"){if(this._is_first_token()&&(J=this.__patterns.shebang.read(),J))return this._create_token(I.UNKNOWN,J.trim()+`
`);if(J=this.__patterns.include.read(),J)return this._create_token(I.UNKNOWN,J.trim()+`
`);ee=this._input.next();var le="#";if(this._input.hasNext()&&this._input.testChar(N)){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(I.WORD,le)}this._input.back()}else if(ee==="<"&&this._is_first_token()){if(J=this.__patterns.html_comment_start.read(),J){for(;this._input.hasNext()&&!this._input.testChar(A.newline);)J+=this._input.next();return Y=!0,this._create_token(I.COMMENT,J)}}else if(Y&&ee==="-"&&(J=this.__patterns.html_comment_end.read(),J))return Y=!1,this._create_token(I.COMMENT,J);return null},$.prototype._read_comment=function(ee){var J=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(A.allLineBreaks,`
`),J=this._create_token(I.BLOCK_COMMENT,le),J.directives=Z}else this._input.peek(1)==="/"&&(le=this.__patterns.comment.read(),J=this._create_token(I.COMMENT,le))}return J},$.prototype._read_string=function(ee){if(ee==="`"||ee==="'"||ee==='"'){var J=this._input.next();return this.has_char_escapes=!1,ee==="`"?J+=this._read_string_recursive("`",!0,"${"):J+=this._read_string_recursive(ee),this.has_char_escapes&&this._options.unescape_strings&&(J=se(J)),this._input.peek()===ee&&(J+=this._input.next()),J=J.replace(A.allLineBreaks,`
`),this._create_token(I.STRING,J)}return null},$.prototype._allow_regexp_or_xml=function(ee){return ee.type===I.RESERVED&&S(ee.text,["return","case","throw","else","do","typeof","yield"])||ee.type===I.END_EXPR&&ee.text===")"&&ee.opened.previous.type===I.RESERVED&&S(ee.opened.previous.text,["if","while","for"])||S(ee.type,[I.COMMENT,I.START_EXPR,I.START_BLOCK,I.START,I.END_BLOCK,I.OPERATOR,I.EQUALS,I.EOF,I.SEMICOLON,I.COMMA])},$.prototype._read_regexp=function(ee,J){if(ee==="/"&&this._allow_regexp_or_xml(J)){for(var le=this._input.next(),Z=!1,U=!1;this._input.hasNext()&&(Z||U||this._input.peek()!==ee)&&!this._input.testChar(A.newline);)le+=this._input.peek(),Z?Z=!1:(Z=this._input.peek()==="\\",this._input.peek()==="["?U=!0:this._input.peek()==="]"&&(U=!1)),this._input.next();return this._input.peek()===ee&&(le+=this._input.next(),le+=this._input.read(A.identifier)),this._create_token(I.STRING,le)}return null},$.prototype._read_xml=function(ee,J){if(this._options.e4x&&ee==="<"&&this._allow_regexp_or_xml(J)){var le="",Z=this.__patterns.xml.read_match();if(Z){for(var U=Z[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),ne=U.indexOf("{")===0,me=0;Z;){var Ee=!!Z[1],Pe=Z[2],We=!!Z[Z.length-1]||Pe.slice(0,8)==="![CDATA[";if(!We&&(Pe===U||ne&&Pe.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(Ee?--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(A.allLineBreaks,`
`),this._create_token(I.STRING,le)}}return null};function se(ee){for(var J="",le=0,Z=new p(ee),U=null;Z.hasNext();)if(U=Z.match(/([\s]|[^\\]|\\\\)+/g),U&&(J+=U[0]),Z.peek()==="\\"){if(Z.next(),Z.peek()==="x")U=Z.match(/x([0-9A-Fa-f]{2})/g);else if(Z.peek()==="u")U=Z.match(/u([0-9A-Fa-f]{4})/g),U||(U=Z.match(/u\{([0-9A-Fa-f]+)\}/g));else{J+="\\",Z.hasNext()&&(J+=Z.next());continue}if(!U||(le=parseInt(U[1],16),le>126&&le<=255&&U[0].indexOf("x")===0))return ee;le>=0&&le<32||le>1114111?J+="\\"+U[0]:le===34||le===39||le===92?J+="\\"+String.fromCharCode(le):J+=String.fromCharCode(le)}return J}$.prototype._read_string_recursive=function(ee,J,le){var Z,U;ee==="'"?U=this.__patterns.single_quote:ee==='"'?U=this.__patterns.double_quote:ee==="`"?U=this.__patterns.template_text:ee==="}"&&(U=this.__patterns.template_expression);for(var ne=U.read(),me="";this._input.hasNext();){if(me=this._input.next(),me===ee||!J&&A.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("}",J,"`"):me+=this._read_string_recursive("`",J,"${"),this._input.hasNext()&&(me+=this._input.next())));me+=U.read(),ne+=me}return ne},u.exports.Tokenizer=$,u.exports.TOKEN=I,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="",A;return p&&(A=this.match(p),A&&(b+=A[0])),y&&(A||!p)&&(b+=this.readUntil(y,m)),b},x.prototype.readUntil=function(p,y){var m="",b=this.__position;p.lastIndex=this.__position;var A=p.exec(this.__input);return A?(b=A.index,y&&(b+=A[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,A={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},k=function(R,S){this._input=new p(R),this._options=S||{},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,S=new y(A.START,""),I=null,M=[],B=new m;S.type!==A.EOF;){for(R=this._get_next_token(S,I);this._is_comment(R);)B.add(R),R=this._get_next_token(S,I);B.isEmpty()||(R.comments_before=B,B=new m),R.parent=I,this._is_opening(R)?(M.push(I),I=R):I&&this._is_closing(R,I)&&(R.opened=I,I.closed=R,I=M.pop(),R.parent=I),R.previous=S,S.next=R,this.__tokens.add(R),S=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,S){this._readWhitespace();var I=this._input.read(/.+/g);return I?this._create_token(A.RAW,I):this._create_token(A.EOF,"")},k.prototype._is_comment=function(R){return!1},k.prototype._is_opening=function(R){return!1},k.prototype._is_closing=function(R,S){return!1},k.prototype._create_token=function(R,S){var I=new y(R,S,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return I},k.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},u.exports.Tokenizer=k,u.exports.TOKEN=A},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 A=this._create();return A.__set_whitespace_patterns(m,b),A._update(),A},y.prototype._create=function(){return new y(this._input,this)},y.prototype.__split=function(m,b){m.lastIndex=0;for(var A=0,k=[],R=m.exec(b);R;)k.push(b.substring(A,R.index)),A=R.index+R[0].length,R=m.exec(b);return A<b.length?k.push(b.substring(A,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,A){p.call(this,b,A),this.__template_pattern=null,this._disabled=Object.assign({},y),this._excluded=Object.assign({},y),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 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 A=this._create();return A._disabled[b]=!0,A._update(),A},m.prototype.read_options=function(b){var A=this._create();for(var k in y)A._disabled[k]=b.templating.indexOf(k)===-1;return A._update(),A},m.prototype.exclude=function(b){var A=this._create();return A._excluded[b]=!0,A._update(),A},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 A=this._read_template();A;)this._match_pattern?A+=this._input.read(this._match_pattern):A+=this._input.readUntil(this.__template_pattern),b+=A,A=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="",A=this._input.peek();if(A==="<"){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 A==="{"&&(!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(g,e),r!==void 0&&(d.exports=r)})()},15342:function(d){(function(e,r){d.exports=r()})(typeof self!="undefined"?self:this,function(){return function(g){var e={};function r(i){if(e[i])return e[i].exports;var l=e[i]={i,l:!1,exports:{}};return g[i].call(l.exports,l,l.exports,r),l.l=!0,l.exports}return r.m=g,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(g,e,r){},function(g,e,r){"use strict";r.r(e);var i=r(0),l=function(){function Ke(W,Q,te){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=W,this.start=Q,this.end=te}return Ke.range=function(Q,te){return te?!Q||!Q.loc||!te.loc||Q.loc.lexer!==te.loc.lexer?null:new Ke(Q.loc.lexer,Q.loc.start,te.loc.end):Q&&Q.loc},Ke}(),c=function(){function Ke(Q,te){this.text=void 0,this.loc=void 0,this.text=Q,this.loc=te}var W=Ke.prototype;return W.range=function(te,he){return new Ke(he,l.range(this,te))},Ke}(),f=function Ke(W,Q){this.position=void 0;var te="KaTeX parse error: "+W,he,Se=Q&&Q.loc;if(Se&&Se.start<=Se.end){var Ve=Se.lexer.input;he=Se.start;var Et=Se.end;he===Ve.length?te+=" at end of input: ":te+=" at position "+(he+1)+": ";var Wt=Ve.slice(he,Et).replace(/[^]/g,"$&\u0332"),cr;he>15?cr="\u2026"+Ve.slice(he-15,he):cr=Ve.slice(0,he);var Tr;Et+15<Ve.length?Tr=Ve.slice(Et,Et+15)+"\u2026":Tr=Ve.slice(Et),te+=cr+Wt+Tr}var Yr=new Error(te);return Yr.name="ParseError",Yr.__proto__=Ke.prototype,Yr.position=he,Yr};f.prototype.__proto__=Error.prototype;var o=f,h=function(W,Q){return W.indexOf(Q)!==-1},u=function(W,Q){return W===void 0?Q:W},a=/([A-Z])/g,x=function(W){return W.replace(a,"-$1").toLowerCase()},p={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},y=/[&><"']/g;function m(Ke){return String(Ke).replace(y,function(W){return p[W]})}var b=function Ke(W){return W.type==="ordgroup"||W.type==="color"?W.body.length===1?Ke(W.body[0]):W:W.type==="font"?Ke(W.body):W},A=function(W){var Q=b(W);return Q.type==="mathord"||Q.type==="textord"||Q.type==="atom"},k=function(W){if(!W)throw new Error("Expected non-null, but got "+String(W));return W},R=function(W){var Q=/^\s*([^\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(W);return Q!=null?Q[1]:"_relative"},S={contains:h,deflt:u,escape:m,hyphenate:x,getBaseElem:b,isCharacterBox:A,protocolFromUrl:R},I=function(){function Ke(Q){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,Q=Q||{},this.displayMode=S.deflt(Q.displayMode,!1),this.output=S.deflt(Q.output,"htmlAndMathml"),this.leqno=S.deflt(Q.leqno,!1),this.fleqn=S.deflt(Q.fleqn,!1),this.throwOnError=S.deflt(Q.throwOnError,!0),this.errorColor=S.deflt(Q.errorColor,"#cc0000"),this.macros=Q.macros||{},this.minRuleThickness=Math.max(0,S.deflt(Q.minRuleThickness,0)),this.colorIsTextColor=S.deflt(Q.colorIsTextColor,!1),this.strict=S.deflt(Q.strict,"warn"),this.trust=S.deflt(Q.trust,!1),this.maxSize=Math.max(0,S.deflt(Q.maxSize,1/0)),this.maxExpand=Math.max(0,S.deflt(Q.maxExpand,1e3))}var W=Ke.prototype;return W.reportNonstrict=function(te,he,Se){var Ve=this.strict;if(typeof Ve=="function"&&(Ve=Ve(te,he,Se)),!(!Ve||Ve==="ignore")){if(Ve===!0||Ve==="error")throw new o("LaTeX-incompatible input and strict mode is set to 'error': "+(he+" ["+te+"]"),Se);Ve==="warn"?typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(he+" ["+te+"]")):typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ve+"': "+he+" ["+te+"]"))}},W.useStrictBehavior=function(te,he,Se){var Ve=this.strict;if(typeof Ve=="function")try{Ve=Ve(te,he,Se)}catch(Et){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+" ["+te+"]")),!1):(typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ve+"': "+he+" ["+te+"]")),!1)},W.isTrusted=function(te){te.url&&!te.protocol&&(te.protocol=S.protocolFromUrl(te.url));var he=typeof this.trust=="function"?this.trust(te):this.trust;return!!he},Ke}(),M=function(){function Ke(Q,te,he){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=Q,this.size=te,this.cramped=he}var W=Ke.prototype;return W.sup=function(){return X[Y[this.id]]},W.sub=function(){return X[$[this.id]]},W.fracNum=function(){return X[se[this.id]]},W.fracDen=function(){return X[ee[this.id]]},W.cramp=function(){return X[J[this.id]]},W.text=function(){return X[le[this.id]]},W.isTight=function(){return this.size>=2},Ke}(),B=0,N=1,K=2,G=3,H=4,ae=5,ie=6,ue=7,X=[new M(B,0,!1),new M(N,0,!0),new M(K,1,!1),new M(G,1,!0),new M(H,2,!1),new M(ae,2,!0),new M(ie,3,!1),new M(ue,3,!0)],Y=[H,ae,H,ae,ie,ue,ie,ue],$=[ae,ae,ae,ae,ue,ue,ue,ue],se=[K,G,H,ae,ie,ue,ie,ue],ee=[G,G,ae,ae,ue,ue,ue,ue],J=[N,N,G,G,ae,ae,ue,ue],le=[B,N,K,G,K,G,K,G],Z={DISPLAY:X[B],TEXT:X[K],SCRIPT:X[H],SCRIPTSCRIPT:X[ie]},U=[{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 ne(Ke){for(var W=0;W<U.length;W++)for(var Q=U[W],te=0;te<Q.blocks.length;te++){var he=Q.blocks[te];if(Ke>=he[0]&&Ke<=he[1])return Q.name}return null}var me=[];U.forEach(function(Ke){return Ke.blocks.forEach(function(W){return me.push.apply(me,W)})});function Ee(Ke){for(var W=0;W<me.length;W+=2)if(Ke>=me[W]&&Ke<=me[W+1])return!0;return!1}var Pe=80,We=function(W,Q){return"M95,"+(622+W+Q)+`
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`+W/2.075+" -"+W+`
c5.3,-9.3,12,-14,20,-14
H400000v`+(40+W)+`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+W)+" "+Q+"h400000v"+(40+W)+"h-400000z"},Fe=function(W,Q){return"M263,"+(601+W+Q)+`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`+W/2.084+" -"+W+`
c4.7,-7.3,11,-11,19,-11
H40000v`+(40+W)+`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+W)+" "+Q+"h400000v"+(40+W)+"h-400000z"},Lt=function(W,Q){return"M983 "+(10+W+Q)+`
l`+W/3.13+" -"+W+`
c4,-6.7,10,-10,18,-10 H400000v`+(40+W)+`
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+W)+" "+Q+"h400000v"+(40+W)+"h-400000z"},mt=function(W,Q){return"M424,"+(2398+W+Q)+`
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`+W/4.223+" -"+W+`c4,-6.7,10,-10,18,-10 H400000
v`+(40+W)+`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+W)+" "+Q+`
h400000v`+(40+W)+"h-400000z"},wt=function(W,Q){return"M473,"+(2713+W+Q)+`
c339.3,-1799.3,509.3,-2700,510,-2702 l`+W/5.298+" -"+W+`
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+W)+`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+W)+" "+Q+"h400000v"+(40+W)+"H1017.7z"},Gt=function(W,Q,te){var he=te-54-Q-W;return"M702 "+(W+Q)+"H400000"+(40+W)+`
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 `+Q+"H400000v"+(40+W)+"H742z"},Ft=function(W,Q,te){Q=1e3*Q;var he="";switch(W){case"sqrtMain":he=We(Q,Pe);break;case"sqrtSize1":he=Fe(Q,Pe);break;case"sqrtSize2":he=Lt(Q,Pe);break;case"sqrtSize3":he=mt(Q,Pe);break;case"sqrtSize4":he=wt(Q,Pe);break;case"sqrtTall":he=Gt(Q,Pe,te)}return he},nr={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`},Ne=function(){function Ke(Q){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=Q,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var W=Ke.prototype;return W.hasClass=function(te){return S.contains(this.classes,te)},W.toNode=function(){for(var te=document.createDocumentFragment(),he=0;he<this.children.length;he++)te.appendChild(this.children[he].toNode());return te},W.toMarkup=function(){for(var te="",he=0;he<this.children.length;he++)te+=this.children[he].toMarkup();return te},W.toText=function(){var te=function(Se){return Se.toText()};return this.children.map(te).join("")},Ke}(),ht=function(W){return W.filter(function(Q){return Q}).join(" ")},Rt=function(W,Q,te){if(this.classes=W||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=te||{},Q){Q.style.isTight()&&this.classes.push("mtight");var he=Q.getColor();he&&(this.style.color=he)}},Je=function(W){var Q=document.createElement(W);Q.className=ht(this.classes);for(var te in this.style)this.style.hasOwnProperty(te)&&(Q.style[te]=this.style[te]);for(var he in this.attributes)this.attributes.hasOwnProperty(he)&&Q.setAttribute(he,this.attributes[he]);for(var Se=0;Se<this.children.length;Se++)Q.appendChild(this.children[Se].toNode());return Q},ct=function(W){var Q="<"+W;this.classes.length&&(Q+=' class="'+S.escape(ht(this.classes))+'"');var te="";for(var he in this.style)this.style.hasOwnProperty(he)&&(te+=S.hyphenate(he)+":"+this.style[he]+";");te&&(Q+=' style="'+S.escape(te)+'"');for(var Se in this.attributes)this.attributes.hasOwnProperty(Se)&&(Q+=" "+Se+'="'+S.escape(this.attributes[Se])+'"');Q+=">";for(var Ve=0;Ve<this.children.length;Ve++)Q+=this.children[Ve].toMarkup();return Q+="</"+W+">",Q},at=function(){function Ke(Q,te,he,Se){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,Rt.call(this,Q,he,Se),this.children=te||[]}var W=Ke.prototype;return W.setAttribute=function(te,he){this.attributes[te]=he},W.hasClass=function(te){return S.contains(this.classes,te)},W.toNode=function(){return Je.call(this,"span")},W.toMarkup=function(){return ct.call(this,"span")},Ke}(),Xe=function(){function Ke(Q,te,he,Se){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,Rt.call(this,te,Se),this.children=he||[],this.setAttribute("href",Q)}var W=Ke.prototype;return W.setAttribute=function(te,he){this.attributes[te]=he},W.hasClass=function(te){return S.contains(this.classes,te)},W.toNode=function(){return Je.call(this,"a")},W.toMarkup=function(){return ct.call(this,"a")},Ke}(),Ze=function(){function Ke(Q,te,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=te,this.src=Q,this.classes=["mord"],this.style=he}var W=Ke.prototype;return W.hasClass=function(te){return S.contains(this.classes,te)},W.toNode=function(){var te=document.createElement("img");te.src=this.src,te.alt=this.alt,te.className="mord";for(var he in this.style)this.style.hasOwnProperty(he)&&(te.style[he]=this.style[he]);return te},W.toMarkup=function(){var te="<img src='"+this.src+" 'alt='"+this.alt+"' ",he="";for(var Se in this.style)this.style.hasOwnProperty(Se)&&(he+=S.hyphenate(Se)+":"+this.style[Se]+";");return he&&(te+=' style="'+S.escape(he)+'"'),te+="'/>",te},Ke}(),ye={\u00EE:"\u0131\u0302",\u00EF:"\u0131\u0308",\u00ED:"\u0131\u0301",\u00EC:"\u0131\u0300"},Oe=function(){function Ke(Q,te,he,Se,Ve,Et,Wt,cr){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=Q,this.height=te||0,this.depth=he||0,this.italic=Se||0,this.skew=Ve||0,this.width=Et||0,this.classes=Wt||[],this.style=cr||{},this.maxFontSize=0;var Tr=ne(this.text.charCodeAt(0));Tr&&this.classes.push(Tr+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=ye[this.text])}var W=Ke.prototype;return W.hasClass=function(te){return S.contains(this.classes,te)},W.toNode=function(){var te=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=ht(this.classes));for(var Se in this.style)this.style.hasOwnProperty(Se)&&(he=he||document.createElement("span"),he.style[Se]=this.style[Se]);return he?(he.appendChild(te),he):te},W.toMarkup=function(){var te=!1,he="<span";this.classes.length&&(te=!0,he+=' class="',he+=S.escape(ht(this.classes)),he+='"');var Se="";this.italic>0&&(Se+="margin-right:"+this.italic+"em;");for(var Ve in this.style)this.style.hasOwnProperty(Ve)&&(Se+=S.hyphenate(Ve)+":"+this.style[Ve]+";");Se&&(te=!0,he+=' style="'+S.escape(Se)+'"');var Et=S.escape(this.text);return te?(he+=">",he+=Et,he+="</span>",he):Et},Ke}(),Ge=function(){function Ke(Q,te){this.children=void 0,this.attributes=void 0,this.children=Q||[],this.attributes=te||{}}var W=Ke.prototype;return W.toNode=function(){var te="http://www.w3.org/2000/svg",he=document.createElementNS(te,"svg");for(var Se in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Se)&&he.setAttribute(Se,this.attributes[Se]);for(var Ve=0;Ve<this.children.length;Ve++)he.appendChild(this.children[Ve].toNode());return he},W.toMarkup=function(){var te="<svg";for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&(te+=" "+he+"='"+this.attributes[he]+"'");te+=">";for(var Se=0;Se<this.children.length;Se++)te+=this.children[Se].toMarkup();return te+="</svg>",te},Ke}(),et=function(){function Ke(Q,te){this.pathName=void 0,this.alternate=void 0,this.pathName=Q,this.alternate=te}var W=Ke.prototype;return W.toNode=function(){var te="http://www.w3.org/2000/svg",he=document.createElementNS(te,"path");return this.alternate?he.setAttribute("d",this.alternate):he.setAttribute("d",nr[this.pathName]),he},W.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+nr[this.pathName]+"'/>"},Ke}(),Qe=function(){function Ke(Q){this.attributes=void 0,this.attributes=Q||{}}var W=Ke.prototype;return W.toNode=function(){var te="http://www.w3.org/2000/svg",he=document.createElementNS(te,"line");for(var Se in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Se)&&he.setAttribute(Se,this.attributes[Se]);return he},W.toMarkup=function(){var te="<line";for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&(te+=" "+he+"='"+this.attributes[he]+"'");return te+="/>",te},Ke}();function St(Ke){if(Ke instanceof Oe)return Ke;throw new Error("Expected symbolNode but got "+String(Ke)+".")}function Ct(Ke){if(Ke instanceof at)return Ke;throw new Error("Expected span<HtmlDomNode> but got "+String(Ke)+".")}var lr={"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]}},or={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]},Me={\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 tt(Ke,W){lr[Ke]=W}function Qt(Ke,W,Q){if(!lr[W])throw new Error("Font metrics not found for font: "+W+".");var te=Ke.charCodeAt(0),he=lr[W][te];if(!he&&Ke[0]in Me&&(te=Me[Ke[0]].charCodeAt(0),he=lr[W][te]),!he&&Q==="text"&&Ee(te)&&(he=lr[W][77]),he)return{depth:he[0],height:he[1],italic:he[2],skew:he[3],width:he[4]}}var rt={};function Mt(Ke){var W;if(Ke>=5?W=0:Ke>=3?W=1:W=2,!rt[W]){var Q=rt[W]={cssEmPerMu:or.quad[W]/18};for(var te in or)or.hasOwnProperty(te)&&(Q[te]=or[te][W])}return rt[W]}var Ot={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Jt={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Ut={math:{},text:{}},Te=Ut;function ce(Ke,W,Q,te,he,Se){Ut[Ke][he]={font:W,group:Q,replace:te},Se&&te&&(Ut[Ke][te]=Ut[Ke][he])}var pe="math",At="text",Ae="main",ut="ams",$t="accent-token",yt="bin",Ce="close",_t="inner",Ue="mathord",xe="op-token",dt="open",Dt="punct",Be="rel",Dr="spacing",vt="textord";ce(pe,Ae,Be,"\u2261","\\equiv",!0),ce(pe,Ae,Be,"\u227A","\\prec",!0),ce(pe,Ae,Be,"\u227B","\\succ",!0),ce(pe,Ae,Be,"\u223C","\\sim",!0),ce(pe,Ae,Be,"\u22A5","\\perp"),ce(pe,Ae,Be,"\u2AAF","\\preceq",!0),ce(pe,Ae,Be,"\u2AB0","\\succeq",!0),ce(pe,Ae,Be,"\u2243","\\simeq",!0),ce(pe,Ae,Be,"\u2223","\\mid",!0),ce(pe,Ae,Be,"\u226A","\\ll",!0),ce(pe,Ae,Be,"\u226B","\\gg",!0),ce(pe,Ae,Be,"\u224D","\\asymp",!0),ce(pe,Ae,Be,"\u2225","\\parallel"),ce(pe,Ae,Be,"\u22C8","\\bowtie",!0),ce(pe,Ae,Be,"\u2323","\\smile",!0),ce(pe,Ae,Be,"\u2291","\\sqsubseteq",!0),ce(pe,Ae,Be,"\u2292","\\sqsupseteq",!0),ce(pe,Ae,Be,"\u2250","\\doteq",!0),ce(pe,Ae,Be,"\u2322","\\frown",!0),ce(pe,Ae,Be,"\u220B","\\ni",!0),ce(pe,Ae,Be,"\u221D","\\propto",!0),ce(pe,Ae,Be,"\u22A2","\\vdash",!0),ce(pe,Ae,Be,"\u22A3","\\dashv",!0),ce(pe,Ae,Be,"\u220B","\\owns"),ce(pe,Ae,Dt,".","\\ldotp"),ce(pe,Ae,Dt,"\u22C5","\\cdotp"),ce(pe,Ae,vt,"#","\\#"),ce(At,Ae,vt,"#","\\#"),ce(pe,Ae,vt,"&","\\&"),ce(At,Ae,vt,"&","\\&"),ce(pe,Ae,vt,"\u2135","\\aleph",!0),ce(pe,Ae,vt,"\u2200","\\forall",!0),ce(pe,Ae,vt,"\u210F","\\hbar",!0),ce(pe,Ae,vt,"\u2203","\\exists",!0),ce(pe,Ae,vt,"\u2207","\\nabla",!0),ce(pe,Ae,vt,"\u266D","\\flat",!0),ce(pe,Ae,vt,"\u2113","\\ell",!0),ce(pe,Ae,vt,"\u266E","\\natural",!0),ce(pe,Ae,vt,"\u2663","\\clubsuit",!0),ce(pe,Ae,vt,"\u2118","\\wp",!0),ce(pe,Ae,vt,"\u266F","\\sharp",!0),ce(pe,Ae,vt,"\u2662","\\diamondsuit",!0),ce(pe,Ae,vt,"\u211C","\\Re",!0),ce(pe,Ae,vt,"\u2661","\\heartsuit",!0),ce(pe,Ae,vt,"\u2111","\\Im",!0),ce(pe,Ae,vt,"\u2660","\\spadesuit",!0),ce(At,Ae,vt,"\xA7","\\S",!0),ce(At,Ae,vt,"\xB6","\\P",!0),ce(pe,Ae,vt,"\u2020","\\dag"),ce(At,Ae,vt,"\u2020","\\dag"),ce(At,Ae,vt,"\u2020","\\textdagger"),ce(pe,Ae,vt,"\u2021","\\ddag"),ce(At,Ae,vt,"\u2021","\\ddag"),ce(At,Ae,vt,"\u2021","\\textdaggerdbl"),ce(pe,Ae,Ce,"\u23B1","\\rmoustache",!0),ce(pe,Ae,dt,"\u23B0","\\lmoustache",!0),ce(pe,Ae,Ce,"\u27EF","\\rgroup",!0),ce(pe,Ae,dt,"\u27EE","\\lgroup",!0),ce(pe,Ae,yt,"\u2213","\\mp",!0),ce(pe,Ae,yt,"\u2296","\\ominus",!0),ce(pe,Ae,yt,"\u228E","\\uplus",!0),ce(pe,Ae,yt,"\u2293","\\sqcap",!0),ce(pe,Ae,yt,"\u2217","\\ast"),ce(pe,Ae,yt,"\u2294","\\sqcup",!0),ce(pe,Ae,yt,"\u25EF","\\bigcirc"),ce(pe,Ae,yt,"\u2219","\\bullet"),ce(pe,Ae,yt,"\u2021","\\ddagger"),ce(pe,Ae,yt,"\u2240","\\wr",!0),ce(pe,Ae,yt,"\u2A3F","\\amalg"),ce(pe,Ae,yt,"&","\\And"),ce(pe,Ae,Be,"\u27F5","\\longleftarrow",!0),ce(pe,Ae,Be,"\u21D0","\\Leftarrow",!0),ce(pe,Ae,Be,"\u27F8","\\Longleftarrow",!0),ce(pe,Ae,Be,"\u27F6","\\longrightarrow",!0),ce(pe,Ae,Be,"\u21D2","\\Rightarrow",!0),ce(pe,Ae,Be,"\u27F9","\\Longrightarrow",!0),ce(pe,Ae,Be,"\u2194","\\leftrightarrow",!0),ce(pe,Ae,Be,"\u27F7","\\longleftrightarrow",!0),ce(pe,Ae,Be,"\u21D4","\\Leftrightarrow",!0),ce(pe,Ae,Be,"\u27FA","\\Longleftrightarrow",!0),ce(pe,Ae,Be,"\u21A6","\\mapsto",!0),ce(pe,Ae,Be,"\u27FC","\\longmapsto",!0),ce(pe,Ae,Be,"\u2197","\\nearrow",!0),ce(pe,Ae,Be,"\u21A9","\\hookleftarrow",!0),ce(pe,Ae,Be,"\u21AA","\\hookrightarrow",!0),ce(pe,Ae,Be,"\u2198","\\searrow",!0),ce(pe,Ae,Be,"\u21BC","\\leftharpoonup",!0),ce(pe,Ae,Be,"\u21C0","\\rightharpoonup",!0),ce(pe,Ae,Be,"\u2199","\\swarrow",!0),ce(pe,Ae,Be,"\u21BD","\\leftharpoondown",!0),ce(pe,Ae,Be,"\u21C1","\\rightharpoondown",!0),ce(pe,Ae,Be,"\u2196","\\nwarrow",!0),ce(pe,Ae,Be,"\u21CC","\\rightleftharpoons",!0),ce(pe,ut,Be,"\u226E","\\nless",!0),ce(pe,ut,Be,"\uE010","\\@nleqslant"),ce(pe,ut,Be,"\uE011","\\@nleqq"),ce(pe,ut,Be,"\u2A87","\\lneq",!0),ce(pe,ut,Be,"\u2268","\\lneqq",!0),ce(pe,ut,Be,"\uE00C","\\@lvertneqq"),ce(pe,ut,Be,"\u22E6","\\lnsim",!0),ce(pe,ut,Be,"\u2A89","\\lnapprox",!0),ce(pe,ut,Be,"\u2280","\\nprec",!0),ce(pe,ut,Be,"\u22E0","\\npreceq",!0),ce(pe,ut,Be,"\u22E8","\\precnsim",!0),ce(pe,ut,Be,"\u2AB9","\\precnapprox",!0),ce(pe,ut,Be,"\u2241","\\nsim",!0),ce(pe,ut,Be,"\uE006","\\@nshortmid"),ce(pe,ut,Be,"\u2224","\\nmid",!0),ce(pe,ut,Be,"\u22AC","\\nvdash",!0),ce(pe,ut,Be,"\u22AD","\\nvDash",!0),ce(pe,ut,Be,"\u22EA","\\ntriangleleft"),ce(pe,ut,Be,"\u22EC","\\ntrianglelefteq",!0),ce(pe,ut,Be,"\u228A","\\subsetneq",!0),ce(pe,ut,Be,"\uE01A","\\@varsubsetneq"),ce(pe,ut,Be,"\u2ACB","\\subsetneqq",!0),ce(pe,ut,Be,"\uE017","\\@varsubsetneqq"),ce(pe,ut,Be,"\u226F","\\ngtr",!0),ce(pe,ut,Be,"\uE00F","\\@ngeqslant"),ce(pe,ut,Be,"\uE00E","\\@ngeqq"),ce(pe,ut,Be,"\u2A88","\\gneq",!0),ce(pe,ut,Be,"\u2269","\\gneqq",!0),ce(pe,ut,Be,"\uE00D","\\@gvertneqq"),ce(pe,ut,Be,"\u22E7","\\gnsim",!0),ce(pe,ut,Be,"\u2A8A","\\gnapprox",!0),ce(pe,ut,Be,"\u2281","\\nsucc",!0),ce(pe,ut,Be,"\u22E1","\\nsucceq",!0),ce(pe,ut,Be,"\u22E9","\\succnsim",!0),ce(pe,ut,Be,"\u2ABA","\\succnapprox",!0),ce(pe,ut,Be,"\u2246","\\ncong",!0),ce(pe,ut,Be,"\uE007","\\@nshortparallel"),ce(pe,ut,Be,"\u2226","\\nparallel",!0),ce(pe,ut,Be,"\u22AF","\\nVDash",!0),ce(pe,ut,Be,"\u22EB","\\ntriangleright"),ce(pe,ut,Be,"\u22ED","\\ntrianglerighteq",!0),ce(pe,ut,Be,"\uE018","\\@nsupseteqq"),ce(pe,ut,Be,"\u228B","\\supsetneq",!0),ce(pe,ut,Be,"\uE01B","\\@varsupsetneq"),ce(pe,ut,Be,"\u2ACC","\\supsetneqq",!0),ce(pe,ut,Be,"\uE019","\\@varsupsetneqq"),ce(pe,ut,Be,"\u22AE","\\nVdash",!0),ce(pe,ut,Be,"\u2AB5","\\precneqq",!0),ce(pe,ut,Be,"\u2AB6","\\succneqq",!0),ce(pe,ut,Be,"\uE016","\\@nsubseteqq"),ce(pe,ut,yt,"\u22B4","\\unlhd"),ce(pe,ut,yt,"\u22B5","\\unrhd"),ce(pe,ut,Be,"\u219A","\\nleftarrow",!0),ce(pe,ut,Be,"\u219B","\\nrightarrow",!0),ce(pe,ut,Be,"\u21CD","\\nLeftarrow",!0),ce(pe,ut,Be,"\u21CF","\\nRightarrow",!0),ce(pe,ut,Be,"\u21AE","\\nleftrightarrow",!0),ce(pe,ut,Be,"\u21CE","\\nLeftrightarrow",!0),ce(pe,ut,Be,"\u25B3","\\vartriangle"),ce(pe,ut,vt,"\u210F","\\hslash"),ce(pe,ut,vt,"\u25BD","\\triangledown"),ce(pe,ut,vt,"\u25CA","\\lozenge"),ce(pe,ut,vt,"\u24C8","\\circledS"),ce(pe,ut,vt,"\xAE","\\circledR"),ce(At,ut,vt,"\xAE","\\circledR"),ce(pe,ut,vt,"\u2221","\\measuredangle",!0),ce(pe,ut,vt,"\u2204","\\nexists"),ce(pe,ut,vt,"\u2127","\\mho"),ce(pe,ut,vt,"\u2132","\\Finv",!0),ce(pe,ut,vt,"\u2141","\\Game",!0),ce(pe,ut,vt,"\u2035","\\backprime"),ce(pe,ut,vt,"\u25B2","\\blacktriangle"),ce(pe,ut,vt,"\u25BC","\\blacktriangledown"),ce(pe,ut,vt,"\u25A0","\\blacksquare"),ce(pe,ut,vt,"\u29EB","\\blacklozenge"),ce(pe,ut,vt,"\u2605","\\bigstar"),ce(pe,ut,vt,"\u2222","\\sphericalangle",!0),ce(pe,ut,vt,"\u2201","\\complement",!0),ce(pe,ut,vt,"\xF0","\\eth",!0),ce(pe,ut,vt,"\u2571","\\diagup"),ce(pe,ut,vt,"\u2572","\\diagdown"),ce(pe,ut,vt,"\u25A1","\\square"),ce(pe,ut,vt,"\u25A1","\\Box"),ce(pe,ut,vt,"\u25CA","\\Diamond"),ce(pe,ut,vt,"\xA5","\\yen",!0),ce(At,ut,vt,"\xA5","\\yen",!0),ce(pe,ut,vt,"\u2713","\\checkmark",!0),ce(At,ut,vt,"\u2713","\\checkmark"),ce(pe,ut,vt,"\u2136","\\beth",!0),ce(pe,ut,vt,"\u2138","\\daleth",!0),ce(pe,ut,vt,"\u2137","\\gimel",!0),ce(pe,ut,vt,"\u03DD","\\digamma",!0),ce(pe,ut,vt,"\u03F0","\\varkappa"),ce(pe,ut,dt,"\u250C","\\ulcorner",!0),ce(pe,ut,Ce,"\u2510","\\urcorner",!0),ce(pe,ut,dt,"\u2514","\\llcorner",!0),ce(pe,ut,Ce,"\u2518","\\lrcorner",!0),ce(pe,ut,Be,"\u2266","\\leqq",!0),ce(pe,ut,Be,"\u2A7D","\\leqslant",!0),ce(pe,ut,Be,"\u2A95","\\eqslantless",!0),ce(pe,ut,Be,"\u2272","\\lesssim",!0),ce(pe,ut,Be,"\u2A85","\\lessapprox",!0),ce(pe,ut,Be,"\u224A","\\approxeq",!0),ce(pe,ut,yt,"\u22D6","\\lessdot"),ce(pe,ut,Be,"\u22D8","\\lll",!0),ce(pe,ut,Be,"\u2276","\\lessgtr",!0),ce(pe,ut,Be,"\u22DA","\\lesseqgtr",!0),ce(pe,ut,Be,"\u2A8B","\\lesseqqgtr",!0),ce(pe,ut,Be,"\u2251","\\doteqdot"),ce(pe,ut,Be,"\u2253","\\risingdotseq",!0),ce(pe,ut,Be,"\u2252","\\fallingdotseq",!0),ce(pe,ut,Be,"\u223D","\\backsim",!0),ce(pe,ut,Be,"\u22CD","\\backsimeq",!0),ce(pe,ut,Be,"\u2AC5","\\subseteqq",!0),ce(pe,ut,Be,"\u22D0","\\Subset",!0),ce(pe,ut,Be,"\u228F","\\sqsubset",!0),ce(pe,ut,Be,"\u227C","\\preccurlyeq",!0),ce(pe,ut,Be,"\u22DE","\\curlyeqprec",!0),ce(pe,ut,Be,"\u227E","\\precsim",!0),ce(pe,ut,Be,"\u2AB7","\\precapprox",!0),ce(pe,ut,Be,"\u22B2","\\vartriangleleft"),ce(pe,ut,Be,"\u22B4","\\trianglelefteq"),ce(pe,ut,Be,"\u22A8","\\vDash",!0),ce(pe,ut,Be,"\u22AA","\\Vvdash",!0),ce(pe,ut,Be,"\u2323","\\smallsmile"),ce(pe,ut,Be,"\u2322","\\smallfrown"),ce(pe,ut,Be,"\u224F","\\bumpeq",!0),ce(pe,ut,Be,"\u224E","\\Bumpeq",!0),ce(pe,ut,Be,"\u2267","\\geqq",!0),ce(pe,ut,Be,"\u2A7E","\\geqslant",!0),ce(pe,ut,Be,"\u2A96","\\eqslantgtr",!0),ce(pe,ut,Be,"\u2273","\\gtrsim",!0),ce(pe,ut,Be,"\u2A86","\\gtrapprox",!0),ce(pe,ut,yt,"\u22D7","\\gtrdot"),ce(pe,ut,Be,"\u22D9","\\ggg",!0),ce(pe,ut,Be,"\u2277","\\gtrless",!0),ce(pe,ut,Be,"\u22DB","\\gtreqless",!0),ce(pe,ut,Be,"\u2A8C","\\gtreqqless",!0),ce(pe,ut,Be,"\u2256","\\eqcirc",!0),ce(pe,ut,Be,"\u2257","\\circeq",!0),ce(pe,ut,Be,"\u225C","\\triangleq",!0),ce(pe,ut,Be,"\u223C","\\thicksim"),ce(pe,ut,Be,"\u2248","\\thickapprox"),ce(pe,ut,Be,"\u2AC6","\\supseteqq",!0),ce(pe,ut,Be,"\u22D1","\\Supset",!0),ce(pe,ut,Be,"\u2290","\\sqsupset",!0),ce(pe,ut,Be,"\u227D","\\succcurlyeq",!0),ce(pe,ut,Be,"\u22DF","\\curlyeqsucc",!0),ce(pe,ut,Be,"\u227F","\\succsim",!0),ce(pe,ut,Be,"\u2AB8","\\succapprox",!0),ce(pe,ut,Be,"\u22B3","\\vartriangleright"),ce(pe,ut,Be,"\u22B5","\\trianglerighteq"),ce(pe,ut,Be,"\u22A9","\\Vdash",!0),ce(pe,ut,Be,"\u2223","\\shortmid"),ce(pe,ut,Be,"\u2225","\\shortparallel"),ce(pe,ut,Be,"\u226C","\\between",!0),ce(pe,ut,Be,"\u22D4","\\pitchfork",!0),ce(pe,ut,Be,"\u221D","\\varpropto"),ce(pe,ut,Be,"\u25C0","\\blacktriangleleft"),ce(pe,ut,Be,"\u2234","\\therefore",!0),ce(pe,ut,Be,"\u220D","\\backepsilon"),ce(pe,ut,Be,"\u25B6","\\blacktriangleright"),ce(pe,ut,Be,"\u2235","\\because",!0),ce(pe,ut,Be,"\u22D8","\\llless"),ce(pe,ut,Be,"\u22D9","\\gggtr"),ce(pe,ut,yt,"\u22B2","\\lhd"),ce(pe,ut,yt,"\u22B3","\\rhd"),ce(pe,ut,Be,"\u2242","\\eqsim",!0),ce(pe,Ae,Be,"\u22C8","\\Join"),ce(pe,ut,Be,"\u2251","\\Doteq",!0),ce(pe,ut,yt,"\u2214","\\dotplus",!0),ce(pe,ut,yt,"\u2216","\\smallsetminus"),ce(pe,ut,yt,"\u22D2","\\Cap",!0),ce(pe,ut,yt,"\u22D3","\\Cup",!0),ce(pe,ut,yt,"\u2A5E","\\doublebarwedge",!0),ce(pe,ut,yt,"\u229F","\\boxminus",!0),ce(pe,ut,yt,"\u229E","\\boxplus",!0),ce(pe,ut,yt,"\u22C7","\\divideontimes",!0),ce(pe,ut,yt,"\u22C9","\\ltimes",!0),ce(pe,ut,yt,"\u22CA","\\rtimes",!0),ce(pe,ut,yt,"\u22CB","\\leftthreetimes",!0),ce(pe,ut,yt,"\u22CC","\\rightthreetimes",!0),ce(pe,ut,yt,"\u22CF","\\curlywedge",!0),ce(pe,ut,yt,"\u22CE","\\curlyvee",!0),ce(pe,ut,yt,"\u229D","\\circleddash",!0),ce(pe,ut,yt,"\u229B","\\circledast",!0),ce(pe,ut,yt,"\u22C5","\\centerdot"),ce(pe,ut,yt,"\u22BA","\\intercal",!0),ce(pe,ut,yt,"\u22D2","\\doublecap"),ce(pe,ut,yt,"\u22D3","\\doublecup"),ce(pe,ut,yt,"\u22A0","\\boxtimes",!0),ce(pe,ut,Be,"\u21E2","\\dashrightarrow",!0),ce(pe,ut,Be,"\u21E0","\\dashleftarrow",!0),ce(pe,ut,Be,"\u21C7","\\leftleftarrows",!0),ce(pe,ut,Be,"\u21C6","\\leftrightarrows",!0),ce(pe,ut,Be,"\u21DA","\\Lleftarrow",!0),ce(pe,ut,Be,"\u219E","\\twoheadleftarrow",!0),ce(pe,ut,Be,"\u21A2","\\leftarrowtail",!0),ce(pe,ut,Be,"\u21AB","\\looparrowleft",!0),ce(pe,ut,Be,"\u21CB","\\leftrightharpoons",!0),ce(pe,ut,Be,"\u21B6","\\curvearrowleft",!0),ce(pe,ut,Be,"\u21BA","\\circlearrowleft",!0),ce(pe,ut,Be,"\u21B0","\\Lsh",!0),ce(pe,ut,Be,"\u21C8","\\upuparrows",!0),ce(pe,ut,Be,"\u21BF","\\upharpoonleft",!0),ce(pe,ut,Be,"\u21C3","\\downharpoonleft",!0),ce(pe,ut,Be,"\u22B8","\\multimap",!0),ce(pe,ut,Be,"\u21AD","\\leftrightsquigarrow",!0),ce(pe,ut,Be,"\u21C9","\\rightrightarrows",!0),ce(pe,ut,Be,"\u21C4","\\rightleftarrows",!0),ce(pe,ut,Be,"\u21A0","\\twoheadrightarrow",!0),ce(pe,ut,Be,"\u21A3","\\rightarrowtail",!0),ce(pe,ut,Be,"\u21AC","\\looparrowright",!0),ce(pe,ut,Be,"\u21B7","\\curvearrowright",!0),ce(pe,ut,Be,"\u21BB","\\circlearrowright",!0),ce(pe,ut,Be,"\u21B1","\\Rsh",!0),ce(pe,ut,Be,"\u21CA","\\downdownarrows",!0),ce(pe,ut,Be,"\u21BE","\\upharpoonright",!0),ce(pe,ut,Be,"\u21C2","\\downharpoonright",!0),ce(pe,ut,Be,"\u21DD","\\rightsquigarrow",!0),ce(pe,ut,Be,"\u21DD","\\leadsto"),ce(pe,ut,Be,"\u21DB","\\Rrightarrow",!0),ce(pe,ut,Be,"\u21BE","\\restriction"),ce(pe,Ae,vt,"\u2018","`"),ce(pe,Ae,vt,"$","\\$"),ce(At,Ae,vt,"$","\\$"),ce(At,Ae,vt,"$","\\textdollar"),ce(pe,Ae,vt,"%","\\%"),ce(At,Ae,vt,"%","\\%"),ce(pe,Ae,vt,"_","\\_"),ce(At,Ae,vt,"_","\\_"),ce(At,Ae,vt,"_","\\textunderscore"),ce(pe,Ae,vt,"\u2220","\\angle",!0),ce(pe,Ae,vt,"\u221E","\\infty",!0),ce(pe,Ae,vt,"\u2032","\\prime"),ce(pe,Ae,vt,"\u25B3","\\triangle"),ce(pe,Ae,vt,"\u0393","\\Gamma",!0),ce(pe,Ae,vt,"\u0394","\\Delta",!0),ce(pe,Ae,vt,"\u0398","\\Theta",!0),ce(pe,Ae,vt,"\u039B","\\Lambda",!0),ce(pe,Ae,vt,"\u039E","\\Xi",!0),ce(pe,Ae,vt,"\u03A0","\\Pi",!0),ce(pe,Ae,vt,"\u03A3","\\Sigma",!0),ce(pe,Ae,vt,"\u03A5","\\Upsilon",!0),ce(pe,Ae,vt,"\u03A6","\\Phi",!0),ce(pe,Ae,vt,"\u03A8","\\Psi",!0),ce(pe,Ae,vt,"\u03A9","\\Omega",!0),ce(pe,Ae,vt,"A","\u0391"),ce(pe,Ae,vt,"B","\u0392"),ce(pe,Ae,vt,"E","\u0395"),ce(pe,Ae,vt,"Z","\u0396"),ce(pe,Ae,vt,"H","\u0397"),ce(pe,Ae,vt,"I","\u0399"),ce(pe,Ae,vt,"K","\u039A"),ce(pe,Ae,vt,"M","\u039C"),ce(pe,Ae,vt,"N","\u039D"),ce(pe,Ae,vt,"O","\u039F"),ce(pe,Ae,vt,"P","\u03A1"),ce(pe,Ae,vt,"T","\u03A4"),ce(pe,Ae,vt,"X","\u03A7"),ce(pe,Ae,vt,"\xAC","\\neg",!0),ce(pe,Ae,vt,"\xAC","\\lnot"),ce(pe,Ae,vt,"\u22A4","\\top"),ce(pe,Ae,vt,"\u22A5","\\bot"),ce(pe,Ae,vt,"\u2205","\\emptyset"),ce(pe,ut,vt,"\u2205","\\varnothing"),ce(pe,Ae,Ue,"\u03B1","\\alpha",!0),ce(pe,Ae,Ue,"\u03B2","\\beta",!0),ce(pe,Ae,Ue,"\u03B3","\\gamma",!0),ce(pe,Ae,Ue,"\u03B4","\\delta",!0),ce(pe,Ae,Ue,"\u03F5","\\epsilon",!0),ce(pe,Ae,Ue,"\u03B6","\\zeta",!0),ce(pe,Ae,Ue,"\u03B7","\\eta",!0),ce(pe,Ae,Ue,"\u03B8","\\theta",!0),ce(pe,Ae,Ue,"\u03B9","\\iota",!0),ce(pe,Ae,Ue,"\u03BA","\\kappa",!0),ce(pe,Ae,Ue,"\u03BB","\\lambda",!0),ce(pe,Ae,Ue,"\u03BC","\\mu",!0),ce(pe,Ae,Ue,"\u03BD","\\nu",!0),ce(pe,Ae,Ue,"\u03BE","\\xi",!0),ce(pe,Ae,Ue,"\u03BF","\\omicron",!0),ce(pe,Ae,Ue,"\u03C0","\\pi",!0),ce(pe,Ae,Ue,"\u03C1","\\rho",!0),ce(pe,Ae,Ue,"\u03C3","\\sigma",!0),ce(pe,Ae,Ue,"\u03C4","\\tau",!0),ce(pe,Ae,Ue,"\u03C5","\\upsilon",!0),ce(pe,Ae,Ue,"\u03D5","\\phi",!0),ce(pe,Ae,Ue,"\u03C7","\\chi",!0),ce(pe,Ae,Ue,"\u03C8","\\psi",!0),ce(pe,Ae,Ue,"\u03C9","\\omega",!0),ce(pe,Ae,Ue,"\u03B5","\\varepsilon",!0),ce(pe,Ae,Ue,"\u03D1","\\vartheta",!0),ce(pe,Ae,Ue,"\u03D6","\\varpi",!0),ce(pe,Ae,Ue,"\u03F1","\\varrho",!0),ce(pe,Ae,Ue,"\u03C2","\\varsigma",!0),ce(pe,Ae,Ue,"\u03C6","\\varphi",!0),ce(pe,Ae,yt,"\u2217","*"),ce(pe,Ae,yt,"+","+"),ce(pe,Ae,yt,"\u2212","-"),ce(pe,Ae,yt,"\u22C5","\\cdot",!0),ce(pe,Ae,yt,"\u2218","\\circ"),ce(pe,Ae,yt,"\xF7","\\div",!0),ce(pe,Ae,yt,"\xB1","\\pm",!0),ce(pe,Ae,yt,"\xD7","\\times",!0),ce(pe,Ae,yt,"\u2229","\\cap",!0),ce(pe,Ae,yt,"\u222A","\\cup",!0),ce(pe,Ae,yt,"\u2216","\\setminus"),ce(pe,Ae,yt,"\u2227","\\land"),ce(pe,Ae,yt,"\u2228","\\lor"),ce(pe,Ae,yt,"\u2227","\\wedge",!0),ce(pe,Ae,yt,"\u2228","\\vee",!0),ce(pe,Ae,vt,"\u221A","\\surd"),ce(pe,Ae,dt,"(","("),ce(pe,Ae,dt,"[","["),ce(pe,Ae,dt,"\u27E8","\\langle",!0),ce(pe,Ae,dt,"\u2223","\\lvert"),ce(pe,Ae,dt,"\u2225","\\lVert"),ce(pe,Ae,Ce,")",")"),ce(pe,Ae,Ce,"]","]"),ce(pe,Ae,Ce,"?","?"),ce(pe,Ae,Ce,"!","!"),ce(pe,Ae,Ce,"\u27E9","\\rangle",!0),ce(pe,Ae,Ce,"\u2223","\\rvert"),ce(pe,Ae,Ce,"\u2225","\\rVert"),ce(pe,Ae,Be,"=","="),ce(pe,Ae,Be,"<","<"),ce(pe,Ae,Be,">",">"),ce(pe,Ae,Be,":",":"),ce(pe,Ae,Be,"\u2248","\\approx",!0),ce(pe,Ae,Be,"\u2245","\\cong",!0),ce(pe,Ae,Be,"\u2265","\\ge"),ce(pe,Ae,Be,"\u2265","\\geq",!0),ce(pe,Ae,Be,"\u2190","\\gets"),ce(pe,Ae,Be,">","\\gt"),ce(pe,Ae,Be,"\u2208","\\in",!0),ce(pe,Ae,Be,"\uE020","\\@not"),ce(pe,Ae,Be,"\u2282","\\subset",!0),ce(pe,Ae,Be,"\u2283","\\supset",!0),ce(pe,Ae,Be,"\u2286","\\subseteq",!0),ce(pe,Ae,Be,"\u2287","\\supseteq",!0),ce(pe,ut,Be,"\u2288","\\nsubseteq",!0),ce(pe,ut,Be,"\u2289","\\nsupseteq",!0),ce(pe,Ae,Be,"\u22A8","\\models"),ce(pe,Ae,Be,"\u2190","\\leftarrow",!0),ce(pe,Ae,Be,"\u2264","\\le"),ce(pe,Ae,Be,"\u2264","\\leq",!0),ce(pe,Ae,Be,"<","\\lt"),ce(pe,Ae,Be,"\u2192","\\rightarrow",!0),ce(pe,Ae,Be,"\u2192","\\to"),ce(pe,ut,Be,"\u2271","\\ngeq",!0),ce(pe,ut,Be,"\u2270","\\nleq",!0),ce(pe,Ae,Dr,"\xA0","\\ "),ce(pe,Ae,Dr,"\xA0","~"),ce(pe,Ae,Dr,"\xA0","\\space"),ce(pe,Ae,Dr,"\xA0","\\nobreakspace"),ce(At,Ae,Dr,"\xA0","\\ "),ce(At,Ae,Dr,"\xA0","~"),ce(At,Ae,Dr,"\xA0","\\space"),ce(At,Ae,Dr,"\xA0","\\nobreakspace"),ce(pe,Ae,Dr,null,"\\nobreak"),ce(pe,Ae,Dr,null,"\\allowbreak"),ce(pe,Ae,Dt,",",","),ce(pe,Ae,Dt,";",";"),ce(pe,ut,yt,"\u22BC","\\barwedge",!0),ce(pe,ut,yt,"\u22BB","\\veebar",!0),ce(pe,Ae,yt,"\u2299","\\odot",!0),ce(pe,Ae,yt,"\u2295","\\oplus",!0),ce(pe,Ae,yt,"\u2297","\\otimes",!0),ce(pe,Ae,vt,"\u2202","\\partial",!0),ce(pe,Ae,yt,"\u2298","\\oslash",!0),ce(pe,ut,yt,"\u229A","\\circledcirc",!0),ce(pe,ut,yt,"\u22A1","\\boxdot",!0),ce(pe,Ae,yt,"\u25B3","\\bigtriangleup"),ce(pe,Ae,yt,"\u25BD","\\bigtriangledown"),ce(pe,Ae,yt,"\u2020","\\dagger"),ce(pe,Ae,yt,"\u22C4","\\diamond"),ce(pe,Ae,yt,"\u22C6","\\star"),ce(pe,Ae,yt,"\u25C3","\\triangleleft"),ce(pe,Ae,yt,"\u25B9","\\triangleright"),ce(pe,Ae,dt,"{","\\{"),ce(At,Ae,vt,"{","\\{"),ce(At,Ae,vt,"{","\\textbraceleft"),ce(pe,Ae,Ce,"}","\\}"),ce(At,Ae,vt,"}","\\}"),ce(At,Ae,vt,"}","\\textbraceright"),ce(pe,Ae,dt,"{","\\lbrace"),ce(pe,Ae,Ce,"}","\\rbrace"),ce(pe,Ae,dt,"[","\\lbrack"),ce(At,Ae,vt,"[","\\lbrack"),ce(pe,Ae,Ce,"]","\\rbrack"),ce(At,Ae,vt,"]","\\rbrack"),ce(pe,Ae,dt,"(","\\lparen"),ce(pe,Ae,Ce,")","\\rparen"),ce(At,Ae,vt,"<","\\textless"),ce(At,Ae,vt,">","\\textgreater"),ce(pe,Ae,dt,"\u230A","\\lfloor",!0),ce(pe,Ae,Ce,"\u230B","\\rfloor",!0),ce(pe,Ae,dt,"\u2308","\\lceil",!0),ce(pe,Ae,Ce,"\u2309","\\rceil",!0),ce(pe,Ae,vt,"\\","\\backslash"),ce(pe,Ae,vt,"\u2223","|"),ce(pe,Ae,vt,"\u2223","\\vert"),ce(At,Ae,vt,"|","\\textbar"),ce(pe,Ae,vt,"\u2225","\\|"),ce(pe,Ae,vt,"\u2225","\\Vert"),ce(At,Ae,vt,"\u2225","\\textbardbl"),ce(At,Ae,vt,"~","\\textasciitilde"),ce(At,Ae,vt,"\\","\\textbackslash"),ce(At,Ae,vt,"^","\\textasciicircum"),ce(pe,Ae,Be,"\u2191","\\uparrow",!0),ce(pe,Ae,Be,"\u21D1","\\Uparrow",!0),ce(pe,Ae,Be,"\u2193","\\downarrow",!0),ce(pe,Ae,Be,"\u21D3","\\Downarrow",!0),ce(pe,Ae,Be,"\u2195","\\updownarrow",!0),ce(pe,Ae,Be,"\u21D5","\\Updownarrow",!0),ce(pe,Ae,xe,"\u2210","\\coprod"),ce(pe,Ae,xe,"\u22C1","\\bigvee"),ce(pe,Ae,xe,"\u22C0","\\bigwedge"),ce(pe,Ae,xe,"\u2A04","\\biguplus"),ce(pe,Ae,xe,"\u22C2","\\bigcap"),ce(pe,Ae,xe,"\u22C3","\\bigcup"),ce(pe,Ae,xe,"\u222B","\\int"),ce(pe,Ae,xe,"\u222B","\\intop"),ce(pe,Ae,xe,"\u222C","\\iint"),ce(pe,Ae,xe,"\u222D","\\iiint"),ce(pe,Ae,xe,"\u220F","\\prod"),ce(pe,Ae,xe,"\u2211","\\sum"),ce(pe,Ae,xe,"\u2A02","\\bigotimes"),ce(pe,Ae,xe,"\u2A01","\\bigoplus"),ce(pe,Ae,xe,"\u2A00","\\bigodot"),ce(pe,Ae,xe,"\u222E","\\oint"),ce(pe,Ae,xe,"\u222F","\\oiint"),ce(pe,Ae,xe,"\u2230","\\oiiint"),ce(pe,Ae,xe,"\u2A06","\\bigsqcup"),ce(pe,Ae,xe,"\u222B","\\smallint"),ce(At,Ae,_t,"\u2026","\\textellipsis"),ce(pe,Ae,_t,"\u2026","\\mathellipsis"),ce(At,Ae,_t,"\u2026","\\ldots",!0),ce(pe,Ae,_t,"\u2026","\\ldots",!0),ce(pe,Ae,_t,"\u22EF","\\@cdots",!0),ce(pe,Ae,_t,"\u22F1","\\ddots",!0),ce(pe,Ae,vt,"\u22EE","\\varvdots"),ce(pe,Ae,$t,"\u02CA","\\acute"),ce(pe,Ae,$t,"\u02CB","\\grave"),ce(pe,Ae,$t,"\xA8","\\ddot"),ce(pe,Ae,$t,"~","\\tilde"),ce(pe,Ae,$t,"\u02C9","\\bar"),ce(pe,Ae,$t,"\u02D8","\\breve"),ce(pe,Ae,$t,"\u02C7","\\check"),ce(pe,Ae,$t,"^","\\hat"),ce(pe,Ae,$t,"\u20D7","\\vec"),ce(pe,Ae,$t,"\u02D9","\\dot"),ce(pe,Ae,$t,"\u02DA","\\mathring"),ce(pe,Ae,Ue,"\u0131","\\imath",!0),ce(pe,Ae,Ue,"\u0237","\\jmath",!0),ce(At,Ae,vt,"\u0131","\\i",!0),ce(At,Ae,vt,"\u0237","\\j",!0),ce(At,Ae,vt,"\xDF","\\ss",!0),ce(At,Ae,vt,"\xE6","\\ae",!0),ce(At,Ae,vt,"\xE6","\\ae",!0),ce(At,Ae,vt,"\u0153","\\oe",!0),ce(At,Ae,vt,"\xF8","\\o",!0),ce(At,Ae,vt,"\xC6","\\AE",!0),ce(At,Ae,vt,"\u0152","\\OE",!0),ce(At,Ae,vt,"\xD8","\\O",!0),ce(At,Ae,$t,"\u02CA","\\'"),ce(At,Ae,$t,"\u02CB","\\`"),ce(At,Ae,$t,"\u02C6","\\^"),ce(At,Ae,$t,"\u02DC","\\~"),ce(At,Ae,$t,"\u02C9","\\="),ce(At,Ae,$t,"\u02D8","\\u"),ce(At,Ae,$t,"\u02D9","\\."),ce(At,Ae,$t,"\u02DA","\\r"),ce(At,Ae,$t,"\u02C7","\\v"),ce(At,Ae,$t,"\xA8",'\\"'),ce(At,Ae,$t,"\u02DD","\\H"),ce(At,Ae,$t,"\u25EF","\\textcircled");var qr={"--":!0,"---":!0,"``":!0,"''":!0};ce(At,Ae,vt,"\u2013","--"),ce(At,Ae,vt,"\u2013","\\textendash"),ce(At,Ae,vt,"\u2014","---"),ce(At,Ae,vt,"\u2014","\\textemdash"),ce(At,Ae,vt,"\u2018","`"),ce(At,Ae,vt,"\u2018","\\textquoteleft"),ce(At,Ae,vt,"\u2019","'"),ce(At,Ae,vt,"\u2019","\\textquoteright"),ce(At,Ae,vt,"\u201C","``"),ce(At,Ae,vt,"\u201C","\\textquotedblleft"),ce(At,Ae,vt,"\u201D","''"),ce(At,Ae,vt,"\u201D","\\textquotedblright"),ce(pe,Ae,vt,"\xB0","\\degree",!0),ce(At,Ae,vt,"\xB0","\\degree"),ce(At,Ae,vt,"\xB0","\\textdegree",!0),ce(pe,Ae,Ue,"\xA3","\\pounds"),ce(pe,Ae,Ue,"\xA3","\\mathsterling",!0),ce(At,Ae,Ue,"\xA3","\\pounds"),ce(At,Ae,Ue,"\xA3","\\textsterling",!0),ce(pe,ut,vt,"\u2720","\\maltese"),ce(At,ut,vt,"\u2720","\\maltese"),ce(At,Ae,Dr,"\xA0","\\ "),ce(At,Ae,Dr,"\xA0"," "),ce(At,Ae,Dr,"\xA0","~");for(var sn='0123456789/@."',zt=0;zt<sn.length;zt++){var er=sn.charAt(zt);ce(pe,Ae,vt,er,er)}for(var Bt='0123456789!@*()-=+[]<>|";:?/.,',Yt=0;Yt<Bt.length;Yt++){var wr=Bt.charAt(Yt);ce(At,Ae,vt,wr,wr)}for(var Ir="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Pt=0;Pt<Ir.length;Pt++){var Kt=Ir.charAt(Pt);ce(pe,Ae,Ue,Kt,Kt),ce(At,Ae,vt,Kt,Kt)}ce(pe,ut,vt,"C","\u2102"),ce(At,ut,vt,"C","\u2102"),ce(pe,ut,vt,"H","\u210D"),ce(At,ut,vt,"H","\u210D"),ce(pe,ut,vt,"N","\u2115"),ce(At,ut,vt,"N","\u2115"),ce(pe,ut,vt,"P","\u2119"),ce(At,ut,vt,"P","\u2119"),ce(pe,ut,vt,"Q","\u211A"),ce(At,ut,vt,"Q","\u211A"),ce(pe,ut,vt,"R","\u211D"),ce(At,ut,vt,"R","\u211D"),ce(pe,ut,vt,"Z","\u2124"),ce(At,ut,vt,"Z","\u2124"),ce(pe,Ae,Ue,"h","\u210E"),ce(At,Ae,Ue,"h","\u210E");for(var jt="",qt=0;qt<Ir.length;qt++){var yr=Ir.charAt(qt);jt=String.fromCharCode(55349,56320+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56372+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56424+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56580+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56736+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56788+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56840+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56944+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),qt<26&&(jt=String.fromCharCode(55349,56632+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt),jt=String.fromCharCode(55349,56476+qt),ce(pe,Ae,Ue,yr,jt),ce(At,Ae,vt,yr,jt))}jt="\u{1D55C}",ce(pe,Ae,Ue,"k",jt),ce(At,Ae,vt,"k",jt);for(var Qr=0;Qr<10;Qr++){var Hr=Qr.toString();jt=String.fromCharCode(55349,57294+Qr),ce(pe,Ae,Ue,Hr,jt),ce(At,Ae,vt,Hr,jt),jt=String.fromCharCode(55349,57314+Qr),ce(pe,Ae,Ue,Hr,jt),ce(At,Ae,vt,Hr,jt),jt=String.fromCharCode(55349,57324+Qr),ce(pe,Ae,Ue,Hr,jt),ce(At,Ae,vt,Hr,jt),jt=String.fromCharCode(55349,57334+Qr),ce(pe,Ae,Ue,Hr,jt),ce(At,Ae,vt,Hr,jt)}for(var jn="\xC7\xD0\xDE\xE7\xFE",En=0;En<jn.length;En++){var Yn=jn.charAt(En);ce(pe,Ae,Ue,Yn,Yn),ce(At,Ae,vt,Yn,Yn)}ce(At,Ae,vt,"\xF0","\xF0"),ce(At,Ae,vt,"\u2013","\u2013"),ce(At,Ae,vt,"\u2014","\u2014"),ce(At,Ae,vt,"\u2018","\u2018"),ce(At,Ae,vt,"\u2019","\u2019"),ce(At,Ae,vt,"\u201C","\u201C"),ce(At,Ae,vt,"\u201D","\u201D");var Tt=[["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"]],Vr=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],ii=function(W,Q){var te=W.charCodeAt(0),he=W.charCodeAt(1),Se=(te-55296)*1024+(he-56320)+65536,Ve=Q==="math"?0:1;if(119808<=Se&&Se<120484){var Et=Math.floor((Se-119808)/26);return[Tt[Et][2],Tt[Et][Ve]]}else if(120782<=Se&&Se<=120831){var Wt=Math.floor((Se-120782)/10);return[Vr[Wt][2],Vr[Wt][Ve]]}else{if(Se===120485||Se===120486)return[Tt[0][2],Tt[0][Ve]];if(120486<Se&&Se<120782)return["",""];throw new o("Unsupported character: "+W)}},Bi=[[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]],$n=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],ci=function(W,Q){return Q.size<2?W:Bi[W-1][Q.size-1]},Di=function(){function Ke(Q){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=Q.style,this.color=Q.color,this.size=Q.size||Ke.BASESIZE,this.textSize=Q.textSize||this.size,this.phantom=!!Q.phantom,this.font=Q.font||"",this.fontFamily=Q.fontFamily||"",this.fontWeight=Q.fontWeight||"",this.fontShape=Q.fontShape||"",this.sizeMultiplier=$n[this.size-1],this.maxSize=Q.maxSize,this.minRuleThickness=Q.minRuleThickness,this._fontMetrics=void 0}var W=Ke.prototype;return W.extend=function(te){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 Se in te)te.hasOwnProperty(Se)&&(he[Se]=te[Se]);return new Ke(he)},W.havingStyle=function(te){return this.style===te?this:this.extend({style:te,size:ci(this.textSize,te)})},W.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},W.havingSize=function(te){return this.size===te&&this.textSize===te?this:this.extend({style:this.style.text(),size:te,textSize:te,sizeMultiplier:$n[te-1]})},W.havingBaseStyle=function(te){te=te||this.style.text();var he=ci(Ke.BASESIZE,te);return this.size===he&&this.textSize===Ke.BASESIZE&&this.style===te?this:this.extend({style:te,size:he})},W.havingBaseSizing=function(){var te;switch(this.style.id){case 4:case 5:te=3;break;case 6:case 7:te=1;break;default:te=6}return this.extend({style:this.style.text(),size:te})},W.withColor=function(te){return this.extend({color:te})},W.withPhantom=function(){return this.extend({phantom:!0})},W.withFont=function(te){return this.extend({font:te})},W.withTextFontFamily=function(te){return this.extend({fontFamily:te,font:""})},W.withTextFontWeight=function(te){return this.extend({fontWeight:te,font:""})},W.withTextFontShape=function(te){return this.extend({fontShape:te,font:""})},W.sizingClasses=function(te){return te.size!==this.size?["sizing","reset-size"+te.size,"size"+this.size]:[]},W.baseSizingClasses=function(){return this.size!==Ke.BASESIZE?["sizing","reset-size"+this.size,"size"+Ke.BASESIZE]:[]},W.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=Mt(this.size)),this._fontMetrics},W.getColor=function(){return this.phantom?"transparent":this.color},Ke}();Di.BASESIZE=6;var Gi=Di,Pi={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},Ui={ex:!0,em:!0,mu:!0},da=function(W){return typeof W!="string"&&(W=W.unit),W in Pi||W in Ui||W==="ex"},sa=function(W,Q){var te;if(W.unit in Pi)te=Pi[W.unit]/Q.fontMetrics().ptPerEm/Q.sizeMultiplier;else if(W.unit==="mu")te=Q.fontMetrics().cssEmPerMu;else{var he;if(Q.style.isTight()?he=Q.havingStyle(Q.style.text()):he=Q,W.unit==="ex")te=he.fontMetrics().xHeight;else if(W.unit==="em")te=he.fontMetrics().quad;else throw new o("Invalid unit: '"+W.unit+"'");he!==Q&&(te*=he.sizeMultiplier/Q.sizeMultiplier)}return Math.min(W.number*te,Q.maxSize)},Ji=["\\imath","\u0131","\\jmath","\u0237","\\pounds","\\mathsterling","\\textsterling","\xA3"],vi=function(W,Q,te){return Te[te][W]&&Te[te][W].replace&&(W=Te[te][W].replace),{value:W,metrics:Qt(W,Q,te)}},$i=function(W,Q,te,he,Se){var Ve=vi(W,Q,te),Et=Ve.metrics;W=Ve.value;var Wt;if(Et){var cr=Et.italic;(te==="text"||he&&he.font==="mathit")&&(cr=0),Wt=new Oe(W,Et.height,Et.depth,cr,Et.skew,Et.width,Se)}else typeof console!="undefined"&&console.warn("No character metrics "+("for '"+W+"' in style '"+Q+"' and mode '"+te+"'")),Wt=new Oe(W,0,0,0,0,0,Se);if(he){Wt.maxFontSize=he.sizeMultiplier,he.style.isTight()&&Wt.classes.push("mtight");var Tr=he.getColor();Tr&&(Wt.style.color=Tr)}return Wt},Ia=function(W,Q,te,he){return he===void 0&&(he=[]),te.font==="boldsymbol"&&vi(W,"Main-Bold",Q).metrics?$i(W,"Main-Bold",Q,te,he.concat(["mathbf"])):W==="\\"||Te[Q][W].font==="main"?$i(W,"Main-Regular",Q,te,he):$i(W,"AMS-Regular",Q,te,he.concat(["amsrm"]))},bt=function(W,Q,te,he){return/[0-9]/.test(W.charAt(0))||S.contains(Ji,W)?{fontName:"Main-Italic",fontClass:"mathit"}:{fontName:"Math-Italic",fontClass:"mathdefault"}},wa=function(W,Q,te,he){return S.contains(Ji,W)?{fontName:"Main-Italic",fontClass:"mathit"}:/[0-9]/.test(W.charAt(0))?{fontName:"Caligraphic-Regular",fontClass:"mathcal"}:{fontName:"Math-Italic",fontClass:"mathdefault"}},Ki=function(W,Q,te,he){return vi(W,"Math-BoldItalic",Q).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},gi=function(W,Q,te){var he=W.mode,Se=W.text,Ve=["mord"],Et=he==="math"||he==="text"&&Q.font,Wt=Et?Q.font:Q.fontFamily;if(Se.charCodeAt(0)===55349){var cr=ii(Se,he),Tr=cr[0],Yr=cr[1];return $i(Se,Tr,he,Q,Ve.concat(Yr))}else if(Wt){var dn,On;if(Wt==="boldsymbol"||Wt==="mathnormal"){var Wn=Wt==="boldsymbol"?Ki(Se,he,Q,Ve):wa(Se,he,Q,Ve);dn=Wn.fontName,On=[Wn.fontClass]}else S.contains(Ji,Se)?(dn="Main-Italic",On=["mathit"]):Et?(dn=Jr[Wt].fontName,On=[Wt]):(dn=zr(Wt,Q.fontWeight,Q.fontShape),On=[Wt,Q.fontWeight,Q.fontShape]);if(vi(Se,dn,he).metrics)return $i(Se,dn,he,Q,Ve.concat(On));if(qr.hasOwnProperty(Se)&&dn.substr(0,10)==="Typewriter"){for(var qn=[],Ri=0;Ri<Se.length;Ri++)qn.push($i(Se[Ri],dn,he,Q,Ve.concat(On)));return It(qn)}}if(te==="mathord"){var Fi=bt(Se,he,Q,Ve);return $i(Se,Fi.fontName,he,Q,Ve.concat([Fi.fontClass]))}else if(te==="textord"){var ia=Te[he][Se]&&Te[he][Se].font;if(ia==="ams"){var Sa=zr("amsrm",Q.fontWeight,Q.fontShape);return $i(Se,Sa,he,Q,Ve.concat("amsrm",Q.fontWeight,Q.fontShape))}else if(ia==="main"||!ia){var Ts=zr("textrm",Q.fontWeight,Q.fontShape);return $i(Se,Ts,he,Q,Ve.concat(Q.fontWeight,Q.fontShape))}else{var Ps=zr(ia,Q.fontWeight,Q.fontShape);return $i(Se,Ps,he,Q,Ve.concat(Ps,Q.fontWeight,Q.fontShape))}}else throw new Error("unexpected type: "+te+" in makeOrd")},ka=function(W,Q){if(ht(W.classes)!==ht(Q.classes)||W.skew!==Q.skew||W.maxFontSize!==Q.maxFontSize)return!1;for(var te in W.style)if(W.style.hasOwnProperty(te)&&W.style[te]!==Q.style[te])return!1;for(var he in Q.style)if(Q.style.hasOwnProperty(he)&&W.style[he]!==Q.style[he])return!1;return!0},Yi=function(W){for(var Q=0;Q<W.length-1;Q++){var te=W[Q],he=W[Q+1];te instanceof Oe&&he instanceof Oe&&ka(te,he)&&(te.text+=he.text,te.height=Math.max(te.height,he.height),te.depth=Math.max(te.depth,he.depth),te.italic=he.italic,W.splice(Q+1,1),Q--)}return W},Jn=function(W){for(var Q=0,te=0,he=0,Se=0;Se<W.children.length;Se++){var Ve=W.children[Se];Ve.height>Q&&(Q=Ve.height),Ve.depth>te&&(te=Ve.depth),Ve.maxFontSize>he&&(he=Ve.maxFontSize)}W.height=Q,W.depth=te,W.maxFontSize=he},zn=function(W,Q,te,he){var Se=new at(W,Q,te,he);return Jn(Se),Se},we=function(W,Q,te,he){return new at(W,Q,te,he)},it=function(W,Q,te){var he=zn([W],[],Q);return he.height=Math.max(te||Q.fontMetrics().defaultRuleThickness,Q.minRuleThickness),he.style.borderBottomWidth=he.height+"em",he.maxFontSize=1,he},qe=function(W,Q,te,he){var Se=new Xe(W,Q,te,he);return Jn(Se),Se},It=function(W){var Q=new Ne(W);return Jn(Q),Q},lt=function(W,Q){return W instanceof Ne?zn([],[W],Q):W},dr=function(W){if(W.positionType==="individualShift"){for(var Q=W.children,te=[Q[0]],he=-Q[0].shift-Q[0].elem.depth,Se=he,Ve=1;Ve<Q.length;Ve++){var Et=-Q[Ve].shift-Se-Q[Ve].elem.depth,Wt=Et-(Q[Ve-1].elem.height+Q[Ve-1].elem.depth);Se=Se+Et,te.push({type:"kern",size:Wt}),te.push(Q[Ve])}return{children:te,depth:he}}var cr;if(W.positionType==="top"){for(var Tr=W.positionData,Yr=0;Yr<W.children.length;Yr++){var dn=W.children[Yr];Tr-=dn.type==="kern"?dn.size:dn.elem.height+dn.elem.depth}cr=Tr}else if(W.positionType==="bottom")cr=-W.positionData;else{var On=W.children[0];if(On.type!=="elem")throw new Error('First child must have type "elem".');if(W.positionType==="shift")cr=-On.elem.depth-W.positionData;else if(W.positionType==="firstBaseline")cr=-On.elem.depth;else throw new Error("Invalid positionType "+W.positionType+".")}return{children:W.children,depth:cr}},pr=function(W,Q){for(var te=dr(W),he=te.children,Se=te.depth,Ve=0,Et=0;Et<he.length;Et++){var Wt=he[Et];if(Wt.type==="elem"){var cr=Wt.elem;Ve=Math.max(Ve,cr.maxFontSize,cr.height)}}Ve+=2;var Tr=zn(["pstrut"],[]);Tr.style.height=Ve+"em";for(var Yr=[],dn=Se,On=Se,Wn=Se,qn=0;qn<he.length;qn++){var Ri=he[qn];if(Ri.type==="kern")Wn+=Ri.size;else{var Fi=Ri.elem,ia=Ri.wrapperClasses||[],Sa=Ri.wrapperStyle||{},Ts=zn(ia,[Tr,Fi],void 0,Sa);Ts.style.top=-Ve-Wn-Fi.depth+"em",Ri.marginLeft&&(Ts.style.marginLeft=Ri.marginLeft),Ri.marginRight&&(Ts.style.marginRight=Ri.marginRight),Yr.push(Ts),Wn+=Fi.height+Fi.depth}dn=Math.min(dn,Wn),On=Math.max(On,Wn)}var Ps=zn(["vlist"],Yr);Ps.style.height=On+"em";var Ms;if(dn<0){var Is=zn([],[]),Da=zn(["vlist"],[Is]);Da.style.height=-dn+"em";var so=zn(["vlist-s"],[new Oe("\u200B")]);Ms=[zn(["vlist-r"],[Ps,so]),zn(["vlist-r"],[Da])]}else Ms=[zn(["vlist-r"],[Ps])];var Wi=zn(["vlist-t"],Ms);return Ms.length===2&&Wi.classes.push("vlist-t2"),Wi.height=On,Wi.depth=-dn,Wi},Cr=function(W,Q){var te=zn(["mspace"],[],Q),he=sa(W,Q);return te.style.marginRight=he+"em",te},zr=function(W,Q,te){var he="";switch(W){case"amsrm":he="AMS";break;case"textrm":he="Main";break;case"textsf":he="SansSerif";break;case"texttt":he="Typewriter";break;default:he=W}var Se;return Q==="textbf"&&te==="textit"?Se="BoldItalic":Q==="textbf"?Se="Bold":Q==="textit"?Se="Italic":Se="Regular",he+"-"+Se},Jr={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"}},Nr={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},Cn=function(W,Q){var te=Nr[W],he=te[0],Se=te[1],Ve=te[2],Et=new et(he),Wt=new Ge([Et],{width:Se+"em",height:Ve+"em",style:"width:"+Se+"em",viewBox:"0 0 "+1e3*Se+" "+1e3*Ve,preserveAspectRatio:"xMinYMin"}),cr=we(["overlay"],[Wt],Q);return cr.height=Ve,cr.style.height=Ve+"em",cr.style.width=Se+"em",cr},vr={fontMap:Jr,makeSymbol:$i,mathsym:Ia,makeSpan:zn,makeSvgSpan:we,makeLineSpan:it,makeAnchor:qe,makeFragment:It,wrapFragment:lt,makeVList:pr,makeOrd:gi,makeGlue:Cr,staticSvg:Cn,svgData:Nr,tryCombineChars:Yi};function Fn(Ke,W){var Q=Qn(Ke,W);if(!Q)throw new Error("Expected node of type "+W+", but got "+(Ke?"node of type "+Ke.type:String(Ke)));return Q}function Qn(Ke,W){return Ke&&Ke.type===W?Ke:null}function $e(Ke,W){var Q=ft(Ke,W);if(!Q)throw new Error('Expected node of type "atom" and family "'+W+'", but got '+(Ke?Ke.type==="atom"?"atom of family "+Ke.family:"node of type "+Ke.type:String(Ke)));return Q}function ft(Ke,W){return Ke&&Ke.type==="atom"&&Ke.family===W?Ke:null}function _e(Ke){var W=sr(Ke);if(!W)throw new Error("Expected node of symbol group type, but got "+(Ke?"node of type "+Ke.type:String(Ke)));return W}function sr(Ke){return Ke&&(Ke.type==="atom"||Jt.hasOwnProperty(Ke.type))?Ke:null}var ir={number:3,unit:"mu"},Rr={number:4,unit:"mu"},Gr={number:5,unit:"mu"},Wr={mord:{mop:ir,mbin:Rr,mrel:Gr,minner:ir},mop:{mord:ir,mop:ir,mrel:Gr,minner:ir},mbin:{mord:Rr,mop:Rr,mopen:Rr,minner:Rr},mrel:{mord:Gr,mop:Gr,mopen:Gr,minner:Gr},mopen:{},mclose:{mop:ir,mbin:Rr,mrel:Gr,minner:ir},mpunct:{mord:ir,mop:ir,mrel:Gr,mopen:ir,mclose:ir,mpunct:ir,minner:ir},minner:{mord:ir,mop:ir,mbin:Rr,mrel:Gr,mopen:ir,mpunct:ir,minner:ir}},hn={mord:{mop:ir},mop:{mord:ir,mop:ir},mbin:{},mrel:{},mopen:{},mclose:{mop:ir},mpunct:{},minner:{mop:ir}},Ei={},ln={},yn={};function $r(Ke){for(var W=Ke.type,Q=Ke.names,te=Ke.props,he=Ke.handler,Se=Ke.htmlBuilder,Ve=Ke.mathmlBuilder,Et={type:W,numArgs:te.numArgs,argTypes:te.argTypes,greediness:te.greediness===void 0?1:te.greediness,allowedInText:!!te.allowedInText,allowedInMath:te.allowedInMath===void 0?!0:te.allowedInMath,numOptionalArgs:te.numOptionalArgs||0,infix:!!te.infix,handler:he},Wt=0;Wt<Q.length;++Wt)Ei[Q[Wt]]=Et;W&&(Se&&(ln[W]=Se),Ve&&(yn[W]=Ve))}function kn(Ke){var W=Ke.type,Q=Ke.htmlBuilder,te=Ke.mathmlBuilder;$r({type:W,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:Q,mathmlBuilder:te})}var oi=function(W){var Q=Qn(W,"ordgroup");return Q?Q.body:[W]},Ea=vr.makeSpan,Qs=["leftmost","mbin","mopen","mrel","mop","mpunct"],Ba=["rightmost","mrel","mclose","mpunct"],Ws={display:Z.DISPLAY,text:Z.TEXT,script:Z.SCRIPT,scriptscript:Z.SCRIPTSCRIPT},Ns={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},ls=function(W,Q,te,he){he===void 0&&(he=[null,null]);for(var Se=[],Ve=0;Ve<W.length;Ve++){var Et=ta(W[Ve],Q);if(Et instanceof Ne){var Wt=Et.children;Se.push.apply(Se,Wt)}else Se.push(Et)}if(!te)return Se;var cr=Q;if(W.length===1){var Tr=Qn(W[0],"sizing")||Qn(W[0],"styling");Tr&&(Tr.type==="sizing"?cr=Q.havingSize(Tr.size):Tr.type==="styling"&&(cr=Q.havingStyle(Ws[Tr.style])))}var Yr=Ea([he[0]||"leftmost"],[],Q),dn=Ea([he[1]||"rightmost"],[],Q);return co(Se,function(On,Wn){var qn=Wn.classes[0],Ri=On.classes[0];qn==="mbin"&&S.contains(Ba,Ri)?Wn.classes[0]="mord":Ri==="mbin"&&S.contains(Qs,qn)&&(On.classes[0]="mord")},{node:Yr},dn),co(Se,function(On,Wn){var qn=vs(Wn),Ri=vs(On),Fi=qn&&Ri?On.hasClass("mtight")?hn[qn][Ri]:Wr[qn][Ri]:null;if(Fi)return vr.makeGlue(Fi,cr)},{node:Yr},dn),Se},co=function Ke(W,Q,te,he){he&&W.push(he);for(var Se=0;Se<W.length;Se++){var Ve=W[Se],Et=Ta(Ve);if(Et){Ke(Et.children,Q,te);continue}if(Ve.classes[0]!=="mspace"){var Wt=Q(Ve,te.node);Wt&&(te.insertAfter?te.insertAfter(Wt):(W.unshift(Wt),Se++)),te.node=Ve,te.insertAfter=function(cr){return function(Tr){W.splice(cr+1,0,Tr),Se++}}(Se)}}he&&W.pop()},Ta=function(W){return W instanceof Ne||W instanceof Xe?W:null},Ds=function Ke(W,Q){var te=Ta(W);if(te){var he=te.children;if(he.length){if(Q==="right")return Ke(he[he.length-1],"right");if(Q==="left")return Ke(he[0],"left")}}return W},vs=function(W,Q){return W?(Q&&(W=Ds(W,Q)),Ns[W.classes[0]]||null):null},mo=function(W,Q){var te=["nulldelimiter"].concat(W.baseSizingClasses());return Ea(Q.concat(te))},ta=function(W,Q,te){if(!W)return Ea();if(ln[W.type]){var he=ln[W.type](W,Q);if(te&&Q.size!==te.size){he=Ea(Q.sizingClasses(te),[he],Q);var Se=Q.sizeMultiplier/te.sizeMultiplier;he.height*=Se,he.depth*=Se}return he}else throw new o("Got group of unknown type: '"+W.type+"'")};function to(Ke,W){var Q=Ea(["base"],Ke,W),te=Ea(["strut"]);return te.style.height=Q.height+Q.depth+"em",te.style.verticalAlign=-Q.depth+"em",Q.children.unshift(te),Q}function No(Ke,W){var Q=null;Ke.length===1&&Ke[0].type==="tag"&&(Q=Ke[0].tag,Ke=Ke[0].body);for(var te=ls(Ke,W,!0),he=[],Se=[],Ve=0;Ve<te.length;Ve++)if(Se.push(te[Ve]),te[Ve].hasClass("mbin")||te[Ve].hasClass("mrel")||te[Ve].hasClass("allowbreak")){for(var Et=!1;Ve<te.length-1&&te[Ve+1].hasClass("mspace")&&!te[Ve+1].hasClass("newline");)Ve++,Se.push(te[Ve]),te[Ve].hasClass("nobreak")&&(Et=!0);Et||(he.push(to(Se,W)),Se=[])}else te[Ve].hasClass("newline")&&(Se.pop(),Se.length>0&&(he.push(to(Se,W)),Se=[]),he.push(te[Ve]));Se.length>0&&he.push(to(Se,W));var Wt;Q&&(Wt=to(ls(Q,W,!0)),Wt.classes=["tag"],he.push(Wt));var cr=Ea(["katex-html"],he);if(cr.setAttribute("aria-hidden","true"),Wt){var Tr=Wt.children[0];Tr.style.height=cr.height+cr.depth+"em",Tr.style.verticalAlign=-cr.depth+"em"}return cr}function Na(Ke){return new Ne(Ke)}var Hs=function(){function Ke(Q,te){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=Q,this.attributes={},this.children=te||[]}var W=Ke.prototype;return W.setAttribute=function(te,he){this.attributes[te]=he},W.getAttribute=function(te){return this.attributes[te]},W.toNode=function(){var te=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&te.setAttribute(he,this.attributes[he]);for(var Se=0;Se<this.children.length;Se++)te.appendChild(this.children[Se].toNode());return te},W.toMarkup=function(){var te="<"+this.type;for(var he in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,he)&&(te+=" "+he+'="',te+=S.escape(this.attributes[he]),te+='"');te+=">";for(var Se=0;Se<this.children.length;Se++)te+=this.children[Se].toMarkup();return te+="</"+this.type+">",te},W.toText=function(){return this.children.map(function(te){return te.toText()}).join("")},Ke}(),di=function(){function Ke(Q){this.text=void 0,this.text=Q}var W=Ke.prototype;return W.toNode=function(){return document.createTextNode(this.text)},W.toMarkup=function(){return S.escape(this.toText())},W.toText=function(){return this.text},Ke}(),ro=function(){function Ke(Q){this.width=void 0,this.character=void 0,this.width=Q,Q>=.05555&&Q<=.05556?this.character="\u200A":Q>=.1666&&Q<=.1667?this.character="\u2009":Q>=.2222&&Q<=.2223?this.character="\u2005":Q>=.2777&&Q<=.2778?this.character="\u2005\u200A":Q>=-.05556&&Q<=-.05555?this.character="\u200A\u2063":Q>=-.1667&&Q<=-.1666?this.character="\u2009\u2063":Q>=-.2223&&Q<=-.2222?this.character="\u205F\u2063":Q>=-.2778&&Q<=-.2777?this.character="\u2005\u2063":this.character=null}var W=Ke.prototype;return W.toNode=function(){if(this.character)return document.createTextNode(this.character);var te=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return te.setAttribute("width",this.width+"em"),te},W.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+this.width+'em"/>'},W.toText=function(){return this.character?this.character:" "},Ke}(),Rn={MathNode:Hs,TextNode:di,SpaceNode:ro,newDocumentFragment:Na},cs=function(W,Q,te){return Te[Q][W]&&Te[Q][W].replace&&W.charCodeAt(0)!==55349&&!(qr.hasOwnProperty(W)&&te&&(te.fontFamily&&te.fontFamily.substr(4,2)==="tt"||te.font&&te.font.substr(4,2)==="tt"))&&(W=Te[Q][W].replace),new Rn.TextNode(W)},ks=function(W){return W.length===1?W[0]:new Rn.MathNode("mrow",W)},Rs=function(W,Q){if(Q.fontFamily==="texttt")return"monospace";if(Q.fontFamily==="textsf")return Q.fontShape==="textit"&&Q.fontWeight==="textbf"?"sans-serif-bold-italic":Q.fontShape==="textit"?"sans-serif-italic":Q.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(Q.fontShape==="textit"&&Q.fontWeight==="textbf")return"bold-italic";if(Q.fontShape==="textit")return"italic";if(Q.fontWeight==="textbf")return"bold";var te=Q.font;if(!te||te==="mathnormal")return null;var he=W.mode;if(te==="mathit")return"italic";if(te==="boldsymbol")return"bold-italic";if(te==="mathbf")return"bold";if(te==="mathbb")return"double-struck";if(te==="mathfrak")return"fraktur";if(te==="mathscr"||te==="mathcal")return"script";if(te==="mathsf")return"sans-serif";if(te==="mathtt")return"monospace";var Se=W.text;if(S.contains(["\\imath","\\jmath"],Se))return null;Te[he][Se]&&Te[he][Se].replace&&(Se=Te[he][Se].replace);var Ve=vr.fontMap[te].fontName;return Qt(Se,Ve,he)?vr.fontMap[te].variant:null},ea=function(W,Q,te){if(W.length===1){var he=Ni(W[0],Q);return te&&he instanceof Hs&&he.type==="mo"&&(he.setAttribute("lspace","0em"),he.setAttribute("rspace","0em")),[he]}for(var Se=[],Ve,Et=0;Et<W.length;Et++){var Wt=Ni(W[Et],Q);if(Wt instanceof Hs&&Ve instanceof Hs){if(Wt.type==="mtext"&&Ve.type==="mtext"&&Wt.getAttribute("mathvariant")===Ve.getAttribute("mathvariant")){var cr;(cr=Ve.children).push.apply(cr,Wt.children);continue}else if(Wt.type==="mn"&&Ve.type==="mn"){var Tr;(Tr=Ve.children).push.apply(Tr,Wt.children);continue}else if(Wt.type==="mi"&&Wt.children.length===1&&Ve.type==="mn"){var Yr=Wt.children[0];if(Yr instanceof di&&Yr.text==="."){var dn;(dn=Ve.children).push.apply(dn,Wt.children);continue}}else if(Ve.type==="mi"&&Ve.children.length===1){var On=Ve.children[0];if(On instanceof di&&On.text==="\u0338"&&(Wt.type==="mo"||Wt.type==="mi"||Wt.type==="mn")){var Wn=Wt.children[0];Wn instanceof di&&Wn.text.length>0&&(Wn.text=Wn.text.slice(0,1)+"\u0338"+Wn.text.slice(1),Se.pop())}}}Se.push(Wt),Ve=Wt}return Se},Ga=function(W,Q,te){return ks(ea(W,Q,te))},Ni=function(W,Q){if(!W)return new Rn.MathNode("mrow");if(yn[W.type]){var te=yn[W.type](W,Q);return te}else throw new o("Got group of unknown type: '"+W.type+"'")};function Ls(Ke,W,Q,te){var he=ea(Ke,Q),Se;he.length===1&&he[0]instanceof Hs&&S.contains(["mrow","mtable"],he[0].type)?Se=he[0]:Se=new Rn.MathNode("mrow",he);var Ve=new Rn.MathNode("annotation",[new Rn.TextNode(W)]);Ve.setAttribute("encoding","application/x-tex");var Et=new Rn.MathNode("semantics",[Se,Ve]),Wt=new Rn.MathNode("math",[Et]);Wt.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML");var cr=te?"katex":"katex-mathml";return vr.makeSpan([cr],[Wt])}var xo=function(W){return new Gi({style:W.displayMode?Z.DISPLAY:Z.TEXT,maxSize:W.maxSize,minRuleThickness:W.minRuleThickness})},jo=function(W,Q){if(Q.displayMode){var te=["katex-display"];Q.leqno&&te.push("leqno"),Q.fleqn&&te.push("fleqn"),W=vr.makeSpan(te,[W])}return W},Go=function(W,Q,te){var he=xo(te),Se;if(te.output==="mathml")return Ls(W,Q,he,!0);if(te.output==="html"){var Ve=No(W,he);Se=vr.makeSpan(["katex"],[Ve])}else{var Et=Ls(W,Q,he,!1),Wt=No(W,he);Se=vr.makeSpan(["katex"],[Et,Wt])}return jo(Se,te)},du=function(W,Q,te){var he=xo(te),Se=No(W,he),Ve=vr.makeSpan(["katex"],[Se]);return jo(Ve,te)},hu=Go,go={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"},Uo=function(W){var Q=new Rn.MathNode("mo",[new Rn.TextNode(go[W.substr(1)])]);return Q.setAttribute("stretchy","true"),Q},So={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]},Yo=function(W){return W.type==="ordgroup"?W.body.length:1},$o=function(W,Q){function te(){var Wt=4e5,cr=W.label.substr(1);if(S.contains(["widehat","widecheck","widetilde","utilde"],cr)){var Tr=W,Yr=Yo(Tr.base),dn,On,Wn;if(Yr>5)cr==="widehat"||cr==="widecheck"?(dn=420,Wt=2364,Wn=.42,On=cr+"4"):(dn=312,Wt=2340,Wn=.34,On="tilde4");else{var qn=[1,1,2,2,3,3][Yr];cr==="widehat"||cr==="widecheck"?(Wt=[0,1062,2364,2364,2364][qn],dn=[0,239,300,360,420][qn],Wn=[0,.24,.3,.3,.36,.42][qn],On=cr+qn):(Wt=[0,600,1033,2339,2340][qn],dn=[0,260,286,306,312][qn],Wn=[0,.26,.286,.3,.306,.34][qn],On="tilde"+qn)}var Ri=new et(On),Fi=new Ge([Ri],{width:"100%",height:Wn+"em",viewBox:"0 0 "+Wt+" "+dn,preserveAspectRatio:"none"});return{span:vr.makeSvgSpan([],[Fi],Q),minWidth:0,height:Wn}}else{var ia=[],Sa=So[cr],Ts=Sa[0],Ps=Sa[1],Ms=Sa[2],Is=Ms/1e3,Da=Ts.length,so,Wi;if(Da===1){var Pr=Sa[3];so=["hide-tail"],Wi=[Pr]}else if(Da===2)so=["halfarrow-left","halfarrow-right"],Wi=["xMinYMin","xMaxYMin"];else if(Da===3)so=["brace-left","brace-center","brace-right"],Wi=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+Da+" children.");for(var wo=0;wo<Da;wo++){var Zo=new et(Ts[wo]),bu=new Ge([Zo],{width:"400em",height:Is+"em",viewBox:"0 0 "+Wt+" "+Ms,preserveAspectRatio:Wi[wo]+" slice"}),Zs=vr.makeSvgSpan([so[wo]],[bu],Q);if(Da===1)return{span:Zs,minWidth:Ps,height:Is};Zs.style.height=Is+"em",ia.push(Zs)}return{span:vr.makeSpan(["stretchy"],ia,Q),minWidth:Ps,height:Is}}}var he=te(),Se=he.span,Ve=he.minWidth,Et=he.height;return Se.height=Et,Se.style.height=Et+"em",Ve>0&&(Se.style.minWidth=Ve+"em"),Se},pi=function(W,Q,te,he){var Se,Ve=W.height+W.depth+2*te;if(/fbox|color/.test(Q)){if(Se=vr.makeSpan(["stretchy",Q],[],he),Q==="fbox"){var Et=he.color&&he.getColor();Et&&(Se.style.borderColor=Et)}}else{var Wt=[];/^[bx]cancel$/.test(Q)&&Wt.push(new Qe({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(Q)&&Wt.push(new Qe({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var cr=new Ge(Wt,{width:"100%",height:Ve+"em"});Se=vr.makeSvgSpan([],[cr],he)}return Se.height=Ve,Se.style.height=Ve+"em",Se},_i={encloseSpan:pi,mathMLnode:Uo,svgSpan:$o},es=function(W,Q){var te,he,Se=Qn(W,"supsub"),Ve;Se?(he=Fn(Se.base,"accent"),te=he.base,Se.base=te,Ve=Ct(ta(Se,Q)),Se.base=he):(he=Fn(W,"accent"),te=he.base);var Et=ta(te,Q.havingCrampedStyle()),Wt=he.isShifty&&S.isCharacterBox(te),cr=0;if(Wt){var Tr=S.getBaseElem(te),Yr=ta(Tr,Q.havingCrampedStyle());cr=St(Yr).skew}var dn=Math.min(Et.height,Q.fontMetrics().xHeight),On;if(he.isStretchy)On=_i.svgSpan(he,Q),On=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Et},{type:"elem",elem:On,wrapperClasses:["svg-align"],wrapperStyle:cr>0?{width:"calc(100% - "+2*cr+"em)",marginLeft:2*cr+"em"}:void 0}]},Q);else{var Wn,qn;he.label==="\\vec"?(Wn=vr.staticSvg("vec",Q),qn=vr.svgData.vec[1]):(Wn=vr.makeOrd({mode:he.mode,text:he.label},Q,"textord"),Wn=St(Wn),Wn.italic=0,qn=Wn.width),On=vr.makeSpan(["accent-body"],[Wn]);var Ri=he.label==="\\textcircled";Ri&&(On.classes.push("accent-full"),dn=Et.height);var Fi=cr;Ri||(Fi-=qn/2),On.style.left=Fi+"em",he.label==="\\textcircled"&&(On.style.top=".2em"),On=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Et},{type:"kern",size:-dn},{type:"elem",elem:On}]},Q)}var ia=vr.makeSpan(["mord","accent"],[On],Q);return Ve?(Ve.children[0]=ia,Ve.height=Math.max(ia.height,Ve.height),Ve.classes[0]="mord",Ve):ia},ds=function(W,Q){var te=W.isStretchy?_i.mathMLnode(W.label):new Rn.MathNode("mo",[cs(W.label,W.mode)]),he=new Rn.MathNode("mover",[Ni(W.base,Q),te]);return he.setAttribute("accent","true"),he},is=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(function(Ke){return"\\"+Ke}).join("|"));$r({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(W,Q){var te=Q[0],he=!is.test(W.funcName),Se=!he||W.funcName==="\\widehat"||W.funcName==="\\widetilde"||W.funcName==="\\widecheck";return{type:"accent",mode:W.parser.mode,label:W.funcName,isStretchy:he,isShifty:Se,base:te}},htmlBuilder:es,mathmlBuilder:ds}),$r({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(W,Q){var te=Q[0];return{type:"accent",mode:W.parser.mode,label:W.funcName,isStretchy:!1,isShifty:!0,base:te}},htmlBuilder:es,mathmlBuilder:ds}),$r({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0];return{type:"accentUnder",mode:te.mode,label:he,base:Se}},htmlBuilder:function(W,Q){var te=ta(W.base,Q),he=_i.svgSpan(W,Q),Se=W.label==="\\utilde"?.12:0,Ve=vr.makeVList({positionType:"bottom",positionData:he.height+Se,children:[{type:"elem",elem:he,wrapperClasses:["svg-align"]},{type:"kern",size:Se},{type:"elem",elem:te}]},Q);return vr.makeSpan(["mord","accentunder"],[Ve],Q)},mathmlBuilder:function(W,Q){var te=_i.mathMLnode(W.label),he=new Rn.MathNode("munder",[Ni(W.base,Q),te]);return he.setAttribute("accentunder","true"),he}});var Ha=function(W){var Q=new Rn.MathNode("mpadded",W?[W]:[]);return Q.setAttribute("width","+0.6em"),Q.setAttribute("lspace","0.3em"),Q};$r({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(W,Q,te){var he=W.parser,Se=W.funcName;return{type:"xArrow",mode:he.mode,label:Se,body:Q[0],below:te[0]}},htmlBuilder:function(W,Q){var te=Q.style,he=Q.havingStyle(te.sup()),Se=vr.wrapFragment(ta(W.body,he,Q),Q);Se.classes.push("x-arrow-pad");var Ve;W.below&&(he=Q.havingStyle(te.sub()),Ve=vr.wrapFragment(ta(W.below,he,Q),Q),Ve.classes.push("x-arrow-pad"));var Et=_i.svgSpan(W,Q),Wt=-Q.fontMetrics().axisHeight+.5*Et.height,cr=-Q.fontMetrics().axisHeight-.5*Et.height-.111;(Se.depth>.25||W.label==="\\xleftequilibrium")&&(cr-=Se.depth);var Tr;if(Ve){var Yr=-Q.fontMetrics().axisHeight+Ve.height+.5*Et.height+.111;Tr=vr.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Se,shift:cr},{type:"elem",elem:Et,shift:Wt},{type:"elem",elem:Ve,shift:Yr}]},Q)}else Tr=vr.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Se,shift:cr},{type:"elem",elem:Et,shift:Wt}]},Q);return Tr.children[0].children[0].children[1].classes.push("svg-align"),vr.makeSpan(["mrel","x-arrow"],[Tr],Q)},mathmlBuilder:function(W,Q){var te=_i.mathMLnode(W.label),he;if(W.body){var Se=Ha(Ni(W.body,Q));if(W.below){var Ve=Ha(Ni(W.below,Q));he=new Rn.MathNode("munderover",[te,Ve,Se])}else he=new Rn.MathNode("mover",[te,Se])}else if(W.below){var Et=Ha(Ni(W.below,Q));he=new Rn.MathNode("munder",[te,Et])}else he=Ha(),he=new Rn.MathNode("mover",[te,he]);return he}}),$r({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(W,Q){for(var te=W.parser,he=Fn(Q[0],"ordgroup"),Se=he.body,Ve="",Et=0;Et<Se.length;Et++){var Wt=Fn(Se[Et],"textord");Ve+=Wt.text}var cr=parseInt(Ve);if(isNaN(cr))throw new o("\\@char has non-numeric argument "+Ve);return{type:"textord",mode:te.mode,text:String.fromCharCode(cr)}}});var gs=function(W,Q){var te=ls(W.body,Q.withColor(W.color),!1);return vr.makeFragment(te)},Ko=function(W,Q){var te=ea(W.body,Q.withColor(W.color)),he=new Rn.MathNode("mstyle",te);return he.setAttribute("mathcolor",W.color),he};$r({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","original"]},handler:function(W,Q){var te=W.parser,he=Fn(Q[0],"color-token").color,Se=Q[1];return{type:"color",mode:te.mode,color:he,body:oi(Se)}},htmlBuilder:gs,mathmlBuilder:Ko}),$r({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler:function(W,Q){var te=W.parser,he=W.breakOnTokenText,Se=Fn(Q[0],"color-token").color;te.gullet.macros.set("\\current@color",Se);var Ve=te.parseExpression(!0,he);return{type:"color",mode:te.mode,color:Se,body:Ve}},htmlBuilder:gs,mathmlBuilder:Ko}),$r({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function(W,Q,te){var he=W.parser,Se=W.funcName,Ve=te[0],Et=Se==="\\cr",Wt=!1;return Et||(he.settings.displayMode&&he.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")?Wt=!1:Wt=!0),{type:"cr",mode:he.mode,newLine:Wt,newRow:Et,size:Ve&&Fn(Ve,"size").value}},htmlBuilder:function(W,Q){if(W.newRow)throw new o("\\cr valid only within a tabular/array environment");var te=vr.makeSpan(["mspace"],[],Q);return W.newLine&&(te.classes.push("newline"),W.size&&(te.style.marginTop=sa(W.size,Q)+"em")),te},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mspace");return W.newLine&&(te.setAttribute("linebreak","newline"),W.size&&te.setAttribute("height",sa(W.size,Q)+"em")),te}});var Ss=function(W,Q,te){var he=Te.math[W]&&Te.math[W].replace,Se=Qt(he||W,Q,te);if(!Se)throw new Error("Unsupported symbol "+W+" and font size "+Q+".");return Se},nu=function(W,Q,te,he){var Se=te.havingBaseStyle(Q),Ve=vr.makeSpan(he.concat(Se.sizingClasses(te)),[W],te),Et=Se.sizeMultiplier/te.sizeMultiplier;return Ve.height*=Et,Ve.depth*=Et,Ve.maxFontSize=Se.sizeMultiplier,Ve},pu=function(W,Q,te){var he=Q.havingBaseStyle(te),Se=(1-Q.sizeMultiplier/he.sizeMultiplier)*Q.fontMetrics().axisHeight;W.classes.push("delimcenter"),W.style.top=Se+"em",W.height-=Se,W.depth+=Se},Uu=function(W,Q,te,he,Se,Ve){var Et=vr.makeSymbol(W,"Main-Regular",Se,he),Wt=nu(Et,Q,he,Ve);return te&&pu(Wt,he,Q),Wt},rl=function(W,Q,te,he){return vr.makeSymbol(W,"Size"+Q+"-Regular",te,he)},nl=function(W,Q,te,he,Se,Ve){var Et=rl(W,Q,Se,he),Wt=nu(vr.makeSpan(["delimsizing","size"+Q],[Et],he),Z.TEXT,he,Ve);return te&&pu(Wt,he,Z.TEXT),Wt},fo=function(W,Q,te){var he;Q==="Size1-Regular"?he="delim-size1":he="delim-size4";var Se=vr.makeSpan(["delimsizinginner",he],[vr.makeSpan([],[vr.makeSymbol(W,Q,te)])]);return{type:"elem",elem:Se}},Do={type:"kern",size:-.005},Ao=function(W,Q,te,he,Se,Ve){var Et,Wt,cr,Tr;Et=cr=Tr=W,Wt=null;var Yr="Size1-Regular";W==="\\uparrow"?cr=Tr="\u23D0":W==="\\Uparrow"?cr=Tr="\u2016":W==="\\downarrow"?Et=cr="\u23D0":W==="\\Downarrow"?Et=cr="\u2016":W==="\\updownarrow"?(Et="\\uparrow",cr="\u23D0",Tr="\\downarrow"):W==="\\Updownarrow"?(Et="\\Uparrow",cr="\u2016",Tr="\\Downarrow"):W==="["||W==="\\lbrack"?(Et="\u23A1",cr="\u23A2",Tr="\u23A3",Yr="Size4-Regular"):W==="]"||W==="\\rbrack"?(Et="\u23A4",cr="\u23A5",Tr="\u23A6",Yr="Size4-Regular"):W==="\\lfloor"||W==="\u230A"?(cr=Et="\u23A2",Tr="\u23A3",Yr="Size4-Regular"):W==="\\lceil"||W==="\u2308"?(Et="\u23A1",cr=Tr="\u23A2",Yr="Size4-Regular"):W==="\\rfloor"||W==="\u230B"?(cr=Et="\u23A5",Tr="\u23A6",Yr="Size4-Regular"):W==="\\rceil"||W==="\u2309"?(Et="\u23A4",cr=Tr="\u23A5",Yr="Size4-Regular"):W==="("||W==="\\lparen"?(Et="\u239B",cr="\u239C",Tr="\u239D",Yr="Size4-Regular"):W===")"||W==="\\rparen"?(Et="\u239E",cr="\u239F",Tr="\u23A0",Yr="Size4-Regular"):W==="\\{"||W==="\\lbrace"?(Et="\u23A7",Wt="\u23A8",Tr="\u23A9",cr="\u23AA",Yr="Size4-Regular"):W==="\\}"||W==="\\rbrace"?(Et="\u23AB",Wt="\u23AC",Tr="\u23AD",cr="\u23AA",Yr="Size4-Regular"):W==="\\lgroup"||W==="\u27EE"?(Et="\u23A7",Tr="\u23A9",cr="\u23AA",Yr="Size4-Regular"):W==="\\rgroup"||W==="\u27EF"?(Et="\u23AB",Tr="\u23AD",cr="\u23AA",Yr="Size4-Regular"):W==="\\lmoustache"||W==="\u23B0"?(Et="\u23A7",Tr="\u23AD",cr="\u23AA",Yr="Size4-Regular"):(W==="\\rmoustache"||W==="\u23B1")&&(Et="\u23AB",Tr="\u23A9",cr="\u23AA",Yr="Size4-Regular");var dn=Ss(Et,Yr,Se),On=dn.height+dn.depth,Wn=Ss(cr,Yr,Se),qn=Wn.height+Wn.depth,Ri=Ss(Tr,Yr,Se),Fi=Ri.height+Ri.depth,ia=0,Sa=1;if(Wt!==null){var Ts=Ss(Wt,Yr,Se);ia=Ts.height+Ts.depth,Sa=2}var Ps=On+Fi+ia,Ms=Math.max(0,Math.ceil((Q-Ps)/(Sa*qn))),Is=Ps+Ms*Sa*qn,Da=he.fontMetrics().axisHeight;te&&(Da*=he.sizeMultiplier);var so=Is/2-Da,Wi=(Ms+1)*.005-qn,Pr=[];if(Pr.push(fo(Tr,Yr,Se)),Wt===null)for(var wo=0;wo<Ms;wo++)Pr.push(Do),Pr.push(fo(cr,Yr,Se));else{for(var Zo=0;Zo<Ms;Zo++)Pr.push(Do),Pr.push(fo(cr,Yr,Se));Pr.push({type:"kern",size:Wi}),Pr.push(fo(cr,Yr,Se)),Pr.push(Do),Pr.push(fo(Wt,Yr,Se));for(var bu=0;bu<Ms;bu++)Pr.push(Do),Pr.push(fo(cr,Yr,Se))}Pr.push({type:"kern",size:Wi}),Pr.push(fo(cr,Yr,Se)),Pr.push(Do),Pr.push(fo(Et,Yr,Se));var Zs=he.havingBaseStyle(Z.TEXT),qs=vr.makeVList({positionType:"bottom",positionData:so,children:Pr},Zs);return nu(vr.makeSpan(["delimsizing","mult"],[qs],Zs),Z.TEXT,he,Ve)},Gu=80,Xs=.08,$u=function(W,Q,te,he,Se){var Ve=Ft(W,he,te),Et=new et(W,Ve),Wt=new Ge([Et],{width:"400em",height:Q+"em",viewBox:"0 0 400000 "+te,preserveAspectRatio:"xMinYMin slice"});return vr.makeSvgSpan(["hide-tail"],[Wt],Se)},Cu=function(W,Q){var te=Q.havingBaseSizing(),he=Ar("\\surd",W*te.sizeMultiplier,hr,te),Se=te.sizeMultiplier,Ve=Math.max(0,Q.minRuleThickness-Q.fontMetrics().sqrtRuleThickness),Et,Wt=0,cr=0,Tr=0,Yr;return he.type==="small"?(Tr=1e3+1e3*Ve+Gu,W<1?Se=1:W<1.4&&(Se=.7),Wt=(1+Ve+Xs)/Se,cr=(1+Ve)/Se,Et=$u("sqrtMain",Wt,Tr,Ve,Q),Et.style.minWidth="0.853em",Yr=.833/Se):he.type==="large"?(Tr=(1e3+Gu)*au[he.size],cr=(au[he.size]+Ve)/Se,Wt=(au[he.size]+Ve+Xs)/Se,Et=$u("sqrtSize"+he.size,Wt,Tr,Ve,Q),Et.style.minWidth="1.02em",Yr=1/Se):(Wt=W+Ve+Xs,cr=W+Ve,Tr=Math.floor(1e3*W+Ve)+Gu,Et=$u("sqrtTall",Wt,Tr,Ve,Q),Et.style.minWidth="0.742em",Yr=1.056),Et.height=cr,Et.style.height=Wt+"em",{span:Et,advanceWidth:Yr,ruleWidth:(Q.fontMetrics().sqrtRuleThickness+Ve)*Se}},iu=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","\\surd"],mu=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1"],Co=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],au=[0,1.2,1.8,2.4,3],su=function(W,Q,te,he,Se){if(W==="<"||W==="\\lt"||W==="\u27E8"?W="\\langle":(W===">"||W==="\\gt"||W==="\u27E9")&&(W="\\rangle"),S.contains(iu,W)||S.contains(Co,W))return nl(W,Q,!1,te,he,Se);if(S.contains(mu,W))return Ao(W,au[Q],!1,te,he,Se);throw new o("Illegal delimiter: '"+W+"'")},rr=[{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}],_r=[{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"}],gr=function(W){if(W.type==="small")return"Main-Regular";if(W.type==="large")return"Size"+W.size+"-Regular";if(W.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+W.type+"' here.")},Ar=function(W,Q,te,he){for(var Se=Math.min(2,3-he.style.size),Ve=Se;Ve<te.length&&te[Ve].type!=="stack";Ve++){var Et=Ss(W,gr(te[Ve]),"math"),Wt=Et.height+Et.depth;if(te[Ve].type==="small"){var cr=he.havingBaseStyle(te[Ve].style);Wt*=cr.sizeMultiplier}if(Wt>Q)return te[Ve]}return te[te.length-1]},bn=function(W,Q,te,he,Se,Ve){W==="<"||W==="\\lt"||W==="\u27E8"?W="\\langle":(W===">"||W==="\\gt"||W==="\u27E9")&&(W="\\rangle");var Et;S.contains(Co,W)?Et=rr:S.contains(iu,W)?Et=hr:Et=_r;var Wt=Ar(W,Q,Et,he);return Wt.type==="small"?Uu(W,Wt.style,te,he,Se,Ve):Wt.type==="large"?nl(W,Wt.size,te,he,Se,Ve):Ao(W,Q,te,he,Se,Ve)},Hn=function(W,Q,te,he,Se,Ve){var Et=he.fontMetrics().axisHeight*he.sizeMultiplier,Wt=901,cr=5/he.fontMetrics().ptPerEm,Tr=Math.max(Q-Et,te+Et),Yr=Math.max(Tr/500*Wt,2*Tr-cr);return bn(W,Yr,!0,he,Se,Ve)},Ln={sqrtImage:Cu,sizedDelim:su,customSizedDelim:bn,leftRightDelim:Hn},Zn={"\\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}},ai=["(","\\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 ei(Ke,W){var Q=sr(Ke);if(Q&&S.contains(ai,Q.text))return Q;throw new o("Invalid delimiter: '"+(Q?Q.text:JSON.stringify(Ke))+"' after '"+W.funcName+"'",Ke)}$r({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:function(W,Q){var te=ei(Q[0],W);return{type:"delimsizing",mode:W.parser.mode,size:Zn[W.funcName].size,mclass:Zn[W.funcName].mclass,delim:te.text}},htmlBuilder:function(W,Q){return W.delim==="."?vr.makeSpan([W.mclass]):Ln.sizedDelim(W.delim,W.size,Q,W.mode,[W.mclass])},mathmlBuilder:function(W){var Q=[];W.delim!=="."&&Q.push(cs(W.delim,W.mode));var te=new Rn.MathNode("mo",Q);return W.mclass==="mopen"||W.mclass==="mclose"?te.setAttribute("fence","true"):te.setAttribute("fence","false"),te}});function mr(Ke){if(!Ke.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}$r({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:function(W,Q){var te=W.parser.gullet.macros.get("\\current@color");if(te&&typeof te!="string")throw new o("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:W.parser.mode,delim:ei(Q[0],W).text,color:te}}}),$r({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function(W,Q){var te=ei(Q[0],W),he=W.parser;++he.leftrightDepth;var Se=he.parseExpression(!1);--he.leftrightDepth,he.expect("\\right",!1);var Ve=Fn(he.parseFunction(),"leftright-right");return{type:"leftright",mode:he.mode,body:Se,left:te.text,right:Ve.delim,rightColor:Ve.color}},htmlBuilder:function(W,Q){mr(W);for(var te=ls(W.body,Q,!0,["mopen","mclose"]),he=0,Se=0,Ve=!1,Et=0;Et<te.length;Et++)te[Et].isMiddle?Ve=!0:(he=Math.max(te[Et].height,he),Se=Math.max(te[Et].depth,Se));he*=Q.sizeMultiplier,Se*=Q.sizeMultiplier;var Wt;if(W.left==="."?Wt=mo(Q,["mopen"]):Wt=Ln.leftRightDelim(W.left,he,Se,Q,W.mode,["mopen"]),te.unshift(Wt),Ve)for(var cr=1;cr<te.length;cr++){var Tr=te[cr],Yr=Tr.isMiddle;Yr&&(te[cr]=Ln.leftRightDelim(Yr.delim,he,Se,Yr.options,W.mode,[]))}var dn;if(W.right===".")dn=mo(Q,["mclose"]);else{var On=W.rightColor?Q.withColor(W.rightColor):Q;dn=Ln.leftRightDelim(W.right,he,Se,On,W.mode,["mclose"])}return te.push(dn),vr.makeSpan(["minner"],te,Q)},mathmlBuilder:function(W,Q){mr(W);var te=ea(W.body,Q);if(W.left!=="."){var he=new Rn.MathNode("mo",[cs(W.left,W.mode)]);he.setAttribute("fence","true"),te.unshift(he)}if(W.right!=="."){var Se=new Rn.MathNode("mo",[cs(W.right,W.mode)]);Se.setAttribute("fence","true"),W.rightColor&&Se.setAttribute("mathcolor",W.rightColor),te.push(Se)}return ks(te)}}),$r({type:"middle",names:["\\middle"],props:{numArgs:1},handler:function(W,Q){var te=ei(Q[0],W);if(!W.parser.leftrightDepth)throw new o("\\middle without preceding \\left",te);return{type:"middle",mode:W.parser.mode,delim:te.text}},htmlBuilder:function(W,Q){var te;if(W.delim===".")te=mo(Q,[]);else{te=Ln.sizedDelim(W.delim,1,Q,W.mode,[]);var he={delim:W.delim,options:Q};te.isMiddle=he}return te},mathmlBuilder:function(W,Q){var te=W.delim==="\\vert"||W.delim==="|"?cs("|","text"):cs(W.delim,W.mode),he=new Rn.MathNode("mo",[te]);return he.setAttribute("fence","true"),he.setAttribute("lspace","0.05em"),he.setAttribute("rspace","0.05em"),he}});var Mr=function(W,Q){var te=vr.wrapFragment(ta(W.body,Q),Q),he=W.label.substr(1),Se=Q.sizeMultiplier,Ve,Et=0,Wt=S.isCharacterBox(W.body);if(he==="sout")Ve=vr.makeSpan(["stretchy","sout"]),Ve.height=Q.fontMetrics().defaultRuleThickness/Se,Et=-.5*Q.fontMetrics().xHeight;else{/cancel/.test(he)?Wt||te.classes.push("cancel-pad"):te.classes.push("boxpad");var cr=0,Tr=0;/box/.test(he)?(Tr=Math.max(Q.fontMetrics().fboxrule,Q.minRuleThickness),cr=Q.fontMetrics().fboxsep+(he==="colorbox"?0:Tr)):cr=Wt?.2:0,Ve=_i.encloseSpan(te,he,cr,Q),/fbox|boxed|fcolorbox/.test(he)&&(Ve.style.borderStyle="solid",Ve.style.borderWidth=Tr+"em"),Et=te.depth+cr,W.backgroundColor&&(Ve.style.backgroundColor=W.backgroundColor,W.borderColor&&(Ve.style.borderColor=W.borderColor))}var Yr;return W.backgroundColor?Yr=vr.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ve,shift:Et},{type:"elem",elem:te,shift:0}]},Q):Yr=vr.makeVList({positionType:"individualShift",children:[{type:"elem",elem:te,shift:0},{type:"elem",elem:Ve,shift:Et,wrapperClasses:/cancel/.test(he)?["svg-align"]:[]}]},Q),/cancel/.test(he)&&(Yr.height=te.height,Yr.depth=te.depth),/cancel/.test(he)&&!Wt?vr.makeSpan(["mord","cancel-lap"],[Yr],Q):vr.makeSpan(["mord"],[Yr],Q)},Br=function(W,Q){var te=0,he=new Rn.MathNode(W.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Ni(W.body,Q)]);switch(W.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(te=Q.fontMetrics().fboxsep*Q.fontMetrics().ptPerEm,he.setAttribute("width","+"+2*te+"pt"),he.setAttribute("height","+"+2*te+"pt"),he.setAttribute("lspace",te+"pt"),he.setAttribute("voffset",te+"pt"),W.label==="\\fcolorbox"){var Se=Math.max(Q.fontMetrics().fboxrule,Q.minRuleThickness);he.setAttribute("style","border: "+Se+"em solid "+String(W.borderColor))}break;case"\\xcancel":he.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return W.backgroundColor&&he.setAttribute("mathbackground",W.backgroundColor),he};$r({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler:function(W,Q,te){var he=W.parser,Se=W.funcName,Ve=Fn(Q[0],"color-token").color,Et=Q[1];return{type:"enclose",mode:he.mode,label:Se,backgroundColor:Ve,body:Et}},htmlBuilder:Mr,mathmlBuilder:Br}),$r({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function(W,Q,te){var he=W.parser,Se=W.funcName,Ve=Fn(Q[0],"color-token").color,Et=Fn(Q[1],"color-token").color,Wt=Q[2];return{type:"enclose",mode:he.mode,label:Se,backgroundColor:Et,borderColor:Ve,body:Wt}},htmlBuilder:Mr,mathmlBuilder:Br}),$r({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(W,Q){var te=W.parser;return{type:"enclose",mode:te.mode,label:"\\fbox",body:Q[0]}}}),$r({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function(W,Q,te){var he=W.parser,Se=W.funcName,Ve=Q[0];return{type:"enclose",mode:he.mode,label:Se,body:Ve}},htmlBuilder:Mr,mathmlBuilder:Br});var Tn={};function Pn(Ke){for(var W=Ke.type,Q=Ke.names,te=Ke.props,he=Ke.handler,Se=Ke.htmlBuilder,Ve=Ke.mathmlBuilder,Et={type:W,numArgs:te.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:he},Wt=0;Wt<Q.length;++Wt)Tn[Q[Wt]]=Et;Se&&(ln[W]=Se),Ve&&(yn[W]=Ve)}function si(Ke){var W=[];Ke.consumeSpaces();for(var Q=Ke.fetch().text;Q==="\\hline"||Q==="\\hdashline";)Ke.consume(),W.push(Q==="\\hdashline"),Ke.consumeSpaces(),Q=Ke.fetch().text;return W}function Si(Ke,W,Q){var te=W.hskipBeforeAndAfter,he=W.addJot,Se=W.cols,Ve=W.arraystretch,Et=W.colSeparationType;if(Ke.gullet.beginGroup(),Ke.gullet.macros.set("\\\\","\\cr"),!Ve){var Wt=Ke.gullet.expandMacroAsText("\\arraystretch");if(Wt==null)Ve=1;else if(Ve=parseFloat(Wt),!Ve||Ve<0)throw new o("Invalid \\arraystretch: "+Wt)}Ke.gullet.beginGroup();var cr=[],Tr=[cr],Yr=[],dn=[];for(dn.push(si(Ke));;){var On=Ke.parseExpression(!1,"\\cr");Ke.gullet.endGroup(),Ke.gullet.beginGroup(),On={type:"ordgroup",mode:Ke.mode,body:On},Q&&(On={type:"styling",mode:Ke.mode,style:Q,body:[On]}),cr.push(On);var Wn=Ke.fetch().text;if(Wn==="&")Ke.consume();else if(Wn==="\\end"){cr.length===1&&On.type==="styling"&&On.body[0].body.length===0&&Tr.pop(),dn.length<Tr.length+1&&dn.push([]);break}else if(Wn==="\\cr"){var qn=Fn(Ke.parseFunction(),"cr");Yr.push(qn.size),dn.push(si(Ke)),cr=[],Tr.push(cr)}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:Tr,cols:Se,rowGaps:Yr,hskipBeforeAndAfter:te,hLinesBeforeRow:dn,colSeparationType:Et}}function Gn(Ke){return Ke.substr(0,1)==="d"?"display":"text"}var ra=function(W,Q){var te,he,Se=W.body.length,Ve=W.hLinesBeforeRow,Et=0,Wt=new Array(Se),cr=[],Tr=Math.max(Q.fontMetrics().arrayRuleWidth,Q.minRuleThickness),Yr=1/Q.fontMetrics().ptPerEm,dn=5*Yr;if(W.colSeparationType&&W.colSeparationType==="small"){var On=Q.havingStyle(Z.SCRIPT).sizeMultiplier;dn=.2778*(On/Q.sizeMultiplier)}var Wn=12*Yr,qn=3*Yr,Ri=W.arraystretch*Wn,Fi=.7*Ri,ia=.3*Ri,Sa=0;function Ts(Qo){for(var il=0;il<Qo.length;++il)il>0&&(Sa+=.25),cr.push({pos:Sa,isDashed:Qo[il]})}for(Ts(Ve[0]),te=0;te<W.body.length;++te){var Ps=W.body[te],Ms=Fi,Is=ia;Et<Ps.length&&(Et=Ps.length);var Da=new Array(Ps.length);for(he=0;he<Ps.length;++he){var so=ta(Ps[he],Q);Is<so.depth&&(Is=so.depth),Ms<so.height&&(Ms=so.height),Da[he]=so}var Wi=W.rowGaps[te],Pr=0;Wi&&(Pr=sa(Wi,Q),Pr>0&&(Pr+=ia,Is<Pr&&(Is=Pr),Pr=0)),W.addJot&&(Is+=qn),Da.height=Ms,Da.depth=Is,Sa+=Ms,Da.pos=Sa,Sa+=Is+Pr,Wt[te]=Da,Ts(Ve[te+1])}var wo=Sa/2+Q.fontMetrics().axisHeight,Zo=W.cols||[],bu=[],Zs,qs;for(he=0,qs=0;he<Et||qs<Zo.length;++he,++qs){for(var zu=Zo[qs]||{},Yl=!0;zu.type==="separator";){if(Yl||(Zs=vr.makeSpan(["arraycolsep"],[]),Zs.style.width=Q.fontMetrics().doubleRuleSep+"em",bu.push(Zs)),zu.separator==="|"||zu.separator===":"){var bl=zu.separator==="|"?"solid":"dashed",pl=vr.makeSpan(["vertical-separator"],[],Q);pl.style.height=Sa+"em",pl.style.borderRightWidth=Tr+"em",pl.style.borderRightStyle=bl,pl.style.margin="0 -"+Tr/2+"em",pl.style.verticalAlign=-(Sa-wo)+"em",bu.push(pl)}else throw new o("Invalid separator type: "+zu.separator);qs++,zu=Zo[qs]||{},Yl=!1}if(!(he>=Et)){var ml=void 0;(he>0||W.hskipBeforeAndAfter)&&(ml=S.deflt(zu.pregap,dn),ml!==0&&(Zs=vr.makeSpan(["arraycolsep"],[]),Zs.style.width=ml+"em",bu.push(Zs)));var $s=[];for(te=0;te<Se;++te){var Zu=Wt[te],Tu=Zu[he];if(Tu){var Xo=Zu.pos-wo;Tu.depth=Zu.depth,Tu.height=Zu.height,$s.push({type:"elem",elem:Tu,shift:Xo})}}$s=vr.makeVList({positionType:"individualShift",children:$s},Q),$s=vr.makeSpan(["col-align-"+(zu.align||"c")],[$s]),bu.push($s),(he<Et-1||W.hskipBeforeAndAfter)&&(ml=S.deflt(zu.postgap,dn),ml!==0&&(Zs=vr.makeSpan(["arraycolsep"],[]),Zs.style.width=ml+"em",bu.push(Zs)))}}if(Wt=vr.makeSpan(["mtable"],bu),cr.length>0){for(var Wo=vr.makeLineSpan("hline",Q,Tr),Dl=vr.makeLineSpan("hdashline",Q,Tr),xu=[{type:"elem",elem:Wt,shift:0}];cr.length>0;){var kl=cr.pop(),Po=kl.pos-wo;kl.isDashed?xu.push({type:"elem",elem:Dl,shift:Po}):xu.push({type:"elem",elem:Wo,shift:Po})}Wt=vr.makeVList({positionType:"individualShift",children:xu},Q)}return vr.makeSpan(["mord"],[Wt],Q)},zi={c:"center ",l:"left ",r:"right "},Ai=function(W,Q){var te=new Rn.MathNode("mtable",W.body.map(function(Sa){return new Rn.MathNode("mtr",Sa.map(function(Ts){return new Rn.MathNode("mtd",[Ni(Ts,Q)])}))})),he=W.arraystretch===.5?.1:.16+W.arraystretch-1+(W.addJot?.09:0);te.setAttribute("rowspacing",he+"em");var Se="",Ve="";if(W.cols){var Et=W.cols,Wt="",cr=!1,Tr=0,Yr=Et.length;Et[0].type==="separator"&&(Se+="top ",Tr=1),Et[Et.length-1].type==="separator"&&(Se+="bottom ",Yr-=1);for(var dn=Tr;dn<Yr;dn++)Et[dn].type==="align"?(Ve+=zi[Et[dn].align],cr&&(Wt+="none "),cr=!0):Et[dn].type==="separator"&&cr&&(Wt+=Et[dn].separator==="|"?"solid ":"dashed ",cr=!1);te.setAttribute("columnalign",Ve.trim()),/[sd]/.test(Wt)&&te.setAttribute("columnlines",Wt.trim())}if(W.colSeparationType==="align"){for(var On=W.cols||[],Wn="",qn=1;qn<On.length;qn++)Wn+=qn%2?"0em ":"1em ";te.setAttribute("columnspacing",Wn.trim())}else W.colSeparationType==="alignat"?te.setAttribute("columnspacing","0em"):W.colSeparationType==="small"?te.setAttribute("columnspacing","0.2778em"):te.setAttribute("columnspacing","1em");var Ri="",Fi=W.hLinesBeforeRow;Se+=Fi[0].length>0?"left ":"",Se+=Fi[Fi.length-1].length>0?"right ":"";for(var ia=1;ia<Fi.length-1;ia++)Ri+=Fi[ia].length===0?"none ":Fi[ia][0]?"dashed ":"solid ";return/[sd]/.test(Ri)&&te.setAttribute("rowlines",Ri.trim()),Se!==""&&(te=new Rn.MathNode("menclose",[te]),te.setAttribute("notation",Se.trim())),W.arraystretch&&W.arraystretch<1&&(te=new Rn.MathNode("mstyle",[te]),te.setAttribute("scriptlevel","1")),te},xt=function(W,Q){var te=[],he=Si(W.parser,{cols:te,addJot:!0},"display"),Se,Ve=0,Et={type:"ordgroup",mode:W.mode,body:[]},Wt=Qn(Q[0],"ordgroup");if(Wt){for(var cr="",Tr=0;Tr<Wt.body.length;Tr++){var Yr=Fn(Wt.body[Tr],"textord");cr+=Yr.text}Se=Number(cr),Ve=Se*2}var dn=!Ve;he.body.forEach(function(Ri){for(var Fi=1;Fi<Ri.length;Fi+=2){var ia=Fn(Ri[Fi],"styling"),Sa=Fn(ia.body[0],"ordgroup");Sa.body.unshift(Et)}if(dn)Ve<Ri.length&&(Ve=Ri.length);else{var Ts=Ri.length/2;if(Se<Ts)throw new o("Too many math in a row: "+("expected "+Se+", but got "+Ts),Ri[0])}});for(var On=0;On<Ve;++On){var Wn="r",qn=0;On%2===1?Wn="l":On>0&&dn&&(qn=1),te[On]={type:"align",align:Wn,pregap:qn,postgap:0}}return he.colSeparationType=dn?"align":"alignat",he};Pn({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(W,Q){var te=sr(Q[0]),he=te?[Q[0]]:Fn(Q[0],"ordgroup").body,Se=he.map(function(Et){var Wt=_e(Et),cr=Wt.text;if("lcr".indexOf(cr)!==-1)return{type:"align",align:cr};if(cr==="|")return{type:"separator",separator:"|"};if(cr===":")return{type:"separator",separator:":"};throw new o("Unknown column alignment: "+cr,Et)}),Ve={cols:Se,hskipBeforeAndAfter:!0};return Si(W.parser,Ve,Gn(W.envName))},htmlBuilder:ra,mathmlBuilder:Ai}),Pn({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler:function(W){var Q={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[W.envName],te={hskipBeforeAndAfter:!1},he=Si(W.parser,te,Gn(W.envName));return Q?{type:"leftright",mode:W.mode,body:[he],left:Q[0],right:Q[1],rightColor:void 0}:he},htmlBuilder:ra,mathmlBuilder:Ai}),Pn({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(W){var Q={arraystretch:.5},te=Si(W.parser,Q,"script");return te.colSeparationType="small",te},htmlBuilder:ra,mathmlBuilder:Ai}),Pn({type:"array",names:["subarray"],props:{numArgs:1},handler:function(W,Q){var te=sr(Q[0]),he=te?[Q[0]]:Fn(Q[0],"ordgroup").body,Se=he.map(function(Et){var Wt=_e(Et),cr=Wt.text;if("lc".indexOf(cr)!==-1)return{type:"align",align:cr};throw new o("Unknown column alignment: "+cr,Et)});if(Se.length>1)throw new o("{subarray} can contain only one column");var Ve={cols:Se,hskipBeforeAndAfter:!1,arraystretch:.5};if(Ve=Si(W.parser,Ve,"script"),Ve.body[0].length>1)throw new o("{subarray} can contain only one column");return Ve},htmlBuilder:ra,mathmlBuilder:Ai}),Pn({type:"array",names:["cases","dcases"],props:{numArgs:0},handler:function(W){var Q={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},te=Si(W.parser,Q,Gn(W.envName));return{type:"leftright",mode:W.mode,body:[te],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:ra,mathmlBuilder:Ai}),Pn({type:"array",names:["aligned"],props:{numArgs:0},handler:xt,htmlBuilder:ra,mathmlBuilder:Ai}),Pn({type:"array",names:["gathered"],props:{numArgs:0},handler:function(W){var Q={cols:[{type:"align",align:"c"}],addJot:!0};return Si(W.parser,Q,"display")},htmlBuilder:ra,mathmlBuilder:Ai}),Pn({type:"array",names:["alignedat"],props:{numArgs:1},handler:xt,htmlBuilder:ra,mathmlBuilder:Ai}),$r({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(W,Q){throw new o(W.funcName+" valid only within array environment")}});var Xn=Tn,na=Xn;$r({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0];if(Se.type!=="ordgroup")throw new o("Invalid environment name",Se);for(var Ve="",Et=0;Et<Se.body.length;++Et)Ve+=Fn(Se.body[Et],"textord").text;if(he==="\\begin"){if(!na.hasOwnProperty(Ve))throw new o("No such environment: "+Ve,Se);var Wt=na[Ve],cr=te.parseArguments("\\begin{"+Ve+"}",Wt),Tr=cr.args,Yr=cr.optArgs,dn={mode:te.mode,envName:Ve,parser:te},On=Wt.handler(dn,Tr,Yr);te.expect("\\end",!1);var Wn=te.nextToken,qn=Fn(te.parseFunction(),"environment");if(qn.name!==Ve)throw new o("Mismatch: \\begin{"+Ve+"} matched by \\end{"+qn.name+"}",Wn);return On}return{type:"environment",mode:te.mode,name:Ve,nameGroup:Se}}});var hs=vr.makeSpan;function Gs(Ke,W){var Q=ls(Ke.body,W,!0);return hs([Ke.mclass],Q,W)}function on(Ke,W){var Q,te=ea(Ke.body,W);return Ke.mclass==="minner"?Rn.newDocumentFragment(te):(Ke.mclass==="mord"?Ke.isCharacterBox?(Q=te[0],Q.type="mi"):Q=new Rn.MathNode("mi",te):(Ke.isCharacterBox?(Q=te[0],Q.type="mo"):Q=new Rn.MathNode("mo",te),Ke.mclass==="mbin"?(Q.attributes.lspace="0.22em",Q.attributes.rspace="0.22em"):Ke.mclass==="mpunct"?(Q.attributes.lspace="0em",Q.attributes.rspace="0.17em"):(Ke.mclass==="mopen"||Ke.mclass==="mclose")&&(Q.attributes.lspace="0em",Q.attributes.rspace="0em")),Q)}$r({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0];return{type:"mclass",mode:te.mode,mclass:"m"+he.substr(5),body:oi(Se),isCharacterBox:S.isCharacterBox(Se)}},htmlBuilder:Gs,mathmlBuilder:on});var To=function(W){var Q=W.type==="ordgroup"&&W.body.length?W.body[0]:W;return Q.type==="atom"&&(Q.family==="bin"||Q.family==="rel")?"m"+Q.family:"mord"};$r({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function(W,Q){var te=W.parser;return{type:"mclass",mode:te.mode,mclass:To(Q[0]),body:[Q[1]],isCharacterBox:S.isCharacterBox(Q[1])}}}),$r({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[1],Ve=Q[0],Et;he!=="\\stackrel"?Et=To(Se):Et="mrel";var Wt={type:"op",mode:Se.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:he!=="\\stackrel",body:oi(Se)},cr={type:"supsub",mode:Ve.mode,base:Wt,sup:he==="\\underset"?null:Ve,sub:he==="\\underset"?Ve:null};return{type:"mclass",mode:te.mode,mclass:Et,body:[cr],isCharacterBox:S.isCharacterBox(cr)}},htmlBuilder:Gs,mathmlBuilder:on});var no=function(W,Q){var te=W.font,he=Q.withFont(te);return ta(W.body,he)},as=function(W,Q){var te=W.font,he=Q.withFont(te);return Ni(W.body,he)},io={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};$r({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,greediness:2},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0],Ve=he;return Ve in io&&(Ve=io[Ve]),{type:"font",mode:te.mode,font:Ve.slice(1),body:Se}},htmlBuilder:no,mathmlBuilder:as}),$r({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:function(W,Q){var te=W.parser,he=Q[0],Se=S.isCharacterBox(he);return{type:"mclass",mode:te.mode,mclass:To(he),body:[{type:"font",mode:te.mode,font:"boldsymbol",body:he}],isCharacterBox:Se}}}),$r({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it"],props:{numArgs:0,allowedInText:!0},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=W.breakOnTokenText,Ve=te.mode,Et=te.parseExpression(!0,Se),Wt="math"+he.slice(1);return{type:"font",mode:Ve,font:Wt,body:{type:"ordgroup",mode:te.mode,body:Et}}},htmlBuilder:no,mathmlBuilder:as});var zo=function(W,Q){var te=Q;return W==="display"?te=te.id>=Z.SCRIPT.id?te.text():Z.DISPLAY:W==="text"&&te.size===Z.DISPLAY.size?te=Z.TEXT:W==="script"?te=Z.SCRIPT:W==="scriptscript"&&(te=Z.SCRIPTSCRIPT),te},ss=function(W,Q){var te=zo(W.size,Q.style),he=te.fracNum(),Se=te.fracDen(),Ve;Ve=Q.havingStyle(he);var Et=ta(W.numer,Ve,Q);if(W.continued){var Wt=8.5/Q.fontMetrics().ptPerEm,cr=3.5/Q.fontMetrics().ptPerEm;Et.height=Et.height<Wt?Wt:Et.height,Et.depth=Et.depth<cr?cr:Et.depth}Ve=Q.havingStyle(Se);var Tr=ta(W.denom,Ve,Q),Yr,dn,On;W.hasBarLine?(W.barSize?(dn=sa(W.barSize,Q),Yr=vr.makeLineSpan("frac-line",Q,dn)):Yr=vr.makeLineSpan("frac-line",Q),dn=Yr.height,On=Yr.height):(Yr=null,dn=0,On=Q.fontMetrics().defaultRuleThickness);var Wn,qn,Ri;te.size===Z.DISPLAY.size||W.size==="display"?(Wn=Q.fontMetrics().num1,dn>0?qn=3*On:qn=7*On,Ri=Q.fontMetrics().denom1):(dn>0?(Wn=Q.fontMetrics().num2,qn=On):(Wn=Q.fontMetrics().num3,qn=3*On),Ri=Q.fontMetrics().denom2);var Fi;if(Yr){var Sa=Q.fontMetrics().axisHeight;Wn-Et.depth-(Sa+.5*dn)<qn&&(Wn+=qn-(Wn-Et.depth-(Sa+.5*dn))),Sa-.5*dn-(Tr.height-Ri)<qn&&(Ri+=qn-(Sa-.5*dn-(Tr.height-Ri)));var Ts=-(Sa-.5*dn);Fi=vr.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Tr,shift:Ri},{type:"elem",elem:Yr,shift:Ts},{type:"elem",elem:Et,shift:-Wn}]},Q)}else{var ia=Wn-Et.depth-(Tr.height-Ri);ia<qn&&(Wn+=.5*(qn-ia),Ri+=.5*(qn-ia)),Fi=vr.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Tr,shift:Ri},{type:"elem",elem:Et,shift:-Wn}]},Q)}Ve=Q.havingStyle(te),Fi.height*=Ve.sizeMultiplier/Q.sizeMultiplier,Fi.depth*=Ve.sizeMultiplier/Q.sizeMultiplier;var Ps;te.size===Z.DISPLAY.size?Ps=Q.fontMetrics().delim1:Ps=Q.fontMetrics().delim2;var Ms,Is;return W.leftDelim==null?Ms=mo(Q,["mopen"]):Ms=Ln.customSizedDelim(W.leftDelim,Ps,!0,Q.havingStyle(te),W.mode,["mopen"]),W.continued?Is=vr.makeSpan([]):W.rightDelim==null?Is=mo(Q,["mclose"]):Is=Ln.customSizedDelim(W.rightDelim,Ps,!0,Q.havingStyle(te),W.mode,["mclose"]),vr.makeSpan(["mord"].concat(Ve.sizingClasses(Q)),[Ms,vr.makeSpan(["mfrac"],[Fi]),Is],Q)},ps=function(W,Q){var te=new Rn.MathNode("mfrac",[Ni(W.numer,Q),Ni(W.denom,Q)]);if(!W.hasBarLine)te.setAttribute("linethickness","0px");else if(W.barSize){var he=sa(W.barSize,Q);te.setAttribute("linethickness",he+"em")}var Se=zo(W.size,Q.style);if(Se.size!==Q.style.size){te=new Rn.MathNode("mstyle",[te]);var Ve=Se.size===Z.DISPLAY.size?"true":"false";te.setAttribute("displaystyle",Ve),te.setAttribute("scriptlevel","0")}if(W.leftDelim!=null||W.rightDelim!=null){var Et=[];if(W.leftDelim!=null){var Wt=new Rn.MathNode("mo",[new Rn.TextNode(W.leftDelim.replace("\\",""))]);Wt.setAttribute("fence","true"),Et.push(Wt)}if(Et.push(te),W.rightDelim!=null){var cr=new Rn.MathNode("mo",[new Rn.TextNode(W.rightDelim.replace("\\",""))]);cr.setAttribute("fence","true"),Et.push(cr)}return ks(Et)}return te};$r({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0],Ve=Q[1],Et,Wt=null,cr=null,Tr="auto";switch(he){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":Et=!0;break;case"\\\\atopfrac":Et=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":Et=!1,Wt="(",cr=")";break;case"\\\\bracefrac":Et=!1,Wt="\\{",cr="\\}";break;case"\\\\brackfrac":Et=!1,Wt="[",cr="]";break;default:throw new Error("Unrecognized genfrac command")}switch(he){case"\\cfrac":case"\\dfrac":case"\\dbinom":Tr="display";break;case"\\tfrac":case"\\tbinom":Tr="text";break}return{type:"genfrac",mode:te.mode,continued:he==="\\cfrac",numer:Se,denom:Ve,hasBarLine:Et,leftDelim:Wt,rightDelim:cr,size:Tr,barSize:null}},htmlBuilder:ss,mathmlBuilder:ps}),$r({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(W){var Q=W.parser,te=W.funcName,he=W.token,Se;switch(te){case"\\over":Se="\\frac";break;case"\\choose":Se="\\binom";break;case"\\atop":Se="\\\\atopfrac";break;case"\\brace":Se="\\\\bracefrac";break;case"\\brack":Se="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:Q.mode,replaceWith:Se,token:he}}});var ja=["display","text","script","scriptscript"],fs=function(W){var Q=null;return W.length>0&&(Q=W,Q=Q==="."?null:Q),Q};$r({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler:function(W,Q){var te=W.parser,he=Q[4],Se=Q[5],Ve=Qn(Q[0],"atom");Ve&&(Ve=$e(Q[0],"open"));var Et=Ve?fs(Ve.text):null,Wt=Qn(Q[1],"atom");Wt&&(Wt=$e(Q[1],"close"));var cr=Wt?fs(Wt.text):null,Tr=Fn(Q[2],"size"),Yr,dn=null;Tr.isBlank?Yr=!0:(dn=Tr.value,Yr=dn.number>0);var On="auto",Wn=Qn(Q[3],"ordgroup");if(Wn){if(Wn.body.length>0){var qn=Fn(Wn.body[0],"textord");On=ja[Number(qn.text)]}}else Wn=Fn(Q[3],"textord"),On=ja[Number(Wn.text)];return{type:"genfrac",mode:te.mode,numer:he,denom:Se,continued:!1,hasBarLine:Yr,barSize:dn,leftDelim:Et,rightDelim:cr,size:On}},htmlBuilder:ss,mathmlBuilder:ps}),$r({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=W.token;return{type:"infix",mode:te.mode,replaceWith:"\\\\abovefrac",size:Fn(Q[0],"size").value,token:Se}}}),$r({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0],Ve=k(Fn(Q[1],"infix").size),Et=Q[2],Wt=Ve.number>0;return{type:"genfrac",mode:te.mode,numer:Se,denom:Et,continued:!1,hasBarLine:Wt,barSize:Ve,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:ss,mathmlBuilder:ps});var Ye=function(W,Q){var te=Q.style,he,Se,Ve=Qn(W,"supsub");Ve?(he=Ve.sup?ta(Ve.sup,Q.havingStyle(te.sup()),Q):ta(Ve.sub,Q.havingStyle(te.sub()),Q),Se=Fn(Ve.base,"horizBrace")):Se=Fn(W,"horizBrace");var Et=ta(Se.base,Q.havingBaseStyle(Z.DISPLAY)),Wt=_i.svgSpan(Se,Q),cr;if(Se.isOver?(cr=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Et},{type:"kern",size:.1},{type:"elem",elem:Wt}]},Q),cr.children[0].children[0].children[1].classes.push("svg-align")):(cr=vr.makeVList({positionType:"bottom",positionData:Et.depth+.1+Wt.height,children:[{type:"elem",elem:Wt},{type:"kern",size:.1},{type:"elem",elem:Et}]},Q),cr.children[0].children[0].children[0].classes.push("svg-align")),he){var Tr=vr.makeSpan(["mord",Se.isOver?"mover":"munder"],[cr],Q);Se.isOver?cr=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Tr},{type:"kern",size:.2},{type:"elem",elem:he}]},Q):cr=vr.makeVList({positionType:"bottom",positionData:Tr.depth+.2+he.height+he.depth,children:[{type:"elem",elem:he},{type:"kern",size:.2},{type:"elem",elem:Tr}]},Q)}return vr.makeSpan(["mord",Se.isOver?"mover":"munder"],[cr],Q)},Ie=function(W,Q){var te=_i.mathMLnode(W.label);return new Rn.MathNode(W.isOver?"mover":"munder",[Ni(W.base,Q),te])};$r({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(W,Q){var te=W.parser,he=W.funcName;return{type:"horizBrace",mode:te.mode,label:he,isOver:/^\\over/.test(he),base:Q[0]}},htmlBuilder:Ye,mathmlBuilder:Ie}),$r({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(W,Q){var te=W.parser,he=Q[1],Se=Fn(Q[0],"url").url;return te.settings.isTrusted({command:"\\href",url:Se})?{type:"href",mode:te.mode,href:Se,body:oi(he)}:te.formatUnsupportedCmd("\\href")},htmlBuilder:function(W,Q){var te=ls(W.body,Q,!1);return vr.makeAnchor(W.href,[],te,Q)},mathmlBuilder:function(W,Q){var te=Ga(W.body,Q);return te instanceof Hs||(te=new Hs("mrow",[te])),te.setAttribute("href",W.href),te}}),$r({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(W,Q){var te=W.parser,he=Fn(Q[0],"url").url;if(!te.settings.isTrusted({command:"\\url",url:he}))return te.formatUnsupportedCmd("\\url");for(var Se=[],Ve=0;Ve<he.length;Ve++){var Et=he[Ve];Et==="~"&&(Et="\\textasciitilde"),Se.push({type:"textord",mode:"text",text:Et})}var Wt={type:"text",mode:te.mode,font:"\\texttt",body:Se};return{type:"href",mode:te.mode,href:he,body:oi(Wt)}}}),$r({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(W,Q){var te=W.parser;return{type:"htmlmathml",mode:te.mode,html:oi(Q[0]),mathml:oi(Q[1])}},htmlBuilder:function(W,Q){var te=ls(W.html,Q,!1);return vr.makeFragment(te)},mathmlBuilder:function(W,Q){return Ga(W.mathml,Q)}});var Nt=function(W){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(W))return{number:+W,unit:"bp"};var Q=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(W);if(!Q)throw new o("Invalid size: '"+W+"' in \\includegraphics");var te={number:+(Q[1]+Q[2]),unit:Q[3]};if(!da(te))throw new o("Invalid unit: '"+te.unit+"' in \\includegraphics.");return te};$r({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(W,Q,te){var he=W.parser,Se={number:0,unit:"em"},Ve={number:.9,unit:"em"},Et={number:0,unit:"em"},Wt="";if(te[0])for(var cr=Fn(te[0],"raw").string,Tr=cr.split(","),Yr=0;Yr<Tr.length;Yr++){var dn=Tr[Yr].split("=");if(dn.length===2){var On=dn[1].trim();switch(dn[0].trim()){case"alt":Wt=On;break;case"width":Se=Nt(On);break;case"height":Ve=Nt(On);break;case"totalheight":Et=Nt(On);break;default:throw new o("Invalid key: '"+dn[0]+"' in \\includegraphics.")}}}var Wn=Fn(Q[0],"url").url;return Wt===""&&(Wt=Wn,Wt=Wt.replace(/^.*[\\/]/,""),Wt=Wt.substring(0,Wt.lastIndexOf("."))),he.settings.isTrusted({command:"\\includegraphics",url:Wn})?{type:"includegraphics",mode:he.mode,alt:Wt,width:Se,height:Ve,totalheight:Et,src:Wn}:he.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(W,Q){var te=sa(W.height,Q),he=0;W.totalheight.number>0&&(he=sa(W.totalheight,Q)-te,he=Number(he.toFixed(2)));var Se=0;W.width.number>0&&(Se=sa(W.width,Q));var Ve={height:te+he+"em"};Se>0&&(Ve.width=Se+"em"),he>0&&(Ve.verticalAlign=-he+"em");var Et=new Ze(W.src,W.alt,Ve);return Et.height=te,Et.depth=he,Et},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mglyph",[]);te.setAttribute("alt",W.alt);var he=sa(W.height,Q),Se=0;if(W.totalheight.number>0&&(Se=sa(W.totalheight,Q)-he,Se=Se.toFixed(2),te.setAttribute("valign","-"+Se+"em")),te.setAttribute("height",he+Se+"em"),W.width.number>0){var Ve=sa(W.width,Q);te.setAttribute("width",Ve+"em")}return te.setAttribute("src",W.src),te}}),$r({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Fn(Q[0],"size");if(te.settings.strict){var Ve=he[1]==="m",Et=Se.value.unit==="mu";Ve?(Et||te.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+he+" supports only mu units, "+("not "+Se.value.unit+" units")),te.mode!=="math"&&te.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+he+" works only in math mode")):Et&&te.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+he+" doesn't support mu units")}return{type:"kern",mode:te.mode,dimension:Se.value}},htmlBuilder:function(W,Q){return vr.makeGlue(W.dimension,Q)},mathmlBuilder:function(W,Q){var te=sa(W.dimension,Q);return new Rn.SpaceNode(te)}}),$r({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0];return{type:"lap",mode:te.mode,alignment:he.slice(5),body:Se}},htmlBuilder:function(W,Q){var te;W.alignment==="clap"?(te=vr.makeSpan([],[ta(W.body,Q)]),te=vr.makeSpan(["inner"],[te],Q)):te=vr.makeSpan(["inner"],[ta(W.body,Q)]);var he=vr.makeSpan(["fix"],[]),Se=vr.makeSpan([W.alignment],[te,he],Q),Ve=vr.makeSpan(["strut"]);return Ve.style.height=Se.height+Se.depth+"em",Ve.style.verticalAlign=-Se.depth+"em",Se.children.unshift(Ve),Se=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Se}]},Q),vr.makeSpan(["mord"],[Se],Q)},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mpadded",[Ni(W.body,Q)]);if(W.alignment!=="rlap"){var he=W.alignment==="llap"?"-1":"-0.5";te.setAttribute("lspace",he+"width")}return te.setAttribute("width","0px"),te}}),$r({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(W,Q){var te=W.funcName,he=W.parser,Se=he.mode;he.switchMode("math");var Ve=te==="\\("?"\\)":"$",Et=he.parseExpression(!1,Ve);return he.expect(Ve),he.switchMode(Se),{type:"styling",mode:he.mode,style:"text",body:Et}}}),$r({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(W,Q){throw new o("Mismatched "+W.funcName)}});var gt=function(W,Q){switch(Q.style.size){case Z.DISPLAY.size:return W.display;case Z.TEXT.size:return W.text;case Z.SCRIPT.size:return W.script;case Z.SCRIPTSCRIPT.size:return W.scriptscript;default:return W.text}};$r({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:function(W,Q){var te=W.parser;return{type:"mathchoice",mode:te.mode,display:oi(Q[0]),text:oi(Q[1]),script:oi(Q[2]),scriptscript:oi(Q[3])}},htmlBuilder:function(W,Q){var te=gt(W,Q),he=ls(te,Q,!1);return vr.makeFragment(he)},mathmlBuilder:function(W,Q){var te=gt(W,Q);return Ga(te,Q)}});var Er=function(W,Q,te,he,Se,Ve,Et){W=vr.makeSpan([],[W]);var Wt,cr;if(Q){var Tr=ta(Q,he.havingStyle(Se.sup()),he);cr={elem:Tr,kern:Math.max(he.fontMetrics().bigOpSpacing1,he.fontMetrics().bigOpSpacing3-Tr.depth)}}if(te){var Yr=ta(te,he.havingStyle(Se.sub()),he);Wt={elem:Yr,kern:Math.max(he.fontMetrics().bigOpSpacing2,he.fontMetrics().bigOpSpacing4-Yr.height)}}var dn;if(cr&&Wt){var On=he.fontMetrics().bigOpSpacing5+Wt.elem.height+Wt.elem.depth+Wt.kern+W.depth+Et;dn=vr.makeVList({positionType:"bottom",positionData:On,children:[{type:"kern",size:he.fontMetrics().bigOpSpacing5},{type:"elem",elem:Wt.elem,marginLeft:-Ve+"em"},{type:"kern",size:Wt.kern},{type:"elem",elem:W},{type:"kern",size:cr.kern},{type:"elem",elem:cr.elem,marginLeft:Ve+"em"},{type:"kern",size:he.fontMetrics().bigOpSpacing5}]},he)}else if(Wt){var Wn=W.height-Et;dn=vr.makeVList({positionType:"top",positionData:Wn,children:[{type:"kern",size:he.fontMetrics().bigOpSpacing5},{type:"elem",elem:Wt.elem,marginLeft:-Ve+"em"},{type:"kern",size:Wt.kern},{type:"elem",elem:W}]},he)}else if(cr){var qn=W.depth+Et;dn=vr.makeVList({positionType:"bottom",positionData:qn,children:[{type:"elem",elem:W},{type:"kern",size:cr.kern},{type:"elem",elem:cr.elem,marginLeft:Ve+"em"},{type:"kern",size:he.fontMetrics().bigOpSpacing5}]},he)}else return W;return vr.makeSpan(["mop","op-limits"],[dn],he)},Fr=["\\smallint"],Kr=function(W,Q){var te,he,Se=!1,Ve,Et=Qn(W,"supsub");Et?(te=Et.sup,he=Et.sub,Ve=Fn(Et.base,"op"),Se=!0):Ve=Fn(W,"op");var Wt=Q.style,cr=!1;Wt.size===Z.DISPLAY.size&&Ve.symbol&&!S.contains(Fr,Ve.name)&&(cr=!0);var Tr;if(Ve.symbol){var Yr=cr?"Size2-Regular":"Size1-Regular",dn="";if((Ve.name==="\\oiint"||Ve.name==="\\oiiint")&&(dn=Ve.name.substr(1),Ve.name=dn==="oiint"?"\\iint":"\\iiint"),Tr=vr.makeSymbol(Ve.name,Yr,"math",Q,["mop","op-symbol",cr?"large-op":"small-op"]),dn.length>0){var On=Tr.italic,Wn=vr.staticSvg(dn+"Size"+(cr?"2":"1"),Q);Tr=vr.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Tr,shift:0},{type:"elem",elem:Wn,shift:cr?.08:0}]},Q),Ve.name="\\"+dn,Tr.classes.unshift("mop"),Tr.italic=On}}else if(Ve.body){var qn=ls(Ve.body,Q,!0);qn.length===1&&qn[0]instanceof Oe?(Tr=qn[0],Tr.classes[0]="mop"):Tr=vr.makeSpan(["mop"],vr.tryCombineChars(qn),Q)}else{for(var Ri=[],Fi=1;Fi<Ve.name.length;Fi++)Ri.push(vr.mathsym(Ve.name[Fi],Ve.mode,Q));Tr=vr.makeSpan(["mop"],Ri,Q)}var ia=0,Sa=0;return(Tr instanceof Oe||Ve.name==="\\oiint"||Ve.name==="\\oiiint")&&!Ve.suppressBaseShift&&(ia=(Tr.height-Tr.depth)/2-Q.fontMetrics().axisHeight,Sa=Tr.italic),Se?Er(Tr,te,he,Q,Wt,Sa,ia):(ia&&(Tr.style.position="relative",Tr.style.top=ia+"em"),Tr)},xn=function(W,Q){var te;if(W.symbol)te=new Hs("mo",[cs(W.name,W.mode)]),S.contains(Fr,W.name)&&te.setAttribute("largeop","false");else if(W.body)te=new Hs("mo",ea(W.body,Q));else{te=new Hs("mi",[new di(W.name.slice(1))]);var he=new Hs("mo",[cs("\u2061","text")]);W.parentIsSupSub?te=new Hs("mo",[te,he]):te=Na([te,he])}return te},fn={"\u220F":"\\prod","\u2210":"\\coprod","\u2211":"\\sum","\u22C0":"\\bigwedge","\u22C1":"\\bigvee","\u22C2":"\\bigcap","\u22C3":"\\bigcup","\u2A00":"\\bigodot","\u2A01":"\\bigoplus","\u2A02":"\\bigotimes","\u2A04":"\\biguplus","\u2A06":"\\bigsqcup"};$r({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(W,Q){var te=W.parser,he=W.funcName,Se=he;return Se.length===1&&(Se=fn[Se]),{type:"op",mode:te.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:Se}},htmlBuilder:Kr,mathmlBuilder:xn}),$r({type:"op",names:["\\mathop"],props:{numArgs:1},handler:function(W,Q){var te=W.parser,he=Q[0];return{type:"op",mode:te.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:oi(he)}},htmlBuilder:Kr,mathmlBuilder:xn});var An={"\u222B":"\\int","\u222C":"\\iint","\u222D":"\\iiint","\u222E":"\\oint","\u222F":"\\oiint","\u2230":"\\oiiint"};$r({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(W){var Q=W.parser,te=W.funcName;return{type:"op",mode:Q.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:te}},htmlBuilder:Kr,mathmlBuilder:xn}),$r({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(W){var Q=W.parser,te=W.funcName;return{type:"op",mode:Q.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:te}},htmlBuilder:Kr,mathmlBuilder:xn}),$r({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","\u222B","\u222C","\u222D","\u222E","\u222F","\u2230"],props:{numArgs:0},handler:function(W){var Q=W.parser,te=W.funcName,he=te;return he.length===1&&(he=An[he]),{type:"op",mode:Q.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:he}},htmlBuilder:Kr,mathmlBuilder:xn});var ti=function(W,Q){var te,he,Se=!1,Ve,Et=Qn(W,"supsub");Et?(te=Et.sup,he=Et.sub,Ve=Fn(Et.base,"operatorname"),Se=!0):Ve=Fn(W,"operatorname");var Wt;if(Ve.body.length>0){for(var cr=Ve.body.map(function(On){var Wn=On.text;return typeof Wn=="string"?{type:"textord",mode:On.mode,text:Wn}:On}),Tr=ls(cr,Q.withFont("mathrm"),!0),Yr=0;Yr<Tr.length;Yr++){var dn=Tr[Yr];dn instanceof Oe&&(dn.text=dn.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}Wt=vr.makeSpan(["mop"],Tr,Q)}else Wt=vr.makeSpan(["mop"],[],Q);return Se?Er(Wt,te,he,Q,Q.style,0,0):Wt},ni=function(W,Q){for(var te=ea(W.body,Q.withFont("mathrm")),he=!0,Se=0;Se<te.length;Se++){var Ve=te[Se];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 Et=Ve.children[0];Ve.children.length===1&&Et instanceof Rn.TextNode?Et.text=Et.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):he=!1;break}default:he=!1}else he=!1}if(he){var Wt=te.map(function(Yr){return Yr.toText()}).join("");te=[new Rn.TextNode(Wt)]}var cr=new Rn.MathNode("mi",te);cr.setAttribute("mathvariant","normal");var Tr=new Rn.MathNode("mo",[cs("\u2061","text")]);return W.parentIsSupSub?new Rn.MathNode("mo",[cr,Tr]):Rn.newDocumentFragment([cr,Tr])};$r({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0];return{type:"operatorname",mode:te.mode,body:oi(Se),alwaysHandleSupSub:he==="\\operatorname*",limits:!1,parentIsSupSub:!1}},htmlBuilder:ti,mathmlBuilder:ni}),kn({type:"ordgroup",htmlBuilder:function(W,Q){return W.semisimple?vr.makeFragment(ls(W.body,Q,!1)):vr.makeSpan(["mord"],ls(W.body,Q,!0),Q)},mathmlBuilder:function(W,Q){return Ga(W.body,Q,!0)}}),$r({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(W,Q){var te=W.parser,he=Q[0];return{type:"overline",mode:te.mode,body:he}},htmlBuilder:function(W,Q){var te=ta(W.body,Q.havingCrampedStyle()),he=vr.makeLineSpan("overline-line",Q),Se=Q.fontMetrics().defaultRuleThickness,Ve=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te},{type:"kern",size:3*Se},{type:"elem",elem:he},{type:"kern",size:Se}]},Q);return vr.makeSpan(["mord","overline"],[Ve],Q)},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mo",[new Rn.TextNode("\u203E")]);te.setAttribute("stretchy","true");var he=new Rn.MathNode("mover",[Ni(W.body,Q),te]);return he.setAttribute("accent","true"),he}}),$r({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(W,Q){var te=W.parser,he=Q[0];return{type:"phantom",mode:te.mode,body:oi(he)}},htmlBuilder:function(W,Q){var te=ls(W.body,Q.withPhantom(),!1);return vr.makeFragment(te)},mathmlBuilder:function(W,Q){var te=ea(W.body,Q);return new Rn.MathNode("mphantom",te)}}),$r({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(W,Q){var te=W.parser,he=Q[0];return{type:"hphantom",mode:te.mode,body:he}},htmlBuilder:function(W,Q){var te=vr.makeSpan([],[ta(W.body,Q.withPhantom())]);if(te.height=0,te.depth=0,te.children)for(var he=0;he<te.children.length;he++)te.children[he].height=0,te.children[he].depth=0;return te=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te}]},Q),vr.makeSpan(["mord"],[te],Q)},mathmlBuilder:function(W,Q){var te=ea(oi(W.body),Q),he=new Rn.MathNode("mphantom",te),Se=new Rn.MathNode("mpadded",[he]);return Se.setAttribute("height","0px"),Se.setAttribute("depth","0px"),Se}}),$r({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(W,Q){var te=W.parser,he=Q[0];return{type:"vphantom",mode:te.mode,body:he}},htmlBuilder:function(W,Q){var te=vr.makeSpan(["inner"],[ta(W.body,Q.withPhantom())]),he=vr.makeSpan(["fix"],[]);return vr.makeSpan(["mord","rlap"],[te,he],Q)},mathmlBuilder:function(W,Q){var te=ea(oi(W.body),Q),he=new Rn.MathNode("mphantom",te),Se=new Rn.MathNode("mpadded",[he]);return Se.setAttribute("width","0px"),Se}}),$r({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(W,Q){var te=W.parser,he=Fn(Q[0],"size").value,Se=Q[1];return{type:"raisebox",mode:te.mode,dy:he,body:Se}},htmlBuilder:function(W,Q){var te=ta(W.body,Q),he=sa(W.dy,Q);return vr.makeVList({positionType:"shift",positionData:-he,children:[{type:"elem",elem:te}]},Q)},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mpadded",[Ni(W.body,Q)]),he=W.dy.number+W.dy.unit;return te.setAttribute("voffset",he),te}}),$r({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(W,Q,te){var he=W.parser,Se=te[0],Ve=Fn(Q[0],"size"),Et=Fn(Q[1],"size");return{type:"rule",mode:he.mode,shift:Se&&Fn(Se,"size").value,width:Ve.value,height:Et.value}},htmlBuilder:function(W,Q){var te=vr.makeSpan(["mord","rule"],[],Q),he=sa(W.width,Q),Se=sa(W.height,Q),Ve=W.shift?sa(W.shift,Q):0;return te.style.borderRightWidth=he+"em",te.style.borderTopWidth=Se+"em",te.style.bottom=Ve+"em",te.width=he,te.height=Se+Ve,te.depth=-Ve,te.maxFontSize=Se*1.125*Q.sizeMultiplier,te},mathmlBuilder:function(W,Q){var te=sa(W.width,Q),he=sa(W.height,Q),Se=W.shift?sa(W.shift,Q):0,Ve=Q.color&&Q.getColor()||"black",Et=new Rn.MathNode("mspace");Et.setAttribute("mathbackground",Ve),Et.setAttribute("width",te+"em"),Et.setAttribute("height",he+"em");var Wt=new Rn.MathNode("mpadded",[Et]);return Se>=0?Wt.setAttribute("height","+"+Se+"em"):(Wt.setAttribute("height",Se+"em"),Wt.setAttribute("depth","+"+-Se+"em")),Wt.setAttribute("voffset",Se+"em"),Wt}});function mi(Ke,W,Q){for(var te=ls(Ke,W,!1),he=W.sizeMultiplier/Q.sizeMultiplier,Se=0;Se<te.length;Se++){var Ve=te[Se].classes.indexOf("sizing");Ve<0?Array.prototype.push.apply(te[Se].classes,W.sizingClasses(Q)):te[Se].classes[Ve+1]==="reset-size"+W.size&&(te[Se].classes[Ve+1]="reset-size"+Q.size),te[Se].height*=he,te[Se].depth*=he}return vr.makeFragment(te)}var Ci=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],ma=function(W,Q){var te=Q.havingSize(W.size);return mi(W.body,te,Q)};$r({type:"sizing",names:Ci,props:{numArgs:0,allowedInText:!0},handler:function(W,Q){var te=W.breakOnTokenText,he=W.funcName,Se=W.parser,Ve=Se.parseExpression(!1,te);return{type:"sizing",mode:Se.mode,size:Ci.indexOf(he)+1,body:Ve}},htmlBuilder:ma,mathmlBuilder:function(W,Q){var te=Q.havingSize(W.size),he=ea(W.body,te),Se=new Rn.MathNode("mstyle",he);return Se.setAttribute("mathsize",te.sizeMultiplier+"em"),Se}}),$r({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(W,Q,te){var he=W.parser,Se=!1,Ve=!1,Et=te[0]&&Fn(te[0],"ordgroup");if(Et)for(var Wt="",cr=0;cr<Et.body.length;++cr){var Tr=Et.body[cr];if(Wt=Tr.text,Wt==="t")Se=!0;else if(Wt==="b")Ve=!0;else{Se=!1,Ve=!1;break}}else Se=!0,Ve=!0;var Yr=Q[0];return{type:"smash",mode:he.mode,body:Yr,smashHeight:Se,smashDepth:Ve}},htmlBuilder:function(W,Q){var te=vr.makeSpan([],[ta(W.body,Q)]);if(!W.smashHeight&&!W.smashDepth)return te;if(W.smashHeight&&(te.height=0,te.children))for(var he=0;he<te.children.length;he++)te.children[he].height=0;if(W.smashDepth&&(te.depth=0,te.children))for(var Se=0;Se<te.children.length;Se++)te.children[Se].depth=0;var Ve=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te}]},Q);return vr.makeSpan(["mord"],[Ve],Q)},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mpadded",[Ni(W.body,Q)]);return W.smashHeight&&te.setAttribute("height","0px"),W.smashDepth&&te.setAttribute("depth","0px"),te}}),$r({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(W,Q,te){var he=W.parser,Se=te[0],Ve=Q[0];return{type:"sqrt",mode:he.mode,body:Ve,index:Se}},htmlBuilder:function(W,Q){var te=ta(W.body,Q.havingCrampedStyle());te.height===0&&(te.height=Q.fontMetrics().xHeight),te=vr.wrapFragment(te,Q);var he=Q.fontMetrics(),Se=he.defaultRuleThickness,Ve=Se;Q.style.id<Z.TEXT.id&&(Ve=Q.fontMetrics().xHeight);var Et=Se+Ve/4,Wt=te.height+te.depth+Et+Se,cr=Ln.sqrtImage(Wt,Q),Tr=cr.span,Yr=cr.ruleWidth,dn=cr.advanceWidth,On=Tr.height-Yr;On>te.height+te.depth+Et&&(Et=(Et+On-te.height-te.depth)/2);var Wn=Tr.height-te.height-Et-Yr;te.style.paddingLeft=dn+"em";var qn=vr.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te,wrapperClasses:["svg-align"]},{type:"kern",size:-(te.height+Wn)},{type:"elem",elem:Tr},{type:"kern",size:Yr}]},Q);if(W.index){var Ri=Q.havingStyle(Z.SCRIPTSCRIPT),Fi=ta(W.index,Ri,Q),ia=.6*(qn.height-qn.depth),Sa=vr.makeVList({positionType:"shift",positionData:-ia,children:[{type:"elem",elem:Fi}]},Q),Ts=vr.makeSpan(["root"],[Sa]);return vr.makeSpan(["mord","sqrt"],[Ts,qn],Q)}else return vr.makeSpan(["mord","sqrt"],[qn],Q)},mathmlBuilder:function(W,Q){var te=W.body,he=W.index;return he?new Rn.MathNode("mroot",[Ni(te,Q),Ni(he,Q)]):new Rn.MathNode("msqrt",[Ni(te,Q)])}});var Zi={display:Z.DISPLAY,text:Z.TEXT,script:Z.SCRIPT,scriptscript:Z.SCRIPTSCRIPT};$r({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler:function(W,Q){var te=W.breakOnTokenText,he=W.funcName,Se=W.parser,Ve=Se.parseExpression(!0,te),Et=he.slice(1,he.length-5);return{type:"styling",mode:Se.mode,style:Et,body:Ve}},htmlBuilder:function(W,Q){var te=Zi[W.style],he=Q.havingStyle(te).withFont("");return mi(W.body,he,Q)},mathmlBuilder:function(W,Q){var te=Zi[W.style],he=Q.havingStyle(te),Se=ea(W.body,he),Ve=new Rn.MathNode("mstyle",Se),Et={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},Wt=Et[W.style];return Ve.setAttribute("scriptlevel",Wt[0]),Ve.setAttribute("displaystyle",Wt[1]),Ve}});var ki=function(W,Q){var te=W.base;if(te)if(te.type==="op"){var he=te.limits&&(Q.style.size===Z.DISPLAY.size||te.alwaysHandleSupSub);return he?Kr:null}else if(te.type==="operatorname"){var Se=te.alwaysHandleSupSub&&(Q.style.size===Z.DISPLAY.size||te.limits);return Se?ti:null}else{if(te.type==="accent")return S.isCharacterBox(te.base)?es:null;if(te.type==="horizBrace"){var Ve=!W.sub;return Ve===te.isOver?Ye:null}else return null}else return null};kn({type:"supsub",htmlBuilder:function(W,Q){var te=ki(W,Q);if(te)return te(W,Q);var he=W.base,Se=W.sup,Ve=W.sub,Et=ta(he,Q),Wt,cr,Tr=Q.fontMetrics(),Yr=0,dn=0,On=he&&S.isCharacterBox(he);if(Se){var Wn=Q.havingStyle(Q.style.sup());Wt=ta(Se,Wn,Q),On||(Yr=Et.height-Wn.fontMetrics().supDrop*Wn.sizeMultiplier/Q.sizeMultiplier)}if(Ve){var qn=Q.havingStyle(Q.style.sub());cr=ta(Ve,qn,Q),On||(dn=Et.depth+qn.fontMetrics().subDrop*qn.sizeMultiplier/Q.sizeMultiplier)}var Ri;Q.style===Z.DISPLAY?Ri=Tr.sup1:Q.style.cramped?Ri=Tr.sup3:Ri=Tr.sup2;var Fi=Q.sizeMultiplier,ia=.5/Tr.ptPerEm/Fi+"em",Sa=null;if(cr){var Ts=W.base&&W.base.type==="op"&&W.base.name&&(W.base.name==="\\oiint"||W.base.name==="\\oiiint");(Et instanceof Oe||Ts)&&(Sa=-Et.italic+"em")}var Ps;if(Wt&&cr){Yr=Math.max(Yr,Ri,Wt.depth+.25*Tr.xHeight),dn=Math.max(dn,Tr.sub2);var Ms=Tr.defaultRuleThickness,Is=4*Ms;if(Yr-Wt.depth-(cr.height-dn)<Is){dn=Is-(Yr-Wt.depth)+cr.height;var Da=.8*Tr.xHeight-(Yr-Wt.depth);Da>0&&(Yr+=Da,dn-=Da)}var so=[{type:"elem",elem:cr,shift:dn,marginRight:ia,marginLeft:Sa},{type:"elem",elem:Wt,shift:-Yr,marginRight:ia}];Ps=vr.makeVList({positionType:"individualShift",children:so},Q)}else if(cr){dn=Math.max(dn,Tr.sub1,cr.height-.8*Tr.xHeight);var Wi=[{type:"elem",elem:cr,marginLeft:Sa,marginRight:ia}];Ps=vr.makeVList({positionType:"shift",positionData:dn,children:Wi},Q)}else if(Wt)Yr=Math.max(Yr,Ri,Wt.depth+.25*Tr.xHeight),Ps=vr.makeVList({positionType:"shift",positionData:-Yr,children:[{type:"elem",elem:Wt,marginRight:ia}]},Q);else throw new Error("supsub must have either sup or sub.");var Pr=vs(Et,"right")||"mord";return vr.makeSpan([Pr],[Et,vr.makeSpan(["msupsub"],[Ps])],Q)},mathmlBuilder:function(W,Q){var te=!1,he,Se,Ve=Qn(W.base,"horizBrace");Ve&&(Se=!!W.sup,Se===Ve.isOver&&(te=!0,he=Ve.isOver)),W.base&&(W.base.type==="op"||W.base.type==="operatorname")&&(W.base.parentIsSupSub=!0);var Et=[Ni(W.base,Q)];W.sub&&Et.push(Ni(W.sub,Q)),W.sup&&Et.push(Ni(W.sup,Q));var Wt;if(te)Wt=he?"mover":"munder";else if(W.sub)if(W.sup){var Yr=W.base;Yr&&Yr.type==="op"&&Yr.limits&&Q.style===Z.DISPLAY||Yr&&Yr.type==="operatorname"&&Yr.alwaysHandleSupSub&&(Q.style===Z.DISPLAY||Yr.limits)?Wt="munderover":Wt="msubsup"}else{var Tr=W.base;Tr&&Tr.type==="op"&&Tr.limits&&(Q.style===Z.DISPLAY||Tr.alwaysHandleSupSub)||Tr&&Tr.type==="operatorname"&&Tr.alwaysHandleSupSub&&(Tr.limits||Q.style===Z.DISPLAY)?Wt="munder":Wt="msub"}else{var cr=W.base;cr&&cr.type==="op"&&cr.limits&&(Q.style===Z.DISPLAY||cr.alwaysHandleSupSub)||cr&&cr.type==="operatorname"&&cr.alwaysHandleSupSub&&(cr.limits||Q.style===Z.DISPLAY)?Wt="mover":Wt="msup"}var dn=new Rn.MathNode(Wt,Et);return dn}}),kn({type:"atom",htmlBuilder:function(W,Q){return vr.mathsym(W.text,W.mode,Q,["m"+W.family])},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mo",[cs(W.text,W.mode)]);if(W.family==="bin"){var he=Rs(W,Q);he==="bold-italic"&&te.setAttribute("mathvariant",he)}else W.family==="punct"?te.setAttribute("separator","true"):(W.family==="open"||W.family==="close")&&te.setAttribute("stretchy","false");return te}});var Oa={mi:"italic",mn:"normal",mtext:"normal"};kn({type:"mathord",htmlBuilder:function(W,Q){return vr.makeOrd(W,Q,"mathord")},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mi",[cs(W.text,W.mode,Q)]),he=Rs(W,Q)||"italic";return he!==Oa[te.type]&&te.setAttribute("mathvariant",he),te}}),kn({type:"textord",htmlBuilder:function(W,Q){return vr.makeOrd(W,Q,"textord")},mathmlBuilder:function(W,Q){var te=cs(W.text,W.mode,Q),he=Rs(W,Q)||"normal",Se;return W.mode==="text"?Se=new Rn.MathNode("mtext",[te]):/[0-9]/.test(W.text)?Se=new Rn.MathNode("mn",[te]):W.text==="\\prime"?Se=new Rn.MathNode("mo",[te]):Se=new Rn.MathNode("mi",[te]),he!==Oa[Se.type]&&Se.setAttribute("mathvariant",he),Se}});var Ii={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},hi={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};kn({type:"spacing",htmlBuilder:function(W,Q){if(hi.hasOwnProperty(W.text)){var te=hi[W.text].className||"";if(W.mode==="text"){var he=vr.makeOrd(W,Q,"textord");return he.classes.push(te),he}else return vr.makeSpan(["mspace",te],[vr.mathsym(W.text,W.mode,Q)],Q)}else{if(Ii.hasOwnProperty(W.text))return vr.makeSpan(["mspace",Ii[W.text]],[],Q);throw new o('Unknown type of space "'+W.text+'"')}},mathmlBuilder:function(W,Q){var te;if(hi.hasOwnProperty(W.text))te=new Rn.MathNode("mtext",[new Rn.TextNode("\xA0")]);else{if(Ii.hasOwnProperty(W.text))return new Rn.MathNode("mspace");throw new o('Unknown type of space "'+W.text+'"')}return te}});var ba=function(){var W=new Rn.MathNode("mtd",[]);return W.setAttribute("width","50%"),W};kn({type:"tag",mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mtable",[new Rn.MathNode("mtr",[ba(),new Rn.MathNode("mtd",[Ga(W.body,Q)]),ba(),new Rn.MathNode("mtd",[Ga(W.tag,Q)])])]);return te.setAttribute("width","100%"),te}});var _o={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},va={"\\textbf":"textbf","\\textmd":"textmd"},_s={"\\textit":"textit","\\textup":"textup"},xa=function(W,Q){var te=W.font;return te?_o[te]?Q.withTextFontFamily(_o[te]):va[te]?Q.withTextFontWeight(va[te]):Q.withTextFontShape(_s[te]):Q};$r({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler:function(W,Q){var te=W.parser,he=W.funcName,Se=Q[0];return{type:"text",mode:te.mode,body:oi(Se),font:he}},htmlBuilder:function(W,Q){var te=xa(W,Q),he=ls(W.body,te,!0);return vr.makeSpan(["mord","text"],vr.tryCombineChars(he),te)},mathmlBuilder:function(W,Q){var te=xa(W,Q);return Ga(W.body,te)}}),$r({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(W,Q){var te=W.parser;return{type:"underline",mode:te.mode,body:Q[0]}},htmlBuilder:function(W,Q){var te=ta(W.body,Q),he=vr.makeLineSpan("underline-line",Q),Se=Q.fontMetrics().defaultRuleThickness,Ve=vr.makeVList({positionType:"top",positionData:te.height,children:[{type:"kern",size:Se},{type:"elem",elem:he},{type:"kern",size:3*Se},{type:"elem",elem:te}]},Q);return vr.makeSpan(["mord","underline"],[Ve],Q)},mathmlBuilder:function(W,Q){var te=new Rn.MathNode("mo",[new Rn.TextNode("\u203E")]);te.setAttribute("stretchy","true");var he=new Rn.MathNode("munder",[Ni(W.body,Q),te]);return he.setAttribute("accentunder","true"),he}}),$r({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(W,Q,te){throw new o("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(W,Q){for(var te=ys(W),he=[],Se=Q.havingStyle(Q.style.text()),Ve=0;Ve<te.length;Ve++){var Et=te[Ve];Et==="~"&&(Et="\\textasciitilde"),he.push(vr.makeSymbol(Et,"Typewriter-Regular",W.mode,Se,["mord","texttt"]))}return vr.makeSpan(["mord","text"].concat(Se.sizingClasses(Q)),vr.tryCombineChars(he),Se)},mathmlBuilder:function(W,Q){var te=new Rn.TextNode(ys(W)),he=new Rn.MathNode("mtext",[te]);return he.setAttribute("mathvariant","monospace"),he}});var ys=function(W){return W.body.replace(/ /g,W.star?"\u2423":"\xA0")},bs=Ei,La=bs,ts=`[ \r
]`,js="\\\\[a-zA-Z@]+",ao="\\\\[^\uD800-\uDFFF]",xs=""+js+ts+"*",ji=new RegExp("^("+js+")"+ts+"*$"),ko="[\u0300-\u036F]",Ro=new RegExp(ko+"+$"),Us="("+ts+"+)|([!-\\[\\]-\u2027\u202A-\uD7FF\uF900-\uFFFF]"+(ko+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(ko+"*")+"|\\\\verb\\*([^]).*?\\3|\\\\verb([^*a-zA-Z]).*?\\4|\\\\operatorname\\*"+("|"+xs)+("|"+ao+")"),rs=function(){function Ke(Q,te){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=Q,this.settings=te,this.tokenRegex=new RegExp(Us,"g"),this.catcodes={"%":14}}var W=Ke.prototype;return W.setCatcode=function(te,he){this.catcodes[te]=he},W.lex=function(){var te=this.input,he=this.tokenRegex.lastIndex;if(he===te.length)return new c("EOF",new l(this,he,he));var Se=this.tokenRegex.exec(te);if(Se===null||Se.index!==he)throw new o("Unexpected character: '"+te[he]+"'",new c(te[he],new l(this,he,he+1)));var Ve=Se[2]||" ";if(this.catcodes[Ve]===14){var Et=te.indexOf(`
`,this.tokenRegex.lastIndex);return Et===-1?(this.tokenRegex.lastIndex=te.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=Et+1,this.lex()}var Wt=Ve.match(ji);return Wt&&(Ve=Wt[1]),new c(Ve,new l(this,he,this.tokenRegex.lastIndex))},Ke}(),os=function(){function Ke(Q,te){Q===void 0&&(Q={}),te===void 0&&(te={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=te,this.builtins=Q,this.undefStack=[]}var W=Ke.prototype;return W.beginGroup=function(){this.undefStack.push({})},W.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 te=this.undefStack.pop();for(var he in te)te.hasOwnProperty(he)&&(te[he]===void 0?delete this.current[he]:this.current[he]=te[he])},W.has=function(te){return this.current.hasOwnProperty(te)||this.builtins.hasOwnProperty(te)},W.get=function(te){return this.current.hasOwnProperty(te)?this.current[te]:this.builtins[te]},W.set=function(te,he,Se){if(Se===void 0&&(Se=!1),Se){for(var Ve=0;Ve<this.undefStack.length;Ve++)delete this.undefStack[Ve][te];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][te]=he)}else{var Et=this.undefStack[this.undefStack.length-1];Et&&!Et.hasOwnProperty(te)&&(Et[te]=this.current[te])}this.current[te]=he},Ke}(),vo={},$a=vo;function Vt(Ke,W){vo[Ke]=W}Vt("\\@firstoftwo",function(Ke){var W=Ke.consumeArgs(2);return{tokens:W[0],numArgs:0}}),Vt("\\@secondoftwo",function(Ke){var W=Ke.consumeArgs(2);return{tokens:W[1],numArgs:0}}),Vt("\\@ifnextchar",function(Ke){var W=Ke.consumeArgs(3),Q=Ke.future();return W[0].length===1&&W[0][0].text===Q.text?{tokens:W[1],numArgs:0}:{tokens:W[2],numArgs:0}}),Vt("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),Vt("\\TextOrMath",function(Ke){var W=Ke.consumeArgs(2);return Ke.mode==="text"?{tokens:W[0],numArgs:0}:{tokens:W[1],numArgs:0}});var kt={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};Vt("\\char",function(Ke){var W=Ke.popToken(),Q,te="";if(W.text==="'")Q=8,W=Ke.popToken();else if(W.text==='"')Q=16,W=Ke.popToken();else if(W.text==="`")if(W=Ke.popToken(),W.text[0]==="\\")te=W.text.charCodeAt(1);else{if(W.text==="EOF")throw new o("\\char` missing argument");te=W.text.charCodeAt(0)}else Q=10;if(Q){if(te=kt[W.text],te==null||te>=Q)throw new o("Invalid base-"+Q+" digit "+W.text);for(var he;(he=kt[Ke.future().text])!=null&&he<Q;)te*=Q,te+=he,Ke.popToken()}return"\\@char{"+te+"}"});var Ka=function(W,Q){var te=W.consumeArgs(1)[0];if(te.length!==1)throw new o("\\gdef's first argument must be a macro name");var he=te[0].text,Se=0;for(te=W.consumeArgs(1)[0];te.length===1&&te[0].text==="#";){if(te=W.consumeArgs(1)[0],te.length!==1)throw new o('Invalid argument number length "'+te.length+'"');if(!/^[1-9]$/.test(te[0].text))throw new o('Invalid argument number "'+te[0].text+'"');if(Se++,parseInt(te[0].text)!==Se)throw new o('Argument number "'+te[0].text+'" out of order');te=W.consumeArgs(1)[0]}return W.macros.set(he,{tokens:te,numArgs:Se},Q),""};Vt("\\gdef",function(Ke){return Ka(Ke,!0)}),Vt("\\def",function(Ke){return Ka(Ke,!1)}),Vt("\\global",function(Ke){var W=Ke.consumeArgs(1)[0];if(W.length!==1)throw new o("Invalid command after \\global");var Q=W[0].text;if(Q==="\\def")return Ka(Ke,!0);throw new o("Invalid command '"+Q+"' after \\global")});var zs=function(W,Q,te){var he=W.consumeArgs(1)[0];if(he.length!==1)throw new o("\\newcommand's first argument must be a macro name");var Se=he[0].text,Ve=W.isDefined(Se);if(Ve&&!Q)throw new o("\\newcommand{"+Se+"} attempting to redefine "+(Se+"; use \\renewcommand"));if(!Ve&&!te)throw new o("\\renewcommand{"+Se+"} when command "+Se+" does not yet exist; use \\newcommand");var Et=0;if(he=W.consumeArgs(1)[0],he.length===1&&he[0].text==="["){for(var Wt="",cr=W.expandNextToken();cr.text!=="]"&&cr.text!=="EOF";)Wt+=cr.text,cr=W.expandNextToken();if(!Wt.match(/^\s*[0-9]+\s*$/))throw new o("Invalid number of arguments: "+Wt);Et=parseInt(Wt),he=W.consumeArgs(1)[0]}return W.macros.set(Se,{tokens:he,numArgs:Et}),""};Vt("\\newcommand",function(Ke){return zs(Ke,!1,!0)}),Vt("\\renewcommand",function(Ke){return zs(Ke,!0,!1)}),Vt("\\providecommand",function(Ke){return zs(Ke,!0,!0)}),Vt("\\bgroup","{"),Vt("\\egroup","}"),Vt("\\lq","`"),Vt("\\rq","'"),Vt("\\aa","\\r a"),Vt("\\AA","\\r A"),Vt("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`\xA9}"),Vt("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),Vt("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`\xAE}"),Vt("\u212C","\\mathscr{B}"),Vt("\u2130","\\mathscr{E}"),Vt("\u2131","\\mathscr{F}"),Vt("\u210B","\\mathscr{H}"),Vt("\u2110","\\mathscr{I}"),Vt("\u2112","\\mathscr{L}"),Vt("\u2133","\\mathscr{M}"),Vt("\u211B","\\mathscr{R}"),Vt("\u212D","\\mathfrak{C}"),Vt("\u210C","\\mathfrak{H}"),Vt("\u2128","\\mathfrak{Z}"),Vt("\\Bbbk","\\Bbb{k}"),Vt("\xB7","\\cdotp"),Vt("\\llap","\\mathllap{\\textrm{#1}}"),Vt("\\rlap","\\mathrlap{\\textrm{#1}}"),Vt("\\clap","\\mathclap{\\textrm{#1}}"),Vt("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),Vt("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`\u2260}}"),Vt("\\ne","\\neq"),Vt("\u2260","\\neq"),Vt("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`\u2209}}"),Vt("\u2209","\\notin"),Vt("\u2258","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`\u2258}}"),Vt("\u2259","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`\u2258}}"),Vt("\u225A","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`\u225A}}"),Vt("\u225B","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`\u225B}}"),Vt("\u225D","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`\u225D}}"),Vt("\u225E","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`\u225E}}"),Vt("\u225F","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`\u225F}}"),Vt("\u27C2","\\perp"),Vt("\u203C","\\mathclose{!\\mkern-0.8mu!}"),Vt("\u220C","\\notni"),Vt("\u231C","\\ulcorner"),Vt("\u231D","\\urcorner"),Vt("\u231E","\\llcorner"),Vt("\u231F","\\lrcorner"),Vt("\xA9","\\copyright"),Vt("\xAE","\\textregistered"),Vt("\uFE0F","\\textregistered"),Vt("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),Vt("\u22EE","\\vdots"),Vt("\\varGamma","\\mathit{\\Gamma}"),Vt("\\varDelta","\\mathit{\\Delta}"),Vt("\\varTheta","\\mathit{\\Theta}"),Vt("\\varLambda","\\mathit{\\Lambda}"),Vt("\\varXi","\\mathit{\\Xi}"),Vt("\\varPi","\\mathit{\\Pi}"),Vt("\\varSigma","\\mathit{\\Sigma}"),Vt("\\varUpsilon","\\mathit{\\Upsilon}"),Vt("\\varPhi","\\mathit{\\Phi}"),Vt("\\varPsi","\\mathit{\\Psi}"),Vt("\\varOmega","\\mathit{\\Omega}"),Vt("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),Vt("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu"),Vt("\\boxed","\\fbox{$\\displaystyle{#1}$}"),Vt("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),Vt("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),Vt("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var vn={",":"\\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"};Vt("\\dots",function(Ke){var W="\\dotso",Q=Ke.expandAfterFuture().text;return Q in vn?W=vn[Q]:(Q.substr(0,4)==="\\not"||Q in Te.math&&S.contains(["bin","rel"],Te.math[Q].group))&&(W="\\dotsb"),W});var wn={")":!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};Vt("\\dotso",function(Ke){var W=Ke.future().text;return W in wn?"\\ldots\\,":"\\ldots"}),Vt("\\dotsc",function(Ke){var W=Ke.future().text;return W in wn&&W!==","?"\\ldots\\,":"\\ldots"}),Vt("\\cdots",function(Ke){var W=Ke.future().text;return W in wn?"\\@cdots\\,":"\\@cdots"}),Vt("\\dotsb","\\cdots"),Vt("\\dotsm","\\cdots"),Vt("\\dotsi","\\!\\cdots"),Vt("\\dotsx","\\ldots\\,"),Vt("\\DOTSI","\\relax"),Vt("\\DOTSB","\\relax"),Vt("\\DOTSX","\\relax"),Vt("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),Vt("\\,","\\tmspace+{3mu}{.1667em}"),Vt("\\thinspace","\\,"),Vt("\\>","\\mskip{4mu}"),Vt("\\:","\\tmspace+{4mu}{.2222em}"),Vt("\\medspace","\\:"),Vt("\\;","\\tmspace+{5mu}{.2777em}"),Vt("\\thickspace","\\;"),Vt("\\!","\\tmspace-{3mu}{.1667em}"),Vt("\\negthinspace","\\!"),Vt("\\negmedspace","\\tmspace-{4mu}{.2222em}"),Vt("\\negthickspace","\\tmspace-{5mu}{.277em}"),Vt("\\enspace","\\kern.5em "),Vt("\\enskip","\\hskip.5em\\relax"),Vt("\\quad","\\hskip1em\\relax"),Vt("\\qquad","\\hskip2em\\relax"),Vt("\\tag","\\@ifstar\\tag@literal\\tag@paren"),Vt("\\tag@paren","\\tag@literal{({#1})}"),Vt("\\tag@literal",function(Ke){if(Ke.macros.get("\\df@tag"))throw new o("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),Vt("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),Vt("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),Vt("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),Vt("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),Vt("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),Vt("\\\\","\\newline"),Vt("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var He=lr["Main-Regular"][84][1]-.7*lr["Main-Regular"][65][1]+"em";Vt("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+He+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),Vt("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+He+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),Vt("\\hspace","\\@ifstar\\@hspacer\\@hspace"),Vt("\\@hspace","\\hskip #1\\relax"),Vt("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),Vt("\\ordinarycolon",":"),Vt("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),Vt("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),Vt("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),Vt("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),Vt("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),Vt("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),Vt("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),Vt("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),Vt("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),Vt("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),Vt("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),Vt("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),Vt("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),Vt("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),Vt("\u2237","\\dblcolon"),Vt("\u2239","\\eqcolon"),Vt("\u2254","\\coloneqq"),Vt("\u2255","\\eqqcolon"),Vt("\u2A74","\\Coloneqq"),Vt("\\ratio","\\vcentcolon"),Vt("\\coloncolon","\\dblcolon"),Vt("\\colonequals","\\coloneqq"),Vt("\\coloncolonequals","\\Coloneqq"),Vt("\\equalscolon","\\eqqcolon"),Vt("\\equalscoloncolon","\\Eqqcolon"),Vt("\\colonminus","\\coloneq"),Vt("\\coloncolonminus","\\Coloneq"),Vt("\\minuscolon","\\eqcolon"),Vt("\\minuscoloncolon","\\Eqcolon"),Vt("\\coloncolonapprox","\\Colonapprox"),Vt("\\coloncolonsim","\\Colonsim"),Vt("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Vt("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Vt("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Vt("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Vt("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220C}}"),Vt("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),Vt("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),Vt("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),Vt("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),Vt("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),Vt("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),Vt("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),Vt("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),Vt("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),Vt("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),Vt("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),Vt("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),Vt("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228A}"),Vt("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2ACB}"),Vt("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228B}"),Vt("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2ACC}"),Vt("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27E6}}"),Vt("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27E7}}"),Vt("\u27E6","\\llbracket"),Vt("\u27E7","\\rrbracket"),Vt("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),Vt("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),Vt("\u2983","\\lBrace"),Vt("\u2984","\\rBrace"),Vt("\\darr","\\downarrow"),Vt("\\dArr","\\Downarrow"),Vt("\\Darr","\\Downarrow"),Vt("\\lang","\\langle"),Vt("\\rang","\\rangle"),Vt("\\uarr","\\uparrow"),Vt("\\uArr","\\Uparrow"),Vt("\\Uarr","\\Uparrow"),Vt("\\N","\\mathbb{N}"),Vt("\\R","\\mathbb{R}"),Vt("\\Z","\\mathbb{Z}"),Vt("\\alef","\\aleph"),Vt("\\alefsym","\\aleph"),Vt("\\Alpha","\\mathrm{A}"),Vt("\\Beta","\\mathrm{B}"),Vt("\\bull","\\bullet"),Vt("\\Chi","\\mathrm{X}"),Vt("\\clubs","\\clubsuit"),Vt("\\cnums","\\mathbb{C}"),Vt("\\Complex","\\mathbb{C}"),Vt("\\Dagger","\\ddagger"),Vt("\\diamonds","\\diamondsuit"),Vt("\\empty","\\emptyset"),Vt("\\Epsilon","\\mathrm{E}"),Vt("\\Eta","\\mathrm{H}"),Vt("\\exist","\\exists"),Vt("\\harr","\\leftrightarrow"),Vt("\\hArr","\\Leftrightarrow"),Vt("\\Harr","\\Leftrightarrow"),Vt("\\hearts","\\heartsuit"),Vt("\\image","\\Im"),Vt("\\infin","\\infty"),Vt("\\Iota","\\mathrm{I}"),Vt("\\isin","\\in"),Vt("\\Kappa","\\mathrm{K}"),Vt("\\larr","\\leftarrow"),Vt("\\lArr","\\Leftarrow"),Vt("\\Larr","\\Leftarrow"),Vt("\\lrarr","\\leftrightarrow"),Vt("\\lrArr","\\Leftrightarrow"),Vt("\\Lrarr","\\Leftrightarrow"),Vt("\\Mu","\\mathrm{M}"),Vt("\\natnums","\\mathbb{N}"),Vt("\\Nu","\\mathrm{N}"),Vt("\\Omicron","\\mathrm{O}"),Vt("\\plusmn","\\pm"),Vt("\\rarr","\\rightarrow"),Vt("\\rArr","\\Rightarrow"),Vt("\\Rarr","\\Rightarrow"),Vt("\\real","\\Re"),Vt("\\reals","\\mathbb{R}"),Vt("\\Reals","\\mathbb{R}"),Vt("\\Rho","\\mathrm{P}"),Vt("\\sdot","\\cdot"),Vt("\\sect","\\S"),Vt("\\spades","\\spadesuit"),Vt("\\sub","\\subset"),Vt("\\sube","\\subseteq"),Vt("\\supe","\\supseteq"),Vt("\\Tau","\\mathrm{T}"),Vt("\\thetasym","\\vartheta"),Vt("\\weierp","\\wp"),Vt("\\Zeta","\\mathrm{Z}"),Vt("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),Vt("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),Vt("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),Vt("\\blue","\\textcolor{##6495ed}{#1}"),Vt("\\orange","\\textcolor{##ffa500}{#1}"),Vt("\\pink","\\textcolor{##ff00af}{#1}"),Vt("\\red","\\textcolor{##df0030}{#1}"),Vt("\\green","\\textcolor{##28ae7b}{#1}"),Vt("\\gray","\\textcolor{gray}{#1}"),Vt("\\purple","\\textcolor{##9d38bd}{#1}"),Vt("\\blueA","\\textcolor{##ccfaff}{#1}"),Vt("\\blueB","\\textcolor{##80f6ff}{#1}"),Vt("\\blueC","\\textcolor{##63d9ea}{#1}"),Vt("\\blueD","\\textcolor{##11accd}{#1}"),Vt("\\blueE","\\textcolor{##0c7f99}{#1}"),Vt("\\tealA","\\textcolor{##94fff5}{#1}"),Vt("\\tealB","\\textcolor{##26edd5}{#1}"),Vt("\\tealC","\\textcolor{##01d1c1}{#1}"),Vt("\\tealD","\\textcolor{##01a995}{#1}"),Vt("\\tealE","\\textcolor{##208170}{#1}"),Vt("\\greenA","\\textcolor{##b6ffb0}{#1}"),Vt("\\greenB","\\textcolor{##8af281}{#1}"),Vt("\\greenC","\\textcolor{##74cf70}{#1}"),Vt("\\greenD","\\textcolor{##1fab54}{#1}"),Vt("\\greenE","\\textcolor{##0d923f}{#1}"),Vt("\\goldA","\\textcolor{##ffd0a9}{#1}"),Vt("\\goldB","\\textcolor{##ffbb71}{#1}"),Vt("\\goldC","\\textcolor{##ff9c39}{#1}"),Vt("\\goldD","\\textcolor{##e07d10}{#1}"),Vt("\\goldE","\\textcolor{##a75a05}{#1}"),Vt("\\redA","\\textcolor{##fca9a9}{#1}"),Vt("\\redB","\\textcolor{##ff8482}{#1}"),Vt("\\redC","\\textcolor{##f9685d}{#1}"),Vt("\\redD","\\textcolor{##e84d39}{#1}"),Vt("\\redE","\\textcolor{##bc2612}{#1}"),Vt("\\maroonA","\\textcolor{##ffbde0}{#1}"),Vt("\\maroonB","\\textcolor{##ff92c6}{#1}"),Vt("\\maroonC","\\textcolor{##ed5fa6}{#1}"),Vt("\\maroonD","\\textcolor{##ca337c}{#1}"),Vt("\\maroonE","\\textcolor{##9e034e}{#1}"),Vt("\\purpleA","\\textcolor{##ddd7ff}{#1}"),Vt("\\purpleB","\\textcolor{##c6b9fc}{#1}"),Vt("\\purpleC","\\textcolor{##aa87ff}{#1}"),Vt("\\purpleD","\\textcolor{##7854ab}{#1}"),Vt("\\purpleE","\\textcolor{##543b78}{#1}"),Vt("\\mintA","\\textcolor{##f5f9e8}{#1}"),Vt("\\mintB","\\textcolor{##edf2df}{#1}"),Vt("\\mintC","\\textcolor{##e0e5cc}{#1}"),Vt("\\grayA","\\textcolor{##f6f7f7}{#1}"),Vt("\\grayB","\\textcolor{##f0f1f2}{#1}"),Vt("\\grayC","\\textcolor{##e3e5e6}{#1}"),Vt("\\grayD","\\textcolor{##d6d8da}{#1}"),Vt("\\grayE","\\textcolor{##babec2}{#1}"),Vt("\\grayF","\\textcolor{##888d93}{#1}"),Vt("\\grayG","\\textcolor{##626569}{#1}"),Vt("\\grayH","\\textcolor{##3b3e40}{#1}"),Vt("\\grayI","\\textcolor{##21242c}{#1}"),Vt("\\kaBlue","\\textcolor{##314453}{#1}"),Vt("\\kaGreen","\\textcolor{##71B307}{#1}");var Zt={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},xr=function(){function Ke(Q,te,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=te,this.expansionCount=0,this.feed(Q),this.macros=new os($a,te.macros),this.mode=he,this.stack=[]}var W=Ke.prototype;return W.feed=function(te){this.lexer=new rs(te,this.settings)},W.switchMode=function(te){this.mode=te},W.beginGroup=function(){this.macros.beginGroup()},W.endGroup=function(){this.macros.endGroup()},W.future=function(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},W.popToken=function(){return this.future(),this.stack.pop()},W.pushToken=function(te){this.stack.push(te)},W.pushTokens=function(te){var he;(he=this.stack).push.apply(he,te)},W.consumeSpaces=function(){for(;;){var te=this.future();if(te.text===" ")this.stack.pop();else break}},W.consumeArgs=function(te){for(var he=[],Se=0;Se<te;++Se){this.consumeSpaces();var Ve=this.popToken();if(Ve.text==="{"){for(var Et=[],Wt=1;Wt!==0;){var cr=this.popToken();if(Et.push(cr),cr.text==="{")++Wt;else if(cr.text==="}")--Wt;else if(cr.text==="EOF")throw new o("End of input in macro argument",Ve)}Et.pop(),Et.reverse(),he[Se]=Et}else{if(Ve.text==="EOF")throw new o("End of input expecting macro argument");he[Se]=[Ve]}}return he},W.expandOnce=function(){var te=this.popToken(),he=te.text,Se=this._getExpansion(he);if(Se==null)return this.pushToken(te),te;if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new o("Too many expansions: infinite loop or need to increase maxExpand setting");var Ve=Se.tokens;if(Se.numArgs){var Et=this.consumeArgs(Se.numArgs);Ve=Ve.slice();for(var Wt=Ve.length-1;Wt>=0;--Wt){var cr=Ve[Wt];if(cr.text==="#"){if(Wt===0)throw new o("Incomplete placeholder at end of macro body",cr);if(cr=Ve[--Wt],cr.text==="#")Ve.splice(Wt+1,1);else if(/^[1-9]$/.test(cr.text)){var Tr;(Tr=Ve).splice.apply(Tr,[Wt,2].concat(Et[+cr.text-1]))}else throw new o("Not a valid argument number",cr)}}}return this.pushTokens(Ve),Ve},W.expandAfterFuture=function(){return this.expandOnce(),this.future()},W.expandNextToken=function(){for(;;){var te=this.expandOnce();if(te instanceof c)if(te.text==="\\relax")this.stack.pop();else return this.stack.pop()}throw new Error},W.expandMacro=function(te){if(this.macros.get(te)){var he=[],Se=this.stack.length;for(this.pushToken(new c(te));this.stack.length>Se;){var Ve=this.expandOnce();Ve instanceof c&&he.push(this.stack.pop())}return he}},W.expandMacroAsText=function(te){var he=this.expandMacro(te);return he&&he.map(function(Se){return Se.text}).join("")},W._getExpansion=function(te){var he=this.macros.get(te);if(he==null)return he;var Se=typeof he=="function"?he(this):he;if(typeof Se=="string"){var Ve=0;if(Se.indexOf("#")!==-1)for(var Et=Se.replace(/##/g,"");Et.indexOf("#"+(Ve+1))!==-1;)++Ve;for(var Wt=new rs(Se,this.settings),cr=[],Tr=Wt.lex();Tr.text!=="EOF";)cr.push(Tr),Tr=Wt.lex();cr.reverse();var Yr={tokens:cr,numArgs:Ve};return Yr}return Se},W.isDefined=function(te){return this.macros.has(te)||La.hasOwnProperty(te)||Te.math.hasOwnProperty(te)||Te.text.hasOwnProperty(te)||Zt.hasOwnProperty(te)},Ke}(),Or={"\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"}},rn={\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"},_n=function(){function Ke(Q,te){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 xr(Q,te,this.mode),this.settings=te,this.leftrightDepth=0}var W=Ke.prototype;return W.expect=function(te,he){if(he===void 0&&(he=!0),this.fetch().text!==te)throw new o("Expected '"+te+"', got '"+this.fetch().text+"'",this.fetch());he&&this.consume()},W.consume=function(){this.nextToken=null},W.fetch=function(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},W.switchMode=function(te){this.mode=te,this.gullet.switchMode(te)},W.parse=function(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");var te=this.parseExpression(!1);return this.expect("EOF"),this.gullet.endGroup(),te},W.parseExpression=function(te,he){for(var Se=[];;){this.mode==="math"&&this.consumeSpaces();var Ve=this.fetch();if(Ke.endOfExpression.indexOf(Ve.text)!==-1||he&&Ve.text===he||te&&La[Ve.text]&&La[Ve.text].infix)break;var Et=this.parseAtom(he);if(!Et)break;Se.push(Et)}return this.mode==="text"&&this.formLigatures(Se),this.handleInfixNodes(Se)},W.handleInfixNodes=function(te){for(var he=-1,Se,Ve=0;Ve<te.length;Ve++){var Et=Qn(te[Ve],"infix");if(Et){if(he!==-1)throw new o("only one infix operator per group",Et.token);he=Ve,Se=Et.replaceWith}}if(he!==-1&&Se){var Wt,cr,Tr=te.slice(0,he),Yr=te.slice(he+1);Tr.length===1&&Tr[0].type==="ordgroup"?Wt=Tr[0]:Wt={type:"ordgroup",mode:this.mode,body:Tr},Yr.length===1&&Yr[0].type==="ordgroup"?cr=Yr[0]:cr={type:"ordgroup",mode:this.mode,body:Yr};var dn;return Se==="\\\\abovefrac"?dn=this.callFunction(Se,[Wt,te[he],cr],[]):dn=this.callFunction(Se,[Wt,cr],[]),[dn]}else return te},W.handleSupSubscript=function(te){var he=this.fetch(),Se=he.text;this.consume();var Ve=this.parseGroup(te,!1,Ke.SUPSUB_GREEDINESS,void 0,void 0,!0);if(!Ve)throw new o("Expected group after '"+Se+"'",he);return Ve},W.formatUnsupportedCmd=function(te){for(var he=[],Se=0;Se<te.length;Se++)he.push({type:"textord",mode:"text",text:te[Se]});var Ve={type:"text",mode:this.mode,body:he},Et={type:"color",mode:this.mode,color:this.settings.errorColor,body:[Ve]};return Et},W.parseAtom=function(te){var he=this.parseGroup("atom",!1,null,te);if(this.mode==="text")return he;for(var Se,Ve;;){this.consumeSpaces();var Et=this.fetch();if(Et.text==="\\limits"||Et.text==="\\nolimits"){var Wt=Qn(he,"op");if(Wt){var cr=Et.text==="\\limits";Wt.limits=cr,Wt.alwaysHandleSupSub=!0}else if(Wt=Qn(he,"operatorname"),Wt&&Wt.alwaysHandleSupSub){var Tr=Et.text==="\\limits";Wt.limits=Tr}else throw new o("Limit controls must follow a math operator",Et);this.consume()}else if(Et.text==="^"){if(Se)throw new o("Double superscript",Et);Se=this.handleSupSubscript("superscript")}else if(Et.text==="_"){if(Ve)throw new o("Double subscript",Et);Ve=this.handleSupSubscript("subscript")}else if(Et.text==="'"){if(Se)throw new o("Double superscript",Et);var Yr={type:"textord",mode:this.mode,text:"\\prime"},dn=[Yr];for(this.consume();this.fetch().text==="'";)dn.push(Yr),this.consume();this.fetch().text==="^"&&dn.push(this.handleSupSubscript("superscript")),Se={type:"ordgroup",mode:this.mode,body:dn}}else break}return Se||Ve?{type:"supsub",mode:this.mode,base:he,sup:Se,sub:Ve}:he},W.parseFunction=function(te,he,Se){var Ve=this.fetch(),Et=Ve.text,Wt=La[Et];if(!Wt)return null;if(this.consume(),Se!=null&&Wt.greediness<=Se)throw new o("Got function '"+Et+"' with no arguments"+(he?" as "+he:""),Ve);if(this.mode==="text"&&!Wt.allowedInText)throw new o("Can't use function '"+Et+"' in text mode",Ve);if(this.mode==="math"&&Wt.allowedInMath===!1)throw new o("Can't use function '"+Et+"' in math mode",Ve);var cr=this.parseArguments(Et,Wt),Tr=cr.args,Yr=cr.optArgs;return this.callFunction(Et,Tr,Yr,Ve,te)},W.callFunction=function(te,he,Se,Ve,Et){var Wt={funcName:te,parser:this,token:Ve,breakOnTokenText:Et},cr=La[te];if(cr&&cr.handler)return cr.handler(Wt,he,Se);throw new o("No function handler for "+te)},W.parseArguments=function(te,he){var Se=he.numArgs+he.numOptionalArgs;if(Se===0)return{args:[],optArgs:[]};for(var Ve=he.greediness,Et=[],Wt=[],cr=0;cr<Se;cr++){var Tr=he.argTypes&&he.argTypes[cr],Yr=cr<he.numOptionalArgs,dn=cr>0&&!Yr||cr===0&&!Yr&&this.mode==="math",On=this.parseGroupOfType("argument to '"+te+"'",Tr,Yr,Ve,dn);if(!On){if(Yr){Wt.push(null);continue}throw new o("Expected group after '"+te+"'",this.fetch())}(Yr?Wt:Et).push(On)}return{args:Et,optArgs:Wt}},W.parseGroupOfType=function(te,he,Se,Ve,Et){switch(he){case"color":return Et&&this.consumeSpaces(),this.parseColorGroup(Se);case"size":return Et&&this.consumeSpaces(),this.parseSizeGroup(Se);case"url":return this.parseUrlGroup(Se,Et);case"math":case"text":return this.parseGroup(te,Se,Ve,void 0,he,Et);case"hbox":{var Wt=this.parseGroup(te,Se,Ve,void 0,"text",Et);if(!Wt)return Wt;var cr={type:"styling",mode:Wt.mode,body:[Wt],style:"text"};return cr}case"raw":{if(Et&&this.consumeSpaces(),Se&&this.fetch().text==="{")return null;var Tr=this.parseStringGroup("raw",Se,!0);if(Tr)return{type:"raw",mode:"text",string:Tr.text};throw new o("Expected raw group",this.fetch())}case"original":case null:case void 0:return this.parseGroup(te,Se,Ve,void 0,void 0,Et);default:throw new o("Unknown group type as "+te,this.fetch())}},W.consumeSpaces=function(){for(;this.fetch().text===" ";)this.consume()},W.parseStringGroup=function(te,he,Se){var Ve=he?"[":"{",Et=he?"]":"}",Wt=this.fetch();if(Wt.text!==Ve){if(he)return null;if(Se&&Wt.text!=="EOF"&&/[^{}[\]]/.test(Wt.text))return this.consume(),Wt}var cr=this.mode;this.mode="text",this.expect(Ve);for(var Tr="",Yr=this.fetch(),dn=0,On=Yr,Wn;(Wn=this.fetch()).text!==Et||Se&&dn>0;){switch(Wn.text){case"EOF":throw new o("Unexpected end of input in "+te,Yr.range(On,Tr));case Ve:dn++;break;case Et:dn--;break}On=Wn,Tr+=On.text,this.consume()}return this.expect(Et),this.mode=cr,Yr.range(On,Tr)},W.parseRegexGroup=function(te,he){var Se=this.mode;this.mode="text";for(var Ve=this.fetch(),Et=Ve,Wt="",cr;(cr=this.fetch()).text!=="EOF"&&te.test(Wt+cr.text);)Et=cr,Wt+=Et.text,this.consume();if(Wt==="")throw new o("Invalid "+he+": '"+Ve.text+"'",Ve);return this.mode=Se,Ve.range(Et,Wt)},W.parseColorGroup=function(te){var he=this.parseStringGroup("color",te);if(!he)return null;var Se=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(he.text);if(!Se)throw new o("Invalid color: '"+he.text+"'",he);var Ve=Se[0];return/^[0-9a-f]{6}$/i.test(Ve)&&(Ve="#"+Ve),{type:"color-token",mode:this.mode,color:Ve}},W.parseSizeGroup=function(te){var he,Se=!1;if(!te&&this.fetch().text!=="{"?he=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):he=this.parseStringGroup("size",te),!he)return null;!te&&he.text.length===0&&(he.text="0pt",Se=!0);var Ve=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(he.text);if(!Ve)throw new o("Invalid size: '"+he.text+"'",he);var Et={number:+(Ve[1]+Ve[2]),unit:Ve[3]};if(!da(Et))throw new o("Invalid unit: '"+Et.unit+"'",he);return{type:"size",mode:this.mode,value:Et,isBlank:Se}},W.parseUrlGroup=function(te,he){this.gullet.lexer.setCatcode("%",13);var Se=this.parseStringGroup("url",te,!0);if(this.gullet.lexer.setCatcode("%",14),!Se)return null;var Ve=Se.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:Ve}},W.parseGroup=function(te,he,Se,Ve,Et,Wt){var cr=this.mode;Et&&this.switchMode(Et),Wt&&this.consumeSpaces();var Tr=this.fetch(),Yr=Tr.text,dn;if(he?Yr==="[":Yr==="{"||Yr==="\\begingroup"){this.consume();var On=Ke.endOfGroup[Yr];this.gullet.beginGroup();var Wn=this.parseExpression(!1,On),qn=this.fetch();this.expect(On),this.gullet.endGroup(),dn={type:"ordgroup",mode:this.mode,loc:l.range(Tr,qn),body:Wn,semisimple:Yr==="\\begingroup"||void 0}}else if(he)dn=null;else if(dn=this.parseFunction(Ve,te,Se)||this.parseSymbol(),dn==null&&Yr[0]==="\\"&&!Zt.hasOwnProperty(Yr)){if(this.settings.throwOnError)throw new o("Undefined control sequence: "+Yr,Tr);dn=this.formatUnsupportedCmd(Yr),this.consume()}return Et&&this.switchMode(cr),dn},W.formLigatures=function(te){for(var he=te.length-1,Se=0;Se<he;++Se){var Ve=te[Se],Et=Ve.text;Et==="-"&&te[Se+1].text==="-"&&(Se+1<he&&te[Se+2].text==="-"?(te.splice(Se,3,{type:"textord",mode:"text",loc:l.range(Ve,te[Se+2]),text:"---"}),he-=2):(te.splice(Se,2,{type:"textord",mode:"text",loc:l.range(Ve,te[Se+1]),text:"--"}),he-=1)),(Et==="'"||Et==="`")&&te[Se+1].text===Et&&(te.splice(Se,2,{type:"textord",mode:"text",loc:l.range(Ve,te[Se+1]),text:Et+Et}),he-=1)}},W.parseSymbol=function(){var te=this.fetch(),he=te.text;if(/^\\verb[^a-zA-Z]/.test(he)){this.consume();var Se=he.slice(5),Ve=Se.charAt(0)==="*";if(Ve&&(Se=Se.slice(1)),Se.length<2||Se.charAt(0)!==Se.slice(-1))throw new o(`\\verb assertion failed --
please report what input caused this bug`);return Se=Se.slice(1,-1),{type:"verb",mode:"text",body:Se,star:Ve}}rn.hasOwnProperty(he[0])&&!Te[this.mode][he[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+he[0]+'" used in math mode',te),he=rn[he[0]]+he.substr(1));var Et=Ro.exec(he);Et&&(he=he.substring(0,Et.index),he==="i"?he="\u0131":he==="j"&&(he="\u0237"));var Wt;if(Te[this.mode][he]){this.settings.strict&&this.mode==="math"&&jn.indexOf(he)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+he[0]+'" used in math mode',te);var cr=Te[this.mode][he].group,Tr=l.range(te),Yr;if(Ot.hasOwnProperty(cr)){var dn=cr;Yr={type:"atom",mode:this.mode,family:dn,loc:Tr,text:he}}else Yr={type:cr,mode:this.mode,loc:Tr,text:he};Wt=Yr}else if(he.charCodeAt(0)>=128)this.settings.strict&&(Ee(he.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+he[0]+'" used in math mode',te):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+he[0]+'"'+(" ("+he.charCodeAt(0)+")"),te)),Wt={type:"textord",mode:"text",loc:l.range(te),text:he};else return null;if(this.consume(),Et)for(var On=0;On<Et[0].length;On++){var Wn=Et[0][On];if(!Or[Wn])throw new o("Unknown accent ' "+Wn+"'",te);var qn=Or[Wn][this.mode];if(!qn)throw new o("Accent "+Wn+" unsupported in "+this.mode+" mode",te);Wt={type:"accent",mode:this.mode,loc:l.range(te),label:qn,isStretchy:!1,isShifty:!0,base:Wt}}return Wt},Ke}();_n.endOfExpression=["}","\\endgroup","\\end","\\right","&"],_n.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},_n.SUPSUB_GREEDINESS=1;var li=function(W,Q){if(!(typeof W=="string"||W instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var te=new _n(W,Q);delete te.gullet.macros.current["\\df@tag"];var he=te.parse();if(te.gullet.macros.get("\\df@tag")){if(!Q.displayMode)throw new o("\\tag works only in display equations");te.gullet.feed("\\df@tag"),he=[{type:"tag",mode:"text",body:he,tag:te.parse()}]}return he},Vi=li,yo=function(W,Q,te){Q.textContent="";var he=Qa(W,te).toNode();Q.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."),yo=function(){throw new o("KaTeX doesn't work in quirks mode.")});var ha=function(W,Q){var te=Qa(W,Q).toMarkup();return te},us=function(W,Q){var te=new I(Q);return Vi(W,te)},Va=function(W,Q,te){if(te.throwOnError||!(W instanceof o))throw W;var he=vr.makeSpan(["katex-error"],[new Oe(Q)]);return he.setAttribute("title",W.toString()),he.setAttribute("style","color:"+te.errorColor),he},Qa=function(W,Q){var te=new I(Q);try{var he=Vi(W,te);return Go(he,W,te)}catch(Se){return Va(Se,W,te)}},vu=function(W,Q){var te=new I(Q);try{var he=Vi(W,te);return du(he,W,te)}catch(Se){return Va(Se,W,te)}},gu={version:"0.11.1",render:yo,renderToString:ha,ParseError:o,__parse:us,__renderToDomTree:Qa,__renderToHTMLTree:vu,__setFontMetrics:tt,__defineSymbol:ce,__defineMacro:Vt,__domTree:{Span:at,Anchor:Xe,SymbolNode:Oe,SvgNode:Ge,PathNode:et,LineNode:Qe}},_u=e.default=gu}]).default})},79955:function(d,g,e){var r=e(65812),i=e(87e3),l=e(66198),c=e(64800),f=e(8602);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},53110:function(d,g,e){var r=e(62238),i=e(65652),l=e(75965),c=e(83895),f=e(43475);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},25281:function(d,g,e){var r=e(93454),i=e(40911),l=r(i,"Map");d.exports=l},97800:function(d,g,e){var r=e(91642),i=e(71646),l=e(70200),c=e(85304),f=e(57862);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},26163:function(d,g,e){var r=e(53110),i=e(83214),l=e(52806),c=e(52032),f=e(51118),o=e(36321);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},33140:function(d,g,e){var r=e(40911),i=r.Symbol;d.exports=i},85015:function(d,g,e){var r=e(40911),i=r.Uint8Array;d.exports=i},33546:function(d){function g(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=g},91762:function(d,g,e){var r=e(16564),i=e(30516),l=e(41594),c=e(33636),f=e(65068),o=e(53745),h=Object.prototype,u=h.hasOwnProperty;function a(x,p){var y=l(x),m=!y&&i(x),b=!y&&!m&&c(x),A=!y&&!m&&!b&&o(x),k=y||m||b||A,R=k?r(x.length,String):[],S=R.length;for(var I in x)(p||u.call(x,I))&&!(k&&(I=="length"||b&&(I=="offset"||I=="parent")||A&&(I=="buffer"||I=="byteLength"||I=="byteOffset")||f(I,S)))&&R.push(I);return R}d.exports=a},25538:function(d,g,e){var r=e(67109),i=e(83914);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},78436:function(d,g,e){var r=e(67109),i=e(83914),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},82249:function(d,g,e){var r=e(83914);function i(l,c){for(var f=l.length;f--;)if(r(l[f][0],c))return f;return-1}d.exports=i},67109:function(d,g,e){var r=e(49962);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},93511:function(d,g,e){var r=e(71721),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},43294:function(d,g,e){var r=e(78323),i=r();d.exports=i},17325:function(d,g,e){var r=e(33140),i=e(84723),l=e(92631),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},3841:function(d,g,e){var r=e(17325),i=e(71161),l="[object Arguments]";function c(f){return i(f)&&r(f)==l}d.exports=c},64023:function(d,g,e){var r=e(92581),i=e(42469),l=e(71721),c=e(89614),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},61651:function(d,g,e){var r=e(17325),i=e(41199),l=e(71161),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]",A="[object String]",k="[object WeakMap]",R="[object ArrayBuffer]",S="[object DataView]",I="[object Float32Array]",M="[object Float64Array]",B="[object Int8Array]",N="[object Int16Array]",K="[object Int32Array]",G="[object Uint8Array]",H="[object Uint8ClampedArray]",ae="[object Uint16Array]",ie="[object Uint32Array]",ue={};ue[I]=ue[M]=ue[B]=ue[N]=ue[K]=ue[G]=ue[H]=ue[ae]=ue[ie]=!0,ue[c]=ue[f]=ue[R]=ue[o]=ue[S]=ue[h]=ue[u]=ue[a]=ue[x]=ue[p]=ue[y]=ue[m]=ue[b]=ue[A]=ue[k]=!1;function X(Y){return l(Y)&&i(Y.length)&&!!ue[r(Y)]}d.exports=X},54193:function(d,g,e){var r=e(71721),i=e(46024),l=e(54229),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},37111:function(d,g,e){var r=e(26163),i=e(25538),l=e(43294),c=e(55112),f=e(71721),o=e(331),h=e(10943);function u(a,x,p,y,m){a!==x&&l(x,function(b,A){if(m||(m=new r),f(b))c(a,x,A,p,u,y,m);else{var k=y?y(h(a,A),b,A+"",a,x,m):void 0;k===void 0&&(k=b),i(a,A,k)}},o)}d.exports=u},55112:function(d,g,e){var r=e(25538),i=e(6151),l=e(89577),c=e(63272),f=e(71349),o=e(30516),h=e(41594),u=e(20577),a=e(33636),x=e(92581),p=e(71721),y=e(29538),m=e(53745),b=e(10943),A=e(8416);function k(R,S,I,M,B,N,K){var G=b(R,I),H=b(S,I),ae=K.get(H);if(ae){r(R,I,ae);return}var ie=N?N(G,H,I+"",R,S,K):void 0,ue=ie===void 0;if(ue){var X=h(H),Y=!X&&a(H),$=!X&&!Y&&m(H);ie=H,X||Y||$?h(G)?ie=G:u(G)?ie=c(G):Y?(ue=!1,ie=i(H,!0)):$?(ue=!1,ie=l(H,!0)):ie=[]:y(H)||o(H)?(ie=G,o(G)?ie=A(G):(!p(G)||x(G))&&(ie=f(H))):ue=!1}ue&&(K.set(H,ie),B(ie,H,M,N,K),K.delete(H)),r(R,I,ie)}d.exports=k},2440:function(d,g,e){var r=e(44525),i=e(9291),l=e(48815);function c(f,o){return l(i(f,o,r),f+"")}d.exports=c},57916:function(d,g,e){var r=e(46221),i=e(49962),l=e(44525),c=i?function(f,o){return i(f,"toString",{configurable:!0,enumerable:!1,value:r(o),writable:!0})}:l;d.exports=c},16564:function(d){function g(e,r){for(var i=-1,l=Array(e);++i<e;)l[i]=r(i);return l}d.exports=g},82230:function(d){function g(e){return function(r){return e(r)}}d.exports=g},507:function(d,g,e){var r=e(85015);function i(l){var c=new l.constructor(l.byteLength);return new r(c).set(new r(l)),c}d.exports=i},6151:function(d,g,e){d=e.nmd(d);var r=e(40911),i=g&&!g.nodeType&&g,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},89577:function(d,g,e){var r=e(507);function i(l,c){var f=c?r(l.buffer):l.buffer;return new l.constructor(f,l.byteOffset,l.length)}d.exports=i},63272:function(d){function g(e,r){var i=-1,l=e.length;for(r||(r=Array(l));++i<l;)r[i]=e[i];return r}d.exports=g},39408:function(d,g,e){var r=e(78436),i=e(67109);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},4377:function(d,g,e){var r=e(40911),i=r["__core-js_shared__"];d.exports=i},94792:function(d,g,e){var r=e(2440),i=e(20688);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},78323:function(d){function g(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=g},49962:function(d,g,e){var r=e(93454),i=function(){try{var l=r(Object,"defineProperty");return l({},"",{}),l}catch(c){}}();d.exports=i},89413:function(d,g,e){var r=typeof e.g=="object"&&e.g&&e.g.Object===Object&&e.g;d.exports=r},27856:function(d,g,e){var r=e(99595);function i(l,c){var f=l.__data__;return r(c)?f[typeof c=="string"?"string":"hash"]:f.map}d.exports=i},93454:function(d,g,e){var r=e(64023),i=e(31094);function l(c,f){var o=i(c,f);return r(o)?o:void 0}d.exports=l},13530:function(d,g,e){var r=e(1276),i=r(Object.getPrototypeOf,Object);d.exports=i},84723:function(d,g,e){var r=e(33140),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},31094:function(d){function g(e,r){return e==null?void 0:e[r]}d.exports=g},65812:function(d,g,e){var r=e(60865);function i(){this.__data__=r?r(null):{},this.size=0}d.exports=i},87e3:function(d){function g(e){var r=this.has(e)&&delete this.__data__[e];return this.size-=r?1:0,r}d.exports=g},66198:function(d,g,e){var r=e(60865),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},64800:function(d,g,e){var r=e(60865),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},8602:function(d,g,e){var r=e(60865),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},71349:function(d,g,e){var r=e(93511),i=e(13530),l=e(46024);function c(f){return typeof f.constructor=="function"&&!l(f)?r(i(f)):{}}d.exports=c},65068:function(d){var g=9007199254740991,e=/^(?:0|[1-9]\d*)$/;function r(i,l){var c=typeof i;return l=l==null?g:l,!!l&&(c=="number"||c!="symbol"&&e.test(i))&&i>-1&&i%1==0&&i<l}d.exports=r},20688:function(d,g,e){var r=e(83914),i=e(9015),l=e(65068),c=e(71721);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},99595:function(d){function g(e){var r=typeof e;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?e!=="__proto__":e===null}d.exports=g},42469:function(d,g,e){var r=e(4377),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},46024:function(d){var g=Object.prototype;function e(r){var i=r&&r.constructor,l=typeof i=="function"&&i.prototype||g;return r===l}d.exports=e},62238:function(d){function g(){this.__data__=[],this.size=0}d.exports=g},65652:function(d,g,e){var r=e(82249),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},75965:function(d,g,e){var r=e(82249);function i(l){var c=this.__data__,f=r(c,l);return f<0?void 0:c[f][1]}d.exports=i},83895:function(d,g,e){var r=e(82249);function i(l){return r(this.__data__,l)>-1}d.exports=i},43475:function(d,g,e){var r=e(82249);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},91642:function(d,g,e){var r=e(79955),i=e(53110),l=e(25281);function c(){this.size=0,this.__data__={hash:new r,map:new(l||i),string:new r}}d.exports=c},71646:function(d,g,e){var r=e(27856);function i(l){var c=r(this,l).delete(l);return this.size-=c?1:0,c}d.exports=i},70200:function(d,g,e){var r=e(27856);function i(l){return r(this,l).get(l)}d.exports=i},85304:function(d,g,e){var r=e(27856);function i(l){return r(this,l).has(l)}d.exports=i},57862:function(d,g,e){var r=e(27856);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},60865:function(d,g,e){var r=e(93454),i=r(Object,"create");d.exports=i},54229:function(d){function g(e){var r=[];if(e!=null)for(var i in Object(e))r.push(i);return r}d.exports=g},37340:function(d,g,e){d=e.nmd(d);var r=e(89413),i=g&&!g.nodeType&&g,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},92631:function(d){var g=Object.prototype,e=g.toString;function r(i){return e.call(i)}d.exports=r},1276:function(d){function g(e,r){return function(i){return e(r(i))}}d.exports=g},9291:function(d,g,e){var r=e(33546),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},40911:function(d,g,e){var r=e(89413),i=typeof self=="object"&&self&&self.Object===Object&&self,l=r||i||Function("return this")();d.exports=l},10943:function(d){function g(e,r){if(!(r==="constructor"&&typeof e[r]=="function")&&r!="__proto__")return e[r]}d.exports=g},48815:function(d,g,e){var r=e(57916),i=e(23031),l=i(r);d.exports=l},23031:function(d){var g=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>=g)return arguments[0]}else c=0;return l.apply(void 0,arguments)}}d.exports=i},83214:function(d,g,e){var r=e(53110);function i(){this.__data__=new r,this.size=0}d.exports=i},52806:function(d){function g(e){var r=this.__data__,i=r.delete(e);return this.size=r.size,i}d.exports=g},52032:function(d){function g(e){return this.__data__.get(e)}d.exports=g},51118:function(d){function g(e){return this.__data__.has(e)}d.exports=g},36321:function(d,g,e){var r=e(53110),i=e(25281),l=e(97800),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},89614:function(d){var g=Function.prototype,e=g.toString;function r(i){if(i!=null){try{return e.call(i)}catch(l){}try{return i+""}catch(l){}}return""}d.exports=r},46221:function(d){function g(e){return function(){return e}}d.exports=g},83914:function(d){function g(e,r){return e===r||e!==e&&r!==r}d.exports=g},44525:function(d){function g(e){return e}d.exports=g},30516:function(d,g,e){var r=e(3841),i=e(71161),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},41594:function(d){var g=Array.isArray;d.exports=g},9015:function(d,g,e){var r=e(92581),i=e(41199);function l(c){return c!=null&&i(c.length)&&!r(c)}d.exports=l},20577:function(d,g,e){var r=e(9015),i=e(71161);function l(c){return i(c)&&r(c)}d.exports=l},33636:function(d,g,e){d=e.nmd(d);var r=e(40911),i=e(75374),l=g&&!g.nodeType&&g,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},92581:function(d,g,e){var r=e(17325),i=e(71721),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},41199:function(d){var g=9007199254740991;function e(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=g}d.exports=e},71721:function(d){function g(e){var r=typeof e;return e!=null&&(r=="object"||r=="function")}d.exports=g},71161:function(d){function g(e){return e!=null&&typeof e=="object"}d.exports=g},29538:function(d,g,e){var r=e(17325),i=e(13530),l=e(71161),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},53745:function(d,g,e){var r=e(61651),i=e(82230),l=e(37340),c=l&&l.isTypedArray,f=c?i(c):r;d.exports=f},331:function(d,g,e){var r=e(91762),i=e(54193),l=e(9015);function c(f){return l(f)?r(f,!0):i(f)}d.exports=c},78267:function(d,g,e){d=e.nmd(d);var r;(function(){var i,l="4.17.23",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,A=2,k=1,R=2,S=4,I=8,M=16,B=32,N=64,K=128,G=256,H=512,ae=30,ie="...",ue=800,X=16,Y=1,$=2,se=3,ee=1/0,J=9007199254740991,le=17976931348623157e292,Z=NaN,U=4294967295,ne=U-1,me=U>>>1,Ee=[["ary",K],["bind",k],["bindKey",R],["curry",I],["curryRight",M],["flip",H],["partial",B],["partialRight",N],["rearg",G]],Pe="[object Arguments]",We="[object Array]",Fe="[object AsyncFunction]",Lt="[object Boolean]",mt="[object Date]",wt="[object DOMException]",Gt="[object Error]",Ft="[object Function]",nr="[object GeneratorFunction]",Ne="[object Map]",ht="[object Number]",Rt="[object Null]",Je="[object Object]",ct="[object Promise]",at="[object Proxy]",Xe="[object RegExp]",Ze="[object Set]",ye="[object String]",Oe="[object Symbol]",Ge="[object Undefined]",et="[object WeakMap]",Qe="[object WeakSet]",St="[object ArrayBuffer]",Ct="[object DataView]",lr="[object Float32Array]",or="[object Float64Array]",Me="[object Int8Array]",tt="[object Int16Array]",Qt="[object Int32Array]",rt="[object Uint8Array]",Mt="[object Uint8ClampedArray]",Ot="[object Uint16Array]",Jt="[object Uint32Array]",Ut=/\b__p \+= '';/g,Te=/\b(__p \+=) '' \+/g,ce=/(__e\(.*?\)|\b__t\)) \+\n'';/g,pe=/&(?:amp|lt|gt|quot|#39);/g,At=/[&<>"']/g,Ae=RegExp(pe.source),ut=RegExp(At.source),$t=/<%-([\s\S]+?)%>/g,yt=/<%([\s\S]+?)%>/g,Ce=/<%=([\s\S]+?)%>/g,_t=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ue=/^\w*$/,xe=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,dt=/[\\^$.*+?()[\]{}|]/g,Dt=RegExp(dt.source),Be=/^\s+/,Dr=/\s/,vt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,qr=/\{\n\/\* \[wrapped with (.+)\] \*/,sn=/,? & /,zt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,er=/[()=,{}\[\]\/\s]/,Bt=/\\(\\)?/g,Yt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,wr=/\w*$/,Ir=/^[-+]0x[0-9a-f]+$/i,Pt=/^0b[01]+$/i,Kt=/^\[object .+?Constructor\]$/,jt=/^0o[0-7]+$/i,qt=/^(?:0|[1-9]\d*)$/,yr=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Qr=/($^)/,Hr=/['\n\r\u2028\u2029\\]/g,jn="\\ud800-\\udfff",En="\\u0300-\\u036f",Yn="\\ufe20-\\ufe2f",Tt="\\u20d0-\\u20ff",Vr=En+Yn+Tt,ii="\\u2700-\\u27bf",Bi="a-z\\xdf-\\xf6\\xf8-\\xff",$n="\\xac\\xb1\\xd7\\xf7",ci="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Di="\\u2000-\\u206f",Gi=" \\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",Pi="A-Z\\xc0-\\xd6\\xd8-\\xde",Ui="\\ufe0e\\ufe0f",da=$n+ci+Di+Gi,sa="['\u2019]",Ji="["+jn+"]",vi="["+da+"]",$i="["+Vr+"]",Ia="\\d+",bt="["+ii+"]",wa="["+Bi+"]",Ki="[^"+jn+da+Ia+ii+Bi+Pi+"]",gi="\\ud83c[\\udffb-\\udfff]",ka="(?:"+$i+"|"+gi+")",Yi="[^"+jn+"]",Jn="(?:\\ud83c[\\udde6-\\uddff]){2}",zn="[\\ud800-\\udbff][\\udc00-\\udfff]",we="["+Pi+"]",it="\\u200d",qe="(?:"+wa+"|"+Ki+")",It="(?:"+we+"|"+Ki+")",lt="(?:"+sa+"(?:d|ll|m|re|s|t|ve))?",dr="(?:"+sa+"(?:D|LL|M|RE|S|T|VE))?",pr=ka+"?",Cr="["+Ui+"]?",zr="(?:"+it+"(?:"+[Yi,Jn,zn].join("|")+")"+Cr+pr+")*",Jr="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Nr="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Cn=Cr+pr+zr,vr="(?:"+[bt,Jn,zn].join("|")+")"+Cn,Fn="(?:"+[Yi+$i+"?",$i,Jn,zn,Ji].join("|")+")",Qn=RegExp(sa,"g"),$e=RegExp($i,"g"),ft=RegExp(gi+"(?="+gi+")|"+Fn+Cn,"g"),_e=RegExp([we+"?"+wa+"+"+lt+"(?="+[vi,we,"$"].join("|")+")",It+"+"+dr+"(?="+[vi,we+qe,"$"].join("|")+")",we+"?"+qe+"+"+lt,we+"+"+dr,Nr,Jr,Ia,vr].join("|"),"g"),sr=RegExp("["+it+jn+Vr+Ui+"]"),ir=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Rr=["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"],Gr=-1,Wr={};Wr[lr]=Wr[or]=Wr[Me]=Wr[tt]=Wr[Qt]=Wr[rt]=Wr[Mt]=Wr[Ot]=Wr[Jt]=!0,Wr[Pe]=Wr[We]=Wr[St]=Wr[Lt]=Wr[Ct]=Wr[mt]=Wr[Gt]=Wr[Ft]=Wr[Ne]=Wr[ht]=Wr[Je]=Wr[Xe]=Wr[Ze]=Wr[ye]=Wr[et]=!1;var hn={};hn[Pe]=hn[We]=hn[St]=hn[Ct]=hn[Lt]=hn[mt]=hn[lr]=hn[or]=hn[Me]=hn[tt]=hn[Qt]=hn[Ne]=hn[ht]=hn[Je]=hn[Xe]=hn[Ze]=hn[ye]=hn[Oe]=hn[rt]=hn[Mt]=hn[Ot]=hn[Jt]=!0,hn[Gt]=hn[Ft]=hn[et]=!1;var Ei={\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"},ln={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},yn={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},$r={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},kn=parseFloat,oi=parseInt,Ea=typeof e.g=="object"&&e.g&&e.g.Object===Object&&e.g,Qs=typeof self=="object"&&self&&self.Object===Object&&self,Ba=Ea||Qs||Function("return this")(),Ws=g&&!g.nodeType&&g,Ns=Ws&&!0&&d&&!d.nodeType&&d,ls=Ns&&Ns.exports===Ws,co=ls&&Ea.process,Ta=function(){try{var mr=Ns&&Ns.require&&Ns.require("util").types;return mr||co&&co.binding&&co.binding("util")}catch(Mr){}}(),Ds=Ta&&Ta.isArrayBuffer,vs=Ta&&Ta.isDate,mo=Ta&&Ta.isMap,ta=Ta&&Ta.isRegExp,to=Ta&&Ta.isSet,No=Ta&&Ta.isTypedArray;function Na(mr,Mr,Br){switch(Br.length){case 0:return mr.call(Mr);case 1:return mr.call(Mr,Br[0]);case 2:return mr.call(Mr,Br[0],Br[1]);case 3:return mr.call(Mr,Br[0],Br[1],Br[2])}return mr.apply(Mr,Br)}function Hs(mr,Mr,Br,Tn){for(var Pn=-1,si=mr==null?0:mr.length;++Pn<si;){var Si=mr[Pn];Mr(Tn,Si,Br(Si),mr)}return Tn}function di(mr,Mr){for(var Br=-1,Tn=mr==null?0:mr.length;++Br<Tn&&Mr(mr[Br],Br,mr)!==!1;);return mr}function ro(mr,Mr){for(var Br=mr==null?0:mr.length;Br--&&Mr(mr[Br],Br,mr)!==!1;);return mr}function Rn(mr,Mr){for(var Br=-1,Tn=mr==null?0:mr.length;++Br<Tn;)if(!Mr(mr[Br],Br,mr))return!1;return!0}function cs(mr,Mr){for(var Br=-1,Tn=mr==null?0:mr.length,Pn=0,si=[];++Br<Tn;){var Si=mr[Br];Mr(Si,Br,mr)&&(si[Pn++]=Si)}return si}function ks(mr,Mr){var Br=mr==null?0:mr.length;return!!Br&&Uo(mr,Mr,0)>-1}function Rs(mr,Mr,Br){for(var Tn=-1,Pn=mr==null?0:mr.length;++Tn<Pn;)if(Br(Mr,mr[Tn]))return!0;return!1}function ea(mr,Mr){for(var Br=-1,Tn=mr==null?0:mr.length,Pn=Array(Tn);++Br<Tn;)Pn[Br]=Mr(mr[Br],Br,mr);return Pn}function Ga(mr,Mr){for(var Br=-1,Tn=Mr.length,Pn=mr.length;++Br<Tn;)mr[Pn+Br]=Mr[Br];return mr}function Ni(mr,Mr,Br,Tn){var Pn=-1,si=mr==null?0:mr.length;for(Tn&&si&&(Br=mr[++Pn]);++Pn<si;)Br=Mr(Br,mr[Pn],Pn,mr);return Br}function Ls(mr,Mr,Br,Tn){var Pn=mr==null?0:mr.length;for(Tn&&Pn&&(Br=mr[--Pn]);Pn--;)Br=Mr(Br,mr[Pn],Pn,mr);return Br}function xo(mr,Mr){for(var Br=-1,Tn=mr==null?0:mr.length;++Br<Tn;)if(Mr(mr[Br],Br,mr))return!0;return!1}var jo=pi("length");function Go(mr){return mr.split("")}function du(mr){return mr.match(zt)||[]}function hu(mr,Mr,Br){var Tn;return Br(mr,function(Pn,si,Si){if(Mr(Pn,si,Si))return Tn=si,!1}),Tn}function go(mr,Mr,Br,Tn){for(var Pn=mr.length,si=Br+(Tn?1:-1);Tn?si--:++si<Pn;)if(Mr(mr[si],si,mr))return si;return-1}function Uo(mr,Mr,Br){return Mr===Mr?rr(mr,Mr,Br):go(mr,Yo,Br)}function So(mr,Mr,Br,Tn){for(var Pn=Br-1,si=mr.length;++Pn<si;)if(Tn(mr[Pn],Mr))return Pn;return-1}function Yo(mr){return mr!==mr}function $o(mr,Mr){var Br=mr==null?0:mr.length;return Br?is(mr,Mr)/Br:Z}function pi(mr){return function(Mr){return Mr==null?i:Mr[mr]}}function _i(mr){return function(Mr){return mr==null?i:mr[Mr]}}function es(mr,Mr,Br,Tn,Pn){return Pn(mr,function(si,Si,Gn){Br=Tn?(Tn=!1,si):Mr(Br,si,Si,Gn)}),Br}function ds(mr,Mr){var Br=mr.length;for(mr.sort(Mr);Br--;)mr[Br]=mr[Br].value;return mr}function is(mr,Mr){for(var Br,Tn=-1,Pn=mr.length;++Tn<Pn;){var si=Mr(mr[Tn]);si!==i&&(Br=Br===i?si:Br+si)}return Br}function Ha(mr,Mr){for(var Br=-1,Tn=Array(mr);++Br<mr;)Tn[Br]=Mr(Br);return Tn}function gs(mr,Mr){return ea(Mr,function(Br){return[Br,mr[Br]]})}function Ko(mr){return mr&&mr.slice(0,Ar(mr)+1).replace(Be,"")}function Ss(mr){return function(Mr){return mr(Mr)}}function nu(mr,Mr){return ea(Mr,function(Br){return mr[Br]})}function pu(mr,Mr){return mr.has(Mr)}function Uu(mr,Mr){for(var Br=-1,Tn=mr.length;++Br<Tn&&Uo(Mr,mr[Br],0)>-1;);return Br}function rl(mr,Mr){for(var Br=mr.length;Br--&&Uo(Mr,mr[Br],0)>-1;);return Br}function nl(mr,Mr){for(var Br=mr.length,Tn=0;Br--;)mr[Br]===Mr&&++Tn;return Tn}var fo=_i(Ei),Do=_i(ln);function Ao(mr){return"\\"+$r[mr]}function Gu(mr,Mr){return mr==null?i:mr[Mr]}function Xs(mr){return sr.test(mr)}function $u(mr){return ir.test(mr)}function Cu(mr){for(var Mr,Br=[];!(Mr=mr.next()).done;)Br.push(Mr.value);return Br}function iu(mr){var Mr=-1,Br=Array(mr.size);return mr.forEach(function(Tn,Pn){Br[++Mr]=[Pn,Tn]}),Br}function mu(mr,Mr){return function(Br){return mr(Mr(Br))}}function Co(mr,Mr){for(var Br=-1,Tn=mr.length,Pn=0,si=[];++Br<Tn;){var Si=mr[Br];(Si===Mr||Si===x)&&(mr[Br]=x,si[Pn++]=Br)}return si}function au(mr){var Mr=-1,Br=Array(mr.size);return mr.forEach(function(Tn){Br[++Mr]=Tn}),Br}function su(mr){var Mr=-1,Br=Array(mr.size);return mr.forEach(function(Tn){Br[++Mr]=[Tn,Tn]}),Br}function rr(mr,Mr,Br){for(var Tn=Br-1,Pn=mr.length;++Tn<Pn;)if(mr[Tn]===Mr)return Tn;return-1}function _r(mr,Mr,Br){for(var Tn=Br+1;Tn--;)if(mr[Tn]===Mr)return Tn;return Tn}function hr(mr){return Xs(mr)?Hn(mr):jo(mr)}function gr(mr){return Xs(mr)?Ln(mr):Go(mr)}function Ar(mr){for(var Mr=mr.length;Mr--&&Dr.test(mr.charAt(Mr)););return Mr}var bn=_i(yn);function Hn(mr){for(var Mr=ft.lastIndex=0;ft.test(mr);)++Mr;return Mr}function Ln(mr){return mr.match(ft)||[]}function Zn(mr){return mr.match(_e)||[]}var ai=function mr(Mr){Mr=Mr==null?Ba:ei.defaults(Ba.Object(),Mr,ei.pick(Ba,Rr));var Br=Mr.Array,Tn=Mr.Date,Pn=Mr.Error,si=Mr.Function,Si=Mr.Math,Gn=Mr.Object,ra=Mr.RegExp,zi=Mr.String,Ai=Mr.TypeError,xt=Br.prototype,Xn=si.prototype,na=Gn.prototype,hs=Mr["__core-js_shared__"],Gs=Xn.toString,on=na.hasOwnProperty,To=0,no=function(){var E=/[^.]+$/.exec(hs&&hs.keys&&hs.keys.IE_PROTO||"");return E?"Symbol(src)_1."+E:""}(),as=na.toString,io=Gs.call(Gn),zo=Ba._,ss=ra("^"+Gs.call(on).replace(dt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ps=ls?Mr.Buffer:i,ja=Mr.Symbol,fs=Mr.Uint8Array,Ye=ps?ps.allocUnsafe:i,Ie=mu(Gn.getPrototypeOf,Gn),Nt=Gn.create,gt=na.propertyIsEnumerable,Er=xt.splice,Fr=ja?ja.isConcatSpreadable:i,Kr=ja?ja.iterator:i,xn=ja?ja.toStringTag:i,fn=function(){try{var E=ns(Gn,"defineProperty");return E({},"",{}),E}catch(F){}}(),An=Mr.clearTimeout!==Ba.clearTimeout&&Mr.clearTimeout,ti=Tn&&Tn.now!==Ba.Date.now&&Tn.now,ni=Mr.setTimeout!==Ba.setTimeout&&Mr.setTimeout,mi=Si.ceil,Ci=Si.floor,ma=Gn.getOwnPropertySymbols,Zi=ps?ps.isBuffer:i,ki=Mr.isFinite,Oa=xt.join,Ii=mu(Gn.keys,Gn),hi=Si.max,ba=Si.min,_o=Tn.now,va=Mr.parseInt,_s=Si.random,xa=xt.reverse,ys=ns(Mr,"DataView"),bs=ns(Mr,"Map"),La=ns(Mr,"Promise"),ts=ns(Mr,"Set"),js=ns(Mr,"WeakMap"),ao=ns(Gn,"create"),xs=js&&new js,ji={},ko=Ca(ys),Ro=Ca(bs),Us=Ca(La),rs=Ca(ts),os=Ca(js),vo=ja?ja.prototype:i,$a=vo?vo.valueOf:i,Vt=vo?vo.toString:i;function kt(E){if(ru(E)&&!pa(E)&&!(E instanceof wn)){if(E instanceof vn)return E;if(on.call(E,"__wrapped__"))return Fs(E)}return new vn(E)}var Ka=function(){function E(){}return function(F){if(!Bo(F))return{};if(Nt)return Nt(F);E.prototype=F;var fe=new E;return E.prototype=i,fe}}();function zs(){}function vn(E,F){this.__wrapped__=E,this.__actions__=[],this.__chain__=!!F,this.__index__=0,this.__values__=i}kt.templateSettings={escape:$t,evaluate:yt,interpolate:Ce,variable:"",imports:{_:kt}},kt.prototype=zs.prototype,kt.prototype.constructor=kt,vn.prototype=Ka(zs.prototype),vn.prototype.constructor=vn;function wn(E){this.__wrapped__=E,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=U,this.__views__=[]}function He(){var E=new wn(this.__wrapped__);return E.__actions__=lu(this.__actions__),E.__dir__=this.__dir__,E.__filtered__=this.__filtered__,E.__iteratees__=lu(this.__iteratees__),E.__takeCount__=this.__takeCount__,E.__views__=lu(this.__views__),E}function Zt(){if(this.__filtered__){var E=new wn(this);E.__dir__=-1,E.__filtered__=!0}else E=this.clone(),E.__dir__*=-1;return E}function xr(){var E=this.__wrapped__.value(),F=this.__dir__,fe=pa(E),Le=F<0,pt=fe?E.length:0,tr=qc(0,pt,this.__views__),br=tr.start,Lr=tr.end,tn=Lr-br,Bn=Le?Lr:br-1,Nn=this.__iteratees__,Vn=Nn.length,Mi=0,ya=ba(tn,this.__takeCount__);if(!fe||!Le&&pt==tn&&ya==tn)return Kc(E,this.__actions__);var Za=[];e:for(;tn--&&Mi<ya;){Bn+=F;for(var Os=-1,Wa=E[Bn];++Os<Vn;){var Ys=Nn[Os],eo=Ys.iteratee,Tc=Ys.type,Vl=eo(Wa);if(Tc==$)Wa=Vl;else if(!Vl){if(Tc==Y)continue e;break e}}Za[Mi++]=Wa}return Za}wn.prototype=Ka(zs.prototype),wn.prototype.constructor=wn;function Or(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Le=E[F];this.set(Le[0],Le[1])}}function rn(){this.__data__=ao?ao(null):{},this.size=0}function _n(E){var F=this.has(E)&&delete this.__data__[E];return this.size-=F?1:0,F}function li(E){var F=this.__data__;if(ao){var fe=F[E];return fe===u?i:fe}return on.call(F,E)?F[E]:i}function Vi(E){var F=this.__data__;return ao?F[E]!==i:on.call(F,E)}function yo(E,F){var fe=this.__data__;return this.size+=this.has(E)?0:1,fe[E]=ao&&F===i?u:F,this}Or.prototype.clear=rn,Or.prototype.delete=_n,Or.prototype.get=li,Or.prototype.has=Vi,Or.prototype.set=yo;function ha(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Le=E[F];this.set(Le[0],Le[1])}}function us(){this.__data__=[],this.size=0}function Va(E){var F=this.__data__,fe=Ts(F,E);if(fe<0)return!1;var Le=F.length-1;return fe==Le?F.pop():Er.call(F,fe,1),--this.size,!0}function Qa(E){var F=this.__data__,fe=Ts(F,E);return fe<0?i:F[fe][1]}function vu(E){return Ts(this.__data__,E)>-1}function gu(E,F){var fe=this.__data__,Le=Ts(fe,E);return Le<0?(++this.size,fe.push([E,F])):fe[Le][1]=F,this}ha.prototype.clear=us,ha.prototype.delete=Va,ha.prototype.get=Qa,ha.prototype.has=vu,ha.prototype.set=gu;function _u(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Le=E[F];this.set(Le[0],Le[1])}}function Ke(){this.size=0,this.__data__={hash:new Or,map:new(bs||ha),string:new Or}}function W(E){var F=qa(this,E).delete(E);return this.size-=F?1:0,F}function Q(E){return qa(this,E).get(E)}function te(E){return qa(this,E).has(E)}function he(E,F){var fe=qa(this,E),Le=fe.size;return fe.set(E,F),this.size+=fe.size==Le?0:1,this}_u.prototype.clear=Ke,_u.prototype.delete=W,_u.prototype.get=Q,_u.prototype.has=te,_u.prototype.set=he;function Se(E){var F=-1,fe=E==null?0:E.length;for(this.__data__=new _u;++F<fe;)this.add(E[F])}function Ve(E){return this.__data__.set(E,u),this}function Et(E){return this.__data__.has(E)}Se.prototype.add=Se.prototype.push=Ve,Se.prototype.has=Et;function Wt(E){var F=this.__data__=new ha(E);this.size=F.size}function cr(){this.__data__=new ha,this.size=0}function Tr(E){var F=this.__data__,fe=F.delete(E);return this.size=F.size,fe}function Yr(E){return this.__data__.get(E)}function dn(E){return this.__data__.has(E)}function On(E,F){var fe=this.__data__;if(fe instanceof ha){var Le=fe.__data__;if(!bs||Le.length<c-1)return Le.push([E,F]),this.size=++fe.size,this;fe=this.__data__=new _u(Le)}return fe.set(E,F),this.size=fe.size,this}Wt.prototype.clear=cr,Wt.prototype.delete=Tr,Wt.prototype.get=Yr,Wt.prototype.has=dn,Wt.prototype.set=On;function Wn(E,F){var fe=pa(E),Le=!fe&&fu(E),pt=!fe&&!Le&&jc(E),tr=!fe&&!Le&&!pt&&rd(E),br=fe||Le||pt||tr,Lr=br?Ha(E.length,zi):[],tn=Lr.length;for(var Bn in E)(F||on.call(E,Bn))&&!(br&&(Bn=="length"||pt&&(Bn=="offset"||Bn=="parent")||tr&&(Bn=="buffer"||Bn=="byteLength"||Bn=="byteOffset")||Vo(Bn,tn)))&&Lr.push(Bn);return Lr}function qn(E){var F=E.length;return F?E[Ku(0,F-1)]:i}function Ri(E,F){return Xi(lu(E),Wi(F,0,E.length))}function Fi(E){return Xi(lu(E))}function ia(E,F,fe){(fe!==i&&!Es(E[F],fe)||fe===i&&!(F in E))&&Da(E,F,fe)}function Sa(E,F,fe){var Le=E[F];(!(on.call(E,F)&&Es(Le,fe))||fe===i&&!(F in E))&&Da(E,F,fe)}function Ts(E,F){for(var fe=E.length;fe--;)if(Es(E[fe][0],F))return fe;return-1}function Ps(E,F,fe,Le){return qs(E,function(pt,tr,br){F(Le,pt,fe(pt),br)}),Le}function Ms(E,F){return E&&Vu(F,hl(F),E)}function Is(E,F){return E&&Vu(F,lc(F),E)}function Da(E,F,fe){F=="__proto__"&&fn?fn(E,F,{configurable:!0,enumerable:!0,value:fe,writable:!0}):E[F]=fe}function so(E,F){for(var fe=-1,Le=F.length,pt=Br(Le),tr=E==null;++fe<Le;)pt[fe]=tr?i:Rd(E,F[fe]);return pt}function Wi(E,F,fe){return E===E&&(fe!==i&&(E=E<=fe?E:fe),F!==i&&(E=E>=F?E:F)),E}function Pr(E,F,fe,Le,pt,tr){var br,Lr=F&p,tn=F&y,Bn=F&m;if(fe&&(br=pt?fe(E,Le,pt,tr):fe(E)),br!==i)return br;if(!Bo(E))return E;var Nn=pa(E);if(Nn){if(br=Jc(E),!Lr)return lu(E,br)}else{var Vn=Io(E),Mi=Vn==Ft||Vn==nr;if(jc(E))return _f(E,Lr);if(Vn==Je||Vn==Pe||Mi&&!pt){if(br=tn||Mi?{}:qu(E),!Lr)return tn?bc(E,Is(br,E)):yc(E,Ms(br,E))}else{if(!hn[Vn])return pt?E:{};br=Ti(E,Vn,Lr)}}tr||(tr=new Wt);var ya=tr.get(E);if(ya)return ya;tr.set(E,br),Hd(E)?E.forEach(function(Wa){br.add(Pr(Wa,F,fe,Wa,E,tr))}):$f(E)&&E.forEach(function(Wa,Ys){br.set(Ys,Pr(Wa,F,fe,Ys,E,tr))});var Za=Bn?tn?ze:ve:tn?lc:hl,Os=Nn?i:Za(E);return di(Os||E,function(Wa,Ys){Os&&(Ys=Wa,Wa=E[Ys]),Sa(br,Ys,Pr(Wa,F,fe,Ys,E,tr))}),br}function wo(E){var F=hl(E);return function(fe){return Zo(fe,E,F)}}function Zo(E,F,fe){var Le=fe.length;if(E==null)return!Le;for(E=Gn(E);Le--;){var pt=fe[Le],tr=F[pt],br=E[pt];if(br===i&&!(pt in E)||!tr(br))return!1}return!0}function bu(E,F,fe){if(typeof E!="function")throw new Ai(o);return Su(function(){E.apply(i,fe)},F)}function Zs(E,F,fe,Le){var pt=-1,tr=ks,br=!0,Lr=E.length,tn=[],Bn=F.length;if(!Lr)return tn;fe&&(F=ea(F,Ss(fe))),Le?(tr=Rs,br=!1):F.length>=c&&(tr=pu,br=!1,F=new Se(F));e:for(;++pt<Lr;){var Nn=E[pt],Vn=fe==null?Nn:fe(Nn);if(Nn=Le||Nn!==0?Nn:0,br&&Vn===Vn){for(var Mi=Bn;Mi--;)if(F[Mi]===Vn)continue e;tn.push(Nn)}else tr(F,Vn,Le)||tn.push(Nn)}return tn}var qs=Mu(Xo),zu=Mu(Wo,!0);function Yl(E,F){var fe=!0;return qs(E,function(Le,pt,tr){return fe=!!F(Le,pt,tr),fe}),fe}function bl(E,F,fe){for(var Le=-1,pt=E.length;++Le<pt;){var tr=E[Le],br=F(tr);if(br!=null&&(Lr===i?br===br&&!Cc(br):fe(br,Lr)))var Lr=br,tn=tr}return tn}function pl(E,F,fe,Le){var pt=E.length;for(fe=Cs(fe),fe<0&&(fe=-fe>pt?0:pt+fe),Le=Le===i||Le>pt?pt:Cs(Le),Le<0&&(Le+=pt),Le=fe>Le?0:$d(Le);fe<Le;)E[fe++]=F;return E}function ml(E,F){var fe=[];return qs(E,function(Le,pt,tr){F(Le,pt,tr)&&fe.push(Le)}),fe}function $s(E,F,fe,Le,pt){var tr=-1,br=E.length;for(fe||(fe=bf),pt||(pt=[]);++tr<br;){var Lr=E[tr];F>0&&fe(Lr)?F>1?$s(Lr,F-1,fe,Le,pt):Ga(pt,Lr):Le||(pt[pt.length]=Lr)}return pt}var Zu=Vc(),Tu=Vc(!0);function Xo(E,F){return E&&Zu(E,F,hl)}function Wo(E,F){return E&&Tu(E,F,hl)}function Dl(E,F){return cs(F,function(fe){return Ol(E[fe])})}function xu(E,F){F=gl(F,E);for(var fe=0,Le=F.length;E!=null&&fe<Le;)E=E[oa(F[fe++])];return fe&&fe==Le?E:i}function kl(E,F,fe){var Le=F(E);return pa(E)?Le:Ga(Le,fe(E))}function Po(E){return E==null?E===i?Ge:Rt:xn&&xn in Gn(E)?Ks(E):wf(E)}function Qo(E,F){return E>F}function il(E,F){return E!=null&&on.call(E,F)}function vl(E,F){return E!=null&&F in Gn(E)}function Pu(E,F,fe){return E>=ba(F,fe)&&E<hi(F,fe)}function Rl(E,F,fe){for(var Le=fe?Rs:ks,pt=E[0].length,tr=E.length,br=tr,Lr=Br(tr),tn=1/0,Bn=[];br--;){var Nn=E[br];br&&F&&(Nn=ea(Nn,Ss(F))),tn=ba(Nn.length,tn),Lr[br]=!fe&&(F||pt>=120&&Nn.length>=120)?new Se(br&&Nn):i}Nn=E[0];var Vn=-1,Mi=Lr[0];e:for(;++Vn<pt&&Bn.length<tn;){var ya=Nn[Vn],Za=F?F(ya):ya;if(ya=fe||ya!==0?ya:0,!(Mi?pu(Mi,Za):Le(Bn,Za,fe))){for(br=tr;--br;){var Os=Lr[br];if(!(Os?pu(Os,Za):Le(E[br],Za,fe)))continue e}Mi&&Mi.push(Za),Bn.push(ya)}}return Bn}function ui(E,F,fe,Le){return Xo(E,function(pt,tr,br){F(Le,fe(pt),tr,br)}),Le}function fc(E,F,fe){F=gl(F,E),E=Pl(E,F);var Le=E==null?E:E[oa(eu(F))];return Le==null?i:Na(Le,E,fe)}function dc(E){return ru(E)&&Po(E)==Pe}function ho(E){return ru(E)&&Po(E)==St}function zc(E){return ru(E)&&Po(E)==mt}function Iu(E,F,fe,Le,pt){return E===F?!0:E==null||F==null||!ru(E)&&!ru(F)?E!==E&&F!==F:xl(E,F,fe,Le,Iu,pt)}function xl(E,F,fe,Le,pt,tr){var br=pa(E),Lr=pa(F),tn=br?We:Io(E),Bn=Lr?We:Io(F);tn=tn==Pe?Je:tn,Bn=Bn==Pe?Je:Bn;var Nn=tn==Je,Vn=Bn==Je,Mi=tn==Bn;if(Mi&&jc(E)){if(!jc(F))return!1;br=!0,Nn=!1}if(Mi&&!Nn)return tr||(tr=new Wt),br||rd(E)?Rc(E,F,fe,Le,pt,tr):P(E,F,tn,fe,Le,pt,tr);if(!(fe&b)){var ya=Nn&&on.call(E,"__wrapped__"),Za=Vn&&on.call(F,"__wrapped__");if(ya||Za){var Os=ya?E.value():E,Wa=Za?F.value():F;return tr||(tr=new Wt),pt(Os,Wa,fe,Le,tr)}}return Mi?(tr||(tr=new Wt),D(E,F,fe,Le,pt,tr)):!1}function al(E){return ru(E)&&Io(E)==Ne}function hc(E,F,fe,Le){var pt=fe.length,tr=pt,br=!Le;if(E==null)return!tr;for(E=Gn(E);pt--;){var Lr=fe[pt];if(br&&Lr[2]?Lr[1]!==E[Lr[0]]:!(Lr[0]in E))return!1}for(;++pt<tr;){Lr=fe[pt];var tn=Lr[0],Bn=E[tn],Nn=Lr[1];if(br&&Lr[2]){if(Bn===i&&!(tn in E))return!1}else{var Vn=new Wt;if(Le)var Mi=Le(Bn,Nn,tn,E,F,Vn);if(!(Mi===i?Iu(Nn,Bn,b|A,Le,Vn):Mi))return!1}}return!0}function Lo(E){if(!Bo(E)||ic(E))return!1;var F=Ol(E)?ss:Kt;return F.test(Ca(E))}function pc(E){return ru(E)&&Po(E)==Xe}function Of(E){return ru(E)&&Io(E)==Ze}function Ll(E){return ru(E)&&Qf(E.length)&&!!Wr[Po(E)]}function mc(E){return typeof E=="function"?E:E==null?cc:typeof E=="object"?pa(E)?Mo(E[0],E[1]):El(E):n0(E)}function wl(E){if(!Tl(E))return Ii(E);var F=[];for(var fe in Gn(E))on.call(E,fe)&&fe!="constructor"&&F.push(fe);return F}function ff(E){if(!Bo(E))return Gl(E);var F=Tl(E),fe=[];for(var Le in E)Le=="constructor"&&(F||!on.call(E,Le))||fe.push(Le);return fe}function Ml(E,F){return E<F}function wu(E,F){var fe=-1,Le=tu(E)?Br(E.length):[];return qs(E,function(pt,tr,br){Le[++fe]=F(pt,tr,br)}),Le}function El(E){var F=Fo(E);return F.length==1&&F[0][2]?Bu(F[0][0],F[0][1]):function(fe){return fe===E||hc(fe,E,F)}}function Mo(E,F){return ll(E)&&xf(F)?Bu(oa(E),F):function(fe){var Le=Rd(fe,E);return Le===i&&Le===F?Ld(fe,E):Iu(F,Le,b|A)}}function Ho(E,F,fe,Le,pt){E!==F&&Zu(F,function(tr,br){if(pt||(pt=new Wt),Bo(tr))ou(E,F,br,fe,Ho,Le,pt);else{var Lr=Le?Le(Mc(E,br),tr,br+"",E,F,pt):i;Lr===i&&(Lr=tr),ia(E,br,Lr)}},lc)}function ou(E,F,fe,Le,pt,tr,br){var Lr=Mc(E,fe),tn=Mc(F,fe),Bn=br.get(tn);if(Bn){ia(E,fe,Bn);return}var Nn=tr?tr(Lr,tn,fe+"",E,F,br):i,Vn=Nn===i;if(Vn){var Mi=pa(tn),ya=!Mi&&jc(tn),Za=!Mi&&!ya&&rd(tn);Nn=tn,Mi||ya||Za?pa(Lr)?Nn=Lr:Oo(Lr)?Nn=lu(Lr):ya?(Vn=!1,Nn=_f(tn,!0)):Za?(Vn=!1,Nn=Ru(tn,!0)):Nn=[]:dd(tn)||fu(tn)?(Nn=Lr,fu(Lr)?Nn=Kd(Lr):(!Bo(Lr)||Ol(Lr))&&(Nn=qu(tn))):Vn=!1}Vn&&(br.set(tn,Nn),pt(Nn,tn,Le,tr,br),br.delete(tn)),ia(E,fe,Nn)}function Fl(E,F){var fe=E.length;if(fe)return F+=F<0?fe:0,Vo(F,fe)?E[F]:i}function Bl(E,F,fe){F.length?F=ea(F,function(tr){return pa(tr)?function(br){return xu(br,tr.length===1?tr[0]:tr)}:tr}):F=[cc];var Le=-1;F=ea(F,Ss(pn()));var pt=wu(E,function(tr,br,Lr){var tn=ea(F,function(Bn){return Bn(tr)});return{criteria:tn,index:++Le,value:tr}});return ds(pt,function(tr,br){return _c(tr,br,fe)})}function Wu(E,F){return qo(E,F,function(fe,Le){return Ld(E,Le)})}function qo(E,F,fe){for(var Le=-1,pt=F.length,tr={};++Le<pt;){var br=F[Le],Lr=xu(E,br);fe(Lr,br)&&jl(tr,gl(br,E),Lr)}return tr}function Xl(E){return function(F){return xu(F,E)}}function Nl(E,F,fe,Le){var pt=Le?So:Uo,tr=-1,br=F.length,Lr=E;for(E===F&&(F=lu(F)),fe&&(Lr=ea(E,Ss(fe)));++tr<br;)for(var tn=0,Bn=F[tr],Nn=fe?fe(Bn):Bn;(tn=pt(Lr,Nn,tn,Le))>-1;)Lr!==E&&Er.call(Lr,tn,1),Er.call(E,tn,1);return E}function uu(E,F){for(var fe=E?F.length:0,Le=fe-1;fe--;){var pt=F[fe];if(fe==Le||pt!==tr){var tr=pt;Vo(pt)?Er.call(E,pt,1):ol(E,pt)}}return E}function Ku(E,F){return E+Ci(_s()*(F-E+1))}function vc(E,F,fe,Le){for(var pt=-1,tr=hi(mi((F-E)/(fe||1)),0),br=Br(tr);tr--;)br[Le?tr:++pt]=E,E+=fe;return br}function Ql(E,F){var fe="";if(!E||F<1||F>J)return fe;do F%2&&(fe+=E),F=Ci(F/2),F&&(E+=E);while(F);return fe}function Pa(E,F){return Au(Nu(E,F,cc),E+"")}function Zc(E){return qn(nd(E))}function Wc(E,F){var fe=nd(E);return Xi(fe,Wi(F,0,fe.length))}function jl(E,F,fe,Le){if(!Bo(E))return E;F=gl(F,E);for(var pt=-1,tr=F.length,br=tr-1,Lr=E;Lr!=null&&++pt<tr;){var tn=oa(F[pt]),Bn=fe;if(tn==="__proto__"||tn==="constructor"||tn==="prototype")return E;if(pt!=br){var Nn=Lr[tn];Bn=Le?Le(Nn,tn,Lr):i,Bn===i&&(Bn=Bo(Nn)?Nn:Vo(F[pt+1])?[]:{})}Sa(Lr,tn,Bn),Lr=Lr[tn]}return E}var Ic=xs?function(E,F){return xs.set(E,F),E}:cc,df=fn?function(E,F){return fn(E,"toString",{configurable:!0,enumerable:!1,value:Fd(F),writable:!0})}:cc;function Hc(E){return Xi(nd(E))}function Ou(E,F,fe){var Le=-1,pt=E.length;F<0&&(F=-F>pt?0:pt+F),fe=fe>pt?pt:fe,fe<0&&(fe+=pt),pt=F>fe?0:fe-F>>>0,F>>>=0;for(var tr=Br(pt);++Le<pt;)tr[Le]=E[Le+F];return tr}function hf(E,F){var fe;return qs(E,function(Le,pt,tr){return fe=F(Le,pt,tr),!fe}),!!fe}function Oc(E,F,fe){var Le=0,pt=E==null?Le:E.length;if(typeof F=="number"&&F===F&&pt<=me){for(;Le<pt;){var tr=Le+pt>>>1,br=E[tr];br!==null&&!Cc(br)&&(fe?br<=F:br<F)?Le=tr+1:pt=tr}return pt}return ql(E,F,cc,fe)}function ql(E,F,fe,Le){var pt=0,tr=E==null?0:E.length;if(tr===0)return 0;F=fe(F);for(var br=F!==F,Lr=F===null,tn=Cc(F),Bn=F===i;pt<tr;){var Nn=Ci((pt+tr)/2),Vn=fe(E[Nn]),Mi=Vn!==i,ya=Vn===null,Za=Vn===Vn,Os=Cc(Vn);if(br)var Wa=Le||Za;else Bn?Wa=Za&&(Le||Mi):Lr?Wa=Za&&Mi&&(Le||!ya):tn?Wa=Za&&Mi&&!ya&&(Le||!Os):ya||Os?Wa=!1:Wa=Le?Vn<=F:Vn<F;Wa?pt=Nn+1:tr=Nn}return ba(tr,ne)}function Gc(E,F){for(var fe=-1,Le=E.length,pt=0,tr=[];++fe<Le;){var br=E[fe],Lr=F?F(br):br;if(!fe||!Es(Lr,tn)){var tn=Lr;tr[pt++]=br===0?0:br}}return tr}function $c(E){return typeof E=="number"?E:Cc(E)?Z:+E}function Du(E){if(typeof E=="string")return E;if(pa(E))return ea(E,Du)+"";if(Cc(E))return Vt?Vt.call(E):"";var F=E+"";return F=="0"&&1/E==-ee?"-0":F}function sl(E,F,fe){var Le=-1,pt=ks,tr=E.length,br=!0,Lr=[],tn=Lr;if(fe)br=!1,pt=Rs;else if(tr>=c){var Bn=F?null:Lf(E);if(Bn)return au(Bn);br=!1,pt=pu,tn=new Se}else tn=F?[]:Lr;e:for(;++Le<tr;){var Nn=E[Le],Vn=F?F(Nn):Nn;if(Nn=fe||Nn!==0?Nn:0,br&&Vn===Vn){for(var Mi=tn.length;Mi--;)if(tn[Mi]===Vn)continue e;F&&tn.push(Vn),Lr.push(Nn)}else pt(tn,Vn,fe)||(tn!==Lr&&tn.push(Vn),Lr.push(Nn))}return Lr}function ol(E,F){F=gl(F,E);var fe=-1,Le=F.length;if(!Le)return!0;for(var pt=E==null||typeof E!="object"&&typeof E!="function";++fe<Le;){var tr=F[fe];if(typeof tr=="string"){if(tr==="__proto__"&&!on.call(E,"__proto__"))return!1;if(tr==="constructor"&&fe+1<Le&&typeof F[fe+1]=="string"&&F[fe+1]==="prototype"){if(pt&&fe===0)continue;return!1}}}var br=Pl(E,F);return br==null||delete br[oa(eu(F))]}function pf(E,F,fe,Le){return jl(E,F,fe(xu(E,F)),Le)}function mf(E,F,fe,Le){for(var pt=E.length,tr=Le?pt:-1;(Le?tr--:++tr<pt)&&F(E[tr],tr,E););return fe?Ou(E,Le?0:tr,Le?tr+1:pt):Ou(E,Le?tr+1:0,Le?pt:tr)}function Kc(E,F){var fe=E;return fe instanceof wn&&(fe=fe.value()),Ni(F,function(Le,pt){return pt.func.apply(pt.thisArg,Ga([Le],pt.args))},fe)}function po(E,F,fe){var Le=E.length;if(Le<2)return Le?sl(E[0]):[];for(var pt=-1,tr=Br(Le);++pt<Le;)for(var br=E[pt],Lr=-1;++Lr<Le;)Lr!=pt&&(tr[pt]=Zs(tr[pt]||br,E[Lr],F,fe));return sl($s(tr,1),F,fe)}function vf(E,F,fe){for(var Le=-1,pt=E.length,tr=F.length,br={};++Le<pt;){var Lr=Le<tr?F[Le]:i;fe(br,E[Le],Lr)}return br}function gc(E){return Oo(E)?E:[]}function gf(E){return typeof E=="function"?E:cc}function gl(E,F){return pa(E)?E:ll(E,F)?[E]:Ma(Eo(E))}var ku=Pa;function oo(E,F,fe){var Le=E.length;return fe=fe===i?Le:fe,!F&&fe>=Le?E:Ou(E,F,fe)}var Df=An||function(E){return Ba.clearTimeout(E)};function _f(E,F){if(F)return E.slice();var fe=E.length,Le=Ye?Ye(fe):new E.constructor(fe);return E.copy(Le),Le}function Dc(E){var F=new E.constructor(E.byteLength);return new fs(F).set(new fs(E)),F}function Eu(E,F){var fe=F?Dc(E.buffer):E.buffer;return new E.constructor(fe,E.byteOffset,E.byteLength)}function uo(E){var F=new E.constructor(E.source,wr.exec(E));return F.lastIndex=E.lastIndex,F}function bo(E){return $a?Gn($a.call(E)):{}}function Ru(E,F){var fe=F?Dc(E.buffer):E.buffer;return new E.constructor(fe,E.byteOffset,E.length)}function je(E,F){if(E!==F){var fe=E!==i,Le=E===null,pt=E===E,tr=Cc(E),br=F!==i,Lr=F===null,tn=F===F,Bn=Cc(F);if(!Lr&&!Bn&&!tr&&E>F||tr&&br&&tn&&!Lr&&!Bn||Le&&br&&tn||!fe&&tn||!pt)return 1;if(!Le&&!tr&&!Bn&&E<F||Bn&&fe&&pt&&!Le&&!tr||Lr&&fe&&pt||!br&&pt||!tn)return-1}return 0}function _c(E,F,fe){for(var Le=-1,pt=E.criteria,tr=F.criteria,br=pt.length,Lr=fe.length;++Le<br;){var tn=je(pt[Le],tr[Le]);if(tn){if(Le>=Lr)return tn;var Bn=fe[Le];return tn*(Bn=="desc"?-1:1)}}return E.index-F.index}function Lu(E,F,fe,Le){for(var pt=-1,tr=E.length,br=fe.length,Lr=-1,tn=F.length,Bn=hi(tr-br,0),Nn=Br(tn+Bn),Vn=!Le;++Lr<tn;)Nn[Lr]=F[Lr];for(;++pt<br;)(Vn||pt<tr)&&(Nn[fe[pt]]=E[pt]);for(;Bn--;)Nn[Lr++]=E[pt++];return Nn}function Jl(E,F,fe,Le){for(var pt=-1,tr=E.length,br=-1,Lr=fe.length,tn=-1,Bn=F.length,Nn=hi(tr-Lr,0),Vn=Br(Nn+Bn),Mi=!Le;++pt<Nn;)Vn[pt]=E[pt];for(var ya=pt;++tn<Bn;)Vn[ya+tn]=F[tn];for(;++br<Lr;)(Mi||pt<tr)&&(Vn[ya+fe[br]]=E[pt++]);return Vn}function lu(E,F){var fe=-1,Le=E.length;for(F||(F=Br(Le));++fe<Le;)F[fe]=E[fe];return F}function Vu(E,F,fe,Le){var pt=!fe;fe||(fe={});for(var tr=-1,br=F.length;++tr<br;){var Lr=F[tr],tn=Le?Le(fe[Lr],E[Lr],Lr,fe,E):i;tn===i&&(tn=E[Lr]),pt?Da(fe,Lr,tn):Sa(fe,Lr,tn)}return fe}function yc(E,F){return Vu(E,Js(E),F)}function bc(E,F){return Vu(E,cu(E),F)}function Yu(E,F){return function(fe,Le){var pt=pa(fe)?Hs:Ps,tr=F?F():{};return pt(fe,E,pn(Le,2),tr)}}function _l(E){return Pa(function(F,fe){var Le=-1,pt=fe.length,tr=pt>1?fe[pt-1]:i,br=pt>2?fe[2]:i;for(tr=E.length>3&&typeof tr=="function"?(pt--,tr):i,br&&Aa(fe[0],fe[1],br)&&(tr=pt<3?i:tr,pt=1),F=Gn(F);++Le<pt;){var Lr=fe[Le];Lr&&E(F,Lr,Le,tr)}return F})}function Mu(E,F){return function(fe,Le){if(fe==null)return fe;if(!tu(fe))return E(fe,Le);for(var pt=fe.length,tr=F?pt:-1,br=Gn(fe);(F?tr--:++tr<pt)&&Le(br[tr],tr,br)!==!1;);return fe}}function Vc(E){return function(F,fe,Le){for(var pt=-1,tr=Gn(F),br=Le(F),Lr=br.length;Lr--;){var tn=br[E?Lr:++pt];if(fe(tr[tn],tn,tr)===!1)break}return F}}function Fu(E,F,fe){var Le=F&k,pt=Xu(E);function tr(){var br=this&&this!==Ba&&this instanceof tr?pt:E;return br.apply(Le?fe:this,arguments)}return tr}function xc(E){return function(F){F=Eo(F);var fe=Xs(F)?gr(F):i,Le=fe?fe[0]:F.charAt(0),pt=fe?oo(fe,1).join(""):F.slice(1);return Le[E]()+pt}}function ul(E){return function(F){return Ni(t0(e0(F).replace(Qn,"")),E,"")}}function Xu(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 fe=Ka(E.prototype),Le=E.apply(fe,F);return Bo(Le)?Le:fe}}function kf(E,F,fe){var Le=Xu(E);function pt(){for(var tr=arguments.length,br=Br(tr),Lr=tr,tn=yi(pt);Lr--;)br[Lr]=arguments[Lr];var Bn=tr<3&&br[0]!==tn&&br[tr-1]!==tn?[]:Co(br,tn);if(tr-=Bn.length,tr<fe)return kc(E,F,Sl,pt.placeholder,i,br,Bn,i,i,fe-tr);var Nn=this&&this!==Ba&&this instanceof pt?Le:E;return Na(Nn,this,br)}return pt}function yu(E){return function(F,fe,Le){var pt=Gn(F);if(!tu(F)){var tr=pn(fe,3);F=hl(F),fe=function(Lr){return tr(pt[Lr],Lr,pt)}}var br=E(F,fe,Le);return br>-1?pt[tr?F[br]:br]:i}}function Ul(E){return L(function(F){var fe=F.length,Le=fe,pt=vn.prototype.thru;for(E&&F.reverse();Le--;){var tr=F[Le];if(typeof tr!="function")throw new Ai(o);if(pt&&!br&&Sn(tr)=="wrapper")var br=new vn([],!0)}for(Le=br?Le:fe;++Le<fe;){tr=F[Le];var Lr=Sn(tr),tn=Lr=="wrapper"?en(tr):i;tn&&nc(tn[0])&&tn[1]==(K|I|B|G)&&!tn[4].length&&tn[9]==1?br=br[Sn(tn[0])].apply(br,tn[3]):br=tr.length==1&&nc(tr)?br[Lr]():br.thru(tr)}return function(){var Bn=arguments,Nn=Bn[0];if(br&&Bn.length==1&&pa(Nn))return br.plant(Nn).value();for(var Vn=0,Mi=fe?F[Vn].apply(this,Bn):Nn;++Vn<fe;)Mi=F[Vn].call(this,Mi);return Mi}})}function Sl(E,F,fe,Le,pt,tr,br,Lr,tn,Bn){var Nn=F&K,Vn=F&k,Mi=F&R,ya=F&(I|M),Za=F&H,Os=Mi?i:Xu(E);function Wa(){for(var Ys=arguments.length,eo=Br(Ys),Tc=Ys;Tc--;)eo[Tc]=arguments[Tc];if(ya)var Vl=yi(Wa),Pc=nl(eo,Vl);if(Le&&(eo=Lu(eo,Le,pt,ya)),tr&&(eo=Jl(eo,tr,br,ya)),Ys-=Pc,ya&&Ys<Bn){var ju=Co(eo,Vl);return kc(E,F,Sl,Wa.placeholder,fe,eo,ju,Lr,tn,Bn-Ys)}var cf=Vn?fe:this,zf=Mi?cf[E]:E;return Ys=eo.length,Lr?eo=ac(eo,Lr):Za&&Ys>1&&eo.reverse(),Nn&&tn<Ys&&(eo.length=tn),this&&this!==Ba&&this instanceof Wa&&(zf=Os||Xu(zf)),zf.apply(cf,eo)}return Wa}function Yc(E,F){return function(fe,Le){return ui(fe,E,F(Le),{})}}function wc(E,F){return function(fe,Le){var pt;if(fe===i&&Le===i)return F;if(fe!==i&&(pt=fe),Le!==i){if(pt===i)return Le;typeof fe=="string"||typeof Le=="string"?(fe=Du(fe),Le=Du(Le)):(fe=$c(fe),Le=$c(Le)),pt=E(fe,Le)}return pt}}function ec(E){return L(function(F){return F=ea(F,Ss(pn())),Pa(function(fe){var Le=this;return E(F,function(pt){return Na(pt,Le,fe)})})})}function zl(E,F){F=F===i?" ":Du(F);var fe=F.length;if(fe<2)return fe?Ql(F,E):F;var Le=Ql(F,mi(E/hr(F)));return Xs(F)?oo(gr(Le),0,E).join(""):Le.slice(0,E)}function Rf(E,F,fe,Le){var pt=F&k,tr=Xu(E);function br(){for(var Lr=-1,tn=arguments.length,Bn=-1,Nn=Le.length,Vn=Br(Nn+tn),Mi=this&&this!==Ba&&this instanceof br?tr:E;++Bn<Nn;)Vn[Bn]=Le[Bn];for(;tn--;)Vn[Bn++]=arguments[++Lr];return Na(Mi,pt?fe:this,Vn)}return br}function yf(E){return function(F,fe,Le){return Le&&typeof Le!="number"&&Aa(F,fe,Le)&&(fe=Le=i),F=Uf(F),fe===i?(fe=F,F=0):fe=Uf(fe),Le=Le===i?F<fe?1:-1:Uf(Le),vc(F,fe,Le,E)}}function tc(E){return function(F,fe){return typeof F=="string"&&typeof fe=="string"||(F=Uc(F),fe=Uc(fe)),E(F,fe)}}function kc(E,F,fe,Le,pt,tr,br,Lr,tn,Bn){var Nn=F&I,Vn=Nn?br:i,Mi=Nn?i:br,ya=Nn?tr:i,Za=Nn?i:tr;F|=Nn?B:N,F&=~(Nn?N:B),F&S||(F&=~(k|R));var Os=[E,F,pt,ya,Vn,Za,Mi,Lr,tn,Bn],Wa=fe.apply(i,Os);return nc(E)&&Hu(Wa,Os),Wa.placeholder=Le,Mn(Wa,E,F)}function Zl(E){var F=Si[E];return function(fe,Le){if(fe=Uc(fe),Le=Le==null?0:ba(Cs(Le),292),Le&&ki(fe)){var pt=(Eo(fe)+"e").split("e"),tr=F(pt[0]+"e"+(+pt[1]+Le));return pt=(Eo(tr)+"e").split("e"),+(pt[0]+"e"+(+pt[1]-Le))}return F(fe)}}var Lf=ts&&1/au(new ts([,-0]))[1]==ee?function(E){return new ts(E)}:jd;function Xc(E){return function(F){var fe=Io(F);return fe==Ne?iu(F):fe==Ze?su(F):gs(F,E(F))}}function Qu(E,F,fe,Le,pt,tr,br,Lr){var tn=F&R;if(!tn&&typeof E!="function")throw new Ai(o);var Bn=Le?Le.length:0;if(Bn||(F&=~(B|N),Le=pt=i),br=br===i?br:hi(Cs(br),0),Lr=Lr===i?Lr:Cs(Lr),Bn-=pt?pt.length:0,F&N){var Nn=Le,Vn=pt;Le=pt=i}var Mi=tn?i:en(E),ya=[E,F,fe,Le,pt,Nn,Vn,tr,br,Lr];if(Mi&&ef(ya,Mi),E=ya[0],F=ya[1],fe=ya[2],Le=ya[3],pt=ya[4],Lr=ya[9]=ya[9]===i?tn?0:E.length:hi(ya[9]-Bn,0),!Lr&&F&(I|M)&&(F&=~(I|M)),!F||F==k)var Za=Fu(E,F,fe);else F==I||F==M?Za=kf(E,F,Lr):(F==B||F==(k|B))&&!pt.length?Za=Rf(E,F,fe,Le):Za=Sl.apply(i,ya);var Os=Mi?Ic:Hu;return Mn(Os(Za,ya),E,F)}function Ec(E,F,fe,Le){return E===i||Es(E,na[fe])&&!on.call(Le,fe)?F:E}function Sc(E,F,fe,Le,pt,tr){return Bo(E)&&Bo(F)&&(tr.set(F,E),Ho(E,F,i,Sc,tr),tr.delete(F)),E}function Qc(E){return dd(E)?i:E}function Rc(E,F,fe,Le,pt,tr){var br=fe&b,Lr=E.length,tn=F.length;if(Lr!=tn&&!(br&&tn>Lr))return!1;var Bn=tr.get(E),Nn=tr.get(F);if(Bn&&Nn)return Bn==F&&Nn==E;var Vn=-1,Mi=!0,ya=fe&A?new Se:i;for(tr.set(E,F),tr.set(F,E);++Vn<Lr;){var Za=E[Vn],Os=F[Vn];if(Le)var Wa=br?Le(Os,Za,Vn,F,E,tr):Le(Za,Os,Vn,E,F,tr);if(Wa!==i){if(Wa)continue;Mi=!1;break}if(ya){if(!xo(F,function(Ys,eo){if(!pu(ya,eo)&&(Za===Ys||pt(Za,Ys,fe,Le,tr)))return ya.push(eo)})){Mi=!1;break}}else if(!(Za===Os||pt(Za,Os,fe,Le,tr))){Mi=!1;break}}return tr.delete(E),tr.delete(F),Mi}function P(E,F,fe,Le,pt,tr,br){switch(fe){case Ct:if(E.byteLength!=F.byteLength||E.byteOffset!=F.byteOffset)return!1;E=E.buffer,F=F.buffer;case St:return!(E.byteLength!=F.byteLength||!tr(new fs(E),new fs(F)));case Lt:case mt:case ht:return Es(+E,+F);case Gt:return E.name==F.name&&E.message==F.message;case Xe:case ye:return E==F+"";case Ne:var Lr=iu;case Ze:var tn=Le&b;if(Lr||(Lr=au),E.size!=F.size&&!tn)return!1;var Bn=br.get(E);if(Bn)return Bn==F;Le|=A,br.set(E,F);var Nn=Rc(Lr(E),Lr(F),Le,pt,tr,br);return br.delete(E),Nn;case Oe:if($a)return $a.call(E)==$a.call(F)}return!1}function D(E,F,fe,Le,pt,tr){var br=fe&b,Lr=ve(E),tn=Lr.length,Bn=ve(F),Nn=Bn.length;if(tn!=Nn&&!br)return!1;for(var Vn=tn;Vn--;){var Mi=Lr[Vn];if(!(br?Mi in F:on.call(F,Mi)))return!1}var ya=tr.get(E),Za=tr.get(F);if(ya&&Za)return ya==F&&Za==E;var Os=!0;tr.set(E,F),tr.set(F,E);for(var Wa=br;++Vn<tn;){Mi=Lr[Vn];var Ys=E[Mi],eo=F[Mi];if(Le)var Tc=br?Le(eo,Ys,Mi,F,E,tr):Le(Ys,eo,Mi,E,F,tr);if(!(Tc===i?Ys===eo||pt(Ys,eo,fe,Le,tr):Tc)){Os=!1;break}Wa||(Wa=Mi=="constructor")}if(Os&&!Wa){var Vl=E.constructor,Pc=F.constructor;Vl!=Pc&&"constructor"in E&&"constructor"in F&&!(typeof Vl=="function"&&Vl instanceof Vl&&typeof Pc=="function"&&Pc instanceof Pc)&&(Os=!1)}return tr.delete(E),tr.delete(F),Os}function L(E){return Au(Nu(E,i,nf),E+"")}function ve(E){return kl(E,hl,Js)}function ze(E){return kl(E,lc,cu)}var en=xs?function(E){return xs.get(E)}:jd;function Sn(E){for(var F=E.name+"",fe=ji[F],Le=on.call(ji,F)?fe.length:0;Le--;){var pt=fe[Le],tr=pt.func;if(tr==null||tr==E)return pt.name}return F}function yi(E){var F=on.call(kt,"placeholder")?kt:E;return F.placeholder}function pn(){var E=kt.iteratee||Bd;return E=E===Bd?mc:E,arguments.length?E(arguments[0],arguments[1]):E}function qa(E,F){var fe=E.__data__;return Cl(F)?fe[typeof F=="string"?"string":"hash"]:fe.map}function Fo(E){for(var F=hl(E),fe=F.length;fe--;){var Le=F[fe],pt=E[Le];F[fe]=[Le,pt,xf(pt)]}return F}function ns(E,F){var fe=Gu(E,F);return Lo(fe)?fe:i}function Ks(E){var F=on.call(E,xn),fe=E[xn];try{E[xn]=i;var Le=!0}catch(tr){}var pt=as.call(E);return Le&&(F?E[xn]=fe:delete E[xn]),pt}var Js=ma?function(E){return E==null?[]:(E=Gn(E),cs(ma(E),function(F){return gt.call(E,F)}))}:Ud,cu=ma?function(E){for(var F=[];E;)Ga(F,Js(E)),E=Ie(E);return F}:Ud,Io=Po;(ys&&Io(new ys(new ArrayBuffer(1)))!=Ct||bs&&Io(new bs)!=Ne||La&&Io(La.resolve())!=ct||ts&&Io(new ts)!=Ze||js&&Io(new js)!=et)&&(Io=function(E){var F=Po(E),fe=F==Je?E.constructor:i,Le=fe?Ca(fe):"";if(Le)switch(Le){case ko:return Ct;case Ro:return Ne;case Us:return ct;case rs:return Ze;case os:return et}return F});function qc(E,F,fe){for(var Le=-1,pt=fe.length;++Le<pt;){var tr=fe[Le],br=tr.size;switch(tr.type){case"drop":E+=br;break;case"dropRight":F-=br;break;case"take":F=ba(F,E+br);break;case"takeRight":E=hi(E,F-br);break}}return{start:E,end:F}}function rc(E){var F=E.match(qr);return F?F[1].split(sn):[]}function Lc(E,F,fe){F=gl(F,E);for(var Le=-1,pt=F.length,tr=!1;++Le<pt;){var br=oa(F[Le]);if(!(tr=E!=null&&fe(E,br)))break;E=E[br]}return tr||++Le!=pt?tr:(pt=E==null?0:E.length,!!pt&&Qf(pt)&&Vo(br,pt)&&(pa(E)||fu(E)))}function Jc(E){var F=E.length,fe=new E.constructor(F);return F&&typeof E[0]=="string"&&on.call(E,"index")&&(fe.index=E.index,fe.input=E.input),fe}function qu(E){return typeof E.constructor=="function"&&!Tl(E)?Ka(Ie(E)):{}}function Ti(E,F,fe){var Le=E.constructor;switch(F){case St:return Dc(E);case Lt:case mt:return new Le(+E);case Ct:return Eu(E,fe);case lr:case or:case Me:case tt:case Qt:case rt:case Mt:case Ot:case Jt:return Ru(E,fe);case Ne:return new Le;case ht:case ye:return new Le(E);case Xe:return uo(E);case Ze:return new Le;case Oe:return bo(E)}}function Al(E,F){var fe=F.length;if(!fe)return E;var Le=fe-1;return F[Le]=(fe>1?"& ":"")+F[Le],F=F.join(fe>2?", ":" "),E.replace(vt,`{
/* [wrapped with `+F+`] */
`)}function bf(E){return pa(E)||fu(E)||!!(Fr&&E&&E[Fr])}function Vo(E,F){var fe=typeof E;return F=F==null?J:F,!!F&&(fe=="number"||fe!="symbol"&&qt.test(E))&&E>-1&&E%1==0&&E<F}function Aa(E,F,fe){if(!Bo(fe))return!1;var Le=typeof F;return(Le=="number"?tu(fe)&&Vo(F,fe.length):Le=="string"&&F in fe)?Es(fe[F],E):!1}function ll(E,F){if(pa(E))return!1;var fe=typeof E;return fe=="number"||fe=="symbol"||fe=="boolean"||E==null||Cc(E)?!0:Ue.test(E)||!_t.test(E)||F!=null&&E in Gn(F)}function Cl(E){var F=typeof E;return F=="string"||F=="number"||F=="symbol"||F=="boolean"?E!=="__proto__":E===null}function nc(E){var F=Sn(E),fe=kt[F];if(typeof fe!="function"||!(F in wn.prototype))return!1;if(E===fe)return!0;var Le=en(fe);return!!Le&&E===Le[0]}function ic(E){return!!no&&no in E}var Wl=hs?Ol:zd;function Tl(E){var F=E&&E.constructor,fe=typeof F=="function"&&F.prototype||na;return E===fe}function xf(E){return E===E&&!Bo(E)}function Bu(E,F){return function(fe){return fe==null?!1:fe[E]===F&&(F!==i||E in Gn(fe))}}function Hl(E){var F=mn(E,function(Le){return fe.size===a&&fe.clear(),Le}),fe=F.cache;return F}function ef(E,F){var fe=E[1],Le=F[1],pt=fe|Le,tr=pt<(k|R|K),br=Le==K&&fe==I||Le==K&&fe==G&&E[7].length<=F[8]||Le==(K|G)&&F[7].length<=F[8]&&fe==I;if(!(tr||br))return E;Le&k&&(E[2]=F[2],pt|=fe&k?0:S);var Lr=F[3];if(Lr){var tn=E[3];E[3]=tn?Lu(tn,Lr,F[4]):Lr,E[4]=tn?Co(E[3],x):F[4]}return Lr=F[5],Lr&&(tn=E[5],E[5]=tn?Jl(tn,Lr,F[6]):Lr,E[6]=tn?Co(E[5],x):F[6]),Lr=F[7],Lr&&(E[7]=Lr),Le&K&&(E[8]=E[8]==null?F[8]:ba(E[8],F[8])),E[9]==null&&(E[9]=F[9]),E[0]=F[0],E[1]=pt,E}function Gl(E){var F=[];if(E!=null)for(var fe in Gn(E))F.push(fe);return F}function wf(E){return as.call(E)}function Nu(E,F,fe){return F=hi(F===i?E.length-1:F,0),function(){for(var Le=arguments,pt=-1,tr=hi(Le.length-F,0),br=Br(tr);++pt<tr;)br[pt]=Le[F+pt];pt=-1;for(var Lr=Br(F+1);++pt<F;)Lr[pt]=Le[pt];return Lr[F]=fe(br),Na(E,this,Lr)}}function Pl(E,F){return F.length<2?E:xu(E,Ou(F,0,-1))}function ac(E,F){for(var fe=E.length,Le=ba(F.length,fe),pt=lu(E);Le--;){var tr=F[Le];E[Le]=Vo(tr,fe)?pt[tr]:i}return E}function Mc(E,F){if(!(F==="constructor"&&typeof E[F]=="function")&&F!="__proto__")return E[F]}var Hu=ri(Ic),Su=ni||function(E,F){return Ba.setTimeout(E,F)},Au=ri(df);function Mn(E,F,fe){var Le=F+"";return Au(E,Al(Le,ga(rc(Le),fe)))}function ri(E){var F=0,fe=0;return function(){var Le=_o(),pt=X-(Le-fe);if(fe=Le,pt>0){if(++F>=ue)return arguments[0]}else F=0;return E.apply(i,arguments)}}function Xi(E,F){var fe=-1,Le=E.length,pt=Le-1;for(F=F===i?Le:F;++fe<F;){var tr=Ku(fe,pt),br=E[tr];E[tr]=E[fe],E[fe]=br}return E.length=F,E}var Ma=Hl(function(E){var F=[];return E.charCodeAt(0)===46&&F.push(""),E.replace(xe,function(fe,Le,pt,tr){F.push(pt?tr.replace(Bt,"$1"):Le||fe)}),F});function oa(E){if(typeof E=="string"||Cc(E))return E;var F=E+"";return F=="0"&&1/E==-ee?"-0":F}function Ca(E){if(E!=null){try{return Gs.call(E)}catch(F){}try{return E+""}catch(F){}}return""}function ga(E,F){return di(Ee,function(fe){var Le="_."+fe[0];F&fe[1]&&!ks(E,Le)&&E.push(Le)}),E.sort()}function Fs(E){if(E instanceof wn)return E.clone();var F=new vn(E.__wrapped__,E.__chain__);return F.__actions__=lu(E.__actions__),F.__index__=E.__index__,F.__values__=E.__values__,F}function ua(E,F,fe){(fe?Aa(E,F,fe):F===i)?F=1:F=hi(Cs(F),0);var Le=E==null?0:E.length;if(!Le||F<1)return[];for(var pt=0,tr=0,br=Br(mi(Le/F));pt<Le;)br[tr++]=Ou(E,pt,pt+=F);return br}function Bs(E){for(var F=-1,fe=E==null?0:E.length,Le=0,pt=[];++F<fe;){var tr=E[F];tr&&(pt[Le++]=tr)}return pt}function Ju(){var E=arguments.length;if(!E)return[];for(var F=Br(E-1),fe=arguments[0],Le=E;Le--;)F[Le-1]=arguments[Le];return Ga(pa(fe)?lu(fe):[fe],$s(F,1))}var cl=Pa(function(E,F){return Oo(E)?Zs(E,$s(F,1,Oo,!0)):[]}),yl=Pa(function(E,F){var fe=eu(F);return Oo(fe)&&(fe=i),Oo(E)?Zs(E,$s(F,1,Oo,!0),pn(fe,2)):[]}),el=Pa(function(E,F){var fe=eu(F);return Oo(fe)&&(fe=i),Oo(E)?Zs(E,$s(F,1,Oo,!0),i,fe):[]});function $l(E,F,fe){var Le=E==null?0:E.length;return Le?(F=fe||F===i?1:Cs(F),Ou(E,F<0?0:F,Le)):[]}function Kf(E,F,fe){var Le=E==null?0:E.length;return Le?(F=fe||F===i?1:Cs(F),F=Le-F,Ou(E,0,F<0?0:F)):[]}function Ef(E,F){return E&&E.length?mf(E,pn(F,3),!0,!0):[]}function sc(E,F){return E&&E.length?mf(E,pn(F,3),!0):[]}function Mf(E,F,fe,Le){var pt=E==null?0:E.length;return pt?(fe&&typeof fe!="number"&&Aa(E,F,fe)&&(fe=0,Le=pt),pl(E,F,fe,Le)):[]}function tf(E,F,fe){var Le=E==null?0:E.length;if(!Le)return-1;var pt=fe==null?0:Cs(fe);return pt<0&&(pt=hi(Le+pt,0)),go(E,pn(F,3),pt)}function rf(E,F,fe){var Le=E==null?0:E.length;if(!Le)return-1;var pt=Le-1;return fe!==i&&(pt=Cs(fe),pt=fe<0?hi(Le+pt,0):ba(pt,Le-1)),go(E,pn(F,3),pt,!0)}function nf(E){var F=E==null?0:E.length;return F?$s(E,1):[]}function tl(E){var F=E==null?0:E.length;return F?$s(E,ee):[]}function Vf(E,F){var fe=E==null?0:E.length;return fe?(F=F===i?1:Cs(F),$s(E,F)):[]}function fl(E){for(var F=-1,fe=E==null?0:E.length,Le={};++F<fe;){var pt=E[F];Le[pt[0]]=pt[1]}return Le}function af(E){return E&&E.length?E[0]:i}function Ff(E,F,fe){var Le=E==null?0:E.length;if(!Le)return-1;var pt=fe==null?0:Cs(fe);return pt<0&&(pt=hi(Le+pt,0)),Uo(E,F,pt)}function Jo(E){var F=E==null?0:E.length;return F?Ou(E,0,-1):[]}var Sf=Pa(function(E){var F=ea(E,gc);return F.length&&F[0]===E[0]?Rl(F):[]}),sf=Pa(function(E){var F=eu(E),fe=ea(E,gc);return F===eu(fe)?F=i:fe.pop(),fe.length&&fe[0]===E[0]?Rl(fe,pn(F,2)):[]}),Il=Pa(function(E){var F=eu(E),fe=ea(E,gc);return F=typeof F=="function"?F:i,F&&fe.pop(),fe.length&&fe[0]===E[0]?Rl(fe,i,F):[]});function Fc(E,F){return E==null?"":Oa.call(E,F)}function eu(E){var F=E==null?0:E.length;return F?E[F-1]:i}function Af(E,F,fe){var Le=E==null?0:E.length;if(!Le)return-1;var pt=Le;return fe!==i&&(pt=Cs(fe),pt=pt<0?hi(Le+pt,0):ba(pt,Le-1)),F===F?_r(E,F,pt):go(E,Yo,pt,!0)}function Cf(E,F){return E&&E.length?Fl(E,Cs(F)):i}var of=Pa(Bc);function Bc(E,F){return E&&E.length&&F&&F.length?Nl(E,F):E}function Bf(E,F,fe){return E&&E.length&&F&&F.length?Nl(E,F,pn(fe,2)):E}function Nc(E,F,fe){return E&&E.length&&F&&F.length?Nl(E,F,i,fe):E}var Zf=L(function(E,F){var fe=E==null?0:E.length,Le=so(E,F);return uu(E,ea(F,function(pt){return Vo(pt,fe)?+pt:pt}).sort(je)),Le});function Yf(E,F){var fe=[];if(!(E&&E.length))return fe;var Le=-1,pt=[],tr=E.length;for(F=pn(F,3);++Le<tr;){var br=E[Le];F(br,Le,E)&&(fe.push(br),pt.push(Le))}return uu(E,pt),fe}function Nf(E){return E==null?E:xa.call(E)}function Xf(E,F,fe){var Le=E==null?0:E.length;return Le?(fe&&typeof fe!="number"&&Aa(E,F,fe)?(F=0,fe=Le):(F=F==null?0:Cs(F),fe=fe===i?Le:Cs(fe)),Ou(E,F,fe)):[]}function Wf(E,F){return Oc(E,F)}function uf(E,F,fe){return ql(E,F,pn(fe,2))}function id(E,F){var fe=E==null?0:E.length;if(fe){var Le=Oc(E,F);if(Le<fe&&Es(E[Le],F))return Le}return-1}function Hf(E,F){return Oc(E,F,!0)}function jf(E,F,fe){return ql(E,F,pn(fe,2),!0)}function ad(E,F){var fe=E==null?0:E.length;if(fe){var Le=Oc(E,F,!0)-1;if(Es(E[Le],F))return Le}return-1}function Tf(E){return E&&E.length?Gc(E):[]}function Jf(E,F){return E&&E.length?Gc(E,pn(F,2)):[]}function Gf(E){var F=E==null?0:E.length;return F?Ou(E,1,F):[]}function _(E,F,fe){return E&&E.length?(F=fe||F===i?1:Cs(F),Ou(E,0,F<0?0:F)):[]}function C(E,F,fe){var Le=E==null?0:E.length;return Le?(F=fe||F===i?1:Cs(F),F=Le-F,Ou(E,F<0?0:F,Le)):[]}function z(E,F){return E&&E.length?mf(E,pn(F,3),!1,!0):[]}function ge(E,F){return E&&E.length?mf(E,pn(F,3)):[]}var De=Pa(function(E){return sl($s(E,1,Oo,!0))}),nt=Pa(function(E){var F=eu(E);return Oo(F)&&(F=i),sl($s(E,1,Oo,!0),pn(F,2))}),Ht=Pa(function(E){var F=eu(E);return F=typeof F=="function"?F:i,sl($s(E,1,Oo,!0),i,F)});function fr(E){return E&&E.length?sl(E):[]}function kr(E,F){return E&&E.length?sl(E,pn(F,2)):[]}function gn(E,F){return F=typeof F=="function"?F:i,E&&E.length?sl(E,i,F):[]}function Oi(E){if(!(E&&E.length))return[];var F=0;return E=cs(E,function(fe){if(Oo(fe))return F=hi(fe.length,F),!0}),Ha(F,function(fe){return ea(E,pi(fe))})}function Ua(E,F){if(!(E&&E.length))return[];var fe=Oi(E);return F==null?fe:ea(fe,function(Le){return Na(F,i,Le)})}var Kn=Pa(function(E,F){return Oo(E)?Zs(E,F):[]}),ca=Pa(function(E){return po(cs(E,Oo))}),za=Pa(function(E){var F=eu(E);return Oo(F)&&(F=i),po(cs(E,Oo),pn(F,2))}),Ra=Pa(function(E){var F=eu(E);return F=typeof F=="function"?F:i,po(cs(E,Oo),i,F)}),an=Pa(Oi);function jr(E,F){return vf(E||[],F||[],Sa)}function nn(E,F){return vf(E||[],F||[],jl)}var In=Pa(function(E){var F=E.length,fe=F>1?E[F-1]:i;return fe=typeof fe=="function"?(E.pop(),fe):i,Ua(E,fe)});function Un(E){var F=kt(E);return F.__chain__=!0,F}function Ya(E,F){return F(E),E}function Hi(E,F){return F(E)}var Xa=L(function(E){var F=E.length,fe=F?E[0]:0,Le=this.__wrapped__,pt=function(tr){return so(tr,E)};return F>1||this.__actions__.length||!(Le instanceof wn)||!Vo(fe)?this.thru(pt):(Le=Le.slice(fe,+fe+(F?1:0)),Le.__actions__.push({func:Hi,args:[pt],thisArg:i}),new vn(Le,this.__chain__).thru(function(tr){return F&&!tr.length&&tr.push(i),tr}))});function ms(){return Un(this)}function Ja(){return new vn(this.value(),this.__chain__)}function Kl(){this.__values__===i&&(this.__values__=Gd(this.value()));var E=this.__index__>=this.__values__.length,F=E?i:this.__values__[this.__index__++];return{done:E,value:F}}function sd(){return this}function od(E){for(var F,fe=this;fe instanceof zs;){var Le=Fs(fe);Le.__index__=0,Le.__values__=i,F?pt.__wrapped__=Le:F=Le;var pt=Le;fe=fe.__wrapped__}return pt.__wrapped__=E,F}function ud(){var E=this.__wrapped__;if(E instanceof wn){var F=E;return this.__actions__.length&&(F=new wn(this)),F=F.reverse(),F.__actions__.push({func:Hi,args:[Nf],thisArg:i}),new vn(F,this.__chain__)}return this.thru(Nf)}function ed(){return Kc(this.__wrapped__,this.__actions__)}var Sd=Yu(function(E,F,fe){on.call(E,fe)?++E[fe]:Da(E,fe,1)});function Ad(E,F,fe){var Le=pa(E)?Rn:Yl;return fe&&Aa(E,F,fe)&&(F=i),Le(E,pn(F,3))}function Cd(E,F){var fe=pa(E)?cs:ml;return fe(E,pn(F,3))}var hd=yu(tf),pd=yu(rf);function md(E,F){return $s(td(E,F),1)}function Td(E,F){return $s(td(E,F),ee)}function Pd(E,F,fe){return fe=fe===i?1:Cs(fe),$s(td(E,F),fe)}function vd(E,F){var fe=pa(E)?di:qs;return fe(E,pn(F,3))}function gd(E,F){var fe=pa(E)?ro:zu;return fe(E,pn(F,3))}var Id=Yu(function(E,F,fe){on.call(E,fe)?E[fe].push(F):Da(E,fe,[F])});function ld(E,F,fe,Le){E=tu(E)?E:nd(E),fe=fe&&!Le?Cs(fe):0;var pt=E.length;return fe<0&&(fe=hi(pt+fe,0)),wd(E)?fe<=pt&&E.indexOf(F,fe)>-1:!!pt&&Uo(E,F,fe)>-1}var _d=Pa(function(E,F,fe){var Le=-1,pt=typeof F=="function",tr=tu(E)?Br(E.length):[];return qs(E,function(br){tr[++Le]=pt?Na(F,br,fe):fc(br,F,fe)}),tr}),cd=Yu(function(E,F,fe){Da(E,fe,F)});function td(E,F){var fe=pa(E)?ea:wu;return fe(E,pn(F,3))}function Pf(E,F,fe,Le){return E==null?[]:(pa(F)||(F=F==null?[]:[F]),fe=Le?i:fe,pa(fe)||(fe=fe==null?[]:[fe]),Bl(E,F,fe))}var O=Yu(function(E,F,fe){E[fe?0:1].push(F)},function(){return[[],[]]});function t(E,F,fe){var Le=pa(E)?Ni:es,pt=arguments.length<3;return Le(E,pn(F,4),fe,pt,qs)}function n(E,F,fe){var Le=pa(E)?Ls:es,pt=arguments.length<3;return Le(E,pn(F,4),fe,pt,zu)}function s(E,F){var fe=pa(E)?cs:ml;return fe(E,Zr(pn(F,3)))}function v(E){var F=pa(E)?qn:Zc;return F(E)}function w(E,F,fe){(fe?Aa(E,F,fe):F===i)?F=1:F=Cs(F);var Le=pa(E)?Ri:Wc;return Le(E,F)}function T(E){var F=pa(E)?Fi:Hc;return F(E)}function j(E){if(E==null)return 0;if(tu(E))return wd(E)?hr(E):E.length;var F=Io(E);return F==Ne||F==Ze?E.size:wl(E).length}function q(E,F,fe){var Le=pa(E)?xo:hf;return fe&&Aa(E,F,fe)&&(F=i),Le(E,pn(F,3))}var V=Pa(function(E,F){if(E==null)return[];var fe=F.length;return fe>1&&Aa(E,F[0],F[1])?F=[]:fe>2&&Aa(F[0],F[1],F[2])&&(F=[F[0]]),Bl(E,$s(F,1),[])}),oe=ti||function(){return Ba.Date.now()};function de(E,F){if(typeof F!="function")throw new Ai(o);return E=Cs(E),function(){if(--E<1)return F.apply(this,arguments)}}function be(E,F,fe){return F=fe?i:F,F=E&&F==null?E.length:F,Qu(E,K,i,i,i,i,F)}function ke(E,F){var fe;if(typeof F!="function")throw new Ai(o);return E=Cs(E),function(){return--E>0&&(fe=F.apply(this,arguments)),E<=1&&(F=i),fe}}var Re=Pa(function(E,F,fe){var Le=k;if(fe.length){var pt=Co(fe,yi(Re));Le|=B}return Qu(E,Le,F,fe,pt)}),ot=Pa(function(E,F,fe){var Le=k|R;if(fe.length){var pt=Co(fe,yi(ot));Le|=B}return Qu(F,Le,E,fe,pt)});function st(E,F,fe){F=fe?i:F;var Le=Qu(E,I,i,i,i,i,i,F);return Le.placeholder=st.placeholder,Le}function Xt(E,F,fe){F=fe?i:F;var Le=Qu(E,M,i,i,i,i,i,F);return Le.placeholder=Xt.placeholder,Le}function ar(E,F,fe){var Le,pt,tr,br,Lr,tn,Bn=0,Nn=!1,Vn=!1,Mi=!0;if(typeof E!="function")throw new Ai(o);F=Uc(F)||0,Bo(fe)&&(Nn=!!fe.leading,Vn="maxWait"in fe,tr=Vn?hi(Uc(fe.maxWait)||0,F):tr,Mi="trailing"in fe?!!fe.trailing:Mi);function ya(ju){var cf=Le,zf=pt;return Le=pt=i,Bn=ju,br=E.apply(zf,cf),br}function Za(ju){return Bn=ju,Lr=Su(Ys,F),Nn?ya(ju):br}function Os(ju){var cf=ju-tn,zf=ju-Bn,i0=F-cf;return Vn?ba(i0,tr-zf):i0}function Wa(ju){var cf=ju-tn,zf=ju-Bn;return tn===i||cf>=F||cf<0||Vn&&zf>=tr}function Ys(){var ju=oe();if(Wa(ju))return eo(ju);Lr=Su(Ys,Os(ju))}function eo(ju){return Lr=i,Mi&&Le?ya(ju):(Le=pt=i,br)}function Tc(){Lr!==i&&Df(Lr),Bn=0,Le=tn=pt=Lr=i}function Vl(){return Lr===i?br:eo(oe())}function Pc(){var ju=oe(),cf=Wa(ju);if(Le=arguments,pt=this,tn=ju,cf){if(Lr===i)return Za(tn);if(Vn)return Df(Lr),Lr=Su(Ys,F),ya(tn)}return Lr===i&&(Lr=Su(Ys,F)),br}return Pc.cancel=Tc,Pc.flush=Vl,Pc}var ur=Pa(function(E,F){return bu(E,1,F)}),Sr=Pa(function(E,F,fe){return bu(E,Uc(F)||0,fe)});function Ur(E){return Qu(E,H)}function mn(E,F){if(typeof E!="function"||F!=null&&typeof F!="function")throw new Ai(o);var fe=function(){var Le=arguments,pt=F?F.apply(this,Le):Le[0],tr=fe.cache;if(tr.has(pt))return tr.get(pt);var br=E.apply(this,Le);return fe.cache=tr.set(pt,br)||tr,br};return fe.cache=new(mn.Cache||_u),fe}mn.Cache=_u;function Zr(E){if(typeof E!="function")throw new Ai(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 cn(E){return ke(2,E)}var un=ku(function(E,F){F=F.length==1&&pa(F[0])?ea(F[0],Ss(pn())):ea($s(F,1),Ss(pn()));var fe=F.length;return Pa(function(Le){for(var pt=-1,tr=ba(Le.length,fe);++pt<tr;)Le[pt]=F[pt].call(this,Le[pt]);return Na(E,this,Le)})}),Xr=Pa(function(E,F){var fe=Co(F,yi(Xr));return Qu(E,B,i,F,fe)}),Dn=Pa(function(E,F){var fe=Co(F,yi(Dn));return Qu(E,N,i,F,fe)}),wi=L(function(E,F){return Qu(E,G,i,i,i,F)});function Qi(E,F){if(typeof E!="function")throw new Ai(o);return F=F===i?F:Cs(F),Pa(E,F)}function fa(E,F){if(typeof E!="function")throw new Ai(o);return F=F==null?0:hi(Cs(F),0),Pa(function(fe){var Le=fe[F],pt=oo(fe,0,F);return Le&&Ga(pt,Le),Na(E,this,pt)})}function qi(E,F,fe){var Le=!0,pt=!0;if(typeof E!="function")throw new Ai(o);return Bo(fe)&&(Le="leading"in fe?!!fe.leading:Le,pt="trailing"in fe?!!fe.trailing:pt),ar(E,F,{leading:Le,maxWait:F,trailing:pt})}function fi(E){return be(E,1)}function aa(E,F){return Xr(gf(F),E)}function Li(){if(!arguments.length)return[];var E=arguments[0];return pa(E)?E:[E]}function la(E){return Pr(E,m)}function Fa(E,F){return F=typeof F=="function"?F:i,Pr(E,m,F)}function bi(E){return Pr(E,p|m)}function xi(E,F){return F=typeof F=="function"?F:i,Pr(E,p|m,F)}function ws(E,F){return F==null||Zo(E,F,hl(F))}function Es(E,F){return E===F||E!==E&&F!==F}var As=tc(Qo),Vs=tc(function(E,F){return E>=F}),fu=dc(function(){return arguments}())?dc:function(E){return ru(E)&&on.call(E,"callee")&&!gt.call(E,"callee")},pa=Br.isArray,oc=Ds?Ss(Ds):ho;function tu(E){return E!=null&&Qf(E.length)&&!Ol(E)}function Oo(E){return ru(E)&&tu(E)}function Od(E){return E===!0||E===!1||ru(E)&&Po(E)==Lt}var jc=Zi||zd,fd=vs?Ss(vs):zc;function Zd(E){return ru(E)&&E.nodeType===1&&!dd(E)}function lo(E){if(E==null)return!0;if(tu(E)&&(pa(E)||typeof E=="string"||typeof E.splice=="function"||jc(E)||rd(E)||fu(E)))return!E.length;var F=Io(E);if(F==Ne||F==Ze)return!E.size;if(Tl(E))return!wl(E).length;for(var fe in E)if(on.call(E,fe))return!1;return!0}function dl(E,F){return Iu(E,F)}function uc(E,F,fe){fe=typeof fe=="function"?fe:i;var Le=fe?fe(E,F):i;return Le===i?Iu(E,F,i,fe):!!Le}function lf(E){if(!ru(E))return!1;var F=Po(E);return F==Gt||F==wt||typeof E.message=="string"&&typeof E.name=="string"&&!dd(E)}function Ac(E){return typeof E=="number"&&ki(E)}function Ol(E){if(!Bo(E))return!1;var F=Po(E);return F==Ft||F==nr||F==Fe||F==at}function If(E){return typeof E=="number"&&E==Cs(E)}function Qf(E){return typeof E=="number"&&E>-1&&E%1==0&&E<=J}function Bo(E){var F=typeof E;return E!=null&&(F=="object"||F=="function")}function ru(E){return E!=null&&typeof E=="object"}var $f=mo?Ss(mo):al;function yd(E,F){return E===F||hc(E,F,Fo(F))}function Dd(E,F,fe){return fe=typeof fe=="function"?fe:i,hc(E,F,Fo(F),fe)}function bd(E){return Wd(E)&&E!=+E}function xd(E){if(Wl(E))throw new Pn(f);return Lo(E)}function qf(E){return E===null}function o0(E){return E==null}function Wd(E){return typeof E=="number"||ru(E)&&Po(E)==ht}function dd(E){if(!ru(E)||Po(E)!=Je)return!1;var F=Ie(E);if(F===null)return!0;var fe=on.call(F,"constructor")&&F.constructor;return typeof fe=="function"&&fe instanceof fe&&Gs.call(fe)==io}var kd=ta?Ss(ta):pc;function u0(E){return If(E)&&E>=-J&&E<=J}var Hd=to?Ss(to):Of;function wd(E){return typeof E=="string"||!pa(E)&&ru(E)&&Po(E)==ye}function Cc(E){return typeof E=="symbol"||ru(E)&&Po(E)==Oe}var rd=No?Ss(No):Ll;function l0(E){return E===i}function c0(E){return ru(E)&&Io(E)==et}function f0(E){return ru(E)&&Po(E)==Qe}var d0=tc(Ml),h0=tc(function(E,F){return E<=F});function Gd(E){if(!E)return[];if(tu(E))return wd(E)?gr(E):lu(E);if(Kr&&E[Kr])return Cu(E[Kr]());var F=Io(E),fe=F==Ne?iu:F==Ze?au:nd;return fe(E)}function Uf(E){if(!E)return E===0?E:0;if(E=Uc(E),E===ee||E===-ee){var F=E<0?-1:1;return F*le}return E===E?E:0}function Cs(E){var F=Uf(E),fe=F%1;return F===F?fe?F-fe:F:0}function $d(E){return E?Wi(Cs(E),0,U):0}function Uc(E){if(typeof E=="number")return E;if(Cc(E))return Z;if(Bo(E)){var F=typeof E.valueOf=="function"?E.valueOf():E;E=Bo(F)?F+"":F}if(typeof E!="string")return E===0?E:+E;E=Ko(E);var fe=Pt.test(E);return fe||jt.test(E)?oi(E.slice(2),fe?2:8):Ir.test(E)?Z:+E}function Kd(E){return Vu(E,lc(E))}function p0(E){return E?Wi(Cs(E),-J,J):E===0?E:0}function Eo(E){return E==null?"":Du(E)}var m0=_l(function(E,F){if(Tl(F)||tu(F)){Vu(F,hl(F),E);return}for(var fe in F)on.call(F,fe)&&Sa(E,fe,F[fe])}),Vd=_l(function(E,F){Vu(F,lc(F),E)}),Ed=_l(function(E,F,fe,Le){Vu(F,lc(F),E,Le)}),v0=_l(function(E,F,fe,Le){Vu(F,hl(F),E,Le)}),g0=L(so);function _0(E,F){var fe=Ka(E);return F==null?fe:Ms(fe,F)}var y0=Pa(function(E,F){E=Gn(E);var fe=-1,Le=F.length,pt=Le>2?F[2]:i;for(pt&&Aa(F[0],F[1],pt)&&(Le=1);++fe<Le;)for(var tr=F[fe],br=lc(tr),Lr=-1,tn=br.length;++Lr<tn;){var Bn=br[Lr],Nn=E[Bn];(Nn===i||Es(Nn,na[Bn])&&!on.call(E,Bn))&&(E[Bn]=tr[Bn])}return E}),b0=Pa(function(E){return E.push(i,Sc),Na(Yd,i,E)});function x0(E,F){return hu(E,pn(F,3),Xo)}function w0(E,F){return hu(E,pn(F,3),Wo)}function E0(E,F){return E==null?E:Zu(E,pn(F,3),lc)}function S0(E,F){return E==null?E:Tu(E,pn(F,3),lc)}function A0(E,F){return E&&Xo(E,pn(F,3))}function C0(E,F){return E&&Wo(E,pn(F,3))}function T0(E){return E==null?[]:Dl(E,hl(E))}function P0(E){return E==null?[]:Dl(E,lc(E))}function Rd(E,F,fe){var Le=E==null?i:xu(E,F);return Le===i?fe:Le}function I0(E,F){return E!=null&&Lc(E,F,il)}function Ld(E,F){return E!=null&&Lc(E,F,vl)}var O0=Yc(function(E,F,fe){F!=null&&typeof F.toString!="function"&&(F=as.call(F)),E[F]=fe},Fd(cc)),D0=Yc(function(E,F,fe){F!=null&&typeof F.toString!="function"&&(F=as.call(F)),on.call(E,F)?E[F].push(fe):E[F]=[fe]},pn),k0=Pa(fc);function hl(E){return tu(E)?Wn(E):wl(E)}function lc(E){return tu(E)?Wn(E,!0):ff(E)}function R0(E,F){var fe={};return F=pn(F,3),Xo(E,function(Le,pt,tr){Da(fe,F(Le,pt,tr),Le)}),fe}function L0(E,F){var fe={};return F=pn(F,3),Xo(E,function(Le,pt,tr){Da(fe,pt,F(Le,pt,tr))}),fe}var M0=_l(function(E,F,fe){Ho(E,F,fe)}),Yd=_l(function(E,F,fe,Le){Ho(E,F,fe,Le)}),F0=L(function(E,F){var fe={};if(E==null)return fe;var Le=!1;F=ea(F,function(tr){return tr=gl(tr,E),Le||(Le=tr.length>1),tr}),Vu(E,ze(E),fe),Le&&(fe=Pr(fe,p|y|m,Qc));for(var pt=F.length;pt--;)ol(fe,F[pt]);return fe});function B0(E,F){return Xd(E,Zr(pn(F)))}var N0=L(function(E,F){return E==null?{}:Wu(E,F)});function Xd(E,F){if(E==null)return{};var fe=ea(ze(E),function(Le){return[Le]});return F=pn(F),qo(E,fe,function(Le,pt){return F(Le,pt[0])})}function j0(E,F,fe){F=gl(F,E);var Le=-1,pt=F.length;for(pt||(pt=1,E=i);++Le<pt;){var tr=E==null?i:E[oa(F[Le])];tr===i&&(Le=pt,tr=fe),E=Ol(tr)?tr.call(E):tr}return E}function U0(E,F,fe){return E==null?E:jl(E,F,fe)}function z0(E,F,fe,Le){return Le=typeof Le=="function"?Le:i,E==null?E:jl(E,F,fe,Le)}var Qd=Xc(hl),qd=Xc(lc);function Z0(E,F,fe){var Le=pa(E),pt=Le||jc(E)||rd(E);if(F=pn(F,4),fe==null){var tr=E&&E.constructor;pt?fe=Le?new tr:[]:Bo(E)?fe=Ol(tr)?Ka(Ie(E)):{}:fe={}}return(pt?di:Xo)(E,function(br,Lr,tn){return F(fe,br,Lr,tn)}),fe}function W0(E,F){return E==null?!0:ol(E,F)}function H0(E,F,fe){return E==null?E:pf(E,F,gf(fe))}function G0(E,F,fe,Le){return Le=typeof Le=="function"?Le:i,E==null?E:pf(E,F,gf(fe),Le)}function nd(E){return E==null?[]:nu(E,hl(E))}function $0(E){return E==null?[]:nu(E,lc(E))}function K0(E,F,fe){return fe===i&&(fe=F,F=i),fe!==i&&(fe=Uc(fe),fe=fe===fe?fe:0),F!==i&&(F=Uc(F),F=F===F?F:0),Wi(Uc(E),F,fe)}function V0(E,F,fe){return F=Uf(F),fe===i?(fe=F,F=0):fe=Uf(fe),E=Uc(E),Pu(E,F,fe)}function Y0(E,F,fe){if(fe&&typeof fe!="boolean"&&Aa(E,F,fe)&&(F=fe=i),fe===i&&(typeof F=="boolean"?(fe=F,F=i):typeof E=="boolean"&&(fe=E,E=i)),E===i&&F===i?(E=0,F=1):(E=Uf(E),F===i?(F=E,E=0):F=Uf(F)),E>F){var Le=E;E=F,F=Le}if(fe||E%1||F%1){var pt=_s();return ba(E+pt*(F-E+kn("1e-"+((pt+"").length-1))),F)}return Ku(E,F)}var X0=ul(function(E,F,fe){return F=F.toLowerCase(),E+(fe?Jd(F):F)});function Jd(E){return Md(Eo(E).toLowerCase())}function e0(E){return E=Eo(E),E&&E.replace(yr,fo).replace($e,"")}function Q0(E,F,fe){E=Eo(E),F=Du(F);var Le=E.length;fe=fe===i?Le:Wi(Cs(fe),0,Le);var pt=fe;return fe-=F.length,fe>=0&&E.slice(fe,pt)==F}function q0(E){return E=Eo(E),E&&ut.test(E)?E.replace(At,Do):E}function J0(E){return E=Eo(E),E&&Dt.test(E)?E.replace(dt,"\\$&"):E}var eh=ul(function(E,F,fe){return E+(fe?"-":"")+F.toLowerCase()}),th=ul(function(E,F,fe){return E+(fe?" ":"")+F.toLowerCase()}),rh=xc("toLowerCase");function nh(E,F,fe){E=Eo(E),F=Cs(F);var Le=F?hr(E):0;if(!F||Le>=F)return E;var pt=(F-Le)/2;return zl(Ci(pt),fe)+E+zl(mi(pt),fe)}function ih(E,F,fe){E=Eo(E),F=Cs(F);var Le=F?hr(E):0;return F&&Le<F?E+zl(F-Le,fe):E}function ah(E,F,fe){E=Eo(E),F=Cs(F);var Le=F?hr(E):0;return F&&Le<F?zl(F-Le,fe)+E:E}function sh(E,F,fe){return fe||F==null?F=0:F&&(F=+F),va(Eo(E).replace(Be,""),F||0)}function oh(E,F,fe){return(fe?Aa(E,F,fe):F===i)?F=1:F=Cs(F),Ql(Eo(E),F)}function uh(){var E=arguments,F=Eo(E[0]);return E.length<3?F:F.replace(E[1],E[2])}var lh=ul(function(E,F,fe){return E+(fe?"_":"")+F.toLowerCase()});function ch(E,F,fe){return fe&&typeof fe!="number"&&Aa(E,F,fe)&&(F=fe=i),fe=fe===i?U:fe>>>0,fe?(E=Eo(E),E&&(typeof F=="string"||F!=null&&!kd(F))&&(F=Du(F),!F&&Xs(E))?oo(gr(E),0,fe):E.split(F,fe)):[]}var fh=ul(function(E,F,fe){return E+(fe?" ":"")+Md(F)});function dh(E,F,fe){return E=Eo(E),fe=fe==null?0:Wi(Cs(fe),0,E.length),F=Du(F),E.slice(fe,fe+F.length)==F}function hh(E,F,fe){var Le=kt.templateSettings;fe&&Aa(E,F,fe)&&(F=i),E=Eo(E),F=Ed({},F,Le,Ec);var pt=Ed({},F.imports,Le.imports,Ec),tr=hl(pt),br=nu(pt,tr),Lr,tn,Bn=0,Nn=F.interpolate||Qr,Vn="__p += '",Mi=ra((F.escape||Qr).source+"|"+Nn.source+"|"+(Nn===Ce?Yt:Qr).source+"|"+(F.evaluate||Qr).source+"|$","g"),ya="//# sourceURL="+(on.call(F,"sourceURL")?(F.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Gr+"]")+`
`;E.replace(Mi,function(Wa,Ys,eo,Tc,Vl,Pc){return eo||(eo=Tc),Vn+=E.slice(Bn,Pc).replace(Hr,Ao),Ys&&(Lr=!0,Vn+=`' +
__e(`+Ys+`) +
'`),Vl&&(tn=!0,Vn+=`';
`+Vl+`;
__p += '`),eo&&(Vn+=`' +
((__t = (`+eo+`)) == null ? '' : __t) +
'`),Bn=Pc+Wa.length,Wa}),Vn+=`';
`;var Za=on.call(F,"variable")&&F.variable;if(!Za)Vn=`with (obj) {
`+Vn+`
}
`;else if(er.test(Za))throw new Pn(h);Vn=(tn?Vn.replace(Ut,""):Vn).replace(Te,"$1").replace(ce,"$1;"),Vn="function("+(Za||"obj")+`) {
`+(Za?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(Lr?", __e = _.escape":"")+(tn?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+Vn+`return __p
}`;var Os=r0(function(){return si(tr,ya+"return "+Vn).apply(i,br)});if(Os.source=Vn,lf(Os))throw Os;return Os}function ph(E){return Eo(E).toLowerCase()}function mh(E){return Eo(E).toUpperCase()}function vh(E,F,fe){if(E=Eo(E),E&&(fe||F===i))return Ko(E);if(!E||!(F=Du(F)))return E;var Le=gr(E),pt=gr(F),tr=Uu(Le,pt),br=rl(Le,pt)+1;return oo(Le,tr,br).join("")}function gh(E,F,fe){if(E=Eo(E),E&&(fe||F===i))return E.slice(0,Ar(E)+1);if(!E||!(F=Du(F)))return E;var Le=gr(E),pt=rl(Le,gr(F))+1;return oo(Le,0,pt).join("")}function _h(E,F,fe){if(E=Eo(E),E&&(fe||F===i))return E.replace(Be,"");if(!E||!(F=Du(F)))return E;var Le=gr(E),pt=Uu(Le,gr(F));return oo(Le,pt).join("")}function yh(E,F){var fe=ae,Le=ie;if(Bo(F)){var pt="separator"in F?F.separator:pt;fe="length"in F?Cs(F.length):fe,Le="omission"in F?Du(F.omission):Le}E=Eo(E);var tr=E.length;if(Xs(E)){var br=gr(E);tr=br.length}if(fe>=tr)return E;var Lr=fe-hr(Le);if(Lr<1)return Le;var tn=br?oo(br,0,Lr).join(""):E.slice(0,Lr);if(pt===i)return tn+Le;if(br&&(Lr+=tn.length-Lr),kd(pt)){if(E.slice(Lr).search(pt)){var Bn,Nn=tn;for(pt.global||(pt=ra(pt.source,Eo(wr.exec(pt))+"g")),pt.lastIndex=0;Bn=pt.exec(Nn);)var Vn=Bn.index;tn=tn.slice(0,Vn===i?Lr:Vn)}}else if(E.indexOf(Du(pt),Lr)!=Lr){var Mi=tn.lastIndexOf(pt);Mi>-1&&(tn=tn.slice(0,Mi))}return tn+Le}function bh(E){return E=Eo(E),E&&Ae.test(E)?E.replace(pe,bn):E}var xh=ul(function(E,F,fe){return E+(fe?" ":"")+F.toUpperCase()}),Md=xc("toUpperCase");function t0(E,F,fe){return E=Eo(E),F=fe?i:F,F===i?$u(E)?Zn(E):du(E):E.match(F)||[]}var r0=Pa(function(E,F){try{return Na(E,i,F)}catch(fe){return lf(fe)?fe:new Pn(fe)}}),wh=L(function(E,F){return di(F,function(fe){fe=oa(fe),Da(E,fe,Re(E[fe],E))}),E});function Eh(E){var F=E==null?0:E.length,fe=pn();return E=F?ea(E,function(Le){if(typeof Le[1]!="function")throw new Ai(o);return[fe(Le[0]),Le[1]]}):[],Pa(function(Le){for(var pt=-1;++pt<F;){var tr=E[pt];if(Na(tr[0],this,Le))return Na(tr[1],this,Le)}})}function Sh(E){return wo(Pr(E,p))}function Fd(E){return function(){return E}}function Ah(E,F){return E==null||E!==E?F:E}var Ch=Ul(),Th=Ul(!0);function cc(E){return E}function Bd(E){return mc(typeof E=="function"?E:Pr(E,p))}function Ph(E){return El(Pr(E,p))}function Ih(E,F){return Mo(E,Pr(F,p))}var Oh=Pa(function(E,F){return function(fe){return fc(fe,E,F)}}),Dh=Pa(function(E,F){return function(fe){return fc(E,fe,F)}});function Nd(E,F,fe){var Le=hl(F),pt=Dl(F,Le);fe==null&&!(Bo(F)&&(pt.length||!Le.length))&&(fe=F,F=E,E=this,pt=Dl(F,hl(F)));var tr=!(Bo(fe)&&"chain"in fe)||!!fe.chain,br=Ol(E);return di(pt,function(Lr){var tn=F[Lr];E[Lr]=tn,br&&(E.prototype[Lr]=function(){var Bn=this.__chain__;if(tr||Bn){var Nn=E(this.__wrapped__),Vn=Nn.__actions__=lu(this.__actions__);return Vn.push({func:tn,args:arguments,thisArg:E}),Nn.__chain__=Bn,Nn}return tn.apply(E,Ga([this.value()],arguments))})}),E}function kh(){return Ba._===this&&(Ba._=zo),this}function jd(){}function Rh(E){return E=Cs(E),Pa(function(F){return Fl(F,E)})}var Lh=ec(ea),Mh=ec(Rn),Fh=ec(xo);function n0(E){return ll(E)?pi(oa(E)):Xl(E)}function Bh(E){return function(F){return E==null?i:xu(E,F)}}var Nh=yf(),jh=yf(!0);function Ud(){return[]}function zd(){return!1}function Uh(){return{}}function zh(){return""}function Zh(){return!0}function Wh(E,F){if(E=Cs(E),E<1||E>J)return[];var fe=U,Le=ba(E,U);F=pn(F),E-=U;for(var pt=Ha(Le,F);++fe<E;)F(fe);return pt}function Hh(E){return pa(E)?ea(E,oa):Cc(E)?[E]:lu(Ma(Eo(E)))}function Gh(E){var F=++To;return Eo(E)+F}var $h=wc(function(E,F){return E+F},0),Kh=Zl("ceil"),Vh=wc(function(E,F){return E/F},1),Yh=Zl("floor");function Xh(E){return E&&E.length?bl(E,cc,Qo):i}function Qh(E,F){return E&&E.length?bl(E,pn(F,2),Qo):i}function qh(E){return $o(E,cc)}function Jh(E,F){return $o(E,pn(F,2))}function ep(E){return E&&E.length?bl(E,cc,Ml):i}function tp(E,F){return E&&E.length?bl(E,pn(F,2),Ml):i}var rp=wc(function(E,F){return E*F},1),np=Zl("round"),ip=wc(function(E,F){return E-F},0);function ap(E){return E&&E.length?is(E,cc):0}function sp(E,F){return E&&E.length?is(E,pn(F,2)):0}return kt.after=de,kt.ary=be,kt.assign=m0,kt.assignIn=Vd,kt.assignInWith=Ed,kt.assignWith=v0,kt.at=g0,kt.before=ke,kt.bind=Re,kt.bindAll=wh,kt.bindKey=ot,kt.castArray=Li,kt.chain=Un,kt.chunk=ua,kt.compact=Bs,kt.concat=Ju,kt.cond=Eh,kt.conforms=Sh,kt.constant=Fd,kt.countBy=Sd,kt.create=_0,kt.curry=st,kt.curryRight=Xt,kt.debounce=ar,kt.defaults=y0,kt.defaultsDeep=b0,kt.defer=ur,kt.delay=Sr,kt.difference=cl,kt.differenceBy=yl,kt.differenceWith=el,kt.drop=$l,kt.dropRight=Kf,kt.dropRightWhile=Ef,kt.dropWhile=sc,kt.fill=Mf,kt.filter=Cd,kt.flatMap=md,kt.flatMapDeep=Td,kt.flatMapDepth=Pd,kt.flatten=nf,kt.flattenDeep=tl,kt.flattenDepth=Vf,kt.flip=Ur,kt.flow=Ch,kt.flowRight=Th,kt.fromPairs=fl,kt.functions=T0,kt.functionsIn=P0,kt.groupBy=Id,kt.initial=Jo,kt.intersection=Sf,kt.intersectionBy=sf,kt.intersectionWith=Il,kt.invert=O0,kt.invertBy=D0,kt.invokeMap=_d,kt.iteratee=Bd,kt.keyBy=cd,kt.keys=hl,kt.keysIn=lc,kt.map=td,kt.mapKeys=R0,kt.mapValues=L0,kt.matches=Ph,kt.matchesProperty=Ih,kt.memoize=mn,kt.merge=M0,kt.mergeWith=Yd,kt.method=Oh,kt.methodOf=Dh,kt.mixin=Nd,kt.negate=Zr,kt.nthArg=Rh,kt.omit=F0,kt.omitBy=B0,kt.once=cn,kt.orderBy=Pf,kt.over=Lh,kt.overArgs=un,kt.overEvery=Mh,kt.overSome=Fh,kt.partial=Xr,kt.partialRight=Dn,kt.partition=O,kt.pick=N0,kt.pickBy=Xd,kt.property=n0,kt.propertyOf=Bh,kt.pull=of,kt.pullAll=Bc,kt.pullAllBy=Bf,kt.pullAllWith=Nc,kt.pullAt=Zf,kt.range=Nh,kt.rangeRight=jh,kt.rearg=wi,kt.reject=s,kt.remove=Yf,kt.rest=Qi,kt.reverse=Nf,kt.sampleSize=w,kt.set=U0,kt.setWith=z0,kt.shuffle=T,kt.slice=Xf,kt.sortBy=V,kt.sortedUniq=Tf,kt.sortedUniqBy=Jf,kt.split=ch,kt.spread=fa,kt.tail=Gf,kt.take=_,kt.takeRight=C,kt.takeRightWhile=z,kt.takeWhile=ge,kt.tap=Ya,kt.throttle=qi,kt.thru=Hi,kt.toArray=Gd,kt.toPairs=Qd,kt.toPairsIn=qd,kt.toPath=Hh,kt.toPlainObject=Kd,kt.transform=Z0,kt.unary=fi,kt.union=De,kt.unionBy=nt,kt.unionWith=Ht,kt.uniq=fr,kt.uniqBy=kr,kt.uniqWith=gn,kt.unset=W0,kt.unzip=Oi,kt.unzipWith=Ua,kt.update=H0,kt.updateWith=G0,kt.values=nd,kt.valuesIn=$0,kt.without=Kn,kt.words=t0,kt.wrap=aa,kt.xor=ca,kt.xorBy=za,kt.xorWith=Ra,kt.zip=an,kt.zipObject=jr,kt.zipObjectDeep=nn,kt.zipWith=In,kt.entries=Qd,kt.entriesIn=qd,kt.extend=Vd,kt.extendWith=Ed,Nd(kt,kt),kt.add=$h,kt.attempt=r0,kt.camelCase=X0,kt.capitalize=Jd,kt.ceil=Kh,kt.clamp=K0,kt.clone=la,kt.cloneDeep=bi,kt.cloneDeepWith=xi,kt.cloneWith=Fa,kt.conformsTo=ws,kt.deburr=e0,kt.defaultTo=Ah,kt.divide=Vh,kt.endsWith=Q0,kt.eq=Es,kt.escape=q0,kt.escapeRegExp=J0,kt.every=Ad,kt.find=hd,kt.findIndex=tf,kt.findKey=x0,kt.findLast=pd,kt.findLastIndex=rf,kt.findLastKey=w0,kt.floor=Yh,kt.forEach=vd,kt.forEachRight=gd,kt.forIn=E0,kt.forInRight=S0,kt.forOwn=A0,kt.forOwnRight=C0,kt.get=Rd,kt.gt=As,kt.gte=Vs,kt.has=I0,kt.hasIn=Ld,kt.head=af,kt.identity=cc,kt.includes=ld,kt.indexOf=Ff,kt.inRange=V0,kt.invoke=k0,kt.isArguments=fu,kt.isArray=pa,kt.isArrayBuffer=oc,kt.isArrayLike=tu,kt.isArrayLikeObject=Oo,kt.isBoolean=Od,kt.isBuffer=jc,kt.isDate=fd,kt.isElement=Zd,kt.isEmpty=lo,kt.isEqual=dl,kt.isEqualWith=uc,kt.isError=lf,kt.isFinite=Ac,kt.isFunction=Ol,kt.isInteger=If,kt.isLength=Qf,kt.isMap=$f,kt.isMatch=yd,kt.isMatchWith=Dd,kt.isNaN=bd,kt.isNative=xd,kt.isNil=o0,kt.isNull=qf,kt.isNumber=Wd,kt.isObject=Bo,kt.isObjectLike=ru,kt.isPlainObject=dd,kt.isRegExp=kd,kt.isSafeInteger=u0,kt.isSet=Hd,kt.isString=wd,kt.isSymbol=Cc,kt.isTypedArray=rd,kt.isUndefined=l0,kt.isWeakMap=c0,kt.isWeakSet=f0,kt.join=Fc,kt.kebabCase=eh,kt.last=eu,kt.lastIndexOf=Af,kt.lowerCase=th,kt.lowerFirst=rh,kt.lt=d0,kt.lte=h0,kt.max=Xh,kt.maxBy=Qh,kt.mean=qh,kt.meanBy=Jh,kt.min=ep,kt.minBy=tp,kt.stubArray=Ud,kt.stubFalse=zd,kt.stubObject=Uh,kt.stubString=zh,kt.stubTrue=Zh,kt.multiply=rp,kt.nth=Cf,kt.noConflict=kh,kt.noop=jd,kt.now=oe,kt.pad=nh,kt.padEnd=ih,kt.padStart=ah,kt.parseInt=sh,kt.random=Y0,kt.reduce=t,kt.reduceRight=n,kt.repeat=oh,kt.replace=uh,kt.result=j0,kt.round=np,kt.runInContext=mr,kt.sample=v,kt.size=j,kt.snakeCase=lh,kt.some=q,kt.sortedIndex=Wf,kt.sortedIndexBy=uf,kt.sortedIndexOf=id,kt.sortedLastIndex=Hf,kt.sortedLastIndexBy=jf,kt.sortedLastIndexOf=ad,kt.startCase=fh,kt.startsWith=dh,kt.subtract=ip,kt.sum=ap,kt.sumBy=sp,kt.template=hh,kt.times=Wh,kt.toFinite=Uf,kt.toInteger=Cs,kt.toLength=$d,kt.toLower=ph,kt.toNumber=Uc,kt.toSafeInteger=p0,kt.toString=Eo,kt.toUpper=mh,kt.trim=vh,kt.trimEnd=gh,kt.trimStart=_h,kt.truncate=yh,kt.unescape=bh,kt.uniqueId=Gh,kt.upperCase=xh,kt.upperFirst=Md,kt.each=vd,kt.eachRight=gd,kt.first=af,Nd(kt,function(){var E={};return Xo(kt,function(F,fe){on.call(kt.prototype,fe)||(E[fe]=F)}),E}(),{chain:!1}),kt.VERSION=l,di(["bind","bindKey","curry","curryRight","partial","partialRight"],function(E){kt[E].placeholder=kt}),di(["drop","take"],function(E,F){wn.prototype[E]=function(fe){fe=fe===i?1:hi(Cs(fe),0);var Le=this.__filtered__&&!F?new wn(this):this.clone();return Le.__filtered__?Le.__takeCount__=ba(fe,Le.__takeCount__):Le.__views__.push({size:ba(fe,U),type:E+(Le.__dir__<0?"Right":"")}),Le},wn.prototype[E+"Right"]=function(fe){return this.reverse()[E](fe).reverse()}}),di(["filter","map","takeWhile"],function(E,F){var fe=F+1,Le=fe==Y||fe==se;wn.prototype[E]=function(pt){var tr=this.clone();return tr.__iteratees__.push({iteratee:pn(pt,3),type:fe}),tr.__filtered__=tr.__filtered__||Le,tr}}),di(["head","last"],function(E,F){var fe="take"+(F?"Right":"");wn.prototype[E]=function(){return this[fe](1).value()[0]}}),di(["initial","tail"],function(E,F){var fe="drop"+(F?"":"Right");wn.prototype[E]=function(){return this.__filtered__?new wn(this):this[fe](1)}}),wn.prototype.compact=function(){return this.filter(cc)},wn.prototype.find=function(E){return this.filter(E).head()},wn.prototype.findLast=function(E){return this.reverse().find(E)},wn.prototype.invokeMap=Pa(function(E,F){return typeof E=="function"?new wn(this):this.map(function(fe){return fc(fe,E,F)})}),wn.prototype.reject=function(E){return this.filter(Zr(pn(E)))},wn.prototype.slice=function(E,F){E=Cs(E);var fe=this;return fe.__filtered__&&(E>0||F<0)?new wn(fe):(E<0?fe=fe.takeRight(-E):E&&(fe=fe.drop(E)),F!==i&&(F=Cs(F),fe=F<0?fe.dropRight(-F):fe.take(F-E)),fe)},wn.prototype.takeRightWhile=function(E){return this.reverse().takeWhile(E).reverse()},wn.prototype.toArray=function(){return this.take(U)},Xo(wn.prototype,function(E,F){var fe=/^(?:filter|find|map|reject)|While$/.test(F),Le=/^(?:head|last)$/.test(F),pt=kt[Le?"take"+(F=="last"?"Right":""):F],tr=Le||/^find/.test(F);pt&&(kt.prototype[F]=function(){var br=this.__wrapped__,Lr=Le?[1]:arguments,tn=br instanceof wn,Bn=Lr[0],Nn=tn||pa(br),Vn=function(Ys){var eo=pt.apply(kt,Ga([Ys],Lr));return Le&&Mi?eo[0]:eo};Nn&&fe&&typeof Bn=="function"&&Bn.length!=1&&(tn=Nn=!1);var Mi=this.__chain__,ya=!!this.__actions__.length,Za=tr&&!Mi,Os=tn&&!ya;if(!tr&&Nn){br=Os?br:new wn(this);var Wa=E.apply(br,Lr);return Wa.__actions__.push({func:Hi,args:[Vn],thisArg:i}),new vn(Wa,Mi)}return Za&&Os?E.apply(this,Lr):(Wa=this.thru(Vn),Za?Le?Wa.value()[0]:Wa.value():Wa)})}),di(["pop","push","shift","sort","splice","unshift"],function(E){var F=xt[E],fe=/^(?:push|sort|unshift)$/.test(E)?"tap":"thru",Le=/^(?:pop|shift)$/.test(E);kt.prototype[E]=function(){var pt=arguments;if(Le&&!this.__chain__){var tr=this.value();return F.apply(pa(tr)?tr:[],pt)}return this[fe](function(br){return F.apply(pa(br)?br:[],pt)})}}),Xo(wn.prototype,function(E,F){var fe=kt[F];if(fe){var Le=fe.name+"";on.call(ji,Le)||(ji[Le]=[]),ji[Le].push({name:F,func:fe})}}),ji[Sl(i,R).name]=[{name:"wrapper",func:i}],wn.prototype.clone=He,wn.prototype.reverse=Zt,wn.prototype.value=xr,kt.prototype.at=Xa,kt.prototype.chain=ms,kt.prototype.commit=Ja,kt.prototype.next=Kl,kt.prototype.plant=od,kt.prototype.reverse=ud,kt.prototype.toJSON=kt.prototype.valueOf=kt.prototype.value=ed,kt.prototype.first=kt.prototype.head,Kr&&(kt.prototype[Kr]=sd),kt},ei=ai();Ba._=ei,r=function(){return ei}.call(g,e,g,d),r!==i&&(d.exports=r)}).call(this)},55056:function(d,g,e){var r=e(37111),i=e(94792),l=i(function(c,f,o){r(c,f,o)});d.exports=l},75374:function(d){function g(){return!1}d.exports=g},8416:function(d,g,e){var r=e(39408),i=e(331);function l(c){return r(c,i(c))}d.exports=l},32834:function(d){(function(g,e){d.exports=e()})(this,function(){"use strict";function g(yt,Ce){for(var _t=0;_t<Ce.length;_t++){var Ue=Ce[_t];Ue.enumerable=Ue.enumerable||!1,Ue.configurable=!0,"value"in Ue&&(Ue.writable=!0),Object.defineProperty(yt,Ue.key,Ue)}}function e(yt,Ce,_t){return Ce&&g(yt.prototype,Ce),_t&&g(yt,_t),yt}function r(yt,Ce){if(yt){if(typeof yt=="string")return i(yt,Ce);var _t=Object.prototype.toString.call(yt).slice(8,-1);if(_t==="Object"&&yt.constructor&&(_t=yt.constructor.name),_t==="Map"||_t==="Set")return Array.from(yt);if(_t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_t))return i(yt,Ce)}}function i(yt,Ce){(Ce==null||Ce>yt.length)&&(Ce=yt.length);for(var _t=0,Ue=new Array(Ce);_t<Ce;_t++)Ue[_t]=yt[_t];return Ue}function l(yt,Ce){var _t=typeof Symbol!="undefined"&&yt[Symbol.iterator]||yt["@@iterator"];if(_t)return(_t=_t.call(yt)).next.bind(_t);if(Array.isArray(yt)||(_t=r(yt))||Ce&&yt&&typeof yt.length=="number"){_t&&(yt=_t);var Ue=0;return function(){return Ue>=yt.length?{done:!0}:{done:!1,value:yt[Ue++]}}}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(yt){c.exports.defaults=yt}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(Ce){return p[Ce]};function m(yt,Ce){if(Ce){if(h.test(yt))return yt.replace(u,y)}else if(a.test(yt))return yt.replace(x,y);return yt}var b=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function A(yt){return yt.replace(b,function(Ce,_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(yt,Ce){yt=yt.source||yt,Ce=Ce||"";var _t={replace:function(xe,dt){return dt=dt.source||dt,dt=dt.replace(k,"$1"),yt=yt.replace(xe,dt),_t},getRegex:function(){return new RegExp(yt,Ce)}};return _t}var S=/[^\w:]/g,I=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function M(yt,Ce,_t){if(yt){var Ue;try{Ue=decodeURIComponent(A(_t)).replace(S,"").toLowerCase()}catch(xe){return null}if(Ue.indexOf("javascript:")===0||Ue.indexOf("vbscript:")===0||Ue.indexOf("data:")===0)return null}Ce&&!I.test(_t)&&(_t=H(Ce,_t));try{_t=encodeURI(_t).replace(/%25/g,"%")}catch(xe){return null}return _t}var B={},N=/^[^:]+:\/*[^/]*$/,K=/^([^:]+:)[\s\S]*$/,G=/^([^:]+:\/*[^/]*)[\s\S]*$/;function H(yt,Ce){B[" "+yt]||(N.test(yt)?B[" "+yt]=yt+"/":B[" "+yt]=X(yt,"/",!0)),yt=B[" "+yt];var _t=yt.indexOf(":")===-1;return Ce.substring(0,2)==="//"?_t?Ce:yt.replace(K,"$1")+Ce:Ce.charAt(0)==="/"?_t?Ce:yt.replace(G,"$1")+Ce:yt+Ce}var ae={exec:function(){}};function ie(yt){for(var Ce=1,_t,Ue;Ce<arguments.length;Ce++){_t=arguments[Ce];for(Ue in _t)Object.prototype.hasOwnProperty.call(_t,Ue)&&(yt[Ue]=_t[Ue])}return yt}function ue(yt,Ce){var _t=yt.replace(/\|/g,function(dt,Dt,Be){for(var Dr=!1,vt=Dt;--vt>=0&&Be[vt]==="\\";)Dr=!Dr;return Dr?"|":" |"}),Ue=_t.split(/ \|/),xe=0;if(Ue.length>Ce)Ue.splice(Ce);else for(;Ue.length<Ce;)Ue.push("");for(;xe<Ue.length;xe++)Ue[xe]=Ue[xe].trim().replace(/\\\|/g,"|");return Ue}function X(yt,Ce,_t){var Ue=yt.length;if(Ue===0)return"";for(var xe=0;xe<Ue;){var dt=yt.charAt(Ue-xe-1);if(dt===Ce&&!_t)xe++;else if(dt!==Ce&&_t)xe++;else break}return yt.substr(0,Ue-xe)}function Y(yt,Ce){if(yt.indexOf(Ce[1])===-1)return-1;for(var _t=yt.length,Ue=0,xe=0;xe<_t;xe++)if(yt[xe]==="\\")xe++;else if(yt[xe]===Ce[0])Ue++;else if(yt[xe]===Ce[1]&&(Ue--,Ue<0))return xe;return-1}function $(yt){yt&&yt.sanitize&&!yt.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 se(yt,Ce){if(Ce<1)return"";for(var _t="";Ce>1;)Ce&1&&(_t+=yt),Ce>>=1,yt+=yt;return _t+yt}var ee={escape:m,unescape:A,edit:R,cleanUrl:M,resolveUrl:H,noopTest:ae,merge:ie,splitCells:ue,rtrim:X,findClosingBracket:Y,checkSanitizeDeprecation:$,repeatString:se},J=c.exports.defaults,le=ee.rtrim,Z=ee.splitCells,U=ee.escape,ne=ee.findClosingBracket;function me(yt,Ce,_t){var Ue=Ce.href,xe=Ce.title?U(Ce.title):null,dt=yt[1].replace(/\\([\[\]])/g,"$1");return yt[0].charAt(0)!=="!"?{type:"link",raw:_t,href:Ue,title:xe,text:dt}:{type:"image",raw:_t,href:Ue,title:xe,text:U(dt)}}function Ee(yt,Ce){var _t=yt.match(/^(\s+)(?:```)/);if(_t===null)return Ce;var Ue=_t[1];return Ce.split(`
`).map(function(xe){var dt=xe.match(/^\s+/);if(dt===null)return xe;var Dt=dt[0];return Dt.length>=Ue.length?xe.slice(Ue.length):xe}).join(`
`)}var Pe=function(){function yt(_t){this.options=_t||J}var Ce=yt.prototype;return Ce.space=function(Ue){var xe=this.rules.block.newline.exec(Ue);if(xe)return xe[0].length>1?{type:"space",raw:xe[0]}:{raw:`
`}},Ce.code=function(Ue){var xe=this.rules.block.code.exec(Ue);if(xe){var dt=xe[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:xe[0],codeBlockStyle:"indented",text:this.options.pedantic?dt:le(dt,`
`)}}},Ce.fences=function(Ue){var xe=this.rules.block.fences.exec(Ue);if(xe){var dt=xe[0],Dt=Ee(dt,xe[3]||"");return{type:"code",raw:dt,lang:xe[2]?xe[2].trim():xe[2],text:Dt}}},Ce.heading=function(Ue){var xe=this.rules.block.heading.exec(Ue);if(xe){var dt=xe[2].trim();if(/#$/.test(dt)){var Dt=le(dt,"#");(this.options.pedantic||!Dt||/ $/.test(Dt))&&(dt=Dt.trim())}return{type:"heading",raw:xe[0],depth:xe[1].length,text:dt}}},Ce.nptable=function(Ue){var xe=this.rules.block.nptable.exec(Ue);if(xe){var dt={type:"table",header:Z(xe[1].replace(/^ *| *\| *$/g,"")),align:xe[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:xe[3]?xe[3].replace(/\n$/,"").split(`
`):[],raw:xe[0]};if(dt.header.length===dt.align.length){var Dt=dt.align.length,Be;for(Be=0;Be<Dt;Be++)/^ *-+: *$/.test(dt.align[Be])?dt.align[Be]="right":/^ *:-+: *$/.test(dt.align[Be])?dt.align[Be]="center":/^ *:-+ *$/.test(dt.align[Be])?dt.align[Be]="left":dt.align[Be]=null;for(Dt=dt.cells.length,Be=0;Be<Dt;Be++)dt.cells[Be]=Z(dt.cells[Be],dt.header.length);return dt}}},Ce.hr=function(Ue){var xe=this.rules.block.hr.exec(Ue);if(xe)return{type:"hr",raw:xe[0]}},Ce.blockquote=function(Ue){var xe=this.rules.block.blockquote.exec(Ue);if(xe){var dt=xe[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:xe[0],text:dt}}},Ce.list=function(Ue){var xe=this.rules.block.list.exec(Ue);if(xe){var dt=xe[0],Dt=xe[2],Be=Dt.length>1,Dr={type:"list",raw:dt,ordered:Be,start:Be?+Dt.slice(0,-1):"",loose:!1,items:[]},vt=xe[0].match(this.rules.block.item),qr=!1,sn,zt,er,Bt,Yt,wr,Ir,Pt,Kt,jt=vt.length;er=this.rules.block.listItemStart.exec(vt[0]);for(var qt=0;qt<jt;qt++){if(sn=vt[qt],dt=sn,this.options.pedantic||(Kt=sn.match(new RegExp("\\n\\s*\\n {0,"+(er[0].length-1)+"}\\S")),Kt&&(Yt=sn.length-Kt.index+vt.slice(qt+1).join(`
`).length,Dr.raw=Dr.raw.substring(0,Dr.raw.length-Yt),sn=sn.substring(0,Kt.index),dt=sn,jt=qt+1)),qt!==jt-1){if(Bt=this.rules.block.listItemStart.exec(vt[qt+1]),this.options.pedantic?Bt[1].length>er[1].length:Bt[1].length>=er[0].length||Bt[1].length>3){vt.splice(qt,2,vt[qt]+(!this.options.pedantic&&Bt[1].length<er[0].length&&!vt[qt].match(/\n$/)?"":`
`)+vt[qt+1]),qt--,jt--;continue}else(!this.options.pedantic||this.options.smartLists?Bt[2][Bt[2].length-1]!==Dt[Dt.length-1]:Be===(Bt[2].length===1))&&(Yt=vt.slice(qt+1).join(`
`).length,Dr.raw=Dr.raw.substring(0,Dr.raw.length-Yt),qt=jt-1);er=Bt}zt=sn.length,sn=sn.replace(/^ *([*+-]|\d+[.)]) ?/,""),~sn.indexOf(`
`)&&(zt-=sn.length,sn=this.options.pedantic?sn.replace(/^ {1,4}/gm,""):sn.replace(new RegExp("^ {1,"+zt+"}","gm"),"")),sn=le(sn,`
`),qt!==jt-1&&(dt=dt+`
`),wr=qr||/\n\n(?!\s*$)/.test(dt),qt!==jt-1&&(qr=dt.slice(-2)===`
`,wr||(wr=qr)),wr&&(Dr.loose=!0),this.options.gfm&&(Ir=/^\[[ xX]\] /.test(sn),Pt=void 0,Ir&&(Pt=sn[1]!==" ",sn=sn.replace(/^\[[ xX]\] +/,""))),Dr.items.push({type:"list_item",raw:dt,task:Ir,checked:Pt,loose:wr,text:sn})}return Dr}},Ce.html=function(Ue){var xe=this.rules.block.html.exec(Ue);if(xe)return{type:this.options.sanitize?"paragraph":"html",raw:xe[0],pre:!this.options.sanitizer&&(xe[1]==="pre"||xe[1]==="script"||xe[1]==="style"),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(xe[0]):U(xe[0]):xe[0]}},Ce.def=function(Ue){var xe=this.rules.block.def.exec(Ue);if(xe){xe[3]&&(xe[3]=xe[3].substring(1,xe[3].length-1));var dt=xe[1].toLowerCase().replace(/\s+/g," ");return{type:"def",tag:dt,raw:xe[0],href:xe[2],title:xe[3]}}},Ce.table=function(Ue){var xe=this.rules.block.table.exec(Ue);if(xe){var dt={type:"table",header:Z(xe[1].replace(/^ *| *\| *$/g,"")),align:xe[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:xe[3]?xe[3].replace(/\n$/,"").split(`
`):[]};if(dt.header.length===dt.align.length){dt.raw=xe[0];var Dt=dt.align.length,Be;for(Be=0;Be<Dt;Be++)/^ *-+: *$/.test(dt.align[Be])?dt.align[Be]="right":/^ *:-+: *$/.test(dt.align[Be])?dt.align[Be]="center":/^ *:-+ *$/.test(dt.align[Be])?dt.align[Be]="left":dt.align[Be]=null;for(Dt=dt.cells.length,Be=0;Be<Dt;Be++)dt.cells[Be]=Z(dt.cells[Be].replace(/^ *\| *| *\| *$/g,""),dt.header.length);return dt}}},Ce.lheading=function(Ue){var xe=this.rules.block.lheading.exec(Ue);if(xe)return{type:"heading",raw:xe[0],depth:xe[2].charAt(0)==="="?1:2,text:xe[1]}},Ce.paragraph=function(Ue){var xe=this.rules.block.paragraph.exec(Ue);if(xe)return{type:"paragraph",raw:xe[0],text:xe[1].charAt(xe[1].length-1)===`
`?xe[1].slice(0,-1):xe[1]}},Ce.text=function(Ue){var xe=this.rules.block.text.exec(Ue);if(xe)return{type:"text",raw:xe[0],text:xe[0]}},Ce.escape=function(Ue){var xe=this.rules.inline.escape.exec(Ue);if(xe)return{type:"escape",raw:xe[0],text:U(xe[1])}},Ce.tag=function(Ue,xe,dt){var Dt=this.rules.inline.tag.exec(Ue);if(Dt)return!xe&&/^<a /i.test(Dt[0])?xe=!0:xe&&/^<\/a>/i.test(Dt[0])&&(xe=!1),!dt&&/^<(pre|code|kbd|script)(\s|>)/i.test(Dt[0])?dt=!0:dt&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(Dt[0])&&(dt=!1),{type:this.options.sanitize?"text":"html",raw:Dt[0],inLink:xe,inRawBlock:dt,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(Dt[0]):U(Dt[0]):Dt[0]}},Ce.link=function(Ue){var xe=this.rules.inline.link.exec(Ue);if(xe){var dt=xe[2].trim();if(!this.options.pedantic&&/^</.test(dt)){if(!/>$/.test(dt))return;var Dt=le(dt.slice(0,-1),"\\");if((dt.length-Dt.length)%2===0)return}else{var Be=ne(xe[2],"()");if(Be>-1){var Dr=xe[0].indexOf("!")===0?5:4,vt=Dr+xe[1].length+Be;xe[2]=xe[2].substring(0,Be),xe[0]=xe[0].substring(0,vt).trim(),xe[3]=""}}var qr=xe[2],sn="";if(this.options.pedantic){var zt=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(qr);zt&&(qr=zt[1],sn=zt[3])}else sn=xe[3]?xe[3].slice(1,-1):"";return qr=qr.trim(),/^</.test(qr)&&(this.options.pedantic&&!/>$/.test(dt)?qr=qr.slice(1):qr=qr.slice(1,-1)),me(xe,{href:qr&&qr.replace(this.rules.inline._escapes,"$1"),title:sn&&sn.replace(this.rules.inline._escapes,"$1")},xe[0])}},Ce.reflink=function(Ue,xe){var dt;if((dt=this.rules.inline.reflink.exec(Ue))||(dt=this.rules.inline.nolink.exec(Ue))){var Dt=(dt[2]||dt[1]).replace(/\s+/g," ");if(Dt=xe[Dt.toLowerCase()],!Dt||!Dt.href){var Be=dt[0].charAt(0);return{type:"text",raw:Be,text:Be}}return me(dt,Dt,dt[0])}},Ce.emStrong=function(Ue,xe,dt){dt===void 0&&(dt="");var Dt=this.rules.inline.emStrong.lDelim.exec(Ue);if(Dt&&!(Dt[3]&&dt.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 Be=Dt[1]||Dt[2]||"";if(!Be||Be&&(dt===""||this.rules.inline.punctuation.exec(dt))){var Dr=Dt[0].length-1,vt,qr,sn=Dr,zt=0,er=Dt[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(er.lastIndex=0,xe=xe.slice(-1*Ue.length+Dr);(Dt=er.exec(xe))!=null;)if(vt=Dt[1]||Dt[2]||Dt[3]||Dt[4]||Dt[5]||Dt[6],!!vt){if(qr=vt.length,Dt[3]||Dt[4]){sn+=qr;continue}else if((Dt[5]||Dt[6])&&Dr%3&&!((Dr+qr)%3)){zt+=qr;continue}if(sn-=qr,!(sn>0))return qr=Math.min(qr,qr+sn+zt),Math.min(Dr,qr)%2?{type:"em",raw:Ue.slice(0,Dr+Dt.index+qr+1),text:Ue.slice(1,Dr+Dt.index+qr)}:{type:"strong",raw:Ue.slice(0,Dr+Dt.index+qr+1),text:Ue.slice(2,Dr+Dt.index+qr-1)}}}}},Ce.codespan=function(Ue){var xe=this.rules.inline.code.exec(Ue);if(xe){var dt=xe[2].replace(/\n/g," "),Dt=/[^ ]/.test(dt),Be=/^ /.test(dt)&&/ $/.test(dt);return Dt&&Be&&(dt=dt.substring(1,dt.length-1)),dt=U(dt,!0),{type:"codespan",raw:xe[0],text:dt}}},Ce.br=function(Ue){var xe=this.rules.inline.br.exec(Ue);if(xe)return{type:"br",raw:xe[0]}},Ce.del=function(Ue){var xe=this.rules.inline.del.exec(Ue);if(xe)return{type:"del",raw:xe[0],text:xe[2]}},Ce.autolink=function(Ue,xe){var dt=this.rules.inline.autolink.exec(Ue);if(dt){var Dt,Be;return dt[2]==="@"?(Dt=U(this.options.mangle?xe(dt[1]):dt[1]),Be="mailto:"+Dt):(Dt=U(dt[1]),Be=Dt),{type:"link",raw:dt[0],text:Dt,href:Be,tokens:[{type:"text",raw:Dt,text:Dt}]}}},Ce.url=function(Ue,xe){var dt;if(dt=this.rules.inline.url.exec(Ue)){var Dt,Be;if(dt[2]==="@")Dt=U(this.options.mangle?xe(dt[0]):dt[0]),Be="mailto:"+Dt;else{var Dr;do Dr=dt[0],dt[0]=this.rules.inline._backpedal.exec(dt[0])[0];while(Dr!==dt[0]);Dt=U(dt[0]),dt[1]==="www."?Be="http://"+Dt:Be=Dt}return{type:"link",raw:dt[0],text:Dt,href:Be,tokens:[{type:"text",raw:Dt,text:Dt}]}}},Ce.inlineText=function(Ue,xe,dt){var Dt=this.rules.inline.text.exec(Ue);if(Dt){var Be;return xe?Be=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(Dt[0]):U(Dt[0]):Dt[0]:Be=U(this.options.smartypants?dt(Dt[0]):Dt[0]),{type:"text",raw:Dt[0],text:Be}}},yt}(),We=ee.noopTest,Fe=ee.edit,Lt=ee.merge,mt={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:We,table:We,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html| +\n)[^\n]+)*)/,text:/^[^\n]+/};mt._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,mt._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,mt.def=Fe(mt.def).replace("label",mt._label).replace("title",mt._title).getRegex(),mt.bullet=/(?:[*+-]|\d{1,9}[.)])/,mt.item=/^( *)(bull) ?[^\n]*(?:\n(?! *bull ?)[^\n]*)*/,mt.item=Fe(mt.item,"gm").replace(/bull/g,mt.bullet).getRegex(),mt.listItemStart=Fe(/^( *)(bull) */).replace("bull",mt.bullet).getRegex(),mt.list=Fe(mt.list).replace(/bull/g,mt.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+mt.def.source+")").getRegex(),mt._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",mt._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,mt.html=Fe(mt.html,"i").replace("comment",mt._comment).replace("tag",mt._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),mt.paragraph=Fe(mt._paragraph).replace("hr",mt.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",mt._tag).getRegex(),mt.blockquote=Fe(mt.blockquote).replace("paragraph",mt.paragraph).getRegex(),mt.normal=Lt({},mt),mt.gfm=Lt({},mt.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*|$)"}),mt.gfm.nptable=Fe(mt.gfm.nptable).replace("hr",mt.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",mt._tag).getRegex(),mt.gfm.table=Fe(mt.gfm.table).replace("hr",mt.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",mt._tag).getRegex(),mt.pedantic=Lt({},mt.normal,{html:Fe(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",mt._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:We,paragraph:Fe(mt.normal._paragraph).replace("hr",mt.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",mt.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var wt={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:We,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:We,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};wt._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",wt.punctuation=Fe(wt.punctuation).replace(/punctuation/g,wt._punctuation).getRegex(),wt.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,wt.escapedEmSt=/\\\*|\\_/g,wt._comment=Fe(mt._comment).replace("(?:-->|$)","-->").getRegex(),wt.emStrong.lDelim=Fe(wt.emStrong.lDelim).replace(/punct/g,wt._punctuation).getRegex(),wt.emStrong.rDelimAst=Fe(wt.emStrong.rDelimAst,"g").replace(/punct/g,wt._punctuation).getRegex(),wt.emStrong.rDelimUnd=Fe(wt.emStrong.rDelimUnd,"g").replace(/punct/g,wt._punctuation).getRegex(),wt._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,wt._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,wt._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])?)+(?![-_])/,wt.autolink=Fe(wt.autolink).replace("scheme",wt._scheme).replace("email",wt._email).getRegex(),wt._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,wt.tag=Fe(wt.tag).replace("comment",wt._comment).replace("attribute",wt._attribute).getRegex(),wt._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,wt._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,wt._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,wt.link=Fe(wt.link).replace("label",wt._label).replace("href",wt._href).replace("title",wt._title).getRegex(),wt.reflink=Fe(wt.reflink).replace("label",wt._label).getRegex(),wt.reflinkSearch=Fe(wt.reflinkSearch,"g").replace("reflink",wt.reflink).replace("nolink",wt.nolink).getRegex(),wt.normal=Lt({},wt),wt.pedantic=Lt({},wt.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:Fe(/^!?\[(label)\]\((.*?)\)/).replace("label",wt._label).getRegex(),reflink:Fe(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",wt._label).getRegex()}),wt.gfm=Lt({},wt.normal,{escape:Fe(wt.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.!#$%&'*+\/=?_`{\|}~-]+@)))/}),wt.gfm.url=Fe(wt.gfm.url,"i").replace("email",wt.gfm._extended_email).getRegex(),wt.breaks=Lt({},wt.gfm,{br:Fe(wt.br).replace("{2,}","*").getRegex(),text:Fe(wt.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Gt={block:mt,inline:wt},Ft=Pe,nr=c.exports.defaults,Ne=Gt.block,ht=Gt.inline,Rt=ee.repeatString;function Je(yt){return yt.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 ct(yt){var Ce="",_t,Ue,xe=yt.length;for(_t=0;_t<xe;_t++)Ue=yt.charCodeAt(_t),Math.random()>.5&&(Ue="x"+Ue.toString(16)),Ce+="&#"+Ue+";";return Ce}var at=function(){function yt(_t){this.tokens=[],this.tokens.links=Object.create(null),this.options=_t||nr,this.options.tokenizer=this.options.tokenizer||new Ft,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options;var Ue={block:Ne.normal,inline:ht.normal};this.options.pedantic?(Ue.block=Ne.pedantic,Ue.inline=ht.pedantic):this.options.gfm&&(Ue.block=Ne.gfm,this.options.breaks?Ue.inline=ht.breaks:Ue.inline=ht.gfm),this.tokenizer.rules=Ue}yt.lex=function(Ue,xe){var dt=new yt(xe);return dt.lex(Ue)},yt.lexInline=function(Ue,xe){var dt=new yt(xe);return dt.inlineTokens(Ue)};var Ce=yt.prototype;return Ce.lex=function(Ue){return Ue=Ue.replace(/\r\n|\r/g,`
`).replace(/\t/g," "),this.blockTokens(Ue,this.tokens,!0),this.inline(this.tokens),this.tokens},Ce.blockTokens=function(Ue,xe,dt){xe===void 0&&(xe=[]),dt===void 0&&(dt=!0),this.options.pedantic&&(Ue=Ue.replace(/^ +$/gm,""));for(var Dt,Be,Dr,vt;Ue;){if(Dt=this.tokenizer.space(Ue)){Ue=Ue.substring(Dt.raw.length),Dt.type&&xe.push(Dt);continue}if(Dt=this.tokenizer.code(Ue)){Ue=Ue.substring(Dt.raw.length),vt=xe[xe.length-1],vt&&vt.type==="paragraph"?(vt.raw+=`
`+Dt.raw,vt.text+=`
`+Dt.text):xe.push(Dt);continue}if(Dt=this.tokenizer.fences(Ue)){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(Dt=this.tokenizer.heading(Ue)){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(Dt=this.tokenizer.nptable(Ue)){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(Dt=this.tokenizer.hr(Ue)){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(Dt=this.tokenizer.blockquote(Ue)){Ue=Ue.substring(Dt.raw.length),Dt.tokens=this.blockTokens(Dt.text,[],dt),xe.push(Dt);continue}if(Dt=this.tokenizer.list(Ue)){for(Ue=Ue.substring(Dt.raw.length),Dr=Dt.items.length,Be=0;Be<Dr;Be++)Dt.items[Be].tokens=this.blockTokens(Dt.items[Be].text,[],!1);xe.push(Dt);continue}if(Dt=this.tokenizer.html(Ue)){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(dt&&(Dt=this.tokenizer.def(Ue))){Ue=Ue.substring(Dt.raw.length),this.tokens.links[Dt.tag]||(this.tokens.links[Dt.tag]={href:Dt.href,title:Dt.title});continue}if(Dt=this.tokenizer.table(Ue)){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(Dt=this.tokenizer.lheading(Ue)){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(dt&&(Dt=this.tokenizer.paragraph(Ue))){Ue=Ue.substring(Dt.raw.length),xe.push(Dt);continue}if(Dt=this.tokenizer.text(Ue)){Ue=Ue.substring(Dt.raw.length),vt=xe[xe.length-1],vt&&vt.type==="text"?(vt.raw+=`
`+Dt.raw,vt.text+=`
`+Dt.text):xe.push(Dt);continue}if(Ue){var qr="Infinite loop on byte: "+Ue.charCodeAt(0);if(this.options.silent){console.error(qr);break}else throw new Error(qr)}}return xe},Ce.inline=function(Ue){var xe,dt,Dt,Be,Dr,vt,qr=Ue.length;for(xe=0;xe<qr;xe++)switch(vt=Ue[xe],vt.type){case"paragraph":case"text":case"heading":{vt.tokens=[],this.inlineTokens(vt.text,vt.tokens);break}case"table":{for(vt.tokens={header:[],cells:[]},Be=vt.header.length,dt=0;dt<Be;dt++)vt.tokens.header[dt]=[],this.inlineTokens(vt.header[dt],vt.tokens.header[dt]);for(Be=vt.cells.length,dt=0;dt<Be;dt++)for(Dr=vt.cells[dt],vt.tokens.cells[dt]=[],Dt=0;Dt<Dr.length;Dt++)vt.tokens.cells[dt][Dt]=[],this.inlineTokens(Dr[Dt],vt.tokens.cells[dt][Dt]);break}case"blockquote":{this.inline(vt.tokens);break}case"list":{for(Be=vt.items.length,dt=0;dt<Be;dt++)this.inline(vt.items[dt].tokens);break}}return Ue},Ce.inlineTokens=function(Ue,xe,dt,Dt){xe===void 0&&(xe=[]),dt===void 0&&(dt=!1),Dt===void 0&&(Dt=!1);var Be,Dr,vt=Ue,qr,sn,zt;if(this.tokens.links){var er=Object.keys(this.tokens.links);if(er.length>0)for(;(qr=this.tokenizer.rules.inline.reflinkSearch.exec(vt))!=null;)er.includes(qr[0].slice(qr[0].lastIndexOf("[")+1,-1))&&(vt=vt.slice(0,qr.index)+"["+Rt("a",qr[0].length-2)+"]"+vt.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(qr=this.tokenizer.rules.inline.blockSkip.exec(vt))!=null;)vt=vt.slice(0,qr.index)+"["+Rt("a",qr[0].length-2)+"]"+vt.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(qr=this.tokenizer.rules.inline.escapedEmSt.exec(vt))!=null;)vt=vt.slice(0,qr.index)+"++"+vt.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;Ue;){if(sn||(zt=""),sn=!1,Be=this.tokenizer.escape(Ue)){Ue=Ue.substring(Be.raw.length),xe.push(Be);continue}if(Be=this.tokenizer.tag(Ue,dt,Dt)){Ue=Ue.substring(Be.raw.length),dt=Be.inLink,Dt=Be.inRawBlock;var Bt=xe[xe.length-1];Bt&&Be.type==="text"&&Bt.type==="text"?(Bt.raw+=Be.raw,Bt.text+=Be.text):xe.push(Be);continue}if(Be=this.tokenizer.link(Ue)){Ue=Ue.substring(Be.raw.length),Be.type==="link"&&(Be.tokens=this.inlineTokens(Be.text,[],!0,Dt)),xe.push(Be);continue}if(Be=this.tokenizer.reflink(Ue,this.tokens.links)){Ue=Ue.substring(Be.raw.length);var Yt=xe[xe.length-1];Be.type==="link"?(Be.tokens=this.inlineTokens(Be.text,[],!0,Dt),xe.push(Be)):Yt&&Be.type==="text"&&Yt.type==="text"?(Yt.raw+=Be.raw,Yt.text+=Be.text):xe.push(Be);continue}if(Be=this.tokenizer.emStrong(Ue,vt,zt)){Ue=Ue.substring(Be.raw.length),Be.tokens=this.inlineTokens(Be.text,[],dt,Dt),xe.push(Be);continue}if(Be=this.tokenizer.codespan(Ue)){Ue=Ue.substring(Be.raw.length),xe.push(Be);continue}if(Be=this.tokenizer.br(Ue)){Ue=Ue.substring(Be.raw.length),xe.push(Be);continue}if(Be=this.tokenizer.del(Ue)){Ue=Ue.substring(Be.raw.length),Be.tokens=this.inlineTokens(Be.text,[],dt,Dt),xe.push(Be);continue}if(Be=this.tokenizer.autolink(Ue,ct)){Ue=Ue.substring(Be.raw.length),xe.push(Be);continue}if(!dt&&(Be=this.tokenizer.url(Ue,ct))){Ue=Ue.substring(Be.raw.length),xe.push(Be);continue}if(Be=this.tokenizer.inlineText(Ue,Dt,Je)){Ue=Ue.substring(Be.raw.length),Be.raw.slice(-1)!=="_"&&(zt=Be.raw.slice(-1)),sn=!0,Dr=xe[xe.length-1],Dr&&Dr.type==="text"?(Dr.raw+=Be.raw,Dr.text+=Be.text):xe.push(Be);continue}if(Ue){var wr="Infinite loop on byte: "+Ue.charCodeAt(0);if(this.options.silent){console.error(wr);break}else throw new Error(wr)}}return xe},e(yt,null,[{key:"rules",get:function(){return{block:Ne,inline:ht}}}]),yt}(),Xe=c.exports.defaults,Ze=ee.cleanUrl,ye=ee.escape,Oe=function(){function yt(_t){this.options=_t||Xe}var Ce=yt.prototype;return Ce.code=function(Ue,xe,dt){var Dt=(xe||"").match(/\S*/)[0];if(this.options.highlight){var Be=this.options.highlight(Ue,Dt);Be!=null&&Be!==Ue&&(dt=!0,Ue=Be)}return Ue=Ue.replace(/\n$/,"")+`
`,Dt?'<pre><code class="'+this.options.langPrefix+ye(Dt,!0)+'">'+(dt?Ue:ye(Ue,!0))+`</code></pre>
`:"<pre><code>"+(dt?Ue:ye(Ue,!0))+`</code></pre>
`},Ce.blockquote=function(Ue){return`<blockquote>
`+Ue+`</blockquote>
`},Ce.html=function(Ue){return Ue},Ce.heading=function(Ue,xe,dt,Dt){return this.options.headerIds?"<h"+xe+' id="'+this.options.headerPrefix+Dt.slug(dt)+'">'+Ue+"</h"+xe+`>
`:"<h"+xe+">"+Ue+"</h"+xe+`>
`},Ce.hr=function(){return this.options.xhtml?`<hr/>
`:`<hr>
`},Ce.list=function(Ue,xe,dt){var Dt=xe?"ol":"ul",Be=xe&&dt!==1?' start="'+dt+'"':"";return"<"+Dt+Be+`>
`+Ue+"</"+Dt+`>
`},Ce.listitem=function(Ue){return"<li>"+Ue+`</li>
`},Ce.checkbox=function(Ue){return"<input "+(Ue?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},Ce.paragraph=function(Ue){return"<p>"+Ue+`</p>
`},Ce.table=function(Ue,xe){return xe&&(xe="<tbody>"+xe+"</tbody>"),`<table>
<thead>
`+Ue+`</thead>
`+xe+`</table>
`},Ce.tablerow=function(Ue){return`<tr>
`+Ue+`</tr>
`},Ce.tablecell=function(Ue,xe){var dt=xe.header?"th":"td",Dt=xe.align?"<"+dt+' align="'+xe.align+'">':"<"+dt+">";return Dt+Ue+"</"+dt+`>
`},Ce.strong=function(Ue){return"<strong>"+Ue+"</strong>"},Ce.em=function(Ue){return"<em>"+Ue+"</em>"},Ce.codespan=function(Ue){return"<code>"+Ue+"</code>"},Ce.br=function(){return this.options.xhtml?"<br/>":"<br>"},Ce.del=function(Ue){return"<del>"+Ue+"</del>"},Ce.link=function(Ue,xe,dt){if(Ue=Ze(this.options.sanitize,this.options.baseUrl,Ue),Ue===null)return dt;var Dt='<a href="'+ye(Ue)+'"';return xe&&(Dt+=' title="'+xe+'"'),Dt+=">"+dt+"</a>",Dt},Ce.image=function(Ue,xe,dt){if(Ue=Ze(this.options.sanitize,this.options.baseUrl,Ue),Ue===null)return dt;var Dt='<img src="'+Ue+'" alt="'+dt+'"';return xe&&(Dt+=' title="'+xe+'"'),Dt+=this.options.xhtml?"/>":">",Dt},Ce.text=function(Ue){return Ue},yt}(),Ge=function(){function yt(){}var Ce=yt.prototype;return Ce.strong=function(Ue){return Ue},Ce.em=function(Ue){return Ue},Ce.codespan=function(Ue){return Ue},Ce.del=function(Ue){return Ue},Ce.html=function(Ue){return Ue},Ce.text=function(Ue){return Ue},Ce.link=function(Ue,xe,dt){return""+dt},Ce.image=function(Ue,xe,dt){return""+dt},Ce.br=function(){return""},yt}(),et=function(){function yt(){this.seen={}}var Ce=yt.prototype;return Ce.serialize=function(Ue){return Ue.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},Ce.getNextSafeSlug=function(Ue,xe){var dt=Ue,Dt=0;if(this.seen.hasOwnProperty(dt)){Dt=this.seen[Ue];do Dt++,dt=Ue+"-"+Dt;while(this.seen.hasOwnProperty(dt))}return xe||(this.seen[Ue]=Dt,this.seen[dt]=0),dt},Ce.slug=function(Ue,xe){xe===void 0&&(xe={});var dt=this.serialize(Ue);return this.getNextSafeSlug(dt,xe.dryrun)},yt}(),Qe=Oe,St=Ge,Ct=et,lr=c.exports.defaults,or=ee.unescape,Me=function(){function yt(_t){this.options=_t||lr,this.options.renderer=this.options.renderer||new Qe,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new St,this.slugger=new Ct}yt.parse=function(Ue,xe){var dt=new yt(xe);return dt.parse(Ue)},yt.parseInline=function(Ue,xe){var dt=new yt(xe);return dt.parseInline(Ue)};var Ce=yt.prototype;return Ce.parse=function(Ue,xe){xe===void 0&&(xe=!0);var dt="",Dt,Be,Dr,vt,qr,sn,zt,er,Bt,Yt,wr,Ir,Pt,Kt,jt,qt,yr,Qr,Hr=Ue.length;for(Dt=0;Dt<Hr;Dt++)switch(Yt=Ue[Dt],Yt.type){case"space":continue;case"hr":{dt+=this.renderer.hr();continue}case"heading":{dt+=this.renderer.heading(this.parseInline(Yt.tokens),Yt.depth,or(this.parseInline(Yt.tokens,this.textRenderer)),this.slugger);continue}case"code":{dt+=this.renderer.code(Yt.text,Yt.lang,Yt.escaped);continue}case"table":{for(er="",zt="",vt=Yt.header.length,Be=0;Be<vt;Be++)zt+=this.renderer.tablecell(this.parseInline(Yt.tokens.header[Be]),{header:!0,align:Yt.align[Be]});for(er+=this.renderer.tablerow(zt),Bt="",vt=Yt.cells.length,Be=0;Be<vt;Be++){for(sn=Yt.tokens.cells[Be],zt="",qr=sn.length,Dr=0;Dr<qr;Dr++)zt+=this.renderer.tablecell(this.parseInline(sn[Dr]),{header:!1,align:Yt.align[Dr]});Bt+=this.renderer.tablerow(zt)}dt+=this.renderer.table(er,Bt);continue}case"blockquote":{Bt=this.parse(Yt.tokens),dt+=this.renderer.blockquote(Bt);continue}case"list":{for(wr=Yt.ordered,Ir=Yt.start,Pt=Yt.loose,vt=Yt.items.length,Bt="",Be=0;Be<vt;Be++)jt=Yt.items[Be],qt=jt.checked,yr=jt.task,Kt="",jt.task&&(Qr=this.renderer.checkbox(qt),Pt?jt.tokens.length>0&&jt.tokens[0].type==="text"?(jt.tokens[0].text=Qr+" "+jt.tokens[0].text,jt.tokens[0].tokens&&jt.tokens[0].tokens.length>0&&jt.tokens[0].tokens[0].type==="text"&&(jt.tokens[0].tokens[0].text=Qr+" "+jt.tokens[0].tokens[0].text)):jt.tokens.unshift({type:"text",text:Qr}):Kt+=Qr),Kt+=this.parse(jt.tokens,Pt),Bt+=this.renderer.listitem(Kt,yr,qt);dt+=this.renderer.list(Bt,wr,Ir);continue}case"html":{dt+=this.renderer.html(Yt.text);continue}case"paragraph":{dt+=this.renderer.paragraph(this.parseInline(Yt.tokens));continue}case"text":{for(Bt=Yt.tokens?this.parseInline(Yt.tokens):Yt.text;Dt+1<Hr&&Ue[Dt+1].type==="text";)Yt=Ue[++Dt],Bt+=`
`+(Yt.tokens?this.parseInline(Yt.tokens):Yt.text);dt+=xe?this.renderer.paragraph(Bt):Bt;continue}default:{var jn='Token with "'+Yt.type+'" type was not found.';if(this.options.silent){console.error(jn);return}else throw new Error(jn)}}return dt},Ce.parseInline=function(Ue,xe){xe=xe||this.renderer;var dt="",Dt,Be,Dr=Ue.length;for(Dt=0;Dt<Dr;Dt++)switch(Be=Ue[Dt],Be.type){case"escape":{dt+=xe.text(Be.text);break}case"html":{dt+=xe.html(Be.text);break}case"link":{dt+=xe.link(Be.href,Be.title,this.parseInline(Be.tokens,xe));break}case"image":{dt+=xe.image(Be.href,Be.title,Be.text);break}case"strong":{dt+=xe.strong(this.parseInline(Be.tokens,xe));break}case"em":{dt+=xe.em(this.parseInline(Be.tokens,xe));break}case"codespan":{dt+=xe.codespan(Be.text);break}case"br":{dt+=xe.br();break}case"del":{dt+=xe.del(this.parseInline(Be.tokens,xe));break}case"text":{dt+=xe.text(Be.text);break}default:{var vt='Token with "'+Be.type+'" type was not found.';if(this.options.silent){console.error(vt);return}else throw new Error(vt)}}return dt},yt}(),tt=at,Qt=Me,rt=Pe,Mt=Oe,Ot=Ge,Jt=et,Ut=ee.merge,Te=ee.checkSanitizeDeprecation,ce=ee.escape,pe=c.exports.getDefaults,At=c.exports.changeDefaults,Ae=c.exports.defaults;function ut(yt,Ce,_t){if(typeof yt=="undefined"||yt===null)throw new Error("marked(): input parameter is undefined or null");if(typeof yt!="string")throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(yt)+", string expected");if(typeof Ce=="function"&&(_t=Ce,Ce=null),Ce=Ut({},ut.defaults,Ce||{}),Te(Ce),_t){var Ue=Ce.highlight,xe;try{xe=tt.lex(yt,Ce)}catch(Dr){return _t(Dr)}var dt=function(vt){var qr;if(!vt)try{Ce.walkTokens&&ut.walkTokens(xe,Ce.walkTokens),qr=Qt.parse(xe,Ce)}catch(sn){vt=sn}return Ce.highlight=Ue,vt?_t(vt):_t(null,qr)};if(!Ue||Ue.length<3||(delete Ce.highlight,!xe.length))return dt();var Dt=0;ut.walkTokens(xe,function(Dr){Dr.type==="code"&&(Dt++,setTimeout(function(){Ue(Dr.text,Dr.lang,function(vt,qr){if(vt)return dt(vt);qr!=null&&qr!==Dr.text&&(Dr.text=qr,Dr.escaped=!0),Dt--,Dt===0&&dt()})},0))}),Dt===0&&dt();return}try{var Be=tt.lex(yt,Ce);return Ce.walkTokens&&ut.walkTokens(Be,Ce.walkTokens),Qt.parse(Be,Ce)}catch(Dr){if(Dr.message+=`
Please report this to https://github.com/markedjs/marked.`,Ce.silent)return"<p>An error occurred:</p><pre>"+ce(Dr.message+"",!0)+"</pre>";throw Dr}}ut.options=ut.setOptions=function(yt){return Ut(ut.defaults,yt),At(ut.defaults),ut},ut.getDefaults=pe,ut.defaults=Ae,ut.use=function(yt){var Ce=Ut({},yt);if(yt.renderer&&function(){var Ue=ut.defaults.renderer||new Mt,xe=function(Be){var Dr=Ue[Be];Ue[Be]=function(){for(var vt=arguments.length,qr=new Array(vt),sn=0;sn<vt;sn++)qr[sn]=arguments[sn];var zt=yt.renderer[Be].apply(Ue,qr);return zt===!1&&(zt=Dr.apply(Ue,qr)),zt}};for(var dt in yt.renderer)xe(dt);Ce.renderer=Ue}(),yt.tokenizer&&function(){var Ue=ut.defaults.tokenizer||new rt,xe=function(Be){var Dr=Ue[Be];Ue[Be]=function(){for(var vt=arguments.length,qr=new Array(vt),sn=0;sn<vt;sn++)qr[sn]=arguments[sn];var zt=yt.tokenizer[Be].apply(Ue,qr);return zt===!1&&(zt=Dr.apply(Ue,qr)),zt}};for(var dt in yt.tokenizer)xe(dt);Ce.tokenizer=Ue}(),yt.walkTokens){var _t=ut.defaults.walkTokens;Ce.walkTokens=function(Ue){yt.walkTokens(Ue),_t&&_t(Ue)}}ut.setOptions(Ce)},ut.walkTokens=function(yt,Ce){for(var _t=l(yt),Ue;!(Ue=_t()).done;){var xe=Ue.value;switch(Ce(xe),xe.type){case"table":{for(var dt=l(xe.tokens.header),Dt;!(Dt=dt()).done;){var Be=Dt.value;ut.walkTokens(Be,Ce)}for(var Dr=l(xe.tokens.cells),vt;!(vt=Dr()).done;)for(var qr=vt.value,sn=l(qr),zt;!(zt=sn()).done;){var er=zt.value;ut.walkTokens(er,Ce)}break}case"list":{ut.walkTokens(xe.items,Ce);break}default:xe.tokens&&ut.walkTokens(xe.tokens,Ce)}}},ut.parseInline=function(yt,Ce){if(typeof yt=="undefined"||yt===null)throw new Error("marked.parseInline(): input parameter is undefined or null");if(typeof yt!="string")throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(yt)+", string expected");Ce=Ut({},ut.defaults,Ce||{}),Te(Ce);try{var _t=tt.lexInline(yt,Ce);return Ce.walkTokens&&ut.walkTokens(_t,Ce.walkTokens),Qt.parseInline(_t,Ce)}catch(Ue){if(Ue.message+=`
Please report this to https://github.com/markedjs/marked.`,Ce.silent)return"<p>An error occurred:</p><pre>"+ce(Ue.message+"",!0)+"</pre>";throw Ue}},ut.Parser=Qt,ut.parser=Qt.parse,ut.Renderer=Mt,ut.TextRenderer=Ot,ut.Lexer=tt,ut.lexer=tt.lex,ut.Tokenizer=rt,ut.Slugger=Jt,ut.parse=ut;var $t=ut;return $t})},11690:function(d){const g=/[&<>"']/,e=/[&<>"']/g,r=/[<>"']|&(?!#?\w+;)/,i=/[<>"']|&(?!#?\w+;)/g,l={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},c=H=>l[H];function f(H,ae){if(ae){if(g.test(H))return H.replace(e,c)}else if(r.test(H))return H.replace(i,c);return H}const o=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function h(H){return H.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(H,ae){H=H.source||H,ae=ae||"";const ie={replace:(ue,X)=>(X=X.source||X,X=X.replace(u,"$1"),H=H.replace(ue,X),ie),getRegex:()=>new RegExp(H,ae)};return ie}const x=/[^\w:]/g,p=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function y(H,ae,ie){if(H){let ue;try{ue=decodeURIComponent(h(ie)).replace(x,"").toLowerCase()}catch(X){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=/^[^:]+:\/*[^/]*$/,A=/^([^:]+:)[\s\S]*$/,k=/^([^:]+:\/*[^/]*)[\s\S]*$/;function R(H,ae){m[" "+H]||(b.test(H)?m[" "+H]=H+"/":m[" "+H]=B(H,"/",!0)),H=m[" "+H];const ie=H.indexOf(":")===-1;return ae.substring(0,2)==="//"?ie?ae:H.replace(A,"$1")+ae:ae.charAt(0)==="/"?ie?ae:H.replace(k,"$1")+ae:H+ae}const S={exec:function(){}};function I(H){let ae=1,ie,ue;for(;ae<arguments.length;ae++){ie=arguments[ae];for(ue in ie)Object.prototype.hasOwnProperty.call(ie,ue)&&(H[ue]=ie[ue])}return H}function M(H,ae){const ie=H.replace(/\|/g,(Y,$,se)=>{let ee=!1,J=$;for(;--J>=0&&se[J]==="\\";)ee=!ee;return ee?"|":" |"}),ue=ie.split(/ \|/);let X=0;if(ue.length>ae)ue.splice(ae);else for(;ue.length<ae;)ue.push("");for(;X<ue.length;X++)ue[X]=ue[X].trim().replace(/\\\|/g,"|");return ue}function B(H,ae,ie){const ue=H.length;if(ue===0)return"";let X=0;for(;X<ue;){const Y=H.charAt(ue-X-1);if(Y===ae&&!ie)X++;else if(Y!==ae&&ie)X++;else break}return H.substr(0,ue-X)}function N(H,ae){if(H.indexOf(ae[1])===-1)return-1;const ie=H.length;let ue=0,X=0;for(;X<ie;X++)if(H[X]==="\\")X++;else if(H[X]===ae[0])ue++;else if(H[X]===ae[1]&&(ue--,ue<0))return X;return-1}function K(H){H&&H.sanitize&&!H.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(H,ae){if(ae<1)return"";let ie="";for(;ae>1;)ae&1&&(ie+=H),ae>>=1,H+=H;return ie+H}d.exports={escape:f,unescape:h,edit:a,cleanUrl:y,resolveUrl:R,noopTest:S,merge:I,splitCells:M,rtrim:B,findClosingBracket:N,checkSanitizeDeprecation:K,repeatString:G}},93735:function(d,g,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 A=f._ff,k=f._gg,R=f._hh,S=f._ii,b=0;b<u.length;b+=16){var I=x,M=p,B=y,N=m;x=A(x,p,y,m,u[b+0],7,-680876936),m=A(m,x,p,y,u[b+1],12,-389564586),y=A(y,m,x,p,u[b+2],17,606105819),p=A(p,y,m,x,u[b+3],22,-1044525330),x=A(x,p,y,m,u[b+4],7,-176418897),m=A(m,x,p,y,u[b+5],12,1200080426),y=A(y,m,x,p,u[b+6],17,-1473231341),p=A(p,y,m,x,u[b+7],22,-45705983),x=A(x,p,y,m,u[b+8],7,1770035416),m=A(m,x,p,y,u[b+9],12,-1958414417),y=A(y,m,x,p,u[b+10],17,-42063),p=A(p,y,m,x,u[b+11],22,-1990404162),x=A(x,p,y,m,u[b+12],7,1804603682),m=A(m,x,p,y,u[b+13],12,-40341101),y=A(y,m,x,p,u[b+14],17,-1502002290),p=A(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=S(x,p,y,m,u[b+0],6,-198630844),m=S(m,x,p,y,u[b+7],10,1126891415),y=S(y,m,x,p,u[b+14],15,-1416354905),p=S(p,y,m,x,u[b+5],21,-57434055),x=S(x,p,y,m,u[b+12],6,1700485571),m=S(m,x,p,y,u[b+3],10,-1894986606),y=S(y,m,x,p,u[b+10],15,-1051523),p=S(p,y,m,x,u[b+1],21,-2054922799),x=S(x,p,y,m,u[b+8],6,1873313359),m=S(m,x,p,y,u[b+15],10,-30611744),y=S(y,m,x,p,u[b+6],15,-1560198380),p=S(p,y,m,x,u[b+13],21,1309151649),x=S(x,p,y,m,u[b+4],6,-145523070),m=S(m,x,p,y,u[b+11],10,-1120210379),y=S(y,m,x,p,u[b+2],15,718787259),p=S(p,y,m,x,u[b+9],21,-343485551),x=x+I>>>0,p=p+M>>>0,y=y+B>>>0,m=m+N>>>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=g;function g(e,r){if(!e)throw new Error(r||"Assertion failed")}g.equal=function(r,i,l){if(r!=i)throw new Error(l||"Assertion failed: "+r+" != "+i)}},75918:function(d,g,e){"use strict";e.d(g,{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(A){return A instanceof y?A:new y(function(k){k(A)})}return new(y||(y=Promise))(function(A,k){function R(M){try{I(m.next(M))}catch(B){k(B)}}function S(M){try{I(m.throw(M))}catch(B){k(B)}}function I(M){M.done?A(M.value):b(M.value).then(R,S)}I((m=m.apply(x,p||[])).next())})};class f extends i.JT{constructor(p,y="",m="",b=!0,A){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=A}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,g,e){"use strict";e.d(g,{ok:function(){return r}});function r(i,l){if(!i)throw new Error(l?`Assertion failed (${l})`:"Assertion Failed")}},52615:function(d,g,e){"use strict";e.d(g,{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 A=x.exec(b.id);if(!A)return p(h.error);let[,k,R]=A;const S=["codicon","codicon-"+k];return R&&S.push("codicon-modifier-"+R.substr(1)),S}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,g,e){"use strict";e.d(g,{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 A=y.stacktrace||y.stack;return{$isError:!0,name:m,message:b,stack:A}}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,g,e){"use strict";e.d(g,{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 A(se){return(ee,J=null,le)=>{let Z=!1,U;return U=se(ne=>{if(!Z)return U?U.dispose():Z=!0,ee.call(J,ne)},null,le),Z&&U.dispose(),U}}b.once=A;function k(se,ee){return N((J,le=null,Z)=>se(U=>J.call(le,ee(U)),null,Z))}b.map=k;function R(se,ee){return N((J,le=null,Z)=>se(U=>{ee(U),J.call(le,U)},null,Z))}b.forEach=R;function S(se,ee){return N((J,le=null,Z)=>se(U=>ee(U)&&J.call(le,U),null,Z))}b.filter=S;function I(se){return se}b.signal=I;function M(...se){return(ee,J=null,le)=>(0,i.F8)(...se.map(Z=>Z(U=>ee.call(J,U),null,le)))}b.any=M;function B(se,ee,J){let le=J;return k(se,Z=>(le=ee(le,Z),le))}b.reduce=B;function N(se){let ee;const J=new a({onFirstListenerAdd(){ee=se(J.fire,J)},onLastListenerRemove(){ee.dispose()}});return J.event}function K(se,ee,J=100,le=!1,Z){let U,ne,me,Ee=0;const Pe=new a({leakWarningThreshold:Z,onFirstListenerAdd(){U=se(We=>{Ee++,ne=ee(ne,We),le&&!me&&(Pe.fire(ne),ne=void 0),clearTimeout(me),me=setTimeout(()=>{const Fe=ne;ne=void 0,me=void 0,(!le||Ee>1)&&Pe.fire(Fe),Ee=0},J)})},onLastListenerRemove(){U.dispose()}});return Pe.event}b.debounce=K;function G(se,ee=(J,le)=>J===le){let J=!0,le;return S(se,Z=>{const U=J||!ee(Z,le);return J=!1,le=Z,U})}b.latch=G;function H(se,ee){return[b.filter(se,ee),b.filter(se,J=>!ee(J))]}b.split=H;function ae(se,ee=!1,J=[]){let le=J.slice(),Z=se(me=>{le?le.push(me):ne.fire(me)});const U=()=>{le&&le.forEach(me=>ne.fire(me)),le=null},ne=new a({onFirstListenerAdd(){Z||(Z=se(me=>ne.fire(me)))},onFirstListenerDidAdd(){le&&(ee?setTimeout(U):U())},onLastListenerRemove(){Z&&Z.dispose(),Z=null}});return ne.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(S(this.event,ee))}reduce(ee,J){return new ie(B(this.event,ee,J))}latch(){return new ie(G(this.event))}debounce(ee,J=100,le=!1,Z){return new ie(K(this.event,ee,J,le,Z))}on(ee,J,le){return this.event(ee,J,le)}once(ee,J,le){return A(this.event)(ee,J,le)}}function ue(se){return new ie(se)}b.chain=ue;function X(se,ee,J=le=>le){const le=(...me)=>ne.fire(J(...me)),Z=()=>se.on(ee,le),U=()=>se.removeListener(ee,le),ne=new a({onFirstListenerAdd:Z,onLastListenerRemove:U});return ne.event}b.fromNodeEventEmitter=X;function Y(se,ee,J=le=>le){const le=(...me)=>ne.fire(J(...me)),Z=()=>se.addEventListener(ee,le),U=()=>se.removeEventListener(ee,le),ne=new a({onFirstListenerAdd:Z,onLastListenerRemove:U});return ne.event}b.fromDOMEventEmitter=Y;function $(se){return new Promise(ee=>A(se)(ee))}b.toPromise=$})(f||(f={}));class o{constructor(A){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${A}_${o._idPool++}`}start(A){this._stopWatch=new c.G(!0),this._listenerCount=A}stop(){if(this._stopWatch){const A=this._stopWatch.elapsed();this._elapsedOverall+=A,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${A.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(A,k=Math.random().toString(18).slice(2,5)){this.customThreshold=A,this.name=k,this._warnCountdown=0}dispose(){this._stacks&&this._stacks.clear()}check(A){let k=h;if(typeof this.customThreshold=="number"&&(k=this.customThreshold),k<=0||A<k)return;this._stacks||(this._stacks=new Map);const R=new Error().stack.split(`
`).slice(3).join(`
`),S=this._stacks.get(R)||0;if(this._stacks.set(R,S+1),this._warnCountdown-=1,this._warnCountdown<=0){this._warnCountdown=k*.5;let I,M=0;for(const[B,N]of this._stacks)(!I||M<N)&&(I=B,M=N);console.warn(`[${this.name}] potential listener LEAK detected, having ${A} listeners already. MOST frequent listener (${M}):`),console.warn(I)}return()=>{const I=this._stacks.get(R)||0;this._stacks.set(R,I-1)}}}class a{constructor(A){var k;this._disposed=!1,this._options=A,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=(A,k,R)=>{var S;this._listeners||(this._listeners=new l.S);const I=this._listeners.isEmpty();I&&this._options&&this._options.onFirstListenerAdd&&this._options.onFirstListenerAdd(this);const M=this._listeners.push(k?[A,k]:A);I&&this._options&&this._options.onFirstListenerDidAdd&&this._options.onFirstListenerDidAdd(this),this._options&&this._options.onListenerDidAdd&&this._options.onListenerDidAdd(this,A,k);const B=(S=this._leakageMon)===null||S===void 0?void 0:S.check(this._listeners.size),N=(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(N):Array.isArray(R)&&R.push(N),N}),this._event}fire(A){var k,R;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new l.S);for(let S of this._listeners)this._deliveryQueue.push([S,A]);for((k=this._perfMon)===null||k===void 0||k.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[S,I]=this._deliveryQueue.shift();try{typeof S=="function"?S.call(void 0,I):S[0].call(S[1],I)}catch(M){(0,r.dL)(M)}}(R=this._perfMon)===null||R===void 0||R.stop()}}dispose(){var A,k,R,S,I;this._disposed||(this._disposed=!0,(A=this._listeners)===null||A===void 0||A.clear(),(k=this._deliveryQueue)===null||k===void 0||k.clear(),(S=(R=this._options)===null||R===void 0?void 0:R.onLastListenerRemove)===null||S===void 0||S.call(R),(I=this._leakageMon)===null||I===void 0||I.dispose())}}class x extends a{constructor(A){super(A),this._isPaused=0,this._eventQueue=new l.S,this._mergeFn=A==null?void 0:A.merge}pause(){this._isPaused++}resume(){if(this._isPaused!==0&&--this._isPaused===0)if(this._mergeFn){const A=Array.from(this._eventQueue);this._eventQueue.clear(),super.fire(this._mergeFn(A))}else for(;!this._isPaused&&this._eventQueue.size!==0;)super.fire(this._eventQueue.shift())}fire(A){this._listeners&&(this._isPaused!==0?this._eventQueue.push(A):super.fire(A))}}class p extends x{constructor(A){var k;super(A),this._delay=(k=A.delay)!==null&&k!==void 0?k:100}fire(A){this._handle||(this.pause(),this._handle=setTimeout(()=>{this._handle=void 0,this.resume()},this._delay)),super.fire(A)}}class y{constructor(){this.buffers=[]}wrapEvent(A){return(k,R,S)=>A(I=>{const M=this.buffers[this.buffers.length-1];M?M.push(()=>k.call(R,I)):k.call(R,I)},void 0,S)}bufferEvents(A){const k=[];this.buffers.push(k);const R=A();return this.buffers.pop(),k.forEach(S=>S()),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(A){this.inputEvent=A,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=A(this.emitter.fire,this.emitter))}dispose(){this.inputEventListener.dispose(),this.emitter.dispose()}}},17845:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{$: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 N of M)if(B(N))return!0;return!1}i.some=x;function p(M,B){for(const N of M)if(B(N))return N}i.find=p;function*y(M,B){for(const N of M)B(N)&&(yield N)}i.filter=y;function*m(M,B){let N=0;for(const K of M)yield B(K,N++)}i.map=m;function*b(...M){for(const B of M)for(const N of B)yield N}i.concat=b;function*A(M){for(const B of M)for(const N of B)yield N}i.concatNested=A;function k(M,B,N){let K=N;for(const G of M)K=B(K,G);return K}i.reduce=k;function*R(M,B,N=M.length){for(B<0&&(B+=M.length),N<0?N+=M.length:N>M.length&&(N=M.length);B<N;B++)yield M[B]}i.slice=R;function S(M,B=Number.POSITIVE_INFINITY){const N=[];if(B===0)return[N,M];const K=M[Symbol.iterator]();for(let G=0;G<B;G++){const H=K.next();if(H.done)return[N,i.empty()];N.push(H.value)}return[N,{[Symbol.iterator](){return K}}]}i.consume=S;function I(M,B,N=(K,G)=>K===G){const K=M[Symbol.iterator](),G=B[Symbol.iterator]();for(;;){const H=K.next(),ae=G.next();if(H.done!==ae.done)return!1;if(H.done)return!0;if(!N(H.value,ae.value))return!1}}i.equals=I})(r||(r={}))},69323:function(d,g,e){"use strict";e.d(g,{B9:function(){return m},F8:function(){return b},JT:function(){return R},Jz:function(){return I},OF:function(){return A},SL:function(){return k},Wf:function(){return y},XK:function(){return S},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 N=new Error("Potentially leaked disposable").stack;setTimeout(()=>{B[M]||console.log(N)},3e3)}setParent(B,N){if(B&&B!==R.None)try{B[M]=!0}catch(K){}}markAsDisposed(B){if(B&&B!==R.None)try{B[M]=!0}catch(N){}}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 N of M)c.setParent(N,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 N of M)if(N)try{N.dispose()}catch(K){B.push(K)}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=A(()=>m(M));return a(M,B),B}function A(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 S{constructor(){this._isDisposed=!1,o(this)}get value(){return this._isDisposed?void 0:this._value}set value(B){var N;this._isDisposed||B===this._value||((N=this._value)===null||N===void 0||N.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 I{constructor(B){this.object=B}dispose(){}}},34502:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{$L:function(){return K},ED:function(){return I},IJ:function(){return B},OS:function(){return ie},WE:function(){return H},dz:function(){return M},gn:function(){return G},li:function(){return A},r:function(){return Y},tY:function(){return N},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 A=typeof self=="object"?self:typeof e.g=="object"?e.g:{};let k;typeof A.vscode!="undefined"&&typeof A.vscode.process!="undefined"?k=A.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.env.VSCODE_NLS_CONFIG;if($)try{const se=JSON.parse($),ee=se.availableLanguages["*"];p=se.locale,y=ee||l,m=se._translationsConfigFile}catch(se){}u=!0}else console.error("Unable to resolve platform.");let S=0;f?S=1:c?S=3:o&&(S=2);const I=c,M=f,B=o,N=u,K=a,G=x,H=b,ae=function(){if(A.setImmediate)return A.setImmediate.bind(A);if(typeof A.postMessage=="function"&&!A.importScripts){let ee=[];A.addEventListener("message",le=>{if(le.data&&le.data.vscodeSetImmediateId)for(let Z=0,U=ee.length;Z<U;Z++){const ne=ee[Z];if(ne.id===le.data.vscodeSetImmediateId){ee.splice(Z,1),ne.callback();return}}});let J=0;return le=>{const Z=++J;ee.push({id:Z,callback:le}),A.postMessage({vscodeSetImmediateId:Z},"*")}}if(typeof(k==null?void 0:k.nextTick)=="function")return k.nextTick.bind(k);const se=Promise.resolve();return ee=>se.then(ee)}(),ie=f||x?2:c?1:3;let ue=!0,X=!1;function Y(){if(!X){X=!0;const $=new Uint8Array(2);$[0]=1,$[1]=2,ue=new Uint16Array($.buffer)[0]===513}return ue}},95830:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{$i:function(){return Ee},C8:function(){return mt},GF:function(){return p},HO:function(){return J},IO:function(){return y},K7:function(){return Lt},Kw:function(){return Ft},LC:function(){return A},Mh:function(){return ae},P1:function(){return ie},PJ:function(){return nr},Qe:function(){return Pe},R1:function(){return x},RP:function(){return ne},S6:function(){return Ne},TT:function(){return I},Ut:function(){return Z},V8:function(){return k},WU:function(){return l},YK:function(){return X},YU:function(){return c},ZG:function(){return ue},ZH:function(){return $},ab:function(){return We},c1:function(){return wt},df:function(){return K},ec:function(){return f},fi:function(){return ht},fy:function(){return o},j3:function(){return h},j_:function(){return B},m5:function(){return r},mK:function(){return N},mr:function(){return m},oH:function(){return ct},oL:function(){return u},ok:function(){return H},ow:function(){return R},qq:function(){return G},qu:function(){return S},rL:function(){return Y},uS:function(){return Gt},un:function(){return a},uq:function(){return b},vH:function(){return ee},xe:function(){return Fe},zY:function(){return M}});function r(ye){return!ye||typeof ye!="string"?!0:ye.trim().length===0}const i=/{(\d+)}/g;function l(ye,...Oe){return Oe.length===0?ye:ye.replace(i,function(Ge,et){const Qe=parseInt(et,10);return isNaN(Qe)||Qe<0||Qe>=Oe.length?Ge:Oe[Qe]})}function c(ye){return ye.replace(/[<>&]/g,function(Oe){switch(Oe){case"<":return"&lt;";case">":return"&gt;";case"&":return"&amp;";default:return Oe}})}function f(ye){return ye.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function o(ye,Oe=" "){const Ge=h(ye,Oe);return u(Ge,Oe)}function h(ye,Oe){if(!ye||!Oe)return ye;const Ge=Oe.length;if(Ge===0||ye.length===0)return ye;let et=0;for(;ye.indexOf(Oe,et)===et;)et=et+Ge;return ye.substring(et)}function u(ye,Oe){if(!ye||!Oe)return ye;const Ge=Oe.length,et=ye.length;if(Ge===0||et===0)return ye;let Qe=et,St=-1;for(;St=ye.lastIndexOf(Oe,Qe-1),!(St===-1||St+Ge!==Qe);){if(St===0)return"";Qe=St}return ye.substring(0,Qe)}function a(ye){return ye.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function x(ye){return ye.replace(/\*/g,"")}function p(ye,Oe,Ge={}){if(!ye)throw new Error("Cannot create regex from empty string");Oe||(ye=f(ye)),Ge.wholeWord&&(/\B/.test(ye.charAt(0))||(ye="\\b"+ye),/\B/.test(ye.charAt(ye.length-1))||(ye=ye+"\\b"));let et="";return Ge.global&&(et+="g"),Ge.matchCase||(et+="i"),Ge.multiline&&(et+="m"),Ge.unicode&&(et+="u"),new RegExp(ye,et)}function y(ye){return ye.source==="^"||ye.source==="^$"||ye.source==="$"||ye.source==="^\\s*$"?!1:!!(ye.exec("")&&ye.lastIndex===0)}function m(ye){return(ye.global?"g":"")+(ye.ignoreCase?"i":"")+(ye.multiline?"m":"")+(ye.unicode?"u":"")}function b(ye){return ye.split(/\r\n|\r|\n/)}function A(ye){for(let Oe=0,Ge=ye.length;Oe<Ge;Oe++){const et=ye.charCodeAt(Oe);if(et!==32&&et!==9)return Oe}return-1}function k(ye,Oe=0,Ge=ye.length){for(let et=Oe;et<Ge;et++){const Qe=ye.charCodeAt(et);if(Qe!==32&&Qe!==9)return ye.substring(Oe,et)}return ye.substring(Oe,Ge)}function R(ye,Oe=ye.length-1){for(let Ge=Oe;Ge>=0;Ge--){const et=ye.charCodeAt(Ge);if(et!==32&&et!==9)return Ge}return-1}function S(ye,Oe){return ye<Oe?-1:ye>Oe?1:0}function I(ye,Oe,Ge=0,et=ye.length,Qe=0,St=Oe.length){for(;Ge<et&&Qe<St;Ge++,Qe++){let or=ye.charCodeAt(Ge),Me=Oe.charCodeAt(Qe);if(or<Me)return-1;if(or>Me)return 1}const Ct=et-Ge,lr=St-Qe;return Ct<lr?-1:Ct>lr?1:0}function M(ye,Oe){return B(ye,Oe,0,ye.length,0,Oe.length)}function B(ye,Oe,Ge=0,et=ye.length,Qe=0,St=Oe.length){for(;Ge<et&&Qe<St;Ge++,Qe++){let or=ye.charCodeAt(Ge),Me=Oe.charCodeAt(Qe);if(or===Me)continue;if(or>=128||Me>=128)return I(ye.toLowerCase(),Oe.toLowerCase(),Ge,et,Qe,St);N(or)&&(or-=32),N(Me)&&(Me-=32);const tt=or-Me;if(tt!==0)return tt}const Ct=et-Ge,lr=St-Qe;return Ct<lr?-1:Ct>lr?1:0}function N(ye){return ye>=97&&ye<=122}function K(ye){return ye>=65&&ye<=90}function G(ye,Oe){return ye.length===Oe.length&&B(ye,Oe)===0}function H(ye,Oe){const Ge=Oe.length;return Oe.length>ye.length?!1:B(ye,Oe,0,Ge)===0}function ae(ye,Oe){let Ge,et=Math.min(ye.length,Oe.length);for(Ge=0;Ge<et;Ge++)if(ye.charCodeAt(Ge)!==Oe.charCodeAt(Ge))return Ge;return et}function ie(ye,Oe){let Ge,et=Math.min(ye.length,Oe.length);const Qe=ye.length-1,St=Oe.length-1;for(Ge=0;Ge<et;Ge++)if(ye.charCodeAt(Qe-Ge)!==Oe.charCodeAt(St-Ge))return Ge;return et}function ue(ye){return 55296<=ye&&ye<=56319}function X(ye){return 56320<=ye&&ye<=57343}function Y(ye,Oe){return(ye-55296<<10)+(Oe-56320)+65536}function $(ye,Oe,Ge){const et=ye.charCodeAt(Ge);if(ue(et)&&Ge+1<Oe){const Qe=ye.charCodeAt(Ge+1);if(X(Qe))return Y(et,Qe)}return et}function se(ye,Oe){const Ge=ye.charCodeAt(Oe-1);if(X(Ge)&&Oe>1){const et=ye.charCodeAt(Oe-2);if(ue(et))return Y(et,Ge)}return Ge}function ee(ye,Oe){const Ge=Rt.getInstance(),et=Oe,Qe=ye.length,St=$(ye,Qe,Oe);Oe+=St>=65536?2:1;let Ct=Ge.getGraphemeBreakType(St);for(;Oe<Qe;){const lr=$(ye,Qe,Oe),or=Ge.getGraphemeBreakType(lr);if(ht(Ct,or))break;Oe+=lr>=65536?2:1,Ct=or}return Oe-et}function J(ye,Oe){const Ge=Rt.getInstance(),et=Oe,Qe=se(ye,Oe);Oe-=Qe>=65536?2:1;let St=Ge.getGraphemeBreakType(Qe);for(;Oe>0;){const Ct=se(ye,Oe),lr=Ge.getGraphemeBreakType(Ct);if(ht(lr,St))break;Oe-=Ct>=65536?2:1,St=lr}return et-Oe}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(ye){return le.test(ye)}const U=/(?:[\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 ne(ye){return U.test(ye)}const me=/^[\t\n\r\x20-\x7E]*$/;function Ee(ye){return me.test(ye)}const Pe=/[\u2028\u2029]/;function We(ye){return Pe.test(ye)}function Fe(ye){for(let Oe=0,Ge=ye.length;Oe<Ge;Oe++)if(Lt(ye.charCodeAt(Oe)))return!0;return!1}function Lt(ye){return ye=+ye,ye>=11904&&ye<=55215||ye>=63744&&ye<=64255||ye>=65281&&ye<=65374}function mt(ye){return ye>=127462&&ye<=127487||ye===8986||ye===8987||ye===9200||ye===9203||ye>=9728&&ye<=10175||ye===11088||ye===11093||ye>=127744&&ye<=128591||ye>=128640&&ye<=128764||ye>=128992&&ye<=129003||ye>=129280&&ye<=129535||ye>=129648&&ye<=129750}const wt="\uFEFF";function Gt(ye){return!!(ye&&ye.length>0&&ye.charCodeAt(0)===65279)}function Ft(ye,Oe=!1){return ye?(Oe&&(ye=ye.replace(/\\./g,"")),ye.toLowerCase()!==ye):!1}function nr(ye){return ye=ye%52,ye<26?String.fromCharCode(97+ye):String.fromCharCode(65+ye-26)}function Ne(ye){return Rt.getInstance().getGraphemeBreakType(ye)}function ht(ye,Oe){return ye===0?Oe!==5&&Oe!==7:ye===2&&Oe===3?!1:ye===4||ye===2||ye===3||Oe===4||Oe===2||Oe===3?!0:!(ye===8&&(Oe===8||Oe===9||Oe===11||Oe===12)||(ye===11||ye===9)&&(Oe===9||Oe===10)||(ye===12||ye===10)&&Oe===10||Oe===5||Oe===13||Oe===7||ye===1||ye===13&&Oe===14||ye===6&&Oe===6)}class Rt{constructor(){this._data=Je()}static getInstance(){return Rt._INSTANCE||(Rt._INSTANCE=new Rt),Rt._INSTANCE}getGraphemeBreakType(Oe){if(Oe<32)return Oe===10?3:Oe===13?2:4;if(Oe<127)return 0;const Ge=this._data,et=Ge.length/3;let Qe=1;for(;Qe<=et;)if(Oe<Ge[3*Qe])Qe=2*Qe;else if(Oe>Ge[3*Qe+1])Qe=2*Qe+1;else return Ge[3*Qe+2];return 0}}Rt._INSTANCE=null;function Je(){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 ct(ye,Oe){if(ye===0)return 0;const Ge=at(ye,Oe);if(Ge!==void 0)return Ge;const et=se(Oe,ye);return ye-=Xe(et),ye}function at(ye,Oe){let Ge=se(Oe,ye);for(ye-=Xe(Ge);Ze(Ge)||Ge===65039||Ge===8419;){if(ye===0)return;Ge=se(Oe,ye),ye-=Xe(Ge)}if(mt(Ge)){if(ye>=0){const et=se(Oe,ye);et===8205&&(ye-=Xe(et))}return ye}}function Xe(ye){return ye>=65536?2:1}function Ze(ye){return 127995<=ye&&ye<=127999}},72999:function(d,g,e){"use strict";e.d(g,{$E:function(){return A},$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 S}});function r(I){return Array.isArray(I)}function i(I){return typeof I=="string"}function l(I){return typeof I=="object"&&I!==null&&!Array.isArray(I)&&!(I instanceof RegExp)&&!(I instanceof Date)}function c(I){return typeof I=="number"&&!isNaN(I)}function f(I){return I===!0||I===!1}function o(I){return typeof I=="undefined"}function h(I){return!u(I)}function u(I){return o(I)||I===null}function a(I,M){if(!I)throw new Error(M?`Unexpected type, expected '${M}'`:"Unexpected type")}function x(I){if(u(I))throw new Error("Assertion Failed: argument is undefined or null");return I}function p(I){return typeof I=="function"}function y(I,M){const B=Math.min(I.length,M.length);for(let N=0;N<B;N++)m(I[N],M[N])}function m(I,M){if(i(M)){if(typeof I!==M)throw new Error(`argument does not match constraint: typeof ${M}`)}else if(p(M)){try{if(I instanceof M)return}catch(B){}if(!u(I)&&I.constructor===M||M.length===1&&M.call(void 0,I)===!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(I){let M=[],B=Object.getPrototypeOf(I);for(;Object.prototype!==B;)M=M.concat(Object.getOwnPropertyNames(B)),B=Object.getPrototypeOf(B);return M}function A(I){const M=[];for(const B of b(I))typeof I[B]=="function"&&M.push(B);return M}function k(I,M){const B=K=>function(){const G=Array.prototype.slice.call(arguments,0);return M(K,G)};let N={};for(const K of I)N[K]=B(K);return N}function R(I){return I===null?void 0:I}function S(I,M="Unreachable"){throw new Error(M)}},13268:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{BH:function(){return k},NZ:function(){return R},U8:function(){return S},co:function(){return A},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(I,M,B,N){var K=arguments.length,G=K<3?M:N===null?N=Object.getOwnPropertyDescriptor(M,B):N,H;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")G=Reflect.decorate(I,M,B,N);else for(var ae=I.length-1;ae>=0;ae--)(H=I[ae])&&(G=(K<3?H(G):K>3?H(M,B,G):H(M,B))||G);return K>3&&G&&Object.defineProperty(M,B,G),G},y=function(I,M){return function(B,N){M(B,N,I)}};function m(I){return I.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 A=(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:I=>I===b.CommandPalette}}addCommand(I){return this.addCommands(c.$.single(I))}addCommands(I){for(const M of I)this._commands.set(M.id,M);return this._onDidChangeMenu.fire(this._commandPaletteChangeEvent),(0,f.OF)(()=>{let M=!1;for(const B of I)M=this._commands.delete(B.id)||M;M&&this._onDidChangeMenu.fire(this._commandPaletteChangeEvent)})}getCommand(I){return this._commands.get(I)}getCommands(){const I=new Map;return this._commands.forEach((M,B)=>I.set(B,M)),I}appendMenuItem(I,M){return this.appendMenuItems(c.$.single({id:I,item:M}))}appendMenuItems(I){const M=new Set,B=new o.S;for(const{id:N,item:K}of I){let G=this._menuItems.get(N);G||(G=new o.S,this._menuItems.set(N,G)),B.push(G.push(K)),M.add(N)}return this._onDidChangeMenu.fire(M),(0,f.OF)(()=>{if(B.size>0){for(let N of B)N();this._onDidChangeMenu.fire(M),B.clear()}})}getMenuItems(I){let M;return this._menuItems.has(I)?M=[...this._menuItems.get(I)]:M=[],I===b.CommandPalette&&this._appendImplicitItems(M),M}_appendImplicitItems(I){const M=new Set;for(const B of I)m(B)&&(M.add(B.command.id),B.alt&&M.add(B.alt.id));this._commands.forEach((B,N)=>{M.has(N)||I.push({command:B})})}};class R extends r.wY{constructor(M,B,N,K){super(`submenuitem.${M.submenu.id}`,typeof M.title=="string"?M.title:M.title.value,[],"submenu"),this.item=M,this._menuService=B,this._contextKeyService=N,this._options=K}get actions(){const M=[],B=this._menuService.createMenu(this.item.submenu,this._contextKeyService),N=B.getActions(this._options);B.dispose();for(const[,K]of N)K.length>0&&(M.push(...K),M.push(new r.Z0));return M.length&&M.pop(),M}}let S=class s0{constructor(M,B,N,K,G){var H,ae;if(this._commandService=G,this.id=M.id,this.label=N!=null&&N.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:(H=M.tooltip)===null||H===void 0?void 0:H.value)!==null&&ae!==void 0?ae:"",this.enabled=!M.precondition||K.contextMatchesRules(M.precondition),this.checked=void 0,M.toggled){const ie=M.toggled.condition?M.toggled:{condition:M.toggled};this.checked=K.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 s0(B,void 0,N,K,G):void 0,this._options=N,x.kS.isThemeIcon(M.icon)&&(this.class=i.dT.asClassName(M.icon))}dispose(){}run(...M){var B,N;let K=[];return!((B=this._options)===null||B===void 0)&&B.arg&&(K=[...K,this._options.arg]),!((N=this._options)===null||N===void 0)&&N.shouldForwardArgs&&(K=[...K,...M]),this._commandService.executeCommand(this.id,...K)}};S=p([y(3,u.i6),y(4,h.H)],S)},35884:function(d,g,e){"use strict";e.d(g,{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 A=[];for(let R of a.description.args)A.push(R.constraint);const k=a.handler;a.handler=function(R,...S){return(0,f.D8)(S,A),k(R,...S)}}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 A=this._commands.get(p);A!=null&&A.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,g,e){"use strict";e.d(g,{Ao:function(){return h},Eq:function(){return Y},Fb:function(){return u},K8:function(){return ee},i6:function(){return X},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,U){return m.create(Z,U)}static regex(Z,U){return K.create(Z,U)}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,U=!1){if(Z)return this._deserializeOrExpression(Z,U)}static _deserializeOrExpression(Z,U){let ne=Z.split("||");return ie.create(ne.map(me=>this._deserializeAndExpression(me,U)),null,!0)}static _deserializeAndExpression(Z,U){let ne=Z.split("&&");return ae.create(ne.map(me=>this._deserializeOne(me,U)),null)}static _deserializeOne(Z,U){if(Z=Z.trim(),Z.indexOf("!=")>=0){let ne=Z.split("!=");return k.create(ne[0].trim(),this._deserializeValue(ne[1],U))}if(Z.indexOf("==")>=0){let ne=Z.split("==");return m.create(ne[0].trim(),this._deserializeValue(ne[1],U))}if(Z.indexOf("=~")>=0){let ne=Z.split("=~");return K.create(ne[0].trim(),this._deserializeRegexValue(ne[1],U))}if(Z.indexOf(" in ")>=0){let ne=Z.split(" in ");return b.create(ne[0].trim(),ne[1].trim())}if(/^[^<=>]+>=[^<=>]+$/.test(Z)){const ne=Z.split(">=");return M.create(ne[0].trim(),ne[1].trim())}if(/^[^<=>]+>[^<=>]+$/.test(Z)){const ne=Z.split(">");return I.create(ne[0].trim(),ne[1].trim())}if(/^[^<=>]+<=[^<=>]+$/.test(Z)){const ne=Z.split("<=");return N.create(ne[0].trim(),ne[1].trim())}if(/^[^<=>]+<[^<=>]+$/.test(Z)){const ne=Z.split("<");return B.create(ne[0].trim(),ne[1].trim())}return/^\!\s*/.test(Z)?R.create(Z.substr(1).trim()):y.create(Z)}static _deserializeValue(Z,U){if(Z=Z.trim(),Z==="true")return!0;if(Z==="false")return!1;let ne=/^'([^']*)'$/.exec(Z);return ne?ne[1].trim():Z}static _deserializeRegexValue(Z,U){if((0,i.m5)(Z)){if(U)throw new Error("missing regexp-value for =~-expression");return console.warn("missing regexp-value for =~-expression"),null}let ne=Z.indexOf("/"),me=Z.lastIndexOf("/");if(ne===me||ne<0){if(U)throw new Error(`bad regexp-value '${Z}', missing /-enclosure`);return console.warn(`bad regexp-value '${Z}', missing /-enclosure`),null}let Ee=Z.slice(ne+1,me),Pe=Z[me+1]==="i"?"i":"";try{return new RegExp(Ee,Pe)}catch(We){if(U)throw new Error(`bad regexp-value '${Z}', parse error: ${We}`);return console.warn(`bad regexp-value '${Z}', parse error: ${We}`),null}}}function u(le,Z){const U=le?le.substituteConstants():void 0,ne=Z?Z.substituteConstants():void 0;return!U&&!ne?!0:!U||!ne?!1:U.equals(ne)}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,U){this.key=Z,this.negated=U,this.type=2}static create(Z,U=null){const ne=f.get(Z);return typeof ne=="boolean"?ne?p.INSTANCE:x.INSTANCE:new y(Z,U)}cmp(Z){return Z.type!==this.type?this.type-Z.type:$(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,U,ne){this.key=Z,this.value=U,this.negated=ne,this.type=4}static create(Z,U,ne=null){if(typeof U=="boolean")return U?y.create(Z,ne):R.create(Z,ne);const me=f.get(Z);return typeof me=="boolean"?U===(me?"true":"false")?p.INSTANCE:x.INSTANCE:new m(Z,U,ne)}cmp(Z){return Z.type!==this.type?this.type-Z.type:se(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 U=Z?"true":"false";return this.value===U?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,U){this.key=Z,this.valueKey=U,this.type=10,this.negated=null}static create(Z,U){return new b(Z,U)}cmp(Z){return Z.type!==this.type?this.type-Z.type:se(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 U=Z.getValue(this.valueKey),ne=Z.getValue(this.key);return Array.isArray(U)?U.indexOf(ne)>=0:typeof ne=="string"&&typeof U=="object"&&U!==null?o.call(U,ne):!1}serialize(){return`${this.key} in '${this.valueKey}'`}keys(){return[this.key,this.valueKey]}negate(){return this.negated||(this.negated=A.create(this)),this.negated}}class A{constructor(Z){this._actual=Z,this.type=11}static create(Z){return new A(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,U,ne){this.key=Z,this.value=U,this.negated=ne,this.type=5}static create(Z,U,ne=null){if(typeof U=="boolean")return U?R.create(Z,ne):y.create(Z,ne);const me=f.get(Z);return typeof me=="boolean"?U===(me?"true":"false")?x.INSTANCE:p.INSTANCE:new k(Z,U,ne)}cmp(Z){return Z.type!==this.type?this.type-Z.type:se(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 U=Z?"true":"false";return this.value===U?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,U){this.key=Z,this.negated=U,this.type=3}static create(Z,U=null){const ne=f.get(Z);return typeof ne=="boolean"?ne?x.INSTANCE:p.INSTANCE:new R(Z,U)}cmp(Z){return Z.type!==this.type?this.type-Z.type:$(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 S(le,Z){if(typeof le=="string"){const U=parseFloat(le);isNaN(U)||(le=U)}return typeof le=="string"||typeof le=="number"?Z(le):x.INSTANCE}class I{constructor(Z,U,ne){this.key=Z,this.value=U,this.negated=ne,this.type=12}static create(Z,U,ne=null){return S(U,me=>new I(Z,me,ne))}cmp(Z){return Z.type!==this.type?this.type-Z.type:se(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=N.create(this.key,this.value,this)),this.negated}}class M{constructor(Z,U,ne){this.key=Z,this.value=U,this.negated=ne,this.type=13}static create(Z,U,ne=null){return S(U,me=>new M(Z,me,ne))}cmp(Z){return Z.type!==this.type?this.type-Z.type:se(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,U,ne){this.key=Z,this.value=U,this.negated=ne,this.type=14}static create(Z,U,ne=null){return S(U,me=>new B(Z,me,ne))}cmp(Z){return Z.type!==this.type?this.type-Z.type:se(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 N{constructor(Z,U,ne){this.key=Z,this.value=U,this.negated=ne,this.type=15}static create(Z,U,ne=null){return S(U,me=>new N(Z,me,ne))}cmp(Z){return Z.type!==this.type?this.type-Z.type:se(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=I.create(this.key,this.value,this)),this.negated}}class K{constructor(Z,U){this.key=Z,this.regexp=U,this.type=7,this.negated=null}static create(Z,U){return new K(Z,U)}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 U=this.regexp?this.regexp.source:"",ne=Z.regexp?Z.regexp.source:"";return U<ne?-1:U>ne?1:0}equals(Z){if(Z.type===this.type){const U=this.regexp?this.regexp.source:"",ne=Z.regexp?Z.regexp.source:"";return this.key===Z.key&&U===ne}return!1}substituteConstants(){return this}evaluate(Z){let U=Z.getValue(this.key);return this.regexp?this.regexp.test(U):!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 H(le){let Z=null;for(let U=0,ne=le.length;U<ne;U++){const me=le[U].substituteConstants();if(le[U]!==me&&Z===null){Z=[];for(let Ee=0;Ee<U;Ee++)Z[Ee]=le[Ee]}Z!==null&&(Z[U]=me)}return Z===null?le:Z}class ae{constructor(Z,U){this.expr=Z,this.negated=U,this.type=6}static create(Z,U){return ae._normalizeArr(Z,U)}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 U=0,ne=this.expr.length;U<ne;U++){const me=a(this.expr[U],Z.expr[U]);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 U=0,ne=this.expr.length;U<ne;U++)if(!this.expr[U].equals(Z.expr[U]))return!1;return!0}return!1}substituteConstants(){const Z=H(this.expr);return Z===this.expr?this:ae.create(Z,this.negated)}evaluate(Z){for(let U=0,ne=this.expr.length;U<ne;U++)if(!this.expr[U].evaluate(Z))return!1;return!0}static _normalizeArr(Z,U){const ne=[];let me=!1;for(const Ee of Z)if(Ee){if(Ee.type===1){me=!0;continue}if(Ee.type===0)return x.INSTANCE;if(Ee.type===6){ne.push(...Ee.expr);continue}ne.push(Ee)}if(ne.length===0&&me)return p.INSTANCE;if(ne.length!==0){if(ne.length===1)return ne[0];ne.sort(a);for(let Ee=1;Ee<ne.length;Ee++)ne[Ee-1].equals(ne[Ee])&&(ne.splice(Ee,1),Ee--);if(ne.length===1)return ne[0];for(;ne.length>1;){const Ee=ne[ne.length-1];if(Ee.type!==9)break;ne.pop();const Pe=ne.pop(),We=ne.length===0,Fe=ie.create(Ee.expr.map(Lt=>ae.create([Lt,Pe],null)),null,We);Fe&&(ne.push(Fe),ne.sort(a))}return ne.length===1?ne[0]:new ae(ne,U)}}serialize(){return this.expr.map(Z=>Z.serialize()).join(" && ")}keys(){const Z=[];for(let U of this.expr)Z.push(...U.keys());return Z}negate(){if(!this.negated){const Z=[];for(let U of this.expr)Z.push(U.negate());this.negated=ie.create(Z,this,!0)}return this.negated}}class ie{constructor(Z,U){this.expr=Z,this.negated=U,this.type=9}static create(Z,U,ne){return ie._normalizeArr(Z,U,ne)}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 U=0,ne=this.expr.length;U<ne;U++){const me=a(this.expr[U],Z.expr[U]);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 U=0,ne=this.expr.length;U<ne;U++)if(!this.expr[U].equals(Z.expr[U]))return!1;return!0}return!1}substituteConstants(){const Z=H(this.expr);return Z===this.expr?this:ie.create(Z,this.negated,!1)}evaluate(Z){for(let U=0,ne=this.expr.length;U<ne;U++)if(this.expr[U].evaluate(Z))return!0;return!1}static _normalizeArr(Z,U,ne){let me=[],Ee=!1;if(Z){for(let Pe=0,We=Z.length;Pe<We;Pe++){const Fe=Z[Pe];if(Fe){if(Fe.type===0){Ee=!0;continue}if(Fe.type===1)return p.INSTANCE;if(Fe.type===9){me=me.concat(Fe.expr);continue}me.push(Fe)}}if(me.length===0&&Ee)return x.INSTANCE;me.sort(a)}if(me.length!==0){if(me.length===1)return me[0];for(let Pe=1;Pe<me.length;Pe++)me[Pe-1].equals(me[Pe])&&(me.splice(Pe,1),Pe--);if(me.length===1)return me[0];if(ne){for(let Pe=0;Pe<me.length;Pe++)for(let We=Pe+1;We<me.length;We++)ee(me[Pe],me[We])&&(me.splice(We,1),We--);if(me.length===1)return me[0]}return new ie(me,U)}}serialize(){return this.expr.map(Z=>Z.serialize()).join(" || ")}keys(){const Z=[];for(let U of this.expr)Z.push(...U.keys());return Z}negate(){if(!this.negated){let Z=[];for(let U of this.expr)Z.push(U.negate());for(;Z.length>1;){const U=Z.shift(),ne=Z.shift(),me=[];for(const Pe of J(U))for(const We of J(ne))me.push(ae.create([Pe,We],null));const Ee=Z.length===0;Z.unshift(ie.create(me,null,Ee))}this.negated=Z[0]}return this.negated}}class ue extends y{constructor(Z,U,ne){super(Z,null),this._defaultValue=U,typeof ne=="object"?ue._info.push(Object.assign(Object.assign({},ne),{key:Z})):ne!==!0&&ue._info.push({key:Z,description:ne,type:U!=null?typeof U: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 X=(0,l.yh)("contextKeyService"),Y="setContext";function $(le,Z){return le<Z?-1:le>Z?1:0}function se(le,Z,U,ne){return le<U?-1:le>U?1:Z<ne?-1:Z>ne?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 U=le.negate(),ne=J(U).concat(J(Z));ne.sort(a);for(let me=0;me<ne.length;me++){const Pe=ne[me].negate();for(let We=me+1;We<ne.length;We++){const Fe=ne[We];if(Pe.equals(Fe))return!0}}return!1}function J(le){return le.type===9?le.expr:[le]}},16925:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{e:function(){return r}});var r;(function(i){i.DARK="dark",i.LIGHT="light",i.HIGH_CONTRAST="hc"})(r||(r={}))},49055:function(d,g,e){"use strict";e.d(g,{EN:function(){return a},IP:function(){return y},Ic:function(){return A},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 S(I){return I&&typeof I=="object"&&typeof I.id=="string"}R.isThemeColor=S})(u||(u={}));function a(R){return{id:R}}var x;(function(R){function S(G){return G&&typeof G=="object"&&typeof G.id=="string"&&(typeof G.color=="undefined"||u.isThemeColor(G.color))}R.isThemeIcon=S;const I=new RegExp(`^\\$\\((${r.dT.iconNameExpression}(?:${r.dT.iconModifierExpression})?)\\)$`);function M(G){const H=I.exec(G);if(!H)return;let[,ae]=H;return{id:ae}}R.fromString=M;function B(G,H){let ae=G.id;const ie=ae.lastIndexOf("~");return ie!==-1&&(ae=ae.substring(0,ie)),H&&(ae=`${ae}~${H}`),{id:ae}}R.modify=B;function N(G,H){var ae,ie;return G.id===H.id&&((ae=G.color)===null||ae===void 0?void 0:ae.id)===((ie=H.color)===null||ie===void 0?void 0:ie.id)}R.isEqual=N;function K(G,H){return{id:G.id,color:H?a(H):void 0}}R.asThemeIcon=K,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(S){return this.themingParticipants.push(S),this.onThemingParticipantAddedEmitter.fire(S),(0,l.OF)(()=>{const I=this.themingParticipants.indexOf(S);this.themingParticipants.splice(I,1)})}getThemingParticipants(){return this.themingParticipants}}let b=new m;f.B.add(y.ThemingContribution,b);function A(R){return b.onColorThemeChange(R)}class k extends l.JT{constructor(S){super(),this.themeService=S,this.theme=S.getColorTheme(),this._register(this.themeService.onDidColorThemeChange(I=>this.onThemeChange(I)))}onThemeChange(S){this.theme=S,this.updateStyles()}updateStyles(){}}},84126:function(d){"use strict";var g=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(g){u=g(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 g=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(A){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(A){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 A=o.length;A;){for(u=o,o=[];++a<A;)u&&u[a].run();a=-1,A=o.length}u=null,h=!1,f(b)}}g.nextTick=function(b){var A=new Array(arguments.length-1);if(arguments.length>1)for(var k=1;k<arguments.length;k++)A[k-1]=arguments[k];o.push(new y(b,A)),o.length===1&&!h&&c(p)};function y(b,A){this.fun=b,this.array=A}y.prototype.run=function(){this.fun.apply(null,this.array)},g.title="browser",g.browser=!0,g.env={},g.argv=[],g.version="",g.versions={};function m(){}g.on=m,g.addListener=m,g.once=m,g.off=m,g.removeListener=m,g.removeAllListeners=m,g.emit=m,g.prependListener=m,g.prependOnceListener=m,g.listeners=function(b){return[]},g.binding=function(b){throw new Error("process.binding is not supported")},g.cwd=function(){return"/"},g.chdir=function(b){throw new Error("process.chdir is not supported")},g.umask=function(){return 0}},79442:function(d,g,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,g,e){if(0)var r,i;else d.exports=e(79442)()},97825:function(d){"use strict";var g="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";d.exports=g},86923:function(d,g,e){"use strict";e.d(g,{s:function(){return B},Z:function(){return ue}});var r=e(60499),i=e(72190),l=e(43403),c=e(59301),f=c.createContext({}),o=e(85899),h=e(92310),u=e.n(h),a=e(48519),x=e(80402),p=e(10228),y=e(26112);function m(X,Y,$){var se=Y;return!se&&$&&(se="".concat(X,"-").concat($)),se}function b(X,Y){var $=X["page".concat(Y?"Y":"X","Offset")],se="scroll".concat(Y?"Top":"Left");if(typeof $!="number"){var ee=X.document;$=ee.documentElement[se],typeof $!="number"&&($=ee.body[se])}return $}function A(X){var Y=X.getBoundingClientRect(),$={left:Y.left,top:Y.top},se=X.ownerDocument,ee=se.defaultView||se.parentWindow;return $.left+=b(ee),$.top+=b(ee,!0),$}var k=e(77900),R=e(8654),S=c.memo(function(X){var Y=X.children;return Y},function(X,Y){var $=Y.shouldUpdate;return!$}),I={width:0,height:0,overflow:"hidden",outline:"none"},M=c.forwardRef(function(X,Y){var $=X.prefixCls,se=X.className,ee=X.style,J=X.title,le=X.ariaId,Z=X.footer,U=X.closable,ne=X.closeIcon,me=X.onClose,Ee=X.children,Pe=X.bodyStyle,We=X.bodyProps,Fe=X.modalRender,Lt=X.onMouseDown,mt=X.onMouseUp,wt=X.holderRef,Gt=X.visible,Ft=X.forceRender,nr=X.width,Ne=X.height,ht=c.useContext(f),Rt=ht.panel,Je=(0,R.x1)(wt,Rt),ct=(0,c.useRef)(),at=(0,c.useRef)();c.useImperativeHandle(Y,function(){return{focus:function(){var Qe;(Qe=ct.current)===null||Qe===void 0||Qe.focus()},changeActive:function(Qe){var St=document,Ct=St.activeElement;Qe&&Ct===at.current?ct.current.focus():!Qe&&Ct===ct.current&&at.current.focus()}}});var Xe={};nr!==void 0&&(Xe.width=nr),Ne!==void 0&&(Xe.height=Ne);var Ze;Z&&(Ze=c.createElement("div",{className:"".concat($,"-footer")},Z));var ye;J&&(ye=c.createElement("div",{className:"".concat($,"-header")},c.createElement("div",{className:"".concat($,"-title"),id:le},J)));var Oe;U&&(Oe=c.createElement("button",{type:"button",onClick:me,"aria-label":"Close",className:"".concat($,"-close")},ne||c.createElement("span",{className:"".concat($,"-close-x")})));var Ge=c.createElement("div",{className:"".concat($,"-content")},Oe,ye,c.createElement("div",(0,r.Z)({className:"".concat($,"-body"),style:Pe},We),Ee),Ze);return c.createElement("div",{key:"dialog-element",role:"dialog","aria-labelledby":J?le:null,"aria-modal":"true",ref:Je,style:(0,o.Z)((0,o.Z)({},ee),Xe),className:u()($,se),onMouseDown:Lt,onMouseUp:mt},c.createElement("div",{tabIndex:0,ref:ct,style:I,"aria-hidden":"true"}),c.createElement(S,{shouldUpdate:Gt||Ft},Fe?Fe(Ge):Ge),c.createElement("div",{tabIndex:0,ref:at,style:I,"aria-hidden":"true"}))}),B=M,N=c.forwardRef(function(X,Y){var $=X.prefixCls,se=X.title,ee=X.style,J=X.className,le=X.visible,Z=X.forceRender,U=X.destroyOnClose,ne=X.motionName,me=X.ariaId,Ee=X.onVisibleChanged,Pe=X.mousePosition,We=(0,c.useRef)(),Fe=c.useState(),Lt=(0,i.Z)(Fe,2),mt=Lt[0],wt=Lt[1],Gt={};mt&&(Gt.transformOrigin=mt);function Ft(){var nr=A(We.current);wt(Pe?"".concat(Pe.x-nr.left,"px ").concat(Pe.y-nr.top,"px"):"")}return c.createElement(k.default,{visible:le,onVisibleChanged:Ee,onAppearPrepare:Ft,onEnterPrepare:Ft,forceRender:Z,motionName:ne,removeOnLeave:U,ref:We},function(nr,Ne){var ht=nr.className,Rt=nr.style;return c.createElement(B,(0,r.Z)({},X,{ref:Y,title:se,ariaId:me,prefixCls:$,holderRef:Ne,style:(0,o.Z)((0,o.Z)((0,o.Z)({},Rt),ee),Gt),className:u()(J,ht)}))})});N.displayName="Content";var K=N;function G(X){var Y=X.prefixCls,$=X.style,se=X.visible,ee=X.maskProps,J=X.motionName;return c.createElement(k.default,{key:"mask",visible:se,motionName:J,leavedClassName:"".concat(Y,"-mask-hidden")},function(le,Z){var U=le.className,ne=le.style;return c.createElement("div",(0,r.Z)({ref:Z,style:(0,o.Z)((0,o.Z)({},ne),$),className:u()("".concat(Y,"-mask"),U)},ee))})}function H(X){var Y=X.prefixCls,$=Y===void 0?"rc-dialog":Y,se=X.zIndex,ee=X.visible,J=ee===void 0?!1:ee,le=X.keyboard,Z=le===void 0?!0:le,U=X.focusTriggerAfterClose,ne=U===void 0?!0:U,me=X.wrapStyle,Ee=X.wrapClassName,Pe=X.wrapProps,We=X.onClose,Fe=X.afterOpenChange,Lt=X.afterClose,mt=X.transitionName,wt=X.animation,Gt=X.closable,Ft=Gt===void 0?!0:Gt,nr=X.mask,Ne=nr===void 0?!0:nr,ht=X.maskTransitionName,Rt=X.maskAnimation,Je=X.maskClosable,ct=Je===void 0?!0:Je,at=X.maskStyle,Xe=X.maskProps,Ze=X.rootClassName,ye=(0,c.useRef)(),Oe=(0,c.useRef)(),Ge=(0,c.useRef)(),et=c.useState(J),Qe=(0,i.Z)(et,2),St=Qe[0],Ct=Qe[1],lr=(0,x.Z)();function or(){(0,a.Z)(Oe.current,document.activeElement)||(ye.current=document.activeElement)}function Me(){if(!(0,a.Z)(Oe.current,document.activeElement)){var ce;(ce=Ge.current)===null||ce===void 0||ce.focus()}}function tt(ce){if(ce)Me();else{if(Ct(!1),Ne&&ye.current&&ne){try{ye.current.focus({preventScroll:!0})}catch(pe){}ye.current=null}St&&(Lt==null||Lt())}Fe==null||Fe(ce)}function Qt(ce){We==null||We(ce)}var rt=(0,c.useRef)(!1),Mt=(0,c.useRef)(),Ot=function(){clearTimeout(Mt.current),rt.current=!0},Jt=function(){Mt.current=setTimeout(function(){rt.current=!1})},Ut=null;ct&&(Ut=function(pe){rt.current?rt.current=!1:Oe.current===pe.target&&Qt(pe)});function Te(ce){if(Z&&ce.keyCode===p.Z.ESC){ce.stopPropagation(),Qt(ce);return}J&&ce.keyCode===p.Z.TAB&&Ge.current.changeActive(!ce.shiftKey)}return(0,c.useEffect)(function(){J&&(Ct(!0),or())},[J]),(0,c.useEffect)(function(){return function(){clearTimeout(Mt.current)}},[]),c.createElement("div",(0,r.Z)({className:u()("".concat($,"-root"),Ze)},(0,y.Z)(X,{data:!0})),c.createElement(G,{prefixCls:$,visible:Ne&&J,motionName:m($,ht,Rt),style:(0,o.Z)({zIndex:se},at),maskProps:Xe}),c.createElement("div",(0,r.Z)({tabIndex:-1,onKeyDown:Te,className:u()("".concat($,"-wrap"),Ee),ref:Oe,onClick:Ut,style:(0,o.Z)((0,o.Z)({zIndex:se},me),{},{display:St?null:"none"})},Pe),c.createElement(K,(0,r.Z)({},X,{onMouseDown:Ot,onMouseUp:Jt,ref:Ge,closable:Ft,ariaId:lr,prefixCls:$,visible:J&&St,onClose:Qt,onVisibleChanged:tt,motionName:m($,mt,wt)}))))}var ae=function(Y){var $=Y.visible,se=Y.getContainer,ee=Y.forceRender,J=Y.destroyOnClose,le=J===void 0?!1:J,Z=Y.afterClose,U=Y.panelRef,ne=c.useState($),me=(0,i.Z)(ne,2),Ee=me[0],Pe=me[1],We=c.useMemo(function(){return{panel:U}},[U]);return c.useEffect(function(){$&&Pe(!0)},[$]),!ee&&le&&!Ee?null:c.createElement(f.Provider,{value:We},c.createElement(l.Z,{open:$||ee||Ee,autoDestroy:!1,getContainer:se,autoLock:$||Ee},c.createElement(H,(0,r.Z)({},Y,{destroyOnClose:le,afterClose:function(){Z==null||Z(),Pe(!1)}}))))};ae.displayName="Dialog";var ie=ae,ue=ie},95013:function(d,g,e){"use strict";e.r(g),e.d(g,{Field:function(){return En},FieldContext:function(){return M},FormProvider:function(){return Ji},List:function(){return Tt},ListContext:function(){return N},default:function(){return zn},useForm:function(){return da},useWatch:function(){return ka}});var r=e(59301),i=e(60499),l=e(42244),c=e(73001),f=e(11576),o=e(85899),h=e(77654),u=e(38705),a=e(17212),x=e(15793),p=e(39153),y=e(55401),m=e(18642),b=e(11592),A=e(13697),k=e(48736),R="RC_FORM_INTERNAL_HOOKS",S=function(){(0,k.ZP)(!1,"Can not find FormContext. Please make sure you wrap Field under Form.")},I=r.createContext({getFieldValue:S,getFieldsValue:S,getFieldError:S,getFieldWarning:S,getFieldsError:S,isFieldsTouched:S,isFieldTouched:S,isFieldValidating:S,isFieldsValidating:S,resetFields:S,setFields:S,setFieldValue:S,setFieldsValue:S,validateFields:S,submit:S,getInternalHooks:function(){return S(),{dispatch:S,initEntityValue:S,registerField:S,useSubscribe:S,setInitialValues:S,destroyForm:S,setCallbacks:S,registerWatch:S,getFields:S,setValidateMessages:S,setPreserve:S,getInitialValue:S}}}),M=I,B=r.createContext(null),N=B;function K(we){return we==null?[]:Array.isArray(we)?we:[we]}function G(we){return we&&!!we._init}var H=e(97671);function ae(){return ae=Object.assign?Object.assign.bind():function(we){for(var it=1;it<arguments.length;it++){var qe=arguments[it];for(var It in qe)Object.prototype.hasOwnProperty.call(qe,It)&&(we[It]=qe[It])}return we},ae.apply(this,arguments)}function ie(we,it){we.prototype=Object.create(it.prototype),we.prototype.constructor=we,X(we,it)}function ue(we){return ue=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(qe){return qe.__proto__||Object.getPrototypeOf(qe)},ue(we)}function X(we,it){return X=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(It,lt){return It.__proto__=lt,It},X(we,it)}function Y(){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(we){return!1}}function $(we,it,qe){return Y()?$=Reflect.construct.bind():$=function(lt,dr,pr){var Cr=[null];Cr.push.apply(Cr,dr);var zr=Function.bind.apply(lt,Cr),Jr=new zr;return pr&&X(Jr,pr.prototype),Jr},$.apply(null,arguments)}function se(we){return Function.toString.call(we).indexOf("[native code]")!==-1}function ee(we){var it=typeof Map=="function"?new Map:void 0;return ee=function(It){if(It===null||!se(It))return It;if(typeof It!="function")throw new TypeError("Super expression must either be null or a function");if(typeof it!="undefined"){if(it.has(It))return it.get(It);it.set(It,lt)}function lt(){return $(It,arguments,ue(this).constructor)}return lt.prototype=Object.create(It.prototype,{constructor:{value:lt,enumerable:!1,writable:!0,configurable:!0}}),X(lt,It)},ee(we)}var J=/%[sdj%]/g,le=function(){};function Z(we){if(!we||!we.length)return null;var it={};return we.forEach(function(qe){var It=qe.field;it[It]=it[It]||[],it[It].push(qe)}),it}function U(we){for(var it=arguments.length,qe=new Array(it>1?it-1:0),It=1;It<it;It++)qe[It-1]=arguments[It];var lt=0,dr=qe.length;if(typeof we=="function")return we.apply(null,qe);if(typeof we=="string"){var pr=we.replace(J,function(Cr){if(Cr==="%%")return"%";if(lt>=dr)return Cr;switch(Cr){case"%s":return String(qe[lt++]);case"%d":return Number(qe[lt++]);case"%j":try{return JSON.stringify(qe[lt++])}catch(zr){return"[Circular]"}break;default:return Cr}});return pr}return we}function ne(we){return we==="string"||we==="url"||we==="hex"||we==="email"||we==="date"||we==="pattern"}function me(we,it){return!!(we==null||it==="array"&&Array.isArray(we)&&!we.length||ne(it)&&typeof we=="string"&&!we)}function Ee(we,it,qe){var It=[],lt=0,dr=we.length;function pr(Cr){It.push.apply(It,Cr||[]),lt++,lt===dr&&qe(It)}we.forEach(function(Cr){it(Cr,pr)})}function Pe(we,it,qe){var It=0,lt=we.length;function dr(pr){if(pr&&pr.length){qe(pr);return}var Cr=It;It=It+1,Cr<lt?it(we[Cr],dr):qe([])}dr([])}function We(we){var it=[];return Object.keys(we).forEach(function(qe){it.push.apply(it,we[qe]||[])}),it}var Fe=function(we){ie(it,we);function it(qe,It){var lt;return lt=we.call(this,"Async Validation Error")||this,lt.errors=qe,lt.fields=It,lt}return it}(ee(Error));function Lt(we,it,qe,It,lt){if(it.first){var dr=new Promise(function(vr,Fn){var Qn=function(_e){return It(_e),_e.length?Fn(new Fe(_e,Z(_e))):vr(lt)},$e=We(we);Pe($e,qe,Qn)});return dr.catch(function(vr){return vr}),dr}var pr=it.firstFields===!0?Object.keys(we):it.firstFields||[],Cr=Object.keys(we),zr=Cr.length,Jr=0,Nr=[],Cn=new Promise(function(vr,Fn){var Qn=function(ft){if(Nr.push.apply(Nr,ft),Jr++,Jr===zr)return It(Nr),Nr.length?Fn(new Fe(Nr,Z(Nr))):vr(lt)};Cr.length||(It(Nr),vr(lt)),Cr.forEach(function($e){var ft=we[$e];pr.indexOf($e)!==-1?Pe(ft,qe,Qn):Ee(ft,qe,Qn)})});return Cn.catch(function(vr){return vr}),Cn}function mt(we){return!!(we&&we.message!==void 0)}function wt(we,it){for(var qe=we,It=0;It<it.length;It++){if(qe==null)return qe;qe=qe[it[It]]}return qe}function Gt(we,it){return function(qe){var It;return we.fullFields?It=wt(it,we.fullFields):It=it[qe.field||we.fullField],mt(qe)?(qe.field=qe.field||we.fullField,qe.fieldValue=It,qe):{message:typeof qe=="function"?qe():qe,fieldValue:It,field:qe.field||we.fullField}}}function Ft(we,it){if(it){for(var qe in it)if(it.hasOwnProperty(qe)){var It=it[qe];typeof It=="object"&&typeof we[qe]=="object"?we[qe]=ae({},we[qe],It):we[qe]=It}}return we}var nr=function(it,qe,It,lt,dr,pr){it.required&&(!It.hasOwnProperty(it.field)||me(qe,pr||it.type))&&lt.push(U(dr.messages.required,it.fullField))},Ne=function(it,qe,It,lt,dr){(/^\s+$/.test(qe)||qe==="")&&lt.push(U(dr.messages.whitespace,it.fullField))},ht,Rt=function(){if(ht)return ht;var we="[a-fA-F\\d:]",it=function(Rr){return Rr&&Rr.includeBoundaries?"(?:(?<=\\s|^)(?="+we+")|(?<="+we+")(?=\\s|$))":""},qe="(?: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}",It="[a-fA-F\\d]{1,4}",lt=(`
(?:
(?:`+It+":){7}(?:"+It+`|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
(?:`+It+":){6}(?:"+qe+"|:"+It+`|:)| // 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
(?:`+It+":){5}(?::"+qe+"|(?::"+It+`){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
(?:`+It+":){4}(?:(?::"+It+"){0,1}:"+qe+"|(?::"+It+`){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
(?:`+It+":){3}(?:(?::"+It+"){0,2}:"+qe+"|(?::"+It+`){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
(?:`+It+":){2}(?:(?::"+It+"){0,3}:"+qe+"|(?::"+It+`){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
(?:`+It+":){1}(?:(?::"+It+"){0,4}:"+qe+"|(?::"+It+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
(?::(?:(?::`+It+"){0,5}:"+qe+"|(?::"+It+`){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(),dr=new RegExp("(?:^"+qe+"$)|(?:^"+lt+"$)"),pr=new RegExp("^"+qe+"$"),Cr=new RegExp("^"+lt+"$"),zr=function(Rr){return Rr&&Rr.exact?dr:new RegExp("(?:"+it(Rr)+qe+it(Rr)+")|(?:"+it(Rr)+lt+it(Rr)+")","g")};zr.v4=function(ir){return ir&&ir.exact?pr:new RegExp(""+it(ir)+qe+it(ir),"g")},zr.v6=function(ir){return ir&&ir.exact?Cr:new RegExp(""+it(ir)+lt+it(ir),"g")};var Jr="(?:(?:[a-z]+:)?//)",Nr="(?:\\S+(?::\\S*)?@)?",Cn=zr.v4().source,vr=zr.v6().source,Fn="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",Qn="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",$e="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",ft="(?::\\d{2,5})?",_e='(?:[/?#][^\\s"]*)?',sr="(?:"+Jr+"|www\\.)"+Nr+"(?:localhost|"+Cn+"|"+vr+"|"+Fn+Qn+$e+")"+ft+_e;return ht=new RegExp("(?:^"+sr+"$)","i"),ht},Je={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},ct={integer:function(it){return ct.number(it)&&parseInt(it,10)===it},float:function(it){return ct.number(it)&&!ct.integer(it)},array:function(it){return Array.isArray(it)},regexp:function(it){if(it instanceof RegExp)return!0;try{return!!new RegExp(it)}catch(qe){return!1}},date:function(it){return typeof it.getTime=="function"&&typeof it.getMonth=="function"&&typeof it.getYear=="function"&&!isNaN(it.getTime())},number:function(it){return isNaN(it)?!1:typeof it=="number"},object:function(it){return typeof it=="object"&&!ct.array(it)},method:function(it){return typeof it=="function"},email:function(it){return typeof it=="string"&&it.length<=320&&!!it.match(Je.email)},url:function(it){return typeof it=="string"&&it.length<=2048&&!!it.match(Rt())},hex:function(it){return typeof it=="string"&&!!it.match(Je.hex)}},at=function(it,qe,It,lt,dr){if(it.required&&qe===void 0){nr(it,qe,It,lt,dr);return}var pr=["integer","float","array","regexp","object","method","email","number","date","url","hex"],Cr=it.type;pr.indexOf(Cr)>-1?ct[Cr](qe)||lt.push(U(dr.messages.types[Cr],it.fullField,it.type)):Cr&&typeof qe!==it.type&&lt.push(U(dr.messages.types[Cr],it.fullField,it.type))},Xe=function(it,qe,It,lt,dr){var pr=typeof it.len=="number",Cr=typeof it.min=="number",zr=typeof it.max=="number",Jr=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Nr=qe,Cn=null,vr=typeof qe=="number",Fn=typeof qe=="string",Qn=Array.isArray(qe);if(vr?Cn="number":Fn?Cn="string":Qn&&(Cn="array"),!Cn)return!1;Qn&&(Nr=qe.length),Fn&&(Nr=qe.replace(Jr,"_").length),pr?Nr!==it.len&&lt.push(U(dr.messages[Cn].len,it.fullField,it.len)):Cr&&!zr&&Nr<it.min?lt.push(U(dr.messages[Cn].min,it.fullField,it.min)):zr&&!Cr&&Nr>it.max?lt.push(U(dr.messages[Cn].max,it.fullField,it.max)):Cr&&zr&&(Nr<it.min||Nr>it.max)&&lt.push(U(dr.messages[Cn].range,it.fullField,it.min,it.max))},Ze="enum",ye=function(it,qe,It,lt,dr){it[Ze]=Array.isArray(it[Ze])?it[Ze]:[],it[Ze].indexOf(qe)===-1&&lt.push(U(dr.messages[Ze],it.fullField,it[Ze].join(", ")))},Oe=function(it,qe,It,lt,dr){if(it.pattern){if(it.pattern instanceof RegExp)it.pattern.lastIndex=0,it.pattern.test(qe)||lt.push(U(dr.messages.pattern.mismatch,it.fullField,qe,it.pattern));else if(typeof it.pattern=="string"){var pr=new RegExp(it.pattern);pr.test(qe)||lt.push(U(dr.messages.pattern.mismatch,it.fullField,qe,it.pattern))}}},Ge={required:nr,whitespace:Ne,type:at,range:Xe,enum:ye,pattern:Oe},et=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe,"string")&&!it.required)return It();Ge.required(it,qe,lt,pr,dr,"string"),me(qe,"string")||(Ge.type(it,qe,lt,pr,dr),Ge.range(it,qe,lt,pr,dr),Ge.pattern(it,qe,lt,pr,dr),it.whitespace===!0&&Ge.whitespace(it,qe,lt,pr,dr))}It(pr)},Qe=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),qe!==void 0&&Ge.type(it,qe,lt,pr,dr)}It(pr)},St=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(qe===""&&(qe=void 0),me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),qe!==void 0&&(Ge.type(it,qe,lt,pr,dr),Ge.range(it,qe,lt,pr,dr))}It(pr)},Ct=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),qe!==void 0&&Ge.type(it,qe,lt,pr,dr)}It(pr)},lr=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),me(qe)||Ge.type(it,qe,lt,pr,dr)}It(pr)},or=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),qe!==void 0&&(Ge.type(it,qe,lt,pr,dr),Ge.range(it,qe,lt,pr,dr))}It(pr)},Me=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),qe!==void 0&&(Ge.type(it,qe,lt,pr,dr),Ge.range(it,qe,lt,pr,dr))}It(pr)},tt=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(qe==null&&!it.required)return It();Ge.required(it,qe,lt,pr,dr,"array"),qe!=null&&(Ge.type(it,qe,lt,pr,dr),Ge.range(it,qe,lt,pr,dr))}It(pr)},Qt=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),qe!==void 0&&Ge.type(it,qe,lt,pr,dr)}It(pr)},rt="enum",Mt=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),qe!==void 0&&Ge[rt](it,qe,lt,pr,dr)}It(pr)},Ot=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe,"string")&&!it.required)return It();Ge.required(it,qe,lt,pr,dr),me(qe,"string")||Ge.pattern(it,qe,lt,pr,dr)}It(pr)},Jt=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe,"date")&&!it.required)return It();if(Ge.required(it,qe,lt,pr,dr),!me(qe,"date")){var zr;qe instanceof Date?zr=qe:zr=new Date(qe),Ge.type(it,zr,lt,pr,dr),zr&&Ge.range(it,zr.getTime(),lt,pr,dr)}}It(pr)},Ut=function(it,qe,It,lt,dr){var pr=[],Cr=Array.isArray(qe)?"array":typeof qe;Ge.required(it,qe,lt,pr,dr,Cr),It(pr)},Te=function(it,qe,It,lt,dr){var pr=it.type,Cr=[],zr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(zr){if(me(qe,pr)&&!it.required)return It();Ge.required(it,qe,lt,Cr,dr,pr),me(qe,pr)||Ge.type(it,qe,lt,Cr,dr)}It(Cr)},ce=function(it,qe,It,lt,dr){var pr=[],Cr=it.required||!it.required&&lt.hasOwnProperty(it.field);if(Cr){if(me(qe)&&!it.required)return It();Ge.required(it,qe,lt,pr,dr)}It(pr)},pe={string:et,method:Qe,number:St,boolean:Ct,regexp:lr,integer:or,float:Me,array:tt,object:Qt,enum:Mt,pattern:Ot,date:Jt,url:Te,hex:Te,email:Te,required:Ut,any:ce};function At(){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 it=JSON.parse(JSON.stringify(this));return it.clone=this.clone,it}}}var Ae=At(),ut=function(){function we(qe){this.rules=null,this._messages=Ae,this.define(qe)}var it=we.prototype;return it.define=function(It){var lt=this;if(!It)throw new Error("Cannot configure a schema with no rules");if(typeof It!="object"||Array.isArray(It))throw new Error("Rules must be an object");this.rules={},Object.keys(It).forEach(function(dr){var pr=It[dr];lt.rules[dr]=Array.isArray(pr)?pr:[pr]})},it.messages=function(It){return It&&(this._messages=Ft(At(),It)),this._messages},it.validate=function(It,lt,dr){var pr=this;lt===void 0&&(lt={}),dr===void 0&&(dr=function(){});var Cr=It,zr=lt,Jr=dr;if(typeof zr=="function"&&(Jr=zr,zr={}),!this.rules||Object.keys(this.rules).length===0)return Jr&&Jr(null,Cr),Promise.resolve(Cr);function Nr($e){var ft=[],_e={};function sr(Rr){if(Array.isArray(Rr)){var Gr;ft=(Gr=ft).concat.apply(Gr,Rr)}else ft.push(Rr)}for(var ir=0;ir<$e.length;ir++)sr($e[ir]);ft.length?(_e=Z(ft),Jr(ft,_e)):Jr(null,Cr)}if(zr.messages){var Cn=this.messages();Cn===Ae&&(Cn=At()),Ft(Cn,zr.messages),zr.messages=Cn}else zr.messages=this.messages();var vr={},Fn=zr.keys||Object.keys(this.rules);Fn.forEach(function($e){var ft=pr.rules[$e],_e=Cr[$e];ft.forEach(function(sr){var ir=sr;typeof ir.transform=="function"&&(Cr===It&&(Cr=ae({},Cr)),_e=Cr[$e]=ir.transform(_e)),typeof ir=="function"?ir={validator:ir}:ir=ae({},ir),ir.validator=pr.getValidationMethod(ir),ir.validator&&(ir.field=$e,ir.fullField=ir.fullField||$e,ir.type=pr.getType(ir),vr[$e]=vr[$e]||[],vr[$e].push({rule:ir,value:_e,source:Cr,field:$e}))})});var Qn={};return Lt(vr,zr,function($e,ft){var _e=$e.rule,sr=(_e.type==="object"||_e.type==="array")&&(typeof _e.fields=="object"||typeof _e.defaultField=="object");sr=sr&&(_e.required||!_e.required&&$e.value),_e.field=$e.field;function ir(Wr,hn){return ae({},hn,{fullField:_e.fullField+"."+Wr,fullFields:_e.fullFields?[].concat(_e.fullFields,[Wr]):[Wr]})}function Rr(Wr){Wr===void 0&&(Wr=[]);var hn=Array.isArray(Wr)?Wr:[Wr];!zr.suppressWarning&&hn.length&&we.warning("async-validator:",hn),hn.length&&_e.message!==void 0&&(hn=[].concat(_e.message));var Ei=hn.map(Gt(_e,Cr));if(zr.first&&Ei.length)return Qn[_e.field]=1,ft(Ei);if(!sr)ft(Ei);else{if(_e.required&&!$e.value)return _e.message!==void 0?Ei=[].concat(_e.message).map(Gt(_e,Cr)):zr.error&&(Ei=[zr.error(_e,U(zr.messages.required,_e.field))]),ft(Ei);var ln={};_e.defaultField&&Object.keys($e.value).map(function(kn){ln[kn]=_e.defaultField}),ln=ae({},ln,$e.rule.fields);var yn={};Object.keys(ln).forEach(function(kn){var oi=ln[kn],Ea=Array.isArray(oi)?oi:[oi];yn[kn]=Ea.map(ir.bind(null,kn))});var $r=new we(yn);$r.messages(zr.messages),$e.rule.options&&($e.rule.options.messages=zr.messages,$e.rule.options.error=zr.error),$r.validate($e.value,$e.rule.options||zr,function(kn){var oi=[];Ei&&Ei.length&&oi.push.apply(oi,Ei),kn&&kn.length&&oi.push.apply(oi,kn),ft(oi.length?oi:null)})}}var Gr;if(_e.asyncValidator)Gr=_e.asyncValidator(_e,$e.value,Rr,$e.source,zr);else if(_e.validator){try{Gr=_e.validator(_e,$e.value,Rr,$e.source,zr)}catch(Wr){console.error==null||console.error(Wr),zr.suppressValidatorError||setTimeout(function(){throw Wr},0),Rr(Wr.message)}Gr===!0?Rr():Gr===!1?Rr(typeof _e.message=="function"?_e.message(_e.fullField||_e.field):_e.message||(_e.fullField||_e.field)+" fails"):Gr instanceof Array?Rr(Gr):Gr instanceof Error&&Rr(Gr.message)}Gr&&Gr.then&&Gr.then(function(){return Rr()},function(Wr){return Rr(Wr)})},function($e){Nr($e)},Cr)},it.getType=function(It){if(It.type===void 0&&It.pattern instanceof RegExp&&(It.type="pattern"),typeof It.validator!="function"&&It.type&&!pe.hasOwnProperty(It.type))throw new Error(U("Unknown rule type %s",It.type));return It.type||"string"},it.getValidationMethod=function(It){if(typeof It.validator=="function")return It.validator;var lt=Object.keys(It),dr=lt.indexOf("message");return dr!==-1&&lt.splice(dr,1),lt.length===1&&lt[0]==="required"?pe.required:pe[this.getType(It)]||void 0},we}();ut.register=function(it,qe){if(typeof qe!="function")throw new Error("Cannot register a validator by type, validator is not a function");pe[it]=qe},ut.warning=le,ut.messages=Ae,ut.validators=pe;var $t="'${name}' is not a valid ${type}",yt={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:$t,method:$t,array:$t,object:$t,number:$t,date:$t,boolean:$t,integer:$t,float:$t,regexp:$t,email:$t,url:$t,hex:$t},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}"}},Ce=e(24434),_t=ut;function Ue(we,it){return we.replace(/\$\{\w+\}/g,function(qe){var It=qe.slice(2,-1);return it[It]})}var xe="CODE_LOGIC_ERROR";function dt(we,it,qe,It,lt){return Dt.apply(this,arguments)}function Dt(){return Dt=(0,f.Z)((0,c.Z)().mark(function we(it,qe,It,lt,dr){var pr,Cr,zr,Jr,Nr,Cn,vr,Fn,Qn;return(0,c.Z)().wrap(function(ft){for(;;)switch(ft.prev=ft.next){case 0:return pr=(0,o.Z)({},It),delete pr.ruleIndex,_t.warning=function(){},pr.validator&&(Cr=pr.validator,pr.validator=function(){try{return Cr.apply(void 0,arguments)}catch(_e){return console.error(_e),Promise.reject(xe)}}),zr=null,pr&&pr.type==="array"&&pr.defaultField&&(zr=pr.defaultField,delete pr.defaultField),Jr=new _t((0,m.Z)({},it,[pr])),Nr=(0,Ce.T)(yt,lt.validateMessages),Jr.messages(Nr),Cn=[],ft.prev=10,ft.next=13,Promise.resolve(Jr.validate((0,m.Z)({},it,qe),(0,o.Z)({},lt)));case 13:ft.next=18;break;case 15:ft.prev=15,ft.t0=ft.catch(10),ft.t0.errors&&(Cn=ft.t0.errors.map(function(_e,sr){var ir=_e.message,Rr=ir===xe?Nr.default:ir;return r.isValidElement(Rr)?r.cloneElement(Rr,{key:"error_".concat(sr)}):Rr}));case 18:if(!(!Cn.length&&zr)){ft.next=23;break}return ft.next=21,Promise.all(qe.map(function(_e,sr){return dt("".concat(it,".").concat(sr),_e,zr,lt,dr)}));case 21:return vr=ft.sent,ft.abrupt("return",vr.reduce(function(_e,sr){return[].concat((0,h.Z)(_e),(0,h.Z)(sr))},[]));case 23:return Fn=(0,o.Z)((0,o.Z)({},It),{},{name:it,enum:(It.enum||[]).join(", ")},dr),Qn=Cn.map(function(_e){return typeof _e=="string"?Ue(_e,Fn):_e}),ft.abrupt("return",Qn);case 26:case"end":return ft.stop()}},we,null,[[10,15]])})),Dt.apply(this,arguments)}function Be(we,it,qe,It,lt,dr){var pr=we.join("."),Cr=qe.map(function(Nr,Cn){var vr=Nr.validator,Fn=(0,o.Z)((0,o.Z)({},Nr),{},{ruleIndex:Cn});return vr&&(Fn.validator=function(Qn,$e,ft){var _e=!1,sr=function(){for(var Gr=arguments.length,Wr=new Array(Gr),hn=0;hn<Gr;hn++)Wr[hn]=arguments[hn];Promise.resolve().then(function(){(0,k.ZP)(!_e,"Your validator function has already return a promise. `callback` will be ignored."),_e||ft.apply(void 0,Wr)})},ir=vr(Qn,$e,sr);_e=ir&&typeof ir.then=="function"&&typeof ir.catch=="function",(0,k.ZP)(_e,"`callback` is deprecated. Please return a promise instead."),_e&&ir.then(function(){ft()}).catch(function(Rr){ft(Rr||" ")})}),Fn}).sort(function(Nr,Cn){var vr=Nr.warningOnly,Fn=Nr.ruleIndex,Qn=Cn.warningOnly,$e=Cn.ruleIndex;return!!vr==!!Qn?Fn-$e:vr?1:-1}),zr;if(lt===!0)zr=new Promise(function(){var Nr=(0,f.Z)((0,c.Z)().mark(function Cn(vr,Fn){var Qn,$e,ft;return(0,c.Z)().wrap(function(sr){for(;;)switch(sr.prev=sr.next){case 0:Qn=0;case 1:if(!(Qn<Cr.length)){sr.next=12;break}return $e=Cr[Qn],sr.next=5,dt(pr,it,$e,It,dr);case 5:if(ft=sr.sent,!ft.length){sr.next=9;break}return Fn([{errors:ft,rule:$e}]),sr.abrupt("return");case 9:Qn+=1,sr.next=1;break;case 12:vr([]);case 13:case"end":return sr.stop()}},Cn)}));return function(Cn,vr){return Nr.apply(this,arguments)}}());else{var Jr=Cr.map(function(Nr){return dt(pr,it,Nr,It,dr).then(function(Cn){return{errors:Cn,rule:Nr}})});zr=(lt?qr(Jr):Dr(Jr)).then(function(Nr){return Promise.reject(Nr)})}return zr.catch(function(Nr){return Nr}),zr}function Dr(we){return vt.apply(this,arguments)}function vt(){return vt=(0,f.Z)((0,c.Z)().mark(function we(it){return(0,c.Z)().wrap(function(It){for(;;)switch(It.prev=It.next){case 0:return It.abrupt("return",Promise.all(it).then(function(lt){var dr,pr=(dr=[]).concat.apply(dr,(0,h.Z)(lt));return pr}));case 1:case"end":return It.stop()}},we)})),vt.apply(this,arguments)}function qr(we){return sn.apply(this,arguments)}function sn(){return sn=(0,f.Z)((0,c.Z)().mark(function we(it){var qe;return(0,c.Z)().wrap(function(lt){for(;;)switch(lt.prev=lt.next){case 0:return qe=0,lt.abrupt("return",new Promise(function(dr){it.forEach(function(pr){pr.then(function(Cr){Cr.errors.length&&dr([Cr]),qe+=1,qe===it.length&&dr([])})})}));case 2:case"end":return lt.stop()}},we)})),sn.apply(this,arguments)}var zt=e(43749),er=e(97938);function Bt(we){return K(we)}function Yt(we,it){var qe={};return it.forEach(function(It){var lt=(0,er.Z)(we,It);qe=(0,Ce.Z)(qe,It,lt)}),qe}function wr(we,it){var qe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return we&&we.some(function(It){return Ir(it,It,qe)})}function Ir(we,it){var qe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return!we||!it||!qe&&we.length!==it.length?!1:it.every(function(It,lt){return we[lt]===It})}function Pt(we,it){if(we===it)return!0;if(!we&&it||we&&!it||!we||!it||(0,zt.Z)(we)!=="object"||(0,zt.Z)(it)!=="object")return!1;var qe=Object.keys(we),It=Object.keys(it),lt=new Set([].concat(qe,It));return(0,h.Z)(lt).every(function(dr){var pr=we[dr],Cr=it[dr];return typeof pr=="function"&&typeof Cr=="function"?!0:pr===Cr})}function Kt(we){var it=arguments.length<=1?void 0:arguments[1];return it&&it.target&&(0,zt.Z)(it.target)==="object"&&we in it.target?it.target[we]:it}function jt(we,it,qe){var It=we.length;if(it<0||it>=It||qe<0||qe>=It)return we;var lt=we[it],dr=it-qe;return dr>0?[].concat((0,h.Z)(we.slice(0,qe)),[lt],(0,h.Z)(we.slice(qe,it)),(0,h.Z)(we.slice(it+1,It))):dr<0?[].concat((0,h.Z)(we.slice(0,it)),(0,h.Z)(we.slice(it+1,qe+1)),[lt],(0,h.Z)(we.slice(qe+1,It))):we}var qt=["name"],yr=[];function Qr(we,it,qe,It,lt,dr){return typeof we=="function"?we(it,qe,"source"in dr?{source:dr.source}:{}):It!==lt}var Hr=function(we){(0,p.Z)(qe,we);var it=(0,y.Z)(qe);function qe(It){var lt;if((0,u.Z)(this,qe),lt=it.call(this,It),(0,m.Z)((0,x.Z)(lt),"state",{resetCount:0}),(0,m.Z)((0,x.Z)(lt),"cancelRegisterFunc",null),(0,m.Z)((0,x.Z)(lt),"mounted",!1),(0,m.Z)((0,x.Z)(lt),"touched",!1),(0,m.Z)((0,x.Z)(lt),"dirty",!1),(0,m.Z)((0,x.Z)(lt),"validatePromise",void 0),(0,m.Z)((0,x.Z)(lt),"prevValidating",void 0),(0,m.Z)((0,x.Z)(lt),"errors",yr),(0,m.Z)((0,x.Z)(lt),"warnings",yr),(0,m.Z)((0,x.Z)(lt),"cancelRegister",function(){var zr=lt.props,Jr=zr.preserve,Nr=zr.isListField,Cn=zr.name;lt.cancelRegisterFunc&&lt.cancelRegisterFunc(Nr,Jr,Bt(Cn)),lt.cancelRegisterFunc=null}),(0,m.Z)((0,x.Z)(lt),"getNamePath",function(){var zr=lt.props,Jr=zr.name,Nr=zr.fieldContext,Cn=Nr.prefixName,vr=Cn===void 0?[]:Cn;return Jr!==void 0?[].concat((0,h.Z)(vr),(0,h.Z)(Jr)):[]}),(0,m.Z)((0,x.Z)(lt),"getRules",function(){var zr=lt.props,Jr=zr.rules,Nr=Jr===void 0?[]:Jr,Cn=zr.fieldContext;return Nr.map(function(vr){return typeof vr=="function"?vr(Cn):vr})}),(0,m.Z)((0,x.Z)(lt),"refresh",function(){lt.mounted&&lt.setState(function(zr){var Jr=zr.resetCount;return{resetCount:Jr+1}})}),(0,m.Z)((0,x.Z)(lt),"metaCache",null),(0,m.Z)((0,x.Z)(lt),"triggerMetaEvent",function(zr){var Jr=lt.props.onMetaChange;if(Jr){var Nr=(0,o.Z)((0,o.Z)({},lt.getMeta()),{},{destroy:zr});(0,A.Z)(lt.metaCache,Nr)||Jr(Nr),lt.metaCache=Nr}else lt.metaCache=null}),(0,m.Z)((0,x.Z)(lt),"onStoreChange",function(zr,Jr,Nr){var Cn=lt.props,vr=Cn.shouldUpdate,Fn=Cn.dependencies,Qn=Fn===void 0?[]:Fn,$e=Cn.onReset,ft=Nr.store,_e=lt.getNamePath(),sr=lt.getValue(zr),ir=lt.getValue(ft),Rr=Jr&&wr(Jr,_e);switch(Nr.type==="valueUpdate"&&Nr.source==="external"&&sr!==ir&&(lt.touched=!0,lt.dirty=!0,lt.validatePromise=null,lt.errors=yr,lt.warnings=yr,lt.triggerMetaEvent()),Nr.type){case"reset":if(!Jr||Rr){lt.touched=!1,lt.dirty=!1,lt.validatePromise=void 0,lt.errors=yr,lt.warnings=yr,lt.triggerMetaEvent(),$e==null||$e(),lt.refresh();return}break;case"remove":{if(vr){lt.reRender();return}break}case"setField":{var Gr=Nr.data;if(Rr){"touched"in Gr&&(lt.touched=Gr.touched),"validating"in Gr&&!("originRCField"in Gr)&&(lt.validatePromise=Gr.validating?Promise.resolve([]):null),"errors"in Gr&&(lt.errors=Gr.errors||yr),"warnings"in Gr&&(lt.warnings=Gr.warnings||yr),lt.dirty=!0,lt.triggerMetaEvent(),lt.reRender();return}else if("value"in Gr&&wr(Jr,_e,!0)){lt.reRender();return}if(vr&&!_e.length&&Qr(vr,zr,ft,sr,ir,Nr)){lt.reRender();return}break}case"dependenciesUpdate":{var Wr=Qn.map(Bt);if(Wr.some(function(hn){return wr(Nr.relatedFields,hn)})){lt.reRender();return}break}default:if(Rr||(!Qn.length||_e.length||vr)&&Qr(vr,zr,ft,sr,ir,Nr)){lt.reRender();return}break}vr===!0&&lt.reRender()}),(0,m.Z)((0,x.Z)(lt),"validateRules",function(zr){var Jr=lt.getNamePath(),Nr=lt.getValue(),Cn=zr||{},vr=Cn.triggerName,Fn=Cn.validateOnly,Qn=Fn===void 0?!1:Fn,$e=Promise.resolve().then((0,f.Z)((0,c.Z)().mark(function ft(){var _e,sr,ir,Rr,Gr,Wr,hn;return(0,c.Z)().wrap(function(ln){for(;;)switch(ln.prev=ln.next){case 0:if(lt.mounted){ln.next=2;break}return ln.abrupt("return",[]);case 2:if(_e=lt.props,sr=_e.validateFirst,ir=sr===void 0?!1:sr,Rr=_e.messageVariables,Gr=_e.validateDebounce,Wr=lt.getRules(),vr&&(Wr=Wr.filter(function(yn){return yn}).filter(function(yn){var $r=yn.validateTrigger;if(!$r)return!0;var kn=K($r);return kn.includes(vr)})),!(Gr&&vr)){ln.next=10;break}return ln.next=8,new Promise(function(yn){setTimeout(yn,Gr)});case 8:if(lt.validatePromise===$e){ln.next=10;break}return ln.abrupt("return",[]);case 10:return hn=Be(Jr,Nr,Wr,zr,ir,Rr),hn.catch(function(yn){return yn}).then(function(){var yn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:yr;if(lt.validatePromise===$e){var $r;lt.validatePromise=null;var kn=[],oi=[];($r=yn.forEach)===null||$r===void 0||$r.call(yn,function(Ea){var Qs=Ea.rule.warningOnly,Ba=Ea.errors,Ws=Ba===void 0?yr:Ba;Qs?oi.push.apply(oi,(0,h.Z)(Ws)):kn.push.apply(kn,(0,h.Z)(Ws))}),lt.errors=kn,lt.warnings=oi,lt.triggerMetaEvent(),lt.reRender()}}),ln.abrupt("return",hn);case 13:case"end":return ln.stop()}},ft)})));return Qn||(lt.validatePromise=$e,lt.dirty=!0,lt.errors=yr,lt.warnings=yr,lt.triggerMetaEvent(),lt.reRender()),$e}),(0,m.Z)((0,x.Z)(lt),"isFieldValidating",function(){return!!lt.validatePromise}),(0,m.Z)((0,x.Z)(lt),"isFieldTouched",function(){return lt.touched}),(0,m.Z)((0,x.Z)(lt),"isFieldDirty",function(){if(lt.dirty||lt.props.initialValue!==void 0)return!0;var zr=lt.props.fieldContext,Jr=zr.getInternalHooks(R),Nr=Jr.getInitialValue;return Nr(lt.getNamePath())!==void 0}),(0,m.Z)((0,x.Z)(lt),"getErrors",function(){return lt.errors}),(0,m.Z)((0,x.Z)(lt),"getWarnings",function(){return lt.warnings}),(0,m.Z)((0,x.Z)(lt),"isListField",function(){return lt.props.isListField}),(0,m.Z)((0,x.Z)(lt),"isList",function(){return lt.props.isList}),(0,m.Z)((0,x.Z)(lt),"isPreserve",function(){return lt.props.preserve}),(0,m.Z)((0,x.Z)(lt),"getMeta",function(){lt.prevValidating=lt.isFieldValidating();var zr={touched:lt.isFieldTouched(),validating:lt.prevValidating,errors:lt.errors,warnings:lt.warnings,name:lt.getNamePath(),validated:lt.validatePromise===null};return zr}),(0,m.Z)((0,x.Z)(lt),"getOnlyChild",function(zr){if(typeof zr=="function"){var Jr=lt.getMeta();return(0,o.Z)((0,o.Z)({},lt.getOnlyChild(zr(lt.getControlled(),Jr,lt.props.fieldContext))),{},{isFunction:!0})}var Nr=(0,b.Z)(zr);return Nr.length!==1||!r.isValidElement(Nr[0])?{child:Nr,isFunction:!1}:{child:Nr[0],isFunction:!1}}),(0,m.Z)((0,x.Z)(lt),"getValue",function(zr){var Jr=lt.props.fieldContext.getFieldsValue,Nr=lt.getNamePath();return(0,er.Z)(zr||Jr(!0),Nr)}),(0,m.Z)((0,x.Z)(lt),"getControlled",function(){var zr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Jr=lt.props,Nr=Jr.trigger,Cn=Jr.validateTrigger,vr=Jr.getValueFromEvent,Fn=Jr.normalize,Qn=Jr.valuePropName,$e=Jr.getValueProps,ft=Jr.fieldContext,_e=Cn!==void 0?Cn:ft.validateTrigger,sr=lt.getNamePath(),ir=ft.getInternalHooks,Rr=ft.getFieldsValue,Gr=ir(R),Wr=Gr.dispatch,hn=lt.getValue(),Ei=$e||function(kn){return(0,m.Z)({},Qn,kn)},ln=zr[Nr],yn=(0,o.Z)((0,o.Z)({},zr),Ei(hn));yn[Nr]=function(){lt.touched=!0,lt.dirty=!0,lt.triggerMetaEvent();for(var kn,oi=arguments.length,Ea=new Array(oi),Qs=0;Qs<oi;Qs++)Ea[Qs]=arguments[Qs];vr?kn=vr.apply(void 0,Ea):kn=Kt.apply(void 0,[Qn].concat(Ea)),Fn&&(kn=Fn(kn,hn,Rr(!0))),Wr({type:"updateValue",namePath:sr,value:kn}),ln&&ln.apply(void 0,Ea)};var $r=K(_e||[]);return $r.forEach(function(kn){var oi=yn[kn];yn[kn]=function(){oi&&oi.apply(void 0,arguments);var Ea=lt.props.rules;Ea&&Ea.length&&Wr({type:"validateField",namePath:sr,triggerName:kn})}}),yn}),It.fieldContext){var dr=It.fieldContext.getInternalHooks,pr=dr(R),Cr=pr.initEntityValue;Cr((0,x.Z)(lt))}return lt}return(0,a.Z)(qe,[{key:"componentDidMount",value:function(){var lt=this.props,dr=lt.shouldUpdate,pr=lt.fieldContext;if(this.mounted=!0,pr){var Cr=pr.getInternalHooks,zr=Cr(R),Jr=zr.registerField;this.cancelRegisterFunc=Jr(this)}dr===!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 lt=this.state.resetCount,dr=this.props.children,pr=this.getOnlyChild(dr),Cr=pr.child,zr=pr.isFunction,Jr;return zr?Jr=Cr:r.isValidElement(Cr)?Jr=r.cloneElement(Cr,this.getControlled(Cr.props)):((0,k.ZP)(!Cr,"`children` of Field is not validate ReactElement."),Jr=Cr),r.createElement(r.Fragment,{key:lt},Jr)}}]),qe}(r.Component);(0,m.Z)(Hr,"contextType",M),(0,m.Z)(Hr,"defaultProps",{trigger:"onChange",valuePropName:"value"});function jn(we){var it=we.name,qe=(0,l.Z)(we,qt),It=r.useContext(M),lt=r.useContext(N),dr=it!==void 0?Bt(it):void 0,pr="keep";return qe.isListField||(pr="_".concat((dr||[]).join("_"))),r.createElement(Hr,(0,i.Z)({key:pr,name:dr,isListField:!!lt},qe,{fieldContext:It}))}var En=jn;function Yn(we){var it=we.name,qe=we.initialValue,It=we.children,lt=we.rules,dr=we.validateTrigger,pr=we.isListField,Cr=r.useContext(M),zr=r.useContext(N),Jr=r.useRef({keys:[],id:0}),Nr=Jr.current,Cn=r.useMemo(function(){var $e=Bt(Cr.prefixName)||[];return[].concat((0,h.Z)($e),(0,h.Z)(Bt(it)))},[Cr.prefixName,it]),vr=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},Cr),{},{prefixName:Cn})},[Cr,Cn]),Fn=r.useMemo(function(){return{getKey:function(ft){var _e=Cn.length,sr=ft[_e];return[Nr.keys[sr],ft.slice(_e+1)]}}},[Cn]);if(typeof It!="function")return(0,k.ZP)(!1,"Form.List only accepts function as children."),null;var Qn=function(ft,_e,sr){var ir=sr.source;return ir==="internal"?!1:ft!==_e};return r.createElement(N.Provider,{value:Fn},r.createElement(M.Provider,{value:vr},r.createElement(En,{name:[],shouldUpdate:Qn,rules:lt,validateTrigger:dr,initialValue:qe,isList:!0,isListField:pr!=null?pr:!!zr},function($e,ft){var _e=$e.value,sr=_e===void 0?[]:_e,ir=$e.onChange,Rr=Cr.getFieldValue,Gr=function(){var ln=Rr(Cn||[]);return ln||[]},Wr={add:function(ln,yn){var $r=Gr();yn>=0&&yn<=$r.length?(Nr.keys=[].concat((0,h.Z)(Nr.keys.slice(0,yn)),[Nr.id],(0,h.Z)(Nr.keys.slice(yn))),ir([].concat((0,h.Z)($r.slice(0,yn)),[ln],(0,h.Z)($r.slice(yn))))):(Nr.keys=[].concat((0,h.Z)(Nr.keys),[Nr.id]),ir([].concat((0,h.Z)($r),[ln]))),Nr.id+=1},remove:function(ln){var yn=Gr(),$r=new Set(Array.isArray(ln)?ln:[ln]);$r.size<=0||(Nr.keys=Nr.keys.filter(function(kn,oi){return!$r.has(oi)}),ir(yn.filter(function(kn,oi){return!$r.has(oi)})))},move:function(ln,yn){if(ln!==yn){var $r=Gr();ln<0||ln>=$r.length||yn<0||yn>=$r.length||(Nr.keys=jt(Nr.keys,ln,yn),ir(jt($r,ln,yn)))}}},hn=sr||[];return Array.isArray(hn)||(hn=[]),It(hn.map(function(Ei,ln){var yn=Nr.keys[ln];return yn===void 0&&(Nr.keys[ln]=Nr.id,yn=Nr.keys[ln],Nr.id+=1),{name:ln,key:yn,isListField:!0}}),Wr,ft)})))}var Tt=Yn,Vr=e(72190);function ii(we){var it=!1,qe=we.length,It=[];return we.length?new Promise(function(lt,dr){we.forEach(function(pr,Cr){pr.catch(function(zr){return it=!0,zr}).then(function(zr){qe-=1,It[Cr]=zr,!(qe>0)&&(it&&dr(It),lt(It))})})}):Promise.resolve([])}var Bi="__@field_split__";function $n(we){return we.map(function(it){return"".concat((0,zt.Z)(it),":").concat(it)}).join(Bi)}var ci=function(){function we(){(0,u.Z)(this,we),(0,m.Z)(this,"kvs",new Map)}return(0,a.Z)(we,[{key:"set",value:function(qe,It){this.kvs.set($n(qe),It)}},{key:"get",value:function(qe){return this.kvs.get($n(qe))}},{key:"update",value:function(qe,It){var lt=this.get(qe),dr=It(lt);dr?this.set(qe,dr):this.delete(qe)}},{key:"delete",value:function(qe){this.kvs.delete($n(qe))}},{key:"map",value:function(qe){return(0,h.Z)(this.kvs.entries()).map(function(It){var lt=(0,Vr.Z)(It,2),dr=lt[0],pr=lt[1],Cr=dr.split(Bi);return qe({key:Cr.map(function(zr){var Jr=zr.match(/^([^:]*):(.*)$/),Nr=(0,Vr.Z)(Jr,3),Cn=Nr[1],vr=Nr[2];return Cn==="number"?Number(vr):vr}),value:pr})})}},{key:"toJSON",value:function(){var qe={};return this.map(function(It){var lt=It.key,dr=It.value;return qe[lt.join(".")]=dr,null}),qe}}]),we}(),Di=ci,Gi=["name"],Pi=(0,a.Z)(function we(it){var qe=this;(0,u.Z)(this,we),(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:qe.getFieldValue,getFieldsValue:qe.getFieldsValue,getFieldError:qe.getFieldError,getFieldWarning:qe.getFieldWarning,getFieldsError:qe.getFieldsError,isFieldsTouched:qe.isFieldsTouched,isFieldTouched:qe.isFieldTouched,isFieldValidating:qe.isFieldValidating,isFieldsValidating:qe.isFieldsValidating,resetFields:qe.resetFields,setFields:qe.setFields,setFieldValue:qe.setFieldValue,setFieldsValue:qe.setFieldsValue,validateFields:qe.validateFields,submit:qe.submit,_init:!0,getInternalHooks:qe.getInternalHooks}}),(0,m.Z)(this,"getInternalHooks",function(It){return It===R?(qe.formHooked=!0,{dispatch:qe.dispatch,initEntityValue:qe.initEntityValue,registerField:qe.registerField,useSubscribe:qe.useSubscribe,setInitialValues:qe.setInitialValues,destroyForm:qe.destroyForm,setCallbacks:qe.setCallbacks,setValidateMessages:qe.setValidateMessages,getFields:qe.getFields,setPreserve:qe.setPreserve,getInitialValue:qe.getInitialValue,registerWatch:qe.registerWatch}):((0,k.ZP)(!1,"`getInternalHooks` is internal usage. Should not call directly."),null)}),(0,m.Z)(this,"useSubscribe",function(It){qe.subscribable=It}),(0,m.Z)(this,"prevWithoutPreserves",null),(0,m.Z)(this,"setInitialValues",function(It,lt){if(qe.initialValues=It||{},lt){var dr,pr=(0,Ce.T)(It,qe.store);(dr=qe.prevWithoutPreserves)===null||dr===void 0||dr.map(function(Cr){var zr=Cr.key;pr=(0,Ce.Z)(pr,zr,(0,er.Z)(It,zr))}),qe.prevWithoutPreserves=null,qe.updateStore(pr)}}),(0,m.Z)(this,"destroyForm",function(){var It=new Di;qe.getFieldEntities(!0).forEach(function(lt){qe.isMergedPreserve(lt.isPreserve())||It.set(lt.getNamePath(),!0)}),qe.prevWithoutPreserves=It}),(0,m.Z)(this,"getInitialValue",function(It){var lt=(0,er.Z)(qe.initialValues,It);return It.length?(0,Ce.T)(lt):lt}),(0,m.Z)(this,"setCallbacks",function(It){qe.callbacks=It}),(0,m.Z)(this,"setValidateMessages",function(It){qe.validateMessages=It}),(0,m.Z)(this,"setPreserve",function(It){qe.preserve=It}),(0,m.Z)(this,"watchList",[]),(0,m.Z)(this,"registerWatch",function(It){return qe.watchList.push(It),function(){qe.watchList=qe.watchList.filter(function(lt){return lt!==It})}}),(0,m.Z)(this,"notifyWatch",function(){var It=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];if(qe.watchList.length){var lt=qe.getFieldsValue(),dr=qe.getFieldsValue(!0);qe.watchList.forEach(function(pr){pr(lt,dr,It)})}}),(0,m.Z)(this,"timeoutId",null),(0,m.Z)(this,"warningUnhooked",function(){}),(0,m.Z)(this,"updateStore",function(It){qe.store=It}),(0,m.Z)(this,"getFieldEntities",function(){var It=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return It?qe.fieldEntities.filter(function(lt){return lt.getNamePath().length}):qe.fieldEntities}),(0,m.Z)(this,"getFieldsMap",function(){var It=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,lt=new Di;return qe.getFieldEntities(It).forEach(function(dr){var pr=dr.getNamePath();lt.set(pr,dr)}),lt}),(0,m.Z)(this,"getFieldEntitiesForNamePathList",function(It){if(!It)return qe.getFieldEntities(!0);var lt=qe.getFieldsMap(!0);return It.map(function(dr){var pr=Bt(dr);return lt.get(pr)||{INVALIDATE_NAME_PATH:Bt(dr)}})}),(0,m.Z)(this,"getFieldsValue",function(It,lt){qe.warningUnhooked();var dr,pr,Cr;if(It===!0||Array.isArray(It)?(dr=It,pr=lt):It&&(0,zt.Z)(It)==="object"&&(Cr=It.strict,pr=It.filter),dr===!0&&!pr)return qe.store;var zr=qe.getFieldEntitiesForNamePathList(Array.isArray(dr)?dr:null),Jr=[];return zr.forEach(function(Nr){var Cn,vr,Fn="INVALIDATE_NAME_PATH"in Nr?Nr.INVALIDATE_NAME_PATH:Nr.getNamePath();if(Cr){var Qn,$e;if((Qn=($e=Nr).isList)!==null&&Qn!==void 0&&Qn.call($e))return}else if(!dr&&(Cn=(vr=Nr).isListField)!==null&&Cn!==void 0&&Cn.call(vr))return;if(!pr)Jr.push(Fn);else{var ft="getMeta"in Nr?Nr.getMeta():null;pr(ft)&&Jr.push(Fn)}}),Yt(qe.store,Jr.map(Bt))}),(0,m.Z)(this,"getFieldValue",function(It){qe.warningUnhooked();var lt=Bt(It);return(0,er.Z)(qe.store,lt)}),(0,m.Z)(this,"getFieldsError",function(It){qe.warningUnhooked();var lt=qe.getFieldEntitiesForNamePathList(It);return lt.map(function(dr,pr){return dr&&!("INVALIDATE_NAME_PATH"in dr)?{name:dr.getNamePath(),errors:dr.getErrors(),warnings:dr.getWarnings()}:{name:Bt(It[pr]),errors:[],warnings:[]}})}),(0,m.Z)(this,"getFieldError",function(It){qe.warningUnhooked();var lt=Bt(It),dr=qe.getFieldsError([lt])[0];return dr.errors}),(0,m.Z)(this,"getFieldWarning",function(It){qe.warningUnhooked();var lt=Bt(It),dr=qe.getFieldsError([lt])[0];return dr.warnings}),(0,m.Z)(this,"isFieldsTouched",function(){qe.warningUnhooked();for(var It=arguments.length,lt=new Array(It),dr=0;dr<It;dr++)lt[dr]=arguments[dr];var pr=lt[0],Cr=lt[1],zr,Jr=!1;lt.length===0?zr=null:lt.length===1?Array.isArray(pr)?(zr=pr.map(Bt),Jr=!1):(zr=null,Jr=pr):(zr=pr.map(Bt),Jr=Cr);var Nr=qe.getFieldEntities(!0),Cn=function(ft){return ft.isFieldTouched()};if(!zr)return Jr?Nr.every(Cn):Nr.some(Cn);var vr=new Di;zr.forEach(function($e){vr.set($e,[])}),Nr.forEach(function($e){var ft=$e.getNamePath();zr.forEach(function(_e){_e.every(function(sr,ir){return ft[ir]===sr})&&vr.update(_e,function(sr){return[].concat((0,h.Z)(sr),[$e])})})});var Fn=function(ft){return ft.some(Cn)},Qn=vr.map(function($e){var ft=$e.value;return ft});return Jr?Qn.every(Fn):Qn.some(Fn)}),(0,m.Z)(this,"isFieldTouched",function(It){return qe.warningUnhooked(),qe.isFieldsTouched([It])}),(0,m.Z)(this,"isFieldsValidating",function(It){qe.warningUnhooked();var lt=qe.getFieldEntities();if(!It)return lt.some(function(pr){return pr.isFieldValidating()});var dr=It.map(Bt);return lt.some(function(pr){var Cr=pr.getNamePath();return wr(dr,Cr)&&pr.isFieldValidating()})}),(0,m.Z)(this,"isFieldValidating",function(It){return qe.warningUnhooked(),qe.isFieldsValidating([It])}),(0,m.Z)(this,"resetWithFieldInitialValue",function(){var It=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},lt=new Di,dr=qe.getFieldEntities(!0);dr.forEach(function(zr){var Jr=zr.props.initialValue,Nr=zr.getNamePath();if(Jr!==void 0){var Cn=lt.get(Nr)||new Set;Cn.add({entity:zr,value:Jr}),lt.set(Nr,Cn)}});var pr=function(Jr){Jr.forEach(function(Nr){var Cn=Nr.props.initialValue;if(Cn!==void 0){var vr=Nr.getNamePath(),Fn=qe.getInitialValue(vr);if(Fn!==void 0)(0,k.ZP)(!1,"Form already set 'initialValues' with path '".concat(vr.join("."),"'. Field can not overwrite it."));else{var Qn=lt.get(vr);if(Qn&&Qn.size>1)(0,k.ZP)(!1,"Multiple Field with path '".concat(vr.join("."),"' set 'initialValue'. Can not decide which one to pick."));else if(Qn){var $e=qe.getFieldValue(vr);(!It.skipExist||$e===void 0)&&qe.updateStore((0,Ce.Z)(qe.store,vr,(0,h.Z)(Qn)[0].value))}}}})},Cr;It.entities?Cr=It.entities:It.namePathList?(Cr=[],It.namePathList.forEach(function(zr){var Jr=lt.get(zr);if(Jr){var Nr;(Nr=Cr).push.apply(Nr,(0,h.Z)((0,h.Z)(Jr).map(function(Cn){return Cn.entity})))}})):Cr=dr,pr(Cr)}),(0,m.Z)(this,"resetFields",function(It){qe.warningUnhooked();var lt=qe.store;if(!It){qe.updateStore((0,Ce.T)(qe.initialValues)),qe.resetWithFieldInitialValue(),qe.notifyObservers(lt,null,{type:"reset"}),qe.notifyWatch();return}var dr=It.map(Bt);dr.forEach(function(pr){var Cr=qe.getInitialValue(pr);qe.updateStore((0,Ce.Z)(qe.store,pr,Cr))}),qe.resetWithFieldInitialValue({namePathList:dr}),qe.notifyObservers(lt,dr,{type:"reset"}),qe.notifyWatch(dr)}),(0,m.Z)(this,"setFields",function(It){qe.warningUnhooked();var lt=qe.store,dr=[];It.forEach(function(pr){var Cr=pr.name,zr=(0,l.Z)(pr,Gi),Jr=Bt(Cr);dr.push(Jr),"value"in zr&&qe.updateStore((0,Ce.Z)(qe.store,Jr,zr.value)),qe.notifyObservers(lt,[Jr],{type:"setField",data:pr})}),qe.notifyWatch(dr)}),(0,m.Z)(this,"getFields",function(){var It=qe.getFieldEntities(!0),lt=It.map(function(dr){var pr=dr.getNamePath(),Cr=dr.getMeta(),zr=(0,o.Z)((0,o.Z)({},Cr),{},{name:pr,value:qe.getFieldValue(pr)});return Object.defineProperty(zr,"originRCField",{value:!0}),zr});return lt}),(0,m.Z)(this,"initEntityValue",function(It){var lt=It.props.initialValue;if(lt!==void 0){var dr=It.getNamePath(),pr=(0,er.Z)(qe.store,dr);pr===void 0&&qe.updateStore((0,Ce.Z)(qe.store,dr,lt))}}),(0,m.Z)(this,"isMergedPreserve",function(It){var lt=It!==void 0?It:qe.preserve;return lt!=null?lt:!0}),(0,m.Z)(this,"registerField",function(It){qe.fieldEntities.push(It);var lt=It.getNamePath();if(qe.notifyWatch([lt]),It.props.initialValue!==void 0){var dr=qe.store;qe.resetWithFieldInitialValue({entities:[It],skipExist:!0}),qe.notifyObservers(dr,[It.getNamePath()],{type:"valueUpdate",source:"internal"})}return function(pr,Cr){var zr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];if(qe.fieldEntities=qe.fieldEntities.filter(function(Cn){return Cn!==It}),!qe.isMergedPreserve(Cr)&&(!pr||zr.length>1)){var Jr=pr?void 0:qe.getInitialValue(lt);if(lt.length&&qe.getFieldValue(lt)!==Jr&&qe.fieldEntities.every(function(Cn){return!Ir(Cn.getNamePath(),lt)})){var Nr=qe.store;qe.updateStore((0,Ce.Z)(Nr,lt,Jr,!0)),qe.notifyObservers(Nr,[lt],{type:"remove"}),qe.triggerDependenciesUpdate(Nr,lt)}}qe.notifyWatch([lt])}}),(0,m.Z)(this,"dispatch",function(It){switch(It.type){case"updateValue":{var lt=It.namePath,dr=It.value;qe.updateValue(lt,dr);break}case"validateField":{var pr=It.namePath,Cr=It.triggerName;qe.validateFields([pr],{triggerName:Cr});break}default:}}),(0,m.Z)(this,"notifyObservers",function(It,lt,dr){if(qe.subscribable){var pr=(0,o.Z)((0,o.Z)({},dr),{},{store:qe.getFieldsValue(!0)});qe.getFieldEntities().forEach(function(Cr){var zr=Cr.onStoreChange;zr(It,lt,pr)})}else qe.forceRootUpdate()}),(0,m.Z)(this,"triggerDependenciesUpdate",function(It,lt){var dr=qe.getDependencyChildrenFields(lt);return dr.length&&qe.validateFields(dr),qe.notifyObservers(It,dr,{type:"dependenciesUpdate",relatedFields:[lt].concat((0,h.Z)(dr))}),dr}),(0,m.Z)(this,"updateValue",function(It,lt){var dr=Bt(It),pr=qe.store;qe.updateStore((0,Ce.Z)(qe.store,dr,lt)),qe.notifyObservers(pr,[dr],{type:"valueUpdate",source:"internal"}),qe.notifyWatch([dr]);var Cr=qe.triggerDependenciesUpdate(pr,dr),zr=qe.callbacks.onValuesChange;if(zr){var Jr=Yt(qe.store,[dr]);zr(Jr,qe.getFieldsValue())}qe.triggerOnFieldsChange([dr].concat((0,h.Z)(Cr)))}),(0,m.Z)(this,"setFieldsValue",function(It){qe.warningUnhooked();var lt=qe.store;if(It){var dr=(0,Ce.T)(qe.store,It);qe.updateStore(dr)}qe.notifyObservers(lt,null,{type:"valueUpdate",source:"external"}),qe.notifyWatch()}),(0,m.Z)(this,"setFieldValue",function(It,lt){qe.setFields([{name:It,value:lt}])}),(0,m.Z)(this,"getDependencyChildrenFields",function(It){var lt=new Set,dr=[],pr=new Di;qe.getFieldEntities().forEach(function(zr){var Jr=zr.props.dependencies;(Jr||[]).forEach(function(Nr){var Cn=Bt(Nr);pr.update(Cn,function(){var vr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Set;return vr.add(zr),vr})})});var Cr=function zr(Jr){var Nr=pr.get(Jr)||new Set;Nr.forEach(function(Cn){if(!lt.has(Cn)){lt.add(Cn);var vr=Cn.getNamePath();Cn.isFieldDirty()&&vr.length&&(dr.push(vr),zr(vr))}})};return Cr(It),dr}),(0,m.Z)(this,"triggerOnFieldsChange",function(It,lt){var dr=qe.callbacks.onFieldsChange;if(dr){var pr=qe.getFields();if(lt){var Cr=new Di;lt.forEach(function(Jr){var Nr=Jr.name,Cn=Jr.errors;Cr.set(Nr,Cn)}),pr.forEach(function(Jr){Jr.errors=Cr.get(Jr.name)||Jr.errors})}var zr=pr.filter(function(Jr){var Nr=Jr.name;return wr(It,Nr)});zr.length&&dr(zr,pr)}}),(0,m.Z)(this,"validateFields",function(It,lt){var dr;qe.warningUnhooked();var pr,Cr;Array.isArray(It)||typeof It=="string"||typeof lt=="string"?(pr=It,Cr=lt):Cr=It;var zr=!!pr,Jr=zr?pr.map(Bt):[],Nr=[],Cn=String(Date.now()),vr=new Set,Fn=(dr=Cr)===null||dr===void 0?void 0:dr.recursive;qe.getFieldEntities(!0).forEach(function(_e){if(zr||Jr.push(_e.getNamePath()),!(!_e.props.rules||!_e.props.rules.length)){var sr=_e.getNamePath();if(vr.add(sr.join(Cn)),!zr||wr(Jr,sr,Fn)){var ir=_e.validateRules((0,o.Z)({validateMessages:(0,o.Z)((0,o.Z)({},yt),qe.validateMessages)},Cr));Nr.push(ir.then(function(){return{name:sr,errors:[],warnings:[]}}).catch(function(Rr){var Gr,Wr=[],hn=[];return(Gr=Rr.forEach)===null||Gr===void 0||Gr.call(Rr,function(Ei){var ln=Ei.rule.warningOnly,yn=Ei.errors;ln?hn.push.apply(hn,(0,h.Z)(yn)):Wr.push.apply(Wr,(0,h.Z)(yn))}),Wr.length?Promise.reject({name:sr,errors:Wr,warnings:hn}):{name:sr,errors:Wr,warnings:hn}}))}}});var Qn=ii(Nr);qe.lastValidatePromise=Qn,Qn.catch(function(_e){return _e}).then(function(_e){var sr=_e.map(function(ir){var Rr=ir.name;return Rr});qe.notifyObservers(qe.store,sr,{type:"validateFinish"}),qe.triggerOnFieldsChange(sr,_e)});var $e=Qn.then(function(){return qe.lastValidatePromise===Qn?Promise.resolve(qe.getFieldsValue(Jr)):Promise.reject([])}).catch(function(_e){var sr=_e.filter(function(ir){return ir&&ir.errors.length});return Promise.reject({values:qe.getFieldsValue(Jr),errorFields:sr,outOfDate:qe.lastValidatePromise!==Qn})});$e.catch(function(_e){return _e});var ft=Jr.filter(function(_e){return vr.has(_e.join(Cn))});return qe.triggerOnFieldsChange(ft),$e}),(0,m.Z)(this,"submit",function(){qe.warningUnhooked(),qe.validateFields().then(function(It){var lt=qe.callbacks.onFinish;if(lt)try{lt(It)}catch(dr){console.error(dr)}}).catch(function(It){var lt=qe.callbacks.onFinishFailed;lt&&lt(It)})}),this.forceRootUpdate=it});function Ui(we){var it=r.useRef(),qe=r.useState({}),It=(0,Vr.Z)(qe,2),lt=It[1];if(!it.current)if(we)it.current=we;else{var dr=function(){lt({})},pr=new Pi(dr);it.current=pr.getForm()}return[it.current]}var da=Ui,sa=r.createContext({triggerFormChange:function(){},triggerFormFinish:function(){},registerForm:function(){},unregisterForm:function(){}}),Ji=function(it){var qe=it.validateMessages,It=it.onFormChange,lt=it.onFormFinish,dr=it.children,pr=r.useContext(sa),Cr=r.useRef({});return r.createElement(sa.Provider,{value:(0,o.Z)((0,o.Z)({},pr),{},{validateMessages:(0,o.Z)((0,o.Z)({},pr.validateMessages),qe),triggerFormChange:function(Jr,Nr){It&&It(Jr,{changedFields:Nr,forms:Cr.current}),pr.triggerFormChange(Jr,Nr)},triggerFormFinish:function(Jr,Nr){lt&&lt(Jr,{values:Nr,forms:Cr.current}),pr.triggerFormFinish(Jr,Nr)},registerForm:function(Jr,Nr){Jr&&(Cr.current=(0,o.Z)((0,o.Z)({},Cr.current),{},(0,m.Z)({},Jr,Nr))),pr.registerForm(Jr,Nr)},unregisterForm:function(Jr){var Nr=(0,o.Z)({},Cr.current);delete Nr[Jr],Cr.current=Nr,pr.unregisterForm(Jr)}})},dr)},vi=sa,$i=["name","initialValues","fields","form","preserve","children","component","validateMessages","validateTrigger","onValuesChange","onFieldsChange","onFinish","onFinishFailed"],Ia=function(it,qe){var It=it.name,lt=it.initialValues,dr=it.fields,pr=it.form,Cr=it.preserve,zr=it.children,Jr=it.component,Nr=Jr===void 0?"form":Jr,Cn=it.validateMessages,vr=it.validateTrigger,Fn=vr===void 0?"onChange":vr,Qn=it.onValuesChange,$e=it.onFieldsChange,ft=it.onFinish,_e=it.onFinishFailed,sr=(0,l.Z)(it,$i),ir=r.useContext(vi),Rr=da(pr),Gr=(0,Vr.Z)(Rr,1),Wr=Gr[0],hn=Wr.getInternalHooks(R),Ei=hn.useSubscribe,ln=hn.setInitialValues,yn=hn.setCallbacks,$r=hn.setValidateMessages,kn=hn.setPreserve,oi=hn.destroyForm;r.useImperativeHandle(qe,function(){return Wr}),r.useEffect(function(){return ir.registerForm(It,Wr),function(){ir.unregisterForm(It)}},[ir,Wr,It]),$r((0,o.Z)((0,o.Z)({},ir.validateMessages),Cn)),yn({onValuesChange:Qn,onFieldsChange:function(Ds){if(ir.triggerFormChange(It,Ds),$e){for(var vs=arguments.length,mo=new Array(vs>1?vs-1:0),ta=1;ta<vs;ta++)mo[ta-1]=arguments[ta];$e.apply(void 0,[Ds].concat(mo))}},onFinish:function(Ds){ir.triggerFormFinish(It,Ds),ft&&ft(Ds)},onFinishFailed:_e}),kn(Cr);var Ea=r.useRef(null);ln(lt,!Ea.current),Ea.current||(Ea.current=!0),r.useEffect(function(){return oi},[]);var Qs,Ba=typeof zr=="function";if(Ba){var Ws=Wr.getFieldsValue(!0);Qs=zr(Ws,Wr)}else Qs=zr;Ei(!Ba);var Ns=r.useRef();r.useEffect(function(){Pt(Ns.current||[],dr||[])||Wr.setFields(dr||[]),Ns.current=dr},[dr,Wr]);var ls=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},Wr),{},{validateTrigger:Fn})},[Wr,Fn]),co=r.createElement(N.Provider,{value:null},r.createElement(M.Provider,{value:ls},Qs));return Nr===!1?co:r.createElement(Nr,(0,i.Z)({},sr,{onSubmit:function(Ds){Ds.preventDefault(),Ds.stopPropagation(),Wr.submit()},onReset:function(Ds){var vs;Ds.preventDefault(),Wr.resetFields(),(vs=sr.onReset)===null||vs===void 0||vs.call(sr,Ds)}}),co)},bt=Ia;function wa(we){try{return JSON.stringify(we)}catch(it){return Math.random()}}var Ki=function(){};function gi(){for(var we=arguments.length,it=new Array(we),qe=0;qe<we;qe++)it[qe]=arguments[qe];var It=it[0],lt=It===void 0?[]:It,dr=it[1],pr=dr===void 0?{}:dr,Cr=G(pr)?{form:pr}:pr,zr=Cr.form,Jr=(0,r.useState)(),Nr=(0,Vr.Z)(Jr,2),Cn=Nr[0],vr=Nr[1],Fn=(0,r.useMemo)(function(){return wa(Cn)},[Cn]),Qn=(0,r.useRef)(Fn);Qn.current=Fn;var $e=(0,r.useContext)(M),ft=zr||$e,_e=ft&&ft._init,sr=Bt(lt),ir=(0,r.useRef)(sr);return ir.current=sr,Ki(sr),(0,r.useEffect)(function(){if(_e){var Rr=ft.getFieldsValue,Gr=ft.getInternalHooks,Wr=Gr(R),hn=Wr.registerWatch,Ei=hn(function(yn,$r){var kn=(0,er.Z)(Cr.preserve?$r:yn,ir.current),oi=wa(kn);Qn.current!==oi&&(Qn.current=oi,vr(kn))}),ln=(0,er.Z)(Cr.preserve?Rr(!0):Rr(),ir.current);return Cn!==ln&&vr(ln),Ei}},[_e]),Cn}var ka=gi,Yi=r.forwardRef(bt),Jn=Yi;Jn.FormProvider=Ji,Jn.Field=En,Jn.List=Tt,Jn.useForm=da,Jn.useWatch=ka;var zn=Jn},77900:function(d,g,e){"use strict";e.r(g),e.d(g,{CSSMotionList:function(){return Te},Provider:function(){return m},default:function(){return ce}});var r=e(18642),i=e(85899),l=e(72190),c=e(43749),f=e(92310),o=e.n(f),h=e(76846),u=e(8654),a=e(59301),x=e(42244),p=["children"],y=a.createContext({});function m(pe){var At=pe.children,Ae=(0,x.Z)(pe,p);return a.createElement(y.Provider,{value:Ae},At)}var b=e(38705),A=e(17212),k=e(39153),R=e(55401),S=function(pe){(0,k.Z)(Ae,pe);var At=(0,R.Z)(Ae);function Ae(){return(0,b.Z)(this,Ae),At.apply(this,arguments)}return(0,A.Z)(Ae,[{key:"render",value:function(){return this.props.children}}]),Ae}(a.Component),I=S,M=e(70425),B=e(41799),N=e(6089);function K(pe){var At=a.useReducer(function(_t){return _t+1},0),Ae=(0,l.Z)(At,2),ut=Ae[1],$t=a.useRef(pe),yt=(0,N.Z)(function(){return $t.current}),Ce=(0,N.Z)(function(_t){$t.current=typeof _t=="function"?_t($t.current):_t,ut()});return[yt,Ce]}var G="none",H="appear",ae="enter",ie="leave",ue="none",X="prepare",Y="start",$="active",se="end",ee="prepared",J=e(47273);function le(pe,At){var Ae={};return Ae[pe.toLowerCase()]=At.toLowerCase(),Ae["Webkit".concat(pe)]="webkit".concat(At),Ae["Moz".concat(pe)]="moz".concat(At),Ae["ms".concat(pe)]="MS".concat(At),Ae["O".concat(pe)]="o".concat(At.toLowerCase()),Ae}function Z(pe,At){var Ae={animationend:le("Animation","AnimationEnd"),transitionend:le("Transition","TransitionEnd")};return pe&&("AnimationEvent"in At||delete Ae.animationend.animation,"TransitionEvent"in At||delete Ae.transitionend.transition),Ae}var U=Z((0,J.Z)(),typeof window!="undefined"?window:{}),ne={};if((0,J.Z)()){var me=document.createElement("div");ne=me.style}var Ee={};function Pe(pe){if(Ee[pe])return Ee[pe];var At=U[pe];if(At)for(var Ae=Object.keys(At),ut=Ae.length,$t=0;$t<ut;$t+=1){var yt=Ae[$t];if(Object.prototype.hasOwnProperty.call(At,yt)&&yt in ne)return Ee[pe]=At[yt],Ee[pe]}return""}var We=Pe("animationend"),Fe=Pe("transitionend"),Lt=!!(We&&Fe),mt=We||"animationend",wt=Fe||"transitionend";function Gt(pe,At){if(!pe)return null;if((0,c.Z)(pe)==="object"){var Ae=At.replace(/-\w/g,function(ut){return ut[1].toUpperCase()});return pe[Ae]}return"".concat(pe,"-").concat(At)}var Ft=function(pe){var At=(0,a.useRef)();function Ae($t){$t&&($t.removeEventListener(wt,pe),$t.removeEventListener(mt,pe))}function ut($t){At.current&&At.current!==$t&&Ae(At.current),$t&&$t!==At.current&&($t.addEventListener(wt,pe),$t.addEventListener(mt,pe),At.current=$t)}return a.useEffect(function(){return function(){Ae(At.current)}},[]),[ut,Ae]},nr=(0,J.Z)()?a.useLayoutEffect:a.useEffect,Ne=nr,ht=e(16089),Rt=function(){var pe=a.useRef(null);function At(){ht.Z.cancel(pe.current)}function Ae(ut){var $t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;At();var yt=(0,ht.Z)(function(){$t<=1?ut({isCanceled:function(){return yt!==pe.current}}):Ae(ut,$t-1)});pe.current=yt}return a.useEffect(function(){return function(){At()}},[]),[Ae,At]},Je=[X,Y,$,se],ct=[X,ee],at=!1,Xe=!0;function Ze(pe){return pe===$||pe===se}var ye=function(pe,At,Ae){var ut=(0,B.Z)(ue),$t=(0,l.Z)(ut,2),yt=$t[0],Ce=$t[1],_t=Rt(),Ue=(0,l.Z)(_t,2),xe=Ue[0],dt=Ue[1];function Dt(){Ce(X,!0)}var Be=At?ct:Je;return Ne(function(){if(yt!==ue&&yt!==se){var Dr=Be.indexOf(yt),vt=Be[Dr+1],qr=Ae(yt);qr===at?Ce(vt,!0):vt&&xe(function(sn){function zt(){sn.isCanceled()||Ce(vt,!0)}qr===!0?zt():Promise.resolve(qr).then(zt)})}},[pe,yt]),a.useEffect(function(){return function(){dt()}},[]),[Dt,yt]};function Oe(pe,At,Ae,ut){var $t=ut.motionEnter,yt=$t===void 0?!0:$t,Ce=ut.motionAppear,_t=Ce===void 0?!0:Ce,Ue=ut.motionLeave,xe=Ue===void 0?!0:Ue,dt=ut.motionDeadline,Dt=ut.motionLeaveImmediately,Be=ut.onAppearPrepare,Dr=ut.onEnterPrepare,vt=ut.onLeavePrepare,qr=ut.onAppearStart,sn=ut.onEnterStart,zt=ut.onLeaveStart,er=ut.onAppearActive,Bt=ut.onEnterActive,Yt=ut.onLeaveActive,wr=ut.onAppearEnd,Ir=ut.onEnterEnd,Pt=ut.onLeaveEnd,Kt=ut.onVisibleChanged,jt=(0,B.Z)(),qt=(0,l.Z)(jt,2),yr=qt[0],Qr=qt[1],Hr=K(G),jn=(0,l.Z)(Hr,2),En=jn[0],Yn=jn[1],Tt=(0,B.Z)(null),Vr=(0,l.Z)(Tt,2),ii=Vr[0],Bi=Vr[1],$n=En(),ci=(0,a.useRef)(!1),Di=(0,a.useRef)(null);function Gi(){return Ae()}var Pi=(0,a.useRef)(!1);function Ui(){Yn(G),Bi(null,!0)}var da=(0,M.useEvent)(function(we){var it=En();if(it!==G){var qe=Gi();if(!(we&&!we.deadline&&we.target!==qe)){var It=Pi.current,lt;it===H&&It?lt=wr==null?void 0:wr(qe,we):it===ae&&It?lt=Ir==null?void 0:Ir(qe,we):it===ie&&It&&(lt=Pt==null?void 0:Pt(qe,we)),It&&lt!==!1&&Ui()}}}),sa=Ft(da),Ji=(0,l.Z)(sa,1),vi=Ji[0],$i=function(it){switch(it){case H:return(0,r.Z)((0,r.Z)((0,r.Z)({},X,Be),Y,qr),$,er);case ae:return(0,r.Z)((0,r.Z)((0,r.Z)({},X,Dr),Y,sn),$,Bt);case ie:return(0,r.Z)((0,r.Z)((0,r.Z)({},X,vt),Y,zt),$,Yt);default:return{}}},Ia=a.useMemo(function(){return $i($n)},[$n]),bt=ye($n,!pe,function(we){if(we===X){var it=Ia[X];return it?it(Gi()):at}if(gi in Ia){var qe;Bi(((qe=Ia[gi])===null||qe===void 0?void 0:qe.call(Ia,Gi(),null))||null)}return gi===$&&$n!==G&&(vi(Gi()),dt>0&&(clearTimeout(Di.current),Di.current=setTimeout(function(){da({deadline:!0})},dt))),gi===ee&&Ui(),Xe}),wa=(0,l.Z)(bt,2),Ki=wa[0],gi=wa[1],ka=Ze(gi);Pi.current=ka;var Yi=(0,a.useRef)(null);Ne(function(){if(!(ci.current&&Yi.current===At)){Qr(At);var we=ci.current;ci.current=!0;var it;!we&&At&&_t&&(it=H),we&&At&&yt&&(it=ae),(we&&!At&&xe||!we&&Dt&&!At&&xe)&&(it=ie);var qe=$i(it);it&&(pe||qe[X])?(Yn(it),Ki()):Yn(G),Yi.current=At}},[At]),(0,a.useEffect)(function(){($n===H&&!_t||$n===ae&&!yt||$n===ie&&!xe)&&Yn(G)},[_t,yt,xe]),(0,a.useEffect)(function(){return function(){ci.current=!1,clearTimeout(Di.current)}},[]);var Jn=a.useRef(!1);(0,a.useEffect)(function(){yr&&(Jn.current=!0),yr!==void 0&&$n===G&&((Jn.current||yr)&&(Kt==null||Kt(yr)),Jn.current=!0)},[yr,$n]);var zn=ii;return Ia[X]&&gi===Y&&(zn=(0,i.Z)({transition:"none"},zn)),[$n,gi,zn,yr!=null?yr:At]}function Ge(pe){var At=pe;(0,c.Z)(pe)==="object"&&(At=pe.transitionSupport);function Ae($t,yt){return!!($t.motionName&&At&&yt!==!1)}var ut=a.forwardRef(function($t,yt){var Ce=$t.visible,_t=Ce===void 0?!0:Ce,Ue=$t.removeOnLeave,xe=Ue===void 0?!0:Ue,dt=$t.forceRender,Dt=$t.children,Be=$t.motionName,Dr=$t.leavedClassName,vt=$t.eventProps,qr=a.useContext(y),sn=qr.motion,zt=Ae($t,sn),er=(0,a.useRef)(),Bt=(0,a.useRef)();function Yt(){try{return er.current instanceof HTMLElement?er.current:(0,h.ZP)(Bt.current)}catch(Vr){return null}}var wr=Oe(zt,_t,Yt,$t),Ir=(0,l.Z)(wr,4),Pt=Ir[0],Kt=Ir[1],jt=Ir[2],qt=Ir[3],yr=a.useRef(qt);qt&&(yr.current=!0);var Qr=a.useCallback(function(Vr){er.current=Vr,(0,u.mH)(yt,Vr)},[yt]),Hr,jn=(0,i.Z)((0,i.Z)({},vt),{},{visible:_t});if(!Dt)Hr=null;else if(Pt===G)qt?Hr=Dt((0,i.Z)({},jn),Qr):!xe&&yr.current&&Dr?Hr=Dt((0,i.Z)((0,i.Z)({},jn),{},{className:Dr}),Qr):dt||!xe&&!Dr?Hr=Dt((0,i.Z)((0,i.Z)({},jn),{},{style:{display:"none"}}),Qr):Hr=null;else{var En;Kt===X?En="prepare":Ze(Kt)?En="active":Kt===Y&&(En="start");var Yn=Gt(Be,"".concat(Pt,"-").concat(En));Hr=Dt((0,i.Z)((0,i.Z)({},jn),{},{className:o()(Gt(Be,Pt),(0,r.Z)((0,r.Z)({},Yn,Yn&&En),Be,typeof Be=="string")),style:jt}),Qr)}if(a.isValidElement(Hr)&&(0,u.Yr)(Hr)){var Tt=(0,u.C4)(Hr);Tt||(Hr=a.cloneElement(Hr,{ref:Qr}))}return a.createElement(I,{ref:Bt},Hr)});return ut.displayName="CSSMotion",ut}var et=Ge(Lt),Qe=e(60499),St=e(15793),Ct="add",lr="keep",or="remove",Me="removed";function tt(pe){var At;return pe&&(0,c.Z)(pe)==="object"&&"key"in pe?At=pe:At={key:pe},(0,i.Z)((0,i.Z)({},At),{},{key:String(At.key)})}function Qt(){var pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return pe.map(tt)}function rt(){var pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],At=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Ae=[],ut=0,$t=At.length,yt=Qt(pe),Ce=Qt(At);yt.forEach(function(xe){for(var dt=!1,Dt=ut;Dt<$t;Dt+=1){var Be=Ce[Dt];if(Be.key===xe.key){ut<Dt&&(Ae=Ae.concat(Ce.slice(ut,Dt).map(function(Dr){return(0,i.Z)((0,i.Z)({},Dr),{},{status:Ct})})),ut=Dt),Ae.push((0,i.Z)((0,i.Z)({},Be),{},{status:lr})),ut+=1,dt=!0;break}}dt||Ae.push((0,i.Z)((0,i.Z)({},xe),{},{status:or}))}),ut<$t&&(Ae=Ae.concat(Ce.slice(ut).map(function(xe){return(0,i.Z)((0,i.Z)({},xe),{},{status:Ct})})));var _t={};Ae.forEach(function(xe){var dt=xe.key;_t[dt]=(_t[dt]||0)+1});var Ue=Object.keys(_t).filter(function(xe){return _t[xe]>1});return Ue.forEach(function(xe){Ae=Ae.filter(function(dt){var Dt=dt.key,Be=dt.status;return Dt!==xe||Be!==or}),Ae.forEach(function(dt){dt.key===xe&&(dt.status=lr)})}),Ae}var Mt=["component","children","onVisibleChanged","onAllRemoved"],Ot=["status"],Jt=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function Ut(pe){var At=arguments.length>1&&arguments[1]!==void 0?arguments[1]:et,Ae=function(ut){(0,k.Z)(yt,ut);var $t=(0,R.Z)(yt);function yt(){var Ce;(0,b.Z)(this,yt);for(var _t=arguments.length,Ue=new Array(_t),xe=0;xe<_t;xe++)Ue[xe]=arguments[xe];return Ce=$t.call.apply($t,[this].concat(Ue)),(0,r.Z)((0,St.Z)(Ce),"state",{keyEntities:[]}),(0,r.Z)((0,St.Z)(Ce),"removeKey",function(dt){Ce.setState(function(Dt){var Be=Dt.keyEntities.map(function(Dr){return Dr.key!==dt?Dr:(0,i.Z)((0,i.Z)({},Dr),{},{status:Me})});return{keyEntities:Be}},function(){var Dt=Ce.state.keyEntities,Be=Dt.filter(function(Dr){var vt=Dr.status;return vt!==Me}).length;Be===0&&Ce.props.onAllRemoved&&Ce.props.onAllRemoved()})}),Ce}return(0,A.Z)(yt,[{key:"render",value:function(){var _t=this,Ue=this.state.keyEntities,xe=this.props,dt=xe.component,Dt=xe.children,Be=xe.onVisibleChanged,Dr=xe.onAllRemoved,vt=(0,x.Z)(xe,Mt),qr=dt||a.Fragment,sn={};return Jt.forEach(function(zt){sn[zt]=vt[zt],delete vt[zt]}),delete vt.keys,a.createElement(qr,vt,Ue.map(function(zt,er){var Bt=zt.status,Yt=(0,x.Z)(zt,Ot),wr=Bt===Ct||Bt===lr;return a.createElement(At,(0,Qe.Z)({},sn,{key:Yt.key,visible:wr,eventProps:Yt,onVisibleChanged:function(Pt){Be==null||Be(Pt,{key:Yt.key}),Pt||_t.removeKey(Yt.key)}}),function(Ir,Pt){return Dt((0,i.Z)((0,i.Z)({},Ir),{},{index:er}),Pt)})}))}}],[{key:"getDerivedStateFromProps",value:function(_t,Ue){var xe=_t.keys,dt=Ue.keyEntities,Dt=Qt(xe),Be=rt(dt,Dt);return{keyEntities:Be.filter(function(Dr){var vt=dt.find(function(qr){var sn=qr.key;return Dr.key===sn});return!(vt&&vt.status===Me&&Dr.status===or)})}}}]),yt}(a.Component);return(0,r.Z)(Ae,"defaultProps",{component:"div"}),Ae}var Te=Ut(Lt),ce=et},581:function(d,g,e){"use strict";e.d(g,{qX:function(){return b},JB:function(){return R},lm:function(){return ae}});var r=e(77654),i=e(72190),l=e(42244),c=e(59301),f=e(85899),o=e(4676),h=e(60499),u=e(92310),a=e.n(u),x=e(77900),p=e(18642),y=e(10228),m=c.forwardRef(function(ie,ue){var X=ie.prefixCls,Y=ie.style,$=ie.className,se=ie.duration,ee=se===void 0?4.5:se,J=ie.eventKey,le=ie.content,Z=ie.closable,U=ie.closeIcon,ne=U===void 0?"x":U,me=ie.props,Ee=ie.onClick,Pe=ie.onNoticeClose,We=ie.times,Fe=c.useState(!1),Lt=(0,i.Z)(Fe,2),mt=Lt[0],wt=Lt[1],Gt=function(){Pe(J)},Ft=function(ht){(ht.key==="Enter"||ht.code==="Enter"||ht.keyCode===y.Z.ENTER)&&Gt()};c.useEffect(function(){if(!mt&&ee>0){var Ne=setTimeout(function(){Gt()},ee*1e3);return function(){clearTimeout(Ne)}}},[ee,mt,We]);var nr="".concat(X,"-notice");return c.createElement("div",(0,h.Z)({},me,{ref:ue,className:a()(nr,$,(0,p.Z)({},"".concat(nr,"-closable"),Z)),style:Y,onMouseEnter:function(){wt(!0)},onMouseLeave:function(){wt(!1)},onClick:Ee}),c.createElement("div",{className:"".concat(nr,"-content")},le),Z&&c.createElement("a",{tabIndex:0,className:"".concat(nr,"-close"),onKeyDown:Ft,onClick:function(ht){ht.preventDefault(),ht.stopPropagation(),Gt()}},ne))}),b=m,A=c.createContext({}),k=function(ue){var X=ue.children,Y=ue.classNames;return c.createElement(A.Provider,{value:{classNames:Y}},X)},R=k,S=function(ue){var X=ue.configList,Y=ue.placement,$=ue.prefixCls,se=ue.className,ee=ue.style,J=ue.motion,le=ue.onAllNoticeRemoved,Z=ue.onNoticeClose,U=(0,c.useContext)(A),ne=U.classNames,me=X.map(function(Pe){return{config:Pe,key:Pe.key}}),Ee=typeof J=="function"?J(Y):J;return c.createElement(x.CSSMotionList,(0,h.Z)({key:Y,className:a()($,"".concat($,"-").concat(Y),ne==null?void 0:ne.list,se),style:ee,keys:me,motionAppear:!0},Ee,{onAllRemoved:function(){le(Y)}}),function(Pe,We){var Fe=Pe.config,Lt=Pe.className,mt=Pe.style,wt=Fe,Gt=wt.key,Ft=wt.times,nr=Fe,Ne=nr.className,ht=nr.style;return c.createElement(b,(0,h.Z)({},Fe,{ref:We,prefixCls:$,className:a()(Lt,Ne,ne==null?void 0:ne.notice),style:(0,f.Z)((0,f.Z)({},mt),ht),times:Ft,key:Gt,eventKey:Gt,onNoticeClose:Z}))})},I=S,M=c.forwardRef(function(ie,ue){var X=ie.prefixCls,Y=X===void 0?"rc-notification":X,$=ie.container,se=ie.motion,ee=ie.maxCount,J=ie.className,le=ie.style,Z=ie.onAllRemoved,U=ie.renderNotifications,ne=c.useState([]),me=(0,i.Z)(ne,2),Ee=me[0],Pe=me[1],We=function(ht){var Rt,Je=Ee.find(function(ct){return ct.key===ht});Je==null||(Rt=Je.onClose)===null||Rt===void 0||Rt.call(Je),Pe(function(ct){return ct.filter(function(at){return at.key!==ht})})};c.useImperativeHandle(ue,function(){return{open:function(ht){Pe(function(Rt){var Je=(0,r.Z)(Rt),ct=Je.findIndex(function(Ze){return Ze.key===ht.key}),at=(0,f.Z)({},ht);if(ct>=0){var Xe;at.times=(((Xe=Rt[ct])===null||Xe===void 0?void 0:Xe.times)||0)+1,Je[ct]=at}else at.times=0,Je.push(at);return ee>0&&Je.length>ee&&(Je=Je.slice(-ee)),Je})},close:function(ht){We(ht)},destroy:function(){Pe([])}}});var Fe=c.useState({}),Lt=(0,i.Z)(Fe,2),mt=Lt[0],wt=Lt[1];c.useEffect(function(){var Ne={};Ee.forEach(function(ht){var Rt=ht.placement,Je=Rt===void 0?"topRight":Rt;Je&&(Ne[Je]=Ne[Je]||[],Ne[Je].push(ht))}),Object.keys(mt).forEach(function(ht){Ne[ht]=Ne[ht]||[]}),wt(Ne)},[Ee]);var Gt=function(ht){wt(function(Rt){var Je=(0,f.Z)({},Rt),ct=Je[ht]||[];return ct.length||delete Je[ht],Je})},Ft=c.useRef(!1);if(c.useEffect(function(){Object.keys(mt).length>0?Ft.current=!0:Ft.current&&(Z==null||Z(),Ft.current=!1)},[mt]),!$)return null;var nr=Object.keys(mt);return(0,o.createPortal)(c.createElement(c.Fragment,null,nr.map(function(Ne){var ht=mt[Ne],Rt=c.createElement(I,{key:Ne,configList:ht,placement:Ne,prefixCls:Y,className:J==null?void 0:J(Ne),style:le==null?void 0:le(Ne),motion:se,onNoticeClose:We,onAllNoticeRemoved:Gt});return U?U(Rt,{prefixCls:Y,key:Ne}):Rt})),$)}),B=M,N=["getContainer","motion","prefixCls","maxCount","className","style","onAllRemoved","renderNotifications"],K=function(){return document.body},G=0;function H(){for(var ie={},ue=arguments.length,X=new Array(ue),Y=0;Y<ue;Y++)X[Y]=arguments[Y];return X.forEach(function($){$&&Object.keys($).forEach(function(se){var ee=$[se];ee!==void 0&&(ie[se]=ee)})}),ie}function ae(){var ie=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ue=ie.getContainer,X=ue===void 0?K:ue,Y=ie.motion,$=ie.prefixCls,se=ie.maxCount,ee=ie.className,J=ie.style,le=ie.onAllRemoved,Z=ie.renderNotifications,U=(0,l.Z)(ie,N),ne=c.useState(),me=(0,i.Z)(ne,2),Ee=me[0],Pe=me[1],We=c.useRef(),Fe=c.createElement(B,{container:Ee,ref:We,prefixCls:$,motion:Y,maxCount:se,className:ee,style:J,onAllRemoved:le,renderNotifications:Z}),Lt=c.useState([]),mt=(0,i.Z)(Lt,2),wt=mt[0],Gt=mt[1],Ft=c.useMemo(function(){return{open:function(Ne){var ht=H(U,Ne);(ht.key===null||ht.key===void 0)&&(ht.key="rc-notification-".concat(G),G+=1),Gt(function(Rt){return[].concat((0,r.Z)(Rt),[{type:"open",config:ht}])})},close:function(Ne){Gt(function(ht){return[].concat((0,r.Z)(ht),[{type:"close",key:Ne}])})},destroy:function(){Gt(function(Ne){return[].concat((0,r.Z)(Ne),[{type:"destroy"}])})}}},[]);return c.useEffect(function(){Pe(X())}),c.useEffect(function(){We.current&&wt.length&&(wt.forEach(function(nr){switch(nr.type){case"open":We.current.open(nr.config);break;case"close":We.current.close(nr.key);break;case"destroy":We.current.destroy();break}}),Gt(function(nr){return nr.filter(function(Ne){return!wt.includes(Ne)})}))},[wt]),[Ft,Fe]}},22075:function(d,g){"use strict";g.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"}},29301:function(d,g,e){"use strict";e.d(g,{Z:function(){return Y}});var r=e(60499),i=e(59301),l=e(11592),c=e(48736),f=e(85899),o=e(43749),h=e(76846),u=e(8654),a=i.createContext(null);function x($){var se=$.children,ee=$.onBatchResize,J=i.useRef(0),le=i.useRef([]),Z=i.useContext(a),U=i.useCallback(function(ne,me,Ee){J.current+=1;var Pe=J.current;le.current.push({size:ne,element:me,data:Ee}),Promise.resolve().then(function(){Pe===J.current&&(ee==null||ee(le.current),le.current=[])}),Z==null||Z(ne,me,Ee)},[ee,Z]);return i.createElement(a.Provider,{value:U},se)}var p=e(76374),y=new Map;function m($){$.forEach(function(se){var ee,J=se.target;(ee=y.get(J))===null||ee===void 0||ee.forEach(function(le){return le(J)})})}var b=new p.Z(m),A=null,k=null;function R($,se){y.has($)||(y.set($,new Set),b.observe($)),y.get($).add(se)}function S($,se){y.has($)&&(y.get($).delete(se),y.get($).size||(b.unobserve($),y.delete($)))}var I=e(38705),M=e(17212),B=e(39153),N=e(55401),K=function($){(0,B.Z)(ee,$);var se=(0,N.Z)(ee);function ee(){return(0,I.Z)(this,ee),se.apply(this,arguments)}return(0,M.Z)(ee,[{key:"render",value:function(){return this.props.children}}]),ee}(i.Component);function G($,se){var ee=$.children,J=$.disabled,le=i.useRef(null),Z=i.useRef(null),U=i.useContext(a),ne=typeof ee=="function",me=ne?ee(le):ee,Ee=i.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),Pe=!ne&&i.isValidElement(me)&&(0,u.Yr)(me),We=Pe?(0,u.C4)(me):null,Fe=(0,u.x1)(We,le),Lt=function(){var Ft;return(0,h.ZP)(le.current)||(le.current&&(0,o.Z)(le.current)==="object"?(0,h.ZP)((Ft=le.current)===null||Ft===void 0?void 0:Ft.nativeElement):null)||(0,h.ZP)(Z.current)};i.useImperativeHandle(se,function(){return Lt()});var mt=i.useRef($);mt.current=$;var wt=i.useCallback(function(Gt){var Ft=mt.current,nr=Ft.onResize,Ne=Ft.data,ht=Gt.getBoundingClientRect(),Rt=ht.width,Je=ht.height,ct=Gt.offsetWidth,at=Gt.offsetHeight,Xe=Math.floor(Rt),Ze=Math.floor(Je);if(Ee.current.width!==Xe||Ee.current.height!==Ze||Ee.current.offsetWidth!==ct||Ee.current.offsetHeight!==at){var ye={width:Xe,height:Ze,offsetWidth:ct,offsetHeight:at};Ee.current=ye;var Oe=ct===Math.round(Rt)?Rt:ct,Ge=at===Math.round(Je)?Je:at,et=(0,f.Z)((0,f.Z)({},ye),{},{offsetWidth:Oe,offsetHeight:Ge});U==null||U(et,Gt,Ne),nr&&Promise.resolve().then(function(){nr(et,Gt)})}},[]);return i.useEffect(function(){var Gt=Lt();return Gt&&!J&&R(Gt,wt),function(){return S(Gt,wt)}},[le.current,J]),i.createElement(K,{ref:Z},Pe?i.cloneElement(me,{ref:Fe}):me)}var H=i.forwardRef(G),ae=H,ie="rc-observer-key";function ue($,se){var ee=$.children,J=typeof ee=="function"?[ee]:(0,l.Z)(ee);return J.map(function(le,Z){var U=(le==null?void 0:le.key)||"".concat(ie,"-").concat(Z);return i.createElement(ae,(0,r.Z)({},$,{key:U,ref:Z===0?se:void 0}),le)})}var X=i.forwardRef(ue);X.Collection=x;var Y=X},55477:function(d,g,e){"use strict";e.d(g,{G:function(){return m},Z:function(){return R}});var r=e(60499),i=e(85899),l=e(42244),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(S){var I=S.children,M=S.prefixCls,B=S.id,N=S.overlayInnerStyle,K=S.className,G=S.style;return f.createElement("div",{className:y()("".concat(M,"-content"),K),style:G},f.createElement("div",{className:"".concat(M,"-inner"),id:B,role:"tooltip",style:N},typeof I=="function"?I():I))}var b=["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle","arrowContent","overlay","id","showArrow"],A=function(I,M){var B=I.overlayClassName,N=I.trigger,K=N===void 0?["hover"]:N,G=I.mouseEnterDelay,H=G===void 0?0:G,ae=I.mouseLeaveDelay,ie=ae===void 0?.1:ae,ue=I.overlayStyle,X=I.prefixCls,Y=X===void 0?"rc-tooltip":X,$=I.children,se=I.onVisibleChange,ee=I.afterVisibleChange,J=I.transitionName,le=I.animation,Z=I.motion,U=I.placement,ne=U===void 0?"right":U,me=I.align,Ee=me===void 0?{}:me,Pe=I.destroyTooltipOnHide,We=Pe===void 0?!1:Pe,Fe=I.defaultVisible,Lt=I.getTooltipContainer,mt=I.overlayInnerStyle,wt=I.arrowContent,Gt=I.overlay,Ft=I.id,nr=I.showArrow,Ne=nr===void 0?!0:nr,ht=(0,l.Z)(I,b),Rt=(0,f.useRef)(null);(0,f.useImperativeHandle)(M,function(){return Rt.current});var Je=(0,i.Z)({},ht);"visible"in I&&(Je.popupVisible=I.visible);var ct=function(){return f.createElement(m,{key:"content",prefixCls:Y,id:Ft,overlayInnerStyle:mt},Gt)};return f.createElement(c.Z,(0,r.Z)({popupClassName:B,prefixCls:Y,popup:ct,action:K,builtinPlacements:a,popupPlacement:ne,ref:Rt,popupAlign:Ee,getPopupContainer:Lt,onPopupVisibleChange:se,afterPopupVisibleChange:ee,popupTransitionName:J,popupAnimation:le,popupMotion:Z,defaultPopupVisible:Fe,autoDestroy:We,mouseLeaveDelay:ie,popupStyle:ue,mouseEnterDelay:H,arrow:Ne},Je),$)},k=(0,f.forwardRef)(A),R=k},11592:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{Z:function(){return r}});function r(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}},48519:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{hq:function(){return R},jL:function(){return b}});var r=e(85899),i=e(47273),l=e(48519),c="data-rc-order",f="data-rc-priority",o="rc-util-key",h=new Map;function u(){var S=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},I=S.mark;return I?I.startsWith("data-")?I:"data-".concat(I):o}function a(S){if(S.attachTo)return S.attachTo;var I=document.querySelector("head");return I||document.body}function x(S){return S==="queue"?"prependQueue":S?"prepend":"append"}function p(S){return Array.from((h.get(S)||S).children).filter(function(I){return I.tagName==="STYLE"})}function y(S){var I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(0,i.Z)())return null;var M=I.csp,B=I.prepend,N=I.priority,K=N===void 0?0:N,G=x(B),H=G==="prependQueue",ae=document.createElement("style");ae.setAttribute(c,G),H&&K&&ae.setAttribute(f,"".concat(K)),M!=null&&M.nonce&&(ae.nonce=M==null?void 0:M.nonce),ae.innerHTML=S;var ie=a(I),ue=ie.firstChild;if(B){if(H){var X=(I.styles||p(ie)).filter(function(Y){if(!["prepend","prependQueue"].includes(Y.getAttribute(c)))return!1;var $=Number(Y.getAttribute(f)||0);return K>=$});if(X.length)return ie.insertBefore(ae,X[X.length-1].nextSibling),ae}ie.insertBefore(ae,ue)}else ie.appendChild(ae);return ae}function m(S){var I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=a(I);return(I.styles||p(M)).find(function(B){return B.getAttribute(u(I))===S})}function b(S){var I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=m(S,I);if(M){var B=a(I);B.removeChild(M)}}function A(S,I){var M=h.get(S);if(!M||!(0,l.Z)(document,M)){var B=y("",I),N=B.parentNode;h.set(S,N),S.removeChild(B)}}function k(){h.clear()}function R(S,I){var M=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},B=a(M),N=p(B),K=(0,r.Z)((0,r.Z)({},M),{},{styles:N});A(B,K);var G=m(I,K);if(G){var H,ae;if((H=K.csp)!==null&&H!==void 0&&H.nonce&&G.nonce!==((ae=K.csp)===null||ae===void 0?void 0:ae.nonce)){var ie;G.nonce=(ie=K.csp)===null||ie===void 0?void 0:ie.nonce}return G.innerHTML!==S&&(G.innerHTML=S),G}var ue=y(S,K);return ue.setAttribute(u(K),I),ue}},76846:function(d,g,e){"use strict";e.d(g,{Sh:function(){return c},ZP:function(){return o}});var r=e(43749),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,g){"use strict";g.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,g,e){"use strict";e.d(g,{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,g){"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}}};g.Z=e},34678:function(d,g,e){"use strict";e.d(g,{Z:function(){return f}});var r=e(43749),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,g,e){"use strict";var r;e.d(g,{s:function(){return S},v:function(){return K}});var i=e(73001),l=e(11576),c=e(43749),f=e(85899),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(H){}function m(H){var ae=h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;ae&&(0,c.Z)(ae)==="object"&&(ae.usingClientEntryPoint=H)}var b="__rc_react_root__";function A(H,ae){m(!0);var ie=ae[b]||p(ae);m(!1),ie.render(H),ae[b]=ie}function k(H,ae){a==null||a(H,ae)}function R(H,ae){}function S(H,ae){if(p){A(H,ae);return}k(H,ae)}function I(H){return M.apply(this,arguments)}function M(){return M=(0,l.Z)((0,i.Z)().mark(function H(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 X;(X=ae[b])===null||X===void 0||X.unmount(),delete ae[b]}));case 1:case"end":return ue.stop()}},H)})),M.apply(this,arguments)}function B(H){x(H)}function N(H){}function K(H){return G.apply(this,arguments)}function G(){return G=(0,l.Z)((0,i.Z)().mark(function H(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",I(ae));case 2:B(ae);case 3:case"end":return ue.stop()}},H)})),G.apply(this,arguments)}},75152:function(d,g,e){"use strict";e.d(g,{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),A=parseInt(m.height,10);try{var k=b?"width: ".concat(m.width,";"):"",R=A?"height: ".concat(m.height,";"):"";(0,r.hq)(`
#`.concat(h,`::-webkit-scrollbar {
`).concat(k,`
`).concat(R,`
}`),h)}catch(M){console.error(M),x=b,p=A}}document.body.appendChild(u);var S=o&&x&&!isNaN(x)?x:u.offsetWidth-u.clientWidth,I=o&&p&&!isNaN(p)?p:u.offsetHeight-u.clientHeight;return document.body.removeChild(u),(0,r.jL)(h),{width:S,height:I}}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,g,e){"use strict";e.d(g,{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,g,e){"use strict";var r,i=e(72190),l=e(85899),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();g.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 A=o;o+=1,b("rc_unique_".concat(A))},[]),x||m}},34280:function(d,g,e){"use strict";e.d(g,{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)};g.Z=c},80547:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{Z:function(){return o}});var r=e(72190),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}),A=(0,r.Z)(b,2),k=A[0],R=A[1],S=p!==void 0?p:k,I=m?m(S):S,M=(0,i.Z)(y),B=(0,c.Z)([S]),N=(0,r.Z)(B,2),K=N[0],G=N[1];(0,l.o)(function(){var ae=K[0];k!==ae&&M(k,ae)},[K]),(0,l.o)(function(){f(p)||R(p)},[p]);var H=(0,i.Z)(function(ae,ie){R(ae,ie),G([S],ie)});return[I,H]}},41799:function(d,g,e){"use strict";e.d(g,{Z:function(){return l}});var r=e(72190),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,g,e){"use strict";e.r(g),e.d(g,{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,g,e){"use strict";var r=e(43749),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 A=Object.keys(a);return A.length!==Object.keys(x).length?!1:A.every(function(k){return u(a[k],x[k],m)})}return!1}return u(c,f)}g.Z=l},49658:function(d,g){"use strict";g.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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{Z:function(){return u}});var r=e(85899),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,g){"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)},g.Z=f},8654:function(d,g,e){"use strict";e.d(g,{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(43749),i=e(59301),l=e(23265),c=e(80547),f=e(34678),o=Number(i.version.split(".")[0]),h=function(A,k){typeof A=="function"?A(k):(0,r.Z)(A)==="object"&&A&&"current"in A&&(A.current=k)},u=function(){for(var A=arguments.length,k=new Array(A),R=0;R<A;R++)k[R]=arguments[R];var S=k.filter(Boolean);return S.length<=1?S[0]:function(I){k.forEach(function(M){h(M,I)})}},a=function(){for(var A=arguments.length,k=new Array(A),R=0;R<A;R++)k[R]=arguments[R];return(0,c.Z)(function(){return u.apply(void 0,k)},k,function(S,I){return S.length!==I.length||S.every(function(M,B){return M!==I[B]})})},x=function(A){var k,R;if(!A)return!1;if(p(A)&&o>=19)return!0;var S=(0,l.isMemo)(A)?A.type.type:A.type;return!(typeof S=="function"&&!((k=S.prototype)!==null&&k!==void 0&&k.render)&&S.$$typeof!==l.ForwardRef||typeof A=="function"&&!((R=A.prototype)!==null&&R!==void 0&&R.render)&&A.$$typeof!==l.ForwardRef)};function p(b){return(0,i.isValidElement)(b)&&!(0,f.Z)(b)}var y=function(A){return p(A)&&x(A)},m=function(A){if(A&&p(A)){var k=A;return k.props.propertyIsEnumerable("ref")?k.props.ref:k.ref}return null}},97938:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{T:function(){return p},Z:function(){return h}});var r=e(43749),i=e(85899),l=e(77654),c=e(48745),f=e(97938);function o(y,m,b,A){if(!m.length)return b;var k=(0,c.Z)(m),R=k[0],S=k.slice(1),I;return!y&&typeof R=="number"?I=[]:Array.isArray(y)?I=(0,l.Z)(y):I=(0,i.Z)({},y),A&&b===void 0&&S.length===1?delete I[R][S[0]]:I[R]=o(I[R],S,b,A),I}function h(y,m,b){var A=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return m.length&&A&&b===void 0&&!(0,f.Z)(y,m.slice(0,-1))?y:o(y,m,b,A)}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 A=a(m[0]);return m.forEach(function(k){function R(S,I){var M=new Set(I),B=(0,f.Z)(k,S),N=Array.isArray(B);if(N||u(B)){if(!M.has(B)){M.add(B);var K=(0,f.Z)(A,S);N?A=h(A,S,[]):(!K||(0,r.Z)(K)!=="object")&&(A=h(A,S,a(B))),x(B).forEach(function(G){R([].concat((0,l.Z)(S),[G]),M)})}}else A=h(A,S,B)}R([])}),A}},48736:function(d,g,e){"use strict";e.d(g,{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,g.ZP=u},83145:function(d,g,e){"use strict";Object.defineProperty(g,"__esModule",{value:!0}),g.CopyToClipboard=void 0;var r=l(e(59301)),i=l(e(25769));function l(I){return I&&I.__esModule?I:{default:I}}function c(I){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(I)}function f(I,M){var B=Object.keys(I);if(Object.getOwnPropertySymbols){var N=Object.getOwnPropertySymbols(I);M&&(N=N.filter(function(K){return Object.getOwnPropertyDescriptor(I,K).enumerable})),B.push.apply(B,N)}return B}function o(I){for(var M=1;M<arguments.length;M++){var B=arguments[M]!=null?arguments[M]:{};M%2?f(B,!0).forEach(function(N){R(I,N,B[N])}):Object.getOwnPropertyDescriptors?Object.defineProperties(I,Object.getOwnPropertyDescriptors(B)):f(B).forEach(function(N){Object.defineProperty(I,N,Object.getOwnPropertyDescriptor(B,N))})}return I}function h(I,M){if(I==null)return{};var B=u(I,M),N,K;if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(I);for(K=0;K<G.length;K++)N=G[K],!(M.indexOf(N)>=0)&&Object.prototype.propertyIsEnumerable.call(I,N)&&(B[N]=I[N])}return B}function u(I,M){if(I==null)return{};var B={},N=Object.keys(I),K,G;for(G=0;G<N.length;G++)K=N[G],!(M.indexOf(K)>=0)&&(B[K]=I[K]);return B}function a(I,M){if(!(I instanceof M))throw new TypeError("Cannot call a class as a function")}function x(I,M){for(var B=0;B<M.length;B++){var N=M[B];N.enumerable=N.enumerable||!1,N.configurable=!0,"value"in N&&(N.writable=!0),Object.defineProperty(I,N.key,N)}}function p(I,M,B){return M&&x(I.prototype,M),B&&x(I,B),I}function y(I,M){return M&&(c(M)==="object"||typeof M=="function")?M:b(I)}function m(I){return m=Object.setPrototypeOf?Object.getPrototypeOf:function(B){return B.__proto__||Object.getPrototypeOf(B)},m(I)}function b(I){if(I===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return I}function A(I,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");I.prototype=Object.create(M&&M.prototype,{constructor:{value:I,writable:!0,configurable:!0}}),M&&k(I,M)}function k(I,M){return k=Object.setPrototypeOf||function(N,K){return N.__proto__=K,N},k(I,M)}function R(I,M,B){return M in I?Object.defineProperty(I,M,{value:B,enumerable:!0,configurable:!0,writable:!0}):I[M]=B,I}var S=function(I){A(M,I);function M(){var B,N;a(this,M);for(var K=arguments.length,G=new Array(K),H=0;H<K;H++)G[H]=arguments[H];return N=y(this,(B=m(M)).call.apply(B,[this].concat(G))),R(b(N),"onClick",function(ae){var ie=N.props,ue=ie.text,X=ie.onCopy,Y=ie.children,$=ie.options,se=r.default.Children.only(Y),ee=(0,i.default)(ue,$);X&&X(ue,ee),se&&se.props&&typeof se.props.onClick=="function"&&se.props.onClick(ae)}),N}return p(M,[{key:"render",value:function(){var N=this.props,K=N.text,G=N.onCopy,H=N.options,ae=N.children,ie=h(N,["text","onCopy","options","children"]),ue=r.default.Children.only(ae);return r.default.cloneElement(ue,o({},ie,{onClick:this.onClick}))}}]),M}(r.default.PureComponent);g.CopyToClipboard=S,R(S,"defaultProps",{onCopy:void 0,options:void 0})},56102:function(d,g,e){"use strict";var r=e(83145),i=r.CopyToClipboard;i.CopyToClipboard=i,d.exports=i},23675:function(d,g,e){"use strict";var r=e(59301),i=e(84126),l=e(43014);function c(_){for(var C="https://reactjs.org/docs/error-decoder.html?invariant="+_,z=1;z<arguments.length;z++)C+="&args[]="+encodeURIComponent(arguments[z]);return"Minified React error #"+_+"; 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(_,C){u(_,C),u(_+"Capture",C)}function u(_,C){for(o[_]=C,_=0;_<C.length;_++)f.add(C[_])}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(_){return p.call(m,_)?!0:p.call(y,_)?!1:x.test(_)?m[_]=!0:(y[_]=!0,!1)}function A(_,C,z,ge){if(z!==null&&z.type===0)return!1;switch(typeof C){case"function":case"symbol":return!0;case"boolean":return ge?!1:z!==null?!z.acceptsBooleans:(_=_.toLowerCase().slice(0,5),_!=="data-"&&_!=="aria-");default:return!1}}function k(_,C,z,ge){if(C===null||typeof C=="undefined"||A(_,C,z,ge))return!0;if(ge)return!1;if(z!==null)switch(z.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(_,C,z,ge,De,nt,Ht){this.acceptsBooleans=C===2||C===3||C===4,this.attributeName=ge,this.attributeNamespace=De,this.mustUseProperty=z,this.propertyName=_,this.type=C,this.sanitizeURL=nt,this.removeEmptyString=Ht}var S={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(_){S[_]=new R(_,0,!1,_,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(_){var C=_[0];S[C]=new R(C,1,!1,_[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(_){S[_]=new R(_,2,!1,_.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(_){S[_]=new R(_,2,!1,_,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(_){S[_]=new R(_,3,!1,_.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(_){S[_]=new R(_,3,!0,_,null,!1,!1)}),["capture","download"].forEach(function(_){S[_]=new R(_,4,!1,_,null,!1,!1)}),["cols","rows","size","span"].forEach(function(_){S[_]=new R(_,6,!1,_,null,!1,!1)}),["rowSpan","start"].forEach(function(_){S[_]=new R(_,5,!1,_.toLowerCase(),null,!1,!1)});var I=/[\-:]([a-z])/g;function M(_){return _[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(_){var C=_.replace(I,M);S[C]=new R(C,1,!1,_,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(_){var C=_.replace(I,M);S[C]=new R(C,1,!1,_,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(_){var C=_.replace(I,M);S[C]=new R(C,1,!1,_,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(_){S[_]=new R(_,1,!1,_.toLowerCase(),null,!1,!1)}),S.xlinkHref=new R("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(_){S[_]=new R(_,1,!1,_.toLowerCase(),null,!0,!0)});function B(_,C,z,ge){var De=S.hasOwnProperty(C)?S[C]:null,nt=De!==null?De.type===0:ge?!1:!(!(2<C.length)||C[0]!=="o"&&C[0]!=="O"||C[1]!=="n"&&C[1]!=="N");nt||(k(C,z,De,ge)&&(z=null),ge||De===null?b(C)&&(z===null?_.removeAttribute(C):_.setAttribute(C,""+z)):De.mustUseProperty?_[De.propertyName]=z===null?De.type===3?!1:"":z:(C=De.attributeName,ge=De.attributeNamespace,z===null?_.removeAttribute(C):(De=De.type,z=De===3||De===4&&z===!0?"":""+z,ge?_.setAttributeNS(ge,C,z):_.setAttribute(C,z))))}var N=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,K=60103,G=60106,H=60107,ae=60108,ie=60114,ue=60109,X=60110,Y=60112,$=60113,se=60120,ee=60115,J=60116,le=60121,Z=60128,U=60129,ne=60130,me=60131;if(typeof Symbol=="function"&&Symbol.for){var Ee=Symbol.for;K=Ee("react.element"),G=Ee("react.portal"),H=Ee("react.fragment"),ae=Ee("react.strict_mode"),ie=Ee("react.profiler"),ue=Ee("react.provider"),X=Ee("react.context"),Y=Ee("react.forward_ref"),$=Ee("react.suspense"),se=Ee("react.suspense_list"),ee=Ee("react.memo"),J=Ee("react.lazy"),le=Ee("react.block"),Ee("react.scope"),Z=Ee("react.opaque.id"),U=Ee("react.debug_trace_mode"),ne=Ee("react.offscreen"),me=Ee("react.legacy_hidden")}var Pe=typeof Symbol=="function"&&Symbol.iterator;function We(_){return _===null||typeof _!="object"?null:(_=Pe&&_[Pe]||_["@@iterator"],typeof _=="function"?_:null)}var Fe;function Lt(_){if(Fe===void 0)try{throw Error()}catch(z){var C=z.stack.trim().match(/\n( *(at )?)/);Fe=C&&C[1]||""}return`
`+Fe+_}var mt=!1;function wt(_,C){if(!_||mt)return"";mt=!0;var z=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(kr){var ge=kr}Reflect.construct(_,[],C)}else{try{C.call()}catch(kr){ge=kr}_.call(C.prototype)}else{try{throw Error()}catch(kr){ge=kr}_()}}catch(kr){if(kr&&ge&&typeof kr.stack=="string"){for(var De=kr.stack.split(`
`),nt=ge.stack.split(`
`),Ht=De.length-1,fr=nt.length-1;1<=Ht&&0<=fr&&De[Ht]!==nt[fr];)fr--;for(;1<=Ht&&0<=fr;Ht--,fr--)if(De[Ht]!==nt[fr]){if(Ht!==1||fr!==1)do if(Ht--,fr--,0>fr||De[Ht]!==nt[fr])return`
`+De[Ht].replace(" at new "," at ");while(1<=Ht&&0<=fr);break}}}finally{mt=!1,Error.prepareStackTrace=z}return(_=_?_.displayName||_.name:"")?Lt(_):""}function Gt(_){switch(_.tag){case 5:return Lt(_.type);case 16:return Lt("Lazy");case 13:return Lt("Suspense");case 19:return Lt("SuspenseList");case 0:case 2:case 15:return _=wt(_.type,!1),_;case 11:return _=wt(_.type.render,!1),_;case 22:return _=wt(_.type._render,!1),_;case 1:return _=wt(_.type,!0),_;default:return""}}function Ft(_){if(_==null)return null;if(typeof _=="function")return _.displayName||_.name||null;if(typeof _=="string")return _;switch(_){case H:return"Fragment";case G:return"Portal";case ie:return"Profiler";case ae:return"StrictMode";case $:return"Suspense";case se:return"SuspenseList"}if(typeof _=="object")switch(_.$$typeof){case X:return(_.displayName||"Context")+".Consumer";case ue:return(_._context.displayName||"Context")+".Provider";case Y:var C=_.render;return C=C.displayName||C.name||"",_.displayName||(C!==""?"ForwardRef("+C+")":"ForwardRef");case ee:return Ft(_.type);case le:return Ft(_._render);case J:C=_._payload,_=_._init;try{return Ft(_(C))}catch(z){}}return null}function nr(_){switch(typeof _){case"boolean":case"number":case"object":case"string":case"undefined":return _;default:return""}}function Ne(_){var C=_.type;return(_=_.nodeName)&&_.toLowerCase()==="input"&&(C==="checkbox"||C==="radio")}function ht(_){var C=Ne(_)?"checked":"value",z=Object.getOwnPropertyDescriptor(_.constructor.prototype,C),ge=""+_[C];if(!_.hasOwnProperty(C)&&typeof z!="undefined"&&typeof z.get=="function"&&typeof z.set=="function"){var De=z.get,nt=z.set;return Object.defineProperty(_,C,{configurable:!0,get:function(){return De.call(this)},set:function(Ht){ge=""+Ht,nt.call(this,Ht)}}),Object.defineProperty(_,C,{enumerable:z.enumerable}),{getValue:function(){return ge},setValue:function(Ht){ge=""+Ht},stopTracking:function(){_._valueTracker=null,delete _[C]}}}}function Rt(_){_._valueTracker||(_._valueTracker=ht(_))}function Je(_){if(!_)return!1;var C=_._valueTracker;if(!C)return!0;var z=C.getValue(),ge="";return _&&(ge=Ne(_)?_.checked?"true":"false":_.value),_=ge,_!==z?(C.setValue(_),!0):!1}function ct(_){if(_=_||(typeof document!="undefined"?document:void 0),typeof _=="undefined")return null;try{return _.activeElement||_.body}catch(C){return _.body}}function at(_,C){var z=C.checked;return i({},C,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:z!=null?z:_._wrapperState.initialChecked})}function Xe(_,C){var z=C.defaultValue==null?"":C.defaultValue,ge=C.checked!=null?C.checked:C.defaultChecked;z=nr(C.value!=null?C.value:z),_._wrapperState={initialChecked:ge,initialValue:z,controlled:C.type==="checkbox"||C.type==="radio"?C.checked!=null:C.value!=null}}function Ze(_,C){C=C.checked,C!=null&&B(_,"checked",C,!1)}function ye(_,C){Ze(_,C);var z=nr(C.value),ge=C.type;if(z!=null)ge==="number"?(z===0&&_.value===""||_.value!=z)&&(_.value=""+z):_.value!==""+z&&(_.value=""+z);else if(ge==="submit"||ge==="reset"){_.removeAttribute("value");return}C.hasOwnProperty("value")?Ge(_,C.type,z):C.hasOwnProperty("defaultValue")&&Ge(_,C.type,nr(C.defaultValue)),C.checked==null&&C.defaultChecked!=null&&(_.defaultChecked=!!C.defaultChecked)}function Oe(_,C,z){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=""+_._wrapperState.initialValue,z||C===_.value||(_.value=C),_.defaultValue=C}z=_.name,z!==""&&(_.name=""),_.defaultChecked=!!_._wrapperState.initialChecked,z!==""&&(_.name=z)}function Ge(_,C,z){(C!=="number"||ct(_.ownerDocument)!==_)&&(z==null?_.defaultValue=""+_._wrapperState.initialValue:_.defaultValue!==""+z&&(_.defaultValue=""+z))}function et(_){var C="";return r.Children.forEach(_,function(z){z!=null&&(C+=z)}),C}function Qe(_,C){return _=i({children:void 0},C),(C=et(C.children))&&(_.children=C),_}function St(_,C,z,ge){if(_=_.options,C){C={};for(var De=0;De<z.length;De++)C["$"+z[De]]=!0;for(z=0;z<_.length;z++)De=C.hasOwnProperty("$"+_[z].value),_[z].selected!==De&&(_[z].selected=De),De&&ge&&(_[z].defaultSelected=!0)}else{for(z=""+nr(z),C=null,De=0;De<_.length;De++){if(_[De].value===z){_[De].selected=!0,ge&&(_[De].defaultSelected=!0);return}C!==null||_[De].disabled||(C=_[De])}C!==null&&(C.selected=!0)}}function Ct(_,C){if(C.dangerouslySetInnerHTML!=null)throw Error(c(91));return i({},C,{value:void 0,defaultValue:void 0,children:""+_._wrapperState.initialValue})}function lr(_,C){var z=C.value;if(z==null){if(z=C.children,C=C.defaultValue,z!=null){if(C!=null)throw Error(c(92));if(Array.isArray(z)){if(!(1>=z.length))throw Error(c(93));z=z[0]}C=z}C==null&&(C=""),z=C}_._wrapperState={initialValue:nr(z)}}function or(_,C){var z=nr(C.value),ge=nr(C.defaultValue);z!=null&&(z=""+z,z!==_.value&&(_.value=z),C.defaultValue==null&&_.defaultValue!==z&&(_.defaultValue=z)),ge!=null&&(_.defaultValue=""+ge)}function Me(_){var C=_.textContent;C===_._wrapperState.initialValue&&C!==""&&C!==null&&(_.value=C)}var tt={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function Qt(_){switch(_){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 rt(_,C){return _==null||_==="http://www.w3.org/1999/xhtml"?Qt(C):_==="http://www.w3.org/2000/svg"&&C==="foreignObject"?"http://www.w3.org/1999/xhtml":_}var Mt,Ot=function(_){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(C,z,ge,De){MSApp.execUnsafeLocalFunction(function(){return _(C,z,ge,De)})}:_}(function(_,C){if(_.namespaceURI!==tt.svg||"innerHTML"in _)_.innerHTML=C;else{for(Mt=Mt||document.createElement("div"),Mt.innerHTML="<svg>"+C.valueOf().toString()+"</svg>",C=Mt.firstChild;_.firstChild;)_.removeChild(_.firstChild);for(;C.firstChild;)_.appendChild(C.firstChild)}});function Jt(_,C){if(C){var z=_.firstChild;if(z&&z===_.lastChild&&z.nodeType===3){z.nodeValue=C;return}}_.textContent=C}var Ut={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},Te=["Webkit","ms","Moz","O"];Object.keys(Ut).forEach(function(_){Te.forEach(function(C){C=C+_.charAt(0).toUpperCase()+_.substring(1),Ut[C]=Ut[_]})});function ce(_,C,z){return C==null||typeof C=="boolean"||C===""?"":z||typeof C!="number"||C===0||Ut.hasOwnProperty(_)&&Ut[_]?(""+C).trim():C+"px"}function pe(_,C){_=_.style;for(var z in C)if(C.hasOwnProperty(z)){var ge=z.indexOf("--")===0,De=ce(z,C[z],ge);z==="float"&&(z="cssFloat"),ge?_.setProperty(z,De):_[z]=De}}var At=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 Ae(_,C){if(C){if(At[_]&&(C.children!=null||C.dangerouslySetInnerHTML!=null))throw Error(c(137,_));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 ut(_,C){if(_.indexOf("-")===-1)return typeof C.is=="string";switch(_){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 $t(_){return _=_.target||_.srcElement||window,_.correspondingUseElement&&(_=_.correspondingUseElement),_.nodeType===3?_.parentNode:_}var yt=null,Ce=null,_t=null;function Ue(_){if(_=js(_)){if(typeof yt!="function")throw Error(c(280));var C=_.stateNode;C&&(C=xs(C),yt(_.stateNode,_.type,C))}}function xe(_){Ce?_t?_t.push(_):_t=[_]:Ce=_}function dt(){if(Ce){var _=Ce,C=_t;if(_t=Ce=null,Ue(_),C)for(_=0;_<C.length;_++)Ue(C[_])}}function Dt(_,C){return _(C)}function Be(_,C,z,ge,De){return _(C,z,ge,De)}function Dr(){}var vt=Dt,qr=!1,sn=!1;function zt(){(Ce!==null||_t!==null)&&(Dr(),dt())}function er(_,C,z){if(sn)return _(C,z);sn=!0;try{return vt(_,C,z)}finally{sn=!1,zt()}}function Bt(_,C){var z=_.stateNode;if(z===null)return null;var ge=xs(z);if(ge===null)return null;z=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)||(_=_.type,ge=!(_==="button"||_==="input"||_==="select"||_==="textarea")),_=!ge;break e;default:_=!1}if(_)return null;if(z&&typeof z!="function")throw Error(c(231,C,typeof z));return z}var Yt=!1;if(a)try{var wr={};Object.defineProperty(wr,"passive",{get:function(){Yt=!0}}),window.addEventListener("test",wr,wr),window.removeEventListener("test",wr,wr)}catch(_){Yt=!1}function Ir(_,C,z,ge,De,nt,Ht,fr,kr){var gn=Array.prototype.slice.call(arguments,3);try{C.apply(z,gn)}catch(Oi){this.onError(Oi)}}var Pt=!1,Kt=null,jt=!1,qt=null,yr={onError:function(_){Pt=!0,Kt=_}};function Qr(_,C,z,ge,De,nt,Ht,fr,kr){Pt=!1,Kt=null,Ir.apply(yr,arguments)}function Hr(_,C,z,ge,De,nt,Ht,fr,kr){if(Qr.apply(this,arguments),Pt){if(Pt){var gn=Kt;Pt=!1,Kt=null}else throw Error(c(198));jt||(jt=!0,qt=gn)}}function jn(_){var C=_,z=_;if(_.alternate)for(;C.return;)C=C.return;else{_=C;do C=_,C.flags&1026&&(z=C.return),_=C.return;while(_)}return C.tag===3?z:null}function En(_){if(_.tag===13){var C=_.memoizedState;if(C===null&&(_=_.alternate,_!==null&&(C=_.memoizedState)),C!==null)return C.dehydrated}return null}function Yn(_){if(jn(_)!==_)throw Error(c(188))}function Tt(_){var C=_.alternate;if(!C){if(C=jn(_),C===null)throw Error(c(188));return C!==_?null:_}for(var z=_,ge=C;;){var De=z.return;if(De===null)break;var nt=De.alternate;if(nt===null){if(ge=De.return,ge!==null){z=ge;continue}break}if(De.child===nt.child){for(nt=De.child;nt;){if(nt===z)return Yn(De),_;if(nt===ge)return Yn(De),C;nt=nt.sibling}throw Error(c(188))}if(z.return!==ge.return)z=De,ge=nt;else{for(var Ht=!1,fr=De.child;fr;){if(fr===z){Ht=!0,z=De,ge=nt;break}if(fr===ge){Ht=!0,ge=De,z=nt;break}fr=fr.sibling}if(!Ht){for(fr=nt.child;fr;){if(fr===z){Ht=!0,z=nt,ge=De;break}if(fr===ge){Ht=!0,ge=nt,z=De;break}fr=fr.sibling}if(!Ht)throw Error(c(189))}}if(z.alternate!==ge)throw Error(c(190))}if(z.tag!==3)throw Error(c(188));return z.stateNode.current===z?_:C}function Vr(_){if(_=Tt(_),!_)return null;for(var C=_;;){if(C.tag===5||C.tag===6)return C;if(C.child)C.child.return=C,C=C.child;else{if(C===_)break;for(;!C.sibling;){if(!C.return||C.return===_)return null;C=C.return}C.sibling.return=C.return,C=C.sibling}}return null}function ii(_,C){for(var z=_.alternate;C!==null;){if(C===_||C===z)return!0;C=C.return}return!1}var Bi,$n,ci,Di,Gi=!1,Pi=[],Ui=null,da=null,sa=null,Ji=new Map,vi=new Map,$i=[],Ia="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 bt(_,C,z,ge,De){return{blockedOn:_,domEventName:C,eventSystemFlags:z|16,nativeEvent:De,targetContainers:[ge]}}function wa(_,C){switch(_){case"focusin":case"focusout":Ui=null;break;case"dragenter":case"dragleave":da=null;break;case"mouseover":case"mouseout":sa=null;break;case"pointerover":case"pointerout":Ji.delete(C.pointerId);break;case"gotpointercapture":case"lostpointercapture":vi.delete(C.pointerId)}}function Ki(_,C,z,ge,De,nt){return _===null||_.nativeEvent!==nt?(_=bt(C,z,ge,De,nt),C!==null&&(C=js(C),C!==null&&$n(C)),_):(_.eventSystemFlags|=ge,C=_.targetContainers,De!==null&&C.indexOf(De)===-1&&C.push(De),_)}function gi(_,C,z,ge,De){switch(C){case"focusin":return Ui=Ki(Ui,_,C,z,ge,De),!0;case"dragenter":return da=Ki(da,_,C,z,ge,De),!0;case"mouseover":return sa=Ki(sa,_,C,z,ge,De),!0;case"pointerover":var nt=De.pointerId;return Ji.set(nt,Ki(Ji.get(nt)||null,_,C,z,ge,De)),!0;case"gotpointercapture":return nt=De.pointerId,vi.set(nt,Ki(vi.get(nt)||null,_,C,z,ge,De)),!0}return!1}function ka(_){var C=ts(_.target);if(C!==null){var z=jn(C);if(z!==null){if(C=z.tag,C===13){if(C=En(z),C!==null){_.blockedOn=C,Di(_.lanePriority,function(){l.unstable_runWithPriority(_.priority,function(){ci(z)})});return}}else if(C===3&&z.stateNode.hydrate){_.blockedOn=z.tag===3?z.stateNode.containerInfo:null;return}}}_.blockedOn=null}function Yi(_){if(_.blockedOn!==null)return!1;for(var C=_.targetContainers;0<C.length;){var z=co(_.domEventName,_.eventSystemFlags,C[0],_.nativeEvent);if(z!==null)return C=js(z),C!==null&&$n(C),_.blockedOn=z,!1;C.shift()}return!0}function Jn(_,C,z){Yi(_)&&z.delete(C)}function zn(){for(Gi=!1;0<Pi.length;){var _=Pi[0];if(_.blockedOn!==null){_=js(_.blockedOn),_!==null&&Bi(_);break}for(var C=_.targetContainers;0<C.length;){var z=co(_.domEventName,_.eventSystemFlags,C[0],_.nativeEvent);if(z!==null){_.blockedOn=z;break}C.shift()}_.blockedOn===null&&Pi.shift()}Ui!==null&&Yi(Ui)&&(Ui=null),da!==null&&Yi(da)&&(da=null),sa!==null&&Yi(sa)&&(sa=null),Ji.forEach(Jn),vi.forEach(Jn)}function we(_,C){_.blockedOn===C&&(_.blockedOn=null,Gi||(Gi=!0,l.unstable_scheduleCallback(l.unstable_NormalPriority,zn)))}function it(_){function C(De){return we(De,_)}if(0<Pi.length){we(Pi[0],_);for(var z=1;z<Pi.length;z++){var ge=Pi[z];ge.blockedOn===_&&(ge.blockedOn=null)}}for(Ui!==null&&we(Ui,_),da!==null&&we(da,_),sa!==null&&we(sa,_),Ji.forEach(C),vi.forEach(C),z=0;z<$i.length;z++)ge=$i[z],ge.blockedOn===_&&(ge.blockedOn=null);for(;0<$i.length&&(z=$i[0],z.blockedOn===null);)ka(z),z.blockedOn===null&&$i.shift()}function qe(_,C){var z={};return z[_.toLowerCase()]=C.toLowerCase(),z["Webkit"+_]="webkit"+C,z["Moz"+_]="moz"+C,z}var It={animationend:qe("Animation","AnimationEnd"),animationiteration:qe("Animation","AnimationIteration"),animationstart:qe("Animation","AnimationStart"),transitionend:qe("Transition","TransitionEnd")},lt={},dr={};a&&(dr=document.createElement("div").style,"AnimationEvent"in window||(delete It.animationend.animation,delete It.animationiteration.animation,delete It.animationstart.animation),"TransitionEvent"in window||delete It.transitionend.transition);function pr(_){if(lt[_])return lt[_];if(!It[_])return _;var C=It[_],z;for(z in C)if(C.hasOwnProperty(z)&&z in dr)return lt[_]=C[z];return _}var Cr=pr("animationend"),zr=pr("animationiteration"),Jr=pr("animationstart"),Nr=pr("transitionend"),Cn=new Map,vr=new Map,Fn=["abort","abort",Cr,"animationEnd",zr,"animationIteration",Jr,"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",Nr,"transitionEnd","waiting","waiting"];function Qn(_,C){for(var z=0;z<_.length;z+=2){var ge=_[z],De=_[z+1];De="on"+(De[0].toUpperCase()+De.slice(1)),vr.set(ge,C),Cn.set(ge,De),h(De,[ge])}}var $e=l.unstable_now;$e();var ft=8;function _e(_){if(1&_)return ft=15,1;if(2&_)return ft=14,2;if(4&_)return ft=13,4;var C=24&_;return C!==0?(ft=12,C):_&32?(ft=11,32):(C=192&_,C!==0?(ft=10,C):_&256?(ft=9,256):(C=3584&_,C!==0?(ft=8,C):_&4096?(ft=7,4096):(C=4186112&_,C!==0?(ft=6,C):(C=62914560&_,C!==0?(ft=5,C):_&67108864?(ft=4,67108864):_&134217728?(ft=3,134217728):(C=805306368&_,C!==0?(ft=2,C):1073741824&_?(ft=1,1073741824):(ft=8,_))))))}function sr(_){switch(_){case 99:return 15;case 98:return 10;case 97:case 96:return 8;case 95:return 2;default:return 0}}function ir(_){switch(_){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,_))}}function Rr(_,C){var z=_.pendingLanes;if(z===0)return ft=0;var ge=0,De=0,nt=_.expiredLanes,Ht=_.suspendedLanes,fr=_.pingedLanes;if(nt!==0)ge=nt,De=ft=15;else if(nt=z&134217727,nt!==0){var kr=nt&~Ht;kr!==0?(ge=_e(kr),De=ft):(fr&=nt,fr!==0&&(ge=_e(fr),De=ft))}else nt=z&~Ht,nt!==0?(ge=_e(nt),De=ft):fr!==0&&(ge=_e(fr),De=ft);if(ge===0)return 0;if(ge=31-yn(ge),ge=z&((0>ge?0:1<<ge)<<1)-1,C!==0&&C!==ge&&!(C&Ht)){if(_e(C),De<=ft)return C;ft=De}if(C=_.entangledLanes,C!==0)for(_=_.entanglements,C&=ge;0<C;)z=31-yn(C),De=1<<z,ge|=_[z],C&=~De;return ge}function Gr(_){return _=_.pendingLanes&-1073741825,_!==0?_:_&1073741824?1073741824:0}function Wr(_,C){switch(_){case 15:return 1;case 14:return 2;case 12:return _=hn(24&~C),_===0?Wr(10,C):_;case 10:return _=hn(192&~C),_===0?Wr(8,C):_;case 8:return _=hn(3584&~C),_===0&&(_=hn(4186112&~C),_===0&&(_=512)),_;case 2:return C=hn(805306368&~C),C===0&&(C=268435456),C}throw Error(c(358,_))}function hn(_){return _&-_}function Ei(_){for(var C=[],z=0;31>z;z++)C.push(_);return C}function ln(_,C,z){_.pendingLanes|=C;var ge=C-1;_.suspendedLanes&=ge,_.pingedLanes&=ge,_=_.eventTimes,C=31-yn(C),_[C]=z}var yn=Math.clz32?Math.clz32:oi,$r=Math.log,kn=Math.LN2;function oi(_){return _===0?32:31-($r(_)/kn|0)|0}var Ea=l.unstable_UserBlockingPriority,Qs=l.unstable_runWithPriority,Ba=!0;function Ws(_,C,z,ge){qr||Dr();var De=ls,nt=qr;qr=!0;try{Be(De,_,C,z,ge)}finally{(qr=nt)||zt()}}function Ns(_,C,z,ge){Qs(Ea,ls.bind(null,_,C,z,ge))}function ls(_,C,z,ge){if(Ba){var De;if((De=(C&4)===0)&&0<Pi.length&&-1<Ia.indexOf(_))_=bt(null,_,C,z,ge),Pi.push(_);else{var nt=co(_,C,z,ge);if(nt===null)De&&wa(_,ge);else{if(De){if(-1<Ia.indexOf(_)){_=bt(nt,_,C,z,ge),Pi.push(_);return}if(gi(nt,_,C,z,ge))return;wa(_,ge)}Kr(_,C,ge,null,z)}}}}function co(_,C,z,ge){var De=$t(ge);if(De=ts(De),De!==null){var nt=jn(De);if(nt===null)De=null;else{var Ht=nt.tag;if(Ht===13){if(De=En(nt),De!==null)return De;De=null}else if(Ht===3){if(nt.stateNode.hydrate)return nt.tag===3?nt.stateNode.containerInfo:null;De=null}else nt!==De&&(De=null)}}return Kr(_,C,ge,De,z),null}var Ta=null,Ds=null,vs=null;function mo(){if(vs)return vs;var _,C=Ds,z=C.length,ge,De="value"in Ta?Ta.value:Ta.textContent,nt=De.length;for(_=0;_<z&&C[_]===De[_];_++);var Ht=z-_;for(ge=1;ge<=Ht&&C[z-ge]===De[nt-ge];ge++);return vs=De.slice(_,1<ge?1-ge:void 0)}function ta(_){var C=_.keyCode;return"charCode"in _?(_=_.charCode,_===0&&C===13&&(_=13)):_=C,_===10&&(_=13),32<=_||_===13?_:0}function to(){return!0}function No(){return!1}function Na(_){function C(z,ge,De,nt,Ht){this._reactName=z,this._targetInst=De,this.type=ge,this.nativeEvent=nt,this.target=Ht,this.currentTarget=null;for(var fr in _)_.hasOwnProperty(fr)&&(z=_[fr],this[fr]=z?z(nt):nt[fr]);return this.isDefaultPrevented=(nt.defaultPrevented!=null?nt.defaultPrevented:nt.returnValue===!1)?to:No,this.isPropagationStopped=No,this}return i(C.prototype,{preventDefault:function(){this.defaultPrevented=!0;var z=this.nativeEvent;z&&(z.preventDefault?z.preventDefault():typeof z.returnValue!="unknown"&&(z.returnValue=!1),this.isDefaultPrevented=to)},stopPropagation:function(){var z=this.nativeEvent;z&&(z.stopPropagation?z.stopPropagation():typeof z.cancelBubble!="unknown"&&(z.cancelBubble=!0),this.isPropagationStopped=to)},persist:function(){},isPersistent:to}),C}var Hs={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(_){return _.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},di=Na(Hs),ro=i({},Hs,{view:0,detail:0}),Rn=Na(ro),cs,ks,Rs,ea=i({},ro,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:es,button:0,buttons:0,relatedTarget:function(_){return _.relatedTarget===void 0?_.fromElement===_.srcElement?_.toElement:_.fromElement:_.relatedTarget},movementX:function(_){return"movementX"in _?_.movementX:(_!==Rs&&(Rs&&_.type==="mousemove"?(cs=_.screenX-Rs.screenX,ks=_.screenY-Rs.screenY):ks=cs=0,Rs=_),cs)},movementY:function(_){return"movementY"in _?_.movementY:ks}}),Ga=Na(ea),Ni=i({},ea,{dataTransfer:0}),Ls=Na(Ni),xo=i({},ro,{relatedTarget:0}),jo=Na(xo),Go=i({},Hs,{animationName:0,elapsedTime:0,pseudoElement:0}),du=Na(Go),hu=i({},Hs,{clipboardData:function(_){return"clipboardData"in _?_.clipboardData:window.clipboardData}}),go=Na(hu),Uo=i({},Hs,{data:0}),So=Na(Uo),Yo={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},$o={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"},pi={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function _i(_){var C=this.nativeEvent;return C.getModifierState?C.getModifierState(_):(_=pi[_])?!!C[_]:!1}function es(){return _i}var ds=i({},ro,{key:function(_){if(_.key){var C=Yo[_.key]||_.key;if(C!=="Unidentified")return C}return _.type==="keypress"?(_=ta(_),_===13?"Enter":String.fromCharCode(_)):_.type==="keydown"||_.type==="keyup"?$o[_.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:es,charCode:function(_){return _.type==="keypress"?ta(_):0},keyCode:function(_){return _.type==="keydown"||_.type==="keyup"?_.keyCode:0},which:function(_){return _.type==="keypress"?ta(_):_.type==="keydown"||_.type==="keyup"?_.keyCode:0}}),is=Na(ds),Ha=i({},ea,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),gs=Na(Ha),Ko=i({},ro,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:es}),Ss=Na(Ko),nu=i({},Hs,{propertyName:0,elapsedTime:0,pseudoElement:0}),pu=Na(nu),Uu=i({},ea,{deltaX:function(_){return"deltaX"in _?_.deltaX:"wheelDeltaX"in _?-_.wheelDeltaX:0},deltaY:function(_){return"deltaY"in _?_.deltaY:"wheelDeltaY"in _?-_.wheelDeltaY:"wheelDelta"in _?-_.wheelDelta:0},deltaZ:0,deltaMode:0}),rl=Na(Uu),nl=[9,13,27,32],fo=a&&"CompositionEvent"in window,Do=null;a&&"documentMode"in document&&(Do=document.documentMode);var Ao=a&&"TextEvent"in window&&!Do,Gu=a&&(!fo||Do&&8<Do&&11>=Do),Xs=" ",$u=!1;function Cu(_,C){switch(_){case"keyup":return nl.indexOf(C.keyCode)!==-1;case"keydown":return C.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function iu(_){return _=_.detail,typeof _=="object"&&"data"in _?_.data:null}var mu=!1;function Co(_,C){switch(_){case"compositionend":return iu(C);case"keypress":return C.which!==32?null:($u=!0,Xs);case"textInput":return _=C.data,_===Xs&&$u?null:_;default:return null}}function au(_,C){if(mu)return _==="compositionend"||!fo&&Cu(_,C)?(_=mo(),vs=Ds=Ta=null,mu=!1,_):null;switch(_){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 Gu&&C.locale!=="ko"?null:C.data;default:return null}}var su={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 rr(_){var C=_&&_.nodeName&&_.nodeName.toLowerCase();return C==="input"?!!su[_.type]:C==="textarea"}function _r(_,C,z,ge){xe(ge),C=fn(C,"onChange"),0<C.length&&(z=new di("onChange","change",null,z,ge),_.push({event:z,listeners:C}))}var hr=null,gr=null;function Ar(_){Ye(_,0)}function bn(_){var C=ao(_);if(Je(C))return _}function Hn(_,C){if(_==="change")return C}var Ln=!1;if(a){var Zn;if(a){var ai="oninput"in document;if(!ai){var ei=document.createElement("div");ei.setAttribute("oninput","return;"),ai=typeof ei.oninput=="function"}Zn=ai}else Zn=!1;Ln=Zn&&(!document.documentMode||9<document.documentMode)}function mr(){hr&&(hr.detachEvent("onpropertychange",Mr),gr=hr=null)}function Mr(_){if(_.propertyName==="value"&&bn(gr)){var C=[];if(_r(C,gr,_,$t(_)),_=Ar,qr)_(C);else{qr=!0;try{Dt(_,C)}finally{qr=!1,zt()}}}}function Br(_,C,z){_==="focusin"?(mr(),hr=C,gr=z,hr.attachEvent("onpropertychange",Mr)):_==="focusout"&&mr()}function Tn(_){if(_==="selectionchange"||_==="keyup"||_==="keydown")return bn(gr)}function Pn(_,C){if(_==="click")return bn(C)}function si(_,C){if(_==="input"||_==="change")return bn(C)}function Si(_,C){return _===C&&(_!==0||1/_===1/C)||_!==_&&C!==C}var Gn=typeof Object.is=="function"?Object.is:Si,ra=Object.prototype.hasOwnProperty;function zi(_,C){if(Gn(_,C))return!0;if(typeof _!="object"||_===null||typeof C!="object"||C===null)return!1;var z=Object.keys(_),ge=Object.keys(C);if(z.length!==ge.length)return!1;for(ge=0;ge<z.length;ge++)if(!ra.call(C,z[ge])||!Gn(_[z[ge]],C[z[ge]]))return!1;return!0}function Ai(_){for(;_&&_.firstChild;)_=_.firstChild;return _}function xt(_,C){var z=Ai(_);_=0;for(var ge;z;){if(z.nodeType===3){if(ge=_+z.textContent.length,_<=C&&ge>=C)return{node:z,offset:C-_};_=ge}e:{for(;z;){if(z.nextSibling){z=z.nextSibling;break e}z=z.parentNode}z=void 0}z=Ai(z)}}function Xn(_,C){return _&&C?_===C?!0:_&&_.nodeType===3?!1:C&&C.nodeType===3?Xn(_,C.parentNode):"contains"in _?_.contains(C):_.compareDocumentPosition?!!(_.compareDocumentPosition(C)&16):!1:!1}function na(){for(var _=window,C=ct();C instanceof _.HTMLIFrameElement;){try{var z=typeof C.contentWindow.location.href=="string"}catch(ge){z=!1}if(z)_=C.contentWindow;else break;C=ct(_.document)}return C}function hs(_){var C=_&&_.nodeName&&_.nodeName.toLowerCase();return C&&(C==="input"&&(_.type==="text"||_.type==="search"||_.type==="tel"||_.type==="url"||_.type==="password")||C==="textarea"||_.contentEditable==="true")}var Gs=a&&"documentMode"in document&&11>=document.documentMode,on=null,To=null,no=null,as=!1;function io(_,C,z){var ge=z.window===z?z.document:z.nodeType===9?z:z.ownerDocument;as||on==null||on!==ct(ge)||(ge=on,"selectionStart"in ge&&hs(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}),no&&zi(no,ge)||(no=ge,ge=fn(To,"onSelect"),0<ge.length&&(C=new di("onSelect","select",null,C,z),_.push({event:C,listeners:ge}),C.target=on)))}Qn("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),Qn("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),Qn(Fn,2);for(var zo="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),ss=0;ss<zo.length;ss++)vr.set(zo[ss],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 ps="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),ja=new Set("cancel close invalid load scroll toggle".split(" ").concat(ps));function fs(_,C,z){var ge=_.type||"unknown-event";_.currentTarget=z,Hr(ge,C,void 0,_),_.currentTarget=null}function Ye(_,C){C=(C&4)!==0;for(var z=0;z<_.length;z++){var ge=_[z],De=ge.event;ge=ge.listeners;e:{var nt=void 0;if(C)for(var Ht=ge.length-1;0<=Ht;Ht--){var fr=ge[Ht],kr=fr.instance,gn=fr.currentTarget;if(fr=fr.listener,kr!==nt&&De.isPropagationStopped())break e;fs(De,fr,gn),nt=kr}else for(Ht=0;Ht<ge.length;Ht++){if(fr=ge[Ht],kr=fr.instance,gn=fr.currentTarget,fr=fr.listener,kr!==nt&&De.isPropagationStopped())break e;fs(De,fr,gn),nt=kr}}}if(jt)throw _=qt,jt=!1,qt=null,_}function Ie(_,C){var z=ji(C),ge=_+"__bubble";z.has(ge)||(Fr(C,_,2,!1),z.add(ge))}var Nt="_reactListening"+Math.random().toString(36).slice(2);function gt(_){_[Nt]||(_[Nt]=!0,f.forEach(function(C){ja.has(C)||Er(C,!1,_,null),Er(C,!0,_,null)}))}function Er(_,C,z,ge){var De=4<arguments.length&&arguments[4]!==void 0?arguments[4]:0,nt=z;if(_==="selectionchange"&&z.nodeType!==9&&(nt=z.ownerDocument),ge!==null&&!C&&ja.has(_)){if(_!=="scroll")return;De|=2,nt=ge}var Ht=ji(nt),fr=_+"__"+(C?"capture":"bubble");Ht.has(fr)||(C&&(De|=4),Fr(nt,_,De,C),Ht.add(fr))}function Fr(_,C,z,ge){var De=vr.get(C);switch(De===void 0?2:De){case 0:De=Ws;break;case 1:De=Ns;break;default:De=ls}z=De.bind(null,C,z,_),De=void 0,!Yt||C!=="touchstart"&&C!=="touchmove"&&C!=="wheel"||(De=!0),ge?De!==void 0?_.addEventListener(C,z,{capture:!0,passive:De}):_.addEventListener(C,z,!0):De!==void 0?_.addEventListener(C,z,{passive:De}):_.addEventListener(C,z,!1)}function Kr(_,C,z,ge,De){var nt=ge;if(!(C&1)&&!(C&2)&&ge!==null)e:for(;;){if(ge===null)return;var Ht=ge.tag;if(Ht===3||Ht===4){var fr=ge.stateNode.containerInfo;if(fr===De||fr.nodeType===8&&fr.parentNode===De)break;if(Ht===4)for(Ht=ge.return;Ht!==null;){var kr=Ht.tag;if((kr===3||kr===4)&&(kr=Ht.stateNode.containerInfo,kr===De||kr.nodeType===8&&kr.parentNode===De))return;Ht=Ht.return}for(;fr!==null;){if(Ht=ts(fr),Ht===null)return;if(kr=Ht.tag,kr===5||kr===6){ge=nt=Ht;continue e}fr=fr.parentNode}}ge=ge.return}er(function(){var gn=nt,Oi=$t(z),Ua=[];e:{var Kn=Cn.get(_);if(Kn!==void 0){var ca=di,za=_;switch(_){case"keypress":if(ta(z)===0)break e;case"keydown":case"keyup":ca=is;break;case"focusin":za="focus",ca=jo;break;case"focusout":za="blur",ca=jo;break;case"beforeblur":case"afterblur":ca=jo;break;case"click":if(z.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ca=Ga;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ca=Ls;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ca=Ss;break;case Cr:case zr:case Jr:ca=du;break;case Nr:ca=pu;break;case"scroll":ca=Rn;break;case"wheel":ca=rl;break;case"copy":case"cut":case"paste":ca=go;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ca=gs}var Ra=(C&4)!==0,an=!Ra&&_==="scroll",jr=Ra?Kn!==null?Kn+"Capture":null:Kn;Ra=[];for(var nn=gn,In;nn!==null;){In=nn;var Un=In.stateNode;if(In.tag===5&&Un!==null&&(In=Un,jr!==null&&(Un=Bt(nn,jr),Un!=null&&Ra.push(xn(nn,Un,In)))),an)break;nn=nn.return}0<Ra.length&&(Kn=new ca(Kn,za,null,z,Oi),Ua.push({event:Kn,listeners:Ra}))}}if(!(C&7)){e:{if(Kn=_==="mouseover"||_==="pointerover",ca=_==="mouseout"||_==="pointerout",Kn&&!(C&16)&&(za=z.relatedTarget||z.fromElement)&&(ts(za)||za[bs]))break e;if((ca||Kn)&&(Kn=Oi.window===Oi?Oi:(Kn=Oi.ownerDocument)?Kn.defaultView||Kn.parentWindow:window,ca?(za=z.relatedTarget||z.toElement,ca=gn,za=za?ts(za):null,za!==null&&(an=jn(za),za!==an||za.tag!==5&&za.tag!==6)&&(za=null)):(ca=null,za=gn),ca!==za)){if(Ra=Ga,Un="onMouseLeave",jr="onMouseEnter",nn="mouse",(_==="pointerout"||_==="pointerover")&&(Ra=gs,Un="onPointerLeave",jr="onPointerEnter",nn="pointer"),an=ca==null?Kn:ao(ca),In=za==null?Kn:ao(za),Kn=new Ra(Un,nn+"leave",ca,z,Oi),Kn.target=an,Kn.relatedTarget=In,Un=null,ts(Oi)===gn&&(Ra=new Ra(jr,nn+"enter",za,z,Oi),Ra.target=In,Ra.relatedTarget=an,Un=Ra),an=Un,ca&&za)t:{for(Ra=ca,jr=za,nn=0,In=Ra;In;In=An(In))nn++;for(In=0,Un=jr;Un;Un=An(Un))In++;for(;0<nn-In;)Ra=An(Ra),nn--;for(;0<In-nn;)jr=An(jr),In--;for(;nn--;){if(Ra===jr||jr!==null&&Ra===jr.alternate)break t;Ra=An(Ra),jr=An(jr)}Ra=null}else Ra=null;ca!==null&&ti(Ua,Kn,ca,Ra,!1),za!==null&&an!==null&&ti(Ua,an,za,Ra,!0)}}e:{if(Kn=gn?ao(gn):window,ca=Kn.nodeName&&Kn.nodeName.toLowerCase(),ca==="select"||ca==="input"&&Kn.type==="file")var Ya=Hn;else if(rr(Kn))if(Ln)Ya=si;else{Ya=Tn;var Hi=Br}else(ca=Kn.nodeName)&&ca.toLowerCase()==="input"&&(Kn.type==="checkbox"||Kn.type==="radio")&&(Ya=Pn);if(Ya&&(Ya=Ya(_,gn))){_r(Ua,Ya,z,Oi);break e}Hi&&Hi(_,Kn,gn),_==="focusout"&&(Hi=Kn._wrapperState)&&Hi.controlled&&Kn.type==="number"&&Ge(Kn,"number",Kn.value)}switch(Hi=gn?ao(gn):window,_){case"focusin":(rr(Hi)||Hi.contentEditable==="true")&&(on=Hi,To=gn,no=null);break;case"focusout":no=To=on=null;break;case"mousedown":as=!0;break;case"contextmenu":case"mouseup":case"dragend":as=!1,io(Ua,z,Oi);break;case"selectionchange":if(Gs)break;case"keydown":case"keyup":io(Ua,z,Oi)}var Xa;if(fo)e:{switch(_){case"compositionstart":var ms="onCompositionStart";break e;case"compositionend":ms="onCompositionEnd";break e;case"compositionupdate":ms="onCompositionUpdate";break e}ms=void 0}else mu?Cu(_,z)&&(ms="onCompositionEnd"):_==="keydown"&&z.keyCode===229&&(ms="onCompositionStart");ms&&(Gu&&z.locale!=="ko"&&(mu||ms!=="onCompositionStart"?ms==="onCompositionEnd"&&mu&&(Xa=mo()):(Ta=Oi,Ds="value"in Ta?Ta.value:Ta.textContent,mu=!0)),Hi=fn(gn,ms),0<Hi.length&&(ms=new So(ms,_,null,z,Oi),Ua.push({event:ms,listeners:Hi}),Xa?ms.data=Xa:(Xa=iu(z),Xa!==null&&(ms.data=Xa)))),(Xa=Ao?Co(_,z):au(_,z))&&(gn=fn(gn,"onBeforeInput"),0<gn.length&&(Oi=new So("onBeforeInput","beforeinput",null,z,Oi),Ua.push({event:Oi,listeners:gn}),Oi.data=Xa))}Ye(Ua,C)})}function xn(_,C,z){return{instance:_,listener:C,currentTarget:z}}function fn(_,C){for(var z=C+"Capture",ge=[];_!==null;){var De=_,nt=De.stateNode;De.tag===5&&nt!==null&&(De=nt,nt=Bt(_,z),nt!=null&&ge.unshift(xn(_,nt,De)),nt=Bt(_,C),nt!=null&&ge.push(xn(_,nt,De))),_=_.return}return ge}function An(_){if(_===null)return null;do _=_.return;while(_&&_.tag!==5);return _||null}function ti(_,C,z,ge,De){for(var nt=C._reactName,Ht=[];z!==null&&z!==ge;){var fr=z,kr=fr.alternate,gn=fr.stateNode;if(kr!==null&&kr===ge)break;fr.tag===5&&gn!==null&&(fr=gn,De?(kr=Bt(z,nt),kr!=null&&Ht.unshift(xn(z,kr,fr))):De||(kr=Bt(z,nt),kr!=null&&Ht.push(xn(z,kr,fr)))),z=z.return}Ht.length!==0&&_.push({event:C,listeners:Ht})}function ni(){}var mi=null,Ci=null;function ma(_,C){switch(_){case"button":case"input":case"select":case"textarea":return!!C.autoFocus}return!1}function Zi(_,C){return _==="textarea"||_==="option"||_==="noscript"||typeof C.children=="string"||typeof C.children=="number"||typeof C.dangerouslySetInnerHTML=="object"&&C.dangerouslySetInnerHTML!==null&&C.dangerouslySetInnerHTML.__html!=null}var ki=typeof setTimeout=="function"?setTimeout:void 0,Oa=typeof clearTimeout=="function"?clearTimeout:void 0;function Ii(_){_.nodeType===1?_.textContent="":_.nodeType===9&&(_=_.body,_!=null&&(_.textContent=""))}function hi(_){for(;_!=null;_=_.nextSibling){var C=_.nodeType;if(C===1||C===3)break}return _}function ba(_){_=_.previousSibling;for(var C=0;_;){if(_.nodeType===8){var z=_.data;if(z==="$"||z==="$!"||z==="$?"){if(C===0)return _;C--}else z==="/$"&&C++}_=_.previousSibling}return null}var _o=0;function va(_){return{$$typeof:Z,toString:_,valueOf:_}}var _s=Math.random().toString(36).slice(2),xa="__reactFiber$"+_s,ys="__reactProps$"+_s,bs="__reactContainer$"+_s,La="__reactEvents$"+_s;function ts(_){var C=_[xa];if(C)return C;for(var z=_.parentNode;z;){if(C=z[bs]||z[xa]){if(z=C.alternate,C.child!==null||z!==null&&z.child!==null)for(_=ba(_);_!==null;){if(z=_[xa])return z;_=ba(_)}return C}_=z,z=_.parentNode}return null}function js(_){return _=_[xa]||_[bs],!_||_.tag!==5&&_.tag!==6&&_.tag!==13&&_.tag!==3?null:_}function ao(_){if(_.tag===5||_.tag===6)return _.stateNode;throw Error(c(33))}function xs(_){return _[ys]||null}function ji(_){var C=_[La];return C===void 0&&(C=_[La]=new Set),C}var ko=[],Ro=-1;function Us(_){return{current:_}}function rs(_){0>Ro||(_.current=ko[Ro],ko[Ro]=null,Ro--)}function os(_,C){Ro++,ko[Ro]=_.current,_.current=C}var vo={},$a=Us(vo),Vt=Us(!1),kt=vo;function Ka(_,C){var z=_.type.contextTypes;if(!z)return vo;var ge=_.stateNode;if(ge&&ge.__reactInternalMemoizedUnmaskedChildContext===C)return ge.__reactInternalMemoizedMaskedChildContext;var De={},nt;for(nt in z)De[nt]=C[nt];return ge&&(_=_.stateNode,_.__reactInternalMemoizedUnmaskedChildContext=C,_.__reactInternalMemoizedMaskedChildContext=De),De}function zs(_){return _=_.childContextTypes,_!=null}function vn(){rs(Vt),rs($a)}function wn(_,C,z){if($a.current!==vo)throw Error(c(168));os($a,C),os(Vt,z)}function He(_,C,z){var ge=_.stateNode;if(_=C.childContextTypes,typeof ge.getChildContext!="function")return z;ge=ge.getChildContext();for(var De in ge)if(!(De in _))throw Error(c(108,Ft(C)||"Unknown",De));return i({},z,ge)}function Zt(_){return _=(_=_.stateNode)&&_.__reactInternalMemoizedMergedChildContext||vo,kt=$a.current,os($a,_),os(Vt,Vt.current),!0}function xr(_,C,z){var ge=_.stateNode;if(!ge)throw Error(c(169));z?(_=He(_,C,kt),ge.__reactInternalMemoizedMergedChildContext=_,rs(Vt),rs($a),os($a,_)):rs(Vt),os(Vt,z)}var Or=null,rn=null,_n=l.unstable_runWithPriority,li=l.unstable_scheduleCallback,Vi=l.unstable_cancelCallback,yo=l.unstable_shouldYield,ha=l.unstable_requestPaint,us=l.unstable_now,Va=l.unstable_getCurrentPriorityLevel,Qa=l.unstable_ImmediatePriority,vu=l.unstable_UserBlockingPriority,gu=l.unstable_NormalPriority,_u=l.unstable_LowPriority,Ke=l.unstable_IdlePriority,W={},Q=ha!==void 0?ha:function(){},te=null,he=null,Se=!1,Ve=us(),Et=1e4>Ve?us:function(){return us()-Ve};function Wt(){switch(Va()){case Qa:return 99;case vu:return 98;case gu:return 97;case _u:return 96;case Ke:return 95;default:throw Error(c(332))}}function cr(_){switch(_){case 99:return Qa;case 98:return vu;case 97:return gu;case 96:return _u;case 95:return Ke;default:throw Error(c(332))}}function Tr(_,C){return _=cr(_),_n(_,C)}function Yr(_,C,z){return _=cr(_),li(_,C,z)}function dn(){if(he!==null){var _=he;he=null,Vi(_)}On()}function On(){if(!Se&&te!==null){Se=!0;var _=0;try{var C=te;Tr(99,function(){for(;_<C.length;_++){var z=C[_];do z=z(!0);while(z!==null)}}),te=null}catch(z){throw te!==null&&(te=te.slice(_+1)),li(Qa,dn),z}finally{Se=!1}}}var Wn=N.ReactCurrentBatchConfig;function qn(_,C){if(_&&_.defaultProps){C=i({},C),_=_.defaultProps;for(var z in _)C[z]===void 0&&(C[z]=_[z]);return C}return C}var Ri=Us(null),Fi=null,ia=null,Sa=null;function Ts(){Sa=ia=Fi=null}function Ps(_){var C=Ri.current;rs(Ri),_.type._context._currentValue=C}function Ms(_,C){for(;_!==null;){var z=_.alternate;if((_.childLanes&C)===C){if(z===null||(z.childLanes&C)===C)break;z.childLanes|=C}else _.childLanes|=C,z!==null&&(z.childLanes|=C);_=_.return}}function Is(_,C){Fi=_,Sa=ia=null,_=_.dependencies,_!==null&&_.firstContext!==null&&(_.lanes&C&&(ku=!0),_.firstContext=null)}function Da(_,C){if(Sa!==_&&C!==!1&&C!==0)if((typeof C!="number"||C===1073741823)&&(Sa=_,C=1073741823),C={context:_,observedBits:C,next:null},ia===null){if(Fi===null)throw Error(c(308));ia=C,Fi.dependencies={lanes:0,firstContext:C,responders:null}}else ia=ia.next=C;return _._currentValue}var so=!1;function Wi(_){_.updateQueue={baseState:_.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null},effects:null}}function Pr(_,C){_=_.updateQueue,C.updateQueue===_&&(C.updateQueue={baseState:_.baseState,firstBaseUpdate:_.firstBaseUpdate,lastBaseUpdate:_.lastBaseUpdate,shared:_.shared,effects:_.effects})}function wo(_,C){return{eventTime:_,lane:C,tag:0,payload:null,callback:null,next:null}}function Zo(_,C){if(_=_.updateQueue,_!==null){_=_.shared;var z=_.pending;z===null?C.next=C:(C.next=z.next,z.next=C),_.pending=C}}function bu(_,C){var z=_.updateQueue,ge=_.alternate;if(ge!==null&&(ge=ge.updateQueue,z===ge)){var De=null,nt=null;if(z=z.firstBaseUpdate,z!==null){do{var Ht={eventTime:z.eventTime,lane:z.lane,tag:z.tag,payload:z.payload,callback:z.callback,next:null};nt===null?De=nt=Ht:nt=nt.next=Ht,z=z.next}while(z!==null);nt===null?De=nt=C:nt=nt.next=C}else De=nt=C;z={baseState:ge.baseState,firstBaseUpdate:De,lastBaseUpdate:nt,shared:ge.shared,effects:ge.effects},_.updateQueue=z;return}_=z.lastBaseUpdate,_===null?z.firstBaseUpdate=C:_.next=C,z.lastBaseUpdate=C}function Zs(_,C,z,ge){var De=_.updateQueue;so=!1;var nt=De.firstBaseUpdate,Ht=De.lastBaseUpdate,fr=De.shared.pending;if(fr!==null){De.shared.pending=null;var kr=fr,gn=kr.next;kr.next=null,Ht===null?nt=gn:Ht.next=gn,Ht=kr;var Oi=_.alternate;if(Oi!==null){Oi=Oi.updateQueue;var Ua=Oi.lastBaseUpdate;Ua!==Ht&&(Ua===null?Oi.firstBaseUpdate=gn:Ua.next=gn,Oi.lastBaseUpdate=kr)}}if(nt!==null){Ua=De.baseState,Ht=0,Oi=gn=kr=null;do{fr=nt.lane;var Kn=nt.eventTime;if((ge&fr)===fr){Oi!==null&&(Oi=Oi.next={eventTime:Kn,lane:0,tag:nt.tag,payload:nt.payload,callback:nt.callback,next:null});e:{var ca=_,za=nt;switch(fr=C,Kn=z,za.tag){case 1:if(ca=za.payload,typeof ca=="function"){Ua=ca.call(Kn,Ua,fr);break e}Ua=ca;break e;case 3:ca.flags=ca.flags&-4097|64;case 0:if(ca=za.payload,fr=typeof ca=="function"?ca.call(Kn,Ua,fr):ca,fr==null)break e;Ua=i({},Ua,fr);break e;case 2:so=!0}}nt.callback!==null&&(_.flags|=32,fr=De.effects,fr===null?De.effects=[nt]:fr.push(nt))}else Kn={eventTime:Kn,lane:fr,tag:nt.tag,payload:nt.payload,callback:nt.callback,next:null},Oi===null?(gn=Oi=Kn,kr=Ua):Oi=Oi.next=Kn,Ht|=fr;if(nt=nt.next,nt===null){if(fr=De.shared.pending,fr===null)break;nt=fr.next,fr.next=null,De.lastBaseUpdate=fr,De.shared.pending=null}}while(!0);Oi===null&&(kr=Ua),De.baseState=kr,De.firstBaseUpdate=gn,De.lastBaseUpdate=Oi,cu|=Ht,_.lanes=Ht,_.memoizedState=Ua}}function qs(_,C,z){if(_=C.effects,C.effects=null,_!==null)for(C=0;C<_.length;C++){var ge=_[C],De=ge.callback;if(De!==null){if(ge.callback=null,ge=z,typeof De!="function")throw Error(c(191,De));De.call(ge)}}}var zu=new r.Component().refs;function Yl(_,C,z,ge){C=_.memoizedState,z=z(ge,C),z=z==null?C:i({},C,z),_.memoizedState=z,_.lanes===0&&(_.updateQueue.baseState=z)}var bl={isMounted:function(_){return(_=_._reactInternals)?jn(_)===_:!1},enqueueSetState:function(_,C,z){_=_._reactInternals;var ge=Nu(),De=Pl(_),nt=wo(ge,De);nt.payload=C,z!=null&&(nt.callback=z),Zo(_,nt),ac(_,De,ge)},enqueueReplaceState:function(_,C,z){_=_._reactInternals;var ge=Nu(),De=Pl(_),nt=wo(ge,De);nt.tag=1,nt.payload=C,z!=null&&(nt.callback=z),Zo(_,nt),ac(_,De,ge)},enqueueForceUpdate:function(_,C){_=_._reactInternals;var z=Nu(),ge=Pl(_),De=wo(z,ge);De.tag=2,C!=null&&(De.callback=C),Zo(_,De),ac(_,ge,z)}};function pl(_,C,z,ge,De,nt,Ht){return _=_.stateNode,typeof _.shouldComponentUpdate=="function"?_.shouldComponentUpdate(ge,nt,Ht):C.prototype&&C.prototype.isPureReactComponent?!zi(z,ge)||!zi(De,nt):!0}function ml(_,C,z){var ge=!1,De=vo,nt=C.contextType;return typeof nt=="object"&&nt!==null?nt=Da(nt):(De=zs(C)?kt:$a.current,ge=C.contextTypes,nt=(ge=ge!=null)?Ka(_,De):vo),C=new C(z,nt),_.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,C.updater=bl,_.stateNode=C,C._reactInternals=_,ge&&(_=_.stateNode,_.__reactInternalMemoizedUnmaskedChildContext=De,_.__reactInternalMemoizedMaskedChildContext=nt),C}function $s(_,C,z,ge){_=C.state,typeof C.componentWillReceiveProps=="function"&&C.componentWillReceiveProps(z,ge),typeof C.UNSAFE_componentWillReceiveProps=="function"&&C.UNSAFE_componentWillReceiveProps(z,ge),C.state!==_&&bl.enqueueReplaceState(C,C.state,null)}function Zu(_,C,z,ge){var De=_.stateNode;De.props=z,De.state=_.memoizedState,De.refs=zu,Wi(_);var nt=C.contextType;typeof nt=="object"&&nt!==null?De.context=Da(nt):(nt=zs(C)?kt:$a.current,De.context=Ka(_,nt)),Zs(_,z,De,ge),De.state=_.memoizedState,nt=C.getDerivedStateFromProps,typeof nt=="function"&&(Yl(_,C,nt,z),De.state=_.memoizedState),typeof C.getDerivedStateFromProps=="function"||typeof De.getSnapshotBeforeUpdate=="function"||typeof De.UNSAFE_componentWillMount!="function"&&typeof De.componentWillMount!="function"||(C=De.state,typeof De.componentWillMount=="function"&&De.componentWillMount(),typeof De.UNSAFE_componentWillMount=="function"&&De.UNSAFE_componentWillMount(),C!==De.state&&bl.enqueueReplaceState(De,De.state,null),Zs(_,z,De,ge),De.state=_.memoizedState),typeof De.componentDidMount=="function"&&(_.flags|=4)}var Tu=Array.isArray;function Xo(_,C,z){if(_=z.ref,_!==null&&typeof _!="function"&&typeof _!="object"){if(z._owner){if(z=z._owner,z){if(z.tag!==1)throw Error(c(309));var ge=z.stateNode}if(!ge)throw Error(c(147,_));var De=""+_;return C!==null&&C.ref!==null&&typeof C.ref=="function"&&C.ref._stringRef===De?C.ref:(C=function(nt){var Ht=ge.refs;Ht===zu&&(Ht=ge.refs={}),nt===null?delete Ht[De]:Ht[De]=nt},C._stringRef=De,C)}if(typeof _!="string")throw Error(c(284));if(!z._owner)throw Error(c(290,_))}return _}function Wo(_,C){if(_.type!=="textarea")throw Error(c(31,Object.prototype.toString.call(C)==="[object Object]"?"object with keys {"+Object.keys(C).join(", ")+"}":C))}function Dl(_){function C(an,jr){if(_){var nn=an.lastEffect;nn!==null?(nn.nextEffect=jr,an.lastEffect=jr):an.firstEffect=an.lastEffect=jr,jr.nextEffect=null,jr.flags=8}}function z(an,jr){if(!_)return null;for(;jr!==null;)C(an,jr),jr=jr.sibling;return null}function ge(an,jr){for(an=new Map;jr!==null;)jr.key!==null?an.set(jr.key,jr):an.set(jr.index,jr),jr=jr.sibling;return an}function De(an,jr){return an=Il(an,jr),an.index=0,an.sibling=null,an}function nt(an,jr,nn){return an.index=nn,_?(nn=an.alternate,nn!==null?(nn=nn.index,nn<jr?(an.flags=2,jr):nn):(an.flags=2,jr)):jr}function Ht(an){return _&&an.alternate===null&&(an.flags=2),an}function fr(an,jr,nn,In){return jr===null||jr.tag!==6?(jr=Cf(nn,an.mode,In),jr.return=an,jr):(jr=De(jr,nn),jr.return=an,jr)}function kr(an,jr,nn,In){return jr!==null&&jr.elementType===nn.type?(In=De(jr,nn.props),In.ref=Xo(an,jr,nn),In.return=an,In):(In=Fc(nn.type,nn.key,nn.props,null,an.mode,In),In.ref=Xo(an,jr,nn),In.return=an,In)}function gn(an,jr,nn,In){return jr===null||jr.tag!==4||jr.stateNode.containerInfo!==nn.containerInfo||jr.stateNode.implementation!==nn.implementation?(jr=of(nn,an.mode,In),jr.return=an,jr):(jr=De(jr,nn.children||[]),jr.return=an,jr)}function Oi(an,jr,nn,In,Un){return jr===null||jr.tag!==7?(jr=eu(nn,an.mode,In,Un),jr.return=an,jr):(jr=De(jr,nn),jr.return=an,jr)}function Ua(an,jr,nn){if(typeof jr=="string"||typeof jr=="number")return jr=Cf(""+jr,an.mode,nn),jr.return=an,jr;if(typeof jr=="object"&&jr!==null){switch(jr.$$typeof){case K:return nn=Fc(jr.type,jr.key,jr.props,null,an.mode,nn),nn.ref=Xo(an,null,jr),nn.return=an,nn;case G:return jr=of(jr,an.mode,nn),jr.return=an,jr}if(Tu(jr)||We(jr))return jr=eu(jr,an.mode,nn,null),jr.return=an,jr;Wo(an,jr)}return null}function Kn(an,jr,nn,In){var Un=jr!==null?jr.key:null;if(typeof nn=="string"||typeof nn=="number")return Un!==null?null:fr(an,jr,""+nn,In);if(typeof nn=="object"&&nn!==null){switch(nn.$$typeof){case K:return nn.key===Un?nn.type===H?Oi(an,jr,nn.props.children,In,Un):kr(an,jr,nn,In):null;case G:return nn.key===Un?gn(an,jr,nn,In):null}if(Tu(nn)||We(nn))return Un!==null?null:Oi(an,jr,nn,In,null);Wo(an,nn)}return null}function ca(an,jr,nn,In,Un){if(typeof In=="string"||typeof In=="number")return an=an.get(nn)||null,fr(jr,an,""+In,Un);if(typeof In=="object"&&In!==null){switch(In.$$typeof){case K:return an=an.get(In.key===null?nn:In.key)||null,In.type===H?Oi(jr,an,In.props.children,Un,In.key):kr(jr,an,In,Un);case G:return an=an.get(In.key===null?nn:In.key)||null,gn(jr,an,In,Un)}if(Tu(In)||We(In))return an=an.get(nn)||null,Oi(jr,an,In,Un,null);Wo(jr,In)}return null}function za(an,jr,nn,In){for(var Un=null,Ya=null,Hi=jr,Xa=jr=0,ms=null;Hi!==null&&Xa<nn.length;Xa++){Hi.index>Xa?(ms=Hi,Hi=null):ms=Hi.sibling;var Ja=Kn(an,Hi,nn[Xa],In);if(Ja===null){Hi===null&&(Hi=ms);break}_&&Hi&&Ja.alternate===null&&C(an,Hi),jr=nt(Ja,jr,Xa),Ya===null?Un=Ja:Ya.sibling=Ja,Ya=Ja,Hi=ms}if(Xa===nn.length)return z(an,Hi),Un;if(Hi===null){for(;Xa<nn.length;Xa++)Hi=Ua(an,nn[Xa],In),Hi!==null&&(jr=nt(Hi,jr,Xa),Ya===null?Un=Hi:Ya.sibling=Hi,Ya=Hi);return Un}for(Hi=ge(an,Hi);Xa<nn.length;Xa++)ms=ca(Hi,an,Xa,nn[Xa],In),ms!==null&&(_&&ms.alternate!==null&&Hi.delete(ms.key===null?Xa:ms.key),jr=nt(ms,jr,Xa),Ya===null?Un=ms:Ya.sibling=ms,Ya=ms);return _&&Hi.forEach(function(Kl){return C(an,Kl)}),Un}function Ra(an,jr,nn,In){var Un=We(nn);if(typeof Un!="function")throw Error(c(150));if(nn=Un.call(nn),nn==null)throw Error(c(151));for(var Ya=Un=null,Hi=jr,Xa=jr=0,ms=null,Ja=nn.next();Hi!==null&&!Ja.done;Xa++,Ja=nn.next()){Hi.index>Xa?(ms=Hi,Hi=null):ms=Hi.sibling;var Kl=Kn(an,Hi,Ja.value,In);if(Kl===null){Hi===null&&(Hi=ms);break}_&&Hi&&Kl.alternate===null&&C(an,Hi),jr=nt(Kl,jr,Xa),Ya===null?Un=Kl:Ya.sibling=Kl,Ya=Kl,Hi=ms}if(Ja.done)return z(an,Hi),Un;if(Hi===null){for(;!Ja.done;Xa++,Ja=nn.next())Ja=Ua(an,Ja.value,In),Ja!==null&&(jr=nt(Ja,jr,Xa),Ya===null?Un=Ja:Ya.sibling=Ja,Ya=Ja);return Un}for(Hi=ge(an,Hi);!Ja.done;Xa++,Ja=nn.next())Ja=ca(Hi,an,Xa,Ja.value,In),Ja!==null&&(_&&Ja.alternate!==null&&Hi.delete(Ja.key===null?Xa:Ja.key),jr=nt(Ja,jr,Xa),Ya===null?Un=Ja:Ya.sibling=Ja,Ya=Ja);return _&&Hi.forEach(function(sd){return C(an,sd)}),Un}return function(an,jr,nn,In){var Un=typeof nn=="object"&&nn!==null&&nn.type===H&&nn.key===null;Un&&(nn=nn.props.children);var Ya=typeof nn=="object"&&nn!==null;if(Ya)switch(nn.$$typeof){case K:e:{for(Ya=nn.key,Un=jr;Un!==null;){if(Un.key===Ya){switch(Un.tag){case 7:if(nn.type===H){z(an,Un.sibling),jr=De(Un,nn.props.children),jr.return=an,an=jr;break e}break;default:if(Un.elementType===nn.type){z(an,Un.sibling),jr=De(Un,nn.props),jr.ref=Xo(an,Un,nn),jr.return=an,an=jr;break e}}z(an,Un);break}else C(an,Un);Un=Un.sibling}nn.type===H?(jr=eu(nn.props.children,an.mode,In,nn.key),jr.return=an,an=jr):(In=Fc(nn.type,nn.key,nn.props,null,an.mode,In),In.ref=Xo(an,jr,nn),In.return=an,an=In)}return Ht(an);case G:e:{for(Un=nn.key;jr!==null;){if(jr.key===Un)if(jr.tag===4&&jr.stateNode.containerInfo===nn.containerInfo&&jr.stateNode.implementation===nn.implementation){z(an,jr.sibling),jr=De(jr,nn.children||[]),jr.return=an,an=jr;break e}else{z(an,jr);break}else C(an,jr);jr=jr.sibling}jr=of(nn,an.mode,In),jr.return=an,an=jr}return Ht(an)}if(typeof nn=="string"||typeof nn=="number")return nn=""+nn,jr!==null&&jr.tag===6?(z(an,jr.sibling),jr=De(jr,nn),jr.return=an,an=jr):(z(an,jr),jr=Cf(nn,an.mode,In),jr.return=an,an=jr),Ht(an);if(Tu(nn))return za(an,jr,nn,In);if(We(nn))return Ra(an,jr,nn,In);if(Ya&&Wo(an,nn),typeof nn=="undefined"&&!Un)switch(an.tag){case 1:case 22:case 0:case 11:case 15:throw Error(c(152,Ft(an.type)||"Component"))}return z(an,jr)}}var xu=Dl(!0),kl=Dl(!1),Po={},Qo=Us(Po),il=Us(Po),vl=Us(Po);function Pu(_){if(_===Po)throw Error(c(174));return _}function Rl(_,C){switch(os(vl,C),os(il,_),os(Qo,Po),_=C.nodeType,_){case 9:case 11:C=(C=C.documentElement)?C.namespaceURI:rt(null,"");break;default:_=_===8?C.parentNode:C,C=_.namespaceURI||null,_=_.tagName,C=rt(C,_)}rs(Qo),os(Qo,C)}function ui(){rs(Qo),rs(il),rs(vl)}function fc(_){Pu(vl.current);var C=Pu(Qo.current),z=rt(C,_.type);C!==z&&(os(il,_),os(Qo,z))}function dc(_){il.current===_&&(rs(Qo),rs(il))}var ho=Us(0);function zc(_){for(var C=_;C!==null;){if(C.tag===13){var z=C.memoizedState;if(z!==null&&(z=z.dehydrated,z===null||z.data==="$?"||z.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===_)break;for(;C.sibling===null;){if(C.return===null||C.return===_)return null;C=C.return}C.sibling.return=C.return,C=C.sibling}return null}var Iu=null,xl=null,al=!1;function hc(_,C){var z=Jo(5,null,null,0);z.elementType="DELETED",z.type="DELETED",z.stateNode=C,z.return=_,z.flags=8,_.lastEffect!==null?(_.lastEffect.nextEffect=z,_.lastEffect=z):_.firstEffect=_.lastEffect=z}function Lo(_,C){switch(_.tag){case 5:var z=_.type;return C=C.nodeType!==1||z.toLowerCase()!==C.nodeName.toLowerCase()?null:C,C!==null?(_.stateNode=C,!0):!1;case 6:return C=_.pendingProps===""||C.nodeType!==3?null:C,C!==null?(_.stateNode=C,!0):!1;case 13:return!1;default:return!1}}function pc(_){if(al){var C=xl;if(C){var z=C;if(!Lo(_,C)){if(C=hi(z.nextSibling),!C||!Lo(_,C)){_.flags=_.flags&-1025|2,al=!1,Iu=_;return}hc(Iu,z)}Iu=_,xl=hi(C.firstChild)}else _.flags=_.flags&-1025|2,al=!1,Iu=_}}function Of(_){for(_=_.return;_!==null&&_.tag!==5&&_.tag!==3&&_.tag!==13;)_=_.return;Iu=_}function Ll(_){if(_!==Iu)return!1;if(!al)return Of(_),al=!0,!1;var C=_.type;if(_.tag!==5||C!=="head"&&C!=="body"&&!Zi(C,_.memoizedProps))for(C=xl;C;)hc(_,C),C=hi(C.nextSibling);if(Of(_),_.tag===13){if(_=_.memoizedState,_=_!==null?_.dehydrated:null,!_)throw Error(c(317));e:{for(_=_.nextSibling,C=0;_;){if(_.nodeType===8){var z=_.data;if(z==="/$"){if(C===0){xl=hi(_.nextSibling);break e}C--}else z!=="$"&&z!=="$!"&&z!=="$?"||C++}_=_.nextSibling}xl=null}}else xl=Iu?hi(_.stateNode.nextSibling):null;return!0}function mc(){xl=Iu=null,al=!1}var wl=[];function ff(){for(var _=0;_<wl.length;_++)wl[_]._workInProgressVersionPrimary=null;wl.length=0}var Ml=N.ReactCurrentDispatcher,wu=N.ReactCurrentBatchConfig,El=0,Mo=null,Ho=null,ou=null,Fl=!1,Bl=!1;function Wu(){throw Error(c(321))}function qo(_,C){if(C===null)return!1;for(var z=0;z<C.length&&z<_.length;z++)if(!Gn(_[z],C[z]))return!1;return!0}function Xl(_,C,z,ge,De,nt){if(El=nt,Mo=C,C.memoizedState=null,C.updateQueue=null,C.lanes=0,Ml.current=_===null||_.memoizedState===null?vf:gc,_=z(ge,De),Bl){nt=0;do{if(Bl=!1,!(25>nt))throw Error(c(301));nt+=1,ou=Ho=null,C.updateQueue=null,Ml.current=gf,_=z(ge,De)}while(Bl)}if(Ml.current=po,C=Ho!==null&&Ho.next!==null,El=0,ou=Ho=Mo=null,Fl=!1,C)throw Error(c(300));return _}function Nl(){var _={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ou===null?Mo.memoizedState=ou=_:ou=ou.next=_,ou}function uu(){if(Ho===null){var _=Mo.alternate;_=_!==null?_.memoizedState:null}else _=Ho.next;var C=ou===null?Mo.memoizedState:ou.next;if(C!==null)ou=C,Ho=_;else{if(_===null)throw Error(c(310));Ho=_,_={memoizedState:Ho.memoizedState,baseState:Ho.baseState,baseQueue:Ho.baseQueue,queue:Ho.queue,next:null},ou===null?Mo.memoizedState=ou=_:ou=ou.next=_}return ou}function Ku(_,C){return typeof C=="function"?C(_):C}function vc(_){var C=uu(),z=C.queue;if(z===null)throw Error(c(311));z.lastRenderedReducer=_;var ge=Ho,De=ge.baseQueue,nt=z.pending;if(nt!==null){if(De!==null){var Ht=De.next;De.next=nt.next,nt.next=Ht}ge.baseQueue=De=nt,z.pending=null}if(De!==null){De=De.next,ge=ge.baseState;var fr=Ht=nt=null,kr=De;do{var gn=kr.lane;if((El&gn)===gn)fr!==null&&(fr=fr.next={lane:0,action:kr.action,eagerReducer:kr.eagerReducer,eagerState:kr.eagerState,next:null}),ge=kr.eagerReducer===_?kr.eagerState:_(ge,kr.action);else{var Oi={lane:gn,action:kr.action,eagerReducer:kr.eagerReducer,eagerState:kr.eagerState,next:null};fr===null?(Ht=fr=Oi,nt=ge):fr=fr.next=Oi,Mo.lanes|=gn,cu|=gn}kr=kr.next}while(kr!==null&&kr!==De);fr===null?nt=ge:fr.next=Ht,Gn(ge,C.memoizedState)||(ku=!0),C.memoizedState=ge,C.baseState=nt,C.baseQueue=fr,z.lastRenderedState=ge}return[C.memoizedState,z.dispatch]}function Ql(_){var C=uu(),z=C.queue;if(z===null)throw Error(c(311));z.lastRenderedReducer=_;var ge=z.dispatch,De=z.pending,nt=C.memoizedState;if(De!==null){z.pending=null;var Ht=De=De.next;do nt=_(nt,Ht.action),Ht=Ht.next;while(Ht!==De);Gn(nt,C.memoizedState)||(ku=!0),C.memoizedState=nt,C.baseQueue===null&&(C.baseState=nt),z.lastRenderedState=nt}return[nt,ge]}function Pa(_,C,z){var ge=C._getVersion;ge=ge(C._source);var De=C._workInProgressVersionPrimary;if(De!==null?_=De===ge:(_=_.mutableReadLanes,(_=(El&_)===_)&&(C._workInProgressVersionPrimary=ge,wl.push(C))),_)return z(C._source);throw wl.push(C),Error(c(350))}function Zc(_,C,z,ge){var De=Sn;if(De===null)throw Error(c(349));var nt=C._getVersion,Ht=nt(C._source),fr=Ml.current,kr=fr.useState(function(){return Pa(De,C,z)}),gn=kr[1],Oi=kr[0];kr=ou;var Ua=_.memoizedState,Kn=Ua.refs,ca=Kn.getSnapshot,za=Ua.source;Ua=Ua.subscribe;var Ra=Mo;return _.memoizedState={refs:Kn,source:C,subscribe:ge},fr.useEffect(function(){Kn.getSnapshot=z,Kn.setSnapshot=gn;var an=nt(C._source);if(!Gn(Ht,an)){an=z(C._source),Gn(Oi,an)||(gn(an),an=Pl(Ra),De.mutableReadLanes|=an&De.pendingLanes),an=De.mutableReadLanes,De.entangledLanes|=an;for(var jr=De.entanglements,nn=an;0<nn;){var In=31-yn(nn),Un=1<<In;jr[In]|=an,nn&=~Un}}},[z,C,ge]),fr.useEffect(function(){return ge(C._source,function(){var an=Kn.getSnapshot,jr=Kn.setSnapshot;try{jr(an(C._source));var nn=Pl(Ra);De.mutableReadLanes|=nn&De.pendingLanes}catch(In){jr(function(){throw In})}})},[C,ge]),Gn(ca,z)&&Gn(za,C)&&Gn(Ua,ge)||(_={pending:null,dispatch:null,lastRenderedReducer:Ku,lastRenderedState:Oi},_.dispatch=gn=Kc.bind(null,Mo,_),kr.queue=_,kr.baseQueue=null,Oi=Pa(De,C,z),kr.memoizedState=kr.baseState=Oi),Oi}function Wc(_,C,z){var ge=uu();return Zc(ge,_,C,z)}function jl(_){var C=Nl();return typeof _=="function"&&(_=_()),C.memoizedState=C.baseState=_,_=C.queue={pending:null,dispatch:null,lastRenderedReducer:Ku,lastRenderedState:_},_=_.dispatch=Kc.bind(null,Mo,_),[C.memoizedState,_]}function Ic(_,C,z,ge){return _={tag:_,create:C,destroy:z,deps:ge,next:null},C=Mo.updateQueue,C===null?(C={lastEffect:null},Mo.updateQueue=C,C.lastEffect=_.next=_):(z=C.lastEffect,z===null?C.lastEffect=_.next=_:(ge=z.next,z.next=_,_.next=ge,C.lastEffect=_)),_}function df(_){var C=Nl();return _={current:_},C.memoizedState=_}function Hc(){return uu().memoizedState}function Ou(_,C,z,ge){var De=Nl();Mo.flags|=_,De.memoizedState=Ic(1|C,z,void 0,ge===void 0?null:ge)}function hf(_,C,z,ge){var De=uu();ge=ge===void 0?null:ge;var nt=void 0;if(Ho!==null){var Ht=Ho.memoizedState;if(nt=Ht.destroy,ge!==null&&qo(ge,Ht.deps)){Ic(C,z,nt,ge);return}}Mo.flags|=_,De.memoizedState=Ic(1|C,z,nt,ge)}function Oc(_,C){return Ou(516,4,_,C)}function ql(_,C){return hf(516,4,_,C)}function Gc(_,C){return hf(4,2,_,C)}function $c(_,C){if(typeof C=="function")return _=_(),C(_),function(){C(null)};if(C!=null)return _=_(),C.current=_,function(){C.current=null}}function Du(_,C,z){return z=z!=null?z.concat([_]):null,hf(4,2,$c.bind(null,C,_),z)}function sl(){}function ol(_,C){var z=uu();C=C===void 0?null:C;var ge=z.memoizedState;return ge!==null&&C!==null&&qo(C,ge[1])?ge[0]:(z.memoizedState=[_,C],_)}function pf(_,C){var z=uu();C=C===void 0?null:C;var ge=z.memoizedState;return ge!==null&&C!==null&&qo(C,ge[1])?ge[0]:(_=_(),z.memoizedState=[_,C],_)}function mf(_,C){var z=Wt();Tr(98>z?98:z,function(){_(!0)}),Tr(97<z?97:z,function(){var ge=wu.transition;wu.transition=1;try{_(!1),C()}finally{wu.transition=ge}})}function Kc(_,C,z){var ge=Nu(),De=Pl(_),nt={lane:De,action:z,eagerReducer:null,eagerState:null,next:null},Ht=C.pending;if(Ht===null?nt.next=nt:(nt.next=Ht.next,Ht.next=nt),C.pending=nt,Ht=_.alternate,_===Mo||Ht!==null&&Ht===Mo)Bl=Fl=!0;else{if(_.lanes===0&&(Ht===null||Ht.lanes===0)&&(Ht=C.lastRenderedReducer,Ht!==null))try{var fr=C.lastRenderedState,kr=Ht(fr,z);if(nt.eagerReducer=Ht,nt.eagerState=kr,Gn(kr,fr))return}catch(gn){}finally{}ac(_,De,ge)}}var po={readContext:Da,useCallback:Wu,useContext:Wu,useEffect:Wu,useImperativeHandle:Wu,useLayoutEffect:Wu,useMemo:Wu,useReducer:Wu,useRef:Wu,useState:Wu,useDebugValue:Wu,useDeferredValue:Wu,useTransition:Wu,useMutableSource:Wu,useOpaqueIdentifier:Wu,unstable_isNewReconciler:!1},vf={readContext:Da,useCallback:function(_,C){return Nl().memoizedState=[_,C===void 0?null:C],_},useContext:Da,useEffect:Oc,useImperativeHandle:function(_,C,z){return z=z!=null?z.concat([_]):null,Ou(4,2,$c.bind(null,C,_),z)},useLayoutEffect:function(_,C){return Ou(4,2,_,C)},useMemo:function(_,C){var z=Nl();return C=C===void 0?null:C,_=_(),z.memoizedState=[_,C],_},useReducer:function(_,C,z){var ge=Nl();return C=z!==void 0?z(C):C,ge.memoizedState=ge.baseState=C,_=ge.queue={pending:null,dispatch:null,lastRenderedReducer:_,lastRenderedState:C},_=_.dispatch=Kc.bind(null,Mo,_),[ge.memoizedState,_]},useRef:df,useState:jl,useDebugValue:sl,useDeferredValue:function(_){var C=jl(_),z=C[0],ge=C[1];return Oc(function(){var De=wu.transition;wu.transition=1;try{ge(_)}finally{wu.transition=De}},[_]),z},useTransition:function(){var _=jl(!1),C=_[0];return _=mf.bind(null,_[1]),df(_),[_,C]},useMutableSource:function(_,C,z){var ge=Nl();return ge.memoizedState={refs:{getSnapshot:C,setSnapshot:null},source:_,subscribe:z},Zc(ge,_,C,z)},useOpaqueIdentifier:function(){if(al){var _=!1,C=va(function(){throw _||(_=!0,z("r:"+(_o++).toString(36))),Error(c(355))}),z=jl(C)[1];return!(Mo.mode&2)&&(Mo.flags|=516,Ic(5,function(){z("r:"+(_o++).toString(36))},void 0,null)),C}return C="r:"+(_o++).toString(36),jl(C),C},unstable_isNewReconciler:!1},gc={readContext:Da,useCallback:ol,useContext:Da,useEffect:ql,useImperativeHandle:Du,useLayoutEffect:Gc,useMemo:pf,useReducer:vc,useRef:Hc,useState:function(){return vc(Ku)},useDebugValue:sl,useDeferredValue:function(_){var C=vc(Ku),z=C[0],ge=C[1];return ql(function(){var De=wu.transition;wu.transition=1;try{ge(_)}finally{wu.transition=De}},[_]),z},useTransition:function(){var _=vc(Ku)[0];return[Hc().current,_]},useMutableSource:Wc,useOpaqueIdentifier:function(){return vc(Ku)[0]},unstable_isNewReconciler:!1},gf={readContext:Da,useCallback:ol,useContext:Da,useEffect:ql,useImperativeHandle:Du,useLayoutEffect:Gc,useMemo:pf,useReducer:Ql,useRef:Hc,useState:function(){return Ql(Ku)},useDebugValue:sl,useDeferredValue:function(_){var C=Ql(Ku),z=C[0],ge=C[1];return ql(function(){var De=wu.transition;wu.transition=1;try{ge(_)}finally{wu.transition=De}},[_]),z},useTransition:function(){var _=Ql(Ku)[0];return[Hc().current,_]},useMutableSource:Wc,useOpaqueIdentifier:function(){return Ql(Ku)[0]},unstable_isNewReconciler:!1},gl=N.ReactCurrentOwner,ku=!1;function oo(_,C,z,ge){C.child=_===null?kl(C,null,z,ge):xu(C,_.child,z,ge)}function Df(_,C,z,ge,De){z=z.render;var nt=C.ref;return Is(C,De),ge=Xl(_,C,z,ge,nt,De),_!==null&&!ku?(C.updateQueue=_.updateQueue,C.flags&=-517,_.lanes&=~De,Mu(_,C,De)):(C.flags|=1,oo(_,C,ge,De),C.child)}function _f(_,C,z,ge,De,nt){if(_===null){var Ht=z.type;return typeof Ht=="function"&&!Sf(Ht)&&Ht.defaultProps===void 0&&z.compare===null&&z.defaultProps===void 0?(C.tag=15,C.type=Ht,Dc(_,C,Ht,ge,De,nt)):(_=Fc(z.type,null,ge,C,C.mode,nt),_.ref=C.ref,_.return=C,C.child=_)}return Ht=_.child,!(De&nt)&&(De=Ht.memoizedProps,z=z.compare,z=z!==null?z:zi,z(De,ge)&&_.ref===C.ref)?Mu(_,C,nt):(C.flags|=1,_=Il(Ht,ge),_.ref=C.ref,_.return=C,C.child=_)}function Dc(_,C,z,ge,De,nt){if(_!==null&&zi(_.memoizedProps,ge)&&_.ref===C.ref)if(ku=!1,(nt&De)!==0)_.flags&16384&&(ku=!0);else return C.lanes=_.lanes,Mu(_,C,nt);return bo(_,C,z,ge,nt)}function Eu(_,C,z){var ge=C.pendingProps,De=ge.children,nt=_!==null?_.memoizedState:null;if(ge.mode==="hidden"||ge.mode==="unstable-defer-without-hiding")if(!(C.mode&4))C.memoizedState={baseLanes:0},oa(C,z);else if(z&1073741824)C.memoizedState={baseLanes:0},oa(C,nt!==null?nt.baseLanes:z);else return _=nt!==null?nt.baseLanes|z:z,C.lanes=C.childLanes=1073741824,C.memoizedState={baseLanes:_},oa(C,_),null;else nt!==null?(ge=nt.baseLanes|z,C.memoizedState=null):ge=z,oa(C,ge);return oo(_,C,De,z),C.child}function uo(_,C){var z=C.ref;(_===null&&z!==null||_!==null&&_.ref!==z)&&(C.flags|=128)}function bo(_,C,z,ge,De){var nt=zs(z)?kt:$a.current;return nt=Ka(C,nt),Is(C,De),z=Xl(_,C,z,ge,nt,De),_!==null&&!ku?(C.updateQueue=_.updateQueue,C.flags&=-517,_.lanes&=~De,Mu(_,C,De)):(C.flags|=1,oo(_,C,z,De),C.child)}function Ru(_,C,z,ge,De){if(zs(z)){var nt=!0;Zt(C)}else nt=!1;if(Is(C,De),C.stateNode===null)_!==null&&(_.alternate=null,C.alternate=null,C.flags|=2),ml(C,z,ge),Zu(C,z,ge,De),ge=!0;else if(_===null){var Ht=C.stateNode,fr=C.memoizedProps;Ht.props=fr;var kr=Ht.context,gn=z.contextType;typeof gn=="object"&&gn!==null?gn=Da(gn):(gn=zs(z)?kt:$a.current,gn=Ka(C,gn));var Oi=z.getDerivedStateFromProps,Ua=typeof Oi=="function"||typeof Ht.getSnapshotBeforeUpdate=="function";Ua||typeof Ht.UNSAFE_componentWillReceiveProps!="function"&&typeof Ht.componentWillReceiveProps!="function"||(fr!==ge||kr!==gn)&&$s(C,Ht,ge,gn),so=!1;var Kn=C.memoizedState;Ht.state=Kn,Zs(C,ge,Ht,De),kr=C.memoizedState,fr!==ge||Kn!==kr||Vt.current||so?(typeof Oi=="function"&&(Yl(C,z,Oi,ge),kr=C.memoizedState),(fr=so||pl(C,z,fr,ge,Kn,kr,gn))?(Ua||typeof Ht.UNSAFE_componentWillMount!="function"&&typeof Ht.componentWillMount!="function"||(typeof Ht.componentWillMount=="function"&&Ht.componentWillMount(),typeof Ht.UNSAFE_componentWillMount=="function"&&Ht.UNSAFE_componentWillMount()),typeof Ht.componentDidMount=="function"&&(C.flags|=4)):(typeof Ht.componentDidMount=="function"&&(C.flags|=4),C.memoizedProps=ge,C.memoizedState=kr),Ht.props=ge,Ht.state=kr,Ht.context=gn,ge=fr):(typeof Ht.componentDidMount=="function"&&(C.flags|=4),ge=!1)}else{Ht=C.stateNode,Pr(_,C),fr=C.memoizedProps,gn=C.type===C.elementType?fr:qn(C.type,fr),Ht.props=gn,Ua=C.pendingProps,Kn=Ht.context,kr=z.contextType,typeof kr=="object"&&kr!==null?kr=Da(kr):(kr=zs(z)?kt:$a.current,kr=Ka(C,kr));var ca=z.getDerivedStateFromProps;(Oi=typeof ca=="function"||typeof Ht.getSnapshotBeforeUpdate=="function")||typeof Ht.UNSAFE_componentWillReceiveProps!="function"&&typeof Ht.componentWillReceiveProps!="function"||(fr!==Ua||Kn!==kr)&&$s(C,Ht,ge,kr),so=!1,Kn=C.memoizedState,Ht.state=Kn,Zs(C,ge,Ht,De);var za=C.memoizedState;fr!==Ua||Kn!==za||Vt.current||so?(typeof ca=="function"&&(Yl(C,z,ca,ge),za=C.memoizedState),(gn=so||pl(C,z,gn,ge,Kn,za,kr))?(Oi||typeof Ht.UNSAFE_componentWillUpdate!="function"&&typeof Ht.componentWillUpdate!="function"||(typeof Ht.componentWillUpdate=="function"&&Ht.componentWillUpdate(ge,za,kr),typeof Ht.UNSAFE_componentWillUpdate=="function"&&Ht.UNSAFE_componentWillUpdate(ge,za,kr)),typeof Ht.componentDidUpdate=="function"&&(C.flags|=4),typeof Ht.getSnapshotBeforeUpdate=="function"&&(C.flags|=256)):(typeof Ht.componentDidUpdate!="function"||fr===_.memoizedProps&&Kn===_.memoizedState||(C.flags|=4),typeof Ht.getSnapshotBeforeUpdate!="function"||fr===_.memoizedProps&&Kn===_.memoizedState||(C.flags|=256),C.memoizedProps=ge,C.memoizedState=za),Ht.props=ge,Ht.state=za,Ht.context=kr,ge=gn):(typeof Ht.componentDidUpdate!="function"||fr===_.memoizedProps&&Kn===_.memoizedState||(C.flags|=4),typeof Ht.getSnapshotBeforeUpdate!="function"||fr===_.memoizedProps&&Kn===_.memoizedState||(C.flags|=256),ge=!1)}return je(_,C,z,ge,nt,De)}function je(_,C,z,ge,De,nt){uo(_,C);var Ht=(C.flags&64)!==0;if(!ge&&!Ht)return De&&xr(C,z,!1),Mu(_,C,nt);ge=C.stateNode,gl.current=C;var fr=Ht&&typeof z.getDerivedStateFromError!="function"?null:ge.render();return C.flags|=1,_!==null&&Ht?(C.child=xu(C,_.child,null,nt),C.child=xu(C,null,fr,nt)):oo(_,C,fr,nt),C.memoizedState=ge.state,De&&xr(C,z,!0),C.child}function _c(_){var C=_.stateNode;C.pendingContext?wn(_,C.pendingContext,C.pendingContext!==C.context):C.context&&wn(_,C.context,!1),Rl(_,C.containerInfo)}var Lu={dehydrated:null,retryLane:0};function Jl(_,C,z){var ge=C.pendingProps,De=ho.current,nt=!1,Ht;return(Ht=(C.flags&64)!==0)||(Ht=_!==null&&_.memoizedState===null?!1:(De&2)!==0),Ht?(nt=!0,C.flags&=-65):_!==null&&_.memoizedState===null||ge.fallback===void 0||ge.unstable_avoidThisFallback===!0||(De|=1),os(ho,De&1),_===null?(ge.fallback!==void 0&&pc(C),_=ge.children,De=ge.fallback,nt?(_=lu(C,_,De,z),C.child.memoizedState={baseLanes:z},C.memoizedState=Lu,_):typeof ge.unstable_expectedLoadTime=="number"?(_=lu(C,_,De,z),C.child.memoizedState={baseLanes:z},C.memoizedState=Lu,C.lanes=33554432,_):(z=Af({mode:"visible",children:_},C.mode,z,null),z.return=C,C.child=z)):_.memoizedState!==null?nt?(ge=yc(_,C,ge.children,ge.fallback,z),nt=C.child,De=_.child.memoizedState,nt.memoizedState=De===null?{baseLanes:z}:{baseLanes:De.baseLanes|z},nt.childLanes=_.childLanes&~z,C.memoizedState=Lu,ge):(z=Vu(_,C,ge.children,z),C.memoizedState=null,z):nt?(ge=yc(_,C,ge.children,ge.fallback,z),nt=C.child,De=_.child.memoizedState,nt.memoizedState=De===null?{baseLanes:z}:{baseLanes:De.baseLanes|z},nt.childLanes=_.childLanes&~z,C.memoizedState=Lu,ge):(z=Vu(_,C,ge.children,z),C.memoizedState=null,z)}function lu(_,C,z,ge){var De=_.mode,nt=_.child;return C={mode:"hidden",children:C},!(De&2)&&nt!==null?(nt.childLanes=0,nt.pendingProps=C):nt=Af(C,De,0,null),z=eu(z,De,ge,null),nt.return=_,z.return=_,nt.sibling=z,_.child=nt,z}function Vu(_,C,z,ge){var De=_.child;return _=De.sibling,z=Il(De,{mode:"visible",children:z}),!(C.mode&2)&&(z.lanes=ge),z.return=C,z.sibling=null,_!==null&&(_.nextEffect=null,_.flags=8,C.firstEffect=C.lastEffect=_),C.child=z}function yc(_,C,z,ge,De){var nt=C.mode,Ht=_.child;_=Ht.sibling;var fr={mode:"hidden",children:z};return!(nt&2)&&C.child!==Ht?(z=C.child,z.childLanes=0,z.pendingProps=fr,Ht=z.lastEffect,Ht!==null?(C.firstEffect=z.firstEffect,C.lastEffect=Ht,Ht.nextEffect=null):C.firstEffect=C.lastEffect=null):z=Il(Ht,fr),_!==null?ge=Il(_,ge):(ge=eu(ge,nt,De,null),ge.flags|=2),ge.return=C,z.return=C,z.sibling=ge,C.child=z,ge}function bc(_,C){_.lanes|=C;var z=_.alternate;z!==null&&(z.lanes|=C),Ms(_.return,C)}function Yu(_,C,z,ge,De,nt){var Ht=_.memoizedState;Ht===null?_.memoizedState={isBackwards:C,rendering:null,renderingStartTime:0,last:ge,tail:z,tailMode:De,lastEffect:nt}:(Ht.isBackwards=C,Ht.rendering=null,Ht.renderingStartTime=0,Ht.last=ge,Ht.tail=z,Ht.tailMode=De,Ht.lastEffect=nt)}function _l(_,C,z){var ge=C.pendingProps,De=ge.revealOrder,nt=ge.tail;if(oo(_,C,ge.children,z),ge=ho.current,ge&2)ge=ge&1|2,C.flags|=64;else{if(_!==null&&_.flags&64)e:for(_=C.child;_!==null;){if(_.tag===13)_.memoizedState!==null&&bc(_,z);else if(_.tag===19)bc(_,z);else if(_.child!==null){_.child.return=_,_=_.child;continue}if(_===C)break e;for(;_.sibling===null;){if(_.return===null||_.return===C)break e;_=_.return}_.sibling.return=_.return,_=_.sibling}ge&=1}if(os(ho,ge),!(C.mode&2))C.memoizedState=null;else switch(De){case"forwards":for(z=C.child,De=null;z!==null;)_=z.alternate,_!==null&&zc(_)===null&&(De=z),z=z.sibling;z=De,z===null?(De=C.child,C.child=null):(De=z.sibling,z.sibling=null),Yu(C,!1,De,z,nt,C.lastEffect);break;case"backwards":for(z=null,De=C.child,C.child=null;De!==null;){if(_=De.alternate,_!==null&&zc(_)===null){C.child=De;break}_=De.sibling,De.sibling=z,z=De,De=_}Yu(C,!0,z,null,nt,C.lastEffect);break;case"together":Yu(C,!1,null,null,void 0,C.lastEffect);break;default:C.memoizedState=null}return C.child}function Mu(_,C,z){if(_!==null&&(C.dependencies=_.dependencies),cu|=C.lanes,z&C.childLanes){if(_!==null&&C.child!==_.child)throw Error(c(153));if(C.child!==null){for(_=C.child,z=Il(_,_.pendingProps),C.child=z,z.return=C;_.sibling!==null;)_=_.sibling,z=z.sibling=Il(_,_.pendingProps),z.return=C;z.sibling=null}return C.child}return null}var Vc,Fu,xc,ul;Vc=function(_,C){for(var z=C.child;z!==null;){if(z.tag===5||z.tag===6)_.appendChild(z.stateNode);else if(z.tag!==4&&z.child!==null){z.child.return=z,z=z.child;continue}if(z===C)break;for(;z.sibling===null;){if(z.return===null||z.return===C)return;z=z.return}z.sibling.return=z.return,z=z.sibling}},Fu=function(){},xc=function(_,C,z,ge){var De=_.memoizedProps;if(De!==ge){_=C.stateNode,Pu(Qo.current);var nt=null;switch(z){case"input":De=at(_,De),ge=at(_,ge),nt=[];break;case"option":De=Qe(_,De),ge=Qe(_,ge),nt=[];break;case"select":De=i({},De,{value:void 0}),ge=i({},ge,{value:void 0}),nt=[];break;case"textarea":De=Ct(_,De),ge=Ct(_,ge),nt=[];break;default:typeof De.onClick!="function"&&typeof ge.onClick=="function"&&(_.onclick=ni)}Ae(z,ge);var Ht;z=null;for(gn in De)if(!ge.hasOwnProperty(gn)&&De.hasOwnProperty(gn)&&De[gn]!=null)if(gn==="style"){var fr=De[gn];for(Ht in fr)fr.hasOwnProperty(Ht)&&(z||(z={}),z[Ht]="")}else gn!=="dangerouslySetInnerHTML"&&gn!=="children"&&gn!=="suppressContentEditableWarning"&&gn!=="suppressHydrationWarning"&&gn!=="autoFocus"&&(o.hasOwnProperty(gn)?nt||(nt=[]):(nt=nt||[]).push(gn,null));for(gn in ge){var kr=ge[gn];if(fr=De!=null?De[gn]:void 0,ge.hasOwnProperty(gn)&&kr!==fr&&(kr!=null||fr!=null))if(gn==="style")if(fr){for(Ht in fr)!fr.hasOwnProperty(Ht)||kr&&kr.hasOwnProperty(Ht)||(z||(z={}),z[Ht]="");for(Ht in kr)kr.hasOwnProperty(Ht)&&fr[Ht]!==kr[Ht]&&(z||(z={}),z[Ht]=kr[Ht])}else z||(nt||(nt=[]),nt.push(gn,z)),z=kr;else gn==="dangerouslySetInnerHTML"?(kr=kr?kr.__html:void 0,fr=fr?fr.__html:void 0,kr!=null&&fr!==kr&&(nt=nt||[]).push(gn,kr)):gn==="children"?typeof kr!="string"&&typeof kr!="number"||(nt=nt||[]).push(gn,""+kr):gn!=="suppressContentEditableWarning"&&gn!=="suppressHydrationWarning"&&(o.hasOwnProperty(gn)?(kr!=null&&gn==="onScroll"&&Ie("scroll",_),nt||fr===kr||(nt=[])):typeof kr=="object"&&kr!==null&&kr.$$typeof===Z?kr.toString():(nt=nt||[]).push(gn,kr))}z&&(nt=nt||[]).push("style",z);var gn=nt;(C.updateQueue=gn)&&(C.flags|=4)}},ul=function(_,C,z,ge){z!==ge&&(C.flags|=4)};function Xu(_,C){if(!al)switch(_.tailMode){case"hidden":C=_.tail;for(var z=null;C!==null;)C.alternate!==null&&(z=C),C=C.sibling;z===null?_.tail=null:z.sibling=null;break;case"collapsed":z=_.tail;for(var ge=null;z!==null;)z.alternate!==null&&(ge=z),z=z.sibling;ge===null?C||_.tail===null?_.tail=null:_.tail.sibling=null:ge.sibling=null}}function kf(_,C,z){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 zs(C.type)&&vn(),null;case 3:return ui(),rs(Vt),rs($a),ff(),ge=C.stateNode,ge.pendingContext&&(ge.context=ge.pendingContext,ge.pendingContext=null),(_===null||_.child===null)&&(Ll(C)?C.flags|=4:ge.hydrate||(C.flags|=256)),Fu(C),null;case 5:dc(C);var De=Pu(vl.current);if(z=C.type,_!==null&&C.stateNode!=null)xc(_,C,z,ge,De),_.ref!==C.ref&&(C.flags|=128);else{if(!ge){if(C.stateNode===null)throw Error(c(166));return null}if(_=Pu(Qo.current),Ll(C)){ge=C.stateNode,z=C.type;var nt=C.memoizedProps;switch(ge[xa]=C,ge[ys]=nt,z){case"dialog":Ie("cancel",ge),Ie("close",ge);break;case"iframe":case"object":case"embed":Ie("load",ge);break;case"video":case"audio":for(_=0;_<ps.length;_++)Ie(ps[_],ge);break;case"source":Ie("error",ge);break;case"img":case"image":case"link":Ie("error",ge),Ie("load",ge);break;case"details":Ie("toggle",ge);break;case"input":Xe(ge,nt),Ie("invalid",ge);break;case"select":ge._wrapperState={wasMultiple:!!nt.multiple},Ie("invalid",ge);break;case"textarea":lr(ge,nt),Ie("invalid",ge)}Ae(z,nt),_=null;for(var Ht in nt)nt.hasOwnProperty(Ht)&&(De=nt[Ht],Ht==="children"?typeof De=="string"?ge.textContent!==De&&(_=["children",De]):typeof De=="number"&&ge.textContent!==""+De&&(_=["children",""+De]):o.hasOwnProperty(Ht)&&De!=null&&Ht==="onScroll"&&Ie("scroll",ge));switch(z){case"input":Rt(ge),Oe(ge,nt,!0);break;case"textarea":Rt(ge),Me(ge);break;case"select":case"option":break;default:typeof nt.onClick=="function"&&(ge.onclick=ni)}ge=_,C.updateQueue=ge,ge!==null&&(C.flags|=4)}else{switch(Ht=De.nodeType===9?De:De.ownerDocument,_===tt.html&&(_=Qt(z)),_===tt.html?z==="script"?(_=Ht.createElement("div"),_.innerHTML="<script><\/script>",_=_.removeChild(_.firstChild)):typeof ge.is=="string"?_=Ht.createElement(z,{is:ge.is}):(_=Ht.createElement(z),z==="select"&&(Ht=_,ge.multiple?Ht.multiple=!0:ge.size&&(Ht.size=ge.size))):_=Ht.createElementNS(_,z),_[xa]=C,_[ys]=ge,Vc(_,C,!1,!1),C.stateNode=_,Ht=ut(z,ge),z){case"dialog":Ie("cancel",_),Ie("close",_),De=ge;break;case"iframe":case"object":case"embed":Ie("load",_),De=ge;break;case"video":case"audio":for(De=0;De<ps.length;De++)Ie(ps[De],_);De=ge;break;case"source":Ie("error",_),De=ge;break;case"img":case"image":case"link":Ie("error",_),Ie("load",_),De=ge;break;case"details":Ie("toggle",_),De=ge;break;case"input":Xe(_,ge),De=at(_,ge),Ie("invalid",_);break;case"option":De=Qe(_,ge);break;case"select":_._wrapperState={wasMultiple:!!ge.multiple},De=i({},ge,{value:void 0}),Ie("invalid",_);break;case"textarea":lr(_,ge),De=Ct(_,ge),Ie("invalid",_);break;default:De=ge}Ae(z,De);var fr=De;for(nt in fr)if(fr.hasOwnProperty(nt)){var kr=fr[nt];nt==="style"?pe(_,kr):nt==="dangerouslySetInnerHTML"?(kr=kr?kr.__html:void 0,kr!=null&&Ot(_,kr)):nt==="children"?typeof kr=="string"?(z!=="textarea"||kr!=="")&&Jt(_,kr):typeof kr=="number"&&Jt(_,""+kr):nt!=="suppressContentEditableWarning"&&nt!=="suppressHydrationWarning"&&nt!=="autoFocus"&&(o.hasOwnProperty(nt)?kr!=null&&nt==="onScroll"&&Ie("scroll",_):kr!=null&&B(_,nt,kr,Ht))}switch(z){case"input":Rt(_),Oe(_,ge,!1);break;case"textarea":Rt(_),Me(_);break;case"option":ge.value!=null&&_.setAttribute("value",""+nr(ge.value));break;case"select":_.multiple=!!ge.multiple,nt=ge.value,nt!=null?St(_,!!ge.multiple,nt,!1):ge.defaultValue!=null&&St(_,!!ge.multiple,ge.defaultValue,!0);break;default:typeof De.onClick=="function"&&(_.onclick=ni)}ma(z,ge)&&(C.flags|=4)}C.ref!==null&&(C.flags|=128)}return null;case 6:if(_&&C.stateNode!=null)ul(_,C,_.memoizedProps,ge);else{if(typeof ge!="string"&&C.stateNode===null)throw Error(c(166));z=Pu(vl.current),Pu(Qo.current),Ll(C)?(ge=C.stateNode,z=C.memoizedProps,ge[xa]=C,ge.nodeValue!==z&&(C.flags|=4)):(ge=(z.nodeType===9?z:z.ownerDocument).createTextNode(ge),ge[xa]=C,C.stateNode=ge)}return null;case 13:return rs(ho),ge=C.memoizedState,C.flags&64?(C.lanes=z,C):(ge=ge!==null,z=!1,_===null?C.memoizedProps.fallback!==void 0&&Ll(C):z=_.memoizedState!==null,ge&&!z&&C.mode&2&&(_===null&&C.memoizedProps.unstable_avoidThisFallback!==!0||ho.current&1?ns===0&&(ns=3):((ns===0||ns===3)&&(ns=4),Sn===null||!(cu&134217727)&&!(Io&134217727)||Au(Sn,pn))),(ge||z)&&(C.flags|=4),null);case 4:return ui(),Fu(C),_===null&&gt(C.stateNode.containerInfo),null;case 10:return Ps(C),null;case 17:return zs(C.type)&&vn(),null;case 19:if(rs(ho),ge=C.memoizedState,ge===null)return null;if(nt=(C.flags&64)!==0,Ht=ge.rendering,Ht===null)if(nt)Xu(ge,!1);else{if(ns!==0||_!==null&&_.flags&64)for(_=C.child;_!==null;){if(Ht=zc(_),Ht!==null){for(C.flags|=64,Xu(ge,!1),nt=Ht.updateQueue,nt!==null&&(C.updateQueue=nt,C.flags|=4),ge.lastEffect===null&&(C.firstEffect=null),C.lastEffect=ge.lastEffect,ge=z,z=C.child;z!==null;)nt=z,_=ge,nt.flags&=2,nt.nextEffect=null,nt.firstEffect=null,nt.lastEffect=null,Ht=nt.alternate,Ht===null?(nt.childLanes=0,nt.lanes=_,nt.child=null,nt.memoizedProps=null,nt.memoizedState=null,nt.updateQueue=null,nt.dependencies=null,nt.stateNode=null):(nt.childLanes=Ht.childLanes,nt.lanes=Ht.lanes,nt.child=Ht.child,nt.memoizedProps=Ht.memoizedProps,nt.memoizedState=Ht.memoizedState,nt.updateQueue=Ht.updateQueue,nt.type=Ht.type,_=Ht.dependencies,nt.dependencies=_===null?null:{lanes:_.lanes,firstContext:_.firstContext}),z=z.sibling;return os(ho,ho.current&1|2),C.child}_=_.sibling}ge.tail!==null&&Et()>Jc&&(C.flags|=64,nt=!0,Xu(ge,!1),C.lanes=33554432)}else{if(!nt)if(_=zc(Ht),_!==null){if(C.flags|=64,nt=!0,z=_.updateQueue,z!==null&&(C.updateQueue=z,C.flags|=4),Xu(ge,!0),ge.tail===null&&ge.tailMode==="hidden"&&!Ht.alternate&&!al)return C=C.lastEffect=ge.lastEffect,C!==null&&(C.nextEffect=null),null}else 2*Et()-ge.renderingStartTime>Jc&&z!==1073741824&&(C.flags|=64,nt=!0,Xu(ge,!1),C.lanes=33554432);ge.isBackwards?(Ht.sibling=C.child,C.child=Ht):(z=ge.last,z!==null?z.sibling=Ht:C.child=Ht,ge.last=Ht)}return ge.tail!==null?(z=ge.tail,ge.rendering=z,ge.tail=z.sibling,ge.lastEffect=C.lastEffect,ge.renderingStartTime=Et(),z.sibling=null,C=ho.current,os(ho,nt?C&1|2:C&1),z):null;case 23:case 24:return Ca(),_!==null&&_.memoizedState!==null!=(C.memoizedState!==null)&&ge.mode!=="unstable-defer-without-hiding"&&(C.flags|=4),null}throw Error(c(156,C.tag))}function yu(_){switch(_.tag){case 1:zs(_.type)&&vn();var C=_.flags;return C&4096?(_.flags=C&-4097|64,_):null;case 3:if(ui(),rs(Vt),rs($a),ff(),C=_.flags,C&64)throw Error(c(285));return _.flags=C&-4097|64,_;case 5:return dc(_),null;case 13:return rs(ho),C=_.flags,C&4096?(_.flags=C&-4097|64,_):null;case 19:return rs(ho),null;case 4:return ui(),null;case 10:return Ps(_),null;case 23:case 24:return Ca(),null;default:return null}}function Ul(_,C){try{var z="",ge=C;do z+=Gt(ge),ge=ge.return;while(ge);var De=z}catch(nt){De=`
Error generating stack: `+nt.message+`
`+nt.stack}return{value:_,source:C,stack:De}}function Sl(_,C){try{console.error(C.value)}catch(z){setTimeout(function(){throw z})}}var Yc=typeof WeakMap=="function"?WeakMap:Map;function wc(_,C,z){z=wo(-1,z),z.tag=3,z.payload={element:null};var ge=C.value;return z.callback=function(){Al||(Al=!0,bf=ge),Sl(_,C)},z}function ec(_,C,z){z=wo(-1,z),z.tag=3;var ge=_.type.getDerivedStateFromError;if(typeof ge=="function"){var De=C.value;z.payload=function(){return Sl(_,C),ge(De)}}var nt=_.stateNode;return nt!==null&&typeof nt.componentDidCatch=="function"&&(z.callback=function(){typeof ge!="function"&&(Vo===null?Vo=new Set([this]):Vo.add(this),Sl(_,C));var Ht=C.stack;this.componentDidCatch(C.value,{componentStack:Ht!==null?Ht:""})}),z}var zl=typeof WeakSet=="function"?WeakSet:Set;function Rf(_){var C=_.ref;if(C!==null)if(typeof C=="function")try{C(null)}catch(z){tl(_,z)}else C.current=null}function yf(_,C){switch(C.tag){case 0:case 11:case 15:case 22:return;case 1:if(C.flags&256&&_!==null){var z=_.memoizedProps,ge=_.memoizedState;_=C.stateNode,C=_.getSnapshotBeforeUpdate(C.elementType===C.type?z:qn(C.type,z),ge),_.__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 tc(_,C,z){switch(z.tag){case 0:case 11:case 15:case 22:if(C=z.updateQueue,C=C!==null?C.lastEffect:null,C!==null){_=C=C.next;do{if((_.tag&3)===3){var ge=_.create;_.destroy=ge()}_=_.next}while(_!==C)}if(C=z.updateQueue,C=C!==null?C.lastEffect:null,C!==null){_=C=C.next;do{var De=_;ge=De.next,De=De.tag,De&4&&De&1&&(tf(z,_),Mf(z,_)),_=ge}while(_!==C)}return;case 1:_=z.stateNode,z.flags&4&&(C===null?_.componentDidMount():(ge=z.elementType===z.type?C.memoizedProps:qn(z.type,C.memoizedProps),_.componentDidUpdate(ge,C.memoizedState,_.__reactInternalSnapshotBeforeUpdate))),C=z.updateQueue,C!==null&&qs(z,C,_);return;case 3:if(C=z.updateQueue,C!==null){if(_=null,z.child!==null)switch(z.child.tag){case 5:_=z.child.stateNode;break;case 1:_=z.child.stateNode}qs(z,C,_)}return;case 5:_=z.stateNode,C===null&&z.flags&4&&ma(z.type,z.memoizedProps)&&_.focus();return;case 6:return;case 4:return;case 12:return;case 13:z.memoizedState===null&&(z=z.alternate,z!==null&&(z=z.memoizedState,z!==null&&(z=z.dehydrated,z!==null&&it(z))));return;case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(c(163))}function kc(_,C){for(var z=_;;){if(z.tag===5){var ge=z.stateNode;if(C)ge=ge.style,typeof ge.setProperty=="function"?ge.setProperty("display","none","important"):ge.display="none";else{ge=z.stateNode;var De=z.memoizedProps.style;De=De!=null&&De.hasOwnProperty("display")?De.display:null,ge.style.display=ce("display",De)}}else if(z.tag===6)z.stateNode.nodeValue=C?"":z.memoizedProps;else if((z.tag!==23&&z.tag!==24||z.memoizedState===null||z===_)&&z.child!==null){z.child.return=z,z=z.child;continue}if(z===_)break;for(;z.sibling===null;){if(z.return===null||z.return===_)return;z=z.return}z.sibling.return=z.return,z=z.sibling}}function Zl(_,C){if(rn&&typeof rn.onCommitFiberUnmount=="function")try{rn.onCommitFiberUnmount(Or,C)}catch(nt){}switch(C.tag){case 0:case 11:case 14:case 15:case 22:if(_=C.updateQueue,_!==null&&(_=_.lastEffect,_!==null)){var z=_=_.next;do{var ge=z,De=ge.destroy;if(ge=ge.tag,De!==void 0)if(ge&4)tf(C,z);else{ge=C;try{De()}catch(nt){tl(ge,nt)}}z=z.next}while(z!==_)}break;case 1:if(Rf(C),_=C.stateNode,typeof _.componentWillUnmount=="function")try{_.props=C.memoizedProps,_.state=C.memoizedState,_.componentWillUnmount()}catch(nt){tl(C,nt)}break;case 5:Rf(C);break;case 4:Qc(_,C)}}function Lf(_){_.alternate=null,_.child=null,_.dependencies=null,_.firstEffect=null,_.lastEffect=null,_.memoizedProps=null,_.memoizedState=null,_.pendingProps=null,_.return=null,_.updateQueue=null}function Xc(_){return _.tag===5||_.tag===3||_.tag===4}function Qu(_){e:{for(var C=_.return;C!==null;){if(Xc(C))break e;C=C.return}throw Error(c(160))}var z=C;switch(C=z.stateNode,z.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))}z.flags&16&&(Jt(C,""),z.flags&=-17);e:t:for(z=_;;){for(;z.sibling===null;){if(z.return===null||Xc(z.return)){z=null;break e}z=z.return}for(z.sibling.return=z.return,z=z.sibling;z.tag!==5&&z.tag!==6&&z.tag!==18;){if(z.flags&2||z.child===null||z.tag===4)continue t;z.child.return=z,z=z.child}if(!(z.flags&2)){z=z.stateNode;break e}}ge?Ec(_,z,C):Sc(_,z,C)}function Ec(_,C,z){var ge=_.tag,De=ge===5||ge===6;if(De)_=De?_.stateNode:_.stateNode.instance,C?z.nodeType===8?z.parentNode.insertBefore(_,C):z.insertBefore(_,C):(z.nodeType===8?(C=z.parentNode,C.insertBefore(_,z)):(C=z,C.appendChild(_)),z=z._reactRootContainer,z!=null||C.onclick!==null||(C.onclick=ni));else if(ge!==4&&(_=_.child,_!==null))for(Ec(_,C,z),_=_.sibling;_!==null;)Ec(_,C,z),_=_.sibling}function Sc(_,C,z){var ge=_.tag,De=ge===5||ge===6;if(De)_=De?_.stateNode:_.stateNode.instance,C?z.insertBefore(_,C):z.appendChild(_);else if(ge!==4&&(_=_.child,_!==null))for(Sc(_,C,z),_=_.sibling;_!==null;)Sc(_,C,z),_=_.sibling}function Qc(_,C){for(var z=C,ge=!1,De,nt;;){if(!ge){ge=z.return;e:for(;;){if(ge===null)throw Error(c(160));switch(De=ge.stateNode,ge.tag){case 5:nt=!1;break e;case 3:De=De.containerInfo,nt=!0;break e;case 4:De=De.containerInfo,nt=!0;break e}ge=ge.return}ge=!0}if(z.tag===5||z.tag===6){e:for(var Ht=_,fr=z,kr=fr;;)if(Zl(Ht,kr),kr.child!==null&&kr.tag!==4)kr.child.return=kr,kr=kr.child;else{if(kr===fr)break e;for(;kr.sibling===null;){if(kr.return===null||kr.return===fr)break e;kr=kr.return}kr.sibling.return=kr.return,kr=kr.sibling}nt?(Ht=De,fr=z.stateNode,Ht.nodeType===8?Ht.parentNode.removeChild(fr):Ht.removeChild(fr)):De.removeChild(z.stateNode)}else if(z.tag===4){if(z.child!==null){De=z.stateNode.containerInfo,nt=!0,z.child.return=z,z=z.child;continue}}else if(Zl(_,z),z.child!==null){z.child.return=z,z=z.child;continue}if(z===C)break;for(;z.sibling===null;){if(z.return===null||z.return===C)return;z=z.return,z.tag===4&&(ge=!1)}z.sibling.return=z.return,z=z.sibling}}function Rc(_,C){switch(C.tag){case 0:case 11:case 14:case 15:case 22:var z=C.updateQueue;if(z=z!==null?z.lastEffect:null,z!==null){var ge=z=z.next;do(ge.tag&3)===3&&(_=ge.destroy,ge.destroy=void 0,_!==void 0&&_()),ge=ge.next;while(ge!==z)}return;case 1:return;case 5:if(z=C.stateNode,z!=null){ge=C.memoizedProps;var De=_!==null?_.memoizedProps:ge;_=C.type;var nt=C.updateQueue;if(C.updateQueue=null,nt!==null){for(z[ys]=ge,_==="input"&&ge.type==="radio"&&ge.name!=null&&Ze(z,ge),ut(_,De),C=ut(_,ge),De=0;De<nt.length;De+=2){var Ht=nt[De],fr=nt[De+1];Ht==="style"?pe(z,fr):Ht==="dangerouslySetInnerHTML"?Ot(z,fr):Ht==="children"?Jt(z,fr):B(z,Ht,fr,C)}switch(_){case"input":ye(z,ge);break;case"textarea":or(z,ge);break;case"select":_=z._wrapperState.wasMultiple,z._wrapperState.wasMultiple=!!ge.multiple,nt=ge.value,nt!=null?St(z,!!ge.multiple,nt,!1):_!==!!ge.multiple&&(ge.defaultValue!=null?St(z,!!ge.multiple,ge.defaultValue,!0):St(z,!!ge.multiple,ge.multiple?[]:"",!1))}}}return;case 6:if(C.stateNode===null)throw Error(c(162));C.stateNode.nodeValue=C.memoizedProps;return;case 3:z=C.stateNode,z.hydrate&&(z.hydrate=!1,it(z.containerInfo));return;case 12:return;case 13:C.memoizedState!==null&&(Lc=Et(),kc(C.child,!0)),P(C);return;case 19:P(C);return;case 17:return;case 23:case 24:kc(C,C.memoizedState!==null);return}throw Error(c(163))}function P(_){var C=_.updateQueue;if(C!==null){_.updateQueue=null;var z=_.stateNode;z===null&&(z=_.stateNode=new zl),C.forEach(function(ge){var De=fl.bind(null,_,ge);z.has(ge)||(z.add(ge),ge.then(De,De))})}}function D(_,C){return _!==null&&(_=_.memoizedState,_===null||_.dehydrated!==null)?(C=C.memoizedState,C!==null&&C.dehydrated===null):!1}var L=Math.ceil,ve=N.ReactCurrentDispatcher,ze=N.ReactCurrentOwner,en=0,Sn=null,yi=null,pn=0,qa=0,Fo=Us(0),ns=0,Ks=null,Js=0,cu=0,Io=0,qc=0,rc=null,Lc=0,Jc=1/0;function qu(){Jc=Et()+500}var Ti=null,Al=!1,bf=null,Vo=null,Aa=!1,ll=null,Cl=90,nc=[],ic=[],Wl=null,Tl=0,xf=null,Bu=-1,Hl=0,ef=0,Gl=null,wf=!1;function Nu(){return en&48?Et():Bu!==-1?Bu:Bu=Et()}function Pl(_){if(_=_.mode,!(_&2))return 1;if(!(_&4))return Wt()===99?1:2;if(Hl===0&&(Hl=Js),Wn.transition!==0){ef!==0&&(ef=rc!==null?rc.pendingLanes:0),_=Hl;var C=4186112&~ef;return C&=-C,C===0&&(_=4186112&~_,C=_&-_,C===0&&(C=8192)),C}return _=Wt(),en&4&&_===98?_=Wr(12,Hl):(_=sr(_),_=Wr(_,Hl)),_}function ac(_,C,z){if(50<Tl)throw Tl=0,xf=null,Error(c(185));if(_=Mc(_,C),_===null)return null;ln(_,C,z),_===Sn&&(Io|=C,ns===4&&Au(_,pn));var ge=Wt();C===1?en&8&&!(en&48)?Mn(_):(Hu(_,z),en===0&&(qu(),dn())):(!(en&4)||ge!==98&&ge!==99||(Wl===null?Wl=new Set([_]):Wl.add(_)),Hu(_,z)),rc=_}function Mc(_,C){_.lanes|=C;var z=_.alternate;for(z!==null&&(z.lanes|=C),z=_,_=_.return;_!==null;)_.childLanes|=C,z=_.alternate,z!==null&&(z.childLanes|=C),z=_,_=_.return;return z.tag===3?z.stateNode:null}function Hu(_,C){for(var z=_.callbackNode,ge=_.suspendedLanes,De=_.pingedLanes,nt=_.expirationTimes,Ht=_.pendingLanes;0<Ht;){var fr=31-yn(Ht),kr=1<<fr,gn=nt[fr];if(gn===-1){if(!(kr&ge)||kr&De){gn=C,_e(kr);var Oi=ft;nt[fr]=10<=Oi?gn+250:6<=Oi?gn+5e3:-1}}else gn<=C&&(_.expiredLanes|=kr);Ht&=~kr}if(ge=Rr(_,_===Sn?pn:0),C=ft,ge===0)z!==null&&(z!==W&&Vi(z),_.callbackNode=null,_.callbackPriority=0);else{if(z!==null){if(_.callbackPriority===C)return;z!==W&&Vi(z)}C===15?(z=Mn.bind(null,_),te===null?(te=[z],he=li(Qa,On)):te.push(z),z=W):C===14?z=Yr(99,Mn.bind(null,_)):(z=ir(C),z=Yr(z,Su.bind(null,_))),_.callbackPriority=C,_.callbackNode=z}}function Su(_){if(Bu=-1,ef=Hl=0,en&48)throw Error(c(327));var C=_.callbackNode;if(sc()&&_.callbackNode!==C)return null;var z=Rr(_,_===Sn?pn:0);if(z===0)return null;var ge=z,De=en;en|=16;var nt=ua();(Sn!==_||pn!==ge)&&(qu(),ga(_,ge));do try{cl();break}catch(fr){Fs(_,fr)}while(!0);if(Ts(),ve.current=nt,en=De,yi!==null?ge=0:(Sn=null,pn=0,ge=ns),Js&Io)ga(_,0);else if(ge!==0){if(ge===2&&(en|=64,_.hydrate&&(_.hydrate=!1,Ii(_.containerInfo)),z=Gr(_),z!==0&&(ge=Bs(_,z))),ge===1)throw C=Ks,ga(_,0),Au(_,z),Hu(_,Et()),C;switch(_.finishedWork=_.current.alternate,_.finishedLanes=z,ge){case 0:case 1:throw Error(c(345));case 2:$l(_);break;case 3:if(Au(_,z),(z&62914560)===z&&(ge=Lc+500-Et(),10<ge)){if(Rr(_,0)!==0)break;if(De=_.suspendedLanes,(De&z)!==z){Nu(),_.pingedLanes|=_.suspendedLanes&De;break}_.timeoutHandle=ki($l.bind(null,_),ge);break}$l(_);break;case 4:if(Au(_,z),(z&4186112)===z)break;for(ge=_.eventTimes,De=-1;0<z;){var Ht=31-yn(z);nt=1<<Ht,Ht=ge[Ht],Ht>De&&(De=Ht),z&=~nt}if(z=De,z=Et()-z,z=(120>z?120:480>z?480:1080>z?1080:1920>z?1920:3e3>z?3e3:4320>z?4320:1960*L(z/1960))-z,10<z){_.timeoutHandle=ki($l.bind(null,_),z);break}$l(_);break;case 5:$l(_);break;default:throw Error(c(329))}}return Hu(_,Et()),_.callbackNode===C?Su.bind(null,_):null}function Au(_,C){for(C&=~qc,C&=~Io,_.suspendedLanes|=C,_.pingedLanes&=~C,_=_.expirationTimes;0<C;){var z=31-yn(C),ge=1<<z;_[z]=-1,C&=~ge}}function Mn(_){if(en&48)throw Error(c(327));if(sc(),_===Sn&&_.expiredLanes&pn){var C=pn,z=Bs(_,C);Js&Io&&(C=Rr(_,C),z=Bs(_,C))}else C=Rr(_,0),z=Bs(_,C);if(_.tag!==0&&z===2&&(en|=64,_.hydrate&&(_.hydrate=!1,Ii(_.containerInfo)),C=Gr(_),C!==0&&(z=Bs(_,C))),z===1)throw z=Ks,ga(_,0),Au(_,C),Hu(_,Et()),z;return _.finishedWork=_.current.alternate,_.finishedLanes=C,$l(_),Hu(_,Et()),null}function ri(){if(Wl!==null){var _=Wl;Wl=null,_.forEach(function(C){C.expiredLanes|=24&C.pendingLanes,Hu(C,Et())})}dn()}function Xi(_,C){var z=en;en|=1;try{return _(C)}finally{en=z,en===0&&(qu(),dn())}}function Ma(_,C){var z=en;en&=-2,en|=8;try{return _(C)}finally{en=z,en===0&&(qu(),dn())}}function oa(_,C){os(Fo,qa),qa|=C,Js|=C}function Ca(){qa=Fo.current,rs(Fo)}function ga(_,C){_.finishedWork=null,_.finishedLanes=0;var z=_.timeoutHandle;if(z!==-1&&(_.timeoutHandle=-1,Oa(z)),yi!==null)for(z=yi.return;z!==null;){var ge=z;switch(ge.tag){case 1:ge=ge.type.childContextTypes,ge!=null&&vn();break;case 3:ui(),rs(Vt),rs($a),ff();break;case 5:dc(ge);break;case 4:ui();break;case 13:rs(ho);break;case 19:rs(ho);break;case 10:Ps(ge);break;case 23:case 24:Ca()}z=z.return}Sn=_,yi=Il(_.current,null),pn=qa=Js=C,ns=0,Ks=null,qc=Io=cu=0}function Fs(_,C){do{var z=yi;try{if(Ts(),Ml.current=po,Fl){for(var ge=Mo.memoizedState;ge!==null;){var De=ge.queue;De!==null&&(De.pending=null),ge=ge.next}Fl=!1}if(El=0,ou=Ho=Mo=null,Bl=!1,ze.current=null,z===null||z.return===null){ns=1,Ks=C,yi=null;break}e:{var nt=_,Ht=z.return,fr=z,kr=C;if(C=pn,fr.flags|=2048,fr.firstEffect=fr.lastEffect=null,kr!==null&&typeof kr=="object"&&typeof kr.then=="function"){var gn=kr;if(!(fr.mode&2)){var Oi=fr.alternate;Oi?(fr.updateQueue=Oi.updateQueue,fr.memoizedState=Oi.memoizedState,fr.lanes=Oi.lanes):(fr.updateQueue=null,fr.memoizedState=null)}var Ua=(ho.current&1)!==0,Kn=Ht;do{var ca;if(ca=Kn.tag===13){var za=Kn.memoizedState;if(za!==null)ca=za.dehydrated!==null;else{var Ra=Kn.memoizedProps;ca=Ra.fallback===void 0?!1:Ra.unstable_avoidThisFallback!==!0?!0:!Ua}}if(ca){var an=Kn.updateQueue;if(an===null){var jr=new Set;jr.add(gn),Kn.updateQueue=jr}else an.add(gn);if(!(Kn.mode&2)){if(Kn.flags|=64,fr.flags|=16384,fr.flags&=-2981,fr.tag===1)if(fr.alternate===null)fr.tag=17;else{var nn=wo(-1,1);nn.tag=2,Zo(fr,nn)}fr.lanes|=1;break e}kr=void 0,fr=C;var In=nt.pingCache;if(In===null?(In=nt.pingCache=new Yc,kr=new Set,In.set(gn,kr)):(kr=In.get(gn),kr===void 0&&(kr=new Set,In.set(gn,kr))),!kr.has(fr)){kr.add(fr);var Un=Vf.bind(null,nt,gn,fr);gn.then(Un,Un)}Kn.flags|=4096,Kn.lanes=C;break e}Kn=Kn.return}while(Kn!==null);kr=Error((Ft(fr.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.`)}ns!==5&&(ns=2),kr=Ul(kr,fr),Kn=Ht;do{switch(Kn.tag){case 3:nt=kr,Kn.flags|=4096,C&=-C,Kn.lanes|=C;var Ya=wc(Kn,nt,C);bu(Kn,Ya);break e;case 1:nt=kr;var Hi=Kn.type,Xa=Kn.stateNode;if(!(Kn.flags&64)&&(typeof Hi.getDerivedStateFromError=="function"||Xa!==null&&typeof Xa.componentDidCatch=="function"&&(Vo===null||!Vo.has(Xa)))){Kn.flags|=4096,C&=-C,Kn.lanes|=C;var ms=ec(Kn,nt,C);bu(Kn,ms);break e}}Kn=Kn.return}while(Kn!==null)}el(z)}catch(Ja){C=Ja,yi===z&&z!==null&&(yi=z=z.return);continue}break}while(!0)}function ua(){var _=ve.current;return ve.current=po,_===null?po:_}function Bs(_,C){var z=en;en|=16;var ge=ua();Sn===_&&pn===C||ga(_,C);do try{Ju();break}catch(De){Fs(_,De)}while(!0);if(Ts(),en=z,ve.current=ge,yi!==null)throw Error(c(261));return Sn=null,pn=0,ns}function Ju(){for(;yi!==null;)yl(yi)}function cl(){for(;yi!==null&&!yo();)yl(yi)}function yl(_){var C=af(_.alternate,_,qa);_.memoizedProps=_.pendingProps,C===null?el(_):yi=C,ze.current=null}function el(_){var C=_;do{var z=C.alternate;if(_=C.return,C.flags&2048){if(z=yu(C),z!==null){z.flags&=2047,yi=z;return}_!==null&&(_.firstEffect=_.lastEffect=null,_.flags|=2048)}else{if(z=kf(z,C,qa),z!==null){yi=z;return}if(z=C,z.tag!==24&&z.tag!==23||z.memoizedState===null||qa&1073741824||!(z.mode&4)){for(var ge=0,De=z.child;De!==null;)ge|=De.lanes|De.childLanes,De=De.sibling;z.childLanes=ge}_!==null&&!(_.flags&2048)&&(_.firstEffect===null&&(_.firstEffect=C.firstEffect),C.lastEffect!==null&&(_.lastEffect!==null&&(_.lastEffect.nextEffect=C.firstEffect),_.lastEffect=C.lastEffect),1<C.flags&&(_.lastEffect!==null?_.lastEffect.nextEffect=C:_.firstEffect=C,_.lastEffect=C))}if(C=C.sibling,C!==null){yi=C;return}yi=C=_}while(C!==null);ns===0&&(ns=5)}function $l(_){var C=Wt();return Tr(99,Kf.bind(null,_,C)),null}function Kf(_,C){do sc();while(ll!==null);if(en&48)throw Error(c(327));var z=_.finishedWork;if(z===null)return null;if(_.finishedWork=null,_.finishedLanes=0,z===_.current)throw Error(c(177));_.callbackNode=null;var ge=z.lanes|z.childLanes,De=ge,nt=_.pendingLanes&~De;_.pendingLanes=De,_.suspendedLanes=0,_.pingedLanes=0,_.expiredLanes&=De,_.mutableReadLanes&=De,_.entangledLanes&=De,De=_.entanglements;for(var Ht=_.eventTimes,fr=_.expirationTimes;0<nt;){var kr=31-yn(nt),gn=1<<kr;De[kr]=0,Ht[kr]=-1,fr[kr]=-1,nt&=~gn}if(Wl!==null&&!(ge&24)&&Wl.has(_)&&Wl.delete(_),_===Sn&&(yi=Sn=null,pn=0),1<z.flags?z.lastEffect!==null?(z.lastEffect.nextEffect=z,ge=z.firstEffect):ge=z:ge=z.firstEffect,ge!==null){if(De=en,en|=32,ze.current=null,mi=Ba,Ht=na(),hs(Ht)){if("selectionStart"in Ht)fr={start:Ht.selectionStart,end:Ht.selectionEnd};else e:if(fr=(fr=Ht.ownerDocument)&&fr.defaultView||window,(gn=fr.getSelection&&fr.getSelection())&&gn.rangeCount!==0){fr=gn.anchorNode,nt=gn.anchorOffset,kr=gn.focusNode,gn=gn.focusOffset;try{fr.nodeType,kr.nodeType}catch(Ja){fr=null;break e}var Oi=0,Ua=-1,Kn=-1,ca=0,za=0,Ra=Ht,an=null;t:for(;;){for(var jr;Ra!==fr||nt!==0&&Ra.nodeType!==3||(Ua=Oi+nt),Ra!==kr||gn!==0&&Ra.nodeType!==3||(Kn=Oi+gn),Ra.nodeType===3&&(Oi+=Ra.nodeValue.length),(jr=Ra.firstChild)!==null;)an=Ra,Ra=jr;for(;;){if(Ra===Ht)break t;if(an===fr&&++ca===nt&&(Ua=Oi),an===kr&&++za===gn&&(Kn=Oi),(jr=Ra.nextSibling)!==null)break;Ra=an,an=Ra.parentNode}Ra=jr}fr=Ua===-1||Kn===-1?null:{start:Ua,end:Kn}}else fr=null;fr=fr||{start:0,end:0}}else fr=null;Ci={focusedElem:Ht,selectionRange:fr},Ba=!1,Gl=null,wf=!1,Ti=ge;do try{Ef()}catch(Ja){if(Ti===null)throw Error(c(330));tl(Ti,Ja),Ti=Ti.nextEffect}while(Ti!==null);Gl=null,Ti=ge;do try{for(Ht=_;Ti!==null;){var nn=Ti.flags;if(nn&16&&Jt(Ti.stateNode,""),nn&128){var In=Ti.alternate;if(In!==null){var Un=In.ref;Un!==null&&(typeof Un=="function"?Un(null):Un.current=null)}}switch(nn&1038){case 2:Qu(Ti),Ti.flags&=-3;break;case 6:Qu(Ti),Ti.flags&=-3,Rc(Ti.alternate,Ti);break;case 1024:Ti.flags&=-1025;break;case 1028:Ti.flags&=-1025,Rc(Ti.alternate,Ti);break;case 4:Rc(Ti.alternate,Ti);break;case 8:fr=Ti,Qc(Ht,fr);var Ya=fr.alternate;Lf(fr),Ya!==null&&Lf(Ya)}Ti=Ti.nextEffect}}catch(Ja){if(Ti===null)throw Error(c(330));tl(Ti,Ja),Ti=Ti.nextEffect}while(Ti!==null);if(Un=Ci,In=na(),nn=Un.focusedElem,Ht=Un.selectionRange,In!==nn&&nn&&nn.ownerDocument&&Xn(nn.ownerDocument.documentElement,nn)){for(Ht!==null&&hs(nn)&&(In=Ht.start,Un=Ht.end,Un===void 0&&(Un=In),"selectionStart"in nn?(nn.selectionStart=In,nn.selectionEnd=Math.min(Un,nn.value.length)):(Un=(In=nn.ownerDocument||document)&&In.defaultView||window,Un.getSelection&&(Un=Un.getSelection(),fr=nn.textContent.length,Ya=Math.min(Ht.start,fr),Ht=Ht.end===void 0?Ya:Math.min(Ht.end,fr),!Un.extend&&Ya>Ht&&(fr=Ht,Ht=Ya,Ya=fr),fr=xt(nn,Ya),nt=xt(nn,Ht),fr&&nt&&(Un.rangeCount!==1||Un.anchorNode!==fr.node||Un.anchorOffset!==fr.offset||Un.focusNode!==nt.node||Un.focusOffset!==nt.offset)&&(In=In.createRange(),In.setStart(fr.node,fr.offset),Un.removeAllRanges(),Ya>Ht?(Un.addRange(In),Un.extend(nt.node,nt.offset)):(In.setEnd(nt.node,nt.offset),Un.addRange(In)))))),In=[],Un=nn;Un=Un.parentNode;)Un.nodeType===1&&In.push({element:Un,left:Un.scrollLeft,top:Un.scrollTop});for(typeof nn.focus=="function"&&nn.focus(),nn=0;nn<In.length;nn++)Un=In[nn],Un.element.scrollLeft=Un.left,Un.element.scrollTop=Un.top}Ba=!!mi,Ci=mi=null,_.current=z,Ti=ge;do try{for(nn=_;Ti!==null;){var Hi=Ti.flags;if(Hi&36&&tc(nn,Ti.alternate,Ti),Hi&128){In=void 0;var Xa=Ti.ref;if(Xa!==null){var ms=Ti.stateNode;switch(Ti.tag){case 5:In=ms;break;default:In=ms}typeof Xa=="function"?Xa(In):Xa.current=In}}Ti=Ti.nextEffect}}catch(Ja){if(Ti===null)throw Error(c(330));tl(Ti,Ja),Ti=Ti.nextEffect}while(Ti!==null);Ti=null,Q(),en=De}else _.current=z;if(Aa)Aa=!1,ll=_,Cl=C;else for(Ti=ge;Ti!==null;)C=Ti.nextEffect,Ti.nextEffect=null,Ti.flags&8&&(Hi=Ti,Hi.sibling=null,Hi.stateNode=null),Ti=C;if(ge=_.pendingLanes,ge===0&&(Vo=null),ge===1?_===xf?Tl++:(Tl=0,xf=_):Tl=0,z=z.stateNode,rn&&typeof rn.onCommitFiberRoot=="function")try{rn.onCommitFiberRoot(Or,z,void 0,(z.current.flags&64)===64)}catch(Ja){}if(Hu(_,Et()),Al)throw Al=!1,_=bf,bf=null,_;return en&8||dn(),null}function Ef(){for(;Ti!==null;){var _=Ti.alternate;wf||Gl===null||(Ti.flags&8?ii(Ti,Gl)&&(wf=!0):Ti.tag===13&&D(_,Ti)&&ii(Ti,Gl)&&(wf=!0));var C=Ti.flags;C&256&&yf(_,Ti),!(C&512)||Aa||(Aa=!0,Yr(97,function(){return sc(),null})),Ti=Ti.nextEffect}}function sc(){if(Cl!==90){var _=97<Cl?97:Cl;return Cl=90,Tr(_,rf)}return!1}function Mf(_,C){nc.push(C,_),Aa||(Aa=!0,Yr(97,function(){return sc(),null}))}function tf(_,C){ic.push(C,_),Aa||(Aa=!0,Yr(97,function(){return sc(),null}))}function rf(){if(ll===null)return!1;var _=ll;if(ll=null,en&48)throw Error(c(331));var C=en;en|=32;var z=ic;ic=[];for(var ge=0;ge<z.length;ge+=2){var De=z[ge],nt=z[ge+1],Ht=De.destroy;if(De.destroy=void 0,typeof Ht=="function")try{Ht()}catch(kr){if(nt===null)throw Error(c(330));tl(nt,kr)}}for(z=nc,nc=[],ge=0;ge<z.length;ge+=2){De=z[ge],nt=z[ge+1];try{var fr=De.create;De.destroy=fr()}catch(kr){if(nt===null)throw Error(c(330));tl(nt,kr)}}for(fr=_.current.firstEffect;fr!==null;)_=fr.nextEffect,fr.nextEffect=null,fr.flags&8&&(fr.sibling=null,fr.stateNode=null),fr=_;return en=C,dn(),!0}function nf(_,C,z){C=Ul(z,C),C=wc(_,C,1),Zo(_,C),C=Nu(),_=Mc(_,1),_!==null&&(ln(_,1,C),Hu(_,C))}function tl(_,C){if(_.tag===3)nf(_,_,C);else for(var z=_.return;z!==null;){if(z.tag===3){nf(z,_,C);break}else if(z.tag===1){var ge=z.stateNode;if(typeof z.type.getDerivedStateFromError=="function"||typeof ge.componentDidCatch=="function"&&(Vo===null||!Vo.has(ge))){_=Ul(C,_);var De=ec(z,_,1);if(Zo(z,De),De=Nu(),z=Mc(z,1),z!==null)ln(z,1,De),Hu(z,De);else if(typeof ge.componentDidCatch=="function"&&(Vo===null||!Vo.has(ge)))try{ge.componentDidCatch(C,_)}catch(nt){}break}}z=z.return}}function Vf(_,C,z){var ge=_.pingCache;ge!==null&&ge.delete(C),C=Nu(),_.pingedLanes|=_.suspendedLanes&z,Sn===_&&(pn&z)===z&&(ns===4||ns===3&&(pn&62914560)===pn&&500>Et()-Lc?ga(_,0):qc|=z),Hu(_,C)}function fl(_,C){var z=_.stateNode;z!==null&&z.delete(C),C=0,C===0&&(C=_.mode,C&2?C&4?(Hl===0&&(Hl=Js),C=hn(62914560&~Hl),C===0&&(C=4194304)):C=Wt()===99?1:2:C=1),z=Nu(),_=Mc(_,C),_!==null&&(ln(_,C,z),Hu(_,z))}var af;af=function(_,C,z){var ge=C.lanes;if(_!==null)if(_.memoizedProps!==C.pendingProps||Vt.current)ku=!0;else if(z&ge)ku=!!(_.flags&16384);else{switch(ku=!1,C.tag){case 3:_c(C),mc();break;case 5:fc(C);break;case 1:zs(C.type)&&Zt(C);break;case 4:Rl(C,C.stateNode.containerInfo);break;case 10:ge=C.memoizedProps.value;var De=C.type._context;os(Ri,De._currentValue),De._currentValue=ge;break;case 13:if(C.memoizedState!==null)return z&C.child.childLanes?Jl(_,C,z):(os(ho,ho.current&1),C=Mu(_,C,z),C!==null?C.sibling:null);os(ho,ho.current&1);break;case 19:if(ge=(z&C.childLanes)!==0,_.flags&64){if(ge)return _l(_,C,z);C.flags|=64}if(De=C.memoizedState,De!==null&&(De.rendering=null,De.tail=null,De.lastEffect=null),os(ho,ho.current),ge)break;return null;case 23:case 24:return C.lanes=0,Eu(_,C,z)}return Mu(_,C,z)}else ku=!1;switch(C.lanes=0,C.tag){case 2:if(ge=C.type,_!==null&&(_.alternate=null,C.alternate=null,C.flags|=2),_=C.pendingProps,De=Ka(C,$a.current),Is(C,z),De=Xl(null,C,ge,_,De,z),C.flags|=1,typeof De=="object"&&De!==null&&typeof De.render=="function"&&De.$$typeof===void 0){if(C.tag=1,C.memoizedState=null,C.updateQueue=null,zs(ge)){var nt=!0;Zt(C)}else nt=!1;C.memoizedState=De.state!==null&&De.state!==void 0?De.state:null,Wi(C);var Ht=ge.getDerivedStateFromProps;typeof Ht=="function"&&Yl(C,ge,Ht,_),De.updater=bl,C.stateNode=De,De._reactInternals=C,Zu(C,ge,_,z),C=je(null,C,ge,!0,nt,z)}else C.tag=0,oo(null,C,De,z),C=C.child;return C;case 16:De=C.elementType;e:{switch(_!==null&&(_.alternate=null,C.alternate=null,C.flags|=2),_=C.pendingProps,nt=De._init,De=nt(De._payload),C.type=De,nt=C.tag=sf(De),_=qn(De,_),nt){case 0:C=bo(null,C,De,_,z);break e;case 1:C=Ru(null,C,De,_,z);break e;case 11:C=Df(null,C,De,_,z);break e;case 14:C=_f(null,C,De,qn(De.type,_),ge,z);break e}throw Error(c(306,De,""))}return C;case 0:return ge=C.type,De=C.pendingProps,De=C.elementType===ge?De:qn(ge,De),bo(_,C,ge,De,z);case 1:return ge=C.type,De=C.pendingProps,De=C.elementType===ge?De:qn(ge,De),Ru(_,C,ge,De,z);case 3:if(_c(C),ge=C.updateQueue,_===null||ge===null)throw Error(c(282));if(ge=C.pendingProps,De=C.memoizedState,De=De!==null?De.element:null,Pr(_,C),Zs(C,ge,null,z),ge=C.memoizedState.element,ge===De)mc(),C=Mu(_,C,z);else{if(De=C.stateNode,(nt=De.hydrate)&&(xl=hi(C.stateNode.containerInfo.firstChild),Iu=C,nt=al=!0),nt){if(_=De.mutableSourceEagerHydrationData,_!=null)for(De=0;De<_.length;De+=2)nt=_[De],nt._workInProgressVersionPrimary=_[De+1],wl.push(nt);for(z=kl(C,null,ge,z),C.child=z;z;)z.flags=z.flags&-3|1024,z=z.sibling}else oo(_,C,ge,z),mc();C=C.child}return C;case 5:return fc(C),_===null&&pc(C),ge=C.type,De=C.pendingProps,nt=_!==null?_.memoizedProps:null,Ht=De.children,Zi(ge,De)?Ht=null:nt!==null&&Zi(ge,nt)&&(C.flags|=16),uo(_,C),oo(_,C,Ht,z),C.child;case 6:return _===null&&pc(C),null;case 13:return Jl(_,C,z);case 4:return Rl(C,C.stateNode.containerInfo),ge=C.pendingProps,_===null?C.child=xu(C,null,ge,z):oo(_,C,ge,z),C.child;case 11:return ge=C.type,De=C.pendingProps,De=C.elementType===ge?De:qn(ge,De),Df(_,C,ge,De,z);case 7:return oo(_,C,C.pendingProps,z),C.child;case 8:return oo(_,C,C.pendingProps.children,z),C.child;case 12:return oo(_,C,C.pendingProps.children,z),C.child;case 10:e:{ge=C.type._context,De=C.pendingProps,Ht=C.memoizedProps,nt=De.value;var fr=C.type._context;if(os(Ri,fr._currentValue),fr._currentValue=nt,Ht!==null)if(fr=Ht.value,nt=Gn(fr,nt)?0:(typeof ge._calculateChangedBits=="function"?ge._calculateChangedBits(fr,nt):1073741823)|0,nt===0){if(Ht.children===De.children&&!Vt.current){C=Mu(_,C,z);break e}}else for(fr=C.child,fr!==null&&(fr.return=C);fr!==null;){var kr=fr.dependencies;if(kr!==null){Ht=fr.child;for(var gn=kr.firstContext;gn!==null;){if(gn.context===ge&&gn.observedBits&nt){fr.tag===1&&(gn=wo(-1,z&-z),gn.tag=2,Zo(fr,gn)),fr.lanes|=z,gn=fr.alternate,gn!==null&&(gn.lanes|=z),Ms(fr.return,z),kr.lanes|=z;break}gn=gn.next}}else Ht=fr.tag===10&&fr.type===C.type?null:fr.child;if(Ht!==null)Ht.return=fr;else for(Ht=fr;Ht!==null;){if(Ht===C){Ht=null;break}if(fr=Ht.sibling,fr!==null){fr.return=Ht.return,Ht=fr;break}Ht=Ht.return}fr=Ht}oo(_,C,De.children,z),C=C.child}return C;case 9:return De=C.type,nt=C.pendingProps,ge=nt.children,Is(C,z),De=Da(De,nt.unstable_observedBits),ge=ge(De),C.flags|=1,oo(_,C,ge,z),C.child;case 14:return De=C.type,nt=qn(De,C.pendingProps),nt=qn(De.type,nt),_f(_,C,De,nt,ge,z);case 15:return Dc(_,C,C.type,C.pendingProps,ge,z);case 17:return ge=C.type,De=C.pendingProps,De=C.elementType===ge?De:qn(ge,De),_!==null&&(_.alternate=null,C.alternate=null,C.flags|=2),C.tag=1,zs(ge)?(_=!0,Zt(C)):_=!1,Is(C,z),ml(C,ge,De),Zu(C,ge,De,z),je(null,C,ge,!0,_,z);case 19:return _l(_,C,z);case 23:return Eu(_,C,z);case 24:return Eu(_,C,z)}throw Error(c(156,C.tag))};function Ff(_,C,z,ge){this.tag=_,this.key=z,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 Jo(_,C,z,ge){return new Ff(_,C,z,ge)}function Sf(_){return _=_.prototype,!(!_||!_.isReactComponent)}function sf(_){if(typeof _=="function")return Sf(_)?1:0;if(_!=null){if(_=_.$$typeof,_===Y)return 11;if(_===ee)return 14}return 2}function Il(_,C){var z=_.alternate;return z===null?(z=Jo(_.tag,C,_.key,_.mode),z.elementType=_.elementType,z.type=_.type,z.stateNode=_.stateNode,z.alternate=_,_.alternate=z):(z.pendingProps=C,z.type=_.type,z.flags=0,z.nextEffect=null,z.firstEffect=null,z.lastEffect=null),z.childLanes=_.childLanes,z.lanes=_.lanes,z.child=_.child,z.memoizedProps=_.memoizedProps,z.memoizedState=_.memoizedState,z.updateQueue=_.updateQueue,C=_.dependencies,z.dependencies=C===null?null:{lanes:C.lanes,firstContext:C.firstContext},z.sibling=_.sibling,z.index=_.index,z.ref=_.ref,z}function Fc(_,C,z,ge,De,nt){var Ht=2;if(ge=_,typeof _=="function")Sf(_)&&(Ht=1);else if(typeof _=="string")Ht=5;else e:switch(_){case H:return eu(z.children,De,nt,C);case U:Ht=8,De|=16;break;case ae:Ht=8,De|=1;break;case ie:return _=Jo(12,z,C,De|8),_.elementType=ie,_.type=ie,_.lanes=nt,_;case $:return _=Jo(13,z,C,De),_.type=$,_.elementType=$,_.lanes=nt,_;case se:return _=Jo(19,z,C,De),_.elementType=se,_.lanes=nt,_;case ne:return Af(z,De,nt,C);case me:return _=Jo(24,z,C,De),_.elementType=me,_.lanes=nt,_;default:if(typeof _=="object"&&_!==null)switch(_.$$typeof){case ue:Ht=10;break e;case X:Ht=9;break e;case Y:Ht=11;break e;case ee:Ht=14;break e;case J:Ht=16,ge=null;break e;case le:Ht=22;break e}throw Error(c(130,_==null?_:typeof _,""))}return C=Jo(Ht,z,C,De),C.elementType=_,C.type=ge,C.lanes=nt,C}function eu(_,C,z,ge){return _=Jo(7,_,ge,C),_.lanes=z,_}function Af(_,C,z,ge){return _=Jo(23,_,ge,C),_.elementType=ne,_.lanes=z,_}function Cf(_,C,z){return _=Jo(6,_,null,C),_.lanes=z,_}function of(_,C,z){return C=Jo(4,_.children!==null?_.children:[],_.key,C),C.lanes=z,C.stateNode={containerInfo:_.containerInfo,pendingChildren:null,implementation:_.implementation},C}function Bc(_,C,z){this.tag=C,this.containerInfo=_,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=z,this.callbackNode=null,this.callbackPriority=0,this.eventTimes=Ei(0),this.expirationTimes=Ei(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ei(0),this.mutableSourceEagerHydrationData=null}function Bf(_,C,z){var ge=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:G,key:ge==null?null:""+ge,children:_,containerInfo:C,implementation:z}}function Nc(_,C,z,ge){var De=C.current,nt=Nu(),Ht=Pl(De);e:if(z){z=z._reactInternals;t:{if(jn(z)!==z||z.tag!==1)throw Error(c(170));var fr=z;do{switch(fr.tag){case 3:fr=fr.stateNode.context;break t;case 1:if(zs(fr.type)){fr=fr.stateNode.__reactInternalMemoizedMergedChildContext;break t}}fr=fr.return}while(fr!==null);throw Error(c(171))}if(z.tag===1){var kr=z.type;if(zs(kr)){z=He(z,kr,fr);break e}}z=fr}else z=vo;return C.context===null?C.context=z:C.pendingContext=z,C=wo(nt,Ht),C.payload={element:_},ge=ge===void 0?null:ge,ge!==null&&(C.callback=ge),Zo(De,C),ac(De,Ht,nt),Ht}function Zf(_){if(_=_.current,!_.child)return null;switch(_.child.tag){case 5:return _.child.stateNode;default:return _.child.stateNode}}function Yf(_,C){if(_=_.memoizedState,_!==null&&_.dehydrated!==null){var z=_.retryLane;_.retryLane=z!==0&&z<C?z:C}}function Nf(_,C){Yf(_,C),(_=_.alternate)&&Yf(_,C)}function Xf(){return null}function Wf(_,C,z){var ge=z!=null&&z.hydrationOptions!=null&&z.hydrationOptions.mutableSources||null;if(z=new Bc(_,C,z!=null&&z.hydrate===!0),C=Jo(3,null,null,C===2?7:C===1?3:0),z.current=C,C.stateNode=z,Wi(C),_[bs]=z.current,gt(_.nodeType===8?_.parentNode:_),ge)for(_=0;_<ge.length;_++){C=ge[_];var De=C._getVersion;De=De(C._source),z.mutableSourceEagerHydrationData==null?z.mutableSourceEagerHydrationData=[C,De]:z.mutableSourceEagerHydrationData.push(C,De)}this._internalRoot=z}Wf.prototype.render=function(_){Nc(_,this._internalRoot,null,null)},Wf.prototype.unmount=function(){var _=this._internalRoot,C=_.containerInfo;Nc(null,_,null,function(){C[bs]=null})};function uf(_){return!(!_||_.nodeType!==1&&_.nodeType!==9&&_.nodeType!==11&&(_.nodeType!==8||_.nodeValue!==" react-mount-point-unstable "))}function id(_,C){if(C||(C=_?_.nodeType===9?_.documentElement:_.firstChild:null,C=!(!C||C.nodeType!==1||!C.hasAttribute("data-reactroot"))),!C)for(var z;z=_.lastChild;)_.removeChild(z);return new Wf(_,0,C?{hydrate:!0}:void 0)}function Hf(_,C,z,ge,De){var nt=z._reactRootContainer;if(nt){var Ht=nt._internalRoot;if(typeof De=="function"){var fr=De;De=function(){var gn=Zf(Ht);fr.call(gn)}}Nc(C,Ht,_,De)}else{if(nt=z._reactRootContainer=id(z,ge),Ht=nt._internalRoot,typeof De=="function"){var kr=De;De=function(){var gn=Zf(Ht);kr.call(gn)}}Ma(function(){Nc(C,Ht,_,De)})}return Zf(Ht)}Bi=function(_){if(_.tag===13){var C=Nu();ac(_,4,C),Nf(_,4)}},$n=function(_){if(_.tag===13){var C=Nu();ac(_,67108864,C),Nf(_,67108864)}},ci=function(_){if(_.tag===13){var C=Nu(),z=Pl(_);ac(_,z,C),Nf(_,z)}},Di=function(_,C){return C()},yt=function(_,C,z){switch(C){case"input":if(ye(_,z),C=z.name,z.type==="radio"&&C!=null){for(z=_;z.parentNode;)z=z.parentNode;for(z=z.querySelectorAll("input[name="+JSON.stringify(""+C)+'][type="radio"]'),C=0;C<z.length;C++){var ge=z[C];if(ge!==_&&ge.form===_.form){var De=xs(ge);if(!De)throw Error(c(90));Je(ge),ye(ge,De)}}}break;case"textarea":or(_,z);break;case"select":C=z.value,C!=null&&St(_,!!z.multiple,C,!1)}},Dt=Xi,Be=function(_,C,z,ge,De){var nt=en;en|=4;try{return Tr(98,_.bind(null,C,z,ge,De))}finally{en=nt,en===0&&(qu(),dn())}},Dr=function(){!(en&49)&&(ri(),sc())},vt=function(_,C){var z=en;en|=2;try{return _(C)}finally{en=z,en===0&&(qu(),dn())}};function jf(_,C){var z=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!uf(C))throw Error(c(200));return Bf(_,C,null,z)}var ad={Events:[js,ao,xs,xe,dt,sc,{current:!1}]},Tf={findFiberByHostInstance:ts,bundleType:0,version:"17.0.2",rendererPackageName:"react-dom"},Jf={bundleType:Tf.bundleType,version:Tf.version,rendererPackageName:Tf.rendererPackageName,rendererConfig:Tf.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:N.ReactCurrentDispatcher,findHostInstanceByFiber:function(_){return _=Vr(_),_===null?null:_.stateNode},findFiberByHostInstance:Tf.findFiberByHostInstance||Xf,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var Gf=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Gf.isDisabled&&Gf.supportsFiber)try{Or=Gf.inject(Jf),rn=Gf}catch(_){}}g.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ad,g.createPortal=jf,g.findDOMNode=function(_){if(_==null)return null;if(_.nodeType===1)return _;var C=_._reactInternals;if(C===void 0)throw typeof _.render=="function"?Error(c(188)):Error(c(268,Object.keys(_)));return _=Vr(C),_=_===null?null:_.stateNode,_},g.flushSync=function(_,C){var z=en;if(z&48)return _(C);en|=1;try{if(_)return Tr(99,_.bind(null,C))}finally{en=z,dn()}},g.hydrate=function(_,C,z){if(!uf(C))throw Error(c(200));return Hf(null,_,C,!0,z)},g.render=function(_,C,z){if(!uf(C))throw Error(c(200));return Hf(null,_,C,!1,z)},g.unmountComponentAtNode=function(_){if(!uf(_))throw Error(c(40));return _._reactRootContainer?(Ma(function(){Hf(null,null,_,!1,function(){_._reactRootContainer=null,_[bs]=null})}),!0):!1},g.unstable_batchedUpdates=Xi,g.unstable_createPortal=function(_,C){return jf(_,C,2<arguments.length&&arguments[2]!==void 0?arguments[2]:null)},g.unstable_renderSubtreeIntoContainer=function(_,C,z,ge){if(!uf(z))throw Error(c(200));if(_==null||_._reactInternals===void 0)throw Error(c(38));return Hf(_,C,z,!1,ge)},g.version="17.0.2"},4676:function(d,g,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 g=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(g&&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,g){"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,A=e?Symbol.for("react.block"):60121,k=e?Symbol.for("react.fundamental"):60117,R=e?Symbol.for("react.responder"):60118,S=e?Symbol.for("react.scope"):60119;function I(B){if(typeof B=="object"&&B!==null){var N=B.$$typeof;switch(N){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 N}}case i:return N}}}function M(B){return I(B)===a}g.AsyncMode=u,g.ConcurrentMode=a,g.ContextConsumer=h,g.ContextProvider=o,g.Element=r,g.ForwardRef=x,g.Fragment=l,g.Lazy=b,g.Memo=m,g.Portal=i,g.Profiler=f,g.StrictMode=c,g.Suspense=p,g.isAsyncMode=function(B){return M(B)||I(B)===u},g.isConcurrentMode=M,g.isContextConsumer=function(B){return I(B)===h},g.isContextProvider=function(B){return I(B)===o},g.isElement=function(B){return typeof B=="object"&&B!==null&&B.$$typeof===r},g.isForwardRef=function(B){return I(B)===x},g.isFragment=function(B){return I(B)===l},g.isLazy=function(B){return I(B)===b},g.isMemo=function(B){return I(B)===m},g.isPortal=function(B){return I(B)===i},g.isProfiler=function(B){return I(B)===f},g.isStrictMode=function(B){return I(B)===c},g.isSuspense=function(B){return I(B)===p},g.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===S||B.$$typeof===A)},g.typeOf=I},99234:function(d,g,e){"use strict";d.exports=e(30508)},88172:function(d,g){"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 A(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}}}g.ContextConsumer=o,g.ContextProvider=f,g.Element=e,g.ForwardRef=u,g.Fragment=i,g.Lazy=y,g.Memo=p,g.Portal=r,g.Profiler=c,g.StrictMode=l,g.Suspense=a,g.SuspenseList=x,g.isAsyncMode=function(){return!1},g.isConcurrentMode=function(){return!1},g.isContextConsumer=function(k){return A(k)===o},g.isContextProvider=function(k){return A(k)===f},g.isElement=function(k){return typeof k=="object"&&k!==null&&k.$$typeof===e},g.isForwardRef=function(k){return A(k)===u},g.isFragment=function(k){return A(k)===i},g.isLazy=function(k){return A(k)===y},g.isMemo=function(k){return A(k)===p},g.isPortal=function(k){return A(k)===r},g.isProfiler=function(k){return A(k)===c},g.isStrictMode=function(k){return A(k)===l},g.isSuspense=function(k){return A(k)===a},g.isSuspenseList=function(k){return A(k)===x},g.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)},g.typeOf=A},23265:function(d,g,e){"use strict";d.exports=e(88172)},32451:function(d,g,e){"use strict";e.d(g,{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(S){for(var I=1;I<arguments.length;I++){var M=arguments[I];for(var B in M)Object.prototype.hasOwnProperty.call(M,B)&&(S[B]=M[B])}return S},c.apply(this,arguments)}function f(S,I){if(S==null)return{};var M={},B=Object.keys(S),N,K;for(K=0;K<B.length;K++)N=B[K],!(I.indexOf(N)>=0)&&(M[N]=S[N]);return M}const o=["onClick","reloadDocument","replace","state","target","to"],h=null;function u(S,I){if(!S){typeof console!="undefined"&&console.warn(I);try{throw new Error(I)}catch(M){}}}function a(S){let{basename:I,children:M,window:B}=S,N=useRef();N.current==null&&(N.current=createBrowserHistory({window:B}));let K=N.current,[G,H]=useState({action:K.action,location:K.location});return useLayoutEffect(()=>K.listen(H),[K]),createElement(Router,{basename:I,children:M,location:G.location,navigationType:G.action,navigator:K})}function x(S){let{basename:I,children:M,window:B}=S,N=useRef();N.current==null&&(N.current=createHashHistory({window:B}));let K=N.current,[G,H]=useState({action:K.action,location:K.location});return useLayoutEffect(()=>K.listen(H),[K]),createElement(Router,{basename:I,children:M,location:G.location,navigationType:G.action,navigator:K})}function p(S){let{basename:I,children:M,history:B}=S;const[N,K]=useState({action:B.action,location:B.location});return useLayoutEffect(()=>B.listen(K),[B]),createElement(Router,{basename:I,children:M,location:N.location,navigationType:N.action,navigator:B})}function y(S){return!!(S.metaKey||S.altKey||S.ctrlKey||S.shiftKey)}const m=(0,r.forwardRef)(function(I,M){let{onClick:B,reloadDocument:N,replace:K=!1,state:G,target:H,to:ae}=I,ie=f(I,o),ue=(0,i.oQ)(ae),X=A(ae,{replace:K,state:G,target:H});function Y($){B&&B($),!$.defaultPrevented&&!N&&X($)}return(0,r.createElement)("a",c({},ie,{href:ue,onClick:Y,ref:M,target:H}))}),b=null;function A(S,I){let{target:M,replace:B,state:N}=I===void 0?{}:I,K=(0,i.s0)(),G=(0,i.TH)(),H=(0,i.WU)(S);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)(H);K(S,{replace:ie,state:N})}},[G,K,H,B,N,M,S])}function k(S){let I=(0,r.useRef)(R(S)),M=(0,i.TH)(),B=(0,r.useMemo)(()=>{let G=R(M.search);for(let H of I.current.keys())G.has(H)||I.current.getAll(H).forEach(ae=>{G.append(H,ae)});return G},[M.search]),N=(0,i.s0)(),K=(0,r.useCallback)((G,H)=>{N("?"+R(G),H)},[N]);return[B,K]}function R(S){return S===void 0&&(S=""),new URLSearchParams(typeof S=="string"||Array.isArray(S)||S instanceof URLSearchParams?S:Object.keys(S).reduce((I,M)=>{let B=S[M];return I.concat(Array.isArray(B)?B.map(N=>[M,N]):[[M,B]])},[]))}},35338:function(d,g,e){"use strict";e.d(g,{F0:function(){return Je},Fg:function(){return Ne},Gn:function(){return x},TH:function(){return ne},UO:function(){return mt},V$:function(){return Gt},WU:function(){return wt},bx:function(){return Fe},fp:function(){return p},j3:function(){return ht},oQ:function(){return Z},s0:function(){return Pe}});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(Ze,ye){if(!Ze)throw new Error(ye)}function h(Ze,ye){if(!Ze){typeof console!="undefined"&&console.warn(ye);try{throw new Error(ye)}catch(Oe){}}}const u={};function a(Ze,ye,Oe){!ye&&!u[Ze]&&(u[Ze]=!0)}function x(Ze,ye){return ye===void 0&&(ye={}),Ze.replace(/:(\w+)/g,(Oe,Ge)=>(ye[Ge]==null&&o(!1),ye[Ge])).replace(/\/*\*$/,Oe=>ye["*"]==null?"":ye["*"].replace(/^\/*/,"/"))}function p(Ze,ye,Oe){Oe===void 0&&(Oe="/");let Ge=typeof ye=="string"?(0,r.cP)(ye):ye,et=$(Ge.pathname||"/",Oe);if(et==null)return null;let Qe=y(Ze);m(Qe);let St=null;for(let Ct=0;St==null&&Ct<Qe.length;++Ct)St=K(Qe[Ct],et);return St}function y(Ze,ye,Oe,Ge){return ye===void 0&&(ye=[]),Oe===void 0&&(Oe=[]),Ge===void 0&&(Ge=""),Ze.forEach((et,Qe)=>{let St={relativePath:et.path||"",caseSensitive:et.caseSensitive===!0,childrenIndex:Qe,route:et};St.relativePath.startsWith("/")&&(St.relativePath.startsWith(Ge)||o(!1),St.relativePath=St.relativePath.slice(Ge.length));let Ct=se([Ge,St.relativePath]),lr=Oe.concat(St);et.children&&et.children.length>0&&(et.index===!0&&o(!1),y(et.children,ye,lr,Ct)),!(et.path==null&&!et.index)&&ye.push({path:Ct,score:B(Ct,et.index),routesMeta:lr})}),ye}function m(Ze){Ze.sort((ye,Oe)=>ye.score!==Oe.score?Oe.score-ye.score:N(ye.routesMeta.map(Ge=>Ge.childrenIndex),Oe.routesMeta.map(Ge=>Ge.childrenIndex)))}const b=/^:\w+$/,A=3,k=2,R=1,S=10,I=-2,M=Ze=>Ze==="*";function B(Ze,ye){let Oe=Ze.split("/"),Ge=Oe.length;return Oe.some(M)&&(Ge+=I),ye&&(Ge+=k),Oe.filter(et=>!M(et)).reduce((et,Qe)=>et+(b.test(Qe)?A:Qe===""?R:S),Ge)}function N(Ze,ye){return Ze.length===ye.length&&Ze.slice(0,-1).every((Ge,et)=>Ge===ye[et])?Ze[Ze.length-1]-ye[ye.length-1]:0}function K(Ze,ye){let{routesMeta:Oe}=Ze,Ge={},et="/",Qe=[];for(let St=0;St<Oe.length;++St){let Ct=Oe[St],lr=St===Oe.length-1,or=et==="/"?ye:ye.slice(et.length)||"/",Me=G({path:Ct.relativePath,caseSensitive:Ct.caseSensitive,end:lr},or);if(!Me)return null;Object.assign(Ge,Me.params);let tt=Ct.route;Qe.push({params:Ge,pathname:se([et,Me.pathname]),pathnameBase:ee(se([et,Me.pathnameBase])),route:tt}),Me.pathnameBase!=="/"&&(et=se([et,Me.pathnameBase]))}return Qe}function G(Ze,ye){typeof Ze=="string"&&(Ze={path:Ze,caseSensitive:!1,end:!0});let[Oe,Ge]=H(Ze.path,Ze.caseSensitive,Ze.end),et=ye.match(Oe);if(!et)return null;let Qe=et[0],St=Qe.replace(/(.)\/+$/,"$1"),Ct=et.slice(1);return{params:Ge.reduce((or,Me,tt)=>{if(Me==="*"){let Qt=Ct[tt]||"";St=Qe.slice(0,Qe.length-Qt.length).replace(/(.)\/+$/,"$1")}return or[Me]=ae(Ct[tt]||"",Me),or},{}),pathname:Qe,pathnameBase:St,pattern:Ze}}function H(Ze,ye,Oe){ye===void 0&&(ye=!1),Oe===void 0&&(Oe=!0);let Ge=[],et="^"+Ze.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(St,Ct)=>(Ge.push(Ct),"([^\\/]+)"));return Ze.endsWith("*")?(Ge.push("*"),et+=Ze==="*"||Ze==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):et+=Oe?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(et,ye?void 0:"i"),Ge]}function ae(Ze,ye){try{return decodeURIComponent(Ze)}catch(Oe){return Ze}}function ie(Ze,ye){ye===void 0&&(ye="/");let{pathname:Oe,search:Ge="",hash:et=""}=typeof Ze=="string"?(0,r.cP)(Ze):Ze;return{pathname:Oe?Oe.startsWith("/")?Oe:ue(Oe,ye):ye,search:J(Ge),hash:le(et)}}function ue(Ze,ye){let Oe=ye.replace(/\/+$/,"").split("/");return Ze.split("/").forEach(et=>{et===".."?Oe.length>1&&Oe.pop():et!=="."&&Oe.push(et)}),Oe.length>1?Oe.join("/"):"/"}function X(Ze,ye,Oe){let Ge=typeof Ze=="string"?(0,r.cP)(Ze):Ze,et=Ze===""||Ge.pathname===""?"/":Ge.pathname,Qe;if(et==null)Qe=Oe;else{let Ct=ye.length-1;if(et.startsWith("..")){let lr=et.split("/");for(;lr[0]==="..";)lr.shift(),Ct-=1;Ge.pathname=lr.join("/")}Qe=Ct>=0?ye[Ct]:"/"}let St=ie(Ge,Qe);return et&&et!=="/"&&et.endsWith("/")&&!St.pathname.endsWith("/")&&(St.pathname+="/"),St}function Y(Ze){return Ze===""||Ze.pathname===""?"/":typeof Ze=="string"?(0,r.cP)(Ze).pathname:Ze.pathname}function $(Ze,ye){if(ye==="/")return Ze;if(!Ze.toLowerCase().startsWith(ye.toLowerCase()))return null;let Oe=Ze.charAt(ye.length);return Oe&&Oe!=="/"?null:Ze.slice(ye.length)||"/"}const se=Ze=>Ze.join("/").replace(/\/\/+/g,"/"),ee=Ze=>Ze.replace(/\/+$/,"").replace(/^\/*/,"/"),J=Ze=>!Ze||Ze==="?"?"":Ze.startsWith("?")?Ze:"?"+Ze,le=Ze=>!Ze||Ze==="#"?"":Ze.startsWith("#")?Ze:"#"+Ze;function Z(Ze){U()||o(!1);let{basename:ye,navigator:Oe}=(0,i.useContext)(l),{hash:Ge,pathname:et,search:Qe}=wt(Ze),St=et;if(ye!=="/"){let Ct=Y(Ze),lr=Ct!=null&&Ct.endsWith("/");St=et==="/"?ye+(lr?"/":""):se([ye,et])}return Oe.createHref({pathname:St,search:Qe,hash:Ge})}function U(){return(0,i.useContext)(c)!=null}function ne(){return U()||o(!1),(0,i.useContext)(c).location}function me(){return useContext(c).navigationType}function Ee(Ze){U()||o(!1);let{pathname:ye}=ne();return useMemo(()=>G(Ze,ye),[ye,Ze])}function Pe(){U()||o(!1);let{basename:Ze,navigator:ye}=(0,i.useContext)(l),{matches:Oe}=(0,i.useContext)(f),{pathname:Ge}=ne(),et=JSON.stringify(Oe.map(Ct=>Ct.pathnameBase)),Qe=(0,i.useRef)(!1);return(0,i.useEffect)(()=>{Qe.current=!0}),(0,i.useCallback)(function(Ct,lr){if(lr===void 0&&(lr={}),!Qe.current)return;if(typeof Ct=="number"){ye.go(Ct);return}let or=X(Ct,JSON.parse(et),Ge);Ze!=="/"&&(or.pathname=se([Ze,or.pathname])),(lr.replace?ye.replace:ye.push)(or,lr.state)},[Ze,ye,et,Ge])}const We=(0,i.createContext)(null);function Fe(){return(0,i.useContext)(We)}function Lt(Ze){let ye=(0,i.useContext)(f).outlet;return ye&&(0,i.createElement)(We.Provider,{value:Ze},ye)}function mt(){let{matches:Ze}=(0,i.useContext)(f),ye=Ze[Ze.length-1];return ye?ye.params:{}}function wt(Ze){let{matches:ye}=(0,i.useContext)(f),{pathname:Oe}=ne(),Ge=JSON.stringify(ye.map(et=>et.pathnameBase));return(0,i.useMemo)(()=>X(Ze,JSON.parse(Ge),Oe),[Ze,Ge,Oe])}function Gt(Ze,ye){U()||o(!1);let{matches:Oe}=(0,i.useContext)(f),Ge=Oe[Oe.length-1],et=Ge?Ge.params:{},Qe=Ge?Ge.pathname:"/",St=Ge?Ge.pathnameBase:"/",Ct=Ge&&Ge.route,lr=ne(),or;if(ye){var Me;let Mt=typeof ye=="string"?(0,r.cP)(ye):ye;St==="/"||(Me=Mt.pathname)!=null&&Me.startsWith(St)||o(!1),or=Mt}else or=lr;let tt=or.pathname||"/",Qt=St==="/"?tt:tt.slice(St.length)||"/",rt=p(Ze,{pathname:Qt});return Ft(rt&&rt.map(Mt=>Object.assign({},Mt,{params:Object.assign({},et,Mt.params),pathname:se([St,Mt.pathname]),pathnameBase:Mt.pathnameBase==="/"?St:se([St,Mt.pathnameBase])})),Oe)}function Ft(Ze,ye){return ye===void 0&&(ye=[]),Ze==null?null:Ze.reduceRight((Oe,Ge,et)=>(0,i.createElement)(f.Provider,{children:Ge.route.element!==void 0?Ge.route.element:Oe,value:{outlet:Oe,matches:ye.concat(Ze.slice(0,et+1))}}),null)}function nr(Ze){let{basename:ye,children:Oe,initialEntries:Ge,initialIndex:et}=Ze,Qe=useRef();Qe.current==null&&(Qe.current=createMemoryHistory({initialEntries:Ge,initialIndex:et}));let St=Qe.current,[Ct,lr]=useState({action:St.action,location:St.location});return useLayoutEffect(()=>St.listen(lr),[St]),createElement(Je,{basename:ye,children:Oe,location:Ct.location,navigationType:Ct.action,navigator:St})}function Ne(Ze){let{to:ye,replace:Oe,state:Ge}=Ze;U()||o(!1);let et=Pe();return(0,i.useEffect)(()=>{et(ye,{replace:Oe,state:Ge})}),null}function ht(Ze){return Lt(Ze.context)}function Rt(Ze){o(!1)}function Je(Ze){let{basename:ye="/",children:Oe=null,location:Ge,navigationType:et=r.aU.Pop,navigator:Qe,static:St=!1}=Ze;U()&&o(!1);let Ct=ee(ye),lr=(0,i.useMemo)(()=>({basename:Ct,navigator:Qe,static:St}),[Ct,Qe,St]);typeof Ge=="string"&&(Ge=(0,r.cP)(Ge));let{pathname:or="/",search:Me="",hash:tt="",state:Qt=null,key:rt="default"}=Ge,Mt=(0,i.useMemo)(()=>{let Ot=$(or,Ct);return Ot==null?null:{pathname:Ot,search:Me,hash:tt,state:Qt,key:rt}},[Ct,or,Me,tt,Qt,rt]);return Mt==null?null:(0,i.createElement)(l.Provider,{value:lr},(0,i.createElement)(c.Provider,{children:Oe,value:{location:Mt,navigationType:et}}))}function ct(Ze){let{children:ye,location:Oe}=Ze;return Gt(at(ye),Oe)}function at(Ze){let ye=[];return Children.forEach(Ze,Oe=>{if(!isValidElement(Oe))return;if(Oe.type===Fragment){ye.push.apply(ye,at(Oe.props.children));return}Oe.type!==Rt&&o(!1);let Ge={caseSensitive:Oe.props.caseSensitive,element:Oe.props.element,index:Oe.props.index,path:Oe.props.path};Oe.props.children&&(Ge.children=at(Oe.props.children)),ye.push(Ge)}),ye}function Xe(Ze){return Ft(Ze)}},76100:function(d,g,e){"use strict";var r=e(84126),i=60103,l=60106;g.Fragment=60107,g.StrictMode=60108,g.Profiler=60114;var c=60109,f=60110,o=60112;g.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"),g.Fragment=a("react.fragment"),g.StrictMode=a("react.strict_mode"),g.Profiler=a("react.profiler"),c=a("react.provider"),f=a("react.context"),o=a("react.forward_ref"),g.Suspense=a("react.suspense"),h=a("react.memo"),u=a("react.lazy")}var x=typeof Symbol=="function"&&Symbol.iterator;function p(J){return J===null||typeof J!="object"?null:(J=x&&J[x]||J["@@iterator"],typeof J=="function"?J:null)}function y(J){for(var le="https://reactjs.org/docs/error-decoder.html?invariant="+J,Z=1;Z<arguments.length;Z++)le+="&args[]="+encodeURIComponent(arguments[Z]);return"Minified React error #"+J+"; 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 A(J,le,Z){this.props=J,this.context=le,this.refs=b,this.updater=Z||m}A.prototype.isReactComponent={},A.prototype.setState=function(J,le){if(typeof J!="object"&&typeof J!="function"&&J!=null)throw Error(y(85));this.updater.enqueueSetState(this,J,le,"setState")},A.prototype.forceUpdate=function(J){this.updater.enqueueForceUpdate(this,J,"forceUpdate")};function k(){}k.prototype=A.prototype;function R(J,le,Z){this.props=J,this.context=le,this.refs=b,this.updater=Z||m}var S=R.prototype=new k;S.constructor=R,r(S,A.prototype),S.isPureReactComponent=!0;var I={current:null},M=Object.prototype.hasOwnProperty,B={key:!0,ref:!0,__self:!0,__source:!0};function N(J,le,Z){var U,ne={},me=null,Ee=null;if(le!=null)for(U in le.ref!==void 0&&(Ee=le.ref),le.key!==void 0&&(me=""+le.key),le)M.call(le,U)&&!B.hasOwnProperty(U)&&(ne[U]=le[U]);var Pe=arguments.length-2;if(Pe===1)ne.children=Z;else if(1<Pe){for(var We=Array(Pe),Fe=0;Fe<Pe;Fe++)We[Fe]=arguments[Fe+2];ne.children=We}if(J&&J.defaultProps)for(U in Pe=J.defaultProps,Pe)ne[U]===void 0&&(ne[U]=Pe[U]);return{$$typeof:i,type:J,key:me,ref:Ee,props:ne,_owner:I.current}}function K(J,le){return{$$typeof:i,type:J.type,key:le,ref:J.ref,props:J.props,_owner:J._owner}}function G(J){return typeof J=="object"&&J!==null&&J.$$typeof===i}function H(J){var le={"=":"=0",":":"=2"};return"$"+J.replace(/[=:]/g,function(Z){return le[Z]})}var ae=/\/+/g;function ie(J,le){return typeof J=="object"&&J!==null&&J.key!=null?H(""+J.key):le.toString(36)}function ue(J,le,Z,U,ne){var me=typeof J;(me==="undefined"||me==="boolean")&&(J=null);var Ee=!1;if(J===null)Ee=!0;else switch(me){case"string":case"number":Ee=!0;break;case"object":switch(J.$$typeof){case i:case l:Ee=!0}}if(Ee)return Ee=J,ne=ne(Ee),J=U===""?"."+ie(Ee,0):U,Array.isArray(ne)?(Z="",J!=null&&(Z=J.replace(ae,"$&/")+"/"),ue(ne,le,Z,"",function(Fe){return Fe})):ne!=null&&(G(ne)&&(ne=K(ne,Z+(!ne.key||Ee&&Ee.key===ne.key?"":(""+ne.key).replace(ae,"$&/")+"/")+J)),le.push(ne)),1;if(Ee=0,U=U===""?".":U+":",Array.isArray(J))for(var Pe=0;Pe<J.length;Pe++){me=J[Pe];var We=U+ie(me,Pe);Ee+=ue(me,le,Z,We,ne)}else if(We=p(J),typeof We=="function")for(J=We.call(J),Pe=0;!(me=J.next()).done;)me=me.value,We=U+ie(me,Pe++),Ee+=ue(me,le,Z,We,ne);else if(me==="object")throw le=""+J,Error(y(31,le==="[object Object]"?"object with keys {"+Object.keys(J).join(", ")+"}":le));return Ee}function X(J,le,Z){if(J==null)return J;var U=[],ne=0;return ue(J,U,"","",function(me){return le.call(Z,me,ne++)}),U}function Y(J){if(J._status===-1){var le=J._result;le=le(),J._status=0,J._result=le,le.then(function(Z){J._status===0&&(Z=Z.default,J._status=1,J._result=Z)},function(Z){J._status===0&&(J._status=2,J._result=Z)})}if(J._status===1)return J._result;throw J._result}var $={current:null};function se(){var J=$.current;if(J===null)throw Error(y(321));return J}var ee={ReactCurrentDispatcher:$,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:I,IsSomeRendererActing:{current:!1},assign:r};g.Children={map:X,forEach:function(J,le,Z){X(J,function(){le.apply(this,arguments)},Z)},count:function(J){var le=0;return X(J,function(){le++}),le},toArray:function(J){return X(J,function(le){return le})||[]},only:function(J){if(!G(J))throw Error(y(143));return J}},g.Component=A,g.PureComponent=R,g.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ee,g.cloneElement=function(J,le,Z){if(J==null)throw Error(y(267,J));var U=r({},J.props),ne=J.key,me=J.ref,Ee=J._owner;if(le!=null){if(le.ref!==void 0&&(me=le.ref,Ee=I.current),le.key!==void 0&&(ne=""+le.key),J.type&&J.type.defaultProps)var Pe=J.type.defaultProps;for(We in le)M.call(le,We)&&!B.hasOwnProperty(We)&&(U[We]=le[We]===void 0&&Pe!==void 0?Pe[We]:le[We])}var We=arguments.length-2;if(We===1)U.children=Z;else if(1<We){Pe=Array(We);for(var Fe=0;Fe<We;Fe++)Pe[Fe]=arguments[Fe+2];U.children=Pe}return{$$typeof:i,type:J.type,key:ne,ref:me,props:U,_owner:Ee}},g.createContext=function(J,le){return le===void 0&&(le=null),J={$$typeof:f,_calculateChangedBits:le,_currentValue:J,_currentValue2:J,_threadCount:0,Provider:null,Consumer:null},J.Provider={$$typeof:c,_context:J},J.Consumer=J},g.createElement=N,g.createFactory=function(J){var le=N.bind(null,J);return le.type=J,le},g.createRef=function(){return{current:null}},g.forwardRef=function(J){return{$$typeof:o,render:J}},g.isValidElement=G,g.lazy=function(J){return{$$typeof:u,_payload:{_status:-1,_result:J},_init:Y}},g.memo=function(J,le){return{$$typeof:h,type:J,compare:le===void 0?null:le}},g.useCallback=function(J,le){return se().useCallback(J,le)},g.useContext=function(J,le){return se().useContext(J,le)},g.useDebugValue=function(){},g.useEffect=function(J,le){return se().useEffect(J,le)},g.useImperativeHandle=function(J,le,Z){return se().useImperativeHandle(J,le,Z)},g.useLayoutEffect=function(J,le){return se().useLayoutEffect(J,le)},g.useMemo=function(J,le){return se().useMemo(J,le)},g.useReducer=function(J,le,Z){return se().useReducer(J,le,Z)},g.useRef=function(J){return se().useRef(J)},g.useState=function(J){return se().useState(J)},g.version="17.0.2"},59301:function(d,g,e){"use strict";d.exports=e(76100)},59781:function(d,g,e){"use strict";e.d(g,{DE:function(){return I},MT:function(){return y},UY:function(){return R},md:function(){return B},qC:function(){return M}});var r=e(85899);function i(N){return"Minified Redux error #"+N+"; visit https://redux.js.org/Errors?code="+N+" 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(N){if(typeof N!="object"||N===null)return!1;for(var K=N;Object.getPrototypeOf(K)!==null;)K=Object.getPrototypeOf(K);return Object.getPrototypeOf(N)===K}function h(N){if(N===void 0)return"undefined";if(N===null)return"null";var K=typeof N;switch(K){case"boolean":case"string":case"number":case"symbol":case"function":return K}if(Array.isArray(N))return"array";if(x(N))return"date";if(a(N))return"error";var G=u(N);switch(G){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return G}return K.slice(8,-1).toLowerCase().replace(/\s/g,"")}function u(N){return typeof N.constructor=="function"?N.constructor.name:null}function a(N){return N instanceof Error||typeof N.message=="string"&&N.constructor&&typeof N.constructor.stackTraceLimit=="number"}function x(N){return N instanceof Date?!0:typeof N.toDateString=="function"&&typeof N.getDate=="function"&&typeof N.setDate=="function"}function p(N){var K=typeof N;return K}function y(N,K,G){var H;if(typeof K=="function"&&typeof G=="function"||typeof G=="function"&&typeof arguments[3]=="function")throw new Error(i(0));if(typeof K=="function"&&typeof G=="undefined"&&(G=K,K=void 0),typeof G!="undefined"){if(typeof G!="function")throw new Error(i(1));return G(y)(N,K)}if(typeof N!="function")throw new Error(i(2));var ae=N,ie=K,ue=[],X=ue,Y=!1;function $(){X===ue&&(X=ue.slice())}function se(){if(Y)throw new Error(i(3));return ie}function ee(U){if(typeof U!="function")throw new Error(i(4));if(Y)throw new Error(i(5));var ne=!0;return $(),X.push(U),function(){if(ne){if(Y)throw new Error(i(6));ne=!1,$();var Ee=X.indexOf(U);X.splice(Ee,1),ue=null}}}function J(U){if(!o(U))throw new Error(i(7));if(typeof U.type=="undefined")throw new Error(i(8));if(Y)throw new Error(i(9));try{Y=!0,ie=ae(ie,U)}finally{Y=!1}for(var ne=ue=X,me=0;me<ne.length;me++){var Ee=ne[me];Ee()}return U}function le(U){if(typeof U!="function")throw new Error(i(10));ae=U,J({type:f.REPLACE})}function Z(){var U,ne=ee;return U={subscribe:function(Ee){if(typeof Ee!="object"||Ee===null)throw new Error(i(11));function Pe(){Ee.next&&Ee.next(se())}Pe();var We=ne(Pe);return{unsubscribe:We}}},U[l]=function(){return this},U}return J({type:f.INIT}),H={dispatch:J,subscribe:ee,getState:se,replaceReducer:le},H[l]=Z,H}var m=null;function b(N){typeof console!="undefined"&&typeof console.error=="function"&&console.error(N);try{throw new Error(N)}catch(K){}}function A(N,K,G,H){var ae=Object.keys(K),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(N))return"The "+ie+' has unexpected type of "'+p(N)+'". Expected argument to be an object with the following '+('keys: "'+ae.join('", "')+'"');var ue=Object.keys(N).filter(function(X){return!K.hasOwnProperty(X)&&!H[X]});if(ue.forEach(function(X){H[X]=!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(N){Object.keys(N).forEach(function(K){var G=N[K],H=G(void 0,{type:f.INIT});if(typeof H=="undefined")throw new Error(i(12));if(typeof G(void 0,{type:f.PROBE_UNKNOWN_ACTION()})=="undefined")throw new Error(i(13))})}function R(N){for(var K=Object.keys(N),G={},H=0;H<K.length;H++){var ae=K[H];typeof N[ae]=="function"&&(G[ae]=N[ae])}var ie=Object.keys(G),ue,X;try{k(G)}catch(Y){X=Y}return function($,se){if($===void 0&&($={}),X)throw X;if(0)var ee;for(var J=!1,le={},Z=0;Z<ie.length;Z++){var U=ie[Z],ne=G[U],me=$[U],Ee=ne(me,se);if(typeof Ee=="undefined"){var Pe=se&&se.type;throw new Error(i(14))}le[U]=Ee,J=J||Ee!==me}return J=J||ie.length!==Object.keys($).length,J?le:$}}function S(N,K){return function(){return K(N.apply(this,arguments))}}function I(N,K){if(typeof N=="function")return S(N,K);if(typeof N!="object"||N===null)throw new Error(i(16));var G={};for(var H in N){var ae=N[H];typeof ae=="function"&&(G[H]=S(ae,K))}return G}function M(){for(var N=arguments.length,K=new Array(N),G=0;G<N;G++)K[G]=arguments[G];return K.length===0?function(H){return H}:K.length===1?K[0]:K.reduce(function(H,ae){return function(){return H(ae.apply(void 0,arguments))}})}function B(){for(var N=arguments.length,K=new Array(N),G=0;G<N;G++)K[G]=arguments[G];return function(H){return function(){var ae=H.apply(void 0,arguments),ie=function(){throw new Error(i(15))},ue={getState:ae.getState,dispatch:function(){return ie.apply(void 0,arguments)}},X=K.map(function(Y){return Y(ue)});return ie=M.apply(void 0,X)(ae.dispatch),(0,r.Z)((0,r.Z)({},ae),{},{dispatch:ie})}}}},58246:function(d){var g=function(e){"use strict";var r=Object.prototype,i=r.hasOwnProperty,l=Object.defineProperty||function(ee,J,le){ee[J]=le.value},c,f=typeof Symbol=="function"?Symbol:{},o=f.iterator||"@@iterator",h=f.asyncIterator||"@@asyncIterator",u=f.toStringTag||"@@toStringTag";function a(ee,J,le){return Object.defineProperty(ee,J,{value:le,enumerable:!0,configurable:!0,writable:!0}),ee[J]}try{a({},"")}catch(ee){a=function(J,le,Z){return J[le]=Z}}function x(ee,J,le,Z){var U=J&&J.prototype instanceof R?J:R,ne=Object.create(U.prototype),me=new Y(Z||[]);return l(ne,"_invoke",{value:ae(ee,le,me)}),ne}e.wrap=x;function p(ee,J,le){try{return{type:"normal",arg:ee.call(J,le)}}catch(Z){return{type:"throw",arg:Z}}}var y="suspendedStart",m="suspendedYield",b="executing",A="completed",k={};function R(){}function S(){}function I(){}var M={};a(M,o,function(){return this});var B=Object.getPrototypeOf,N=B&&B(B($([])));N&&N!==r&&i.call(N,o)&&(M=N);var K=I.prototype=R.prototype=Object.create(M);S.prototype=I,l(K,"constructor",{value:I,configurable:!0}),l(I,"constructor",{value:S,configurable:!0}),S.displayName=a(I,u,"GeneratorFunction");function G(ee){["next","throw","return"].forEach(function(J){a(ee,J,function(le){return this._invoke(J,le)})})}e.isGeneratorFunction=function(ee){var J=typeof ee=="function"&&ee.constructor;return J?J===S||(J.displayName||J.name)==="GeneratorFunction":!1},e.mark=function(ee){return Object.setPrototypeOf?Object.setPrototypeOf(ee,I):(ee.__proto__=I,a(ee,u,"GeneratorFunction")),ee.prototype=Object.create(K),ee},e.awrap=function(ee){return{__await:ee}};function H(ee,J){function le(ne,me,Ee,Pe){var We=p(ee[ne],ee,me);if(We.type==="throw")Pe(We.arg);else{var Fe=We.arg,Lt=Fe.value;return Lt&&typeof Lt=="object"&&i.call(Lt,"__await")?J.resolve(Lt.__await).then(function(mt){le("next",mt,Ee,Pe)},function(mt){le("throw",mt,Ee,Pe)}):J.resolve(Lt).then(function(mt){Fe.value=mt,Ee(Fe)},function(mt){return le("throw",mt,Ee,Pe)})}}var Z;function U(ne,me){function Ee(){return new J(function(Pe,We){le(ne,me,Pe,We)})}return Z=Z?Z.then(Ee,Ee):Ee()}l(this,"_invoke",{value:U})}G(H.prototype),a(H.prototype,h,function(){return this}),e.AsyncIterator=H,e.async=function(ee,J,le,Z,U){U===void 0&&(U=Promise);var ne=new H(x(ee,J,le,Z),U);return e.isGeneratorFunction(J)?ne:ne.next().then(function(me){return me.done?me.value:ne.next()})};function ae(ee,J,le){var Z=y;return function(ne,me){if(Z===b)throw new Error("Generator is already running");if(Z===A){if(ne==="throw")throw me;return se()}for(le.method=ne,le.arg=me;;){var Ee=le.delegate;if(Ee){var Pe=ie(Ee,le);if(Pe){if(Pe===k)continue;return Pe}}if(le.method==="next")le.sent=le._sent=le.arg;else if(le.method==="throw"){if(Z===y)throw Z=A,le.arg;le.dispatchException(le.arg)}else le.method==="return"&&le.abrupt("return",le.arg);Z=b;var We=p(ee,J,le);if(We.type==="normal"){if(Z=le.done?A:m,We.arg===k)continue;return{value:We.arg,done:le.done}}else We.type==="throw"&&(Z=A,le.method="throw",le.arg=We.arg)}}}function ie(ee,J){var le=J.method,Z=ee.iterator[le];if(Z===c)return J.delegate=null,le==="throw"&&ee.iterator.return&&(J.method="return",J.arg=c,ie(ee,J),J.method==="throw")||le!=="return"&&(J.method="throw",J.arg=new TypeError("The iterator does not provide a '"+le+"' method")),k;var U=p(Z,ee.iterator,J.arg);if(U.type==="throw")return J.method="throw",J.arg=U.arg,J.delegate=null,k;var ne=U.arg;if(!ne)return J.method="throw",J.arg=new TypeError("iterator result is not an object"),J.delegate=null,k;if(ne.done)J[ee.resultName]=ne.value,J.next=ee.nextLoc,J.method!=="return"&&(J.method="next",J.arg=c);else return ne;return J.delegate=null,k}G(K),a(K,u,"Generator"),a(K,o,function(){return this}),a(K,"toString",function(){return"[object Generator]"});function ue(ee){var J={tryLoc:ee[0]};1 in ee&&(J.catchLoc=ee[1]),2 in ee&&(J.finallyLoc=ee[2],J.afterLoc=ee[3]),this.tryEntries.push(J)}function X(ee){var J=ee.completion||{};J.type="normal",delete J.arg,ee.completion=J}function Y(ee){this.tryEntries=[{tryLoc:"root"}],ee.forEach(ue,this),this.reset(!0)}e.keys=function(ee){var J=Object(ee),le=[];for(var Z in J)le.push(Z);return le.reverse(),function U(){for(;le.length;){var ne=le.pop();if(ne in J)return U.value=ne,U.done=!1,U}return U.done=!0,U}};function $(ee){if(ee){var J=ee[o];if(J)return J.call(ee);if(typeof ee.next=="function")return ee;if(!isNaN(ee.length)){var le=-1,Z=function U(){for(;++le<ee.length;)if(i.call(ee,le))return U.value=ee[le],U.done=!1,U;return U.value=c,U.done=!0,U};return Z.next=Z}}return{next:se}}e.values=$;function se(){return{value:c,done:!0}}return Y.prototype={constructor:Y,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(X),!ee)for(var J in this)J.charAt(0)==="t"&&i.call(this,J)&&!isNaN(+J.slice(1))&&(this[J]=c)},stop:function(){this.done=!0;var ee=this.tryEntries[0],J=ee.completion;if(J.type==="throw")throw J.arg;return this.rval},dispatchException:function(ee){if(this.done)throw ee;var J=this;function le(Pe,We){return ne.type="throw",ne.arg=ee,J.next=Pe,We&&(J.method="next",J.arg=c),!!We}for(var Z=this.tryEntries.length-1;Z>=0;--Z){var U=this.tryEntries[Z],ne=U.completion;if(U.tryLoc==="root")return le("end");if(U.tryLoc<=this.prev){var me=i.call(U,"catchLoc"),Ee=i.call(U,"finallyLoc");if(me&&Ee){if(this.prev<U.catchLoc)return le(U.catchLoc,!0);if(this.prev<U.finallyLoc)return le(U.finallyLoc)}else if(me){if(this.prev<U.catchLoc)return le(U.catchLoc,!0)}else if(Ee){if(this.prev<U.finallyLoc)return le(U.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(ee,J){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 U=Z;break}}U&&(ee==="break"||ee==="continue")&&U.tryLoc<=J&&J<=U.finallyLoc&&(U=null);var ne=U?U.completion:{};return ne.type=ee,ne.arg=J,U?(this.method="next",this.next=U.finallyLoc,k):this.complete(ne)},complete:function(ee,J){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"&&J&&(this.next=J),k},finish:function(ee){for(var J=this.tryEntries.length-1;J>=0;--J){var le=this.tryEntries[J];if(le.finallyLoc===ee)return this.complete(le.completion,le.afterLoc),X(le),k}},catch:function(ee){for(var J=this.tryEntries.length-1;J>=0;--J){var le=this.tryEntries[J];if(le.tryLoc===ee){var Z=le.completion;if(Z.type==="throw"){var U=Z.arg;X(le)}return U}}throw new Error("illegal catch attempt")},delegateYield:function(ee,J,le){return this.delegate={iterator:$(ee),resultName:J,nextLoc:le},this.method==="next"&&(this.arg=c),k}},e}(d.exports);try{regeneratorRuntime=g}catch(e){typeof globalThis=="object"?globalThis.regeneratorRuntime=g:Function("r","regeneratorRuntime = r")(g)}},76374:function(d,g,e){"use strict";var r=function(){if(typeof Map!="undefined")return Map;function Y($,se){var ee=-1;return $.some(function(J,le){return J[0]===se?(ee=le,!0):!1}),ee}return function(){function $(){this.__entries__=[]}return Object.defineProperty($.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),$.prototype.get=function(se){var ee=Y(this.__entries__,se),J=this.__entries__[ee];return J&&J[1]},$.prototype.set=function(se,ee){var J=Y(this.__entries__,se);~J?this.__entries__[J][1]=ee:this.__entries__.push([se,ee])},$.prototype.delete=function(se){var ee=this.__entries__,J=Y(ee,se);~J&&ee.splice(J,1)},$.prototype.has=function(se){return!!~Y(this.__entries__,se)},$.prototype.clear=function(){this.__entries__.splice(0)},$.prototype.forEach=function(se,ee){ee===void 0&&(ee=null);for(var J=0,le=this.__entries__;J<le.length;J++){var Z=le[J];se.call(ee,Z[1],Z[0])}},$}()}(),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(Y){return setTimeout(function(){return Y(Date.now())},1e3/60)}}(),f=2;function o(Y,$){var se=!1,ee=!1,J=0;function le(){se&&(se=!1,Y()),ee&&U()}function Z(){c(le)}function U(){var ne=Date.now();if(se){if(ne-J<f)return;ee=!0}else se=!0,ee=!1,setTimeout(Z,$);J=ne}return U}var h=20,u=["top","right","bottom","left","width","height","size","weight"],a=typeof MutationObserver!="undefined",x=function(){function Y(){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 Y.prototype.addObserver=function($){~this.observers_.indexOf($)||this.observers_.push($),this.connected_||this.connect_()},Y.prototype.removeObserver=function($){var se=this.observers_,ee=se.indexOf($);~ee&&se.splice(ee,1),!se.length&&this.connected_&&this.disconnect_()},Y.prototype.refresh=function(){var $=this.updateObservers_();$&&this.refresh()},Y.prototype.updateObservers_=function(){var $=this.observers_.filter(function(se){return se.gatherActive(),se.hasActive()});return $.forEach(function(se){return se.broadcastActive()}),$.length>0},Y.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)},Y.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)},Y.prototype.onTransitionEnd_=function($){var se=$.propertyName,ee=se===void 0?"":se,J=u.some(function(le){return!!~ee.indexOf(le)});J&&this.refresh()},Y.getInstance=function(){return this.instance_||(this.instance_=new Y),this.instance_},Y.instance_=null,Y}(),p=function(Y,$){for(var se=0,ee=Object.keys($);se<ee.length;se++){var J=ee[se];Object.defineProperty(Y,J,{value:$[J],enumerable:!1,writable:!1,configurable:!0})}return Y},y=function(Y){var $=Y&&Y.ownerDocument&&Y.ownerDocument.defaultView;return $||l},m=K(0,0,0,0);function b(Y){return parseFloat(Y)||0}function A(Y){for(var $=[],se=1;se<arguments.length;se++)$[se-1]=arguments[se];return $.reduce(function(ee,J){var le=Y["border-"+J+"-width"];return ee+b(le)},0)}function k(Y){for(var $=["top","right","bottom","left"],se={},ee=0,J=$;ee<J.length;ee++){var le=J[ee],Z=Y["padding-"+le];se[le]=b(Z)}return se}function R(Y){var $=Y.getBBox();return K(0,0,$.width,$.height)}function S(Y){var $=Y.clientWidth,se=Y.clientHeight;if(!$&&!se)return m;var ee=y(Y).getComputedStyle(Y),J=k(ee),le=J.left+J.right,Z=J.top+J.bottom,U=b(ee.width),ne=b(ee.height);if(ee.boxSizing==="border-box"&&(Math.round(U+le)!==$&&(U-=A(ee,"left","right")+le),Math.round(ne+Z)!==se&&(ne-=A(ee,"top","bottom")+Z)),!M(Y)){var me=Math.round(U+le)-$,Ee=Math.round(ne+Z)-se;Math.abs(me)!==1&&(U-=me),Math.abs(Ee)!==1&&(ne-=Ee)}return K(J.left,J.top,U,ne)}var I=function(){return typeof SVGGraphicsElement!="undefined"?function(Y){return Y instanceof y(Y).SVGGraphicsElement}:function(Y){return Y instanceof y(Y).SVGElement&&typeof Y.getBBox=="function"}}();function M(Y){return Y===y(Y).document.documentElement}function B(Y){return i?I(Y)?R(Y):S(Y):m}function N(Y){var $=Y.x,se=Y.y,ee=Y.width,J=Y.height,le=typeof DOMRectReadOnly!="undefined"?DOMRectReadOnly:Object,Z=Object.create(le.prototype);return p(Z,{x:$,y:se,width:ee,height:J,top:se,right:$+ee,bottom:J+se,left:$}),Z}function K(Y,$,se,ee){return{x:Y,y:$,width:se,height:ee}}var G=function(){function Y($){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=K(0,0,0,0),this.target=$}return Y.prototype.isActive=function(){var $=B(this.target);return this.contentRect_=$,$.width!==this.broadcastWidth||$.height!==this.broadcastHeight},Y.prototype.broadcastRect=function(){var $=this.contentRect_;return this.broadcastWidth=$.width,this.broadcastHeight=$.height,$},Y}(),H=function(){function Y($,se){var ee=N(se);p(this,{target:$,contentRect:ee})}return Y}(),ae=function(){function Y($,se,ee){if(this.activeObservations_=[],this.observations_=new r,typeof $!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=$,this.controller_=se,this.callbackCtx_=ee}return Y.prototype.observe=function($){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!($ instanceof y($).Element))throw new TypeError('parameter 1 is not of type "Element".');var se=this.observations_;se.has($)||(se.set($,new G($)),this.controller_.addObserver(this),this.controller_.refresh())}},Y.prototype.unobserve=function($){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!($ instanceof y($).Element))throw new TypeError('parameter 1 is not of type "Element".');var se=this.observations_;se.has($)&&(se.delete($),se.size||this.controller_.removeObserver(this))}},Y.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},Y.prototype.gatherActive=function(){var $=this;this.clearActive(),this.observations_.forEach(function(se){se.isActive()&&$.activeObservations_.push(se)})},Y.prototype.broadcastActive=function(){if(this.hasActive()){var $=this.callbackCtx_,se=this.activeObservations_.map(function(ee){return new H(ee.target,ee.broadcastRect())});this.callback_.call($,se,$),this.clearActive()}},Y.prototype.clearActive=function(){this.activeObservations_.splice(0)},Y.prototype.hasActive=function(){return this.activeObservations_.length>0},Y}(),ie=typeof WeakMap!="undefined"?new WeakMap:new r,ue=function(){function Y($){if(!(this instanceof Y))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var se=x.getInstance(),ee=new ae($,se,this);ie.set(this,ee)}return Y}();["observe","unobserve","disconnect"].forEach(function(Y){ue.prototype[Y]=function(){var $;return($=ie.get(this))[Y].apply($,arguments)}});var X=function(){return typeof l.ResizeObserver!="undefined"?l.ResizeObserver:ue}();g.Z=X},74284:function(d,g){"use strict";var e,r,i,l;if(typeof performance=="object"&&typeof performance.now=="function"){var c=performance;g.unstable_now=function(){return c.now()}}else{var f=Date,o=f.now();g.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=g.unstable_now();h(!0,Z),h=null}catch(U){throw setTimeout(a,0),U}};e=function(Z){h!==null?setTimeout(e,0,Z):(h=Z,setTimeout(a,0))},r=function(Z,U){u=setTimeout(Z,U)},i=function(){clearTimeout(u)},g.unstable_shouldYield=function(){return!1},l=g.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,A=-1,k=5,R=0;g.unstable_shouldYield=function(){return g.unstable_now()>=R},l=function(){},g.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 S=new MessageChannel,I=S.port2;S.port1.onmessage=function(){if(b!==null){var Z=g.unstable_now();R=Z+k;try{b(!0,Z)?I.postMessage(null):(m=!1,b=null)}catch(U){throw I.postMessage(null),U}}else m=!1},e=function(Z){b=Z,m||(m=!0,I.postMessage(null))},r=function(Z,U){A=x(function(){Z(g.unstable_now())},U)},i=function(){p(A),A=-1}}function M(Z,U){var ne=Z.length;Z.push(U);e:for(;;){var me=ne-1>>>1,Ee=Z[me];if(Ee!==void 0&&0<K(Ee,U))Z[me]=U,Z[ne]=Ee,ne=me;else break e}}function B(Z){return Z=Z[0],Z===void 0?null:Z}function N(Z){var U=Z[0];if(U!==void 0){var ne=Z.pop();if(ne!==U){Z[0]=ne;e:for(var me=0,Ee=Z.length;me<Ee;){var Pe=2*(me+1)-1,We=Z[Pe],Fe=Pe+1,Lt=Z[Fe];if(We!==void 0&&0>K(We,ne))Lt!==void 0&&0>K(Lt,We)?(Z[me]=Lt,Z[Fe]=ne,me=Fe):(Z[me]=We,Z[Pe]=ne,me=Pe);else if(Lt!==void 0&&0>K(Lt,ne))Z[me]=Lt,Z[Fe]=ne,me=Fe;else break e}}return U}return null}function K(Z,U){var ne=Z.sortIndex-U.sortIndex;return ne!==0?ne:Z.id-U.id}var G=[],H=[],ae=1,ie=null,ue=3,X=!1,Y=!1,$=!1;function se(Z){for(var U=B(H);U!==null;){if(U.callback===null)N(H);else if(U.startTime<=Z)N(H),U.sortIndex=U.expirationTime,M(G,U);else break;U=B(H)}}function ee(Z){if($=!1,se(Z),!Y)if(B(G)!==null)Y=!0,e(J);else{var U=B(H);U!==null&&r(ee,U.startTime-Z)}}function J(Z,U){Y=!1,$&&($=!1,i()),X=!0;var ne=ue;try{for(se(U),ie=B(G);ie!==null&&(!(ie.expirationTime>U)||Z&&!g.unstable_shouldYield());){var me=ie.callback;if(typeof me=="function"){ie.callback=null,ue=ie.priorityLevel;var Ee=me(ie.expirationTime<=U);U=g.unstable_now(),typeof Ee=="function"?ie.callback=Ee:ie===B(G)&&N(G),se(U)}else N(G);ie=B(G)}if(ie!==null)var Pe=!0;else{var We=B(H);We!==null&&r(ee,We.startTime-U),Pe=!1}return Pe}finally{ie=null,ue=ne,X=!1}}var le=l;g.unstable_IdlePriority=5,g.unstable_ImmediatePriority=1,g.unstable_LowPriority=4,g.unstable_NormalPriority=3,g.unstable_Profiling=null,g.unstable_UserBlockingPriority=2,g.unstable_cancelCallback=function(Z){Z.callback=null},g.unstable_continueExecution=function(){Y||X||(Y=!0,e(J))},g.unstable_getCurrentPriorityLevel=function(){return ue},g.unstable_getFirstCallbackNode=function(){return B(G)},g.unstable_next=function(Z){switch(ue){case 1:case 2:case 3:var U=3;break;default:U=ue}var ne=ue;ue=U;try{return Z()}finally{ue=ne}},g.unstable_pauseExecution=function(){},g.unstable_requestPaint=le,g.unstable_runWithPriority=function(Z,U){switch(Z){case 1:case 2:case 3:case 4:case 5:break;default:Z=3}var ne=ue;ue=Z;try{return U()}finally{ue=ne}},g.unstable_scheduleCallback=function(Z,U,ne){var me=g.unstable_now();switch(typeof ne=="object"&&ne!==null?(ne=ne.delay,ne=typeof ne=="number"&&0<ne?me+ne:me):ne=me,Z){case 1:var Ee=-1;break;case 2:Ee=250;break;case 5:Ee=1073741823;break;case 4:Ee=1e4;break;default:Ee=5e3}return Ee=ne+Ee,Z={id:ae++,callback:U,priorityLevel:Z,startTime:ne,expirationTime:Ee,sortIndex:-1},ne>me?(Z.sortIndex=ne,M(H,Z),B(G)===null&&Z===B(H)&&($?i():$=!0,r(ee,ne-me))):(Z.sortIndex=Ee,M(G,Z),Y||X||(Y=!0,e(J))),Z},g.unstable_wrapCallback=function(Z){var U=ue;return function(){var ne=ue;ue=U;try{return Z.apply(this,arguments)}finally{ue=ne}}}},43014:function(d,g,e){"use strict";d.exports=e(74284)},18947:function(d){"use strict";function g(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=g},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 g=document.getSelection();if(!g.rangeCount)return function(){};for(var e=document.activeElement,r=[],i=0;i<g.rangeCount;i++)r.push(g.getRangeAt(i));switch(e.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":e.blur();break;default:e=null;break}return g.removeAllRanges(),function(){g.type==="Caret"&&g.removeAllRanges(),g.rangeCount||r.forEach(function(l){g.addRange(l)}),e&&e.focus()}}},797:function(d,g,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,g,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,g,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,g,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 g=void 0;d.exports=function(e){return e!==g&&e!==null}},23188:function(d,g,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(),A=c({inst:{value:b,getSnapshot:m}}),k=A[0].inst,R=A[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(A){return!0}}function x(y,m){return m()}var p=typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"?x:u;g.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:p},35316:function(d,g,e){"use strict";var r=e(59301),i=e(44718);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;g.useSyncExternalStoreWithSelector=function(x,p,y,m,b){var A=o(null);if(A.current===null){var k={hasValue:!1,value:null};A.current=k}else k=A.current;A=u(function(){function S(K){if(!I){if(I=!0,M=K,K=m(K),b!==void 0&&k.hasValue){var G=k.value;if(b(G,K))return B=G}return B=K}if(G=B,c(M,K))return G;var H=m(K);return b!==void 0&&b(G,H)?(M=K,G):(M=K,B=H)}var I=!1,M,B,N=y===void 0?null:y;return[function(){return S(p())},N===null?void 0:function(){return S(N())}]},[p,y,m,b]);var R=f(x,A[0],A[1]);return h(function(){k.hasValue=!0,k.value=R},[R]),a(R),R}},44718:function(d,g,e){"use strict";d.exports=e(23188)},56805:function(d,g,e){"use strict";d.exports=e(35316)},1012:function(d,g,e){"use strict";e.d(g,{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,A=(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(A))throw TypeError("Stringified UUID is invalid");return A}var x=a;function p(m,b,A){m=m||{};var k=m.random||(m.rng||l)();if(k[6]=k[6]&15|64,k[8]=k[8]&63|128,b){A=A||0;for(var R=0;R<16;++R)b[A+R]=k[R];return b}return x(k)}var y=p},56754:function(d){"use strict";var g=function(){};d.exports=g},85239:function(d){"use strict";var g=!1,e=function(){};if(g){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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"},26551: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(){},60968:function(d){function g(e,r){this.v=e,this.k=r}d.exports=g,d.exports.__esModule=!0,d.exports.default=d.exports},78280:function(d,g,e){var r=e(50718);function i(){var l,c,f=typeof Symbol=="function"?Symbol:{},o=f.iterator||"@@iterator",h=f.toStringTag||"@@toStringTag";function u(k,R,S,I){var M=R&&R.prototype instanceof x?R:x,B=Object.create(M.prototype);return r(B,"_invoke",function(N,K,G){var H,ae,ie,ue=0,X=G||[],Y=!1,$={p:0,n:0,v:l,a:se,f:se.bind(l,4),d:function(J,le){return H=J,ae=0,ie=l,$.n=le,a}};function se(ee,J){for(ae=ee,ie=J,c=0;!Y&&ue&&!le&&c<X.length;c++){var le,Z=X[c],U=$.p,ne=Z[2];ee>3?(le=ne===J)&&(ie=Z[(ae=Z[4])?5:(ae=3,3)],Z[4]=Z[5]=l):Z[0]<=U&&((le=ee<2&&U<Z[1])?(ae=0,$.v=J,$.n=Z[1]):U<ne&&(le=ee<3||Z[0]>J||J>ne)&&(Z[4]=ee,Z[5]=J,$.n=ne,ae=0))}if(le||ee>1)return a;throw Y=!0,J}return function(ee,J,le){if(ue>1)throw TypeError("Generator is already running");for(Y&&J===1&&se(J,le),ae=J,ie=le;(c=ae<2?l:ie)||!Y;){H||(ae?ae<3?(ae>1&&($.n=-1),se(ae,ie)):$.n=ie:$.v=ie);try{if(ue=2,H){if(ae||(ee="next"),c=H[ee]){if(!(c=c.call(H,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=H.return)&&c.call(H),ae<2&&(ie=TypeError("The iterator does not provide a '"+ee+"' method"),ae=1);H=l}else if((c=(Y=$.n<0)?ie:N.call(K,$))!==a)break}catch(Z){H=l,ae=1,ie=Z}finally{ue=1}}return{value:c,done:Y}}}(k,S,I),!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 A(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:A}},d.exports.__esModule=!0,d.exports.default=d.exports)()}d.exports=i,d.exports.__esModule=!0,d.exports.default=d.exports},41541:function(d,g,e){var r=e(43912);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},43912:function(d,g,e){var r=e(78280),i=e(42457);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},42457:function(d,g,e){var r=e(60968),i=e(50718);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},50718:function(d){function g(e,r,i,l){var c=Object.defineProperty;try{c({},"",{})}catch(f){c=0}d.exports=g=function(o,h,u,a){function x(p,y){g(o,p,function(m){return this._invoke(p,y,m)})}h?c?c(o,h,{value:u,enumerable:!a,configurable:!a,writable:!a}):o[h]=u:(x("next",0),x("throw",1),x("return",2))},d.exports.__esModule=!0,d.exports.default=d.exports,g(e,r,i,l)}d.exports=g,d.exports.__esModule=!0,d.exports.default=d.exports},30278:function(d){function g(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=g,d.exports.__esModule=!0,d.exports.default=d.exports},18725:function(d,g,e){var r=e(60968),i=e(78280),l=e(41541),c=e(43912),f=e(42457),o=e(30278),h=e(17933);function u(){"use strict";var a=i(),x=a.m(u),p=(Object.getPrototypeOf?Object.getPrototypeOf(x):x.__proto__).constructor;function y(A){var k=typeof A=="function"&&A.constructor;return!!k&&(k===p||(k.displayName||k.name)==="GeneratorFunction")}var m={throw:1,return:2,break:3,continue:3};function b(A){var k,R;return function(S){k||(k={stop:function(){return R(S.a,2)},catch:function(){return S.v},abrupt:function(M,B){return R(S.a,m[M],B)},delegateYield:function(M,B,N){return k.resultName=B,R(S.d,h(M),N)},finish:function(M){return R(S.f,M)}},R=function(M,B,N){S.p=k.prev,S.n=k.next;try{return M(B,N)}finally{k.next=S.n}}),k.resultName&&(k[k.resultName]=S.v,k.resultName=void 0),k.sent=S.v,k.next=S.n;try{return A.call(this,k)}finally{S.p=k.prev,S.n=k.next}}}return(d.exports=u=function(){return{wrap:function(R,S,I,M){return a.w(b(R),S,I,M&&M.reverse())},isGeneratorFunction:y,mark:a.m,awrap:function(R,S){return new r(R,S)},AsyncIterator:f,async:function(R,S,I,M,B){return(y(S)?c:l)(b(R),S,I,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},17933:function(d,g,e){var r=e(43690).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},43690:function(d){function g(e){"@babel/helpers - typeof";return d.exports=g=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,g(e)}d.exports=g,d.exports.__esModule=!0,d.exports.default=d.exports},46043:function(d,g,e){var r=e(18725)();d.exports=r;try{regeneratorRuntime=r}catch(i){typeof globalThis=="object"?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},92310:function(d,g){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(g,e),r!==void 0&&(d.exports=r))})()},63335:function(d,g,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,g,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,g,e){"use strict";var r=e(2786).has;d.exports=function(i){return r(i),i}},557:function(d,g,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,g,e){"use strict";var r=e(19691).has;d.exports=function(i){return r(i),i}},79606:function(d){"use strict";var g=TypeError;d.exports=function(e){if(typeof e=="string")return e;throw new g("Argument is not a string")}},63619:function(d,g,e){"use strict";var r=e(42530).has;d.exports=function(i){return r(i),i}},18888:function(d,g,e){"use strict";var r=e(91385).has;d.exports=function(i){return r(i),i}},5978:function(d,g,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,A){if(A==="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,A,k){return arguments.length<3&&!o(b)&&(k=f(y(c(b),A))),k===void 0?function(){}:l(k,b)};d.exports=function(b,A,k,R){var S;if(arguments.length<4){if(o(A)&&k==="sync-dispose")return;S=m(A,k)}else S=m(void 0,k,R);p(b.stack,S)}},81181:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,A=p.prototype,k=i(b.slice),R=l(b,"resizable","get"),S=l(b,"maxByteLength","get"),I=i(A.getInt8),M=i(A.setInt8);d.exports=(u||h)&&function(B,N,K){var G=o(B),H=N===void 0?G:c(N),ae=!R||!R(B),ie;if(f(B))throw new y("ArrayBuffer is detached");if(u&&(B=a(B,{transfer:[B]}),G===H&&(K||ae)))return B;if(G>=H&&(!K||ae))ie=k(B,0,H);else{var ue=K&&!ae&&S?{maxByteLength:S(B)}:void 0;ie=new x(H,ue);for(var X=new p(B),Y=new p(ie),$=m(H,G),se=0;se<$;se++)M(Y,se,I(X,se))}return u||h(B),ie}},58261:function(d,g,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),A=e(59893),k=e(6145),R=e(94844),S=R.enforce,I=R.get,M=l.Int8Array,B=M&&M.prototype,N=l.Uint8ClampedArray,K=N&&N.prototype,G=M&&m(M),H=B&&m(B),ae=Object.prototype,ie=l.TypeError,ue=A("toStringTag"),X=k("TYPED_ARRAY_TAG"),Y="TypedArrayConstructor",$=r&&!!b&&h(l.opera)!=="Opera",se=!1,ee,J,le,Z={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},U={BigInt64Array:8,BigUint64Array:8},ne=function(wt){if(!f(wt))return!1;var Gt=h(wt);return Gt==="DataView"||o(Z,Gt)||o(U,Gt)},me=function(mt){var wt=m(mt);if(f(wt)){var Gt=I(wt);return Gt&&o(Gt,Y)?Gt[Y]:me(wt)}},Ee=function(mt){if(!f(mt))return!1;var wt=h(mt);return o(Z,wt)||o(U,wt)},Pe=function(mt){if(Ee(mt))return mt;throw new ie("Target is not a typed array")},We=function(mt){if(c(mt)&&(!b||y(G,mt)))return mt;throw new ie(u(mt)+" is not a typed array constructor")},Fe=function(mt,wt,Gt,Ft){if(i){if(Gt)for(var nr in Z){var Ne=l[nr];if(Ne&&o(Ne.prototype,mt))try{delete Ne.prototype[mt]}catch(ht){try{Ne.prototype[mt]=wt}catch(Rt){}}}(!H[mt]||Gt)&&x(H,mt,Gt?wt:$&&B[mt]||wt,Ft)}},Lt=function(mt,wt,Gt){var Ft,nr;if(i){if(b){if(Gt){for(Ft in Z)if(nr=l[Ft],nr&&o(nr,mt))try{delete nr[mt]}catch(Ne){}}if(!G[mt]||Gt)try{return x(G,mt,Gt?wt:$&&G[mt]||wt)}catch(Ne){}else return}for(Ft in Z)nr=l[Ft],nr&&(!nr[mt]||Gt)&&x(nr,mt,wt)}};for(ee in Z)J=l[ee],le=J&&J.prototype,le?S(le)[Y]=J:$=!1;for(ee in U)J=l[ee],le=J&&J.prototype,le&&(S(le)[Y]=J);if((!$||!c(G)||G===Function.prototype)&&(G=function(){throw new ie("Incorrect invocation")},$))for(ee in Z)l[ee]&&b(l[ee],G);if((!$||!H||H===ae)&&(H=G.prototype,$))for(ee in Z)l[ee]&&b(l[ee].prototype,H);if($&&m(K)!==H&&b(K,H),i&&!o(H,ue)){se=!0,p(H,ue,{configurable:!0,get:function(){return f(this)?this[X]:void 0}});for(ee in Z)l[ee]&&a(l[ee],X,ee)}d.exports={NATIVE_ARRAY_BUFFER_VIEWS:$,TYPED_ARRAY_TAG:se&&X,aTypedArray:Pe,aTypedArrayConstructor:We,exportTypedArrayMethod:Fe,exportTypedArrayStaticMethod:Lt,getTypedArrayConstructor:me,isView:ne,isTypedArray:Ee,TypedArray:G,TypedArrayPrototype:H}},91669:function(d,g,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),A=e(61618),k=e(53456),R=e(58218),S=e(80689).f,I=e(75202),M=e(71698),B=e(94573),N=e(94844),K=f.PROPER,G=f.CONFIGURABLE,H="ArrayBuffer",ae="DataView",ie="prototype",ue="Wrong length",X="Wrong index",Y=N.getterFor(H),$=N.getterFor(ae),se=N.set,ee=r[H],J=ee,le=J&&J[ie],Z=r[ae],U=Z&&Z[ie],ne=Object.prototype,me=r.Array,Ee=r.RangeError,Pe=i(I),We=i([].reverse),Fe=A.pack,Lt=A.unpack,mt=function(Ge){return[Ge&255]},wt=function(Ge){return[Ge&255,Ge>>8&255]},Gt=function(Ge){return[Ge&255,Ge>>8&255,Ge>>16&255,Ge>>24&255]},Ft=function(Ge){return Ge[3]<<24|Ge[2]<<16|Ge[1]<<8|Ge[0]},nr=function(Ge){return Fe(b(Ge),23,4)},Ne=function(Ge){return Fe(Ge,52,8)},ht=function(Ge,et,Qe){h(Ge[ie],et,{configurable:!0,get:function(){return Qe(this)[et]}})},Rt=function(Ge,et,Qe,St){var Ct=$(Ge),lr=m(Qe),or=!!St;if(lr+et>Ct.byteLength)throw new Ee(X);var Me=Ct.bytes,tt=lr+Ct.byteOffset,Qt=M(Me,tt,tt+et);return or?Qt:We(Qt)},Je=function(Ge,et,Qe,St,Ct,lr){var or=$(Ge),Me=m(Qe),tt=St(+Ct),Qt=!!lr;if(Me+et>or.byteLength)throw new Ee(X);for(var rt=or.bytes,Mt=Me+or.byteOffset,Ot=0;Ot<et;Ot++)rt[Mt+Ot]=tt[Qt?Ot:et-Ot-1]};if(!c)J=function(et){x(this,le);var Qe=m(et);se(this,{type:H,bytes:Pe(me(Qe),0),byteLength:Qe}),l||(this.byteLength=Qe,this.detached=!1)},le=J[ie],Z=function(et,Qe,St){x(this,U),x(et,le);var Ct=Y(et),lr=Ct.byteLength,or=p(Qe);if(or<0||or>lr)throw new Ee("Wrong offset");if(St=St===void 0?lr-or:y(St),or+St>lr)throw new Ee(ue);se(this,{type:ae,buffer:et,byteLength:St,byteOffset:or,bytes:Ct.bytes}),l||(this.buffer=et,this.byteLength=St,this.byteOffset=or)},U=Z[ie],l&&(ht(J,"byteLength",Y),ht(Z,"buffer",$),ht(Z,"byteLength",$),ht(Z,"byteOffset",$)),u(U,{getInt8:function(et){return Rt(this,1,et)[0]<<24>>24},getUint8:function(et){return Rt(this,1,et)[0]},getInt16:function(et){var Qe=Rt(this,2,et,arguments.length>1?arguments[1]:!1);return(Qe[1]<<8|Qe[0])<<16>>16},getUint16:function(et){var Qe=Rt(this,2,et,arguments.length>1?arguments[1]:!1);return Qe[1]<<8|Qe[0]},getInt32:function(et){return Ft(Rt(this,4,et,arguments.length>1?arguments[1]:!1))},getUint32:function(et){return Ft(Rt(this,4,et,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(et){return Lt(Rt(this,4,et,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(et){return Lt(Rt(this,8,et,arguments.length>1?arguments[1]:!1),52)},setInt8:function(et,Qe){Je(this,1,et,mt,Qe)},setUint8:function(et,Qe){Je(this,1,et,mt,Qe)},setInt16:function(et,Qe){Je(this,2,et,wt,Qe,arguments.length>2?arguments[2]:!1)},setUint16:function(et,Qe){Je(this,2,et,wt,Qe,arguments.length>2?arguments[2]:!1)},setInt32:function(et,Qe){Je(this,4,et,Gt,Qe,arguments.length>2?arguments[2]:!1)},setUint32:function(et,Qe){Je(this,4,et,Gt,Qe,arguments.length>2?arguments[2]:!1)},setFloat32:function(et,Qe){Je(this,4,et,nr,Qe,arguments.length>2?arguments[2]:!1)},setFloat64:function(et,Qe){Je(this,8,et,Ne,Qe,arguments.length>2?arguments[2]:!1)}});else{var ct=K&&ee.name!==H;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||ct&&!G})){J=function(et){return x(this,le),new ee(m(et))},J[ie]=le;for(var at=S(ee),Xe=0,Ze;at.length>Xe;)(Ze=at[Xe++])in J||o(J,Ze,ee[Ze]);le.constructor=J}else ct&&G&&o(ee,"name",H);R&&k(U)!==ne&&R(U,ne);var ye=new Z(new J(2)),Oe=i(U.setInt8);ye.setInt8(0,2147483648),ye.setInt8(1,2147483649),(ye.getInt8(0)||!ye.getInt8(1))&&u(U,{setInt8:function(et,Qe){Oe(this,et,Qe<<24>>24)},setUint8:function(et,Qe){Oe(this,et,Qe<<24>>24)}},{unsafe:!0})}B(J,H),B(Z,ae),d.exports={ArrayBuffer:J,DataView:Z}},92670:function(d,g,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),A=1;for(y<p&&p<y+b&&(A=-1,y+=b-1,p+=b-1);b-- >0;)y in a?a[p]=a[y]:c(a,p),p+=A,y+=A;return a}},75202:function(d,g,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,g,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,g,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,A=y("asyncIterator"),k=i(p("Array","values")),R=i(k([]).next),S=function(){return new I(this)},I=function(M){this.iterator=k(M)};I.prototype.next=function(){return R(this.iterator)},d.exports=function(B){var N=this,K=arguments.length,G=K>1?arguments[1]:void 0,H=K>2?arguments[2]:void 0;return new(x("Promise"))(function(ae){var ie=l(B);G!==void 0&&(G=r(G,H));var ue=a(ie,A),X=ue?void 0:u(ie)||S,Y=c(N)?new N:[],$=ue?f(ie,ue):new m(h(o(ie,X)));ae(b($,G,Y))})}},69478:function(d,g,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,g,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),A=o(this),k=arguments.length,R=k>1?arguments[1]:void 0,S=R!==void 0;S&&(R=r(R,k>2?arguments[2]:void 0));var I=x(b),M=0,B,N,K,G,H,ae;if(I&&!(this===p&&f(I)))for(G=a(b,I),H=G.next,N=A?new this:[];!(K=i(H,G)).done;M++)ae=S?c(G,R,[K.value,M],!0):K.value,u(N,M,ae);else for(B=h(b),N=A?new this(B):p(B);B>M;M++)ae=S?R(b[M],M):b[M],u(N,M,ae);return N.length=M,N}},33940:function(d,g,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),A=l(b),k=r(m,arguments.length>1?arguments[1]:void 0),R=new h,S=f(A),I=0,M,B;S>I;I++)B=A[I],M=k(B,I,b),a(R,M)?p(u(R,M),B):x(R,M,[B]);return R}},36444:function(d,g,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 A=c(p),k=l(A),R=r(y,m),S=h(null),I=o(k),M=0,B,N,K;I>M;M++)K=k[M],N=f(R(K,M,A)),N in S?x(S[N],K):S[N]=[K];if(b&&(B=b(A),B!==a))for(N in S)S[N]=u(B,S[N]);return S}},22999:function(d,g,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,g,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),A,k;m-- >0;)if(A=y[m],k=b(A,m,p),k)switch(o){case 0:return A;case 1:return m}return h?-1:void 0}};d.exports={findLast:f(0),findLastIndex:f(1)}},90560:function(d,g,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,A=a===7,k=a===5||b;return function(R,S,I,M){for(var B=c(R),N=l(B),K=f(N),G=r(S,I),H=0,ae=M||o,ie=x?ae(R,K):p||A?ae(R,0):void 0,ue,X;K>H;H++)if((k||H in N)&&(ue=N[H],X=G(ue,H,B),a))if(x)ie[H]=X;else if(X)switch(a){case 3:return!0;case 5:return ue;case 6:return H;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,g,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),A=b-1;for(arguments.length>1&&(A=o(A,l(arguments[1]))),A<0&&(A=b+A);A>=0;A--)if(A in m&&m[A]===y)return A||0;return-1}:h},17480:function(d,g,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,g,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,g,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 A=h?b-1:0,k=h?-1:1;if(x<2)for(;;){if(A in m){p=m[A],A+=k;break}if(A+=k,h?A<0:b<=A)throw new f("Reduce of empty array with no initial value")}for(;h?A>=0:b>A;A+=k)A in m&&(p=a(p,m[A],A,y));return p}};d.exports={left:o(!1),right:o(!0)}},39428:function(d,g,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,g,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,g,e){"use strict";var r=e(94237);d.exports=r([].slice)},63668:function(d,g,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,g,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,g,e){"use strict";var r=e(34487);d.exports=function(i,l){return new(r(i))(l===0?0:l)}},85903:function(d,g,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,g,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),A=c(b),k=[],R=new u,S=l(m)?function(N){return N}:i(m),I,M,B;for(I=0;I<A;I++)M=b[I],B=S(M),a(R,B)||x(R,B,M);return h(R,function(N){p(k,N)}),k}},82041:function(d,g,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,g,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,S){var I=k.done;x.resolve(k.value).then(function(M){R(a(M,I))},S)},A=function(R){R.type=p,y(this,R)};A.prototype=f(l(u),{next:function(){var R=m(this);return new x(function(S,I){var M=i(r(R.next,R.iterator));b(M,S,I)})},return:function(){var k=m(this).iterator;return new x(function(R,S){var I=c(k,"return");if(I===void 0)return R(a(void 0,!0));var M=i(r(I,k));b(M,R,S)})}}),d.exports=A},28255:function(d,g,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,g,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"),A=h("toStringTag"),k="AsyncIteratorHelper",R="WrapForValidAsyncIterator",S=u.set,I=function(N){var K=!N,G=u.getterFor(N?R:k),H=function(ae){var ie=i(function(){return G(ae)}),ue=ie.error,X=ie.value;return ue||K&&X.done?{exit:!0,value:ue?b.reject(X):b.resolve(y(void 0,!0))}:{exit:!1,value:X}};return o(c(p),{next:function(){var ie=H(this),ue=ie.value;if(ie.exit)return ue;var X=i(function(){return l(ue.nextHandler(b))}),Y=X.error,$=X.value;return Y&&(ue.done=!0),Y?b.reject($):b.resolve($)},return:function(){var ae=H(this),ie=ae.value;if(ae.exit)return ie;ie.done=!0;var ue=ie.iterator,X,Y,$=i(function(){if(ie.inner)try{m(ie.inner.iterator,"normal")}catch(se){return m(ue,"throw",se)}return x(ue,"return")});return X=Y=$.value,$.error?b.reject(Y):X===void 0?b.resolve(y(void 0,!0)):($=i(function(){return r(X,ue)}),Y=$.value,$.error?b.reject(Y):N?b.resolve(Y):b.resolve(Y).then(function(se){return l(se),y(void 0,!0)}))}})},M=I(!0),B=I(!1);f(B,A,"Async Iterator Helper"),d.exports=function(N,K){var G=function(ae,ie){ie?(ie.iterator=ae.iterator,ie.next=ae.next):ie=ae,ie.type=K?R:k,ie.nextHandler=N,ie.counter=0,ie.done=!1,S(this,ie)};return G.prototype=K?M:B,G}},34535:function(d,g,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,g,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(A,k,R){l(A);var S=k!==void 0;(S||!p)&&i(k);var I=h(A),M=o("Promise"),B=I.iterator,N=I.next,K=0;return new M(function(G,H){var ae=function(ue){u(B,H,ue,H)},ie=function(){try{if(S)try{f(K)}catch(ue){ae(ue)}M.resolve(l(r(N,B))).then(function(ue){try{if(l(ue).done)p?(R.length=K,G(R)):G(b?!1:m||void 0);else{var X=ue.value;try{if(S){var Y=k(X,K),$=function(se){if(y)ie();else if(m)se?ie():u(B,G,!1,H);else if(p)try{R[K++]=se,ie()}catch(ee){ae(ee)}else se?u(B,G,b||X,H):ie()};c(Y)?M.resolve(Y).then($,ae):$(Y)}else R[K++]=X,ie()}catch(se){ae(se)}}}catch(se){H(se)}},H)}catch(ue){H(ue)}};ie()})}};d.exports={toArray:a(0),forEach:a(1),every:a(2),some:a(3),find:a(4)}},41586:function(d,g,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,A){var k=function(S){p.done=!0,A(S)},R=function(S){u(y,k,S,k)};x.resolve(l(r(p.next,y))).then(function(S){try{if(l(S).done)p.done=!0,b(h(void 0,!0));else{var I=S.value;try{var M=m(I,p.counter++),B=function(N){b(h(N,!1))};c(M)?x.resolve(M).then(B,R):B(M)}catch(N){R(N)}}}catch(N){k(N)}},k)})});d.exports=function(p){return l(this),i(p),new a(f(this),{mapper:p})}},14052:function(d,g,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(A){}m?u&&(m=c(m)):m={},l(m[x])||o(m,x,function(){return this}),d.exports=m},80025:function(d,g,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 g="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e=g+"+/",r=g+"-_",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,g,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,g,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,g,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,g,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,g,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,A;return c(this),y=p!==void 0,y&&l(p),f(a)?new this:(m=[],y?(b=0,A=r(p,x>2?arguments[2]:void 0),o(a,function(k){i(h,m,A(k,b++))})):o(a,h,{that:m}),new this(m))}},48800:function(d,g,e){"use strict";var r=e(30867);d.exports=function(){return new this(r(arguments))}},40942:function(d,g,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,A=m.getterFor;d.exports={getConstructor:function(k,R,S,I){var M=k(function(H,ae){f(H,B),b(H,{type:R,index:r(null),first:void 0,last:void 0,size:0}),p||(H.size=0),o(ae)||h(ae,H[I],{that:H,AS_ENTRIES:S})}),B=M.prototype,N=A(R),K=function(H,ae,ie){var ue=N(H),X=G(H,ae),Y,$;return X?X.value=ie:(ue.last=X={index:$=y(ae,!0),key:ae,value:ie,previous:Y=ue.last,next:void 0,removed:!1},ue.first||(ue.first=X),Y&&(Y.next=X),p?ue.size++:H.size++,$!=="F"&&(ue.index[$]=X)),H},G=function(H,ae){var ie=N(H),ue=y(ae),X;if(ue!=="F")return ie.index[ue];for(X=ie.first;X;X=X.next)if(X.key===ae)return X};return l(B,{clear:function(){for(var ae=this,ie=N(ae),ue=ie.index,X=ie.first;X;)X.removed=!0,X.previous&&(X.previous=X.previous.next=void 0),delete ue[X.index],X=X.next;ie.first=ie.last=void 0,p?ie.size=0:ae.size=0},delete:function(H){var ae=this,ie=N(ae),ue=G(ae,H);if(ue){var X=ue.next,Y=ue.previous;delete ie.index[ue.index],ue.removed=!0,Y&&(Y.next=X),X&&(X.previous=Y),ie.first===ue&&(ie.first=X),ie.last===ue&&(ie.last=Y),p?ie.size--:ae.size--}return!!ue},forEach:function(ae){for(var ie=N(this),ue=c(ae,arguments.length>1?arguments[1]:void 0),X;X=X?X.next:ie.first;)for(ue(X.value,X.key,this);X&&X.removed;)X=X.previous},has:function(ae){return!!G(this,ae)}}),l(B,S?{get:function(ae){var ie=G(this,ae);return ie&&ie.value},set:function(ae,ie){return K(this,ae===0?0:ae,ie)}}:{add:function(ae){return K(this,ae=ae===0?0:ae,ae)}}),p&&i(B,"size",{configurable:!0,get:function(){return N(this).size}}),M},setStrong:function(k,R,S){var I=R+" Iterator",M=A(R),B=A(I);u(k,R,function(N,K){b(this,{type:I,target:N,state:M(N),kind:K,last:void 0})},function(){for(var N=B(this),K=N.kind,G=N.last;G&&G.removed;)G=G.previous;return!N.target||!(N.last=G=G?G.next:N.state.first)?(N.target=void 0,a(void 0,!0)):a(K==="keys"?G.key:K==="values"?G.value:[G.key,G.value],!1)},S?"entries":"values",!S,!0),x(R)}}},39656:function(d,g,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,A=a.findIndex,k=r([].splice),R=0,S=function(B){return B.frozen||(B.frozen=new I)},I=function(){this.entries=[]},M=function(B,N){return b(B.entries,function(K){return K[0]===N})};I.prototype={get:function(B){var N=M(this,B);if(N)return N[1]},has:function(B){return!!M(this,B)},set:function(B,N){var K=M(this,B);K?K[1]=N:this.entries.push([B,N])},delete:function(B){var N=A(this.entries,function(K){return K[0]===B});return~N&&k(this.entries,N,1),!!~N}},d.exports={getConstructor:function(B,N,K,G){var H=B(function(X,Y){c(X,ae),y(X,{type:N,id:R++,frozen:void 0}),o(Y)||u(Y,X[G],{that:X,AS_ENTRIES:K})}),ae=H.prototype,ie=m(N),ue=function(X,Y,$){var se=ie(X),ee=l(f(Y),!0);return ee===!0?S(se).set(Y,$):ee[se.id]=$,X};return i(ae,{delete:function(X){var Y=ie(this);if(!h(X))return!1;var $=l(X);return $===!0?S(Y).delete(X):$&&x($,Y.id)&&delete $[Y.id]},has:function(Y){var $=ie(this);if(!h(Y))return!1;var se=l(Y);return se===!0?S($).has(Y):se&&x(se,$.id)}}),i(ae,K?{get:function(Y){var $=ie(this);if(h(Y)){var se=l(Y);return se===!0?S($).get(Y):se?se[$.id]:void 0}},set:function(Y,$){return ue(this,Y,$)}}:{add:function(Y){return ue(this,Y,!0)}}),H}}},48059:function(d,g,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),A=e(25576);d.exports=function(k,R,S){var I=k.indexOf("Map")!==-1,M=k.indexOf("Weak")!==-1,B=I?"set":"add",N=i[k],K=N&&N.prototype,G=N,H={},ae=function(ee){var J=l(K[ee]);f(K,ee,ee==="add"?function(Z){return J(this,Z===0?0:Z),this}:ee==="delete"?function(le){return M&&!p(le)?!1:J(this,le===0?0:le)}:ee==="get"?function(Z){return M&&!p(Z)?void 0:J(this,Z===0?0:Z)}:ee==="has"?function(Z){return M&&!p(Z)?!1:J(this,Z===0?0:Z)}:function(Z,U){return J(this,Z===0?0:Z,U),this})},ie=c(k,!a(N)||!(M||K.forEach&&!y(function(){new N().entries().next()})));if(ie)G=S.getConstructor(R,k,I,B),o.enable();else if(c(k,!0)){var ue=new G,X=ue[B](M?{}:-0,1)!==ue,Y=y(function(){ue.has(1)}),$=m(function(ee){new N(ee)}),se=!M&&y(function(){for(var ee=new N,J=5;J--;)ee[B](J,J);return!ee.has(-0)});$||(G=R(function(ee,J){u(ee,K);var le=A(new N,ee,G);return x(J)||h(J,le[B],{that:le,AS_ENTRIES:I}),le}),G.prototype=K,K.constructor=G),(Y||se)&&(ae("delete"),ae("has"),I&&ae("get")),(se||X)&&ae(B),M&&K.clear&&delete K.clear}return H[k]=G,r({global:!0,constructor:!0,forced:G!==N},H),b(G,k),M||S.setStrong(G,k,I),G}},32754:function(d,g,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,g,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,g,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,g,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,g,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(g,e){return{value:g,done:e}}},68151:function(d,g,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(g,e){return{enumerable:!(g&1),configurable:!(g&2),writable:!(g&4),value:e}}},69392:function(d,g,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,g,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),A=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 S=this,I=p(S),M=m(S),B=I<0?"-":I>9999?"+":"";return B+l(o(I),B?6:4,0)+"-"+l(A(S)+1,2,0)+"-"+l(x(S),2,0)+"T"+l(y(S),2,0)+":"+l(b(S),2,0)+":"+l(k(S),2,0)+"."+l(M,3,0)+"Z"}:u},77119:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(3338);d.exports=!r(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},39311:function(d,g,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 g=typeof document=="object"&&document.all,e=typeof g=="undefined"&&g!==void 0;d.exports={all:g,IS_HTMLDDA:e}},86060:function(d,g,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 g=TypeError,e=9007199254740991;d.exports=function(r){if(r>e)throw g("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,g,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,g,e){"use strict";var r=e(66011),i=r.match(/firefox\/(\d+)/i);d.exports=!!i&&+i[1]},66994:function(d,g,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,g,e){"use strict";var r=e(66011);d.exports=/MSIE|Trident/.test(r)},1908:function(d,g,e){"use strict";var r=e(66011);d.exports=/ipad|iphone|ipod/i.test(r)&&typeof Pebble!="undefined"},70695:function(d,g,e){"use strict";var r=e(66011);d.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},90946:function(d,g,e){"use strict";var r=e(92916),i=e(29076);d.exports=i(r.process)==="process"},44914:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,A,k,R,S;if(p?b=r:y?b=r[x]||f(x,{}):b=(r[x]||{}).prototype,b)for(A in a){if(R=a[A],u.dontCallGetSet?(S=i(b,A),k=S&&S.value):k=b[A],m=h(p?A:x+(y?".":"#")+A,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,A,R,u)}}},3338:function(d){"use strict";d.exports=function(g){try{return!!g()}catch(e){return!0}}},8662:function(d,g,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 S={};return S[m]=function(){return 7},""[a](S)!==7}),A=b&&!c(function(){var S=!1,I=/a/;return a==="split"&&(I={},I.constructor={},I.constructor[h]=function(){return I},I.flags="",I[m]=/./[m]),I.exec=function(){return S=!0,null},I[m](""),!S});if(!b||!A||p){var k=r(/./[m]),R=x(m,""[a],function(S,I,M,B,N){var K=r(S),G=I.exec;return G===l||G===u.exec?b&&!N?{done:!0,value:k(I,M,B)}:{done:!0,value:K(M,I,B)}:{done:!1}});i(String.prototype,a,R[0]),i(u,m,R[1])}y&&o(u[m],"sham",!0)}},3372:function(d,g,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,A=0,k=y?c(y,m):!1,R,S;A<a;)A in u&&(R=k?k(u[A],A,h):u[A],p>0&&r(R)?(S=i(R),b=f(o,h,R,S,b,p-1)-1):(l(b+1),o[b]=R),b++),A++;return b};d.exports=f},13247:function(d,g,e){"use strict";var r=e(3338);d.exports=!r(function(){return Object.isExtensible(Object.preventExtensions({}))})},13743:function(d,g,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,g,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,g,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,g,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 A=[],k=0;k<m;k++)A[k]="a["+k+"]";x[m]=h("C,a","return new C("+a(A,",")+")")}return x[m](y,b)};d.exports=o?h.bind:function(m){var b=i(this),A=b.prototype,k=f(arguments,1),R=function(){var I=u(k,f(arguments));return this instanceof R?p(b,I.length,I):b.apply(m,I)};return l(A)&&(R.prototype=A),R}},89945:function(d,g,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,g,e){"use strict";var r=e(94237),i=e(63335);d.exports=function(){return r(i(this))}},8090:function(d,g,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,g,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,g,e){"use strict";var r=e(29076),i=e(94237);d.exports=function(l){if(r(l)==="Function")return i(l)}},94237:function(d,g,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 g=TypeError;d.exports=function(e){var r=e&&e.alphabet;if(r===void 0||r==="base64"||r==="base64url")return r||"base64";throw new g("Incorrect `alphabet` option")}},38116:function(d,g,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,g,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,g,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,g,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(g){return{iterator:g,next:g.next,done:!1}}},7157:function(d,g,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,g,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,g,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,g,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,A){if(m)return m=!1,A;if(i(this))return A;for(var k=0;k<y;k++)if(a[k]===b)return A}}}},53776:function(d,g,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,g,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,g,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 A=p+a.length,k=y.length,R=u;return m!==void 0&&(m=i(m),R=h),f(b,R,function(S,I){var M;switch(c(I,0)){case"$":return"$";case"&":return a;case"`":return o(x,0,p);case"'":return o(x,A);case"<":M=m[o(I,1,-1)];break;default:var B=+I;if(B===0)return S;if(B>k){var N=l(B/10);return N===0?S:N<=k?y[N-1]===void 0?c(I,1):y[N-1]+c(I,1):S}M=y[B-1]}return M===void 0?"":M})}},92916:function(d,g,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,g,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(g,e){try{arguments.length===1?console.error(g):console.error(g,e)}catch(r){}}},75171:function(d,g,e){"use strict";var r=e(65911);d.exports=r("document","documentElement")},46796:function(d,g,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 g=Array,e=Math.abs,r=Math.pow,i=Math.floor,l=Math.log,c=Math.LN2,f=function(h,u,a){var x=g(a),p=a*8-u-1,y=(1<<p)-1,m=y>>1,b=u===23?r(2,-24)-r(2,-77):0,A=h<0||h===0&&1/h<0?1:0,k=0,R,S,I;for(h=e(h),h!==h||h===1/0?(S=h!==h?1:0,R=y):(R=i(l(h)/c),I=r(2,-R),h*I<1&&(R--,I*=2),R+m>=1?h+=b/I:h+=b*r(2,1-m),h*I>=2&&(R++,I/=2),R+m>=y?(S=0,R=y):R+m>=1?(S=(h*I-1)*r(2,u),R+=m):(S=h*r(2,m-1)*r(2,u),R=0));u>=8;)x[k++]=S&255,S/=256,u-=8;for(R=R<<u|S,p+=u;p>0;)x[k++]=R&255,R/=256,p-=8;return x[--k]|=A*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,A=h[b--],k=A&127,R;for(A>>=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:A?-1/0:1/0;R+=r(2,u),k-=y}return(A?-1:1)*R*r(2,k-u)};d.exports={pack:f,unpack:o}},1835:function(d,g,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,g,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,g,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,g,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,g,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,A=function(B){o(B,m,{value:{objectID:"O"+b++,weakData:{}}})},k=function(B,N){if(!c(B))return typeof B=="symbol"?B:(typeof B=="string"?"S":"P")+B;if(!f(B,m)){if(!a(B))return"F";if(!N)return"E";A(B)}return B[m].objectID},R=function(B,N){if(!f(B,m)){if(!a(B))return!0;if(!N)return!1;A(B)}return B[m].weakData},S=function(B){return p&&y&&a(B)&&!f(B,m)&&A(B),B},I=function(){M.enable=function(){},y=!0;var B=h.f,N=i([].splice),K={};K[m]=1,B(K).length&&(h.f=function(G){for(var H=B(G),ae=0,ie=H.length;ae<ie;ae++)if(H[ae]===m){N(H,ae,1);break}return H},r({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},M=d.exports={enable:I,fastKey:k,getWeakData:R,onFreeze:S};l[m]=!0},94844:function(d,g,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,A=function(I){return b(I)?m(I):y(I,{})},k=function(I){return function(M){var B;if(!l(M)||(B=m(M)).type!==I)throw new x("Incompatible receiver, "+I+" 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(I,M){if(R.has(I))throw new x(a);return M.facade=I,R.set(I,M),M},m=function(I){return R.get(I)||{}},b=function(I){return R.has(I)}}else{var S=h("state");u[S]=!0,y=function(I,M){if(f(I,S))throw new x(a);return M.facade=I,c(I,S,M),M},m=function(I){return f(I,S)?I[S]:{}},b=function(I){return f(I,S)}}d.exports={set:y,get:m,has:b,enforce:A,getterFor:k}},345:function(d,g,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,g,e){"use strict";var r=e(29076);d.exports=Array.isArray||function(l){return r(l)==="Array"}},75406:function(d,g,e){"use strict";var r=e(97607);d.exports=function(i){var l=r(i);return l==="BigInt64Array"||l==="BigUint64Array"}},55327:function(d,g,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,g,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 A;return m(m.call)||!m(Object)||!m(function(){A=!0})||A})?b:m},60516:function(d,g,e){"use strict";var r=e(32621);d.exports=function(i){return i!==void 0&&(r(i,"value")||r(i,"writable"))}},20865:function(d,g,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,g,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,g,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(g){return g==null}},31946:function(d,g,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,g,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,g,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,g,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,g,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,g,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,A){this.stopped=b,this.result=A},m=y.prototype;d.exports=function(b,A,k){var R=k&&k.that,S=!!(k&&k.AS_ENTRIES),I=!!(k&&k.IS_RECORD),M=!!(k&&k.IS_ITERATOR),B=!!(k&&k.INTERRUPTED),N=r(A,R),K,G,H,ae,ie,ue,X,Y=function(se){return K&&x(K,"normal",se),new y(!0,se)},$=function(se){return S?(l(se),B?N(se[0],se[1],Y):N(se[0],se[1])):B?N(se,Y):N(se)};if(I)K=b.iterator;else if(M)K=b;else{if(G=a(b),!G)throw new p(c(b)+" is not iterable");if(f(G)){for(H=0,ae=o(b);ae>H;H++)if(ie=$(b[H]),ie&&h(m,ie))return ie;return new y(!1)}K=u(b,G)}for(ue=I?b.next:K.next;!(X=i(ue,K)).done;){try{ie=$(X.value)}catch(se){x(K,"throw",se)}if(typeof ie=="object"&&ie&&h(m,ie))return ie}return new y(!1)}},67996:function(d,g,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,g,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,g,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,A=function(S){var I=o.getterFor(S?m:y);return c(i(u),{next:function(){var B=I(this);if(S)return B.nextHandler();try{var N=B.done?void 0:B.nextHandler();return a(N,B.done)}catch(K){throw B.done=!0,K}},return:function(){var M=I(this),B=M.iterator;if(M.done=!0,S){var N=h(B,"return");return N?r(N,B):a(void 0,!0)}if(M.inner)try{x(M.inner.iterator,"normal")}catch(K){return x(B,"throw",K)}return x(B,"normal"),a(void 0,!0)}})},k=A(!0),R=A(!1);l(R,p,"Iterator Helper"),d.exports=function(S,I){var M=function(N,K){K?(K.iterator=N.iterator,K.next=N.next):K=N,K.type=I?m:y,K.nextHandler=S,K.counter=0,K.done=!1,b(this,K)};return M.prototype=I?k:R,M}},24019:function(d,g,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),A=c.PROPER,k=c.CONFIGURABLE,R=b.IteratorPrototype,S=b.BUGGY_SAFARI_ITERATORS,I=y("iterator"),M="keys",B="values",N="entries",K=function(){return this};d.exports=function(G,H,ae,ie,ue,X,Y){o(ae,H,ie);var $=function(Pe){if(Pe===ue&&Z)return Z;if(!S&&Pe&&Pe in J)return J[Pe];switch(Pe){case M:return function(){return new ae(this,Pe)};case B:return function(){return new ae(this,Pe)};case N:return function(){return new ae(this,Pe)}}return function(){return new ae(this)}},se=H+" Iterator",ee=!1,J=G.prototype,le=J[I]||J["@@iterator"]||ue&&J[ue],Z=!S&&le||$(ue),U=H==="Array"&&J.entries||le,ne,me,Ee;if(U&&(ne=h(U.call(new G)),ne!==Object.prototype&&ne.next&&(!l&&h(ne)!==R&&(u?u(ne,R):f(ne[I])||p(ne,I,K)),a(ne,se,!0,!0),l&&(m[se]=K))),A&&ue===B&&le&&le.name!==B&&(!l&&k?x(J,"name",B):(ee=!0,Z=function(){return i(le,this)})),ue)if(me={values:$(B),keys:X?Z:$(M),entries:$(N)},Y)for(Ee in me)(S||ee||!(Ee in J))&&p(J,Ee,me[Ee]);else r({target:H,proto:!0,forced:S||ee},me);return(!l||Y)&&J[I]!==Z&&p(J,I,Z,{name:ue}),m[H]=Z,me}},24771:function(d,g,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,g,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,g,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 A={};return p[a].call(A)!==A});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,g,e){"use strict";var r=e(61578);d.exports=function(i){return r(i.length)}},86528:function(d,g,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),A=r([].join),k=f&&!i(function(){return y(function(){},"length",{value:8}).length!==8}),R=String(String).split("String"),S=d.exports=function(I,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(I,"name")||o&&I.name!==M)&&(f?y(I,"name",{value:M,configurable:!0}):I.name=M),k&&B&&c(B,"arity")&&I.length!==B.arity&&y(I,"length",{value:B.arity});try{B&&c(B,"constructor")&&B.constructor?f&&y(I,"prototype",{writable:!1}):I.prototype&&(I.prototype=void 0)}catch(K){}var N=a(I);return c(N,"source")||(N.source=A(R,typeof M=="string"?M:"")),I};Function.prototype.toString=S(function(){return l(this)&&x(this).source||h(this)},"toString")},2786:function(d,g,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,g,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,g,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 g=Math.expm1,e=Math.exp;d.exports=!g||g(10)>22025.465794806718||g(10)<22025.465794806718||g(-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}:g},35175:function(d,g,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,g,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,g,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 g=Math.log,e=Math.LOG10E;d.exports=Math.log10||function(i){return g(i)*e}},25726:function(d){"use strict";var g=Math.log;d.exports=Math.log1p||function(r){var i=+r;return i>-1e-8&&i<1e-8?i-i*i/2:g(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 g=Math.ceil,e=Math.floor;d.exports=Math.trunc||function(i){var l=+i;return(l>0?e:g)(l)}},72933:function(d,g,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"),A=b&&b.value,k,R,S,I,M;if(!A){var B=new f,N=function(){var K,G;for(a&&(K=y.domain)&&K.exit();G=B.get();)try{G()}catch(H){throw B.head&&k(),H}K&&K.enter()};!o&&!a&&!u&&x&&p?(R=!0,S=p.createTextNode(""),new x(N).observe(S,{characterData:!0}),k=function(){S.data=R=!R}):!h&&m&&m.resolve?(I=m.resolve(void 0),I.constructor=m,M=i(I.then,I),k=function(){M(N)}):a?k=function(){y.nextTick(N)}:(c=i(c,r),k=function(){c(N)}),A=function(K){B.head||k(),B.add(K)}}d.exports=A},82778:function(d,g,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,g,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,g,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 g=RangeError;d.exports=function(e){if(e===e)return e;throw new g("NaN is not allowed")}},41696:function(d,g,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,g,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,g,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)),A=u(b);return A===0&&h(b,0)==="-"?-0:A}:u},52446:function(d,g,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,A){var k=f(c(b));return h(k,A>>>0||(p(x,k)?16:10))}:h},17243:function(d,g,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,S,I,M,B,N){if(typeof R!=M||S!==1/0&&S!==-1/0&&typeof S!=M)throw new m(u);if(R===1/0||R===-1/0)throw new y(u);var K=S>R,G=!1,H;if(I===void 0)H=void 0;else if(f(I))H=I.step,G=!!I.inclusive;else if(typeof I==M)H=I;else throw new m(u);if(c(H)&&(H=K?N:-N),typeof H!=M)throw new m(u);if(H===1/0||H===-1/0||H===B&&R!==S)throw new y(u);var ae=R!==R||S!==S||H!==H||S>R!=H>B;x(this,{type:a,start:R,end:S,step:H,inclusive:G,hitsEnd:ae,currentCount:B,zero:B}),h||(this.start=R,this.end=S,this.step=H,this.inclusive=G)},a,function(){var R=p(this);if(R.hitsEnd)return l(void 0,!0);var S=R.start,I=R.end,M=R.step,B=S+M*R.currentCount++;B===I&&(R.hitsEnd=!0);var N=R.inclusive,K;return I>S?K=N?B>I:B>=I:K=N?I>B:I>=B,K?(R.hitsEnd=!0,l(void 0,!0)):l(B,!1)}),A=function(k){o(b.prototype,k,{get:function(){return p(this)[k]},set:function(){},configurable:!0,enumerable:!1})};h&&(A("start"),A("end"),A("inclusive"),A("step")),d.exports=b},80530:function(d,g,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={},A=Symbol("assign detection"),k="abcdefghijklmnopqrst";return m[A]=7,k.split("").forEach(function(R){b[R]=R}),x({},m)[A]!==7||f(x({},b)).join("")!==k})?function(b,A){for(var k=u(b),R=arguments.length,S=1,I=o.f,M=h.f;R>S;)for(var B=a(arguments[S++]),N=I?y(f(B),I(B)):f(B),K=N.length,G=0,H;K>G;)H=N[G++],(!r||l(M,B,H))&&(k[H]=B[H]);return k}:x},20132:function(d,g,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(I){return a+p+u+I+a+"/"+p+u},A=function(I){I.write(b("")),I.close();var M=I.parentWindow.Object;return I=null,M},k=function(){var I=o("iframe"),M="java"+p+":",B;return I.style.display="none",f.appendChild(I),I.src=String(M),B=I.contentWindow.document,B.open(),B.write(b("document.F=Object")),B.close(),B.F},R,S=function(){try{R=new ActiveXObject("htmlfile")}catch(M){}S=typeof document!="undefined"?document.domain&&R?A(R):k():A(R);for(var I=l.length;I--;)delete S[x][l[I]];return S()};c[y]=!0,d.exports=Object.create||function(M,B){var N;return M!==null?(m[x]=r(M),N=new m,m[x]=null,N[y]=M):N=S(),B===void 0?N:i.f(N,B)}},55666:function(d,g,e){"use strict";var r=e(35454),i=e(93199),l=e(37691),c=e(80449),f=e(80524),o=e(7733);g.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,g,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";g.f=r?l?function(m,b,A){if(c(m),b=f(b),c(A),typeof m=="function"&&b==="prototype"&&"value"in A&&p in A&&!A[p]){var k=u(m,b);k&&k[p]&&(m[b]=A.value,A={configurable:x in A?A[x]:k[x],enumerable:a in A?A[a]:k[a],writable:!1})}return h(m,b,A)}:h:function(m,b,A){if(c(m),b=f(b),c(A),i)try{return h(m,b,A)}catch(k){}if("get"in A||"set"in A)throw new o("Accessors not supported");return"value"in A&&(m[b]=A.value),m}},71256:function(d,g,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;g.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,g,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,g,e){"use strict";var r=e(97486),i=e(46678),l=i.concat("length","prototype");g.f=Object.getOwnPropertyNames||function(f){return r(f,l)}},92635:function(d,g){"use strict";g.f=Object.getOwnPropertySymbols},53456:function(d,g,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,g,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,g,e){"use strict";var r=e(94237);d.exports=r({}.isPrototypeOf)},20574:function(d,g,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,g,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,g,e){"use strict";var r=e(97486),i=e(46678);d.exports=Object.keys||function(c){return r(c,i)}},27597:function(d,g){"use strict";var e={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!e.call({1:2},1);g.f=i?function(c){var f=r(this,c);return!!f&&f.enumerable}:e},25837:function(d,g,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,g,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,g,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),A=f(b),k=x&&c(b)===null,R=A.length,S=0,I=[],M;R>S;)M=A[S++],(!r||(k?M in b:u(b,M)))&&a(I,y?[M,b[M]]:b[M]);return I}};d.exports={entries:p(!0),values:p(!1)}},28488:function(d,g,e){"use strict";var r=e(68527),i=e(97607);d.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},44759:function(d,g,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,g,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,g,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,A="";m<y.length;){var k=o(y,m);if(k==="\\"){var R=h(y,m,m+2);if(i(a,R))A+=a[R],m+=2;else if(R==="\\u"){m+=2;var S=h(y,m,m+4);if(!u(x,S))throw new l("Bad Unicode escape at: "+m);A+=f(c(S,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);A+=k,m++}}if(b)throw new l("Unterminated string at: "+m);return{value:A,end:m}}},9699:function(d,g,e){"use strict";var r=e(92916);d.exports=r},80734:function(d){"use strict";d.exports=function(g){try{return{error:!1,value:g()}}catch(e){return{error:!0,value:e}}}},82830:function(d,g,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),A=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 S=new i(function(B){B(1)}),I=function(B){B(function(){},function(){})},M=S.constructor={};if(M[y]=I,m=S.then(function(){})instanceof I,!m)return!0}return!R&&(h||u)&&!b});d.exports={CONSTRUCTOR:A,REJECTION_EVENT:b,SUBCLASSING:m}},2451:function(d,g,e){"use strict";var r=e(92916);d.exports=r.Promise},15597:function(d,g,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,g,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,g,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 g=function(){this.head=null,this.tail=null};g.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=g},82584:function(d,g,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(A,k,R){var S=u.get(A);if(!S){if(!R)return;u.set(A,S=new c)}var I=S.get(k);if(!I){if(!R)return;S.set(k,I=new c)}return I},x=function(A,k,R){var S=a(k,R,!1);return S===void 0?!1:S.has(A)},p=function(A,k,R){var S=a(k,R,!1);return S===void 0?void 0:S.get(A)},y=function(A,k,R,S){a(R,S,!0).set(A,k)},m=function(A,k){var R=a(A,k,!1),S=[];return R&&R.forEach(function(I,M){o(S,M)}),S},b=function(A){return A===void 0||typeof A=="symbol"?A:String(A)};d.exports={store:u,getMap:a,has:x,get:p,set:y,keys:m,toKey:b}},94338:function(d,g,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,g,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),A=i("".indexOf),k=i("".replace),R=i("".slice),S=function(){var N=/a/,K=/b*/g;return r(y,N,"a"),r(y,K,"a"),N.lastIndex!==0||K.lastIndex!==0}(),I=f.BROKEN_CARET,M=/()??/.exec("")[1]!==void 0,B=S||M||I||a||x;B&&(m=function(K){var G=this,H=u(G),ae=l(K),ie=H.raw,ue,X,Y,$,se,ee,J;if(ie)return ie.lastIndex=G.lastIndex,ue=r(m,ie,ae),G.lastIndex=ie.lastIndex,ue;var le=H.groups,Z=I&&G.sticky,U=r(c,G),ne=G.source,me=0,Ee=ae;if(Z&&(U=k(U,"y",""),A(U,"g")===-1&&(U+="g"),Ee=R(ae,G.lastIndex),G.lastIndex>0&&(!G.multiline||G.multiline&&b(ae,G.lastIndex-1)!==`
`)&&(ne="(?: "+ne+")",Ee=" "+Ee,me++),X=new RegExp("^(?:"+ne+")",U)),M&&(X=new RegExp("^"+ne+"$(?!\\s)",U)),S&&(Y=G.lastIndex),$=r(y,Z?X:G,Ee),Z?$?($.input=R($.input,me),$[0]=R($[0],me),$.index=G.lastIndex,G.lastIndex+=$[0].length):G.lastIndex=0:S&&$&&(G.lastIndex=G.global?$.index+$[0].length:Y),M&&$&&$.length>1&&r(p,$[0],X,function(){for(se=1;se<arguments.length-2;se++)arguments[se]===void 0&&($[se]=void 0)}),$&&le)for($.groups=ee=h(null),se=0;se<le.length;se++)J=le[se],ee[J[0]]=$[J[1]];return $}),d.exports=m},82163:function(d,g,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,g,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,g,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,g,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,g,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,g,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(g,e){return g===e||g!==g&&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,g,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 A=h(arguments.length,1)>y,k=l(m)?m:u(m),R=A?o(arguments,y):[],S=A?function(){i(k,this,R)}:k;return p?x(S,b):x(S)}:x}},61838:function(d,g,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,g,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(A){m.includes(A)&&a(b,A)}):h(m.getIterator(),function(A){u(y,A)&&a(b,A)}),b}},19691:function(d,g,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,g,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(A){a(y,A)&&u(b,A)}):f(y,function(A){m.includes(A)&&u(b,A)}),b}},17616:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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 A=x[b++];if(A===void 0)throw new f("Incorrect template");if(o(m,l(A)),b===p)return h(m,"");b<y&&o(m,l(arguments[b]))}}},17691:function(d,g,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,g,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,A,k;return m<0||m>=b?a?"":void 0:(A=o(y,m),A<55296||A>56319||m+1===b||(k=o(y,m+1))<56320||k>57343?a?f(y,m):A:a?h(y,m,m+2):(A-55296<<10)+(k-56320)+65536)}};d.exports={codeAt:u(!1),charAt:u(!0)}},98352:function(d,g,e){"use strict";var r=e(66011);d.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(r)},85571:function(d,g,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)),A=i(y),k=b.length,R=m===void 0?" ":l(m),S,I;return A<=k||R===""?b:(S=A-k,I=o(R,u(S/R.length)),I.length>S&&(I=h(I,0,S)),x?b+I:I+b)}};d.exports={start:a(!1),end:a(!0)}},79204:function(d,g,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,A=function(S,I){var M=o(S,I);return M>=a&&M<=x},k=function(S,I,M){if(M>=S.length)return-1;for(var B=0;I<M;I++){var N=R(o(S,I));if(N===-1)return-1;B=B*16+N}return B},R=function(S){return S>=a&&S<=x?S-a:S>=p&&S<=y?S-p+10:S>=m&&S<=b?S-m+10:-1};d.exports=function(S){for(var I="",M=0,B=0,N;(B=h(S,"\\",B))>-1;){if(I+=u(S,M,B),++B===S.length)return;var K=f(S,B++);switch(K){case"b":I+="\b";break;case"t":I+=" ";break;case"n":I+=`
`;break;case"v":I+="\v";break;case"f":I+="\f";break;case"r":I+="\r";break;case"\r":B<S.length&&f(S,B)===`
`&&++B;case`
`:case"\u2028":case"\u2029":break;case"0":if(A(S,B))return;I+="\0";break;case"x":if(N=k(S,B,B+2),N===-1)return;B+=2,I+=l(N);break;case"u":if(B<S.length&&f(S,B)==="{"){var G=h(S,"}",++B);if(G===-1)return;N=k(S,B,G),B=G+1}else N=k(S,B,B+4),B+=4;if(N===-1||N>1114111)return;I+=c(N);break;default:if(A(K,0))return;I+=K}M=B}return I+u(S,M)}},93245:function(d,g,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,A=RangeError,k=r(y.exec),R=Math.floor,S=String.fromCharCode,I=r("".charCodeAt),M=r([].join),B=r([].push),N=r("".replace),K=r("".split),G=r("".toLowerCase),H=function(X){for(var Y=[],$=0,se=X.length;$<se;){var ee=I(X,$++);if(ee>=55296&&ee<=56319&&$<se){var J=I(X,$++);(J&64512)===56320?B(Y,((ee&1023)<<10)+(J&1023)+65536):(B(Y,ee),$--)}else B(Y,ee)}return Y},ae=function(X){return X+22+75*(X<26)},ie=function(X,Y,$){var se=0;for(X=$?R(X/h):X>>1,X+=R(X/Y);X>b*f>>1;)X=R(X/b),se+=l;return R(se+(b+1)*X/(X+o))},ue=function(X){var Y=[];X=H(X);var $=X.length,se=a,ee=0,J=u,le,Z;for(le=0;le<X.length;le++)Z=X[le],Z<128&&B(Y,S(Z));var U=Y.length,ne=U;for(U&&B(Y,x);ne<$;){var me=i;for(le=0;le<X.length;le++)Z=X[le],Z>=se&&Z<me&&(me=Z);var Ee=ne+1;if(me-se>R((i-ee)/Ee))throw new A(m);for(ee+=(me-se)*Ee,se=me,le=0;le<X.length;le++){if(Z=X[le],Z<se&&++ee>i)throw new A(m);if(Z===se){for(var Pe=ee,We=l;;){var Fe=We<=J?c:We>=J+f?f:We-J;if(Pe<Fe)break;var Lt=Pe-Fe,mt=l-Fe;B(Y,S(ae(Fe+Lt%mt))),Pe=R(Lt/mt),We+=l}B(Y,S(ae(Pe))),J=ie(ee,Ee,ne===U),ee=0,ne++}}ee++,se++}return M(Y,"")};d.exports=function(X){var Y=[],$=K(N(G(X),y,"."),"."),se,ee;for(se=0;se<$.length;se++)ee=$[se],B(Y,k(p,ee)?"xn--"+ue(ee):ee);return M(Y,".")}},71049:function(d,g,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,g,e){"use strict";var r=e(52971).end,i=e(18105);d.exports=i("trimEnd")?function(){return r(this)}:"".trimEnd},18105:function(d,g,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,g,e){"use strict";var r=e(52971).start,i=e(18105);d.exports=i("trimStart")?function(){return r(this)}:"".trimStart},52971:function(d,g,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,g,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,g,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,g,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,g,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,g,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(A){}d.exports=function(k){if(h&&h(k))return!0;try{for(var R=a(k),S=0,I=u(x),M=I.length;S<M;S++)if(x[I[S]]==R)return!0}catch(B){}return!1}},60798:function(d,g,e){"use strict";var r=e(42820);d.exports=r&&!!Symbol.for&&!!Symbol.keyFor},28887:function(d,g,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,A=r.process,k=r.Dispatch,R=r.Function,S=r.MessageChannel,I=r.String,M=0,B={},N="onreadystatechange",K,G,H,ae;o(function(){K=r.location});var ie=function($){if(f(B,$)){var se=B[$];delete B[$],se()}},ue=function($){return function(){ie($)}},X=function($){ie($.data)},Y=function($){r.postMessage(I($),K.protocol+"//"+K.host)};(!m||!b)&&(m=function(se){x(arguments.length,1);var ee=c(se)?se:R(se),J=u(arguments,1);return B[++M]=function(){i(ee,void 0,J)},G(M),M},b=function(se){delete B[se]},y?G=function($){A.nextTick(ue($))}:k&&k.now?G=function($){k.now(ue($))}:S&&!p?(H=new S,ae=H.port2,H.port1.onmessage=X,G=l(ae.postMessage,ae)):r.addEventListener&&c(r.postMessage)&&!r.importScripts&&K&&K.protocol!=="file:"&&!o(Y)?(G=Y,r.addEventListener("message",X,!1)):N in a("script")?G=function($){h.appendChild(a("script"))[N]=function(){h.removeChild(this),ie($)}}:G=function($){setTimeout(ue($),0)}),d.exports={set:m,clear:b}},49228:function(d,g,e){"use strict";var r=e(94237);d.exports=r(1 .valueOf)},51981:function(d,g,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,g,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,g,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,g,e){"use strict";var r=e(1835),i=e(95955);d.exports=function(l){return r(i(l))}},56902:function(d,g,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,g,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,g,e){"use strict";var r=e(95955),i=Object;d.exports=function(l){return i(r(l))}},64135:function(d,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(59893),i=r("toStringTag"),l={};l[i]="z",d.exports=String(l)==="[object z]"},69905:function(d,g,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 g=Math.round;d.exports=function(e){var r=g(e);return r<0?0:r>255?255:r&255}},11270:function(d,g,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 g=String;d.exports=function(e){try{return g(e)}catch(r){return"Object"}}},69733:function(d,g,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),A=e(86350),k=e(17818),R=e(32621),S=e(97607),I=e(31946),M=e(18446),B=e(20132),N=e(16332),K=e(58218),G=e(80689).f,H=e(50706),ae=e(90560).forEach,ie=e(51996),ue=e(64110),X=e(37691),Y=e(71256),$=e(94844),se=e(25576),ee=$.get,J=$.set,le=$.enforce,Z=X.f,U=Y.f,ne=i.RangeError,me=h.ArrayBuffer,Ee=me.prototype,Pe=h.DataView,We=o.NATIVE_ARRAY_BUFFER_VIEWS,Fe=o.TYPED_ARRAY_TAG,Lt=o.TypedArray,mt=o.TypedArrayPrototype,wt=o.aTypedArrayConstructor,Gt=o.isTypedArray,Ft="BYTES_PER_ELEMENT",nr="Wrong length",Ne=function(Xe,Ze){wt(Xe);for(var ye=0,Oe=Ze.length,Ge=new Xe(Oe);Oe>ye;)Ge[ye]=Ze[ye++];return Ge},ht=function(Xe,Ze){ue(Xe,Ze,{configurable:!0,get:function(){return ee(this)[Ze]}})},Rt=function(Xe){var Ze;return N(Ee,Xe)||(Ze=S(Xe))==="ArrayBuffer"||Ze==="SharedArrayBuffer"},Je=function(Xe,Ze){return Gt(Xe)&&!M(Ze)&&Ze in Xe&&p(+Ze)&&Ze>=0},ct=function(Ze,ye){return ye=k(ye),Je(Ze,ye)?a(2,Ze[ye]):U(Ze,ye)},at=function(Ze,ye,Oe){return ye=k(ye),Je(Ze,ye)&&I(Oe)&&R(Oe,"value")&&!R(Oe,"get")&&!R(Oe,"set")&&!Oe.configurable&&(!R(Oe,"writable")||Oe.writable)&&(!R(Oe,"enumerable")||Oe.enumerable)?(Ze[ye]=Oe.value,Ze):Z(Ze,ye,Oe)};c?(We||(Y.f=ct,X.f=at,ht(mt,"buffer"),ht(mt,"byteOffset"),ht(mt,"byteLength"),ht(mt,"length")),r({target:"Object",stat:!0,forced:!We},{getOwnPropertyDescriptor:ct,defineProperty:at}),d.exports=function(Xe,Ze,ye){var Oe=Xe.match(/\d+/)[0]/8,Ge=Xe+(ye?"Clamped":"")+"Array",et="get"+Xe,Qe="set"+Xe,St=i[Ge],Ct=St,lr=Ct&&Ct.prototype,or={},Me=function(Mt,Ot){var Jt=ee(Mt);return Jt.view[et](Ot*Oe+Jt.byteOffset,!0)},tt=function(Mt,Ot,Jt){var Ut=ee(Mt);Ut.view[Qe](Ot*Oe+Ut.byteOffset,ye?A(Jt):Jt,!0)},Qt=function(Mt,Ot){Z(Mt,Ot,{get:function(){return Me(this,Ot)},set:function(Jt){return tt(this,Ot,Jt)},enumerable:!0})};We?f&&(Ct=Ze(function(Mt,Ot,Jt,Ut){return u(Mt,lr),se(function(){return I(Ot)?Rt(Ot)?Ut!==void 0?new St(Ot,b(Jt,Oe),Ut):Jt!==void 0?new St(Ot,b(Jt,Oe)):new St(Ot):Gt(Ot)?Ne(Ct,Ot):l(H,Ct,Ot):new St(m(Ot))}(),Mt,Ct)}),K&&K(Ct,Lt),ae(G(St),function(Mt){Mt in Ct||x(Ct,Mt,St[Mt])}),Ct.prototype=lr):(Ct=Ze(function(Mt,Ot,Jt,Ut){u(Mt,lr);var Te=0,ce=0,pe,At,Ae;if(!I(Ot))Ae=m(Ot),At=Ae*Oe,pe=new me(At);else if(Rt(Ot)){pe=Ot,ce=b(Jt,Oe);var ut=Ot.byteLength;if(Ut===void 0){if(ut%Oe)throw new ne(nr);if(At=ut-ce,At<0)throw new ne(nr)}else if(At=y(Ut)*Oe,At+ce>ut)throw new ne(nr);Ae=At/Oe}else return Gt(Ot)?Ne(Ct,Ot):l(H,Ct,Ot);for(J(Mt,{buffer:pe,byteOffset:ce,byteLength:At,length:Ae,view:new Pe(pe)});Te<Ae;)Qt(Mt,Te++)}),K&&K(Ct,Lt),lr=Ct.prototype=B(mt)),lr.constructor!==Ct&&x(lr,"constructor",Ct),le(lr).TypedArrayConstructor=Ct,Fe&&x(lr,Fe,Ge);var rt=Ct!==St;or[Ge]=Ct,r({global:!0,constructor:!0,forced:rt,sham:!We},or),Ft in Ct||x(Ct,Ft,Oe),Ft in lr||x(lr,Ft,Oe),ie(Ge)}):d.exports=function(){}},59627:function(d,g,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,g,e){"use strict";var r=e(69478),i=e(31384);d.exports=function(l,c){return r(i(l),c)}},50706:function(d,g,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),A=c(m),k=arguments.length,R=k>1?arguments[1]:void 0,S=R!==void 0,I=h(A),M,B,N,K,G,H,ae,ie;if(I&&!u(I))for(ae=o(A,I),ie=ae.next,A=[];!(H=i(ie,ae)).done;)A.push(H.value);for(S&&k>2&&(R=r(R,arguments[2])),B=f(A),N=new(x(b))(B),K=a(N),M=0;B>M;M++)G=S?R(A[M],M):A[M],N[M]=K?p(G):+G;return N}},31384:function(d,g,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,g,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,g,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,g,e){"use strict";var r=e(42820);d.exports=r&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},93199:function(d,g,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 g=TypeError;d.exports=function(e,r){if(e<r)throw new g("Not enough arguments");return e}},40115:function(d,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(59893);g.f=r},59893:function(d,g,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,g,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,A,k,R){var S="stackTraceLimit",I=R?2:1,M=b.split("."),B=M[M.length-1],N=r.apply(null,M);if(N){var K=N.prototype;if(!m&&i(K,"cause")&&delete K.cause,!k)return N;var G=r("Error"),H=A(function(ae,ie){var ue=a(R?ie:ae,void 0),X=R?new N(ae):new N;return ue!==void 0&&l(X,"message",ue),p(X,H,X.stack,2),this&&c(K,this)&&u(X,this,H),arguments.length>I&&x(X,arguments[I]),X});if(H.prototype=K,B!=="Error"?f?f(H,G):o(H,G,{name:!0}):y&&S in N&&(h(H,N,S),h(H,N,"prepareStackTrace")),o(H,N),!m)try{K.name!==B&&l(K,"name",B),K.constructor=H}catch(ae){}return H}}},93074:function(d,g,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,g,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"),A=Error,k=[].push,R=function(M,B){var N=i(S,this),K;c?K=c(new A,N?l(this):S):(K=N?this:o(S),h(K,b,"Error")),B!==void 0&&h(K,"message",y(B)),x(K,R,K.stack,1),arguments.length>2&&a(K,arguments[2]);var G=[];return p(M,k,{that:G}),h(K,"errors",G),K};c?c(R,A):f(R,A,{name:!0});var S=R.prototype=o(A.prototype,{constructor:u(1,R),message:u(1,""),name:u(1,"AggregateError")});r({global:!0,constructor:!0,arity:2},{AggregateError:R})},86357:function(d,g,e){"use strict";e(6555)},89170:function(d,g,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,g,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,g,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),A=l(function(){return!new a(2).slice(1,void 0).byteLength});r({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:A},{slice:function(R,S){if(y&&S===void 0)return y(f(this),R);for(var I=f(this).byteLength,M=o(R,I),B=o(S===void 0?I:S,I),N=new(u(this,a))(h(B-M)),K=new x(this),G=new x(N),H=0;M<B;)b(G,H++,m(K,M++));return N}})},96331:function(d,g,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,g,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}),A=function(R){if(!c(R))return!1;var S=R[m];return S!==void 0?!!S:l(R)},k=!b||!x("concat");r({target:"Array",proto:!0,arity:1,forced:k},{concat:function(S){var I=f(this),M=a(I,0),B=0,N,K,G,H,ae;for(N=-1,G=arguments.length;N<G;N++)if(ae=N===-1?I:arguments[N],A(ae))for(H=o(ae),h(B+H),K=0;K<H;K++,B++)K in ae&&u(M,B,ae[K]);else h(B+1),u(M,B++,ae);return M.length=B,M}})},26425:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(59594);r({target:"Array",proto:!0,forced:[].forEach!==i},{forEach:i})},99382:function(d,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(18589);r({target:"Array",stat:!0},{isArray:i})},11005:function(d,g,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,A){p(this,{type:x,target:r(b),index:0,kind:A})},function(){var b=y(this),A=b.target,k=b.index++;if(!A||k>=A.length)return b.target=void 0,h(void 0,!0);switch(b.kind){case"keys":return h(k,!1);case"values":return h(A[k],!1)}return h([k,A[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,g,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,g,e){"use strict";var r=e(94488),i=e(55009);r({target:"Array",proto:!0,forced:i!==[].lastIndexOf},{lastIndexOf:i})},91550:function(d,g,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,g,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,g,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 A=0;A<b;A++)y[m]=arguments[A],m++;return c(y,m),m}})},96009:function(d,g,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,g,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,g,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,g,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,A=Math.max;r({target:"Array",proto:!0,forced:!y},{slice:function(R,S){var I=h(this),M=o(I),B=f(R,M),N=f(S===void 0?M:S,M),K,G,H;if(i(I)&&(K=I.constructor,l(K)&&(K===b||i(K.prototype))?K=void 0:c(K)&&(K=K[m],K===null&&(K=void 0)),K===b||K===void 0))return p(I,B,N);for(G=new(K===void 0?b:K)(A(N-B,0)),H=0;B<N;B++,H++)B in I&&u(G,H,I[B]);return G.length=H,G}})},80881:function(d,g,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,g,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),A=[],k=i(A.sort),R=i(A.push),S=u(function(){A.sort(void 0)}),I=u(function(){A.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="",H,ae,ie,ue;for(H=65;H<76;H++){switch(ae=String.fromCharCode(H),H){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++)A.push({k:ae+ue,v:ie})}for(A.sort(function(X,Y){return Y.v-X.v}),ue=0;ue<A.length;ue++)ae=A[ue].k.charAt(0),G.charAt(G.length-1)!==ae&&(G+=ae);return G!=="DGBEFHACIJK"}}),N=S||!I||!M||!B,K=function(G){return function(H,ae){return ae===void 0?-1:H===void 0?1:G!==void 0?+G(H,ae)||0:h(H)>h(ae)?1:-1}};r({target:"Array",proto:!0,forced:N},{sort:function(H){H!==void 0&&l(H);var ae=c(this);if(B)return H===void 0?k(ae):k(ae,H);var ie=[],ue=f(ae),X,Y;for(Y=0;Y<ue;Y++)Y in ae&&R(ie,ae[Y]);for(a(ie,K(H)),X=f(ie),Y=0;Y<X;)ae[Y]=ie[Y++];for(;Y<ue;)o(ae,Y++);return ae}})},4705:function(d,g,e){"use strict";var r=e(51996);r("Array")},13941:function(d,g,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 S=i(this),I=f(S),M=l(k,I),B=arguments.length,N,K,G,H,ae,ie;for(B===0?N=K=0:B===1?(N=0,K=I-M):(N=B-2,K=b(m(c(R),0),I-M)),h(I+N-K),G=u(S,K),H=0;H<K;H++)ae=M+H,ae in S&&a(G,H,S[ae]);if(G.length=K,N<K){for(H=M;H<I-K;H++)ae=H+K,ie=H+N,ae in S?S[ie]=S[ae]:x(S,ie);for(H=I;H>I-K+N;H--)x(S,H-1)}else if(N>K)for(H=I-K;H>M;H--)ae=H+K-1,ie=H+N-1,ae in S?S[ie]=S[ae]:x(S,ie);for(H=0;H<N;H++)S[H+M]=arguments[H+2];return o(S,I-K+N),G}})},1148:function(d,g,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,g,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,g,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),A=c(b),k=f(y,A),R=arguments.length,S=0,I,M,B,N;for(R===0?I=M=0:R===1?(I=0,M=A-k):(I=R-2,M=x(a(h(m),0),A-k)),B=l(A+I-M),N=u(B);S<k;S++)N[S]=b[S];for(;S<k+I;S++)N[S]=arguments[S-k+2];for(;S<B;S++)N[S]=b[S+M-I];return N}}),i("toSpliced")},90308:function(d,g,e){"use strict";var r=e(81181);r("flatMap")},96353:function(d,g,e){"use strict";var r=e(81181);r("flat")},84818:function(d,g,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 A=m;A--;){var k=A+b;A in y?y[k]=y[A]:f(y,k)}for(var R=0;R<b;R++)y[R]=arguments[R]}return c(y,m+b)}})},80585:function(d,g,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,g,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,g,e){"use strict";e(40194)},81440:function(d,g,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,g,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,g,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,g,e){"use strict";var r=e(94488);r({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},96844:function(d,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(2291),i=e(13367),l=Error.prototype;l.toString!==i&&r(l,"toString",i)},65009:function(d,g,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="",A=m.length,k=0,R,S;k<A;)R=c(m,k++),o(a,R)?b+=R:(S=f(R,0),S<256?b+="%"+x(S,2):b+="%u"+u(x(S,4)));return b}})},28796:function(d,g,e){"use strict";var r=e(94488),i=e(4645);r({target:"Function",proto:!0,forced:Function.bind!==i},{bind:i})},56450:function(d,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(92916);r({global:!0,forced:i.globalThis!==i},{globalThis:i})},54226:function(d,g,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),A=f("".charAt),k=f("".charCodeAt),R=f("".replace),S=f(1 .toString),I=/[\uD800-\uDFFF]/g,M=/^[\uD800-\uDBFF]$/,B=/^[\uDC00-\uDFFF]$/,N=!p||o(function(){var ae=i("Symbol")("stringify detection");return m([ae])!=="[null]"||m({a:ae})!=="{}"||m(Object(ae))!=="{}"}),K=o(function(){return m("\uDF06\uD834")!=='"\\udf06\\ud834"'||m("\uDEAD")!=='"\\udead"'}),G=function(ae,ie){var ue=a(arguments),X=x(ie);if(!(!h(X)&&(ae===void 0||u(ae))))return ue[1]=function(Y,$){if(h(X)&&($=c(X,this,y(Y),$)),!u($))return $},l(m,null,ue)},H=function(ae,ie,ue){var X=A(ue,ie-1),Y=A(ue,ie+1);return b(M,ae)&&!b(B,Y)||b(B,ae)&&!b(M,X)?"\\u"+S(k(ae,0),16):ae};m&&r({target:"JSON",stat:!0,arity:3,forced:N||K},{stringify:function(ie,ue,X){var Y=a(arguments),$=l(N?G:m,null,Y);return K&&typeof $=="string"?R($,I,H):$}})},70201:function(d,g,e){"use strict";var r=e(92916),i=e(94573);i(r.JSON,"JSON",!0)},44781:function(d,g,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,g,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,A){c(b),l(A);var k=new u,R=0;return f(b,function(S){var I=A(S,R++);a(k,I)?y(x(k,I),S):p(k,I,[S])}),k}})},34941:function(d,g,e){"use strict";e(44781)},35152:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(10014);r({target:"Math",stat:!0,forced:i!==Math.expm1},{expm1:i})},93321:function(d,g,e){"use strict";var r=e(94488),i=e(14894);r({target:"Math",stat:!0},{fround:i})},82277:function(d,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(53309);r({target:"Math",stat:!0},{log10:i})},9307:function(d,g,e){"use strict";var r=e(94488),i=e(25726);r({target:"Math",stat:!0},{log1p:i})},8821:function(d,g,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,g,e){"use strict";var r=e(94488),i=e(37666);r({target:"Math",stat:!0},{sign:i})},64099:function(d,g,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,g,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,g,e){"use strict";var r=e(94573);r(Math,"Math",!0)},59118:function(d,g,e){"use strict";var r=e(94488),i=e(3312);r({target:"Math",stat:!0},{trunc:i})},275:function(d,g,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,A=e(71256).f,k=e(37691).f,R=e(49228),S=e(52971).trim,I="Number",M=c[I],B=f[I],N=M.prototype,K=c.TypeError,G=o("".slice),H=o("".charCodeAt),ae=function(se){var ee=y(se,"number");return typeof ee=="bigint"?ee:ie(ee)},ie=function(se){var ee=y(se,"number"),J,le,Z,U,ne,me,Ee,Pe;if(p(ee))throw new K("Cannot convert a Symbol value to a number");if(typeof ee=="string"&&ee.length>2){if(ee=S(ee),J=H(ee,0),J===43||J===45){if(le=H(ee,2),le===88||le===120)return NaN}else if(J===48){switch(H(ee,1)){case 66:case 98:Z=2,U=49;break;case 79:case 111:Z=8,U=55;break;default:return+ee}for(ne=G(ee,2),me=ne.length,Ee=0;Ee<me;Ee++)if(Pe=H(ne,Ee),Pe<48||Pe>U)return NaN;return parseInt(ne,Z)}}return+ee},ue=h(I,!M(" 0o1")||!M("0b1")||M("+0x1")),X=function(se){return x(N,se)&&m(function(){R(se)})},Y=function(ee){var J=arguments.length<1?0:M(ae(ee));return X(this)?a(Object(J),this,Y):J};Y.prototype=N,ue&&!i&&(N.constructor=Y),r({global:!0,constructor:!0,wrap:!0,forced:ue},{Number:Y});var $=function(se,ee){for(var J=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;J.length>le;le++)u(ee,Z=J[le])&&!u(se,Z)&&k(se,Z,A(ee,Z))};i&&B&&$(f[I],B),(ue||i)&&$(f[I],M)},31919:function(d,g,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},51284:function(d,g,e){"use strict";var r=e(94488),i=e(1222);r({target:"Number",stat:!0},{isFinite:i})},10177:function(d,g,e){"use strict";var r=e(94488),i=e(62896);r({target:"Number",stat:!0},{isInteger:i})},85690:function(d,g,e){"use strict";var r=e(94488);r({target:"Number",stat:!0},{isNaN:function(l){return l!==l}})},92114:function(d,g,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,g,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},14480:function(d,g,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},40516:function(d,g,e){"use strict";var r=e(94488),i=e(31280);r({target:"Number",stat:!0,forced:Number.parseFloat!==i},{parseFloat:i})},76345:function(d,g,e){"use strict";var r=e(94488),i=e(52446);r({target:"Number",stat:!0,forced:Number.parseInt!==i},{parseInt:i})},7282:function(d,g,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,A=i(1 .toExponential),k=i(f),R=i("".slice),S=A(-69e-12,4)==="-6.9000e-11"&&A(1.255,2)==="1.25e+0"&&A(12345,3)==="1.235e+4"&&A(25,0)==="3e+1",I=function(){return h(function(){A(1,1/0)})&&h(function(){A(1,-1/0)})},M=function(){return!h(function(){A(1/0,1/0),A(NaN,1/0)})},B=!S||!I()||!M();r({target:"Number",proto:!0,forced:B},{toExponential:function(K){var G=c(this);if(K===void 0)return A(G);var H=l(K);if(!x(G))return String(G);if(H<0||H>20)throw new u("Incorrect fraction digits");if(S)return A(G,H);var ae="",ie="",ue=0,X="",Y="";if(G<0&&(ae="-",G=-G),G===0)ue=0,ie=k("0",H+1);else{var $=o(G);ue=y($);var se=0,ee=m(10,ue-H);se=b(G/ee),2*G>=(2*se+1)*ee&&(se+=1),se>=m(10,H+1)&&(se/=10,ue+=1),ie=a(se)}return H!==0&&(ie=R(ie,0,1)+"."+R(ie,1)),ue===0?(X="+",Y="0"):(X=ue>0?"+":"-",Y=a(p(ue))),ie+="e"+X+Y,ae+ie}})},58055:function(d,g,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(I,M,B){return M===0?B:M%2===1?m(I,M-1,B*I):m(I*I,M/2,B)},b=function(I){for(var M=0,B=I;B>=4096;)M+=12,B/=4096;for(;B>=2;)M+=1,B/=2;return M},A=function(I,M,B){for(var N=-1,K=B;++N<6;)K+=M*I[N],I[N]=K%1e7,K=a(K/1e7)},k=function(I,M){for(var B=6,N=0;--B>=0;)N+=I[B],I[B]=a(N/M),N=N%M*1e7},R=function(I){for(var M=6,B="";--M>=0;)if(B!==""||M===0||I[M]!==0){var N=u(I[M]);B=B===""?N:B+x("0",7-N.length)+N}return B},S=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:S},{toFixed:function(M){var B=c(this),N=l(M),K=[0,0,0,0,0,0],G="",H="0",ae,ie,ue,X;if(N<0||N>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(A(K,0,ie),ue=N;ue>=7;)A(K,1e7,0),ue-=7;for(A(K,m(10,ue,1),0),ue=ae-1;ue>=23;)k(K,8388608),ue-=23;k(K,1<<ue),A(K,1,1),k(K,2),H=R(K)}else A(K,0,ie),A(K,1<<-ae,0),H=R(K)+x("0",N);return N>0?(X=H.length,H=G+(X<=N?"0."+x("0",N-X)+H:p(H,0,X-N)+"."+p(H,X-N))):H=G+H,H}})},93547:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,A;p.length>m;)A=x(a,b=p[m++]),A!==void 0&&o(y,b,A);return y}})},464:function(d,g,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,g,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,g,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,g,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(A){var k=o(y(A,b++));k in m?a(m[k],A):m[k]=[A]}),m}})},41990:function(d,g,e){"use strict";var r=e(94488),i=e(32621);r({target:"Object",stat:!0},{hasOwn:i})},55888:function(d,g,e){"use strict";var r=e(94488),i=e(12477);r({target:"Object",stat:!0,forced:Object.isExtensible!==i},{isExtensible:i})},53827:function(d,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(5370);r({target:"Object",stat:!0},{is:i})},66419:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(58218);r({target:"Object",stat:!0},{setPrototypeOf:i})},15954:function(d,g,e){"use strict";var r=e(68527),i=e(2291),l=e(28488);r||i(Object.prototype,"toString",l,{unsafe:!0})},4266:function(d,g,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,g,e){"use strict";var r=e(94488),i=e(31280);r({global:!0,forced:parseFloat!==i},{parseFloat:i})},38823:function(d,g,e){"use strict";var r=e(94488),i=e(52446);r({global:!0,forced:parseInt!==i},{parseInt:i})},4045:function(d,g,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 A=l(x.resolve),k=[],R=0,S=1;o(a,function(I){var M=R++,B=!1;S++,i(A,x,I).then(function(N){B||(B=!0,k[M]={status:"fulfilled",value:N},--S||y(k))},function(N){B||(B=!0,k[M]={status:"rejected",reason:N},--S||y(k))})}),--S||y(k)});return b.error&&m(b.value),p.promise}})},12785:function(d,g,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 A=l(x.resolve),k=[],R=0,S=1;o(a,function(I){var M=R++,B=!1;S++,i(A,x,I).then(function(N){B||(B=!0,k[M]=N,--S||y(k))},m)}),--S||y(k)});return b.error&&m(b.value),p.promise}})},50747:function(d,g,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),A=b.resolve,k=b.reject,R=o(function(){var S=l(y.resolve),I=[],M=0,B=1,N=!1;h(p,function(K){var G=M++,H=!1;B++,i(S,y,K).then(function(ae){H||N||(N=!0,A(ae))},function(ae){H||N||(H=!0,I[G]=ae,--B||k(new m(I,a)))})}),--B||k(new m(I,a))});return R.error&&k(R.value),b.promise}})},41902:function(d,g,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,g,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),A=e(28887).set,k=e(72933),R=e(61810),S=e(80734),I=e(66790),M=e(94844),B=e(2451),N=e(82830),K=e(73446),G="Promise",H=N.CONSTRUCTOR,ae=N.REJECTION_EVENT,ie=N.SUBCLASSING,ue=M.getterFor(G),X=M.set,Y=B&&B.prototype,$=B,se=Y,ee=c.TypeError,J=c.document,le=c.process,Z=K.f,U=Z,ne=!!(J&&J.createEvent&&c.dispatchEvent),me="unhandledrejection",Ee="rejectionhandled",Pe=0,We=1,Fe=2,Lt=1,mt=2,wt,Gt,Ft,nr,Ne=function(Ge){var et;return y(Ge)&&p(et=Ge.then)?et:!1},ht=function(Ge,et){var Qe=et.value,St=et.state===We,Ct=St?Ge.ok:Ge.fail,lr=Ge.resolve,or=Ge.reject,Me=Ge.domain,tt,Qt,rt;try{Ct?(St||(et.rejection===mt&&Xe(et),et.rejection=Lt),Ct===!0?tt=Qe:(Me&&Me.enter(),tt=Ct(Qe),Me&&(Me.exit(),rt=!0)),tt===Ge.promise?or(new ee("Promise-chain cycle")):(Qt=Ne(tt))?f(Qt,tt,lr,or):lr(tt)):or(Qe)}catch(Mt){Me&&!rt&&Me.exit(),or(Mt)}},Rt=function(Ge,et){Ge.notified||(Ge.notified=!0,k(function(){for(var Qe=Ge.reactions,St;St=Qe.get();)ht(St,Ge);Ge.notified=!1,et&&!Ge.rejection&&ct(Ge)}))},Je=function(Ge,et,Qe){var St,Ct;ne?(St=J.createEvent("Event"),St.promise=et,St.reason=Qe,St.initEvent(Ge,!1,!0),c.dispatchEvent(St)):St={promise:et,reason:Qe},!ae&&(Ct=c["on"+Ge])?Ct(St):Ge===me&&R("Unhandled promise rejection",Qe)},ct=function(Ge){f(A,c,function(){var et=Ge.facade,Qe=Ge.value,St=at(Ge),Ct;if(St&&(Ct=S(function(){l?le.emit("unhandledRejection",Qe,et):Je(me,et,Qe)}),Ge.rejection=l||at(Ge)?mt:Lt,Ct.error))throw Ct.value})},at=function(Ge){return Ge.rejection!==Lt&&!Ge.parent},Xe=function(Ge){f(A,c,function(){var et=Ge.facade;l?le.emit("rejectionHandled",et):Je(Ee,et,Ge.value)})},Ze=function(Ge,et,Qe){return function(St){Ge(et,St,Qe)}},ye=function(Ge,et,Qe){Ge.done||(Ge.done=!0,Qe&&(Ge=Qe),Ge.value=et,Ge.state=Fe,Rt(Ge,!0))},Oe=function(Ge,et,Qe){if(!Ge.done){Ge.done=!0,Qe&&(Ge=Qe);try{if(Ge.facade===et)throw new ee("Promise can't be resolved itself");var St=Ne(et);St?k(function(){var Ct={done:!1};try{f(St,et,Ze(Oe,Ct,Ge),Ze(ye,Ct,Ge))}catch(lr){ye(Ct,lr,Ge)}}):(Ge.value=et,Ge.state=We,Rt(Ge,!1))}catch(Ct){ye({done:!1},Ct,Ge)}}};if(H&&($=function(et){m(this,se),x(et),f(wt,this);var Qe=ue(this);try{et(Ze(Oe,Qe),Ze(ye,Qe))}catch(St){ye(Qe,St)}},se=$.prototype,wt=function(et){X(this,{type:G,done:!1,notified:!1,parent:!1,reactions:new I,rejection:!1,state:Pe,value:void 0})},wt.prototype=o(se,"then",function(et,Qe){var St=ue(this),Ct=Z(b(this,$));return St.parent=!0,Ct.ok=p(et)?et:!0,Ct.fail=p(Qe)&&Qe,Ct.domain=l?le.domain:void 0,St.state===Pe?St.reactions.add(Ct):k(function(){ht(Ct,St)}),Ct.promise}),Gt=function(){var Ge=new wt,et=ue(Ge);this.promise=Ge,this.resolve=Ze(Oe,et),this.reject=Ze(ye,et)},K.f=Z=function(Ge){return Ge===$||Ge===Ft?new Gt(Ge):U(Ge)},!i&&p(B)&&Y!==Object.prototype)){nr=Y.then,ie||o(Y,"then",function(et,Qe){var St=this;return new $(function(Ct,lr){f(nr,St,Ct,lr)}).then(et,Qe)},{unsafe:!0});try{delete Y.constructor}catch(Ge){}h&&h(Y,se)}r({global:!0,constructor:!0,wrap:!0,forced:H},{Promise:$}),u($,G,!1,!0),a(G)},43595:function(d,g,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")),A=o(m);return this.then(A?function(k){return u(b,m()).then(function(){return k})}:m,A?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,g,e){"use strict";e(90366),e(12785),e(41902),e(20733),e(95693),e(81930)},20733:function(d,g,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(A){i(b,x,A).then(p.resolve,y)})});return m.error&&y(m.value),p.promise}})},95693:function(d,g,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,g,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,g,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,g,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,g,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(){})}),A=m||b;r({target:"Reflect",stat:!0,forced:A,sham:A},{construct:function(R,S){f(R),o(S);var I=arguments.length<3?R:f(arguments[2]);if(b&&!m)return x(R,S,I);if(R===I){switch(S.length){case 0:return new R;case 1:return new R(S[0]);case 2:return new R(S[0],S[1]);case 3:return new R(S[0],S[1],S[2]);case 4:return new R(S[0],S[1],S[2],S[3])}var M=[null];return l(y,M,S),new(l(c,R,M))}var B=I.prototype,N=u(h(B)?B:p),K=l(R,N,S);return h(K)?K:N}})},57891:function(d,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488);r({target:"Reflect",stat:!0},{has:function(l,c){return c in l}})},7982:function(d,g,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,g,e){"use strict";var r=e(94488),i=e(48662);r({target:"Reflect",stat:!0},{ownKeys:i})},49233:function(d,g,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,g,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,g,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,A){var k=arguments.length<4?m:arguments[3],R=u.f(l(m),b),S,I,M;if(!R){if(c(I=a(m)))return p(I,b,A,k);R=x(0)}if(f(R)){if(R.writable===!1||!c(k))return!1;if(S=u.f(k,b)){if(S.get||S.set||S.writable===!1)return!1;S.value=A,h.f(k,b,S)}else h.f(k,b,x(0,A))}else{if(M=R.set,M===void 0)return!1;i(M,k,A)}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,g,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,g,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),A=e(2291),k=e(3338),R=e(32621),S=e(94844).enforce,I=e(51996),M=e(59893),B=e(6041),N=e(51224),K=M("match"),G=i.RegExp,H=G.prototype,ae=i.SyntaxError,ie=l(H.exec),ue=l("".charAt),X=l("".replace),Y=l("".indexOf),$=l("".slice),se=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,ee=/a/g,J=/a/g,le=new G(ee)!==ee,Z=m.MISSED_STICKY,U=m.UNSUPPORTED_Y,ne=r&&(!le||Z||B||N||k(function(){return J[K]=!1,G(ee)!==ee||G(J)===J||String(G(ee,"i"))!=="/a/i"})),me=function(Lt){for(var mt=Lt.length,wt=0,Gt="",Ft=!1,nr;wt<=mt;wt++){if(nr=ue(Lt,wt),nr==="\\"){Gt+=nr+ue(Lt,++wt);continue}!Ft&&nr==="."?Gt+="[\\s\\S]":(nr==="["?Ft=!0:nr==="]"&&(Ft=!1),Gt+=nr)}return Gt},Ee=function(Lt){for(var mt=Lt.length,wt=0,Gt="",Ft=[],nr=h(null),Ne=!1,ht=!1,Rt=0,Je="",ct;wt<=mt;wt++){if(ct=ue(Lt,wt),ct==="\\")ct+=ue(Lt,++wt);else if(ct==="]")Ne=!1;else if(!Ne)switch(!0){case ct==="[":Ne=!0;break;case ct==="(":ie(se,$(Lt,wt+1))&&(wt+=2,ht=!0),Gt+=ct,Rt++;continue;case(ct===">"&&ht):if(Je===""||R(nr,Je))throw new ae("Invalid capture group name");nr[Je]=!0,Ft[Ft.length]=[Je,Rt],ht=!1,Je="";continue}ht?Je+=ct:Gt+=ct}return[Gt,Ft]};if(c("RegExp",ne)){for(var Pe=function(mt,wt){var Gt=a(H,this),Ft=x(mt),nr=wt===void 0,Ne=[],ht=mt,Rt,Je,ct,at,Xe,Ze;if(!Gt&&Ft&&nr&&mt.constructor===Pe)return mt;if((Ft||a(H,mt))&&(mt=mt.source,nr&&(wt=y(ht))),mt=mt===void 0?"":p(mt),wt=wt===void 0?"":p(wt),ht=mt,B&&"dotAll"in ee&&(Je=!!wt&&Y(wt,"s")>-1,Je&&(wt=X(wt,/s/g,""))),Rt=wt,Z&&"sticky"in ee&&(ct=!!wt&&Y(wt,"y")>-1,ct&&U&&(wt=X(wt,/y/g,""))),N&&(at=Ee(mt),mt=at[0],Ne=at[1]),Xe=f(G(mt,wt),Gt?this:H,Pe),(Je||ct||Ne.length)&&(Ze=S(Xe),Je&&(Ze.dotAll=!0,Ze.raw=Pe(me(mt),Rt)),ct&&(Ze.sticky=!0),Ne.length&&(Ze.groups=Ne)),mt!==ht)try{o(Xe,"source",ht===""?"(?:)":ht)}catch(ye){}return Xe},We=u(G),Fe=0;We.length>Fe;)b(Pe,G,We[Fe++]);H.constructor=Pe,Pe.prototype=H,A(i,"RegExp",Pe,{constructor:!0})}I("RegExp")},62921:function(d,g,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,g,e){"use strict";var r=e(94488),i=e(88736);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},92262:function(d,g,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,S){Object.defineProperty(x,R,{get:function(){return p+=S,!0}})},b={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};a&&(b.hasIndices="d");for(var A in b)m(A,b[A]);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,g,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,g,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,g,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),A=c(o(m));return"/"+b+"/"+A},{unsafe:!0})},69772:function(d,g,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,g,e){"use strict";e(69772)},34932:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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 A=l(String.prototype,"endsWith");return A&&!A.writable}();r({target:"String",proto:!0,forced:!b&&!m},{endsWith:function(k){var R=f(h(this));o(k);var S=arguments.length>1?arguments[1]:void 0,I=R.length,M=S===void 0?I:y(c(S),I),B=f(k);return x?x(R,B,M):p(R,M-B.length,M)===B}})},56338:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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),A=e(2291),k=e(3338),R=e(59893),S=e(60473),I=e(52216),M=e(94338),B=e(94844),N=e(16697),K=R("matchAll"),G="RegExp String",H=G+" Iterator",ae=B.set,ie=B.getterFor(H),ue=RegExp.prototype,X=TypeError,Y=l("".indexOf),$=l("".matchAll),se=!!$&&!k(function(){$("a",/./)}),ee=c(function(Z,U,ne,me){ae(this,{type:H,regexp:Z,string:U,global:ne,unicode:me,done:!1})},G,function(){var Z=ie(this);if(Z.done)return f(void 0,!0);var U=Z.regexp,ne=Z.string,me=M(U,ne);return me===null?(Z.done=!0,f(void 0,!0)):Z.global?(u(me[0])===""&&(U.lastIndex=I(ne,h(U.lastIndex),Z.unicode)),f(me,!1)):(Z.done=!0,f(me,!1))}),J=function(le){var Z=a(this),U=u(le),ne=S(Z,RegExp),me=u(m(Z)),Ee,Pe,We;return Ee=new ne(ne===RegExp?Z.source:Z,me),Pe=!!~Y(me,"g"),We=!!~Y(me,"u"),Ee.lastIndex=h(Z.lastIndex),new ee(Ee,U,Pe,We)};r({target:"String",proto:!0,forced:se},{matchAll:function(Z){var U=o(this),ne,me,Ee,Pe;if(x(Z)){if(se)return $(U,Z)}else{if(y(Z)&&(ne=u(o(m(Z))),!~Y(ne,"g")))throw new X("`.matchAll` does not allow non-global regexes");if(se)return $(U,Z);if(Ee=b(Z,K),Ee===void 0&&N&&p(Z)==="RegExp"&&(Ee=J),Ee)return i(Ee,Z,U)}return me=u(U),Pe=new RegExp(Z,"g"),N?i(J,Pe,me):Pe[K](me)}}),N||K in ue||A(ue,K,J)},46302:function(d,g,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(A){var k=h(this),R=c(A)?void 0:u(A,p);return R?r(R,A,k):new RegExp(A)[p](o(k))},function(b){var A=l(this),k=o(b),R=m(y,A,k);if(R.done)return R.value;if(!A.global)return x(A,k);var S=A.unicode;A.lastIndex=0;for(var I=[],M=0,B;(B=x(A,k))!==null;){var N=o(B[0]);I[M]=N,N===""&&(A.lastIndex=a(k,f(A.lastIndex),S)),M++}return M===0?null:I}]})},76718:function(d,g,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,g,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,g,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=[],A=0;;){if(h(b,f(p[A++])),A===y)return u(b,"");A<m&&h(b,f(arguments[A]))}}})},42828:function(d,g,e){"use strict";var r=e(94488),i=e(71049);r({target:"String",proto:!0},{repeat:i})},55629:function(d,g,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"),A=TypeError,k=l("".indexOf),R=l("".replace),S=l("".slice),I=Math.max,M=function(B,N,K){return K>B.length?-1:N===""?K:k(B,N,K)};r({target:"String",proto:!0},{replaceAll:function(N,K){var G=c(this),H,ae,ie,ue,X,Y,$,se,ee,J=0,le=0,Z="";if(!o(N)){if(H=h(N),H&&(ae=u(c(x(N))),!~k(ae,"g")))throw new A("`.replaceAll` does not allow non-global regexes");if(ie=a(N,b),ie)return i(ie,N,G,K);if(m&&H)return R(u(G),N,K)}for(ue=u(G),X=u(N),Y=f(K),Y||(K=u(K)),$=X.length,se=I(1,$),J=M(ue,X,0);J!==-1;)ee=Y?u(K(X,J,ue)):p(X,ue,J,[],void 0,K),Z+=S(ue,le,J)+ee,le=J+$,J=M(ue,X,J+se);return le<ue.length&&(Z+=S(ue,le)),Z}})},5658:function(d,g,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),A=e(23011),k=e(94338),R=e(59893),S=R("replace"),I=Math.max,M=Math.min,B=l([].concat),N=l([].push),K=l("".indexOf),G=l("".slice),H=function(X){return X===void 0?X:String(X)},ae=function(){return"a".replace(/./,"$0")==="$0"}(),ie=function(){return/./[S]?/./[S]("a","$0")==="":!1}(),ue=!f(function(){var X=/./;return X.exec=function(){var Y=[];return Y.groups={a:"7"},Y},"".replace(X,"$<a>")!=="7"});c("replace",function(X,Y,$){var se=ie?"$":"$0";return[function(J,le){var Z=y(this),U=u(J)?void 0:b(J,S);return U?i(U,J,Z,le):i(Y,p(Z),J,le)},function(ee,J){var le=o(this),Z=p(ee);if(typeof J=="string"&&K(J,se)===-1&&K(J,"$<")===-1){var U=$(Y,le,Z,J);if(U.done)return U.value}var ne=h(J);ne||(J=p(J));var me=le.global,Ee;me&&(Ee=le.unicode,le.lastIndex=0);for(var Pe=[],We;We=k(le,Z),!(We===null||(N(Pe,We),!me));){var Fe=p(We[0]);Fe===""&&(le.lastIndex=m(Z,x(le.lastIndex),Ee))}for(var Lt="",mt=0,wt=0;wt<Pe.length;wt++){We=Pe[wt];for(var Gt=p(We[0]),Ft=I(M(a(We.index),Z.length),0),nr=[],Ne,ht=1;ht<We.length;ht++)N(nr,H(We[ht]));var Rt=We.groups;if(ne){var Je=B([Gt],nr,Ft,Z);Rt!==void 0&&N(Je,Rt),Ne=p(r(J,void 0,Je))}else Ne=A(Gt,Z,Ft,nr,Rt,J);Ft>=mt&&(Lt+=G(Z,mt,Ft)+Ne,mt=Ft+Gt.length)}return Lt+G(Z,mt)}]},!ue||!ae||ie)},62925:function(d,g,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 A=f(this),k=c(b)?void 0:u(b,x);return k?r(k,b,A):new RegExp(b)[x](h(A))},function(m){var b=l(this),A=h(m),k=y(p,b,A);if(k.done)return k.value;var R=b.lastIndex;o(R,0)||(b.lastIndex=0);var S=a(b,A);return o(b.lastIndex,R)||(b.lastIndex=R),S===null?-1:S.index}]})},60462:function(d,g,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,g,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),A=e(94338),k=e(88736),R=e(19286),S=e(3338),I=R.UNSUPPORTED_Y,M=4294967295,B=Math.min,N=[].push,K=l(/./.exec),G=l(N),H=l("".slice),ae=!S(function(){var ie=/(?:)/,ue=ie.exec;ie.exec=function(){return ue.apply(this,arguments)};var X="ab".split(ie);return X.length!==2||X[0]!=="a"||X[1]!=="b"});c("split",function(ie,ue,X){var Y;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?Y=function($,se){var ee=y(u(this)),J=se===void 0?M:se>>>0;if(J===0)return[];if($===void 0)return[ee];if(!h($))return i(ue,ee,$,J);for(var le=[],Z=($.ignoreCase?"i":"")+($.multiline?"m":"")+($.unicode?"u":"")+($.sticky?"y":""),U=0,ne=new RegExp($.source,Z+"g"),me,Ee,Pe;(me=i(k,ne,ee))&&(Ee=ne.lastIndex,!(Ee>U&&(G(le,H(ee,U,me.index)),me.length>1&&me.index<ee.length&&r(N,le,b(me,1)),Pe=me[0].length,U=Ee,le.length>=J)));)ne.lastIndex===me.index&&ne.lastIndex++;return U===ee.length?(Pe||!K(ne,""))&&G(le,""):G(le,H(ee,U)),le.length>J?b(le,0,J):le}:"0".split(void 0,0).length?Y=function($,se){return $===void 0&&se===0?[]:i(ue,this,$,se)}:Y=ue,[function(se,ee){var J=u(this),le=o(se)?void 0:m(se,ie);return le?i(le,se,J,ee):i(Y,y(J),se,ee)},function($,se){var ee=f(this),J=y($),le=X(Y,ee,J,se,Y!==ue);if(le.done)return le.value;var Z=a(ee,RegExp),U=ee.unicode,ne=(ee.ignoreCase?"i":"")+(ee.multiline?"m":"")+(ee.unicode?"u":"")+(I?"g":"y"),me=new Z(I?"^(?:"+ee.source+")":ee,ne),Ee=se===void 0?M:se>>>0;if(Ee===0)return[];if(J.length===0)return A(me,J)===null?[J]:[];for(var Pe=0,We=0,Fe=[];We<J.length;){me.lastIndex=I?0:We;var Lt=A(me,I?H(J,We):J),mt;if(Lt===null||(mt=B(p(me.lastIndex+(I?We:0)),J.length))===Pe)We=x(J,We,U);else{if(G(Fe,H(J,Pe,We)),Fe.length===Ee)return Fe;for(var wt=1;wt<=Lt.length-1;wt++)if(G(Fe,Lt[wt]),Fe.length===Ee)return Fe;We=Pe=mt}}return G(Fe,H(J,Pe)),Fe}]},!ae,I)},58127:function(d,g,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 A=l(String.prototype,"startsWith");return A&&!A.writable}();r({target:"String",proto:!0,forced:!b&&!m},{startsWith:function(k){var R=f(h(this));o(k);var S=c(y(arguments.length>1?arguments[1]:void 0,R.length)),I=f(k);return x?x(R,I,S):p(R,S,S+I.length)===I}})},72571:function(d,g,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,g,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,g,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,A=c(p),k,R;return A===1/0&&(A=0),A<0&&(A=h(b+A,0)),k=y===void 0?b:c(y),k<=0||k===1/0?"":(R=u(A+k,b),A>=R?"":o(m,A,R))}})},85767:function(d,g,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,g,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 A=f(c(this));if(m)return i(p,A);for(var k=A.length,R=h(k),S=0;S<k;S++){var I=a(A,S);(I&63488)!==55296?R[S]=u(A,S):I>=56320||S+1>=k||(a(A,S+1)&64512)!==56320?R[S]=y:(R[S]=u(A,S),R[++S]=u(A,S))}return x(R,"")}})},49257:function(d,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94674);r("asyncIterator")},39161:function(d,g,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),A=e(35012),k=e(20132),R=e(7733),S=e(80689),I=e(53393),M=e(92635),B=e(71256),N=e(37691),K=e(55666),G=e(27597),H=e(2291),ae=e(64110),ie=e(77898),ue=e(11898),X=e(54406),Y=e(6145),$=e(59893),se=e(38282),ee=e(94674),J=e(14311),le=e(94573),Z=e(94844),U=e(90560).forEach,ne=ue("hidden"),me="Symbol",Ee="prototype",Pe=Z.set,We=Z.getterFor(me),Fe=Object[Ee],Lt=i.Symbol,mt=Lt&&Lt[Ee],wt=i.RangeError,Gt=i.TypeError,Ft=i.QObject,nr=B.f,Ne=N.f,ht=I.f,Rt=G.f,Je=c([].push),ct=ie("symbols"),at=ie("op-symbols"),Xe=ie("wks"),Ze=!Ft||!Ft[Ee]||!Ft[Ee].findChild,ye=function(tt,Qt,rt){var Mt=nr(Fe,Qt);Mt&&delete Fe[Qt],Ne(tt,Qt,rt),Mt&&tt!==Fe&&Ne(Fe,Qt,Mt)},Oe=o&&u(function(){return k(Ne({},"a",{get:function(){return Ne(this,"a",{value:7}).a}})).a!==7})?ye:Ne,Ge=function(tt,Qt){var rt=ct[tt]=k(mt);return Pe(rt,{type:me,tag:tt,description:Qt}),o||(rt.description=Qt),rt},et=function(Qt,rt,Mt){Qt===Fe&&et(at,rt,Mt),p(Qt);var Ot=m(rt);return p(Mt),a(ct,Ot)?(Mt.enumerable?(a(Qt,ne)&&Qt[ne][Ot]&&(Qt[ne][Ot]=!1),Mt=k(Mt,{enumerable:A(0,!1)})):(a(Qt,ne)||Ne(Qt,ne,A(1,{})),Qt[ne][Ot]=!0),Oe(Qt,Ot,Mt)):Ne(Qt,Ot,Mt)},Qe=function(Qt,rt){p(Qt);var Mt=y(rt),Ot=R(Mt).concat(Me(Mt));return U(Ot,function(Jt){(!o||l(Ct,Mt,Jt))&&et(Qt,Jt,Mt[Jt])}),Qt},St=function(Qt,rt){return rt===void 0?k(Qt):Qe(k(Qt),rt)},Ct=function(Qt){var rt=m(Qt),Mt=l(Rt,this,rt);return this===Fe&&a(ct,rt)&&!a(at,rt)?!1:Mt||!a(this,rt)||!a(ct,rt)||a(this,ne)&&this[ne][rt]?Mt:!0},lr=function(Qt,rt){var Mt=y(Qt),Ot=m(rt);if(!(Mt===Fe&&a(ct,Ot)&&!a(at,Ot))){var Jt=nr(Mt,Ot);return Jt&&a(ct,Ot)&&!(a(Mt,ne)&&Mt[ne][Ot])&&(Jt.enumerable=!0),Jt}},or=function(Qt){var rt=ht(y(Qt)),Mt=[];return U(rt,function(Ot){!a(ct,Ot)&&!a(X,Ot)&&Je(Mt,Ot)}),Mt},Me=function(tt){var Qt=tt===Fe,rt=ht(Qt?at:y(tt)),Mt=[];return U(rt,function(Ot){a(ct,Ot)&&(!Qt||a(Fe,Ot))&&Je(Mt,ct[Ot])}),Mt};h||(Lt=function(){if(x(mt,this))throw new Gt("Symbol is not a constructor");var Qt=!arguments.length||arguments[0]===void 0?void 0:b(arguments[0]),rt=Y(Qt),Mt=function(Ot){var Jt=this===void 0?i:this;Jt===Fe&&l(Mt,at,Ot),a(Jt,ne)&&a(Jt[ne],rt)&&(Jt[ne][rt]=!1);var Ut=A(1,Ot);try{Oe(Jt,rt,Ut)}catch(Te){if(!(Te instanceof wt))throw Te;ye(Jt,rt,Ut)}};return o&&Ze&&Oe(Fe,rt,{configurable:!0,set:Mt}),Ge(rt,Qt)},mt=Lt[Ee],H(mt,"toString",function(){return We(this).tag}),H(Lt,"withoutSetter",function(tt){return Ge(Y(tt),tt)}),G.f=Ct,N.f=et,K.f=Qe,B.f=lr,S.f=I.f=or,M.f=Me,se.f=function(tt){return Ge($(tt),tt)},o&&(ae(mt,"description",{configurable:!0,get:function(){return We(this).description}}),f||H(Fe,"propertyIsEnumerable",Ct,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!h,sham:!h},{Symbol:Lt}),U(R(Xe),function(tt){ee(tt)}),r({target:me,stat:!0,forced:!h},{useSetter:function(){Ze=!0},useSimple:function(){Ze=!1}}),r({target:"Object",stat:!0,forced:!h,sham:!o},{create:St,defineProperty:et,defineProperties:Qe,getOwnPropertyDescriptor:lr}),r({target:"Object",stat:!0,forced:!h},{getOwnPropertyNames:or}),J(),le(Lt,me),X[ne]=!0},44852:function(d,g,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 N=arguments.length<1||arguments[0]===void 0?void 0:u(arguments[0]),K=h(y,this)?new p(N):N===void 0?p():p(N);return N===""&&(m[K]=!0),K};x(b,p),b.prototype=y,y.constructor=b;var A=String(p("description detection"))==="Symbol(description detection)",k=c(y.valueOf),R=c(y.toString),S=/^Symbol\((.*)\)[^)]+$/,I=c("".replace),M=c("".slice);a(y,"description",{configurable:!0,get:function(){var N=k(this);if(f(m,N))return"";var K=R(N),G=A?M(K,7,-1):I(K,S,"$1");return G===""?void 0:G}}),r({global:!0,constructor:!0,forced:!0},{Symbol:b})}},54524:function(d,g,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,g,e){"use strict";var r=e(94674);r("hasInstance")},40902:function(d,g,e){"use strict";var r=e(94674);r("isConcatSpreadable")},2259:function(d,g,e){"use strict";var r=e(94674);r("iterator")},68557:function(d,g,e){"use strict";e(39161),e(54524),e(32340),e(54226),e(67936)},32340:function(d,g,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,g,e){"use strict";var r=e(94674);r("matchAll")},14589:function(d,g,e){"use strict";var r=e(94674);r("match")},18114:function(d,g,e){"use strict";var r=e(94674);r("replace")},23844:function(d,g,e){"use strict";var r=e(94674);r("search")},39581:function(d,g,e){"use strict";var r=e(94674);r("species")},40632:function(d,g,e){"use strict";var r=e(94674);r("split")},22690:function(d,g,e){"use strict";var r=e(94674),i=e(14311);r("toPrimitive"),i()},7786:function(d,g,e){"use strict";var r=e(65911),i=e(94674),l=e(94573);i("toStringTag"),l(r("Symbol"),"Symbol")},99062:function(d,g,e){"use strict";var r=e(94674);r("unscopables")},35246:function(d,g,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,g,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,g,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,g,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 A=x(c(this),0,3)==="Big"?l(m):+m;return f(i,this,A,b>1?arguments[1]:void 0,b>2?arguments[2]:void 0)},p)},24860:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(59627),i=e(58261).exportTypedArrayStaticMethod,l=e(50706);i("from",l,r)},19299:function(d,g,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,g,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,g,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,g,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,g,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,g,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,A=!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))},A),m("keys",function(){return x(y(this))},A),m("values",R,A||!k,{name:"values"}),m(h,R,A||!k,{name:"values"})},27730:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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}),A=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 S=f(arguments.length>1?arguments[1]:void 0,1),I=o(R);if(b)return i(p,this,I,S);var M=this.length,B=c(I),N=0;if(B+S>M)throw new u("Wrong length");for(;N<B;)this[S+N]=I[N++]},!b||A)},69653:function(d,g,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,A=new y(b);b>m;)A[m]=p[m++];return A},h)},96519:function(d,g,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,g,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),A=!!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 S=new m(516),I=Array(516),M,B;for(M=0;M<516;M++)B=M%4,S[M]=515-M,I[M]=M-2*B+3;for(b(S,function(N,K){return(N/4|0)-(K/4|0)}),M=0;M<516;M++)if(S[M]!==I[M])return!0}),R=function(S){return function(I,M){return S!==void 0?+S(I,M)||0:M!==M?-1:I!==I?1:I===0&&M===0?1/I>0&&1/M<0?1:-1:I>M}};y("sort",function(I){return I!==void 0&&c(I),k?b(this,I):f(p(this),R(I))},!k||A)},63079:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,A=0,k,R;A<b;){if(k=f(y,A++),k==="%"){if(f(y,A)==="u"){if(R=h(y,A+1,A+5),o(a,R)){m+=c(parseInt(R,16)),A+=5;continue}}else if(R=h(y,A,A+2),o(u,R)){m+=c(parseInt(R,16)),A+=2;continue}}m+=k}return m}})},58453:function(d,g,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,A=y.isFrozen,k=y.isSealed,R=y.freeze,S=y.seal,I={},M={},B=!i.ActiveXObject&&"ActiveXObject"in i,N,K=function($){return function(){return $(this,arguments.length?arguments[0]:void 0)}},G=o("WeakMap",K,h),H=G.prototype,ae=l(H.set),ie=function(){return r&&x(function(){var $=R([]);return ae(new G,$,1),!A($)})};if(p)if(B){N=h.getConstructor(K,"WeakMap",!0),f.enable();var ue=l(H.delete),X=l(H.has),Y=l(H.get);c(H,{delete:function($){if(u($)&&!b($)){var se=a(this);return se.frozen||(se.frozen=new N),ue(this,$)||se.frozen.delete($)}return ue(this,$)},has:function(se){if(u(se)&&!b(se)){var ee=a(this);return ee.frozen||(ee.frozen=new N),X(this,se)||ee.frozen.has(se)}return X(this,se)},get:function(se){if(u(se)&&!b(se)){var ee=a(this);return ee.frozen||(ee.frozen=new N),X(this,se)?Y(this,se):ee.frozen.get(se)}return Y(this,se)},set:function(se,ee){if(u(se)&&!b(se)){var J=a(this);J.frozen||(J.frozen=new N),X(this,se)?ae(this,se,ee):J.frozen.set(se,ee)}else ae(this,se,ee);return this}})}else ie()&&c(H,{set:function(se,ee){var J;return m(se)&&(A(se)?J=I:k(se)&&(J=M)),ae(this,se,ee),J===I&&R(se),J===M&&S(se),this}})},55410:function(d,g,e){"use strict";e(58453)},65092:function(d,g,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,g,e){"use strict";e(65092)},88900:function(d,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(32278);r({target:"Array",stat:!0},{fromAsync:i})},64963:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,A=a("asyncDispose"),k=a("toStringTag"),R="AsyncDisposableStack",S=x.set,I=x.getterFor(R),M="async-dispose",B="disposed",N="pending",K=function(ae){var ie=I(ae);if(ie.state===B)throw new b(R+" already disposed");return ie},G=function(){S(f(this,H),{type:R,state:N,stack:[]}),i||(this.disposed=!1)},H=G.prototype;h(H,{disposeAsync:function(){var ie=this;return new y(function(ue,X){var Y=I(ie);if(Y.state===B)return ue(void 0);Y.state=B,i||(ie.disposed=!0);var $=Y.stack,se=$.length,ee=!1,J,le=function(U){ee?J=new m(U,J):(ee=!0,J=U),Z()},Z=function(){if(se){var U=$[--se];$[se]=null;try{y.resolve(U()).then(Z,le)}catch(ne){le(ne)}}else Y.stack=null,ee?X(J):ue(void 0)};Z()})},use:function(ie){return p(K(this),ie,M),ie},adopt:function(ie,ue){var X=K(this);return c(ue),p(X,void 0,M,function(){return ue(ie)}),ie},defer:function(ie){var ue=K(this);c(ie),p(ue,void 0,M,ie)},move:function(){var ie=K(this),ue=new G;return I(ue).stack=ie.stack,ie.stack=[],ie.state=B,i||(this.disposed=!0),ue}}),i&&u(H,"disposed",{configurable:!0,get:function(){return I(this).state===B}}),o(H,A,H.disposeAsync,{name:"disposeAsync"}),o(H,k,R,{nonWritable:!0}),r({global:!0,constructor:!0},{AsyncDisposableStack:G})},48966:function(d,g,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,g,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,g,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,g,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 A=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(S){A(S)}},A)}catch(R){A(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,g,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,g,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,A=m.predicate;return new y(function(k,R){var S=function(B){m.done=!0,R(B)},I=function(B){a(b,S,B,S)},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 N=B.value;try{var K=A(N,m.counter++),G=function(H){H?k(u(N,!1)):M()};f(K)?y.resolve(K).then(G,I):G(K)}catch(H){I(H)}}}catch(H){S(H)}},S)}catch(B){S(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,g,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,g,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,A=b.iterator,k=b.mapper;return new m(function(R,S){var I=function(K){b.done=!0,S(K)},M=function(K){x(A,I,K,I)},B=function(){try{m.resolve(c(i(b.next,A))).then(function(K){try{if(c(K).done)b.done=!0,R(u(void 0,!0));else{var G=K.value;try{var H=k(G,b.counter++),ae=function(ie){try{b.inner=a(ie),N()}catch(ue){M(ue)}};f(H)?m.resolve(H).then(ae,M):ae(H)}catch(ie){M(ie)}}}catch(ie){I(ie)}},I)}catch(K){I(K)}},N=function(){var K=b.inner;if(K)try{m.resolve(c(i(K.next,K.iterator))).then(function(G){try{c(G).done?(b.inner=null,B()):R(u(G.value,!1))}catch(H){M(H)}},M)}catch(G){M(G)}else B()};N()})});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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(34535);r({target:"AsyncIterator",proto:!0,real:!0,forced:!0},{indexed:i})},413:function(d,g,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,g,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,A=m.next,k=arguments.length<2,R=k?void 0:arguments[1],S=0;return new a(function(I,M){var B=function(K){u(b,M,K,M)},N=function(){try{a.resolve(c(i(A,b))).then(function(K){try{if(c(K).done)k?M(new x("Reduce of empty iterator with no initial value")):I(R);else{var G=K.value;if(k)k=!1,R=G,N();else try{var H=y(R,G,S),ae=function(ie){R=ie,N()};f(H)?a.resolve(H).then(ae,B):ae(H)}catch(ie){B(ie)}}S++}catch(ie){M(ie)}},M)}catch(K){M(K)}};N()})}})},77703:function(d,g,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,g,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 A=u(void 0,!0);return y.done=!0,b=m.return,b!==void 0?p.resolve(i(b,m,void 0)).then(function(){return A}):A}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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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"),A=a("toStringTag"),k="DisposableStack",R=x.set,S=x.getterFor(k),I="sync-dispose",M="disposed",B="pending",N=function(H){var ae=S(H);if(ae.state===M)throw new m(k+" already disposed");return ae},K=function(){R(f(this,G),{type:k,state:B,stack:[]}),i||(this.disposed=!1)},G=K.prototype;h(G,{dispose:function(){var ae=S(this);if(ae.state!==M){ae.state=M,i||(this.disposed=!0);for(var ie=ae.stack,ue=ie.length,X=!1,Y;ue;){var $=ie[--ue];ie[ue]=null;try{$()}catch(se){X?Y=new y(se,Y):(X=!0,Y=se)}}if(ae.stack=null,X)throw Y}},use:function(ae){return p(N(this),ae,I),ae},adopt:function(ae,ie){var ue=N(this);return c(ie),p(ue,void 0,I,function(){ie(ae)}),ae},defer:function(ae){var ie=N(this);c(ae),p(ie,void 0,I,ae)},move:function(){var ae=N(this),ie=new K;return S(ie).stack=ae.stack,ae.stack=[],ae.state=M,i||(this.disposed=!0),ie}}),i&&u(G,"disposed",{configurable:!0,get:function(){return S(this).state===M}}),o(G,b,G.dispose,{name:"dispose"}),o(G,A,k,{nonWritable:!0}),r({global:!0,constructor:!0},{DisposableStack:K})},36955:function(d,g,e){"use strict";var r=e(94488),i=e(47739);r({target:"Function",proto:!0,forced:!0},{demethodize:i})},77326:function(d,g,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,g,e){"use strict";var r=e(94488),i=e(39812);r({target:"Function",stat:!0,forced:!0},{isConstructor:i})},28670:function(d,g,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,g,e){"use strict";var r=e(94488),i=e(47739);r({target:"Function",proto:!0,forced:!0,name:"demethodize"},{unThis:i})},96364:function(d,g,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,g,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),A="constructor",k="Iterator",R=p("toStringTag"),S=TypeError,I=i[k],M=b||!f(I)||I.prototype!==y||!a(function(){I({})}),B=function(){if(l(this,y),o(this)===y)throw new S("Abstract class Iterator not directly constructable")},N=function(K,G){m?h(y,K,{configurable:!0,get:function(){return G},set:function(H){if(c(this),this===y)throw new S("You can't redefine this property");x(this,K)?this[K]=H:u(this,K,H)}}):y[K]=G};x(y,R)||N(R,k),(M||!x(y,A)||y[A]===Object)&&N(A,B),B.prototype=y,r({global:!0,constructor:!0,forced:M},{Iterator:B})},46304:function(d,g,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,g,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,g,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,g,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,A;;){if(m=c(i(y,x)),b=this.done=!!m.done,b)return;if(A=m.value,h(x,p,[A,this.counter++],!0))return A}});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,g,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,g,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(A){u(p,"throw",A)}if(m=c(i(this.next,p)),this.done=!!m.done)return;try{this.inner=o(y(m.value,this.counter++),!1)}catch(A){u(p,"throw",A)}}});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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(24771);r({target:"Iterator",proto:!0,real:!0,forced:!0},{indexed:i})},19517:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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),A=e(70913),k=e(42820),R=l.JSON,S=l.Number,I=l.SyntaxError,M=R&&R.parse,B=c("Object","keys"),N=Object.getOwnPropertyDescriptor,K=f("".charAt),G=f("".slice),H=f(/./.exec),ae=f([].push),ie=/^\d$/,ue=/^[1-9]$/,X=/^(?:-|\d)$/,Y=/^[\t\n\r ]$/,$=0,se=1,ee=function(Ee,Pe){Ee=p(Ee);var We=new U(Ee,0,""),Fe=We.parse(),Lt=Fe.value,mt=We.skip(Y,Fe.end);if(mt<Ee.length)throw new I('Unexpected extra character: "'+K(Ee,mt)+'" after the parsed data at: '+mt);return h(Pe)?J({"":Lt},"",Pe,Fe):Lt},J=function(Ee,Pe,We,Fe){var Lt=Ee[Pe],mt=Fe&&Lt===Fe.value,wt=mt&&typeof Fe.source=="string"?{source:Fe.source}:{},Gt,Ft,nr,Ne,ht;if(u(Lt)){var Rt=a(Lt),Je=mt?Fe.nodes:Rt?[]:{};if(Rt)for(Gt=Je.length,nr=y(Lt),Ne=0;Ne<nr;Ne++)le(Lt,Ne,J(Lt,""+Ne,We,Ne<Gt?Je[Ne]:void 0));else for(Ft=B(Lt),nr=y(Ft),Ne=0;Ne<nr;Ne++)ht=Ft[Ne],le(Lt,ht,J(Lt,ht,We,x(Je,ht)?Je[ht]:void 0))}return o(We,Ee,Pe,Lt,wt)},le=function(Ee,Pe,We){if(i){var Fe=N(Ee,Pe);if(Fe&&!Fe.configurable)return}We===void 0?delete Ee[Pe]:m(Ee,Pe,We)},Z=function(Ee,Pe,We,Fe){this.value=Ee,this.end=Pe,this.source=We,this.nodes=Fe},U=function(Ee,Pe){this.source=Ee,this.index=Pe};U.prototype={fork:function(Ee){return new U(this.source,Ee)},parse:function(){var Ee=this.source,Pe=this.skip(Y,this.index),We=this.fork(Pe),Fe=K(Ee,Pe);if(H(X,Fe))return We.number();switch(Fe){case"{":return We.object();case"[":return We.array();case'"':return We.string();case"t":return We.keyword(!0);case"f":return We.keyword(!1);case"n":return We.keyword(null)}throw new I('Unexpected character: "'+Fe+'" at: '+Pe)},node:function(Ee,Pe,We,Fe,Lt){return new Z(Pe,Fe,Ee?null:G(this.source,We,Fe),Lt)},object:function(){for(var Ee=this.source,Pe=this.index+1,We=!1,Fe={},Lt={};Pe<Ee.length;){if(Pe=this.until(['"',"}"],Pe),K(Ee,Pe)==="}"&&!We){Pe++;break}var mt=this.fork(Pe).string(),wt=mt.value;Pe=mt.end,Pe=this.until([":"],Pe)+1,Pe=this.skip(Y,Pe),mt=this.fork(Pe).parse(),m(Lt,wt,mt),m(Fe,wt,mt.value),Pe=this.until([",","}"],mt.end);var Gt=K(Ee,Pe);if(Gt===",")We=!0,Pe++;else if(Gt==="}"){Pe++;break}}return this.node(se,Fe,this.index,Pe,Lt)},array:function(){for(var Ee=this.source,Pe=this.index+1,We=!1,Fe=[],Lt=[];Pe<Ee.length;){if(Pe=this.skip(Y,Pe),K(Ee,Pe)==="]"&&!We){Pe++;break}var mt=this.fork(Pe).parse();if(ae(Lt,mt),ae(Fe,mt.value),Pe=this.until([",","]"],mt.end),K(Ee,Pe)===",")We=!0,Pe++;else if(K(Ee,Pe)==="]"){Pe++;break}}return this.node(se,Fe,this.index,Pe,Lt)},string:function(){var Ee=this.index,Pe=A(this.source,this.index+1);return this.node($,Pe.value,Ee,Pe.end)},number:function(){var Ee=this.source,Pe=this.index,We=Pe;if(K(Ee,We)==="-"&&We++,K(Ee,We)==="0")We++;else if(H(ue,K(Ee,We)))We=this.skip(ie,++We);else throw new I("Failed to parse number at: "+We);if(K(Ee,We)==="."&&(We=this.skip(ie,++We)),K(Ee,We)==="e"||K(Ee,We)==="E"){We++,(K(Ee,We)==="+"||K(Ee,We)==="-")&&We++;var Fe=We;if(We=this.skip(ie,We),Fe===We)throw new I("Failed to parse number's exponent value at: "+We)}return this.node($,S(G(Ee,Pe,We)),Pe,We)},keyword:function(Ee){var Pe=""+Ee,We=this.index,Fe=We+Pe.length;if(G(this.source,We,Fe)!==Pe)throw new I("Failed to parse value at: "+We);return this.node($,Ee,We,Fe)},skip:function(Ee,Pe){for(var We=this.source;Pe<We.length&&H(Ee,K(We,Pe));Pe++);return Pe},until:function(Ee,Pe){Pe=this.skip(Y,Pe);for(var We=K(this.source,Pe),Fe=0;Fe<Ee.length;Fe++)if(Ee[Fe]===We)return Pe;throw new I('Unexpected character: "'+We+'" at: '+Pe)}};var ne=b(function(){var Ee="9007199254740993",Pe;return M(Ee,function(We,Fe,Lt){Pe=Lt.source}),Pe!==Ee}),me=k&&!b(function(){return 1/M("-0 ")!==-1/0});r({target:"JSON",stat:!0,forced:ne},{parse:function(Pe,We){return me&&!h(We)?M(Pe):ee(Pe,We)}})},9196:function(d,g,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,A=String,k=SyntaxError,R=c("JSON","parse"),S=c("JSON","stringify"),I=c("Object","create"),M=c("Object","freeze"),B=o("".charAt),N=o("".slice),K=o(/./.exec),G=o([].push),H=m(),ae=H.length,ie="Unacceptable as raw JSON",ue=/^[\t\n\r ]$/;r({target:"JSON",stat:!0,forced:!l},{rawJSON:function(Y){var $=a(Y);if($===""||K(ue,B($,0))||K(ue,B($,$.length-1)))throw new k(ie);var se=R($);if(typeof se=="object"&&se!==null)throw new k(ie);var ee=I(null);return b(ee,{type:"RawJSON"}),x(ee,"rawJSON",$),i?M(ee):ee}}),S&&r({target:"JSON",stat:!0,arity:3,forced:!l},{stringify:function(Y,$,se){var ee=y($),J=[],le=S(Y,function(We,Fe){var Lt=h(ee)?f(ee,this,A(We),Fe):Fe;return u(Lt)?H+(G(J,Lt.rawJSON)-1):Lt},se);if(typeof le!="string")return le;for(var Z="",U=le.length,ne=0;ne<U;ne++){var me=B(le,ne);if(me==='"'){var Ee=p(le,++ne).end-1,Pe=N(le,ne,Ee);Z+=N(Pe,0,ae)===H?J[N(Pe,ae)]:'"'+Pe+'"',ne=Ee}else Z+=me}return Z}})},5369:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(72846);r({target:"Map",stat:!0,forced:!0},{from:i})},18090:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(48800);r({target:"Map",stat:!0,forced:!0},{of:i})},3432:function(d,g,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,g,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,g,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,g,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 A=b?o(y,x):i(m>2?arguments[2]:void 0)(x,y);return u(y,x,p(A,x,y)),y}})},94065:function(d,g,e){"use strict";var r=e(94488),i=e(14615);r({target:"Map",proto:!0,real:!0,forced:!0},{upsert:i})},93036:function(d,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(35175);r({target:"Math",stat:!0},{f16round:i})},66233:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(24619);r({target:"Math",stat:!0,forced:!0},{scale:i})},87236:function(d,g,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(A){x(this,{type:u,seed:A%2147483647})},h,function(){var A=p(this),k=A.seed=(A.seed*1103515245+12345)%2147483647;return f((k&1073741823)/1073741823,!1)});r({target:"Math",stat:!0,forced:!0},{seededPRNG:function(A){var k=i(A).seed;if(!l(k))throw new y(a);return new m(k)}})},83733:function(d,g,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,g,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,g,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),A=i("".slice),k=i("".split);r({target:"Number",stat:!0,forced:!0},{fromString:function(S,I){var M=1;if(typeof S!="string")throw new u(c);if(!S.length)throw new h(c);if(y(S,0)==="-"&&(M=-1,S=A(S,1),!S.length))throw new h(c);var B=I===void 0?10:l(I);if(B<2||B>36)throw new o(f);if(!m(p,S))throw new h(c);var N=k(S,"."),K=a(N[0],B);if(N.length>1&&(K+=a(N[1],B)/x(B,N[1].length)),B===10&&b(K,B)!==S)throw new h(c);return M*K}})},10775:function(d,g,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,g,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,g,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,g,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,g,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),A=e(61810),k=e(59893),R=e(94844),S=k("observable"),I="Observable",M="Subscription",B="SubscriptionObserver",N=R.getterFor,K=R.set,G=N(I),H=N(M),ae=N(B),ie=function(se){this.observer=o(se),this.cleanup=void 0,this.subscriptionObserver=void 0};ie.prototype={type:M,clean:function(){var se=this.cleanup;if(se){this.cleanup=void 0;try{se()}catch(ee){A(ee)}}},close:function(){if(!l){var se=this.facade,ee=this.subscriptionObserver;se.closed=!0,ee&&(ee.closed=!0)}this.observer=void 0},isClosed:function(){return this.observer===void 0}};var ue=function(se,ee){var J=K(this,new ie(se)),le;l||(this.closed=!1);try{(le=p(se,"start"))&&i(le,se,this)}catch(me){A(me)}if(!J.isClosed()){var Z=J.subscriptionObserver=new X(J);try{var U=ee(Z),ne=U;a(U)||(J.cleanup=u(U.unsubscribe)?function(){ne.unsubscribe()}:f(U))}catch(me){Z.error(me);return}J.isClosed()&&J.clean()}};ue.prototype=m({},{unsubscribe:function(){var ee=H(this);ee.isClosed()||(ee.close(),ee.clean())}}),l&&b(ue.prototype,"closed",{configurable:!0,get:function(){return H(this).isClosed()}});var X=function(se){K(this,{type:B,subscriptionState:se}),l||(this.closed=!1)};X.prototype=m({},{next:function(ee){var J=ae(this).subscriptionState;if(!J.isClosed()){var le=J.observer;try{var Z=p(le,"next");Z&&i(Z,le,ee)}catch(U){A(U)}}},error:function(ee){var J=ae(this).subscriptionState;if(!J.isClosed()){var le=J.observer;J.close();try{var Z=p(le,"error");Z?i(Z,le,ee):A(ee)}catch(U){A(U)}J.clean()}},complete:function(){var ee=ae(this).subscriptionState;if(!ee.isClosed()){var J=ee.observer;ee.close();try{var le=p(J,"complete");le&&i(le,J)}catch(Z){A(Z)}ee.clean()}}}),l&&b(X.prototype,"closed",{configurable:!0,get:function(){return ae(this).subscriptionState.isClosed()}});var Y=function(ee){h(this,$),K(this,{type:I,subscriber:f(ee)})},$=Y.prototype;m($,{subscribe:function(ee){var J=arguments.length;return new ue(u(ee)?{next:ee,error:J>1?arguments[1]:void 0,complete:J>2?arguments[2]:void 0}:x(ee)?ee:{},G(this).subscriber)}}),y($,S,function(){return this}),r({global:!0,constructor:!0,forced:!0},{Observable:Y}),c(I)},14548:function(d,g,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 A=c(l(b,y));return A.constructor===m?A:new m(function(R){return A.subscribe(R)})}var k=o(y);return new m(function(R){u(k,function(S,I){if(R.next(S),R.closed)return I()},{IS_ITERATOR:!0,INTERRUPTED:!0}),R.complete()})}})},96378:function(d,g,e){"use strict";e(76867),e(14548),e(6053)},6053:function(d,g,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,g,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,g,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,g,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,g,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),A=f(y);if(A===null)return b;var k=p(A,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(72846);r({target:"Set",stat:!0,forced:!0},{from:i})},34926:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(48800);r({target:"Set",stat:!0,forced:!0},{of:i})},94194:function(d,g,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,g,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,g,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,g,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,g,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,g,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,g,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,g,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(A){p(this,{type:x,string:A,index:0})},"String",function(){var A=y(this),k=A.string,R=A.index,S;return R>=k.length?l(void 0,!0):(S=a(k,R),A.index+=S.length,l({codePoint:u(S,0),position:R},!1))});r({target:"String",proto:!0,forced:!0},{codePoints:function(){return new m(f(c(this)))}})},59348:function(d,g,e){"use strict";var r=e(94488),i=e(67410);r({target:"String",stat:!0,forced:!0},{cooked:i})},37457:function(d,g,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),A=e(19268),k=new y.WeakMap,R=y.get,S=y.has,I=y.set,M=Array,B=TypeError,N=Object.freeze||Object,K=Object.isFrozen,G=Math.min,H=c("".charAt),ae=c("".slice),ie=c("".split),ue=c(/./.exec),X=/([\n\u2028\u2029]|\r\n?)/g,Y=RegExp("^["+A+"]*"),$=RegExp("[^"+A+"]"),se="Invalid tag",ee="Invalid opening line",J="Invalid closing line",le=function(Pe){var We=Pe.raw;if(r&&!K(We))throw new B("Raw template should be frozen");if(S(k,We))return R(k,We);var Fe=Z(We),Lt=ne(Fe);return x(Lt,"raw",{value:N(Fe)}),N(Lt),I(k,We,Lt),Lt},Z=function(Pe){var We=h(Pe),Fe=a(We),Lt=M(Fe),mt=M(Fe),wt=0,Gt,Ft,nr,Ne;if(!Fe)throw new B(se);for(;wt<Fe;wt++){var ht=We[wt];if(typeof ht=="string")Lt[wt]=ie(ht,X);else throw new B(se)}for(wt=0;wt<Fe;wt++){var Rt=wt+1===Fe;if(Gt=Lt[wt],wt===0){if(Gt.length===1||Gt[0].length>0)throw new B(ee);Gt[1]=""}if(Rt){if(Gt.length===1||ue($,Gt[Gt.length-1]))throw new B(J);Gt[Gt.length-2]="",Gt[Gt.length-1]=""}for(var Je=2;Je<Gt.length;Je+=2){var ct=Gt[Je],at=Je+1===Gt.length&&!Rt,Xe=ue(Y,ct)[0];if(!at&&Xe.length===ct.length){Gt[Je]="";continue}Ft=U(Xe,Ft)}}var Ze=Ft?Ft.length:0;for(wt=0;wt<Fe;wt++){for(Gt=Lt[wt],nr=Gt[0],Ne=1;Ne<Gt.length;Ne+=2)nr+=Gt[Ne]+ae(Gt[Ne+1],Ze);mt[wt]=nr}return mt},U=function(Pe,We){if(We===void 0||Pe===We)return Pe;for(var Fe=0,Lt=G(Pe.length,We.length);Fe<Lt&&H(Pe,Fe)===H(We,Fe);Fe++);return ae(Pe,0,Fe)},ne=function(Pe){for(var We=0,Fe=Pe.length,Lt=M(Fe);We<Fe;We++)Lt[We]=b(Pe[We]);return Lt},me=function(Pe){return l(function(We){var Fe=p(arguments);return Fe[0]=le(o(We)),f(Pe,this,Fe)},"")},Ee=me(m);i({target:"String",stat:!0,forced:!0},{dedent:function(We){return o(We),u(We)?me(We):f(Ee,this,arguments)}})},14800:function(d,g,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,S,I){var M=i(A,this),B;return c?B=c(new m,M?l(this):A):(B=M?this:o(A),h(B,y,"Error")),I!==void 0&&h(B,"message",x(I)),a(B,b,B.stack,1),h(B,"error",R),h(B,"suppressed",S),B};c?c(b,m):f(b,m,{name:!0});var A=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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(69077);r({target:"Symbol",stat:!0},{isRegisteredSymbol:i})},51630:function(d,g,e){"use strict";var r=e(94488),i=e(69077);r({target:"Symbol",stat:!0,name:"isRegisteredSymbol"},{isRegistered:i})},61933:function(d,g,e){"use strict";var r=e(94488),i=e(40443);r({target:"Symbol",stat:!0,forced:!0},{isWellKnownSymbol:i})},619:function(d,g,e){"use strict";var r=e(94488),i=e(40443);r({target:"Symbol",stat:!0,name:"isWellKnownSymbol",forced:!0},{isWellKnown:i})},99675:function(d,g,e){"use strict";var r=e(94674);r("matcher")},53637:function(d,g,e){"use strict";var r=e(94674);r("metadataKey")},52548:function(d,g,e){"use strict";var r=e(94674);r("metadata")},57482:function(d,g,e){"use strict";var r=e(94674);r("observable")},59725:function(d,g,e){"use strict";var r=e(94674);r("patternMatch")},17610:function(d,g,e){"use strict";var r=e(94674);r("replaceAll")},11507:function(d,g,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,g,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,g,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,g,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,g,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]),A=b.toSpliced(1,0,{valueOf:function(){return b[0]=2,3}});return A[0]!==2||A[1]!==3});x("toSpliced",function(A,k){var R=u(this),S=a(R),I=i(R),M=c(A,I),B=arguments.length,N=0,K,G,H,ae,ie,ue,X;if(B===0)K=G=0;else if(B===1)K=0,G=I-M;else if(G=y(p(o(k),0),I-M),K=B-2,K){ae=new S(K),H=l(ae);for(var Y=2;Y<B;Y++)ie=arguments[Y],ae[Y-2]=H?f(ie):+ie}for(ue=I+K-G,X=new S(ue);N<M;N++)X[N]=R[N];for(;N<M+K;N++)X[N]=ae[N-M];for(;N<ue;N++)X[N]=R[N+G-K];return X},!m)},17230:function(d,g,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,g,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),A=l("".replace),k=l("".slice),R=l([].push),S=/[\t\n\f\r ]/g,I="Extra bits";y&&r({target:"Uint8Array",stat:!0,forced:!0},{fromBase64:function(B){f(B);var N=arguments.length>1?c(arguments[1]):void 0,K=a(N)==="base64"?x:p,G=N?!!N.strict:!1,H=G?B:A(B,S,"");if(H.length%4===0)k(H,-2)==="=="?H=k(H,0,-2):k(H,-1)==="="&&(H=k(H,0,-1));else if(G)throw new m("Input is not correctly padded");var ae=H.length%4;switch(ae){case 1:throw new m("Bad input length");case 2:H+="AA";break;case 3:H+="A"}for(var ie=[],ue=0,X=H.length,Y=function(ee){var J=b(H,ue+ee);if(!o(K,J))throw new m('Bad char in input: "'+J+'"');return K[J]<<18-6*ee};ue<X;ue+=4){var $=Y(0)+Y(1)+Y(2)+Y(3);R(ie,$>>16&255,$>>8&255,$&255)}var se=ie.length;if(ae===2){if(G&&ie[se-2]!==0)throw new m(I);se-=2}else if(ae===3){if(G&&ie[se-1]!==0)throw new m(I);se--}return h(y,ie,se)}})},57151:function(d,g,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),A=0;A<m;A+=2)b[A/2]=h(x(y,A,A+2),16);return b}})},48732:function(d,g,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,A=h(b)==="base64"?u:a,k="",R=0,S=m.length,I,M=function(B){return p(A,I>>6*B&63)};R+2<S;R+=3)I=(m[R]<<16)+(m[R+1]<<8)+m[R+2],k+=M(3)+M(2)+M(1)+M(0);return R+2===S?(I=(m[R]<<16)+(m[R+1]<<8),k+=M(3)+M(2)+M(1)+"="):R+1===S&&(I=m[R]<<16,k+=M(3)+M(2)+"=="),k}})},18481:function(d,g,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,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(72846);r({target:"WeakMap",stat:!0,forced:!0},{from:i})},89179:function(d,g,e){"use strict";var r=e(94488),i=e(48800);r({target:"WeakMap",stat:!0,forced:!0},{of:i})},67725:function(d,g,e){"use strict";var r=e(94488),i=e(14615);r({target:"WeakMap",proto:!0,real:!0,forced:!0},{upsert:i})},59884:function(d,g,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,g,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,g,e){"use strict";var r=e(94488),i=e(72846);r({target:"WeakSet",stat:!0,forced:!0},{from:i})},11593:function(d,g,e){"use strict";var r=e(94488),i=e(48800);r({target:"WeakSet",stat:!0,forced:!0},{of:i})},7597:function(d,g,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,A=c("".charAt),k=c("".replace),R=c(x.exec),S=!!m&&!o(function(){return m("aGk=")!=="hi"}),I=S&&o(function(){return m(" ")!==""}),M=S&&!o(function(){m("a")}),B=S&&!o(function(){m()}),N=S&&m.length!==1,K=!S||I||M||B||N;r({global:!0,bind:!0,enumerable:!0,forced:K},{atob:function(H){if(u(arguments.length,1),S&&!I&&!M)return f(m,i,H);var ae=k(h(H),p,""),ie="",ue=0,X=0,Y,$,se;if(ae.length%4===0&&(ae=k(ae,y,"")),Y=ae.length,Y%4===1||R(x,ae))throw new(l("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;ue<Y;)$=A(ae,ue++),se=X%4?se*64+a[$]:a[$],X++%4&&(ie+=b(255&se>>(-2*X&6)));return ie}})},55182:function(d,g,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()}),A=m&&o(function(){return x(null)!=="bnVsbA=="}),k=m&&x.length!==1;r({global:!0,bind:!0,enumerable:!0,forced:!m||b||A||k},{btoa:function(S){if(u(arguments.length,1),m)return f(x,i,h(S));for(var I=h(S),M="",B=0,N=a,K,G;p(I,B)||(N="=",B%1);){if(G=y(I,B+=.75),G>255)throw new(l("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");K=K<<8|G,M+=p(N,63&K>>8-B%1*8)}return M}})},91472:function(d,g,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,g,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,g,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(A){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(A){y[b]=c[b]}}}};for(var p in i)x(r[p]&&r[p].prototype,p);x(l,"DOMTokenList")},64522:function(d,g,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),A=e(52109),k=e(80739),R=e(94844),S=e(35454),I=e(16697),M="DOMException",B="DATA_CLONE_ERR",N=l("Error"),K=l(M)||function(){try{var mt=l("MessageChannel")||i("worker_threads").MessageChannel;new mt().port1.postMessage(new WeakMap)}catch(wt){if(wt.name===B&&wt.code===25)return wt.constructor}}(),G=K&&K.prototype,H=N.prototype,ae=R.set,ie=R.getterFor(M),ue="stack"in new N(M),X=function(mt){return x(A,mt)&&A[mt].m?A[mt].c:0},Y=function(){p(this,$);var wt=arguments.length,Gt=b(wt<1?void 0:arguments[0]),Ft=b(wt<2?void 0:arguments[1],"Error"),nr=X(Ft);if(ae(this,{type:M,name:Ft,message:Gt,code:nr}),S||(this.name=Ft,this.message=Gt,this.code=nr),ue){var Ne=new N(Gt);Ne.name=M,h(this,"stack",o(1,k(Ne.stack,1)))}},$=Y.prototype=f(H),se=function(mt){return{enumerable:!0,configurable:!0,get:mt}},ee=function(mt){return se(function(){return ie(this)[mt]})};S&&(a($,"code",ee("code")),a($,"message",ee("message")),a($,"name",ee("name"))),h($,"constructor",o(1,Y));var J=c(function(){return!(new K instanceof N)}),le=J||c(function(){return H.toString!==m||String(new K(1,2))!=="2: 1"}),Z=J||c(function(){return new K(1,"DataCloneError").code!==25}),U=J||K[B]!==25||G[B]!==25,ne=I?le||Z||U:J;r({global:!0,constructor:!0,forced:ne},{DOMException:ne?Y:K});var me=l(M),Ee=me.prototype;le&&(I||K===me)&&u(Ee,"toString",m),Z&&S&&K===me&&a(Ee,"code",se(function(){return X(y(this).name)}));for(var Pe in A)if(x(A,Pe)){var We=A[Pe],Fe=We.s,Lt=o(6,We.c);x(me,Fe)||h(me,Fe,Lt),x(Ee,Fe)||h(Ee,Fe,Lt)}},41599:function(d,g,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",A=l("Error"),k=l(b),R=function(){h(this,S);var Y=arguments.length,$=a(Y<1?void 0:arguments[0]),se=a(Y<2?void 0:arguments[1],"Error"),ee=new k($,se),J=new A($);return J.name=b,f(ee,"stack",c(1,p(J.stack,1))),u(ee,this,R),ee},S=R.prototype=k.prototype,I="stack"in new A(b),M="stack"in new k(1,2),B=k&&y&&Object.getOwnPropertyDescriptor(i,b),N=!!B&&!(B.writable&&B.configurable),K=I&&!N&&!M;r({global:!0,constructor:!0,forced:m||K},{DOMException:K?R:k});var G=l(b),H=G.prototype;if(H.constructor!==G){m||f(H,"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,g,e){"use strict";var r=e(65911),i=e(94573),l="DOMException";i(r(l),l)},78437:function(d,g,e){"use strict";e(91472),e(91700)},73624:function(d,g,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,g,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,g,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,g,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,g,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,g,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),A=e(97607),k=e(32621),R=e(69392),S=e(68151),I=e(82762),M=e(57106),B=e(81644),N=e(2786),K=e(19691),G=e(57002),H=e(39311),ae=e(25406),ie=e(80426),ue=l.Object,X=l.Array,Y=l.Date,$=l.Error,se=l.TypeError,ee=l.PerformanceMark,J=c("DOMException"),le=N.Map,Z=N.has,U=N.get,ne=N.set,me=K.Set,Ee=K.add,Pe=K.has,We=c("Object","keys"),Fe=f([].push),Lt=f((!0).valueOf),mt=f(1 .valueOf),wt=f("".valueOf),Gt=f(Y.prototype.getTime),Ft=h("structuredClone"),nr="DataCloneError",Ne="Transferring",ht=function(Me){return!o(function(){var tt=new l.Set([7]),Qt=Me(tt),rt=Me(ue(7));return Qt===tt||!Qt.has(7)||!p(rt)||+rt!=7})&&Me},Rt=function(Me,tt){return!o(function(){var Qt=new tt,rt=Me({a:Qt,b:Qt});return!(rt&&rt.a===rt.b&&rt.a instanceof tt&&rt.a.stack===Qt.stack)})},Je=function(Me){return!o(function(){var tt=Me(new l.AggregateError([1],Ft,{cause:3}));return tt.name!=="AggregateError"||tt.errors[0]!==1||tt.message!==Ft||tt.cause!==3})},ct=l.structuredClone,at=r||!Rt(ct,$)||!Rt(ct,J)||!Je(ct),Xe=!ct&&ht(function(Me){return new ee(Ft,{detail:Me}).detail}),Ze=ht(ct)||Xe,ye=function(Me){throw new J("Uncloneable type: "+Me,nr)},Oe=function(Me,tt){throw new J((tt||"Cloning")+" of "+Me+" cannot be properly polyfilled in this engine",nr)},Ge=function(Me,tt){return Ze||Oe(tt),Ze(Me)},et=function(){var Me;try{Me=new l.DataTransfer}catch(tt){try{Me=new l.ClipboardEvent("").clipboardData}catch(Qt){}}return Me&&Me.items&&Me.files?Me:null},Qe=function(Me,tt,Qt){if(Z(tt,Me))return U(tt,Me);var rt=Qt||A(Me),Mt,Ot,Jt,Ut,Te,ce;if(rt==="SharedArrayBuffer")Ze?Mt=Ze(Me):Mt=Me;else{var pe=l.DataView;!pe&&!u(Me.slice)&&Oe("ArrayBuffer");try{if(u(Me.slice)&&!Me.resizable)Mt=Me.slice(0);else for(Ot=Me.byteLength,Jt=("maxByteLength"in Me)?{maxByteLength:Me.maxByteLength}:void 0,Mt=new ArrayBuffer(Ot,Jt),Ut=new pe(Me),Te=new pe(Mt),ce=0;ce<Ot;ce++)Te.setUint8(ce,Ut.getUint8(ce))}catch(At){throw new J("ArrayBuffer is detached",nr)}}return ne(tt,Me,Mt),Mt},St=function(Me,tt,Qt,rt,Mt){var Ot=l[tt];return p(Ot)||Oe(tt),new Ot(Qe(Me.buffer,Mt),Qt,rt)},Ct=function(Me,tt){if(y(Me)&&ye("Symbol"),!p(Me))return Me;if(tt){if(Z(tt,Me))return U(tt,Me)}else tt=new le;var Qt=A(Me),rt,Mt,Ot,Jt,Ut,Te,ce,pe;switch(Qt){case"Array":Ot=X(I(Me));break;case"Object":Ot={};break;case"Map":Ot=new le;break;case"Set":Ot=new me;break;case"RegExp":Ot=new RegExp(Me.source,B(Me));break;case"Error":switch(Mt=Me.name,Mt){case"AggregateError":Ot=new(c(Mt))([]);break;case"EvalError":case"RangeError":case"ReferenceError":case"SuppressedError":case"SyntaxError":case"TypeError":case"URIError":Ot=new(c(Mt));break;case"CompileError":case"LinkError":case"RuntimeError":Ot=new(c("WebAssembly",Mt));break;default:Ot=new $}break;case"DOMException":Ot=new J(Me.message,Me.name);break;case"ArrayBuffer":case"SharedArrayBuffer":Ot=Qe(Me,tt,Qt);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":Te=Qt==="DataView"?Me.byteLength:Me.length,Ot=St(Me,Qt,Me.byteOffset,Te,tt);break;case"DOMQuad":try{Ot=new DOMQuad(Ct(Me.p1,tt),Ct(Me.p2,tt),Ct(Me.p3,tt),Ct(Me.p4,tt))}catch(At){Ot=Ge(Me,Qt)}break;case"File":if(Ze)try{Ot=Ze(Me),A(Ot)!==Qt&&(Ot=void 0)}catch(At){}if(!Ot)try{Ot=new File([Me],Me.name,Me)}catch(At){}Ot||Oe(Qt);break;case"FileList":if(Jt=et(),Jt){for(Ut=0,Te=I(Me);Ut<Te;Ut++)Jt.items.add(Ct(Me[Ut],tt));Ot=Jt.files}else Ot=Ge(Me,Qt);break;case"ImageData":try{Ot=new ImageData(Ct(Me.data,tt),Me.width,Me.height,{colorSpace:Me.colorSpace})}catch(At){Ot=Ge(Me,Qt)}break;default:if(Ze)Ot=Ze(Me);else switch(Qt){case"BigInt":Ot=ue(Me.valueOf());break;case"Boolean":Ot=ue(Lt(Me));break;case"Number":Ot=ue(mt(Me));break;case"String":Ot=ue(wt(Me));break;case"Date":Ot=new Y(Gt(Me));break;case"Blob":try{Ot=Me.slice(0,Me.size,Me.type)}catch(At){Oe(Qt)}break;case"DOMPoint":case"DOMPointReadOnly":rt=l[Qt];try{Ot=rt.fromPoint?rt.fromPoint(Me):new rt(Me.x,Me.y,Me.z,Me.w)}catch(At){Oe(Qt)}break;case"DOMRect":case"DOMRectReadOnly":rt=l[Qt];try{Ot=rt.fromRect?rt.fromRect(Me):new rt(Me.x,Me.y,Me.width,Me.height)}catch(At){Oe(Qt)}break;case"DOMMatrix":case"DOMMatrixReadOnly":rt=l[Qt];try{Ot=rt.fromMatrix?rt.fromMatrix(Me):new rt(Me)}catch(At){Oe(Qt)}break;case"AudioData":case"VideoFrame":u(Me.clone)||Oe(Qt);try{Ot=Me.clone()}catch(At){ye(Qt)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":Oe(Qt);default:ye(Qt)}}switch(ne(tt,Me,Ot),Qt){case"Array":case"Object":for(ce=We(Me),Ut=0,Te=I(ce);Ut<Te;Ut++)pe=ce[Ut],R(Ot,pe,Ct(Me[pe],tt));break;case"Map":Me.forEach(function(At,Ae){ne(Ot,Ct(Ae,tt),Ct(At,tt))});break;case"Set":Me.forEach(function(At){Ee(Ot,Ct(At,tt))});break;case"Error":S(Ot,"message",Ct(Me.message,tt)),k(Me,"cause")&&S(Ot,"cause",Ct(Me.cause,tt)),Mt==="AggregateError"?Ot.errors=Ct(Me.errors,tt):Mt==="SuppressedError"&&(Ot.error=Ct(Me.error,tt),Ot.suppressed=Ct(Me.suppressed,tt));case"DOMException":ae&&S(Ot,"stack",Ct(Me.stack,tt))}return Ot},lr=function(Me,tt){if(!p(Me))throw new se("Transfer option cannot be converted to a sequence");var Qt=[];m(Me,function(Ae){Fe(Qt,b(Ae))});for(var rt=0,Mt=I(Qt),Ot=new me,Jt,Ut,Te,ce,pe,At;rt<Mt;){if(Jt=Qt[rt++],Ut=A(Jt),Ut==="ArrayBuffer"?Pe(Ot,Jt):Z(tt,Jt))throw new J("Duplicate transferable",nr);if(Ut==="ArrayBuffer"){Ee(Ot,Jt);continue}if(ie)ce=ct(Jt,{transfer:[Jt]});else switch(Ut){case"ImageBitmap":Te=l.OffscreenCanvas,a(Te)||Oe(Ut,Ne);try{pe=new Te(Jt.width,Jt.height),At=pe.getContext("bitmaprenderer"),At.transferFromImageBitmap(Jt),ce=pe.transferToImageBitmap()}catch(Ae){}break;case"AudioData":case"VideoFrame":(!u(Jt.clone)||!u(Jt.close))&&Oe(Ut,Ne);try{ce=Jt.clone(),Jt.close()}catch(Ae){}break;case"MediaSourceHandle":case"MessagePort":case"OffscreenCanvas":case"ReadableStream":case"TransformStream":case"WritableStream":Oe(Ut,Ne)}if(ce===void 0)throw new J("This object cannot be transferred: "+Ut,nr);ne(tt,Jt,ce)}return Ot},or=function(Me){G(Me,function(tt){ie?Ze(tt,{transfer:[tt]}):u(tt.transfer)?tt.transfer():H?H(tt):Oe("ArrayBuffer",Ne)})};i({global:!0,enumerable:!0,sham:!ie,forced:at},{structuredClone:function(tt){var Qt=M(arguments.length,1)>1&&!x(arguments[1])?b(arguments[1]):void 0,rt=Qt?Qt.transfer:void 0,Mt,Ot;rt!==void 0&&(Mt=new le,Ot=lr(rt,Mt));var Jt=Ct(tt,Mt);return Ot&&or(Ot),Jt}})},41208:function(d,g,e){"use strict";e(88469),e(91572)},91340:function(d,g,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),A=e(32621),k=e(80666),R=e(97607),S=e(80449),I=e(31946),M=e(69905),B=e(20132),N=e(35012),K=e(85428),G=e(26006),H=e(25587),ae=e(57106),ie=e(59893),ue=e(63668),X=ie("iterator"),Y="URLSearchParams",$=Y+"Iterator",se=y.set,ee=y.getterFor(Y),J=y.getterFor($),le=Object.getOwnPropertyDescriptor,Z=function(Mt){if(!f)return i[Mt];var Ot=le(i,Mt);return Ot&&Ot.value},U=Z("fetch"),ne=Z("Request"),me=Z("Headers"),Ee=ne&&ne.prototype,Pe=me&&me.prototype,We=i.RegExp,Fe=i.TypeError,Lt=i.decodeURIComponent,mt=i.encodeURIComponent,wt=c("".charAt),Gt=c([].join),Ft=c([].push),nr=c("".replace),Ne=c([].shift),ht=c([].splice),Rt=c("".split),Je=c("".slice),ct=/\+/g,at=Array(4),Xe=function(Mt){return at[Mt-1]||(at[Mt-1]=We("((?:%[\\da-f]{2}){"+Mt+"})","gi"))},Ze=function(Mt){try{return Lt(Mt)}catch(Ot){return Mt}},ye=function(Mt){var Ot=nr(Mt,ct," "),Jt=4;try{return Lt(Ot)}catch(Ut){for(;Jt;)Ot=nr(Ot,Xe(Jt--),Ze);return Ot}},Oe=/[!'()~]|%20/g,Ge={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},et=function(Mt){return Ge[Mt]},Qe=function(Mt){return nr(mt(Mt),Oe,et)},St=p(function(Ot,Jt){se(this,{type:$,target:ee(Ot).entries,index:0,kind:Jt})},Y,function(){var Ot=J(this),Jt=Ot.target,Ut=Ot.index++;if(!Jt||Ut>=Jt.length)return Ot.target=void 0,H(void 0,!0);var Te=Jt[Ut];switch(Ot.kind){case"keys":return H(Te.key,!1);case"values":return H(Te.value,!1)}return H([Te.key,Te.value],!1)},!0),Ct=function(Mt){this.entries=[],this.url=null,Mt!==void 0&&(I(Mt)?this.parseObject(Mt):this.parseQuery(typeof Mt=="string"?wt(Mt,0)==="?"?Je(Mt,1):Mt:M(Mt)))};Ct.prototype={type:Y,bindURL:function(Mt){this.url=Mt,this.update()},parseObject:function(Mt){var Ot=this.entries,Jt=G(Mt),Ut,Te,ce,pe,At,Ae,ut;if(Jt)for(Ut=K(Mt,Jt),Te=Ut.next;!(ce=l(Te,Ut)).done;){if(pe=K(S(ce.value)),At=pe.next,(Ae=l(At,pe)).done||(ut=l(At,pe)).done||!l(At,pe).done)throw new Fe("Expected sequence with length 2");Ft(Ot,{key:M(Ae.value),value:M(ut.value)})}else for(var $t in Mt)A(Mt,$t)&&Ft(Ot,{key:$t,value:M(Mt[$t])})},parseQuery:function(Mt){if(Mt)for(var Ot=this.entries,Jt=Rt(Mt,"&"),Ut=0,Te,ce;Ut<Jt.length;)Te=Jt[Ut++],Te.length&&(ce=Rt(Te,"="),Ft(Ot,{key:ye(Ne(ce)),value:ye(Gt(ce,"="))}))},serialize:function(){for(var Mt=this.entries,Ot=[],Jt=0,Ut;Jt<Mt.length;)Ut=Mt[Jt++],Ft(Ot,Qe(Ut.key)+"="+Qe(Ut.value));return Gt(Ot,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var lr=function(){m(this,or);var Ot=arguments.length>0?arguments[0]:void 0,Jt=se(this,new Ct(Ot));f||(this.size=Jt.entries.length)},or=lr.prototype;if(a(or,{append:function(Ot,Jt){var Ut=ee(this);ae(arguments.length,2),Ft(Ut.entries,{key:M(Ot),value:M(Jt)}),f||this.length++,Ut.updateURL()},delete:function(Mt){for(var Ot=ee(this),Jt=ae(arguments.length,1),Ut=Ot.entries,Te=M(Mt),ce=Jt<2?void 0:arguments[1],pe=ce===void 0?ce:M(ce),At=0;At<Ut.length;){var Ae=Ut[At];if(Ae.key===Te&&(pe===void 0||Ae.value===pe)){if(ht(Ut,At,1),pe!==void 0)break}else At++}f||(this.size=Ut.length),Ot.updateURL()},get:function(Ot){var Jt=ee(this).entries;ae(arguments.length,1);for(var Ut=M(Ot),Te=0;Te<Jt.length;Te++)if(Jt[Te].key===Ut)return Jt[Te].value;return null},getAll:function(Ot){var Jt=ee(this).entries;ae(arguments.length,1);for(var Ut=M(Ot),Te=[],ce=0;ce<Jt.length;ce++)Jt[ce].key===Ut&&Ft(Te,Jt[ce].value);return Te},has:function(Ot){for(var Jt=ee(this).entries,Ut=ae(arguments.length,1),Te=M(Ot),ce=Ut<2?void 0:arguments[1],pe=ce===void 0?ce:M(ce),At=0;At<Jt.length;){var Ae=Jt[At++];if(Ae.key===Te&&(pe===void 0||Ae.value===pe))return!0}return!1},set:function(Ot,Jt){var Ut=ee(this);ae(arguments.length,1);for(var Te=Ut.entries,ce=!1,pe=M(Ot),At=M(Jt),Ae=0,ut;Ae<Te.length;Ae++)ut=Te[Ae],ut.key===pe&&(ce?ht(Te,Ae--,1):(ce=!0,ut.value=At));ce||Ft(Te,{key:pe,value:At}),f||(this.size=Te.length),Ut.updateURL()},sort:function(){var Ot=ee(this);ue(Ot.entries,function(Jt,Ut){return Jt.key>Ut.key?1:-1}),Ot.updateURL()},forEach:function(Ot){for(var Jt=ee(this).entries,Ut=k(Ot,arguments.length>1?arguments[1]:void 0),Te=0,ce;Te<Jt.length;)ce=Jt[Te++],Ut(ce.value,ce.key,this)},keys:function(){return new St(this,"keys")},values:function(){return new St(this,"values")},entries:function(){return new St(this,"entries")}},{enumerable:!0}),h(or,X,or.entries,{name:"entries"}),h(or,"toString",function(){return ee(this).serialize()},{enumerable:!0}),f&&u(or,"size",{get:function(){return ee(this).entries.length},configurable:!0,enumerable:!0}),x(lr,Y),r({global:!0,constructor:!0,forced:!o},{URLSearchParams:lr}),!o&&b(me)){var Me=c(Pe.has),tt=c(Pe.set),Qt=function(Mt){if(I(Mt)){var Ot=Mt.body,Jt;if(R(Ot)===Y)return Jt=Mt.headers?new me(Mt.headers):new me,Me(Jt,"content-type")||tt(Jt,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),B(Mt,{body:N(0,M(Ot)),headers:N(0,Jt)})}return Mt};if(b(U)&&r({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(Ot){return U(Ot,arguments.length>1?Qt(arguments[1]):{})}}),b(ne)){var rt=function(Ot){return m(this,Ee),new ne(Ot,arguments.length>1?Qt(arguments[1]):{})};Ee.constructor=rt,rt.prototype=Ee,r({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:rt})}}d.exports={URLSearchParams:lr,getState:ee}},4890:function(d,g,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 A=[];a(this,function(K,G){x(A,{key:G,value:K})}),c(m,1);for(var k=l(y),R=l(b),S=0,I=0,M=!1,B=A.length,N;S<B;)N=A[S++],M||N.key===k?(M=!0,u(this,N.key)):I++;for(;I<B;)N=A[I++],N.key===k&&N.value===R||h(this,N.key,N.value)},{enumerable:!0,unsafe:!0})},5340:function(d,g,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 A=l(m),k=0;k<b.length;)if(b[k++]===A)return!0;return!1},{enumerable:!0,unsafe:!0})},7893:function(d,g,e){"use strict";e(91340)},61650:function(d,g,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,g,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,g,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,A=e(93245),k=e(69905),R=e(94573),S=e(57106),I=e(91340),M=e(94844),B=M.set,N=M.getterFor("URL"),K=I.URLSearchParams,G=I.getState,H=c.URL,ae=c.TypeError,ie=c.parseInt,ue=Math.floor,X=Math.pow,Y=o("".charAt),$=o(/./.exec),se=o([].join),ee=o(1 .toString),J=o([].pop),le=o([].push),Z=o("".replace),U=o([].shift),ne=o("".split),me=o("".slice),Ee=o("".toLowerCase),Pe=o([].unshift),We="Invalid authority",Fe="Invalid scheme",Lt="Invalid host",mt="Invalid port",wt=/[a-z]/i,Gt=/[\d+-.a-z]/i,Ft=/\d/,nr=/^0x/i,Ne=/^[0-7]+$/,ht=/^\d+$/,Rt=/^[\da-f]+$/i,Je=/[\0\t\n\r #%/:<>?@[\\\]^|]/,ct=/[\0\t\n\r #/:<>?@[\\\]^|]/,at=/^[\u0000-\u0020]+/,Xe=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Ze=/[\t\n\r]/g,ye,Oe=function(Pt){var Kt=ne(Pt,"."),jt,qt,yr,Qr,Hr,jn,En;if(Kt.length&&Kt[Kt.length-1]===""&&Kt.length--,jt=Kt.length,jt>4)return Pt;for(qt=[],yr=0;yr<jt;yr++){if(Qr=Kt[yr],Qr==="")return Pt;if(Hr=10,Qr.length>1&&Y(Qr,0)==="0"&&(Hr=$(nr,Qr)?16:8,Qr=me(Qr,Hr===8?1:2)),Qr==="")jn=0;else{if(!$(Hr===10?ht:Hr===8?Ne:Rt,Qr))return Pt;jn=ie(Qr,Hr)}le(qt,jn)}for(yr=0;yr<jt;yr++)if(jn=qt[yr],yr===jt-1){if(jn>=X(256,5-jt))return null}else if(jn>255)return null;for(En=J(qt),yr=0;yr<qt.length;yr++)En+=qt[yr]*X(256,3-yr);return En},Ge=function(Pt){var Kt=[0,0,0,0,0,0,0,0],jt=0,qt=null,yr=0,Qr,Hr,jn,En,Yn,Tt,Vr,ii=function(){return Y(Pt,yr)};if(ii()===":"){if(Y(Pt,1)!==":")return;yr+=2,jt++,qt=jt}for(;ii();){if(jt===8)return;if(ii()===":"){if(qt!==null)return;yr++,jt++,qt=jt;continue}for(Qr=Hr=0;Hr<4&&$(Rt,ii());)Qr=Qr*16+ie(ii(),16),yr++,Hr++;if(ii()==="."){if(Hr===0||(yr-=Hr,jt>6))return;for(jn=0;ii();){if(En=null,jn>0)if(ii()==="."&&jn<4)yr++;else return;if(!$(Ft,ii()))return;for(;$(Ft,ii());){if(Yn=ie(ii(),10),En===null)En=Yn;else{if(En===0)return;En=En*10+Yn}if(En>255)return;yr++}Kt[jt]=Kt[jt]*256+En,jn++,(jn===2||jn===4)&&jt++}if(jn!==4)return;break}else if(ii()===":"){if(yr++,!ii())return}else if(ii())return;Kt[jt++]=Qr}if(qt!==null)for(Tt=jt-qt,jt=7;jt!==0&&Tt>0;)Vr=Kt[jt],Kt[jt--]=Kt[qt+Tt-1],Kt[qt+--Tt]=Vr;else if(jt!==8)return;return Kt},et=function(Pt){for(var Kt=null,jt=1,qt=null,yr=0,Qr=0;Qr<8;Qr++)Pt[Qr]!==0?(yr>jt&&(Kt=qt,jt=yr),qt=null,yr=0):(qt===null&&(qt=Qr),++yr);return yr>jt&&(Kt=qt,jt=yr),Kt},Qe=function(Pt){var Kt,jt,qt,yr;if(typeof Pt=="number"){for(Kt=[],jt=0;jt<4;jt++)Pe(Kt,Pt%256),Pt=ue(Pt/256);return se(Kt,".")}else if(typeof Pt=="object"){for(Kt="",qt=et(Pt),jt=0;jt<8;jt++)yr&&Pt[jt]===0||(yr&&(yr=!1),qt===jt?(Kt+=jt?":":"::",yr=!0):(Kt+=ee(Pt[jt],16),jt<7&&(Kt+=":")));return"["+Kt+"]"}return Pt},St={},Ct=p({},St,{" ":1,'"':1,"<":1,">":1,"`":1}),lr=p({},Ct,{"#":1,"?":1,"{":1,"}":1}),or=p({},lr,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Me=function(Pt,Kt){var jt=b(Pt,0);return jt>32&&jt<127&&!x(Kt,Pt)?Pt:encodeURIComponent(Pt)},tt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Qt=function(Pt,Kt){var jt;return Pt.length===2&&$(wt,Y(Pt,0))&&((jt=Y(Pt,1))===":"||!Kt&&jt==="|")},rt=function(Pt){var Kt;return Pt.length>1&&Qt(me(Pt,0,2))&&(Pt.length===2||(Kt=Y(Pt,2))==="/"||Kt==="\\"||Kt==="?"||Kt==="#")},Mt=function(Pt){return Pt==="."||Ee(Pt)==="%2e"},Ot=function(Pt){return Pt=Ee(Pt),Pt===".."||Pt==="%2e."||Pt===".%2e"||Pt==="%2e%2e"},Jt={},Ut={},Te={},ce={},pe={},At={},Ae={},ut={},$t={},yt={},Ce={},_t={},Ue={},xe={},dt={},Dt={},Be={},Dr={},vt={},qr={},sn={},zt=function(Pt,Kt,jt){var qt=k(Pt),yr,Qr,Hr;if(Kt){if(Qr=this.parse(qt),Qr)throw new ae(Qr);this.searchParams=null}else{if(jt!==void 0&&(yr=new zt(jt,!0)),Qr=this.parse(qt,null,yr),Qr)throw new ae(Qr);Hr=G(new K),Hr.bindURL(this),this.searchParams=Hr}};zt.prototype={type:"URL",parse:function(Pt,Kt,jt){var qt=this,yr=Kt||Jt,Qr=0,Hr="",jn=!1,En=!1,Yn=!1,Tt,Vr,ii,Bi;for(Pt=k(Pt),Kt||(qt.scheme="",qt.username="",qt.password="",qt.host=null,qt.port=null,qt.path=[],qt.query=null,qt.fragment=null,qt.cannotBeABaseURL=!1,Pt=Z(Pt,at,""),Pt=Z(Pt,Xe,"$1")),Pt=Z(Pt,Ze,""),Tt=y(Pt);Qr<=Tt.length;){switch(Vr=Tt[Qr],yr){case Jt:if(Vr&&$(wt,Vr))Hr+=Ee(Vr),yr=Ut;else{if(Kt)return Fe;yr=Te;continue}break;case Ut:if(Vr&&($(Gt,Vr)||Vr==="+"||Vr==="-"||Vr==="."))Hr+=Ee(Vr);else if(Vr===":"){if(Kt&&(qt.isSpecial()!==x(tt,Hr)||Hr==="file"&&(qt.includesCredentials()||qt.port!==null)||qt.scheme==="file"&&!qt.host))return;if(qt.scheme=Hr,Kt){qt.isSpecial()&&tt[qt.scheme]===qt.port&&(qt.port=null);return}Hr="",qt.scheme==="file"?yr=xe:qt.isSpecial()&&jt&&jt.scheme===qt.scheme?yr=ce:qt.isSpecial()?yr=ut:Tt[Qr+1]==="/"?(yr=pe,Qr++):(qt.cannotBeABaseURL=!0,le(qt.path,""),yr=vt)}else{if(Kt)return Fe;Hr="",yr=Te,Qr=0;continue}break;case Te:if(!jt||jt.cannotBeABaseURL&&Vr!=="#")return Fe;if(jt.cannotBeABaseURL&&Vr==="#"){qt.scheme=jt.scheme,qt.path=m(jt.path),qt.query=jt.query,qt.fragment="",qt.cannotBeABaseURL=!0,yr=sn;break}yr=jt.scheme==="file"?xe:At;continue;case ce:if(Vr==="/"&&Tt[Qr+1]==="/")yr=$t,Qr++;else{yr=At;continue}break;case pe:if(Vr==="/"){yr=yt;break}else{yr=Dr;continue}case At:if(qt.scheme=jt.scheme,Vr===ye)qt.username=jt.username,qt.password=jt.password,qt.host=jt.host,qt.port=jt.port,qt.path=m(jt.path),qt.query=jt.query;else if(Vr==="/"||Vr==="\\"&&qt.isSpecial())yr=Ae;else if(Vr==="?")qt.username=jt.username,qt.password=jt.password,qt.host=jt.host,qt.port=jt.port,qt.path=m(jt.path),qt.query="",yr=qr;else if(Vr==="#")qt.username=jt.username,qt.password=jt.password,qt.host=jt.host,qt.port=jt.port,qt.path=m(jt.path),qt.query=jt.query,qt.fragment="",yr=sn;else{qt.username=jt.username,qt.password=jt.password,qt.host=jt.host,qt.port=jt.port,qt.path=m(jt.path),qt.path.length--,yr=Dr;continue}break;case Ae:if(qt.isSpecial()&&(Vr==="/"||Vr==="\\"))yr=$t;else if(Vr==="/")yr=yt;else{qt.username=jt.username,qt.password=jt.password,qt.host=jt.host,qt.port=jt.port,yr=Dr;continue}break;case ut:if(yr=$t,Vr!=="/"||Y(Hr,Qr+1)!=="/")continue;Qr++;break;case $t:if(Vr!=="/"&&Vr!=="\\"){yr=yt;continue}break;case yt:if(Vr==="@"){jn&&(Hr="%40"+Hr),jn=!0,ii=y(Hr);for(var $n=0;$n<ii.length;$n++){var ci=ii[$n];if(ci===":"&&!Yn){Yn=!0;continue}var Di=Me(ci,or);Yn?qt.password+=Di:qt.username+=Di}Hr=""}else if(Vr===ye||Vr==="/"||Vr==="?"||Vr==="#"||Vr==="\\"&&qt.isSpecial()){if(jn&&Hr==="")return We;Qr-=y(Hr).length+1,Hr="",yr=Ce}else Hr+=Vr;break;case Ce:case _t:if(Kt&&qt.scheme==="file"){yr=Dt;continue}else if(Vr===":"&&!En){if(Hr==="")return Lt;if(Bi=qt.parseHost(Hr),Bi)return Bi;if(Hr="",yr=Ue,Kt===_t)return}else if(Vr===ye||Vr==="/"||Vr==="?"||Vr==="#"||Vr==="\\"&&qt.isSpecial()){if(qt.isSpecial()&&Hr==="")return Lt;if(Kt&&Hr===""&&(qt.includesCredentials()||qt.port!==null))return;if(Bi=qt.parseHost(Hr),Bi)return Bi;if(Hr="",yr=Be,Kt)return;continue}else Vr==="["?En=!0:Vr==="]"&&(En=!1),Hr+=Vr;break;case Ue:if($(Ft,Vr))Hr+=Vr;else if(Vr===ye||Vr==="/"||Vr==="?"||Vr==="#"||Vr==="\\"&&qt.isSpecial()||Kt){if(Hr!==""){var Gi=ie(Hr,10);if(Gi>65535)return mt;qt.port=qt.isSpecial()&&Gi===tt[qt.scheme]?null:Gi,Hr=""}if(Kt)return;yr=Be;continue}else return mt;break;case xe:if(qt.scheme="file",Vr==="/"||Vr==="\\")yr=dt;else if(jt&&jt.scheme==="file")switch(Vr){case ye:qt.host=jt.host,qt.path=m(jt.path),qt.query=jt.query;break;case"?":qt.host=jt.host,qt.path=m(jt.path),qt.query="",yr=qr;break;case"#":qt.host=jt.host,qt.path=m(jt.path),qt.query=jt.query,qt.fragment="",yr=sn;break;default:rt(se(m(Tt,Qr),""))||(qt.host=jt.host,qt.path=m(jt.path),qt.shortenPath()),yr=Dr;continue}else{yr=Dr;continue}break;case dt:if(Vr==="/"||Vr==="\\"){yr=Dt;break}jt&&jt.scheme==="file"&&!rt(se(m(Tt,Qr),""))&&(Qt(jt.path[0],!0)?le(qt.path,jt.path[0]):qt.host=jt.host),yr=Dr;continue;case Dt:if(Vr===ye||Vr==="/"||Vr==="\\"||Vr==="?"||Vr==="#"){if(!Kt&&Qt(Hr))yr=Dr;else if(Hr===""){if(qt.host="",Kt)return;yr=Be}else{if(Bi=qt.parseHost(Hr),Bi)return Bi;if(qt.host==="localhost"&&(qt.host=""),Kt)return;Hr="",yr=Be}continue}else Hr+=Vr;break;case Be:if(qt.isSpecial()){if(yr=Dr,Vr!=="/"&&Vr!=="\\")continue}else if(!Kt&&Vr==="?")qt.query="",yr=qr;else if(!Kt&&Vr==="#")qt.fragment="",yr=sn;else if(Vr!==ye&&(yr=Dr,Vr!=="/"))continue;break;case Dr:if(Vr===ye||Vr==="/"||Vr==="\\"&&qt.isSpecial()||!Kt&&(Vr==="?"||Vr==="#")){if(Ot(Hr)?(qt.shortenPath(),Vr!=="/"&&!(Vr==="\\"&&qt.isSpecial())&&le(qt.path,"")):Mt(Hr)?Vr!=="/"&&!(Vr==="\\"&&qt.isSpecial())&&le(qt.path,""):(qt.scheme==="file"&&!qt.path.length&&Qt(Hr)&&(qt.host&&(qt.host=""),Hr=Y(Hr,0)+":"),le(qt.path,Hr)),Hr="",qt.scheme==="file"&&(Vr===ye||Vr==="?"||Vr==="#"))for(;qt.path.length>1&&qt.path[0]==="";)U(qt.path);Vr==="?"?(qt.query="",yr=qr):Vr==="#"&&(qt.fragment="",yr=sn)}else Hr+=Me(Vr,lr);break;case vt:Vr==="?"?(qt.query="",yr=qr):Vr==="#"?(qt.fragment="",yr=sn):Vr!==ye&&(qt.path[0]+=Me(Vr,St));break;case qr:!Kt&&Vr==="#"?(qt.fragment="",yr=sn):Vr!==ye&&(Vr==="'"&&qt.isSpecial()?qt.query+="%27":Vr==="#"?qt.query+="%23":qt.query+=Me(Vr,St));break;case sn:Vr!==ye&&(qt.fragment+=Me(Vr,Ct));break}Qr++}},parseHost:function(Pt){var Kt,jt,qt;if(Y(Pt,0)==="["){if(Y(Pt,Pt.length-1)!=="]"||(Kt=Ge(me(Pt,1,-1)),!Kt))return Lt;this.host=Kt}else if(this.isSpecial()){if(Pt=A(Pt),$(Je,Pt)||(Kt=Oe(Pt),Kt===null))return Lt;this.host=Kt}else{if($(ct,Pt))return Lt;for(Kt="",jt=y(Pt),qt=0;qt<jt.length;qt++)Kt+=Me(jt[qt],St);this.host=Kt}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||this.scheme==="file"},includesCredentials:function(){return this.username!==""||this.password!==""},isSpecial:function(){return x(tt,this.scheme)},shortenPath:function(){var Pt=this.path,Kt=Pt.length;Kt&&(this.scheme!=="file"||Kt!==1||!Qt(Pt[0],!0))&&Pt.length--},serialize:function(){var Pt=this,Kt=Pt.scheme,jt=Pt.username,qt=Pt.password,yr=Pt.host,Qr=Pt.port,Hr=Pt.path,jn=Pt.query,En=Pt.fragment,Yn=Kt+":";return yr!==null?(Yn+="//",Pt.includesCredentials()&&(Yn+=jt+(qt?":"+qt:"")+"@"),Yn+=Qe(yr),Qr!==null&&(Yn+=":"+Qr)):Kt==="file"&&(Yn+="//"),Yn+=Pt.cannotBeABaseURL?Hr[0]:Hr.length?"/"+se(Hr,"/"):"",jn!==null&&(Yn+="?"+jn),En!==null&&(Yn+="#"+En),Yn},setHref:function(Pt){var Kt=this.parse(Pt);if(Kt)throw new ae(Kt);this.searchParams.update()},getOrigin:function(){var Pt=this.scheme,Kt=this.port;if(Pt==="blob")try{return new er(Pt.path[0]).origin}catch(jt){return"null"}return Pt==="file"||!this.isSpecial()?"null":Pt+"://"+Qe(this.host)+(Kt!==null?":"+Kt:"")},getProtocol:function(){return this.scheme+":"},setProtocol:function(Pt){this.parse(k(Pt)+":",Jt)},getUsername:function(){return this.username},setUsername:function(Pt){var Kt=y(k(Pt));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var jt=0;jt<Kt.length;jt++)this.username+=Me(Kt[jt],or)}},getPassword:function(){return this.password},setPassword:function(Pt){var Kt=y(k(Pt));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var jt=0;jt<Kt.length;jt++)this.password+=Me(Kt[jt],or)}},getHost:function(){var Pt=this.host,Kt=this.port;return Pt===null?"":Kt===null?Qe(Pt):Qe(Pt)+":"+Kt},setHost:function(Pt){this.cannotBeABaseURL||this.parse(Pt,Ce)},getHostname:function(){var Pt=this.host;return Pt===null?"":Qe(Pt)},setHostname:function(Pt){this.cannotBeABaseURL||this.parse(Pt,_t)},getPort:function(){var Pt=this.port;return Pt===null?"":k(Pt)},setPort:function(Pt){this.cannotHaveUsernamePasswordPort()||(Pt=k(Pt),Pt===""?this.port=null:this.parse(Pt,Ue))},getPathname:function(){var Pt=this.path;return this.cannotBeABaseURL?Pt[0]:Pt.length?"/"+se(Pt,"/"):""},setPathname:function(Pt){this.cannotBeABaseURL||(this.path=[],this.parse(Pt,Be))},getSearch:function(){var Pt=this.query;return Pt?"?"+Pt:""},setSearch:function(Pt){Pt=k(Pt),Pt===""?this.query=null:(Y(Pt,0)==="?"&&(Pt=me(Pt,1)),this.query="",this.parse(Pt,qr)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var Pt=this.fragment;return Pt?"#"+Pt:""},setHash:function(Pt){if(Pt=k(Pt),Pt===""){this.fragment=null;return}Y(Pt,0)==="#"&&(Pt=me(Pt,1)),this.fragment="",this.parse(Pt,sn)},update:function(){this.query=this.searchParams.serialize()||null}};var er=function(Kt){var jt=a(this,Bt),qt=S(arguments.length,1)>1?arguments[1]:void 0,yr=B(jt,new zt(Kt,!1,qt));i||(jt.href=yr.serialize(),jt.origin=yr.getOrigin(),jt.protocol=yr.getProtocol(),jt.username=yr.getUsername(),jt.password=yr.getPassword(),jt.host=yr.getHost(),jt.hostname=yr.getHostname(),jt.port=yr.getPort(),jt.pathname=yr.getPathname(),jt.search=yr.getSearch(),jt.searchParams=yr.getSearchParams(),jt.hash=yr.getHash())},Bt=er.prototype,Yt=function(Pt,Kt){return{get:function(){return N(this)[Pt]()},set:Kt&&function(jt){return N(this)[Kt](jt)},configurable:!0,enumerable:!0}};if(i&&(u(Bt,"href",Yt("serialize","setHref")),u(Bt,"origin",Yt("getOrigin")),u(Bt,"protocol",Yt("getProtocol","setProtocol")),u(Bt,"username",Yt("getUsername","setUsername")),u(Bt,"password",Yt("getPassword","setPassword")),u(Bt,"host",Yt("getHost","setHost")),u(Bt,"hostname",Yt("getHostname","setHostname")),u(Bt,"port",Yt("getPort","setPort")),u(Bt,"pathname",Yt("getPathname","setPathname")),u(Bt,"search",Yt("getSearch","setSearch")),u(Bt,"searchParams",Yt("getSearchParams")),u(Bt,"hash",Yt("getHash","setHash"))),h(Bt,"toJSON",function(){return N(this).serialize()},{enumerable:!0}),h(Bt,"toString",function(){return N(this).serialize()},{enumerable:!0}),H){var wr=H.createObjectURL,Ir=H.revokeObjectURL;wr&&h(er,"createObjectURL",f(wr,H)),Ir&&h(er,"revokeObjectURL",f(Ir,H))}R(er,"URL"),r({global:!0,constructor:!0,forced:!l,sham:!i},{URL:er})},25204:function(d,g,e){"use strict";e(13588)},47803:function(d,g,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,g,e){"use strict";e.d(g,{Z:function(){return r}});function r(i){if(Array.isArray(i))return i}},65873:function(d,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,A=!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){A=!0,x=k}finally{try{if(!b&&u.return!=null&&(y=u.return(),Object(y)!==y))return}finally{if(A)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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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,g,e){"use strict";e.d(g,{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)}}},13750:function(d,g,e){"use strict";e.d(g,{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}},82430:function(d,g,e){"use strict";e.d(g,{Z:function(){return r}});function r(i){if(Array.isArray(i))return i}},15793:function(d,g,e){"use strict";e.d(g,{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}},11576:function(d,g,e){"use strict";e.d(g,{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)})}}},38705:function(d,g,e){"use strict";e.d(g,{Z:function(){return r}});function r(i,l){if(!(i instanceof l))throw new TypeError("Cannot call a class as a function")}},17212:function(d,g,e){"use strict";e.d(g,{Z:function(){return l}});var r=e(73177);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}},55401:function(d,g,e){"use strict";e.d(g,{Z:function(){return c}});var r=e(38882),i=e(54628),l=e(51296);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)}}},18642:function(d,g,e){"use strict";e.d(g,{Z:function(){return i}});var r=e(73177);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}},60499:function(d,g,e){"use strict";e.d(g,{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)}},38882:function(d,g,e){"use strict";e.d(g,{Z:function(){return r}});function r(i){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(l){return l.__proto__||Object.getPrototypeOf(l)},r(i)}},39153:function(d,g,e){"use strict";e.d(g,{Z:function(){return i}});var r=e(29658);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)}},54628:function(d,g,e){"use strict";e.d(g,{Z:function(){return r}});function r(){try{var i=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(l){}return(r=function(){return!!i})()}},43835:function(d,g,e){"use strict";e.d(g,{Z:function(){return r}});function r(i){if(typeof Symbol!="undefined"&&i[Symbol.iterator]!=null||i["@@iterator"]!=null)return Array.from(i)}},42821:function(d,g,e){"use strict";e.d(g,{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.`)}},53885:function(d,g,e){"use strict";e.d(g,{Z:function(){return i}});var r=e(18642);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}},85899:function(d,g,e){"use strict";e.d(g,{Z:function(){return l}});var r=e(18642);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}},42244:function(d,g,e){"use strict";e.d(g,{Z:function(){return i}});var r=e(69010);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}},69010:function(d,g,e){"use strict";e.d(g,{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}},51296:function(d,g,e){"use strict";e.d(g,{Z:function(){return l}});var r=e(43749),i=e(15793);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)}},73001:function(d,g,e){"use strict";e.d(g,{Z:function(){return x}});function r(p,y){this.v=p,this.k=y}function i(p,y,m,b){var A=Object.defineProperty;try{A({},"",{})}catch(k){A=0}i=function(R,S,I,M){function B(N,K){i(R,N,function(G){return this._invoke(N,K,G)})}S?A?A(R,S,{value:I,enumerable:!M,configurable:!M,writable:!M}):R[S]=I:(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",A=m.toStringTag||"@@toStringTag";function k(G,H,ae,ie){var ue=H&&H.prototype instanceof S?H:S,X=Object.create(ue.prototype);return i(X,"_invoke",function(Y,$,se){var ee,J,le,Z=0,U=se||[],ne=!1,me={p:0,n:0,v:p,a:Ee,f:Ee.bind(p,4),d:function(We,Fe){return ee=We,J=0,le=p,me.n=Fe,R}};function Ee(Pe,We){for(J=Pe,le=We,y=0;!ne&&Z&&!Fe&&y<U.length;y++){var Fe,Lt=U[y],mt=me.p,wt=Lt[2];Pe>3?(Fe=wt===We)&&(le=Lt[(J=Lt[4])?5:(J=3,3)],Lt[4]=Lt[5]=p):Lt[0]<=mt&&((Fe=Pe<2&&mt<Lt[1])?(J=0,me.v=We,me.n=Lt[1]):mt<wt&&(Fe=Pe<3||Lt[0]>We||We>wt)&&(Lt[4]=Pe,Lt[5]=We,me.n=wt,J=0))}if(Fe||Pe>1)return R;throw ne=!0,We}return function(Pe,We,Fe){if(Z>1)throw TypeError("Generator is already running");for(ne&&We===1&&Ee(We,Fe),J=We,le=Fe;(y=J<2?p:le)||!ne;){ee||(J?J<3?(J>1&&(me.n=-1),Ee(J,le)):me.n=le:me.v=le);try{if(Z=2,ee){if(J||(Pe="next"),y=ee[Pe]){if(!(y=y.call(ee,le)))throw TypeError("iterator result is not an object");if(!y.done)return y;le=y.value,J<2&&(J=0)}else J===1&&(y=ee.return)&&y.call(ee),J<2&&(le=TypeError("The iterator does not provide a '"+Pe+"' method"),J=1);ee=p}else if((y=(ne=me.n<0)?le:Y.call($,me))!==R)break}catch(Lt){ee=p,J=1,le=Lt}finally{Z=1}}return{value:y,done:ne}}}(G,ae,ie),!0),X}var R={};function S(){}function I(){}function M(){}y=Object.getPrototypeOf;var B=[][b]?y(y([][b]())):(i(y={},b,function(){return this}),y),N=M.prototype=S.prototype=Object.create(B);function K(G){return Object.setPrototypeOf?Object.setPrototypeOf(G,M):(G.__proto__=M,i(G,A,"GeneratorFunction")),G.prototype=Object.create(N),G}return I.prototype=M,i(N,"constructor",M),i(M,"constructor",I),I.displayName="GeneratorFunction",i(M,A,"GeneratorFunction"),i(N),i(N,A,"Generator"),i(N,b,function(){return this}),i(N,"toString",function(){return"[object Generator]"}),(l=function(){return{w:k,m:K}})()}function c(p,y){function m(A,k,R,S){try{var I=p[A](k),M=I.value;return M instanceof r?y.resolve(M.v).then(function(B){m("next",B,R,S)},function(B){m("throw",B,R,S)}):y.resolve(M).then(function(B){I.value=B,R(I)},function(B){return m("throw",B,R,S)})}catch(B){S(B)}}var b;this.next||(i(c.prototype),i(c.prototype,typeof Symbol=="function"&&Symbol.asyncIterator||"@asyncIterator",function(){return this})),i(this,"_invoke",function(A,k,R){function S(){return new y(function(I,M){m(A,R,I,M)})}return b=b?b.then(S,S):S()},!0)}function f(p,y,m,b,A){return new c(l().w(p,y,m,b),A||Promise)}function o(p,y,m,b,A){var k=f(p,y,m,b,A);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 A(){for(;m.length;)if((b=m.pop())in y)return A.value=b,A.done=!1,A;return A.done=!0,A}}var u=e(43749);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 S=typeof R=="function"&&R.constructor;return!!S&&(S===m||(S.displayName||S.name)==="GeneratorFunction")}var A={throw:1,return:2,break:3,continue:3};function k(R){var S,I;return function(M){S||(S={stop:function(){return I(M.a,2)},catch:function(){return M.v},abrupt:function(N,K){return I(M.a,A[N],K)},delegateYield:function(N,K,G){return S.resultName=K,I(M.d,a(N),G)},finish:function(N){return I(M.f,N)}},I=function(N,K,G){M.p=S.prev,M.n=S.next;try{return N(K,G)}finally{S.next=M.n}}),S.resultName&&(S[S.resultName]=M.v,S.resultName=void 0),S.sent=M.v,S.next=M.n;try{return R.call(this,S)}finally{M.p=S.prev,M.n=S.next}}}return(x=function(){return{wrap:function(I,M,B,N){return p.w(k(I),M,B,N&&N.reverse())},isGeneratorFunction:b,mark:p.m,awrap:function(I,M){return new r(I,M)},AsyncIterator:c,async:function(I,M,B,N,K){return(b(M)?f:o)(k(I),M,B,N,K)},keys:h,values:a}})()}},29658:function(d,g,e){"use strict";e.d(g,{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)}},72190:function(d,g,e){"use strict";e.d(g,{Z:function(){return f}});var r=e(82430);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,A=!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){A=!0,x=k}finally{try{if(!b&&u.return!=null&&(y=u.return(),Object(y)!==y))return}finally{if(A)throw x}}return m}}var l=e(68688),c=e(42821);function f(o,h){return(0,r.Z)(o)||i(o,h)||(0,l.Z)(o,h)||(0,c.Z)()}},48745:function(d,g,e){"use strict";e.d(g,{Z:function(){return f}});var r=e(82430),i=e(43835),l=e(68688),c=e(42821);function f(o){return(0,r.Z)(o)||(0,i.Z)(o)||(0,l.Z)(o)||(0,c.Z)()}},77654:function(d,g,e){"use strict";e.d(g,{Z:function(){return o}});var r=e(13750);function i(h){if(Array.isArray(h))return(0,r.Z)(h)}var l=e(43835),c=e(68688);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()}},73177:function(d,g,e){"use strict";e.d(g,{Z:function(){return l}});var r=e(43749);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+""}},43749:function(d,g,e){"use strict";e.d(g,{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)}},68688:function(d,g,e){"use strict";e.d(g,{Z:function(){return i}});var r=e(13750);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}}},16471:function(d,g,e){"use strict";e.d(g,{ZP:function(){return Pf}});const r=Number.isFinite||function(O){return typeof O=="number"&&isFinite(O)},i=Number.isSafeInteger||function(O){return typeof O=="number"&&Math.abs(O)<=l},l=Number.MAX_SAFE_INTEGER||9007199254740991;let c=function(O){return O.NETWORK_ERROR="networkError",O.MEDIA_ERROR="mediaError",O.KEY_SYSTEM_ERROR="keySystemError",O.MUX_ERROR="muxError",O.OTHER_ERROR="otherError",O}({}),f=function(O){return O.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",O.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",O.KEY_SYSTEM_NO_SESSION="keySystemNoSession",O.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",O.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",O.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",O.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",O.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",O.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",O.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",O.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR="keySystemDestroyMediaKeysError",O.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR="keySystemDestroyCloseSessionError",O.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR="keySystemDestroyRemoveSessionError",O.MANIFEST_LOAD_ERROR="manifestLoadError",O.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",O.MANIFEST_PARSING_ERROR="manifestParsingError",O.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",O.LEVEL_EMPTY_ERROR="levelEmptyError",O.LEVEL_LOAD_ERROR="levelLoadError",O.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",O.LEVEL_PARSING_ERROR="levelParsingError",O.LEVEL_SWITCH_ERROR="levelSwitchError",O.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",O.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",O.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",O.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",O.FRAG_LOAD_ERROR="fragLoadError",O.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",O.FRAG_DECRYPT_ERROR="fragDecryptError",O.FRAG_PARSING_ERROR="fragParsingError",O.FRAG_GAP="fragGap",O.REMUX_ALLOC_ERROR="remuxAllocError",O.KEY_LOAD_ERROR="keyLoadError",O.KEY_LOAD_TIMEOUT="keyLoadTimeOut",O.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",O.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",O.BUFFER_APPEND_ERROR="bufferAppendError",O.BUFFER_APPENDING_ERROR="bufferAppendingError",O.BUFFER_STALLED_ERROR="bufferStalledError",O.BUFFER_FULL_ERROR="bufferFullError",O.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",O.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",O.ASSET_LIST_LOAD_ERROR="assetListLoadError",O.ASSET_LIST_LOAD_TIMEOUT="assetListLoadTimeout",O.ASSET_LIST_PARSING_ERROR="assetListParsingError",O.INTERSTITIAL_ASSET_ITEM_ERROR="interstitialAssetItemError",O.INTERNAL_EXCEPTION="internalException",O.INTERNAL_ABORTED="aborted",O.ATTACH_MEDIA_ERROR="attachMediaError",O.UNKNOWN="unknown",O}({}),o=function(O){return O.MEDIA_ATTACHING="hlsMediaAttaching",O.MEDIA_ATTACHED="hlsMediaAttached",O.MEDIA_DETACHING="hlsMediaDetaching",O.MEDIA_DETACHED="hlsMediaDetached",O.MEDIA_ENDED="hlsMediaEnded",O.STALL_RESOLVED="hlsStallResolved",O.BUFFER_RESET="hlsBufferReset",O.BUFFER_CODECS="hlsBufferCodecs",O.BUFFER_CREATED="hlsBufferCreated",O.BUFFER_APPENDING="hlsBufferAppending",O.BUFFER_APPENDED="hlsBufferAppended",O.BUFFER_EOS="hlsBufferEos",O.BUFFERED_TO_END="hlsBufferedToEnd",O.BUFFER_FLUSHING="hlsBufferFlushing",O.BUFFER_FLUSHED="hlsBufferFlushed",O.MANIFEST_LOADING="hlsManifestLoading",O.MANIFEST_LOADED="hlsManifestLoaded",O.MANIFEST_PARSED="hlsManifestParsed",O.LEVEL_SWITCHING="hlsLevelSwitching",O.LEVEL_SWITCHED="hlsLevelSwitched",O.LEVEL_LOADING="hlsLevelLoading",O.LEVEL_LOADED="hlsLevelLoaded",O.LEVEL_UPDATED="hlsLevelUpdated",O.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",O.LEVELS_UPDATED="hlsLevelsUpdated",O.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",O.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",O.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",O.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",O.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",O.AUDIO_TRACK_UPDATED="hlsAudioTrackUpdated",O.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",O.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",O.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",O.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",O.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",O.SUBTITLE_TRACK_UPDATED="hlsSubtitleTrackUpdated",O.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",O.CUES_PARSED="hlsCuesParsed",O.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",O.INIT_PTS_FOUND="hlsInitPtsFound",O.FRAG_LOADING="hlsFragLoading",O.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",O.FRAG_LOADED="hlsFragLoaded",O.FRAG_DECRYPTED="hlsFragDecrypted",O.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",O.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",O.FRAG_PARSING_METADATA="hlsFragParsingMetadata",O.FRAG_PARSED="hlsFragParsed",O.FRAG_BUFFERED="hlsFragBuffered",O.FRAG_CHANGED="hlsFragChanged",O.FPS_DROP="hlsFpsDrop",O.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",O.MAX_AUTO_LEVEL_UPDATED="hlsMaxAutoLevelUpdated",O.ERROR="hlsError",O.DESTROYING="hlsDestroying",O.KEY_LOADING="hlsKeyLoading",O.KEY_LOADED="hlsKeyLoaded",O.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",O.BACK_BUFFER_REACHED="hlsBackBufferReached",O.STEERING_MANIFEST_LOADED="hlsSteeringManifestLoaded",O.ASSET_LIST_LOADING="hlsAssetListLoading",O.ASSET_LIST_LOADED="hlsAssetListLoaded",O.INTERSTITIALS_UPDATED="hlsInterstitialsUpdated",O.INTERSTITIALS_BUFFERED_TO_BOUNDARY="hlsInterstitialsBufferedToBoundary",O.INTERSTITIAL_ASSET_PLAYER_CREATED="hlsInterstitialAssetPlayerCreated",O.INTERSTITIAL_STARTED="hlsInterstitialStarted",O.INTERSTITIAL_ASSET_STARTED="hlsInterstitialAssetStarted",O.INTERSTITIAL_ASSET_ENDED="hlsInterstitialAssetEnded",O.INTERSTITIAL_ASSET_ERROR="hlsInterstitialAssetError",O.INTERSTITIAL_ENDED="hlsInterstitialEnded",O.INTERSTITIALS_PRIMARY_RESUMED="hlsInterstitialsPrimaryResumed",O.PLAYOUT_LIMIT_REACHED="hlsPlayoutLimitReached",O.EVENT_CUE_ENTER="hlsEventCueEnter",O}({});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(O,t,n){return(t=k(t))in O?Object.defineProperty(O,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):O[t]=n,O}function y(){return y=Object.assign?Object.assign.bind():function(O){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var s in n)({}).hasOwnProperty.call(n,s)&&(O[s]=n[s])}return O},y.apply(null,arguments)}function m(O,t){var n=Object.keys(O);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(O);t&&(s=s.filter(function(v){return Object.getOwnPropertyDescriptor(O,v).enumerable})),n.push.apply(n,s)}return n}function b(O){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(O,s,n[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(O,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach(function(s){Object.defineProperty(O,s,Object.getOwnPropertyDescriptor(n,s))})}return O}function A(O,t){if(typeof O!="object"||!O)return O;var n=O[Symbol.toPrimitive];if(n!==void 0){var s=n.call(O,t);if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(O)}function k(O){var t=A(O,"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=S,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 S=function(){},I={trace:S,debug:S,log:S,warn:S,info:S,error:S};function M(){return y({},I)}function B(O,t){const n=self.console[O];return n?n.bind(self.console,`${t?"["+t+"] ":""}[${O}] >`):S}function N(O,t,n){return t[O]?t[O].bind(t):B(O,n)}const K=M();function G(O,t,n){const s=M();if(typeof console=="object"&&O===!0||typeof O=="object"){const v=["debug","log","info","warn","error"];v.forEach(w=>{s[w]=N(w,O,n)});try{s.log(`Debug logs enabled for "${t}" in hls.js version 1.6.15`)}catch(w){return M()}v.forEach(w=>{K[w]=N(w,O)})}else y(K,s);return s}const H=K;function ae(O=!0){return typeof self=="undefined"?void 0:(O||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function ie(O){return typeof self!="undefined"&&O===self.ManagedMediaSource}function ue(O,t){const n=Object.keys(O),s=Object.keys(t),v=n.length,w=s.length;return!v||!w||v===w&&!n.some(T=>s.indexOf(T)===-1)}function X(O,t=!1){if(typeof TextDecoder!="undefined"){const V=new TextDecoder("utf-8").decode(O);if(t){const oe=V.indexOf("\0");return oe!==-1?V.substring(0,oe):V}return V.replace(/\0/g,"")}const n=O.length;let s,v,w,T="",j=0;for(;j<n;){if(s=O[j++],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=O[j++],T+=String.fromCharCode((s&31)<<6|v&63);break;case 14:v=O[j++],w=O[j++],T+=String.fromCharCode((s&15)<<12|(v&63)<<6|(w&63)<<0);break}}return T}function Y(O){let t="";for(let n=0;n<O.length;n++){let s=O[n].toString(16);s.length<2&&(s="0"+s),t+=s}return t}function $(O){return Uint8Array.from(O.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer}function se(O){return O&&O.__esModule&&Object.prototype.hasOwnProperty.call(O,"default")?O.default:O}var ee={exports:{}},J;function le(){return J||(J=1,function(O,t){(function(n){var s=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,v=/^(?=([^\/?#]*))\1([^]*)$/,w=/(?:\/|^)\.(?=\/)/g,T=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,j={buildAbsoluteURL:function(q,V,oe){if(oe=oe||{},q=q.trim(),V=V.trim(),!V){if(!oe.alwaysNormalize)return q;var de=j.parseURL(q);if(!de)throw new Error("Error trying to parse base URL.");return de.path=j.normalizePath(de.path),j.buildURLFromParts(de)}var be=j.parseURL(V);if(!be)throw new Error("Error trying to parse relative URL.");if(be.scheme)return oe.alwaysNormalize?(be.path=j.normalizePath(be.path),j.buildURLFromParts(be)):V;var ke=j.parseURL(q);if(!ke)throw new Error("Error trying to parse base URL.");if(!ke.netLoc&&ke.path&&ke.path[0]!=="/"){var Re=v.exec(ke.path);ke.netLoc=Re[1],ke.path=Re[2]}ke.netLoc&&!ke.path&&(ke.path="/");var ot={scheme:ke.scheme,netLoc:be.netLoc,path:null,params:be.params,query:be.query,fragment:be.fragment};if(!be.netLoc&&(ot.netLoc=ke.netLoc,be.path[0]!=="/"))if(!be.path)ot.path=ke.path,be.params||(ot.params=ke.params,be.query||(ot.query=ke.query));else{var st=ke.path,Xt=st.substring(0,st.lastIndexOf("/")+1)+be.path;ot.path=j.normalizePath(Xt)}return ot.path===null&&(ot.path=oe.alwaysNormalize?j.normalizePath(be.path):be.path),j.buildURLFromParts(ot)},parseURL:function(q){var V=s.exec(q);return V?{scheme:V[1]||"",netLoc:V[2]||"",path:V[3]||"",params:V[4]||"",query:V[5]||"",fragment:V[6]||""}:null},normalizePath:function(q){for(q=q.split("").reverse().join("").replace(w,"");q.length!==(q=q.replace(T,"")).length;);return q.split("").reverse().join("")},buildURLFromParts:function(q){return q.scheme+q.netLoc+q.path+q.params+q.query+q.fragment}};O.exports=j})()}(ee)),ee.exports}var Z=le();class U{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 ne={AUDIO:"audio",VIDEO:"video",AUDIOVIDEO:"audiovideo"};class me{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,Lt(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={[ne.AUDIO]:null,[ne.VIDEO]:null,[ne.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 U),this._stats}set stats(t){this._stats=t}get url(){return!this._url&&this.baseurl&&this.relurl&&(this._url=Z.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""}set url(t){this._url=t}clearElementaryStreamInfo(){const{elementaryStreams:t}=this;t[ne.AUDIO]=null,t[ne.VIDEO]=null,t[ne.AUDIOVIDEO]=null}}function Ee(O){return O.sn!=="initSegment"}class Pe extends me{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.length){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(){var t;const{levelkeys:n}=this;if(!n||n.NONE)return null;if(n.identity)this._decryptdata||(this._decryptdata=n.identity.getDecryptData(this.sn));else if(!((t=this._decryptdata)!=null&&t.keyId)){const s=Object.keys(n);if(s.length===1){const v=this._decryptdata=n[s[0]]||null;v&&(this._decryptdata=v.getDecryptData(this.sn,n))}}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){var n;const s=Object.keys(this.levelkeys),v=s.length;if(v>1||v===1&&(n=this.levelkeys[s[0]])!=null&&n.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 Ee(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){const n=this.levelkeys;if(n){var s;const v=n[t];v&&!((s=this._decryptdata)!=null&&s.keyId)&&(this._decryptdata=v.getDecryptData(this.sn,n))}}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:j}=this,q=j[t];if(!q){j[t]={startPTS:n,endPTS:s,startDTS:v,endDTS:w,partial:T};return}q.startPTS=Math.min(q.startPTS,n),q.endPTS=Math.max(q.endPTS,s),q.startDTS=Math.min(q.startDTS,v),q.endDTS=Math.max(q.endDTS,w)}}class We extends me{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 Fe(O,t){const n=Object.getPrototypeOf(O);if(n){const s=Object.getOwnPropertyDescriptor(n,t);return s||Fe(n,t)}}function Lt(O,t){const n=Fe(O,t);n&&(n.enumerable=!0,Object.defineProperty(O,t,n))}const mt=Math.pow(2,32)-1,wt=[].push,Gt={video:1,audio:2,id3:3,text:4};function Ft(O){return String.fromCharCode.apply(null,O)}function nr(O,t){const n=O[t]<<8|O[t+1];return n<0?65536+n:n}function Ne(O,t){const n=Rt(O,t);return n<0?4294967296+n:n}function ht(O,t){let n=Ne(O,t);return n*=Math.pow(2,32),n+=Ne(O,t+4),n}function Rt(O,t){return O[t]<<24|O[t+1]<<16|O[t+2]<<8|O[t+3]}function Je(O){const t=O.byteLength;for(let n=0;n<t;){const s=Ne(O,n);if(s>8&&O[n+4]===109&&O[n+5]===111&&O[n+6]===111&&O[n+7]===102)return!0;n=s>1?n+s:t}return!1}function ct(O,t){const n=[];if(!t.length)return n;const s=O.byteLength;for(let v=0;v<s;){const w=Ne(O,v),T=Ft(O.subarray(v+4,v+8)),j=w>1?v+w:s;if(T===t[0])if(t.length===1)n.push(O.subarray(v+8,j));else{const q=ct(O.subarray(v+8,j),t.slice(1));q.length&&wt.apply(n,q)}v=j}return n}function at(O){const t=[],n=O[0];let s=8;const v=Ne(O,s);s+=4;let w=0,T=0;n===0?(w=Ne(O,s),T=Ne(O,s+4),s+=8):(w=ht(O,s),T=ht(O,s+8),s+=16),s+=2;let j=O.length+T;const q=nr(O,s);s+=2;for(let V=0;V<q;V++){let oe=s;const de=Ne(O,oe);oe+=4;const be=de&2147483647;if((de&2147483648)>>>31===1)return H.warn("SIDX has hierarchical references (not supported)"),null;const Re=Ne(O,oe);oe+=4,t.push({referenceSize:be,subsegmentDuration:Re,info:{duration:Re/v,start:j,end:j+be-1}}),j+=be,oe+=4,s=oe}return{earliestPresentationTime:w,timescale:v,version:n,referencesCount:q,references:t}}function Xe(O){const t=[],n=ct(O,["moov","trak"]);for(let v=0;v<n.length;v++){const w=n[v],T=ct(w,["tkhd"])[0];if(T){let j=T[0];const q=Ne(T,j===0?12:20),V=ct(w,["mdia","mdhd"])[0];if(V){j=V[0];const oe=Ne(V,j===0?12:20),de=ct(w,["mdia","hdlr"])[0];if(de){const be=Ft(de.subarray(8,12)),ke={soun:ne.AUDIO,vide:ne.VIDEO}[be],Re=ct(w,["mdia","minf","stbl","stsd"])[0],ot=Ze(Re);ke?(t[q]={timescale:oe,type:ke,stsd:ot},t[ke]=b({timescale:oe,id:q},ot)):t[q]={timescale:oe,type:be,stsd:ot}}}}}return ct(O,["moov","mvex","trex"]).forEach(v=>{const w=Ne(v,4),T=t[w];T&&(T.default={duration:Ne(v,12),flags:Ne(v,20)})}),t}function Ze(O){const t=O.subarray(8),n=t.subarray(86),s=Ft(t.subarray(4,8));let v=s,w;const T=s==="enca"||s==="encv";if(T){const V=ct(t,[s])[0].subarray(s==="enca"?28:78);ct(V,["sinf"]).forEach(de=>{const be=ct(de,["schm"])[0];if(be){const ke=Ft(be.subarray(4,8));if(ke==="cbcs"||ke==="cenc"){const Re=ct(de,["frma"])[0];Re&&(v=Ft(Re))}}})}const j=v;switch(v){case"avc1":case"avc2":case"avc3":case"avc4":{const q=ct(n,["avcC"])[0];q&&q.length>3&&(v+="."+et(q[1])+et(q[2])+et(q[3]),w=ye(j==="avc1"?"dva1":"dvav",n));break}case"mp4a":{const q=ct(t,[s])[0],V=ct(q.subarray(28),["esds"])[0];if(V&&V.length>7){let oe=4;if(V[oe++]!==3)break;oe=Ge(V,oe),oe+=2;const de=V[oe++];if(de&128&&(oe+=2),de&64&&(oe+=V[oe++]),V[oe++]!==4)break;oe=Ge(V,oe);const be=V[oe++];if(be===64)v+="."+et(be);else break;if(oe+=12,V[oe++]!==5)break;oe=Ge(V,oe);const ke=V[oe++];let Re=(ke&248)>>3;Re===31&&(Re+=1+((ke&7)<<3)+((V[oe]&224)>>5)),v+="."+Re}break}case"hvc1":case"hev1":{const q=ct(n,["hvcC"])[0];if(q&&q.length>12){const V=q[1],oe=["","A","B","C"][V>>6],de=V&31,be=Ne(q,2),ke=(V&32)>>5?"H":"L",Re=q[12],ot=q.subarray(6,12);v+="."+oe+de,v+="."+Oe(be).toString(16).toUpperCase(),v+="."+ke+Re;let st="";for(let Xt=ot.length;Xt--;){const ar=ot[Xt];(ar||st)&&(st="."+ar.toString(16).toUpperCase()+st)}v+=st}w=ye(j=="hev1"?"dvhe":"dvh1",n);break}case"dvh1":case"dvhe":case"dvav":case"dva1":case"dav1":{v=ye(v,n)||v;break}case"vp09":{const q=ct(n,["vpcC"])[0];if(q&&q.length>6){const V=q[4],oe=q[5],de=q[6]>>4&15;v+="."+Qe(V)+"."+Qe(oe)+"."+Qe(de)}break}case"av01":{const q=ct(n,["av1C"])[0];if(q&&q.length>2){const V=q[1]>>>5,oe=q[1]&31,de=q[2]>>>7?"H":"M",be=(q[2]&64)>>6,ke=(q[2]&32)>>5,Re=V===2&&be?ke?12:10:be?10:8,ot=(q[2]&16)>>4,st=(q[2]&8)>>3,Xt=(q[2]&4)>>2,ar=q[2]&3;v+="."+V+"."+Qe(oe)+de+"."+Qe(Re)+"."+ot+"."+st+Xt+ar+"."+Qe(1)+"."+Qe(1)+"."+Qe(1)+"."+0,w=ye("dav1",n)}break}}return{codec:v,encrypted:T,supplemental:w}}function ye(O,t){const n=ct(t,["dvvC"]),s=n.length?n[0]:ct(t,["dvcC"])[0];if(s){const v=s[2]>>1&127,w=s[2]<<5&32|s[3]>>3&31;return O+"."+Qe(v)+"."+Qe(w)}}function Oe(O){let t=0;for(let n=0;n<32;n++)t|=(O>>n&1)<<31-n;return t>>>0}function Ge(O,t){const n=t+5;for(;O[t++]&128&&t<n;);return t}function et(O){return("0"+O.toString(16).toUpperCase()).slice(-2)}function Qe(O){return(O<10?"0":"")+O}function St(O,t){if(!O||!t)return;const n=t.keyId;n&&t.isCommonEncryption&&lr(O,(s,v)=>{const w=s.subarray(8,24);w.some(T=>T!==0)||(H.log(`[eme] Patching keyId in 'enc${v?"a":"v"}>sinf>>tenc' box: ${Y(w)} -> ${Y(n)}`),s.set(n,8))})}function Ct(O){const t=[];return lr(O,n=>t.push(n.subarray(8,24))),t}function lr(O,t){ct(O,["moov","trak"]).forEach(s=>{const v=ct(s,["mdia","minf","stbl","stsd"])[0];if(!v)return;const w=v.subarray(8);let T=ct(w,["enca"]);const j=T.length>0;j||(T=ct(w,["encv"])),T.forEach(q=>{const V=j?q.subarray(28):q.subarray(78);ct(V,["sinf"]).forEach(de=>{const be=or(de);be&&t(be,j)})})})}function or(O){const t=ct(O,["schm"])[0];if(t){const n=Ft(t.subarray(4,8));if(n==="cbcs"||n==="cenc"){const s=ct(O,["schi","tenc"])[0];if(s)return s}}}function Me(O,t,n){const s={},v=ct(O,["moof","traf"]);for(let w=0;w<v.length;w++){const T=v[w],j=ct(T,["tfhd"])[0],q=Ne(j,4),V=t[q];if(!V)continue;s[q]||(s[q]={start:NaN,duration:0,sampleCount:0,timescale:V.timescale,type:V.type});const oe=s[q],de=ct(T,["tfdt"])[0];if(de){const ur=de[0];let Sr=Ne(de,4);ur===1&&(Sr===mt?n.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(Sr*=mt+1,Sr+=Ne(de,8))),r(Sr)&&(!r(oe.start)||Sr<oe.start)&&(oe.start=Sr)}const be=V.default,ke=Ne(j,0)|(be==null?void 0:be.flags);let Re=(be==null?void 0:be.duration)||0;ke&8&&(ke&2?Re=Ne(j,12):Re=Ne(j,8));const ot=ct(T,["trun"]);let st=oe.start||0,Xt=0,ar=Re;for(let ur=0;ur<ot.length;ur++){const Sr=ot[ur],Ur=Ne(Sr,4),mn=oe.sampleCount;oe.sampleCount+=Ur;const Zr=Sr[3]&1,cn=Sr[3]&4,un=Sr[2]&1,Xr=Sr[2]&2,Dn=Sr[2]&4,wi=Sr[2]&8;let Qi=8,fa=Ur;for(Zr&&(Qi+=4),cn&&Ur&&(!(Sr[Qi+1]&1)&&oe.keyFrameIndex===void 0&&(oe.keyFrameIndex=mn),Qi+=4,un?(ar=Ne(Sr,Qi),Qi+=4):ar=Re,Xr&&(Qi+=4),wi&&(Qi+=4),st+=ar,Xt+=ar,fa--);fa--;)un?(ar=Ne(Sr,Qi),Qi+=4):ar=Re,Xr&&(Qi+=4),Dn&&(Sr[Qi+1]&1||oe.keyFrameIndex===void 0&&(oe.keyFrameIndex=oe.sampleCount-(fa+1),oe.keyFrameStart=st),Qi+=4),wi&&(Qi+=4),st+=ar,Xt+=ar;!Xt&&Re&&(Xt+=Re*Ur)}oe.duration+=Xt}if(!Object.keys(s).some(w=>s[w].duration)){let w=1/0,T=0;const j=ct(O,["sidx"]);for(let q=0;q<j.length;q++){const V=at(j[q]);if(V!=null&&V.references){w=Math.min(w,V.earliestPresentationTime/V.timescale);const oe=V.references.reduce((de,be)=>de+be.info.duration||0,0);T=Math.max(T,oe+V.earliestPresentationTime/V.timescale)}}T&&r(T)&&Object.keys(s).forEach(q=>{s[q].duration||(s[q].duration=T*s[q].timescale-s[q].start)})}return s}function tt(O){const t={valid:null,remainder:null},n=ct(O,["moof"]);if(n.length<2)return t.remainder=O,t;const s=n[n.length-1];return t.valid=O.slice(0,s.byteOffset-8),t.remainder=O.slice(s.byteOffset-8),t}function Qt(O,t){const n=new Uint8Array(O.length+t.length);return n.set(O),n.set(t,O.length),n}function rt(O,t){const n=[],s=t.samples,v=t.timescale,w=t.id;let T=!1;return ct(s,["moof"]).map(q=>{const V=q.byteOffset-8;ct(q,["traf"]).map(de=>{const be=ct(de,["tfdt"]).map(ke=>{const Re=ke[0];let ot=Ne(ke,4);return Re===1&&(ot*=Math.pow(2,32),ot+=Ne(ke,8)),ot/v})[0];return be!==void 0&&(O=be),ct(de,["tfhd"]).map(ke=>{const Re=Ne(ke,4),ot=Ne(ke,0)&16777215,st=(ot&1)!==0,Xt=(ot&2)!==0,ar=(ot&8)!==0;let ur=0;const Sr=(ot&16)!==0;let Ur=0;const mn=(ot&32)!==0;let Zr=8;Re===w&&(st&&(Zr+=8),Xt&&(Zr+=4),ar&&(ur=Ne(ke,Zr),Zr+=4),Sr&&(Ur=Ne(ke,Zr),Zr+=4),mn&&(Zr+=4),t.type==="video"&&(T=Mt(t.codec)),ct(de,["trun"]).map(cn=>{const un=cn[0],Xr=Ne(cn,0)&16777215,Dn=(Xr&1)!==0;let wi=0;const Qi=(Xr&4)!==0,fa=(Xr&256)!==0;let qi=0;const fi=(Xr&512)!==0;let aa=0;const Li=(Xr&1024)!==0,la=(Xr&2048)!==0;let Fa=0;const bi=Ne(cn,4);let xi=8;Dn&&(wi=Ne(cn,xi),xi+=4),Qi&&(xi+=4);let ws=wi+V;for(let Es=0;Es<bi;Es++){if(fa?(qi=Ne(cn,xi),xi+=4):qi=ur,fi?(aa=Ne(cn,xi),xi+=4):aa=Ur,Li&&(xi+=4),la&&(un===0?Fa=Ne(cn,xi):Fa=Rt(cn,xi),xi+=4),t.type===ne.VIDEO){let As=0;for(;As<aa;){const Vs=Ne(s,ws);if(ws+=4,Ot(T,s[ws])){const fu=s.subarray(ws,ws+Vs);Jt(fu,T?2:1,O+Fa/v,n)}ws+=Vs,As+=Vs+4}}O+=qi/v}}))})})}),n}function Mt(O){if(!O)return!1;const t=O.substring(0,4);return t==="hvc1"||t==="hev1"||t==="dvh1"||t==="dvhe"}function Ot(O,t){if(O){const n=t>>1&63;return n===39||n===40}else return(t&31)===6}function Jt(O,t,n,s){const v=Ut(O);let w=0;w+=t;let T=0,j=0,q=0;for(;w<v.length;){T=0;do{if(w>=v.length)break;q=v[w++],T+=q}while(q===255);j=0;do{if(w>=v.length)break;q=v[w++],j+=q}while(q===255);const V=v.length-w;let oe=w;if(j<V)w+=j;else if(j>V){H.error(`Malformed SEI payload. ${j} is too small, only ${V} bytes left to parse.`);break}if(T===4){if(v[oe++]===181){const be=nr(v,oe);if(oe+=2,be===49){const ke=Ne(v,oe);if(oe+=4,ke===1195456820){const Re=v[oe++];if(Re===3){const ot=v[oe++],st=31&ot,Xt=64&ot,ar=Xt?2+st*3:0,ur=new Uint8Array(ar);if(Xt){ur[0]=ot;for(let Sr=1;Sr<ar;Sr++)ur[Sr]=v[oe++]}s.push({type:Re,payloadType:T,pts:n,bytes:ur})}}}}}else if(T===5&&j>16){const de=[];for(let Re=0;Re<16;Re++){const ot=v[oe++].toString(16);de.push(ot.length==1?"0"+ot:ot),(Re===3||Re===5||Re===7||Re===9)&&de.push("-")}const be=j-16,ke=new Uint8Array(be);for(let Re=0;Re<be;Re++)ke[Re]=v[oe++];s.push({payloadType:T,pts:n,uuid:de.join(""),userData:X(ke),userDataBytes:ke})}}}function Ut(O){const t=O.byteLength,n=[];let s=1;for(;s<t-2;)O[s]===0&&O[s+1]===0&&O[s+2]===3?(n.push(s+2),s+=2):s++;if(n.length===0)return O;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]=O[T];return w}function Te(O){const t=O[0];let n="",s="",v=0,w=0,T=0,j=0,q=0,V=0;if(t===0){for(;Ft(O.subarray(V,V+1))!=="\0";)n+=Ft(O.subarray(V,V+1)),V+=1;for(n+=Ft(O.subarray(V,V+1)),V+=1;Ft(O.subarray(V,V+1))!=="\0";)s+=Ft(O.subarray(V,V+1)),V+=1;s+=Ft(O.subarray(V,V+1)),V+=1,v=Ne(O,12),w=Ne(O,16),j=Ne(O,20),q=Ne(O,24),V=28}else if(t===1){V+=4,v=Ne(O,V),V+=4;const de=Ne(O,V);V+=4;const be=Ne(O,V);for(V+=4,T=4294967296*de+be,i(T)||(T=Number.MAX_SAFE_INTEGER,H.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),j=Ne(O,V),V+=4,q=Ne(O,V),V+=4;Ft(O.subarray(V,V+1))!=="\0";)n+=Ft(O.subarray(V,V+1)),V+=1;for(n+=Ft(O.subarray(V,V+1)),V+=1;Ft(O.subarray(V,V+1))!=="\0";)s+=Ft(O.subarray(V,V+1)),V+=1;s+=Ft(O.subarray(V,V+1)),V+=1}const oe=O.subarray(V,O.byteLength);return{schemeIdUri:n,value:s,timeScale:v,presentationTime:T,presentationTimeDelta:w,eventDuration:j,id:q,payload:oe}}function ce(O,...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(O,4),v=0,s=8;v<n;v++)w.set(t[v],s),s+=t[v].byteLength;return w}function pe(O,t,n){if(O.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.byteLength>0&&new DataView(T.buffer).setUint32(0,n.byteLength,!1),ce([112,115,115,104],new Uint8Array([s,0,0,0]),O,w,v,T,n)}function At(O){const t=[];if(O instanceof ArrayBuffer){const n=O.byteLength;let s=0;for(;s+32<n;){const v=new DataView(O,s),w=Ae(v);t.push(w),s+=w.size}}return t}function Ae(O){const t=O.getUint32(0),n=O.byteOffset,s=O.byteLength;if(s<t)return{offset:n,size:s};if(O.getUint32(4)!==1886614376)return{offset:n,size:t};const w=O.getUint32(8)>>>24;if(w!==0&&w!==1)return{offset:n,size:t};const T=O.buffer,j=Y(new Uint8Array(T,n+12,16));let q=null,V=null,oe=0;if(w===0)oe=28;else{const be=O.getUint32(28);if(!be||s<32+be*16)return{offset:n,size:t};q=[];for(let ke=0;ke<be;ke++)q.push(new Uint8Array(T,n+32+ke*16,16));oe=32+be*16}if(!oe)return{offset:n,size:t};const de=O.getUint32(oe);return t-32<de?{offset:n,size:t}:(V=new Uint8Array(T,n+oe+4,de),{version:w,systemId:j,kids:q,data:V,offset:n,size:t})}const ut=()=>/\(Windows.+Firefox\//i.test(navigator.userAgent),$t={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 yt(O,t){const n=$t[t];return!!n&&!!n[O.slice(0,4)]}function Ce(O,t,n=!0){return!O.split(",").some(s=>!_t(s,t,n))}function _t(O,t,n=!0){var s;const v=ae(n);return(s=v==null?void 0:v.isTypeSupported(Ue(O,t)))!=null?s:!1}function Ue(O,t){return`${t}/mp4;codecs=${O}`}function xe(O){if(O){const t=O.substring(0,4);return $t.video[t]}return 2}function dt(O){const t=ut();return O.split(",").reduce((n,s)=>{const w=t&&Mt(s)?9:$t.video[s];return w?(w*2+n)/(n?3:2):($t.audio[s]+n)/(n?2:1)},0)}const Dt={};function Be(O,t=!0){if(Dt[O])return Dt[O];const n={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"],"mp4a.40.34":["mp3"]}[O];for(let v=0;v<n.length;v++){var s;if(_t(n[v],"audio",t))return Dt[O]=n[v],n[v];if(n[v]==="mp3"&&(s=ae(t))!=null&&s.isTypeSupported("audio/mpeg"))return""}return O}const Dr=/flac|opus|mp4a\.40\.34/i;function vt(O,t=!0){return O.replace(Dr,n=>Be(n.toLowerCase(),t))}function qr(O,t){const n=[];if(O){const s=O.split(",");for(let v=0;v<s.length;v++)yt(s[v],"video")||n.push(s[v])}return t&&n.push(t),n.join(",")}function sn(O,t){if(O&&(O.length>4||["ac-3","ec-3","alac","fLaC","Opus"].indexOf(O)!==-1)&&(zt(O,"audio")||zt(O,"video")))return O;if(t){const n=t.split(",");if(n.length>1){if(O){for(let s=n.length;s--;)if(n[s].substring(0,4)===O.substring(0,4))return n[s]}return n[0]}}return t||O}function zt(O,t){return yt(O,t)&&_t(O,t)}function er(O){const t=O.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 Bt(O){if(O.startsWith("av01.")){const t=O.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 O}function Yt(O){const t=ae(O)||{isTypeSupported:()=>!1};return{mpeg:t.isTypeSupported("audio/mpeg"),mp3:t.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:t.isTypeSupported('audio/mp4; codecs="ac-3"')}}function wr(O){return O.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}const Ir={supported:!0,powerEfficient:!0,smooth:!0},Pt={supported:!1,smooth:!1,powerEfficient:!1},Kt={supported:!0,configurations:[],decodingInfoResults:[Ir]};function jt(O,t){return{supported:!1,configurations:t,decodingInfoResults:[Pt],error:O}}function qt(O,t,n,s,v,w){const T=O.videoCodec,j=O.audioCodec?O.audioGroups:null,q=w==null?void 0:w.audioCodec,V=w==null?void 0:w.channels,oe=V?parseInt(V):q?1/0:2;let de=null;if(j!=null&&j.length)try{j.length===1&&j[0]?de=t.groups[j[0]].channels:de=j.reduce((be,ke)=>{if(ke){const Re=t.groups[ke];if(!Re)throw new Error(`Audio track group ${ke} not found`);Object.keys(Re.channels).forEach(ot=>{be[ot]=(be[ot]||0)+Re.channels[ot]})}return be},{2:0})}catch(be){return!0}return T!==void 0&&(T.split(",").some(be=>Mt(be))||O.width>1920&&O.height>1088||O.height>1920&&O.width>1088||O.frameRate>Math.max(s,30)||O.videoRange!=="SDR"&&O.videoRange!==n||O.bitrate>Math.max(v,8e6))||!!de&&r(oe)&&Object.keys(de).some(be=>parseInt(be)>oe)}function yr(O,t,n,s={}){const v=O.videoCodec;if(!v&&!O.audioCodec||!n)return Promise.resolve(Kt);const w=[],T=Qr(O),j=T.length,q=Hr(O,t,j>0),V=q.length;for(let oe=j||1*V||1;oe--;){const de={type:"media-source"};if(j&&(de.video=T[oe%j]),V){de.audio=q[oe%V];const be=de.audio.bitrate;de.video&&be&&(de.video.bitrate-=be)}w.push(de)}if(v){const oe=navigator.userAgent;if(v.split(",").some(de=>Mt(de))&&ut())return Promise.resolve(jt(new Error(`Overriding Windows Firefox HEVC MediaCapabilities result based on user-agent string: (${oe})`),w))}return Promise.all(w.map(oe=>{const de=Yn(oe);return s[de]||(s[de]=n.decodingInfo(oe))})).then(oe=>({supported:!oe.some(de=>!de.supported),configurations:w,decodingInfoResults:oe})).catch(oe=>({supported:!1,configurations:w,decodingInfoResults:[],error:oe}))}function Qr(O){var t;const n=(t=O.videoCodec)==null?void 0:t.split(","),s=En(O),v=O.width||640,w=O.height||480,T=O.frameRate||30,j=O.videoRange.toLowerCase();return n?n.map(q=>{const V={contentType:Ue(Bt(q),"video"),width:v,height:w,bitrate:s,framerate:T};return j!=="sdr"&&(V.transferFunction=j),V}):[]}function Hr(O,t,n){var s;const v=(s=O.audioCodec)==null?void 0:s.split(","),w=En(O);return v&&O.audioGroups?O.audioGroups.reduce((T,j)=>{var q;const V=j?(q=t.groups[j])==null?void 0:q.tracks:null;return V?V.reduce((oe,de)=>{if(de.groupId===j){const be=parseFloat(de.channels||"");v.forEach(ke=>{const Re={contentType:Ue(ke,"audio"),bitrate:n?jn(ke,w):w};be&&(Re.channels=""+be),oe.push(Re)})}return oe},T):T},[]):[]}function jn(O,t){if(t<=1)return 1;let n=128e3;return O==="ec-3"?n=768e3:O==="ac-3"&&(n=64e4),Math.min(t/2,n)}function En(O){return Math.ceil(Math.max(O.bitrate*.9,O.averageBitrate)/1e3)*1e3||1}function Yn(O){let t="";const{audio:n,video:s}=O;if(s){const v=wr(s.contentType);t+=`${v}_r${s.height}x${s.width}f${Math.ceil(s.framerate)}${s.transferFunction||"sd"}_${Math.ceil(s.bitrate/1e5)}`}if(n){const v=wr(n.contentType);t+=`${s?"_":""}${v}_c${n.channels}`}return t}const Tt=["NONE","TYPE-0","TYPE-1",null];function Vr(O){return Tt.indexOf(O)>-1}const ii=["SDR","PQ","HLG"];function Bi(O){return!!O&&ii.indexOf(O)>-1}var $n={No:"",Yes:"YES",v2:"v2"};function ci(O){const{canSkipUntil:t,canSkipDateRanges:n,age:s}=O,v=s<t/2;return t&&v?n?$n.v2:$n.Yes:$n.No}class Di{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 Gi{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 Pi(this._audioGroups,t)}hasSubtitleGroup(t){return Pi(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 Pi(O,t){return!t||!O?!1:O.indexOf(t)!==-1}function Ui(){if(typeof matchMedia=="function"){const O=matchMedia("(dynamic-range: high)"),t=matchMedia("bad query");if(O.media!==t.media)return O.matches===!0}return!1}function da(O,t){let n=!1,s=[];if(O&&(n=O!=="SDR",s=[O]),t){s=t.allowedVideoRanges||ii.slice(0);const v=s.join("")!=="SDR"&&!t.videoCodec;n=t.preferHDR!==void 0?t.preferHDR:v&&Ui(),n||(s=["SDR"])}return{preferHDR:n,allowedVideoRanges:s}}const sa=O=>{const t=new WeakSet;return(n,s)=>{if(O&&(s=O(n,s)),typeof s=="object"&&s!==null){if(t.has(s))return;t.add(s)}return s}},Ji=(O,t)=>JSON.stringify(O,sa(t));function vi(O,t,n,s,v){const w=Object.keys(O),T=s==null?void 0:s.channels,j=s==null?void 0:s.audioCodec,q=v==null?void 0:v.videoCodec,V=T&&parseInt(T)===2;let oe=!1,de=!1,be=1/0,ke=1/0,Re=1/0,ot=1/0,st=0,Xt=[];const{preferHDR:ar,allowedVideoRanges:ur}=da(t,v);for(let cn=w.length;cn--;){const un=O[w[cn]];oe||(oe=un.channels[2]>0),be=Math.min(be,un.minHeight),ke=Math.min(ke,un.minFramerate),Re=Math.min(Re,un.minBitrate),ur.filter(Dn=>un.videoRanges[Dn]>0).length>0&&(de=!0)}be=r(be)?be:0,ke=r(ke)?ke:0;const Sr=Math.max(1080,be),Ur=Math.max(30,ke);Re=r(Re)?Re:n,n=Math.max(Re,n),de||(t=void 0);const mn=w.length>1;return{codecSet:w.reduce((cn,un)=>{const Xr=O[un];if(un===cn)return cn;if(Xt=de?ur.filter(Dn=>Xr.videoRanges[Dn]>0):[],mn){if(Xr.minBitrate>n)return $i(un,`min bitrate of ${Xr.minBitrate} > current estimate of ${n}`),cn;if(!Xr.hasDefaultAudio)return $i(un,"no renditions with default or auto-select sound found"),cn;if(j&&un.indexOf(j.substring(0,4))%5!==0)return $i(un,`audio codec preference "${j}" not found`),cn;if(T&&!V){if(!Xr.channels[T])return $i(un,`no renditions with ${T} channel sound found (channels options: ${Object.keys(Xr.channels)})`),cn}else if((!j||V)&&oe&&Xr.channels[2]===0)return $i(un,"no renditions with stereo sound found"),cn;if(Xr.minHeight>Sr)return $i(un,`min resolution of ${Xr.minHeight} > maximum of ${Sr}`),cn;if(Xr.minFramerate>Ur)return $i(un,`min framerate of ${Xr.minFramerate} > maximum of ${Ur}`),cn;if(!Xt.some(Dn=>Xr.videoRanges[Dn]>0))return $i(un,`no variants with VIDEO-RANGE of ${Ji(Xt)} found`),cn;if(q&&un.indexOf(q.substring(0,4))%5!==0)return $i(un,`video codec preference "${q}" not found`),cn;if(Xr.maxScore<st)return $i(un,`max score of ${Xr.maxScore} < selected max of ${st}`),cn}return cn&&(dt(un)>=dt(cn)||Xr.fragmentError>O[cn].fragmentError)?cn:(ot=Xr.minIndex,st=Xr.maxScore,un)},void 0),videoRanges:Xt,preferHDR:ar,minFramerate:ke,minBitrate:Re,minIndex:ot}}function $i(O,t){H.log(`[abr] start candidates with "${O}" ignored because ${t}`)}function Ia(O){return O.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 bt(O,t,n,s){return O.slice(n,s+1).reduce((v,w,T)=>{if(!w.codecSet)return v;const j=w.audioGroups;let q=v[w.codecSet];q||(v[w.codecSet]=q={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:T,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!j,fragmentError:0}),q.minBitrate=Math.min(q.minBitrate,w.bitrate);const V=Math.min(w.height,w.width);return q.minHeight=Math.min(q.minHeight,V),q.minFramerate=Math.min(q.minFramerate,w.frameRate),q.minIndex=Math.min(q.minIndex,T),q.maxScore=Math.max(q.maxScore,w.score),q.fragmentError+=w.fragmentError,q.videoRanges[w.videoRange]=(q.videoRanges[w.videoRange]||0)+1,j&&j.forEach(oe=>{if(!oe)return;const de=t.groups[oe];de&&(q.hasDefaultAudio=q.hasDefaultAudio||t.hasDefaultAudio?de.hasDefault:de.hasAutoSelect||!t.hasDefaultAudio&&!t.hasAutoSelectAudio,Object.keys(de.channels).forEach(be=>{q.channels[be]=(q.channels[be]||0)+de.channels[be]}))}),v},{})}function wa(O){if(!O)return O;const{lang:t,assocLang:n,characteristics:s,channels:v,audioCodec:w}=O;return{lang:t,assocLang:n,characteristics:s,channels:v,audioCodec:w}}function Ki(O,t,n){if("attrs"in O){const s=t.indexOf(O);if(s!==-1)return s}for(let s=0;s<t.length;s++){const v=t[s];if(gi(O,v,n))return s}return-1}function gi(O,t,n){const{groupId:s,name:v,lang:w,assocLang:T,default:j}=O,q=O.forced;return(s===void 0||t.groupId===s)&&(v===void 0||t.name===v)&&(w===void 0||ka(w,t.lang))&&(w===void 0||t.assocLang===T)&&(j===void 0||t.default===j)&&(q===void 0||t.forced===q)&&(!("characteristics"in O)||Yi(O.characteristics||"",t.characteristics))&&(n===void 0||n(O,t))}function ka(O,t="--"){return O.length===t.length?O===t:O.startsWith(t)||t.startsWith(O)}function Yi(O,t=""){const n=O.split(","),s=t.split(",");return n.length===s.length&&!n.some(v=>s.indexOf(v)===-1)}function Jn(O,t){const{audioCodec:n,channels:s}=O;return(n===void 0||(t.audioCodec||"").substring(0,4)===n.substring(0,4))&&(s===void 0||s===(t.channels||"2"))}function zn(O,t,n,s,v){const w=t[s],j=t.reduce((be,ke,Re)=>{const ot=ke.uri;return(be[ot]||(be[ot]=[])).push(Re),be},{})[w.uri];j.length>1&&(s=Math.max.apply(Math,j));const q=w.videoRange,V=w.frameRate,oe=w.codecSet.substring(0,4),de=we(t,s,be=>{if(be.videoRange!==q||be.frameRate!==V||be.codecSet.substring(0,4)!==oe)return!1;const ke=be.audioGroups,Re=n.filter(ot=>!ke||ke.indexOf(ot.groupId)!==-1);return Ki(O,Re,v)>-1});return de>-1?de:we(t,s,be=>{const ke=be.audioGroups,Re=n.filter(ot=>!ke||ke.indexOf(ot.groupId)!==-1);return Ki(O,Re,v)>-1})}function we(O,t,n){for(let s=t;s>-1;s--)if(n(O[s]))return s;for(let s=t+1;s<O.length;s++)if(n(O[s]))return s;return-1}function it(O,t){var n;return!!O&&O!==((n=t.loadLevelObj)==null?void 0:n.uri)}class qe 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.supportedCache={},this.bwEstimator=void 0,this._abandonRulesCheck=n=>{var s;const{fragCurrent:v,partCurrent:w,hls:T}=this,{autoLevelEnabled:j,media:q}=T;if(!v||!q)return;const V=performance.now(),oe=w?w.stats:v.stats,de=w?w.duration:v.duration,be=V-oe.loading.start,ke=T.minAutoLevel,Re=v.level,ot=this._nextAutoLevel;if(oe.aborted||oe.loaded&&oe.loaded===oe.total||Re<=ke){this.clearTimer(),this._nextAutoLevel=-1;return}if(!j)return;const st=ot>-1&&ot!==Re,Xt=!!n||st;if(!Xt&&(q.paused||!q.playbackRate||!q.readyState))return;const ar=T.mainForwardBufferInfo;if(!Xt&&ar===null)return;const ur=this.bwEstimator.getEstimateTTFB(),Sr=Math.abs(q.playbackRate);if(be<=Math.max(ur,1e3*(de/(Sr*2))))return;const Ur=ar?ar.len/Sr:0,mn=oe.loading.first?oe.loading.first-oe.loading.start:-1,Zr=oe.loaded&&mn>-1,cn=this.getBwEstimate(),un=T.levels,Xr=un[Re],Dn=Math.max(oe.loaded,Math.round(de*(v.bitrate||Xr.averageBitrate)/8));let wi=Zr?be-mn:be;wi<1&&Zr&&(wi=Math.min(be,oe.loaded*8/cn));const Qi=Zr?oe.loaded*1e3/wi:0,fa=ur/1e3,qi=Qi?(Dn-oe.loaded)/Qi:Dn*8/cn+fa;if(qi<=Ur)return;const fi=Qi?Qi*8:cn,aa=((s=(n==null?void 0:n.details)||this.hls.latestLevelDetails)==null?void 0:s.live)===!0,Li=this.hls.config.abrBandWidthUpFactor;let la=Number.POSITIVE_INFINITY,Fa;for(Fa=Re-1;Fa>ke;Fa--){const Es=un[Fa].maxBitrate,As=!un[Fa].details||aa;if(la=this.getTimeToLoadFrag(fa,fi,de*Es,As),la<Math.min(Ur,de+fa))break}if(la>=qi||la>de*10)return;Zr?this.bwEstimator.sample(be-Math.min(ur,mn),oe.loaded):this.bwEstimator.sampleTTFB(be);const bi=un[Fa].maxBitrate;this.getBwEstimate()*Li>bi&&this.resetEstimator(bi);const xi=this.findBestLevel(bi,ke,Fa,0,Ur,1,1);xi>-1&&(Fa=xi),this.warn(`Fragment ${v.sn}${w?" part "+w.index:""} of level ${Re} is loading too slowly;
Fragment duration: ${v.duration.toFixed(3)}
Time to underbuffer: ${Ur.toFixed(3)} s
Estimated load time for current fragment: ${qi.toFixed(3)} s
Estimated load time for down switch fragment: ${la.toFixed(3)} s
TTFB estimate: ${mn|0} ms
Current BW estimate: ${r(cn)?cn|0:"Unknown"} bps
New BW estimate: ${this.getBwEstimate()|0} bps
Switching to level ${Fa} @ ${bi|0} bps`),T.nextLoadLevel=T.nextAutoLevel=Fa,this.clearTimer();const ws=()=>{if(this.clearTimer(),this.fragCurrent===v&&this.hls.loadLevel===Fa&&Fa>0){const Es=this.getStarvationDelay();if(this.warn(`Aborting inflight request ${Fa>0?"and switching down":""}
Fragment duration: ${v.duration.toFixed(3)} s
Time to underbuffer: ${Es.toFixed(3)} s`),v.abortRequests(),this.fragCurrent=this.partCurrent=null,Fa>ke){let As=this.findBestLevel(this.hls.levels[ke].bitrate,ke,Fa,0,Es,1,1);As===-1&&(As=ke),this.hls.nextLoadLevel=this.hls.nextAutoLevel=As,this.resetEstimator(this.hls.levels[As].bitrate)}}};st||qi>la*2?ws():this.timer=self.setInterval(ws,la*1e3),T.trigger(o.FRAG_LOAD_EMERGENCY_ABORTED,{frag:v,part:w,stats:oe})},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=this.supportedCache=null,this.fragCurrent=this.partCurrent=null}onManifestLoading(t,n){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.supportedCache={},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(),j=w?w.stats:s.stats,q=T-j.loading.start,V=j.loading.first?j.loading.first-j.loading.start:-1;if(j.loaded&&V>-1){const de=this.bwEstimator.getEstimateTTFB();this.bwEstimator.sample(q-Math.min(de,V),j.loaded)}else this.bwEstimator.sampleTTFB(q)}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],j=(T.loaded?T.loaded.bytes:0)+v.loaded,q=(T.loaded?T.loaded.duration:0)+w;T.loaded={bytes:j,duration:q},T.realBitrate=Math.round(8*j/q)}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,j=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 ${j}`),j}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,j=n?n.duration:t?t.duration:0,q=this.getBwEstimate(),V=this.getStarvationDelay();let oe=w.abrBandWidthFactor,de=w.abrBandWidthUpFactor;if(V){const st=this.findBestLevel(q,T,v,V,0,oe,de);if(st>=0)return this.rebufferNotice=-1,st}let be=j?Math.min(j,w.maxStarvationDelay):w.maxStarvationDelay;if(!V){const st=this.bitrateTestDelay;st&&(be=(j?Math.min(j,w.maxLoadingDelay):w.maxLoadingDelay)-st,this.info(`bitrate test took ${Math.round(1e3*st)}ms, set first fragment max fetchDuration to ${Math.round(1e3*be)} ms`),oe=de=1)}const ke=this.findBestLevel(q,T,v,V,be,oe,de);if(this.rebufferNotice!==ke&&(this.rebufferNotice=ke,this.info(`${V?"rebuffering expected":"buffer is empty"}, optimal quality level ${ke}`)),ke>-1)return ke;const Re=s.levels[T],ot=s.loadLevelObj;return ot&&(Re==null?void 0:Re.bitrate)<ot.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,j){var q;const V=v+w,oe=this.lastLoadedFragLevel,de=oe===-1?this.hls.firstLevel:oe,{fragCurrent:be,partCurrent:ke}=this,{levels:Re,allAudioTracks:ot,loadLevel:st,config:Xt}=this.hls;if(Re.length===1)return 0;const ar=Re[de],ur=!!((q=this.hls.latestLevelDetails)!=null&&q.live),Sr=st===-1||oe===-1;let Ur,mn="SDR",Zr=(ar==null?void 0:ar.frameRate)||0;const{audioPreference:cn,videoPreference:un}=Xt,Xr=this.audioTracksByGroup||(this.audioTracksByGroup=Ia(ot));let Dn=-1;if(Sr){if(this.firstSelection!==-1)return this.firstSelection;const fi=this.codecTiers||(this.codecTiers=bt(Re,Xr,n,s)),aa=vi(fi,mn,t,cn,un),{codecSet:Li,videoRanges:la,minFramerate:Fa,minBitrate:bi,minIndex:xi,preferHDR:ws}=aa;Dn=xi,Ur=Li,mn=ws?la[la.length-1]:la[0],Zr=Fa,t=Math.max(t,bi),this.log(`picked start tier ${Ji(aa)}`)}else Ur=ar==null?void 0:ar.codecSet,mn=ar==null?void 0:ar.videoRange;const wi=ke?ke.duration:be?be.duration:0,Qi=this.bwEstimator.getEstimateTTFB()/1e3,fa=[];for(let fi=s;fi>=n;fi--){var qi;const aa=Re[fi],Li=fi>de;if(!aa)continue;if(Xt.useMediaCapabilities&&!aa.supportedResult&&!aa.supportedPromise){const As=navigator.mediaCapabilities;typeof(As==null?void 0:As.decodingInfo)=="function"&&qt(aa,Xr,mn,Zr,t,cn)?(aa.supportedPromise=yr(aa,Xr,As,this.supportedCache),aa.supportedPromise.then(Vs=>{if(!this.hls)return;aa.supportedResult=Vs;const fu=this.hls.levels,pa=fu.indexOf(aa);Vs.error?this.warn(`MediaCapabilities decodingInfo error: "${Vs.error}" for level ${pa} ${Ji(Vs)}`):Vs.supported?Vs.decodingInfoResults.some(oc=>oc.smooth===!1||oc.powerEfficient===!1)&&this.log(`MediaCapabilities decodingInfo for level ${pa} not smooth or powerEfficient: ${Ji(Vs)}`):(this.warn(`Unsupported MediaCapabilities decodingInfo result for level ${pa} ${Ji(Vs)}`),pa>-1&&fu.length>1&&(this.log(`Removing unsupported level ${pa}`),this.hls.removeLevel(pa),this.hls.loadLevel===-1&&(this.hls.nextLoadLevel=0)))}).catch(Vs=>{this.warn(`Error handling MediaCapabilities decodingInfo: ${Vs}`)})):aa.supportedResult=Kt}if((Ur&&aa.codecSet!==Ur||mn&&aa.videoRange!==mn||Li&&Zr>aa.frameRate||!Li&&Zr>0&&Zr<aa.frameRate||(qi=aa.supportedResult)!=null&&(qi=qi.decodingInfoResults)!=null&&qi.some(As=>As.smooth===!1))&&(!Sr||fi!==Dn)){fa.push(fi);continue}const la=aa.details,Fa=(ke?la==null?void 0:la.partTarget:la==null?void 0:la.averagetargetduration)||wi;let bi;Li?bi=j*t:bi=T*t;const xi=wi&&v>=wi*2&&w===0?aa.averageBitrate:aa.maxBitrate,ws=this.getTimeToLoadFrag(Qi,bi,xi*Fa,la===void 0);if(bi>=xi&&(fi===oe||aa.loadError===0&&aa.fragmentError===0)&&(ws<=Qi||!r(ws)||ur&&!this.bitrateTestDelay||ws<V)){const As=this.forcedAutoLevel;return fi!==st&&(As===-1||As!==st)&&(fa.length&&this.trace(`Skipped level(s) ${fa.join(",")} of ${s} max with CODECS and VIDEO-RANGE:"${Re[fa[0]].codecs}" ${Re[fa[0]].videoRange}; not compatible with "${Ur}" ${mn}`),this.info(`switch candidate:${de}->${fi} adjustedbw(${Math.round(bi)})-bitrate=${Math.round(bi-xi)} ttfb:${Qi.toFixed(1)} avgDuration:${Fa.toFixed(1)} maxFetchDuration:${V.toFixed(1)} fetchDuration:${ws.toFixed(1)} firstSelection:${Sr} codecSet:${aa.codecSet} videoRange:${aa.videoRange} hls.loadLevel:${st}`)),Sr&&(this.firstSelection=fi),fi}}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 It={search:function(O,t){let n=0,s=O.length-1,v=null,w=null;for(;n<=s;){v=(n+s)/2|0,w=O[v];const T=t(w);if(T>0)n=v+1;else if(T<0)s=v-1;else return w}return null}};function lt(O,t,n){if(t===null||!Array.isArray(O)||!O.length||!r(t))return null;const s=O[0].programDateTime;if(t<(s||0))return null;const v=O[O.length-1].endProgramDateTime;if(t>=(v||0))return null;for(let w=0;w<O.length;++w){const T=O[w];if(zr(t,n,T))return T}return null}function dr(O,t,n=0,s=0,v=.005){let w=null;if(O){w=t[1+O.sn-t[0].sn]||null;const j=O.endDTS-n;j>0&&j<15e-7&&(n+=15e-7),w&&O.level!==w.level&&w.end<=O.end&&(w=t[2+O.sn-t[0].sn]||null)}else n===0&&t[0].start===0&&(w=t[0]);if(w&&((!O||O.level===w.level)&&Cr(n,s,w)===0||pr(w,O,Math.min(v,s))))return w;const T=It.search(t,Cr.bind(null,n,s));return T&&(T!==O||!w)?T:w}function pr(O,t,n){if(t&&t.start===0&&t.level<O.level&&(t.endPTS||0)>0){const s=t.tagList.reduce((v,w)=>(w[0]==="INF"&&(v+=parseFloat(w[1])),v),n);return O.start<=s}return!1}function Cr(O=0,t=0,n){if(n.start<=O&&n.start+n.duration>O)return 0;const s=Math.min(t,n.duration+(n.deltaPTS?n.deltaPTS:0));return n.start+n.duration-s<=O?1:n.start-s>O&&n.start?-1:0}function zr(O,t,n){const s=Math.min(t,n.duration+(n.deltaPTS?n.deltaPTS:0))*1e3;return(n.endProgramDateTime||0)-s>O}function Jr(O,t,n){if(O&&O.startCC<=t&&O.endCC>=t){let s=O.fragments;const{fragmentHint:v}=O;v&&(s=s.concat(v));let w;return It.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 Nr(O){switch(O.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 Cn(O){return O.details.startsWith("key")}function vr(O){return Cn(O)&&!!O.frag&&!O.frag.decryptdata}function Fn(O,t){const n=Nr(t);return O.default[`${n?"timeout":"error"}Retry`]}function Qn(O,t){const n=O.backoff==="linear"?1:Math.pow(2,t);return Math.min(n*O.retryDelayMs,O.maxRetryDelayMs)}function $e(O){return b(b({},O),{errorRetry:null,timeoutRetry:null})}function ft(O,t,n,s){if(!O)return!1;const v=s==null?void 0:s.code,w=t<O.maxNumRetry&&(_e(v)||!!n);return O.shouldRetry?O.shouldRetry(O,t,n,s,w):w}function _e(O){return sr(O)||!!O&&(O<400||O>499)}function sr(O){return O===0&&navigator.onLine===!1}var ir={DoNothing:0,SendEndCallback:1,SendAlternateToPenaltyBox:2,RemoveAlternatePermanently:3,InsertDiscontinuity:4,RetryRequest:5},Rr={None:0,MoveAllAlternatesMatchingHost:1,MoveAllAlternatesMatchingHDCP:2,MoveAllAlternatesMatchingKey:4,SwitchToSDR:8};class Gr extends R{constructor(t){super("error-controller",t.logger),this.hls=void 0,this.playlistError=0,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}startLoad(t){}stopLoad(){this.playlistError=0}getVariantLevelIndex(t){return(t==null?void 0:t.type)===u.MAIN?t.level:this.getVariantIndex()}getVariantIndex(){var t;const n=this.hls,s=n.currentLevel;return(t=n.loadLevelObj)!=null&&t.details||s===-1?n.loadLevel:s}variantHasKey(t,n){if(t){var s;if((s=t.details)!=null&&s.hasKey(n))return!0;const v=t.audioGroups;if(v)return this.hls.allAudioTracks.filter(T=>v.indexOf(T.groupId)>=0).some(T=>{var j;return(j=T.details)==null?void 0:j.hasKey(n)})}return!1}onManifestLoading(){this.playlistError=0}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=Wr();return}case f.FRAG_GAP:case f.FRAG_DECRYPT_ERROR:{n.errorAction=this.getFragRetryOrSwitchAction(n),n.errorAction.action=ir.SendAlternateToPenaltyBox;return}case f.LEVEL_EMPTY_ERROR:case f.LEVEL_PARSING_ERROR:{var T;const q=n.parent===u.MAIN?n.level:v.loadLevel;n.details===f.LEVEL_EMPTY_ERROR&&((T=n.context)!=null&&(T=T.levelDetails)!=null&&T.live)?n.errorAction=this.getPlaylistRetryOrSwitchAction(n,q):(n.levelRetry=!1,n.errorAction=this.getLevelSwitchAction(n,q))}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 q=v.loadLevelObj;if(q&&(w.type===h.AUDIO_TRACK&&q.hasAudioGroup(w.groupId)||w.type===h.SUBTITLE_TRACK&&q.hasSubtitleGroup(w.groupId))){n.errorAction=this.getPlaylistRetryOrSwitchAction(n,v.loadLevel),n.errorAction.action=ir.SendAlternateToPenaltyBox,n.errorAction.flags=Rr.MoveAllAlternatesMatchingHost;return}}return;case f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:n.errorAction={action:ir.SendAlternateToPenaltyBox,flags:Rr.MoveAllAlternatesMatchingHDCP};return;case f.KEY_SYSTEM_SESSION_UPDATE_FAILED:case f.KEY_SYSTEM_STATUS_INTERNAL_ERROR:case f.KEY_SYSTEM_NO_SESSION:n.errorAction={action:ir.SendAlternateToPenaltyBox,flags:Rr.MoveAllAlternatesMatchingKey};return;case f.BUFFER_ADD_CODEC_ERROR:case f.REMUX_ALLOC_ERROR:case f.BUFFER_APPEND_ERROR:if(!n.errorAction){var j;n.errorAction=this.getLevelSwitchAction(n,(j=n.level)!=null?j: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=Wr();return}n.type===c.KEY_SYSTEM_ERROR&&(n.levelRetry=!1,n.errorAction=Wr())}getPlaylistRetryOrSwitchAction(t,n){const s=this.hls,v=Fn(s.config.playlistLoadPolicy,t),w=this.playlistError++;if(ft(v,w,Nr(t),t.response))return{action:ir.RetryRequest,flags:Rr.None,retryConfig:v,retryCount:w};const j=this.getLevelSwitchAction(t,n);return v&&(j.retryConfig=v,j.retryCount=w),j}getFragRetryOrSwitchAction(t){const n=this.hls,s=this.getVariantLevelIndex(t.frag),v=n.levels[s],{fragLoadPolicy:w,keyLoadPolicy:T}=n.config,j=Fn(Cn(t)?T:w,t),q=n.levels.reduce((oe,de)=>oe+de.fragmentError,0);if(v&&(t.details!==f.FRAG_GAP&&v.fragmentError++,!vr(t)&&ft(j,q,Nr(t),t.response)))return{action:ir.RetryRequest,flags:Rr.None,retryConfig:j,retryCount:q};const V=this.getLevelSwitchAction(t,s);return j&&(V.retryConfig=j,V.retryCount=q),V}getLevelSwitchAction(t,n){const s=this.hls;n==null&&(n=s.loadLevel);const v=this.hls.levels[n];if(v){var w,T;const V=t.details;v.loadError++,V===f.BUFFER_APPEND_ERROR&&v.fragmentError++;let oe=-1;const{levels:de,loadLevel:be,minAutoLevel:ke,maxAutoLevel:Re}=s;!s.autoLevelEnabled&&!s.config.preserveManualLevelOnError&&(s.loadLevel=-1);const ot=(w=t.frag)==null?void 0:w.type,Xt=(ot===u.AUDIO&&V===f.FRAG_PARSING_ERROR||t.sourceBufferName==="audio"&&(V===f.BUFFER_ADD_CODEC_ERROR||V===f.BUFFER_APPEND_ERROR))&&de.some(({audioCodec:mn})=>v.audioCodec!==mn),ur=t.sourceBufferName==="video"&&(V===f.BUFFER_ADD_CODEC_ERROR||V===f.BUFFER_APPEND_ERROR)&&de.some(({codecSet:mn,audioCodec:Zr})=>v.codecSet!==mn&&v.audioCodec===Zr),{type:Sr,groupId:Ur}=(T=t.context)!=null?T:{};for(let mn=de.length;mn--;){const Zr=(mn+be)%de.length;if(Zr!==be&&Zr>=ke&&Zr<=Re&&de[Zr].loadError===0){var j,q;const cn=de[Zr];if(V===f.FRAG_GAP&&ot===u.MAIN&&t.frag){const un=de[Zr].details;if(un){const Xr=dr(t.frag,un.fragments,t.frag.start);if(Xr!=null&&Xr.gap)continue}}else{if(Sr===h.AUDIO_TRACK&&cn.hasAudioGroup(Ur)||Sr===h.SUBTITLE_TRACK&&cn.hasSubtitleGroup(Ur))continue;if(ot===u.AUDIO&&(j=v.audioGroups)!=null&&j.some(un=>cn.hasAudioGroup(un))||ot===u.SUBTITLE&&(q=v.subtitleGroups)!=null&&q.some(un=>cn.hasSubtitleGroup(un))||Xt&&v.audioCodec===cn.audioCodec||ur&&v.codecSet===cn.codecSet||!Xt&&v.codecSet!==cn.codecSet)continue}oe=Zr;break}}if(oe>-1&&s.loadLevel!==oe)return t.levelRetry=!0,this.playlistError=0,{action:ir.SendAlternateToPenaltyBox,flags:Rr.None,nextAutoLevel:oe}}return{action:ir.SendAlternateToPenaltyBox,flags:Rr.MoveAllAlternatesMatchingHost}}onErrorOut(t,n){var s;switch((s=n.errorAction)==null?void 0:s.action){case ir.DoNothing:break;case ir.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 ir.RetryRequest:break}if(n.fatal){this.hls.stopLoad();return}}sendAlternateToPenaltyBox(t){const n=this.hls,s=t.errorAction;if(!s)return;const{flags:v}=s,w=s.nextAutoLevel;switch(v){case Rr.None:this.switchLevel(t,w);break;case Rr.MoveAllAlternatesMatchingHDCP:{const q=this.getVariantLevelIndex(t.frag),V=n.levels[q],oe=V==null?void 0:V.attrs["HDCP-LEVEL"];if(s.hdcpLevel=oe,oe==="NONE")this.warn("HDCP policy resticted output with HDCP-LEVEL=NONE");else if(oe){n.maxHdcpLevel=Tt[Tt.indexOf(oe)-1],s.resolved=!0,this.warn(`Restricting playback to HDCP-LEVEL of "${n.maxHdcpLevel}" or lower`);break}}case Rr.MoveAllAlternatesMatchingKey:{const q=t.decryptdata;if(q){const V=this.hls.levels,oe=V.length;for(let be=oe;be--;)if(this.variantHasKey(V[be],q)){var T,j;this.log(`Banned key found in level ${be} (${V[be].bitrate}bps) or audio group "${(T=V[be].audioGroups)==null?void 0:T.join(",")}" (${(j=t.frag)==null?void 0:j.type} fragment) ${Y(q.keyId||[])}`),V[be].fragmentError++,V[be].loadError++,this.log(`Removing level ${be} with key error (${t.error})`),this.hls.removeLevel(be)}const de=t.frag;if(this.hls.levels.length<oe)s.resolved=!0;else if(de&&de.type!==u.MAIN){const be=de.decryptdata;be&&!q.matches(be)&&(s.resolved=!0)}}break}}s.resolved||this.switchLevel(t,w)}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=wr(t.mimeType),v=this.hls.levels;for(let w=v.length;w--;)v[w][`${t.sourceBufferName}Codec`]===s&&(this.log(`Removing level ${w} for ${t.details} ("${s}" not supported)`),this.hls.removeLevel(w))}}}function Wr(O){const t={action:ir.DoNothing,flags:Rr.None};return O&&(t.resolved=!0),t}var hn={NOT_LOADED:"NOT_LOADED",APPENDING:"APPENDING",PARTIAL:"PARTIAL",OK:"OK"};class Ei{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&&(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&&(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.hls=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;if(w.start<=t&&t<=w.end&&w.loaded)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 j=v[w[T]];if((j==null?void 0:j.body.type)===n&&(!s||j.buffered)){const q=j.body;if(q.start<=t&&t<=q.end)return q}}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(j=>{const q=this.fragments[j];if(!q||T>=q.body.sn)return;if(!q.buffered&&(!q.loaded||w)){q.body.type===s&&this.removeFragment(q.body);return}const V=q.range[t];if(V){if(V.time.length===0){this.removeFragment(q.body);return}V.time.some(oe=>{const de=!this.isTimeBuffered(oe.startPTS,oe.endPTS,n);return de&&this.removeFragment(q.body),de})}})}detectPartialFragments(t){const n=this.timeRanges;if(!n||t.frag.sn==="initSegment")return;const s=t.frag,v=yn(s),w=this.fragments[v];if(!w||w.buffered&&s.gap)return;const T=!s.relurl;Object.keys(n).forEach(j=>{const q=s.elementaryStreams[j];if(!q)return;const V=n[j],oe=T||q.partial===!0;w.range[j]=this.getBufferedTimes(s,t.part,oe,V)}),w.loaded=null,Object.keys(w.range).length?(this.bufferedEnd(w,s),ln(w)||this.removeParts(s.sn-1,s.type)):this.removeFragment(w.body)}bufferedEnd(t,n){t.buffered=!0,(t.body.endList=n.endList||t.body.endList)&&(this.endListFragments[t.body.type]=t)}removeParts(t,n){const s=this.activePartLists[n];s&&(this.activePartLists[n]=$r(s,v=>v.fragment.sn>=t))}fragBuffered(t,n){const s=yn(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,this.bufferedEnd(v,t))}getBufferedTimes(t,n,s,v){const w={time:[],partial:s},T=t.start,j=t.end,q=t.minEndPTS||j,V=t.maxStartPTS||T;for(let oe=0;oe<v.length;oe++){const de=v.start(oe)-this.bufferPadding,be=v.end(oe)+this.bufferPadding;if(V>=de&&q<=be){w.time.push({startPTS:Math.max(T,v.start(oe)),endPTS:Math.min(j,v.end(oe))});break}else if(T<be&&j>de){const ke=Math.max(T,v.start(oe)),Re=Math.min(j,v.end(oe));Re>ke&&(w.partial=!0,w.time.push({startPTS:ke,endPTS:Re}))}else if(j<=de)break}return w}getPartialFragment(t){let n=null,s,v,w,T=0;const{bufferPadding:j,fragments:q}=this;return Object.keys(q).forEach(V=>{const oe=q[V];oe&&ln(oe)&&(v=oe.body.start-j,w=oe.body.end+j,t>=v&&t<=w&&(s=Math.min(t-v,w-t),T<=s&&(n=oe.body,T=s)))}),n}isEndListAppended(t){const n=this.endListFragments[t];return n!==void 0&&(n.buffered||ln(n))}getState(t){const n=yn(t),s=this.fragments[n];return s?s.buffered?ln(s)?hn.PARTIAL:hn.OK:hn.APPENDING:hn.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=yn(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 j=s.type;if(v){let V=this.activePartLists[j];V||(this.activePartLists[j]=V=[]),V.push(v)}this.timeRanges=w;const q=w[T];this.detectEvictedFragments(T,q,j,v)}onFragBuffered(t,n){this.detectPartialFragments(n)}hasFragment(t){const n=yn(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 j=this.fragments[T];if(!j)return;const q=j.body;q.type!==s||v&&!q.gap||q.start<n&&q.end>t&&(j.buffered||w)&&this.removeFragment(q)})}removeFragment(t){const n=yn(t);t.clearElementaryStreamInfo();const s=this.activePartLists[t.type];if(s){const v=t.sn;this.activePartLists[t.type]=$r(s,w=>w.fragment.sn!==v)}delete this.fragments[n],t.endList&&delete this.endListFragments[t.type]}removeAllFragments(){var t;this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1;const n=(t=this.hls)==null||(t=t.latestLevelDetails)==null?void 0:t.partList;n&&n.forEach(s=>s.clearElementaryStreamInfo())}}function ln(O){var t,n,s;return O.buffered&&!!(O.body.gap||(t=O.range.video)!=null&&t.partial||(n=O.range.audio)!=null&&n.partial||(s=O.range.audiovideo)!=null&&s.partial)}function yn(O){return`${O.type}_${O.level}_${O.sn}`}function $r(O,t){return O.filter(n=>{const s=t(n);return s||n.clearElementaryStreamInfo(),s})}var kn={cbc:0,ctr:1};class oi{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 kn.cbc:return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},n,t);case kn.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 Ea(O){const t=O.byteLength,n=t&&new DataView(O.buffer).getUint8(t-1);return n?O.slice(0,t-n):O}class Qs{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],j=s[3],q=this.invSubMix,V=q[0],oe=q[1],de=q[2],be=q[3],ke=new Uint32Array(256);let Re=0,ot=0,st=0;for(st=0;st<256;st++)st<128?ke[st]=st<<1:ke[st]=st<<1^283;for(st=0;st<256;st++){let Xt=ot^ot<<1^ot<<2^ot<<3^ot<<4;Xt=Xt>>>8^Xt&255^99,t[Re]=Xt,n[Xt]=Re;const ar=ke[Re],ur=ke[ar],Sr=ke[ur];let Ur=ke[Xt]*257^Xt*16843008;v[Re]=Ur<<24|Ur>>>8,w[Re]=Ur<<16|Ur>>>16,T[Re]=Ur<<8|Ur>>>24,j[Re]=Ur,Ur=Sr*16843009^ur*65537^ar*257^Re*16843008,V[Xt]=Ur<<24|Ur>>>8,oe[Xt]=Ur<<16|Ur>>>16,de[Xt]=Ur<<8|Ur>>>24,be[Xt]=Ur,Re?(Re=ar^ke[ke[ke[Sr^ar]]],ot^=ke[ke[ot]]):Re=ot=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 j,q;const V=this.keySchedule=new Uint32Array(T),oe=this.invKeySchedule=new Uint32Array(T),de=this.sBox,be=this.rcon,ke=this.invSubMix,Re=ke[0],ot=ke[1],st=ke[2],Xt=ke[3];let ar,ur;for(j=0;j<T;j++){if(j<w){ar=V[j]=n[j];continue}ur=ar,j%w===0?(ur=ur<<8|ur>>>24,ur=de[ur>>>24]<<24|de[ur>>>16&255]<<16|de[ur>>>8&255]<<8|de[ur&255],ur^=be[j/w|0]<<24):w>6&&j%w===4&&(ur=de[ur>>>24]<<24|de[ur>>>16&255]<<16|de[ur>>>8&255]<<8|de[ur&255]),V[j]=ar=(V[j-w]^ur)>>>0}for(q=0;q<T;q++)j=T-q,q&3?ur=V[j]:ur=V[j-4],q<4||j<=4?oe[q]=ur:oe[q]=Re[de[ur>>>24]]^ot[de[ur>>>16&255]]^st[de[ur>>>8&255]]^Xt[de[ur&255]],oe[q]=oe[q]>>>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,j=this.invSubMix,q=j[0],V=j[1],oe=j[2],de=j[3],be=this.uint8ArrayToUint32Array_(s);let ke=be[0],Re=be[1],ot=be[2],st=be[3];const Xt=new Int32Array(t),ar=new Int32Array(Xt.length);let ur,Sr,Ur,mn,Zr,cn,un,Xr,Dn,wi,Qi,fa,qi,fi;const aa=this.networkToHostOrderSwap;for(;n<Xt.length;){for(Dn=aa(Xt[n]),wi=aa(Xt[n+1]),Qi=aa(Xt[n+2]),fa=aa(Xt[n+3]),Zr=Dn^w[0],cn=fa^w[1],un=Qi^w[2],Xr=wi^w[3],qi=4,fi=1;fi<v;fi++)ur=q[Zr>>>24]^V[cn>>16&255]^oe[un>>8&255]^de[Xr&255]^w[qi],Sr=q[cn>>>24]^V[un>>16&255]^oe[Xr>>8&255]^de[Zr&255]^w[qi+1],Ur=q[un>>>24]^V[Xr>>16&255]^oe[Zr>>8&255]^de[cn&255]^w[qi+2],mn=q[Xr>>>24]^V[Zr>>16&255]^oe[cn>>8&255]^de[un&255]^w[qi+3],Zr=ur,cn=Sr,un=Ur,Xr=mn,qi=qi+4;ur=T[Zr>>>24]<<24^T[cn>>16&255]<<16^T[un>>8&255]<<8^T[Xr&255]^w[qi],Sr=T[cn>>>24]<<24^T[un>>16&255]<<16^T[Xr>>8&255]<<8^T[Zr&255]^w[qi+1],Ur=T[un>>>24]<<24^T[Xr>>16&255]<<16^T[Zr>>8&255]<<8^T[cn&255]^w[qi+2],mn=T[Xr>>>24]<<24^T[Zr>>16&255]<<16^T[cn>>8&255]<<8^T[un&255]^w[qi+3],ar[n]=aa(ur^ke),ar[n+1]=aa(mn^Re),ar[n+2]=aa(Ur^ot),ar[n+3]=aa(Sr^st),ke=Dn,Re=wi,ot=Qi,st=fa,n=n+4}return ar.buffer}}class Ba{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=Ws(this.aesMode);return this.subtle.importKey("raw",this.key,{name:t},!1,["encrypt","decrypt"])}}function Ws(O){switch(O){case kn.cbc:return"AES-CBC";case kn.ctr:return"AES-CTR";default:throw new Error(`[FastAESKey] invalid aes mode ${O}`)}}const Ns=16;class ls{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?Ea(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 j=ArrayBuffer.isView(t)?t:new Uint8Array(t);this.softwareDecrypt(j,n,s,v);const q=this.flush();q?w(q.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:j}=this;if(v!==kn.cbc||n.byteLength!==16)return H.warn("SoftwareDecrypt: can only handle AES-128-CBC"),null;this.logOnce("JS AES decrypt"),j&&(t=Qt(j,t),this.remainderData=null);const q=this.getValidChunk(t);if(!q.length)return null;w&&(s=w);let V=this.softwareDecrypter;V||(V=this.softwareDecrypter=new Qs),V.expandKey(n);const oe=T;return this.currentResult=V.decrypt(q.buffer,0,s),this.currentIV=q.slice(-16).buffer,oe||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 Ba(this.subtle,n,v)}return this.fastAesKey.expandKey().then(w=>this.subtle?(this.logOnce("WebCrypto AES decrypt"),new oi(this.subtle,new Uint8Array(s),v).decrypt(t.buffer,w)):Promise.reject(new Error("web crypto not initialized"))).catch(w=>(H.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%Ns;return s!==t.length&&(n=t.slice(0,s),this.remainderData=t.slice(s)),n}logOnce(t){this.logEnabled&&(H.log(`[decrypter]: ${t}`),this.logEnabled=!1)}}const co=Math.pow(2,17);class Ta{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 ta({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((j,q)=>{if(this.loader&&this.loader.destroy(),t.gap)if(t.tagList.some(Re=>Re[0]==="GAP")){q(vs(t));return}else t.gap=!1;const V=this.loader=w?new w(v):new T(v),oe=Ds(t);t.loader=V;const de=$e(v.fragLoadPolicy.default),be={loadPolicy:de,timeout:de.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:t.sn==="initSegment"?1/0:co};t.stats=V.stats;const ke={onSuccess:(Re,ot,st,Xt)=>{this.resetLoader(t,V);let ar=Re.data;st.resetIV&&t.decryptdata&&(t.decryptdata.iv=new Uint8Array(ar.slice(0,16)),ar=ar.slice(16)),j({frag:t,part:null,payload:ar,networkDetails:Xt})},onError:(Re,ot,st,Xt)=>{this.resetLoader(t,V),q(new ta({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,response:b({url:s,data:void 0},Re),error:new Error(`HTTP Error ${Re.code} ${Re.text}`),networkDetails:st,stats:Xt}))},onAbort:(Re,ot,st)=>{this.resetLoader(t,V),q(new ta({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,error:new Error("Aborted"),networkDetails:st,stats:Re}))},onTimeout:(Re,ot,st)=>{this.resetLoader(t,V),q(new ta({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,error:new Error(`Timeout after ${be.timeout}ms`),networkDetails:st,stats:Re}))}};n&&(ke.onProgress=(Re,ot,st,Xt)=>n({frag:t,part:null,payload:st,networkDetails:Xt})),V.load(oe,be,ke)})}loadPart(t,n,s){this.abort();const v=this.config,w=v.fLoader,T=v.loader;return new Promise((j,q)=>{if(this.loader&&this.loader.destroy(),t.gap||n.gap){q(vs(t,n));return}const V=this.loader=w?new w(v):new T(v),oe=Ds(t,n);t.loader=V;const de=$e(v.fragLoadPolicy.default),be={loadPolicy:de,timeout:de.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:co};n.stats=V.stats,V.load(oe,be,{onSuccess:(ke,Re,ot,st)=>{this.resetLoader(t,V),this.updateStatsFromPart(t,n);const Xt={frag:t,part:n,payload:ke.data,networkDetails:st};s(Xt),j(Xt)},onError:(ke,Re,ot,st)=>{this.resetLoader(t,V),q(new ta({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,part:n,response:b({url:oe.url,data:void 0},ke),error:new Error(`HTTP Error ${ke.code} ${ke.text}`),networkDetails:ot,stats:st}))},onAbort:(ke,Re,ot)=>{t.stats.aborted=n.stats.aborted,this.resetLoader(t,V),q(new ta({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,part:n,error:new Error("Aborted"),networkDetails:ot,stats:ke}))},onTimeout:(ke,Re,ot)=>{this.resetLoader(t,V),q(new ta({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,part:n,error:new Error(`Timeout after ${be.timeout}ms`),networkDetails:ot,stats:ke}))}})})}updateStatsFromPart(t,n){const s=t.stats,v=n.stats,w=v.total;if(s.loaded+=v.loaded,w){const q=Math.round(t.duration/n.duration),V=Math.min(Math.round(s.loaded/w),q),de=(q-V)*Math.round(s.loaded/V);s.total=s.loaded+de}else s.total=Math.max(s.loaded,s.total);const T=s.loading,j=v.loading;T.start?T.first+=j.first-j.start:(T.start=j.start,T.first=j.first),T.end=j.end}resetLoader(t,n){t.loader=null,this.loader===n&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),n.destroy()}}function Ds(O,t=null){const n=t||O,s={frag:O,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 j=v,q=w;if(O.sn==="initSegment"&&mo((T=O.decryptdata)==null?void 0:T.method)){const V=w-v;V%16&&(q=w+(16-V%16)),v!==0&&(s.resetIV=!0,j=v-16)}s.rangeStart=j,s.rangeEnd=q}return s}function vs(O,t){const n=new Error(`GAP ${O.gap?"tag":"attribute"} found`),s={type:c.MEDIA_ERROR,details:f.FRAG_GAP,fatal:!1,frag:O,error:n,networkDetails:null};return t&&(s.part=t),(t||O).stats.aborted=!0,new ta(s)}function mo(O){return O==="AES-128"||O==="AES-256"}class ta extends Error{constructor(t){super(t.error.message),this.data=void 0,this.data=t}}class to 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 No{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=Na(),this.buffering={audio:Na(),video:Na(),audiovideo:Na()},this.level=t,this.sn=n,this.id=s,this.size=v,this.part=w,this.partial=T}}function Na(){return{start:0,executeStart:0,executeEnd:0,end:0}}const Hs={length:0,start:()=>0,end:()=>0};class di{static isBuffered(t,n){if(t){const s=di.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=di.getBuffered(t);return di.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=di.bufferedRanges(t);if(v.length)return di.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((oe,de)=>oe.start-de.start||de.end-oe.end);let v=-1,w=[];if(s)for(let oe=0;oe<t.length;oe++){n>=t[oe].start&&n<=t[oe].end&&(v=oe);const de=w.length;if(de){const be=w[de-1].end;t[oe].start-be<s?t[oe].end>be&&(w[de-1].end=t[oe].end):w.push(t[oe])}else w.push(t[oe])}else w=t;let T=0,j,q=n,V=n;for(let oe=0;oe<w.length;oe++){const de=w[oe].start,be=w[oe].end;if(v===-1&&n>=de&&n<=be&&(v=oe),n+s>=de&&n<be)q=de,V=be,T=V-n;else if(n+s<de){j=de;break}}return{len:T,start:q||0,end:V||0,nextStart:j,buffered:t,bufferedIndex:v}}static getBuffered(t){try{return t.buffered||Hs}catch(n){return H.log("failed to get media.buffered",n),Hs}}}const ro=/\{\$([a-zA-Z0-9-_]+)\}/g;function Rn(O){return ro.test(O)}function cs(O,t){if(O.variableList!==null||O.hasVariableRefs){const n=O.variableList;return t.replace(ro,s=>{const v=s.substring(2,s.length-1),w=n==null?void 0:n[v];return w===void 0?(O.playlistParsingError||(O.playlistParsingError=new Error(`Missing preceding EXT-X-DEFINE tag for Variable Reference: "${v}"`)),s):w})}return t}function ks(O,t,n){let s=O.variableList;s||(O.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){O.playlistParsingError||(O.playlistParsingError=new Error(`EXT-X-DEFINE QUERYPARAM: ${T.message}`))}}else v=t.NAME,w=t.VALUE;v in s?O.playlistParsingError||(O.playlistParsingError=new Error(`EXT-X-DEFINE duplicate Variable Name declarations: "${v}"`)):s[v]=w||""}function Rs(O,t,n){const s=t.IMPORT;if(n&&s in n){let v=O.variableList;v||(O.variableList=v={}),v[s]=n[s]}else O.playlistParsingError||(O.playlistParsingError=new Error(`EXT-X-DEFINE IMPORT attribute not found in Multivariant Playlist: "${s}"`))}const ea=/^(\d+)x(\d+)$/,Ga=/(.+?)=(".*?"|.*?)(?:,|$)/g;class Ni{constructor(t,n){typeof t=="string"&&(t=Ni.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=ea.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(Ga.lastIndex=0;(s=Ga.exec(t))!==null;){const T=s[1].trim();let j=s[2];const q=j.indexOf(w)===0&&j.lastIndexOf(w)===j.length-1;let V=!1;if(q)j=j.slice(1,-1);else switch(T){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":V=!0}if(n&&(q||V))j=cs(n,j);else if(!V&&!q)switch(T){case"CLOSED-CAPTIONS":if(j==="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":H.warn(`${t}: attribute ${T} is missing quotes`)}v[T]=j}return v}}const Ls="com.apple.hls.interstitial";function xo(O){return O!=="ID"&&O!=="CLASS"&&O!=="CUE"&&O!=="START-DATE"&&O!=="DURATION"&&O!=="END-DATE"&&O!=="END-ON-NEXT"}function jo(O){return O==="SCTE35-OUT"||O==="SCTE35-IN"||O==="SCTE35-CMD"}class Go{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]){H.warn(`DATERANGE tag attribute: "${T}" does not match for tags with ID: "${t.ID}"`),this._badValueForSameId=T;break}t=y(new Ni({}),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?(H.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===Ls}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 du=10;class hu{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}hasKey(t){return this.encryptedFragments.some(n=>{let s=n.decryptdata;return s||(n.setKeyFormat(t.keyFormat),s=n.decryptdata),!!s&&t.matches(s)})}get hasProgramDateTime(){return this.fragments.length?r(this.fragments[this.fragments.length-1].programDateTime):!1}get levelTargetDuration(){return this.averagetargetduration||this.targetduration||du}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(){return this.fragments.length?this.fragments[this.fragments.length-1].end:0}get fragmentStart(){return this.fragments.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 go(O,t){return O.length===t.length?!O.some((n,s)=>n!==t[s]):!1}function Uo(O,t){return!O&&!t?!0:!O||!t?!1:go(O,t)}function So(O){return O==="AES-128"||O==="AES-256"||O==="AES-256-CTR"}function Yo(O){switch(O){case"AES-128":case"AES-256":return kn.cbc;case"AES-256-CTR":return kn.ctr;default:throw new Error(`invalid full segment method ${O}`)}}function $o(O){return Uint8Array.from(atob(O),t=>t.charCodeAt(0))}function pi(O){return Uint8Array.from(unescape(encodeURIComponent(O)),t=>t.charCodeAt(0))}function _i(O){const t=pi(O).subarray(0,16),n=new Uint8Array(16);return n.set(t,16-t.length),n}function es(O){const t=function(s,v,w){const T=s[v];s[v]=s[w],s[w]=T};t(O,0,3),t(O,1,2),t(O,4,5),t(O,6,7)}function ds(O){const t=O.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=$o(T)):n=_i(T)}}return n}const is=typeof self!="undefined"?self:void 0;var Ha={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 Ko(O){switch(O){case gs.FAIRPLAY:return Ha.FAIRPLAY;case gs.PLAYREADY:return Ha.PLAYREADY;case gs.WIDEVINE:return Ha.WIDEVINE;case gs.CLEARKEY:return Ha.CLEARKEY}}function Ss(O){switch(O){case Ha.FAIRPLAY:return gs.FAIRPLAY;case Ha.PLAYREADY:return gs.PLAYREADY;case Ha.WIDEVINE:return gs.WIDEVINE;case Ha.CLEARKEY:return gs.CLEARKEY}}function nu(O){const{drmSystems:t,widevineLicenseUrl:n}=O,s=t?[Ha.FAIRPLAY,Ha.WIDEVINE,Ha.PLAYREADY,Ha.CLEARKEY].filter(v=>!!t[v]):[];return!s[Ha.WIDEVINE]&&n&&s.push(Ha.WIDEVINE),s}const pu=function(O){return is!=null&&(O=is.navigator)!=null&&O.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null}();function Uu(O,t,n,s){let v;switch(O){case Ha.FAIRPLAY:v=["cenc","sinf"];break;case Ha.WIDEVINE:case Ha.PLAYREADY:v=["cenc"];break;case Ha.CLEARKEY:v=["cenc","keyids"];break;default:throw new Error(`Unknown key-system: ${O}`)}return rl(v,t,n,s)}function rl(O,t,n,s){return[{initDataTypes:O,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 nl(O){var t;return!!O&&(O.sessionType==="persistent-license"||!!((t=O.sessionTypes)!=null&&t.some(n=>n==="persistent-license")))}function fo(O){const t=new Uint16Array(O.buffer,O.byteOffset,O.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 j=T.childNodes[0]?T.childNodes[0].nodeValue:T.getAttribute("VALUE");if(j){const q=$o(j).subarray(0,16);return es(q),q}}return null}let Do={};class Ao{static clearKeyUriToKeyIdMap(){Do={}}static setKeyIdForUri(t,n){Do[t]=n}static addKeyIdForUri(t){const n=Object.keys(Do).length%Number.MAX_SAFE_INTEGER,s=new Uint8Array(16);return new DataView(s.buffer,12,4).setUint32(0,n),Do[t]=s,s}constructor(t,n,s,v=[1],w=null,T){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&&!So(t),T!=null&&T.startsWith("0x")&&(this.keyId=new Uint8Array($(T)))}matches(t){return t.uri===this.uri&&t.method===this.method&&t.encrypted===this.encrypted&&t.keyFormat===this.keyFormat&&go(t.keyFormatVersions,this.keyFormatVersions)&&Uo(t.iv,this.iv)&&Uo(t.keyId,this.keyId)}isSupported(){if(this.method){if(So(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["SAMPLE-AES","SAMPLE-AES-CENC","SAMPLE-AES-CTR"].indexOf(this.method)!==-1}}return!1}getDecryptData(t,n){if(!this.encrypted||!this.uri)return null;if(So(this.method)){let w=this.iv;return w||(typeof t!="number"&&(H.warn(`missing IV for initialization segment with method="${this.method}" - compliance issue`),t=0),w=$u(t)),new Ao(this.method,this.uri,"identity",this.keyFormatVersions,w)}if(this.keyId){const w=Do[this.uri];if(w&&!go(this.keyId,w)&&Ao.setKeyIdForUri(this.uri,this.keyId),this.pssh)return this}const s=ds(this.uri);if(s)switch(this.keyFormat){case gs.WIDEVINE:if(this.pssh=s,!this.keyId){const w=At(s.buffer);if(w.length){var v;const T=w[0];this.keyId=(v=T.kids)!=null&&v.length?T.kids[0]:null}}this.keyId||(this.keyId=Xs(n));break;case gs.PLAYREADY:{const w=new Uint8Array([154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149]);this.pssh=pe(w,null,s),this.keyId=fo(s);break}default:{let w=s.subarray(0,16);if(w.length!==16){const T=new Uint8Array(16);T.set(w,16-w.length),w=T}this.keyId=w;break}}if(!this.keyId||this.keyId.byteLength!==16){let w;w=Gu(n),w||(w=Xs(n),w||(w=Do[this.uri])),w&&(this.keyId=w,Ao.setKeyIdForUri(this.uri,w))}return this}}function Gu(O){const t=O==null?void 0:O[gs.WIDEVINE];return t?t.keyId:null}function Xs(O){const t=O==null?void 0:O[gs.PLAYREADY];if(t){const n=ds(t.uri);if(n)return fo(n)}return null}function $u(O){const t=new Uint8Array(16);for(let n=12;n<16;n++)t[n]=O>>8*(15-n)&255;return t}const Cu=/#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,iu=/#EXT-X-MEDIA:(.*)/g,mu=/^#EXT(?:INF|-X-TARGETDURATION):/m,Co=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),au=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 su{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 Z.buildAbsoluteURL(n,t,{alwaysNormalize:!0})}static isMediaPlaylist(t){return mu.test(t)}static parseMasterPlaylist(t,n){const s=Rn(t),v={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:s},w=[];if(Cu.lastIndex=0,!t.startsWith("#EXTM3U"))return v.playlistParsingError=new Error("no EXTM3U delimiter"),v;let T;for(;(T=Cu.exec(t))!=null;)if(T[1]){var j;const V=new Ni(T[1],v),oe=cs(v,T[2]),de={attrs:V,bitrate:V.decimalInteger("BANDWIDTH")||V.decimalInteger("AVERAGE-BANDWIDTH"),name:V.NAME,url:su.resolve(oe,n)},be=V.decimalResolution("RESOLUTION");be&&(de.width=be.width,de.height=be.height),Ar(V.CODECS,de);const ke=V["SUPPLEMENTAL-CODECS"];ke&&(de.supplemental={},Ar(ke,de.supplemental)),(j=de.unknownCodecs)!=null&&j.length||w.push(de),v.levels.push(de)}else if(T[3]){const V=T[3],oe=T[4];switch(V){case"SESSION-DATA":{const de=new Ni(oe,v),be=de["DATA-ID"];be&&(v.sessionData===null&&(v.sessionData={}),v.sessionData[be]=de);break}case"SESSION-KEY":{const de=hr(oe,n,v);de.encrypted&&de.isSupported()?(v.sessionKeys===null&&(v.sessionKeys=[]),v.sessionKeys.push(de)):H.warn(`[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "${oe}"`);break}case"DEFINE":{{const de=new Ni(oe,v);ks(v,de,n)}break}case"CONTENT-STEERING":{const de=new Ni(oe,v);v.contentSteering={uri:su.resolve(de["SERVER-URI"],n),pathwayId:de["PATHWAY-ID"]||"."};break}case"START":{v.startTimeOffset=gr(oe);break}}}const q=w.length>0&&w.length<v.levels.length;return v.levels=q?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,j={AUDIO:T.map(V=>({id:V.attrs.AUDIO,audioCodec:V.audioCodec})),SUBTITLES:T.map(V=>({id:V.attrs.SUBTITLES,textCodec:V.textCodec})),"CLOSED-CAPTIONS":[]};let q=0;for(iu.lastIndex=0;(v=iu.exec(t))!==null;){const V=new Ni(v[1],s),oe=V.TYPE;if(oe){const de=j[oe],be=w[oe]||[];w[oe]=be;const ke=V.LANGUAGE,Re=V["ASSOC-LANGUAGE"],ot=V.CHANNELS,st=V.CHARACTERISTICS,Xt=V["INSTREAM-ID"],ar={attrs:V,bitrate:0,id:q++,groupId:V["GROUP-ID"]||"",name:V.NAME||ke||"",type:oe,default:V.bool("DEFAULT"),autoselect:V.bool("AUTOSELECT"),forced:V.bool("FORCED"),lang:ke,url:V.URI?su.resolve(V.URI,n):""};if(Re&&(ar.assocLang=Re),ot&&(ar.channels=ot),st&&(ar.characteristics=st),Xt&&(ar.instreamId=Xt),de!=null&&de.length){const ur=su.findGroup(de,ar.groupId)||de[0];bn(ar,ur,"audioCodec"),bn(ar,ur,"textCodec")}be.push(ar)}}return w}static parseLevelPlaylist(t,n,s,v,w,T){var j;const q={url:n},V=new hu(n),oe=V.fragments,de=[];let be=null,ke=0,Re=0,ot=0,st=0,Xt=0,ar=null,ur=new Pe(v,q),Sr,Ur,mn,Zr=-1,cn=!1,un=null,Xr;if(Co.lastIndex=0,V.m3u8=t,V.hasVariableRefs=Rn(t),((j=Co.exec(t))==null?void 0:j[0])!=="#EXTM3U")return V.playlistParsingError=new Error("Missing format identifier #EXTM3U"),V;for(;(Sr=Co.exec(t))!==null;){cn&&(cn=!1,ur=new Pe(v,q),ur.playlistOffset=ot,ur.setStart(ot),ur.sn=ke,ur.cc=st,Xt&&(ur.bitrate=Xt),ur.level=s,be&&(ur.initSegment=be,be.rawProgramDateTime&&(ur.rawProgramDateTime=be.rawProgramDateTime,be.rawProgramDateTime=null),un&&(ur.setByteRange(un),un=null)));const fa=Sr[1];if(fa){ur.duration=parseFloat(fa);const qi=(" "+Sr[2]).slice(1);ur.title=qi||null,ur.tagList.push(qi?["INF",fa,qi]:["INF",fa])}else if(Sr[3]){if(r(ur.duration)){ur.playlistOffset=ot,ur.setStart(ot),mn&&ai(ur,mn,V),ur.sn=ke,ur.level=s,ur.cc=st,oe.push(ur);const qi=(" "+Sr[3]).slice(1);ur.relurl=cs(V,qi),Ln(ur,ar,de),ar=ur,ot+=ur.duration,ke++,Re=0,cn=!0}}else{if(Sr=Sr[0].match(au),!Sr){H.warn("No matches on slow regex match for level playlist!");continue}for(Ur=1;Ur<Sr.length&&Sr[Ur]===void 0;Ur++);const qi=(" "+Sr[Ur]).slice(1),fi=(" "+Sr[Ur+1]).slice(1),aa=Sr[Ur+2]?(" "+Sr[Ur+2]).slice(1):null;switch(qi){case"BYTERANGE":ar?ur.setByteRange(fi,ar):ur.setByteRange(fi);break;case"PROGRAM-DATE-TIME":ur.rawProgramDateTime=fi,ur.tagList.push(["PROGRAM-DATE-TIME",fi]),Zr===-1&&(Zr=oe.length);break;case"PLAYLIST-TYPE":V.type&&ei(V,qi,Sr),V.type=fi.toUpperCase();break;case"MEDIA-SEQUENCE":V.startSN!==0?ei(V,qi,Sr):oe.length>0&&mr(V,qi,Sr),ke=V.startSN=parseInt(fi);break;case"SKIP":{V.skippedSegments&&ei(V,qi,Sr);const Li=new Ni(fi,V),la=Li.decimalInteger("SKIPPED-SEGMENTS");if(r(la)){V.skippedSegments+=la;for(let bi=la;bi--;)oe.push(null);ke+=la}const Fa=Li.enumeratedString("RECENTLY-REMOVED-DATERANGES");Fa&&(V.recentlyRemovedDateranges=(V.recentlyRemovedDateranges||[]).concat(Fa.split(" ")));break}case"TARGETDURATION":V.targetduration!==0&&ei(V,qi,Sr),V.targetduration=Math.max(parseInt(fi),1);break;case"VERSION":V.version!==null&&ei(V,qi,Sr),V.version=parseInt(fi);break;case"INDEPENDENT-SEGMENTS":break;case"ENDLIST":V.live||ei(V,qi,Sr),V.live=!1;break;case"#":(fi||aa)&&ur.tagList.push(aa?[fi,aa]:[fi]);break;case"DISCONTINUITY":st++,ur.tagList.push(["DIS"]);break;case"GAP":ur.gap=!0,ur.tagList.push([qi]);break;case"BITRATE":ur.tagList.push([qi,fi]),Xt=parseInt(fi)*1e3,r(Xt)?ur.bitrate=Xt:Xt=0;break;case"DATERANGE":{const Li=new Ni(fi,V),la=new Go(Li,V.dateRanges[Li.ID],V.dateRangeTagCount);V.dateRangeTagCount++,la.isValid||V.skippedSegments?V.dateRanges[la.id]=la:H.warn(`Ignoring invalid DATERANGE tag: "${fi}"`),ur.tagList.push(["EXT-X-DATERANGE",fi]);break}case"DEFINE":{{const Li=new Ni(fi,V);"IMPORT"in Li?Rs(V,Li,T):ks(V,Li,n)}break}case"DISCONTINUITY-SEQUENCE":V.startCC!==0?ei(V,qi,Sr):oe.length>0&&mr(V,qi,Sr),V.startCC=st=parseInt(fi);break;case"KEY":{const Li=hr(fi,n,V);if(Li.isSupported()){if(Li.method==="NONE"){mn=void 0;break}mn||(mn={});const la=mn[Li.keyFormat];la!=null&&la.matches(Li)||(la&&(mn=y({},mn)),mn[Li.keyFormat]=Li)}else H.warn(`[Keys] Ignoring unsupported EXT-X-KEY tag: "${fi}"`);break}case"START":V.startTimeOffset=gr(fi);break;case"MAP":{const Li=new Ni(fi,V);if(ur.duration){const la=new Pe(v,q);Zn(la,Li,s,mn),be=la,ur.initSegment=be,be.rawProgramDateTime&&!ur.rawProgramDateTime&&(ur.rawProgramDateTime=be.rawProgramDateTime)}else{const la=ur.byteRangeEndOffset;if(la){const Fa=ur.byteRangeStartOffset;un=`${la-Fa}@${Fa}`}else un=null;Zn(ur,Li,s,mn),be=ur,cn=!0}be.cc=st;break}case"SERVER-CONTROL":{Xr&&ei(V,qi,Sr),Xr=new Ni(fi),V.canBlockReload=Xr.bool("CAN-BLOCK-RELOAD"),V.canSkipUntil=Xr.optionalFloat("CAN-SKIP-UNTIL",0),V.canSkipDateRanges=V.canSkipUntil>0&&Xr.bool("CAN-SKIP-DATERANGES"),V.partHoldBack=Xr.optionalFloat("PART-HOLD-BACK",0),V.holdBack=Xr.optionalFloat("HOLD-BACK",0);break}case"PART-INF":{V.partTarget&&ei(V,qi,Sr);const Li=new Ni(fi);V.partTarget=Li.decimalFloatingPoint("PART-TARGET");break}case"PART":{let Li=V.partList;Li||(Li=V.partList=[]);const la=Re>0?Li[Li.length-1]:void 0,Fa=Re++,bi=new Ni(fi,V),xi=new We(bi,ur,q,Fa,la);Li.push(xi),ur.duration+=xi.duration;break}case"PRELOAD-HINT":{const Li=new Ni(fi,V);V.preloadHint=Li;break}case"RENDITION-REPORT":{const Li=new Ni(fi,V);V.renditionReports=V.renditionReports||[],V.renditionReports.push(Li);break}default:H.warn(`line parsed but not handled: ${Sr}`);break}}}ar&&!ar.relurl?(oe.pop(),ot-=ar.duration,V.partList&&(V.fragmentHint=ar)):V.partList&&(Ln(ur,ar,de),ur.cc=st,V.fragmentHint=ur,mn&&ai(ur,mn,V)),V.targetduration||(V.playlistParsingError=new Error("Missing Target Duration"));const Dn=oe.length,wi=oe[0],Qi=oe[Dn-1];if(ot+=V.skippedSegments*V.targetduration,ot>0&&Dn&&Qi){V.averagetargetduration=ot/Dn;const fa=Qi.sn;V.endSN=fa!=="initSegment"?fa:0,V.live||(Qi.endList=!0),Zr>0&&(Hn(oe,Zr),wi&&de.unshift(wi))}return V.fragmentHint&&(ot+=V.fragmentHint.duration),V.totalduration=ot,de.length&&V.dateRangeTagCount&&wi&&rr(de,V),V.endCC=st,V}}function rr(O,t){let n=O.length;if(!n)if(t.hasProgramDateTime){const j=t.fragments[t.fragments.length-1];O.push(j),n++}else return;const s=O[n-1],v=t.live?1/0:t.totalduration,w=Object.keys(t.dateRanges);for(let j=w.length;j--;){const q=t.dateRanges[w[j]],V=q.startDate.getTime();q.tagAnchor=s.ref;for(let oe=n;oe--;){var T;if(((T=O[oe])==null?void 0:T.sn)<t.startSN)break;const de=_r(t,V,O,oe,v);if(de!==-1){q.tagAnchor=t.fragments[de].ref;break}}}}function _r(O,t,n,s,v){const w=n[s];if(w){const j=w.programDateTime;if(t>=j||s===0){var T;const q=(((T=n[s+1])==null?void 0:T.start)||v)-w.start;if(t<=j+q*1e3){const V=n[s].sn-O.startSN;if(V<0)return-1;const oe=O.fragments;if(oe.length>n.length){const be=(n[s+1]||oe[oe.length-1]).sn-O.startSN;for(let ke=be;ke>V;ke--){const Re=oe[ke].programDateTime;if(t>=Re&&t<Re+oe[ke].duration*1e3)return ke}}return V}}}return-1}function hr(O,t,n){var s,v;const w=new Ni(O,n),T=(s=w.METHOD)!=null?s:"",j=w.URI,q=w.hexadecimalInteger("IV"),V=w.KEYFORMATVERSIONS,oe=(v=w.KEYFORMAT)!=null?v:"identity";j&&w.IV&&!q&&H.error(`Invalid IV: ${w.IV}`);const de=j?su.resolve(j,t):"",be=(V||"1").split("/").map(Number).filter(Number.isFinite);return new Ao(T,de,oe,be,q,w.KEYID)}function gr(O){const n=new Ni(O).decimalFloatingPoint("TIME-OFFSET");return r(n)?n:null}function Ar(O,t){let n=(O||"").split(/[ ,]+/).filter(s=>s);["video","audio","text"].forEach(s=>{const v=n.filter(w=>yt(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 bn(O,t,n){const s=t[n];s&&(O[n]=s)}function Hn(O,t){let n=O[t];for(let s=t;s--;){const v=O[s];if(!v)return;v.programDateTime=n.programDateTime-v.duration*1e3,n=v}}function Ln(O,t,n){O.rawProgramDateTime?n.push(O):t!=null&&t.programDateTime&&(O.programDateTime=t.endProgramDateTime)}function Zn(O,t,n,s){O.relurl=t.URI,t.BYTERANGE&&O.setByteRange(t.BYTERANGE),O.level=n,O.sn="initSegment",s&&(O.levelkeys=s),O.initSegment=null}function ai(O,t,n){O.levelkeys=t;const{encryptedFragments:s}=n;(!s.length||s[s.length-1].levelkeys!==t)&&Object.keys(t).some(v=>t[v].isCommonEncryption)&&s.push(O)}function ei(O,t,n){O.playlistParsingError=new Error(`#EXT-X-${t} must not appear more than once (${n[0]})`)}function mr(O,t,n){O.playlistParsingError=new Error(`#EXT-X-${t} must appear before the first Media Segment (${n[0]})`)}function Mr(O,t){const n=t.startPTS;if(r(n)){let s=0,v;t.sn>O.sn?(s=n-O.start,v=O):(s=O.start-n,v=t),v.duration!==s&&v.setDuration(s)}else t.sn>O.sn?O.cc===t.cc&&O.minEndPTS?t.setStart(O.start+(O.minEndPTS-O.start)):t.setStart(O.start+O.duration):t.setStart(Math.max(O.start-t.duration,0))}function Br(O,t,n,s,v,w,T){s-n<=0&&(T.warn("Fragment should have a positive duration",t),s=n+t.duration,w=v+t.duration);let q=n,V=s;const oe=t.startPTS,de=t.endPTS;if(r(oe)){const Xt=Math.abs(oe-n);O&&Xt>O.totalduration?T.warn(`media timestamps and playlist times differ by ${Xt}s for level ${t.level} ${O.url}`):r(t.deltaPTS)?t.deltaPTS=Math.max(Xt,t.deltaPTS):t.deltaPTS=Xt,q=Math.max(n,oe),n=Math.min(n,oe),v=t.startDTS!==void 0?Math.min(v,t.startDTS):v,V=Math.min(s,de),s=Math.max(s,de),w=t.endDTS!==void 0?Math.max(w,t.endDTS):w}const be=n-t.start;t.start!==0&&t.setStart(n),t.setDuration(s-t.start),t.startPTS=n,t.maxStartPTS=q,t.startDTS=v,t.endPTS=s,t.minEndPTS=V,t.endDTS=w;const ke=t.sn;if(!O||ke<O.startSN||ke>O.endSN)return 0;let Re;const ot=ke-O.startSN,st=O.fragments;for(st[ot]=t,Re=ot;Re>0;Re--)Mr(st[Re],st[Re-1]);for(Re=ot;Re<st.length-1;Re++)Mr(st[Re],st[Re+1]);return O.fragmentHint&&Mr(st[st.length-1],O.fragmentHint),O.PTSKnown=O.alignedSliding=!0,be}function Tn(O,t,n){if(O===t)return;let s=null;const v=O.fragments;for(let oe=v.length-1;oe>=0;oe--){const de=v[oe].initSegment;if(de){s=de;break}}O.fragmentHint&&delete O.fragmentHint.endPTS;let w;Si(O,t,(oe,de,be,ke)=>{if((!t.startCC||t.skippedSegments)&&de.cc!==oe.cc){const Re=oe.cc-de.cc;for(let ot=be;ot<ke.length;ot++)ke[ot].cc+=Re;t.endCC=ke[ke.length-1].cc}r(oe.startPTS)&&r(oe.endPTS)&&(de.setStart(de.startPTS=oe.startPTS),de.startDTS=oe.startDTS,de.maxStartPTS=oe.maxStartPTS,de.endPTS=oe.endPTS,de.endDTS=oe.endDTS,de.minEndPTS=oe.minEndPTS,de.setDuration(oe.endPTS-oe.startPTS),de.duration&&(w=de),t.PTSKnown=t.alignedSliding=!0),oe.hasStreams&&(de.elementaryStreams=oe.elementaryStreams),de.loader=oe.loader,oe.hasStats&&(de.stats=oe.stats),oe.initSegment&&(de.initSegment=oe.initSegment,s=oe.initSegment)});const T=t.fragments,j=t.fragmentHint?T.concat(t.fragmentHint):T;if(s&&j.forEach(oe=>{var de;oe&&(!oe.initSegment||oe.initSegment.relurl===((de=s)==null?void 0:de.relurl))&&(oe.initSegment=s)}),t.skippedSegments){if(t.deltaUpdateFailed=T.some(oe=>!oe),t.deltaUpdateFailed){n.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(let oe=t.skippedSegments;oe--;)T.shift();t.startSN=T[0].sn}else{t.canSkipDateRanges&&(t.dateRanges=Pn(O.dateRanges,t,n));const oe=O.fragments.filter(de=>de.rawProgramDateTime);if(O.hasProgramDateTime&&!t.hasProgramDateTime)for(let de=1;de<j.length;de++)j[de].programDateTime===null&&Ln(j[de],j[de-1],oe);rr(oe,t)}t.endCC=T[T.length-1].cc}if(!t.startCC){var q;const oe=xt(O,t.startSN-1);t.startCC=(q=oe==null?void 0:oe.cc)!=null?q:T[0].cc}si(O.partList,t.partList,(oe,de)=>{de.elementaryStreams=oe.elementaryStreams,de.stats=oe.stats}),w?Br(t,w,w.startPTS,w.endPTS,w.startDTS,w.endDTS,n):ra(O,t),T.length&&(t.totalduration=t.edge-T[0].start),t.driftStartTime=O.driftStartTime,t.driftStart=O.driftStart;const V=t.advancedDateTime;if(t.advanced&&V){const oe=t.edge;t.driftStart||(t.driftStartTime=V,t.driftStart=oe),t.driftEndTime=V,t.driftEnd=oe}else t.driftEndTime=O.driftEndTime,t.driftEnd=O.driftEnd,t.advancedDateTime=O.advancedDateTime;t.requestScheduled===-1&&(t.requestScheduled=O.requestScheduled)}function Pn(O,t,n){const{dateRanges:s,recentlyRemovedDateranges:v}=t,w=y({},O);v&&v.forEach(q=>{delete w[q]});const j=Object.keys(w).length;return j?(Object.keys(s).forEach(q=>{const V=w[q],oe=new Go(s[q].attr,V);oe.isValid?(w[q]=oe,V||(oe.tagOrder+=j)):n.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${Ji(s[q].attr)}"`)}),w):s}function si(O,t,n){if(O&&t){let s=0;for(let v=0,w=O.length;v<=w;v++){const T=O[v],j=t[v+s];T&&j&&T.index===j.index&&T.fragment.sn===j.fragment.sn?n(T,j):s--}}}function Si(O,t,n){const s=t.skippedSegments,v=Math.max(O.startSN,t.startSN)-t.startSN,w=(O.fragmentHint?1:0)+(s?t.endSN:Math.min(O.endSN,t.endSN))-t.startSN,T=t.startSN-O.startSN,j=t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments,q=O.fragmentHint?O.fragments.concat(O.fragmentHint):O.fragments;for(let V=v;V<=w;V++){const oe=q[T+V];let de=j[V];if(s&&!de&&oe&&(de=t.fragments[V]=oe),oe&&de){n(oe,de,V,j);const be=oe.relurl,ke=de.relurl;if(be&&Gs(be,ke)){t.playlistParsingError=Gn(`media sequence mismatch ${de.sn}:`,O,t,oe,de);return}else if(oe.cc!==de.cc){t.playlistParsingError=Gn(`discontinuity sequence mismatch (${oe.cc}!=${de.cc})`,O,t,oe,de);return}}}}function Gn(O,t,n,s,v){return new Error(`${O} ${v.url}
Playlist starting @${t.startSN}
${t.m3u8}
Playlist starting @${n.startSN}
${n.m3u8}`)}function ra(O,t,n=!0){const s=t.startSN+t.skippedSegments-O.startSN,v=O.fragments,w=s>=0;let T=0;if(w&&s<v.length)T=v[s].start;else if(w&&t.startSN===O.endSN+1)T=O.fragmentEnd;else if(w&&n)T=O.fragmentStart+s*t.levelTargetDuration;else if(!t.skippedSegments&&t.fragmentStart===0)T=O.fragmentStart;else return;zi(t,T)}function zi(O,t){if(t){const n=O.fragments;for(let s=O.skippedSegments;s<n.length;s++)n[s].addStart(t);O.fragmentHint&&O.fragmentHint.addStart(t)}}function Ai(O,t=1/0){let n=1e3*O.targetduration;if(O.updated){const s=O.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 xt(O,t,n){if(!O)return null;let s=O.fragments[t-O.startSN];return s||(s=O.fragmentHint,s&&s.sn===t)?s:t<O.startSN&&n&&n.sn===t?n:null}function Xn(O,t,n){return O?na(O.partList,t,n):null}function na(O,t,n){if(O)for(let s=O.length;s--;){const v=O[s];if(v.index===n&&v.fragment.sn===t)return v}return null}function hs(O){O.forEach((t,n)=>{var s;(s=t.details)==null||s.fragments.forEach(v=>{v.level=n,v.initSegment&&(v.initSegment.level=n)})})}function Gs(O,t){return O!==t&&t?on(O)!==on(t):!1}function on(O){return O.replace(/\?[^?]*$/,"")}function To(O,t){for(let s=0,v=O.length;s<v;s++){var n;if(((n=O[s])==null?void 0:n.cc)===t)return O[s]}return null}function no(O,t){return!!(O&&t.startCC<O.endCC&&t.endCC>O.startCC)}function as(O,t){const n=O.start+t;O.startPTS=n,O.setStart(n),O.endPTS=n+O.duration}function io(O,t){const n=t.fragments;for(let s=0,v=n.length;s<v;s++)as(n[s],O);t.fragmentHint&&as(t.fragmentHint,O),t.alignedSliding=!0}function zo(O,t){O&&(ss(t,O),t.alignedSliding||ps(t,O),!t.alignedSliding&&!t.skippedSegments&&ra(O,t,!1))}function ss(O,t){if(!no(t,O))return;const n=Math.min(t.endCC,O.endCC),s=To(t.fragments,n),v=To(O.fragments,n);if(!s||!v)return;H.log(`Aligning playlist at start of dicontinuity sequence ${n}`);const w=s.start-v.start;io(w,O)}function ps(O,t){if(!O.hasProgramDateTime||!t.hasProgramDateTime)return;const n=O.fragments,s=t.fragments;if(!n.length||!s.length)return;let v,w;const T=Math.min(t.endCC,O.endCC);t.startCC<T&&O.startCC<T&&(v=To(s,T),w=To(n,T)),(!v||!w)&&(v=s[Math.floor(s.length/2)],w=To(n,v.cc)||n[Math.floor(n.length/2)]);const j=v.programDateTime,q=w.programDateTime;if(!j||!q)return;const V=(q-j)/1e3-(w.start-v.start);io(V,O)}function ja(O,t,n){fs(O,t,n),O.addEventListener(t,n)}function fs(O,t,n){O.removeEventListener(t,n)}const Ye={toString:function(O){let t="";const n=O.length;for(let s=0;s<n;s++)t+=`[${O.start(s).toFixed(3)}-${O.end(s).toFixed(3)}]`;return t}},Ie={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 Nt extends to{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=Ie.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:j,media:q,mediaBuffer:V,state:oe}=this,de=q?q.currentTime:0,be=di.bufferInfo(V||q,de,T.maxBufferHole),ke=!be.len;if(this.log(`Media seeking to ${r(de)?de.toFixed(3):de}, state: ${oe}, ${ke?"out of":"in"} buffer`),this.state===Ie.ENDED)this.resetLoadingState();else if(j){const Re=T.maxFragLookUpTolerance,ot=j.start-Re,st=j.start+j.duration+Re;if(ke||st<be.start||ot>be.end){const Xt=de>st;(de<ot||Xt)&&(Xt&&j.loader&&(this.log(`Cancelling fragment load for seek (sn: ${j.sn})`),j.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}if(q){this.fragmentTracker.removeFragmentsInRange(de,1/0,this.playlistType,!0);const Re=this.lastCurrentTime;if(de>Re&&(this.lastCurrentTime=de),!this.loadingParts){const ot=Math.max(be.end,de),st=this.shouldLoadParts(this.getLevelDetails(),ot);st&&(this.log(`LL-Part loading ON after seeking to ${de.toFixed(2)} with buffer @${ot.toFixed(2)}`),this.loadingParts=st)}}this.hls.hasEnoughToStart||(this.log(`Setting ${ke?"startPosition":"nextLoadPosition"} to ${de} for seek without enough to start`),this.nextLoadPosition=de,ke&&(this.startPosition=de)),ke&&this.state===Ie.IDLE&&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 Ta(t.config),this.keyLoader=s,this.fragmentTracker=n,this.config=t.config,this.decrypter=new ls(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===Ie.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=Ie.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=di.bufferedInfo(w,t.start,0));const T=t.nextStart;if(T&&T>v&&T<n.edge||this.media.currentTime<t.start)return!1;const q=n.partList;if(q!=null&&q.length){const oe=q[q.length-1];return di.isBuffered(this.media,oe.start+oe.duration/2)}const V=n.fragments[n.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(V)}getLevelDetails(){if(this.levels&&this.levelLastLoaded!==null)return this.levelLastLoaded.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;ja(s,"seeking",this.onMediaSeeking),ja(s,"ended",this.onMediaEnded);const v=this.config;this.levels&&v.autoStartLoad&&this.state===Ie.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),fs(v,"seeking",this.onMediaSeeking),fs(v,"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=Ie.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,j=w.frag;if(this.fragContextChanged(j)){(T===Ie.FRAG_LOADING||!this.fragCurrent&&T===Ie.PARSING)&&(this.fragmentTracker.removeFragment(j),this.state=Ie.IDLE);return}"payload"in w&&(this.log(`Loaded ${j.type} sn: ${j.sn} of ${this.playlistLabel()} ${j.level}`),this.hls.trigger(o.FRAG_LOADED,w)),this._handleFragmentLoadComplete(w)}).catch(w=>{this.state===Ie.STOPPED||this.state===Ie.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)===hn.APPENDING){const w=t.type,T=this.getFwdBufferInfo(this.mediaBuffer,w),j=Math.max(t.duration,T?T.len:this.config.maxBufferLength),q=this.backtrackFragment;((q?t.sn-q.sn:0)===1||this.reduceMaxBufferLength(j,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)===hn.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,j=w.decryptdata;if(T&&T.byteLength>0&&j!=null&&j.key&&j.iv&&So(j.method)){const q=self.performance.now();return this.decrypter.decrypt(new Uint8Array(T),j.key.buffer,j.iv.buffer,Yo(j.method)).catch(V=>{throw v.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_DECRYPT_ERROR,fatal:!1,error:V,reason:V.message,frag:w}),V}).then(V=>{const oe=self.performance.now();return v.trigger(o.FRAG_DECRYPTED,{frag:w,payload:V,stats:{tstart:q,tdecrypt:oe}}),s.payload=V,this.completeInitSegmentLoad(s)})}return this.completeInitSegmentLoad(s)}).catch(s=>{this.state===Ie.STOPPED||this.state===Ie.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!==Ie.STOPPED&&(this.state=Ie.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()}unhandledEncryptionError(t,n){var s,v;const w=t.tracks;if(w&&!n.encrypted&&((s=w.audio)!=null&&s.encrypted||(v=w.video)!=null&&v.encrypted)&&(!this.config.emeEnabled||!this.keyLoader.emeController)){const T=this.media,j=new Error(`Encrypted track with no key in ${this.fragInfo(n)} (media ${T?"attached mediaKeys: "+T.mediaKeys:"detached"})`);return this.warn(j.message),!T||T.mediaKeys?!1:(this.hls.trigger(o.ERROR,{type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_KEYS,fatal:!1,error:j,frag:n}),this.resetTransmuxer(),!0)}return!1}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?Ye.toString(di.getBuffered(s)):"(detached)"})`),Ee(t)){var v;if(t.type!==u.SUBTITLE){const T=t.elementaryStreams;if(!Object.keys(T).some(j=>!!T[j])){this.state=Ie.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=Ie.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(q=>!q),j=new No(s.level,s.sn,s.stats.chunkCount+1,0,v?v.index:-1,!T);n.flush(j)}_handleFragmentLoadProgress(t){}_doFragLoad(t,n,s=null,v){var w;this.fragCurrent=t;const T=n.details;if(!this.levels||!T)throw new Error(`frag load aborted, missing level${T?"":" detail"}s`);let j=null;if(t.encrypted&&!((w=t.decryptdata)!=null&&w.key)){if(this.log(`Loading key for ${t.sn} of [${T.startSN}-${T.endSN}], ${this.playlistLabel()} ${t.level}`),this.state=Ie.KEY_LOADING,this.fragCurrent=t,j=this.keyLoader.load(t).then(be=>{if(!this.fragContextChanged(be.frag))return this.hls.trigger(o.KEY_LOADED,be),this.state===Ie.KEY_LOADING&&(this.state=Ie.IDLE),be}),this.hls.trigger(o.KEY_LOADING,{frag:t}),this.fragCurrent===null)return this.log("context changed in KEY_LOADING"),Promise.resolve(null)}else t.encrypted||(j=this.keyLoader.loadClear(t,T.encryptedFragments,this.startFragRequested),j&&this.log("[eme] blocking frag load until media-keys acquired"));const q=this.fragPrevious;if(Ee(t)&&(!q||t.sn!==q.sn)){const be=this.shouldLoadParts(n.details,t.end);be!==this.loadingParts&&(this.log(`LL-Part loading ${be?"ON":"OFF"} loading sn ${q==null?void 0:q.sn}->${t.sn}`),this.loadingParts=be)}if(s=Math.max(t.start,s||0),this.loadingParts&&Ee(t)){const be=T.partList;if(be&&v){s>T.fragmentEnd&&T.fragmentHint&&(t=T.fragmentHint);const ke=this.getNextPart(be,t,s);if(ke>-1){const Re=be[ke];t=this.fragCurrent=Re.fragment,this.log(`Loading ${t.type} sn: ${t.sn} part: ${Re.index} (${ke}/${be.length-1}) of ${this.fragInfo(t,!1,Re)}) cc: ${t.cc} [${T.startSN}-${T.endSN}], target: ${parseFloat(s.toFixed(3))}`),this.nextLoadPosition=Re.start+Re.duration,this.state=Ie.FRAG_LOADING;let ot;return j?ot=j.then(st=>!st||this.fragContextChanged(st.frag)?null:this.doFragPartsLoad(t,Re,n,v)).catch(st=>this.handleFragLoadError(st)):ot=this.doFragPartsLoad(t,Re,n,v).catch(st=>this.handleFragLoadError(st)),this.hls.trigger(o.FRAG_LOADING,{frag:t,part:Re,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):ot}else if(!t.url||this.loadedEndOfParts(be,s))return Promise.resolve(null)}}if(Ee(t)&&this.loadingParts){var V;this.log(`LL-Part loading OFF after next part miss @${s.toFixed(2)} Check buffer at sn: ${t.sn} loaded parts: ${(V=T.partList)==null?void 0:V.filter(be=>be.loaded).map(be=>`[${be.start}-${be.end}]`)}`),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.startSN+"-"+T.endSN+"]"}, target: ${parseFloat(s.toFixed(3))}`),r(t.sn)&&!this.bitrateTest&&(this.nextLoadPosition=t.start+t.duration),this.state=Ie.FRAG_LOADING;const oe=this.config.progressive&&t.type!==u.SUBTITLE;let de;return oe&&j?de=j.then(be=>!be||this.fragContextChanged(be.frag)?null:this.fragmentLoader.load(t,v)).catch(be=>this.handleFragLoadError(be)):de=Promise.all([this.fragmentLoader.load(t,oe?v:void 0),j]).then(([be])=>(!oe&&v&&v(be),be)).catch(be=>this.handleFragLoadError(be)),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")):de}doFragPartsLoad(t,n,s,v){return new Promise((w,T)=>{var j;const q=[],V=(j=s.details)==null?void 0:j.partList,oe=de=>{this.fragmentLoader.loadPart(t,de,v).then(be=>{q[de.index]=be;const ke=be.part;this.hls.trigger(o.FRAG_LOADED,be);const Re=Xn(s.details,t.sn,de.index+1)||na(V,t.sn,de.index+1);if(Re)oe(Re);else return w({frag:t,part:ke,partsLoaded:q})}).catch(T)};oe(n)})}handleFragLoadError(t){if("data"in t){const n=t.data;n.frag&&n.details===f.INTERNAL_ABORTED?this.handleFragLoadAborted(n.frag,n.part):n.frag&&n.type===c.KEY_SYSTEM_ERROR?(n.frag.abortRequests(),this.resetStartWhenNotLoaded(),this.resetFragmentLoading(n.frag)):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!==Ie.PARSING){!this.fragCurrent&&this.state!==Ie.STOPPED&&this.state!==Ie.ERROR&&(this.state=Ie.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 j=this.getLevelDetails(),V=j&&s.sn>j.endSN||this.shouldLoadParts(j,s.end);V!==this.loadingParts&&(this.log(`LL-Part loading ${V?"ON":"OFF"} after parsing segment ending @${s.end.toFixed(2)}`),this.loadingParts=V),this.updateLevelTiming(s,v,w,t.partial)}shouldLoadParts(t,n){if(this.config.lowLatencyMode){if(!t)return this.loadingParts;if(t.partList){var s;const w=t.partList[0];if(w.fragment.type===u.SUBTITLE)return!1;const 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 j=n[v],q=j.details,V=T>-1?Xn(q,w,T):null,oe=V?V.fragment:xt(q,w,s);return oe?(s&&s!==oe&&(oe.stats=s.stats),{frag:oe,part:V,level:j}):null}bufferFragmentData(t,n,s,v,w){if(this.state!==Ie.PARSING)return;const{data1:T,data2:j}=t;let q=T;if(j&&(q=Qt(T,j)),!q.length)return;const V=this.initPTS[n.cc],oe=V?-V.baseTime/V.timescale:void 0,de={type:t.type,frag:n,part:s,chunkMeta:v,offset:oe,parent:n.type,data:q};if(this.hls.trigger(o.BUFFER_APPENDING,de),t.dropped&&t.independent&&!s){if(w)return;this.flushBufferGap(n)}}flushBufferGap(t){const n=this.media;if(!n)return;if(!di.isBuffered(n,n.currentTime)){this.flushMainBuffer(0,t.start);return}const s=n.currentTime,v=di.bufferInfo(n,s,0),w=t.duration,T=Math.min(this.config.maxFragLookUpTolerance*2,w*.25),j=Math.max(Math.min(t.start-T,v.end-T),s+T);t.start-j>T&&this.flushMainBuffer(j,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=di.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 j=Math.max(Math.min(w.nextStart,T.end)-n,v);return di.bufferInfo(t,n,j)}}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){const s=this.fragmentTracker?this.fragmentTracker.getAppendedFrag(t,n):null;return s&&"fragment"in s?s.fragment:s}getNextFragment(t,n){const s=n.fragments,v=s.length;if(!v)return null;const{config:w}=this,T=s[0].start,j=w.lowLatencyMode&&!!n.partList;let q=null;if(n.live){const de=w.initialLiveManifestSize;if(v<de)return this.warn(`Not enough fragments to start playback (have: ${v}, need: ${de})`),null;if(!n.PTSKnown&&!this.startFragRequested&&this.startPosition===-1||t<T){var V;j&&!this.loadingParts&&(this.log("LL-Part loading ON for initial live fragment"),this.loadingParts=!0),q=this.getInitialLiveFragment(n);const be=this.hls.startPosition,ke=this.hls.liveSyncPosition,Re=q?(be!==-1&&be>=T?be:ke)||q.start:t;this.log(`Setting startPosition to ${Re} to match start frag at live edge. mainStart: ${be} liveSyncPosition: ${ke} frag.start: ${(V=q)==null?void 0:V.start}`),this.startPosition=this.nextLoadPosition=Re}}else t<=T&&(q=s[0]);if(!q){const de=this.loadingParts?n.partEnd:n.fragmentEnd;q=this.getFragmentAtPosition(t,de,n)}let oe=this.filterReplacedPrimary(q,n);if(!oe&&q){const de=q.sn-n.startSN;oe=this.filterReplacedPrimary(s[de+1]||null,n)}return this.mapToInitFragWhenRequired(oe)}isLoopLoading(t,n){const s=this.fragmentTracker.getState(t);return(s===hn.OK||s===hn.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 j=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,s.nextStart,v,0);if(j!==null&&s.len+j.len>=w){const q=T.sn;return this.loopSn!==q&&(this.log(`buffer full after gaps in "${v}" playlist starting at sn: ${q}`),this.loopSn=q),null}}return this.loopSn=void 0,T}get primaryPrefetch(){if(gt(this.config)){var t;if((t=this.hls.interstitialsManager)==null||(t=t.playingItem)==null?void 0:t.event)return!0}return!1}filterReplacedPrimary(t,n){if(!t)return t;if(gt(this.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 j=w[T].interstitial;if(j.appendInPlace&&t.start>=j.startTime&&t.end<=j.resumeTime)return null}}return t}mapToInitFragWhenRequired(t){return t!=null&&t.initSegment&&!t.initSegment.data&&!this.bitrateTest?t.initSegment:t}getNextPart(t,n,s){let v=-1,w=!1,T=!0;for(let j=0,q=t.length;j<q;j++){const V=t[j];if(T=T&&!V.independent,v>-1&&s<V.start)break;const oe=V.loaded;oe?v=-1:(w||(V.independent||T)&&V.fragment===n)&&(V.fragment!==n&&this.warn(`Need buffer at ${s} but next unloaded part starts at ${V.start}`),v=j),w=oe}return v}loadedEndOfParts(t,n){let s;for(let v=t.length;v--;){if(s=t[v],!s.loaded)return!1;if(n>s.start)return!0}return!1}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=lt(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=Jr(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:j}=s;const{fragmentHint:q}=s,{maxFragLookUpTolerance:V}=v,oe=s.partList,de=!!(this.loadingParts&&oe!=null&&oe.length&&q);de&&!this.bitrateTest&&oe[oe.length-1].fragment.sn===q.sn&&(T=T.concat(q),j=q.sn);let be;if(t<n){var ke;const ot=t<this.lastCurrentTime||t>n-V||(ke=this.media)!=null&&ke.paused||!this.startFragRequested?0:V;be=dr(w,T,t,ot)}else be=T[T.length-1];if(be){const Re=be.sn-s.startSN,ot=this.fragmentTracker.getState(be);if((ot===hn.OK||ot===hn.PARTIAL&&be.gap)&&(w=be),w&&be.sn===w.sn&&(!de||oe[0].fragment.sn>be.sn||!s.live)&&be.level===w.level){const Xt=T[Re+1];be.sn<j&&this.fragmentTracker.getState(Xt)!==hn.OK?be=Xt: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,j=t.alignedSliding&&r(w);if(T||!j&&!w){zo(s,t);const q=t.fragmentStart;return this.log(`Live playlist sliding: ${q.toFixed(2)} start-sn: ${n?n.startSN:"na"}->${t.startSN} fragments: ${v}`),q}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&&Ee(t)&&t.stats.aborted&&(this.log(`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!==Ie.FRAG_LOADING_WAITING_RETRY)&&(this.state=Ie.IDLE)}onFragmentOrKeyLoadError(t,n){var s;if(n.chunkMeta&&!n.frag){const Xt=this.getCurrentContext(n.chunkMeta);Xt&&(n.frag=Xt.frag)}const v=n.frag;if(!v||v.type!==t||!this.levels)return;if(this.fragContextChanged(v)){var w;this.warn(`Frag load error must match current frag to retry ${v.url} > ${(w=this.fragCurrent)==null?void 0:w.url}`);return}const T=n.details===f.FRAG_GAP;T&&this.fragmentTracker.fragBuffered(v,!0);const j=n.errorAction;if(!j){this.state=Ie.ERROR;return}const{action:q,flags:V,retryCount:oe=0,retryConfig:de}=j,be=!!de,ke=be&&q===ir.RetryRequest,Re=be&&!j.resolved&&V===Rr.MoveAllAlternatesMatchingHost,ot=(s=this.hls.latestLevelDetails)==null?void 0:s.live;if(!ke&&Re&&Ee(v)&&!v.endList&&ot&&!vr(n))this.resetFragmentErrors(t),this.treatAsGap(v),j.resolved=!0;else if((ke||Re)&&oe<de.maxNumRetry){var st;const Xt=sr((st=n.response)==null?void 0:st.code),ar=Qn(de,oe);if(this.resetStartWhenNotLoaded(),this.retryDate=self.performance.now()+ar,this.state=Ie.FRAG_LOADING_WAITING_RETRY,j.resolved=!0,Xt){this.log("Waiting for connection (offline)"),this.retryDate=1/0,n.reason="offline";return}this.warn(`Fragment ${v.sn} of ${t} ${v.level} errored with ${n.details}, retrying loading ${oe+1}/${de.maxNumRetry} in ${ar}ms`)}else if(de)if(this.resetFragmentErrors(t),oe<de.maxNumRetry)!T&&q!==ir.RemoveAlternatePermanently&&(j.resolved=!0);else{this.warn(`${n.details} reached or exceeded max retry (${oe})`);return}else q===ir.SendAlternateToPenaltyBox?this.state=Ie.WAITING_LEVEL:this.state=Ie.ERROR;this.tickImmediate()}checkRetryDate(){const t=self.performance.now(),n=this.retryDate,s=n===1/0;(!n||t>=n||s&&!sr(0))&&(s&&this.log("Connection restored (online)"),this.resetStartWhenNotLoaded(),this.state=Ie.IDLE)}reduceLengthAndFlushBuffer(t){if(this.state===Ie.PARSING||this.state===Ie.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 (${this.getLoadPosition()}) 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!==Ie.STOPPED&&(this.state=Ie.IDLE)}afterBufferFlushed(t,n,s){if(!t)return;const v=di.getBuffered(t);this.fragmentTracker.detectEvictedFragments(n,v,s),this.state===Ie.ENDED&&this.resetLoadingState()}resetLoadingState(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==Ie.STOPPED&&(this.state=Ie.IDLE)}resetStartWhenNotLoaded(){if(!this.hls.hasEnoughToStart){this.startFragRequested=!1;const t=this.levelLastLoaded,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.log(`Loading context changed while buffering sn ${t.sn} of ${this.playlistLabel()} ${t.level===-1?"<removed>":t.level}. This chunk will not be buffered.`),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(),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((q,V)=>{const oe=t.elementaryStreams[V];if(oe){const de=oe.endPTS-oe.startPTS;if(de<=0)return this.warn(`Could not parse fragment ${t.sn} ${V} duration reliably (${de})`),q||!1;const be=v?0:Br(w,t,oe.startPTS,oe.endPTS,oe.startDTS,oe.endDTS,this);return this.hls.trigger(o.LEVEL_PTS_UPDATED,{details:w,level:s,drift:be,type:V,frag:t,start:oe.startPTS,end:oe.endPTS}),!0}return q},!1)){var j;const q=((j=this.transmuxer)==null?void 0:j.error)===null;if((s.fragmentError===0||q&&(s.fragmentError<2||t.endList))&&this.treatAsGap(t,s),q){const V=new Error(`Found no media in fragment ${t.sn} of ${this.playlistLabel()} ${t.level} resetting transmuxer to fallback to playlist timing`);if(this.warn(V.message),this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:V,frag:t,reason:`Found no media in msn ${t.sn} of ${this.playlistLabel()} "${s.url}"`}),!this.hls)return;this.resetTransmuxer()}}this.state=Ie.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.resetLoadingState())}set state(t){const n=this._state;n!==t&&(this._state=t,this.log(`${n}->${t}`))}get state(){return this._state}}function gt(O){return!!O.interstitialsController&&O.enableInterstitialPlayback!==!1}class Er{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=Fr(t,n);else return new Uint8Array(0);return this.reset(),s}reset(){this.chunks.length=0,this.dataLength=0}}function Fr(O,t){const n=new Uint8Array(t);let s=0;for(let v=0;v<O.length;v++){const w=O[v];n.set(w,s),s+=w.length}return n}var Kr={exports:{}},xn;function fn(){return xn||(xn=1,function(O){var t=Object.prototype.hasOwnProperty,n="~";function s(){}Object.create&&(s.prototype=Object.create(null),new s().__proto__||(n=!1));function v(q,V,oe){this.fn=q,this.context=V,this.once=oe||!1}function w(q,V,oe,de,be){if(typeof oe!="function")throw new TypeError("The listener must be a function");var ke=new v(oe,de||q,be),Re=n?n+V:V;return q._events[Re]?q._events[Re].fn?q._events[Re]=[q._events[Re],ke]:q._events[Re].push(ke):(q._events[Re]=ke,q._eventsCount++),q}function T(q,V){--q._eventsCount===0?q._events=new s:delete q._events[V]}function j(){this._events=new s,this._eventsCount=0}j.prototype.eventNames=function(){var V=[],oe,de;if(this._eventsCount===0)return V;for(de in oe=this._events)t.call(oe,de)&&V.push(n?de.slice(1):de);return Object.getOwnPropertySymbols?V.concat(Object.getOwnPropertySymbols(oe)):V},j.prototype.listeners=function(V){var oe=n?n+V:V,de=this._events[oe];if(!de)return[];if(de.fn)return[de.fn];for(var be=0,ke=de.length,Re=new Array(ke);be<ke;be++)Re[be]=de[be].fn;return Re},j.prototype.listenerCount=function(V){var oe=n?n+V:V,de=this._events[oe];return de?de.fn?1:de.length:0},j.prototype.emit=function(V,oe,de,be,ke,Re){var ot=n?n+V:V;if(!this._events[ot])return!1;var st=this._events[ot],Xt=arguments.length,ar,ur;if(st.fn){switch(st.once&&this.removeListener(V,st.fn,void 0,!0),Xt){case 1:return st.fn.call(st.context),!0;case 2:return st.fn.call(st.context,oe),!0;case 3:return st.fn.call(st.context,oe,de),!0;case 4:return st.fn.call(st.context,oe,de,be),!0;case 5:return st.fn.call(st.context,oe,de,be,ke),!0;case 6:return st.fn.call(st.context,oe,de,be,ke,Re),!0}for(ur=1,ar=new Array(Xt-1);ur<Xt;ur++)ar[ur-1]=arguments[ur];st.fn.apply(st.context,ar)}else{var Sr=st.length,Ur;for(ur=0;ur<Sr;ur++)switch(st[ur].once&&this.removeListener(V,st[ur].fn,void 0,!0),Xt){case 1:st[ur].fn.call(st[ur].context);break;case 2:st[ur].fn.call(st[ur].context,oe);break;case 3:st[ur].fn.call(st[ur].context,oe,de);break;case 4:st[ur].fn.call(st[ur].context,oe,de,be);break;default:if(!ar)for(Ur=1,ar=new Array(Xt-1);Ur<Xt;Ur++)ar[Ur-1]=arguments[Ur];st[ur].fn.apply(st[ur].context,ar)}}return!0},j.prototype.on=function(V,oe,de){return w(this,V,oe,de,!1)},j.prototype.once=function(V,oe,de){return w(this,V,oe,de,!0)},j.prototype.removeListener=function(V,oe,de,be){var ke=n?n+V:V;if(!this._events[ke])return this;if(!oe)return T(this,ke),this;var Re=this._events[ke];if(Re.fn)Re.fn===oe&&(!be||Re.once)&&(!de||Re.context===de)&&T(this,ke);else{for(var ot=0,st=[],Xt=Re.length;ot<Xt;ot++)(Re[ot].fn!==oe||be&&!Re[ot].once||de&&Re[ot].context!==de)&&st.push(Re[ot]);st.length?this._events[ke]=st.length===1?st[0]:st:T(this,ke)}return this},j.prototype.removeAllListeners=function(V){var oe;return V?(oe=n?n+V:V,this._events[oe]&&T(this,oe)):(this._events=new s,this._eventsCount=0),this},j.prototype.off=j.prototype.removeListener,j.prototype.addListener=j.prototype.on,j.prefixed=n,j.EventEmitter=j,O.exports=j}(Kr)),Kr.exports}var An=fn(),ti=se(An);const ni="1.6.15",mi={};function Ci(){return typeof __HLS_WORKER_BUNDLE__=="function"}function ma(){const O=mi[ni];if(O)return O.clientCount++,O;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 mi[ni]=v,v}function Zi(O){const t=mi[O];if(t)return t.clientCount++,t;const n=new self.URL(O,self.location.href).href,v={worker:new self.Worker(n),scriptURL:n,clientCount:1};return mi[O]=v,v}function ki(O){const t=mi[O||ni];if(t&&t.clientCount--===1){const{worker:s,objectURL:v}=t;delete mi[O||ni],v&&self.URL.revokeObjectURL(v),s.terminate()}}function Oa(O,t){return t+10<=O.length&&O[t]===51&&O[t+1]===68&&O[t+2]===73&&O[t+3]<255&&O[t+4]<255&&O[t+6]<128&&O[t+7]<128&&O[t+8]<128&&O[t+9]<128}function Ii(O,t){return t+10<=O.length&&O[t]===73&&O[t+1]===68&&O[t+2]===51&&O[t+3]<255&&O[t+4]<255&&O[t+6]<128&&O[t+7]<128&&O[t+8]<128&&O[t+9]<128}function hi(O,t){let n=0;return n=(O[t]&127)<<21,n|=(O[t+1]&127)<<14,n|=(O[t+2]&127)<<7,n|=O[t+3]&127,n}function ba(O,t){const n=t;let s=0;for(;Ii(O,t);){s+=10;const v=hi(O,t+6);s+=v,Oa(O,t+10)&&(s+=10),t+=s}if(s>0)return O.subarray(n,n+s)}function _o(O,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 ke=new Error(`invalid ADTS sampling index:${T}`);O.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!0,error:ke,reason:ke.message});return}const j=(w>>6&3)+1,q=t[n+3]>>6&3|(w&1)<<2,V="mp4a.40."+j,oe=v[T];let de=T;(j===5||j===29)&&(de-=3);const be=[j<<3|(de&14)>>1,(de&1)<<7|q<<3];return H.log(`manifest codec:${s}, parsed codec:${V}, channels:${q}, rate:${oe} (ADTS object type:${j} sampling index:${T})`),{config:be,samplerate:oe,channelCount:q,codec:V,parsedCodec:V,manifestCodec:s}}function va(O,t){return O[t]===255&&(O[t+1]&246)===240}function _s(O,t){return O[t+1]&1?7:9}function xa(O,t){return(O[t+3]&3)<<11|O[t+4]<<3|(O[t+5]&224)>>>5}function ys(O,t){return t+5<O.length}function bs(O,t){return t+1<O.length&&va(O,t)}function La(O,t){return ys(O,t)&&va(O,t)&&xa(O,t)<=O.length-t}function ts(O,t){if(bs(O,t)){const n=_s(O,t);if(t+n>=O.length)return!1;const s=xa(O,t);if(s<=n)return!1;const v=t+s;return v===O.length||bs(O,v)}return!1}function js(O,t,n,s,v){if(!O.samplerate){const w=_o(t,n,s,v);if(!w)return;y(O,w)}}function ao(O){return 9216e4/O}function xs(O,t){const n=_s(O,t);if(t+n<=O.length){const s=xa(O,t)-n;if(s>0)return{headerLength:n,frameLength:s}}}function ji(O,t,n,s,v){const w=ao(O.samplerate),T=s+v*w,j=xs(t,n);let q;if(j){const{frameLength:de,headerLength:be}=j,ke=be+de,Re=Math.max(0,n+ke-t.length);Re?(q=new Uint8Array(ke-be),q.set(t.subarray(n+be,t.length),0)):q=t.subarray(n+be,n+ke);const ot={unit:q,pts:T};return Re||O.samples.push(ot),{sample:ot,length:ke,missing:Re}}const V=t.length-n;return q=new Uint8Array(V),q.set(t.subarray(n,t.length),0),{sample:{unit:q,pts:T},length:V,missing:-1}}function ko(O,t){return Ii(O,t)&&hi(O,t+6)+10<=O.length-t}function Ro(O){return O instanceof ArrayBuffer?O:O.byteOffset==0&&O.byteLength==O.buffer.byteLength?O.buffer:new Uint8Array(O).buffer}function Us(O,t=0,n=1/0){return rs(O,t,n,Uint8Array)}function rs(O,t,n,s){const v=os(O);let w=1;"BYTES_PER_ELEMENT"in s&&(w=s.BYTES_PER_ELEMENT);const T=vo(O)?O.byteOffset:0,j=(T+O.byteLength)/w,q=(T+t)/w,V=Math.floor(Math.max(0,Math.min(q,j))),oe=Math.floor(Math.min(V+Math.max(n,0),j));return new s(v,V,oe-V)}function os(O){return O instanceof ArrayBuffer?O:O.buffer}function vo(O){return O&&O.buffer instanceof ArrayBuffer&&O.byteLength!==void 0&&O.byteOffset!==void 0}function $a(O){const t={key:O.type,description:"",data:"",mimeType:null,pictureType:null},n=3;if(O.size<2)return;if(O.data[0]!==n){console.log("Ignore frame with unrecognized character encoding");return}const s=O.data.subarray(1).indexOf(0);if(s===-1)return;const v=X(Us(O.data,1,s)),w=O.data[2+s],T=O.data.subarray(3+s).indexOf(0);if(T===-1)return;const j=X(Us(O.data,3+s,T));let q;return v==="-->"?q=X(Us(O.data,4+s+T)):q=Ro(O.data.subarray(4+s+T)),t.mimeType=v,t.pictureType=w,t.description=j,t.data=q,t}function Vt(O){if(O.size<2)return;const t=X(O.data,!0),n=new Uint8Array(O.data.subarray(t.length+1));return{key:O.type,info:t,data:n.buffer}}function kt(O){if(O.size<2)return;if(O.type==="TXXX"){let n=1;const s=X(O.data.subarray(n),!0);n+=s.length+1;const v=X(O.data.subarray(n));return{key:O.type,info:s,data:v}}const t=X(O.data.subarray(1));return{key:O.type,info:"",data:t}}function Ka(O){if(O.type==="WXXX"){if(O.size<2)return;let n=1;const s=X(O.data.subarray(n),!0);n+=s.length+1;const v=X(O.data.subarray(n));return{key:O.type,info:s,data:v}}const t=X(O.data);return{key:O.type,info:"",data:t}}function zs(O){return O.type==="PRIV"?Vt(O):O.type[0]==="W"?Ka(O):O.type==="APIC"?$a(O):kt(O)}function vn(O){const t=String.fromCharCode(O[0],O[1],O[2],O[3]),n=hi(O,4),s=10;return{type:t,size:n,data:O.subarray(s,s+n)}}const wn=10,He=10;function Zt(O){let t=0;const n=[];for(;Ii(O,t);){const s=hi(O,t+6);O[t+5]>>6&1&&(t+=wn),t+=wn;const v=t+s;for(;t+He<v;){const w=vn(O.subarray(t)),T=zs(w);T&&n.push(T),t+=w.size+wn}Oa(O,t)&&(t+=wn)}return n}function xr(O){return O&&O.key==="PRIV"&&O.info==="com.apple.streaming.transportStreamTimestamp"}function Or(O){if(O.data.byteLength===8){const t=new Uint8Array(O.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 rn(O){const t=Zt(O);for(let n=0;n<t.length;n++){const s=t[n];if(xr(s))return Or(s)}}let _n=function(O){return O.audioId3="org.id3",O.dateRange="com.apple.quicktime.HLS",O.emsg="https://aomedia.org/emsg/ID3",O.misbklv="urn:misb:KLV:bin:1910.1",O}({});function li(O="",t=9e4){return{type:O,id:-1,pid:-1,inputTimeScale:t,sequenceNumber:-1,samples:[],dropped:0}}class Vi{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=Qt(this.cachedData,t),this.cachedData=null);let s=ba(t,0),v=s?s.length:0,w;const T=this._audioTrack,j=this._id3Track,q=s?rn(s):void 0,V=t.length;for((this.basePTS===null||this.frameIndex===0&&r(q))&&(this.basePTS=yo(q,n,this.initPTS),this.lastPTS=this.basePTS),this.lastPTS===null&&(this.lastPTS=this.basePTS),s&&s.length>0&&j.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:_n.audioId3,duration:Number.POSITIVE_INFINITY});v<V;){if(this.canParse(t,v)){const oe=this.appendFrame(T,t,v);oe?(this.frameIndex++,this.lastPTS=oe.sample.pts,v+=oe.length,w=v):v=V}else ko(t,v)?(s=ba(t,v),j.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:_n.audioId3,duration:Number.POSITIVE_INFINITY}),v+=s.length,w=v):v++;if(v===V&&w!==V){const oe=t.slice(w);this.cachedData?this.cachedData=Qt(this.cachedData,oe):this.cachedData=oe}}return{audioTrack:T,videoTrack:li(),id3Track:j,textTrack:li()}}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:li(),id3Track:this._id3Track,textTrack:li()}}destroy(){this.cachedData=null,this._audioTrack=this._id3Track=void 0}}const yo=(O,t,n)=>{if(r(O))return O*90;const s=n?n.baseTime*9e4/n.timescale:0;return t*9e4+s};let ha=null;const us=[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],Va=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],Qa=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],vu=[0,1,1,4];function gu(O,t,n,s,v){if(n+24>t.length)return;const w=_u(t,n);if(w&&n+w.frameLength<=t.length){const T=w.samplesPerFrame*9e4/w.sampleRate,j=s+v*T,q={unit:t.subarray(n,n+w.frameLength),pts:j,dts:j};return O.config=[],O.channelCount=w.channelCount,O.samplerate=w.sampleRate,O.samples.push(q),{sample:q,length:w.frameLength,missing:0}}}function _u(O,t){const n=O[t+1]>>3&3,s=O[t+1]>>1&3,v=O[t+2]>>4&15,w=O[t+2]>>2&3;if(n!==1&&v!==0&&v!==15&&w!==3){const T=O[t+2]>>1&1,j=O[t+3]>>6,q=n===3?3-s:s===3?3:4,V=us[q*14+v-1]*1e3,de=Va[(n===3?0:n===2?1:2)*3+w],be=j===3?1:2,ke=Qa[n][s],Re=vu[s],ot=ke*8*Re,st=Math.floor(ke*V/de+T)*Re;if(ha===null){const ur=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);ha=ur?parseInt(ur[1]):0}return!!ha&&ha<=87&&s===2&&V>=224e3&&j===0&&(O[t+3]=O[t+3]|128),{sampleRate:de,channelCount:be,frameLength:st,samplesPerFrame:ot}}}function Ke(O,t){return O[t]===255&&(O[t+1]&224)===224&&(O[t+1]&6)!==0}function W(O,t){return t+1<O.length&&Ke(O,t)}function Q(O,t){return Ke(O,t)&&4<=O.length-t}function te(O,t){if(t+1<O.length&&Ke(O,t)){const s=_u(O,t);let v=4;s!=null&&s.frameLength&&(v=s.frameLength);const w=t+v;return w===O.length||W(O,w)}return!1}class he extends Vi{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=ba(t,0);let v=(s==null?void 0:s.length)||0;if(te(t,v))return!1;for(let w=t.length;v<w;v++)if(ts(t,v))return n.log("ADTS sync word found !"),!0;return!1}canParse(t,n){return La(t,n)}appendFrame(t,n,s){js(t,this.observer,n,s,t.manifestCodec);const v=ji(t,n,s,this.basePTS,this.frameIndex);if(v&&v.missing===0)return v}}const Se=(O,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]=O[t];const j=Math.min(s,8),q=8-j;w[0]=4278190080>>>24+q<<q,v[0]=(T[0]&w[0])>>q,n=n?n<<j|v[0]:v[0],t+=1,s-=j}return n};class Ve extends Vi{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=Et(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=ba(t,0);if(!n)return!1;const s=n.length;return t[s]===11&&t[s+1]===119&&rn(n)!==void 0&&Se(t,s)<16}}function Et(O,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 j=[48e3,44100,32e3][w],q=t[n+4]&63,oe=[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][q*3+w]*2;if(n+oe>t.length)return-1;const de=t[n+6]>>5;let be=0;de===2?be+=2:(de&1&&de!==1&&(be+=2),de&4&&(be+=2));const ke=(t[n+6]<<8|t[n+7])>>12-be&1,ot=[2,1,2,3,3,4,4,5][de]+ke,st=t[n+5]>>3,Xt=t[n+5]&7,ar=new Uint8Array([w<<6|st<<1|Xt>>2,(Xt&3)<<6|de<<3|ke<<2|q>>4,q<<4&224]),ur=1536/j*9e4,Sr=s+v*ur,Ur=t.subarray(n,n+oe);return O.config=ar,O.channelCount=ot,O.samplerate=j,O.samples.push({unit:Ur,pts:Sr}),oe}class Wt extends Vi{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=ba(t,0);let s=(n==null?void 0:n.length)||0;if(n&&t[s]===11&&t[s+1]===119&&rn(n)!==void 0&&Se(t,s)<=16)return!1;for(let v=t.length;s<v;s++)if(te(t,s))return H.log("MPEG Audio sync word found !"),!0;return!1}canParse(t,n){return Q(t,n)}appendFrame(t,n,s){if(this.basePTS!==null)return gu(t,n,s,this.basePTS,this.frameIndex)}}const cr=/\/emsg[-/]ID3/i;class Tr{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=li("video",1),T=this.audioTrack=li("audio",1),j=this.txtTrack=li("text",1);if(this.id3Track=li("id3",1),this.timeOffset=0,!(t!=null&&t.byteLength))return;const q=Xe(t);if(q.video){const{id:V,timescale:oe,codec:de,supplemental:be}=q.video;w.id=V,w.timescale=j.timescale=oe,w.codec=de,w.supplemental=be}if(q.audio){const{id:V,timescale:oe,codec:de}=q.audio;T.id=V,T.timescale=oe,T.codec=de}j.id=Gt.text,w.sampleDuration=0,w.duration=T.duration=v}resetContiguity(){this.remainderData=null}static probe(t){return Je(t)}demux(t,n){this.timeOffset=n;let s=t;const v=this.videoTrack,w=this.txtTrack;if(this.config.progressive){this.remainderData&&(s=Qt(this.remainderData,t));const j=tt(s);this.remainderData=j.remainder,v.samples=j.valid||new Uint8Array}else v.samples=s;const T=this.extractID3Track(v,n);return w.samples=rt(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=rt(t,n),{videoTrack:n,audioTrack:li(),id3Track:v,textTrack:li()}}extractID3Track(t,n){const s=this.id3Track;if(t.samples.length){const v=ct(t.samples,["emsg"]);v&&v.forEach(w=>{const T=Te(w);if(cr.test(T.schemeIdUri)){const j=Yr(T,n);let q=T.eventDuration===4294967295?Number.POSITIVE_INFINITY:T.eventDuration/T.timeScale;q<=.001&&(q=Number.POSITIVE_INFINITY);const V=T.payload;s.samples.push({data:V,len:V.byteLength,dts:j,pts:j,type:_n.emsg,duration:q})}else if(this.config.enableEmsgKLVMetadata&&T.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){const j=Yr(T,n);s.samples.push({data:T.payload,len:T.payload.byteLength,dts:j,pts:j,type:_n.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 Yr(O,t){return r(O.presentationTime)?O.presentationTime/O.timeScale:t+O.presentationTimeDelta/O.timeScale}class dn{constructor(t,n,s){this.keyData=void 0,this.decrypter=void 0,this.keyData=s,this.decrypter=new ls(n,{removePKCS7Padding:!1})}decryptBuffer(t){return this.decrypter.decrypt(t,this.keyData.key.buffer,this.keyData.iv.buffer,kn.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(j=>{const q=new Uint8Array(j);v.set(q,16),this.decrypter.isSync()||this.decryptAacSamples(t,n+1,s)}).catch(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=Ut(w.data),j=this.getAvcEncryptedData(T);this.decryptBuffer(j.buffer).then(q=>{w.data=this.getAvcDecryptedUnit(T,q),this.decrypter.isSync()||this.decryptAvcSamples(t,n,s+1,v)}).catch(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 On{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,j=[];let q=0,V,oe,de,be=-1,ke=0;for(w===-1&&(be=0,ke=this.getNALuType(n,0),w=0,q=1);q<v;){if(V=n[q++],!w){w=V?0:1;continue}if(w===1){w=V?0:2;continue}if(!V)w=3;else if(V===1){if(oe=q-w-1,be>=0){const Re={data:n.subarray(be,oe),type:ke};j.push(Re)}else{const Re=this.getLastNalUnit(t.samples);Re&&(T&&q<=4-T&&Re.state&&(Re.data=Re.data.subarray(0,Re.data.byteLength-T)),oe>0&&(Re.data=Qt(Re.data,n.subarray(0,oe)),Re.state=0))}q<v?(de=this.getNALuType(n,q),be=q,ke=de,w=0):w=-1}else w=0}if(be>=0&&w>=0){const Re={data:n.subarray(be,v),type:ke,state:w};j.push(Re)}if(j.length===0){const Re=this.getLastNalUnit(t.samples);Re&&(Re.data=Qt(Re.data,n))}return t.naluState=w,j}}class Wn{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&&H.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 qn extends On{parsePES(t,n,s,v){const w=this.parseNALu(t,s.data,v);let T=this.VideoSample,j,q=!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(V=>{var oe,de;switch(V.type){case 1:{let ot=!1;j=!0;const st=V.data;if(q&&st.length>4){const Xt=this.readSliceType(st);(Xt===2||Xt===4||Xt===7||Xt===9)&&(ot=!0)}if(ot){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=ot;break}case 5:j=!0,(oe=T)!=null&&oe.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:{j=!0,Jt(V.data,1,s.pts,n.samples);break}case 7:{var ke,Re;j=!0,q=!0;const ot=V.data,st=this.readSPS(ot);if(!t.sps||t.width!==st.width||t.height!==st.height||((ke=t.pixelRatio)==null?void 0:ke[0])!==st.pixelRatio[0]||((Re=t.pixelRatio)==null?void 0:Re[1])!==st.pixelRatio[1]){t.width=st.width,t.height=st.height,t.pixelRatio=st.pixelRatio,t.sps=[ot];const Xt=ot.subarray(1,4);let ar="avc1.";for(let ur=0;ur<3;ur++){let Sr=Xt[ur].toString(16);Sr.length<2&&(Sr="0"+Sr),ar+=Sr}t.codec=ar}break}case 8:j=!0,t.pps=[V.data];break;case 9:j=!0,t.audFound=!0,(de=T)!=null&&de.frame&&(this.pushAccessUnit(T,t),T=null),T||(T=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;case 12:j=!0;break;default:j=!1;break}T&&j&&T.units.push(V)}),v&&T&&(this.pushAccessUnit(T,t),this.VideoSample=null)}getNALuType(t,n){return t[n]&31}readSliceType(t){const n=new Wn(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 Wn(t);let s=0,v=0,w=0,T=0,j,q,V;const oe=n.readUByte.bind(n),de=n.readBits.bind(n),be=n.readUEG.bind(n),ke=n.readBoolean.bind(n),Re=n.skipBits.bind(n),ot=n.skipEG.bind(n),st=n.skipUEG.bind(n),Xt=this.skipScalingList.bind(this);oe();const ar=oe();if(de(5),Re(3),oe(),st(),ar===100||ar===110||ar===122||ar===244||ar===44||ar===83||ar===86||ar===118||ar===128){const cn=be();if(cn===3&&Re(1),st(),st(),Re(1),ke())for(q=cn!==3?8:12,V=0;V<q;V++)ke()&&(V<6?Xt(16,n):Xt(64,n))}st();const ur=be();if(ur===0)be();else if(ur===1)for(Re(1),ot(),ot(),j=be(),V=0;V<j;V++)ot();st(),Re(1);const Sr=be(),Ur=be(),mn=de(1);mn===0&&Re(1),Re(1),ke()&&(s=be(),v=be(),w=be(),T=be());let Zr=[1,1];if(ke()&&ke())switch(oe()){case 1:Zr=[1,1];break;case 2:Zr=[12,11];break;case 3:Zr=[10,11];break;case 4:Zr=[16,11];break;case 5:Zr=[40,33];break;case 6:Zr=[24,11];break;case 7:Zr=[20,11];break;case 8:Zr=[32,11];break;case 9:Zr=[80,33];break;case 10:Zr=[18,11];break;case 11:Zr=[15,11];break;case 12:Zr=[64,33];break;case 13:Zr=[160,99];break;case 14:Zr=[4,3];break;case 15:Zr=[3,2];break;case 16:Zr=[2,1];break;case 255:{Zr=[oe()<<8|oe(),oe()<<8|oe()];break}}return{width:Math.ceil((Sr+1)*16-s*2-v*2),height:(2-mn)*(Ur+1)*16-(mn?2:4)*(w+T),pixelRatio:Zr}}}class Ri extends On{constructor(...t){super(...t),this.initVPS=null}parsePES(t,n,s,v){const w=this.parseNALu(t,s.data,v);let T=this.VideoSample,j,q=!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(V=>{var oe,de;switch(V.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,j=!0;break;case 16:case 17:case 18:case 21:if(j=!0,q){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:j=!0,(oe=T)!=null&&oe.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:j=!0,Jt(V.data,2,s.pts,n.samples);break;case 32:j=!0,t.vps||(typeof t.params!="object"&&(t.params={}),t.params=y(t.params,this.readVPS(V.data)),this.initVPS=V.data),t.vps=[V.data];break;case 33:if(j=!0,q=!0,t.vps!==void 0&&t.vps[0]!==this.initVPS&&t.sps!==void 0&&!this.matchSPS(t.sps[0],V.data)&&(this.initVPS=t.vps[0],t.sps=t.pps=void 0),!t.sps){const ke=this.readSPS(V.data);t.width=ke.width,t.height=ke.height,t.pixelRatio=ke.pixelRatio,t.codec=ke.codecString,t.sps=[],typeof t.params!="object"&&(t.params={});for(const Re in ke.params)t.params[Re]=ke.params[Re]}this.pushParameterSet(t.sps,V.data,t.vps),T||(T=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),T.key=!0;break;case 34:if(j=!0,typeof t.params=="object"){if(!t.pps){t.pps=[];const ke=this.readPPS(V.data);for(const Re in ke)t.params[Re]=ke[Re]}this.pushParameterSet(t.pps,V.data,t.vps)}break;case 35:j=!0,t.audFound=!0,(de=T)!=null&&de.frame&&(this.pushAccessUnit(T,t),T=null),T||(T=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;default:j=!1;break}T&&j&&T.units.push(V)}),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 Wn(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 Wn(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),j=n.readUByte(),q=n.readUByte(),V=n.readUByte(),oe=n.readUByte(),de=n.readUByte(),be=n.readUByte(),ke=n.readUByte(),Re=n.readUByte(),ot=n.readUByte(),st=n.readUByte(),Xt=n.readUByte(),ar=[],ur=[];for(let lo=0;lo<s;lo++)ar.push(n.readBoolean()),ur.push(n.readBoolean());if(s>0)for(let lo=s;lo<8;lo++)n.readBits(2);for(let lo=0;lo<s;lo++)ar[lo]&&(n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte()),ur[lo]&&n.readUByte();n.readUEG();const Sr=n.readUEG();Sr==3&&n.skipBits(1);const Ur=n.readUEG(),mn=n.readUEG(),Zr=n.readBoolean();let cn=0,un=0,Xr=0,Dn=0;Zr&&(cn+=n.readUEG(),un+=n.readUEG(),Xr+=n.readUEG(),Dn+=n.readUEG());const wi=n.readUEG(),Qi=n.readUEG(),fa=n.readUEG(),qi=n.readBoolean();for(let lo=qi?0:s;lo<=s;lo++)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 dl=0;dl<4;dl++)for(let uc=0;uc<(dl===3?2:6);uc++)if(!n.readBoolean())n.readUEG();else{const Ac=Math.min(64,1<<4+(dl<<1));dl>1&&n.readEG();for(let Ol=0;Ol<Ac;Ol++)n.readEG()}n.readBoolean(),n.readBoolean(),n.readBoolean()&&(n.readUByte(),n.skipUEG(),n.skipUEG(),n.readBoolean());const Li=n.readUEG();let la=0;for(let lo=0;lo<Li;lo++){let dl=!1;if(lo!==0&&(dl=n.readBoolean()),dl){lo===Li&&n.readUEG(),n.readBoolean(),n.readUEG();let uc=0;for(let lf=0;lf<=la;lf++){const Ac=n.readBoolean();let Ol=!1;Ac||(Ol=n.readBoolean()),(Ac||Ol)&&uc++}la=uc}else{const uc=n.readUEG(),lf=n.readUEG();la=uc+lf;for(let Ac=0;Ac<uc;Ac++)n.readUEG(),n.readBoolean();for(let Ac=0;Ac<lf;Ac++)n.readUEG(),n.readBoolean()}}if(n.readBoolean()){const lo=n.readUEG();for(let dl=0;dl<lo;dl++){for(let uc=0;uc<fa+4;uc++)n.readBits(1);n.readBits(1)}}let bi=0,xi=1,ws=1,Es=!0,As=1,Vs=0;n.readBoolean(),n.readBoolean();let fu=!1;if(n.readBoolean()){if(n.readBoolean()){const If=n.readUByte(),Qf=[1,12,10,16,40,24,20,32,80,18,15,64,160,4,3,2],Bo=[1,11,11,11,33,11,11,11,33,11,11,33,99,3,2,1];If>0&&If<16?(xi=Qf[If-1],ws=Bo[If-1]):If===255&&(xi=n.readBits(16),ws=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(),fu=n.readBoolean(),fu&&(n.skipUEG(),n.skipUEG(),n.skipUEG(),n.skipUEG()),n.readBoolean()&&(As=n.readBits(32),Vs=n.readBits(32),n.readBoolean()&&n.readUEG(),n.readBoolean())){const Bo=n.readBoolean(),ru=n.readBoolean();let $f=!1;(Bo||ru)&&($f=n.readBoolean(),$f&&(n.readUByte(),n.readBits(5),n.readBoolean(),n.readBits(5)),n.readBits(4),n.readBits(4),$f&&n.readBits(4),n.readBits(5),n.readBits(5),n.readBits(5));for(let yd=0;yd<=s;yd++){Es=n.readBoolean();const Dd=Es||n.readBoolean();let bd=!1;Dd?n.readEG():bd=n.readBoolean();const xd=bd?1:n.readUEG()+1;if(Bo)for(let qf=0;qf<xd;qf++)n.readUEG(),n.readUEG(),$f&&(n.readUEG(),n.readUEG()),n.skipBits(1);if(ru)for(let qf=0;qf<xd;qf++)n.readUEG(),n.readUEG(),$f&&(n.readUEG(),n.readUEG()),n.skipBits(1)}}n.readBoolean()&&(n.readBoolean(),n.readBoolean(),n.readBoolean(),bi=n.readUEG())}let oc=Ur,tu=mn;if(Zr){let lo=1,dl=1;Sr===1?lo=dl=2:Sr==2&&(lo=2),oc=Ur-lo*un-lo*cn,tu=mn-dl*Dn-dl*Xr}const Oo=v?["A","B","C"][v]:"",Od=j<<24|q<<16|V<<8|oe;let jc=0;for(let lo=0;lo<32;lo++)jc=(jc|(Od>>lo&1)<<31-lo)>>>0;let fd=jc.toString(16);return T===1&&fd==="2"&&(fd="6"),{codecString:`hvc1.${Oo}${T}.${fd}.${w?"H":"L"}${Xt}.B0`,params:{general_tier_flag:w,general_profile_idc:T,general_profile_space:v,general_profile_compatibility_flags:[j,q,V,oe],general_constraint_indicator_flags:[de,be,ke,Re,ot,st],general_level_idc:Xt,bit_depth:wi+8,bit_depth_luma_minus8:wi,bit_depth_chroma_minus8:Qi,min_spatial_segmentation_idc:bi,chroma_format_idc:Sr,frame_rate:{fixed:Es,fps:Vs/As}},width:oc,height:tu,pixelRatio:[xi,ws]}}readPPS(t){const n=new Wn(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 Fi=188;class ia{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=ia.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(Fi*5,n-Fi)+1,v=0;for(;v<s;){let w=!1,T=-1,j=0;for(let q=v;q<n;q+=Fi)if(t[q]===71&&(n-q===Fi||t[q+Fi]===71)){if(j++,T===-1&&(T=q,T!==0&&(s=Math.min(T+Fi*99,t.length-Fi)+1)),w||(w=Sa(t,q)===0),w&&j>1&&(T===0&&j>2||q+Fi>s))return T}else{if(j)return-1;break}v++}return-1}static createTrack(t,n){return{container:t==="video"||t==="audio"?"video/mp2t":void 0,type:t,id:Gt[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=ia.createTrack("video"),this._videoTrack.duration=v,this._audioTrack=ia.createTrack("audio",v),this._id3Track=ia.createTrack("id3"),this._txtTrack=ia.createTrack("text"),this._audioTrack.segmentCodec="aac",this.videoParser=null,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,j=this._audioTrack,q=this._id3Track,V=this._txtTrack;let oe=T.pid,de=T.pesData,be=j.pid,ke=q.pid,Re=j.pesData,ot=q.pesData,st=null,Xt=this.pmtParsed,ar=this._pmtId,ur=t.length;if(this.remainderData&&(t=Qt(this.remainderData,t),ur=t.length,this.remainderData=null),ur<Fi&&!v)return this.remainderData=t,{audioTrack:j,videoTrack:T,id3Track:q,textTrack:V};const Sr=Math.max(0,ia.syncOffset(t));ur-=(ur-Sr)%Fi,ur<t.byteLength&&!v&&(this.remainderData=new Uint8Array(t.buffer,ur,t.buffer.byteLength-ur));let Ur=0;for(let Zr=Sr;Zr<ur;Zr+=Fi)if(t[Zr]===71){const cn=!!(t[Zr+1]&64),un=Sa(t,Zr),Xr=(t[Zr+3]&48)>>4;let Dn;if(Xr>1){if(Dn=Zr+5+t[Zr+4],Dn===Zr+Fi)continue}else Dn=Zr+4;switch(un){case oe:cn&&(de&&(w=Da(de,this.logger))&&(this.readyVideoParser(T.segmentCodec),this.videoParser!==null&&this.videoParser.parsePES(T,V,w,!1)),de={data:[],size:0}),de&&(de.data.push(t.subarray(Dn,Zr+Fi)),de.size+=Zr+Fi-Dn);break;case be:if(cn){if(Re&&(w=Da(Re,this.logger)))switch(j.segmentCodec){case"aac":this.parseAACPES(j,w);break;case"mp3":this.parseMPEGPES(j,w);break;case"ac3":this.parseAC3PES(j,w);break}Re={data:[],size:0}}Re&&(Re.data.push(t.subarray(Dn,Zr+Fi)),Re.size+=Zr+Fi-Dn);break;case ke:cn&&(ot&&(w=Da(ot,this.logger))&&this.parseID3PES(q,w),ot={data:[],size:0}),ot&&(ot.data.push(t.subarray(Dn,Zr+Fi)),ot.size+=Zr+Fi-Dn);break;case 0:cn&&(Dn+=t[Dn]+1),ar=this._pmtId=Ts(t,Dn);break;case ar:{cn&&(Dn+=t[Dn]+1);const wi=Ps(t,Dn,this.typeSupported,s,this.observer,this.logger);oe=wi.videoPid,oe>0&&(T.pid=oe,T.segmentCodec=wi.segmentVideoCodec),be=wi.audioPid,be>0&&(j.pid=be,j.segmentCodec=wi.segmentAudioCodec),ke=wi.id3Pid,ke>0&&(q.pid=ke),st!==null&&!Xt&&(this.logger.warn(`MPEG-TS PMT found at ${Zr} after unknown PID '${st}'. Backtracking to sync byte @${Sr} to parse all TS packets.`),st=null,Zr=Sr-188),Xt=this.pmtParsed=!0;break}case 17:case 8191:break;default:st=un;break}}else Ur++;Ur>0&&Ms(this.observer,new Error(`Found ${Ur} TS packet/s that do not start with 0x47`),void 0,this.logger),T.pesData=de,j.pesData=Re,q.pesData=ot;const mn={audioTrack:j,videoTrack:T,id3Track:q,textTrack:V};return v&&this.extractRemainingSamples(mn),mn}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,j=n.pesData,q=v.pesData;let V;if(T&&(V=Da(T,this.logger))?(this.readyVideoParser(s.segmentCodec),this.videoParser!==null&&(this.videoParser.parsePES(s,w,V,!0),s.pesData=null)):s.pesData=T,j&&(V=Da(j,this.logger))){switch(n.segmentCodec){case"aac":this.parseAACPES(n,V);break;case"mp3":this.parseMPEGPES(n,V);break;case"ac3":this.parseAC3PES(n,V);break}n.pesData=null}else j!=null&&j.size&&this.logger.log("last AAC PES packet truncated,might overlap between fragments"),n.pesData=j;q&&(V=Da(q,this.logger))?(this.parseID3PES(v,V),v.pesData=null):v.pesData=q}demuxSampleAes(t,n,s){const v=this.demux(t,s,!0,!this.config.progressive),w=this.sampleAes=new dn(this.observer,this.config,n);return this.decrypt(v,w)}readyVideoParser(t){this.videoParser===null&&(t==="avc"?this.videoParser=new qn:t==="hevc"&&(this.videoParser=new Ri))}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 de=v.missing,be=v.sample.unit.byteLength;if(de===-1)w=Qt(v.sample.unit,w);else{const ke=be-de;v.sample.unit.set(w.subarray(0,de),ke),t.samples.push(v.sample),s=v.missing}}let T,j;for(T=s,j=w.length;T<j-1&&!bs(w,T);T++);if(T!==s){let de;const be=T<j-1;if(be?de=`AAC PES did not start with ADTS header,offset:${T}`:de="No ADTS header found in AAC PES",Ms(this.observer,new Error(de),be,this.logger),!be)return}js(t,this.observer,w,T,this.audioCodec);let q;if(n.pts!==void 0)q=n.pts;else if(v){const de=ao(t.samplerate);q=v.sample.pts+de}else{this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");return}let V=0,oe;for(;T<j;)if(oe=ji(t,w,T,q,V),T+=oe.length,oe.missing){this.aacOverFlow=oe;break}else for(V++;T<j-1&&!bs(w,T);T++);}parseMPEGPES(t,n){const s=n.data,v=s.length;let w=0,T=0;const j=n.pts;if(j===void 0){this.logger.warn("[tsdemuxer]: MPEG PES unknown PTS");return}for(;T<v;)if(W(s,T)){const q=gu(t,s,T,j,w);if(q)T+=q.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,j=0,q;for(;j<w&&(q=Et(t,s,j,v,T++))>0;)j+=q}}parseID3PES(t,n){if(n.pts===void 0){this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS");return}const s=y({},n,{type:this._videoTrack?_n.emsg:_n.audioId3,duration:Number.POSITIVE_INFINITY});t.samples.push(s)}}function Sa(O,t){return((O[t+1]&31)<<8)+O[t+2]}function Ts(O,t){return(O[t+10]&31)<<8|O[t+11]}function Ps(O,t,n,s,v,w){const T={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},j=(O[t+1]&15)<<8|O[t+2],q=t+3+j-4,V=(O[t+10]&15)<<8|O[t+11];for(t+=12+V;t<q;){const oe=Sa(O,t),de=(O[t+3]&15)<<8|O[t+4];switch(O[t]){case 207:if(!s){Is("ADTS AAC",w);break}case 15:T.audioPid===-1&&(T.audioPid=oe);break;case 21:T.id3Pid===-1&&(T.id3Pid=oe);break;case 219:if(!s){Is("H.264",w);break}case 27:T.videoPid===-1&&(T.videoPid=oe);break;case 3:case 4:!n.mpeg&&!n.mp3?w.log("MPEG audio found, not supported in this browser"):T.audioPid===-1&&(T.audioPid=oe,T.segmentAudioCodec="mp3");break;case 193:if(!s){Is("AC-3",w);break}case 129:n.ac3?T.audioPid===-1&&(T.audioPid=oe,T.segmentAudioCodec="ac3"):w.log("AC-3 audio found, not supported in this browser");break;case 6:if(T.audioPid===-1&&de>0){let be=t+5,ke=de;for(;ke>2;){switch(O[be]){case 106:n.ac3!==!0?w.log("AC-3 audio found, not supported in this browser for now"):(T.audioPid=oe,T.segmentAudioCodec="ac3");break}const ot=O[be+1]+2;be+=ot,ke-=ot}}break;case 194:case 135:return Ms(v,new Error("Unsupported EC-3 in M2TS found"),void 0,w),T;case 36:T.videoPid===-1&&(T.videoPid=oe,T.segmentVideoCodec="hevc",w.log("HEVC in M2TS found"));break}t+=de+5}return T}function Ms(O,t,n,s){s.warn(`parsing error: ${t.message}`),O.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,levelRetry:n,error:t,reason:t.message})}function Is(O,t){t.log(`${O} with AES-128-CBC encryption found in unencrypted stream`)}function Da(O,t){let n=0,s,v,w,T,j;const q=O.data;if(!O||O.size===0)return null;for(;q[0].length<19&&q.length>1;)q[0]=Qt(q[0],q[1]),q.splice(1,1);if(s=q[0],(s[0]<<16)+(s[1]<<8)+s[2]===1){if(v=(s[4]<<8)+s[5],v&&v>O.size-6)return null;const oe=s[7];oe&192&&(T=(s[9]&14)*536870912+(s[10]&255)*4194304+(s[11]&254)*16384+(s[12]&255)*128+(s[13]&254)/2,oe&64?(j=(s[14]&14)*536870912+(s[15]&255)*4194304+(s[16]&254)*16384+(s[17]&255)*128+(s[18]&254)/2,T-j>54e5&&(t.warn(`${Math.round((T-j)/9e4)}s delta between PTS and DTS, align them`),T=j)):j=T),w=s[8];let de=w+9;if(O.size<=de)return null;O.size-=de;const be=new Uint8Array(O.size);for(let ke=0,Re=q.length;ke<Re;ke++){s=q[ke];let ot=s.byteLength;if(de)if(de>ot){de-=ot;continue}else s=s.subarray(de),ot-=de,de=0;be.set(s,n),n+=ot}return v&&(v-=w+3),{data:be,pts:T,dts:j,len:v}}return null}class so{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 Wi=Math.pow(2,32)-1;class Pr{static init(){Pr.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 Pr.types)Pr.types.hasOwnProperty(t)&&(Pr.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]);Pr.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]);Pr.STTS=Pr.STSC=Pr.STCO=w,Pr.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),Pr.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),Pr.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),Pr.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);const T=new Uint8Array([105,115,111,109]),j=new Uint8Array([97,118,99,49]),q=new Uint8Array([0,0,0,1]);Pr.FTYP=Pr.box(Pr.types.ftyp,T,q,T,j),Pr.DINF=Pr.box(Pr.types.dinf,Pr.box(Pr.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 Pr.box(Pr.types.hdlr,Pr.HDLR_TYPES[t])}static mdat(t){return Pr.box(Pr.types.mdat,t)}static mdhd(t,n){n*=t;const s=Math.floor(n/(Wi+1)),v=Math.floor(n%(Wi+1));return Pr.box(Pr.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 Pr.box(Pr.types.mdia,Pr.mdhd(t.timescale||0,t.duration||0),Pr.hdlr(t.type),Pr.minf(t))}static mfhd(t){return Pr.box(Pr.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"?Pr.box(Pr.types.minf,Pr.box(Pr.types.smhd,Pr.SMHD),Pr.DINF,Pr.stbl(t)):Pr.box(Pr.types.minf,Pr.box(Pr.types.vmhd,Pr.VMHD),Pr.DINF,Pr.stbl(t))}static moof(t,n,s){return Pr.box(Pr.types.moof,Pr.mfhd(t),Pr.traf(s,n))}static moov(t){let n=t.length;const s=[];for(;n--;)s[n]=Pr.trak(t[n]);return Pr.box.apply(null,[Pr.types.moov,Pr.mvhd(t[0].timescale||0,t[0].duration||0)].concat(s).concat(Pr.mvex(t)))}static mvex(t){let n=t.length;const s=[];for(;n--;)s[n]=Pr.trex(t[n]);return Pr.box.apply(null,[Pr.types.mvex,...s])}static mvhd(t,n){n*=t;const s=Math.floor(n/(Wi+1)),v=Math.floor(n%(Wi+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 Pr.box(Pr.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 Pr.box(Pr.types.sdtp,s)}static stbl(t){return Pr.box(Pr.types.stbl,Pr.stsd(t),Pr.box(Pr.types.stts,Pr.STTS),Pr.box(Pr.types.stsc,Pr.STSC),Pr.box(Pr.types.stsz,Pr.STSZ),Pr.box(Pr.types.stco,Pr.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 j=Pr.box(Pr.types.avcC,new Uint8Array([1,n[3],n[4],n[5],255,224|t.sps.length].concat(n).concat([t.pps.length]).concat(s))),q=t.width,V=t.height,oe=t.pixelRatio[0],de=t.pixelRatio[1];return Pr.box(Pr.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,q>>8&255,q&255,V>>8&255,V&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]),j,Pr.box(Pr.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Pr.box(Pr.types.pasp,new Uint8Array([oe>>24,oe>>16&255,oe>>8&255,oe&255,de>>24,de>>16&255,de>>8&255,de&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 Pr.box(Pr.types.mp4a,Pr.audioStsd(t),Pr.box(Pr.types.esds,Pr.esds(t)))}static mp3(t){return Pr.box(Pr.types[".mp3"],Pr.audioStsd(t))}static ac3(t){return Pr.box(Pr.types["ac-3"],Pr.audioStsd(t),Pr.box(Pr.types.dac3,t.config))}static stsd(t){const{segmentCodec:n}=t;if(t.type==="audio"){if(n==="aac")return Pr.box(Pr.types.stsd,Pr.STSD,Pr.mp4a(t));if(n==="ac3"&&t.config)return Pr.box(Pr.types.stsd,Pr.STSD,Pr.ac3(t));if(n==="mp3"&&t.codec==="mp3")return Pr.box(Pr.types.stsd,Pr.STSD,Pr.mp3(t))}else if(t.pps&&t.sps){if(n==="avc")return Pr.box(Pr.types.stsd,Pr.STSD,Pr.avc1(t));if(n==="hevc"&&t.vps)return Pr.box(Pr.types.stsd,Pr.STSD,Pr.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/(Wi+1)),j=Math.floor(s%(Wi+1));return Pr.box(Pr.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,j>>24,j>>16&255,j>>8&255,j&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=Pr.sdtp(t),v=t.id,w=Math.floor(n/(Wi+1)),T=Math.floor(n%(Wi+1));return Pr.box(Pr.types.traf,Pr.box(Pr.types.tfhd,new Uint8Array([0,0,0,0,v>>24,v>>16&255,v>>8&255,v&255])),Pr.box(Pr.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])),Pr.trun(t,s.length+16+20+8+16+8+8),s)}static trak(t){return t.duration=t.duration||4294967295,Pr.box(Pr.types.trak,Pr.tkhd(t),Pr.mdia(t))}static trex(t){const n=t.id;return Pr.box(Pr.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 j,q,V,oe,de,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),j=0;j<v;j++)q=s[j],V=q.duration,oe=q.size,de=q.flags,be=q.cts,T.set([V>>>24&255,V>>>16&255,V>>>8&255,V&255,oe>>>24&255,oe>>>16&255,oe>>>8&255,oe&255,de.isLeading<<2|de.dependsOn,de.isDependedOn<<6|de.hasRedundancy<<4|de.paddingValue<<1|de.isNonSync,de.degradPrio&61440,de.degradPrio&15,be>>>24&255,be>>>16&255,be>>>8&255,be&255],12+16*j);return Pr.box(Pr.types.trun,T)}static initSegment(t){Pr.types||Pr.init();const n=Pr.moov(t);return Qt(Pr.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 Re=0;Re<s.length;Re+=1){T+=3;for(let ot=0;ot<s[Re].length;ot+=1)T+=2+s[Re][ot].length}const j=new Uint8Array(T);j.set(w,0),T=w.length;const q=s.length-1;for(let Re=0;Re<s.length;Re+=1){j.set(new Uint8Array([32+Re|(Re===q?128:0),0,s[Re].length]),T),T+=3;for(let ot=0;ot<s[Re].length;ot+=1)j.set(new Uint8Array([s[Re][ot].length>>8,s[Re][ot].length&255]),T),T+=2,j.set(s[Re][ot],T),T+=s[Re][ot].length}const V=Pr.box(Pr.types.hvcC,j),oe=t.width,de=t.height,be=t.pixelRatio[0],ke=t.pixelRatio[1];return Pr.box(Pr.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,oe>>8&255,oe&255,de>>8&255,de&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]),V,Pr.box(Pr.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Pr.box(Pr.types.pasp,new Uint8Array([be>>24,be>>16&255,be>>8&255,be&255,ke>>24,ke>>16&255,ke>>8&255,ke&255])))}}Pr.types=void 0,Pr.HDLR_TYPES=void 0,Pr.STTS=void 0,Pr.STSC=void 0,Pr.STCO=void 0,Pr.STSZ=void 0,Pr.VMHD=void 0,Pr.SMHD=void 0,Pr.STSD=void 0,Pr.FTYP=void 0,Pr.DINF=void 0;const wo=9e4;function Zo(O,t,n=1,s=!1){const v=O*t*n;return s?Math.round(v):v}function bu(O,t,n=1,s=!1){return Zo(O,t,1/n,s)}function Zs(O,t=!1){return Zo(O,1e3,1/wo,t)}function qs(O,t=1){return Zo(O,wo,1/t)}function zu(O){const{baseTime:t,timescale:n,trackId:s}=O;return`${t/n} (${t}/${n}) trackId: ${s}`}const Yl=10*1e3,bl=1024,pl=1152,ml=1536;let $s=null,Zu=null;function Tu(O,t,n,s){return{duration:t,size:n,cts:s,flags:{isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:O?2:1,isNonSync:O?0:1}}}class Xo extends R{constructor(t,n,s,v){if(super("mp4-remuxer",v),this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextVideoTs=null,this.nextAudioTs=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.videoTrackConfig=void 0,this.observer=t,this.config=n,this.typeSupported=s,this.ISGenerated=!1,$s===null){const T=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);$s=T?parseInt(T[1]):0}if(Zu===null){const w=navigator.userAgent.match(/Safari\/(\d+)/i);Zu=w?parseInt(w[1]):0}}destroy(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null}resetTimeStamp(t){const n=this._initPTS;(!n||!t||t.trackId!==n.trackId||t.baseTime!==n.baseTime||t.timescale!==n.timescale)&&this.log(`Reset initPTS: ${n&&zu(n)} > ${t&&zu(t)}`),this._initPTS=this._initDTS=t}resetNextTimestamp(){this.log("reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1}resetInitSegment(){this.log("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 j=T.pts,q=j-w;return q<-4294967296&&(n=!0,j=Wo(j,s),q=j-w),q>0?w:j},s);return n&&this.debug("PTS rollover detected"),v}remux(t,n,s,v,w,T,j,q){let V,oe,de,be,ke,Re,ot=w,st=w;const Xt=t.pid>-1,ar=n.pid>-1,ur=n.samples.length,Sr=t.samples.length>0,Ur=j&&ur>0||ur>1;if((!Xt||Sr)&&(!ar||Ur)||this.ISGenerated||j){if(this.ISGenerated){var Zr,cn,un,Xr;const fa=this.videoTrackConfig;(fa&&(n.width!==fa.width||n.height!==fa.height||((Zr=n.pixelRatio)==null?void 0:Zr[0])!==((cn=fa.pixelRatio)==null?void 0:cn[0])||((un=n.pixelRatio)==null?void 0:un[1])!==((Xr=fa.pixelRatio)==null?void 0:Xr[1]))||!fa&&Ur||this.nextAudioTs===null&&Sr)&&this.resetInitSegment()}this.ISGenerated||(de=this.generateIS(t,n,w,T));const Dn=this.isVideoContiguous;let wi=-1,Qi;if(Ur&&(wi=Dl(n.samples),!Dn&&this.config.forceKeyFrameOnDiscontinuity))if(Re=!0,wi>0){this.warn(`Dropped ${wi} out of ${ur} video samples due to a missing keyframe`);const fa=this.getVideoStartPts(n.samples);n.samples=n.samples.slice(wi),n.dropped+=wi,st+=(n.samples[0].pts-fa)/n.inputTimeScale,Qi=st}else wi===-1&&(this.warn(`No keyframe found out of ${ur} video samples`),Re=!1);if(this.ISGenerated){if(Sr&&Ur){const fa=this.getVideoStartPts(n.samples),fi=(Wo(t.samples[0].pts,fa)-fa)/n.inputTimeScale;ot+=Math.max(0,fi),st+=Math.max(0,-fi)}if(Sr){if(t.samplerate||(this.warn("regenerate InitSegment as audio detected"),de=this.generateIS(t,n,w,T)),oe=this.remuxAudio(t,ot,this.isAudioContiguous,T,ar||Ur||q===u.AUDIO?st:void 0),Ur){const fa=oe?oe.endPTS-oe.startPTS:0;n.inputTimeScale||(this.warn("regenerate InitSegment as video detected"),de=this.generateIS(t,n,w,T)),V=this.remuxVideo(n,st,Dn,fa)}}else Ur&&(V=this.remuxVideo(n,st,Dn,0));V&&(V.firstKeyFrame=wi,V.independent=wi!==-1,V.firstKeyFramePTS=Qi)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(s.samples.length&&(ke=xu(s,w,this._initPTS,this._initDTS)),v.samples.length&&(be=kl(v,w,this._initPTS))),{audio:oe,video:V,initSegment:de,independent:Re,text:be,id3:ke}}computeInitPts(t,n,s,v){const w=Math.round(s*n);let T=Wo(t,w);if(T<w+n)for(this.log(`Adjusting PTS for rollover in timeline near ${(w-T)/n} ${v}`);T<w+n;)T+=8589934592;return T-w}generateIS(t,n,s,v){const w=t.samples,T=n.samples,j=this.typeSupported,q={},V=this._initPTS;let oe=!V||v,de="audio/mp4",be,ke,Re,ot=-1;if(oe&&(be=ke=1/0),t.config&&w.length){switch(t.timescale=t.samplerate,t.segmentCodec){case"mp3":j.mpeg?(de="audio/mpeg",t.codec=""):j.mp3&&(t.codec="mp3");break;case"ac3":t.codec="ac-3";break}q.audio={id:"audio",container:de,codec:t.codec,initSegment:t.segmentCodec==="mp3"&&j.mpeg?new Uint8Array(0):Pr.initSegment([t]),metadata:{channelCount:t.channelCount}},oe&&(ot=t.id,Re=t.inputTimeScale,!V||Re!==V.timescale?be=ke=this.computeInitPts(w[0].pts,Re,s,"audio"):oe=!1)}if(n.sps&&n.pps&&T.length){if(n.timescale=n.inputTimeScale,q.video={id:"main",container:"video/mp4",codec:n.codec,initSegment:Pr.initSegment([n]),metadata:{width:n.width,height:n.height}},oe)if(ot=n.id,Re=n.inputTimeScale,!V||Re!==V.timescale){const st=this.getVideoStartPts(T),Xt=Wo(T[0].dts,st),ar=this.computeInitPts(Xt,Re,s,"video"),ur=this.computeInitPts(st,Re,s,"video");ke=Math.min(ke,ar),be=Math.min(be,ur)}else oe=!1;this.videoTrackConfig={width:n.width,height:n.height,pixelRatio:n.pixelRatio}}if(Object.keys(q).length)return this.ISGenerated=!0,oe?(V&&this.warn(`Timestamps at playlist time: ${v?"":"~"}${s} ${be/Re} != initPTS: ${V.baseTime/V.timescale} (${V.baseTime}/${V.timescale}) trackId: ${V.trackId}`),this.log(`Found initPTS at playlist time: ${s} offset: ${be/Re} (${be}/${Re}) trackId: ${ot}`),this._initPTS={baseTime:be,timescale:Re,trackId:ot},this._initDTS={baseTime:ke,timescale:Re,trackId:ot}):be=Re=void 0,{tracks:q,initPTS:be,timescale:Re,trackId:ot}}remuxVideo(t,n,s,v){const w=t.inputTimeScale,T=t.samples,j=[],q=T.length,V=this._initPTS,oe=V.baseTime*w/V.timescale;let de=this.nextVideoTs,be=8,ke=this.videoSampleDuration,Re,ot,st=Number.POSITIVE_INFINITY,Xt=Number.NEGATIVE_INFINITY,ar=!1;if(!s||de===null){const bi=oe+n*w,xi=T[0].pts-Wo(T[0].dts,T[0].pts);$s&&de!==null&&Math.abs(bi-xi-(de+oe))<15e3?s=!0:de=bi-xi-oe}const ur=de+oe;for(let bi=0;bi<q;bi++){const xi=T[bi];xi.pts=Wo(xi.pts,ur),xi.dts=Wo(xi.dts,ur),xi.dts<T[bi>0?bi-1:bi].dts&&(ar=!0)}ar&&T.sort(function(bi,xi){const ws=bi.dts-xi.dts,Es=bi.pts-xi.pts;return ws||Es}),Re=T[0].dts,ot=T[T.length-1].dts;const Sr=ot-Re,Ur=Sr?Math.round(Sr/(q-1)):ke||t.inputTimeScale/30;if(s){const bi=Re-ur,xi=bi>Ur,ws=bi<-1;if((xi||ws)&&(xi?this.warn(`${(t.segmentCodec||"").toUpperCase()}: ${Zs(bi,!0)} ms (${bi}dts) hole between fragments detected at ${n.toFixed(3)}`):this.warn(`${(t.segmentCodec||"").toUpperCase()}: ${Zs(-bi,!0)} ms (${bi}dts) overlapping between fragments detected at ${n.toFixed(3)}`),!ws||ur>=T[0].pts||$s)){Re=ur;const Es=T[0].pts-bi;if(xi)T[0].dts=Re,T[0].pts=Es;else{let As=!0;for(let Vs=0;Vs<T.length&&!(T[Vs].dts>Es&&As);Vs++){const fu=T[Vs].pts;if(T[Vs].dts-=bi,T[Vs].pts-=bi,Vs<T.length-1){const pa=T[Vs+1].pts,oc=T[Vs].pts,tu=pa<=oc,Oo=pa<=fu;As=tu==Oo}}}this.log(`Video: Initial PTS/DTS adjusted: ${Zs(Es,!0)}/${Zs(Re,!0)}, delta: ${Zs(bi,!0)} ms`)}}Re=Math.max(0,Re);let mn=0,Zr=0,cn=Re;for(let bi=0;bi<q;bi++){const xi=T[bi],ws=xi.units,Es=ws.length;let As=0;for(let Vs=0;Vs<Es;Vs++)As+=ws[Vs].data.length;Zr+=As,mn+=Es,xi.length=As,xi.dts<cn?(xi.dts=cn,cn+=Ur/4|0||1):cn=xi.dts,st=Math.min(xi.pts,st),Xt=Math.max(xi.pts,Xt)}ot=T[q-1].dts;const un=Zr+4*mn+8;let Xr;try{Xr=new Uint8Array(un)}catch(bi){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:bi,bytes:un,reason:`fail allocating video mdat ${un}`});return}const Dn=new DataView(Xr.buffer);Dn.setUint32(0,un),Xr.set(Pr.types.mdat,4);let wi=!1,Qi=Number.POSITIVE_INFINITY,fa=Number.POSITIVE_INFINITY,qi=Number.NEGATIVE_INFINITY,fi=Number.NEGATIVE_INFINITY;for(let bi=0;bi<q;bi++){const xi=T[bi],ws=xi.units;let Es=0;for(let fu=0,pa=ws.length;fu<pa;fu++){const oc=ws[fu],tu=oc.data,Oo=oc.data.byteLength;Dn.setUint32(be,Oo),be+=4,Xr.set(tu,be),be+=Oo,Es+=4+Oo}let As;if(bi<q-1)ke=T[bi+1].dts-xi.dts,As=T[bi+1].pts-xi.pts;else{const fu=this.config,pa=bi>0?xi.dts-T[bi-1].dts:Ur;if(As=bi>0?xi.pts-T[bi-1].pts:Ur,fu.stretchShortVideoTrack&&this.nextAudioTs!==null){const oc=Math.floor(fu.maxBufferHole*w),tu=(v?st+v*w:this.nextAudioTs+oe)-xi.pts;tu>oc?(ke=tu-pa,ke<0?ke=pa:wi=!0,this.log(`It is approximately ${tu/90} ms to the next segment; using duration ${ke/90} ms for the last video frame.`)):ke=pa}else ke=pa}const Vs=Math.round(xi.pts-xi.dts);Qi=Math.min(Qi,ke),qi=Math.max(qi,ke),fa=Math.min(fa,As),fi=Math.max(fi,As),j.push(Tu(xi.key,ke,Es,Vs))}if(j.length){if($s){if($s<70){const bi=j[0].flags;bi.dependsOn=2,bi.isNonSync=0}}else if(Zu&&fi-fa<qi-Qi&&Ur/qi<.025&&j[0].cts===0){this.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");let bi=Re;for(let xi=0,ws=j.length;xi<ws;xi++){const Es=bi+j[xi].duration,As=bi+j[xi].cts;if(xi<ws-1){const Vs=Es+j[xi+1].cts;j[xi].duration=Vs-As}else j[xi].duration=xi?j[xi-1].duration:Ur;j[xi].cts=0,bi=Es}}}ke=wi||!ke?Ur:ke;const aa=ot+ke;this.nextVideoTs=de=aa-oe,this.videoSampleDuration=ke,this.isVideoContiguous=!0;const Fa={data1:Pr.moof(t.sequenceNumber++,Re,y(t,{samples:j})),data2:Xr,startPTS:(st-oe)/w,endPTS:(Xt+ke-oe)/w,startDTS:(Re-oe)/w,endDTS:de/w,type:"video",hasAudio:!1,hasVideo:!0,nb:j.length,dropped:t.dropped};return t.samples=[],t.dropped=0,Fa}getSamplesPerFrame(t){switch(t.segmentCodec){case"mp3":return pl;case"ac3":return ml;default:return bl}}remuxAudio(t,n,s,v,w){const T=t.inputTimeScale,j=t.samplerate?t.samplerate:T,q=T/j,V=this.getSamplesPerFrame(t),oe=V*q,de=this._initPTS,be=t.segmentCodec==="mp3"&&this.typeSupported.mpeg,ke=[],Re=w!==void 0;let ot=t.samples,st=be?0:8,Xt=this.nextAudioTs||-1;const ar=de.baseTime*T/de.timescale,ur=ar+n*T;if(this.isAudioContiguous=s=s||ot.length&&Xt>0&&(v&&Math.abs(ur-(Xt+ar))<9e3||Math.abs(Wo(ot[0].pts,ur)-(Xt+ar))<20*oe),ot.forEach(function(fi){fi.pts=Wo(fi.pts,ur)}),!s||Xt<0){const fi=ot.length;if(ot=ot.filter(aa=>aa.pts>=0),fi!==ot.length&&this.warn(`Removed ${ot.length-fi} of ${fi} samples (initPTS ${ar} / ${T})`),!ot.length)return;w===0?Xt=0:v&&!Re?Xt=Math.max(0,ur-ar):Xt=ot[0].pts-ar}if(t.segmentCodec==="aac"){const fi=this.config.maxAudioFramesDrift;for(let aa=0,Li=Xt+ar;aa<ot.length;aa++){const la=ot[aa],Fa=la.pts,bi=Fa-Li,xi=Math.abs(1e3*bi/T);if(bi<=-fi*oe&&Re)aa===0&&(this.warn(`Audio frame @ ${(Fa/T).toFixed(3)}s overlaps marker by ${Math.round(1e3*bi/T)} ms.`),this.nextAudioTs=Xt=Fa-ar,Li=Fa);else if(bi>=fi*oe&&xi<Yl&&Re){let ws=Math.round(bi/oe);for(Li=Fa-ws*oe;Li<0&&ws&&oe;)ws--,Li+=oe;aa===0&&(this.nextAudioTs=Xt=Li-ar),this.warn(`Injecting ${ws} audio frames @ ${((Li-ar)/T).toFixed(3)}s due to ${Math.round(1e3*bi/T)} ms gap.`);for(let Es=0;Es<ws;Es++){let As=so.getSilentFrame(t.parsedCodec||t.manifestCodec||t.codec,t.channelCount);As||(this.log("Unable to get silent frame for given audio codec; duplicating last frame instead."),As=la.unit.subarray()),ot.splice(aa,0,{unit:As,pts:Li}),Li+=oe,aa++}}la.pts=Li,Li+=oe}}let Sr=null,Ur=null,mn,Zr=0,cn=ot.length;for(;cn--;)Zr+=ot[cn].unit.byteLength;for(let fi=0,aa=ot.length;fi<aa;fi++){const Li=ot[fi],la=Li.unit;let Fa=Li.pts;if(Ur!==null){const xi=ke[fi-1];xi.duration=Math.round((Fa-Ur)/q)}else if(s&&t.segmentCodec==="aac"&&(Fa=Xt+ar),Sr=Fa,Zr>0){Zr+=st;try{mn=new Uint8Array(Zr)}catch(xi){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:xi,bytes:Zr,reason:`fail allocating audio mdat ${Zr}`});return}be||(new DataView(mn.buffer).setUint32(0,Zr),mn.set(Pr.types.mdat,4))}else return;mn.set(la,st);const bi=la.byteLength;st+=bi,ke.push(Tu(!0,V,bi,0)),Ur=Fa}const un=ke.length;if(!un)return;const Xr=ke[ke.length-1];Xt=Ur-ar,this.nextAudioTs=Xt+q*Xr.duration;const Dn=be?new Uint8Array(0):Pr.moof(t.sequenceNumber++,Sr/q,y({},t,{samples:ke}));t.samples=[];const wi=(Sr-ar)/T,Qi=this.nextAudioTs/T,qi={data1:Dn,data2:mn,startPTS:wi,endPTS:Qi,startDTS:wi,endDTS:Qi,type:"audio",hasAudio:!0,hasVideo:!1,nb:un};return this.isAudioContiguous=!0,qi}}function Wo(O,t){let n;if(t===null)return O;for(t<O?n=-8589934592:n=8589934592;Math.abs(O-t)>4294967296;)O+=n;return O}function Dl(O){for(let t=0;t<O.length;t++)if(O[t].key)return t;return-1}function xu(O,t,n,s){const v=O.samples.length;if(!v)return;const w=O.inputTimeScale;for(let j=0;j<v;j++){const q=O.samples[j];q.pts=Wo(q.pts-n.baseTime*w/n.timescale,t*w)/w,q.dts=Wo(q.dts-s.baseTime*w/s.timescale,t*w)/w}const T=O.samples;return O.samples=[],{samples:T}}function kl(O,t,n){const s=O.samples.length;if(!s)return;const v=O.inputTimeScale;for(let T=0;T<s;T++){const j=O.samples[T];j.pts=Wo(j.pts-n.baseTime*v/n.timescale,t*v)/v}O.samples.sort((T,j)=>T.pts-j.pts);const w=O.samples;return O.samples=[],{samples:w}}class Po extends R{constructor(t,n,s,v){super("passthrough-remuxer",v),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}destroy(){}resetTimeStamp(t){this.lastEndTime=null;const n=this.initPTS;n&&t&&n.baseTime===t.baseTime&&n.timescale===t.timescale||(this.initPTS=t)}resetNextTimestamp(){this.isVideoContiguous=!1,this.lastEndTime=null}resetInitSegment(t,n,s,v){this.audioCodec=n,this.videoCodec=s,this.generateInitSegment(t,v),this.emitInitSegment=!0}generateInitSegment(t,n){let{audioCodec:s,videoCodec:v}=this;if(!(t!=null&&t.byteLength)){this.initTracks=void 0,this.initData=void 0;return}const{audio:w,video:T}=this.initData=Xe(t);if(n)St(t,n);else{const q=w||T;q!=null&&q.encrypted&&this.warn(`Init segment with encrypted track with has no key ("${q.codec}")!`)}w&&(s=vl(w,ne.AUDIO,this)),T&&(v=vl(T,ne.VIDEO,this));const j={};w&&T?j.audiovideo={container:"video/mp4",codec:s+","+v,supplemental:T.supplemental,encrypted:T.encrypted,initSegment:t,id:"main"}:w?j.audio={container:"audio/mp4",codec:s,encrypted:w.encrypted,initSegment:t,id:"audio"}:T?j.video={container:"video/mp4",codec:v,supplemental:T.supplemental,encrypted:T.encrypted,initSegment:t,id:"main"}:this.warn("initSegment does not contain moov or trak boxes."),this.initTracks=j}remux(t,n,s,v,w,T){var j,q;let{initPTS:V,lastEndTime:oe}=this;const de={audio:void 0,video:void 0,text:v,id3:s,initSegment:void 0};r(oe)||(oe=this.lastEndTime=w||0);const be=n.samples;if(!be.length)return de;const ke={initPTS:void 0,timescale:void 0,trackId:void 0};let Re=this.initData;if((j=Re)!=null&&j.length||(this.generateInitSegment(be),Re=this.initData),!((q=Re)!=null&&q.length))return this.warn("Failed to generate initSegment."),de;this.emitInitSegment&&(ke.tracks=this.initTracks,this.emitInitSegment=!1);const ot=Me(be,Re,this),st=Re.audio?ot[Re.audio.id]:null,Xt=Re.video?ot[Re.video.id]:null,ar=Qo(Xt,1/0),ur=Qo(st,1/0),Sr=Qo(Xt,0,!0),Ur=Qo(st,0,!0);let mn=w,Zr=0;const cn=st&&(!Xt||!V&&ur<ar||V&&V.trackId===Re.audio.id),un=cn?st:Xt;if(un){const Li=un.timescale,la=un.start-w*Li,Fa=cn?Re.audio.id:Re.video.id;mn=un.start/Li,Zr=cn?Ur-ur:Sr-ar,(T||!V)&&(il(V,mn,w,Zr)||Li!==V.timescale)&&(V&&this.warn(`Timestamps at playlist time: ${T?"":"~"}${w} ${la/Li} != initPTS: ${V.baseTime/V.timescale} (${V.baseTime}/${V.timescale}) trackId: ${V.trackId}`),this.log(`Found initPTS at playlist time: ${w} offset: ${mn-w} (${la}/${Li}) trackId: ${Fa}`),V=null,ke.initPTS=la,ke.timescale=Li,ke.trackId=Fa)}else this.warn(`No audio or video samples found for initPTS at playlist time: ${w}`);V?(ke.initPTS=V.baseTime,ke.timescale=V.timescale,ke.trackId=V.trackId):((!ke.timescale||ke.trackId===void 0||ke.initPTS===void 0)&&(this.warn("Could not set initPTS"),ke.initPTS=mn,ke.timescale=1,ke.trackId=-1),this.initPTS=V={baseTime:ke.initPTS,timescale:ke.timescale,trackId:ke.trackId});const Xr=mn-V.baseTime/V.timescale,Dn=Xr+Zr;Zr>0?this.lastEndTime=Dn:(this.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());const wi=!!Re.audio,Qi=!!Re.video;let fa="";wi&&(fa+="audio"),Qi&&(fa+="video");const qi=(Re.audio?Re.audio.encrypted:!1)||(Re.video?Re.video.encrypted:!1),fi={data1:be,startPTS:Xr,startDTS:Xr,endPTS:Dn,endDTS:Dn,type:fa,hasAudio:wi,hasVideo:Qi,nb:1,dropped:0,encrypted:qi};de.audio=wi&&!Qi?fi:void 0,de.video=Qi?fi:void 0;const aa=Xt==null?void 0:Xt.sampleCount;if(aa){const Li=Xt.keyFrameIndex,la=Li!==-1;fi.nb=aa,fi.dropped=Li===0||this.isVideoContiguous?0:la?Li:aa,fi.independent=la,fi.firstKeyFrame=Li,la&&Xt.keyFrameStart&&(fi.firstKeyFramePTS=(Xt.keyFrameStart-V.baseTime)/V.timescale),this.isVideoContiguous||(de.independent=la),this.isVideoContiguous||(this.isVideoContiguous=la),fi.dropped&&this.warn(`fmp4 does not start with IDR: firstIDR ${Li}/${aa} dropped: ${fi.dropped} start: ${fi.firstKeyFramePTS||"NA"}`)}return de.initSegment=ke,de.id3=xu(s,w,V,V),v.samples.length&&(de.text=kl(v,w,V)),de}}function Qo(O,t,n=!1){return(O==null?void 0:O.start)!==void 0?(O.start+(n?O.duration:0))/O.timescale:t}function il(O,t,n,s){if(O===null)return!0;const v=Math.max(s,1),w=t-O.baseTime/O.timescale;return Math.abs(w-n)>v}function vl(O,t,n){const s=O.codec;return s&&s.length>4?s:t===ne.AUDIO?s==="ec-3"||s==="ac-3"||s==="alac"?s:s==="fLaC"||s==="Opus"?vt(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 Pu;try{Pu=self.performance.now.bind(self.performance)}catch(O){Pu=Date.now}const Rl=[{demux:Tr,remux:Po},{demux:ia,remux:Xo},{demux:he,remux:Xo},{demux:Wt,remux:Xo}];Rl.splice(2,0,{demux:Ve,remux:Xo});class ui{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=Pu();let T=new Uint8Array(t);const{currentTransmuxState:j,transmuxConfig:q}=this;v&&(this.currentTransmuxState=v);const{contiguous:V,discontinuity:oe,trackSwitch:de,accurateTimeOffset:be,timeOffset:ke,initSegmentChange:Re}=v||j,{audioCodec:ot,videoCodec:st,defaultInitPts:Xt,duration:ar,initSegmentData:ur}=q,Sr=fc(T,n);if(Sr&&So(Sr.method)){const cn=this.getDecrypter(),un=Yo(Sr.method);if(cn.isSync()){let Xr=cn.softwareDecrypt(T,Sr.key.buffer,Sr.iv.buffer,un);if(s.part>-1){const wi=cn.flush();Xr=wi&&wi.buffer}if(!Xr)return w.executeEnd=Pu(),dc(s);T=new Uint8Array(Xr)}else return this.asyncResult=!0,this.decryptionPromise=cn.webCryptoDecrypt(T,Sr.key.buffer,Sr.iv.buffer,un).then(Xr=>{const Dn=this.push(Xr,null,s);return this.decryptionPromise=null,Dn}),this.decryptionPromise}const Ur=this.needsProbing(oe,de);if(Ur){const cn=this.configureTransmuxer(T);if(cn)return this.logger.warn(`[transmuxer] ${cn.message}`),this.observer.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:cn,reason:cn.message}),w.executeEnd=Pu(),dc(s)}(oe||de||Re||Ur)&&this.resetInitSegment(ur,ot,st,ar,n),(oe||Re||Ur)&&this.resetInitialTimestamp(Xt),V||this.resetContiguity();const mn=this.transmux(T,Sr,ke,be,s);this.asyncResult=ho(mn);const Zr=this.currentTransmuxState;return Zr.contiguous=!0,Zr.discontinuity=!1,Zr.trackSwitch=!1,w.executeEnd=Pu(),mn}flush(t){const n=t.transmuxing;n.executeStart=Pu();const{decrypter:s,currentTransmuxState:v,decryptionPromise:w}=this;if(w)return this.asyncResult=!0,w.then(()=>this.flush(t));const T=[],{timeOffset:j}=v;if(s){const de=s.flush();de&&T.push(this.push(de.buffer,null,t))}const{demuxer:q,remuxer:V}=this;if(!q||!V){n.executeEnd=Pu();const de=[dc(t)];return this.asyncResult?Promise.resolve(de):de}const oe=q.flush(j);return ho(oe)?(this.asyncResult=!0,oe.then(de=>(this.flushRemux(T,de,t),T))):(this.flushRemux(T,oe,t),this.asyncResult?Promise.resolve(T):T)}flushRemux(t,n,s){const{audioTrack:v,videoTrack:w,id3Track:T,textTrack:j}=n,{accurateTimeOffset:q,timeOffset:V}=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 oe=this.remuxer.remux(v,w,T,j,V,q,!0,this.id);t.push({remuxResult:oe,chunkMeta:s}),s.transmuxing.executeEnd=Pu()}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:j}=this;!T||!j||(T.resetInitSegment(t,n,s,v),j.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:j,textTrack:q}=this.demuxer.demux(t,n,!1,!this.config.progressive);return{remuxResult:this.remuxer.remux(w,T,j,q,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 de=0,be=Rl.length;de<be;de++){var T;if((T=Rl[de].demux)!=null&&T.probe(t,this.logger)){w=Rl[de];break}}if(!w)return new Error("Failed to find demuxer by probing fragment data");const j=this.demuxer,q=this.remuxer,V=w.remux,oe=w.demux;(!q||!(q instanceof V))&&(this.remuxer=new V(s,n,v,this.logger)),(!j||!(j instanceof oe))&&(this.demuxer=new oe(s,n,v,this.logger),this.probe=oe.probe)}needsProbing(t,n){return!this.demuxer||!this.remuxer||t||n}getDecrypter(){let t=this.decrypter;return t||(t=this.decrypter=new ls(this.config)),t}}function fc(O,t){let n=null;return O.byteLength>0&&(t==null?void 0:t.key)!=null&&t.iv!==null&&t.method!=null&&(n=t),n}const dc=O=>({remuxResult:{},chunkMeta:O});function ho(O){return"then"in O&&O.then instanceof Function}class zc{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 Iu{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 xl=0;class al{constructor(t,n,s,v){this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=xl++,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=q=>{const V=q.data,oe=this.hls;if(!(!oe||!(V!=null&&V.event)||V.instanceNo!==this.instanceNo))switch(V.event){case"init":{var de;const be=(de=this.workerContext)==null?void 0:de.objectURL;be&&self.URL.revokeObjectURL(be);break}case"transmuxComplete":{this.handleTransmuxComplete(V.data);break}case"flush":{this.onFlush(V.data);break}case"workerLog":{oe.logger[V.data.logType]&&oe.logger[V.data.logType](V.data.message);break}default:{V.data=V.data||{},V.data.frag=this.frag,V.data.part=this.part,V.data.id=this.id,oe.trigger(V.event,V.data);break}}},this.onWorkerError=q=>{if(!this.hls)return;const V=new Error(`${q.message} (${q.filename}:${q.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:V})};const w=t.config;this.hls=t,this.id=n,this.useWorker=!!w.enableWorker,this.onTransmuxComplete=s,this.onFlush=v;const T=(q,V)=>{V=V||{},V.frag=this.frag||void 0,q===o.ERROR&&(V=V,V.parent=this.id,V.part=this.part,this.error=V.error),this.hls.trigger(q,V)};this.observer=new ti,this.observer.on(o.FRAG_DECRYPTED,T),this.observer.on(o.ERROR,T);const j=Yt(w.preferManagedMediaSource);if(this.useWorker&&typeof Worker!="undefined"){const q=this.hls.logger;if(w.workerPath||Ci()){try{w.workerPath?(q.log(`loading Web Worker ${w.workerPath} for "${n}"`),this.workerContext=Zi(w.workerPath)):(q.log(`injecting Web Worker for "${n}"`),this.workerContext=ma());const{worker:oe}=this.workerContext;oe.addEventListener("message",this.onWorkerMessage),oe.addEventListener("error",this.onWorkerError),oe.postMessage({instanceNo:this.instanceNo,cmd:"init",typeSupported:j,id:n,config:Ji(w)})}catch(oe){q.warn(`Error setting up "${n}" Web Worker, fallback to inline`,oe),this.terminateWorker(),this.error=null,this.transmuxer=new ui(this.observer,j,w,"",n,t.logger)}return}}this.transmuxer=new ui(this.observer,j,w,"",n,t.logger)}reset(){if(this.frag=null,this.part=null,this.workerContext){const t=this.instanceNo;this.instanceNo=xl++;const n=this.hls.config,s=Yt(n.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:t,typeSupported:s,id:this.id,config:Ji(n)})}}terminateWorker(){if(this.workerContext){const{worker:t}=this.workerContext;this.workerContext=null,t.removeEventListener("message",this.onWorkerMessage),t.removeEventListener("error",this.onWorkerError),ki(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,j,q,V,oe){var de,be;V.transmuxing.start=self.performance.now();const{instanceNo:ke,transmuxer:Re}=this,ot=T?T.start:w.start,st=w.decryptdata,Xt=this.frag,ar=!(Xt&&w.cc===Xt.cc),ur=!(Xt&&V.level===Xt.level),Sr=Xt?V.sn-Xt.sn:-1,Ur=this.part?V.part-this.part.index:-1,mn=Sr===0&&V.id>1&&V.id===(Xt==null?void 0:Xt.stats.chunkCount),Zr=!ur&&(Sr===1||Sr===0&&(Ur===1||mn&&Ur<=0)),cn=self.performance.now();(ur||Sr||w.stats.parsing.start===0)&&(w.stats.parsing.start=cn),T&&(Ur||!Zr)&&(T.stats.parsing.start=cn);const un=!(Xt&&((de=w.initSegment)==null?void 0:de.url)===((be=Xt.initSegment)==null?void 0:be.url)),Xr=new Iu(ar,Zr,q,ur,ot,un);if(!Zr||ar||un){this.hls.logger.log(`[transmuxer-interface]: Starting new transmux session for ${w.type} sn: ${V.sn}${V.part>-1?" part: "+V.part:""} ${this.id===u.MAIN?"level":"track"}: ${V.level} id: ${V.id}
discontinuity: ${ar}
trackSwitch: ${ur}
contiguous: ${Zr}
accurateTimeOffset: ${q}
timeOffset: ${ot}
initSegmentChange: ${un}`);const Dn=new zc(s,v,n,j,oe);this.configureTransmuxer(Dn)}if(this.frag=w,this.part=T,this.workerContext)this.workerContext.worker.postMessage({instanceNo:ke,cmd:"demux",data:t,decryptdata:st,chunkMeta:V,state:Xr},t instanceof ArrayBuffer?[t]:[]);else if(Re){const Dn=Re.push(t,st,V,Xr);ho(Dn)?Dn.then(wi=>{this.handleTransmuxComplete(wi)}).catch(wi=>{this.transmuxerError(wi,V,"transmuxer-interface push error")}):this.handleTransmuxComplete(Dn)}}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);ho(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 hc=100;class Lo extends Nt{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,trackId:T}){if(s===u.MAIN){const j=n.cc,q=this.fragCurrent;if(this.initPTS[j]={baseTime:v,timescale:w,trackId:T},this.log(`InitPTS for cc: ${j} found from main: ${v/w} (${v}/${w}) trackId: ${T}`),this.mainAnchor=n,this.state===Ie.WAITING_INIT_PTS){const V=this.waitingData;(!V&&!this.loadingParts||V&&V.frag.cc!==j)&&this.syncWithAnchor(n,V==null?void 0:V.frag)}else!this.hls.hasEnoughToStart&&q&&q.cc!==j?(q.abortRequests(),this.syncWithAnchor(n,q)):this.state===Ie.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(),j=this.getLoadPosition(),q=Jr(T,w,j);q&&(this.log(`Syncing with main frag at ${q.start} cc ${q.cc}`),this.startFragRequested=!1,this.nextLoadPosition=q.start,this.resetLoadingState(),this.state===Ie.IDLE&&this.doTickIdle())}startLoad(t,n){if(!this.levels){this.startPosition=t,this.state=Ie.STOPPED;return}const s=this.lastCurrentTime;this.stopLoad(),this.setInterval(hc),s>0&&t===-1?(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),t=s,this.state=Ie.IDLE):this.state=Ie.WAITING_TRACK,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}doTick(){switch(this.state){case Ie.IDLE:this.doTickIdle();break;case Ie.WAITING_TRACK:{const{levels:t,trackId:n}=this,s=t==null?void 0:t[n],v=s==null?void 0:s.details;if(v&&!this.waitForLive(s)){if(this.waitForCdnTuneIn(v))break;this.state=Ie.WAITING_INIT_PTS}break}case Ie.FRAG_LOADING_WAITING_RETRY:{this.checkRetryDate();break}case Ie.WAITING_INIT_PTS:{const t=this.waitingData;if(t){const{frag:n,part:s,cache:v,complete:w}=t,T=this.mainAnchor;if(this.initPTS[n.cc]!==void 0){this.waitingData=null,this.state=Ie.FRAG_LOADING;const j=v.flush().buffer,q={frag:n,part:s,payload:j,networkDetails:null};this._handleFragmentLoadProgress(q),w&&super._handleFragmentLoadComplete(q)}else T&&T.cc!==t.frag.cc&&this.syncWithAnchor(T,t.frag)}else this.state=Ie.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 j=s[w],q=j.details;if(!q||this.waitForLive(j)||this.waitForCdnTuneIn(q)){this.state=Ie.WAITING_TRACK,this.startFragRequested=!1;return}const V=this.mediaBuffer?this.mediaBuffer:this.media;this.bufferFlushed&&V&&(this.bufferFlushed=!1,this.afterBufferFlushed(V,ne.AUDIO,u.AUDIO));const oe=this.getFwdBufferInfo(V,u.AUDIO);if(oe===null)return;if(!this.switchingTrack&&this._streamEnded(oe,q)){n.trigger(o.BUFFER_EOS,{type:"audio"}),this.state=Ie.ENDED;return}const de=oe.len,be=n.maxBufferLength,ke=q.fragments,Re=ke[0].start,ot=this.getLoadPosition(),st=this.flushing?ot:oe.end;if(this.switchingTrack&&v){const ur=ot;q.PTSKnown&&ur<Re&&(oe.end>Re||oe.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),v.currentTime=Re+.05)}if(de>=be&&!this.switchingTrack&&st<ke[ke.length-1].start)return;let Xt=this.getNextFragment(st,q);if(Xt&&this.isLoopLoading(Xt,st)&&(Xt=this.getNextFragmentLoopLoading(Xt,q,oe,u.MAIN,be)),!Xt){this.bufferFlushed=!0;return}let ar=((t=this.mainFragLoading)==null?void 0:t.frag)||null;if(!this.audioOnly&&this.startFragRequested&&ar&&Ee(Xt)&&!Xt.endList&&(!q.live||!this.loadingParts&&st<this.hls.liveSyncPosition)&&(this.fragmentTracker.getState(ar)===hn.OK&&(this.mainFragLoading=ar=null),ar&&Ee(ar))){if(Xt.start>ar.end){const Sr=this.fragmentTracker.getFragAtPos(st,u.MAIN);Sr&&Sr.end>ar.end&&(ar=Sr,this.mainFragLoading={frag:Sr,targetBufferTime:null})}if(Xt.start>ar.end)return}this.loadFragment(Xt,j,st)}onMediaDetaching(t,n){this.bufferFlushed=this.flushing=!1,super.onMediaDetaching(t,n)}onAudioTracksUpdated(t,{audioTracks:n}){this.resetTransmuxer(),this.levels=n.map(s=>new Gi(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!==Ie.STOPPED&&(this.setInterval(hc),this.state=Ie.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:j,track:q}=n;if(!v){this.warn(`Audio tracks reset while loading track ${T} "${q.name}" of "${j}"`);return}const V=this.mainDetails;if(!V||w.endCC>V.endCC||V.expired){this.cachedTrackLoadedData=n,this.state!==Ie.STOPPED&&(this.state=Ie.WAITING_TRACK);return}this.cachedTrackLoadedData=null,this.log(`Audio track ${T} "${q.name}" of "${j}" loaded [${w.startSN},${w.endSN}]${w.lastPartSn?`[part-${w.lastPartSn}-${w.lastPartIndex}]`:""},duration:${w.totalduration}`);const oe=v[T];let de=0;if(w.live||(s=oe.details)!=null&&s.live){if(this.checkLiveUpdate(w),w.deltaUpdateFailed)return;if(oe.details){var be;de=this.alignPlaylists(w,oe.details,(be=this.levelLastLoaded)==null?void 0:be.details)}w.alignedSliding||(ss(w,V),w.alignedSliding||ps(w,V),de=w.fragmentStart)}oe.details=w,this.levelLastLoaded=oe,this.startFragRequested||this.setStartPosition(V,de),this.hls.trigger(o.AUDIO_TRACK_UPDATED,{details:w,id:T,groupId:n.groupId}),this.state===Ie.WAITING_TRACK&&!this.waitForCdnTuneIn(w)&&(this.state=Ie.IDLE),this.tick()}_handleFragmentLoadProgress(t){var n;const s=t.frag,{part:v,payload:w}=t,{config:T,trackId:j,levels:q}=this;if(!q){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 V=q[j];if(!V){this.warn("Audio track is undefined on fragment load progress");return}const oe=V.details;if(!oe){this.warn("Audio track details undefined on fragment load progress"),this.removeUnbufferedFrags(s.start);return}const de=T.defaultAudioCodec||V.audioCodec||"mp4a.40.2";let be=this.transmuxer;be||(be=this.transmuxer=new al(this.hls,u.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));const ke=this.initPTS[s.cc],Re=(n=s.initSegment)==null?void 0:n.data;if(ke!==void 0){const st=v?v.index:-1,Xt=st!==-1,ar=new No(s.level,s.sn,s.stats.chunkCount,w.byteLength,st,Xt);be.push(w,Re,de,"",s,v,oe.totalduration,!1,ar,ke)}else{this.log(`Unknown video PTS for cc ${s.cc}, waiting for video PTS before demuxing audio frag ${s.sn} of [${oe.startSN} ,${oe.endSN}],track ${j}`);const{cache:ot}=this.waitingData=this.waitingData||{frag:s,part:v,cache:new Er,complete:!1};ot.push(new Uint8Array(w)),this.state!==Ie.STOPPED&&(this.state=Ie.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&&Ee(n.frag)&&(this.mainFragLoading=n,this.state===Ie.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(Ee(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=Ie.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===Ie.WAITING_TRACK&&((s=n.context)==null?void 0:s.type)===h.AUDIO_TRACK&&(this.state=Ie.IDLE);break;case f.BUFFER_ADD_CODEC_ERROR:case f.BUFFER_APPEND_ERROR:if(n.parent!=="audio")return;this.reduceLengthAndFlushBuffer(n)||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!==ne.VIDEO&&(this.flushing=!0)}onBufferFlushed(t,{type:n}){if(n!==ne.VIDEO){this.flushing=!1,this.bufferFlushed=!0,this.state===Ie.ENDED&&(this.state=Ie.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,j=this.getCurrentContext(T);if(!j){this.resetWhenMissingContext(T);return}const{frag:q,part:V,level:oe}=j,{details:de}=oe,{audio:be,text:ke,id3:Re,initSegment:ot}=w;if(this.fragContextChanged(q)||!de){this.fragmentTracker.removeFragment(q);return}if(this.state=Ie.PARSING,this.switchingTrack&&be&&this.completeAudioSwitch(this.switchingTrack),ot!=null&&ot.tracks){const st=q.initSegment||q;if(this.unhandledEncryptionError(ot,q))return;this._bufferInitSegment(oe,ot.tracks,st,T),v.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:st,id:s,tracks:ot.tracks})}if(be){const{startPTS:st,endPTS:Xt,startDTS:ar,endDTS:ur}=be;V&&(V.elementaryStreams[ne.AUDIO]={startPTS:st,endPTS:Xt,startDTS:ar,endDTS:ur}),q.setElementaryStreamInfo(ne.AUDIO,st,Xt,ar,ur),this.bufferFragmentData(be,q,V,T)}if(Re!=null&&(n=Re.samples)!=null&&n.length){const st=y({id:s,frag:q,details:de},Re);v.trigger(o.FRAG_PARSING_METADATA,st)}if(ke){const st=y({id:s,frag:q,details:de},ke);v.trigger(o.FRAG_PARSING_USERDATA,st)}}_bufferInitSegment(t,n,s,v){if(this.state!==Ie.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 j=w.initSegment;if(j!=null&&j.byteLength){const q={type:"audio",frag:s,part:null,chunkMeta:v,parent:s.type,data:j};this.hls.trigger(o.BUFFER_APPENDING,q)}this.tickImmediate()}loadFragment(t,n,s){const v=this.fragmentTracker.getState(t);if(this.switchingTrack||v===hn.NOT_LOADED||v===hn.PARTIAL){var w;if(!Ee(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=Ie.WAITING_INIT_PTS;const T=this.mainDetails;T&&T.fragmentStart!==n.details.fragmentStart&&ps(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:j}=this.bufferedTrack;gi({name:n,lang:s,assocLang:v,characteristics:w,audioCodec:T,channels:j},t,Jn)||(it(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 pc 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 j=v[T];let q;try{q=new self.URL(j.URI,n.url).href}catch(V){this.warn(`Could not construct new URL for Rendition Report: ${V}`),q=j.URI||""}if(q===t){w=T;break}else q===t.substring(0,q.length)&&(w=T)}if(w!==-1){const T=v[w],j=parseInt(T["LAST-MSN"])||n.lastPartSn;let q=parseInt(T["LAST-PART"])||n.lastPartIndex;if(this.hls.config.lowLatencyMode){const oe=Math.min(n.age-n.partTarget,n.targetduration);q>=0&&oe>n.partTarget&&(q+=1)}const V=s&&ci(s);return new Di(j,q>=0?q:void 0,V)}}}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(),j=w.loading.first?Math.max(0,T-w.loading.first):0;v.advancedDateTime=Date.now()-j;const q=this.hls.config.timelineOffset;if(q!==v.appliedTimelineOffset){const oe=Math.max(q||0,0);v.appliedTimelineOffset=oe,v.fragments.forEach(de=>{de.setStart(de.playlistOffset+oe)})}if(v.live||s!=null&&s.live){const oe="levelInfo"in n?n.levelInfo:n.track;if(v.reloaded(s),s&&v.fragments.length>0){Tn(s,v,this);const ar=v.playlistParsingError;if(ar){this.warn(ar);const ur=this.hls;if(!ur.config.ignorePlaylistParsingErrors){var V;const{networkDetails:Sr}=n;ur.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_PARSING_ERROR,fatal:!1,url:v.url,error:ar,reason:ar.message,level:n.level||void 0,parent:(V=v.fragments[0])==null?void 0:V.type,networkDetails:Sr,stats:w});return}v.playlistParsingError=null}}v.requestScheduled===-1&&(v.requestScheduled=w.loading.start);const de=this.hls.mainForwardBufferInfo,be=de?de.end-de.len:0,ke=(v.edge-be)*1e3,Re=Ai(v,ke);if(v.requestScheduled+Re<T?v.requestScheduled=T:v.requestScheduled+=Re,this.log(`live playlist ${t} ${v.advanced?"REFRESHED "+v.lastPartSn+"-"+v.lastPartIndex:v.updated?"UPDATED":"MISSED"}`),!this.canLoad||!v.live)return;let ot,st,Xt;if(v.canBlockReload&&v.endSN&&v.advanced){const ar=this.hls.config.lowLatencyMode,ur=v.lastPartSn,Sr=v.endSN,Ur=v.lastPartIndex,mn=Ur!==-1,Zr=ur===Sr;mn?Zr?(st=Sr+1,Xt=ar?0:Ur):(st=ur,Xt=ar?Ur+1:v.maxPartIndex):st=Sr+1;const cn=v.age,un=cn+v.ageHeader;let Xr=Math.min(un-v.partTarget,v.targetduration*1.5);if(Xr>0){if(un>v.targetduration*3)this.log(`Playlist last advanced ${cn.toFixed(2)}s ago. Omitting segment and part directives.`),st=void 0,Xt=void 0;else if(s!=null&&s.tuneInGoal&&un-v.partTarget>s.tuneInGoal)this.warn(`CDN Tune-in goal increased from: ${s.tuneInGoal} to: ${Xr} with playlist age: ${v.age}`),Xr=0;else{const Dn=Math.floor(Xr/v.targetduration);if(st+=Dn,Xt!==void 0){const wi=Math.round(Xr%v.targetduration/v.partTarget);Xt+=wi}this.log(`CDN Tune-in age: ${v.ageHeader}s last advanced ${cn.toFixed(2)}s goal: ${Xr} skip sn ${Dn} to part ${Xt}`)}v.tuneInGoal=Xr}if(ot=this.getDeliveryDirectives(v,n.deliveryDirectives,st,Xt),ar||!Zr){v.requestScheduled=T,this.loadingPlaylist(oe,ot);return}}else(v.canBlockReload||v.canSkipUntil)&&(ot=this.getDeliveryDirectives(v,n.deliveryDirectives,st,Xt));ot&&st!==void 0&&v.canBlockReload&&(v.requestScheduled=w.loading.first+Math.max(Re-j*2,Re/2)),this.scheduleLoading(oe,ot,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 j=T-w;this.log(`reload live playlist ${t.name||t.bitrate+"bps"} in ${Math.round(j)} ms`),this.clearTimer(),this.timer=self.setTimeout(()=>this.loadingPlaylist(t,n),j)}getDeliveryDirectives(t,n,s,v){let w=ci(t);return n!=null&&n.skip&&t.deltaUpdateFailed&&(s=n.msn,v=n.part,w=$n.No),new Di(s,v,w)}checkRetry(t){const n=t.details,s=Nr(t),v=t.errorAction,{action:w,retryCount:T=0,retryConfig:j}=v||{},q=!!v&&!!j&&(w===ir.RetryRequest||!v.resolved&&w===ir.SendAlternateToPenaltyBox);if(q){var V;if(T>=j.maxNumRetry)return!1;if(s&&(V=t.context)!=null&&V.deliveryDirectives)this.warn(`Retrying playlist loading ${T+1}/${j.maxNumRetry} after "${n}" without delivery-directives`),this.loadPlaylist();else{const oe=Qn(j,T);this.clearTimer(),this.timer=self.setTimeout(()=>this.loadPlaylist(),oe),this.warn(`Retrying playlist loading ${T+1}/${j.maxNumRetry} after "${n}" in ${oe}ms`)}t.levelRetry=!0,v.resolved=!0}return q}}function Of(O,t){if(O.length!==t.length)return!1;for(let n=0;n<O.length;n++)if(!Ll(O[n].attrs,t[n].attrs))return!1;return!0}function Ll(O,t,n){const s=O["STABLE-RENDITION-ID"];return s&&!n?s===t["STABLE-RENDITION-ID"]:!(n||["LANGUAGE","NAME","CHARACTERISTICS","AUTOSELECT","DEFAULT","FORCED","ASSOC-LANGUAGE"]).some(v=>O[v]!==t[v])}function mc(O,t){return t.label.toLowerCase()===O.name.toLowerCase()&&(!t.language||t.language.toLowerCase()===(O.lang||"").toLowerCase())}class wl extends pc{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 j=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,j)}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(j=>(v==null?void 0:v.indexOf(j))===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const j=this.tracks.filter(be=>!s||s.indexOf(be.groupId)!==-1);if(j.length)this.selectDefaultTrack&&!j.some(be=>be.default)&&(this.selectDefaultTrack=!1),j.forEach((be,ke)=>{be.id=ke});else if(!w&&!this.tracksInGroup.length)return;this.tracksInGroup=j;const q=this.hls.config.audioPreference;if(!w&&q){const be=Ki(q,j,Jn);if(be>-1)w=j[be];else{const ke=Ki(q,this.tracks);w=this.tracks[ke]}}let V=this.findTrackId(w);V===-1&&w&&(V=this.findTrackId(null));const oe={audioTracks:j};this.log(`Updating audio tracks, ${j.length} track(s) found in group(s): ${s==null?void 0:s.join(",")}`),this.hls.trigger(o.AUDIO_TRACKS_UPDATED,oe);const de=this.trackId;if(V!==-1&&de===-1)this.setAudioTrack(V);else if(j.length&&de===-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: ${j.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&&gi(t,v,Jn))return v;const w=Ki(t,this.tracksInGroup,Jn);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 j=zn(t,n.levels,s,T,Jn);if(j===-1)return null;n.nextLoadLevel=j}if(t.channels||t.audioCodec){const T=Ki(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||gi(t,v,Jn)))return s}if(t){const{name:s,lang:v,assocLang:w,characteristics:T,audioCodec:j,channels:q}=t;for(let V=0;V<n.length;V++){const oe=n[V];if(gi({name:s,lang:v,assocLang:w,characteristics:T,audioCodec:j,channels:q},oe,Jn))return V}for(let V=0;V<n.length;V++){const oe=n[V];if(Ll(t.attrs,oe.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return V}for(let V=0;V<n.length;V++){const oe=n[V];if(Ll(t.attrs,oe.attrs,["LANGUAGE"]))return V}}return-1}loadPlaylist(t){super.loadPlaylist();const n=this.currentTrack;this.shouldLoadPlaylist(n)&&it(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,j=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:""}${j&&T.live?" age "+j.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 ff{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 Ml=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,wu="HlsJsTrackRemovedError";class El extends Error{constructor(t){super(t),this.name=wu}}class Mo 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;this.transferData=this.overrides=void 0;const v=ae(this.appendSource);if(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 j=this._objectUrl=self.URL.createObjectURL(T);if(this.appendSource)try{s.removeAttribute("src");const q=self.ManagedMediaSource;s.disableRemotePlayback=s.disableRemotePlayback||q&&T instanceof q,Ho(s),ou(s,j),s.load()}catch(q){s.src=j}else s.src=j}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,j=()=>{Promise.resolve().then(()=>{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: ${Ji(s,(q,V)=>q==="initSegment"?void 0:V)};
transfer tracks: ${Ji(v,(q,V)=>q==="initSegment"?void 0:V)}}`),!ue(v,s)){n.mediaSource=null,n.tracks=void 0;const q=t.currentTime,V=this.details,oe=Math.max(q,(V==null?void 0:V.fragments[0].start)||0);if(oe-q>1){this.log(`attachTransferred: waiting for playback to reach new tracks start time ${q} -> ${oe}`);return}this.warn(`attachTransferred: resetting MediaSource for incompatible tracks ("${Object.keys(v)}"->"${Object.keys(s)}") start time: ${oe} currentTime: ${q}`),this.onMediaDetaching(o.MEDIA_DETACHING,{}),this.onMediaAttaching(o.MEDIA_ATTACHING,n),t.currentTime=oe;return}this.transferData=void 0,w.forEach(q=>{const V=q,oe=v[V];if(oe){const de=oe.buffer;if(de){const be=this.fragmentTracker,ke=oe.id;if(be.hasFragments(ke)||be.hasParts(ke)){const st=di.getBuffered(de);be.detectEvictedFragments(V,st,ke,null,!0)}const Re=Fl(V),ot=[V,de];this.sourceBuffers[Re]=ot,de.updating&&this.operationQueue&&this.operationQueue.prependBlocker(V),this.trackSourceBuffer(V,oe)}}}),j(),this.bufferCreated()}else this.log("attachTransferred: MediaSource w/o SourceBuffers"),j()}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(([j])=>{j&&this.removeBuffer(j)}),this.resetQueue();else{if(this.mediaSourceOpenOrEnded){const j=w.readyState==="open";try{const q=w.sourceBuffers;for(let V=q.length;V--;)j&&q[V].abort(),w.removeSourceBuffer(q[V]);j&&w.endOfStream()}catch(q){this.warn(`onMediaDetaching: ${q.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&&Ho(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[Fl(t)]=[null,null];const n=this.tracks[t];n&&(n.buffer=void 0)}resetQueue(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new ff(this.tracks)}onBufferCodecs(t,n){var s;const v=this.tracks,w=Object.keys(n);this.log(`BUFFER_CODECS: "${w}" (current SB count ${this.sourceBufferCount})`);const T="audiovideo"in n&&(v.audio||v.video)||v.audiovideo&&("audio"in n||"video"in n),j=!T&&this.sourceBufferCount&&this.media&&w.some(q=>!v[q]);if(T||j){this.warn(`Unsupported transition between "${Object.keys(v)}" and "${w}" SourceBuffers`);return}w.forEach(q=>{var V,oe;const de=n[q],{id:be,codec:ke,levelCodec:Re,container:ot,metadata:st,supplemental:Xt}=de;let ar=v[q];const ur=(V=this.transferData)==null||(V=V.tracks)==null?void 0:V[q],Sr=ur!=null&&ur.buffer?ur:ar,Ur=(Sr==null?void 0:Sr.pendingCodec)||(Sr==null?void 0:Sr.codec),mn=Sr==null?void 0:Sr.levelCodec;ar||(ar=v[q]={buffer:void 0,listeners:[],codec:ke,supplemental:Xt,container:ot,levelCodec:Re,metadata:st,id:be});const Zr=sn(Ur,mn),cn=Zr==null?void 0:Zr.replace(Ml,"$1");let un=sn(ke,Re);const Xr=(oe=un)==null?void 0:oe.replace(Ml,"$1");un&&Zr&&cn!==Xr&&(q.slice(0,5)==="audio"&&(un=vt(un,this.appendSource)),this.log(`switching codec ${Ur} to ${un}`),un!==(ar.pendingCodec||ar.codec)&&(ar.pendingCodec=un),ar.container=ot,this.appendChangeType(q,ot,un))}),(this.tracksReady||this.sourceBufferCount)&&(n.tracks=this.sourceBufferTracks),!this.sourceBufferCount&&(this.bufferCodecEventsTotal>1&&!this.tracks.video&&!n.video&&((s=n.audio)==null?void 0:s.id)==="main"&&(this.log("Main audio-only"),this.bufferCodecEventsTotal=1),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 j=T.buffer;j!=null&&j.changeType&&(this.log(`changing ${t} sourceBuffer type to ${v}`),j.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 j;const q=this.tracks.video;(this.lastVideoAppendEnd>v||q!=null&&q.buffer&&di.isBuffered(q.buffer,v)||((j=this.fragmentTracker.getAppendedFrag(v,u.MAIN))==null?void 0:j.gap)===!0)&&(this.blockedAudioAppend=null,this.shiftAndExecuteNext("audio"))},onStart:()=>{},onComplete:()=>{},onError:j=>{this.warn("Error executing block-audio operation",j)}};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:j,part:q,chunkMeta:V,offset:oe}=n,de=V.buffering[w],{sn:be,cc:ke}=j,Re=self.performance.now();de.start=Re;const ot=j.stats.buffering,st=q?q.stats.buffering:null;ot.start===0&&(ot.start=Re),st&&st.start===0&&(st.start=Re);const Xt=s.audio;let ar=!1;w==="audio"&&(Xt==null?void 0:Xt.container)==="audio/mpeg"&&(ar=!this.lastMpegAudioChunk||V.id===1||this.lastMpegAudioChunk.sn!==V.sn,this.lastMpegAudioChunk=V);const ur=s.video,Sr=ur==null?void 0:ur.buffer;if(Sr&&be!=="initSegment"){const Zr=q||j,cn=this.blockedAudioAppend;if(w==="audio"&&T!=="main"&&!this.blockedAudioAppend&&!(ur.ending||ur.ended)){const Xr=Zr.start+Zr.duration*.05,Dn=Sr.buffered,wi=this.currentOp("video");!Dn.length&&!wi?this.blockAudio(Zr):!wi&&!di.isBuffered(Sr,Xr)&&this.lastVideoAppendEnd<Xr&&this.blockAudio(Zr)}else if(w==="video"){const un=Zr.end;if(cn){const Xr=cn.frag.start;(un>Xr||un<this.lastVideoAppendEnd||di.isBuffered(Sr,Xr))&&this.unblockAudio()}this.lastVideoAppendEnd=un}}const Ur=(q||j).start,mn={label:`append-${w}`,execute:()=>{var Zr;de.executeStart=self.performance.now();const cn=(Zr=this.tracks[w])==null?void 0:Zr.buffer;cn&&(ar?this.updateTimestampOffset(cn,Ur,.1,w,be,ke):oe!==void 0&&r(oe)&&this.updateTimestampOffset(cn,oe,1e-6,w,be,ke)),this.appendExecutor(v,w)},onStart:()=>{},onComplete:()=>{const Zr=self.performance.now();de.executeEnd=de.end=Zr,ot.first===0&&(ot.first=Zr),st&&st.first===0&&(st.first=Zr);const cn={};this.sourceBuffers.forEach(([un,Xr])=>{un&&(cn[un]=di.getBuffered(Xr))}),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:j,part:q,chunkMeta:V,parent:j.type,timeRanges:cn})},onError:Zr=>{var cn;const un={type:c.MEDIA_ERROR,parent:j.type,details:f.BUFFER_APPEND_ERROR,sourceBufferName:w,frag:j,part:q,chunkMeta:V,error:Zr,err:Zr,fatal:!1},Xr=(cn=this.media)==null?void 0:cn.error;if(Zr.code===DOMException.QUOTA_EXCEEDED_ERR||Zr.name=="QuotaExceededError"||"quota"in Zr)un.details=f.BUFFER_FULL_ERROR;else if(Zr.code===DOMException.INVALID_STATE_ERR&&this.mediaSourceOpenOrEnded&&!Xr)un.errorAction=Wr(!0);else if(Zr.name===wu&&this.sourceBufferCount===0)un.errorAction=Wr(!0);else{const Dn=++this.appendErrors[w];this.warn(`Failed ${Dn}/${this.hls.config.appendErrorMaxRetry} times to append segment in "${w}" sourceBuffer (${Xr||"no media error"})`),(Dn>=this.hls.config.appendErrorMaxRetry||Xr)&&(un.fatal=!0)}this.hls.trigger(o.ERROR,un)}};this.log(`queuing "${w}" append sn: ${be}${q?" p: "+q.index:""} of ${j.type===u.MAIN?"level":"track"} ${j.level} cc: ${ke}`),this.append(mn,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[ne.AUDIOVIDEO]?w.push("audiovideo"):(T[ne.AUDIO]&&w.push("audio"),T[ne.VIDEO]&&w.push("video"));const j=()=>{const q=self.performance.now();s.stats.buffering.end=q,v&&(v.stats.buffering.end=q);const V=v?v.stats:s.stats;this.hls.trigger(o.FRAG_BUFFERED,{frag:s,part:v,stats:V,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(j,w).catch(q=>{this.warn(`Fragment buffered callback ${q}`),this.stepOperationQueue(this.sourceBufferTypes)})}onFragChanged(t,n){this.trimBuffers()}get bufferedToEnd(){return this.sourceBufferCount>0&&!this.sourceBuffers.some(([t])=>{if(t){const n=this.tracks[t];if(n)return!n.ended||n.ending}return!1})}onBufferEos(t,n){var s;this.sourceBuffers.forEach(([T])=>{if(T){const j=this.tracks[T];(!n.type||n.type===T)&&(j.ending=!0,j.ended||(j.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 j;return T&&!((j=this.tracks[T])!=null&&j.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)):n.type==="video"&&this.unblockAudio()}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(){this.blockUntilOpen(()=>{const t=this.getDurationAndRange();t&&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,j=n.live&&v.liveBackBufferLength!==null?v.liveBackBufferLength:v.backBufferLength;if(r(j)&&j>=0){const V=Math.max(j,T),oe=Math.floor(w/T)*T-V;this.flushBackBuffer(w,T,oe)}const q=v.frontBufferFlushThreshold;if(r(q)&&q>0){const V=Math.max(v.maxBufferLength,q),oe=Math.max(V,T),de=Math.floor(w/T)*T+oe;this.flushFrontBuffer(w,T,de)}}flushBackBuffer(t,n,s){this.sourceBuffers.forEach(([v,w])=>{if(w){const j=di.getBuffered(w);if(j.length>0&&s>j.start(0)){var T;this.hls.trigger(o.BACK_BUFFER_REACHED,{bufferEnd:s});const q=this.tracks[v];if((T=this.details)!=null&&T.live)this.hls.trigger(o.LIVE_BACK_BUFFER_REACHED,{bufferEnd:s});else if(q!=null&&q.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=di.getBuffered(w),j=T.length;if(j<2)return;const q=T.start(j-1),V=T.end(j-1);if(s>q||t>=q&&t<=V)return;this.hls.trigger(o.BUFFER_FLUSHING,{startOffset:q,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&&s.setLiveSeekableRange){const V=Math.max(0,n.fragmentStart),oe=Math.max(V,v);return{duration:1/0,start:V,end:oe}}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,j=r(s.duration)?s.duration:0;return v>j&&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}) ${Ji(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,j=t[T];if(this.isPending(j)){const q=this.getTrackCodec(j,T),V=`${j.container};codecs=${q}`;j.codec=q,this.log(`creating sourceBuffer(${V})${this.currentOp(T)?" Queued":""} ${Ji(j)}`);try{const oe=s.addSourceBuffer(V),de=Fl(T),be=[T,oe];n[de]=be,j.buffer=oe}catch(oe){var v;this.error(`error while trying to add sourceBuffer: ${oe.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:oe,sourceBufferName:T,mimeType:V,parent:j.id});return}this.trackSourceBuffer(T,j)}}this.bufferCreated()}getTrackCodec(t,n){const s=t.supplemental;let v=t.codec;s&&(n==="video"||n==="audiovideo")&&Ce(s,"video")&&(v=qr(v,s));const w=sn(v,t.levelCodec);return w?n.slice(0,5)==="audio"?vt(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 j=T.removedRanges;j!=null&&j.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)}updateTimestampOffset(t,n,s,v,w,T){const j=n-t.timestampOffset;Math.abs(j)>=s&&(this.log(`Updating ${v} SourceBuffer timestampOffset to ${n} (sn: ${w} cc: ${T})`),t.timestampOffset=n)}removeExecutor(t,n,s){const{media:v,mediaSource:w}=this,T=this.tracks[t],j=T==null?void 0:T.buffer;if(!v||!w||!j){this.warn(`Attempting to remove from the ${t} SourceBuffer, but it does not exist`),this.shiftAndExecuteNext(t);return}const q=r(v.duration)?v.duration:1/0,V=r(w.duration)?w.duration:1/0,oe=Math.max(0,n),de=Math.min(s,q,V);de>oe&&(!T.ending||T.ended)?(T.ended=!1,this.log(`Removing [${oe},${de}] from the ${t} SourceBuffer`),j.remove(oe,de)):this.shiftAndExecuteNext(t)}appendExecutor(t,n){const s=this.tracks[n],v=s==null?void 0:s.buffer;if(!v)throw new El(`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 Ho(O){const t=O.querySelectorAll("source");[].slice.call(t).forEach(n=>{O.removeChild(n)})}function ou(O,t){const n=self.document.createElement("source");n.type="video/mp4",n.src=t,O.appendChild(n)}function Fl(O){return O==="audio"?1:0}class Bl{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,Bl.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=(j,q)=>q?j.width!==q.width||j.height!==q.height:!0;let w=t.length-1;const T=Math.max(n,s);for(let j=0;j<t.length;j+=1){const q=t[j];if((q.width>=T||q.height>=T)&&v(q,t[j+1])){w=j;break}}return w}}const qo={MANIFEST:"m",AUDIO:"a",VIDEO:"v",MUXED:"av",INIT:"i",CAPTION:"c",TIMED_TEXT:"tt",KEY:"k",OTHER:"o"},Nl={HLS:"h"};class uu{constructor(t,n){Array.isArray(t)&&(t=t.map(s=>s instanceof uu?s:new uu(s))),this.value=t,this.params=n}}const Ku="Dict";function vc(O){return Array.isArray(O)?JSON.stringify(O):O instanceof Map?"Map{}":O instanceof Set?"Set{}":typeof O=="object"?JSON.stringify(O):String(O)}function Ql(O,t,n,s){return new Error(`failed to ${O} "${vc(t)}" as ${n}`,{cause:s})}function Pa(O,t,n){return Ql("serialize",O,t,n)}class Zc{constructor(t){this.description=t}}const Wc="Bare Item",jl="Boolean";function Ic(O){if(typeof O!="boolean")throw Pa(O,jl);return O?"?1":"?0"}function df(O){return btoa(String.fromCharCode(...O))}const Hc="Byte Sequence";function Ou(O){if(ArrayBuffer.isView(O)===!1)throw Pa(O,Hc);return`:${df(O)}:`}const hf="Integer";function Oc(O){return O<-999999999999999||999999999999999<O}function ql(O){if(Oc(O))throw Pa(O,hf);return O.toString()}function Gc(O){return`@${ql(O.getTime()/1e3)}`}function $c(O,t){if(O<0)return-$c(-O,t);const n=Math.pow(10,t);if(Math.abs(O*n%1-.5)<Number.EPSILON){const v=Math.floor(O*n);return(v%2===0?v:v+1)/n}else return Math.round(O*n)/n}const Du="Decimal";function sl(O){const t=$c(O,3);if(Math.floor(Math.abs(t)).toString().length>12)throw Pa(O,Du);const n=t.toString();return n.includes(".")?n:`${n}.0`}const ol="String",pf=/[\x00-\x1f\x7f]+/;function mf(O){if(pf.test(O))throw Pa(O,ol);return`"${O.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function Kc(O){return O.description||O.toString().slice(7,-1)}const po="Token";function vf(O){const t=Kc(O);if(/^([a-zA-Z*])([!#$%&'*+\-.^_`|~\w:/]*)$/.test(t)===!1)throw Pa(t,po);return t}function gc(O){switch(typeof O){case"number":if(!r(O))throw Pa(O,Wc);return Number.isInteger(O)?ql(O):sl(O);case"string":return mf(O);case"symbol":return vf(O);case"boolean":return Ic(O);case"object":if(O instanceof Date)return Gc(O);if(O instanceof Uint8Array)return Ou(O);if(O instanceof Zc)return vf(O);default:throw Pa(O,Wc)}}const gf="Key";function gl(O){if(/^[a-z*][a-z0-9\-_.*]*$/.test(O)===!1)throw Pa(O,gf);return O}function ku(O){return O==null?"":Object.entries(O).map(([t,n])=>n===!0?`;${gl(t)}`:`;${gl(t)}=${gc(n)}`).join("")}function oo(O){return O instanceof uu?`${gc(O.value)}${ku(O.params)}`:gc(O)}function Df(O){return`(${O.value.map(oo).join(" ")})${ku(O.params)}`}function _f(O,t={whitespace:!0}){if(typeof O!="object"||O==null)throw Pa(O,Ku);const n=O instanceof Map?O.entries():Object.entries(O),s=t!=null&&t.whitespace?" ":"";return Array.from(n).map(([v,w])=>{w instanceof uu||(w=new uu(w));let T=gl(v);return w.value===!0?T+=ku(w.params):(T+="=",Array.isArray(w.value)?T+=Df(w):T+=oo(w)),T}).join(`,${s}`)}function Dc(O,t){return _f(O,t)}const Eu="CMCD-Object",uo="CMCD-Request",bo="CMCD-Session",Ru="CMCD-Status",je={br:Eu,ab:Eu,d:Eu,ot:Eu,tb:Eu,tpb:Eu,lb:Eu,tab:Eu,lab:Eu,url:Eu,pb:uo,bl:uo,tbl:uo,dl:uo,ltc:uo,mtp:uo,nor:uo,nrr:uo,rc:uo,sn:uo,sta:uo,su:uo,ttfb:uo,ttfbb:uo,ttlb:uo,cmsdd:uo,cmsds:uo,smrt:uo,df:uo,cs:uo,ts:uo,cid:bo,pr:bo,sf:bo,sid:bo,st:bo,v:bo,msd:bo,bs:Ru,bsd:Ru,cdn:Ru,rtp:Ru,bg:Ru,pt:Ru,ec:Ru,e:Ru},_c={REQUEST:uo};function Lu(O){return Object.keys(O).reduce((t,n)=>{var s;return(s=O[n])===null||s===void 0||s.forEach(v=>t[v]=n),t},{})}function Jl(O,t){const n={};if(!O)return n;const s=Object.keys(O),v=t?Lu(t):{};return s.reduce((w,T)=>{var j;const q=je[T]||v[T]||_c.REQUEST,V=(j=w[q])!==null&&j!==void 0?j:w[q]={};return V[T]=O[T],w},n)}function lu(O){return["ot","sf","st","e","sta"].includes(O)}function Vu(O){return typeof O=="number"?r(O):O!=null&&O!==""&&O!==!1}const yc="event";function bc(O,t){const n=new URL(O),s=new URL(t);if(n.origin!==s.origin)return O;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("/")+n.search+n.hash}const Yu=O=>Math.round(O),_l=(O,t)=>Array.isArray(O)?O.map(n=>_l(n,t)):O instanceof uu&&typeof O.value=="string"?new uu(_l(O.value,t),O.params):(t.baseUrl&&(O=bc(O,t.baseUrl)),t.version===1?encodeURIComponent(O):O),Mu=O=>Yu(O/100)*100,Fu={br:Yu,d:Yu,bl:Mu,dl:Mu,mtp:Mu,nor:(O,t)=>{let n=O;return t.version>=2&&(O instanceof uu&&typeof O.value=="string"?n=new uu([O]):typeof O=="string"&&(n=[O])),_l(n,t)},rtp:Mu,tb:Yu},xc="request",ul="response",Xu=["ab","bg","bl","br","bs","bsd","cdn","cid","cs","df","ec","lab","lb","ltc","msd","mtp","pb","pr","pt","sf","sid","sn","st","sta","tab","tb","tbl","tpb","ts","v"],kf=["e"],yu=/^[a-zA-Z0-9-.]+-[a-zA-Z0-9-.]+$/;function Ul(O){return yu.test(O)}function Sl(O){return Xu.includes(O)||kf.includes(O)||Ul(O)}const Yc=["d","dl","nor","ot","rtp","su"];function wc(O){return Xu.includes(O)||Yc.includes(O)||Ul(O)}const ec=["cmsdd","cmsds","rc","smrt","ttfb","ttfbb","ttlb","url"];function zl(O){return Xu.includes(O)||Yc.includes(O)||ec.includes(O)||Ul(O)}const Rf=["bl","br","bs","cid","d","dl","mtp","nor","nrr","ot","pr","rtp","sf","sid","st","su","tb","v"];function yf(O){return Rf.includes(O)||Ul(O)}const tc={[ul]:zl,[yc]:Sl,[xc]:wc};function kc(O,t={}){const n={};if(O==null||typeof O!="object")return n;const s=t.version||O.v||1,v=t.reportingMode||xc,w=s===1?yf:tc[v];let T=Object.keys(O).filter(w);const j=t.filter;typeof j=="function"&&(T=T.filter(j));const q=v===ul||v===yc;q&&!T.includes("ts")&&T.push("ts"),s>1&&!T.includes("v")&&T.push("v");const V=y({},Fu,t.formatters),oe={version:s,reportingMode:v,baseUrl:t.baseUrl};return T.sort().forEach(de=>{let be=O[de];const ke=V[de];if(typeof ke=="function"&&(be=ke(be,oe)),de==="v"){if(s===1)return;be=s}de=="pr"&&be===1||(q&&de==="ts"&&!r(be)&&(be=Date.now()),Vu(be)&&(lu(de)&&typeof be=="string"&&(be=new Zc(be)),n[de]=be))}),n}function Zl(O,t={}){const n={};if(!O)return n;const s=kc(O,t),v=Jl(s,t==null?void 0:t.customHeaderMap);return Object.entries(v).reduce((w,[T,j])=>{const q=Dc(j,{whitespace:!1});return q&&(w[T]=q),w},n)}function Lf(O,t,n){return y(O,Zl(t,n))}const Xc="CMCD";function Qu(O,t={}){return O?Dc(kc(O,t),{whitespace:!1}):""}function Ec(O,t={}){if(!O)return"";const n=Qu(O,t);return encodeURIComponent(n)}function Sc(O,t={}){if(!O)return"";const n=Ec(O,t);return`${Xc}=${n}`}const Qc=/CMCD=[^&#]+/;function Rc(O,t,n){const s=Sc(t,n);if(!s)return O;if(Qc.test(O))return O.replace(Qc,s);const v=O.includes("?")?"&":"?";return`${O}${v}${s}`}class P{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:qo.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,j=this.hls.levels[w.level],q=this.getObjectType(w),V={d:(T||w).duration*1e3,ot:q};(q===qo.VIDEO||q===qo.AUDIO||q==qo.MUXED)&&(V.br=j.bitrate/1e3,V.tb=this.getTopBandwidth(q)/1e3,V.bl=this.getBufferLength(q));const oe=T?this.getNextPart(T):this.getNextFrag(w);oe!=null&&oe.url&&oe.url!==w.url&&(V.nor=oe.url),this.apply(v,V)}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:Nl.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===qo.INIT||n.ot===qo.VIDEO||n.ot===qo.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,j)=>(v.includes(j)&&(T[j]=n[j]),T),{}));const w={baseUrl:t.url};this.useHeaders?(t.headers||(t.headers={}),Lf(t.headers,n,w)):t.url=Rc(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;const{index:s,fragment:v}=t,w=(n=this.hls.levels[v.level])==null||(n=n.details)==null?void 0:n.partList;if(w){const{sn:T}=v;for(let j=w.length-1;j>=0;j--){const q=w[j];if(q.index===s&&q.fragment.sn===T)return w[j+1]}}}getObjectType(t){const{type:n}=t;if(n==="subtitle")return qo.TIMED_TEXT;if(t.sn==="initSegment")return qo.INIT;if(n==="audio")return qo.AUDIO;if(n==="main")return this.hls.audioTracks.length?qo.VIDEO:qo.MUXED}getTopBandwidth(t){let n=0,s;const v=this.hls;if(t===qo.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===qo.AUDIO?this.audioBuffer:this.videoBuffer;return!s||!n?NaN:di.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,j){n(w),this.loader.load(w,T,j)}}}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,j){n(w),this.loader.load(w,T,j)}}}}const D=3e5;class L 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)===ir.SendAlternateToPenaltyBox&&s.flags===Rr.MoveAllAlternatesMatchingHost){const v=this.levels;let w=this._pathwayPriority,T=this.pathwayId;if(n.context){const{groupId:j,pathwayId:q,type:V}=n.context;j&&v?T=this.getPathwayForGroupId(j,V,T):q&&(T=q)}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),n.details===f.BUFFER_APPEND_ERROR&&!n.fatal?s.resolved=!0:s.resolved||this.warn(`Could not resolve ${n.details} ("${n.error.message}") with content-steering for Pathway: ${T} levels: ${v&&v.length} priorities: ${Ji(w)} penalized: ${Ji(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]>D&&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 j=this.hls.nextLoadLevel,q=this.hls.levels[j];if(n=this.getLevelsForPathway(T),n.length>0){this.log(`Setting Pathway to "${T}"`),this.pathwayId=T,hs(n),this.hls.trigger(o.LEVELS_UPDATED,{levels:n});const V=this.hls.levels[j];q&&V&&this.levels&&(V.attrs["STABLE-VARIANT-ID"]!==q.attrs["STABLE-VARIANT-ID"]&&V.bitrate!==q.bitrate&&this.log(`Unstable Pathways change from bitrate ${q.bitrate} to ${V.bitrate}`),this.hls.nextLoadLevel=j);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":j,"URI-REPLACEMENT":q}=w;if(n.some(oe=>oe.pathwayId===T))return;const V=this.getLevelsForPathway(j).map(oe=>{const de=new Ni(oe.attrs);de["PATHWAY-ID"]=T;const be=de.AUDIO&&`${de.AUDIO}_clone_${T}`,ke=de.SUBTITLES&&`${de.SUBTITLES}_clone_${T}`;be&&(s[de.AUDIO]=be,de.AUDIO=be),ke&&(v[de.SUBTITLES]=ke,de.SUBTITLES=ke);const Re=ze(oe.uri,de["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",q),ot=new Gi({attrs:de,audioCodec:oe.audioCodec,bitrate:oe.bitrate,height:oe.height,name:oe.name,url:Re,videoCodec:oe.videoCodec,width:oe.width});if(oe.audioGroups)for(let st=1;st<oe.audioGroups.length;st++)ot.addGroupId("audio",`${oe.audioGroups[st]}_clone_${T}`);if(oe.subtitleGroups)for(let st=1;st<oe.subtitleGroups.length;st++)ot.addGroupId("text",`${oe.subtitleGroups[st]}_clone_${T}`);return ot});n.push(...V),ve(this.audioTracks,s,q,T),ve(this.subtitleTracks,v,q,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(oe){this.enabled=!1,this.log(`Failed to parse Steering Manifest URI: ${t}`);return}if(v.protocol!=="data:"){const oe=(this.hls.bandwidthEstimate||n.abrEwmaDefaultEstimate)|0;v.searchParams.set("_HLS_pathway",this.pathwayId),v.searchParams.set("_HLS_throughput",""+oe)}const w={responseType:"json",url:v.href},T=n.steeringManifestLoadPolicy.default,j=T.errorRetry||T.timeoutRetry||{},q={loadPolicy:T,timeout:T.maxLoadTimeMs,maxRetry:j.maxNumRetry||0,retryDelay:j.retryDelayMs||0,maxRetryDelay:j.maxRetryDelayMs||0},V={onSuccess:(oe,de,be,ke)=>{this.log(`Loaded steering manifest: "${v}"`);const Re=oe.data;if((Re==null?void 0:Re.VERSION)!==1){this.log(`Steering VERSION ${Re.VERSION} not supported!`);return}this.updated=performance.now(),this.timeToLoad=Re.TTL;const{"RELOAD-URI":ot,"PATHWAY-CLONES":st,"PATHWAY-PRIORITY":Xt}=Re;if(ot)try{this.uri=new self.URL(ot,v).href}catch(ur){this.enabled=!1,this.log(`Failed to parse Steering Manifest RELOAD-URI: ${ot}`);return}this.scheduleRefresh(this.uri||be.url),st&&this.clonePathways(st);const ar={steeringManifest:Re,url:v.toString()};this.hls.trigger(o.STEERING_MANIFEST_LOADED,ar),Xt&&this.updatePathwayPriority(Xt)},onError:(oe,de,be,ke)=>{if(this.log(`Error loading steering manifest: ${oe.code} ${oe.text} (${de.url})`),this.stopLoad(),oe.code===410){this.enabled=!1,this.log(`Steering manifest ${de.url} no longer available`);return}let Re=this.timeToLoad*1e3;if(oe.code===429){const ot=this.loader;if(typeof(ot==null?void 0:ot.getResponseHeader)=="function"){const st=ot.getResponseHeader("Retry-After");st&&(Re=parseFloat(st)*1e3)}this.log(`Steering manifest ${de.url} rate limited`);return}this.scheduleRefresh(this.uri||de.url,Re)},onTimeout:(oe,de,be)=>{this.log(`Timeout loading steering manifest (${de.url})`),this.scheduleRefresh(this.uri||de.url)}};this.log(`Requesting steering manifest: ${v}`),this.loader.load(w,q,V)}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 ve(O,t,n,s){O&&Object.keys(t).forEach(v=>{const w=O.filter(T=>T.groupId===v).map(T=>{const j=y({},T);return j.details=void 0,j.attrs=new Ni(j.attrs),j.url=j.attrs.URI=ze(T.url,T.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",n),j.groupId=j.attrs["GROUP-ID"]=t[v],j.attrs["PATHWAY-ID"]=s,j});O.push(...w)})}function ze(O,t,n,s){const{HOST:v,PARAMS:w,[n]:T}=s;let j;t&&(j=T==null?void 0:T[t],j&&(O=j));const q=new self.URL(O);return v&&!j&&(q.host=v),w&&Object.keys(w).sort().forEach(V=>{V&&q.searchParams.set(V,w[V])}),q.href}class en extends R{constructor(t){super("eme",t.logger),this.hls=void 0,this.config=void 0,this.media=null,this.mediaResolved=void 0,this.keyFormatPromise=null,this.keySystemAccessPromises={},this._requestLicenseFailureCount=0,this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},this.mediaKeys=null,this.setMediaKeysQueue=en.CDMCleanupPromise?[en.CDMCleanupPromise]:[],this.bannedKeyIds={},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=nu(this.config));const j=T.map(Ss).filter(q=>!!q);this.keyFormatPromise=this.getKeyFormatPromise(j)}this.keyFormatPromise.then(T=>{const j=Ko(T);if(s!=="sinf"||j!==Ha.FAIRPLAY){this.log(`Ignoring "${n.type}" event with init data type: "${s}" for selected key-system ${j}`);return}let q;try{const ke=Ft(new Uint8Array(v)),Re=$o(JSON.parse(ke).sinf),ot=or(Re);if(!ot)throw new Error("'schm' box missing or not cbcs/cenc with schi > tenc");q=new Uint8Array(ot.subarray(8,24))}catch(ke){this.warn(`${w} Failed to parse sinf: ${ke}`);return}const V=Y(q),{keyIdToKeySessionPromise:oe,mediaKeySessions:de}=this;let be=oe[V];for(let ke=0;ke<de.length;ke++){const Re=de[ke],ot=Re.decryptdata;if(!ot.keyId)continue;const st=Y(ot.keyId);if(go(q,ot.keyId)||ot.uri.replace(/-/g,"").indexOf(V)!==-1){if(be=oe[st],!be)continue;if(ot.pssh)break;delete oe[st],ot.pssh=new Uint8Array(v),ot.keyId=q,be=oe[V]=be.then(()=>this.generateRequestWithPreferredKeySession(Re,s,v,"encrypted-event-key-match")),be.catch(Xt=>this.handleError(Xt));break}}be||this.handleError(new Error(`Key ID ${V} not encountered in playlist. Key-system sessions ${de.length}.`))}).catch(T=>this.handleError(T))}},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==null?void 0:n[t];if(v)return v.licenseUrl;if(t===Ha.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==null?void 0: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,j,q)=>!!T&&q.indexOf(T)===j,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,j)=>{const q=V=>{const oe=V.shift();this.getMediaKeysPromise(oe,v,w).then(de=>T({keySystem:oe,mediaKeys:de})).catch(de=>{V.length?q(V):de instanceof pn?j(de):j(new pn({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_ACCESS,error:de,fatal:!0},de.message))})};q(t)})}requestMediaKeySystemAccess(t,n){const{requestMediaKeySystemAccessFunc:s}=this.config;if(typeof s!="function"){let v=`Configured requestMediaKeySystemAccess is not a function ${s}`;return pu===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){var v;const w=Uu(t,n,s,this.config.drmSystemOptions||{});let T=this.keySystemAccessPromises[t],j=(v=T)==null?void 0:v.keySystemAccess;if(!j){this.log(`Requesting encrypted media "${t}" key-system access with config: ${Ji(w)}`),j=this.requestMediaKeySystemAccess(t,w);const q=T=this.keySystemAccessPromises[t]={keySystemAccess:j};return j.catch(V=>{this.log(`Failed to obtain access to key-system "${t}": ${V}`)}),j.then(V=>{this.log(`Access for key-system "${V.keySystem}" obtained`);const oe=this.fetchServerCertificate(t);this.log(`Create media-keys for "${t}"`);const de=q.mediaKeys=V.createMediaKeys().then(be=>(this.log(`Media-keys created for "${t}"`),q.hasMediaKeys=!0,oe.then(ke=>ke?this.setMediaKeysServerCertificate(be,t,ke):be)));return de.catch(be=>{this.error(`Failed to create media-keys for "${t}"}: ${be}`)}),de})}return j.then(()=>T.mediaKeys)}createMediaKeySessionContext({decryptdata:t,keySystem:n,mediaKeys:s}){this.log(`Creating key-system session "${n}" keyId: ${Y(t.keyId||[])} keyUri: ${t.uri}`);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=Sn(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)}updateKeySession(t,n){const s=t.mediaKeysSession;return this.log(`Updating key-session "${s.sessionId}" for keyId ${Y(t.decryptdata.keyId||[])}
} (data length: ${n.byteLength})`),s.update(n)}getSelectedKeySystemFormats(){return Object.keys(this.keySystemAccessPromises).map(t=>({keySystem:t,hasMediaKeys:this.keySystemAccessPromises[t].hasMediaKeys})).filter(({hasMediaKeys:t})=>!!t).map(({keySystem:t})=>Ss(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=Ss(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=nu(this.config),s=t.map(Ko).filter(v=>!!v&&n.indexOf(v)!==-1);return this.selectKeySystem(s)}getKeyStatus(t){const{mediaKeySessions:n}=this;for(let s=0;s<n.length;s++){const v=yi(t,n[s]);if(v)return v}}loadKey(t){const n=t.keyInfo.decryptdata,s=Sn(n),v=this.bannedKeyIds[s];if(v||this.getKeyStatus(n)==="internal-error"){const j=qa(v||"internal-error",n);return this.handleError(j,t.frag),Promise.reject(j)}const w=`(keyId: ${s} format: "${n.keyFormat}" method: ${n.method} uri: ${n.uri})`;this.log(`Starting session for key ${w}`);const T=this.keyIdToKeySessionPromise[s];if(!T){const j=this.getKeySystemForKeyPromise(n).then(({keySystem:q,mediaKeys:V})=>(this.throwIfDestroyed(),this.log(`Handle encrypted media sn: ${t.frag.sn} ${t.frag.type}: ${t.frag.level} using key ${w}`),this.attemptSetMediaKeys(q,V).then(()=>(this.throwIfDestroyed(),this.createMediaKeySessionContext({keySystem:q,mediaKeys:V,decryptdata:n}))))).then(q=>{const V="cenc",oe=n.pssh?n.pssh.buffer:null;return this.generateRequestWithPreferredKeySession(q,V,oe,"playlist-key")});return j.catch(q=>this.handleError(q,t.frag)),this.keyIdToKeySessionPromise[s]=j,j}return T.catch(j=>{if(j instanceof pn){const q=b({},j.data);this.getKeyStatus(n)==="internal-error"&&(q.decryptdata=n);const V=new pn(q,j.message);this.handleError(V,t.frag)}}),T}throwIfDestroyed(t="Invalid state"){if(!this.hls)throw new Error("invalid state")}handleError(t,n){if(this.hls)if(t instanceof pn){n&&(t.data.frag=n);const s=t.data.decryptdata;this.error(`${t.message}${s?` (${Y(s.keyId||[])})`:""}`),this.hls.trigger(o.ERROR,t.data)}else this.error(t.message),this.hls.trigger(o.ERROR,{type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_KEYS,error:t,fatal:!0})}getKeySystemForKeyPromise(t){const n=Sn(t),s=this.keyIdToKeySessionPromise[n];if(!s){const v=Ko(t.keyFormat),w=v?[v]:nu(this.config);return this.attemptKeySystemAccess(w)}return s}getKeySystemSelectionPromise(t){if(t.length||(t=nu(this.config)),t.length===0)throw new pn({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},`Missing key-system license configuration options ${Ji({drmSystems:this.config.drmSystems})}`);return this.attemptKeySystemAccess(t)}attemptSetMediaKeys(t,n){if(this.mediaResolved=void 0,this.mediaKeys===n)return Promise.resolve();const s=this.setMediaKeysQueue.slice();this.log(`Setting media-keys for "${t}"`);const v=Promise.all(s).then(()=>this.media?this.media.setMediaKeys(n):new Promise((w,T)=>{this.mediaResolved=()=>{if(this.mediaResolved=void 0,!this.media)return T(new Error("Attempted to set mediaKeys without media element attached"));this.mediaKeys=n,this.media.setMediaKeys(n).then(w).catch(T)}}));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;const T=(w=this.config.drmSystems)==null||(w=w[t.keySystem])==null?void 0:w.generateRequest;if(T)try{const Re=T.call(this.hls,n,s,t);if(!Re)throw new Error("Invalid response from configured generateRequest filter");n=Re.initDataType,s=Re.initData?Re.initData:null,t.decryptdata.pssh=s?new Uint8Array(s):null}catch(Re){if(this.warn(Re.message),this.hls&&this.hls.config.debug)throw Re}if(s===null)return this.log(`Skipping key-session request for "${v}" (no initData)`),Promise.resolve(t);const j=Sn(t.decryptdata),q=t.decryptdata.uri;this.log(`Generating key-session request for "${v}" keyId: ${j} URI: ${q} (init data type: ${n} length: ${s.byteLength})`);const V=new ti,oe=t._onmessage=Re=>{const ot=t.mediaKeysSession;if(!ot){V.emit("error",new Error("invalid state"));return}const{messageType:st,message:Xt}=Re;this.log(`"${st}" message event for session "${ot.sessionId}" message size: ${Xt.byteLength}`),st==="license-request"||st==="license-renewal"?this.renewLicense(t,Xt).catch(ar=>{V.eventNames().length?V.emit("error",ar):this.handleError(ar)}):st==="license-release"?t.keySystem===Ha.FAIRPLAY&&this.updateKeySession(t,pi("acknowledged")).then(()=>this.removeSession(t)).catch(ar=>this.handleError(ar)):this.warn(`unhandled media key message type "${st}"`)},de=(Re,ot)=>{ot.keyStatus=Re;let st;Re.startsWith("usable")?V.emit("resolved"):Re==="internal-error"||Re==="output-restricted"||Re==="output-downscaled"?st=qa(Re,ot.decryptdata):Re==="expired"?st=new Error(`key expired (keyId: ${j})`):Re==="released"?st=new Error("key released"):Re==="status-pending"||this.warn(`unhandled key status change "${Re}" (keyId: ${j})`),st&&(V.eventNames().length?V.emit("error",st):this.handleError(st))},be=t._onkeystatuseschange=Re=>{if(!t.mediaKeysSession){V.emit("error",new Error("invalid state"));return}const st=this.getKeyStatuses(t);if(!Object.keys(st).some(Sr=>st[Sr]!=="status-pending"))return;if(st[j]==="expired"){this.log(`Expired key ${Ji(st)} in key-session "${t.mediaKeysSession.sessionId}"`),this.renewKeySession(t);return}let ar=st[j];if(ar)de(ar,t);else{var ur;t.keyStatusTimeouts||(t.keyStatusTimeouts={}),(ur=t.keyStatusTimeouts)[j]||(ur[j]=self.setTimeout(()=>{if(!t.mediaKeysSession||!this.mediaKeys)return;const Ur=this.getKeyStatus(t.decryptdata);if(Ur&&Ur!=="status-pending")return this.log(`No status for keyId ${j} in key-session "${t.mediaKeysSession.sessionId}". Using session key-status ${Ur} from other session.`),de(Ur,t);this.log(`key status for ${j} in key-session "${t.mediaKeysSession.sessionId}" timed out after 1000ms`),ar="internal-error",de(ar,t)},1e3)),this.log(`No status for keyId ${j} (${Ji(st)}).`)}};ja(t.mediaKeysSession,"message",oe),ja(t.mediaKeysSession,"keystatuseschange",be);const ke=new Promise((Re,ot)=>{V.on("error",ot),V.on("resolved",Re)});return t.mediaKeysSession.generateRequest(n,s).then(()=>{this.log(`Request generated for key-session "${t.mediaKeysSession.sessionId}" keyId: ${j} URI: ${q}`)}).catch(Re=>{throw new pn({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_SESSION,error:Re,decryptdata:t.decryptdata,fatal:!1},`Error generating key-session request: ${Re}`)}).then(()=>ke).catch(Re=>(V.removeAllListeners(),this.removeSession(t).then(()=>{throw Re}))).then(()=>(V.removeAllListeners(),t))}getKeyStatuses(t){const n={};return t.mediaKeysSession.keyStatuses.forEach((s,v)=>{if(typeof v=="string"&&typeof s=="object"){const j=v;v=s,s=j}const w="buffer"in v?new Uint8Array(v.buffer,v.byteOffset,v.byteLength):new Uint8Array(v);if(t.keySystem===Ha.PLAYREADY&&w.length===16){const j=Y(w);n[j]=s,es(w)}const T=Y(w);s==="internal-error"&&(this.bannedKeyIds[T]=s),this.log(`key status change "${s}" for keyStatuses keyId: ${T} key-session "${t.mediaKeysSession.sessionId}"`),n[T]=s}),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,j)=>{const q={responseType:"arraybuffer",url:w},V=n.certLoadPolicy.default,oe={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},de={onSuccess:(be,ke,Re,ot)=>{T(be.data)},onError:(be,ke,Re,ot)=>{j(new pn({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Re,response:b({url:q.url,data:void 0},be)},`"${t}" certificate request failed (${w}). Status: ${be.code} (${be.text})`))},onTimeout:(be,ke,Re)=>{j(new pn({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Re,response:{url:q.url,data:void 0}},`"${t}" certificate request timed out (${w})`))},onAbort:(be,ke,Re)=>{j(new Error("aborted"))}};v.load(q,oe,de)})):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.byteLength}) on "${n}"`),v(t)}).catch(T=>{w(new pn({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 pn({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SESSION_UPDATE_FAILED,decryptdata:t.decryptdata,error:v,fatal:!1},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 oe;for(let de=0,be=w.length;de<be;de++){var T,j;oe=w[de];const ke=(T=oe.querySelector("name"))==null?void 0:T.textContent,Re=(j=oe.querySelector("value"))==null?void 0:j.textContent;ke&&Re&&t.setRequestHeader(ke,Re)}}const q=v.querySelector("Challenge"),V=q==null?void 0:q.textContent;if(!V)throw new Error("Cannot find <Challenge> in key message");return pi(atob(V))}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 j=new XMLHttpRequest;j.responseType="arraybuffer",j.onreadystatechange=()=>{if(!this.hls||!t.mediaKeysSession)return w(new Error("invalid state"));if(j.readyState===4)if(j.status===200){this._requestLicenseFailureCount=0;let q=j.response;this.log(`License received ${q instanceof ArrayBuffer?q.byteLength:q}`);const V=this.config.licenseResponseCallback;if(V)try{q=V.call(this.hls,j,T,t)}catch(oe){this.error(oe)}v(q)}else{const q=s.errorRetry,V=q?q.maxNumRetry:0;if(this._requestLicenseFailureCount++,this._requestLicenseFailureCount>V||j.status>=400&&j.status<500)w(new pn({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_LICENSE_REQUEST_FAILED,decryptdata:t.decryptdata,fatal:!0,networkDetails:j,response:{url:T,data:void 0,code:j.status,text:j.statusText}},`License Request XHR failed (${T}). Status: ${j.status} (${j.statusText})`));else{const oe=V-this._requestLicenseFailureCount+1;this.warn(`Retrying license request, ${oe} attempts left`),this.requestLicense(t,n).then(v,w)}}},t.licenseXhr&&t.licenseXhr.readyState!==XMLHttpRequest.DONE&&t.licenseXhr.abort(),t.licenseXhr=j,this.setupLicenseXHR(j,T,t,n).then(({xhr:q,licenseChallenge:V})=>{t.keySystem==Ha.PLAYREADY&&(V=this.unpackPlayReadyKeyMessage(q,V)),q.send(V)}).catch(w)})}onDestroying(){this.unregisterListeners(),this._clear()}onMediaAttached(t,n){if(!this.config.emeEnabled)return;const s=n.media;this.media=s,ja(s,"encrypted",this.onMediaEncrypted),ja(s,"waitingforkey",this.onWaitingForKey);const v=this.mediaResolved;v?v():this.mediaKeys=s.mediaKeys}onMediaDetached(){const t=this.media;t&&(fs(t,"encrypted",this.onMediaEncrypted),fs(t,"waitingforkey",this.onWaitingForKey),this.media=null,this.mediaKeys=null)}_clear(){var t;this._requestLicenseFailureCount=0,this.keyIdToKeySessionPromise={},this.bannedKeyIds={};const n=this.mediaResolved;if(n&&n(),!this.mediaKeys&&!this.mediaKeySessions.length)return;const s=this.media,v=this.mediaKeySessions.slice();this.mediaKeySessions=[],this.mediaKeys=null,Ao.clearKeyUriToKeyIdMap();const w=v.length;en.CDMCleanupPromise=Promise.all(v.map(T=>this.removeSession(T)).concat((s==null||(t=s.setMediaKeys(null))==null?void 0:t.catch(T=>{this.log(`Could not clear media keys: ${T}`),this.hls&&this.hls.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: ${T}`)})}))||Promise.resolve())).catch(T=>{this.log(`Could not close sessions and clear media keys: ${T}`),this.hls&&this.hls.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: ${T}`)})}).then(()=>{w&&this.log("finished closing key sessions and clearing media keys")})}onManifestLoading(){this._clear()}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,decryptdata:v}=t;if(n){this.log(`Remove licenses and keys and close session "${n.sessionId}" keyId: ${Y((v==null?void 0:v.keyId)||[])}`),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 w=this.mediaKeySessions.indexOf(t);w>-1&&this.mediaKeySessions.splice(w,1);const{keyStatusTimeouts:T}=t;T&&Object.keys(T).forEach(V=>self.clearTimeout(T[V]));const{drmSystemOptions:j}=this.config;return(nl(j)?new Promise((V,oe)=>{self.setTimeout(()=>oe(new Error("MediaKeySession.remove() timeout")),8e3),n.remove().then(V).catch(oe)}):Promise.resolve()).catch(V=>{this.log(`Could not remove session: ${V}`),this.hls&&this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR,fatal:!1,error:new Error(`Could not remove session: ${V}`)})}).then(()=>n.close()).catch(V=>{this.log(`Could not close session: ${V}`),this.hls&&this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close session: ${V}`)})})}return Promise.resolve()}}en.CDMCleanupPromise=void 0;function Sn(O){if(!O)throw new Error("Could not read keyId of undefined decryptdata");if(O.keyId===null)throw new Error("keyId is null");return Y(O.keyId)}function yi(O,t){if(O.keyId&&t.mediaKeysSession.keyStatuses.has(O.keyId))return t.mediaKeysSession.keyStatuses.get(O.keyId);if(O.matches(t.decryptdata))return t.keyStatus}class pn 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}}function qa(O,t){const n=O==="output-restricted",s=n?f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:f.KEY_SYSTEM_STATUS_INTERNAL_ERROR;return new pn({type:c.KEY_SYSTEM_ERROR,details:s,fatal:!1,decryptdata:t},n?"HDCP level output restricted":`key status changed to "${O}"`)}class Fo{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,j=n-this.lastDecodedFrames,q=1e3*T/w,V=this.hls;if(V.trigger(o.FPS_DROP,{currentDropped:T,currentDecoded:j,totalDroppedFrames:s}),q>0&&T>V.config.fpsDroppedMonitoringThreshold*j){let oe=V.currentLevel;V.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+oe),oe>0&&(V.autoLevelCapping===-1||V.autoLevelCapping>=oe)&&(oe=oe-1,V.trigger(o.FPS_DROP_LEVEL_CAPPING,{level:oe,droppedLevel:V.currentLevel}),V.autoLevelCapping=oe,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 ns(O,t){let n;try{n=new Event("addtrack")}catch(s){n=document.createEvent("Event"),n.initEvent("addtrack",!1,!1)}n.track=O,t.dispatchEvent(n)}function Ks(O,t){const n=O.mode;if(n==="disabled"&&(O.mode="hidden"),O.cues&&!O.cues.getCueById(t.id))try{if(O.addCue(t),!O.cues.getCueById(t.id))throw new Error(`addCue is failed for: ${t}`)}catch(s){H.debug(`[texttrack-utils]: ${s}`);try{const v=new self.TextTrackCue(t.startTime,t.endTime,t.text);v.id=t.id,O.addCue(v)}catch(v){H.debug(`[texttrack-utils]: Legacy TextTrackCue fallback failed: ${v}`)}}n==="disabled"&&(O.mode=n)}function Js(O,t){const n=O.mode;if(n==="disabled"&&(O.mode="hidden"),O.cues)for(let s=O.cues.length;s--;)t&&O.cues[s].removeEventListener("enter",t),O.removeCue(O.cues[s]);n==="disabled"&&(O.mode=n)}function cu(O,t,n,s){const v=O.mode;if(v==="disabled"&&(O.mode="hidden"),O.cues&&O.cues.length>0){const w=qc(O.cues,t,n);for(let T=0;T<w.length;T++)(!s||s(w[T]))&&O.removeCue(w[T])}v==="disabled"&&(O.mode=v)}function Io(O,t){if(t<=O[0].startTime)return 0;const n=O.length-1;if(t>O[n].endTime)return-1;let s=0,v=n,w;for(;s<=v;)if(w=Math.floor((v+s)/2),t<O[w].startTime)v=w-1;else if(t>O[w].startTime&&s<n)s=w+1;else return w;return O[s].startTime-t<t-O[v].startTime?s:v}function qc(O,t,n){const s=[],v=Io(O,t);if(v>-1)for(let w=v,T=O.length;w<T;w++){const j=O[w];if(j.startTime>=t&&j.endTime<=n)s.push(j);else if(j.startTime>n)return s}return s}function rc(O){const t=[];for(let n=0;n<O.length;n++){const s=O[n];(s.kind==="subtitles"||s.kind==="captions")&&s.label&&t.push(O[n])}return t}class Lc extends pc{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=rc(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;rc(s.textTracks).forEach(T=>{Js(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 j=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,j)}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(oe=>!s||s.indexOf(oe.groupId)!==-1);if(T.length)this.selectDefaultTrack&&!T.some(oe=>oe.default)&&(this.selectDefaultTrack=!1),T.forEach((oe,de)=>{oe.id=de});else if(!w&&!this.tracksInGroup.length)return;this.tracksInGroup=T;const j=this.hls.config.subtitlePreference;if(!w&&j){this.selectDefaultTrack=!1;const oe=Ki(j,T);if(oe>-1)w=T[oe];else{const de=Ki(j,this.tracks);w=this.tracks[de]}}let q=this.findTrackId(w);q===-1&&w&&(q=this.findTrackId(null));const V={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,V),q!==-1&&this.trackId===-1&&this.setSubtitleTrack(q)}}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||gi(w,t)))return v}if(t){for(let v=0;v<n.length;v++){const w=n[v];if(Ll(t.attrs,w.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return v}for(let v=0;v<n.length;v++){const w=n[v];if(Ll(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(mc(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&&gi(t,s))return s;const v=Ki(t,this.tracksInGroup);if(v>-1){const w=this.tracksInGroup[v];return this.setSubtitleTrack(v),w}else{if(s)return null;{const w=Ki(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,j=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:""}${j&&T.live?" age "+j.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=rc(t.textTracks),s=this.currentTrack;let v;if(s&&(v=n.filter(w=>mc(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:j="",name:q,type:V,url:oe}=v;this.hls.trigger(o.SUBTITLE_TRACK_SWITCH,{id:T,groupId:j,name:q,type:V,url:oe});const de=this.switchParams(v.url,s==null?void 0:s.details,v.details);this.loadPlaylist(de)}}function Jc(){try{return crypto.randomUUID()}catch(O){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 qu(O){let t=5381,n=O.length;for(;n;)t=t*33^O.charCodeAt(--n);return(t>>>0).toString()}const Ti=.025;let Al=function(O){return O[O.Point=0]="Point",O[O.Range=1]="Range",O}({});function bf(O,t,n){return`${O.identifier}-${n+1}-${qu(t)}`}class Vo{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 Aa(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=Aa(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 Aa(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)<Ti))}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"?Al.Range:Al.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 nc(this)}}function Aa(O,t){return O-t.start<t.duration/2&&!(Math.abs(O-(t.start+t.duration))<Ti)?t.start:t.start+t.duration}function ll(O,t,n){const s=new self.URL(O,n);return s.protocol!=="data:"&&s.searchParams.set("_HLS_primary_id",t),s}function Cl(O,t){for(;(n=O.assetList[++t])!=null&&n.error;)var n;return t}function nc(O){return`["${O.identifier}" ${O.cue.pre?"<pre>":O.cue.post?"<post>":""}${O.timelineStart.toFixed(2)}-${O.resumeTime.toFixed(2)}]`}function ic(O){const t=O.timelineStart,n=O.duration||0;return`["${O.identifier}" ${t.toFixed(2)}-${(t+n).toFixed(2)}]`}class Wl{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&&this.hls.trigger(o.PLAYOUT_LIMIT_REACHED,{})};const w=this.hls=new t(n);this.interstitial=s,this.assetItem=v;const T=()=>{this.hasDetails=!0};w.once(o.LEVEL_LOADED,T),w.once(o.AUDIO_TRACK_LOADED,T),w.once(o.SUBTITLE_TRACK_LOADED,T),w.on(o.MEDIA_ATTACHING,(j,{media:q})=>{this.removeMediaListeners(),this.mediaAttached=q,this.interstitial.playoutLimit&&(q.addEventListener("timeupdate",this.checkPlayout),this.appendInPlace&&w.on(o.BUFFER_APPENDED,()=>{const oe=this.bufferedEnd;this.reachedPlayout(oe)&&(this._bufferedEosTime=oe,w.trigger(o.BUFFERED_TO_END,void 0))}))})}get appendInPlace(){return this.interstitial.appendInPlace}loadSource(){const t=this.hls;if(t)if(t.url)t.levels.length&&!t.started&&t.startLoad(-1,!0);else{let n=this.assetItem.uri;try{n=ll(n,t.config.primarySessionId||"").href}catch(s){}t.loadSource(n)}}bufferedInPlaceToEnd(t){var n;if(!this.appendInPlace)return!1;if((n=this.hls)!=null&&n.bufferedToEnd)return!0;if(!t)return!1;const s=Math.min(this._bufferedEosTime||1/0,this.duration),v=this.timelineOffset,w=di.bufferInfo(t,v,0);return this.getAssetTime(w.end)>=s-.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=di.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;if(!t)return 0;const n=this.interstitial.playoutLimit;if(n){const s=n-this.startOffset;if(s>0&&s<t)return s}return t}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&&this.hls){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&&this.hls.destroy(),this.hls=null,this.tracks=this.mediaAttached=this.checkPlayout=null}attachMedia(t){var n;this.loadSource(),(n=this.hls)==null||n.attachMedia(t)}detachMedia(){var t;this.removeMediaListeners(),this.mediaAttached=null,(t=this.hls)==null||t.detachMedia()}resumeBuffering(){var t;(t=this.hls)==null||t.resumeBuffering()}pauseBuffering(){var t;(t=this.hls)==null||t.pauseBuffering()}transferMedia(){var t;return this.bufferSnapShot(),((t=this.hls)==null?void 0:t.transferMedia())||null}resetDetails(){const t=this.hls;if(t&&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){var v;(v=this.hls)==null||v.on(t,n)}once(t,n,s){var v;(v=this.hls)==null||v.once(t,n)}off(t,n,s){var v;(v=this.hls)==null||v.off(t,n)}toString(){var t;return`HlsAssetPlayer: ${ic(this.assetItem)} ${(t=this.hls)==null?void 0:t.sessionId} ${this.appendInPlace?"append-in-place":""}`}}const Tl=.033;class xf 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 j=T.timelineStart;if(n===j||n>j&&(n<j+(T.duration||0)||w===v-1))return w}}return 0}get assetIdAtEnd(){var t;const n=(t=this.items)==null||(t=t[this.length-1])==null?void 0:t.event;if(n){const s=n.assetList,v=s[s.length-1];if(v)return v.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),j=Object.keys(v),q=w?w.filter(V=>!j.includes(V.identifier)):[];T.length&&T.sort((V,oe)=>{const de=V.cue.pre,be=V.cue.post,ke=oe.cue.pre,Re=oe.cue.post;if(de&&!ke)return-1;if(ke&&!de||be&&!Re)return 1;if(Re&&!be)return-1;if(!de&&!ke&&!be&&!Re){const ot=V.startTime,st=oe.startTime;if(ot!==st)return ot-st}return V.dateRange.tagOrder-oe.dateRange.tagOrder}),this.events=T,q.forEach(V=>{this.removeEvent(V)}),this.updateSchedule(t,q)}updateSchedule(t,n=[],s=!1){const v=this.events||[];if(v.length||n.length||this.length<2){const w=this.items,T=this.parseSchedule(v,t);(s||n.length||(w==null?void 0:w.length)!==T.length||T.some((q,V)=>Math.abs(q.playout.start-w[V].playout.start)>.005||Math.abs(q.playout.end-w[V].playout.end)>.005))&&(this.items=T,this.onScheduleUpdate(n,w))}}parseDateRanges(t,n,s){const v=[],w=Object.keys(t);for(let T=0;T<w.length;T++){const j=w[T],q=t[j];if(q.isInterstitial){let V=this.eventMap[j];V?V.setDateRange(q):(V=new Vo(q,n),this.eventMap[j]=V,s===!1&&(V.appendInPlace=s)),v.push(V)}}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(q=>!q.error&&!(q.cue.once&&q.hasPlayed)),t.length){this.resolveOffsets(t,n);let q=0,V=0;if(t.forEach((oe,de)=>{const be=oe.cue.pre,ke=oe.cue.post,Re=t[de-1]||null,ot=oe.appendInPlace,st=ke?w:oe.startOffset,Xt=oe.duration,ar=oe.timelineOccupancy===Al.Range?Xt:0,ur=oe.resumptionOffset,Sr=(Re==null?void 0:Re.startTime)===st,Ur=st+oe.cumulativeDuration;let mn=ot?Ur+Xt:st+ur;if(be||!ke&&st<=0){const cn=V;V+=ar,oe.timelineStart=Ur;const un=T;T+=Xt,s.push({event:oe,start:Ur,end:mn,playout:{start:un,end:T},integrated:{start:cn,end:V}})}else if(st<=w){if(!Sr){const Xr=st-q;if(Xr>Tl){const Dn=q,wi=V;V+=Xr;const Qi=T;T+=Xr;const fa={previousEvent:t[de-1]||null,nextEvent:oe,start:Dn,end:Dn+Xr,playout:{start:Qi,end:T},integrated:{start:wi,end:V}};s.push(fa)}else Xr>0&&Re&&(Re.cumulativeDuration+=Xr,s[s.length-1].end=st)}ke&&(mn=Ur),oe.timelineStart=Ur;const cn=V;V+=ar;const un=T;T+=Xt,s.push({event:oe,start:Ur,end:mn,playout:{start:un,end:T},integrated:{start:cn,end:V}})}else return;const Zr=oe.resumeTime;ke||Zr>w?q=w:q=Zr}),q<w){var j;const oe=q,de=V,be=w-q;V+=be;const ke=T;T+=be,s.push({previousEvent:((j=s[s.length-1])==null?void 0:j.event)||null,nextEvent:null,start:q,end:oe+be,playout:{start:ke,end:T},integrated:{start:de,end:V}})}this.setDurations(w,T,V)}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((j,q)=>{const V=j.cue.pre,oe=j.cue.post,de=V?0:oe?v:j.startTime;this.updateAssetDurations(j),T===de?j.cumulativeDuration=w:(w=0,T=de),!oe&&j.snapOptions.in&&(j.resumeAnchor=dr(null,s.fragments,j.startOffset+j.resumptionOffset,0,0)||void 0),j.appendInPlace&&!j.appendInPlaceStarted&&(this.primaryCanResumeInPlaceAt(j,n)||(j.appendInPlace=!1)),!j.appendInPlace&&q+1<t.length&&t[q+1].startTime-t[q].resumeTime<Tl&&(t[q+1].appendInPlace=!1,t[q+1].appendInPlace&&this.warn(`Could not change append strategy for abutting event ${j}`));const ke=r(j.resumeOffset)?j.resumeOffset:j.duration;w+=ke})}primaryCanResumeInPlaceAt(t,n){const s=t.resumeTime,v=t.startTime+t.resumptionOffset;return Math.abs(s-v)>Ti?(this.log(`"${t.identifier}" resumption ${s} not aligned with estimated timeline end ${v}`),!1):!Object.keys(n).some(T=>{const j=n[T].details,q=j.edge;if(s>=q)return this.log(`"${t.identifier}" resumption ${s} past ${T} playlist end ${q}`),!1;const V=dr(null,j.fragments,s);if(!V)return this.log(`"${t.identifier}" resumption ${s} does not align with any fragments in ${T} playlist (${j.fragStart}-${j.fragmentEnd})`),!0;const oe=T==="audio"?.175:0;return Math.abs(V.start-s)<Ti+oe||Math.abs(V.end-s)<Ti+oe?!1:(this.log(`"${t.identifier}" resumption ${s} not aligned with ${T} fragment bounds (${V.start}-${V.end} sn: ${V.sn} cc: ${V.cc})`),!0)})}updateAssetDurations(t){if(!t.assetListLoaded)return;const n=t.timelineStart;let s=0,v=!1,w=!1;for(let T=0;T<t.assetList.length;T++){const j=t.assetList[T],q=n+s;j.startOffset=s,j.timelineStart=q,v||(v=j.duration===null),w||(w=!!j.error);const V=j.error?0:j.duration||0;s+=V}v&&!w?t.duration=Math.max(s,t.duration):t.duration=s}removeEvent(t){t.reset(),delete this.eventMap[t.identifier]}}function Bu(O){return`[${O.event?'"'+O.event.identifier+'"':"primary"}: ${O.start.toFixed(2)}-${O.end.toFixed(2)}]`}class Hl{constructor(t){this.hls=void 0,this.hls=t}destroy(){this.hls=null}loadAssetList(t,n){const s=t.assetListUrl;let v;try{v=ll(s,this.hls.sessionId,t.baseUrl)}catch(be){const ke=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,be,s);this.hls.trigger(o.ERROR,ke);return}n&&v.protocol!=="data:"&&v.searchParams.set("_HLS_start_offset",""+n);const w=this.hls.config,T=w.loader,j=new T(w),q={responseType:"json",url:v.href},V=w.interstitialAssetListLoadPolicy.default,oe={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},de={onSuccess:(be,ke,Re,ot)=>{const st=be.data,Xt=st==null?void 0:st.ASSETS;if(!Array.isArray(Xt)){const ar=this.assignAssetListError(t,f.ASSET_LIST_PARSING_ERROR,new Error("Invalid interstitial asset list"),Re.url,ke,ot);this.hls.trigger(o.ERROR,ar);return}t.assetListResponse=st,this.hls.trigger(o.ASSET_LIST_LOADED,{event:t,assetListResponse:st,networkDetails:ot})},onError:(be,ke,Re,ot)=>{const st=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,new Error(`Error loading X-ASSET-LIST: HTTP status ${be.code} ${be.text} (${ke.url})`),ke.url,ot,Re);this.hls.trigger(o.ERROR,st)},onTimeout:(be,ke,Re)=>{const ot=this.assignAssetListError(t,f.ASSET_LIST_LOAD_TIMEOUT,new Error(`Timeout loading X-ASSET-LIST (${ke.url})`),ke.url,be,Re);this.hls.trigger(o.ERROR,ot)}};return j.load(q,oe,de),this.hls.trigger(o.ASSET_LIST_LOADING,{event:t}),j}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 ef(O){var t;O==null||(t=O.play())==null||t.catch(()=>{})}function Gl(O,t){return`[${O}] Advancing timeline position to ${t}`}class wf 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||!this.schedule)return;const v=s-this.timelinePos;if(Math.abs(v)<1/7056e5)return;const T=v<=-.01;this.timelinePos=s,this.bufferedPos=s;const j=this.playingItem;if(!j){this.checkBuffer();return}if(T&&this.schedule.resetErrorsInRange(s,s-v)&&this.updateSchedule(!0),this.checkBuffer(),T&&s<j.start||s>=j.end){var q;const ke=this.findItemIndex(j);let Re=this.schedule.findItemIndexAtTime(s);if(Re===-1&&(Re=ke+(T?-1:1),this.log(`seeked ${T?"back ":""}to position not covered by schedule ${s} (resolving from ${ke} to ${Re})`)),!this.isInterstitial(j)&&(q=this.media)!=null&&q.paused&&(this.shouldPlay=!1),!T&&Re>ke){const ot=this.schedule.findJumpRestrictedIndex(ke+1,Re);if(ot>ke){this.setSchedulePosition(ot);return}}this.setSchedulePosition(Re);return}const V=this.playingAsset;if(!V){if(this.playingLastItem&&this.isInterstitial(j)){const ke=j.event.assetList[0];ke&&(this.endedItem=this.playingItem,this.playingItem=null,this.setScheduleToAssetAtTime(s,ke))}return}const oe=V.timelineStart,de=V.duration||0;if(T&&s<oe||s>=oe+de){var be;(be=j.event)!=null&&be.appendInPlace&&(this.clearAssetPlayers(j.event,j),this.flushFrontBuffer(s)),this.setScheduleToAssetAtTime(s,V)}},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 j=this.findItemIndex(v);this.setSchedulePosition(j+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;if(!w)return;const T=this.playingItem,j=w.events||[],q=w.items||[],V=w.durations,oe=s.map(ot=>ot.identifier),de=!!(j.length||oe.length);(de||v)&&this.log(`INTERSTITIALS_UPDATED (${j.length}): ${j}
Schedule: ${q.map(ot=>Bu(ot))} pos: ${this.timelinePos}`),oe.length&&this.log(`Removed events ${oe}`);let be=null,ke=null;T&&(be=this.updateItem(T,this.timelinePos),this.itemsMatch(T,be)?this.playingItem=be:this.waitingItem=this.endedItem=null),this.waitingItem=this.updateItem(this.waitingItem),this.endedItem=this.updateItem(this.endedItem);const Re=this.bufferingItem;if(Re&&(ke=this.updateItem(Re,this.bufferedPos),this.itemsMatch(Re,ke)?this.bufferingItem=ke:Re.event&&(this.bufferingItem=this.playingItem,this.clearInterstitial(Re.event,null))),s.forEach(ot=>{ot.assetList.forEach(st=>{this.clearAssetPlayer(st.identifier,null)})}),this.playerQueue.forEach(ot=>{if(ot.interstitial.appendInPlace){const st=ot.assetItem.timelineStart,Xt=ot.timelineOffset-st;if(Xt)try{ot.timelineOffset=st}catch(ar){Math.abs(Xt)>Ti&&this.warn(`${ar} ("${ot.assetId}" ${ot.timelineOffset}->${st})`)}}}),de||v){if(this.hls.trigger(o.INTERSTITIALS_UPDATED,{events:j.slice(0),schedule:q.slice(0),durations:V,removedIds:oe}),this.isInterstitial(T)&&oe.includes(T.event.identifier)){this.warn(`Interstitial "${T.event.identifier}" removed while playing`),this.primaryFallback(T.event);return}T&&this.trimInPlace(be,T),Re&&ke!==be&&this.trimInPlace(ke,Re),this.checkBuffer()}},this.hls=t,this.HlsPlayerClass=n,this.assetListLoader=new Hl(t),this.schedule=new xf(this.onScheduleUpdate,t.logger),this.registerListeners()}registerListeners(){const t=this.hls;t&&(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.schedule=this.manager=null,this.hls=this.HlsPlayerClass=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){fs(t,"play",this.onPlay),fs(t,"pause",this.onPause),fs(t,"seeking",this.onSeeking),fs(t,"timeupdate",this.onTimeupdate)}onMediaAttaching(t,n){const s=this.media=n.media;ja(s,"seeking",this.onSeeking),ja(s,"timeupdate",this.onTimeupdate),ja(s,"play",this.onPlay),ja(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.log("clear schedule state"),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.log(`Removing schedule state for detachedData and ${w}`),this.playingAsset=this.endedAsset=this.bufferingAsset=this.bufferingItem=this.waitingItem=this.detachedData=null,w.detachMedia()),this.shouldPlay=!1}}get interstitialsManager(){if(!this.hls)return null;if(this.manager)return this.manager;const t=this,n=()=>t.bufferingItem||t.waitingItem,s=de=>de&&t.getAssetPlayer(de.identifier),v=(de,be,ke,Re,ot)=>{if(de){let st=de[be].start;const Xt=de.event;if(Xt){if(be==="playout"||Xt.timelineOccupancy!==Al.Point){const ar=s(ke);(ar==null?void 0:ar.interstitial)===Xt&&(st+=ar.assetItem.startOffset+ar[ot])}}else{const ar=Re==="bufferedPos"?T():t[Re];st+=ar-de.start}return st}return 0},w=(de,be)=>{var ke;if(de!==0&&be!=="primary"&&(ke=t.schedule)!=null&&ke.length){var Re;const ot=t.schedule.findItemIndexAtTime(de),st=(Re=t.schedule.items)==null?void 0:Re[ot];if(st){const Xt=st[be].start-st.start;return de+Xt}}return de},T=()=>{const de=t.bufferedPos;return de===Number.MAX_VALUE?j("primary"):Math.max(de,0)},j=de=>{var be,ke;return(be=t.primaryDetails)!=null&&be.live?t.primaryDetails.edge:((ke=t.schedule)==null?void 0:ke.durations[de])||0},q=(de,be)=>{var ke,Re;const ot=t.effectivePlayingItem;if(ot!=null&&(ke=ot.event)!=null&&ke.restrictions.skip||!t.schedule)return;t.log(`seek to ${de} "${be}"`);const st=t.effectivePlayingItem,Xt=t.schedule.findItemIndexAtTime(de,be),ar=(Re=t.schedule.items)==null?void 0:Re[Xt],ur=t.getBufferingPlayer(),Sr=ur==null?void 0:ur.interstitial,Ur=Sr==null?void 0:Sr.appendInPlace,mn=st&&t.itemsMatch(st,ar);if(st&&(Ur||mn)){const Zr=s(t.playingAsset),cn=(Zr==null?void 0:Zr.media)||t.primaryMedia;if(cn){const un=be==="primary"?cn.currentTime:v(st,be,t.playingAsset,"timelinePos","currentTime"),Xr=de-un,Dn=(Ur?un:cn.currentTime)+Xr;if(Dn>=0&&(!Zr||Ur||Dn<=Zr.duration)){cn.currentTime=Dn;return}}}if(ar){let Zr=de;if(be!=="primary"){const un=ar[be].start,Xr=de-un;Zr=ar.start+Xr}const cn=!t.isInterstitial(ar);if((!t.isInterstitial(st)||st.event.appendInPlace)&&(cn||ar.event.appendInPlace)){const un=t.media||(Ur?ur==null?void 0:ur.media:null);un&&(un.currentTime=Zr)}else if(st){const un=t.findItemIndex(st);if(Xt>un){const Dn=t.schedule.findJumpRestrictedIndex(un+1,Xt);if(Dn>un){t.setSchedulePosition(Dn);return}}let Xr=0;if(cn)t.timelinePos=Zr,t.checkBuffer();else{const Dn=ar.event.assetList,wi=de-(ar[be]||ar).start;for(let Qi=Dn.length;Qi--;){const fa=Dn[Qi];if(fa.duration&&wi>=fa.startOffset&&wi<fa.startOffset+fa.duration){Xr=Qi;break}}}t.setSchedulePosition(Xt,Xr)}}},V=()=>{const de=t.effectivePlayingItem;if(t.isInterstitial(de))return de;const be=n();return t.isInterstitial(be)?be:null},oe={get bufferedEnd(){const de=n(),be=t.bufferingItem;if(be&&be===de){var ke;return v(be,"playout",t.bufferingAsset,"bufferedPos","bufferedEnd")-be.playout.start||((ke=t.bufferingAsset)==null?void 0:ke.startOffset)||0}return 0},get currentTime(){const de=V(),be=t.effectivePlayingItem;return be&&be===de?v(be,"playout",t.effectivePlayingAsset,"timelinePos","currentTime")-be.playout.start:0},set currentTime(de){const be=V(),ke=t.effectivePlayingItem;ke&&ke===be&&q(de+ke.playout.start,"playout")},get duration(){const de=V();return de?de.playout.end-de.playout.start:0},get assetPlayers(){var de;const be=(de=V())==null?void 0:de.event.assetList;return be?be.map(ke=>t.getAssetPlayer(ke.identifier)):[]},get playingIndex(){var de;const be=(de=V())==null?void 0:de.event;return be&&t.effectivePlayingAsset?be.findAssetIndex(t.effectivePlayingAsset):-1},get scheduleItem(){return V()}};return this.manager={get events(){var de;return((de=t.schedule)==null||(de=de.events)==null?void 0:de.slice(0))||[]},get schedule(){var de;return((de=t.schedule)==null||(de=de.items)==null?void 0:de.slice(0))||[]},get interstitialPlayer(){return V()?oe:null},get playerQueue(){return t.playerQueue.slice(0)},get bufferingAsset(){return t.bufferingAsset},get bufferingItem(){return n()},get bufferingIndex(){const de=n();return t.findItemIndex(de)},get playingAsset(){return t.effectivePlayingAsset},get playingItem(){return t.effectivePlayingItem},get playingIndex(){const de=t.effectivePlayingItem;return t.findItemIndex(de)},primary:{get bufferedEnd(){return T()},get currentTime(){const de=t.timelinePos;return de>0?de:0},set currentTime(de){q(de,"primary")},get duration(){return j("primary")},get seekableStart(){var de;return((de=t.primaryDetails)==null?void 0:de.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(de){q(de,"integrated")},get duration(){return j("integrated")},get seekableStart(){var de;return w(((de=t.primaryDetails)==null?void 0:de.fragmentStart)||0,"integrated")}},skip:()=>{const de=t.effectivePlayingItem,be=de==null?void 0:de.event;if(be&&!be.restrictions.skip){const ke=t.findItemIndex(de);if(be.appendInPlace){const Re=de.playout.start+de.event.duration;q(Re+.001,"playout")}else t.advanceAfterAssetEnded(be,ke,1/0)}}}}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;if(this.mediaSelection===null)return;const s=this.waitingItem||this.playingItem;if(this.isInterstitial(s)&&!s.event.appendInPlace)return;let v=this.media;!v&&(t=this.bufferingItem)!=null&&(t=t.event)!=null&&t.appendInPlace&&(v=this.primaryMedia);const w=(n=v)==null?void 0:n.currentTime;if(!(w===void 0||!r(w)))return w}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} ${Ji(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,j=t!==T,q=j&&t.interstitial.appendInPlace,V=(s=this.detachedData)==null?void 0:s.mediaSource;let oe;if(T.media)q&&(w=T.transferMedia(),this.detachedData=w),oe="Primary";else if(V){const Re=this.getBufferingPlayer();Re?(w=Re.transferMedia(),oe=`${Re}`):oe="detached MediaSource"}else oe="detached media";if(!w){if(V)w=this.detachedData,this.log(`using detachedData: MediaSource ${Ji(w)}`);else if(!this.detachedData||T.media===n){const Re=this.playerQueue;Re.length>1&&Re.forEach(ot=>{if(j&&ot.interstitial.appendInPlace!==q){const st=ot.interstitial;this.clearInterstitial(ot.interstitial,null),st.appendInPlace=!1,st.appendInPlace&&this.warn(`Could not change append strategy for queued assets ${st}`)}}),this.hls.detachMedia(),this.detachedData={media:n}}}const de=w&&"mediaSource"in w&&((v=w.mediaSource)==null?void 0:v.readyState)!=="closed",be=de&&w?w:n;this.log(`${de?"transfering MediaSource":"attaching media"} to ${j?t:"Primary"} from ${oe} (media.currentTime: ${n.currentTime})`);const ke=this.schedule;if(be===w&&ke){const Re=j&&t.assetId===ke.assetIdAtEnd;be.overrides={duration:ke.duration,endOfStream:!j||Re,cueRemoval:!j}}t.attachMedia(be)}onInterstitialCueEnter(){this.onTimeupdate()}checkStart(){const t=this.schedule,n=t==null?void 0: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.log(Gl("checkStart",w)),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,j=t.findItemIndexAtTime(T);this.setSchedulePosition(j)}}else if(v&&!this.playingItem){const w=t.findItemIndex(v);this.setSchedulePosition(w)}}advanceAssetBuffering(t,n){const s=t.event,v=s.findAssetIndex(n),w=Cl(s,v);if(!s.isAssetPastPlayoutLimit(w))this.bufferedToEvent(t,w);else if(this.schedule){var T;const j=(T=this.schedule.items)==null?void 0:T[this.findItemIndex(t)+1];j&&this.bufferedToItem(j)}}advanceAfterAssetEnded(t,n,s){const v=Cl(t,s);if(t.isAssetPastPlayoutLimit(v)){if(this.schedule){const w=this.schedule.items;if(w){const T=n+1,j=w.length;if(T>=j){this.setSchedulePosition(-1);return}const q=t.resumeTime;this.timelinePos<q&&(this.log(Gl("advanceAfterAssetEnded",q)),this.timelinePos=q,t.appendInPlace&&this.advanceInPlace(q),this.checkBuffer(this.bufferedPos<q)),this.setSchedulePosition(T)}}}else{if(t.appendInPlace){const w=t.assetList[v];w&&this.advanceInPlace(w.timelineStart)}this.setSchedulePosition(n,v)}}setScheduleToAssetAtTime(t,n){const s=this.schedule;if(!s)return;const v=n.parentIdentifier,w=s.getEvent(v);if(w){const T=s.findEventIndex(v),j=s.findAssetIndex(w,t);this.advanceAfterAssetEnded(w,T,j-1)}}setSchedulePosition(t,n){var s;const v=(s=this.schedule)==null?void 0:s.items;if(!v||this.playbackDisabled)return;const w=t>=0?v[t]:null;this.log(`setSchedulePosition ${t}, ${n} (${w&&Bu(w)}) pos: ${this.timelinePos}`);const T=this.waitingItem||this.playingItem,j=this.playingLastItem;if(this.isInterstitial(T)){const oe=T.event,de=this.playingAsset,be=de==null?void 0:de.identifier,ke=be?this.getAssetPlayer(be):null;if(ke&&be&&(!this.eventItemsMatch(T,w)||n!==void 0&&be!==oe.assetList[n].identifier)){var q;const Re=oe.findAssetIndex(de);if(this.log(`INTERSTITIAL_ASSET_ENDED ${Re+1}/${oe.assetList.length} ${ic(de)}`),this.endedAsset=de,this.playingAsset=null,this.hls.trigger(o.INTERSTITIAL_ASSET_ENDED,{asset:de,assetListIndex:Re,event:oe,schedule:v.slice(0),scheduleIndex:t,player:ke}),T!==this.playingItem){this.itemsMatch(T,this.playingItem)&&!this.playingAsset&&this.advanceAfterAssetEnded(oe,this.findItemIndex(this.playingItem),Re);return}this.retreiveMediaSource(be,w),ke.media&&!((q=this.detachedData)!=null&&q.mediaSource)&&ke.detachMedia()}if(!this.eventItemsMatch(T,w)&&(this.endedItem=T,this.playingItem=null,this.log(`INTERSTITIAL_ENDED ${oe} ${Bu(T)}`),oe.hasPlayed=!0,this.hls.trigger(o.INTERSTITIAL_ENDED,{event:oe,schedule:v.slice(0),scheduleIndex:t}),oe.cue.once)){var V;this.updateSchedule();const Re=(V=this.schedule)==null?void 0:V.items;if(w&&Re){const ot=this.findItemIndex(w);this.advanceSchedule(ot,Re,n,T,j)}return}}this.advanceSchedule(t,v,n,T,j)}advanceSchedule(t,n,s,v,w){const T=this.schedule;if(!T)return;const j=n[t]||null,q=this.primaryMedia,V=this.playerQueue;if(V.length&&V.forEach(oe=>{const de=oe.interstitial,be=T.findEventIndex(de.identifier);(be<t||be>t+1)&&this.clearInterstitial(de,j)}),this.isInterstitial(j)){this.timelinePos=Math.min(Math.max(this.timelinePos,j.start),j.end);const oe=j.event;if(s===void 0){s=T.findAssetIndex(oe,this.timelinePos);const Re=Cl(oe,s-1);if(oe.isAssetPastPlayoutLimit(Re)||oe.appendInPlace&&this.timelinePos===j.end){this.advanceAfterAssetEnded(oe,t,s);return}s=Re}const de=this.waitingItem;this.assetsBuffered(j,q)||this.setBufferingItem(j);let be=this.preloadAssets(oe,s);if(this.eventItemsMatch(j,de||v)||(this.waitingItem=j,this.log(`INTERSTITIAL_STARTED ${Bu(j)} ${oe.appendInPlace?"append in place":""}`),this.hls.trigger(o.INTERSTITIAL_STARTED,{event:oe,schedule:n.slice(0),scheduleIndex:t})),!oe.assetListLoaded){this.log(`Waiting for ASSET-LIST to complete loading ${oe}`);return}if(oe.assetListLoader&&(oe.assetListLoader.destroy(),oe.assetListLoader=void 0),!q){this.log(`Waiting for attachMedia to start Interstitial ${oe}`);return}this.waitingItem=this.endedItem=null,this.playingItem=j;const ke=oe.assetList[s];if(!ke){this.advanceAfterAssetEnded(oe,t,s||0);return}if(be||(be=this.getAssetPlayer(ke.identifier)),be===null||be.destroyed){const Re=oe.assetList.length;this.warn(`asset ${s+1}/${Re} player destroyed ${oe}`),be=this.createAssetPlayer(oe,ke,s),be.loadSource()}if(!this.eventItemsMatch(j,this.bufferingItem)&&oe.appendInPlace&&this.isAssetBuffered(ke))return;this.startAssetPlayer(be,s,n,t,q),this.shouldPlay&&ef(be.media)}else j?(this.resumePrimary(j,t,v),this.shouldPlay&&ef(this.hls.media)):w&&this.isInterstitial(v)&&(this.endedItem=null,this.playingItem=v,v.event.appendInPlace||this.attachPrimary(T.durations.primary,null))}get playbackDisabled(){return this.hls.config.enableInterstitialPlayback===!1}get primaryDetails(){var t;return(t=this.mediaSelection)==null?void 0:t.main.details}get primaryLive(){var t;return!!((t=this.primaryDetails)!=null&&t.live)}resumePrimary(t,n,s){var v,w;if(this.playingItem=t,this.playingAsset=this.endedAsset=null,this.waitingItem=this.endedItem=null,this.bufferedToItem(t),this.log(`resuming ${Bu(t)}`),!((v=this.detachedData)!=null&&v.mediaSource)){let j=this.timelinePos;(j<t.start||j>=t.end)&&(j=this.getPrimaryResumption(t,n),this.log(Gl("resumePrimary",j)),this.timelinePos=j),this.attachPrimary(j,t)}if(!s)return;const T=(w=this.schedule)==null?void 0:w.items;T&&(this.log(`INTERSTITIALS_PRIMARY_RESUMED ${Bu(t)}`),this.hls.trigger(o.INTERSTITIALS_PRIMARY_RESUMED,{schedule:T.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:di.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.log(Gl("attachPrimary",t)),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(){var t;this.stopLoad(),(t=this.schedule)==null||t.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||!this.schedule)return;const s=this.hls.levels[n.level];if(!s.details)return;const 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=wa(n);this.playerQueue.forEach(({hls:v})=>v&&(v.setAudioOption(n)||v.setAudioOption(s)))}onSubtitleTrackSwitch(t,n){const s=wa(n);this.playerQueue.forEach(({hls:v})=>v&&(v.setSubtitleOption(n)||n.id!==-1&&v.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){if(!this.schedule)return;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),j=(s=this.schedule.items)==null?void 0:s[T];this.isInterstitial(j)&&this.eventItemsMatch(j,this.bufferingItem)&&this.bufferedToItem(j,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){var s;const v=(s=this.schedule)==null?void 0:s.items;if(t&&v){const w=this.findItemIndex(t,n);return v[w]||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=di.bufferInfo(this.primaryMedia,s,0);(v.end>s||(v.nextStart||0)>s)&&(this.log(`trim buffered interstitial ${Bu(t)} (was ${Bu(n)})`),this.attachPrimary(s,null,!0),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?this.schedule.findItemIndex(t,n):-1}updateSchedule(t=!1){var n;const s=this.mediaSelection;s&&((n=this.schedule)==null||n.updateSchedule(s,[],t))}checkBuffer(t){var n;const s=(n=this.schedule)==null?void 0:n.items;if(!s)return;const v=di.bufferInfo(this.primaryMedia,this.timelinePos,0);t&&(this.bufferedPos=this.timelinePos),t||(t=v.len<1),this.updateBufferedPos(v.end,s,t)}updateBufferedPos(t,n,s){const v=this.schedule,w=this.bufferingItem;if(this.bufferedPos>t||!v)return;if(n.length===1&&this.itemsMatch(n[0],w)){this.bufferedPos=t;return}const T=this.playingItem,j=this.findItemIndex(T);let q=v.findItemIndexAtTime(t);if(this.bufferedPos<t){var V;const oe=this.findItemIndex(w),de=Math.min(oe+1,n.length-1),be=n[de];if((q===-1&&w&&t>=w.end||(V=be.event)!=null&&V.appendInPlace&&t+.01>=be.start)&&(q=de),this.isInterstitial(w)){const ke=w.event;if(de-j>1&&ke.appendInPlace===!1||ke.assetList.length===0&&ke.assetListLoader)return}if(this.bufferedPos=t,q>oe&&q>j)this.bufferedToItem(be);else{const ke=this.primaryDetails;this.primaryLive&&ke&&t>ke.edge-ke.targetduration&&be.start<ke.edge+this.hls.config.interstitialLiveLookAhead&&this.isInterstitial(be)&&this.preloadAssets(be.event,0)}}else s&&T&&!this.itemsMatch(T,w)&&(q===j?this.bufferedToItem(T):q===j+1&&this.bufferedToItem(n[q]))}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)&&s){const{items:v,events:w}=s;if(!v||!w)return n;const T=this.isInterstitial(t),j=this.getBufferingPlayer();this.bufferingItem=t,this.bufferedPos=Math.max(t.start,Math.min(t.end,this.timelinePos));const q=j?j.remaining:n?n.end-this.timelinePos:0;if(this.log(`INTERSTITIALS_BUFFERED_TO_BOUNDARY ${Bu(t)}`+(n?` (${q.toFixed(2)} remaining)`:"")),!this.playbackDisabled)if(T){const V=s.findAssetIndex(t.event,this.bufferedPos);t.event.assetList.forEach((oe,de)=>{const be=this.getAssetPlayer(oe.identifier);be&&(de===V&&be.loadSource(),be.resumeBuffering())})}else this.hls.resumeBuffering(),this.playerQueue.forEach(V=>V.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)})}else this.bufferingItem!==t&&(this.bufferingItem=t);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 j=this.primaryMedia;j&&this.bufferAssetPlayer(T,j)}}}preloadAssets(t,n){const s=t.assetUrl,v=t.assetList.length,w=v===0&&!t.assetListLoader,T=t.cue.once;if(w){const q=t.timelineStart;if(t.appendInPlace){var j;const be=this.playingItem;!this.isInterstitial(be)&&(be==null||(j=be.nextEvent)==null?void 0:j.identifier)===t.identifier&&this.flushFrontBuffer(q+.25)}let V,oe=0;if(!this.playingItem&&this.primaryLive&&(oe=this.hls.startPosition,oe===-1&&(oe=this.hls.liveSyncPosition||0)),oe&&!(t.cue.pre||t.cue.post)){const be=oe-q;be>0&&(V=Math.round(be*1e3)/1e3)}if(this.log(`Load interstitial asset ${n+1}/${s?1:v} ${t}${V?` live-start: ${oe} start-offset: ${V}`:""}`),s)return this.createAsset(t,0,0,q,t.duration,s);const de=this.assetListLoader.loadAssetList(t,V);de&&(t.assetListLoader=de)}else if(!T&&v){for(let V=n;V<v;V++){const oe=t.assetList[V],de=this.getAssetPlayerQueueIndex(oe.identifier);(de===-1||this.playerQueue[de].destroyed)&&!oe.error&&this.createAssetPlayer(t,oe,V)}const q=t.assetList[n];if(q){const V=this.getAssetPlayer(q.identifier);return V&&V.loadSource(),V}}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 j={parentIdentifier:t.identifier,identifier:bf(t,T,n),duration:w,startOffset:s,timelineStart:v,uri:T};return this.createAssetPlayer(t,j,n)}createAssetPlayer(t,n,s){const v=this.hls,w=v.userConfig;let T=w.videoPreference;const j=v.loadLevelObj||v.levels[v.currentLevel];(T||j)&&(T=y({},T),j.videoCodec&&(T.videoCodec=j.videoCodec),j.videoRange&&(T.allowedVideoRanges=[j.videoRange]));const q=v.audioTracks[v.audioTrack],V=v.subtitleTracks[v.subtitleTrack];let oe=0;if(this.primaryLive||t.appendInPlace){const Sr=this.timelinePos-n.timelineStart;if(Sr>1){const Ur=n.duration;Ur&&Sr<Ur&&(oe=Sr)}}const de=n.identifier,be=b(b({},w),{},{maxMaxBufferLength:Math.min(180,v.config.maxMaxBufferLength),autoStartLoad:!0,startFragPrefetch:!0,primarySessionId:v.sessionId,assetPlayerId:de,abrEwmaDefaultEstimate:v.bandwidthEstimate,interstitialsController:void 0,startPosition:oe,liveDurationInfinity:!1,testBandwidth:!1,videoPreference:T,audioPreference:q||w.audioPreference,subtitlePreference:V||w.subtitlePreference});t.appendInPlace&&(t.appendInPlaceStarted=!0,n.timelineStart&&(be.timelineOffset=n.timelineStart));const ke=be.cmcd;ke!=null&&ke.sessionId&&ke.contentId&&(be.cmcd=y({},ke,{contentId:qu(n.uri)})),this.getAssetPlayer(de)&&this.warn(`Duplicate date range identifier ${t} and asset ${de}`);const Re=new Wl(this.HlsPlayerClass,be,t,n);this.playerQueue.push(Re),t.assetList[s]=n;let ot=!0;const st=Sr=>{if(Sr.live){var Ur;const cn=new Error(`Interstitials MUST be VOD assets ${t}`),un={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:cn},Xr=((Ur=this.schedule)==null?void 0:Ur.findEventIndex(t.identifier))||-1;this.handleAssetItemError(un,t,Xr,s,cn.message);return}const mn=Sr.edge-Sr.fragmentStart,Zr=n.duration;(ot||Zr===null||mn>Zr)&&(ot=!1,this.log(`Interstitial asset "${de}" duration change ${Zr} > ${mn}`),n.duration=mn,this.updateSchedule())};Re.on(o.LEVEL_UPDATED,(Sr,{details:Ur})=>st(Ur)),Re.on(o.LEVEL_PTS_UPDATED,(Sr,{details:Ur})=>st(Ur)),Re.on(o.EVENT_CUE_ENTER,()=>this.onInterstitialCueEnter());const Xt=(Sr,Ur)=>{const mn=this.getAssetPlayer(de);if(mn&&Ur.tracks){mn.off(o.BUFFER_CODECS,Xt),mn.tracks=Ur.tracks;const Zr=this.primaryMedia;this.bufferingAsset===mn.assetItem&&Zr&&!mn.media&&this.bufferAssetPlayer(mn,Zr)}};Re.on(o.BUFFER_CODECS,Xt);const ar=()=>{var Sr;const Ur=this.getAssetPlayer(de);if(this.log(`buffered to end of asset ${Ur}`),!Ur||!this.schedule)return;const mn=this.schedule.findEventIndex(t.identifier),Zr=(Sr=this.schedule.items)==null?void 0:Sr[mn];this.isInterstitial(Zr)&&this.advanceAssetBuffering(Zr,n)};Re.on(o.BUFFERED_TO_END,ar);const ur=Sr=>()=>{if(!this.getAssetPlayer(de)||!this.schedule)return;this.shouldPlay=!0;const mn=this.schedule.findEventIndex(t.identifier);this.advanceAfterAssetEnded(t,mn,Sr)};return Re.once(o.MEDIA_ENDED,ur(s)),Re.once(o.PLAYOUT_LIMIT_REACHED,ur(1/0)),Re.on(o.ERROR,(Sr,Ur)=>{if(!this.schedule)return;const mn=this.getAssetPlayer(de);if(Ur.details===f.BUFFER_STALLED_ERROR){if(mn!=null&&mn.appendInPlace){this.handleInPlaceStall(t);return}this.onTimeupdate(),this.checkBuffer(!0);return}this.handleAssetItemError(Ur,t,this.schedule.findEventIndex(t.identifier),s,`Asset player error ${Ur.error} ${t}`)}),Re.on(o.DESTROYING,()=>{if(!this.getAssetPlayer(de)||!this.schedule)return;const Ur=new Error(`Asset player destroyed unexpectedly ${de}`),mn={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:Ur};this.handleAssetItemError(mn,t,this.schedule.findEventIndex(t.identifier),s,Ur.message)}),this.log(`INTERSTITIAL_ASSET_PLAYER_CREATED ${ic(n)}`),this.hls.trigger(o.INTERSTITIAL_ASSET_PLAYER_CREATED,{asset:n,assetListIndex:s,event:t,player:Re}),Re}clearInterstitial(t,n){this.clearAssetPlayers(t,n),t.reset()}clearAssetPlayers(t,n){t.assetList.forEach(s=>{this.clearAssetPlayer(s.identifier,n)})}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){const v=this.playerQueue[s];this.log(`clear ${v} toSegment: ${n&&Bu(n)}`),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:j,assetId:q}=t,V=T.assetList.length,oe=this.playingAsset;this.endedAsset=null,this.playingAsset=j,(!oe||oe.identifier!==q)&&(oe&&(this.clearAssetPlayer(oe.identifier,s[v]),delete oe.error),this.log(`INTERSTITIAL_ASSET_STARTED ${n+1}/${V} ${ic(j)}`),this.hls.trigger(o.INTERSTITIAL_ASSET_STARTED,{asset:j,assetListIndex:n,event:T,schedule:s.slice(0),scheduleIndex:v,player:t})),this.bufferAssetPlayer(t,w)}bufferAssetPlayer(t,n){var s,v;if(!this.schedule)return;const{interstitial:w,assetItem:T}=t,j=this.schedule.findEventIndex(w.identifier),q=(s=this.schedule.items)==null?void 0:s[j];if(!q)return;t.loadSource(),this.setBufferingItem(q),this.bufferingAsset=T;const V=this.getBufferingPlayer();if(V===t)return;const oe=w.appendInPlace;if(oe&&(V==null?void 0:V.interstitial.appendInPlace)===!1)return;const de=(V==null?void 0:V.tracks)||((v=this.detachedData)==null?void 0:v.tracks)||this.requiredTracks;if(oe&&T!==this.playingAsset){if(!t.tracks){this.log(`Waiting for track info before buffering ${t}`);return}if(de&&!ue(de,t.tracks)){const be=new Error(`Asset ${ic(T)} SourceBuffer tracks ('${Object.keys(t.tracks)}') are not compatible with primary content tracks ('${Object.keys(de)}')`),ke={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:be},Re=w.findAssetIndex(T);this.handleAssetItemError(ke,w,j,Re,be.message);return}}this.transferMediaTo(t,n)}handleInPlaceStall(t){const n=this.schedule,s=this.primaryMedia;if(!n||!s)return;const v=s.currentTime,w=n.findAssetIndex(t,v),T=t.assetList[w];if(T){const j=this.getAssetPlayer(T.identifier);if(j){const q=j.currentTime||v-T.timelineStart,V=j.duration-q;if(this.warn(`Stalled at ${q} of ${q+V} in ${j} ${t} (media.currentTime: ${v})`),q&&(V/s.playbackRate<.5||j.bufferedInPlaceToEnd(s))&&j.hls){const oe=n.findEventIndex(t.identifier);this.advanceAfterAssetEnded(t,oe,w)}}}}advanceInPlace(t){const n=this.primaryMedia;n&&n.currentTime<t&&(n.currentTime=t)}handleAssetItemError(t,n,s,v,w){if(t.details===f.BUFFER_STALLED_ERROR)return;const T=n.assetList[v]||null;if(this.warn(`INTERSTITIAL_ASSET_ERROR ${T&&ic(T)} ${t.error}`),!this.schedule)return;const j=(T==null?void 0:T.identifier)||"",q=this.getAssetPlayerQueueIndex(j),V=this.playerQueue[q]||null,oe=this.schedule.items,de=y({},t,{fatal:!1,errorAction:Wr(!0),asset:T,assetListIndex:v,event:n,schedule:oe,scheduleIndex:s,player:V});if(this.hls.trigger(o.INTERSTITIAL_ASSET_ERROR,de),!t.fatal)return;const be=this.playingAsset,ke=this.bufferingAsset,Re=new Error(w);if(T&&(this.clearAssetPlayer(j,null),T.error=Re),!n.assetList.some(ot=>!ot.error))n.error=Re;else for(let ot=v;ot<n.assetList.length;ot++)this.resetAssetPlayer(n.assetList[ot].identifier);this.updateSchedule(!0),n.error?this.primaryFallback(n):be&&be.identifier===j?this.advanceAfterAssetEnded(n,s,v):ke&&ke.identifier===j&&this.isInterstitial(this.bufferingItem)&&this.advanceAssetBuffering(this.bufferingItem,ke)}primaryFallback(t){const n=t.timelineStart,s=this.effectivePlayingItem;let v=this.timelinePos;if(s){this.log(`Fallback to primary from event "${t.identifier}" start: ${n} pos: ${v} playing: ${Bu(s)} error: ${t.error}`),v===-1&&(v=this.hls.startPosition);const T=this.updateItem(s,v);this.itemsMatch(s,T)&&this.clearInterstitial(t,null),t.appendInPlace&&(this.attachPrimary(n,null),this.flushFrontBuffer(n))}else if(v===-1){this.checkStart();return}if(!this.schedule)return;const w=this.schedule.findItemIndexAtTime(v);this.setSchedulePosition(w)}onAssetListLoaded(t,n){var s,v;const w=n.event,T=w.identifier,j=n.assetListResponse.ASSETS;if(!((s=this.schedule)!=null&&s.hasEvent(T)))return;const q=w.timelineStart,V=w.duration;let oe=0;j.forEach((ot,st)=>{const Xt=parseFloat(ot.DURATION);this.createAsset(w,st,oe,q+oe,Xt,ot.URI),oe+=Xt}),w.duration=oe,this.log(`Loaded asset-list with duration: ${oe} (was: ${V}) ${w}`);const de=this.waitingItem,be=(de==null?void 0:de.event.identifier)===T;this.updateSchedule();const ke=(v=this.bufferingItem)==null?void 0:v.event;if(be){var Re;const ot=this.schedule.findEventIndex(T),st=(Re=this.schedule.items)==null?void 0:Re[ot];if(st){if(!this.playingItem&&this.timelinePos>st.end&&this.schedule.findItemIndexAtTime(this.timelinePos)!==ot){w.error=new Error(`Interstitial ${j.length?"no longer within playback range":"asset-list is empty"} ${this.timelinePos} ${w}`),this.log(w.error.message),this.updateSchedule(!0),this.primaryFallback(w);return}this.setBufferingItem(st)}this.setSchedulePosition(ot)}else if((ke==null?void 0:ke.identifier)===T){const ot=w.assetList[0];if(ot){const st=this.getAssetPlayer(ot.identifier);if(ke.appendInPlace){const Xt=this.primaryMedia;st&&Xt&&this.bufferAssetPlayer(st,Xt)}else st&&st.loadSource()}}}onError(t,n){if(this.schedule)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.updateSchedule(!0),this.primaryFallback(s));break}case f.BUFFER_STALLED_ERROR:{const s=this.endedItem||this.waitingItem||this.playingItem;if(this.isInterstitial(s)&&s.event.appendInPlace){this.handleInPlaceStall(s.event);return}this.log(`Primary player stall @${this.timelinePos} bufferedPos: ${this.bufferedPos}`),this.onTimeupdate(),this.checkBuffer(!0);break}}}}const Nu=500;class Pl extends Nt{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=Ie.IDLE,this.setInterval(Nu),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(this.fragContextChanged(s)||(Ee(s)&&(this.fragPrevious=s),this.state=Ie.IDLE),!v)return;const w=this.tracksBuffered[this.currentTrackId];if(!w)return;let T;const j=s.start;for(let V=0;V<w.length;V++)if(j>=w[V].start&&j<=w[V].end){T=w[V];break}const q=s.start+s.duration;T?T.end=q:(T={start:j,end:q},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 j=0;j<T.length;){if(T[j].end<=w){T.shift();continue}else if(T[j].start<w)T[j].start=w;else break;j++}}),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!==Ie.STOPPED&&(this.state=Ie.IDLE))}onSubtitleTracksUpdated(t,{subtitleTracks:n}){if(this.levels&&Of(this.levels,n)){this.levels=n.map(s=>new Gi(s));return}this.tracksBuffered=[],this.levels=n.map(s=>{const v=new Gi(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!==Ie.STOPPED&&this.setInterval(Nu)}onSubtitleTrackLoaded(t,n){var s;const{currentTrackId:v,levels:w}=this,{details:T,id:j}=n;if(!w){this.warn(`Subtitle tracks were reset while loading level ${j}`);return}const q=w[j];if(j>=w.length||!q)return;this.log(`Subtitle track ${j} loaded [${T.startSN},${T.endSN}]${T.lastPartSn?`[part-${T.lastPartSn}-${T.lastPartIndex}]`:""},duration:${T.totalduration}`),this.mediaBuffer=this.mediaBufferTimeRanges;let V=0;if(T.live||(s=q.details)!=null&&s.live){if(T.deltaUpdateFailed)return;const de=this.mainDetails;if(!de){this.startFragRequested=!1;return}const be=de.fragments[0];if(!q.details)T.hasProgramDateTime&&de.hasProgramDateTime?(ps(T,de),V=T.fragmentStart):be&&(V=be.start,zi(T,V));else{var oe;V=this.alignPlaylists(T,q.details,(oe=this.levelLastLoaded)==null?void 0:oe.details),V===0&&be&&(V=be.start,zi(T,V))}de&&!this.startFragRequested&&this.setStartPosition(de,V)}q.details=T,this.levelLastLoaded=q,j===v&&(this.hls.trigger(o.SUBTITLE_TRACK_UPDATED,{details:T,id:j,groupId:n.groupId}),this.tick(),T.live&&!this.fragCurrent&&this.media&&this.state===Ie.IDLE&&(dr(null,T.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),q.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&&So(v.method)){const T=performance.now();this.decrypter.decrypt(new Uint8Array(s),v.key.buffer,v.iv.buffer,Yo(v.method)).catch(j=>{throw w.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_DECRYPT_ERROR,fatal:!1,error:j,reason:j.message,frag:n}),j}).then(j=>{const q=performance.now();w.trigger(o.FRAG_DECRYPTED,{frag:n,payload:j,stats:{tstart:T,tdecrypt:q}})}).catch(j=>{this.warn(`${j.name}: ${j.message}`),this.state=Ie.IDLE})}}doTick(){if(!this.media){this.state=Ie.IDLE;return}if(this.state===Ie.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=di.bufferedInfo(this.tracksBuffered[this.currentTrackId]||[],w,v.maxBufferHole),{end:j,len:q}=T,V=s.details,oe=this.hls.maxBufferLength+V.levelTargetDuration;if(q>oe)return;const de=V.fragments,be=de.length,ke=V.edge;let Re=null;const ot=this.fragPrevious;if(j<ke){const ar=v.maxFragLookUpTolerance,ur=j>ke-ar?0:ar;Re=dr(ot,de,Math.max(de[0].start,j),ur),!Re&&ot&&ot.start<de[0].start&&(Re=de[0])}else Re=de[be-1];if(Re=this.filterReplacedPrimary(Re,s.details),!Re)return;const st=Re.sn-V.startSN,Xt=de[st-1];if(Xt&&Xt.cc===Re.cc&&this.fragmentTracker.getState(Xt)===hn.NOT_LOADED&&(Re=Xt),this.fragmentTracker.getState(Re)===hn.NOT_LOADED){const ar=this.mapToInitFragWhenRequired(Re);ar&&this.loadFragment(ar,s,j)}}}loadFragment(t,n,s){Ee(t)?super.loadFragment(t,n,s):this._loadInitSegment(t,n)}get mediaBufferTimeRanges(){return new ac(this.tracksBuffered[this.currentTrackId]||[])}}class ac{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 Mc={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},Hu=O=>String.fromCharCode(Mc[O]||O),Su=15,Au=100,Mn={17:1,18:3,21:5,22:7,23:9,16:11,19:12,20:14},ri={17:2,18:4,21:6,22:8,23:10,19:13,20:15},Xi={25:1,26:3,29:5,30:7,31:9,24:11,27:12,28:14},Ma={25:2,26:4,29:6,30:8,31:10,27:13,28:15},oa=["white","green","blue","cyan","red","yellow","magenta","black","transparent"];class Ca{constructor(){this.time=null,this.verboseLevel=0}log(t,n){if(this.verboseLevel>=t){const s=typeof n=="function"?n():n;H.log(`${this.time} [${t}] ${s}`)}}}const ga=function(t){const n=[];for(let s=0;s<t.length;s++)n.push(t[s].toString(16));return n};class Fs{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 ua{constructor(){this.uchar=" ",this.penState=new Fs}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 Bs{constructor(t){this.chars=[],this.pos=0,this.currPenState=new Fs,this.cueStartTime=null,this.logger=void 0;for(let n=0;n<Au;n++)this.chars.push(new ua);this.logger=t}equals(t){for(let n=0;n<Au;n++)if(!this.chars[n].equals(t.chars[n]))return!1;return!0}copy(t){for(let n=0;n<Au;n++)this.chars[n].copy(t.chars[n])}isEmpty(){let t=!0;for(let n=0;n<Au;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>Au&&(this.logger.log(3,"Too large cursor position "+this.pos),this.pos=Au)}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=Hu(t);if(this.pos>=Au){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<Au;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<Au;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 Ju{constructor(t){this.rows=[],this.currRow=Su-1,this.nrRollUpRows=null,this.lastOutputScreen=null,this.logger=void 0;for(let n=0;n<Su;n++)this.rows.push(new Bs(t));this.logger=t}reset(){for(let t=0;t<Su;t++)this.rows[t].clear();this.currRow=Su-1}equals(t){let n=!0;for(let s=0;s<Su;s++)if(!this.rows[s].equals(t.rows[s])){n=!1;break}return n}copy(t){for(let n=0;n<Su;n++)this.rows[n].copy(t.rows[n])}isEmpty(){let t=!0;for(let n=0;n<Su;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 = "+Ji(t));let n=t.row-1;if(this.nrRollUpRows&&n<this.nrRollUpRows-1&&(n=this.nrRollUpRows-1),this.nrRollUpRows&&this.currRow!==n){for(let j=0;j<Su;j++)this.rows[j].clear();const w=this.currRow+1-this.nrRollUpRows,T=this.lastOutputScreen;if(T){const j=T.rows[w].cueStartTime,q=this.logger.time;if(j!==null&&q!==null&&j<q)for(let V=0;V<this.nrRollUpRows;V++)this.rows[n-this.nrRollUpRows+V+1].copy(T.rows[w+V])}}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 = "+Ji(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<Su;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 cl{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 Ju(s),this.nonDisplayedMemory=new Ju(s),this.lastOutputScreen=new Ju(s),this.currRollUpRow=this.displayedMemory.rows[Su-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[Su-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: "+Ji(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 yl{constructor(t,n,s){this.channels=void 0,this.currentChannel=0,this.cmdHistory=Kf(),this.logger=void 0;const v=this.logger=new Ca;this.channels=[null,new cl(t,n,v),new cl(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,j=null;if(v===0&&w===0)continue;this.logger.log(3,()=>"["+ga([n[s],n[s+1]])+"] -> ("+ga([v,w])+")");const q=this.cmdHistory;if(v>=16&&v<=31){if($l(v,w,q)){el(null,null,q),this.logger.log(3,()=>"Repeated command ("+ga([v,w])+") is dropped");continue}el(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 el(null,null,q);if(!T&&(j=this.parseChars(v,w),j)){const oe=this.currentChannel;oe&&oe>0?this.channels[oe].insertChars(j):this.logger.log(2,"No channel found yet. TEXT-MODE?")}!T&&!j&&this.logger.log(2,()=>"Couldn't parse cleaned data "+ga([v,w])+" orig: "+ga([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 ("+ga([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?Mn[t]:Xi[t]:s=T===1?ri[t]:Ma[t];const j=this.channels[T];return j?(j.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 '"+Hu(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 = "+ga(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=oa[w],n%2===1&&(T.background=T.background+"_semi")):n===45?T.background="transparent":(T.foreground="black",n===47&&(T.underline=!0));const j=t<=23?1:2;return this.channels[j].setBkgData(T),!0}reset(){for(let t=0;t<Object.keys(this.channels).length;t++){const n=this.channels[t];n&&n.reset()}el(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 el(O,t,n){n.a=O,n.b=t}function $l(O,t,n){return n.a===O&&n.b===t}function Kf(){return{a:null,b:null}}var Ef=function(){if(is!=null&&is.VTTCue)return self.VTTCue;const O=["","lr","rl"],t=["start","middle","end","left","right"];function n(j,q){if(typeof q!="string"||!Array.isArray(j))return!1;const V=q.toLowerCase();return~j.indexOf(V)?V:!1}function s(j){return n(O,j)}function v(j){return n(t,j)}function w(j,...q){let V=1;for(;V<arguments.length;V++){const oe=arguments[V];for(const de in oe)j[de]=oe[de]}return j}function T(j,q,V){const oe=this,de={enumerable:!0};oe.hasBeenReset=!1;let be="",ke=!1,Re=j,ot=q,st=V,Xt=null,ar="",ur=!0,Sr="auto",Ur="start",mn=50,Zr="middle",cn=50,un="middle";Object.defineProperty(oe,"id",w({},de,{get:function(){return be},set:function(Xr){be=""+Xr}})),Object.defineProperty(oe,"pauseOnExit",w({},de,{get:function(){return ke},set:function(Xr){ke=!!Xr}})),Object.defineProperty(oe,"startTime",w({},de,{get:function(){return Re},set:function(Xr){if(typeof Xr!="number")throw new TypeError("Start time must be set to a number.");Re=Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"endTime",w({},de,{get:function(){return ot},set:function(Xr){if(typeof Xr!="number")throw new TypeError("End time must be set to a number.");ot=Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"text",w({},de,{get:function(){return st},set:function(Xr){st=""+Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"region",w({},de,{get:function(){return Xt},set:function(Xr){Xt=Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"vertical",w({},de,{get:function(){return ar},set:function(Xr){const Dn=s(Xr);if(Dn===!1)throw new SyntaxError("An invalid or illegal string was specified.");ar=Dn,this.hasBeenReset=!0}})),Object.defineProperty(oe,"snapToLines",w({},de,{get:function(){return ur},set:function(Xr){ur=!!Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"line",w({},de,{get:function(){return Sr},set:function(Xr){if(typeof Xr!="number"&&Xr!=="auto")throw new SyntaxError("An invalid number or illegal string was specified.");Sr=Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"lineAlign",w({},de,{get:function(){return Ur},set:function(Xr){const Dn=v(Xr);if(!Dn)throw new SyntaxError("An invalid or illegal string was specified.");Ur=Dn,this.hasBeenReset=!0}})),Object.defineProperty(oe,"position",w({},de,{get:function(){return mn},set:function(Xr){if(Xr<0||Xr>100)throw new Error("Position must be between 0 and 100.");mn=Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"positionAlign",w({},de,{get:function(){return Zr},set:function(Xr){const Dn=v(Xr);if(!Dn)throw new SyntaxError("An invalid or illegal string was specified.");Zr=Dn,this.hasBeenReset=!0}})),Object.defineProperty(oe,"size",w({},de,{get:function(){return cn},set:function(Xr){if(Xr<0||Xr>100)throw new Error("Size must be between 0 and 100.");cn=Xr,this.hasBeenReset=!0}})),Object.defineProperty(oe,"align",w({},de,{get:function(){return un},set:function(Xr){const Dn=v(Xr);if(!Dn)throw new SyntaxError("An invalid or illegal string was specified.");un=Dn,this.hasBeenReset=!0}})),oe.displayState=void 0}return T.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},T}();class sc{decode(t,n){if(!t)return"";if(typeof t!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))}}function Mf(O){function t(s,v,w,T){return(s|0)*3600+(v|0)*60+(w|0)+parseFloat(T||0)}const n=O.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 tf{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 rf(O,t,n,s){const v=s?O.split(s):[O];for(const w in v){if(typeof v[w]!="string")continue;const T=v[w].split(n);if(T.length!==2)continue;const j=T[0],q=T[1];t(j,q)}}const nf=new Ef(0,0,""),tl=nf.align==="middle"?"middle":"center";function Vf(O,t,n){const s=O;function v(){const j=Mf(O);if(j===null)throw new Error("Malformed timestamp: "+s);return O=O.replace(/^[^\sa-zA-Z-]+/,""),j}function w(j,q){const V=new tf;rf(j,function(be,ke){let Re;switch(be){case"region":for(let ot=n.length-1;ot>=0;ot--)if(n[ot].id===ke){V.set(be,n[ot].region);break}break;case"vertical":V.alt(be,ke,["rl","lr"]);break;case"line":Re=ke.split(","),V.integer(be,Re[0]),V.percent(be,Re[0])&&V.set("snapToLines",!1),V.alt(be,Re[0],["auto"]),Re.length===2&&V.alt("lineAlign",Re[1],["start",tl,"end"]);break;case"position":Re=ke.split(","),V.percent(be,Re[0]),Re.length===2&&V.alt("positionAlign",Re[1],["start",tl,"end","line-left","line-right","auto"]);break;case"size":V.percent(be,ke);break;case"align":V.alt(be,ke,["start",tl,"end","left","right"]);break}},/:/,/\s/),q.region=V.get("region",null),q.vertical=V.get("vertical","");let oe=V.get("line","auto");oe==="auto"&&nf.line===-1&&(oe=-1),q.line=oe,q.lineAlign=V.get("lineAlign","start"),q.snapToLines=V.get("snapToLines",!0),q.size=V.get("size",100),q.align=V.get("align",tl);let de=V.get("position","auto");de==="auto"&&nf.position===50&&(de=q.align==="start"||q.align==="left"?0:q.align==="end"||q.align==="right"?100:50),q.position=de}function T(){O=O.replace(/^\s+/,"")}if(T(),t.startTime=v(),T(),O.slice(0,3)!=="-->")throw new Error("Malformed time stamp (time stamps must be separated by '-->'): "+s);O=O.slice(3),T(),t.endTime=v(),T(),w(O,t)}function fl(O){return O.replace(/<br(?: \/)?>/gi,`
`)}class af{constructor(){this.state="INITIAL",this.buffer="",this.decoder=new sc,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=fl(w);T<w.length&&w[T]!=="\r"&&w[T]!==`
`;)++T;const j=w.slice(0,T);return w[T]==="\r"&&++T,w[T]===`
`&&++T,n.buffer=w.slice(T),j}function v(w){rf(w,function(T,j){},/:/)}try{let w="";if(n.state==="INITIAL"){if(!/\r\n|\n/.test(n.buffer))return this;w=s();const j=w.match(/^()?WEBVTT([ \t].*)?$/);if(!(j!=null&&j[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 Ef(0,0,""),n.state="CUE",w.indexOf("-->")===-1){n.cue.id=w;continue}case"CUE":if(!n.cue){n.state="BADCUE";continue}try{Vf(w,n.cue,n.regionList)}catch(j){n.cue=null,n.state="BADCUE";continue}n.state="CUETEXT";continue;case"CUETEXT":{const j=w.indexOf("-->")!==-1;if(!w||j&&(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 Ff=/\r\n|\n\r|\n|\r/g,Jo=function(t,n,s=0){return t.slice(s,s+n.length)===n},Sf=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 sf(O,t,n){return qu(O.toString())+qu(t.toString())+qu(n)}const Il=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 Fc(O,t,n,s,v,w,T){const j=new af,q=X(new Uint8Array(O)).trim().replace(Ff,`
`).split(`
`),V=[],oe=t?qs(t.baseTime,t.timescale):0;let de="00:00.000",be=0,ke=0,Re,ot=!0;j.oncue=function(st){const Xt=n[s];let ar=n.ccOffset;const ur=(be-oe)/9e4;if(Xt!=null&&Xt.new&&(ke!==void 0?ar=n.ccOffset=Xt.start:Il(n,s,ur)),ur){if(!t){Re=new Error("Missing initPTS for VTT MPEGTS");return}ar=ur-n.presentationOffset}const Sr=st.endTime-st.startTime,Ur=Wo((st.startTime+ar-ke)*9e4,v*9e4)/9e4;st.startTime=Math.max(Ur,0),st.endTime=Math.max(Ur+Sr,0);const mn=st.text.trim();st.text=decodeURIComponent(encodeURIComponent(mn)),st.id||(st.id=sf(st.startTime,st.endTime,mn)),st.endTime>0&&V.push(st)},j.onparsingerror=function(st){Re=st},j.onflush=function(){if(Re){T(Re);return}w(V)},q.forEach(st=>{if(ot)if(Jo(st,"X-TIMESTAMP-MAP=")){ot=!1,st.slice(16).split(",").forEach(Xt=>{Jo(Xt,"LOCAL:")?de=Xt.slice(6):Jo(Xt,"MPEGTS:")&&(be=parseInt(Xt.slice(7)))});try{ke=Sf(de)/1e3}catch(Xt){Re=Xt}return}else st===""&&(ot=!1);j.parse(st+`
`)}),j.flush()}const eu="stpp.ttml.im1t",Af=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,Cf=/^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/,of={left:"start",center:"center",right:"end",start:"start",end:"end"};function Bc(O,t,n,s){const v=ct(new Uint8Array(O),["mdat"]);if(v.length===0){s(new Error("Could not parse IMSC1 mdat"));return}const w=v.map(j=>X(j)),T=bu(t.baseTime,1,t.timescale);try{w.forEach(j=>n(Bf(j,T)))}catch(j){s(j)}}function Bf(O,t){const v=new DOMParser().parseFromString(O,"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((de,be)=>(de[be]=v.getAttribute(`ttp:${be}`)||w[be],de),{}),j=v.getAttribute("xml:space")!=="preserve",q=Zf(Nc(v,"styling","style")),V=Zf(Nc(v,"layout","region")),oe=Nc(v,"body","[begin]");return[].map.call(oe,de=>{const be=Yf(de,j);if(!be||!de.hasAttribute("begin"))return null;const ke=uf(de.getAttribute("begin"),T),Re=uf(de.getAttribute("dur"),T);let ot=uf(de.getAttribute("end"),T);if(ke===null)throw Wf(de);if(ot===null){if(Re===null)throw Wf(de);ot=ke+Re}const st=new Ef(ke-t,ot-t,be);st.id=sf(st.startTime,st.endTime,st.text);const Xt=V[de.getAttribute("region")],ar=q[de.getAttribute("style")],ur=Nf(Xt,ar,q),{textAlign:Sr}=ur;if(Sr){const Ur=of[Sr];Ur&&(st.lineAlign=Ur),st.align=Sr}return y(st,ur),st}).filter(de=>de!==null)}function Nc(O,t,n){const s=O.getElementsByTagName(t)[0];return s?[].slice.call(s.querySelectorAll(n)):[]}function Zf(O){return O.reduce((t,n)=>{const s=n.getAttribute("xml:id");return s&&(t[s]=n),t},{})}function Yf(O,t){return[].slice.call(O.childNodes).reduce((n,s,v)=>{var w;return s.nodeName==="br"&&v?n+`
`:(w=s.childNodes)!=null&&w.length?Yf(s,t):t?n+s.textContent.trim().replace(/\s+/g," "):n+s.textContent},"")}function Nf(O,t,n){const s="http://www.w3.org/ns/ttml#styling";let v=null;const w=["displayAlign","textAlign","color","backgroundColor","fontSize","fontFamily"],T=O!=null&&O.hasAttribute("style")?O.getAttribute("style"):null;return T&&n.hasOwnProperty(T)&&(v=n[T]),w.reduce((j,q)=>{const V=Xf(t,s,q)||Xf(O,s,q)||Xf(v,s,q);return V&&(j[q]=V),j},{})}function Xf(O,t,n){return O&&O.hasAttributeNS(t,n)?O.getAttributeNS(t,n):null}function Wf(O){return new Error(`Could not parse ttml timestamp ${O}`)}function uf(O,t){if(!O)return null;let n=Mf(O);return n===null&&(Af.test(O)?n=id(O,t):Cf.test(O)&&(n=Hf(O,t))),n}function id(O,t){const n=Af.exec(O),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 Hf(O,t){const n=Cf.exec(O),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 jf{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 ad{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=_(),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 jf(this,"textTrack1"),n=new jf(this,"textTrack2"),s=new jf(this,"textTrack3"),v=new jf(this,"textTrack4");this.cea608Parser1=new yl(1,t,n),this.cea608Parser2=new yl(3,s,v)}addCues(t,n,s,v,w){let T=!1;for(let j=w.length;j--;){const q=w[j],V=Gf(q[0],q[1],n,s);if(V>=0&&(q[0]=Math.min(q[0],n),q[1]=Math.max(q[1],s),T=!0,V/(s-n)>.5))return}if(T||w.push([n,s]),this.config.renderTextTracksNatively){const j=this.captionsTracks[t];this.Cues.newCue(j,n,s,v)}else{const j=this.Cues.newCue(null,n,s,v);this.hls.trigger(o.CUES_PARSED,{type:"captions",cues:j,track:t})}}onInitPtsFound(t,{frag:n,id:s,initPTS:v,timescale:w,trackId:T}){const{unparsedVttFrags:j}=this;s===u.MAIN&&(this.initPTS[n.cc]={baseTime:v,timescale:w,trackId:T}),j.length&&(this.unparsedVttFrags=[],j.forEach(q=>{this.initPTS[q.frag.cc]?this.onFragLoaded(o.FRAG_LOADED,q):this.hls.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:q.frag,error:new Error("Subtitle discontinuity domain does not match main")})}))}getExistingTrack(t,n){const{media:s}=this;if(s)for(let v=0;v<s.textTracks.length;v++){const w=s.textTracks[v];if(Jf(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],j=this.getExistingTrack(w,T);if(j)s[t]=j,Js(s[t]),ns(s[t],v);else{const q=this.createTextTrack("captions",w,T);q&&(q[t]=!0,s[t]=q)}}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=>{Js(v[w]),delete v[w]}),this.nonNativeCaptionsTracks={}}onManifestLoading(){this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=_(),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++)Js(n[s])}onSubtitleTracksUpdated(t,n){const s=n.subtitleTracks||[],v=s.some(w=>w.textCodec===eu);if(this.config.enableWebVTT||v&&this.config.enableIMSC1){if(Of(this.tracks,s)){this.tracks=s;return}if(this.textTracks=[],this.tracks=s,this.config.renderTextTracksNatively){const T=this.media,j=T?rc(T.textTracks):null;if(this.tracks.forEach((q,V)=>{let oe;if(j){let de=null;for(let be=0;be<j.length;be++)if(j[be]&&Jf(j[be],q)){de=j[be],j[be]=null;break}de&&(oe=de)}if(oe)Js(oe);else{const de=Tf(q);oe=this.createTextTrack(de,q.name,q.lang),oe&&(oe.mode="disabled")}oe&&this.textTracks.push(oe)}),j!=null&&j.length){const q=j.filter(V=>V!==null).map(V=>V.label);q.length&&this.hls.logger.warn(`Media element contains unused subtitle tracks: ${q.join(", ")}. Replace media element for each source to clear TextTracks and captions menu.`)}}else if(this.tracks.length){const T=this.tracks.map(j=>({label:j.name,kind:j.type.toLowerCase(),default:j.default,subtitleTrack:j}));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:j}=this,{cc:q,sn:V}=n.frag,oe=(s=(v=n.part)==null?void 0:v.index)!=null?s:-1;w&&T&&(V!==j+1||V===j&&oe!==this.lastPartIndex+1||q!==this.lastCc)&&(w.reset(),T.reset()),this.lastCc=q,this.lastSn=V,this.lastPartIndex=oe}}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 j=this.tracks[s.level],q=this.vttCCs;q[s.cc]||(q[s.cc]={start:s.start,prevCC:this.prevCC,new:!0},this.prevCC=s.cc),j&&j.textCodec===eu?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;Bc(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,j=w.length-1;if(!w[s.cc]&&j===-1){T.push(t);return}const q=this.hls,V=(n=s.initSegment)!=null&&n.data?Qt(s.initSegment.data,new Uint8Array(v)).buffer:v;Fc(V,this.initPTS[s.cc],this.vttCCs,s.cc,s.start,oe=>{this._appendCues(oe,s.level),q.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:s})},oe=>{const de=oe.message==="Missing initPTS for VTT MPEGTS";de?T.push(t):this._fallbackToIMSC1(s,v),q.logger.log(`Failed to parse VTT cue: ${oe}`),!(de&&j>s.cc)&&q.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:oe})})}_fallbackToIMSC1(t,n){const s=this.tracks[t.level];s.textCodec||Bc(n,this.initPTS[t.cc],()=>{s.textCodec=eu,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=>Ks(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 j=this.extractCea608Data(T);this.cea608Parser1.addData(v[w].pts,j[0]),this.cea608Parser2.addData(v[w].pts,j[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:j}=this;Object.keys(j).forEach(q=>cu(j[q],n,s))}if(this.config.renderTextTracksNatively&&n===0&&v!==void 0){const{textTracks:j}=this;Object.keys(j).forEach(q=>cu(j[q],n,v))}}}extractCea608Data(t){const n=[[],[]],s=t[0]&31;let v=2;for(let w=0;w<s;w++){const T=t[v++],j=127&t[v++],q=127&t[v++];if(j===0&&q===0)continue;if((4&T)!==0){const oe=3&T;(oe===0||oe===1)&&(n[oe].push(j),n[oe].push(q))}}return n}}function Tf(O){return O.characteristics&&/transcribes-spoken-dialog/gi.test(O.characteristics)&&/describes-music-and-sound/gi.test(O.characteristics)?"captions":"subtitles"}function Jf(O,t){return!!O&&O.kind===Tf(t)&&mc(t,O)}function Gf(O,t,n,s){return Math.min(t,s)-Math.max(O,n)}function _(){return{ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}}}const C=/\s/,z={newCue(O,t,n,s){const v=[];let w,T,j,q,V;const oe=self.VTTCue||self.TextTrackCue;for(let be=0;be<s.rows.length;be++)if(w=s.rows[be],j=!0,q=0,V="",!w.isEmpty()){var de;for(let ot=0;ot<w.chars.length;ot++)C.test(w.chars[ot].uchar)&&j?q++:(V+=w.chars[ot].uchar,j=!1);w.cueStartTime=t,t===n&&(n+=1e-4),q>=16?q--:q++;const ke=fl(V.trim()),Re=sf(t,n,ke);O!=null&&(de=O.cues)!=null&&de.getCueById(Re)||(T=new oe(t,n,ke),T.id=Re,T.line=be+1,T.align="left",T.position=10+Math.min(80,Math.floor(q*8/32)*10),v.push(T))}return O&&v.length&&(v.sort((be,ke)=>be.line==="auto"||ke.line==="auto"?0:be.line>8&&ke.line>8?ke.line-be.line:be.line-ke.line),v.forEach(be=>Ks(O,be))),v}};function ge(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(O){}return!1}const De=/(\d+)-(\d+)\/(\d+)/;class nt{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||gn,this.controller=new self.AbortController,this.stats=new U}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=Ht(t,this.controller.signal),T=t.responseType==="arraybuffer",j=T?"byteLength":"length",{maxTimeToFirstByteMs:q,maxLoadTimeMs:V}=n.loadPolicy;this.context=t,this.config=n,this.callbacks=s,this.request=this.fetchSetup(t,w),self.clearTimeout(this.requestTimeout),n.timeout=q&&r(q)?q:V,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(v,t,this.response))},n.timeout),(ho(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then(de=>{var be;this.response=this.loader=de;const ke=Math.max(self.performance.now(),v.loading.start);if(self.clearTimeout(this.requestTimeout),n.timeout=V,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(v,t,this.response))},V-(ke-v.loading.start)),!de.ok){const{status:ot,statusText:st}=de;throw new Oi(st||"fetch, bad network response",ot,de)}v.loading.first=ke,v.total=kr(de.headers)||v.total;const Re=(be=this.callbacks)==null?void 0:be.onProgress;return Re&&r(n.highWaterMark)?this.loadProgressively(de,v,t,n.highWaterMark,Re):T?de.arrayBuffer():t.responseType==="json"?de.json():de.text()}).then(de=>{var be,ke;const Re=this.response;if(!Re)throw new Error("loader destroyed");self.clearTimeout(this.requestTimeout),v.loading.end=Math.max(self.performance.now(),v.loading.first);const ot=de[j];ot&&(v.loaded=v.total=ot);const st={url:Re.url,data:de,code:Re.status},Xt=(be=this.callbacks)==null?void 0:be.onProgress;Xt&&!r(n.highWaterMark)&&Xt(v,t,de,Re),(ke=this.callbacks)==null||ke.onSuccess(st,v,t,Re)}).catch(de=>{var be;if(self.clearTimeout(this.requestTimeout),v.aborted)return;const ke=de&&de.code||0,Re=de?de.message:null;(be=this.callbacks)==null||be.onError({code:ke,text:Re},t,de?de.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 Er,j=t.body.getReader(),q=()=>j.read().then(V=>{if(V.done)return T.dataLength&&w(n,s,T.flush().buffer,t),Promise.resolve(new ArrayBuffer(0));const oe=V.value,de=oe.length;return n.loaded+=de,de<v||T.dataLength?(T.push(oe),T.dataLength>=v&&w(n,s,T.flush().buffer,t)):w(n,s,oe.buffer,t),q()}).catch(()=>Promise.reject());return q()}}function Ht(O,t){const n={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(y({},O.headers))};return O.rangeEnd&&n.headers.set("Range","bytes="+O.rangeStart+"-"+String(O.rangeEnd-1)),n}function fr(O){const t=De.exec(O);if(t)return parseInt(t[2])-parseInt(t[1])+1}function kr(O){const t=O.get("Content-Range");if(t){const s=fr(t);if(r(s))return s}const n=O.get("Content-Length");if(n)return parseInt(n)}function gn(O,t){return new self.Request(O.url,t)}class Oi extends Error{constructor(t,n,s){super(t),this.code=void 0,this.details=void 0,this.code=n,this.details=s}}const Ua=/^age:\s*[\d.]+\s*$/im;class Kn{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 U,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 j;(j=this.callbacks)==null||j.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 j in v)t.setRequestHeader(j,v[j]);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 V=n.status,oe=n.responseType==="text"?n.responseText:null;if(V>=200&&V<300){const Re=oe!=null?oe:n.response;if(Re!=null){var T,j;s.loading.end=Math.max(self.performance.now(),s.loading.first);const ot=n.responseType==="arraybuffer"?Re.byteLength:Re.length;s.loaded=s.total=ot,s.bwEstimate=s.total*8e3/(s.loading.end-s.loading.first);const st=(T=this.callbacks)==null?void 0:T.onProgress;st&&st(s,t,Re,n);const Xt={url:n.responseURL,data:Re,code:V};(j=this.callbacks)==null||j.onSuccess(Xt,s,t,n);return}}const de=w.loadPolicy.errorRetry,be=s.retry,ke={url:t.url,data:void 0,code:V};if(ft(de,be,!1,ke))this.retry(de);else{var q;H.error(`${V} while loading ${t.url}`),(q=this.callbacks)==null||q.onError({code:V,text:n.statusText},t,n,s)}}}loadtimeout(){if(!this.config)return;const t=this.config.loadPolicy.timeoutRetry,n=this.stats.retry;if(ft(t,n,!0))this.retry(t);else{var s;H.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=Qn(t,s.retry),s.retry++,H.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&&Ua.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 ca={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},za=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:Kn,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:qe,bufferController:Mo,capLevelController:Bl,errorController:Gr,fpsController:Fo,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:pu,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:ca},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},Ra()),{},{subtitleStreamController:Pl,subtitleTrackController:Lc,timelineController:ad,audioStreamController:Lo,audioTrackController:wl,emeController:en,cmcdController:P,contentSteeringController:L,interstitialsController:wf});function Ra(){return{cueHandler:z,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 an(O,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=jr(O),v=["manifest","level","frag"],w=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return v.forEach(T=>{const j=`${T==="level"?"playlist":T}LoadPolicy`,q=t[j]===void 0,V=[];w.forEach(oe=>{const de=`${T}Loading${oe}`,be=t[de];if(be!==void 0&&q){V.push(de);const ke=s[j].default;switch(t[j]={default:ke},oe){case"TimeOut":ke.maxLoadTimeMs=be,ke.maxTimeToFirstByteMs=be;break;case"MaxRetry":ke.errorRetry.maxNumRetry=be,ke.timeoutRetry.maxNumRetry=be;break;case"RetryDelay":ke.errorRetry.retryDelayMs=be,ke.timeoutRetry.retryDelayMs=be;break;case"MaxRetryTimeout":ke.errorRetry.maxRetryDelayMs=be,ke.timeoutRetry.maxRetryDelayMs=be;break}}}),V.length&&n.warn(`hls.js config: "${V.join('", "')}" setting(s) are deprecated, use "${j}": ${Ji(t[j])}`)}),b(b({},s),t)}function jr(O){return O&&typeof O=="object"?Array.isArray(O)?O.map(jr):Object.keys(O).reduce((t,n)=>(t[n]=jr(O[n]),t),{}):O}function nn(O,t){const n=O.loader;n!==nt&&n!==Kn?(t.log("[config]: Custom loader detected, cannot enable progressive streaming"),O.progressive=!1):ge()&&(O.loader=nt,O.progressive=!0,O.enableSoftwareAES=!0,t.log("[config]: Progressive streaming enabled, using FetchLoader"))}const In=2,Un=.1,Ya=.05,Hi=100;class Xa extends to{constructor(t,n){super("gap-controller",t.logger),this.hls=void 0,this.fragmentTracker=void 0,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(Hi),this.mediaSource=n.mediaSource;const s=this.media=n.media;ja(s,"playing",this.onMediaPlaying),ja(s,"waiting",this.onMediaWaiting),ja(s,"ended",this.onMediaEnded)}onMediaDetaching(t,n){this.clearInterval();const{media:s}=this;s&&(fs(s,"playing",this.onMediaPlaying),fs(s,"waiting",this.onMediaWaiting),fs(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:j}=T,q=this.seeking&&!j,V=!this.seeking&&j,oe=T.paused&&!j||T.ended||T.playbackRate===0;if(this.seeking=j,t!==n){n&&(this.ended=0),this.moved=!0,j||(this.nudgeRetry=0,w.nudgeOnVideoHole&&!oe&&t>n&&this.nudgeOnVideoHole(t,n)),this.waiting===0&&this.stallResolved(t);return}if(V||q){q&&this.stallResolved(t);return}if(oe){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(!di.getBuffered(T).length){this.nudgeRetry=0;return}const de=di.bufferInfo(T,t,0),be=de.nextStart||0,ke=this.fragmentTracker;if(j&&ke&&this.hls){const mn=ms(this.hls.inFlightFragments,t),Zr=de.len>In,cn=!be||mn||be-t>In&&!ke.getPartialFragment(t);if(Zr||cn)return;this.moved=!1}const Re=(v=this.hls)==null?void 0:v.latestLevelDetails;if(!this.moved&&this.stalled!==null&&ke){if(!(de.len>0)&&!be)return;const Zr=Math.max(be,de.start||0)-t,un=!!(Re!=null&&Re.live)?Re.targetduration*2:In,Xr=Kl(t,ke);if(Zr>0&&(Zr<=un||Xr)){T.paused||this._trySkipBufferHole(Xr);return}}const ot=w.detectStallWithCurrentTimeMs,st=self.performance.now(),Xt=this.waiting;let ar=this.stalled;if(ar===null)if(Xt>0&&st-Xt<ot)ar=this.stalled=Xt;else{this.stalled=st;return}const ur=st-ar;if(!j&&(ur>=ot||Xt)&&this.hls){var Sr;if(((Sr=this.mediaSource)==null?void 0:Sr.readyState)==="ended"&&!(Re!=null&&Re.live)&&Math.abs(t-((Re==null?void 0:Re.edge)||0))<1){if(this.ended)return;this.ended=t||1,this.hls.trigger(o.MEDIA_ENDED,{stalled:!0});return}if(this._reportStall(de),!this.media||!this.hls)return}const Ur=di.bufferInfo(T,t,w.maxBufferHole);this._tryFixBufferStall(Ur,ur,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=di.bufferedInfo(di.timeRangesToArray(this.buffered.audio),t,0);if(w.len>1&&n>=w.start){const T=di.timeRangesToArray(v),j=di.bufferedInfo(T,n,0).bufferedIndex;if(j>-1&&j<T.length-1){const q=di.bufferedInfo(T,t,0).bufferedIndex,V=T[j].end,oe=T[j+1].start;if((q===-1||q>j)&&oe-V<1&&t-V<2){const de=new Error(`nudging playhead to flush pipeline after video hole. currentTime: ${t} hole: ${V} -> ${oe} buffered index: ${q}`);this.warn(de.message),this.media.currentTime+=1e-6;let be=Kl(t,this.fragmentTracker);be&&"fragment"in be?be=be.fragment:be||(be=void 0);const ke=di.bufferInfo(this.media,t,0);this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:de,reason:de.message,frag:be,buffer:ke.len,bufferInfo:ke})}}}}}_tryFixBufferStall(t,n,s){var v,w;const{fragmentTracker:T,media:j}=this,q=(v=this.hls)==null?void 0:v.config;if(!j||!T||!q)return;const V=(w=this.hls)==null?void 0:w.latestLevelDetails,oe=Kl(s,T);if((oe||V!=null&&V.live&&s<V.fragmentStart)&&(this._trySkipBufferHole(oe)||!this.media))return;const de=t.buffered,be=this.adjacentTraversal(t,s);(de&&de.length>1&&t.len>q.maxBufferHole||t.nextStart&&(t.nextStart-s<q.maxBufferHole||be))&&(n>q.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 (${Ji(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,j=di.bufferInfo(v,T,0),q=T<j.start?j.start:j.nextStart;if(q&&this.hls){const oe=j.len<=w.maxBufferHole,de=j.len>0&&j.len<1&&v.readyState<3,be=q-T;if(be>0&&(oe||de)){if(be>w.maxBufferHole){let Re=!1;if(T===0){const ot=s.getAppendedFrag(0,u.MAIN);ot&&q<ot.end&&(Re=!0)}if(!Re&&t){var V;if(!((V=this.hls.loadLevelObj)!=null&&V.details)||ms(this.hls.inFlightFragments,q))return 0;let st=!1,Xt=t.end;for(;Xt<q;){const ar=Kl(Xt,s);if(ar)Xt+=ar.duration;else{st=!0;break}}if(st)return 0}}const ke=Math.max(q+Ya,T+Un);if(this.warn(`skipping hole, adjusting currentTime from ${T} to ${ke}`),this.moved=!0,v.currentTime=ke,!(t!=null&&t.gap)){const Re=new Error(`fragment loaded with buffer holes, seeking from ${T} to ${ke}`),ot={type:c.MEDIA_ERROR,details:f.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:Re,reason:Re.message,buffer:j.len,bufferInfo:j};t&&("fragment"in t?ot.part=t:ot.frag=t),this.hls.trigger(o.ERROR,ot)}return ke}}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 j=T+(v+1)*w.nudgeOffset,q=new Error(`Nudging 'currentTime' from ${T} to ${j}`);this.warn(q.message),s.currentTime=j,n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_NUDGE_ON_STALL,error:q,fatal:!1,buffer:t.len,bufferInfo:t})}else{const j=new Error(`Playhead still not moving while enough data buffered @${T} after ${w.nudgeMaxRetry} nudges`);this.error(j.message),n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_STALLED_ERROR,error:j,fatal:!0,buffer:t.len,bufferInfo:t})}}}function ms(O,t){const n=Ja(O.main);if(n&&n.start<=t)return n;const s=Ja(O.audio);return s&&s.start<=t?s:null}function Ja(O){if(!O)return null;switch(O.state){case Ie.IDLE:case Ie.STOPPED:case Ie.ENDED:case Ie.ERROR:return null}return O.frag}function Kl(O,t){return t.getAppendedFrag(O,u.MAIN)||t.getPartialFragment(O)}const sd=.25;function od(){if(typeof self!="undefined")return self.VTTCue||self.TextTrackCue}function ud(O,t,n,s,v){let w=new O(t,n,"");try{w.value=s,v&&(w.type=v)}catch(T){w=new O(t,n,Ji(v?b({type:v},s):s))}return w}const ed=(()=>{const O=od();try{O&&new O(0,Number.POSITIVE_INFINITY,"")}catch(t){return Number.MAX_VALUE}return Number.POSITIVE_INFINITY})();class Sd{constructor(t){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.removeCues=!0,this.assetCue=void 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&&(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&&(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(){var t;const n=(t=this.hls)==null?void 0:t.latestLevelDetails;n&&this.updateDateRangeCues(n)}onMediaDetaching(t,n){this.media=null,!n.transferMedia&&(this.id3Track&&(this.removeCues&&Js(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 ns(s,this.media),s}return this.media.addTextTrack("metadata","id3")}}onFragParsingMetadata(t,n){if(!this.media||!this.hls)return;const{enableEmsgMetadataCues:s,enableID3MetadataCues:v}=this.hls.config;if(!s&&!v)return;const{samples:w}=n;this.id3Track||(this.id3Track=this.createTrack(this.media));const T=od();if(T)for(let j=0;j<w.length;j++){const q=w[j].type;if(q===_n.emsg&&!s||!v)continue;const V=Zt(w[j].data),oe=w[j].pts;let de=oe+w[j].duration;de>ed&&(de=ed),de-oe<=0&&(de=oe+sd);for(let ke=0;ke<V.length;ke++){const Re=V[ke];if(!xr(Re)){this.updateId3CueEnds(oe,q);const ot=ud(T,oe,de,Re,q);ot&&this.id3Track.addCue(ot)}}}}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===ed&&(T.endTime=t)}}onBufferFlushing(t,{startOffset:n,endOffset:s,type:v}){const{id3Track:w,hls:T}=this;if(!T)return;const{config:{enableEmsgMetadataCues:j,enableID3MetadataCues:q}}=T;if(w&&(j||q)){let V;v==="audio"?V=oe=>oe.type===_n.audioId3&&q:v==="video"?V=oe=>oe.type===_n.emsg&&j:V=oe=>oe.type===_n.audioId3&&q||oe.type===_n.emsg&&j,cu(w,n,s,V)}}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.hls||!this.media)return;const{assetPlayerId:s,timelineOffset:v,enableDateRangeMetadataCues:w,interstitialsController:T}=this.hls.config;if(!w)return;const j=od();if(s&&v&&!T){const{fragmentStart:ot,fragmentEnd:st}=t;let Xt=this.assetCue;Xt?(Xt.startTime=ot,Xt.endTime=st):j&&(Xt=this.assetCue=ud(j,ot,st,{assetPlayerId:this.hls.config.assetPlayerId},"hlsjs.interstitial.asset"),Xt&&(Xt.id=s,this.id3Track||(this.id3Track=this.createTrack(this.media)),this.id3Track.addCue(Xt),Xt.addEventListener("enter",this.onEventCueEnter)))}if(!t.hasProgramDateTime)return;const{id3Track:q}=this,{dateRanges:V}=t,oe=Object.keys(V);let de=this.dateRangeCuesAppended;if(q&&n){var be;if((be=q.cues)!=null&&be.length){const ot=Object.keys(de).filter(st=>!oe.includes(st));for(let st=ot.length;st--;){var ke;const Xt=ot[st],ar=(ke=de[Xt])==null?void 0:ke.cues;delete de[Xt],ar&&Object.keys(ar).forEach(ur=>{const Sr=ar[ur];if(Sr){Sr.removeEventListener("enter",this.onEventCueEnter);try{q.removeCue(Sr)}catch(Ur){}}})}}else de=this.dateRangeCuesAppended={}}const Re=t.fragments[t.fragments.length-1];if(!(oe.length===0||!r(Re==null?void 0:Re.programDateTime))){this.id3Track||(this.id3Track=this.createTrack(this.media));for(let ot=0;ot<oe.length;ot++){const st=oe[ot],Xt=V[st],ar=Xt.startTime,ur=de[st],Sr=(ur==null?void 0:ur.cues)||{};let Ur=(ur==null?void 0:ur.durationKnown)||!1,mn=ed;const{duration:Zr,endDate:cn}=Xt;if(cn&&Zr!==null)mn=ar+Zr,Ur=!0;else if(Xt.endOnNext&&!Ur){const Xr=oe.reduce((Dn,wi)=>{if(wi!==Xt.id){const Qi=V[wi];if(Qi.class===Xt.class&&Qi.startDate>Xt.startDate&&(!Dn||Xt.startDate<Dn.startDate))return Qi}return Dn},null);Xr&&(mn=Xr.startTime,Ur=!0)}const un=Object.keys(Xt.attr);for(let Xr=0;Xr<un.length;Xr++){const Dn=un[Xr];if(!xo(Dn))continue;const wi=Sr[Dn];if(wi)Ur&&!(ur!=null&&ur.durationKnown)?wi.endTime=mn:Math.abs(wi.startTime-ar)>.01&&(wi.startTime=ar,wi.endTime=mn);else if(j){let Qi=Xt.attr[Dn];jo(Dn)&&(Qi=$(Qi));const qi=ud(j,ar,mn,{key:Dn,data:Qi},_n.dateRange);qi&&(qi.id=st,this.id3Track.addCue(qi),Sr[Dn]=qi,T&&(Dn==="X-ASSET-LIST"||Dn==="X-ASSET-URL")&&qi.addEventListener("enter",this.onEventCueEnter))}}de[st]={cues:Sr,dateRange:Xt,durationKnown:Ur}}}}}class Ad{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 j=this.targetLatency;if(j===null)return;const q=v-j,V=Math.min(this.maxLatency,j+s.targetduration);if(q<V&&q>.05&&this.forwardBufferLength>1){const de=Math.min(2,Math.max(1,T)),be=Math.round(2/(1+Math.exp(-.75*q-this.edgeStalled))*20)/20,ke=Math.min(de,Math.max(1,be));this.changeMediaPlaybackRate(n,ke)}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:j}=this.config,q=this.hls.userConfig;let V=j&&s||n;(this._targetLatencyUpdated||q.liveSyncDuration||q.liveSyncDurationCount||V===0)&&(V=w!==void 0?w:T*v);const oe=v;return V+Math.min(this.stallCount*this.config.liveSyncOnStallIncrease,oe)}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,j=v-(this.config.lowLatencyMode&&s.partTarget||s.targetduration);return Math.min(Math.max(T,w),j)}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 Cd extends pc{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 j=!1,q=!1,V=!1;n.levels.forEach(oe=>{const de=oe.attrs;let{audioCodec:be,videoCodec:ke}=oe;be&&(oe.audioCodec=be=vt(be,s)||void 0),ke&&(ke=oe.videoCodec=er(ke));const{width:Re,height:ot,unknownCodecs:st}=oe,Xt=(st==null?void 0:st.length)||0;if(j||(j=!!(Re&&ot)),q||(q=!!ke),V||(V=!!be),Xt||be&&!this.isAudioSupported(be)||ke&&!this.isVideoSupported(ke)){this.log(`Some or all CODECS not supported "${de.CODECS}"`);return}const{CODECS:ar,"FRAME-RATE":ur,"HDCP-LEVEL":Sr,"PATHWAY-ID":Ur,RESOLUTION:mn,"VIDEO-RANGE":Zr}=de,un=`${`${Ur||"."}-`}${oe.bitrate}-${mn}-${ur}-${ar}-${Zr}-${Sr}`;if(w[un])if(w[un].uri!==oe.url&&!oe.attrs["PATHWAY-ID"]){const Xr=T[un]+=1;oe.attrs["PATHWAY-ID"]=new Array(Xr+1).join(".");const Dn=this.createLevel(oe);w[un]=Dn,v.push(Dn)}else w[un].addGroupId("audio",de.AUDIO),w[un].addGroupId("text",de.SUBTITLES);else{const Xr=this.createLevel(oe);w[un]=Xr,T[un]=1,v.push(Xr)}}),this.filterAndSortMediaOptions(v,n,j,q,V)}createLevel(t){const n=new Gi(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=jt(v,[])}return n}isAudioSupported(t){return Ce(t,"audio",this.hls.config.preferManagedMediaSource)}isVideoSupported(t){return Ce(t,"video",this.hls.config.preferManagedMediaSource)}filterAndSortMediaOptions(t,n,s,v,w){var T;let j=[],q=[],V=t;const oe=((T=n.stats)==null?void 0:T.parsing)||{};if((s||v)&&w&&(V=V.filter(({videoCodec:ar,videoRange:ur,width:Sr,height:Ur})=>(!!ar||!!(Sr&&Ur))&&Bi(ur))),V.length===0){Promise.resolve().then(()=>{if(this.hls){let ar="no level with compatible codecs found in manifest",ur=ar;n.levels.length&&(ur=`one or more CODECS in variant not supported: ${Ji(n.levels.map(Ur=>Ur.attrs.CODECS).filter((Ur,mn,Zr)=>Zr.indexOf(Ur)===mn))}`,this.warn(ur),ar+=` (${ur})`);const Sr=new Error(ar);this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:n.url,error:Sr,reason:ur})}}),oe.end=performance.now();return}n.audioTracks&&(j=n.audioTracks.filter(ar=>!ar.audioCodec||this.isAudioSupported(ar.audioCodec)),hd(j)),n.subtitles&&(q=n.subtitles,hd(q));const de=V.slice(0);V.sort((ar,ur)=>{if(ar.attrs["HDCP-LEVEL"]!==ur.attrs["HDCP-LEVEL"])return(ar.attrs["HDCP-LEVEL"]||"")>(ur.attrs["HDCP-LEVEL"]||"")?1:-1;if(s&&ar.height!==ur.height)return ar.height-ur.height;if(ar.frameRate!==ur.frameRate)return ar.frameRate-ur.frameRate;if(ar.videoRange!==ur.videoRange)return ii.indexOf(ar.videoRange)-ii.indexOf(ur.videoRange);if(ar.videoCodec!==ur.videoCodec){const Sr=xe(ar.videoCodec),Ur=xe(ur.videoCodec);if(Sr!==Ur)return Ur-Sr}if(ar.uri===ur.uri&&ar.codecSet!==ur.codecSet){const Sr=dt(ar.codecSet),Ur=dt(ur.codecSet);if(Sr!==Ur)return Ur-Sr}return ar.averageBitrate!==ur.averageBitrate?ar.averageBitrate-ur.averageBitrate:0});let be=de[0];if(this.steering&&(V=this.steering.filterParsedLevels(V),V.length!==de.length)){for(let ar=0;ar<de.length;ar++)if(de[ar].pathwayId===V[0].pathwayId){be=de[ar];break}}this._levels=V;for(let ar=0;ar<V.length;ar++)if(V[ar]===be){var ke;this._firstLevel=ar;const ur=be.bitrate,Sr=this.hls.bandwidthEstimate;if(this.log(`manifest loaded, ${V.length} level(s) found, first bitrate: ${ur}`),((ke=this.hls.userConfig)==null?void 0:ke.abrEwmaDefaultEstimate)===void 0){const Ur=Math.min(ur,this.hls.config.abrEwmaDefaultEstimateMax);Ur>Sr&&Sr===this.hls.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=Ur)}break}const Re=w&&!v,ot=this.hls.config,st=!!(ot.audioStreamController&&ot.audioTrackController),Xt={levels:V,audioTracks:j,subtitleTracks:q,sessionData:n.sessionData,sessionKeys:n.sessionKeys,firstLevel:this._firstLevel,stats:n.stats,audio:w,video:v,altAudio:st&&!Re&&j.some(ar=>!!ar.url)};oe.end=performance.now(),this.hls.trigger(o.MANIFEST_PARSED,Xt)}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 oe=new Error("invalid level idx"),de=t<0;if(this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.LEVEL_SWITCH_ERROR,level:t,fatal:de,error:oe,reason:oe.message}),de)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],j=T.attrs["PATHWAY-ID"];if(this.currentLevelIndex=t,this.currentLevel=T,s===t&&v&&w===j)return;this.log(`Switching to level ${t} (${T.height?T.height+"p ":""}${T.videoRange?T.videoRange+" ":""}${T.codecSet?T.codecSet+" ":""}@${T.bitrate})${j?" with Pathway "+j:""} from level ${s}${w?" with Pathway "+w:""}`);const q={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,q);const V=T.details;if(!V||V.live){const oe=this.switchParams(T.uri,v==null?void 0:v.details,V);this.loadPlaylist(oe)}}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 j;this.warn(`Invalid level index ${v}`),(j=n.deliveryDirectives)!=null&&j.skip&&(w.deltaUpdateFailed=!0);return}if(T===this.currentLevel||n.withoutMultiVariant){T.fragmentError===0&&(T.loadError=0);let q=T.details;q===n.details&&q.advanced&&(q=void 0),this.playlistLoaded(v,n,q)}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,j=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:""}${j&&T.live?" age "+j.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(j=>j.level=-1)),!1));hs(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 hd(O){const t={};O.forEach(n=>{const s=n.groupId||"";n.id=t[s]=t[s]||0,t[s]++})}function pd(){return self.SourceBuffer||self.WebKitSourceBuffer}function md(){if(!ae())return!1;const t=pd();return!t||t.prototype&&typeof t.prototype.appendBuffer=="function"&&typeof t.prototype.remove=="function"}function Td(){if(!md())return!1;const O=ae();return typeof(O==null?void 0:O.isTypeSupported)=="function"&&(["avc1.42E01E,mp4a.40.2","av01.0.01M.08","vp09.00.50.08"].some(t=>O.isTypeSupported(Ue(t,"video")))||["mp4a.40.2","fLaC"].some(t=>O.isTypeSupported(Ue(t,"audio"))))}function Pd(){var O;const t=pd();return typeof(t==null||(O=t.prototype)==null?void 0:O.changeType)=="function"}const vd=100;class gd extends Nt{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(vd),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=Ie.IDLE,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}else this._forceStartLoad=!0,this.state=Ie.STOPPED}stopLoad(){this._forceStartLoad=!1,super.stopLoad()}doTick(){switch(this.state){case Ie.WAITING_LEVEL:{const{levels:t,level:n}=this,s=t==null?void 0:t[n],v=s==null?void 0:s.details;if(v&&(!v.live||this.levelLastLoaded===s&&!this.waitForLive(s))){if(this.waitForCdnTuneIn(v))break;this.state=Ie.IDLE;break}else if(this.hls.nextLoadLevel!==this.level){this.state=Ie.IDLE;break}break}case Ie.FRAG_LOADING_WAITING_RETRY:this.checkRetryDate();break}this.state===Ie.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],j=this.getMainFwdBufferInfo();if(j===null)return;const q=this.getLevelDetails();if(q&&this._streamEnded(j,q)){const ot={};this.altAudio===2&&(ot.type="video"),this.hls.trigger(o.BUFFER_EOS,ot),this.state=Ie.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 V=T.details;if(!V||this.state===Ie.WAITING_LEVEL||this.waitForLive(T)){this.level=w,this.state=Ie.WAITING_LEVEL,this.startFragRequested=!1;return}const oe=j.len,de=this.getMaxBufferLength(T.maxBitrate);if(oe>=de)return;this.backtrackFragment&&this.backtrackFragment.start>j.end&&(this.backtrackFragment=null);const be=this.backtrackFragment?this.backtrackFragment.start:j.end;let ke=this.getNextFragment(be,V);if(this.couldBacktrack&&!this.fragPrevious&&ke&&Ee(ke)&&this.fragmentTracker.getState(ke)!==hn.OK){var Re;const st=((Re=this.backtrackFragment)!=null?Re:ke).sn-V.startSN,Xt=V.fragments[st-1];Xt&&ke.cc===Xt.cc&&(ke=Xt,this.fragmentTracker.removeFragment(Xt))}else this.backtrackFragment&&j.len&&(this.backtrackFragment=null);if(ke&&this.isLoopLoading(ke,be)){if(!ke.gap){const st=this.audioOnly&&!this.altAudio?ne.AUDIO:ne.VIDEO,Xt=(st===ne.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;Xt&&this.afterBufferFlushed(Xt,st,u.MAIN)}ke=this.getNextFragmentLoopLoading(ke,V,j,u.MAIN,de)}ke&&(ke.initSegment&&!ke.initSegment.data&&!this.bitrateTest&&(ke=ke.initSegment),this.loadFragment(ke,T,be))}loadFragment(t,n,s){const v=this.fragmentTracker.getState(t);v===hn.NOT_LOADED||v===hn.PARTIAL?Ee(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 j=this.getMainFwdBufferInfo();if(!j||j.len<w.targetduration*2)return}if(!n.paused&&t){const j=this.hls.nextLoadLevel,q=t[j],V=this.fragLastKbps;V&&this.fragCurrent?s=this.fragCurrent.duration*q.maxBitrate/(1e3*V)+1:s=0}else s=0;const T=this.getBufferedFrag(n.currentTime+s);if(T){const j=this.followingBufferedFrag(T);if(j){this.abortCurrentFrag();const q=j.maxStartPTS?j.maxStartPTS:j.start,V=j.duration,oe=Math.max(T.end,q+Math.min(Math.max(V-this.config.maxFragLookUpTolerance,V*(this.couldBacktrack?.5:.125)),V*(this.couldBacktrack?.75:.25)));this.flushMainBuffer(oe,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 Ie.KEY_LOADING:case Ie.FRAG_LOADING:case Ie.FRAG_LOADING_WAITING_RETRY:case Ie.PARSING:case Ie.PARSED:this.state=Ie.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;ja(s,"playing",this.onMediaPlaying),ja(s,"seeked",this.onMediaSeeked)}onMediaDetaching(t,n){const{media:s}=this;s&&(fs(s,"playing",this.onMediaPlaying),fs(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;for(let w=0;w<n.levels.length;w++){const T=n.levels[w].audioCodec;T&&(s=s||T.indexOf("mp4a.40.2")!==-1,v=v||T.indexOf("mp4a.40.5")!==-1)}this.audioCodecSwitch=s&&v&&!Pd(),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!==Ie.IDLE)return;const v=n.levelInfo;(!v.details||v.details.live&&(this.levelLastLoaded!==v||v.details.expired)||this.waitForCdnTuneIn(v.details))&&(this.state=Ie.WAITING_LEVEL)}onLevelLoaded(t,n){var s;const{levels:v,startFragRequested:w}=this,T=n.level,j=n.details,q=j.totalduration;if(!v){this.warn(`Levels were reset while loading level ${T}`);return}this.log(`Level ${T} loaded [${j.startSN},${j.endSN}]${j.lastPartSn?`[part-${j.lastPartSn}-${j.lastPartIndex}]`:""}, cc [${j.startCC}, ${j.endCC}] duration:${q}`);const V=n.levelInfo,oe=this.fragCurrent;oe&&(this.state===Ie.FRAG_LOADING||this.state===Ie.FRAG_LOADING_WAITING_RETRY)&&oe.level!==n.level&&oe.loader&&this.abortCurrentFrag();let de=0;if(j.live||(s=V.details)!=null&&s.live){var be;if(this.checkLiveUpdate(j),j.deltaUpdateFailed)return;de=this.alignPlaylists(j,V.details,(be=this.levelLastLoaded)==null?void 0:be.details)}if(V.details=j,this.levelLastLoaded=V,w||this.setStartPosition(j,de),this.hls.trigger(o.LEVEL_UPDATED,{details:j,level:T}),this.state===Ie.WAITING_LEVEL){if(this.waitForCdnTuneIn(j))return;this.state=Ie.IDLE}w&&j.live&&this.synchronizeToLiveEdge(j),this.tick()}synchronizeToLiveEdge(t){const{config:n,media:s}=this;if(!s)return;const v=this.hls.liveSyncPosition,w=this.getLoadPosition(),T=t.fragmentStart,j=t.edge,q=w>=T-n.maxFragLookUpTolerance&&w<=j;if(v!==null&&s.duration>v&&(w<v||!q)){const oe=n.liveMaxLatencyDuration!==void 0?n.liveMaxLatencyDuration:n.liveMaxLatencyDurationCount*t.targetduration;if((!q&&s.readyState<4||w<j-oe)&&(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: ${j}, reset currentTime to : ${v.toFixed(3)}`),this.config.liveSyncMode==="buffered"){var V;const de=di.bufferInfo(s,v,0);if(!((V=de.buffered)!=null&&V.length)){s.currentTime=v;return}if(de.start<=w){s.currentTime=v;return}const{nextStart:ke}=di.bufferedInfo(de.buffered,w,0);ke&&(s.currentTime=ke)}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 j=T[s.level];if(!j){this.warn(`Level ${s.level} not found on progress`);return}const q=j.details;if(!q){this.warn(`Dropping fragment ${s.sn} of level ${s.level} after level details were reset`),this.fragmentTracker.removeFragment(s);return}const V=j.videoCodec,oe=q.PTSKnown||!q.live,de=(n=s.initSegment)==null?void 0:n.data,be=this._getAudioCodec(j),ke=this.transmuxer=this.transmuxer||new al(this.hls,u.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),Re=v?v.index:-1,ot=Re!==-1,st=new No(s.level,s.sn,s.stats.chunkCount,w.byteLength,Re,ot),Xt=this.initPTS[s.cc];ke.push(w,de,be,V,s,v,q.totalduration,oe,st,Xt)}onAudioTrackSwitching(t,n){const s=this.hls,v=this.altAudio!==0;if(it(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.altAudio=0,this.fragmentTracker.removeAllFragments(),s.once(o.BUFFER_FLUSHED,()=>{this.hls&&this.hls.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=it(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 j in s){const q=s[j];if(q.id==="main"){if(w=j,v=q,j==="video"){const V=s[j];V&&(this.videoBuffer=V.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===Ie.PARSED&&(this.state=Ie.IDLE);return}const j=v?v.stats:s.stats;this.fragLastKbps=Math.round(8*j.total/(j.buffering.end-j.loading.first)),Ee(s)&&(this.fragPrevious=s),this.fragBufferedComplete(s,v)}const T=this.media;T&&(!this._hasEnoughToStart&&di.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=Ie.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===Ie.WAITING_LEVEL&&((s=n.context)==null?void 0:s.type)===h.LEVEL&&(this.state=Ie.IDLE);break;case f.BUFFER_ADD_CODEC_ERROR:case f.BUFFER_APPEND_ERROR:if(n.parent!=="main")return;this.reduceLengthAndFlushBuffer(n)&&this.resetLoadingState();break;case f.BUFFER_FULL_ERROR:if(n.parent!=="main")return;this.reduceLengthAndFlushBuffer(n)&&(!this.config.interstitialsController&&this.config.assetPlayerId?this._hasEnoughToStart=!0:this.flushMainBuffer(0,Number.POSITIVE_INFINITY));break;case f.INTERNAL_EXCEPTION:this.recoverWorkerError(n);break}}onFragLoadEmergencyAborted(){this.state=Ie.IDLE,this._hasEnoughToStart||(this.startFragRequested=!1,this.nextLoadPosition=this.lastCurrentTime),this.tickImmediate()}onBufferFlushed(t,{type:n}){if(n!==ne.AUDIO||!this.altAudio){const s=(n===ne.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=di.getBuffered(t),j=T.length?T.start(0):0,q=j-s,V=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||q>0&&(q<V||this.loadingParts&&q<2*((w==null?void 0:w.partTarget)||0)))&&(this.log(`adjusting start position by ${q} to match buffer start`),s+=q,this.startPosition=s),n<s&&(this.log(`seek to target start position ${s} from current time ${n} buffer start ${j}`),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=Ie.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}).catch(s=>{this.state===Ie.STOPPED||this.state===Ie.ERROR||(this.warn(s),this.resetFragmentLoading(t))})}_handleTransmuxComplete(t){const n=this.playlistType,{hls:s}=this,{remuxResult:v,chunkMeta:w}=t,T=this.getCurrentContext(w);if(!T){this.resetWhenMissingContext(w);return}const{frag:j,part:q,level:V}=T,{video:oe,text:de,id3:be,initSegment:ke}=v,{details:Re}=V,ot=this.altAudio?void 0:v.audio;if(this.fragContextChanged(j)){this.fragmentTracker.removeFragment(j);return}if(this.state=Ie.PARSING,ke){const st=ke.tracks;if(st){const Sr=j.initSegment||j;if(this.unhandledEncryptionError(ke,j))return;this._bufferInitSegment(V,st,Sr,w),s.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:Sr,id:n,tracks:st})}const Xt=ke.initPTS,ar=ke.timescale,ur=this.initPTS[j.cc];if(r(Xt)&&(!ur||ur.baseTime!==Xt||ur.timescale!==ar)){const Sr=ke.trackId;this.initPTS[j.cc]={baseTime:Xt,timescale:ar,trackId:Sr},s.trigger(o.INIT_PTS_FOUND,{frag:j,id:n,initPTS:Xt,timescale:ar,trackId:Sr})}}if(oe&&Re){ot&&oe.type==="audiovideo"&&this.logMuxedErr(j);const st=Re.fragments[j.sn-1-Re.startSN],Xt=j.sn===Re.startSN,ar=!st||j.cc>st.cc;if(v.independent!==!1){const{startPTS:ur,endPTS:Sr,startDTS:Ur,endDTS:mn}=oe;if(q)q.elementaryStreams[oe.type]={startPTS:ur,endPTS:Sr,startDTS:Ur,endDTS:mn};else if(oe.firstKeyFrame&&oe.independent&&w.id===1&&!ar&&(this.couldBacktrack=!0),oe.dropped&&oe.independent){const Zr=this.getMainFwdBufferInfo(),cn=(Zr?Zr.end:this.getLoadPosition())+this.config.maxBufferHole,un=oe.firstKeyFramePTS?oe.firstKeyFramePTS:ur;if(!Xt&&cn<un-this.config.maxBufferHole&&!ar){this.backtrack(j);return}else ar&&(j.gap=!0);j.setElementaryStreamInfo(oe.type,j.start,Sr,j.start,mn,!0)}else Xt&&ur-(Re.appliedTimelineOffset||0)>In&&(j.gap=!0);j.setElementaryStreamInfo(oe.type,ur,Sr,Ur,mn),this.backtrackFragment&&(this.backtrackFragment=j),this.bufferFragmentData(oe,j,q,w,Xt||ar)}else if(Xt||ar)j.gap=!0;else{this.backtrack(j);return}}if(ot){const{startPTS:st,endPTS:Xt,startDTS:ar,endDTS:ur}=ot;q&&(q.elementaryStreams[ne.AUDIO]={startPTS:st,endPTS:Xt,startDTS:ar,endDTS:ur}),j.setElementaryStreamInfo(ne.AUDIO,st,Xt,ar,ur),this.bufferFragmentData(ot,j,q,w)}if(Re&&be!=null&&be.samples.length){const st={id:n,frag:j,details:Re,samples:be.samples};s.trigger(o.FRAG_PARSING_METADATA,st)}if(Re&&de){const st={id:n,frag:j,details:Re,samples:de.samples};s.trigger(o.FRAG_PARSING_USERDATA,st)}}logMuxedErr(t){this.warn(`${Ee(t)?"Media":"Init"} segment with muxed audiovideo where only video expected: ${t.url}`)}_bufferInitSegment(t,n,s,v){if(this.state!==Ie.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:j}=n;if(w){const V=t.audioCodec;let oe=sn(w.codec,V);oe==="mp4a"&&(oe="mp4a.40.5");const de=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){oe&&(oe.indexOf("mp4a.40.5")!==-1?oe="mp4a.40.2":oe="mp4a.40.5");const be=w.metadata;be&&"channelCount"in be&&(be.channelCount||1)!==1&&de.indexOf("firefox")===-1&&(oe="mp4a.40.5")}oe&&oe.indexOf("mp4a.40.5")!==-1&&de.indexOf("android")!==-1&&w.container!=="audio/mpeg"&&(oe="mp4a.40.2",this.log(`Android: force audio codec to ${oe}`)),V&&V!==oe&&this.log(`Swapping manifest audio codec "${V}" for "${oe}"`),w.levelCodec=oe,w.id=u.MAIN,this.log(`Init audio buffer, container:${w.container}, codecs[selected/level/parsed]=[${oe||""}/${V||""}/${w.codec}]`),delete n.audiovideo}if(T){T.levelCodec=t.videoCodec,T.id=u.MAIN;const V=T.codec;if((V==null?void 0:V.length)===4)switch(V){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||""}/${V}]${T.codec!==V?" parsed-corrected="+T.codec:""}${T.supplemental?" supplemental="+T.supplemental:""}`),delete n.audiovideo}j&&(this.log(`Init audiovideo buffer, container:${j.container}, codecs[level/parsed]=[${t.codecs}/${j.codec}]`),delete n.video,delete n.audio);const q=Object.keys(n);if(q.length){if(this.hls.trigger(o.BUFFER_CODECS,n),!this.hls)return;q.forEach(V=>{const de=n[V].initSegment;de!=null&&de.byteLength&&this.hls.trigger(o.BUFFER_APPENDING,{type:V,data:de,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=Ie.IDLE}checkFragmentChanged(){const t=this.media;let n=null;if(t&&t.readyState>1&&t.seeking===!1){const s=t.currentTime;if(di.isBuffered(t,s)?n=this.getAppendedFrag(s):di.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?dr(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 Id extends R{constructor(t,n){super("key-loader",n),this.config=void 0,this.keyIdToKeyInfo={},this.emeController=null,this.config=t}abort(t){for(const s in this.keyIdToKeyInfo){const v=this.keyIdToKeyInfo[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.keyIdToKeyInfo){const n=this.keyIdToKeyInfo[t];(n.mediaKeySessionContext||n.decryptdata.isCommonEncryption)&&delete this.keyIdToKeyInfo[t]}}destroy(){this.detach();for(const t in this.keyIdToKeyInfo){const n=this.keyIdToKeyInfo[t].loader;n&&n.destroy()}this.keyIdToKeyInfo={}}createKeyLoadError(t,n=f.KEY_LOAD_ERROR,s,v,w){return new ta({type:c.NETWORK_ERROR,details:n,fatal:!1,frag:t,response:w,error:s,networkDetails:v})}loadClear(t,n,s){if(this.emeController&&this.config.emeEnabled&&!this.emeController.getSelectedKeySystemFormats().length){if(n.length)for(let v=0,w=n.length;v<w;v++){const T=n[v];if(t.cc<=T.cc&&(!Ee(t)||!Ee(T)||t.sn<T.sn)||!s&&v==w-1)return this.emeController.selectKeySystemFormat(T).then(j=>{if(!this.emeController)return;T.setKeyFormat(j);const q=Ko(j);if(q)return this.emeController.getKeySystemAccess([q])})}if(this.config.requireKeySystemAccessOnStart){const v=nu(this.config);if(v.length)return this.emeController.getKeySystemAccess(v)}}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 V=new Error(n?`Expected frag.decryptdata to be defined after setting format ${n}`:`Missing decryption data on fragment in onKeyLoading (emeEnabled with controller: ${this.emeController&&this.config.emeEnabled})`);return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,V))}const T=w.uri;if(!T)return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,new Error(`Invalid key URI: "${T}"`)));const j=ld(w);let q=this.keyIdToKeyInfo[j];if((s=q)!=null&&s.decryptdata.key)return w.key=q.decryptdata.key,Promise.resolve({frag:t,keyInfo:q});if(this.emeController&&(v=q)!=null&&v.keyLoadPromise)switch(this.emeController.getKeyStatus(q.decryptdata)){case"usable":case"usable-in-future":return q.keyLoadPromise.then(oe=>{const{keyInfo:de}=oe;return w.key=de.decryptdata.key,{frag:t,keyInfo:de}})}switch(this.log(`${this.keyIdToKeyInfo[j]?"Rel":"L"}oading${w.keyId?" keyId: "+Y(w.keyId):""} URI: ${w.uri} from ${t.type} ${t.level}`),q=this.keyIdToKeyInfo[j]={decryptdata:w,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},w.method){case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return w.keyFormat==="identity"?this.loadKeyHTTP(q,t):this.loadKeyEME(q,t);case"AES-128":case"AES-256":case"AES-256-CTR":return this.loadKeyHTTP(q,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){var v;if(!t.decryptdata.keyId&&(v=n.initSegment)!=null&&v.data){const T=Ct(n.initSegment.data);if(T.length){let j=T[0];j.some(q=>q!==0)?(this.log(`Using keyId found in init segment ${Y(j)}`),Ao.setKeyIdForUri(t.decryptdata.uri,j)):(j=Ao.addKeyIdForUri(t.decryptdata.uri),this.log(`Generating keyId to patch media ${Y(j)}`)),t.decryptdata.keyId=j}}if(!t.decryptdata.keyId&&!Ee(n))return Promise.resolve(s);const w=this.emeController.loadKey(s);return(t.keyLoadPromise=w.then(T=>(t.mediaKeySessionContext=T,s))).catch(T=>{throw t.keyLoadPromise=null,"data"in T&&(T.data.frag=n),T})}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,j)=>{const q={keyInfo:t,frag:n,responseType:"arraybuffer",url:t.decryptdata.uri},V=s.keyLoadPolicy.default,oe={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},de={onSuccess:(be,ke,Re,ot)=>{const{frag:st,keyInfo:Xt}=Re,ar=ld(Xt.decryptdata);if(!st.decryptdata||Xt!==this.keyIdToKeyInfo[ar])return j(this.createKeyLoadError(st,f.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),ot));Xt.decryptdata.key=st.decryptdata.key=new Uint8Array(be.data),st.keyLoader=null,Xt.loader=null,T({frag:st,keyInfo:Xt})},onError:(be,ke,Re,ot)=>{this.resetLoader(ke),j(this.createKeyLoadError(n,f.KEY_LOAD_ERROR,new Error(`HTTP Error ${be.code} loading key ${be.text}`),Re,b({url:q.url,data:void 0},be)))},onTimeout:(be,ke,Re)=>{this.resetLoader(ke),j(this.createKeyLoadError(n,f.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),Re))},onAbort:(be,ke,Re)=>{this.resetLoader(ke),j(this.createKeyLoadError(n,f.INTERNAL_ABORTED,new Error("key loading aborted"),Re))}};w.load(q,oe,de)})}resetLoader(t){const{frag:n,keyInfo:s,url:v}=t,w=s.loader;n.keyLoader===w&&(n.keyLoader=null,s.loader=null);const T=ld(s.decryptdata)||v;delete this.keyIdToKeyInfo[T],w&&w.destroy()}}function ld(O){if(O.keyFormat!==gs.FAIRPLAY){const t=O.keyId;if(t)return Y(t)}return O.uri}function _d(O){const{type:t}=O;switch(t){case h.AUDIO_TRACK:return u.AUDIO;case h.SUBTITLE_TRACK:return u.SUBTITLE;default:return u.MAIN}}function cd(O,t){let n=O.url;return(n===void 0||n.indexOf("data:")===0)&&(n=t.url),n}class td{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:j,levelInfo:q}=n;this.load({id:s,level:v,pathwayId:w,responseType:"text",type:h.LEVEL,url:T,deliveryDirectives:j,levelOrTrack:q})}onAudioTrackLoading(t,n){const{id:s,groupId:v,url:w,deliveryDirectives:T,track:j}=n;this.load({id:s,groupId:v,level:null,responseType:"text",type:h.AUDIO_TRACK,url:w,deliveryDirectives:T,levelOrTrack:j})}onSubtitleTrackLoading(t,n){const{id:s,groupId:v,url:w,deliveryDirectives:T,track:j}=n;this.load({id:s,groupId:v,level:null,responseType:"text",type:h.SUBTITLE_TRACK,url:w,deliveryDirectives:T,levelOrTrack:j})}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 V=this.hls.logger,oe=v.context;if(oe&&oe.levelOrTrack===t.levelOrTrack&&(oe.url===t.url||oe.deliveryDirectives&&!t.deliveryDirectives)){oe.url===t.url?V.log(`[playlist-loader]: ignore ${t.url} ongoing request`):V.log(`[playlist-loader]: ignore ${t.url} in favor of ${oe.url}`);return}V.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 V;if(t.type===h.LEVEL&&t.level!==null?V=this.hls.levels[t.level].details:t.type===h.AUDIO_TRACK&&t.id!==null?V=this.hls.audioTracks[t.id].details:t.type===h.SUBTITLE_TRACK&&t.id!==null&&(V=this.hls.subtitleTracks[t.id].details),V){const oe=V.partTarget,de=V.targetduration;if(oe&&de){const be=Math.max(oe*3,de*.8)*1e3;w=y({},w,{maxTimeToFirstByteMs:Math.min(be,w.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(be,w.maxTimeToFirstByteMs)})}}}const T=w.errorRetry||w.timeoutRetry||{},j={loadPolicy:w,timeout:w.maxLoadTimeMs,maxRetry:T.maxNumRetry||0,retryDelay:T.retryDelayMs||0,maxRetryDelay:T.maxRetryDelayMs||0},q={onSuccess:(V,oe,de,be)=>{const ke=this.getInternalLoader(de);this.resetInternalLoader(de.type);const Re=V.data;oe.parsing.start=performance.now(),su.isMediaPlaylist(Re)||de.type!==h.MANIFEST?this.handleTrackOrLevelPlaylist(V,oe,de,be||null,ke):this.handleMasterPlaylist(V,oe,de,be)},onError:(V,oe,de,be)=>{this.handleNetworkError(oe,de,!1,V,be)},onTimeout:(V,oe,de)=>{this.handleNetworkError(oe,de,!0,void 0,V)}};v.load(t,j,q)}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,j=cd(t,s),q=su.parseMasterPlaylist(T,j);if(q.playlistParsingError){n.parsing.end=performance.now(),this.handleManifestParsingError(t,s,q.playlistParsingError,v,n);return}const{contentSteering:V,levels:oe,sessionData:de,sessionKeys:be,startTimeOffset:ke,variableList:Re}=q;this.variableList=Re,oe.forEach(ar=>{const{unknownCodecs:ur}=ar;if(ur){const{preferManagedMediaSource:Sr}=this.hls.config;let{audioCodec:Ur,videoCodec:mn}=ar;for(let Zr=ur.length;Zr--;){const cn=ur[Zr];Ce(cn,"audio",Sr)?(ar.audioCodec=Ur=Ur?`${Ur},${cn}`:cn,$t.audio[Ur.substring(0,4)]=2,ur.splice(Zr,1)):Ce(cn,"video",Sr)&&(ar.videoCodec=mn=mn?`${mn},${cn}`:cn,$t.video[mn.substring(0,4)]=2,ur.splice(Zr,1))}}});const{AUDIO:ot=[],SUBTITLES:st,"CLOSED-CAPTIONS":Xt}=su.parseMasterPlaylistMedia(T,j,q);ot.length&&!ot.some(ur=>!ur.url)&&oe[0].audioCodec&&!oe[0].attrs.AUDIO&&(this.hls.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),ot.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new Ni({}),bitrate:0,url:""})),w.trigger(o.MANIFEST_LOADED,{levels:oe,audioTracks:ot,subtitles:st,captions:Xt,contentSteering:V,url:j,stats:n,networkDetails:v,sessionData:de,sessionKeys:be,startTimeOffset:ke,variableList:Re})}handleTrackOrLevelPlaylist(t,n,s,v,w){const T=this.hls,{id:j,level:q,type:V}=s,oe=cd(t,s),de=r(q)?q:r(j)?j:0,be=_d(s),ke=su.parseLevelPlaylist(t.data,oe,de,be,0,this.variableList);if(V===h.MANIFEST){const Re={attrs:new Ni({}),bitrate:0,details:ke,name:"",url:oe};ke.requestScheduled=n.loading.start+Ai(ke,0),T.trigger(o.MANIFEST_LOADED,{levels:[Re],audioTracks:[],url:oe,stats:n,networkDetails:v,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}n.parsing.end=performance.now(),s.levelDetails=ke,this.handlePlaylistLoaded(ke,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 j=new Error(T);this.hls.logger.warn(`[playlist-loader]: ${T}`);let q=f.UNKNOWN,V=!1;const oe=this.getInternalLoader(t);switch(t.type){case h.MANIFEST:q=s?f.MANIFEST_LOAD_TIMEOUT:f.MANIFEST_LOAD_ERROR,V=!0;break;case h.LEVEL:q=s?f.LEVEL_LOAD_TIMEOUT:f.LEVEL_LOAD_ERROR,V=!1;break;case h.AUDIO_TRACK:q=s?f.AUDIO_TRACK_LOAD_TIMEOUT:f.AUDIO_TRACK_LOAD_ERROR,V=!1;break;case h.SUBTITLE_TRACK:q=s?f.SUBTITLE_TRACK_LOAD_TIMEOUT:f.SUBTITLE_LOAD_ERROR,V=!1;break}oe&&this.resetInternalLoader(t.type);const de={type:c.NETWORK_ERROR,details:q,fatal:V,url:t.url,loader:oe,context:t,error:j,networkDetails:n,stats:w};if(v){const be=(n==null?void 0:n.url)||t.url;de.response=b({url:be,data:void 0},v)}this.hls.trigger(o.ERROR,de)}handlePlaylistLoaded(t,n,s,v,w,T){const j=this.hls,{type:q,level:V,levelOrTrack:oe,id:de,groupId:be,deliveryDirectives:ke}=v,Re=cd(n,v),ot=_d(v);let st=typeof v.level=="number"&&ot===u.MAIN?V:void 0;const Xt=t.playlistParsingError;if(Xt){if(this.hls.logger.warn(`${Xt} ${t.url}`),!j.config.ignorePlaylistParsingErrors){j.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_PARSING_ERROR,fatal:!1,url:Re,error:Xt,reason:Xt.message,response:n,context:v,level:st,parent:ot,networkDetails:w,stats:s});return}t.playlistParsingError=null}if(!t.fragments.length){const ar=t.playlistParsingError=new Error("No Segments found in Playlist");j.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_EMPTY_ERROR,fatal:!1,url:Re,error:ar,reason:ar.message,response:n,context:v,level:st,parent:ot,networkDetails:w,stats:s});return}switch(t.live&&T&&(T.getCacheAge&&(t.ageHeader=T.getCacheAge()||0),(!T.getCacheAge||isNaN(t.ageHeader))&&(t.ageHeader=0)),q){case h.MANIFEST:case h.LEVEL:if(st){if(!oe)st=0;else if(oe!==j.levels[st]){const ar=j.levels.indexOf(oe);ar>-1&&(st=ar)}}j.trigger(o.LEVEL_LOADED,{details:t,levelInfo:oe||j.levels[0],level:st||0,id:de||0,stats:s,networkDetails:w,deliveryDirectives:ke,withoutMultiVariant:q===h.MANIFEST});break;case h.AUDIO_TRACK:j.trigger(o.AUDIO_TRACK_LOADED,{details:t,track:oe,id:de||0,groupId:be||"",stats:s,networkDetails:w,deliveryDirectives:ke});break;case h.SUBTITLE_TRACK:j.trigger(o.SUBTITLE_TRACK_LOADED,{details:t,track:oe,id:de||0,groupId:be||"",stats:s,networkDetails:w,deliveryDirectives:ke});break}}}class Pf{static get version(){return ni}static isMSESupported(){return md()}static isSupported(){return Td()}static getMediaSource(){return ae()}static get Events(){return o}static get MetadataSchema(){return _n}static get ErrorTypes(){return c}static get ErrorDetails(){return f}static get DefaultConfig(){return Pf.defaultConfig?Pf.defaultConfig:za}static set DefaultConfig(t){Pf.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 ti,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=an(Pf.DefaultConfig,t,n);this.userConfig=t,s.progressive&&nn(s,n);const{abrController:v,bufferController:w,capLevelController:T,errorController:j,fpsController:q}=s,V=new j(this),oe=this.abrController=new v(this),de=new Ei(this),be=s.interstitialsController,ke=be?this.interstitialsController=new be(this,Pf):null,Re=this.bufferController=new w(this,de),ot=this.capLevelController=new T(this),st=new q(this),Xt=new td(this),ar=s.contentSteeringController,ur=ar?new ar(this):null,Sr=this.levelController=new Cd(this,ur),Ur=new Sd(this),mn=new Id(this.config,this.logger),Zr=this.streamController=new gd(this,de,mn),cn=this.gapController=new Xa(this,de);ot.setStreamController(Zr),st.setStreamController(Zr);const un=[Xt,Sr,Zr];ke&&un.splice(1,0,ke),ur&&un.splice(1,0,ur),this.networkControllers=un;const Xr=[oe,Re,cn,ot,st,Ur,de];this.audioTrackController=this.createController(s.audioTrackController,un);const Dn=s.audioStreamController;Dn&&un.push(this.audioStreamController=new Dn(this,de,mn)),this.subtitleTrackController=this.createController(s.subtitleTrackController,un);const wi=s.subtitleStreamController;wi&&un.push(this.subtititleStreamController=new wi(this,de,mn)),this.createController(s.timelineController,Xr),mn.emeController=this.emeController=this.createController(s.emeController,Xr),this.cmcdController=this.createController(s.cmcdController,Xr),this.latencyController=this.createController(Ad,Xr),this.coreComponents=Xr,un.push(V);const Qi=V.onErrorOut;typeof Qi=="function"&&this.on(o.ERROR,Qi,V),this.on(o.MANIFEST_LOADED,Xt.onManifestLoaded,Xt)}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=Z.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=Jc()),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){Vr(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=Ia(n);return yr(t,s,navigator.mediaCapabilities)}}Pf.defaultConfig=void 0},53280:function(d,g,e){"use strict";e.d(g,{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,A=0;function k(){m&&clearTimeout(m)}function R(I){var M=I||{},B=M.upcomingOnly,N=B===void 0?!1:B;k(),b=!N}function S(){for(var I=arguments.length,M=new Array(I),B=0;B<I;B++)M[B]=arguments[B];var N=this,K=Date.now()-A;if(b)return;function G(){A=Date.now(),c.apply(N,M)}function H(){m=void 0}!x&&y&&!m&&G(),k(),y===void 0&&K>l?x?(A=Date.now(),u||(m=setTimeout(y?H:G,l))):G():u!==!0&&(m=setTimeout(y?H:G,y===void 0?l-K:l))}return S.cancel=R,S}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 g=__webpack_module_cache__[d];if(g!==void 0)return g.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 g=d&&d.__esModule?function(){return d.default}:function(){return d};return __webpack_require__.d(g,{a:g}),g}}(),function(){var d=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},g;__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={};g=g||[null,d({}),d([]),d(d)];for(var c=r&2&&e;typeof c=="object"&&!~g.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,g){for(var e in g)__webpack_require__.o(g,e)&&!__webpack_require__.o(d,e)&&Object.defineProperty(d,e,{enumerable:!0,get:g[e]})}}(),function(){__webpack_require__.f={},__webpack_require__.e=function(d){return Promise.all(Object.keys(__webpack_require__.f).reduce(function(g,e){return __webpack_require__.f[e](d,g),g},[]))}}(),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",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",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",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",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",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",6205:"p__Classrooms__ThemeChange__VideoUpload",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",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",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",7099:"p__Competitions__ThemeChange__index",7178:"p__User__BindAccount__index",7182:"p__User__ResetPassword__index",7224:"p__StatsDashboard__index",7242:"p__Innovation__MyProject__index",7260:"p__Account__Certification__index",7289:"p__tasks__ThemeChange__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",7883:"p__Classrooms__Lists__Exercise__WrongAnswer__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",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__virtualSpaces__Lists__Resources__Detail__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",8579:"p__Competitions__ThemeChange__Edit",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",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",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)+"."+{14:"34cbd221",26:"3bfe2477",67:"b07ef031",109:"72f36057",119:"59e81bb7",195:"3efe7427",201:"71b4bfcc",240:"c22cda91",264:"e43830f5",292:"1dddcb22",316:"1f60ada6",337:"2439a1d7",354:"d4d139cf",383:"a47bafd5",475:"abcc19a4",479:"091493c0",485:"fe205f42",508:"63020a5b",518:"019ee7de",532:"6aba4fae",533:"499e4641",547:"3f70e239",556:"1f697f84",559:"8b348457",570:"4cc5cd4a",576:"fefa8669",629:"44a1d9a5",643:"58660cf7",671:"4a609b8d",680:"bc5648ea",700:"b0dc71b0",726:"30422a75",737:"b838c44c",741:"ac5fd360",799:"05d37739",879:"6acee6a4",895:"2942fbb6",900:"2565c7dd",906:"71ec003d",921:"e5cfb970",928:"183cceae",981:"24da50c7",1006:"d020d9cd",1043:"9ab9ddb2",1045:"3dedb49a",1048:"e6f2e0e1",1070:"5e90f673",1077:"155e0edc",1144:"c90eccaf",1154:"8cb80842",1195:"e8a19aa6",1211:"855538d3",1253:"7250e19e",1257:"f9e38e39",1274:"5f6ea65a",1276:"705ee5b5",1322:"f85a4a1c",1343:"0441088a",1419:"2c40eddb",1423:"b2c03ba6",1427:"7dc3d00a",1450:"16050640",1461:"884290fa",1462:"fcf08abc",1470:"a283de1e",1475:"ea923bb5",1477:"c69aa2be",1482:"a860e0da",1512:"b2e4133e",1520:"9641fb32",1545:"78811c1f",1578:"0448a344",1581:"9dc83a87",1582:"cf23b10a",1646:"e6e27b60",1651:"ae2a3099",1657:"32c1cdbd",1660:"a708a7ec",1674:"7515e3ea",1678:"f5438c46",1713:"ab405152",1717:"4c885878",1727:"fb45d429",1754:"0903bb74",1783:"11b01b83",1798:"6654d137",1799:"c7602eda",1831:"a703adef",1836:"ea57a2ca",1855:"b6e6c058",1880:"1e914c21",1897:"7ff19f96",1901:"311e3f71",1939:"d2a2765e",1953:"51ba91d4",1962:"ba705329",1993:"6aa07e65",2011:"59d51f98",2045:"becb16b4",2099:"00a462ed",2102:"c3e22c58",2130:"b0ca4ec7",2141:"e6e9d939",2203:"4f42fee7",2216:"a573286d",2240:"fcb317c6",2249:"f4830452",2281:"db05e992",2300:"8dd81cdb",2303:"98860e8d",2307:"35b0c324",2338:"0460fa26",2339:"112dcd5f",2386:"192e235c",2396:"a13847d8",2404:"4d6c7dc8",2412:"d374eb55",2425:"95a6f1c1",2443:"7f12d454",2476:"088390e3",2494:"68080a87",2501:"0943a878",2538:"de4a3723",2539:"e8961c32",2548:"4d82c919",2570:"74227351",2594:"e87d3761",2603:"2c9a5d3e",2659:"b1e069d7",2707:"6f8835ef",2806:"10bcb1af",2819:"eba76286",2823:"624be5ba",2829:"418610e6",2837:"54a82605",2862:"7a682f82",2865:"01978d50",2884:"7d4ad967",2969:"ab3357d7",3006:"e7240299",3086:"7f385045",3133:"9bf3f89c",3141:"23c6603b",3157:"27f7690d",3183:"28988b7c",3198:"8e655451",3212:"c3746e98",3247:"3a5e388e",3260:"244d8900",3270:"923f5d64",3276:"56a08757",3317:"acbd050c",3391:"7038ffd9",3433:"9ab661fb",3442:"54b23dc7",3447:"18a47e82",3451:"f43cd18d",3509:"c0488f64",3550:"3dc83156",3581:"6683bd7c",3585:"48d2a660",3668:"d786a56e",3697:"481a10d9",3747:"b1ee3852",3754:"baa8e113",3777:"d5b0f2f1",3784:"28eb6add",3805:"9dbcb95e",3831:"d459f0ec",3862:"38892637",3873:"a1de6ed9",3885:"f87f7f15",3910:"b5de9778",3951:"9d3a641f",3987:"5cecd51b",4014:"27a8e97c",4017:"4ae8b370",4030:"0eeabb8c",4048:"3c68e3a8",4056:"740bc77b",4058:"8eb7a912",4070:"9e948e90",4078:"10f604d7",4088:"236723f3",4093:"2ad56b0d",4105:"a3c3d0b0",4144:"8a833780",4164:"39194022",4216:"f10b3e3e",4217:"6c194d3f",4227:"8aa8f38c",4259:"ece3654b",4264:"99c793de",4297:"4770939f",4347:"ce21ef2e",4354:"140899b7",4360:"cf5efa52",4449:"c0ee7482",4492:"2eb3e8a8",4496:"eb0a98fe",4498:"2b5ffd64",4504:"b3e79ed2",4514:"2bf444e4",4520:"c61001d2",4546:"31582f74",4565:"9c095726",4572:"aef2ad18",4599:"61def4cb",4610:"4743f13c",4621:"8ded7bde",4628:"ece2c60c",4662:"55cb4882",4685:"c33f1528",4715:"2029bfbd",4736:"4f7a44d8",4741:"25799177",4757:"e834670b",4766:"a511d600",4770:"0897e59a",4790:"619413e4",4795:"9d8bf426",4797:"a24e92db",4800:"b0e0c796",4850:"1edda4b7",4889:"14d84ac5",4928:"a0a40261",4973:"14afa962",4994:"3281c181",5022:"2968383a",5043:"48958119",5048:"9204971c",5060:"85dafcc6",5096:"2b21f465",5111:"9f892cad",5117:"738d8730",5125:"d197f2c4",5148:"1bf6534d",5165:"916fd6d4",5176:"8bc8d3b6",5177:"8c0a6501",5179:"d1914586",5186:"30ffeb37",5230:"6e162b73",5238:"45076db6",5290:"5dabcdc2",5297:"0e5f4c9e",5307:"173ccde7",5319:"6f71e7f2",5321:"1163c84e",5330:"93ebeb0e",5335:"45c149f0",5354:"7ae70604",5357:"4272e8cc",5359:"19ad621f",5382:"4566a770",5402:"6034f5b7",5416:"454536b7",5434:"38b302a6",5466:"bae0abf4",5494:"d89549c4",5518:"4d828474",5549:"9689a9b3",5572:"52b3ce58",5573:"d06ec0af",5624:"bc5ed0d2",5631:"e00d3d36",5650:"0ae877a2",5679:"4a090bef",5694:"246ea178",5705:"b956312a",5729:"c99f1a24",5764:"e0d7e586",5775:"ad066fe0",5776:"94ae6c93",5786:"dd99af1b",5798:"bc1e9548",5800:"2a5970af",5812:"753fbe01",5816:"ad65c068",5876:"5eded409",5888:"c08b0590",5891:"bd5e4a89",5894:"7f0c1c5c",5902:"0f1d5dc7",5911:"84a8d8dc",5915:"4144528a",5972:"d992430d",5992:"d98cbaf5",6029:"adc9a1fa",6034:"d9161a3e",6045:"d268f87f",6047:"3ce45acd",6063:"ee865c91",6069:"9ee49698",6080:"c241d6f9",6126:"99519171",6127:"17535dff",6170:"e63081e2",6183:"a0594319",6185:"91947a87",6205:"ce394d36",6265:"86def543",6270:"ed4f7313",6282:"b820cae2",6328:"6d2f66c0",6366:"5ad2cad5",6378:"7f3a946a",6411:"4da8a115",6434:"35164b47",6444:"f9ce6ab9",6451:"6ce52d35",6452:"fb3f5dbc",6515:"bc6d63e2",6531:"0e5035d2",6583:"85a416f6",6587:"bcc71d0c",6604:"1d799e77",6634:"e339b1d3",6637:"2fad9b86",6651:"04df1d89",6682:"4537a944",6685:"e68adb2d",6729:"77fec8eb",6741:"747cf467",6774:"59d4d618",6776:"819c8290",6784:"7fb70762",6788:"fa119122",6789:"f24e85f3",6796:"bc801bba",6820:"46947b07",6882:"d9169284",6904:"3aef84d1",6913:"ee61c422",6963:"d533a6ce",6976:"9951f2f2",7043:"d76a74fe",7045:"94889c9c",7058:"7a53d556",7062:"d79e7a5d",7084:"46ccce72",7099:"d4c6cc03",7156:"e7466006",7178:"ef0fedf2",7182:"be25bb23",7206:"48fd0ee6",7207:"7a597a78",7224:"acd59f7c",7242:"4a2fd04e",7260:"2bacc9cb",7276:"262bebfc",7289:"0bf36a6c",7322:"f4799509",7323:"697d59c9",7329:"85c80ad3",7333:"56aa9158",7365:"1005464f",7395:"97d9e54c",7402:"92469596",7460:"1302e69a",7477:"09d9f225",7482:"dd52c9b4",7527:"93049aaf",7545:"d7ed639b",7560:"e39d6ce2",7589:"d6f7a3df",7591:"c8233ce9",7614:"e7f54255",7622:"49f3b4eb",7686:"4fcec9f9",7706:"c2a79e40",7806:"4c0139f6",7835:"f7813f4e",7848:"79690a0a",7855:"5d2275bd",7857:"484b12fb",7883:"a43582c9",7884:"d8328d36",7901:"3145f358",7922:"c5d270ea",7964:"29aed9a1",8062:"6c89b7ef",8072:"d985d910",8085:"7a69acaf",8089:"d536b13a",8115:"8b495106",8143:"f29ccbab",8145:"f00df88e",8155:"ca810fa1",8161:"83c5fa9a",8217:"9c7fe888",8237:"ea564c58",8241:"bada267e",8286:"46fcd16f",8302:"55794970",8332:"e5115c45",8340:"f0780c95",8350:"1b36e45c",8365:"cb922afe",8398:"309bc09a",8431:"520f2c69",8435:"29ffda57",8447:"c25b9673",8458:"0acbe6b8",8479:"bb8ad0d9",8517:"d0d598d3",8552:"2e211364",8561:"333e8ec9",8563:"d96d5d60",8579:"0f88774b",8639:"85ef48a5",8665:"f037906c",8688:"c54e800d",8689:"f022a76d",8723:"129efb9c",8737:"ce7dad23",8776:"0ad26240",8787:"28df444b",8823:"a1c8a434",8827:"b80bab79",8842:"9f25a3e2",8866:"cb4058cb",8882:"a32295f2",8885:"6f0ecd8c",8898:"d002bcd8",8909:"29ae24f1",8920:"7f82440c",8963:"790aecdd",8965:"7c48552d",8999:"8c8f9864",9039:"ccc1acf1",9076:"209fc14b",9104:"bbcb2345",9205:"c1721207",9252:"0d791a59",9260:"cf5f8140",9366:"6c2d2801",9391:"2aaab131",9404:"9fcc3d3e",9406:"1ac536f1",9416:"920eb2b6",9417:"b4c9699b",9449:"2ecad89a",9487:"716a556c",9489:"377b284a",9507:"ccffc4c7",9511:"a9dcf7f3",9554:"ed358e7b",9559:"f794af19",9647:"fc2f3f55",9649:"7b9ea669",9674:"451cb163",9677:"06b0c1df",9695:"2224de95",9715:"cf3411c7",9716:"479182c5",9785:"c731c6e1",9788:"adc81613",9804:"0cb63ff8",9814:"c4dd896d",9891:"8423b6fe",9895:"b8e31ff2",9906:"3297f114",9921:"e5f84b72",9922:"f23f830d",9928:"5989f5e0",9944:"23e0275e",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",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",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",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",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",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",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",6205:"p__Classrooms__ThemeChange__VideoUpload",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",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",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",7099:"p__Competitions__ThemeChange__index",7178:"p__User__BindAccount__index",7182:"p__User__ResetPassword__index",7224:"p__StatsDashboard__index",7242:"p__Innovation__MyProject__index",7260:"p__Account__Certification__index",7289:"p__tasks__ThemeChange__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",7883:"p__Classrooms__Lists__Exercise__WrongAnswer__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",8286:"p__User__ThemeChange__ExperImentImgDetail",8332:"p__User__ThemeChange__Detail",8398:"p__virtualSpaces__Lists__Resources__Detail__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",8579:"p__Competitions__ThemeChange__Edit",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",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",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:"249d60ed",109:"1a7fc455",119:"5a5d8480",195:"8bc56a44",201:"749be0d6",264:"5fd9b3fc",292:"61445bf5",337:"a41a57cd",479:"bba9e475",485:"d63578fe",508:"82593858",518:"a22ced2d",532:"1e2e38ec",533:"308bfa22",547:"5581debc",556:"0e9c5cde",559:"c49aa5ba",576:"e4f97d42",643:"22ded693",680:"e67e9e01",700:"26166636",737:"98eb2f74",799:"b1dec428",879:"64e845d8",895:"ad846737",900:"5db55ef3",906:"d2399d94",921:"30cc7e9b",928:"0277270a",1006:"2263131d",1043:"e8c0878b",1045:"bce697db",1048:"dafc3f4f",1070:"e67e9e01",1077:"d7030788",1211:"bdb8faab",1253:"a97ebbb0",1257:"156e8f74",1276:"bbc6eeec",1343:"e4e2ebc7",1423:"5c4a76fc",1427:"3d93dfaa",1450:"1edcc2ed",1461:"82857f62",1470:"183c9793",1475:"01717533",1477:"08b9f795",1482:"d159af07",1512:"f3653a35",1520:"f7300d0e",1545:"0da47095",1578:"efcb0bdc",1581:"efffd7c0",1582:"8e45b6ff",1651:"55e4f704",1657:"49a2443a",1674:"fdbc1e05",1678:"56d7661e",1713:"a4a3dbd7",1717:"10201060",1727:"4eec53ba",1754:"7638a12e",1783:"4b6779fc",1798:"d4c3f3eb",1831:"12095e09",1836:"5f0d3f7f",1855:"b92cccb4",1880:"29bc2b98",1897:"35d10918",1901:"03cdfb68",1939:"164385ec",1953:"d6d2346f",1962:"84e145fa",1993:"7cc7cf77",2045:"dcfad42d",2099:"95e6fde2",2102:"ec61f9f0",2130:"50dfcc51",2141:"5eb2f330",2203:"1115c2b7",2216:"90f34d3c",2240:"e7cce869",2281:"6a84a8a4",2303:"5a9dc2b1",2307:"b2c54321",2338:"9f251b40",2339:"bf4c6e3d",2396:"1234f229",2404:"08d36549",2412:"4490ba2a",2425:"47b23ee4",2443:"2f614807",2476:"cf85a190",2501:"2441982c",2539:"43c55c4d",2548:"75182034",2570:"ecab12cb",2603:"0277270a",2659:"f6071a36",2707:"cabcb16e",2806:"066a1e3c",2819:"9455b08a",2823:"a13b21fb",2829:"a5909474",2862:"67c37a4e",2865:"6ef3cf6b",2884:"405c2ef9",3006:"7fce4e74",3086:"d0ebac07",3141:"bca89c81",3157:"d0ba1925",3183:"b2253f40",3212:"ad1521c1",3247:"50105eb7",3260:"21b54427",3276:"7bbb651d",3317:"137440b7",3391:"f0e498fe",3433:"9a871026",3442:"bdf7849c",3447:"1653d818",3451:"e3a31387",3509:"70043ca5",3581:"5877448c",3585:"5f288e7b",3668:"b2451f97",3747:"c50b2b70",3784:"c81d4a51",3831:"4987c55d",3873:"9b32f93d",3910:"658d457f",3951:"9b11b034",4030:"d3df931a",4048:"5d227dab",4056:"10eacfff",4078:"aa54548e",4093:"7d2dbef2",4105:"7f9d4513",4144:"f10aa199",4164:"58bb765e",4216:"0277270a",4217:"387bf824",4227:"79c3b323",4259:"ebd953ac",4264:"36917df0",4297:"7715ff42",4449:"e68d8d58",4492:"9fd5ba05",4496:"77babddd",4498:"e1d76eaf",4504:"b05222a6",4514:"887bdbb6",4520:"e86d61a1",4546:"4101a1f2",4572:"70e5675d",4599:"6327db8f",4610:"687005a6",4621:"4c789bfa",4662:"30b29314",4715:"cf749061",4736:"aa2d53d9",4741:"c51f7784",4757:"73b754d2",4766:"b5df5a8e",4770:"674b2d2a",4795:"939f9f81",4800:"f50302a4",4889:"a91da64a",4928:"a4b1a237",4973:"129c56e8",4994:"a8674b97",5022:"81b1b86b",5043:"247e6954",5048:"aa08c681",5096:"4f6a4d00",5111:"5d09a39a",5117:"4358a2fb",5125:"57501e4a",5148:"572faeac",5165:"dc6d9bc6",5176:"9c49e7fa",5177:"b612c017",5179:"699b44a8",5186:"30047116",5230:"94dfecf3",5238:"694000a4",5297:"5426028f",5307:"5e9c4598",5319:"34217c3f",5330:"5b911c36",5335:"fec6fd9f",5357:"1fbb7d24",5359:"b254a598",5382:"28b79a42",5402:"68063d1e",5466:"40dfb2d8",5518:"9f425be3",5549:"39285664",5572:"c945fbf2",5573:"6ecf393c",5624:"685b3a03",5650:"f8f63f4b",5694:"fc68e7f6",5705:"df6bf207",5729:"46f9b5d4",5775:"8945cad2",5776:"e07b4b49",5786:"37a81eaa",5798:"ce1cf7da",5800:"f214b296",5816:"e88b4cdd",5888:"193a7f8f",5891:"2f4cf052",5894:"4faa35bb",5915:"bc9c3e69",5972:"79479731",5992:"419f5d2f",6029:"3f8b2a62",6063:"2c0a986c",6069:"5e1528e7",6080:"175c7992",6127:"f31505a8",6185:"4617aa93",6205:"6eef461f",6265:"ab7c4ade",6270:"5496b206",6282:"37b2b2dd",6328:"de2b9d62",6366:"079fc2d8",6434:"c5a95b1e",6444:"fd46d237",6451:"949d91e5",6452:"50a6d310",6583:"56bd7407",6587:"9c49e7fa",6634:"440b7a61",6637:"cd627031",6651:"b07fe216",6682:"d2765c91",6685:"cc9a5255",6729:"aea3b7f5",6741:"b838eb14",6776:"cf0a1c59",6784:"1affe817",6789:"bb555561",6796:"88ef2b35",6820:"cebdf1cf",6882:"c2d2eada",6904:"44afaa9b",6913:"739202fe",6963:"84e145fa",7043:"25478869",7045:"48f6fc4c",7058:"7c5ff3cf",7062:"566c9e00",7099:"1b3891e9",7178:"6e47d75d",7182:"183c9793",7224:"7caf9754",7242:"4f353f61",7260:"2c380d56",7289:"c6aafe55",7322:"f372c040",7323:"3e11a2bc",7329:"dad12206",7395:"ff574c5d",7402:"c3bf3e69",7460:"dedd2038",7477:"b45b8d42",7482:"c37a3f01",7527:"a4765b7e",7545:"88c2815e",7560:"d82e43ca",7589:"5abfc7e4",7614:"de9ee12f",7622:"79b56687",7806:"80b7b1d6",7835:"28d790d7",7855:"d9440df4",7857:"13a29416",7883:"93cf27b2",7884:"1ca6cde0",7901:"505c3349",7922:"49f2762f",8062:"8e384b9f",8072:"540f746b",8085:"a1cadc76",8115:"47861430",8143:"baf130b5",8145:"0eefaae0",8155:"d345abd7",8217:"000115b7",8237:"cc24fd46",8241:"c8299739",8286:"4b01dd59",8332:"a10509a3",8398:"7bb61fdd",8431:"289b326c",8435:"f2dde010",8447:"9c541ee4",8458:"ddd4164b",8479:"ef522a60",8517:"cccfddad",8552:"208da293",8563:"b1f16cfe",8579:"58108aeb",8665:"c52575bc",8688:"c044db56",8689:"38303690",8723:"77277ca8",8787:"121de108",8823:"ae9352be",8827:"14015163",8866:"ea304088",8882:"f3e42f72",8885:"de905169",8965:"f169309d",8999:"448aa22f",9039:"4e72f6be",9076:"6a501148",9205:"49a3e67d",9366:"4f511490",9391:"c4736e2f",9404:"d8cf04f7",9406:"f6708bbd",9416:"bc1cc3b9",9449:"81d55bec",9487:"a73f5679",9489:"ee2bb5b7",9507:"af07d346",9511:"c5e68cf8",9647:"bea72042",9649:"00fb4211",9674:"5f24eb80",9677:"18c220c4",9695:"7288e7ae",9715:"b6c6645f",9716:"a5750e0d",9785:"08d36549",9788:"781a4d20",9814:"9f959c59",9891:"512a9301",9906:"c603619a",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,g){return Object.prototype.hasOwnProperty.call(d,g)}}(),function(){var d={};__webpack_require__.l=function(g,e,r,i){if(d[g]){d[g].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")==g){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=g,l.src.indexOf(window.location.origin+"/")!==0&&(l.crossOrigin="anonymous")),d[g]=[e];var u=function(x,p){l.onerror=l.onload=null,clearTimeout(a);var y=d[g];if(delete d[g],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},g=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(g(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,1077:1,1211:1,1253:1,1257:1,1276:1,1343:1,1423:1,1427:1,1450:1,1461:1,1470: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,1901:1,1939:1,1953:1,1962:1,1993:1,2045:1,2099:1,2102:1,2130:1,2141:1,2203: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,2865:1,2884:1,3006:1,3086:1,3141:1,3157:1,3183:1,3212: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,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,6205:1,6265:1,6270:1,6282:1,6328:1,6366:1,6434:1,6444:1,6451:1,6452:1,6583:1,6587:1,6634:1,6637:1,6651:1,6682:1,6685:1,6729:1,6741:1,6776:1,6784:1,6789:1,6796:1,6820:1,6882:1,6904:1,6913:1,6963:1,7043:1,7045:1,7058:1,7062:1,7099:1,7178:1,7182:1,7224:1,7242:1,7260:1,7289: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,7883: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,8286:1,8332:1,8398:1,8431:1,8435:1,8447:1,8458:1,8479:1,8517:1,8552:1,8563:1,8579:1,8665:1,8688:1,8689:1,8723:1,8787:1,8823:1,8827:1,8866:1,8882:1,8885:1,8965:1,8999:1,9039:1,9076: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|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 g=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(g.bind(null,0)),e.push=g.bind(null,e.push.bind(e))}();var __webpack_exports__={};(function(){"use strict";var d=__webpack_require__(68557),g=__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),A=__webpack_require__(86357),k=__webpack_require__(93074),R=__webpack_require__(96331),S=__webpack_require__(2924),I=__webpack_require__(26425),M=__webpack_require__(32125),B=__webpack_require__(16137),N=__webpack_require__(48435),K=__webpack_require__(11553),G=__webpack_require__(70365),H=__webpack_require__(33717),ae=__webpack_require__(17482),ie=__webpack_require__(23708),ue=__webpack_require__(65033),X=__webpack_require__(52732),Y=__webpack_require__(99382),$=__webpack_require__(88437),se=__webpack_require__(68440),ee=__webpack_require__(13412),J=__webpack_require__(11005),le=__webpack_require__(70348),Z=__webpack_require__(19801),U=__webpack_require__(91550),ne=__webpack_require__(85223),me=__webpack_require__(7154),Ee=__webpack_require__(67788),Pe=__webpack_require__(96009),We=__webpack_require__(9402),Fe=__webpack_require__(62489),Lt=__webpack_require__(80881),mt=__webpack_require__(62837),wt=__webpack_require__(4705),Gt=__webpack_require__(13941),Ft=__webpack_require__(1148),nr=__webpack_require__(82445),Ne=__webpack_require__(27267),ht=__webpack_require__(96353),Rt=__webpack_require__(90308),Je=__webpack_require__(84818),ct=__webpack_require__(80585),at=__webpack_require__(89170),Xe=__webpack_require__(71012),Ze=__webpack_require__(84203),ye=__webpack_require__(22112),Oe=__webpack_require__(81440),Ge=__webpack_require__(25430),et=__webpack_require__(70105),Qe=__webpack_require__(71390),St=__webpack_require__(96844),Ct=__webpack_require__(83578),lr=__webpack_require__(69762),or=__webpack_require__(76880),Me=__webpack_require__(65009),tt=__webpack_require__(28796),Qt=__webpack_require__(56450),rt=__webpack_require__(78342),Mt=__webpack_require__(13161),Ot=__webpack_require__(54226),Jt=__webpack_require__(70201),Ut=__webpack_require__(34941),Te=__webpack_require__(85671),ce=__webpack_require__(35152),pe=__webpack_require__(85660),At=__webpack_require__(80031),Ae=__webpack_require__(34434),ut=__webpack_require__(83579),$t=__webpack_require__(74307),yt=__webpack_require__(97423),Ce=__webpack_require__(93321),_t=__webpack_require__(82277),Ue=__webpack_require__(61425),xe=__webpack_require__(61873),dt=__webpack_require__(9307),Dt=__webpack_require__(8821),Be=__webpack_require__(64385),Dr=__webpack_require__(64099),vt=__webpack_require__(62455),qr=__webpack_require__(79965),sn=__webpack_require__(59118),zt=__webpack_require__(275),er=__webpack_require__(31919),Bt=__webpack_require__(51284),Yt=__webpack_require__(10177),wr=__webpack_require__(85690),Ir=__webpack_require__(92114),Pt=__webpack_require__(1017),Kt=__webpack_require__(14480),jt=__webpack_require__(40516),qt=__webpack_require__(76345),yr=__webpack_require__(7282),Qr=__webpack_require__(58055),Hr=__webpack_require__(93547),jn=__webpack_require__(31237),En=__webpack_require__(17954),Yn=__webpack_require__(58580),Tt=__webpack_require__(47146),Vr=__webpack_require__(40416),ii=__webpack_require__(7615),Bi=__webpack_require__(72820),$n=__webpack_require__(86070),ci=__webpack_require__(23569),Di=__webpack_require__(55639),Gi=__webpack_require__(63046),Pi=__webpack_require__(464),Ui=__webpack_require__(51082),da=__webpack_require__(83850),sa=__webpack_require__(41990),Ji=__webpack_require__(15787),vi=__webpack_require__(55888),$i=__webpack_require__(53827),Ia=__webpack_require__(78143),bt=__webpack_require__(66419),wa=__webpack_require__(75765),Ki=__webpack_require__(14645),gi=__webpack_require__(71122),ka=__webpack_require__(42084),Yi=__webpack_require__(25070),Jn=__webpack_require__(77140),zn=__webpack_require__(15954),we=__webpack_require__(4266),it=__webpack_require__(49988),qe=__webpack_require__(38823),It=__webpack_require__(24627),lt=__webpack_require__(4045),dr=__webpack_require__(50747),pr=__webpack_require__(43595),Cr=__webpack_require__(92324),zr=__webpack_require__(23551),Jr=__webpack_require__(74521),Nr=__webpack_require__(57891),Cn=__webpack_require__(84138),vr=__webpack_require__(51832),Fn=__webpack_require__(37135),Qn=__webpack_require__(6474),$e=__webpack_require__(40135),ft=__webpack_require__(7982),_e=__webpack_require__(14893),sr=__webpack_require__(49233),ir=__webpack_require__(92130),Rr=__webpack_require__(42844),Gr=__webpack_require__(6536),Wr=__webpack_require__(27228),hn=__webpack_require__(62921),Ei=__webpack_require__(44001),ln=__webpack_require__(92262),yn=__webpack_require__(54744),$r=__webpack_require__(38214),kn=__webpack_require__(12756),oi=__webpack_require__(93379),Ea=__webpack_require__(62007),Qs=__webpack_require__(90572),Ba=__webpack_require__(37343),Ws=__webpack_require__(45945),Ns=__webpack_require__(75551),ls=__webpack_require__(32493),co=__webpack_require__(20852),Ta=__webpack_require__(46302),Ds=__webpack_require__(18827),vs=__webpack_require__(76718),mo=__webpack_require__(79172),ta=__webpack_require__(32192),to=__webpack_require__(42828),No=__webpack_require__(5658),Na=__webpack_require__(55629),Hs=__webpack_require__(62925),di=__webpack_require__(9595),ro=__webpack_require__(58127),Rn=__webpack_require__(70917),cs=__webpack_require__(53427),ks=__webpack_require__(70878),Rs=__webpack_require__(49257),ea=__webpack_require__(72910),Ga=__webpack_require__(34932),Ni=__webpack_require__(81046),Ls=__webpack_require__(85744),xo=__webpack_require__(13494),jo=__webpack_require__(56338),Go=__webpack_require__(66755),du=__webpack_require__(68709),hu=__webpack_require__(4939),go=__webpack_require__(81927),Uo=__webpack_require__(60462),So=__webpack_require__(72571),Yo=__webpack_require__(71200),$o=__webpack_require__(85767),pi=__webpack_require__(84432),_i=__webpack_require__(59022),es=__webpack_require__(19363),ds=__webpack_require__(51054),is=__webpack_require__(60330),Ha=__webpack_require__(55234),gs=__webpack_require__(88104),Ko=__webpack_require__(64336),Ss=__webpack_require__(63914),nu=__webpack_require__(35246),pu=__webpack_require__(83470),Uu=__webpack_require__(79641),rl=__webpack_require__(72397),nl=__webpack_require__(24860),fo=__webpack_require__(19320),Do=__webpack_require__(56233),Ao=__webpack_require__(59419),Gu=__webpack_require__(64344),Xs=__webpack_require__(5316),$u=__webpack_require__(93744),Cu=__webpack_require__(19299),iu=__webpack_require__(15286),mu=__webpack_require__(91927),Co=__webpack_require__(27730),au=__webpack_require__(58707),su=__webpack_require__(41356),rr=__webpack_require__(51606),_r=__webpack_require__(8966),hr=__webpack_require__(38458),gr=__webpack_require__(71957),Ar=__webpack_require__(89466),bn=__webpack_require__(69653),Hn=__webpack_require__(96519),Ln=__webpack_require__(95576),Zn=__webpack_require__(63079),ai=__webpack_require__(8995),ei=__webpack_require__(23080),mr=__webpack_require__(74701),Mr=__webpack_require__(91809),Br=__webpack_require__(77517),Tn=__webpack_require__(30149),Pn=__webpack_require__(55410),si=__webpack_require__(46161),Si=__webpack_require__(14800),Gn=__webpack_require__(91130),ra=__webpack_require__(2722),zi=__webpack_require__(55885),Ai=__webpack_require__(39034),xt=__webpack_require__(8604),Xn=__webpack_require__(64963),na=__webpack_require__(25178),hs=__webpack_require__(1905),Gs=__webpack_require__(94306),on=__webpack_require__(11762),To=__webpack_require__(93164),no=__webpack_require__(88900),as=__webpack_require__(54815),io=__webpack_require__(81138),zo=__webpack_require__(37252),ss=__webpack_require__(81673),ps=__webpack_require__(48966),ja=__webpack_require__(13015),fs=__webpack_require__(78527),Ye=__webpack_require__(20511),Ie=__webpack_require__(78366),Nt=__webpack_require__(27427),gt=__webpack_require__(43890),Er=__webpack_require__(55844),Fr=__webpack_require__(71361),Kr=__webpack_require__(44550),xn=__webpack_require__(413),fn=__webpack_require__(77464),An=__webpack_require__(77703),ti=__webpack_require__(93854),ni=__webpack_require__(962),mi=__webpack_require__(44169),Ci=__webpack_require__(56272),ma=__webpack_require__(43466),Zi=__webpack_require__(48156),ki=__webpack_require__(93236),Oa=__webpack_require__(42212),Ii=__webpack_require__(63923),hi=__webpack_require__(2278),ba=__webpack_require__(36955),_o=__webpack_require__(77326),va=__webpack_require__(53571),_s=__webpack_require__(28670),xa=__webpack_require__(31050),ys=__webpack_require__(25321),bs=__webpack_require__(96364),La=__webpack_require__(46304),ts=__webpack_require__(55163),js=__webpack_require__(78722),ao=__webpack_require__(35977),xs=__webpack_require__(81848),ji=__webpack_require__(52867),ko=__webpack_require__(72211),Ro=__webpack_require__(84862),Us=__webpack_require__(92381),rs=__webpack_require__(19517),os=__webpack_require__(69667),vo=__webpack_require__(80820),$a=__webpack_require__(87873),Vt=__webpack_require__(54609),kt=__webpack_require__(28566),Ka=__webpack_require__(51697),zs=__webpack_require__(61872),vn=__webpack_require__(76077),wn=__webpack_require__(9196),He=__webpack_require__(5369),Zt=__webpack_require__(26259),xr=__webpack_require__(47736),Or=__webpack_require__(28220),rn=__webpack_require__(62060),_n=__webpack_require__(49350),li=__webpack_require__(20126),Vi=__webpack_require__(18090),yo=__webpack_require__(14309),ha=__webpack_require__(17822),us=__webpack_require__(83543),Va=__webpack_require__(13853),Qa=__webpack_require__(25188),vu=__webpack_require__(10215),gu=__webpack_require__(3432),_u=__webpack_require__(90486),Ke=__webpack_require__(6736),W=__webpack_require__(8774),Q=__webpack_require__(94065),te=__webpack_require__(93036),he=__webpack_require__(75708),Se=__webpack_require__(84624),Ve=__webpack_require__(66233),Et=__webpack_require__(43710),Wt=__webpack_require__(92762),cr=__webpack_require__(24467),Tr=__webpack_require__(68465),Yr=__webpack_require__(77004),dn=__webpack_require__(83925),On=__webpack_require__(51117),Wn=__webpack_require__(87236),qn=__webpack_require__(83733),Ri=__webpack_require__(92044),Fi=__webpack_require__(29190),ia=__webpack_require__(10775),Sa=__webpack_require__(19593),Ts=__webpack_require__(26502),Ps=__webpack_require__(10174),Ms=__webpack_require__(96378),Is=__webpack_require__(58216),Da=__webpack_require__(41401),so=__webpack_require__(79908),Wi=__webpack_require__(82531),Pr=__webpack_require__(79890),wo=__webpack_require__(88472),Zo=__webpack_require__(38944),bu=__webpack_require__(78423),Zs=__webpack_require__(65713),qs=__webpack_require__(22968),zu=__webpack_require__(17564),Yl=__webpack_require__(1220),bl=__webpack_require__(44886),pl=__webpack_require__(57019),ml=__webpack_require__(35295),$s=__webpack_require__(80286),Zu=__webpack_require__(38487),Tu=__webpack_require__(29916),Xo=__webpack_require__(25541),Wo=__webpack_require__(45612),Dl=__webpack_require__(34926),xu=__webpack_require__(98080),kl=__webpack_require__(68255),Po=__webpack_require__(96351),Qo=__webpack_require__(16450),il=__webpack_require__(60244),vl=__webpack_require__(86921),Pu=__webpack_require__(82928),Rl=__webpack_require__(42947),ui=__webpack_require__(71568),fc=__webpack_require__(94194),dc=__webpack_require__(30556),ho=__webpack_require__(32100),zc=__webpack_require__(93102),Iu=__webpack_require__(1821),xl=__webpack_require__(82074),al=__webpack_require__(13578),hc=__webpack_require__(59348),Lo=__webpack_require__(62882),pc=__webpack_require__(37457),Of=__webpack_require__(70654),Ll=__webpack_require__(90252),mc=__webpack_require__(29482),wl=__webpack_require__(51630),ff=__webpack_require__(61933),Ml=__webpack_require__(619),wu=__webpack_require__(99675),El=__webpack_require__(52548),Mo=__webpack_require__(53637),Ho=__webpack_require__(57482),ou=__webpack_require__(59725),Fl=__webpack_require__(17610),Bl=__webpack_require__(56966),Wu=__webpack_require__(11507),qo=__webpack_require__(16315),Xl=__webpack_require__(60239),Nl=__webpack_require__(49381),uu=__webpack_require__(17230),Ku=__webpack_require__(62720),vc=__webpack_require__(57151),Ql=__webpack_require__(48732),Pa=__webpack_require__(18481),Zc=__webpack_require__(55055),Wc=__webpack_require__(7195),jl=__webpack_require__(89179),Ic=__webpack_require__(90965),df=__webpack_require__(67725),Hc=__webpack_require__(59884),Ou=__webpack_require__(89202),hf=__webpack_require__(97815),Oc=__webpack_require__(11593),ql=__webpack_require__(7597),Gc=__webpack_require__(55182),$c=__webpack_require__(34366),Du=__webpack_require__(85425),sl=__webpack_require__(64522),ol=__webpack_require__(41599),pf=__webpack_require__(86465),mf=__webpack_require__(78437),Kc=__webpack_require__(73624),po=__webpack_require__(62059),vf=__webpack_require__(10305),gc=__webpack_require__(41208),gf=__webpack_require__(25204),gl=__webpack_require__(40061),ku=__webpack_require__(47803),oo=__webpack_require__(7893),Df=__webpack_require__(4890),_f=__webpack_require__(5340),Dc=__webpack_require__(61650),Eu=__webpack_require__(58246),uo=__webpack_require__(65873),bo=__webpack_require__(63579),Ru=__webpack_require__(87296),je=__webpack_require__(59301),_c=__webpack_require__(4676),Lu=__webpack_require__(35338),Jl=__webpack_require__(35470);function lu(Mn){var ri=Mn.id,Xi=Mn.basename,Ma=Mn.cb,oa=new URLSearchParams({route:ri,url:window.location.href}).toString(),Ca="".concat(Vu(window.umiServerLoaderPath||Xi),"__serverLoader?").concat(oa);fetch(Ca,{credentials:"include"}).then(function(ga){return ga.json()}).then(Ma).catch(console.error)}function Vu(){var Mn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return Mn.endsWith("/")?Mn:"".concat(Mn,"/")}var yc=__webpack_require__(38127),bc=__webpack_require__(38329),Yu=__webpack_require__(8616),_l=["content"],Mu=["content"],Vc=/^(http:|https:)?\/\//;function Fu(Mn){return Vc.test(Mn)||Mn.startsWith("/")&&!Mn.startsWith("/*")||Mn.startsWith("./")||Mn.startsWith("../")}var xc=function(){return je.createElement("noscript",{dangerouslySetInnerHTML:{__html:"<b>Enable JavaScript to run this app.</b>"}})},ul=function(ri){var Xi,Ma=ri.loaderData,oa=ri.htmlPageOpts,Ca=ri.manifest,ga=(Ca==null||(Xi=Ca.assets)===null||Xi===void 0?void 0:Xi["umi.css"])||"";return je.createElement("script",{suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:"window.__UMI_LOADER_DATA__ = ".concat(JSON.stringify(Ma||{}),"; window.__UMI_METADATA_LOADER_DATA__ = ").concat(JSON.stringify(oa||{}),"; window.__UMI_BUILD_ClIENT_CSS__ = '").concat(ga,"'")}})};function Xu(Mn){var ri=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof Mn=="string")return Fu(Mn)?(0,bo.Z)({src:Mn},ri):{content:Mn};if((0,Yu.Z)(Mn)==="object")return(0,bo.Z)((0,bo.Z)({},Mn),ri);throw new Error("Invalid script type: ".concat((0,Yu.Z)(Mn)))}function kf(Mn){return Fu(Mn)?{type:"link",href:Mn}:{type:"style",content:Mn}}var yu=function(ri){var Xi,Ma,oa,Ca,ga,Fs,ua=ri.htmlPageOpts;return je.createElement(je.Fragment,null,(ua==null?void 0:ua.title)&&je.createElement("title",null,ua.title),ua==null||(Xi=ua.favicons)===null||Xi===void 0?void 0:Xi.map(function(Bs,Ju){return je.createElement("link",{key:Ju,rel:"shortcut icon",href:Bs})}),(ua==null?void 0:ua.description)&&je.createElement("meta",{name:"description",content:ua.description}),(ua==null||(Ma=ua.keywords)===null||Ma===void 0?void 0:Ma.length)&&je.createElement("meta",{name:"keywords",content:ua.keywords.join(",")}),ua==null||(oa=ua.metas)===null||oa===void 0?void 0:oa.map(function(Bs){return je.createElement("meta",{key:Bs.name,name:Bs.name,property:Bs.property,content:Bs.content})}),ua==null||(Ca=ua.links)===null||Ca===void 0?void 0:Ca.map(function(Bs,Ju){return je.createElement("link",(0,bc.Z)({key:Ju},Bs))}),ua==null||(ga=ua.styles)===null||ga===void 0?void 0:ga.map(function(Bs,Ju){var cl=kf(Bs),yl=cl.type,el=cl.href,$l=cl.content;if(yl==="link")return je.createElement("link",{key:Ju,rel:"stylesheet",href:el});if(yl==="style")return je.createElement("style",{key:Ju},$l)}),ua==null||(Fs=ua.headScripts)===null||Fs===void 0?void 0:Fs.map(function(Bs,Ju){var cl=Xu(Bs),yl=cl.content,el=(0,yc.Z)(cl,_l);return je.createElement("script",(0,bc.Z)({dangerouslySetInnerHTML:{__html:yl},key:Ju},el))}))};function Ul(Mn){var ri,Xi=Mn.children,Ma=Mn.loaderData,oa=Mn.manifest,Ca=Mn.htmlPageOpts,ga=Mn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Fs=Mn.mountElementId;if(ga!=null&&ga.pureHtml)return je.createElement("html",null,je.createElement("head",null,je.createElement(yu,{htmlPageOpts:Ca})),je.createElement("body",null,je.createElement(xc,null),je.createElement("div",{id:Fs},Xi),je.createElement(ul,{manifest:oa,loaderData:Ma,htmlPageOpts:Ca})));if(ga!=null&&ga.pureApp)return je.createElement(je.Fragment,null,Xi);var ua=typeof window=="undefined"?oa==null?void 0:oa.assets["umi.css"]:window.__UMI_BUILD_ClIENT_CSS__;return je.createElement("html",{suppressHydrationWarning:!0,lang:(Ca==null?void 0:Ca.lang)||"en"},je.createElement("head",null,je.createElement("meta",{charSet:"utf-8"}),je.createElement("meta",{name:"viewport",content:"width=device-width, initial-scale=1"}),ua&&je.createElement("link",{suppressHydrationWarning:!0,rel:"stylesheet",href:ua}),je.createElement(yu,{htmlPageOpts:Ca})),je.createElement("body",null,je.createElement(xc,null),je.createElement("div",{id:Fs},Xi),je.createElement(ul,{manifest:oa,loaderData:Ma,htmlPageOpts:Ca}),Ca==null||(ri=Ca.scripts)===null||ri===void 0?void 0:ri.map(function(Bs,Ju){var cl=Xu(Bs),yl=cl.content,el=(0,yc.Z)(cl,Mu);return je.createElement("script",(0,bc.Z)({dangerouslySetInnerHTML:{__html:yl},key:Ju},el))})))}var Sl=je.createContext(void 0);function Yc(){return je.useContext(Sl)}var wc=["redirect"];function ec(Mn){var ri=Mn.routesById,Xi=Mn.parentId,Ma=Mn.routeComponents,oa=Mn.useStream,Ca=oa===void 0?!0:oa;return Object.keys(ri).filter(function(ga){return ri[ga].parentId===Xi}).map(function(ga){var Fs=Rf((0,bo.Z)((0,bo.Z)({route:ri[ga],routeComponent:Ma[ga],loadingComponent:Mn.loadingComponent,reactRouter5Compat:Mn.reactRouter5Compat},Mn.reactRouter5Compat&&{hasChildren:Object.keys(ri).filter(function(Bs){return ri[Bs].parentId===ga}).length>0}),{},{useStream:Ca})),ua=ec({routesById:ri,routeComponents:Ma,parentId:Fs.id,loadingComponent:Mn.loadingComponent,reactRouter5Compat:Mn.reactRouter5Compat,useStream:Ca});return ua.length>0&&(Fs.children=ua,Fs.routes=ua),Fs})}function zl(Mn){var ri=(0,Lu.UO)(),Xi=(0,Lu.Gn)(Mn.to,ri),Ma=(0,Jl.T$)(),oa=(0,Lu.TH)();if(Ma!=null&&Ma.keepQuery){var Ca=oa.search+oa.hash;Xi+=Ca}var ga=(0,bo.Z)((0,bo.Z)({},Mn),{},{to:Xi});return je.createElement(Lu.Fg,(0,bc.Z)({replace:!0},ga))}function Rf(Mn){var ri=Mn.route,Xi=Mn.useStream,Ma=Xi===void 0?!0:Xi,oa=ri.redirect,Ca=(0,yc.Z)(ri,wc),ga=Mn.reactRouter5Compat?tc:kc;return(0,bo.Z)({element:oa?je.createElement(zl,{to:oa}):je.createElement(Sl.Provider,{value:{route:Mn.route}},je.createElement(ga,{loader:je.memo(Mn.routeComponent),loadingComponent:Mn.loadingComponent||yf,hasChildren:Mn.hasChildren,useStream:Ma}))},Ca)}function yf(){return je.createElement("div",null)}function tc(Mn){var ri=Yc(),Xi=ri.route,Ma=(0,Jl.Ov)(),oa=Ma.history,Ca=Ma.clientRoutes,ga=(0,Lu.UO)(),Fs={params:ga,isExact:!0,path:Xi.path,url:oa.location.pathname},ua=Mn.loader,Bs={location:oa.location,match:Fs,history:oa,params:ga,route:Xi,routes:Ca};return Mn.useStream?je.createElement(je.Suspense,{fallback:je.createElement(Mn.loadingComponent,null)},je.createElement(ua,Bs,Mn.hasChildren&&je.createElement(Lu.j3,null))):je.createElement(ua,Bs,Mn.hasChildren&&je.createElement(Lu.j3,null))}function kc(Mn){var ri=Mn.loader;return Mn.useStream?je.createElement(je.Suspense,{fallback:je.createElement(Mn.loadingComponent,null)},je.createElement(ri,null)):je.createElement(ri,null)}var Zl=null;function Lf(){return Zl}function Xc(Mn){var ri=Mn.history,Xi=je.useState({action:ri.action,location:ri.location}),Ma=(0,Ru.Z)(Xi,2),oa=Ma[0],Ca=Ma[1];return(0,je.useLayoutEffect)(function(){return ri.listen(Ca)},[ri]),(0,je.useLayoutEffect)(function(){function ga(Fs){Mn.pluginManager.applyPlugins({key:"onRouteChange",type:"event",args:{routes:Mn.routes,clientRoutes:Mn.clientRoutes,location:Fs.location,action:Fs.action,basename:Mn.basename,isFirst:!!Fs.isFirst}})}return ga({location:oa.location,action:oa.action,isFirst:!0}),ri.listen(ga)},[ri,Mn.routes,Mn.clientRoutes]),je.createElement(Lu.F0,{navigator:ri,location:oa.location,basename:Mn.basename},Mn.children)}function Qu(){var Mn=(0,Jl.Ov)(),ri=Mn.clientRoutes;return(0,Lu.V$)(ri)}var Ec=["innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","rootContainer"],Sc=function(ri,Xi){var Ma=ri.basename||"/",oa=ec({routesById:ri.routes,routeComponents:ri.routeComponents,loadingComponent:ri.loadingComponent,reactRouter5Compat:ri.reactRouter5Compat,useStream:ri.useStream});ri.pluginManager.applyPlugins({key:"patchClientRoutes",type:"event",args:{routes:oa}});for(var Ca=je.createElement(Xc,{basename:Ma,pluginManager:ri.pluginManager,routes:ri.routes,clientRoutes:oa,history:ri.history},Xi),ga=0,Fs=Ec;ga<Fs.length;ga++){var ua=Fs[ga];Ca=ri.pluginManager.applyPlugins({type:"modify",key:ua,initialValue:Ca,args:{routes:ri.routes,history:ri.history,plugin:ri.pluginManager}})}var Bs=function(){var cl=(0,je.useState)({}),yl=(0,Ru.Z)(cl,2),el=yl[0],$l=yl[1],Kf=(0,je.useState)(window.__UMI_LOADER_DATA__||{}),Ef=(0,Ru.Z)(Kf,2),sc=Ef[0],Mf=Ef[1],tf=(0,je.useCallback)(function(rf,nf){var tl,Vf=(((tl=(0,Lu.fp)(oa,rf,Ma))===null||tl===void 0?void 0:tl.map(function(fl){return fl.route.id}))||[]).filter(Boolean);Vf.forEach(function(fl){var af,Ff;if(window.__umi_route_prefetch__){var Jo,Sf=(Jo=ri.routeComponents[fl])===null||Jo===void 0||(Jo=Jo._payload)===null||Jo===void 0?void 0:Jo._result;typeof Sf=="function"&&Sf()}var sf=(af=ri.routes[fl])===null||af===void 0?void 0:af.clientLoader,Il=!!sf,Fc=(Ff=ri.routes[fl])===null||Ff===void 0?void 0:Ff.hasServerLoader;!nf&&Fc&&!Il&&!window.__UMI_LOADER_DATA__&&lu({id:fl,basename:Ma,cb:function(Bc){je.startTransition(function(){Mf(function(Bf){return(0,bo.Z)((0,bo.Z)({},Bf),{},(0,uo.Z)({},fl,Bc))})})}});var eu=!!el[fl],Af=Il&&sf.hydrate||!Fc,Cf=Fc&&!window.__UMI_LOADER_DATA__;Il&&!eu&&(Af||Cf)&&sf({serverLoader:function(){return lu({id:fl,basename:Ma,cb:function(Bf){je.startTransition(function(){Mf(function(Nc){return(0,bo.Z)((0,bo.Z)({},Nc),{},(0,uo.Z)({},fl,Bf))})})}})}}).then(function(of){$l(function(Bc){return(0,bo.Z)((0,bo.Z)({},Bc),{},(0,uo.Z)({},fl,of))})})})},[el]);return(0,je.useEffect)(function(){return tf(window.location.pathname,!0),ri.history.listen(function(rf){tf(rf.location.pathname)})},[]),(0,je.useLayoutEffect)(function(){typeof ri.callback=="function"&&ri.callback()},[]),je.createElement(Jl.Il.Provider,{value:{routes:ri.routes,routeComponents:ri.routeComponents,clientRoutes:oa,pluginManager:ri.pluginManager,rootElement:ri.rootElement,basename:Ma,clientLoaderData:el,serverLoaderData:sc,preloadRoute:tf,history:ri.history}},Ca)};return Bs};function Qc(Mn){var ri=Mn.rootElement||document.getElementById("root"),Xi=Sc(Mn,je.createElement(Qu,null));if(Mn.components)return Xi;if(Mn.hydrate){var Ma=window.__UMI_LOADER_DATA__||{},oa=window.__UMI_METADATA_LOADER_DATA__||{},Ca={metadata:oa,loaderData:Ma,mountElementId:Mn.mountElementId},ga=Mn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureApp||Mn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureHtml;_c.hydrateRoot(ga?ri:document,ga?je.createElement(Xi,null):je.createElement(Ul,Ca,je.createElement(Xi,null)));return}if(_c.createRoot){Zl=_c.createRoot(ri),Zl.render(je.createElement(Xi,null));return}_c.render(je.createElement(Xi,null),ri)}var Rc=(Mn,ri,Xi)=>new Promise((Ma,oa)=>{var Ca=ua=>{try{Fs(Xi.next(ua))}catch(Bs){oa(Bs)}},ga=ua=>{try{Fs(Xi.throw(ua))}catch(Bs){oa(Bs)}},Fs=ua=>ua.done?Ma(ua.value):Promise.resolve(ua.value).then(Ca,ga);Fs((Xi=Xi.apply(Mn,ri)).next())});function P(){return Rc(this,null,function*(){return{routes:{1:{path:"/",parentId:"@@/global-layout",id:"1"},2:{path:"/paperlibrary",parentId:"1",id:"2"},3:{path:"/paperlibrary",parentId:"2",id:"3"},4:{path:"/paperlibrary/add",parentId:"2",id:"4"},5:{path:"/paperlibrary/add/:id",parentId:"2",id:"5"},6:{path:"/paperlibrary/see/:id",parentId:"2",id:"6"},7:{path:"/paperlibrary/edit_select/:id",parentId:"2",id:"7"},8:{path:"/paperlibrary/exchangequestion",parentId:"2",id:"8"},9:{path:"/paths",parentId:"1",id:"9"},10:{path:"/paths",parentId:"9",id:"10"},11:{path:"/paths/higherVocationalEducation",parentId:"9",id:"11"},12:{path:"/paths/new",parentId:"9",id:"12"},13:{path:"/paths/guidance",exact:!0,parentId:"9",id:"13"},14:{path:"/paths/:pathId",parentId:"9",id:"14"},15:{path:"/paths/:pathId/statistics",parentId:"9",id:"15"},16:{path:"/paths/:pathId/edit",parentId:"9",id:"16"},17:{path:"/paths/:pathId/:stageId/program_homework/:categoryId/add",parentId:"9",id:"17"},18:{path:"/paths/:pathId/:stageId/program_homework/:categoryId/edit",parentId:"9",id:"18"},19:{path:"/classrooms",parentId:"1",id:"19"},20:{path:"/classrooms",parentId:"19",id:"20"},21:{path:"/classrooms/examList",parentId:"19",id:"21"},22:{path:"/classrooms/classicCases",parentId:"19",id:"22"},23:{path:"/classrooms/index",parentId:"19",id:"23"},24:{path:"/classrooms/new",parentId:"19",id:"24"},25:{path:"/classrooms/:coursesId/edit",parentId:"19",id:"25"},26:{path:"/classrooms/news/:subjectid/newgold/:id",parentId:"19",id:"26"},27:{path:"/classrooms/:coursesId/newgolds/settings",parentId:"19",id:"27"},28:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/review_detail/:userId",parentId:"19",id:"28"},29:{path:"/classrooms/:coursesId/common_homework/:categoryId/review_detail/:userId",parentId:"19",id:"29"},30:{path:"/classrooms/:coursesId/program_homework/:categoryId/review_detail/:userId",parentId:"19",id:"30"},31:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/detail",parentId:"19",id:"31"},32:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/:homeworkId/comment",parentId:"19",id:"32"},33:{path:"/classrooms/:coursesId/common_homework/:categoryId/:homeworkId/comment",parentId:"19",id:"33"},34:{path:"/classrooms/:coursesId/shixun_homework/:categoryId/:homeworkId/commitsummary",parentId:"19",id:"34"},35:{path:"/classrooms/:coursesId/group_homework/:categoryId/detail",parentId:"19",id:"35"},36:{path:"/classrooms/:coursesId/common_homework/:categoryId/detail",parentId:"19",id:"36"},37:{path:"/classrooms/:coursesId/common_homework/:categoryId/review/:userId",parentId:"19",id:"37"},38:{path:"/classrooms/:coursesId/group_homework/:commonHomeworkId/review/:userId",parentId:"19",id:"38"},39:{path:"/classrooms/:coursesId/group_homework/:commonHomeworkId/post",parentId:"19",id:"39"},40:{path:"/classrooms/:coursesId/group_homework/:commonHomeworkId/:homeworkId/edit",parentId:"19",id:"40"},41:{path:"/classrooms/:coursesId/exercise/:categoryId/detail/:userId/review_detail",parentId:"19",id:"41"},42:{path:"/classrooms/:coursesId/exercise/:categoryId/detail",parentId:"19",id:"42"},43:{path:"/classrooms/:coursesId/exercise/:categoryId/preview_select",parentId:"19",id:"43"},44:{path:"/classrooms/:coursesId/exercise/:categoryId/:login/initate_answer",parentId:"19",id:"44"},45:{path:"/classrooms/:coursesId/exercise/:categoryId/users/:login",parentId:"19",id:"45"},46:{path:"/classrooms/:coursesId/exercise/:categoryId/wrongAnswer/:login",parentId:"19",id:"46"},47:{path:"/classrooms/:coursesId/exercisenotice/:categoryId/users/:login",parentId:"19",id:"47"},48:{path:"/classrooms/:coursesId/exercise/:categoryId/random/edit",parentId:"19",id:"48"},49:{path:"/classrooms/:coursesId/exercise/:categoryId/random/preview",parentId:"19",id:"49"},50:{path:"/classrooms/:coursesId/exercise/add",parentId:"19",id:"50"},51:{path:"/classrooms/:coursesId/exercise/add/:exerciseId",parentId:"19",id:"51"},52:{path:"/classrooms/:coursesId/exercise/:exerciseId/reviews/group",parentId:"19",id:"52"},53:{path:"/classrooms/:coursesId/exercise/:exerciseId/review/:userId",parentId:"19",id:"53"},54:{path:"/classrooms/:coursesId/exercise/:exerciseId/centralizeReview/:userId",parentId:"19",id:"54"},55:{path:"/classrooms/:coursesId/exercise/:exerciseId/export_blank",parentId:"19",id:"55"},56:{path:"/classrooms/:coursesId/exercise/:exerciseId/sumup",parentId:"19",id:"56"},57:{path:"/classrooms/:coursesId/exercise/:exerciseId/sumup/edit",parentId:"19",id:"57"},58:{path:"/classrooms/:coursesId/exercise/:exerciseId/analysis/:studentId",parentId:"19",id:"58"},59:{path:"/classrooms/:coursesId/shixun_homework/:exerciseId/analysis/:studentId",parentId:"19",id:"59"},60:{path:"/classrooms/:coursesId/exercise/:exerciseId/analysis/:studentId/code",parentId:"19",id:"60"},61:{path:"/classrooms/:coursesId/shixun_homework/:exerciseId/analysis/:studentId/code",parentId:"19",id:"61"},62:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/detail",parentId:"19",id:"62"},63:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/add",parentId:"19",id:"63"},64:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/edit",parentId:"19",id:"64"},65:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/add",parentId:"19",id:"65"},66:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/edit",parentId:"19",id:"66"},67:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/detail",parentId:"19",id:"67"},68:{path:"/classrooms/:coursesId/common_homework/:categoryId/add",parentId:"19",id:"68"},69:{path:"/classrooms/:coursesId/common_homework/:categoryId/edit",parentId:"19",id:"69"},70:{path:"/classrooms/:coursesId/common_homework/:commonHomeworkId/post",parentId:"19",id:"70"},71:{path:"/classrooms/:coursesId/common_homework/:commonHomeworkId/:homeworkId/edit",parentId:"19",id:"71"},72:{path:"/classrooms/:coursesId/group_homework/:categoryId/add",parentId:"19",id:"72"},73:{path:"/classrooms/:coursesId/group_homework/:categoryId/edit",parentId:"19",id:"73"},74:{path:"/classrooms/:coursesId/poll/:categoryId/add",parentId:"19",id:"74"},75:{path:"/classrooms/:coursesId/poll/:categoryId/edit",parentId:"19",id:"75"},76:{path:"/classrooms/:coursesId/poll/:categoryId/detail",parentId:"19",id:"76"},77:{path:"/classrooms/:coursesId/poll/:categoryId/users/:login",parentId:"19",id:"77"},78:{path:"/classrooms/:coursesId/poll/:categoryId/questionnaireInfo/:login",parentId:"19",id:"78"},79:{path:"/classrooms/:coursesId/board/:categoryId/Add",parentId:"19",id:"79"},80:{path:"/classrooms/:coursesId/board/:categoryId/Edit/:boardId",parentId:"19",id:"80"},81:{path:"/classrooms/:coursesId/board/:categoryId/Detail/:boardId",parentId:"19",id:"81"},82:{path:"/classrooms/:courseId/template/:templateId",parentId:"19",id:"82"},83:{path:"/classrooms/:courseId/common_homework/:homeworkId/lab-report/:reportId",parentId:"19",id:"83"},84:{path:"/classrooms/guidance",parentId:"19",id:"84"},85:{path:"/classrooms/:courseId/common_homework/:homeworkId/lab-report-view/:workId",parentId:"19",id:"85"},86:{path:"/classrooms/:coursesId/exercise/:categoryId/users/:login/check",parentId:"19",id:"86"},87:{path:"/classrooms/:coursesId/Studentdetail/:login",parentId:"19",id:"87"},88:{path:"/classrooms/:coursesId/StudentSituation/:categoryId/:login",parentId:"19",id:"88"},89:{path:"/classrooms/:coursesId/engineering/datail",parentId:"19",id:"89"},90:{path:"/classrooms/:coursesId/program_homework/:categoryId/add",parentId:"19",id:"90"},91:{path:"/classrooms/:coursesId/program_homework/:categoryId/edit",parentId:"19",id:"91"},92:{path:"/classrooms/:coursesId/program_homework/ranking",parentId:"19",id:"92"},93:{path:"/classrooms/:coursesId/program_homework/:categoryId/detail",parentId:"19",id:"93"},94:{path:"/classrooms/:coursesId/program_homework/:categoryId/:homeworkId/ranking",parentId:"19",id:"94"},95:{path:"/classrooms/:coursesId/program_homework/:categoryId/:homeworkId/:user_id/comment",parentId:"19",id:"95"},96:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer",parentId:"19",id:"96"},97:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/add",parentId:"19",id:"97"},98:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/:answerid/edit",parentId:"19",id:"98"},99:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/:answerid/detail",parentId:"19",id:"99"},100:{path:"/classrooms/:videoId/video_info",parentId:"19",id:"100"},101:{path:"/classrooms/",parentId:"19",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:"/users",parentId:"1",id:"222"},223:{path:"/users/:username/videos/protocol",parentId:"222",id:"223"},224:{path:"/users/:username/videos/resourceProtocol",parentId:"222",id:"224"},225:{path:"/users/:username/videos/success",parentId:"222",id:"225"},226:{path:"/users/:username/topicbank/:topicstype",parentId:"222",id:"226"},227:{path:"/users/:username/topics/:topicId/:topictype/normal/detail",parentId:"222",id:"227"},228:{path:"/users/:username/topics/:topicId/:topictype/group/detail",parentId:"222",id:"228"},229:{path:"/users/:username/topics/:topicId/:topictype/normal/edit",parentId:"222",id:"229"},230:{path:"/users/:username/topics/:topicId/:topictype/group/edit",parentId:"222",id:"230"},231:{path:"/users/:username/topics/:topicId/:topictype/exercise/edit",parentId:"222",id:"231"},232:{path:"/users/:username/topics/:topicId/:topictype/exercise/detail",parentId:"222",id:"232"},233:{path:"/users/:username/topics/:topicId/:topictype/poll/edit",parentId:"222",id:"233"},234:{path:"/users/:username/topics/:topicId/:topictype/poll/detail",parentId:"222",id:"234"},235:{path:"/users/:username/experiment-img/add",parentId:"222",id:"235"},236:{path:"/users/:username",parentId:"222",id:"236"},237:{path:"/users/:username",parentId:"236",id:"237"},238:{path:"/users/:username/baseInfo/edit",parentId:"236",id:"238"},239:{path:"/users/:username/baseInfo",parentId:"236",id:"239"},240:{path:"/users/:username/realNameCertification",parentId:"236",id:"240"},241:{path:"/users/:username/careerCertification",parentId:"236",id:"241"},242:{path:"/users/:username/classrooms",parentId:"236",id:"242"},243:{path:"/users/:username/shixuns",parentId:"236",id:"243"},244:{path:"/users/:username/dataSet",parentId:"236",id:"244"},245:{path:"/users/:username/userPortrait",parentId:"236",id:"245"},246:{path:"/users/:username/learningPath",parentId:"236",id:"246"},247:{path:"/users/:username/teach-group",parentId:"236",id:"247"},248:{path:"/users/:username/competitions",parentId:"236",id:"248"},249:{path:"/users/:username/experiment-img",parentId:"236",id:"249"},250:{path:"/users/:username/experiment-img/:experid/detail",parentId:"236",id:"250"},251:{path:"/users/:username/certificate",parentId:"236",id:"251"},252:{path:"/users/:username/otherResources",parentId:"236",id:"252"},253:{path:"/users/:username/classmanagement",parentId:"236",id:"253"},254:{path:"/users/:username/classmanagement/:couserid",parentId:"236",id:"254"},255:{path:"/users/:username/paths",parentId:"236",id:"255"},256:{path:"/users/:username/projects",parentId:"236",id:"256"},257:{path:"/users/:username/videos",parentId:"236",id:"257"},258:{path:"/users/:username/videos/upload",parentId:"236",id:"258"},259:{path:"/users/:username/topics/:topicstype",parentId:"236",id:"259"},260:{path:"/users/:username/vspaces",parentId:"236",id:"260"},261:{path:"/users/:username/resourcesCenter",parentId:"236",id:"261"},262:{path:"/users/:username/resourcesCenter/:id/detail",parentId:"236",id:"262"},263:{path:"/users/:username/resourceGuarantee",parentId:"236",id:"263"},264:{path:"/users/:username/resourceAllocation",parentId:"236",id:"264"},265:{parentId:"1",id:"265"},266:{path:"/problems",parentId:"265",id:"266"},267:{path:"/problems",parentId:"266",id:"267"},268:{path:"/problems/batchAdd",parentId:"266",id:"268"},269:{path:"/problems/newcreate",parentId:"265",id:"269"},270:{path:"/problems/newedit/:id",exact:!0,parentId:"265",id:"270"},271:{path:"/problems/:id/edit",exact:!0,parentId:"265",id:"271"},272:{path:"/problems/new",exact:!0,parentId:"265",id:"272"},273:{path:"/problems/:id/oj/:save_identifier",parentId:"265",id:"273"},274:{path:"/problems/:id/record-detail/:submitId",parentId:"265",id:"274"},275:{path:"/problems/add",parentId:"265",id:"275"},276:{path:"/problems/:id/ojedit",parentId:"265",id:"276"},277:{path:"/engineering",parentId:"1",id:"277"},278:{path:"/engineering",parentId:"277",id:"278"},279:{path:"/engineering/teacherList",parentId:"278",id:"279"},280:{path:"/engineering/studentList",parentId:"278",id:"280"},281:{path:"/engineering/training/program",parentId:"278",id:"281"},282:{path:"/engineering/training/program/add",parentId:"278",id:"282"},283:{path:"/engineering/training/program/edit",parentId:"278",id:"283"},284:{path:"/engineering/training/objectives",parentId:"278",id:"284"},285:{path:"/engineering/graduated/index",parentId:"278",id:"285"},286:{path:"/engineering/graduated/matrix",parentId:"278",id:"286"},287:{path:"/engineering/course/list",parentId:"278",id:"287"},288:{path:"/engineering/course/setting",parentId:"278",id:"288"},289:{path:"/engineering/course/matrix",parentId:"278",id:"289"},290:{path:"/engineering/navigation",parentId:"278",id:"290"},291:{path:"/engineering/evaluate/course",parentId:"278",id:"291"},292:{path:"/engineering/evaluate/course/:ec_year_id/:id",parentId:"278",id:"292"},293:{path:"/engineering/evaluate/norm",parentId:"278",id:"293"},294:{path:"/engineering/evaluate/document",parentId:"278",id:"294"},295:{path:"/engineering/evaluate/norm/:ec_year_id/:id",parentId:"278",id:"295"},296:{path:"/engineering/*",redirect:"/404",parentId:"278",id:"296"},297:{path:"/innovation",parentId:"1",id:"297"},298:{path:"/innovation/tasks/:taskId",parentId:"297",id:"298"},299:{path:"/innovation",parentId:"297",id:"299"},300:{path:"/innovation/project",parentId:"299",id:"300"},301:{path:"/innovation/dataset",parentId:"299",id:"301"},302:{path:"/innovation/mirror",parentId:"299",id:"302"},303:{path:"/innovation/my-project",parentId:"299",id:"303"},304:{path:"/innovation/my-dataset",parentId:"299",id:"304"},305:{path:"/innovation/my-mirror",parentId:"299",id:"305"},306:{path:"/innovation/project/create",parentId:"299",id:"306"},307:{path:"/innovation/project/edit/:id",parentId:"299",id:"307"},308:{path:"/innovation/project/detail/:taskId",parentId:"299",id:"308"},309:{path:"/tasks",parentId:"1",id:"309"},310:{path:"/tasks/:taskId",exact:!0,parentId:"309",id:"310"},311:{path:"/tasks/:identifier/jupyter/",exact:!0,parentId:"309",id:"311"},312:{path:"/tasks/:courseId/:homeworkId/:taskId",exact:!0,parentId:"309",id:"312"},313:{path:"/tasks/jupyter/:courseId/:homeworkId/:identifier",exact:!0,parentId:"309",id:"313"},314:{path:"/tasks/:courseId/:exerciseId/:taskId/exercise",exact:!0,parentId:"309",id:"314"},315:{path:"/myproblems",parentId:"1",id:"315"},316:{path:"/myproblems/:id/record-detail/:submitId",exact:!0,parentId:"315",id:"316"},317:{path:"/myproblems/:id",exact:!0,parentId:"315",id:"317"},318:{path:"/account",parentId:"1",id:"318"},319:{path:"/account",parentId:"318",id:"319"},320:{path:"/account/profile",parentId:"319",id:"320"},321:{path:"/account/profile/edit",parentId:"319",id:"321"},322:{path:"/account/certification",parentId:"319",id:"322"},323:{path:"/account/secure",parentId:"319",id:"323"},324:{path:"/account/binding",parentId:"319",id:"324"},325:{path:"/account/Results",parentId:"319",id:"325"},326:{path:"/ch",parentId:"1",id:"326"},327:{path:"/ch/rest/edit/:categoryId/:id",exact:!0,parentId:"326",id:"327"},328:{path:"/ch/rest/",exact:!0,parentId:"326",id:"328"},329:{path:"/ch/rest/:id",exact:!0,parentId:"326",id:"329"},330:{path:"/order",parentId:"1",id:"330"},331:{path:"/order",parentId:"330",id:"331"},332:{path:"/order/invoice",parentId:"330",id:"332"},333:{path:"/order/records",parentId:"330",id:"333"},334:{path:"/order/apply",parentId:"330",id:"334"},335:{path:"/order/view",parentId:"330",id:"335"},336:{path:"/order/:courseId/information",parentId:"330",id:"336"},337:{path:"/order/:courseId/pay",parentId:"330",id:"337"},338:{path:"/order/:orderNum/result",parentId:"330",id:"338"},339:{path:"/messages",parentId:"1",id:"339"},340:{path:"/messages/:userId/user_tidings",parentId:"339",id:"340"},341:{path:"/messages/:userId/private_messages",parentId:"339",id:"341"},342:{path:"/messages/:userId/message_detail",parentId:"339",id:"342"},343:{path:"/vtrs",parentId:"1",id:"343"},344:{path:"/vtrs/:virtual_spacesId",parentId:"343",id:"344"},345:{path:"/vtrs/:virtual_spacesId",exact:!0,parentId:"344",id:"345"},346:{path:"/vtrs/:virtual_spacesId/workplace",exact:!0,parentId:"344",id:"346"},347:{path:"/vtrs/:virtual_spacesId/experiment",parentId:"344",id:"347"},348:{path:"/vtrs/:virtual_spacesId/announcement",parentId:"344",id:"348"},349:{path:"/vtrs/:virtual_spacesId/announcement/add",parentId:"344",id:"349"},350:{path:"/vtrs/:virtual_spacesId/announcement/:id/edit",parentId:"344",id:"350"},351:{path:"/vtrs/:virtual_spacesId/announcement/:id/detail",parentId:"344",id:"351"},352:{path:"/vtrs/:virtual_spacesId/survey",parentId:"344",id:"352"},353:{path:"/vtrs/:virtual_spacesId/survey/:id/detail",parentId:"344",id:"353"},354:{path:"/vtrs/:virtual_spacesId/knowledge",parentId:"344",id:"354"},355:{path:"/vtrs/:virtual_spacesId/knowledge/add",parentId:"344",id:"355"},356:{path:"/vtrs/:virtual_spacesId/knowledge/:id/edit",parentId:"344",id:"356"},357:{path:"/vtrs/:virtual_spacesId/material",parentId:"344",id:"357"},358:{path:"/vtrs/:virtual_spacesId/material/:id/detail",parentId:"344",id:"358"},359:{path:"/vtrs/:virtual_spacesId/lesson",parentId:"344",id:"359"},360:{path:"/vtrs/:virtual_spacesId/lesson/:id/detail",parentId:"344",id:"360"},361:{path:"/vtrs/:virtual_spacesId/lesson/:id/detail/:fileid",parentId:"344",id:"361"},362:{path:"/vtrs/:virtual_spacesId/discussion",parentId:"344",id:"362"},363:{path:"/vtrs/:virtual_spacesId/discussion/:id/detail",parentId:"344",id:"363"},364:{path:"/vtrs/:virtual_spacesId/discussion/:id/detail/:fileid",parentId:"344",id:"364"},365:{path:"/vtrs/:virtual_spacesId/settings",parentId:"344",id:"365"},366:{path:"/vtrs/:virtual_spacesId/resources",parentId:"344",id:"366"},367:{path:"/vtrs/:virtual_spacesId/resources/:id/detail",parentId:"344",id:"367"},368:{path:"/vtrs/:virtual_spacesId/Plan",parentId:"344",id:"368"},369:{path:"/vtrs/:virtual_spacesId/plan/:id/detail",parentId:"344",id:"369"},370:{path:"/vtrs/:virtual_spacesId/digtal",parentId:"344",id:"370"},371:{path:"/vtrs/:virtual_spacesId/homepage",parentId:"344",id:"371"},372:{path:"/vtrs/:virtual_spacesId/*",parentId:"344",id:"372"},373:{path:"/101",parentId:"1",id:"373"},374:{path:"/101/:virtual_spacesId",parentId:"373",id:"374"},375:{path:"/101/:virtual_spacesId",exact:!0,parentId:"374",id:"375"},376:{path:"/101/:virtual_spacesId/workplace",exact:!0,parentId:"374",id:"376"},377:{path:"/101/:virtual_spacesId/experiment",parentId:"374",id:"377"},378:{path:"/101/:virtual_spacesId/announcement",parentId:"374",id:"378"},379:{path:"/101/:virtual_spacesId/announcement/add",parentId:"374",id:"379"},380:{path:"/101/:virtual_spacesId/announcement/:id/edit",parentId:"374",id:"380"},381:{path:"/101/:virtual_spacesId/announcement/:id/detail",parentId:"374",id:"381"},382:{path:"/101/:virtual_spacesId/survey",parentId:"374",id:"382"},383:{path:"/101/:virtual_spacesId/survey/:id/detail",parentId:"374",id:"383"},384:{path:"/101/:virtual_spacesId/knowledge",parentId:"374",id:"384"},385:{path:"/101/:virtual_spacesId/knowledge/add",parentId:"374",id:"385"},386:{path:"/101/:virtual_spacesId/knowledge/:id/edit",parentId:"374",id:"386"},387:{path:"/101/:virtual_spacesId/material",parentId:"374",id:"387"},388:{path:"/101/:virtual_spacesId/material/:id/detail",parentId:"374",id:"388"},389:{path:"/101/:virtual_spacesId/lesson",parentId:"374",id:"389"},390:{path:"/101/:virtual_spacesId/lesson/:id/detail",parentId:"374",id:"390"},391:{path:"/101/:virtual_spacesId/lesson/:id/detail/:fileid",parentId:"374",id:"391"},392:{path:"/101/:virtual_spacesId/discussion",parentId:"374",id:"392"},393:{path:"/101/:virtual_spacesId/discussion/:id/detail",parentId:"374",id:"393"},394:{path:"/101/:virtual_spacesId/discussion/:id/detail/:fileid",parentId:"374",id:"394"},395:{path:"/101/:virtual_spacesId/settings",parentId:"374",id:"395"},396:{path:"/101/:virtual_spacesId/resources",parentId:"374",id:"396"},397:{path:"/101/:virtual_spacesId/resources/:id/detail",parentId:"374",id:"397"},398:{path:"/101/:virtual_spacesId/Plan",parentId:"374",id:"398"},399:{path:"/101/:virtual_spacesId/plan/:id/detail",parentId:"374",id:"399"},400:{path:"/101/:virtual_spacesId/digtal",parentId:"374",id:"400"},401:{path:"/101/:virtual_spacesId/homepage",parentId:"374",id:"401"},402:{path:"/101/:virtual_spacesId/*",parentId:"374",id:"402"},403:{path:"/administration",parentId:"1",id:"403"},404:{path:"/administration",parentId:"403",id:"404"},405:{path:"/administration/college",parentId:"404",id:"405"},406:{path:"/administration/student",parentId:"404",id:"406"},407:{path:"/administration/student/:studentId/edit",parentId:"404",id:"407"},408:{path:"/administration/profession",parentId:"404",id:"408"},409:{path:"/graduations",parentId:"1",id:"409"},410:{path:"/graduations",exact:!0,parentId:"409",id:"410"},411:{path:"/graduations/:id/:moduleKey/:moduleId/review/:itemId",exact:!0,parentId:"409",id:"411"},412:{path:"/graduations/:id",parentId:"409",id:"412"},413:{path:"/graduations/:id/index",parentId:"412",id:"413"},414:{path:"/graduations/:id/topics",parentId:"412",id:"414"},415:{path:"/graduations/:id/student_selection",parentId:"412",id:"415"},416:{path:"/graduations/:id/tasks",parentId:"412",id:"416"},417:{path:"/graduations/:id/opening_report",parentId:"412",id:"417"},418:{path:"/graduations/:id/midterm_report",parentId:"412",id:"418"},419:{path:"/graduations/:id/thesis",parentId:"412",id:"419"},420:{path:"/graduations/:id/final_defense",parentId:"412",id:"420"},421:{path:"/graduations/:id/final_thesis",parentId:"412",id:"421"},422:{path:"/graduations/:id/settings",parentId:"412",id:"422"},423:{path:"/graduations/:id/teachers",parentId:"412",id:"423"},424:{path:"/graduations/:id/students",parentId:"412",id:"424"},425:{path:"/graduations/:id/archives",parentId:"412",id:"425"},426:{path:"/graduations/:id/grading_summary",parentId:"412",id:"426"},427:{path:"/dataset",parentId:"1",id:"427"},428:{path:"/dataset",exact:!0,parentId:"427",id:"428"},429:{path:"/dataset/:id/detail",exact:!0,parentId:"427",id:"429"},430:{path:"/knowledgegraph",parentId:"1",id:"430"},431:{path:"/knowledgegraph/:pathId",parentId:"430",id:"431"},432:{path:"/knowledgegraph/:pathId/statistics",parentId:"430",id:"432"},433:{path:"/newlogin",parentId:"1",id:"433"},434:{path:"/onlinenum",parentId:"1",id:"434"},435:{path:"/onlinenum",parentId:"434",id:"435"},436:{path:"/shixuncontext",parentId:"1",id:"436"},437:{path:"/shixuncontext",parentId:"436",id:"437"},438:{path:"/shixuncontext/:Id/detail",parentId:"436",id:"438"},439:{path:"/educoder-demo",exact:!0,parentId:"1",id:"439"},440:{path:"/training",parentId:"1",id:"440"},441:{name:"\u7CBE\u57F9\u8BFE\u7A0B",path:"/training",parentId:"440",id:"441"},442:{path:"/largeScreen",exact:!0,parentId:"1",id:"442"},443:{path:"/quality",parentId:"1",id:"443"},444:{name:"\u7CBE\u54C1\u8BFE\u7A0B",path:"/quality",parentId:"443",id:"444"},445:{path:"/otherlogin",exact:!0,parentId:"1",id:"445"},446:{path:"/otherloginqq",exact:!0,parentId:"1",id:"446"},447:{path:"/otherloginstart",exact:!0,parentId:"1",id:"447"},448:{path:"/pathsoverview",exact:!0,parentId:"1",id:"448"},449:{path:"/shixunsoverview",exact:!0,parentId:"1",id:"449"},450:{path:"/classroomsoverview",exact:!0,parentId:"1",id:"450"},451:{path:"/login",parentId:"1",id:"451"},452:{path:"/login",parentId:"451",id:"452"},453:{path:"/user",parentId:"1",id:"453"},454:{path:"/user/login",parentId:"453",id:"454"},455:{path:"/user/register",parentId:"453",id:"455"},456:{path:"/user/reset-password",parentId:"453",id:"456"},457:{path:"/colleges",parentId:"1",id:"457"},458:{path:"/colleges/:id/statistics",parentId:"457",id:"458"},459:{path:"/help",parentId:"1",id:"459"},460:{path:"/help/:id",parentId:"459",id:"460"},461:{path:"/video",parentId:"1",id:"461"},462:{path:"/video/:videoId",parentId:"461",id:"462"},463:{path:"/terminal",parentId:"1",id:"463"},464:{path:"/report/:taskId/:game_report_id",parentId:"1",id:"464"},465:{path:"/statsDashboard",parentId:"1",id:"465"},466:{path:"/",parentId:"1",id:"466"},467:{path:"/",exact:!0,parentId:"466",id:"467"},468:{path:"/api/*",exact:!0,parentId:"466",id:"468"},469:{path:"/search",exact:!0,parentId:"466",id:"469"},470:{path:"/moop_cases",exact:!0,parentId:"466",id:"470"},471:{path:"/moop_cases/new",exact:!0,parentId:"466",id:"471"},472:{path:"/moop_cases/:caseId",exact:!0,parentId:"466",id:"472"},473:{path:"/moop_cases/:caseId/edit",exact:!0,parentId:"466",id:"473"},474:{path:"/moop_cases/:caseId/publish-success",exact:!0,parentId:"466",id:"474"},475:{path:"/randompaper",exact:!0,parentId:"466",id:"475"},476:{path:"/randompaper/edit/:id",exact:!0,parentId:"466",id:"476"},477:{path:"/randompaper/detail/:id",exact:!0,parentId:"466",id:"477"},478:{path:"/403",parentId:"466",id:"478"},479:{path:"/500",parentId:"466",id:"479"},480:{path:"/404",parentId:"466",id:"480"},481:{path:"/download",parentId:"466",id:"481"},482:{path:"/iwce",parentId:"466",id:"482"},483:{path:"/classrooms/:coursesId/attendance/TeacherSign",parentId:"466",id:"483"},484:{path:"/classrooms/:coursesId/attendance/:categoryId",parentId:"466",id:"484"},485:{path:"/Activities",parentId:"466",id:"485"},486:{path:"/iwce/:itemname",parentId:"466",id:"486"},487:{path:"/hpc-course",parentId:"466",id:"487"},488:{path:"/user_agents",parentId:"466",id:"488"},489:{path:"/three",parentId:"466",id:"489"},490:{path:"/introduction",parentId:"466",id:"490"},491:{path:"/chatgpt",parentId:"466",id:"491"},492:{path:"/*",parentId:"466",id:"492"},"@@/global-layout":{id:"@@/global-layout",path:"/",isLayout:!0}},routeComponents:{1:je.lazy(()=>__webpack_require__.e(6515).then(__webpack_require__.bind(__webpack_require__,36515))),2:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),3:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(2099)]).then(__webpack_require__.bind(__webpack_require__,78792))),4:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,45409))),5:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,45409))),6:je.lazy(()=>__webpack_require__.e(3247).then(__webpack_require__.bind(__webpack_require__,73327))),7:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(6183),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,98077))),8:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(6183),__webpack_require__.e(1545)]).then(__webpack_require__.bind(__webpack_require__,86758))),9:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),10:je.lazy(()=>__webpack_require__.e(9906).then(__webpack_require__.bind(__webpack_require__,91035))),11:je.lazy(()=>__webpack_require__.e(5572).then(__webpack_require__.bind(__webpack_require__,15165))),12:je.lazy(()=>__webpack_require__.e(6080).then(__webpack_require__.bind(__webpack_require__,94303))),13:je.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,19451))),14:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3270),__webpack_require__.e(2281)]).then(__webpack_require__.bind(__webpack_require__,96439))),15:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1651)]).then(__webpack_require__.bind(__webpack_require__,18964))),16:je.lazy(()=>__webpack_require__.e(6080).then(__webpack_require__.bind(__webpack_require__,94303))),17:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(6183),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,98077))),18:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(6183),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,98077))),19:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),20:je.lazy(()=>__webpack_require__.e(6789).then(__webpack_require__.bind(__webpack_require__,30263))),21:je.lazy(()=>__webpack_require__.e(9921).then(__webpack_require__.bind(__webpack_require__,24885))),22:je.lazy(()=>__webpack_require__.e(1674).then(__webpack_require__.bind(__webpack_require__,18350))),23:je.lazy(()=>__webpack_require__.e(6685).then(__webpack_require__.bind(__webpack_require__,53408))),24:je.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,76812))),25:je.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,76812))),26:je.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,2490))),27:je.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,2490))),28:je.lazy(()=>__webpack_require__.e(109).then(__webpack_require__.bind(__webpack_require__,64723))),29:je.lazy(()=>__webpack_require__.e(737).then(__webpack_require__.bind(__webpack_require__,56333))),30:je.lazy(()=>__webpack_require__.e(3391).then(__webpack_require__.bind(__webpack_require__,39492))),31:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(4070),__webpack_require__.e(5694)]).then(__webpack_require__.bind(__webpack_require__,35327))),32:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5330)]).then(__webpack_require__.bind(__webpack_require__,87971))),33:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(2303)]).then(__webpack_require__.bind(__webpack_require__,84525))),34:je.lazy(()=>__webpack_require__.e(1450).then(__webpack_require__.bind(__webpack_require__,68345))),35:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(195)]).then(__webpack_require__.bind(__webpack_require__,29325))),36:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(3668)]).then(__webpack_require__.bind(__webpack_require__,50737))),37:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(2338)]).then(__webpack_require__.bind(__webpack_require__,3007))),38:je.lazy(()=>__webpack_require__.e(4662).then(__webpack_require__.bind(__webpack_require__,69604))),39:je.lazy(()=>__webpack_require__.e(8072).then(__webpack_require__.bind(__webpack_require__,5170))),40:je.lazy(()=>__webpack_require__.e(479).then(__webpack_require__.bind(__webpack_require__,192))),41:je.lazy(()=>__webpack_require__.e(5297).then(__webpack_require__.bind(__webpack_require__,42665))),42:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(14),__webpack_require__.e(4164)]).then(__webpack_require__.bind(__webpack_require__,28450))),43:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(6183),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,98077))),44:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(1322),__webpack_require__.e(4889)]).then(__webpack_require__.bind(__webpack_require__,88592))),45:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(1322),__webpack_require__.e(4105)]).then(__webpack_require__.bind(__webpack_require__,88935))),46:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(7883)]).then(__webpack_require__.bind(__webpack_require__,26554))),47:je.lazy(()=>__webpack_require__.e(7482).then(__webpack_require__.bind(__webpack_require__,51426))),48:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,2995))),49:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(337)]).then(__webpack_require__.bind(__webpack_require__,704))),50:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,51897))),51:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,51897))),52:je.lazy(()=>__webpack_require__.e(5992).then(__webpack_require__.bind(__webpack_require__,72521))),53:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,64732))),54:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,64732))),55:je.lazy(()=>__webpack_require__.e(8431).then(__webpack_require__.bind(__webpack_require__,59753))),56:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5902)]).then(__webpack_require__.bind(__webpack_require__,40068))),57:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3433)]).then(__webpack_require__.bind(__webpack_require__,32607))),58:je.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,84081))),59:je.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,84081))),60:je.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,86794))),61:je.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,86794))),62:je.lazy(()=>__webpack_require__.e(1578).then(__webpack_require__.bind(__webpack_require__,32156))),63:je.lazy(()=>__webpack_require__.e(3317).then(__webpack_require__.bind(__webpack_require__,98949))),64:je.lazy(()=>__webpack_require__.e(1482).then(__webpack_require__.bind(__webpack_require__,73968))),65:je.lazy(()=>__webpack_require__.e(4795).then(__webpack_require__.bind(__webpack_require__,56659))),66:je.lazy(()=>__webpack_require__.e(26).then(__webpack_require__.bind(__webpack_require__,16995))),67:je.lazy(()=>__webpack_require__.e(8882).then(__webpack_require__.bind(__webpack_require__,46930))),68:je.lazy(()=>Promise.all([__webpack_require__.e(3270),__webpack_require__.e(5888)]).then(__webpack_require__.bind(__webpack_require__,55584))),69:je.lazy(()=>Promise.all([__webpack_require__.e(3270),__webpack_require__.e(9715)]).then(__webpack_require__.bind(__webpack_require__,91525))),70:je.lazy(()=>__webpack_require__.e(7045).then(__webpack_require__.bind(__webpack_require__,14684))),71:je.lazy(()=>__webpack_require__.e(1211).then(__webpack_require__.bind(__webpack_require__,23786))),72:je.lazy(()=>Promise.all([__webpack_require__.e(3270),__webpack_require__.e(1582)]).then(__webpack_require__.bind(__webpack_require__,18417))),73:je.lazy(()=>Promise.all([__webpack_require__.e(3270),__webpack_require__.e(6729)]).then(__webpack_require__.bind(__webpack_require__,68896))),74:je.lazy(()=>Promise.all([__webpack_require__.e(383),__webpack_require__.e(9695)]).then(__webpack_require__.bind(__webpack_require__,65500))),75:je.lazy(()=>Promise.all([__webpack_require__.e(383),__webpack_require__.e(8723)]).then(__webpack_require__.bind(__webpack_require__,34612))),76:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7622)]).then(__webpack_require__.bind(__webpack_require__,79925))),77:je.lazy(()=>__webpack_require__.e(5148).then(__webpack_require__.bind(__webpack_require__,78580))),78:je.lazy(()=>__webpack_require__.e(643).then(__webpack_require__.bind(__webpack_require__,89672))),79:je.lazy(()=>__webpack_require__.e(3442).then(__webpack_require__.bind(__webpack_require__,81294))),80:je.lazy(()=>__webpack_require__.e(2102).then(__webpack_require__.bind(__webpack_require__,52728))),81:je.lazy(()=>__webpack_require__.e(2425).then(__webpack_require__.bind(__webpack_require__,45981))),82:je.lazy(()=>__webpack_require__.e(2404).then(__webpack_require__.bind(__webpack_require__,69891))),83:je.lazy(()=>__webpack_require__.e(9785).then(__webpack_require__.bind(__webpack_require__,11337))),84:je.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,19451))),85:je.lazy(()=>__webpack_require__.e(2819).then(__webpack_require__.bind(__webpack_require__,3724))),86:je.lazy(()=>__webpack_require__.e(1512).then(__webpack_require__.bind(__webpack_require__,9493))),87:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7395)]).then(__webpack_require__.bind(__webpack_require__,94619))),88:je.lazy(()=>__webpack_require__.e(3585).then(__webpack_require__.bind(__webpack_require__,93406))),89:je.lazy(()=>__webpack_require__.e(6963).then(__webpack_require__.bind(__webpack_require__,58028))),90:je.lazy(()=>__webpack_require__.e(4030).then(__webpack_require__.bind(__webpack_require__,87160))),91:je.lazy(()=>__webpack_require__.e(4030).then(__webpack_require__.bind(__webpack_require__,87160))),92:je.lazy(()=>__webpack_require__.e(6127).then(__webpack_require__.bind(__webpack_require__,78894))),93:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(3951)]).then(__webpack_require__.bind(__webpack_require__,74901))),94:je.lazy(()=>__webpack_require__.e(1048).then(__webpack_require__.bind(__webpack_require__,65148))),95:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(2884)]).then(__webpack_require__.bind(__webpack_require__,20774))),96:je.lazy(()=>__webpack_require__.e(4770).then(__webpack_require__.bind(__webpack_require__,1130))),97:je.lazy(()=>__webpack_require__.e(2603).then(__webpack_require__.bind(__webpack_require__,31101))),98:je.lazy(()=>__webpack_require__.e(4216).then(__webpack_require__.bind(__webpack_require__,39833))),99:je.lazy(()=>__webpack_require__.e(5319).then(__webpack_require__.bind(__webpack_require__,66499))),100:je.lazy(()=>__webpack_require__.e(895).then(__webpack_require__.bind(__webpack_require__,74349))),101:je.lazy(()=>__webpack_require__.e(7322).then(__webpack_require__.bind(__webpack_require__,81040))),102:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,98134))),103:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,98134))),104:je.lazy(()=>__webpack_require__.e(5048).then(__webpack_require__.bind(__webpack_require__,86))),105:je.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,34203))),106:je.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,34203))),107:je.lazy(()=>__webpack_require__.e(6776).then(__webpack_require__.bind(__webpack_require__,587))),108:je.lazy(()=>__webpack_require__.e(6776).then(__webpack_require__.bind(__webpack_require__,587))),109:je.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,5185))),110:je.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,5185))),111:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,91749))),112:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,91749))),113:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,67997))),114:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,67997))),115:je.lazy(()=>__webpack_require__.e(5177).then(__webpack_require__.bind(__webpack_require__,95721))),116:je.lazy(()=>__webpack_require__.e(201).then(__webpack_require__.bind(__webpack_require__,35054))),117:je.lazy(()=>__webpack_require__.e(1477).then(__webpack_require__.bind(__webpack_require__,15520))),118:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,14717))),119:je.lazy(()=>Promise.all([__webpack_require__.e(4070),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,14717))),120:je.lazy(()=>__webpack_require__.e(1962).then(__webpack_require__.bind(__webpack_require__,32555))),121:je.lazy(()=>__webpack_require__.e(4928).then(__webpack_require__.bind(__webpack_require__,89671))),122:je.lazy(()=>__webpack_require__.e(1257).then(__webpack_require__.bind(__webpack_require__,84228))),123:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1195),__webpack_require__.e(7329)]).then(__webpack_require__.bind(__webpack_require__,69962))),124:je.lazy(()=>__webpack_require__.e(8340).then(__webpack_require__.bind(__webpack_require__,3887))),125:je.lazy(()=>__webpack_require__.e(4093).then(__webpack_require__.bind(__webpack_require__,19114))),126:je.lazy(()=>__webpack_require__.e(6185).then(__webpack_require__.bind(__webpack_require__,61691))),127:je.lazy(()=>__webpack_require__.e(6185).then(__webpack_require__.bind(__webpack_require__,61691))),128:je.lazy(()=>__webpack_require__.e(8827).then(__webpack_require__.bind(__webpack_require__,41729))),129:je.lazy(()=>__webpack_require__.e(8827).then(__webpack_require__.bind(__webpack_require__,41729))),130:je.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,17717))),131:je.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,17717))),132:je.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,1628))),133:je.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,1628))),134:je.lazy(()=>__webpack_require__.e(4217).then(__webpack_require__.bind(__webpack_require__,53773))),135:je.lazy(()=>__webpack_require__.e(6205).then(__webpack_require__.bind(__webpack_require__,46233))),136:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(533)]).then(__webpack_require__.bind(__webpack_require__,38685))),137:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5798)]).then(__webpack_require__.bind(__webpack_require__,98607))),138:je.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,57598))),139:je.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,57598))),140:je.lazy(()=>__webpack_require__.e(9944).then(__webpack_require__.bind(__webpack_require__,12765))),141:je.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,43559))),142:je.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,43559))),143:je.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,74234))),144:je.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,74234))),145:je.lazy(()=>__webpack_require__.e(7922).then(__webpack_require__.bind(__webpack_require__,7479))),146:je.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,67355))),147:je.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,67355))),148:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,93907))),149:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,93907))),150:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8689)]).then(__webpack_require__.bind(__webpack_require__,86002))),151:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7806)]).then(__webpack_require__.bind(__webpack_require__,38756))),152:je.lazy(()=>__webpack_require__.e(3276).then(__webpack_require__.bind(__webpack_require__,24469))),153:je.lazy(()=>__webpack_require__.e(8885).then(__webpack_require__.bind(__webpack_require__,27080))),154:je.lazy(()=>__webpack_require__.e(3451).then(__webpack_require__.bind(__webpack_require__,13104))),155:je.lazy(()=>__webpack_require__.e(9922).then(__webpack_require__.bind(__webpack_require__,9837))),156:je.lazy(()=>__webpack_require__.e(4572).then(__webpack_require__.bind(__webpack_require__,94424))),157:je.lazy(()=>__webpack_require__.e(4017).then(__webpack_require__.bind(__webpack_require__,7419))),158:je.lazy(()=>__webpack_require__.e(5518).then(__webpack_require__.bind(__webpack_require__,2970))),159:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),160:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1419),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,52964))),161:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1419),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,52964))),162:je.lazy(()=>__webpack_require__.e(4449).then(__webpack_require__.bind(__webpack_require__,80991))),163:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1419),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,52964))),164:je.lazy(()=>Promise.all([__webpack_require__.e(5812),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,64414))),165:je.lazy(()=>Promise.all([__webpack_require__.e(5812),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,64414))),166:je.lazy(()=>__webpack_require__.e(8787).then(__webpack_require__.bind(__webpack_require__,98533))),167:je.lazy(()=>__webpack_require__.e(5650).then(__webpack_require__.bind(__webpack_require__,33188))),168:je.lazy(()=>__webpack_require__.e(1799).then(__webpack_require__.bind(__webpack_require__,80384))),169:je.lazy(()=>Promise.all([__webpack_require__.e(5812),__webpack_require__.e(8579)]).then(__webpack_require__.bind(__webpack_require__,98202))),170:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),171:je.lazy(()=>__webpack_require__.e(8639).then(__webpack_require__.bind(__webpack_require__,47980))),172:je.lazy(()=>__webpack_require__.e(4048).then(__webpack_require__.bind(__webpack_require__,17125))),173:je.lazy(()=>__webpack_require__.e(4264).then(__webpack_require__.bind(__webpack_require__,72892))),174:je.lazy(()=>__webpack_require__.e(4264).then(__webpack_require__.bind(__webpack_require__,72892))),175:je.lazy(()=>__webpack_require__.e(508).then(__webpack_require__.bind(__webpack_require__,89323))),176:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),177:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(6183),__webpack_require__.e(7835)]).then(__webpack_require__.bind(__webpack_require__,45565))),178:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,92398))),179:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,92398))),180:je.lazy(()=>__webpack_require__.e(1581).then(__webpack_require__.bind(__webpack_require__,88542))),181:je.lazy(()=>__webpack_require__.e(4144).then(__webpack_require__.bind(__webpack_require__,62561))),182:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6976),__webpack_require__.e(6183),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,98077))),183:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),184:je.lazy(()=>__webpack_require__.e(8552).then(__webpack_require__.bind(__webpack_require__,1463))),185:je.lazy(()=>__webpack_require__.e(7884).then(__webpack_require__.bind(__webpack_require__,51119))),186:je.lazy(()=>Promise.all([__webpack_require__.e(475),__webpack_require__.e(5307)]).then(__webpack_require__.bind(__webpack_require__,54184))),187:je.lazy(()=>__webpack_require__.e(5549).then(__webpack_require__.bind(__webpack_require__,60997))),188:je.lazy(()=>__webpack_require__.e(9674).then(__webpack_require__.bind(__webpack_require__,49073))),189:je.lazy(()=>__webpack_require__.e(5573).then(__webpack_require__.bind(__webpack_require__,38501))),190:je.lazy(()=>__webpack_require__.e(2141).then(__webpack_require__.bind(__webpack_require__,19283))),191:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(475),__webpack_require__.e(9511)]).then(__webpack_require__.bind(__webpack_require__,92216))),192:je.lazy(()=>__webpack_require__.e(6328).then(__webpack_require__.bind(__webpack_require__,76284))),193:je.lazy(()=>__webpack_require__.e(7857).then(__webpack_require__.bind(__webpack_require__,67862))),194:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(7207),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,72629))),195:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(7207),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,72629))),196:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(7207),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,8394))),197:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(7207),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,8394))),198:je.lazy(()=>__webpack_require__.e(9205).then(__webpack_require__.bind(__webpack_require__,43794))),199:je.lazy(()=>__webpack_require__.e(1423).then(__webpack_require__.bind(__webpack_require__,14135))),200:je.lazy(()=>__webpack_require__.e(7614).then(__webpack_require__.bind(__webpack_require__,72657))),201:je.lazy(()=>__webpack_require__.e(9449).then(__webpack_require__.bind(__webpack_require__,49534))),202:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9814)]).then(__webpack_require__.bind(__webpack_require__,80544))),203:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6637)]).then(__webpack_require__.bind(__webpack_require__,63852))),204:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6637)]).then(__webpack_require__.bind(__webpack_require__,63852))),205:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3581)]).then(__webpack_require__.bind(__webpack_require__,23318))),206:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1993)]).then(__webpack_require__.bind(__webpack_require__,67067))),207:je.lazy(()=>__webpack_require__.e(1475).then(__webpack_require__.bind(__webpack_require__,98514))),208:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9804),__webpack_require__.e(8965)]).then(__webpack_require__.bind(__webpack_require__,66676))),209:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6451)]).then(__webpack_require__.bind(__webpack_require__,76384))),210:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(475),__webpack_require__.e(518)]).then(__webpack_require__.bind(__webpack_require__,89040))),211:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5894)]).then(__webpack_require__.bind(__webpack_require__,59625))),212:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5894)]).then(__webpack_require__.bind(__webpack_require__,59625))),213:je.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,80340))),214:je.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,80340))),215:je.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,81668))),216:je.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,81668))),217:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,80953))),218:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,80953))),219:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5096)]).then(__webpack_require__.bind(__webpack_require__,63638))),220:je.lazy(()=>__webpack_require__.e(3086).then(__webpack_require__.bind(__webpack_require__,35581))),221:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9417)]).then(__webpack_require__.bind(__webpack_require__,56652))),222:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),223:je.lazy(()=>__webpack_require__.e(5176).then(__webpack_require__.bind(__webpack_require__,47975))),224:je.lazy(()=>__webpack_require__.e(6587).then(__webpack_require__.bind(__webpack_require__,19818))),225:je.lazy(()=>__webpack_require__.e(9891).then(__webpack_require__.bind(__webpack_require__,89775))),226:je.lazy(()=>__webpack_require__.e(8062).then(__webpack_require__.bind(__webpack_require__,95720))),227:je.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,10010))),228:je.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,10010))),229:je.lazy(()=>__webpack_require__.e(6820).then(__webpack_require__.bind(__webpack_require__,77688))),230:je.lazy(()=>__webpack_require__.e(8517).then(__webpack_require__.bind(__webpack_require__,11760))),231:je.lazy(()=>__webpack_require__.e(7043).then(__webpack_require__.bind(__webpack_require__,21769))),232:je.lazy(()=>__webpack_require__.e(2806).then(__webpack_require__.bind(__webpack_require__,13197))),233:je.lazy(()=>__webpack_require__.e(5043).then(__webpack_require__.bind(__webpack_require__,23389))),234:je.lazy(()=>__webpack_require__.e(799).then(__webpack_require__.bind(__webpack_require__,20485))),235:je.lazy(()=>Promise.all([__webpack_require__.e(475),__webpack_require__.e(3157)]).then(__webpack_require__.bind(__webpack_require__,23864))),236:je.lazy(()=>__webpack_require__.e(8332).then(__webpack_require__.bind(__webpack_require__,42178))),237:je.lazy(()=>__webpack_require__.e(6583).then(__webpack_require__.bind(__webpack_require__,47219))),238:je.lazy(()=>__webpack_require__.e(8217).then(__webpack_require__.bind(__webpack_require__,13111))),239:je.lazy(()=>__webpack_require__.e(879).then(__webpack_require__.bind(__webpack_require__,23972))),240:je.lazy(()=>__webpack_require__.e(5776).then(__webpack_require__.bind(__webpack_require__,43601))),241:je.lazy(()=>__webpack_require__.e(906).then(__webpack_require__.bind(__webpack_require__,76988))),242:je.lazy(()=>__webpack_require__.e(900).then(__webpack_require__.bind(__webpack_require__,27578))),243:je.lazy(()=>__webpack_require__.e(6682).then(__webpack_require__.bind(__webpack_require__,83953))),244:je.lazy(()=>__webpack_require__.e(8115).then(__webpack_require__.bind(__webpack_require__,48070))),245:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2659)]).then(__webpack_require__.bind(__webpack_require__,39099))),246:je.lazy(()=>__webpack_require__.e(4610).then(__webpack_require__.bind(__webpack_require__,26793))),247:je.lazy(()=>__webpack_require__.e(8479).then(__webpack_require__.bind(__webpack_require__,62291))),248:je.lazy(()=>__webpack_require__.e(5800).then(__webpack_require__.bind(__webpack_require__,21721))),249:je.lazy(()=>Promise.all([__webpack_require__.e(475),__webpack_require__.e(2862)]).then(__webpack_require__.bind(__webpack_require__,8820))),250:je.lazy(()=>__webpack_require__.e(8286).then(__webpack_require__.bind(__webpack_require__,83090))),251:je.lazy(()=>__webpack_require__.e(5117).then(__webpack_require__.bind(__webpack_require__,15464))),252:je.lazy(()=>__webpack_require__.e(7402).then(__webpack_require__.bind(__webpack_require__,73102))),253:je.lazy(()=>__webpack_require__.e(1897).then(__webpack_require__.bind(__webpack_require__,71))),254:je.lazy(()=>__webpack_require__.e(8145).then(__webpack_require__.bind(__webpack_require__,17113))),255:je.lazy(()=>__webpack_require__.e(119).then(__webpack_require__.bind(__webpack_require__,37006))),256:je.lazy(()=>__webpack_require__.e(4736).then(__webpack_require__.bind(__webpack_require__,54479))),257:je.lazy(()=>__webpack_require__.e(2412).then(__webpack_require__.bind(__webpack_require__,17111))),258:je.lazy(()=>__webpack_require__.e(2240).then(__webpack_require__.bind(__webpack_require__,20636))),259:je.lazy(()=>__webpack_require__.e(5165).then(__webpack_require__.bind(__webpack_require__,24053))),260:je.lazy(()=>__webpack_require__.e(3831).then(__webpack_require__.bind(__webpack_require__,23260))),261:je.lazy(()=>__webpack_require__.e(2396).then(__webpack_require__.bind(__webpack_require__,50897))),262:je.lazy(()=>__webpack_require__.e(7855).then(__webpack_require__.bind(__webpack_require__,23691))),263:je.lazy(()=>__webpack_require__.e(9507).then(__webpack_require__.bind(__webpack_require__,29735))),264:je.lazy(()=>__webpack_require__.e(1343).then(__webpack_require__.bind(__webpack_require__,69403))),265:je.lazy(()=>__webpack_require__.e(6515).then(__webpack_require__.bind(__webpack_require__,36515))),266:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),267:je.lazy(()=>__webpack_require__.e(9647).then(__webpack_require__.bind(__webpack_require__,76957))),268:je.lazy(()=>__webpack_require__.e(485).then(__webpack_require__.bind(__webpack_require__,95666))),269:je.lazy(()=>Promise.all([__webpack_require__.e(240),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,31345))),270:je.lazy(()=>Promise.all([__webpack_require__.e(240),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,31345))),271:je.lazy(()=>Promise.all([__webpack_require__.e(240),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,97257))),272:je.lazy(()=>Promise.all([__webpack_require__.e(240),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,97257))),273:je.lazy(()=>__webpack_require__.e(7460).then(__webpack_require__.bind(__webpack_require__,51046))),274:je.lazy(()=>__webpack_require__.e(9716).then(__webpack_require__.bind(__webpack_require__,98407))),275:je.lazy(()=>__webpack_require__.e(6913).then(__webpack_require__.bind(__webpack_require__,23464))),276:je.lazy(()=>__webpack_require__.e(6913).then(__webpack_require__.bind(__webpack_require__,23464))),277:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),278:je.lazy(()=>__webpack_require__.e(3006).then(__webpack_require__.bind(__webpack_require__,81924))),279:je.lazy(()=>__webpack_require__.e(2045).then(__webpack_require__.bind(__webpack_require__,11131))),280:je.lazy(()=>__webpack_require__.e(1520).then(__webpack_require__.bind(__webpack_require__,58386))),281:je.lazy(()=>__webpack_require__.e(9649).then(__webpack_require__.bind(__webpack_require__,45207))),282:je.lazy(()=>__webpack_require__.e(4546).then(__webpack_require__.bind(__webpack_require__,96639))),283:je.lazy(()=>__webpack_require__.e(5357).then(__webpack_require__.bind(__webpack_require__,95095))),284:je.lazy(()=>__webpack_require__.e(8665).then(__webpack_require__.bind(__webpack_require__,43322))),285:je.lazy(()=>__webpack_require__.e(3183).then(__webpack_require__.bind(__webpack_require__,47966))),286:je.lazy(()=>__webpack_require__.e(4800).then(__webpack_require__.bind(__webpack_require__,78783))),287:je.lazy(()=>__webpack_require__.e(9489).then(__webpack_require__.bind(__webpack_require__,20301))),288:je.lazy(()=>__webpack_require__.e(9391).then(__webpack_require__.bind(__webpack_require__,75095))),289:je.lazy(()=>__webpack_require__.e(5335).then(__webpack_require__.bind(__webpack_require__,28049))),290:je.lazy(()=>__webpack_require__.e(2823).then(__webpack_require__.bind(__webpack_require__,81926))),291:je.lazy(()=>__webpack_require__.e(4973).then(__webpack_require__.bind(__webpack_require__,52153))),292:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6651)]).then(__webpack_require__.bind(__webpack_require__,10833))),293:je.lazy(()=>__webpack_require__.e(6741).then(__webpack_require__.bind(__webpack_require__,89796))),294:je.lazy(()=>__webpack_require__.e(5775).then(__webpack_require__.bind(__webpack_require__,50260))),295:je.lazy(()=>__webpack_require__.e(2548).then(__webpack_require__.bind(__webpack_require__,78725))),296:je.lazy(()=>__webpack_require__.e(6515).then(__webpack_require__.bind(__webpack_require__,36515))),297:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),298:je.lazy(()=>__webpack_require__.e(6634).then(__webpack_require__.bind(__webpack_require__,26381))),299:je.lazy(()=>__webpack_require__.e(680).then(__webpack_require__.bind(__webpack_require__,42786))),300:je.lazy(()=>__webpack_require__.e(6366).then(__webpack_require__.bind(__webpack_require__,77538))),301:je.lazy(()=>__webpack_require__.e(6452).then(__webpack_require__.bind(__webpack_require__,53150))),302:je.lazy(()=>__webpack_require__.e(1070).then(__webpack_require__.bind(__webpack_require__,47487))),303:je.lazy(()=>__webpack_require__.e(7242).then(__webpack_require__.bind(__webpack_require__,30451))),304:je.lazy(()=>__webpack_require__.e(2707).then(__webpack_require__.bind(__webpack_require__,89653))),305:je.lazy(()=>__webpack_require__.e(2865).then(__webpack_require__.bind(__webpack_require__,65802))),306:je.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,97416))),307:je.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,97416))),308:je.lazy(()=>__webpack_require__.e(3141).then(__webpack_require__.bind(__webpack_require__,9590))),309:je.lazy(()=>__webpack_require__.e(6515).then(__webpack_require__.bind(__webpack_require__,36515))),310:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6976),__webpack_require__.e(9804),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,5639))),311:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6976),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,6020))),312:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6976),__webpack_require__.e(9804),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,5639))),313:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6976),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,6020))),314:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6976),__webpack_require__.e(9804),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,5639))),315:je.lazy(()=>__webpack_require__.e(6515).then(__webpack_require__.bind(__webpack_require__,36515))),316:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(7527)]).then(__webpack_require__.bind(__webpack_require__,45383))),317:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(6270)]).then(__webpack_require__.bind(__webpack_require__,39109))),318:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),319:je.lazy(()=>__webpack_require__.e(547).then(__webpack_require__.bind(__webpack_require__,13315))),320:je.lazy(()=>__webpack_require__.e(9788).then(__webpack_require__.bind(__webpack_require__,4910))),321:je.lazy(()=>__webpack_require__.e(576).then(__webpack_require__.bind(__webpack_require__,61994))),322:je.lazy(()=>__webpack_require__.e(7260).then(__webpack_require__.bind(__webpack_require__,92748))),323:je.lazy(()=>__webpack_require__.e(4520).then(__webpack_require__.bind(__webpack_require__,29485))),324:je.lazy(()=>__webpack_require__.e(9076).then(__webpack_require__.bind(__webpack_require__,10590))),325:je.lazy(()=>__webpack_require__.e(4514).then(__webpack_require__.bind(__webpack_require__,18743))),326:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),327:je.lazy(()=>__webpack_require__.e(928).then(__webpack_require__.bind(__webpack_require__,41405))),328:je.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,97617))),329:je.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,97617))),330:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),331:je.lazy(()=>__webpack_require__.e(1939).then(__webpack_require__.bind(__webpack_require__,52726))),332:je.lazy(()=>__webpack_require__.e(556).then(__webpack_require__.bind(__webpack_require__,93322))),333:je.lazy(()=>__webpack_require__.e(6434).then(__webpack_require__.bind(__webpack_require__,38417))),334:je.lazy(()=>__webpack_require__.e(1880).then(__webpack_require__.bind(__webpack_require__,37857))),335:je.lazy(()=>__webpack_require__.e(8237).then(__webpack_require__.bind(__webpack_require__,47723))),336:je.lazy(()=>__webpack_require__.e(3447).then(__webpack_require__.bind(__webpack_require__,42276))),337:je.lazy(()=>__webpack_require__.e(264).then(__webpack_require__.bind(__webpack_require__,90988))),338:je.lazy(()=>__webpack_require__.e(4259).then(__webpack_require__.bind(__webpack_require__,71341))),339:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),340:je.lazy(()=>__webpack_require__.e(4078).then(__webpack_require__.bind(__webpack_require__,82232))),341:je.lazy(()=>__webpack_require__.e(2829).then(__webpack_require__.bind(__webpack_require__,57231))),342:je.lazy(()=>__webpack_require__.e(5359).then(__webpack_require__.bind(__webpack_require__,35642))),343:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),344:je.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,38275))),345:je.lazy(()=>__webpack_require__.e(3747).then(__webpack_require__.bind(__webpack_require__,20663))),346:je.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,56988))),347:je.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,31934))),348:je.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,32452))),349:je.lazy(()=>__webpack_require__.e(9677).then(__webpack_require__.bind(__webpack_require__,94185))),350:je.lazy(()=>__webpack_require__.e(9677).then(__webpack_require__.bind(__webpack_require__,94185))),351:je.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,9517))),352:je.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,66462))),353:je.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,9322))),354:je.lazy(()=>__webpack_require__.e(8447).then(__webpack_require__.bind(__webpack_require__,29573))),355:je.lazy(()=>__webpack_require__.e(1045).then(__webpack_require__.bind(__webpack_require__,62794))),356:je.lazy(()=>__webpack_require__.e(1045).then(__webpack_require__.bind(__webpack_require__,62794))),357:je.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,22219))),358:je.lazy(()=>__webpack_require__.e(4715).then(__webpack_require__.bind(__webpack_require__,66406))),359:je.lazy(()=>Promise.all([__webpack_require__.e(726),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,41290))),360:je.lazy(()=>Promise.all([__webpack_require__.e(726),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,90224))),361:je.lazy(()=>Promise.all([__webpack_require__.e(726),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,90224))),362:je.lazy(()=>Promise.all([__webpack_require__.e(7276),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,29005))),363:je.lazy(()=>Promise.all([__webpack_require__.e(7276),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75850))),364:je.lazy(()=>Promise.all([__webpack_require__.e(7276),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75850))),365:je.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,15995))),366:je.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,24362))),367:je.lazy(()=>__webpack_require__.e(8398).then(__webpack_require__.bind(__webpack_require__,30629))),368:je.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,13955))),369:je.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,62883))),370:je.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,46570))),371:je.lazy(()=>__webpack_require__.e(3747).then(__webpack_require__.bind(__webpack_require__,20663))),372:je.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,572))),373:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),374:je.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,38275))),375:je.lazy(()=>__webpack_require__.e(3747).then(__webpack_require__.bind(__webpack_require__,20663))),376:je.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,56988))),377:je.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,31934))),378:je.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,32452))),379:je.lazy(()=>__webpack_require__.e(9677).then(__webpack_require__.bind(__webpack_require__,94185))),380:je.lazy(()=>__webpack_require__.e(9677).then(__webpack_require__.bind(__webpack_require__,94185))),381:je.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,9517))),382:je.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,66462))),383:je.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,9322))),384:je.lazy(()=>__webpack_require__.e(8447).then(__webpack_require__.bind(__webpack_require__,29573))),385:je.lazy(()=>__webpack_require__.e(1045).then(__webpack_require__.bind(__webpack_require__,62794))),386:je.lazy(()=>__webpack_require__.e(1045).then(__webpack_require__.bind(__webpack_require__,62794))),387:je.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,22219))),388:je.lazy(()=>__webpack_require__.e(4715).then(__webpack_require__.bind(__webpack_require__,66406))),389:je.lazy(()=>Promise.all([__webpack_require__.e(726),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,41290))),390:je.lazy(()=>Promise.all([__webpack_require__.e(726),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,90224))),391:je.lazy(()=>Promise.all([__webpack_require__.e(726),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,90224))),392:je.lazy(()=>Promise.all([__webpack_require__.e(7276),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,29005))),393:je.lazy(()=>Promise.all([__webpack_require__.e(7276),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75850))),394:je.lazy(()=>Promise.all([__webpack_require__.e(7276),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,75850))),395:je.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,15995))),396:je.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,24362))),397:je.lazy(()=>__webpack_require__.e(8398).then(__webpack_require__.bind(__webpack_require__,30629))),398:je.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,13955))),399:je.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,62883))),400:je.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,46570))),401:je.lazy(()=>__webpack_require__.e(3747).then(__webpack_require__.bind(__webpack_require__,20663))),402:je.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,572))),403:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),404:je.lazy(()=>__webpack_require__.e(4766).then(__webpack_require__.bind(__webpack_require__,36751))),405:je.lazy(()=>__webpack_require__.e(7560).then(__webpack_require__.bind(__webpack_require__,16801))),406:je.lazy(()=>__webpack_require__.e(6029).then(__webpack_require__.bind(__webpack_require__,64420))),407:je.lazy(()=>__webpack_require__.e(5179).then(__webpack_require__.bind(__webpack_require__,5644))),408:je.lazy(()=>__webpack_require__.e(4621).then(__webpack_require__.bind(__webpack_require__,37065))),409:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),410:je.lazy(()=>__webpack_require__.e(1831).then(__webpack_require__.bind(__webpack_require__,70916))),411:je.lazy(()=>__webpack_require__.e(2539).then(__webpack_require__.bind(__webpack_require__,72510))),412:je.lazy(()=>__webpack_require__.e(8143).then(__webpack_require__.bind(__webpack_require__,67530))),413:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(5624)]).then(__webpack_require__.bind(__webpack_require__,30050))),414:je.lazy(()=>__webpack_require__.e(1461).then(__webpack_require__.bind(__webpack_require__,94255))),415:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(4492)]).then(__webpack_require__.bind(__webpack_require__,90692))),416:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(9416)]).then(__webpack_require__.bind(__webpack_require__,94073))),417:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,89901))),418:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,89901))),419:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,89901))),420:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,89901))),421:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,89901))),422:je.lazy(()=>__webpack_require__.e(5022).then(__webpack_require__.bind(__webpack_require__,16113))),423:je.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,21098))),424:je.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,21098))),425:je.lazy(()=>Promise.all([__webpack_require__.e(6604),__webpack_require__.e(7545)]).then(__webpack_require__.bind(__webpack_require__,78684))),426:je.lazy(()=>__webpack_require__.e(1253).then(__webpack_require__.bind(__webpack_require__,30201))),427:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),428:je.lazy(()=>__webpack_require__.e(2216).then(__webpack_require__.bind(__webpack_require__,94152))),429:je.lazy(()=>__webpack_require__.e(5382).then(__webpack_require__.bind(__webpack_require__,99008))),430:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),431:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8823)]).then(__webpack_require__.bind(__webpack_require__,27692))),432:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5915)]).then(__webpack_require__.bind(__webpack_require__,61903))),433:je.lazy(()=>__webpack_require__.e(1077).then(__webpack_require__.bind(__webpack_require__,6067))),434:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),435:je.lazy(()=>__webpack_require__.e(570).then(__webpack_require__.bind(__webpack_require__,25379))),436:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),437:je.lazy(()=>__webpack_require__.e(8365).then(__webpack_require__.bind(__webpack_require__,49820))),438:je.lazy(()=>__webpack_require__.e(6788).then(__webpack_require__.bind(__webpack_require__,64481))),439:je.lazy(()=>__webpack_require__.e(4058).then(__webpack_require__.bind(__webpack_require__,48806))),440:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),441:je.lazy(()=>__webpack_require__.e(4056).then(__webpack_require__.bind(__webpack_require__,67129))),442:je.lazy(()=>__webpack_require__.e(9487).then(__webpack_require__.bind(__webpack_require__,17138))),443:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),444:je.lazy(()=>__webpack_require__.e(532).then(__webpack_require__.bind(__webpack_require__,77071))),445:je.lazy(()=>__webpack_require__.e(7178).then(__webpack_require__.bind(__webpack_require__,26847))),446:je.lazy(()=>__webpack_require__.e(1660).then(__webpack_require__.bind(__webpack_require__,13228))),447:je.lazy(()=>__webpack_require__.e(7333).then(__webpack_require__.bind(__webpack_require__,1374))),448:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(4227)]).then(__webpack_require__.bind(__webpack_require__,82260))),449:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8155)]).then(__webpack_require__.bind(__webpack_require__,80801))),450:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5186)]).then(__webpack_require__.bind(__webpack_require__,90126))),451:je.lazy(()=>__webpack_require__.e(5786).then(__webpack_require__.bind(__webpack_require__,84781))),452:je.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,77652))),453:je.lazy(()=>__webpack_require__.e(5972).then(__webpack_require__.bind(__webpack_require__,1121))),454:je.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,77652))),455:je.lazy(()=>__webpack_require__.e(1470).then(__webpack_require__.bind(__webpack_require__,45497))),456:je.lazy(()=>__webpack_require__.e(7182).then(__webpack_require__.bind(__webpack_require__,25848))),457:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),458:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2476)]).then(__webpack_require__.bind(__webpack_require__,95511))),459:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),460:je.lazy(()=>__webpack_require__.e(5729).then(__webpack_require__.bind(__webpack_require__,22473))),461:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),462:je.lazy(()=>__webpack_require__.e(6444).then(__webpack_require__.bind(__webpack_require__,49333))),463:je.lazy(()=>__webpack_require__.e(5111).then(__webpack_require__.bind(__webpack_require__,53341))),464:je.lazy(()=>__webpack_require__.e(2307).then(__webpack_require__.bind(__webpack_require__,16336))),465:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7224)]).then(__webpack_require__.bind(__webpack_require__,66586))),466:je.lazy(()=>Promise.all([__webpack_require__.e(6976),__webpack_require__.e(5812),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,83680))),467:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1419),__webpack_require__.e(8866)]).then(__webpack_require__.bind(__webpack_require__,74034))),468:je.lazy(()=>__webpack_require__.e(2300).then(__webpack_require__.bind(__webpack_require__,21091))),469:je.lazy(()=>__webpack_require__.e(2501).then(__webpack_require__.bind(__webpack_require__,98736))),470:je.lazy(()=>__webpack_require__.e(3212).then(__webpack_require__.bind(__webpack_require__,49879))),471:je.lazy(()=>__webpack_require__.e(6904).then(__webpack_require__.bind(__webpack_require__,19891))),472:je.lazy(()=>__webpack_require__.e(1855).then(__webpack_require__.bind(__webpack_require__,1056))),473:je.lazy(()=>__webpack_require__.e(6904).then(__webpack_require__.bind(__webpack_require__,19891))),474:je.lazy(()=>__webpack_require__.e(1276).then(__webpack_require__.bind(__webpack_require__,24956))),475:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,2995))),476:je.lazy(()=>Promise.all([__webpack_require__.e(14),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,2995))),477:je.lazy(()=>__webpack_require__.e(3784).then(__webpack_require__.bind(__webpack_require__,88218))),478:je.lazy(()=>__webpack_require__.e(3862).then(__webpack_require__.bind(__webpack_require__,14196))),479:je.lazy(()=>__webpack_require__.e(4565).then(__webpack_require__.bind(__webpack_require__,80472))),480:je.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,54119))),481:je.lazy(()=>__webpack_require__.e(6170).then(__webpack_require__.bind(__webpack_require__,43251))),482:je.lazy(()=>__webpack_require__.e(4496).then(__webpack_require__.bind(__webpack_require__,90578))),483:je.lazy(()=>__webpack_require__.e(1836).then(__webpack_require__.bind(__webpack_require__,78084))),484:je.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1195),__webpack_require__.e(8435)]).then(__webpack_require__.bind(__webpack_require__,81566))),485:je.lazy(()=>__webpack_require__.e(3509).then(__webpack_require__.bind(__webpack_require__,24872))),486:je.lazy(()=>__webpack_require__.e(4496).then(__webpack_require__.bind(__webpack_require__,90578))),487:je.lazy(()=>__webpack_require__.e(4496).then(__webpack_require__.bind(__webpack_require__,90578))),488:je.lazy(()=>__webpack_require__.e(6034).then(__webpack_require__.bind(__webpack_require__,78632))),489:je.lazy(()=>__webpack_require__.e(8999).then(__webpack_require__.bind(__webpack_require__,96919))),490:je.lazy(()=>__webpack_require__.e(3910).then(__webpack_require__.bind(__webpack_require__,44229))),491:je.lazy(()=>__webpack_require__.e(67).then(__webpack_require__.bind(__webpack_require__,86779))),492:je.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,54119))),"@@/global-layout":je.lazy(()=>__webpack_require__.e(1717).then(__webpack_require__.bind(__webpack_require__,17528)))}}})}var D=__webpack_require__(98090),L=__webpack_require__(36483),ve=__webpack_require__(71418),ze=__webpack_require__(1988),en=()=>je.createElement(ve.Z,{size:"middle",className:ze.Z.loading}),Sn=__webpack_require__(91482),yi=__webpack_require__(66649),pn=__webpack_require__.n(yi),qa=__webpack_require__(91392),Fo=__webpack_require__.n(qa),ns=__webpack_require__(73100),Ks=__webpack_require__.n(ns),Js=__webpack_require__(14805),cu=__webpack_require__.n(Js),Io=__webpack_require__(13477),qc=__webpack_require__.n(Io),rc=__webpack_require__(64796),Lc=__webpack_require__.n(rc),Jc=__webpack_require__(9007),qu=__webpack_require__.n(Jc),Ti=__webpack_require__(58626),Al=__webpack_require__.n(Ti),bf=__webpack_require__(9084),Vo=__webpack_require__.n(bf),Aa=__webpack_require__(5116),ll=__webpack_require__.n(Aa),Cl=__webpack_require__(50991),nc=__webpack_require__.n(Cl),ic=__webpack_require__(39050),Wl=__webpack_require__.n(ic),Tl=__webpack_require__(1554),xf=__webpack_require__.n(Tl),Bu=__webpack_require__(59697),Hl=__webpack_require__.n(Bu);pn().extend(Ks()),pn().extend(cu()),pn().extend(qc()),pn().extend(Lc()),pn().extend(qu()),pn().extend(Al()),pn().extend(Vo()),pn().extend(ll()),pn().extend(nc()),pn().extend(Wl()),pn().extend(xf()),pn().extend(Hl()),pn().extend(Fo());var ef=Object.defineProperty,Gl=Object.getOwnPropertySymbols,wf=Object.prototype.hasOwnProperty,Nu=Object.prototype.propertyIsEnumerable,Pl=(Mn,ri,Xi)=>ri in Mn?ef(Mn,ri,{enumerable:!0,configurable:!0,writable:!0,value:Xi}):Mn[ri]=Xi,ac=(Mn,ri)=>{for(var Xi in ri||(ri={}))wf.call(ri,Xi)&&Pl(Mn,Xi,ri[Xi]);if(Gl)for(var Xi of Gl(ri))Nu.call(ri,Xi)&&Pl(Mn,Xi,ri[Xi]);return Mn},Mc=(Mn,ri,Xi)=>new Promise((Ma,oa)=>{var Ca=ua=>{try{Fs(Xi.next(ua))}catch(Bs){oa(Bs)}},ga=ua=>{try{Fs(Xi.throw(ua))}catch(Bs){oa(Bs)}},Fs=ua=>ua.done?Ma(ua.value):Promise.resolve(ua.value).then(Ca,ga);Fs((Xi=Xi.apply(Mn,ri)).next())});const Hu="/react/build/",Su=!1;function Au(){return Mc(this,null,function*(){const Mn=(0,D.gD)(),{routes:ri,routeComponents:Xi}=yield P(Mn);yield Mn.applyPlugins({key:"patchRoutes",type:Sn.ApplyPluginsType.event,args:{routes:ri,routeComponents:Xi}});const Ma=Mn.applyPlugins({key:"modifyContextOpts",type:Sn.ApplyPluginsType.modify,initialValue:{}}),oa=Ma.basename||"/",Ca=Ma.historyType||"browser",ga=(0,L.fi)(ac({type:Ca,basename:oa},Ma.historyOpts));return Mn.applyPlugins({key:"render",type:Sn.ApplyPluginsType.compose,initialValue(){const Fs={useStream:!0,routes:ri,routeComponents:Xi,pluginManager:Mn,mountElementId:"root",rootElement:Ma.rootElement||document.getElementById("root"),loadingComponent:en,publicPath:Hu,runtimePublicPath:Su,history:ga,historyType:Ca,basename:oa,__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{pureApp:!1,pureHtml:!1},callback:Ma.callback},ua=Mn.applyPlugins({key:"modifyClientRenderOpts",type:Sn.ApplyPluginsType.modify,initialValue:Fs});return Qc(ua)}})()})}Au(),typeof window!="undefined"&&(window.g_umi={version:"4.6.29"})})()})();