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.120e6e04.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,_,e){"use strict";e.r(_),e.d(_,{blue:function(){return oe},blueDark:function(){return Ue},cyan:function(){return ne},cyanDark:function(){return Ge},geekblue:function(){return q},geekblueDark:function(){return Mt},generate:function(){return A},gold:function(){return G},goldDark:function(){return ie},gray:function(){return ee},green:function(){return ae},greenDark:function(){return Oe},grey:function(){return se},greyDark:function(){return Zt},lime:function(){return W},limeDark:function(){return Te},magenta:function(){return K},magentaDark:function(){return kt},orange:function(){return N},orangeDark:function(){return j},presetDarkPalettes:function(){return Ft},presetPalettes:function(){return Q},presetPrimaryColors:function(){return P},purple:function(){return J},purpleDark:function(){return yt},red:function(){return M},redDark:function(){return le},volcano:function(){return B},volcanoDark:function(){return $},yellow:function(){return H},yellowDark:function(){return me}});var r=e(52873);const i=Math.round;function l(tr,ze){const wt=tr.replace(/^[^(]*\((.*)/,"$1").replace(/\).*/,"").match(/\d*\.?\d+%?/g)||[],Bt=wt.map(nt=>parseFloat(nt));for(let nt=0;nt<3;nt+=1)Bt[nt]=ze(Bt[nt]||0,wt[nt]||"",nt);return wt[3]?Bt[3]=wt[3].includes("%")?Bt[3]/100:Bt[3]:Bt[3]=1,Bt}const c=(tr,ze,wt)=>wt===0?tr:tr/100;function f(tr,ze){const wt=ze||255;return tr>wt?wt:tr<0?0:tr}class o{constructor(ze){(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 wt(Bt){return Bt[0]in ze&&Bt[1]in ze&&Bt[2]in ze}if(ze)if(typeof ze=="string"){let nt=function(_t){return Bt.startsWith(_t)};const Bt=ze.trim();/^#?[A-F\d]{3,8}$/i.test(Bt)?this.fromHexString(Bt):nt("rgb")?this.fromRgbString(Bt):nt("hsl")?this.fromHslString(Bt):(nt("hsv")||nt("hsb"))&&this.fromHsvString(Bt)}else if(ze instanceof o)this.r=ze.r,this.g=ze.g,this.b=ze.b,this.a=ze.a,this._h=ze._h,this._s=ze._s,this._l=ze._l,this._v=ze._v;else if(wt("rgb"))this.r=f(ze.r),this.g=f(ze.g),this.b=f(ze.b),this.a=typeof ze.a=="number"?f(ze.a,1):1;else if(wt("hsl"))this.fromHsl(ze);else if(wt("hsv"))this.fromHsv(ze);else throw new Error("@ant-design/fast-color: unsupported input "+JSON.stringify(ze))}setR(ze){return this._sc("r",ze)}setG(ze){return this._sc("g",ze)}setB(ze){return this._sc("b",ze)}setA(ze){return this._sc("a",ze,1)}setHue(ze){const wt=this.toHsv();return wt.h=ze,this._c(wt)}getLuminance(){function ze(_t){const ht=_t/255;return ht<=.03928?ht/12.92:Math.pow((ht+.055)/1.055,2.4)}const wt=ze(this.r),Bt=ze(this.g),nt=ze(this.b);return .2126*wt+.7152*Bt+.0722*nt}getHue(){if(typeof this._h=="undefined"){const ze=this.getMax()-this.getMin();ze===0?this._h=0:this._h=i(60*(this.r===this.getMax()?(this.g-this.b)/ze+(this.g<this.b?6:0):this.g===this.getMax()?(this.b-this.r)/ze+2:(this.r-this.g)/ze+4))}return this._h}getSaturation(){if(typeof this._s=="undefined"){const ze=this.getMax()-this.getMin();ze===0?this._s=0:this._s=ze/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(ze=10){const wt=this.getHue(),Bt=this.getSaturation();let nt=this.getLightness()-ze/100;return nt<0&&(nt=0),this._c({h:wt,s:Bt,l:nt,a:this.a})}lighten(ze=10){const wt=this.getHue(),Bt=this.getSaturation();let nt=this.getLightness()+ze/100;return nt>1&&(nt=1),this._c({h:wt,s:Bt,l:nt,a:this.a})}mix(ze,wt=50){const Bt=this._c(ze),nt=wt/100,_t=Je=>(Bt[Je]-this[Je])*nt+this[Je],ht={r:i(_t("r")),g:i(_t("g")),b:i(_t("b")),a:i(_t("a")*100)/100};return this._c(ht)}tint(ze=10){return this.mix({r:255,g:255,b:255,a:1},ze)}shade(ze=10){return this.mix({r:0,g:0,b:0,a:1},ze)}onBackground(ze){const wt=this._c(ze),Bt=this.a+wt.a*(1-this.a),nt=_t=>i((this[_t]*this.a+wt[_t]*wt.a*(1-this.a))/Bt);return this._c({r:nt("r"),g:nt("g"),b:nt("b"),a:Bt})}isDark(){return this.getBrightness()<128}isLight(){return this.getBrightness()>=128}equals(ze){return this.r===ze.r&&this.g===ze.g&&this.b===ze.b&&this.a===ze.a}clone(){return this._c(this)}toHexString(){let ze="#";const wt=(this.r||0).toString(16);ze+=wt.length===2?wt:"0"+wt;const Bt=(this.g||0).toString(16);ze+=Bt.length===2?Bt:"0"+Bt;const nt=(this.b||0).toString(16);if(ze+=nt.length===2?nt:"0"+nt,typeof this.a=="number"&&this.a>=0&&this.a<1){const _t=i(this.a*255).toString(16);ze+=_t.length===2?_t:"0"+_t}return ze}toHsl(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightness(),a:this.a}}toHslString(){const ze=this.getHue(),wt=i(this.getSaturation()*100),Bt=i(this.getLightness()*100);return this.a!==1?`hsla(${ze},${wt}%,${Bt}%,${this.a})`:`hsl(${ze},${wt}%,${Bt}%)`}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(ze,wt,Bt){const nt=this.clone();return nt[ze]=f(wt,Bt),nt}_c(ze){return new this.constructor(ze)}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(ze){const wt=ze.replace("#","");function Bt(nt,_t){return parseInt(wt[nt]+wt[_t||nt],16)}wt.length<6?(this.r=Bt(0),this.g=Bt(1),this.b=Bt(2),this.a=wt[3]?Bt(3)/255:1):(this.r=Bt(0,1),this.g=Bt(2,3),this.b=Bt(4,5),this.a=wt[6]?Bt(6,7)/255:1)}fromHsl({h:ze,s:wt,l:Bt,a:nt}){if(this._h=ze%360,this._s=wt,this._l=Bt,this.a=typeof nt=="number"?nt:1,wt<=0){const He=i(Bt*255);this.r=He,this.g=He,this.b=He}let _t=0,ht=0,Je=0;const je=ze/60,be=(1-Math.abs(2*Bt-1))*wt,Le=be*(1-Math.abs(je%2-1));je>=0&&je<1?(_t=be,ht=Le):je>=1&&je<2?(_t=Le,ht=be):je>=2&&je<3?(ht=be,Je=Le):je>=3&&je<4?(ht=Le,Je=be):je>=4&&je<5?(_t=Le,Je=be):je>=5&&je<6&&(_t=be,Je=Le);const Ke=Bt-be/2;this.r=i((_t+Ke)*255),this.g=i((ht+Ke)*255),this.b=i((Je+Ke)*255)}fromHsv({h:ze,s:wt,v:Bt,a:nt}){this._h=ze%360,this._s=wt,this._v=Bt,this.a=typeof nt=="number"?nt:1;const _t=i(Bt*255);if(this.r=_t,this.g=_t,this.b=_t,wt<=0)return;const ht=ze/60,Je=Math.floor(ht),je=ht-Je,be=i(Bt*(1-wt)*255),Le=i(Bt*(1-wt*je)*255),Ke=i(Bt*(1-wt*(1-je))*255);switch(Je){case 0:this.g=Ke,this.b=be;break;case 1:this.r=Le,this.b=be;break;case 2:this.r=be,this.b=Ke;break;case 3:this.r=be,this.g=Le;break;case 4:this.r=Ke,this.g=be;break;case 5:default:this.g=be,this.b=Le;break}}fromHsvString(ze){const wt=l(ze,c);this.fromHsv({h:wt[0],s:wt[1],v:wt[2],a:wt[3]})}fromHslString(ze){const wt=l(ze,c);this.fromHsl({h:wt[0],s:wt[1],l:wt[2],a:wt[3]})}fromRgbString(ze){const wt=l(ze,(Bt,nt)=>nt.includes("%")?i(Bt/100*255):Bt);this.r=wt[0],this.g=wt[1],this.b=wt[2],this.a=wt[3]}}var h=2,u=.16,a=.05,x=.05,p=.15,y=5,m=4,b=[{index:7,amount:15},{index:6,amount:25},{index:5,amount:30},{index:5,amount:45},{index:5,amount:65},{index:5,amount:85},{index:4,amount:90},{index:3,amount:95},{index:2,amount:97},{index:1,amount:98}];function S(tr,ze,wt){var Bt;return Math.round(tr.h)>=60&&Math.round(tr.h)<=240?Bt=wt?Math.round(tr.h)-h*ze:Math.round(tr.h)+h*ze:Bt=wt?Math.round(tr.h)+h*ze:Math.round(tr.h)-h*ze,Bt<0?Bt+=360:Bt>=360&&(Bt-=360),Bt}function D(tr,ze,wt){if(tr.h===0&&tr.s===0)return tr.s;var Bt;return wt?Bt=tr.s-u*ze:ze===m?Bt=tr.s+u:Bt=tr.s+a*ze,Bt>1&&(Bt=1),wt&&ze===y&&Bt>.1&&(Bt=.1),Bt<.06&&(Bt=.06),Math.round(Bt*100)/100}function R(tr,ze,wt){var Bt;return wt?Bt=tr.v+x*ze:Bt=tr.v-p*ze,Bt=Math.max(0,Math.min(1,Bt)),Math.round(Bt*100)/100}function A(tr){for(var ze=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},wt=[],Bt=new o(tr),nt=Bt.toHsv(),_t=y;_t>0;_t-=1){var ht=new o({h:S(nt,_t,!0),s:D(nt,_t,!0),v:R(nt,_t,!0)});wt.push(ht)}wt.push(Bt);for(var Je=1;Je<=m;Je+=1){var je=new o({h:S(nt,Je),s:D(nt,Je),v:R(nt,Je)});wt.push(je)}return ze.theme==="dark"?b.map(function(be){var Le=be.index,Ke=be.amount;return new o(ze.backgroundColor||"#141414").mix(wt[Le],Ke).toHexString()}):wt.map(function(be){return be.toHexString()})}var P={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 G=["#fffbe6","#fff1b8","#ffe58f","#ffd666","#ffc53d","#faad14","#d48806","#ad6800","#874d00","#613400"];G.primary=G[5];var H=["#feffe6","#ffffb8","#fffb8f","#fff566","#ffec3d","#fadb14","#d4b106","#ad8b00","#876800","#614700"];H.primary=H[5];var W=["#fcffe6","#f4ffb8","#eaff8f","#d3f261","#bae637","#a0d911","#7cb305","#5b8c00","#3f6600","#254000"];W.primary=W[5];var ae=["#f6ffed","#d9f7be","#b7eb8f","#95de64","#73d13d","#52c41a","#389e0d","#237804","#135200","#092b00"];ae.primary=ae[5];var ne=["#e6fffb","#b5f5ec","#87e8de","#5cdbd3","#36cfc9","#13c2c2","#08979c","#006d75","#00474f","#002329"];ne.primary=ne[5];var oe=["#e6f4ff","#bae0ff","#91caff","#69b1ff","#4096ff","#1677ff","#0958d9","#003eb3","#002c8c","#001d66"];oe.primary=oe[5];var q=["#f0f5ff","#d6e4ff","#adc6ff","#85a5ff","#597ef7","#2f54eb","#1d39c4","#10239e","#061178","#030852"];q.primary=q[5];var J=["#f9f0ff","#efdbff","#d3adf7","#b37feb","#9254de","#722ed1","#531dab","#391085","#22075e","#120338"];J.primary=J[5];var K=["#fff0f6","#ffd6e7","#ffadd2","#ff85c0","#f759ab","#eb2f96","#c41d7f","#9e1068","#780650","#520339"];K.primary=K[5];var se=["#a6a6a6","#999999","#8c8c8c","#808080","#737373","#666666","#404040","#1a1a1a","#000000","#000000"];se.primary=se[5];var ee=se,Q={red:M,volcano:B,orange:N,gold:G,yellow:H,lime:W,green:ae,cyan:ne,blue:oe,geekblue:q,purple:J,magenta:K,grey:se},le=["#2a1215","#431418","#58181c","#791a1f","#a61d24","#d32029","#e84749","#f37370","#f89f9a","#fac8c3"];le.primary=le[5];var $=["#2b1611","#441d12","#592716","#7c3118","#aa3e19","#d84a1b","#e87040","#f3956a","#f8b692","#fad4bc"];$.primary=$[5];var j=["#2b1d11","#442a11","#593815","#7c4a15","#aa6215","#d87a16","#e89a3c","#f3b765","#f8cf8d","#fae3b7"];j.primary=j[5];var ie=["#2b2111","#443111","#594214","#7c5914","#aa7714","#d89614","#e8b339","#f3cc62","#f8df8b","#faedb5"];ie.primary=ie[5];var me=["#2b2611","#443b11","#595014","#7c6e14","#aa9514","#d8bd14","#e8d639","#f3ea62","#f8f48b","#fafab5"];me.primary=me[5];var Te=["#1f2611","#2e3c10","#3e4f13","#536d13","#6f9412","#8bbb11","#a9d134","#c9e75d","#e4f88b","#f0fab5"];Te.primary=Te[5];var Oe=["#162312","#1d3712","#274916","#306317","#3c8618","#49aa19","#6abe39","#8fd460","#b2e58b","#d5f2bb"];Oe.primary=Oe[5];var Ge=["#112123","#113536","#144848","#146262","#138585","#13a8a8","#33bcb7","#58d1c9","#84e2d8","#b2f1e8"];Ge.primary=Ge[5];var Ue=["#111a2c","#112545","#15325b","#15417e","#1554ad","#1668dc","#3c89e8","#65a9f3","#8dc5f8","#b7dcfa"];Ue.primary=Ue[5];var Mt=["#131629","#161d40","#1c2755","#203175","#263ea0","#2b4acb","#5273e0","#7f9ef3","#a8c1f8","#d2e0fa"];Mt.primary=Mt[5];var yt=["#1a1325","#24163a","#301c4d","#3e2069","#51258f","#642ab5","#854eca","#ab7ae0","#cda8f0","#ebd7fa"];yt.primary=yt[5];var kt=["#291321","#40162f","#551c3b","#75204f","#a02669","#cb2b83","#e0529c","#f37fb7","#f8a8cc","#fad2e3"];kt.primary=kt[5];var Zt=["#151515","#1f1f1f","#2d2d2d","#393939","#494949","#5a5a5a","#6a6a6a","#7b7b7b","#888888","#969696"];Zt.primary=Zt[5];var Ft={red:le,volcano:$,orange:j,gold:ie,yellow:me,lime:Te,green:Oe,cyan:Ge,blue:Ue,geekblue:Mt,purple:yt,magenta:kt,grey:Zt}},36237:function(d,_,e){"use strict";e.r(_),e.d(_,{Keyframes:function(){return Fo},NaNLinter:function(){return ts},StyleContext:function(){return ne},StyleProvider:function(){return ae},Theme:function(){return kt},_experimental:function(){return Nu},createCache:function(){return H},createTheme:function(){return Ft},extractStyle:function(){return Mo},genCalc:function(){return Oe},getComputedToken:function(){return vr},legacyLogicalPropertiesTransformer:function(){return Ou},legacyNotSelectorLinter:function(){return ha},logicalPropertiesLinter:function(){return vo},parentSelectorLinter:function(){return Is},px2remTransformer:function(){return Ho},token2CSSVar:function(){return Me},unit:function(){return rr},useCSSVarRegister:function(){return tu},useCacheToken:function(){return sn},useStyleRegister:function(){return ss}});var r=e(16886),i=e(52873),l=e(15142),c=e(98506);function f(qt){for(var hr=0,ur,pr=0,Sr=qt.length;Sr>=4;++pr,Sr-=4)ur=qt.charCodeAt(pr)&255|(qt.charCodeAt(++pr)&255)<<8|(qt.charCodeAt(++pr)&255)<<16|(qt.charCodeAt(++pr)&255)<<24,ur=(ur&65535)*1540483477+((ur>>>16)*59797<<16),ur^=ur>>>24,hr=(ur&65535)*1540483477+((ur>>>16)*59797<<16)^(hr&65535)*1540483477+((hr>>>16)*59797<<16);switch(Sr){case 3:hr^=(qt.charCodeAt(pr+2)&255)<<16;case 2:hr^=(qt.charCodeAt(pr+1)&255)<<8;case 1:hr^=qt.charCodeAt(pr)&255,hr=(hr&65535)*1540483477+((hr>>>16)*59797<<16)}return hr^=hr>>>13,hr=(hr&65535)*1540483477+((hr>>>16)*59797<<16),((hr^hr>>>15)>>>0).toString(36)}var o=f,h=e(810),u=e(59301),a=e.t(u,2),x=e(33346),p=e(80547),y=e(13697),m=e(42573),b=e(58698),S="%";function D(qt){return qt.join(S)}var R=function(){function qt(hr){(0,m.Z)(this,qt),(0,i.Z)(this,"instanceId",void 0),(0,i.Z)(this,"cache",new Map),(0,i.Z)(this,"extracted",new Set),this.instanceId=hr}return(0,b.Z)(qt,[{key:"get",value:function(ur){return this.opGet(D(ur))}},{key:"opGet",value:function(ur){return this.cache.get(ur)||null}},{key:"update",value:function(ur,pr){return this.opUpdate(D(ur),pr)}},{key:"opUpdate",value:function(ur,pr){var Sr=this.cache.get(ur),vn=pr(Sr);vn===null?this.cache.delete(ur):this.cache.set(ur,vn)}}]),qt}(),A=R,P=["children"],M="data-token-hash",B="data-css-hash",N="data-cache-path",G="__cssinjs_instance__";function H(){var qt=Math.random().toString(12).slice(2);if(typeof document!="undefined"&&document.head&&document.body){var hr=document.body.querySelectorAll("style[".concat(B,"]"))||[],ur=document.head.firstChild;Array.from(hr).forEach(function(Sr){Sr[G]=Sr[G]||qt,Sr[G]===qt&&document.head.insertBefore(Sr,ur)});var pr={};Array.from(document.querySelectorAll("style[".concat(B,"]"))).forEach(function(Sr){var vn=Sr.getAttribute(B);if(pr[vn]){if(Sr[G]===qt){var Wn;(Wn=Sr.parentNode)===null||Wn===void 0||Wn.removeChild(Sr)}}else pr[vn]=!0})}return new A(qt)}var W=u.createContext({hashPriority:"low",cache:H(),defaultCache:!0}),ae=function(hr){var ur=hr.children,pr=(0,x.Z)(hr,P),Sr=u.useContext(W),vn=(0,p.Z)(function(){var Wn=(0,c.Z)({},Sr);Object.keys(pr).forEach(function(Hn){var oi=pr[Hn];pr[Hn]!==void 0&&(Wn[Hn]=oi)});var Rn=pr.cache;return Wn.cache=Wn.cache||H(),Wn.defaultCache=!Rn&&Sr.defaultCache,Wn},[Sr,pr],function(Wn,Rn){return!(0,y.Z)(Wn[0],Rn[0],!0)||!(0,y.Z)(Wn[1],Rn[1],!0)});return u.createElement(W.Provider,{value:vn},ur)},ne=W,oe=e(26420),q=e(47273),J=e(62437),K=e(74700),se=e(45080),ee=(0,b.Z)(function qt(){(0,m.Z)(this,qt)}),Q=ee,le="CALC_UNIT",$=new RegExp(le,"g");function j(qt){return typeof qt=="number"?"".concat(qt).concat(le):qt}var ie=function(qt){(0,K.Z)(ur,qt);var hr=(0,se.Z)(ur);function ur(pr,Sr){var vn;(0,m.Z)(this,ur),vn=hr.call(this),(0,i.Z)((0,J.Z)(vn),"result",""),(0,i.Z)((0,J.Z)(vn),"unitlessCssVar",void 0),(0,i.Z)((0,J.Z)(vn),"lowPriority",void 0);var Wn=(0,oe.Z)(pr);return vn.unitlessCssVar=Sr,pr instanceof ur?vn.result="(".concat(pr.result,")"):Wn==="number"?vn.result=j(pr):Wn==="string"&&(vn.result=pr),vn}return(0,b.Z)(ur,[{key:"add",value:function(Sr){return Sr instanceof ur?this.result="".concat(this.result," + ").concat(Sr.getResult()):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," + ").concat(j(Sr))),this.lowPriority=!0,this}},{key:"sub",value:function(Sr){return Sr instanceof ur?this.result="".concat(this.result," - ").concat(Sr.getResult()):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," - ").concat(j(Sr))),this.lowPriority=!0,this}},{key:"mul",value:function(Sr){return this.lowPriority&&(this.result="(".concat(this.result,")")),Sr instanceof ur?this.result="".concat(this.result," * ").concat(Sr.getResult(!0)):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," * ").concat(Sr)),this.lowPriority=!1,this}},{key:"div",value:function(Sr){return this.lowPriority&&(this.result="(".concat(this.result,")")),Sr instanceof ur?this.result="".concat(this.result," / ").concat(Sr.getResult(!0)):(typeof Sr=="number"||typeof Sr=="string")&&(this.result="".concat(this.result," / ").concat(Sr)),this.lowPriority=!1,this}},{key:"getResult",value:function(Sr){return this.lowPriority||Sr?"(".concat(this.result,")"):this.result}},{key:"equal",value:function(Sr){var vn=this,Wn=Sr||{},Rn=Wn.unit,Hn=!0;return typeof Rn=="boolean"?Hn=Rn:Array.from(this.unitlessCssVar).some(function(oi){return vn.result.includes(oi)})&&(Hn=!1),this.result=this.result.replace($,Hn?"px":""),typeof this.lowPriority!="undefined"?"calc(".concat(this.result,")"):this.result}}]),ur}(Q),me=function(qt){(0,K.Z)(ur,qt);var hr=(0,se.Z)(ur);function ur(pr){var Sr;return(0,m.Z)(this,ur),Sr=hr.call(this),(0,i.Z)((0,J.Z)(Sr),"result",0),pr instanceof ur?Sr.result=pr.result:typeof pr=="number"&&(Sr.result=pr),Sr}return(0,b.Z)(ur,[{key:"add",value:function(Sr){return Sr instanceof ur?this.result+=Sr.result:typeof Sr=="number"&&(this.result+=Sr),this}},{key:"sub",value:function(Sr){return Sr instanceof ur?this.result-=Sr.result:typeof Sr=="number"&&(this.result-=Sr),this}},{key:"mul",value:function(Sr){return Sr instanceof ur?this.result*=Sr.result:typeof Sr=="number"&&(this.result*=Sr),this}},{key:"div",value:function(Sr){return Sr instanceof ur?this.result/=Sr.result:typeof Sr=="number"&&(this.result/=Sr),this}},{key:"equal",value:function(){return this.result}}]),ur}(Q),Te=function(hr,ur){var pr=hr==="css"?ie:me;return function(Sr){return new pr(Sr,ur)}},Oe=Te;function Ge(qt,hr){if(qt.length!==hr.length)return!1;for(var ur=0;ur<qt.length;ur++)if(qt[ur]!==hr[ur])return!1;return!0}var Ue=function(){function qt(){(0,m.Z)(this,qt),(0,i.Z)(this,"cache",void 0),(0,i.Z)(this,"keys",void 0),(0,i.Z)(this,"cacheCallTimes",void 0),this.cache=new Map,this.keys=[],this.cacheCallTimes=0}return(0,b.Z)(qt,[{key:"size",value:function(){return this.keys.length}},{key:"internalGet",value:function(ur){var pr,Sr,vn=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Wn={map:this.cache};return ur.forEach(function(Rn){if(!Wn)Wn=void 0;else{var Hn;Wn=(Hn=Wn)===null||Hn===void 0||(Hn=Hn.map)===null||Hn===void 0?void 0:Hn.get(Rn)}}),(pr=Wn)!==null&&pr!==void 0&&pr.value&&vn&&(Wn.value[1]=this.cacheCallTimes++),(Sr=Wn)===null||Sr===void 0?void 0:Sr.value}},{key:"get",value:function(ur){var pr;return(pr=this.internalGet(ur,!0))===null||pr===void 0?void 0:pr[0]}},{key:"has",value:function(ur){return!!this.internalGet(ur)}},{key:"set",value:function(ur,pr){var Sr=this;if(!this.has(ur)){if(this.size()+1>qt.MAX_CACHE_SIZE+qt.MAX_CACHE_OFFSET){var vn=this.keys.reduce(function(oi,ai){var fr=(0,r.Z)(oi,2),Fr=fr[1];return Sr.internalGet(ai)[1]<Fr?[ai,Sr.internalGet(ai)[1]]:oi},[this.keys[0],this.cacheCallTimes]),Wn=(0,r.Z)(vn,1),Rn=Wn[0];this.delete(Rn)}this.keys.push(ur)}var Hn=this.cache;ur.forEach(function(oi,ai){if(ai===ur.length-1)Hn.set(oi,{value:[pr,Sr.cacheCallTimes++]});else{var fr=Hn.get(oi);fr?fr.map||(fr.map=new Map):Hn.set(oi,{map:new Map}),Hn=Hn.get(oi).map}})}},{key:"deleteByPath",value:function(ur,pr){var Sr=ur.get(pr[0]);if(pr.length===1){var vn;return Sr.map?ur.set(pr[0],{map:Sr.map}):ur.delete(pr[0]),(vn=Sr.value)===null||vn===void 0?void 0:vn[0]}var Wn=this.deleteByPath(Sr.map,pr.slice(1));return(!Sr.map||Sr.map.size===0)&&!Sr.value&&ur.delete(pr[0]),Wn}},{key:"delete",value:function(ur){if(this.has(ur))return this.keys=this.keys.filter(function(pr){return!Ge(pr,ur)}),this.deleteByPath(this.cache,ur)}}]),qt}();(0,i.Z)(Ue,"MAX_CACHE_SIZE",20),(0,i.Z)(Ue,"MAX_CACHE_OFFSET",5);var Mt=e(48736),yt=0,kt=function(){function qt(hr){(0,m.Z)(this,qt),(0,i.Z)(this,"derivatives",void 0),(0,i.Z)(this,"id",void 0),this.derivatives=Array.isArray(hr)?hr:[hr],this.id=yt,hr.length===0&&(0,Mt.Kp)(hr.length>0,"[Ant Design CSS-in-JS] Theme should have at least one derivative function."),yt+=1}return(0,b.Z)(qt,[{key:"getDerivativeToken",value:function(ur){return this.derivatives.reduce(function(pr,Sr){return Sr(ur,pr)},void 0)}}]),qt}(),Zt=new Ue;function Ft(qt){var hr=Array.isArray(qt)?qt:[qt];return Zt.has(hr)||Zt.set(hr,new kt(hr)),Zt.get(hr)}var tr=new WeakMap,ze={};function wt(qt,hr){for(var ur=tr,pr=0;pr<hr.length;pr+=1){var Sr=hr[pr];ur.has(Sr)||ur.set(Sr,new WeakMap),ur=ur.get(Sr)}return ur.has(ze)||ur.set(ze,qt()),ur.get(ze)}var Bt=new WeakMap;function nt(qt){var hr=Bt.get(qt)||"";return hr||(Object.keys(qt).forEach(function(ur){var pr=qt[ur];hr+=ur,pr instanceof kt?hr+=pr.id:pr&&(0,oe.Z)(pr)==="object"?hr+=nt(pr):hr+=pr}),hr=o(hr),Bt.set(qt,hr)),hr}function _t(qt,hr){return o("".concat(hr,"_").concat(nt(qt)))}var ht="random-".concat(Date.now(),"-").concat(Math.random()).replace(/\./g,""),Je="_bAmBoO_";function je(qt,hr,ur){if((0,q.Z)()){var pr,Sr;(0,h.hq)(qt,ht);var vn=document.createElement("div");vn.style.position="fixed",vn.style.left="0",vn.style.top="0",hr==null||hr(vn),document.body.appendChild(vn);var Wn=ur?ur(vn):(pr=getComputedStyle(vn).content)===null||pr===void 0?void 0:pr.includes(Je);return(Sr=vn.parentNode)===null||Sr===void 0||Sr.removeChild(vn),(0,h.jL)(ht),Wn}return!1}var be=null;function Le(){return be===void 0&&(be=je("@layer ".concat(ht," { .").concat(ht,' { content: "').concat(Je,'"!important; } }'),function(qt){qt.className=ht})),be}var Ke=void 0;function He(){return Ke===void 0&&(Ke=je(":where(.".concat(ht,') { content: "').concat(Je,'"!important; }'),function(qt){qt.className=ht})),Ke}var Xe=void 0;function pt(){return Xe===void 0&&(Xe=je(".".concat(ht," { inset-block: 93px !important; }"),function(qt){qt.className=ht},function(qt){return getComputedStyle(qt).bottom==="93px"})),Xe}var bt=(0,q.Z)();function rr(qt){return typeof qt=="number"?"".concat(qt,"px"):qt}function Jt(qt,hr,ur){var pr=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},Sr=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(Sr)return qt;var vn=(0,c.Z)((0,c.Z)({},pr),{},(0,i.Z)((0,i.Z)({},M,hr),B,ur)),Wn=Object.keys(vn).map(function(Rn){var Hn=vn[Rn];return Hn?"".concat(Rn,'="').concat(Hn,'"'):null}).filter(function(Rn){return Rn}).join(" ");return"<style ".concat(Wn,">").concat(qt,"</style>")}var Me=function(hr){var ur=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return"--".concat(ur?"".concat(ur,"-"):"").concat(hr).replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g,"$1-$2").replace(/([a-z])([A-Z0-9])/g,"$1-$2").toLowerCase()},rt=function(hr,ur,pr){return Object.keys(hr).length?".".concat(ur).concat(pr!=null&&pr.scope?".".concat(pr.scope):"","{").concat(Object.entries(hr).map(function(Sr){var vn=(0,r.Z)(Sr,2),Wn=vn[0],Rn=vn[1];return"".concat(Wn,":").concat(Rn,";")}).join(""),"}"):""},Yt=function(hr,ur,pr){var Sr={},vn={};return Object.entries(hr).forEach(function(Wn){var Rn,Hn,oi=(0,r.Z)(Wn,2),ai=oi[0],fr=oi[1];if(pr!=null&&(Rn=pr.preserve)!==null&&Rn!==void 0&&Rn[ai])vn[ai]=fr;else if((typeof fr=="string"||typeof fr=="number")&&!(pr!=null&&(Hn=pr.ignore)!==null&&Hn!==void 0&&Hn[ai])){var Fr,kr=Me(ai,pr==null?void 0:pr.prefix);Sr[kr]=typeof fr=="number"&&!(pr!=null&&(Fr=pr.unitless)!==null&&Fr!==void 0&&Fr[ai])?"".concat(fr,"px"):String(fr),vn[ai]="var(".concat(kr,")")}}),[vn,rt(Sr,ur,{scope:pr==null?void 0:pr.scope})]},Lt=e(34280),Wt=(0,c.Z)({},a),Ht=Wt.useInsertionEffect,ir=function(hr,ur,pr){u.useMemo(hr,pr),(0,Lt.Z)(function(){return ur(!0)},pr)},Gt=Ht?function(qt,hr,ur){return Ht(function(){return qt(),hr()},ur)}:ir,Ie=Gt,ce=(0,c.Z)({},a),he=ce.useInsertionEffect,It=function(hr){var ur=[],pr=!1;function Sr(vn){pr||ur.push(vn)}return u.useEffect(function(){return pr=!1,function(){pr=!0,ur.length&&ur.forEach(function(vn){return vn()})}},hr),Sr},Ce=function(){return function(hr){hr()}},ft=typeof he!="undefined"?It:Ce,Kt=ft;function Tt(){return!1}var Pe=!1;function At(){return Pe}var Ze=Tt;if(0)var we,gt;function Rt(qt,hr,ur,pr,Sr){var vn=u.useContext(ne),Wn=vn.cache,Rn=[qt].concat((0,l.Z)(hr)),Hn=D(Rn),oi=Kt([Hn]),ai=Ze(),fr=function(Sn){Wn.opUpdate(Hn,function(mt){var Un=mt||[void 0,void 0],Gn=(0,r.Z)(Un,2),Oi=Gn[0],qi=Oi===void 0?0:Oi,er=Gn[1],ia=er,Ki=ia||ur(),Sa=[qi,Ki];return Sn?Sn(Sa):Sa})};u.useMemo(function(){fr()},[Hn]);var Fr=Wn.opGet(Hn),kr=Fr[1];return Ie(function(){Sr==null||Sr(kr)},function(En){return fr(function(Sn){var mt=(0,r.Z)(Sn,2),Un=mt[0],Gn=mt[1];return En&&Un===0&&(Sr==null||Sr(kr)),[Un+1,Gn]}),function(){Wn.opUpdate(Hn,function(Sn){var mt=Sn||[],Un=(0,r.Z)(mt,2),Gn=Un[0],Oi=Gn===void 0?0:Gn,qi=Un[1],er=Oi-1;return er===0?(oi(function(){(En||!Wn.opGet(Hn))&&(pr==null||pr(qi,!1))}),null):[Oi-1,qi]})}},[Hn]),kr}var Fe={},Tr="css",Ct=new Map;function Kr(qt){Ct.set(qt,(Ct.get(qt)||0)+1)}function tn(qt,hr){if(typeof document!="undefined"){var ur=document.querySelectorAll("style[".concat(M,'="').concat(qt,'"]'));ur.forEach(function(pr){if(pr[G]===hr){var Sr;(Sr=pr.parentNode)===null||Sr===void 0||Sr.removeChild(pr)}})}}var Ir=0;function Lr(qt,hr){Ct.set(qt,(Ct.get(qt)||0)-1);var ur=new Set;Ct.forEach(function(pr,Sr){pr<=0&&ur.add(Sr)}),Ct.size-ur.size>Ir&&ur.forEach(function(pr){tn(pr,hr),Ct.delete(pr)})}var vr=function(hr,ur,pr,Sr){var vn=pr.getDerivativeToken(hr),Wn=(0,c.Z)((0,c.Z)({},vn),ur);return Sr&&(Wn=Sr(Wn)),Wn},$r="token";function sn(qt,hr){var ur=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},pr=(0,u.useContext)(ne),Sr=pr.cache.instanceId,vn=pr.container,Wn=ur.salt,Rn=Wn===void 0?"":Wn,Hn=ur.override,oi=Hn===void 0?Fe:Hn,ai=ur.formatToken,fr=ur.getComputedToken,Fr=ur.cssVar,kr=wt(function(){return Object.assign.apply(Object,[{}].concat((0,l.Z)(hr)))},hr),En=nt(kr),Sn=nt(oi),mt=Fr?nt(Fr):"",Un=Rt($r,[Rn,qt.id,En,Sn,mt],function(){var Gn,Oi=fr?fr(kr,oi,qt):vr(kr,oi,qt,ai),qi=(0,c.Z)({},Oi),er="";if(Fr){var ia=Yt(Oi,Fr.key,{prefix:Fr.prefix,ignore:Fr.ignore,unitless:Fr.unitless,preserve:Fr.preserve}),Ki=(0,r.Z)(ia,2);Oi=Ki[0],er=Ki[1]}var Sa=_t(Oi,Rn);Oi._tokenKey=Sa,qi._tokenKey=_t(qi,Rn);var gs=(Gn=Fr==null?void 0:Fr.key)!==null&&Gn!==void 0?Gn:Sa;Oi._themeKey=gs,Kr(gs);var Ns="".concat(Tr,"-").concat(o(Sa));return Oi._hashId=Ns,[Oi,Ns,qi,er,(Fr==null?void 0:Fr.key)||""]},function(Gn){Lr(Gn[0]._themeKey,Sr)},function(Gn){var Oi=(0,r.Z)(Gn,4),qi=Oi[0],er=Oi[3];if(Fr&&er){var ia=(0,h.hq)(er,o("css-variables-".concat(qi._themeKey)),{mark:B,prepend:"queue",attachTo:vn,priority:-999});ia[G]=Sr,ia.setAttribute(M,qi._themeKey)}});return Un}var hn=function(hr,ur,pr){var Sr=(0,r.Z)(hr,5),vn=Sr[2],Wn=Sr[3],Rn=Sr[4],Hn=pr||{},oi=Hn.plain;if(!Wn)return null;var ai=vn._tokenKey,fr=-999,Fr={"data-rc-order":"prependQueue","data-rc-priority":"".concat(fr)},kr=Jt(Wn,Rn,ai,Fr,oi);return[fr,ai,kr]},Xt=e(67711),vt={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},ot=vt,ct="-ms-",Nt="-moz-",br="-webkit-",_r="comm",Jr="rule",zr="decl",xn="@page",Et="@media",Dr="@import",kn="@charset",Qn="@viewport",Nn="@supports",ti="@document",Tn="@namespace",Ai="@keyframes",ri="@font-face",Ci="@counter-style",Qi="@font-feature-values",Zi="@layer",Ca="@scope",ui=Math.abs,ca=String.fromCharCode,Ta=Object.assign;function St(qt,hr){return Ei(qt,0)^45?(((hr<<2^Ei(qt,0))<<2^Ei(qt,1))<<2^Ei(qt,2))<<2^Ei(qt,3):0}function ga(qt){return qt.trim()}function oa(qt,hr){return(qt=hr.exec(qt))?qt[0]:qt}function gi(qt,hr,ur){return qt.replace(hr,ur)}function Ma(qt,hr,ur){return qt.indexOf(hr,ur)}function Ei(qt,hr){return qt.charCodeAt(hr)|0}function ci(qt,hr,ur){return qt.slice(hr,ur)}function On(qt){return qt.length}function Ee(qt){return qt.length}function ut(qt,hr){return hr.push(qt),qt}function tt(qt,hr){return qt.map(hr).join("")}function Ot(qt,hr){return qt.filter(function(ur){return!oa(ur,hr)})}function dt(qt,hr){for(var ur="",pr=0;pr<qt.length;pr++)ur+=hr(qt[pr],pr,qt,hr)||"";return ur}function lr(qt,hr,ur,pr){switch(qt.type){case Zi:if(qt.children.length)break;case Dr:case Tn:case zr:return qt.return=qt.return||qt.value;case _r:return"";case Ai:return qt.return=qt.value+"{"+dt(qt.children,pr)+"}";case Jr:if(!On(qt.value=qt.props.join(",")))return""}return On(ur=dt(qt.children,pr))?qt.return=qt.value+"{"+ur+"}":""}var cr=1,Ar=1,Nr=0,We=0,et=0,ye="";function it(qt,hr,ur,pr,Sr,vn,Wn,Rn){return{value:qt,root:hr,parent:ur,type:pr,props:Sr,children:vn,line:cr,column:Ar,length:Wn,return:"",siblings:Rn}}function sr(qt,hr){return assign(it("",null,null,"",null,null,0,qt.siblings),qt,{length:-qt.length},hr)}function xr(qt){for(;qt.root;)qt=sr(qt.root,{children:[qt]});append(qt,qt.siblings)}function Or(){return et}function Cr(){return et=We>0?Ei(ye,--We):0,Ar--,et===10&&(Ar=1,cr--),et}function Ur(){return et=We<Nr?Ei(ye,We++):0,Ar++,et===10&&(Ar=1,cr++),et}function bn(){return Ei(ye,We)}function wr(){return We}function fn(qt,hr){return ci(ye,qt,hr)}function nn(qt){switch(qt){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function cn(qt){return cr=Ar=1,Nr=On(ye=qt),We=0,[]}function Pn(qt){return ye="",qt}function Pa(qt){return ga(fn(We-1,Gi(qt===91?qt+2:qt===40?qt+1:qt)))}function Li(qt){return Pn(yn(cn(qt)))}function vi(qt){for(;(et=bn())&&et<33;)Ur();return nn(qt)>2||nn(et)>3?"":" "}function yn(qt){for(;Ur();)switch(nn(et)){case 0:append(Vs(We-1),qt);break;case 2:append(Pa(et),qt);break;default:append(from(et),qt)}return qt}function fi(qt,hr){for(;--hr&&Ur()&&!(et<48||et>102||et>57&&et<65||et>70&&et<97););return fn(qt,wr()+(hr<6&&bn()==32&&Ur()==32))}function Gi(qt){for(;Ur();)switch(et){case qt:return We;case 34:case 39:qt!==34&&qt!==39&&Gi(et);break;case 40:qt===41&&Gi(qt);break;case 92:Ur();break}return We}function ya(qt,hr){for(;Ur()&&qt+et!==57;)if(qt+et===84&&bn()===47)break;return"/*"+fn(hr,We-1)+"*"+ca(qt===47?qt:Ur())}function Vs(qt){for(;!nn(bn());)Ur();return fn(qt,We)}function ba(qt){return Pn(Fs("",null,null,null,[""],qt=cn(qt),0,[0],qt))}function Fs(qt,hr,ur,pr,Sr,vn,Wn,Rn,Hn){for(var oi=0,ai=0,fr=Wn,Fr=0,kr=0,En=0,Sn=1,mt=1,Un=1,Gn=0,Oi="",qi=Sr,er=vn,ia=pr,Ki=Oi;mt;)switch(En=Gn,Gn=Ur()){case 40:if(En!=108&&Ei(Ki,fr-1)==58){Ma(Ki+=gi(Pa(Gn),"&","&\f"),"&\f",ui(oi?Rn[oi-1]:0))!=-1&&(Un=-1);break}case 34:case 39:case 91:Ki+=Pa(Gn);break;case 9:case 10:case 13:case 32:Ki+=vi(En);break;case 92:Ki+=fi(wr()-1,7);continue;case 47:switch(bn()){case 42:case 47:ut(es(ya(Ur(),wr()),hr,ur,Hn),Hn),(nn(En||1)==5||nn(bn()||1)==5)&&On(Ki)&&ci(Ki,-1,void 0)!==" "&&(Ki+=" ");break;default:Ki+="/"}break;case 123*Sn:Rn[oi++]=On(Ki)*Un;case 125*Sn:case 59:case 0:switch(Gn){case 0:case 125:mt=0;case 59+ai:Un==-1&&(Ki=gi(Ki,/\f/g,"")),kr>0&&(On(Ki)-fr||Sn===0&&En===47)&&ut(kr>32?Ws(Ki+";",pr,ur,fr-1,Hn):Ws(gi(Ki," ","")+";",pr,ur,fr-2,Hn),Hn);break;case 59:Ki+=";";default:if(ut(ia=Ys(Ki,hr,ur,oi,ai,Sr,Rn,Oi,qi=[],er=[],fr,vn),vn),Gn===123)if(ai===0)Fs(Ki,hr,ia,ia,qi,vn,fr,Rn,er);else{switch(Fr){case 99:if(Ei(Ki,3)===110)break;case 108:if(Ei(Ki,2)===97)break;default:ai=0;case 100:case 109:case 115:}ai?Fs(qt,ia,ia,pr&&ut(Ys(qt,ia,ia,0,0,Sr,Rn,Oi,Sr,qi=[],fr,er),er),Sr,er,fr,Rn,pr?qi:er):Fs(Ki,ia,ia,ia,[""],er,0,Rn,er)}}oi=ai=kr=0,Sn=Un=1,Oi=Ki="",fr=Wn;break;case 58:fr=1+On(Ki),kr=En;default:if(Sn<1){if(Gn==123)--Sn;else if(Gn==125&&Sn++==0&&Cr()==125)continue}switch(Ki+=ca(Gn),Gn*Sn){case 38:Un=ai>0?1:(Ki+="\f",-1);break;case 44:Rn[oi++]=(On(Ki)-1)*Un,Un=1;break;case 64:bn()===45&&(Ki+=Pa(Ur())),Fr=bn(),ai=fr=On(Oi=Ki+=Vs(wr())),Gn++;break;case 45:En===45&&On(Ki)==2&&(Sn=0)}}return vn}function Ys(qt,hr,ur,pr,Sr,vn,Wn,Rn,Hn,oi,ai,fr){for(var Fr=Sr-1,kr=Sr===0?vn:[""],En=Ee(kr),Sn=0,mt=0,Un=0;Sn<pr;++Sn)for(var Gn=0,Oi=ci(qt,Fr+1,Fr=ui(mt=Wn[Sn])),qi=qt;Gn<En;++Gn)(qi=ga(mt>0?kr[Gn]+" "+Oi:gi(Oi,/&\f/g,kr[Gn])))&&(Hn[Un++]=qi);return it(qt,hr,ur,Sr===0?Jr:Rn,Hn,oi,ai,fr)}function es(qt,hr,ur,pr){return it(qt,hr,ur,_r,ca(Or()),ci(qt,2,-2),0,pr)}function Ws(qt,hr,ur,pr,Sr){return it(qt,hr,ur,zr,ci(qt,0,pr),ci(qt,pr+1,-1),pr,Sr)}function qn(qt,hr){var ur=hr.path,pr=hr.parentSelectors;(0,Mt.ZP)(!1,"[Ant Design CSS-in-JS] ".concat(ur?"Error in ".concat(ur,": "):"").concat(qt).concat(pr.length?" Selector: ".concat(pr.join(" | ")):""))}var Es=function(hr,ur,pr){if(hr==="content"){var Sr=/(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,vn=["normal","none","initial","inherit","unset"];(typeof ur!="string"||vn.indexOf(ur)===-1&&!Sr.test(ur)&&(ur.charAt(0)!==ur.charAt(ur.length-1)||ur.charAt(0)!=='"'&&ur.charAt(0)!=="'"))&&lintWarning("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\"".concat(ur,"\"'`."),pr)}},fs=null,Xs=function(hr,ur,pr){hr==="animation"&&pr.hashId&&ur!=="none"&&lintWarning("You seem to be using hashed animation '".concat(ur,"', in which case 'animationName' with Keyframe as value is recommended."),pr)},Yi=null;function Bs(qt){var hr,ur=((hr=qt.match(/:not\(([^)]*)\)/))===null||hr===void 0?void 0:hr[1])||"",pr=ur.split(/(\[[^[]*])|(?=[.#])/).filter(function(Sr){return Sr});return pr.length>1}function Ko(qt){return qt.parentSelectors.reduce(function(hr,ur){return hr?ur.includes("&")?ur.replace(/&/g,hr):"".concat(hr," ").concat(ur):ur},"")}var Va=function(hr,ur,pr){var Sr=Ko(pr),vn=Sr.match(/:not\([^)]*\)/g)||[];vn.length>0&&vn.some(Bs)&&qn("Concat ':not' selector not support in legacy browsers.",pr)},ha=Va,is=function(hr,ur,pr){switch(hr){case"marginLeft":case"marginRight":case"paddingLeft":case"paddingRight":case"left":case"right":case"borderLeft":case"borderLeftWidth":case"borderLeftStyle":case"borderLeftColor":case"borderRight":case"borderRightWidth":case"borderRightStyle":case"borderRightColor":case"borderTopLeftRadius":case"borderTopRightRadius":case"borderBottomLeftRadius":case"borderBottomRightRadius":qn("You seem to be using non-logical property '".concat(hr,"' which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),pr);return;case"margin":case"padding":case"borderWidth":case"borderStyle":if(typeof ur=="string"){var Sr=ur.split(" ").map(function(Rn){return Rn.trim()});Sr.length===4&&Sr[1]!==Sr[3]&&qn("You seem to be using '".concat(hr,"' property with different left ").concat(hr," and right ").concat(hr,", which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),pr)}return;case"clear":case"textAlign":(ur==="left"||ur==="right")&&qn("You seem to be using non-logical value '".concat(ur,"' of ").concat(hr,", which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),pr);return;case"borderRadius":if(typeof ur=="string"){var vn=ur.split("/").map(function(Rn){return Rn.trim()}),Wn=vn.reduce(function(Rn,Hn){if(Rn)return Rn;var oi=Hn.split(" ").map(function(ai){return ai.trim()});return oi.length>=2&&oi[0]!==oi[1]||oi.length===3&&oi[1]!==oi[2]||oi.length===4&&oi[2]!==oi[3]?!0:Rn},!1);Wn&&qn("You seem to be using non-logical value '".concat(ur,"' of ").concat(hr,", which is not compatible with RTL mode. Please use logical properties and values instead. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties."),pr)}return;default:}},vo=is,jn=function(hr,ur,pr){(typeof ur=="string"&&/NaN/g.test(ur)||Number.isNaN(ur))&&qn("Unexpected 'NaN' in property '".concat(hr,": ").concat(ur,"'."),pr)},ts=jn,Ps=function(hr,ur,pr){pr.parentSelectors.some(function(Sr){var vn=Sr.split(",");return vn.some(function(Wn){return Wn.split("&").length>2})})&&qn("Should not use more than one `&` in a selector.",pr)},Is=Ps,Wi="data-ant-cssinjs-cache-path",Xa="_FILE_STYLE__";function Wa(qt){return Object.keys(qt).map(function(hr){var ur=qt[hr];return"".concat(hr,":").concat(ur)}).join(";")}var Rs,_o=!0;function $o(qt){var hr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;Rs=qt,_o=hr}function Vo(){if(!Rs&&(Rs={},(0,q.Z)())){var qt=document.createElement("div");qt.className=Wi,qt.style.position="fixed",qt.style.visibility="hidden",qt.style.top="-9999px",document.body.appendChild(qt);var hr=getComputedStyle(qt).content||"";hr=hr.replace(/^"/,"").replace(/"$/,""),hr.split(";").forEach(function(Sr){var vn=Sr.split(":"),Wn=(0,r.Z)(vn,2),Rn=Wn[0],Hn=Wn[1];Rs[Rn]=Hn});var ur=document.querySelector("style[".concat(Wi,"]"));if(ur){var pr;_o=!1,(pr=ur.parentNode)===null||pr===void 0||pr.removeChild(ur)}document.body.removeChild(qt)}}function Yo(qt){return Vo(),!!Rs[qt]}function rs(qt){var hr=Rs[qt],ur=null;if(hr&&(0,q.Z)())if(_o)ur=Xa;else{var pr=document.querySelector("style[".concat(B,'="').concat(Rs[qt],'"]'));pr?ur=pr.innerHTML:delete Rs[qt]}return[ur,hr]}var _s="_skip_check_",Ao="_multi_value_";function Zo(qt){var hr=dt(ba(qt),lr);return hr.replace(/\{%%%\:[^;];}/g,";")}function Lo(qt){return(0,oe.Z)(qt)==="object"&&qt&&(_s in qt||Ao in qt)}function Xo(qt,hr,ur){if(!hr)return qt;var pr=".".concat(hr),Sr=ur==="low"?":where(".concat(pr,")"):pr,vn=qt.split(",").map(function(Wn){var Rn,Hn=Wn.trim().split(/\s+/),oi=Hn[0]||"",ai=((Rn=oi.match(/^\w+/))===null||Rn===void 0?void 0:Rn[0])||"";return oi="".concat(ai).concat(Sr).concat(oi.slice(ai.length)),[oi].concat((0,l.Z)(Hn.slice(1))).join(" ")});return vn.join(",")}var yi=function qt(hr){var ur=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},pr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]},Sr=pr.root,vn=pr.injectHash,Wn=pr.parentSelectors,Rn=ur.hashId,Hn=ur.layer,oi=ur.path,ai=ur.hashPriority,fr=ur.transformers,Fr=fr===void 0?[]:fr,kr=ur.linters,En=kr===void 0?[]:kr,Sn="",mt={};function Un(qi){var er=qi.getName(Rn);if(!mt[er]){var ia=qt(qi.style,ur,{root:!1,parentSelectors:Wn}),Ki=(0,r.Z)(ia,1),Sa=Ki[0];mt[er]="@keyframes ".concat(qi.getName(Rn)).concat(Sa)}}function Gn(qi){var er=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return qi.forEach(function(ia){Array.isArray(ia)?Gn(ia,er):ia&&er.push(ia)}),er}var Oi=Gn(Array.isArray(hr)?hr:[hr]);return Oi.forEach(function(qi){var er=typeof qi=="string"&&!Sr?{}:qi;if(typeof er=="string")Sn+="".concat(er,`
`);else if(er._keyframe)Un(er);else{var ia=Fr.reduce(function(Ki,Sa){var gs;return(Sa==null||(gs=Sa.visit)===null||gs===void 0?void 0:gs.call(Sa,Ki))||Ki},er);Object.keys(ia).forEach(function(Ki){var Sa=ia[Ki];if((0,oe.Z)(Sa)==="object"&&Sa&&(Ki!=="animationName"||!Sa._keyframe)&&!Lo(Sa)){var gs=!1,Ns=Ki.trim(),Mi=!1;(Sr||vn)&&Rn?Ns.startsWith("@")?gs=!0:Ns==="&"?Ns=Xo("",Rn,ai):Ns=Xo(Ki,Rn,ai):Sr&&!Rn&&(Ns==="&"||Ns==="")&&(Ns="",Mi=!0);var Co=qt(Sa,ur,{root:Mi,injectHash:gs,parentSelectors:[].concat((0,l.Z)(Wn),[Ns])}),oo=(0,r.Z)(Co,2),Ms=oo[0],Ba=oo[1];mt=(0,c.Z)((0,c.Z)({},mt),Ba),Sn+="".concat(Ns).concat(Ms)}else{let Zn=function(Hs,uo){var Qe=Hs.replace(/[A-Z]/g,function(jt){return"-".concat(jt.toLowerCase())}),qe=uo;!ot[Hs]&&typeof qe=="number"&&qe!==0&&(qe="".concat(qe,"px")),Hs==="animationName"&&uo!==null&&uo!==void 0&&uo._keyframe&&(Un(uo),qe=uo.getName(Rn)),Sn+="".concat(Qe,":").concat(qe,";")};var Ds,yo=(Ds=Sa==null?void 0:Sa.value)!==null&&Ds!==void 0?Ds:Sa;(0,oe.Z)(Sa)==="object"&&Sa!==null&&Sa!==void 0&&Sa[Ao]&&Array.isArray(yo)?yo.forEach(function(Hs){Zn(Ki,Hs)}):Zn(Ki,yo)}})}}),Sr?Hn&&(Sn&&(Sn="@layer ".concat(Hn.name," {").concat(Sn,"}")),Hn.dependencies&&(mt["@layer ".concat(Hn.name)]=Hn.dependencies.map(function(qi){return"@layer ".concat(qi,", ").concat(Hn.name,";")}).join(`
`))):Sn="{".concat(Sn,"}"),[Sn,mt]};function hi(qt,hr){return o("".concat(qt.join("%")).concat(hr))}function as(){return null}var ds="style";function ss(qt,hr){var ur=qt.token,pr=qt.path,Sr=qt.hashId,vn=qt.layer,Wn=qt.nonce,Rn=qt.clientOnly,Hn=qt.order,oi=Hn===void 0?0:Hn,ai=u.useContext(ne),fr=ai.autoClear,Fr=ai.mock,kr=ai.defaultCache,En=ai.hashPriority,Sn=ai.container,mt=ai.ssrInline,Un=ai.transformers,Gn=ai.linters,Oi=ai.cache,qi=ai.layer,er=ur._tokenKey,ia=[er];qi&&ia.push("layer"),ia.push.apply(ia,(0,l.Z)(pr));var Ki=bt,Sa=Rt(ds,ia,function(){var oo=ia.join("|");if(Yo(oo)){var Ms=rs(oo),Ba=(0,r.Z)(Ms,2),Ds=Ba[0],yo=Ba[1];if(Ds)return[Ds,er,yo,{},Rn,oi]}var Zn=hr(),Hs=yi(Zn,{hashId:Sr,hashPriority:En,layer:qi?vn:void 0,path:pr.join("-"),transformers:Un,linters:Gn}),uo=(0,r.Z)(Hs,2),Qe=uo[0],qe=uo[1],jt=Zo(Qe),Vt=hi(ia,jt);return[jt,er,Vt,qe,Rn,oi]},function(oo,Ms){var Ba=(0,r.Z)(oo,3),Ds=Ba[2];(Ms||fr)&&bt&&(0,h.jL)(Ds,{mark:B,attachTo:Sn})},function(oo){var Ms=(0,r.Z)(oo,4),Ba=Ms[0],Ds=Ms[1],yo=Ms[2],Zn=Ms[3];if(Ki&&Ba!==Xa){var Hs={mark:B,prepend:qi?!1:"queue",attachTo:Sn,priority:oi},uo=typeof Wn=="function"?Wn():Wn;uo&&(Hs.csp={nonce:uo});var Qe=[],qe=[];Object.keys(Zn).forEach(function(Vt){Vt.startsWith("@layer")?Qe.push(Vt):qe.push(Vt)}),Qe.forEach(function(Vt){(0,h.hq)(Zo(Zn[Vt]),"_layer-".concat(Vt),(0,c.Z)((0,c.Z)({},Hs),{},{prepend:!0}))});var jt=(0,h.hq)(Ba,yo,Hs);jt[G]=Oi.instanceId,jt.setAttribute(M,er),qe.forEach(function(Vt){(0,h.hq)(Zo(Zn[Vt]),"_effect-".concat(Vt),Hs)})}}),gs=(0,r.Z)(Sa,3),Ns=gs[0],Mi=gs[1],Co=gs[2];return function(oo){var Ms;return!mt||Ki||!kr?Ms=u.createElement(as,null):Ms=u.createElement("style",(0,Xt.Z)({},(0,i.Z)((0,i.Z)({},M,Mi),B,Co),{dangerouslySetInnerHTML:{__html:Ns}})),u.createElement(u.Fragment,null,Ms,oo)}}var go=function(hr,ur,pr){var Sr=(0,r.Z)(hr,6),vn=Sr[0],Wn=Sr[1],Rn=Sr[2],Hn=Sr[3],oi=Sr[4],ai=Sr[5],fr=pr||{},Fr=fr.plain;if(oi)return null;var kr=vn,En={"data-rc-order":"prependQueue","data-rc-priority":"".concat(ai)};return kr=Jt(vn,Wn,Rn,En,Fr),Hn&&Object.keys(Hn).forEach(function(Sn){if(!ur[Sn]){ur[Sn]=!0;var mt=Zo(Hn[Sn]),Un=Jt(mt,Wn,"_effect-".concat(Sn),En,Fr);Sn.startsWith("@layer")?kr=Un+kr:kr+=Un}}),[ai,Rn,kr]},Wo="cssVar",du=function(hr,ur){var pr=hr.key,Sr=hr.prefix,vn=hr.unitless,Wn=hr.ignore,Rn=hr.token,Hn=hr.scope,oi=Hn===void 0?"":Hn,ai=(0,u.useContext)(ne),fr=ai.cache.instanceId,Fr=ai.container,kr=Rn._tokenKey,En=[].concat((0,l.Z)(hr.path),[pr,oi,kr]),Sn=Rt(Wo,En,function(){var mt=ur(),Un=Yt(mt,pr,{prefix:Sr,unitless:vn,ignore:Wn,scope:oi}),Gn=(0,r.Z)(Un,2),Oi=Gn[0],qi=Gn[1],er=hi(En,qi);return[Oi,qi,er,pr]},function(mt){var Un=(0,r.Z)(mt,3),Gn=Un[2];bt&&(0,h.jL)(Gn,{mark:B,attachTo:Fr})},function(mt){var Un=(0,r.Z)(mt,3),Gn=Un[1],Oi=Un[2];if(Gn){var qi=(0,h.hq)(Gn,Oi,{mark:B,prepend:"queue",attachTo:Fr,priority:-999});qi[G]=fr,qi.setAttribute(M,pr)}});return Sn},Ls=function(hr,ur,pr){var Sr=(0,r.Z)(hr,4),vn=Sr[1],Wn=Sr[2],Rn=Sr[3],Hn=pr||{},oi=Hn.plain;if(!vn)return null;var ai=-999,fr={"data-rc-order":"prependQueue","data-rc-priority":"".concat(ai)},Fr=Jt(vn,Rn,Wn,fr,oi);return[ai,Wn,Fr]},tu=du,hu=(0,i.Z)((0,i.Z)((0,i.Z)({},ds,go),$r,hn),Wo,Ls);function Iu(qt){return qt!==null}function Mo(qt,hr){var ur=typeof hr=="boolean"?{plain:hr}:hr||{},pr=ur.plain,Sr=pr===void 0?!1:pr,vn=ur.types,Wn=vn===void 0?["style","token","cssVar"]:vn,Rn=ur.once,Hn=Rn===void 0?!1:Rn,oi=new RegExp("^(".concat((typeof Wn=="string"?[Wn]:Wn).join("|"),")%")),ai=Array.from(qt.cache.keys()).filter(function(En){return oi.test(En)}),fr={},Fr={},kr="";return ai.map(function(En){if(Hn&&qt.extracted.has(En))return null;var Sn=En.replace(oi,"").replace(/%/g,"|"),mt=En.split("%"),Un=(0,r.Z)(mt,1),Gn=Un[0],Oi=hu[Gn],qi=Oi(qt.cache.get(En)[1],fr,{plain:Sr});if(!qi)return null;var er=(0,r.Z)(qi,3),ia=er[0],Ki=er[1],Sa=er[2];return En.startsWith("style")&&(Fr[Sn]=Ki),qt.extracted.add(En),[ia,Sa]}).filter(Iu).sort(function(En,Sn){var mt=(0,r.Z)(En,1),Un=mt[0],Gn=(0,r.Z)(Sn,1),Oi=Gn[0];return Un-Oi}).forEach(function(En){var Sn=(0,r.Z)(En,2),mt=Sn[1];kr+=mt}),kr+=Jt(".".concat(Wi,'{content:"').concat(Wa(Fr),'";}'),void 0,void 0,(0,i.Z)({},Wi,Wi),Sr),kr}var Ju=function(){function qt(hr,ur){(0,m.Z)(this,qt),(0,i.Z)(this,"name",void 0),(0,i.Z)(this,"style",void 0),(0,i.Z)(this,"_keyframe",!0),this.name=hr,this.style=ur}return(0,b.Z)(qt,[{key:"getName",value:function(){var ur=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return ur?"".concat(ur,"-").concat(this.name):this.name}}]),qt}(),Fo=Ju;function mo(qt){if(typeof qt=="number")return[[qt],!1];var hr=String(qt).trim(),ur=hr.match(/(.*)(!important)/),pr=(ur?ur[1]:hr).trim().split(/\s+/),Sr=[],vn=0;return[pr.reduce(function(Wn,Rn){if(Rn.includes("(")||Rn.includes(")")){var Hn=Rn.split("(").length-1,oi=Rn.split(")").length-1;vn+=Hn-oi}return vn>=0&&Sr.push(Rn),vn===0&&(Wn.push(Sr.join(" ")),Sr=[]),Wn},[]),!!ur]}function gu(qt){return qt.notSplit=!0,qt}var Bu={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:gu(["borderTop","borderBottom"]),borderBlockStart:gu(["borderTop"]),borderBlockEnd:gu(["borderBottom"]),borderInline:gu(["borderLeft","borderRight"]),borderInlineStart:gu(["borderLeft"]),borderInlineEnd:gu(["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 Do(qt,hr){var ur=qt;return hr&&(ur="".concat(ur," !important")),{_skip_check_:!0,value:ur}}var Bo={visit:function(hr){var ur={};return Object.keys(hr).forEach(function(pr){var Sr=hr[pr],vn=Bu[pr];if(vn&&(typeof Sr=="number"||typeof Sr=="string")){var Wn=mo(Sr),Rn=(0,r.Z)(Wn,2),Hn=Rn[0],oi=Rn[1];vn.length&&vn.notSplit?vn.forEach(function(ai){ur[ai]=Do(Sr,oi)}):vn.length===1?ur[vn[0]]=Do(Hn[0],oi):vn.length===2?vn.forEach(function(ai,fr){var Fr;ur[ai]=Do((Fr=Hn[fr])!==null&&Fr!==void 0?Fr:Hn[0],oi)}):vn.length===4?vn.forEach(function(ai,fr){var Fr,kr;ur[ai]=Do((Fr=(kr=Hn[fr])!==null&&kr!==void 0?kr:Hn[fr-2])!==null&&Fr!==void 0?Fr:Hn[0],oi)}):ur[pr]=Sr}else ur[pr]=Sr}),ur}},Ou=Bo,Qo=/url\([^)]+\)|var\([^)]+\)|(\d*\.?\d+)px/g;function ru(qt,hr){var ur=Math.pow(10,hr+1),pr=Math.floor(qt*ur);return Math.round(pr/10)*10/ur}var Os=function(){var hr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},ur=hr.rootValue,pr=ur===void 0?16:ur,Sr=hr.precision,vn=Sr===void 0?5:Sr,Wn=hr.mediaQuery,Rn=Wn===void 0?!1:Wn,Hn=function(fr,Fr){if(!Fr)return fr;var kr=parseFloat(Fr);if(kr<=1)return fr;var En=ru(kr/pr,vn);return"".concat(En,"rem")},oi=function(fr){var Fr=(0,c.Z)({},fr);return Object.entries(fr).forEach(function(kr){var En=(0,r.Z)(kr,2),Sn=En[0],mt=En[1];if(typeof mt=="string"&&mt.includes("px")){var Un=mt.replace(Qo,Hn);Fr[Sn]=Un}!ot[Sn]&&typeof mt=="number"&&mt!==0&&(Fr[Sn]="".concat(mt,"px").replace(Qo,Hn));var Gn=Sn.trim();if(Gn.startsWith("@")&&Gn.includes("px")&&Rn){var Oi=Sn.replace(Qo,Hn);Fr[Oi]=Fr[Sn],delete Fr[Sn]}}),Fr};return{visit:oi}},Ho=Os,Nu={supportModernCSS:function(){return He()&&pt()}}},7657:function(d,_,e){"use strict";e.d(_,{Z:function(){return le}});var r=e(67711),i=e(16886),l=e(52873),c=e(33346),f=e(59301),o=e(92310),h=e.n(o),u=e(30071),a=e(18418),x=e(98506),p=e(26420),y=e(810),m=e(96452),b=e(48736);function S($){return $.replace(/-(.)/g,function(j,ie){return ie.toUpperCase()})}function D($,j){(0,b.ZP)($,"[@ant-design/icons] ".concat(j))}function R($){return(0,p.Z)($)==="object"&&typeof $.name=="string"&&typeof $.theme=="string"&&((0,p.Z)($.icon)==="object"||typeof $.icon=="function")}function A(){var $=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Object.keys($).reduce(function(j,ie){var me=$[ie];switch(ie){case"class":j.className=me,delete j.class;break;default:delete j[ie],j[S(ie)]=me}return j},{})}function P($,j,ie){return ie?f.createElement($.tag,(0,x.Z)((0,x.Z)({key:j},A($.attrs)),ie),($.children||[]).map(function(me,Te){return P(me,"".concat(j,"-").concat($.tag,"-").concat(Te))})):f.createElement($.tag,(0,x.Z)({key:j},A($.attrs)),($.children||[]).map(function(me,Te){return P(me,"".concat(j,"-").concat($.tag,"-").concat(Te))}))}function M($){return(0,u.generate)($)[0]}function B($){return $?Array.isArray($)?$:[$]:[]}var N={width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false"},G=`
.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);
}
}
`,H=function(j){var ie=(0,f.useContext)(a.Z),me=ie.csp,Te=ie.prefixCls,Oe=ie.layer,Ge=G;Te&&(Ge=Ge.replace(/anticon/g,Te)),Oe&&(Ge="@layer ".concat(Oe,` {
`).concat(Ge,`
}`)),(0,f.useEffect)(function(){var Ue=j.current,Mt=(0,m.A)(Ue);(0,y.hq)(Ge,"@ant-design-icons",{prepend:!Oe,csp:me,attachTo:Mt})},[])},W=["icon","className","onClick","style","primaryColor","secondaryColor"],ae={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};function ne($){var j=$.primaryColor,ie=$.secondaryColor;ae.primaryColor=j,ae.secondaryColor=ie||M(j),ae.calculated=!!ie}function oe(){return(0,x.Z)({},ae)}var q=function(j){var ie=j.icon,me=j.className,Te=j.onClick,Oe=j.style,Ge=j.primaryColor,Ue=j.secondaryColor,Mt=(0,c.Z)(j,W),yt=f.useRef(),kt=ae;if(Ge&&(kt={primaryColor:Ge,secondaryColor:Ue||M(Ge)}),H(yt),D(R(ie),"icon should be icon definiton, but got ".concat(ie)),!R(ie))return null;var Zt=ie;return Zt&&typeof Zt.icon=="function"&&(Zt=(0,x.Z)((0,x.Z)({},Zt),{},{icon:Zt.icon(kt.primaryColor,kt.secondaryColor)})),P(Zt.icon,"svg-".concat(Zt.name),(0,x.Z)((0,x.Z)({className:me,onClick:Te,style:Oe,"data-icon":Zt.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},Mt),{},{ref:yt}))};q.displayName="IconReact",q.getTwoToneColors=oe,q.setTwoToneColors=ne;var J=q;function K($){var j=B($),ie=(0,i.Z)(j,2),me=ie[0],Te=ie[1];return J.setTwoToneColors({primaryColor:me,secondaryColor:Te})}function se(){var $=J.getTwoToneColors();return $.calculated?[$.primaryColor,$.secondaryColor]:$.primaryColor}var ee=["className","icon","spin","rotate","tabIndex","onClick","twoToneColor"];K(u.blue.primary);var Q=f.forwardRef(function($,j){var ie=$.className,me=$.icon,Te=$.spin,Oe=$.rotate,Ge=$.tabIndex,Ue=$.onClick,Mt=$.twoToneColor,yt=(0,c.Z)($,ee),kt=f.useContext(a.Z),Zt=kt.prefixCls,Ft=Zt===void 0?"anticon":Zt,tr=kt.rootClassName,ze=h()(tr,Ft,(0,l.Z)((0,l.Z)({},"".concat(Ft,"-").concat(me.name),!!me.name),"".concat(Ft,"-spin"),!!Te||me.name==="loading"),ie),wt=Ge;wt===void 0&&Ue&&(wt=-1);var Bt=Oe?{msTransform:"rotate(".concat(Oe,"deg)"),transform:"rotate(".concat(Oe,"deg)")}:void 0,nt=B(Mt),_t=(0,i.Z)(nt,2),ht=_t[0],Je=_t[1];return f.createElement("span",(0,r.Z)({role:"img","aria-label":me.name},yt,{ref:j,tabIndex:wt,onClick:Ue,className:ze}),f.createElement(J,{icon:me,primaryColor:ht,secondaryColor:Je,style:Bt}))});Q.displayName="AntdIcon",Q.getTwoToneColor=se,Q.setTwoToneColor=K;var le=Q},18418:function(d,_,e){"use strict";var r=e(59301),i=(0,r.createContext)({});_.Z=i},29679:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(67711),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"}}]},name:"check-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},19248:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(67711),i=e(59301),l={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"}}]},name:"close-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},99267:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(67711),i=e(59301),l={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z"}}]},name:"close",theme:"outlined"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},96512:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(67711),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"}}]},name:"exclamation-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},78987:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(67711),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"}}]},name:"info-circle",theme:"filled"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},58617:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(67711),i=e(59301),l={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"},c=l,f=e(7657),o=function(x,p){return i.createElement(f.Z,(0,r.Z)({},x,{ref:p,icon:c}))},h=i.forwardRef(o),u=h},12722:function(d,_,e){"use strict";e.d(_,{GC:function(){return x},T6:function(){return y},VD:function(){return m},WE:function(){return h},Wl:function(){return p},Yt:function(){return b},lC:function(){return l},py:function(){return o},rW:function(){return i},s:function(){return a},ve:function(){return f},vq:function(){return u}});var r=e(12187);function i(S,D,R){return{r:(0,r.sh)(S,255)*255,g:(0,r.sh)(D,255)*255,b:(0,r.sh)(R,255)*255}}function l(S,D,R){S=(0,r.sh)(S,255),D=(0,r.sh)(D,255),R=(0,r.sh)(R,255);var A=Math.max(S,D,R),P=Math.min(S,D,R),M=0,B=0,N=(A+P)/2;if(A===P)B=0,M=0;else{var G=A-P;switch(B=N>.5?G/(2-A-P):G/(A+P),A){case S:M=(D-R)/G+(D<R?6:0);break;case D:M=(R-S)/G+2;break;case R:M=(S-D)/G+4;break;default:break}M/=6}return{h:M,s:B,l:N}}function c(S,D,R){return R<0&&(R+=1),R>1&&(R-=1),R<.16666666666666666?S+(D-S)*(6*R):R<.5?D:R<.6666666666666666?S+(D-S)*(.6666666666666666-R)*6:S}function f(S,D,R){var A,P,M;if(S=(0,r.sh)(S,360),D=(0,r.sh)(D,100),R=(0,r.sh)(R,100),D===0)P=R,M=R,A=R;else{var B=R<.5?R*(1+D):R+D-R*D,N=2*R-B;A=c(N,B,S+.3333333333333333),P=c(N,B,S),M=c(N,B,S-.3333333333333333)}return{r:A*255,g:P*255,b:M*255}}function o(S,D,R){S=(0,r.sh)(S,255),D=(0,r.sh)(D,255),R=(0,r.sh)(R,255);var A=Math.max(S,D,R),P=Math.min(S,D,R),M=0,B=A,N=A-P,G=A===0?0:N/A;if(A===P)M=0;else{switch(A){case S:M=(D-R)/N+(D<R?6:0);break;case D:M=(R-S)/N+2;break;case R:M=(S-D)/N+4;break;default:break}M/=6}return{h:M,s:G,v:B}}function h(S,D,R){S=(0,r.sh)(S,360)*6,D=(0,r.sh)(D,100),R=(0,r.sh)(R,100);var A=Math.floor(S),P=S-A,M=R*(1-D),B=R*(1-P*D),N=R*(1-(1-P)*D),G=A%6,H=[R,B,M,M,N,R][G],W=[N,R,R,B,M,M][G],ae=[M,M,N,R,R,B][G];return{r:H*255,g:W*255,b:ae*255}}function u(S,D,R,A){var P=[(0,r.FZ)(Math.round(S).toString(16)),(0,r.FZ)(Math.round(D).toString(16)),(0,r.FZ)(Math.round(R).toString(16))];return A&&P[0].startsWith(P[0].charAt(1))&&P[1].startsWith(P[1].charAt(1))&&P[2].startsWith(P[2].charAt(1))?P[0].charAt(0)+P[1].charAt(0)+P[2].charAt(0):P.join("")}function a(S,D,R,A,P){var M=[(0,r.FZ)(Math.round(S).toString(16)),(0,r.FZ)(Math.round(D).toString(16)),(0,r.FZ)(Math.round(R).toString(16)),(0,r.FZ)(p(A))];return P&&M[0].startsWith(M[0].charAt(1))&&M[1].startsWith(M[1].charAt(1))&&M[2].startsWith(M[2].charAt(1))&&M[3].startsWith(M[3].charAt(1))?M[0].charAt(0)+M[1].charAt(0)+M[2].charAt(0)+M[3].charAt(0):M.join("")}function x(S,D,R,A){var P=[(0,r.FZ)(p(A)),(0,r.FZ)(Math.round(S).toString(16)),(0,r.FZ)(Math.round(D).toString(16)),(0,r.FZ)(Math.round(R).toString(16))];return P.join("")}function p(S){return Math.round(parseFloat(S)*255).toString(16)}function y(S){return m(S)/255}function m(S){return parseInt(S,16)}function b(S){return{r:S>>16,g:(S&65280)>>8,b:S&255}}},93796:function(d,_,e){"use strict";e.d(_,{R:function(){return r}});var r={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"}},9915:function(d,_,e){"use strict";e.d(_,{ky:function(){return y},uA:function(){return c},uz:function(){return p}});var r=e(12722),i=e(93796),l=e(12187);function c(m){var b={r:0,g:0,b:0},S=1,D=null,R=null,A=null,P=!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),P=!0,M=String(m.r).substr(-1)==="%"?"prgb":"rgb"):y(m.h)&&y(m.s)&&y(m.v)?(D=(0,l.JX)(m.s),R=(0,l.JX)(m.v),b=(0,r.WE)(m.h,D,R),P=!0,M="hsv"):y(m.h)&&y(m.s)&&y(m.l)&&(D=(0,l.JX)(m.s),A=(0,l.JX)(m.l),b=(0,r.ve)(m.h,D,A),P=!0,M="hsl"),Object.prototype.hasOwnProperty.call(m,"a")&&(S=m.a)),S=(0,l.Yq)(S),{ok:P,format:m.format||M,r:Math.min(255,Math.max(b.r,0)),g:Math.min(255,Math.max(b.g,0)),b:Math.min(255,Math.max(b.b,0)),a:S}}var f="[-\\+]?\\d+%?",o="[-\\+]?\\d*\\.\\d+%?",h="(?:".concat(o,")|(?:").concat(f,")"),u="[\\s|\\(]+(".concat(h,")[,|\\s]+(").concat(h,")[,|\\s]+(").concat(h,")\\s*\\)?"),a="[\\s|\\(]+(".concat(h,")[,|\\s]+(").concat(h,")[,|\\s]+(").concat(h,")[,|\\s]+(").concat(h,")\\s*\\)?"),x={CSS_UNIT:new RegExp(h),rgb:new RegExp("rgb"+u),rgba:new RegExp("rgba"+a),hsl:new RegExp("hsl"+u),hsla:new RegExp("hsla"+a),hsv:new RegExp("hsv"+u),hsva:new RegExp("hsva"+a),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function p(m){if(m=m.trim().toLowerCase(),m.length===0)return!1;var b=!1;if(i.R[m])m=i.R[m],b=!0;else if(m==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var S=x.rgb.exec(m);return S?{r:S[1],g:S[2],b:S[3]}:(S=x.rgba.exec(m),S?{r:S[1],g:S[2],b:S[3],a:S[4]}:(S=x.hsl.exec(m),S?{h:S[1],s:S[2],l:S[3]}:(S=x.hsla.exec(m),S?{h:S[1],s:S[2],l:S[3],a:S[4]}:(S=x.hsv.exec(m),S?{h:S[1],s:S[2],v:S[3]}:(S=x.hsva.exec(m),S?{h:S[1],s:S[2],v:S[3],a:S[4]}:(S=x.hex8.exec(m),S?{r:(0,r.VD)(S[1]),g:(0,r.VD)(S[2]),b:(0,r.VD)(S[3]),a:(0,r.T6)(S[4]),format:b?"name":"hex8"}:(S=x.hex6.exec(m),S?{r:(0,r.VD)(S[1]),g:(0,r.VD)(S[2]),b:(0,r.VD)(S[3]),format:b?"name":"hex"}:(S=x.hex4.exec(m),S?{r:(0,r.VD)(S[1]+S[1]),g:(0,r.VD)(S[2]+S[2]),b:(0,r.VD)(S[3]+S[3]),a:(0,r.T6)(S[4]+S[4]),format:b?"name":"hex8"}:(S=x.hex3.exec(m),S?{r:(0,r.VD)(S[1]+S[1]),g:(0,r.VD)(S[2]+S[2]),b:(0,r.VD)(S[3]+S[3]),format:b?"name":"hex"}:!1)))))))))}function y(m){return!!x.CSS_UNIT.exec(String(m))}},64993:function(d,_,e){"use strict";e.d(_,{C:function(){return f},H:function(){return o}});var r=e(12722),i=e(93796),l=e(9915),c=e(12187),f=function(){function h(u,a){u===void 0&&(u=""),a===void 0&&(a={});var x;if(u instanceof h)return u;typeof u=="number"&&(u=(0,r.Yt)(u)),this.originalInput=u;var p=(0,l.uA)(u);this.originalInput=u,this.r=p.r,this.g=p.g,this.b=p.b,this.a=p.a,this.roundA=Math.round(100*this.a)/100,this.format=(x=a.format)!==null&&x!==void 0?x:p.format,this.gradientType=a.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=p.ok}return h.prototype.isDark=function(){return this.getBrightness()<128},h.prototype.isLight=function(){return!this.isDark()},h.prototype.getBrightness=function(){var u=this.toRgb();return(u.r*299+u.g*587+u.b*114)/1e3},h.prototype.getLuminance=function(){var u=this.toRgb(),a,x,p,y=u.r/255,m=u.g/255,b=u.b/255;return y<=.03928?a=y/12.92:a=Math.pow((y+.055)/1.055,2.4),m<=.03928?x=m/12.92:x=Math.pow((m+.055)/1.055,2.4),b<=.03928?p=b/12.92:p=Math.pow((b+.055)/1.055,2.4),.2126*a+.7152*x+.0722*p},h.prototype.getAlpha=function(){return this.a},h.prototype.setAlpha=function(u){return this.a=(0,c.Yq)(u),this.roundA=Math.round(100*this.a)/100,this},h.prototype.isMonochrome=function(){var u=this.toHsl().s;return u===0},h.prototype.toHsv=function(){var u=(0,r.py)(this.r,this.g,this.b);return{h:u.h*360,s:u.s,v:u.v,a:this.a}},h.prototype.toHsvString=function(){var u=(0,r.py)(this.r,this.g,this.b),a=Math.round(u.h*360),x=Math.round(u.s*100),p=Math.round(u.v*100);return this.a===1?"hsv(".concat(a,", ").concat(x,"%, ").concat(p,"%)"):"hsva(".concat(a,", ").concat(x,"%, ").concat(p,"%, ").concat(this.roundA,")")},h.prototype.toHsl=function(){var u=(0,r.lC)(this.r,this.g,this.b);return{h:u.h*360,s:u.s,l:u.l,a:this.a}},h.prototype.toHslString=function(){var u=(0,r.lC)(this.r,this.g,this.b),a=Math.round(u.h*360),x=Math.round(u.s*100),p=Math.round(u.l*100);return this.a===1?"hsl(".concat(a,", ").concat(x,"%, ").concat(p,"%)"):"hsla(".concat(a,", ").concat(x,"%, ").concat(p,"%, ").concat(this.roundA,")")},h.prototype.toHex=function(u){return u===void 0&&(u=!1),(0,r.vq)(this.r,this.g,this.b,u)},h.prototype.toHexString=function(u){return u===void 0&&(u=!1),"#"+this.toHex(u)},h.prototype.toHex8=function(u){return u===void 0&&(u=!1),(0,r.s)(this.r,this.g,this.b,this.a,u)},h.prototype.toHex8String=function(u){return u===void 0&&(u=!1),"#"+this.toHex8(u)},h.prototype.toHexShortString=function(u){return u===void 0&&(u=!1),this.a===1?this.toHexString(u):this.toHex8String(u)},h.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},h.prototype.toRgbString=function(){var u=Math.round(this.r),a=Math.round(this.g),x=Math.round(this.b);return this.a===1?"rgb(".concat(u,", ").concat(a,", ").concat(x,")"):"rgba(".concat(u,", ").concat(a,", ").concat(x,", ").concat(this.roundA,")")},h.prototype.toPercentageRgb=function(){var u=function(a){return"".concat(Math.round((0,c.sh)(a,255)*100),"%")};return{r:u(this.r),g:u(this.g),b:u(this.b),a:this.a}},h.prototype.toPercentageRgbString=function(){var u=function(a){return Math.round((0,c.sh)(a,255)*100)};return this.a===1?"rgb(".concat(u(this.r),"%, ").concat(u(this.g),"%, ").concat(u(this.b),"%)"):"rgba(".concat(u(this.r),"%, ").concat(u(this.g),"%, ").concat(u(this.b),"%, ").concat(this.roundA,")")},h.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var u="#"+(0,r.vq)(this.r,this.g,this.b,!1),a=0,x=Object.entries(i.R);a<x.length;a++){var p=x[a],y=p[0],m=p[1];if(u===m)return y}return!1},h.prototype.toString=function(u){var a=!!u;u=u!=null?u:this.format;var x=!1,p=this.a<1&&this.a>=0,y=!a&&p&&(u.startsWith("hex")||u==="name");return y?u==="name"&&this.a===0?this.toName():this.toRgbString():(u==="rgb"&&(x=this.toRgbString()),u==="prgb"&&(x=this.toPercentageRgbString()),(u==="hex"||u==="hex6")&&(x=this.toHexString()),u==="hex3"&&(x=this.toHexString(!0)),u==="hex4"&&(x=this.toHex8String(!0)),u==="hex8"&&(x=this.toHex8String()),u==="name"&&(x=this.toName()),u==="hsl"&&(x=this.toHslString()),u==="hsv"&&(x=this.toHsvString()),x||this.toHexString())},h.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},h.prototype.clone=function(){return new h(this.toString())},h.prototype.lighten=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.l+=u/100,a.l=(0,c.V2)(a.l),new h(a)},h.prototype.brighten=function(u){u===void 0&&(u=10);var a=this.toRgb();return a.r=Math.max(0,Math.min(255,a.r-Math.round(255*-(u/100)))),a.g=Math.max(0,Math.min(255,a.g-Math.round(255*-(u/100)))),a.b=Math.max(0,Math.min(255,a.b-Math.round(255*-(u/100)))),new h(a)},h.prototype.darken=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.l-=u/100,a.l=(0,c.V2)(a.l),new h(a)},h.prototype.tint=function(u){return u===void 0&&(u=10),this.mix("white",u)},h.prototype.shade=function(u){return u===void 0&&(u=10),this.mix("black",u)},h.prototype.desaturate=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.s-=u/100,a.s=(0,c.V2)(a.s),new h(a)},h.prototype.saturate=function(u){u===void 0&&(u=10);var a=this.toHsl();return a.s+=u/100,a.s=(0,c.V2)(a.s),new h(a)},h.prototype.greyscale=function(){return this.desaturate(100)},h.prototype.spin=function(u){var a=this.toHsl(),x=(a.h+u)%360;return a.h=x<0?360+x:x,new h(a)},h.prototype.mix=function(u,a){a===void 0&&(a=50);var x=this.toRgb(),p=new h(u).toRgb(),y=a/100,m={r:(p.r-x.r)*y+x.r,g:(p.g-x.g)*y+x.g,b:(p.b-x.b)*y+x.b,a:(p.a-x.a)*y+x.a};return new h(m)},h.prototype.analogous=function(u,a){u===void 0&&(u=6),a===void 0&&(a=30);var x=this.toHsl(),p=360/a,y=[this];for(x.h=(x.h-(p*u>>1)+720)%360;--u;)x.h=(x.h+p)%360,y.push(new h(x));return y},h.prototype.complement=function(){var u=this.toHsl();return u.h=(u.h+180)%360,new h(u)},h.prototype.monochromatic=function(u){u===void 0&&(u=6);for(var a=this.toHsv(),x=a.h,p=a.s,y=a.v,m=[],b=1/u;u--;)m.push(new h({h:x,s:p,v:y})),y=(y+b)%1;return m},h.prototype.splitcomplement=function(){var u=this.toHsl(),a=u.h;return[this,new h({h:(a+72)%360,s:u.s,l:u.l}),new h({h:(a+216)%360,s:u.s,l:u.l})]},h.prototype.onBackground=function(u){var a=this.toRgb(),x=new h(u).toRgb(),p=a.a+x.a*(1-a.a);return new h({r:(a.r*a.a+x.r*x.a*(1-a.a))/p,g:(a.g*a.a+x.g*x.a*(1-a.a))/p,b:(a.b*a.a+x.b*x.a*(1-a.a))/p,a:p})},h.prototype.triad=function(){return this.polyad(3)},h.prototype.tetrad=function(){return this.polyad(4)},h.prototype.polyad=function(u){for(var a=this.toHsl(),x=a.h,p=[this],y=360/u,m=1;m<u;m++)p.push(new h({h:(x+m*y)%360,s:a.s,l:a.l}));return p},h.prototype.equals=function(u){return this.toRgbString()===new h(u).toRgbString()},h}();function o(h,u){return h===void 0&&(h=""),u===void 0&&(u={}),new f(h,u)}},12187:function(d,_,e){"use strict";e.d(_,{FZ:function(){return h},JX:function(){return o},V2:function(){return i},Yq:function(){return f},sh:function(){return r}});function r(u,a){l(u)&&(u="100%");var x=c(u);return u=a===360?u:Math.min(a,Math.max(0,parseFloat(u))),x&&(u=parseInt(String(u*a),10)/100),Math.abs(u-a)<1e-6?1:(a===360?u=(u<0?u%a+a:u%a)/parseFloat(String(a)):u=u%a/parseFloat(String(a)),u)}function i(u){return Math.min(1,Math.max(0,u))}function l(u){return typeof u=="string"&&u.indexOf(".")!==-1&&parseFloat(u)===1}function c(u){return typeof u=="string"&&u.indexOf("%")!==-1}function f(u){return u=parseFloat(u),(isNaN(u)||u<0||u>1)&&(u=1),u}function o(u){return u<=1?"".concat(Number(u)*100,"%"):u}function h(u){return u.length===1?"0"+u:String(u)}},43403:function(d,_,e){"use strict";e.d(_,{Z:function(){return H}});var r=e(16886),i=e(59301),l=e(4676),c=e(47273),f=e(48736),o=e(8654),h=i.createContext(null),u=h,a=e(15142),x=e(34280),p=[];function y(W,ae){var ne=i.useState(function(){if(!(0,c.Z)())return null;var me=document.createElement("div");return me}),oe=(0,r.Z)(ne,1),q=oe[0],J=i.useRef(!1),K=i.useContext(u),se=i.useState(p),ee=(0,r.Z)(se,2),Q=ee[0],le=ee[1],$=K||(J.current?void 0:function(me){le(function(Te){var Oe=[me].concat((0,a.Z)(Te));return Oe})});function j(){q.parentElement||document.body.appendChild(q),J.current=!0}function ie(){var me;(me=q.parentElement)===null||me===void 0||me.removeChild(q),J.current=!1}return(0,x.Z)(function(){return W?K?K(j):j():ie(),ie},[W]),(0,x.Z)(function(){Q.length&&(Q.forEach(function(me){return me()}),le(p))},[Q]),[q,$]}var m=e(810),b=e(75152);function S(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}var D="rc-util-locker-".concat(Date.now()),R=0;function A(W){var ae=!!W,ne=i.useState(function(){return R+=1,"".concat(D,"_").concat(R)}),oe=(0,r.Z)(ne,1),q=oe[0];(0,x.Z)(function(){if(ae){var J=(0,b.o)(document.body).width,K=S();(0,m.hq)(`
html body {
overflow-y: hidden;
`.concat(K?"width: calc(100% - ".concat(J,"px);"):"",`
}`),q)}else(0,m.jL)(q);return function(){(0,m.jL)(q)}},[ae,q])}var P=!1;function M(W){return typeof W=="boolean"&&(P=W),P}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(W,ae){var ne=W.open,oe=W.autoLock,q=W.getContainer,J=W.debug,K=W.autoDestroy,se=K===void 0?!0:K,ee=W.children,Q=i.useState(ne),le=(0,r.Z)(Q,2),$=le[0],j=le[1],ie=$||ne;i.useEffect(function(){(se||ne)&&j(ne)},[ne,se]);var me=i.useState(function(){return B(q)}),Te=(0,r.Z)(me,2),Oe=Te[0],Ge=Te[1];i.useEffect(function(){var nt=B(q);Ge(nt!=null?nt:null)});var Ue=y(ie&&!Oe,J),Mt=(0,r.Z)(Ue,2),yt=Mt[0],kt=Mt[1],Zt=Oe!=null?Oe:yt;A(oe&&ne&&(0,c.Z)()&&(Zt===yt||Zt===document.body));var Ft=null;if(ee&&(0,o.Yr)(ee)&&ae){var tr=ee;Ft=tr.ref}var ze=(0,o.x1)(Ft,ae);if(!ie||!(0,c.Z)()||Oe===void 0)return null;var wt=Zt===!1||M(),Bt=ee;return ae&&(Bt=i.cloneElement(ee,{ref:ze})),i.createElement(u.Provider,{value:kt},wt?Bt:(0,l.createPortal)(Bt,Zt))}),G=N,H=G},35593:function(d,_,e){"use strict";e.d(_,{Z:function(){return Bt}});var r=e(98506),i=e(16886),l=e(33346),c=e(43403),f=e(92310),o=e.n(f),h=e(29301),u=e(76846),a=e(96452),x=e(6089),p=e(80402),y=e(34280),m=e(49658),b=e(59301),S=e(67711),D=e(77900),R=e(8654);function A(nt){var _t=nt.prefixCls,ht=nt.align,Je=nt.arrow,je=nt.arrowPos,be=Je||{},Le=be.className,Ke=be.content,He=je.x,Xe=He===void 0?0:He,pt=je.y,bt=pt===void 0?0:pt,rr=b.useRef();if(!ht||!ht.points)return null;var Jt={position:"absolute"};if(ht.autoArrow!==!1){var Me=ht.points[0],rt=ht.points[1],Yt=Me[0],Lt=Me[1],Wt=rt[0],Ht=rt[1];Yt===Wt||!["t","b"].includes(Yt)?Jt.top=bt:Yt==="t"?Jt.top=0:Jt.bottom=0,Lt===Ht||!["l","r"].includes(Lt)?Jt.left=Xe:Lt==="l"?Jt.left=0:Jt.right=0}return b.createElement("div",{ref:rr,className:o()("".concat(_t,"-arrow"),Le),style:Jt},Ke)}function P(nt){var _t=nt.prefixCls,ht=nt.open,Je=nt.zIndex,je=nt.mask,be=nt.motion;return je?b.createElement(D.default,(0,S.Z)({},be,{motionAppear:!0,visible:ht,removeOnLeave:!0}),function(Le){var Ke=Le.className;return b.createElement("div",{style:{zIndex:Je},className:o()("".concat(_t,"-mask"),Ke)})}):null}var M=b.memo(function(nt){var _t=nt.children;return _t},function(nt,_t){return _t.cache}),B=M,N=b.forwardRef(function(nt,_t){var ht=nt.popup,Je=nt.className,je=nt.prefixCls,be=nt.style,Le=nt.target,Ke=nt.onVisibleChanged,He=nt.open,Xe=nt.keepDom,pt=nt.fresh,bt=nt.onClick,rr=nt.mask,Jt=nt.arrow,Me=nt.arrowPos,rt=nt.align,Yt=nt.motion,Lt=nt.maskMotion,Wt=nt.forceRender,Ht=nt.getPopupContainer,ir=nt.autoDestroy,Gt=nt.portal,Ie=nt.zIndex,ce=nt.onMouseEnter,he=nt.onMouseLeave,It=nt.onPointerEnter,Ce=nt.ready,ft=nt.offsetX,Kt=nt.offsetY,Tt=nt.offsetR,Pe=nt.offsetB,At=nt.onAlign,Ze=nt.onPrepare,we=nt.stretch,gt=nt.targetWidth,Rt=nt.targetHeight,Fe=typeof ht=="function"?ht():ht,Tr=He||Xe,Ct=(Ht==null?void 0:Ht.length)>0,Kr=b.useState(!Ht||!Ct),tn=(0,i.Z)(Kr,2),Ir=tn[0],Lr=tn[1];if((0,y.Z)(function(){!Ir&&Ct&&Le&&Lr(!0)},[Ir,Ct,Le]),!Ir)return null;var vr="auto",$r={left:"-1000vw",top:"-1000vh",right:vr,bottom:vr};if(Ce||!He){var sn,hn=rt.points,Xt=rt.dynamicInset||((sn=rt._experimental)===null||sn===void 0?void 0:sn.dynamicInset),vt=Xt&&hn[0][1]==="r",ot=Xt&&hn[0][0]==="b";vt?($r.right=Tt,$r.left=vr):($r.left=ft,$r.right=vr),ot?($r.bottom=Pe,$r.top=vr):($r.top=Kt,$r.bottom=vr)}var ct={};return we&&(we.includes("height")&&Rt?ct.height=Rt:we.includes("minHeight")&&Rt&&(ct.minHeight=Rt),we.includes("width")&&gt?ct.width=gt:we.includes("minWidth")&&gt&&(ct.minWidth=gt)),He||(ct.pointerEvents="none"),b.createElement(Gt,{open:Wt||Tr,getContainer:Ht&&function(){return Ht(Le)},autoDestroy:ir},b.createElement(P,{prefixCls:je,open:He,zIndex:Ie,mask:rr,motion:Lt}),b.createElement(h.Z,{onResize:At,disabled:!He},function(Nt){return b.createElement(D.default,(0,S.Z)({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:Wt,leavedClassName:"".concat(je,"-hidden")},Yt,{onAppearPrepare:Ze,onEnterPrepare:Ze,visible:He,onVisibleChanged:function(_r){var Jr;Yt==null||(Jr=Yt.onVisibleChanged)===null||Jr===void 0||Jr.call(Yt,_r),Ke(_r)}}),function(br,_r){var Jr=br.className,zr=br.style,xn=o()(je,Jr,Je);return b.createElement("div",{ref:(0,R.sQ)(Nt,_t,_r),className:xn,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")},$r),ct),zr),{},{boxSizing:"border-box",zIndex:Ie},be),onMouseEnter:ce,onMouseLeave:he,onPointerEnter:It,onClick:bt},Jt&&b.createElement(A,{prefixCls:je,arrow:Jt,arrowPos:Me,align:rt}),b.createElement(B,{cache:!He&&!pt},Fe))})}))}),G=N,H=b.forwardRef(function(nt,_t){var ht=nt.children,Je=nt.getTriggerDOMNode,je=(0,R.Yr)(ht),be=b.useCallback(function(Ke){(0,R.mH)(_t,Je?Je(Ke):Ke)},[Je]),Le=(0,R.x1)(be,ht.ref);return je?b.cloneElement(ht,{ref:Le}):ht}),W=H,ae=b.createContext(null),ne=ae;function oe(nt){return nt?Array.isArray(nt)?nt:[nt]:[]}function q(nt,_t,ht,Je){return b.useMemo(function(){var je=oe(ht!=null?ht:_t),be=oe(Je!=null?Je:_t),Le=new Set(je),Ke=new Set(be);return nt&&(Le.has("hover")&&(Le.delete("hover"),Le.add("click")),Ke.has("hover")&&(Ke.delete("hover"),Ke.add("click"))),[Le,Ke]},[nt,_t,ht,Je])}var J=e(29194);function K(){var nt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],_t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],ht=arguments.length>2?arguments[2]:void 0;return ht?nt[0]===_t[0]:nt[0]===_t[0]&&nt[1]===_t[1]}function se(nt,_t,ht,Je){for(var je=ht.points,be=Object.keys(nt),Le=0;Le<be.length;Le+=1){var Ke,He=be[Le];if(K((Ke=nt[He])===null||Ke===void 0?void 0:Ke.points,je,Je))return"".concat(_t,"-placement-").concat(He)}return""}function ee(nt,_t,ht,Je){return _t||(ht?{motionName:"".concat(nt,"-").concat(ht)}:Je?{motionName:Je}:null)}function Q(nt){return nt.ownerDocument.defaultView}function le(nt){for(var _t=[],ht=nt==null?void 0:nt.parentElement,Je=["hidden","scroll","clip","auto"];ht;){var je=Q(ht).getComputedStyle(ht),be=je.overflowX,Le=je.overflowY,Ke=je.overflow;[be,Le,Ke].some(function(He){return Je.includes(He)})&&_t.push(ht),ht=ht.parentElement}return _t}function $(nt){var _t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return Number.isNaN(nt)?_t:nt}function j(nt){return $(parseFloat(nt),0)}function ie(nt,_t){var ht=(0,r.Z)({},nt);return(_t||[]).forEach(function(Je){if(!(Je instanceof HTMLBodyElement||Je instanceof HTMLHtmlElement)){var je=Q(Je).getComputedStyle(Je),be=je.overflow,Le=je.overflowClipMargin,Ke=je.borderTopWidth,He=je.borderBottomWidth,Xe=je.borderLeftWidth,pt=je.borderRightWidth,bt=Je.getBoundingClientRect(),rr=Je.offsetHeight,Jt=Je.clientHeight,Me=Je.offsetWidth,rt=Je.clientWidth,Yt=j(Ke),Lt=j(He),Wt=j(Xe),Ht=j(pt),ir=$(Math.round(bt.width/Me*1e3)/1e3),Gt=$(Math.round(bt.height/rr*1e3)/1e3),Ie=(Me-rt-Wt-Ht)*ir,ce=(rr-Jt-Yt-Lt)*Gt,he=Yt*Gt,It=Lt*Gt,Ce=Wt*ir,ft=Ht*ir,Kt=0,Tt=0;if(be==="clip"){var Pe=j(Le);Kt=Pe*ir,Tt=Pe*Gt}var At=bt.x+Ce-Kt,Ze=bt.y+he-Tt,we=At+bt.width+2*Kt-Ce-ft-Ie,gt=Ze+bt.height+2*Tt-he-It-ce;ht.left=Math.max(ht.left,At),ht.top=Math.max(ht.top,Ze),ht.right=Math.min(ht.right,we),ht.bottom=Math.min(ht.bottom,gt)}}),ht}function me(nt){var _t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,ht="".concat(_t),Je=ht.match(/^(.*)\%$/);return Je?nt*(parseFloat(Je[1])/100):parseFloat(ht)}function Te(nt,_t){var ht=_t||[],Je=(0,i.Z)(ht,2),je=Je[0],be=Je[1];return[me(nt.width,je),me(nt.height,be)]}function Oe(){var nt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return[nt[0],nt[1]]}function Ge(nt,_t){var ht=_t[0],Je=_t[1],je,be;return ht==="t"?be=nt.y:ht==="b"?be=nt.y+nt.height:be=nt.y+nt.height/2,Je==="l"?je=nt.x:Je==="r"?je=nt.x+nt.width:je=nt.x+nt.width/2,{x:je,y:be}}function Ue(nt,_t){var ht={t:"b",b:"t",l:"r",r:"l"};return nt.map(function(Je,je){return je===_t?ht[Je]||"c":Je}).join("")}function Mt(nt,_t,ht,Je,je,be,Le){var Ke=b.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:je[Je]||{}}),He=(0,i.Z)(Ke,2),Xe=He[0],pt=He[1],bt=b.useRef(0),rr=b.useMemo(function(){return _t?le(_t):[]},[_t]),Jt=b.useRef({}),Me=function(){Jt.current={}};nt||Me();var rt=(0,x.Z)(function(){if(_t&&ht&&nt){let Xa=function(Rs,_o){var $o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:xn,Vo=Fe.x+Rs,Yo=Fe.y+_o,rs=Vo+sn,_s=Yo+$r,Ao=Math.max(Vo,$o.left),Zo=Math.max(Yo,$o.top),Lo=Math.min(rs,$o.right),Xo=Math.min(_s,$o.bottom);return Math.max(0,(Lo-Ao)*(Xo-Zo))},Wa=function(){sr=Fe.y+Ee,xr=sr+$r,Or=Fe.x+On,Cr=Or+sn};var Wt,Ht,ir=_t,Gt=ir.ownerDocument,Ie=Q(ir),ce=Ie.getComputedStyle(ir),he=ce.width,It=ce.height,Ce=ce.position,ft=ir.style.left,Kt=ir.style.top,Tt=ir.style.right,Pe=ir.style.bottom,At=ir.style.overflow,Ze=(0,r.Z)((0,r.Z)({},je[Je]),be),we=Gt.createElement("div");(Wt=ir.parentElement)===null||Wt===void 0||Wt.appendChild(we),we.style.left="".concat(ir.offsetLeft,"px"),we.style.top="".concat(ir.offsetTop,"px"),we.style.position=Ce,we.style.height="".concat(ir.offsetHeight,"px"),we.style.width="".concat(ir.offsetWidth,"px"),ir.style.left="0",ir.style.top="0",ir.style.right="auto",ir.style.bottom="auto",ir.style.overflow="hidden";var gt;if(Array.isArray(ht))gt={x:ht[0],y:ht[1],width:0,height:0};else{var Rt=ht.getBoundingClientRect();gt={x:Rt.x,y:Rt.y,width:Rt.width,height:Rt.height}}var Fe=ir.getBoundingClientRect(),Tr=Gt.documentElement,Ct=Tr.clientWidth,Kr=Tr.clientHeight,tn=Tr.scrollWidth,Ir=Tr.scrollHeight,Lr=Tr.scrollTop,vr=Tr.scrollLeft,$r=Fe.height,sn=Fe.width,hn=gt.height,Xt=gt.width,vt={left:0,top:0,right:Ct,bottom:Kr},ot={left:-vr,top:-Lr,right:tn-vr,bottom:Ir-Lr},ct=Ze.htmlRegion,Nt="visible",br="visibleFirst";ct!=="scroll"&&ct!==br&&(ct=Nt);var _r=ct===br,Jr=ie(ot,rr),zr=ie(vt,rr),xn=ct===Nt?zr:Jr,Et=_r?zr:xn;ir.style.left="auto",ir.style.top="auto",ir.style.right="0",ir.style.bottom="0";var Dr=ir.getBoundingClientRect();ir.style.left=ft,ir.style.top=Kt,ir.style.right=Tt,ir.style.bottom=Pe,ir.style.overflow=At,(Ht=ir.parentElement)===null||Ht===void 0||Ht.removeChild(we);var kn=$(Math.round(sn/parseFloat(he)*1e3)/1e3),Qn=$(Math.round($r/parseFloat(It)*1e3)/1e3);if(kn===0||Qn===0||(0,u.Sh)(ht)&&!(0,J.Z)(ht))return;var Nn=Ze.offset,ti=Ze.targetOffset,Tn=Te(Fe,Nn),Ai=(0,i.Z)(Tn,2),ri=Ai[0],Ci=Ai[1],Qi=Te(gt,ti),Zi=(0,i.Z)(Qi,2),Ca=Zi[0],ui=Zi[1];gt.x-=Ca,gt.y-=ui;var ca=Ze.points||[],Ta=(0,i.Z)(ca,2),St=Ta[0],ga=Ta[1],oa=Oe(ga),gi=Oe(St),Ma=Ge(gt,oa),Ei=Ge(Fe,gi),ci=(0,r.Z)({},Ze),On=Ma.x-Ei.x+ri,Ee=Ma.y-Ei.y+Ci,ut=Xa(On,Ee),tt=Xa(On,Ee,zr),Ot=Ge(gt,["t","l"]),dt=Ge(Fe,["t","l"]),lr=Ge(gt,["b","r"]),cr=Ge(Fe,["b","r"]),Ar=Ze.overflow||{},Nr=Ar.adjustX,We=Ar.adjustY,et=Ar.shiftX,ye=Ar.shiftY,it=function(_o){return typeof _o=="boolean"?_o:_o>=0},sr,xr,Or,Cr;Wa();var Ur=it(We),bn=gi[0]===oa[0];if(Ur&&gi[0]==="t"&&(xr>Et.bottom||Jt.current.bt)){var wr=Ee;bn?wr-=$r-hn:wr=Ot.y-cr.y-Ci;var fn=Xa(On,wr),nn=Xa(On,wr,zr);fn>ut||fn===ut&&(!_r||nn>=tt)?(Jt.current.bt=!0,Ee=wr,Ci=-Ci,ci.points=[Ue(gi,0),Ue(oa,0)]):Jt.current.bt=!1}if(Ur&&gi[0]==="b"&&(sr<Et.top||Jt.current.tb)){var cn=Ee;bn?cn+=$r-hn:cn=lr.y-dt.y-Ci;var Pn=Xa(On,cn),Pa=Xa(On,cn,zr);Pn>ut||Pn===ut&&(!_r||Pa>=tt)?(Jt.current.tb=!0,Ee=cn,Ci=-Ci,ci.points=[Ue(gi,0),Ue(oa,0)]):Jt.current.tb=!1}var Li=it(Nr),vi=gi[1]===oa[1];if(Li&&gi[1]==="l"&&(Cr>Et.right||Jt.current.rl)){var yn=On;vi?yn-=sn-Xt:yn=Ot.x-cr.x-ri;var fi=Xa(yn,Ee),Gi=Xa(yn,Ee,zr);fi>ut||fi===ut&&(!_r||Gi>=tt)?(Jt.current.rl=!0,On=yn,ri=-ri,ci.points=[Ue(gi,1),Ue(oa,1)]):Jt.current.rl=!1}if(Li&&gi[1]==="r"&&(Or<Et.left||Jt.current.lr)){var ya=On;vi?ya+=sn-Xt:ya=lr.x-dt.x-ri;var Vs=Xa(ya,Ee),ba=Xa(ya,Ee,zr);Vs>ut||Vs===ut&&(!_r||ba>=tt)?(Jt.current.lr=!0,On=ya,ri=-ri,ci.points=[Ue(gi,1),Ue(oa,1)]):Jt.current.lr=!1}Wa();var Fs=et===!0?0:et;typeof Fs=="number"&&(Or<zr.left&&(On-=Or-zr.left-ri,gt.x+Xt<zr.left+Fs&&(On+=gt.x-zr.left+Xt-Fs)),Cr>zr.right&&(On-=Cr-zr.right-ri,gt.x>zr.right-Fs&&(On+=gt.x-zr.right+Fs)));var Ys=ye===!0?0:ye;typeof Ys=="number"&&(sr<zr.top&&(Ee-=sr-zr.top-Ci,gt.y+hn<zr.top+Ys&&(Ee+=gt.y-zr.top+hn-Ys)),xr>zr.bottom&&(Ee-=xr-zr.bottom-Ci,gt.y>zr.bottom-Ys&&(Ee+=gt.y-zr.bottom+Ys)));var es=Fe.x+On,Ws=es+sn,qn=Fe.y+Ee,Es=qn+$r,fs=gt.x,Xs=fs+Xt,Yi=gt.y,Bs=Yi+hn,Ko=Math.max(es,fs),Va=Math.min(Ws,Xs),ha=(Ko+Va)/2,is=ha-es,vo=Math.max(qn,Yi),jn=Math.min(Es,Bs),ts=(vo+jn)/2,Ps=ts-qn;Le==null||Le(_t,ci);var Is=Dr.right-Fe.x-(On+Fe.width),Wi=Dr.bottom-Fe.y-(Ee+Fe.height);pt({ready:!0,offsetX:On/kn,offsetY:Ee/Qn,offsetR:Is/kn,offsetB:Wi/Qn,arrowX:is/kn,arrowY:Ps/Qn,scaleX:kn,scaleY:Qn,align:ci})}}),Yt=function(){bt.current+=1;var Ht=bt.current;Promise.resolve().then(function(){bt.current===Ht&&rt()})},Lt=function(){pt(function(Ht){return(0,r.Z)((0,r.Z)({},Ht),{},{ready:!1})})};return(0,y.Z)(Lt,[Je]),(0,y.Z)(function(){nt||Lt()},[nt]),[Xe.ready,Xe.offsetX,Xe.offsetY,Xe.offsetR,Xe.offsetB,Xe.arrowX,Xe.arrowY,Xe.scaleX,Xe.scaleY,Xe.align,Yt]}var yt=e(15142);function kt(nt,_t,ht,Je,je){(0,y.Z)(function(){if(nt&&_t&&ht){let bt=function(){Je(),je()};var be=_t,Le=ht,Ke=le(be),He=le(Le),Xe=Q(Le),pt=new Set([Xe].concat((0,yt.Z)(Ke),(0,yt.Z)(He)));return pt.forEach(function(rr){rr.addEventListener("scroll",bt,{passive:!0})}),Xe.addEventListener("resize",bt,{passive:!0}),Je(),function(){pt.forEach(function(rr){rr.removeEventListener("scroll",bt),Xe.removeEventListener("resize",bt)})}}},[nt,_t,ht])}var Zt=e(48736),Ft=e(16089);function tr(nt,_t,ht,Je,je,be,Le,Ke){var He=b.useRef(nt),Xe=b.useRef(!1);He.current!==nt&&(Xe.current=!0,He.current=nt),b.useEffect(function(){var pt=(0,Ft.Z)(function(){Xe.current=!1});return function(){Ft.Z.cancel(pt)}},[nt]),b.useEffect(function(){if(_t&&Je&&(!je||be)){var pt=function(){var Ce=!1,ft=function(Pe){var At=Pe.target;Ce=Le(At)},Kt=function(Pe){var At=Pe.target;!Xe.current&&He.current&&!Ce&&!Le(At)&&Ke(!1)};return[ft,Kt]},bt=pt(),rr=(0,i.Z)(bt,2),Jt=rr[0],Me=rr[1],rt=pt(),Yt=(0,i.Z)(rt,2),Lt=Yt[0],Wt=Yt[1],Ht=Q(Je);Ht.addEventListener("mousedown",Jt,!0),Ht.addEventListener("click",Me,!0),Ht.addEventListener("contextmenu",Me,!0);var ir=(0,a.A)(ht);if(ir&&(ir.addEventListener("mousedown",Lt,!0),ir.addEventListener("click",Wt,!0),ir.addEventListener("contextmenu",Wt,!0)),0)var Gt,Ie,ce,he;return function(){Ht.removeEventListener("mousedown",Jt,!0),Ht.removeEventListener("click",Me,!0),Ht.removeEventListener("contextmenu",Me,!0),ir&&(ir.removeEventListener("mousedown",Lt,!0),ir.removeEventListener("click",Wt,!0),ir.removeEventListener("contextmenu",Wt,!0))}}},[_t,ht,Je,je,be])}var ze=["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 wt(){var nt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:c.Z,_t=b.forwardRef(function(ht,Je){var je=ht.prefixCls,be=je===void 0?"rc-trigger-popup":je,Le=ht.children,Ke=ht.action,He=Ke===void 0?"hover":Ke,Xe=ht.showAction,pt=ht.hideAction,bt=ht.popupVisible,rr=ht.defaultPopupVisible,Jt=ht.onPopupVisibleChange,Me=ht.afterPopupVisibleChange,rt=ht.mouseEnterDelay,Yt=ht.mouseLeaveDelay,Lt=Yt===void 0?.1:Yt,Wt=ht.focusDelay,Ht=ht.blurDelay,ir=ht.mask,Gt=ht.maskClosable,Ie=Gt===void 0?!0:Gt,ce=ht.getPopupContainer,he=ht.forceRender,It=ht.autoDestroy,Ce=ht.destroyPopupOnHide,ft=ht.popup,Kt=ht.popupClassName,Tt=ht.popupStyle,Pe=ht.popupPlacement,At=ht.builtinPlacements,Ze=At===void 0?{}:At,we=ht.popupAlign,gt=ht.zIndex,Rt=ht.stretch,Fe=ht.getPopupClassNameFromAlign,Tr=ht.fresh,Ct=ht.alignPoint,Kr=ht.onPopupClick,tn=ht.onPopupAlign,Ir=ht.arrow,Lr=ht.popupMotion,vr=ht.maskMotion,$r=ht.popupTransitionName,sn=ht.popupAnimation,hn=ht.maskTransitionName,Xt=ht.maskAnimation,vt=ht.className,ot=ht.getTriggerDOMNode,ct=(0,l.Z)(ht,ze),Nt=It||Ce||!1,br=b.useState(!1),_r=(0,i.Z)(br,2),Jr=_r[0],zr=_r[1];(0,y.Z)(function(){zr((0,m.Z)())},[]);var xn=b.useRef({}),Et=b.useContext(ne),Dr=b.useMemo(function(){return{registerSubPopup:function(hi,as){xn.current[hi]=as,Et==null||Et.registerSubPopup(hi,as)}}},[Et]),kn=(0,p.Z)(),Qn=b.useState(null),Nn=(0,i.Z)(Qn,2),ti=Nn[0],Tn=Nn[1],Ai=(0,x.Z)(function(yi){(0,u.Sh)(yi)&&ti!==yi&&Tn(yi),Et==null||Et.registerSubPopup(kn,yi)}),ri=b.useState(null),Ci=(0,i.Z)(ri,2),Qi=Ci[0],Zi=Ci[1],Ca=b.useRef(null),ui=(0,x.Z)(function(yi){(0,u.Sh)(yi)&&Qi!==yi&&(Zi(yi),Ca.current=yi)}),ca=b.Children.only(Le),Ta=(ca==null?void 0:ca.props)||{},St={},ga=(0,x.Z)(function(yi){var hi,as,ds=Qi;return(ds==null?void 0:ds.contains(yi))||((hi=(0,a.A)(ds))===null||hi===void 0?void 0:hi.host)===yi||yi===ds||(ti==null?void 0:ti.contains(yi))||((as=(0,a.A)(ti))===null||as===void 0?void 0:as.host)===yi||yi===ti||Object.values(xn.current).some(function(ss){return(ss==null?void 0:ss.contains(yi))||yi===ss})}),oa=ee(be,Lr,sn,$r),gi=ee(be,vr,Xt,hn),Ma=b.useState(rr||!1),Ei=(0,i.Z)(Ma,2),ci=Ei[0],On=Ei[1],Ee=bt!=null?bt:ci,ut=(0,x.Z)(function(yi){bt===void 0&&On(yi)});(0,y.Z)(function(){On(bt||!1)},[bt]);var tt=b.useRef(Ee);tt.current=Ee;var Ot=b.useRef([]);Ot.current=[];var dt=(0,x.Z)(function(yi){var hi;ut(yi),((hi=Ot.current[Ot.current.length-1])!==null&&hi!==void 0?hi:Ee)!==yi&&(Ot.current.push(yi),Jt==null||Jt(yi))}),lr=b.useRef(),cr=function(){clearTimeout(lr.current)},Ar=function(hi){var as=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;cr(),as===0?dt(hi):lr.current=setTimeout(function(){dt(hi)},as*1e3)};b.useEffect(function(){return cr},[]);var Nr=b.useState(!1),We=(0,i.Z)(Nr,2),et=We[0],ye=We[1];(0,y.Z)(function(yi){(!yi||Ee)&&ye(!0)},[Ee]);var it=b.useState(null),sr=(0,i.Z)(it,2),xr=sr[0],Or=sr[1],Cr=b.useState([0,0]),Ur=(0,i.Z)(Cr,2),bn=Ur[0],wr=Ur[1],fn=function(hi){wr([hi.clientX,hi.clientY])},nn=Mt(Ee,ti,Ct?bn:Qi,Pe,Ze,we,tn),cn=(0,i.Z)(nn,11),Pn=cn[0],Pa=cn[1],Li=cn[2],vi=cn[3],yn=cn[4],fi=cn[5],Gi=cn[6],ya=cn[7],Vs=cn[8],ba=cn[9],Fs=cn[10],Ys=q(Jr,He,Xe,pt),es=(0,i.Z)(Ys,2),Ws=es[0],qn=es[1],Es=Ws.has("click"),fs=qn.has("click")||qn.has("contextMenu"),Xs=(0,x.Z)(function(){et||Fs()}),Yi=function(){tt.current&&Ct&&fs&&Ar(!1)};kt(Ee,Qi,ti,Xs,Yi),(0,y.Z)(function(){Xs()},[bn,Pe]),(0,y.Z)(function(){Ee&&!(Ze!=null&&Ze[Pe])&&Xs()},[JSON.stringify(we)]);var Bs=b.useMemo(function(){var yi=se(Ze,be,ba,Ct);return o()(yi,Fe==null?void 0:Fe(ba))},[ba,Fe,Ze,be,Ct]);b.useImperativeHandle(Je,function(){return{nativeElement:Ca.current,forceAlign:Xs}});var Ko=b.useState(0),Va=(0,i.Z)(Ko,2),ha=Va[0],is=Va[1],vo=b.useState(0),jn=(0,i.Z)(vo,2),ts=jn[0],Ps=jn[1],Is=function(){if(Rt&&Qi){var hi=Qi.getBoundingClientRect();is(hi.width),Ps(hi.height)}},Wi=function(){Is(),Xs()},Xa=function(hi){ye(!1),Fs(),Me==null||Me(hi)},Wa=function(){return new Promise(function(hi){Is(),Or(function(){return hi})})};(0,y.Z)(function(){xr&&(Fs(),xr(),Or(null))},[xr]);function Rs(yi,hi,as,ds){St[yi]=function(ss){var go;ds==null||ds(ss),Ar(hi,as);for(var Wo=arguments.length,du=new Array(Wo>1?Wo-1:0),Ls=1;Ls<Wo;Ls++)du[Ls-1]=arguments[Ls];(go=Ta[yi])===null||go===void 0||go.call.apply(go,[Ta,ss].concat(du))}}(Es||fs)&&(St.onClick=function(yi){var hi;tt.current&&fs?Ar(!1):!tt.current&&Es&&(fn(yi),Ar(!0));for(var as=arguments.length,ds=new Array(as>1?as-1:0),ss=1;ss<as;ss++)ds[ss-1]=arguments[ss];(hi=Ta.onClick)===null||hi===void 0||hi.call.apply(hi,[Ta,yi].concat(ds))}),tr(Ee,fs,Qi,ti,ir,Ie,ga,Ar);var _o=Ws.has("hover"),$o=qn.has("hover"),Vo,Yo;_o&&(Rs("onMouseEnter",!0,rt,function(yi){fn(yi)}),Rs("onPointerEnter",!0,rt,function(yi){fn(yi)}),Vo=function(hi){(Ee||et)&&ti!==null&&ti!==void 0&&ti.contains(hi.target)&&Ar(!0,rt)},Ct&&(St.onMouseMove=function(yi){var hi;(hi=Ta.onMouseMove)===null||hi===void 0||hi.call(Ta,yi)})),$o&&(Rs("onMouseLeave",!1,Lt),Rs("onPointerLeave",!1,Lt),Yo=function(){Ar(!1,Lt)}),Ws.has("focus")&&Rs("onFocus",!0,Wt),qn.has("focus")&&Rs("onBlur",!1,Ht),Ws.has("contextMenu")&&(St.onContextMenu=function(yi){var hi;tt.current&&qn.has("contextMenu")?Ar(!1):(fn(yi),Ar(!0)),yi.preventDefault();for(var as=arguments.length,ds=new Array(as>1?as-1:0),ss=1;ss<as;ss++)ds[ss-1]=arguments[ss];(hi=Ta.onContextMenu)===null||hi===void 0||hi.call.apply(hi,[Ta,yi].concat(ds))}),vt&&(St.className=o()(Ta.className,vt));var rs=(0,r.Z)((0,r.Z)({},Ta),St),_s={},Ao=["onContextMenu","onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"];Ao.forEach(function(yi){ct[yi]&&(_s[yi]=function(){for(var hi,as=arguments.length,ds=new Array(as),ss=0;ss<as;ss++)ds[ss]=arguments[ss];(hi=rs[yi])===null||hi===void 0||hi.call.apply(hi,[rs].concat(ds)),ct[yi].apply(ct,ds)})});var Zo=b.cloneElement(ca,(0,r.Z)((0,r.Z)({},rs),_s)),Lo={x:fi,y:Gi},Xo=Ir?(0,r.Z)({},Ir!==!0?Ir:{}):null;return b.createElement(b.Fragment,null,b.createElement(h.Z,{disabled:!Ee,ref:ui,onResize:Wi},b.createElement(W,{getTriggerDOMNode:ot},Zo)),b.createElement(ne.Provider,{value:Dr},b.createElement(G,{portal:nt,ref:Ai,prefixCls:be,popup:ft,className:o()(Kt,Bs),style:Tt,target:Qi,onMouseEnter:Vo,onMouseLeave:Yo,onPointerEnter:Vo,zIndex:gt,open:Ee,keepDom:et,fresh:Tr,onClick:Kr,mask:ir,motion:oa,maskMotion:gi,onVisibleChanged:Xa,onPrepare:Wa,forceRender:he,autoDestroy:Nt,getPopupContainer:ce,align:ba,arrow:Xo,arrowPos:Lo,ready:Pn,offsetX:Pa,offsetY:Li,offsetR:vi,offsetB:yn,onAlign:Xs,stretch:Rt,targetWidth:ha/ya,targetHeight:ts/Vs})))});return _t}var Bt=wt(c.Z)},88831:function(){"use strict"},24957:function(d,_){"use strict";_.Z={loading:"loading___hdeS1",layoutMainClass:"layoutMainClass___t8btz"}},33796:function(d,_){"use strict";function e(i){const l={},c={channels:l,subscribe:function(f,o){return l[f]||(l[f]=[]),l[f].push(o),this.unsubscribe.bind(null,f,o)},unsubscribe:function(f,o){console.log(f,"channel");let h=l[f],u=-1;if(h){for(let a=0;a<h.length;a++)if(h[a].name===o.name){u=a;break}if(u>=0)return l[f].splice(u,1),!0}return!1},publish:function(f){if(!l[f])return!1;const o=Array.prototype.slice.call(arguments,1);return l[f].forEach(h=>{h.apply(null,o)}),this}};return i?Object.assign(i,c):c}const r=new e;_.Z=r},45434:function(d,_,e){"use strict";e.d(_,{zt:function(){return gs},$j:function(){return Ki},Ue:function(){return _o},I0:function(){return oo},v9:function(){return hu}});var r={};e.r(r),e.d(r,{actionChannel:function(){return Xt},all:function(){return Fe},apply:function(){return tn},call:function(){return Kr},cancel:function(){return sn},cancelled:function(){return vt},cps:function(){return Ir},flush:function(){return ot},fork:function(){return Lr},getContext:function(){return ct},join:function(){return $r},put:function(){return Rt},race:function(){return Tr},select:function(){return hn},setContext:function(){return Nt},spawn:function(){return vr},take:function(){return we},takeEvery:function(){return ut},takeLatest:function(){return tt},takem:function(){return gt},throttle:function(){return Ot}});var i=e(59301),l=e(19456),c=e(59781),f=Object.assign||function(Qe){for(var qe=1;qe<arguments.length;qe++){var jt=arguments[qe];for(var Vt in jt)Object.prototype.hasOwnProperty.call(jt,Vt)&&(Qe[Vt]=jt[Vt])}return Qe},o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Qe){return typeof Qe}:function(Qe){return Qe&&typeof Symbol=="function"&&Qe.constructor===Symbol&&Qe!==Symbol.prototype?"symbol":typeof Qe},h=function(qe){return"@@redux-saga/"+qe},u=h("TASK"),a=h("HELPER"),x=h("MATCH"),p=h("CANCEL_PROMISE"),y=h("SAGA_ACTION"),m=h("SELF_CANCELLATION"),b=function(qe){return function(){return qe}},S=b(!0),D=null,R=function(){},A=function(qe){return qe};function P(Qe,qe,jt){if(!qe(Qe))throw le("error","uncaught at check",jt),new Error(jt)}var M=Object.prototype.hasOwnProperty;function B(Qe,qe){return N.notUndef(Qe)&&M.call(Qe,qe)}var N={undef:function(qe){return qe==null},notUndef:function(qe){return qe!=null},func:function(qe){return typeof qe=="function"},number:function(qe){return typeof qe=="number"},string:function(qe){return typeof qe=="string"},array:Array.isArray,object:function(qe){return qe&&!N.array(qe)&&(typeof qe=="undefined"?"undefined":o(qe))==="object"},promise:function(qe){return qe&&N.func(qe.then)},iterator:function(qe){return qe&&N.func(qe.next)&&N.func(qe.throw)},iterable:function(qe){return qe&&N.func(Symbol)?N.func(qe[Symbol.iterator]):N.array(qe)},task:function(qe){return qe&&qe[u]},observable:function(qe){return qe&&N.func(qe.subscribe)},buffer:function(qe){return qe&&N.func(qe.isEmpty)&&N.func(qe.take)&&N.func(qe.put)},pattern:function(qe){return qe&&(N.string(qe)||(typeof qe=="undefined"?"undefined":o(qe))==="symbol"||N.func(qe)||N.array(qe))},channel:function(qe){return qe&&N.func(qe.take)&&N.func(qe.close)},helper:function(qe){return qe&&qe[a]},stringableFunc:function(qe){return N.func(qe)&&B(qe,"toString")}},G={assign:function(qe,jt){for(var Vt in jt)B(jt,Vt)&&(qe[Vt]=jt[Vt])}};function H(Qe,qe){var jt=Qe.indexOf(qe);jt>=0&&Qe.splice(jt,1)}var W={from:function(qe){var jt=Array(qe.length);for(var Vt in qe)B(qe,Vt)&&(jt[Vt]=qe[Vt]);return jt}};function ae(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},qe=f({},Qe),jt=new Promise(function(Vt,gr){qe.resolve=Vt,qe.reject=gr});return qe.promise=jt,qe}function ne(Qe){for(var qe=[],jt=0;jt<Qe;jt++)qe.push(ae());return qe}function oe(Qe){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,jt=void 0,Vt=new Promise(function(gr){jt=setTimeout(function(){return gr(qe)},Qe)});return Vt[p]=function(){return clearTimeout(jt)},Vt}function q(){var Qe,qe=!0,jt=void 0,Vt=void 0;return Qe={},Qe[u]=!0,Qe.isRunning=function(){return qe},Qe.result=function(){return jt},Qe.error=function(){return Vt},Qe.setRunning=function(Mr){return qe=Mr},Qe.setResult=function(Mr){return jt=Mr},Qe.setError=function(Mr){return Vt=Mr},Qe}function J(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return function(){return++Qe}}var K=J(),se=function(qe){throw qe},ee=function(qe){return{value:qe,done:!0}};function Q(Qe){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:se,jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",Vt=arguments[3],gr={name:jt,next:Qe,throw:qe,return:ee};return Vt&&(gr[a]=!0),typeof Symbol!="undefined"&&(gr[Symbol.iterator]=function(){return gr}),gr}function le(Qe,qe){var jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"";typeof window=="undefined"?console.log("redux-saga "+Qe+": "+qe+`
`+(jt&&jt.stack||jt)):console[Qe](qe,jt)}function $(Qe,qe){return function(){return Qe.apply(void 0,arguments)}}var j=function(qe,jt){return qe+" has been deprecated in favor of "+jt+", please update your code"},ie=function(qe){return new Error(`
redux-saga: Error checking hooks detected an inconsistent state. This is likely a bug
in redux-saga code and not yours. Thanks for reporting this in the project's github repo.
Error: `+qe+`
`)},me=function(qe,jt){return(qe?qe+".":"")+"setContext(props): argument "+jt+" is not a plain object"},Te=function(qe){return function(jt){return qe(Object.defineProperty(jt,y,{value:!0}))}},Oe=function Qe(qe){return function(){for(var jt=arguments.length,Vt=Array(jt),gr=0;gr<jt;gr++)Vt[gr]=arguments[gr];var Mr=[],Zr=qe.apply(void 0,Vt);return{next:function(on){return Mr.push(on),Zr.next(on)},clone:function(){var on=Qe(qe).apply(void 0,Vt);return Mr.forEach(function(gn){return on.next(gn)}),on},return:function(on){return Zr.return(on)},throw:function(on){return Zr.throw(on)}}}},Ge="Channel's Buffer overflow!",Ue=1,Mt=2,yt=3,kt=4,Zt={isEmpty:S,put:R,take:R};function Ft(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,qe=arguments[1],jt=new Array(Qe),Vt=0,gr=0,Mr=0,Zr=function(ni){jt[gr]=ni,gr=(gr+1)%Qe,Vt++},_n=function(){if(Vt!=0){var ni=jt[Mr];return jt[Mr]=null,Vt--,Mr=(Mr+1)%Qe,ni}},on=function(){for(var ni=[];Vt;)ni.push(_n());return ni};return{isEmpty:function(){return Vt==0},put:function(ni){if(Vt<Qe)Zr(ni);else{var si=void 0;switch(qe){case Ue:throw new Error(Ge);case yt:jt[gr]=ni,gr=(gr+1)%Qe,Mr=gr;break;case kt:si=2*Qe,jt=on(),Vt=jt.length,gr=jt.length,Mr=0,jt.length=si,Qe=si,Zr(ni);break;default:}}},take:_n,flush:on}}var tr={none:function(){return Zt},fixed:function(qe){return Ft(qe,Ue)},dropping:function(qe){return Ft(qe,Mt)},sliding:function(qe){return Ft(qe,yt)},expanding:function(qe){return Ft(qe,kt)}},ze=[],wt=0;function Bt(Qe){try{_t(),Qe()}finally{ht()}}function nt(Qe){ze.push(Qe),wt||(_t(),Je())}function _t(){wt++}function ht(){wt--}function Je(){ht();for(var Qe=void 0;!wt&&(Qe=ze.shift())!==void 0;)Bt(Qe)}var je=Object.assign||function(Qe){for(var qe=1;qe<arguments.length;qe++){var jt=arguments[qe];for(var Vt in jt)Object.prototype.hasOwnProperty.call(jt,Vt)&&(Qe[Vt]=jt[Vt])}return Qe},be="@@redux-saga/CHANNEL_END",Le={type:be},Ke=function(qe){return qe&&qe.type===be};function He(){var Qe=[];function qe(Vt){return Qe.push(Vt),function(){return H(Qe,Vt)}}function jt(Vt){for(var gr=Qe.slice(),Mr=0,Zr=gr.length;Mr<Zr;Mr++)gr[Mr](Vt)}return{subscribe:qe,emit:jt}}var Xe="invalid buffer passed to channel factory function",pt="Saga was provided with an undefined action";function bt(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:tr.fixed(),qe=!1,jt=[];P(Qe,N.buffer,Xe);function Vt(){if(qe&&jt.length)throw ie("Cannot have a closed channel with pending takers");if(jt.length&&!Qe.isEmpty())throw ie("Cannot have pending takers with non empty buffer")}function gr(on){if(Vt(),P(on,N.notUndef,pt),!qe){if(!jt.length)return Qe.put(on);for(var gn=0;gn<jt.length;gn++){var ni=jt[gn];if(!ni[x]||ni[x](on))return jt.splice(gn,1),ni(on)}}}function Mr(on){Vt(),P(on,N.func,"channel.take's callback must be a function"),qe&&Qe.isEmpty()?on(Le):Qe.isEmpty()?(jt.push(on),on.cancel=function(){return H(jt,on)}):on(Qe.take())}function Zr(on){if(Vt(),P(on,N.func,"channel.flush' callback must be a function"),qe&&Qe.isEmpty()){on(Le);return}on(Qe.flush())}function _n(){if(Vt(),!qe&&(qe=!0,jt.length)){var on=jt;jt=[];for(var gn=0,ni=on.length;gn<ni;gn++)on[gn](Le)}}return{take:Mr,put:gr,flush:Zr,close:_n,get __takers__(){return jt},get __closed__(){return qe}}}function rr(Qe){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:tr.none(),jt=arguments[2];arguments.length>2&&P(jt,N.func,"Invalid match function passed to eventChannel");var Vt=bt(qe),gr=function(){Vt.__closed__||(Mr&&Mr(),Vt.close())},Mr=Qe(function(Zr){if(Ke(Zr)){gr();return}jt&&!jt(Zr)||Vt.put(Zr)});if(Vt.__closed__&&Mr(),!N.func(Mr))throw new Error("in eventChannel: subscribe should return a function to unsubscribe");return{take:Vt.take,flush:Vt.flush,close:gr}}function Jt(Qe){var qe=rr(function(jt){return Qe(function(Vt){if(Vt[y]){jt(Vt);return}nt(function(){return jt(Vt)})})});return je({},qe,{take:function(Vt,gr){arguments.length>1&&(P(gr,N.func,"channel.take's matcher argument must be a function"),Vt[x]=gr),qe.take(Vt)}})}var Me=h("IO"),rt="TAKE",Yt="PUT",Lt="ALL",Wt="RACE",Ht="CALL",ir="CPS",Gt="FORK",Ie="JOIN",ce="CANCEL",he="SELECT",It="ACTION_CHANNEL",Ce="CANCELLED",ft="FLUSH",Kt="GET_CONTEXT",Tt="SET_CONTEXT",Pe=`
(HINT: if you are getting this errors in tests, consider using createMockTask from redux-saga/utils)`,At=function(qe,jt){var Vt;return Vt={},Vt[Me]=!0,Vt[qe]=jt,Vt},Ze=function(qe){return P(_r.fork(qe),N.object,"detach(eff): argument must be a fork effect"),qe[Gt].detached=!0,qe};function we(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"*";if(arguments.length&&P(arguments[0],N.notUndef,"take(patternOrChannel): patternOrChannel is undefined"),N.pattern(Qe))return At(rt,{pattern:Qe});if(N.channel(Qe))return At(rt,{channel:Qe});throw new Error("take(patternOrChannel): argument "+String(Qe)+" is not valid channel or a valid pattern")}we.maybe=function(){var Qe=we.apply(void 0,arguments);return Qe[rt].maybe=!0,Qe};var gt=$(we.maybe,j("takem","take.maybe"));function Rt(Qe,qe){return arguments.length>1?(P(Qe,N.notUndef,"put(channel, action): argument channel is undefined"),P(Qe,N.channel,"put(channel, action): argument "+Qe+" is not a valid channel"),P(qe,N.notUndef,"put(channel, action): argument action is undefined")):(P(Qe,N.notUndef,"put(action): argument action is undefined"),qe=Qe,Qe=null),At(Yt,{channel:Qe,action:qe})}Rt.resolve=function(){var Qe=Rt.apply(void 0,arguments);return Qe[Yt].resolve=!0,Qe},Rt.sync=$(Rt.resolve,j("put.sync","put.resolve"));function Fe(Qe){return At(Lt,Qe)}function Tr(Qe){return At(Wt,Qe)}function Ct(Qe,qe,jt){P(qe,N.notUndef,Qe+": argument fn is undefined");var Vt=null;if(N.array(qe)){var gr=qe;Vt=gr[0],qe=gr[1]}else if(qe.fn){var Mr=qe;Vt=Mr.context,qe=Mr.fn}return Vt&&N.string(qe)&&N.func(Vt[qe])&&(qe=Vt[qe]),P(qe,N.func,Qe+": argument "+qe+" is not a function"),{context:Vt,fn:qe,args:jt}}function Kr(Qe){for(var qe=arguments.length,jt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)jt[Vt-1]=arguments[Vt];return At(Ht,Ct("call",Qe,jt))}function tn(Qe,qe){var jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return At(Ht,Ct("apply",{context:Qe,fn:qe},jt))}function Ir(Qe){for(var qe=arguments.length,jt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)jt[Vt-1]=arguments[Vt];return At(ir,Ct("cps",Qe,jt))}function Lr(Qe){for(var qe=arguments.length,jt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)jt[Vt-1]=arguments[Vt];return At(Gt,Ct("fork",Qe,jt))}function vr(Qe){for(var qe=arguments.length,jt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)jt[Vt-1]=arguments[Vt];return Ze(Lr.apply(void 0,[Qe].concat(jt)))}function $r(){for(var Qe=arguments.length,qe=Array(Qe),jt=0;jt<Qe;jt++)qe[jt]=arguments[jt];if(qe.length>1)return Fe(qe.map(function(gr){return $r(gr)}));var Vt=qe[0];return P(Vt,N.notUndef,"join(task): argument task is undefined"),P(Vt,N.task,"join(task): argument "+Vt+" is not a valid Task object "+Pe),At(Ie,Vt)}function sn(){for(var Qe=arguments.length,qe=Array(Qe),jt=0;jt<Qe;jt++)qe[jt]=arguments[jt];if(qe.length>1)return Fe(qe.map(function(gr){return sn(gr)}));var Vt=qe[0];return qe.length===1&&(P(Vt,N.notUndef,"cancel(task): argument task is undefined"),P(Vt,N.task,"cancel(task): argument "+Vt+" is not a valid Task object "+Pe)),At(ce,Vt||m)}function hn(Qe){for(var qe=arguments.length,jt=Array(qe>1?qe-1:0),Vt=1;Vt<qe;Vt++)jt[Vt-1]=arguments[Vt];return arguments.length===0?Qe=A:(P(Qe,N.notUndef,"select(selector,[...]): argument selector is undefined"),P(Qe,N.func,"select(selector,[...]): argument "+Qe+" is not a function")),At(he,{selector:Qe,args:jt})}function Xt(Qe,qe){return P(Qe,N.notUndef,"actionChannel(pattern,...): argument pattern is undefined"),arguments.length>1&&(P(qe,N.notUndef,"actionChannel(pattern, buffer): argument buffer is undefined"),P(qe,N.buffer,"actionChannel(pattern, buffer): argument "+qe+" is not a valid buffer")),At(It,{pattern:Qe,buffer:qe})}function vt(){return At(Ce,{})}function ot(Qe){return P(Qe,N.channel,"flush(channel): argument "+Qe+" is not valid channel"),At(ft,Qe)}function ct(Qe){return P(Qe,N.string,"getContext(prop): argument "+Qe+" is not a string"),At(Kt,Qe)}function Nt(Qe){return P(Qe,N.object,me(null,Qe)),At(Tt,Qe)}var br=function(qe){return function(jt){return jt&&jt[Me]&&jt[qe]}},_r={take:br(rt),put:br(Yt),all:br(Lt),race:br(Wt),call:br(Ht),cps:br(ir),fork:br(Gt),join:br(Ie),cancel:br(ce),select:br(he),actionChannel:br(It),cancelled:br(Ce),flush:br(ft),getContext:br(Kt),setContext:br(Tt)},Jr=Object.assign||function(Qe){for(var qe=1;qe<arguments.length;qe++){var jt=arguments[qe];for(var Vt in jt)Object.prototype.hasOwnProperty.call(jt,Vt)&&(Qe[Vt]=jt[Vt])}return Qe},zr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Qe){return typeof Qe}:function(Qe){return Qe&&typeof Symbol=="function"&&Qe.constructor===Symbol&&Qe!==Symbol.prototype?"symbol":typeof Qe};function xn(Qe,qe){for(var jt in qe){var Vt=qe[jt];Vt.configurable=Vt.enumerable=!0,"value"in Vt&&(Vt.writable=!0),Object.defineProperty(Qe,jt,Vt)}return Qe}var Et="proc first argument (Saga function result) must be an iterator",Dr={toString:function(){return"@@redux-saga/CHANNEL_END"}},kn={toString:function(){return"@@redux-saga/TASK_CANCEL"}},Qn={wildcard:function(){return S},default:function(qe){return(typeof qe=="undefined"?"undefined":zr(qe))==="symbol"?function(jt){return jt.type===qe}:function(jt){return jt.type===String(qe)}},array:function(qe){return function(jt){return qe.some(function(Vt){return Nn(Vt)(jt)})}},predicate:function(qe){return function(jt){return qe(jt)}}};function Nn(Qe){return(Qe==="*"?Qn.wildcard:N.array(Qe)?Qn.array:N.stringableFunc(Qe)?Qn.default:N.func(Qe)?Qn.predicate:Qn.default)(Qe)}function ti(Qe,qe,jt){var Vt=[],gr=void 0,Mr=!1;_n(qe);function Zr(gn){on(),jt(gn,!0)}function _n(gn){Vt.push(gn),gn.cont=function(ni,si){Mr||(H(Vt,gn),gn.cont=R,si?Zr(ni):(gn===qe&&(gr=ni),Vt.length||(Mr=!0,jt(gr))))}}function on(){Mr||(Mr=!0,Vt.forEach(function(gn){gn.cont=R,gn.cancel()}),Vt=[])}return{addTask:_n,cancelAll:on,abort:Zr,getTasks:function(){return Vt},taskNames:function(){return Vt.map(function(ni){return ni.name})}}}function Tn(Qe){var qe=Qe.context,jt=Qe.fn,Vt=Qe.args;if(N.iterator(jt))return jt;var gr=void 0,Mr=void 0;try{gr=jt.apply(qe,Vt)}catch(Zr){Mr=Zr}return N.iterator(gr)?gr:Q(Mr?function(){throw Mr}:function(){var Zr=void 0,_n={done:!1,value:gr},on=function(ni){return{done:!0,value:ni}};return function(gn){return Zr?on(gn):(Zr=!0,_n)}}())}var Ai=function(qe){return{fn:qe}};function ri(Qe){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(){return R},jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:R,Vt=arguments.length>3&&arguments[3]!==void 0?arguments[3]:R,gr=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},Mr=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},Zr=arguments.length>6&&arguments[6]!==void 0?arguments[6]:0,_n=arguments.length>7&&arguments[7]!==void 0?arguments[7]:"anonymous",on=arguments[8];P(Qe,N.iterator,Et);var gn="[...effects]",ni=$(ks,j(gn,"all("+gn+")")),si=Mr.sagaMonitor,Si=Mr.logger,Di=Mr.onError,Ji=Si||le,Hi=function(Qr){var In=Qr.sagaStack;!In&&Qr.stack&&(In=Qr.stack.split(`
`)[0].indexOf(Qr.message)!==-1?Qr.stack:"Error: "+Qr.message+`
`+Qr.stack),Ji("error","uncaught at "+_n,In||Qr.message||Qr)},Ti=Jt(qe),Ia=Object.create(gr);ea.cancel=R;var Pi=en(Zr,_n,Qe,on),bi={name:_n,cancel:bo,isRunning:!0},xa=ti(_n,bi,Qa);function bo(){bi.isRunning&&!bi.isCancelled&&(bi.isCancelled=!0,ea(kn))}function Gs(){Qe._isRunning&&!Qe._isCancelled&&(Qe._isCancelled=!0,xa.cancelAll(),Qa(kn))}return on&&(on.cancel=Gs),Qe._isRunning=!0,ea(),Pi;function ea(yr,Qr){if(!bi.isRunning)throw new Error("Trying to resume an already finished generator");try{var In=void 0;Qr?In=Qe.throw(yr):yr===kn?(bi.isCancelled=!0,ea.cancel(),In=N.func(Qe.return)?Qe.return(kn):{done:!0,value:kn}):yr===Dr?In=N.func(Qe.return)?Qe.return():{done:!0}:In=Qe.next(yr),In.done?(bi.isMainRunning=!1,bi.cont&&bi.cont(In.value)):fa(In.value,Zr,"",ea)}catch(ii){bi.isCancelled&&Hi(ii),bi.isMainRunning=!1,bi.cont(ii,!0)}}function Qa(yr,Qr){Qe._isRunning=!1,Ti.close(),Qr?(yr instanceof Error&&Object.defineProperty(yr,"sagaStack",{value:"at "+_n+`
`+(yr.sagaStack||yr.stack),configurable:!0}),Pi.cont||(yr instanceof Error&&Di?Di(yr):Hi(yr)),Qe._error=yr,Qe._isAborted=!0,Qe._deferredEnd&&Qe._deferredEnd.reject(yr)):(Qe._result=yr,Qe._deferredEnd&&Qe._deferredEnd.resolve(yr)),Pi.cont&&Pi.cont(yr,Qr),Pi.joiners.forEach(function(In){return In.cb(yr,Qr)}),Pi.joiners=null}function fa(yr,Qr){var In=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",ii=arguments[3],$i=K();si&&si.effectTriggered({effectId:$i,parentEffectId:Qr,label:In,effect:yr});var zn=void 0;function Mn(ma,ta){zn||(zn=!0,ii.cancel=R,si&&(ta?si.effectRejected($i,ma):si.effectResolved($i,ma)),ii(ma,ta))}Mn.cancel=R,ii.cancel=function(){if(!zn){zn=!0;try{Mn.cancel()}catch(ma){Hi(ma)}Mn.cancel=R,si&&si.effectCancelled($i)}};var Kn=void 0;return N.promise(yr)?Ni(yr,Mn):N.helper(yr)?ko(Ai(yr),$i,Mn):N.iterator(yr)?ka(yr,$i,_n,Mn):N.array(yr)?ni(yr,$i,Mn):(Kn=_r.take(yr))?qa(Kn,Mn):(Kn=_r.put(yr))?hs(Kn,Mn):(Kn=_r.all(yr))?ks(Kn,$i,Mn):(Kn=_r.race(yr))?pa(Kn,$i,Mn):(Kn=_r.call(yr))?xo(Kn,$i,Mn):(Kn=_r.cps(yr))?ps(Kn,Mn):(Kn=_r.fork(yr))?ko(Kn,$i,Mn):(Kn=_r.join(yr))?os(Kn,Mn):(Kn=_r.cancel(yr))?ms(Kn,Mn):(Kn=_r.select(yr))?us(Kn,Mn):(Kn=_r.actionChannel(yr))?js(Kn,Mn):(Kn=_r.flush(yr))?ge(Kn,Mn):(Kn=_r.cancelled(yr))?Ra(Kn,Mn):(Kn=_r.getContext(yr))?Se(Kn,Mn):(Kn=_r.setContext(yr))?Er(Kn,Mn):Mn(yr)}function Ni(yr,Qr){var In=yr[p];N.func(In)?Qr.cancel=In:N.func(yr.abort)&&(Qr.cancel=function(){return yr.abort()}),yr.then(Qr,function(ii){return Qr(ii,!0)})}function ka(yr,Qr,In,ii){ri(yr,qe,jt,Vt,Ia,Mr,Qr,In,ii)}function qa(yr,Qr){var In=yr.channel,ii=yr.pattern,$i=yr.maybe;In=In||Ti;var zn=function(Kn){return Kn instanceof Error?Qr(Kn,!0):Ke(Kn)&&!$i?Qr(Dr):Qr(Kn)};try{In.take(zn,Nn(ii))}catch(Mn){return Qr(Mn,!0)}Qr.cancel=zn.cancel}function hs(yr,Qr){var In=yr.channel,ii=yr.action,$i=yr.resolve;nt(function(){var zn=void 0;try{zn=(In?In.put:jt)(ii)}catch(Mn){if(In||$i)return Qr(Mn,!0);Hi(Mn)}if($i&&N.promise(zn))Ni(zn,Qr);else return Qr(zn)})}function xo(yr,Qr,In){var ii=yr.context,$i=yr.fn,zn=yr.args,Mn=void 0;try{Mn=$i.apply(ii,zn)}catch(Kn){return In(Kn,!0)}return N.promise(Mn)?Ni(Mn,In):N.iterator(Mn)?ka(Mn,Qr,$i.name,In):In(Mn)}function ps(yr,Qr){var In=yr.context,ii=yr.fn,$i=yr.args;try{var zn=function(Kn,ma){return N.undef(Kn)?Qr(ma):Qr(Kn,!0)};ii.apply(In,$i.concat(zn)),zn.cancel&&(Qr.cancel=function(){return zn.cancel()})}catch(Mn){return Qr(Mn,!0)}}function ko(yr,Qr,In){var ii=yr.context,$i=yr.fn,zn=yr.args,Mn=yr.detached,Kn=Tn({context:ii,fn:$i,args:zn});try{_t();var ma=ri(Kn,qe,jt,Vt,Ia,Mr,Qr,$i.name,Mn?null:R);Mn?In(ma):Kn._isRunning?(xa.addTask(ma),In(ma)):Kn._error?xa.abort(Kn._error):In(ma)}finally{Je()}}function os(yr,Qr){if(yr.isRunning()){var In={task:Pi,cb:Qr};Qr.cancel=function(){return H(yr.joiners,In)},yr.joiners.push(In)}else yr.isAborted()?Qr(yr.error(),!0):Qr(yr.result())}function ms(yr,Qr){yr===m&&(yr=Pi),yr.isRunning()&&yr.cancel(),Qr()}function ks(yr,Qr,In){var ii=Object.keys(yr);if(!ii.length)return In(N.array(yr)?[]:{});var $i=0,zn=void 0,Mn={},Kn={};function ma(){$i===ii.length&&(zn=!0,In(N.array(yr)?W.from(Jr({},Mn,{length:ii.length})):Mn))}ii.forEach(function(ta){var No=function(yu,Ml){zn||(Ml||Ke(yu)||yu===Dr||yu===kn?(In.cancel(),In(yu,Ml)):(Mn[ta]=yu,$i++,ma()))};No.cancel=R,Kn[ta]=No}),In.cancel=function(){zn||(zn=!0,ii.forEach(function(ta){return Kn[ta].cancel()}))},ii.forEach(function(ta){return fa(yr[ta],Qr,ta,Kn[ta])})}function pa(yr,Qr,In){var ii=void 0,$i=Object.keys(yr),zn={};$i.forEach(function(Mn){var Kn=function(ta,No){if(!ii){if(No)In.cancel(),In(ta,!0);else if(!Ke(ta)&&ta!==Dr&&ta!==kn){var To;In.cancel(),ii=!0;var yu=(To={},To[Mn]=ta,To);In(N.array(yr)?[].slice.call(Jr({},yu,{length:$i.length})):yu)}}};Kn.cancel=R,zn[Mn]=Kn}),In.cancel=function(){ii||(ii=!0,$i.forEach(function(Mn){return zn[Mn].cancel()}))},$i.forEach(function(Mn){ii||fa(yr[Mn],Qr,Mn,zn[Mn])})}function us(yr,Qr){var In=yr.selector,ii=yr.args;try{var $i=In.apply(void 0,[Vt()].concat(ii));Qr($i)}catch(zn){Qr(zn,!0)}}function js(yr,Qr){var In=yr.pattern,ii=yr.buffer,$i=Nn(In);$i.pattern=In,Qr(rr(qe,ii||tr.fixed(),$i))}function Ra(yr,Qr){Qr(!!bi.isCancelled)}function ge(yr,Qr){yr.flush(Qr)}function Se(yr,Qr){Qr(Ia[yr])}function Er(yr,Qr){G.assign(Ia,yr),Qr()}function en(yr,Qr,In,ii){var $i,zn,Mn;return In._deferredEnd=null,zn={},zn[u]=!0,zn.id=yr,zn.name=Qr,$i="done",Mn={},Mn[$i]=Mn[$i]||{},Mn[$i].get=function(){if(In._deferredEnd)return In._deferredEnd.promise;var Kn=ae();return In._deferredEnd=Kn,In._isRunning||(In._error?Kn.reject(In._error):Kn.resolve(In._result)),Kn.promise},zn.cont=ii,zn.joiners=[],zn.cancel=Gs,zn.isRunning=function(){return In._isRunning},zn.isCancelled=function(){return In._isCancelled},zn.isAborted=function(){return In._isAborted},zn.result=function(){return In._result},zn.error=function(){return In._error},zn.setContext=function(ma){P(ma,N.object,me("task",ma)),G.assign(Ia,ma)},xn(zn,Mn),zn}}var Ci="runSaga(storeInterface, saga, ...args)",Qi=Ci+": saga argument must be a Generator function!";function Zi(Qe,qe){for(var jt=arguments.length,Vt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Vt[gr-2]=arguments[gr];var Mr=void 0;N.iterator(Qe)?(Mr=Qe,Qe=qe):(P(qe,N.func,Qi),Mr=qe.apply(void 0,Vt),P(Mr,N.iterator,Qi));var Zr=Qe,_n=Zr.subscribe,on=Zr.dispatch,gn=Zr.getState,ni=Zr.context,si=Zr.sagaMonitor,Si=Zr.logger,Di=Zr.onError,Ji=K();si&&(si.effectTriggered=si.effectTriggered||R,si.effectResolved=si.effectResolved||R,si.effectRejected=si.effectRejected||R,si.effectCancelled=si.effectCancelled||R,si.actionDispatched=si.actionDispatched||R,si.effectTriggered({effectId:Ji,root:!0,parentEffectId:0,effect:{root:!0,saga:qe,args:Vt}}));var Hi=ri(Mr,_n,Te(on),gn,ni,{sagaMonitor:si,logger:Si,onError:Di},Ji,qe.name);return si&&si.effectResolved(Ji,Hi),Hi}function Ca(Qe,qe){var jt={};for(var Vt in Qe)qe.indexOf(Vt)>=0||Object.prototype.hasOwnProperty.call(Qe,Vt)&&(jt[Vt]=Qe[Vt]);return jt}function ui(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},qe=Qe.context,jt=qe===void 0?{}:qe,Vt=Ca(Qe,["context"]),gr=Vt.sagaMonitor,Mr=Vt.logger,Zr=Vt.onError;if(N.func(Vt))throw new Error("Saga middleware no longer accept Generator functions. Use sagaMiddleware.run instead");if(Mr&&!N.func(Mr))throw new Error("`options.logger` passed to the Saga middleware is not a function!");if(Zr&&!N.func(Zr))throw new Error("`options.onError` passed to the Saga middleware is not a function!");if(Vt.emitter&&!N.func(Vt.emitter))throw new Error("`options.emitter` passed to the Saga middleware is not a function!");function _n(on){var gn=on.getState,ni=on.dispatch,si=He();return si.emit=(Vt.emitter||A)(si.emit),_n.run=Zi.bind(null,{context:jt,subscribe:si.subscribe,dispatch:ni,getState:gn,sagaMonitor:gr,logger:Mr,onError:Zr}),function(Si){return function(Di){gr&&gr.actionDispatched&&gr.actionDispatched(Di);var Ji=Si(Di);return si.emit(Di),Ji}}}return _n.run=function(){throw new Error("Before running a Saga, you must mount the Saga middleware on the Store using applyMiddleware")},_n.setContext=function(on){P(on,N.object,me("sagaMiddleware",on)),G.assign(jt,on)},_n}var ca={done:!0,value:void 0},Ta={};function St(Qe){return N.channel(Qe)?"channel":Array.isArray(Qe)?String(Qe.map(function(qe){return String(qe)})):String(Qe)}function ga(Qe,qe){var jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"iterator",Vt=void 0,gr=qe;function Mr(Zr,_n){if(gr===Ta)return ca;if(_n)throw gr=Ta,_n;Vt&&Vt(Zr);var on=Qe[gr](),gn=on[0],ni=on[1],si=on[2];return gr=gn,Vt=si,gr===Ta?ca:ni}return Q(Mr,function(Zr){return Mr(null,Zr)},jt,!0)}function oa(Qe,qe){for(var jt=arguments.length,Vt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Vt[gr-2]=arguments[gr];var Mr={done:!1,value:we(Qe)},Zr=function(ni){return{done:!1,value:Lr.apply(void 0,[qe].concat(Vt,[ni]))}},_n=void 0,on=function(ni){return _n=ni};return ga({q1:function(){return["q2",Mr,on]},q2:function(){return _n===Le?[Ta]:["q1",Zr(_n)]}},"q1","takeEvery("+St(Qe)+", "+qe.name+")")}function gi(Qe,qe){for(var jt=arguments.length,Vt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Vt[gr-2]=arguments[gr];var Mr={done:!1,value:we(Qe)},Zr=function(Di){return{done:!1,value:Lr.apply(void 0,[qe].concat(Vt,[Di]))}},_n=function(Di){return{done:!1,value:sn(Di)}},on=void 0,gn=void 0,ni=function(Di){return on=Di},si=function(Di){return gn=Di};return ga({q1:function(){return["q2",Mr,si]},q2:function(){return gn===Le?[Ta]:on?["q3",_n(on)]:["q1",Zr(gn),ni]},q3:function(){return["q1",Zr(gn),ni]}},"q1","takeLatest("+St(Qe)+", "+qe.name+")")}function Ma(Qe,qe,jt){for(var Vt=arguments.length,gr=Array(Vt>3?Vt-3:0),Mr=3;Mr<Vt;Mr++)gr[Mr-3]=arguments[Mr];var Zr=void 0,_n=void 0,on={done:!1,value:Xt(qe,tr.sliding(1))},gn=function(){return{done:!1,value:we(_n)}},ni=function(Hi){return{done:!1,value:Lr.apply(void 0,[jt].concat(gr,[Hi]))}},si={done:!1,value:Kr(oe,Qe)},Si=function(Hi){return Zr=Hi},Di=function(Hi){return _n=Hi};return ga({q1:function(){return["q2",on,Di]},q2:function(){return["q3",gn(),Si]},q3:function(){return Zr===Le?[Ta]:["q4",ni(Zr)]},q4:function(){return["q2",si]}},"q1","throttle("+St(qe)+", "+jt.name+")")}var Ei=function(qe){return"import { "+qe+" } from 'redux-saga' has been deprecated in favor of import { "+qe+` } from 'redux-saga/effects'.
The latter will not work with yield*, as helper effects are wrapped automatically for you in fork effect.
Therefore yield `+qe+" will return task descriptor to your saga and execute next lines of code."},ci=null,On=null,Ee=null;function ut(Qe,qe){for(var jt=arguments.length,Vt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Vt[gr-2]=arguments[gr];return Lr.apply(void 0,[oa,Qe,qe].concat(Vt))}function tt(Qe,qe){for(var jt=arguments.length,Vt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Vt[gr-2]=arguments[gr];return Lr.apply(void 0,[gi,Qe,qe].concat(Vt))}function Ot(Qe,qe,jt){for(var Vt=arguments.length,gr=Array(Vt>3?Vt-3:0),Mr=3;Mr<Vt;Mr++)gr[Mr-3]=arguments[Mr];return Lr.apply(void 0,[Ma,Qe,qe,jt].concat(gr))}var dt=ui,lr=e(44520),cr=e.n(lr),Ar=e(26420),Nr=e(78639),We=e.n(Nr),et=e(15142),ye=e(57879),it=e(56754),sr=e.n(it),xr=e(42573),Or=e(58698),Cr=e(89381),Ur=e.n(Cr),bn=e(60288),wr=e(16886),fn=e(9478),nn=e.n(fn),cn=Array.isArray.bind(Array),Pn=function(qe){return typeof qe=="function"},Pa=function(qe){return qe},Li=function(){},vi=function(qe,jt){for(var Vt=0,gr=qe.length;Vt<gr;Vt+=1)if(jt(qe[Vt],Vt))return Vt;return-1},yn=Object.freeze({isPlainObject:We(),isArray:cn,isFunction:Pn,returnSelf:Pa,noop:Li,findIndex:vi});function fi(Qe,qe){var jt=Qe.namespace,Vt=Qe.reducers,gr=Qe.effects,Mr=Qe.subscriptions;invariant(jt,"[app.model] namespace should be defined"),invariant(typeof jt=="string","[app.model] namespace should be string, but got ".concat(_typeof(jt))),invariant(!qe.some(function(Zr){return Zr.namespace===jt}),"[app.model] namespace should be unique"),Vt&&(invariant(isPlainObject(Vt)||cn(Vt),"[app.model] reducers should be plain object or array, but got ".concat(_typeof(Vt))),invariant(!cn(Vt)||isPlainObject(Vt[0])&&Pn(Vt[1]),"[app.model] reducers with array should be [Object, Function]")),gr&&invariant(isPlainObject(gr),"[app.model] effects should be plain object, but got ".concat(_typeof(gr))),Mr&&(invariant(isPlainObject(Mr),"[app.model] subscriptions should be plain object, but got ".concat(_typeof(Mr))),invariant(Gi(Mr),"[app.model] subscription should be function"))}function Gi(Qe){return Object.keys(Qe).every(function(qe){return Pn(Qe[qe])})}var ya="/";function Vs(Qe,qe,jt){return Object.keys(Qe).reduce(function(Vt,gr){sr()(gr.indexOf("".concat(qe).concat(ya))!==0,"[prefixNamespace]: ".concat(jt," ").concat(gr," should not be prefixed with namespace ").concat(qe));var Mr="".concat(qe).concat(ya).concat(gr);return Vt[Mr]=Qe[gr],Vt},{})}function ba(Qe){var qe=Qe.namespace,jt=Qe.reducers,Vt=Qe.effects;if(jt)if(cn(jt)){var gr=(0,ye.Z)(jt),Mr=gr[0],Zr=gr.slice(1);Qe.reducers=[Vs(Mr,qe,"reducer")].concat((0,et.Z)(Zr))}else Qe.reducers=Vs(jt,qe,"reducer");return Vt&&(Qe.effects=Vs(Vt,qe,"effect")),Qe}var Fs=["onError","onStateChange","onAction","onHmr","onReducer","onEffect","extraReducers","extraEnhancers","_handleActions"];function Ys(Qe){return Object.keys(Qe).reduce(function(qe,jt){return Fs.indexOf(jt)>-1&&(qe[jt]=Qe[jt]),qe},{})}var es=function(){function Qe(){(0,xr.Z)(this,Qe),this._handleActions=null,this.hooks=Fs.reduce(function(qe,jt){return qe[jt]=[],qe},{})}return(0,Or.Z)(Qe,[{key:"use",value:function(jt){cr()(We()(jt),"plugin.use: plugin should be plain object");var Vt=this.hooks;for(var gr in jt)Object.prototype.hasOwnProperty.call(jt,gr)&&(cr()(Vt[gr],"plugin.use: unknown plugin property: ".concat(gr)),gr==="_handleActions"?this._handleActions=jt[gr]:gr==="extraEnhancers"?Vt[gr]=jt[gr]:Vt[gr].push(jt[gr]))}},{key:"apply",value:function(jt,Vt){var gr=this.hooks,Mr=["onError","onHmr"];cr()(Mr.indexOf(jt)>-1,"plugin.apply: hook ".concat(jt," cannot be applied"));var Zr=gr[jt];return function(){if(Zr.length){var _n=!0,on=!1,gn=void 0;try{for(var ni=Zr[Symbol.iterator](),si;!(_n=(si=ni.next()).done);_n=!0){var Si=si.value;Si.apply(void 0,arguments)}}catch(Di){on=!0,gn=Di}finally{try{!_n&&ni.return!=null&&ni.return()}finally{if(on)throw gn}}}else Vt&&Vt.apply(void 0,arguments)}}},{key:"get",value:function(jt){var Vt=this.hooks;return cr()(jt in Vt,"plugin.get: hook ".concat(jt," cannot be got")),jt==="extraReducers"?Ws(Vt[jt]):jt==="onReducer"?qn(Vt[jt]):Vt[jt]}}]),Qe}();function Ws(Qe){var qe={},jt=!0,Vt=!1,gr=void 0;try{for(var Mr=Qe[Symbol.iterator](),Zr;!(jt=(Zr=Mr.next()).done);jt=!0){var _n=Zr.value;qe=(0,l.Z)({},qe,_n)}}catch(on){Vt=!0,gr=on}finally{try{!jt&&Mr.return!=null&&Mr.return()}finally{if(Vt)throw gr}}return qe}function qn(Qe){return function(qe){var jt=!0,Vt=!1,gr=void 0;try{for(var Mr=Qe[Symbol.iterator](),Zr;!(jt=(Zr=Mr.next()).done);jt=!0){var _n=Zr.value;qe=_n(qe)}}catch(on){Vt=!0,gr=on}finally{try{!jt&&Mr.return!=null&&Mr.return()}finally{if(Vt)throw gr}}return qe}}function Es(Qe){var qe=Qe.reducers,jt=Qe.initialState,Vt=Qe.plugin,gr=Qe.sagaMiddleware,Mr=Qe.promiseMiddleware,Zr=Qe.createOpts.setupMiddlewares,_n=Zr===void 0?Pa:Zr,on=Vt.get("extraEnhancers");cr()(cn(on),"[app.start] extraEnhancers should be array, but got ".concat((0,Ar.Z)(on)));var gn=Vt.get("onAction"),ni=_n([Mr,gr].concat((0,et.Z)(Ur()(gn)))),si=c.qC,Si=[c.md.apply(void 0,(0,et.Z)(ni))].concat((0,et.Z)(on));return(0,c.MT)(qe,jt,si.apply(void 0,(0,et.Z)(Si)))}function fs(Qe,qe){var jt="".concat(qe.namespace).concat(ya).concat(Qe),Vt=jt.replace(/\/@@[^/]+?$/,""),gr=Array.isArray(qe.reducers)?qe.reducers[0][Vt]:qe.reducers&&qe.reducers[Vt];return gr||qe.effects&&qe.effects[Vt]?jt:Qe}function Xs(Qe,qe,jt,Vt){var gr=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return nn().mark(function Mr(){var Zr;return nn().wrap(function(on){for(;;)switch(on.prev=on.next){case 0:on.t0=nn().keys(Qe);case 1:if((on.t1=on.t0()).done){on.next=7;break}if(Zr=on.t1.value,!Object.prototype.hasOwnProperty.call(Qe,Zr)){on.next=5;break}return on.delegateYield(nn().mark(function gn(){var ni,si;return nn().wrap(function(Di){for(;;)switch(Di.prev=Di.next){case 0:return ni=Yi(Zr,Qe[Zr],qe,jt,Vt,gr),Di.next=3,Lr(ni);case 3:return si=Di.sent,Di.next=6,Lr(nn().mark(function Ji(){return nn().wrap(function(Ti){for(;;)switch(Ti.prev=Ti.next){case 0:return Ti.next=2,we("".concat(qe.namespace,"/@@CANCEL_EFFECTS"));case 2:return Ti.next=4,sn(si);case 4:case"end":return Ti.stop()}},Ji)}));case 6:case"end":return Di.stop()}},gn)})(),"t2",5);case 5:on.next=1;break;case 7:case"end":return on.stop()}},Mr)})}function Yi(Qe,qe,jt,Vt,gr,Mr){var Zr=nn().mark(Ji),_n=qe,on="takeEvery",gn,ni;if(Array.isArray(qe)){var si=(0,wr.Z)(qe,1);_n=si[0];var Si=qe[1];Si&&Si.type&&(on=Si.type,on==="throttle"&&(cr()(Si.ms,"app.start: opts.ms should be defined if type is throttle"),gn=Si.ms),on==="poll"&&(cr()(Si.delay,"app.start: opts.delay should be defined if type is poll"),ni=Si.delay)),cr()(["watcher","takeEvery","takeLatest","throttle","poll"].indexOf(on)>-1,"app.start: effect type should be takeEvery, takeLatest, throttle, poll or watcher")}function Di(){}function Ji(){var Ti,Ia,Pi,bi,xa,bo,Gs,ea,Qa,fa=arguments;return nn().wrap(function(ka){for(;;)switch(ka.prev=ka.next){case 0:for(Ti=fa.length,Ia=new Array(Ti),Pi=0;Pi<Ti;Pi++)Ia[Pi]=fa[Pi];return bi=Ia.length>0?Ia[0]:{},xa=bi.__dva_resolve,bo=xa===void 0?Di:xa,Gs=bi.__dva_reject,ea=Gs===void 0?Di:Gs,ka.prev=2,ka.next=5,Rt({type:"".concat(Qe).concat(ya,"@@start")});case 5:return ka.next=7,_n.apply(void 0,(0,et.Z)(Ia.concat(Bs(jt,Mr))));case 7:return Qa=ka.sent,ka.next=10,Rt({type:"".concat(Qe).concat(ya,"@@end")});case 10:bo(Qa),ka.next=17;break;case 13:ka.prev=13,ka.t0=ka.catch(2),Vt(ka.t0,{key:Qe,effectArgs:Ia}),ka.t0._dontReject||ea(ka.t0);case 17:case"end":return ka.stop()}},Zr,null,[[2,13]])}var Hi=Ko(gr,Ji,jt,Qe);switch(on){case"watcher":return Ji;case"takeLatest":return nn().mark(function Ti(){return nn().wrap(function(Pi){for(;;)switch(Pi.prev=Pi.next){case 0:return Pi.next=2,tt(Qe,Hi);case 2:case"end":return Pi.stop()}},Ti)});case"throttle":return nn().mark(function Ti(){return nn().wrap(function(Pi){for(;;)switch(Pi.prev=Pi.next){case 0:return Pi.next=2,Ot(gn,Qe,Hi);case 2:case"end":return Pi.stop()}},Ti)});case"poll":return nn().mark(function Ti(){var Ia,Pi,bi,xa,bo,Gs,ea;return nn().wrap(function(fa){for(;;)switch(fa.prev=fa.next){case 0:bi=function(ka,qa){var hs;return nn().wrap(function(ps){for(;;)switch(ps.prev=ps.next){case 0:hs=ka.call;case 1:return ps.next=4,hs(Hi,qa);case 4:return ps.next=6,hs(Pi,ni);case 6:ps.next=1;break;case 8:case"end":return ps.stop()}},Ia)},Pi=function(ka){return new Promise(function(qa){return setTimeout(qa,ka)})},Ia=nn().mark(bi),xa=Kr,bo=we,Gs=Tr;case 4:return fa.next=7,bo("".concat(Qe,"-start"));case 7:return ea=fa.sent,fa.next=10,Gs([xa(bi,r,ea),bo("".concat(Qe,"-stop"))]);case 10:fa.next=4;break;case 12:case"end":return fa.stop()}},Ti)});default:return nn().mark(function Ti(){return nn().wrap(function(Pi){for(;;)switch(Pi.prev=Pi.next){case 0:return Pi.next=2,ut(Qe,Hi);case 2:case"end":return Pi.stop()}},Ti)})}}function Bs(Qe,qe){function jt(Zr,_n){cr()(Zr,"dispatch: action should be a plain Object with type");var on=qe.namespacePrefixWarning,gn=on===void 0?!0:on;gn&&sr()(Zr.indexOf("".concat(Qe.namespace).concat(ya))!==0,"[".concat(_n,"] ").concat(Zr," should not be prefixed with namespace ").concat(Qe.namespace))}function Vt(Zr){var _n=Zr.type;return jt(_n,"sagaEffects.put"),Rt((0,l.Z)({},Zr,{type:fs(_n,Qe)}))}function gr(Zr){var _n=Zr.type;return jt(_n,"sagaEffects.put.resolve"),Rt.resolve((0,l.Z)({},Zr,{type:fs(_n,Qe)}))}Vt.resolve=gr;function Mr(Zr){return typeof Zr=="string"?(jt(Zr,"sagaEffects.take"),we(fs(Zr,Qe))):Array.isArray(Zr)?we(Zr.map(function(_n){return typeof _n=="string"?(jt(_n,"sagaEffects.take"),fs(_n,Qe)):_n})):we(Zr)}return(0,l.Z)({},r,{put:Vt,take:Mr})}function Ko(Qe,qe,jt,Vt){var gr=!0,Mr=!1,Zr=void 0;try{for(var _n=Qe[Symbol.iterator](),on;!(gr=(on=_n.next()).done);gr=!0){var gn=on.value;qe=gn(qe,r,jt,Vt)}}catch(ni){Mr=!0,Zr=ni}finally{try{!gr&&_n.return!=null&&_n.return()}finally{if(Mr)throw Zr}}return qe}function Va(Qe){return Qe}function ha(Qe){var qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Va;return function(jt,Vt){var gr=Vt.type;return cr()(gr,"dispatch: action should be a plain Object with type"),Qe===gr?qe(jt,Vt):jt}}function is(){for(var Qe=arguments.length,qe=new Array(Qe),jt=0;jt<Qe;jt++)qe[jt]=arguments[jt];return function(Vt,gr){return qe.reduce(function(Mr,Zr){return Zr(Mr,gr)},Vt)}}function vo(Qe,qe){var jt=Object.keys(Qe).map(function(gr){return ha(gr,Qe[gr])}),Vt=is.apply(void 0,(0,et.Z)(jt));return function(){var gr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qe,Mr=arguments.length>1?arguments[1]:void 0;return Vt(gr,Mr)}}function jn(Qe,qe,jt){return Array.isArray(Qe)?Qe[1]((jt||vo)(Qe[0],qe)):(jt||vo)(Qe||{},qe)}function ts(Qe){return function(){return function(jt){return function(Vt){var gr=Vt.type;return qe(gr)?new Promise(function(Mr,Zr){jt((0,l.Z)({__dva_resolve:Mr,__dva_reject:Zr},Vt))}):jt(Vt)}}};function qe(jt){if(!jt||typeof jt!="string")return!1;var Vt=jt.split(ya),gr=(0,wr.Z)(Vt,1),Mr=gr[0],Zr=Qe._models.filter(function(_n){return _n.namespace===Mr})[0];return!!(Zr&&Zr.effects&&Zr.effects[jt])}}function Ps(Qe,qe){return function(jt){var Vt=jt.type;return cr()(Vt,"dispatch: action should be a plain Object with type"),sr()(Vt.indexOf("".concat(qe.namespace).concat(ya))!==0,"dispatch: ".concat(Vt," should not be prefixed with namespace ").concat(qe.namespace)),Qe((0,l.Z)({},jt,{type:fs(Vt,qe)}))}}function Is(Qe,qe,jt,Vt){var gr=[],Mr=[];for(var Zr in Qe)if(Object.prototype.hasOwnProperty.call(Qe,Zr)){var _n=Qe[Zr],on=_n({dispatch:Ps(jt._store.dispatch,qe),history:jt._history},Vt);Pn(on)?gr.push(on):Mr.push(Zr)}return{funcs:gr,nonFuncs:Mr}}function Wi(Qe,qe){if(Qe[qe]){var jt=Qe[qe],Vt=jt.funcs,gr=jt.nonFuncs;sr()(gr.length===0,"[app.unmodel] subscription should return unlistener function, check these subscriptions ".concat(gr.join(", ")));var Mr=!0,Zr=!1,_n=void 0;try{for(var on=Vt[Symbol.iterator](),gn;!(Mr=(gn=on.next()).done);Mr=!0){var ni=gn.value;ni()}}catch(si){Zr=!0,_n=si}finally{try{!Mr&&on.return!=null&&on.return()}finally{if(Zr)throw _n}}delete Qe[qe]}}var Xa=Li,Wa=vi,Rs={namespace:"@@dva",state:0,reducers:{UPDATE:function(qe){return qe+1}}};function _o(){var Qe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},jt=qe.initialReducer,Vt=qe.setupApp,gr=Vt===void 0?Xa:Vt,Mr=new es;Mr.use(Ys(Qe));var Zr={_models:[ba((0,l.Z)({},Rs))],_store:null,_plugin:Mr,use:Mr.use.bind(Mr),model:_n,start:si};return Zr;function _n(Si){var Di=ba((0,l.Z)({},Si));return Zr._models.push(Di),Di}function on(Si,Di,Ji,Hi){Hi=_n(Hi);var Ti=Zr._store;Ti.asyncReducers[Hi.namespace]=jn(Hi.reducers,Hi.state,Mr._handleActions),Ti.replaceReducer(Si()),Hi.effects&&Ti.runSaga(Zr._getSaga(Hi.effects,Hi,Di,Mr.get("onEffect"),Qe)),Hi.subscriptions&&(Ji[Hi.namespace]=Is(Hi.subscriptions,Hi,Zr,Di))}function gn(Si,Di,Ji,Hi){var Ti=Zr._store;delete Ti.asyncReducers[Hi],delete Di[Hi],Ti.replaceReducer(Si()),Ti.dispatch({type:"@@dva/UPDATE"}),Ti.dispatch({type:"".concat(Hi,"/@@CANCEL_EFFECTS")}),Wi(Ji,Hi),Zr._models=Zr._models.filter(function(Ia){return Ia.namespace!==Hi})}function ni(Si,Di,Ji,Hi,Ti){var Ia=Zr._store,Pi=Ti.namespace,bi=Wa(Zr._models,function(xa){return xa.namespace===Pi});~bi&&(Ia.dispatch({type:"".concat(Pi,"/@@CANCEL_EFFECTS")}),delete Ia.asyncReducers[Pi],delete Di[Pi],Wi(Ji,Pi),Zr._models.splice(bi,1)),Zr.model(Ti),Ia.dispatch({type:"@@dva/UPDATE"})}function si(){var Si=function(Er,en){Er&&(typeof Er=="string"&&(Er=new Error(Er)),Er.preventDefault=function(){Er._dontReject=!0},Mr.apply("onError",function(yr){throw new Error(yr.stack||yr)})(Er,Zr._store.dispatch,en))},Di=dt(),Ji=ts(Zr);Zr._getSaga=Xs.bind(null);var Hi=[],Ti=(0,l.Z)({},jt),Ia=!0,Pi=!1,bi=void 0;try{for(var xa=Zr._models[Symbol.iterator](),bo;!(Ia=(bo=xa.next()).done);Ia=!0){var Gs=bo.value;Ti[Gs.namespace]=jn(Gs.reducers,Gs.state,Mr._handleActions),Gs.effects&&Hi.push(Zr._getSaga(Gs.effects,Gs,Si,Mr.get("onEffect"),Qe))}}catch(Se){Pi=!0,bi=Se}finally{try{!Ia&&xa.return!=null&&xa.return()}finally{if(Pi)throw bi}}var ea=Mr.get("onReducer"),Qa=Mr.get("extraReducers");cr()(Object.keys(Qa).every(function(Se){return!(Se in Ti)}),"[app.start] extraReducers is conflict with other reducers, reducers list: ".concat(Object.keys(Ti).join(", "))),Zr._store=Es({reducers:ge(),initialState:Qe.initialState||{},plugin:Mr,createOpts:qe,sagaMiddleware:Di,promiseMiddleware:Ji});var fa=Zr._store;fa.runSaga=Di.run,fa.asyncReducers={};var Ni=Mr.get("onStateChange"),ka=!0,qa=!1,hs=void 0;try{for(var xo=function(){var Er=ko.value;fa.subscribe(function(){Er(fa.getState())})},ps=Ni[Symbol.iterator](),ko;!(ka=(ko=ps.next()).done);ka=!0)xo()}catch(Se){qa=!0,hs=Se}finally{try{!ka&&ps.return!=null&&ps.return()}finally{if(qa)throw hs}}Hi.forEach(Di.run),gr(Zr);var os={},ms=!0,ks=!1,pa=void 0;try{for(var us=this._models[Symbol.iterator](),js;!(ms=(js=us.next()).done);ms=!0){var Ra=js.value;Ra.subscriptions&&(os[Ra.namespace]=Is(Ra.subscriptions,Ra,Zr,Si))}}catch(Se){ks=!0,pa=Se}finally{try{!ms&&us.return!=null&&us.return()}finally{if(ks)throw pa}}Zr.model=on.bind(Zr,ge,Si,os),Zr.unmodel=gn.bind(Zr,ge,Ti,os),Zr.replaceModel=ni.bind(Zr,ge,Ti,os,Si);function ge(){return ea((0,c.UY)((0,l.Z)({},Ti,Qa,Zr._store?Zr._store.asyncReducers:{})))}}}var $o=e(37573),Vo=e(45097),Yo=e(4676);function rs(Qe){Qe()}let _s=rs;const Ao=Qe=>_s=Qe,Zo=()=>_s,Lo=Symbol.for("react-redux-context"),Xo=typeof globalThis!="undefined"?globalThis:{};function yi(){var Qe;if(!i.createContext)return{};const qe=(Qe=Xo[Lo])!=null?Qe:Xo[Lo]=new Map;let jt=qe.get(i.createContext);return jt||(jt=i.createContext(null),qe.set(i.createContext,jt)),jt}const hi=yi();var as=null;function ds(Qe=hi){return function(){return(0,i.useContext)(Qe)}}const ss=ds(),go=()=>{throw new Error("uSES not initialized!")};let Wo=go;const du=Qe=>{Wo=Qe},Ls=(Qe,qe)=>Qe===qe;function tu(Qe=hi){const qe=Qe===hi?ss:ds(Qe);return function(Vt,gr={}){const{equalityFn:Mr=Ls,stabilityCheck:Zr=void 0,noopCheck:_n=void 0}=typeof gr=="function"?{equalityFn:gr}:gr,{store:on,subscription:gn,getServerState:ni,stabilityCheck:si,noopCheck:Si}=qe(),Di=(0,i.useRef)(!0),Ji=(0,i.useCallback)({[Vt.name](Ti){return Vt(Ti)}}[Vt.name],[Vt,si,Zr]),Hi=Wo(gn.addNestedSub,on.getState,ni||on.getState,Ji,Mr);return(0,i.useDebugValue)(Hi),Hi}}const hu=tu();var Iu=e(67711),Mo=e(12359),Ju=e(94266),Fo=e.n(Ju),mo=e(23265);const gu=["initMapStateToProps","initMapDispatchToProps","initMergeProps"];function Bu(Qe,qe,jt,Vt,{areStatesEqual:gr,areOwnPropsEqual:Mr,areStatePropsEqual:Zr}){let _n=!1,on,gn,ni,si,Si;function Di(Pi,bi){return on=Pi,gn=bi,ni=Qe(on,gn),si=qe(Vt,gn),Si=jt(ni,si,gn),_n=!0,Si}function Ji(){return ni=Qe(on,gn),qe.dependsOnOwnProps&&(si=qe(Vt,gn)),Si=jt(ni,si,gn),Si}function Hi(){return Qe.dependsOnOwnProps&&(ni=Qe(on,gn)),qe.dependsOnOwnProps&&(si=qe(Vt,gn)),Si=jt(ni,si,gn),Si}function Ti(){const Pi=Qe(on,gn),bi=!Zr(Pi,ni);return ni=Pi,bi&&(Si=jt(ni,si,gn)),Si}function Ia(Pi,bi){const xa=!Mr(bi,gn),bo=!gr(Pi,on,bi,gn);return on=Pi,gn=bi,xa&&bo?Ji():xa?Hi():bo?Ti():Si}return function(bi,xa){return _n?Ia(bi,xa):Di(bi,xa)}}function Do(Qe,qe){let{initMapStateToProps:jt,initMapDispatchToProps:Vt,initMergeProps:gr}=qe,Mr=(0,Mo.Z)(qe,gu);const Zr=jt(Qe,Mr),_n=Vt(Qe,Mr),on=gr(Qe,Mr);return Bu(Zr,_n,on,Qe,Mr)}function Bo(Qe,qe){const jt={};for(const Vt in Qe){const gr=Qe[Vt];typeof gr=="function"&&(jt[Vt]=(...Mr)=>qe(gr(...Mr)))}return jt}function Ou(Qe){return function(jt){const Vt=Qe(jt);function gr(){return Vt}return gr.dependsOnOwnProps=!1,gr}}function Qo(Qe){return Qe.dependsOnOwnProps?!!Qe.dependsOnOwnProps:Qe.length!==1}function ru(Qe,qe){return function(Vt,{displayName:gr}){const Mr=function(_n,on){return Mr.dependsOnOwnProps?Mr.mapToProps(_n,on):Mr.mapToProps(_n,void 0)};return Mr.dependsOnOwnProps=!0,Mr.mapToProps=function(_n,on){Mr.mapToProps=Qe,Mr.dependsOnOwnProps=Qo(Qe);let gn=Mr(_n,on);return typeof gn=="function"&&(Mr.mapToProps=gn,Mr.dependsOnOwnProps=Qo(gn),gn=Mr(_n,on)),gn},Mr}}function Os(Qe,qe){return(jt,Vt)=>{throw new Error(`Invalid value of type ${typeof Qe} for ${qe} argument when connecting component ${Vt.wrappedComponentName}.`)}}function Ho(Qe){return Qe&&typeof Qe=="object"?Ou(qe=>Bo(Qe,qe)):Qe?typeof Qe=="function"?ru(Qe,"mapDispatchToProps"):Os(Qe,"mapDispatchToProps"):Ou(qe=>({dispatch:qe}))}function Nu(Qe){return Qe?typeof Qe=="function"?ru(Qe,"mapStateToProps"):Os(Qe,"mapStateToProps"):Ou(()=>({}))}function qt(Qe,qe,jt){return(0,Iu.Z)({},jt,Qe,qe)}function hr(Qe){return function(jt,{displayName:Vt,areMergedPropsEqual:gr}){let Mr=!1,Zr;return function(on,gn,ni){const si=Qe(on,gn,ni);return Mr?gr(si,Zr)||(Zr=si):(Mr=!0,Zr=si),Zr}}}function ur(Qe){return Qe?typeof Qe=="function"?hr(Qe):Os(Qe,"mergeProps"):()=>qt}function pr(){const Qe=Zo();let qe=null,jt=null;return{clear(){qe=null,jt=null},notify(){Qe(()=>{let Vt=qe;for(;Vt;)Vt.callback(),Vt=Vt.next})},get(){let Vt=[],gr=qe;for(;gr;)Vt.push(gr),gr=gr.next;return Vt},subscribe(Vt){let gr=!0,Mr=jt={callback:Vt,next:null,prev:jt};return Mr.prev?Mr.prev.next=Mr:qe=Mr,function(){!gr||qe===null||(gr=!1,Mr.next?Mr.next.prev=Mr.prev:jt=Mr.prev,Mr.prev?Mr.prev.next=Mr.next:qe=Mr.next)}}}}const Sr={notify(){},get:()=>[]};function vn(Qe,qe){let jt,Vt=Sr,gr=0,Mr=!1;function Zr(Hi){ni();const Ti=Vt.subscribe(Hi);let Ia=!1;return()=>{Ia||(Ia=!0,Ti(),si())}}function _n(){Vt.notify()}function on(){Ji.onStateChange&&Ji.onStateChange()}function gn(){return Mr}function ni(){gr++,jt||(jt=qe?qe.addNestedSub(on):Qe.subscribe(on),Vt=pr())}function si(){gr--,jt&&gr===0&&(jt(),jt=void 0,Vt.clear(),Vt=Sr)}function Si(){Mr||(Mr=!0,ni())}function Di(){Mr&&(Mr=!1,si())}const Ji={addNestedSub:Zr,notifyNestedSubs:_n,handleChangeWrapper:on,isSubscribed:gn,trySubscribe:Si,tryUnsubscribe:Di,getListeners:()=>Vt};return Ji}const Rn=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?i.useLayoutEffect:i.useEffect;function Hn(Qe,qe){return Qe===qe?Qe!==0||qe!==0||1/Qe===1/qe:Qe!==Qe&&qe!==qe}function oi(Qe,qe){if(Hn(Qe,qe))return!0;if(typeof Qe!="object"||Qe===null||typeof qe!="object"||qe===null)return!1;const jt=Object.keys(Qe),Vt=Object.keys(qe);if(jt.length!==Vt.length)return!1;for(let gr=0;gr<jt.length;gr++)if(!Object.prototype.hasOwnProperty.call(qe,jt[gr])||!Hn(Qe[jt[gr]],qe[jt[gr]]))return!1;return!0}const ai=["reactReduxForwardedRef"];let fr=go;const Fr=Qe=>{fr=Qe},kr=null,En=[null,null],Sn=Qe=>{try{return JSON.stringify(Qe)}catch(qe){return String(Qe)}};function mt(Qe,qe,jt){Rn(()=>Qe(...qe),jt)}function Un(Qe,qe,jt,Vt,gr,Mr){Qe.current=Vt,jt.current=!1,gr.current&&(gr.current=null,Mr())}function Gn(Qe,qe,jt,Vt,gr,Mr,Zr,_n,on,gn,ni){if(!Qe)return()=>{};let si=!1,Si=null;const Di=()=>{if(si||!_n.current)return;const Hi=qe.getState();let Ti,Ia;try{Ti=Vt(Hi,gr.current)}catch(Pi){Ia=Pi,Si=Pi}Ia||(Si=null),Ti===Mr.current?Zr.current||gn():(Mr.current=Ti,on.current=Ti,Zr.current=!0,ni())};return jt.onStateChange=Di,jt.trySubscribe(),Di(),()=>{if(si=!0,jt.tryUnsubscribe(),jt.onStateChange=null,Si)throw Si}}const Oi=()=>kr;function qi(Qe,qe){return Qe===qe}let er=!1;function ia(Qe,qe,jt,{pure:Vt,areStatesEqual:gr=qi,areOwnPropsEqual:Mr=oi,areStatePropsEqual:Zr=oi,areMergedPropsEqual:_n=oi,forwardRef:on=!1,context:gn=hi}={}){const ni=gn,si=Nu(Qe),Si=Ho(qe),Di=ur(jt),Ji=!!Qe;return Ti=>{const Ia=Ti.displayName||Ti.name||"Component",Pi=`Connect(${Ia})`,bi={shouldHandleStateChanges:Ji,displayName:Pi,wrappedComponentName:Ia,WrappedComponent:Ti,initMapStateToProps:si,initMapDispatchToProps:Si,initMergeProps:Di,areStatesEqual:gr,areStatePropsEqual:Zr,areOwnPropsEqual:Mr,areMergedPropsEqual:_n};function xa(ea){const[Qa,fa,Ni]=i.useMemo(()=>{const{reactReduxForwardedRef:zn}=ea,Mn=(0,Mo.Z)(ea,ai);return[ea.context,zn,Mn]},[ea]),ka=i.useMemo(()=>Qa&&Qa.Consumer&&(0,mo.isContextConsumer)(i.createElement(Qa.Consumer,null))?Qa:ni,[Qa,ni]),qa=i.useContext(ka),hs=!!ea.store&&!!ea.store.getState&&!!ea.store.dispatch,xo=!!qa&&!!qa.store,ps=hs?ea.store:qa.store,ko=xo?qa.getServerState:ps.getState,os=i.useMemo(()=>Do(ps.dispatch,bi),[ps]),[ms,ks]=i.useMemo(()=>{if(!Ji)return En;const zn=vn(ps,hs?void 0:qa.subscription),Mn=zn.notifyNestedSubs.bind(zn);return[zn,Mn]},[ps,hs,qa]),pa=i.useMemo(()=>hs?qa:(0,Iu.Z)({},qa,{subscription:ms}),[hs,qa,ms]),us=i.useRef(),js=i.useRef(Ni),Ra=i.useRef(),ge=i.useRef(!1),Se=i.useRef(!1),Er=i.useRef(!1),en=i.useRef();Rn(()=>(Er.current=!0,()=>{Er.current=!1}),[]);const yr=i.useMemo(()=>()=>Ra.current&&Ni===js.current?Ra.current:os(ps.getState(),Ni),[ps,Ni]),Qr=i.useMemo(()=>Mn=>ms?Gn(Ji,ps,ms,os,js,us,ge,Er,Ra,ks,Mn):()=>{},[ms]);mt(Un,[js,us,ge,Ni,Ra,ks]);let In;try{In=fr(Qr,yr,ko?()=>os(ko(),Ni):yr)}catch(zn){throw en.current&&(zn.message+=`
The error may be correlated with this previous error:
${en.current.stack}
`),zn}Rn(()=>{en.current=void 0,Ra.current=void 0,us.current=In});const ii=i.useMemo(()=>i.createElement(Ti,(0,Iu.Z)({},In,{ref:fa})),[fa,Ti,In]);return i.useMemo(()=>Ji?i.createElement(ka.Provider,{value:pa},ii):ii,[ka,ii,pa])}const Gs=i.memo(xa);if(Gs.WrappedComponent=Ti,Gs.displayName=xa.displayName=Pi,on){const Qa=i.forwardRef(function(Ni,ka){return i.createElement(Gs,(0,Iu.Z)({},Ni,{reactReduxForwardedRef:ka}))});return Qa.displayName=Pi,Qa.WrappedComponent=Ti,Fo()(Qa,Ti)}return Fo()(Gs,Ti)}}var Ki=ia;function Sa({store:Qe,context:qe,children:jt,serverState:Vt,stabilityCheck:gr="once",noopCheck:Mr="once"}){const Zr=i.useMemo(()=>{const gn=vn(Qe);return{store:Qe,subscription:gn,getServerState:Vt?()=>Vt:void 0,stabilityCheck:gr,noopCheck:Mr}},[Qe,Vt,gr,Mr]),_n=i.useMemo(()=>Qe.getState(),[Qe]);Rn(()=>{const{subscription:gn}=Zr;return gn.onStateChange=gn.notifyNestedSubs,gn.trySubscribe(),_n!==Qe.getState()&&gn.notifyNestedSubs(),()=>{gn.tryUnsubscribe(),gn.onStateChange=void 0}},[Zr,_n]);const on=qe||hi;return i.createElement(on.Provider,{value:Zr},jt)}var gs=Sa;function Ns(Qe=hi){const qe=Qe===hi?ss:ds(Qe);return function(){const{store:Vt}=qe();return Vt}}const Mi=Ns();function Co(Qe=hi){const qe=Qe===hi?Mi:Ns(Qe);return function(){return qe().dispatch}}const oo=Co();du(Vo.useSyncExternalStoreWithSelector),Fr($o.useSyncExternalStore),Ao(Yo.unstable_batchedUpdates);var Ms=Object.defineProperty,Ba=Object.getOwnPropertySymbols,Ds=Object.prototype.hasOwnProperty,yo=Object.prototype.propertyIsEnumerable,Zn=(Qe,qe,jt)=>qe in Qe?Ms(Qe,qe,{enumerable:!0,configurable:!0,writable:!0,value:jt}):Qe[qe]=jt,Hs=(Qe,qe)=>{for(var jt in qe||(qe={}))Ds.call(qe,jt)&&Zn(Qe,jt,qe[jt]);if(Ba)for(var jt of Ba(qe))yo.call(qe,jt)&&Zn(Qe,jt,qe[jt]);return Qe};function uo(Qe){const qe=create(Qe,{initialReducer:{},setupApp(){}}),jt=qe.start;return qe.router=Vt,qe.start=gr,qe;function Vt(Mr){qe._router=Mr}function gr(Mr){if(typeof Mr!="undefined")throw new Error("dva.start() should not be called with any arguments.");qe._store||jt.call(qe);const Zr=qe._store,_n=qe._router;return on=>React.createElement(Provider,{store:Zr},_n(Hs({app:qe},on)))}}},59098:function(d,_,e){"use strict";e.d(_,{fi:function(){return m},m8:function(){return p}});var r=e(19340),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(R,A,P)=>A in R?i(R,A,{enumerable:!0,configurable:!0,writable:!0,value:P}):R[A]=P,a=(R,A)=>{for(var P in A||(A={}))o.call(A,P)&&u(R,P,A[P]);if(f)for(var P of f(A))h.call(A,P)&&u(R,P,A[P]);return R},x=(R,A)=>l(R,c(A));let p,y="/";function m(R){let A;return R.type==="hash"?A=(0,r.q_)():R.type==="memory"?A=(0,r.PP)(R):A=(0,r.lX)(),R.basename&&(y=R.basename),p=x(a({},A),{push(P,M){A.push(S(P,A),M)},replace(P,M){A.replace(S(P,A),M)},get location(){return A.location},get action(){return A.action}}),A}function b(R){R&&(p=R)}function S(R,A){if(typeof R=="string")return`${D(y)}${R}`;if(typeof R=="object"){const P=A.location.pathname;return x(a({},R),{pathname:R.pathname?`${D(y)}${R.pathname}`:P})}else throw new Error(`Unexpected to: ${R}`)}function D(R){return R.slice(-1)==="/"?R.slice(0,-1):R}},11410:function(d,_,e){"use strict";e.d(_,{gD:function(){return hn},We:function(){return Xt}});var r={};e.r(r),e.d(r,{dva:function(){return a}});var i={};e.r(i),e.d(i,{innerProvider:function(){return Xe}});var l={};e.r(l),e.d(l,{rootContainer:function(){return Ce}});var c={};e.r(c),e.d(c,{dataflowProvider:function(){return Kt}});var f={};e.r(f),e.d(f,{i18nProvider:function(){return Ir}});var o=e(8591),h=e(61186),u=e.n(h);u().locale("ZH-cn");const a={config:{onError(vt){o.ZP.error(vt.message,3)}}};var x=e(59301),p=e(12708),y=e.n(p),m=e(12373),b=e.n(m),S=e(44520),D=e.n(S),R=e(19747),A=e.n(R);function P(){return P=Object.assign||function(vt){for(var ot=1;ot<arguments.length;ot++){var ct=arguments[ot];for(var Nt in ct)Object.prototype.hasOwnProperty.call(ct,Nt)&&(vt[Nt]=ct[Nt])}return vt},P.apply(this,arguments)}function M(vt,ot){vt.prototype=Object.create(ot.prototype),vt.prototype.constructor=vt,B(vt,ot)}function B(vt,ot){return B=Object.setPrototypeOf||function(ct,Nt){return ct.__proto__=Nt,ct},B(vt,ot)}function N(vt,ot){if(vt==null)return{};var ct,Nt,br={},_r=Object.keys(vt);for(Nt=0;Nt<_r.length;Nt++)ot.indexOf(ct=_r[Nt])>=0||(br[ct]=vt[ct]);return br}var G={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},H={rel:["amphtml","canonical","alternate"]},W={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"]},ne=Object.keys(G).map(function(vt){return G[vt]}),oe={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},q=Object.keys(oe).reduce(function(vt,ot){return vt[oe[ot]]=ot,vt},{}),J=function(vt,ot){for(var ct=vt.length-1;ct>=0;ct-=1){var Nt=vt[ct];if(Object.prototype.hasOwnProperty.call(Nt,ot))return Nt[ot]}return null},K=function(vt){var ot=J(vt,G.TITLE),ct=J(vt,"titleTemplate");if(Array.isArray(ot)&&(ot=ot.join("")),ct&&ot)return ct.replace(/%s/g,function(){return ot});var Nt=J(vt,"defaultTitle");return ot||Nt||void 0},se=function(vt){return J(vt,"onChangeClientState")||function(){}},ee=function(vt,ot){return ot.filter(function(ct){return ct[vt]!==void 0}).map(function(ct){return ct[vt]}).reduce(function(ct,Nt){return P({},ct,Nt)},{})},Q=function(vt,ot){return ot.filter(function(ct){return ct[G.BASE]!==void 0}).map(function(ct){return ct[G.BASE]}).reverse().reduce(function(ct,Nt){if(!ct.length)for(var br=Object.keys(Nt),_r=0;_r<br.length;_r+=1){var Jr=br[_r].toLowerCase();if(vt.indexOf(Jr)!==-1&&Nt[Jr])return ct.concat(Nt)}return ct},[])},le=function(vt,ot,ct){var Nt={};return ct.filter(function(br){return!!Array.isArray(br[vt])||(br[vt]!==void 0&&console&&typeof console.warn=="function"&&console.warn("Helmet: "+vt+' should be of type "Array". Instead found type "'+typeof br[vt]+'"'),!1)}).map(function(br){return br[vt]}).reverse().reduce(function(br,_r){var Jr={};_r.filter(function(kn){for(var Qn,Nn=Object.keys(kn),ti=0;ti<Nn.length;ti+=1){var Tn=Nn[ti],Ai=Tn.toLowerCase();ot.indexOf(Ai)===-1||Qn==="rel"&&kn[Qn].toLowerCase()==="canonical"||Ai==="rel"&&kn[Ai].toLowerCase()==="stylesheet"||(Qn=Ai),ot.indexOf(Tn)===-1||Tn!=="innerHTML"&&Tn!=="cssText"&&Tn!=="itemprop"||(Qn=Tn)}if(!Qn||!kn[Qn])return!1;var ri=kn[Qn].toLowerCase();return Nt[Qn]||(Nt[Qn]={}),Jr[Qn]||(Jr[Qn]={}),!Nt[Qn][ri]&&(Jr[Qn][ri]=!0,!0)}).reverse().forEach(function(kn){return br.push(kn)});for(var zr=Object.keys(Jr),xn=0;xn<zr.length;xn+=1){var Et=zr[xn],Dr=P({},Nt[Et],Jr[Et]);Nt[Et]=Dr}return br},[]).reverse()},$=function(vt,ot){if(Array.isArray(vt)&&vt.length){for(var ct=0;ct<vt.length;ct+=1)if(vt[ct][ot])return!0}return!1},j=function(vt){return Array.isArray(vt)?vt.join(""):vt},ie=function(vt,ot){return Array.isArray(vt)?vt.reduce(function(ct,Nt){return function(br,_r){for(var Jr=Object.keys(br),zr=0;zr<Jr.length;zr+=1)if(_r[Jr[zr]]&&_r[Jr[zr]].includes(br[Jr[zr]]))return!0;return!1}(Nt,ot)?ct.priority.push(Nt):ct.default.push(Nt),ct},{priority:[],default:[]}):{default:vt}},me=function(vt,ot){var ct;return P({},vt,((ct={})[ot]=void 0,ct))},Te=[G.NOSCRIPT,G.SCRIPT,G.STYLE],Oe=function(vt,ot){return ot===void 0&&(ot=!0),ot===!1?String(vt):String(vt).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")},Ge=function(vt){return Object.keys(vt).reduce(function(ot,ct){var Nt=vt[ct]!==void 0?ct+'="'+vt[ct]+'"':""+ct;return ot?ot+" "+Nt:Nt},"")},Ue=function(vt,ot){return ot===void 0&&(ot={}),Object.keys(vt).reduce(function(ct,Nt){return ct[oe[Nt]||Nt]=vt[Nt],ct},ot)},Mt=function(vt,ot){return ot.map(function(ct,Nt){var br,_r=((br={key:Nt})["data-rh"]=!0,br);return Object.keys(ct).forEach(function(Jr){var zr=oe[Jr]||Jr;zr==="innerHTML"||zr==="cssText"?_r.dangerouslySetInnerHTML={__html:ct.innerHTML||ct.cssText}:_r[zr]=ct[Jr]}),x.createElement(vt,_r)})},yt=function(vt,ot,ct){switch(vt){case G.TITLE:return{toComponent:function(){return br=ot.titleAttributes,(_r={key:Nt=ot.title})["data-rh"]=!0,Jr=Ue(br,_r),[x.createElement(G.TITLE,Jr,Nt)];var Nt,br,_r,Jr},toString:function(){return function(Nt,br,_r,Jr){var zr=Ge(_r),xn=j(br);return zr?"<"+Nt+' data-rh="true" '+zr+">"+Oe(xn,Jr)+"</"+Nt+">":"<"+Nt+' data-rh="true">'+Oe(xn,Jr)+"</"+Nt+">"}(vt,ot.title,ot.titleAttributes,ct)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return Ue(ot)},toString:function(){return Ge(ot)}};default:return{toComponent:function(){return Mt(vt,ot)},toString:function(){return function(Nt,br,_r){return br.reduce(function(Jr,zr){var xn=Object.keys(zr).filter(function(kn){return!(kn==="innerHTML"||kn==="cssText")}).reduce(function(kn,Qn){var Nn=zr[Qn]===void 0?Qn:Qn+'="'+Oe(zr[Qn],_r)+'"';return kn?kn+" "+Nn:Nn},""),Et=zr.innerHTML||zr.cssText||"",Dr=Te.indexOf(Nt)===-1;return Jr+"<"+Nt+' data-rh="true" '+xn+(Dr?"/>":">"+Et+"</"+Nt+">")},"")}(vt,ot,ct)}}}},kt=function(vt){var ot=vt.baseTag,ct=vt.bodyAttributes,Nt=vt.encode,br=vt.htmlAttributes,_r=vt.noscriptTags,Jr=vt.styleTags,zr=vt.title,xn=zr===void 0?"":zr,Et=vt.titleAttributes,Dr=vt.linkTags,kn=vt.metaTags,Qn=vt.scriptTags,Nn={toComponent:function(){},toString:function(){return""}};if(vt.prioritizeSeoTags){var ti=function(Tn){var Ai=Tn.linkTags,ri=Tn.scriptTags,Ci=Tn.encode,Qi=ie(Tn.metaTags,ae),Zi=ie(Ai,H),Ca=ie(ri,W);return{priorityMethods:{toComponent:function(){return[].concat(Mt(G.META,Qi.priority),Mt(G.LINK,Zi.priority),Mt(G.SCRIPT,Ca.priority))},toString:function(){return yt(G.META,Qi.priority,Ci)+" "+yt(G.LINK,Zi.priority,Ci)+" "+yt(G.SCRIPT,Ca.priority,Ci)}},metaTags:Qi.default,linkTags:Zi.default,scriptTags:Ca.default}}(vt);Nn=ti.priorityMethods,Dr=ti.linkTags,kn=ti.metaTags,Qn=ti.scriptTags}return{priority:Nn,base:yt(G.BASE,ot,Nt),bodyAttributes:yt("bodyAttributes",ct,Nt),htmlAttributes:yt("htmlAttributes",br,Nt),link:yt(G.LINK,Dr,Nt),meta:yt(G.META,kn,Nt),noscript:yt(G.NOSCRIPT,_r,Nt),script:yt(G.SCRIPT,Qn,Nt),style:yt(G.STYLE,Jr,Nt),title:yt(G.TITLE,{title:xn,titleAttributes:Et},Nt)}},Zt=[],Ft=function(vt,ot){var ct=this;ot===void 0&&(ot=typeof document!="undefined"),this.instances=[],this.value={setHelmet:function(Nt){ct.context.helmet=Nt},helmetInstances:{get:function(){return ct.canUseDOM?Zt:ct.instances},add:function(Nt){(ct.canUseDOM?Zt:ct.instances).push(Nt)},remove:function(Nt){var br=(ct.canUseDOM?Zt:ct.instances).indexOf(Nt);(ct.canUseDOM?Zt:ct.instances).splice(br,1)}}},this.context=vt,this.canUseDOM=ot,ot||(vt.helmet=kt({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},tr=x.createContext({}),ze=y().shape({setHelmet:y().func,helmetInstances:y().shape({get:y().func,add:y().func,remove:y().func})}),wt=typeof document!="undefined",Bt=function(vt){function ot(ct){var Nt;return(Nt=vt.call(this,ct)||this).helmetData=new Ft(Nt.props.context,ot.canUseDOM),Nt}return M(ot,vt),ot.prototype.render=function(){return x.createElement(tr.Provider,{value:this.helmetData.value},this.props.children)},ot}(x.Component);Bt.canUseDOM=wt,Bt.propTypes={context:y().shape({helmet:y().shape()}),children:y().node.isRequired},Bt.defaultProps={context:{}},Bt.displayName="HelmetProvider";var nt=function(vt,ot){var ct,Nt=document.head||document.querySelector(G.HEAD),br=Nt.querySelectorAll(vt+"[data-rh]"),_r=[].slice.call(br),Jr=[];return ot&&ot.length&&ot.forEach(function(zr){var xn=document.createElement(vt);for(var Et in zr)Object.prototype.hasOwnProperty.call(zr,Et)&&(Et==="innerHTML"?xn.innerHTML=zr.innerHTML:Et==="cssText"?xn.styleSheet?xn.styleSheet.cssText=zr.cssText:xn.appendChild(document.createTextNode(zr.cssText)):xn.setAttribute(Et,zr[Et]===void 0?"":zr[Et]));xn.setAttribute("data-rh","true"),_r.some(function(Dr,kn){return ct=kn,xn.isEqualNode(Dr)})?_r.splice(ct,1):Jr.push(xn)}),_r.forEach(function(zr){return zr.parentNode.removeChild(zr)}),Jr.forEach(function(zr){return Nt.appendChild(zr)}),{oldTags:_r,newTags:Jr}},_t=function(vt,ot){var ct=document.getElementsByTagName(vt)[0];if(ct){for(var Nt=ct.getAttribute("data-rh"),br=Nt?Nt.split(","):[],_r=[].concat(br),Jr=Object.keys(ot),zr=0;zr<Jr.length;zr+=1){var xn=Jr[zr],Et=ot[xn]||"";ct.getAttribute(xn)!==Et&&ct.setAttribute(xn,Et),br.indexOf(xn)===-1&&br.push(xn);var Dr=_r.indexOf(xn);Dr!==-1&&_r.splice(Dr,1)}for(var kn=_r.length-1;kn>=0;kn-=1)ct.removeAttribute(_r[kn]);br.length===_r.length?ct.removeAttribute("data-rh"):ct.getAttribute("data-rh")!==Jr.join(",")&&ct.setAttribute("data-rh",Jr.join(","))}},ht=function(vt,ot){var ct=vt.baseTag,Nt=vt.htmlAttributes,br=vt.linkTags,_r=vt.metaTags,Jr=vt.noscriptTags,zr=vt.onChangeClientState,xn=vt.scriptTags,Et=vt.styleTags,Dr=vt.title,kn=vt.titleAttributes;_t(G.BODY,vt.bodyAttributes),_t(G.HTML,Nt),function(Tn,Ai){Tn!==void 0&&document.title!==Tn&&(document.title=j(Tn)),_t(G.TITLE,Ai)}(Dr,kn);var Qn={baseTag:nt(G.BASE,ct),linkTags:nt(G.LINK,br),metaTags:nt(G.META,_r),noscriptTags:nt(G.NOSCRIPT,Jr),scriptTags:nt(G.SCRIPT,xn),styleTags:nt(G.STYLE,Et)},Nn={},ti={};Object.keys(Qn).forEach(function(Tn){var Ai=Qn[Tn],ri=Ai.newTags,Ci=Ai.oldTags;ri.length&&(Nn[Tn]=ri),Ci.length&&(ti[Tn]=Qn[Tn].oldTags)}),ot&&ot(),zr(vt,Nn,ti)},Je=null,je=function(vt){function ot(){for(var Nt,br=arguments.length,_r=new Array(br),Jr=0;Jr<br;Jr++)_r[Jr]=arguments[Jr];return(Nt=vt.call.apply(vt,[this].concat(_r))||this).rendered=!1,Nt}M(ot,vt);var ct=ot.prototype;return ct.shouldComponentUpdate=function(Nt){return!A()(Nt,this.props)},ct.componentDidUpdate=function(){this.emitChange()},ct.componentWillUnmount=function(){this.props.context.helmetInstances.remove(this),this.emitChange()},ct.emitChange=function(){var Nt,br,_r=this.props.context,Jr=_r.setHelmet,zr=null,xn=(Nt=_r.helmetInstances.get().map(function(Et){var Dr=P({},Et.props);return delete Dr.context,Dr}),{baseTag:Q(["href"],Nt),bodyAttributes:ee("bodyAttributes",Nt),defer:J(Nt,"defer"),encode:J(Nt,"encodeSpecialCharacters"),htmlAttributes:ee("htmlAttributes",Nt),linkTags:le(G.LINK,["rel","href"],Nt),metaTags:le(G.META,["name","charset","http-equiv","property","itemprop"],Nt),noscriptTags:le(G.NOSCRIPT,["innerHTML"],Nt),onChangeClientState:se(Nt),scriptTags:le(G.SCRIPT,["src","innerHTML"],Nt),styleTags:le(G.STYLE,["cssText"],Nt),title:K(Nt),titleAttributes:ee("titleAttributes",Nt),prioritizeSeoTags:$(Nt,"prioritizeSeoTags")});Bt.canUseDOM?(br=xn,Je&&cancelAnimationFrame(Je),br.defer?Je=requestAnimationFrame(function(){ht(br,function(){Je=null})}):(ht(br),Je=null)):kt&&(zr=kt(xn)),Jr(zr)},ct.init=function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())},ct.render=function(){return this.init(),null},ot}(x.Component);je.propTypes={context:ze.isRequired},je.displayName="HelmetDispatcher";var be=["children"],Le=["children"],Ke=function(vt){function ot(){return vt.apply(this,arguments)||this}M(ot,vt);var ct=ot.prototype;return ct.shouldComponentUpdate=function(Nt){return!b()(me(this.props,"helmetData"),me(Nt,"helmetData"))},ct.mapNestedChildrenToProps=function(Nt,br){if(!br)return null;switch(Nt.type){case G.SCRIPT:case G.NOSCRIPT:return{innerHTML:br};case G.STYLE:return{cssText:br};default:throw new Error("<"+Nt.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")}},ct.flattenArrayTypeChildren=function(Nt){var br,_r=Nt.child,Jr=Nt.arrayTypeChildren;return P({},Jr,((br={})[_r.type]=[].concat(Jr[_r.type]||[],[P({},Nt.newChildProps,this.mapNestedChildrenToProps(_r,Nt.nestedChildren))]),br))},ct.mapObjectTypeChildren=function(Nt){var br,_r,Jr=Nt.child,zr=Nt.newProps,xn=Nt.newChildProps,Et=Nt.nestedChildren;switch(Jr.type){case G.TITLE:return P({},zr,((br={})[Jr.type]=Et,br.titleAttributes=P({},xn),br));case G.BODY:return P({},zr,{bodyAttributes:P({},xn)});case G.HTML:return P({},zr,{htmlAttributes:P({},xn)});default:return P({},zr,((_r={})[Jr.type]=P({},xn),_r))}},ct.mapArrayTypeChildrenToProps=function(Nt,br){var _r=P({},br);return Object.keys(Nt).forEach(function(Jr){var zr;_r=P({},_r,((zr={})[Jr]=Nt[Jr],zr))}),_r},ct.warnOnInvalidChildren=function(Nt,br){return D()(ne.some(function(_r){return Nt.type===_r}),typeof Nt.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 "+ne.join(", ")+" are allowed. Helmet does not support rendering <"+Nt.type+"> elements. Refer to our API for more information."),D()(!br||typeof br=="string"||Array.isArray(br)&&!br.some(function(_r){return typeof _r!="string"}),"Helmet expects a string as a child of <"+Nt.type+">. Did you forget to wrap your children in braces? ( <"+Nt.type+">{``}</"+Nt.type+"> ) Refer to our API for more information."),!0},ct.mapChildrenToProps=function(Nt,br){var _r=this,Jr={};return x.Children.forEach(Nt,function(zr){if(zr&&zr.props){var xn=zr.props,Et=xn.children,Dr=N(xn,be),kn=Object.keys(Dr).reduce(function(Nn,ti){return Nn[q[ti]||ti]=Dr[ti],Nn},{}),Qn=zr.type;switch(typeof Qn=="symbol"?Qn=Qn.toString():_r.warnOnInvalidChildren(zr,Et),Qn){case G.FRAGMENT:br=_r.mapChildrenToProps(Et,br);break;case G.LINK:case G.META:case G.NOSCRIPT:case G.SCRIPT:case G.STYLE:Jr=_r.flattenArrayTypeChildren({child:zr,arrayTypeChildren:Jr,newChildProps:kn,nestedChildren:Et});break;default:br=_r.mapObjectTypeChildren({child:zr,newProps:br,newChildProps:kn,nestedChildren:Et})}}}),this.mapArrayTypeChildrenToProps(Jr,br)},ct.render=function(){var Nt=this.props,br=Nt.children,_r=N(Nt,Le),Jr=P({},_r),zr=_r.helmetData;return br&&(Jr=this.mapChildrenToProps(br,Jr)),!zr||zr instanceof Ft||(zr=new Ft(zr.context,zr.instances)),zr?x.createElement(je,P({},Jr,{context:zr.value,helmetData:void 0})):x.createElement(tr.Consumer,null,function(xn){return x.createElement(je,P({},Jr,{context:xn}))})},ot}(x.Component);Ke.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},Ke.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},Ke.displayName="Helmet";const He={},Xe=vt=>x.createElement(Bt,{context:He},vt);var pt=e(92736),bt=e(76560),rr=e(36237),Jt=e(21384),Me=e(28440),rt=e.n(Me),Yt=Object.defineProperty,Lt=Object.getOwnPropertySymbols,Wt=Object.prototype.hasOwnProperty,Ht=Object.prototype.propertyIsEnumerable,ir=(vt,ot,ct)=>ot in vt?Yt(vt,ot,{enumerable:!0,configurable:!0,writable:!0,value:ct}):vt[ot]=ct,Gt=(vt,ot)=>{for(var ct in ot||(ot={}))Wt.call(ot,ct)&&ir(vt,ct,ot[ct]);if(Lt)for(var ct of Lt(ot))Ht.call(ot,ct)&&ir(vt,ct,ot[ct]);return vt},Ie=(vt,ot)=>{var ct={};for(var Nt in vt)Wt.call(vt,Nt)&&ot.indexOf(Nt)<0&&(ct[Nt]=vt[Nt]);if(vt!=null&&Lt)for(var Nt of Lt(vt))ot.indexOf(Nt)<0&&Ht.call(vt,Nt)&&(ct[Nt]=vt[Nt]);return ct};let ce=null;const he=()=>(ce||(ce=Xt().applyPlugins({key:"antd",type:bt.ApplyPluginsType.modify,initialValue:Gt({},{componentSize:"middle"})})),ce);function It({children:vt}){let ot=vt;const[ct,Nt]=x.useState(()=>{const _r=he(),{appConfig:Jr}=_r;return Ie(_r,["appConfig"])}),br=_r=>{Nt(Jr=>rt()({},Jr,typeof _r=="function"?_r(Jr):_r))};return ct.prefixCls&&pt.ZP.config({prefixCls:ct.prefixCls}),ct.iconPrefixCls&&pt.ZP.config({iconPrefixCls:ct.iconPrefixCls}),ct.theme&&pt.ZP.config({theme:ct.theme}),ot=x.createElement(pt.ZP,Gt({},ct),ot),ot=x.createElement(rr.StyleProvider,{hashPriority:"high"},ot),ot=x.createElement(Jt.C.Provider,{value:br},x.createElement(Jt.S.Provider,{value:ct},ot)),ot}function Ce(vt){return x.createElement(It,null,vt)}var ft=e(55610);function Kt(vt,ot){return x.createElement(ft.j,ot,vt)}var Tt=e(65517),Pe=e(26108),At=e(81863),Ze=Object.defineProperty,we=Object.getOwnPropertySymbols,gt=Object.prototype.hasOwnProperty,Rt=Object.prototype.propertyIsEnumerable,Fe=(vt,ot,ct)=>ot in vt?Ze(vt,ot,{enumerable:!0,configurable:!0,writable:!0,value:ct}):vt[ot]=ct,Tr=(vt,ot)=>{for(var ct in ot||(ot={}))gt.call(ot,ct)&&Fe(vt,ct,ot[ct]);if(we)for(var ct of we(ot))Rt.call(ot,ct)&&Fe(vt,ct,ot[ct]);return vt};function Ct(){var vt,ot;const ct=getLocale();(vt=moment)!=null&&vt.locale&&moment.locale(((ot=localeInfo[ct])==null?void 0:ot.momentLocale)||"zh-cn"),setIntl(ct)}const Kr=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?x.useLayoutEffect:x.useEffect,tn=vt=>{var ot;const ct=(0,Pe.Kd)(),[Nt,br]=x.useState(ct),[_r,Jr]=x.useState(()=>(0,Pe.lw)(Nt,!0)),zr=Dr=>{var kn,Qn;(kn=u())!=null&&kn.locale&&u().locale(((Qn=Pe.H8[Dr])==null?void 0:Qn.momentLocale)||"en"),br(Dr),Jr((0,Pe.lw)(Dr))};Kr(()=>(Pe.B.on(Pe.PZ,zr),()=>{Pe.B.off(Pe.PZ,zr)}),[]);const xn=Tr({},At.Z),Et=(0,Pe.Mg)();return x.createElement(pt.ZP,{direction:Et,locale:((ot=Pe.H8[Nt])==null?void 0:ot.antd)||xn},x.createElement(Pe.eU,{value:_r},vt.children))};function Ir(vt){return x.createElement(tn,null,vt)}function Lr(vt){return vt.default?typeof vt.default=="function"?vt.default():vt.default:vt}function vr(){return[{apply:Lr(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 $r(){return["patchRoutes","patchClientRoutes","modifyContextOpts","modifyClientRenderOpts","rootContainer","innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","render","onRouteChange","antd","dva","locale","qiankun"]}let sn=null;function hn(){return sn=bt.PluginManager.create({plugins:vr(),validKeys:$r()}),sn}function Xt(){return sn}},76560:function(d,_,e){"use strict";e.d(_,{ApplyPluginsType:function(){return wt},Link:function(){return J},Outlet:function(){return K.j3},PluginManager:function(){return Bt},connect:function(){return f.$j},getDvaApp:function(){return o.Q},history:function(){return nt.m8},useAppData:function(){return W.Ov},useDispatch:function(){return f.I0},useLocation:function(){return K.TH},useOutletContext:function(){return K.bx},useParams:function(){return K.UO},useSearchParams:function(){return H.lr},useSelector:function(){return f.v9}});var r=e(59301),i=e(21384);function l(){return React.useContext(AntdConfigContext)}function c(){return React.useContext(AntdConfigContextSetter)}var f=e(45434),o=e(55610),h=e(26108),u=Object.defineProperty,a=Object.defineProperties,x=Object.getOwnPropertyDescriptors,p=Object.getOwnPropertySymbols,y=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable,b=(Xe,pt,bt)=>pt in Xe?u(Xe,pt,{enumerable:!0,configurable:!0,writable:!0,value:bt}):Xe[pt]=bt,S=(Xe,pt)=>{for(var bt in pt||(pt={}))y.call(pt,bt)&&b(Xe,bt,pt[bt]);if(p)for(var bt of p(pt))m.call(pt,bt)&&b(Xe,bt,pt[bt]);return Xe},D=(Xe,pt)=>a(Xe,x(pt)),R=(Xe,pt)=>{var bt={};for(var rr in Xe)y.call(Xe,rr)&&pt.indexOf(rr)<0&&(bt[rr]=Xe[rr]);if(Xe!=null&&p)for(var rr of p(Xe))pt.indexOf(rr)<0&&m.call(Xe,rr)&&(bt[rr]=Xe[rr]);return bt};const A=Xe=>{var pt=Xe,{overlayClassName:bt}=pt,rr=R(pt,["overlayClassName"]);return React.createElement(Dropdown,S({overlayClassName:bt},rr))},P=Xe=>Xe.reduce((pt,bt)=>bt.lang?D(S({},pt),{[bt.lang]:bt}):pt,{}),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=Xe=>React.createElement(React.Fragment,null);var N=e(38329),G=e(38127),H=e(32451),W=e(9139),ae=e(87296);function ne(Xe,pt){var bt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},rr=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(typeof IntersectionObserver!="function")return null;var Jt=r.useRef(typeof IntersectionObserver=="function"),Me=r.useRef(null);return r.useEffect(function(){if(!(!Xe.current||!Jt.current||rr.disabled))return Me.current=new IntersectionObserver(function(rt){var Yt=(0,ae.Z)(rt,1),Lt=Yt[0];pt(Lt)},bt),Me.current.observe(Xe.current),function(){var rt;(rt=Me.current)===null||rt===void 0||rt.disconnect()}},[pt,bt,rr.disabled,Xe]),Me.current}var oe=["prefetch"];function q(Xe){var pt=r.useRef(null);return r.useEffect(function(){Xe&&(typeof Xe=="function"?Xe(pt.current):Xe.current=pt.current)}),pt}var J=r.forwardRef(function(Xe,pt){var bt,rr=Xe.prefetch,Jt=(0,G.Z)(Xe,oe),Me=typeof window!="undefined"&&window.__umi_route_prefetch__||{defaultPrefetch:"none",defaultPrefetchTimeout:50},rt=Me.defaultPrefetch,Yt=Me.defaultPrefetchTimeout,Lt=(rr===!0?"intent":rr===!1?"none":rr)||rt;if(!["intent","render","viewport","none"].includes(Lt))throw new Error("Invalid prefetch value ".concat(Lt," found in Link component"));var Wt=(0,W.Ov)(),Ht=typeof Xe.to=="string"?Xe.to:(bt=Xe.to)===null||bt===void 0?void 0:bt.pathname,ir=r.useRef(!1),Gt=q(pt),Ie=function(It){if(Lt==="intent"){var Ce=It.target||{};Ce.preloadTimeout||(Ce.preloadTimeout=setTimeout(function(){var ft;Ce.preloadTimeout=null,(ft=Wt.preloadRoute)===null||ft===void 0||ft.call(Wt,Ht)},Xe.prefetchTimeout||Yt))}},ce=function(It){if(Lt==="intent"){var Ce=It.target||{};Ce.preloadTimeout&&(clearTimeout(Ce.preloadTimeout),Ce.preloadTimeout=null)}};return(0,r.useLayoutEffect)(function(){if(Lt==="render"&&!ir.current){var he;(he=Wt.preloadRoute)===null||he===void 0||he.call(Wt,Ht),ir.current=!0}},[Lt,Ht]),ne(Gt,function(he){if(he!=null&&he.isIntersecting){var It;(It=Wt.preloadRoute)===null||It===void 0||It.call(Wt,Ht)}},{rootMargin:"100px"},{disabled:Lt!=="viewport"}),Ht?r.createElement(H.rU,(0,N.Z)({onMouseEnter:Ie,onMouseLeave:ce,ref:Gt},Jt),Xe.children):null}),K=e(35338),se=e(8616);function ee(){"use strict";ee=function(){return pt};var Xe,pt={},bt=Object.prototype,rr=bt.hasOwnProperty,Jt=Object.defineProperty||function(Ir,Lr,vr){Ir[Lr]=vr.value},Me=typeof Symbol=="function"?Symbol:{},rt=Me.iterator||"@@iterator",Yt=Me.asyncIterator||"@@asyncIterator",Lt=Me.toStringTag||"@@toStringTag";function Wt(Ir,Lr,vr){return Object.defineProperty(Ir,Lr,{value:vr,enumerable:!0,configurable:!0,writable:!0}),Ir[Lr]}try{Wt({},"")}catch(Ir){Wt=function(vr,$r,sn){return vr[$r]=sn}}function Ht(Ir,Lr,vr,$r){var sn=Lr&&Lr.prototype instanceof Ce?Lr:Ce,hn=Object.create(sn.prototype),Xt=new Kr($r||[]);return Jt(hn,"_invoke",{value:Rt(Ir,vr,Xt)}),hn}function ir(Ir,Lr,vr){try{return{type:"normal",arg:Ir.call(Lr,vr)}}catch($r){return{type:"throw",arg:$r}}}pt.wrap=Ht;var Gt="suspendedStart",Ie="suspendedYield",ce="executing",he="completed",It={};function Ce(){}function ft(){}function Kt(){}var Tt={};Wt(Tt,rt,function(){return this});var Pe=Object.getPrototypeOf,At=Pe&&Pe(Pe(tn([])));At&&At!==bt&&rr.call(At,rt)&&(Tt=At);var Ze=Kt.prototype=Ce.prototype=Object.create(Tt);function we(Ir){["next","throw","return"].forEach(function(Lr){Wt(Ir,Lr,function(vr){return this._invoke(Lr,vr)})})}function gt(Ir,Lr){function vr(sn,hn,Xt,vt){var ot=ir(Ir[sn],Ir,hn);if(ot.type!=="throw"){var ct=ot.arg,Nt=ct.value;return Nt&&(0,se.Z)(Nt)=="object"&&rr.call(Nt,"__await")?Lr.resolve(Nt.__await).then(function(br){vr("next",br,Xt,vt)},function(br){vr("throw",br,Xt,vt)}):Lr.resolve(Nt).then(function(br){ct.value=br,Xt(ct)},function(br){return vr("throw",br,Xt,vt)})}vt(ot.arg)}var $r;Jt(this,"_invoke",{value:function(hn,Xt){function vt(){return new Lr(function(ot,ct){vr(hn,Xt,ot,ct)})}return $r=$r?$r.then(vt,vt):vt()}})}function Rt(Ir,Lr,vr){var $r=Gt;return function(sn,hn){if($r===ce)throw new Error("Generator is already running");if($r===he){if(sn==="throw")throw hn;return{value:Xe,done:!0}}for(vr.method=sn,vr.arg=hn;;){var Xt=vr.delegate;if(Xt){var vt=Fe(Xt,vr);if(vt){if(vt===It)continue;return vt}}if(vr.method==="next")vr.sent=vr._sent=vr.arg;else if(vr.method==="throw"){if($r===Gt)throw $r=he,vr.arg;vr.dispatchException(vr.arg)}else vr.method==="return"&&vr.abrupt("return",vr.arg);$r=ce;var ot=ir(Ir,Lr,vr);if(ot.type==="normal"){if($r=vr.done?he:Ie,ot.arg===It)continue;return{value:ot.arg,done:vr.done}}ot.type==="throw"&&($r=he,vr.method="throw",vr.arg=ot.arg)}}}function Fe(Ir,Lr){var vr=Lr.method,$r=Ir.iterator[vr];if($r===Xe)return Lr.delegate=null,vr==="throw"&&Ir.iterator.return&&(Lr.method="return",Lr.arg=Xe,Fe(Ir,Lr),Lr.method==="throw")||vr!=="return"&&(Lr.method="throw",Lr.arg=new TypeError("The iterator does not provide a '"+vr+"' method")),It;var sn=ir($r,Ir.iterator,Lr.arg);if(sn.type==="throw")return Lr.method="throw",Lr.arg=sn.arg,Lr.delegate=null,It;var hn=sn.arg;return hn?hn.done?(Lr[Ir.resultName]=hn.value,Lr.next=Ir.nextLoc,Lr.method!=="return"&&(Lr.method="next",Lr.arg=Xe),Lr.delegate=null,It):hn:(Lr.method="throw",Lr.arg=new TypeError("iterator result is not an object"),Lr.delegate=null,It)}function Tr(Ir){var Lr={tryLoc:Ir[0]};1 in Ir&&(Lr.catchLoc=Ir[1]),2 in Ir&&(Lr.finallyLoc=Ir[2],Lr.afterLoc=Ir[3]),this.tryEntries.push(Lr)}function Ct(Ir){var Lr=Ir.completion||{};Lr.type="normal",delete Lr.arg,Ir.completion=Lr}function Kr(Ir){this.tryEntries=[{tryLoc:"root"}],Ir.forEach(Tr,this),this.reset(!0)}function tn(Ir){if(Ir||Ir===""){var Lr=Ir[rt];if(Lr)return Lr.call(Ir);if(typeof Ir.next=="function")return Ir;if(!isNaN(Ir.length)){var vr=-1,$r=function sn(){for(;++vr<Ir.length;)if(rr.call(Ir,vr))return sn.value=Ir[vr],sn.done=!1,sn;return sn.value=Xe,sn.done=!0,sn};return $r.next=$r}}throw new TypeError((0,se.Z)(Ir)+" is not iterable")}return ft.prototype=Kt,Jt(Ze,"constructor",{value:Kt,configurable:!0}),Jt(Kt,"constructor",{value:ft,configurable:!0}),ft.displayName=Wt(Kt,Lt,"GeneratorFunction"),pt.isGeneratorFunction=function(Ir){var Lr=typeof Ir=="function"&&Ir.constructor;return!!Lr&&(Lr===ft||(Lr.displayName||Lr.name)==="GeneratorFunction")},pt.mark=function(Ir){return Object.setPrototypeOf?Object.setPrototypeOf(Ir,Kt):(Ir.__proto__=Kt,Wt(Ir,Lt,"GeneratorFunction")),Ir.prototype=Object.create(Ze),Ir},pt.awrap=function(Ir){return{__await:Ir}},we(gt.prototype),Wt(gt.prototype,Yt,function(){return this}),pt.AsyncIterator=gt,pt.async=function(Ir,Lr,vr,$r,sn){sn===void 0&&(sn=Promise);var hn=new gt(Ht(Ir,Lr,vr,$r),sn);return pt.isGeneratorFunction(Lr)?hn:hn.next().then(function(Xt){return Xt.done?Xt.value:hn.next()})},we(Ze),Wt(Ze,Lt,"Generator"),Wt(Ze,rt,function(){return this}),Wt(Ze,"toString",function(){return"[object Generator]"}),pt.keys=function(Ir){var Lr=Object(Ir),vr=[];for(var $r in Lr)vr.push($r);return vr.reverse(),function sn(){for(;vr.length;){var hn=vr.pop();if(hn in Lr)return sn.value=hn,sn.done=!1,sn}return sn.done=!0,sn}},pt.values=tn,Kr.prototype={constructor:Kr,reset:function(Lr){if(this.prev=0,this.next=0,this.sent=this._sent=Xe,this.done=!1,this.delegate=null,this.method="next",this.arg=Xe,this.tryEntries.forEach(Ct),!Lr)for(var vr in this)vr.charAt(0)==="t"&&rr.call(this,vr)&&!isNaN(+vr.slice(1))&&(this[vr]=Xe)},stop:function(){this.done=!0;var Lr=this.tryEntries[0].completion;if(Lr.type==="throw")throw Lr.arg;return this.rval},dispatchException:function(Lr){if(this.done)throw Lr;var vr=this;function $r(ct,Nt){return Xt.type="throw",Xt.arg=Lr,vr.next=ct,Nt&&(vr.method="next",vr.arg=Xe),!!Nt}for(var sn=this.tryEntries.length-1;sn>=0;--sn){var hn=this.tryEntries[sn],Xt=hn.completion;if(hn.tryLoc==="root")return $r("end");if(hn.tryLoc<=this.prev){var vt=rr.call(hn,"catchLoc"),ot=rr.call(hn,"finallyLoc");if(vt&&ot){if(this.prev<hn.catchLoc)return $r(hn.catchLoc,!0);if(this.prev<hn.finallyLoc)return $r(hn.finallyLoc)}else if(vt){if(this.prev<hn.catchLoc)return $r(hn.catchLoc,!0)}else{if(!ot)throw new Error("try statement without catch or finally");if(this.prev<hn.finallyLoc)return $r(hn.finallyLoc)}}}},abrupt:function(Lr,vr){for(var $r=this.tryEntries.length-1;$r>=0;--$r){var sn=this.tryEntries[$r];if(sn.tryLoc<=this.prev&&rr.call(sn,"finallyLoc")&&this.prev<sn.finallyLoc){var hn=sn;break}}hn&&(Lr==="break"||Lr==="continue")&&hn.tryLoc<=vr&&vr<=hn.finallyLoc&&(hn=null);var Xt=hn?hn.completion:{};return Xt.type=Lr,Xt.arg=vr,hn?(this.method="next",this.next=hn.finallyLoc,It):this.complete(Xt)},complete:function(Lr,vr){if(Lr.type==="throw")throw Lr.arg;return Lr.type==="break"||Lr.type==="continue"?this.next=Lr.arg:Lr.type==="return"?(this.rval=this.arg=Lr.arg,this.method="return",this.next="end"):Lr.type==="normal"&&vr&&(this.next=vr),It},finish:function(Lr){for(var vr=this.tryEntries.length-1;vr>=0;--vr){var $r=this.tryEntries[vr];if($r.finallyLoc===Lr)return this.complete($r.completion,$r.afterLoc),Ct($r),It}},catch:function(Lr){for(var vr=this.tryEntries.length-1;vr>=0;--vr){var $r=this.tryEntries[vr];if($r.tryLoc===Lr){var sn=$r.completion;if(sn.type==="throw"){var hn=sn.arg;Ct($r)}return hn}}throw new Error("illegal catch attempt")},delegateYield:function(Lr,vr,$r){return this.delegate={iterator:tn(Lr),resultName:vr,nextLoc:$r},this.method==="next"&&(this.arg=Xe),It}},pt}var Q=e(63579);function le(Xe,pt,bt,rr,Jt,Me,rt){try{var Yt=Xe[Me](rt),Lt=Yt.value}catch(Wt){bt(Wt);return}Yt.done?pt(Lt):Promise.resolve(Lt).then(rr,Jt)}function $(Xe){return function(){var pt=this,bt=arguments;return new Promise(function(rr,Jt){var Me=Xe.apply(pt,bt);function rt(Lt){le(Me,rr,Jt,rt,Yt,"next",Lt)}function Yt(Lt){le(Me,rr,Jt,rt,Yt,"throw",Lt)}rt(void 0)})}}var j=e(99227);function ie(Xe,pt){var bt=typeof Symbol!="undefined"&&Xe[Symbol.iterator]||Xe["@@iterator"];if(!bt){if(Array.isArray(Xe)||(bt=(0,j.Z)(Xe))||pt&&Xe&&typeof Xe.length=="number"){bt&&(Xe=bt);var rr=0,Jt=function(){};return{s:Jt,n:function(){return rr>=Xe.length?{done:!0}:{done:!1,value:Xe[rr++]}},e:function(Wt){throw Wt},f:Jt}}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,rt=!1,Yt;return{s:function(){bt=bt.call(Xe)},n:function(){var Wt=bt.next();return Me=Wt.done,Wt},e:function(Wt){rt=!0,Yt=Wt},f:function(){try{!Me&&bt.return!=null&&bt.return()}finally{if(rt)throw Yt}}}}var me=e(73825);function Te(Xe){if(typeof Symbol!="undefined"&&Xe[Symbol.iterator]!=null||Xe["@@iterator"]!=null)return Array.from(Xe)}var Oe=e(66160);function Ge(Xe){return(0,me.Z)(Xe)||Te(Xe)||(0,j.Z)(Xe)||(0,Oe.Z)()}function Ue(Xe,pt){if(!(Xe instanceof pt))throw new TypeError("Cannot call a class as a function")}var Mt=e(89878);function yt(Xe,pt){for(var bt=0;bt<pt.length;bt++){var rr=pt[bt];rr.enumerable=rr.enumerable||!1,rr.configurable=!0,"value"in rr&&(rr.writable=!0),Object.defineProperty(Xe,(0,Mt.Z)(rr.key),rr)}}function kt(Xe,pt,bt){return pt&&yt(Xe.prototype,pt),bt&&yt(Xe,bt),Object.defineProperty(Xe,"prototype",{writable:!1}),Xe}var Zt=e(65873);function Ft(Xe,pt){if(!Xe)throw new Error(pt)}function tr(Xe){var pt=Xe.fns,bt=Xe.args;if(pt.length===1)return pt[0];var rr=pt.pop();return pt.reduce(function(Jt,Me){return function(){return Me(Jt,bt)}},rr)}function ze(Xe){return!!Xe&&(0,se.Z)(Xe)==="object"&&typeof Xe.then=="function"}var wt=function(Xe){return Xe.compose="compose",Xe.modify="modify",Xe.event="event",Xe}({}),Bt=function(){function Xe(pt){Ue(this,Xe),(0,Zt.Z)(this,"opts",void 0),(0,Zt.Z)(this,"hooks",{}),this.opts=pt}return kt(Xe,[{key:"register",value:function(bt){var rr=this;Ft(bt.apply,"plugin register failed, apply must supplied"),Object.keys(bt.apply).forEach(function(Jt){Ft(rr.opts.validKeys.indexOf(Jt)>-1,"register failed, invalid key ".concat(Jt," ").concat(bt.path?"from plugin ".concat(bt.path):"",".")),rr.hooks[Jt]=(rr.hooks[Jt]||[]).concat(bt.apply[Jt])})}},{key:"getHooks",value:function(bt){var rr=bt.split("."),Jt=Ge(rr),Me=Jt[0],rt=Jt.slice(1),Yt=this.hooks[Me]||[];return rt.length&&(Yt=Yt.map(function(Lt){try{var Wt=Lt,Ht=ie(rt),ir;try{for(Ht.s();!(ir=Ht.n()).done;){var Gt=ir.value;Wt=Wt[Gt]}}catch(Ie){Ht.e(Ie)}finally{Ht.f()}return Wt}catch(Ie){return null}}).filter(Boolean)),Yt}},{key:"applyPlugins",value:function(bt){var rr=bt.key,Jt=bt.type,Me=bt.initialValue,rt=bt.args,Yt=bt.async,Lt=this.getHooks(rr)||[];switch(rt&&Ft((0,se.Z)(rt)==="object","applyPlugins failed, args must be plain object."),Yt&&Ft(Jt===wt.modify||Jt===wt.event,"async only works with modify and event type."),Jt){case wt.modify:return Yt?Lt.reduce(function(){var Wt=$(ee().mark(function Ht(ir,Gt){var Ie;return ee().wrap(function(he){for(;;)switch(he.prev=he.next){case 0:if(Ft(typeof Gt=="function"||(0,se.Z)(Gt)==="object"||ze(Gt),"applyPlugins failed, all hooks for key ".concat(rr," must be function, plain object or Promise.")),!ze(ir)){he.next=5;break}return he.next=4,ir;case 4:ir=he.sent;case 5:if(typeof Gt!="function"){he.next=16;break}if(Ie=Gt(ir,rt),!ze(Ie)){he.next=13;break}return he.next=10,Ie;case 10:return he.abrupt("return",he.sent);case 13:return he.abrupt("return",Ie);case 14:he.next=21;break;case 16:if(!ze(Gt)){he.next=20;break}return he.next=19,Gt;case 19:Gt=he.sent;case 20:return he.abrupt("return",(0,Q.Z)((0,Q.Z)({},ir),Gt));case 21:case"end":return he.stop()}},Ht)}));return function(Ht,ir){return Wt.apply(this,arguments)}}(),ze(Me)?Me:Promise.resolve(Me)):Lt.reduce(function(Wt,Ht){return Ft(typeof Ht=="function"||(0,se.Z)(Ht)==="object","applyPlugins failed, all hooks for key ".concat(rr," must be function or plain object.")),typeof Ht=="function"?Ht(Wt,rt):(0,Q.Z)((0,Q.Z)({},Wt),Ht)},Me);case wt.event:return $(ee().mark(function Wt(){var Ht,ir,Gt,Ie;return ee().wrap(function(he){for(;;)switch(he.prev=he.next){case 0:Ht=ie(Lt),he.prev=1,Ht.s();case 3:if((ir=Ht.n()).done){he.next=12;break}if(Gt=ir.value,Ft(typeof Gt=="function","applyPlugins failed, all hooks for key ".concat(rr," must be function.")),Ie=Gt(rt),!(Yt&&ze(Ie))){he.next=10;break}return he.next=10,Ie;case 10:he.next=3;break;case 12:he.next=17;break;case 14:he.prev=14,he.t0=he.catch(1),Ht.e(he.t0);case 17:return he.prev=17,Ht.f(),he.finish(17);case 20:case"end":return he.stop()}},Wt,null,[[1,14,17,20]])}))();case wt.compose:return function(){return tr({fns:Lt.concat(Me),args:rt})()}}}}],[{key:"create",value:function(bt){var rr=new Xe({validKeys:bt.validKeys});return bt.plugins.forEach(function(Jt){rr.register(Jt)}),rr}}]),Xe}(),nt=e(59098);let _t=0,ht=0;function Je(Xe,pt){}function je(Xe){return JSON.stringify(Xe,null,2)}function be(Xe){const pt=Xe.length>1?Xe.map(Le).join(" "):Xe[0];return typeof pt=="object"?`${je(pt)}`:pt.toString()}function Le(Xe){return typeof Xe=="object"?`${JSON.stringify(Xe)}`:Xe.toString()}const Ke={log(...Xe){be(Xe)},info(...Xe){be(Xe)},warn(...Xe){be(Xe)},error(...Xe){be(Xe)},group(){ht++},groupCollapsed(){ht++},groupEnd(){ht&&--ht},clear(){},trace(...Xe){console.trace(...Xe)},profile(...Xe){console.profile(...Xe)},profileEnd(...Xe){console.profileEnd(...Xe)}},He=()=>{}},21384:function(d,_,e){"use strict";e.d(_,{C:function(){return l},S:function(){return i}});var r=e(59301);const i=r.createContext(null),l=r.createContext(()=>{console.error("The 'useAntdConfigSetter()' method depends on the antd 'ConfigProvider', requires one of 'antd.configProvider' / 'antd.dark' / 'antd.compact' to be enabled.")})},55610:function(d,_,e){"use strict";e.d(_,{j:function(){return Lc},Q:function(){return wf}});var r=e(45434),i=e(89880),l=e.n(i),c=e(59301),f=e(76560),o=e(96047),h=Object.defineProperty,u=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,x=Object.prototype.propertyIsEnumerable,p=(T,O,L)=>O in T?h(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,y=(T,O)=>{for(var L in O||(O={}))a.call(O,L)&&p(T,L,O[L]);if(u)for(var L of u(O))x.call(O,L)&&p(T,L,O[L]);return T},b={namespace:"account",state:{basicInfo:void 0,actionTabs:{key:"",params:{}}},effects:{*updateAvatar({payload:T},{call:O,put:L}){return yield O(o.n1,T)},*appplySchool({payload:T},{call:O,put:L}){return yield O(o.bz,T)},*getSchoolOption({payload:T},{call:O,put:L}){return yield O(o.GY,T)},*getDepartmentOption({payload:T},{call:O,put:L}){return yield O(o.Ql,T)},*appplyDepartment({payload:T},{call:O,put:L}){return yield O(o.Zm,T)},*updateAccount({payload:T},{call:O,put:L}){return yield O(o.sG,T)},*cancelRealNameAuth({payload:T},{call:O,put:L}){return yield O(o.P,T)},*cancelProfessionalAuth({payload:T},{call:O,put:L}){return yield O(o.$f,T)},*applyProfessionalAuth({payload:T},{call:O,put:L}){return yield O(o.Ow,T)},*applyRealNameAuth({payload:T},{call:O,put:L}){return yield O(o.ht,T)},*getCode({payload:T},{call:O,put:L}){return yield O(o.Cq,T)},*bindPhone({payload:T},{call:O,put:L}){return yield O(o.eF,T)},*bindEmail({payload:T},{call:O,put:L}){return yield O(o.I8,T)},*updatePassword({payload:T},{call:O,put:L}){return yield O(o.gQ,T)},*unbindAccount({payload:T},{call:O,put:L}){return yield O(o.wi,T)},*getBasicInfo({payload:T},{call:O,put:L}){const ve=yield O(o.o9,T);return yield L({type:"save",payload:{basicInfo:y({},ve)}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:y({},T)}})}},reducers:{save(T,O){return y(y({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},S=e(1754),D=Object.defineProperty,R=Object.getOwnPropertySymbols,A=Object.prototype.hasOwnProperty,P=Object.prototype.propertyIsEnumerable,M=(T,O,L)=>O in T?D(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,B=(T,O)=>{for(var L in O||(O={}))A.call(O,L)&&M(T,L,O[L]);if(R)for(var L of R(O))P.call(O,L)&&M(T,L,O[L]);return T},G={namespace:"announcement",state:{name:"\u666E\u901A\u8BD5\u5377\uFF0C\u968F\u673A\u8BD5\u5377\u8BE6\u60C5\u9875\u9762",loading:!0,actionTabs:{}},effects:{*informDown({payload:T,callback:O},{call:L,put:ve}){return yield L(S.nZ,T)},*informUp({payload:T,callback:O},{call:L,put:ve}){return yield L(S.TO,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:B({},T)}})}},reducers:{save(T,O){return B(B({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},H=e(14794),W=Object.defineProperty,ae=Object.getOwnPropertySymbols,ne=Object.prototype.hasOwnProperty,oe=Object.prototype.propertyIsEnumerable,q=(T,O,L)=>O in T?W(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,J=(T,O)=>{for(var L in O||(O={}))ne.call(O,L)&&q(T,L,O[L]);if(ae)for(var L of ae(O))oe.call(O,L)&&q(T,L,O[L]);return T},se={namespace:"attachment",state:{name:"\u8D44\u6E90",loading:!0,detail:{},actionTabs:{}},effects:{*allAttachment({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(H.SV,T);return yield ve({type:"save",payload:{allList:J({},ke)}}),ke},*mineAttachment({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(H.zI,T);return yield ve({type:"save",payload:{mineList:J({},ke)}}),ke},*fileImport({payload:T,callback:O},{call:L,put:ve}){return yield L(H.tO,T)},*getDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(H.Nm,T);return yield ve({type:"save",payload:{detail:J({},ke)}}),ke},*updateVisits({payload:T,callback:O},{call:L,put:ve}){return yield L(H.H,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:J({},T)}})}},reducers:{save(T,O){return J(J({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},ee=e(74891),Q=Object.defineProperty,le=Object.getOwnPropertySymbols,$=Object.prototype.hasOwnProperty,j=Object.prototype.propertyIsEnumerable,ie=(T,O,L)=>O in T?Q(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,me=(T,O)=>{for(var L in O||(O={}))$.call(O,L)&&ie(T,L,O[L]);if(le)for(var L of le(O))j.call(O,L)&&ie(T,L,O[L]);return T},Oe={namespace:"boards",state:{name:"\u8BA8\u8BBA",loading:!0,actionTabs:{},boardsDetail:{},boardsCategoryList:{}},effects:{*getBoardsCategoryList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ee.yq,T);return yield ve({type:"save",payload:{boardsCategoryList:me({},ke.data)}}),ke.data},*getBoardsDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ee.dI,T);return yield ve({type:"save",payload:{boardsDetail:me({},ke.data)}}),ke.data},*setTopping({payload:T,callback:O},{call:L,put:ve}){return yield L(ee.cc,T)},*escTopping({payload:T,callback:O},{call:L,put:ve}){return yield L(ee.CJ,T)},*getReplyList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ee.PC,T);yield ve({type:"save",payload:{replyList:me({},ke.data)}})},*createReply({payload:T,callback:O},{call:L,put:ve}){return yield L(ee.PP,T)},*replyLike({payload:T,callback:O},{call:L,put:ve}){return yield L(ee.NA,T)},*replyUnLike({payload:T,callback:O},{call:L,put:ve}){return yield L(ee.YQ,T)},*deleteReply({payload:T,callback:O},{call:L,put:ve}){return yield L(ee.Mf,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:me({},T)}})}},reducers:{save(T,O){return me(me({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Ge=e(72664),Ue=Object.defineProperty,Mt=Object.getOwnPropertySymbols,yt=Object.prototype.hasOwnProperty,kt=Object.prototype.propertyIsEnumerable,Zt=(T,O,L)=>O in T?Ue(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ft=(T,O)=>{for(var L in O||(O={}))yt.call(O,L)&&Zt(T,L,O[L]);if(Mt)for(var L of Mt(O))kt.call(O,L)&&Zt(T,L,O[L]);return T},ze={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:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.$Q,T);return yield ve({type:"save",payload:{ScoreRangesData:ke==null?void 0:ke.data}}),ke},*getQuestionResult({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge._U,T);return yield ve({type:"save",payload:{NormalResult:ke}}),ke},*getUserExercise({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.xA,T);return yield ve({type:"save",payload:{userExerciseList:Ft({},(ke==null?void 0:ke.data)||{})}}),console.log("getUserExercise-res:",ke),ke==null?void 0:ke.data},*getExerciseIdentityPhotos({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.J,T);return yield ve({type:"save",payload:{exerciseIdentityPhotos:Ft({},(ke==null?void 0:ke.data)||{})}}),ke==null?void 0:ke.data},*getExerciseExportHeadData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.iw,T);return yield ve({type:"save",payload:{exerciseExportHeadData:Ft({},ke)}}),ke},*getExerciseUserInfo({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.Ty,T);return(ke==null?void 0:ke.status)===0&&(yield ve({type:"save",payload:Ft({},{exerciseUserInfo:Ft({},ke.data)})})),ke},*getExaminationIntelligentSettings({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.sA,T);return yield ve({type:"save",payload:{examinationIntelligentSettings:Ft({},ke)}}),ke},*getRandomEditExercises({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.yu,T);return yield ve({type:"save",payload:{editRandomExercises:Ft({},ke)}}),ke},*getExerciseList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.G$,T);if(ke!=null&&ke.total_exercise_users)try{localStorage.total_exercise_users=JSON.stringify(ke.total_exercise_users)}catch(ln){}return yield ve({type:"save",payload:{exerciseList:Ft({},ke)}}),yield ve({type:"save",payload:{order_type:T.order_type,order:T.order}}),ke},*getExerciseStatistics({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge._u,T);return yield ve({type:"save",payload:{statisticsList:Ft({},ke)}}),ke},*getBrankList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.n$,T);return yield ve({type:"save",payload:{brankList:Ft({},ke)}}),ke},*saveBanks({payload:T,callback:O},{call:L,put:ve}){return yield L(Ge.lf,T)},*getExerciseCourses({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.N3,T);return yield ve({type:"save",payload:{exerciseCoursesList:Ft({},ke)}}),ke},*addExercise({payload:T,callback:O},{call:L,put:ve}){return yield L(Ge.uR,T)},*editExercise({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.qf,T);return yield ve({type:"save",payload:{editData:Ft({},ke)}}),ke},*getTagDiscipline({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.YY,T);return yield ve({type:"save",payload:{tagDisciplineData:Ft({},ke)}}),ke},*editExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(Ge.Di,T)},*addExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(Ge.MK,T)},*exeriseMoveUpDown({payload:T,callback:O},{call:L,put:ve}){return yield L(Ge.GK,T)},*getEndGroups({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.KE,T);return yield ve({type:"save",payload:{endGroups:Ft({},ke)}}),ke},*getPublishGroups({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.ux,T);return yield ve({type:"save",payload:{publishGroups:Ft({},ke)}}),ke},*getCommonHeader({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.UK,T);return yield ve({type:"save",payload:{commonHeader:Ft({},ke)}}),ke},*getReviewExercise({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.BJ,T);return yield ve({type:"save",payload:{reviewExercise:Ft({},ke)}}),ke},*postReviewExercise({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.pu,T);return yield ve({type:"save",payload:{reviewExercise:Ft({},ke)}}),ke},*getCentralizeReviewExercise({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.X4,T);return yield ve({type:"save",payload:{reviewExercise:Ft({},ke)}}),ke},*clearData({payload:T,callback:O},{call:L,put:ve}){yield ve({type:"save",payload:{[T.key]:{}}})},*getReviewGroupExercise({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.W4,T);return yield ve({type:"save",payload:{reviewGroupExercise:Ft({},ke)}}),ke},*getWorkSetting({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.Ul,T);return yield ve({type:"save",payload:{workSetting:Ft({},ke)}}),ke},*getRedoModal({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.tX,T);return yield ve({type:"save",payload:{redoModal:Ft({},ke)}}),ke},*getRedoListModal({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.s,T);return yield ve({type:"save",payload:{redoModal:Ft({},ke)}}),ke},*getCodeReviewDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.Xn,T);return yield ve({type:"save",payload:{codeReviewDetail:Ft({},ke)}}),ke},*changeScore({payload:T,callback:O},{call:L,put:ve}){return yield L(Ge.gG,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ft({},T)}})},*setUpdateIndex({payload:T},{call:O,put:L}){yield L({type:"save",payload:{updateIndex:T==="clear"?null:Math.random()}})},*setSaveExerciseDownUsers({payload:T},{call:O,put:L}){yield L({type:"save",payload:{saveExerciseDownUsers:T}})}},reducers:{save(T,O){return Ft(Ft({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},wt=e(65583),Bt=Object.defineProperty,nt=Object.getOwnPropertySymbols,_t=Object.prototype.hasOwnProperty,ht=Object.prototype.propertyIsEnumerable,Je=(T,O,L)=>O in T?Bt(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,je=(T,O)=>{for(var L in O||(O={}))_t.call(O,L)&&Je(T,L,O[L]);if(nt)for(var L of nt(O))ht.call(O,L)&&Je(T,L,O[L]);return T},Le={namespace:"graduation",state:{name:"\u6BD5\u4E1A\u8BBE\u8BA1",loading:!0,actionTabs:{},detailList:{},detailTaskList:{},replyList:{},detail:{},addTopicData:{},editTopicData:{},editTasksData:{}},effects:{*getTopisDetailList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt.x_,T);return yield ve({type:"save",payload:{detailList:je({},ke)}}),ke},*getTasksListDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt.QA,T);return yield ve({type:"save",payload:{detailTaskList:je({},ke)}}),ke},*getTopisDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt.B6,T);return yield ve({type:"save",payload:{detail:je({},ke)}}),ke},*getTasksDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt.y3,T);return yield ve({type:"save",payload:{tasksDetail:je({},ke)}}),ke},*refuseTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.mM,T)},*agreeTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.je,T)},*getReplyList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt.PC,T);yield ve({type:"save",payload:{replyList:je({},ke)}})},*createReply({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.PP,T)},*replyLike({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.NA,T)},*replyUnLike({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.YQ,T)},*deleteReply({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.Mf,T)},*addTopicDefaultData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt.y0,T);yield ve({type:"save",payload:{addTopicData:je({},ke)}})},*editTopicDefaultData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt.hL,T);return yield ve({type:"save",payload:{editTopicData:je({},ke)}}),ke},*editTasksDefaultData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(wt._n,T);return yield ve({type:"save",payload:{editTasksData:je({},ke)}}),ke},*addTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.Gr,T)},*editTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.wA,T)},*addTasks({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.Sv,T)},*editTasks({payload:T,callback:O},{call:L,put:ve}){return yield L(wt.RP,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:je({},T)}})}},reducers:{save(T,O){return je(je({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Ke=e(89392),He=e(45278),Xe=Object.defineProperty,pt=Object.getOwnPropertySymbols,bt=Object.prototype.hasOwnProperty,rr=Object.prototype.propertyIsEnumerable,Jt=(T,O,L)=>O in T?Xe(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Me=(T,O)=>{for(var L in O||(O={}))bt.call(O,L)&&Jt(T,L,O[L]);if(pt)for(var L of pt(O))rr.call(O,L)&&Jt(T,L,O[L]);return T},Yt={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:T,callback:O},{call:L,put:ve}){const ke=yield L(He.h$,T);try{sessionStorage.all_student_works=JSON.stringify(ke.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(T),localStorage.setItem("all_student_works_param",JSON.stringify(T))}catch(ln){}return yield ve({type:"save",payload:{workList:Me({},ke)}}),ke},*getShixunWorkHeadInfo({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.fK,T);try{}catch(ln){}return yield ve({type:"save",payload:{headerInfo:ke==null?void 0:ke.data}}),ke},*getShixunWorkList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Z8,T);try{sessionStorage.all_student_works=JSON.stringify(ke.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(T),localStorage.setItem("all_student_works_param",JSON.stringify(T))}catch(ln){}return yield ve({type:"save",payload:{shixunWorkList:ke==null?void 0:ke.data,homeworkAssistantPermissions:ke.homework_assistant_permissions,shixunAssistantPermission:ke.shixun_assistant_permission,courseAssistantPermission:ke.course_assistant_permission}}),ke},*getCodeReview({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.RP,T);return yield ve({type:"save",payload:{codeReview:Me({},ke)}}),ke},*getCodeReviewDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Xn,T);return yield ve({type:"save",payload:{codeReviewDetail:Me({},ke)}}),ke},*getWorkDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.to,T);return yield ve({type:"save",payload:{workDetail:Me({},ke)}}),ke},*updateWork({payload:T,callback:O},{call:L,put:ve}){return yield L(He.H,T)},*getShixunWorkReport({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.sw,T);try{ke.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(ln){}return yield ve({type:"save",payload:{shixunWorkReport:Me({},ke)}}),ke},*getShixunWorkReports({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.cz,T);try{ke.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(ln){}return yield ve({type:"save",payload:{shixunWorkReport:Me({},ke)}}),ke},*getWorkSetting({payload:T,callback:O},{call:L,put:ve}){var ke,ln;const Cn=yield L(He.Ul,T);(ke=Cn==null?void 0:Cn.group_settings)==null||ke.map(Fi=>{Fi.value=Fi.group_name,Fi.id=Fi.group_id,Fi.group_id=[Fi.group_id]}),(ln=Cn==null?void 0:Cn.allow_late_settings)==null||ln.map(Fi=>{Fi.value=Fi.group_name,Fi.id=Fi.group_id,Fi.group_id=[Fi.group_id]});const pn={shixun_evaluation:Cn.shixun_evaluation,challenge_settings:Cn.challenge_settings};return yield ve({type:"save",payload:{workSetting:Me({},Cn),changeData:(0,Ke.cloneDeep)(pn)}}),Cn},*updateSetting({payload:T,callback:O},{call:L,put:ve}){return yield L(He.m7,T)},*getCodeReviewCourse({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.JG,T);return yield ve({type:"save",payload:{codeReviewCourse:Me({},ke)}}),ke},*exportShixunWorks({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Dx,T)},*getReferenceAnswer({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Q3,T);return yield ve({type:"save",payload:{referenceAnswer:Me({},ke)}}),ke},*getPublishGroups({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.ux,T);return yield ve({type:"save",payload:{publishGroups:Me({},ke)}}),ke},*getEndGroups({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.KE,T);return yield ve({type:"save",payload:{endGroups:Me({},ke)}}),ke},*getBrankList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.n$,T);return yield ve({type:"save",payload:{brankList:Me({},ke)}}),ke},*changeScore({payload:T,callback:O},{call:L,put:ve}){return yield L(He.gG,T)},*saveBanks({payload:T,callback:O},{call:L,put:ve}){return yield L(He.lf,T)},*addCommonHomeWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Qt,T);return yield ve({type:"save",payload:{commonHomeWorkAddDefaultData:Me({},ke)}}),ke},*getSearchMemberList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Lz,T);return yield ve({type:"save",payload:{searchMemberList:Me({},ke)}}),ke},*getProjectList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.ku,T);return yield ve({type:"save",payload:{searchProjectList:Me({},ke)}}),ke},*addStudentWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.ak,T);return yield ve({type:"save",payload:{studentWorkAddDefaultData:Me({},ke)}}),ke},*editStudentWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.PW,T);return yield ve({type:"save",payload:{studentWorkEditDefaultData:Me({},ke)}}),ke},*editCommonHomeWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.BD,T);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Me({},ke)}}),ke},*editCommonHomeWorkDefaultBankData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.pH,T);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Me({},ke)}}),ke},*getReplyList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.PC,T);yield ve({type:"save",payload:{replyList:Me({},ke)}})},*getStudentWorkDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Hj,T);yield ve({type:"save",payload:{studentWorkDetail:Me({},ke)}})},*getStudentWorkSupplyDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.ub,T);yield ve({type:"save",payload:{studentWorkSupplyDetail:Me({},ke)}})},*getStudentWorkCommon({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.JA,T);yield ve({type:"save",payload:{studentWorkCommon:Me({},ke)}})},*getAllStudentWorks({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.ql,T);return yield ve({type:"save",payload:{allStudentWorks:Me({},ke)}}),ke},*getFileRepeatResult({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.oN,T);return yield ve({type:"save",payload:{codeReview:Me({},ke)}}),ke},*getFileRepeatDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(He.Ti,T);return yield ve({type:"save",payload:{codeReviewDetail:Me({},ke)}}),ke},*createReply({payload:T,callback:O},{call:L,put:ve}){return yield L(He.PP,T)},*replyLike({payload:T,callback:O},{call:L,put:ve}){return yield L(He.NA,T)},*replyUnLike({payload:T,callback:O},{call:L,put:ve}){return yield L(He.YQ,T)},*deleteReply({payload:T,callback:O},{call:L,put:ve}){return yield L(He.Mf,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Me({},T)}})}},reducers:{save(T,O){return Me(Me({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Lt=e(64948),Wt=e(34055),Ht=Object.defineProperty,ir=Object.getOwnPropertySymbols,Gt=Object.prototype.hasOwnProperty,Ie=Object.prototype.propertyIsEnumerable,ce=(T,O,L)=>O in T?Ht(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,he=(T,O)=>{for(var L in O||(O={}))Gt.call(O,L)&&ce(T,L,O[L]);if(ir)for(var L of ir(O))Ie.call(O,L)&&ce(T,L,O[L]);return T},Ce={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:T},{call:O,put:L}){yield O(Lt.gq,T)},*getAssistantPermissions({payload:T},{call:O,put:L}){if(!(0,Wt.eB)())return;const ve=yield O(Lt.rS,T);yield L({type:"save",payload:{AssistantObject:ve.permissions}})},*getAiStatusQuery({payload:T},{call:O,put:L}){const ve=yield O(Lt.LH,T);return yield L({type:"save",payload:{cal_finish_if:ve.cal_finish_if}}),ve},*updateCoursePortraitData({payload:T},{call:O,put:L}){return yield O(Lt.Z_,T)},*getUserPortraitConfig({payload:T},{call:O,put:L}){const ve=yield O(Lt._0,T);return yield L({type:"save",payload:{userPortraitConfig:ve.data}}),ve},*updateUserPortraitConfig({payload:T},{call:O,put:L}){return yield O(Lt.r2,T)},*getClassroom({payload:T},{call:O,put:L}){const ve=T,ke=yield O(Lt.V8,T);return yield L({type:"save",payload:he({listParams:ve},ke)}),ke},*getClassroomTopBanner({payload:T},{call:O,put:L}){const ve=yield O(Lt.U_,T);return yield L({type:"save",payload:{detailTopBanner:ve.status?{copy_completed:!0}:he({},ve)}}),ve.status?{copy_completed:!0}:ve},*getClassroomLeftMenus({payload:T},{call:O,put:L}){const ve=yield O(Lt.w9,T);let ke=[...(ve==null?void 0:ve.course_modules)||[],...(ve==null?void 0:ve.hidden_modules)||[]],ln={};return ke==null||ke.forEach(Cn=>{ln[Cn.type]=Cn.name}),yield L({type:"save",payload:{detailLeftMenus:he({},ve),detailLeftMenusNames:ln}}),ve},*getClassroomShixunsList({payload:T},{call:O,put:L}){const ve=yield O(Lt.Nd,T);yield L({type:"save",payload:{detailShixunsList:he({},ve)}})},*getClassroomTeacherShixunsList({payload:T},{call:O,put:L}){const ve=yield O(Lt.Gk,T);return yield L({type:"save",payload:{detailShixunsList:he({},ve)}}),ve},*getClassroomCommonList({payload:T},{call:O,put:L}){const ve=yield O(Lt.Nd,T);yield L({type:"save",payload:{detailCommonHomeworksList:he({},ve)}})},*getClassroomTeacherCommonList({payload:T},{call:O,put:L}){const ve=yield O(Lt.Gk,T);return yield L({type:"save",payload:{detailCommonHomeworksList:he({},ve)}}),ve},*getClassroomGraduationTopicsList({payload:T},{call:O,put:L}){const ve=yield O(Lt.yV,T);yield L({type:"save",payload:{detailGraduationTopicsList:he({},ve)}})},*getClassroomGraduationTaskList({payload:T},{call:O,put:L}){const ve=yield O(Lt.R2,T);yield L({type:"save",payload:{detailGraduationTaskList:he({},ve)}})},*getClassroomExercisesList({payload:T},{call:O,put:L}){const ve=yield O(Lt.N7,T);yield L({type:"save",payload:{detailExerciseList:he({},ve)}})},*getClassroomPollsList({payload:T},{call:O,put:L}){const ve=yield O(Lt.BR,T);yield L({type:"save",payload:{detailPollsList:he({},ve)}})},*getCourseGroups({payload:T},{call:O,put:L}){const ve=yield O(Lt.qB,T);yield L({type:"save",payload:{courseGroups:he({},ve)}})},*getAllCourseGroup({payload:T},{call:O,put:L}){const ve=yield O(Lt.c_,T);return yield L({type:"save",payload:{allCourseGroups:he({},ve)}}),ve},*getClassroomCommonHomeworksList({payload:T},{call:O,put:L}){const ve=yield O(Lt.Al,T);yield L({type:"save",payload:{detailCommonHomeworksList:he({},ve)}})},*getClassroomAttendancesList({payload:T},{call:O,put:L}){const ve=yield O(Lt.Vw,T);yield L({type:"save",payload:{detailAttendancesList:he({},ve)}})},*getClassroomAttendancesStatistic({payload:T},{call:O,put:L}){const ve=yield O(Lt.Ls,T);yield L({type:"save",payload:{detailAttendancesStatistic:he({},ve)}})},*getAttendanceDetail({payload:T},{call:O,put:L}){const ve=yield O(Lt.zg,T);return yield L({type:"save",payload:{detailAttendancesDetail:he({},ve)}}),ve},*getAnnouncementList({payload:T},{call:O,put:L}){const ve=yield O(Lt.QZ,T);yield L({type:"save",payload:{detailAnnouncementList:he({},ve)}})},*getAttachmentList({payload:T},{call:O,put:L}){const ve=yield O(Lt.KT,T);yield L({type:"save",payload:{detailAttachmentList:he({},ve.data)}})},*getCourseware({payload:T},{call:O,put:L}){const ve=yield O(Lt.ZT,T);yield L({type:"save",payload:{detailCourseware:he({},ve.data)}})},*getVideoList({payload:T},{call:O,put:L}){const ve=yield O(Lt.O3,T);yield L({type:"save",payload:{detailVideoList:he({},ve)}})},*getLiveVideoList({payload:T},{call:O,put:L}){const ve=yield O(Lt.DJ,T);yield L({type:"save",payload:{detailLiveVideoList:he({},ve)}})},*getCoursesMine({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.Ed,T);return yield ve({type:"save",payload:{courseMine:he({},ke)}}),ke.data},*getBoardList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.KP,T);return yield ve({type:"save",payload:{detailBoardList:he({},ke.data)}}),ke.data},*getCourseGroupsList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.kW,T);return yield ve({type:"save",payload:{detailCourseGroupsList:he({},ke)}}),ke},*getCourseStudentsList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.J2,T);return yield ve({type:"save",payload:{detailCoursStudentsList:he({},ke)}}),ke.data},*getCourseStatistics({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.g4,T);return yield ve({type:"save",payload:{detailCourseStatisticsList:he({},ke)}}),ke},*getCourseActscore({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.t1,T);return yield ve({type:"save",payload:{detailCourseActscore:he({},ke)}}),ke},*getCourseWorkscore({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.GV,T);return yield ve({type:"save",payload:{detailCourseWorkscore:he({},ke)}}),ke},*getShixunLists({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.Pj,T);return yield ve({type:"save",payload:{shixunLists:he({},ke)}}),ke},*getExperimentLists({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt._9,T);return yield ve({type:"save",payload:{shixunLists:he({},ke)}}),ke},*getShixunAiRecommendLists({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.Hn,T);return yield ve({type:"save",payload:{shixunAiRecommendLists:he({},ke)}}),ke},*getCoursesLists({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.W7,T);return yield ve({type:"save",payload:{coursesLists:he({},ke)}}),ke},*createCoursesHomework({payload:T,callback:O},{call:L,put:ve}){return yield L(Lt.Ds,T)},*createShixunHomework({payload:T,callback:O},{call:L,put:ve}){return yield L(Lt.aQ,T)},*createExperiment({payload:T,callback:O},{call:L,put:ve}){return yield L(Lt.BQ,T)},*getSchoolList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.K$,T);return yield ve({type:"save",payload:{schoolList:he({},ke.school_names)}}),ke.school_names},*searchSchoolTeacherList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.nQ,T);return yield ve({type:"save",payload:{searchMemberList:he({},ke)}}),ke},*getAllTaskList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.km,T);return yield ve({type:"save",payload:{taskList:[...ke.tasks]}}),ke},*updateTaskPosition({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Lt.U8,T);return yield ve({type:"save",payload:{actionTabs:{key:""}}}),ke},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:he({},T)}})},*setUpdateData({payload:T},{call:O,put:L}){yield L({type:"save",payload:{updateData:T}})}},reducers:{save(T,O){return he(he({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},ft=Object.defineProperty,Kt=Object.getOwnPropertySymbols,Tt=Object.prototype.hasOwnProperty,Pe=Object.prototype.propertyIsEnumerable,At=(T,O,L)=>O in T?ft(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ze=(T,O)=>{for(var L in O||(O={}))Tt.call(O,L)&&At(T,L,O[L]);if(Kt)for(var L of Kt(O))Pe.call(O,L)&&At(T,L,O[L]);return T},gt={namespace:"newClassroom",state:{schoolList:[],searchCourseList:[],actionTabs:{key:"",params:{}}},effects:{*getSchoolList({payload:T},{call:O,put:L}){const ve=yield O(Lt.K$,T);yield L({type:"save",payload:{schoolList:(ve==null?void 0:ve.school_names)||[]}})},*getSearchCourseList({payload:T},{call:O,put:L}){const ve=yield O(Lt.oM,T);yield L({type:"save",payload:{searchCourseList:(ve==null?void 0:ve.course_lists)||[]}})},*submitCourses({payload:T},{call:O,put:L}){return yield O(Lt.Bn,T)},*appplySchool({payload:T},{call:O,put:L}){return yield O(Lt.bz,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ze({},T)}})},*joincoursegroup({payload:T},{call:O,put:L}){return yield O(Lt.WK,T)}},reducers:{save(T,O){return Ze(Ze({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Rt=Object.defineProperty,Fe=Object.getOwnPropertySymbols,Tr=Object.prototype.hasOwnProperty,Ct=Object.prototype.propertyIsEnumerable,Kr=(T,O,L)=>O in T?Rt(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,tn=(T,O)=>{for(var L in O||(O={}))Tr.call(O,L)&&Kr(T,L,O[L]);if(Fe)for(var L of Fe(O))Ct.call(O,L)&&Kr(T,L,O[L]);return T},Lr={namespace:"classroomsOverview",state:{},effects:{*getCourseUseInfos({payload:T},{call:O,put:L}){const ve=yield O(Lt.Dd,T);yield L({type:"save",payload:{CourseUseInfos:ve}})},*getRankList({payload:T},{call:O,put:L}){const ve=yield O(Lt.Fg,T);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:T},{call:O,put:L}){const ve=yield O(Lt.Gz,T);yield L({type:"save",payload:{SBody:ve}})},*getStatisticsHeader({payload:T},{call:O,put:L}){const ve=yield O(Lt.Hl,T);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(T,O){return tn(tn({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},vr=e(79763),$r=Object.defineProperty,sn=Object.getOwnPropertySymbols,hn=Object.prototype.hasOwnProperty,Xt=Object.prototype.propertyIsEnumerable,vt=(T,O,L)=>O in T?$r(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ot=(T,O)=>{for(var L in O||(O={}))hn.call(O,L)&&vt(T,L,O[L]);if(sn)for(var L of sn(O))Xt.call(O,L)&&vt(T,L,O[L]);return T},Nt={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:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.s3,T);return yield ve({type:"save",payload:{pollsList:ot({},ke)}}),ke},*getCommonHeader({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.UK,T);return yield ve({type:"save",payload:{commonHeader:ot({},ke)}}),ke},*getPollsStatistics({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.Qn,T);return yield ve({type:"save",payload:{statisticsList:ot({},ke)}}),ke},*getBrankList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.n$,T);return yield ve({type:"save",payload:{brankList:ot({},ke)}}),ke},*saveBanks({payload:T,callback:O},{call:L,put:ve}){return yield L(vr.lf,T)},*getPollsCourses({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.Q9,T);return yield ve({type:"save",payload:{pollsCoursesList:ot({},ke)}}),ke},*getPollsSetting({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.Hi,T);return yield ve({type:"save",payload:{pollSetting:ot({},ke)}}),ke},*editPolls({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.Ye,T);return yield ve({type:"save",payload:{editData:ot({},JSON.parse(JSON.stringify(ke)))}}),ke},*getEndGroups({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.KE,T);return yield ve({type:"save",payload:{endGroups:ot({},ke)}}),ke},*getPublishGroups({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.ux,T);return yield ve({type:"save",payload:{publishGroups:ot({},ke)}}),ke},*getExerciseBanks({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(vr.kp,T);return yield ve({type:"save",payload:{exerciseBanks:ot({},ke)}}),ke},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:ot({},T)}})}},reducers:{save(T,O){return ot(ot({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},br=e(92982),_r=Object.defineProperty,Jr=Object.getOwnPropertySymbols,zr=Object.prototype.hasOwnProperty,xn=Object.prototype.propertyIsEnumerable,Et=(T,O,L)=>O in T?_r(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Dr=(T,O)=>{for(var L in O||(O={}))zr.call(O,L)&&Et(T,L,O[L]);if(Jr)for(var L of Jr(O))xn.call(O,L)&&Et(T,L,O[L]);return T},Qn={namespace:"teachers",state:{list:{},applyList:{},allCourseGroups:{},graduationGroupList:{},studentsList:{},actionTabs:{key:"",params:{}},updateIndex:1},effects:{*getList({payload:T},{call:O,put:L}){var ve;const ke=yield O(br.gp,T);return(ve=ke==null?void 0:ke.teacher_list)==null||ve.map(ln=>(ln.key=ln.course_member_id,ln)),yield L({type:"save",payload:{list:ke}}),ke},*getStudentsList({payload:T},{call:O,put:L}){var ve;const ke=yield O(br.ur,T);return(ve=ke==null?void 0:ke.students)==null||ve.map(ln=>(ln.key=ln.user_id,ln)),yield L({type:"save",payload:{studentsList:ke}}),ke},*getApplyList({payload:T},{call:O,put:L}){const ve=yield O(br.s,T);return yield L({type:"save",payload:{applyList:ve}}),ve},*getAllCourseGroups({payload:T},{call:O,put:L}){const ve=yield O(br.xV,T);return yield L({type:"save",payload:{allCourseGroups:ve}}),ve},*getGraduationGroupList({payload:T},{call:O,put:L}){const ve=yield O(br.Bg,T);return yield L({type:"save",payload:{graduationGroupList:ve}}),ve},*setAllCourseGroups({payload:T},{call:O,put:L}){const ve=yield O(br.oZ,T);return yield L({type:"save",payload:{setAllCourseGroups:ve}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Dr({},T)}})},*setUpdateIndex({payload:T},{call:O,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})}},reducers:{save(T,O){return Dr(Dr({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Nn=e(80541),ti=Object.defineProperty,Tn=Object.getOwnPropertySymbols,Ai=Object.prototype.hasOwnProperty,ri=Object.prototype.propertyIsEnumerable,Ci=(T,O,L)=>O in T?ti(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Qi=(T,O)=>{for(var L in O||(O={}))Ai.call(O,L)&&Ci(T,L,O[L]);if(Tn)for(var L of Tn(O))ri.call(O,L)&&Ci(T,L,O[L]);return T},Ca={namespace:"video",state:{name:"\u8D44\u6E90",loading:!0,actionTabs:{},videoStatisticsList:{},newVideoStatisticsList:{},videoDurationStatics:{},StudentvideoStatistics:{},videoPeopleStatics:{},videoStatistics:{},oneVideoStatisticsList:{}},effects:{*getVideoStatisticsList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.BQ,T);return yield ve({type:"save",payload:{videoStatisticsList:Qi({},ke)}}),ke},*getNewVideoStatisticsList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.cU,T);return yield ve({type:"save",payload:{newVideoStatisticsList:Qi({},ke)}}),ke},*getVideoPeopleStatics({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.Zx,T);return yield ve({type:"save",payload:{videoPeopleStatics:Qi({},ke)}}),ke},*getVideoDurationStatics({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.Mz,T);return yield ve({type:"save",payload:{videoDurationStatics:Qi({},ke)}}),ke},*getVideoStatistics({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.ZY,T);return yield ve({type:"save",payload:{videoStatistics:Qi({},ke)}}),ke},*getOneVideoStatisticsList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.cU,T);return yield ve({type:"save",payload:{oneVideoStatisticsList:Qi({},ke)}}),ke},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Qi({},T)}})},*getStudentVideoStatisticsList({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.Vg,T);return yield ve({type:"save",payload:{StudentvideoStatistics:Qi({},ke)}}),ke}},reducers:{save(T,O){return Qi(Qi({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},ui=e(65906),ca=Object.defineProperty,Ta=Object.getOwnPropertySymbols,St=Object.prototype.hasOwnProperty,ga=Object.prototype.propertyIsEnumerable,oa=(T,O,L)=>O in T?ca(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,gi=(T,O)=>{for(var L in O||(O={}))St.call(O,L)&&oa(T,L,O[L]);if(Ta)for(var L of Ta(O))ga.call(O,L)&&oa(T,L,O[L]);return T},Ei={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:T,callback:O},{call:L,put:ve}){return yield L(ui.cC,T)},*getGuides({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.Ax,T);return yield ve({type:"save",payload:{GuidesData:ke}}),ke},*getWorkSubmitUpdateRes({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.zF,T)},*getList({payload:T},{call:O,put:L}){const ve=T,ke=yield O(ui.bQ,T);return yield L({type:"save",payload:gi({listParams:ve},ke)}),ke},*getMemberWorks({payload:T},{call:O,put:L}){const ve=yield O(ui.xx,T);return yield L({type:"save",payload:{MemberWorks:ve||{}}}),ve},*addApplytojoincourse({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.qS,T)},*competitionTeams({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.Pt,T)},*getStaff({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.Dh,T);return yield ve({type:"save",payload:{Staff:ke}}),ke},*getHeader({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.Pg,T);return yield ve({type:"save",payload:{Header:ke}}),ke},*getItem({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.rV,T);return yield ve({type:"save",payload:{RightItems:ke}}),ke},*updateMdContent({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.zj,T)},*getTeamList({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.aq,T)},*getTeamDetail({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.Ze,T)},*UpTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.yS,T)},*DeleteTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.ps,T)},*ExitTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.vV,T)},*AddTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.FU,T)},*AddPersonnel({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.R9,T)},*JoinTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.zc,T)},*getTeacher({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.jS,T)},*getStudents({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.sK,T)},*SubmitTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.rm,T)},*Reward({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.Qp,T)},*ChartRules({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.Ux,T)},*Charts({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.GQ,T)},*TabResults({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.ml,T);return yield ve({type:"save",payload:{TabResultList:ke}}),ke},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:gi({},T)}})},*Results({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.u9,T)},*Prize({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.pU,T);return yield ve({type:"save",payload:{Prizes:ke}}),ke},*Accounts({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.XJ,T);return yield ve({type:"save",payload:{Account:ke}}),ke},*getVerification({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.Ni,T)},*PhoneBind({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.uZ,T)},*EmailBind({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.rk,T)},*Authentication({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.Vy,T)},*Professional({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.tC,T)},*setleader({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.tO,T)},*getShixun({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.qj,T)},*getCourse({payload:T,callback:O},{call:L,put:ve}){return yield L(ui.XR,T)},*competition_teams({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.zz,T);return yield ve({type:"save",payload:{competition_team:ke}}),ke},*all_team_members({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ui.$P,T);return yield ve({type:"save",payload:{all_team_member:ke}}),ke}},reducers:{save(T,O){return gi(gi({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},ci=e(83325),On=e(97760),Ee=Object.defineProperty,ut=Object.defineProperties,tt=Object.getOwnPropertyDescriptors,Ot=Object.getOwnPropertySymbols,dt=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,cr=(T,O,L)=>O in T?Ee(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ar=(T,O)=>{for(var L in O||(O={}))dt.call(O,L)&&cr(T,L,O[L]);if(Ot)for(var L of Ot(O))lr.call(O,L)&&cr(T,L,O[L]);return T},Nr=(T,O)=>ut(T,tt(O)),et={namespace:"engineeringEvaluteDetail",state:{classDataSource:{active:null,dataList:[]},actionTabs:{key:"",params:{}},name:"",headerData:{dataSource:{[On.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${On.k[0]}`,loading:"engineeringEvaluteDetail/getMajorList",dataList:[]},[On.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${On.k[1]}`,loading:"engineeringEvaluteDetail/getYearList",dataList:[]}},active:{}},tabListData:[],echartsData:{barData:{name:"",dataSource:{xData:[],yBarData:[],yLineData:[]}},lineData:{name:"",xData:[],seriesData:[]},scatterData:{}}},effects:{*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ar({},T)}})},*getMajorList({payload:T},{call:O,put:L,select:ve}){const{userInfo:ke}=yield ve(ln=>ln.user);if(ke!=null&&ke.school_id){const ln=yield O(ci.BA,ke.school_id);ln&&ln.data&&(yield L({type:"setMajorOrYearDataSource",payload:{key:On.k[0],value:ln.data.map(Cn=>({label:Cn.name,value:Cn.ec_major_school_id}))}}))}},*getYearList({payload:T},{call:O,put:L}){const ve=yield O(ci.Nx,T);ve&&ve.data&&(yield L({type:"setMajorOrYearDataSource",payload:{key:On.k[1],value:ve.data.map(ke=>({label:ke.year,value:ke.ec_year_id}))}}))},*getCourseResultDetail({payload:T},{call:O,put:L}){console.log(T,"payload");const ve=yield O(ci.p1,T);ve&&ve.ec_course_target&&(yield L({type:"setEchartsData",payload:ve}))},*getCourseResultDetailClass({payload:T},{call:O,put:L}){const ve=yield O(ci.ff,T);ve&&ve.class_name&&(yield L({type:"save",payload:{classDataSource:{active:null,dataList:[...ve.class_name]}}}))},*setClassActive({payload:T},{call:O,put:L}){yield L({type:"save",payload:{classDataSource:Ar({},T)}})}},reducers:{save(T,O){return Ar(Ar({},T),O.payload)},setMajorOrYearDataSource(T,{payload:O}){return Nr(Ar({},T),{headerData:Nr(Ar({},T.headerData),{dataSource:Nr(Ar({},T.headerData.dataSource),{[O.key]:Nr(Ar({},T.headerData.dataSource[O.key]),{dataList:O.value})})})})},setMajorOrYearActive(T,{payload:O}){return Nr(Ar({},T),{headerData:Nr(Ar({},T.headerData),{active:Nr(Ar({},T.headerData.active),{[O.key]:O.value})})})},setEchartsData(T,{payload:O}){let L={name:O.course_name||"",dataSource:{xData:[],yBarData:[],yLineData:[]}},ve={name:O.course_name||"",xData:[],seriesData:[]},ke={};return O.ec_course_target.forEach((ln,Cn)=>{ln.position=Cn+1,L=Nr(Ar({},L),{dataSource:{xData:[...L.dataSource.xData,Cn+1],yBarData:[...L.dataSource.yBarData,ln.actual_grade],yLineData:[...L.dataSource.yLineData,ln.standard_grade]}});let pn=[],Fi={min:[],max:[]},Ha=[],Ga=[],zo=[];ln.student_data.detail.forEach((Ss,Ks)=>{let $s=Ss.score;pn.push(Ks+1),Fi.max.push($s>=ln.student_data.goal_score?$s:null),Fi.min.push($s>=ln.student_data.goal_score?null:$s),Ha.push(Ss.name),Ga.push(Ss.student_id),zo.push(Ss.clazz)}),ke[Cn+1]={name:Cn+1,average_score:ln.student_data.average_score,goal_score:ln.student_data.goal_score,xData:pn,yData:Fi,name_data:Ha,student_ids:Ga,class_data:zo,goal_scoreData:new Array(ln.student_data.detail.length).fill(ln.student_data.goal_score),average_scoreData:new Array(ln.student_data.detail.length).fill(ln.student_data.average_score)}}),O.history.forEach(ln=>{ve=Nr(Ar({},ve),{xData:[...ve.xData,ln.year],seriesData:[...ve.seriesData,ln.total_score]})}),Nr(Ar({},T),{name:O.course_name||"",tabListData:O.ec_course_target,echartsData:{barData:L,lineData:ve,scatterData:ke}})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},ye=Object.defineProperty,it=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,xr=Object.prototype.propertyIsEnumerable,Or=(T,O,L)=>O in T?ye(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Cr=(T,O)=>{for(var L in O||(O={}))sr.call(O,L)&&Or(T,L,O[L]);if(it)for(var L of it(O))xr.call(O,L)&&Or(T,L,O[L]);return T},bn={namespace:"engineering",state:{showMenu:!0,matrixVerify:{key:!1,params:{}},actionTabs:{key:"",params:{}}},effects:{*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Cr({},T)}})},*setShowMenu({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showMenu:T}})},*setMatrixVerify({payload:T},{call:O,put:L}){yield L({type:"save",payload:{matrixVerify:Cr({},T)}})}},reducers:{save(T,O){return Cr(Cr({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},wr=e(56854),fn=Object.defineProperty,nn=Object.defineProperties,cn=Object.getOwnPropertyDescriptors,Pn=Object.getOwnPropertySymbols,Pa=Object.prototype.hasOwnProperty,Li=Object.prototype.propertyIsEnumerable,vi=(T,O,L)=>O in T?fn(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,yn=(T,O)=>{for(var L in O||(O={}))Pa.call(O,L)&&vi(T,L,O[L]);if(Pn)for(var L of Pn(O))Li.call(O,L)&&vi(T,L,O[L]);return T},fi=(T,O)=>nn(T,cn(O)),ya={namespace:"engineeringNavigtion",state:{actionTabs:{key:"",params:{}},headerData:{title:"\u8BA4\u8BC1\u5BFC\u822A",dataSource:{[On.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${On.k[0]}`,loading:"engineeringNavigtion/getMajorList",dataList:[]},[On.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${On.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:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:yn({},T)}})},*getMajorList({},{call:T,put:O,select:L}){const{userInfo:ve}=yield L(ke=>ke.user);if(ve!=null&&ve.school_id){const ke=yield T(ci.BA,ve.school_id);if(ke&&ke.data){const ln=wr.U.getItem(ve==null?void 0:ve.login);yield O({type:"setMajorOrYearDataSource",payload:{key:On.k[0],value:ke.data.map(Cn=>({label:Cn.name,value:Cn.ec_major_school_id})),active:ke.data.length>0?ln[0]||ke.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:T},{call:O,put:L,select:ve}){const ke=yield O(ci.Nx,T.id),{userInfo:ln}=yield ve(Cn=>Cn.user);if(ke&&ke.data){const Cn=wr.U.getItem(ln==null?void 0:ln.login);yield L({type:"setMajorOrYearDataSource",payload:{key:On.k[1],value:ke.data.map(pn=>({label:pn.year,value:pn.ec_year_id})),active:ke.data.length>0?T.firstEnter?Cn[1]:ke.data[0].ec_year_id:void 0}})}},*getTopPage({},{call:T,put:O,select:L}){const{headerData:ve}=yield L(Cn=>Cn.engineeringNavigtion),{userInfo:ke}=yield L(Cn=>Cn.user);let ln={};if(ve.active[On.k[1]]&&ke.school_id){const Cn=[ve.active[On.k[0]],ve.active[On.k[1]]];wr.U.setItem(ke==null?void 0:ke.login,Cn);const pn=yield T(ci.bA,{ec_year_id:ve.active[On.k[1]],school_id:ke.school_id});pn&&pn.data&&(ln=pn.data),yield O({type:"setTopPage",payload:ln})}},*putTopPageName({payload:T,callback:O},{call:L,put:ve}){try{const ke=yield L(ci.ay,T);O(ke)}catch(ke){let ln="";ke&&(ln=JSON.stringify(ke),ke.message&&(ln=ke.message)),O({message:ln,status:999})}}},reducers:{save(T,O){return yn(yn({},T),O.payload)},setMajorOrYearDataSource(T,{payload:O}){let L=T.headerData.active;return O.active&&(L=fi(yn({},L),{[O.key]:O.active})),fi(yn({},T),{headerData:fi(yn({},T.headerData),{dataSource:fi(yn({},T.headerData.dataSource),{[O.key]:fi(yn({},T.headerData.dataSource[O.key]),{dataList:O.value})}),active:L})})},setMajorOrYearActive(T,{payload:O}){return fi(yn({},T),{headerData:fi(yn({},T.headerData),{active:fi(yn({},T.headerData.active),{[O.key]:O.value})})})},setTopPage(T,{payload:O}){return fi(yn({},T),{headerData:fi(yn({},T.headerData),{name:O.name,tabBarContent:{user_name:O.user_name,user_school:O.user_school,user_type:O.user_type}}),cardListData:fi(yn({},T.cardListData),{appraiseData:fi(yn({},T.cardListData.appraiseData),{norm:fi(yn({},T.cardListData.appraiseData.norm),{result:O.graduaiton_result,listData:T.cardListData.appraiseData.norm.listData.map(L=>fi(yn({},L),{value:O[L.key]||0}))}),course:fi(yn({},T.cardListData.appraiseData.course),{result:O.course_result,listData:T.cardListData.appraiseData.course.listData.map(L=>fi(yn({},L),{value:O[L.key]||0}))})}),teamData:{teach:fi(yn({},T.cardListData.teamData.teach),{tabBarContent:`${O.course_teachers?O.course_teachers.length:0}\u4EBA`,listData:O.course_teachers||[]}),work:fi(yn({},T.cardListData.teamData.work),{tabBarContent:`${O.work_teachers?O.work_teachers.length:0}\u4EBA`,listData:O.work_teachers||[]})}}),totalListData:T.totalListData.map(L=>fi(yn({},L),{value:O[L.key]||0}))})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Vs=Object.defineProperty,ba=Object.defineProperties,Fs=Object.getOwnPropertyDescriptors,Ys=Object.getOwnPropertySymbols,es=Object.prototype.hasOwnProperty,Ws=Object.prototype.propertyIsEnumerable,qn=(T,O,L)=>O in T?Vs(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Es=(T,O)=>{for(var L in O||(O={}))es.call(O,L)&&qn(T,L,O[L]);if(Ys)for(var L of Ys(O))Ws.call(O,L)&&qn(T,L,O[L]);return T},fs=(T,O)=>ba(T,Fs(O)),Yi={namespace:"engineeringNormDetail",state:{actionTabs:{key:"",params:{}},dataSource:{name:"",goal_value:0,actual_value:0,subitems:[]}},effects:{*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Es({},T)}})},*getGraduationResultDetail({payload:T},{call:O,put:L}){const ve=yield O(ci.gq,T);yield L({type:"save",payload:{dataSource:ve}})}},reducers:{save(T,O){return Es(Es({},T),O.payload)},setDataSource(T,{payload:O}){let L=O;return fs(Es({},T),{dataSource:L})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Bs=e(8591),Ko=Object.defineProperty,Va=Object.defineProperties,ha=Object.getOwnPropertyDescriptors,is=Object.getOwnPropertySymbols,vo=Object.prototype.hasOwnProperty,jn=Object.prototype.propertyIsEnumerable,ts=(T,O,L)=>O in T?Ko(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ps=(T,O)=>{for(var L in O||(O={}))vo.call(O,L)&&ts(T,L,O[L]);if(is)for(var L of is(O))jn.call(O,L)&&ts(T,L,O[L]);return T},Is=(T,O)=>Va(T,ha(O)),Wi=(T,O)=>{var L={};for(var ve in T)vo.call(T,ve)&&O.indexOf(ve)<0&&(L[ve]=T[ve]);if(T!=null&&is)for(var ve of is(T))O.indexOf(ve)<0&&jn.call(T,ve)&&(L[ve]=T[ve]);return L},Wa={namespace:"engineeringNormList",state:{actionTabs:{key:"",params:{}},headerData:{dataSource:{[On.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${On.k[0]}`,loading:"engineeringNormList/getMajorList",dataList:[]},[On.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${On.k[1]}`,loading:"engineeringNormList/getYearList",dataList:[]}},active:{}},tabListData:[],expandedRowKeys:[],all_goal_value:""},effects:{*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ps({},T)}})},*getMajorList({},{call:T,put:O,select:L}){const{userInfo:ve}=yield L(ke=>ke.user);if(ve!=null&&ve.school_id){const ke=yield T(ci.BA,ve.school_id);if(ke&&ke.data){const ln=wr.U.getItem(ve==null?void 0:ve.login);yield O({type:"setMajorOrYearDataSource",payload:{key:On.k[0],value:ke.data.map(Cn=>({label:Cn.name,value:Cn.ec_major_school_id})),active:ke.data.length>0?ln[0]||ke.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:T},{call:O,put:L,select:ve}){const ke=yield O(ci.Nx,T.id),{userInfo:ln}=yield ve(Cn=>Cn.user);if(ke&&ke.data){const Cn=wr.U.getItem(ln==null?void 0:ln.login);yield L({type:"setMajorOrYearDataSource",payload:{key:On.k[1],value:ke.data.map(pn=>({label:pn.year,value:pn.ec_year_id})),active:ke.data.length>0?T.firstEnter?Cn[1]:ke.data[0].ec_year_id:void 0}})}},*getGraduationResults({},{call:T,put:O,select:L}){const{headerData:ve}=yield L(Ha=>Ha.engineeringNormList),{userInfo:ke}=yield L(Ha=>Ha.user);let ln=[],Cn=[],pn="";const Fi=ve.active[On.k[1]];if(Fi){const Ha=[ve.active[On.k[0]],ve.active[On.k[1]]];wr.U.setItem(ke==null?void 0:ke.login,Ha);const Ga=yield T(ci.eM,Fi);Ga&&Ga.graduation_requirements&&(pn=Ga.all_goal_value||"",ln=Ga.graduation_requirements.map(zo=>{var Ss=zo,{subitems:Ks}=Ss,$s=Wi(Ss,["subitems"]);return Cn.push($s.id),Is(Ps({},$s),{children:Ks})}))}yield O({type:"save",payload:{tabListData:ln,all_goal_value:pn,expandedRowKeys:Cn}})},*exportGraduation({},{call:T,select:O}){const{headerData:L}=yield O(ve=>ve.engineeringNormList);L.active[On.k[1]]&&(yield T(ci.OE,L.active[On.k[1]]))},*compute({payload:T},{call:O,put:L}){const ve=T,{all:ke}=ve,ln=Wi(ve,["all"]),Cn=yield O(ke?ci.Qx:ci.Xl,ln);Cn&&Cn.status===0?(Bs.ZP.success("\u8BA1\u7B97\u5B8C\u6210"),yield L({type:"getGraduationResults"})):Bs.ZP.error(Cn.message)},*getFormulas({callback:T},{call:O,select:L}){const{headerData:ve}=yield L(ke=>ke.engineeringNormList);if(ve.active[On.k[1]]){const ke=yield O(ci.mK,ve.active[On.k[1]]);T(ke)}},*setFormulas({payload:T,callback:O},{call:L}){const ve=yield L(ci.y9,T);O(ve)},*putGoalValue({payload:T},{call:O,put:L}){const ve=yield O(ci.No,T);if(ve&&ve.status===0)Bs.ZP.success("\u4FDD\u5B58\u6210\u529F"),yield L({type:"save",payload:{actionTabs:{key:"",params:{}}}}),yield L({type:"getGraduationResults"});else{let ke="\u4FDD\u5B58\u5931\u8D25";ve&&ve.message&&(ke=ve.message),Bs.ZP.error(ke)}}},reducers:{save(T,O){return Ps(Ps({},T),O.payload)},setMajorOrYearDataSource(T,{payload:O}){let L=T.headerData.active;return O.active&&(L=Is(Ps({},L),{[O.key]:O.active})),Is(Ps({},T),{headerData:Is(Ps({},T.headerData),{dataSource:Is(Ps({},T.headerData.dataSource),{[O.key]:Is(Ps({},T.headerData.dataSource[O.key]),{dataList:O.value})}),active:L})})},setMajorOrYearActive(T,{payload:O}){return Is(Ps({},T),{headerData:Is(Ps({},T.headerData),{active:Is(Ps({},T.headerData.active),{[O.key]:O.value})})})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Rs=e(14195),_o=Object.defineProperty,$o=Object.getOwnPropertySymbols,Vo=Object.prototype.hasOwnProperty,Yo=Object.prototype.propertyIsEnumerable,rs=(T,O,L)=>O in T?_o(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,_s=(T,O)=>{for(var L in O||(O={}))Vo.call(O,L)&&rs(T,L,O[L]);if($o)for(var L of $o(O))Yo.call(O,L)&&rs(T,L,O[L]);return T},Zo={namespace:"forumsDetail",state:{forumsDetailData:{}},effects:{*getForumsDetailData({payload:T},{call:O,put:L}){const ve=yield O(Rs.Si,T);return yield L({type:"save",payload:{forumsDetailData:_s({},ve)}}),ve},*setForumsDetailData({payload:T},{call:O,put:L}){yield L({type:"save",payload:{forumsDetailData:_s({},T)}})}},reducers:{save(T,O){return _s(_s({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Lo=Object.defineProperty,Xo=Object.getOwnPropertySymbols,yi=Object.prototype.hasOwnProperty,hi=Object.prototype.propertyIsEnumerable,as=(T,O,L)=>O in T?Lo(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ds=(T,O)=>{for(var L in O||(O={}))yi.call(O,L)&&as(T,L,O[L]);if(Xo)for(var L of Xo(O))hi.call(O,L)&&as(T,L,O[L]);return T},go={namespace:"forumsList",state:{forumsData:{},listParams:{page:1,order:"updated_at"}},effects:{*getForumsData({payload:T},{call:O,put:L}){const ve=yield O(T.memoType==="shixun_discuss"?Rs.kd:Rs.bc,T);return delete T.memoType,yield L({type:"save",payload:{listParams:T,forumsData:ds({},ve)}}),ve}},reducers:{save(T,O){return ds(ds({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Wo=e(92890),du=e(90524),Ls=e(28209),tu=e.n(Ls),hu=Object.defineProperty,Iu=Object.getOwnPropertySymbols,Mo=Object.prototype.hasOwnProperty,Ju=Object.prototype.propertyIsEnumerable,Fo=(T,O,L)=>O in T?hu(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,mo=(T,O)=>{for(var L in O||(O={}))Mo.call(O,L)&&Fo(T,L,O[L]);if(Iu)for(var L of Iu(O))Ju.call(O,L)&&Fo(T,L,O[L]);return T},Bu={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:T},{call:O,put:L}){var ve,ke;const ln=yield O(Wo.D2,T);du.Z.ONLYOFFICE=(ve=ln==null?void 0:ln.setting)==null?void 0:ve.office_server_url,Do(ln);try{const Fi="5183666c72eec9e4",Ha="5183666c72eec9e4";var Cn=tu().enc.Utf8.parse(Fi);let Ga=tu().enc.Utf8.parse(Ha);var pn=tu().AES.decrypt(((ke=ln==null?void 0:ln.setting)==null?void 0:ke.user_default_password)||"",Cn,{iv:Ga,mode:tu().mode.CBC});ln.setting.user_default_password=pn.toString(tu().enc.Utf8)}catch(Fi){}yield L({type:"save",payload:mo({},ln)})},*getSystemUpdate({payload:T},{call:O,put:L}){const ve=yield O(Wo.n0,T);yield L({type:"save",payload:{updateData:mo({},ve)}})},*setTheme({payload:T},{call:O,put:L}){const ve=yield O(Wo.n0,T);yield L({type:"save",payload:{theme:T||"default"}})},*setShareData({payload:T},{call:O,put:L}){yield L({type:"save",payload:{shareData:T}})},*setGlobalLoading({payload:T},{call:O,put:L}){yield L({type:"save",payload:{globalLoading:mo({},T)}})},*delayTipToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showTip:T}})},*headerToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showHeader:T}})},*footerToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showFooter:T}})},*headerFooterToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showHeaderFooter:T}})},*delayTipToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showTip:T}})},*headerFixedToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showHeaderFixed:T}})},*onlyShowBackTopToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{onlyShowBackTop:T}})},*onlyShowBackTopIconToggle({payload:T},{call:O,put:L}){yield L({type:"save",payload:{onlyShowBackTopIcons:T}})},*setOperateModel({payload:T},{call:O,put:L}){yield L({type:"save",payload:{operateModel:T}})},*setOperateModelPath({payload:T},{call:O,put:L}){yield L({type:"save",payload:{operateModelPath:T}})},*setShowQuestionBackTop({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showQuestionBackTop:T}})},*setInfoData({payload:T},{call:O,put:L}){yield L({type:"save",payload:{infoData:mo({},T)}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:mo({},T)}})}},reducers:{save(T,O){return mo(mo({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{})}}};const Do=(T={})=>{var O,L,ve,ke,ln;if(window.self!==window.top||!((O=T.setting)!=null&&O.tab_logo_url))return;const Cn=document.createElement("link"),pn=document.getElementById("dynamic-favicon");Cn.id="dynamic-favicon",Cn.rel="shortcut icon",Cn.href=(L=T.setting)!=null&&L.tab_logo_url?`${du.Z.IMG_SERVER}/${(ve=T.setting)==null?void 0:ve.tab_logo_url}`:"",pn&&document.head.removeChild(pn),document.head.appendChild(Cn);try{(ke=T.setting)!=null&&ke.main_site||(document.querySelector('meta[name="keywords"]').content=(ln=T.setting)==null?void 0:ln.name,document.querySelector('meta[name="description"]').remove())}catch(Fi){}};var Bo=e(86645),Ou=Object.defineProperty,Qo=Object.getOwnPropertySymbols,ru=Object.prototype.hasOwnProperty,Os=Object.prototype.propertyIsEnumerable,Ho=(T,O,L)=>O in T?Ou(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Nu=(T,O)=>{for(var L in O||(O={}))ru.call(O,L)&&Ho(T,L,O[L]);if(Qo)for(var L of Qo(O))Os.call(O,L)&&Ho(T,L,O[L]);return T},hr={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:T},{call:O,put:L}){return yield O(Bo.Xh,T)},*getGraduationsFinalScore({payload:T},{call:O,put:L}){return yield O(Bo.H3,T)},*getDelGraduationsTasks({payload:T},{call:O,put:L}){return yield O(Bo.km,T)},*getGraduationsTasks({payload:T},{call:O,put:L}){const ve=yield O(Bo.Xw,T);yield L({type:"save",payload:{Tasks:ve}})},*getGraduationsTeachers({payload:T},{call:O,put:L}){var ve;const ke=yield O(Bo.AA,T);return(ve=ke==null?void 0:ke.data)==null||ve.map(ln=>(ln.key=ln.id,ln)),yield L({type:"save",payload:{teachers:ke}}),ke},*getGraduationsStudents({payload:T},{call:O,put:L}){var ve;const ke=yield O(Bo.eh,T);(ve=ke==null?void 0:ke.data)==null||ve.map(ln=>(ln.key=ln.id,ln)),yield L({type:"save",payload:{students:ke}})},*getGraduationsNotices({payload:T},{call:O,put:L}){const ve=yield O(Bo.Rk,T);yield L({type:"save",payload:{Notices:ve}})},*getGraduationsInfo({payload:T},{call:O,put:L}){const ve=yield O(Bo.F7,T);yield L({type:"save",payload:{graduation:ve.graduation}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Nu({},T)}})},*setUpdateIndex({payload:T},{call:O,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})},*getGraduationsDetails({payload:T},{call:O,put:L}){const ve=yield O(Bo.Ou,T);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(T,O){return Nu(Nu({},T),O.payload)}}},ur=e(55480),pr=Object.defineProperty,Sr=Object.defineProperties,vn=Object.getOwnPropertyDescriptors,Wn=Object.getOwnPropertySymbols,Rn=Object.prototype.hasOwnProperty,Hn=Object.prototype.propertyIsEnumerable,oi=(T,O,L)=>O in T?pr(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ai=(T,O)=>{for(var L in O||(O={}))Rn.call(O,L)&&oi(T,L,O[L]);if(Wn)for(var L of Wn(O))Hn.call(O,L)&&oi(T,L,O[L]);return T},fr=(T,O)=>Sr(T,vn(O)),kr={namespace:"homePage",state:{name:"\u9996\u9875",loading:!0},effects:{*home({payload:T},{call:O,put:L}){const ve=yield O(ur.Tt,{payload:T});yield L({type:"save",payload:fr(ai({},ve),{isloading:!0})})},*query({payload:T},{call:O,put:L}){yield L({type:"save",payload:{name:"linlu"}})},*getHomeNotice({payload:T,callback:O},{call:L,put:ve}){return yield L(ur.LA,T)},*UploadNotice({payload:T,callback:O},{call:L,put:ve}){return yield L(ur.S_,T)}},reducers:{save(T,O){return ai(ai({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},En=Object.defineProperty,Sn=Object.defineProperties,mt=Object.getOwnPropertyDescriptors,Un=Object.getOwnPropertySymbols,Gn=Object.prototype.hasOwnProperty,Oi=Object.prototype.propertyIsEnumerable,qi=(T,O,L)=>O in T?En(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,er=(T,O)=>{for(var L in O||(O={}))Gn.call(O,L)&&qi(T,L,O[L]);if(Un)for(var L of Un(O))Oi.call(O,L)&&qi(T,L,O[L]);return T},ia=(T,O)=>Sn(T,mt(O)),Sa={namespace:"innovation",state:{visibleModalName:"",hideRemindModal:!0,openForkModalPosition:"forkButton",simpleModalProps:{visible:!1}},reducers:{save(T,O){return er(er({},T),O.payload)},openModal(T,O){return ia(er({},T),{visibleModalName:O.payload})},closeModal(T){return ia(er({},T),{visibleModalName:""})},openSimpleModal(T,O){return ia(er({},T),{simpleModalProps:er({visible:!0},O.payload)})},closeSimpleModal(T){return ia(er({},T),{simpleModalProps:{visible:!1}})}}},gs=e(82093),Ns=Object.defineProperty,Mi=Object.getOwnPropertySymbols,Co=Object.prototype.hasOwnProperty,oo=Object.prototype.propertyIsEnumerable,Ms=(T,O,L)=>O in T?Ns(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ba=(T,O)=>{for(var L in O||(O={}))Co.call(O,L)&&Ms(T,L,O[L]);if(Mi)for(var L of Mi(O))oo.call(O,L)&&Ms(T,L,O[L]);return T},Ds=(T,O,L)=>new Promise((ve,ke)=>{var ln=Fi=>{try{pn(L.next(Fi))}catch(Ha){ke(Ha)}},Cn=Fi=>{try{pn(L.throw(Fi))}catch(Ha){ke(Ha)}},pn=Fi=>Fi.done?ve(Fi.value):Promise.resolve(Fi.value).then(ln,Cn);pn((L=L.apply(T,O)).next())});const yo=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects/banner.json",{method:"get",params:Ba({},T)})}),Zn=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects/top_category.json",{method:"get",params:Ba({},T)})}),Hs=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects/hot_recommend_subjects.json",{method:"get",params:Ba({},T)})}),uo=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects/time_discount_subjects.json",{method:"get",params:Ba({},T)})}),Qe=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects.json",{method:"post",body:Ba({},T)})}),qe=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects/all_tags.json",{method:"get",params:Ba({},T)})}),jt=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects/user_comments.json",{method:"get",params:Ba({},T)})}),Vt=T=>Ds(void 0,null,function*(){return(0,gs.ZP)("/api/paid_subjects/info_show.json",{method:"get",params:Ba({},T)})});var gr=Object.defineProperty,Mr=Object.getOwnPropertySymbols,Zr=Object.prototype.hasOwnProperty,_n=Object.prototype.propertyIsEnumerable,on=(T,O,L)=>O in T?gr(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,gn=(T,O)=>{for(var L in O||(O={}))Zr.call(O,L)&&on(T,L,O[L]);if(Mr)for(var L of Mr(O))_n.call(O,L)&&on(T,L,O[L]);return T},si={namespace:"intraincourse",state:{name:"\u7528\u6237\u767B\u5F55\u6A21\u5757",BannerList:[],Adv:{},TopCategoryList:[],HotList:[],DiscountList:[],SubjectList:{},Tags:[],UserComments:[],InfoShow:{}},effects:{*getBannerList({payload:T},{call:O,put:L}){const{data:{adv:ve,top_banner:ke}}=yield O(yo,T);yield L({type:"save",payload:{BannerList:ke,Adv:ve}})},*getTopCategoryList({payload:T},{call:O,put:L}){const{data:{top_category_list:ve}}=yield O(Zn,T);yield L({type:"save",payload:{TopCategoryList:[{id:-1,name:"\u5168\u90E8"},...ve]}})},*getHotList({payload:T},{call:O,put:L}){const{data:{hot_list:ve}}=yield O(Hs,T);yield L({type:"save",payload:{HotList:ve}})},*getDiscountList({payload:T},{call:O,put:L}){const{data:{discount_list:ve}}=yield O(uo,T);yield L({type:"save",payload:{DiscountList:ve}})},*getPaidSubjects({payload:T},{call:O,put:L}){const{data:ve}=yield O(Qe,T);yield L({type:"save",payload:{SubjectList:ve}})},*getTags({payload:T},{call:O,put:L}){const{data:{list:ve}}=yield O(qe,T);yield L({type:"save",payload:{Tags:ve}})},*getUserComments({payload:T},{call:O,put:L}){const{data:{list:ve}}=yield O(jt,T);yield L({type:"save",payload:{UserComments:ve}})},*getInfoShow({payload:T},{call:O,put:L}){const{data:ve}=yield O(Vt,T);yield L({type:"save",payload:{InfoShow:ve}})}},reducers:{save(T,O){return gn(gn({},T),O.payload)}}},Di={namespace:"loadingss",state:{global:!1,effects:{},models:{}}},Ji=e(93440),Hi=Object.defineProperty,Ti=Object.getOwnPropertySymbols,Ia=Object.prototype.hasOwnProperty,Pi=Object.prototype.propertyIsEnumerable,bi=(T,O,L)=>O in T?Hi(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,xa=(T,O)=>{for(var L in O||(O={}))Ia.call(O,L)&&bi(T,L,O[L]);if(Ti)for(var L of Ti(O))Pi.call(O,L)&&bi(T,L,O[L]);return T},Gs={namespace:"messages",state:{tidingsList:[],privateMessage:[],unreadInfo:[],recentContacts:{},privateMessageDetails:{},userPrivateMessage:{},actionTabs:{key:"",params:{}}},effects:{*getPrivateMessageDetails({payload:T},{call:O,put:L}){const ve=yield O(Ji.Ub,T);return yield L({type:"save",payload:{privateMessageDetails:ve||[]}}),ve},*getTidings({payload:T},{call:O,put:L}){const ve=yield O(Ji.AD,T);yield L({type:"save",payload:{tidingsList:ve||[]}})},*getPrivateMessages({payload:T},{call:O,put:L}){const ve=yield O(Ji.V8,T);return yield L({type:"save",payload:{privateMessage:ve||[]}}),ve},*getUsersForPrivateMessages({payload:T},{call:O,put:L}){const ve=yield O(Ji.QJ,T);return yield L({type:"save",payload:{userPrivateMessage:ve||[]}}),ve},*unreadMessageInfo({payload:T},{call:O,put:L}){const ve=yield O(Ji.Ig,T);yield L({type:"save",payload:{unreadInfo:ve||[]}})},*getRecentContacts({payload:T},{call:O,put:L}){const ve=yield O(Ji.Ko,T);return yield L({type:"save",payload:{recentContacts:ve||[]}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:xa({},T)}})}},reducers:{save(T,O){return xa(xa({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},ea=e(47580),Qa=e(49661),fa=e(22688),Ni=Object.defineProperty,ka=Object.defineProperties,qa=Object.getOwnPropertyDescriptors,hs=Object.getOwnPropertySymbols,xo=Object.prototype.hasOwnProperty,ps=Object.prototype.propertyIsEnumerable,ko=(T,O,L)=>O in T?Ni(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,os=(T,O)=>{for(var L in O||(O={}))xo.call(O,L)&&ko(T,L,O[L]);if(hs)for(var L of hs(O))ps.call(O,L)&&ko(T,L,O[L]);return T},ms=(T,O)=>ka(T,qa(O));const ks=(T,O)=>{var L,ve,ke,ln,Cn,pn,Fi,Ha,Ga;if(!T)return;const{exam:zo,single_questions:Ss,multiple_questions:Ks,judgement_questions:$s,program_questions:Mc,completion_questions:tf,subjective_questions:_c,practical_questions:rf,combination_questions:Ol,bprogram_questions:Bi}=T||{},Xl=[os({type:"SINGLE",question_type:0,name:((L=O==null?void 0:O.find(bs=>bs.value==fa.fw[0].nameType))==null?void 0:L.name)||fa.fw[0].name},Ss),os({type:"MULTIPLE",question_type:1,name:((ve=O==null?void 0:O.find(bs=>bs.value==fa.fw[1].nameType))==null?void 0:ve.name)||fa.fw[1].name},Ks),os({type:"JUDGMENT",question_type:2,name:((ke=O==null?void 0:O.find(bs=>bs.value==fa.fw[2].nameType))==null?void 0:ke.name)||fa.fw[2].name},$s),os({type:"PROGRAM",question_type:6,name:((ln=O==null?void 0:O.find(bs=>bs.value==fa.fw[6].nameType))==null?void 0:ln.name)||fa.fw[6].name},Mc),os({type:"COMPLETION",question_type:3,name:((Cn=O==null?void 0:O.find(bs=>bs.value==fa.fw[3].nameType))==null?void 0:Cn.name)||fa.fw[3].name},tf),os({type:"SUBJECTIVE",question_type:4,name:((pn=O==null?void 0:O.find(bs=>bs.value==fa.fw[4].nameType))==null?void 0:pn.name)||fa.fw[4].name},_c),os({type:"PRACTICAL",question_type:5,name:((Fi=O==null?void 0:O.find(bs=>bs.value==fa.fw[5].nameType))==null?void 0:Fi.name)||fa.fw[5].name},rf),os({type:"COMBINATION",question_type:7,name:((Ha=O==null?void 0:O.find(bs=>bs.value==fa.fw[7].nameType))==null?void 0:Ha.name)||fa.fw[7].name},Ol),os({type:"BPROGRAM",question_type:8,name:((Ga=O==null?void 0:O.find(bs=>bs.value==fa.fw[8].nameType))==null?void 0:Ga.name)||fa.fw[8].name},Bi)],Cu=[];if(T.sort_by_qustion_type)for(const bs of T.qustion_type_order_name_en)Cu.push(Xl.find(Dl=>Dl.type===bs));const Eo=(T.sort_by_qustion_type?Cu:Xl).filter(bs=>(bs==null?void 0:bs.questions_count)>0).map((bs,Dl)=>{var Ql;return os(os({},bs),{number:(0,Qa.EM)(Dl+1),questions:(Ql=bs==null?void 0:bs.questions)==null?void 0:Ql.map(Fc=>ms(os({},Fc),{shixun:Fc.examination_bank_shixun_challenges,question_type:bs.question_type}))})});return{exam:zo,questionList:Eo}};var pa=e(37798),us=Object.defineProperty,js=Object.getOwnPropertySymbols,Ra=Object.prototype.hasOwnProperty,ge=Object.prototype.propertyIsEnumerable,Se=(T,O,L)=>O in T?us(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Er=(T,O)=>{for(var L in O||(O={}))Ra.call(O,L)&&Se(T,L,O[L]);if(js)for(var L of js(O))ge.call(O,L)&&Se(T,L,O[L]);return T},yr={namespace:"paperlibrary",state:{paperData:void 0,disciplinesData:void 0,teachGroupData:void 0,courseOptions:[],actionTabs:{key:"",params:{}}},effects:{*postExistCourse({payload:T},{call:O,put:L}){return yield O(ea.a2,T)},*postCheckExaminationBanks({payload:T},{call:O,put:L}){return yield O(ea.q$,T)},*postPaperlibraryCopy({payload:T},{call:O,put:L}){return yield O(ea.ID,T)},*getDisciplines({payload:T},{call:O,put:L}){const ve=yield O(ea.d1,T);return yield L({type:"save",payload:{disciplinesData:Er({},ve)}}),ve},*getCustomDisciplines({payload:T},{call:O,put:L}){const ve=yield O(ea.ar,T);return yield L({type:"save",payload:{disciplinesData:Er({},ve)}}),ve},*getEditDisciplines({payload:T},{call:O,put:L}){const ve=yield O(ea.d1,T),ke=ve==null?void 0:ve.disciplines,ln=(0,pa.L)(ke);return yield L({type:"save",payload:{courseOptions:ln,disciplinesData:Er({},ve)}}),ve},*getTeachGroupData({payload:T},{call:O,put:L}){const ve=yield O(ea.Dm,T);return yield L({type:"save",payload:{teachGroupData:Er({},ve)}}),ve},*getPaperData({payload:T},{call:O,put:L}){const ve=yield O(ea.iT,T),ke=yield O(ea.cV,T),ln=ks(ve,ke.data);return yield L({type:"save",payload:{paperData:ln}}),ve},*getPaperlibraryList({payload:T},{call:O,put:L}){return yield O(ea.Gd,T)},*setPublic({payload:T},{call:O,put:L}){return yield O(ea.DF,T)},*handleDelete({payload:T},{call:O,put:L}){return yield O(ea.fn,T)},*getCourseList({payload:T},{call:O,put:L}){return yield O(ea.tS,T)},*postBatchSendToCourse({payload:T},{call:O,put:L}){return yield O(ea.lc,T)},*sendToClass({payload:T},{call:O,put:L}){return yield O(ea.kp,T)},*adjustPosition({payload:T},{call:O,put:L}){return yield O(ea.qN,T)},*setScore({payload:T},{call:O,put:L}){return yield O(ea.ts,T)},*handleDeleteEditQuestion({payload:T},{call:O,put:L}){return yield O(ea.NC,T)},*batchSetScore({payload:T},{call:O,put:L}){return yield O(ea.YP,T)},*batchDelete({payload:T},{call:O,put:L}){return yield O(ea.Hm,T)},*updatePaper({payload:T},{call:O,put:L}){return yield O(ea.jK,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Er({},T)}})}},reducers:{save(T,O){return Er(Er({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Qr=Object.defineProperty,In=Object.getOwnPropertySymbols,ii=Object.prototype.hasOwnProperty,$i=Object.prototype.propertyIsEnumerable,zn=(T,O,L)=>O in T?Qr(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Mn=(T,O)=>{for(var L in O||(O={}))ii.call(O,L)&&zn(T,L,O[L]);if(In)for(var L of In(O))$i.call(O,L)&&zn(T,L,O[L]);return T},ma={namespace:"newExercisePaper",state:{loading:!0,exerciseExportHeadData:{},tagDisciplineData:{},editData:{},actionTabs:{removeEventListenerExitScreen:!1}},effects:{*getExerciseExportHeadData({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ea.Dq,T);return yield ve({type:"save",payload:{exerciseExportHeadData:Mn({},ke)}}),ke},*editExercise({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(ea.Di,T);return yield ve({type:"save",payload:{editData:Mn({},ke)}}),ke},*getTagDiscipline({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Ge.YY,T);return yield ve({type:"save",payload:{tagDisciplineData:Mn({},ke)}}),ke},*editExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(ea.oF,T)},*addExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(ea.oF,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Mn({},T)}})}},reducers:{save(T,O){return Mn(Mn({},T),O.payload)},modifyTitle(T,O){const L=(0,Ke.cloneDeep)(T);return L.editData.exercise.exercise_name=O.payload,L}},subscriptions:{setup({dispatch:T,history:O}){}}},ta=e(37034),No=Object.defineProperty,To=Object.getOwnPropertySymbols,yu=Object.prototype.hasOwnProperty,Ml=Object.prototype.propertyIsEnumerable,ul=(T,O,L)=>O in T?No(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,bu=(T,O)=>{for(var L in O||(O={}))yu.call(O,L)&&ul(T,L,O[L]);if(To)for(var L of To(O))Ml.call(O,L)&&ul(T,L,O[L]);return T},el={namespace:"pathsDetail",state:{detail:{},rightData:{},Courses:{},stageData:[],StageChildrenData:{},discusses:{},actionTabs:{key:"",params:{}},isShowSchedule:!1,keywords:"",stage_id:null,visibleType:"",editKey:-1},effects:{*getDiscusses({payload:T},{call:O,put:L}){const ve=yield O(ta.Ax,T);yield L({type:"save",payload:{discusses:bu({},ve)}})},*getPathsDetail({payload:T},{call:O,put:L}){const ve=yield O(ta.lk,T);return yield L({type:"save",payload:{detail:bu({},ve)}}),ve},*getCourseDetail({payload:T},{call:O,put:L}){const ve=yield O(ta.Sp,T);return yield L({type:"save",payload:{detail:bu({},ve)}}),ve},*getRightData({payload:T},{call:O,put:L}){const ve=yield O(ta.AQ,T);yield L({type:"save",payload:{rightData:bu({},ve)}})},*getCoureses({payload:T},{call:O,put:L}){const ve=yield O(ta.ue,T);yield L({type:"save",payload:{Courses:bu({},ve)}})},*getStageChildrenData({payload:T},{call:O,put:L}){const ve=yield O(ta.w4,T);return yield L({type:"save",payload:{StageChildrenData:ve}}),ve},*getStageData({payload:T},{call:O,put:L}){var ve,ke,ln;let Cn=null;return T!=null&&T.show_course_section?Cn=yield O(ta.yN,T):Cn=yield O(ta.p,T),yield L({type:"save",payload:{stageData:((ve=Cn==null?void 0:Cn.data)==null?void 0:ve.stages)||(Cn==null?void 0:Cn.stages)||[],isShowSchedule:((ke=Cn==null?void 0:Cn.data)==null?void 0:ke.is_show_schedule)||(Cn==null?void 0:Cn.is_show_schedule)||!1}}),(ln=Cn==null?void 0:Cn.data)==null?void 0:ln.stages},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:bu({},T)}})}},reducers:{save(T,O){return bu(bu({},T),O.payload)}}},Ve=Object.defineProperty,Z=Object.getOwnPropertySymbols,Y=Object.prototype.hasOwnProperty,te=Object.prototype.propertyIsEnumerable,de=(T,O,L)=>O in T?Ve(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ae=(T,O)=>{for(var L in O||(O={}))Y.call(O,L)&&de(T,L,O[L]);if(Z)for(var L of Z(O))te.call(O,L)&&de(T,L,O[L]);return T},Pt={namespace:"pathsList",state:{name:"",loading:!0,actionTabs:{key:"",params:{}},listParams:{sort:"desc",order:"new",page:1,limit:16,keyword:""}},effects:{*getCourse({payload:T},{call:O,put:L}){const ve=T,ke=yield O(ta.tS,T);return yield L({type:"save",payload:Ae({listParams:ve},ke)}),ke},*getMenus({payload:T},{call:O,put:L}){const ve=yield O(ta.fh,T);yield L({type:"save",payload:{menus:ve}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ae({},T)}})},*clearListParams({payload:T},{call:O,put:L}){yield L({type:"save",payload:{listParams:{sort:"desc",order:"new",page:1,limit:16,keyword:""}}})}},reducers:{save(T,O){return Ae(Ae({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},$t=Object.defineProperty,nr=Object.getOwnPropertySymbols,Dt=Object.prototype.hasOwnProperty,Wr=Object.prototype.propertyIsEnumerable,an=(T,O,L)=>O in T?$t(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,An=(T,O)=>{for(var L in O||(O={}))Dt.call(O,L)&&an(T,L,O[L]);if(nr)for(var L of nr(O))Wr.call(O,L)&&an(T,L,O[L]);return T},Jn={namespace:"newCourse",state:{actionTabs:{key:"",params:{}}},effects:{*editCourse({payload:T},{call:O,put:L}){return yield O(ta.tu,T)},*submitCourse({payload:T},{call:O,put:L}){return yield O(ta.pU,T)},*getEditCourseData({payload:T},{call:O,put:L}){return yield O(ta.mQ,T)},*getSchoolOption({payload:T},{call:O,put:L}){return yield O(ta.GY,T)},*appplySchool({payload:T},{call:O,put:L}){return yield O(ta.bz,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:An({},T)}})}},reducers:{save(T,O){return An(An({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},ki=Object.defineProperty,Aa=Object.defineProperties,va=Object.getOwnPropertyDescriptors,wa=Object.getOwnPropertySymbols,ns=Object.prototype.hasOwnProperty,ys=Object.prototype.propertyIsEnumerable,Us=(T,O,L)=>O in T?ki(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ls=(T,O)=>{for(var L in O||(O={}))ns.call(O,L)&&Us(T,L,O[L]);if(wa)for(var L of wa(O))ys.call(O,L)&&Us(T,L,O[L]);return T},la=(T,O)=>Aa(T,va(O)),Qs={namespace:"pathsOverview",state:{},effects:{*getSubjectUseInfos({payload:T},{call:O,put:L}){const ve=yield O(ta.nq,T);yield L({type:"save",payload:{SubjectUseInfos:ve}})},*getRankList({payload:T},{call:O,put:L}){const ve=yield O(ta.Fg,T);yield L({type:"save",payload:{RankList:la(ls({},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:T},{call:O,put:L}){const ve=yield O(ta.Gz,T);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:T},{call:O,put:L}){const ve=yield O(ta.hS,T);yield L({type:"save",payload:{OnlineCount:ve==null?void 0:ve.data}})},*getStatisticsHeader({payload:T},{call:O,put:L}){const ve=yield O(ta.Hl,T);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(T,O){return ls(ls({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},xi=e(70610),Ro=Object.defineProperty,Po=Object.getOwnPropertySymbols,xu=Object.prototype.hasOwnProperty,eo=Object.prototype.propertyIsEnumerable,to=(T,O,L)=>O in T?Ro(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ao=(T,O)=>{for(var L in O||(O={}))xu.call(O,L)&&to(T,L,O[L]);if(Po)for(var L of Po(O))eo.call(O,L)&&to(T,L,O[L]);return T},gl={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:T},{call:O,put:L}){const ve=yield O(xi.ex,T);return yield L({type:"save",payload:{groupfolderList:ve}}),ve},*getDisciplines({payload:T},{call:O,put:L}){const ve=yield O(xi.d1,T);return yield L({type:"save",payload:{disciplinesData:ao({},ve)}}),ve},*getEditDisciplines({payload:T},{call:O,put:L}){const ve=yield O(xi.d1,T),ke=ve==null?void 0:ve.disciplines,ln=(0,pa.L)(ke);return yield L({type:"save",payload:{courseOptions:ln,disciplinesData:ao({},ve)}}),ve},*getBasketList({payload:T},{call:O,put:L}){const ve=yield O(xi.Qj,T);return yield L({type:"save",payload:{basketData:ao({},ve)}}),ve},*getTeachGroupData({payload:T},{call:O,put:L}){const ve=yield O(xi.Dm,T);return yield L({type:"save",payload:{teachGroupData:ao({},ve)}}),ve},*getEditData({payload:T},{call:O,put:L}){const ve=yield O(xi.FG,T);return yield L({type:"save",payload:{editData:ao({},ve)}}),ve},*getEditDataBprogram({payload:T},{call:O,put:L}){const ve=yield O(xi.Bo,T);return yield L({type:"save",payload:{editData:ao({},ve)}}),ve},*getGroupData({payload:T},{call:O,put:L}){const ve=yield O(xi.hI,T);return yield L({type:"save",payload:{groupData:ao({},ve)}}),ve},*getItemBanks({payload:T},{call:O,put:L}){const ve=yield O(xi.Of,T);return yield L({type:"save",payload:{itemBanks:ao({},ve)}}),ve},*setPrivate({payload:T},{call:O,put:L}){return yield O(xi.Pl,T)},*revokePublish({payload:T},{call:O,put:L}){return yield O(xi.IJ,T)},*setPublic({payload:T},{call:O,put:L}){return yield O(xi.DF,T)},*handleDelete({payload:T},{call:O,put:L}){return yield O(xi.fn,T)},*startExperience({payload:T},{call:O,put:L}){return yield O(xi.Bd,T)},*cancel({payload:T},{call:O,put:L}){return yield O(xi.al,T)},*select({payload:T},{call:O,put:L}){return yield O(xi.Ys,T)},*examUnselectAll({payload:T},{call:O,put:L}){return yield O(xi.rV,T)},*basketDelete({payload:T},{call:O,put:L}){return yield O(xi.x5,T)},*unselectAll({payload:T},{call:O,put:L}){return yield O(xi.HF,T)},*addKnowledge({payload:T},{call:O,put:L}){return yield O(xi.U6,T)},*editProblemset({payload:T},{call:O,put:L}){return yield O(xi.Wk,T)},*addProblemset({payload:T},{call:O,put:L}){return yield O(xi.Mr,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:ao({},T)}})}},reducers:{save(T,O){return ao(ao({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},tl=Object.defineProperty,wu=Object.getOwnPropertySymbols,lo=Object.prototype.hasOwnProperty,ll=Object.prototype.propertyIsEnumerable,Zu=(T,O,L)=>O in T?tl(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,jo=(T,O)=>{for(var L in O||(O={}))lo.call(O,L)&&Zu(T,L,O[L]);if(wu)for(var L of wu(O))ll.call(O,L)&&Zu(T,L,O[L]);return T},Bl={namespace:"problemsetPreview",state:{disciplinesData:void 0,courseOptions:[],paperData:void 0,actionTabs:{key:"",params:{}}},effects:{*getPaperData({payload:T},{call:O,put:L}){const ve=yield O(xi.iT,T),ke=(0,pa.r)(ve);return yield L({type:"save",payload:{paperData:ke}}),ve},*getEditDisciplines({payload:T},{call:O,put:L}){const ve=yield O(xi.d1,T),ke=ve==null?void 0:ve.disciplines,ln=(0,pa.L)(ke);return yield L({type:"save",payload:{courseOptions:ln,disciplinesData:jo({},ve)}}),ve},*setScore({payload:T},{call:O,put:L}){return yield O(xi.ts,T)},*handleDelete({payload:T},{call:O,put:L}){return yield O(xi.Cn,T)},*batchSetScore({payload:T},{call:O,put:L}){return yield O(xi.YP,T)},*batchDelete({payload:T},{call:O,put:L}){return yield O(xi.Hm,T)},*adjustPosition({payload:T},{call:O,put:L}){return yield O(xi.qN,T)},*newPreviewProblemset({payload:T},{call:O,put:L}){return yield O(xi.et,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:jo({},T)}})}},reducers:{save(T,O){return jo(jo({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},nu=e(5707),Nl=Object.defineProperty,ro=Object.getOwnPropertySymbols,iu=Object.prototype.hasOwnProperty,cl=Object.prototype.propertyIsEnumerable,oc=(T,O,L)=>O in T?Nl(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Wu=(T,O)=>{for(var L in O||(O={}))iu.call(O,L)&&oc(T,L,O[L]);if(ro)for(var L of ro(O))cl.call(O,L)&&oc(T,L,O[L]);return T},uc={namespace:"restful",state:{restful:void 0,restfulDetail:{},actionTabs:{key:"",params:{}}},effects:{*getRestful({payload:T},{call:O,put:L}){const ve=yield O(nu.Go,T);return yield L({type:"save",payload:{restful:Wu({},ve)}}),ve},*getRestfulDetail({payload:T},{call:O,put:L}){const ve=yield O(nu.H5,T);return yield L({type:"save",payload:{restfulDetail:Wu({},(ve==null?void 0:ve.data)||{})}}),(ve==null?void 0:ve.data)||{}},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Wu({},T)}})}},reducers:{save(T,O){return Wu(Wu({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},li=e(67135);const Ac=(T={})=>{var O,L,ve,ke,ln,Cn;return[{name:"\u5185\u5BB9\u5BA1\u6838\u60C5\u51B5",id:"Content",status:(O=T==null?void 0:T.content_info)==null?void 0:O.status,username:(L=T==null?void 0:T.content_info)==null?void 0:L.username,time:(ve=T==null?void 0:T.content_info)==null?void 0:ve.time},{name:"\u6027\u80FD\u5BA1\u6838\u60C5\u51B5",id:"Performance",status:(ke=T==null?void 0:T.perference_info)==null?void 0:ke.status,username:(ln=T==null?void 0:T.perference_info)==null?void 0:ln.username,time:(Cn=T==null?void 0:T.perference_info)==null?void 0:Cn.time}]};var Io=Object.defineProperty,lc=Object.defineProperties,Eu=Object.getOwnPropertyDescriptors,Sl=Object.getOwnPropertySymbols,wo=Object.prototype.hasOwnProperty,vf=Object.prototype.propertyIsEnumerable,$c=(T,O,L)=>O in T?Io(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,zs=(T,O)=>{for(var L in O||(O={}))wo.call(O,L)&&$c(T,L,O[L]);if(Sl)for(var L of Sl(O))vf.call(O,L)&&$c(T,L,O[L]);return T},_f=(T,O)=>lc(T,Eu(O)),Zc={namespace:"shixunsDetail",state:{detail:void 0,rightData:void 0,challenges:{is_jupyter:!0,is_jupyter_lab:!0},auditSituationData:void 0,setting:void 0,challengesNew:{},challengesEdit:{},editChallengesQuestion:{},fileContent:{},hasStartedEnv:!1,repository:{},mirrorApplies:{},infoWithJupyterLab:{},actionTabs:{key:"",params:{}}},effects:{*getShixunsDetail({payload:T},{call:O,put:L}){const ve=yield O(li.Po,T);return yield L({type:"save",payload:{detail:zs({},ve)}}),ve},*getMirrorApplies({payload:T},{call:O,put:L}){const ve=yield O(li.tX,T);return yield L({type:"save",payload:{mirrorApplies:zs({},(ve==null?void 0:ve.data)||{})}}),ve},*getRightData({payload:T},{call:O,put:L}){const ve=yield O(li.AQ,T);yield L({type:"save",payload:{rightData:zs({},ve)}})},*getChallengesData({payload:T},{call:O,put:L}){const ve=yield O(li.n5,T);yield L({type:"save",payload:{challenges:zs({},ve)}})},*saveCopyForExercise({payload:T},{call:O,put:L}){return yield O(li.FB,T)},*execJupyter({payload:T},{call:O,put:L}){return yield O(li.BK,T)},*execShixun({payload:T},{call:O,put:L}){const ve=yield O(li.Ir,T);return(ve==null?void 0:ve.status)===-3&&(0,Qa.eF)(),ve},*openChallenge({payload:T},{call:O,put:L}){return yield O(li.dK,T)},*challengeMoveUp({payload:T},{call:O,put:L}){return yield O(li.zD,T)},*challengeMoveDown({payload:T},{call:O,put:L}){return yield O(li.hn,T)},*cancelCollect({payload:T},{call:O,put:L}){return yield O(li.rs,T)},*collect({payload:T},{call:O,put:L}){return yield O(li.KM,T)},*searchUserCourses({payload:T},{call:O,put:L}){return yield O(li._7,T)},*sendToCourse({payload:T},{call:O,put:L}){return yield O(li.Q,T)},*cancelRelease({payload:T},{call:O,put:L}){return yield O(li.Ne,T)},*cancelPublic({payload:T},{call:O,put:L}){return yield O(li.Er,T)},*applyPublic({payload:T},{call:O,put:L}){return yield O(li.WO,T)},*release({payload:T},{call:O,put:L}){return yield O(li.Ar,T)},*updateAuditSituation({payload:T},{call:O,put:L}){return yield O(li.LP,T)},*getCollaboratorsData({payload:T},{call:O,put:L}){return yield O(li.j8,T)},*addCollaborator({payload:T},{call:O,put:L}){return yield O(li.OV,T)},*addTeachGroupMember({payload:T},{call:O,put:L}){return yield O(li.l3,T)},*getChangeManager({payload:T},{call:O,put:L}){return yield O(li.P2,T)},*changeManager({payload:T},{call:O,put:L}){return yield O(li.X$,T)},*deleteCollaborators({payload:T},{call:O,put:L}){return yield O(li.xk,T)},*getRankingList({payload:T},{call:O,put:L}){return yield O(li.E4,T)},*getMirrorScript({payload:T},{call:O,put:L}){return yield O(li.Z2,T)},*getScriptContent({payload:T},{call:O,put:L}){return yield O(li.Bj,T)},*getCustomScript({payload:T},{call:O,put:L}){return yield O(li.Wi,T)},*updateSettingBasicInfo({payload:T},{call:O,put:L}){return yield O(li.ZO,T)},*getShixunQuote({payload:T},{call:O,put:L}){return yield O(li.Gr,T)},*deleteShixun({payload:T},{call:O,put:L}){return yield O(li.Ps,T)},*permanentClose({payload:T},{call:O,put:L}){return yield O(li.U9,T)},*getDepartments({payload:T},{call:O,put:L}){return yield O(li.Ql,T)},*updatePermissionSetting({payload:T},{call:O,put:L}){return yield O(li.aH,T)},*updateLearnSetting({payload:T},{call:O,put:L}){return yield O(li.yE,T)},*updateSetting({payload:T},{call:O,put:L}){return yield O(li.m7,T)},*getSetData({payload:T},{call:O,put:L}){return yield O(li.U0,T)},*deleteDataSet({payload:T},{call:O,put:L}){return yield O(li.uo,T)},*deleteGitFile({payload:T},{call:O,put:L}){return yield O(li.sr,T)},*deleteGitFiles({payload:T},{call:O,put:L}){return yield O(li.p0,T)},*moveGitFile({payload:T},{call:O,put:L}){return yield O(li.IT,T)},*moveGitFiles({payload:T},{call:O,put:L}){return yield O(li.t2,T)},*getRepository({payload:T},{call:O,put:L}){const ve=yield O(li.Ag,T);return yield L({type:"save",payload:{repository:zs({},ve)}}),zs({},ve)},*getRepositorys({payload:T},{call:O,put:L}){const ve=yield O(li.Wl,T);return yield L({type:"save",payload:{repository:zs({},ve)}}),zs({},ve)},*getRepositorys({payload:T},{call:O,put:L}){const ve=yield O(li.Wl,T);return yield L({type:"save",payload:{repository:zs({},ve)}}),zs({},ve)},*getSecretRepository({payload:T},{call:O,put:L}){const ve=yield O(li.w,T);return yield L({type:"save",payload:{secretRepository:zs({},ve)}}),ve},*addRepositoryFile({payload:T},{call:O,put:L}){return yield O(li.v3,T)},*addRepositoryFiles({payload:T},{call:O,put:L}){return yield O(li.fL,T)},*getRepositoryCommit({payload:T},{call:O,put:L}){return yield O(li.Je,T)},*getFileContent({payload:T},{call:O,put:L}){const ve=yield O(li.LK,T);return yield L({type:"save",payload:{fileContent:_f(zs({},ve),{params:T})}}),ve},*getFileContents({payload:T},{call:O,put:L}){const ve=yield O(li.nu,T);return yield L({type:"save",payload:{fileContent:_f(zs({},ve),{params:T})}}),ve},*updateRepositoryFile({payload:T},{call:O,put:L}){return yield O(li.kF,T)},*updateRepositoryFiles({payload:T},{call:O,put:L}){return yield O(li.jq,T)},*uploadGitFolder({payload:T},{call:O,put:L}){return yield O(li.Op,T)},*updateCollaboratorEditable({payload:T},{call:O,put:L}){return yield O(li.Dz,T)},*getSettingsData({payload:T},{call:O,put:L}){const ve=yield O(li.DC,T);yield L({type:"save",payload:{setting:zs({},ve)}})},*getChallengesNew({payload:T},{call:O,put:L}){const ve=yield O(li.km,T);yield L({type:"save",payload:{challengesNew:zs({},ve)}})},*getChallengesEdit({payload:T},{call:O,put:L}){const ve=yield O(li.q0,T);return yield L({type:"save",payload:{challengesEdit:zs({},ve)}}),ve},*getAuditSituationData({payload:T},{call:O,put:L}){const ve=yield O(li.GI,T),ke=Ac(ve);yield L({type:"save",payload:{auditSituationData:ke}})},*getEditChallengesQuestion({payload:T},{call:O,put:L}){const ve=yield O(li.UQ,T);return yield L({type:"save",payload:{editChallengesQuestion:ve}}),ve},*getInfoWithJupyterLab({payload:T},{call:O,put:L}){const ve=yield O(li.mI,T);return yield L({type:"save",payload:{infoWithJupyterLab:ve}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:zs({},T)}})}},reducers:{save(T,O){return console.log("reducers:",T,O),zs(zs({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},au=Object.defineProperty,Cc=Object.getOwnPropertySymbols,Al=Object.prototype.hasOwnProperty,ju=Object.prototype.propertyIsEnumerable,jl=(T,O,L)=>O in T?au(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,co=(T,O)=>{for(var L in O||(O={}))Al.call(O,L)&&jl(T,L,O[L]);if(Cc)for(var L of Cc(O))ju.call(O,L)&&jl(T,L,O[L]);return T},su={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:T},{call:O,put:L}){const ve=yield O(li.he,T),ke=co({},T);return yield L({type:"save",payload:co({listParams:ke},ve)}),ve},*getMenus({payload:T},{call:O,put:L}){var ve;const ke=yield O(li.I_,T);(ve=ke==null?void 0:ke.disciplines)==null||ve.map(ln=>(ln.sub_repertoires=ln.sub_disciplines,ln)),yield L({type:"save",payload:{menus:[...(ke==null?void 0:ke.disciplines)||[]]}})},*clearListParams({payload:T},{call:O,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(T,O){return co(co({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Tc=Object.defineProperty,Ul=Object.getOwnPropertySymbols,Su=Object.prototype.hasOwnProperty,Wc=Object.prototype.propertyIsEnumerable,Pc=(T,O,L)=>O in T?Tc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Du=(T,O)=>{for(var L in O||(O={}))Su.call(O,L)&&Pc(T,L,O[L]);if(Ul)for(var L of Ul(O))Wc.call(O,L)&&Pc(T,L,O[L]);return T},Hu={namespace:"newShixuns",state:{newData:{},actionTabs:{key:"",params:{}},environmentData:{}},effects:{*getNewShixunsData({payload:T},{call:O,put:L}){const ve=yield O(li.b8,T);return yield L({type:"save",payload:{newData:Du({},ve)}}),ve},*deleteAttachment({payload:T},{call:O,put:L}){return yield O(li.OW,T)},*applyShixunMirror({payload:T},{call:O,put:L}){return yield O(li.EH,T)},*submitShixuns({payload:T},{call:O,put:L}){return yield O(li.eX,T)},*getShixunsJupyterLab({payload:T},{call:O,put:L}){const ve=yield O(li.Gu,T);return yield L({type:"save",payload:{newData:Du({},ve)}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Du({},T)}})},*getEnvironmentData({payload:T},{call:O,put:L}){const ve=yield O(li.K,T);return console.log(ve,"response"),yield L({type:"save",payload:{environmentData:Du({},ve.data)}}),ve}},reducers:{save(T,O){return Du(Du({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Ic=Object.defineProperty,Cl=Object.getOwnPropertySymbols,Ya=Object.prototype.hasOwnProperty,If=Object.prototype.propertyIsEnumerable,Hc=(T,O,L)=>O in T?Ic(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Gu=(T,O)=>{for(var L in O||(O={}))Ya.call(O,L)&&Hc(T,L,O[L]);if(Cl)for(var L of Cl(O))If.call(O,L)&&Hc(T,L,O[L]);return T},Kc={namespace:"shixunsOverview",state:{},effects:{*getShixunUseInfos({payload:T},{call:O,put:L}){const ve=yield O(li.e,T);yield L({type:"save",payload:{ShixunUseInfos:ve}})},*getRankList({payload:T},{call:O,put:L}){const ve=yield O(li.Fg,T);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:T},{call:O,put:L}){const ve=yield O(li.Gz,T);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:T},{call:O,put:L}){const ve=yield O(li.hS,T);yield L({type:"save",payload:{OnlineCount:ve==null?void 0:ve.data}})},*getStatisticsHeader({payload:T},{call:O,put:L}){const ve=yield O(li.Hl,T);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(T,O){return Gu(Gu({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},$l=(T,O,L)=>new Promise((ve,ke)=>{var ln=Fi=>{try{pn(L.next(Fi))}catch(Ha){ke(Ha)}},Cn=Fi=>{try{pn(L.throw(Fi))}catch(Ha){ke(Ha)}},pn=Fi=>Fi.done?ve(Fi.value):Promise.resolve(Fi.value).then(ln,Cn);pn((L=L.apply(T,O)).next())});function Au(T){return $l(this,null,function*(){return(0,gs.ZP)("/api/shixuns/new.json",{method:"Get",params:T})})}function yf(T){return $l(this,null,function*(){return(0,gs.ZP)(`/api/shixuns/${T.id}/required_status.json`,{method:"Get",params:{}})})}var Oc=Object.defineProperty,Zl=Object.defineProperties,Ku=Object.getOwnPropertyDescriptors,fo=Object.getOwnPropertySymbols,Uo=Object.prototype.hasOwnProperty,ou=Object.prototype.propertyIsEnumerable,Dc=(T,O,L)=>O in T?Oc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,fl=(T,O)=>{for(var L in O||(O={}))Uo.call(O,L)&&Dc(T,L,O[L]);if(fo)for(var L of fo(O))ou.call(O,L)&&Dc(T,L,O[L]);return T},Vc=(T,O)=>Zl(T,Ku(O)),cc={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:T},{call:O,put:L}){yield L({type:"save",payload:fl({},T)})},*getTestData({payload:T},{call:O,put:L}){const ve=yield O(Au,T);yield L({type:"save",payload:{data:ve}})},*setUpdateIndex({payload:T},{call:O,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})},*getCommonData({payload:T},{call:O,put:L}){const ve=yield O(yf,T);yield L({type:"save",payload:fl({},ve.data)})},*setSideBarTabs({payload:T},{call:O,put:L}){yield L({type:"sideBar",payload:fl({},T)})}},reducers:{save(T,O){return fl(fl({},T),O.payload)},sideBar(T,O){return Vc(fl({},T),{sideBar:fl(fl({},T.sideBar),O.payload)})}},subscriptions:{setup({dispatch:T,history:O}){}}},Oo=e(63423),Yc=Object.defineProperty,Xc=Object.getOwnPropertySymbols,rl=Object.prototype.hasOwnProperty,Uu=Object.prototype.propertyIsEnumerable,ho=(T,O,L)=>O in T?Yc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Wl=(T,O)=>{for(var L in O||(O={}))rl.call(O,L)&&ho(T,L,O[L]);if(Xc)for(var L of Xc(O))Uu.call(O,L)&&ho(T,L,O[L]);return T},kc={namespace:"userDetail",state:{systemUpdate:void 0,homepageInfo:void 0,homeworkBanksDetail:{},actionTabs:{key:"",params:{}}},effects:{*getHomeworkBanksDetail({payload:T},{call:O,put:L}){const ve=yield O(Oo.JJ,T);return yield L({type:"save",payload:{homeworkBanksDetail:Wl({},ve)}}),ve},*getSystemUpdate({payload:T},{call:O,put:L}){const ve=yield O(Oo.n0,T);return yield L({type:"save",payload:{systemUpdate:Wl({},ve)}}),ve},*getHomepageInfo({payload:T},{call:O,put:L}){const ve=yield O(Oo.DA,T);return yield L({type:"save",payload:{homepageInfo:Wl({},ve)}}),ve},*signed({payload:T},{call:O,put:L}){return yield O(Oo.qN,T)},*getCourses({payload:T},{call:O,put:L}){return yield O(Oo.Ho,T)},*getShixuns({payload:T},{call:O,put:L}){return yield O(Oo.rV,T)},*getPaths({payload:T},{call:O,put:L}){return yield O(Oo.w3,T)},*getProjects({payload:T},{call:O,put:L}){return yield O(Oo.mW,T)},*getVideos({payload:T},{call:O,put:L}){return yield O(Oo.WY,T)},*getReviewVideos({payload:T},{call:O,put:L}){return yield O(Oo.Qx,T)},*deleteVideo({payload:T},{call:O,put:L}){return yield O(Oo.FM,T)},*getQuestionBanks({payload:T},{call:O,put:L}){return yield O(Oo.ai,T)},*topicsSetPublic({payload:T},{call:O,put:L}){return yield O(Oo.Cx,T)},*topicsDelete({payload:T},{call:O,put:L}){return yield O(Oo.WS,T)},*topicGetCourseList({payload:T},{call:O,put:L}){return yield O(Oo.gI,T)},*topicSendToClass({payload:T},{call:O,put:L}){return T.object_type==="videos"?yield O(Oo.Fn,T):yield O(Oo.Ef,T)},*logWatchHistory({payload:T},{call:O,put:L}){const ve=yield O(Oo.lO,T);return ve==null?void 0:ve.log_id},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Wl({},T)}})}},reducers:{save(T,O){return Wl(Wl({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Qc=Object.defineProperty,dl=Object.getOwnPropertySymbols,Jo=Object.prototype.hasOwnProperty,Hl=Object.prototype.propertyIsEnumerable,$e=(T,O,L)=>O in T?Qc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Vu=(T,O)=>{for(var L in O||(O={}))Jo.call(O,L)&&$e(T,L,O[L]);if(dl)for(var L of dl(O))Hl.call(O,L)&&$e(T,L,O[L]);return T},pu=(T,O)=>{var L={};for(var ve in T)Jo.call(T,ve)&&O.indexOf(ve)<0&&(L[ve]=T[ve]);if(T!=null&&dl)for(var ve of dl(T))O.indexOf(ve)<0&&Hl.call(T,ve)&&(L[ve]=T[ve]);return L},uu={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:T},{call:O,put:L}){const ve=T,{to:ke}=ve,ln=pu(ve,["to"]);if(!(yield O(Oo.Es,ln)).status)try{ke?f.history.replace(ke):location.reload()}catch(pn){}},*showPopLogin({payload:T},{put:O}){yield O({type:"save",payload:{showPopLogin:T.showPopLogin,showClosable:T.showClosable}})},*setBindAccountModal({payload:T},{put:O}){yield O({type:"save",payload:{bindAccountModalVisible:T.bindAccountModalVisible,userInfoForBindAccountModal:T.userInfoForBindAccountModal,loginInfo:T.loginInfo}})},*getUserInfo({payload:T},{call:O,put:L}){const ve=yield O(Oo.bG,Vu({},T));return localStorage.userInfo=JSON.stringify(ve),yield L({type:"save",payload:{userInfo:Vu({},ve)}}),ve},*getNavigationInfo({payload:T},{call:O,put:L}){const ve=yield O(Oo.x4,Vu({},T));yield L({type:"save",payload:{navigationInfo:Vu({},ve)}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Vu({},T)}})}},reducers:{save(T,O){return Vu(Vu({},T),O.payload)}}},Yu=e(38746),Rc=Object.defineProperty,dc=Object.defineProperties,Tl=Object.getOwnPropertyDescriptors,hl=Object.getOwnPropertySymbols,nl=Object.prototype.hasOwnProperty,qc=Object.prototype.propertyIsEnumerable,hc=(T,O,L)=>O in T?Rc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ku=(T,O)=>{for(var L in O||(O={}))nl.call(O,L)&&hc(T,L,O[L]);if(hl)for(var L of hl(O))qc.call(O,L)&&hc(T,L,O[L]);return T},yl=(T,O)=>dc(T,Tl(O));const Xu=()=>{var T,O,L,ve,ke,ln,Cn;let pn=window.location.href.split("/");if(!pn.includes("video"))return;let Fi=(T=pn[pn.length-1])==null?void 0:T.split("?")[0];Fi=Number(Fi);const Ha=(L=(O=pn[pn.length-1])==null?void 0:O.split("?")[1])==null?void 0:L.split("=")[1];return((ke=(ve=pn[pn.length-1])==null?void 0:ve.split("?")[1])==null?void 0:ke.split("=")[0])==="subject_id"?{videoId:Fi,subject_id:Ha}:((Cn=(ln=pn[pn.length-1])==null?void 0:ln.split("?")[1])==null?void 0:Cn.split("=")[0])==="new_video_id"?{videoId:Fi,new_video_id:Ha}:{videoId:Fi,course_id:Ha}};var xf={namespace:"videoDetail",state:{detail:{},actionTabs:{key:"",params:{}},videoTabs:{key:"",params:{}},stages:[],cust_seq:0,queryParams:Xu(),videoList:[],attachmentList:[],selectParams:{checkBoxValue:!1,radioValue:1},active:{}},effects:{*getVideoDetail({payload:T,callback:O},{call:L,put:ve}){const ke=yield L(Nn.O2,T);return O?O(ke):yield ve({type:"save",payload:{detail:ku({},ke)}}),ke},*setVideoValue({payload:T},{call:O,put:L}){yield L({type:"save",payload:{detail:ku({},T)}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:ku({},T)}})},*setVideoTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{videoTabs:ku({},T)}})},*setSelectValue({payload:T},{call:O,put:L}){yield L({type:"save",payload:{selectParams:ku({},T)}})},*getStageData({payload:T},{call:O,put:L,select:ve}){const ke=yield O(Nn.yN,T),ln=yield O(ta.lk,{id:T.subject_id}),{queryParams:Cn}=yield ve(Ss=>Ss.videoDetail),{stages:pn=[]}=ke,Fi=[];let Ha=[],Ga={};const zo=Ss=>{Ss.forEach(Ks=>{String(Ks.id)===String(Cn.videoId)&&(Ga=Ks),Ks.item_type==="VideoItem"?Fi.push(Ks):Ks.item_type==="Attachment"&&Ha.push(Ks),Ks.children&&Ks.children.length&&zo(Ks.children)})};pn==null||pn.forEach(Ss=>{zo(Ss.items)}),window.filterVideoSign=[...Fi],yield L({type:"save",payload:{stages:pn,active:Ga,cust_seq:ln.cust_seq,videoList:Fi,attachmentList:Ha}})},*getVideoData({payload:T},{call:O,put:L,select:ve}){const ke=yield O(Nn.fn,T),{categories:ln=[],coruse_videos:Cn=[]}=ke;yield L({type:"save",payload:{stages:(ln==null?void 0:ln.length)>0?ln:[{coruse_videos:Cn,name:"\u672A\u5206\u914D\u76EE\u5F55"}]}})},*getCourseStageData({payload:T},{call:O,put:L,select:ve}){const ke=yield O(Yu.R7,T),{queryParams:ln}=yield ve(zo=>zo.videoDetail),{stages:Cn}=ke;let pn=[],Fi=[],Ha={};const Ga=zo=>{zo.forEach(Ss=>{String(Ss.id)===String(ln.videoId)&&(Ha=Ss),Ss.item_type==="VideoItem"?pn.push(Ss):Ss.item_type==="Attachment"&&Fi.push(Ss),Ss.children&&Ss.children.length&&Ga(Ss.children)})};Cn==null||Cn.forEach(zo=>{Ga(zo.items)}),window.filterVideoSign=[...pn],yield L({type:"save",payload:{active:Ha,stages:Cn,cust_seq:!0,videoList:pn,attachmentList:Fi}})}},reducers:{save(T,O){return ku(ku({},T),O.payload)},handleListItemClick(T,O){const{videoList:L,attachmentList:ve}=T,ke=O.payload.videoId||O.payload.attachmentId,ln=[...L,...ve].find(Cn=>`${Cn.id}`==`${ke}`);return yl(ku({},T),{active:ln,queryParams:ku(ku({},Xu()),O.payload)})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},lu=e(19985),Pl=Object.defineProperty,Jc=Object.getOwnPropertySymbols,Gl=Object.prototype.hasOwnProperty,Kl=Object.prototype.propertyIsEnumerable,eu=(T,O,L)=>O in T?Pl(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,cu=(T,O)=>{for(var L in O||(O={}))Gl.call(O,L)&&eu(T,L,O[L]);if(Jc)for(var L of Jc(O))Kl.call(O,L)&&eu(T,L,O[L]);return T},mu={namespace:"virtualSpaces",state:{showMenu:!0,loading:!0,actionTabs:{key:"",params:{},module_id:""},virtualSpacesDetails:{},menus:[],LessonsList:{},LessonDetail:{},LessonResList:{},DiscussionList:{},DiscussionDetail:{},Workplace:{BaseData:{}}},effects:{*getBaseStatisticData({payload:T},{call:O,put:L}){const ve=yield O(lu.y2,T);return yield L({type:"save",payload:{Workplace:{BaseData:ve.data}}}),ve},*putEditDiscussion({payload:T},{call:O,put:L}){return yield O(lu.CH,T)},*getDiscussionDetail({payload:T},{call:O,put:L}){const ve=yield O(lu.XQ,T);return yield L({type:"save",payload:{DiscussionDetail:ve}}),ve},*postDiscussionList({payload:T},{call:O,put:L}){return yield O(lu.Ll,T)},*getDiscussionList({payload:T},{call:O,put:L}){const ve=yield O(lu.EA,T);return yield L({type:"save",payload:{DiscussionList:ve}}),ve},*postAddLessonRes({payload:T},{call:O,put:L}){return yield O(lu.cZ,T)},*getLessonResourcesList({payload:T},{call:O,put:L}){const ve=yield O(lu.b,T);return yield L({type:"save",payload:{LessonResList:ve}}),ve},*putGoodLessonsDetail({payload:T},{call:O,put:L}){return yield O(lu.To,T)},*getGoodLessonsDetail({payload:T},{call:O,put:L}){const ve=yield O(lu.FU,T);return yield L({type:"save",payload:{LessonDetail:ve}}),ve},*postGoodLessonsList({payload:T},{call:O,put:L}){return yield O(lu.Vf,T)},*getGoodLessonsList({payload:T},{call:O,put:L}){const ve=yield O(lu.G_,T);return yield L({type:"save",payload:{LessonsList:ve}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:cu({},T)}})},*setShowMenu({payload:T},{call:O,put:L}){yield L({type:"save",payload:{showMenu:T}})},*getVirtualSpacesDetails({payload:T},{call:O,put:L}){const ve=yield O(lu.sT,T);yield L({type:"save",payload:{virtualSpacesDetails:cu({},ve)}})},*setVirtualSpacesLoading({payload:T},{call:O,put:L}){yield L({type:"save",payload:{loading:T}})},*getVirtualSpacesMenus({payload:T},{call:O,put:L}){const ve=yield O(lu.Sl,T);return yield L({type:"save",payload:{menus:ve}}),ve}},reducers:{save(T,O){return cu(cu({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}};const pc={model_1:{namespace:"account.index",model:b},model_2:{namespace:"classrooms.announcement",model:G},model_3:{namespace:"classrooms.attachment",model:se},model_4:{namespace:"classrooms.boards",model:Oe},model_5:{namespace:"classrooms.exercise",model:ze},model_6:{namespace:"classrooms.graduation",model:Le},model_7:{namespace:"classrooms.homeworks",model:Yt},model_8:{namespace:"classrooms.index",model:Ce},model_9:{namespace:"classrooms.new",model:gt},model_10:{namespace:"classrooms.overview",model:Lr},model_11:{namespace:"classrooms.polls",model:Nt},model_12:{namespace:"classrooms.teacher",model:Qn},model_13:{namespace:"classrooms.video",model:Ca},model_14:{namespace:"competitions.index",model:Ei},model_15:{namespace:"engineering.evaluateDetail",model:et},model_16:{namespace:"engineering.evaluateList",model:On.Z},model_17:{namespace:"engineering.index",model:bn},model_18:{namespace:"engineering.navigation",model:ya},model_19:{namespace:"engineering.normDetail",model:Yi},model_20:{namespace:"engineering.normList",model:Wa},model_21:{namespace:"forums.detail",model:Zo},model_22:{namespace:"forums.index",model:go},model_23:{namespace:"globalSetting",model:Bu},model_24:{namespace:"graduations.index",model:hr},model_25:{namespace:"homePage",model:kr},model_26:{namespace:"innovation.index",model:Sa},model_27:{namespace:"intraincourse.index",model:si},model_28:{namespace:"loading",model:Di},model_29:{namespace:"messages.index",model:Gs},model_30:{namespace:"paperlibrary.index",model:yr},model_31:{namespace:"paperlibrary.newPaper",model:ma},model_32:{namespace:"paths.detail",model:el},model_33:{namespace:"paths.index",model:Pt},model_34:{namespace:"paths.new",model:Jn},model_35:{namespace:"paths.overview",model:Qs},model_36:{namespace:"problemset.index",model:gl},model_37:{namespace:"problemset.preview",model:Bl},model_38:{namespace:"resetFul.index",model:uc},model_39:{namespace:"shixuns.detail",model:Zc},model_40:{namespace:"shixuns.index",model:su},model_41:{namespace:"shixuns.new",model:Hu},model_42:{namespace:"shixuns.overview",model:Kc},model_43:{namespace:"shixuns.practiceSetting",model:cc},model_44:{namespace:"user.detail",model:kc},model_45:{namespace:"user.index",model:uu},model_46:{namespace:"video.detail",model:xf},model_47:{namespace:"virtualSpaces.index",model:mu}};var Il=Object.defineProperty,ef=Object.getOwnPropertySymbols,bl=Object.prototype.hasOwnProperty,zu=Object.prototype.propertyIsEnumerable,mc=(T,O,L)=>O in T?Il(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,vc=(T,O)=>{for(var L in O||(O={}))bl.call(O,L)&&mc(T,L,O[L]);if(ef)for(var L of ef(O))zu.call(O,L)&&mc(T,L,O[L]);return T};let Yl;function Lc(T){const{pluginManager:O}=(0,f.useAppData)(),L=(0,c.useRef)(),ve=O.applyPlugins({key:"dva",type:f.ApplyPluginsType.modify,initialValue:{}});if(!L.current){L.current=(0,r.Ue)(vc({history:f.history},ve.config||{}),{initialReducer:{},setupMiddlewares(ke){return[...ke]},setupApp(ke){ke._history=f.history}}),Yl=L.current,L.current.use(l()()),(ve.plugins||[]).forEach(ke=>{L.current.use(ke)});for(const ke of Object.keys(pc))L.current.model(vc({namespace:pc[ke].namespace},pc[ke].model));L.current.start()}return c.createElement(r.zt,{store:L.current._store},T.children)}function wf(){return Yl}},26108:function(d,_,e){"use strict";e.d(_,{PZ:function(){return gi},eU:function(){return a},B:function(){return oa},Mg:function(){return dt},lw:function(){return ut},Kd:function(){return Ot},H8:function(){return Ei}});var r=e(59301),i=e(94266),l=e.n(i);const c=l()||i;function f(We){return We.displayName||We.name||"Component"}const o=r.createContext(null),{Consumer:h,Provider:u}=o,a=u,x=null;function p(We,et){const{intlPropName:ye="intl",forwardRef:it=!1,enforceContext:sr=!0}=et||{},xr=Or=>React.createElement(h,null,Cr=>(sr&&invariantIntlContext(Cr),React.createElement(We,Object.assign({},Or,{[ye]:Cr},{ref:it?Or.forwardedRef:null}))));return xr.displayName=`injectIntl(${f(We)})`,xr.WrappedComponent=We,c(it?React.forwardRef((Or,Cr)=>React.createElement(xr,Object.assign({},Or,{forwardedRef:Cr}))):xr,We)}var y;(function(We){We[We.literal=0]="literal",We[We.argument=1]="argument",We[We.number=2]="number",We[We.date=3]="date",We[We.time=4]="time",We[We.select=5]="select",We[We.plural=6]="plural",We[We.pound=7]="pound"})(y||(y={}));function m(We){return We.type===y.literal}function b(We){return We.type===y.argument}function S(We){return We.type===y.number}function D(We){return We.type===y.date}function R(We){return We.type===y.time}function A(We){return We.type===y.select}function P(We){return We.type===y.plural}function M(We){return We.type===y.pound}function B(We){return!!(We&&typeof We=="object"&&We.type===0)}function N(We){return!!(We&&typeof We=="object"&&We.type===1)}function G(We){return{type:y.literal,value:We}}function H(We,et){return{type:y.number,value:We,style:et}}var W=function(){var We=function(et,ye){return We=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(it,sr){it.__proto__=sr}||function(it,sr){for(var xr in sr)sr.hasOwnProperty(xr)&&(it[xr]=sr[xr])},We(et,ye)};return function(et,ye){We(et,ye);function it(){this.constructor=et}et.prototype=ye===null?Object.create(ye):(it.prototype=ye.prototype,new it)}}(),ae=function(){return ae=Object.assign||function(We){for(var et,ye=1,it=arguments.length;ye<it;ye++){et=arguments[ye];for(var sr in et)Object.prototype.hasOwnProperty.call(et,sr)&&(We[sr]=et[sr])}return We},ae.apply(this,arguments)},ne=function(We){W(et,We);function et(ye,it,sr,xr){var Or=We.call(this)||this;return Or.message=ye,Or.expected=it,Or.found=sr,Or.location=xr,Or.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(Or,et),Or}return et.buildMessage=function(ye,it){function sr(wr){return wr.charCodeAt(0).toString(16).toUpperCase()}function xr(wr){return wr.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(fn){return"\\x0"+sr(fn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(fn){return"\\x"+sr(fn)})}function Or(wr){return wr.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(fn){return"\\x0"+sr(fn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(fn){return"\\x"+sr(fn)})}function Cr(wr){switch(wr.type){case"literal":return'"'+xr(wr.text)+'"';case"class":var fn=wr.parts.map(function(nn){return Array.isArray(nn)?Or(nn[0])+"-"+Or(nn[1]):Or(nn)});return"["+(wr.inverted?"^":"")+fn+"]";case"any":return"any character";case"end":return"end of input";case"other":return wr.description}}function Ur(wr){var fn=wr.map(Cr),nn,cn;if(fn.sort(),fn.length>0){for(nn=1,cn=1;nn<fn.length;nn++)fn[nn-1]!==fn[nn]&&(fn[cn]=fn[nn],cn++);fn.length=cn}switch(fn.length){case 1:return fn[0];case 2:return fn[0]+" or "+fn[1];default:return fn.slice(0,-1).join(", ")+", or "+fn[fn.length-1]}}function bn(wr){return wr?'"'+xr(wr)+'"':"end of input"}return"Expected "+Ur(ye)+" but "+bn(it)+" found."},et}(Error);function oe(We,et){et=et!==void 0?et:{};var ye={},it={start:Qe},sr=Qe,xr=function(ge){return ge.join("")},Or=function(ge){return ae({type:y.literal,value:ge},Ra())},Cr="#",Ur=Mi("#",!1),bn=function(){return ae({type:y.pound},Ra())},wr=Ba("argumentElement"),fn="{",nn=Mi("{",!1),cn="}",Pn=Mi("}",!1),Pa=function(ge){return ae({type:y.argument,value:ge},Ra())},Li=Ba("numberSkeletonId"),vi=/^['\/{}]/,yn=Co(["'","/","{","}"],!1,!1),fi=oo(),Gi=Ba("numberSkeletonTokenOption"),ya="/",Vs=Mi("/",!1),ba=function(ge){return ge},Fs=Ba("numberSkeletonToken"),Ys=function(ge,Se){return{stem:ge,options:Se}},es=function(ge){return ae({type:0,tokens:ge},Ra())},Ws="::",qn=Mi("::",!1),Es=function(ge){return ge},fs=function(){return pa.push("numberArgStyle"),!0},Xs=function(ge){return pa.pop(),ge.replace(/\s*$/,"")},Yi=",",Bs=Mi(",",!1),Ko="number",Va=Mi("number",!1),ha=function(ge,Se,Er){return ae({type:Se==="number"?y.number:Se==="date"?y.date:y.time,style:Er&&Er[2],value:ge},Ra())},is="'",vo=Mi("'",!1),jn=/^[^']/,ts=Co(["'"],!0,!1),Ps=/^[^a-zA-Z'{}]/,Is=Co([["a","z"],["A","Z"],"'","{","}"],!0,!1),Wi=/^[a-zA-Z]/,Xa=Co([["a","z"],["A","Z"]],!1,!1),Wa=function(ge){return ae({type:1,pattern:ge},Ra())},Rs=function(){return pa.push("dateOrTimeArgStyle"),!0},_o="date",$o=Mi("date",!1),Vo="time",Yo=Mi("time",!1),rs="plural",_s=Mi("plural",!1),Ao="selectordinal",Zo=Mi("selectordinal",!1),Lo="offset:",Xo=Mi("offset:",!1),yi=function(ge,Se,Er,en){return ae({type:y.plural,pluralType:Se==="plural"?"cardinal":"ordinal",value:ge,offset:Er?Er[2]:0,options:en.reduce(function(yr,Qr){var In=Qr.id,ii=Qr.value,$i=Qr.location;return In in yr&&Ns('Duplicate option "'+In+'" in plural element: "'+Ki()+'"',Sa()),yr[In]={value:ii,location:$i},yr},{})},Ra())},hi="select",as=Mi("select",!1),ds=function(ge,Se){return ae({type:y.select,value:ge,options:Se.reduce(function(Er,en){var yr=en.id,Qr=en.value,In=en.location;return yr in Er&&Ns('Duplicate option "'+yr+'" in select element: "'+Ki()+'"',Sa()),Er[yr]={value:Qr,location:In},Er},{})},Ra())},ss="=",go=Mi("=",!1),Wo=function(ge){return pa.push("select"),!0},du=function(ge,Se){return pa.pop(),ae({id:ge,value:Se},Ra())},Ls=function(ge){return pa.push("plural"),!0},tu=function(ge,Se){return pa.pop(),ae({id:ge,value:Se},Ra())},hu=Ba("whitespace"),Iu=/^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Mo=Co([[" ","\r"]," ","\x85","\xA0","\u1680",["\u2000","\u200A"],"\u2028","\u2029","\u202F","\u205F","\u3000"],!1,!1),Ju=Ba("syntax pattern"),Fo=/^[!-\/:-@[-\^`{-~\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]/,mo=Co([["!","/"],[":","@"],["[","^"],"`",["{","~"],["\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),gu=Ba("optional whitespace"),Bu=Ba("number"),Do="-",Bo=Mi("-",!1),Ou=function(ge,Se){return Se?ge?-Se:Se:0},Qo=Ba("apostrophe"),ru=Ba("double apostrophes"),Os="''",Ho=Mi("''",!1),Nu=function(){return"'"},qt=function(ge,Se){return ge+Se.replace("''","'")},hr=function(ge){return ge!=="{"&&!(js()&&ge==="#")&&!(us()&&ge==="}")},ur=`
`,pr=Mi(`
`,!1),Sr=function(ge){return ge==="{"||ge==="}"||js()&&ge==="#"},vn=Ba("argNameOrNumber"),Wn=Ba("argNumber"),Rn="0",Hn=Mi("0",!1),oi=function(){return 0},ai=/^[1-9]/,fr=Co([["1","9"]],!1,!1),Fr=/^[0-9]/,kr=Co([["0","9"]],!1,!1),En=function(ge){return parseInt(ge.join(""),10)},Sn=Ba("argName"),mt=0,Un=0,Gn=[{line:1,column:1}],Oi=0,qi=[],er=0,ia;if(et.startRule!==void 0){if(!(et.startRule in it))throw new Error(`Can't start parsing from rule "`+et.startRule+'".');sr=it[et.startRule]}function Ki(){return We.substring(Un,mt)}function Sa(){return yo(Un,mt)}function gs(ge,Se){throw Se=Se!==void 0?Se:yo(Un,mt),uo([Ba(ge)],We.substring(Un,mt),Se)}function Ns(ge,Se){throw Se=Se!==void 0?Se:yo(Un,mt),Hs(ge,Se)}function Mi(ge,Se){return{type:"literal",text:ge,ignoreCase:Se}}function Co(ge,Se,Er){return{type:"class",parts:ge,inverted:Se,ignoreCase:Er}}function oo(){return{type:"any"}}function Ms(){return{type:"end"}}function Ba(ge){return{type:"other",description:ge}}function Ds(ge){var Se=Gn[ge],Er;if(Se)return Se;for(Er=ge-1;!Gn[Er];)Er--;for(Se=Gn[Er],Se={line:Se.line,column:Se.column};Er<ge;)We.charCodeAt(Er)===10?(Se.line++,Se.column=1):Se.column++,Er++;return Gn[ge]=Se,Se}function yo(ge,Se){var Er=Ds(ge),en=Ds(Se);return{start:{offset:ge,line:Er.line,column:Er.column},end:{offset:Se,line:en.line,column:en.column}}}function Zn(ge){mt<Oi||(mt>Oi&&(Oi=mt,qi=[]),qi.push(ge))}function Hs(ge,Se){return new ne(ge,[],"",Se)}function uo(ge,Se,Er){return new ne(ne.buildMessage(ge,Se),ge,Se,Er)}function Qe(){var ge;return ge=qe(),ge}function qe(){var ge,Se;for(ge=[],Se=jt();Se!==ye;)ge.push(Se),Se=jt();return ge}function jt(){var ge;return ge=gr(),ge===ye&&(ge=Zr(),ge===ye&&(ge=Pi(),ge===ye&&(ge=bi(),ge===ye&&(ge=xa(),ge===ye&&(ge=Mr()))))),ge}function Vt(){var ge,Se,Er;if(ge=mt,Se=[],Er=hs(),Er===ye&&(Er=xo(),Er===ye&&(Er=ps())),Er!==ye)for(;Er!==ye;)Se.push(Er),Er=hs(),Er===ye&&(Er=xo(),Er===ye&&(Er=ps()));else Se=ye;return Se!==ye&&(Un=ge,Se=xr(Se)),ge=Se,ge}function gr(){var ge,Se;return ge=mt,Se=Vt(),Se!==ye&&(Un=ge,Se=Or(Se)),ge=Se,ge}function Mr(){var ge,Se;return ge=mt,We.charCodeAt(mt)===35?(Se=Cr,mt++):(Se=ye,er===0&&Zn(Ur)),Se!==ye&&(Un=ge,Se=bn()),ge=Se,ge}function Zr(){var ge,Se,Er,en,yr,Qr;return er++,ge=mt,We.charCodeAt(mt)===123?(Se=fn,mt++):(Se=ye,er===0&&Zn(nn)),Se!==ye?(Er=Ni(),Er!==ye?(en=os(),en!==ye?(yr=Ni(),yr!==ye?(We.charCodeAt(mt)===125?(Qr=cn,mt++):(Qr=ye,er===0&&Zn(Pn)),Qr!==ye?(Un=ge,Se=Pa(en),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye),er--,ge===ye&&(Se=ye,er===0&&Zn(wr)),ge}function _n(){var ge,Se,Er,en,yr;if(er++,ge=mt,Se=[],Er=mt,en=mt,er++,yr=Qa(),yr===ye&&(vi.test(We.charAt(mt))?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(yn))),er--,yr===ye?en=void 0:(mt=en,en=ye),en!==ye?(We.length>mt?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(fi)),yr!==ye?(en=[en,yr],Er=en):(mt=Er,Er=ye)):(mt=Er,Er=ye),Er!==ye)for(;Er!==ye;)Se.push(Er),Er=mt,en=mt,er++,yr=Qa(),yr===ye&&(vi.test(We.charAt(mt))?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(yn))),er--,yr===ye?en=void 0:(mt=en,en=ye),en!==ye?(We.length>mt?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(fi)),yr!==ye?(en=[en,yr],Er=en):(mt=Er,Er=ye)):(mt=Er,Er=ye);else Se=ye;return Se!==ye?ge=We.substring(ge,mt):ge=Se,er--,ge===ye&&(Se=ye,er===0&&Zn(Li)),ge}function on(){var ge,Se,Er;return er++,ge=mt,We.charCodeAt(mt)===47?(Se=ya,mt++):(Se=ye,er===0&&Zn(Vs)),Se!==ye?(Er=_n(),Er!==ye?(Un=ge,Se=ba(Er),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye),er--,ge===ye&&(Se=ye,er===0&&Zn(Gi)),ge}function gn(){var ge,Se,Er,en,yr;if(er++,ge=mt,Se=Ni(),Se!==ye)if(Er=_n(),Er!==ye){for(en=[],yr=on();yr!==ye;)en.push(yr),yr=on();en!==ye?(Un=ge,Se=Ys(Er,en),ge=Se):(mt=ge,ge=ye)}else mt=ge,ge=ye;else mt=ge,ge=ye;return er--,ge===ye&&(Se=ye,er===0&&Zn(Fs)),ge}function ni(){var ge,Se,Er;if(ge=mt,Se=[],Er=gn(),Er!==ye)for(;Er!==ye;)Se.push(Er),Er=gn();else Se=ye;return Se!==ye&&(Un=ge,Se=es(Se)),ge=Se,ge}function si(){var ge,Se,Er;return ge=mt,We.substr(mt,2)===Ws?(Se=Ws,mt+=2):(Se=ye,er===0&&Zn(qn)),Se!==ye?(Er=ni(),Er!==ye?(Un=ge,Se=Es(Er),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye),ge===ye&&(ge=mt,Un=mt,Se=fs(),Se?Se=void 0:Se=ye,Se!==ye?(Er=Vt(),Er!==ye?(Un=ge,Se=Xs(Er),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)),ge}function Si(){var ge,Se,Er,en,yr,Qr,In,ii,$i,zn,Mn,Kn,ma;return ge=mt,We.charCodeAt(mt)===123?(Se=fn,mt++):(Se=ye,er===0&&Zn(nn)),Se!==ye?(Er=Ni(),Er!==ye?(en=os(),en!==ye?(yr=Ni(),yr!==ye?(We.charCodeAt(mt)===44?(Qr=Yi,mt++):(Qr=ye,er===0&&Zn(Bs)),Qr!==ye?(In=Ni(),In!==ye?(We.substr(mt,6)===Ko?(ii=Ko,mt+=6):(ii=ye,er===0&&Zn(Va)),ii!==ye?($i=Ni(),$i!==ye?(zn=mt,We.charCodeAt(mt)===44?(Mn=Yi,mt++):(Mn=ye,er===0&&Zn(Bs)),Mn!==ye?(Kn=Ni(),Kn!==ye?(ma=si(),ma!==ye?(Mn=[Mn,Kn,ma],zn=Mn):(mt=zn,zn=ye)):(mt=zn,zn=ye)):(mt=zn,zn=ye),zn===ye&&(zn=null),zn!==ye?(Mn=Ni(),Mn!==ye?(We.charCodeAt(mt)===125?(Kn=cn,mt++):(Kn=ye,er===0&&Zn(Pn)),Kn!==ye?(Un=ge,Se=ha(en,ii,zn),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye),ge}function Di(){var ge,Se,Er,en;if(ge=mt,We.charCodeAt(mt)===39?(Se=is,mt++):(Se=ye,er===0&&Zn(vo)),Se!==ye){if(Er=[],en=hs(),en===ye&&(jn.test(We.charAt(mt))?(en=We.charAt(mt),mt++):(en=ye,er===0&&Zn(ts))),en!==ye)for(;en!==ye;)Er.push(en),en=hs(),en===ye&&(jn.test(We.charAt(mt))?(en=We.charAt(mt),mt++):(en=ye,er===0&&Zn(ts)));else Er=ye;Er!==ye?(We.charCodeAt(mt)===39?(en=is,mt++):(en=ye,er===0&&Zn(vo)),en!==ye?(Se=[Se,Er,en],ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)}else mt=ge,ge=ye;if(ge===ye)if(ge=[],Se=hs(),Se===ye&&(Ps.test(We.charAt(mt))?(Se=We.charAt(mt),mt++):(Se=ye,er===0&&Zn(Is))),Se!==ye)for(;Se!==ye;)ge.push(Se),Se=hs(),Se===ye&&(Ps.test(We.charAt(mt))?(Se=We.charAt(mt),mt++):(Se=ye,er===0&&Zn(Is)));else ge=ye;return ge}function Ji(){var ge,Se;if(ge=[],Wi.test(We.charAt(mt))?(Se=We.charAt(mt),mt++):(Se=ye,er===0&&Zn(Xa)),Se!==ye)for(;Se!==ye;)ge.push(Se),Wi.test(We.charAt(mt))?(Se=We.charAt(mt),mt++):(Se=ye,er===0&&Zn(Xa));else ge=ye;return ge}function Hi(){var ge,Se,Er,en;if(ge=mt,Se=mt,Er=[],en=Di(),en===ye&&(en=Ji()),en!==ye)for(;en!==ye;)Er.push(en),en=Di(),en===ye&&(en=Ji());else Er=ye;return Er!==ye?Se=We.substring(Se,mt):Se=Er,Se!==ye&&(Un=ge,Se=Wa(Se)),ge=Se,ge}function Ti(){var ge,Se,Er;return ge=mt,We.substr(mt,2)===Ws?(Se=Ws,mt+=2):(Se=ye,er===0&&Zn(qn)),Se!==ye?(Er=Hi(),Er!==ye?(Un=ge,Se=Es(Er),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye),ge===ye&&(ge=mt,Un=mt,Se=Rs(),Se?Se=void 0:Se=ye,Se!==ye?(Er=Vt(),Er!==ye?(Un=ge,Se=Xs(Er),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)),ge}function Ia(){var ge,Se,Er,en,yr,Qr,In,ii,$i,zn,Mn,Kn,ma;return ge=mt,We.charCodeAt(mt)===123?(Se=fn,mt++):(Se=ye,er===0&&Zn(nn)),Se!==ye?(Er=Ni(),Er!==ye?(en=os(),en!==ye?(yr=Ni(),yr!==ye?(We.charCodeAt(mt)===44?(Qr=Yi,mt++):(Qr=ye,er===0&&Zn(Bs)),Qr!==ye?(In=Ni(),In!==ye?(We.substr(mt,4)===_o?(ii=_o,mt+=4):(ii=ye,er===0&&Zn($o)),ii===ye&&(We.substr(mt,4)===Vo?(ii=Vo,mt+=4):(ii=ye,er===0&&Zn(Yo))),ii!==ye?($i=Ni(),$i!==ye?(zn=mt,We.charCodeAt(mt)===44?(Mn=Yi,mt++):(Mn=ye,er===0&&Zn(Bs)),Mn!==ye?(Kn=Ni(),Kn!==ye?(ma=Ti(),ma!==ye?(Mn=[Mn,Kn,ma],zn=Mn):(mt=zn,zn=ye)):(mt=zn,zn=ye)):(mt=zn,zn=ye),zn===ye&&(zn=null),zn!==ye?(Mn=Ni(),Mn!==ye?(We.charCodeAt(mt)===125?(Kn=cn,mt++):(Kn=ye,er===0&&Zn(Pn)),Kn!==ye?(Un=ge,Se=ha(en,ii,zn),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye),ge}function Pi(){var ge;return ge=Si(),ge===ye&&(ge=Ia()),ge}function bi(){var ge,Se,Er,en,yr,Qr,In,ii,$i,zn,Mn,Kn,ma,ta,No,To;if(ge=mt,We.charCodeAt(mt)===123?(Se=fn,mt++):(Se=ye,er===0&&Zn(nn)),Se!==ye)if(Er=Ni(),Er!==ye)if(en=os(),en!==ye)if(yr=Ni(),yr!==ye)if(We.charCodeAt(mt)===44?(Qr=Yi,mt++):(Qr=ye,er===0&&Zn(Bs)),Qr!==ye)if(In=Ni(),In!==ye)if(We.substr(mt,6)===rs?(ii=rs,mt+=6):(ii=ye,er===0&&Zn(_s)),ii===ye&&(We.substr(mt,13)===Ao?(ii=Ao,mt+=13):(ii=ye,er===0&&Zn(Zo))),ii!==ye)if($i=Ni(),$i!==ye)if(We.charCodeAt(mt)===44?(zn=Yi,mt++):(zn=ye,er===0&&Zn(Bs)),zn!==ye)if(Mn=Ni(),Mn!==ye)if(Kn=mt,We.substr(mt,7)===Lo?(ma=Lo,mt+=7):(ma=ye,er===0&&Zn(Xo)),ma!==ye?(ta=Ni(),ta!==ye?(No=ka(),No!==ye?(ma=[ma,ta,No],Kn=ma):(mt=Kn,Kn=ye)):(mt=Kn,Kn=ye)):(mt=Kn,Kn=ye),Kn===ye&&(Kn=null),Kn!==ye)if(ma=Ni(),ma!==ye){if(ta=[],No=ea(),No!==ye)for(;No!==ye;)ta.push(No),No=ea();else ta=ye;ta!==ye?(No=Ni(),No!==ye?(We.charCodeAt(mt)===125?(To=cn,mt++):(To=ye,er===0&&Zn(Pn)),To!==ye?(Un=ge,Se=yi(en,ii,Kn,ta),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)}else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;return ge}function xa(){var ge,Se,Er,en,yr,Qr,In,ii,$i,zn,Mn,Kn,ma,ta;if(ge=mt,We.charCodeAt(mt)===123?(Se=fn,mt++):(Se=ye,er===0&&Zn(nn)),Se!==ye)if(Er=Ni(),Er!==ye)if(en=os(),en!==ye)if(yr=Ni(),yr!==ye)if(We.charCodeAt(mt)===44?(Qr=Yi,mt++):(Qr=ye,er===0&&Zn(Bs)),Qr!==ye)if(In=Ni(),In!==ye)if(We.substr(mt,6)===hi?(ii=hi,mt+=6):(ii=ye,er===0&&Zn(as)),ii!==ye)if($i=Ni(),$i!==ye)if(We.charCodeAt(mt)===44?(zn=Yi,mt++):(zn=ye,er===0&&Zn(Bs)),zn!==ye)if(Mn=Ni(),Mn!==ye){if(Kn=[],ma=Gs(),ma!==ye)for(;ma!==ye;)Kn.push(ma),ma=Gs();else Kn=ye;Kn!==ye?(ma=Ni(),ma!==ye?(We.charCodeAt(mt)===125?(ta=cn,mt++):(ta=ye,er===0&&Zn(Pn)),ta!==ye?(Un=ge,Se=ds(en,Kn),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)}else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;else mt=ge,ge=ye;return ge}function bo(){var ge,Se,Er,en;return ge=mt,Se=mt,We.charCodeAt(mt)===61?(Er=ss,mt++):(Er=ye,er===0&&Zn(go)),Er!==ye?(en=ka(),en!==ye?(Er=[Er,en],Se=Er):(mt=Se,Se=ye)):(mt=Se,Se=ye),Se!==ye?ge=We.substring(ge,mt):ge=Se,ge===ye&&(ge=ks()),ge}function Gs(){var ge,Se,Er,en,yr,Qr,In,ii;return ge=mt,Se=Ni(),Se!==ye?(Er=ks(),Er!==ye?(en=Ni(),en!==ye?(We.charCodeAt(mt)===123?(yr=fn,mt++):(yr=ye,er===0&&Zn(nn)),yr!==ye?(Un=mt,Qr=Wo(Er),Qr?Qr=void 0:Qr=ye,Qr!==ye?(In=qe(),In!==ye?(We.charCodeAt(mt)===125?(ii=cn,mt++):(ii=ye,er===0&&Zn(Pn)),ii!==ye?(Un=ge,Se=du(Er,In),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye),ge}function ea(){var ge,Se,Er,en,yr,Qr,In,ii;return ge=mt,Se=Ni(),Se!==ye?(Er=bo(),Er!==ye?(en=Ni(),en!==ye?(We.charCodeAt(mt)===123?(yr=fn,mt++):(yr=ye,er===0&&Zn(nn)),yr!==ye?(Un=mt,Qr=Ls(Er),Qr?Qr=void 0:Qr=ye,Qr!==ye?(In=qe(),In!==ye?(We.charCodeAt(mt)===125?(ii=cn,mt++):(ii=ye,er===0&&Zn(Pn)),ii!==ye?(Un=ge,Se=tu(Er,In),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye)):(mt=ge,ge=ye),ge}function Qa(){var ge,Se;return er++,Iu.test(We.charAt(mt))?(ge=We.charAt(mt),mt++):(ge=ye,er===0&&Zn(Mo)),er--,ge===ye&&(Se=ye,er===0&&Zn(hu)),ge}function fa(){var ge,Se;return er++,Fo.test(We.charAt(mt))?(ge=We.charAt(mt),mt++):(ge=ye,er===0&&Zn(mo)),er--,ge===ye&&(Se=ye,er===0&&Zn(Ju)),ge}function Ni(){var ge,Se,Er;for(er++,ge=mt,Se=[],Er=Qa();Er!==ye;)Se.push(Er),Er=Qa();return Se!==ye?ge=We.substring(ge,mt):ge=Se,er--,ge===ye&&(Se=ye,er===0&&Zn(gu)),ge}function ka(){var ge,Se,Er;return er++,ge=mt,We.charCodeAt(mt)===45?(Se=Do,mt++):(Se=ye,er===0&&Zn(Bo)),Se===ye&&(Se=null),Se!==ye?(Er=ms(),Er!==ye?(Un=ge,Se=Ou(Se,Er),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye),er--,ge===ye&&(Se=ye,er===0&&Zn(Bu)),ge}function qa(){var ge,Se;return er++,We.charCodeAt(mt)===39?(ge=is,mt++):(ge=ye,er===0&&Zn(vo)),er--,ge===ye&&(Se=ye,er===0&&Zn(Qo)),ge}function hs(){var ge,Se;return er++,ge=mt,We.substr(mt,2)===Os?(Se=Os,mt+=2):(Se=ye,er===0&&Zn(Ho)),Se!==ye&&(Un=ge,Se=Nu()),ge=Se,er--,ge===ye&&(Se=ye,er===0&&Zn(ru)),ge}function xo(){var ge,Se,Er,en,yr,Qr;if(ge=mt,We.charCodeAt(mt)===39?(Se=is,mt++):(Se=ye,er===0&&Zn(vo)),Se!==ye)if(Er=ko(),Er!==ye){for(en=mt,yr=[],We.substr(mt,2)===Os?(Qr=Os,mt+=2):(Qr=ye,er===0&&Zn(Ho)),Qr===ye&&(jn.test(We.charAt(mt))?(Qr=We.charAt(mt),mt++):(Qr=ye,er===0&&Zn(ts)));Qr!==ye;)yr.push(Qr),We.substr(mt,2)===Os?(Qr=Os,mt+=2):(Qr=ye,er===0&&Zn(Ho)),Qr===ye&&(jn.test(We.charAt(mt))?(Qr=We.charAt(mt),mt++):(Qr=ye,er===0&&Zn(ts)));yr!==ye?en=We.substring(en,mt):en=yr,en!==ye?(We.charCodeAt(mt)===39?(yr=is,mt++):(yr=ye,er===0&&Zn(vo)),yr===ye&&(yr=null),yr!==ye?(Un=ge,Se=qt(Er,en),ge=Se):(mt=ge,ge=ye)):(mt=ge,ge=ye)}else mt=ge,ge=ye;else mt=ge,ge=ye;return ge}function ps(){var ge,Se,Er,en;return ge=mt,Se=mt,We.length>mt?(Er=We.charAt(mt),mt++):(Er=ye,er===0&&Zn(fi)),Er!==ye?(Un=mt,en=hr(Er),en?en=void 0:en=ye,en!==ye?(Er=[Er,en],Se=Er):(mt=Se,Se=ye)):(mt=Se,Se=ye),Se===ye&&(We.charCodeAt(mt)===10?(Se=ur,mt++):(Se=ye,er===0&&Zn(pr))),Se!==ye?ge=We.substring(ge,mt):ge=Se,ge}function ko(){var ge,Se,Er,en;return ge=mt,Se=mt,We.length>mt?(Er=We.charAt(mt),mt++):(Er=ye,er===0&&Zn(fi)),Er!==ye?(Un=mt,en=Sr(Er),en?en=void 0:en=ye,en!==ye?(Er=[Er,en],Se=Er):(mt=Se,Se=ye)):(mt=Se,Se=ye),Se!==ye?ge=We.substring(ge,mt):ge=Se,ge}function os(){var ge,Se;return er++,ge=mt,Se=ms(),Se===ye&&(Se=ks()),Se!==ye?ge=We.substring(ge,mt):ge=Se,er--,ge===ye&&(Se=ye,er===0&&Zn(vn)),ge}function ms(){var ge,Se,Er,en,yr;if(er++,ge=mt,We.charCodeAt(mt)===48?(Se=Rn,mt++):(Se=ye,er===0&&Zn(Hn)),Se!==ye&&(Un=ge,Se=oi()),ge=Se,ge===ye){if(ge=mt,Se=mt,ai.test(We.charAt(mt))?(Er=We.charAt(mt),mt++):(Er=ye,er===0&&Zn(fr)),Er!==ye){for(en=[],Fr.test(We.charAt(mt))?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(kr));yr!==ye;)en.push(yr),Fr.test(We.charAt(mt))?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(kr));en!==ye?(Er=[Er,en],Se=Er):(mt=Se,Se=ye)}else mt=Se,Se=ye;Se!==ye&&(Un=ge,Se=En(Se)),ge=Se}return er--,ge===ye&&(Se=ye,er===0&&Zn(Wn)),ge}function ks(){var ge,Se,Er,en,yr;if(er++,ge=mt,Se=[],Er=mt,en=mt,er++,yr=Qa(),yr===ye&&(yr=fa()),er--,yr===ye?en=void 0:(mt=en,en=ye),en!==ye?(We.length>mt?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(fi)),yr!==ye?(en=[en,yr],Er=en):(mt=Er,Er=ye)):(mt=Er,Er=ye),Er!==ye)for(;Er!==ye;)Se.push(Er),Er=mt,en=mt,er++,yr=Qa(),yr===ye&&(yr=fa()),er--,yr===ye?en=void 0:(mt=en,en=ye),en!==ye?(We.length>mt?(yr=We.charAt(mt),mt++):(yr=ye,er===0&&Zn(fi)),yr!==ye?(en=[en,yr],Er=en):(mt=Er,Er=ye)):(mt=Er,Er=ye);else Se=ye;return Se!==ye?ge=We.substring(ge,mt):ge=Se,er--,ge===ye&&(Se=ye,er===0&&Zn(Sn)),ge}var pa=["root"];function us(){return pa.length>1}function js(){return pa[pa.length-1]==="plural"}function Ra(){return et&&et.captureLocation?{location:Sa()}:{}}if(ia=sr(),ia!==ye&&mt===We.length)return ia;throw ia!==ye&&mt<We.length&&Zn(Ms()),uo(qi,Oi<We.length?We.charAt(Oi):null,Oi<We.length?yo(Oi,Oi+1):yo(Oi,Oi))}var q=oe,J=function(){for(var We=0,et=0,ye=arguments.length;et<ye;et++)We+=arguments[et].length;for(var it=Array(We),sr=0,et=0;et<ye;et++)for(var xr=arguments[et],Or=0,Cr=xr.length;Or<Cr;Or++,sr++)it[sr]=xr[Or];return it},K=/(^|[^\\])#/g;function se(We){We.forEach(function(et){!P(et)&&!A(et)||Object.keys(et.options).forEach(function(ye){for(var it,sr=et.options[ye],xr=-1,Or=void 0,Cr=0;Cr<sr.value.length;Cr++){var Ur=sr.value[Cr];if(m(Ur)&&K.test(Ur.value)){xr=Cr,Or=Ur;break}}if(Or){var bn=Or.value.replace(K,"$1{"+et.value+", number}"),wr=q(bn);(it=sr.value).splice.apply(it,J([xr,1],wr))}se(sr.value)})})}function ee(We,et){var ye=q(We,et);return(!et||et.normalizeHashtagInPlural!==!1)&&se(ye),ye}var Q=function(){for(var We=0,et=0,ye=arguments.length;et<ye;et++)We+=arguments[et].length;for(var it=Array(We),sr=0,et=0;et<ye;et++)for(var xr=arguments[et],Or=0,Cr=xr.length;Or<Cr;Or++,sr++)it[sr]=xr[Or];return it};function le(We){return JSON.stringify(We.map(function(et){return et&&typeof et=="object"?$(et):et}))}function $(We){return Object.keys(We).sort().map(function(et){var ye;return ye={},ye[et]=We[et],ye})}var j=function(We,et){return et===void 0&&(et={}),function(){for(var ye,it=[],sr=0;sr<arguments.length;sr++)it[sr]=arguments[sr];var xr=le(it),Or=xr&&et[xr];return Or||(Or=new((ye=We).bind.apply(ye,Q([void 0],it))),xr&&(et[xr]=Or)),Or}},ie=j,me=function(){return me=Object.assign||function(We){for(var et,ye=1,it=arguments.length;ye<it;ye++){et=arguments[ye];for(var sr in et)Object.prototype.hasOwnProperty.call(et,sr)&&(We[sr]=et[sr])}return We},me.apply(this,arguments)},Te=/(?:[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 Oe(We){var et={};return We.replace(Te,function(ye){var it=ye.length;switch(ye[0]){case"G":et.era=it===4?"long":it===5?"narrow":"short";break;case"y":et.year=it===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":et.month=["numeric","2-digit","short","long","narrow"][it-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":et.day=["numeric","2-digit"][it-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":et.weekday=it===4?"short":it===5?"narrow":"short";break;case"e":if(it<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");et.weekday=["short","long","narrow","short"][it-4];break;case"c":if(it<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");et.weekday=["short","long","narrow","short"][it-4];break;case"a":et.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":et.hourCycle="h12",et.hour=["numeric","2-digit"][it-1];break;case"H":et.hourCycle="h23",et.hour=["numeric","2-digit"][it-1];break;case"K":et.hourCycle="h11",et.hour=["numeric","2-digit"][it-1];break;case"k":et.hourCycle="h24",et.hour=["numeric","2-digit"][it-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":et.minute=["numeric","2-digit"][it-1];break;case"s":et.second=["numeric","2-digit"][it-1];break;case"S":case"A":throw new RangeError("`S/A` (second) pattenrs are not supported, use `s` instead");case"z":et.timeZoneName=it<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""}),et}function Ge(We){return We.replace(/^(.*?)-/,"")}var Ue=/^\.(?:(0+)(\+|#+)?)?$/g,Mt=/^(@+)?(\+|#+)?$/g;function yt(We){var et={};return We.replace(Mt,function(ye,it,sr){return typeof sr!="string"?(et.minimumSignificantDigits=it.length,et.maximumSignificantDigits=it.length):sr==="+"?et.minimumSignificantDigits=it.length:it[0]==="#"?et.maximumSignificantDigits=it.length:(et.minimumSignificantDigits=it.length,et.maximumSignificantDigits=it.length+(typeof sr=="string"?sr.length:0)),""}),et}function kt(We){switch(We){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 Zt(We){var et={},ye=kt(We);return ye||et}function Ft(We){for(var et={},ye=0,it=We;ye<it.length;ye++){var sr=it[ye];switch(sr.stem){case"percent":et.style="percent";continue;case"currency":et.style="currency",et.currency=sr.options[0];continue;case"group-off":et.useGrouping=!1;continue;case"precision-integer":et.maximumFractionDigits=0;continue;case"measure-unit":et.style="unit",et.unit=Ge(sr.options[0]);continue;case"compact-short":et.notation="compact",et.compactDisplay="short";continue;case"compact-long":et.notation="compact",et.compactDisplay="long";continue;case"scientific":et=me(me(me({},et),{notation:"scientific"}),sr.options.reduce(function(Or,Cr){return me(me({},Or),Zt(Cr))},{}));continue;case"engineering":et=me(me(me({},et),{notation:"engineering"}),sr.options.reduce(function(Or,Cr){return me(me({},Or),Zt(Cr))},{}));continue;case"notation-simple":et.notation="standard";continue;case"unit-width-narrow":et.currencyDisplay="narrowSymbol",et.unitDisplay="narrow";continue;case"unit-width-short":et.currencyDisplay="code",et.unitDisplay="short";continue;case"unit-width-full-name":et.currencyDisplay="name",et.unitDisplay="long";continue;case"unit-width-iso-code":et.currencyDisplay="symbol";continue}if(Ue.test(sr.stem)){if(sr.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");sr.stem.replace(Ue,function(Or,Cr,Ur){return Or==="."?et.maximumFractionDigits=0:Ur==="+"?et.minimumFractionDigits=Ur.length:Cr[0]==="#"?et.maximumFractionDigits=Cr.length:(et.minimumFractionDigits=Cr.length,et.maximumFractionDigits=Cr.length+(typeof Ur=="string"?Ur.length:0)),""}),sr.options.length&&(et=me(me({},et),yt(sr.options[0])));continue}if(Mt.test(sr.stem)){et=me(me({},et),yt(sr.stem));continue}var xr=kt(sr.stem);xr&&(et=me(me({},et),xr))}return et}var tr=function(){var We=function(et,ye){return We=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(it,sr){it.__proto__=sr}||function(it,sr){for(var xr in sr)sr.hasOwnProperty(xr)&&(it[xr]=sr[xr])},We(et,ye)};return function(et,ye){We(et,ye);function it(){this.constructor=et}et.prototype=ye===null?Object.create(ye):(it.prototype=ye.prototype,new it)}}(),ze=function(){for(var We=0,et=0,ye=arguments.length;et<ye;et++)We+=arguments[et].length;for(var it=Array(We),sr=0,et=0;et<ye;et++)for(var xr=arguments[et],Or=0,Cr=xr.length;Or<Cr;Or++,sr++)it[sr]=xr[Or];return it},wt=function(We){tr(et,We);function et(ye,it){var sr=We.call(this,ye)||this;return sr.variableId=it,sr}return et}(Error);function Bt(We){return We.length<2?We:We.reduce(function(et,ye){var it=et[et.length-1];return!it||it.type!==0||ye.type!==0?et.push(ye):it.value+=ye.value,et},[])}function nt(We,et,ye,it,sr,xr,Or){if(We.length===1&&m(We[0]))return[{type:0,value:We[0].value}];for(var Cr=[],Ur=0,bn=We;Ur<bn.length;Ur++){var wr=bn[Ur];if(m(wr)){Cr.push({type:0,value:wr.value});continue}if(M(wr)){typeof xr=="number"&&Cr.push({type:0,value:ye.getNumberFormat(et).format(xr)});continue}var fn=wr.value;if(!(sr&&fn in sr))throw new wt('The intl string context variable "'+fn+'" was not provided to the string "'+Or+'"');var nn=sr[fn];if(b(wr)){(!nn||typeof nn=="string"||typeof nn=="number")&&(nn=typeof nn=="string"||typeof nn=="number"?String(nn):""),Cr.push({type:1,value:nn});continue}if(D(wr)){var cn=typeof wr.style=="string"?it.date[wr.style]:void 0;Cr.push({type:0,value:ye.getDateTimeFormat(et,cn).format(nn)});continue}if(R(wr)){var cn=typeof wr.style=="string"?it.time[wr.style]:N(wr.style)?Oe(wr.style.pattern):void 0;Cr.push({type:0,value:ye.getDateTimeFormat(et,cn).format(nn)});continue}if(S(wr)){var cn=typeof wr.style=="string"?it.number[wr.style]:B(wr.style)?Ft(wr.style.tokens):void 0;Cr.push({type:0,value:ye.getNumberFormat(et,cn).format(nn)});continue}if(A(wr)){var Pn=wr.options[nn]||wr.options.other;if(!Pn)throw new RangeError('Invalid values for "'+wr.value+'": "'+nn+'". Options are "'+Object.keys(wr.options).join('", "')+'"');Cr.push.apply(Cr,nt(Pn.value,et,ye,it,sr));continue}if(P(wr)){var Pn=wr.options["="+nn];if(!Pn){if(!Intl.PluralRules)throw new wt(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`);var Pa=ye.getPluralRules(et,{type:wr.pluralType}).select(nn-(wr.offset||0));Pn=wr.options[Pa]||wr.options.other}if(!Pn)throw new RangeError('Invalid values for "'+wr.value+'": "'+nn+'". Options are "'+Object.keys(wr.options).join('", "')+'"');Cr.push.apply(Cr,nt(Pn.value,et,ye,it,sr,nn-(wr.offset||0)));continue}}return Bt(Cr)}function _t(We,et,ye,it,sr,xr){var Or=nt(We,et,ye,it,sr,void 0,xr);return Or.length===1?Or[0].value:Or.reduce(function(Cr,Ur){return Cr+=Ur.value},"")}var ht,Je="@@",je=/@@(\d+_\d+)@@/g,be=0;function Le(){return Date.now()+"_"+ ++be}function Ke(We,et){return We.split(je).filter(Boolean).map(function(ye){return et[ye]!=null?et[ye]:ye}).reduce(function(ye,it){return ye.length&&typeof it=="string"&&typeof ye[ye.length-1]=="string"?ye[ye.length-1]+=it:ye.push(it),ye},[])}var He=/(<([0-9a-zA-Z-_]*?)>(.*?)<\/([0-9a-zA-Z-_]*?)>)|(<[0-9a-zA-Z-_]*?\/>)/,Xe=Date.now()+"@@",pt=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"];function bt(We,et,ye){var it=We.tagName,sr=We.outerHTML,xr=We.textContent,Or=We.childNodes;if(!it)return Ke(xr||"",et);it=it.toLowerCase();var Cr=~pt.indexOf(it),Ur=ye[it];if(Ur&&Cr)throw new wt(it+" is a self-closing tag and can not be used, please use another tag name.");if(!Or.length)return[sr];var bn=Array.prototype.slice.call(Or).reduce(function(wr,fn){return wr.concat(bt(fn,et,ye))},[]);return Ur?typeof Ur=="function"?[Ur.apply(void 0,bn)]:[Ur]:ze(["<"+it+">"],bn,["</"+it+">"])}function rr(We,et,ye,it,sr,xr){var Or=nt(We,et,ye,it,sr,void 0,xr),Cr={},Ur=Or.reduce(function(nn,cn){if(cn.type===0)return nn+=cn.value;var Pn=Le();return Cr[Pn]=cn.value,nn+=""+Je+Pn+Je},"");if(!He.test(Ur))return Ke(Ur,Cr);if(!sr)throw new wt("Message has placeholders but no values was given");if(typeof DOMParser=="undefined")throw new wt("Cannot format XML message without DOMParser");ht||(ht=new DOMParser);var bn=ht.parseFromString('<formatted-message id="'+Xe+'">'+Ur+"</formatted-message>","text/html").getElementById(Xe);if(!bn)throw new wt("Malformed HTML message "+Ur);var wr=Object.keys(sr).filter(function(nn){return!!bn.getElementsByTagName(nn).length});if(!wr.length)return Ke(Ur,Cr);var fn=wr.filter(function(nn){return nn!==nn.toLowerCase()});if(fn.length)throw new wt("HTML tag must be lowercased but the following tags are not: "+fn.join(", "));return Array.prototype.slice.call(bn.childNodes).reduce(function(nn,cn){return nn.concat(bt(cn,Cr,sr))},[])}var Jt=function(){return Jt=Object.assign||function(We){for(var et,ye=1,it=arguments.length;ye<it;ye++){et=arguments[ye];for(var sr in et)Object.prototype.hasOwnProperty.call(et,sr)&&(We[sr]=et[sr])}return We},Jt.apply(this,arguments)};function Me(We,et){return et?Jt(Jt(Jt({},We||{}),et||{}),Object.keys(We).reduce(function(ye,it){return ye[it]=Jt(Jt({},We[it]),et[it]||{}),ye},{})):We}function rt(We,et){return et?Object.keys(We).reduce(function(ye,it){return ye[it]=Me(We[it],et[it]),ye},Jt({},We)):We}function Yt(We){return We===void 0&&(We={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ie(Intl.NumberFormat,We.number),getDateTimeFormat:ie(Intl.DateTimeFormat,We.dateTime),getPluralRules:ie(Intl.PluralRules,We.pluralRules)}}var Lt=function(){function We(et,ye,it,sr){var xr=this;if(ye===void 0&&(ye=We.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(Or){return _t(xr.ast,xr.locales,xr.formatters,xr.formats,Or,xr.message)},this.formatToParts=function(Or){return nt(xr.ast,xr.locales,xr.formatters,xr.formats,Or,void 0,xr.message)},this.formatHTMLMessage=function(Or){return rr(xr.ast,xr.locales,xr.formatters,xr.formats,Or,xr.message)},this.resolvedOptions=function(){return{locale:Intl.NumberFormat.supportedLocalesOf(xr.locales)[0]}},this.getAst=function(){return xr.ast},typeof et=="string"){if(this.message=et,!We.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=We.__parse(et,{normalizeHashtagInPlural:!1})}else this.ast=et;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=rt(We.formats,it),this.locales=ye,this.formatters=sr&&sr.formatters||Yt(this.formatterCache)}return We.defaultLocale=new Intl.NumberFormat().resolvedOptions().locale,We.__parse=ee,We.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"}}},We}(),Wt=Lt,Ht=Wt;function ir(We,et,ye){if(ye===void 0&&(ye=Error),!We)throw new ye(et)}const Gt={38:"&amp;",62:"&gt;",60:"&lt;",34:"&quot;",39:"&#x27;"},Ie=/[&><"']/g;function ce(We){return(""+We).replace(Ie,et=>Gt[et.charCodeAt(0)])}function he(We,et,ye={}){return et.reduce((it,sr)=>(sr in We?it[sr]=We[sr]:sr in ye&&(it[sr]=ye[sr]),it),{})}function It(We){ir(We,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}function Ce(We,et){const ye=et?`
${et.stack}`:"";return`[React Intl] ${We}${ye}`}function ft(We){}const Kt={formats:{},messages:{},timeZone:void 0,textComponent:r.Fragment,defaultLocale:"en",defaultFormats:{},onError:ft};function Tt(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function Pe(We=Tt()){const et=Intl.RelativeTimeFormat,ye=Intl.ListFormat,it=Intl.DisplayNames;return{getDateTimeFormat:ie(Intl.DateTimeFormat,We.dateTime),getNumberFormat:ie(Intl.NumberFormat,We.number),getMessageFormat:ie(Ht,We.message),getRelativeTimeFormat:ie(et,We.relativeTime),getPluralRules:ie(Intl.PluralRules,We.pluralRules),getListFormat:ie(ye,We.list),getDisplayNames:ie(it,We.displayNames)}}function At(We,et,ye,it){const sr=We&&We[et];let xr;if(sr&&(xr=sr[ye]),xr)return xr;it(Ce(`No ${et} format named: ${ye}`))}const Ze=["localeMatcher","style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay"];function we({locale:We,formats:et,onError:ye},it,sr={}){const{format:xr}=sr,Or=xr&&At(et,"number",xr,ye)||{},Cr=he(sr,Ze,Or);return it(We,Cr)}function gt(We,et,ye,it={}){try{return we(We,et,it).format(ye)}catch(sr){We.onError(Ce("Error formatting number.",sr))}return String(ye)}function Rt(We,et,ye,it={}){try{return we(We,et,it).formatToParts(ye)}catch(sr){We.onError(Ce("Error formatting number.",sr))}return[]}const Fe=["numeric","style"];function Tr({locale:We,formats:et,onError:ye},it,sr={}){const{format:xr}=sr,Or=!!xr&&At(et,"relative",xr,ye)||{},Cr=he(sr,Fe,Or);return it(We,Cr)}function Ct(We,et,ye,it,sr={}){it||(it="second"),Intl.RelativeTimeFormat||We.onError(Ce(`Intl.RelativeTimeFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-relativetimeformat"
`));try{return Tr(We,et,sr).format(ye,it)}catch(Or){We.onError(Ce("Error formatting relative time.",Or))}return String(ye)}const Kr=["localeMatcher","formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function tn({locale:We,formats:et,onError:ye,timeZone:it},sr,xr,Or={}){const{format:Cr}=Or,Ur=Object.assign(Object.assign({},it&&{timeZone:it}),Cr&&At(et,sr,Cr,ye));let bn=he(Or,Kr,Ur);return sr==="time"&&!bn.hour&&!bn.minute&&!bn.second&&(bn=Object.assign(Object.assign({},bn),{hour:"numeric",minute:"numeric"})),xr(We,bn)}function Ir(We,et,ye,it={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return tn(We,"date",et,it).format(sr)}catch(xr){We.onError(Ce("Error formatting date.",xr))}return String(sr)}function Lr(We,et,ye,it={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return tn(We,"time",et,it).format(sr)}catch(xr){We.onError(Ce("Error formatting time.",xr))}return String(sr)}function vr(We,et,ye,it={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return tn(We,"date",et,it).formatToParts(sr)}catch(xr){We.onError(Ce("Error formatting date.",xr))}return[]}function $r(We,et,ye,it={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return tn(We,"time",et,it).formatToParts(sr)}catch(xr){We.onError(Ce("Error formatting time.",xr))}return[]}const sn=["localeMatcher","type"];function hn({locale:We,onError:et},ye,it,sr={}){Intl.PluralRules||et(Ce(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`));const xr=he(sr,sn);try{return ye(We,xr).select(it)}catch(Or){et(Ce("Error formatting plural.",Or))}return"other"}function Xt(We,et){return Object.keys(We).reduce((ye,it)=>(ye[it]=Object.assign({timeZone:et},We[it]),ye),{})}function vt(We,et){return Object.keys(Object.assign(Object.assign({},We),et)).reduce((it,sr)=>(it[sr]=Object.assign(Object.assign({},We[sr]||{}),et[sr]||{}),it),{})}function ot(We,et){if(!et)return We;const ye=Ht.formats;return Object.assign(Object.assign(Object.assign({},ye),We),{date:vt(Xt(ye.date,et),Xt(We.date||{},et)),time:vt(Xt(ye.time,et),Xt(We.time||{},et))})}const ct=We=>r.createElement(r.Fragment,null,...We);function Nt({locale:We,formats:et,messages:ye,defaultLocale:it,defaultFormats:sr,onError:xr,timeZone:Or},Cr,Ur={id:""},bn={}){const{id:wr,defaultMessage:fn}=Ur;ir(!!wr,"[React Intl] An `id` must be provided to format a message.");const nn=ye&&ye[String(wr)];et=ot(et,Or),sr=ot(sr,Or);let cn=[];if(nn)try{cn=Cr.getMessageFormat(nn,We,et,{formatters:Cr}).formatHTMLMessage(bn)}catch(Pn){xr(Ce(`Error formatting message: "${wr}" for locale: "${We}"`+(fn?", using default message as fallback.":""),Pn))}else(!fn||We&&We.toLowerCase()!==it.toLowerCase())&&xr(Ce(`Missing message: "${wr}" for locale: "${We}"`+(fn?", using default message as fallback.":"")));if(!cn.length&&fn)try{cn=Cr.getMessageFormat(fn,it,sr).formatHTMLMessage(bn)}catch(Pn){xr(Ce(`Error formatting the default message for: "${wr}"`,Pn))}return cn.length?cn.length===1&&typeof cn[0]=="string"?cn[0]||fn||String(wr):ct(cn):(xr(Ce(`Cannot format message: "${wr}", using message ${nn||fn?"source":"id"} as fallback.`)),typeof nn=="string"?nn||fn||String(wr):fn||String(wr))}function br(We,et,ye={id:""},it={}){const sr=Object.keys(it).reduce((xr,Or)=>{const Cr=it[Or];return xr[Or]=typeof Cr=="string"?ce(Cr):Cr,xr},{});return Nt(We,et,ye,sr)}var _r=e(18947),Jr=e.n(_r);const zr=["localeMatcher","type","style"],xn=Date.now();function Et(We){return`${xn}_${We}_${xn}`}function Dr({locale:We,onError:et},ye,it,sr={}){Intl.ListFormat||et(Ce(`Intl.ListFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-listformat"
`));const Or=he(sr,zr);try{const Cr={},Ur=it.map((wr,fn)=>{if(typeof wr=="object"){const nn=Et(fn);return Cr[nn]=wr,nn}return String(wr)});return Object.keys(Cr).length?ye(We,Or).formatToParts(Ur).reduce((wr,fn)=>{const nn=fn.value;return Cr[nn]?wr.push(Cr[nn]):typeof wr[wr.length-1]=="string"?wr[wr.length-1]+=nn:wr.push(nn),wr},[]):ye(We,Or).format(Ur)}catch(Cr){et(Ce("Error formatting list.",Cr))}return it}const kn=["localeMatcher","style","type","fallback"];function Qn({locale:We,onError:et},ye,it,sr={}){Intl.DisplayNames||et(Ce(`Intl.DisplayNames is not available in this environment.
Try polyfilling it using "@formatjs/intl-displaynames"
`));const Or=he(sr,kn);try{return ye(We,Or).of(it)}catch(Cr){et(Ce("Error formatting display name.",Cr))}}const Nn=Jr()||_r;function ti(We){return{locale:We.locale,timeZone:We.timeZone,formats:We.formats,textComponent:We.textComponent,messages:We.messages,defaultLocale:We.defaultLocale,defaultFormats:We.defaultFormats,onError:We.onError}}function Tn(We,et){const ye=Pe(et),it=Object.assign(Object.assign({},Kt),We),{locale:sr,defaultLocale:xr,onError:Or}=it;return sr?!Intl.NumberFormat.supportedLocalesOf(sr).length&&Or?Or(Ce(`Missing locale data for locale: "${sr}" in Intl.NumberFormat. Using default locale: "${xr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details`)):!Intl.DateTimeFormat.supportedLocalesOf(sr).length&&Or&&Or(Ce(`Missing locale data for locale: "${sr}" in Intl.DateTimeFormat. Using default locale: "${xr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details`)):(Or&&Or(Ce(`"locale" was not configured, using "${xr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/API.md#intlshape for more details`)),it.locale=it.defaultLocale||"en"),Object.assign(Object.assign({},it),{formatters:ye,formatNumber:gt.bind(null,it,ye.getNumberFormat),formatNumberToParts:Rt.bind(null,it,ye.getNumberFormat),formatRelativeTime:Ct.bind(null,it,ye.getRelativeTimeFormat),formatDate:Ir.bind(null,it,ye.getDateTimeFormat),formatDateToParts:vr.bind(null,it,ye.getDateTimeFormat),formatTime:Lr.bind(null,it,ye.getDateTimeFormat),formatTimeToParts:$r.bind(null,it,ye.getDateTimeFormat),formatPlural:hn.bind(null,it,ye.getPluralRules),formatMessage:Nt.bind(null,it,ye),formatHTMLMessage:br.bind(null,it,ye),formatList:Dr.bind(null,it,ye.getListFormat),formatDisplayName:Qn.bind(null,it,ye.getDisplayNames)})}class Ai extends r.PureComponent{constructor(){super(...arguments),this.cache=Tt(),this.state={cache:this.cache,intl:Tn(ti(this.props),this.cache),prevConfig:ti(this.props)}}static getDerivedStateFromProps(et,{prevConfig:ye,cache:it}){const sr=ti(et);return Nn(ye,sr)?null:{intl:Tn(sr,it),prevConfig:sr}}render(){return It(this.state.intl),r.createElement(a,{value:this.state.intl},this.props.children)}}Ai.displayName="IntlProvider",Ai.defaultProps=Kt;var ri=e(11410),Ci=e(3424),Qi=e.n(Ci),Zi=e(85239),Ca=Object.getOwnPropertySymbols,ui=Object.prototype.hasOwnProperty,ca=Object.prototype.propertyIsEnumerable,Ta=(We,et)=>{var ye={};for(var it in We)ui.call(We,it)&&et.indexOf(it)<0&&(ye[it]=We[it]);if(We!=null&&Ca)for(var it of Ca(We))et.indexOf(it)<0&&ca.call(We,it)&&(ye[it]=We[it]);return ye};let St;const ga=!0,oa=new(Qi()),gi=Symbol("LANG_CHANGE"),Ma=(We,et="")=>Object.keys(We).reduce((ye,it)=>{const sr=We[it],xr=et?`${et}.${it}`:it;return typeof sr=="string"?ye[xr]=sr:Object.assign(ye,Ma(sr,xr)),ye},{}),Ei={},ci=(We,et,ye)=>{var it,sr,xr,Or;if(!We)return;const Cr=(it=Ei[We])!=null&&it.messages?Object.assign({},Ei[We].messages,et):et,{momentLocale:Ur=(sr=Ei[We])==null?void 0:sr.momentLocale,antd:bn=(xr=Ei[We])==null?void 0:xr.antd}=ye||{},wr=(Or=We.split("-"))==null?void 0:Or.join("-");Ei[We]={messages:Cr,locale:wr,momentLocale:Ur,antd:bn},wr===Ot()&&oa.emit(gi,wr)},On=We=>(0,ri.We)().applyPlugins({key:"locale",type:"modify",initialValue:We}),Ee=We=>{const ye=On(Ei[We]),{cache:it}=ye,sr=Ta(ye,["cache"]);return Tn(sr,it)},ut=(We,et)=>St&&!et&&!We?St:(We||(We=Ot()),We&&Ei[We]?Ee(We):Ei["zh-CN"]?Ee("zh-CN"):Tn({locale:"zh-CN",messages:{}})),tt=We=>{St=ut(We,!0)},Ot=()=>{const We=On({});return typeof(We==null?void 0:We.getLocale)=="function"?We.getLocale():(navigator.cookieEnabled&&typeof localStorage!="undefined"&&ga?window.localStorage.getItem("umi_locale"):"")||void 0||"zh-CN"},dt=()=>{const We=Ot();return["he","ar","fa","ku"].filter(it=>We.startsWith(it)).length?"rtl":"ltr"},lr=(We,et=!0)=>{(()=>{if(Ot()!==We){if(navigator.cookieEnabled&&typeof window.localStorage!="undefined"&&ga&&window.localStorage.setItem("umi_locale",We||""),tt(We),et)window.location.reload();else if(oa.emit(gi,We),window.dispatchEvent){const it=new Event("languagechange");window.dispatchEvent(it)}}})()};let cr=!0;const Ar=(We,et)=>(cr&&(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
`),cr=!1),St||tt(Ot()),St.formatMessage(We,et)),Nr=()=>Object.keys(Ei)},15610:function(d,_,e){"use strict";e.d(_,{y:function(){return o}});var r=e(43418),i=e(95237),l=e(43604),c=e(93490),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 W=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:()=>W.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 H=p.filter(W=>(0,c.t)(W));return!H||!H.length?a("IP\u83B7\u53D6\u5931\u8D25"):u(H.join(""))}let b=y.candidate.candidate.split(" "),[S,D,R,A,P,M,,B,...N]=b,G=["rtp","rtpc"];if(console.log("event:",y),p.some(H=>H==P)||p.push(P),console.log(" candidate: "+S.split(":")[1]),console.log(" component: "+G[D-1]),console.log(" protocol: "+R),console.log(" priority: "+A),console.log(" ip: "+P),console.log(" port: "+M),console.log(" type: "+B),N.length){console.log("attributes: ");for(let H=0;H<N.length;H+=2)console.log("> "+N[H]+": "+N[H+1])}}})},57884:function(d,_,e){"use strict";var r=e(59301),i=e(4977),l=e(3113),c=e(76560),f=e(22688),o=Object.defineProperty,h=Object.defineProperties,u=Object.getOwnPropertyDescriptors,a=Object.getOwnPropertySymbols,x=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable,y=(D,R,A)=>R in D?o(D,R,{enumerable:!0,configurable:!0,writable:!0,value:A}):D[R]=A,m=(D,R)=>{for(var A in R||(R={}))x.call(R,A)&&y(D,A,R[A]);if(a)for(var A of a(R))p.call(R,A)&&y(D,A,R[A]);return D},b=(D,R)=>h(D,u(R));const S=({img:D,buttonProps:R={},styles:A={},customText:P,ButtonText:M,ButtonClick:B,Buttonclass:N,ButtonTwo:G,imgStyles:H,loading:W=!1,className:ae="",globalSetting:ne})=>{const oe=(0,r.useMemo)(()=>{var q;if(D)return D;switch(Number((q=ne==null?void 0:ne.setting)==null?void 0:q.theme)){case f.Fy.THEMEONE:return e(56022);case f.Fy.THEMETWO:return e(58478);case f.Fy.DEFAULT:default:return i}},[ne,D]);return r.createElement("section",{className:`tc animated fadeIn ${ae}`,style:m({color:"#999",margin:"100px auto",visibility:W?"hidden":"visible"},A)},r.createElement("img",{src:oe,style:b(m({},H),{pointerEvents:"none",userSelect:"none"})}),r.createElement("p",{className:"mt20 font14"},P||"\u6682\u65F6\u8FD8\u6CA1\u6709\u76F8\u5173\u6570\u636E\u54E6!"),M&&r.createElement(l.ZP,m({className:N,onClick:B},R),M),G&&G)};_.Z=(0,c.connect)(({globalSetting:D})=>({globalSetting:D}))(S)},10825:function(d,_,e){"use strict";e.d(_,{Z:function(){return ae}});var r=e(59301),i={wrp:"wrp___dq7YK",bgBlack:"bgBlack___ARIUV",monaco:"monaco___VnZC3",darkBlue:"darkBlue___UprA9",close:"close___LKoWu",embed:"embed___hvpEJ"},l=e(3113),c=e(67711),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(oe,q){return r.createElement(h.Z,(0,c.Z)({},oe,{ref:q,icon:o}))},a=r.forwardRef(u),x=a,p=e(51124),y=e(6848),m=e(49661),b=e(72664),S=e(57884),D=e(90524),R=e(14794),A=e(59301),P=Object.defineProperty,M=Object.getOwnPropertySymbols,B=Object.prototype.hasOwnProperty,N=Object.prototype.propertyIsEnumerable,G=(ne,oe,q)=>oe in ne?P(ne,oe,{enumerable:!0,configurable:!0,writable:!0,value:q}):ne[oe]=q,H=(ne,oe)=>{for(var q in oe||(oe={}))B.call(oe,q)&&G(ne,q,oe[q]);if(M)for(var q of M(oe))N.call(oe,q)&&G(ne,q,oe[q]);return ne},W=(ne,oe,q)=>new Promise((J,K)=>{var se=le=>{try{Q(q.next(le))}catch($){K($)}},ee=le=>{try{Q(q.throw(le))}catch($){K($)}},Q=le=>le.done?J(le.value):Promise.resolve(le.value).then(se,ee);Q((q=q.apply(ne,oe)).next())}),ae=({editOffice:ne="view",data:oe,theme:q,type:J,filename:K,monacoEditor:se,className:ee,style:Q,close:le,onClose:$,hasMask:j,disabledDownload:ie,onImgDimensions:me,showNodata:Te,recordInfo:Oe})=>{const[Ge,Ue]=(0,r.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Mt,yt]=(0,r.useState)(""),[kt,Zt]=(0,r.useState)(),Ft=window.ENV==="build"?"/react/build":"",tr=location.host.startsWith("localhost")?D.Z.PROXY_SERVER:D.Z.API_SERVER,wt=10*(1024*1024),Bt=(0,r.useRef)();oe!=null&&oe.startsWith("/api")&&J!=="txt"&&(oe=D.Z.API_SERVER+oe);const nt=je=>je.substring(je.lastIndexOf("/")+1).split(".").pop();K&&se&&(se.filename=K),(0,r.useEffect)(()=>{var je,be;const Le=(be=(je=document.cookie)==null?void 0:je.replace(/\s/g,""))==null?void 0:be.split(";");Le==null||Le.map(Ke=>{let He=Ke.split("=");He[0]==="_educoder_session"&&yt(He[1])})},[]),(0,r.useEffect)(()=>{J==="office"&&(oe.indexOf("bigfilescdn.")>-1||oe.indexOf("bigfiles1")>-1?Zt({url:oe,fileType:nt(oe),model:oe.indexOf("model=edit")?"edit":"view"}):_t())},[J,oe]);const _t=()=>W(void 0,null,function*(){console.log("data:",oe);let je=oe;oe.startsWith("http")||(je=location.origin+je);let be=new URL(je).pathname.split("/").pop();const Le=yield(0,b.gJ)({attachment_id:be});Le.url=tr+Le.url,Zt(Le)}),ht=()=>{if(oe.startsWith("http")||oe.startsWith("blob:")){Je();return}(0,m.Nd)(K||"educoder",decodeURIComponent(oe))},Je=()=>{Oe&&(0,R.fc)({id:Oe==null?void 0:Oe.id,watch_type:1,course_id:Oe==null?void 0:Oe.course_id}),(0,m.Nd)(K||"educoder",decodeURIComponent(oe))};return console.log(oe,"data"),A.createElement("div",{style:H({},Q||{}),className:`${j&&i.bgBlack} ${J?i.wrp:"hide"}`},le&&A.createElement("div",{className:i.close,ref:Bt},!!me&&A.createElement(y.Z,{title:"\u70B9\u51FB\u5BF9\u56FE\u7247\u8FDB\u884C\u6279\u6CE8",getPopupContainer:()=>Bt.current},A.createElement("span",{onClick:()=>{$(),me()}},A.createElement("i",{className:"icon-yulanpizhu"}))),!ie&&A.createElement(y.Z,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:()=>Bt.current},A.createElement("span",{onClick:Je},A.createElement("i",{className:"icon-quxiaozhiding"}))),A.createElement(y.Z,{title:"\u5173\u95ED",getPopupContainer:()=>Bt.current},A.createElement("span",{className:"",onClick:$},A.createElement("i",{className:"icon-guanbi1"})))),A.createElement("div",{className:`${i[ee]} ${ee} ${i.monaco} ${J==="txt"?"show":"hide"}`},J==="txt"&&A.createElement(A.Fragment,null,A.createElement(p.ZP,H({},se)))),J==="audio"&&A.createElement("audio",{src:(oe==null?void 0:oe.indexOf("http"))>-1||oe!=null&&oe.startsWith("/api")?oe:`data:image/png;base64,${oe}`,autoPlay:!0}),J==="video"&&A.createElement(A.Fragment,null,(oe==null?void 0:oe.indexOf("http"))>-1||oe!=null&&oe.startsWith("/api")?A.createElement("video",{controls:!0,src:`${oe}`,autoPlay:!0}):A.createElement("video",{controls:!0,src:`data:video/mp4;base64,${oe}`,autoPlay:!0})),J==="office"&&kt&&A.createElement("iframe",{src:`${Ft}/office.html?key=${kt.key}&url=${btoa(kt.url)}&callbackUrl=${tr+(kt.callbackUrl||"")}&fileType=${kt.fileType}&title=${kt.title||""}&model=${ne}&officeServer=${D.Z.ONLYOFFICE}&disabledDownload=${!!ie}`}),J==="html"&&A.createElement("iframe",{src:oe+"&disposition=inline"}),J==="pdf"&&A.createElement("iframe",{src:`${Ft}/js/pdfview/index.html?filename=${K||"educoder.pdf"}&url=${encodeURIComponent(oe)}&disabledDownload=${!!ie}`}),J==="image"&&A.createElement("img",{src:(oe==null?void 0:oe.indexOf("http"))>-1||oe!=null&&oe.startsWith("/api")?oe:`data:image/png;base64,${oe}`}),(J==="other"||J==="download")&&A.createElement(A.Fragment,null,Te?A.createElement(S.Z,{customText:"\u5F53\u524D\u6587\u4EF6\u4E0D\u652F\u6301\u9884\u89C8\uFF0C\u53EF\u70B9\u51FB\u4E0B\u8F7D\u67E5\u770B",ButtonTwo:A.createElement(l.ZP,{icon:A.createElement("i",{className:"iconfont icon-xiazai4 font14"}),type:"primary",size:"middle",onClick:ht,disabled:ie},"\u4E0B\u8F7D")}):A.createElement(l.ZP,{type:"primary",size:"middle",onClick:ht,disabled:ie},A.createElement(x,null),"\u70B9\u51FB\u4E0B\u8F7D")))}},7664:function(d,_,e){"use strict";e.d(_,{z:function(){return H},Z:function(){return W}});var r=e(59301),i=e(88831),l=e(90290),c=e(64018),f=e(39394),o=e(90524),h=e(49661),u=e(15342),a=e(1012),x=e(10825),p=e(59301),m=({html:ae})=>{const ne=(0,r.useRef)(null),oe=(0,r.useRef)(null),q=`.markdown-body p {
margin: 0 0 16px 0 !important;
line-height: 28px;
white-space: pre-wrap;
}
ol,
ul,
li {
list-style-type: none
}
ol,
ul,
dl {
margin-bottom: 0px;
}
.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
color: #333;
overflow: hidden;
font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "\u534E\u6587\u7EC6\u9ED1", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "\u5B8B\u4F53", Heiti, "\u9ED1\u4F53", sans-serif;
word-break: break-word;
font-size: 16px;
line-height: 1.6;
white-space: normal;
word-wrap: break-word;
position: relative;
}
.markdown-body ul>li {
list-style-type: disc;
}
.markdown-body ol>li {
list-style-type: decimal;
}
.markdown-body a {
background: transparent;
}
.markdown-body a:active,
.markdown-body a:hover {
outline: 0;
}
.markdown-body strong {
font-weight: bold;
}
.markdown-body h1 {
font-size: 2em;
margin: 0.67em 0;
}
.markdown-body img {
border: 0;
}
.markdown-body hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
.markdown-body pre {
overflow: auto;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
font-size: 1em;
}
.markdown-body input {
color: inherit;
font: inherit;
margin: 0;
}
.markdown-body html input[disabled] {
cursor: default;
}
.markdown-body input {
line-height: normal;
}
.markdown-body input[type="checkbox"] {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.markdown-body table {
border-collapse: collapse;
border-spacing: 0;
}
.markdown-body td,
.markdown-body th {
padding: 0;
}
.markdown-body * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body input {
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.markdown-body a {
color: #4183c4;
text-decoration: none;
}
.markdown-body a:hover,
.markdown-body a:active {
text-decoration: underline;
}
.markdown-body hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #ddd;
}
.markdown-body hr:before {
display: table;
content: "";
}
.markdown-body hr:after {
display: table;
clear: both;
content: "";
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
margin-top: 15px;
margin-bottom: 15px;
line-height: 1.1;
}
.markdown-body h1 {
font-size: 30px;
}
.markdown-body h2 {
font-size: 21px;
}
.markdown-body h3 {
font-size: 16px;
}
.markdown-body h4 {
font-size: 14px;
}
.markdown-body h5 {
font-size: 12px;
}
.markdown-body h6 {
font-size: 11px;
}
.markdown-body blockquote {
margin: 0;
}
.markdown-body ul,
.markdown-body ol {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
ul.linenums,
ol.linenums {
padding: 16px 0 0 36px !important;
}
.markdown-body ul,
.markdown-body ol {
padding-left: 2em;
}
.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: lower-roman;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: lower-alpha;
}
.markdown-body dd {
margin-left: 0;
}
.markdown-body code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 12px;
}
.markdown-body pre {
margin-top: 0;
margin-bottom: 0;
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.markdown-body .octicon {
font: normal normal 16px octicons-anchor;
line-height: 1;
display: inline-block;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.markdown-body .octicon-link:before {
content: '\f05c';
}
.markdown-body>*:first-child {
margin-top: 0 !important;
}
.markdown-body>*:last-child {
margin-bottom: 0 !important;
}
.markdown-body .anchor {
position: absolute;
top: 0;
left: 0;
display: block;
padding-right: 6px;
padding-left: 30px;
margin-left: -30px;
}
.markdown-body .anchor:focus {
outline: none;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
position: relative;
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
display: none;
color: #000;
vertical-align: middle;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
padding-left: 8px;
margin-left: -30px;
text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
display: inline-block;
}
.markdown-body h1 {
padding-bottom: 0.3em;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid #eee;
}
.markdown-body h1 .anchor {
line-height: 1;
}
.markdown-body h2 {
padding-bottom: 0.3em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
.markdown-body h2 .anchor {
line-height: 1;
}
.markdown-body h3 {
font-size: 1.5em;
line-height: 1.43;
}
.markdown-body h3 .anchor {
line-height: 1.2;
}
.markdown-body h4 {
font-size: 1.25em;
}
.markdown-body h4 .anchor {
line-height: 1.2;
}
.markdown-body h5 {
font-size: 1em;
}
.markdown-body h5 .anchor {
line-height: 1.1;
}
.markdown-body h6 {
font-size: 1em;
color: #777;
}
.markdown-body h6 .anchor {
line-height: 1.1;
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
margin-top: 0;
margin-bottom: 16px;
}
.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body li>p {
margin-top: 16px;
}
.markdown-body dl {
padding: 0;
}
.markdown-body dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: italic;
font-weight: bold;
}
.markdown-body dl dd {
padding: 0 16px;
margin-bottom: 16px;
}
.markdown-body blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.markdown-body blockquote> :first-child {
margin-top: 0;
}
.markdown-body blockquote> :last-child {
margin-bottom: 0;
}
.markdown-body table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
}
.markdown-body table th {
font-weight: bold;
text-align: revert;
}
.markdown-body table th,
.markdown-body table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
.markdown-body table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
.markdown-body table tr:nth-child(2n) {
background-color: #f8f8f8;
}
.markdown-body img {
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.markdown-body code {
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
}
.markdown-body code:has(.katex) {
background-color: transparent;
}
.markdown-body code:before,
.markdown-body code:after {
letter-spacing: -0.2em;
content: "\\00a0";
}
.markdown-body pre>code {
padding: 0;
margin: 0;
font-size: 100%;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
.markdown-body .highlight {
margin-bottom: 16px;
}
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
}
.markdown-body .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.markdown-body pre {
word-wrap: normal;
}
.markdown-body pre code {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
}
.markdown-body pre code:before,
.markdown-body pre code:after {
content: normal;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font-size: 11px;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .pl-c {
color: #969896;
}
.markdown-body .pl-c1,
.markdown-body .pl-mdh,
.markdown-body .pl-mm,
.markdown-body .pl-mp,
.markdown-body .pl-mr,
.markdown-body .pl-s1 .pl-v,
.markdown-body .pl-s3,
.markdown-body .pl-sc,
.markdown-body .pl-sv {
color: #0086b3;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
color: #795da3;
}
.markdown-body .pl-s1 .pl-s2,
.markdown-body .pl-smi,
.markdown-body .pl-smp,
.markdown-body .pl-stj,
.markdown-body .pl-vo,
.markdown-body .pl-vpf {
color: #333;
}
.markdown-body .pl-ent {
color: #63a35c;
}
.markdown-body .pl-k,
.markdown-body .pl-s,
.markdown-body .pl-st {
color: #a71d5d;
}
.markdown-body .pl-pds,
.markdown-body .pl-s1,
.markdown-body .pl-s1 .pl-pse .pl-s2,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-src {
color: #df5000;
}
.markdown-body .pl-mo,
.markdown-body .pl-v {
color: #1d3e81;
}
.markdown-body .pl-id {
color: #b52a1d;
}
.markdown-body .pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
}
.markdown-body .pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
}
.markdown-body .pl-ml {
color: #693a17;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
color: #1d3e81;
font-weight: bold;
}
.markdown-body .pl-mq {
color: #008080;
}
.markdown-body .pl-mi {
color: #333;
font-style: italic;
}
.markdown-body .pl-mb {
color: #333;
font-weight: bold;
}
.markdown-body .pl-md,
.markdown-body .pl-mdhf {
background-color: #ffecec;
color: #bd2c00;
}
.markdown-body .pl-mdht,
.markdown-body .pl-mi1 {
background-color: #eaffea;
color: #55a532;
}
.markdown-body .pl-mdr {
color: #795da3;
font-weight: bold;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
}
.markdown-body .task-list-item {
list-style-type: none;
}
.markdown-body .task-list-item+.task-list-item {
margin-top: 3px;
}
.markdown-body .task-list-item input {
float: left;
margin: 0.3em 0 0.25em -1.6em;
vertical-align: middle;
}
.markdown-body :checked+.radio-label {
z-index: 1;
position: relative;
border-color: #4183c4;
}
/*! Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
color: #000
}
/* plain text */
@media screen {
.str {
color: #080
}
/* string content */
.kwd {
color: #008
}
/* a keyword */
.com {
color: #800
}
/* a comment */
.typ {
color: #606
}
/* a type name */
.lit {
color: #066
}
/* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun,
.opn,
.clo {
color: #660
}
.tag {
color: #008
}
/* a markup tag name */
.atn {
color: #606
}
/* a markup attribute name */
.atv {
color: #080
}
/* a markup attribute value */
.dec,
.var {
color: #606
}
/* a declaration; a variable name */
.fun {
color: red
}
/* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print,
projection {
.str {
color: #060
}
.kwd {
color: #006;
font-weight: bold
}
.com {
color: #600;
font-style: italic
}
.typ {
color: #404;
font-weight: bold
}
.lit {
color: #044
}
.pun,
.opn,
.clo {
color: #440
}
.tag {
color: #006;
font-weight: bold
}
.atn {
color: #404
}
.atv {
color: #060
}
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
padding: 2px;
/* border: 1px solid #888 */
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
margin-top: 0;
margin-bottom: 0
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
list-style-type: none
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
background: #eee
}
.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
margin-top: 0;
margin-bottom: 16px;
}`;return(0,r.useEffect)(()=>{const J=ne.current.attachShadow({mode:"open"});oe.current=document.createElement("div"),oe.current.className="markdown-body",oe.current.innerHTML=ae,J.appendChild(oe.current);const K=document.createElement("style");return K.textContent=q,J.appendChild(K),()=>{J.innerHTML=""}},[]),(0,r.useEffect)(()=>{oe.current&&(oe.current.innerHTML=ae)},[ae]),p.createElement("div",{ref:ne})},b=Object.defineProperty,S=Object.getOwnPropertySymbols,D=Object.prototype.hasOwnProperty,R=Object.prototype.propertyIsEnumerable,A=(ae,ne,oe)=>ne in ae?b(ae,ne,{enumerable:!0,configurable:!0,writable:!0,value:oe}):ae[ne]=oe,P=(ae,ne)=>{for(var oe in ne||(ne={}))D.call(ne,oe)&&A(ae,oe,ne[oe]);if(S)for(var oe of S(ne))R.call(ne,oe)&&A(ae,oe,ne[oe]);return ae};const M="@\u2581\u2581@",B="@\u2581@",N=/<pre[^>]*>/g;function G(ae){let ne=document.createElement("div");return ne.innerHTML=ae,ne.childNodes.length===0?"":ne.childNodes[0].nodeValue}const H=(ae,ne)=>{ae=ae||"";const oe=/(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?\)|(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,q=/\"(?:https?:\/\/[^\/]+)?\/api\/attachments\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,J=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,K=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return ne?ae.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(oe,(se,ee,Q,le,$,j,ie)=>{const me=ee||le||j,Te=Q||$||ie||"?";return o.Z.API_SERVER+"/api/attachments/"+me+Te+"&t="+(0,h.Jn)(me,Date.now())+(se.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(ae=ae.replace(K,(se,ee,Q,le,$,j,ie)=>{const me=ee||le||j,Te=Q||$||ie||"?";return o.Z.API_SERVER+"/attachments/download/"+me+Te+"&t="+(0,h.Jn)(me,Date.now())+(se.indexOf(")")>-1?")":"&")}).replace(oe,(se,ee,Q,le,$,j,ie)=>{const me=ee||le||j,Te=Q||$||ie||"?";return o.Z.API_SERVER+"/api/attachments/"+me+Te+"&t="+(0,h.Jn)(me,Date.now())+(se.indexOf(")")>-1?")":"&")}).replace(q,(se,ee,Q,le,$)=>{const j=ee||le,ie=Q||$||"";return'"'+o.Z.API_SERVER+"/api/attachments/"+j+ie+j+ie+"&t="+(0,h.Jn)(j,Date.now())}).replace(J,(se,ee,Q,le,$)=>{const j=ee||le,ie=Q||$||"";return"("+o.Z.API_SERVER+"/files/uploads/"+j+ie+j+ie+"&t="+(0,h.Jn)(j,Date.now())}).replaceAll('src="(','src="').replaceAll("src='(",'src="').replaceAll("http://video.educoder","https://video.educoder").replaceAll("http://www.educoder.net/api","https://data.educoder.net/api").replaceAll("https://www.educoder.net/api","https://data.educoder.net/api").replace(/\r\n/g,`
`),ae)};var W=({value:ae="",className:ne,showTextOnly:oe,showLines:q,style:J={},stylesPrev:K={},highlightKeywords:se,showProgramFill:ee,isProgramFill:Q,disabledFill:le=!1,programFillValue:$,onFillChange:j=Te=>{},onFillBlur:ie=()=>{},onFillFocus:me=()=>{}})=>{let Te=String(ae);const[Oe,Ge]=(0,r.useState)(""),[Ue,Mt]=(0,r.useState)("office"),[yt,kt]=(0,r.useState)([]),Zt=(0,r.useRef)("a"+(0,a.Z)()),Ft={},tr=(He,Xe,pt)=>{const bt=document.createElement(He===B?"input":"textarea");bt.style.width="100%",bt.style.height=He===B?"40px":"151px",bt.rows=5,bt.spellcheck=!1,bt.name="edu-program-fill",bt.placeholder="\u8BF7\u8F93\u5165",bt.dataset.id=Xe;const rr=Object.keys(Ft).length;return Ft[rr]=bt,`<span class="edu-program-fill-wrap ${He===B?"":"show"}" style="width:${He===B?"600px":"100%"}" title=${pt||""}><span>${bt.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function ze(He){return He=He.replace(/!\[.*?\]\(.*?\)/g,""),He=He.replace(/\[.*?\]\(.*?\)/g,""),He=He.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),He=He.replace(/<embed.*?>/g,""),He=He.replace(/<img.*?>/g,""),He=He.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),He=He.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),He=He.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),He=He.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),He}const wt=He=>He.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function(Xe,pt){let bt=pt.replace(/(\n|\r)/g,"").split("}"),rr=[];return bt.map(Jt=>{Jt!=""&&rr.push(`.${Zt.current} ${Jt}`)}),`<style>${rr.join("}")}</style>`}),Bt=(0,r.useMemo)(()=>{try{const bt=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,rr=/\"\/api\/attachments\/|\"\/attachments\/download\//g,Jt=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,Me=/\(\/attachments\/download\//g;Te=Te.replace(Me,"("+o.Z.API_SERVER+"/attachments/download/").replace(bt,"("+o.Z.API_SERVER+"/api/attachments/").replace(rr,'"'+o.Z.API_SERVER+"/api/attachments/").replace(Jt,'"'+o.Z.API_SERVER+"/files/uploads/").replaceAll("http://video.educoder","https://video.educoder").replaceAll("http://www.educoder.net/api","https://data.educoder.net/api").replaceAll("https://www.educoder.net/api","https://data.educoder.net/api").replace(/\r\n/g,`
`)}catch(bt){}if(ee){let bt=-1;return Te=Te.replaceAll("<","&lt;").replaceAll(">","&gt;").replace(/(@▁▁@|@▁@)/g,function(rr,Jt,Me){var rt;return++bt,tr(rr,bt,(rt=$==null?void 0:$[bt])==null?void 0:rt.value.replaceAll("<","&lt;").replaceAll(">","&gt;"))}),`<pre style="background:#fff;padding:4px">${wt(Te||"")}</pre>`}let He=wt(Te);He=(0,l.ZP)(He);const Xe=(0,l.ez)();Te.match(/\[TOC\]/)&&(He=He.replace("<p>[TOC]</p>",(0,l.Qv)()),(0,l.Iy)()),He=He.replace(/(__special_katext_id_\d+__)/g,(bt,rr)=>{const{type:Jt,expression:Me}=Xe[rr];return(0,u.renderToString)(G(Me)||"",{displayMode:Jt==="block",throwOnError:!1,output:"html"})}),He=He.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,l.AL)();const pt=document.createElement("div");if(pt.innerHTML=He,oe)return pt.innerText;if(se){const bt=se.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return Je(pt,bt),pt.innerHTML}return setTimeout(()=>Le(),500),pt.innerHTML},[Te,se]);(0,r.useEffect)(()=>{je.current&&je.current.querySelectorAll(["input","textarea"]).forEach(Xe=>{Xe.oninput=nt,Xe.onblur=_t,Xe.onfocus=ht})},[yt]),(0,r.useEffect)(()=>{var He,Xe,pt,bt,rr;if($!=null&&$.length)try{const Jt=je.current.querySelectorAll(".edu-program-fill-score"),Me=je.current.querySelectorAll('[name="edu-program-fill"]');for(const[rt,Yt]of Me.entries())Yt.value=((He=$==null?void 0:$[rt])==null?void 0:He.value)||"",((Xe=$==null?void 0:$[rt])==null?void 0:Xe.type)==="warning"?Yt.className="program-fill-warning":((pt=$==null?void 0:$[rt])==null?void 0:pt.type)==="success"?Yt.className="program-fill-success":Yt.className="";for(const[rt,Yt]of Jt.entries())Yt.innerHTML=(bt=$==null?void 0:$[rt])!=null&&bt.score?`${(rr=$==null?void 0:$[rt])==null?void 0:rr.score}\u5206`:"";kt($)}catch(Jt){console.log(Jt,"error")}},[$]);const nt=He=>{yt[He.target.dataset.id]=yt[He.target.dataset.id]||{},yt[He.target.dataset.id].value=He.target.value,kt([...yt]),j(yt,He.target.dataset.id)},_t=He=>{yt[He.target.dataset.id]=yt[He.target.dataset.id]||{},yt[He.target.dataset.id].value=He.target.value,kt([...yt]),ie(yt,He.target.dataset.id)},ht=He=>{yt[He.target.dataset.id]=yt[He.target.dataset.id]||{},yt[He.target.dataset.id].value=He.target.value,kt([...yt]),me(yt,He.target.dataset.id)};function Je(He,Xe){return He.childNodes.forEach(pt=>{var bt;if(pt.childNodes.length>0)Je(pt,Xe);else if(pt.nodeName!=="IMG")if(pt.innerHTML)pt.innerHTML=(bt=pt.innerHTML)==null?void 0:bt.replace(new RegExp(Xe,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const rr=document.createElement("span");rr.innerHTML=pt.textContent.replace(new RegExp(Xe,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),pt.replaceWith(rr)}})}const je=(0,r.useRef)();l.jb.WebkitLineClamp=q,q&&(J=P(P({},J),l.jb));function be(He){let Xe=He.target;if(Xe.tagName.toUpperCase()==="A"){let pt=Xe.getAttribute("href");if(pt.indexOf("office")>-1)He.preventDefault(),Ge(pt),Mt("office");else if(pt.indexOf("application/pdf")>-1)He.preventDefault(),Ge(pt),Mt("pdf");else if(pt.indexOf("text/html")>-1)He.preventDefault(),Ge(pt),Mt("html");else if(pt.startsWith("#")){He.preventDefault();let bt=document.getElementById(pt.replace("#",""));bt&&bt.scrollIntoView(!0)}}}const Le=()=>{var He;const Xe=(He=je.current)==null?void 0:He.querySelectorAll("video");Xe==null||Xe.forEach(pt=>{if(pt.oncontextmenu=()=>!1,pt.src.indexOf(".m3u8")>-1&&!pt.canPlayType("application/vnd.apple.mpegurl")){if(f.ZP.isSupported()){var bt=new f.ZP;bt.loadSource(pt.src),bt.attachMedia(pt)}}})};(0,r.useEffect)(()=>{if(je.current&&Bt&&Bt.match(N)&&window.PR.prettyPrint(),je.current)return je.current.addEventListener("click",be),()=>{var He;(He=je.current)==null||He.removeEventListener("click",be),(0,l.AL)(),(0,l.Iy)()}},[Bt,je.current,be]),(0,r.useEffect)(()=>{var He;const Xe=pt=>{pt.preventDefault(),pt.clipboardData.setData("text",window.getSelection().toString())};return(He=je.current)==null||He.addEventListener("copy",Xe),()=>{var pt;(pt=je.current)==null||pt.removeEventListener("copy",Xe)}},[je.current]);const Ke=He=>/<style[\s\S]*?>/i.test(He||"");return r.createElement(r.Fragment,null,oe&&r.createElement("div",{ref:je},Bt),!oe&&!Ke(Bt)&&r.createElement("div",{ref:je,style:P({},J),className:`${ne||""} ${le?"disabled-fill":""} markdown-body ${Zt.current}`,dangerouslySetInnerHTML:{__html:Bt}}),!oe&&Ke(Bt)&&r.createElement(m,{html:Bt}),r.createElement(x.Z,{close:!0,data:Oe,type:Oe!=null&&Oe.length?Ue:"",style:P({},K),onClose:()=>Ge("")}))}},51124:function(d,_,e){"use strict";e.d(_,{SV:function(){return kt},ZP:function(){return yt}});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=(Zt,Ft,tr)=>new Promise((ze,wt)=>{var Bt=ht=>{try{_t(tr.next(ht))}catch(Je){wt(Je)}},nt=ht=>{try{_t(tr.throw(ht))}catch(Je){wt(Je)}},_t=ht=>ht.done?ze(ht.value):Promise.resolve(ht.value).then(Bt,nt);_t((tr=tr.apply(Zt,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=(Zt,Ft,tr,ze)=>{const wt=Ft.getValueInRange({startLineNumber:1,startColumn:1,endLineNumber:tr.lineNumber,endColumn:tr.column});return Array.from(new Set(wt.match(/\b\w{2,}\b/g)||[])).map(nt=>({label:nt,kind:Zt.languages.CompletionItemKind.Text,insertText:nt,range:ze}))},m=(Zt,Ft,tr,ze)=>{Zt.languages.registerCompletionItemProvider(Ft,{provideCompletionItems(wt,Bt){const nt=wt.getWordUntilPosition(Bt),_t={startLineNumber:Bt.lineNumber,endLineNumber:Bt.lineNumber,startColumn:nt.startColumn,endColumn:nt.endColumn},ht=wt.getLineContent(Bt.lineNumber).substring(nt.startColumn-2,nt.endColumn);return{suggestions:[...y(Zt,wt,Bt,_t),...tr.map(je=>({label:je,kind:Zt.languages.CompletionItemKind.Keyword,documentation:je,insertText:je,insertTextRules:Zt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:_t})),...ze.map(je=>({label:je.label,kind:Zt.languages.CompletionItemKind.Snippet,documentation:je.content,insertText:ht.startsWith("#")?je.content.replace(/#/,""):je.content,insertTextRules:Zt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:_t}))]}}})};var b=Zt=>{p.languages.forEach(Ft=>{Zt.languages.registerDocumentFormattingEditProvider(Ft,{provideDocumentFormattingEdits(tr){return x(this,null,function*(){const ze=a()(tr.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:tr.getFullModelRange(),text:ze}]})}})}),m(Zt,"java",c.keywords,c.quickKey),m(Zt,"cpp",f.keywords,f.quickKey),m(Zt,"c",l.keywords,[]),m(Zt,"python",o.keywords,o.quickKey),m(Zt,"scala",h.keywords,h.quickKey)};const S="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002";var D=Object.defineProperty,R=(Zt,Ft,tr)=>Ft in Zt?D(Zt,Ft,{enumerable:!0,configurable:!0,writable:!0,value:tr}):Zt[Ft]=tr,A=(Zt,Ft,tr)=>R(Zt,typeof Ft!="symbol"?Ft+"":Ft,tr);const P=class Kd{constructor(Ft,tr,ze){this.placeholder=Ft,this.editor=tr,this.monaco=ze,tr.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return Kd.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)}};A(P,"ID","editor.widget.placeholderHint");var B=P,N=e(96236),G=e(8591),H=e(6848),W=e(89392),ae=e(33796),ne=e(56102),oe=Object.defineProperty,q=Object.defineProperties,J=Object.getOwnPropertyDescriptors,K=Object.getOwnPropertySymbols,se=Object.prototype.hasOwnProperty,ee=Object.prototype.propertyIsEnumerable,Q=(Zt,Ft,tr)=>Ft in Zt?oe(Zt,Ft,{enumerable:!0,configurable:!0,writable:!0,value:tr}):Zt[Ft]=tr,le=(Zt,Ft)=>{for(var tr in Ft||(Ft={}))se.call(Ft,tr)&&Q(Zt,tr,Ft[tr]);if(K)for(var tr of K(Ft))ee.call(Ft,tr)&&Q(Zt,tr,Ft[tr]);return Zt},$=(Zt,Ft)=>q(Zt,J(Ft)),j=(Zt,Ft)=>{var tr={};for(var ze in Zt)se.call(Zt,ze)&&Ft.indexOf(ze)<0&&(tr[ze]=Zt[ze]);if(Zt!=null&&K)for(var ze of K(Zt))Ft.indexOf(ze)<0&&ee.call(Zt,ze)&&(tr[ze]=Zt[ze]);return tr},ie=(Zt,Ft,tr)=>new Promise((ze,wt)=>{var Bt=ht=>{try{_t(tr.next(ht))}catch(Je){wt(Je)}},nt=ht=>{try{_t(tr.throw(ht))}catch(Je){wt(Je)}},_t=ht=>ht.done?ze(ht.value):Promise.resolve(ht.value).then(Bt,nt);_t((tr=tr.apply(Zt,Ft)).next())});function me(Zt){return/^\d+$/.test(Zt)?`${Zt}px`:Zt}function Te(){}let Oe=!1;const Ge={"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 Ue(Zt=[]){let Ft=Zt;if(Array.isArray(Zt)){for(let tr=0;tr<Zt.length;tr++){let ze=Ge[Zt[tr]];if(ze)return ze}return Ft[0]}return Ge[Ft]||Ft}let Mt=null;var yt=Zt=>{var Ft=Zt,{width:tr="100%",height:ze="100%",value:wt,language:Bt="javascript",style:nt={},options:_t={},overrideServices:ht={},theme:Je="vs-dark",onEditBlur:je,isCopy:be=!1,onSave:Le,autoHeight:Ke=!1,forbidCopy:He=!1,onChange:Xe=Te,editorDidMount:pt=Te,onFocus:bt=Te,onBreakPoint:rr=Te,breakPointValue:Jt=[],filename:Me="educoder.txt",errorLine:rt,errorContent:Yt="",highlightLine:Lt,openBreakPoint:Wt=!1,placeholder:Ht=""}=Ft,ir=j(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 Gt=(0,r.useRef)(),Ie=(0,r.useRef)({}),ce=(0,r.useRef)(),he=(0,r.useRef)(),It=(0,r.useRef)([]),Ce=(0,r.useRef)(!1),ft=(0,r.useRef)(),Kt=(0,r.useRef)(),Tt=(0,r.useRef)(!1),[Pe,At]=(0,r.useState)(!1);function Ze(){let Xt;return Gt.current&&(Xt=new i.Z(vt=>{for(let ot of vt)(ot.target.offsetHeight>0||ot.target.offsetWidth>0)&&Ie.current.instance.layout()}),Xt.observe(Gt.current)),Xt}function we(){G.ZP.warning({content:decodeURIComponent(S),key:"monaco-editor-tip"})}const gt=()=>{let Xt=Ie.current.instance;if(wt!=null&&Xt&&Pe){const vt=Xt.getModel();vt&&wt!==vt.getValue()&&(Oe=!0,vt.setValue(wt),Xt.layout(),Oe=!1)}};(0,r.useEffect)(()=>{const Xt=ae.Z.subscribe("formatDocument",vt=>{var ot;let ct=Ie.current.instance;(ot=ct==null?void 0:ct.getAction)==null||ot.call(ct,"editor.action.formatDocument").run()});return window.updateMonacoValue=vt=>{Xe(vt)},Xt},[]),(0,r.useEffect)(()=>{var Xt;let vt=Ie.current.instance;he.current&&clearTimeout(he.current),he.current=setTimeout(()=>{gt()},500),wt&&(wt!=null&&wt.length)&&((Xt=vt==null?void 0:vt.updateOptions)==null||Xt.call(vt,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(wt.split(/\r\n|\r|\n/g).length))+3,5)}))},[wt,Pe,Ie.current]),(0,r.useEffect)(()=>{if(rt&&Ie.current&&Ie.current.instance){let vt=Ie.current.instance;vt.changeViewZones(function(ot){var ct=document.createElement("div");ct.style.padding="10px 20px",ct.style.width="calc(100% - 20px)",ct.className="my-error-line-wrp",ct.innerHTML=Yt,ot.addZone({afterLineNumber:rt||11,heightInLines:3,domNode:ct})});var Xt={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}};vt.addOverlayWidget(Xt),vt.revealPositionInCenter({lineNumber:20,column:1})}},[rt,Ie.current,Pe]);const Rt=(Xt="",vt)=>{if(!Xt||Xt.trim()==="")return!0;const ct=Ie.current.instance.getModel().getLineTokens(vt);let Nt=!1;for(let br=0;br<2;br++)ct.getStandardTokenType(br)===1&&(Nt=!0);return Nt};(0,r.useEffect)(()=>{var Xt;const vt=(Xt=Ie.current)==null?void 0:Xt.instance;if(vt&&Pe&&He){const ot=vt.onDidBlurEditorWidget(()=>{Tt.current=!1}),ct=vt.onDidFocusEditorText(()=>{Tt.current=!0});return()=>{ot.dispose(),ct.dispose()}}},[Ie.current,Pe,He]),(0,r.useEffect)(()=>{var Xt;if((Xt=Ie.current)!=null&&Xt.instance&&Pe&&Wt){let vt=Ie.current.instance,ot=vt.getModel();if(!ot)return;(()=>{var Nn;let ti=[],Tn=[];const Ai=ot.getAllDecorations();for(let Ci of Ai)Ci.options.className==="highlighted-line"&&(ti.push((Nn=Ci==null?void 0:Ci.range)==null?void 0:Nn.startLineNumber),Tn.push(Ci==null?void 0:Ci.id));if(Lt===ti[0])return;ot.deltaDecorations(Tn,[]);const ri=ot.getLineCount();Lt&&Lt<=ri&&(vt.deltaDecorations([],[{range:new Mt.Range(Lt,1,Lt,ot.getLineMaxColumn(Lt)),options:{isWholeLine:!0,className:"highlighted-line"}}]),vt.revealLineInCenter(Lt))})();const Nt=(Nn=!1)=>{var ti;let Tn=[],Ai=[];const ri=ot.getAllDecorations();for(let Ci of ri)Ci.options.linesDecorationsClassName==="breakpoints-select"&&(Tn.push((ti=Ci==null?void 0:Ci.range)==null?void 0:ti.startLineNumber),Ai.push(Ci==null?void 0:Ci.id));if(Nn)return{lines:Tn,ids:Ai};rr(Tn)},br=Nn=>ie(void 0,null,function*(){let ti={range:new Mt.Range(Nn,1,Nn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield ot.deltaDecorations([],[ti]),Nt()}),_r=Nn=>ie(void 0,null,function*(){let ti=[];const Tn=vt.getLineDecorations(Nn);for(let Ai of Tn)Ai.options.linesDecorationsClassName==="breakpoints-select"&&ti.push(Ai.id);yield ot.deltaDecorations(ti,[]),Nt()}),Jr=Nn=>{let ti=vt.getLineDecorations(Nn);for(let Tn of ti)if(Tn.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,W.isEqual)(Jt,Nt(!0).lines)){ot.deltaDecorations(Nt(!0).ids,[]);const Nn=Jt.map(ti=>({range:new Mt.Range(ti,1,ti,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));ot.deltaDecorations([],Nn)}const zr=vt.onDidChangeModelContent(Nn=>{let ti=vt.getPosition();if(ti){let Tn=ti.lineNumber;clearTimeout(Kt.current),Kt.current=setTimeout(()=>{Rt(ot.getLineContent(Tn),Tn)?_r(Tn):Jr(Tn)?(_r(Tn),br(Tn)):Nt()},100)}}),xn=vt.onMouseDown(Nn=>{var ti,Tn,Ai;if(Nn.target.detail&&((Ai=(Tn=(ti=Nn.target)==null?void 0:ti.element)==null?void 0:Tn.className)!=null&&Ai.includes("line-numbers"))){let ri=Nn.target.position.lineNumber;if(Rt(ot.getLineContent(ri),ri))return;Jr(ri)?_r(ri):br(ri)}}),Et=Nn=>{let ti={range:new Mt.Range(Nn,1,Nn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};It.current=vt.deltaDecorations(It.current,[ti])},Dr=()=>{It.current=vt.deltaDecorations(It.current,[])},kn=vt.onMouseMove(Nn=>{var ti,Tn,Ai;if(Dr(),Nn.target.detail&&((Ai=(Tn=(ti=Nn.target)==null?void 0:ti.element)==null?void 0:Tn.className)!=null&&Ai.includes("line-numbers"))){let ri=Nn.target.position.lineNumber;if(Rt(ot.getLineContent(ri),ri))return;Et(ri)}}),Qn=vt.onMouseLeave(()=>{Dr()});return()=>{zr.dispose(),xn.dispose(),kn.dispose(),Qn.dispose()}}},[Ie.current,Pe,Jt,Lt,Wt,Bt]),(0,r.useEffect)(()=>{var Xt;(Xt=Ie.current)!=null&&Xt.instance&&Wt&&Ie.current.instance.setPosition({lineNumber:0,column:0})},[Lt]);function Fe(){let Xt=Ie.current.instance;if(Xt){const vt=Xt.getSelection(),ot=Ie.current.pastePos||{},ct=new Mt.Range(ot.startLineNumber||vt.endLineNumber,ot.startColumn||vt.endColumn,ot.endLineNumber||vt.endLineNumber,ot.endColumn||vt.endColumn);setTimeout(()=>{Xt.executeEdits("",[{range:ct,text:""}])},300)}}function Tr(Xt){(window.navigator.platform.match("Mac")?Xt.metaKey:Xt.ctrlKey)&&Xt.keyCode==83&&(Xt.preventDefault(),Le())}const Ct=()=>{if(Ke&&Ie.current.instance){const Xt=Ie.current.instance.getContentHeight();sn(Xt<ze?ze:Xt)}else sn(ze)};function Kr(Xt){var vt=document.createEvent("MouseEvents");vt.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),Xt.dispatchEvent(vt)}const tn=Xt=>{if(!Tt.current)return;const{keyCode:vt,ctrlKey:ot,metaKey:ct,target:Nt,type:br}=Xt;return(br==="paste"||(vt===67||vt===86)&&(ct||ot))&&Nt.nodeName==="TEXTAREA"&&(we(),Xt.preventDefault()),!1};function Ir(Xt,vt){var ot=window.URL||window.webkitURL||window,ct=new Blob([vt]),Nt=document.createElementNS("http://www.w3.org/1999/xhtml","a");Nt.href=ot.createObjectURL(ct),Nt.download=Xt,Kr(Nt)}(0,r.useEffect)(()=>{Ct()},[Ct]),(0,r.useEffect)(()=>{Gt.current&&!Pe&&Promise.all([e.e(8909),e.e(5028)]).then(e.bind(e,71448)).then(Xt=>{try{Mt=Xt,Ie.current.instance=Mt.editor.create(Gt.current,{value:wt,language:Ue(Bt),theme:Je,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0},ht);const vt=Ie.current.instance;let Nt=[...N.BH._menuItems].find(zr=>zr[0]._debugName=="EditorContext")[1],br=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],_r=(zr,xn)=>{var Et,Dr;let kn=zr._first;do xn.includes((Dr=(Et=kn.element)==null?void 0:Et.command)==null?void 0:Dr.id)&&zr._remove(kn);while(kn=kn.next)};if(pt(vt,Mt),setTimeout(()=>{Ct(),Ie.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{Ir(Me||"educoder.txt",vt.getValue())}})},500),Ie.current.subscription=vt.onDidChangeModelContent(zr=>{Ce.current?clearTimeout(ft.current):(Ct(),Xe(vt.getValue(),zr)),ft.current=setTimeout(()=>{Ce.current=!1},500)}),window.Monaco||b(Mt,Ue(Bt)),He&&(_r(Nt,br),Gt.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",tn),window.removeEventListener("paste",tn),window.addEventListener("keydown",tn),window.addEventListener("paste",tn)),window.Monaco=Mt,je&&vt.onDidBlurEditorWidget(()=>{je(vt.getValue())}),bt&&vt.onDidFocusEditorText(()=>{bt(vt.getValue())}),He)try{vt.onDidPaste(zr=>{const xn=vt.getSelection(),Et=Ie.current.pastePos||{},Dr=new Mt.Range(Et.startLineNumber||xn.endLineNumber,Et.startColumn||xn.endColumn,Et.endLineNumber||xn.endLineNumber,Et.endColumn||xn.endColumn);vt.executeEdits("",[{range:zr.range,text:""}])})}catch(zr){}let Jr=Ze();return Ht&&typeof Ht=="string"&&new B(Ht,vt,Mt),At(!0),()=>{const zr=Ie.current.instance;zr.dispose();const xn=zr.getModel();xn&&xn.dispose(),Ie.current.subscription&&Ie.current.subscription.dispose(),Jr.unobserve(Gt.current)}}catch(vt){}})},[]),(0,r.useEffect)(()=>{if(Ie.current.instance&&Pe)return document.addEventListener("keydown",Tr,!1),()=>{document.removeEventListener("keydown",Tr)}},[Le,Pe]),(0,r.useEffect)(()=>{let Xt=Ie.current.instance;if(Xt&&Pe){let vt=Ue(Bt);Mt.editor.setModelLanguage(Xt.getModel(),vt)}},[Bt,Pe]),(0,r.useEffect)(()=>{Ie.current.instance&&Pe&&Mt.editor.setTheme(Je)},[Je,Pe]),(0,r.useEffect)(()=>{let Xt=Ie.current.instance;ce.current=_t,Xt&&Pe&&(Xt.updateOptions(le({},_t)),setTimeout(()=>{Xt.getModel().updateOptions(le({},_t))},200))},[JSON.stringify(_t),Pe]),(0,r.useEffect)(()=>{let Xt=Ie.current.instance;Xt&&Pe&&Xt.layout()},[tr,ze,Pe]);const[Lr,vr]=(0,r.useState)(me(tr)),[$r,sn]=(0,r.useState)(me(ze)),hn=$(le({},nt),{width:Lr,height:$r,position:"relative"});return r.createElement("div",{className:"my-monaco-editor",ref:Gt,style:hn},be&&r.createElement(ne.CopyToClipboard,{text:wt,onCopy:()=>G.ZP.success("\u590D\u5236\u6210\u529F")},r.createElement(H.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 kt({width:Zt="100%",height:Ft="100%",original:tr,modified:ze,language:wt,options:Bt={}}){const nt=(0,r.useRef)(),[_t,ht]=(0,r.useState)(null);function Je(Ke){let He;return nt.current&&(He=new i.Z(Xe=>{for(let pt of Xe)(pt.target.offsetHeight>0||pt.target.offsetWidth>0)&&Ke.layout()}),He.observe(nt.current)),He}(0,r.useEffect)(()=>(nt.current&&Promise.all([e.e(8909),e.e(9404)]).then(e.bind(e,2550)).then(Ke=>{Mt=Ke;const He=Mt.editor.createDiffEditor(nt.current,$(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},Bt),{wordWrap:!0}));ht(He);let Xe=Je(He);return()=>{He.dispose();const pt=He.getModel();pt&&pt.dispose(),Xe.unobserve(nt.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,r.useEffect)(()=>{_t&&_t.setModel({original:Mt.editor.createModel(tr,wt),modified:Mt.editor.createModel(ze,wt)})},[tr,ze,wt,_t]);const je=me(Zt),be=me(Ft),Le={width:je,height:be};return r.createElement("div",{className:"my-diff-editor",ref:nt,style:Le})}},97760:function(d,_,e){"use strict";e.d(_,{k:function(){return b}});var r=e(83325),i=e(8591),l=e(56854),c=Object.defineProperty,f=Object.defineProperties,o=Object.getOwnPropertyDescriptors,h=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable,x=(D,R,A)=>R in D?c(D,R,{enumerable:!0,configurable:!0,writable:!0,value:A}):D[R]=A,p=(D,R)=>{for(var A in R||(R={}))u.call(R,A)&&x(D,A,R[A]);if(h)for(var A of h(R))a.call(R,A)&&x(D,A,R[A]);return D},y=(D,R)=>f(D,o(R)),m=(D,R)=>{var A={};for(var P in D)u.call(D,P)&&R.indexOf(P)<0&&(A[P]=D[P]);if(D!=null&&h)for(var P of h(D))R.indexOf(P)<0&&a.call(D,P)&&(A[P]=D[P]);return A};const b=["\u8BA4\u8BC1\u4E13\u4E1A","\u8BA4\u8BC1\u5C4A\u522B"],S={namespace:"engineeringEvaluteList",state:{actionTabs:{key:"",params:{}},headerData:{dataSource:{[b[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${b[0]}`,loading:"engineeringEvaluteList/getMajorList",dataList:[]},[b[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${b[1]}`,loading:"engineeringEvaluteList/getYearList",dataList:[]}},active:{}},tabListData:{total:0,pageNo:1,pageSize:20,dataSource:[]}},effects:{*setActionTabs({payload:D},{call:R,put:A}){yield A({type:"save",payload:{actionTabs:p({},D)}})},*getMajorList({payload:D},{call:R,put:A,select:P}){const{userInfo:M}=yield P(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 A({type:"setMajorOrYearDataSource",payload:{key:b[0],value:B.data.map(G=>({label:G.name,value:G.ec_major_school_id})),active:B.data.length>0?N[0]||B.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:D},{call:R,put:A,select:P}){const M=yield R(r.Nx,D.id),{userInfo:B}=yield P(N=>N.user);if(M&&M.data){const N=l.U.getItem(B==null?void 0:B.login);yield A({type:"setMajorOrYearDataSource",payload:{key:b[1],value:M.data.map(G=>({label:G.year,value:G.ec_year_id})),active:M.data.length>0?D.firstEnter?N[1]:M.data[0].ec_year_id:void 0}})}},*getCourseResults({payload:D={}},{call:R,put:A,select:P}){const{calc:M,page:B,per_page:N}=D,{headerData:G,tabListData:H}=yield P(ne=>ne.engineeringEvaluteList),{userInfo:W}=yield P(ne=>ne.user);let ae=G.active[b[1]];if(ae){let ne={id:ae,page:B||1,per_page:N||H.pageSize};M&&(ne=y(p({},ne),{page:H.pageNo}));const oe=yield R(r._y,ne),q=[G.active[b[0]],G.active[b[1]]];l.U.setItem(W==null?void 0:W.login,q),oe&&oe.ec_courses&&(yield A({type:"setCourseResults",payload:y(p({},H),{pageNo:ne.page,total:oe.count,pageSize:ne.per_page||H.pageSize,dataSource:oe.ec_courses.map((J,K)=>y(p({},J),{key:ne.page>1?(ne.page-1)*ne.per_page+K+1:K+1}))})}))}else yield A({type:"setCourseResults",payload:y(p({},H),{pageNo:1,total:0,dataSource:[]})})},*exportCourse({payload:D},{call:R,select:A}){const{headerData:P}=yield A(M=>M.engineeringEvaluteList);P.active[b[1]]&&(yield R(r.F,P.active[b[1]]))},*compute({payload:D},{call:R,put:A}){const P=D,{all:M}=P,B=m(P,["all"]),N=yield R(M?r.At:r.PX,B);N&&N.status===0?(i.ZP.success("\u8BA1\u7B97\u5B8C\u6210"),yield A({type:"getCourseResults",payload:{calc:!0}})):i.ZP.error(N.message)}},reducers:{save(D,R){return p(p({},D),R.payload)},setMajorOrYearDataSource(D,{payload:R}){let A=D.headerData.active;return R.active&&(A=y(p({},A),{[R.key]:R.active})),y(p({},D),{headerData:y(p({},D.headerData),{dataSource:y(p({},D.headerData.dataSource),{[R.key]:y(p({},D.headerData.dataSource[R.key]),{dataList:R.value})}),active:A})})},setMajorOrYearActive(D,{payload:R}){return y(p({},D),{headerData:y(p({},D.headerData),{active:y(p({},D.headerData.active),{[R.key]:R.value})})})},setCourseResults(D,{payload:R}){return y(p({},D),{tabListData:p(p({},D.tabListData),R)})}},subscriptions:{setup({dispatch:D,history:R}){return R.listen(({pathname:A})=>{A==="/"&&D({type:"query"})})}}};_.Z=S},37798:function(d,_,e){"use strict";e.d(_,{L:function(){return h},r:function(){return a}});var r=Object.defineProperty,i=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,f=(x,p,y)=>p in x?r(x,p,{enumerable:!0,configurable:!0,writable:!0,value:y}):x[p]=y,o=(x,p)=>{for(var y in p||(p={}))l.call(p,y)&&f(x,y,p[y]);if(i)for(var y of i(p))c.call(p,y)&&f(x,y,p[y]);return x};const h=x=>x==null?void 0:x.map(p=>{const y=(p.sub_disciplines||[]).map(m=>({value:m.id,label:m.name}));return{value:p.id,label:p.name,children:y}}),u={1:"\u4E00",2:"\u4E8C",3:"\u4E09",4:"\u56DB",5:"\u4E94",6:"\u516D",7:"\u4E03",8:"\u516B"},a=x=>{if(!x)return;const{all_questions_count:p,all_score:y,single_questions:m,multiple_questions:b,judgement_questions:S,program_questions:D,completion_questions:R,subjective_questions:A,practical_questions:P,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"},S),o({type:"SUBJECTIVE",name:"\u7B80\u7B54\u9898"},A),o({type:"PROGRAM",name:"\u7F16\u7A0B\u9898"},D),o({type:"PRACTICAL",name:"\u5B9E\u8BAD\u9898"},P),o({type:"COMBINATION",name:"\u7EC4\u5408\u9898"},M)].filter(G=>G.questions_count>0).map((G,H)=>o(o({},G),{number:u[H+1]}));return{all_questions_count:p,all_score:y,questionList:N}}},56854:function(d,_,e){"use strict";e.d(_,{U:function(){return c},t:function(){return l}});var r=e(43418),i=e(34055);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)}}},96047:function(d,_,e){"use strict";e.d(_,{$f:function(){return p},Cq:function(){return b},GY:function(){return o},I8:function(){return D},Ow:function(){return y},P:function(){return x},Ql:function(){return h},RA:function(){return P},Zm:function(){return u},bz:function(){return f},eF:function(){return S},gQ:function(){return R},ht:function(){return m},kN:function(){return M},n1:function(){return l},nI:function(){return B},o9:function(){return c},sG:function(){return a},wi:function(){return A}});var r=e(82093),i=(N,G,H)=>new Promise((W,ae)=>{var ne=J=>{try{q(H.next(J))}catch(K){ae(K)}},oe=J=>{try{q(H.throw(J))}catch(K){ae(K)}},q=J=>J.done?W(J.value):Promise.resolve(J.value).then(ne,oe);q((H=H.apply(N,G)).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 S(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/phone_bind.json`,{method:"post",body:N})})}function D(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 A(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.basicInfoId}/open_users/${N.id}.json`,{method:"delete"})})}function P(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,G){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${N.login}/videos/${N.id}/create_subject_video.json`,{method:"post",body:G})})}},1754:function(d,_,e){"use strict";e.d(_,{An:function(){return y},TO:function(){return a},my:function(){return p},nZ:function(){return x}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(m,b,S)=>b in m?i(m,b,{enumerable:!0,configurable:!0,writable:!0,value:S}):m[b]=S,h=(m,b)=>{for(var S in b||(b={}))c.call(b,S)&&o(m,S,b[S]);if(l)for(var S of l(b))f.call(b,S)&&o(m,S,b[S]);return m},u=(m,b,S)=>new Promise((D,R)=>{var A=B=>{try{M(S.next(B))}catch(N){R(N)}},P=B=>{try{M(S.throw(B))}catch(N){R(N)}},M=B=>B.done?D(B.value):Promise.resolve(B.value).then(A,P);M((S=S.apply(m,b)).next())});function a(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/inform_up.json`,{method:"post",body:h({},m)})})}function x(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/inform_down.json`,{method:"post",body:h({},m)})})}function p(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/update_informs.json`,{method:"post",body:h({},m)})})}function y(m){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${m.coursesId}/new_informs.json`,{method:"post",body:h({},m)})})}},14794:function(d,_,e){"use strict";e.d(_,{$n:function(){return S},H:function(){return b},Nm:function(){return y},Ot:function(){return m},SV:function(){return a},fc:function(){return R},mn:function(){return D},tO:function(){return p},zI:function(){return x}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(A,P,M)=>P in A?i(A,P,{enumerable:!0,configurable:!0,writable:!0,value:M}):A[P]=M,h=(A,P)=>{for(var M in P||(P={}))c.call(P,M)&&o(A,M,P[M]);if(l)for(var M of l(P))f.call(P,M)&&o(A,M,P[M]);return A},u=(A,P,M)=>new Promise((B,N)=>{var G=ae=>{try{W(M.next(ae))}catch(ne){N(ne)}},H=ae=>{try{W(M.throw(ae))}catch(ne){N(ne)}},W=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(G,H);W((M=M.apply(A,P)).next())});function a(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/public_with_course_and_project",{method:"get",params:h({},A)})})}function x(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/mine_with_course_and_project.json",{method:"get",params:h({},A)})})}function p(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/import.json",{method:"post",body:h({},A)})})}function y(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A.id}.json`,{method:"get",params:h({},A)})})}function m(A){return u(this,null,function*(){const{id:P}=A;return delete A.id,(0,r.ZP)(`/api/files/${P}.json`,{method:"put",body:h({},A)})})}function b(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A.id}/update_visits.json`,{method:"post"})})}function S(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A==null?void 0:A.id}/watch_list.json`,{method:"get",params:h({},A)})})}function D(A){return u(this,null,function*(){return(0,r.ZP)("/api/files/get_batches_publish_info.json",{method:"get",params:h({},A)})})}function R(A){return u(this,null,function*(){return(0,r.ZP)(`/api/files/${A==null?void 0:A.id}/add_file_quantity.json`,{method:"post",body:h({},A)})})}},74891:function(d,_,e){"use strict";e.d(_,{CJ:function(){return y},Mf:function(){return R},NA:function(){return S},PC:function(){return m},PP:function(){return b},YQ:function(){return D},cc:function(){return p},dI:function(){return x},yq:function(){return a}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(A,P,M)=>P in A?i(A,P,{enumerable:!0,configurable:!0,writable:!0,value:M}):A[P]=M,h=(A,P)=>{for(var M in P||(P={}))c.call(P,M)&&o(A,M,P[M]);if(l)for(var M of l(P))f.call(P,M)&&o(A,M,P[M]);return A},u=(A,P,M)=>new Promise((B,N)=>{var G=ae=>{try{W(M.next(ae))}catch(ne){N(ne)}},H=ae=>{try{W(M.throw(ae))}catch(ne){N(ne)}},W=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(G,H);W((M=M.apply(A,P)).next())});function a(A){return u(this,null,function*(){return(0,r.ZP)("/api/courses/board_list.json",{method:"get",params:h({},A)})})}function x(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.boardId}.json`,{method:"get",params:h({},A)})})}function p(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.id}/sticky_top.json`,{method:"put",body:{course_id:A.coursesId}})})}function y(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.id}/sticky_top.json`,{method:"put",body:{course_id:A.coursesId}})})}function m(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.boardId}/reply_list.json`,{method:"get",params:h({},A)})})}function b(A){return u(this,null,function*(){return(0,r.ZP)(`/api/messages/${A.boardId}/reply.json`,{method:"post",body:h({},A)})})}function S(A){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:h({},A)})})}function D(A){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:h({},A)})})}function R(A){return u(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:h({},A)})})}},64948:function(d,_,e){"use strict";e.d(_,{$T:function(){return ti},A:function(){return Kt},Ab:function(){return ga},Al:function(){return Ue},BQ:function(){return bt},BR:function(){return Ge},Bn:function(){return Yt},Cq:function(){return Qn},D4:function(){return b},DJ:function(){return Bt},Dd:function(){return N},Ds:function(){return Jt},EO:function(){return Tt},Ed:function(){return nt},F9:function(){return Ht},FU:function(){return Gt},Fg:function(){return G},GV:function(){return be},Gk:function(){return ie},Gm:function(){return He},Gz:function(){return H},Hf:function(){return a},Hl:function(){return W},Hn:function(){return ee},ID:function(){return Jr},IU:function(){return Rt},J2:function(){return Je},K$:function(){return Me},KP:function(){return _t},KT:function(){return ze},L$:function(){return It},LH:function(){return oe},Lk:function(){return On},Lm:function(){return D},Ls:function(){return Zt},MA:function(){return Ci},Mc:function(){return ci},N7:function(){return Oe},Nd:function(){return j},Nl:function(){return gt},Ns:function(){return zr},O3:function(){return wt},Pj:function(){return Ke},Q9:function(){return y},QX:function(){return we},QZ:function(){return tr},R2:function(){return Te},Rk:function(){return Nn},S9:function(){return Ce},SA:function(){return S},U8:function(){return Et},UD:function(){return ct},U_:function(){return le},Uy:function(){return br},V8:function(){return se},Vw:function(){return kt},W0:function(){return Tr},W7:function(){return rr},WK:function(){return Qi},Wr:function(){return St},YR:function(){return At},Z0:function(){return vr},ZL:function(){return tn},ZT:function(){return oa},ZX:function(){return Ca},Z_:function(){return q},_0:function(){return J},_9:function(){return Xe},_B:function(){return Ma},_X:function(){return p},aP:function(){return Ct},aQ:function(){return pt},aZ:function(){return ce},al:function(){return ft},bm:function(){return ot},bz:function(){return Lt},c_:function(){return kn},ds:function(){return vt},fN:function(){return Zi},fr:function(){return Pe},g4:function(){return je},gq:function(){return ae},hf:function(){return yt},i:function(){return $r},i6:function(){return Ai},i7:function(){return _r},iE:function(){return A},ih:function(){return ui},jA:function(){return m},kW:function(){return ht},km:function(){return xn},nP:function(){return M},nQ:function(){return Wt},nX:function(){return hn},oM:function(){return rt},oR:function(){return Ei},o_:function(){return Kr},pf:function(){return Xt},pr:function(){return gi},pv:function(){return Tn},qB:function(){return Mt},r2:function(){return K},rS:function(){return ne},s:function(){return ca},sK:function(){return x},sb:function(){return he},sm:function(){return B},t1:function(){return Le},tB:function(){return Ta},tR:function(){return ir},td:function(){return Fe},uh:function(){return Ie},up:function(){return Dr},v2:function(){return P},vV:function(){return Ir},w9:function(){return $},wR:function(){return ri},yS:function(){return Ze},yV:function(){return me},yd:function(){return sn},zg:function(){return Ft}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Ee,ut,tt)=>ut in Ee?i(Ee,ut,{enumerable:!0,configurable:!0,writable:!0,value:tt}):Ee[ut]=tt,h=(Ee,ut)=>{for(var tt in ut||(ut={}))c.call(ut,tt)&&o(Ee,tt,ut[tt]);if(l)for(var tt of l(ut))f.call(ut,tt)&&o(Ee,tt,ut[tt]);return Ee},u=(Ee,ut,tt)=>new Promise((Ot,dt)=>{var lr=Nr=>{try{Ar(tt.next(Nr))}catch(We){dt(We)}},cr=Nr=>{try{Ar(tt.throw(Nr))}catch(We){dt(We)}},Ar=Nr=>Nr.done?Ot(Nr.value):Promise.resolve(Nr.value).then(lr,cr);Ar((tt=tt.apply(Ee,ut)).next())});const a=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/update_group.json`,{method:"put",body:Ee})}),x=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/students.json`,{method:"Get",params:Ee})}),p=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/add_groups.json`,{method:"post",body:Ee})}),y=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/list_groups_by_settings.json`,{method:"post",body:Ee})}),m=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/groups.json`,{method:"Get",params:Ee})}),b=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/update_leader_permission.json`,{method:"put",body:Ee})}),S=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/update_group_settings`,{method:"put",body:Ee})}),D=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.coursesId}/group_homeworks/${Ee==null?void 0:Ee.categoryId}/group_settings.json`,{method:"Get",params:Ee})}),R=Ee=>u(void 0,null,function*(){return Fetch(`/api/homework_commons/${Ee==null?void 0:Ee.id}/test_result_setting.json`,{method:"post",body:Ee})}),A=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.course_id}/course_videos/configs.json`,{method:"put",body:Ee})}),P=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.course_id}/course_videos/list_for_config.json`,{method:"Get",params:Ee})}),M=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.course_id}/homework_commons/max_late_time.json`,{method:"Get",params:Ee})}),B=Ee=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.course_id}/homework_commons/batch_late_setting`,{method:"post",body:Ee})}),N=Ee=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/course_use_infos.json",{method:"Get",params:Ee})}),G=Ee=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/rank_list.json",{method:"Get",params:Ee})}),H=Ee=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_body.json",{method:"Get",params:Ee})}),W=Ee=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_header.json",{method:"Get",params:Ee})});function ae(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.course_id}/set_assistant_permissions.json`,{method:"post",body:h({},Ee.permissions)})})}function ne(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.course_id}/assistant_permissions.json`,{method:"Get",params:h({},Ee)})})}function oe(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/ai_status_query.json`,{method:"Get",params:Ee})})}function q(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/update_course_portrait_data.json`,{method:"post",body:h({},Ee)})})}function J(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/get_user_portrait_config.json`,{method:"Get",params:Ee})})}function K(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/update_user_portrait_config.json?id=${Ee.coursesId}`,{method:"put",body:h({},Ee)})})}function se(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"Get",params:h({},Ee)})})}function ee(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/according_course_recommend_shixuns.json",{method:"Get",params:h({},Ee)})})}function Q(Ee){return u(this,null,function*(){return Fetch("/api/disciplines.json",{method:"Get",params:h({},Ee)})})}function le(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/top_banner.json`,{method:"get",params:h({},Ee)})})}function $(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id||Ee.coursesId}/left_banner.json`,{method:"get",params:h({},Ee)})})}function j(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/homework_commons.json`,{method:"get",params:h({},Ee)})})}function ie(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/homework_commons/list.json`,{method:"get",params:h({},Ee)})})}function me(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/graduation_topics.json`,{method:"get",params:h({},Ee)})})}function Te(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/graduation_tasks.json`,{method:"get",params:h({},Ee)})})}function Oe(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/v2/courses/${Ee.id}/exercises.json`,{method:"get",params:h({},Ee)})})}function Ge(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/polls.json`,{method:"get",params:h({},Ee)})})}function Ue(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/homework_commons.json`,{method:"get",params:h({},Ee)})})}function Mt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/course_groups.json`,{method:"get",params:h({},Ee)})})}function yt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/all_course_groups.json`,{method:"get",params:h({},Ee)})})}function kt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/attendances.json`,{method:"get",params:h({},Ee)})})}function Zt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/courses/${Ee.coursesId}/attendances.json`,{method:"get",params:h({},Ee)})})}function Ft(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/attendances/${Ee.id}/edit.json`,{method:"get",params:h({},Ee)})})}function tr(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/informs.json`,{method:"get",params:h({},Ee)})})}function ze(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/files.json",{method:"get",params:h({},Ee)})})}function wt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/course_videos.json`,{method:"get",params:h({},Ee)})})}function Bt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/live_links.json`,{method:"get",params:h({},Ee)})})}function nt(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/courses/mine.json",{method:"get",params:h({},Ee)})})}function _t(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${Ee.categoryId}/messages.json`,{method:"get",params:h({},Ee)})})}function ht(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/course_groups.json`,{method:"get",params:h({},Ee)})})}function Je(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/students.json`,{method:"get",params:h({},Ee)})})}function je(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/statistics.json`,{method:"get",params:h({},Ee)})})}function be(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/work_score.json`,{method:"get",params:h({},Ee)})})}function Le(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/act_score.json`,{method:"get",params:h({},Ee)})})}function Ke(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/shixun_lists.json",{method:"get",params:h({},Ee)})})}function He(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"get",params:h({},Ee)})})}function Xe(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.course_id}/homework_commons/impersonal_list.json`,{method:"get",params:h({},Ee)})})}function pt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/homework_commons/create_shixun_homework.json`,{method:"post",body:h({},Ee)})})}function bt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee==null?void 0:Ee.course_id}/homework_commons/create_collaborators.json`,{method:"post",body:h({},Ee)})})}function rr(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/subject_lists.json",{method:"get",params:h({},Ee)})})}function Jt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/homework_commons/create_subject_homework.json`,{method:"post",body:h({},Ee)})})}function Me(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/schools/school_list.json",{method:"get",params:Ee})})}function rt(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_course_list.json",{method:"post",body:Ee})})}function Yt(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"post",body:Ee})})}function Lt(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:Ee})})}function Wt(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/users/member_search.json",{method:"get",params:Ee})})}function Ht(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/student_groups.json",{method:"get",params:h({page:1,limit:1e3},Ee)})})}function ir(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.identifier}/add_student_groups.json`,{method:"post",body:Ee})})}function Gt(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_all.json",{method:"get",params:Ee})})}function Ie(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/add_teacher.json`,{method:"post",body:Ee})})}function ce(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/add_students_by_search.json`,{method:"post",body:Ee})})}function he(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/set_public_or_private.json`,{method:"post",body:Ee})})}function It(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/set_invite_code_halt.json`,{method:"post",body:Ee})})}function Ce(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/duplicate_course.json`,{method:"post",body:Ee})})}function ft(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/update_end_date.json`,{method:"put",body:Ee})})}function Kt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}.json`,{method:"delete",body:Ee})})}function Tt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/settings.json`,{method:"get",params:h({},Ee)})})}function Pe(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}.json`,{method:"put",body:Ee})})}function At(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/export_couser_info.json`,{method:"get",params:{export:!0}})})}function Ze(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/export_member_act_score_async.json`,{method:"get",params:h({export:!0},Ee)})})}function we(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/export_total_homework_commons_score.json`,{method:"get",params:h({export:!0},Ee)})})}function gt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/export_total_exercises_and_other_score.json`,{method:"get",params:h({export:!0},Ee)})})}function Rt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/export_star_user.json`,{method:"get",params:h({export:!0},Ee)})})}function Fe(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/export_mooc_records.json`,{method:"get",params:h({export:!0},Ee)})})}function Tr(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/export_total_course_score.json`,{method:"get",params:h({export:!0},Ee)})})}function Ct(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ee.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},Ee)})})}function Kr(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ee.categoryId}/export_shixun_report.json`,{method:"get",params:h({export:!0},Ee)})})}function tn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Ee.categoryId}/export_exercise_users.json`,{method:"get",params:h({export:!0},Ee)})})}function Ir(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Ee.categoryId}/export_exercise_word.json`,{method:"get",params:h({export:!0},Ee)})})}function Lr(Ee){return u(this,null,function*(){return Fetch(`/api/homework_commons/${Ee.categoryId}/works_list.zip`,{method:"get",params:h({export:!0},Ee)})})}function vr(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api//course_second_categories/${Ee.id}.json`,{method:"delete",params:{export:!0}})})}function $r(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api//boards/${Ee.id}.json`,{method:"delete",params:{export:!0}})})}function sn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${Ee.id}/sticky_module.json`,{method:"get"})})}function hn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${Ee.id}/hidden_module.json`,{method:"get"})})}function Xt(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/courses/new.json",{method:"get",params:Ee})})}function vt(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/attendances/${Ee.id}.json`,{method:"get",params:Ee})})}function ot(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"get",params:Ee})})}function ct(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances/update_status.json",{method:"post",body:Ee})})}function Nt(Ee){return u(this,null,function*(){return Fetch(`/api/polls/${Ee.categoryId}/commit_result.xlsx`,{method:"get",params:h({export:!0},Ee)})})}function br(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Ee.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},Ee)})})}function _r(Ee){return(0,r.ZP)(`/api/polls/${Ee.categoryId}/start_answer.json`,{method:"get",params:h({},Ee)})}function Jr(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${Ee.questionId}/poll_votes.json`,{method:"post",body:Ee})})}function zr(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${Ee.categoryId}/commit_poll.json`,{method:"post",body:Ee})})}function xn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.courseId}/tasks_list.json`,{method:"get",params:Ee})})}function Et(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.courseId}/update_task_position.json`,{method:"post",body:Ee})})}function Dr(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/calculate_all_shixun_scores.json`,{method:"get",params:Ee})})}function kn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/all_course_groups.json`,{method:"get",params:Ee})})}function Qn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/polls/all_course_groups.json`,{method:"get",params:Ee})})}function Nn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/students.json`,{method:"get",params:Ee})})}function ti(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${Ee.categoryId}/rename_group.json`,{method:"POST",body:Ee})})}function Tn(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${Ee.categoryId}.json`,{method:"delete",body:Ee})})}function Ai(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/join_course_group.json`,{method:"POST",body:Ee})})}function ri(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/transfer_to_course_group.json`,{method:"post",body:Ee})})}function Ci(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/delete_from_course.json`,{method:"post",body:Ee})})}function Qi(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/join_course_group.json`,{method:"post",body:Ee})})}function Zi(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/exit_course.json`,{method:"post"})})}function Ca(Ee){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"post",body:h({},Ee)})})}function ui(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/mooc_users/${Ee.user_id}/edit.json`,{method:"get",params:Ee})})}function ca(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/mooc_users.json`,{method:"post",body:Ee})})}function Ta(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.coursesId}/mooc_users/${Ee.user_id}.json`,{method:"put",body:Ee})})}function St(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/course_second_categories/${Ee.id}/move_category.json`,{method:"post",body:Ee})})}function ga(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${Ee.id}/move_category.json`,{method:"post",body:Ee})})}function oa(Ee){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee.id}/courseware.json`,{method:"get",params:Ee})})}function gi(Ee,ut){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Ee}/mark_wrong_topic.json`,{method:"get",params:ut})})}function Ma(Ee,ut){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Ee}/cancel_wrong_topic.json`,{method:"get",params:ut})})}function Ei(Ee,ut){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ee}/allow_end_group.json`,{method:"get",params:ut})})}function ci(Ee,ut){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ee}/homework_commons/end_with_homework_list_position.json`,{method:"post",body:ut})})}function On(Ee,ut){return u(this,null,function*(){return(0,r.ZP)(`/api/tasks/${Ee}/get_content_for_commit_id.json`,{method:"get",params:ut})})}},65906:function(d,_,e){"use strict";e.d(_,{$M:function(){return Ft},$P:function(){return rr},Ax:function(){return x},Dh:function(){return D},FU:function(){return W},GQ:function(){return ee},IN:function(){return je},JM:function(){return He},Ju:function(){return Zt},Mn:function(){return Je},Ni:function(){return ie},Pg:function(){return R},Pt:function(){return S},Qp:function(){return K},R9:function(){return ae},Ux:function(){return se},Vy:function(){return Ge},XJ:function(){return j},XR:function(){return yt},Ze:function(){return B},aq:function(){return M},bQ:function(){return m},bu:function(){return p},cC:function(){return a},jS:function(){return oe},lm:function(){return be},ml:function(){return le},o3:function(){return ze},pA:function(){return Bt},pS:function(){return Ke},pU:function(){return $},ps:function(){return H},q0:function(){return _t},qN:function(){return ht},qS:function(){return b},qj:function(){return Mt},qt:function(){return pt},rV:function(){return A},rZ:function(){return Xe},rk:function(){return Te},rm:function(){return J},sK:function(){return q},sL:function(){return nt},su:function(){return Le},tC:function(){return Oe},tO:function(){return Ue},u9:function(){return Q},uZ:function(){return me},vV:function(){return G},xx:function(){return Jt},y8:function(){return kt},yS:function(){return N},zF:function(){return y},zc:function(){return ne},zj:function(){return P},zz:function(){return bt}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Me,rt,Yt)=>rt in Me?i(Me,rt,{enumerable:!0,configurable:!0,writable:!0,value:Yt}):Me[rt]=Yt,h=(Me,rt)=>{for(var Yt in rt||(rt={}))c.call(rt,Yt)&&o(Me,Yt,rt[Yt]);if(l)for(var Yt of l(rt))f.call(rt,Yt)&&o(Me,Yt,rt[Yt]);return Me},u=(Me,rt,Yt)=>new Promise((Lt,Wt)=>{var Ht=Ie=>{try{Gt(Yt.next(Ie))}catch(ce){Wt(ce)}},ir=Ie=>{try{Gt(Yt.throw(Ie))}catch(ce){Wt(ce)}},Gt=Ie=>Ie.done?Lt(Ie.value):Promise.resolve(Ie.value).then(Ht,ir);Gt((Yt=Yt.apply(Me,rt)).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 S(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams.json`,{method:"post"})})}function D(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 A(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/${Me.url}`,{method:"get",params:h({},Me)})})}function P(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 G(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 H(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.id}.json`,{method:"delete"})})}function W(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 ne(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/join.json`,{method:"post",body:Me})})}function oe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/teachers.json`,{method:"get",params:Me})})}function q(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/students.json`,{method:"get",params:Me})})}function J(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 K(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 Q(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 $(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/prize.json`,{method:"get",params:Me})})}function j(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.id}.json`,{method:"get",params:Me})})}function ie(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 Te(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.userid}/email_bind.json`,{method:"post",body:Me})})}function Oe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.userid}/professional_auth_apply.json`,{method:"delete"})})}function Ge(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Me.userid}/authentication_apply.json`,{method:"delete"})})}function Ue(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/prize_leader_account.json`,{method:"put",body:Me})})}function Mt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.teamid}/shixun_detail.json`,{method:"get"})})}function yt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams/${Me.teamid}/course_detail.json`,{method:"get"})})}function kt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/attachments/${Me.id}.json`,{method:"delete"})})}function Zt(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 tr(){return u(this,null,function*(){return Fetch("/api/competitions/download_template",{method:"get",responseType:"arraybuffer"})})}function ze(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/common_header.json`,{method:"get"})})}function wt(Me){return u(this,null,function*(){return Fetch("/api/competitions.json",{method:"post",body:Me})})}function Bt(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 nt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/get_managers.json`,{method:"get"})})}function _t(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 ht(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 Je(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/get_picture.json`,{method:"get"})})}function je(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 be(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/get_shixun_settings.json`,{method:"get"})})}function Le(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 Ke(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 He(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 Xe(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me}/info_finish.json`,{method:"get"})})}function pt(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 bt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_teams.json`,{method:"get",params:Me})})}function rr(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/all_team_members.json`,{method:"get",params:Me})})}function Jt(Me){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Me.identifier}/competition_commit_records/member_works.json`,{method:"get",params:Me})})}},83325:function(d,_,e){"use strict";e.d(_,{F:function(){return b},OE:function(){return P},ff:function(){return S},p1:function(){return D},_y:function(){return m},mK:function(){return G},gq:function(){return W},eM:function(){return N},BA:function(){return oe},bA:function(){return J},Nx:function(){return q},Qx:function(){return M},At:function(){return R},PX:function(){return A},Xl:function(){return B},y9:function(){return H},No:function(){return ae},ay:function(){return K}});var r=e(82093),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(se,ee,Q)=>ee in se?i(se,ee,{enumerable:!0,configurable:!0,writable:!0,value:Q}):se[ee]=Q,a=(se,ee)=>{for(var Q in ee||(ee={}))o.call(ee,Q)&&u(se,Q,ee[Q]);if(f)for(var Q of f(ee))h.call(ee,Q)&&u(se,Q,ee[Q]);return se},x=(se,ee)=>l(se,c(ee)),p=(se,ee)=>{var Q={};for(var le in se)o.call(se,le)&&ee.indexOf(le)<0&&(Q[le]=se[le]);if(se!=null&&f)for(var le of f(se))ee.indexOf(le)<0&&h.call(se,le)&&(Q[le]=se[le]);return Q},y=(se,ee,Q)=>new Promise((le,$)=>{var j=Te=>{try{me(Q.next(Te))}catch(Oe){$(Oe)}},ie=Te=>{try{me(Q.throw(Te))}catch(Oe){$(Oe)}},me=Te=>Te.done?le(Te.value):Promise.resolve(Te.value).then(j,ie);me((Q=Q.apply(se,ee)).next())});const m=se=>y(void 0,null,function*(){var ee=se,{id:Q}=ee,le=p(ee,["id"]);return(0,r.ZP)(`/api/ec_years/${Q}/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)},S=({ec_year_id:se})=>(0,r.ZP)(`/api/ec_years/${se}/course_results/get_class.json`,{method:"get"}),D=({ec_year_id:se,id:ee,class_name:Q=null})=>(0,r.ZP)(`/api/ec_years/${se}/course_results/${ee}.json`,{method:"get",params:{class_name:Q}}),R=({ec_year_id:se})=>(0,r.ZP)("/api/ec_courses/1/evaluations/compute_all_courses_data",{method:"post",body:{ec_year_id:se}}),A=({ec_course_id:se})=>(0,r.ZP)(`/api/ec_courses/${se}/evaluations/evaluation_data`,{method:"POST"}),P=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"}),G=se=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/get_formulas.json`,{method:"get"}),H=({ec_year_id:se,formula_one:ee,formula_two:Q,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:Q,formula_three_id:le}}),W=({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:Q,type:le,goal_value:$}=ee,j=p(ee,["ec_year_id","type","goal_value"]);let ie=`?type=${le}`,me={method:"PUT"};return le==="all"&&(ie+=`&goal_value=${$}`),le==="each"&&(me=x(a({},me),{body:j})),(0,r.ZP)(`/api/ec_years/${Q}/ec_graduation_results/set_goal_value${ie}`,me)};var ne=(se,ee,Q)=>new Promise((le,$)=>{var j=Te=>{try{me(Q.next(Te))}catch(Oe){$(Oe)}},ie=Te=>{try{me(Q.throw(Te))}catch(Oe){$(Oe)}},me=Te=>Te.done?le(Te.value):Promise.resolve(Te.value).then(j,ie);me((Q=Q.apply(se,ee)).next())});const oe=se=>ne(void 0,null,function*(){return(0,r.ZP)(`/api/schools/${se}/ec_majors/get_major_list.json`,{method:"get"})}),q=se=>ne(void 0,null,function*(){return(0,r.ZP)(`/api/ec_major_schools/${se}/ec_years/get_year_list.json`,{method:"get"})}),J=({ec_year_id:se,school_id:ee})=>(0,r.ZP)(`/api/ec_years/${se}/top_pages.json`,{method:"get",params:{school_id:ee}}),K=({id:se,name:ee})=>(0,r.ZP)(`/api/ec_years/1/top_pages/${se}?name=${ee}`,{method:"PUT"})},72664:function(d,_,e){"use strict";e.d(_,{$Q:function(){return P},$l:function(){return _r},BJ:function(){return ht},CD:function(){return rt},Cd:function(){return pt},Cl:function(){return Fe},Di:function(){return tr},Fl:function(){return Bt},G$:function(){return le},GK:function(){return wt},Ip:function(){return be},J:function(){return $},KE:function(){return nt},L8:function(){return Gt},LP:function(){return Le},MK:function(){return ze},Mb:function(){return Ir},N0:function(){return H},N3:function(){return Ue},OO:function(){return R},P8:function(){return hn},PJ:function(){return ie},PT:function(){return vr},Qc:function(){return ae},RK:function(){return Q},Ty:function(){return we},UH:function(){return ft},UK:function(){return Mt},Uj:function(){return Jt},Ul:function(){return Xe},VL:function(){return Wt},Vj:function(){return ce},W4:function(){return rr},WL:function(){return he},Wj:function(){return ee},X4:function(){return je},Xn:function(){return Kr},Xo:function(){return oe},YY:function(){return Ft},Ym:function(){return N},Yu:function(){return Xt},ZD:function(){return sn},Zg:function(){return Tr},_B:function(){return Me},_F:function(){return Lr},_U:function(){return J},_u:function(){return me},aU:function(){return G},ab:function(){return Rt},cC:function(){return Ze},cV:function(){return K},ck:function(){return $r},dp:function(){return W},eA:function(){return Nt},fG:function(){return S},gA:function(){return se},gG:function(){return tn},gJ:function(){return vt},hk:function(){return y},hv:function(){return m},iB:function(){return b},iU:function(){return D},iw:function(){return At},kp:function(){return Ht},lL:function(){return A},lf:function(){return Ge},n$:function(){return Oe},n7:function(){return q},nF:function(){return Ie},o3:function(){return ot},oS:function(){return Ke},oX:function(){return Lt},oy:function(){return gt},p7:function(){return B},pL:function(){return Yt},pu:function(){return Je},q6:function(){return ir},qf:function(){return Zt},qz:function(){return He},s:function(){return Tt},sA:function(){return It},sS:function(){return ct},tX:function(){return Kt},uR:function(){return yt},ux:function(){return _t},wy:function(){return kt},xA:function(){return Pe},yE:function(){return ne},yu:function(){return Ce},zP:function(){return M},zR:function(){return br}});var r=e(82093),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(Et,Dr,kn)=>Dr in Et?i(Et,Dr,{enumerable:!0,configurable:!0,writable:!0,value:kn}):Et[Dr]=kn,a=(Et,Dr)=>{for(var kn in Dr||(Dr={}))o.call(Dr,kn)&&u(Et,kn,Dr[kn]);if(f)for(var kn of f(Dr))h.call(Dr,kn)&&u(Et,kn,Dr[kn]);return Et},x=(Et,Dr)=>l(Et,c(Dr)),p=(Et,Dr,kn)=>new Promise((Qn,Nn)=>{var ti=ri=>{try{Ai(kn.next(ri))}catch(Ci){Nn(Ci)}},Tn=ri=>{try{Ai(kn.throw(ri))}catch(Ci){Nn(Ci)}},Ai=ri=>ri.done?Qn(ri.value):Promise.resolve(ri.value).then(ti,Tn);Ai((kn=kn.apply(Et,Dr)).next())});const y=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.exercise_id}/statistics/list_student_score_by_question_type.json`,{method:"get",params:Et}),m=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.exercise_id}/statistics/list_student_score_by_question.json`,{method:"get",params:Et}),b=Et=>(0,r.ZP)(`/api/exercises/${Et.exercise_id}/statistics/export_class_compare.xlsl`,{method:"get",params:Et}),S=Et=>(0,r.ZP)(`/api/exercises/${Et.exercise_id}/statistics/class_question_compare.json`,{method:"get",params:Et}),D=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.exercise_id}/statistics/class_score_distribution.json`,{method:"get",params:Et}),R=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.exercise_id}/statistics/list_student_score.json`,{method:"get",params:Et}),A=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.exercise_id}/statistics/set_score_ranges.json`,{method:"put",body:Et}),P=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.exercise_id}/statistics/score_ranges.json`,{method:"get",params:Et}),M=Et=>(0,r.ZP)(`/api/exercises/${Et.id}/sava_exam_summary.json`,{method:"post",body:Et}),B=Et=>(0,r.ZP)("/api/intelligent_reviews/exam_summary.json",{method:"post",body:Et}),N=Et=>(0,r.ZP)(`/api/exercises/${Et.id}/generate_exam_summary.json`,{method:"post",body:Et}),G=Et=>(0,r.ZP)(`/api/exercises/${Et.id}/exam_summary_settings.json`,{method:"post",body:Et}),H=Et=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.exercise_id}/review_exercise_user.json`,{method:"post",body:Et})}),W=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.id}/code_check.json`,{method:"get",params:Et}),ae=Et=>(0,r.ZP)(`/api/exercises/${Et.id}/reset_pwd.json`,{method:"post",body:Et}),ne=Et=>(0,r.ZP)(`/api/exercises/${Et.id}/encrypt_or_decrypt.json`,{method:"post",body:Et}),oe=Et=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.id}/delayed_time_or_force.json`,{method:"post",body:Et})}),q=Et=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.id}/exercise_time.json`,{method:"Get",params:Et})}),J=Et=>(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.id}/exercise_question_result.json`,{method:"get",params:Et}),K=Et=>(0,r.ZP)(`/api/exercises/${Et.id}/get_question_type_alias.json`,{method:"get",params:Et});function se(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et==null?void 0:Et.id}/teacher_update.json`,{method:"post",body:a({},Et)})})}function ee(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et==null?void 0:Et.id}/adjust_comment.json`,{method:"post",body:a({},Et)})})}function Q(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.id}/edit_question_type_alias.json`,{method:"POST",body:Et})})}function le(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/exercise_lists.json`,{method:"get",params:a({},Et)})})}function $(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/exercise_identity_photos.json`,{method:"get",params:a({},Et)})})}function j(Et){return p(this,null,function*(){return Fetch(`/api/exercises/${Et.categoryId}/video_push_url.json`,{method:"get",params:a({},Et)})})}function ie(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/query_identity_photo_state.json`,{method:"get",params:a({},Et)})})}function me(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/exercise_result.json`,{method:"get",params:a({},Et)})})}function Te(Et){return p(this,null,function*(){return Fetch(`/api/exercises/${Et.categoryId}/exercise_score_area_setting.json`,{method:"post",body:a({},Et)})})}function Oe(Et){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},Et)})})}function Ge(Et){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"POST",body:a({},Et)})})}function Ue(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Et.coursesId}/exercises/publish_modal.json`,{method:"get",params:a({},Et)})})}function Mt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/common_header.json`,{method:"get",params:a({},Et)})})}function yt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Et.coursesId}/exercises.json`,{method:"post",body:a({},Et)})})}function kt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.exerciseId}.json`,{method:"put",body:a({},Et)})})}function Zt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}.json`,{method:"get",params:a({},Et)})})}function Ft(Et){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"get",params:a({},Et)})})}function tr(Et){return p(this,null,function*(){const{id:Dr}=Et;return delete Et.id,(0,r.ZP)(`/api/exercise_questions/${Dr}.json`,{method:"put",body:a({},Et)})})}function ze(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/exercise_questions.json`,{method:"post",body:a({},Et)})})}function wt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et.id}/up_down.json`,{method:"post",body:a({},Et)})})}function Bt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et.id}.json`,{method:"delete"})})}function nt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Et.coursesId}/exercises/end_modal.json`,{method:"get",params:a({},Et)})})}function _t(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/publish_groups.json`,{method:"get",params:a({},Et)})})}function ht(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.exerciseId}/user_exercise_detail.json`,{method:"get",params:a({},Et)})})}function Je(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.exerciseId}/consult_exercise.json`,{method:"post",body:a({},Et)})})}function je(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.exerciseId}/teacher_appraise.json`,{method:"get",params:a({},Et)})})}function be(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et.id}/adjust_score.json`,{method:"post",body:a({},Et)})})}function Le(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et.id}/batch_adjust_score.json`,{method:"post",body:a({},Et)})})}function Ke(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.id}/adjust_score.json`,{method:"post",body:a({},Et)})})}function He(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.id}/delayed_time.json`,{method:"post",body:a({},Et)})})}function Xe(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/exercise_setting.json`,{method:"get",params:a({},Et)})})}function pt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/v2/exercises/${Et.categoryId}/exercise_setting.json`,{method:"get",params:a({},Et)})})}function bt(Et){return p(this,null,function*(){return Fetch(`/api/exercises/${Et.categoryId}/commit_setting.json`,{method:"post",body:a({},Et)})})}function rr(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.exerciseId}/review_exercises_by_students.json`,{method:"post",body:a({},Et)})})}function Jt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/exercise_lists.xlsx`,{method:"get",params:x(a({},Et),{export:!0})})})}function Me(Et){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/user_exercise_detail.json`,{method:"get",params:x(a({},Et),{login:null})})}function rt(Et){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/start.json`,{method:"get",params:a({},Et)})}function Yt(Et){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/start_unlock.json`,{method:"post",body:a({},Et)})}function Lt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et.questionId}/exercise_answers.json`,{method:"post",body:Et})})}function Wt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/commit_exercise.json`,{method:"post",body:Et})})}function Ht(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/simulate_commit_exercise.json`,{method:"post",body:Et})})}function ir(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/redo_exercise.json`,{method:"post",body:Et})})}function Gt(Et){return(0,r.ZP)(`/api/${Et.url}`,{method:"get",params:a({},Et)})}function Ie(Et){return(0,r.ZP)(`/api/problems/${Et.id}/start.json`,{method:"get",params:a({},Et)})}function ce(Et){return(0,r.ZP)(`/api/exercises/${Et.id}/begin_commit.json`,{method:"get",params:a({},Et)})}function he(Et){return(0,r.ZP)(`/api/exercises/${Et.id}/simulate_begin_commit.json`,{method:"get",params:a({},Et)})}function It(Et){return(0,r.ZP)("/api/examination_intelligent_settings/optional_items.json",{method:"post",body:a({},Et)})}function Ce(Et){return console.log("params:",Et),(0,r.ZP)(`/api/exercises/${Et.categoryId}/edit.json`,{method:"get",params:a({},Et)})}function ft(Et){return(0,r.ZP)(`/api/exercises/${Et.id}/get_objective_scores.json`,{method:"get",params:a({},Et)})}function Kt(Et){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/redo_modal.json`,{method:"get",params:a({},Et)})}function Tt(Et){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/student_redo_lists.json`,{method:"get",params:a({},Et)})}function Pe(Et){return(0,r.ZP)("/api/exercises/get_user_exercises.json",{method:"get",params:Et})}function At(Et){return(0,r.ZP)(`/api/exercises/${Et.id}/exercise_header.json`,{method:"get",params:a({},Et)})}function Ze(Et){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/allow_close_camera.json`,{method:"post",body:a({},Et)})}function we(Et){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/get_exercise_user_info.json`,{method:"get",params:a({},Et)})}function gt(Et){return(0,r.ZP)(`/api/exercises/${Et.id}/record_screen`,{method:"post",params:a({},Et)})}function Rt(Et){return(0,r.ZP)(`/api/exercises/${Et.id}/unbind_ip.json`,{method:"post",body:a({},Et)})}function Fe(Et){return(0,r.ZP)(`/api/exercises/${Et.id}/check_ip.json`,{method:"get",params:a({},Et)})}function Tr(Et){return(0,r.ZP)(`/api/exercises/${Et==null?void 0:Et.id}/check_user_exercise.json`,{method:"get",params:a({},Et)})}function Ct(Et){return Fetch(`/api/exercises/${Et.id}/make_up_students.json`,{method:"get",params:a({},Et)})}function Kr(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Et.coursesId}/exercises/code_review_detail.json`,{method:"get",params:a({},Et)})})}function tn(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et.question_id}/adjust_score.json`,{method:"post",body:a({},Et)})})}function Ir(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Et.categoryId}/simulate_exercise.json`,{method:"post",body:a({},Et)})})}function Lr(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/simulate_start_answer.json`,{method:"get",params:a({},Et)})})}function vr(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/exercise_time.json`,{method:"get",params:a({},Et)})})}function $r(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et.categoryId}/commit_screen_at.json`,{method:"post",body:a({},Et)})})}function sn(Et,Dr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et}/unlock_user`,{method:"post",body:Dr})})}function hn(Et,Dr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et}/save_screen_record.json`,{method:"post",body:Dr})})}function Xt(Et,Dr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et}/screen_record_list.json`,{method:"get",params:Dr})})}function vt(Et){return p(this,null,function*(){return(0,r.ZP)("/api/attachments/set_ecs_attachment.json",{method:"get",params:a({},Et)})})}function ot(Et){return p(this,null,function*(){return(0,r.ZP)("/api/exercises/need_redo.json",{method:"get",params:Et})})}function ct(Et,Dr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Et}/mark.json`,{method:"post",body:Dr})})}function Nt(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Et}/exit_delete_pod.json`,{method:"post",body:Et})})}function br(Et){return p(this,null,function*(){return(0,r.ZP)("/api/users/change_exercise_score.json",{method:"put",body:Et})})}function _r(Et){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${Et==null?void 0:Et.id}/send_to_item_bank.json`,{method:"post",body:a({},Et)})})}function Jr(Et){return p(this,null,function*(){return Fetch(`/api/ai/wrong_question_push_charts/${Et.exercise_id}/wrong_details.json`,{method:"get",params:a({},Et)})})}function zr(Et){return p(this,null,function*(){return Fetch(`/api/ai/wrong_question_push_charts/${Et.exercise_id}/wrong_question.json`,{method:"get",params:a({},Et)})})}function xn(Et){return p(this,null,function*(){return Fetch(`/api/ai/wrong_question_push_charts/${Et.exercise_id}/wrong_question_lists.json`,{method:"get",params:a({},Et)})})}},14195:function(d,_,e){"use strict";e.d(_,{B0:function(){return p},Si:function(){return R},Sr:function(){return P},YP:function(){return A},b4:function(){return D},bc:function(){return a},dX:function(){return S},eh:function(){return M},iI:function(){return m},kd:function(){return x},qR:function(){return b},sW:function(){return y},ts:function(){return N},vL:function(){return B},z5:function(){return G}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(H,W,ae)=>W in H?i(H,W,{enumerable:!0,configurable:!0,writable:!0,value:ae}):H[W]=ae,h=(H,W)=>{for(var ae in W||(W={}))c.call(W,ae)&&o(H,ae,W[ae]);if(l)for(var ae of l(W))f.call(W,ae)&&o(H,ae,W[ae]);return H},u=(H,W,ae)=>new Promise((ne,oe)=>{var q=se=>{try{K(ae.next(se))}catch(ee){oe(ee)}},J=se=>{try{K(ae.throw(se))}catch(ee){oe(ee)}},K=se=>se.done?ne(se.value):Promise.resolve(se.value).then(q,J);K((ae=ae.apply(H,W)).next())});function a(H){return u(this,null,function*(){return(0,r.ZP)("/api/memos.json",{method:"get",params:H})})}function x(H){return u(this,null,function*(){return(0,r.ZP)("/api/discusses/forum_discusses.json",{method:"get",params:H})})}function p(H){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${H.id}/sticky_or_cancel.json`,{method:"post",body:H})})}function y(H){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${H.id}.json`,{method:"delete",body:H})})}function m(H){return u(this,null,function*(){return(0,r.ZP)("/api/memos/new.json",{method:"get",params:H})})}function b(H){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${H.id}/edit.json`,{method:"get",params:H})})}function S(H){return u(this,null,function*(){return(0,r.ZP)("/api/memos.json",{method:"post",body:h({},H)})})}function D(H){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${H.id}.json`,{method:"put",body:h({},H)})})}function R(H){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${H.id}.json`,{method:"get",params:H})})}function A(H){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${H.user_id}/watch.json`,{method:"post",body:H})})}function P(H){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${H.user_id}/watch.json`,{method:"delete",body:h({},H)})})}function M(H){return u(this,null,function*(){return(0,r.ZP)(`/api/discusses/${H.id}/reward_code.json`,{method:"post",body:H})})}function B(H){return u(this,null,function*(){return(0,r.ZP)(`/api/discusses/${H.id}/plus.json`,{method:"post",body:H})})}function N(H){return u(this,null,function*(){return(0,r.ZP)("/api/memos/reply.json",{method:"post",body:H})})}function G(H){return u(this,null,function*(){return(0,r.ZP)(`/api/memos/${H.id}/more_reply.json`,{method:"get",params:H})})}},92890:function(d,_,e){"use strict";e.d(_,{D2:function(){return a},n0:function(){return x},tk:function(){return p}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(y,m,b)=>m in y?i(y,m,{enumerable:!0,configurable:!0,writable:!0,value:b}):y[m]=b,h=(y,m)=>{for(var b in m||(m={}))c.call(m,b)&&o(y,b,m[b]);if(l)for(var b of l(m))f.call(m,b)&&o(y,b,m[b]);return y},u=(y,m,b)=>new Promise((S,D)=>{var R=M=>{try{P(b.next(M))}catch(B){D(B)}},A=M=>{try{P(b.throw(M))}catch(B){D(B)}},P=M=>M.done?S(M.value):Promise.resolve(M.value).then(R,A);P((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})})}},65583:function(d,_,e){"use strict";e.d(_,{B6:function(){return p},Gr:function(){return N},Mf:function(){return P},NA:function(){return R},PC:function(){return S},PP:function(){return D},QA:function(){return x},RP:function(){return W},Sv:function(){return H},YQ:function(){return A},_n:function(){return ae},hL:function(){return B},je:function(){return b},mM:function(){return m},wA:function(){return G},x_:function(){return y},y0:function(){return M},y3:function(){return a}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(ne,oe,q)=>oe in ne?i(ne,oe,{enumerable:!0,configurable:!0,writable:!0,value:q}):ne[oe]=q,h=(ne,oe)=>{for(var q in oe||(oe={}))c.call(oe,q)&&o(ne,q,oe[q]);if(l)for(var q of l(oe))f.call(oe,q)&&o(ne,q,oe[q]);return ne},u=(ne,oe,q)=>new Promise((J,K)=>{var se=le=>{try{Q(q.next(le))}catch($){K($)}},ee=le=>{try{Q(q.throw(le))}catch($){K($)}},Q=le=>le.done?J(le.value):Promise.resolve(le.value).then(se,ee);Q((q=q.apply(ne,oe)).next())});function a(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ne.categoryId}.json`,{method:"get",params:h({},ne)})})}function x(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ne.categoryId}/tasks_list.json`,{method:"get",params:h({},ne)})})}function p(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics/${ne.categoryId}/show_detail.json`,{method:"get",params:h({},ne)})})}function y(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics/${ne.categoryId}.json`,{method:"get",params:h({},ne)})})}function m(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics/${ne.categoryId}/refuse_student_topic.json`,{method:"post",body:h({},ne)})})}function b(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics/${ne.categoryId}/accept_student_topic.json`,{method:"post",body:h({},ne)})})}function S(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${ne.categoryId}/show_comment.json`,{method:"get",params:h({},ne)})})}function D(ne){return u(this,null,function*(){return(0,r.ZP)("/api/users/reply_message.json",{method:"post",body:h({},ne)})})}function R(ne){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:h({},ne)})})}function A(ne){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:h({},ne)})})}function P(ne){return u(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:h({},ne)})})}function M(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics/new.json`,{method:"get",params:h({},ne)})})}function B(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics/${ne.categoryId}/edit.json`,{method:"get",params:h({},ne)})})}function N(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics`,{method:"post",body:h({},ne)})})}function G(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_topics/${ne.categoryId}`,{method:"put",body:h({},ne)})})}function H(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${ne.coursesId}/graduation_tasks`,{method:"post",body:h({},ne)})})}function W(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ne.categoryId}.json`,{method:"put",body:h({},ne)})})}function ae(ne){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${ne.categoryId}/edit.json`,{method:"get",params:h({},ne)})})}},86645:function(d,_,e){"use strict";e.d(_,{AA:function(){return G},Db:function(){return x},Dd:function(){return b},F7:function(){return q},Fi:function(){return le},H3:function(){return m},HF:function(){return D},HH:function(){return y},Ib:function(){return se},J3:function(){return o},NT:function(){return l},NX:function(){return A},Ot:function(){return R},Ou:function(){return J},Ps:function(){return c},Rk:function(){return oe},Tz:function(){return a},V1:function(){return ee},Wz:function(){return f},Xh:function(){return p},Xw:function(){return ne},YS:function(){return W},Zd:function(){return Q},bS:function(){return P},ck:function(){return S},eh:function(){return N},il:function(){return h},j7:function(){return u},jW:function(){return H},km:function(){return ae},l5:function(){return B},rU:function(){return $},xF:function(){return M},zC:function(){return K},zT:function(){return j}});var r=e(82093),i=(ie,me,Te)=>new Promise((Oe,Ge)=>{var Ue=kt=>{try{yt(Te.next(kt))}catch(Zt){Ge(Zt)}},Mt=kt=>{try{yt(Te.throw(kt))}catch(Zt){Ge(Zt)}},yt=kt=>kt.done?Oe(kt.value):Promise.resolve(kt.value).then(Ue,Mt);yt((Te=Te.apply(ie,me)).next())});function l(ie){return(0,r.ZP)("/api/schools/search.json",{method:"get",params:ie})}function c(ie){return(0,r.ZP)(`/api/schools/${ie.id}/departments/for_option.json`,{method:"get",params:ie})}function f(ie){return(0,r.ZP)("/api/graduations.json",{method:"POST",body:ie})}function o(ie){return(0,r.ZP)("/api/graduations.json",{method:"get",params:ie})}function h(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.identifier}/graduation_stages/${ie.stageid}/authorized_redelivery.json`,{method:"POST",body:ie})})}function u(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.identifier}/graduation_stages/${ie.stageid}/submit.json`,{method:"POST",body:ie})})}function a(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/student_tasks/export_status.json`,{method:"get",params:ie})})}function x(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/student_tasks/export_all_attachments.json`,{method:"get",params:ie})})}function p(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.identifier}/graduation_stages/${ie.id}.json`,{method:"get",params:ie})})}function y(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/student_tasks/set_final_score.json`,{method:"POST",body:ie})})}function m(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/student_tasks/final_score.json`,{method:"get",params:ie})})}function b(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/set_novice_guide.json`,{method:"POST",body:ie})})}function S(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_notices/${ie.doid}/set_do.json`,{method:"POST",body:ie})})}function D(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_teachers.json`,{method:"POST",body:ie})})}function R(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.identifier}/graduation_students/${ie.id}/update_major.json`,{method:"PUT",body:ie})})}function A(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_students.json`,{method:"POST",body:ie})})}function P(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_teachers/search.json`,{method:"get",params:ie})})}function M(ie){return i(this,null,function*(){return(0,r.ZP)("/api/schools/search.json",{method:"get",params:ie})})}function B(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_students/search.json`,{method:"get",params:ie})})}function N(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_students.json`,{method:"get",params:ie})})}function G(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_teachers.json`,{method:"get",params:ie})})}function H(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.graduation_id}/graduation_tasks.json`,{method:"POST",body:ie})})}function W(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.graduation_id}/graduation_tasks/${ie.id}.json`,{method:"PUT",body:ie})})}function ae(ie){return i(this,null,function*(){var me;return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_tasks/${(me=ie.ids)==null?void 0:me[0]}`,{method:"DELETE",body:{ids:ie.ids}})})}function ne(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_tasks.json`,{method:"get",params:ie})})}function oe(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}/graduation_notices.json`,{method:"get",params:ie})})}function q(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie.id}.json`,{method:"get"})})}function J(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie==null?void 0:ie.id}/common_header.json`,{method:"get"})})}function K(ie,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie}/preview.json`,{method:"get"})})}function se(ie,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie}/graduation_teachers/not_pass.json`,{method:"post",body:me})})}function ee(ie,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie}/graduation_teachers/pass.json`,{method:"post",body:me})})}function Q(ie,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie}/graduation_students/not_pass.json`,{method:"post",body:me})})}function le(ie,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie}/graduation_students/pass.json`,{method:"post",body:me})})}function $(ie,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie}/graduation_students/batch_delete`,{method:"delete",body:me})})}function j(ie,me){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie}/graduation_teachers/batch_delete`,{method:"delete",body:me})})}},55480:function(d,_,e){"use strict";e.d(_,{LA:function(){return x},NX:function(){return m},Rm:function(){return f},S_:function(){return p},Tt:function(){return h},Yu:function(){return S},Zz:function(){return y},cR:function(){return u},eX:function(){return c},h$:function(){return o},su:function(){return b},vm:function(){return a}});var r=e(82093),i=(D,R,A)=>new Promise((P,M)=>{var B=H=>{try{G(A.next(H))}catch(W){M(W)}},N=H=>{try{G(A.throw(H))}catch(W){M(W)}},G=H=>H.done?P(H.value):Promise.resolve(H.value).then(B,N);G((A=A.apply(D,R)).next())});const l=D=>i(void 0,null,function*(){return Fetch("/api/platform_systems.json",{method:"Get",params:D})}),c=D=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/env_detail.json",{method:"Get",params:D})}),f=D=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/env_list.json",{method:"Get",params:D})}),o=D=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/online_list.json",{method:"Get",params:D})});function h(){return i(this,null,function*(){return(0,r.ZP)("/api/home/index.json",{method:"Get"})})}function u(D){return i(this,null,function*(){return(0,r.ZP)("/api/courses/apply_to_join_course.json",{method:"post",body:D})})}function a(D){return i(this,null,function*(){return(0,r.ZP)("/api/project_applies.json",{method:"post",body:D})})}function x(D){return i(this,null,function*(){return(0,r.ZP)("/api/users/home_notice.json",{method:"Get"})})}function p(D){return i(this,null,function*(){return(0,r.ZP)("/api/users/view_notice.json",{method:"post",body:D})})}const y=D=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/add_teacher.json",{method:"post",body:D})}),m=D=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/remove_teacher.json",{method:"delete",body:D})}),b=D=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/teacher_list.json",{method:"get",params:D})}),S=D=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/data.json",{method:"get",params:D})})},93440:function(d,_,e){"use strict";e.d(_,{AD:function(){return a},Ig:function(){return x},Ko:function(){return m},QJ:function(){return b},Ub:function(){return S},V8:function(){return p},dl:function(){return D},w0:function(){return y}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(R,A,P)=>A in R?i(R,A,{enumerable:!0,configurable:!0,writable:!0,value:P}):R[A]=P,h=(R,A)=>{for(var P in A||(A={}))c.call(A,P)&&o(R,P,A[P]);if(l)for(var P of l(A))f.call(A,P)&&o(R,P,A[P]);return R},u=(R,A,P)=>new Promise((M,B)=>{var N=W=>{try{H(P.next(W))}catch(ae){B(ae)}},G=W=>{try{H(P.throw(W))}catch(ae){B(ae)}},H=W=>W.done?M(W.value):Promise.resolve(W.value).then(N,G);H((P=P.apply(R,A)).next())});function a(R){return u(this,null,function*(){return(0,r.ZP)("/api/users/tidings.json",{method:"get",params:h({},R)})})}function x(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/unread_message_info.json`,{method:"get",params:h({},R)})})}function p(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_messages.json`,{method:"get",params:h({},R)})})}function y(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_messages.json`,{method:"post",body:h({},R)})})}function m(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.id}/recent_contacts.json`,{method:"get",params:h({},R)})})}function b(R){return u(this,null,function*(){return(0,r.ZP)("/api/users_for_private_messages.json",{method:"get",params:h({},R)})})}function S(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_message_details.json`,{method:"get",params:h({},R)})})}function D(R){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${R.userId}/private_messages/${R.id}.json`,{method:"delete"})})}},38746:function(d,_,e){"use strict";e.d(_,{A2:function(){return b},CI:function(){return p},Ep:function(){return m},Ex:function(){return M},R7:function(){return a},WW:function(){return B},_V:function(){return P},ms:function(){return R},s0:function(){return S},vf:function(){return y},xn:function(){return x},yy:function(){return A}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(N,G,H)=>G in N?i(N,G,{enumerable:!0,configurable:!0,writable:!0,value:H}):N[G]=H,h=(N,G)=>{for(var H in G||(G={}))c.call(G,H)&&o(N,H,G[H]);if(l)for(var H of l(G))f.call(G,H)&&o(N,H,G[H]);return N},u=(N,G,H)=>new Promise((W,ae)=>{var ne=J=>{try{q(H.next(J))}catch(K){ae(K)}},oe=J=>{try{q(H.throw(J))}catch(K){ae(K)}},q=J=>J.done?W(J.value):Promise.resolve(J.value).then(ne,oe);q((H=H.apply(N,G)).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 S(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 D(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 A(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/down_position.json`,{method:"post"})})}function P(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"})})}},47580:function(d,_,e){"use strict";e.d(_,{DF:function(){return b},Di:function(){return ee},Dm:function(){return oe},Dq:function(){return Te},Gd:function(){return m},Hb:function(){return Oe},Hm:function(){return W},ID:function(){return u},JP:function(){return me},NC:function(){return G},Pl:function(){return S},Qc:function(){return c},Qp:function(){return q},RK:function(){return x},YP:function(){return H},a2:function(){return o},ar:function(){return y},cV:function(){return a},d1:function(){return p},dp:function(){return l},fn:function(){return D},iT:function(){return M},jK:function(){return ne},kF:function(){return Ge},kp:function(){return P},lc:function(){return A},oF:function(){return le},q$:function(){return h},qN:function(){return ae},tS:function(){return R},ts:function(){return B},un:function(){return K},w0:function(){return se},wX:function(){return J},yE:function(){return f}});var r=e(82093),i=(Ue,Mt,yt)=>new Promise((kt,Zt)=>{var Ft=wt=>{try{ze(yt.next(wt))}catch(Bt){Zt(Bt)}},tr=wt=>{try{ze(yt.throw(wt))}catch(Bt){Zt(Bt)}},ze=wt=>wt.done?kt(wt.value):Promise.resolve(wt.value).then(Ft,tr);ze((yt=yt.apply(Ue,Mt)).next())});const l=Ue=>(0,r.ZP)(`/api/examination_banks/${Ue==null?void 0:Ue.id}/code_check.json`,{method:"get",params:Ue}),c=Ue=>(0,r.ZP)(`/api/examination_banks/${Ue.id}/reset_pwd.json`,{method:"post",body:Ue}),f=Ue=>(0,r.ZP)(`/api/examination_banks/${Ue.id}/encrypt_or_decrypt.json`,{method:"post",body:Ue}),o=Ue=>(0,r.ZP)("/api/examination_banks/exist_course.json",{method:"post",body:Ue}),h=Ue=>(0,r.ZP)("/api/examination_banks/check_examination_banks.json",{method:"post",body:Ue}),u=Ue=>(0,r.ZP)(`/api/examination_banks/${Ue.id}/copy.json`,{method:"post",body:Ue}),a=Ue=>(0,r.ZP)(`/api/examination_banks/${Ue.id}/get_question_type_alias.json`,{method:"get",params:Ue});function x(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/edit_question_type_alias.json`,{method:"POST",body:Ue})})}function p(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:Ue})})}function y(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines/by_examination_banks.json",{method:"get",params:Ue})})}function m(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"get",params:Ue})})}function b(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/set_public.json`,{method:"post"})})}function S(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/set_private.json`,{method:"post"})})}function D(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}.json`,{method:"delete"})})}function R(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:Ue})})}const A=Ue=>(0,r.ZP)("/api/examination_banks/batch_send_to_course.json",{method:"post",body:Ue});function P(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/send_to_course.json`,{method:"post",body:Ue})})}function M(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}.json`,{method:"get",params:Ue})})}function B(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/examination_banks_item_banks/${Ue.itemId}/set_score`,{method:"post",body:Ue})})}function N(Ue){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ue.id}/examination_banks_item_banks/${Ue.itemId}/set_shixun_score.json`,{method:"post",body:Ue})})}function G(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/examination_banks_item_banks/${Ue.itemId}.json`,{method:"delete"})})}function H(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/examination_banks_item_banks/batch_set_score.json`,{method:"post",body:Ue})})}function W(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/examination_banks_item_banks/destroy_by_item_type.json`,{method:"delete",body:Ue})})}function ae(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/examination_banks_item_banks/${Ue.itemId}/adjust_position.json`,{method:"post",body:Ue})})}function ne(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}.json`,{method:"put",body:Ue})})}function oe(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:Ue})})}function q(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/set_batch_public.json",{method:"post",body:Ue})})}function J(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue==null?void 0:Ue.id}/set_public.json`,{method:"post",body:Ue})})}function K(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/create_exam.json",{method:"post",body:Ue})})}function se(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/update_exam.json`,{method:"put",body:Ue})})}function ee(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/edit_exam.json`,{method:"get"})})}function Q(Ue,Mt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ue}/examination_banks_item_banks.json`,{method:"post",body:Mt})})}function le(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue.id}/examination_banks_item_banks/create_item_bank.json`,{method:"post",body:Ue})})}function $(Ue,Mt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ue}/sort_question_type.json`,{method:"post",body:Mt})})}function j(Ue){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ue.exam_id}/examination_banks_item_banks/${Ue.question_id}.json`,{method:"delete"})})}function ie(Ue,Mt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ue}/batch_set_score.json`,{method:"post",body:Mt})})}function me(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue}/simulate_exercise.json`,{method:"post"})})}function Te(Ue){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ue}/exercise_header.json`,{method:"get"})})}function Oe(Ue,Mt,yt){return i(this,null,function*(){const kt=new FormData;return kt.append("file",Mt),kt.append("sub_discipline_id",yt),(0,r.ZP)(`/api/examination_banks/${Ue}/import_item_banks.json`,{method:"post",body:kt},!0)})}function Ge(Ue){return i(this,null,function*(){return(0,r.ZP)("/api/users/change_exam_score.json",{method:"put",body:Ue})})}},37034:function(d,_,e){"use strict";e.d(_,{$D:function(){return J},A2:function(){return Le},A7:function(){return Tt},AQ:function(){return G},Ax:function(){return rt},Bn:function(){return Ze},CI:function(){return pt},DQ:function(){return It},DU:function(){return nt},EP:function(){return q},Ep:function(){return be},Er:function(){return me},Ex:function(){return Wt},FD:function(){return Ce},F_:function(){return Bt},Fg:function(){return x},GY:function(){return Ie},Go:function(){return $},Gz:function(){return p},Hl:function(){return y},JS:function(){return kt},KM:function(){return ee},M2:function(){return He},MO:function(){return Te},Mt:function(){return Xe},Mu:function(){return Yt},NV:function(){return At},Q:function(){return Oe},Sp:function(){return N},VO:function(){return ft},VU:function(){return R},WD:function(){return Gt},WO:function(){return ie},WW:function(){return Ht},_C:function(){return Pe},_V:function(){return Me},bw:function(){return oe},bz:function(){return he},c3:function(){return yt},eJ:function(){return le},ef:function(){return wt},fh:function(){return D},fj:function(){return j},hS:function(){return m},jT:function(){return Kt},ke:function(){return ir},lk:function(){return B},mQ:function(){return M},ms:function(){return rr},mx:function(){return Ue},nq:function(){return a},ol:function(){return ce},p:function(){return W},p4:function(){return Ge},pU:function(){return P},rS:function(){return Zt},rs:function(){return Q},s0:function(){return Ke},sm:function(){return Mt},tS:function(){return b},tu:function(){return A},ue:function(){return H},vf:function(){return Je},w4:function(){return ae},xG:function(){return je},xn:function(){return ht},yN:function(){return ne},yy:function(){return Jt}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(we,gt,Rt)=>gt in we?i(we,gt,{enumerable:!0,configurable:!0,writable:!0,value:Rt}):we[gt]=Rt,h=(we,gt)=>{for(var Rt in gt||(gt={}))c.call(gt,Rt)&&o(we,Rt,gt[Rt]);if(l)for(var Rt of l(gt))f.call(gt,Rt)&&o(we,Rt,gt[Rt]);return we},u=(we,gt,Rt)=>new Promise((Fe,Tr)=>{var Ct=Ir=>{try{tn(Rt.next(Ir))}catch(Lr){Tr(Lr)}},Kr=Ir=>{try{tn(Rt.throw(Ir))}catch(Lr){Tr(Lr)}},tn=Ir=>Ir.done?Fe(Ir.value):Promise.resolve(Ir.value).then(Ct,Kr);tn((Rt=Rt.apply(we,gt)).next())});const a=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/subject_use_infos.json",{method:"Get",params:we})}),x=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/rank_list.json",{method:"Get",params:we})}),p=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_body.json",{method:"Get",params:we})}),y=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_header.json",{method:"Get",params:we})}),m=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/online_count.json",{method:"Get",params:we})});function b(we){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"Get",params:h({},we)})})}function S(we){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/subject_lists.json",{method:"Get",params:h({},we)})})}function D(we){return u(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:h({},we)})})}function R(){return u(this,null,function*(){return(0,r.ZP)("/api/paths/platform_systems.json",{method:"get"})})}function A(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}.json`,{method:"PUT",body:we})})}function P(we){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"post",body:we})})}function M(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/edit.json`,{method:"get"})})}function B(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}.json`,{method:"get",params:h({identifier:we.id},we)})})}function N(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}.json`,{method:"get",params:h({identifier:we.id},we)})})}function G(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/right_banner.json`,{method:"get",params:we})})}function H(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/spoc_courses.json`,{method:"get",params:we})})}const W=we=>u(void 0,null,function*(){return(0,r.ZP)("/api/v2/stages.json",{method:"Get",params:we})}),ae=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/v2/stage_shixuns/${we.id}/children.json`,{method:"Get",params:we})});function ne(we){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"get",params:we})})}function oe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/update_team_title.json`,{method:"post",body:we})})}function q(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/delete_member.json`,{method:"Delete",body:we})})}function J(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/spoc_courses/${we==null?void 0:we.courseid}.json`,{method:"Delete"})})}function K(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/up_member_position.json`,{method:"post",body:we})})}function se(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/down_member_position.json`,{method:"post",body:we})})}function ee(we){return u(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"post",body:we})})}function Q(we){return u(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:we})})}function le(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}.json`,{method:"Delete",body:we})})}function $(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/publish.json`,{method:"post",body:we})})}function j(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/cancel_publish.json`,{method:"post",body:we})})}function ie(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/apply_public.json`,{method:"post",body:we})})}function me(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/cancel_public.json`,{method:"post",body:we})})}function Te(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/choose_course.json`,{method:"get",params:we})})}function Oe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/send_to_course.json`,{method:"post",body:we})})}function Ge(we){return u(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${we.id}/send_to_course.json`,{method:"post",body:we})})}function Ue(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/add_subject_members.json`,{method:"post",body:we})})}function Mt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/spoc_courses.json`,{method:"post",body:we})})}function yt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/appointment.json`,{method:"post",body:we})})}function kt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/join_excellent_course.json`,{method:"post",body:we})})}function Zt(we){return u(this,null,function*(){return(0,r.ZP)("/api/watch_attachment_histories.json",{method:"post",body:we})})}function Ft(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/statistics_info.json`,{method:"get",params:we})})}function tr(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/shixun_analyze.json`,{method:"get",params:we})})}function ze(we){return u(this,null,function*(){return Fetch(`/api/paths/${we.id}/learning_analyze.json`,{method:"get",params:we})})}function wt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/learning_statistics.json`,{method:"get",params:we})})}function Bt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/shixun_statistics.json`,{method:"get",params:we})})}function nt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/study_analyze/${we.type}.json`,{method:"get",params:we})})}function _t(we){return u(this,null,function*(){return Fetch("/api/paths/append_to_stage.json",{method:"post",body:we})})}function ht(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}.json`,{method:"put",body:we})})}function Je(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_shixun_to_stage.json`,{method:"post",body:we})})}const je=we=>u(void 0,null,function*(){return(0,r.ZP)(`/api/stages/${we==null?void 0:we.stage_id}/select_challenge_to_stage.json`,{method:"post",body:we})});function be(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/select_shixun_to_stage.json`,{method:"post",body:we})})}function Le(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_video_to_stage.json`,{method:"post",body:we})})}function Ke(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_attachment_to_stage.json`,{method:"post",body:we})})}function He(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${we.id}.json`,{method:"put",body:we})})}function Xe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/add_blank_to_stage.json`,{method:"post",body:we})})}function pt(we){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"post",body:we})})}function bt(we){return u(this,null,function*(){return Fetch("/api/paths/add_shixun_to_stage.json",{method:"post",body:we})})}function rr(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/up_position.json`,{method:"get"})})}function Jt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}/down_position.json`,{method:"get"})})}function Me(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.id}.json`,{method:"delete"})})}function rt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.pathId}/discusses.json`,{method:"get",params:h({},we)})})}function Yt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.coursesId}/excellent_discusses.json`,{method:"get",params:h({},we)})})}function Lt(we){return u(this,null,function*(){return Fetch("/api/discusses.json",{method:"post",body:h({},we)})})}function Wt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.stage_id}/items/move_position`,{method:"post",body:h({},we)})})}function Ht(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we.stage_id}/items/${we.id}`,{method:"delete"})})}function ir(we){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${we.id}/excellent_discuss`,{method:"post",body:h({},we)})})}function Gt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${we.id}/post_discuss`,{method:"post",body:h({},we)})})}function Ie(we){return u(this,null,function*(){return(0,r.ZP)("/api/schools/for_option.json",{method:"get",params:we})})}function ce(we){return u(this,null,function*(){return(0,r.ZP)("/api/schools/province_data.json",{method:"get",params:we})})}function he(we){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:we})})}function It(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we==null?void 0:we.id}/add_homework_to_stage.json`,{method:"post",body:we})})}function Ce(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${we==null?void 0:we.id}/edit.json`,{method:"get",params:we})})}function ft(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${we==null?void 0:we.id}.json`,{method:"put",body:we})})}function Kt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${we==null?void 0:we.user_id}/subjects/subject_homework.json`,{method:"get",params:we})})}function Tt(we){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${we==null?void 0:we.user_id}/courses/course_homework.json`,{method:"get",params:we})})}function Pe(we){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${we==null?void 0:we.id}/batch_add_homework_to_stage.json`,{method:"post",body:we})})}function At(we){return u(this,null,function*(){return(0,r.ZP)("/api/paths/get_homework_detail.json",{method:"get",params:we})})}function Ze(we){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${we==null?void 0:we.user_login}/subjects/cancel.json`,{method:"get",params:we})})}},79763:function(d,_,e){"use strict";e.d(_,{Fd:function(){return se},Hi:function(){return y},IU:function(){return G},KE:function(){return b},Kc:function(){return Q},MK:function(){return H},Q9:function(){return P},Qg:function(){return N},Qn:function(){return D},UK:function(){return p},W:function(){return $},Ye:function(){return B},_c:function(){return a},hO:function(){return oe},iV:function(){return le},jy:function(){return W},kp:function(){return ne},lf:function(){return A},m7:function(){return m},n$:function(){return R},rJ:function(){return M},s3:function(){return x},ux:function(){return S},vf:function(){return K},wh:function(){return ae},wo:function(){return ee},x$:function(){return J}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(j,ie,me)=>ie in j?i(j,ie,{enumerable:!0,configurable:!0,writable:!0,value:me}):j[ie]=me,h=(j,ie)=>{for(var me in ie||(ie={}))c.call(ie,me)&&o(j,me,ie[me]);if(l)for(var me of l(ie))f.call(ie,me)&&o(j,me,ie[me]);return j},u=(j,ie,me)=>new Promise((Te,Oe)=>{var Ge=yt=>{try{Mt(me.next(yt))}catch(kt){Oe(kt)}},Ue=yt=>{try{Mt(me.throw(yt))}catch(kt){Oe(kt)}},Mt=yt=>yt.done?Te(yt.value):Promise.resolve(yt.value).then(Ge,Ue);Mt((me=me.apply(j,ie)).next())});const a=j=>u(void 0,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j==null?void 0:j.id}/commit_word_cloud.json`,{method:"Get",params:j})});function x(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/poll_lists.json`,{method:"get",params:h({},j)})})}function p(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/common_header.json`,{method:"get"})})}function y(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/poll_setting.json`,{method:"get"})})}function m(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/commit_setting.json`,{method:"post",body:h({},j)})})}function b(j){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${j.coursesId}/polls/end_poll_modal.json`,{method:"get",params:h({},j)})})}function S(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/publish_groups.json`,{method:"get",params:h({},j)})})}function D(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/commit_result.json`,{method:"get",params:h({},j)})})}function R(j){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:h({},j)})})}function A(j){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"POST",body:h({},j)})})}function P(j){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${j.coursesId}/polls/publish_modal.json`,{method:"get",params:h({},j)})})}function M(j){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${j.coursesId}/polls.json`,{method:"POST",body:h({},j)})})}function B(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.categoryId}/edit.json`,{method:"get"})})}function N(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.pollsId}.json`,{method:"put",body:h({},j)})})}function G(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}.json`,{method:"put",body:h({},j)})})}function H(j){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${j.pollsId}/poll_questions.json`,{method:"post",body:h({},j)})})}function W(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}.json`,{method:"delete",body:h({},j)})})}function ae(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}/up_down.json`,{method:"post",body:h({},j)})})}function ne(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_banks/${j.topicId}.json`,{method:"get"})})}function oe(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_banks/${j.topicId}.json`,{method:"put",body:h({},j)})})}function q(j){return u(this,null,function*(){return Fetch(`/api/exercise_banks/${j.topicId}.json`,{method:"put",body:h({},j)})})}function J(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${j.pollsId}.json`,{method:"delete",body:h({},j)})})}function K(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${j.pollsId}/up_down.json`,{method:"post",body:h({},j)})})}function se(j){return u(this,null,function*(){return(0,r.ZP)("/api/poll_bank_questions.json",{method:"post",body:h({},j)})})}function ee(j){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_bank_questions/${j.pollsId}.json`,{method:"put",body:h({},j)})})}function Q(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${j.id}.json`,{method:"put",body:h({},j)})})}function le(j){return u(this,null,function*(){return(0,r.ZP)("/api/exercise_bank_questions.json",{method:"post",body:h({},j)})})}function $(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${j.exerciseId}/up_down.json`,{method:"post",body:h({},j)})})}},70610:function(d,_,e){"use strict";e.d(_,{$c:function(){return pt},A1:function(){return He},Bd:function(){return P},Bo:function(){return q},Cc:function(){return se},Cn:function(){return le},DF:function(){return R},Dm:function(){return ze},FG:function(){return oe},GW:function(){return wt},HF:function(){return H},Hm:function(){return j},IJ:function(){return Ke},L5:function(){return tr},LS:function(){return nt},MZ:function(){return be},Mr:function(){return ne},NZ:function(){return Mt},Of:function(){return S},Pl:function(){return D},Qj:function(){return m},Qp:function(){return ht},RT:function(){return Me},Rp:function(){return _t},U6:function(){return W},Vl:function(){return ee},Wk:function(){return ae},YP:function(){return $},Ys:function(){return B},al:function(){return M},bF:function(){return bt},d1:function(){return y},dt:function(){return rr},et:function(){return me},ex:function(){return b},fY:function(){return Te},fn:function(){return A},hI:function(){return yt},hg:function(){return je},iT:function(){return J},lS:function(){return Ue},nD:function(){return Bt},qN:function(){return ie},rV:function(){return N},s:function(){return Ge},sD:function(){return Le},sS:function(){return Ft},ts:function(){return K},vi:function(){return Xe},wX:function(){return Je},x5:function(){return G},zh:function(){return Oe}});var r=e(82093),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(rt,Yt,Lt)=>Yt in rt?i(rt,Yt,{enumerable:!0,configurable:!0,writable:!0,value:Lt}):rt[Yt]=Lt,a=(rt,Yt)=>{for(var Lt in Yt||(Yt={}))o.call(Yt,Lt)&&u(rt,Lt,Yt[Lt]);if(f)for(var Lt of f(Yt))h.call(Yt,Lt)&&u(rt,Lt,Yt[Lt]);return rt},x=(rt,Yt)=>l(rt,c(Yt)),p=(rt,Yt,Lt)=>new Promise((Wt,Ht)=>{var ir=ce=>{try{Ie(Lt.next(ce))}catch(he){Ht(he)}},Gt=ce=>{try{Ie(Lt.throw(ce))}catch(he){Ht(he)}},Ie=ce=>ce.done?Wt(ce.value):Promise.resolve(ce.value).then(ir,Gt);Ie((Lt=Lt.apply(rt,Yt)).next())});function y(rt){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:x(a({},rt),{clazz:"ItemBanksGroup"})})})}function m(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/basket_list.json",{method:"get",params:rt})})}function b(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/for_problemset.json",{method:"post",body:rt})})}function S(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/list.json",{method:"post",body:rt})})}function D(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}/set_private.json`,{method:"post"})})}function R(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}/set_public.json`,{method:"post"})})}function A(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}.json`,{method:"delete"})})}function P(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${rt.id}/start.json`,{method:"get"})})}function M(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${rt.id}.json`,{method:"delete",body:a({},rt)})})}function B(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"post",body:rt})})}function N(rt){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:rt})})}function G(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:{item_type:rt.type}})})}function H(rt){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:rt})})}function W(rt){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"post",body:rt})})}function ae(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}.json`,{method:"put",body:rt})})}function ne(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"post",body:rt})})}function oe(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}/edit.json`,{method:"get"})})}function q(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${rt.id}/edit.json`,{method:"get"})})}function J(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"get",params:rt})})}function K(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${rt.id}/set_score.json`,{method:"post",body:rt})})}function se(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${rt.id}/set_challenge_score.json`,{method:"post",body:rt})})}function ee(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${rt.id}/combination_set_score.json`,{method:"post",body:rt})})}function Q(rt){return p(this,null,function*(){return Fetch(`/api/examination_banks//${rt.exerid}/examination_banks_item_banks/${rt.id}/combination_set_score.json`,{method:"post",body:rt})})}function le(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${rt.id}.json`,{method:"delete"})})}function $(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/batch_set_score.json",{method:"post",body:rt})})}function j(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:rt})})}function ie(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${rt.id}/adjust_position.json`,{method:"post",body:rt})})}function me(rt){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"post",body:rt})})}function Te(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${rt.id}/revoke_item.json`,{method:"delete",body:rt})})}function Oe(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${rt.exam_id}/examination_banks_item_banks.json`,{method:"post",body:rt})})}function Ge(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}/join_to_collection.json`,{method:"post",params:rt})})}function Ue(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}/cancel_collection.json`,{method:"post",params:rt})})}function Mt(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"get",params:rt})})}function yt(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/mine.json",{method:"get",params:rt})})}function kt(rt){return p(this,null,function*(){return Fetch(`/api/item_banks/${rt.id}/join_to_group.json`,{method:"post",body:rt})})}function Zt(rt){return p(this,null,function*(){return Fetch(`/api/item_banks_groups/${rt.id}.json`,{method:"put",body:rt})})}function Ft(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"post",body:rt})})}function tr(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt.id}/feedback.json`,{method:"post",body:rt})})}function ze(rt){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:rt})})}function wt(rt){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"post",body:rt})})}function Bt(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_delete.json",{method:"post",body:rt})})}function nt(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_to_group.json",{method:"post",body:rt})})}function _t(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/add_to_mine.json",{method:"post",body:rt})})}function ht(rt){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/set_batch_public.json",{method:"post",body:rt})})}function Je(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${rt==null?void 0:rt.id}/set_public.json`,{method:"post",body:rt})})}function je(rt){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares/show_groups.json",{method:"get",params:rt})})}function be(rt){return(0,r.ZP)(`/api/problems/${rt.identifier}/publish.json`,{method:"post",body:rt})}function Le(rt){return(0,r.ZP)(`/api/problems/${rt.identifier}/cancel_publish.json`,{method:"post",body:rt})}function Ke(rt){return(0,r.ZP)("/api/item_banks/cancel_public.json",{method:"post",body:{ids:[...rt.id]}})}function He(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${rt.id}/up_position.json`,{method:"get",params:rt})})}function Xe(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${rt.id}/down_position.json`,{method:"get",params:rt})})}function pt(rt){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${rt.id}/edit_hack.json`,{method:"get",params:rt})})}function bt(rt){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish_condition.json",{method:"post",body:rt})})}function rr(rt){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish.json",{method:"post",body:rt})})}function Jt(rt){return p(this,null,function*(){return Fetch("/api/item_banks/get_groups.json",{method:"get",params:rt})})}function Me(){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_all_items.json",{method:"delete"})})}},5707:function(d,_,e){"use strict";e.d(_,{E1:function(){return f},Go:function(){return l},H5:function(){return c}});var r=e(82093),i=(o,h,u)=>new Promise((a,x)=>{var p=b=>{try{m(u.next(b))}catch(S){x(S)}},y=b=>{try{m(u.throw(b))}catch(S){x(S)}},m=b=>b.done?a(b.value):Promise.resolve(b.value).then(p,y);m((u=u.apply(o,h)).next())});function l(o){return i(this,null,function*(){return(0,r.ZP)("/api/restfuls.json",{method:"get",params:o})})}function c(o){return i(this,null,function*(){return(0,r.ZP)(`/api/restfuls/${o.id}.json`,{method:"get",params:o})})}function f(o){return i(this,null,function*(){return(0,r.ZP)(`/api/restfuls/${o.id}.json`,{method:"delete",params:o})})}},45278:function(d,_,e){"use strict";e.d(_,{Am:function(){return m},Ar:function(){return ze},BD:function(){return Xe},Be:function(){return Je},Dx:function(){return ee},Fr:function(){return he},G$:function(){return D},GS:function(){return W},Gw:function(){return S},H:function(){return Ft},H1:function(){return tr},Hj:function(){return bt},JA:function(){return Jt},JG:function(){return se},KE:function(){return $},Lz:function(){return Ke},Mf:function(){return Zt},NA:function(){return yt},PC:function(){return Ue},PP:function(){return Mt},PW:function(){return nt},Q3:function(){return Q},QC:function(){return Me},Qt:function(){return He},Qz:function(){return P},R$:function(){return Ie},RP:function(){return oe},Ti:function(){return Tt},Uc:function(){return Wt},Ul:function(){return J},VB:function(){return ft},Vs:function(){return Ht},Wr:function(){return R},Xn:function(){return q},YQ:function(){return kt},Yn:function(){return b},Z8:function(){return G},ak:function(){return Bt},cN:function(){return B},co:function(){return je},cz:function(){return Oe},fK:function(){return H},gG:function(){return Ge},gZ:function(){return Lt},h$:function(){return N},ku:function(){return Le},lf:function(){return ie},m7:function(){return K},mQ:function(){return M},mz:function(){return ht},n$:function(){return j},oK:function(){return y},oN:function(){return Kt},pH:function(){return pt},pb:function(){return Ce},qP:function(){return rt},ql:function(){return Yt},rN:function(){return be},sw:function(){return me},t1:function(){return Te},to:function(){return ne},ub:function(){return rr},ux:function(){return le},wS:function(){return It},wT:function(){return A},yT:function(){return wt},yy:function(){return ir},z2:function(){return _t}});var r=e(82093),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(Pe,At,Ze)=>At in Pe?i(Pe,At,{enumerable:!0,configurable:!0,writable:!0,value:Ze}):Pe[At]=Ze,a=(Pe,At)=>{for(var Ze in At||(At={}))o.call(At,Ze)&&u(Pe,Ze,At[Ze]);if(f)for(var Ze of f(At))h.call(At,Ze)&&u(Pe,Ze,At[Ze]);return Pe},x=(Pe,At)=>l(Pe,c(At)),p=(Pe,At,Ze)=>new Promise((we,gt)=>{var Rt=Ct=>{try{Tr(Ze.next(Ct))}catch(Kr){gt(Kr)}},Fe=Ct=>{try{Tr(Ze.throw(Ct))}catch(Kr){gt(Kr)}},Tr=Ct=>Ct.done?we(Ct.value):Promise.resolve(Ct.value).then(Rt,Fe);Tr((Ze=Ze.apply(Pe,At)).next())});const y=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.id}/update_journals.json`,{method:"post",body:Pe})}),m=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe==null?void 0:Pe.homeworkId}/change_score.json`,{method:"post",body:Pe})}),b=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe==null?void 0:Pe.homeworkId}/history_comment`,{method:"Get",params:Pe})}),S=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe==null?void 0:Pe.homeworkId}/feedback_know`,{method:"Get",params:Pe})}),D=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe==null?void 0:Pe.userId}/student_work_feedbacks.json`,{method:"POST",body:Pe})}),R=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe==null?void 0:Pe.userId}/feedback_list.json`,{method:"Get",params:Pe})}),A=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe==null?void 0:Pe.userId}/histories.json`,{method:"Get",params:Pe})}),P=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe==null?void 0:Pe.homeworkId}/feedback_list`,{method:"Get",params:Pe})}),M=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe==null?void 0:Pe.homeworkId}/anonymous_exception_list.json`,{method:"Get",params:Pe})}),B=Pe=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe==null?void 0:Pe.homeworkId}/appeal_list`,{method:"Get",params:Pe})});function N(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/works_list.json`,{method:"post",body:a({},Pe)})})}function G(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Pe.categoryId}/student_works.json`,{method:"get",params:a({},Pe)})})}function H(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Pe.categoryId}/header_info.json`,{method:"get",params:a({},Pe)})})}function W(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe}/query_game_url.json`,{method:"get"})})}function ae(Pe){return p(this,null,function*(){return Fetch(`/api/student_works/${Pe}/get_newest_shixun_work_comments.json`,{method:"get"})})}function ne(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}.json`,{method:"get"})})}function oe(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/code_review_results.json`,{method:"get",params:a({},Pe)})})}function q(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/code_review_detail.json`,{method:"get",params:a({},Pe)})})}function J(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/settings.json`,{method:"get",params:a({},Pe)})})}function K(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/update_settings.json`,{method:"post",body:a({},Pe)})})}function se(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/group_list.json`,{method:"get",params:a({},Pe)})})}function ee(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/works_list.xlsx`,{method:"get",params:a({},Pe)})})}function Q(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.coursesId}/reference_answer.json`,{method:"get",params:a({},Pe)})})}function le(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/publish_groups.json`,{method:"get",params:a({},Pe)})})}function $(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/end_groups.json`,{method:"get",params:a({},Pe)})})}function j(Pe){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},Pe)})})}function ie(Pe){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"post",body:a({},Pe)})})}function me(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}/shixun_work_report.json`,{method:"get",params:Pe})})}function Te(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}/shixun_work_report_echart_data.json`,{method:"get",params:Pe})})}function Oe(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Pe.coursesId}/homework_commons/user_hack_detail.json`,{method:"get",params:x(a({},Pe),{id:Pe.categoryId})})})}function Ge(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.categoryId}/adjust_review_score.json`,{method:"post",body:a({},Pe)})})}function Ue(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/show_comment.json`,{method:"get",params:a({},Pe)})})}function Mt(Pe){return p(this,null,function*(){return(0,r.ZP)("/api/users/reply_message.json",{method:"post",body:a({},Pe)})})}function yt(Pe){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:a({},Pe)})})}function kt(Pe){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:a({},Pe)})})}function Zt(Pe){return p(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:a({},Pe)})})}function Ft(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/update_explanation.json`,{method:"post",body:a({},Pe)})})}function tr(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Pe.coursesId}/homework_commons.json`,{method:"post",body:a({},Pe)})})}function ze(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}.json`,{method:"put",body:a({},Pe)})})}function wt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Pe.id}.json`,{method:"put",body:a({},Pe)})})}function Bt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.commonHomeworkId}/student_works/new.json`,{method:"get",params:a({},Pe)})})}function nt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}/edit.json`,{method:"get",params:a({},Pe)})})}function _t(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}.json`,{method:"put",body:a({},Pe)})})}function ht(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}/revise_attachment.json`,{method:"post",body:a({},Pe)})})}function Je(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.commonHomeworkId}/student_works.json`,{method:"post",body:a({},Pe)})})}function je(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.homeworkId}/student_works/relate_project.json`,{method:"post",body:a({},Pe)})})}function be(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.homeworkId}/student_works/cancel_relate_project.json`,{method:"get"})})}function Le(Pe){return p(this,null,function*(){return(0,r.ZP)("/api/users/projects/search.json",{method:"get",params:a({},Pe)})})}function Ke(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.commonHomeworkId}/student_works/search_member_list.json`,{method:"get",params:a({},Pe)})})}function He(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Pe.coursesId}/homework_commons/new.json`,{method:"get",params:a({},Pe)})})}function Xe(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/edit.json`,{method:"get",params:a({},Pe)})})}function pt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Pe.id}.json`,{method:"get",params:a({},Pe)})})}function bt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.userId}.json`,{method:"get",params:a({},Pe)})})}function rr(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.userId}/supply_attachments.json`,{method:"get",params:a({},Pe)})})}function Jt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.userId}/comment_list.json`,{method:"get",params:a({},Pe)})})}function Me(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.userId}/destroy_score.json`,{method:"delete",body:a({},Pe)})})}function rt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.userId}/add_score_reply.json`,{method:"post",body:a({},Pe)})})}function Yt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/all_student_works.json`,{method:"get",params:a({},Pe)})})}function Lt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}/destroy_work_comment.json`,{method:"delete",body:a({},Pe)})})}function Wt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/score_status.json`,{method:"get",params:a({},Pe)})})}function Ht(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Pe.categoryId}/update_score.json`,{method:"get",params:a({},Pe)})})}function ir(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.userId}/add_score.json`,{method:"post",body:a({},Pe)})})}function Gt(Pe){return p(this,null,function*(){return Fetch(`/api/student_works/${Pe.userId}/cancel_appeal.json`,{method:"post",body:a({},Pe)})})}function Ie(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.userId}/appeal_anonymous_score.json`,{method:"post",body:a({},Pe)})})}function ce(Pe){return p(this,null,function*(){return Fetch(`/api/student_works/${Pe.userId}/deal_appeal_score.json`,{method:"post",body:a({},Pe)})})}function he(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Pe.id}/reset_my_game.json`,{method:"get",params:a({},Pe)})})}function It(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}/commit_des.json`,{method:"get",params:a({},Pe)})})}function Ce(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Pe.homeworkId}/update_des.json`,{method:"post",body:a({},Pe)})})}function ft(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Pe.coursesId}/homework_commons/file_repeat_list.json`,{method:"get",params:a({},Pe)})})}function Kt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Pe.coursesId}/homework_commons/file_repeat_result.json`,{method:"get",params:a({},Pe)})})}function Tt(Pe){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Pe.course_id}/homework_commons/file_repeat_detail.json`,{method:"get",params:a({},Pe)})})}},67135:function(d,_,e){"use strict";e.d(_,{$Q:function(){return Lr},AE:function(){return Ht},AQ:function(){return M},Ag:function(){return At},Ar:function(){return le},At:function(){return vt},BK:function(){return G},Bj:function(){return Bt},DC:function(){return ze},Dz:function(){return ot},E4:function(){return tr},EH:function(){return ie},Ee:function(){return xn},Er:function(){return ee},FB:function(){return N},Fg:function(){return S},GI:function(){return Oe},Gr:function(){return ht},Gu:function(){return Te},Gz:function(){return b},HS:function(){return Ta},Hl:function(){return y},IT:function(){return Tt},I_:function(){return A},Ir:function(){return H},Je:function(){return Fe},K:function(){return Nt},K0:function(){return zr},KM:function(){return q},K_:function(){return $r},LK:function(){return Tr},LP:function(){return Ge},Ne:function(){return se},OV:function(){return Mt},OW:function(){return j},Op:function(){return Ir},P2:function(){return kt},Po:function(){return P},Ps:function(){return Je},Q:function(){return K},Q1:function(){return br},QA:function(){return Qi},Ql:function(){return be},Rs:function(){return Me},SG:function(){return ca},Tn:function(){return Gt},Tr:function(){return Zi},U0:function(){return Xe},U9:function(){return je},UQ:function(){return Ce},Ui:function(){return vr},Vx:function(){return Jr},WO:function(){return Q},WT:function(){return Ca},Wi:function(){return nt},Wl:function(){return Ze},X$:function(){return Zt},Yn:function(){return ce},Z2:function(){return wt},ZO:function(){return _t},Zt:function(){return ct},_7:function(){return J},_9:function(){return he},aH:function(){return Le},al:function(){return rr},b8:function(){return $},bq:function(){return Ie},dK:function(){return W},e:function(){return D},eX:function(){return me},eb:function(){return rt},fL:function(){return Rt},h4:function(){return _r},hS:function(){return m},he:function(){return R},hn:function(){return ne},ii:function(){return Jt},im:function(){return It},j8:function(){return Ue},jq:function(){return tn},kF:function(){return Kr},km:function(){return bt},l3:function(){return yt},m7:function(){return He},mI:function(){return Ci},n5:function(){return B},nu:function(){return Ct},p0:function(){return Kt},q0:function(){return Wt},q9:function(){return Xt},qA:function(){return hn},rO:function(){return Lt},rs:function(){return oe},sr:function(){return ft},t2:function(){return Pe},tX:function(){return Et},uo:function(){return pt},v3:function(){return gt},w:function(){return we},xK:function(){return ir},xg:function(){return Yt},xk:function(){return Ft},yE:function(){return Ke},yx:function(){return ri},zD:function(){return ae},zH:function(){return sn}});var r=e(82093),i=Object.defineProperty,l=Object.defineProperties,c=Object.getOwnPropertyDescriptors,f=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,u=(St,ga,oa)=>ga in St?i(St,ga,{enumerable:!0,configurable:!0,writable:!0,value:oa}):St[ga]=oa,a=(St,ga)=>{for(var oa in ga||(ga={}))o.call(ga,oa)&&u(St,oa,ga[oa]);if(f)for(var oa of f(ga))h.call(ga,oa)&&u(St,oa,ga[oa]);return St},x=(St,ga)=>l(St,c(ga)),p=(St,ga,oa)=>new Promise((gi,Ma)=>{var Ei=Ee=>{try{On(oa.next(Ee))}catch(ut){Ma(ut)}},ci=Ee=>{try{On(oa.throw(Ee))}catch(ut){Ma(ut)}},On=Ee=>Ee.done?gi(Ee.value):Promise.resolve(Ee.value).then(Ei,ci);On((oa=oa.apply(St,ga)).next())});const y=St=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_header.json",{method:"Get",params:St})}),m=St=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/online_count.json",{method:"Get",params:St})}),b=St=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_body.json",{method:"Get",params:St})}),S=St=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/rank_list.json",{method:"Get",params:St})}),D=St=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/shixun_use_infos.json",{method:"Get",params:St})});function R(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"Get",params:a({},St)})})}function A(St){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:a({source:"shixun"},St||{})})})}function P(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}.json`,{method:"Get",params:St})})}function M(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/show_right.json`,{method:"Get"})})}function B(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges.json`,{method:"Get"})})}function N(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/save_copy_for_exercise.json`,{method:"post",body:{save_type:St.save_type}})})}function G(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/jupyter_exec.json${St.reset?`?reset=${St.reset}`:""}`,{method:"Get",params:St})})}function H(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/shixun_exec.json${St.reset?`?reset=${St.reset}`:""}`,{method:"Get",params:St})})}function W(St){return p(this,null,function*(){return(0,r.ZP)(St.url,{method:"Get"})})}function ae(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.shixun_identifier}/challenges/${St.challenge_id}/index_up.json`,{method:"Get"})})}function ne(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.shixun_identifier}/challenges/${St.challenge_id}/index_down.json`,{method:"Get"})})}function oe(St){return p(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:{container_id:St.container_id,container_type:St.container_type}})})}function q(St){return p(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"Post",body:{container_id:St.container_id,container_type:St.container_type}})})}function J(St){return p(this,null,function*(){const{id:ga}=St||{};return(0,r.ZP)(`/api/shixuns/${ga}/search_user_courses.json`,{method:"Get",params:St})})}function K(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St==null?void 0:St.id}/send_to_course.json`,{method:"Post",body:a({},St)})})}function se(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/cancel_publish.json`,{method:"Get"})})}function ee(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/cancel_apply_public.json`,{method:"Get"})})}function Q(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/apply_public.json`,{method:"post",body:a({},St)})})}function le(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/publish.json`,{method:"Get"})})}function $(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_new.json",{method:"Get"})})}function j(St){return p(this,null,function*(){return(0,r.ZP)(`/api/attachments/${St.id}.json`,{method:"delete"})})}function ie(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/apply_shixun_mirror.json",{method:"post",body:St})})}function me(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"post",body:St})})}function Te(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_lab_new.json",{method:"get",params:St})})}function Oe(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/review_newest_record.json`,{method:"Get"})})}function Ge(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/review_shixun.json`,{method:"post",body:St})})}function Ue(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/collaborators.json`,{method:"Get",params:St})})}function Mt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/shixun_members_added.json`,{method:"post",body:St})})}function yt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.identifier}/add_members_group.json`,{method:"post",body:St})})}function kt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/change_manager.json`,{method:"Get",params:St})})}function Zt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/change_manager.json`,{method:"post",body:St})})}function Ft(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/collaborators_delete.json`,{method:"delete",body:{user_id:St.userId}})})}function tr(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/ranking_list.json`,{method:"Get"})})}function ze(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/settings.json`,{method:"Get"})})}function wt(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/get_mirror_script.json",{method:"Get",params:{mirror_id:St.mirror_id}})})}function Bt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/get_script_contents.json`,{method:"Get",params:St})})}function nt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/get_custom_script.json`,{method:"Get",params:St})})}function _t(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/update_for_jupyter.json`,{method:"put",body:St})})}function ht(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/shixun_quotes.json`,{method:"Get"})})}function Je(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}.json`,{method:"delete"})})}function je(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/close.json`,{method:"post",body:St})})}function be(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/departments.json",{method:"Get",params:St})})}function Le(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/update_permission_setting.json`,{method:"post",body:St})})}function Ke(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/update_learn_setting.json`,{method:"post",body:St})})}function He(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/update_setting`,{method:"post",body:St})})}function Xe(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/get_data_sets.json`,{method:"Get",params:St})})}function pt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/destroy_data_sets.json`,{method:"Delete",body:{id:St.deleteId}})})}function bt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/new.json`,{method:"get"})})}function rr(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.identifier}/challenges.json`,{method:"post",body:a({},St)})})}function Jt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengeId}/edit.json`,{method:"get",params:{tab:St.tab}})})}function Me(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}.json`,{method:"put",body:a({},St)})})}function rt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/choose_questions.json`,{method:"get"})})}function Yt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/move_position.json`,{method:"post",body:a({},St)})})}function Lt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}.json`,{method:"delete",body:a({},St)})})}function Wt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/edit.json`,{method:"get",params:a({},St)})})}function Ht(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengeId}/answer.json`,{method:"get",params:a({},St)})})}function ir(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengeId}/crud_answer.json`,{method:"post",body:a({},St)})})}function Gt(St){return p(this,null,function*(){if(St.type===1)return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/create_choose_question.json`,{method:"post",body:a({},St)});if(St.type===2)return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/create_blank_question.json`,{method:"post",body:a({},St)});if(St.type===3)return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/create_judge_question.json`,{method:"post",body:a({},St)})})}function Ie(St){return p(this,null,function*(){if(St.type===1)return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/update_choose_question.json`,{method:"post",body:x(a({},St),{choose_id:St.questionId})});if(St.type===2)return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/update_blank_question.json`,{method:"put",body:x(a({},St),{choose_id:St.questionId})});if(St.type===3)return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/update_judge_question.json`,{method:"put",body:x(a({},St),{choose_id:St.questionId})})})}function ce(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/destroy_challenge_choose.json`,{method:"Delete",body:{choose_id:St.questionId}})})}function he(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/choose_question_up_position.json`,{method:"post",body:{challenge_choose_id:St.questionId}})})}function It(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/choose_question_down_position.json`,{method:"post",body:{challenge_choose_id:St.questionId}})})}function Ce(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/challenges/${St.challengesId}/edit_choose_question.json`,{method:"get",params:x(a({},St),{choose_id:St.questionId})})})}function ft(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/delete_git_file.json`,{method:"Delete",body:St})})}function Kt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${St.id}/delete_git_file.json`,{method:"Delete",body:St})})}function Tt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/mv_file.json`,{method:"post",body:St})})}function Pe(St){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${St.id}/mv_file.json`,{method:"post",body:St})})}function At(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/repository.json`,{method:"post",body:St})})}function Ze(St){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${St.id}/repository.json`,{method:"post",body:St})})}function we(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/secret_repository.json`,{method:"post",body:St})})}function gt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/add_file.json`,{method:"post",body:St})})}function Rt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${St.id}/add_file.json`,{method:"post",body:St})})}function Fe(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/commits.json`,{method:"post",body:St})})}function Tr(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/file_content.json`,{method:"post",body:St})})}function Ct(St){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${St.id}/file_content.json`,{method:"post",body:St})})}function Kr(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/update_file.json`,{method:"post",body:St})})}function tn(St){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${St.id}/update_file.json`,{method:"post",body:St})})}function Ir(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/upload_git_folder.json`,{method:"post",body:{path:St.path,secret_repository:St.secret_repository}})})}function Lr(St){return p(this,null,function*(){return(0,r.ZP)(`/api/${St.url}`,{method:"Get"})})}function vr(St){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_tpm.json",{method:"Get",params:St})})}function $r(St){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/timeinfo_with_tpm.json",{method:"Get",params:St})})}function sn(St){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/reset_with_tpm.json",{method:"Get",params:St})})}function hn(St){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/save_with_tpm.json",{method:"Get",params:St})})}function Xt(St){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/active_with_tpm.json",{method:"Get",params:St})})}function vt(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/fork_list.json`,{method:"Get",params:St})})}function ot(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.identifier}/change_editable.json`,{method:"put",body:a({},St)})})}function ct(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/set_secret_dir.json`,{method:"post",body:a({},St)})})}function Nt(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/new.json",{method:"Get",params:St})})}function br(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/environment_info",{method:"Get",params:St})})}function _r(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/init_repository.json`,{method:"post",body:a({},St)})})}function Jr(St){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${St.id}/init_repository.json`,{method:"post",body:a({},St)})})}function zr(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/update_secret_repository.json`,{method:"post",body:a({},St)})})}function xn(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/exist_exercise.json`,{method:"get",params:a({},St)})})}function Et(St){return p(this,null,function*(){return(0,r.ZP)(`/api/mirror_applies/${St.id}.json`,{method:"get",params:a({},St)})})}function Dr(St){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${St.id}/publish.json`,{method:"post",body:a({},St)})})}function kn(St){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${St.id}/open_vnc.json`,{method:"post",params:a({},St)})})}function Qn(St){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${St.id}/open_webssh.json`,{method:"post",params:a({},St)})})}function Nn(St){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${St.id}/save_image.json`,{method:"post",body:a({},St)})})}function ti(St){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${St.id}/delete_image.json`,{method:"post",body:a({},St)})})}function Tn(St){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${St.id}/extend_vnc.json`,{method:"post",body:a({},St)})})}function Ai(St){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${St.id}/reset_vnc_link.json`,{method:"post",body:a({},St)})})}function ri(St){return p(this,null,function*(){return(0,r.ZP)("/api/paths/get_task_pass.json",{method:"get",params:a({},St)})})}function Ci(St){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_jupyter_lab.json",{method:"get",params:a({},St)})})}function Qi(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St.id}/update_jupyter_lab_setting.json`,{method:"post",body:a({},St)})})}function Zi(St){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/check_shixun_copy.json",{method:"post",body:St})})}function Ca(St){return p(this,null,function*(){return(0,r.ZP)(`/api/progress_homeworks/${St}`,{method:"get",params:{is_initiative_study:1}})})}function ui(St){return p(this,null,function*(){return Fetch(`/api/shixuns/${St.id}/update_shixun_study_num.json`,{method:"post",body:a({},St)})})}function ca(St){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/preview.json",{method:"get",params:St})})}function Ta(St){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${St}/recommend_config.json`,{method:"get"})})}},92982:function(d,_,e){"use strict";e.d(_,{Bg:function(){return p},FO:function(){return M},eJ:function(){return b},eZ:function(){return S},fd:function(){return H},gp:function(){return a},iU:function(){return N},l3:function(){return R},mw:function(){return A},oZ:function(){return m},rM:function(){return P},r_:function(){return G},s:function(){return x},ur:function(){return B},xV:function(){return y},yb:function(){return D}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(W,ae,ne)=>ae in W?i(W,ae,{enumerable:!0,configurable:!0,writable:!0,value:ne}):W[ae]=ne,h=(W,ae)=>{for(var ne in ae||(ae={}))c.call(ae,ne)&&o(W,ne,ae[ne]);if(l)for(var ne of l(ae))f.call(ae,ne)&&o(W,ne,ae[ne]);return W},u=(W,ae,ne)=>new Promise((oe,q)=>{var J=ee=>{try{se(ne.next(ee))}catch(Q){q(Q)}},K=ee=>{try{se(ne.throw(ee))}catch(Q){q(Q)}},se=ee=>ee.done?oe(ee.value):Promise.resolve(ee.value).then(J,K);se((ne=ne.apply(W,ae)).next())});function a(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/teachers.json`,{method:"get",params:h({},W)})})}function x(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/apply_teachers.json`,{method:"get",params:h({},W)})})}function p(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/graduation_group_list.json`,{method:"get",params:h({},W)})})}function y(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/all_course_groups.json`,{method:"get",params:h({},W)})})}function m(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/set_course_group.json`,{method:"post",body:h({},W)})})}function b(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/join_graduation_group.json`,{method:"post",body:h({},W)})})}function S(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/create_graduation_group.json`,{method:"post",body:h({},W)})})}function D(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/delete_course_teacher.json`,{method:"post",body:h({},W)})})}function R(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/delete_from_course.json`,{method:"post",body:h({},W)})})}function A(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/change_member_role.json`,{method:"post",body:h({},W)})})}function P(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/change_course_admin.json`,{method:"post",body:h({},W)})})}function M(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/teacher_application_review.json`,{method:"post",body:h({},W)})})}function B(W){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W.coursesId}/students.json`,{method:"get",params:h({},W)})})}function N(W,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W}/apply_students.json`,{method:"get",params:ae})})}function G(W,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W}/join_student_checkout.json`,{method:"get",params:ae})})}function H(W,ae){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${W}/student_application_review.json`,{method:"post",body:ae})})}},63423:function(d,_,e){"use strict";e.d(_,{B$:function(){return y},Cx:function(){return J},DA:function(){return P},DH:function(){return p},Ef:function(){return ee},Es:function(){return b},Ex:function(){return Zt},FM:function(){return ne},Fn:function(){return Q},Gq:function(){return tr},Ho:function(){return B},IU:function(){return me},JJ:function(){return le},Ol:function(){return Ue},Qx:function(){return ae},Tv:function(){return $},V8:function(){return x},WS:function(){return K},WY:function(){return W},ai:function(){return q},bG:function(){return D},bJ:function(){return a},c0:function(){return Ft},dE:function(){return ie},dt:function(){return j},gI:function(){return se},lO:function(){return oe},mW:function(){return H},n0:function(){return A},nV:function(){return Ge},o1:function(){return Mt},qE:function(){return m},qN:function(){return M},rV:function(){return N},sh:function(){return Oe},vR:function(){return S},w3:function(){return G},x4:function(){return R},z2:function(){return yt}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(ze,wt,Bt)=>wt in ze?i(ze,wt,{enumerable:!0,configurable:!0,writable:!0,value:Bt}):ze[wt]=Bt,h=(ze,wt)=>{for(var Bt in wt||(wt={}))c.call(wt,Bt)&&o(ze,Bt,wt[Bt]);if(l)for(var Bt of l(wt))f.call(wt,Bt)&&o(ze,Bt,wt[Bt]);return ze},u=(ze,wt,Bt)=>new Promise((nt,_t)=>{var ht=be=>{try{je(Bt.next(be))}catch(Le){_t(Le)}},Je=be=>{try{je(Bt.throw(be))}catch(Le){_t(Le)}},je=be=>be.done?nt(be.value):Promise.resolve(be.value).then(ht,Je);je((Bt=Bt.apply(ze,wt)).next())});const a=ze=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${ze.id}/move.json`,{method:"post",body:ze})}),x=ze=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${ze.id}.json`,{method:"delete",body:ze})}),p=ze=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${ze.id}.json`,{method:"put",body:ze})}),y=ze=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"post",body:ze})}),m=ze=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"Get",params:ze})});function b(ze){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/login.json",{method:"post",body:h({},ze)})})}function S(ze){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/logout.json",{method:"get"})})}function D(ze){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_user_info.json",{method:"get",params:h({},ze)})})}function R(ze){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_notice.json",{method:"get",params:h({},ze)})})}function A(){return u(this,null,function*(){return(0,r.ZP)("/api/users/system_update.json",{method:"get"})})}function P(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/homepage_info.json`,{method:"get"})})}function M(ze){return u(this,null,function*(){return(0,r.ZP)("/api/users/attendance.json",{method:"post"})})}function B(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/courses.json`,{method:"get",params:ze})})}function N(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/shixuns.json`,{method:"get",params:ze})})}function G(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/subjects.json`,{method:"get",params:ze})})}function H(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/projects.json`,{method:"get",params:ze})})}function W(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/videos.json`,{method:"get",params:ze})})}function ae(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/videos/review.json`,{method:"get",params:ze})})}function ne(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/videos/${ze.id}.json`,{method:"delete"})})}function oe(ze){return u(this,null,function*(){return(0,r.ZP)("/api/watch_video_histories.json",{method:"post",body:ze})})}function q(ze){return u(this,null,function*(){return(0,r.ZP)("/api/users/question_banks.json",{method:"get",params:ze})})}function J(ze){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_public.json",{method:"post",body:ze})})}function K(ze){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:ze})})}function se(ze){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:ze})})}function ee(ze){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/send_to_course.json",{method:"post",body:ze})})}function Q(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/videos/${ze.object_id}/create_course_video.json`,{method:"post",body:ze})})}function le(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${ze.topicId}.json`,{method:"get",params:ze})})}function $(ze){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:h({},ze)})})}function j(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${ze.username}/videos/batch_publish.json`,{method:"post",body:ze})})}function ie(ze){return u(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${ze.identifier}/cancel.json`,{method:"delete",body:h({},ze)})})}function me(ze){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_engineer_url.json",{method:"get",params:h({},ze)})})}function Te(ze){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/user_choice_learn_path.json",{method:"post",body:h({},ze)})})}function Oe(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/persona.json",{method:"get"})})}function Ge(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/user_learn_path.json",{method:"get"})})}function Ue(ze){return(0,r.ZP)("/api/accounts/valid_email_and_phone.json",{method:"get",params:ze})}function Mt(ze){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:ze})}function yt(ze){return(0,r.ZP)("/api/accounts/register.json",{method:"post",body:h({},ze)})}function kt(ze){return Fetch("/api/weapps/register.json",{method:"post",body:h({},ze)})}function Zt(ze){return(0,r.ZP)(`/api/users/accounts/${ze.login}/password.json`,{method:"put",body:h({},ze)})}function Ft(ze){return(0,r.ZP)("/api/accounts/reset_password.json",{method:"post",body:h({},ze)})}function tr(ze){return(0,r.ZP)("/api/accounts/login_for_phone.json",{method:"get",params:h({},ze)})}},80541:function(d,_,e){"use strict";e.d(_,{BQ:function(){return a},DH:function(){return B},Db:function(){return oe},Ju:function(){return ne},Mz:function(){return H},O2:function(){return m},TJ:function(){return D},Vg:function(){return y},ZY:function(){return x},Zx:function(){return G},cU:function(){return p},fn:function(){return ae},jK:function(){return R},yN:function(){return W}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(q,J,K)=>J in q?i(q,J,{enumerable:!0,configurable:!0,writable:!0,value:K}):q[J]=K,h=(q,J)=>{for(var K in J||(J={}))c.call(J,K)&&o(q,K,J[K]);if(l)for(var K of l(J))f.call(J,K)&&o(q,K,J[K]);return q},u=(q,J,K)=>new Promise((se,ee)=>{var Q=j=>{try{$(K.next(j))}catch(ie){ee(ie)}},le=j=>{try{$(K.throw(j))}catch(ie){ee(ie)}},$=j=>j.done?se(j.value):Promise.resolve(j.value).then(Q,le);$((K=K.apply(q,J)).next())});function a(q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${q.coursesId}/watch_video_histories.json`,{method:"Get",params:h({},q)})})}function x(q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${q.coursesId}/watch_statics.json`,{method:"Get",params:h({},q)})})}function p(q){return u(this,null,function*(){return(0,r.ZP)(`/api/course_videos/${q.videoId}/watch_histories.json`,{method:"Get",params:h({},q)})})}function y(q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${q.coursesId}/own_watch_histories.json`,{method:"Get",params:h({},q)})})}function m(q){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${q.id}.json`,{method:"Get",params:h({},q)})})}function b(q){return u(this,null,function*(){return Fetch("/api/video_items.json",{method:"post",body:q})})}function S(q){return u(this,null,function*(){return Fetch(`/api/video_items/${q.id}/edit.json`,{method:"Get",params:h({},q)})})}function D(q){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${q.id}/edit.json`,{method:"Get",params:h({},q)})})}function R(q){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${q.id}/star.json`,{method:"post",body:q})})}function A(q){return u(this,null,function*(){return Fetch(`/api/video_items/${q.id}.json`,{method:"put",body:q})})}function P(q){return u(this,null,function*(){return Fetch(`/api/video_items/${q.id}/send_to_course.json`,{method:"post",body:q})})}function M(q){return u(this,null,function*(){return Fetch("/api/users/my_courses.json",{method:"Get",params:h({},q)})})}function B(q){return u(this,null,function*(){return(0,r.ZP)(`/api/video_items/${q.id}/view_video.json`,{method:"post",body:q})})}function N(q){return u(this,null,function*(){return Fetch(`/api/video_items/${q.id}/add_school.json`,{method:"post",body:q})})}function G(q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${q.course_id}/video_people_statics.json`,{method:"get",params:q})})}function H(q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${q.course_id}/video_duration_statics.json`,{method:"get",params:q})})}function W(q){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"get",params:q})})}function ae(q){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${q==null?void 0:q.id}/course_videos_tree.json`,{method:"get",params:q})})}function ne(q){return u(this,null,function*(){return(0,r.ZP)("/api/study_action_analyses.json",{method:"post",body:q})})}function oe(q){return u(this,null,function*(){return(0,r.ZP)("/api/study_action_analyses/detail.json",{method:"post",body:q})})}},19985:function(d,_,e){"use strict";e.d(_,{A:function(){return H},CH:function(){return c},EA:function(){return h},FU:function(){return x},G_:function(){return m},LY:function(){return M},Ll:function(){return o},MM:function(){return R},Ps:function(){return B},Sl:function(){return S},To:function(){return p},Vf:function(){return y},XQ:function(){return f},b:function(){return a},bq:function(){return G},cZ:function(){return u},rV:function(){return P},sT:function(){return b},tS:function(){return N},xt:function(){return A},y2:function(){return l}});var r=e(82093),i=(W,ae,ne)=>new Promise((oe,q)=>{var J=ee=>{try{se(ne.next(ee))}catch(Q){q(Q)}},K=ee=>{try{se(ne.throw(ee))}catch(Q){q(Q)}},se=ee=>ee.done?oe(ee.value):Promise.resolve(ee.value).then(J,K);se((ne=ne.apply(W,ae)).next())});const l=W=>i(void 0,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/base_statistic_data.json`,{method:"Get",params:W})});function c(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/discussions/${W.id}.json`,{method:"put",body:W})})}function f(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/discussions/${W.id}.json`,{method:"get",params:W})})}function o(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/discussions.json`,{method:"post",body:W})})}function h(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/discussions.json`,{method:"get",params:W})})}function u(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/good_lessons/${W.id}/add_resources.json`,{method:"post",body:W})})}function a(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/good_lessons/${W.id}/lesson_resources_list.json`,{method:"get",params:W})})}function x(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/good_lessons/${W.id}.json`,{method:"get",params:W})})}function p(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/good_lessons/${W.id}.json`,{method:"put",body:W})})}function y(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/good_lessons.json`,{method:"post",body:W})})}function m(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/good_lessons.json`,{method:"get",params:W})})}function b(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W==null?void 0:W.id}.json`,{method:"get"})})}function S(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W==null?void 0:W.id}/modules.json`,{method:"get"})})}function D(W){return i(this,null,function*(){return Fetch(`/api/virtual_classrooms/${W.id}/videos/batch_publish.json`,{method:"post",body:W})})}function R(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/members.json`,{method:"post",body:W})})}function A(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_spacesId}/members/${W.id}/change_creator.json`,{method:"post",body:W})})}function P(W,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W}/shixuns.json`,{method:"get",params:ae})})}function M(W,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W}/shixuns`,{method:"post",body:ae})})}function B(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_classroom_id}/shixuns/${W.shixun_id}.json`,{method:"delete"})})}function N(W,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W}/subjects.json`,{method:"get",params:ae})})}function G(W,ae){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W}/subjects.json`,{method:"post",body:ae})})}function H(W){return i(this,null,function*(){return(0,r.ZP)(`/api/virtual_classrooms/${W.virtual_classroom_id}/subjects/${W.subject_id}.json`,{method:"delete"})})}},34055:function(d,_,e){"use strict";e.d(_,{$O:function(){return J},EO:function(){return bt},G5:function(){return G},GD:function(){return i},GJ:function(){return x},Gg:function(){return p},I2:function(){return f},IR:function(){return W},JA:function(){return pt},JL:function(){return A},Jd:function(){return q},Ny:function(){return D},RV:function(){return ne},Rb:function(){return N},Rm:function(){return H},V9:function(){return ie},Yh:function(){return le},aN:function(){return b},aQ:function(){return u},ag:function(){return Xe},bg:function(){return Jt},d8:function(){return B},dE:function(){return ae},eB:function(){return oe},eY:function(){return Me},fn:function(){return He},h:function(){return ir},j5:function(){return m},m$:function(){return rt},oF:function(){return y},qz:function(){return h},t_:function(){return S},tu:function(){return Lt},y8:function(){return rr}});var r=e(76560),i=(Gt=>(Gt[Gt.SuperAdmin=1]="SuperAdmin",Gt[Gt.Operation=2]="Operation",Gt[Gt.CertifiedTeacher=5]="CertifiedTeacher",Gt[Gt.TrainingProduction=8]="TrainingProduction",Gt[Gt.UncertifiedTeacher=12]="UncertifiedTeacher",Gt[Gt.Student=15]="Student",Gt))(i||{}),l=(Gt=>(Gt[Gt.SuperAdmin=1]="SuperAdmin",Gt[Gt.Operation=2]="Operation",Gt[Gt.Admin=5]="Admin",Gt[Gt.Teacher=8]="Teacher",Gt[Gt.Assistant=12]="Assistant",Gt[Gt.Student=15]="Student",Gt))(l||{}),c=(Gt=>(Gt[Gt.SuperAdmin=0]="SuperAdmin",Gt[Gt.Teacher=1]="Teacher",Gt[Gt.Student=2]="Student",Gt))(c||{});const f=Gt=>{const{user:Ie}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Ie;return Gt.some(he=>he==(ce==null?void 0:ce.role))},o=Gt=>{const{user:Ie}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Ie;return ce!=null&&ce.own?!0:Gt.some(he=>{var It;return he==((It=ce==null?void 0:ce.course)==null?void 0:It.course_role)})},h=()=>{const{user:Gt}=(0,r.getDvaApp)()._store.getState(),{userInfo:Ie}=Gt;return Ie.main_site},u=()=>{var Gt;const{user:Ie}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Ie;return(Gt=ce==null?void 0:ce.course)==null?void 0:Gt.course_is_end},a=()=>{const{user:Gt}=getDvaApp()._store.getState(),{userInfo:Ie}=Gt;return Ie.authentication},x=()=>o([1,2,5,8,12]),p=()=>o([1,8,5,12,2]),y=()=>o([1,8,5]),m=()=>o([1]),b=()=>o([1,2,5]),S=()=>o([1,2]),D=()=>f([1,2]),R=()=>f([1]),A=()=>f([1,2,5]),P=()=>o([1,5]),M=()=>o([5,8]),B=()=>o([5]),N=()=>o([1,5,2]),G=()=>o([1,2,5,8]),H=()=>o([12]),W=()=>o([8]),ae=()=>o([15]),ne=()=>o([1,2,5,8,12,15]),oe=()=>o([1,2,5,8,12]),q=()=>{var Gt;const{user:Ie}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Ie;return((Gt=ce==null?void 0:ce.course)==null?void 0:Gt.course_role)===null},J=()=>{const{user:Gt}=(0,r.getDvaApp)()._store.getState(),{userInfo:Ie}=Gt;return Ie==null?void 0:Ie.has_big_model_permission},K=()=>{const{user:Gt}=getDvaApp()._store.getState(),{userInfo:Ie}=Gt;return Ie==null?void 0:Ie.big_model_user_unlimited},se=(Gt=!0,Ie=!1)=>f([1,2,5,8,12,15]),ee=(Gt=!0,Ie=!1)=>Ie||!Ie&&f([1]),Q=(Gt=!0,Ie=!1)=>Ie||!Ie&&f([1,2]),le=()=>f([15]),$=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12,15]):Ie||!Ie&&f([1,2]),j=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12,15]):Ie||!Ie&&f([1,2]),ie=(Gt=!0,Ie=!1)=>{const{user:ce}=(0,r.getDvaApp)()._store.getState(),{userInfo:he}=ce;return he!=null&&he.is_shixun_marker?!0:f([1,2,5,8])},me=(Gt=!0,Ie=!1)=>Gt?f([1]):Ie||!Ie&&f([1]),Te=(Gt=!0,Ie=!1)=>Gt?f([1,2]):Ie||!Ie&&f([1,2]),Oe=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12,15]):Ie||!Ie&&f([1,2]),Ge=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12]):Ie||!Ie&&f([1,2]),Ue=(Gt=!0,Ie=!1)=>Gt?f([1,2,5]):Ie||!Ie&&f([1,2]),Mt=(Gt=!0,Ie=!1)=>Gt?f([1]):!1,yt=(Gt=!0,Ie=!1)=>f([1,2,5,8,12,15]),kt=(Gt=!0,Ie=!1)=>Gt?f([1]):Ie||!Ie&&f([1]),Zt=(Gt=!0,Ie=!1)=>Gt?f([1,2]):Ie||!Ie&&f([1,2]),Ft=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12,15]):Ie||!Ie&&f([1,2]),tr=(Gt=!0,Ie=!1)=>Gt?!1:Ie||!Ie&&f([1,2]),ze=(Gt=!0,Ie=!1)=>Gt?Ie||!Ie&&f([1,2]):!1,wt=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12]):!1,Bt=(Gt=!0,Ie=!1)=>Gt?!Ie&&f([1,2,5,8,12]):!1,nt=(Gt=!0,Ie=!1)=>Gt?f([1,2,5]):Ie||!Ie&&f([1,2]),_t=(Gt=!0,Ie=!1)=>f([1,2,5,8,12]),ht=(Gt=!0,Ie=!1)=>Gt?f([1]):Ie||!Ie&&f([1]),Je=(Gt=!0,Ie=!1)=>Gt?f([1,2]):Ie||!Ie&&f([1,2]),je=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12]):Ie||!Ie&&f([1,2]),be=(Gt=!0,Ie=!1)=>Gt?Ie||!Ie&&f([1,2]):!1,Le=(Gt=!0,Ie=!1)=>Gt?f([1,2,5,8,12]):Ie||!Ie&&f([1,2]),Ke=(Gt=!0,Ie=!1)=>o([8]),He=()=>f([1]),Xe=()=>f([1,2]),pt=()=>f([15]),bt=()=>f([1,2,5]),rr=()=>f([1,2,5,12]),Jt=()=>{var Gt;const{user:Ie}=(0,r.getDvaApp)()._store.getState();return!!((Gt=Ie.userInfo)!=null&&Gt.login)},Me=()=>{const{user:Gt}=(0,r.getDvaApp)()._store.getState();return Gt.userInfo},rt=()=>{var Gt,Ie;const{user:ce}=(0,r.getDvaApp)()._store.getState();return!!((Ie=(Gt=ce.userInfo)==null?void 0:Gt.path)!=null&&Ie.own)},Yt=Gt=>{const{graduations:Ie}=(0,r.getDvaApp)()._store.getState(),{details:ce}=Ie;return Gt.some(he=>he===(ce==null?void 0:ce.user_identity))},Lt=()=>Yt([0,1]),Wt=()=>Yt([0]),Ht=()=>Yt([1]),ir=()=>Yt([2])},22688:function(d,_,e){"use strict";e.d(_,{Fy:function(){return o},Qo:function(){return h},a2:function(){return c},fw:function(){return r},gW:function(){return l},k:function(){return f},k4:function(){return i}});const r=[{id:0,name:"\u5355\u9009\u9898",nameType:"SINGLE"},{id:1,name:"\u591A\u9009\u9898",nameType:"MULTIPLE"},{id:2,name:"\u5224\u65AD\u9898",nameType:"JUDGMENT"},{id:3,name:"\u586B\u7A7A\u9898",nameType:"COMPLETION"},{id:4,name:"\u7B80\u7B54\u9898",nameType:"SUBJECTIVE"},{id:5,name:"\u5B9E\u8BAD\u9898",nameType:"PRACTICAL"},{id:6,name:"\u7F16\u7A0B\u9898",nameType:"PROGRAM"},{id:7,name:"\u7EC4\u5408\u9898",nameType:"COMBINATION"},{id:8,name:"\u7A0B\u5E8F\u586B\u7A7A\u9898",nameType:"BPROGRAM"}],i=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"];var l=(u=>(u.PROBLEM="problem",u.PAPER="paper",u.OTHER="other",u))(l||{}),c=(u=>(u.SINGLE="single",u.MULTIPLEFLOW="multiple_flow",u.MULTIPLEFIXED="multiple_fixed",u.OTHER="other",u))(c||{}),f=(u=>(u[u.BISHI=1]="BISHI",u[u.JISHI=2]="JISHI",u[u.KOUSHI=3]="KOUSHI",u[u.OTHER=4]="OTHER",u))(f||{}),o=(u=>(u[u.DEFAULT=0]="DEFAULT",u[u.THEMEONE=1]="THEMEONE",u[u.THEMETWO=2]="THEMETWO",u))(o||{}),h=(u=>(u.All="",u.Shixun="shixun",u.VideoItem="video",u.Attachment="attachment",u.Group_count="group_homework",u.Normal_count="normal_homework",u.ExaminationBank="exercise",u.HomeworkCommon="hack_homework",u.Discusses="Discusses",u.Challenge="challenge",u))(h||{})},28048:function(d,_,e){"use strict";e.d(_,{F:function(){return r}});const r={load:"text/html",123:"application/vndlotus-1-2-3","3ds":"image/x-3ds","3g2":"video/3gpp","3ga":"video/3gpp","3gp":"video/3gpp","3gpp":"video/3gpp",602:"application/x-t602",669:"audio/x-mod","7z":"application/x-7z-compressed",a:"application/x-archive",aac:"audio/mp4",abw:"application/x-abiword",abwcrashed:"application/x-abiword",abwgz:"application/x-abiword",ac3:"audio/ac3",ace:"application/x-ace",adb:"text/x-adasrc",ads:"text/x-adasrc",afm:"application/x-font-afm",ag:"image/x-applix-graphics",ai:"application/illustrator",aif:"audio/x-aiff",aifc:"audio/x-aiff",aiff:"audio/x-aiff",al:"application/x-perl",alz:"application/x-alz",amr:"audio/amr",ani:"application/x-navi-animation","anim[1-9j]":"video/x-anim",anx:"application/annodex",ape:"audio/x-ape",arj:"application/x-arj",arw:"image/x-sony-arw",as:"application/x-applix-spreadsheet",asc:"text/plain",asf:"video/x-ms-asf",asp:"application/x-asp",ass:"text/x-ssa",asx:"audio/x-ms-asx",atom:"application/atom+xml",au:"audio/basic",avi:"video/x-msvideo",aw:"application/x-applix-word",awb:"audio/amr-wb",awk:"application/x-awk",axa:"audio/annodex",axv:"video/annodex",bak:"application/x-trash",bcpio:"application/x-bcpio",bdf:"application/x-font-bdf",bib:"text/x-bibtex",bin:"application/octet-stream",blend:"application/x-blender",blender:"application/x-blender",bmp:"image/bmp",bz:"application/x-bzip",bz2:"application/x-bzip",c:"text/x-csrc","c++":"text/x-c++src",cab:"application/vndms-cab-compressed",cb7:"application/x-cb7",cbr:"application/x-cbr",cbt:"application/x-cbt",cbz:"application/x-cbz",cc:"text/x-c++src",cdf:"application/x-netcdf",cdr:"application/vndcorel-draw",cer:"application/x-x509-ca-cert",cert:"application/x-x509-ca-cert",cgm:"image/cgm",chm:"application/x-chm",chrt:"application/x-kchart",class:"application/x-java",cls:"text/x-tex",cmake:"text/x-cmake",cpio:"application/x-cpio",cpiogz:"application/x-cpio-compressed",cpp:"text/x-c++src",cr2:"image/x-canon-cr2",crt:"application/x-x509-ca-cert",crw:"image/x-canon-crw",cs:"text/x-csharp",csh:"application/x-csh",css:"text/css",cssl:"text/css",csv:"text/csv",cue:"application/x-cue",cur:"image/x-win-bitmap",cxx:"text/x-c++src",d:"text/x-dsrc",dar:"application/x-dar",dbf:"application/x-dbf",dc:"application/x-dc-rom",dcl:"text/x-dcl",dcm:"application/dicom",dcr:"image/x-kodak-dcr",dds:"image/x-dds",deb:"application/x-deb",der:"application/x-x509-ca-cert",desktop:"application/x-desktop",dia:"application/x-dia-diagram",diff:"text/x-patch",divx:"video/x-msvideo",djv:"image/vnddjvu",djvu:"image/vnddjvu",dng:"image/x-adobe-dng",doc:"application/msword",docbook:"application/docbook+xml",docm:"application/vndopenxmlformats-officedocumentwordprocessingmldocument",docx:"application/vndopenxmlformats-officedocumentwordprocessingmldocument",dot:"text/vndgraphviz",dsl:"text/x-dsl",dtd:"application/xml-dtd",dtx:"text/x-tex",dv:"video/dv",dvi:"application/x-dvi",dvibz2:"application/x-bzdvi",dvigz:"application/x-gzdvi",dwg:"image/vnddwg",dxf:"image/vnddxf",e:"text/x-eiffel",egon:"application/x-egon",eif:"text/x-eiffel",el:"text/x-emacs-lisp",emf:"image/x-emf",emp:"application/vndemusic-emusic_package",ent:"application/xml-external-parsed-entity",eps:"image/x-eps",epsbz2:"image/x-bzeps",epsgz:"image/x-gzeps",epsf:"image/x-eps",epsfbz2:"image/x-bzeps",epsfgz:"image/x-gzeps",epsi:"image/x-eps",epsibz2:"image/x-bzeps",epsigz:"image/x-gzeps",epub:"application/epub+zip",erl:"text/x-erlang",es:"application/ecmascript",etheme:"application/x-e-theme",etx:"text/x-setext",exe:"application/x-ms-dos-executable",exr:"image/x-exr",ez:"application/andrew-inset",f:"text/x-fortran",f90:"text/x-fortran",f95:"text/x-fortran",fb2:"application/x-fictionbook+xml",fig:"image/x-xfig",fits:"image/fits",fl:"application/x-fluid",flac:"audio/x-flac",flc:"video/x-flic",fli:"video/x-flic",flv:"video/x-flv",flw:"application/x-kivio",fo:"text/x-xslfo",for:"text/x-fortran",g3:"image/fax-g3",gb:"application/x-gameboy-rom",gba:"application/x-gba-rom",gcrd:"text/directory",ged:"application/x-gedcom",gedcom:"application/x-gedcom",gen:"application/x-genesis-rom",gf:"application/x-tex-gf",gg:"application/x-sms-rom",gif:"image/gif",glade:"application/x-glade",gmo:"application/x-gettext-translation",gnc:"application/x-gnucash",gnd:"application/gnunet-directory",gnucash:"application/x-gnucash",gnumeric:"application/x-gnumeric",gnuplot:"application/x-gnuplot",gp:"application/x-gnuplot",gpg:"application/pgp-encrypted",gplt:"application/x-gnuplot",gra:"application/x-graphite",gsf:"application/x-font-type1",gsm:"audio/x-gsm",gtar:"application/x-tar",gv:"text/vndgraphviz",gvp:"text/x-google-video-pointer",gz:"application/x-gzip",h:"text/x-chdr","h++":"text/x-c++hdr",hdf:"application/x-hdf",hh:"text/x-c++hdr",hp:"text/x-c++hdr",hpgl:"application/vndhp-hpgl",hpp:"text/x-c++hdr",hs:"text/x-haskell",htm:"text/html",html:"text/html",hwp:"application/x-hwp",hwt:"application/x-hwt",hxx:"text/x-c++hdr",ica:"application/x-ica",icb:"image/x-tga",icns:"image/x-icns",ico:"image/vndmicrosofticon",ics:"text/calendar",idl:"text/x-idl",ief:"image/ief",iff:"image/x-iff",ilbm:"image/x-ilbm",ime:"text/x-imelody",imy:"text/x-imelody",ins:"text/x-tex",iptables:"text/x-iptables",iso:"application/x-cd-image",iso9660:"application/x-cd-image",it:"audio/x-it",j2k:"image/jp2",jad:"text/vndsunj2meapp-descriptor",jar:"application/x-java-archive",java:"text/x-java",jng:"image/x-jng",jnlp:"application/x-java-jnlp-file",jp2:"image/jp2",jpc:"image/jp2",jpe:"image/jpeg",jpeg:"image/jpeg",jpf:"image/jp2",jpg:"image/jpeg",jpr:"application/x-jbuilder-project",jpx:"image/jp2",js:"application/javascript",json:"application/json",jsonp:"application/jsonp",k25:"image/x-kodak-k25",kar:"audio/midi",karbon:"application/x-karbon",kdc:"image/x-kodak-kdc",kdelnk:"application/x-desktop",kexi:"application/x-kexiproject-sqlite3",kexic:"application/x-kexi-connectiondata",kexis:"application/x-kexiproject-shortcut",kfo:"application/x-kformula",kil:"application/x-killustrator",kino:"application/smil",kml:"application/vndgoogle-earthkml+xml",kmz:"application/vndgoogle-earthkmz",kon:"application/x-kontour",kpm:"application/x-kpovmodeler",kpr:"application/x-kpresenter",kpt:"application/x-kpresenter",kra:"application/x-krita",ksp:"application/x-kspread",kud:"application/x-kugar",kwd:"application/x-kword",kwt:"application/x-kword",la:"application/x-shared-library-la",latex:"text/x-tex",ldif:"text/x-ldif",lha:"application/x-lha",lhs:"text/x-literate-haskell",lhz:"application/x-lhz",log:"text/x-log",ltx:"text/x-tex",lua:"text/x-lua",lwo:"image/x-lwo",lwob:"image/x-lwo",lws:"image/x-lws",ly:"text/x-lilypond",lyx:"application/x-lyx",lz:"application/x-lzip",lzh:"application/x-lha",lzma:"application/x-lzma",lzo:"application/x-lzop",m:"text/x-matlab",m15:"audio/x-mod",m2t:"video/mpeg",m3u:"audio/x-mpegurl",m3u8:"audio/x-mpegurl",m4:"application/x-m4",m4a:"audio/mp4",m4b:"audio/x-m4b",m4v:"video/mp4",mab:"application/x-markaby",man:"application/x-troff-man",mbox:"application/mbox",md:"application/x-genesis-rom",mdb:"application/vndms-access",mdi:"image/vndms-modi",me:"text/x-troff-me",med:"audio/x-mod",metalink:"application/metalink+xml",mgp:"application/x-magicpoint",mid:"audio/midi",midi:"audio/midi",mif:"application/x-mif",minipsf:"audio/x-minipsf",mka:"audio/x-matroska",mkv:"video/x-matroska",ml:"text/x-ocaml",mli:"text/x-ocaml",mm:"text/x-troff-mm",mmf:"application/x-smaf",mml:"text/mathml",mng:"video/x-mng",mo:"application/x-gettext-translation",mo3:"audio/x-mo3",moc:"text/x-moc",mod:"audio/x-mod",mof:"text/x-mof",moov:"video/quicktime",mov:"video/quicktime",movie:"video/x-sgi-movie","mp+":"audio/x-musepack",mp2:"video/mpeg",mp3:"audio/mpeg",mp4:"video/mp4",mpc:"audio/x-musepack",mpe:"video/mpeg",mpeg:"video/mpeg",mpg:"video/mpeg",mpga:"audio/mpeg",mpp:"audio/x-musepack",mrl:"text/x-mrml",mrml:"text/x-mrml",mrw:"image/x-minolta-mrw",ms:"text/x-troff-ms",msi:"application/x-msi",msod:"image/x-msod",msx:"application/x-msx-rom",mtm:"audio/x-mod",mup:"text/x-mup",mxf:"application/mxf",n64:"application/x-n64-rom",nb:"application/mathematica",nc:"application/x-netcdf",nds:"application/x-nintendo-ds-rom",nef:"image/x-nikon-nef",nes:"application/x-nes-rom",nfo:"text/x-nfo",not:"text/x-mup",nsc:"application/x-netshow-channel",nsv:"video/x-nsv",o:"application/x-object",obj:"application/x-tgif",ocl:"text/x-ocl",oda:"application/oda",odb:"application/vndoasisopendocumentdatabase",odc:"application/vndoasisopendocumentchart",odf:"application/vndoasisopendocumentformula",odg:"application/vndoasisopendocumentgraphics",odi:"application/vndoasisopendocumentimage",odm:"application/vndoasisopendocumenttext-master",odp:"application/vndoasisopendocumentpresentation",ods:"application/vndoasisopendocumentspreadsheet",odt:"application/vndoasisopendocumenttext",oga:"audio/ogg",ogg:"video/x-theora+ogg",ogm:"video/x-ogm+ogg",ogv:"video/ogg",ogx:"application/ogg",old:"application/x-trash",oleo:"application/x-oleo",opml:"text/x-opml+xml",ora:"image/openraster",orf:"image/x-olympus-orf",otc:"application/vndoasisopendocumentchart-template",otf:"application/x-font-otf",otg:"application/vndoasisopendocumentgraphics-template",oth:"application/vndoasisopendocumenttext-web",otp:"application/vndoasisopendocumentpresentation-template",ots:"application/vndoasisopendocumentspreadsheet-template",ott:"application/vndoasisopendocumenttext-template",owl:"application/rdf+xml",oxt:"application/vndopenofficeorgextension",p:"text/x-pascal",p10:"application/pkcs10",p12:"application/x-pkcs12",p7b:"application/x-pkcs7-certificates",p7s:"application/pkcs7-signature",pack:"application/x-java-pack200",pak:"application/x-pak",par2:"application/x-par2",pas:"text/x-pascal",patch:"text/x-patch",pbm:"image/x-portable-bitmap",pcd:"image/x-photo-cd",pcf:"application/x-cisco-vpn-settings",pcfgz:"application/x-font-pcf",pcfz:"application/x-font-pcf",pcl:"application/vndhp-pcl",pcx:"image/x-pcx",pdb:"chemical/x-pdb",pdc:"application/x-aportisdoc",pdf:"application/pdf",pdfbz2:"application/x-bzpdf",pdfgz:"application/x-gzpdf",pef:"image/x-pentax-pef",pem:"application/x-x509-ca-cert",perl:"application/x-perl",pfa:"application/x-font-type1",pfb:"application/x-font-type1",pfx:"application/x-pkcs12",pgm:"image/x-portable-graymap",pgn:"application/x-chess-pgn",pgp:"application/pgp-encrypted",php:"application/x-php",php3:"application/x-php",php4:"application/x-php",pict:"image/x-pict",pict1:"image/x-pict",pict2:"image/x-pict",pickle:"application/python-pickle",pk:"application/x-tex-pk",pkipath:"application/pkix-pkipath",pkr:"application/pgp-keys",pl:"application/x-perl",pla:"audio/x-iriver-pla",pln:"application/x-planperfect",pls:"audio/x-scpls",pm:"application/x-perl",png:"image/png",pnm:"image/x-portable-anymap",pntg:"image/x-macpaint",po:"text/x-gettext-translation",por:"application/x-spss-por",pot:"text/x-gettext-translation-template",ppm:"image/x-portable-pixmap",pps:"application/vndms-powerpoint",ppt:"application/vndms-powerpoint",pptm:"application/vndopenxmlformats-officedocumentpresentationmlpresentation",pptx:"application/vndopenxmlformats-officedocumentpresentationmlpresentation",ppz:"application/vndms-powerpoint",prc:"application/x-palm-database",ps:"application/postscript",psbz2:"application/x-bzpostscript",psgz:"application/x-gzpostscript",psd:"image/vndadobephotoshop",psf:"audio/x-psf",psfgz:"application/x-gz-font-linux-psf",psflib:"audio/x-psflib",psid:"audio/prssid",psw:"application/x-pocket-word",pw:"application/x-pw",py:"text/x-python",pyc:"application/x-python-bytecode",pyo:"application/x-python-bytecode",qif:"image/x-quicktime",qt:"video/quicktime",qtif:"image/x-quicktime",qtl:"application/x-quicktime-media-link",qtvr:"video/quicktime",ra:"audio/vndrn-realaudio",raf:"image/x-fuji-raf",ram:"application/ram",rar:"application/x-rar",ras:"image/x-cmu-raster",raw:"image/x-panasonic-raw",rax:"audio/vndrn-realaudio",rb:"application/x-ruby",rdf:"application/rdf+xml",rdfs:"application/rdf+xml",reg:"text/x-ms-regedit",rej:"application/x-reject",rgb:"image/x-rgb",rle:"image/rle",rm:"application/vndrn-realmedia",rmj:"application/vndrn-realmedia",rmm:"application/vndrn-realmedia",rms:"application/vndrn-realmedia",rmvb:"application/vndrn-realmedia",rmx:"application/vndrn-realmedia",roff:"text/troff",rp:"image/vndrn-realpix",rpm:"application/x-rpm",rss:"application/rss+xml",rt:"text/vndrn-realtext",rtf:"application/rtf",rtx:"text/richtext",rv:"video/vndrn-realvideo",rvx:"video/vndrn-realvideo",s3m:"audio/x-s3m",sam:"application/x-amipro",sami:"application/x-sami",sav:"application/x-spss-sav",scm:"text/x-scheme",sda:"application/vndstardivisiondraw",sdc:"application/vndstardivisioncalc",sdd:"application/vndstardivisionimpress",sdp:"application/sdp",sds:"application/vndstardivisionchart",sdw:"application/vndstardivisionwriter",sgf:"application/x-go-sgf",sgi:"image/x-sgi",sgl:"application/vndstardivisionwriter",sgm:"text/sgml",sgml:"text/sgml",sh:"application/x-shellscript",shar:"application/x-shar",shn:"application/x-shorten",siag:"application/x-siag",sid:"audio/prssid",sik:"application/x-trash",sis:"application/vndsymbianinstall",sisx:"x-epoc/x-sisx-app",sit:"application/x-stuffit",siv:"application/sieve",sk:"image/x-skencil",sk1:"image/x-skencil",skr:"application/pgp-keys",slk:"text/spreadsheet",smaf:"application/x-smaf",smc:"application/x-snes-rom",smd:"application/vndstardivisionmail",smf:"application/vndstardivisionmath",smi:"application/x-sami",smil:"application/smil",sml:"application/smil",sms:"application/x-sms-rom",snd:"audio/basic",so:"application/x-sharedlib",spc:"application/x-pkcs7-certificates",spd:"application/x-font-speedo",spec:"text/x-rpm-spec",spl:"application/x-shockwave-flash",spx:"audio/x-speex",sql:"text/x-sql",sr2:"image/x-sony-sr2",src:"application/x-wais-source",srf:"image/x-sony-srf",srt:"application/x-subrip",ssa:"text/x-ssa",stc:"application/vndsunxmlcalctemplate",std:"application/vndsunxmldrawtemplate",sti:"application/vndsunxmlimpresstemplate",stm:"audio/x-stm",stw:"application/vndsunxmlwritertemplate",sty:"text/x-tex",sub:"text/x-subviewer",sun:"image/x-sun-raster",sv4cpio:"application/x-sv4cpio",sv4crc:"application/x-sv4crc",svg:"image/svg+xml",svgz:"image/svg+xml-compressed",swf:"application/x-shockwave-flash",sxc:"application/vndsunxmlcalc",sxd:"application/vndsunxmldraw",sxg:"application/vndsunxmlwriterglobal",sxi:"application/vndsunxmlimpress",sxm:"application/vndsunxmlmath",sxw:"application/vndsunxmlwriter",sylk:"text/spreadsheet",t:"text/troff",t2t:"text/x-txt2tags",tar:"application/x-tar",tarbz:"application/x-bzip-compressed-tar",tarbz2:"application/x-bzip-compressed-tar",targz:"application/x-compressed-tar",tarlzma:"application/x-lzma-compressed-tar",tarlzo:"application/x-tzo",tarxz:"application/x-xz-compressed-tar",tarz:"application/x-tarz",tbz:"application/x-bzip-compressed-tar",tbz2:"application/x-bzip-compressed-tar",tcl:"text/x-tcl",tex:"text/x-tex",texi:"text/x-texinfo",texinfo:"text/x-texinfo",tga:"image/x-tga",tgz:"application/x-compressed-tar",theme:"application/x-theme",themepack:"application/x-windows-themepack",tif:"image/tiff",tiff:"image/tiff",tk:"text/x-tcl",tlz:"application/x-lzma-compressed-tar",tnef:"application/vndms-tnef",tnf:"application/vndms-tnef",toc:"application/x-cdrdao-toc",torrent:"application/x-bittorrent",tpic:"image/x-tga",tr:"text/troff",ts:"application/x-linguist",tsv:"text/tab-separated-values",tta:"audio/x-tta",ttc:"application/x-font-ttf",ttf:"application/x-font-ttf",ttx:"application/x-font-ttx",txt:"text/plain",txz:"application/x-xz-compressed-tar",tzo:"application/x-tzo",ufraw:"application/x-ufraw",ui:"application/x-designer",uil:"text/x-uil",ult:"audio/x-mod",uni:"audio/x-mod",uri:"text/x-uri",url:"text/x-uri",ustar:"application/x-ustar",vala:"text/x-vala",vapi:"text/x-vala",vcf:"text/directory",vcs:"text/calendar",vct:"text/directory",vda:"image/x-tga",vhd:"text/x-vhdl",vhdl:"text/x-vhdl",viv:"video/vivo",vivo:"video/vivo",vlc:"audio/x-mpegurl",vob:"video/mpeg",voc:"audio/x-voc",vor:"application/vndstardivisionwriter",vst:"image/x-tga",wav:"audio/x-wav",wax:"audio/x-ms-asx",wb1:"application/x-quattropro",wb2:"application/x-quattropro",wb3:"application/x-quattropro",wbmp:"image/vndwapwbmp",wcm:"application/vndms-works",wdb:"application/vndms-works",webm:"video/webm",wk1:"application/vndlotus-1-2-3",wk3:"application/vndlotus-1-2-3",wk4:"application/vndlotus-1-2-3",wks:"application/vndms-works",wma:"audio/x-ms-wma",wmf:"image/x-wmf",wml:"text/vndwapwml",wmls:"text/vndwapwmlscript",wmv:"video/x-ms-wmv",wmx:"audio/x-ms-asx",wp:"application/vndwordperfect",wp4:"application/vndwordperfect",wp5:"application/vndwordperfect",wp6:"application/vndwordperfect",wpd:"application/vndwordperfect",wpg:"application/x-wpg",wpl:"application/vndms-wpl",wpp:"application/vndwordperfect",wps:"application/vndms-works",wri:"application/x-mswrite",wrl:"model/vrml",wv:"audio/x-wavpack",wvc:"audio/x-wavpack-correction",wvp:"audio/x-wavpack",wvx:"audio/x-ms-asx",x3f:"image/x-sigma-x3f",xac:"application/x-gnucash",xbel:"application/x-xbel",xbl:"application/xml",xbm:"image/x-xbitmap",xcf:"image/x-xcf",xcfbz2:"image/x-compressed-xcf",xcfgz:"image/x-compressed-xcf",xhtml:"application/xhtml+xml",xi:"audio/x-xi",xla:"application/vndms-excel",xlc:"application/vndms-excel",xld:"application/vndms-excel",xlf:"application/x-xliff",xliff:"application/x-xliff",xll:"application/vndms-excel",xlm:"application/vndms-excel",xls:"application/vndms-excel",xlsm:"application/vndopenxmlformats-officedocumentspreadsheetmlsheet",xlsx:"application/vndopenxmlformats-officedocumentspreadsheetmlsheet",xlt:"application/vndms-excel",xlw:"application/vndms-excel",xm:"audio/x-xm",xmf:"audio/x-xmf",xmi:"text/x-xmi",xml:"application/xml",xpm:"image/x-xpixmap",xps:"application/vndms-xpsdocument",xsl:"application/xml",xslfo:"text/x-xslfo",xslt:"application/xml",xspf:"application/xspf+xml",xul:"application/vndmozillaxul+xml",xwd:"image/x-xwindowdump",xyz:"chemical/x-pdb",xz:"application/x-xz",w2p:"application/w2p",z:"application/x-compress",zabw:"application/x-abiword",zip:"application/zip"}},90524:function(d,_,e){"use strict";e.d(_,{Z:function(){return c}});const r={PROXY_SERVER:"http://172.16.100.111",API_SERVER:"",REPORT_SERVER:"http://192.168.1.57:3001",IMG_SERVER:"http://172.16.100.14",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"]},82093:function(d,_,e){"use strict";e.d(_,{IV:function(){return $},U2:function(){return se},ZP:function(){return oe},d4:function(){return ee},gz:function(){return le},rz:function(){return ne},v_:function(){return Q}});var r=e(90524),i=e(28909),l=e(43418),c=e(8591),f=e(85582),o=e.n(f),h=e(59301),u=e(76560),a=e(49661),x=e(89392),p=e.n(x),y=Object.defineProperty,m=Object.defineProperties,b=Object.getOwnPropertyDescriptors,S=Object.getOwnPropertySymbols,D=Object.prototype.hasOwnProperty,R=Object.prototype.propertyIsEnumerable,A=(j,ie,me)=>ie in j?y(j,ie,{enumerable:!0,configurable:!0,writable:!0,value:me}):j[ie]=me,P=(j,ie)=>{for(var me in ie||(ie={}))D.call(ie,me)&&A(j,me,ie[me]);if(S)for(var me of S(ie))R.call(ie,me)&&A(j,me,ie[me]);return j},M=(j,ie)=>m(j,b(ie)),B=(j,ie,me)=>new Promise((Te,Oe)=>{var Ge=yt=>{try{Mt(me.next(yt))}catch(kt){Oe(kt)}},Ue=yt=>{try{Mt(me.throw(yt))}catch(kt){Oe(kt)}},Mt=yt=>yt.done?Te(yt.value):Promise.resolve(yt.value).then(Ge,Ue);Mt((me=me.apply(j,ie)).next())});let N;const G={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"},H=(j,ie)=>B(void 0,null,function*(){if(j.status>=200&&j.status<300)return j;const me=G[j.status]||j.statusText;let Te;var Oe=j.json();yield Oe.then((Ue,Mt)=>{setTimeout(()=>{let yt=(0,u.getDvaApp)()},400),Te=Ue.message,window.showNetworkErrorTip(Ue.message||`\u8BF7\u6C42\u9519\u8BEF ${j.status}: ${j.message}`),i.Z.error({style:{wordBreak:"break-all"},message:Ue.message||`\u8BF7\u6C42\u9519\u8BEF ${j.status}: ${j.message}`,description:Ue.message?"":me})});const Ge=new Error(me);throw Ge.name=j.status,Ge.response=j,{data:j,code:j.status,message:Te||me}}),W=(j,ie)=>{const me=j.headers.get("Content-Type");return me&&me.match(/application\/json/i)&&j.clone().text().then(()=>{}),j};function ae(j){try{return decodeURIComponent(j),decodeURIComponent(encodeURIComponent(j))===j}catch(ie){return!1}}const ne=j=>{j=j||{};let ie="";for(let me in j)typeof j[me]=="object"?Array.isArray(j[me])&&j[me].forEach((Te,Oe)=>{ie+="&"+me+"[]="+Te}):j[me]!==void 0&&(ie+="&"+me+"="+(ae(j[me])?j[me]:encodeURIComponent(j[me])));return ie.substr(1)};function oe(j,ie,me,Te){ie.method||(ie.method="get"),ie.method=ie.method.toUpperCase(),ie.mode="cors";const Oe=P({},ie),{user:Ge}=(0,u.getDvaApp)()._store.getState(),{userInfo:Ue}=Ge,Mt=j+(Oe.body?JSON.stringify(Oe.body):""),yt=o().sha256().update(Mt).digest("hex"),kt={credentials:"include",withCredentials:!0},Zt={};Ue!=null&&Ue.login&&(Zt.zzud=Ue==null?void 0:Ue.login,Ue!=null&&Ue.school_id&&(Zt.zzsud=Ue==null?void 0:Ue.school_id),Oe.params=P(P({},Oe.params||{}),Zt));let Ft=P(P({},kt),(0,x.cloneDeep)(Oe));(Ft.method==="POST"||Ft.method==="PUT"||Ft.method==="PATCH"||Ft.method==="DELETE")&&(me?(Ft.headers=M(P({_method:ie.method.toUpperCase()},Ft.headers),{"Pc-Authorization":(0,a.ej)("_educoder_session"),"X-Original-Protocol":location.protocol,"X-Original-Host":location.host}),Ft.body=Oe.body):(Ft.headers=P({Accept:"application/json",_method:ie.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(Oe.body))),Ft.method=="GET"?(Ft.headers=M(P({Accept:"application/json","Content-Type":"application/json; charset=utf-8",_method:ie.method.toUpperCase()},Ft.headers),{"Pc-Authorization":(0,a.ej)("_educoder_session"),"X-Original-Protocol":location.protocol,"X-Original-Host":location.host}),Oe.params&&ne(Oe.params)&&(j+="?"+ne(Oe.params))):Zt.zzud&&(j+="?"+ne(P({},Zt)));const tr=Oe.expirys&&60;let ze;(_t=>{_t.json="application/json;charset=UTF-8",_t.form="application/x-www-form-urlencoded; charset=UTF-8"})(ze||(ze={}));let wt;(_t=>{_t.get="GET",_t.post="POST"})(wt||(wt={}));const Bt=_t=>B(this,null,function*(){const ht=yield _t.arrayBuffer();let Je;const je=new Blob([ht]);try{Je=_t.headers.get("Content-Disposition").split(";")[1].replace("filename=","").replace(/[\s+,\',\",\,\,\“,\”,\<,\>,\《,\》]/g,"")}catch(He){Je="userfiles.zip"}const be=document.createElement("a"),Le=window.URL.createObjectURL(je),Ke=Je;return be.href=Le,be.download=Ke,be.click(),window.URL.revokeObjectURL(Le),ht});let nt=r.Z.API_SERVER;return(window.ENV==="dev"||j.startsWith("http"))&&(nt=""),Ft.method=="GET"&&Ft.params&&Object.keys(Ft.params).map(_t=>{if(Ft.params[_t]&&!Array.isArray(Ft.params[_t]))try{Ft.params[_t]=encodeURIComponent(decodeURIComponent(Ft.params[_t]))}catch(ht){Ft.params[_t]=encodeURIComponent(Ft.params[_t])}}),(0,a.Ec)(Ft,j),Te&&(nt=""),Ft.headers._method=Ft.method,Ft.headers["X-HTTP-Method-Override"]=Ft.method,Ft.method!=="GET"&&(Ft.method="POST"),fetch(nt+j,Ft).then(_t=>H(_t,P({url:r.Z.API_SERVER+j},Ft))).then(_t=>W(_t,yt)).then(_t=>B(this,null,function*(){var ht,Je,je,be;try{const Ke=_t.headers.get("cs");Ke&&(0,a.d8)("_educoder_session",Ke,1)}catch(Ke){}if(_t.status===204)return _t.text();let Le;if(_t.headers.get("content-type").indexOf("application/json")>-1){Le=yield _t.json();try{const Ke=/\(\s+\/api\/attachments\/(\d+)|\(\/api\/attachments\/(\d+)\//g,He=/\"\/api\/attachments\/(\d+)\//g,Xe=/\(\s+\/files\/uploads\/(\d+)|\"\/files\/uploads\/(\d+)\//g,pt=/\/api\/attachments\/(\d+)/g,bt=/\/attachments\/download\/(\d+)/g;let rr=JSON.stringify(Le).replace(pt,(Jt,Me,rt,Yt)=>{const Lt=Me||rt||Yt;return"/api/attachments/"+(0,a.Jn)(Lt)}).replace(bt,(Jt,Me,rt)=>{const Yt=Me||rt;return"/attachments/download/"+(0,a.Jn)(Yt)}).replace(Ke,(Jt,Me,rt,Yt)=>{const Lt=Me||rt||Yt;return"(/api/attachments/"+(0,a.Jn)(Lt)}).replace(He,(Jt,Me,rt)=>{const Yt=Me||rt;return'"/api/attachments/'+(0,a.Jn)(Yt)}).replace(Xe,(Jt,Me,rt)=>{const Yt=Me||rt;return"(/files/uploads/"+(0,a.Jn)(Yt)}).replace(/\r\n/g,`
`);Le=JSON.parse(rr)}catch(Ke){}}else Ft.headers["Content-Type"]==="application/xml"?Le=yield _t.text():(ht=Oe.body)!=null&&ht.autoDownload||(Je=Oe.params)!=null&&Je.autoDownload?Le=yield Bt(_t):Le=yield _t.arrayBuffer();try{Le.status===401&&(!((je=Ft.params)!=null&&je.hidePopLogin)||!((be=Ft.body)!=null&&be.hidePopLogin))&&(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}}),Le.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(Ke){console.log("fetcherr",Ke)}return K(Le,j),Le})).catch(_t=>{try{const ht=_t.code;if(_t instanceof TypeError&&window.showNetworkErrorTip(`${j}<span class="ml10">${_t.message}</span>`),ht){if(ht===401){(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}});return}K(_t,j)}else j.includes("/file/filePatchMerge")?(0,u.getDvaApp)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u5206\u7247\u4E13\u7528504",params:Ft.body}}):_t.message!=="403"&&window.showNetworkErrorTip(`${j}<span class="ml10">${_t.message}</span>`);return _t}catch(ht){}})}let q=!1,J=!1;const K=(j,ie)=>{var me,Te,Oe;if(j.status==-6&&!J){J=!0,(0,a.d8)("_educoder_session","logout",1),(0,a.m5)(),setTimeout(()=>J=!1,500),l.default.info({title:"\u7CFB\u7EDF\u901A\u77E5",content:j.message,okText:"\u77E5\u9053\u4E86",maskStyle:{background:"#000"},onOk:()=>{window.location.reload()}});return}if(j.status==-7){J=!0,setTimeout(()=>J=!1,500);let Ue="";(me=j==null?void 0:j.data)!=null&&me.exercise_list&&((Oe=(Te=j==null?void 0:j.data)==null?void 0:Te.exercise_list)==null||Oe.map(Mt=>{Ue+=`<a target="_blank" href="/classrooms/${Mt.identifier}/exercise">\u300A${Mt.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 ${Ue} \uFF0C\u8BF7\u5728\u8003\u8BD5\u7ED3\u675F\u540E\u8BBF\u95EE\u8BE5\u9875\u9762</div>`},500);return}if((j.status==-1||j.status==-2||j.status==-102||j.status>400)&&j.status!=403&&!J){J=!0,setTimeout(()=>J=!1,500),c.ZP.warning({content:j.message,key:"message-key"});return}const Ge={403:"/403",404:"/404",500:"/500"};if(Ge[j.status]&&!q){const{user:Ue}=(0,u.getDvaApp)()._store.getState(),{userInfo:Mt}=Ue;throw window.location.pathname.indexOf("/users")>-1&&document.domain==="kepukehuan.educoder.net"&&(q=!0),setTimeout(()=>q=!1,500),sessionStorage.setItem("errorStatus",JSON.stringify(j)),Object.values(Ge).includes(window.location.pathname)?console.log("\u5F53\u524D\u8DEF\u5F84\u5B58\u5728\u4E8E mapping \u4E2D, \u4E0D\u518D\u6267\u884C\u8DF3\u8F6C"):location.replace(Ge[j.status]),new Error("403")}};function se(j,ie){return oe(`/api/${j}`,{method:"Get",params:ie||{}})}function ee(j,ie){return oe(`/${j}`,{method:"Get",params:ie})}function Q(j,ie){return oe(`/api/${j}`,{method:"Post",body:P({},ie)})}function le(j,ie){return oe(`/api/${j}`,{method:"Put",body:P({},ie)})}function $(j,ie){return oe(`/api/${j}`,{method:"delete",body:P({},ie||{})})}},77976:function(d,_,e){"use strict";e.d(_,{Bn:function(){return l},hw:function(){return i},mi:function(){return r}});const r="WTJJelpXRXdaakk0Tm1SbE56UTFPRFl5TXpnNVltWmtZVE0zTVdSalltST0=",i="WVdaak1UVmhOVEF3TkRRd05qZGlZemRsTVdZeFptSTROek5rT0daak1UYz0=",l="T1RkaE1XWTRaalJoTUdaaE9HUmxaR016T0RGa05XTTNPRFkwTkdJeVpUQT0="},90290:function(d,_,e){"use strict";e.d(_,{AL:function(){return B},Iy:function(){return p},Qv:function(){return b},ez:function(){return M},jb:function(){return y}});var r=e(32834),i=e.n(r),l=e(11690),c=e.n(l);let f=1;function o(ae,ne){const oe=ae.match(/^(\s+)(?:```)/);if(oe===null)return ne;const q=oe[1];return ne.split(`
`).map(J=>{const K=J.match(/^\s+/);if(K===null)return J;const[se]=K;return se.length>=q.length?J.slice(q.length):J}).join(`
`)}let h=[],u=["<ul>"];const a=new(i()).Renderer,x=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function p(){h.length=0,u=["<ul>"]}const y={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function m(ae,ne,oe,q){if(ne>=ae.length||ae[ne].level<=oe)return ne;var J=ae[ne];q.push("<li><a href='#"+f+J.anchor+"'>"+J.text+"</a>"),ne++;var K=[];return ne=m(ae,ne,J.level,K),K.length>0&&(q.push("<ul>"),K.forEach(function(se){q.push(se)}),q.push("</ul>")),q.push("</li>"),ne=m(ae,ne,oe,q),ne}function b(){return m(h,0,0,u),u.push("</ul>"),u.join("")}const S={heading(ae){const ne=x.exec(ae);if(f+=1,ne)return{type:"heading",raw:ne[0],depth:ne[1].length,text:ne[2]}},fences(ae){const ne=this.rules.block.fences.exec(ae);if(ne){const oe=ne[0];let q=o(oe,ne[3]||"");const J=ne[2]?ne[2].trim():ne[2];if(["latex","katex","math"].indexOf(J)>=0){const K=A(),se=q;q=K,P[K]={type:"block",expression:se}}return{type:"code",raw:oe,lang:J,text:q}}}},D=/(?:\${2})([^\n`]+?)(?:\${2})/gi;let R=0;const A=()=>`__special_katext_id_${R++}__`;let P={};function M(){return P}function B(){R=0,P={}}function N(ae){return ae=ae.replace(D,(ne,oe)=>{const q=A();return P[q]={type:"inline",expression:oe},q}),ae}const G=a.listitem;a.listitem=function(ae){return G(N(ae))};const H=a.paragraph;a.paragraph=function(ae){return H(N(ae))};const W=a.tablecell;a.tablecell=function(ae,ne){return W(N(ae),ne)},a.code=function(ae,ne,oe){const q=(ne||"").match(/\S*/)[0];return q?["latex","katex","math"].indexOf(q)>=0?`<p class='editormd-tex'>${ae}</p>`:`<pre class="prettyprint linenums"><code class="language-${ne}">${oe?ae:(0,l.escape)(ae,!0)}</code></pre>
`:'<pre class="prettyprint linenums"><code>'+(oe?ae:(0,l.escape)(ae,!0))+"</code></pre>"},a.heading=function(ae,ne,oe){let q=this.options.headerPrefix+oe.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return h.push({anchor:q,level:ne,text:ae}),"<h"+ne+' id="'+f+q+'">'+ae+"</h"+ne+">"},i().setOptions({silent:!0,gfm:!0,pedantic:!1}),i().use({tokenizer:S,renderer:a}),_.ZP=i()},49661: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},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__(34055),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__(15610),_service_exercise__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(72664),_contentType__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(28048),umi__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(76560),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__(90524),_components_mediator__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(33796),_components_RenderHtml__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(7664),_utils_fetch__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(82093),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__(77976),moment__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(61186),moment__WEBPACK_IMPORTED_MODULE_12___default=__webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_12__),dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(33656),dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13___default=__webpack_require__.n(dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13__),uuid__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(1012),__defProp=Object.defineProperty,__defProps=Object.defineProperties,__getOwnPropDescs=Object.getOwnPropertyDescriptors,__getOwnPropSymbols=Object.getOwnPropertySymbols,__hasOwnProp=Object.prototype.hasOwnProperty,__propIsEnum=Object.prototype.propertyIsEnumerable,__defNormalProp=(d,_,e)=>_ in d?__defProp(d,_,{enumerable:!0,configurable:!0,writable:!0,value:e}):d[_]=e,__spreadValues=(d,_)=>{for(var e in _||(_={}))__hasOwnProp.call(_,e)&&__defNormalProp(d,e,_[e]);if(__getOwnPropSymbols)for(var e of __getOwnPropSymbols(_))__propIsEnum.call(_,e)&&__defNormalProp(d,e,_[e]);return d},__spreadProps=(d,_)=>__defProps(d,__getOwnPropDescs(_)),__async=(d,_,e)=>new Promise((r,i)=>{var l=o=>{try{f(e.next(o))}catch(h){i(h)}},c=o=>{try{f(e.throw(o))}catch(h){i(h)}},f=o=>o.done?r(o.value):Promise.resolve(o.value).then(l,c);f((e=e.apply(d,_)).next())}),_a,_b;moment__WEBPACK_IMPORTED_MODULE_12___default().extend(dayjs_plugin_customParseFormat__WEBPACK_IMPORTED_MODULE_13___default());const HighLightedContent=(d,_=[],e="#2EC25B")=>(typeof _=="string"&&(_=[_]),d.replace(new RegExp(`(${_.join("|")})`,"gi"),`<span style="color:${e}">$1</span>`)),parseParams=d=>{d=d||{};let _="";for(let e in d)typeof d[e]=="object"?Array.isArray(d[e])&&d[e].forEach((r,i)=>{_+="&"+e+"[]="+r}):d[e]!==void 0&&(_+="&"+e+"="+d[e]);return _.substr(1)},getKey=d=>window.atob(window.atob(d));function bytesToSize(d){var _=["Bytes","KB","MB","GB","TB"];if(d==0)return"0 Byte";var e=parseInt(""+Math.floor(Math.log(d)/Math.log(1024)),10);return(d/Math.pow(1024,e)).toFixed(1)+" "+_[e]}const getTwoDecimalPlaces=d=>Math.round(Math.round(d*1e5)/1e3*100)/100,NewAntdDisabledDate=(d,_=null)=>{const e=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.startTime).startOf("day"),r=d>moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.endTime).endOf("day"),i=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).startOf("day");return _!=null&&_.endTime?_!=null&&_.compared?moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared)?i||r:e||r:d&&e||r:_!=null&&_.compared&&moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared)?i:e},NewAntdDisabledTime=(d,_=null)=>{const e=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).format("HH")),r=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).format("mm")),i=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("HH")),l=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("mm")),c=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("ss"));function f(o,h){const u=[];for(let a=o;a<h;a++)u.push(a);return u}if(!d)return{disabledHours:()=>f(0,i),disabledMinutes:()=>f(0,l)};if(_!=null&&_.compared){const o=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).format("HH")),h=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).format("mm")),u=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared).format("ss"));return moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(_==null?void 0:_.compared),"day")?{disabledHours:()=>f(0,o),disabledMinutes:()=>e<=o?f(0,h):[]}:void 0}if(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"day"))return{disabledHours:()=>f(0,i),disabledMinutes:()=>moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"hour")&&e<=i?f(0,l):[]}},disabledDate=(d,_,e,r)=>{r=typeof r=="string"?moment__WEBPACK_IMPORTED_MODULE_12___default()(r):r;const i=r?d<(r==null?void 0:r.startOf("day")):d<moment__WEBPACK_IMPORTED_MODULE_12___default()().startOf("day"),l=d>moment__WEBPACK_IMPORTED_MODULE_12___default()(_).endOf("day"),c=d<moment__WEBPACK_IMPORTED_MODULE_12___default()(e).startOf("day");return _?e?moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(e)?c||l:i||l:d&&i||l:e&&moment__WEBPACK_IMPORTED_MODULE_12___default()()<=moment__WEBPACK_IMPORTED_MODULE_12___default()(e)?c:i},disabledTime=(d,_)=>{const e=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).format("HH")),r=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("HH")),i=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()().format("mm"));function l(c,f){const o=[];for(let h=c;h<f;h++)o.push(h);return o}if(!d)return{disabledHours:()=>l(0,r),disabledMinutes:()=>l(0,i)};if(_){const c=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_).format("HH")),f=parseInt(moment__WEBPACK_IMPORTED_MODULE_12___default()(_).format("mm"));return moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(_),"day")?{disabledHours:()=>l(0,c),disabledMinutes:()=>e<=c?l(0,f):[]}:void 0}if(moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"day"))return{disabledHours:()=>l(0,r),disabledMinutes:()=>moment__WEBPACK_IMPORTED_MODULE_12___default()(d).isSame(moment__WEBPACK_IMPORTED_MODULE_12___default()(),"hour")&&e<=r?l(0,i):[]}},preciseCalculation=(d,_,e)=>{typeof d=="string"&&(d=Number(d)),typeof _=="string"&&(_=Number(_));const r=(d.toString().split(".")[1]||"").length,i=(_.toString().split(".")[1]||"").length,l=Math.max(r,i),c=Math.pow(10,l);return(()=>{switch(e){case"+":return(Math.round(d*c)+Math.round(_*c))/c;case"-":return(Math.round(d*c)-Math.round(_*c))/c;case"*":return Math.round(d*c)*Math.round(_*c)/(c*c);case"/":return Math.round(d*c)/Math.round(_*c);default:throw new Error("\u4E0D\u652F\u6301\u7684\u8FD0\u7B97\u7B26\u53F7")}})()},toWNumber=d=>d/1e4>1?react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment,null,Math.round(d/1e4*100)/100,react__WEBPACK_IMPORTED_MODULE_0__.createElement("i",{className:"font12"},"w")):d,toChineseNumber=d=>{const _=d.toString().replace(/(?=(\d{4})+$)/g,",").split(",").filter(Boolean),e=["\u96F6","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u4E03","\u516B","\u4E5D"],r=["","\u5341","\u767E","\u5343"],i=["","\u4E07","\u4EBF"],l=f=>{let o="";for(let h=0;h<f.length;h++){const u=+f[h],a=e[u],x=r[f.length-1-h];u===0?o[o.length-1]!==e[0]&&(o+=a):o+=a+x}return o[o.length-1]===e[0]&&(o=o.slice(0,-1)),o};let c="";for(let f=0;f<_.length;f++){const o=_[f],h=l(o),u=h?i[_.length-1-f]:"";c+=h+u}return c=c.replace(/^一十$/,"\u5341"),c=c.replace(/^一(?=十[一二三四五六七八九])/,""),c},moveArray=(d,_,e)=>{const r=d.splice(_,1)[0];return d.splice(e,0,r),d},ZimuSort=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],JudgeSort=["\u6B63\u786E","\u9519\u8BEF"],RomanNumber=["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII","XIII","XIV","XV","XVI","XVII","XVIII","XIX","XX"],findEndWhitespace=d=>{if(!d)return"";const _=d.replace(/(?:\r\n|\n)/g,`\x1B[41m\x1B[37m\u21B5\x1B[0m\r
`).replace(/ +$/g,"\x1B[41m \x1B[0m");return console.debug("str:",_,JSON.stringify(d)),_},StatusTags=d=>{const _={\u5DF2\u622A\u6B62:{class:"tag-style bg-pink ml10"},\u63D0\u4EA4\u4E2D:{class:"tag-style bg-blue ml10"},\u8FDB\u884C\u4E2D:{class:"tag-style bg-blue ml10"},\u672A\u53D1\u5E03:{class:"tag-style bgB8B8B8 ml10"},\u8865\u4EA4\u4E2D:{class:"tag-style bg-blue ml10"},\u96C6\u4E2D\u9605\u5377:{class:"tag-style bg-light-orangess ml10soft"}};return d.data&&d.data.map(function(e,r){return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{key:r,className:_[e]&&_[e].class},e)})},formatHomeWorkStatusToName=d=>({[-1]:"\u91CD\u505A\u4E2D",0:"\u672A\u5F00\u542F",1:"\u672A\u901A\u5173",2:"\u6309\u65F6\u901A\u5173"})[d]||"\u8FDF\u4EA4\u901A\u5173",HomeWorkListStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange"},0:{name:"\u672A\u5F00\u542F",class:"c-black"},1:{name:"\u672A\u901A\u5173",class:"c-red"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange"},4:{name:"\u622A\u6B62\u901A\u5173",class:"c-red"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r==null?void 0:r[d.status])==null?void 0:_.class},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkShixunListStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange"},0:{name:"\u672A\u5F00\u542F",class:"c-black"},1:{name:"\u672A\u901A\u5173",class:"c-red"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange"},4:{name:"\u622A\u6B62\u540E\u901A\u5173",class:"c-red"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r==null?void 0:r[d.status])==null?void 0:_.class},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkDetailStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange",color:"#999999"},0:{name:"\u672A\u5F00\u542F",class:"c-black",color:"#999999"},1:{name:"\u672A\u901A\u5173",class:"c-red",color:"#d4443d"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green",color:"#57be40"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange",color:"#f09143"},4:{name:"\u622A\u6B62\u901A\u5173",class:"c-red",color:"#d4443d"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{marginLeft:"10px",color:"#fff",background:(_=r==null?void 0:r[d.status])==null?void 0:_.color,borderRadius:"20px",width:"65px",height:"18px",justifyContent:"center",display:"inline-flex",lineHeight:"18px"}},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkShixunDetailStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange",color:"#999999"},0:{name:"\u672A\u5F00\u542F",class:"c-black",color:"#999999"},1:{name:"\u672A\u901A\u5173",class:"c-red",color:"#d4443d"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green",color:"#57be40"},3:{name:"\u8865\u4EA4\u901A\u5173",class:"c-orange",color:"#f09143"},4:{name:"\u622A\u6B62\u540E\u901A\u5173",class:"c-red",color:"#d4443d"},5:{name:"\u622A\u6B62\u540E\u8BC4\u6D4B",class:"c-red",color:"#d4443d"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{marginLeft:"10px",color:"#fff",background:(_=r==null?void 0:r[d.status])==null?void 0:_.color,borderRadius:"20px",padding:"0 8px",height:"18px",justifyContent:"center",display:"inline-flex",lineHeight:"18px"}},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},HomeWorkCommonDetailStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-black",color:"#999999"},0:{name:"\u672A\u63D0\u4EA4",class:"c-black",color:"#999999"},1:{name:"\u6309\u65F6\u63D0\u4EA4",class:"c-green",color:"#57be40"},2:{name:"\u5EF6\u65F6\u63D0\u4EA4",class:"c-red",color:"#d4443d"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{marginLeft:"10px",color:"#fff",background:(_=r==null?void 0:r[d.status])==null?void 0:_.color,borderRadius:"20px",padding:"0 8px",height:"18px",justifyContent:"center",display:"inline-flex",lineHeight:"18px"}},(e=r==null?void 0:r[d.status])==null?void 0:e.name)},StatusGraduationProjectTags=d=>{const{status:_}=d,e={0:{class:"tag-style bg-blue ml10",name:"\u5F85\u9009\u4E2D"},1:{class:"tag-style bg-blue ml10",name:"\u5F85\u786E\u8BA4"},2:{class:"tag-style bg-pink ml10",name:"\u5DF2\u786E\u8BA4"}};try{return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:e[_].class},e[_].name)}catch(r){console.log("utils.StatusGraduationProjectTags",d.status)}},ExerciseStatus={1:"\u672A\u53D1\u5E03",2:"\u8003\u8BD5\u4E2D",3:"\u5DF2\u622A\u6B62",4:"\u5DF2\u7ED3\u675F",5:"\u96C6\u4E2D\u9605\u5377",99:"\u6A21\u62DF\u8003\u8BD5\u4E2D"},PollsStatus={1:"\u672A\u53D1\u5E03",2:"\u63D0\u4EA4\u4E2D",3:"\u5DF2\u622A\u6B62",4:"\u5DF2\u7ED3\u675F",5:"\u672A\u5F00\u59CB"},StatusClassroomsTags=d=>{let _={\u6A21\u62DF\u8003\u8BD5\u4E2D:{class:"tag-style bg-light-pink ml10"},\u5DF2\u5F00\u542F\u9632\u4F5C\u5F0A:{class:"tag-style-fzb ml10 iconfont icon-fangzuobi"},\u516C\u5F00:{class:"tag-style bg-blue ml10"},\u5DF2\u5F00\u542F\u8865\u4EA4:{class:"tag-style bg-green ml10soft"},\u672A\u5F00\u542F\u8865\u4EA4:{class:"tag-style bg-pink ml10soft"},\u672A\u53D1\u5E03:{class:"tag-style bgB8B8B8 ml10soft"},\u672A\u5F00\u59CB:{class:"tag-style bg-c5d6ff ml10soft"},\u533F\u540D\u4F5C\u54C1:{class:"tag-style bg-cyan ml10"},\u5DF2\u9009\u62E9:{class:"tag-style bg-grey-ede ml10"},\u5DF2\u7ED3\u675F:{class:"tag-style bg-grey-ede ml10soft"},\u63D0\u4EA4\u4E2D:{class:"tag-style bg-blue ml10soft"},\u8FDB\u884C\u4E2D:{class:"tag-style bg-blue ml10soft"},\u533F\u8BC4\u4E2D:{class:"tag-style bg-blue ml10"},\u7533\u8BC9\u4E2D:{class:"tag-style bg-blue ml10"},\u8003\u8BD5\u4E2D:{class:"tag-style bg-light-blue ml10"},\u8865\u4EA4\u4E2D:{class:"tag-style bg-blue ml10soft"},\u8BC4\u9605\u4E2D:{class:"tag-style bg-blue ml10"},\u5F85\u9009\u4E2D:{class:"tag-style bg-blue ml10"},\u4EA4\u53C9\u8BC4\u9605\u4E2D:{class:"tag-style bg-light-orange ml10"},\u5DF2\u5F00\u542F\u4EA4\u53C9\u8BC4\u9605:{class:"tag-style bg-lightblue-purple ml10"},\u5F85\u786E\u8BA4:{class:"tag-style bg-lightblue-purple ml10"},\u5F85\u5904\u7406:{class:"tag-style bg-lightblue-purple ml10"},\u79C1\u6709:{class:"tag-style bg-lightblue-purple ml10"},\u672A\u63D0\u4EA4:{class:"tag-style bg-lightblue-purple ml10"},\u5DF2\u786E\u8BA4:{class:"tag-style bg-light-pink ml10"},\u5DF2\u53D1\u5E03:{class:"tag-style bg-light-blue ml10"},\u5DF2\u622A\u6B62:{class:"tag-style bg-light-pink ml10soft"},\u5F00\u53D1\u8BFE\u7A0B:{class:"tag-style bg-orange ml10"},\u5DF2\u5F00\u64AD:{class:"tag-style-border border-green c-green ml10"},\u672A\u5F00\u64AD:{class:"tag-style-border border-light-black ml10"},\u6309\u65F6\u901A\u5173:{class:"tag-style-border border-light-black ml10"},\u8FDF\u4EA4\u901A\u5173:{class:"tag-style-border border-light-black ml10"},\u672A\u901A\u5173:{class:"tag-style-border border-light-black ml10"},\u672A\u5F00\u542F:{class:"tag-style-border border-light-black ml10"},\u5BFC\u5165:{class:"export ml10"},\u96C6\u4E2D\u9605\u5377:{class:"tag-style bg-light-orangess ml10soft"}};const e={\u672A\u53D1\u5E03:{class:"tag-style bg-C6CED6 ml10soft"},\u672A\u5F00\u59CB:{class:"tag-style bg-C1E2FF ml10soft"},\u8FDB\u884C\u4E2D:{class:"tag-style bg-0152d9 ml10soft"},\u5DF2\u622A\u6B62:{class:"tag-style bg-E53333 ml10soft"},\u63D0\u4EA4\u4E2D:{class:"tag-style bg-0152d9 ml10soft"},\u8865\u4EA4\u4E2D:{class:"tag-style bg-44D7B6 ml10soft"}};d.temporary&&(_=__spreadValues(__spreadValues({},_),e));const r=[];d.is_random&&r.push(react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"tag-style bg-blue ml10"},"\u968F\u673A"));try{d.status&&d.status.map((i,l)=>{r.push(react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:(d==null?void 0:d.style)||[],key:l,className:_[i]&&_[i].class},i))})}catch(i){console.log("utils.status.tag:",i,d.status)}return r},exerciseTips=(d,_)=>{if(d===5||_)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#f59a23"},className:"tag-style ml5"},"\u96C6\u4E2D\u9605\u5377");if(d===1)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#B8B8B8"},className:"tag-style ml5"},"\u672A\u5F00\u59CB");if(d===2)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#007AFF"},className:"tag-style ml5"},"\u8003\u8BD5\u4E2D");if(d===3||d===4)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{backgroundColor:"#FC2D6B"},className:"tag-style ml5"},"\u5DF2\u622A\u6B62");if(d===-1)return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"export ml5"},"\u5BFC\u5165")},WorkStatus=d=>{var _,e;const r={[-1]:{name:"\u91CD\u505A\u4E2D",class:"c-orange"},0:{name:"\u672A\u63D0\u4EA4",class:"c-black"},1:{name:"\u672A\u901A\u5173",class:"c-red"},2:{name:"\u6309\u65F6\u901A\u5173",class:"c-green"},3:{name:"\u8FDF\u4EA4\u901A\u5173",class:"c-orange"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r[d.status])==null?void 0:_.class},(e=r[d.status])==null?void 0:e.name)},CommonWorkStatus=d=>{var _,e;const r={0:{name:"\u672A\u63D0\u4EA4",class:"c-black"},1:{name:"\u6309\u65F6\u63D0\u4EA4",class:"c-green"},2:{name:"\u5EF6\u65F6\u63D0\u4EA4",class:"c-red"},3:{name:"\u90E8\u5206\u63D0\u4EA4",class:"c-green"},4:{name:`\u6309\u65F6\u63D0\u4EA4${d!=null&&d.lineBreak?`
`:""}\uFF08\u6559\u5E08\u63D0\u4EA4\uFF09`,class:"c-green"},5:{name:`\u672A\u63D0\u4EA4${d!=null&&d.lineBreak?`
`:""}\uFF08\u6559\u5E08\u63D0\u4EA4\uFF09`,class:"c-black"},6:{name:"\u6309\u65F6\u63D0\u4EA4\uFF08\u7EBF\u4E0B\uFF09",class:"c-green"}};return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:(_=r[d.status])==null?void 0:_.class},(e=r[d.status])==null?void 0:e.name)},timego=d=>{d=new Date(d).getTime();let _=1e3*60,e=_*60,r=e*24,i="",c=new Date().getTime()-d;if(c<0)return console.log("\u65F6\u95F4\u4E0D\u5BF9\u52B2,\u670D\u52A1\u5668\u521B\u5EFA\u65F6\u95F4\u4E0E\u5F53\u524D\u65F6\u95F4\u4E0D\u540C\u6B65"),i="\u521A\u521A";let f=parseInt(c/r,10),o=parseInt(c/e,10),h=parseInt(c/_,10);return f>30?i=""+timeformat(d,"yyyy-MM-dd"):f>1?i=""+f+"\u5929\u524D":f==1?i="\u6628\u5929":o>=1?i=""+o+"\u5C0F\u65F6\u524D":h>=5?i=""+h+"\u5206\u949F\u524D":i="\u521A\u521A",i};function replaceParamVal(paramName,replaceWith){var oUrl=window.location.href.toString(),re=eval("/("+paramName+"=)([^&]*)/gi"),nUrl=oUrl.replace(re,paramName+"="+replaceWith);window.history.replaceState(null,"",nUrl)}const timeformat=(d,_)=>{typeof d=="string"&&(d.indexOf("T")>=0&&(d=d.replace("T"," ")),d=new Date(Date.parse(d.replace(/-/g,"/")))),d=new Date(d);let e={"M+":d.getMonth()+1,"d+":d.getDate(),"h+":d.getHours(),"m+":d.getMinutes(),"s+":d.getSeconds(),"q+":Math.floor((d.getMonth()+3)/3),S:d.getMilliseconds()},r=[["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],["\u5468\u65E5","\u5468\u4E00","\u5468\u4E8C","\u5468\u4E09","\u5468\u56DB","\u5468\u4E94","\u5468\u516D"],["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"]];/(y+)/.test(_)&&(_=_.replace(RegExp.$1,(d.getFullYear()+"").substr(4-RegExp.$1.length))),/(w+)/.test(_)&&(_=_.replace(RegExp.$1,r[RegExp.$1.length-1][d.getDay()]));for(let i in e)new RegExp("("+i+")").test(_)&&(_=_.replace(RegExp.$1,RegExp.$1.length==1?e[i]:("00"+e[i]).substr((""+e[i]).length)));return _},toTimeFormat=d=>{if(!d||d<0)return"0\u79D2";console.log("time:",d);let _=60,e=_*60,r=e*24,i=d/r,l=d/e,c=d/_,f=d%60;return i>=1?parseInt(i.toString())+"\u5929"+Math.floor(l%24)+"\u65F6"+Math.floor(c%60)+"\u5206"+Math.floor(d%60)+"\u79D2":l>1?parseInt(l.toString())+"\u65F6"+Math.floor(c%60)+"\u5206"+Math.floor(d%60)+"\u79D2":c>=1?parseInt(c.toString())+"\u5206"+Math.floor(d%60)+"\u79D2":Math.ceil(d)+"\u79D2"},validateLength=(d="",_=100)=>{let e=0;if(d){e=d.length;for(let r=0;r<e;r++){let i=d.charCodeAt(r);i>=55296&&i<=56319&&(e--,r++)}}return e<=_};function buildTree(d,_){const e={};let r=null;return d.forEach(i=>{e[i.properties.uuid]=__spreadProps(__spreadValues({},i),{children:[]})}),_.forEach(i=>{const l=e[i.startNodeUuid],c=e[i.endNodeUuid];l&&c&&l.children.push(c)}),d.forEach(i=>{!_.some(c=>c.endNodeUuid===i.properties.uuid)&&(r=e[i.properties.uuid])}),r}const handleValidatorNickName=(d,_,e)=>{if(_){let r=/[`~!@#$%^&*()\-+=<>?:"{}|,.\/;'\\[\]~@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、]/im;const l=/[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF][\u200D|\uFE0F]|[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF]|[0-9|*|#]\uFE0F\u20E3|[0-9|#]\u20E3|[\u203C-\u3299]\uFE0F\u200D|[\u203C-\u3299]\uFE0F|[\u2122-\u2B55]|\u303D|[\A9|\AE]\u3030|\uA9|\uAE|\u3030/gi.test(_),c=r.test(_);(l===!0||c===!0||_.length<2||_.length>=21)&&e("2-20\u4F4D\u4E2D\u82F1\u6587\u3001\u6570\u5B57\u53CA\u4E0B\u5212\u7EBF")}e()},handleValidatorName=(d,_,e)=>{if(_){let r=/[`~!@#$%^&()_\-+=<>?:"{}|,.\/;'\\[\]~@#¥%……&()——\-+={}|《》?:“”【】、;‘’,。、]/im;const l=/[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF][\u200D|\uFE0F]|[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF]|[0-9|*|#]\uFE0F\u20E3|[0-9|#]\u20E3|[\u203C-\u3299]\uFE0F\u200D|[\u203C-\u3299]\uFE0F|[\u2122-\u2B55]|\u303D|[\A9|\AE]\u3030|\uA9|\uAE|\u3030/gi.test(_),c=r.test(_);(l===!0||c===!0||_.length<2||_.length>=21)&&e("2-20\u4F4D\u4E2D\u82F1\u6587\u3001\u6570\u5B57")}e()},getHiddenName=d=>{if(!d)return"";let _=d.length-1,e="";for(var r=0;r<_;r++)e+="*";return d.substr(0,1)+e},getBase64=(d,_)=>{const e=new FileReader;e.addEventListener("load",()=>_(e.result)),e.readAsDataURL(d)},getFileContentAndUrl=d=>new Promise((_,e)=>{var r=new FileReader;r.onload=function(){try{const i=window.URL.createObjectURL(d);_({text:this.result,link:i})}catch(i){antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning("\u5F53\u524D\u6587\u4EF6\u65E0\u6CD5\u8BFB\u53D6\u5185\u5BB9"),e("\u5F53\u524D\u6587\u4EF6\u65E0\u6CD5\u8BFB\u53D6\u5185\u5BB9")}},r.readAsText(d)});function setmiyah(d){return md5__WEBPACK_IMPORTED_MODULE_6___default()("79e33abd4b6588941ab7622aed1e67e8"+d)}const getCookie=d=>{var _,e=RegExp("(^| )"+d+"=([^;]+)(;|$)");return(_=document.cookie.match(e))?decodeURIComponent(_[2]):null};function setCookie(d,_,e){var r=new Date;r.setTime(r.getTime()+e*24*60*60*1e3);var i="expires="+r.toUTCString();document.cookie=d+"="+_+"; "+i+`;domain=${document.domain.indexOf("educoder.net")>-1?".educoder.net":document.domain};path=/;SameSite=None;secure`}const delCookie=d=>{document.cookie=d+"=; expires=Thu, 01 Jan 1970 00:00:01 GMT;path=/;"},clearAllCookies=()=>{for(var d=document.cookie.split(";"),_=0;_<d.length;_++){var e=d[_],r=e.indexOf("="),i=r>-1?e.substr(0,r):e;document.cookie=i+"=;expires=Thu, 01 Jan 1970 00:00:00 GMT"}};function downLoadLink(d,_){let e=document.createElement("a");document.body.appendChild(e),e.href=_,d&&(e.title=d,e.download=d);let r=document.createEvent("MouseEvents");r.initEvent("click",!1,!1),e.dispatchEvent(r),document.body.removeChild(e)}function getFirstLevelDomain(){var d=window.location.hostname,_=d.split(".").reverse();return _.length>2?[_[1],_[0]].join("."):d}function getBlob(d){return new Promise(_=>{const e=new window.XMLHttpRequest;(d.indexOf(getFirstLevelDomain())>-1||location.hostname==="localhost"&&d.indexOf("/api/")>-1)&&(e.withCredentials=!0),e.open("GET",d,!0),e.responseType="blob",e.onload=()=>{e.status===200&&_(e.response)},e.send()})}function saveAs(d,_){if(window.navigator.msSaveOrOpenBlob)window.navigator.msSaveBlob(d,_);else{const e=document.createElement("a"),r=document.querySelector("body");e.href=window.URL.createObjectURL(d),e.download=_,e.style.display="none",r.appendChild(e),e.click(),r.removeChild(e),window.URL.revokeObjectURL(e.href)}}function download(d,_){getBlob(d).then(e=>{saveAs(e,_)})}function downLoadFileIframe(d,_){return new Promise((e,r)=>{var i=_,l=document.createElement("iframe"),c;document.body.appendChild(l),l.src=i,l.style.display="none",l.addEventListener("load",function(){setTimeout(()=>{document.body.removeChild(l)},1e3)},!0),c=setInterval(()=>{getCookie("fileDownload")&&(delCookie("fileDownload"),clearInterval(c),document.body.removeChild(l),e())},1e3)})}function downLoadFile(d,_){downLoadLink(d,_)}const setUrlQuery=d=>{let{url:_,query:e}=d;if(!_)return"";if(e){let r=[];for(const i in e)e.hasOwnProperty(i)&&!isUnOrNull(e[i])&&(typeof e[i]=="object"?e[i].map(l=>{r.push(`${i}[]=${l}`)}):r.push(`${i}=${e[i]}`));_.indexOf("?")!==-1?_=`${_}&${r.join("&")}`:_=`${_}?${r.join("&")}`,console.log("url1111",_)}return _};function isPc(){let d=navigator.userAgent,_=["Android","iPhone","SymbianOS","Windows Phone","iPad","iPod"],e=!0;for(var r=0;r<_.length;r++)if(d.indexOf(_[r])>0){e=!1;break}return e}function isChrome(){let d=navigator.userAgent;return["Chrome"].some(e=>d.indexOf(e)>-1)}function isFirefox(){let d=navigator.userAgent;return["Firefox"].some(e=>d.indexOf(e)>-1)}function isChromeOrFirefox(){let d=navigator.userAgent;return["Chrome","Firefox"].some(e=>d.indexOf(e)>-1)}const formatMoney=(d="")=>{var _;return(_=d==null?void 0:d.toString())==null?void 0:_.replace(/\B(?=(\d{3})+(?!\d))/g,",")},openNewWindow=d=>{let _=document.createElement("a");_.target="_blank",document.body.appendChild(_),_.href=d;let e=document.createEvent("MouseEvents");e.initEvent("click",!1,!1),_.dispatchEvent(e),document.body.removeChild(_)},openNewWindows=d=>{let _=document.createElement("a");document.body.appendChild(_),_.href=d;let e=document.createEvent("MouseEvents");e.initEvent("click",!1,!1),_.dispatchEvent(e),document.body.removeChild(_)},formatTextMiddleIntercept=(d="")=>d.length<=6?d:`${d.substring(0,3)}...${d.substring(d.length-3,d.length)}`,HalfPastOne=()=>{let d=new Date().getHours(),_=new Date().getMinutes();return _>=30?(d++,_="00"):_="30",d+":"+_},DayHalfPastOne=(d="-")=>{let _=new Date().getHours(),e=new Date().getMinutes();return e>=30?(_++,e="00"):e="30",new Date().toLocaleDateString().replace(/\//g,d)+" "+_+":"+e};var Type=(d=>(d.Number="Number",d.String="String",d.Boolean="Boolean",d.Object="Object",d.Array="Array",d.Function="Function",d))(Type||{});const type=d=>{const _=Object.prototype.toString.call(d);return _.substring(8,_.length-1)},isEmpty=d=>type(d)==="Array"?d.length===0:type(d)==="Object"?Object.keys(d).length===0:!d,rangeNumber=(d,_)=>{const e=[];for(let r=d;r<_;r++)e.push(r);return e},middleEllipsis=(d,_=12)=>{let e=_/2-2,r=_/2+3;return d.length>_?d.substr(0,e)+"..."+d.substr(r,_):d},formatRate=d=>d>4.5?5:d>4&&d<=4.5?4.5:d>3.5&&d<=4?4:d>3&&d<=3.5?3.5:d>2.5&&d<=3?3:d>2&&d<=2.5?2.5:d>1.5&&d<=2?2:d>1&&d<=1.5?1.5:d>.5&&d<=1?1:d>0&&d<=.5?.5:0,isUnOrNull=d=>d==null;function getUrlToken(d,_){const e=new RegExp(`(^|&)${d}=([^&]*)(&|$)`,"i"),r=_.substr(1).match(e);return r!=null?decodeURIComponent(r[2]):null}const getMessagesUrl=d=>{var _;if(d.link_url)return window.open(d.link_url);switch(d==null?void 0:d.container_type){case"TeacherChangeUserInfo":return window.open("/account/profile");case"TeacherResetUserPassword":return window.open("/account/secure");case"ApplyUserAuthentication":return window.open("/account/certification")}switch(d.container_type){case"ApplyUserAuthentication":if(d.tiding_type==="Apply"){if(d.auth_type===1)return window.open("/admins/identity_authentications");if(d.auth_type===2)return window.open("/admins/professional_authentications")}return d.tiding_type==="System"?window.open("/account/certification"):d.tiding_type==="Code"?window.open("/account/profile"):void 0;case"CancelUserAuthentication":return window.open("/account/certification");case"CancelUserProCertification":return window.open("/account/certification");case"ApplyAddMajor":return window.open("/account/profile");case"Major":return window.open("/account/profile");case"ApplyAddDepartment":return d.tiding_type==="Apply"?window.open("/admins/department_applies"):d.tiding_type==="System"?window.open("/account/profile"):void 0;case"ApplyAddSchools":return d.tiding_type==="Apply"?window.open("/admins/unit_applies"):d.tiding_type==="System"?window.open("/account/profile"):void 0;case"ApplyAction":switch(d.parent_container_type){case"ApplyShixun":if(d.tiding_type==="Apply")return window.open("/admins/shixun_authorizations");if(d.tiding_type==="System")return window.open(`/shixuns/${d.identifier}/challenges`);case"ApplySubject":if(d.tiding_type==="Apply")return window.open("/admins/subject_authorizations");if(d.tiding_type==="System")return window.open(`/paths/${d.parent_container_id}`);case"TrialAuthorization":if(d.tiding_type==="Apply")return window.open("/managements/trial_authorization");if(d.tiding_type==="System")return window.open("/account/profile")}return;case"JoinCourse":return window.open(`/classrooms/${d.belong_container_id}/teachers`);case"StudentJoinCourse":if(d.tiding_type==="Apply")return window.open(`/classrooms/${d.belong_container_id}/teachers`);if(d.tiding_type==="System")return window.open(`/classrooms/${d.belong_container_id}/students`);case"DealCourse":return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"TeacherJoinCourse":return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"Course":return d.tiding_type==="Delete"?void 0:window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"ArchiveCourse":return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/`);case"Shixun":return window.open(`/shixuns/${d.identifier}/challenges`);case"Subject":return window.open(`/paths/${d.container_id}`);case"JournalsForMessage":switch(d.parent_container_type){case"Principal":return"";case"HomeworkCommon":return d.homework_type==="normal"?window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/question`):d.homework_type==="group"?window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/question`):d.homework_type==="practice"?window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=1`):"";case"GraduationTopic":return window.open(`/classrooms/${d.belong_container_id}/graduation_topics/${d.parent_container_id}/detail`);case"StudentWorksScore":return window.open(d.link_url)}case"Memo":return window.open(`/forums/${d.parent_container_id}`);case"Message":return window.open("/forums/");case"Watcher":return window.open(`/users/${d.trigger_user.login}/classrooms`);case"PraiseTread":return"";case"Grade":return"";case"JoinProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"ReporterJoinProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"DealProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"ManagerJoinProject":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"Poll":switch(d.parent_container_type){case"CommitPoll":return window.open(` /classrooms/${d.belong_container_id}/poll/${d.container_id}/detail`);default:return window.open(` /classrooms/${d.belong_container_id}/poll/${d.container_id}/detail`)}case"Exercise":switch(d.parent_container_type){case"CommitExercise":return window.open(` /classrooms/${d.belong_container_id}/exercise/${d.container_id}/detail?tab=0`);case"ExerciseScore":return window.open(` /classrooms/${d.belong_container_id}/exercise/${d.container_id}/detail?tab=0`);default:return window.open(`/classrooms/${d.belong_container_id}/exercise/${d.container_id}/detail?tab=0`)}case"StudentGraduationTopic":return window.open(`/classrooms/${d.belong_container_id}/graduation_topics/${d.parent_container_id}/detail`);case"DealStudentTopicSelect":return window.open(`/classrooms/${d.belong_container_id}/graduation_topics/${d.parent_container_id}/detail`);case"GraduationTask":return window.open(`/classrooms/${d.belong_container_id}/graduation_tasks/${d.container_id}`);case"GraduationWork":return window.open(`/classrooms/${d.belong_container_id}/graduation_tasks/${d.container_id}`);case"GraduationWorkScore":return window.open(`/classrooms/${d.belong_container_id}/graduation_tasks/${d.parent_container_id}`);case"HomeworkCommon":switch(d.parent_container_type){case"AnonymousCommentFail":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`);case"HomeworkPublish":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`);case"AnonymousAppeal":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`);default:if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/detail`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/detail`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail?tabs=0`)}case"StudentWork":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/review/${d.container_id}`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/review/${d.container_id}`);if(d.homework_type==="practice")return window.open(`/classrooms/${d.belong_container_id}/shixun_homework/${d.parent_container_id}/detail`);case"StudentWorksScore":return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.trigger_user.id}/review/${d.parent_container_id}`);case"StudentWorksScoresAppeal":return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.trigger_user.id}/review/${d.parent_container_id}`);case"ChallengeWorkScore":return"";case"SendMessage":return window.open(`${_env__WEBPACK_IMPORTED_MODULE_7__.Z.API_SERVER}/admins/mirror_repositories`);case"Journal":return window.open(`/issues/${d.parent_container_id}`);case"Issue":return window.open(`/issues/${d.container_id}`);case"PullRequest":return window.open(_env__WEBPACK_IMPORTED_MODULE_7__.Z.FORGE+d.project_url);case"Department":return window.open("/account/profile");case"Library":if(d.tiding_type==="Apply")return window.open("/admins/library_applies");if(d.tiding_type==="System")return window.open(`/moop_cases/${d.container_id}`);case"ProjectPackage":return d.tiding_type==="Destroyed"||d.tiding_type==="Destroyed_end"?void 0:d.tiding_type==="Apply"?window.open("/admins/project_package_applies"):window.open(`/crowdsourcing/${d.container_id}`);case"Discuss":return d.parent_container_type==="Hack"&&d.extra?window.open(`/myproblems/${d.extra}/comment`):d.extra==="ai_reply"&&d.task_identifier?window.open(`/tasks/${d.task_identifier}?extra=extra`):window.open(`/shixuns/${d.identifier}/shixun_discuss`);case"Video":return d.tiding_type==="Apply"?window.open("/admins/video_applies"):d.tiding_type==="System"?window.open(`/users/${(_=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:_.login}/videos`):"";case"PublicCourseStart":return window.open(`/classrooms/${d.container_id}/informs`);case"SubjectStartCourse":return window.open(`/paths/${d.container_id}`);case"ResubmitStudentWork":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}/${d.container_id}/appraise`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}/${d.container_id}/appraise`);case"AdjustScore":if(d.homework_type==="normal")return window.open(`/classrooms/${d.belong_container_id}/common_homework/${d.parent_container_id}`);if(d.homework_type==="group")return window.open(`/classrooms/${d.belong_container_id}/group_homework/${d.parent_container_id}`);case"LiveLink":return window.open(`/classrooms/${d.belong_container_id}/course_videos?open=live`);case"Hack":if(d.extra&&d.parent_container_type!=="HackDelete")return window.open(`/problems/${d.extra}/edit`);default:return}},checkLocalOrPublicIp=(d,_)=>__async(void 0,null,function*(){let e="",r;return new Promise((i,l)=>__async(void 0,null,function*(){if(d.ip_limit!=="no"||d.ip_bind_type)try{e=yield(0,_components_Exercise_ip__WEBPACK_IMPORTED_MODULE_2__.y)({ip_limit:d==null?void 0:d.ip_limit,ip_bind:d==null?void 0:d.ip_bind_type}),console.log(e,44)}catch(f){l(void 0)}const c=yield(0,_service_exercise__WEBPACK_IMPORTED_MODULE_3__.Cl)({id:d.exerciseId,ip:e});if(c.status===0)i(c);else if(c.status===-5){(0,umi__WEBPACK_IMPORTED_MODULE_5__.getDvaApp)()._store.dispatch({type:"exercise/setActionTabs",payload:{key:"student-unlock",exerciseParams:{errorMessage:c==null?void 0:c.message,exercise_user_id:d==null?void 0:d.exercise_user_id,id:d.exerciseId,unlockClose:d.unlockClose}}});return}else i(c);if(d.errmsgHide||_)return!0;if(c.status===-1)return r=antd__WEBPACK_IMPORTED_MODULE_15__.default.info({title:react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_16__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,{flex:"1"},"\u63D0\u793A"),react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"iconfont icon-yiguanbi1 current c-grey-c",onClick:()=>r.destroy()}))),icon:null,className:"custom-modal-divider",content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16 p20"},"\u60A8\u7684IP\u4E0D\u5728\u8003\u8BD5\u5141\u8BB8\u7684\u8303\u56F4\u5185\uFF01"),okText:"\u6211\u77E5\u9053\u4E86"}),!1;if(c.status===-2)return r=antd__WEBPACK_IMPORTED_MODULE_15__.default.info({title:react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_16__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,{flex:"1"},"\u63D0\u793A"),react__WEBPACK_IMPORTED_MODULE_0__.createElement(antd__WEBPACK_IMPORTED_MODULE_17__.Z,null,react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"iconfont icon-yiguanbi1 current c-grey-c",onClick:()=>r.destroy()}))),icon:null,className:"custom-modal-divider",content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16 p20"},"\u60A8\u5DF2\u7ED1\u5B9A\u5F53\u524D\u8003\u8BD5IP\u5730\u5740\uFF1A",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},c.ip),"\u8BF7\u4F7F\u7528\u8BE5IP\u5730\u5740\u8FDB\u5165\u8003\u8BD5\u3002"),okText:"\u6211\u77E5\u9053\u4E86"}),!1}))});function isInsecureOrLocalhost(d){try{const _=new URL(d),e=_.hostname==="localhost"||_.hostname==="127.0.0.1";return!(_.protocol==="https:")&&!e}catch(_){return!0}}const checkDisabledExam=d=>new Promise((_,e)=>__async(void 0,null,function*(){const r=yield(0,_service_exercise__WEBPACK_IMPORTED_MODULE_3__.Zg)({id:d==null?void 0:d.exerciseId,coursesId:d==null?void 0:d.coursesId});if((r==null?void 0:r.status)===0){_("");return}setTimeout(()=>{window.location.reload()},2e3),e("")})),isKepuKehuan=()=>location.pathname.indexOf("/classrooms/4RW9CYHY")>-1||location.pathname.indexOf("/classrooms/qb4ft587")>-1||location.pathname.indexOf("/classrooms/c5q9bsp2")>-1,startExercise=d=>__async(void 0,null,function*(){var _,e,r;sessionStorage.removeItem("studentunlock");let i;if((location.pathname.indexOf("/classrooms/4RW9CYHY")>-1||location.pathname.indexOf("/classrooms/qb4ft587")>-1||location.pathname.indexOf("/classrooms/c5q9bsp2")>-1)&&!isPc()){antd__WEBPACK_IMPORTED_MODULE_15__.default.info({content:"\u8BF7\u4F7F\u7528\u7535\u8111\u53C2\u52A0\u8003\u8BD5\uFF01"});return}if(copyTextFuc(" ",!0),yield checkDisabledExam(d),d.ip_limit!=="no"||d.ip_bind){const l=yield checkLocalOrPublicIp(d,!0);if((l==null?void 0:l.status)!==0)return;if(!isChrome()){antd__WEBPACK_IMPORTED_MODULE_15__.default.info({icon:null,okText:"\u786E\u5B9A",width:500,content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16"},"\u672C\u6B21\u8003\u8BD5\u5DF2\u5F00\u542F\u9632\u4F5C\u5F0A\u8BBE\u7F6E\uFF0C\u4EC5\u652F\u6301",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u3002",react__WEBPACK_IMPORTED_MODULE_0__.createElement("br",null),"\u8BF7\u4F7F\u7528",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u6D4F\u89C8\u5668\u5F00\u59CB\u8003\u8BD5\u3002")});return}}if(d.forbid_screen){const l=new WebSocket("ws://localhost:8082");yield new Promise(c=>setTimeout(()=>c(),200)),sendAppStatus(l,d)}if(d.open_camera||d.screen_open||d.ip_limit!=="no"||d.identity_verify){if(!isChromeOrFirefox())return antd__WEBPACK_IMPORTED_MODULE_15__.default.info({icon:null,okText:"\u786E\u5B9A",width:500,content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"font16"},"\u672C\u6B21\u8003\u8BD5\u5DF2\u5F00\u542F\u9632\u4F5C\u5F0A\u8BBE\u7F6E\uFF0C\u4EC5\u652F\u6301",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u3001",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u706B\u72D0"),"\u6D4F\u89C8\u5668\u3002",react__WEBPACK_IMPORTED_MODULE_0__.createElement("br",null),"\u8BF7\u4F7F\u7528",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u8C37\u6B4C"),"\u3001",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-red"},"\u706B\u72D0"),"\u6D4F\u89C8\u5668\u5F00\u59CB\u8003\u8BD5\u3002")}),!1;d.open_phone_video_recording?window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${(_=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:_.login}/check`:d.identity_verify&&d.current_status===2?window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${(e=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:e.login}/check`:window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${(r=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:r.login}`}else d.identity_verify&&d.current_status===2?window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${d.login}/check`:window.location.href=`/classrooms/${d.coursesId}/exercise/${d.exerciseId}/users/${d.login}`});var httpBuildQuery=function(d,_,e,r){if(console.log("param:",d),_=_||null,e=e||"&",r=r||null,!d)return"";var i=function(o){for(var h=new Array,u=0;u<o.length;u++)o[u]&&h.push(o[u]);return h},l=function(o){return encodeURIComponent(o).replace(/[!'()*]/g,escape)},c=function(o){return!isNaN(parseFloat(o))&&isFinite(o)},f=Object.keys(d).map(function(o){var h,u=o;if(typeof d[o]=="object"&&d[o]!==null)h=httpBuildQuery(d[o],null);else{_&&(u=c(u)?_+Number(u):u);var a=d[o];a=a===!0?"1":a,a=a===!1?"0":a,a=a===0?"0":a,a=a||"",h=u+"="+a}return h});return i(f).join(e).replace(/[!'()*]/g,escape)};const parseParamsStr=(d,_)=>{const e={},r=Object.assign(!0,d,{}),i=[];return Object.keys(r).sort().forEach(function(l){if(r[l]=r[l]===!0?"true":r[l],r[l]=r[l]===!1?"false":r[l],_==="GET"){if(r[l]!==null){if(typeof r[l]=="object"&&(!Array.isArray(r[l])||Array.isArray(r[l])&&!r[l].length))return;const c=r[l]===null||r[l]==="null"?"":r[l];i.push(`${l}=${typeof c=="string"||typeof c=="number"?decodeURIComponent(c):JSON.stringify(c)}`)}}else{const c=r[l]===null||r[l]==="null"?"":r[l];i.push(`${l}=${typeof c=="string"||typeof c=="number"?c:JSON.stringify(c)}`),r[l],e[l]=r[l]}}),i.join("&").trim()},educationList=[{name:"\u672C\u79D1",id:6},{name:"\u5927\u4E13",id:5},{name:"\u4E2D\u4E13",id:4},{name:"\u9AD8\u4E2D",id:3},{name:"\u521D\u4E2D",id:2},{name:"\u5C0F\u5B66",id:1},{name:"\u5176\u4ED6",id:9},{name:"\u7855\u58EB",id:7},{name:"\u535A\u58EB",id:8},{name:"\u9AD8\u4E2D",id:3},{name:"\u521D\u4E2D",id:2},{name:"\u5C0F\u5B66",id:1},{name:"\u5176\u4ED6",id:9},{name:"\u7855\u58EB",id:7},{name:"\u535A\u58EB",id:8}];function getTopLevelDomain(){let d=window.location.hostname;if(/^\d+\.\d+\.\d+\.\d+$/.test(d)||d==="localhost")return d;let _=d.split(".");return _.length>2&&/^[a-z]{2}$/.test(_[_.length-2])?_.slice(-3).join("."):_.slice(-2).join(".")}const setHeader=(d,_)=>{var e;try{const r=Date.now(),i=(0,uuid__WEBPACK_IMPORTED_MODULE_18__.Z)();let l="method="+((e=d.method)==null?void 0:e.toLocaleUpperCase())+"&ak="+getKey(_key__WEBPACK_IMPORTED_MODULE_19__.mi)+"&sk="+getKey(_key__WEBPACK_IMPORTED_MODULE_19__.hw)+"&time="+r;return d.headers["X-EDU-Type"]="pc",d.headers["X-EDU-Timestamp"]=r,d.headers["X-EDU-Signature"]=md5__WEBPACK_IMPORTED_MODULE_6___default()(window.btoa(l)),d.headers["Pc-Authorization"]=getCookie("_educoder_session"),d.headers["X-Request-Id"]=i,d}catch(r){console.log("error:",r,d,_)}},setThreeComponent=()=>{(function(d){XMLHttpRequest.prototype.open=function(_,e,r=!0){const i=setHeader({method:_,headers:{}});d.call(this,_,e,r);try{e.indexOf(getTopLevelDomain())>-1&&(this.setRequestHeader("X-EDU-Type","pc"),this.setRequestHeader("X-EDU-Timestamps",i.headers["X-EDU-Timestamp"]),this.setRequestHeader("X-EDU-Signatures",i.headers["X-EDU-Signature"]),this.setRequestHeader("Pc-Authorization",getCookie("_educoder_session")))}catch(l){}}})(XMLHttpRequest.prototype.open),function(d){window.fetch=function(_,e){var r;return e=e||{},(r=e.headers)!=null&&r["X-EDU-Timestamp"]||setHeader(e),d.apply(this,arguments).then(function(i){return i})}}(window.fetch)},parseUrl=d=>{const _=/(\w+)=([^\#&]*)/gi,e={};return d.replace(_,function(r,i,l){e[i]=decodeURI(l)}),e},messageInfo=(d,_)=>{const r={1:"\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u6682\u672A\u53D1\u5E03\uFF0C\u8BF7\u8054\u7CFB\u672C\u8BFE\u5802\u6559\u5E08\u3002",2:"\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u4E0D\u5B58\u5728\uFF0C\u8BF7\u8054\u7CFB\u672C\u8BFE\u5802\u6559\u5E08\u3002",3:"\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u9762\u5411\u6307\u5B9A\u5355\u4F4D\u5F00\u653E\uFF0C\u8BF7\u8054\u7CFB\u672C\u8BFE\u5802\u6559\u5E08\u3002",4:`\u5F53\u524D\u5B9E\u8DF5\u9879\u76EE\u5C06\u4E8E${_}\u53D1\u5E03\uFF0C\u8BF7\u7B49\u5F85\u3002`}[d];antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning(r)},base64ToBlob=(d,_)=>{var e;const r=window.atob(d),i=r.length,l=new Uint8Array(i);for(let c=0;c<i;++c)l[c]=r.charCodeAt(c);return new Blob([l],{type:_contentType__WEBPACK_IMPORTED_MODULE_4__.F[(e=_.split("."))==null?void 0:e[1]]||"application/octet-stream"})},downloadFile=(d,_,e)=>{const r=base64ToBlob(_,e);if(window.navigator.msSaveOrOpenBlob)navigator.msSaveBlob(r,d);else{const i=document.createElement("a");i.href=window.URL.createObjectURL(r),i.download=d,document.body.appendChild(i);const l=document.createEvent("MouseEvents");l.initEvent("click",!1,!1),i.dispatchEvent(l),document.body.removeChild(i)}},trackEvent=d=>{var _;if(d.length)try{window._czc.push(["_trackEvent",...d]),window==null||window.gtag("event",d[1],{event_category:d[0],event_label:d[2]||"",value:d[3]||"",user_id:((_=(0,_utils_authority__WEBPACK_IMPORTED_MODULE_1__.eY)())==null?void 0:_.login)||""})}catch(e){console.log("trackEvent:err:",e)}},trackEventCustom=d=>{if(d.length)try{window._czc.push(["_setCustomVar",...d])}catch(_){console.log("trackEvent:err:",_)}},onPreviewImage=d=>{const _=(i,l)=>{if(i.localName===l)return i;for(let c=0,f=i;f=f.parentNode;c++){if(f.localName===l)return f;if(f==document.documentElement)return!1}},e=d.target,r=_(e,"a");if(!(r!=null&&r.href)&&e.tagName.toUpperCase()==="IMG"){let i=e.src||e.getAttribute("src");i&&i.indexOf("/images/avatars/User")===-1&&(d.stopPropagation(),d.preventDefault(),_components_mediator__WEBPACK_IMPORTED_MODULE_8__.Z.publish("preview-image",i))}},getCategoryName=(d,_)=>{var e,r,i,l;if(d&&d!=""){let c=(e=d==null?void 0:d.filter(f=>f.type===location.pathname.split("/")[3]))==null?void 0:e[0];return _?(l=(i=(r=c==null?void 0:c.second_category)==null?void 0:r.filter(f=>f.category_id==_))==null?void 0:i[0])==null?void 0:l.category_name:c==null?void 0:c.name}return null},bindPhone=d=>{const _=antd__WEBPACK_IMPORTED_MODULE_15__.default.confirm({title:"\u5B8C\u5584\u624B\u673A\u53F7\u7801",content:"\u6309\u7167\u6709\u5173\u653F\u7B56\u89C4\u5B9A\uFF0C\u7279\u6B8A\u5B9E\u9A8C\u9700\u8981\u5148\u7ED1\u5B9A\u624B\u673A\u53F7\u624D\u80FD\u4F7F\u7528\uFF0C\u8BF7\u5148\u7ED1\u5B9A\u624B\u673A\u53F7\u7801",okText:"\u7ACB\u5373\u7ED1\u5B9A",cancelText:"\u53D6\u6D88",centered:!0,onOk:()=>{location.href="/account/secure"},onCancel:()=>{_.destroy(),d!=null&&d.onCancel&&d.onCancel()}})},copyTextFuc=(d="",_=!1)=>{const e=document.createElement("textarea");e.value=d,document.body.appendChild(e),e.select(),document.execCommand("Copy"),_||antd__WEBPACK_IMPORTED_MODULE_14__.ZP.success("\u590D\u5236\u6210\u529F"),document.body.removeChild(e)},getJsonFromUrl=d=>{if(d||(d=window.location.search),!d)return{};let _=d.substring(1),e={};return _.split("&").forEach(function(r){let i=r.split("=");e[i[0]]=decodeURIComponent(i[1])}),e},arrTrans=(d,_)=>{if(!_)return null;const e=[];return _.forEach((r,i)=>{const l=Math.floor(i/d);e[l]||(e[l]=[]),e[l].push(r)}),e},setDocumentTitle=d=>{checkIsClientExam()?document.title="\u8003\u8BD5\u7CFB\u7EDF":d!==""&&d&&(document.title=d||(document.domain.indexOf(".educoder.net")>-1?"\u5B9E\u8DF5\u6559\u5B66\u5E73\u53F0":""))},checkIsClientExam=()=>{var d;return(d=window==null?void 0:window.localStorage)==null?void 0:d.isClientExam},localSort={setItem:(d,_,e)=>{const r=d,i=localStorage.getItem(r),l=i!==null&&i!=="[object Object]"?JSON.parse(i):{};l[e]=_,localStorage.setItem(r,JSON.stringify(l))},getItem:(d,_)=>{const e=d,r=localStorage.getItem(e);return(r!==null&&r!=="[object Object]"?JSON.parse(r):{})[_]}},ImgSrcConvert=d=>d!=null&&d.startsWith("http")?d:_env__WEBPACK_IMPORTED_MODULE_7__.Z.IMG_SERVER+d,compareVersion=d=>{const _=getVersion(),e=d.split("."),r=_.split("."),i=Math.max(e.length,r.length);for(;e.length<i;)e.push("0");for(;r.length<i;)r.push("0");for(let l=0;l<i;l++){const c=parseInt(e[l]),f=parseInt(r[l]);if(c>f)return 1;if(c<f)return-1}return 0},getImageUrl=(d,_)=>{d=`${d}${_?","+_:""}`;const e=crypto_js__WEBPACK_IMPORTED_MODULE_11___default().enc.Utf8.parse(window.atob(window.atob(_key__WEBPACK_IMPORTED_MODULE_19__.Bn)).substring(0,16)),r=crypto_js__WEBPACK_IMPORTED_MODULE_11___default().AES.encrypt(d||"",e,{iv:e,mode:crypto_js__WEBPACK_IMPORTED_MODULE_11___default().mode.CBC});return window.btoa(r.toString())},getVersion=()=>{const _=navigator.userAgent.toLowerCase().match(/version\/[\d.]+/gi);return _&&_[0].replace(/version\//,"")},isLocalApp=()=>navigator.userAgent.indexOf("ExerciseApp")>-1;function randomArray(d,_){let e=d.length,r,i;_=_||1;let l=function(){var c=Math.sin(_++)*1e3;return c-Math.floor(c)};for(;e!==0;)i=Math.floor(l()*e),e-=1,r=d[e],d[e]=d[i],d[i]=r;return d}function pointerEvents(d){const _=document.getElementsByTagName("iframe");for(let r=0;r<_.length;r++)_[r].style["pointer-events"]=d;const e=document.getElementsByTagName("canvas");for(let r=0;r<e.length;r++)e[r].style["pointer-events"]=d}const toDataUrl=d=>new Promise((_,e)=>{var r=new XMLHttpRequest;r.withCredentials=!0,r.onload=function(){var i=new FileReader;i.onloadend=function(){_(i.result)},i.readAsDataURL(r.response)},r.open("GET",d),r.responseType="blob",r.send()}),vtrsKey=(_b=(_a=location==null?void 0:location.pathname)==null?void 0:_a.split("/"))==null?void 0:_b[1];function scrollToTop(){window.scrollTo({left:0,top:0,behavior:"smooth"})}function domScrollToTop(d){var _;(_=document.querySelector(d))==null||_.scrollTo({left:0,top:0,behavior:"smooth"})}function dealUploadChange(d){var _,e,r,i,l;const c=(_=d.fileList)==null?void 0:_.map(f=>{var o,h;return __spreadProps(__spreadValues({},f),{status:typeof(f==null?void 0:f.response)=="string"||((o=f==null?void 0:f.response)==null?void 0:o.status)===-1?"error":f.status,response:typeof(f==null?void 0:f.response)=="string"?f==null?void 0:f.response:f!=null&&f.response&&(f==null?void 0:f.response.status)===-1?(h=f==null?void 0:f.response)==null?void 0:h.message:f==null?void 0:f.response})});return((r=(e=d.file)==null?void 0:e.response)==null?void 0:r.status)===-1&&(antd__WEBPACK_IMPORTED_MODULE_14__.ZP.destroy(),antd__WEBPACK_IMPORTED_MODULE_14__.ZP.warning((l=(i=d.file)==null?void 0:i.response)==null?void 0:l.message)),c}function cutFileName(d="",_){if(!d)return"";const e=d.lastIndexOf(".");let r=[d,""];if(e!==-1&&e!==d.length-1){const i=d.substring(0,e),l=d.substring(e+1);r=[i,l]}return r[0].length>_?r[0].slice(0,_)+"..."+r[1]:d}function cutName(d="",_,e="--"){return d?(d==null?void 0:d.length)>=_?(d==null?void 0:d.slice(0,_))+"...":d:e}function timeContrast(d){return d?moment__WEBPACK_IMPORTED_MODULE_12___default()().isBefore(moment__WEBPACK_IMPORTED_MODULE_12___default()(d)):!0}function showTotal(d){return react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"font14 c-grey-333"},"\u5171",react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{className:"c-light-primary"},"\xA0",d,"\xA0"),"\u6761\u6570\u636E")}const formatRandomPaperData=d=>{const _={1:"\u4E00",2:"\u4E8C",3:"\u4E09",4:"\u56DB",5:"\u4E94",6:"\u516D",7:"\u4E03"};if(!d)return;const{exam:e,single_questions:r,multiple_questions:i,judgement_questions:l,program_questions:c,completion_questions:f,subjective_questions:o,practical_questions:h,combination_questions:u,bprogram_questions:a}=d||{},x=[__spreadValues({type:"SINGLE",name:"\u5355\u9009\u9898"},r),__spreadValues({type:"MULTIPLE",name:"\u591A\u9009\u9898"},i),__spreadValues({type:"COMPLETION",name:"\u586B\u7A7A\u9898"},f),__spreadValues({type:"JUDGMENT",name:"\u5224\u65AD\u9898"},l),__spreadValues({type:"SUBJECTIVE",name:"\u7B80\u7B54\u9898"},o),__spreadValues({type:"PROGRAM",name:"\u7F16\u7A0B\u9898"},c),__spreadValues({type:"BPROGRAM",name:"\u7A0B\u5E8F\u586B\u7A7A\u9898"},a),__spreadValues({type:"PRACTICAL",name:"\u5B9E\u8BAD\u9898"},h),__spreadValues({type:"COMBINATION",name:"\u7EC4\u5408\u9898"},u)],p=[];let y=0,m=0;const b=x.filter(S=>S.questions_count>0).map((S,D)=>{var R;return(R=S.questions)==null||R.forEach(A=>{p.push(A.id),y=y+A.score,m=m+1}),__spreadValues(__spreadValues({},S),{number:_[D+1]})});return{all_questions_count:m,all_score:y,questionList:b,ids:p,exam:e}},formatRandomPaperDatas=d=>{var _;const e={1:"\u4E00",2:"\u4E8C",3:"\u4E09",4:"\u56DB",5:"\u4E94",6:"\u516D",7:"\u4E03"};if(!d)return;const{exam:r,single_questions:i,multiple_questions:l,judgement_questions:c,program_questions:f,completion_questions:o,subjective_questions:h,practical_questions:u,combination_questions:a,bprogram_questions:x}=d||{},p=[__spreadValues({type:"SINGLE",name:"\u5355\u9009\u9898"},i),__spreadValues({type:"MULTIPLE",name:"\u591A\u9009\u9898"},l),__spreadValues({type:"COMPLETION",name:"\u586B\u7A7A\u9898"},o),__spreadValues({type:"JUDGMENT",name:"\u5224\u65AD\u9898"},c),__spreadValues({type:"SUBJECTIVE",name:"\u7B80\u7B54\u9898"},h),__spreadValues({type:"PROGRAM",name:"\u7F16\u7A0B\u9898"},f),__spreadValues({type:"BPROGRAM",name:"\u7A0B\u5E8F\u586B\u7A7A\u9898"},x),__spreadValues({type:"PRACTICAL",name:"\u5B9E\u8BAD\u9898"},u),__spreadValues({type:"COMBINATION",name:"\u7EC4\u5408\u9898"},a)];let y=[];(_=r==null?void 0:r.question_type_position)==null||_.map((R,A)=>{p==null||p.map((P,M)=>{R.type===P.type&&y.push(P)})});const m=[];let b=0,S=0;const D=y.filter(R=>R.questions_count>0).map((R,A)=>{var P;return(P=R.questions)==null||P.forEach(M=>{m.push(M.id),b=b+M.score,S=S+1}),__spreadValues(__spreadValues({},R),{number:e[A+1]})});return{all_questions_count:S,all_score:b,questionList:D,ids:m,exam:r}},isWechatBrowser=()=>navigator.userAgent.toLowerCase().match(/MicroMessenger/i)=="micromessenger",toWechatLogin=()=>{isWechatBrowser()?window.location.href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx0955caba88bc37eb&redirect_uri=https%3A%2F%2Fwww.educoder.net%2fotherloginstart&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect":window.location.href="/wxlogin.html"},isMobileDevice=()=>typeof window.orientation!="undefined"||navigator.userAgent.indexOf("Mobi")!==-1,sendAppStatus=(d,_)=>{var e;try{_?(d.send(JSON.stringify({type:"toggleLockExit",data:!0})),_!=null&&_.forbid_screen&&d.send(JSON.stringify({type:"open-disabled-switchscreen"})),_!=null&&_.use_white_list&&d.send(JSON.stringify({type:"open-only-allow-runapp",data:_==null?void 0:_.white_list})),_!=null&&_.net_limit&&d.send(JSON.stringify({type:"network-close",data:(e=_==null?void 0:_.net_limit_list)==null?void 0:e.split(`
`)}))):(d.send(JSON.stringify({type:"toggleLockExit",data:!1})),d.send(JSON.stringify({type:"close-disabled-switchscreen"})),d.send(JSON.stringify({type:"close-only-allow-runapp"})),d.send(JSON.stringify({type:"network-open"})))}catch(r){}},addJumping=()=>{const d=document.querySelector('a[title="\u589E\u52A0\u586B\u7A7A"]'),_=d==null?void 0:d.querySelector("span");_&&(_.classList.remove("jumping-icon"),_.offsetWidth,_.classList.add("jumping-icon"),setTimeout(()=>{var e;(e=_==null?void 0:_.classList)==null||e.remove("jumping-icon")},2e3))},showClassroomsmodal=d=>d!=null&&d.forbid_student_visit?(antd__WEBPACK_IMPORTED_MODULE_15__.default.warning({title:"\u63D0\u793A",icon:null,centered:!0,okText:"\u6211\u77E5\u9053\u4E86",content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",null,react__WEBPACK_IMPORTED_MODULE_0__.createElement("span",{style:{fontWeight:600}},d==null?void 0:d.username,"\u8001\u5E08 "),"\u5DF2\u5173\u95ED\u8BE5\u8BFE\u5802\uFF0C\u5B66\u751F\u7528\u6237\u6682\u65F6\u65E0\u6CD5\u8BBF\u95EE ")}),!0):!1,getExamRestrictionInfo=d=>{const _=[];return d.is_locked&&_.push("\u8003\u8BD5\u89E3\u9501\u7801"),d.login_restrict&&_.push("\u8003\u8BD5\u767B\u5F55\u9650\u5236"),d.screen_open&&_.push("\u5207\u5C4F\u540E\u5F3A\u5236\u4EA4\u5377"),d.ip_bind&&_.push("IP\u5730\u5740\u7ED1\u5B9A"),(d.ip_limit==="pub"||d.ip_limit==="inner")&&_.push("\u9650\u5236\u8003\u8BD5\u8BBF\u95EEIP"),d.open_camera&&_.push("\u8003\u8BD5\u4E2D\u542F\u7528\u62CD\u7167\u529F\u80FD\u8FDB\u884C\u76D1\u8003\u548C\u884C\u4E3A\u5206\u6790"),d.identity_verify&&_.push("\u8003\u8BD5\u524D\u4EBA\u8138\u8EAB\u4EFD\u6838\u9A8C"),d.open_phone_video_recording&&_.push("\u8003\u8BD5\u4E2D\u5F00\u542F\u624B\u673A\u89C6\u9891\u5F55\u5236"),_.length>0?_.join("\u3001"):""},releaseRuleDataAdjust=d=>{const _=d.reduce((r,i)=>{const l=`${i.publish_time}_${i.end_time}_${i.is_admin}`;return r[l]?(r[l].group_name.push(i.group_name),r[l].group_id.push(i.group_id)):r[l]={publish_time:i.publish_time,end_time:i.end_time,is_admin:i.is_admin,group_name:[i.group_name],group_id:[i.group_id]},r},{});return Object.values(_).map(r=>__spreadProps(__spreadValues({},r),{group_name:r.group_name.flat(),group_id:r.group_id.flat()}))},showInstallWebRtcDoc=()=>new Promise((d,_)=>__async(void 0,null,function*(){const e=yield(0,_utils_fetch__WEBPACK_IMPORTED_MODULE_10__.ZP)("/api/documents/webrtc_content",{method:"get"});antd__WEBPACK_IMPORTED_MODULE_15__.default.info({title:"WebRTC\u63D2\u4EF6\u5B89\u88C5\u6559\u7A0B",width:"1000px",centered:!0,content:react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{style:{maxHeight:"70vh",overflow:"auto"}},react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components_RenderHtml__WEBPACK_IMPORTED_MODULE_9__.Z,{value:(e==null?void 0:e.data)||""}))}),d(e==null?void 0:e.data)}));function copyToClipboard(d){return navigator.clipboard?navigator.clipboard.writeText(d).then(()=>(console.log("Text copied to clipboard successfully!"),!0)).catch(_=>{throw console.error("Failed to copy text: ",_),_}):new Promise((_,e)=>{const r=document.createElement("textarea");r.value=d,document.body.appendChild(r),r.select();try{const i=document.execCommand("copy");document.body.removeChild(r),i?(console.log("Text copied to clipboard successfully!"),_(!0)):(console.error("Failed to copy text using execCommand."),e(!1))}catch(i){document.body.removeChild(r),console.error("Failed to copy text: ",i),e(i)}})}const isArrayBuffer=d=>Object.prototype.toString.call(d)==="[object ArrayBuffer]",parseArrayBufferAsText=(d,_="utf-8")=>isArrayBuffer(d)?new TextDecoder(_).decode(d):d,numFormat=d=>d?(d>=1e3&&(d=d/1e3+"K"),d):0,aiReviewConfigformatChecks=d=>{if(!d||d.length===0)return!0;const _=new Set,e=new Set;let r=!0,i=!0;const l=d==null?void 0:d.reduce((c,f)=>{_!=null&&_.has(f.name)&&(r=!1),_==null||_.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)}},93490:function(d,_,e){"use strict";e.d(_,{t:function(){return r}});const r=l=>{var c=/^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$/;return c.test(l)},i=l=>{var c=/^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.$/;return c.test(l)}},9139:function(d,_,e){"use strict";e.d(_,{Il:function(){return f},Ov:function(){return o},T$:function(){return u}});var r=e(38127),i=e(59301),l=e(35338),c=["element"],f=i.createContext({});function o(){return i.useContext(f)}function h(){var y=(0,l.TH)(),m=o(),b=m.clientRoutes,S=(0,l.fp)(b,y.pathname);return S||[]}function u(){var y,m=h().slice(-1),b=((y=m[0])===null||y===void 0?void 0:y.route)||{},S=b.element,D=(0,r.Z)(b,c);return D}function a(){var y=h(),m=o(),b=m.serverLoaderData,S=m.basename,D=React.useState(function(){var M={},B=!1;return y.forEach(function(N){var G=b[N.route.id];G&&(Object.assign(M,G),B=!0)}),B?M:void 0}),R=_slicedToArray(D,2),A=R[0],P=R[1];return React.useEffect(function(){window.__UMI_LOADER_DATA__||Promise.all(y.filter(function(M){return M.route.hasServerLoader}).map(function(M){return new Promise(function(B){fetchServerLoader({id:M.route.id,basename:S,cb:B})})})).then(function(M){if(M.length){var B={};M.forEach(function(N){Object.assign(B,N)}),P(B)}})},[]),{data:A}}function x(){var y=useRouteData(),m=o();return{data:m.clientLoaderData[y.route.id]}}function p(){var y=a(),m=x();return{data:_objectSpread(_objectSpread({},y.data),m.data)}}},91392:function(d){var _={en_GB:"en-gb",en_US:"en",zh_CN:"zh-cn",zh_TW:"zh-tw"},e=function(i){var l=_[i];return l||i.split("_")[0]};d.exports=function(r,i,l){var c=i.prototype.locale;i.prototype.locale=function(f){return typeof f=="string"&&(f=e(f)),c.call(this,f)}}},92806:function(d,_,e){"use strict";var r=e(41799),i=e(59301),l=e(3113),c=e(67797);function f(h){return!!(h&&h.then)}const o=h=>{const{type:u,children:a,prefixCls:x,buttonProps:p,close:y,autoFocus:m,emitEvent:b,isSilent:S,quitOnNullishReturnValue:D,actionFn:R}=h,A=i.useRef(!1),P=i.useRef(null),[M,B]=(0,r.Z)(!1),N=function(){y==null||y.apply(void 0,arguments)};i.useEffect(()=>{let W=null;return m&&(W=setTimeout(()=>{var ae;(ae=P.current)===null||ae===void 0||ae.focus()})),()=>{W&&clearTimeout(W)}},[]);const G=W=>{f(W)&&(B(!0),W.then(function(){B(!1,!0),N.apply(void 0,arguments),A.current=!1},ae=>{if(B(!1,!0),A.current=!1,!(S!=null&&S()))return Promise.reject(ae)}))},H=W=>{if(A.current)return;if(A.current=!0,!R){N();return}let ae;if(b){if(ae=R(W),D&&!f(ae)){A.current=!1,N(W);return}}else if(R.length)ae=R(y),A.current=!1;else if(ae=R(),!ae){N();return}G(ae)};return i.createElement(l.ZP,Object.assign({},(0,c.n)(u),{onClick:H,loading:M,prefixCls:x},p,{ref:P}),a)};_.Z=o},53487:function(d,_,e){"use strict";e.d(_,{Z:function(){return o},i:function(){return f}});var r=e(18929),i=e(59301),l=e(92736),c=e(36355);function f(h){return function(a){return i.createElement(l.ZP,{theme:{token:{motion:!1,zIndexPopupBase:0}}},i.createElement(h,Object.assign({},a)))}}function o(h,u,a,x){function p(y){const{prefixCls:m,style:b}=y,S=i.useRef(null),[D,R]=i.useState(0),[A,P]=i.useState(0),[M,B]=(0,r.Z)(!1,{value:y.open}),{getPrefixCls:N}=i.useContext(c.E_),G=N(u||"select",m);i.useEffect(()=>{if(B(!0),typeof ResizeObserver!="undefined"){const W=new ResizeObserver(ne=>{const oe=ne[0].target;R(oe.offsetHeight+8),P(oe.offsetWidth)}),ae=setInterval(()=>{var ne;const oe=a?`.${a(G)}`:`.${G}-dropdown`,q=(ne=S.current)===null||ne===void 0?void 0:ne.querySelector(oe);q&&(clearInterval(ae),W.observe(q))},10);return()=>{clearInterval(ae),W.disconnect()}}},[]);let H=Object.assign(Object.assign({},y),{style:Object.assign(Object.assign({},b),{margin:0}),open:M,visible:M,getPopupContainer:()=>S.current});return x&&(H=x(H)),i.createElement("div",{ref:S,style:{paddingBottom:D,position:"relative",minWidth:A}},i.createElement(h,Object.assign({},H)))}return f(p)}},36785:function(d,_,e){"use strict";e.d(_,{o2:function(){return f},yT:function(){return o}});var r=e(15142),i=e(33166);const l=i.i.map(h=>`${h}-inverse`),c=["success","processing","error","default","warning"];function f(h){return(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0)?[].concat((0,r.Z)(l),(0,r.Z)(i.i)).includes(h):i.i.includes(h)}function o(h){return c.includes(h)}},47729:function(d,_,e){"use strict";e.d(_,{Z:function(){return c}});var r=e(99267),i=e(59301);function l(f,o,h){return typeof f=="boolean"?f:o===void 0?!!h:o!==!1&&o!==null}function c(f,o,h){let u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:i.createElement(r.Z,null),a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(!l(f,o,a))return[!1,null];const p=typeof o=="boolean"||o===void 0||o===null?u:o;return[!0,h?h(p):p]}},62892:function(d,_,e){"use strict";e.d(_,{m:function(){return h}});const r=()=>({height:0,opacity:0}),i=u=>{const{scrollHeight:a}=u;return{height:a,opacity:1}},l=u=>({height:u?u.offsetHeight:0}),c=(u,a)=>(a==null?void 0:a.deadline)===!0||a.propertyName==="height",f=function(){return{motionName:`${arguments.length>0&&arguments[0]!==void 0?arguments[0]:"ant"}-motion-collapse`,onAppearStart:r,onEnterStart:r,onAppearActive:i,onEnterActive:i,onLeaveStart:l,onLeaveActive:r,onAppearEnd:c,onEnterEnd:c,onLeaveEnd:c,motionDeadline:500}},o=null,h=(u,a,x)=>x!==void 0?x:`${u}-${a}`;_.Z=f},79676:function(d,_,e){"use strict";e.d(_,{Z:function(){return o}});var r=e(19447);function i(h,u,a,x){if(x===!1)return{adjustX:!1,adjustY:!1};const p=x&&typeof x=="object"?x:{},y={};switch(h){case"top":case"bottom":y.shiftX=u.dropdownArrowOffset*2+a;break;case"left":case"right":y.shiftY=u.dropdownArrowOffsetVertical*2+a;break}const m=Object.assign(Object.assign({},y),p);return m.shiftX||(m.adjustX=!0),m.shiftY||(m.adjustY=!0),m}const l={left:{points:["cr","cl"]},right:{points:["cl","cr"]},top:{points:["bc","tc"]},bottom:{points:["tc","bc"]},topLeft:{points:["bl","tl"]},leftTop:{points:["tr","tl"]},topRight:{points:["br","tr"]},rightTop:{points:["tl","tr"]},bottomRight:{points:["tr","br"]},rightBottom:{points:["bl","br"]},bottomLeft:{points:["tl","bl"]},leftBottom:{points:["br","bl"]}},c={topLeft:{points:["bl","tc"]},leftTop:{points:["tr","cl"]},topRight:{points:["br","tc"]},rightTop:{points:["tl","cr"]},bottomRight:{points:["tr","bc"]},rightBottom:{points:["bl","cr"]},bottomLeft:{points:["tl","bc"]},leftBottom:{points:["br","cl"]}},f=new Set(["topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"]);function o(h){const{arrowWidth:u,autoAdjustOverflow:a,arrowPointAtCenter:x,offset:p,borderRadius:y,visibleFirst:m}=h,b=u/2,S={};return Object.keys(l).forEach(D=>{const R=x&&c[D]||l[D],A=Object.assign(Object.assign({},R),{offset:[0,0]});switch(S[D]=A,f.has(D)&&(A.autoArrow=!1),D){case"top":case"topLeft":case"topRight":A.offset[1]=-b-p;break;case"bottom":case"bottomLeft":case"bottomRight":A.offset[1]=b+p;break;case"left":case"leftTop":case"leftBottom":A.offset[0]=-b-p;break;case"right":case"rightTop":case"rightBottom":A.offset[0]=b+p;break}const P=(0,r.fS)({contentRadius:y,limitVerticalRadius:!0});if(x)switch(D){case"topLeft":case"bottomLeft":A.offset[0]=-P.dropdownArrowOffset-b;break;case"topRight":case"bottomRight":A.offset[0]=P.dropdownArrowOffset+b;break;case"leftTop":case"rightTop":A.offset[1]=-P.dropdownArrowOffset-b;break;case"leftBottom":case"rightBottom":A.offset[1]=P.dropdownArrowOffset+b;break}A.overflow=i(D,P,u,a),m&&(A.htmlRegion="visibleFirst")}),S}},92343:function(d,_,e){"use strict";var r;e.d(_,{M2:function(){return c},Tm:function(){return o},l$:function(){return l},wm:function(){return f}});var i=e(59301);const{isValidElement:l}=r||(r=e.t(i,2));function c(h){return h&&l(h)&&h.type===i.Fragment}function f(h,u,a){return l(h)?i.cloneElement(h,typeof a=="function"?a(h.props||{}):a):u}function o(h,u){return f(h,h,u)}},69507:function(d,_,e){"use strict";e.d(_,{ZP:function(){return o},c4:function(){return l},m9:function(){return h}});var r=e(59301),i=e(88088);const l=["xxl","xl","lg","md","sm","xs"],c=u=>({xs:`(max-width: ${u.screenXSMax}px)`,sm:`(min-width: ${u.screenSM}px)`,md:`(min-width: ${u.screenMD}px)`,lg:`(min-width: ${u.screenLG}px)`,xl:`(min-width: ${u.screenXL}px)`,xxl:`(min-width: ${u.screenXXL}px)`}),f=u=>{const a=u,x=[].concat(l).reverse();return x.forEach((p,y)=>{const m=p.toUpperCase(),b=`screen${m}Min`,S=`screen${m}`;if(!(a[b]<=a[S]))throw new Error(`${b}<=${S} fails : !(${a[b]}<=${a[S]})`);if(y<x.length-1){const D=`screen${m}Max`;if(!(a[S]<=a[D]))throw new Error(`${S}<=${D} fails : !(${a[S]}<=${a[D]})`);const A=`screen${x[y+1].toUpperCase()}Min`;if(!(a[D]<=a[A]))throw new Error(`${D}<=${A} fails : !(${a[D]}<=${a[A]})`)}}),u};function o(){const[,u]=(0,i.Z)(),a=c(f(u));return r.useMemo(()=>{const x=new Map;let p=-1,y={};return{matchHandlers:{},dispatch(m){return y=m,x.forEach(b=>b(y)),x.size>=1},subscribe(m){return x.size||this.register(),p+=1,x.set(p,m),m(y),p},unsubscribe(m){x.delete(m),x.size||this.unregister()},unregister(){Object.keys(a).forEach(m=>{const b=a[m],S=this.matchHandlers[b];S==null||S.mql.removeListener(S==null?void 0:S.listener)}),x.clear()},register(){Object.keys(a).forEach(m=>{const b=a[m],S=R=>{let{matches:A}=R;this.dispatch(Object.assign(Object.assign({},y),{[m]:A}))},D=window.matchMedia(b);D.addListener(S),this.matchHandlers[b]={mql:D,listener:S},S(D)})},responsiveMap:a}},[u])}const h=(u,a)=>{if(a&&typeof a=="object")for(let x=0;x<l.length;x++){const p=l[x];if(u[p]&&a[p]!==void 0)return a[p]}}},14088:function(d,_,e){"use strict";e.d(_,{Z:function(){return ae}});var r=e(92310),i=e.n(r),l=e(8654),c=e(29194),f=e(59301),o=e(36355),h=e(92343),u=e(83116);const a=ne=>{const{componentCls:oe,colorPrimary:q}=ne;return{[oe]:{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:`var(--wave-color, ${q})`,boxShadow:"0 0 0 0 currentcolor",opacity:.2,"&.wave-motion-appear":{transition:[`box-shadow 0.4s ${ne.motionEaseOutCirc}`,`opacity 2s ${ne.motionEaseOutCirc}`].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0},"&.wave-quick":{transition:[`box-shadow 0.3s ${ne.motionEaseInOut}`,`opacity 0.35s ${ne.motionEaseInOut}`].join(",")}}}}};var x=(0,u.Z)("Wave",ne=>[a(ne)]),p=e(70425),y=e(16089),m=e(77900),b=e(1585);function S(ne){const oe=(ne||"").match(/rgba?\((\d*), (\d*), (\d*)(, [\d.]*)?\)/);return oe&&oe[1]&&oe[2]&&oe[3]?!(oe[1]===oe[2]&&oe[2]===oe[3]):!0}function D(ne){return ne&&ne!=="#fff"&&ne!=="#ffffff"&&ne!=="rgb(255, 255, 255)"&&ne!=="rgba(255, 255, 255, 1)"&&S(ne)&&!/rgba\((?:\d*, ){3}0\)/.test(ne)&&ne!=="transparent"}function R(ne){const{borderTopColor:oe,borderColor:q,backgroundColor:J}=getComputedStyle(ne);return D(oe)?oe:D(q)?q:D(J)?J:null}var A=e(4572);function P(ne){return Number.isNaN(ne)?0:ne}const M=ne=>{const{className:oe,target:q,component:J}=ne,K=f.useRef(null),[se,ee]=f.useState(null),[Q,le]=f.useState([]),[$,j]=f.useState(0),[ie,me]=f.useState(0),[Te,Oe]=f.useState(0),[Ge,Ue]=f.useState(0),[Mt,yt]=f.useState(!1),kt={left:$,top:ie,width:Te,height:Ge,borderRadius:Q.map(tr=>`${tr}px`).join(" ")};se&&(kt["--wave-color"]=se);function Zt(){const tr=getComputedStyle(q);ee(R(q));const ze=tr.position==="static",{borderLeftWidth:wt,borderTopWidth:Bt}=tr;j(ze?q.offsetLeft:P(-parseFloat(wt))),me(ze?q.offsetTop:P(-parseFloat(Bt))),Oe(q.offsetWidth),Ue(q.offsetHeight);const{borderTopLeftRadius:nt,borderTopRightRadius:_t,borderBottomLeftRadius:ht,borderBottomRightRadius:Je}=tr;le([nt,_t,Je,ht].map(je=>P(parseFloat(je))))}if(f.useEffect(()=>{if(q){const tr=(0,y.Z)(()=>{Zt(),yt(!0)});let ze;return typeof ResizeObserver!="undefined"&&(ze=new ResizeObserver(Zt),ze.observe(q)),()=>{y.Z.cancel(tr),ze==null||ze.disconnect()}}},[]),!Mt)return null;const Ft=(J==="Checkbox"||J==="Radio")&&(q==null?void 0:q.classList.contains(A.A));return f.createElement(m.default,{visible:!0,motionAppear:!0,motionName:"wave-motion",motionDeadline:5e3,onAppearEnd:(tr,ze)=>{var wt;if(ze.deadline||ze.propertyName==="opacity"){const Bt=(wt=K.current)===null||wt===void 0?void 0:wt.parentElement;(0,b.v)(Bt).then(()=>{Bt==null||Bt.remove()})}return!1}},tr=>{let{className:ze}=tr;return f.createElement("div",{ref:K,className:i()(oe,{"wave-quick":Ft},ze),style:kt})})};var N=(ne,oe)=>{var q;const{component:J}=oe;if(J==="Checkbox"&&!(!((q=ne.querySelector("input"))===null||q===void 0)&&q.checked))return;const K=document.createElement("div");K.style.position="absolute",K.style.left="0px",K.style.top="0px",ne==null||ne.insertBefore(K,ne==null?void 0:ne.firstChild),(0,b.s)(f.createElement(M,Object.assign({},oe,{target:ne})),K)},G=e(88088);function H(ne,oe,q){const{wave:J}=f.useContext(o.E_),[,K,se]=(0,G.Z)(),ee=(0,p.useEvent)($=>{const j=ne.current;if(J!=null&&J.disabled||!j)return;const ie=j.querySelector(`.${A.A}`)||j,{showEffect:me}=J||{};(me||N)(ie,{className:oe,token:K,component:q,event:$,hashId:se})}),Q=f.useRef();return $=>{y.Z.cancel(Q.current),Q.current=(0,y.Z)(()=>{ee($)})}}var ae=ne=>{const{children:oe,disabled:q,component:J}=ne,{getPrefixCls:K}=(0,f.useContext)(o.E_),se=(0,f.useRef)(null),ee=K("wave"),[,Q]=x(ee),le=H(se,i()(ee,Q),J);if(f.useEffect(()=>{const j=se.current;if(!j||j.nodeType!==1||q)return;const ie=me=>{!(0,c.Z)(me.target)||!j.getAttribute||j.getAttribute("disabled")||j.disabled||j.className.includes("disabled")||j.className.includes("-leave")||le(me)};return j.addEventListener("click",ie,!0),()=>{j.removeEventListener("click",ie,!0)}},[q]),!f.isValidElement(oe))return oe!=null?oe:null;const $=(0,l.Yr)(oe)?(0,l.sQ)(oe.ref,se):se;return(0,h.Tm)(oe,{ref:$})}},4572:function(d,_,e){"use strict";e.d(_,{A:function(){return r}});const r="ant-wave-target"},67797:function(d,_,e){"use strict";e.d(_,{n:function(){return Lt},Z:function(){return Gt}});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(Ie,ce){var he={};for(var It in Ie)Object.prototype.hasOwnProperty.call(Ie,It)&&ce.indexOf(It)<0&&(he[It]=Ie[It]);if(Ie!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ce=0,It=Object.getOwnPropertySymbols(Ie);Ce<It.length;Ce++)ce.indexOf(It[Ce])<0&&Object.prototype.propertyIsEnumerable.call(Ie,It[Ce])&&(he[It[Ce]]=Ie[It[Ce]]);return he};const m=r.createContext(void 0);var S=Ie=>{const{getPrefixCls:ce,direction:he}=r.useContext(h.E_),{prefixCls:It,size:Ce,className:ft}=Ie,Kt=y(Ie,["prefixCls","size","className"]),Tt=ce("btn-group",It),[,,Pe]=(0,p.Z)();let At="";switch(Ce){case"large":At="lg";break;case"small":At="sm";break;case"middle":case void 0:break;default:}const Ze=l()(Tt,{[`${Tt}-${At}`]:At,[`${Tt}-rtl`]:he==="rtl"},ft,Pe);return r.createElement(m.Provider,{value:Ce},r.createElement("div",Object.assign({},Kt,{className:Ze})))},D=e(92343);const R=/^[\u4e00-\u9fa5]{2}$/,A=R.test.bind(R);function P(Ie){return typeof Ie=="string"}function M(Ie){return Ie==="text"||Ie==="link"}function B(Ie,ce){if(Ie==null)return;const he=ce?" ":"";return typeof Ie!="string"&&typeof Ie!="number"&&P(Ie.type)&&A(Ie.props.children)?(0,D.Tm)(Ie,{children:Ie.props.children.split("").join(he)}):P(Ie)?A(Ie)?r.createElement("span",null,Ie.split("").join(he)):r.createElement("span",null,Ie):(0,D.M2)(Ie)?r.createElement("span",null,Ie):Ie}function N(Ie,ce){let he=!1;const It=[];return r.Children.forEach(Ie,Ce=>{const ft=typeof Ce,Kt=ft==="string"||ft==="number";if(he&&Kt){const Tt=It.length-1,Pe=It[Tt];It[Tt]=`${Pe}${Ce}`}else It.push(Ce);he=Kt}),r.Children.map(It,Ce=>B(Ce,ce))}const G=null,H=null,W=null;var ne=(0,r.forwardRef)((Ie,ce)=>{const{className:he,style:It,children:Ce,prefixCls:ft}=Ie,Kt=l()(`${ft}-icon`,he);return r.createElement("span",{ref:ce,className:Kt,style:It},Ce)}),oe=e(58617),q=e(77900);const J=(0,r.forwardRef)((Ie,ce)=>{let{prefixCls:he,className:It,style:Ce,iconClassName:ft}=Ie;const Kt=l()(`${he}-loading-icon`,It);return r.createElement(ne,{prefixCls:he,className:Kt,style:Ce,ref:ce},r.createElement(oe.Z,{className:ft}))}),K=()=>({width:0,opacity:0,transform:"scale(0)"}),se=Ie=>({width:Ie.scrollWidth,opacity:1,transform:"scale(1)"});var Q=Ie=>{const{prefixCls:ce,loading:he,existIcon:It,className:Ce,style:ft}=Ie,Kt=!!he;return It?r.createElement(J,{prefixCls:ce,className:Ce,style:ft}):r.createElement(q.default,{visible:Kt,motionName:`${ce}-loading-icon-motion`,removeOnLeave:!0,onAppearStart:K,onAppearActive:se,onEnterStart:K,onEnterActive:se,onLeaveStart:se,onLeaveActive:K},(Tt,Pe)=>{let{className:At,style:Ze}=Tt;return r.createElement(J,{prefixCls:ce,className:Ce,style:Object.assign(Object.assign({},ft),Ze),ref:Pe,iconClassName:At})})},le=e(17313),$=e(37613),j=e(83116);const ie=(Ie,ce)=>({[`> span, > ${Ie}`]:{"&:not(:last-child)":{[`&, & > ${Ie}`]:{"&:not(:disabled)":{borderInlineEndColor:ce}}},"&:not(:first-child)":{[`&, & > ${Ie}`]:{"&:not(:disabled)":{borderInlineStartColor:ce}}}}});var Te=Ie=>{const{componentCls:ce,fontSize:he,lineWidth:It,groupBorderColor:Ce,colorErrorHover:ft}=Ie;return{[`${ce}-group`]:[{position:"relative",display:"inline-flex",[`> span, > ${ce}`]:{"&:not(:last-child)":{[`&, & > ${ce}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},"&:not(:first-child)":{marginInlineStart:-It,[`&, & > ${ce}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}},[ce]:{position:"relative",zIndex:1,"&:hover,\n &:focus,\n &:active":{zIndex:2},"&[disabled]":{zIndex:0}},[`${ce}-icon-only`]:{fontSize:he}},ie(`${ce}-primary`,Ce),ie(`${ce}-danger`,ft)]}};const Oe=Ie=>{const{componentCls:ce,iconCls:he,fontWeight:It}=Ie;return{[ce]:{outline:"none",position:"relative",display:"inline-block",fontWeight:It,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",backgroundColor:"transparent",border:`${Ie.lineWidth}px ${Ie.lineType} transparent`,cursor:"pointer",transition:`all ${Ie.motionDurationMid} ${Ie.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",lineHeight:Ie.lineHeight,color:Ie.colorText,"&:disabled > *":{pointerEvents:"none"},"> span":{display:"inline-block"},[`${ce}-icon`]:{lineHeight:0},[`> ${he} + span, > span + ${he}`]:{marginInlineStart:Ie.marginXS},[`&:not(${ce}-icon-only) > ${ce}-icon`]:{[`&${ce}-loading-icon, &:not(:last-child)`]:{marginInlineEnd:Ie.marginXS}},"> a":{color:"currentColor"},"&:not(:disabled)":Object.assign({},(0,le.Qy)(Ie)),[`&-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:-Ie.lineWidth,insetInlineStart:-Ie.lineWidth,display:"inline-block",width:Ie.lineWidth,height:`calc(100% + ${Ie.lineWidth*2}px)`,backgroundColor:Ie.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${ce}-primary`]:{[`&:not([disabled]) + ${ce}-compact-vertical-item${ce}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-Ie.lineWidth,insetInlineStart:-Ie.lineWidth,display:"inline-block",width:`calc(100% + ${Ie.lineWidth*2}px)`,height:Ie.lineWidth,backgroundColor:Ie.colorPrimaryHover,content:'""'}}}}}}},Ge=(Ie,ce,he)=>({[`&:not(:disabled):not(${Ie}-disabled)`]:{"&:hover":ce,"&:active":he}}),Ue=Ie=>({minWidth:Ie.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),Mt=Ie=>({borderRadius:Ie.controlHeight,paddingInlineStart:Ie.controlHeight/2,paddingInlineEnd:Ie.controlHeight/2}),yt=Ie=>({cursor:"not-allowed",borderColor:Ie.borderColorDisabled,color:Ie.colorTextDisabled,backgroundColor:Ie.colorBgContainerDisabled,boxShadow:"none"}),kt=(Ie,ce,he,It,Ce,ft,Kt,Tt)=>({[`&${Ie}-background-ghost`]:Object.assign(Object.assign({color:he||void 0,backgroundColor:ce,borderColor:It||void 0,boxShadow:"none"},Ge(Ie,Object.assign({backgroundColor:ce},Kt),Object.assign({backgroundColor:ce},Tt))),{"&:disabled":{cursor:"not-allowed",color:Ce||void 0,borderColor:ft||void 0}})}),Zt=Ie=>({[`&:disabled, &${Ie.componentCls}-disabled`]:Object.assign({},yt(Ie))}),Ft=Ie=>Object.assign({},Zt(Ie)),tr=Ie=>({[`&:disabled, &${Ie.componentCls}-disabled`]:{cursor:"not-allowed",color:Ie.colorTextDisabled}}),ze=Ie=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ft(Ie)),{backgroundColor:Ie.defaultBg,borderColor:Ie.defaultBorderColor,color:Ie.defaultColor,boxShadow:Ie.defaultShadow}),Ge(Ie.componentCls,{color:Ie.colorPrimaryHover,borderColor:Ie.colorPrimaryHover},{color:Ie.colorPrimaryActive,borderColor:Ie.colorPrimaryActive})),kt(Ie.componentCls,Ie.ghostBg,Ie.defaultGhostColor,Ie.defaultGhostBorderColor,Ie.colorTextDisabled,Ie.colorBorder)),{[`&${Ie.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({color:Ie.colorError,borderColor:Ie.colorError},Ge(Ie.componentCls,{color:Ie.colorErrorHover,borderColor:Ie.colorErrorBorderHover},{color:Ie.colorErrorActive,borderColor:Ie.colorErrorActive})),kt(Ie.componentCls,Ie.ghostBg,Ie.colorError,Ie.colorError,Ie.colorTextDisabled,Ie.colorBorder)),Zt(Ie))}),wt=Ie=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ft(Ie)),{color:Ie.primaryColor,backgroundColor:Ie.colorPrimary,boxShadow:Ie.primaryShadow}),Ge(Ie.componentCls,{color:Ie.colorTextLightSolid,backgroundColor:Ie.colorPrimaryHover},{color:Ie.colorTextLightSolid,backgroundColor:Ie.colorPrimaryActive})),kt(Ie.componentCls,Ie.ghostBg,Ie.colorPrimary,Ie.colorPrimary,Ie.colorTextDisabled,Ie.colorBorder,{color:Ie.colorPrimaryHover,borderColor:Ie.colorPrimaryHover},{color:Ie.colorPrimaryActive,borderColor:Ie.colorPrimaryActive})),{[`&${Ie.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({backgroundColor:Ie.colorError,boxShadow:Ie.dangerShadow,color:Ie.dangerColor},Ge(Ie.componentCls,{backgroundColor:Ie.colorErrorHover},{backgroundColor:Ie.colorErrorActive})),kt(Ie.componentCls,Ie.ghostBg,Ie.colorError,Ie.colorError,Ie.colorTextDisabled,Ie.colorBorder,{color:Ie.colorErrorHover,borderColor:Ie.colorErrorHover},{color:Ie.colorErrorActive,borderColor:Ie.colorErrorActive})),Zt(Ie))}),Bt=Ie=>Object.assign(Object.assign({},ze(Ie)),{borderStyle:"dashed"}),nt=Ie=>Object.assign(Object.assign(Object.assign({color:Ie.colorLink},Ge(Ie.componentCls,{color:Ie.colorLinkHover,backgroundColor:Ie.linkHoverBg},{color:Ie.colorLinkActive})),tr(Ie)),{[`&${Ie.componentCls}-dangerous`]:Object.assign(Object.assign({color:Ie.colorError},Ge(Ie.componentCls,{color:Ie.colorErrorHover},{color:Ie.colorErrorActive})),tr(Ie))}),_t=Ie=>Object.assign(Object.assign(Object.assign({},Ge(Ie.componentCls,{color:Ie.colorText,backgroundColor:Ie.textHoverBg},{color:Ie.colorText,backgroundColor:Ie.colorBgTextActive})),tr(Ie)),{[`&${Ie.componentCls}-dangerous`]:Object.assign(Object.assign({color:Ie.colorError},tr(Ie)),Ge(Ie.componentCls,{color:Ie.colorErrorHover,backgroundColor:Ie.colorErrorBg},{color:Ie.colorErrorHover,backgroundColor:Ie.colorErrorBg}))}),ht=Ie=>{const{componentCls:ce}=Ie;return{[`${ce}-default`]:ze(Ie),[`${ce}-primary`]:wt(Ie),[`${ce}-dashed`]:Bt(Ie),[`${ce}-link`]:nt(Ie),[`${ce}-text`]:_t(Ie),[`${ce}-ghost`]:kt(Ie.componentCls,Ie.ghostBg,Ie.colorBgContainer,Ie.colorBgContainer,Ie.colorTextDisabled,Ie.colorBorder)}},Je=function(Ie){let ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:he,controlHeight:It,fontSize:Ce,lineHeight:ft,lineWidth:Kt,borderRadius:Tt,buttonPaddingHorizontal:Pe,iconCls:At}=Ie,Ze=Math.max(0,(It-Ce*ft)/2-Kt),we=`${he}-icon-only`;return[{[`${he}${ce}`]:{fontSize:Ce,height:It,padding:`${Ze}px ${Pe}px`,borderRadius:Tt,[`&${we}`]:{width:It,paddingInlineStart:0,paddingInlineEnd:0,[`&${he}-round`]:{width:"auto"},[At]:{fontSize:Ie.buttonIconOnlyFontSize}},[`&${he}-loading`]:{opacity:Ie.opacityLoading,cursor:"default"},[`${he}-loading-icon`]:{transition:`width ${Ie.motionDurationSlow} ${Ie.motionEaseInOut}, opacity ${Ie.motionDurationSlow} ${Ie.motionEaseInOut}`}}},{[`${he}${he}-circle${ce}`]:Ue(Ie)},{[`${he}${he}-round${ce}`]:Mt(Ie)}]},je=Ie=>Je((0,$.TS)(Ie,{fontSize:Ie.contentFontSize})),be=Ie=>{const ce=(0,$.TS)(Ie,{controlHeight:Ie.controlHeightSM,fontSize:Ie.contentFontSizeSM,padding:Ie.paddingXS,buttonPaddingHorizontal:Ie.paddingInlineSM,borderRadius:Ie.borderRadiusSM,buttonIconOnlyFontSize:Ie.onlyIconSizeSM});return Je(ce,`${Ie.componentCls}-sm`)},Le=Ie=>{const ce=(0,$.TS)(Ie,{controlHeight:Ie.controlHeightLG,fontSize:Ie.contentFontSizeLG,buttonPaddingHorizontal:Ie.paddingInlineLG,borderRadius:Ie.borderRadiusLG,buttonIconOnlyFontSize:Ie.onlyIconSizeLG});return Je(ce,`${Ie.componentCls}-lg`)},Ke=Ie=>{const{componentCls:ce}=Ie;return{[ce]:{[`&${ce}-block`]:{width:"100%"}}}},He=Ie=>{const{paddingInline:ce,onlyIconSize:he}=Ie;return(0,$.TS)(Ie,{buttonPaddingHorizontal:ce,buttonIconOnlyFontSize:he})},Xe=Ie=>({fontWeight:400,defaultShadow:`0 ${Ie.controlOutlineWidth}px 0 ${Ie.controlTmpOutline}`,primaryShadow:`0 ${Ie.controlOutlineWidth}px 0 ${Ie.controlOutline}`,dangerShadow:`0 ${Ie.controlOutlineWidth}px 0 ${Ie.colorErrorOutline}`,primaryColor:Ie.colorTextLightSolid,dangerColor:Ie.colorTextLightSolid,borderColorDisabled:Ie.colorBorder,defaultGhostColor:Ie.colorBgContainer,ghostBg:"transparent",defaultGhostBorderColor:Ie.colorBgContainer,paddingInline:Ie.paddingContentHorizontal-Ie.lineWidth,paddingInlineLG:Ie.paddingContentHorizontal-Ie.lineWidth,paddingInlineSM:8-Ie.lineWidth,onlyIconSize:Ie.fontSizeLG,onlyIconSizeSM:Ie.fontSizeLG-2,onlyIconSizeLG:Ie.fontSizeLG+2,groupBorderColor:Ie.colorPrimaryHover,linkHoverBg:"transparent",textHoverBg:Ie.colorBgTextHover,defaultColor:Ie.colorText,defaultBg:Ie.colorBgContainer,defaultBorderColor:Ie.colorBorder,defaultBorderColorDisabled:Ie.colorBorder,contentFontSize:Ie.fontSize,contentFontSizeSM:Ie.fontSize,contentFontSizeLG:Ie.fontSizeLG});var pt=(0,j.Z)("Button",Ie=>{const ce=He(Ie);return[Oe(ce),be(ce),je(ce),Le(ce),Ke(ce),ht(ce),Te(ce)]},Xe),bt=e(74207);function rr(Ie,ce){return{[`&-item:not(${ce}-last-item)`]:{marginBottom:-Ie.lineWidth},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function Jt(Ie,ce){return{[`&-item:not(${ce}-first-item):not(${ce}-last-item)`]:{borderRadius:0},[`&-item${ce}-first-item:not(${ce}-last-item)`]:{[`&, &${Ie}-sm, &${Ie}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${ce}-last-item:not(${ce}-first-item)`]:{[`&, &${Ie}-sm, &${Ie}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function Me(Ie){const ce=`${Ie.componentCls}-compact-vertical`;return{[ce]:Object.assign(Object.assign({},rr(Ie,ce)),Jt(Ie.componentCls,ce))}}var rt=(0,j.b)(["Button","compact"],Ie=>{const ce=He(Ie);return[(0,bt.c)(ce),Me(ce)]},Xe),Yt=function(Ie,ce){var he={};for(var It in Ie)Object.prototype.hasOwnProperty.call(Ie,It)&&ce.indexOf(It)<0&&(he[It]=Ie[It]);if(Ie!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ce=0,It=Object.getOwnPropertySymbols(Ie);Ce<It.length;Ce++)ce.indexOf(It[Ce])<0&&Object.prototype.propertyIsEnumerable.call(Ie,It[Ce])&&(he[It[Ce]]=Ie[It[Ce]]);return he};function Lt(Ie){return Ie==="danger"?{danger:!0}:{type:Ie}}function Wt(Ie){if(typeof Ie=="object"&&Ie){const ce=Ie==null?void 0:Ie.delay;return{loading:!1,delay:!Number.isNaN(ce)&&typeof ce=="number"?ce:0}}return{loading:!!Ie,delay:0}}const Ht=(Ie,ce)=>{var he,It;const{loading:Ce=!1,prefixCls:ft,type:Kt="default",danger:Tt,shape:Pe="default",size:At,styles:Ze,disabled:we,className:gt,rootClassName:Rt,children:Fe,icon:Tr,ghost:Ct=!1,block:Kr=!1,htmlType:tn="button",classNames:Ir,style:Lr={}}=Ie,vr=Yt(Ie,["loading","prefixCls","type","danger","shape","size","styles","disabled","className","rootClassName","children","icon","ghost","block","htmlType","classNames","style"]),{getPrefixCls:$r,autoInsertSpaceInButton:sn,direction:hn,button:Xt}=(0,r.useContext)(h.E_),vt=$r("btn",ft),[ot,ct]=pt(vt),Nt=(0,r.useContext)(u.Z),br=we!=null?we:Nt,_r=(0,r.useContext)(m),Jr=(0,r.useMemo)(()=>Wt(Ce),[Ce]),[zr,xn]=(0,r.useState)(Jr.loading),[Et,Dr]=(0,r.useState)(!1),kn=(0,r.createRef)(),Qn=(0,f.sQ)(ce,kn),Nn=r.Children.count(Fe)===1&&!Tr&&!M(Kt);(0,r.useEffect)(()=>{let Ei=null;Jr.delay>0?Ei=setTimeout(()=>{Ei=null,xn(!0)},Jr.delay):xn(Jr.loading);function ci(){Ei&&(clearTimeout(Ei),Ei=null)}return ci},[Jr]),(0,r.useEffect)(()=>{if(!Qn||!Qn.current||sn===!1)return;const Ei=Qn.current.textContent;Nn&&A(Ei)?Et||Dr(!0):Et&&Dr(!1)},[Qn]);const ti=Ei=>{const{onClick:ci}=Ie;if(zr||br){Ei.preventDefault();return}ci==null||ci(Ei)},Tn=sn!==!1,{compactSize:Ai,compactItemClassnames:ri}=(0,x.ri)(vt,hn),Ci={large:"lg",small:"sm",middle:void 0},Qi=(0,a.Z)(Ei=>{var ci,On;return(On=(ci=At!=null?At:Ai)!==null&&ci!==void 0?ci:_r)!==null&&On!==void 0?On:Ei}),Zi=Qi&&Ci[Qi]||"",Ca=zr?"loading":Tr,ui=(0,c.Z)(vr,["navigate"]),ca=l()(vt,ct,{[`${vt}-${Pe}`]:Pe!=="default"&&Pe,[`${vt}-${Kt}`]:Kt,[`${vt}-${Zi}`]:Zi,[`${vt}-icon-only`]:!Fe&&Fe!==0&&!!Ca,[`${vt}-background-ghost`]:Ct&&!M(Kt),[`${vt}-loading`]:zr,[`${vt}-two-chinese-chars`]:Et&&Tn&&!zr,[`${vt}-block`]:Kr,[`${vt}-dangerous`]:!!Tt,[`${vt}-rtl`]:hn==="rtl"},ri,gt,Rt,Xt==null?void 0:Xt.className),Ta=Object.assign(Object.assign({},Xt==null?void 0:Xt.style),Lr),St=l()(Ir==null?void 0:Ir.icon,(he=Xt==null?void 0:Xt.classNames)===null||he===void 0?void 0:he.icon),ga=Object.assign(Object.assign({},(Ze==null?void 0:Ze.icon)||{}),((It=Xt==null?void 0:Xt.styles)===null||It===void 0?void 0:It.icon)||{}),oa=Tr&&!zr?r.createElement(ne,{prefixCls:vt,className:St,style:ga},Tr):r.createElement(Q,{existIcon:!!Tr,prefixCls:vt,loading:!!zr}),gi=Fe||Fe===0?N(Fe,Nn&&Tn):null;if(ui.href!==void 0)return ot(r.createElement("a",Object.assign({},ui,{className:l()(ca,{[`${vt}-disabled`]:br}),style:Ta,onClick:ti,ref:Qn}),oa,gi));let Ma=r.createElement("button",Object.assign({},vr,{type:tn,className:ca,style:Ta,onClick:ti,disabled:br,ref:Qn}),oa,gi,ri&&r.createElement(rt,{key:"compact",prefixCls:vt}));return M(Kt)||(Ma=r.createElement(o.Z,{component:"Button",disabled:!!zr},Ma)),ot(Ma)},ir=(0,r.forwardRef)(Ht);ir.Group=S,ir.__ANT_BUTTON=!0;var Gt=ir},3113:function(d,_,e){"use strict";var r=e(67797);_.ZP=r.Z},43604:function(d,_,e){"use strict";var r=e(37028);_.Z=r.Z},1684:function(d,_,e){"use strict";e.d(_,{n:function(){return l}});var r=e(59301);const i=r.createContext(!1),l=c=>{let{children:f,disabled:o}=c;const h=r.useContext(i);return r.createElement(i.Provider,{value:o!=null?o:h},f)};_.Z=i},52946:function(d,_,e){"use strict";e.d(_,{q:function(){return l}});var r=e(59301);const i=r.createContext(void 0),l=c=>{let{children:f,size:o}=c;const h=r.useContext(i);return r.createElement(i.Provider,{value:o||h},f)};_.Z=i},36355:function(d,_,e){"use strict";e.d(_,{E_:function(){return c},oR:function(){return i}});var r=e(59301);const i="anticon",l=(o,h)=>h||(o?`ant-${o}`:"ant"),c=r.createContext({getPrefixCls:l,iconPrefixCls:i}),{Consumer:f}=c},19716:function(d,_,e){"use strict";var r=e(59301),i=e(52946);const l=c=>{const f=r.useContext(i.Z);return r.useMemo(()=>c?typeof c=="string"?c!=null?c:f:c instanceof Function?c(f):f:f,[c,f])};_.Z=l},92736:function(d,_,e){"use strict";e.d(_,{ZP:function(){return tr},w6:function(){return kt}});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=ze=>{const{locale:wt={},children:Bt,_ANT_MARK__:nt}=ze;f.useEffect(()=>(0,h.f)(wt&&wt.Modal),[wt]);const _t=f.useMemo(()=>Object.assign(Object.assign({},wt),{exist:!0}),[wt]);return f.createElement(u.Z.Provider,{value:_t},Bt)},y=e(31724),m=e(45246),b=e(34117),S=e(36355),D=e(30071),R=e(64993),A=e(47273),P=e(810);const M=`-ant-${Date.now()}-${Math.random()}`;function B(ze,wt){const Bt={},nt=(Je,je)=>{let be=Je.clone();return be=(je==null?void 0:je(be))||be,be.toRgbString()},_t=(Je,je)=>{const be=new R.C(Je),Le=(0,D.generate)(be.toRgbString());Bt[`${je}-color`]=nt(be),Bt[`${je}-color-disabled`]=Le[1],Bt[`${je}-color-hover`]=Le[4],Bt[`${je}-color-active`]=Le[6],Bt[`${je}-color-outline`]=be.clone().setAlpha(.2).toRgbString(),Bt[`${je}-color-deprecated-bg`]=Le[0],Bt[`${je}-color-deprecated-border`]=Le[2]};if(wt.primaryColor){_t(wt.primaryColor,"primary");const Je=new R.C(wt.primaryColor),je=(0,D.generate)(Je.toRgbString());je.forEach((Le,Ke)=>{Bt[`primary-${Ke+1}`]=Le}),Bt["primary-color-deprecated-l-35"]=nt(Je,Le=>Le.lighten(35)),Bt["primary-color-deprecated-l-20"]=nt(Je,Le=>Le.lighten(20)),Bt["primary-color-deprecated-t-20"]=nt(Je,Le=>Le.tint(20)),Bt["primary-color-deprecated-t-50"]=nt(Je,Le=>Le.tint(50)),Bt["primary-color-deprecated-f-12"]=nt(Je,Le=>Le.setAlpha(Le.getAlpha()*.12));const be=new R.C(je[0]);Bt["primary-color-active-deprecated-f-30"]=nt(be,Le=>Le.setAlpha(Le.getAlpha()*.3)),Bt["primary-color-active-deprecated-d-02"]=nt(be,Le=>Le.darken(2))}return wt.successColor&&_t(wt.successColor,"success"),wt.warningColor&&_t(wt.warningColor,"warning"),wt.errorColor&&_t(wt.errorColor,"error"),wt.infoColor&&_t(wt.infoColor,"info"),`
:root {
${Object.keys(Bt).map(Je=>`--${ze}-${Je}: ${Bt[Je]};`).join(`
`)}
}
`.trim()}function N(ze,wt){const Bt=B(ze,wt);(0,A.Z)()&&(0,P.hq)(Bt,`${M}-dynamic-theme`)}var G=e(1684),H=e(52946);function W(){const ze=(0,f.useContext)(G.Z),wt=(0,f.useContext)(H.Z);return{componentDisabled:ze,componentSize:wt}}var ae=W,ne=e(13697);function oe(ze,wt){const Bt=ze||{},nt=Bt.inherit===!1||!wt?m.u_:wt;return(0,l.Z)(()=>{if(!ze)return wt;const _t=Object.assign({},nt.components);return Object.keys(ze.components||{}).forEach(ht=>{_t[ht]=Object.assign(Object.assign({},_t[ht]),ze.components[ht])}),Object.assign(Object.assign(Object.assign({},nt),Bt),{token:Object.assign(Object.assign({},nt.token),Bt.token),components:_t})},[Bt,nt],(_t,ht)=>_t.some((Je,je)=>{const be=ht[je];return!(0,ne.Z)(Je,be,!0)}))}var q=e(77900),J=e(88088);function K(ze){const{children:wt}=ze,[,Bt]=(0,J.Z)(),{motion:nt}=Bt,_t=f.useRef(!1);return _t.current=_t.current||nt===!1,_t.current?f.createElement(q.Provider,{motion:nt},wt):wt}var se=e(73040),ee=function(ze,wt){var Bt={};for(var nt in ze)Object.prototype.hasOwnProperty.call(ze,nt)&&wt.indexOf(nt)<0&&(Bt[nt]=ze[nt]);if(ze!=null&&typeof Object.getOwnPropertySymbols=="function")for(var _t=0,nt=Object.getOwnPropertySymbols(ze);_t<nt.length;_t++)wt.indexOf(nt[_t])<0&&Object.prototype.propertyIsEnumerable.call(ze,nt[_t])&&(Bt[nt[_t]]=ze[nt[_t]]);return Bt};let Q=!1;const le=null,$=null,j=["getTargetContainer","getPopupContainer","renderEmpty","pageHeader","input","pagination","form","select","button"],ie="ant";let me,Te,Oe;function Ge(){return me||ie}function Ue(){return Te||S.oR}function Mt(ze){return Object.keys(ze).some(wt=>wt.endsWith("Color"))}const yt=ze=>{let{prefixCls:wt,iconPrefixCls:Bt,theme:nt}=ze;wt!==void 0&&(me=wt),Bt!==void 0&&(Te=Bt),nt&&(Mt(nt)?N(Ge(),nt):Oe=nt)},kt=()=>({getPrefixCls:(ze,wt)=>wt||(ze?`${Ge()}-${ze}`:Ge()),getIconPrefixCls:Ue,getRootPrefixCls:()=>me||Ge(),getTheme:()=>Oe}),Zt=ze=>{const{children:wt,csp:Bt,autoInsertSpaceInButton:nt,alert:_t,anchor:ht,form:Je,locale:je,componentSize:be,direction:Le,space:Ke,virtual:He,dropdownMatchSelectWidth:Xe,popupMatchSelectWidth:pt,popupOverflow:bt,legacyLocale:rr,parentContext:Jt,iconPrefixCls:Me,theme:rt,componentDisabled:Yt,segmented:Lt,statistic:Wt,spin:Ht,calendar:ir,carousel:Gt,cascader:Ie,collapse:ce,typography:he,checkbox:It,descriptions:Ce,divider:ft,drawer:Kt,skeleton:Tt,steps:Pe,image:At,layout:Ze,list:we,mentions:gt,modal:Rt,progress:Fe,result:Tr,slider:Ct,breadcrumb:Kr,menu:tn,pagination:Ir,input:Lr,empty:vr,badge:$r,radio:sn,rate:hn,switch:Xt,transfer:vt,avatar:ot,message:ct,tag:Nt,table:br,card:_r,tabs:Jr,timeline:zr,timePicker:xn,upload:Et,notification:Dr,tree:kn,colorPicker:Qn,datePicker:Nn,wave:ti}=ze,Tn=f.useCallback((gi,Ma)=>{const{prefixCls:Ei}=ze;if(Ma)return Ma;const ci=Ei||Jt.getPrefixCls("");return gi?`${ci}-${gi}`:ci},[Jt.getPrefixCls,ze.prefixCls]),Ai=Me||Jt.iconPrefixCls||S.oR,ri=Ai!==Jt.iconPrefixCls,Ci=Bt||Jt.csp,Qi=(0,se.Z)(Ai,Ci),Zi=oe(rt,Jt.theme),Ca={csp:Ci,autoInsertSpaceInButton:nt,alert:_t,anchor:ht,locale:je||rr,direction:Le,space:Ke,virtual:He,popupMatchSelectWidth:pt!=null?pt:Xe,popupOverflow:bt,getPrefixCls:Tn,iconPrefixCls:Ai,theme:Zi,segmented:Lt,statistic:Wt,spin:Ht,calendar:ir,carousel:Gt,cascader:Ie,collapse:ce,typography:he,checkbox:It,descriptions:Ce,divider:ft,drawer:Kt,skeleton:Tt,steps:Pe,image:At,input:Lr,layout:Ze,list:we,mentions:gt,modal:Rt,progress:Fe,result:Tr,slider:Ct,breadcrumb:Kr,menu:tn,pagination:Ir,empty:vr,badge:$r,radio:sn,rate:hn,switch:Xt,transfer:vt,avatar:ot,message:ct,tag:Nt,table:br,card:_r,tabs:Jr,timeline:zr,timePicker:xn,upload:Et,notification:Dr,tree:kn,colorPicker:Qn,datePicker:Nn,wave:ti},ui=Object.assign({},Jt);Object.keys(Ca).forEach(gi=>{Ca[gi]!==void 0&&(ui[gi]=Ca[gi])}),j.forEach(gi=>{const Ma=ze[gi];Ma&&(ui[gi]=Ma)});const ca=(0,l.Z)(()=>ui,ui,(gi,Ma)=>{const Ei=Object.keys(gi),ci=Object.keys(Ma);return Ei.length!==ci.length||Ei.some(On=>gi[On]!==Ma[On])}),Ta=f.useMemo(()=>({prefixCls:Ai,csp:Ci}),[Ai,Ci]);let St=ri?Qi(wt):wt;const ga=f.useMemo(()=>{var gi,Ma,Ei,ci;return(0,c.T)(((gi=y.Z.Form)===null||gi===void 0?void 0:gi.defaultValidateMessages)||{},((Ei=(Ma=ca.locale)===null||Ma===void 0?void 0:Ma.Form)===null||Ei===void 0?void 0:Ei.defaultValidateMessages)||{},((ci=ca.form)===null||ci===void 0?void 0:ci.validateMessages)||{},(Je==null?void 0:Je.validateMessages)||{})},[ca,Je==null?void 0:Je.validateMessages]);Object.keys(ga).length>0&&(St=f.createElement(o.Z.Provider,{value:ga},wt)),je&&(St=f.createElement(p,{locale:je,_ANT_MARK__:a},St)),(Ai||Ci)&&(St=f.createElement(i.Z.Provider,{value:Ta},St)),be&&(St=f.createElement(H.q,{size:be},St)),St=f.createElement(K,null,St);const oa=f.useMemo(()=>{const gi=Zi||{},{algorithm:Ma,token:Ei,components:ci}=gi,On=ee(gi,["algorithm","token","components"]),Ee=Ma&&(!Array.isArray(Ma)||Ma.length>0)?(0,r.createTheme)(Ma):m.uH,ut={};return Object.entries(ci||{}).forEach(tt=>{let[Ot,dt]=tt;const lr=Object.assign({},dt);"algorithm"in lr&&(lr.algorithm===!0?lr.theme=Ee:(Array.isArray(lr.algorithm)||typeof lr.algorithm=="function")&&(lr.theme=(0,r.createTheme)(lr.algorithm)),delete lr.algorithm),ut[Ot]=lr}),Object.assign(Object.assign({},On),{theme:Ee,token:Object.assign(Object.assign({},b.Z),Ei),components:ut})},[Zi]);return rt&&(St=f.createElement(m.Mj.Provider,{value:oa},St)),Yt!==void 0&&(St=f.createElement(G.n,{disabled:Yt},St)),f.createElement(S.E_.Provider,{value:ca},St)},Ft=ze=>{const wt=f.useContext(S.E_),Bt=f.useContext(u.Z);return f.createElement(Zt,Object.assign({parentContext:wt,legacyLocale:Bt},ze))};Ft.ConfigContext=S.E_,Ft.SizeContext=H.Z,Ft.config=yt,Ft.useConfig=ae,Object.defineProperty(Ft,"SizeContext",{get:()=>H.Z});var tr=Ft},48183:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"},i=r,l=e(67532),f={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},i),timePickerLocale:Object.assign({},l.Z)}},32441:function(d,_,e){"use strict";e.d(_,{RV:function(){return o},Rk:function(){return h},Ux:function(){return a},aM:function(){return u},q3:function(){return c},qI:function(){return f}});var r=e(59301),i=e(95013),l=e(2738);const c=r.createContext({labelAlign:"right",vertical:!1,itemRef:()=>{}}),f=r.createContext(null),o=x=>{const p=(0,l.Z)(x,["prefixCls"]);return r.createElement(i.FormProvider,Object.assign({},p))},h=r.createContext({prefixCls:""}),u=r.createContext({}),a=x=>{let{children:p,status:y,override:m}=x;const b=(0,r.useContext)(u),S=(0,r.useMemo)(()=>{const D=Object.assign({},b);return m&&delete D.isFormItemInput,y&&(delete D.status,delete D.hasFeedback,delete D.feedbackIcon),D},[y,m,b]);return r.createElement(u.Provider,{value:S},p)}},28726:function(d,_,e){"use strict";var r=e(59301);_.Z=(0,r.createContext)(void 0)},6700:function(d,_,e){"use strict";var r=e(59301);const i=(0,r.createContext)({});_.Z=i},37028:function(d,_,e){"use strict";var r=e(59301),i=e(92310),l=e.n(i),c=e(36355),f=e(6700),o=e(98242),h=function(p,y){var m={};for(var b in p)Object.prototype.hasOwnProperty.call(p,b)&&y.indexOf(b)<0&&(m[b]=p[b]);if(p!=null&&typeof Object.getOwnPropertySymbols=="function")for(var S=0,b=Object.getOwnPropertySymbols(p);S<b.length;S++)y.indexOf(b[S])<0&&Object.prototype.propertyIsEnumerable.call(p,b[S])&&(m[b[S]]=p[b[S]]);return m};function u(p){return typeof p=="number"?`${p} ${p} auto`:/^\d+(\.\d+)?(px|em|rem|%)$/.test(p)?`0 0 ${p}`:p}const a=["xs","sm","md","lg","xl","xxl"],x=r.forwardRef((p,y)=>{const{getPrefixCls:m,direction:b}=r.useContext(c.E_),{gutter:S,wrap:D}=r.useContext(f.Z),{prefixCls:R,span:A,order:P,offset:M,push:B,pull:N,className:G,children:H,flex:W,style:ae}=p,ne=h(p,["prefixCls","span","order","offset","push","pull","className","children","flex","style"]),oe=m("col",R),[q,J]=(0,o.c)(oe);let K={};a.forEach(Q=>{let le={};const $=p[Q];typeof $=="number"?le.span=$:typeof $=="object"&&(le=$||{}),delete ne[Q],K=Object.assign(Object.assign({},K),{[`${oe}-${Q}-${le.span}`]:le.span!==void 0,[`${oe}-${Q}-order-${le.order}`]:le.order||le.order===0,[`${oe}-${Q}-offset-${le.offset}`]:le.offset||le.offset===0,[`${oe}-${Q}-push-${le.push}`]:le.push||le.push===0,[`${oe}-${Q}-pull-${le.pull}`]:le.pull||le.pull===0,[`${oe}-${Q}-flex-${le.flex}`]:le.flex||le.flex==="auto",[`${oe}-rtl`]:b==="rtl"})});const se=l()(oe,{[`${oe}-${A}`]:A!==void 0,[`${oe}-order-${P}`]:P,[`${oe}-offset-${M}`]:M,[`${oe}-push-${B}`]:B,[`${oe}-pull-${N}`]:N},G,K,J),ee={};if(S&&S[0]>0){const Q=S[0]/2;ee.paddingLeft=Q,ee.paddingRight=Q}return W&&(ee.flex=u(W),D===!1&&!ee.minWidth&&(ee.minWidth=0)),q(r.createElement("div",Object.assign({},ne,{style:Object.assign(Object.assign({},ee),ae),className:se,ref:y}),H))});_.Z=x},27382:function(d,_,e){"use strict";var r=e(59301),i=e(92310),l=e.n(i),c=e(69507),f=e(36355),o=e(6700),h=e(98242),u=function(m,b){var S={};for(var D in m)Object.prototype.hasOwnProperty.call(m,D)&&b.indexOf(D)<0&&(S[D]=m[D]);if(m!=null&&typeof Object.getOwnPropertySymbols=="function")for(var R=0,D=Object.getOwnPropertySymbols(m);R<D.length;R++)b.indexOf(D[R])<0&&Object.prototype.propertyIsEnumerable.call(m,D[R])&&(S[D[R]]=m[D[R]]);return S};const a=null,x=null;function p(m,b){const[S,D]=r.useState(typeof m=="string"?m:""),R=()=>{if(typeof m=="string"&&D(m),typeof m=="object")for(let A=0;A<c.c4.length;A++){const P=c.c4[A];if(!b[P])continue;const M=m[P];if(M!==void 0){D(M);return}}};return r.useEffect(()=>{R()},[JSON.stringify(m),b]),S}const y=r.forwardRef((m,b)=>{const{prefixCls:S,justify:D,align:R,className:A,style:P,children:M,gutter:B=0,wrap:N}=m,G=u(m,["prefixCls","justify","align","className","style","children","gutter","wrap"]),{getPrefixCls:H,direction:W}=r.useContext(f.E_),[ae,ne]=r.useState({xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0}),[oe,q]=r.useState({xs:!1,sm:!1,md:!1,lg:!1,xl:!1,xxl:!1}),J=p(R,oe),K=p(D,oe),se=r.useRef(B),ee=(0,c.ZP)();r.useEffect(()=>{const yt=ee.subscribe(kt=>{q(kt);const Zt=se.current||0;(!Array.isArray(Zt)&&typeof Zt=="object"||Array.isArray(Zt)&&(typeof Zt[0]=="object"||typeof Zt[1]=="object"))&&ne(kt)});return()=>ee.unsubscribe(yt)},[]);const Q=()=>{const yt=[void 0,void 0];return(Array.isArray(B)?B:[B,void 0]).forEach((Zt,Ft)=>{if(typeof Zt=="object")for(let tr=0;tr<c.c4.length;tr++){const ze=c.c4[tr];if(ae[ze]&&Zt[ze]!==void 0){yt[Ft]=Zt[ze];break}}else yt[Ft]=Zt}),yt},le=H("row",S),[$,j]=(0,h.V)(le),ie=Q(),me=l()(le,{[`${le}-no-wrap`]:N===!1,[`${le}-${K}`]:K,[`${le}-${J}`]:J,[`${le}-rtl`]:W==="rtl"},A,j),Te={},Oe=ie[0]!=null&&ie[0]>0?ie[0]/-2:void 0;Oe&&(Te.marginLeft=Oe,Te.marginRight=Oe),[,Te.rowGap]=ie;const[Ge,Ue]=ie,Mt=r.useMemo(()=>({gutter:[Ge,Ue],wrap:N}),[Ge,Ue,N]);return $(r.createElement(o.Z.Provider,{value:Mt},r.createElement("div",Object.assign({},G,{className:me,style:Object.assign(Object.assign({},Te),P),ref:b}),M)))});_.Z=y},98242:function(d,_,e){"use strict";e.d(_,{V:function(){return u},c:function(){return a}});var r=e(83116),i=e(37613);const l=x=>{const{componentCls:p}=x;return{[p]:{display:"flex",flexFlow:"row wrap",minWidth:0,"&::before, &::after":{display:"flex"},"&-no-wrap":{flexWrap:"nowrap"},"&-start":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-end":{justifyContent:"flex-end"},"&-space-between":{justifyContent:"space-between"},"&-space-around":{justifyContent:"space-around"},"&-space-evenly":{justifyContent:"space-evenly"},"&-top":{alignItems:"flex-start"},"&-middle":{alignItems:"center"},"&-bottom":{alignItems:"flex-end"}}}},c=x=>{const{componentCls:p}=x;return{[p]:{position:"relative",maxWidth:"100%",minHeight:1}}},f=(x,p)=>{const{componentCls:y,gridColumns:m}=x,b={};for(let S=m;S>=0;S--)S===0?(b[`${y}${p}-${S}`]={display:"none"},b[`${y}-push-${S}`]={insetInlineStart:"auto"},b[`${y}-pull-${S}`]={insetInlineEnd:"auto"},b[`${y}${p}-push-${S}`]={insetInlineStart:"auto"},b[`${y}${p}-pull-${S}`]={insetInlineEnd:"auto"},b[`${y}${p}-offset-${S}`]={marginInlineStart:0},b[`${y}${p}-order-${S}`]={order:0}):(b[`${y}${p}-${S}`]=[{"--ant-display":"block",display:"block"},{display:"var(--ant-display)",flex:`0 0 ${S/m*100}%`,maxWidth:`${S/m*100}%`}],b[`${y}${p}-push-${S}`]={insetInlineStart:`${S/m*100}%`},b[`${y}${p}-pull-${S}`]={insetInlineEnd:`${S/m*100}%`},b[`${y}${p}-offset-${S}`]={marginInlineStart:`${S/m*100}%`},b[`${y}${p}-order-${S}`]={order:S});return b},o=(x,p)=>f(x,p),h=(x,p,y)=>({[`@media (min-width: ${p}px)`]:Object.assign({},o(x,y))}),u=(0,r.Z)("Grid",x=>[l(x)]),a=(0,r.Z)("Grid",x=>{const p=(0,i.TS)(x,{gridColumns:24}),y={"-sm":p.screenSMMin,"-md":p.screenMDMin,"-lg":p.screenLGMin,"-xl":p.screenXLMin,"-xxl":p.screenXXLMin};return[c(p),o(p,""),o(p,"-xs"),Object.keys(y).map(m=>h(p,y[m],m)).reduce((m,b)=>Object.assign(Object.assign({},m),b),{})]})},41887:function(d,_,e){"use strict";var r=e(59301);const i=(0,r.createContext)(void 0);_.Z=i},31724:function(d,_,e){"use strict";e.d(_,{Z:function(){return h}});var r=e(22075),i=e(48183),l=i.Z,c=e(67532);const f="${label} is not a valid ${type}";var h={locale:"en",Pagination:r.Z,DatePicker:i.Z,TimePicker:c.Z,Calendar:l,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:f,method:f,array:f,object:f,number:f,date:f,boolean:f,integer:f,float:f,regexp:f,email:f,url:f,hex:f},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh"},ColorPicker:{presetEmpty:"Empty"}}},9763:function(d,_,e){"use strict";var r=e(59301),i=e(41887),l=e(31724);const c=(f,o)=>{const h=r.useContext(i.Z),u=r.useMemo(()=>{var x;const p=o||l.Z[f],y=(x=h==null?void 0:h[f])!==null&&x!==void 0?x:{};return Object.assign(Object.assign({},typeof p=="function"?p():p),y||{})},[f,o,h]),a=r.useMemo(()=>{const x=h==null?void 0:h.locale;return h!=null&&h.exist&&!x?l.Z.locale:x},[h]);return[u,a]};_.Z=c},81863:function(d,_,e){"use strict";e.d(_,{Z:function(){return p}});var r=e(91735),i={locale:"zh_CN",today:"\u4ECA\u5929",now:"\u6B64\u523B",backToToday:"\u8FD4\u56DE\u4ECA\u5929",ok:"\u786E\u5B9A",timeSelect:"\u9009\u62E9\u65F6\u95F4",dateSelect:"\u9009\u62E9\u65E5\u671F",weekSelect:"\u9009\u62E9\u5468",clear:"\u6E05\u9664",month:"\u6708",year:"\u5E74",previousMonth:"\u4E0A\u4E2A\u6708 (\u7FFB\u9875\u4E0A\u952E)",nextMonth:"\u4E0B\u4E2A\u6708 (\u7FFB\u9875\u4E0B\u952E)",monthSelect:"\u9009\u62E9\u6708\u4EFD",yearSelect:"\u9009\u62E9\u5E74\u4EFD",decadeSelect:"\u9009\u62E9\u5E74\u4EE3",yearFormat:"YYYY\u5E74",dayFormat:"D\u65E5",dateFormat:"YYYY\u5E74M\u6708D\u65E5",dateTimeFormat:"YYYY\u5E74M\u6708D\u65E5 HH\u65F6mm\u5206ss\u79D2",previousYear:"\u4E0A\u4E00\u5E74 (Control\u952E\u52A0\u5DE6\u65B9\u5411\u952E)",nextYear:"\u4E0B\u4E00\u5E74 (Control\u952E\u52A0\u53F3\u65B9\u5411\u952E)",previousDecade:"\u4E0A\u4E00\u5E74\u4EE3",nextDecade:"\u4E0B\u4E00\u5E74\u4EE3",previousCentury:"\u4E0A\u4E00\u4E16\u7EAA",nextCentury:"\u4E0B\u4E00\u4E16\u7EAA"},l=i,f={placeholder:"\u8BF7\u9009\u62E9\u65F6\u95F4",rangePlaceholder:["\u5F00\u59CB\u65F6\u95F4","\u7ED3\u675F\u65F6\u95F4"]};const o={lang:Object.assign({placeholder:"\u8BF7\u9009\u62E9\u65E5\u671F",yearPlaceholder:"\u8BF7\u9009\u62E9\u5E74\u4EFD",quarterPlaceholder:"\u8BF7\u9009\u62E9\u5B63\u5EA6",monthPlaceholder:"\u8BF7\u9009\u62E9\u6708\u4EFD",weekPlaceholder:"\u8BF7\u9009\u62E9\u5468",rangePlaceholder:["\u5F00\u59CB\u65E5\u671F","\u7ED3\u675F\u65E5\u671F"],rangeYearPlaceholder:["\u5F00\u59CB\u5E74\u4EFD","\u7ED3\u675F\u5E74\u4EFD"],rangeMonthPlaceholder:["\u5F00\u59CB\u6708\u4EFD","\u7ED3\u675F\u6708\u4EFD"],rangeQuarterPlaceholder:["\u5F00\u59CB\u5B63\u5EA6","\u7ED3\u675F\u5B63\u5EA6"],rangeWeekPlaceholder:["\u5F00\u59CB\u5468","\u7ED3\u675F\u5468"]},l),timePickerLocale:Object.assign({},f)};o.lang.ok="\u786E\u5B9A";var h=o,u=h;const a="${label}\u4E0D\u662F\u4E00\u4E2A\u6709\u6548\u7684${type}";var p={locale:"zh-cn",Pagination:r.Z,DatePicker:h,TimePicker:f,Calendar:u,global:{placeholder:"\u8BF7\u9009\u62E9"},Table:{filterTitle:"\u7B5B\u9009",filterConfirm:"\u786E\u5B9A",filterReset:"\u91CD\u7F6E",filterEmptyText:"\u65E0\u7B5B\u9009\u9879",filterCheckall:"\u5168\u9009",filterSearchPlaceholder:"\u5728\u7B5B\u9009\u9879\u4E2D\u641C\u7D22",selectAll:"\u5168\u9009\u5F53\u9875",selectInvert:"\u53CD\u9009\u5F53\u9875",selectNone:"\u6E05\u7A7A\u6240\u6709",selectionAll:"\u5168\u9009\u6240\u6709",sortTitle:"\u6392\u5E8F",expand:"\u5C55\u5F00\u884C",collapse:"\u5173\u95ED\u884C",triggerDesc:"\u70B9\u51FB\u964D\u5E8F",triggerAsc:"\u70B9\u51FB\u5347\u5E8F",cancelSort:"\u53D6\u6D88\u6392\u5E8F"},Modal:{okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88",justOkText:"\u77E5\u9053\u4E86"},Tour:{Next:"\u4E0B\u4E00\u6B65",Previous:"\u4E0A\u4E00\u6B65",Finish:"\u7ED3\u675F\u5BFC\u89C8"},Popconfirm:{cancelText:"\u53D6\u6D88",okText:"\u786E\u5B9A"},Transfer:{titles:["",""],searchPlaceholder:"\u8BF7\u8F93\u5165\u641C\u7D22\u5185\u5BB9",itemUnit:"\u9879",itemsUnit:"\u9879",remove:"\u5220\u9664",selectCurrent:"\u5168\u9009\u5F53\u9875",removeCurrent:"\u5220\u9664\u5F53\u9875",selectAll:"\u5168\u9009\u6240\u6709",removeAll:"\u5220\u9664\u5168\u90E8",selectInvert:"\u53CD\u9009\u5F53\u9875"},Upload:{uploading:"\u6587\u4EF6\u4E0A\u4F20\u4E2D",removeFile:"\u5220\u9664\u6587\u4EF6",uploadError:"\u4E0A\u4F20\u9519\u8BEF",previewFile:"\u9884\u89C8\u6587\u4EF6",downloadFile:"\u4E0B\u8F7D\u6587\u4EF6"},Empty:{description:"\u6682\u65E0\u6570\u636E"},Icon:{icon:"\u56FE\u6807"},Text:{edit:"\u7F16\u8F91",copy:"\u590D\u5236",copied:"\u590D\u5236\u6210\u529F",expand:"\u5C55\u5F00"},PageHeader:{back:"\u8FD4\u56DE"},Form:{optional:"\uFF08\u53EF\u9009\uFF09",defaultValidateMessages:{default:"\u5B57\u6BB5\u9A8C\u8BC1\u9519\u8BEF${label}",required:"\u8BF7\u8F93\u5165${label}",enum:"${label}\u5FC5\u987B\u662F\u5176\u4E2D\u4E00\u4E2A[${enum}]",whitespace:"${label}\u4E0D\u80FD\u4E3A\u7A7A\u5B57\u7B26",date:{format:"${label}\u65E5\u671F\u683C\u5F0F\u65E0\u6548",parse:"${label}\u4E0D\u80FD\u8F6C\u6362\u4E3A\u65E5\u671F",invalid:"${label}\u662F\u4E00\u4E2A\u65E0\u6548\u65E5\u671F"},types:{string:a,method:a,array:a,object:a,number:a,date:a,boolean:a,integer:a,float:a,regexp:a,email:a,url:a,hex:a},string:{len:"${label}\u987B\u4E3A${len}\u4E2A\u5B57\u7B26",min:"${label}\u6700\u5C11${min}\u4E2A\u5B57\u7B26",max:"${label}\u6700\u591A${max}\u4E2A\u5B57\u7B26",range:"${label}\u987B\u5728${min}-${max}\u5B57\u7B26\u4E4B\u95F4"},number:{len:"${label}\u5FC5\u987B\u7B49\u4E8E${len}",min:"${label}\u6700\u5C0F\u503C\u4E3A${min}",max:"${label}\u6700\u5927\u503C\u4E3A${max}",range:"${label}\u987B\u5728${min}-${max}\u4E4B\u95F4"},array:{len:"\u987B\u4E3A${len}\u4E2A${label}",min:"\u6700\u5C11${min}\u4E2A${label}",max:"\u6700\u591A${max}\u4E2A${label}",range:"${label}\u6570\u91CF\u987B\u5728${min}-${max}\u4E4B\u95F4"},pattern:{mismatch:"${label}\u4E0E\u6A21\u5F0F\u4E0D\u5339\u914D${pattern}"}}},Image:{preview:"\u9884\u89C8"},QRCode:{expired:"\u4E8C\u7EF4\u7801\u8FC7\u671F",refresh:"\u70B9\u51FB\u5237\u65B0"},ColorPicker:{presetEmpty:"\u6682\u65E0"}}},8591:function(d,_,e){"use strict";e.d(_,{ZP:function(){return _t}});var r=e(15142),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),S=e(17313),D=e(83116),R=e(37613);const A=ht=>{const{componentCls:Je,iconCls:je,boxShadow:be,colorText:Le,colorSuccess:Ke,colorError:He,colorWarning:Xe,colorInfo:pt,fontSizeLG:bt,motionEaseInOutCirc:rr,motionDurationSlow:Jt,marginXS:Me,paddingXS:rt,borderRadiusLG:Yt,zIndexPopup:Lt,contentPadding:Wt,contentBg:Ht}=ht,ir=`${Je}-notice`,Gt=new b.Keyframes("MessageMoveIn",{"0%":{padding:0,transform:"translateY(-100%)",opacity:0},"100%":{padding:rt,transform:"translateY(0)",opacity:1}}),Ie=new b.Keyframes("MessageMoveOut",{"0%":{maxHeight:ht.height,padding:rt,opacity:1},"100%":{maxHeight:0,padding:0,opacity:0}}),ce={padding:rt,textAlign:"center",[`${Je}-custom-content > ${je}`]:{verticalAlign:"text-bottom",marginInlineEnd:Me,fontSize:bt},[`${ir}-content`]:{display:"inline-block",padding:Wt,background:Ht,borderRadius:Yt,boxShadow:be,pointerEvents:"all"},[`${Je}-success > ${je}`]:{color:Ke},[`${Je}-error > ${je}`]:{color:He},[`${Je}-warning > ${je}`]:{color:Xe},[`${Je}-info > ${je},
${Je}-loading > ${je}`]:{color:pt}};return[{[Je]:Object.assign(Object.assign({},(0,S.Wf)(ht)),{color:Le,position:"fixed",top:Me,width:"100%",pointerEvents:"none",zIndex:Lt,[`${Je}-move-up`]:{animationFillMode:"forwards"},[`
${Je}-move-up-appear,
${Je}-move-up-enter
`]:{animationName:Gt,animationDuration:Jt,animationPlayState:"paused",animationTimingFunction:rr},[`
${Je}-move-up-appear${Je}-move-up-appear-active,
${Je}-move-up-enter${Je}-move-up-enter-active
`]:{animationPlayState:"running"},[`${Je}-move-up-leave`]:{animationName:Ie,animationDuration:Jt,animationPlayState:"paused",animationTimingFunction:rr},[`${Je}-move-up-leave${Je}-move-up-leave-active`]:{animationPlayState:"running"},"&-rtl":{direction:"rtl",span:{direction:"rtl"}}})},{[Je]:{[ir]:Object.assign({},ce)}},{[`${Je}-notice-pure-panel`]:Object.assign(Object.assign({},ce),{padding:0,textAlign:"start"})}]};var P=(0,D.Z)("Message",ht=>{const Je=(0,R.TS)(ht,{height:150});return[A(Je)]},ht=>({zIndexPopup:ht.zIndexPopupBase+10,contentBg:ht.colorBgElevated,contentPadding:`${(ht.controlHeightLG-ht.fontSize*ht.lineHeight)/2}px ${ht.paddingSM}px`})),M=function(ht,Je){var je={};for(var be in ht)Object.prototype.hasOwnProperty.call(ht,be)&&Je.indexOf(be)<0&&(je[be]=ht[be]);if(ht!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Le=0,be=Object.getOwnPropertySymbols(ht);Le<be.length;Le++)Je.indexOf(be[Le])<0&&Object.prototype.propertyIsEnumerable.call(ht,be[Le])&&(je[be[Le]]=ht[be[Le]]);return je};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=ht=>{let{prefixCls:Je,type:je,icon:be,children:Le}=ht;return i.createElement("div",{className:p()(`${Je}-custom-content`,`${Je}-${je}`)},be||B[je],i.createElement("span",null,Le))};var H=ht=>{const{prefixCls:Je,className:je,type:be,icon:Le,content:Ke}=ht,He=M(ht,["prefixCls","className","type","icon","content"]),{getPrefixCls:Xe}=i.useContext(m.E_),pt=Je||Xe("message"),[,bt]=P(pt);return i.createElement(y.qX,Object.assign({},He,{prefixCls:pt,className:p()(je,bt,`${pt}-notice-pure-panel`),eventKey:"pure",duration:null,content:i.createElement(N,{prefixCls:pt,type:be,icon:Le},Ke)}))},W=e(99267);function ae(ht,Je){return{motionName:Je!=null?Je:`${ht}-move-up`}}function ne(ht){let Je;const je=new Promise(Le=>{Je=ht(()=>{Le(!0)})}),be=()=>{Je==null||Je()};return be.then=(Le,Ke)=>je.then(Le,Ke),be.promise=je,be}var oe=function(ht,Je){var je={};for(var be in ht)Object.prototype.hasOwnProperty.call(ht,be)&&Je.indexOf(be)<0&&(je[be]=ht[be]);if(ht!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Le=0,be=Object.getOwnPropertySymbols(ht);Le<be.length;Le++)Je.indexOf(be[Le])<0&&Object.prototype.propertyIsEnumerable.call(ht,be[Le])&&(je[be[Le]]=ht[be[Le]]);return je};const q=8,J=3,K=ht=>{let{children:Je,prefixCls:je}=ht;const[,be]=P(je);return i.createElement(y.JB,{classNames:{list:be,notice:be}},Je)},se=(ht,Je)=>{let{prefixCls:je,key:be}=Je;return i.createElement(K,{prefixCls:je,key:be},ht)},ee=i.forwardRef((ht,Je)=>{const{top:je,prefixCls:be,getContainer:Le,maxCount:Ke,duration:He=J,rtl:Xe,transitionName:pt,onAllRemoved:bt}=ht,{getPrefixCls:rr,getPopupContainer:Jt,message:Me}=i.useContext(m.E_),rt=be||rr("message"),Yt=()=>({left:"50%",transform:"translateX(-50%)",top:je!=null?je:q}),Lt=()=>p()({[`${rt}-rtl`]:Xe}),Wt=()=>ae(rt,pt),Ht=i.createElement("span",{className:`${rt}-close-x`},i.createElement(W.Z,{className:`${rt}-close-icon`})),[ir,Gt]=(0,y.lm)({prefixCls:rt,style:Yt,className:Lt,motion:Wt,closable:!1,closeIcon:Ht,duration:He,getContainer:()=>(Le==null?void 0:Le())||(Jt==null?void 0:Jt())||document.body,maxCount:Ke,onAllRemoved:bt,renderNotifications:se});return i.useImperativeHandle(Je,()=>Object.assign(Object.assign({},ir),{prefixCls:rt,message:Me})),Gt});let Q=0;function le(ht){const Je=i.useRef(null);return[i.useMemo(()=>{const be=pt=>{var bt;(bt=Je.current)===null||bt===void 0||bt.close(pt)},Le=pt=>{if(!Je.current){const he=()=>{};return he.then=()=>{},he}const{open:bt,prefixCls:rr,message:Jt}=Je.current,Me=`${rr}-notice`,{content:rt,icon:Yt,type:Lt,key:Wt,className:Ht,style:ir,onClose:Gt}=pt,Ie=oe(pt,["content","icon","type","key","className","style","onClose"]);let ce=Wt;return ce==null&&(Q+=1,ce=`antd-message-${Q}`),ne(he=>(bt(Object.assign(Object.assign({},Ie),{key:ce,content:i.createElement(N,{prefixCls:rr,type:Lt,icon:Yt},rt),placement:"top",className:p()(Lt&&`${Me}-${Lt}`,Ht,Jt==null?void 0:Jt.className),style:Object.assign(Object.assign({},Jt==null?void 0:Jt.style),ir),onClose:()=>{Gt==null||Gt(),he()}})),()=>{be(ce)}))},He={open:Le,destroy:pt=>{var bt;pt!==void 0?be(pt):(bt=Je.current)===null||bt===void 0||bt.destroy()}};return["info","success","warning","error","loading"].forEach(pt=>{const bt=(rr,Jt,Me)=>{let rt;rr&&typeof rr=="object"&&"content"in rr?rt=rr:rt={content:rr};let Yt,Lt;typeof Jt=="function"?Lt=Jt:(Yt=Jt,Lt=Me);const Wt=Object.assign(Object.assign({onClose:Lt,duration:Yt},rt),{type:pt});return Le(Wt)};He[pt]=bt}),He},[]),i.createElement(ee,Object.assign({key:"message-holder"},ht,{ref:Je}))]}function $(ht){return le(ht)}let j=null,ie=ht=>ht(),me=[],Te={};function Oe(){const{prefixCls:ht,getContainer:Je,duration:je,rtl:be,maxCount:Le,top:Ke}=Te,He=ht!=null?ht:(0,c.w6)().getPrefixCls("message"),Xe=(Je==null?void 0:Je())||document.body;return{prefixCls:He,getContainer:()=>Xe,duration:je,rtl:be,maxCount:Le,top:Ke}}const Ge=i.forwardRef((ht,Je)=>{const[je,be]=i.useState(Oe),[Le,Ke]=le(je),He=(0,c.w6)(),Xe=He.getRootPrefixCls(),pt=He.getIconPrefixCls(),bt=He.getTheme(),rr=()=>{be(Oe)};return i.useEffect(rr,[]),i.useImperativeHandle(Je,()=>{const Jt=Object.assign({},Le);return Object.keys(Jt).forEach(Me=>{Jt[Me]=function(){return rr(),Le[Me].apply(Le,arguments)}}),{instance:Jt,sync:rr}}),i.createElement(c.ZP,{prefixCls:Xe,iconPrefixCls:pt,theme:bt},Ke)});function Ue(){if(!j){const ht=document.createDocumentFragment(),Je={fragment:ht};j=Je,ie(()=>{(0,l.s)(i.createElement(Ge,{ref:je=>{const{instance:be,sync:Le}=je||{};Promise.resolve().then(()=>{!Je.instance&&be&&(Je.instance=be,Je.sync=Le,Ue())})}}),ht)});return}j.instance&&(me.forEach(ht=>{const{type:Je,skipped:je}=ht;if(!je)switch(Je){case"open":{ie(()=>{const be=j.instance.open(Object.assign(Object.assign({},Te),ht.config));be==null||be.then(ht.resolve),ht.setCloseFn(be)});break}case"destroy":ie(()=>{j==null||j.instance.destroy(ht.key)});break;default:ie(()=>{var be;const Le=(be=j.instance)[Je].apply(be,(0,r.Z)(ht.args));Le==null||Le.then(ht.resolve),ht.setCloseFn(Le)})}}),me=[])}function Mt(ht){Te=Object.assign(Object.assign({},Te),ht),ie(()=>{var Je;(Je=j==null?void 0:j.sync)===null||Je===void 0||Je.call(j)})}function yt(ht){const Je=ne(je=>{let be;const Le={type:"open",config:ht,resolve:je,setCloseFn:Ke=>{be=Ke}};return me.push(Le),()=>{be?ie(()=>{be()}):Le.skipped=!0}});return Ue(),Je}function kt(ht,Je){const je=ne(be=>{let Le;const Ke={type:ht,args:Je,resolve:be,setCloseFn:He=>{Le=He}};return me.push(Ke),()=>{Le?ie(()=>{Le()}):Ke.skipped=!0}});return Ue(),je}function Zt(ht){me.push({type:"destroy",key:ht}),Ue()}const Ft=["success","info","warning","error","loading"],ze={open:yt,destroy:Zt,config:Mt,useMessage:$,_InternalPanelDoNotUseOrYouWillBeFired:H};Ft.forEach(ht=>{ze[ht]=function(){for(var Je=arguments.length,je=new Array(Je),be=0;be<Je;be++)je[be]=arguments[be];return kt(ht,je)}});const wt=()=>{};let Bt=null,nt=null;var _t=ze},43418:function(d,_,e){"use strict";e.d(_,{default:function(){return ft}});var r=e(15142),i=e(1585),l=e(59301),c=e(92736),f=e(29679),o=e(19248),h=e(96512),u=e(78987),a=e(92310),x=e.n(a),p=e(62892),y=e(9763),m=e(92806);const b=l.createContext({}),{Provider:S}=b;var R=()=>{const{autoFocusButton:Kt,cancelButtonProps:Tt,cancelTextLocale:Pe,isSilent:At,mergedOkCancel:Ze,rootPrefixCls:we,close:gt,onCancel:Rt,onConfirm:Fe}=(0,l.useContext)(b);return Ze?l.createElement(m.Z,{isSilent:At,actionFn:Rt,close:function(){gt==null||gt.apply(void 0,arguments),Fe==null||Fe(!1)},autoFocus:Kt==="cancel",buttonProps:Tt,prefixCls:`${we}-btn`},Pe):null},P=()=>{const{autoFocusButton:Kt,close:Tt,isSilent:Pe,okButtonProps:At,rootPrefixCls:Ze,okTextLocale:we,okType:gt,onConfirm:Rt,onOk:Fe}=(0,l.useContext)(b);return l.createElement(m.Z,{isSilent:Pe,type:gt||"primary",actionFn:Fe,close:function(){Tt==null||Tt.apply(void 0,arguments),Rt==null||Rt(!0)},autoFocus:Kt==="ok",buttonProps:At,prefixCls:`${Ze}-btn`},we)},M=e(99267),B=e(86923),N=e(47729),G=e(47273);const H=()=>(0,G.Z)()&&window.document.documentElement;var W=e(36355),ae=e(32441),ne=e(33234),oe=e(11575),q=e(1684),J=e(3113),se=()=>{const{cancelButtonProps:Kt,cancelTextLocale:Tt,onCancel:Pe}=(0,l.useContext)(b);return l.createElement(J.ZP,Object.assign({onClick:Pe},Kt),Tt)},ee=e(67797),le=()=>{const{confirmLoading:Kt,okButtonProps:Tt,okType:Pe,okTextLocale:At,onOk:Ze}=(0,l.useContext)(b);return l.createElement(J.ZP,Object.assign({},(0,ee.n)(Pe),{loading:Kt,onClick:Ze},Tt),At)},$=e(98044);function j(Kt,Tt){return l.createElement("span",{className:`${Kt}-close-x`},Tt||l.createElement(M.Z,{className:`${Kt}-close-icon`}))}const ie=Kt=>{const{okText:Tt,okType:Pe="primary",cancelText:At,confirmLoading:Ze,onOk:we,onCancel:gt,okButtonProps:Rt,cancelButtonProps:Fe,footer:Tr}=Kt,[Ct]=(0,y.Z)("Modal",(0,$.A)()),Kr=Tt||(Ct==null?void 0:Ct.okText),tn=At||(Ct==null?void 0:Ct.cancelText),Ir={confirmLoading:Ze,okButtonProps:Rt,cancelButtonProps:Fe,okTextLocale:Kr,cancelTextLocale:tn,okType:Pe,onOk:we,onCancel:gt},Lr=l.useMemo(()=>Ir,(0,r.Z)(Object.values(Ir)));let vr;return typeof Tr=="function"||typeof Tr=="undefined"?(vr=l.createElement(S,{value:Lr},l.createElement(se,null),l.createElement(le,null)),typeof Tr=="function"&&(vr=Tr(vr,{OkBtn:le,CancelBtn:se}))):vr=Tr,l.createElement(q.n,{disabled:!1},vr)};var me=e(73819),Te=function(Kt,Tt){var Pe={};for(var At in Kt)Object.prototype.hasOwnProperty.call(Kt,At)&&Tt.indexOf(At)<0&&(Pe[At]=Kt[At]);if(Kt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ze=0,At=Object.getOwnPropertySymbols(Kt);Ze<At.length;Ze++)Tt.indexOf(At[Ze])<0&&Object.prototype.propertyIsEnumerable.call(Kt,At[Ze])&&(Pe[At[Ze]]=Kt[At[Ze]]);return Pe};let Oe;const Ge=Kt=>{Oe={x:Kt.pageX,y:Kt.pageY},setTimeout(()=>{Oe=null},100)};H()&&document.documentElement.addEventListener("click",Ge,!0);var Mt=Kt=>{var Tt;const{getPopupContainer:Pe,getPrefixCls:At,direction:Ze,modal:we}=l.useContext(W.E_),gt=Qn=>{const{onCancel:Nn}=Kt;Nn==null||Nn(Qn)},Rt=Qn=>{const{onOk:Nn}=Kt;Nn==null||Nn(Qn)},{prefixCls:Fe,className:Tr,rootClassName:Ct,open:Kr,wrapClassName:tn,centered:Ir,getContainer:Lr,closeIcon:vr,closable:$r,focusTriggerAfterClose:sn=!0,style:hn,visible:Xt,width:vt=520,footer:ot}=Kt,ct=Te(Kt,["prefixCls","className","rootClassName","open","wrapClassName","centered","getContainer","closeIcon","closable","focusTriggerAfterClose","style","visible","width","footer"]),Nt=At("modal",Fe),br=At(),[_r,Jr]=(0,me.ZP)(Nt),zr=x()(tn,{[`${Nt}-centered`]:!!Ir,[`${Nt}-wrap-rtl`]:Ze==="rtl"}),xn=ot!==null&&l.createElement(ie,Object.assign({},Kt,{onOk:Rt,onCancel:gt})),[Et,Dr]=(0,N.Z)($r,vr,Qn=>j(Nt,Qn),l.createElement(M.Z,{className:`${Nt}-close-icon`}),!0),kn=(0,oe.H)(`.${Nt}-content`);return _r(l.createElement(ne.BR,null,l.createElement(ae.Ux,{status:!0,override:!0},l.createElement(B.Z,Object.assign({width:vt},ct,{getContainer:Lr===void 0?Pe:Lr,prefixCls:Nt,rootClassName:x()(Jr,Ct),wrapClassName:zr,footer:xn,visible:Kr!=null?Kr:Xt,mousePosition:(Tt=ct.mousePosition)!==null&&Tt!==void 0?Tt:Oe,onClose:gt,closable:Et,closeIcon:Dr,focusTriggerAfterClose:sn,transitionName:(0,p.m)(br,"zoom",Kt.transitionName),maskTransitionName:(0,p.m)(br,"fade",Kt.maskTransitionName),className:x()(Jr,Tr,we==null?void 0:we.className),style:Object.assign(Object.assign({},we==null?void 0:we.style),hn),panelRef:kn})))))},yt=e(17313),kt=e(83116);const Zt=Kt=>{const{componentCls:Tt,titleFontSize:Pe,titleLineHeight:At,modalConfirmIconSize:Ze,fontSize:we,lineHeight:gt}=Kt,Rt=`${Tt}-confirm`,Fe=Math.round(Pe*At),Tr=Math.round(we*gt);return{[Rt]:{"&-rtl":{direction:"rtl"},[`${Kt.antCls}-modal-header`]:{display:"none"},[`${Rt}-body-wrapper`]:Object.assign({},(0,yt.dF)()),[`${Rt}-body`]:{display:"flex",flexWrap:"nowrap",alignItems:"start",[`> ${Kt.iconCls}`]:{flex:"none",fontSize:Ze,marginInlineEnd:Kt.marginSM,marginTop:(Tr-Ze)/2},[`&-has-title > ${Kt.iconCls}`]:{marginTop:(Fe-Ze)/2}},[`${Rt}-paragraph`]:{display:"flex",flexDirection:"column",flex:"auto",rowGap:Kt.marginXS},[`${Rt}-title`]:{color:Kt.colorTextHeading,fontWeight:Kt.fontWeightStrong,fontSize:Pe,lineHeight:At},[`${Rt}-content`]:{color:Kt.colorText,fontSize:we,lineHeight:gt},[`${Rt}-btns`]:{textAlign:"end",marginTop:Kt.marginSM,[`${Kt.antCls}-btn + ${Kt.antCls}-btn`]:{marginBottom:0,marginInlineStart:Kt.marginXS}}},[`${Rt}-error ${Rt}-body > ${Kt.iconCls}`]:{color:Kt.colorError},[`${Rt}-warning ${Rt}-body > ${Kt.iconCls},
${Rt}-confirm ${Rt}-body > ${Kt.iconCls}`]:{color:Kt.colorWarning},[`${Rt}-info ${Rt}-body > ${Kt.iconCls}`]:{color:Kt.colorInfo},[`${Rt}-success ${Rt}-body > ${Kt.iconCls}`]:{color:Kt.colorSuccess}}};var Ft=(0,kt.b)(["Modal","confirm"],Kt=>{const Tt=(0,me.B4)(Kt);return[Zt(Tt)]},me.eh,{order:-1e3}),tr=function(Kt,Tt){var Pe={};for(var At in Kt)Object.prototype.hasOwnProperty.call(Kt,At)&&Tt.indexOf(At)<0&&(Pe[At]=Kt[At]);if(Kt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ze=0,At=Object.getOwnPropertySymbols(Kt);Ze<At.length;Ze++)Tt.indexOf(At[Ze])<0&&Object.prototype.propertyIsEnumerable.call(Kt,At[Ze])&&(Pe[At[Ze]]=Kt[At[Ze]]);return Pe};function ze(Kt){const{prefixCls:Tt,icon:Pe,okText:At,cancelText:Ze,confirmPrefixCls:we,type:gt,okCancel:Rt,footer:Fe,locale:Tr}=Kt,Ct=tr(Kt,["prefixCls","icon","okText","cancelText","confirmPrefixCls","type","okCancel","footer","locale"]);let Kr=Pe;if(!Pe&&Pe!==null)switch(gt){case"info":Kr=l.createElement(u.Z,null);break;case"success":Kr=l.createElement(f.Z,null);break;case"error":Kr=l.createElement(o.Z,null);break;default:Kr=l.createElement(h.Z,null)}const tn=Rt!=null?Rt:gt==="confirm",Ir=Kt.autoFocusButton===null?!1:Kt.autoFocusButton||"ok",[Lr]=(0,y.Z)("Modal"),vr=Tr||Lr,$r=At||(tn?vr==null?void 0:vr.okText:vr==null?void 0:vr.justOkText),sn=Ze||(vr==null?void 0:vr.cancelText),hn=Object.assign({autoFocusButton:Ir,cancelTextLocale:sn,okTextLocale:$r,mergedOkCancel:tn},Ct),Xt=l.useMemo(()=>hn,(0,r.Z)(Object.values(hn))),vt=l.createElement(l.Fragment,null,l.createElement(R,null),l.createElement(P,null)),ot=Kt.title!==void 0&&Kt.title!==null,ct=`${we}-body`;return l.createElement("div",{className:`${we}-body-wrapper`},l.createElement("div",{className:x()(ct,{[`${ct}-has-title`]:ot})},Kr,l.createElement("div",{className:`${we}-paragraph`},ot&&l.createElement("span",{className:`${we}-title`},Kt.title),l.createElement("div",{className:`${we}-content`},Kt.content))),Fe===void 0||typeof Fe=="function"?l.createElement(S,{value:Xt},l.createElement("div",{className:`${we}-btns`},typeof Fe=="function"?Fe(vt,{OkBtn:P,CancelBtn:R}):vt)):Fe,l.createElement(Ft,{prefixCls:Tt}))}var Bt=Kt=>{const{close:Tt,zIndex:Pe,afterClose:At,visible:Ze,open:we,keyboard:gt,centered:Rt,getContainer:Fe,maskStyle:Tr,direction:Ct,prefixCls:Kr,wrapClassName:tn,rootPrefixCls:Ir,iconPrefixCls:Lr,theme:vr,bodyStyle:$r,closable:sn=!1,closeIcon:hn,modalRender:Xt,focusTriggerAfterClose:vt,onConfirm:ot}=Kt,ct=`${Kr}-confirm`,Nt=Kt.width||416,br=Kt.style||{},_r=Kt.mask===void 0?!0:Kt.mask,Jr=Kt.maskClosable===void 0?!1:Kt.maskClosable,zr=x()(ct,`${ct}-${Kt.type}`,{[`${ct}-rtl`]:Ct==="rtl"},Kt.className);return l.createElement(c.ZP,{prefixCls:Ir,iconPrefixCls:Lr,direction:Ct,theme:vr},l.createElement(Mt,{prefixCls:Kr,className:zr,wrapClassName:x()({[`${ct}-centered`]:!!Kt.centered},tn),onCancel:()=>{Tt==null||Tt({triggerCancel:!0}),ot==null||ot(!1)},open:we,title:"",footer:null,transitionName:(0,p.m)(Ir||"","zoom",Kt.transitionName),maskTransitionName:(0,p.m)(Ir||"","fade",Kt.maskTransitionName),mask:_r,maskClosable:Jr,maskStyle:Tr,style:br,bodyStyle:$r,width:Nt,zIndex:Pe,afterClose:At,keyboard:gt,centered:Rt,getContainer:Fe,closable:sn,closeIcon:hn,modalRender:Xt,focusTriggerAfterClose:vt},l.createElement(ze,Object.assign({},Kt,{confirmPrefixCls:ct}))))},_t=[],ht=function(Kt,Tt){var Pe={};for(var At in Kt)Object.prototype.hasOwnProperty.call(Kt,At)&&Tt.indexOf(At)<0&&(Pe[At]=Kt[At]);if(Kt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ze=0,At=Object.getOwnPropertySymbols(Kt);Ze<At.length;Ze++)Tt.indexOf(At[Ze])<0&&Object.prototype.propertyIsEnumerable.call(Kt,At[Ze])&&(Pe[At[Ze]]=Kt[At[Ze]]);return Pe};let Je="";function je(){return Je}function be(Kt){const Tt=document.createDocumentFragment();let Pe=Object.assign(Object.assign({},Kt),{close:gt,open:!0}),At;function Ze(){for(var Fe=arguments.length,Tr=new Array(Fe),Ct=0;Ct<Fe;Ct++)Tr[Ct]=arguments[Ct];const Kr=Tr.some(tn=>tn&&tn.triggerCancel);Kt.onCancel&&Kr&&Kt.onCancel.apply(Kt,[()=>{}].concat((0,r.Z)(Tr.slice(1))));for(let tn=0;tn<_t.length;tn++)if(_t[tn]===gt){_t.splice(tn,1);break}(0,i.v)(Tt)}function we(Fe){var{okText:Tr,cancelText:Ct,prefixCls:Kr,getContainer:tn}=Fe,Ir=ht(Fe,["okText","cancelText","prefixCls","getContainer"]);clearTimeout(At),At=setTimeout(()=>{const Lr=(0,$.A)(),{getPrefixCls:vr,getIconPrefixCls:$r,getTheme:sn}=(0,c.w6)(),hn=vr(void 0,je()),Xt=Kr||`${hn}-modal`,vt=$r(),ot=sn();let ct=tn;ct===!1&&(ct=void 0),(0,i.s)(l.createElement(Bt,Object.assign({},Ir,{getContainer:ct,prefixCls:Xt,rootPrefixCls:hn,iconPrefixCls:vt,okText:Tr,locale:Lr,theme:ot,cancelText:Ct||Lr.cancelText})),Tt)})}function gt(){for(var Fe=arguments.length,Tr=new Array(Fe),Ct=0;Ct<Fe;Ct++)Tr[Ct]=arguments[Ct];Pe=Object.assign(Object.assign({},Pe),{open:!1,afterClose:()=>{typeof Kt.afterClose=="function"&&Kt.afterClose(),Ze.apply(this,Tr)}}),Pe.visible&&delete Pe.visible,we(Pe)}function Rt(Fe){typeof Fe=="function"?Pe=Fe(Pe):Pe=Object.assign(Object.assign({},Pe),Fe),we(Pe)}return we(Pe),_t.push(gt),{destroy:gt,update:Rt}}function Le(Kt){return Object.assign(Object.assign({},Kt),{type:"warning"})}function Ke(Kt){return Object.assign(Object.assign({},Kt),{type:"info"})}function He(Kt){return Object.assign(Object.assign({},Kt),{type:"success"})}function Xe(Kt){return Object.assign(Object.assign({},Kt),{type:"error"})}function pt(Kt){return Object.assign(Object.assign({},Kt),{type:"confirm"})}function bt(Kt){let{rootPrefixCls:Tt}=Kt;Je=Tt}var rr=e(53487),Jt=function(Kt,Tt){var Pe={};for(var At in Kt)Object.prototype.hasOwnProperty.call(Kt,At)&&Tt.indexOf(At)<0&&(Pe[At]=Kt[At]);if(Kt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ze=0,At=Object.getOwnPropertySymbols(Kt);Ze<At.length;Ze++)Tt.indexOf(At[Ze])<0&&Object.prototype.propertyIsEnumerable.call(Kt,At[Ze])&&(Pe[At[Ze]]=Kt[At[Ze]]);return Pe};const Me=Kt=>{const{prefixCls:Tt,className:Pe,closeIcon:At,closable:Ze,type:we,title:gt,children:Rt}=Kt,Fe=Jt(Kt,["prefixCls","className","closeIcon","closable","type","title","children"]),{getPrefixCls:Tr}=l.useContext(W.E_),Ct=Tr(),Kr=Tt||Tr("modal"),[,tn]=(0,me.ZP)(Kr),Ir=`${Kr}-confirm`;let Lr={};return we?Lr={closable:Ze!=null?Ze:!1,title:"",footer:"",children:l.createElement(ze,Object.assign({},Kt,{prefixCls:Kr,confirmPrefixCls:Ir,rootPrefixCls:Ct,content:Rt}))}:Lr={closable:Ze!=null?Ze:!0,title:gt,footer:Kt.footer===void 0?l.createElement(ie,Object.assign({},Kt)):Kt.footer,children:Rt},l.createElement(B.s,Object.assign({prefixCls:Kr,className:x()(tn,`${Kr}-pure-panel`,we&&Ir,we&&`${Ir}-${we}`,Pe)},Fe,{closeIcon:j(Kr,At),closable:Ze},Lr))};var rt=(0,rr.i)(Me);function Yt(){const[Kt,Tt]=l.useState([]),Pe=l.useCallback(At=>(Tt(Ze=>[].concat((0,r.Z)(Ze),[At])),()=>{Tt(Ze=>Ze.filter(we=>we!==At))}),[]);return[Kt,Pe]}var Lt=e(31724),Wt=function(Kt,Tt){var Pe={};for(var At in Kt)Object.prototype.hasOwnProperty.call(Kt,At)&&Tt.indexOf(At)<0&&(Pe[At]=Kt[At]);if(Kt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ze=0,At=Object.getOwnPropertySymbols(Kt);Ze<At.length;Ze++)Tt.indexOf(At[Ze])<0&&Object.prototype.propertyIsEnumerable.call(Kt,At[Ze])&&(Pe[At[Ze]]=Kt[At[Ze]]);return Pe};const Ht=(Kt,Tt)=>{var Pe,{afterClose:At,config:Ze}=Kt,we=Wt(Kt,["afterClose","config"]);const[gt,Rt]=l.useState(!0),[Fe,Tr]=l.useState(Ze),{direction:Ct,getPrefixCls:Kr}=l.useContext(W.E_),tn=Kr("modal"),Ir=Kr(),Lr=()=>{var hn;At(),(hn=Fe.afterClose)===null||hn===void 0||hn.call(Fe)},vr=function(){Rt(!1);for(var hn=arguments.length,Xt=new Array(hn),vt=0;vt<hn;vt++)Xt[vt]=arguments[vt];const ot=Xt.some(ct=>ct&&ct.triggerCancel);Fe.onCancel&&ot&&Fe.onCancel.apply(Fe,[()=>{}].concat((0,r.Z)(Xt.slice(1))))};l.useImperativeHandle(Tt,()=>({destroy:vr,update:hn=>{Tr(Xt=>Object.assign(Object.assign({},Xt),hn))}}));const $r=(Pe=Fe.okCancel)!==null&&Pe!==void 0?Pe:Fe.type==="confirm",[sn]=(0,y.Z)("Modal",Lt.Z.Modal);return l.createElement(Bt,Object.assign({prefixCls:tn,rootPrefixCls:Ir},Fe,{close:vr,open:gt,afterClose:Lr,okText:Fe.okText||($r?sn==null?void 0:sn.okText:sn==null?void 0:sn.justOkText),direction:Fe.direction||Ct,cancelText:Fe.cancelText||(sn==null?void 0:sn.cancelText)},we))};var ir=l.forwardRef(Ht);let Gt=0;const Ie=l.memo(l.forwardRef((Kt,Tt)=>{const[Pe,At]=Yt();return l.useImperativeHandle(Tt,()=>({patchElement:At}),[]),l.createElement(l.Fragment,null,Pe)}));function ce(){const Kt=l.useRef(null),[Tt,Pe]=l.useState([]);l.useEffect(()=>{Tt.length&&((0,r.Z)(Tt).forEach(gt=>{gt()}),Pe([]))},[Tt]);const At=l.useCallback(we=>function(Rt){var Fe;Gt+=1;const Tr=l.createRef();let Ct;const Kr=new Promise($r=>{Ct=$r});let tn=!1,Ir;const Lr=l.createElement(ir,{key:`modal-${Gt}`,config:we(Rt),ref:Tr,afterClose:()=>{Ir==null||Ir()},isSilent:()=>tn,onConfirm:$r=>{Ct($r)}});return Ir=(Fe=Kt.current)===null||Fe===void 0?void 0:Fe.patchElement(Lr),Ir&&_t.push(Ir),{destroy:()=>{function $r(){var sn;(sn=Tr.current)===null||sn===void 0||sn.destroy()}Tr.current?$r():Pe(sn=>[].concat((0,r.Z)(sn),[$r]))},update:$r=>{function sn(){var hn;(hn=Tr.current)===null||hn===void 0||hn.update($r)}Tr.current?sn():Pe(hn=>[].concat((0,r.Z)(hn),[sn]))},then:$r=>(tn=!0,Kr.then($r))}},[]);return[l.useMemo(()=>({info:At(Ke),success:At(He),error:At(Xe),warning:At(Le),confirm:At(pt)}),[]),l.createElement(Ie,{key:"modal-holder",ref:Kt})]}var he=ce;function It(Kt){return be(Le(Kt))}const Ce=Mt;Ce.useModal=he,Ce.info=function(Tt){return be(Ke(Tt))},Ce.success=function(Tt){return be(He(Tt))},Ce.error=function(Tt){return be(Xe(Tt))},Ce.warning=It,Ce.warn=It,Ce.confirm=function(Tt){return be(pt(Tt))},Ce.destroyAll=function(){for(;_t.length;){const Tt=_t.pop();Tt&&Tt()}},Ce.config=bt,Ce._InternalPanelDoNotUseOrYouWillBeFired=rt;var ft=Ce},98044:function(d,_,e){"use strict";e.d(_,{A:function(){return o},f:function(){return f}});var r=e(31724);let i=Object.assign({},r.Z.Modal),l=[];const c=()=>l.reduce((h,u)=>Object.assign(Object.assign({},h),u),r.Z.Modal);function f(h){if(h){const u=Object.assign({},h);return l.push(u),i=c(),()=>{l=l.filter(a=>a!==u),i=c()}}i=Object.assign({},r.Z.Modal)}function o(){return i}},73819:function(d,_,e){"use strict";e.d(_,{B4:function(){return p},QA:function(){return h},eh:function(){return y}});var r=e(17313),i=e(1950),l=e(29878),c=e(37613),f=e(83116);function o(m){return{position:m,inset:0}}const h=m=>{const{componentCls:b,antCls:S}=m;return[{[`${b}-root`]:{[`${b}${S}-zoom-enter, ${b}${S}-zoom-appear`]:{transform:"none",opacity:0,animationDuration:m.motionDurationSlow,userSelect:"none"},[`${b}${S}-zoom-leave ${b}-content`]:{pointerEvents:"none"},[`${b}-mask`]:Object.assign(Object.assign({},o("fixed")),{zIndex:m.zIndexPopupBase,height:"100%",backgroundColor:m.colorBgMask,pointerEvents:"none",[`${b}-hidden`]:{display:"none"}}),[`${b}-wrap`]:Object.assign(Object.assign({},o("fixed")),{zIndex:m.zIndexPopupBase,overflow:"auto",outline:0,WebkitOverflowScrolling:"touch",[`&:has(${b}${S}-zoom-enter), &:has(${b}${S}-zoom-appear)`]:{pointerEvents:"none"}})}},{[`${b}-root`]:(0,i.J$)(m)}]},u=m=>{const{componentCls:b}=m;return[{[`${b}-root`]:{[`${b}-wrap-rtl`]:{direction:"rtl"},[`${b}-centered`]:{textAlign:"center","&::before":{display:"inline-block",width:0,height:"100%",verticalAlign:"middle",content:'""'},[b]:{top:0,display:"inline-block",paddingBottom:0,textAlign:"start",verticalAlign:"middle"}},[`@media (max-width: ${m.screenSMMax})`]:{[b]:{maxWidth:"calc(100vw - 16px)",margin:`${m.marginXS} auto`},[`${b}-centered`]:{[b]:{flex:1}}}}},{[b]:Object.assign(Object.assign({},(0,r.Wf)(m)),{pointerEvents:"none",position:"relative",top:100,width:"auto",maxWidth:`calc(100vw - ${m.margin*2}px)`,margin:"0 auto",paddingBottom:m.paddingLG,[`${b}-title`]:{margin:0,color:m.titleColor,fontWeight:m.fontWeightStrong,fontSize:m.titleFontSize,lineHeight:m.titleLineHeight,wordWrap:"break-word"},[`${b}-content`]:{position:"relative",backgroundColor:m.contentBg,backgroundClip:"padding-box",border:0,borderRadius:m.borderRadiusLG,boxShadow:m.boxShadow,pointerEvents:"auto",padding:`${m.paddingMD}px ${m.paddingContentHorizontalLG}px`},[`${b}-close`]:Object.assign({position:"absolute",top:(m.modalHeaderHeight-m.modalCloseBtnSize)/2,insetInlineEnd:(m.modalHeaderHeight-m.modalCloseBtnSize)/2,zIndex:m.zIndexPopupBase+10,padding:0,color:m.modalCloseIconColor,fontWeight:m.fontWeightStrong,lineHeight:1,textDecoration:"none",background:"transparent",borderRadius:m.borderRadiusSM,width:m.modalCloseBtnSize,height:m.modalCloseBtnSize,border:0,outline:0,cursor:"pointer",transition:`color ${m.motionDurationMid}, background-color ${m.motionDurationMid}`,"&-x":{display:"flex",fontSize:m.fontSizeLG,fontStyle:"normal",lineHeight:`${m.modalCloseBtnSize}px`,justifyContent:"center",textTransform:"none",textRendering:"auto"},"&:hover":{color:m.modalIconHoverColor,backgroundColor:m.wireframe?"transparent":m.colorFillContent,textDecoration:"none"},"&:active":{backgroundColor:m.wireframe?"transparent":m.colorFillContentHover}},(0,r.Qy)(m)),[`${b}-header`]:{color:m.colorText,background:m.headerBg,borderRadius:`${m.borderRadiusLG}px ${m.borderRadiusLG}px 0 0`,marginBottom:m.marginXS},[`${b}-body`]:{fontSize:m.fontSize,lineHeight:m.lineHeight,wordWrap:"break-word"},[`${b}-footer`]:{textAlign:"end",background:m.footerBg,marginTop:m.marginSM,[`${m.antCls}-btn + ${m.antCls}-btn:not(${m.antCls}-dropdown-trigger)`]:{marginBottom:0,marginInlineStart:m.marginXS}},[`${b}-open`]:{overflow:"hidden"}})},{[`${b}-pure-panel`]:{top:"auto",padding:0,display:"flex",flexDirection:"column",[`${b}-content,
${b}-body,
${b}-confirm-body-wrapper`]:{display:"flex",flexDirection:"column",flex:"auto"},[`${b}-confirm-body`]:{marginBottom:"auto"}}}]},a=m=>{const{componentCls:b,antCls:S}=m,D=`${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}},[D]:{[`${S}-modal-body`]:{padding:`${m.padding*2}px ${m.padding*2}px ${m.paddingLG}px`},[`${D}-body`]:{[`> ${m.iconCls}`]:{marginInlineEnd:m.margin,[`+ ${D}-title + ${D}-content`]:{marginInlineStart:m.modalConfirmIconSize+m.margin}}},[`${D}-btns`]:{marginTop:m.marginLG}}}},x=m=>{const{componentCls:b}=m;return{[`${b}-root`]:{[`${b}-wrap-rtl`]:{direction:"rtl",[`${b}-confirm-body`]:{direction:"rtl"}}}}},p=m=>{const b=m.padding,S=m.fontSizeHeading5,D=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:D*S+b*2,modalFooterBorderColorSplit:m.colorSplit,modalFooterBorderStyle:m.lineType,modalFooterPaddingVertical:m.paddingXS,modalFooterPaddingHorizontal:m.padding,modalFooterBorderWidth:m.lineWidth,modalIconHoverColor:m.colorIconHover,modalCloseIconColor:m.colorIcon,modalCloseBtnSize:m.fontSize*m.lineHeight,modalConfirmIconSize:m.fontSize*m.lineHeight})},y=m=>({footerBg:"transparent",headerBg:m.colorBgElevated,titleLineHeight:m.lineHeightHeading5,titleFontSize:m.fontSizeHeading5,contentBg:m.colorBgElevated,titleColor:m.colorTextHeading});_.ZP=(0,f.Z)("Modal",m=>{const b=p(m);return[u(b),x(b),h(b),m.wireframe&&a(b),(0,l._y)(b,"zoom")]},y)},28909:function(d,_,e){"use strict";e.d(_,{Z:function(){return ht}});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),S=e(17313),D=e(83116),R=e(37613),P=Je=>{const{componentCls:je,width:be,notificationMarginEdge:Le}=Je,Ke=new b.Keyframes("antNotificationTopFadeIn",{"0%":{marginTop:"-100%",opacity:0},"100%":{marginTop:0,opacity:1}}),He=new b.Keyframes("antNotificationBottomFadeIn",{"0%":{marginBottom:"-100%",opacity:0},"100%":{marginBottom:0,opacity:1}}),Xe=new b.Keyframes("antNotificationLeftFadeIn",{"0%":{right:{_skip_check_:!0,value:be},opacity:0},"100%":{right:{_skip_check_:!0,value:0},opacity:1}});return{[`&${je}-top, &${je}-bottom`]:{marginInline:0},[`&${je}-top`]:{[`${je}-fade-enter${je}-fade-enter-active, ${je}-fade-appear${je}-fade-appear-active`]:{animationName:Ke}},[`&${je}-bottom`]:{[`${je}-fade-enter${je}-fade-enter-active, ${je}-fade-appear${je}-fade-appear-active`]:{animationName:He}},[`&${je}-topLeft, &${je}-bottomLeft`]:{marginInlineEnd:0,marginInlineStart:Le,[`${je}-fade-enter${je}-fade-enter-active, ${je}-fade-appear${je}-fade-appear-active`]:{animationName:Xe}}}};const M=Je=>{const{iconCls:je,componentCls:be,boxShadow:Le,fontSizeLG:Ke,notificationMarginBottom:He,borderRadiusLG:Xe,colorSuccess:pt,colorInfo:bt,colorWarning:rr,colorError:Jt,colorTextHeading:Me,notificationBg:rt,notificationPadding:Yt,notificationMarginEdge:Lt,motionDurationMid:Wt,motionEaseInOut:Ht,fontSize:ir,lineHeight:Gt,width:Ie,notificationIconSize:ce,colorText:he}=Je,It=`${be}-notice`,Ce=new b.Keyframes("antNotificationFadeIn",{"0%":{left:{_skip_check_:!0,value:Ie},opacity:0},"100%":{left:{_skip_check_:!0,value:0},opacity:1}}),ft=new b.Keyframes("antNotificationFadeOut",{"0%":{maxHeight:Je.animationMaxHeight,marginBottom:He,opacity:1},"100%":{maxHeight:0,marginBottom:0,paddingTop:0,paddingBottom:0,opacity:0}}),Kt={position:"relative",width:Ie,maxWidth:`calc(100vw - ${Lt*2}px)`,marginBottom:He,marginInlineStart:"auto",padding:Yt,overflow:"hidden",lineHeight:Gt,wordWrap:"break-word",background:rt,borderRadius:Xe,boxShadow:Le,[`${be}-close-icon`]:{fontSize:ir,cursor:"pointer"},[`${It}-message`]:{marginBottom:Je.marginXS,color:Me,fontSize:Ke,lineHeight:Je.lineHeightLG},[`${It}-description`]:{fontSize:ir,color:he},[`&${It}-closable ${It}-message`]:{paddingInlineEnd:Je.paddingLG},[`${It}-with-icon ${It}-message`]:{marginBottom:Je.marginXS,marginInlineStart:Je.marginSM+ce,fontSize:Ke},[`${It}-with-icon ${It}-description`]:{marginInlineStart:Je.marginSM+ce,fontSize:ir},[`${It}-icon`]:{position:"absolute",fontSize:ce,lineHeight:0,[`&-success${je}`]:{color:pt},[`&-info${je}`]:{color:bt},[`&-warning${je}`]:{color:rr},[`&-error${je}`]:{color:Jt}},[`${It}-close`]:{position:"absolute",top:Je.notificationPaddingVertical,insetInlineEnd:Je.notificationPaddingHorizontal,color:Je.colorIcon,outline:"none",width:Je.notificationCloseButtonSize,height:Je.notificationCloseButtonSize,borderRadius:Je.borderRadiusSM,transition:`background-color ${Je.motionDurationMid}, color ${Je.motionDurationMid}`,display:"flex",alignItems:"center",justifyContent:"center","&:hover":{color:Je.colorIconHover,backgroundColor:Je.wireframe?"transparent":Je.colorFillContent}},[`${It}-btn`]:{float:"right",marginTop:Je.marginSM}};return[{[be]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,S.Wf)(Je)),{position:"fixed",zIndex:Je.zIndexPopup,marginInlineEnd:Lt,[`${be}-hook-holder`]:{position:"relative"},[`&${be}-top, &${be}-bottom`]:{[It]:{marginInline:"auto auto"}},[`&${be}-topLeft, &${be}-bottomLeft`]:{[It]:{marginInlineEnd:"auto",marginInlineStart:0}},[`${be}-fade-enter, ${be}-fade-appear`]:{animationDuration:Je.motionDurationMid,animationTimingFunction:Ht,animationFillMode:"both",opacity:0,animationPlayState:"paused"},[`${be}-fade-leave`]:{animationTimingFunction:Ht,animationFillMode:"both",animationDuration:Wt,animationPlayState:"paused"},[`${be}-fade-enter${be}-fade-enter-active, ${be}-fade-appear${be}-fade-appear-active`]:{animationName:Ce,animationPlayState:"running"},[`${be}-fade-leave${be}-fade-leave-active`]:{animationName:ft,animationPlayState:"running"}}),P(Je)),{"&-rtl":{direction:"rtl",[`${It}-btn`]:{float:"left"}}})},{[be]:{[It]:Object.assign({},Kt)}},{[`${It}-pure-panel`]:Object.assign(Object.assign({},Kt),{margin:0})}]};var B=(0,D.Z)("Notification",Je=>{const je=Je.paddingMD,be=Je.paddingLG,Le=(0,R.TS)(Je,{notificationBg:Je.colorBgElevated,notificationPaddingVertical:je,notificationPaddingHorizontal:be,notificationIconSize:Je.fontSizeLG*Je.lineHeightLG,notificationCloseButtonSize:Je.controlHeightLG*.55,notificationMarginBottom:Je.margin,notificationPadding:`${Je.paddingMD}px ${Je.paddingContentHorizontalLG}px`,notificationMarginEdge:Je.marginLG,animationMaxHeight:150});return[M(Le)]},Je=>({zIndexPopup:Je.zIndexPopupBase+50,width:384})),N=function(Je,je){var be={};for(var Le in Je)Object.prototype.hasOwnProperty.call(Je,Le)&&je.indexOf(Le)<0&&(be[Le]=Je[Le]);if(Je!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ke=0,Le=Object.getOwnPropertySymbols(Je);Ke<Le.length;Ke++)je.indexOf(Le[Ke])<0&&Object.prototype.propertyIsEnumerable.call(Je,Le[Ke])&&(be[Le[Ke]]=Je[Le[Ke]]);return be};const G={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 H(Je,je){return je===null||je===!1?null:je||r.createElement("span",{className:`${Je}-close-x`},r.createElement(o.Z,{className:`${Je}-close-icon`}))}const W={success:c.Z,info:u.Z,error:f.Z,warning:h.Z},ae=Je=>{const{prefixCls:je,icon:be,type:Le,message:Ke,description:He,btn:Xe,role:pt="alert"}=Je;let bt=null;return be?bt=r.createElement("span",{className:`${je}-icon`},be):Le&&(bt=r.createElement(W[Le]||null,{className:p()(`${je}-icon`,`${je}-icon-${Le}`)})),r.createElement("div",{className:p()({[`${je}-with-icon`]:bt}),role:pt},bt,r.createElement("div",{className:`${je}-message`},Ke),r.createElement("div",{className:`${je}-description`},He),Xe&&r.createElement("div",{className:`${je}-btn`},Xe))};var oe=Je=>{const{prefixCls:je,className:be,icon:Le,type:Ke,message:He,description:Xe,btn:pt,closable:bt=!0,closeIcon:rr}=Je,Jt=N(Je,["prefixCls","className","icon","type","message","description","btn","closable","closeIcon"]),{getPrefixCls:Me}=r.useContext(m.E_),rt=je||Me("notification"),Yt=`${rt}-notice`,[,Lt]=B(rt);return r.createElement(y.qX,Object.assign({},Jt,{prefixCls:rt,className:p()(be,Lt,`${Yt}-pure-panel`),eventKey:"pure",duration:null,closable:bt,closeIcon:H(rt,rr),content:r.createElement(ae,{prefixCls:Yt,icon:Le,type:Ke,message:He,description:Xe,btn:pt})}))};function q(Je,je,be){let Le;switch(Je){case"top":Le={left:"50%",transform:"translateX(-50%)",right:"auto",top:je,bottom:"auto"};break;case"topLeft":Le={left:0,top:je,bottom:"auto"};break;case"topRight":Le={right:0,top:je,bottom:"auto"};break;case"bottom":Le={left:"50%",transform:"translateX(-50%)",right:"auto",top:"auto",bottom:be};break;case"bottomLeft":Le={left:0,top:"auto",bottom:be};break;default:Le={right:0,top:"auto",bottom:be};break}return Le}function J(Je){return{motionName:`${Je}-fade`}}var K=function(Je,je){var be={};for(var Le in Je)Object.prototype.hasOwnProperty.call(Je,Le)&&je.indexOf(Le)<0&&(be[Le]=Je[Le]);if(Je!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ke=0,Le=Object.getOwnPropertySymbols(Je);Ke<Le.length;Ke++)je.indexOf(Le[Ke])<0&&Object.prototype.propertyIsEnumerable.call(Je,Le[Ke])&&(be[Le[Ke]]=Je[Le[Ke]]);return be};const se=24,ee=4.5,Q="topRight",le=Je=>{let{children:je,prefixCls:be}=Je;const[,Le]=B(be);return r.createElement(y.JB,{classNames:{list:Le,notice:Le}},je)},$=(Je,je)=>{let{prefixCls:be,key:Le}=je;return r.createElement(le,{prefixCls:be,key:Le},Je)},j=r.forwardRef((Je,je)=>{const{top:be,bottom:Le,prefixCls:Ke,getContainer:He,maxCount:Xe,rtl:pt,onAllRemoved:bt}=Je,{getPrefixCls:rr,getPopupContainer:Jt,notification:Me}=r.useContext(m.E_),rt=Ke||rr("notification"),Yt=Gt=>q(Gt,be!=null?be:se,Le!=null?Le:se),Lt=()=>p()({[`${rt}-rtl`]:pt}),Wt=()=>J(rt),[Ht,ir]=(0,y.lm)({prefixCls:rt,style:Yt,className:Lt,motion:Wt,closable:!0,closeIcon:H(rt),duration:ee,getContainer:()=>(He==null?void 0:He())||(Jt==null?void 0:Jt())||document.body,maxCount:Xe,onAllRemoved:bt,renderNotifications:$});return r.useImperativeHandle(je,()=>Object.assign(Object.assign({},Ht),{prefixCls:rt,notification:Me})),ir});function ie(Je){const je=r.useRef(null);return[r.useMemo(()=>{const Le=pt=>{var bt;if(!je.current)return;const{open:rr,prefixCls:Jt,notification:Me}=je.current,rt=`${Jt}-notice`,{message:Yt,description:Lt,icon:Wt,type:Ht,btn:ir,className:Gt,style:Ie,role:ce="alert",closeIcon:he}=pt,It=K(pt,["message","description","icon","type","btn","className","style","role","closeIcon"]),Ce=H(rt,he);return rr(Object.assign(Object.assign({placement:(bt=Je==null?void 0:Je.placement)!==null&&bt!==void 0?bt:Q},It),{content:r.createElement(ae,{prefixCls:rt,icon:Wt,type:Ht,message:Yt,description:Lt,btn:ir,role:ce}),className:p()(Ht&&`${rt}-${Ht}`,Gt,Me==null?void 0:Me.className),style:Object.assign(Object.assign({},Me==null?void 0:Me.style),Ie),closeIcon:Ce,closable:!!Ce}))},He={open:Le,destroy:pt=>{var bt,rr;pt!==void 0?(bt=je.current)===null||bt===void 0||bt.close(pt):(rr=je.current)===null||rr===void 0||rr.destroy()}};return["success","info","warning","error"].forEach(pt=>{He[pt]=bt=>Le(Object.assign(Object.assign({},bt),{type:pt}))}),He},[]),r.createElement(j,Object.assign({key:"notification-holder"},Je,{ref:je}))]}function me(Je){return ie(Je)}let Te=null,Oe=Je=>Je(),Ge=[],Ue={};function Mt(){const{prefixCls:Je,getContainer:je,rtl:be,maxCount:Le,top:Ke,bottom:He}=Ue,Xe=Je!=null?Je:(0,l.w6)().getPrefixCls("notification"),pt=(je==null?void 0:je())||document.body;return{prefixCls:Xe,getContainer:()=>pt,rtl:be,maxCount:Le,top:Ke,bottom:He}}const yt=r.forwardRef((Je,je)=>{const[be,Le]=r.useState(Mt),[Ke,He]=ie(be),Xe=(0,l.w6)(),pt=Xe.getRootPrefixCls(),bt=Xe.getIconPrefixCls(),rr=Xe.getTheme(),Jt=()=>{Le(Mt)};return r.useEffect(Jt,[]),r.useImperativeHandle(je,()=>{const Me=Object.assign({},Ke);return Object.keys(Me).forEach(rt=>{Me[rt]=function(){return Jt(),Ke[rt].apply(Ke,arguments)}}),{instance:Me,sync:Jt}}),r.createElement(l.ZP,{prefixCls:pt,iconPrefixCls:bt,theme:rr},He)});function kt(){if(!Te){const Je=document.createDocumentFragment(),je={fragment:Je};Te=je,Oe(()=>{(0,i.s)(r.createElement(yt,{ref:be=>{const{instance:Le,sync:Ke}=be||{};Promise.resolve().then(()=>{!je.instance&&Le&&(je.instance=Le,je.sync=Ke,kt())})}}),Je)});return}Te.instance&&(Ge.forEach(Je=>{switch(Je.type){case"open":{Oe(()=>{Te.instance.open(Object.assign(Object.assign({},Ue),Je.config))});break}case"destroy":Oe(()=>{Te==null||Te.instance.destroy(Je.key)});break}}),Ge=[])}function Zt(Je){Ue=Object.assign(Object.assign({},Ue),Je),Oe(()=>{var je;(je=Te==null?void 0:Te.sync)===null||je===void 0||je.call(Te)})}function Ft(Je){Ge.push({type:"open",config:Je}),kt()}function tr(Je){Ge.push({type:"destroy",key:Je}),kt()}const ze=["success","info","warning","error"],Bt={open:Ft,destroy:tr,config:Zt,useNotification:me,_InternalPanelDoNotUseOrYouWillBeFired:oe};ze.forEach(Je=>{Bt[Je]=je=>Ft(Object.assign(Object.assign({},je),{type:Je}))});const nt=()=>{};let _t=null;var ht=Bt},95237:function(d,_,e){"use strict";var r=e(27382);_.Z=r.Z},33234:function(d,_,e){"use strict";e.d(_,{BR:function(){return p},ri:function(){return x}});var r=e(92310),i=e.n(r),l=e(11592),c=e(59301),f=e(36355),o=e(19716),h=e(2856),u=function(b,S){var D={};for(var R in b)Object.prototype.hasOwnProperty.call(b,R)&&S.indexOf(R)<0&&(D[R]=b[R]);if(b!=null&&typeof Object.getOwnPropertySymbols=="function")for(var A=0,R=Object.getOwnPropertySymbols(b);A<R.length;A++)S.indexOf(R[A])<0&&Object.prototype.propertyIsEnumerable.call(b,R[A])&&(D[R[A]]=b[R[A]]);return D};const a=c.createContext(null),x=(b,S)=>{const D=c.useContext(a),R=c.useMemo(()=>{if(!D)return"";const{compactDirection:A,isFirstItem:P,isLastItem:M}=D,B=A==="vertical"?"-vertical-":"-";return i()(`${b}-compact${B}item`,{[`${b}-compact${B}first-item`]:P,[`${b}-compact${B}last-item`]:M,[`${b}-compact${B}item-rtl`]:S==="rtl"})},[b,S,D]);return{compactSize:D==null?void 0:D.compactSize,compactDirection:D==null?void 0:D.compactDirection,compactItemClassnames:R}},p=b=>{let{children:S}=b;return c.createElement(a.Provider,{value:null},S)},y=b=>{var{children:S}=b,D=u(b,["children"]);return c.createElement(a.Provider,{value:D},S)},m=b=>{const{getPrefixCls:S,direction:D}=c.useContext(f.E_),{size:R,direction:A,block:P,prefixCls:M,className:B,rootClassName:N,children:G}=b,H=u(b,["size","direction","block","prefixCls","className","rootClassName","children"]),W=(0,o.Z)(ee=>R!=null?R:ee),ae=S("space-compact",M),[ne,oe]=(0,h.Z)(ae),q=i()(ae,oe,{[`${ae}-rtl`]:D==="rtl",[`${ae}-block`]:P,[`${ae}-vertical`]:A==="vertical"},B,N),J=c.useContext(a),K=(0,l.Z)(G),se=c.useMemo(()=>K.map((ee,Q)=>{const le=ee&&ee.key||`${ae}-item-${Q}`;return c.createElement(y,{key:le,compactSize:W,compactDirection:A,isFirstItem:Q===0&&(!J||(J==null?void 0:J.isFirstItem)),isLastItem:Q===K.length-1&&(!J||(J==null?void 0:J.isLastItem))},ee)}),[R,K,J]);return K.length===0?null:ne(c.createElement("div",Object.assign({className:q},H),se))};_.ZP=m},2856:function(d,_,e){"use strict";e.d(_,{Z:function(){return h}});var r=e(83116),i=e(37613),c=u=>{const{componentCls:a}=u;return{[a]:{"&-block":{display:"flex",width:"100%"},"&-vertical":{flexDirection:"column"}}}};const f=u=>{const{componentCls:a}=u;return{[a]:{display:"inline-flex","&-rtl":{direction:"rtl"},"&-vertical":{flexDirection:"column"},"&-align":{flexDirection:"column","&-center":{alignItems:"center"},"&-start":{alignItems:"flex-start"},"&-end":{alignItems:"flex-end"},"&-baseline":{alignItems:"baseline"}},[`${a}-item:empty`]:{display:"none"}}}},o=u=>{const{componentCls:a}=u;return{[a]:{"&-gap-row-small":{rowGap:u.spaceGapSmallSize},"&-gap-row-middle":{rowGap:u.spaceGapMiddleSize},"&-gap-row-large":{rowGap:u.spaceGapLargeSize},"&-gap-col-small":{columnGap:u.spaceGapSmallSize},"&-gap-col-middle":{columnGap:u.spaceGapMiddleSize},"&-gap-col-large":{columnGap:u.spaceGapLargeSize}}}};var h=(0,r.Z)("Space",u=>{const a=(0,i.TS)(u,{spaceGapSmallSize:u.paddingXS,spaceGapMiddleSize:u.padding,spaceGapLargeSize:u.paddingLG});return[f(a),o(a),c(a)]},()=>({}),{resetStyle:!1})},71418:function(d,_,e){"use strict";e.d(_,{Z:function(){return G}});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=H=>({[`${H.componentCls}`]:Object.assign(Object.assign({},(0,a.Wf)(H)),{position:"absolute",display:"none",color:H.colorPrimary,fontSize:0,textAlign:"center",verticalAlign:"middle",opacity:0,transition:`transform ${H.motionDurationSlow} ${H.motionEaseInOutCirc}`,"&-spinning":{position:"static",display:"inline-block",opacity:1},"&-nested-loading":{position:"relative",[`> div > ${H.componentCls}`]:{position:"absolute",top:0,insetInlineStart:0,zIndex:4,display:"block",width:"100%",height:"100%",maxHeight:H.contentHeight,[`${H.componentCls}-dot`]:{position:"absolute",top:"50%",insetInlineStart:"50%",margin:-H.dotSize/2},[`${H.componentCls}-text`]:{position:"absolute",top:"50%",width:"100%",paddingTop:(H.dotSize-H.fontSize)/2+2,textShadow:`0 1px 2px ${H.colorBgContainer}`,fontSize:H.fontSize},[`&${H.componentCls}-show-text ${H.componentCls}-dot`]:{marginTop:-(H.dotSize/2)-10},"&-sm":{[`${H.componentCls}-dot`]:{margin:-H.dotSizeSM/2},[`${H.componentCls}-text`]:{paddingTop:(H.dotSizeSM-H.fontSize)/2+2},[`&${H.componentCls}-show-text ${H.componentCls}-dot`]:{marginTop:-(H.dotSizeSM/2)-10}},"&-lg":{[`${H.componentCls}-dot`]:{margin:-(H.dotSizeLG/2)},[`${H.componentCls}-text`]:{paddingTop:(H.dotSizeLG-H.fontSize)/2+2},[`&${H.componentCls}-show-text ${H.componentCls}-dot`]:{marginTop:-(H.dotSizeLG/2)-10}}},[`${H.componentCls}-container`]:{position:"relative",transition:`opacity ${H.motionDurationSlow}`,"&::after":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:10,width:"100%",height:"100%",background:H.colorBgContainer,opacity:0,transition:`all ${H.motionDurationSlow}`,content:'""',pointerEvents:"none"}},[`${H.componentCls}-blur`]:{clear:"both",opacity:.5,userSelect:"none",pointerEvents:"none","&::after":{opacity:.4,pointerEvents:"auto"}}},"&-tip":{color:H.spinDotDefault},[`${H.componentCls}-dot`]:{position:"relative",display:"inline-block",fontSize:H.dotSize,width:"1em",height:"1em","&-item":{position:"absolute",display:"block",width:(H.dotSize-H.marginXXS/2)/2,height:(H.dotSize-H.marginXXS/2)/2,backgroundColor:H.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 ${H.componentCls}-dot`]:{fontSize:H.dotSizeSM,i:{width:(H.dotSizeSM-H.marginXXS/2)/2,height:(H.dotSizeSM-H.marginXXS/2)/2}},[`&-lg ${H.componentCls}-dot`]:{fontSize:H.dotSizeLG,i:{width:(H.dotSizeLG-H.marginXXS)/2,height:(H.dotSizeLG-H.marginXXS)/2}},[`&${H.componentCls}-show-text ${H.componentCls}-text`]:{display:"block"}})});var S=(0,x.Z)("Spin",H=>{const W=(0,p.TS)(H,{spinDotDefault:H.colorTextDescription});return[b(W)]},H=>({contentHeight:400,dotSize:H.controlHeightLG/2,dotSizeSM:H.controlHeightLG*.35,dotSizeLG:H.controlHeight})),D=function(H,W){var ae={};for(var ne in H)Object.prototype.hasOwnProperty.call(H,ne)&&W.indexOf(ne)<0&&(ae[ne]=H[ne]);if(H!=null&&typeof Object.getOwnPropertySymbols=="function")for(var oe=0,ne=Object.getOwnPropertySymbols(H);oe<ne.length;oe++)W.indexOf(ne[oe])<0&&Object.prototype.propertyIsEnumerable.call(H,ne[oe])&&(ae[ne[oe]]=H[ne[oe]]);return ae};const R=null;let A=null;function P(H,W){const{indicator:ae}=W,ne=`${H}-dot`;return ae===null?null:(0,o.l$)(ae)?(0,o.Tm)(ae,{className:i()(ae.props.className,ne)}):(0,o.l$)(A)?(0,o.Tm)(A,{className:i()(A.props.className,ne)}):c.createElement("span",{className:i()(ne,`${H}-dot-spin`)},c.createElement("i",{className:`${H}-dot-item`,key:1}),c.createElement("i",{className:`${H}-dot-item`,key:2}),c.createElement("i",{className:`${H}-dot-item`,key:3}),c.createElement("i",{className:`${H}-dot-item`,key:4}))}function M(H,W){return!!H&&!!W&&!isNaN(Number(W))}const B=H=>{const{spinPrefixCls:W,spinning:ae=!0,delay:ne=0,className:oe,rootClassName:q,size:J="default",tip:K,wrapperClassName:se,style:ee,children:Q,hashId:le}=H,$=D(H,["spinPrefixCls","spinning","delay","className","rootClassName","size","tip","wrapperClassName","style","children","hashId"]),[j,ie]=c.useState(()=>ae&&!M(ae,ne));c.useEffect(()=>{if(ae){const Zt=(0,f.D)(ne,()=>{ie(!0)});return Zt(),()=>{var Ft;(Ft=Zt==null?void 0:Zt.cancel)===null||Ft===void 0||Ft.call(Zt)}}ie(!1)},[ne,ae]);const me=c.useMemo(()=>typeof Q!="undefined",[Q]),{direction:Te,spin:Oe}=c.useContext(h.E_),Ge=i()(W,Oe==null?void 0:Oe.className,{[`${W}-sm`]:J==="small",[`${W}-lg`]:J==="large",[`${W}-spinning`]:j,[`${W}-show-text`]:!!K,[`${W}-rtl`]:Te==="rtl"},oe,q,le),Ue=i()(`${W}-container`,{[`${W}-blur`]:j}),Mt=(0,l.Z)($,["indicator","prefixCls"]),yt=Object.assign(Object.assign({},Oe==null?void 0:Oe.style),ee),kt=c.createElement("div",Object.assign({},Mt,{style:yt,className:Ge,"aria-live":"polite","aria-busy":j}),P(W,H),K&&me?c.createElement("div",{className:`${W}-text`},K):null);return me?c.createElement("div",Object.assign({},Mt,{className:i()(`${W}-nested-loading`,se,le)}),j&&c.createElement("div",{key:"loading"},kt),c.createElement("div",{className:Ue,key:"container"},Q)):kt},N=H=>{const{prefixCls:W}=H,{getPrefixCls:ae}=c.useContext(h.E_),ne=ae("spin",W),[oe,q]=S(ne),J=Object.assign(Object.assign({},H),{spinPrefixCls:ne,hashId:q});return oe(c.createElement(B,Object.assign({},J)))};N.setDefaultIndicator=H=>{A=H};var G=N},74207:function(d,_,e){"use strict";e.d(_,{c:function(){return l}});function r(c,f,o){const{focusElCls:h,focus:u,borderElCls:a}=o,x=a?"> *":"",p=["hover",u?"focus":null,"active"].filter(Boolean).map(y=>`&:${y} ${x}`).join(",");return{[`&-item:not(${f}-last-item)`]:{marginInlineEnd:-c.lineWidth},"&-item":Object.assign(Object.assign({[p]:{zIndex:2}},h?{[`&${h}`]:{zIndex:2}}:{}),{[`&[disabled] ${x}`]:{zIndex:0}})}}function i(c,f,o){const{borderElCls:h}=o,u=h?`> ${h}`:"";return{[`&-item:not(${f}-first-item):not(${f}-last-item) ${u}`]:{borderRadius:0},[`&-item:not(${f}-last-item)${f}-first-item`]:{[`& ${u}, &${c}-sm ${u}, &${c}-lg ${u}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&-item:not(${f}-first-item)${f}-last-item`]:{[`& ${u}, &${c}-sm ${u}, &${c}-lg ${u}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}}}function l(c){let f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{focus:!0};const{componentCls:o}=c,h=`${o}-compact`;return{[h]:Object.assign(Object.assign({},r(c,h,f)),i(o,h,f))}}},17313:function(d,_,e){"use strict";e.d(_,{Lx:function(){return f},Qy:function(){return u},Ro:function(){return l},Wf:function(){return i},dF:function(){return c},du:function(){return o},oN:function(){return h},vS:function(){return r}});const r={overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},i=a=>({boxSizing:"border-box",margin:0,padding:0,color:a.colorText,fontSize:a.fontSize,lineHeight:a.lineHeight,listStyle:"none",fontFamily:a.fontFamily}),l=()=>({display:"inline-flex",alignItems:"center",color:"inherit",fontStyle:"normal",lineHeight:0,textAlign:"center",textTransform:"none",verticalAlign:"-0.125em",textRendering:"optimizeLegibility","-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","> *":{lineHeight:1},svg:{display:"inline-block"}}),c=()=>({"&::before":{display:"table",content:'""'},"&::after":{display:"table",clear:"both",content:'""'}}),f=a=>({a:{color:a.colorLink,textDecoration:a.linkDecoration,backgroundColor:"transparent",outline:"none",cursor:"pointer",transition:`color ${a.motionDurationSlow}`,"-webkit-text-decoration-skip":"objects","&:hover":{color:a.colorLinkHover},"&:active":{color:a.colorLinkActive},"&:active,\n &:hover":{textDecoration:a.linkHoverDecoration,outline:0},"&:focus":{textDecoration:a.linkFocusDecoration,outline:0},"&[disabled]":{color:a.colorTextDisabled,cursor:"not-allowed"}}}),o=(a,x)=>{const{fontFamily:p,fontSize:y}=a,m=`[class^="${x}"], [class*=" ${x}"]`;return{[m]:{fontFamily:p,fontSize:y,boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"},[m]:{boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"}}}}},h=a=>({outline:`${a.lineWidthFocus}px solid ${a.colorPrimaryBorder}`,outlineOffset:1,transition:"outline-offset 0s, outline 0s"}),u=a=>({"&:focus-visible":Object.assign({},h(a))})},1950:function(d,_,e){"use strict";e.d(_,{J$:function(){return f}});var r=e(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,_,e){"use strict";e.d(_,{R:function(){return l}});const r=c=>({animationDuration:c,animationFillMode:"both"}),i=c=>({animationDuration:c,animationFillMode:"both"}),l=function(c,f,o,h){const a=(arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1)?"&":"";return{[`
${a}${c}-enter,
${a}${c}-appear
`]:Object.assign(Object.assign({},r(h)),{animationPlayState:"paused"}),[`${a}${c}-leave`]:Object.assign(Object.assign({},i(h)),{animationPlayState:"paused"}),[`
${a}${c}-enter${c}-enter-active,
${a}${c}-appear${c}-appear-active
`]:{animationName:f,animationPlayState:"running"},[`${a}${c}-leave${c}-leave-active`]:{animationName:o,animationPlayState:"running",pointerEvents:"none"}}}},29878:function(d,_,e){"use strict";e.d(_,{_y:function(){return D},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}}),S={zoom:{inKeyframes:l,outKeyframes:c},"zoom-big":{inKeyframes:f,outKeyframes:o},"zoom-big-fast":{inKeyframes:f,outKeyframes:o},"zoom-left":{inKeyframes:a,outKeyframes:x},"zoom-right":{inKeyframes:p,outKeyframes:y},"zoom-up":{inKeyframes:h,outKeyframes:u},"zoom-down":{inKeyframes:m,outKeyframes:b}},D=(R,A)=>{const{antCls:P}=R,M=`${P}-${A}`,{inKeyframes:B,outKeyframes:N}=S[A];return[(0,i.R)(M,B,N,A==="zoom-big-fast"?R.motionDurationFast:R.motionDurationMid),{[`
${M}-enter,
${M}-appear
`]:{transform:"scale(0)",opacity:0,animationTimingFunction:R.motionEaseOutCirc,"&-prepare":{transform:"none"}},[`${M}-leave`]:{animationTimingFunction:R.motionEaseInOutCirc}}]}},19447:function(d,_,e){"use strict";e.d(_,{ZP:function(){return f},fS:function(){return l},qN:function(){return i}});var r=e(47585);const i=8;function l(o){const h=i,{contentRadius:u,limitVerticalRadius:a}=o,x=u>12?u+2:12;return{dropdownArrowOffset:x,dropdownArrowOffsetVertical:a?h:x}}function c(o,h){return o?h:{}}function f(o,h){const{componentCls:u,sizePopupArrow:a,borderRadiusXS:x,borderRadiusOuter:p,boxShadowPopoverArrow:y}=o,{colorBg:m,contentRadius:b=o.borderRadiusLG,limitVerticalRadius:S,arrowDistance:D=0,arrowPlacement:R={left:!0,right:!0,top:!0,bottom:!0}}=h,{dropdownArrowOffsetVertical:A,dropdownArrowOffset:P}=l({contentRadius:b,limitVerticalRadius:S});return{[u]:Object.assign(Object.assign(Object.assign(Object.assign({[`${u}-arrow`]:[Object.assign(Object.assign({position:"absolute",zIndex:1,display:"block"},(0,r.r)(a,x,p,m,y)),{"&:before":{background:m}})]},c(!!R.top,{[[`&-placement-top ${u}-arrow`,`&-placement-topLeft ${u}-arrow`,`&-placement-topRight ${u}-arrow`].join(",")]:{bottom:D,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:P}},[`&-placement-topRight ${u}-arrow`]:{right:{_skip_check_:!0,value:P}}})),c(!!R.bottom,{[[`&-placement-bottom ${u}-arrow`,`&-placement-bottomLeft ${u}-arrow`,`&-placement-bottomRight ${u}-arrow`].join(",")]:{top:D,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:P}},[`&-placement-bottomRight ${u}-arrow`]:{right:{_skip_check_:!0,value:P}}})),c(!!R.left,{[[`&-placement-left ${u}-arrow`,`&-placement-leftTop ${u}-arrow`,`&-placement-leftBottom ${u}-arrow`].join(",")]:{right:{_skip_check_:!0,value:D},transform:"translateX(100%) rotate(90deg)"},[`&-placement-left ${u}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(100%) rotate(90deg)"},[`&-placement-leftTop ${u}-arrow`]:{top:A},[`&-placement-leftBottom ${u}-arrow`]:{bottom:A}})),c(!!R.right,{[[`&-placement-right ${u}-arrow`,`&-placement-rightTop ${u}-arrow`,`&-placement-rightBottom ${u}-arrow`].join(",")]:{left:{_skip_check_:!0,value:D},transform:"translateX(-100%) rotate(-90deg)"},[`&-placement-right ${u}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(-100%) rotate(-90deg)"},[`&-placement-rightTop ${u}-arrow`]:{top:A},[`&-placement-rightBottom ${u}-arrow`]:{bottom:A}}))}}},47585:function(d,_,e){"use strict";e.d(_,{r:function(){return r}});const r=(i,l,c,f,o)=>{const h=i/2,u=0,a=h,x=c*1/Math.sqrt(2),p=h-c*(1-1/Math.sqrt(2)),y=h-l*(1/Math.sqrt(2)),m=c*(Math.sqrt(2)-1)+l*(1/Math.sqrt(2)),b=2*h-y,S=m,D=2*h-x,R=p,A=2*h-u,P=a,M=h*Math.sqrt(2)+c*(Math.sqrt(2)-2),B=c*(Math.sqrt(2)-1);return{pointerEvents:"none",width:i,height:i,overflow:"hidden","&::before":{position:"absolute",bottom:0,insetInlineStart:0,width:i,height:i/2,background:f,clipPath:{_multi_value_:!0,value:[`polygon(${B}px 100%, 50% ${B}px, ${2*h-B}px 100%, ${B}px 100%)`,`path('M ${u} ${a} A ${c} ${c} 0 0 0 ${x} ${p} L ${y} ${m} A ${l} ${l} 0 0 1 ${b} ${S} L ${D} ${R} A ${c} ${c} 0 0 0 ${A} ${P} Z')`]},content:'""'},"&::after":{content:'""',position:"absolute",width:M,height:M,bottom:0,insetInline:0,margin:"auto",borderRadius:{_skip_check_:!0,value:`0 0 ${l}px 0`},transform:"translateY(50%) rotate(-135deg)",boxShadow:o,zIndex:0,background:"transparent"}}}},45246:function(d,_,e){"use strict";e.d(_,{Mj:function(){return G},u_:function(){return N},uH:function(){return B}});var r=e(36237),i=e(59301),l=e(30071),f=H=>{const{controlHeight:W}=H;return{controlHeightSM:W*.75,controlHeightXS:W*.5,controlHeightLG:W*1.25}};function o(H){const{sizeUnit:W,sizeStep:ae}=H;return{sizeXXL:W*(ae+8),sizeXL:W*(ae+4),sizeLG:W*(ae+2),sizeMD:W*(ae+1),sizeMS:W*ae,size:W*ae,sizeSM:W*(ae-1),sizeXS:W*(ae-2),sizeXXS:W*(ae-3)}}var h=e(34117),u=e(64993);function a(H,W){let{generateColorPalettes:ae,generateNeutralColorPalettes:ne}=W;const{colorSuccess:oe,colorWarning:q,colorError:J,colorInfo:K,colorPrimary:se,colorBgBase:ee,colorTextBase:Q}=H,le=ae(se),$=ae(oe),j=ae(q),ie=ae(J),me=ae(K),Te=ne(ee,Q),Oe=H.colorLink||H.colorInfo,Ge=ae(Oe);return Object.assign(Object.assign({},Te),{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:$[1],colorSuccessBgHover:$[2],colorSuccessBorder:$[3],colorSuccessBorderHover:$[4],colorSuccessHover:$[4],colorSuccess:$[6],colorSuccessActive:$[7],colorSuccessTextHover:$[8],colorSuccessText:$[9],colorSuccessTextActive:$[10],colorErrorBg:ie[1],colorErrorBgHover:ie[2],colorErrorBorder:ie[3],colorErrorBorderHover:ie[4],colorErrorHover:ie[5],colorError:ie[6],colorErrorActive:ie[7],colorErrorTextHover:ie[8],colorErrorText:ie[9],colorErrorTextActive:ie[10],colorWarningBg:j[1],colorWarningBgHover:j[2],colorWarningBorder:j[3],colorWarningBorderHover:j[4],colorWarningHover:j[4],colorWarning:j[6],colorWarningActive:j[7],colorWarningTextHover:j[8],colorWarningText:j[9],colorWarningTextActive:j[10],colorInfoBg:me[1],colorInfoBgHover:me[2],colorInfoBorder:me[3],colorInfoBorderHover:me[4],colorInfoHover:me[4],colorInfo:me[6],colorInfoActive:me[7],colorInfoTextHover:me[8],colorInfoText:me[9],colorInfoTextActive:me[10],colorLinkHover:Ge[4],colorLink:Ge[6],colorLinkActive:Ge[7],colorBgMask:new u.C("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}var p=H=>{let W=H,ae=H,ne=H,oe=H;return H<6&&H>=5?W=H+1:H<16&&H>=6?W=H+2:H>=16&&(W=16),H<7&&H>=5?ae=4:H<8&&H>=7?ae=5:H<14&&H>=8?ae=6:H<16&&H>=14?ae=7:H>=16&&(ae=8),H<6&&H>=2?ne=1:H>=6&&(ne=2),H>4&&H<8?oe=4:H>=8&&(oe=6),{borderRadius:H>16?16:H,borderRadiusXS:ne,borderRadiusSM:ae,borderRadiusLG:W,borderRadiusOuter:oe}};function y(H){const{motionUnit:W,motionBase:ae,borderRadius:ne,lineWidth:oe}=H;return Object.assign({motionDurationFast:`${(ae+W).toFixed(1)}s`,motionDurationMid:`${(ae+W*2).toFixed(1)}s`,motionDurationSlow:`${(ae+W*3).toFixed(1)}s`,lineWidthBold:oe+1},p(ne))}const m=(H,W)=>new u.C(H).setAlpha(W).toRgbString(),b=(H,W)=>new u.C(H).darken(W).toHexString(),S=H=>{const W=(0,l.generate)(H);return{1:W[0],2:W[1],3:W[2],4:W[3],5:W[4],6:W[5],7:W[6],8:W[4],9:W[5],10:W[6]}},D=(H,W)=>{const ae=H||"#fff",ne=W||"#000";return{colorBgBase:ae,colorTextBase:ne,colorText:m(ne,.88),colorTextSecondary:m(ne,.65),colorTextTertiary:m(ne,.45),colorTextQuaternary:m(ne,.25),colorFill:m(ne,.15),colorFillSecondary:m(ne,.06),colorFillTertiary:m(ne,.04),colorFillQuaternary:m(ne,.02),colorBgLayout:b(ae,4),colorBgContainer:b(ae,0),colorBgElevated:b(ae,0),colorBgSpotlight:m(ne,.85),colorBorder:b(ae,15),colorBorderSecondary:b(ae,6)}};function R(H){const W=new Array(10).fill(null).map((ae,ne)=>{const oe=ne-1,q=H*Math.pow(2.71828,oe/5),J=ne>1?Math.floor(q):Math.ceil(q);return Math.floor(J/2)*2});return W[1]=H,W.map(ae=>{const ne=ae+8;return{size:ae,lineHeight:ne/ae}})}var P=H=>{const W=R(H),ae=W.map(oe=>oe.size),ne=W.map(oe=>oe.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:ne[1],lineHeightLG:ne[2],lineHeightSM:ne[0],lineHeightHeading1:ne[6],lineHeightHeading2:ne[5],lineHeightHeading3:ne[4],lineHeightHeading4:ne[3],lineHeightHeading5:ne[2]}};function M(H){const W=Object.keys(h.M).map(ae=>{const ne=(0,l.generate)(H[ae]);return new Array(10).fill(1).reduce((oe,q,J)=>(oe[`${ae}-${J+1}`]=ne[J],oe[`${ae}${J+1}`]=ne[J],oe),{})}).reduce((ae,ne)=>(ae=Object.assign(Object.assign({},ae),ne),ae),{});return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},H),W),a(H,{generateColorPalettes:S,generateNeutralColorPalettes:D})),P(H.fontSize)),o(H)),f(H)),y(H))}const B=(0,r.createTheme)(M),N={token:h.Z,hashed:!0},G=i.createContext(N)},33166:function(d,_,e){"use strict";e.d(_,{i:function(){return r}});const r=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"]},34117:function(d,_,e){"use strict";e.d(_,{M:function(){return r}});const r={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},i=Object.assign(Object.assign({},r),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorLink:"",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji'`,fontFamilyCode:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1,motion:!0});_.Z=i},88088:function(d,_,e){"use strict";e.d(_,{Z:function(){return S}});var r=e(36237),i=e(59301),l="5.9.0",c=l,f=e(45246),o=e(34117),h=e(64993);function u(D){return D>=0&&D<=255}function a(D,R){const{r:A,g:P,b:M,a:B}=new h.C(D).toRgb();if(B<1)return D;const{r:N,g:G,b:H}=new h.C(R).toRgb();for(let W=.01;W<=1;W+=.01){const ae=Math.round((A-N*(1-W))/W),ne=Math.round((P-G*(1-W))/W),oe=Math.round((M-H*(1-W))/W);if(u(ae)&&u(ne)&&u(oe))return new h.C({r:ae,g:ne,b:oe,a:Math.round(W*100)/100}).toRgbString()}return new h.C({r:A,g:P,b:M,a:1}).toRgbString()}var x=a,p=function(D,R){var A={};for(var P in D)Object.prototype.hasOwnProperty.call(D,P)&&R.indexOf(P)<0&&(A[P]=D[P]);if(D!=null&&typeof Object.getOwnPropertySymbols=="function")for(var M=0,P=Object.getOwnPropertySymbols(D);M<P.length;M++)R.indexOf(P[M])<0&&Object.prototype.propertyIsEnumerable.call(D,P[M])&&(A[P[M]]=D[P[M]]);return A};function y(D){const{override:R}=D,A=p(D,["override"]),P=Object.assign({},R);Object.keys(o.Z).forEach(oe=>{delete P[oe]});const M=Object.assign(Object.assign({},A),P),B=480,N=576,G=768,H=992,W=1200,ae=1600;if(M.motion===!1){const oe="0s";M.motionDurationFast=oe,M.motionDurationMid=oe,M.motionDurationSlow=oe}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:G-1,screenMD:G,screenMDMin:G,screenMDMax:H-1,screenLG:H,screenLGMin:H,screenLGMax:W-1,screenXL:W,screenXLMin:W,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)"}),P)}var m=function(D,R){var A={};for(var P in D)Object.prototype.hasOwnProperty.call(D,P)&&R.indexOf(P)<0&&(A[P]=D[P]);if(D!=null&&typeof Object.getOwnPropertySymbols=="function")for(var M=0,P=Object.getOwnPropertySymbols(D);M<P.length;M++)R.indexOf(P[M])<0&&Object.prototype.propertyIsEnumerable.call(D,P[M])&&(A[P[M]]=D[P[M]]);return A};const b=(D,R,A)=>{const P=A.getDerivativeToken(D),{override:M}=R,B=m(R,["override"]);let N=Object.assign(Object.assign({},P),{override:M});return N=y(N),B&&Object.entries(B).forEach(G=>{let[H,W]=G;const{theme:ae}=W,ne=m(W,["theme"]);let oe=ne;ae&&(oe=b(Object.assign(Object.assign({},N),ne),{override:ne},ae)),N[H]=oe}),N};function S(){const{token:D,hashed:R,theme:A,components:P}=i.useContext(f.Mj),M=`${c}-${R||""}`,B=A||f.uH,[N,G]=(0,r.useCacheToken)(B,[o.Z,D],{salt:M,override:Object.assign({override:D},P),getComputedToken:b,formatToken:y});return[B,N,R?G:""]}},83116:function(d,_,e){"use strict";e.d(_,{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 S=Array.isArray(p)?p:[p,p],[D]=S,R=S.join("-");return A=>{const[P,M,B]=(0,o.Z)(),{getPrefixCls:N,iconPrefixCls:G,csp:H}=(0,r.useContext)(c.E_),W=N(),ae={theme:P,token:M,hashId:B,nonce:()=>H==null?void 0:H.nonce,clientOnly:b.clientOnly,order:b.order||-999};return(0,i.useStyleRegister)(Object.assign(Object.assign({},ae),{clientOnly:!1,path:["Shared",W]}),()=>[{"&":(0,f.Lx)(M)}]),(0,u.Z)(G),[(0,i.useStyleRegister)(Object.assign(Object.assign({},ae),{path:[R,A,G]}),()=>{const{token:ne,flush:oe}=(0,h.ZP)(M),q=Object.assign({},M[D]);if(b.deprecatedTokens){const{deprecatedTokens:le}=b;le.forEach($=>{let[j,ie]=$;var me;(q!=null&&q[j]||q!=null&&q[ie])&&((me=q[ie])!==null&&me!==void 0||(q[ie]=q==null?void 0:q[j]))})}const J=typeof m=="function"?m((0,h.TS)(ne,q!=null?q:{})):m,K=Object.assign(Object.assign({},J),q),se=`.${A}`,ee=(0,h.TS)(ne,{componentCls:se,prefixCls:A,iconCls:`.${G}`,antCls:`.${W}`},K),Q=y(ee,{hashId:B,prefixCls:A,rootPrefixCls:W,iconPrefixCls:G,overrideComponentToken:q});return oe(D,K),[b.resetStyle===!1?null:(0,f.du)(M,A),Q]}),B]}}const x=(p,y,m,b)=>{const S=a(p,y,m,Object.assign({resetStyle:!1,order:-998},b));return R=>{let{prefixCls:A}=R;return S(A),null}}},45157:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(33166);function i(l,c){return r.i.reduce((f,o)=>{const h=l[`${o}1`],u=l[`${o}3`],a=l[`${o}6`],x=l[`${o}7`];return Object.assign(Object.assign({},f),c(o,{lightColor:h,lightBorderColor:u,darkColor:a,textColor:x}))},{})}},37613:function(d,_,e){"use strict";e.d(_,{TS:function(){return l},ZP:function(){return h}});const r=typeof CSSINJS_STATISTIC!="undefined";let i=!0;function l(){for(var u=arguments.length,a=new Array(u),x=0;x<u;x++)a[x]=arguments[x];if(!r)return Object.assign.apply(Object,[{}].concat(a));i=!1;const p={};return a.forEach(y=>{Object.keys(y).forEach(b=>{Object.defineProperty(p,b,{configurable:!0,enumerable:!0,get:()=>y[b]})})}),i=!0,p}const c={},f={};function o(){}function h(u){let a,x=u,p=o;return r&&(a=new Set,x=new Proxy(u,{get(y,m){return i&&a.add(m),y[m]}}),p=(y,m)=>{var b;c[y]={global:Array.from(a),component:Object.assign(Object.assign({},(b=c[y])===null||b===void 0?void 0:b.component),m)}}),{token:x,keys:a,flush:p}}},73040:function(d,_,e){"use strict";var r=e(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"}})}])};_.Z=c},67532:function(d,_){"use strict";const e={placeholder:"Select time",rangePlaceholder:["Start time","End time"]};_.Z=e},6848:function(d,_,e){"use strict";e.d(_,{Z:function(){return oe}});var r=e(59301),i=e(92310),l=e.n(i),c=e(55477),f=e(18929),o=e(62892),h=e(79676),u=e(92343),a=e(36355),x=e(33234),p=e(88088),y=e(17313),m=e(29878),b=e(19447),S=e(45157),D=e(37613),R=e(83116);const A=q=>{const{componentCls:J,tooltipMaxWidth:K,tooltipColor:se,tooltipBg:ee,tooltipBorderRadius:Q,zIndexPopup:le,controlHeight:$,boxShadowSecondary:j,paddingSM:ie,paddingXS:me,tooltipRadiusOuter:Te}=q;return[{[J]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,y.Wf)(q)),{position:"absolute",zIndex:le,display:"block",width:"max-content",maxWidth:K,visibility:"visible",transformOrigin:"var(--arrow-x, 50%) var(--arrow-y, 50%)","&-hidden":{display:"none"},"--antd-arrow-background-color":ee,[`${J}-inner`]:{minWidth:$,minHeight:$,padding:`${ie/2}px ${me}px`,color:se,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:ee,borderRadius:Q,boxShadow:j,boxSizing:"border-box"},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${J}-inner`]:{borderRadius:Math.min(Q,b.qN)}},[`${J}-content`]:{position:"relative"}}),(0,S.Z)(q,(Oe,Ge)=>{let{darkColor:Ue}=Ge;return{[`&${J}-${Oe}`]:{[`${J}-inner`]:{backgroundColor:Ue},[`${J}-arrow`]:{"--antd-arrow-background-color":Ue}}}})),{"&-rtl":{direction:"rtl"}})},(0,b.ZP)((0,D.TS)(q,{borderRadiusOuter:Te}),{colorBg:"var(--antd-arrow-background-color)",contentRadius:Q,limitVerticalRadius:!0}),{[`${J}-pure`]:{position:"relative",maxWidth:"none",margin:q.sizePopupArrow}}]};var P=(q,J)=>(0,R.Z)("Tooltip",se=>{if(J===!1)return[];const{borderRadius:ee,colorTextLightSolid:Q,colorBgDefault:le,borderRadiusOuter:$}=se,j=(0,D.TS)(se,{tooltipMaxWidth:250,tooltipColor:Q,tooltipBorderRadius:ee,tooltipBg:le,tooltipRadiusOuter:$>4?4:$});return[A(j),(0,m._y)(se,"zoom-big-fast")]},se=>{let{zIndexPopupBase:ee,colorBgSpotlight:Q}=se;return{zIndexPopup:ee+70,colorBgDefault:Q}},{resetStyle:!1})(q),M=e(36785);function B(q,J){const K=(0,M.o2)(J),se=l()({[`${q}-${J}`]:J&&K}),ee={},Q={};return J&&!K&&(ee.background=J,Q["--antd-arrow-background-color"]=J),{className:se,overlayStyle:ee,arrowStyle:Q}}var G=q=>{const{prefixCls:J,className:K,placement:se="top",title:ee,color:Q,overlayInnerStyle:le}=q,{getPrefixCls:$}=r.useContext(a.E_),j=$("tooltip",J),[ie,me]=P(j,!0),Te=B(j,Q),Oe=Te.arrowStyle,Ge=Object.assign(Object.assign({},le),Te.overlayStyle),Ue=l()(me,j,`${j}-pure`,`${j}-placement-${se}`,K,Te.className);return ie(r.createElement("div",{className:Ue,style:Oe},r.createElement("div",{className:`${j}-arrow`}),r.createElement(c.G,Object.assign({},q,{className:me,prefixCls:j,overlayInnerStyle:Ge}),ee)))},H=function(q,J){var K={};for(var se in q)Object.prototype.hasOwnProperty.call(q,se)&&J.indexOf(se)<0&&(K[se]=q[se]);if(q!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ee=0,se=Object.getOwnPropertySymbols(q);ee<se.length;ee++)J.indexOf(se[ee])<0&&Object.prototype.propertyIsEnumerable.call(q,se[ee])&&(K[se[ee]]=q[se[ee]]);return K};const W=(q,J)=>{const K={},se=Object.assign({},q);return J.forEach(ee=>{q&&ee in q&&(K[ee]=q[ee],delete se[ee])}),{picked:K,omitted:se}};function ae(q,J){const K=q.type;if((K.__ANT_BUTTON===!0||q.type==="button")&&q.props.disabled||K.__ANT_SWITCH===!0&&(q.props.disabled||q.props.loading)||K.__ANT_RADIO===!0&&q.props.disabled){const{picked:se,omitted:ee}=W(q.props.style,["position","left","right","top","bottom","float","display","zIndex"]),Q=Object.assign(Object.assign({display:"inline-block"},se),{cursor:"not-allowed",width:q.props.block?"100%":void 0}),le=Object.assign(Object.assign({},ee),{pointerEvents:"none"}),$=(0,u.Tm)(q,{style:le,className:null});return r.createElement("span",{style:Q,className:l()(q.props.className,`${J}-disabled-compatible-wrapper`)},$)}return q}const ne=r.forwardRef((q,J)=>{var K,se;const{prefixCls:ee,openClassName:Q,getTooltipContainer:le,overlayClassName:$,color:j,overlayInnerStyle:ie,children:me,afterOpenChange:Te,afterVisibleChange:Oe,destroyTooltipOnHide:Ge,arrow:Ue=!0,title:Mt,overlay:yt,builtinPlacements:kt,arrowPointAtCenter:Zt=!1,autoAdjustOverflow:Ft=!0}=q,tr=!!Ue,[,ze]=(0,p.Z)(),{getPopupContainer:wt,getPrefixCls:Bt,direction:nt}=r.useContext(a.E_),_t=r.useRef(null),ht=()=>{var Pe;(Pe=_t.current)===null||Pe===void 0||Pe.forceAlign()};r.useImperativeHandle(J,()=>({forceAlign:ht,forcePopupAlign:()=>{ht()}}));const[Je,je]=(0,f.Z)(!1,{value:(K=q.open)!==null&&K!==void 0?K:q.visible,defaultValue:(se=q.defaultOpen)!==null&&se!==void 0?se:q.defaultVisible}),be=!Mt&&!yt&&Mt!==0,Le=Pe=>{var At,Ze;je(be?!1:Pe),be||((At=q.onOpenChange)===null||At===void 0||At.call(q,Pe),(Ze=q.onVisibleChange)===null||Ze===void 0||Ze.call(q,Pe))},Ke=r.useMemo(()=>{var Pe,At;let Ze=Zt;return typeof Ue=="object"&&(Ze=(At=(Pe=Ue.pointAtCenter)!==null&&Pe!==void 0?Pe:Ue.arrowPointAtCenter)!==null&&At!==void 0?At:Zt),kt||(0,h.Z)({arrowPointAtCenter:Ze,autoAdjustOverflow:Ft,arrowWidth:tr?ze.sizePopupArrow:0,borderRadius:ze.borderRadius,offset:ze.marginXXS,visibleFirst:!0})},[Zt,Ue,kt,ze]),He=r.useMemo(()=>Mt===0?Mt:yt||Mt||"",[yt,Mt]),Xe=r.createElement(x.BR,null,typeof He=="function"?He():He),{getPopupContainer:pt,placement:bt="top",mouseEnterDelay:rr=.1,mouseLeaveDelay:Jt=.1,overlayStyle:Me,rootClassName:rt}=q,Yt=H(q,["getPopupContainer","placement","mouseEnterDelay","mouseLeaveDelay","overlayStyle","rootClassName"]),Lt=Bt("tooltip",ee),Wt=Bt(),Ht=q["data-popover-inject"];let ir=Je;!("open"in q)&&!("visible"in q)&&be&&(ir=!1);const Gt=ae((0,u.l$)(me)&&!(0,u.M2)(me)?me:r.createElement("span",null,me),Lt),Ie=Gt.props,ce=!Ie.className||typeof Ie.className=="string"?l()(Ie.className,Q||`${Lt}-open`):Ie.className,[he,It]=P(Lt,!Ht),Ce=B(Lt,j),ft=Ce.arrowStyle,Kt=Object.assign(Object.assign({},ie),Ce.overlayStyle),Tt=l()($,{[`${Lt}-rtl`]:nt==="rtl"},Ce.className,rt,It);return he(r.createElement(c.Z,Object.assign({},Yt,{showArrow:tr,placement:bt,mouseEnterDelay:rr,mouseLeaveDelay:Jt,prefixCls:Lt,overlayClassName:Tt,overlayStyle:Object.assign(Object.assign({},ft),Me),getTooltipContainer:pt||le||wt,ref:_t,builtinPlacements:Ke,overlay:Xe,visible:ir,onVisibleChange:Le,afterVisibleChange:Te!=null?Te:Oe,overlayInnerStyle:Kt,arrowContent:r.createElement("span",{className:`${Lt}-arrow-content`}),motion:{motionName:(0,o.m)(Wt,"zoom-big-fast",q.transitionName),motionDeadline:1e3},destroyTooltipOnHide:!!Ge}),ir?(0,u.Tm)(Gt,{className:ce}):Gt))});ne._InternalPanelDoNotUseOrYouWillBeFired=G;var oe=ne},11575:function(d,_,e){"use strict";e.d(_,{H:function(){return f}});var r=e(70425),i=e(59301);function l(){}const c=i.createContext({add:l,remove:l});function f(h){const u=i.useContext(c),a=i.useRef();return(0,r.useEvent)(p=>{if(p){const y=h?p.querySelector(h):p;u.add(y),a.current=y}else u.remove(a.current)})}var o=null},67751:function(d){var _={utf8:{stringToBytes:function(e){return _.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(_.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var r=[],i=0;i<e.length;i++)r.push(e.charCodeAt(i)&255);return r},bytesToString:function(e){for(var r=[],i=0;i<e.length;i++)r.push(String.fromCharCode(e[i]));return r.join("")}}};d.exports=_},64018:function(){var d,_,e,r=!1,i,l;window.PR_SHOULD_USE_CONTINUATION=!0;var c,f;(function(){var o=window,h=["break,continue,do,else,for,if,return,while"],u=[h,"auto,case,char,const,default,double,enum,extern,float,goto,inline,int,long,register,restrict,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],a=[u,"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],x=[a,"alignas,alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,delegate,dynamic_cast,explicit,export,friend,generic,late_check,mutable,namespace,noexcept,noreturn,nullptr,property,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],p=[a,"abstract,assert,boolean,byte,extends,finally,final,implements,import,instanceof,interface,null,native,package,strictfp,super,synchronized,throws,transient"],y=[a,"abstract,add,alias,as,ascending,async,await,base,bool,by,byte,checked,decimal,delegate,descending,dynamic,event,finally,fixed,foreach,from,get,global,group,implicit,in,interface,internal,into,is,join,let,lock,null,object,out,override,orderby,params,partial,readonly,ref,remove,sbyte,sealed,select,set,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,value,var,virtual,where,yield"],m="all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,throw,true,try,unless,until,when,while,yes",b=[a,"abstract,async,await,constructor,debugger,enum,eval,export,function,get,implements,instanceof,interface,let,null,set,undefined,var,with,yield,Infinity,NaN"],S="caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",D=[h,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],R=[h,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],A=[h,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],P=[x,y,p,b,S,D,R,A],M=/^(DIR|FILE|array|vector|(de|priority_)?queue|(forward_)?list|stack|(const_)?(reverse_)?iterator|(unordered_)?(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,B="str",N="kwd",G="com",H="typ",W="lit",ae="pun",ne="pln",oe="tag",q="dec",J="src",K="atn",se="atv",ee="nocode",Q="(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function le(nt){for(var _t=0,ht=!1,Je=!1,je=0,be=nt.length;je<be;++je){var Le=nt[je];if(Le.ignoreCase)Je=!0;else if(/[a-z]/i.test(Le.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,""))){ht=!0,Je=!1;break}}var Ke={b:8,t:9,n:10,v:11,f:12,r:13};function He(Jt){var Me=Jt.charCodeAt(0);if(Me!==92)return Me;var rt=Jt.charAt(1);return Me=Ke[rt],Me||("0"<=rt&&rt<="7"?parseInt(Jt.substring(1),8):rt==="u"||rt==="x"?parseInt(Jt.substring(2),16):Jt.charCodeAt(1))}function Xe(Jt){if(Jt<32)return(Jt<16?"\\x0":"\\x")+Jt.toString(16);var Me=String.fromCharCode(Jt);return Me==="\\"||Me==="-"||Me==="]"||Me==="^"?"\\"+Me:Me}function pt(Jt){var Me=Jt.substring(1,Jt.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")),rt=[],Yt=Me[0]==="^",Lt=["["];Yt&&Lt.push("^");for(var Wt=Yt?1:0,Ht=Me.length;Wt<Ht;++Wt){var ir=Me[Wt];if(/\\[bdsw]/i.test(ir))Lt.push(ir);else{var Gt=He(ir),Ie;Wt+2<Ht&&Me[Wt+1]==="-"?(Ie=He(Me[Wt+2]),Wt+=2):Ie=Gt,rt.push([Gt,Ie]),Ie<65||Gt>122||(Ie<65||Gt>90||rt.push([Math.max(65,Gt)|32,Math.min(Ie,90)|32]),Ie<97||Gt>122||rt.push([Math.max(97,Gt)&-33,Math.min(Ie,122)&-33]))}}rt.sort(function(Ce,ft){return Ce[0]-ft[0]||ft[1]-Ce[1]});for(var ce=[],he=[],Wt=0;Wt<rt.length;++Wt){var It=rt[Wt];It[0]<=he[1]+1?he[1]=Math.max(he[1],It[1]):ce.push(he=It)}for(var Wt=0;Wt<ce.length;++Wt){var It=ce[Wt];Lt.push(Xe(It[0])),It[1]>It[0]&&(It[1]+1>It[0]&&Lt.push("-"),Lt.push(Xe(It[1])))}return Lt.push("]"),Lt.join("")}function bt(Jt){for(var Me=Jt.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")),rt=Me.length,Yt=[],Lt=0,Wt=0;Lt<rt;++Lt){var Ht=Me[Lt];if(Ht==="(")++Wt;else if(Ht.charAt(0)==="\\"){var ir=+Ht.substring(1);ir&&(ir<=Wt?Yt[ir]=-1:Me[Lt]=Xe(ir))}}for(var Lt=1;Lt<Yt.length;++Lt)Yt[Lt]===-1&&(Yt[Lt]=++_t);for(var Lt=0,Wt=0;Lt<rt;++Lt){var Ht=Me[Lt];if(Ht==="(")++Wt,Yt[Wt]||(Me[Lt]="(?:");else if(Ht.charAt(0)==="\\"){var ir=+Ht.substring(1);ir&&ir<=Wt&&(Me[Lt]="\\"+Yt[ir])}}for(var Lt=0;Lt<rt;++Lt)Me[Lt]==="^"&&Me[Lt+1]!=="^"&&(Me[Lt]="");if(Jt.ignoreCase&&ht)for(var Lt=0;Lt<rt;++Lt){var Ht=Me[Lt],Gt=Ht.charAt(0);Ht.length>=2&&Gt==="["?Me[Lt]=pt(Ht):Gt!=="\\"&&(Me[Lt]=Ht.replace(/[a-zA-Z]/g,function(he){var It=he.charCodeAt(0);return"["+String.fromCharCode(It&-33,It|32)+"]"}))}return Me.join("")}for(var rr=[],je=0,be=nt.length;je<be;++je){var Le=nt[je];if(Le.global||Le.multiline)throw new Error(""+Le);rr.push("(?:"+bt(Le)+")")}return new RegExp(rr.join("|"),Je?"gi":"g")}function $(nt,_t){var ht=/(?:^|\s)nocode(?:\s|$)/,Je=[],je=0,be=[],Le=0;function Ke(He){var Xe=He.nodeType;if(Xe==1){if(ht.test(He.className))return;for(var pt=He.firstChild;pt;pt=pt.nextSibling)Ke(pt);var bt=He.nodeName.toLowerCase();(bt==="br"||bt==="li")&&(Je[Le]=`
`,be[Le<<1]=je++,be[Le++<<1|1]=He)}else if(Xe==3||Xe==4){var rr=He.nodeValue;rr.length&&(_t?rr=rr.replace(/\r\n?/g,`
`):rr=rr.replace(/[ \t\r\n]+/g," "),Je[Le]=rr,be[Le<<1]=je,je+=rr.length,be[Le++<<1|1]=He)}}return Ke(nt),{sourceCode:Je.join("").replace(/\n$/,""),spans:be}}function j(nt,_t,ht,Je,je){if(ht){var be={sourceNode:nt,pre:1,langExtension:null,numberLines:null,sourceCode:ht,spans:null,basePos:_t,decorations:null};Je(be),je.push.apply(je,be.decorations)}}var ie=/\S/;function me(nt){for(var _t=void 0,ht=nt.firstChild;ht;ht=ht.nextSibling){var Je=ht.nodeType;_t=Je===1?_t?nt:ht:Je===3&&ie.test(ht.nodeValue)?nt:_t}return _t===nt?void 0:_t}function Te(nt,_t){var ht={},Je;(function(){for(var Le=nt.concat(_t),Ke=[],He={},Xe=0,pt=Le.length;Xe<pt;++Xe){var bt=Le[Xe],rr=bt[3];if(rr)for(var Jt=rr.length;--Jt>=0;)ht[rr.charAt(Jt)]=bt;var Me=bt[1],rt=""+Me;He.hasOwnProperty(rt)||(Ke.push(Me),He[rt]=null)}Ke.push(/[\0-\uffff]/),Je=le(Ke)})();var je=_t.length,be=function(Le){for(var Ke=Le.sourceCode,He=Le.basePos,Xe=Le.sourceNode,pt=[He,ne],bt=0,rr=Ke.match(Je)||[],Jt={},Me=0,rt=rr.length;Me<rt;++Me){var Yt=rr[Me],Lt=Jt[Yt],Wt=void 0,Ht;if(typeof Lt=="string")Ht=!1;else{var ir=ht[Yt.charAt(0)];if(ir)Wt=Yt.match(ir[1]),Lt=ir[0];else{for(var Gt=0;Gt<je;++Gt)if(ir=_t[Gt],Wt=Yt.match(ir[1]),Wt){Lt=ir[0];break}Wt||(Lt=ne)}Ht=Lt.length>=5&&Lt.substring(0,5)==="lang-",Ht&&!(Wt&&typeof Wt[1]=="string")&&(Ht=!1,Lt=J),Ht||(Jt[Yt]=Lt)}var Ie=bt;if(bt+=Yt.length,!Ht)pt.push(He+Ie,Lt);else{var ce=Wt[1],he=Yt.indexOf(ce),It=he+ce.length;Wt[2]&&(It=Yt.length-Wt[2].length,he=It-ce.length);var Ce=Lt.substring(5);j(Xe,He+Ie,Yt.substring(0,he),be,pt),j(Xe,He+Ie+he,ce,Zt(Ce,ce),pt),j(Xe,He+Ie+It,Yt.substring(It),be,pt)}}Le.decorations=pt};return be}function Oe(nt){var _t=[],ht=[];nt.tripleQuotedStrings?_t.push([B,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,`'"`]):nt.multiLineStrings?_t.push([B,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]):_t.push([B,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,`"'`]),nt.verbatimStrings&&ht.push([B,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);var Je=nt.hashComments;Je&&(nt.cStyleComments?(Je>1?_t.push([G,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"]):_t.push([G,/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"]),ht.push([B,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,null])):_t.push([G,/^#[^\r\n]*/,null,"#"])),nt.cStyleComments&&(ht.push([G,/^\/\/[^\r\n]*/,null]),ht.push([G,/^\/\*[\s\S]*?(?:\*\/|$)/,null]));var je=nt.regexLiterals;if(je){var be=je>1?"":`
\r`,Le=be?".":"[\\S\\s]",Ke="/(?=[^/*"+be+"])(?:[^/\\x5B\\x5C"+be+"]|\\x5C"+Le+"|\\x5B(?:[^\\x5C\\x5D"+be+"]|\\x5C"+Le+")*(?:\\x5D|$))+/";ht.push(["lang-regex",RegExp("^"+Q+"("+Ke+")")])}var He=nt.types;He&&ht.push([H,He]);var Xe=(""+nt.keywords).replace(/^ | $/g,"");Xe.length&&ht.push([N,new RegExp("^(?:"+Xe.replace(/[\s,]+/g,"|")+")\\b"),null]),_t.push([ne,/^\s+/,null,` \r
\xA0`]);var pt="^.[^\\s\\w.$@'\"`/\\\\]*";return nt.regexLiterals&&(pt+="(?!s*/)"),ht.push([W,/^@[a-z_$][a-z_$@0-9]*/i,null],[H,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[ne,/^[a-z_$][a-z_$@0-9]*/i,null],[W,new RegExp("^(?:0x[a-f0-9]+|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)(?:e[+\\-]?\\d+)?)[a-z]*","i"),null,"0123456789"],[ne,/^\\[\s\S]?/,null],[ae,new RegExp(pt),null]),Te(_t,ht)}var Ge=Oe({keywords:P,hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0});function Ue(nt,_t,ht){for(var Je=/(?:^|\s)nocode(?:\s|$)/,je=/\r\n?|\n/,be=nt.ownerDocument,Le=be.createElement("li");nt.firstChild;)Le.appendChild(nt.firstChild);var Ke=[Le];function He(Me){var rt=Me.nodeType;if(rt==1&&!Je.test(Me.className))if(Me.nodeName==="br")Xe(Me),Me.parentNode&&Me.parentNode.removeChild(Me);else for(var Yt=Me.firstChild;Yt;Yt=Yt.nextSibling)He(Yt);else if((rt==3||rt==4)&&ht){var Lt=Me.nodeValue,Wt=Lt.match(je);if(Wt){var Ht=Lt.substring(0,Wt.index);Me.nodeValue=Ht;var ir=Lt.substring(Wt.index+Wt[0].length);if(ir){var Gt=Me.parentNode;Gt.insertBefore(be.createTextNode(ir),Me.nextSibling)}Xe(Me),Ht||Me.parentNode.removeChild(Me)}}}function Xe(Me){for(;!Me.nextSibling;)if(Me=Me.parentNode,!Me)return;function rt(Wt,Ht){var ir=Ht?Wt.cloneNode(!1):Wt,Gt=Wt.parentNode;if(Gt){var Ie=rt(Gt,1),ce=Wt.nextSibling;Ie.appendChild(ir);for(var he=ce;he;he=ce)ce=he.nextSibling,Ie.appendChild(he)}return ir}for(var Yt=rt(Me.nextSibling,0),Lt;(Lt=Yt.parentNode)&&Lt.nodeType===1;)Yt=Lt;Ke.push(Yt)}for(var pt=0;pt<Ke.length;++pt)He(Ke[pt]);_t===(_t|0)&&Ke[0].setAttribute("value",_t);var bt=be.createElement("ol");bt.className="linenums";for(var rr=Math.max(0,_t-1|0)||0,pt=0,Jt=Ke.length;pt<Jt;++pt)Le=Ke[pt],Le.className="L"+(pt+rr)%10,Le.firstChild||Le.appendChild(be.createTextNode("\xA0")),bt.appendChild(Le);nt.appendChild(bt)}function Mt(nt){var _t=/\bMSIE\s(\d+)/.exec(navigator.userAgent);_t=_t&&+_t[1]<=8;var ht=/\n/g,Je=nt.sourceCode,je=Je.length,be=0,Le=nt.spans,Ke=Le.length,He=0,Xe=nt.decorations,pt=Xe.length,bt=0;Xe[pt]=je;var rr,Jt;for(Jt=rr=0;Jt<pt;)Xe[Jt]!==Xe[Jt+2]?(Xe[rr++]=Xe[Jt++],Xe[rr++]=Xe[Jt++]):Jt+=2;for(pt=rr,Jt=rr=0;Jt<pt;){for(var Me=Xe[Jt],rt=Xe[Jt+1],Yt=Jt+2;Yt+2<=pt&&Xe[Yt+1]===rt;)Yt+=2;Xe[rr++]=Me,Xe[rr++]=rt,Jt=Yt}pt=Xe.length=rr;var Lt=nt.sourceNode,Wt="";Lt&&(Wt=Lt.style.display,Lt.style.display="none");try{for(var Ht=null;He<Ke;){var ir=Le[He],Gt=Le[He+2]||je,Ie=Xe[bt+2]||je,Yt=Math.min(Gt,Ie),ce=Le[He+1],he;if(ce.nodeType!==1&&(he=Je.substring(be,Yt))){_t&&(he=he.replace(ht,"\r")),ce.nodeValue=he;var It=ce.ownerDocument,Ce=It.createElement("span");Ce.className=Xe[bt+1];var ft=ce.parentNode;ft.replaceChild(Ce,ce),Ce.appendChild(ce),be<Gt&&(Le[He+1]=ce=It.createTextNode(Je.substring(Yt,Gt)),ft.insertBefore(ce,Ce.nextSibling))}be=Yt,be>=Gt&&(He+=2),be>=Ie&&(bt+=2)}}finally{Lt&&(Lt.style.display=Wt)}}var yt={};function kt(nt,_t){for(var ht=_t.length;--ht>=0;){var Je=_t[ht];yt.hasOwnProperty(Je)?o.console&&console.warn("cannot override language handler %s",Je):yt[Je]=nt}}function Zt(nt,_t){return nt&&yt.hasOwnProperty(nt)||(nt=/^\s*</.test(_t)?"default-markup":"default-code"),yt[nt]}kt(Ge,["default-code"]),kt(Te([],[[ne,/^[^<?]+/],[q,/^<!\w[^>]*(?:>|$)/],[G,/^<\!--[\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"]),kt(Te([[ne,/^[\s]+/,null,` \r
`],[se,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,`"'`]],[[oe,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[K,/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[ae,/^[=<>\/]+/],["lang-js",/^on\w+\s*=\s*\"([^\"]+)\"/i],["lang-js",/^on\w+\s*=\s*\'([^\']+)\'/i],["lang-js",/^on\w+\s*=\s*([^\"\'>\s]+)/i],["lang-css",/^style\s*=\s*\"([^\"]+)\"/i],["lang-css",/^style\s*=\s*\'([^\']+)\'/i],["lang-css",/^style\s*=\s*([^\"\'>\s]+)/i]]),["in.tag"]),kt(Te([],[[se,/^[\s\S]+/]]),["uq.val"]),kt(Oe({keywords:x,hashComments:!0,cStyleComments:!0,types:M}),["c","cc","cpp","cxx","cyc","m"]),kt(Oe({keywords:"null,true,false"}),["json"]),kt(Oe({keywords:y,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:M}),["cs"]),kt(Oe({keywords:p,cStyleComments:!0}),["java"]),kt(Oe({keywords:A,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]),kt(Oe({keywords:D,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]),kt(Oe({keywords:S,hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]),kt(Oe({keywords:R,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]),kt(Oe({keywords:b,cStyleComments:!0,regexLiterals:!0}),["javascript","js","ts","typescript"]),kt(Oe({keywords:m,hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]),kt(Te([],[[B,/^[\s\S]+/]]),["regex"]);function Ft(nt){var _t=nt.langExtension;try{var ht=$(nt.sourceNode,nt.pre),Je=ht.sourceCode;nt.sourceCode=Je,nt.spans=ht.spans,nt.basePos=0,Zt(_t,Je)(nt),Mt(nt)}catch(je){o.console&&console.log(je&&je.stack||je)}}function tr(nt,_t,ht){var Je=ht||!1,je=_t||null,be=document.createElement("div");be.innerHTML="<pre>"+nt+"</pre>",be=be.firstChild,Je&&Ue(be,Je,!0);var Le={langExtension:je,numberLines:Je,sourceNode:be,pre:1,sourceCode:null,basePos:null,spans:null,decorations:null};return Ft(Le),be.innerHTML}function ze(nt,_t){var ht=_t||document.body,Je=ht.ownerDocument||document;function je(ir){return ht.getElementsByTagName(ir)}for(var be=[je("pre"),je("code"),je("xmp")],Le=[],Ke=0;Ke<be.length;++Ke)for(var He=0,Xe=be[Ke].length;He<Xe;++He)Le.push(be[Ke][He]);be=null;var pt=Date;pt.now||(pt={now:function(){return+new Date}});var bt=0,rr=/\blang(?:uage)?-([\w.]+)(?!\S)/,Jt=/\bprettyprint\b/,Me=/\bprettyprinted\b/,rt=/pre|xmp/i,Yt=/^code$/i,Lt=/^(?:pre|code|xmp)$/i,Wt={};function Ht(){for(var ir=o.PR_SHOULD_USE_CONTINUATION?pt.now()+250:1/0;bt<Le.length&&pt.now()<ir;bt++){for(var Gt=Le[bt],Ie=Wt,ce=Gt;ce=ce.previousSibling;){var he=ce.nodeType,It=(he===7||he===8)&&ce.nodeValue;if(It?!/^\??prettify\b/.test(It):he!==3||/\S/.test(ce.nodeValue))break;if(It){Ie={},It.replace(/\b(\w+)=([\w:.%+-]+)/g,function(Ct,Kr,tn){Ie[Kr]=tn});break}}var Ce=Gt.className;if((Ie!==Wt||Jt.test(Ce))&&!Me.test(Ce)){for(var ft=!1,Kt=Gt.parentNode;Kt;Kt=Kt.parentNode){var Tt=Kt.tagName;if(Lt.test(Tt)&&Kt.className&&Jt.test(Kt.className)){ft=!0;break}}if(!ft){Gt.className+=" prettyprinted";var Pe=Ie.lang;if(!Pe){Pe=Ce.match(rr);var At;!Pe&&(At=me(Gt))&&Yt.test(At.tagName)&&(Pe=At.className.match(rr)),Pe&&(Pe=Pe[1])}var Ze;if(rt.test(Gt.tagName))Ze=1;else{var we=Gt.currentStyle,gt=Je.defaultView,Rt=we?we.whiteSpace:gt&&gt.getComputedStyle?gt.getComputedStyle(Gt,null).getPropertyValue("white-space"):0;Ze=Rt&&Rt.substring(0,3)==="pre"}var Fe=Ie.linenums;(Fe=Fe==="true"||+Fe)||(Fe=Ce.match(/\blinenums\b(?::(\d+))?/),Fe=Fe?Fe[1]&&Fe[1].length?+Fe[1]:!0:!1),Fe&&Ue(Gt,Fe,Ze);var Tr={langExtension:Pe,sourceNode:Gt,numberLines:Fe,pre:Ze,sourceCode:null,basePos:null,spans:null,decorations:null};Ft(Tr)}}}bt<Le.length?o.setTimeout(Ht,250):typeof nt=="function"&&nt()}Ht()}var wt=o.PR={createSimpleLexer:Te,registerLangHandler:kt,sourceDecorator:Oe,PR_ATTRIB_NAME:K,PR_ATTRIB_VALUE:se,PR_COMMENT:G,PR_DECLARATION:q,PR_KEYWORD:N,PR_LITERAL:W,PR_NOCODE:ee,PR_PLAIN:ne,PR_PUNCTUATION:ae,PR_SOURCE:J,PR_STRING:B,PR_TAG:oe,PR_TYPE:H,prettyPrintOne:r?o.prettyPrintOne=tr:c=tr,prettyPrint:f=r?o.prettyPrint=ze:f=ze},Bt=o.define;typeof Bt=="function"&&Bt.amd&&Bt("google-code-prettify",[],function(){return wt})})()},25769:function(d,_,e){"use strict";var r=e(98040),i={"text/plain":"Text","text/html":"Url",default:"Text"},l="Copy to clipboard: #{key}, Enter";function c(o){var h=(/mac os x/i.test(navigator.userAgent)?"\u2318":"Ctrl")+"+C";return o.replace(/#{\s*key\s*}/g,h)}function f(o,h){var u,a,x,p,y,m,b=!1;h||(h={}),u=h.debug||!1;try{x=r(),p=document.createRange(),y=document.getSelection(),m=document.createElement("span"),m.textContent=o,m.ariaHidden="true",m.style.all="unset",m.style.position="fixed",m.style.top=0,m.style.clip="rect(0, 0, 0, 0)",m.style.whiteSpace="pre",m.style.webkitUserSelect="text",m.style.MozUserSelect="text",m.style.msUserSelect="text",m.style.userSelect="text",m.addEventListener("copy",function(D){if(D.stopPropagation(),h.format)if(D.preventDefault(),typeof D.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 D.clipboardData.clearData(),D.clipboardData.setData(h.format,o);h.onCopy&&(D.preventDefault(),h.onCopy(D.clipboardData))}),document.body.appendChild(m),p.selectNodeContents(m),y.addRange(p);var S=document.execCommand("copy");if(!S)throw new Error("copy command was unsuccessful");b=!0}catch(D){u&&console.error("unable to copy using execCommand: ",D),u&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(h.format||"text",o),h.onCopy&&h.onCopy(window.clipboardData),b=!0}catch(R){u&&console.error("unable to copy using clipboardData: ",R),u&&console.error("falling back to prompt"),a=c("message"in h?h.message:l),window.prompt(a,o)}}finally{y&&(typeof y.removeRange=="function"?y.removeRange(p):y.removeAllRanges()),m&&document.body.removeChild(m),x()}return b}d.exports=f},75041:function(d){(function(){var _="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e={rotl:function(r,i){return r<<i|r>>>32-i},rotr:function(r,i){return r<<32-i|r>>>i},endian:function(r){if(r.constructor==Number)return e.rotl(r,8)&16711935|e.rotl(r,24)&4278255360;for(var i=0;i<r.length;i++)r[i]=e.endian(r[i]);return r},randomBytes:function(r){for(var i=[];r>0;r--)i.push(Math.floor(Math.random()*256));return i},bytesToWords:function(r){for(var i=[],l=0,c=0;l<r.length;l++,c+=8)i[c>>>5]|=r[l]<<24-c%32;return i},wordsToBytes:function(r){for(var i=[],l=0;l<r.length*32;l+=8)i.push(r[l>>>5]>>>24-l%32&255);return i},bytesToHex:function(r){for(var i=[],l=0;l<r.length;l++)i.push((r[l]>>>4).toString(16)),i.push((r[l]&15).toString(16));return i.join("")},hexToBytes:function(r){for(var i=[],l=0;l<r.length;l+=2)i.push(parseInt(r.substr(l,2),16));return i},bytesToBase64:function(r){for(var i=[],l=0;l<r.length;l+=3)for(var c=r[l]<<16|r[l+1]<<8|r[l+2],f=0;f<4;f++)l*8+f*6<=r.length*8?i.push(_.charAt(c>>>6*(3-f)&63)):i.push("=");return i.join("")},base64ToBytes:function(r){r=r.replace(/[^A-Z0-9+\/]/ig,"");for(var i=[],l=0,c=0;l<r.length;c=++l%4)c!=0&&i.push((_.indexOf(r.charAt(l-1))&Math.pow(2,-2*c+8)-1)<<c*2|_.indexOf(r.charAt(l))>>>6-c*2);return i}};d.exports=e})()},84452:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.BlockCipher,f=i.algo,o=[],h=[],u=[],a=[],x=[],p=[],y=[],m=[],b=[],S=[];(function(){for(var A=[],P=0;P<256;P++)P<128?A[P]=P<<1:A[P]=P<<1^283;for(var M=0,B=0,P=0;P<256;P++){var N=B^B<<1^B<<2^B<<3^B<<4;N=N>>>8^N&255^99,o[M]=N,h[N]=M;var G=A[M],H=A[G],W=A[H],ae=A[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=W*16843009^H*65537^G*257^M*16843008;y[N]=ae<<24|ae>>>8,m[N]=ae<<16|ae>>>16,b[N]=ae<<8|ae>>>24,S[N]=ae,M?(M=G^A[A[A[W^G]]],B^=A[A[B]]):M=B=1}})();var D=[0,1,2,4,8,16,32,64,128,27,54],R=f.AES=c.extend({_doReset:function(){var A;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var P=this._keyPriorReset=this._key,M=P.words,B=P.sigBytes/4,N=this._nRounds=B+6,G=(N+1)*4,H=this._keySchedule=[],W=0;W<G;W++)W<B?H[W]=M[W]:(A=H[W-1],W%B?B>6&&W%B==4&&(A=o[A>>>24]<<24|o[A>>>16&255]<<16|o[A>>>8&255]<<8|o[A&255]):(A=A<<8|A>>>24,A=o[A>>>24]<<24|o[A>>>16&255]<<16|o[A>>>8&255]<<8|o[A&255],A^=D[W/B|0]<<24),H[W]=H[W-B]^A);for(var ae=this._invKeySchedule=[],ne=0;ne<G;ne++){var W=G-ne;if(ne%4)var A=H[W];else var A=H[W-4];ne<4||W<=4?ae[ne]=A:ae[ne]=y[o[A>>>24]]^m[o[A>>>16&255]]^b[o[A>>>8&255]]^S[o[A&255]]}}},encryptBlock:function(A,P){this._doCryptBlock(A,P,this._keySchedule,u,a,x,p,o)},decryptBlock:function(A,P){var M=A[P+1];A[P+1]=A[P+3],A[P+3]=M,this._doCryptBlock(A,P,this._invKeySchedule,y,m,b,S,h);var M=A[P+1];A[P+1]=A[P+3],A[P+3]=M},_doCryptBlock:function(A,P,M,B,N,G,H,W){for(var ae=this._nRounds,ne=A[P]^M[0],oe=A[P+1]^M[1],q=A[P+2]^M[2],J=A[P+3]^M[3],K=4,se=1;se<ae;se++){var ee=B[ne>>>24]^N[oe>>>16&255]^G[q>>>8&255]^H[J&255]^M[K++],Q=B[oe>>>24]^N[q>>>16&255]^G[J>>>8&255]^H[ne&255]^M[K++],le=B[q>>>24]^N[J>>>16&255]^G[ne>>>8&255]^H[oe&255]^M[K++],$=B[J>>>24]^N[ne>>>16&255]^G[oe>>>8&255]^H[q&255]^M[K++];ne=ee,oe=Q,q=le,J=$}var ee=(W[ne>>>24]<<24|W[oe>>>16&255]<<16|W[q>>>8&255]<<8|W[J&255])^M[K++],Q=(W[oe>>>24]<<24|W[q>>>16&255]<<16|W[J>>>8&255]<<8|W[ne&255])^M[K++],le=(W[q>>>24]<<24|W[J>>>16&255]<<16|W[ne>>>8&255]<<8|W[oe&255])^M[K++],$=(W[J>>>24]<<24|W[ne>>>16&255]<<16|W[oe>>>8&255]<<8|W[q&255])^M[K++];A[P]=ee,A[P+1]=Q,A[P+2]=le,A[P+3]=$},keySize:256/32});i.AES=c._createHelper(R)}(),r.AES})},93617:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(28492))})(this,function(r){r.lib.Cipher||function(i){var l=r,c=l.lib,f=c.Base,o=c.WordArray,h=c.BufferedBlockAlgorithm,u=l.enc,a=u.Utf8,x=u.Base64,p=l.algo,y=p.EvpKDF,m=c.Cipher=h.extend({cfg:f.extend(),createEncryptor:function(oe,q){return this.create(this._ENC_XFORM_MODE,oe,q)},createDecryptor:function(oe,q){return this.create(this._DEC_XFORM_MODE,oe,q)},init:function(oe,q,J){this.cfg=this.cfg.extend(J),this._xformMode=oe,this._key=q,this.reset()},reset:function(){h.reset.call(this),this._doReset()},process:function(oe){return this._append(oe),this._process()},finalize:function(oe){oe&&this._append(oe);var q=this._doFinalize();return q},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function oe(q){return typeof q=="string"?ne:H}return function(q){return{encrypt:function(J,K,se){return oe(K).encrypt(q,J,K,se)},decrypt:function(J,K,se){return oe(K).decrypt(q,J,K,se)}}}}()}),b=c.StreamCipher=m.extend({_doFinalize:function(){var oe=this._process(!0);return oe},blockSize:1}),S=l.mode={},D=c.BlockCipherMode=f.extend({createEncryptor:function(oe,q){return this.Encryptor.create(oe,q)},createDecryptor:function(oe,q){return this.Decryptor.create(oe,q)},init:function(oe,q){this._cipher=oe,this._iv=q}}),R=S.CBC=function(){var oe=D.extend();oe.Encryptor=oe.extend({processBlock:function(J,K){var se=this._cipher,ee=se.blockSize;q.call(this,J,K,ee),se.encryptBlock(J,K),this._prevBlock=J.slice(K,K+ee)}}),oe.Decryptor=oe.extend({processBlock:function(J,K){var se=this._cipher,ee=se.blockSize,Q=J.slice(K,K+ee);se.decryptBlock(J,K),q.call(this,J,K,ee),this._prevBlock=Q}});function q(J,K,se){var ee,Q=this._iv;Q?(ee=Q,this._iv=i):ee=this._prevBlock;for(var le=0;le<se;le++)J[K+le]^=ee[le]}return oe}(),A=l.pad={},P=A.Pkcs7={pad:function(oe,q){for(var J=q*4,K=J-oe.sigBytes%J,se=K<<24|K<<16|K<<8|K,ee=[],Q=0;Q<K;Q+=4)ee.push(se);var le=o.create(ee,K);oe.concat(le)},unpad:function(oe){var q=oe.words[oe.sigBytes-1>>>2]&255;oe.sigBytes-=q}},M=c.BlockCipher=m.extend({cfg:m.cfg.extend({mode:R,padding:P}),reset:function(){var oe;m.reset.call(this);var q=this.cfg,J=q.iv,K=q.mode;this._xformMode==this._ENC_XFORM_MODE?oe=K.createEncryptor:(oe=K.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==oe?this._mode.init(this,J&&J.words):(this._mode=oe.call(K,this,J&&J.words),this._mode.__creator=oe)},_doProcessBlock:function(oe,q){this._mode.processBlock(oe,q)},_doFinalize:function(){var oe,q=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(q.pad(this._data,this.blockSize),oe=this._process(!0)):(oe=this._process(!0),q.unpad(oe)),oe},blockSize:128/32}),B=c.CipherParams=f.extend({init:function(oe){this.mixIn(oe)},toString:function(oe){return(oe||this.formatter).stringify(this)}}),N=l.format={},G=N.OpenSSL={stringify:function(oe){var q,J=oe.ciphertext,K=oe.salt;return K?q=o.create([1398893684,1701076831]).concat(K).concat(J):q=J,q.toString(x)},parse:function(oe){var q,J=x.parse(oe),K=J.words;return K[0]==1398893684&&K[1]==1701076831&&(q=o.create(K.slice(2,4)),K.splice(0,4),J.sigBytes-=16),B.create({ciphertext:J,salt:q})}},H=c.SerializableCipher=f.extend({cfg:f.extend({format:G}),encrypt:function(oe,q,J,K){K=this.cfg.extend(K);var se=oe.createEncryptor(J,K),ee=se.finalize(q),Q=se.cfg;return B.create({ciphertext:ee,key:J,iv:Q.iv,algorithm:oe,mode:Q.mode,padding:Q.padding,blockSize:oe.blockSize,formatter:K.format})},decrypt:function(oe,q,J,K){K=this.cfg.extend(K),q=this._parse(q,K.format);var se=oe.createDecryptor(J,K).finalize(q.ciphertext);return se},_parse:function(oe,q){return typeof oe=="string"?q.parse(oe,this):oe}}),W=l.kdf={},ae=W.OpenSSL={execute:function(oe,q,J,K){K||(K=o.random(64/8));var se=y.create({keySize:q+J}).compute(oe,K),ee=o.create(se.words.slice(q),J*4);return se.sigBytes=q*4,B.create({key:se,iv:ee,salt:K})}},ne=c.PasswordBasedCipher=H.extend({cfg:H.cfg.extend({kdf:ae}),encrypt:function(oe,q,J,K){K=this.cfg.extend(K);var se=K.kdf.execute(J,oe.keySize,oe.ivSize);K.iv=se.iv;var ee=H.encrypt.call(this,oe,q,se.key,K);return ee.mixIn(se),ee},decrypt:function(oe,q,J,K){K=this.cfg.extend(K),q=this._parse(q,K.format);var se=K.kdf.execute(J,oe.keySize,oe.ivSize,q.salt);K.iv=se.iv;var ee=H.decrypt.call(this,oe,q,se.key,K);return ee}})}()})},52952:function(d,_,e){(function(r,i){d.exports=_=i()})(this,function(){var r=r||function(i,l){var c;if(typeof window!="undefined"&&window.crypto&&(c=window.crypto),typeof self!="undefined"&&self.crypto&&(c=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(c=globalThis.crypto),!c&&typeof window!="undefined"&&window.msCrypto&&(c=window.msCrypto),!c&&typeof e.g!="undefined"&&e.g.crypto&&(c=e.g.crypto),!c)try{c=e(3828)}catch(A){}var f=function(){if(c){if(typeof c.getRandomValues=="function")try{return c.getRandomValues(new Uint32Array(1))[0]}catch(A){}if(typeof c.randomBytes=="function")try{return c.randomBytes(4).readInt32LE()}catch(A){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function A(){}return function(P){var M;return A.prototype=P,M=new A,A.prototype=null,M}}(),h={},u=h.lib={},a=u.Base=function(){return{extend:function(A){var P=o(this);return A&&P.mixIn(A),(!P.hasOwnProperty("init")||this.init===P.init)&&(P.init=function(){P.$super.init.apply(this,arguments)}),P.init.prototype=P,P.$super=this,P},create:function(){var A=this.extend();return A.init.apply(A,arguments),A},init:function(){},mixIn:function(A){for(var P in A)A.hasOwnProperty(P)&&(this[P]=A[P]);A.hasOwnProperty("toString")&&(this.toString=A.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),x=u.WordArray=a.extend({init:function(A,P){A=this.words=A||[],P!=l?this.sigBytes=P:this.sigBytes=A.length*4},toString:function(A){return(A||y).stringify(this)},concat:function(A){var P=this.words,M=A.words,B=this.sigBytes,N=A.sigBytes;if(this.clamp(),B%4)for(var G=0;G<N;G++){var H=M[G>>>2]>>>24-G%4*8&255;P[B+G>>>2]|=H<<24-(B+G)%4*8}else for(var W=0;W<N;W+=4)P[B+W>>>2]=M[W>>>2];return this.sigBytes+=N,this},clamp:function(){var A=this.words,P=this.sigBytes;A[P>>>2]&=4294967295<<32-P%4*8,A.length=i.ceil(P/4)},clone:function(){var A=a.clone.call(this);return A.words=this.words.slice(0),A},random:function(A){for(var P=[],M=0;M<A;M+=4)P.push(f());return new x.init(P,A)}}),p=h.enc={},y=p.Hex={stringify:function(A){for(var P=A.words,M=A.sigBytes,B=[],N=0;N<M;N++){var G=P[N>>>2]>>>24-N%4*8&255;B.push((G>>>4).toString(16)),B.push((G&15).toString(16))}return B.join("")},parse:function(A){for(var P=A.length,M=[],B=0;B<P;B+=2)M[B>>>3]|=parseInt(A.substr(B,2),16)<<24-B%8*4;return new x.init(M,P/2)}},m=p.Latin1={stringify:function(A){for(var P=A.words,M=A.sigBytes,B=[],N=0;N<M;N++){var G=P[N>>>2]>>>24-N%4*8&255;B.push(String.fromCharCode(G))}return B.join("")},parse:function(A){for(var P=A.length,M=[],B=0;B<P;B++)M[B>>>2]|=(A.charCodeAt(B)&255)<<24-B%4*8;return new x.init(M,P)}},b=p.Utf8={stringify:function(A){try{return decodeURIComponent(escape(m.stringify(A)))}catch(P){throw new Error("Malformed UTF-8 data")}},parse:function(A){return m.parse(unescape(encodeURIComponent(A)))}},S=u.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new x.init,this._nDataBytes=0},_append:function(A){typeof A=="string"&&(A=b.parse(A)),this._data.concat(A),this._nDataBytes+=A.sigBytes},_process:function(A){var P,M=this._data,B=M.words,N=M.sigBytes,G=this.blockSize,H=G*4,W=N/H;A?W=i.ceil(W):W=i.max((W|0)-this._minBufferSize,0);var ae=W*G,ne=i.min(ae*4,N);if(ae){for(var oe=0;oe<ae;oe+=G)this._doProcessBlock(B,oe);P=B.splice(0,ae),M.sigBytes-=ne}return new x.init(P,ne)},clone:function(){var A=a.clone.call(this);return A._data=this._data.clone(),A},_minBufferSize:0}),D=u.Hasher=S.extend({cfg:a.extend(),init:function(A){this.cfg=this.cfg.extend(A),this.reset()},reset:function(){S.reset.call(this),this._doReset()},update:function(A){return this._append(A),this._process(),this},finalize:function(A){A&&this._append(A);var P=this._doFinalize();return P},blockSize:512/32,_createHelper:function(A){return function(P,M){return new A.init(M).finalize(P)}},_createHmacHelper:function(A){return function(P,M){return new R.HMAC.init(A,M).finalize(P)}}}),R=h.algo={};return h}(Math);return r})},35909:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.enc,o=f.Base64={stringify:function(u){var a=u.words,x=u.sigBytes,p=this._map;u.clamp();for(var y=[],m=0;m<x;m+=3)for(var b=a[m>>>2]>>>24-m%4*8&255,S=a[m+1>>>2]>>>24-(m+1)%4*8&255,D=a[m+2>>>2]>>>24-(m+2)%4*8&255,R=b<<16|S<<8|D,A=0;A<4&&m+A*.75<x;A++)y.push(p.charAt(R>>>6*(3-A)&63));var P=p.charAt(64);if(P)for(;y.length%4;)y.push(P);return y.join("")},parse:function(u){var a=u.length,x=this._map,p=this._reverseMap;if(!p){p=this._reverseMap=[];for(var y=0;y<x.length;y++)p[x.charCodeAt(y)]=y}var m=x.charAt(64);if(m){var b=u.indexOf(m);b!==-1&&(a=b)}return h(u,a,p)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function h(u,a,x){for(var p=[],y=0,m=0;m<a;m++)if(m%4){var b=x[u.charCodeAt(m-1)]<<m%4*2,S=x[u.charCodeAt(m)]>>>6-m%4*2,D=b|S;p[y>>>2]|=D<<24-y%4*8,y++}return c.create(p,y)}}(),r.enc.Base64})},52695:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.enc,o=f.Base64url={stringify:function(u,a=!0){var x=u.words,p=u.sigBytes,y=a?this._safe_map:this._map;u.clamp();for(var m=[],b=0;b<p;b+=3)for(var S=x[b>>>2]>>>24-b%4*8&255,D=x[b+1>>>2]>>>24-(b+1)%4*8&255,R=x[b+2>>>2]>>>24-(b+2)%4*8&255,A=S<<16|D<<8|R,P=0;P<4&&b+P*.75<p;P++)m.push(y.charAt(A>>>6*(3-P)&63));var M=y.charAt(64);if(M)for(;m.length%4;)m.push(M);return m.join("")},parse:function(u,a=!0){var x=u.length,p=a?this._safe_map:this._map,y=this._reverseMap;if(!y){y=this._reverseMap=[];for(var m=0;m<p.length;m++)y[p.charCodeAt(m)]=m}var b=p.charAt(64);if(b){var S=u.indexOf(b);S!==-1&&(x=S)}return h(u,x,y)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function h(u,a,x){for(var p=[],y=0,m=0;m<a;m++)if(m%4){var b=x[u.charCodeAt(m-1)]<<m%4*2,S=x[u.charCodeAt(m)]>>>6-m%4*2,D=b|S;p[y>>>2]|=D<<24-y%4*8,y++}return c.create(p,y)}}(),r.enc.Base64url})},73323:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.enc,o=f.Utf16=f.Utf16BE={stringify:function(u){for(var a=u.words,x=u.sigBytes,p=[],y=0;y<x;y+=2){var m=a[y>>>2]>>>16-y%4*8&65535;p.push(String.fromCharCode(m))}return p.join("")},parse:function(u){for(var a=u.length,x=[],p=0;p<a;p++)x[p>>>1]|=u.charCodeAt(p)<<16-p%2*16;return c.create(x,a*2)}};f.Utf16LE={stringify:function(u){for(var a=u.words,x=u.sigBytes,p=[],y=0;y<x;y+=2){var m=h(a[y>>>2]>>>16-y%4*8&65535);p.push(String.fromCharCode(m))}return p.join("")},parse:function(u){for(var a=u.length,x=[],p=0;p<a;p++)x[p>>>1]|=h(u.charCodeAt(p)<<16-p%2*16);return c.create(x,a*2)}};function h(u){return u<<8&4278255360|u>>>8&16711935}}(),r.enc.Utf16})},28492:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(49479),e(83760))})(this,function(r){return function(){var i=r,l=i.lib,c=l.Base,f=l.WordArray,o=i.algo,h=o.MD5,u=o.EvpKDF=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:1}),init:function(a){this.cfg=this.cfg.extend(a)},compute:function(a,x){for(var p,y=this.cfg,m=y.hasher.create(),b=f.create(),S=b.words,D=y.keySize,R=y.iterations;S.length<D;){p&&m.update(p),p=m.update(a).finalize(x),m.reset();for(var A=1;A<R;A++)p=m.finalize(p),m.reset();b.concat(p)}return b.sigBytes=D*4,b}});i.EvpKDF=function(a,x,p){return u.create(p).compute(a,x)}}(),r.EvpKDF})},24408:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.CipherParams,o=l.enc,h=o.Hex,u=l.format,a=u.Hex={stringify:function(x){return x.ciphertext.toString(h)},parse:function(x){var p=h.parse(x);return f.create({ciphertext:p})}}}(),r.format.Hex})},83760:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){(function(){var i=r,l=i.lib,c=l.Base,f=i.enc,o=f.Utf8,h=i.algo,u=h.HMAC=c.extend({init:function(a,x){a=this._hasher=new a.init,typeof x=="string"&&(x=o.parse(x));var p=a.blockSize,y=p*4;x.sigBytes>y&&(x=a.finalize(x)),x.clamp();for(var m=this._oKey=x.clone(),b=this._iKey=x.clone(),S=m.words,D=b.words,R=0;R<p;R++)S[R]^=1549556828,D[R]^=909522486;m.sigBytes=b.sigBytes=y,this.reset()},reset:function(){var a=this._hasher;a.reset(),a.update(this._iKey)},update:function(a){return this._hasher.update(a),this},finalize:function(a){var x=this._hasher,p=x.finalize(a);x.reset();var y=x.finalize(this._oKey.clone().concat(p));return y}})})()})},28209:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988),e(79183),e(73323),e(35909),e(52695),e(34905),e(49479),e(2481),e(93653),e(12133),e(82307),e(79421),e(25824),e(83760),e(37248),e(28492),e(93617),e(2882),e(98277),e(69972),e(30509),e(79182),e(74990),e(2593),e(10829),e(10265),e(18846),e(24408),e(84452),e(61945),e(22528),e(21865),e(35308))})(this,function(r){return r})},79183:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){if(typeof ArrayBuffer=="function"){var i=r,l=i.lib,c=l.WordArray,f=c.init,o=c.init=function(h){if(h instanceof ArrayBuffer&&(h=new Uint8Array(h)),(h instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&h instanceof Uint8ClampedArray||h instanceof Int16Array||h instanceof Uint16Array||h instanceof Int32Array||h instanceof Uint32Array||h instanceof Float32Array||h instanceof Float64Array)&&(h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength)),h instanceof Uint8Array){for(var u=h.byteLength,a=[],x=0;x<u;x++)a[x>>>2]|=h[x]<<24-x%4*8;f.call(this,a,u)}else f.apply(this,arguments)};o.prototype=c}}(),r.lib.WordArray})},34905:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.algo,u=[];(function(){for(var b=0;b<64;b++)u[b]=i.abs(i.sin(b+1))*4294967296|0})();var a=h.MD5=o.extend({_doReset:function(){this._hash=new f.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(b,S){for(var D=0;D<16;D++){var R=S+D,A=b[R];b[R]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360}var P=this._hash.words,M=b[S+0],B=b[S+1],N=b[S+2],G=b[S+3],H=b[S+4],W=b[S+5],ae=b[S+6],ne=b[S+7],oe=b[S+8],q=b[S+9],J=b[S+10],K=b[S+11],se=b[S+12],ee=b[S+13],Q=b[S+14],le=b[S+15],$=P[0],j=P[1],ie=P[2],me=P[3];$=x($,j,ie,me,M,7,u[0]),me=x(me,$,j,ie,B,12,u[1]),ie=x(ie,me,$,j,N,17,u[2]),j=x(j,ie,me,$,G,22,u[3]),$=x($,j,ie,me,H,7,u[4]),me=x(me,$,j,ie,W,12,u[5]),ie=x(ie,me,$,j,ae,17,u[6]),j=x(j,ie,me,$,ne,22,u[7]),$=x($,j,ie,me,oe,7,u[8]),me=x(me,$,j,ie,q,12,u[9]),ie=x(ie,me,$,j,J,17,u[10]),j=x(j,ie,me,$,K,22,u[11]),$=x($,j,ie,me,se,7,u[12]),me=x(me,$,j,ie,ee,12,u[13]),ie=x(ie,me,$,j,Q,17,u[14]),j=x(j,ie,me,$,le,22,u[15]),$=p($,j,ie,me,B,5,u[16]),me=p(me,$,j,ie,ae,9,u[17]),ie=p(ie,me,$,j,K,14,u[18]),j=p(j,ie,me,$,M,20,u[19]),$=p($,j,ie,me,W,5,u[20]),me=p(me,$,j,ie,J,9,u[21]),ie=p(ie,me,$,j,le,14,u[22]),j=p(j,ie,me,$,H,20,u[23]),$=p($,j,ie,me,q,5,u[24]),me=p(me,$,j,ie,Q,9,u[25]),ie=p(ie,me,$,j,G,14,u[26]),j=p(j,ie,me,$,oe,20,u[27]),$=p($,j,ie,me,ee,5,u[28]),me=p(me,$,j,ie,N,9,u[29]),ie=p(ie,me,$,j,ne,14,u[30]),j=p(j,ie,me,$,se,20,u[31]),$=y($,j,ie,me,W,4,u[32]),me=y(me,$,j,ie,oe,11,u[33]),ie=y(ie,me,$,j,K,16,u[34]),j=y(j,ie,me,$,Q,23,u[35]),$=y($,j,ie,me,B,4,u[36]),me=y(me,$,j,ie,H,11,u[37]),ie=y(ie,me,$,j,ne,16,u[38]),j=y(j,ie,me,$,J,23,u[39]),$=y($,j,ie,me,ee,4,u[40]),me=y(me,$,j,ie,M,11,u[41]),ie=y(ie,me,$,j,G,16,u[42]),j=y(j,ie,me,$,ae,23,u[43]),$=y($,j,ie,me,q,4,u[44]),me=y(me,$,j,ie,se,11,u[45]),ie=y(ie,me,$,j,le,16,u[46]),j=y(j,ie,me,$,N,23,u[47]),$=m($,j,ie,me,M,6,u[48]),me=m(me,$,j,ie,ne,10,u[49]),ie=m(ie,me,$,j,Q,15,u[50]),j=m(j,ie,me,$,W,21,u[51]),$=m($,j,ie,me,se,6,u[52]),me=m(me,$,j,ie,G,10,u[53]),ie=m(ie,me,$,j,J,15,u[54]),j=m(j,ie,me,$,B,21,u[55]),$=m($,j,ie,me,oe,6,u[56]),me=m(me,$,j,ie,le,10,u[57]),ie=m(ie,me,$,j,ae,15,u[58]),j=m(j,ie,me,$,ee,21,u[59]),$=m($,j,ie,me,H,6,u[60]),me=m(me,$,j,ie,K,10,u[61]),ie=m(ie,me,$,j,N,15,u[62]),j=m(j,ie,me,$,q,21,u[63]),P[0]=P[0]+$|0,P[1]=P[1]+j|0,P[2]=P[2]+ie|0,P[3]=P[3]+me|0},_doFinalize:function(){var b=this._data,S=b.words,D=this._nDataBytes*8,R=b.sigBytes*8;S[R>>>5]|=128<<24-R%32;var A=i.floor(D/4294967296),P=D;S[(R+64>>>9<<4)+15]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,S[(R+64>>>9<<4)+14]=(P<<8|P>>>24)&16711935|(P<<24|P>>>8)&4278255360,b.sigBytes=(S.length+1)*4,this._process();for(var M=this._hash,B=M.words,N=0;N<4;N++){var G=B[N];B[N]=(G<<8|G>>>24)&16711935|(G<<24|G>>>8)&4278255360}return M},clone:function(){var b=o.clone.call(this);return b._hash=this._hash.clone(),b}});function x(b,S,D,R,A,P,M){var B=b+(S&D|~S&R)+A+M;return(B<<P|B>>>32-P)+S}function p(b,S,D,R,A,P,M){var B=b+(S&R|D&~R)+A+M;return(B<<P|B>>>32-P)+S}function y(b,S,D,R,A,P,M){var B=b+(S^D^R)+A+M;return(B<<P|B>>>32-P)+S}function m(b,S,D,R,A,P,M){var B=b+(D^(S|~R))+A+M;return(B<<P|B>>>32-P)+S}l.MD5=o._createHelper(a),l.HmacMD5=o._createHmacHelper(a)}(Math),r.MD5})},2882:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.CFB=function(){var i=r.lib.BlockCipherMode.extend();i.Encryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize;l.call(this,c,f,h,o),this._prevBlock=c.slice(f,f+h)}}),i.Decryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize,u=c.slice(f,f+h);l.call(this,c,f,h,o),this._prevBlock=u}});function l(c,f,o,h){var u,a=this._iv;a?(u=a.slice(0),this._iv=void 0):u=this._prevBlock,h.encryptBlock(u,0);for(var x=0;x<o;x++)c[f+x]^=u[x]}return i}(),r.mode.CFB})},69972:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.CTRGladman=function(){var i=r.lib.BlockCipherMode.extend();function l(o){if((o>>24&255)===255){var h=o>>16&255,u=o>>8&255,a=o&255;h===255?(h=0,u===255?(u=0,a===255?a=0:++a):++u):++h,o=0,o+=h<<16,o+=u<<8,o+=a}else o+=16777216;return o}function c(o){return(o[0]=l(o[0]))===0&&(o[1]=l(o[1])),o}var f=i.Encryptor=i.extend({processBlock:function(o,h){var u=this._cipher,a=u.blockSize,x=this._iv,p=this._counter;x&&(p=this._counter=x.slice(0),this._iv=void 0),c(p);var y=p.slice(0);u.encryptBlock(y,0);for(var m=0;m<a;m++)o[h+m]^=y[m]}});return i.Decryptor=f,i}(),r.mode.CTRGladman})},98277:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.CTR=function(){var i=r.lib.BlockCipherMode.extend(),l=i.Encryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize,u=this._iv,a=this._counter;u&&(a=this._counter=u.slice(0),this._iv=void 0);var x=a.slice(0);o.encryptBlock(x,0),a[h-1]=a[h-1]+1|0;for(var p=0;p<h;p++)c[f+p]^=x[p]}});return i.Decryptor=l,i}(),r.mode.CTR})},79182:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.ECB=function(){var i=r.lib.BlockCipherMode.extend();return i.Encryptor=i.extend({processBlock:function(l,c){this._cipher.encryptBlock(l,c)}}),i.Decryptor=i.extend({processBlock:function(l,c){this._cipher.decryptBlock(l,c)}}),i}(),r.mode.ECB})},30509:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.mode.OFB=function(){var i=r.lib.BlockCipherMode.extend(),l=i.Encryptor=i.extend({processBlock:function(c,f){var o=this._cipher,h=o.blockSize,u=this._iv,a=this._keystream;u&&(a=this._keystream=u.slice(0),this._iv=void 0),o.encryptBlock(a,0);for(var x=0;x<h;x++)c[f+x]^=a[x]}});return i.Decryptor=l,i}(),r.mode.OFB})},74990:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.AnsiX923={pad:function(i,l){var c=i.sigBytes,f=l*4,o=f-c%f,h=c+o-1;i.clamp(),i.words[h>>>2]|=o<<24-h%4*8,i.sigBytes+=o},unpad:function(i){var l=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=l}},r.pad.Ansix923})},2593:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.Iso10126={pad:function(i,l){var c=l*4,f=c-i.sigBytes%c;i.concat(r.lib.WordArray.random(f-1)).concat(r.lib.WordArray.create([f<<24],1))},unpad:function(i){var l=i.words[i.sigBytes-1>>>2]&255;i.sigBytes-=l}},r.pad.Iso10126})},10829:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.Iso97971={pad:function(i,l){i.concat(r.lib.WordArray.create([2147483648],1)),r.pad.ZeroPadding.pad(i,l)},unpad:function(i){r.pad.ZeroPadding.unpad(i),i.sigBytes--}},r.pad.Iso97971})},18846:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.NoPadding={pad:function(){},unpad:function(){}},r.pad.NoPadding})},10265:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(93617))})(this,function(r){return r.pad.ZeroPadding={pad:function(i,l){var c=l*4;i.clamp(),i.sigBytes+=c-(i.sigBytes%c||c)},unpad:function(i){for(var l=i.words,c=i.sigBytes-1,c=i.sigBytes-1;c>=0;c--)if(l[c>>>2]>>>24-c%4*8&255){i.sigBytes=c+1;break}}},r.pad.ZeroPadding})},37248:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(49479),e(83760))})(this,function(r){return function(){var i=r,l=i.lib,c=l.Base,f=l.WordArray,o=i.algo,h=o.SHA1,u=o.HMAC,a=o.PBKDF2=c.extend({cfg:c.extend({keySize:128/32,hasher:h,iterations:1}),init:function(x){this.cfg=this.cfg.extend(x)},compute:function(x,p){for(var y=this.cfg,m=u.create(y.hasher,x),b=f.create(),S=f.create([1]),D=b.words,R=S.words,A=y.keySize,P=y.iterations;D.length<A;){var M=m.update(p).finalize(S);m.reset();for(var B=M.words,N=B.length,G=M,H=1;H<P;H++){G=m.finalize(G),m.reset();for(var W=G.words,ae=0;ae<N;ae++)B[ae]^=W[ae]}b.concat(M),R[0]++}return b.sigBytes=A*4,b}});i.PBKDF2=function(x,p,y){return a.create(y).compute(x,p)}}(),r.PBKDF2})},35308:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.StreamCipher,f=i.algo,o=[],h=[],u=[],a=f.RabbitLegacy=c.extend({_doReset:function(){var p=this._key.words,y=this.cfg.iv,m=this._X=[p[0],p[3]<<16|p[2]>>>16,p[1],p[0]<<16|p[3]>>>16,p[2],p[1]<<16|p[0]>>>16,p[3],p[2]<<16|p[1]>>>16],b=this._C=[p[2]<<16|p[2]>>>16,p[0]&4294901760|p[1]&65535,p[3]<<16|p[3]>>>16,p[1]&4294901760|p[2]&65535,p[0]<<16|p[0]>>>16,p[2]&4294901760|p[3]&65535,p[1]<<16|p[1]>>>16,p[3]&4294901760|p[0]&65535];this._b=0;for(var S=0;S<4;S++)x.call(this);for(var S=0;S<8;S++)b[S]^=m[S+4&7];if(y){var D=y.words,R=D[0],A=D[1],P=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,M=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,B=P>>>16|M&4294901760,N=M<<16|P&65535;b[0]^=P,b[1]^=B,b[2]^=M,b[3]^=N,b[4]^=P,b[5]^=B,b[6]^=M,b[7]^=N;for(var S=0;S<4;S++)x.call(this)}},_doProcessBlock:function(p,y){var m=this._X;x.call(this),o[0]=m[0]^m[5]>>>16^m[3]<<16,o[1]=m[2]^m[7]>>>16^m[5]<<16,o[2]=m[4]^m[1]>>>16^m[7]<<16,o[3]=m[6]^m[3]>>>16^m[1]<<16;for(var b=0;b<4;b++)o[b]=(o[b]<<8|o[b]>>>24)&16711935|(o[b]<<24|o[b]>>>8)&4278255360,p[y+b]^=o[b]},blockSize:128/32,ivSize:64/32});function x(){for(var p=this._X,y=this._C,m=0;m<8;m++)h[m]=y[m];y[0]=y[0]+1295307597+this._b|0,y[1]=y[1]+3545052371+(y[0]>>>0<h[0]>>>0?1:0)|0,y[2]=y[2]+886263092+(y[1]>>>0<h[1]>>>0?1:0)|0,y[3]=y[3]+1295307597+(y[2]>>>0<h[2]>>>0?1:0)|0,y[4]=y[4]+3545052371+(y[3]>>>0<h[3]>>>0?1:0)|0,y[5]=y[5]+886263092+(y[4]>>>0<h[4]>>>0?1:0)|0,y[6]=y[6]+1295307597+(y[5]>>>0<h[5]>>>0?1:0)|0,y[7]=y[7]+3545052371+(y[6]>>>0<h[6]>>>0?1:0)|0,this._b=y[7]>>>0<h[7]>>>0?1:0;for(var m=0;m<8;m++){var b=p[m]+y[m],S=b&65535,D=b>>>16,R=((S*S>>>17)+S*D>>>15)+D*D,A=((b&4294901760)*b|0)+((b&65535)*b|0);u[m]=R^A}p[0]=u[0]+(u[7]<<16|u[7]>>>16)+(u[6]<<16|u[6]>>>16)|0,p[1]=u[1]+(u[0]<<8|u[0]>>>24)+u[7]|0,p[2]=u[2]+(u[1]<<16|u[1]>>>16)+(u[0]<<16|u[0]>>>16)|0,p[3]=u[3]+(u[2]<<8|u[2]>>>24)+u[1]|0,p[4]=u[4]+(u[3]<<16|u[3]>>>16)+(u[2]<<16|u[2]>>>16)|0,p[5]=u[5]+(u[4]<<8|u[4]>>>24)+u[3]|0,p[6]=u[6]+(u[5]<<16|u[5]>>>16)+(u[4]<<16|u[4]>>>16)|0,p[7]=u[7]+(u[6]<<8|u[6]>>>24)+u[5]|0}i.RabbitLegacy=c._createHelper(a)}(),r.RabbitLegacy})},21865:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.StreamCipher,f=i.algo,o=[],h=[],u=[],a=f.Rabbit=c.extend({_doReset:function(){for(var p=this._key.words,y=this.cfg.iv,m=0;m<4;m++)p[m]=(p[m]<<8|p[m]>>>24)&16711935|(p[m]<<24|p[m]>>>8)&4278255360;var b=this._X=[p[0],p[3]<<16|p[2]>>>16,p[1],p[0]<<16|p[3]>>>16,p[2],p[1]<<16|p[0]>>>16,p[3],p[2]<<16|p[1]>>>16],S=this._C=[p[2]<<16|p[2]>>>16,p[0]&4294901760|p[1]&65535,p[3]<<16|p[3]>>>16,p[1]&4294901760|p[2]&65535,p[0]<<16|p[0]>>>16,p[2]&4294901760|p[3]&65535,p[1]<<16|p[1]>>>16,p[3]&4294901760|p[0]&65535];this._b=0;for(var m=0;m<4;m++)x.call(this);for(var m=0;m<8;m++)S[m]^=b[m+4&7];if(y){var D=y.words,R=D[0],A=D[1],P=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,M=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,B=P>>>16|M&4294901760,N=M<<16|P&65535;S[0]^=P,S[1]^=B,S[2]^=M,S[3]^=N,S[4]^=P,S[5]^=B,S[6]^=M,S[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],S=b&65535,D=b>>>16,R=((S*S>>>17)+S*D>>>15)+D*D,A=((b&4294901760)*b|0)+((b&65535)*b|0);u[m]=R^A}p[0]=u[0]+(u[7]<<16|u[7]>>>16)+(u[6]<<16|u[6]>>>16)|0,p[1]=u[1]+(u[0]<<8|u[0]>>>24)+u[7]|0,p[2]=u[2]+(u[1]<<16|u[1]>>>16)+(u[0]<<16|u[0]>>>16)|0,p[3]=u[3]+(u[2]<<8|u[2]>>>24)+u[1]|0,p[4]=u[4]+(u[3]<<16|u[3]>>>16)+(u[2]<<16|u[2]>>>16)|0,p[5]=u[5]+(u[4]<<8|u[4]>>>24)+u[3]|0,p[6]=u[6]+(u[5]<<16|u[5]>>>16)+(u[4]<<16|u[4]>>>16)|0,p[7]=u[7]+(u[6]<<8|u[6]>>>24)+u[5]|0}i.Rabbit=c._createHelper(a)}(),r.Rabbit})},22528:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.StreamCipher,f=i.algo,o=f.RC4=c.extend({_doReset:function(){for(var a=this._key,x=a.words,p=a.sigBytes,y=this._S=[],m=0;m<256;m++)y[m]=m;for(var m=0,b=0;m<256;m++){var S=m%p,D=x[S>>>2]>>>24-S%4*8&255;b=(b+y[m]+D)%256;var R=y[m];y[m]=y[b],y[b]=R}this._i=this._j=0},_doProcessBlock:function(a,x){a[x]^=h.call(this)},keySize:256/32,ivSize:0});function h(){for(var a=this._S,x=this._i,p=this._j,y=0,m=0;m<4;m++){x=(x+1)%256,p=(p+a[x])%256;var b=a[x];a[x]=a[p],a[p]=b,y|=a[(a[x]+a[p])%256]<<24-m*8}return this._i=x,this._j=p,y}i.RC4=c._createHelper(o);var u=f.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var a=this.cfg.drop;a>0;a--)h.call(this)}});i.RC4Drop=c._createHelper(u)}(),r.RC4})},25824:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.algo,u=f.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),a=f.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),x=f.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),p=f.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),y=f.create([0,1518500249,1859775393,2400959708,2840853838]),m=f.create([1352829926,1548603684,1836072691,2053994217,0]),b=h.RIPEMD160=o.extend({_doReset:function(){this._hash=f.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(B,N){for(var G=0;G<16;G++){var H=N+G,W=B[H];B[H]=(W<<8|W>>>24)&16711935|(W<<24|W>>>8)&4278255360}var ae=this._hash.words,ne=y.words,oe=m.words,q=u.words,J=a.words,K=x.words,se=p.words,ee,Q,le,$,j,ie,me,Te,Oe,Ge;ie=ee=ae[0],me=Q=ae[1],Te=le=ae[2],Oe=$=ae[3],Ge=j=ae[4];for(var Ue,G=0;G<80;G+=1)Ue=ee+B[N+q[G]]|0,G<16?Ue+=S(Q,le,$)+ne[0]:G<32?Ue+=D(Q,le,$)+ne[1]:G<48?Ue+=R(Q,le,$)+ne[2]:G<64?Ue+=A(Q,le,$)+ne[3]:Ue+=P(Q,le,$)+ne[4],Ue=Ue|0,Ue=M(Ue,K[G]),Ue=Ue+j|0,ee=j,j=$,$=M(le,10),le=Q,Q=Ue,Ue=ie+B[N+J[G]]|0,G<16?Ue+=P(me,Te,Oe)+oe[0]:G<32?Ue+=A(me,Te,Oe)+oe[1]:G<48?Ue+=R(me,Te,Oe)+oe[2]:G<64?Ue+=D(me,Te,Oe)+oe[3]:Ue+=S(me,Te,Oe)+oe[4],Ue=Ue|0,Ue=M(Ue,se[G]),Ue=Ue+Ge|0,ie=Ge,Ge=Oe,Oe=M(Te,10),Te=me,me=Ue;Ue=ae[1]+le+Oe|0,ae[1]=ae[2]+$+Ge|0,ae[2]=ae[3]+j+ie|0,ae[3]=ae[4]+ee+me|0,ae[4]=ae[0]+Q+Te|0,ae[0]=Ue},_doFinalize:function(){var B=this._data,N=B.words,G=this._nDataBytes*8,H=B.sigBytes*8;N[H>>>5]|=128<<24-H%32,N[(H+64>>>9<<4)+14]=(G<<8|G>>>24)&16711935|(G<<24|G>>>8)&4278255360,B.sigBytes=(N.length+1)*4,this._process();for(var W=this._hash,ae=W.words,ne=0;ne<5;ne++){var oe=ae[ne];ae[ne]=(oe<<8|oe>>>24)&16711935|(oe<<24|oe>>>8)&4278255360}return W},clone:function(){var B=o.clone.call(this);return B._hash=this._hash.clone(),B}});function S(B,N,G){return B^N^G}function D(B,N,G){return B&N|~B&G}function R(B,N,G){return(B|~N)^G}function A(B,N,G){return B&G|N&~G}function P(B,N,G){return B^(N|~G)}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,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=l.Hasher,o=i.algo,h=[],u=o.SHA1=f.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(a,x){for(var p=this._hash.words,y=p[0],m=p[1],b=p[2],S=p[3],D=p[4],R=0;R<80;R++){if(R<16)h[R]=a[x+R]|0;else{var A=h[R-3]^h[R-8]^h[R-14]^h[R-16];h[R]=A<<1|A>>>31}var P=(y<<5|y>>>27)+D+h[R];R<20?P+=(m&b|~m&S)+1518500249:R<40?P+=(m^b^S)+1859775393:R<60?P+=(m&b|m&S|b&S)-1894007588:P+=(m^b^S)-899497514,D=S,S=b,b=m<<30|m>>>2,m=y,y=P}p[0]=p[0]+y|0,p[1]=p[1]+m|0,p[2]=p[2]+b|0,p[3]=p[3]+S|0,p[4]=p[4]+D|0},_doFinalize:function(){var a=this._data,x=a.words,p=this._nDataBytes*8,y=a.sigBytes*8;return x[y>>>5]|=128<<24-y%32,x[(y+64>>>9<<4)+14]=Math.floor(p/4294967296),x[(y+64>>>9<<4)+15]=p,a.sigBytes=x.length*4,this._process(),this._hash},clone:function(){var a=f.clone.call(this);return a._hash=this._hash.clone(),a}});i.SHA1=f._createHelper(u),i.HmacSHA1=f._createHmacHelper(u)}(),r.SHA1})},93653:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(2481))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=i.algo,o=f.SHA256,h=f.SHA224=o.extend({_doReset:function(){this._hash=new c.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var u=o._doFinalize.call(this);return u.sigBytes-=4,u}});i.SHA224=o._createHelper(h),i.HmacSHA224=o._createHmacHelper(h)}(),r.SHA224})},2481:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.algo,u=[],a=[];(function(){function y(D){for(var R=i.sqrt(D),A=2;A<=R;A++)if(!(D%A))return!1;return!0}function m(D){return(D-(D|0))*4294967296|0}for(var b=2,S=0;S<64;)y(b)&&(S<8&&(u[S]=m(i.pow(b,.5))),a[S]=m(i.pow(b,.3333333333333333)),S++),b++})();var x=[],p=h.SHA256=o.extend({_doReset:function(){this._hash=new f.init(u.slice(0))},_doProcessBlock:function(y,m){for(var b=this._hash.words,S=b[0],D=b[1],R=b[2],A=b[3],P=b[4],M=b[5],B=b[6],N=b[7],G=0;G<64;G++){if(G<16)x[G]=y[m+G]|0;else{var H=x[G-15],W=(H<<25|H>>>7)^(H<<14|H>>>18)^H>>>3,ae=x[G-2],ne=(ae<<15|ae>>>17)^(ae<<13|ae>>>19)^ae>>>10;x[G]=W+x[G-7]+ne+x[G-16]}var oe=P&M^~P&B,q=S&D^S&R^D&R,J=(S<<30|S>>>2)^(S<<19|S>>>13)^(S<<10|S>>>22),K=(P<<26|P>>>6)^(P<<21|P>>>11)^(P<<7|P>>>25),se=N+K+oe+a[G]+x[G],ee=J+q;N=B,B=M,M=P,P=A+se|0,A=R,R=D,D=S,S=se+ee|0}b[0]=b[0]+S|0,b[1]=b[1]+D|0,b[2]=b[2]+R|0,b[3]=b[3]+A|0,b[4]=b[4]+P|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,S=y.sigBytes*8;return m[S>>>5]|=128<<24-S%32,m[(S+64>>>9<<4)+14]=i.floor(b/4294967296),m[(S+64>>>9<<4)+15]=b,y.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var y=o.clone.call(this);return y._hash=this._hash.clone(),y}});l.SHA256=o._createHelper(p),l.HmacSHA256=o._createHmacHelper(p)}(Math),r.SHA256})},79421:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.WordArray,o=c.Hasher,h=l.x64,u=h.Word,a=l.algo,x=[],p=[],y=[];(function(){for(var S=1,D=0,R=0;R<24;R++){x[S+5*D]=(R+1)*(R+2)/2%64;var A=D%5,P=(2*S+3*D)%5;S=A,D=P}for(var S=0;S<5;S++)for(var D=0;D<5;D++)p[S+5*D]=D+(2*S+3*D)%5*5;for(var M=1,B=0;B<24;B++){for(var N=0,G=0,H=0;H<7;H++){if(M&1){var W=(1<<H)-1;W<32?G^=1<<W:N^=1<<W-32}M&128?M=M<<1^113:M<<=1}y[B]=u.create(N,G)}})();var m=[];(function(){for(var S=0;S<25;S++)m[S]=u.create()})();var b=a.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var S=this._state=[],D=0;D<25;D++)S[D]=new u.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(S,D){for(var R=this._state,A=this.blockSize/2,P=0;P<A;P++){var M=S[D+2*P],B=S[D+2*P+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[P];N.high^=B,N.low^=M}for(var G=0;G<24;G++){for(var H=0;H<5;H++){for(var W=0,ae=0,ne=0;ne<5;ne++){var N=R[H+5*ne];W^=N.high,ae^=N.low}var oe=m[H];oe.high=W,oe.low=ae}for(var H=0;H<5;H++)for(var q=m[(H+4)%5],J=m[(H+1)%5],K=J.high,se=J.low,W=q.high^(K<<1|se>>>31),ae=q.low^(se<<1|K>>>31),ne=0;ne<5;ne++){var N=R[H+5*ne];N.high^=W,N.low^=ae}for(var ee=1;ee<25;ee++){var W,ae,N=R[ee],Q=N.high,le=N.low,$=x[ee];$<32?(W=Q<<$|le>>>32-$,ae=le<<$|Q>>>32-$):(W=le<<$-32|Q>>>64-$,ae=Q<<$-32|le>>>64-$);var j=m[p[ee]];j.high=W,j.low=ae}var ie=m[0],me=R[0];ie.high=me.high,ie.low=me.low;for(var H=0;H<5;H++)for(var ne=0;ne<5;ne++){var ee=H+5*ne,N=R[ee],Te=m[ee],Oe=m[(H+1)%5+5*ne],Ge=m[(H+2)%5+5*ne];N.high=Te.high^~Oe.high&Ge.high,N.low=Te.low^~Oe.low&Ge.low}var N=R[0],Ue=y[G];N.high^=Ue.high,N.low^=Ue.low}},_doFinalize:function(){var S=this._data,D=S.words,R=this._nDataBytes*8,A=S.sigBytes*8,P=this.blockSize*32;D[A>>>5]|=1<<24-A%32,D[(i.ceil((A+1)/P)*P>>>5)-1]|=128,S.sigBytes=D.length*4,this._process();for(var M=this._state,B=this.cfg.outputLength/8,N=B/8,G=[],H=0;H<N;H++){var W=M[H],ae=W.high,ne=W.low;ae=(ae<<8|ae>>>24)&16711935|(ae<<24|ae>>>8)&4278255360,ne=(ne<<8|ne>>>24)&16711935|(ne<<24|ne>>>8)&4278255360,G.push(ne),G.push(ae)}return new f.init(G,B)},clone:function(){for(var S=o.clone.call(this),D=S._state=this._state.slice(0),R=0;R<25;R++)D[R]=D[R].clone();return S}});l.SHA3=o._createHelper(b),l.HmacSHA3=o._createHmacHelper(b)}(Math),r.SHA3})},82307:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988),e(12133))})(this,function(r){return function(){var i=r,l=i.x64,c=l.Word,f=l.WordArray,o=i.algo,h=o.SHA512,u=o.SHA384=h.extend({_doReset:function(){this._hash=new f.init([new c.init(3418070365,3238371032),new c.init(1654270250,914150663),new c.init(2438529370,812702999),new c.init(355462360,4144912697),new c.init(1731405415,4290775857),new c.init(2394180231,1750603025),new c.init(3675008525,1694076839),new c.init(1203062813,3204075428)])},_doFinalize:function(){var a=h._doFinalize.call(this);return a.sigBytes-=16,a}});i.SHA384=h._createHelper(u),i.HmacSHA384=h._createHmacHelper(u)}(),r.SHA384})},12133:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(41988))})(this,function(r){return function(){var i=r,l=i.lib,c=l.Hasher,f=i.x64,o=f.Word,h=f.WordArray,u=i.algo;function a(){return o.create.apply(o,arguments)}var x=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],p=[];(function(){for(var m=0;m<80;m++)p[m]=a()})();var y=u.SHA512=c.extend({_doReset:function(){this._hash=new h.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(m,b){for(var S=this._hash.words,D=S[0],R=S[1],A=S[2],P=S[3],M=S[4],B=S[5],N=S[6],G=S[7],H=D.high,W=D.low,ae=R.high,ne=R.low,oe=A.high,q=A.low,J=P.high,K=P.low,se=M.high,ee=M.low,Q=B.high,le=B.low,$=N.high,j=N.low,ie=G.high,me=G.low,Te=H,Oe=W,Ge=ae,Ue=ne,Mt=oe,yt=q,kt=J,Zt=K,Ft=se,tr=ee,ze=Q,wt=le,Bt=$,nt=j,_t=ie,ht=me,Je=0;Je<80;Je++){var je,be,Le=p[Je];if(Je<16)be=Le.high=m[b+Je*2]|0,je=Le.low=m[b+Je*2+1]|0;else{var Ke=p[Je-15],He=Ke.high,Xe=Ke.low,pt=(He>>>1|Xe<<31)^(He>>>8|Xe<<24)^He>>>7,bt=(Xe>>>1|He<<31)^(Xe>>>8|He<<24)^(Xe>>>7|He<<25),rr=p[Je-2],Jt=rr.high,Me=rr.low,rt=(Jt>>>19|Me<<13)^(Jt<<3|Me>>>29)^Jt>>>6,Yt=(Me>>>19|Jt<<13)^(Me<<3|Jt>>>29)^(Me>>>6|Jt<<26),Lt=p[Je-7],Wt=Lt.high,Ht=Lt.low,ir=p[Je-16],Gt=ir.high,Ie=ir.low;je=bt+Ht,be=pt+Wt+(je>>>0<bt>>>0?1:0),je=je+Yt,be=be+rt+(je>>>0<Yt>>>0?1:0),je=je+Ie,be=be+Gt+(je>>>0<Ie>>>0?1:0),Le.high=be,Le.low=je}var ce=Ft&ze^~Ft&Bt,he=tr&wt^~tr&nt,It=Te&Ge^Te&Mt^Ge&Mt,Ce=Oe&Ue^Oe&yt^Ue&yt,ft=(Te>>>28|Oe<<4)^(Te<<30|Oe>>>2)^(Te<<25|Oe>>>7),Kt=(Oe>>>28|Te<<4)^(Oe<<30|Te>>>2)^(Oe<<25|Te>>>7),Tt=(Ft>>>14|tr<<18)^(Ft>>>18|tr<<14)^(Ft<<23|tr>>>9),Pe=(tr>>>14|Ft<<18)^(tr>>>18|Ft<<14)^(tr<<23|Ft>>>9),At=x[Je],Ze=At.high,we=At.low,gt=ht+Pe,Rt=_t+Tt+(gt>>>0<ht>>>0?1:0),gt=gt+he,Rt=Rt+ce+(gt>>>0<he>>>0?1:0),gt=gt+we,Rt=Rt+Ze+(gt>>>0<we>>>0?1:0),gt=gt+je,Rt=Rt+be+(gt>>>0<je>>>0?1:0),Fe=Kt+Ce,Tr=ft+It+(Fe>>>0<Kt>>>0?1:0);_t=Bt,ht=nt,Bt=ze,nt=wt,ze=Ft,wt=tr,tr=Zt+gt|0,Ft=kt+Rt+(tr>>>0<Zt>>>0?1:0)|0,kt=Mt,Zt=yt,Mt=Ge,yt=Ue,Ge=Te,Ue=Oe,Oe=gt+Fe|0,Te=Rt+Tr+(Oe>>>0<gt>>>0?1:0)|0}W=D.low=W+Oe,D.high=H+Te+(W>>>0<Oe>>>0?1:0),ne=R.low=ne+Ue,R.high=ae+Ge+(ne>>>0<Ue>>>0?1:0),q=A.low=q+yt,A.high=oe+Mt+(q>>>0<yt>>>0?1:0),K=P.low=K+Zt,P.high=J+kt+(K>>>0<Zt>>>0?1:0),ee=M.low=ee+tr,M.high=se+Ft+(ee>>>0<tr>>>0?1:0),le=B.low=le+wt,B.high=Q+ze+(le>>>0<wt>>>0?1:0),j=N.low=j+nt,N.high=$+Bt+(j>>>0<nt>>>0?1:0),me=G.low=me+ht,G.high=ie+_t+(me>>>0<ht>>>0?1:0)},_doFinalize:function(){var m=this._data,b=m.words,S=this._nDataBytes*8,D=m.sigBytes*8;b[D>>>5]|=128<<24-D%32,b[(D+128>>>10<<5)+30]=Math.floor(S/4294967296),b[(D+128>>>10<<5)+31]=S,m.sigBytes=b.length*4,this._process();var R=this._hash.toX32();return R},clone:function(){var m=c.clone.call(this);return m._hash=this._hash.clone(),m},blockSize:1024/32});i.SHA512=c._createHelper(y),i.HmacSHA512=c._createHmacHelper(y)}(),r.SHA512})},61945:function(d,_,e){(function(r,i,l){d.exports=_=i(e(52952),e(35909),e(34905),e(28492),e(93617))})(this,function(r){return function(){var i=r,l=i.lib,c=l.WordArray,f=l.BlockCipher,o=i.algo,h=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],u=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],x=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],p=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],y=o.DES=f.extend({_doReset:function(){for(var D=this._key,R=D.words,A=[],P=0;P<56;P++){var M=h[P]-1;A[P]=R[M>>>5]>>>31-M%32&1}for(var B=this._subKeys=[],N=0;N<16;N++){for(var G=B[N]=[],H=a[N],P=0;P<24;P++)G[P/6|0]|=A[(u[P]-1+H)%28]<<31-P%6,G[4+(P/6|0)]|=A[28+(u[P+24]-1+H)%28]<<31-P%6;G[0]=G[0]<<1|G[0]>>>31;for(var P=1;P<7;P++)G[P]=G[P]>>>(P-1)*4+3;G[7]=G[7]<<5|G[7]>>>27}for(var W=this._invSubKeys=[],P=0;P<16;P++)W[P]=B[15-P]},encryptBlock:function(D,R){this._doCryptBlock(D,R,this._subKeys)},decryptBlock:function(D,R){this._doCryptBlock(D,R,this._invSubKeys)},_doCryptBlock:function(D,R,A){this._lBlock=D[R],this._rBlock=D[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 P=0;P<16;P++){for(var M=A[P],B=this._lBlock,N=this._rBlock,G=0,H=0;H<8;H++)G|=x[H][((N^M[H])&p[H])>>>0];this._lBlock=N,this._rBlock=B^G}var W=this._lBlock;this._lBlock=this._rBlock,this._rBlock=W,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),D[R]=this._lBlock,D[R+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function m(D,R){var A=(this._lBlock>>>D^this._rBlock)&R;this._rBlock^=A,this._lBlock^=A<<D}function b(D,R){var A=(this._rBlock>>>D^this._lBlock)&R;this._lBlock^=A,this._rBlock^=A<<D}i.DES=f._createHelper(y);var S=o.TripleDES=f.extend({_doReset:function(){var D=this._key,R=D.words;if(R.length!==2&&R.length!==4&&R.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var A=R.slice(0,2),P=R.length<4?R.slice(0,2):R.slice(2,4),M=R.length<6?R.slice(0,2):R.slice(4,6);this._des1=y.createEncryptor(c.create(A)),this._des2=y.createEncryptor(c.create(P)),this._des3=y.createEncryptor(c.create(M))},encryptBlock:function(D,R){this._des1.encryptBlock(D,R),this._des2.decryptBlock(D,R),this._des3.encryptBlock(D,R)},decryptBlock:function(D,R){this._des3.decryptBlock(D,R),this._des2.encryptBlock(D,R),this._des1.decryptBlock(D,R)},keySize:192/32,ivSize:64/32,blockSize:64/32});i.TripleDES=f._createHelper(S)}(),r.TripleDES})},41988:function(d,_,e){(function(r,i){d.exports=_=i(e(52952))})(this,function(r){return function(i){var l=r,c=l.lib,f=c.Base,o=c.WordArray,h=l.x64={},u=h.Word=f.extend({init:function(x,p){this.high=x,this.low=p}}),a=h.WordArray=f.extend({init:function(x,p){x=this.words=x||[],p!=i?this.sigBytes=p:this.sigBytes=x.length*8},toX32:function(){for(var x=this.words,p=x.length,y=[],m=0;m<p;m++){var b=x[m];y.push(b.high),y.push(b.low)}return o.create(y,this.sigBytes)},clone:function(){for(var x=f.clone.call(this),p=x.words=this.words.slice(0),y=p.length,m=0;m<y;m++)p[m]=p[m].clone();return x}})}(),r})},35413:function(d,_,e){"use strict";var r=e(57046),i=e(69574),l=e(63474),c=e(47095),f=e(99363),o=d.exports=function(h,u){var a,x,p,y,m;return arguments.length<2||typeof h!="string"?(y=u,u=h,h=null):y=arguments[2],r(h)?(a=f.call(h,"c"),x=f.call(h,"e"),p=f.call(h,"w")):(a=p=!0,x=!1),m={value:u,configurable:a,enumerable:x,writable:p},y?l(c(y),m):m};o.gs=function(h,u,a){var x,p,y,m;return typeof h!="string"?(y=a,a=u,u=h,h=null):y=arguments[3],r(u)?i(u)?r(a)?i(a)||(y=a,a=void 0):a=void 0:(y=u,u=a=void 0):u=void 0,r(h)?(x=f.call(h,"c"),p=f.call(h,"e")):(x=!0,p=!1),m={get:u,set:a,configurable:x,enumerable:p},y?l(c(y),m):m}},61186:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _=1e3,e=6e4,r=36e5,i="millisecond",l="second",c="minute",f="hour",o="day",h="week",u="month",a="quarter",x="year",p="date",y="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,b=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,S={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(ne){var oe=["th","st","nd","rd"],q=ne%100;return"["+ne+(oe[(q-20)%10]||oe[q]||oe[0])+"]"}},D=function(ne,oe,q){var J=String(ne);return!J||J.length>=oe?ne:""+Array(oe+1-J.length).join(q)+ne},R={s:D,z:function(ne){var oe=-ne.utcOffset(),q=Math.abs(oe),J=Math.floor(q/60),K=q%60;return(oe<=0?"+":"-")+D(J,2,"0")+":"+D(K,2,"0")},m:function ne(oe,q){if(oe.date()<q.date())return-ne(q,oe);var J=12*(q.year()-oe.year())+(q.month()-oe.month()),K=oe.clone().add(J,u),se=q-K<0,ee=oe.clone().add(J+(se?-1:1),u);return+(-(J+(q-K)/(se?K-ee:ee-K))||0)},a:function(ne){return ne<0?Math.ceil(ne)||0:Math.floor(ne)},p:function(ne){return{M:u,y:x,w:h,d:o,D:p,h:f,m:c,s:l,ms:i,Q:a}[ne]||String(ne||"").toLowerCase().replace(/s$/,"")},u:function(ne){return ne===void 0}},A="en",P={};P[A]=S;var M="$isDayjsObject",B=function(ne){return ne instanceof W||!(!ne||!ne[M])},N=function ne(oe,q,J){var K;if(!oe)return A;if(typeof oe=="string"){var se=oe.toLowerCase();P[se]&&(K=se),q&&(P[se]=q,K=se);var ee=oe.split("-");if(!K&&ee.length>1)return ne(ee[0])}else{var Q=oe.name;P[Q]=oe,K=Q}return!J&&K&&(A=K),K||!J&&A},G=function(ne,oe){if(B(ne))return ne.clone();var q=typeof oe=="object"?oe:{};return q.date=ne,q.args=arguments,new W(q)},H=R;H.l=N,H.i=B,H.w=function(ne,oe){return G(ne,{locale:oe.$L,utc:oe.$u,x:oe.$x,$offset:oe.$offset})};var W=function(){function ne(q){this.$L=N(q.locale,null,!0),this.parse(q),this.$x=this.$x||q.x||{},this[M]=!0}var oe=ne.prototype;return oe.parse=function(q){this.$d=function(J){var K=J.date,se=J.utc;if(K===null)return new Date(NaN);if(H.u(K))return new Date;if(K instanceof Date)return new Date(K);if(typeof K=="string"&&!/Z$/i.test(K)){var ee=K.match(m);if(ee){var Q=ee[2]-1||0,le=(ee[7]||"0").substring(0,3);return se?new Date(Date.UTC(ee[1],Q,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,le)):new Date(ee[1],Q,ee[3]||1,ee[4]||0,ee[5]||0,ee[6]||0,le)}}return new Date(K)}(q),this.init()},oe.init=function(){var q=this.$d;this.$y=q.getFullYear(),this.$M=q.getMonth(),this.$D=q.getDate(),this.$W=q.getDay(),this.$H=q.getHours(),this.$m=q.getMinutes(),this.$s=q.getSeconds(),this.$ms=q.getMilliseconds()},oe.$utils=function(){return H},oe.isValid=function(){return this.$d.toString()!==y},oe.isSame=function(q,J){var K=G(q);return this.startOf(J)<=K&&K<=this.endOf(J)},oe.isAfter=function(q,J){return G(q)<this.startOf(J)},oe.isBefore=function(q,J){return this.endOf(J)<G(q)},oe.$g=function(q,J,K){return H.u(q)?this[J]:this.set(K,q)},oe.unix=function(){return Math.floor(this.valueOf()/1e3)},oe.valueOf=function(){return this.$d.getTime()},oe.startOf=function(q,J){var K=this,se=!!H.u(J)||J,ee=H.p(q),Q=function(Ge,Ue){var Mt=H.w(K.$u?Date.UTC(K.$y,Ue,Ge):new Date(K.$y,Ue,Ge),K);return se?Mt:Mt.endOf(o)},le=function(Ge,Ue){return H.w(K.toDate()[Ge].apply(K.toDate("s"),(se?[0,0,0,0]:[23,59,59,999]).slice(Ue)),K)},$=this.$W,j=this.$M,ie=this.$D,me="set"+(this.$u?"UTC":"");switch(ee){case x:return se?Q(1,0):Q(31,11);case u:return se?Q(1,j):Q(0,j+1);case h:var Te=this.$locale().weekStart||0,Oe=($<Te?$+7:$)-Te;return Q(se?ie-Oe:ie+(6-Oe),j);case o:case p:return le(me+"Hours",0);case f:return le(me+"Minutes",1);case c:return le(me+"Seconds",2);case l:return le(me+"Milliseconds",3);default:return this.clone()}},oe.endOf=function(q){return this.startOf(q,!1)},oe.$set=function(q,J){var K,se=H.p(q),ee="set"+(this.$u?"UTC":""),Q=(K={},K[o]=ee+"Date",K[p]=ee+"Date",K[u]=ee+"Month",K[x]=ee+"FullYear",K[f]=ee+"Hours",K[c]=ee+"Minutes",K[l]=ee+"Seconds",K[i]=ee+"Milliseconds",K)[se],le=se===o?this.$D+(J-this.$W):J;if(se===u||se===x){var $=this.clone().set(p,1);$.$d[Q](le),$.init(),this.$d=$.set(p,Math.min(this.$D,$.daysInMonth())).$d}else Q&&this.$d[Q](le);return this.init(),this},oe.set=function(q,J){return this.clone().$set(q,J)},oe.get=function(q){return this[H.p(q)]()},oe.add=function(q,J){var K,se=this;q=Number(q);var ee=H.p(J),Q=function(j){var ie=G(se);return H.w(ie.date(ie.date()+Math.round(j*q)),se)};if(ee===u)return this.set(u,this.$M+q);if(ee===x)return this.set(x,this.$y+q);if(ee===o)return Q(1);if(ee===h)return Q(7);var le=(K={},K[c]=e,K[f]=r,K[l]=_,K)[ee]||1,$=this.$d.getTime()+q*le;return H.w($,this)},oe.subtract=function(q,J){return this.add(-1*q,J)},oe.format=function(q){var J=this,K=this.$locale();if(!this.isValid())return K.invalidDate||y;var se=q||"YYYY-MM-DDTHH:mm:ssZ",ee=H.z(this),Q=this.$H,le=this.$m,$=this.$M,j=K.weekdays,ie=K.months,me=K.meridiem,Te=function(Ue,Mt,yt,kt){return Ue&&(Ue[Mt]||Ue(J,se))||yt[Mt].slice(0,kt)},Oe=function(Ue){return H.s(Q%12||12,Ue,"0")},Ge=me||function(Ue,Mt,yt){var kt=Ue<12?"AM":"PM";return yt?kt.toLowerCase():kt};return se.replace(b,function(Ue,Mt){return Mt||function(yt){switch(yt){case"YY":return String(J.$y).slice(-2);case"YYYY":return H.s(J.$y,4,"0");case"M":return $+1;case"MM":return H.s($+1,2,"0");case"MMM":return Te(K.monthsShort,$,ie,3);case"MMMM":return Te(ie,$);case"D":return J.$D;case"DD":return H.s(J.$D,2,"0");case"d":return String(J.$W);case"dd":return Te(K.weekdaysMin,J.$W,j,2);case"ddd":return Te(K.weekdaysShort,J.$W,j,3);case"dddd":return j[J.$W];case"H":return String(Q);case"HH":return H.s(Q,2,"0");case"h":return Oe(1);case"hh":return Oe(2);case"a":return Ge(Q,le,!0);case"A":return Ge(Q,le,!1);case"m":return String(le);case"mm":return H.s(le,2,"0");case"s":return String(J.$s);case"ss":return H.s(J.$s,2,"0");case"SSS":return H.s(J.$ms,3,"0");case"Z":return ee}return null}(Ue)||ee.replace(":","")})},oe.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},oe.diff=function(q,J,K){var se,ee=this,Q=H.p(J),le=G(q),$=(le.utcOffset()-this.utcOffset())*e,j=this-le,ie=function(){return H.m(ee,le)};switch(Q){case x:se=ie()/12;break;case u:se=ie();break;case a:se=ie()/3;break;case h:se=(j-$)/6048e5;break;case o:se=(j-$)/864e5;break;case f:se=j/r;break;case c:se=j/e;break;case l:se=j/_;break;default:se=j}return K?se:H.a(se)},oe.daysInMonth=function(){return this.endOf(u).$D},oe.$locale=function(){return P[this.$L]},oe.locale=function(q,J){if(!q)return this.$L;var K=this.clone(),se=N(q,J,!0);return se&&(K.$L=se),K},oe.clone=function(){return H.w(this.$d,this)},oe.toDate=function(){return new Date(this.valueOf())},oe.toJSON=function(){return this.isValid()?this.toISOString():null},oe.toISOString=function(){return this.$d.toISOString()},oe.toString=function(){return this.$d.toUTCString()},ne}(),ae=W.prototype;return G.prototype=ae,[["$ms",i],["$s",l],["$m",c],["$H",f],["$W",o],["$M",u],["$y",x],["$D",p]].forEach(function(ne){ae[ne[1]]=function(oe){return this.$g(oe,ne[0],ne[1])}}),G.extend=function(ne,oe){return ne.$i||(ne(oe,W,G),ne.$i=!0),G},G.locale=N,G.isDayjs=B,G.unix=function(ne){return G(1e3*ne)},G.en=P[A],G.Ls=P,G.p={},G})},65517:function(d,_,e){(function(r,i){d.exports=i(e(61186))})(this,function(r){"use strict";function i(f){return f&&typeof f=="object"&&"default"in f?f:{default:f}}var l=i(r),c={name:"zh-cn",weekdays:"\u661F\u671F\u65E5_\u661F\u671F\u4E00_\u661F\u671F\u4E8C_\u661F\u671F\u4E09_\u661F\u671F\u56DB_\u661F\u671F\u4E94_\u661F\u671F\u516D".split("_"),weekdaysShort:"\u5468\u65E5_\u5468\u4E00_\u5468\u4E8C_\u5468\u4E09_\u5468\u56DB_\u5468\u4E94_\u5468\u516D".split("_"),weekdaysMin:"\u65E5_\u4E00_\u4E8C_\u4E09_\u56DB_\u4E94_\u516D".split("_"),months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u56DB\u6708_\u4E94\u6708_\u516D\u6708_\u4E03\u6708_\u516B\u6708_\u4E5D\u6708_\u5341\u6708_\u5341\u4E00\u6708_\u5341\u4E8C\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),ordinal:function(f,o){return o==="W"?f+"\u5468":f+"\u65E5"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5Ah\u70B9mm\u5206",LLLL:"YYYY\u5E74M\u6708D\u65E5ddddAh\u70B9mm\u5206",l:"YYYY/M/D",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm"},relativeTime:{future:"%s\u5185",past:"%s\u524D",s:"\u51E0\u79D2",m:"1 \u5206\u949F",mm:"%d \u5206\u949F",h:"1 \u5C0F\u65F6",hh:"%d \u5C0F\u65F6",d:"1 \u5929",dd:"%d \u5929",M:"1 \u4E2A\u6708",MM:"%d \u4E2A\u6708",y:"1 \u5E74",yy:"%d \u5E74"},meridiem:function(f,o){var h=100*f+o;return h<600?"\u51CC\u6668":h<900?"\u65E9\u4E0A":h<1100?"\u4E0A\u5348":h<1300?"\u4E2D\u5348":h<1800?"\u4E0B\u5348":"\u665A\u4E0A"}};return l.default.locale(c,null,!0),c})},10238:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){var r=e.prototype,i=r.format;r.format=function(l){var c=this,f=this.$locale();if(!this.isValid())return i.bind(this)(l);var o=this.$utils(),h=(l||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(u){switch(u){case"Q":return Math.ceil((c.$M+1)/3);case"Do":return f.ordinal(c.$D);case"gggg":return c.weekYear();case"GGGG":return c.isoWeekYear();case"wo":return f.ordinal(c.week(),"W");case"w":case"ww":return o.s(c.week(),u==="w"?1:2,"0");case"W":case"WW":return o.s(c.isoWeek(),u==="W"?1:2,"0");case"k":case"kk":return o.s(String(c.$H===0?24:c.$H),u==="k"?1:2,"0");case"X":return Math.floor(c.$d.getTime()/1e3);case"x":return c.$d.getTime();case"z":return"["+c.offsetName()+"]";case"zzz":return"["+c.offsetName("long")+"]";default:return u}});return i.bind(this)(h)}}})},33656:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},e=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d/,i=/\d\d/,l=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,f={},o=function(m){return(m=+m)+(m>68?1900:2e3)},h=function(m){return function(b){this[m]=+b}},u=[/[+-]\d\d:?(\d\d)?|Z/,function(m){(this.zone||(this.zone={})).offset=function(b){if(!b||b==="Z")return 0;var S=b.match(/([+-]|\d\d)/g),D=60*S[1]+(+S[2]||0);return D===0?0:S[0]==="+"?-D:D}(m)}],a=function(m){var b=f[m];return b&&(b.indexOf?b:b.s.concat(b.f))},x=function(m,b){var S,D=f.meridiem;if(D){for(var R=1;R<=24;R+=1)if(m.indexOf(D(R,0,b))>-1){S=R>12;break}}else S=m===(b?"pm":"PM");return S},p={A:[c,function(m){this.afternoon=x(m,!1)}],a:[c,function(m){this.afternoon=x(m,!0)}],Q:[r,function(m){this.month=3*(m-1)+1}],S:[r,function(m){this.milliseconds=100*+m}],SS:[i,function(m){this.milliseconds=10*+m}],SSS:[/\d{3}/,function(m){this.milliseconds=+m}],s:[l,h("seconds")],ss:[l,h("seconds")],m:[l,h("minutes")],mm:[l,h("minutes")],H:[l,h("hours")],h:[l,h("hours")],HH:[l,h("hours")],hh:[l,h("hours")],D:[l,h("day")],DD:[i,h("day")],Do:[c,function(m){var b=f.ordinal,S=m.match(/\d+/);if(this.day=S[0],b)for(var D=1;D<=31;D+=1)b(D).replace(/\[|\]/g,"")===m&&(this.day=D)}],w:[l,h("week")],ww:[i,h("week")],M:[l,h("month")],MM:[i,h("month")],MMM:[c,function(m){var b=a("months"),S=(a("monthsShort")||b.map(function(D){return D.slice(0,3)})).indexOf(m)+1;if(S<1)throw new Error;this.month=S%12||S}],MMMM:[c,function(m){var b=a("months").indexOf(m)+1;if(b<1)throw new Error;this.month=b%12||b}],Y:[/[+-]?\d+/,h("year")],YY:[i,function(m){this.year=o(m)}],YYYY:[/\d{4}/,h("year")],Z:u,ZZ:u};function y(m){var b,S;b=m,S=f&&f.formats;for(var D=(m=b.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(G,H,W){var ae=W&&W.toUpperCase();return H||S[W]||_[W]||S[ae].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(ne,oe,q){return oe||q.slice(1)})})).match(e),R=D.length,A=0;A<R;A+=1){var P=D[A],M=p[P],B=M&&M[0],N=M&&M[1];D[A]=N?{regex:B,parser:N}:P.replace(/^\[|\]$/g,"")}return function(G){for(var H={},W=0,ae=0;W<R;W+=1){var ne=D[W];if(typeof ne=="string")ae+=ne.length;else{var oe=ne.regex,q=ne.parser,J=G.slice(ae),K=oe.exec(J)[0];q.call(H,K),G=G.replace(K,"")}}return function(se){var ee=se.afternoon;if(ee!==void 0){var Q=se.hours;ee?Q<12&&(se.hours+=12):Q===12&&(se.hours=0),delete se.afternoon}}(H),H}}return function(m,b,S){S.p.customParseFormat=!0,m&&m.parseTwoDigitYear&&(o=m.parseTwoDigitYear);var D=b.prototype,R=D.parse;D.parse=function(A){var P=A.date,M=A.utc,B=A.args;this.$u=M;var N=B[1];if(typeof N=="string"){var G=B[2]===!0,H=B[3]===!0,W=G||H,ae=B[2];H&&(ae=B[2]),f=this.$locale(),!G&&ae&&(f=S.Ls[ae]),this.$d=function(J,K,se,ee){try{if(["x","X"].indexOf(K)>-1)return new Date((K==="X"?1e3:1)*J);var Q=y(K)(J),le=Q.year,$=Q.month,j=Q.day,ie=Q.hours,me=Q.minutes,Te=Q.seconds,Oe=Q.milliseconds,Ge=Q.zone,Ue=Q.week,Mt=new Date,yt=j||(le||$?1:Mt.getDate()),kt=le||Mt.getFullYear(),Zt=0;le&&!$||(Zt=$>0?$-1:Mt.getMonth());var Ft,tr=ie||0,ze=me||0,wt=Te||0,Bt=Oe||0;return Ge?new Date(Date.UTC(kt,Zt,yt,tr,ze,wt,Bt+60*Ge.offset*1e3)):se?new Date(Date.UTC(kt,Zt,yt,tr,ze,wt,Bt)):(Ft=new Date(kt,Zt,yt,tr,ze,wt,Bt),Ue&&(Ft=ee(Ft).week(Ue).toDate()),Ft)}catch(nt){return new Date("")}}(P,N,M,S),this.init(),ae&&ae!==!0&&(this.$L=this.locale(ae).$L),W&&P!=this.format(N)&&(this.$d=new Date("")),f={}}else if(N instanceof Array)for(var ne=N.length,oe=1;oe<=ne;oe+=1){B[1]=N[oe-1];var q=S.apply(this,B);if(q.isValid()){this.$d=q.$d,this.$L=q.$L,this.init();break}oe===ne&&(this.$d=new Date(""))}else R.call(this,A)}}})},47477:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _,e,r=1e3,i=6e4,l=36e5,c=864e5,f=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,o=31536e6,h=2628e6,u=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,a={years:o,months:h,days:c,hours:l,minutes:i,seconds:r,milliseconds:1,weeks:6048e5},x=function(P){return P instanceof R},p=function(P,M,B){return new R(P,B,M.$l)},y=function(P){return e.p(P)+"s"},m=function(P){return P<0},b=function(P){return m(P)?Math.ceil(P):Math.floor(P)},S=function(P){return Math.abs(P)},D=function(P,M){return P?m(P)?{negative:!0,format:""+S(P)+M}:{negative:!1,format:""+P+M}:{negative:!1,format:""}},R=function(){function P(B,N,G){var H=this;if(this.$d={},this.$l=G,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(ne){H.$d[y(ne)]=B[ne]}),this.calMilliseconds(),this;if(typeof B=="string"){var W=B.match(u);if(W){var ae=W.slice(2).map(function(ne){return ne!=null?Number(ne):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=P.prototype;return M.calMilliseconds=function(){var B=this;this.$ms=Object.keys(this.$d).reduce(function(N,G){return N+(B.$d[G]||0)*a[G]},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=D(this.$d.years,"Y"),N=D(this.$d.months,"M"),G=+this.$d.days||0;this.$d.weeks&&(G+=7*this.$d.weeks);var H=D(G,"D"),W=D(this.$d.hours,"H"),ae=D(this.$d.minutes,"M"),ne=this.$d.seconds||0;this.$d.milliseconds&&(ne+=this.$d.milliseconds/1e3,ne=Math.round(1e3*ne)/1e3);var oe=D(ne,"S"),q=B.negative||N.negative||H.negative||W.negative||ae.negative||oe.negative,J=W.format||ae.format||oe.format?"T":"",K=(q?"-":"")+"P"+B.format+N.format+H.format+J+W.format+ae.format+oe.format;return K==="P"||K==="-P"?"P0D":K},M.toJSON=function(){return this.toISOString()},M.format=function(B){var N=B||"YYYY-MM-DDTHH:mm:ss",G={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(H,W){return W||String(G[H])})},M.as=function(B){return this.$ms/a[y(B)]},M.get=function(B){var N=this.$ms,G=y(B);return G==="milliseconds"?N%=1e3:N=G==="weeks"?b(N/a[G]):this.$d[G],N||0},M.add=function(B,N,G){var H;return H=N?B*a[y(N)]:x(B)?B.$ms:p(B,this).$ms,p(this.$ms+H*(G?-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 _().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")},P}(),A=function(P,M,B){return P.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(P,M,B){_=B,e=B().$utils(),B.duration=function(H,W){var ae=B.locale();return p(H,{$l:ae},W)},B.isDuration=x;var N=M.prototype.add,G=M.prototype.subtract;M.prototype.add=function(H,W){return x(H)?A(this,H,1):N.bind(this)(H,W)},M.prototype.subtract=function(H,W){return x(H)?A(this,H,-1):G.bind(this)(H,W)}}})},58862:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e,r){r.isMoment=function(i){return r.isDayjs(i)}}})},19277:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.isSameOrAfter=function(r,i){return this.isSame(r,i)||this.isAfter(r,i)}}})},34749:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.isSameOrBefore=function(r,i){return this.isSame(r,i)||this.isBefore(r,i)}}})},58319:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e,r){var i=e.prototype,l=function(u){return u&&(u.indexOf?u:u.s)},c=function(u,a,x,p,y){var m=u.name?u:u.$locale(),b=l(m[a]),S=l(m[x]),D=b||S.map(function(A){return A.slice(0,p)});if(!y)return D;var R=m.weekStart;return D.map(function(A,P){return D[(P+(R||0))%7]})},f=function(){return r.Ls[r.locale()]},o=function(u,a){return u.formats[a]||function(x){return x.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(p,y,m){return y||m.slice(1)})}(u.formats[a.toUpperCase()])},h=function(){var u=this;return{months:function(a){return a?a.format("MMMM"):c(u,"months")},monthsShort:function(a){return a?a.format("MMM"):c(u,"monthsShort","months",3)},firstDayOfWeek:function(){return u.$locale().weekStart||0},weekdays:function(a){return a?a.format("dddd"):c(u,"weekdays")},weekdaysMin:function(a){return a?a.format("dd"):c(u,"weekdaysMin","weekdays",2)},weekdaysShort:function(a){return a?a.format("ddd"):c(u,"weekdaysShort","weekdays",3)},longDateFormat:function(a){return o(u.$locale(),a)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};i.localeData=function(){return h.bind(this)()},r.localeData=function(){var u=f();return{firstDayOfWeek:function(){return u.weekStart||0},weekdays:function(){return r.weekdays()},weekdaysShort:function(){return r.weekdaysShort()},weekdaysMin:function(){return r.weekdaysMin()},months:function(){return r.months()},monthsShort:function(){return r.monthsShort()},longDateFormat:function(a){return o(u,a)},meridiem:u.meridiem,ordinal:u.ordinal}},r.months=function(){return c(f(),"months")},r.monthsShort=function(){return c(f(),"monthsShort","months",3)},r.weekdays=function(u){return c(f(),"weekdays",null,null,u)},r.weekdaysShort=function(u){return c(f(),"weekdaysShort","weekdays",3,u)},r.weekdaysMin=function(u){return c(f(),"weekdaysMin","weekdays",2,u)}}})},62053:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(e,r,i){var l=r.prototype,c=l.format;i.en.formats=_,l.format=function(f){f===void 0&&(f="YYYY-MM-DDTHH:mm:ssZ");var o=this.$locale().formats,h=function(u,a){return u.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(x,p,y){var m=y&&y.toUpperCase();return p||a[y]||_[y]||a[m].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(b,S,D){return S||D.slice(1)})})}(f,o===void 0?{}:o);return c.call(this,h)}}})},59717:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e,r){_=_||{};var i=e.prototype,l={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function c(o,h,u,a){return i.fromToBase(o,h,u,a)}r.en.relativeTime=l,i.fromToBase=function(o,h,u,a,x){for(var p,y,m,b=u.$locale().relativeTime||l,S=_.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],D=S.length,R=0;R<D;R+=1){var A=S[R];A.d&&(p=a?r(o).diff(u,A.d,!0):u.diff(o,A.d,!0));var P=(_.rounding||Math.round)(Math.abs(p));if(m=p>0,P<=A.r||!A.r){P<=1&&R>0&&(A=S[R-1]);var M=b[A.l];x&&(P=x(""+P)),y=typeof M=="string"?M.replace("%d",P):M(P,h,A.l,m);break}}if(h)return y;var B=m?b.future:b.past;return typeof B=="function"?B(y):B.replace("%s",y)},i.to=function(o,h){return c(o,h,this,!0)},i.from=function(o,h){return c(o,h,this)};var f=function(o){return o.$u?r.utc():r()};i.toNow=function(o){return this.to(f(this),o)},i.fromNow=function(o){return this.from(f(this),o)}}})},23250:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";var _="week",e="year";return function(r,i,l){var c=i.prototype;c.week=function(f){if(f===void 0&&(f=null),f!==null)return this.add(7*(f-this.week()),"day");var o=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var h=l(this).startOf(e).add(1,e).date(o),u=l(this).endOf(_);if(h.isBefore(u))return 1}var a=l(this).startOf(e).date(o).startOf(_).subtract(1,"millisecond"),x=this.diff(a,_,!0);return x<0?l(this).startOf("week").week():Math.ceil(x)},c.weeks=function(f){return f===void 0&&(f=null),this.week(f)}}})},74959:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.weekYear=function(){var r=this.month(),i=this.week(),l=this.year();return i===1&&r===11?l+1:r===0&&i>=52?l-1:l}}})},90111:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";return function(_,e){e.prototype.weekday=function(r){var i=this.$locale().weekStart||0,l=this.$W,c=(l<i?l+7:l)-i;return this.$utils().u(r)?c:this.subtract(c,"day").add(r,"day")}}})},89880:function(d){"use strict";function _(o,h,u){return h in o?Object.defineProperty(o,h,{value:u,enumerable:!0,configurable:!0,writable:!0}):o[h]=u,o}function e(o,h){var u=Object.keys(o);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(o);h&&(a=a.filter(function(x){return Object.getOwnPropertyDescriptor(o,x).enumerable})),u.push.apply(u,a)}return u}function r(o){for(var h=1;h<arguments.length;h++){var u=arguments[h]!=null?arguments[h]:{};h%2?e(Object(u),!0).forEach(function(a){_(o,a,u[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(u)):e(Object(u)).forEach(function(a){Object.defineProperty(o,a,Object.getOwnPropertyDescriptor(u,a))})}return o}var i="@@DVA_LOADING/SHOW",l="@@DVA_LOADING/HIDE",c="loading";function f(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},h=o.namespace||c,u=o.only,a=u===void 0?[]:u,x=o.except,p=x===void 0?[]:x;if(a.length>0&&p.length>0)throw Error("It is ambiguous to configurate `only` and `except` items at the same time.");var y={global:!1,models:{},effects:{}},m=_({},h,function(){var S=arguments.length>0&&arguments[0]!==void 0?arguments[0]:y,D=arguments.length>1?arguments[1]:void 0,R=D.type,A=D.payload,P=A||{},M=P.namespace,B=P.actionType,N;switch(R){case i:N=r(r({},S),{},{global:!0,models:r(r({},S.models),{},_({},M,!0)),effects:r(r({},S.effects),{},_({},B,!0))});break;case l:{var G=r(r({},S.effects),{},_({},B,!1)),H=r(r({},S.models),{},_({},M,Object.keys(G).some(function(ae){var ne=ae.split("/")[0];return ne!==M?!1:G[ae]}))),W=Object.keys(H).some(function(ae){return H[ae]});N=r(r({},S),{},{global:W,models:H,effects:G});break}default:N=S;break}return N});function b(S,D,R,A){var P=D.put,M=R.namespace;return a.length===0&&p.length===0||a.length>0&&a.indexOf(A)!==-1||p.length>0&&p.indexOf(A)===-1?regeneratorRuntime.mark(function B(){var N=arguments;return regeneratorRuntime.wrap(function(H){for(;;)switch(H.prev=H.next){case 0:return H.next=2,P({type:i,payload:{namespace:M,actionType:A}});case 2:return H.next=4,S.apply(void 0,N);case 4:return H.next=6,P({type:l,payload:{namespace:M,actionType:A}});case 6:case"end":return H.stop()}},B)}):S}return{extraReducers:m,onEffect:b}}d.exports=f},68192:function(d){"use strict";d.exports=function(){}},63474:function(d,_,e){"use strict";d.exports=e(71111)()?Object.assign:e(47597)},71111:function(d){"use strict";d.exports=function(){var _=Object.assign,e;return typeof _!="function"?!1:(e={foo:"raz"},_(e,{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}},47597:function(d,_,e){"use strict";var r=e(90721),i=e(58883),l=Math.max;d.exports=function(c,f){var o,h,u=l(arguments.length,2),a;for(c=Object(i(c)),a=function(x){try{c[x]=f[x]}catch(p){o||(o=p)}},h=1;h<u;++h)f=arguments[h],r(f).forEach(a);if(o!==void 0)throw o;return c}},67390:function(d,_,e){"use strict";var r=e(68192)();d.exports=function(i){return i!==r&&i!==null}},90721:function(d,_,e){"use strict";d.exports=e(69075)()?Object.keys:e(34810)},69075:function(d){"use strict";d.exports=function(){try{return Object.keys("primitive"),!0}catch(_){return!1}}},34810:function(d,_,e){"use strict";var r=e(67390),i=Object.keys;d.exports=function(l){return i(r(l)?Object(l):l)}},47095:function(d,_,e){"use strict";var r=e(67390),i=Array.prototype.forEach,l=Object.create,c=function(f,o){var h;for(h in f)o[h]=f[h]};d.exports=function(f){var o=l(null);return i.call(arguments,function(h){r(h)&&c(Object(h),o)}),o}},15895:function(d){"use strict";d.exports=function(_){if(typeof _!="function")throw new TypeError(_+" is not a function");return _}},58883:function(d,_,e){"use strict";var r=e(67390);d.exports=function(i){if(!r(i))throw new TypeError("Cannot use null or undefined");return i}},99363:function(d,_,e){"use strict";d.exports=e(65136)()?String.prototype.contains:e(12444)},65136:function(d){"use strict";var _="razdwatrzy";d.exports=function(){return typeof _.contains!="function"?!1:_.contains("dwa")===!0&&_.contains("foo")===!1}},12444:function(d){"use strict";var _=String.prototype.indexOf;d.exports=function(e){return _.call(this,e,arguments[1])>-1}},3424:function(d,_,e){"use strict";var r=e(35413),i=e(15895),l=Function.prototype.apply,c=Function.prototype.call,f=Object.create,o=Object.defineProperty,h=Object.defineProperties,u=Object.prototype.hasOwnProperty,a={configurable:!0,enumerable:!1,writable:!0},x,p,y,m,b,S,D;x=function(R,A){var P;return i(A),u.call(this,"__ee__")?P=this.__ee__:(P=a.value=f(null),o(this,"__ee__",a),a.value=null),P[R]?typeof P[R]=="object"?P[R].push(A):P[R]=[P[R],A]:P[R]=A,this},p=function(R,A){var P,M;return i(A),M=this,x.call(this,R,P=function(){y.call(M,R,P),l.call(A,this,arguments)}),P.__eeOnceListener__=A,this},y=function(R,A){var P,M,B,N;if(i(A),!u.call(this,"__ee__"))return this;if(P=this.__ee__,!P[R])return this;if(M=P[R],typeof M=="object")for(N=0;B=M[N];++N)(B===A||B.__eeOnceListener__===A)&&(M.length===2?P[R]=M[N?0:1]:M.splice(N,1));else(M===A||M.__eeOnceListener__===A)&&delete P[R];return this},m=function(R){var A,P,M,B,N;if(u.call(this,"__ee__")&&(B=this.__ee__[R],!!B))if(typeof B=="object"){for(P=arguments.length,N=new Array(P-1),A=1;A<P;++A)N[A-1]=arguments[A];for(B=B.slice(),A=0;M=B[A];++A)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(P=arguments.length,N=new Array(P-1),A=1;A<P;++A)N[A-1]=arguments[A];l.call(B,this,N)}},b={on:x,once:p,off:y,emit:m},S={on:r(x),once:r(p),off:r(y),emit:r(m)},D=h({},S),d.exports=_=function(R){return R==null?f(D):h(Object(R),S)},_.methods=b},89381:function(d){d.exports=function(e,r){if(r=typeof r=="number"?r:1/0,!r)return Array.isArray(e)?e.map(function(l){return l}):e;return i(e,1);function i(l,c){return l.reduce(function(f,o){return Array.isArray(o)&&c<r?f.concat(i(o,c+1)):f.concat(o)},[])}}},60288:function(d,_,e){var r;typeof window!="undefined"?r=window:typeof e.g!="undefined"?r=e.g:typeof self!="undefined"?r=self:r={},d.exports=r},85582:function(d,_,e){var r=_;r.utils=e(8631),r.common=e(28766),r.sha=e(26672),r.ripemd=e(20427),r.hmac=e(57969),r.sha1=r.sha.sha1,r.sha256=r.sha.sha256,r.sha224=r.sha.sha224,r.sha384=r.sha.sha384,r.sha512=r.sha.sha512,r.ripemd160=r.ripemd.ripemd160},28766:function(d,_,e){"use strict";var r=e(8631),i=e(61339);function l(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}_.BlockHash=l,l.prototype.update=function(f,o){if(f=r.toArray(f,o),this.pending?this.pending=this.pending.concat(f):this.pending=f,this.pendingTotal+=f.length,this.pending.length>=this._delta8){f=this.pending;var h=f.length%this._delta8;this.pending=f.slice(f.length-h,f.length),this.pending.length===0&&(this.pending=null),f=r.join32(f,0,f.length-h,this.endian);for(var u=0;u<f.length;u+=this._delta32)this._update(f,u,u+this._delta32)}return this},l.prototype.digest=function(f){return this.update(this._pad()),i(this.pending===null),this._digest(f)},l.prototype._pad=function(){var f=this.pendingTotal,o=this._delta8,h=o-(f+this.padLength)%o,u=new Array(h+this.padLength);u[0]=128;for(var a=1;a<h;a++)u[a]=0;if(f<<=3,this.endian==="big"){for(var x=8;x<this.padLength;x++)u[a++]=0;u[a++]=0,u[a++]=0,u[a++]=0,u[a++]=0,u[a++]=f>>>24&255,u[a++]=f>>>16&255,u[a++]=f>>>8&255,u[a++]=f&255}else for(u[a++]=f&255,u[a++]=f>>>8&255,u[a++]=f>>>16&255,u[a++]=f>>>24&255,u[a++]=0,u[a++]=0,u[a++]=0,u[a++]=0,x=8;x<this.padLength;x++)u[a++]=0;return u}},57969:function(d,_,e){"use strict";var r=e(8631),i=e(61339);function l(c,f,o){if(!(this instanceof l))return new l(c,f,o);this.Hash=c,this.blockSize=c.blockSize/8,this.outSize=c.outSize/8,this.inner=null,this.outer=null,this._init(r.toArray(f,o))}d.exports=l,l.prototype._init=function(f){f.length>this.blockSize&&(f=new this.Hash().update(f).digest()),i(f.length<=this.blockSize);for(var o=f.length;o<this.blockSize;o++)f.push(0);for(o=0;o<f.length;o++)f[o]^=54;for(this.inner=new this.Hash().update(f),o=0;o<f.length;o++)f[o]^=106;this.outer=new this.Hash().update(f)},l.prototype.update=function(f,o){return this.inner.update(f,o),this},l.prototype.digest=function(f){return this.outer.update(this.inner.digest()),this.outer.digest(f)}},20427:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=r.rotl32,c=r.sum32,f=r.sum32_3,o=r.sum32_4,h=i.BlockHash;function u(){if(!(this instanceof u))return new u;h.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}r.inherits(u,h),_.ripemd160=u,u.blockSize=512,u.outSize=160,u.hmacStrength=192,u.padLength=64,u.prototype._update=function(R,A){for(var P=this.h[0],M=this.h[1],B=this.h[2],N=this.h[3],G=this.h[4],H=P,W=M,ae=B,ne=N,oe=G,q=0;q<80;q++){var J=c(l(o(P,a(q,M,B,N),R[y[q]+A],x(q)),b[q]),G);P=G,G=N,N=l(B,10),B=M,M=J,J=c(l(o(H,a(79-q,W,ae,ne),R[m[q]+A],p(q)),S[q]),oe),H=oe,oe=ne,ne=l(ae,10),ae=W,W=J}J=f(this.h[1],B,ne),this.h[1]=f(this.h[2],N,oe),this.h[2]=f(this.h[3],G,H),this.h[3]=f(this.h[4],P,W),this.h[4]=f(this.h[0],M,ae),this.h[0]=J},u.prototype._digest=function(R){return R==="hex"?r.toHex32(this.h,"little"):r.split32(this.h,"little")};function a(D,R,A,P){return D<=15?R^A^P:D<=31?R&A|~R&P:D<=47?(R|~A)^P:D<=63?R&P|A&~P:R^(A|~P)}function x(D){return D<=15?0:D<=31?1518500249:D<=47?1859775393:D<=63?2400959708:2840853838}function p(D){return D<=15?1352829926:D<=31?1548603684:D<=47?1836072691:D<=63?2053994217:0}var y=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],m=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],b=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],S=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},26672:function(d,_,e){"use strict";_.sha1=e(16114),_.sha224=e(44853),_.sha256=e(6586),_.sha384=e(66474),_.sha512=e(50663)},16114:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=e(81692),c=r.rotl32,f=r.sum32,o=r.sum32_5,h=l.ft_1,u=i.BlockHash,a=[1518500249,1859775393,2400959708,3395469782];function x(){if(!(this instanceof x))return new x;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(x,u),d.exports=x,x.blockSize=512,x.outSize=160,x.hmacStrength=80,x.padLength=64,x.prototype._update=function(y,m){for(var b=this.W,S=0;S<16;S++)b[S]=y[m+S];for(;S<b.length;S++)b[S]=c(b[S-3]^b[S-8]^b[S-14]^b[S-16],1);var D=this.h[0],R=this.h[1],A=this.h[2],P=this.h[3],M=this.h[4];for(S=0;S<b.length;S++){var B=~~(S/20),N=o(c(D,5),h(B,R,A,P),M,b[S],a[B]);M=P,P=A,A=c(R,30),R=D,D=N}this.h[0]=f(this.h[0],D),this.h[1]=f(this.h[1],R),this.h[2]=f(this.h[2],A),this.h[3]=f(this.h[3],P),this.h[4]=f(this.h[4],M)},x.prototype._digest=function(y){return y==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},44853:function(d,_,e){"use strict";var r=e(8631),i=e(6586);function l(){if(!(this instanceof l))return new l;i.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}r.inherits(l,i),d.exports=l,l.blockSize=512,l.outSize=224,l.hmacStrength=192,l.padLength=64,l.prototype._digest=function(f){return f==="hex"?r.toHex32(this.h.slice(0,7),"big"):r.split32(this.h.slice(0,7),"big")}},6586:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=e(81692),c=e(61339),f=r.sum32,o=r.sum32_4,h=r.sum32_5,u=l.ch32,a=l.maj32,x=l.s0_256,p=l.s1_256,y=l.g0_256,m=l.g1_256,b=i.BlockHash,S=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function D(){if(!(this instanceof D))return new D;b.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=S,this.W=new Array(64)}r.inherits(D,b),d.exports=D,D.blockSize=512,D.outSize=256,D.hmacStrength=192,D.padLength=64,D.prototype._update=function(A,P){for(var M=this.W,B=0;B<16;B++)M[B]=A[P+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],G=this.h[1],H=this.h[2],W=this.h[3],ae=this.h[4],ne=this.h[5],oe=this.h[6],q=this.h[7];for(c(this.k.length===M.length),B=0;B<M.length;B++){var J=h(q,p(ae),u(ae,ne,oe),this.k[B],M[B]),K=f(x(N),a(N,G,H));q=oe,oe=ne,ne=ae,ae=f(W,J),W=H,H=G,G=N,N=f(J,K)}this.h[0]=f(this.h[0],N),this.h[1]=f(this.h[1],G),this.h[2]=f(this.h[2],H),this.h[3]=f(this.h[3],W),this.h[4]=f(this.h[4],ae),this.h[5]=f(this.h[5],ne),this.h[6]=f(this.h[6],oe),this.h[7]=f(this.h[7],q)},D.prototype._digest=function(A){return A==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},66474:function(d,_,e){"use strict";var r=e(8631),i=e(50663);function l(){if(!(this instanceof l))return new l;i.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}r.inherits(l,i),d.exports=l,l.blockSize=1024,l.outSize=384,l.hmacStrength=192,l.padLength=128,l.prototype._digest=function(f){return f==="hex"?r.toHex32(this.h.slice(0,12),"big"):r.split32(this.h.slice(0,12),"big")}},50663:function(d,_,e){"use strict";var r=e(8631),i=e(28766),l=e(61339),c=r.rotr64_hi,f=r.rotr64_lo,o=r.shr64_hi,h=r.shr64_lo,u=r.sum64,a=r.sum64_hi,x=r.sum64_lo,p=r.sum64_4_hi,y=r.sum64_4_lo,m=r.sum64_5_hi,b=r.sum64_5_lo,S=i.BlockHash,D=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function R(){if(!(this instanceof R))return new R;S.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=D,this.W=new Array(160)}r.inherits(R,S),d.exports=R,R.blockSize=1024,R.outSize=512,R.hmacStrength=192,R.padLength=128,R.prototype._prepareBlock=function(K,se){for(var ee=this.W,Q=0;Q<32;Q++)ee[Q]=K[se+Q];for(;Q<ee.length;Q+=2){var le=oe(ee[Q-4],ee[Q-3]),$=q(ee[Q-4],ee[Q-3]),j=ee[Q-14],ie=ee[Q-13],me=ae(ee[Q-30],ee[Q-29]),Te=ne(ee[Q-30],ee[Q-29]),Oe=ee[Q-32],Ge=ee[Q-31];ee[Q]=p(le,$,j,ie,me,Te,Oe,Ge),ee[Q+1]=y(le,$,j,ie,me,Te,Oe,Ge)}},R.prototype._update=function(K,se){this._prepareBlock(K,se);var ee=this.W,Q=this.h[0],le=this.h[1],$=this.h[2],j=this.h[3],ie=this.h[4],me=this.h[5],Te=this.h[6],Oe=this.h[7],Ge=this.h[8],Ue=this.h[9],Mt=this.h[10],yt=this.h[11],kt=this.h[12],Zt=this.h[13],Ft=this.h[14],tr=this.h[15];l(this.k.length===ee.length);for(var ze=0;ze<ee.length;ze+=2){var wt=Ft,Bt=tr,nt=H(Ge,Ue),_t=W(Ge,Ue),ht=A(Ge,Ue,Mt,yt,kt,Zt),Je=P(Ge,Ue,Mt,yt,kt,Zt),je=this.k[ze],be=this.k[ze+1],Le=ee[ze],Ke=ee[ze+1],He=m(wt,Bt,nt,_t,ht,Je,je,be,Le,Ke),Xe=b(wt,Bt,nt,_t,ht,Je,je,be,Le,Ke);wt=N(Q,le),Bt=G(Q,le),nt=M(Q,le,$,j,ie,me),_t=B(Q,le,$,j,ie,me);var pt=a(wt,Bt,nt,_t),bt=x(wt,Bt,nt,_t);Ft=kt,tr=Zt,kt=Mt,Zt=yt,Mt=Ge,yt=Ue,Ge=a(Te,Oe,He,Xe),Ue=x(Oe,Oe,He,Xe),Te=ie,Oe=me,ie=$,me=j,$=Q,j=le,Q=a(He,Xe,pt,bt),le=x(He,Xe,pt,bt)}u(this.h,0,Q,le),u(this.h,2,$,j),u(this.h,4,ie,me),u(this.h,6,Te,Oe),u(this.h,8,Ge,Ue),u(this.h,10,Mt,yt),u(this.h,12,kt,Zt),u(this.h,14,Ft,tr)},R.prototype._digest=function(K){return K==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")};function A(J,K,se,ee,Q){var le=J&se^~J&Q;return le<0&&(le+=4294967296),le}function P(J,K,se,ee,Q,le){var $=K&ee^~K&le;return $<0&&($+=4294967296),$}function M(J,K,se,ee,Q){var le=J&se^J&Q^se&Q;return le<0&&(le+=4294967296),le}function B(J,K,se,ee,Q,le){var $=K&ee^K&le^ee&le;return $<0&&($+=4294967296),$}function N(J,K){var se=c(J,K,28),ee=c(K,J,2),Q=c(K,J,7),le=se^ee^Q;return le<0&&(le+=4294967296),le}function G(J,K){var se=f(J,K,28),ee=f(K,J,2),Q=f(K,J,7),le=se^ee^Q;return le<0&&(le+=4294967296),le}function H(J,K){var se=c(J,K,14),ee=c(J,K,18),Q=c(K,J,9),le=se^ee^Q;return le<0&&(le+=4294967296),le}function W(J,K){var se=f(J,K,14),ee=f(J,K,18),Q=f(K,J,9),le=se^ee^Q;return le<0&&(le+=4294967296),le}function ae(J,K){var se=c(J,K,1),ee=c(J,K,8),Q=o(J,K,7),le=se^ee^Q;return le<0&&(le+=4294967296),le}function ne(J,K){var se=f(J,K,1),ee=f(J,K,8),Q=h(J,K,7),le=se^ee^Q;return le<0&&(le+=4294967296),le}function oe(J,K){var se=c(J,K,19),ee=c(K,J,29),Q=o(J,K,6),le=se^ee^Q;return le<0&&(le+=4294967296),le}function q(J,K){var se=f(J,K,19),ee=f(K,J,29),Q=h(J,K,6),le=se^ee^Q;return le<0&&(le+=4294967296),le}},81692:function(d,_,e){"use strict";var r=e(8631),i=r.rotr32;function l(p,y,m,b){if(p===0)return c(y,m,b);if(p===1||p===3)return o(y,m,b);if(p===2)return f(y,m,b)}_.ft_1=l;function c(p,y,m){return p&y^~p&m}_.ch32=c;function f(p,y,m){return p&y^p&m^y&m}_.maj32=f;function o(p,y,m){return p^y^m}_.p32=o;function h(p){return i(p,2)^i(p,13)^i(p,22)}_.s0_256=h;function u(p){return i(p,6)^i(p,11)^i(p,25)}_.s1_256=u;function a(p){return i(p,7)^i(p,18)^p>>>3}_.g0_256=a;function x(p){return i(p,17)^i(p,19)^p>>>10}_.g1_256=x},8631:function(d,_,e){"use strict";var r=e(61339),i=e(4603);_.inherits=i;function l(q,J){return(q.charCodeAt(J)&64512)!==55296||J<0||J+1>=q.length?!1:(q.charCodeAt(J+1)&64512)===56320}function c(q,J){if(Array.isArray(q))return q.slice();if(!q)return[];var K=[];if(typeof q=="string")if(J){if(J==="hex")for(q=q.replace(/[^a-z0-9]+/ig,""),q.length%2!==0&&(q="0"+q),ee=0;ee<q.length;ee+=2)K.push(parseInt(q[ee]+q[ee+1],16))}else for(var se=0,ee=0;ee<q.length;ee++){var Q=q.charCodeAt(ee);Q<128?K[se++]=Q:Q<2048?(K[se++]=Q>>6|192,K[se++]=Q&63|128):l(q,ee)?(Q=65536+((Q&1023)<<10)+(q.charCodeAt(++ee)&1023),K[se++]=Q>>18|240,K[se++]=Q>>12&63|128,K[se++]=Q>>6&63|128,K[se++]=Q&63|128):(K[se++]=Q>>12|224,K[se++]=Q>>6&63|128,K[se++]=Q&63|128)}else for(ee=0;ee<q.length;ee++)K[ee]=q[ee]|0;return K}_.toArray=c;function f(q){for(var J="",K=0;K<q.length;K++)J+=u(q[K].toString(16));return J}_.toHex=f;function o(q){var J=q>>>24|q>>>8&65280|q<<8&16711680|(q&255)<<24;return J>>>0}_.htonl=o;function h(q,J){for(var K="",se=0;se<q.length;se++){var ee=q[se];J==="little"&&(ee=o(ee)),K+=a(ee.toString(16))}return K}_.toHex32=h;function u(q){return q.length===1?"0"+q:q}_.zero2=u;function a(q){return q.length===7?"0"+q:q.length===6?"00"+q:q.length===5?"000"+q:q.length===4?"0000"+q:q.length===3?"00000"+q:q.length===2?"000000"+q:q.length===1?"0000000"+q:q}_.zero8=a;function x(q,J,K,se){var ee=K-J;r(ee%4===0);for(var Q=new Array(ee/4),le=0,$=J;le<Q.length;le++,$+=4){var j;se==="big"?j=q[$]<<24|q[$+1]<<16|q[$+2]<<8|q[$+3]:j=q[$+3]<<24|q[$+2]<<16|q[$+1]<<8|q[$],Q[le]=j>>>0}return Q}_.join32=x;function p(q,J){for(var K=new Array(q.length*4),se=0,ee=0;se<q.length;se++,ee+=4){var Q=q[se];J==="big"?(K[ee]=Q>>>24,K[ee+1]=Q>>>16&255,K[ee+2]=Q>>>8&255,K[ee+3]=Q&255):(K[ee+3]=Q>>>24,K[ee+2]=Q>>>16&255,K[ee+1]=Q>>>8&255,K[ee]=Q&255)}return K}_.split32=p;function y(q,J){return q>>>J|q<<32-J}_.rotr32=y;function m(q,J){return q<<J|q>>>32-J}_.rotl32=m;function b(q,J){return q+J>>>0}_.sum32=b;function S(q,J,K){return q+J+K>>>0}_.sum32_3=S;function D(q,J,K,se){return q+J+K+se>>>0}_.sum32_4=D;function R(q,J,K,se,ee){return q+J+K+se+ee>>>0}_.sum32_5=R;function A(q,J,K,se){var ee=q[J],Q=q[J+1],le=se+Q>>>0,$=(le<se?1:0)+K+ee;q[J]=$>>>0,q[J+1]=le}_.sum64=A;function P(q,J,K,se){var ee=J+se>>>0,Q=(ee<J?1:0)+q+K;return Q>>>0}_.sum64_hi=P;function M(q,J,K,se){var ee=J+se;return ee>>>0}_.sum64_lo=M;function B(q,J,K,se,ee,Q,le,$){var j=0,ie=J;ie=ie+se>>>0,j+=ie<J?1:0,ie=ie+Q>>>0,j+=ie<Q?1:0,ie=ie+$>>>0,j+=ie<$?1:0;var me=q+K+ee+le+j;return me>>>0}_.sum64_4_hi=B;function N(q,J,K,se,ee,Q,le,$){var j=J+se+Q+$;return j>>>0}_.sum64_4_lo=N;function G(q,J,K,se,ee,Q,le,$,j,ie){var me=0,Te=J;Te=Te+se>>>0,me+=Te<J?1:0,Te=Te+Q>>>0,me+=Te<Q?1:0,Te=Te+$>>>0,me+=Te<$?1:0,Te=Te+ie>>>0,me+=Te<ie?1:0;var Oe=q+K+ee+le+j+me;return Oe>>>0}_.sum64_5_hi=G;function H(q,J,K,se,ee,Q,le,$,j,ie){var me=J+se+Q+$+ie;return me>>>0}_.sum64_5_lo=H;function W(q,J,K){var se=J<<32-K|q>>>K;return se>>>0}_.rotr64_hi=W;function ae(q,J,K){var se=q<<32-K|J>>>K;return se>>>0}_.rotr64_lo=ae;function ne(q,J,K){return q>>>K}_.shr64_hi=ne;function oe(q,J,K){var se=q<<32-K|J>>>K;return se>>>0}_.shr64_lo=oe},19340:function(d,_,e){"use strict";e.d(_,{Ep:function(){return S},PP:function(){return x},aU:function(){return i},cP:function(){return D},lX:function(){return u},q_:function(){return a}});var r=e(67711),i;(function(R){R.Pop="POP",R.Push="PUSH",R.Replace="REPLACE"})(i||(i={}));var l=function(R){return R};function c(R,A){if(!R){typeof console!="undefined"&&console.warn(A);try{throw new Error(A)}catch(P){}}}var f="beforeunload",o="hashchange",h="popstate";function u(R){R===void 0&&(R={});var A=R,P=A.window,M=P===void 0?document.defaultView:P,B=M.history;function N(){var Te=M.location,Oe=Te.pathname,Ge=Te.search,Ue=Te.hash,Mt=B.state||{};return[Mt.idx,l({pathname:Oe,search:Ge,hash:Ue,state:Mt.usr||null,key:Mt.key||"default"})]}var G=null;function H(){if(G)J.call(G),G=null;else{var Te=i.Pop,Oe=N(),Ge=Oe[0],Ue=Oe[1];if(J.length){if(Ge!=null){var Mt=ne-Ge;Mt&&(G={action:Te,location:Ue,retry:function(){ie(Mt*-1)}},ie(Mt))}}else le(Te)}}M.addEventListener(h,H);var W=i.Pop,ae=N(),ne=ae[0],oe=ae[1],q=m(),J=m();ne==null&&(ne=0,B.replaceState((0,r.Z)({},B.state,{idx:ne}),""));function K(Te){return typeof Te=="string"?Te:S(Te)}function se(Te,Oe){return Oe===void 0&&(Oe=null),l((0,r.Z)({pathname:oe.pathname,hash:"",search:""},typeof Te=="string"?D(Te):Te,{state:Oe,key:b()}))}function ee(Te,Oe){return[{usr:Te.state,key:Te.key,idx:Oe},K(Te)]}function Q(Te,Oe,Ge){return!J.length||(J.call({action:Te,location:Oe,retry:Ge}),!1)}function le(Te){W=Te;var Oe=N();ne=Oe[0],oe=Oe[1],q.call({action:W,location:oe})}function $(Te,Oe){var Ge=i.Push,Ue=se(Te,Oe);function Mt(){$(Te,Oe)}if(Q(Ge,Ue,Mt)){var yt=ee(Ue,ne+1),kt=yt[0],Zt=yt[1];try{B.pushState(kt,"",Zt)}catch(Ft){M.location.assign(Zt)}le(Ge)}}function j(Te,Oe){var Ge=i.Replace,Ue=se(Te,Oe);function Mt(){j(Te,Oe)}if(Q(Ge,Ue,Mt)){var yt=ee(Ue,ne),kt=yt[0],Zt=yt[1];B.replaceState(kt,"",Zt),le(Ge)}}function ie(Te){B.go(Te)}var me={get action(){return W},get location(){return oe},createHref:K,push:$,replace:j,go:ie,back:function(){ie(-1)},forward:function(){ie(1)},listen:function(Oe){return q.push(Oe)},block:function(Oe){var Ge=J.push(Oe);return J.length===1&&M.addEventListener(f,y),function(){Ge(),J.length||M.removeEventListener(f,y)}}};return me}function a(R){R===void 0&&(R={});var A=R,P=A.window,M=P===void 0?document.defaultView:P,B=M.history;function N(){var Oe=D(M.location.hash.substr(1)),Ge=Oe.pathname,Ue=Ge===void 0?"/":Ge,Mt=Oe.search,yt=Mt===void 0?"":Mt,kt=Oe.hash,Zt=kt===void 0?"":kt,Ft=B.state||{};return[Ft.idx,l({pathname:Ue,search:yt,hash:Zt,state:Ft.usr||null,key:Ft.key||"default"})]}var G=null;function H(){if(G)J.call(G),G=null;else{var Oe=i.Pop,Ge=N(),Ue=Ge[0],Mt=Ge[1];if(J.length){if(Ue!=null){var yt=ne-Ue;yt&&(G={action:Oe,location:Mt,retry:function(){me(yt*-1)}},me(yt))}}else $(Oe)}}M.addEventListener(h,H),M.addEventListener(o,function(){var Oe=N(),Ge=Oe[1];S(Ge)!==S(oe)&&H()});var W=i.Pop,ae=N(),ne=ae[0],oe=ae[1],q=m(),J=m();ne==null&&(ne=0,B.replaceState((0,r.Z)({},B.state,{idx:ne}),""));function K(){var Oe=document.querySelector("base"),Ge="";if(Oe&&Oe.getAttribute("href")){var Ue=M.location.href,Mt=Ue.indexOf("#");Ge=Mt===-1?Ue:Ue.slice(0,Mt)}return Ge}function se(Oe){return K()+"#"+(typeof Oe=="string"?Oe:S(Oe))}function ee(Oe,Ge){return Ge===void 0&&(Ge=null),l((0,r.Z)({pathname:oe.pathname,hash:"",search:""},typeof Oe=="string"?D(Oe):Oe,{state:Ge,key:b()}))}function Q(Oe,Ge){return[{usr:Oe.state,key:Oe.key,idx:Ge},se(Oe)]}function le(Oe,Ge,Ue){return!J.length||(J.call({action:Oe,location:Ge,retry:Ue}),!1)}function $(Oe){W=Oe;var Ge=N();ne=Ge[0],oe=Ge[1],q.call({action:W,location:oe})}function j(Oe,Ge){var Ue=i.Push,Mt=ee(Oe,Ge);function yt(){j(Oe,Ge)}if(le(Ue,Mt,yt)){var kt=Q(Mt,ne+1),Zt=kt[0],Ft=kt[1];try{B.pushState(Zt,"",Ft)}catch(tr){M.location.assign(Ft)}$(Ue)}}function ie(Oe,Ge){var Ue=i.Replace,Mt=ee(Oe,Ge);function yt(){ie(Oe,Ge)}if(le(Ue,Mt,yt)){var kt=Q(Mt,ne),Zt=kt[0],Ft=kt[1];B.replaceState(Zt,"",Ft),$(Ue)}}function me(Oe){B.go(Oe)}var Te={get action(){return W},get location(){return oe},createHref:se,push:j,replace:ie,go:me,back:function(){me(-1)},forward:function(){me(1)},listen:function(Ge){return q.push(Ge)},block:function(Ge){var Ue=J.push(Ge);return J.length===1&&M.addEventListener(f,y),function(){Ue(),J.length||M.removeEventListener(f,y)}}};return Te}function x(R){R===void 0&&(R={});var A=R,P=A.initialEntries,M=P===void 0?["/"]:P,B=A.initialIndex,N=M.map(function($){var j=l((0,r.Z)({pathname:"/",search:"",hash:"",state:null,key:b()},typeof $=="string"?D($):$));return j}),G=p(B==null?N.length-1:B,0,N.length-1),H=i.Pop,W=N[G],ae=m(),ne=m();function oe($){return typeof $=="string"?$:S($)}function q($,j){return j===void 0&&(j=null),l((0,r.Z)({pathname:W.pathname,search:"",hash:""},typeof $=="string"?D($):$,{state:j,key:b()}))}function J($,j,ie){return!ne.length||(ne.call({action:$,location:j,retry:ie}),!1)}function K($,j){H=$,W=j,ae.call({action:H,location:W})}function se($,j){var ie=i.Push,me=q($,j);function Te(){se($,j)}J(ie,me,Te)&&(G+=1,N.splice(G,N.length,me),K(ie,me))}function ee($,j){var ie=i.Replace,me=q($,j);function Te(){ee($,j)}J(ie,me,Te)&&(N[G]=me,K(ie,me))}function Q($){var j=p(G+$,0,N.length-1),ie=i.Pop,me=N[j];function Te(){Q($)}J(ie,me,Te)&&(G=j,K(ie,me))}var le={get index(){return G},get action(){return H},get location(){return W},createHref:oe,push:se,replace:ee,go:Q,back:function(){Q(-1)},forward:function(){Q(1)},listen:function(j){return ae.push(j)},block:function(j){return ne.push(j)}};return le}function p(R,A,P){return Math.min(Math.max(R,A),P)}function y(R){R.preventDefault(),R.returnValue=""}function m(){var R=[];return{get length(){return R.length},push:function(P){return R.push(P),function(){R=R.filter(function(M){return M!==P})}},call:function(P){R.forEach(function(M){return M&&M(P)})}}}function b(){return Math.random().toString(36).substr(2,8)}function S(R){var A=R.pathname,P=A===void 0?"/":A,M=R.search,B=M===void 0?"":M,N=R.hash,G=N===void 0?"":N;return B&&B!=="?"&&(P+=B.charAt(0)==="?"?B:"?"+B),G&&G!=="#"&&(P+=G.charAt(0)==="#"?G:"#"+G),P}function D(R){var A={};if(R){var P=R.indexOf("#");P>=0&&(A.hash=R.substr(P),R=R.substr(0,P));var M=R.indexOf("?");M>=0&&(A.search=R.substr(M),R=R.substr(0,M)),R&&(A.pathname=R)}return A}},94266:function(d,_,e){"use strict";var r=e(99234),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},l={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},c={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},f={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};o[r.ForwardRef]=c,o[r.Memo]=f;function h(S){return r.isMemo(S)?f:o[S.$$typeof]||i}var u=Object.defineProperty,a=Object.getOwnPropertyNames,x=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,y=Object.getPrototypeOf,m=Object.prototype;function b(S,D,R){if(typeof D!="string"){if(m){var A=y(D);A&&A!==m&&b(S,A,R)}var P=a(D);x&&(P=P.concat(x(D)));for(var M=h(S),B=h(D),N=0;N<P.length;++N){var G=P[N];if(!l[G]&&!(R&&R[G])&&!(B&&B[G])&&!(M&&M[G])){var H=p(D,G);try{u(S,G,H)}catch(W){}}}}return S}d.exports=b},4603:function(d){typeof Object.create=="function"?d.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:d.exports=function(e,r){if(r){e.super_=r;var i=function(){};i.prototype=r.prototype,e.prototype=new i,e.prototype.constructor=e}}},44520:function(d){"use strict";var _=function(e,r,i,l,c,f,o,h){if(!e){var u;if(r===void 0)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var a=[i,l,c,f,o,h],x=0;u=new Error(r.replace(/%s/g,function(){return a[x++]})),u.name="Invariant Violation"}throw u.framesToPop=1,u}};d.exports=_},78034:function(d){d.exports=function(r){return r!=null&&(_(r)||e(r)||!!r._isBuffer)};function _(r){return!!r.constructor&&typeof r.constructor.isBuffer=="function"&&r.constructor.isBuffer(r)}function e(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&_(r.slice(0,0))}},78639:function(d,_,e){"use strict";var r=e(77497);function i(l){return r(l)===!0&&Object.prototype.toString.call(l)==="[object Object]"}d.exports=function(c){var f,o;return!(i(c)===!1||(f=c.constructor,typeof f!="function")||(o=f.prototype,i(o)===!1)||o.hasOwnProperty("isPrototypeOf")===!1)}},77497:function(d){"use strict";d.exports=function(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}},53184:function(d,_,e){"use strict";var r,i;function l(c,f,o){var h=function(u,a){return c.js_beautify(u,a)};return h.js=c.js_beautify,h.css=f.css_beautify,h.html=o.html_beautify,h.js_beautify=c.js_beautify,h.css_beautify=f.css_beautify,h.html_beautify=o.html_beautify,h}r=[e(58553),e(87804),e(40998)],i=function(c,f,o){return l(c,f,o)}.apply(_,r),i!==void 0&&(d.exports=i)},87804:function(d,_){var e,r;(function(){var i;(function(){"use strict";var c=[,,function(u){function a(y){this.__parent=y,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var y=new a(this.__parent);return y.set_indent(this.__indent_count,this.__alignment_count),y},a.prototype.item=function(y){return y<0?this.__items[this.__items.length+y]:this.__items[y]},a.prototype.has_match=function(y){for(var m=this.__items.length-1;m>=0;m--)if(this.__items[m].match(y))return!0;return!1},a.prototype.set_indent=function(y,m){this.is_empty()&&(this.__indent_count=y||0,this.__alignment_count=m||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var y=this.__parent.current_line;return y.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),y.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),y.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,y.__items[0]===" "&&(y.__items.splice(0,1),y.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(y){this.__items.push(y);var m=y.lastIndexOf(`
`);m!==-1?this.__character_count=y.length-m:this.__character_count+=y.length},a.prototype.pop=function(){var y=null;return this.is_empty()||(y=this.__items.pop(),this.__character_count-=y.length),y},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var y="";return this.is_empty()?this.__parent.indent_empty_lines&&(y=this.__parent.get_indent_string(this.__indent_count)):(y=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),y+=this.__items.join("")),y};function x(y,m){this.__cache=[""],this.__indent_size=y.indent_size,this.__indent_string=y.indent_char,y.indent_with_tabs||(this.__indent_string=new Array(y.indent_size+1).join(y.indent_char)),m=m||"",y.indent_level>0&&(m=new Array(y.indent_level+1).join(this.__indent_string)),this.__base_string=m,this.__base_string_length=m.length}x.prototype.get_indent_size=function(y,m){var b=this.__base_string_length;return m=m||0,y<0&&(b=0),b+=y*this.__indent_size,b+=m,b},x.prototype.get_indent_string=function(y,m){var b=this.__base_string;return m=m||0,y<0&&(y=0,b=""),m+=y*this.__indent_size,this.__ensure_cache(m),b+=this.__cache[m],b},x.prototype.__ensure_cache=function(y){for(;y>=this.__cache.length;)this.__add_column()},x.prototype.__add_column=function(){var y=this.__cache.length,m=0,b="";this.__indent_size&&y>=this.__indent_size&&(m=Math.floor(y/this.__indent_size),y-=m*this.__indent_size,b=new Array(m+1).join(this.__indent_string)),y&&(b+=new Array(y+1).join(" ")),this.__cache.push(b)};function p(y,m){this.__indent_cache=new x(y,m),this.raw=!1,this._end_with_newline=y.end_with_newline,this.indent_size=y.indent_size,this.wrap_line_length=y.wrap_line_length,this.indent_empty_lines=y.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}p.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},p.prototype.get_line_number=function(){return this.__lines.length},p.prototype.get_indent_string=function(y,m){return this.__indent_cache.get_indent_string(y,m)},p.prototype.get_indent_size=function(y,m){return this.__indent_cache.get_indent_size(y,m)},p.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},p.prototype.add_new_line=function(y){return this.is_empty()||!y&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},p.prototype.get_code=function(y){this.trim(!0);var m=this.current_line.pop();m&&(m[m.length-1]===`
`&&(m=m.replace(/\n+$/g,"")),this.current_line.push(m)),this._end_with_newline&&this.__add_outputline();var b=this.__lines.join(`
`);return y!==`
`&&(b=b.replace(/[\n]/g,y)),b},p.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},p.prototype.set_indent=function(y,m){return y=y||0,m=m||0,this.next_line.set_indent(y,m),this.__lines.length>1?(this.current_line.set_indent(y,m),!0):(this.current_line.set_indent(),!1)},p.prototype.add_raw_token=function(y){for(var m=0;m<y.newlines;m++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(y.whitespace_before),this.current_line.push(y.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},p.prototype.add_token=function(y){this.__add_space_before_token(),this.current_line.push(y),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},p.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},p.prototype.remove_indent=function(y){for(var m=this.__lines.length;y<m;)this.__lines[y]._remove_indent(),y++;this.current_line._remove_wrap_indent()},p.prototype.trim=function(y){for(y=y===void 0?!1:y,this.current_line.trim();y&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},p.prototype.just_added_newline=function(){return this.current_line.is_empty()},p.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},p.prototype.ensure_empty_line_above=function(y,m){for(var b=this.__lines.length-2;b>=0;){var S=this.__lines[b];if(S.is_empty())break;if(S.item(0).indexOf(y)!==0&&S.item(-1)!==m){this.__lines.splice(b+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}b--}},u.exports.Output=p},,,,function(u){function a(y,m){this.raw_options=x(y,m),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(y,m){var b=this.raw_options[y],S=m||[];return typeof b=="object"?b!==null&&typeof b.concat=="function"&&(S=b.concat()):typeof b=="string"&&(S=b.split(/[^a-zA-Z0-9_\/\-]+/)),S},a.prototype._get_boolean=function(y,m){var b=this.raw_options[y],S=b===void 0?!!m:!!b;return S},a.prototype._get_characters=function(y,m){var b=this.raw_options[y],S=m||"";return typeof b=="string"&&(S=b.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),S},a.prototype._get_number=function(y,m){var b=this.raw_options[y];m=parseInt(m,10),isNaN(m)&&(m=0);var S=parseInt(b,10);return isNaN(S)&&(S=m),S},a.prototype._get_selection=function(y,m,b){var S=this._get_selection_list(y,m,b);if(S.length!==1)throw new Error("Invalid Option Value: The option '"+y+`' can only be one of the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S[0]},a.prototype._get_selection_list=function(y,m,b){if(!m||m.length===0)throw new Error("Selection list cannot be empty.");if(b=b||[m[0]],!this._is_valid_selection(b,m))throw new Error("Invalid Default Value!");var S=this._get_array(y,b);if(!this._is_valid_selection(S,m))throw new Error("Invalid Option Value: The option '"+y+`' can contain only the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S},a.prototype._is_valid_selection=function(y,m){return y.length&&m.length&&!y.some(function(b){return m.indexOf(b)===-1})};function x(y,m){var b={};y=p(y);var S;for(S in y)S!==m&&(b[S]=y[S]);if(m&&y[m])for(S in y[m])b[S]=y[m][S];return b}function p(y){var m={},b;for(b in y){var S=b.replace(/-/g,"_");m[S]=y[b]}return m}u.exports.Options=a,u.exports.normalizeOpts=p,u.exports.mergeOpts=x},,function(u){var a=RegExp.prototype.hasOwnProperty("sticky");function x(p){this.__input=p||"",this.__input_length=this.__input.length,this.__position=0}x.prototype.restart=function(){this.__position=0},x.prototype.back=function(){this.__position>0&&(this.__position-=1)},x.prototype.hasNext=function(){return this.__position<this.__input_length},x.prototype.next=function(){var p=null;return this.hasNext()&&(p=this.__input.charAt(this.__position),this.__position+=1),p},x.prototype.peek=function(p){var y=null;return p=p||0,p+=this.__position,p>=0&&p<this.__input_length&&(y=this.__input.charAt(p)),y},x.prototype.__match=function(p,y){p.lastIndex=y;var m=p.exec(this.__input);return m&&!(a&&p.sticky)&&m.index!==y&&(m=null),m},x.prototype.test=function(p,y){return y=y||0,y+=this.__position,y>=0&&y<this.__input_length?!!this.__match(p,y):!1},x.prototype.testChar=function(p,y){var m=this.peek(y);return p.lastIndex=0,m!==null&&p.test(m)},x.prototype.match=function(p){var y=this.__match(p,this.__position);return y?this.__position+=y[0].length:y=null,y},x.prototype.read=function(p,y,m){var b="",S;return p&&(S=this.match(p),S&&(b+=S[0])),y&&(S||!p)&&(b+=this.readUntil(y,m)),b},x.prototype.readUntil=function(p,y){var m="",b=this.__position;p.lastIndex=this.__position;var S=p.exec(this.__input);return S?(b=S.index,y&&(b+=S[0].length)):b=this.__input_length,m=this.__input.substring(this.__position,b),this.__position=b,m},x.prototype.readUntilAfter=function(p){return this.readUntil(p,!0)},x.prototype.get_regexp=function(p,y){var m=null,b="g";return y&&a&&(b="y"),typeof p=="string"&&p!==""?m=new RegExp(p,b):p&&(m=new RegExp(p.source,b)),m},x.prototype.get_literal_regexp=function(p){return RegExp(p.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},x.prototype.peekUntilAfter=function(p){var y=this.__position,m=this.readUntilAfter(p);return this.__position=y,m},x.prototype.lookBack=function(p){var y=this.__position-1;return y>=p.length&&this.__input.substring(y-p.length,y).toLowerCase()===p},u.exports.InputScanner=x},,,,,function(u){function a(x,p){x=typeof x=="string"?x:x.source,p=typeof p=="string"?p:p.source,this.__directives_block_pattern=new RegExp(x+/ beautify( \w+[:]\w+)+ /.source+p,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(x+/\sbeautify\signore:end\s/.source+p,"g")}a.prototype.get_directives=function(x){if(!x.match(this.__directives_block_pattern))return null;var p={};this.__directive_pattern.lastIndex=0;for(var y=this.__directive_pattern.exec(x);y;)p[y[1]]=y[2],y=this.__directive_pattern.exec(x);return p},a.prototype.readIgnored=function(x){return x.readUntilAfter(this.__directives_end_ignore_pattern)},u.exports.Directives=a},,function(u,a,x){var p=x(16).Beautifier,y=x(17).Options;function m(b,S){var D=new p(b,S);return D.beautify()}u.exports=m,u.exports.defaultOptions=function(){return new y}},function(u,a,x){var p=x(17).Options,y=x(2).Output,m=x(8).InputScanner,b=x(13).Directives,S=new b(/\/\*/,/\*\//),D=/\r\n|[\r\n]/,R=/\r\n|[\r\n]/g,A=/\s/,P=/(?:\s|\n)+/g,M=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,B=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function N(G,H){this._source_text=G||"",this._options=new p(H),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(G){var H="";for(this._ch=this._input.next();this._ch;){if(H+=this._ch,this._ch==="\\")H+=this._input.next();else if(G.indexOf(this._ch)!==-1||this._ch===`
`)break;this._ch=this._input.next()}return H},N.prototype.eatWhitespace=function(G){for(var H=A.test(this._input.peek()),W=0;A.test(this._input.peek());)this._ch=this._input.next(),G&&this._ch===`
`&&(W===0||W<this._options.max_preserve_newlines)&&(W++,this._output.add_new_line(!0));return H},N.prototype.foundNestedPseudoClass=function(){for(var G=0,H=1,W=this._input.peek(H);W;){if(W==="{")return!0;if(W==="(")G+=1;else if(W===")"){if(G===0)return!1;G-=1}else if(W===";"||W==="}")return!1;H++,W=this._input.peek(H)}return!1},N.prototype.print_string=function(G){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(G)},N.prototype.preserveSingleSpace=function(G){G&&(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 G=this._source_text,H=this._options.eol;H==="auto"&&(H=`
`,G&&D.test(G||"")&&(H=G.match(D)[0])),G=G.replace(R,`
`);var W=G.match(/^[\t ]*/)[0];this._output=new y(this._options,W),this._input=new m(G),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var ae=0,ne=!1,oe=!1,q=!1,J=!1,K=!1,se=this._ch,ee=!1,Q,le,$;Q=this._input.read(P),le=Q!=="",$=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 j=this._input.read(M),ie=S.get_directives(j);ie&&ie.ignore==="start"&&(j+=S.readIgnored(this._input)),this.print_string(j),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(B)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(le),this.print_string(this._ch);var me=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);me.match(/[ :]$/)&&(me=this.eatString(": ").replace(/\s+$/,""),this.print_string(me),this._output.space_before_token=!0),ae===0&&me.indexOf(":")!==-1&&(oe=!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 Te=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);Te.match(/[ :]$/)&&(Te=this.eatString(": ").replace(/\s+$/,""),this.print_string(Te),this._output.space_before_token=!0),ae===0&&Te.indexOf(":")!==-1?(oe=!0,this.indent()):Te in this.NESTED_AT_RULE?(this._nestedLevel+=1,Te in this.CONDITIONAL_GROUP_RULE&&(q=!0)):ae===0&&!oe&&(J=!0)}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(le),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{")oe&&(oe=!1,this.outdent()),J=!1,q?(q=!1,ne=this._indentLevel>=this._nestedLevel):ne=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&ne&&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)):($==="("?this._output.space_before_token=!1:$!==","&&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(),$==="{"&&this._output.trim(!0),oe&&(this.outdent(),oe=!1),this.print_string(this._ch),ne=!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 Oe=0;Oe<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;Oe++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[Oe])){ee=!0;break}(ne||q)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!J&&ae===0?(this.print_string(":"),oe||(oe=!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 Ge=$==='"'||$==="'";this.preserveSingleSpace(Ge||le),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")ee=!1,ae===0?(oe&&(this.outdent(),oe=!1),J=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),ae++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),ae&&(ae--,this.outdent()));else{var Ue=!1;this._input.lookBack("with")&&(Ue=!0),this.preserveSingleSpace(le||Ue),this.print_string(this._ch),oe&&$==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),K=!0):(this.eatWhitespace(),ae++,this.indent())}else if(this._ch===")")ae&&(ae--,this.outdent()),K&&this._input.peek()===";"&&this._options.selector_separator_newline&&(K=!1,this.outdent(),this._output.add_new_line()),this.print_string(this._ch);else if(this._ch===",")this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&(!oe||K)&&ae===0&&!J?this._output.add_new_line():this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!oe&&ae===0)this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&A.test(this._ch)&&(this._ch=""));else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(le),this.print_string(this._ch);else if(this._ch==="=")this.eatWhitespace(),this.print_string("="),A.test(this._ch)&&(this._ch="");else if(this._ch==="!"&&!this._input.lookBack("\\"))this._output.space_before_token=!0,this.print_string(this._ch);else{var Mt=$==='"'||$==="'";this.preserveSingleSpace(Mt||le),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
`&&ee&&this._output.add_new_line()}var yt=this._output.get_code(H);return yt},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 S=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var D=0;D<S.length;D++)S[D]!=="expand"?this.brace_style="collapse":this.brace_style=S[D]}y.prototype=new p,u.exports.Options=y}],f={};function o(u){var a=f[u];if(a!==void 0)return a.exports;var x=f[u]={exports:{}};return c[u](x,x.exports,o),x.exports}var h=o(15);i=h})();var l=i;e=[],r=function(){return{css_beautify:l}}.apply(_,e),r!==void 0&&(d.exports=r)})()},40998:function(d,_,e){var r,i;(function(){var l;(function(){"use strict";var h=[,,function(p){function y(S){this.__parent=S,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}y.prototype.clone_empty=function(){var S=new y(this.__parent);return S.set_indent(this.__indent_count,this.__alignment_count),S},y.prototype.item=function(S){return S<0?this.__items[this.__items.length+S]:this.__items[S]},y.prototype.has_match=function(S){for(var D=this.__items.length-1;D>=0;D--)if(this.__items[D].match(S))return!0;return!1},y.prototype.set_indent=function(S,D){this.is_empty()&&(this.__indent_count=S||0,this.__alignment_count=D||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},y.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},y.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},y.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var S=this.__parent.current_line;return S.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),S.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),S.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,S.__items[0]===" "&&(S.__items.splice(0,1),S.__character_count-=1),!0}return!1},y.prototype.is_empty=function(){return this.__items.length===0},y.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},y.prototype.push=function(S){this.__items.push(S);var D=S.lastIndexOf(`
`);D!==-1?this.__character_count=S.length-D:this.__character_count+=S.length},y.prototype.pop=function(){var S=null;return this.is_empty()||(S=this.__items.pop(),this.__character_count-=S.length),S},y.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},y.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},y.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},y.prototype.toString=function(){var S="";return this.is_empty()?this.__parent.indent_empty_lines&&(S=this.__parent.get_indent_string(this.__indent_count)):(S=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),S+=this.__items.join("")),S};function m(S,D){this.__cache=[""],this.__indent_size=S.indent_size,this.__indent_string=S.indent_char,S.indent_with_tabs||(this.__indent_string=new Array(S.indent_size+1).join(S.indent_char)),D=D||"",S.indent_level>0&&(D=new Array(S.indent_level+1).join(this.__indent_string)),this.__base_string=D,this.__base_string_length=D.length}m.prototype.get_indent_size=function(S,D){var R=this.__base_string_length;return D=D||0,S<0&&(R=0),R+=S*this.__indent_size,R+=D,R},m.prototype.get_indent_string=function(S,D){var R=this.__base_string;return D=D||0,S<0&&(S=0,R=""),D+=S*this.__indent_size,this.__ensure_cache(D),R+=this.__cache[D],R},m.prototype.__ensure_cache=function(S){for(;S>=this.__cache.length;)this.__add_column()},m.prototype.__add_column=function(){var S=this.__cache.length,D=0,R="";this.__indent_size&&S>=this.__indent_size&&(D=Math.floor(S/this.__indent_size),S-=D*this.__indent_size,R=new Array(D+1).join(this.__indent_string)),S&&(R+=new Array(S+1).join(" ")),this.__cache.push(R)};function b(S,D){this.__indent_cache=new m(S,D),this.raw=!1,this._end_with_newline=S.end_with_newline,this.indent_size=S.indent_size,this.wrap_line_length=S.wrap_line_length,this.indent_empty_lines=S.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new y(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}b.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},b.prototype.get_line_number=function(){return this.__lines.length},b.prototype.get_indent_string=function(S,D){return this.__indent_cache.get_indent_string(S,D)},b.prototype.get_indent_size=function(S,D){return this.__indent_cache.get_indent_size(S,D)},b.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},b.prototype.add_new_line=function(S){return this.is_empty()||!S&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},b.prototype.get_code=function(S){this.trim(!0);var D=this.current_line.pop();D&&(D[D.length-1]===`
`&&(D=D.replace(/\n+$/g,"")),this.current_line.push(D)),this._end_with_newline&&this.__add_outputline();var R=this.__lines.join(`
`);return S!==`
`&&(R=R.replace(/[\n]/g,S)),R},b.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},b.prototype.set_indent=function(S,D){return S=S||0,D=D||0,this.next_line.set_indent(S,D),this.__lines.length>1?(this.current_line.set_indent(S,D),!0):(this.current_line.set_indent(),!1)},b.prototype.add_raw_token=function(S){for(var D=0;D<S.newlines;D++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(S.whitespace_before),this.current_line.push(S.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},b.prototype.add_token=function(S){this.__add_space_before_token(),this.current_line.push(S),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},b.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},b.prototype.remove_indent=function(S){for(var D=this.__lines.length;S<D;)this.__lines[S]._remove_indent(),S++;this.current_line._remove_wrap_indent()},b.prototype.trim=function(S){for(S=S===void 0?!1:S,this.current_line.trim();S&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},b.prototype.just_added_newline=function(){return this.current_line.is_empty()},b.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},b.prototype.ensure_empty_line_above=function(S,D){for(var R=this.__lines.length-2;R>=0;){var A=this.__lines[R];if(A.is_empty())break;if(A.item(0).indexOf(S)!==0&&A.item(-1)!==D){this.__lines.splice(R+1,0,new y(this)),this.previous_line=this.__lines[this.__lines.length-2];break}R--}},p.exports.Output=b},function(p){function y(m,b,S,D){this.type=m,this.text=b,this.comments_before=null,this.newlines=S||0,this.whitespace_before=D||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}p.exports.Token=y},,,function(p){function y(S,D){this.raw_options=m(S,D),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])}y.prototype._get_array=function(S,D){var R=this.raw_options[S],A=D||[];return typeof R=="object"?R!==null&&typeof R.concat=="function"&&(A=R.concat()):typeof R=="string"&&(A=R.split(/[^a-zA-Z0-9_\/\-]+/)),A},y.prototype._get_boolean=function(S,D){var R=this.raw_options[S],A=R===void 0?!!D:!!R;return A},y.prototype._get_characters=function(S,D){var R=this.raw_options[S],A=D||"";return typeof R=="string"&&(A=R.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),A},y.prototype._get_number=function(S,D){var R=this.raw_options[S];D=parseInt(D,10),isNaN(D)&&(D=0);var A=parseInt(R,10);return isNaN(A)&&(A=D),A},y.prototype._get_selection=function(S,D,R){var A=this._get_selection_list(S,D,R);if(A.length!==1)throw new Error("Invalid Option Value: The option '"+S+`' can only be one of the following values:
`+D+`
You passed in: '`+this.raw_options[S]+"'");return A[0]},y.prototype._get_selection_list=function(S,D,R){if(!D||D.length===0)throw new Error("Selection list cannot be empty.");if(R=R||[D[0]],!this._is_valid_selection(R,D))throw new Error("Invalid Default Value!");var A=this._get_array(S,R);if(!this._is_valid_selection(A,D))throw new Error("Invalid Option Value: The option '"+S+`' can contain only the following values:
`+D+`
You passed in: '`+this.raw_options[S]+"'");return A},y.prototype._is_valid_selection=function(S,D){return S.length&&D.length&&!S.some(function(R){return D.indexOf(R)===-1})};function m(S,D){var R={};S=b(S);var A;for(A in S)A!==D&&(R[A]=S[A]);if(D&&S[D])for(A in S[D])R[A]=S[D][A];return R}function b(S){var D={},R;for(R in S){var A=R.replace(/-/g,"_");D[A]=S[R]}return D}p.exports.Options=y,p.exports.normalizeOpts=b,p.exports.mergeOpts=m},,function(p){var y=RegExp.prototype.hasOwnProperty("sticky");function m(b){this.__input=b||"",this.__input_length=this.__input.length,this.__position=0}m.prototype.restart=function(){this.__position=0},m.prototype.back=function(){this.__position>0&&(this.__position-=1)},m.prototype.hasNext=function(){return this.__position<this.__input_length},m.prototype.next=function(){var b=null;return this.hasNext()&&(b=this.__input.charAt(this.__position),this.__position+=1),b},m.prototype.peek=function(b){var S=null;return b=b||0,b+=this.__position,b>=0&&b<this.__input_length&&(S=this.__input.charAt(b)),S},m.prototype.__match=function(b,S){b.lastIndex=S;var D=b.exec(this.__input);return D&&!(y&&b.sticky)&&D.index!==S&&(D=null),D},m.prototype.test=function(b,S){return S=S||0,S+=this.__position,S>=0&&S<this.__input_length?!!this.__match(b,S):!1},m.prototype.testChar=function(b,S){var D=this.peek(S);return b.lastIndex=0,D!==null&&b.test(D)},m.prototype.match=function(b){var S=this.__match(b,this.__position);return S?this.__position+=S[0].length:S=null,S},m.prototype.read=function(b,S,D){var R="",A;return b&&(A=this.match(b),A&&(R+=A[0])),S&&(A||!b)&&(R+=this.readUntil(S,D)),R},m.prototype.readUntil=function(b,S){var D="",R=this.__position;b.lastIndex=this.__position;var A=b.exec(this.__input);return A?(R=A.index,S&&(R+=A[0].length)):R=this.__input_length,D=this.__input.substring(this.__position,R),this.__position=R,D},m.prototype.readUntilAfter=function(b){return this.readUntil(b,!0)},m.prototype.get_regexp=function(b,S){var D=null,R="g";return S&&y&&(R="y"),typeof b=="string"&&b!==""?D=new RegExp(b,R):b&&(D=new RegExp(b.source,R)),D},m.prototype.get_literal_regexp=function(b){return RegExp(b.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},m.prototype.peekUntilAfter=function(b){var S=this.__position,D=this.readUntilAfter(b);return this.__position=S,D},m.prototype.lookBack=function(b){var S=this.__position-1;return S>=b.length&&this.__input.substring(S-b.length,S).toLowerCase()===b},p.exports.InputScanner=m},function(p,y,m){var b=m(8).InputScanner,S=m(3).Token,D=m(10).TokenStream,R=m(11).WhitespacePattern,A={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},P=function(M,B){this._input=new b(M),this._options=B||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new R(this._input)};P.prototype.tokenize=function(){this._input.restart(),this.__tokens=new D,this._reset();for(var M,B=new S(A.START,""),N=null,G=[],H=new D;B.type!==A.EOF;){for(M=this._get_next_token(B,N);this._is_comment(M);)H.add(M),M=this._get_next_token(B,N);H.isEmpty()||(M.comments_before=H,H=new D),M.parent=N,this._is_opening(M)?(G.push(N),N=M):N&&this._is_closing(M,N)&&(M.opened=N,N.closed=M,N=G.pop(),M.parent=N),M.previous=B,B.next=M,this.__tokens.add(M),B=M}return this.__tokens},P.prototype._is_first_token=function(){return this.__tokens.isEmpty()},P.prototype._reset=function(){},P.prototype._get_next_token=function(M,B){this._readWhitespace();var N=this._input.read(/.+/g);return N?this._create_token(A.RAW,N):this._create_token(A.EOF,"")},P.prototype._is_comment=function(M){return!1},P.prototype._is_opening=function(M){return!1},P.prototype._is_closing=function(M,B){return!1},P.prototype._create_token=function(M,B){var N=new S(M,B,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return N},P.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},p.exports.Tokenizer=P,p.exports.TOKEN=A},function(p){function y(m){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=m}y.prototype.restart=function(){this.__position=0},y.prototype.isEmpty=function(){return this.__tokens_length===0},y.prototype.hasNext=function(){return this.__position<this.__tokens_length},y.prototype.next=function(){var m=null;return this.hasNext()&&(m=this.__tokens[this.__position],this.__position+=1),m},y.prototype.peek=function(m){var b=null;return m=m||0,m+=this.__position,m>=0&&m<this.__tokens_length&&(b=this.__tokens[m]),b},y.prototype.add=function(m){this.__parent_token&&(m.parent=this.__parent_token),this.__tokens.push(m),this.__tokens_length+=1},p.exports.TokenStream=y},function(p,y,m){var b=m(12).Pattern;function S(D,R){b.call(this,D,R),R?this._line_regexp=this._input.get_regexp(R._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}S.prototype=new b,S.prototype.__set_whitespace_patterns=function(D,R){D+="\\t ",R+="\\n\\r",this._match_pattern=this._input.get_regexp("["+D+R+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+R+"]")},S.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var D=this._input.read(this._match_pattern);if(D===" ")this.whitespace_before_token=" ";else if(D){var R=this.__split(this._newline_regexp,D);this.newline_count=R.length-1,this.whitespace_before_token=R[this.newline_count]}return D},S.prototype.matching=function(D,R){var A=this._create();return A.__set_whitespace_patterns(D,R),A._update(),A},S.prototype._create=function(){return new S(this._input,this)},S.prototype.__split=function(D,R){D.lastIndex=0;for(var A=0,P=[],M=D.exec(R);M;)P.push(R.substring(A,M.index)),A=M.index+M[0].length,M=D.exec(R);return A<R.length?P.push(R.substring(A,R.length)):P.push(""),P},p.exports.WhitespacePattern=S},function(p){function y(m,b){this._input=m,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,b&&(this._starting_pattern=this._input.get_regexp(b._starting_pattern,!0),this._match_pattern=this._input.get_regexp(b._match_pattern,!0),this._until_pattern=this._input.get_regexp(b._until_pattern),this._until_after=b._until_after)}y.prototype.read=function(){var m=this._input.read(this._starting_pattern);return(!this._starting_pattern||m)&&(m+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),m},y.prototype.read_match=function(){return this._input.match(this._match_pattern)},y.prototype.until_after=function(m){var b=this._create();return b._until_after=!0,b._until_pattern=this._input.get_regexp(m),b._update(),b},y.prototype.until=function(m){var b=this._create();return b._until_after=!1,b._until_pattern=this._input.get_regexp(m),b._update(),b},y.prototype.starting_with=function(m){var b=this._create();return b._starting_pattern=this._input.get_regexp(m,!0),b._update(),b},y.prototype.matching=function(m){var b=this._create();return b._match_pattern=this._input.get_regexp(m,!0),b._update(),b},y.prototype._create=function(){return new y(this._input,this)},y.prototype._update=function(){},p.exports.Pattern=y},function(p){function y(m,b){m=typeof m=="string"?m:m.source,b=typeof b=="string"?b:b.source,this.__directives_block_pattern=new RegExp(m+/ beautify( \w+[:]\w+)+ /.source+b,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(m+/\sbeautify\signore:end\s/.source+b,"g")}y.prototype.get_directives=function(m){if(!m.match(this.__directives_block_pattern))return null;var b={};this.__directive_pattern.lastIndex=0;for(var S=this.__directive_pattern.exec(m);S;)b[S[1]]=S[2],S=this.__directive_pattern.exec(m);return b},y.prototype.readIgnored=function(m){return m.readUntilAfter(this.__directives_end_ignore_pattern)},p.exports.Directives=y},function(p,y,m){var b=m(12).Pattern,S={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};function D(R,A){b.call(this,R,A),this.__template_pattern=null,this._disabled=Object.assign({},S),this._excluded=Object.assign({},S),A&&(this.__template_pattern=this._input.get_regexp(A.__template_pattern),this._excluded=Object.assign(this._excluded,A._excluded),this._disabled=Object.assign(this._disabled,A._disabled));var P=new b(R);this.__patterns={handlebars_comment:P.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:P.starting_with(/{{{/).until_after(/}}}/),handlebars:P.starting_with(/{{/).until_after(/}}/),php:P.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:P.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:P.starting_with(/{%/).until_after(/%}/),django_value:P.starting_with(/{{/).until_after(/}}/),django_comment:P.starting_with(/{#/).until_after(/#}/),smarty:P.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:P.starting_with(/{\*/).until_after(/\*}/),smarty_literal:P.starting_with(/{literal}/).until_after(/{\/literal}/)}}D.prototype=new b,D.prototype._create=function(){return new D(this._input,this)},D.prototype._update=function(){this.__set_templated_pattern()},D.prototype.disable=function(R){var A=this._create();return A._disabled[R]=!0,A._update(),A},D.prototype.read_options=function(R){var A=this._create();for(var P in S)A._disabled[P]=R.templating.indexOf(P)===-1;return A._update(),A},D.prototype.exclude=function(R){var A=this._create();return A._excluded[R]=!0,A._update(),A},D.prototype.read=function(){var R="";this._match_pattern?R=this._input.read(this._starting_pattern):R=this._input.read(this._starting_pattern,this.__template_pattern);for(var A=this._read_template();A;)this._match_pattern?A+=this._input.read(this._match_pattern):A+=this._input.readUntil(this.__template_pattern),R+=A,A=this._read_template();return this._until_after&&(R+=this._input.readUntilAfter(this._until_pattern)),R},D.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("|")+")")},D.prototype._read_template=function(){var R="",A=this._input.peek();if(A==="<"){var P=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&P==="?"&&(R=R||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&P==="%"&&(R=R||this.__patterns.erb.read())}else A==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(R=R||this.__patterns.handlebars_comment.read(),R=R||this.__patterns.handlebars_unescaped.read(),R=R||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(R=R||this.__patterns.django_value.read()),this._excluded.django||(R=R||this.__patterns.django_comment.read(),R=R||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(R=R||this.__patterns.smarty_comment.read(),R=R||this.__patterns.smarty_literal.read(),R=R||this.__patterns.smarty.read()));return R},p.exports.TemplatablePattern=D},,,,function(p,y,m){var b=m(19).Beautifier,S=m(20).Options;function D(R,A,P,M){var B=new b(R,A,P,M);return B.beautify()}p.exports=D,p.exports.defaultOptions=function(){return new S}},function(p,y,m){var b=m(20).Options,S=m(2).Output,D=m(21).Tokenizer,R=m(21).TOKEN,A=/\r\n|[\r\n]/,P=/\r\n|[\r\n]/g,M=function(J,K){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=J.max_preserve_newlines,this.preserve_newlines=J.preserve_newlines,this._output=new S(J,K)};M.prototype.current_line_has_match=function(J){return this._output.current_line.has_match(J)},M.prototype.set_space_before_token=function(J,K){this._output.space_before_token=J,this._output.non_breaking_space=K},M.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},M.prototype.add_raw_token=function(J){this._output.add_raw_token(J)},M.prototype.print_preserved_newlines=function(J){var K=0;J.type!==R.TEXT&&J.previous.type!==R.TEXT&&(K=J.newlines?1:0),this.preserve_newlines&&(K=J.newlines<this.max_preserve_newlines+1?J.newlines:this.max_preserve_newlines+1);for(var se=0;se<K;se++)this.print_newline(se>0);return K!==0},M.prototype.traverse_whitespace=function(J){return J.whitespace_before||J.newlines?(this.print_preserved_newlines(J)||(this._output.space_before_token=!0),!0):!1},M.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},M.prototype.print_newline=function(J){this._output.add_new_line(J)},M.prototype.print_token=function(J){J.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(J.text))},M.prototype.indent=function(){this.indent_level++},M.prototype.deindent=function(){this.indent_level>0&&(this.indent_level--,this._output.set_indent(this.indent_level,this.alignment_size))},M.prototype.get_full_indent=function(J){return J=this.indent_level+(J||0),J<1?"":this._output.get_indent_string(J)};var B=function(J){for(var K=null,se=J.next;se.type!==R.EOF&&J.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&&(K=se.next.next.text);break}se=se.next}return K},N=function(J,K){var se=null,ee=null;return K.closed?(J==="script"?se="text/javascript":J==="style"&&(se="text/css"),se=B(K)||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 G(J,K){return K.indexOf(J)!==-1}function H(J,K,se){this.parent=J||null,this.tag=K?K.tag_name:"",this.indent_level=se||0,this.parser_token=K||null}function W(J){this._printer=J,this._current_frame=null}W.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},W.prototype.record_tag=function(J){var K=new H(this._current_frame,J,this._printer.indent_level);this._current_frame=K},W.prototype._try_pop_frame=function(J){var K=null;return J&&(K=J.parser_token,this._printer.indent_level=J.indent_level,this._current_frame=J.parent),K},W.prototype._get_frame=function(J,K){for(var se=this._current_frame;se&&J.indexOf(se.tag)===-1;){if(K&&K.indexOf(se.tag)!==-1){se=null;break}se=se.parent}return se},W.prototype.try_pop=function(J,K){var se=this._get_frame([J],K);return this._try_pop_frame(se)},W.prototype.indent_to_tag=function(J){var K=this._get_frame(J);K&&(this._printer.indent_level=K.indent_level)};function ae(J,K,se,ee){this._source_text=J||"",K=K||{},this._js_beautify=se,this._css_beautify=ee,this._tag_stack=null;var Q=new b(K,"html");this._options=Q,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,5)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,8)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}ae.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var J=this._source_text,K=this._options.eol;this._options.eol==="auto"&&(K=`
`,J&&A.test(J)&&(K=J.match(A)[0])),J=J.replace(P,`
`);var se=J.match(/^[\t ]*/)[0],ee={text:"",type:""},Q=new ne(this._options),le=new M(this._options,se),$=new D(J,this._options).tokenize();this._tag_stack=new W(le);for(var j=null,ie=$.next();ie.type!==R.EOF;)ie.type===R.TAG_OPEN||ie.type===R.COMMENT?(j=this._handle_tag_open(le,ie,Q,ee,$),Q=j):ie.type===R.ATTRIBUTE||ie.type===R.EQUALS||ie.type===R.VALUE||ie.type===R.TEXT&&!Q.tag_complete?j=this._handle_inside_tag(le,ie,Q,ee):ie.type===R.TAG_CLOSE?j=this._handle_tag_close(le,ie,Q):ie.type===R.TEXT?j=this._handle_text(le,ie,Q):ie.type===R.CONTROL_FLOW_OPEN?j=this._handle_control_flow_open(le,ie):ie.type===R.CONTROL_FLOW_CLOSE?j=this._handle_control_flow_close(le,ie):le.add_raw_token(ie),ee=j,ie=$.next();var me=le._output.get_code(K);return me},ae.prototype._handle_control_flow_open=function(J,K){var se={text:K.text,type:K.type};return J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),K.newlines?J.print_preserved_newlines(K):J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),J.print_token(K),J.indent(),se},ae.prototype._handle_control_flow_close=function(J,K){var se={text:K.text,type:K.type};return J.deindent(),K.newlines?J.print_preserved_newlines(K):J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),J.print_token(K),se},ae.prototype._handle_tag_close=function(J,K,se){var ee={text:K.text,type:K.type};return J.alignment_size=0,se.tag_complete=!0,J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),se.is_unformatted?J.add_raw_token(K):(se.tag_start_char==="<"&&(J.set_space_before_token(K.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&se.has_wrapped_attrs&&J.print_newline(!1)),J.print_token(K)),se.indent_content&&!(se.is_unformatted||se.is_content_unformatted)&&(J.indent(),se.indent_content=!1),!se.is_inline_element&&!(se.is_unformatted||se.is_content_unformatted)&&J.set_wrap_point(),ee},ae.prototype._handle_inside_tag=function(J,K,se,ee){var Q=se.has_wrapped_attrs,le={text:K.text,type:K.type};return J.set_space_before_token(K.newlines||K.whitespace_before!=="",!0),se.is_unformatted?J.add_raw_token(K):se.tag_start_char==="{"&&K.type===R.TEXT?J.print_preserved_newlines(K)?(K.newlines=0,J.add_raw_token(K)):J.print_token(K):(K.type===R.ATTRIBUTE?J.set_space_before_token(!0):(K.type===R.EQUALS||K.type===R.VALUE&&K.previous.type===R.EQUALS)&&J.set_space_before_token(!1),K.type===R.ATTRIBUTE&&se.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(J.traverse_whitespace(K),Q=Q||K.newlines!==0),this._is_wrap_attributes_force&&se.attr_count>=this._options.wrap_attributes_min_attrs&&(ee.type!==R.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(J.print_newline(!1),Q=!0)),J.print_token(K),Q=Q||J.previous_token_wrapped(),se.has_wrapped_attrs=Q),le},ae.prototype._handle_text=function(J,K,se){var ee={text:K.text,type:"TK_CONTENT"};return se.custom_beautifier_name?this._print_custom_beatifier_text(J,K,se):se.is_unformatted||se.is_content_unformatted?J.add_raw_token(K):(J.traverse_whitespace(K),J.print_token(K)),ee},ae.prototype._print_custom_beatifier_text=function(J,K,se){var ee=this;if(K.text!==""){var Q=K.text,le,$=1,j="",ie="";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(Mt,yt){var kt=new ae(Mt,yt,ee._js_beautify,ee._css_beautify);return kt.beautify()}),this._options.indent_scripts==="keep"?$=0:this._options.indent_scripts==="separate"&&($=-J.indent_level);var me=J.get_full_indent($);if(Q=Q.replace(/\n[ \t]*$/,""),se.custom_beautifier_name!=="html"&&Q[0]==="<"&&Q.match(/^(<!--|<!\[CDATA\[)/)){var Te=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(Q);if(!Te){J.add_raw_token(K);return}j=me+Te[1]+`
`,Q=Te[4],Te[5]&&(ie=me+Te[5]),Q=Q.replace(/\n[ \t]*$/,""),(Te[2]||Te[3].indexOf(`
`)!==-1)&&(Te=Te[3].match(/[ \t]+$/),Te&&(K.whitespace_before=Te[0]))}if(Q)if(le){var Oe=function(){this.eol=`
`};Oe.prototype=this._options.raw_options;var Ge=new Oe;Q=le(me+Q,Ge)}else{var Ue=K.whitespace_before;Ue&&(Q=Q.replace(new RegExp(`
(`+Ue+")?","g"),`
`)),Q=me+Q.replace(/\n/g,`
`+me)}j&&(Q?Q=j+Q+`
`+ie:Q=j+ie),J.print_newline(!1),Q&&(K.text=Q,K.whitespace_before="",K.newlines=0,J.add_raw_token(K),J.print_newline(!0))}},ae.prototype._handle_tag_open=function(J,K,se,ee,Q){var le=this._get_tag_open_token(K);if((se.is_unformatted||se.is_content_unformatted)&&!se.is_empty_element&&K.type===R.TAG_OPEN&&!le.is_start_tag?(J.add_raw_token(K),le.start_tag_token=this._tag_stack.try_pop(le.tag_name)):(J.traverse_whitespace(K),this._set_tag_position(J,K,le,se,ee),le.is_inline_element||J.set_wrap_point(),J.print_token(K)),le.is_start_tag&&this._is_wrap_attributes_force){var $=0,j;do j=Q.peek($),j.type===R.ATTRIBUTE&&(le.attr_count+=1),$+=1;while(j.type!==R.EOF&&j.type!==R.TAG_CLOSE)}return(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(le.alignment_size=K.text.length+1),!le.tag_complete&&!le.is_unformatted&&(J.alignment_size=le.alignment_size),le};var ne=function(J,K,se){if(this.parent=K||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!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 Q=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(Q=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(!J.indent_handlebars||this.text.length<3||/[^#\^]/.test(this.text.charAt(Q)))}};ae.prototype._get_tag_open_token=function(J){var K=new ne(this._options,this._tag_stack.get_parser_token(),J);return K.alignment_size=this._options.wrap_attributes_indent_size,K.is_end_tag=K.is_end_tag||G(K.tag_check,this._options.void_elements),K.is_empty_element=K.tag_complete||K.is_start_tag&&K.is_end_tag,K.is_unformatted=!K.tag_complete&&G(K.tag_check,this._options.unformatted),K.is_content_unformatted=!K.is_empty_element&&G(K.tag_check,this._options.content_unformatted),K.is_inline_element=G(K.tag_name,this._options.inline)||this._options.inline_custom_elements&&K.tag_name.includes("-")||K.tag_start_char==="{",K},ae.prototype._set_tag_position=function(J,K,se,ee,Q){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||J.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)))),G(se.tag_check,this._options.extra_liners)&&(J.print_newline(!1),J._output.just_added_blankline()||J.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=J.current_line_has_match(/{{#if/);le||J.print_newline(!1)}se.tag_name==="!--"&&Q.type===R.TAG_CLOSE&&ee.is_end_tag&&se.text.indexOf(`
`)===-1||(se.is_inline_element||se.is_unformatted||J.print_newline(!1),this._calcluate_parent_multiline(J,se))}else if(se.is_end_tag){var $=!1;$=se.start_tag_token&&se.start_tag_token.multiline_content,$=$||!se.is_inline_element&&!(ee.is_inline_element||ee.is_unformatted)&&!(Q.type===R.TAG_CLOSE&&se.start_tag_token===ee)&&Q.type!=="TK_CONTENT",(se.is_content_unformatted||se.is_unformatted)&&($=!1),$&&J.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)&&(Q.type!=="TK_CONTENT"||se.is_content_unformatted)&&J.print_newline(!1),this._calcluate_parent_multiline(J,se)},ae.prototype._calcluate_parent_multiline=function(J,K){K.parent&&J._output.just_added_newline()&&!((K.is_inline_element||K.is_unformatted)&&K.parent.is_inline_element)&&(K.parent.multiline_content=!0)};var oe=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],q=["a","audio","del","ins","map","noscript","video"];ae.prototype._do_optional_end_element=function(J){var K=null;if(!(J.is_empty_element||!J.is_start_tag||!J.parent)){if(J.tag_name==="body")K=K||this._tag_stack.try_pop("head");else if(J.tag_name==="li")K=K||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(J.tag_name==="dd"||J.tag_name==="dt")K=K||this._tag_stack.try_pop("dt",["dl"]),K=K||this._tag_stack.try_pop("dd",["dl"]);else if(J.parent.tag_name==="p"&&oe.indexOf(J.tag_name)!==-1){var se=J.parent.parent;(!se||q.indexOf(se.tag_name)===-1)&&(K=K||this._tag_stack.try_pop("p"))}else J.tag_name==="rp"||J.tag_name==="rt"?(K=K||this._tag_stack.try_pop("rt",["ruby","rtc"]),K=K||this._tag_stack.try_pop("rp",["ruby","rtc"])):J.tag_name==="optgroup"?K=K||this._tag_stack.try_pop("optgroup",["select"]):J.tag_name==="option"?K=K||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):J.tag_name==="colgroup"?K=K||this._tag_stack.try_pop("caption",["table"]):J.tag_name==="thead"?(K=K||this._tag_stack.try_pop("caption",["table"]),K=K||this._tag_stack.try_pop("colgroup",["table"])):J.tag_name==="tbody"||J.tag_name==="tfoot"?(K=K||this._tag_stack.try_pop("caption",["table"]),K=K||this._tag_stack.try_pop("colgroup",["table"]),K=K||this._tag_stack.try_pop("thead",["table"]),K=K||this._tag_stack.try_pop("tbody",["table"])):J.tag_name==="tr"?(K=K||this._tag_stack.try_pop("caption",["table"]),K=K||this._tag_stack.try_pop("colgroup",["table"]),K=K||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(J.tag_name==="th"||J.tag_name==="td")&&(K=K||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),K=K||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return J.parent=this._tag_stack.get_parser_token(),K}},p.exports.Beautifier=ae},function(p,y,m){var b=m(6).Options;function S(D){b.call(this,D,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}S.prototype=new b,p.exports.Options=S},function(p,y,m){var b=m(9).Tokenizer,S=m(9).TOKEN,D=m(13).Directives,R=m(14).TemplatablePattern,A=m(12).Pattern,P={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",CONTROL_FLOW_OPEN:"TK_CONTROL_FLOW_OPEN",CONTROL_FLOW_CLOSE:"TK_CONTROL_FLOW_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:S.START,RAW:S.RAW,EOF:S.EOF},M=new D(/<\!--/,/-->/),B=function(N,G){b.call(this,N,G),this._current_tag_name="";var H=new R(this._input).read_options(this._options),W=new A(this._input);if(this.__patterns={word:H.until(/[\n\r\t <]/),word_control_flow_close_excluded:H.until(/[\n\r\t <}]/),single_quote:H.until_after(/'/),double_quote:H.until_after(/"/),attribute:H.until(/[\n\r\t =>]|\/>/),element_name:H.until(/[\n\r\t >\/]/),angular_control_flow_start:W.matching(/\@[a-zA-Z]+[^({]*[({]/),handlebars_comment:W.starting_with(/{{!--/).until_after(/--}}/),handlebars:W.starting_with(/{{/).until_after(/}}/),handlebars_open:W.until(/[\n\r\t }]/),handlebars_raw_close:W.until(/}}/),comment:W.starting_with(/<!--/).until_after(/-->/),cdata:W.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:W.starting_with(/<!\[/).until_after(/]>/),processing:W.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=W.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===P.TAG_OPEN||N.type===P.CONTROL_FLOW_OPEN},B.prototype._is_closing=function(N,G){return N.type===P.TAG_CLOSE&&G&&((N.text===">"||N.text==="/>")&&G.text[0]==="<"||N.text==="}}"&&G.text[0]==="{"&&G.text[1]==="{")||N.type===P.CONTROL_FLOW_CLOSE&&N.text==="}"&&G.text.endsWith("{")},B.prototype._reset=function(){this._current_tag_name=""},B.prototype._get_next_token=function(N,G){var H=null;this._readWhitespace();var W=this._input.peek();return W===null?this._create_token(P.EOF,""):(H=H||this._read_open_handlebars(W,G),H=H||this._read_attribute(W,N,G),H=H||this._read_close(W,G),H=H||this._read_script_and_style(W,N),H=H||this._read_control_flows(W,G),H=H||this._read_raw_content(W,N,G),H=H||this._read_content_word(W,G),H=H||this._read_comment_or_cdata(W),H=H||this._read_processing(W),H=H||this._read_open(W,G),H=H||this._create_token(P.UNKNOWN,this._input.next()),H)},B.prototype._read_comment_or_cdata=function(N){var G=null,H=null,W=null;if(N==="<"){var ae=this._input.peek(1);ae==="!"&&(H=this.__patterns.comment.read(),H?(W=M.get_directives(H),W&&W.ignore==="start"&&(H+=M.readIgnored(this._input))):H=this.__patterns.cdata.read()),H&&(G=this._create_token(P.COMMENT,H),G.directives=W)}return G},B.prototype._read_processing=function(N){var G=null,H=null,W=null;if(N==="<"){var ae=this._input.peek(1);(ae==="!"||ae==="?")&&(H=this.__patterns.conditional_comment.read(),H=H||this.__patterns.processing.read()),H&&(G=this._create_token(P.COMMENT,H),G.directives=W)}return G},B.prototype._read_open=function(N,G){var H=null,W=null;return(!G||G.type===P.CONTROL_FLOW_OPEN)&&N==="<"&&(H=this._input.next(),this._input.peek()==="/"&&(H+=this._input.next()),H+=this.__patterns.element_name.read(),W=this._create_token(P.TAG_OPEN,H)),W},B.prototype._read_open_handlebars=function(N,G){var H=null,W=null;return(!G||G.type===P.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)==="!"?(H=this.__patterns.handlebars_comment.read(),H=H||this.__patterns.handlebars.read(),W=this._create_token(P.COMMENT,H)):(H=this.__patterns.handlebars_open.read(),W=this._create_token(P.TAG_OPEN,H))),W},B.prototype._read_control_flows=function(N,G){var H="",W=null;if(!this._options.templating.includes("angular"))return W;if(N==="@"){if(H=this.__patterns.angular_control_flow_start.read(),H==="")return W;for(var ae=H.endsWith("(")?1:0,ne=0;!(H.endsWith("{")&&ae===ne);){var oe=this._input.next();if(oe===null)break;oe==="("?ae++:oe===")"&&ne++,H+=oe}W=this._create_token(P.CONTROL_FLOW_OPEN,H)}else N==="}"&&G&&G.type===P.CONTROL_FLOW_OPEN&&(H=this._input.next(),W=this._create_token(P.CONTROL_FLOW_CLOSE,H));return W},B.prototype._read_close=function(N,G){var H=null,W=null;return G&&G.type===P.TAG_OPEN&&(G.text[0]==="<"&&(N===">"||N==="/"&&this._input.peek(1)===">")?(H=this._input.next(),N==="/"&&(H+=this._input.next()),W=this._create_token(P.TAG_CLOSE,H)):G.text[0]==="{"&&N==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),W=this._create_token(P.TAG_CLOSE,"}}"))),W},B.prototype._read_attribute=function(N,G,H){var W=null,ae="";if(H&&H.text[0]==="<")if(N==="=")W=this._create_token(P.EQUALS,this._input.next());else if(N==='"'||N==="'"){var ne=this._input.next();N==='"'?ne+=this.__patterns.double_quote.read():ne+=this.__patterns.single_quote.read(),W=this._create_token(P.VALUE,ne)}else ae=this.__patterns.attribute.read(),ae&&(G.type===P.EQUALS?W=this._create_token(P.VALUE,ae):W=this._create_token(P.ATTRIBUTE,ae));return W},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,G,H){var W="";if(H&&H.text[0]==="{")W=this.__patterns.handlebars_raw_close.read();else if(G.type===P.TAG_CLOSE&&G.opened.text[0]==="<"&&G.text[0]!=="/"){var ae=G.opened.text.substr(1).toLowerCase();this._is_content_unformatted(ae)&&(W=this._input.readUntil(new RegExp("</"+ae+"[\\n\\r\\t ]*?>","ig")))}return W?this._create_token(P.TEXT,W):null},B.prototype._read_script_and_style=function(N,G){if(G.type===P.TAG_CLOSE&&G.opened.text[0]==="<"&&G.text[0]!=="/"){var H=G.opened.text.substr(1).toLowerCase();if(H==="script"||H==="style"){var W=this._read_comment_or_cdata(N);if(W)return W.type=P.TEXT,W;var ae=this._input.readUntil(new RegExp("</"+H+"[\\n\\r\\t ]*?>","ig"));if(ae)return this._create_token(P.TEXT,ae)}}return null},B.prototype._read_content_word=function(N,G){var H="";return this._options.unformatted_content_delimiter&&N===this._options.unformatted_content_delimiter[0]&&(H=this.__patterns.unformatted_content_delimiter.read()),H||(H=G&&G.type===P.CONTROL_FLOW_OPEN?this.__patterns.word_control_flow_close_excluded.read():this.__patterns.word.read()),H?this._create_token(P.TEXT,H):null},p.exports.Tokenizer=B,p.exports.TOKEN=P}],u={};function a(p){var y=u[p];if(y!==void 0)return y.exports;var m=u[p]={exports:{}};return h[p](m,m.exports,a),m.exports}var x=a(18);l=x})();var c=l;if(1)r=[e,e(58553),e(87804)],i=function(h){var u=e(58553),a=e(87804);return{html_beautify:function(x,p){return c(x,p,u.js_beautify,a.css_beautify)}}}.apply(_,r),i!==void 0&&(d.exports=i);else var f,o})()},58553:function(d,_){var e,r;(function(){var i;(function(){"use strict";var c=[function(u,a,x){var p=x(1).Beautifier,y=x(5).Options;function m(b,S){var D=new p(b,S);return D.beautify()}u.exports=m,u.exports.defaultOptions=function(){return new y}},function(u,a,x){var p=x(2).Output,y=x(3).Token,m=x(4),b=x(5).Options,S=x(7).Tokenizer,D=x(7).line_starters,R=x(7).positionable_operators,A=x(7).TOKEN;function P(j,ie){return ie.indexOf(j)!==-1}function M(j){return j.replace(/^\s+/g,"")}function B(j){for(var ie={},me=0;me<j.length;me++)ie[j[me].replace(/-/g,"_")]=j[me];return ie}function N(j,ie){return j&&j.type===A.RESERVED&&j.text===ie}function G(j,ie){return j&&j.type===A.RESERVED&&P(j.text,ie)}var H=["case","return","do","if","throw","else","await","break","continue","async"],W=["before-newline","after-newline","preserve-newline"],ae=B(W),ne=[ae.before_newline,ae.preserve_newline],oe={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function q(j,ie){ie.multiline_frame||ie.mode===oe.ForInitializer||ie.mode===oe.Conditional||j.remove_indent(ie.start_line_index)}function J(j){j=j.replace(m.allLineBreaks,`
`);for(var ie=[],me=j.indexOf(`
`);me!==-1;)ie.push(j.substring(0,me)),j=j.substring(me+1),me=j.indexOf(`
`);return j.length&&ie.push(j),ie}function K(j){return j===oe.ArrayLiteral}function se(j){return P(j,[oe.Expression,oe.ForInitializer,oe.Conditional])}function ee(j,ie){for(var me=0;me<j.length;me++){var Te=j[me].trim();if(Te.charAt(0)!==ie)return!1}return!0}function Q(j,ie){for(var me=0,Te=j.length,Oe;me<Te;me++)if(Oe=j[me],Oe&&Oe.indexOf(ie)!==0)return!1;return!0}function le(j,ie){ie=ie||{},this._source_text=j||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new b(ie)}le.prototype.create_flags=function(j,ie){var me=0;j&&(me=j.indentation_level,!this._output.just_added_newline()&&j.line_indent_level>me&&(me=j.line_indent_level));var Te={mode:ie,parent:j,last_token:j?j.last_token:new y(A.START_BLOCK,""),last_word:j?j.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:me,alignment:0,line_indent_level:j?j.line_indent_level:me,start_line_index:this._output.get_line_number(),ternary_depth:0};return Te},le.prototype._reset=function(j){var ie=j.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new p(this._options,ie),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(oe.BlockStatement);var me=new S(j,this._options);return this._tokens=me.tokenize(),j},le.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var j,ie=this._reset(this._source_text),me=this._options.eol;this._options.eol==="auto"&&(me=`
`,ie&&m.lineBreak.test(ie||"")&&(me=ie.match(m.lineBreak)[0]));for(var Te=this._tokens.next();Te;)this.handle_token(Te),this._last_last_text=this._flags.last_token.text,this._flags.last_token=Te,Te=this._tokens.next();return j=this._output.get_code(me),j},le.prototype.handle_token=function(j,ie){j.type===A.START_EXPR?this.handle_start_expr(j):j.type===A.END_EXPR?this.handle_end_expr(j):j.type===A.START_BLOCK?this.handle_start_block(j):j.type===A.END_BLOCK?this.handle_end_block(j):j.type===A.WORD?this.handle_word(j):j.type===A.RESERVED?this.handle_word(j):j.type===A.SEMICOLON?this.handle_semicolon(j):j.type===A.STRING?this.handle_string(j):j.type===A.EQUALS?this.handle_equals(j):j.type===A.OPERATOR?this.handle_operator(j):j.type===A.COMMA?this.handle_comma(j):j.type===A.BLOCK_COMMENT?this.handle_block_comment(j,ie):j.type===A.COMMENT?this.handle_comment(j,ie):j.type===A.DOT?this.handle_dot(j):j.type===A.EOF?this.handle_eof(j):j.type===A.UNKNOWN?this.handle_unknown(j,ie):this.handle_unknown(j,ie)},le.prototype.handle_whitespace_and_comments=function(j,ie){var me=j.newlines,Te=this._options.keep_array_indentation&&K(this._flags.mode);if(j.comments_before)for(var Oe=j.comments_before.next();Oe;)this.handle_whitespace_and_comments(Oe,ie),this.handle_token(Oe,ie),Oe=j.comments_before.next();if(Te)for(var Ge=0;Ge<me;Ge+=1)this.print_newline(Ge>0,ie);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,ie);for(var Ue=1;Ue<me;Ue+=1)this.print_newline(!0,ie)}};var $=["async","break","continue","return","throw","yield"];le.prototype.allow_wrap_or_preserved_newline=function(j,ie){if(ie=ie===void 0?!1:ie,!this._output.just_added_newline()){var me=this._options.preserve_newlines&&j.newlines||ie,Te=P(this._flags.last_token.text,R)||P(j.text,R);if(Te){var Oe=P(this._flags.last_token.text,R)&&P(this._options.operator_position,ne)||P(j.text,R);me=me&&Oe}if(me)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(G(this._flags.last_token,$))return;this._output.set_wrap_point()}}},le.prototype.print_newline=function(j,ie){if(!ie&&this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==A.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))for(var me=this._tokens.peek();this._flags.mode===oe.Statement&&!(this._flags.if_block&&N(me,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(j)&&(this._flags.multiline_frame=!0)},le.prototype.print_token_line_indentation=function(j){this._output.just_added_newline()&&(this._options.keep_array_indentation&&j.newlines&&(j.text==="["||K(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(j.whitespace_before),this._output.space_before_token=!1):this._output.set_indent(this._flags.indentation_level,this._flags.alignment)&&(this._flags.line_indent_level=this._flags.indentation_level))},le.prototype.print_token=function(j){if(this._output.raw){this._output.add_raw_token(j);return}if(this._options.comma_first&&j.previous&&j.previous.type===A.COMMA&&this._output.just_added_newline()&&this._output.previous_line.last()===","){var ie=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(ie),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(j),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(j),this._output.non_breaking_space=!0,this._output.add_token(j.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)},le.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},le.prototype.deindent=function(){this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},le.prototype.set_mode=function(j){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,j),this._flags=this.create_flags(this._previous_flags,j),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},le.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===oe.Statement&&q(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},le.prototype.start_of_object_property=function(){return this._flags.parent.mode===oe.ObjectLiteral&&this._flags.mode===oe.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||G(this._flags.last_token,["get","set"]))},le.prototype.start_of_statement=function(j){var ie=!1;return ie=ie||G(this._flags.last_token,["var","let","const"])&&j.type===A.WORD,ie=ie||N(this._flags.last_token,"do"),ie=ie||!(this._flags.parent.mode===oe.ObjectLiteral&&this._flags.mode===oe.Statement)&&G(this._flags.last_token,$)&&!j.newlines,ie=ie||N(this._flags.last_token,"else")&&!(N(j,"if")&&!j.comments_before),ie=ie||this._flags.last_token.type===A.END_EXPR&&(this._previous_flags.mode===oe.ForInitializer||this._previous_flags.mode===oe.Conditional),ie=ie||this._flags.last_token.type===A.WORD&&this._flags.mode===oe.BlockStatement&&!this._flags.in_case&&!(j.text==="--"||j.text==="++")&&this._last_last_text!=="function"&&j.type!==A.WORD&&j.type!==A.RESERVED,ie=ie||this._flags.mode===oe.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||G(this._flags.last_token,["get","set"])),ie?(this.set_mode(oe.Statement),this.indent(),this.handle_whitespace_and_comments(j,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(j,G(j,["do","for","if","while"])),!0):!1},le.prototype.handle_start_expr=function(j){this.start_of_statement(j)||this.handle_whitespace_and_comments(j);var ie=oe.Expression;if(j.text==="["){if(this._flags.last_token.type===A.WORD||this._flags.last_token.text===")"){G(this._flags.last_token,D)&&(this._output.space_before_token=!0),this.print_token(j),this.set_mode(ie),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}ie=oe.ArrayLiteral,K(this._flags.mode)&&(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline()),P(this._flags.last_token.type,[A.START_EXPR,A.END_EXPR,A.WORD,A.OPERATOR,A.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===A.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,ie=oe.ForInitializer):P(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,ie=oe.Conditional):P(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&j.whitespace_before===""?this._output.space_before_token=!1:(P(this._flags.last_token.text,D)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===A.EQUALS||this._flags.last_token.type===A.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(j);else if(this._flags.last_token.type===A.WORD){this._output.space_before_token=!1;var me=this._tokens.peek(-3);if(this._options.space_after_named_function&&me){var Te=this._tokens.peek(-4);G(me,["async","function"])||me.text==="*"&&G(Te,["async","function"])?this._output.space_before_token=!0:this._flags.mode===oe.ObjectLiteral?(me.text==="{"||me.text===","||me.text==="*"&&(Te.text==="{"||Te.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(j);(this._flags.last_token.type===A.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(P(this._last_last_text,["function","yield"])||this._flags.mode===oe.ObjectLiteral&&P(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===A.START_BLOCK?this.print_newline():(this._flags.last_token.type===A.END_EXPR||this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===A.COMMA)&&this.allow_wrap_or_preserved_newline(j,j.newlines),this.print_token(j),this.set_mode(ie),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},le.prototype.handle_end_expr=function(j){for(;this._flags.mode===oe.Statement;)this.restore_mode();this.handle_whitespace_and_comments(j),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(j,j.text==="]"&&K(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===A.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(j),this.restore_mode(),q(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===oe.Conditional&&(this._previous_flags.mode=oe.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},le.prototype.handle_start_block=function(j){this.handle_whitespace_and_comments(j);var ie=this._tokens.peek(),me=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===A.END_EXPR?(this.set_mode(oe.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(oe.BlockStatement):me&&(P(me.text,[":",","])&&P(ie.type,[A.STRING,A.WORD,A.RESERVED])||P(ie.text,["get","set","..."])&&P(me.type,[A.WORD,A.RESERVED]))?P(this._last_last_text,["class","interface"])&&!P(me.text,[":",","])?this.set_mode(oe.BlockStatement):this.set_mode(oe.ObjectLiteral):this._flags.last_token.type===A.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(oe.BlockStatement):P(this._flags.last_token.type,[A.EQUALS,A.START_EXPR,A.COMMA,A.OPERATOR])||G(this._flags.last_token,["return","throw","import","default"])?this.set_mode(oe.ObjectLiteral):this.set_mode(oe.BlockStatement),this._flags.last_token&&G(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var Te=!ie.comments_before&&ie.text==="}",Oe=Te&&this._flags.last_word==="function"&&this._flags.last_token.type===A.END_EXPR;if(this._options.brace_preserve_inline){var Ge=0,Ue=null;this._flags.inline_frame=!0;do if(Ge+=1,Ue=this._tokens.peek(Ge-1),Ue.newlines){this._flags.inline_frame=!1;break}while(Ue.type!==A.EOF&&!(Ue.type===A.END_BLOCK&&Ue.opened===j))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&j.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==A.OPERATOR&&(Oe||this._flags.last_token.type===A.EQUALS||G(this._flags.last_token,H)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(K(this._previous_flags.mode)&&(this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.COMMA)&&((this._flags.last_token.type===A.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(j),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==A.OPERATOR&&this._flags.last_token.type!==A.START_EXPR&&(P(this._flags.last_token.type,[A.START_BLOCK,A.SEMICOLON])&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(j),this.indent(),!Te&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},le.prototype.handle_end_block=function(j){for(this.handle_whitespace_and_comments(j);this._flags.mode===oe.Statement;)this.restore_mode();var ie=this._flags.last_token.type===A.START_BLOCK;this._flags.inline_frame&&!ie?this._output.space_before_token=!0:this._options.brace_style==="expand"?ie||this.print_newline():ie||(K(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(j)},le.prototype.handle_word=function(j){if(j.type===A.RESERVED){if(P(j.text,["set","get"])&&this._flags.mode!==oe.ObjectLiteral)j.type=A.WORD;else if(j.text==="import"&&P(this._tokens.peek().text,["(","."]))j.type=A.WORD;else if(P(j.text,["as","from"])&&!this._flags.import_block)j.type=A.WORD;else if(this._flags.mode===oe.ObjectLiteral){var ie=this._tokens.peek();ie.text===":"&&(j.type=A.WORD)}}if(this.start_of_statement(j)?G(this._flags.last_token,["var","let","const"])&&j.type===A.WORD&&(this._flags.declaration_statement=!0):j.newlines&&!se(this._flags.mode)&&(this._flags.last_token.type!==A.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==A.EQUALS&&(this._options.preserve_newlines||!G(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(j),this.print_newline()):this.handle_whitespace_and_comments(j),this._flags.do_block&&!this._flags.do_while)if(N(j,"while")){this._output.space_before_token=!0,this.print_token(j),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&N(j,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===oe.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&G(j,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(j),this._flags.in_case=!0;return}if((this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.EQUALS||this._flags.last_token.type===A.OPERATOR)&&!this.start_of_object_property()&&!(P(this._flags.last_token.text,["+","-"])&&this._last_last_text===":"&&this._flags.parent.mode===oe.ObjectLiteral)&&this.allow_wrap_or_preserved_newline(j),N(j,"function")){(P(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(P(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===A.OPERATOR))&&!this._output.just_added_blankline()&&!j.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===A.RESERVED||this._flags.last_token.type===A.WORD?G(this._flags.last_token,["get","set","new","export"])||G(this._flags.last_token,$)?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===A.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(se(this._flags.mode)||K(this._flags.mode))||this.print_newline(),this.print_token(j),this._flags.last_word=j.text;return}var me="NONE";if(this._flags.last_token.type===A.END_BLOCK?this._previous_flags.inline_frame?me="SPACE":G(j,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&j.newlines?me="NEWLINE":(me="SPACE",this._output.space_before_token=!0):me="NEWLINE":this._flags.last_token.type===A.SEMICOLON&&this._flags.mode===oe.BlockStatement?me="NEWLINE":this._flags.last_token.type===A.SEMICOLON&&se(this._flags.mode)?me="SPACE":this._flags.last_token.type===A.STRING?me="NEWLINE":this._flags.last_token.type===A.RESERVED||this._flags.last_token.type===A.WORD||this._flags.last_token.text==="*"&&(P(this._last_last_text,["function","yield"])||this._flags.mode===oe.ObjectLiteral&&P(this._last_last_text,["{",","]))?me="SPACE":this._flags.last_token.type===A.START_BLOCK?this._flags.inline_frame?me="SPACE":me="NEWLINE":this._flags.last_token.type===A.END_EXPR&&(this._output.space_before_token=!0,me="NEWLINE"),G(j,D)&&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"),G(j,["else","catch","finally"]))if((!(this._flags.last_token.type===A.END_BLOCK&&this._previous_flags.mode===oe.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&j.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var Te=this._output.current_line;Te.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else me==="NEWLINE"?G(this._flags.last_token,H)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&G(j,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==A.END_EXPR?(this._flags.last_token.type!==A.START_EXPR||!G(j,["var","let","const"]))&&this._flags.last_token.text!==":"&&(N(j,"if")&&N(j.previous,"else")?this._output.space_before_token=!0:this.print_newline()):G(j,D)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&K(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():me==="SPACE"&&(this._output.space_before_token=!0);j.previous&&(j.previous.type===A.WORD||j.previous.type===A.RESERVED)&&(this._output.space_before_token=!0),this.print_token(j),this._flags.last_word=j.text,j.type===A.RESERVED&&(j.text==="do"?this._flags.do_block=!0:j.text==="if"?this._flags.if_block=!0:j.text==="import"?this._flags.import_block=!0:this._flags.import_block&&N(j,"from")&&(this._flags.import_block=!1))},le.prototype.handle_semicolon=function(j){this.start_of_statement(j)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(j);for(var ie=this._tokens.peek();this._flags.mode===oe.Statement&&!(this._flags.if_block&&N(ie,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(j)},le.prototype.handle_string=function(j){j.text.startsWith("`")&&j.newlines===0&&j.whitespace_before===""&&(j.previous.text===")"||this._flags.last_token.type===A.WORD)||(this.start_of_statement(j)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(j),this._flags.last_token.type===A.RESERVED||this._flags.last_token.type===A.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR||this._flags.last_token.type===A.EQUALS||this._flags.last_token.type===A.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(j):j.text.startsWith("`")&&this._flags.last_token.type===A.END_EXPR&&(j.previous.text==="]"||j.previous.text===")")&&j.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(j)},le.prototype.handle_equals=function(j){this.start_of_statement(j)||this.handle_whitespace_and_comments(j),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(j),this._output.space_before_token=!0},le.prototype.handle_comma=function(j){this.handle_whitespace_and_comments(j,!0),this.print_token(j),this._output.space_before_token=!0,this._flags.declaration_statement?(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(j)):this._flags.mode===oe.ObjectLiteral||this._flags.mode===oe.Statement&&this._flags.parent.mode===oe.ObjectLiteral?(this._flags.mode===oe.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(j)},le.prototype.handle_operator=function(j){var ie=j.text==="*"&&(G(this._flags.last_token,["function","yield"])||P(this._flags.last_token.type,[A.START_BLOCK,A.COMMA,A.END_BLOCK,A.SEMICOLON])),me=P(j.text,["-","+"])&&(P(this._flags.last_token.type,[A.START_BLOCK,A.START_EXPR,A.EQUALS,A.OPERATOR])||P(this._flags.last_token.text,D)||this._flags.last_token.text===",");if(!this.start_of_statement(j)){var Te=!ie;this.handle_whitespace_and_comments(j,Te)}if(j.text==="*"&&this._flags.last_token.type===A.DOT){this.print_token(j);return}if(j.text==="::"){this.print_token(j);return}if(P(j.text,["-","+"])&&this.start_of_object_property()){this.print_token(j);return}if(this._flags.last_token.type===A.OPERATOR&&P(this._options.operator_position,ne)&&this.allow_wrap_or_preserved_newline(j),j.text===":"&&this._flags.in_case){this.print_token(j),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==A.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var Oe=!0,Ge=!0,Ue=!1;if(j.text===":"?this._flags.ternary_depth===0?Oe=!1:(this._flags.ternary_depth-=1,Ue=!0):j.text==="?"&&(this._flags.ternary_depth+=1),!me&&!ie&&this._options.preserve_newlines&&P(j.text,R)){var Mt=j.text===":",yt=Mt&&Ue,kt=Mt&&!Ue;switch(this._options.operator_position){case ae.before_newline:this._output.space_before_token=!kt,this.print_token(j),(!Mt||yt)&&this.allow_wrap_or_preserved_newline(j),this._output.space_before_token=!0;return;case ae.after_newline:this._output.space_before_token=!0,!Mt||yt?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(j):this._output.space_before_token=!1,this.print_token(j),this._output.space_before_token=!0;return;case ae.preserve_newline:kt||this.allow_wrap_or_preserved_newline(j),Oe=!(this._output.just_added_newline()||kt),this._output.space_before_token=Oe,this.print_token(j),this._output.space_before_token=!0;return}}if(ie){this.allow_wrap_or_preserved_newline(j),Oe=!1;var Zt=this._tokens.peek();Ge=Zt&&P(Zt.type,[A.WORD,A.RESERVED])}else if(j.text==="...")this.allow_wrap_or_preserved_newline(j),Oe=this._flags.last_token.type===A.START_BLOCK,Ge=!1;else if(P(j.text,["--","++","!","~"])||me){if((this._flags.last_token.type===A.COMMA||this._flags.last_token.type===A.START_EXPR)&&this.allow_wrap_or_preserved_newline(j),Oe=!1,Ge=!1,j.newlines&&(j.text==="--"||j.text==="++"||j.text==="~")){var Ft=G(this._flags.last_token,H)&&j.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)&&(Oe=!0),this._flags.last_token.type===A.RESERVED?Oe=!0:this._flags.last_token.type===A.END_EXPR?Oe=!(this._flags.last_token.text==="]"&&(j.text==="--"||j.text==="++")):this._flags.last_token.type===A.OPERATOR&&(Oe=P(j.text,["--","-","++","+"])&&P(this._flags.last_token.text,["--","-","++","+"]),P(j.text,["+","-"])&&P(this._flags.last_token.text,["--","++"])&&(Ge=!0)),(this._flags.mode===oe.BlockStatement&&!this._flags.inline_frame||this._flags.mode===oe.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||Oe,this.print_token(j),this._output.space_before_token=Ge},le.prototype.handle_block_comment=function(j,ie){if(this._output.raw){this._output.add_raw_token(j),j.directives&&j.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(j.directives){this.print_newline(!1,ie),this.print_token(j),j.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!m.newline.test(j.text)&&!j.newlines){this._output.space_before_token=!0,this.print_token(j),this._output.space_before_token=!0;return}else this.print_block_commment(j,ie)},le.prototype.print_block_commment=function(j,ie){var me=J(j.text),Te,Oe=!1,Ge=!1,Ue=j.whitespace_before,Mt=Ue.length;if(this.print_newline(!1,ie),this.print_token_line_indentation(j),this._output.add_token(me[0]),this.print_newline(!1,ie),me.length>1){for(me=me.slice(1),Oe=ee(me,"*"),Ge=Q(me,Ue),Oe&&(this._flags.alignment=1),Te=0;Te<me.length;Te++)Oe?(this.print_token_line_indentation(j),this._output.add_token(M(me[Te]))):Ge&&me[Te]?(this.print_token_line_indentation(j),this._output.add_token(me[Te].substring(Mt))):(this._output.current_line.set_indent(-1),this._output.add_token(me[Te])),this.print_newline(!1,ie);this._flags.alignment=0}},le.prototype.handle_comment=function(j,ie){j.newlines?this.print_newline(!1,ie):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(j),this.print_newline(!1,ie)},le.prototype.handle_dot=function(j){this.start_of_statement(j)||this.handle_whitespace_and_comments(j,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),G(this._flags.last_token,H)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(j,this._flags.last_token.text===")"&&this._options.break_chained_methods),this._options.unindent_chained_methods&&this._output.just_added_newline()&&this.deindent(),this.print_token(j)},le.prototype.handle_unknown=function(j,ie){this.print_token(j),j.text[j.text.length-1]===`
`&&this.print_newline(!1,ie)},le.prototype.handle_eof=function(j){for(;this._flags.mode===oe.Statement;)this.restore_mode();this.handle_whitespace_and_comments(j)},u.exports.Beautifier=le},function(u){function a(y){this.__parent=y,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var y=new a(this.__parent);return y.set_indent(this.__indent_count,this.__alignment_count),y},a.prototype.item=function(y){return y<0?this.__items[this.__items.length+y]:this.__items[y]},a.prototype.has_match=function(y){for(var m=this.__items.length-1;m>=0;m--)if(this.__items[m].match(y))return!0;return!1},a.prototype.set_indent=function(y,m){this.is_empty()&&(this.__indent_count=y||0,this.__alignment_count=m||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var y=this.__parent.current_line;return y.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),y.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),y.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,y.__items[0]===" "&&(y.__items.splice(0,1),y.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(y){this.__items.push(y);var m=y.lastIndexOf(`
`);m!==-1?this.__character_count=y.length-m:this.__character_count+=y.length},a.prototype.pop=function(){var y=null;return this.is_empty()||(y=this.__items.pop(),this.__character_count-=y.length),y},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var y="";return this.is_empty()?this.__parent.indent_empty_lines&&(y=this.__parent.get_indent_string(this.__indent_count)):(y=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),y+=this.__items.join("")),y};function x(y,m){this.__cache=[""],this.__indent_size=y.indent_size,this.__indent_string=y.indent_char,y.indent_with_tabs||(this.__indent_string=new Array(y.indent_size+1).join(y.indent_char)),m=m||"",y.indent_level>0&&(m=new Array(y.indent_level+1).join(this.__indent_string)),this.__base_string=m,this.__base_string_length=m.length}x.prototype.get_indent_size=function(y,m){var b=this.__base_string_length;return m=m||0,y<0&&(b=0),b+=y*this.__indent_size,b+=m,b},x.prototype.get_indent_string=function(y,m){var b=this.__base_string;return m=m||0,y<0&&(y=0,b=""),m+=y*this.__indent_size,this.__ensure_cache(m),b+=this.__cache[m],b},x.prototype.__ensure_cache=function(y){for(;y>=this.__cache.length;)this.__add_column()},x.prototype.__add_column=function(){var y=this.__cache.length,m=0,b="";this.__indent_size&&y>=this.__indent_size&&(m=Math.floor(y/this.__indent_size),y-=m*this.__indent_size,b=new Array(m+1).join(this.__indent_string)),y&&(b+=new Array(y+1).join(" ")),this.__cache.push(b)};function p(y,m){this.__indent_cache=new x(y,m),this.raw=!1,this._end_with_newline=y.end_with_newline,this.indent_size=y.indent_size,this.wrap_line_length=y.wrap_line_length,this.indent_empty_lines=y.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}p.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},p.prototype.get_line_number=function(){return this.__lines.length},p.prototype.get_indent_string=function(y,m){return this.__indent_cache.get_indent_string(y,m)},p.prototype.get_indent_size=function(y,m){return this.__indent_cache.get_indent_size(y,m)},p.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},p.prototype.add_new_line=function(y){return this.is_empty()||!y&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},p.prototype.get_code=function(y){this.trim(!0);var m=this.current_line.pop();m&&(m[m.length-1]===`
`&&(m=m.replace(/\n+$/g,"")),this.current_line.push(m)),this._end_with_newline&&this.__add_outputline();var b=this.__lines.join(`
`);return y!==`
`&&(b=b.replace(/[\n]/g,y)),b},p.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},p.prototype.set_indent=function(y,m){return y=y||0,m=m||0,this.next_line.set_indent(y,m),this.__lines.length>1?(this.current_line.set_indent(y,m),!0):(this.current_line.set_indent(),!1)},p.prototype.add_raw_token=function(y){for(var m=0;m<y.newlines;m++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(y.whitespace_before),this.current_line.push(y.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},p.prototype.add_token=function(y){this.__add_space_before_token(),this.current_line.push(y),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},p.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},p.prototype.remove_indent=function(y){for(var m=this.__lines.length;y<m;)this.__lines[y]._remove_indent(),y++;this.current_line._remove_wrap_indent()},p.prototype.trim=function(y){for(y=y===void 0?!1:y,this.current_line.trim();y&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},p.prototype.just_added_newline=function(){return this.current_line.is_empty()},p.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},p.prototype.ensure_empty_line_above=function(y,m){for(var b=this.__lines.length-2;b>=0;){var S=this.__lines[b];if(S.is_empty())break;if(S.item(0).indexOf(y)!==0&&S.item(-1)!==m){this.__lines.splice(b+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}b--}},u.exports.Output=p},function(u){function a(x,p,y,m){this.type=x,this.text=p,this.comments_before=null,this.newlines=y||0,this.whitespace_before=m||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}u.exports.Token=a},function(u,a){var x="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",p="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",y="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",m="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",b="\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}",S="(?:"+b+"|["+x+y+"])",D="(?:"+b+"|["+p+y+m+"])*";a.identifier=new RegExp(S+D,"g"),a.identifierStart=new RegExp(S),a.identifierMatch=new RegExp("(?:"+b+"|["+p+y+m+"])+");var R=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/;a.newline=/[\n\r\u2028\u2029]/,a.lineBreak=new RegExp(`\r
|`+a.newline.source),a.allLineBreaks=new RegExp(a.lineBreak.source,"g")},function(u,a,x){var p=x(6).Options,y=["before-newline","after-newline","preserve-newline"];function m(b){p.call(this,b,"js");var S=this.raw_options.brace_style||null;S==="expand-strict"?this.raw_options.brace_style="expand":S==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var D=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<D.length;R++)D[R]==="preserve-inline"?this.brace_preserve_inline=!0:this.brace_style=D[R];this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",y),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy&&(this.space_after_anon_function=!0)}m.prototype=new p,u.exports.Options=m},function(u){function a(y,m){this.raw_options=x(y,m),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(y,m){var b=this.raw_options[y],S=m||[];return typeof b=="object"?b!==null&&typeof b.concat=="function"&&(S=b.concat()):typeof b=="string"&&(S=b.split(/[^a-zA-Z0-9_\/\-]+/)),S},a.prototype._get_boolean=function(y,m){var b=this.raw_options[y],S=b===void 0?!!m:!!b;return S},a.prototype._get_characters=function(y,m){var b=this.raw_options[y],S=m||"";return typeof b=="string"&&(S=b.replace(/\\r/,"\r").replace(/\\n/,`
`).replace(/\\t/," ")),S},a.prototype._get_number=function(y,m){var b=this.raw_options[y];m=parseInt(m,10),isNaN(m)&&(m=0);var S=parseInt(b,10);return isNaN(S)&&(S=m),S},a.prototype._get_selection=function(y,m,b){var S=this._get_selection_list(y,m,b);if(S.length!==1)throw new Error("Invalid Option Value: The option '"+y+`' can only be one of the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S[0]},a.prototype._get_selection_list=function(y,m,b){if(!m||m.length===0)throw new Error("Selection list cannot be empty.");if(b=b||[m[0]],!this._is_valid_selection(b,m))throw new Error("Invalid Default Value!");var S=this._get_array(y,b);if(!this._is_valid_selection(S,m))throw new Error("Invalid Option Value: The option '"+y+`' can contain only the following values:
`+m+`
You passed in: '`+this.raw_options[y]+"'");return S},a.prototype._is_valid_selection=function(y,m){return y.length&&m.length&&!y.some(function(b){return m.indexOf(b)===-1})};function x(y,m){var b={};y=p(y);var S;for(S in y)S!==m&&(b[S]=y[S]);if(m&&y[m])for(S in y[m])b[S]=y[m][S];return b}function p(y){var m={},b;for(b in y){var S=b.replace(/-/g,"_");m[S]=y[b]}return m}u.exports.Options=a,u.exports.normalizeOpts=p,u.exports.mergeOpts=x},function(u,a,x){var p=x(8).InputScanner,y=x(9).Tokenizer,m=x(9).TOKEN,b=x(13).Directives,S=x(4),D=x(12).Pattern,R=x(14).TemplatablePattern;function A(ee,Q){return Q.indexOf(ee)!==-1}var P={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]/,G=/[^\d\.]/,H=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),W=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";W=W.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),W="\\?\\.(?!\\d) "+W,W=W.replace(/ /g,"|");var ae=new RegExp(W),ne="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),oe=ne.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),q=new RegExp("^(?:"+oe.join("|")+")$"),J,K=function(ee,Q){y.call(this,ee,Q),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var le=new D(this._input),$=new R(this._input).read_options(this._options);this.__patterns={template:$,identifier:$.starting_with(S.identifier).matching(S.identifierMatch),number:le.matching(B),punct:le.matching(ae),comment:le.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:le.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:le.matching(/<!--/),html_comment_end:le.matching(/-->/),include:le.starting_with(/#include/).until_after(S.lineBreak),shebang:le.starting_with(/#!/).until_after(S.lineBreak),xml:le.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:$.until(/['\\\n\r\u2028\u2029]/),double_quote:$.until(/["\\\n\r\u2028\u2029]/),template_text:$.until(/[`\\$]/),template_expression:$.until(/[`}\\]/)}};K.prototype=new y,K.prototype._is_comment=function(ee){return ee.type===P.COMMENT||ee.type===P.BLOCK_COMMENT||ee.type===P.UNKNOWN},K.prototype._is_opening=function(ee){return ee.type===P.START_BLOCK||ee.type===P.START_EXPR},K.prototype._is_closing=function(ee,Q){return(ee.type===P.END_BLOCK||ee.type===P.END_EXPR)&&Q&&(ee.text==="]"&&Q.text==="["||ee.text===")"&&Q.text==="("||ee.text==="}"&&Q.text==="{")},K.prototype._reset=function(){J=!1},K.prototype._get_next_token=function(ee,Q){var le=null;this._readWhitespace();var $=this._input.peek();return $===null?this._create_token(P.EOF,""):(le=le||this._read_non_javascript($),le=le||this._read_string($),le=le||this._read_pair($,this._input.peek(1)),le=le||this._read_word(ee),le=le||this._read_singles($),le=le||this._read_comment($),le=le||this._read_regexp($,ee),le=le||this._read_xml($,ee),le=le||this._read_punctuation(),le=le||this._create_token(P.UNKNOWN,this._input.next()),le)},K.prototype._read_word=function(ee){var Q;if(Q=this.__patterns.identifier.read(),Q!=="")return Q=Q.replace(S.allLineBreaks,`
`),!(ee.type===P.DOT||ee.type===P.RESERVED&&(ee.text==="set"||ee.text==="get"))&&q.test(Q)?(Q==="in"||Q==="of")&&(ee.type===P.WORD||ee.type===P.STRING)?this._create_token(P.OPERATOR,Q):this._create_token(P.RESERVED,Q):this._create_token(P.WORD,Q);if(Q=this.__patterns.number.read(),Q!=="")return this._create_token(P.WORD,Q)},K.prototype._read_singles=function(ee){var Q=null;return ee==="("||ee==="["?Q=this._create_token(P.START_EXPR,ee):ee===")"||ee==="]"?Q=this._create_token(P.END_EXPR,ee):ee==="{"?Q=this._create_token(P.START_BLOCK,ee):ee==="}"?Q=this._create_token(P.END_BLOCK,ee):ee===";"?Q=this._create_token(P.SEMICOLON,ee):ee==="."&&G.test(this._input.peek(1))?Q=this._create_token(P.DOT,ee):ee===","&&(Q=this._create_token(P.COMMA,ee)),Q&&this._input.next(),Q},K.prototype._read_pair=function(ee,Q){var le=null;return ee==="#"&&Q==="{"&&(le=this._create_token(P.START_BLOCK,ee+Q)),le&&(this._input.next(),this._input.next()),le},K.prototype._read_punctuation=function(){var ee=this.__patterns.punct.read();if(ee!=="")return ee==="="?this._create_token(P.EQUALS,ee):ee==="?."?this._create_token(P.DOT,ee):this._create_token(P.OPERATOR,ee)},K.prototype._read_non_javascript=function(ee){var Q="";if(ee==="#"){if(this._is_first_token()&&(Q=this.__patterns.shebang.read(),Q))return this._create_token(P.UNKNOWN,Q.trim()+`
`);if(Q=this.__patterns.include.read(),Q)return this._create_token(P.UNKNOWN,Q.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(P.WORD,le)}this._input.back()}else if(ee==="<"&&this._is_first_token()){if(Q=this.__patterns.html_comment_start.read(),Q){for(;this._input.hasNext()&&!this._input.testChar(S.newline);)Q+=this._input.next();return J=!0,this._create_token(P.COMMENT,Q)}}else if(J&&ee==="-"&&(Q=this.__patterns.html_comment_end.read(),Q))return J=!1,this._create_token(P.COMMENT,Q);return null},K.prototype._read_comment=function(ee){var Q=null;if(ee==="/"){var le="";if(this._input.peek(1)==="*"){le=this.__patterns.block_comment.read();var $=M.get_directives(le);$&&$.ignore==="start"&&(le+=M.readIgnored(this._input)),le=le.replace(S.allLineBreaks,`
`),Q=this._create_token(P.BLOCK_COMMENT,le),Q.directives=$}else this._input.peek(1)==="/"&&(le=this.__patterns.comment.read(),Q=this._create_token(P.COMMENT,le))}return Q},K.prototype._read_string=function(ee){if(ee==="`"||ee==="'"||ee==='"'){var Q=this._input.next();return this.has_char_escapes=!1,ee==="`"?Q+=this._read_string_recursive("`",!0,"${"):Q+=this._read_string_recursive(ee),this.has_char_escapes&&this._options.unescape_strings&&(Q=se(Q)),this._input.peek()===ee&&(Q+=this._input.next()),Q=Q.replace(S.allLineBreaks,`
`),this._create_token(P.STRING,Q)}return null},K.prototype._allow_regexp_or_xml=function(ee){return ee.type===P.RESERVED&&A(ee.text,["return","case","throw","else","do","typeof","yield"])||ee.type===P.END_EXPR&&ee.text===")"&&ee.opened.previous.type===P.RESERVED&&A(ee.opened.previous.text,["if","while","for"])||A(ee.type,[P.COMMENT,P.START_EXPR,P.START_BLOCK,P.START,P.END_BLOCK,P.OPERATOR,P.EQUALS,P.EOF,P.SEMICOLON,P.COMMA])},K.prototype._read_regexp=function(ee,Q){if(ee==="/"&&this._allow_regexp_or_xml(Q)){for(var le=this._input.next(),$=!1,j=!1;this._input.hasNext()&&($||j||this._input.peek()!==ee)&&!this._input.testChar(S.newline);)le+=this._input.peek(),$?$=!1:($=this._input.peek()==="\\",this._input.peek()==="["?j=!0:this._input.peek()==="]"&&(j=!1)),this._input.next();return this._input.peek()===ee&&(le+=this._input.next(),le+=this._input.read(S.identifier)),this._create_token(P.STRING,le)}return null},K.prototype._read_xml=function(ee,Q){if(this._options.e4x&&ee==="<"&&this._allow_regexp_or_xml(Q)){var le="",$=this.__patterns.xml.read_match();if($){for(var j=$[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),ie=j.indexOf("{")===0,me=0;$;){var Te=!!$[1],Oe=$[2],Ge=!!$[$.length-1]||Oe.slice(0,8)==="![CDATA[";if(!Ge&&(Oe===j||ie&&Oe.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(Te?--me:++me),le+=$[0],me<=0)break;$=this.__patterns.xml.read_match()}return $||(le+=this._input.match(/[\s\S]*/g)[0]),le=le.replace(S.allLineBreaks,`
`),this._create_token(P.STRING,le)}}return null};function se(ee){for(var Q="",le=0,$=new p(ee),j=null;$.hasNext();)if(j=$.match(/([\s]|[^\\]|\\\\)+/g),j&&(Q+=j[0]),$.peek()==="\\"){if($.next(),$.peek()==="x")j=$.match(/x([0-9A-Fa-f]{2})/g);else if($.peek()==="u")j=$.match(/u([0-9A-Fa-f]{4})/g),j||(j=$.match(/u\{([0-9A-Fa-f]+)\}/g));else{Q+="\\",$.hasNext()&&(Q+=$.next());continue}if(!j||(le=parseInt(j[1],16),le>126&&le<=255&&j[0].indexOf("x")===0))return ee;le>=0&&le<32||le>1114111?Q+="\\"+j[0]:le===34||le===39||le===92?Q+="\\"+String.fromCharCode(le):Q+=String.fromCharCode(le)}return Q}K.prototype._read_string_recursive=function(ee,Q,le){var $,j;ee==="'"?j=this.__patterns.single_quote:ee==='"'?j=this.__patterns.double_quote:ee==="`"?j=this.__patterns.template_text:ee==="}"&&(j=this.__patterns.template_expression);for(var ie=j.read(),me="";this._input.hasNext();){if(me=this._input.next(),me===ee||!Q&&S.newline.test(me)){this._input.back();break}else me==="\\"&&this._input.hasNext()?($=this._input.peek(),$==="x"||$==="u"?this.has_char_escapes=!0:$==="\r"&&this._input.peek(1)===`
`&&this._input.next(),me+=this._input.next()):le&&(le==="${"&&me==="$"&&this._input.peek()==="{"&&(me+=this._input.next()),le===me&&(ee==="`"?me+=this._read_string_recursive("}",Q,"`"):me+=this._read_string_recursive("`",Q,"${"),this._input.hasNext()&&(me+=this._input.next())));me+=j.read(),ie+=me}return ie},u.exports.Tokenizer=K,u.exports.TOKEN=P,u.exports.positionable_operators=H.slice(),u.exports.line_starters=ne.slice()},function(u){var a=RegExp.prototype.hasOwnProperty("sticky");function x(p){this.__input=p||"",this.__input_length=this.__input.length,this.__position=0}x.prototype.restart=function(){this.__position=0},x.prototype.back=function(){this.__position>0&&(this.__position-=1)},x.prototype.hasNext=function(){return this.__position<this.__input_length},x.prototype.next=function(){var p=null;return this.hasNext()&&(p=this.__input.charAt(this.__position),this.__position+=1),p},x.prototype.peek=function(p){var y=null;return p=p||0,p+=this.__position,p>=0&&p<this.__input_length&&(y=this.__input.charAt(p)),y},x.prototype.__match=function(p,y){p.lastIndex=y;var m=p.exec(this.__input);return m&&!(a&&p.sticky)&&m.index!==y&&(m=null),m},x.prototype.test=function(p,y){return y=y||0,y+=this.__position,y>=0&&y<this.__input_length?!!this.__match(p,y):!1},x.prototype.testChar=function(p,y){var m=this.peek(y);return p.lastIndex=0,m!==null&&p.test(m)},x.prototype.match=function(p){var y=this.__match(p,this.__position);return y?this.__position+=y[0].length:y=null,y},x.prototype.read=function(p,y,m){var b="",S;return p&&(S=this.match(p),S&&(b+=S[0])),y&&(S||!p)&&(b+=this.readUntil(y,m)),b},x.prototype.readUntil=function(p,y){var m="",b=this.__position;p.lastIndex=this.__position;var S=p.exec(this.__input);return S?(b=S.index,y&&(b+=S[0].length)):b=this.__input_length,m=this.__input.substring(this.__position,b),this.__position=b,m},x.prototype.readUntilAfter=function(p){return this.readUntil(p,!0)},x.prototype.get_regexp=function(p,y){var m=null,b="g";return y&&a&&(b="y"),typeof p=="string"&&p!==""?m=new RegExp(p,b):p&&(m=new RegExp(p.source,b)),m},x.prototype.get_literal_regexp=function(p){return RegExp(p.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},x.prototype.peekUntilAfter=function(p){var y=this.__position,m=this.readUntilAfter(p);return this.__position=y,m},x.prototype.lookBack=function(p){var y=this.__position-1;return y>=p.length&&this.__input.substring(y-p.length,y).toLowerCase()===p},u.exports.InputScanner=x},function(u,a,x){var p=x(8).InputScanner,y=x(3).Token,m=x(10).TokenStream,b=x(11).WhitespacePattern,S={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},D=function(R,A){this._input=new p(R),this._options=A||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new b(this._input)};D.prototype.tokenize=function(){this._input.restart(),this.__tokens=new m,this._reset();for(var R,A=new y(S.START,""),P=null,M=[],B=new m;A.type!==S.EOF;){for(R=this._get_next_token(A,P);this._is_comment(R);)B.add(R),R=this._get_next_token(A,P);B.isEmpty()||(R.comments_before=B,B=new m),R.parent=P,this._is_opening(R)?(M.push(P),P=R):P&&this._is_closing(R,P)&&(R.opened=P,P.closed=R,P=M.pop(),R.parent=P),R.previous=A,A.next=R,this.__tokens.add(R),A=R}return this.__tokens},D.prototype._is_first_token=function(){return this.__tokens.isEmpty()},D.prototype._reset=function(){},D.prototype._get_next_token=function(R,A){this._readWhitespace();var P=this._input.read(/.+/g);return P?this._create_token(S.RAW,P):this._create_token(S.EOF,"")},D.prototype._is_comment=function(R){return!1},D.prototype._is_opening=function(R){return!1},D.prototype._is_closing=function(R,A){return!1},D.prototype._create_token=function(R,A){var P=new y(R,A,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return P},D.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},u.exports.Tokenizer=D,u.exports.TOKEN=S},function(u){function a(x){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=x}a.prototype.restart=function(){this.__position=0},a.prototype.isEmpty=function(){return this.__tokens_length===0},a.prototype.hasNext=function(){return this.__position<this.__tokens_length},a.prototype.next=function(){var x=null;return this.hasNext()&&(x=this.__tokens[this.__position],this.__position+=1),x},a.prototype.peek=function(x){var p=null;return x=x||0,x+=this.__position,x>=0&&x<this.__tokens_length&&(p=this.__tokens[x]),p},a.prototype.add=function(x){this.__parent_token&&(x.parent=this.__parent_token),this.__tokens.push(x),this.__tokens_length+=1},u.exports.TokenStream=a},function(u,a,x){var p=x(12).Pattern;function y(m,b){p.call(this,m,b),b?this._line_regexp=this._input.get_regexp(b._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}y.prototype=new p,y.prototype.__set_whitespace_patterns=function(m,b){m+="\\t ",b+="\\n\\r",this._match_pattern=this._input.get_regexp("["+m+b+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+b+"]")},y.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var m=this._input.read(this._match_pattern);if(m===" ")this.whitespace_before_token=" ";else if(m){var b=this.__split(this._newline_regexp,m);this.newline_count=b.length-1,this.whitespace_before_token=b[this.newline_count]}return m},y.prototype.matching=function(m,b){var S=this._create();return S.__set_whitespace_patterns(m,b),S._update(),S},y.prototype._create=function(){return new y(this._input,this)},y.prototype.__split=function(m,b){m.lastIndex=0;for(var S=0,D=[],R=m.exec(b);R;)D.push(b.substring(S,R.index)),S=R.index+R[0].length,R=m.exec(b);return S<b.length?D.push(b.substring(S,b.length)):D.push(""),D},u.exports.WhitespacePattern=y},function(u){function a(x,p){this._input=x,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,p&&(this._starting_pattern=this._input.get_regexp(p._starting_pattern,!0),this._match_pattern=this._input.get_regexp(p._match_pattern,!0),this._until_pattern=this._input.get_regexp(p._until_pattern),this._until_after=p._until_after)}a.prototype.read=function(){var x=this._input.read(this._starting_pattern);return(!this._starting_pattern||x)&&(x+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),x},a.prototype.read_match=function(){return this._input.match(this._match_pattern)},a.prototype.until_after=function(x){var p=this._create();return p._until_after=!0,p._until_pattern=this._input.get_regexp(x),p._update(),p},a.prototype.until=function(x){var p=this._create();return p._until_after=!1,p._until_pattern=this._input.get_regexp(x),p._update(),p},a.prototype.starting_with=function(x){var p=this._create();return p._starting_pattern=this._input.get_regexp(x,!0),p._update(),p},a.prototype.matching=function(x){var p=this._create();return p._match_pattern=this._input.get_regexp(x,!0),p._update(),p},a.prototype._create=function(){return new a(this._input,this)},a.prototype._update=function(){},u.exports.Pattern=a},function(u){function a(x,p){x=typeof x=="string"?x:x.source,p=typeof p=="string"?p:p.source,this.__directives_block_pattern=new RegExp(x+/ beautify( \w+[:]\w+)+ /.source+p,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(x+/\sbeautify\signore:end\s/.source+p,"g")}a.prototype.get_directives=function(x){if(!x.match(this.__directives_block_pattern))return null;var p={};this.__directive_pattern.lastIndex=0;for(var y=this.__directive_pattern.exec(x);y;)p[y[1]]=y[2],y=this.__directive_pattern.exec(x);return p},a.prototype.readIgnored=function(x){return x.readUntilAfter(this.__directives_end_ignore_pattern)},u.exports.Directives=a},function(u,a,x){var p=x(12).Pattern,y={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};function m(b,S){p.call(this,b,S),this.__template_pattern=null,this._disabled=Object.assign({},y),this._excluded=Object.assign({},y),S&&(this.__template_pattern=this._input.get_regexp(S.__template_pattern),this._excluded=Object.assign(this._excluded,S._excluded),this._disabled=Object.assign(this._disabled,S._disabled));var D=new p(b);this.__patterns={handlebars_comment:D.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:D.starting_with(/{{{/).until_after(/}}}/),handlebars:D.starting_with(/{{/).until_after(/}}/),php:D.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:D.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:D.starting_with(/{%/).until_after(/%}/),django_value:D.starting_with(/{{/).until_after(/}}/),django_comment:D.starting_with(/{#/).until_after(/#}/),smarty:D.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:D.starting_with(/{\*/).until_after(/\*}/),smarty_literal:D.starting_with(/{literal}/).until_after(/{\/literal}/)}}m.prototype=new p,m.prototype._create=function(){return new m(this._input,this)},m.prototype._update=function(){this.__set_templated_pattern()},m.prototype.disable=function(b){var S=this._create();return S._disabled[b]=!0,S._update(),S},m.prototype.read_options=function(b){var S=this._create();for(var D in y)S._disabled[D]=b.templating.indexOf(D)===-1;return S._update(),S},m.prototype.exclude=function(b){var S=this._create();return S._excluded[b]=!0,S._update(),S},m.prototype.read=function(){var b="";this._match_pattern?b=this._input.read(this._starting_pattern):b=this._input.read(this._starting_pattern,this.__template_pattern);for(var S=this._read_template();S;)this._match_pattern?S+=this._input.read(this._match_pattern):S+=this._input.readUntil(this.__template_pattern),b+=S,S=this._read_template();return this._until_after&&(b+=this._input.readUntilAfter(this._until_pattern)),b},m.prototype.__set_templated_pattern=function(){var b=[];this._disabled.php||b.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||b.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.angular||b.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||b.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(b.push(this.__patterns.django._starting_pattern.source),b.push(this.__patterns.django_value._starting_pattern.source),b.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||b.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&b.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+b.join("|")+")")},m.prototype._read_template=function(){var b="",S=this._input.peek();if(S==="<"){var D=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&D==="?"&&(b=b||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&D==="%"&&(b=b||this.__patterns.erb.read())}else S==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(b=b||this.__patterns.handlebars_comment.read(),b=b||this.__patterns.handlebars_unescaped.read(),b=b||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(b=b||this.__patterns.django_value.read()),this._excluded.django||(b=b||this.__patterns.django_comment.read(),b=b||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(b=b||this.__patterns.smarty_comment.read(),b=b||this.__patterns.smarty_literal.read(),b=b||this.__patterns.smarty.read()));return b},u.exports.TemplatablePattern=m}],f={};function o(u){var a=f[u];if(a!==void 0)return a.exports;var x=f[u]={exports:{}};return c[u](x,x.exports,o),x.exports}var h=o(0);i=h})();var l=i;e=[],r=function(){return{js_beautify:l}}.apply(_,e),r!==void 0&&(d.exports=r)})()},15342:function(d){(function(e,r){d.exports=r()})(typeof self!="undefined"?self:this,function(){return function(_){var e={};function r(i){if(e[i])return e[i].exports;var l=e[i]={i,l:!1,exports:{}};return _[i].call(l.exports,l,l.exports,r),l.l=!0,l.exports}return r.m=_,r.c=e,r.d=function(i,l,c){r.o(i,l)||Object.defineProperty(i,l,{enumerable:!0,get:c})},r.r=function(i){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})},r.t=function(i,l){if(l&1&&(i=r(i)),l&8||l&4&&typeof i=="object"&&i&&i.__esModule)return i;var c=Object.create(null);if(r.r(c),Object.defineProperty(c,"default",{enumerable:!0,value:i}),l&2&&typeof i!="string")for(var f in i)r.d(c,f,function(o){return i[o]}.bind(null,f));return c},r.n=function(i){var l=i&&i.__esModule?function(){return i.default}:function(){return i};return r.d(l,"a",l),l},r.o=function(i,l){return Object.prototype.hasOwnProperty.call(i,l)},r.p="",r(r.s=1)}([function(_,e,r){},function(_,e,r){"use strict";r.r(e);var i=r(0),l=function(){function Ve(Z,Y,te){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=Z,this.start=Y,this.end=te}return Ve.range=function(Y,te){return te?!Y||!Y.loc||!te.loc||Y.loc.lexer!==te.loc.lexer?null:new Ve(Y.loc.lexer,Y.loc.start,te.loc.end):Y&&Y.loc},Ve}(),c=function(){function Ve(Y,te){this.text=void 0,this.loc=void 0,this.text=Y,this.loc=te}var Z=Ve.prototype;return Z.range=function(te,de){return new Ve(de,l.range(this,te))},Ve}(),f=function Ve(Z,Y){this.position=void 0;var te="KaTeX parse error: "+Z,de,Ae=Y&&Y.loc;if(Ae&&Ae.start<=Ae.end){var Ye=Ae.lexer.input;de=Ae.start;var Pt=Ae.end;de===Ye.length?te+=" at end of input: ":te+=" at position "+(de+1)+": ";var $t=Ye.slice(de,Pt).replace(/[^]/g,"$&\u0332"),nr;de>15?nr="\u2026"+Ye.slice(de-15,de):nr=Ye.slice(0,de);var Dt;Pt+15<Ye.length?Dt=Ye.slice(Pt,Pt+15)+"\u2026":Dt=Ye.slice(Pt),te+=nr+$t+Dt}var Wr=new Error(te);return Wr.name="ParseError",Wr.__proto__=Ve.prototype,Wr.position=de,Wr};f.prototype.__proto__=Error.prototype;var o=f,h=function(Z,Y){return Z.indexOf(Y)!==-1},u=function(Z,Y){return Z===void 0?Y:Z},a=/([A-Z])/g,x=function(Z){return Z.replace(a,"-$1").toLowerCase()},p={"&":"&amp;",">":"&gt;","<":"&lt;",'"':"&quot;","'":"&#x27;"},y=/[&><"']/g;function m(Ve){return String(Ve).replace(y,function(Z){return p[Z]})}var b=function Ve(Z){return Z.type==="ordgroup"||Z.type==="color"?Z.body.length===1?Ve(Z.body[0]):Z:Z.type==="font"?Ve(Z.body):Z},S=function(Z){var Y=b(Z);return Y.type==="mathord"||Y.type==="textord"||Y.type==="atom"},D=function(Z){if(!Z)throw new Error("Expected non-null, but got "+String(Z));return Z},R=function(Z){var Y=/^\s*([^\\/#]*?)(?::|&#0*58|&#x0*3a)/i.exec(Z);return Y!=null?Y[1]:"_relative"},A={contains:h,deflt:u,escape:m,hyphenate:x,getBaseElem:b,isCharacterBox:S,protocolFromUrl:R},P=function(){function Ve(Y){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,Y=Y||{},this.displayMode=A.deflt(Y.displayMode,!1),this.output=A.deflt(Y.output,"htmlAndMathml"),this.leqno=A.deflt(Y.leqno,!1),this.fleqn=A.deflt(Y.fleqn,!1),this.throwOnError=A.deflt(Y.throwOnError,!0),this.errorColor=A.deflt(Y.errorColor,"#cc0000"),this.macros=Y.macros||{},this.minRuleThickness=Math.max(0,A.deflt(Y.minRuleThickness,0)),this.colorIsTextColor=A.deflt(Y.colorIsTextColor,!1),this.strict=A.deflt(Y.strict,"warn"),this.trust=A.deflt(Y.trust,!1),this.maxSize=Math.max(0,A.deflt(Y.maxSize,1/0)),this.maxExpand=Math.max(0,A.deflt(Y.maxExpand,1e3))}var Z=Ve.prototype;return Z.reportNonstrict=function(te,de,Ae){var Ye=this.strict;if(typeof Ye=="function"&&(Ye=Ye(te,de,Ae)),!(!Ye||Ye==="ignore")){if(Ye===!0||Ye==="error")throw new o("LaTeX-incompatible input and strict mode is set to 'error': "+(de+" ["+te+"]"),Ae);Ye==="warn"?typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(de+" ["+te+"]")):typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ye+"': "+de+" ["+te+"]"))}},Z.useStrictBehavior=function(te,de,Ae){var Ye=this.strict;if(typeof Ye=="function")try{Ye=Ye(te,de,Ae)}catch(Pt){Ye="error"}return!Ye||Ye==="ignore"?!1:Ye===!0||Ye==="error"?!0:Ye==="warn"?(typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(de+" ["+te+"]")),!1):(typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ye+"': "+de+" ["+te+"]")),!1)},Z.isTrusted=function(te){te.url&&!te.protocol&&(te.protocol=A.protocolFromUrl(te.url));var de=typeof this.trust=="function"?this.trust(te):this.trust;return!!de},Ve}(),M=function(){function Ve(Y,te,de){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=Y,this.size=te,this.cramped=de}var Z=Ve.prototype;return Z.sup=function(){return q[J[this.id]]},Z.sub=function(){return q[K[this.id]]},Z.fracNum=function(){return q[se[this.id]]},Z.fracDen=function(){return q[ee[this.id]]},Z.cramp=function(){return q[Q[this.id]]},Z.text=function(){return q[le[this.id]]},Z.isTight=function(){return this.size>=2},Ve}(),B=0,N=1,G=2,H=3,W=4,ae=5,ne=6,oe=7,q=[new M(B,0,!1),new M(N,0,!0),new M(G,1,!1),new M(H,1,!0),new M(W,2,!1),new M(ae,2,!0),new M(ne,3,!1),new M(oe,3,!0)],J=[W,ae,W,ae,ne,oe,ne,oe],K=[ae,ae,ae,ae,oe,oe,oe,oe],se=[G,H,W,ae,ne,oe,ne,oe],ee=[H,H,ae,ae,oe,oe,oe,oe],Q=[N,N,H,H,ae,ae,oe,oe],le=[B,N,G,H,G,H,G,H],$={DISPLAY:q[B],TEXT:q[G],SCRIPT:q[W],SCRIPTSCRIPT:q[ne]},j=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function ie(Ve){for(var Z=0;Z<j.length;Z++)for(var Y=j[Z],te=0;te<Y.blocks.length;te++){var de=Y.blocks[te];if(Ve>=de[0]&&Ve<=de[1])return Y.name}return null}var me=[];j.forEach(function(Ve){return Ve.blocks.forEach(function(Z){return me.push.apply(me,Z)})});function Te(Ve){for(var Z=0;Z<me.length;Z+=2)if(Ve>=me[Z]&&Ve<=me[Z+1])return!0;return!1}var Oe=80,Ge=function(Z,Y){return"M95,"+(622+Z+Y)+`
c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10
s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429
c69,-144,104.5,-217.7,106.5,-221
l`+Z/2.075+" -"+Z+`
c5.3,-9.3,12,-14,20,-14
H400000v`+(40+Z)+`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+Z)+" "+Y+"h400000v"+(40+Z)+"h-400000z"},Ue=function(Z,Y){return"M263,"+(601+Z+Y)+`c0.7,0,18,39.7,52,119
c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
c340,-704.7,510.7,-1060.3,512,-1067
l`+Z/2.084+" -"+Z+`
c4.7,-7.3,11,-11,19,-11
H40000v`+(40+Z)+`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+Z)+" "+Y+"h400000v"+(40+Z)+"h-400000z"},Mt=function(Z,Y){return"M983 "+(10+Z+Y)+`
l`+Z/3.13+" -"+Z+`
c4,-6.7,10,-10,18,-10 H400000v`+(40+Z)+`
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+Z)+" "+Y+"h400000v"+(40+Z)+"h-400000z"},yt=function(Z,Y){return"M424,"+(2398+Z+Y)+`
c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514
c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20
s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121
s209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081
l`+Z/4.223+" -"+Z+`c4,-6.7,10,-10,18,-10 H400000
v`+(40+Z)+`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+Z)+" "+Y+`
h400000v`+(40+Z)+"h-400000z"},kt=function(Z,Y){return"M473,"+(2713+Z+Y)+`
c339.3,-1799.3,509.3,-2700,510,-2702 l`+Z/5.298+" -"+Z+`
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+Z)+`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+Z)+" "+Y+"h400000v"+(40+Z)+"H1017.7z"},Zt=function(Z,Y,te){var de=te-54-Y-Z;return"M702 "+(Z+Y)+"H400000"+(40+Z)+`
H742v`+de+`l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1
h-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170
c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
219 661 l218 661zM702 `+Y+"H400000v"+(40+Z)+"H742z"},Ft=function(Z,Y,te){Y=1e3*Y;var de="";switch(Z){case"sqrtMain":de=Ge(Y,Oe);break;case"sqrtSize1":de=Ue(Y,Oe);break;case"sqrtSize2":de=Mt(Y,Oe);break;case"sqrtSize3":de=yt(Y,Oe);break;case"sqrtSize4":de=kt(Y,Oe);break;case"sqrtTall":de=Zt(Y,Oe,te)}return de},tr={doubleleftarrow:`M262 157
l10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3
0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28
14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5
c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87
-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7
-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z
m8 0v40h399730v-40zm0 194v40h399730v-40z`,doublerightarrow:`M399738 392l
-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5
14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88
-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68
-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18
-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782
c-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3
-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z`,leftarrow:`M400000 241H110l3-3c68.7-52.7 113.7-120
135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8
-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247
c-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208
490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3
1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202
l-3-3h399890zM100 241v40h399900v-40z`,leftbrace:`M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117
-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7
5-6 9-10 13-.7 1-7.3 1-20 1H6z`,leftbraceunder:`M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13
35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688
0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7
-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z`,leftgroup:`M400000 80
H435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0
435 0h399565z`,leftgroupunder:`M400000 262
H435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219
435 219h399565z`,leftharpoon:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3
-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5
-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7
-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z`,leftharpoonplus:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5
20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3
-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7
-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z
m0 0v40h400000v-40z`,leftharpoondown:`M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333
5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5
1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667
-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z`,leftharpoondownplus:`M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12
10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7
-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0
v40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z`,lefthook:`M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5
-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3
-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21
71.5 23h399859zM103 281v-40h399897v40z`,leftlinesegment:`M40 281 V428 H0 V94 H40 V241 H400000 v40z
M40 281 V428 H0 V94 H40 V241 H400000 v40z`,leftmapsto:`M40 281 V448H0V74H40V241H400000v40z
M40 281 V448H0V74H40V241H400000v40z`,leftToFrom:`M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23
-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8
c28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3
68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z`,longequal:`M0 50 h400000 v40H0z m0 194h40000v40H0z
M0 50 h400000 v40H0z m0 194h40000v40H0z`,midbrace:`M200428 334
c-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14
-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7
311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11
12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z`,midbraceunder:`M199572 214
c100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14
53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3
11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0
-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z`,oiintSize1:`M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6
-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z
m368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8
60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z`,oiintSize2:`M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8
-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z
m502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2
c0 110 84 276 504 276s502.4-166 502.4-276z`,oiiintSize1:`M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6
-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z
m525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0
85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z`,oiiintSize2:`M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8
-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z
m770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1
c0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z`,rightarrow:`M0 241v40h399891c-47.3 35.3-84 78-110 128
-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20
11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7
39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85
-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205zm0 0v40h399900v-40z`,rightbrace:`M400000 542l
-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5
s-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1
c124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z`,rightbraceunder:`M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3
28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237
-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z`,rightgroup:`M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0
3-1 3-3v-38c-76-158-257-219-435-219H0z`,rightgroupunder:`M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18
0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z`,rightharpoon:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3
-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2
-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58
69.2 92 94.5zm0 0v40h399900v-40z`,rightharpoonplus:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11
-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7
2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z
m0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z`,rightharpoondown:`M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8
8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5
-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95
-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z`,rightharpoondownplus:`M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8
15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3
8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3
-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z
m0-194v40h400000v-40zm0 0v40h400000v-40z`,righthook:`M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3
15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0
-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21
66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z`,rightlinesegment:`M399960 241 V94 h40 V428 h-40 V281 H0 v-40z
M399960 241 V94 h40 V428 h-40 V281 H0 v-40z`,rightToFrom:`M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23
1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32
-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142
-167z M100 147v40h399900v-40zM0 341v40h399900v-40z`,twoheadleftarrow:`M0 167c68 40
115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69
-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3
-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19
-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101
10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z`,twoheadrightarrow:`M400000 167
c-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3
41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42
18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333
-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70
101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z`,tilde1:`M200 55.538c-77 0-168 73.953-177 73.953-3 0-7
-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0
114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0
4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128
-68.267.847-113-73.952-191-73.952z`,tilde2:`M344 55.266c-142 0-300.638 81.316-311.5 86.418
-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9
31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114
c1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751
181.476 676 181.476c-149 0-189-126.21-332-126.21z`,tilde3:`M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457
-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0
411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697
16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696
-338 0-409-156.573-744-156.573z`,tilde4:`M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345
-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409
177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9
14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409
-175.236-744-175.236z`,vec:`M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5
3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63
-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1
-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59
H213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359
c-16-25.333-24-45-24-59z`,widehat1:`M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22
c-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z`,widehat2:`M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat3:`M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat4:`M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10
-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widecheck1:`M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,
-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z`,widecheck2:`M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck3:`M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck4:`M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,baraboveleftarrow:`M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202
c4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5
c-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130
s-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47
121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6
s2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11
c0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z
M100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z`,rightarrowabovebar:`M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32
-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0
13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39
-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5
-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z`,baraboveshortleftharpoon:`M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17
c2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21
c-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40
c-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z
M0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z`,rightharpoonaboveshortbar:`M0,241 l0,40c399126,0,399993,0,399993,0
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
M0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z`,shortbaraboveleftharpoon:`M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,
1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,
-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z
M93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z`,shortrightharpoonabovebar:`M53,241l0,40c398570,0,399437,0,399437,0
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
M500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z`},ze=function(){function Ve(Y){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=Y,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var Z=Ve.prototype;return Z.hasClass=function(te){return A.contains(this.classes,te)},Z.toNode=function(){for(var te=document.createDocumentFragment(),de=0;de<this.children.length;de++)te.appendChild(this.children[de].toNode());return te},Z.toMarkup=function(){for(var te="",de=0;de<this.children.length;de++)te+=this.children[de].toMarkup();return te},Z.toText=function(){var te=function(Ae){return Ae.toText()};return this.children.map(te).join("")},Ve}(),wt=function(Z){return Z.filter(function(Y){return Y}).join(" ")},Bt=function(Z,Y,te){if(this.classes=Z||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=te||{},Y){Y.style.isTight()&&this.classes.push("mtight");var de=Y.getColor();de&&(this.style.color=de)}},nt=function(Z){var Y=document.createElement(Z);Y.className=wt(this.classes);for(var te in this.style)this.style.hasOwnProperty(te)&&(Y.style[te]=this.style[te]);for(var de in this.attributes)this.attributes.hasOwnProperty(de)&&Y.setAttribute(de,this.attributes[de]);for(var Ae=0;Ae<this.children.length;Ae++)Y.appendChild(this.children[Ae].toNode());return Y},_t=function(Z){var Y="<"+Z;this.classes.length&&(Y+=' class="'+A.escape(wt(this.classes))+'"');var te="";for(var de in this.style)this.style.hasOwnProperty(de)&&(te+=A.hyphenate(de)+":"+this.style[de]+";");te&&(Y+=' style="'+A.escape(te)+'"');for(var Ae in this.attributes)this.attributes.hasOwnProperty(Ae)&&(Y+=" "+Ae+'="'+A.escape(this.attributes[Ae])+'"');Y+=">";for(var Ye=0;Ye<this.children.length;Ye++)Y+=this.children[Ye].toMarkup();return Y+="</"+Z+">",Y},ht=function(){function Ve(Y,te,de,Ae){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,Bt.call(this,Y,de,Ae),this.children=te||[]}var Z=Ve.prototype;return Z.setAttribute=function(te,de){this.attributes[te]=de},Z.hasClass=function(te){return A.contains(this.classes,te)},Z.toNode=function(){return nt.call(this,"span")},Z.toMarkup=function(){return _t.call(this,"span")},Ve}(),Je=function(){function Ve(Y,te,de,Ae){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,Bt.call(this,te,Ae),this.children=de||[],this.setAttribute("href",Y)}var Z=Ve.prototype;return Z.setAttribute=function(te,de){this.attributes[te]=de},Z.hasClass=function(te){return A.contains(this.classes,te)},Z.toNode=function(){return nt.call(this,"a")},Z.toMarkup=function(){return _t.call(this,"a")},Ve}(),je=function(){function Ve(Y,te,de){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=Y,this.classes=["mord"],this.style=de}var Z=Ve.prototype;return Z.hasClass=function(te){return A.contains(this.classes,te)},Z.toNode=function(){var te=document.createElement("img");te.src=this.src,te.alt=this.alt,te.className="mord";for(var de in this.style)this.style.hasOwnProperty(de)&&(te.style[de]=this.style[de]);return te},Z.toMarkup=function(){var te="<img src='"+this.src+" 'alt='"+this.alt+"' ",de="";for(var Ae in this.style)this.style.hasOwnProperty(Ae)&&(de+=A.hyphenate(Ae)+":"+this.style[Ae]+";");return de&&(te+=' style="'+A.escape(de)+'"'),te+="'/>",te},Ve}(),be={\u00EE:"\u0131\u0302",\u00EF:"\u0131\u0308",\u00ED:"\u0131\u0301",\u00EC:"\u0131\u0300"},Le=function(){function Ve(Y,te,de,Ae,Ye,Pt,$t,nr){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=Y,this.height=te||0,this.depth=de||0,this.italic=Ae||0,this.skew=Ye||0,this.width=Pt||0,this.classes=$t||[],this.style=nr||{},this.maxFontSize=0;var Dt=ie(this.text.charCodeAt(0));Dt&&this.classes.push(Dt+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=be[this.text])}var Z=Ve.prototype;return Z.hasClass=function(te){return A.contains(this.classes,te)},Z.toNode=function(){var te=document.createTextNode(this.text),de=null;this.italic>0&&(de=document.createElement("span"),de.style.marginRight=this.italic+"em"),this.classes.length>0&&(de=de||document.createElement("span"),de.className=wt(this.classes));for(var Ae in this.style)this.style.hasOwnProperty(Ae)&&(de=de||document.createElement("span"),de.style[Ae]=this.style[Ae]);return de?(de.appendChild(te),de):te},Z.toMarkup=function(){var te=!1,de="<span";this.classes.length&&(te=!0,de+=' class="',de+=A.escape(wt(this.classes)),de+='"');var Ae="";this.italic>0&&(Ae+="margin-right:"+this.italic+"em;");for(var Ye in this.style)this.style.hasOwnProperty(Ye)&&(Ae+=A.hyphenate(Ye)+":"+this.style[Ye]+";");Ae&&(te=!0,de+=' style="'+A.escape(Ae)+'"');var Pt=A.escape(this.text);return te?(de+=">",de+=Pt,de+="</span>",de):Pt},Ve}(),Ke=function(){function Ve(Y,te){this.children=void 0,this.attributes=void 0,this.children=Y||[],this.attributes=te||{}}var Z=Ve.prototype;return Z.toNode=function(){var te="http://www.w3.org/2000/svg",de=document.createElementNS(te,"svg");for(var Ae in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ae)&&de.setAttribute(Ae,this.attributes[Ae]);for(var Ye=0;Ye<this.children.length;Ye++)de.appendChild(this.children[Ye].toNode());return de},Z.toMarkup=function(){var te="<svg";for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&(te+=" "+de+"='"+this.attributes[de]+"'");te+=">";for(var Ae=0;Ae<this.children.length;Ae++)te+=this.children[Ae].toMarkup();return te+="</svg>",te},Ve}(),He=function(){function Ve(Y,te){this.pathName=void 0,this.alternate=void 0,this.pathName=Y,this.alternate=te}var Z=Ve.prototype;return Z.toNode=function(){var te="http://www.w3.org/2000/svg",de=document.createElementNS(te,"path");return this.alternate?de.setAttribute("d",this.alternate):de.setAttribute("d",tr[this.pathName]),de},Z.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+tr[this.pathName]+"'/>"},Ve}(),Xe=function(){function Ve(Y){this.attributes=void 0,this.attributes=Y||{}}var Z=Ve.prototype;return Z.toNode=function(){var te="http://www.w3.org/2000/svg",de=document.createElementNS(te,"line");for(var Ae in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ae)&&de.setAttribute(Ae,this.attributes[Ae]);return de},Z.toMarkup=function(){var te="<line";for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&(te+=" "+de+"='"+this.attributes[de]+"'");return te+="/>",te},Ve}();function pt(Ve){if(Ve instanceof Le)return Ve;throw new Error("Expected symbolNode but got "+String(Ve)+".")}function bt(Ve){if(Ve instanceof ht)return Ve;throw new Error("Expected span<HtmlDomNode> but got "+String(Ve)+".")}var rr={"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]}},Jt={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 rt(Ve,Z){rr[Ve]=Z}function Yt(Ve,Z,Y){if(!rr[Z])throw new Error("Font metrics not found for font: "+Z+".");var te=Ve.charCodeAt(0),de=rr[Z][te];if(!de&&Ve[0]in Me&&(te=Me[Ve[0]].charCodeAt(0),de=rr[Z][te]),!de&&Y==="text"&&Te(te)&&(de=rr[Z][77]),de)return{depth:de[0],height:de[1],italic:de[2],skew:de[3],width:de[4]}}var Lt={};function Wt(Ve){var Z;if(Ve>=5?Z=0:Ve>=3?Z=1:Z=2,!Lt[Z]){var Y=Lt[Z]={cssEmPerMu:Jt.quad[Z]/18};for(var te in Jt)Jt.hasOwnProperty(te)&&(Y[te]=Jt[te][Z])}return Lt[Z]}var Ht={bin:1,close:1,inner:1,open:1,punct:1,rel:1},ir={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Gt={math:{},text:{}},Ie=Gt;function ce(Ve,Z,Y,te,de,Ae){Gt[Ve][de]={font:Z,group:Y,replace:te},Ae&&te&&(Gt[Ve][te]=Gt[Ve][de])}var he="math",It="text",Ce="main",ft="ams",Kt="accent-token",Tt="bin",Pe="close",At="inner",Ze="mathord",we="op-token",gt="open",Rt="punct",Fe="rel",Tr="spacing",Ct="textord";ce(he,Ce,Fe,"\u2261","\\equiv",!0),ce(he,Ce,Fe,"\u227A","\\prec",!0),ce(he,Ce,Fe,"\u227B","\\succ",!0),ce(he,Ce,Fe,"\u223C","\\sim",!0),ce(he,Ce,Fe,"\u22A5","\\perp"),ce(he,Ce,Fe,"\u2AAF","\\preceq",!0),ce(he,Ce,Fe,"\u2AB0","\\succeq",!0),ce(he,Ce,Fe,"\u2243","\\simeq",!0),ce(he,Ce,Fe,"\u2223","\\mid",!0),ce(he,Ce,Fe,"\u226A","\\ll",!0),ce(he,Ce,Fe,"\u226B","\\gg",!0),ce(he,Ce,Fe,"\u224D","\\asymp",!0),ce(he,Ce,Fe,"\u2225","\\parallel"),ce(he,Ce,Fe,"\u22C8","\\bowtie",!0),ce(he,Ce,Fe,"\u2323","\\smile",!0),ce(he,Ce,Fe,"\u2291","\\sqsubseteq",!0),ce(he,Ce,Fe,"\u2292","\\sqsupseteq",!0),ce(he,Ce,Fe,"\u2250","\\doteq",!0),ce(he,Ce,Fe,"\u2322","\\frown",!0),ce(he,Ce,Fe,"\u220B","\\ni",!0),ce(he,Ce,Fe,"\u221D","\\propto",!0),ce(he,Ce,Fe,"\u22A2","\\vdash",!0),ce(he,Ce,Fe,"\u22A3","\\dashv",!0),ce(he,Ce,Fe,"\u220B","\\owns"),ce(he,Ce,Rt,".","\\ldotp"),ce(he,Ce,Rt,"\u22C5","\\cdotp"),ce(he,Ce,Ct,"#","\\#"),ce(It,Ce,Ct,"#","\\#"),ce(he,Ce,Ct,"&","\\&"),ce(It,Ce,Ct,"&","\\&"),ce(he,Ce,Ct,"\u2135","\\aleph",!0),ce(he,Ce,Ct,"\u2200","\\forall",!0),ce(he,Ce,Ct,"\u210F","\\hbar",!0),ce(he,Ce,Ct,"\u2203","\\exists",!0),ce(he,Ce,Ct,"\u2207","\\nabla",!0),ce(he,Ce,Ct,"\u266D","\\flat",!0),ce(he,Ce,Ct,"\u2113","\\ell",!0),ce(he,Ce,Ct,"\u266E","\\natural",!0),ce(he,Ce,Ct,"\u2663","\\clubsuit",!0),ce(he,Ce,Ct,"\u2118","\\wp",!0),ce(he,Ce,Ct,"\u266F","\\sharp",!0),ce(he,Ce,Ct,"\u2662","\\diamondsuit",!0),ce(he,Ce,Ct,"\u211C","\\Re",!0),ce(he,Ce,Ct,"\u2661","\\heartsuit",!0),ce(he,Ce,Ct,"\u2111","\\Im",!0),ce(he,Ce,Ct,"\u2660","\\spadesuit",!0),ce(It,Ce,Ct,"\xA7","\\S",!0),ce(It,Ce,Ct,"\xB6","\\P",!0),ce(he,Ce,Ct,"\u2020","\\dag"),ce(It,Ce,Ct,"\u2020","\\dag"),ce(It,Ce,Ct,"\u2020","\\textdagger"),ce(he,Ce,Ct,"\u2021","\\ddag"),ce(It,Ce,Ct,"\u2021","\\ddag"),ce(It,Ce,Ct,"\u2021","\\textdaggerdbl"),ce(he,Ce,Pe,"\u23B1","\\rmoustache",!0),ce(he,Ce,gt,"\u23B0","\\lmoustache",!0),ce(he,Ce,Pe,"\u27EF","\\rgroup",!0),ce(he,Ce,gt,"\u27EE","\\lgroup",!0),ce(he,Ce,Tt,"\u2213","\\mp",!0),ce(he,Ce,Tt,"\u2296","\\ominus",!0),ce(he,Ce,Tt,"\u228E","\\uplus",!0),ce(he,Ce,Tt,"\u2293","\\sqcap",!0),ce(he,Ce,Tt,"\u2217","\\ast"),ce(he,Ce,Tt,"\u2294","\\sqcup",!0),ce(he,Ce,Tt,"\u25EF","\\bigcirc"),ce(he,Ce,Tt,"\u2219","\\bullet"),ce(he,Ce,Tt,"\u2021","\\ddagger"),ce(he,Ce,Tt,"\u2240","\\wr",!0),ce(he,Ce,Tt,"\u2A3F","\\amalg"),ce(he,Ce,Tt,"&","\\And"),ce(he,Ce,Fe,"\u27F5","\\longleftarrow",!0),ce(he,Ce,Fe,"\u21D0","\\Leftarrow",!0),ce(he,Ce,Fe,"\u27F8","\\Longleftarrow",!0),ce(he,Ce,Fe,"\u27F6","\\longrightarrow",!0),ce(he,Ce,Fe,"\u21D2","\\Rightarrow",!0),ce(he,Ce,Fe,"\u27F9","\\Longrightarrow",!0),ce(he,Ce,Fe,"\u2194","\\leftrightarrow",!0),ce(he,Ce,Fe,"\u27F7","\\longleftrightarrow",!0),ce(he,Ce,Fe,"\u21D4","\\Leftrightarrow",!0),ce(he,Ce,Fe,"\u27FA","\\Longleftrightarrow",!0),ce(he,Ce,Fe,"\u21A6","\\mapsto",!0),ce(he,Ce,Fe,"\u27FC","\\longmapsto",!0),ce(he,Ce,Fe,"\u2197","\\nearrow",!0),ce(he,Ce,Fe,"\u21A9","\\hookleftarrow",!0),ce(he,Ce,Fe,"\u21AA","\\hookrightarrow",!0),ce(he,Ce,Fe,"\u2198","\\searrow",!0),ce(he,Ce,Fe,"\u21BC","\\leftharpoonup",!0),ce(he,Ce,Fe,"\u21C0","\\rightharpoonup",!0),ce(he,Ce,Fe,"\u2199","\\swarrow",!0),ce(he,Ce,Fe,"\u21BD","\\leftharpoondown",!0),ce(he,Ce,Fe,"\u21C1","\\rightharpoondown",!0),ce(he,Ce,Fe,"\u2196","\\nwarrow",!0),ce(he,Ce,Fe,"\u21CC","\\rightleftharpoons",!0),ce(he,ft,Fe,"\u226E","\\nless",!0),ce(he,ft,Fe,"\uE010","\\@nleqslant"),ce(he,ft,Fe,"\uE011","\\@nleqq"),ce(he,ft,Fe,"\u2A87","\\lneq",!0),ce(he,ft,Fe,"\u2268","\\lneqq",!0),ce(he,ft,Fe,"\uE00C","\\@lvertneqq"),ce(he,ft,Fe,"\u22E6","\\lnsim",!0),ce(he,ft,Fe,"\u2A89","\\lnapprox",!0),ce(he,ft,Fe,"\u2280","\\nprec",!0),ce(he,ft,Fe,"\u22E0","\\npreceq",!0),ce(he,ft,Fe,"\u22E8","\\precnsim",!0),ce(he,ft,Fe,"\u2AB9","\\precnapprox",!0),ce(he,ft,Fe,"\u2241","\\nsim",!0),ce(he,ft,Fe,"\uE006","\\@nshortmid"),ce(he,ft,Fe,"\u2224","\\nmid",!0),ce(he,ft,Fe,"\u22AC","\\nvdash",!0),ce(he,ft,Fe,"\u22AD","\\nvDash",!0),ce(he,ft,Fe,"\u22EA","\\ntriangleleft"),ce(he,ft,Fe,"\u22EC","\\ntrianglelefteq",!0),ce(he,ft,Fe,"\u228A","\\subsetneq",!0),ce(he,ft,Fe,"\uE01A","\\@varsubsetneq"),ce(he,ft,Fe,"\u2ACB","\\subsetneqq",!0),ce(he,ft,Fe,"\uE017","\\@varsubsetneqq"),ce(he,ft,Fe,"\u226F","\\ngtr",!0),ce(he,ft,Fe,"\uE00F","\\@ngeqslant"),ce(he,ft,Fe,"\uE00E","\\@ngeqq"),ce(he,ft,Fe,"\u2A88","\\gneq",!0),ce(he,ft,Fe,"\u2269","\\gneqq",!0),ce(he,ft,Fe,"\uE00D","\\@gvertneqq"),ce(he,ft,Fe,"\u22E7","\\gnsim",!0),ce(he,ft,Fe,"\u2A8A","\\gnapprox",!0),ce(he,ft,Fe,"\u2281","\\nsucc",!0),ce(he,ft,Fe,"\u22E1","\\nsucceq",!0),ce(he,ft,Fe,"\u22E9","\\succnsim",!0),ce(he,ft,Fe,"\u2ABA","\\succnapprox",!0),ce(he,ft,Fe,"\u2246","\\ncong",!0),ce(he,ft,Fe,"\uE007","\\@nshortparallel"),ce(he,ft,Fe,"\u2226","\\nparallel",!0),ce(he,ft,Fe,"\u22AF","\\nVDash",!0),ce(he,ft,Fe,"\u22EB","\\ntriangleright"),ce(he,ft,Fe,"\u22ED","\\ntrianglerighteq",!0),ce(he,ft,Fe,"\uE018","\\@nsupseteqq"),ce(he,ft,Fe,"\u228B","\\supsetneq",!0),ce(he,ft,Fe,"\uE01B","\\@varsupsetneq"),ce(he,ft,Fe,"\u2ACC","\\supsetneqq",!0),ce(he,ft,Fe,"\uE019","\\@varsupsetneqq"),ce(he,ft,Fe,"\u22AE","\\nVdash",!0),ce(he,ft,Fe,"\u2AB5","\\precneqq",!0),ce(he,ft,Fe,"\u2AB6","\\succneqq",!0),ce(he,ft,Fe,"\uE016","\\@nsubseteqq"),ce(he,ft,Tt,"\u22B4","\\unlhd"),ce(he,ft,Tt,"\u22B5","\\unrhd"),ce(he,ft,Fe,"\u219A","\\nleftarrow",!0),ce(he,ft,Fe,"\u219B","\\nrightarrow",!0),ce(he,ft,Fe,"\u21CD","\\nLeftarrow",!0),ce(he,ft,Fe,"\u21CF","\\nRightarrow",!0),ce(he,ft,Fe,"\u21AE","\\nleftrightarrow",!0),ce(he,ft,Fe,"\u21CE","\\nLeftrightarrow",!0),ce(he,ft,Fe,"\u25B3","\\vartriangle"),ce(he,ft,Ct,"\u210F","\\hslash"),ce(he,ft,Ct,"\u25BD","\\triangledown"),ce(he,ft,Ct,"\u25CA","\\lozenge"),ce(he,ft,Ct,"\u24C8","\\circledS"),ce(he,ft,Ct,"\xAE","\\circledR"),ce(It,ft,Ct,"\xAE","\\circledR"),ce(he,ft,Ct,"\u2221","\\measuredangle",!0),ce(he,ft,Ct,"\u2204","\\nexists"),ce(he,ft,Ct,"\u2127","\\mho"),ce(he,ft,Ct,"\u2132","\\Finv",!0),ce(he,ft,Ct,"\u2141","\\Game",!0),ce(he,ft,Ct,"\u2035","\\backprime"),ce(he,ft,Ct,"\u25B2","\\blacktriangle"),ce(he,ft,Ct,"\u25BC","\\blacktriangledown"),ce(he,ft,Ct,"\u25A0","\\blacksquare"),ce(he,ft,Ct,"\u29EB","\\blacklozenge"),ce(he,ft,Ct,"\u2605","\\bigstar"),ce(he,ft,Ct,"\u2222","\\sphericalangle",!0),ce(he,ft,Ct,"\u2201","\\complement",!0),ce(he,ft,Ct,"\xF0","\\eth",!0),ce(he,ft,Ct,"\u2571","\\diagup"),ce(he,ft,Ct,"\u2572","\\diagdown"),ce(he,ft,Ct,"\u25A1","\\square"),ce(he,ft,Ct,"\u25A1","\\Box"),ce(he,ft,Ct,"\u25CA","\\Diamond"),ce(he,ft,Ct,"\xA5","\\yen",!0),ce(It,ft,Ct,"\xA5","\\yen",!0),ce(he,ft,Ct,"\u2713","\\checkmark",!0),ce(It,ft,Ct,"\u2713","\\checkmark"),ce(he,ft,Ct,"\u2136","\\beth",!0),ce(he,ft,Ct,"\u2138","\\daleth",!0),ce(he,ft,Ct,"\u2137","\\gimel",!0),ce(he,ft,Ct,"\u03DD","\\digamma",!0),ce(he,ft,Ct,"\u03F0","\\varkappa"),ce(he,ft,gt,"\u250C","\\ulcorner",!0),ce(he,ft,Pe,"\u2510","\\urcorner",!0),ce(he,ft,gt,"\u2514","\\llcorner",!0),ce(he,ft,Pe,"\u2518","\\lrcorner",!0),ce(he,ft,Fe,"\u2266","\\leqq",!0),ce(he,ft,Fe,"\u2A7D","\\leqslant",!0),ce(he,ft,Fe,"\u2A95","\\eqslantless",!0),ce(he,ft,Fe,"\u2272","\\lesssim",!0),ce(he,ft,Fe,"\u2A85","\\lessapprox",!0),ce(he,ft,Fe,"\u224A","\\approxeq",!0),ce(he,ft,Tt,"\u22D6","\\lessdot"),ce(he,ft,Fe,"\u22D8","\\lll",!0),ce(he,ft,Fe,"\u2276","\\lessgtr",!0),ce(he,ft,Fe,"\u22DA","\\lesseqgtr",!0),ce(he,ft,Fe,"\u2A8B","\\lesseqqgtr",!0),ce(he,ft,Fe,"\u2251","\\doteqdot"),ce(he,ft,Fe,"\u2253","\\risingdotseq",!0),ce(he,ft,Fe,"\u2252","\\fallingdotseq",!0),ce(he,ft,Fe,"\u223D","\\backsim",!0),ce(he,ft,Fe,"\u22CD","\\backsimeq",!0),ce(he,ft,Fe,"\u2AC5","\\subseteqq",!0),ce(he,ft,Fe,"\u22D0","\\Subset",!0),ce(he,ft,Fe,"\u228F","\\sqsubset",!0),ce(he,ft,Fe,"\u227C","\\preccurlyeq",!0),ce(he,ft,Fe,"\u22DE","\\curlyeqprec",!0),ce(he,ft,Fe,"\u227E","\\precsim",!0),ce(he,ft,Fe,"\u2AB7","\\precapprox",!0),ce(he,ft,Fe,"\u22B2","\\vartriangleleft"),ce(he,ft,Fe,"\u22B4","\\trianglelefteq"),ce(he,ft,Fe,"\u22A8","\\vDash",!0),ce(he,ft,Fe,"\u22AA","\\Vvdash",!0),ce(he,ft,Fe,"\u2323","\\smallsmile"),ce(he,ft,Fe,"\u2322","\\smallfrown"),ce(he,ft,Fe,"\u224F","\\bumpeq",!0),ce(he,ft,Fe,"\u224E","\\Bumpeq",!0),ce(he,ft,Fe,"\u2267","\\geqq",!0),ce(he,ft,Fe,"\u2A7E","\\geqslant",!0),ce(he,ft,Fe,"\u2A96","\\eqslantgtr",!0),ce(he,ft,Fe,"\u2273","\\gtrsim",!0),ce(he,ft,Fe,"\u2A86","\\gtrapprox",!0),ce(he,ft,Tt,"\u22D7","\\gtrdot"),ce(he,ft,Fe,"\u22D9","\\ggg",!0),ce(he,ft,Fe,"\u2277","\\gtrless",!0),ce(he,ft,Fe,"\u22DB","\\gtreqless",!0),ce(he,ft,Fe,"\u2A8C","\\gtreqqless",!0),ce(he,ft,Fe,"\u2256","\\eqcirc",!0),ce(he,ft,Fe,"\u2257","\\circeq",!0),ce(he,ft,Fe,"\u225C","\\triangleq",!0),ce(he,ft,Fe,"\u223C","\\thicksim"),ce(he,ft,Fe,"\u2248","\\thickapprox"),ce(he,ft,Fe,"\u2AC6","\\supseteqq",!0),ce(he,ft,Fe,"\u22D1","\\Supset",!0),ce(he,ft,Fe,"\u2290","\\sqsupset",!0),ce(he,ft,Fe,"\u227D","\\succcurlyeq",!0),ce(he,ft,Fe,"\u22DF","\\curlyeqsucc",!0),ce(he,ft,Fe,"\u227F","\\succsim",!0),ce(he,ft,Fe,"\u2AB8","\\succapprox",!0),ce(he,ft,Fe,"\u22B3","\\vartriangleright"),ce(he,ft,Fe,"\u22B5","\\trianglerighteq"),ce(he,ft,Fe,"\u22A9","\\Vdash",!0),ce(he,ft,Fe,"\u2223","\\shortmid"),ce(he,ft,Fe,"\u2225","\\shortparallel"),ce(he,ft,Fe,"\u226C","\\between",!0),ce(he,ft,Fe,"\u22D4","\\pitchfork",!0),ce(he,ft,Fe,"\u221D","\\varpropto"),ce(he,ft,Fe,"\u25C0","\\blacktriangleleft"),ce(he,ft,Fe,"\u2234","\\therefore",!0),ce(he,ft,Fe,"\u220D","\\backepsilon"),ce(he,ft,Fe,"\u25B6","\\blacktriangleright"),ce(he,ft,Fe,"\u2235","\\because",!0),ce(he,ft,Fe,"\u22D8","\\llless"),ce(he,ft,Fe,"\u22D9","\\gggtr"),ce(he,ft,Tt,"\u22B2","\\lhd"),ce(he,ft,Tt,"\u22B3","\\rhd"),ce(he,ft,Fe,"\u2242","\\eqsim",!0),ce(he,Ce,Fe,"\u22C8","\\Join"),ce(he,ft,Fe,"\u2251","\\Doteq",!0),ce(he,ft,Tt,"\u2214","\\dotplus",!0),ce(he,ft,Tt,"\u2216","\\smallsetminus"),ce(he,ft,Tt,"\u22D2","\\Cap",!0),ce(he,ft,Tt,"\u22D3","\\Cup",!0),ce(he,ft,Tt,"\u2A5E","\\doublebarwedge",!0),ce(he,ft,Tt,"\u229F","\\boxminus",!0),ce(he,ft,Tt,"\u229E","\\boxplus",!0),ce(he,ft,Tt,"\u22C7","\\divideontimes",!0),ce(he,ft,Tt,"\u22C9","\\ltimes",!0),ce(he,ft,Tt,"\u22CA","\\rtimes",!0),ce(he,ft,Tt,"\u22CB","\\leftthreetimes",!0),ce(he,ft,Tt,"\u22CC","\\rightthreetimes",!0),ce(he,ft,Tt,"\u22CF","\\curlywedge",!0),ce(he,ft,Tt,"\u22CE","\\curlyvee",!0),ce(he,ft,Tt,"\u229D","\\circleddash",!0),ce(he,ft,Tt,"\u229B","\\circledast",!0),ce(he,ft,Tt,"\u22C5","\\centerdot"),ce(he,ft,Tt,"\u22BA","\\intercal",!0),ce(he,ft,Tt,"\u22D2","\\doublecap"),ce(he,ft,Tt,"\u22D3","\\doublecup"),ce(he,ft,Tt,"\u22A0","\\boxtimes",!0),ce(he,ft,Fe,"\u21E2","\\dashrightarrow",!0),ce(he,ft,Fe,"\u21E0","\\dashleftarrow",!0),ce(he,ft,Fe,"\u21C7","\\leftleftarrows",!0),ce(he,ft,Fe,"\u21C6","\\leftrightarrows",!0),ce(he,ft,Fe,"\u21DA","\\Lleftarrow",!0),ce(he,ft,Fe,"\u219E","\\twoheadleftarrow",!0),ce(he,ft,Fe,"\u21A2","\\leftarrowtail",!0),ce(he,ft,Fe,"\u21AB","\\looparrowleft",!0),ce(he,ft,Fe,"\u21CB","\\leftrightharpoons",!0),ce(he,ft,Fe,"\u21B6","\\curvearrowleft",!0),ce(he,ft,Fe,"\u21BA","\\circlearrowleft",!0),ce(he,ft,Fe,"\u21B0","\\Lsh",!0),ce(he,ft,Fe,"\u21C8","\\upuparrows",!0),ce(he,ft,Fe,"\u21BF","\\upharpoonleft",!0),ce(he,ft,Fe,"\u21C3","\\downharpoonleft",!0),ce(he,ft,Fe,"\u22B8","\\multimap",!0),ce(he,ft,Fe,"\u21AD","\\leftrightsquigarrow",!0),ce(he,ft,Fe,"\u21C9","\\rightrightarrows",!0),ce(he,ft,Fe,"\u21C4","\\rightleftarrows",!0),ce(he,ft,Fe,"\u21A0","\\twoheadrightarrow",!0),ce(he,ft,Fe,"\u21A3","\\rightarrowtail",!0),ce(he,ft,Fe,"\u21AC","\\looparrowright",!0),ce(he,ft,Fe,"\u21B7","\\curvearrowright",!0),ce(he,ft,Fe,"\u21BB","\\circlearrowright",!0),ce(he,ft,Fe,"\u21B1","\\Rsh",!0),ce(he,ft,Fe,"\u21CA","\\downdownarrows",!0),ce(he,ft,Fe,"\u21BE","\\upharpoonright",!0),ce(he,ft,Fe,"\u21C2","\\downharpoonright",!0),ce(he,ft,Fe,"\u21DD","\\rightsquigarrow",!0),ce(he,ft,Fe,"\u21DD","\\leadsto"),ce(he,ft,Fe,"\u21DB","\\Rrightarrow",!0),ce(he,ft,Fe,"\u21BE","\\restriction"),ce(he,Ce,Ct,"\u2018","`"),ce(he,Ce,Ct,"$","\\$"),ce(It,Ce,Ct,"$","\\$"),ce(It,Ce,Ct,"$","\\textdollar"),ce(he,Ce,Ct,"%","\\%"),ce(It,Ce,Ct,"%","\\%"),ce(he,Ce,Ct,"_","\\_"),ce(It,Ce,Ct,"_","\\_"),ce(It,Ce,Ct,"_","\\textunderscore"),ce(he,Ce,Ct,"\u2220","\\angle",!0),ce(he,Ce,Ct,"\u221E","\\infty",!0),ce(he,Ce,Ct,"\u2032","\\prime"),ce(he,Ce,Ct,"\u25B3","\\triangle"),ce(he,Ce,Ct,"\u0393","\\Gamma",!0),ce(he,Ce,Ct,"\u0394","\\Delta",!0),ce(he,Ce,Ct,"\u0398","\\Theta",!0),ce(he,Ce,Ct,"\u039B","\\Lambda",!0),ce(he,Ce,Ct,"\u039E","\\Xi",!0),ce(he,Ce,Ct,"\u03A0","\\Pi",!0),ce(he,Ce,Ct,"\u03A3","\\Sigma",!0),ce(he,Ce,Ct,"\u03A5","\\Upsilon",!0),ce(he,Ce,Ct,"\u03A6","\\Phi",!0),ce(he,Ce,Ct,"\u03A8","\\Psi",!0),ce(he,Ce,Ct,"\u03A9","\\Omega",!0),ce(he,Ce,Ct,"A","\u0391"),ce(he,Ce,Ct,"B","\u0392"),ce(he,Ce,Ct,"E","\u0395"),ce(he,Ce,Ct,"Z","\u0396"),ce(he,Ce,Ct,"H","\u0397"),ce(he,Ce,Ct,"I","\u0399"),ce(he,Ce,Ct,"K","\u039A"),ce(he,Ce,Ct,"M","\u039C"),ce(he,Ce,Ct,"N","\u039D"),ce(he,Ce,Ct,"O","\u039F"),ce(he,Ce,Ct,"P","\u03A1"),ce(he,Ce,Ct,"T","\u03A4"),ce(he,Ce,Ct,"X","\u03A7"),ce(he,Ce,Ct,"\xAC","\\neg",!0),ce(he,Ce,Ct,"\xAC","\\lnot"),ce(he,Ce,Ct,"\u22A4","\\top"),ce(he,Ce,Ct,"\u22A5","\\bot"),ce(he,Ce,Ct,"\u2205","\\emptyset"),ce(he,ft,Ct,"\u2205","\\varnothing"),ce(he,Ce,Ze,"\u03B1","\\alpha",!0),ce(he,Ce,Ze,"\u03B2","\\beta",!0),ce(he,Ce,Ze,"\u03B3","\\gamma",!0),ce(he,Ce,Ze,"\u03B4","\\delta",!0),ce(he,Ce,Ze,"\u03F5","\\epsilon",!0),ce(he,Ce,Ze,"\u03B6","\\zeta",!0),ce(he,Ce,Ze,"\u03B7","\\eta",!0),ce(he,Ce,Ze,"\u03B8","\\theta",!0),ce(he,Ce,Ze,"\u03B9","\\iota",!0),ce(he,Ce,Ze,"\u03BA","\\kappa",!0),ce(he,Ce,Ze,"\u03BB","\\lambda",!0),ce(he,Ce,Ze,"\u03BC","\\mu",!0),ce(he,Ce,Ze,"\u03BD","\\nu",!0),ce(he,Ce,Ze,"\u03BE","\\xi",!0),ce(he,Ce,Ze,"\u03BF","\\omicron",!0),ce(he,Ce,Ze,"\u03C0","\\pi",!0),ce(he,Ce,Ze,"\u03C1","\\rho",!0),ce(he,Ce,Ze,"\u03C3","\\sigma",!0),ce(he,Ce,Ze,"\u03C4","\\tau",!0),ce(he,Ce,Ze,"\u03C5","\\upsilon",!0),ce(he,Ce,Ze,"\u03D5","\\phi",!0),ce(he,Ce,Ze,"\u03C7","\\chi",!0),ce(he,Ce,Ze,"\u03C8","\\psi",!0),ce(he,Ce,Ze,"\u03C9","\\omega",!0),ce(he,Ce,Ze,"\u03B5","\\varepsilon",!0),ce(he,Ce,Ze,"\u03D1","\\vartheta",!0),ce(he,Ce,Ze,"\u03D6","\\varpi",!0),ce(he,Ce,Ze,"\u03F1","\\varrho",!0),ce(he,Ce,Ze,"\u03C2","\\varsigma",!0),ce(he,Ce,Ze,"\u03C6","\\varphi",!0),ce(he,Ce,Tt,"\u2217","*"),ce(he,Ce,Tt,"+","+"),ce(he,Ce,Tt,"\u2212","-"),ce(he,Ce,Tt,"\u22C5","\\cdot",!0),ce(he,Ce,Tt,"\u2218","\\circ"),ce(he,Ce,Tt,"\xF7","\\div",!0),ce(he,Ce,Tt,"\xB1","\\pm",!0),ce(he,Ce,Tt,"\xD7","\\times",!0),ce(he,Ce,Tt,"\u2229","\\cap",!0),ce(he,Ce,Tt,"\u222A","\\cup",!0),ce(he,Ce,Tt,"\u2216","\\setminus"),ce(he,Ce,Tt,"\u2227","\\land"),ce(he,Ce,Tt,"\u2228","\\lor"),ce(he,Ce,Tt,"\u2227","\\wedge",!0),ce(he,Ce,Tt,"\u2228","\\vee",!0),ce(he,Ce,Ct,"\u221A","\\surd"),ce(he,Ce,gt,"(","("),ce(he,Ce,gt,"[","["),ce(he,Ce,gt,"\u27E8","\\langle",!0),ce(he,Ce,gt,"\u2223","\\lvert"),ce(he,Ce,gt,"\u2225","\\lVert"),ce(he,Ce,Pe,")",")"),ce(he,Ce,Pe,"]","]"),ce(he,Ce,Pe,"?","?"),ce(he,Ce,Pe,"!","!"),ce(he,Ce,Pe,"\u27E9","\\rangle",!0),ce(he,Ce,Pe,"\u2223","\\rvert"),ce(he,Ce,Pe,"\u2225","\\rVert"),ce(he,Ce,Fe,"=","="),ce(he,Ce,Fe,"<","<"),ce(he,Ce,Fe,">",">"),ce(he,Ce,Fe,":",":"),ce(he,Ce,Fe,"\u2248","\\approx",!0),ce(he,Ce,Fe,"\u2245","\\cong",!0),ce(he,Ce,Fe,"\u2265","\\ge"),ce(he,Ce,Fe,"\u2265","\\geq",!0),ce(he,Ce,Fe,"\u2190","\\gets"),ce(he,Ce,Fe,">","\\gt"),ce(he,Ce,Fe,"\u2208","\\in",!0),ce(he,Ce,Fe,"\uE020","\\@not"),ce(he,Ce,Fe,"\u2282","\\subset",!0),ce(he,Ce,Fe,"\u2283","\\supset",!0),ce(he,Ce,Fe,"\u2286","\\subseteq",!0),ce(he,Ce,Fe,"\u2287","\\supseteq",!0),ce(he,ft,Fe,"\u2288","\\nsubseteq",!0),ce(he,ft,Fe,"\u2289","\\nsupseteq",!0),ce(he,Ce,Fe,"\u22A8","\\models"),ce(he,Ce,Fe,"\u2190","\\leftarrow",!0),ce(he,Ce,Fe,"\u2264","\\le"),ce(he,Ce,Fe,"\u2264","\\leq",!0),ce(he,Ce,Fe,"<","\\lt"),ce(he,Ce,Fe,"\u2192","\\rightarrow",!0),ce(he,Ce,Fe,"\u2192","\\to"),ce(he,ft,Fe,"\u2271","\\ngeq",!0),ce(he,ft,Fe,"\u2270","\\nleq",!0),ce(he,Ce,Tr,"\xA0","\\ "),ce(he,Ce,Tr,"\xA0","~"),ce(he,Ce,Tr,"\xA0","\\space"),ce(he,Ce,Tr,"\xA0","\\nobreakspace"),ce(It,Ce,Tr,"\xA0","\\ "),ce(It,Ce,Tr,"\xA0","~"),ce(It,Ce,Tr,"\xA0","\\space"),ce(It,Ce,Tr,"\xA0","\\nobreakspace"),ce(he,Ce,Tr,null,"\\nobreak"),ce(he,Ce,Tr,null,"\\allowbreak"),ce(he,Ce,Rt,",",","),ce(he,Ce,Rt,";",";"),ce(he,ft,Tt,"\u22BC","\\barwedge",!0),ce(he,ft,Tt,"\u22BB","\\veebar",!0),ce(he,Ce,Tt,"\u2299","\\odot",!0),ce(he,Ce,Tt,"\u2295","\\oplus",!0),ce(he,Ce,Tt,"\u2297","\\otimes",!0),ce(he,Ce,Ct,"\u2202","\\partial",!0),ce(he,Ce,Tt,"\u2298","\\oslash",!0),ce(he,ft,Tt,"\u229A","\\circledcirc",!0),ce(he,ft,Tt,"\u22A1","\\boxdot",!0),ce(he,Ce,Tt,"\u25B3","\\bigtriangleup"),ce(he,Ce,Tt,"\u25BD","\\bigtriangledown"),ce(he,Ce,Tt,"\u2020","\\dagger"),ce(he,Ce,Tt,"\u22C4","\\diamond"),ce(he,Ce,Tt,"\u22C6","\\star"),ce(he,Ce,Tt,"\u25C3","\\triangleleft"),ce(he,Ce,Tt,"\u25B9","\\triangleright"),ce(he,Ce,gt,"{","\\{"),ce(It,Ce,Ct,"{","\\{"),ce(It,Ce,Ct,"{","\\textbraceleft"),ce(he,Ce,Pe,"}","\\}"),ce(It,Ce,Ct,"}","\\}"),ce(It,Ce,Ct,"}","\\textbraceright"),ce(he,Ce,gt,"{","\\lbrace"),ce(he,Ce,Pe,"}","\\rbrace"),ce(he,Ce,gt,"[","\\lbrack"),ce(It,Ce,Ct,"[","\\lbrack"),ce(he,Ce,Pe,"]","\\rbrack"),ce(It,Ce,Ct,"]","\\rbrack"),ce(he,Ce,gt,"(","\\lparen"),ce(he,Ce,Pe,")","\\rparen"),ce(It,Ce,Ct,"<","\\textless"),ce(It,Ce,Ct,">","\\textgreater"),ce(he,Ce,gt,"\u230A","\\lfloor",!0),ce(he,Ce,Pe,"\u230B","\\rfloor",!0),ce(he,Ce,gt,"\u2308","\\lceil",!0),ce(he,Ce,Pe,"\u2309","\\rceil",!0),ce(he,Ce,Ct,"\\","\\backslash"),ce(he,Ce,Ct,"\u2223","|"),ce(he,Ce,Ct,"\u2223","\\vert"),ce(It,Ce,Ct,"|","\\textbar"),ce(he,Ce,Ct,"\u2225","\\|"),ce(he,Ce,Ct,"\u2225","\\Vert"),ce(It,Ce,Ct,"\u2225","\\textbardbl"),ce(It,Ce,Ct,"~","\\textasciitilde"),ce(It,Ce,Ct,"\\","\\textbackslash"),ce(It,Ce,Ct,"^","\\textasciicircum"),ce(he,Ce,Fe,"\u2191","\\uparrow",!0),ce(he,Ce,Fe,"\u21D1","\\Uparrow",!0),ce(he,Ce,Fe,"\u2193","\\downarrow",!0),ce(he,Ce,Fe,"\u21D3","\\Downarrow",!0),ce(he,Ce,Fe,"\u2195","\\updownarrow",!0),ce(he,Ce,Fe,"\u21D5","\\Updownarrow",!0),ce(he,Ce,we,"\u2210","\\coprod"),ce(he,Ce,we,"\u22C1","\\bigvee"),ce(he,Ce,we,"\u22C0","\\bigwedge"),ce(he,Ce,we,"\u2A04","\\biguplus"),ce(he,Ce,we,"\u22C2","\\bigcap"),ce(he,Ce,we,"\u22C3","\\bigcup"),ce(he,Ce,we,"\u222B","\\int"),ce(he,Ce,we,"\u222B","\\intop"),ce(he,Ce,we,"\u222C","\\iint"),ce(he,Ce,we,"\u222D","\\iiint"),ce(he,Ce,we,"\u220F","\\prod"),ce(he,Ce,we,"\u2211","\\sum"),ce(he,Ce,we,"\u2A02","\\bigotimes"),ce(he,Ce,we,"\u2A01","\\bigoplus"),ce(he,Ce,we,"\u2A00","\\bigodot"),ce(he,Ce,we,"\u222E","\\oint"),ce(he,Ce,we,"\u222F","\\oiint"),ce(he,Ce,we,"\u2230","\\oiiint"),ce(he,Ce,we,"\u2A06","\\bigsqcup"),ce(he,Ce,we,"\u222B","\\smallint"),ce(It,Ce,At,"\u2026","\\textellipsis"),ce(he,Ce,At,"\u2026","\\mathellipsis"),ce(It,Ce,At,"\u2026","\\ldots",!0),ce(he,Ce,At,"\u2026","\\ldots",!0),ce(he,Ce,At,"\u22EF","\\@cdots",!0),ce(he,Ce,At,"\u22F1","\\ddots",!0),ce(he,Ce,Ct,"\u22EE","\\varvdots"),ce(he,Ce,Kt,"\u02CA","\\acute"),ce(he,Ce,Kt,"\u02CB","\\grave"),ce(he,Ce,Kt,"\xA8","\\ddot"),ce(he,Ce,Kt,"~","\\tilde"),ce(he,Ce,Kt,"\u02C9","\\bar"),ce(he,Ce,Kt,"\u02D8","\\breve"),ce(he,Ce,Kt,"\u02C7","\\check"),ce(he,Ce,Kt,"^","\\hat"),ce(he,Ce,Kt,"\u20D7","\\vec"),ce(he,Ce,Kt,"\u02D9","\\dot"),ce(he,Ce,Kt,"\u02DA","\\mathring"),ce(he,Ce,Ze,"\u0131","\\imath",!0),ce(he,Ce,Ze,"\u0237","\\jmath",!0),ce(It,Ce,Ct,"\u0131","\\i",!0),ce(It,Ce,Ct,"\u0237","\\j",!0),ce(It,Ce,Ct,"\xDF","\\ss",!0),ce(It,Ce,Ct,"\xE6","\\ae",!0),ce(It,Ce,Ct,"\xE6","\\ae",!0),ce(It,Ce,Ct,"\u0153","\\oe",!0),ce(It,Ce,Ct,"\xF8","\\o",!0),ce(It,Ce,Ct,"\xC6","\\AE",!0),ce(It,Ce,Ct,"\u0152","\\OE",!0),ce(It,Ce,Ct,"\xD8","\\O",!0),ce(It,Ce,Kt,"\u02CA","\\'"),ce(It,Ce,Kt,"\u02CB","\\`"),ce(It,Ce,Kt,"\u02C6","\\^"),ce(It,Ce,Kt,"\u02DC","\\~"),ce(It,Ce,Kt,"\u02C9","\\="),ce(It,Ce,Kt,"\u02D8","\\u"),ce(It,Ce,Kt,"\u02D9","\\."),ce(It,Ce,Kt,"\u02DA","\\r"),ce(It,Ce,Kt,"\u02C7","\\v"),ce(It,Ce,Kt,"\xA8",'\\"'),ce(It,Ce,Kt,"\u02DD","\\H"),ce(It,Ce,Kt,"\u25EF","\\textcircled");var Kr={"--":!0,"---":!0,"``":!0,"''":!0};ce(It,Ce,Ct,"\u2013","--"),ce(It,Ce,Ct,"\u2013","\\textendash"),ce(It,Ce,Ct,"\u2014","---"),ce(It,Ce,Ct,"\u2014","\\textemdash"),ce(It,Ce,Ct,"\u2018","`"),ce(It,Ce,Ct,"\u2018","\\textquoteleft"),ce(It,Ce,Ct,"\u2019","'"),ce(It,Ce,Ct,"\u2019","\\textquoteright"),ce(It,Ce,Ct,"\u201C","``"),ce(It,Ce,Ct,"\u201C","\\textquotedblleft"),ce(It,Ce,Ct,"\u201D","''"),ce(It,Ce,Ct,"\u201D","\\textquotedblright"),ce(he,Ce,Ct,"\xB0","\\degree",!0),ce(It,Ce,Ct,"\xB0","\\degree"),ce(It,Ce,Ct,"\xB0","\\textdegree",!0),ce(he,Ce,Ze,"\xA3","\\pounds"),ce(he,Ce,Ze,"\xA3","\\mathsterling",!0),ce(It,Ce,Ze,"\xA3","\\pounds"),ce(It,Ce,Ze,"\xA3","\\textsterling",!0),ce(he,ft,Ct,"\u2720","\\maltese"),ce(It,ft,Ct,"\u2720","\\maltese"),ce(It,Ce,Tr,"\xA0","\\ "),ce(It,Ce,Tr,"\xA0"," "),ce(It,Ce,Tr,"\xA0","~");for(var tn='0123456789/@."',Ir=0;Ir<tn.length;Ir++){var Lr=tn.charAt(Ir);ce(he,Ce,Ct,Lr,Lr)}for(var vr='0123456789!@*()-=+[]<>|";:?/.,',$r=0;$r<vr.length;$r++){var sn=vr.charAt($r);ce(It,Ce,Ct,sn,sn)}for(var hn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Xt=0;Xt<hn.length;Xt++){var vt=hn.charAt(Xt);ce(he,Ce,Ze,vt,vt),ce(It,Ce,Ct,vt,vt)}ce(he,ft,Ct,"C","\u2102"),ce(It,ft,Ct,"C","\u2102"),ce(he,ft,Ct,"H","\u210D"),ce(It,ft,Ct,"H","\u210D"),ce(he,ft,Ct,"N","\u2115"),ce(It,ft,Ct,"N","\u2115"),ce(he,ft,Ct,"P","\u2119"),ce(It,ft,Ct,"P","\u2119"),ce(he,ft,Ct,"Q","\u211A"),ce(It,ft,Ct,"Q","\u211A"),ce(he,ft,Ct,"R","\u211D"),ce(It,ft,Ct,"R","\u211D"),ce(he,ft,Ct,"Z","\u2124"),ce(It,ft,Ct,"Z","\u2124"),ce(he,Ce,Ze,"h","\u210E"),ce(It,Ce,Ze,"h","\u210E");for(var ot="",ct=0;ct<hn.length;ct++){var Nt=hn.charAt(ct);ot=String.fromCharCode(55349,56320+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56372+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56424+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56580+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56736+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56788+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56840+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56944+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ct<26&&(ot=String.fromCharCode(55349,56632+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot),ot=String.fromCharCode(55349,56476+ct),ce(he,Ce,Ze,Nt,ot),ce(It,Ce,Ct,Nt,ot))}ot="\u{1D55C}",ce(he,Ce,Ze,"k",ot),ce(It,Ce,Ct,"k",ot);for(var br=0;br<10;br++){var _r=br.toString();ot=String.fromCharCode(55349,57294+br),ce(he,Ce,Ze,_r,ot),ce(It,Ce,Ct,_r,ot),ot=String.fromCharCode(55349,57314+br),ce(he,Ce,Ze,_r,ot),ce(It,Ce,Ct,_r,ot),ot=String.fromCharCode(55349,57324+br),ce(he,Ce,Ze,_r,ot),ce(It,Ce,Ct,_r,ot),ot=String.fromCharCode(55349,57334+br),ce(he,Ce,Ze,_r,ot),ce(It,Ce,Ct,_r,ot)}for(var Jr="\xC7\xD0\xDE\xE7\xFE",zr=0;zr<Jr.length;zr++){var xn=Jr.charAt(zr);ce(he,Ce,Ze,xn,xn),ce(It,Ce,Ct,xn,xn)}ce(It,Ce,Ct,"\xF0","\xF0"),ce(It,Ce,Ct,"\u2013","\u2013"),ce(It,Ce,Ct,"\u2014","\u2014"),ce(It,Ce,Ct,"\u2018","\u2018"),ce(It,Ce,Ct,"\u2019","\u2019"),ce(It,Ce,Ct,"\u201C","\u201C"),ce(It,Ce,Ct,"\u201D","\u201D");var Et=[["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"]],Dr=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],kn=function(Z,Y){var te=Z.charCodeAt(0),de=Z.charCodeAt(1),Ae=(te-55296)*1024+(de-56320)+65536,Ye=Y==="math"?0:1;if(119808<=Ae&&Ae<120484){var Pt=Math.floor((Ae-119808)/26);return[Et[Pt][2],Et[Pt][Ye]]}else if(120782<=Ae&&Ae<=120831){var $t=Math.floor((Ae-120782)/10);return[Dr[$t][2],Dr[$t][Ye]]}else{if(Ae===120485||Ae===120486)return[Et[0][2],Et[0][Ye]];if(120486<Ae&&Ae<120782)return["",""];throw new o("Unsupported character: "+Z)}},Qn=[[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]],Nn=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],ti=function(Z,Y){return Y.size<2?Z:Qn[Z-1][Y.size-1]},Tn=function(){function Ve(Y){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=Y.style,this.color=Y.color,this.size=Y.size||Ve.BASESIZE,this.textSize=Y.textSize||this.size,this.phantom=!!Y.phantom,this.font=Y.font||"",this.fontFamily=Y.fontFamily||"",this.fontWeight=Y.fontWeight||"",this.fontShape=Y.fontShape||"",this.sizeMultiplier=Nn[this.size-1],this.maxSize=Y.maxSize,this.minRuleThickness=Y.minRuleThickness,this._fontMetrics=void 0}var Z=Ve.prototype;return Z.extend=function(te){var de={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 Ae in te)te.hasOwnProperty(Ae)&&(de[Ae]=te[Ae]);return new Ve(de)},Z.havingStyle=function(te){return this.style===te?this:this.extend({style:te,size:ti(this.textSize,te)})},Z.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},Z.havingSize=function(te){return this.size===te&&this.textSize===te?this:this.extend({style:this.style.text(),size:te,textSize:te,sizeMultiplier:Nn[te-1]})},Z.havingBaseStyle=function(te){te=te||this.style.text();var de=ti(Ve.BASESIZE,te);return this.size===de&&this.textSize===Ve.BASESIZE&&this.style===te?this:this.extend({style:te,size:de})},Z.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})},Z.withColor=function(te){return this.extend({color:te})},Z.withPhantom=function(){return this.extend({phantom:!0})},Z.withFont=function(te){return this.extend({font:te})},Z.withTextFontFamily=function(te){return this.extend({fontFamily:te,font:""})},Z.withTextFontWeight=function(te){return this.extend({fontWeight:te,font:""})},Z.withTextFontShape=function(te){return this.extend({fontShape:te,font:""})},Z.sizingClasses=function(te){return te.size!==this.size?["sizing","reset-size"+te.size,"size"+this.size]:[]},Z.baseSizingClasses=function(){return this.size!==Ve.BASESIZE?["sizing","reset-size"+this.size,"size"+Ve.BASESIZE]:[]},Z.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=Wt(this.size)),this._fontMetrics},Z.getColor=function(){return this.phantom?"transparent":this.color},Ve}();Tn.BASESIZE=6;var Ai=Tn,ri={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},Ci={ex:!0,em:!0,mu:!0},Qi=function(Z){return typeof Z!="string"&&(Z=Z.unit),Z in ri||Z in Ci||Z==="ex"},Zi=function(Z,Y){var te;if(Z.unit in ri)te=ri[Z.unit]/Y.fontMetrics().ptPerEm/Y.sizeMultiplier;else if(Z.unit==="mu")te=Y.fontMetrics().cssEmPerMu;else{var de;if(Y.style.isTight()?de=Y.havingStyle(Y.style.text()):de=Y,Z.unit==="ex")te=de.fontMetrics().xHeight;else if(Z.unit==="em")te=de.fontMetrics().quad;else throw new o("Invalid unit: '"+Z.unit+"'");de!==Y&&(te*=de.sizeMultiplier/Y.sizeMultiplier)}return Math.min(Z.number*te,Y.maxSize)},Ca=["\\imath","\u0131","\\jmath","\u0237","\\pounds","\\mathsterling","\\textsterling","\xA3"],ui=function(Z,Y,te){return Ie[te][Z]&&Ie[te][Z].replace&&(Z=Ie[te][Z].replace),{value:Z,metrics:Yt(Z,Y,te)}},ca=function(Z,Y,te,de,Ae){var Ye=ui(Z,Y,te),Pt=Ye.metrics;Z=Ye.value;var $t;if(Pt){var nr=Pt.italic;(te==="text"||de&&de.font==="mathit")&&(nr=0),$t=new Le(Z,Pt.height,Pt.depth,nr,Pt.skew,Pt.width,Ae)}else typeof console!="undefined"&&console.warn("No character metrics "+("for '"+Z+"' in style '"+Y+"' and mode '"+te+"'")),$t=new Le(Z,0,0,0,0,0,Ae);if(de){$t.maxFontSize=de.sizeMultiplier,de.style.isTight()&&$t.classes.push("mtight");var Dt=de.getColor();Dt&&($t.style.color=Dt)}return $t},Ta=function(Z,Y,te,de){return de===void 0&&(de=[]),te.font==="boldsymbol"&&ui(Z,"Main-Bold",Y).metrics?ca(Z,"Main-Bold",Y,te,de.concat(["mathbf"])):Z==="\\"||Ie[Y][Z].font==="main"?ca(Z,"Main-Regular",Y,te,de):ca(Z,"AMS-Regular",Y,te,de.concat(["amsrm"]))},St=function(Z,Y,te,de){return/[0-9]/.test(Z.charAt(0))||A.contains(Ca,Z)?{fontName:"Main-Italic",fontClass:"mathit"}:{fontName:"Math-Italic",fontClass:"mathdefault"}},ga=function(Z,Y,te,de){return A.contains(Ca,Z)?{fontName:"Main-Italic",fontClass:"mathit"}:/[0-9]/.test(Z.charAt(0))?{fontName:"Caligraphic-Regular",fontClass:"mathcal"}:{fontName:"Math-Italic",fontClass:"mathdefault"}},oa=function(Z,Y,te,de){return ui(Z,"Math-BoldItalic",Y).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},gi=function(Z,Y,te){var de=Z.mode,Ae=Z.text,Ye=["mord"],Pt=de==="math"||de==="text"&&Y.font,$t=Pt?Y.font:Y.fontFamily;if(Ae.charCodeAt(0)===55349){var nr=kn(Ae,de),Dt=nr[0],Wr=nr[1];return ca(Ae,Dt,de,Y,Ye.concat(Wr))}else if($t){var an,An;if($t==="boldsymbol"||$t==="mathnormal"){var Vn=$t==="boldsymbol"?oa(Ae,de,Y,Ye):ga(Ae,de,Y,Ye);an=Vn.fontName,An=[Vn.fontClass]}else A.contains(Ca,Ae)?(an="Main-Italic",An=["mathit"]):Pt?(an=We[$t].fontName,An=[$t]):(an=Nr($t,Y.fontWeight,Y.fontShape),An=[$t,Y.fontWeight,Y.fontShape]);if(ui(Ae,an,de).metrics)return ca(Ae,an,de,Y,Ye.concat(An));if(Kr.hasOwnProperty(Ae)&&an.substr(0,10)==="Typewriter"){for(var Jn=[],ki=0;ki<Ae.length;ki++)Jn.push(ca(Ae[ki],an,de,Y,Ye.concat(An)));return Ot(Jn)}}if(te==="mathord"){var Aa=St(Ae,de,Y,Ye);return ca(Ae,Aa.fontName,de,Y,Ye.concat([Aa.fontClass]))}else if(te==="textord"){var va=Ie[de][Ae]&&Ie[de][Ae].font;if(va==="ams"){var wa=Nr("amsrm",Y.fontWeight,Y.fontShape);return ca(Ae,wa,de,Y,Ye.concat("amsrm",Y.fontWeight,Y.fontShape))}else if(va==="main"||!va){var ns=Nr("textrm",Y.fontWeight,Y.fontShape);return ca(Ae,ns,de,Y,Ye.concat(Y.fontWeight,Y.fontShape))}else{var ys=Nr(va,Y.fontWeight,Y.fontShape);return ca(Ae,ys,de,Y,Ye.concat(ys,Y.fontWeight,Y.fontShape))}}else throw new Error("unexpected type: "+te+" in makeOrd")},Ma=function(Z,Y){if(wt(Z.classes)!==wt(Y.classes)||Z.skew!==Y.skew||Z.maxFontSize!==Y.maxFontSize)return!1;for(var te in Z.style)if(Z.style.hasOwnProperty(te)&&Z.style[te]!==Y.style[te])return!1;for(var de in Y.style)if(Y.style.hasOwnProperty(de)&&Z.style[de]!==Y.style[de])return!1;return!0},Ei=function(Z){for(var Y=0;Y<Z.length-1;Y++){var te=Z[Y],de=Z[Y+1];te instanceof Le&&de instanceof Le&&Ma(te,de)&&(te.text+=de.text,te.height=Math.max(te.height,de.height),te.depth=Math.max(te.depth,de.depth),te.italic=de.italic,Z.splice(Y+1,1),Y--)}return Z},ci=function(Z){for(var Y=0,te=0,de=0,Ae=0;Ae<Z.children.length;Ae++){var Ye=Z.children[Ae];Ye.height>Y&&(Y=Ye.height),Ye.depth>te&&(te=Ye.depth),Ye.maxFontSize>de&&(de=Ye.maxFontSize)}Z.height=Y,Z.depth=te,Z.maxFontSize=de},On=function(Z,Y,te,de){var Ae=new ht(Z,Y,te,de);return ci(Ae),Ae},Ee=function(Z,Y,te,de){return new ht(Z,Y,te,de)},ut=function(Z,Y,te){var de=On([Z],[],Y);return de.height=Math.max(te||Y.fontMetrics().defaultRuleThickness,Y.minRuleThickness),de.style.borderBottomWidth=de.height+"em",de.maxFontSize=1,de},tt=function(Z,Y,te,de){var Ae=new Je(Z,Y,te,de);return ci(Ae),Ae},Ot=function(Z){var Y=new ze(Z);return ci(Y),Y},dt=function(Z,Y){return Z instanceof ze?On([],[Z],Y):Z},lr=function(Z){if(Z.positionType==="individualShift"){for(var Y=Z.children,te=[Y[0]],de=-Y[0].shift-Y[0].elem.depth,Ae=de,Ye=1;Ye<Y.length;Ye++){var Pt=-Y[Ye].shift-Ae-Y[Ye].elem.depth,$t=Pt-(Y[Ye-1].elem.height+Y[Ye-1].elem.depth);Ae=Ae+Pt,te.push({type:"kern",size:$t}),te.push(Y[Ye])}return{children:te,depth:de}}var nr;if(Z.positionType==="top"){for(var Dt=Z.positionData,Wr=0;Wr<Z.children.length;Wr++){var an=Z.children[Wr];Dt-=an.type==="kern"?an.size:an.elem.height+an.elem.depth}nr=Dt}else if(Z.positionType==="bottom")nr=-Z.positionData;else{var An=Z.children[0];if(An.type!=="elem")throw new Error('First child must have type "elem".');if(Z.positionType==="shift")nr=-An.elem.depth-Z.positionData;else if(Z.positionType==="firstBaseline")nr=-An.elem.depth;else throw new Error("Invalid positionType "+Z.positionType+".")}return{children:Z.children,depth:nr}},cr=function(Z,Y){for(var te=lr(Z),de=te.children,Ae=te.depth,Ye=0,Pt=0;Pt<de.length;Pt++){var $t=de[Pt];if($t.type==="elem"){var nr=$t.elem;Ye=Math.max(Ye,nr.maxFontSize,nr.height)}}Ye+=2;var Dt=On(["pstrut"],[]);Dt.style.height=Ye+"em";for(var Wr=[],an=Ae,An=Ae,Vn=Ae,Jn=0;Jn<de.length;Jn++){var ki=de[Jn];if(ki.type==="kern")Vn+=ki.size;else{var Aa=ki.elem,va=ki.wrapperClasses||[],wa=ki.wrapperStyle||{},ns=On(va,[Dt,Aa],void 0,wa);ns.style.top=-Ye-Vn-Aa.depth+"em",ki.marginLeft&&(ns.style.marginLeft=ki.marginLeft),ki.marginRight&&(ns.style.marginRight=ki.marginRight),Wr.push(ns),Vn+=Aa.height+Aa.depth}an=Math.min(an,Vn),An=Math.max(An,Vn)}var ys=On(["vlist"],Wr);ys.style.height=An+"em";var Us;if(an<0){var ls=On([],[]),la=On(["vlist"],[ls]);la.style.height=-an+"em";var io=On(["vlist-s"],[new Le("\u200B")]);Us=[On(["vlist-r"],[ys,io]),On(["vlist-r"],[la])]}else Us=[On(["vlist-r"],[ys])];var Qs=On(["vlist-t"],Us);return Us.length===2&&Qs.classes.push("vlist-t2"),Qs.height=An,Qs.depth=-an,Qs},Ar=function(Z,Y){var te=On(["mspace"],[],Y),de=Zi(Z,Y);return te.style.marginRight=de+"em",te},Nr=function(Z,Y,te){var de="";switch(Z){case"amsrm":de="AMS";break;case"textrm":de="Main";break;case"textsf":de="SansSerif";break;case"texttt":de="Typewriter";break;default:de=Z}var Ae;return Y==="textbf"&&te==="textit"?Ae="BoldItalic":Y==="textbf"?Ae="Bold":Y==="textit"?Ae="Italic":Ae="Regular",de+"-"+Ae},We={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"}},et={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},ye=function(Z,Y){var te=et[Z],de=te[0],Ae=te[1],Ye=te[2],Pt=new He(de),$t=new Ke([Pt],{width:Ae+"em",height:Ye+"em",style:"width:"+Ae+"em",viewBox:"0 0 "+1e3*Ae+" "+1e3*Ye,preserveAspectRatio:"xMinYMin"}),nr=Ee(["overlay"],[$t],Y);return nr.height=Ye,nr.style.height=Ye+"em",nr.style.width=Ae+"em",nr},it={fontMap:We,makeSymbol:ca,mathsym:Ta,makeSpan:On,makeSvgSpan:Ee,makeLineSpan:ut,makeAnchor:tt,makeFragment:Ot,wrapFragment:dt,makeVList:cr,makeOrd:gi,makeGlue:Ar,staticSvg:ye,svgData:et,tryCombineChars:Ei};function sr(Ve,Z){var Y=xr(Ve,Z);if(!Y)throw new Error("Expected node of type "+Z+", but got "+(Ve?"node of type "+Ve.type:String(Ve)));return Y}function xr(Ve,Z){return Ve&&Ve.type===Z?Ve:null}function Or(Ve,Z){var Y=Cr(Ve,Z);if(!Y)throw new Error('Expected node of type "atom" and family "'+Z+'", but got '+(Ve?Ve.type==="atom"?"atom of family "+Ve.family:"node of type "+Ve.type:String(Ve)));return Y}function Cr(Ve,Z){return Ve&&Ve.type==="atom"&&Ve.family===Z?Ve:null}function Ur(Ve){var Z=bn(Ve);if(!Z)throw new Error("Expected node of symbol group type, but got "+(Ve?"node of type "+Ve.type:String(Ve)));return Z}function bn(Ve){return Ve&&(Ve.type==="atom"||ir.hasOwnProperty(Ve.type))?Ve:null}var wr={number:3,unit:"mu"},fn={number:4,unit:"mu"},nn={number:5,unit:"mu"},cn={mord:{mop:wr,mbin:fn,mrel:nn,minner:wr},mop:{mord:wr,mop:wr,mrel:nn,minner:wr},mbin:{mord:fn,mop:fn,mopen:fn,minner:fn},mrel:{mord:nn,mop:nn,mopen:nn,minner:nn},mopen:{},mclose:{mop:wr,mbin:fn,mrel:nn,minner:wr},mpunct:{mord:wr,mop:wr,mrel:nn,mopen:wr,mclose:wr,mpunct:wr,minner:wr},minner:{mord:wr,mop:wr,mbin:fn,mrel:nn,mopen:wr,mpunct:wr,minner:wr}},Pn={mord:{mop:wr},mop:{mord:wr,mop:wr},mbin:{},mrel:{},mopen:{},mclose:{mop:wr},mpunct:{},minner:{mop:wr}},Pa={},Li={},vi={};function yn(Ve){for(var Z=Ve.type,Y=Ve.names,te=Ve.props,de=Ve.handler,Ae=Ve.htmlBuilder,Ye=Ve.mathmlBuilder,Pt={type:Z,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:de},$t=0;$t<Y.length;++$t)Pa[Y[$t]]=Pt;Z&&(Ae&&(Li[Z]=Ae),Ye&&(vi[Z]=Ye))}function fi(Ve){var Z=Ve.type,Y=Ve.htmlBuilder,te=Ve.mathmlBuilder;yn({type:Z,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:Y,mathmlBuilder:te})}var Gi=function(Z){var Y=xr(Z,"ordgroup");return Y?Y.body:[Z]},ya=it.makeSpan,Vs=["leftmost","mbin","mopen","mrel","mop","mpunct"],ba=["rightmost","mrel","mclose","mpunct"],Fs={display:$.DISPLAY,text:$.TEXT,script:$.SCRIPT,scriptscript:$.SCRIPTSCRIPT},Ys={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},es=function(Z,Y,te,de){de===void 0&&(de=[null,null]);for(var Ae=[],Ye=0;Ye<Z.length;Ye++){var Pt=Yi(Z[Ye],Y);if(Pt instanceof ze){var $t=Pt.children;Ae.push.apply(Ae,$t)}else Ae.push(Pt)}if(!te)return Ae;var nr=Y;if(Z.length===1){var Dt=xr(Z[0],"sizing")||xr(Z[0],"styling");Dt&&(Dt.type==="sizing"?nr=Y.havingSize(Dt.size):Dt.type==="styling"&&(nr=Y.havingStyle(Fs[Dt.style])))}var Wr=ya([de[0]||"leftmost"],[],Y),an=ya([de[1]||"rightmost"],[],Y);return Ws(Ae,function(An,Vn){var Jn=Vn.classes[0],ki=An.classes[0];Jn==="mbin"&&A.contains(ba,ki)?Vn.classes[0]="mord":ki==="mbin"&&A.contains(Vs,Jn)&&(An.classes[0]="mord")},{node:Wr},an),Ws(Ae,function(An,Vn){var Jn=fs(Vn),ki=fs(An),Aa=Jn&&ki?An.hasClass("mtight")?Pn[Jn][ki]:cn[Jn][ki]:null;if(Aa)return it.makeGlue(Aa,nr)},{node:Wr},an),Ae},Ws=function Ve(Z,Y,te,de){de&&Z.push(de);for(var Ae=0;Ae<Z.length;Ae++){var Ye=Z[Ae],Pt=qn(Ye);if(Pt){Ve(Pt.children,Y,te);continue}if(Ye.classes[0]!=="mspace"){var $t=Y(Ye,te.node);$t&&(te.insertAfter?te.insertAfter($t):(Z.unshift($t),Ae++)),te.node=Ye,te.insertAfter=function(nr){return function(Dt){Z.splice(nr+1,0,Dt),Ae++}}(Ae)}}de&&Z.pop()},qn=function(Z){return Z instanceof ze||Z instanceof Je?Z:null},Es=function Ve(Z,Y){var te=qn(Z);if(te){var de=te.children;if(de.length){if(Y==="right")return Ve(de[de.length-1],"right");if(Y==="left")return Ve(de[0],"left")}}return Z},fs=function(Z,Y){return Z?(Y&&(Z=Es(Z,Y)),Ys[Z.classes[0]]||null):null},Xs=function(Z,Y){var te=["nulldelimiter"].concat(Z.baseSizingClasses());return ya(Y.concat(te))},Yi=function(Z,Y,te){if(!Z)return ya();if(Li[Z.type]){var de=Li[Z.type](Z,Y);if(te&&Y.size!==te.size){de=ya(Y.sizingClasses(te),[de],Y);var Ae=Y.sizeMultiplier/te.sizeMultiplier;de.height*=Ae,de.depth*=Ae}return de}else throw new o("Got group of unknown type: '"+Z.type+"'")};function Bs(Ve,Z){var Y=ya(["base"],Ve,Z),te=ya(["strut"]);return te.style.height=Y.height+Y.depth+"em",te.style.verticalAlign=-Y.depth+"em",Y.children.unshift(te),Y}function Ko(Ve,Z){var Y=null;Ve.length===1&&Ve[0].type==="tag"&&(Y=Ve[0].tag,Ve=Ve[0].body);for(var te=es(Ve,Z,!0),de=[],Ae=[],Ye=0;Ye<te.length;Ye++)if(Ae.push(te[Ye]),te[Ye].hasClass("mbin")||te[Ye].hasClass("mrel")||te[Ye].hasClass("allowbreak")){for(var Pt=!1;Ye<te.length-1&&te[Ye+1].hasClass("mspace")&&!te[Ye+1].hasClass("newline");)Ye++,Ae.push(te[Ye]),te[Ye].hasClass("nobreak")&&(Pt=!0);Pt||(de.push(Bs(Ae,Z)),Ae=[])}else te[Ye].hasClass("newline")&&(Ae.pop(),Ae.length>0&&(de.push(Bs(Ae,Z)),Ae=[]),de.push(te[Ye]));Ae.length>0&&de.push(Bs(Ae,Z));var $t;Y&&($t=Bs(es(Y,Z,!0)),$t.classes=["tag"],de.push($t));var nr=ya(["katex-html"],de);if(nr.setAttribute("aria-hidden","true"),$t){var Dt=$t.children[0];Dt.style.height=nr.height+nr.depth+"em",Dt.style.verticalAlign=-nr.depth+"em"}return nr}function Va(Ve){return new ze(Ve)}var ha=function(){function Ve(Y,te){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=Y,this.attributes={},this.children=te||[]}var Z=Ve.prototype;return Z.setAttribute=function(te,de){this.attributes[te]=de},Z.getAttribute=function(te){return this.attributes[te]},Z.toNode=function(){var te=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&te.setAttribute(de,this.attributes[de]);for(var Ae=0;Ae<this.children.length;Ae++)te.appendChild(this.children[Ae].toNode());return te},Z.toMarkup=function(){var te="<"+this.type;for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&(te+=" "+de+'="',te+=A.escape(this.attributes[de]),te+='"');te+=">";for(var Ae=0;Ae<this.children.length;Ae++)te+=this.children[Ae].toMarkup();return te+="</"+this.type+">",te},Z.toText=function(){return this.children.map(function(te){return te.toText()}).join("")},Ve}(),is=function(){function Ve(Y){this.text=void 0,this.text=Y}var Z=Ve.prototype;return Z.toNode=function(){return document.createTextNode(this.text)},Z.toMarkup=function(){return A.escape(this.toText())},Z.toText=function(){return this.text},Ve}(),vo=function(){function Ve(Y){this.width=void 0,this.character=void 0,this.width=Y,Y>=.05555&&Y<=.05556?this.character="\u200A":Y>=.1666&&Y<=.1667?this.character="\u2009":Y>=.2222&&Y<=.2223?this.character="\u2005":Y>=.2777&&Y<=.2778?this.character="\u2005\u200A":Y>=-.05556&&Y<=-.05555?this.character="\u200A\u2063":Y>=-.1667&&Y<=-.1666?this.character="\u2009\u2063":Y>=-.2223&&Y<=-.2222?this.character="\u205F\u2063":Y>=-.2778&&Y<=-.2777?this.character="\u2005\u2063":this.character=null}var Z=Ve.prototype;return Z.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},Z.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+this.width+'em"/>'},Z.toText=function(){return this.character?this.character:" "},Ve}(),jn={MathNode:ha,TextNode:is,SpaceNode:vo,newDocumentFragment:Va},ts=function(Z,Y,te){return Ie[Y][Z]&&Ie[Y][Z].replace&&Z.charCodeAt(0)!==55349&&!(Kr.hasOwnProperty(Z)&&te&&(te.fontFamily&&te.fontFamily.substr(4,2)==="tt"||te.font&&te.font.substr(4,2)==="tt"))&&(Z=Ie[Y][Z].replace),new jn.TextNode(Z)},Ps=function(Z){return Z.length===1?Z[0]:new jn.MathNode("mrow",Z)},Is=function(Z,Y){if(Y.fontFamily==="texttt")return"monospace";if(Y.fontFamily==="textsf")return Y.fontShape==="textit"&&Y.fontWeight==="textbf"?"sans-serif-bold-italic":Y.fontShape==="textit"?"sans-serif-italic":Y.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(Y.fontShape==="textit"&&Y.fontWeight==="textbf")return"bold-italic";if(Y.fontShape==="textit")return"italic";if(Y.fontWeight==="textbf")return"bold";var te=Y.font;if(!te||te==="mathnormal")return null;var de=Z.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 Ae=Z.text;if(A.contains(["\\imath","\\jmath"],Ae))return null;Ie[de][Ae]&&Ie[de][Ae].replace&&(Ae=Ie[de][Ae].replace);var Ye=it.fontMap[te].fontName;return Yt(Ae,Ye,de)?it.fontMap[te].variant:null},Wi=function(Z,Y,te){if(Z.length===1){var de=Wa(Z[0],Y);return te&&de instanceof ha&&de.type==="mo"&&(de.setAttribute("lspace","0em"),de.setAttribute("rspace","0em")),[de]}for(var Ae=[],Ye,Pt=0;Pt<Z.length;Pt++){var $t=Wa(Z[Pt],Y);if($t instanceof ha&&Ye instanceof ha){if($t.type==="mtext"&&Ye.type==="mtext"&&$t.getAttribute("mathvariant")===Ye.getAttribute("mathvariant")){var nr;(nr=Ye.children).push.apply(nr,$t.children);continue}else if($t.type==="mn"&&Ye.type==="mn"){var Dt;(Dt=Ye.children).push.apply(Dt,$t.children);continue}else if($t.type==="mi"&&$t.children.length===1&&Ye.type==="mn"){var Wr=$t.children[0];if(Wr instanceof is&&Wr.text==="."){var an;(an=Ye.children).push.apply(an,$t.children);continue}}else if(Ye.type==="mi"&&Ye.children.length===1){var An=Ye.children[0];if(An instanceof is&&An.text==="\u0338"&&($t.type==="mo"||$t.type==="mi"||$t.type==="mn")){var Vn=$t.children[0];Vn instanceof is&&Vn.text.length>0&&(Vn.text=Vn.text.slice(0,1)+"\u0338"+Vn.text.slice(1),Ae.pop())}}}Ae.push($t),Ye=$t}return Ae},Xa=function(Z,Y,te){return Ps(Wi(Z,Y,te))},Wa=function(Z,Y){if(!Z)return new jn.MathNode("mrow");if(vi[Z.type]){var te=vi[Z.type](Z,Y);return te}else throw new o("Got group of unknown type: '"+Z.type+"'")};function Rs(Ve,Z,Y,te){var de=Wi(Ve,Y),Ae;de.length===1&&de[0]instanceof ha&&A.contains(["mrow","mtable"],de[0].type)?Ae=de[0]:Ae=new jn.MathNode("mrow",de);var Ye=new jn.MathNode("annotation",[new jn.TextNode(Z)]);Ye.setAttribute("encoding","application/x-tex");var Pt=new jn.MathNode("semantics",[Ae,Ye]),$t=new jn.MathNode("math",[Pt]);$t.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML");var nr=te?"katex":"katex-mathml";return it.makeSpan([nr],[$t])}var _o=function(Z){return new Ai({style:Z.displayMode?$.DISPLAY:$.TEXT,maxSize:Z.maxSize,minRuleThickness:Z.minRuleThickness})},$o=function(Z,Y){if(Y.displayMode){var te=["katex-display"];Y.leqno&&te.push("leqno"),Y.fleqn&&te.push("fleqn"),Z=it.makeSpan(te,[Z])}return Z},Vo=function(Z,Y,te){var de=_o(te),Ae;if(te.output==="mathml")return Rs(Z,Y,de,!0);if(te.output==="html"){var Ye=Ko(Z,de);Ae=it.makeSpan(["katex"],[Ye])}else{var Pt=Rs(Z,Y,de,!1),$t=Ko(Z,de);Ae=it.makeSpan(["katex"],[Pt,$t])}return $o(Ae,te)},Yo=function(Z,Y,te){var de=_o(te),Ae=Ko(Z,de),Ye=it.makeSpan(["katex"],[Ae]);return $o(Ye,te)},rs=Vo,_s={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"},Ao=function(Z){var Y=new jn.MathNode("mo",[new jn.TextNode(_s[Z.substr(1)])]);return Y.setAttribute("stretchy","true"),Y},Zo={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]},Lo=function(Z){return Z.type==="ordgroup"?Z.body.length:1},Xo=function(Z,Y){function te(){var $t=4e5,nr=Z.label.substr(1);if(A.contains(["widehat","widecheck","widetilde","utilde"],nr)){var Dt=Z,Wr=Lo(Dt.base),an,An,Vn;if(Wr>5)nr==="widehat"||nr==="widecheck"?(an=420,$t=2364,Vn=.42,An=nr+"4"):(an=312,$t=2340,Vn=.34,An="tilde4");else{var Jn=[1,1,2,2,3,3][Wr];nr==="widehat"||nr==="widecheck"?($t=[0,1062,2364,2364,2364][Jn],an=[0,239,300,360,420][Jn],Vn=[0,.24,.3,.3,.36,.42][Jn],An=nr+Jn):($t=[0,600,1033,2339,2340][Jn],an=[0,260,286,306,312][Jn],Vn=[0,.26,.286,.3,.306,.34][Jn],An="tilde"+Jn)}var ki=new He(An),Aa=new Ke([ki],{width:"100%",height:Vn+"em",viewBox:"0 0 "+$t+" "+an,preserveAspectRatio:"none"});return{span:it.makeSvgSpan([],[Aa],Y),minWidth:0,height:Vn}}else{var va=[],wa=Zo[nr],ns=wa[0],ys=wa[1],Us=wa[2],ls=Us/1e3,la=ns.length,io,Qs;if(la===1){var xi=wa[3];io=["hide-tail"],Qs=[xi]}else if(la===2)io=["halfarrow-left","halfarrow-right"],Qs=["xMinYMin","xMaxYMin"];else if(la===3)io=["brace-left","brace-center","brace-right"],Qs=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+la+" children.");for(var Ro=0;Ro<la;Ro++){var Po=new He(ns[Ro]),xu=new Ke([Po],{width:"400em",height:ls+"em",viewBox:"0 0 "+$t+" "+Us,preserveAspectRatio:Qs[Ro]+" slice"}),eo=it.makeSvgSpan([io[Ro]],[xu],Y);if(la===1)return{span:eo,minWidth:ys,height:ls};eo.style.height=ls+"em",va.push(eo)}return{span:it.makeSpan(["stretchy"],va,Y),minWidth:ys,height:ls}}}var de=te(),Ae=de.span,Ye=de.minWidth,Pt=de.height;return Ae.height=Pt,Ae.style.height=Pt+"em",Ye>0&&(Ae.style.minWidth=Ye+"em"),Ae},yi=function(Z,Y,te,de){var Ae,Ye=Z.height+Z.depth+2*te;if(/fbox|color/.test(Y)){if(Ae=it.makeSpan(["stretchy",Y],[],de),Y==="fbox"){var Pt=de.color&&de.getColor();Pt&&(Ae.style.borderColor=Pt)}}else{var $t=[];/^[bx]cancel$/.test(Y)&&$t.push(new Xe({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(Y)&&$t.push(new Xe({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var nr=new Ke($t,{width:"100%",height:Ye+"em"});Ae=it.makeSvgSpan([],[nr],de)}return Ae.height=Ye,Ae.style.height=Ye+"em",Ae},hi={encloseSpan:yi,mathMLnode:Ao,svgSpan:Xo},as=function(Z,Y){var te,de,Ae=xr(Z,"supsub"),Ye;Ae?(de=sr(Ae.base,"accent"),te=de.base,Ae.base=te,Ye=bt(Yi(Ae,Y)),Ae.base=de):(de=sr(Z,"accent"),te=de.base);var Pt=Yi(te,Y.havingCrampedStyle()),$t=de.isShifty&&A.isCharacterBox(te),nr=0;if($t){var Dt=A.getBaseElem(te),Wr=Yi(Dt,Y.havingCrampedStyle());nr=pt(Wr).skew}var an=Math.min(Pt.height,Y.fontMetrics().xHeight),An;if(de.isStretchy)An=hi.svgSpan(de,Y),An=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Pt},{type:"elem",elem:An,wrapperClasses:["svg-align"],wrapperStyle:nr>0?{width:"calc(100% - "+2*nr+"em)",marginLeft:2*nr+"em"}:void 0}]},Y);else{var Vn,Jn;de.label==="\\vec"?(Vn=it.staticSvg("vec",Y),Jn=it.svgData.vec[1]):(Vn=it.makeOrd({mode:de.mode,text:de.label},Y,"textord"),Vn=pt(Vn),Vn.italic=0,Jn=Vn.width),An=it.makeSpan(["accent-body"],[Vn]);var ki=de.label==="\\textcircled";ki&&(An.classes.push("accent-full"),an=Pt.height);var Aa=nr;ki||(Aa-=Jn/2),An.style.left=Aa+"em",de.label==="\\textcircled"&&(An.style.top=".2em"),An=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Pt},{type:"kern",size:-an},{type:"elem",elem:An}]},Y)}var va=it.makeSpan(["mord","accent"],[An],Y);return Ye?(Ye.children[0]=va,Ye.height=Math.max(va.height,Ye.height),Ye.classes[0]="mord",Ye):va},ds=function(Z,Y){var te=Z.isStretchy?hi.mathMLnode(Z.label):new jn.MathNode("mo",[ts(Z.label,Z.mode)]),de=new jn.MathNode("mover",[Wa(Z.base,Y),te]);return de.setAttribute("accent","true"),de},ss=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(function(Ve){return"\\"+Ve}).join("|"));yn({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(Z,Y){var te=Y[0],de=!ss.test(Z.funcName),Ae=!de||Z.funcName==="\\widehat"||Z.funcName==="\\widetilde"||Z.funcName==="\\widecheck";return{type:"accent",mode:Z.parser.mode,label:Z.funcName,isStretchy:de,isShifty:Ae,base:te}},htmlBuilder:as,mathmlBuilder:ds}),yn({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(Z,Y){var te=Y[0];return{type:"accent",mode:Z.parser.mode,label:Z.funcName,isStretchy:!1,isShifty:!0,base:te}},htmlBuilder:as,mathmlBuilder:ds}),yn({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0];return{type:"accentUnder",mode:te.mode,label:de,base:Ae}},htmlBuilder:function(Z,Y){var te=Yi(Z.base,Y),de=hi.svgSpan(Z,Y),Ae=Z.label==="\\utilde"?.12:0,Ye=it.makeVList({positionType:"bottom",positionData:de.height+Ae,children:[{type:"elem",elem:de,wrapperClasses:["svg-align"]},{type:"kern",size:Ae},{type:"elem",elem:te}]},Y);return it.makeSpan(["mord","accentunder"],[Ye],Y)},mathmlBuilder:function(Z,Y){var te=hi.mathMLnode(Z.label),de=new jn.MathNode("munder",[Wa(Z.base,Y),te]);return de.setAttribute("accentunder","true"),de}});var go=function(Z){var Y=new jn.MathNode("mpadded",Z?[Z]:[]);return Y.setAttribute("width","+0.6em"),Y.setAttribute("lspace","0.3em"),Y};yn({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(Z,Y,te){var de=Z.parser,Ae=Z.funcName;return{type:"xArrow",mode:de.mode,label:Ae,body:Y[0],below:te[0]}},htmlBuilder:function(Z,Y){var te=Y.style,de=Y.havingStyle(te.sup()),Ae=it.wrapFragment(Yi(Z.body,de,Y),Y);Ae.classes.push("x-arrow-pad");var Ye;Z.below&&(de=Y.havingStyle(te.sub()),Ye=it.wrapFragment(Yi(Z.below,de,Y),Y),Ye.classes.push("x-arrow-pad"));var Pt=hi.svgSpan(Z,Y),$t=-Y.fontMetrics().axisHeight+.5*Pt.height,nr=-Y.fontMetrics().axisHeight-.5*Pt.height-.111;(Ae.depth>.25||Z.label==="\\xleftequilibrium")&&(nr-=Ae.depth);var Dt;if(Ye){var Wr=-Y.fontMetrics().axisHeight+Ye.height+.5*Pt.height+.111;Dt=it.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ae,shift:nr},{type:"elem",elem:Pt,shift:$t},{type:"elem",elem:Ye,shift:Wr}]},Y)}else Dt=it.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ae,shift:nr},{type:"elem",elem:Pt,shift:$t}]},Y);return Dt.children[0].children[0].children[1].classes.push("svg-align"),it.makeSpan(["mrel","x-arrow"],[Dt],Y)},mathmlBuilder:function(Z,Y){var te=hi.mathMLnode(Z.label),de;if(Z.body){var Ae=go(Wa(Z.body,Y));if(Z.below){var Ye=go(Wa(Z.below,Y));de=new jn.MathNode("munderover",[te,Ye,Ae])}else de=new jn.MathNode("mover",[te,Ae])}else if(Z.below){var Pt=go(Wa(Z.below,Y));de=new jn.MathNode("munder",[te,Pt])}else de=go(),de=new jn.MathNode("mover",[te,de]);return de}}),yn({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){for(var te=Z.parser,de=sr(Y[0],"ordgroup"),Ae=de.body,Ye="",Pt=0;Pt<Ae.length;Pt++){var $t=sr(Ae[Pt],"textord");Ye+=$t.text}var nr=parseInt(Ye);if(isNaN(nr))throw new o("\\@char has non-numeric argument "+Ye);return{type:"textord",mode:te.mode,text:String.fromCharCode(nr)}}});var Wo=function(Z,Y){var te=es(Z.body,Y.withColor(Z.color),!1);return it.makeFragment(te)},du=function(Z,Y){var te=Wi(Z.body,Y.withColor(Z.color)),de=new jn.MathNode("mstyle",te);return de.setAttribute("mathcolor",Z.color),de};yn({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","original"]},handler:function(Z,Y){var te=Z.parser,de=sr(Y[0],"color-token").color,Ae=Y[1];return{type:"color",mode:te.mode,color:de,body:Gi(Ae)}},htmlBuilder:Wo,mathmlBuilder:du}),yn({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler:function(Z,Y){var te=Z.parser,de=Z.breakOnTokenText,Ae=sr(Y[0],"color-token").color;te.gullet.macros.set("\\current@color",Ae);var Ye=te.parseExpression(!0,de);return{type:"color",mode:te.mode,color:Ae,body:Ye}},htmlBuilder:Wo,mathmlBuilder:du}),yn({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function(Z,Y,te){var de=Z.parser,Ae=Z.funcName,Ye=te[0],Pt=Ae==="\\cr",$t=!1;return Pt||(de.settings.displayMode&&de.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")?$t=!1:$t=!0),{type:"cr",mode:de.mode,newLine:$t,newRow:Pt,size:Ye&&sr(Ye,"size").value}},htmlBuilder:function(Z,Y){if(Z.newRow)throw new o("\\cr valid only within a tabular/array environment");var te=it.makeSpan(["mspace"],[],Y);return Z.newLine&&(te.classes.push("newline"),Z.size&&(te.style.marginTop=Zi(Z.size,Y)+"em")),te},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mspace");return Z.newLine&&(te.setAttribute("linebreak","newline"),Z.size&&te.setAttribute("height",Zi(Z.size,Y)+"em")),te}});var Ls=function(Z,Y,te){var de=Ie.math[Z]&&Ie.math[Z].replace,Ae=Yt(de||Z,Y,te);if(!Ae)throw new Error("Unsupported symbol "+Z+" and font size "+Y+".");return Ae},tu=function(Z,Y,te,de){var Ae=te.havingBaseStyle(Y),Ye=it.makeSpan(de.concat(Ae.sizingClasses(te)),[Z],te),Pt=Ae.sizeMultiplier/te.sizeMultiplier;return Ye.height*=Pt,Ye.depth*=Pt,Ye.maxFontSize=Ae.sizeMultiplier,Ye},hu=function(Z,Y,te){var de=Y.havingBaseStyle(te),Ae=(1-Y.sizeMultiplier/de.sizeMultiplier)*Y.fontMetrics().axisHeight;Z.classes.push("delimcenter"),Z.style.top=Ae+"em",Z.height-=Ae,Z.depth+=Ae},Iu=function(Z,Y,te,de,Ae,Ye){var Pt=it.makeSymbol(Z,"Main-Regular",Ae,de),$t=tu(Pt,Y,de,Ye);return te&&hu($t,de,Y),$t},Mo=function(Z,Y,te,de){return it.makeSymbol(Z,"Size"+Y+"-Regular",te,de)},Ju=function(Z,Y,te,de,Ae,Ye){var Pt=Mo(Z,Y,Ae,de),$t=tu(it.makeSpan(["delimsizing","size"+Y],[Pt],de),$.TEXT,de,Ye);return te&&hu($t,de,$.TEXT),$t},Fo=function(Z,Y,te){var de;Y==="Size1-Regular"?de="delim-size1":de="delim-size4";var Ae=it.makeSpan(["delimsizinginner",de],[it.makeSpan([],[it.makeSymbol(Z,Y,te)])]);return{type:"elem",elem:Ae}},mo={type:"kern",size:-.005},gu=function(Z,Y,te,de,Ae,Ye){var Pt,$t,nr,Dt;Pt=nr=Dt=Z,$t=null;var Wr="Size1-Regular";Z==="\\uparrow"?nr=Dt="\u23D0":Z==="\\Uparrow"?nr=Dt="\u2016":Z==="\\downarrow"?Pt=nr="\u23D0":Z==="\\Downarrow"?Pt=nr="\u2016":Z==="\\updownarrow"?(Pt="\\uparrow",nr="\u23D0",Dt="\\downarrow"):Z==="\\Updownarrow"?(Pt="\\Uparrow",nr="\u2016",Dt="\\Downarrow"):Z==="["||Z==="\\lbrack"?(Pt="\u23A1",nr="\u23A2",Dt="\u23A3",Wr="Size4-Regular"):Z==="]"||Z==="\\rbrack"?(Pt="\u23A4",nr="\u23A5",Dt="\u23A6",Wr="Size4-Regular"):Z==="\\lfloor"||Z==="\u230A"?(nr=Pt="\u23A2",Dt="\u23A3",Wr="Size4-Regular"):Z==="\\lceil"||Z==="\u2308"?(Pt="\u23A1",nr=Dt="\u23A2",Wr="Size4-Regular"):Z==="\\rfloor"||Z==="\u230B"?(nr=Pt="\u23A5",Dt="\u23A6",Wr="Size4-Regular"):Z==="\\rceil"||Z==="\u2309"?(Pt="\u23A4",nr=Dt="\u23A5",Wr="Size4-Regular"):Z==="("||Z==="\\lparen"?(Pt="\u239B",nr="\u239C",Dt="\u239D",Wr="Size4-Regular"):Z===")"||Z==="\\rparen"?(Pt="\u239E",nr="\u239F",Dt="\u23A0",Wr="Size4-Regular"):Z==="\\{"||Z==="\\lbrace"?(Pt="\u23A7",$t="\u23A8",Dt="\u23A9",nr="\u23AA",Wr="Size4-Regular"):Z==="\\}"||Z==="\\rbrace"?(Pt="\u23AB",$t="\u23AC",Dt="\u23AD",nr="\u23AA",Wr="Size4-Regular"):Z==="\\lgroup"||Z==="\u27EE"?(Pt="\u23A7",Dt="\u23A9",nr="\u23AA",Wr="Size4-Regular"):Z==="\\rgroup"||Z==="\u27EF"?(Pt="\u23AB",Dt="\u23AD",nr="\u23AA",Wr="Size4-Regular"):Z==="\\lmoustache"||Z==="\u23B0"?(Pt="\u23A7",Dt="\u23AD",nr="\u23AA",Wr="Size4-Regular"):(Z==="\\rmoustache"||Z==="\u23B1")&&(Pt="\u23AB",Dt="\u23A9",nr="\u23AA",Wr="Size4-Regular");var an=Ls(Pt,Wr,Ae),An=an.height+an.depth,Vn=Ls(nr,Wr,Ae),Jn=Vn.height+Vn.depth,ki=Ls(Dt,Wr,Ae),Aa=ki.height+ki.depth,va=0,wa=1;if($t!==null){var ns=Ls($t,Wr,Ae);va=ns.height+ns.depth,wa=2}var ys=An+Aa+va,Us=Math.max(0,Math.ceil((Y-ys)/(wa*Jn))),ls=ys+Us*wa*Jn,la=de.fontMetrics().axisHeight;te&&(la*=de.sizeMultiplier);var io=ls/2-la,Qs=(Us+1)*.005-Jn,xi=[];if(xi.push(Fo(Dt,Wr,Ae)),$t===null)for(var Ro=0;Ro<Us;Ro++)xi.push(mo),xi.push(Fo(nr,Wr,Ae));else{for(var Po=0;Po<Us;Po++)xi.push(mo),xi.push(Fo(nr,Wr,Ae));xi.push({type:"kern",size:Qs}),xi.push(Fo(nr,Wr,Ae)),xi.push(mo),xi.push(Fo($t,Wr,Ae));for(var xu=0;xu<Us;xu++)xi.push(mo),xi.push(Fo(nr,Wr,Ae))}xi.push({type:"kern",size:Qs}),xi.push(Fo(nr,Wr,Ae)),xi.push(mo),xi.push(Fo(Pt,Wr,Ae));var eo=de.havingBaseStyle($.TEXT),to=it.makeVList({positionType:"bottom",positionData:io,children:xi},eo);return tu(it.makeSpan(["delimsizing","mult"],[to],eo),$.TEXT,de,Ye)},Bu=80,Do=.08,Bo=function(Z,Y,te,de,Ae){var Ye=Ft(Z,de,te),Pt=new He(Z,Ye),$t=new Ke([Pt],{width:"400em",height:Y+"em",viewBox:"0 0 400000 "+te,preserveAspectRatio:"xMinYMin slice"});return it.makeSvgSpan(["hide-tail"],[$t],Ae)},Ou=function(Z,Y){var te=Y.havingBaseSizing(),de=Sr("\\surd",Z*te.sizeMultiplier,ur,te),Ae=te.sizeMultiplier,Ye=Math.max(0,Y.minRuleThickness-Y.fontMetrics().sqrtRuleThickness),Pt,$t=0,nr=0,Dt=0,Wr;return de.type==="small"?(Dt=1e3+1e3*Ye+Bu,Z<1?Ae=1:Z<1.4&&(Ae=.7),$t=(1+Ye+Do)/Ae,nr=(1+Ye)/Ae,Pt=Bo("sqrtMain",$t,Dt,Ye,Y),Pt.style.minWidth="0.853em",Wr=.833/Ae):de.type==="large"?(Dt=(1e3+Bu)*Ho[de.size],nr=(Ho[de.size]+Ye)/Ae,$t=(Ho[de.size]+Ye+Do)/Ae,Pt=Bo("sqrtSize"+de.size,$t,Dt,Ye,Y),Pt.style.minWidth="1.02em",Wr=1/Ae):($t=Z+Ye+Do,nr=Z+Ye,Dt=Math.floor(1e3*Z+Ye)+Bu,Pt=Bo("sqrtTall",$t,Dt,Ye,Y),Pt.style.minWidth="0.742em",Wr=1.056),Pt.height=nr,Pt.style.height=$t+"em",{span:Pt,advanceWidth:Wr,ruleWidth:(Y.fontMetrics().sqrtRuleThickness+Ye)*Ae}},Qo=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","\\surd"],ru=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27EE","\u27EF","\\lmoustache","\\rmoustache","\u23B0","\u23B1"],Os=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],Ho=[0,1.2,1.8,2.4,3],Nu=function(Z,Y,te,de,Ae){if(Z==="<"||Z==="\\lt"||Z==="\u27E8"?Z="\\langle":(Z===">"||Z==="\\gt"||Z==="\u27E9")&&(Z="\\rangle"),A.contains(Qo,Z)||A.contains(Os,Z))return Ju(Z,Y,!1,te,de,Ae);if(A.contains(ru,Z))return gu(Z,Ho[Y],!1,te,de,Ae);throw new o("Illegal delimiter: '"+Z+"'")},qt=[{type:"small",style:$.SCRIPTSCRIPT},{type:"small",style:$.SCRIPT},{type:"small",style:$.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],hr=[{type:"small",style:$.SCRIPTSCRIPT},{type:"small",style:$.SCRIPT},{type:"small",style:$.TEXT},{type:"stack"}],ur=[{type:"small",style:$.SCRIPTSCRIPT},{type:"small",style:$.SCRIPT},{type:"small",style:$.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],pr=function(Z){if(Z.type==="small")return"Main-Regular";if(Z.type==="large")return"Size"+Z.size+"-Regular";if(Z.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+Z.type+"' here.")},Sr=function(Z,Y,te,de){for(var Ae=Math.min(2,3-de.style.size),Ye=Ae;Ye<te.length&&te[Ye].type!=="stack";Ye++){var Pt=Ls(Z,pr(te[Ye]),"math"),$t=Pt.height+Pt.depth;if(te[Ye].type==="small"){var nr=de.havingBaseStyle(te[Ye].style);$t*=nr.sizeMultiplier}if($t>Y)return te[Ye]}return te[te.length-1]},vn=function(Z,Y,te,de,Ae,Ye){Z==="<"||Z==="\\lt"||Z==="\u27E8"?Z="\\langle":(Z===">"||Z==="\\gt"||Z==="\u27E9")&&(Z="\\rangle");var Pt;A.contains(Os,Z)?Pt=qt:A.contains(Qo,Z)?Pt=ur:Pt=hr;var $t=Sr(Z,Y,Pt,de);return $t.type==="small"?Iu(Z,$t.style,te,de,Ae,Ye):$t.type==="large"?Ju(Z,$t.size,te,de,Ae,Ye):gu(Z,Y,te,de,Ae,Ye)},Wn=function(Z,Y,te,de,Ae,Ye){var Pt=de.fontMetrics().axisHeight*de.sizeMultiplier,$t=901,nr=5/de.fontMetrics().ptPerEm,Dt=Math.max(Y-Pt,te+Pt),Wr=Math.max(Dt/500*$t,2*Dt-nr);return vn(Z,Wr,!0,de,Ae,Ye)},Rn={sqrtImage:Ou,sizedDelim:Nu,customSizedDelim:vn,leftRightDelim:Wn},Hn={"\\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}},oi=["(","\\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 ai(Ve,Z){var Y=bn(Ve);if(Y&&A.contains(oi,Y.text))return Y;throw new o("Invalid delimiter: '"+(Y?Y.text:JSON.stringify(Ve))+"' after '"+Z.funcName+"'",Ve)}yn({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:function(Z,Y){var te=ai(Y[0],Z);return{type:"delimsizing",mode:Z.parser.mode,size:Hn[Z.funcName].size,mclass:Hn[Z.funcName].mclass,delim:te.text}},htmlBuilder:function(Z,Y){return Z.delim==="."?it.makeSpan([Z.mclass]):Rn.sizedDelim(Z.delim,Z.size,Y,Z.mode,[Z.mclass])},mathmlBuilder:function(Z){var Y=[];Z.delim!=="."&&Y.push(ts(Z.delim,Z.mode));var te=new jn.MathNode("mo",Y);return Z.mclass==="mopen"||Z.mclass==="mclose"?te.setAttribute("fence","true"):te.setAttribute("fence","false"),te}});function fr(Ve){if(!Ve.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}yn({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:function(Z,Y){var te=Z.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:Z.parser.mode,delim:ai(Y[0],Z).text,color:te}}}),yn({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function(Z,Y){var te=ai(Y[0],Z),de=Z.parser;++de.leftrightDepth;var Ae=de.parseExpression(!1);--de.leftrightDepth,de.expect("\\right",!1);var Ye=sr(de.parseFunction(),"leftright-right");return{type:"leftright",mode:de.mode,body:Ae,left:te.text,right:Ye.delim,rightColor:Ye.color}},htmlBuilder:function(Z,Y){fr(Z);for(var te=es(Z.body,Y,!0,["mopen","mclose"]),de=0,Ae=0,Ye=!1,Pt=0;Pt<te.length;Pt++)te[Pt].isMiddle?Ye=!0:(de=Math.max(te[Pt].height,de),Ae=Math.max(te[Pt].depth,Ae));de*=Y.sizeMultiplier,Ae*=Y.sizeMultiplier;var $t;if(Z.left==="."?$t=Xs(Y,["mopen"]):$t=Rn.leftRightDelim(Z.left,de,Ae,Y,Z.mode,["mopen"]),te.unshift($t),Ye)for(var nr=1;nr<te.length;nr++){var Dt=te[nr],Wr=Dt.isMiddle;Wr&&(te[nr]=Rn.leftRightDelim(Wr.delim,de,Ae,Wr.options,Z.mode,[]))}var an;if(Z.right===".")an=Xs(Y,["mclose"]);else{var An=Z.rightColor?Y.withColor(Z.rightColor):Y;an=Rn.leftRightDelim(Z.right,de,Ae,An,Z.mode,["mclose"])}return te.push(an),it.makeSpan(["minner"],te,Y)},mathmlBuilder:function(Z,Y){fr(Z);var te=Wi(Z.body,Y);if(Z.left!=="."){var de=new jn.MathNode("mo",[ts(Z.left,Z.mode)]);de.setAttribute("fence","true"),te.unshift(de)}if(Z.right!=="."){var Ae=new jn.MathNode("mo",[ts(Z.right,Z.mode)]);Ae.setAttribute("fence","true"),Z.rightColor&&Ae.setAttribute("mathcolor",Z.rightColor),te.push(Ae)}return Ps(te)}}),yn({type:"middle",names:["\\middle"],props:{numArgs:1},handler:function(Z,Y){var te=ai(Y[0],Z);if(!Z.parser.leftrightDepth)throw new o("\\middle without preceding \\left",te);return{type:"middle",mode:Z.parser.mode,delim:te.text}},htmlBuilder:function(Z,Y){var te;if(Z.delim===".")te=Xs(Y,[]);else{te=Rn.sizedDelim(Z.delim,1,Y,Z.mode,[]);var de={delim:Z.delim,options:Y};te.isMiddle=de}return te},mathmlBuilder:function(Z,Y){var te=Z.delim==="\\vert"||Z.delim==="|"?ts("|","text"):ts(Z.delim,Z.mode),de=new jn.MathNode("mo",[te]);return de.setAttribute("fence","true"),de.setAttribute("lspace","0.05em"),de.setAttribute("rspace","0.05em"),de}});var Fr=function(Z,Y){var te=it.wrapFragment(Yi(Z.body,Y),Y),de=Z.label.substr(1),Ae=Y.sizeMultiplier,Ye,Pt=0,$t=A.isCharacterBox(Z.body);if(de==="sout")Ye=it.makeSpan(["stretchy","sout"]),Ye.height=Y.fontMetrics().defaultRuleThickness/Ae,Pt=-.5*Y.fontMetrics().xHeight;else{/cancel/.test(de)?$t||te.classes.push("cancel-pad"):te.classes.push("boxpad");var nr=0,Dt=0;/box/.test(de)?(Dt=Math.max(Y.fontMetrics().fboxrule,Y.minRuleThickness),nr=Y.fontMetrics().fboxsep+(de==="colorbox"?0:Dt)):nr=$t?.2:0,Ye=hi.encloseSpan(te,de,nr,Y),/fbox|boxed|fcolorbox/.test(de)&&(Ye.style.borderStyle="solid",Ye.style.borderWidth=Dt+"em"),Pt=te.depth+nr,Z.backgroundColor&&(Ye.style.backgroundColor=Z.backgroundColor,Z.borderColor&&(Ye.style.borderColor=Z.borderColor))}var Wr;return Z.backgroundColor?Wr=it.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ye,shift:Pt},{type:"elem",elem:te,shift:0}]},Y):Wr=it.makeVList({positionType:"individualShift",children:[{type:"elem",elem:te,shift:0},{type:"elem",elem:Ye,shift:Pt,wrapperClasses:/cancel/.test(de)?["svg-align"]:[]}]},Y),/cancel/.test(de)&&(Wr.height=te.height,Wr.depth=te.depth),/cancel/.test(de)&&!$t?it.makeSpan(["mord","cancel-lap"],[Wr],Y):it.makeSpan(["mord"],[Wr],Y)},kr=function(Z,Y){var te=0,de=new jn.MathNode(Z.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Wa(Z.body,Y)]);switch(Z.label){case"\\cancel":de.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":de.setAttribute("notation","downdiagonalstrike");break;case"\\sout":de.setAttribute("notation","horizontalstrike");break;case"\\fbox":de.setAttribute("notation","box");break;case"\\fcolorbox":case"\\colorbox":if(te=Y.fontMetrics().fboxsep*Y.fontMetrics().ptPerEm,de.setAttribute("width","+"+2*te+"pt"),de.setAttribute("height","+"+2*te+"pt"),de.setAttribute("lspace",te+"pt"),de.setAttribute("voffset",te+"pt"),Z.label==="\\fcolorbox"){var Ae=Math.max(Y.fontMetrics().fboxrule,Y.minRuleThickness);de.setAttribute("style","border: "+Ae+"em solid "+String(Z.borderColor))}break;case"\\xcancel":de.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return Z.backgroundColor&&de.setAttribute("mathbackground",Z.backgroundColor),de};yn({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler:function(Z,Y,te){var de=Z.parser,Ae=Z.funcName,Ye=sr(Y[0],"color-token").color,Pt=Y[1];return{type:"enclose",mode:de.mode,label:Ae,backgroundColor:Ye,body:Pt}},htmlBuilder:Fr,mathmlBuilder:kr}),yn({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function(Z,Y,te){var de=Z.parser,Ae=Z.funcName,Ye=sr(Y[0],"color-token").color,Pt=sr(Y[1],"color-token").color,$t=Y[2];return{type:"enclose",mode:de.mode,label:Ae,backgroundColor:Pt,borderColor:Ye,body:$t}},htmlBuilder:Fr,mathmlBuilder:kr}),yn({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(Z,Y){var te=Z.parser;return{type:"enclose",mode:te.mode,label:"\\fbox",body:Y[0]}}}),yn({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function(Z,Y,te){var de=Z.parser,Ae=Z.funcName,Ye=Y[0];return{type:"enclose",mode:de.mode,label:Ae,body:Ye}},htmlBuilder:Fr,mathmlBuilder:kr});var En={};function Sn(Ve){for(var Z=Ve.type,Y=Ve.names,te=Ve.props,de=Ve.handler,Ae=Ve.htmlBuilder,Ye=Ve.mathmlBuilder,Pt={type:Z,numArgs:te.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:de},$t=0;$t<Y.length;++$t)En[Y[$t]]=Pt;Ae&&(Li[Z]=Ae),Ye&&(vi[Z]=Ye)}function mt(Ve){var Z=[];Ve.consumeSpaces();for(var Y=Ve.fetch().text;Y==="\\hline"||Y==="\\hdashline";)Ve.consume(),Z.push(Y==="\\hdashline"),Ve.consumeSpaces(),Y=Ve.fetch().text;return Z}function Un(Ve,Z,Y){var te=Z.hskipBeforeAndAfter,de=Z.addJot,Ae=Z.cols,Ye=Z.arraystretch,Pt=Z.colSeparationType;if(Ve.gullet.beginGroup(),Ve.gullet.macros.set("\\\\","\\cr"),!Ye){var $t=Ve.gullet.expandMacroAsText("\\arraystretch");if($t==null)Ye=1;else if(Ye=parseFloat($t),!Ye||Ye<0)throw new o("Invalid \\arraystretch: "+$t)}Ve.gullet.beginGroup();var nr=[],Dt=[nr],Wr=[],an=[];for(an.push(mt(Ve));;){var An=Ve.parseExpression(!1,"\\cr");Ve.gullet.endGroup(),Ve.gullet.beginGroup(),An={type:"ordgroup",mode:Ve.mode,body:An},Y&&(An={type:"styling",mode:Ve.mode,style:Y,body:[An]}),nr.push(An);var Vn=Ve.fetch().text;if(Vn==="&")Ve.consume();else if(Vn==="\\end"){nr.length===1&&An.type==="styling"&&An.body[0].body.length===0&&Dt.pop(),an.length<Dt.length+1&&an.push([]);break}else if(Vn==="\\cr"){var Jn=sr(Ve.parseFunction(),"cr");Wr.push(Jn.size),an.push(mt(Ve)),nr=[],Dt.push(nr)}else throw new o("Expected & or \\\\ or \\cr or \\end",Ve.nextToken)}return Ve.gullet.endGroup(),Ve.gullet.endGroup(),{type:"array",mode:Ve.mode,addJot:de,arraystretch:Ye,body:Dt,cols:Ae,rowGaps:Wr,hskipBeforeAndAfter:te,hLinesBeforeRow:an,colSeparationType:Pt}}function Gn(Ve){return Ve.substr(0,1)==="d"?"display":"text"}var Oi=function(Z,Y){var te,de,Ae=Z.body.length,Ye=Z.hLinesBeforeRow,Pt=0,$t=new Array(Ae),nr=[],Dt=Math.max(Y.fontMetrics().arrayRuleWidth,Y.minRuleThickness),Wr=1/Y.fontMetrics().ptPerEm,an=5*Wr;if(Z.colSeparationType&&Z.colSeparationType==="small"){var An=Y.havingStyle($.SCRIPT).sizeMultiplier;an=.2778*(An/Y.sizeMultiplier)}var Vn=12*Wr,Jn=3*Wr,ki=Z.arraystretch*Vn,Aa=.7*ki,va=.3*ki,wa=0;function ns(iu){for(var cl=0;cl<iu.length;++cl)cl>0&&(wa+=.25),nr.push({pos:wa,isDashed:iu[cl]})}for(ns(Ye[0]),te=0;te<Z.body.length;++te){var ys=Z.body[te],Us=Aa,ls=va;Pt<ys.length&&(Pt=ys.length);var la=new Array(ys.length);for(de=0;de<ys.length;++de){var io=Yi(ys[de],Y);ls<io.depth&&(ls=io.depth),Us<io.height&&(Us=io.height),la[de]=io}var Qs=Z.rowGaps[te],xi=0;Qs&&(xi=Zi(Qs,Y),xi>0&&(xi+=va,ls<xi&&(ls=xi),xi=0)),Z.addJot&&(ls+=Jn),la.height=Us,la.depth=ls,wa+=Us,la.pos=wa,wa+=ls+xi,$t[te]=la,ns(Ye[te+1])}var Ro=wa/2+Y.fontMetrics().axisHeight,Po=Z.cols||[],xu=[],eo,to;for(de=0,to=0;de<Pt||to<Po.length;++de,++to){for(var ao=Po[to]||{},Fl=!0;ao.type==="separator";){if(Fl||(eo=it.makeSpan(["arraycolsep"],[]),eo.style.width=Y.fontMetrics().doubleRuleSep+"em",xu.push(eo)),ao.separator==="|"||ao.separator===":"){var gl=ao.separator==="|"?"solid":"dashed",tl=it.makeSpan(["vertical-separator"],[],Y);tl.style.height=wa+"em",tl.style.borderRightWidth=Dt+"em",tl.style.borderRightStyle=gl,tl.style.margin="0 -"+Dt/2+"em",tl.style.verticalAlign=-(wa-Ro)+"em",xu.push(tl)}else throw new o("Invalid separator type: "+ao.separator);to++,ao=Po[to]||{},Fl=!1}if(!(de>=Pt)){var wu=void 0;(de>0||Z.hskipBeforeAndAfter)&&(wu=A.deflt(ao.pregap,an),wu!==0&&(eo=it.makeSpan(["arraycolsep"],[]),eo.style.width=wu+"em",xu.push(eo)));var lo=[];for(te=0;te<Ae;++te){var ll=$t[te],Zu=ll[de];if(Zu){var jo=ll.pos-Ro;Zu.depth=ll.depth,Zu.height=ll.height,lo.push({type:"elem",elem:Zu,shift:jo})}}lo=it.makeVList({positionType:"individualShift",children:lo},Y),lo=it.makeSpan(["col-align-"+(ao.align||"c")],[lo]),xu.push(lo),(de<Pt-1||Z.hskipBeforeAndAfter)&&(wu=A.deflt(ao.postgap,an),wu!==0&&(eo=it.makeSpan(["arraycolsep"],[]),eo.style.width=wu+"em",xu.push(eo)))}}if($t=it.makeSpan(["mtable"],xu),nr.length>0){for(var El=it.makeLineSpan("hline",Y,Dt),Bl=it.makeLineSpan("hdashline",Y,Dt),nu=[{type:"elem",elem:$t,shift:0}];nr.length>0;){var Nl=nr.pop(),ro=Nl.pos-Ro;Nl.isDashed?nu.push({type:"elem",elem:Bl,shift:ro}):nu.push({type:"elem",elem:El,shift:ro})}$t=it.makeVList({positionType:"individualShift",children:nu},Y)}return it.makeSpan(["mord"],[$t],Y)},qi={c:"center ",l:"left ",r:"right "},er=function(Z,Y){var te=new jn.MathNode("mtable",Z.body.map(function(wa){return new jn.MathNode("mtr",wa.map(function(ns){return new jn.MathNode("mtd",[Wa(ns,Y)])}))})),de=Z.arraystretch===.5?.1:.16+Z.arraystretch-1+(Z.addJot?.09:0);te.setAttribute("rowspacing",de+"em");var Ae="",Ye="";if(Z.cols){var Pt=Z.cols,$t="",nr=!1,Dt=0,Wr=Pt.length;Pt[0].type==="separator"&&(Ae+="top ",Dt=1),Pt[Pt.length-1].type==="separator"&&(Ae+="bottom ",Wr-=1);for(var an=Dt;an<Wr;an++)Pt[an].type==="align"?(Ye+=qi[Pt[an].align],nr&&($t+="none "),nr=!0):Pt[an].type==="separator"&&nr&&($t+=Pt[an].separator==="|"?"solid ":"dashed ",nr=!1);te.setAttribute("columnalign",Ye.trim()),/[sd]/.test($t)&&te.setAttribute("columnlines",$t.trim())}if(Z.colSeparationType==="align"){for(var An=Z.cols||[],Vn="",Jn=1;Jn<An.length;Jn++)Vn+=Jn%2?"0em ":"1em ";te.setAttribute("columnspacing",Vn.trim())}else Z.colSeparationType==="alignat"?te.setAttribute("columnspacing","0em"):Z.colSeparationType==="small"?te.setAttribute("columnspacing","0.2778em"):te.setAttribute("columnspacing","1em");var ki="",Aa=Z.hLinesBeforeRow;Ae+=Aa[0].length>0?"left ":"",Ae+=Aa[Aa.length-1].length>0?"right ":"";for(var va=1;va<Aa.length-1;va++)ki+=Aa[va].length===0?"none ":Aa[va][0]?"dashed ":"solid ";return/[sd]/.test(ki)&&te.setAttribute("rowlines",ki.trim()),Ae!==""&&(te=new jn.MathNode("menclose",[te]),te.setAttribute("notation",Ae.trim())),Z.arraystretch&&Z.arraystretch<1&&(te=new jn.MathNode("mstyle",[te]),te.setAttribute("scriptlevel","1")),te},ia=function(Z,Y){var te=[],de=Un(Z.parser,{cols:te,addJot:!0},"display"),Ae,Ye=0,Pt={type:"ordgroup",mode:Z.mode,body:[]},$t=xr(Y[0],"ordgroup");if($t){for(var nr="",Dt=0;Dt<$t.body.length;Dt++){var Wr=sr($t.body[Dt],"textord");nr+=Wr.text}Ae=Number(nr),Ye=Ae*2}var an=!Ye;de.body.forEach(function(ki){for(var Aa=1;Aa<ki.length;Aa+=2){var va=sr(ki[Aa],"styling"),wa=sr(va.body[0],"ordgroup");wa.body.unshift(Pt)}if(an)Ye<ki.length&&(Ye=ki.length);else{var ns=ki.length/2;if(Ae<ns)throw new o("Too many math in a row: "+("expected "+Ae+", but got "+ns),ki[0])}});for(var An=0;An<Ye;++An){var Vn="r",Jn=0;An%2===1?Vn="l":An>0&&an&&(Jn=1),te[An]={type:"align",align:Vn,pregap:Jn,postgap:0}}return de.colSeparationType=an?"align":"alignat",de};Sn({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(Z,Y){var te=bn(Y[0]),de=te?[Y[0]]:sr(Y[0],"ordgroup").body,Ae=de.map(function(Pt){var $t=Ur(Pt),nr=$t.text;if("lcr".indexOf(nr)!==-1)return{type:"align",align:nr};if(nr==="|")return{type:"separator",separator:"|"};if(nr===":")return{type:"separator",separator:":"};throw new o("Unknown column alignment: "+nr,Pt)}),Ye={cols:Ae,hskipBeforeAndAfter:!0};return Un(Z.parser,Ye,Gn(Z.envName))},htmlBuilder:Oi,mathmlBuilder:er}),Sn({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler:function(Z){var Y={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[Z.envName],te={hskipBeforeAndAfter:!1},de=Un(Z.parser,te,Gn(Z.envName));return Y?{type:"leftright",mode:Z.mode,body:[de],left:Y[0],right:Y[1],rightColor:void 0}:de},htmlBuilder:Oi,mathmlBuilder:er}),Sn({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(Z){var Y={arraystretch:.5},te=Un(Z.parser,Y,"script");return te.colSeparationType="small",te},htmlBuilder:Oi,mathmlBuilder:er}),Sn({type:"array",names:["subarray"],props:{numArgs:1},handler:function(Z,Y){var te=bn(Y[0]),de=te?[Y[0]]:sr(Y[0],"ordgroup").body,Ae=de.map(function(Pt){var $t=Ur(Pt),nr=$t.text;if("lc".indexOf(nr)!==-1)return{type:"align",align:nr};throw new o("Unknown column alignment: "+nr,Pt)});if(Ae.length>1)throw new o("{subarray} can contain only one column");var Ye={cols:Ae,hskipBeforeAndAfter:!1,arraystretch:.5};if(Ye=Un(Z.parser,Ye,"script"),Ye.body[0].length>1)throw new o("{subarray} can contain only one column");return Ye},htmlBuilder:Oi,mathmlBuilder:er}),Sn({type:"array",names:["cases","dcases"],props:{numArgs:0},handler:function(Z){var Y={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},te=Un(Z.parser,Y,Gn(Z.envName));return{type:"leftright",mode:Z.mode,body:[te],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:Oi,mathmlBuilder:er}),Sn({type:"array",names:["aligned"],props:{numArgs:0},handler:ia,htmlBuilder:Oi,mathmlBuilder:er}),Sn({type:"array",names:["gathered"],props:{numArgs:0},handler:function(Z){var Y={cols:[{type:"align",align:"c"}],addJot:!0};return Un(Z.parser,Y,"display")},htmlBuilder:Oi,mathmlBuilder:er}),Sn({type:"array",names:["alignedat"],props:{numArgs:1},handler:ia,htmlBuilder:Oi,mathmlBuilder:er}),yn({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(Z,Y){throw new o(Z.funcName+" valid only within array environment")}});var Ki=En,Sa=Ki;yn({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0];if(Ae.type!=="ordgroup")throw new o("Invalid environment name",Ae);for(var Ye="",Pt=0;Pt<Ae.body.length;++Pt)Ye+=sr(Ae.body[Pt],"textord").text;if(de==="\\begin"){if(!Sa.hasOwnProperty(Ye))throw new o("No such environment: "+Ye,Ae);var $t=Sa[Ye],nr=te.parseArguments("\\begin{"+Ye+"}",$t),Dt=nr.args,Wr=nr.optArgs,an={mode:te.mode,envName:Ye,parser:te},An=$t.handler(an,Dt,Wr);te.expect("\\end",!1);var Vn=te.nextToken,Jn=sr(te.parseFunction(),"environment");if(Jn.name!==Ye)throw new o("Mismatch: \\begin{"+Ye+"} matched by \\end{"+Jn.name+"}",Vn);return An}return{type:"environment",mode:te.mode,name:Ye,nameGroup:Ae}}});var gs=it.makeSpan;function Ns(Ve,Z){var Y=es(Ve.body,Z,!0);return gs([Ve.mclass],Y,Z)}function Mi(Ve,Z){var Y,te=Wi(Ve.body,Z);return Ve.mclass==="minner"?jn.newDocumentFragment(te):(Ve.mclass==="mord"?Ve.isCharacterBox?(Y=te[0],Y.type="mi"):Y=new jn.MathNode("mi",te):(Ve.isCharacterBox?(Y=te[0],Y.type="mo"):Y=new jn.MathNode("mo",te),Ve.mclass==="mbin"?(Y.attributes.lspace="0.22em",Y.attributes.rspace="0.22em"):Ve.mclass==="mpunct"?(Y.attributes.lspace="0em",Y.attributes.rspace="0.17em"):(Ve.mclass==="mopen"||Ve.mclass==="mclose")&&(Y.attributes.lspace="0em",Y.attributes.rspace="0em")),Y)}yn({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0];return{type:"mclass",mode:te.mode,mclass:"m"+de.substr(5),body:Gi(Ae),isCharacterBox:A.isCharacterBox(Ae)}},htmlBuilder:Ns,mathmlBuilder:Mi});var Co=function(Z){var Y=Z.type==="ordgroup"&&Z.body.length?Z.body[0]:Z;return Y.type==="atom"&&(Y.family==="bin"||Y.family==="rel")?"m"+Y.family:"mord"};yn({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function(Z,Y){var te=Z.parser;return{type:"mclass",mode:te.mode,mclass:Co(Y[0]),body:[Y[1]],isCharacterBox:A.isCharacterBox(Y[1])}}}),yn({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[1],Ye=Y[0],Pt;de!=="\\stackrel"?Pt=Co(Ae):Pt="mrel";var $t={type:"op",mode:Ae.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:de!=="\\stackrel",body:Gi(Ae)},nr={type:"supsub",mode:Ye.mode,base:$t,sup:de==="\\underset"?null:Ye,sub:de==="\\underset"?Ye:null};return{type:"mclass",mode:te.mode,mclass:Pt,body:[nr],isCharacterBox:A.isCharacterBox(nr)}},htmlBuilder:Ns,mathmlBuilder:Mi});var oo=function(Z,Y){var te=Z.font,de=Y.withFont(te);return Yi(Z.body,de)},Ms=function(Z,Y){var te=Z.font,de=Y.withFont(te);return Wa(Z.body,de)},Ba={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};yn({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,greediness:2},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0],Ye=de;return Ye in Ba&&(Ye=Ba[Ye]),{type:"font",mode:te.mode,font:Ye.slice(1),body:Ae}},htmlBuilder:oo,mathmlBuilder:Ms}),yn({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:function(Z,Y){var te=Z.parser,de=Y[0],Ae=A.isCharacterBox(de);return{type:"mclass",mode:te.mode,mclass:Co(de),body:[{type:"font",mode:te.mode,font:"boldsymbol",body:de}],isCharacterBox:Ae}}}),yn({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it"],props:{numArgs:0,allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Z.breakOnTokenText,Ye=te.mode,Pt=te.parseExpression(!0,Ae),$t="math"+de.slice(1);return{type:"font",mode:Ye,font:$t,body:{type:"ordgroup",mode:te.mode,body:Pt}}},htmlBuilder:oo,mathmlBuilder:Ms});var Ds=function(Z,Y){var te=Y;return Z==="display"?te=te.id>=$.SCRIPT.id?te.text():$.DISPLAY:Z==="text"&&te.size===$.DISPLAY.size?te=$.TEXT:Z==="script"?te=$.SCRIPT:Z==="scriptscript"&&(te=$.SCRIPTSCRIPT),te},yo=function(Z,Y){var te=Ds(Z.size,Y.style),de=te.fracNum(),Ae=te.fracDen(),Ye;Ye=Y.havingStyle(de);var Pt=Yi(Z.numer,Ye,Y);if(Z.continued){var $t=8.5/Y.fontMetrics().ptPerEm,nr=3.5/Y.fontMetrics().ptPerEm;Pt.height=Pt.height<$t?$t:Pt.height,Pt.depth=Pt.depth<nr?nr:Pt.depth}Ye=Y.havingStyle(Ae);var Dt=Yi(Z.denom,Ye,Y),Wr,an,An;Z.hasBarLine?(Z.barSize?(an=Zi(Z.barSize,Y),Wr=it.makeLineSpan("frac-line",Y,an)):Wr=it.makeLineSpan("frac-line",Y),an=Wr.height,An=Wr.height):(Wr=null,an=0,An=Y.fontMetrics().defaultRuleThickness);var Vn,Jn,ki;te.size===$.DISPLAY.size||Z.size==="display"?(Vn=Y.fontMetrics().num1,an>0?Jn=3*An:Jn=7*An,ki=Y.fontMetrics().denom1):(an>0?(Vn=Y.fontMetrics().num2,Jn=An):(Vn=Y.fontMetrics().num3,Jn=3*An),ki=Y.fontMetrics().denom2);var Aa;if(Wr){var wa=Y.fontMetrics().axisHeight;Vn-Pt.depth-(wa+.5*an)<Jn&&(Vn+=Jn-(Vn-Pt.depth-(wa+.5*an))),wa-.5*an-(Dt.height-ki)<Jn&&(ki+=Jn-(wa-.5*an-(Dt.height-ki)));var ns=-(wa-.5*an);Aa=it.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Dt,shift:ki},{type:"elem",elem:Wr,shift:ns},{type:"elem",elem:Pt,shift:-Vn}]},Y)}else{var va=Vn-Pt.depth-(Dt.height-ki);va<Jn&&(Vn+=.5*(Jn-va),ki+=.5*(Jn-va)),Aa=it.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Dt,shift:ki},{type:"elem",elem:Pt,shift:-Vn}]},Y)}Ye=Y.havingStyle(te),Aa.height*=Ye.sizeMultiplier/Y.sizeMultiplier,Aa.depth*=Ye.sizeMultiplier/Y.sizeMultiplier;var ys;te.size===$.DISPLAY.size?ys=Y.fontMetrics().delim1:ys=Y.fontMetrics().delim2;var Us,ls;return Z.leftDelim==null?Us=Xs(Y,["mopen"]):Us=Rn.customSizedDelim(Z.leftDelim,ys,!0,Y.havingStyle(te),Z.mode,["mopen"]),Z.continued?ls=it.makeSpan([]):Z.rightDelim==null?ls=Xs(Y,["mclose"]):ls=Rn.customSizedDelim(Z.rightDelim,ys,!0,Y.havingStyle(te),Z.mode,["mclose"]),it.makeSpan(["mord"].concat(Ye.sizingClasses(Y)),[Us,it.makeSpan(["mfrac"],[Aa]),ls],Y)},Zn=function(Z,Y){var te=new jn.MathNode("mfrac",[Wa(Z.numer,Y),Wa(Z.denom,Y)]);if(!Z.hasBarLine)te.setAttribute("linethickness","0px");else if(Z.barSize){var de=Zi(Z.barSize,Y);te.setAttribute("linethickness",de+"em")}var Ae=Ds(Z.size,Y.style);if(Ae.size!==Y.style.size){te=new jn.MathNode("mstyle",[te]);var Ye=Ae.size===$.DISPLAY.size?"true":"false";te.setAttribute("displaystyle",Ye),te.setAttribute("scriptlevel","0")}if(Z.leftDelim!=null||Z.rightDelim!=null){var Pt=[];if(Z.leftDelim!=null){var $t=new jn.MathNode("mo",[new jn.TextNode(Z.leftDelim.replace("\\",""))]);$t.setAttribute("fence","true"),Pt.push($t)}if(Pt.push(te),Z.rightDelim!=null){var nr=new jn.MathNode("mo",[new jn.TextNode(Z.rightDelim.replace("\\",""))]);nr.setAttribute("fence","true"),Pt.push(nr)}return Ps(Pt)}return te};yn({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0],Ye=Y[1],Pt,$t=null,nr=null,Dt="auto";switch(de){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":Pt=!0;break;case"\\\\atopfrac":Pt=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":Pt=!1,$t="(",nr=")";break;case"\\\\bracefrac":Pt=!1,$t="\\{",nr="\\}";break;case"\\\\brackfrac":Pt=!1,$t="[",nr="]";break;default:throw new Error("Unrecognized genfrac command")}switch(de){case"\\cfrac":case"\\dfrac":case"\\dbinom":Dt="display";break;case"\\tfrac":case"\\tbinom":Dt="text";break}return{type:"genfrac",mode:te.mode,continued:de==="\\cfrac",numer:Ae,denom:Ye,hasBarLine:Pt,leftDelim:$t,rightDelim:nr,size:Dt,barSize:null}},htmlBuilder:yo,mathmlBuilder:Zn}),yn({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(Z){var Y=Z.parser,te=Z.funcName,de=Z.token,Ae;switch(te){case"\\over":Ae="\\frac";break;case"\\choose":Ae="\\binom";break;case"\\atop":Ae="\\\\atopfrac";break;case"\\brace":Ae="\\\\bracefrac";break;case"\\brack":Ae="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:Y.mode,replaceWith:Ae,token:de}}});var Hs=["display","text","script","scriptscript"],uo=function(Z){var Y=null;return Z.length>0&&(Y=Z,Y=Y==="."?null:Y),Y};yn({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler:function(Z,Y){var te=Z.parser,de=Y[4],Ae=Y[5],Ye=xr(Y[0],"atom");Ye&&(Ye=Or(Y[0],"open"));var Pt=Ye?uo(Ye.text):null,$t=xr(Y[1],"atom");$t&&($t=Or(Y[1],"close"));var nr=$t?uo($t.text):null,Dt=sr(Y[2],"size"),Wr,an=null;Dt.isBlank?Wr=!0:(an=Dt.value,Wr=an.number>0);var An="auto",Vn=xr(Y[3],"ordgroup");if(Vn){if(Vn.body.length>0){var Jn=sr(Vn.body[0],"textord");An=Hs[Number(Jn.text)]}}else Vn=sr(Y[3],"textord"),An=Hs[Number(Vn.text)];return{type:"genfrac",mode:te.mode,numer:de,denom:Ae,continued:!1,hasBarLine:Wr,barSize:an,leftDelim:Pt,rightDelim:nr,size:An}},htmlBuilder:yo,mathmlBuilder:Zn}),yn({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Z.token;return{type:"infix",mode:te.mode,replaceWith:"\\\\abovefrac",size:sr(Y[0],"size").value,token:Ae}}}),yn({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0],Ye=D(sr(Y[1],"infix").size),Pt=Y[2],$t=Ye.number>0;return{type:"genfrac",mode:te.mode,numer:Ae,denom:Pt,continued:!1,hasBarLine:$t,barSize:Ye,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:yo,mathmlBuilder:Zn});var Qe=function(Z,Y){var te=Y.style,de,Ae,Ye=xr(Z,"supsub");Ye?(de=Ye.sup?Yi(Ye.sup,Y.havingStyle(te.sup()),Y):Yi(Ye.sub,Y.havingStyle(te.sub()),Y),Ae=sr(Ye.base,"horizBrace")):Ae=sr(Z,"horizBrace");var Pt=Yi(Ae.base,Y.havingBaseStyle($.DISPLAY)),$t=hi.svgSpan(Ae,Y),nr;if(Ae.isOver?(nr=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Pt},{type:"kern",size:.1},{type:"elem",elem:$t}]},Y),nr.children[0].children[0].children[1].classes.push("svg-align")):(nr=it.makeVList({positionType:"bottom",positionData:Pt.depth+.1+$t.height,children:[{type:"elem",elem:$t},{type:"kern",size:.1},{type:"elem",elem:Pt}]},Y),nr.children[0].children[0].children[0].classes.push("svg-align")),de){var Dt=it.makeSpan(["mord",Ae.isOver?"mover":"munder"],[nr],Y);Ae.isOver?nr=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Dt},{type:"kern",size:.2},{type:"elem",elem:de}]},Y):nr=it.makeVList({positionType:"bottom",positionData:Dt.depth+.2+de.height+de.depth,children:[{type:"elem",elem:de},{type:"kern",size:.2},{type:"elem",elem:Dt}]},Y)}return it.makeSpan(["mord",Ae.isOver?"mover":"munder"],[nr],Y)},qe=function(Z,Y){var te=hi.mathMLnode(Z.label);return new jn.MathNode(Z.isOver?"mover":"munder",[Wa(Z.base,Y),te])};yn({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(Z,Y){var te=Z.parser,de=Z.funcName;return{type:"horizBrace",mode:te.mode,label:de,isOver:/^\\over/.test(de),base:Y[0]}},htmlBuilder:Qe,mathmlBuilder:qe}),yn({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Y[1],Ae=sr(Y[0],"url").url;return te.settings.isTrusted({command:"\\href",url:Ae})?{type:"href",mode:te.mode,href:Ae,body:Gi(de)}:te.formatUnsupportedCmd("\\href")},htmlBuilder:function(Z,Y){var te=es(Z.body,Y,!1);return it.makeAnchor(Z.href,[],te,Y)},mathmlBuilder:function(Z,Y){var te=Xa(Z.body,Y);return te instanceof ha||(te=new ha("mrow",[te])),te.setAttribute("href",Z.href),te}}),yn({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=sr(Y[0],"url").url;if(!te.settings.isTrusted({command:"\\url",url:de}))return te.formatUnsupportedCmd("\\url");for(var Ae=[],Ye=0;Ye<de.length;Ye++){var Pt=de[Ye];Pt==="~"&&(Pt="\\textasciitilde"),Ae.push({type:"textord",mode:"text",text:Pt})}var $t={type:"text",mode:te.mode,font:"\\texttt",body:Ae};return{type:"href",mode:te.mode,href:de,body:Gi($t)}}}),yn({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(Z,Y){var te=Z.parser;return{type:"htmlmathml",mode:te.mode,html:Gi(Y[0]),mathml:Gi(Y[1])}},htmlBuilder:function(Z,Y){var te=es(Z.html,Y,!1);return it.makeFragment(te)},mathmlBuilder:function(Z,Y){return Xa(Z.mathml,Y)}});var jt=function(Z){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(Z))return{number:+Z,unit:"bp"};var Y=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(Z);if(!Y)throw new o("Invalid size: '"+Z+"' in \\includegraphics");var te={number:+(Y[1]+Y[2]),unit:Y[3]};if(!Qi(te))throw new o("Invalid unit: '"+te.unit+"' in \\includegraphics.");return te};yn({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(Z,Y,te){var de=Z.parser,Ae={number:0,unit:"em"},Ye={number:.9,unit:"em"},Pt={number:0,unit:"em"},$t="";if(te[0])for(var nr=sr(te[0],"raw").string,Dt=nr.split(","),Wr=0;Wr<Dt.length;Wr++){var an=Dt[Wr].split("=");if(an.length===2){var An=an[1].trim();switch(an[0].trim()){case"alt":$t=An;break;case"width":Ae=jt(An);break;case"height":Ye=jt(An);break;case"totalheight":Pt=jt(An);break;default:throw new o("Invalid key: '"+an[0]+"' in \\includegraphics.")}}}var Vn=sr(Y[0],"url").url;return $t===""&&($t=Vn,$t=$t.replace(/^.*[\\/]/,""),$t=$t.substring(0,$t.lastIndexOf("."))),de.settings.isTrusted({command:"\\includegraphics",url:Vn})?{type:"includegraphics",mode:de.mode,alt:$t,width:Ae,height:Ye,totalheight:Pt,src:Vn}:de.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(Z,Y){var te=Zi(Z.height,Y),de=0;Z.totalheight.number>0&&(de=Zi(Z.totalheight,Y)-te,de=Number(de.toFixed(2)));var Ae=0;Z.width.number>0&&(Ae=Zi(Z.width,Y));var Ye={height:te+de+"em"};Ae>0&&(Ye.width=Ae+"em"),de>0&&(Ye.verticalAlign=-de+"em");var Pt=new je(Z.src,Z.alt,Ye);return Pt.height=te,Pt.depth=de,Pt},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mglyph",[]);te.setAttribute("alt",Z.alt);var de=Zi(Z.height,Y),Ae=0;if(Z.totalheight.number>0&&(Ae=Zi(Z.totalheight,Y)-de,Ae=Ae.toFixed(2),te.setAttribute("valign","-"+Ae+"em")),te.setAttribute("height",de+Ae+"em"),Z.width.number>0){var Ye=Zi(Z.width,Y);te.setAttribute("width",Ye+"em")}return te.setAttribute("src",Z.src),te}}),yn({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=sr(Y[0],"size");if(te.settings.strict){var Ye=de[1]==="m",Pt=Ae.value.unit==="mu";Ye?(Pt||te.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+de+" supports only mu units, "+("not "+Ae.value.unit+" units")),te.mode!=="math"&&te.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+de+" works only in math mode")):Pt&&te.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+de+" doesn't support mu units")}return{type:"kern",mode:te.mode,dimension:Ae.value}},htmlBuilder:function(Z,Y){return it.makeGlue(Z.dimension,Y)},mathmlBuilder:function(Z,Y){var te=Zi(Z.dimension,Y);return new jn.SpaceNode(te)}}),yn({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0];return{type:"lap",mode:te.mode,alignment:de.slice(5),body:Ae}},htmlBuilder:function(Z,Y){var te;Z.alignment==="clap"?(te=it.makeSpan([],[Yi(Z.body,Y)]),te=it.makeSpan(["inner"],[te],Y)):te=it.makeSpan(["inner"],[Yi(Z.body,Y)]);var de=it.makeSpan(["fix"],[]),Ae=it.makeSpan([Z.alignment],[te,de],Y),Ye=it.makeSpan(["strut"]);return Ye.style.height=Ae.height+Ae.depth+"em",Ye.style.verticalAlign=-Ae.depth+"em",Ae.children.unshift(Ye),Ae=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ae}]},Y),it.makeSpan(["mord"],[Ae],Y)},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mpadded",[Wa(Z.body,Y)]);if(Z.alignment!=="rlap"){var de=Z.alignment==="llap"?"-1":"-0.5";te.setAttribute("lspace",de+"width")}return te.setAttribute("width","0px"),te}}),yn({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(Z,Y){var te=Z.funcName,de=Z.parser,Ae=de.mode;de.switchMode("math");var Ye=te==="\\("?"\\)":"$",Pt=de.parseExpression(!1,Ye);return de.expect(Ye),de.switchMode(Ae),{type:"styling",mode:de.mode,style:"text",body:Pt}}}),yn({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(Z,Y){throw new o("Mismatched "+Z.funcName)}});var Vt=function(Z,Y){switch(Y.style.size){case $.DISPLAY.size:return Z.display;case $.TEXT.size:return Z.text;case $.SCRIPT.size:return Z.script;case $.SCRIPTSCRIPT.size:return Z.scriptscript;default:return Z.text}};yn({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:function(Z,Y){var te=Z.parser;return{type:"mathchoice",mode:te.mode,display:Gi(Y[0]),text:Gi(Y[1]),script:Gi(Y[2]),scriptscript:Gi(Y[3])}},htmlBuilder:function(Z,Y){var te=Vt(Z,Y),de=es(te,Y,!1);return it.makeFragment(de)},mathmlBuilder:function(Z,Y){var te=Vt(Z,Y);return Xa(te,Y)}});var gr=function(Z,Y,te,de,Ae,Ye,Pt){Z=it.makeSpan([],[Z]);var $t,nr;if(Y){var Dt=Yi(Y,de.havingStyle(Ae.sup()),de);nr={elem:Dt,kern:Math.max(de.fontMetrics().bigOpSpacing1,de.fontMetrics().bigOpSpacing3-Dt.depth)}}if(te){var Wr=Yi(te,de.havingStyle(Ae.sub()),de);$t={elem:Wr,kern:Math.max(de.fontMetrics().bigOpSpacing2,de.fontMetrics().bigOpSpacing4-Wr.height)}}var an;if(nr&&$t){var An=de.fontMetrics().bigOpSpacing5+$t.elem.height+$t.elem.depth+$t.kern+Z.depth+Pt;an=it.makeVList({positionType:"bottom",positionData:An,children:[{type:"kern",size:de.fontMetrics().bigOpSpacing5},{type:"elem",elem:$t.elem,marginLeft:-Ye+"em"},{type:"kern",size:$t.kern},{type:"elem",elem:Z},{type:"kern",size:nr.kern},{type:"elem",elem:nr.elem,marginLeft:Ye+"em"},{type:"kern",size:de.fontMetrics().bigOpSpacing5}]},de)}else if($t){var Vn=Z.height-Pt;an=it.makeVList({positionType:"top",positionData:Vn,children:[{type:"kern",size:de.fontMetrics().bigOpSpacing5},{type:"elem",elem:$t.elem,marginLeft:-Ye+"em"},{type:"kern",size:$t.kern},{type:"elem",elem:Z}]},de)}else if(nr){var Jn=Z.depth+Pt;an=it.makeVList({positionType:"bottom",positionData:Jn,children:[{type:"elem",elem:Z},{type:"kern",size:nr.kern},{type:"elem",elem:nr.elem,marginLeft:Ye+"em"},{type:"kern",size:de.fontMetrics().bigOpSpacing5}]},de)}else return Z;return it.makeSpan(["mop","op-limits"],[an],de)},Mr=["\\smallint"],Zr=function(Z,Y){var te,de,Ae=!1,Ye,Pt=xr(Z,"supsub");Pt?(te=Pt.sup,de=Pt.sub,Ye=sr(Pt.base,"op"),Ae=!0):Ye=sr(Z,"op");var $t=Y.style,nr=!1;$t.size===$.DISPLAY.size&&Ye.symbol&&!A.contains(Mr,Ye.name)&&(nr=!0);var Dt;if(Ye.symbol){var Wr=nr?"Size2-Regular":"Size1-Regular",an="";if((Ye.name==="\\oiint"||Ye.name==="\\oiiint")&&(an=Ye.name.substr(1),Ye.name=an==="oiint"?"\\iint":"\\iiint"),Dt=it.makeSymbol(Ye.name,Wr,"math",Y,["mop","op-symbol",nr?"large-op":"small-op"]),an.length>0){var An=Dt.italic,Vn=it.staticSvg(an+"Size"+(nr?"2":"1"),Y);Dt=it.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Dt,shift:0},{type:"elem",elem:Vn,shift:nr?.08:0}]},Y),Ye.name="\\"+an,Dt.classes.unshift("mop"),Dt.italic=An}}else if(Ye.body){var Jn=es(Ye.body,Y,!0);Jn.length===1&&Jn[0]instanceof Le?(Dt=Jn[0],Dt.classes[0]="mop"):Dt=it.makeSpan(["mop"],it.tryCombineChars(Jn),Y)}else{for(var ki=[],Aa=1;Aa<Ye.name.length;Aa++)ki.push(it.mathsym(Ye.name[Aa],Ye.mode,Y));Dt=it.makeSpan(["mop"],ki,Y)}var va=0,wa=0;return(Dt instanceof Le||Ye.name==="\\oiint"||Ye.name==="\\oiiint")&&!Ye.suppressBaseShift&&(va=(Dt.height-Dt.depth)/2-Y.fontMetrics().axisHeight,wa=Dt.italic),Ae?gr(Dt,te,de,Y,$t,wa,va):(va&&(Dt.style.position="relative",Dt.style.top=va+"em"),Dt)},_n=function(Z,Y){var te;if(Z.symbol)te=new ha("mo",[ts(Z.name,Z.mode)]),A.contains(Mr,Z.name)&&te.setAttribute("largeop","false");else if(Z.body)te=new ha("mo",Wi(Z.body,Y));else{te=new ha("mi",[new is(Z.name.slice(1))]);var de=new ha("mo",[ts("\u2061","text")]);Z.parentIsSupSub?te=new ha("mo",[te,de]):te=Va([te,de])}return te},on={"\u220F":"\\prod","\u2210":"\\coprod","\u2211":"\\sum","\u22C0":"\\bigwedge","\u22C1":"\\bigvee","\u22C2":"\\bigcap","\u22C3":"\\bigcup","\u2A00":"\\bigodot","\u2A01":"\\bigoplus","\u2A02":"\\bigotimes","\u2A04":"\\biguplus","\u2A06":"\\bigsqcup"};yn({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(Z,Y){var te=Z.parser,de=Z.funcName,Ae=de;return Ae.length===1&&(Ae=on[Ae]),{type:"op",mode:te.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:Ae}},htmlBuilder:Zr,mathmlBuilder:_n}),yn({type:"op",names:["\\mathop"],props:{numArgs:1},handler:function(Z,Y){var te=Z.parser,de=Y[0];return{type:"op",mode:te.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Gi(de)}},htmlBuilder:Zr,mathmlBuilder:_n});var gn={"\u222B":"\\int","\u222C":"\\iint","\u222D":"\\iiint","\u222E":"\\oint","\u222F":"\\oiint","\u2230":"\\oiiint"};yn({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(Z){var Y=Z.parser,te=Z.funcName;return{type:"op",mode:Y.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:te}},htmlBuilder:Zr,mathmlBuilder:_n}),yn({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(Z){var Y=Z.parser,te=Z.funcName;return{type:"op",mode:Y.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:te}},htmlBuilder:Zr,mathmlBuilder:_n}),yn({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","\u222B","\u222C","\u222D","\u222E","\u222F","\u2230"],props:{numArgs:0},handler:function(Z){var Y=Z.parser,te=Z.funcName,de=te;return de.length===1&&(de=gn[de]),{type:"op",mode:Y.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:de}},htmlBuilder:Zr,mathmlBuilder:_n});var ni=function(Z,Y){var te,de,Ae=!1,Ye,Pt=xr(Z,"supsub");Pt?(te=Pt.sup,de=Pt.sub,Ye=sr(Pt.base,"operatorname"),Ae=!0):Ye=sr(Z,"operatorname");var $t;if(Ye.body.length>0){for(var nr=Ye.body.map(function(An){var Vn=An.text;return typeof Vn=="string"?{type:"textord",mode:An.mode,text:Vn}:An}),Dt=es(nr,Y.withFont("mathrm"),!0),Wr=0;Wr<Dt.length;Wr++){var an=Dt[Wr];an instanceof Le&&(an.text=an.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}$t=it.makeSpan(["mop"],Dt,Y)}else $t=it.makeSpan(["mop"],[],Y);return Ae?gr($t,te,de,Y,Y.style,0,0):$t},si=function(Z,Y){for(var te=Wi(Z.body,Y.withFont("mathrm")),de=!0,Ae=0;Ae<te.length;Ae++){var Ye=te[Ae];if(!(Ye instanceof jn.SpaceNode))if(Ye instanceof jn.MathNode)switch(Ye.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var Pt=Ye.children[0];Ye.children.length===1&&Pt instanceof jn.TextNode?Pt.text=Pt.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):de=!1;break}default:de=!1}else de=!1}if(de){var $t=te.map(function(Wr){return Wr.toText()}).join("");te=[new jn.TextNode($t)]}var nr=new jn.MathNode("mi",te);nr.setAttribute("mathvariant","normal");var Dt=new jn.MathNode("mo",[ts("\u2061","text")]);return Z.parentIsSupSub?new jn.MathNode("mo",[nr,Dt]):jn.newDocumentFragment([nr,Dt])};yn({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0];return{type:"operatorname",mode:te.mode,body:Gi(Ae),alwaysHandleSupSub:de==="\\operatorname*",limits:!1,parentIsSupSub:!1}},htmlBuilder:ni,mathmlBuilder:si}),fi({type:"ordgroup",htmlBuilder:function(Z,Y){return Z.semisimple?it.makeFragment(es(Z.body,Y,!1)):it.makeSpan(["mord"],es(Z.body,Y,!0),Y)},mathmlBuilder:function(Z,Y){return Xa(Z.body,Y,!0)}}),yn({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(Z,Y){var te=Z.parser,de=Y[0];return{type:"overline",mode:te.mode,body:de}},htmlBuilder:function(Z,Y){var te=Yi(Z.body,Y.havingCrampedStyle()),de=it.makeLineSpan("overline-line",Y),Ae=Y.fontMetrics().defaultRuleThickness,Ye=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te},{type:"kern",size:3*Ae},{type:"elem",elem:de},{type:"kern",size:Ae}]},Y);return it.makeSpan(["mord","overline"],[Ye],Y)},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mo",[new jn.TextNode("\u203E")]);te.setAttribute("stretchy","true");var de=new jn.MathNode("mover",[Wa(Z.body,Y),te]);return de.setAttribute("accent","true"),de}}),yn({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Y[0];return{type:"phantom",mode:te.mode,body:Gi(de)}},htmlBuilder:function(Z,Y){var te=es(Z.body,Y.withPhantom(),!1);return it.makeFragment(te)},mathmlBuilder:function(Z,Y){var te=Wi(Z.body,Y);return new jn.MathNode("mphantom",te)}}),yn({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Y[0];return{type:"hphantom",mode:te.mode,body:de}},htmlBuilder:function(Z,Y){var te=it.makeSpan([],[Yi(Z.body,Y.withPhantom())]);if(te.height=0,te.depth=0,te.children)for(var de=0;de<te.children.length;de++)te.children[de].height=0,te.children[de].depth=0;return te=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te}]},Y),it.makeSpan(["mord"],[te],Y)},mathmlBuilder:function(Z,Y){var te=Wi(Gi(Z.body),Y),de=new jn.MathNode("mphantom",te),Ae=new jn.MathNode("mpadded",[de]);return Ae.setAttribute("height","0px"),Ae.setAttribute("depth","0px"),Ae}}),yn({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Y[0];return{type:"vphantom",mode:te.mode,body:de}},htmlBuilder:function(Z,Y){var te=it.makeSpan(["inner"],[Yi(Z.body,Y.withPhantom())]),de=it.makeSpan(["fix"],[]);return it.makeSpan(["mord","rlap"],[te,de],Y)},mathmlBuilder:function(Z,Y){var te=Wi(Gi(Z.body),Y),de=new jn.MathNode("mphantom",te),Ae=new jn.MathNode("mpadded",[de]);return Ae.setAttribute("width","0px"),Ae}}),yn({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=sr(Y[0],"size").value,Ae=Y[1];return{type:"raisebox",mode:te.mode,dy:de,body:Ae}},htmlBuilder:function(Z,Y){var te=Yi(Z.body,Y),de=Zi(Z.dy,Y);return it.makeVList({positionType:"shift",positionData:-de,children:[{type:"elem",elem:te}]},Y)},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mpadded",[Wa(Z.body,Y)]),de=Z.dy.number+Z.dy.unit;return te.setAttribute("voffset",de),te}}),yn({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(Z,Y,te){var de=Z.parser,Ae=te[0],Ye=sr(Y[0],"size"),Pt=sr(Y[1],"size");return{type:"rule",mode:de.mode,shift:Ae&&sr(Ae,"size").value,width:Ye.value,height:Pt.value}},htmlBuilder:function(Z,Y){var te=it.makeSpan(["mord","rule"],[],Y),de=Zi(Z.width,Y),Ae=Zi(Z.height,Y),Ye=Z.shift?Zi(Z.shift,Y):0;return te.style.borderRightWidth=de+"em",te.style.borderTopWidth=Ae+"em",te.style.bottom=Ye+"em",te.width=de,te.height=Ae+Ye,te.depth=-Ye,te.maxFontSize=Ae*1.125*Y.sizeMultiplier,te},mathmlBuilder:function(Z,Y){var te=Zi(Z.width,Y),de=Zi(Z.height,Y),Ae=Z.shift?Zi(Z.shift,Y):0,Ye=Y.color&&Y.getColor()||"black",Pt=new jn.MathNode("mspace");Pt.setAttribute("mathbackground",Ye),Pt.setAttribute("width",te+"em"),Pt.setAttribute("height",de+"em");var $t=new jn.MathNode("mpadded",[Pt]);return Ae>=0?$t.setAttribute("height","+"+Ae+"em"):($t.setAttribute("height",Ae+"em"),$t.setAttribute("depth","+"+-Ae+"em")),$t.setAttribute("voffset",Ae+"em"),$t}});function Si(Ve,Z,Y){for(var te=es(Ve,Z,!1),de=Z.sizeMultiplier/Y.sizeMultiplier,Ae=0;Ae<te.length;Ae++){var Ye=te[Ae].classes.indexOf("sizing");Ye<0?Array.prototype.push.apply(te[Ae].classes,Z.sizingClasses(Y)):te[Ae].classes[Ye+1]==="reset-size"+Z.size&&(te[Ae].classes[Ye+1]="reset-size"+Y.size),te[Ae].height*=de,te[Ae].depth*=de}return it.makeFragment(te)}var Di=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],Ji=function(Z,Y){var te=Y.havingSize(Z.size);return Si(Z.body,te,Y)};yn({type:"sizing",names:Di,props:{numArgs:0,allowedInText:!0},handler:function(Z,Y){var te=Z.breakOnTokenText,de=Z.funcName,Ae=Z.parser,Ye=Ae.parseExpression(!1,te);return{type:"sizing",mode:Ae.mode,size:Di.indexOf(de)+1,body:Ye}},htmlBuilder:Ji,mathmlBuilder:function(Z,Y){var te=Y.havingSize(Z.size),de=Wi(Z.body,te),Ae=new jn.MathNode("mstyle",de);return Ae.setAttribute("mathsize",te.sizeMultiplier+"em"),Ae}}),yn({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(Z,Y,te){var de=Z.parser,Ae=!1,Ye=!1,Pt=te[0]&&sr(te[0],"ordgroup");if(Pt)for(var $t="",nr=0;nr<Pt.body.length;++nr){var Dt=Pt.body[nr];if($t=Dt.text,$t==="t")Ae=!0;else if($t==="b")Ye=!0;else{Ae=!1,Ye=!1;break}}else Ae=!0,Ye=!0;var Wr=Y[0];return{type:"smash",mode:de.mode,body:Wr,smashHeight:Ae,smashDepth:Ye}},htmlBuilder:function(Z,Y){var te=it.makeSpan([],[Yi(Z.body,Y)]);if(!Z.smashHeight&&!Z.smashDepth)return te;if(Z.smashHeight&&(te.height=0,te.children))for(var de=0;de<te.children.length;de++)te.children[de].height=0;if(Z.smashDepth&&(te.depth=0,te.children))for(var Ae=0;Ae<te.children.length;Ae++)te.children[Ae].depth=0;var Ye=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te}]},Y);return it.makeSpan(["mord"],[Ye],Y)},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mpadded",[Wa(Z.body,Y)]);return Z.smashHeight&&te.setAttribute("height","0px"),Z.smashDepth&&te.setAttribute("depth","0px"),te}}),yn({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(Z,Y,te){var de=Z.parser,Ae=te[0],Ye=Y[0];return{type:"sqrt",mode:de.mode,body:Ye,index:Ae}},htmlBuilder:function(Z,Y){var te=Yi(Z.body,Y.havingCrampedStyle());te.height===0&&(te.height=Y.fontMetrics().xHeight),te=it.wrapFragment(te,Y);var de=Y.fontMetrics(),Ae=de.defaultRuleThickness,Ye=Ae;Y.style.id<$.TEXT.id&&(Ye=Y.fontMetrics().xHeight);var Pt=Ae+Ye/4,$t=te.height+te.depth+Pt+Ae,nr=Rn.sqrtImage($t,Y),Dt=nr.span,Wr=nr.ruleWidth,an=nr.advanceWidth,An=Dt.height-Wr;An>te.height+te.depth+Pt&&(Pt=(Pt+An-te.height-te.depth)/2);var Vn=Dt.height-te.height-Pt-Wr;te.style.paddingLeft=an+"em";var Jn=it.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:te,wrapperClasses:["svg-align"]},{type:"kern",size:-(te.height+Vn)},{type:"elem",elem:Dt},{type:"kern",size:Wr}]},Y);if(Z.index){var ki=Y.havingStyle($.SCRIPTSCRIPT),Aa=Yi(Z.index,ki,Y),va=.6*(Jn.height-Jn.depth),wa=it.makeVList({positionType:"shift",positionData:-va,children:[{type:"elem",elem:Aa}]},Y),ns=it.makeSpan(["root"],[wa]);return it.makeSpan(["mord","sqrt"],[ns,Jn],Y)}else return it.makeSpan(["mord","sqrt"],[Jn],Y)},mathmlBuilder:function(Z,Y){var te=Z.body,de=Z.index;return de?new jn.MathNode("mroot",[Wa(te,Y),Wa(de,Y)]):new jn.MathNode("msqrt",[Wa(te,Y)])}});var Hi={display:$.DISPLAY,text:$.TEXT,script:$.SCRIPT,scriptscript:$.SCRIPTSCRIPT};yn({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler:function(Z,Y){var te=Z.breakOnTokenText,de=Z.funcName,Ae=Z.parser,Ye=Ae.parseExpression(!0,te),Pt=de.slice(1,de.length-5);return{type:"styling",mode:Ae.mode,style:Pt,body:Ye}},htmlBuilder:function(Z,Y){var te=Hi[Z.style],de=Y.havingStyle(te).withFont("");return Si(Z.body,de,Y)},mathmlBuilder:function(Z,Y){var te=Hi[Z.style],de=Y.havingStyle(te),Ae=Wi(Z.body,de),Ye=new jn.MathNode("mstyle",Ae),Pt={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},$t=Pt[Z.style];return Ye.setAttribute("scriptlevel",$t[0]),Ye.setAttribute("displaystyle",$t[1]),Ye}});var Ti=function(Z,Y){var te=Z.base;if(te)if(te.type==="op"){var de=te.limits&&(Y.style.size===$.DISPLAY.size||te.alwaysHandleSupSub);return de?Zr:null}else if(te.type==="operatorname"){var Ae=te.alwaysHandleSupSub&&(Y.style.size===$.DISPLAY.size||te.limits);return Ae?ni:null}else{if(te.type==="accent")return A.isCharacterBox(te.base)?as:null;if(te.type==="horizBrace"){var Ye=!Z.sub;return Ye===te.isOver?Qe:null}else return null}else return null};fi({type:"supsub",htmlBuilder:function(Z,Y){var te=Ti(Z,Y);if(te)return te(Z,Y);var de=Z.base,Ae=Z.sup,Ye=Z.sub,Pt=Yi(de,Y),$t,nr,Dt=Y.fontMetrics(),Wr=0,an=0,An=de&&A.isCharacterBox(de);if(Ae){var Vn=Y.havingStyle(Y.style.sup());$t=Yi(Ae,Vn,Y),An||(Wr=Pt.height-Vn.fontMetrics().supDrop*Vn.sizeMultiplier/Y.sizeMultiplier)}if(Ye){var Jn=Y.havingStyle(Y.style.sub());nr=Yi(Ye,Jn,Y),An||(an=Pt.depth+Jn.fontMetrics().subDrop*Jn.sizeMultiplier/Y.sizeMultiplier)}var ki;Y.style===$.DISPLAY?ki=Dt.sup1:Y.style.cramped?ki=Dt.sup3:ki=Dt.sup2;var Aa=Y.sizeMultiplier,va=.5/Dt.ptPerEm/Aa+"em",wa=null;if(nr){var ns=Z.base&&Z.base.type==="op"&&Z.base.name&&(Z.base.name==="\\oiint"||Z.base.name==="\\oiiint");(Pt instanceof Le||ns)&&(wa=-Pt.italic+"em")}var ys;if($t&&nr){Wr=Math.max(Wr,ki,$t.depth+.25*Dt.xHeight),an=Math.max(an,Dt.sub2);var Us=Dt.defaultRuleThickness,ls=4*Us;if(Wr-$t.depth-(nr.height-an)<ls){an=ls-(Wr-$t.depth)+nr.height;var la=.8*Dt.xHeight-(Wr-$t.depth);la>0&&(Wr+=la,an-=la)}var io=[{type:"elem",elem:nr,shift:an,marginRight:va,marginLeft:wa},{type:"elem",elem:$t,shift:-Wr,marginRight:va}];ys=it.makeVList({positionType:"individualShift",children:io},Y)}else if(nr){an=Math.max(an,Dt.sub1,nr.height-.8*Dt.xHeight);var Qs=[{type:"elem",elem:nr,marginLeft:wa,marginRight:va}];ys=it.makeVList({positionType:"shift",positionData:an,children:Qs},Y)}else if($t)Wr=Math.max(Wr,ki,$t.depth+.25*Dt.xHeight),ys=it.makeVList({positionType:"shift",positionData:-Wr,children:[{type:"elem",elem:$t,marginRight:va}]},Y);else throw new Error("supsub must have either sup or sub.");var xi=fs(Pt,"right")||"mord";return it.makeSpan([xi],[Pt,it.makeSpan(["msupsub"],[ys])],Y)},mathmlBuilder:function(Z,Y){var te=!1,de,Ae,Ye=xr(Z.base,"horizBrace");Ye&&(Ae=!!Z.sup,Ae===Ye.isOver&&(te=!0,de=Ye.isOver)),Z.base&&(Z.base.type==="op"||Z.base.type==="operatorname")&&(Z.base.parentIsSupSub=!0);var Pt=[Wa(Z.base,Y)];Z.sub&&Pt.push(Wa(Z.sub,Y)),Z.sup&&Pt.push(Wa(Z.sup,Y));var $t;if(te)$t=de?"mover":"munder";else if(Z.sub)if(Z.sup){var Wr=Z.base;Wr&&Wr.type==="op"&&Wr.limits&&Y.style===$.DISPLAY||Wr&&Wr.type==="operatorname"&&Wr.alwaysHandleSupSub&&(Y.style===$.DISPLAY||Wr.limits)?$t="munderover":$t="msubsup"}else{var Dt=Z.base;Dt&&Dt.type==="op"&&Dt.limits&&(Y.style===$.DISPLAY||Dt.alwaysHandleSupSub)||Dt&&Dt.type==="operatorname"&&Dt.alwaysHandleSupSub&&(Dt.limits||Y.style===$.DISPLAY)?$t="munder":$t="msub"}else{var nr=Z.base;nr&&nr.type==="op"&&nr.limits&&(Y.style===$.DISPLAY||nr.alwaysHandleSupSub)||nr&&nr.type==="operatorname"&&nr.alwaysHandleSupSub&&(nr.limits||Y.style===$.DISPLAY)?$t="mover":$t="msup"}var an=new jn.MathNode($t,Pt);return an}}),fi({type:"atom",htmlBuilder:function(Z,Y){return it.mathsym(Z.text,Z.mode,Y,["m"+Z.family])},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mo",[ts(Z.text,Z.mode)]);if(Z.family==="bin"){var de=Is(Z,Y);de==="bold-italic"&&te.setAttribute("mathvariant",de)}else Z.family==="punct"?te.setAttribute("separator","true"):(Z.family==="open"||Z.family==="close")&&te.setAttribute("stretchy","false");return te}});var Ia={mi:"italic",mn:"normal",mtext:"normal"};fi({type:"mathord",htmlBuilder:function(Z,Y){return it.makeOrd(Z,Y,"mathord")},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mi",[ts(Z.text,Z.mode,Y)]),de=Is(Z,Y)||"italic";return de!==Ia[te.type]&&te.setAttribute("mathvariant",de),te}}),fi({type:"textord",htmlBuilder:function(Z,Y){return it.makeOrd(Z,Y,"textord")},mathmlBuilder:function(Z,Y){var te=ts(Z.text,Z.mode,Y),de=Is(Z,Y)||"normal",Ae;return Z.mode==="text"?Ae=new jn.MathNode("mtext",[te]):/[0-9]/.test(Z.text)?Ae=new jn.MathNode("mn",[te]):Z.text==="\\prime"?Ae=new jn.MathNode("mo",[te]):Ae=new jn.MathNode("mi",[te]),de!==Ia[Ae.type]&&Ae.setAttribute("mathvariant",de),Ae}});var Pi={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},bi={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};fi({type:"spacing",htmlBuilder:function(Z,Y){if(bi.hasOwnProperty(Z.text)){var te=bi[Z.text].className||"";if(Z.mode==="text"){var de=it.makeOrd(Z,Y,"textord");return de.classes.push(te),de}else return it.makeSpan(["mspace",te],[it.mathsym(Z.text,Z.mode,Y)],Y)}else{if(Pi.hasOwnProperty(Z.text))return it.makeSpan(["mspace",Pi[Z.text]],[],Y);throw new o('Unknown type of space "'+Z.text+'"')}},mathmlBuilder:function(Z,Y){var te;if(bi.hasOwnProperty(Z.text))te=new jn.MathNode("mtext",[new jn.TextNode("\xA0")]);else{if(Pi.hasOwnProperty(Z.text))return new jn.MathNode("mspace");throw new o('Unknown type of space "'+Z.text+'"')}return te}});var xa=function(){var Z=new jn.MathNode("mtd",[]);return Z.setAttribute("width","50%"),Z};fi({type:"tag",mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mtable",[new jn.MathNode("mtr",[xa(),new jn.MathNode("mtd",[Xa(Z.body,Y)]),xa(),new jn.MathNode("mtd",[Xa(Z.tag,Y)])])]);return te.setAttribute("width","100%"),te}});var bo={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Gs={"\\textbf":"textbf","\\textmd":"textmd"},ea={"\\textit":"textit","\\textup":"textup"},Qa=function(Z,Y){var te=Z.font;return te?bo[te]?Y.withTextFontFamily(bo[te]):Gs[te]?Y.withTextFontWeight(Gs[te]):Y.withTextFontShape(ea[te]):Y};yn({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler:function(Z,Y){var te=Z.parser,de=Z.funcName,Ae=Y[0];return{type:"text",mode:te.mode,body:Gi(Ae),font:de}},htmlBuilder:function(Z,Y){var te=Qa(Z,Y),de=es(Z.body,te,!0);return it.makeSpan(["mord","text"],it.tryCombineChars(de),te)},mathmlBuilder:function(Z,Y){var te=Qa(Z,Y);return Xa(Z.body,te)}}),yn({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var te=Z.parser;return{type:"underline",mode:te.mode,body:Y[0]}},htmlBuilder:function(Z,Y){var te=Yi(Z.body,Y),de=it.makeLineSpan("underline-line",Y),Ae=Y.fontMetrics().defaultRuleThickness,Ye=it.makeVList({positionType:"top",positionData:te.height,children:[{type:"kern",size:Ae},{type:"elem",elem:de},{type:"kern",size:3*Ae},{type:"elem",elem:te}]},Y);return it.makeSpan(["mord","underline"],[Ye],Y)},mathmlBuilder:function(Z,Y){var te=new jn.MathNode("mo",[new jn.TextNode("\u203E")]);te.setAttribute("stretchy","true");var de=new jn.MathNode("munder",[Wa(Z.body,Y),te]);return de.setAttribute("accentunder","true"),de}}),yn({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(Z,Y,te){throw new o("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(Z,Y){for(var te=fa(Z),de=[],Ae=Y.havingStyle(Y.style.text()),Ye=0;Ye<te.length;Ye++){var Pt=te[Ye];Pt==="~"&&(Pt="\\textasciitilde"),de.push(it.makeSymbol(Pt,"Typewriter-Regular",Z.mode,Ae,["mord","texttt"]))}return it.makeSpan(["mord","text"].concat(Ae.sizingClasses(Y)),it.tryCombineChars(de),Ae)},mathmlBuilder:function(Z,Y){var te=new jn.TextNode(fa(Z)),de=new jn.MathNode("mtext",[te]);return de.setAttribute("mathvariant","monospace"),de}});var fa=function(Z){return Z.body.replace(/ /g,Z.star?"\u2423":"\xA0")},Ni=Pa,ka=Ni,qa=`[ \r
]`,hs="\\\\[a-zA-Z@]+",xo="\\\\[^\uD800-\uDFFF]",ps=""+hs+qa+"*",ko=new RegExp("^("+hs+")"+qa+"*$"),os="[\u0300-\u036F]",ms=new RegExp(os+"+$"),ks="("+qa+"+)|([!-\\[\\]-\u2027\u202A-\uD7FF\uF900-\uFFFF]"+(os+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(os+"*")+"|\\\\verb\\*([^]).*?\\3|\\\\verb([^*a-zA-Z]).*?\\4|\\\\operatorname\\*"+("|"+ps)+("|"+xo+")"),pa=function(){function Ve(Y,te){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=Y,this.settings=te,this.tokenRegex=new RegExp(ks,"g"),this.catcodes={"%":14}}var Z=Ve.prototype;return Z.setCatcode=function(te,de){this.catcodes[te]=de},Z.lex=function(){var te=this.input,de=this.tokenRegex.lastIndex;if(de===te.length)return new c("EOF",new l(this,de,de));var Ae=this.tokenRegex.exec(te);if(Ae===null||Ae.index!==de)throw new o("Unexpected character: '"+te[de]+"'",new c(te[de],new l(this,de,de+1)));var Ye=Ae[2]||" ";if(this.catcodes[Ye]===14){var Pt=te.indexOf(`
`,this.tokenRegex.lastIndex);return Pt===-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=Pt+1,this.lex()}var $t=Ye.match(ko);return $t&&(Ye=$t[1]),new c(Ye,new l(this,de,this.tokenRegex.lastIndex))},Ve}(),us=function(){function Ve(Y,te){Y===void 0&&(Y={}),te===void 0&&(te={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=te,this.builtins=Y,this.undefStack=[]}var Z=Ve.prototype;return Z.beginGroup=function(){this.undefStack.push({})},Z.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 de in te)te.hasOwnProperty(de)&&(te[de]===void 0?delete this.current[de]:this.current[de]=te[de])},Z.has=function(te){return this.current.hasOwnProperty(te)||this.builtins.hasOwnProperty(te)},Z.get=function(te){return this.current.hasOwnProperty(te)?this.current[te]:this.builtins[te]},Z.set=function(te,de,Ae){if(Ae===void 0&&(Ae=!1),Ae){for(var Ye=0;Ye<this.undefStack.length;Ye++)delete this.undefStack[Ye][te];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][te]=de)}else{var Pt=this.undefStack[this.undefStack.length-1];Pt&&!Pt.hasOwnProperty(te)&&(Pt[te]=this.current[te])}this.current[te]=de},Ve}(),js={},Ra=js;function ge(Ve,Z){js[Ve]=Z}ge("\\@firstoftwo",function(Ve){var Z=Ve.consumeArgs(2);return{tokens:Z[0],numArgs:0}}),ge("\\@secondoftwo",function(Ve){var Z=Ve.consumeArgs(2);return{tokens:Z[1],numArgs:0}}),ge("\\@ifnextchar",function(Ve){var Z=Ve.consumeArgs(3),Y=Ve.future();return Z[0].length===1&&Z[0][0].text===Y.text?{tokens:Z[1],numArgs:0}:{tokens:Z[2],numArgs:0}}),ge("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),ge("\\TextOrMath",function(Ve){var Z=Ve.consumeArgs(2);return Ve.mode==="text"?{tokens:Z[0],numArgs:0}:{tokens:Z[1],numArgs:0}});var Se={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};ge("\\char",function(Ve){var Z=Ve.popToken(),Y,te="";if(Z.text==="'")Y=8,Z=Ve.popToken();else if(Z.text==='"')Y=16,Z=Ve.popToken();else if(Z.text==="`")if(Z=Ve.popToken(),Z.text[0]==="\\")te=Z.text.charCodeAt(1);else{if(Z.text==="EOF")throw new o("\\char` missing argument");te=Z.text.charCodeAt(0)}else Y=10;if(Y){if(te=Se[Z.text],te==null||te>=Y)throw new o("Invalid base-"+Y+" digit "+Z.text);for(var de;(de=Se[Ve.future().text])!=null&&de<Y;)te*=Y,te+=de,Ve.popToken()}return"\\@char{"+te+"}"});var Er=function(Z,Y){var te=Z.consumeArgs(1)[0];if(te.length!==1)throw new o("\\gdef's first argument must be a macro name");var de=te[0].text,Ae=0;for(te=Z.consumeArgs(1)[0];te.length===1&&te[0].text==="#";){if(te=Z.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(Ae++,parseInt(te[0].text)!==Ae)throw new o('Argument number "'+te[0].text+'" out of order');te=Z.consumeArgs(1)[0]}return Z.macros.set(de,{tokens:te,numArgs:Ae},Y),""};ge("\\gdef",function(Ve){return Er(Ve,!0)}),ge("\\def",function(Ve){return Er(Ve,!1)}),ge("\\global",function(Ve){var Z=Ve.consumeArgs(1)[0];if(Z.length!==1)throw new o("Invalid command after \\global");var Y=Z[0].text;if(Y==="\\def")return Er(Ve,!0);throw new o("Invalid command '"+Y+"' after \\global")});var en=function(Z,Y,te){var de=Z.consumeArgs(1)[0];if(de.length!==1)throw new o("\\newcommand's first argument must be a macro name");var Ae=de[0].text,Ye=Z.isDefined(Ae);if(Ye&&!Y)throw new o("\\newcommand{"+Ae+"} attempting to redefine "+(Ae+"; use \\renewcommand"));if(!Ye&&!te)throw new o("\\renewcommand{"+Ae+"} when command "+Ae+" does not yet exist; use \\newcommand");var Pt=0;if(de=Z.consumeArgs(1)[0],de.length===1&&de[0].text==="["){for(var $t="",nr=Z.expandNextToken();nr.text!=="]"&&nr.text!=="EOF";)$t+=nr.text,nr=Z.expandNextToken();if(!$t.match(/^\s*[0-9]+\s*$/))throw new o("Invalid number of arguments: "+$t);Pt=parseInt($t),de=Z.consumeArgs(1)[0]}return Z.macros.set(Ae,{tokens:de,numArgs:Pt}),""};ge("\\newcommand",function(Ve){return en(Ve,!1,!0)}),ge("\\renewcommand",function(Ve){return en(Ve,!0,!1)}),ge("\\providecommand",function(Ve){return en(Ve,!0,!0)}),ge("\\bgroup","{"),ge("\\egroup","}"),ge("\\lq","`"),ge("\\rq","'"),ge("\\aa","\\r a"),ge("\\AA","\\r A"),ge("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`\xA9}"),ge("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),ge("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`\xAE}"),ge("\u212C","\\mathscr{B}"),ge("\u2130","\\mathscr{E}"),ge("\u2131","\\mathscr{F}"),ge("\u210B","\\mathscr{H}"),ge("\u2110","\\mathscr{I}"),ge("\u2112","\\mathscr{L}"),ge("\u2133","\\mathscr{M}"),ge("\u211B","\\mathscr{R}"),ge("\u212D","\\mathfrak{C}"),ge("\u210C","\\mathfrak{H}"),ge("\u2128","\\mathfrak{Z}"),ge("\\Bbbk","\\Bbb{k}"),ge("\xB7","\\cdotp"),ge("\\llap","\\mathllap{\\textrm{#1}}"),ge("\\rlap","\\mathrlap{\\textrm{#1}}"),ge("\\clap","\\mathclap{\\textrm{#1}}"),ge("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),ge("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`\u2260}}"),ge("\\ne","\\neq"),ge("\u2260","\\neq"),ge("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`\u2209}}"),ge("\u2209","\\notin"),ge("\u2258","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`\u2258}}"),ge("\u2259","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`\u2258}}"),ge("\u225A","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`\u225A}}"),ge("\u225B","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`\u225B}}"),ge("\u225D","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`\u225D}}"),ge("\u225E","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`\u225E}}"),ge("\u225F","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`\u225F}}"),ge("\u27C2","\\perp"),ge("\u203C","\\mathclose{!\\mkern-0.8mu!}"),ge("\u220C","\\notni"),ge("\u231C","\\ulcorner"),ge("\u231D","\\urcorner"),ge("\u231E","\\llcorner"),ge("\u231F","\\lrcorner"),ge("\xA9","\\copyright"),ge("\xAE","\\textregistered"),ge("\uFE0F","\\textregistered"),ge("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),ge("\u22EE","\\vdots"),ge("\\varGamma","\\mathit{\\Gamma}"),ge("\\varDelta","\\mathit{\\Delta}"),ge("\\varTheta","\\mathit{\\Theta}"),ge("\\varLambda","\\mathit{\\Lambda}"),ge("\\varXi","\\mathit{\\Xi}"),ge("\\varPi","\\mathit{\\Pi}"),ge("\\varSigma","\\mathit{\\Sigma}"),ge("\\varUpsilon","\\mathit{\\Upsilon}"),ge("\\varPhi","\\mathit{\\Phi}"),ge("\\varPsi","\\mathit{\\Psi}"),ge("\\varOmega","\\mathit{\\Omega}"),ge("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),ge("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu"),ge("\\boxed","\\fbox{$\\displaystyle{#1}$}"),ge("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),ge("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),ge("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var yr={",":"\\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"};ge("\\dots",function(Ve){var Z="\\dotso",Y=Ve.expandAfterFuture().text;return Y in yr?Z=yr[Y]:(Y.substr(0,4)==="\\not"||Y in Ie.math&&A.contains(["bin","rel"],Ie.math[Y].group))&&(Z="\\dotsb"),Z});var Qr={")":!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};ge("\\dotso",function(Ve){var Z=Ve.future().text;return Z in Qr?"\\ldots\\,":"\\ldots"}),ge("\\dotsc",function(Ve){var Z=Ve.future().text;return Z in Qr&&Z!==","?"\\ldots\\,":"\\ldots"}),ge("\\cdots",function(Ve){var Z=Ve.future().text;return Z in Qr?"\\@cdots\\,":"\\@cdots"}),ge("\\dotsb","\\cdots"),ge("\\dotsm","\\cdots"),ge("\\dotsi","\\!\\cdots"),ge("\\dotsx","\\ldots\\,"),ge("\\DOTSI","\\relax"),ge("\\DOTSB","\\relax"),ge("\\DOTSX","\\relax"),ge("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),ge("\\,","\\tmspace+{3mu}{.1667em}"),ge("\\thinspace","\\,"),ge("\\>","\\mskip{4mu}"),ge("\\:","\\tmspace+{4mu}{.2222em}"),ge("\\medspace","\\:"),ge("\\;","\\tmspace+{5mu}{.2777em}"),ge("\\thickspace","\\;"),ge("\\!","\\tmspace-{3mu}{.1667em}"),ge("\\negthinspace","\\!"),ge("\\negmedspace","\\tmspace-{4mu}{.2222em}"),ge("\\negthickspace","\\tmspace-{5mu}{.277em}"),ge("\\enspace","\\kern.5em "),ge("\\enskip","\\hskip.5em\\relax"),ge("\\quad","\\hskip1em\\relax"),ge("\\qquad","\\hskip2em\\relax"),ge("\\tag","\\@ifstar\\tag@literal\\tag@paren"),ge("\\tag@paren","\\tag@literal{({#1})}"),ge("\\tag@literal",function(Ve){if(Ve.macros.get("\\df@tag"))throw new o("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"}),ge("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),ge("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),ge("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),ge("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),ge("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),ge("\\\\","\\newline"),ge("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var In=rr["Main-Regular"][84][1]-.7*rr["Main-Regular"][65][1]+"em";ge("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+In+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),ge("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+In+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}"),ge("\\hspace","\\@ifstar\\@hspacer\\@hspace"),ge("\\@hspace","\\hskip #1\\relax"),ge("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),ge("\\ordinarycolon",":"),ge("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),ge("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),ge("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),ge("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),ge("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),ge("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),ge("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),ge("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),ge("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),ge("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),ge("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),ge("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),ge("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),ge("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),ge("\u2237","\\dblcolon"),ge("\u2239","\\eqcolon"),ge("\u2254","\\coloneqq"),ge("\u2255","\\eqqcolon"),ge("\u2A74","\\Coloneqq"),ge("\\ratio","\\vcentcolon"),ge("\\coloncolon","\\dblcolon"),ge("\\colonequals","\\coloneqq"),ge("\\coloncolonequals","\\Coloneqq"),ge("\\equalscolon","\\eqqcolon"),ge("\\equalscoloncolon","\\Eqqcolon"),ge("\\colonminus","\\coloneq"),ge("\\coloncolonminus","\\Coloneq"),ge("\\minuscolon","\\eqcolon"),ge("\\minuscoloncolon","\\Eqcolon"),ge("\\coloncolonapprox","\\Colonapprox"),ge("\\coloncolonsim","\\Colonsim"),ge("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),ge("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),ge("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),ge("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),ge("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220C}}"),ge("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),ge("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),ge("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),ge("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),ge("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),ge("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),ge("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),ge("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),ge("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),ge("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),ge("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),ge("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),ge("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228A}"),ge("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2ACB}"),ge("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228B}"),ge("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2ACC}"),ge("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27E6}}"),ge("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27E7}}"),ge("\u27E6","\\llbracket"),ge("\u27E7","\\rrbracket"),ge("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),ge("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),ge("\u2983","\\lBrace"),ge("\u2984","\\rBrace"),ge("\\darr","\\downarrow"),ge("\\dArr","\\Downarrow"),ge("\\Darr","\\Downarrow"),ge("\\lang","\\langle"),ge("\\rang","\\rangle"),ge("\\uarr","\\uparrow"),ge("\\uArr","\\Uparrow"),ge("\\Uarr","\\Uparrow"),ge("\\N","\\mathbb{N}"),ge("\\R","\\mathbb{R}"),ge("\\Z","\\mathbb{Z}"),ge("\\alef","\\aleph"),ge("\\alefsym","\\aleph"),ge("\\Alpha","\\mathrm{A}"),ge("\\Beta","\\mathrm{B}"),ge("\\bull","\\bullet"),ge("\\Chi","\\mathrm{X}"),ge("\\clubs","\\clubsuit"),ge("\\cnums","\\mathbb{C}"),ge("\\Complex","\\mathbb{C}"),ge("\\Dagger","\\ddagger"),ge("\\diamonds","\\diamondsuit"),ge("\\empty","\\emptyset"),ge("\\Epsilon","\\mathrm{E}"),ge("\\Eta","\\mathrm{H}"),ge("\\exist","\\exists"),ge("\\harr","\\leftrightarrow"),ge("\\hArr","\\Leftrightarrow"),ge("\\Harr","\\Leftrightarrow"),ge("\\hearts","\\heartsuit"),ge("\\image","\\Im"),ge("\\infin","\\infty"),ge("\\Iota","\\mathrm{I}"),ge("\\isin","\\in"),ge("\\Kappa","\\mathrm{K}"),ge("\\larr","\\leftarrow"),ge("\\lArr","\\Leftarrow"),ge("\\Larr","\\Leftarrow"),ge("\\lrarr","\\leftrightarrow"),ge("\\lrArr","\\Leftrightarrow"),ge("\\Lrarr","\\Leftrightarrow"),ge("\\Mu","\\mathrm{M}"),ge("\\natnums","\\mathbb{N}"),ge("\\Nu","\\mathrm{N}"),ge("\\Omicron","\\mathrm{O}"),ge("\\plusmn","\\pm"),ge("\\rarr","\\rightarrow"),ge("\\rArr","\\Rightarrow"),ge("\\Rarr","\\Rightarrow"),ge("\\real","\\Re"),ge("\\reals","\\mathbb{R}"),ge("\\Reals","\\mathbb{R}"),ge("\\Rho","\\mathrm{P}"),ge("\\sdot","\\cdot"),ge("\\sect","\\S"),ge("\\spades","\\spadesuit"),ge("\\sub","\\subset"),ge("\\sube","\\subseteq"),ge("\\supe","\\supseteq"),ge("\\Tau","\\mathrm{T}"),ge("\\thetasym","\\vartheta"),ge("\\weierp","\\wp"),ge("\\Zeta","\\mathrm{Z}"),ge("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),ge("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),ge("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),ge("\\blue","\\textcolor{##6495ed}{#1}"),ge("\\orange","\\textcolor{##ffa500}{#1}"),ge("\\pink","\\textcolor{##ff00af}{#1}"),ge("\\red","\\textcolor{##df0030}{#1}"),ge("\\green","\\textcolor{##28ae7b}{#1}"),ge("\\gray","\\textcolor{gray}{#1}"),ge("\\purple","\\textcolor{##9d38bd}{#1}"),ge("\\blueA","\\textcolor{##ccfaff}{#1}"),ge("\\blueB","\\textcolor{##80f6ff}{#1}"),ge("\\blueC","\\textcolor{##63d9ea}{#1}"),ge("\\blueD","\\textcolor{##11accd}{#1}"),ge("\\blueE","\\textcolor{##0c7f99}{#1}"),ge("\\tealA","\\textcolor{##94fff5}{#1}"),ge("\\tealB","\\textcolor{##26edd5}{#1}"),ge("\\tealC","\\textcolor{##01d1c1}{#1}"),ge("\\tealD","\\textcolor{##01a995}{#1}"),ge("\\tealE","\\textcolor{##208170}{#1}"),ge("\\greenA","\\textcolor{##b6ffb0}{#1}"),ge("\\greenB","\\textcolor{##8af281}{#1}"),ge("\\greenC","\\textcolor{##74cf70}{#1}"),ge("\\greenD","\\textcolor{##1fab54}{#1}"),ge("\\greenE","\\textcolor{##0d923f}{#1}"),ge("\\goldA","\\textcolor{##ffd0a9}{#1}"),ge("\\goldB","\\textcolor{##ffbb71}{#1}"),ge("\\goldC","\\textcolor{##ff9c39}{#1}"),ge("\\goldD","\\textcolor{##e07d10}{#1}"),ge("\\goldE","\\textcolor{##a75a05}{#1}"),ge("\\redA","\\textcolor{##fca9a9}{#1}"),ge("\\redB","\\textcolor{##ff8482}{#1}"),ge("\\redC","\\textcolor{##f9685d}{#1}"),ge("\\redD","\\textcolor{##e84d39}{#1}"),ge("\\redE","\\textcolor{##bc2612}{#1}"),ge("\\maroonA","\\textcolor{##ffbde0}{#1}"),ge("\\maroonB","\\textcolor{##ff92c6}{#1}"),ge("\\maroonC","\\textcolor{##ed5fa6}{#1}"),ge("\\maroonD","\\textcolor{##ca337c}{#1}"),ge("\\maroonE","\\textcolor{##9e034e}{#1}"),ge("\\purpleA","\\textcolor{##ddd7ff}{#1}"),ge("\\purpleB","\\textcolor{##c6b9fc}{#1}"),ge("\\purpleC","\\textcolor{##aa87ff}{#1}"),ge("\\purpleD","\\textcolor{##7854ab}{#1}"),ge("\\purpleE","\\textcolor{##543b78}{#1}"),ge("\\mintA","\\textcolor{##f5f9e8}{#1}"),ge("\\mintB","\\textcolor{##edf2df}{#1}"),ge("\\mintC","\\textcolor{##e0e5cc}{#1}"),ge("\\grayA","\\textcolor{##f6f7f7}{#1}"),ge("\\grayB","\\textcolor{##f0f1f2}{#1}"),ge("\\grayC","\\textcolor{##e3e5e6}{#1}"),ge("\\grayD","\\textcolor{##d6d8da}{#1}"),ge("\\grayE","\\textcolor{##babec2}{#1}"),ge("\\grayF","\\textcolor{##888d93}{#1}"),ge("\\grayG","\\textcolor{##626569}{#1}"),ge("\\grayH","\\textcolor{##3b3e40}{#1}"),ge("\\grayI","\\textcolor{##21242c}{#1}"),ge("\\kaBlue","\\textcolor{##314453}{#1}"),ge("\\kaGreen","\\textcolor{##71B307}{#1}");var ii={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},$i=function(){function Ve(Y,te,de){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(Y),this.macros=new us(Ra,te.macros),this.mode=de,this.stack=[]}var Z=Ve.prototype;return Z.feed=function(te){this.lexer=new pa(te,this.settings)},Z.switchMode=function(te){this.mode=te},Z.beginGroup=function(){this.macros.beginGroup()},Z.endGroup=function(){this.macros.endGroup()},Z.future=function(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},Z.popToken=function(){return this.future(),this.stack.pop()},Z.pushToken=function(te){this.stack.push(te)},Z.pushTokens=function(te){var de;(de=this.stack).push.apply(de,te)},Z.consumeSpaces=function(){for(;;){var te=this.future();if(te.text===" ")this.stack.pop();else break}},Z.consumeArgs=function(te){for(var de=[],Ae=0;Ae<te;++Ae){this.consumeSpaces();var Ye=this.popToken();if(Ye.text==="{"){for(var Pt=[],$t=1;$t!==0;){var nr=this.popToken();if(Pt.push(nr),nr.text==="{")++$t;else if(nr.text==="}")--$t;else if(nr.text==="EOF")throw new o("End of input in macro argument",Ye)}Pt.pop(),Pt.reverse(),de[Ae]=Pt}else{if(Ye.text==="EOF")throw new o("End of input expecting macro argument");de[Ae]=[Ye]}}return de},Z.expandOnce=function(){var te=this.popToken(),de=te.text,Ae=this._getExpansion(de);if(Ae==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 Ye=Ae.tokens;if(Ae.numArgs){var Pt=this.consumeArgs(Ae.numArgs);Ye=Ye.slice();for(var $t=Ye.length-1;$t>=0;--$t){var nr=Ye[$t];if(nr.text==="#"){if($t===0)throw new o("Incomplete placeholder at end of macro body",nr);if(nr=Ye[--$t],nr.text==="#")Ye.splice($t+1,1);else if(/^[1-9]$/.test(nr.text)){var Dt;(Dt=Ye).splice.apply(Dt,[$t,2].concat(Pt[+nr.text-1]))}else throw new o("Not a valid argument number",nr)}}}return this.pushTokens(Ye),Ye},Z.expandAfterFuture=function(){return this.expandOnce(),this.future()},Z.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},Z.expandMacro=function(te){if(this.macros.get(te)){var de=[],Ae=this.stack.length;for(this.pushToken(new c(te));this.stack.length>Ae;){var Ye=this.expandOnce();Ye instanceof c&&de.push(this.stack.pop())}return de}},Z.expandMacroAsText=function(te){var de=this.expandMacro(te);return de&&de.map(function(Ae){return Ae.text}).join("")},Z._getExpansion=function(te){var de=this.macros.get(te);if(de==null)return de;var Ae=typeof de=="function"?de(this):de;if(typeof Ae=="string"){var Ye=0;if(Ae.indexOf("#")!==-1)for(var Pt=Ae.replace(/##/g,"");Pt.indexOf("#"+(Ye+1))!==-1;)++Ye;for(var $t=new pa(Ae,this.settings),nr=[],Dt=$t.lex();Dt.text!=="EOF";)nr.push(Dt),Dt=$t.lex();nr.reverse();var Wr={tokens:nr,numArgs:Ye};return Wr}return Ae},Z.isDefined=function(te){return this.macros.has(te)||ka.hasOwnProperty(te)||Ie.math.hasOwnProperty(te)||Ie.text.hasOwnProperty(te)||ii.hasOwnProperty(te)},Ve}(),zn={"\u0301":{text:"\\'",math:"\\acute"},"\u0300":{text:"\\`",math:"\\grave"},"\u0308":{text:'\\"',math:"\\ddot"},"\u0303":{text:"\\~",math:"\\tilde"},"\u0304":{text:"\\=",math:"\\bar"},"\u0306":{text:"\\u",math:"\\breve"},"\u030C":{text:"\\v",math:"\\check"},"\u0302":{text:"\\^",math:"\\hat"},"\u0307":{text:"\\.",math:"\\dot"},"\u030A":{text:"\\r",math:"\\mathring"},"\u030B":{text:"\\H"}},Mn={\u00E1:"a\u0301",\u00E0:"a\u0300",\u00E4:"a\u0308",\u01DF:"a\u0308\u0304",\u00E3:"a\u0303",\u0101:"a\u0304",\u0103:"a\u0306",\u1EAF:"a\u0306\u0301",\u1EB1:"a\u0306\u0300",\u1EB5:"a\u0306\u0303",\u01CE:"a\u030C",\u00E2:"a\u0302",\u1EA5:"a\u0302\u0301",\u1EA7:"a\u0302\u0300",\u1EAB:"a\u0302\u0303",\u0227:"a\u0307",\u01E1:"a\u0307\u0304",\u00E5:"a\u030A",\u01FB:"a\u030A\u0301",\u1E03:"b\u0307",\u0107:"c\u0301",\u010D:"c\u030C",\u0109:"c\u0302",\u010B:"c\u0307",\u010F:"d\u030C",\u1E0B:"d\u0307",\u00E9:"e\u0301",\u00E8:"e\u0300",\u00EB:"e\u0308",\u1EBD:"e\u0303",\u0113:"e\u0304",\u1E17:"e\u0304\u0301",\u1E15:"e\u0304\u0300",\u0115:"e\u0306",\u011B:"e\u030C",\u00EA:"e\u0302",\u1EBF:"e\u0302\u0301",\u1EC1:"e\u0302\u0300",\u1EC5:"e\u0302\u0303",\u0117:"e\u0307",\u1E1F:"f\u0307",\u01F5:"g\u0301",\u1E21:"g\u0304",\u011F:"g\u0306",\u01E7:"g\u030C",\u011D:"g\u0302",\u0121:"g\u0307",\u1E27:"h\u0308",\u021F:"h\u030C",\u0125:"h\u0302",\u1E23:"h\u0307",\u00ED:"i\u0301",\u00EC:"i\u0300",\u00EF:"i\u0308",\u1E2F:"i\u0308\u0301",\u0129:"i\u0303",\u012B:"i\u0304",\u012D:"i\u0306",\u01D0:"i\u030C",\u00EE:"i\u0302",\u01F0:"j\u030C",\u0135:"j\u0302",\u1E31:"k\u0301",\u01E9:"k\u030C",\u013A:"l\u0301",\u013E:"l\u030C",\u1E3F:"m\u0301",\u1E41:"m\u0307",\u0144:"n\u0301",\u01F9:"n\u0300",\u00F1:"n\u0303",\u0148:"n\u030C",\u1E45:"n\u0307",\u00F3:"o\u0301",\u00F2:"o\u0300",\u00F6:"o\u0308",\u022B:"o\u0308\u0304",\u00F5:"o\u0303",\u1E4D:"o\u0303\u0301",\u1E4F:"o\u0303\u0308",\u022D:"o\u0303\u0304",\u014D:"o\u0304",\u1E53:"o\u0304\u0301",\u1E51:"o\u0304\u0300",\u014F:"o\u0306",\u01D2:"o\u030C",\u00F4:"o\u0302",\u1ED1:"o\u0302\u0301",\u1ED3:"o\u0302\u0300",\u1ED7:"o\u0302\u0303",\u022F:"o\u0307",\u0231:"o\u0307\u0304",\u0151:"o\u030B",\u1E55:"p\u0301",\u1E57:"p\u0307",\u0155:"r\u0301",\u0159:"r\u030C",\u1E59:"r\u0307",\u015B:"s\u0301",\u1E65:"s\u0301\u0307",\u0161:"s\u030C",\u1E67:"s\u030C\u0307",\u015D:"s\u0302",\u1E61:"s\u0307",\u1E97:"t\u0308",\u0165:"t\u030C",\u1E6B:"t\u0307",\u00FA:"u\u0301",\u00F9:"u\u0300",\u00FC:"u\u0308",\u01D8:"u\u0308\u0301",\u01DC:"u\u0308\u0300",\u01D6:"u\u0308\u0304",\u01DA:"u\u0308\u030C",\u0169:"u\u0303",\u1E79:"u\u0303\u0301",\u016B:"u\u0304",\u1E7B:"u\u0304\u0308",\u016D:"u\u0306",\u01D4:"u\u030C",\u00FB:"u\u0302",\u016F:"u\u030A",\u0171:"u\u030B",\u1E7D:"v\u0303",\u1E83:"w\u0301",\u1E81:"w\u0300",\u1E85:"w\u0308",\u0175:"w\u0302",\u1E87:"w\u0307",\u1E98:"w\u030A",\u1E8D:"x\u0308",\u1E8B:"x\u0307",\u00FD:"y\u0301",\u1EF3:"y\u0300",\u00FF:"y\u0308",\u1EF9:"y\u0303",\u0233:"y\u0304",\u0177:"y\u0302",\u1E8F:"y\u0307",\u1E99:"y\u030A",\u017A:"z\u0301",\u017E:"z\u030C",\u1E91:"z\u0302",\u017C:"z\u0307",\u00C1:"A\u0301",\u00C0:"A\u0300",\u00C4:"A\u0308",\u01DE:"A\u0308\u0304",\u00C3:"A\u0303",\u0100:"A\u0304",\u0102:"A\u0306",\u1EAE:"A\u0306\u0301",\u1EB0:"A\u0306\u0300",\u1EB4:"A\u0306\u0303",\u01CD:"A\u030C",\u00C2:"A\u0302",\u1EA4:"A\u0302\u0301",\u1EA6:"A\u0302\u0300",\u1EAA:"A\u0302\u0303",\u0226:"A\u0307",\u01E0:"A\u0307\u0304",\u00C5:"A\u030A",\u01FA:"A\u030A\u0301",\u1E02:"B\u0307",\u0106:"C\u0301",\u010C:"C\u030C",\u0108:"C\u0302",\u010A:"C\u0307",\u010E:"D\u030C",\u1E0A:"D\u0307",\u00C9:"E\u0301",\u00C8:"E\u0300",\u00CB:"E\u0308",\u1EBC:"E\u0303",\u0112:"E\u0304",\u1E16:"E\u0304\u0301",\u1E14:"E\u0304\u0300",\u0114:"E\u0306",\u011A:"E\u030C",\u00CA:"E\u0302",\u1EBE:"E\u0302\u0301",\u1EC0:"E\u0302\u0300",\u1EC4:"E\u0302\u0303",\u0116:"E\u0307",\u1E1E:"F\u0307",\u01F4:"G\u0301",\u1E20:"G\u0304",\u011E:"G\u0306",\u01E6:"G\u030C",\u011C:"G\u0302",\u0120:"G\u0307",\u1E26:"H\u0308",\u021E:"H\u030C",\u0124:"H\u0302",\u1E22:"H\u0307",\u00CD:"I\u0301",\u00CC:"I\u0300",\u00CF:"I\u0308",\u1E2E:"I\u0308\u0301",\u0128:"I\u0303",\u012A:"I\u0304",\u012C:"I\u0306",\u01CF:"I\u030C",\u00CE:"I\u0302",\u0130:"I\u0307",\u0134:"J\u0302",\u1E30:"K\u0301",\u01E8:"K\u030C",\u0139:"L\u0301",\u013D:"L\u030C",\u1E3E:"M\u0301",\u1E40:"M\u0307",\u0143:"N\u0301",\u01F8:"N\u0300",\u00D1:"N\u0303",\u0147:"N\u030C",\u1E44:"N\u0307",\u00D3:"O\u0301",\u00D2:"O\u0300",\u00D6:"O\u0308",\u022A:"O\u0308\u0304",\u00D5:"O\u0303",\u1E4C:"O\u0303\u0301",\u1E4E:"O\u0303\u0308",\u022C:"O\u0303\u0304",\u014C:"O\u0304",\u1E52:"O\u0304\u0301",\u1E50:"O\u0304\u0300",\u014E:"O\u0306",\u01D1:"O\u030C",\u00D4:"O\u0302",\u1ED0:"O\u0302\u0301",\u1ED2:"O\u0302\u0300",\u1ED6:"O\u0302\u0303",\u022E:"O\u0307",\u0230:"O\u0307\u0304",\u0150:"O\u030B",\u1E54:"P\u0301",\u1E56:"P\u0307",\u0154:"R\u0301",\u0158:"R\u030C",\u1E58:"R\u0307",\u015A:"S\u0301",\u1E64:"S\u0301\u0307",\u0160:"S\u030C",\u1E66:"S\u030C\u0307",\u015C:"S\u0302",\u1E60:"S\u0307",\u0164:"T\u030C",\u1E6A:"T\u0307",\u00DA:"U\u0301",\u00D9:"U\u0300",\u00DC:"U\u0308",\u01D7:"U\u0308\u0301",\u01DB:"U\u0308\u0300",\u01D5:"U\u0308\u0304",\u01D9:"U\u0308\u030C",\u0168:"U\u0303",\u1E78:"U\u0303\u0301",\u016A:"U\u0304",\u1E7A:"U\u0304\u0308",\u016C:"U\u0306",\u01D3:"U\u030C",\u00DB:"U\u0302",\u016E:"U\u030A",\u0170:"U\u030B",\u1E7C:"V\u0303",\u1E82:"W\u0301",\u1E80:"W\u0300",\u1E84:"W\u0308",\u0174:"W\u0302",\u1E86:"W\u0307",\u1E8C:"X\u0308",\u1E8A:"X\u0307",\u00DD:"Y\u0301",\u1EF2:"Y\u0300",\u0178:"Y\u0308",\u1EF8:"Y\u0303",\u0232:"Y\u0304",\u0176:"Y\u0302",\u1E8E:"Y\u0307",\u0179:"Z\u0301",\u017D:"Z\u030C",\u1E90:"Z\u0302",\u017B:"Z\u0307",\u03AC:"\u03B1\u0301",\u1F70:"\u03B1\u0300",\u1FB1:"\u03B1\u0304",\u1FB0:"\u03B1\u0306",\u03AD:"\u03B5\u0301",\u1F72:"\u03B5\u0300",\u03AE:"\u03B7\u0301",\u1F74:"\u03B7\u0300",\u03AF:"\u03B9\u0301",\u1F76:"\u03B9\u0300",\u03CA:"\u03B9\u0308",\u0390:"\u03B9\u0308\u0301",\u1FD2:"\u03B9\u0308\u0300",\u1FD1:"\u03B9\u0304",\u1FD0:"\u03B9\u0306",\u03CC:"\u03BF\u0301",\u1F78:"\u03BF\u0300",\u03CD:"\u03C5\u0301",\u1F7A:"\u03C5\u0300",\u03CB:"\u03C5\u0308",\u03B0:"\u03C5\u0308\u0301",\u1FE2:"\u03C5\u0308\u0300",\u1FE1:"\u03C5\u0304",\u1FE0:"\u03C5\u0306",\u03CE:"\u03C9\u0301",\u1F7C:"\u03C9\u0300",\u038E:"\u03A5\u0301",\u1FEA:"\u03A5\u0300",\u03AB:"\u03A5\u0308",\u1FE9:"\u03A5\u0304",\u1FE8:"\u03A5\u0306",\u038F:"\u03A9\u0301",\u1FFA:"\u03A9\u0300"},Kn=function(){function Ve(Y,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 $i(Y,te,this.mode),this.settings=te,this.leftrightDepth=0}var Z=Ve.prototype;return Z.expect=function(te,de){if(de===void 0&&(de=!0),this.fetch().text!==te)throw new o("Expected '"+te+"', got '"+this.fetch().text+"'",this.fetch());de&&this.consume()},Z.consume=function(){this.nextToken=null},Z.fetch=function(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},Z.switchMode=function(te){this.mode=te,this.gullet.switchMode(te)},Z.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},Z.parseExpression=function(te,de){for(var Ae=[];;){this.mode==="math"&&this.consumeSpaces();var Ye=this.fetch();if(Ve.endOfExpression.indexOf(Ye.text)!==-1||de&&Ye.text===de||te&&ka[Ye.text]&&ka[Ye.text].infix)break;var Pt=this.parseAtom(de);if(!Pt)break;Ae.push(Pt)}return this.mode==="text"&&this.formLigatures(Ae),this.handleInfixNodes(Ae)},Z.handleInfixNodes=function(te){for(var de=-1,Ae,Ye=0;Ye<te.length;Ye++){var Pt=xr(te[Ye],"infix");if(Pt){if(de!==-1)throw new o("only one infix operator per group",Pt.token);de=Ye,Ae=Pt.replaceWith}}if(de!==-1&&Ae){var $t,nr,Dt=te.slice(0,de),Wr=te.slice(de+1);Dt.length===1&&Dt[0].type==="ordgroup"?$t=Dt[0]:$t={type:"ordgroup",mode:this.mode,body:Dt},Wr.length===1&&Wr[0].type==="ordgroup"?nr=Wr[0]:nr={type:"ordgroup",mode:this.mode,body:Wr};var an;return Ae==="\\\\abovefrac"?an=this.callFunction(Ae,[$t,te[de],nr],[]):an=this.callFunction(Ae,[$t,nr],[]),[an]}else return te},Z.handleSupSubscript=function(te){var de=this.fetch(),Ae=de.text;this.consume();var Ye=this.parseGroup(te,!1,Ve.SUPSUB_GREEDINESS,void 0,void 0,!0);if(!Ye)throw new o("Expected group after '"+Ae+"'",de);return Ye},Z.formatUnsupportedCmd=function(te){for(var de=[],Ae=0;Ae<te.length;Ae++)de.push({type:"textord",mode:"text",text:te[Ae]});var Ye={type:"text",mode:this.mode,body:de},Pt={type:"color",mode:this.mode,color:this.settings.errorColor,body:[Ye]};return Pt},Z.parseAtom=function(te){var de=this.parseGroup("atom",!1,null,te);if(this.mode==="text")return de;for(var Ae,Ye;;){this.consumeSpaces();var Pt=this.fetch();if(Pt.text==="\\limits"||Pt.text==="\\nolimits"){var $t=xr(de,"op");if($t){var nr=Pt.text==="\\limits";$t.limits=nr,$t.alwaysHandleSupSub=!0}else if($t=xr(de,"operatorname"),$t&&$t.alwaysHandleSupSub){var Dt=Pt.text==="\\limits";$t.limits=Dt}else throw new o("Limit controls must follow a math operator",Pt);this.consume()}else if(Pt.text==="^"){if(Ae)throw new o("Double superscript",Pt);Ae=this.handleSupSubscript("superscript")}else if(Pt.text==="_"){if(Ye)throw new o("Double subscript",Pt);Ye=this.handleSupSubscript("subscript")}else if(Pt.text==="'"){if(Ae)throw new o("Double superscript",Pt);var Wr={type:"textord",mode:this.mode,text:"\\prime"},an=[Wr];for(this.consume();this.fetch().text==="'";)an.push(Wr),this.consume();this.fetch().text==="^"&&an.push(this.handleSupSubscript("superscript")),Ae={type:"ordgroup",mode:this.mode,body:an}}else break}return Ae||Ye?{type:"supsub",mode:this.mode,base:de,sup:Ae,sub:Ye}:de},Z.parseFunction=function(te,de,Ae){var Ye=this.fetch(),Pt=Ye.text,$t=ka[Pt];if(!$t)return null;if(this.consume(),Ae!=null&&$t.greediness<=Ae)throw new o("Got function '"+Pt+"' with no arguments"+(de?" as "+de:""),Ye);if(this.mode==="text"&&!$t.allowedInText)throw new o("Can't use function '"+Pt+"' in text mode",Ye);if(this.mode==="math"&&$t.allowedInMath===!1)throw new o("Can't use function '"+Pt+"' in math mode",Ye);var nr=this.parseArguments(Pt,$t),Dt=nr.args,Wr=nr.optArgs;return this.callFunction(Pt,Dt,Wr,Ye,te)},Z.callFunction=function(te,de,Ae,Ye,Pt){var $t={funcName:te,parser:this,token:Ye,breakOnTokenText:Pt},nr=ka[te];if(nr&&nr.handler)return nr.handler($t,de,Ae);throw new o("No function handler for "+te)},Z.parseArguments=function(te,de){var Ae=de.numArgs+de.numOptionalArgs;if(Ae===0)return{args:[],optArgs:[]};for(var Ye=de.greediness,Pt=[],$t=[],nr=0;nr<Ae;nr++){var Dt=de.argTypes&&de.argTypes[nr],Wr=nr<de.numOptionalArgs,an=nr>0&&!Wr||nr===0&&!Wr&&this.mode==="math",An=this.parseGroupOfType("argument to '"+te+"'",Dt,Wr,Ye,an);if(!An){if(Wr){$t.push(null);continue}throw new o("Expected group after '"+te+"'",this.fetch())}(Wr?$t:Pt).push(An)}return{args:Pt,optArgs:$t}},Z.parseGroupOfType=function(te,de,Ae,Ye,Pt){switch(de){case"color":return Pt&&this.consumeSpaces(),this.parseColorGroup(Ae);case"size":return Pt&&this.consumeSpaces(),this.parseSizeGroup(Ae);case"url":return this.parseUrlGroup(Ae,Pt);case"math":case"text":return this.parseGroup(te,Ae,Ye,void 0,de,Pt);case"hbox":{var $t=this.parseGroup(te,Ae,Ye,void 0,"text",Pt);if(!$t)return $t;var nr={type:"styling",mode:$t.mode,body:[$t],style:"text"};return nr}case"raw":{if(Pt&&this.consumeSpaces(),Ae&&this.fetch().text==="{")return null;var Dt=this.parseStringGroup("raw",Ae,!0);if(Dt)return{type:"raw",mode:"text",string:Dt.text};throw new o("Expected raw group",this.fetch())}case"original":case null:case void 0:return this.parseGroup(te,Ae,Ye,void 0,void 0,Pt);default:throw new o("Unknown group type as "+te,this.fetch())}},Z.consumeSpaces=function(){for(;this.fetch().text===" ";)this.consume()},Z.parseStringGroup=function(te,de,Ae){var Ye=de?"[":"{",Pt=de?"]":"}",$t=this.fetch();if($t.text!==Ye){if(de)return null;if(Ae&&$t.text!=="EOF"&&/[^{}[\]]/.test($t.text))return this.consume(),$t}var nr=this.mode;this.mode="text",this.expect(Ye);for(var Dt="",Wr=this.fetch(),an=0,An=Wr,Vn;(Vn=this.fetch()).text!==Pt||Ae&&an>0;){switch(Vn.text){case"EOF":throw new o("Unexpected end of input in "+te,Wr.range(An,Dt));case Ye:an++;break;case Pt:an--;break}An=Vn,Dt+=An.text,this.consume()}return this.expect(Pt),this.mode=nr,Wr.range(An,Dt)},Z.parseRegexGroup=function(te,de){var Ae=this.mode;this.mode="text";for(var Ye=this.fetch(),Pt=Ye,$t="",nr;(nr=this.fetch()).text!=="EOF"&&te.test($t+nr.text);)Pt=nr,$t+=Pt.text,this.consume();if($t==="")throw new o("Invalid "+de+": '"+Ye.text+"'",Ye);return this.mode=Ae,Ye.range(Pt,$t)},Z.parseColorGroup=function(te){var de=this.parseStringGroup("color",te);if(!de)return null;var Ae=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(de.text);if(!Ae)throw new o("Invalid color: '"+de.text+"'",de);var Ye=Ae[0];return/^[0-9a-f]{6}$/i.test(Ye)&&(Ye="#"+Ye),{type:"color-token",mode:this.mode,color:Ye}},Z.parseSizeGroup=function(te){var de,Ae=!1;if(!te&&this.fetch().text!=="{"?de=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):de=this.parseStringGroup("size",te),!de)return null;!te&&de.text.length===0&&(de.text="0pt",Ae=!0);var Ye=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(de.text);if(!Ye)throw new o("Invalid size: '"+de.text+"'",de);var Pt={number:+(Ye[1]+Ye[2]),unit:Ye[3]};if(!Qi(Pt))throw new o("Invalid unit: '"+Pt.unit+"'",de);return{type:"size",mode:this.mode,value:Pt,isBlank:Ae}},Z.parseUrlGroup=function(te,de){this.gullet.lexer.setCatcode("%",13);var Ae=this.parseStringGroup("url",te,!0);if(this.gullet.lexer.setCatcode("%",14),!Ae)return null;var Ye=Ae.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:Ye}},Z.parseGroup=function(te,de,Ae,Ye,Pt,$t){var nr=this.mode;Pt&&this.switchMode(Pt),$t&&this.consumeSpaces();var Dt=this.fetch(),Wr=Dt.text,an;if(de?Wr==="[":Wr==="{"||Wr==="\\begingroup"){this.consume();var An=Ve.endOfGroup[Wr];this.gullet.beginGroup();var Vn=this.parseExpression(!1,An),Jn=this.fetch();this.expect(An),this.gullet.endGroup(),an={type:"ordgroup",mode:this.mode,loc:l.range(Dt,Jn),body:Vn,semisimple:Wr==="\\begingroup"||void 0}}else if(de)an=null;else if(an=this.parseFunction(Ye,te,Ae)||this.parseSymbol(),an==null&&Wr[0]==="\\"&&!ii.hasOwnProperty(Wr)){if(this.settings.throwOnError)throw new o("Undefined control sequence: "+Wr,Dt);an=this.formatUnsupportedCmd(Wr),this.consume()}return Pt&&this.switchMode(nr),an},Z.formLigatures=function(te){for(var de=te.length-1,Ae=0;Ae<de;++Ae){var Ye=te[Ae],Pt=Ye.text;Pt==="-"&&te[Ae+1].text==="-"&&(Ae+1<de&&te[Ae+2].text==="-"?(te.splice(Ae,3,{type:"textord",mode:"text",loc:l.range(Ye,te[Ae+2]),text:"---"}),de-=2):(te.splice(Ae,2,{type:"textord",mode:"text",loc:l.range(Ye,te[Ae+1]),text:"--"}),de-=1)),(Pt==="'"||Pt==="`")&&te[Ae+1].text===Pt&&(te.splice(Ae,2,{type:"textord",mode:"text",loc:l.range(Ye,te[Ae+1]),text:Pt+Pt}),de-=1)}},Z.parseSymbol=function(){var te=this.fetch(),de=te.text;if(/^\\verb[^a-zA-Z]/.test(de)){this.consume();var Ae=de.slice(5),Ye=Ae.charAt(0)==="*";if(Ye&&(Ae=Ae.slice(1)),Ae.length<2||Ae.charAt(0)!==Ae.slice(-1))throw new o(`\\verb assertion failed --
please report what input caused this bug`);return Ae=Ae.slice(1,-1),{type:"verb",mode:"text",body:Ae,star:Ye}}Mn.hasOwnProperty(de[0])&&!Ie[this.mode][de[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+de[0]+'" used in math mode',te),de=Mn[de[0]]+de.substr(1));var Pt=ms.exec(de);Pt&&(de=de.substring(0,Pt.index),de==="i"?de="\u0131":de==="j"&&(de="\u0237"));var $t;if(Ie[this.mode][de]){this.settings.strict&&this.mode==="math"&&Jr.indexOf(de)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+de[0]+'" used in math mode',te);var nr=Ie[this.mode][de].group,Dt=l.range(te),Wr;if(Ht.hasOwnProperty(nr)){var an=nr;Wr={type:"atom",mode:this.mode,family:an,loc:Dt,text:de}}else Wr={type:nr,mode:this.mode,loc:Dt,text:de};$t=Wr}else if(de.charCodeAt(0)>=128)this.settings.strict&&(Te(de.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+de[0]+'" used in math mode',te):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+de[0]+'"'+(" ("+de.charCodeAt(0)+")"),te)),$t={type:"textord",mode:"text",loc:l.range(te),text:de};else return null;if(this.consume(),Pt)for(var An=0;An<Pt[0].length;An++){var Vn=Pt[0][An];if(!zn[Vn])throw new o("Unknown accent ' "+Vn+"'",te);var Jn=zn[Vn][this.mode];if(!Jn)throw new o("Accent "+Vn+" unsupported in "+this.mode+" mode",te);$t={type:"accent",mode:this.mode,loc:l.range(te),label:Jn,isStretchy:!1,isShifty:!0,base:$t}}return $t},Ve}();Kn.endOfExpression=["}","\\endgroup","\\end","\\right","&"],Kn.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},Kn.SUPSUB_GREEDINESS=1;var ma=function(Z,Y){if(!(typeof Z=="string"||Z instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var te=new Kn(Z,Y);delete te.gullet.macros.current["\\df@tag"];var de=te.parse();if(te.gullet.macros.get("\\df@tag")){if(!Y.displayMode)throw new o("\\tag works only in display equations");te.gullet.feed("\\df@tag"),de=[{type:"tag",mode:"text",body:de,tag:te.parse()}]}return de},ta=ma,No=function(Z,Y,te){Y.textContent="";var de=ul(Z,te).toNode();Y.appendChild(de)};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."),No=function(){throw new o("KaTeX doesn't work in quirks mode.")});var To=function(Z,Y){var te=ul(Z,Y).toMarkup();return te},yu=function(Z,Y){var te=new P(Y);return ta(Z,te)},Ml=function(Z,Y,te){if(te.throwOnError||!(Z instanceof o))throw Z;var de=it.makeSpan(["katex-error"],[new Le(Y)]);return de.setAttribute("title",Z.toString()),de.setAttribute("style","color:"+te.errorColor),de},ul=function(Z,Y){var te=new P(Y);try{var de=ta(Z,te);return Vo(de,Z,te)}catch(Ae){return Ml(Ae,Z,te)}},bu=function(Z,Y){var te=new P(Y);try{var de=ta(Z,te);return Yo(de,Z,te)}catch(Ae){return Ml(Ae,Z,te)}},mf={version:"0.11.1",render:No,renderToString:To,ParseError:o,__parse:yu,__renderToDomTree:ul,__renderToHTMLTree:bu,__setFontMetrics:rt,__defineSymbol:ce,__defineMacro:ge,__domTree:{Span:ht,Anchor:Je,SymbolNode:Le,SvgNode:Ke,PathNode:He,LineNode:Xe}},el=e.default=mf}]).default})},76414:function(d,_,e){var r=e(64696),i=e(16824),l=e(23476),c=e(63122),f=e(37279);function o(h){var u=-1,a=h==null?0:h.length;for(this.clear();++u<a;){var x=h[u];this.set(x[0],x[1])}}o.prototype.clear=r,o.prototype.delete=i,o.prototype.get=l,o.prototype.has=c,o.prototype.set=f,d.exports=o},99746:function(d,_,e){var r=e(34251),i=e(24968),l=e(28290),c=e(88068),f=e(54238);function o(h){var u=-1,a=h==null?0:h.length;for(this.clear();++u<a;){var x=h[u];this.set(x[0],x[1])}}o.prototype.clear=r,o.prototype.delete=i,o.prototype.get=l,o.prototype.has=c,o.prototype.set=f,d.exports=o},40164:function(d,_,e){var r=e(73893),i=e(33152),l=r(i,"Map");d.exports=l},52166:function(d,_,e){var r=e(35365),i=e(63765),l=e(12608),c=e(10203),f=e(11298);function o(h){var u=-1,a=h==null?0:h.length;for(this.clear();++u<a;){var x=h[u];this.set(x[0],x[1])}}o.prototype.clear=r,o.prototype.delete=i,o.prototype.get=l,o.prototype.has=c,o.prototype.set=f,d.exports=o},91866:function(d,_,e){var r=e(99746),i=e(31119),l=e(64399),c=e(81897),f=e(90558),o=e(64841);function h(u){var a=this.__data__=new r(u);this.size=a.size}h.prototype.clear=i,h.prototype.delete=l,h.prototype.get=c,h.prototype.has=f,h.prototype.set=o,d.exports=h},91869:function(d,_,e){var r=e(33152),i=r.Symbol;d.exports=i},77945:function(d,_,e){var r=e(33152),i=r.Uint8Array;d.exports=i},79628:function(d){function _(e,r,i){switch(i.length){case 0:return e.call(r);case 1:return e.call(r,i[0]);case 2:return e.call(r,i[0],i[1]);case 3:return e.call(r,i[0],i[1],i[2])}return e.apply(r,i)}d.exports=_},63333:function(d,_,e){var r=e(67943),i=e(13053),l=e(80744),c=e(57835),f=e(70213),o=e(18397),h=Object.prototype,u=h.hasOwnProperty;function a(x,p){var y=l(x),m=!y&&i(x),b=!y&&!m&&c(x),S=!y&&!m&&!b&&o(x),D=y||m||b||S,R=D?r(x.length,String):[],A=R.length;for(var P in x)(p||u.call(x,P))&&!(D&&(P=="length"||b&&(P=="offset"||P=="parent")||S&&(P=="buffer"||P=="byteLength"||P=="byteOffset")||f(P,A)))&&R.push(P);return R}d.exports=a},89135:function(d,_,e){var r=e(42813),i=e(43607);function l(c,f,o){(o!==void 0&&!i(c[f],o)||o===void 0&&!(f in c))&&r(c,f,o)}d.exports=l},60348:function(d,_,e){var r=e(42813),i=e(43607),l=Object.prototype,c=l.hasOwnProperty;function f(o,h,u){var a=o[h];(!(c.call(o,h)&&i(a,u))||u===void 0&&!(h in o))&&r(o,h,u)}d.exports=f},67971:function(d,_,e){var r=e(43607);function i(l,c){for(var f=l.length;f--;)if(r(l[f][0],c))return f;return-1}d.exports=i},42813:function(d,_,e){var r=e(35234);function i(l,c,f){c=="__proto__"&&r?r(l,c,{configurable:!0,enumerable:!0,value:f,writable:!0}):l[c]=f}d.exports=i},35024:function(d,_,e){var r=e(20816),i=Object.create,l=function(){function c(){}return function(f){if(!r(f))return{};if(i)return i(f);c.prototype=f;var o=new c;return c.prototype=void 0,o}}();d.exports=l},14018:function(d,_,e){var r=e(78010),i=r();d.exports=i},86756:function(d,_,e){var r=e(91869),i=e(72533),l=e(74702),c="[object Null]",f="[object Undefined]",o=r?r.toStringTag:void 0;function h(u){return u==null?u===void 0?f:c:o&&o in Object(u)?i(u):l(u)}d.exports=h},61506:function(d,_,e){var r=e(86756),i=e(93913),l="[object Arguments]";function c(f){return i(f)&&r(f)==l}d.exports=c},6367:function(d,_,e){var r=e(9363),i=e(89379),l=e(20816),c=e(63256),f=/[\\^$.*+?()[\]{}|]/g,o=/^\[object .+?Constructor\]$/,h=Function.prototype,u=Object.prototype,a=h.toString,x=u.hasOwnProperty,p=RegExp("^"+a.call(x).replace(f,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function y(m){if(!l(m)||i(m))return!1;var b=r(m)?p:o;return b.test(c(m))}d.exports=y},10766:function(d,_,e){var r=e(86756),i=e(11156),l=e(93913),c="[object Arguments]",f="[object Array]",o="[object Boolean]",h="[object Date]",u="[object Error]",a="[object Function]",x="[object Map]",p="[object Number]",y="[object Object]",m="[object RegExp]",b="[object Set]",S="[object String]",D="[object WeakMap]",R="[object ArrayBuffer]",A="[object DataView]",P="[object Float32Array]",M="[object Float64Array]",B="[object Int8Array]",N="[object Int16Array]",G="[object Int32Array]",H="[object Uint8Array]",W="[object Uint8ClampedArray]",ae="[object Uint16Array]",ne="[object Uint32Array]",oe={};oe[P]=oe[M]=oe[B]=oe[N]=oe[G]=oe[H]=oe[W]=oe[ae]=oe[ne]=!0,oe[c]=oe[f]=oe[R]=oe[o]=oe[A]=oe[h]=oe[u]=oe[a]=oe[x]=oe[p]=oe[y]=oe[m]=oe[b]=oe[S]=oe[D]=!1;function q(J){return l(J)&&i(J.length)&&!!oe[r(J)]}d.exports=q},33988:function(d,_,e){var r=e(20816),i=e(7975),l=e(97817),c=Object.prototype,f=c.hasOwnProperty;function o(h){if(!r(h))return l(h);var u=i(h),a=[];for(var x in h)x=="constructor"&&(u||!f.call(h,x))||a.push(x);return a}d.exports=o},50097:function(d,_,e){var r=e(91866),i=e(89135),l=e(14018),c=e(23585),f=e(20816),o=e(56730),h=e(47052);function u(a,x,p,y,m){a!==x&&l(x,function(b,S){if(m||(m=new r),f(b))c(a,x,S,p,u,y,m);else{var D=y?y(h(a,S),b,S+"",a,x,m):void 0;D===void 0&&(D=b),i(a,S,D)}},o)}d.exports=u},23585:function(d,_,e){var r=e(89135),i=e(32315),l=e(78358),c=e(47760),f=e(4084),o=e(13053),h=e(80744),u=e(41590),a=e(57835),x=e(9363),p=e(20816),y=e(19308),m=e(18397),b=e(47052),S=e(20480);function D(R,A,P,M,B,N,G){var H=b(R,P),W=b(A,P),ae=G.get(W);if(ae){r(R,P,ae);return}var ne=N?N(H,W,P+"",R,A,G):void 0,oe=ne===void 0;if(oe){var q=h(W),J=!q&&a(W),K=!q&&!J&&m(W);ne=W,q||J||K?h(H)?ne=H:u(H)?ne=c(H):J?(oe=!1,ne=i(W,!0)):K?(oe=!1,ne=l(W,!0)):ne=[]:y(W)||o(W)?(ne=H,o(H)?ne=S(H):(!p(H)||x(H))&&(ne=f(W))):oe=!1}oe&&(G.set(W,ne),B(ne,W,M,N,G),G.delete(W)),r(R,P,ne)}d.exports=D},92918:function(d,_,e){var r=e(46962),i=e(19652),l=e(71152);function c(f,o){return l(i(f,o,r),f+"")}d.exports=c},63989:function(d,_,e){var r=e(13503),i=e(35234),l=e(46962),c=i?function(f,o){return i(f,"toString",{configurable:!0,enumerable:!1,value:r(o),writable:!0})}:l;d.exports=c},67943:function(d){function _(e,r){for(var i=-1,l=Array(e);++i<e;)l[i]=r(i);return l}d.exports=_},38342:function(d){function _(e){return function(r){return e(r)}}d.exports=_},20188:function(d,_,e){var r=e(77945);function i(l){var c=new l.constructor(l.byteLength);return new r(c).set(new r(l)),c}d.exports=i},32315:function(d,_,e){d=e.nmd(d);var r=e(33152),i=_&&!_.nodeType&&_,l=i&&!0&&d&&!d.nodeType&&d,c=l&&l.exports===i,f=c?r.Buffer:void 0,o=f?f.allocUnsafe:void 0;function h(u,a){if(a)return u.slice();var x=u.length,p=o?o(x):new u.constructor(x);return u.copy(p),p}d.exports=h},78358:function(d,_,e){var r=e(20188);function i(l,c){var f=c?r(l.buffer):l.buffer;return new l.constructor(f,l.byteOffset,l.length)}d.exports=i},47760:function(d){function _(e,r){var i=-1,l=e.length;for(r||(r=Array(l));++i<l;)r[i]=e[i];return r}d.exports=_},95378:function(d,_,e){var r=e(60348),i=e(42813);function l(c,f,o,h){var u=!o;o||(o={});for(var a=-1,x=f.length;++a<x;){var p=f[a],y=h?h(o[p],c[p],p,o,c):void 0;y===void 0&&(y=c[p]),u?i(o,p,y):r(o,p,y)}return o}d.exports=l},64218:function(d,_,e){var r=e(33152),i=r["__core-js_shared__"];d.exports=i},63323:function(d,_,e){var r=e(92918),i=e(8138);function l(c){return r(function(f,o){var h=-1,u=o.length,a=u>1?o[u-1]:void 0,x=u>2?o[2]:void 0;for(a=c.length>3&&typeof a=="function"?(u--,a):void 0,x&&i(o[0],o[1],x)&&(a=u<3?void 0:a,u=1),f=Object(f);++h<u;){var p=o[h];p&&c(f,p,h,a)}return f})}d.exports=l},78010:function(d){function _(e){return function(r,i,l){for(var c=-1,f=Object(r),o=l(r),h=o.length;h--;){var u=o[e?h:++c];if(i(f[u],u,f)===!1)break}return r}}d.exports=_},35234:function(d,_,e){var r=e(73893),i=function(){try{var l=r(Object,"defineProperty");return l({},"",{}),l}catch(c){}}();d.exports=i},37675:function(d,_,e){var r=typeof e.g=="object"&&e.g&&e.g.Object===Object&&e.g;d.exports=r},89819:function(d,_,e){var r=e(94358);function i(l,c){var f=l.__data__;return r(c)?f[typeof c=="string"?"string":"hash"]:f.map}d.exports=i},73893:function(d,_,e){var r=e(6367),i=e(49966);function l(c,f){var o=i(c,f);return r(o)?o:void 0}d.exports=l},49217:function(d,_,e){var r=e(31030),i=r(Object.getPrototypeOf,Object);d.exports=i},72533:function(d,_,e){var r=e(91869),i=Object.prototype,l=i.hasOwnProperty,c=i.toString,f=r?r.toStringTag:void 0;function o(h){var u=l.call(h,f),a=h[f];try{h[f]=void 0;var x=!0}catch(y){}var p=c.call(h);return x&&(u?h[f]=a:delete h[f]),p}d.exports=o},49966:function(d){function _(e,r){return e==null?void 0:e[r]}d.exports=_},64696:function(d,_,e){var r=e(65294);function i(){this.__data__=r?r(null):{},this.size=0}d.exports=i},16824:function(d){function _(e){var r=this.has(e)&&delete this.__data__[e];return this.size-=r?1:0,r}d.exports=_},23476:function(d,_,e){var r=e(65294),i="__lodash_hash_undefined__",l=Object.prototype,c=l.hasOwnProperty;function f(o){var h=this.__data__;if(r){var u=h[o];return u===i?void 0:u}return c.call(h,o)?h[o]:void 0}d.exports=f},63122:function(d,_,e){var r=e(65294),i=Object.prototype,l=i.hasOwnProperty;function c(f){var o=this.__data__;return r?o[f]!==void 0:l.call(o,f)}d.exports=c},37279:function(d,_,e){var r=e(65294),i="__lodash_hash_undefined__";function l(c,f){var o=this.__data__;return this.size+=this.has(c)?0:1,o[c]=r&&f===void 0?i:f,this}d.exports=l},4084:function(d,_,e){var r=e(35024),i=e(49217),l=e(7975);function c(f){return typeof f.constructor=="function"&&!l(f)?r(i(f)):{}}d.exports=c},70213:function(d){var _=9007199254740991,e=/^(?:0|[1-9]\d*)$/;function r(i,l){var c=typeof i;return l=l==null?_:l,!!l&&(c=="number"||c!="symbol"&&e.test(i))&&i>-1&&i%1==0&&i<l}d.exports=r},8138:function(d,_,e){var r=e(43607),i=e(24665),l=e(70213),c=e(20816);function f(o,h,u){if(!c(u))return!1;var a=typeof h;return(a=="number"?i(u)&&l(h,u.length):a=="string"&&h in u)?r(u[h],o):!1}d.exports=f},94358:function(d){function _(e){var r=typeof e;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?e!=="__proto__":e===null}d.exports=_},89379:function(d,_,e){var r=e(64218),i=function(){var c=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||"");return c?"Symbol(src)_1."+c:""}();function l(c){return!!i&&i in c}d.exports=l},7975:function(d){var _=Object.prototype;function e(r){var i=r&&r.constructor,l=typeof i=="function"&&i.prototype||_;return r===l}d.exports=e},34251:function(d){function _(){this.__data__=[],this.size=0}d.exports=_},24968:function(d,_,e){var r=e(67971),i=Array.prototype,l=i.splice;function c(f){var o=this.__data__,h=r(o,f);if(h<0)return!1;var u=o.length-1;return h==u?o.pop():l.call(o,h,1),--this.size,!0}d.exports=c},28290:function(d,_,e){var r=e(67971);function i(l){var c=this.__data__,f=r(c,l);return f<0?void 0:c[f][1]}d.exports=i},88068:function(d,_,e){var r=e(67971);function i(l){return r(this.__data__,l)>-1}d.exports=i},54238:function(d,_,e){var r=e(67971);function i(l,c){var f=this.__data__,o=r(f,l);return o<0?(++this.size,f.push([l,c])):f[o][1]=c,this}d.exports=i},35365:function(d,_,e){var r=e(76414),i=e(99746),l=e(40164);function c(){this.size=0,this.__data__={hash:new r,map:new(l||i),string:new r}}d.exports=c},63765:function(d,_,e){var r=e(89819);function i(l){var c=r(this,l).delete(l);return this.size-=c?1:0,c}d.exports=i},12608:function(d,_,e){var r=e(89819);function i(l){return r(this,l).get(l)}d.exports=i},10203:function(d,_,e){var r=e(89819);function i(l){return r(this,l).has(l)}d.exports=i},11298:function(d,_,e){var r=e(89819);function i(l,c){var f=r(this,l),o=f.size;return f.set(l,c),this.size+=f.size==o?0:1,this}d.exports=i},65294:function(d,_,e){var r=e(73893),i=r(Object,"create");d.exports=i},97817:function(d){function _(e){var r=[];if(e!=null)for(var i in Object(e))r.push(i);return r}d.exports=_},52495:function(d,_,e){d=e.nmd(d);var r=e(37675),i=_&&!_.nodeType&&_,l=i&&!0&&d&&!d.nodeType&&d,c=l&&l.exports===i,f=c&&r.process,o=function(){try{var h=l&&l.require&&l.require("util").types;return h||f&&f.binding&&f.binding("util")}catch(u){}}();d.exports=o},74702:function(d){var _=Object.prototype,e=_.toString;function r(i){return e.call(i)}d.exports=r},31030:function(d){function _(e,r){return function(i){return e(r(i))}}d.exports=_},19652:function(d,_,e){var r=e(79628),i=Math.max;function l(c,f,o){return f=i(f===void 0?c.length-1:f,0),function(){for(var h=arguments,u=-1,a=i(h.length-f,0),x=Array(a);++u<a;)x[u]=h[f+u];u=-1;for(var p=Array(f+1);++u<f;)p[u]=h[u];return p[f]=o(x),r(c,this,p)}}d.exports=l},33152:function(d,_,e){var r=e(37675),i=typeof self=="object"&&self&&self.Object===Object&&self,l=r||i||Function("return this")();d.exports=l},47052:function(d){function _(e,r){if(!(r==="constructor"&&typeof e[r]=="function")&&r!="__proto__")return e[r]}d.exports=_},71152:function(d,_,e){var r=e(63989),i=e(12345),l=i(r);d.exports=l},12345:function(d){var _=800,e=16,r=Date.now;function i(l){var c=0,f=0;return function(){var o=r(),h=e-(o-f);if(f=o,h>0){if(++c>=_)return arguments[0]}else c=0;return l.apply(void 0,arguments)}}d.exports=i},31119:function(d,_,e){var r=e(99746);function i(){this.__data__=new r,this.size=0}d.exports=i},64399:function(d){function _(e){var r=this.__data__,i=r.delete(e);return this.size=r.size,i}d.exports=_},81897:function(d){function _(e){return this.__data__.get(e)}d.exports=_},90558:function(d){function _(e){return this.__data__.has(e)}d.exports=_},64841:function(d,_,e){var r=e(99746),i=e(40164),l=e(52166),c=200;function f(o,h){var u=this.__data__;if(u instanceof r){var a=u.__data__;if(!i||a.length<c-1)return a.push([o,h]),this.size=++u.size,this;u=this.__data__=new l(a)}return u.set(o,h),this.size=u.size,this}d.exports=f},63256:function(d){var _=Function.prototype,e=_.toString;function r(i){if(i!=null){try{return e.call(i)}catch(l){}try{return i+""}catch(l){}}return""}d.exports=r},13503:function(d){function _(e){return function(){return e}}d.exports=_},43607:function(d){function _(e,r){return e===r||e!==e&&r!==r}d.exports=_},46962:function(d){function _(e){return e}d.exports=_},13053:function(d,_,e){var r=e(61506),i=e(93913),l=Object.prototype,c=l.hasOwnProperty,f=l.propertyIsEnumerable,o=r(function(){return arguments}())?r:function(h){return i(h)&&c.call(h,"callee")&&!f.call(h,"callee")};d.exports=o},80744:function(d){var _=Array.isArray;d.exports=_},24665:function(d,_,e){var r=e(9363),i=e(11156);function l(c){return c!=null&&i(c.length)&&!r(c)}d.exports=l},41590:function(d,_,e){var r=e(24665),i=e(93913);function l(c){return i(c)&&r(c)}d.exports=l},57835:function(d,_,e){d=e.nmd(d);var r=e(33152),i=e(55950),l=_&&!_.nodeType&&_,c=l&&!0&&d&&!d.nodeType&&d,f=c&&c.exports===l,o=f?r.Buffer:void 0,h=o?o.isBuffer:void 0,u=h||i;d.exports=u},9363:function(d,_,e){var r=e(86756),i=e(20816),l="[object AsyncFunction]",c="[object Function]",f="[object GeneratorFunction]",o="[object Proxy]";function h(u){if(!i(u))return!1;var a=r(u);return a==c||a==f||a==l||a==o}d.exports=h},11156:function(d){var _=9007199254740991;function e(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=_}d.exports=e},20816:function(d){function _(e){var r=typeof e;return e!=null&&(r=="object"||r=="function")}d.exports=_},93913:function(d){function _(e){return e!=null&&typeof e=="object"}d.exports=_},19308:function(d,_,e){var r=e(86756),i=e(49217),l=e(93913),c="[object Object]",f=Function.prototype,o=Object.prototype,h=f.toString,u=o.hasOwnProperty,a=h.call(Object);function x(p){if(!l(p)||r(p)!=c)return!1;var y=i(p);if(y===null)return!0;var m=u.call(y,"constructor")&&y.constructor;return typeof m=="function"&&m instanceof m&&h.call(m)==a}d.exports=x},18397:function(d,_,e){var r=e(10766),i=e(38342),l=e(52495),c=l&&l.isTypedArray,f=c?i(c):r;d.exports=f},56730:function(d,_,e){var r=e(63333),i=e(33988),l=e(24665);function c(f){return l(f)?r(f,!0):i(f)}d.exports=c},89392:function(d,_,e){d=e.nmd(d);var r;(function(){var i,l="4.17.21",c=200,f="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",o="Expected a function",h="Invalid `variable` option passed into `_.template`",u="__lodash_hash_undefined__",a=500,x="__lodash_placeholder__",p=1,y=2,m=4,b=1,S=2,D=1,R=2,A=4,P=8,M=16,B=32,N=64,G=128,H=256,W=512,ae=30,ne="...",oe=800,q=16,J=1,K=2,se=3,ee=1/0,Q=9007199254740991,le=17976931348623157e292,$=NaN,j=4294967295,ie=j-1,me=j>>>1,Te=[["ary",G],["bind",D],["bindKey",R],["curry",P],["curryRight",M],["flip",W],["partial",B],["partialRight",N],["rearg",H]],Oe="[object Arguments]",Ge="[object Array]",Ue="[object AsyncFunction]",Mt="[object Boolean]",yt="[object Date]",kt="[object DOMException]",Zt="[object Error]",Ft="[object Function]",tr="[object GeneratorFunction]",ze="[object Map]",wt="[object Number]",Bt="[object Null]",nt="[object Object]",_t="[object Promise]",ht="[object Proxy]",Je="[object RegExp]",je="[object Set]",be="[object String]",Le="[object Symbol]",Ke="[object Undefined]",He="[object WeakMap]",Xe="[object WeakSet]",pt="[object ArrayBuffer]",bt="[object DataView]",rr="[object Float32Array]",Jt="[object Float64Array]",Me="[object Int8Array]",rt="[object Int16Array]",Yt="[object Int32Array]",Lt="[object Uint8Array]",Wt="[object Uint8ClampedArray]",Ht="[object Uint16Array]",ir="[object Uint32Array]",Gt=/\b__p \+= '';/g,Ie=/\b(__p \+=) '' \+/g,ce=/(__e\(.*?\)|\b__t\)) \+\n'';/g,he=/&(?:amp|lt|gt|quot|#39);/g,It=/[&<>"']/g,Ce=RegExp(he.source),ft=RegExp(It.source),Kt=/<%-([\s\S]+?)%>/g,Tt=/<%([\s\S]+?)%>/g,Pe=/<%=([\s\S]+?)%>/g,At=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ze=/^\w*$/,we=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,gt=/[\\^$.*+?()[\]{}|]/g,Rt=RegExp(gt.source),Fe=/^\s+/,Tr=/\s/,Ct=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Kr=/\{\n\/\* \[wrapped with (.+)\] \*/,tn=/,? & /,Ir=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Lr=/[()=,{}\[\]\/\s]/,vr=/\\(\\)?/g,$r=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,sn=/\w*$/,hn=/^[-+]0x[0-9a-f]+$/i,Xt=/^0b[01]+$/i,vt=/^\[object .+?Constructor\]$/,ot=/^0o[0-7]+$/i,ct=/^(?:0|[1-9]\d*)$/,Nt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,br=/($^)/,_r=/['\n\r\u2028\u2029\\]/g,Jr="\\ud800-\\udfff",zr="\\u0300-\\u036f",xn="\\ufe20-\\ufe2f",Et="\\u20d0-\\u20ff",Dr=zr+xn+Et,kn="\\u2700-\\u27bf",Qn="a-z\\xdf-\\xf6\\xf8-\\xff",Nn="\\xac\\xb1\\xd7\\xf7",ti="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Tn="\\u2000-\\u206f",Ai=" \\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",ri="A-Z\\xc0-\\xd6\\xd8-\\xde",Ci="\\ufe0e\\ufe0f",Qi=Nn+ti+Tn+Ai,Zi="['\u2019]",Ca="["+Jr+"]",ui="["+Qi+"]",ca="["+Dr+"]",Ta="\\d+",St="["+kn+"]",ga="["+Qn+"]",oa="[^"+Jr+Qi+Ta+kn+Qn+ri+"]",gi="\\ud83c[\\udffb-\\udfff]",Ma="(?:"+ca+"|"+gi+")",Ei="[^"+Jr+"]",ci="(?:\\ud83c[\\udde6-\\uddff]){2}",On="[\\ud800-\\udbff][\\udc00-\\udfff]",Ee="["+ri+"]",ut="\\u200d",tt="(?:"+ga+"|"+oa+")",Ot="(?:"+Ee+"|"+oa+")",dt="(?:"+Zi+"(?:d|ll|m|re|s|t|ve))?",lr="(?:"+Zi+"(?:D|LL|M|RE|S|T|VE))?",cr=Ma+"?",Ar="["+Ci+"]?",Nr="(?:"+ut+"(?:"+[Ei,ci,On].join("|")+")"+Ar+cr+")*",We="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",et="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",ye=Ar+cr+Nr,it="(?:"+[St,ci,On].join("|")+")"+ye,sr="(?:"+[Ei+ca+"?",ca,ci,On,Ca].join("|")+")",xr=RegExp(Zi,"g"),Or=RegExp(ca,"g"),Cr=RegExp(gi+"(?="+gi+")|"+sr+ye,"g"),Ur=RegExp([Ee+"?"+ga+"+"+dt+"(?="+[ui,Ee,"$"].join("|")+")",Ot+"+"+lr+"(?="+[ui,Ee+tt,"$"].join("|")+")",Ee+"?"+tt+"+"+dt,Ee+"+"+lr,et,We,Ta,it].join("|"),"g"),bn=RegExp("["+ut+Jr+Dr+Ci+"]"),wr=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,fn=["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"],nn=-1,cn={};cn[rr]=cn[Jt]=cn[Me]=cn[rt]=cn[Yt]=cn[Lt]=cn[Wt]=cn[Ht]=cn[ir]=!0,cn[Oe]=cn[Ge]=cn[pt]=cn[Mt]=cn[bt]=cn[yt]=cn[Zt]=cn[Ft]=cn[ze]=cn[wt]=cn[nt]=cn[Je]=cn[je]=cn[be]=cn[He]=!1;var Pn={};Pn[Oe]=Pn[Ge]=Pn[pt]=Pn[bt]=Pn[Mt]=Pn[yt]=Pn[rr]=Pn[Jt]=Pn[Me]=Pn[rt]=Pn[Yt]=Pn[ze]=Pn[wt]=Pn[nt]=Pn[Je]=Pn[je]=Pn[be]=Pn[Le]=Pn[Lt]=Pn[Wt]=Pn[Ht]=Pn[ir]=!0,Pn[Zt]=Pn[Ft]=Pn[He]=!1;var Pa={\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"},Li={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},vi={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},yn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},fi=parseFloat,Gi=parseInt,ya=typeof e.g=="object"&&e.g&&e.g.Object===Object&&e.g,Vs=typeof self=="object"&&self&&self.Object===Object&&self,ba=ya||Vs||Function("return this")(),Fs=_&&!_.nodeType&&_,Ys=Fs&&!0&&d&&!d.nodeType&&d,es=Ys&&Ys.exports===Fs,Ws=es&&ya.process,qn=function(){try{var fr=Ys&&Ys.require&&Ys.require("util").types;return fr||Ws&&Ws.binding&&Ws.binding("util")}catch(Fr){}}(),Es=qn&&qn.isArrayBuffer,fs=qn&&qn.isDate,Xs=qn&&qn.isMap,Yi=qn&&qn.isRegExp,Bs=qn&&qn.isSet,Ko=qn&&qn.isTypedArray;function Va(fr,Fr,kr){switch(kr.length){case 0:return fr.call(Fr);case 1:return fr.call(Fr,kr[0]);case 2:return fr.call(Fr,kr[0],kr[1]);case 3:return fr.call(Fr,kr[0],kr[1],kr[2])}return fr.apply(Fr,kr)}function ha(fr,Fr,kr,En){for(var Sn=-1,mt=fr==null?0:fr.length;++Sn<mt;){var Un=fr[Sn];Fr(En,Un,kr(Un),fr)}return En}function is(fr,Fr){for(var kr=-1,En=fr==null?0:fr.length;++kr<En&&Fr(fr[kr],kr,fr)!==!1;);return fr}function vo(fr,Fr){for(var kr=fr==null?0:fr.length;kr--&&Fr(fr[kr],kr,fr)!==!1;);return fr}function jn(fr,Fr){for(var kr=-1,En=fr==null?0:fr.length;++kr<En;)if(!Fr(fr[kr],kr,fr))return!1;return!0}function ts(fr,Fr){for(var kr=-1,En=fr==null?0:fr.length,Sn=0,mt=[];++kr<En;){var Un=fr[kr];Fr(Un,kr,fr)&&(mt[Sn++]=Un)}return mt}function Ps(fr,Fr){var kr=fr==null?0:fr.length;return!!kr&&Ao(fr,Fr,0)>-1}function Is(fr,Fr,kr){for(var En=-1,Sn=fr==null?0:fr.length;++En<Sn;)if(kr(Fr,fr[En]))return!0;return!1}function Wi(fr,Fr){for(var kr=-1,En=fr==null?0:fr.length,Sn=Array(En);++kr<En;)Sn[kr]=Fr(fr[kr],kr,fr);return Sn}function Xa(fr,Fr){for(var kr=-1,En=Fr.length,Sn=fr.length;++kr<En;)fr[Sn+kr]=Fr[kr];return fr}function Wa(fr,Fr,kr,En){var Sn=-1,mt=fr==null?0:fr.length;for(En&&mt&&(kr=fr[++Sn]);++Sn<mt;)kr=Fr(kr,fr[Sn],Sn,fr);return kr}function Rs(fr,Fr,kr,En){var Sn=fr==null?0:fr.length;for(En&&Sn&&(kr=fr[--Sn]);Sn--;)kr=Fr(kr,fr[Sn],Sn,fr);return kr}function _o(fr,Fr){for(var kr=-1,En=fr==null?0:fr.length;++kr<En;)if(Fr(fr[kr],kr,fr))return!0;return!1}var $o=yi("length");function Vo(fr){return fr.split("")}function Yo(fr){return fr.match(Ir)||[]}function rs(fr,Fr,kr){var En;return kr(fr,function(Sn,mt,Un){if(Fr(Sn,mt,Un))return En=mt,!1}),En}function _s(fr,Fr,kr,En){for(var Sn=fr.length,mt=kr+(En?1:-1);En?mt--:++mt<Sn;)if(Fr(fr[mt],mt,fr))return mt;return-1}function Ao(fr,Fr,kr){return Fr===Fr?qt(fr,Fr,kr):_s(fr,Lo,kr)}function Zo(fr,Fr,kr,En){for(var Sn=kr-1,mt=fr.length;++Sn<mt;)if(En(fr[Sn],Fr))return Sn;return-1}function Lo(fr){return fr!==fr}function Xo(fr,Fr){var kr=fr==null?0:fr.length;return kr?ss(fr,Fr)/kr:$}function yi(fr){return function(Fr){return Fr==null?i:Fr[fr]}}function hi(fr){return function(Fr){return fr==null?i:fr[Fr]}}function as(fr,Fr,kr,En,Sn){return Sn(fr,function(mt,Un,Gn){kr=En?(En=!1,mt):Fr(kr,mt,Un,Gn)}),kr}function ds(fr,Fr){var kr=fr.length;for(fr.sort(Fr);kr--;)fr[kr]=fr[kr].value;return fr}function ss(fr,Fr){for(var kr,En=-1,Sn=fr.length;++En<Sn;){var mt=Fr(fr[En]);mt!==i&&(kr=kr===i?mt:kr+mt)}return kr}function go(fr,Fr){for(var kr=-1,En=Array(fr);++kr<fr;)En[kr]=Fr(kr);return En}function Wo(fr,Fr){return Wi(Fr,function(kr){return[kr,fr[kr]]})}function du(fr){return fr&&fr.slice(0,Sr(fr)+1).replace(Fe,"")}function Ls(fr){return function(Fr){return fr(Fr)}}function tu(fr,Fr){return Wi(Fr,function(kr){return fr[kr]})}function hu(fr,Fr){return fr.has(Fr)}function Iu(fr,Fr){for(var kr=-1,En=fr.length;++kr<En&&Ao(Fr,fr[kr],0)>-1;);return kr}function Mo(fr,Fr){for(var kr=fr.length;kr--&&Ao(Fr,fr[kr],0)>-1;);return kr}function Ju(fr,Fr){for(var kr=fr.length,En=0;kr--;)fr[kr]===Fr&&++En;return En}var Fo=hi(Pa),mo=hi(Li);function gu(fr){return"\\"+yn[fr]}function Bu(fr,Fr){return fr==null?i:fr[Fr]}function Do(fr){return bn.test(fr)}function Bo(fr){return wr.test(fr)}function Ou(fr){for(var Fr,kr=[];!(Fr=fr.next()).done;)kr.push(Fr.value);return kr}function Qo(fr){var Fr=-1,kr=Array(fr.size);return fr.forEach(function(En,Sn){kr[++Fr]=[Sn,En]}),kr}function ru(fr,Fr){return function(kr){return fr(Fr(kr))}}function Os(fr,Fr){for(var kr=-1,En=fr.length,Sn=0,mt=[];++kr<En;){var Un=fr[kr];(Un===Fr||Un===x)&&(fr[kr]=x,mt[Sn++]=kr)}return mt}function Ho(fr){var Fr=-1,kr=Array(fr.size);return fr.forEach(function(En){kr[++Fr]=En}),kr}function Nu(fr){var Fr=-1,kr=Array(fr.size);return fr.forEach(function(En){kr[++Fr]=[En,En]}),kr}function qt(fr,Fr,kr){for(var En=kr-1,Sn=fr.length;++En<Sn;)if(fr[En]===Fr)return En;return-1}function hr(fr,Fr,kr){for(var En=kr+1;En--;)if(fr[En]===Fr)return En;return En}function ur(fr){return Do(fr)?Wn(fr):$o(fr)}function pr(fr){return Do(fr)?Rn(fr):Vo(fr)}function Sr(fr){for(var Fr=fr.length;Fr--&&Tr.test(fr.charAt(Fr)););return Fr}var vn=hi(vi);function Wn(fr){for(var Fr=Cr.lastIndex=0;Cr.test(fr);)++Fr;return Fr}function Rn(fr){return fr.match(Cr)||[]}function Hn(fr){return fr.match(Ur)||[]}var oi=function fr(Fr){Fr=Fr==null?ba:ai.defaults(ba.Object(),Fr,ai.pick(ba,fn));var kr=Fr.Array,En=Fr.Date,Sn=Fr.Error,mt=Fr.Function,Un=Fr.Math,Gn=Fr.Object,Oi=Fr.RegExp,qi=Fr.String,er=Fr.TypeError,ia=kr.prototype,Ki=mt.prototype,Sa=Gn.prototype,gs=Fr["__core-js_shared__"],Ns=Ki.toString,Mi=Sa.hasOwnProperty,Co=0,oo=function(){var E=/[^.]+$/.exec(gs&&gs.keys&&gs.keys.IE_PROTO||"");return E?"Symbol(src)_1."+E:""}(),Ms=Sa.toString,Ba=Ns.call(Gn),Ds=ba._,yo=Oi("^"+Ns.call(Mi).replace(gt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Zn=es?Fr.Buffer:i,Hs=Fr.Symbol,uo=Fr.Uint8Array,Qe=Zn?Zn.allocUnsafe:i,qe=ru(Gn.getPrototypeOf,Gn),jt=Gn.create,Vt=Sa.propertyIsEnumerable,gr=ia.splice,Mr=Hs?Hs.isConcatSpreadable:i,Zr=Hs?Hs.iterator:i,_n=Hs?Hs.toStringTag:i,on=function(){try{var E=Ga(Gn,"defineProperty");return E({},"",{}),E}catch(F){}}(),gn=Fr.clearTimeout!==ba.clearTimeout&&Fr.clearTimeout,ni=En&&En.now!==ba.Date.now&&En.now,si=Fr.setTimeout!==ba.setTimeout&&Fr.setTimeout,Si=Un.ceil,Di=Un.floor,Ji=Gn.getOwnPropertySymbols,Hi=Zn?Zn.isBuffer:i,Ti=Fr.isFinite,Ia=ia.join,Pi=ru(Gn.keys,Gn),bi=Un.max,xa=Un.min,bo=En.now,Gs=Fr.parseInt,ea=Un.random,Qa=ia.reverse,fa=Ga(Fr,"DataView"),Ni=Ga(Fr,"Map"),ka=Ga(Fr,"Promise"),qa=Ga(Fr,"Set"),hs=Ga(Fr,"WeakMap"),xo=Ga(Gn,"create"),ps=hs&&new hs,ko={},os=Ea(fa),ms=Ea(Ni),ks=Ea(ka),pa=Ea(qa),us=Ea(hs),js=Hs?Hs.prototype:i,Ra=js?js.valueOf:i,ge=js?js.toString:i;function Se(E){if(Pu(E)&&!Ja(E)&&!(E instanceof Qr)){if(E instanceof yr)return E;if(Mi.call(E,"__wrapped__"))return As(E)}return new yr(E)}var Er=function(){function E(){}return function(F){if(!_u(F))return{};if(jt)return jt(F);E.prototype=F;var fe=new E;return E.prototype=i,fe}}();function en(){}function yr(E,F){this.__wrapped__=E,this.__actions__=[],this.__chain__=!!F,this.__index__=0,this.__values__=i}Se.templateSettings={escape:Kt,evaluate:Tt,interpolate:Pe,variable:"",imports:{_:Se}},Se.prototype=en.prototype,Se.prototype.constructor=Se,yr.prototype=Er(en.prototype),yr.prototype.constructor=yr;function Qr(E){this.__wrapped__=E,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=j,this.__views__=[]}function In(){var E=new Qr(this.__wrapped__);return E.__actions__=uu(this.__actions__),E.__dir__=this.__dir__,E.__filtered__=this.__filtered__,E.__iteratees__=uu(this.__iteratees__),E.__takeCount__=this.__takeCount__,E.__views__=uu(this.__views__),E}function ii(){if(this.__filtered__){var E=new Qr(this);E.__dir__=-1,E.__filtered__=!0}else E=this.clone(),E.__dir__*=-1;return E}function $i(){var E=this.__wrapped__.value(),F=this.__dir__,fe=Ja(E),Be=F<0,xt=fe?E.length:0,Qt=Mc(0,xt,this.__views__),mr=Qt.start,Rr=Qt.end,Yr=Rr-mr,Fn=Be?Rr:mr-1,Bn=this.__iteratees__,Xn=Bn.length,Ri=0,da=xa(Yr,this.__takeCount__);if(!fe||!Be&&xt==Yr&&da==Yr)return bf(E,this.__actions__);var $a=[];e:for(;Yr--&&Ri<da;){Fn+=F;for(var Ts=-1,Za=E[Fn];++Ts<Xn;){var Zs=Bn[Ts],Js=Zs.iteratee,wc=Zs.type,Ll=Js(Za);if(wc==K)Za=Ll;else if(!Ll){if(wc==J)continue e;break e}}$a[Ri++]=Za}return $a}Qr.prototype=Er(en.prototype),Qr.prototype.constructor=Qr;function zn(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Be=E[F];this.set(Be[0],Be[1])}}function Mn(){this.__data__=xo?xo(null):{},this.size=0}function Kn(E){var F=this.has(E)&&delete this.__data__[E];return this.size-=F?1:0,F}function ma(E){var F=this.__data__;if(xo){var fe=F[E];return fe===u?i:fe}return Mi.call(F,E)?F[E]:i}function ta(E){var F=this.__data__;return xo?F[E]!==i:Mi.call(F,E)}function No(E,F){var fe=this.__data__;return this.size+=this.has(E)?0:1,fe[E]=xo&&F===i?u:F,this}zn.prototype.clear=Mn,zn.prototype.delete=Kn,zn.prototype.get=ma,zn.prototype.has=ta,zn.prototype.set=No;function To(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Be=E[F];this.set(Be[0],Be[1])}}function yu(){this.__data__=[],this.size=0}function Ml(E){var F=this.__data__,fe=ns(F,E);if(fe<0)return!1;var Be=F.length-1;return fe==Be?F.pop():gr.call(F,fe,1),--this.size,!0}function ul(E){var F=this.__data__,fe=ns(F,E);return fe<0?i:F[fe][1]}function bu(E){return ns(this.__data__,E)>-1}function mf(E,F){var fe=this.__data__,Be=ns(fe,E);return Be<0?(++this.size,fe.push([E,F])):fe[Be][1]=F,this}To.prototype.clear=yu,To.prototype.delete=Ml,To.prototype.get=ul,To.prototype.has=bu,To.prototype.set=mf;function el(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Be=E[F];this.set(Be[0],Be[1])}}function Ve(){this.size=0,this.__data__={hash:new zn,map:new(Ni||To),string:new zn}}function Z(E){var F=Fi(this,E).delete(E);return this.size-=F?1:0,F}function Y(E){return Fi(this,E).get(E)}function te(E){return Fi(this,E).has(E)}function de(E,F){var fe=Fi(this,E),Be=fe.size;return fe.set(E,F),this.size+=fe.size==Be?0:1,this}el.prototype.clear=Ve,el.prototype.delete=Z,el.prototype.get=Y,el.prototype.has=te,el.prototype.set=de;function Ae(E){var F=-1,fe=E==null?0:E.length;for(this.__data__=new el;++F<fe;)this.add(E[F])}function Ye(E){return this.__data__.set(E,u),this}function Pt(E){return this.__data__.has(E)}Ae.prototype.add=Ae.prototype.push=Ye,Ae.prototype.has=Pt;function $t(E){var F=this.__data__=new To(E);this.size=F.size}function nr(){this.__data__=new To,this.size=0}function Dt(E){var F=this.__data__,fe=F.delete(E);return this.size=F.size,fe}function Wr(E){return this.__data__.get(E)}function an(E){return this.__data__.has(E)}function An(E,F){var fe=this.__data__;if(fe instanceof To){var Be=fe.__data__;if(!Ni||Be.length<c-1)return Be.push([E,F]),this.size=++fe.size,this;fe=this.__data__=new el(Be)}return fe.set(E,F),this.size=fe.size,this}$t.prototype.clear=nr,$t.prototype.delete=Dt,$t.prototype.get=Wr,$t.prototype.has=an,$t.prototype.set=An;function Vn(E,F){var fe=Ja(E),Be=!fe&&Uf(E),xt=!fe&&!Be&&Kf(E),Qt=!fe&&!Be&&!xt&&td(E),mr=fe||Be||xt||Qt,Rr=mr?go(E.length,qi):[],Yr=Rr.length;for(var Fn in E)(F||Mi.call(E,Fn))&&!(mr&&(Fn=="length"||xt&&(Fn=="offset"||Fn=="parent")||Qt&&(Fn=="buffer"||Fn=="byteLength"||Fn=="byteOffset")||so(Fn,Yr)))&&Rr.push(Fn);return Rr}function Jn(E){var F=E.length;return F?E[Hu(0,F-1)]:i}function ki(E,F){return ji(uu(E),Qs(F,0,E.length))}function Aa(E){return ji(uu(E))}function va(E,F,fe){(fe!==i&&!ic(E[F],fe)||fe===i&&!(F in E))&&la(E,F,fe)}function wa(E,F,fe){var Be=E[F];(!(Mi.call(E,F)&&ic(Be,fe))||fe===i&&!(F in E))&&la(E,F,fe)}function ns(E,F){for(var fe=E.length;fe--;)if(ic(E[fe][0],F))return fe;return-1}function ys(E,F,fe,Be){return to(E,function(xt,Qt,mr){F(Be,xt,fe(xt),mr)}),Be}function Us(E,F){return E&&Yu(F,ol(F),E)}function ls(E,F){return E&&Yu(F,ac(F),E)}function la(E,F,fe){F=="__proto__"&&on?on(E,F,{configurable:!0,enumerable:!0,value:fe,writable:!0}):E[F]=fe}function io(E,F){for(var fe=-1,Be=F.length,xt=kr(Be),Qt=E==null;++fe<Be;)xt[fe]=Qt?i:yd(E,F[fe]);return xt}function Qs(E,F,fe){return E===E&&(fe!==i&&(E=E<=fe?E:fe),F!==i&&(E=E>=F?E:F)),E}function xi(E,F,fe,Be,xt,Qt){var mr,Rr=F&p,Yr=F&y,Fn=F&m;if(fe&&(mr=xt?fe(E,Be,xt,Qt):fe(E)),mr!==i)return mr;if(!_u(E))return E;var Bn=Ja(E);if(Bn){if(mr=rf(E),!Rr)return uu(E,mr)}else{var Xn=$s(E),Ri=Xn==Ft||Xn==tr;if(Kf(E))return Of(E,Rr);if(Xn==nt||Xn==Oe||Ri&&!xt){if(mr=Yr||Ri?{}:Ol(E),!Rr)return Yr?dc(E,ls(mr,E)):Rc(E,Us(mr,E))}else{if(!Pn[Xn])return xt?E:{};mr=Bi(E,Xn,Rr)}}Qt||(Qt=new $t);var da=Qt.get(E);if(da)return da;Qt.set(E,mr),kd(E)?E.forEach(function(Za){mr.add(xi(Za,F,fe,Za,E,Qt))}):Od(E)&&E.forEach(function(Za,Zs){mr.set(Zs,xi(Za,F,fe,Zs,E,Qt))});var $a=Fn?Yr?ve:L:Yr?ac:ol,Ts=Bn?i:$a(E);return is(Ts||E,function(Za,Zs){Ts&&(Zs=Za,Za=E[Zs]),wa(mr,Zs,xi(Za,F,fe,Zs,E,Qt))}),mr}function Ro(E){var F=ol(E);return function(fe){return Po(fe,E,F)}}function Po(E,F,fe){var Be=fe.length;if(E==null)return!Be;for(E=Gn(E);Be--;){var xt=fe[Be],Qt=F[xt],mr=E[xt];if(mr===i&&!(xt in E)||!Qt(mr))return!1}return!0}function xu(E,F,fe){if(typeof E!="function")throw new er(o);return yc(function(){E.apply(i,fe)},F)}function eo(E,F,fe,Be){var xt=-1,Qt=Ps,mr=!0,Rr=E.length,Yr=[],Fn=F.length;if(!Rr)return Yr;fe&&(F=Wi(F,Ls(fe))),Be?(Qt=Is,mr=!1):F.length>=c&&(Qt=hu,mr=!1,F=new Ae(F));e:for(;++xt<Rr;){var Bn=E[xt],Xn=fe==null?Bn:fe(Bn);if(Bn=Be||Bn!==0?Bn:0,mr&&Xn===Xn){for(var Ri=Fn;Ri--;)if(F[Ri]===Xn)continue e;Yr.push(Bn)}else Qt(F,Xn,Be)||Yr.push(Bn)}return Yr}var to=nl(jo),ao=nl(El,!0);function Fl(E,F){var fe=!0;return to(E,function(Be,xt,Qt){return fe=!!F(Be,xt,Qt),fe}),fe}function gl(E,F,fe){for(var Be=-1,xt=E.length;++Be<xt;){var Qt=E[Be],mr=F(Qt);if(mr!=null&&(Rr===i?mr===mr&&!xc(mr):fe(mr,Rr)))var Rr=mr,Yr=Qt}return Yr}function tl(E,F,fe,Be){var xt=E.length;for(fe=ws(fe),fe<0&&(fe=-fe>xt?0:xt+fe),Be=Be===i||Be>xt?xt:ws(Be),Be<0&&(Be+=xt),Be=fe>Be?0:Ld(Be);fe<Be;)E[fe++]=F;return E}function wu(E,F){var fe=[];return to(E,function(Be,xt,Qt){F(Be,xt,Qt)&&fe.push(Be)}),fe}function lo(E,F,fe,Be,xt){var Qt=-1,mr=E.length;for(fe||(fe=Cu),xt||(xt=[]);++Qt<mr;){var Rr=E[Qt];F>0&&fe(Rr)?F>1?lo(Rr,F-1,fe,Be,xt):Xa(xt,Rr):Be||(xt[xt.length]=Rr)}return xt}var ll=qc(),Zu=qc(!0);function jo(E,F){return E&&ll(E,F,ol)}function El(E,F){return E&&Zu(E,F,ol)}function Bl(E,F){return ts(F,function(fe){return zf(E[fe])})}function nu(E,F){F=rl(F,E);for(var fe=0,Be=F.length;E!=null&&fe<Be;)E=E[ra(F[fe++])];return fe&&fe==Be?E:i}function Nl(E,F,fe){var Be=F(E);return Ja(E)?Be:Xa(Be,fe(E))}function ro(E){return E==null?E===i?Ke:Bt:_n&&_n in Gn(E)?zo(E):sf(E)}function iu(E,F){return E>F}function cl(E,F){return E!=null&&Mi.call(E,F)}function oc(E,F){return E!=null&&F in Gn(E)}function Wu(E,F,fe){return E>=xa(F,fe)&&E<bi(F,fe)}function Sc(E,F,fe){for(var Be=fe?Is:Ps,xt=E[0].length,Qt=E.length,mr=Qt,Rr=kr(Qt),Yr=1/0,Fn=[];mr--;){var Bn=E[mr];mr&&F&&(Bn=Wi(Bn,Ls(F))),Yr=xa(Bn.length,Yr),Rr[mr]=!fe&&(F||xt>=120&&Bn.length>=120)?new Ae(mr&&Bn):i}Bn=E[0];var Xn=-1,Ri=Rr[0];e:for(;++Xn<xt&&Fn.length<Yr;){var da=Bn[Xn],$a=F?F(da):da;if(da=fe||da!==0?da:0,!(Ri?hu(Ri,$a):Be(Fn,$a,fe))){for(mr=Qt;--mr;){var Ts=Rr[mr];if(!(Ts?hu(Ts,$a):Be(E[mr],$a,fe)))continue e}Ri&&Ri.push($a),Fn.push(da)}}return Fn}function uc(E,F,fe,Be){return jo(E,function(xt,Qt,mr){F(Be,fe(xt),Qt,mr)}),Be}function li(E,F,fe){F=rl(F,E),E=xl(E,F);var Be=E==null?E:E[ra(fu(F))];return Be==null?i:Va(Be,E,fe)}function Ac(E){return Pu(E)&&ro(E)==Oe}function Io(E){return Pu(E)&&ro(E)==pt}function lc(E){return Pu(E)&&ro(E)==yt}function Eu(E,F,fe,Be,xt){return E===F?!0:E==null||F==null||!Pu(E)&&!Pu(F)?E!==E&&F!==F:Sl(E,F,fe,Be,Eu,xt)}function Sl(E,F,fe,Be,xt,Qt){var mr=Ja(E),Rr=Ja(F),Yr=mr?Ge:$s(E),Fn=Rr?Ge:$s(F);Yr=Yr==Oe?nt:Yr,Fn=Fn==Oe?nt:Fn;var Bn=Yr==nt,Xn=Fn==nt,Ri=Yr==Fn;if(Ri&&Kf(E)){if(!Kf(F))return!1;mr=!0,Bn=!1}if(Ri&&!Bn)return Qt||(Qt=new $t),mr||td(E)?Lc(E,F,fe,Be,xt,Qt):wf(E,F,Yr,fe,Be,xt,Qt);if(!(fe&b)){var da=Bn&&Mi.call(E,"__wrapped__"),$a=Xn&&Mi.call(F,"__wrapped__");if(da||$a){var Ts=da?E.value():E,Za=$a?F.value():F;return Qt||(Qt=new $t),xt(Ts,Za,fe,Be,Qt)}}return Ri?(Qt||(Qt=new $t),T(E,F,fe,Be,xt,Qt)):!1}function wo(E){return Pu(E)&&$s(E)==ze}function vf(E,F,fe,Be){var xt=fe.length,Qt=xt,mr=!Be;if(E==null)return!Qt;for(E=Gn(E);xt--;){var Rr=fe[xt];if(mr&&Rr[2]?Rr[1]!==E[Rr[0]]:!(Rr[0]in E))return!1}for(;++xt<Qt;){Rr=fe[xt];var Yr=Rr[0],Fn=E[Yr],Bn=Rr[1];if(mr&&Rr[2]){if(Fn===i&&!(Yr in E))return!1}else{var Xn=new $t;if(Be)var Ri=Be(Fn,Bn,Yr,E,F,Xn);if(!(Ri===i?Eu(Bn,Fn,b|S,Be,Xn):Ri))return!1}}return!0}function $c(E){if(!_u(E)||Fc(E))return!1;var F=zf(E)?yo:vt;return F.test(Ea(E))}function zs(E){return Pu(E)&&ro(E)==Je}function _f(E){return Pu(E)&&$s(E)==je}function gf(E){return Pu(E)&&pd(E.length)&&!!cn[ro(E)]}function Zc(E){return typeof E=="function"?E:E==null?sc:typeof E=="object"?Ja(E)?co(E[0],E[1]):jl(E):Hd(E)}function au(E){if(!Ru(E))return Pi(E);var F=[];for(var fe in Gn(E))Mi.call(E,fe)&&fe!="constructor"&&F.push(fe);return F}function Cc(E){if(!_u(E))return gc(E);var F=Ru(E),fe=[];for(var Be in E)Be=="constructor"&&(F||!Mi.call(E,Be))||fe.push(Be);return fe}function Al(E,F){return E<F}function ju(E,F){var fe=-1,Be=$u(E)?kr(E.length):[];return to(E,function(xt,Qt,mr){Be[++fe]=F(xt,Qt,mr)}),Be}function jl(E){var F=Ha(E);return F.length==1&&F[0][2]?af(F[0][0],F[0][1]):function(fe){return fe===E||vf(fe,E,F)}}function co(E,F){return bs(E)&&nf(F)?af(ra(E),F):function(fe){var Be=yd(fe,E);return Be===i&&Be===F?bd(fe,E):Eu(F,Be,b|S)}}function qo(E,F,fe,Be,xt){E!==F&&ll(F,function(Qt,mr){if(xt||(xt=new $t),_u(Qt))su(E,F,mr,fe,qo,Be,xt);else{var Rr=Be?Be(Jl(E,mr),Qt,mr+"",E,F,xt):i;Rr===i&&(Rr=Qt),va(E,mr,Rr)}},ac)}function su(E,F,fe,Be,xt,Qt,mr){var Rr=Jl(E,fe),Yr=Jl(F,fe),Fn=mr.get(Yr);if(Fn){va(E,fe,Fn);return}var Bn=Qt?Qt(Rr,Yr,fe+"",E,F,mr):i,Xn=Bn===i;if(Xn){var Ri=Ja(Yr),da=!Ri&&Kf(Yr),$a=!Ri&&!da&&td(Yr);Bn=Yr,Ri||da||$a?Ja(Rr)?Bn=Rr:Mu(Rr)?Bn=uu(Rr):da?(Xn=!1,Bn=Of(Yr,!0)):$a?(Xn=!1,Bn=Hl(Yr,!0)):Bn=[]:ld(Yr)||Uf(Yr)?(Bn=Rr,Uf(Rr)?Bn=Md(Rr):(!_u(Rr)||zf(Rr))&&(Bn=Ol(Yr))):Xn=!1}Xn&&(mr.set(Yr,Bn),xt(Bn,Yr,Be,Qt,mr),mr.delete(Yr)),va(E,fe,Bn)}function Tc(E,F){var fe=E.length;if(fe)return F+=F<0?fe:0,so(F,fe)?E[F]:i}function Ul(E,F,fe){F.length?F=Wi(F,function(Qt){return Ja(Qt)?function(mr){return nu(mr,Qt.length===1?Qt[0]:Qt)}:Qt}):F=[sc];var Be=-1;F=Wi(F,Ls(pn()));var xt=ju(E,function(Qt,mr,Rr){var Yr=Wi(F,function(Fn){return Fn(Qt)});return{criteria:Yr,index:++Be,value:Qt}});return ds(xt,function(Qt,mr){return Vu(Qt,mr,fe)})}function Su(E,F){return Wc(E,F,function(fe,Be){return bd(E,Be)})}function Wc(E,F,fe){for(var Be=-1,xt=F.length,Qt={};++Be<xt;){var mr=F[Be],Rr=nu(E,mr);fe(Rr,mr)&&Gu(Qt,rl(mr,E),Rr)}return Qt}function Pc(E){return function(F){return nu(F,E)}}function Du(E,F,fe,Be){var xt=Be?Zo:Ao,Qt=-1,mr=F.length,Rr=E;for(E===F&&(F=uu(F)),fe&&(Rr=Wi(E,Ls(fe)));++Qt<mr;)for(var Yr=0,Fn=F[Qt],Bn=fe?fe(Fn):Fn;(Yr=xt(Rr,Bn,Yr,Be))>-1;)Rr!==E&&gr.call(Rr,Yr,1),gr.call(E,Yr,1);return E}function zl(E,F){for(var fe=E?F.length:0,Be=fe-1;fe--;){var xt=F[fe];if(fe==Be||xt!==Qt){var Qt=xt;so(xt)?gr.call(E,xt,1):Dc(E,xt)}}return E}function Hu(E,F){return E+Di(ea()*(F-E+1))}function Ic(E,F,fe,Be){for(var xt=-1,Qt=bi(Si((F-E)/(fe||1)),0),mr=kr(Qt);Qt--;)mr[Be?Qt:++xt]=E,E+=fe;return mr}function Cl(E,F){var fe="";if(!E||F<1||F>Q)return fe;do F%2&&(fe+=E),F=Di(F/2),F&&(E+=E);while(F);return fe}function Ya(E,F){return ec(vu(E,F,sc),E+"")}function If(E){return Jn(rd(E))}function Hc(E,F){var fe=rd(E);return ji(fe,Qs(F,0,fe.length))}function Gu(E,F,fe,Be){if(!_u(E))return E;F=rl(F,E);for(var xt=-1,Qt=F.length,mr=Qt-1,Rr=E;Rr!=null&&++xt<Qt;){var Yr=ra(F[xt]),Fn=fe;if(Yr==="__proto__"||Yr==="constructor"||Yr==="prototype")return E;if(xt!=mr){var Bn=Rr[Yr];Fn=Be?Be(Bn,Yr,Rr):i,Fn===i&&(Fn=_u(Bn)?Bn:so(F[xt+1])?[]:{})}wa(Rr,Yr,Fn),Rr=Rr[Yr]}return E}var Gc=ps?function(E,F){return ps.set(E,F),E}:sc,Kc=on?function(E,F){return on(E,"toString",{configurable:!0,enumerable:!1,value:wd(F),writable:!0})}:sc;function $l(E){return ji(rd(E))}function Au(E,F,fe){var Be=-1,xt=E.length;F<0&&(F=-F>xt?0:xt+F),fe=fe>xt?xt:fe,fe<0&&(fe+=xt),xt=F>fe?0:fe-F>>>0,F>>>=0;for(var Qt=kr(xt);++Be<xt;)Qt[Be]=E[Be+F];return Qt}function yf(E,F){var fe;return to(E,function(Be,xt,Qt){return fe=F(Be,xt,Qt),!fe}),!!fe}function Oc(E,F,fe){var Be=0,xt=E==null?Be:E.length;if(typeof F=="number"&&F===F&&xt<=me){for(;Be<xt;){var Qt=Be+xt>>>1,mr=E[Qt];mr!==null&&!xc(mr)&&(fe?mr<=F:mr<F)?Be=Qt+1:xt=Qt}return xt}return Zl(E,F,sc,fe)}function Zl(E,F,fe,Be){var xt=0,Qt=E==null?0:E.length;if(Qt===0)return 0;F=fe(F);for(var mr=F!==F,Rr=F===null,Yr=xc(F),Fn=F===i;xt<Qt;){var Bn=Di((xt+Qt)/2),Xn=fe(E[Bn]),Ri=Xn!==i,da=Xn===null,$a=Xn===Xn,Ts=xc(Xn);if(mr)var Za=Be||$a;else Fn?Za=$a&&(Be||Ri):Rr?Za=$a&&Ri&&(Be||!da):Yr?Za=$a&&Ri&&!da&&(Be||!Ts):da||Ts?Za=!1:Za=Be?Xn<=F:Xn<F;Za?xt=Bn+1:Qt=Bn}return xa(Qt,ie)}function Ku(E,F){for(var fe=-1,Be=E.length,xt=0,Qt=[];++fe<Be;){var mr=E[fe],Rr=F?F(mr):mr;if(!fe||!ic(Rr,Yr)){var Yr=Rr;Qt[xt++]=mr===0?0:mr}}return Qt}function fo(E){return typeof E=="number"?E:xc(E)?$:+E}function Uo(E){if(typeof E=="string")return E;if(Ja(E))return Wi(E,Uo)+"";if(xc(E))return ge?ge.call(E):"";var F=E+"";return F=="0"&&1/E==-ee?"-0":F}function ou(E,F,fe){var Be=-1,xt=Ps,Qt=E.length,mr=!0,Rr=[],Yr=Rr;if(fe)mr=!1,xt=Is;else if(Qt>=c){var Fn=F?null:ef(E);if(Fn)return Ho(Fn);mr=!1,xt=hu,Yr=new Ae}else Yr=F?[]:Rr;e:for(;++Be<Qt;){var Bn=E[Be],Xn=F?F(Bn):Bn;if(Bn=fe||Bn!==0?Bn:0,mr&&Xn===Xn){for(var Ri=Yr.length;Ri--;)if(Yr[Ri]===Xn)continue e;F&&Yr.push(Xn),Rr.push(Bn)}else xt(Yr,Xn,fe)||(Yr!==Rr&&Yr.push(Xn),Rr.push(Bn))}return Rr}function Dc(E,F){return F=rl(F,E),E=xl(E,F),E==null||delete E[ra(fu(F))]}function fl(E,F,fe,Be){return Gu(E,F,fe(nu(E,F)),Be)}function Vc(E,F,fe,Be){for(var xt=E.length,Qt=Be?xt:-1;(Be?Qt--:++Qt<xt)&&F(E[Qt],Qt,E););return fe?Au(E,Be?0:Qt,Be?Qt+1:xt):Au(E,Be?Qt+1:0,Be?xt:Qt)}function bf(E,F){var fe=E;return fe instanceof Qr&&(fe=fe.value()),Wa(F,function(Be,xt){return xt.func.apply(xt.thisArg,Xa([Be],xt.args))},fe)}function cc(E,F,fe){var Be=E.length;if(Be<2)return Be?ou(E[0]):[];for(var xt=-1,Qt=kr(Be);++xt<Be;)for(var mr=E[xt],Rr=-1;++Rr<Be;)Rr!=xt&&(Qt[xt]=eo(Qt[xt]||mr,E[Rr],F,fe));return ou(lo(Qt,1),F,fe)}function Oo(E,F,fe){for(var Be=-1,xt=E.length,Qt=F.length,mr={};++Be<xt;){var Rr=Be<Qt?F[Be]:i;fe(mr,E[Be],Rr)}return mr}function Yc(E){return Mu(E)?E:[]}function Xc(E){return typeof E=="function"?E:sc}function rl(E,F){return Ja(E)?E:bs(E,F)?[E]:Na(So(E))}var Uu=Ya;function ho(E,F,fe){var Be=E.length;return fe=fe===i?Be:fe,!F&&fe>=Be?E:Au(E,F,fe)}var Wl=gn||function(E){return ba.clearTimeout(E)};function Of(E,F){if(F)return E.slice();var fe=E.length,Be=Qe?Qe(fe):new E.constructor(fe);return E.copy(Be),Be}function kc(E){var F=new E.constructor(E.byteLength);return new uo(F).set(new uo(E)),F}function Qc(E,F){var fe=F?kc(E.buffer):E.buffer;return new E.constructor(fe,E.byteOffset,E.byteLength)}function dl(E){var F=new E.constructor(E.source,sn.exec(E));return F.lastIndex=E.lastIndex,F}function Jo(E){return Ra?Gn(Ra.call(E)):{}}function Hl(E,F){var fe=F?kc(E.buffer):E.buffer;return new E.constructor(fe,E.byteOffset,E.length)}function $e(E,F){if(E!==F){var fe=E!==i,Be=E===null,xt=E===E,Qt=xc(E),mr=F!==i,Rr=F===null,Yr=F===F,Fn=xc(F);if(!Rr&&!Fn&&!Qt&&E>F||Qt&&mr&&Yr&&!Rr&&!Fn||Be&&mr&&Yr||!fe&&Yr||!xt)return 1;if(!Be&&!Qt&&!Fn&&E<F||Fn&&fe&&xt&&!Be&&!Qt||Rr&&fe&&xt||!mr&&xt||!Yr)return-1}return 0}function Vu(E,F,fe){for(var Be=-1,xt=E.criteria,Qt=F.criteria,mr=xt.length,Rr=fe.length;++Be<mr;){var Yr=$e(xt[Be],Qt[Be]);if(Yr){if(Be>=Rr)return Yr;var Fn=fe[Be];return Yr*(Fn=="desc"?-1:1)}}return E.index-F.index}function pu(E,F,fe,Be){for(var xt=-1,Qt=E.length,mr=fe.length,Rr=-1,Yr=F.length,Fn=bi(Qt-mr,0),Bn=kr(Yr+Fn),Xn=!Be;++Rr<Yr;)Bn[Rr]=F[Rr];for(;++xt<mr;)(Xn||xt<Qt)&&(Bn[fe[xt]]=E[xt]);for(;Fn--;)Bn[Rr++]=E[xt++];return Bn}function fc(E,F,fe,Be){for(var xt=-1,Qt=E.length,mr=-1,Rr=fe.length,Yr=-1,Fn=F.length,Bn=bi(Qt-Rr,0),Xn=kr(Bn+Fn),Ri=!Be;++xt<Bn;)Xn[xt]=E[xt];for(var da=xt;++Yr<Fn;)Xn[da+Yr]=F[Yr];for(;++mr<Rr;)(Ri||xt<Qt)&&(Xn[da+fe[mr]]=E[xt++]);return Xn}function uu(E,F){var fe=-1,Be=E.length;for(F||(F=kr(Be));++fe<Be;)F[fe]=E[fe];return F}function Yu(E,F,fe,Be){var xt=!fe;fe||(fe={});for(var Qt=-1,mr=F.length;++Qt<mr;){var Rr=F[Qt],Yr=Be?Be(fe[Rr],E[Rr],Rr,fe,E):i;Yr===i&&(Yr=E[Rr]),xt?la(fe,Rr,Yr):wa(fe,Rr,Yr)}return fe}function Rc(E,F){return Yu(E,Ss(E),F)}function dc(E,F){return Yu(E,Ks(E),F)}function Tl(E,F){return function(fe,Be){var xt=Ja(fe)?ha:ys,Qt=F?F():{};return xt(fe,E,pn(Be,2),Qt)}}function hl(E){return Ya(function(F,fe){var Be=-1,xt=fe.length,Qt=xt>1?fe[xt-1]:i,mr=xt>2?fe[2]:i;for(Qt=E.length>3&&typeof Qt=="function"?(xt--,Qt):i,mr&&Eo(fe[0],fe[1],mr)&&(Qt=xt<3?i:Qt,xt=1),F=Gn(F);++Be<xt;){var Rr=fe[Be];Rr&&E(F,Rr,Be,Qt)}return F})}function nl(E,F){return function(fe,Be){if(fe==null)return fe;if(!$u(fe))return E(fe,Be);for(var xt=fe.length,Qt=F?xt:-1,mr=Gn(fe);(F?Qt--:++Qt<xt)&&Be(mr[Qt],Qt,mr)!==!1;);return fe}}function qc(E){return function(F,fe,Be){for(var xt=-1,Qt=Gn(F),mr=Be(F),Rr=mr.length;Rr--;){var Yr=mr[E?Rr:++xt];if(fe(Qt[Yr],Yr,Qt)===!1)break}return F}}function hc(E,F,fe){var Be=F&D,xt=Xu(E);function Qt(){var mr=this&&this!==ba&&this instanceof Qt?xt:E;return mr.apply(Be?fe:this,arguments)}return Qt}function ku(E){return function(F){F=So(F);var fe=Do(F)?pr(F):i,Be=fe?fe[0]:F.charAt(0),xt=fe?ho(fe,1).join(""):F.slice(1);return Be[E]()+xt}}function yl(E){return function(F){return Wa(Zd($d(F).replace(xr,"")),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=Er(E.prototype),Be=E.apply(fe,F);return _u(Be)?Be:fe}}function Df(E,F,fe){var Be=Xu(E);function xt(){for(var Qt=arguments.length,mr=kr(Qt),Rr=Qt,Yr=Cn(xt);Rr--;)mr[Rr]=arguments[Rr];var Fn=Qt<3&&mr[0]!==Yr&&mr[Qt-1]!==Yr?[]:Os(mr,Yr);if(Qt-=Fn.length,Qt<fe)return pc(E,F,Pl,xt.placeholder,i,mr,Fn,i,i,fe-Qt);var Bn=this&&this!==ba&&this instanceof xt?Be:E;return Va(Bn,this,mr)}return xt}function xf(E){return function(F,fe,Be){var xt=Gn(F);if(!$u(F)){var Qt=pn(fe,3);F=ol(F),fe=function(Rr){return Qt(xt[Rr],Rr,xt)}}var mr=E(F,fe,Be);return mr>-1?xt[Qt?F[mr]:mr]:i}}function lu(E){return O(function(F){var fe=F.length,Be=fe,xt=yr.prototype.thru;for(E&&F.reverse();Be--;){var Qt=F[Be];if(typeof Qt!="function")throw new er(o);if(xt&&!mr&&ln(Qt)=="wrapper")var mr=new yr([],!0)}for(Be=mr?Be:fe;++Be<fe;){Qt=F[Be];var Rr=ln(Qt),Yr=Rr=="wrapper"?ke(Qt):i;Yr&&Ql(Yr[0])&&Yr[1]==(G|P|B|H)&&!Yr[4].length&&Yr[9]==1?mr=mr[ln(Yr[0])].apply(mr,Yr[3]):mr=Qt.length==1&&Ql(Qt)?mr[Rr]():mr.thru(Qt)}return function(){var Fn=arguments,Bn=Fn[0];if(mr&&Fn.length==1&&Ja(Bn))return mr.plant(Bn).value();for(var Xn=0,Ri=fe?F[Xn].apply(this,Fn):Bn;++Xn<fe;)Ri=F[Xn].call(this,Ri);return Ri}})}function Pl(E,F,fe,Be,xt,Qt,mr,Rr,Yr,Fn){var Bn=F&G,Xn=F&D,Ri=F&R,da=F&(P|M),$a=F&W,Ts=Ri?i:Xu(E);function Za(){for(var Zs=arguments.length,Js=kr(Zs),wc=Zs;wc--;)Js[wc]=arguments[wc];if(da)var Ll=Cn(Za),Ec=Ju(Js,Ll);if(Be&&(Js=pu(Js,Be,xt,da)),Qt&&(Js=fc(Js,Qt,mr,da)),Zs-=Ec,da&&Zs<Fn){var Fu=Os(Js,Ll);return pc(E,F,Pl,Za.placeholder,fe,Js,Fu,Rr,Yr,Fn-Zs)}var pf=Xn?fe:this,Zf=Ri?pf[E]:E;return Zs=Js.length,Rr?Js=ql(Js,Rr):$a&&Zs>1&&Js.reverse(),Bn&&Yr<Zs&&(Js.length=Yr),this&&this!==ba&&this instanceof Za&&(Zf=Ts||Xu(Zf)),Zf.apply(pf,Js)}return Za}function Jc(E,F){return function(fe,Be){return uc(fe,E,F(Be),{})}}function Gl(E,F){return function(fe,Be){var xt;if(fe===i&&Be===i)return F;if(fe!==i&&(xt=fe),Be!==i){if(xt===i)return Be;typeof fe=="string"||typeof Be=="string"?(fe=Uo(fe),Be=Uo(Be)):(fe=fo(fe),Be=fo(Be)),xt=E(fe,Be)}return xt}}function Kl(E){return O(function(F){return F=Wi(F,Ls(pn())),Ya(function(fe){var Be=this;return E(F,function(xt){return Va(xt,Be,fe)})})})}function eu(E,F){F=F===i?" ":Uo(F);var fe=F.length;if(fe<2)return fe?Cl(F,E):F;var Be=Cl(F,Si(E/ur(F)));return Do(F)?ho(pr(Be),0,E).join(""):Be.slice(0,E)}function cu(E,F,fe,Be){var xt=F&D,Qt=Xu(E);function mr(){for(var Rr=-1,Yr=arguments.length,Fn=-1,Bn=Be.length,Xn=kr(Bn+Yr),Ri=this&&this!==ba&&this instanceof mr?Qt:E;++Fn<Bn;)Xn[Fn]=Be[Fn];for(;Yr--;)Xn[Fn++]=arguments[++Rr];return Va(Ri,xt?fe:this,Xn)}return mr}function Vl(E){return function(F,fe,Be){return Be&&typeof Be!="number"&&Eo(F,fe,Be)&&(fe=Be=i),F=$f(F),fe===i?(fe=F,F=0):fe=$f(fe),Be=Be===i?F<fe?1:-1:$f(Be),Ic(F,fe,Be,E)}}function mu(E){return function(F,fe){return typeof F=="string"&&typeof fe=="string"||(F=zc(F),fe=zc(fe)),E(F,fe)}}function pc(E,F,fe,Be,xt,Qt,mr,Rr,Yr,Fn){var Bn=F&P,Xn=Bn?mr:i,Ri=Bn?i:mr,da=Bn?Qt:i,$a=Bn?i:Qt;F|=Bn?B:N,F&=~(Bn?N:B),F&A||(F&=~(D|R));var Ts=[E,F,xt,da,Xn,$a,Ri,Rr,Yr,Fn],Za=fe.apply(i,Ts);return Ql(E)&&Qu(Za,Ts),Za.placeholder=Be,Ln(Za,E,F)}function Il(E){var F=Un[E];return function(fe,Be){if(fe=zc(fe),Be=Be==null?0:xa(ws(Be),292),Be&&Ti(fe)){var xt=(So(fe)+"e").split("e"),Qt=F(xt[0]+"e"+(+xt[1]+Be));return xt=(So(Qt)+"e").split("e"),+(xt[0]+"e"+(+xt[1]-Be))}return F(fe)}}var ef=qa&&1/Ho(new qa([,-0]))[1]==ee?function(E){return new qa(E)}:Ad;function bl(E){return function(F){var fe=$s(F);return fe==ze?Qo(F):fe==je?Nu(F):Wo(F,E(F))}}function zu(E,F,fe,Be,xt,Qt,mr,Rr){var Yr=F&R;if(!Yr&&typeof E!="function")throw new er(o);var Fn=Be?Be.length:0;if(Fn||(F&=~(B|N),Be=xt=i),mr=mr===i?mr:bi(ws(mr),0),Rr=Rr===i?Rr:ws(Rr),Fn-=xt?xt.length:0,F&N){var Bn=Be,Xn=xt;Be=xt=i}var Ri=Yr?i:ke(E),da=[E,F,fe,Be,xt,Bn,Xn,Qt,mr,Rr];if(Ri&&Bc(da,Ri),E=da[0],F=da[1],fe=da[2],Be=da[3],xt=da[4],Rr=da[9]=da[9]===i?Yr?0:E.length:bi(da[9]-Fn,0),!Rr&&F&(P|M)&&(F&=~(P|M)),!F||F==D)var $a=hc(E,F,fe);else F==P||F==M?$a=Df(E,F,Rr):(F==B||F==(D|B))&&!xt.length?$a=cu(E,F,fe,Be):$a=Pl.apply(i,da);var Ts=Ri?Gc:Qu;return Ln(Ts($a,da),E,F)}function mc(E,F,fe,Be){return E===i||ic(E,Sa[fe])&&!Mi.call(Be,fe)?F:E}function vc(E,F,fe,Be,xt,Qt){return _u(E)&&_u(F)&&(Qt.set(F,E),qo(E,F,i,vc,Qt),Qt.delete(F)),E}function Yl(E){return ld(E)?i:E}function Lc(E,F,fe,Be,xt,Qt){var mr=fe&b,Rr=E.length,Yr=F.length;if(Rr!=Yr&&!(mr&&Yr>Rr))return!1;var Fn=Qt.get(E),Bn=Qt.get(F);if(Fn&&Bn)return Fn==F&&Bn==E;var Xn=-1,Ri=!0,da=fe&S?new Ae:i;for(Qt.set(E,F),Qt.set(F,E);++Xn<Rr;){var $a=E[Xn],Ts=F[Xn];if(Be)var Za=mr?Be(Ts,$a,Xn,F,E,Qt):Be($a,Ts,Xn,E,F,Qt);if(Za!==i){if(Za)continue;Ri=!1;break}if(da){if(!_o(F,function(Zs,Js){if(!hu(da,Js)&&($a===Zs||xt($a,Zs,fe,Be,Qt)))return da.push(Js)})){Ri=!1;break}}else if(!($a===Ts||xt($a,Ts,fe,Be,Qt))){Ri=!1;break}}return Qt.delete(E),Qt.delete(F),Ri}function wf(E,F,fe,Be,xt,Qt,mr){switch(fe){case bt:if(E.byteLength!=F.byteLength||E.byteOffset!=F.byteOffset)return!1;E=E.buffer,F=F.buffer;case pt:return!(E.byteLength!=F.byteLength||!Qt(new uo(E),new uo(F)));case Mt:case yt:case wt:return ic(+E,+F);case Zt:return E.name==F.name&&E.message==F.message;case Je:case be:return E==F+"";case ze:var Rr=Qo;case je:var Yr=Be&b;if(Rr||(Rr=Ho),E.size!=F.size&&!Yr)return!1;var Fn=mr.get(E);if(Fn)return Fn==F;Be|=S,mr.set(E,F);var Bn=Lc(Rr(E),Rr(F),Be,xt,Qt,mr);return mr.delete(E),Bn;case Le:if(Ra)return Ra.call(E)==Ra.call(F)}return!1}function T(E,F,fe,Be,xt,Qt){var mr=fe&b,Rr=L(E),Yr=Rr.length,Fn=L(F),Bn=Fn.length;if(Yr!=Bn&&!mr)return!1;for(var Xn=Yr;Xn--;){var Ri=Rr[Xn];if(!(mr?Ri in F:Mi.call(F,Ri)))return!1}var da=Qt.get(E),$a=Qt.get(F);if(da&&$a)return da==F&&$a==E;var Ts=!0;Qt.set(E,F),Qt.set(F,E);for(var Za=mr;++Xn<Yr;){Ri=Rr[Xn];var Zs=E[Ri],Js=F[Ri];if(Be)var wc=mr?Be(Js,Zs,Ri,F,E,Qt):Be(Zs,Js,Ri,E,F,Qt);if(!(wc===i?Zs===Js||xt(Zs,Js,fe,Be,Qt):wc)){Ts=!1;break}Za||(Za=Ri=="constructor")}if(Ts&&!Za){var Ll=E.constructor,Ec=F.constructor;Ll!=Ec&&"constructor"in E&&"constructor"in F&&!(typeof Ll=="function"&&Ll instanceof Ll&&typeof Ec=="function"&&Ec instanceof Ec)&&(Ts=!1)}return Qt.delete(E),Qt.delete(F),Ts}function O(E){return ec(vu(E,i,Rf),E+"")}function L(E){return Nl(E,ol,Ss)}function ve(E){return Nl(E,ac,Ks)}var ke=ps?function(E){return ps.get(E)}:Ad;function ln(E){for(var F=E.name+"",fe=ko[F],Be=Mi.call(ko,F)?fe.length:0;Be--;){var xt=fe[Be],Qt=xt.func;if(Qt==null||Qt==E)return xt.name}return F}function Cn(E){var F=Mi.call(Se,"placeholder")?Se:E;return F.placeholder}function pn(){var E=Se.iteratee||Ed;return E=E===Ed?Zc:E,arguments.length?E(arguments[0],arguments[1]):E}function Fi(E,F){var fe=E.__data__;return Dl(F)?fe[typeof F=="string"?"string":"hash"]:fe.map}function Ha(E){for(var F=ol(E),fe=F.length;fe--;){var Be=F[fe],xt=E[Be];F[fe]=[Be,xt,nf(xt)]}return F}function Ga(E,F){var fe=Bu(E,F);return $c(fe)?fe:i}function zo(E){var F=Mi.call(E,_n),fe=E[_n];try{E[_n]=i;var Be=!0}catch(Qt){}var xt=Ms.call(E);return Be&&(F?E[_n]=fe:delete E[_n]),xt}var Ss=Ji?function(E){return E==null?[]:(E=Gn(E),ts(Ji(E),function(F){return Vt.call(E,F)}))}:Cd,Ks=Ji?function(E){for(var F=[];E;)Xa(F,Ss(E)),E=qe(E);return F}:Cd,$s=ro;(fa&&$s(new fa(new ArrayBuffer(1)))!=bt||Ni&&$s(new Ni)!=ze||ka&&$s(ka.resolve())!=_t||qa&&$s(new qa)!=je||hs&&$s(new hs)!=He)&&($s=function(E){var F=ro(E),fe=F==nt?E.constructor:i,Be=fe?Ea(fe):"";if(Be)switch(Be){case os:return bt;case ms:return ze;case ks:return _t;case pa:return je;case us:return He}return F});function Mc(E,F,fe){for(var Be=-1,xt=fe.length;++Be<xt;){var Qt=fe[Be],mr=Qt.size;switch(Qt.type){case"drop":E+=mr;break;case"dropRight":F-=mr;break;case"take":F=xa(F,E+mr);break;case"takeRight":E=bi(E,F-mr);break}}return{start:E,end:F}}function tf(E){var F=E.match(Kr);return F?F[1].split(tn):[]}function _c(E,F,fe){F=rl(F,E);for(var Be=-1,xt=F.length,Qt=!1;++Be<xt;){var mr=ra(F[Be]);if(!(Qt=E!=null&&fe(E,mr)))break;E=E[mr]}return Qt||++Be!=xt?Qt:(xt=E==null?0:E.length,!!xt&&pd(xt)&&so(mr,xt)&&(Ja(E)||Uf(E)))}function rf(E){var F=E.length,fe=new E.constructor(F);return F&&typeof E[0]=="string"&&Mi.call(E,"index")&&(fe.index=E.index,fe.input=E.input),fe}function Ol(E){return typeof E.constructor=="function"&&!Ru(E)?Er(qe(E)):{}}function Bi(E,F,fe){var Be=E.constructor;switch(F){case pt:return kc(E);case Mt:case yt:return new Be(+E);case bt:return Qc(E,fe);case rr:case Jt:case Me:case rt:case Yt:case Lt:case Wt:case Ht:case ir:return Hl(E,fe);case ze:return new Be;case wt:case be:return new Be(E);case Je:return dl(E);case je:return new Be;case Le:return Jo(E)}}function Xl(E,F){var fe=F.length;if(!fe)return E;var Be=fe-1;return F[Be]=(fe>1?"& ":"")+F[Be],F=F.join(fe>2?", ":" "),E.replace(Ct,`{
/* [wrapped with `+F+`] */
`)}function Cu(E){return Ja(E)||Uf(E)||!!(Mr&&E&&E[Mr])}function so(E,F){var fe=typeof E;return F=F==null?Q:F,!!F&&(fe=="number"||fe!="symbol"&&ct.test(E))&&E>-1&&E%1==0&&E<F}function Eo(E,F,fe){if(!_u(fe))return!1;var Be=typeof F;return(Be=="number"?$u(fe)&&so(F,fe.length):Be=="string"&&F in fe)?ic(fe[F],E):!1}function bs(E,F){if(Ja(E))return!1;var fe=typeof E;return fe=="number"||fe=="symbol"||fe=="boolean"||E==null||xc(E)?!0:Ze.test(E)||!At.test(E)||F!=null&&E in Gn(F)}function Dl(E){var F=typeof E;return F=="string"||F=="number"||F=="symbol"||F=="boolean"?E!=="__proto__":E===null}function Ql(E){var F=ln(E),fe=Se[F];if(typeof fe!="function"||!(F in Qr.prototype))return!1;if(E===fe)return!0;var Be=ke(fe);return!!Be&&E===Be[0]}function Fc(E){return!!oo&&oo in E}var kl=gs?zf:Td;function Ru(E){var F=E&&E.constructor,fe=typeof F=="function"&&F.prototype||Sa;return E===fe}function nf(E){return E===E&&!_u(E)}function af(E,F){return function(fe){return fe==null?!1:fe[E]===F&&(F!==i||E in Gn(fe))}}function Rl(E){var F=Lu(E,function(Be){return fe.size===a&&fe.clear(),Be}),fe=F.cache;return F}function Bc(E,F){var fe=E[1],Be=F[1],xt=fe|Be,Qt=xt<(D|R|G),mr=Be==G&&fe==P||Be==G&&fe==H&&E[7].length<=F[8]||Be==(G|H)&&F[7].length<=F[8]&&fe==P;if(!(Qt||mr))return E;Be&D&&(E[2]=F[2],xt|=fe&D?0:A);var Rr=F[3];if(Rr){var Yr=E[3];E[3]=Yr?pu(Yr,Rr,F[4]):Rr,E[4]=Yr?Os(E[3],x):F[4]}return Rr=F[5],Rr&&(Yr=E[5],E[5]=Yr?fc(Yr,Rr,F[6]):Rr,E[6]=Yr?Os(E[5],x):F[6]),Rr=F[7],Rr&&(E[7]=Rr),Be&G&&(E[8]=E[8]==null?F[8]:xa(E[8],F[8])),E[9]==null&&(E[9]=F[9]),E[0]=F[0],E[1]=xt,E}function gc(E){var F=[];if(E!=null)for(var fe in Gn(E))F.push(fe);return F}function sf(E){return Ms.call(E)}function vu(E,F,fe){return F=bi(F===i?E.length-1:F,0),function(){for(var Be=arguments,xt=-1,Qt=bi(Be.length-F,0),mr=kr(Qt);++xt<Qt;)mr[xt]=Be[F+xt];xt=-1;for(var Rr=kr(F+1);++xt<F;)Rr[xt]=Be[xt];return Rr[F]=fe(mr),Va(E,this,Rr)}}function xl(E,F){return F.length<2?E:nu(E,Au(F,0,-1))}function ql(E,F){for(var fe=E.length,Be=xa(F.length,fe),xt=uu(E);Be--;){var Qt=F[Be];E[Be]=so(Qt,fe)?xt[Qt]:i}return E}function Jl(E,F){if(!(F==="constructor"&&typeof E[F]=="function")&&F!="__proto__")return E[F]}var Qu=ei(Gc),yc=si||function(E,F){return ba.setTimeout(E,F)},ec=ei(Kc);function Ln(E,F,fe){var Be=F+"";return ec(E,Xl(Be,Oa(tf(Be),fe)))}function ei(E){var F=0,fe=0;return function(){var Be=bo(),xt=q-(Be-fe);if(fe=Be,xt>0){if(++F>=oe)return arguments[0]}else F=0;return E.apply(i,arguments)}}function ji(E,F){var fe=-1,Be=E.length,xt=Be-1;for(F=F===i?Be:F;++fe<F;){var Qt=Hu(fe,xt),mr=E[Qt];E[Qt]=E[fe],E[fe]=mr}return E.length=F,E}var Na=Rl(function(E){var F=[];return E.charCodeAt(0)===46&&F.push(""),E.replace(we,function(fe,Be,xt,Qt){F.push(xt?Qt.replace(vr,"$1"):Be||fe)}),F});function ra(E){if(typeof E=="string"||xc(E))return E;var F=E+"";return F=="0"&&1/E==-ee?"-0":F}function Ea(E){if(E!=null){try{return Ns.call(E)}catch(F){}try{return E+""}catch(F){}}return""}function Oa(E,F){return is(Te,function(fe){var Be="_."+fe[0];F&fe[1]&&!Ps(E,Be)&&E.push(Be)}),E.sort()}function As(E){if(E instanceof Qr)return E.clone();var F=new yr(E.__wrapped__,E.__chain__);return F.__actions__=uu(E.__actions__),F.__index__=E.__index__,F.__values__=E.__values__,F}function aa(E,F,fe){(fe?Eo(E,F,fe):F===i)?F=1:F=bi(ws(F),0);var Be=E==null?0:E.length;if(!Be||F<1)return[];for(var xt=0,Qt=0,mr=kr(Si(Be/F));xt<Be;)mr[Qt++]=Au(E,xt,xt+=F);return mr}function Cs(E){for(var F=-1,fe=E==null?0:E.length,Be=0,xt=[];++F<fe;){var Qt=E[F];Qt&&(xt[Be++]=Qt)}return xt}function pl(){var E=arguments.length;if(!E)return[];for(var F=kr(E-1),fe=arguments[0],Be=E;Be--;)F[Be-1]=arguments[Be];return Xa(Ja(fe)?uu(fe):[fe],lo(F,1))}var ml=Ya(function(E,F){return Mu(E)?eo(E,lo(F,1,Mu,!0)):[]}),il=Ya(function(E,F){var fe=fu(F);return Mu(fe)&&(fe=i),Mu(E)?eo(E,lo(F,1,Mu,!0),pn(fe,2)):[]}),vl=Ya(function(E,F){var fe=fu(F);return Mu(fe)&&(fe=i),Mu(E)?eo(E,lo(F,1,Mu,!0),i,fe):[]});function wl(E,F,fe){var Be=E==null?0:E.length;return Be?(F=fe||F===i?1:ws(F),Au(E,F<0?0:F,Be)):[]}function Vf(E,F,fe){var Be=E==null?0:E.length;return Be?(F=fe||F===i?1:ws(F),F=Be-F,Au(E,0,F<0?0:F)):[]}function kf(E,F){return E&&E.length?Vc(E,pn(F,3),!0,!0):[]}function tc(E,F){return E&&E.length?Vc(E,pn(F,3),!0):[]}function Ef(E,F,fe,Be){var xt=E==null?0:E.length;return xt?(fe&&typeof fe!="number"&&Eo(E,F,fe)&&(fe=0,Be=xt),tl(E,F,fe,Be)):[]}function Nc(E,F,fe){var Be=E==null?0:E.length;if(!Be)return-1;var xt=fe==null?0:ws(fe);return xt<0&&(xt=bi(Be+xt,0)),_s(E,pn(F,3),xt)}function of(E,F,fe){var Be=E==null?0:E.length;if(!Be)return-1;var xt=Be-1;return fe!==i&&(xt=ws(fe),xt=fe<0?bi(Be+xt,0):xa(xt,Be-1)),_s(E,pn(F,3),xt,!0)}function Rf(E){var F=E==null?0:E.length;return F?lo(E,1):[]}function al(E){var F=E==null?0:E.length;return F?lo(E,ee):[]}function Wf(E,F){var fe=E==null?0:E.length;return fe?(F=F===i?1:ws(F),lo(E,F)):[]}function qu(E){for(var F=-1,fe=E==null?0:E.length,Be={};++F<fe;){var xt=E[F];Be[xt[0]]=xt[1]}return Be}function uf(E){return E&&E.length?E[0]:i}function Lf(E,F,fe){var Be=E==null?0:E.length;if(!Be)return-1;var xt=fe==null?0:ws(fe);return xt<0&&(xt=bi(Be+xt,0)),Ao(E,F,xt)}function Go(E){var F=E==null?0:E.length;return F?Au(E,0,-1):[]}var Sf=Ya(function(E){var F=Wi(E,Yc);return F.length&&F[0]===E[0]?Sc(F):[]}),Af=Ya(function(E){var F=fu(E),fe=Wi(E,Yc);return F===fu(fe)?F=i:fe.pop(),fe.length&&fe[0]===E[0]?Sc(fe,pn(F,2)):[]}),_l=Ya(function(E){var F=fu(E),fe=Wi(E,Yc);return F=typeof F=="function"?F:i,F&&fe.pop(),fe.length&&fe[0]===E[0]?Sc(fe,i,F):[]});function jc(E,F){return E==null?"":Ia.call(E,F)}function fu(E){var F=E==null?0:E.length;return F?E[F-1]:i}function Mf(E,F,fe){var Be=E==null?0:E.length;if(!Be)return-1;var xt=Be;return fe!==i&&(xt=ws(fe),xt=xt<0?bi(Be+xt,0):xa(xt,Be-1)),F===F?hr(E,F,xt):_s(E,Lo,xt,!0)}function Ff(E,F){return E&&E.length?Tc(E,ws(F)):i}var lf=Ya(cf);function cf(E,F){return E&&E.length&&F&&F.length?Du(E,F):E}function Cf(E,F,fe){return E&&E.length&&F&&F.length?Du(E,F,pn(fe,2)):E}function Tf(E,F,fe){return E&&E.length&&F&&F.length?Du(E,F,i,fe):E}var Yf=O(function(E,F){var fe=E==null?0:E.length,Be=io(E,F);return zl(E,Wi(F,function(xt){return so(xt,fe)?+xt:xt}).sort($e)),Be});function qf(E,F){var fe=[];if(!(E&&E.length))return fe;var Be=-1,xt=[],Qt=E.length;for(F=pn(F,3);++Be<Qt;){var mr=E[Be];F(mr,Be,E)&&(fe.push(mr),xt.push(Be))}return zl(E,xt),fe}function Bf(E){return E==null?E:Qa.call(E)}function nd(E,F,fe){var Be=E==null?0:E.length;return Be?(fe&&typeof fe!="number"&&Eo(E,F,fe)?(F=0,fe=Be):(F=F==null?0:ws(F),fe=fe===i?Be:ws(fe)),Au(E,F,fe)):[]}function Xf(E,F){return Oc(E,F)}function Pf(E,F,fe){return Zl(E,F,pn(fe,2))}function id(E,F){var fe=E==null?0:E.length;if(fe){var Be=Oc(E,F);if(Be<fe&&ic(E[Be],F))return Be}return-1}function Hf(E,F){return Oc(E,F,!0)}function Jf(E,F,fe){return Zl(E,F,pn(fe,2),!0)}function ad(E,F){var fe=E==null?0:E.length;if(fe){var Be=Oc(E,F,!0)-1;if(ic(E[Be],F))return Be}return-1}function ff(E){return E&&E.length?Ku(E):[]}function sd(E,F){return E&&E.length?Ku(E,pn(F,2)):[]}function df(E){var F=E==null?0:E.length;return F?Au(E,1,F):[]}function g(E,F,fe){return E&&E.length?(F=fe||F===i?1:ws(F),Au(E,0,F<0?0:F)):[]}function C(E,F,fe){var Be=E==null?0:E.length;return Be?(F=fe||F===i?1:ws(F),F=Be-F,Au(E,F<0?0:F,Be)):[]}function z(E,F){return E&&E.length?Vc(E,pn(F,3),!1,!0):[]}function _e(E,F){return E&&E.length?Vc(E,pn(F,3)):[]}var Re=Ya(function(E){return ou(lo(E,1,Mu,!0))}),at=Ya(function(E){var F=fu(E);return Mu(F)&&(F=i),ou(lo(E,1,Mu,!0),pn(F,2))}),zt=Ya(function(E){var F=fu(E);return F=typeof F=="function"?F:i,ou(lo(E,1,Mu,!0),i,F)});function ar(E){return E&&E.length?ou(E):[]}function Pr(E,F){return E&&E.length?ou(E,pn(F,2)):[]}function dn(E,F){return F=typeof F=="function"?F:i,E&&E.length?ou(E,i,F):[]}function wi(E){if(!(E&&E.length))return[];var F=0;return E=ts(E,function(fe){if(Mu(fe))return F=bi(fe.length,F),!0}),go(F,function(fe){return Wi(E,yi(fe))})}function Ua(E,F){if(!(E&&E.length))return[];var fe=wi(E);return F==null?fe:Wi(fe,function(Be){return Va(F,i,Be)})}var Yn=Ya(function(E,F){return Mu(E)?eo(E,F):[]}),sa=Ya(function(E){return cc(ts(E,Mu))}),ja=Ya(function(E){var F=fu(E);return Mu(F)&&(F=i),cc(ts(E,Mu),pn(F,2))}),Da=Ya(function(E){var F=fu(E);return F=typeof F=="function"?F:i,cc(ts(E,Mu),i,F)}),qr=Ya(wi);function jr(E,F){return Oo(E||[],F||[],wa)}function Xr(E,F){return Oo(E||[],F||[],Gu)}var Dn=Ya(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 $n(E){var F=Se(E);return F.__chain__=!0,F}function Ka(E,F){return F(E),E}function Ui(E,F){return F(E)}var za=O(function(E){var F=E.length,fe=F?E[0]:0,Be=this.__wrapped__,xt=function(Qt){return io(Qt,E)};return F>1||this.__actions__.length||!(Be instanceof Qr)||!so(fe)?this.thru(xt):(Be=Be.slice(fe,+fe+(F?1:0)),Be.__actions__.push({func:Ui,args:[xt],thisArg:i}),new yr(Be,this.__chain__).thru(function(Qt){return F&&!Qt.length&&Qt.push(i),Qt}))});function vs(){return $n(this)}function La(){return new yr(this.value(),this.__chain__)}function k(){this.__values__===i&&(this.__values__=Rd(this.value()));var E=this.__index__>=this.__values__.length,F=E?i:this.__values__[this.__index__++];return{done:E,value:F}}function t(){return this}function n(E){for(var F,fe=this;fe instanceof en;){var Be=As(fe);Be.__index__=0,Be.__values__=i,F?xt.__wrapped__=Be:F=Be;var xt=Be;fe=fe.__wrapped__}return xt.__wrapped__=E,F}function s(){var E=this.__wrapped__;if(E instanceof Qr){var F=E;return this.__actions__.length&&(F=new Qr(this)),F=F.reverse(),F.__actions__.push({func:Ui,args:[Bf],thisArg:i}),new yr(F,this.__chain__)}return this.thru(Bf)}function v(){return bf(this.__wrapped__,this.__actions__)}var w=Tl(function(E,F,fe){Mi.call(E,fe)?++E[fe]:la(E,fe,1)});function I(E,F,fe){var Be=Ja(E)?jn:Fl;return fe&&Eo(E,F,fe)&&(F=i),Be(E,pn(F,3))}function U(E,F){var fe=Ja(E)?ts:wu;return fe(E,pn(F,3))}var X=xf(Nc),V=xf(of);function ue(E,F){return lo(or(E,F),1)}function pe(E,F){return lo(or(E,F),ee)}function xe(E,F,fe){return fe=fe===i?1:ws(fe),lo(or(E,F),fe)}function De(E,F){var fe=Ja(E)?is:to;return fe(E,pn(F,3))}function Ne(E,F){var fe=Ja(E)?vo:ao;return fe(E,pn(F,3))}var lt=Tl(function(E,F,fe){Mi.call(E,fe)?E[fe].push(F):la(E,fe,[F])});function st(E,F,fe,Be){E=$u(E)?E:rd(E),fe=fe&&!Be?ws(fe):0;var xt=E.length;return fe<0&&(fe=bi(xt+fe,0)),md(E)?fe<=xt&&E.indexOf(F,fe)>-1:!!xt&&Ao(E,F,fe)>-1}var Ut=Ya(function(E,F,fe){var Be=-1,xt=typeof F=="function",Qt=$u(E)?kr(E.length):[];return to(E,function(mr){Qt[++Be]=xt?Va(F,mr,fe):li(mr,F,fe)}),Qt}),dr=Tl(function(E,F,fe){la(E,fe,F)});function or(E,F){var fe=Ja(E)?Wi:ju;return fe(E,pn(F,3))}function Br(E,F,fe,Be){return E==null?[]:(Ja(F)||(F=F==null?[]:[F]),fe=Be?i:fe,Ja(fe)||(fe=fe==null?[]:[fe]),Ul(E,F,fe))}var Vr=Tl(function(E,F,fe){E[fe?0:1].push(F)},function(){return[[],[]]});function mn(E,F,fe){var Be=Ja(E)?Wa:as,xt=arguments.length<3;return Be(E,pn(F,4),fe,xt,to)}function Hr(E,F,fe){var Be=Ja(E)?Rs:as,xt=arguments.length<3;return Be(E,pn(F,4),fe,xt,ao)}function rn(E,F){var fe=Ja(E)?ts:wu;return fe(E,Tu(pn(F,3)))}function un(E){var F=Ja(E)?Jn:If;return F(E)}function Gr(E,F,fe){(fe?Eo(E,F,fe):F===i)?F=1:F=ws(F);var Be=Ja(E)?ki:Hc;return Be(E,F)}function wn(E){var F=Ja(E)?Aa:$l;return F(E)}function _i(E){if(E==null)return 0;if($u(E))return md(E)?ur(E):E.length;var F=$s(E);return F==ze||F==je?E.size:au(E).length}function Vi(E,F,fe){var Be=Ja(E)?_o:yf;return fe&&Eo(E,F,fe)&&(F=i),Be(E,pn(F,3))}var ua=Ya(function(E,F){if(E==null)return[];var fe=F.length;return fe>1&&Eo(E,F[0],F[1])?F=[]:fe>2&&Eo(F[0],F[1],F[2])&&(F=[F[0]]),Ul(E,lo(F,1),[])}),zi=ni||function(){return ba.Date.now()};function di(E,F){if(typeof F!="function")throw new er(o);return E=ws(E),function(){if(--E<1)return F.apply(this,arguments)}}function na(E,F,fe){return F=fe?i:F,F=E&&F==null?E.length:F,zu(E,G,i,i,i,i,F)}function Ii(E,F){var fe;if(typeof F!="function")throw new er(o);return E=ws(E),function(){return--E>0&&(fe=F.apply(this,arguments)),E<=1&&(F=i),fe}}var Xi=Ya(function(E,F,fe){var Be=D;if(fe.length){var xt=Os(fe,Cn(Xi));Be|=B}return zu(E,Be,F,fe,xt)}),Fa=Ya(function(E,F,fe){var Be=D|R;if(fe.length){var xt=Os(fe,Cn(Fa));Be|=B}return zu(F,Be,E,fe,xt)});function pi(E,F,fe){F=fe?i:F;var Be=zu(E,P,i,i,i,i,i,F);return Be.placeholder=pi.placeholder,Be}function mi(E,F,fe){F=fe?i:F;var Be=zu(E,M,i,i,i,i,i,F);return Be.placeholder=mi.placeholder,Be}function cs(E,F,fe){var Be,xt,Qt,mr,Rr,Yr,Fn=0,Bn=!1,Xn=!1,Ri=!0;if(typeof E!="function")throw new er(o);F=zc(F)||0,_u(fe)&&(Bn=!!fe.leading,Xn="maxWait"in fe,Qt=Xn?bi(zc(fe.maxWait)||0,F):Qt,Ri="trailing"in fe?!!fe.trailing:Ri);function da(Fu){var pf=Be,Zf=xt;return Be=xt=i,Fn=Fu,mr=E.apply(Zf,pf),mr}function $a(Fu){return Fn=Fu,Rr=yc(Zs,F),Bn?da(Fu):mr}function Ts(Fu){var pf=Fu-Yr,Zf=Fu-Fn,Gd=F-pf;return Xn?xa(Gd,Qt-Zf):Gd}function Za(Fu){var pf=Fu-Yr,Zf=Fu-Fn;return Yr===i||pf>=F||pf<0||Xn&&Zf>=Qt}function Zs(){var Fu=zi();if(Za(Fu))return Js(Fu);Rr=yc(Zs,Ts(Fu))}function Js(Fu){return Rr=i,Ri&&Be?da(Fu):(Be=xt=i,mr)}function wc(){Rr!==i&&Wl(Rr),Fn=0,Be=Yr=xt=Rr=i}function Ll(){return Rr===i?mr:Js(zi())}function Ec(){var Fu=zi(),pf=Za(Fu);if(Be=arguments,xt=this,Yr=Fu,pf){if(Rr===i)return $a(Yr);if(Xn)return Wl(Rr),Rr=yc(Zs,F),da(Yr)}return Rr===i&&(Rr=yc(Zs,F)),mr}return Ec.cancel=wc,Ec.flush=Ll,Ec}var po=Ya(function(E,F){return xu(E,1,F)}),xs=Ya(function(E,F,fe){return xu(E,zc(F)||0,fe)});function qs(E){return zu(E,W)}function Lu(E,F){if(typeof E!="function"||F!=null&&typeof F!="function")throw new er(o);var fe=function(){var Be=arguments,xt=F?F.apply(this,Be):Be[0],Qt=fe.cache;if(Qt.has(xt))return Qt.get(xt);var mr=E.apply(this,Be);return fe.cache=Qt.set(xt,mr)||Qt,mr};return fe.cache=new(Lu.Cache||el),fe}Lu.Cache=el;function Tu(E){if(typeof E!="function")throw new er(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 rc(E){return Ii(2,E)}var Uc=Uu(function(E,F){F=F.length==1&&Ja(F[0])?Wi(F[0],Ls(pn())):Wi(lo(F,1),Ls(pn()));var fe=F.length;return Ya(function(Be){for(var xt=-1,Qt=xa(Be.length,fe);++xt<Qt;)Be[xt]=F[xt].call(this,Be[xt]);return Va(E,this,Be)})}),hf=Ya(function(E,F){var fe=Os(F,Cn(hf));return zu(E,B,i,F,fe)}),cd=Ya(function(E,F){var fe=Os(F,Cn(cd));return zu(E,N,i,F,fe)}),od=O(function(E,F){return zu(E,H,i,i,i,F)});function ud(E,F){if(typeof E!="function")throw new er(o);return F=F===i?F:ws(F),Ya(E,F)}function Pd(E,F){if(typeof E!="function")throw new er(o);return F=F==null?0:bi(ws(F),0),Ya(function(fe){var Be=fe[F],xt=ho(fe,0,F);return Be&&Xa(xt,Be),Va(E,this,xt)})}function no(E,F,fe){var Be=!0,xt=!0;if(typeof E!="function")throw new er(o);return _u(fe)&&(Be="leading"in fe?!!fe.leading:Be,xt="trailing"in fe?!!fe.trailing:xt),cs(E,F,{leading:Be,maxWait:F,trailing:xt})}function sl(E){return na(E,1)}function nc(E,F){return hf(Xc(F),E)}function Nf(){if(!arguments.length)return[];var E=arguments[0];return Ja(E)?E:[E]}function bc(E){return xi(E,m)}function Gf(E,F){return F=typeof F=="function"?F:i,xi(E,m,F)}function jf(E){return xi(E,p|m)}function fd(E,F){return F=typeof F=="function"?F:i,xi(E,p|m,F)}function ed(E,F){return F==null||Po(E,F,ol(F))}function ic(E,F){return E===F||E!==E&&F!==F}var Qf=mu(iu),dd=mu(function(E,F){return E>=F}),Uf=Ac(function(){return arguments}())?Ac:function(E){return Pu(E)&&Mi.call(E,"callee")&&!Vt.call(E,"callee")},Ja=kr.isArray,hd=Es?Ls(Es):Io;function $u(E){return E!=null&&pd(E.length)&&!zf(E)}function Mu(E){return Pu(E)&&$u(E)}function Yd(E){return E===!0||E===!1||Pu(E)&&ro(E)==Mt}var Kf=Hi||Td,Xd=fs?Ls(fs):lc;function Qd(E){return Pu(E)&&E.nodeType===1&&!ld(E)}function qd(E){if(E==null)return!0;if($u(E)&&(Ja(E)||typeof E=="string"||typeof E.splice=="function"||Kf(E)||td(E)||Uf(E)))return!E.length;var F=$s(E);if(F==ze||F==je)return!E.size;if(Ru(E))return!au(E).length;for(var fe in E)if(Mi.call(E,fe))return!1;return!0}function Jd(E,F){return Eu(E,F)}function e0(E,F,fe){fe=typeof fe=="function"?fe:i;var Be=fe?fe(E,F):i;return Be===i?Eu(E,F,i,fe):!!Be}function _d(E){if(!Pu(E))return!1;var F=ro(E);return F==Zt||F==kt||typeof E.message=="string"&&typeof E.name=="string"&&!ld(E)}function t0(E){return typeof E=="number"&&Ti(E)}function zf(E){if(!_u(E))return!1;var F=ro(E);return F==Ft||F==tr||F==Ue||F==ht}function Id(E){return typeof E=="number"&&E==ws(E)}function pd(E){return typeof E=="number"&&E>-1&&E%1==0&&E<=Q}function _u(E){var F=typeof E;return E!=null&&(F=="object"||F=="function")}function Pu(E){return E!=null&&typeof E=="object"}var Od=Xs?Ls(Xs):wo;function r0(E,F){return E===F||vf(E,F,Ha(F))}function n0(E,F,fe){return fe=typeof fe=="function"?fe:i,vf(E,F,Ha(F),fe)}function i0(E){return Dd(E)&&E!=+E}function a0(E){if(kl(E))throw new Sn(f);return $c(E)}function s0(E){return E===null}function o0(E){return E==null}function Dd(E){return typeof E=="number"||Pu(E)&&ro(E)==wt}function ld(E){if(!Pu(E)||ro(E)!=nt)return!1;var F=qe(E);if(F===null)return!0;var fe=Mi.call(F,"constructor")&&F.constructor;return typeof fe=="function"&&fe instanceof fe&&Ns.call(fe)==Ba}var gd=Yi?Ls(Yi):zs;function u0(E){return Id(E)&&E>=-Q&&E<=Q}var kd=Bs?Ls(Bs):_f;function md(E){return typeof E=="string"||!Ja(E)&&Pu(E)&&ro(E)==be}function xc(E){return typeof E=="symbol"||Pu(E)&&ro(E)==Le}var td=Ko?Ls(Ko):gf;function l0(E){return E===i}function c0(E){return Pu(E)&&$s(E)==He}function f0(E){return Pu(E)&&ro(E)==Xe}var d0=mu(Al),h0=mu(function(E,F){return E<=F});function Rd(E){if(!E)return[];if($u(E))return md(E)?pr(E):uu(E);if(Zr&&E[Zr])return Ou(E[Zr]());var F=$s(E),fe=F==ze?Qo:F==je?Ho:rd;return fe(E)}function $f(E){if(!E)return E===0?E:0;if(E=zc(E),E===ee||E===-ee){var F=E<0?-1:1;return F*le}return E===E?E:0}function ws(E){var F=$f(E),fe=F%1;return F===F?fe?F-fe:F:0}function Ld(E){return E?Qs(ws(E),0,j):0}function zc(E){if(typeof E=="number")return E;if(xc(E))return $;if(_u(E)){var F=typeof E.valueOf=="function"?E.valueOf():E;E=_u(F)?F+"":F}if(typeof E!="string")return E===0?E:+E;E=du(E);var fe=Xt.test(E);return fe||ot.test(E)?Gi(E.slice(2),fe?2:8):hn.test(E)?$:+E}function Md(E){return Yu(E,ac(E))}function p0(E){return E?Qs(ws(E),-Q,Q):E===0?E:0}function So(E){return E==null?"":Uo(E)}var m0=hl(function(E,F){if(Ru(F)||$u(F)){Yu(F,ol(F),E);return}for(var fe in F)Mi.call(F,fe)&&wa(E,fe,F[fe])}),Fd=hl(function(E,F){Yu(F,ac(F),E)}),vd=hl(function(E,F,fe,Be){Yu(F,ac(F),E,Be)}),v0=hl(function(E,F,fe,Be){Yu(F,ol(F),E,Be)}),_0=O(io);function g0(E,F){var fe=Er(E);return F==null?fe:Us(fe,F)}var y0=Ya(function(E,F){E=Gn(E);var fe=-1,Be=F.length,xt=Be>2?F[2]:i;for(xt&&Eo(F[0],F[1],xt)&&(Be=1);++fe<Be;)for(var Qt=F[fe],mr=ac(Qt),Rr=-1,Yr=mr.length;++Rr<Yr;){var Fn=mr[Rr],Bn=E[Fn];(Bn===i||ic(Bn,Sa[Fn])&&!Mi.call(E,Fn))&&(E[Fn]=Qt[Fn])}return E}),b0=Ya(function(E){return E.push(i,vc),Va(Bd,i,E)});function x0(E,F){return rs(E,pn(F,3),jo)}function w0(E,F){return rs(E,pn(F,3),El)}function E0(E,F){return E==null?E:ll(E,pn(F,3),ac)}function S0(E,F){return E==null?E:Zu(E,pn(F,3),ac)}function A0(E,F){return E&&jo(E,pn(F,3))}function C0(E,F){return E&&El(E,pn(F,3))}function T0(E){return E==null?[]:Bl(E,ol(E))}function P0(E){return E==null?[]:Bl(E,ac(E))}function yd(E,F,fe){var Be=E==null?i:nu(E,F);return Be===i?fe:Be}function I0(E,F){return E!=null&&_c(E,F,cl)}function bd(E,F){return E!=null&&_c(E,F,oc)}var O0=Jc(function(E,F,fe){F!=null&&typeof F.toString!="function"&&(F=Ms.call(F)),E[F]=fe},wd(sc)),D0=Jc(function(E,F,fe){F!=null&&typeof F.toString!="function"&&(F=Ms.call(F)),Mi.call(E,F)?E[F].push(fe):E[F]=[fe]},pn),k0=Ya(li);function ol(E){return $u(E)?Vn(E):au(E)}function ac(E){return $u(E)?Vn(E,!0):Cc(E)}function R0(E,F){var fe={};return F=pn(F,3),jo(E,function(Be,xt,Qt){la(fe,F(Be,xt,Qt),Be)}),fe}function L0(E,F){var fe={};return F=pn(F,3),jo(E,function(Be,xt,Qt){la(fe,xt,F(Be,xt,Qt))}),fe}var M0=hl(function(E,F,fe){qo(E,F,fe)}),Bd=hl(function(E,F,fe,Be){qo(E,F,fe,Be)}),F0=O(function(E,F){var fe={};if(E==null)return fe;var Be=!1;F=Wi(F,function(Qt){return Qt=rl(Qt,E),Be||(Be=Qt.length>1),Qt}),Yu(E,ve(E),fe),Be&&(fe=xi(fe,p|y|m,Yl));for(var xt=F.length;xt--;)Dc(fe,F[xt]);return fe});function B0(E,F){return Nd(E,Tu(pn(F)))}var N0=O(function(E,F){return E==null?{}:Su(E,F)});function Nd(E,F){if(E==null)return{};var fe=Wi(ve(E),function(Be){return[Be]});return F=pn(F),Wc(E,fe,function(Be,xt){return F(Be,xt[0])})}function j0(E,F,fe){F=rl(F,E);var Be=-1,xt=F.length;for(xt||(xt=1,E=i);++Be<xt;){var Qt=E==null?i:E[ra(F[Be])];Qt===i&&(Be=xt,Qt=fe),E=zf(Qt)?Qt.call(E):Qt}return E}function U0(E,F,fe){return E==null?E:Gu(E,F,fe)}function z0(E,F,fe,Be){return Be=typeof Be=="function"?Be:i,E==null?E:Gu(E,F,fe,Be)}var jd=bl(ol),Ud=bl(ac);function $0(E,F,fe){var Be=Ja(E),xt=Be||Kf(E)||td(E);if(F=pn(F,4),fe==null){var Qt=E&&E.constructor;xt?fe=Be?new Qt:[]:_u(E)?fe=zf(Qt)?Er(qe(E)):{}:fe={}}return(xt?is:jo)(E,function(mr,Rr,Yr){return F(fe,mr,Rr,Yr)}),fe}function Z0(E,F){return E==null?!0:Dc(E,F)}function W0(E,F,fe){return E==null?E:fl(E,F,Xc(fe))}function H0(E,F,fe,Be){return Be=typeof Be=="function"?Be:i,E==null?E:fl(E,F,Xc(fe),Be)}function rd(E){return E==null?[]:tu(E,ol(E))}function G0(E){return E==null?[]:tu(E,ac(E))}function K0(E,F,fe){return fe===i&&(fe=F,F=i),fe!==i&&(fe=zc(fe),fe=fe===fe?fe:0),F!==i&&(F=zc(F),F=F===F?F:0),Qs(zc(E),F,fe)}function V0(E,F,fe){return F=$f(F),fe===i?(fe=F,F=0):fe=$f(fe),E=zc(E),Wu(E,F,fe)}function Y0(E,F,fe){if(fe&&typeof fe!="boolean"&&Eo(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=$f(E),F===i?(F=E,E=0):F=$f(F)),E>F){var Be=E;E=F,F=Be}if(fe||E%1||F%1){var xt=ea();return xa(E+xt*(F-E+fi("1e-"+((xt+"").length-1))),F)}return Hu(E,F)}var X0=yl(function(E,F,fe){return F=F.toLowerCase(),E+(fe?zd(F):F)});function zd(E){return xd(So(E).toLowerCase())}function $d(E){return E=So(E),E&&E.replace(Nt,Fo).replace(Or,"")}function Q0(E,F,fe){E=So(E),F=Uo(F);var Be=E.length;fe=fe===i?Be:Qs(ws(fe),0,Be);var xt=fe;return fe-=F.length,fe>=0&&E.slice(fe,xt)==F}function q0(E){return E=So(E),E&&ft.test(E)?E.replace(It,mo):E}function J0(E){return E=So(E),E&&Rt.test(E)?E.replace(gt,"\\$&"):E}var eh=yl(function(E,F,fe){return E+(fe?"-":"")+F.toLowerCase()}),th=yl(function(E,F,fe){return E+(fe?" ":"")+F.toLowerCase()}),rh=ku("toLowerCase");function nh(E,F,fe){E=So(E),F=ws(F);var Be=F?ur(E):0;if(!F||Be>=F)return E;var xt=(F-Be)/2;return eu(Di(xt),fe)+E+eu(Si(xt),fe)}function ih(E,F,fe){E=So(E),F=ws(F);var Be=F?ur(E):0;return F&&Be<F?E+eu(F-Be,fe):E}function ah(E,F,fe){E=So(E),F=ws(F);var Be=F?ur(E):0;return F&&Be<F?eu(F-Be,fe)+E:E}function sh(E,F,fe){return fe||F==null?F=0:F&&(F=+F),Gs(So(E).replace(Fe,""),F||0)}function oh(E,F,fe){return(fe?Eo(E,F,fe):F===i)?F=1:F=ws(F),Cl(So(E),F)}function uh(){var E=arguments,F=So(E[0]);return E.length<3?F:F.replace(E[1],E[2])}var lh=yl(function(E,F,fe){return E+(fe?"_":"")+F.toLowerCase()});function ch(E,F,fe){return fe&&typeof fe!="number"&&Eo(E,F,fe)&&(F=fe=i),fe=fe===i?j:fe>>>0,fe?(E=So(E),E&&(typeof F=="string"||F!=null&&!gd(F))&&(F=Uo(F),!F&&Do(E))?ho(pr(E),0,fe):E.split(F,fe)):[]}var fh=yl(function(E,F,fe){return E+(fe?" ":"")+xd(F)});function dh(E,F,fe){return E=So(E),fe=fe==null?0:Qs(ws(fe),0,E.length),F=Uo(F),E.slice(fe,fe+F.length)==F}function hh(E,F,fe){var Be=Se.templateSettings;fe&&Eo(E,F,fe)&&(F=i),E=So(E),F=vd({},F,Be,mc);var xt=vd({},F.imports,Be.imports,mc),Qt=ol(xt),mr=tu(xt,Qt),Rr,Yr,Fn=0,Bn=F.interpolate||br,Xn="__p += '",Ri=Oi((F.escape||br).source+"|"+Bn.source+"|"+(Bn===Pe?$r:br).source+"|"+(F.evaluate||br).source+"|$","g"),da="//# sourceURL="+(Mi.call(F,"sourceURL")?(F.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++nn+"]")+`
`;E.replace(Ri,function(Za,Zs,Js,wc,Ll,Ec){return Js||(Js=wc),Xn+=E.slice(Fn,Ec).replace(_r,gu),Zs&&(Rr=!0,Xn+=`' +
__e(`+Zs+`) +
'`),Ll&&(Yr=!0,Xn+=`';
`+Ll+`;
__p += '`),Js&&(Xn+=`' +
((__t = (`+Js+`)) == null ? '' : __t) +
'`),Fn=Ec+Za.length,Za}),Xn+=`';
`;var $a=Mi.call(F,"variable")&&F.variable;if(!$a)Xn=`with (obj) {
`+Xn+`
}
`;else if(Lr.test($a))throw new Sn(h);Xn=(Yr?Xn.replace(Gt,""):Xn).replace(Ie,"$1").replace(ce,"$1;"),Xn="function("+($a||"obj")+`) {
`+($a?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(Rr?", __e = _.escape":"")+(Yr?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+Xn+`return __p
}`;var Ts=Wd(function(){return mt(Qt,da+"return "+Xn).apply(i,mr)});if(Ts.source=Xn,_d(Ts))throw Ts;return Ts}function ph(E){return So(E).toLowerCase()}function mh(E){return So(E).toUpperCase()}function vh(E,F,fe){if(E=So(E),E&&(fe||F===i))return du(E);if(!E||!(F=Uo(F)))return E;var Be=pr(E),xt=pr(F),Qt=Iu(Be,xt),mr=Mo(Be,xt)+1;return ho(Be,Qt,mr).join("")}function _h(E,F,fe){if(E=So(E),E&&(fe||F===i))return E.slice(0,Sr(E)+1);if(!E||!(F=Uo(F)))return E;var Be=pr(E),xt=Mo(Be,pr(F))+1;return ho(Be,0,xt).join("")}function gh(E,F,fe){if(E=So(E),E&&(fe||F===i))return E.replace(Fe,"");if(!E||!(F=Uo(F)))return E;var Be=pr(E),xt=Iu(Be,pr(F));return ho(Be,xt).join("")}function yh(E,F){var fe=ae,Be=ne;if(_u(F)){var xt="separator"in F?F.separator:xt;fe="length"in F?ws(F.length):fe,Be="omission"in F?Uo(F.omission):Be}E=So(E);var Qt=E.length;if(Do(E)){var mr=pr(E);Qt=mr.length}if(fe>=Qt)return E;var Rr=fe-ur(Be);if(Rr<1)return Be;var Yr=mr?ho(mr,0,Rr).join(""):E.slice(0,Rr);if(xt===i)return Yr+Be;if(mr&&(Rr+=Yr.length-Rr),gd(xt)){if(E.slice(Rr).search(xt)){var Fn,Bn=Yr;for(xt.global||(xt=Oi(xt.source,So(sn.exec(xt))+"g")),xt.lastIndex=0;Fn=xt.exec(Bn);)var Xn=Fn.index;Yr=Yr.slice(0,Xn===i?Rr:Xn)}}else if(E.indexOf(Uo(xt),Rr)!=Rr){var Ri=Yr.lastIndexOf(xt);Ri>-1&&(Yr=Yr.slice(0,Ri))}return Yr+Be}function bh(E){return E=So(E),E&&Ce.test(E)?E.replace(he,vn):E}var xh=yl(function(E,F,fe){return E+(fe?" ":"")+F.toUpperCase()}),xd=ku("toUpperCase");function Zd(E,F,fe){return E=So(E),F=fe?i:F,F===i?Bo(E)?Hn(E):Yo(E):E.match(F)||[]}var Wd=Ya(function(E,F){try{return Va(E,i,F)}catch(fe){return _d(fe)?fe:new Sn(fe)}}),wh=O(function(E,F){return is(F,function(fe){fe=ra(fe),la(E,fe,Xi(E[fe],E))}),E});function Eh(E){var F=E==null?0:E.length,fe=pn();return E=F?Wi(E,function(Be){if(typeof Be[1]!="function")throw new er(o);return[fe(Be[0]),Be[1]]}):[],Ya(function(Be){for(var xt=-1;++xt<F;){var Qt=E[xt];if(Va(Qt[0],this,Be))return Va(Qt[1],this,Be)}})}function Sh(E){return Ro(xi(E,p))}function wd(E){return function(){return E}}function Ah(E,F){return E==null||E!==E?F:E}var Ch=lu(),Th=lu(!0);function sc(E){return E}function Ed(E){return Zc(typeof E=="function"?E:xi(E,p))}function Ph(E){return jl(xi(E,p))}function Ih(E,F){return co(E,xi(F,p))}var Oh=Ya(function(E,F){return function(fe){return li(fe,E,F)}}),Dh=Ya(function(E,F){return function(fe){return li(E,fe,F)}});function Sd(E,F,fe){var Be=ol(F),xt=Bl(F,Be);fe==null&&!(_u(F)&&(xt.length||!Be.length))&&(fe=F,F=E,E=this,xt=Bl(F,ol(F)));var Qt=!(_u(fe)&&"chain"in fe)||!!fe.chain,mr=zf(E);return is(xt,function(Rr){var Yr=F[Rr];E[Rr]=Yr,mr&&(E.prototype[Rr]=function(){var Fn=this.__chain__;if(Qt||Fn){var Bn=E(this.__wrapped__),Xn=Bn.__actions__=uu(this.__actions__);return Xn.push({func:Yr,args:arguments,thisArg:E}),Bn.__chain__=Fn,Bn}return Yr.apply(E,Xa([this.value()],arguments))})}),E}function kh(){return ba._===this&&(ba._=Ds),this}function Ad(){}function Rh(E){return E=ws(E),Ya(function(F){return Tc(F,E)})}var Lh=Kl(Wi),Mh=Kl(jn),Fh=Kl(_o);function Hd(E){return bs(E)?yi(ra(E)):Pc(E)}function Bh(E){return function(F){return E==null?i:nu(E,F)}}var Nh=Vl(),jh=Vl(!0);function Cd(){return[]}function Td(){return!1}function Uh(){return{}}function zh(){return""}function $h(){return!0}function Zh(E,F){if(E=ws(E),E<1||E>Q)return[];var fe=j,Be=xa(E,j);F=pn(F),E-=j;for(var xt=go(Be,F);++fe<E;)F(fe);return xt}function Wh(E){return Ja(E)?Wi(E,ra):xc(E)?[E]:uu(Na(So(E)))}function Hh(E){var F=++Co;return So(E)+F}var Gh=Gl(function(E,F){return E+F},0),Kh=Il("ceil"),Vh=Gl(function(E,F){return E/F},1),Yh=Il("floor");function Xh(E){return E&&E.length?gl(E,sc,iu):i}function Qh(E,F){return E&&E.length?gl(E,pn(F,2),iu):i}function qh(E){return Xo(E,sc)}function Jh(E,F){return Xo(E,pn(F,2))}function ep(E){return E&&E.length?gl(E,sc,Al):i}function tp(E,F){return E&&E.length?gl(E,pn(F,2),Al):i}var rp=Gl(function(E,F){return E*F},1),np=Il("round"),ip=Gl(function(E,F){return E-F},0);function ap(E){return E&&E.length?ss(E,sc):0}function sp(E,F){return E&&E.length?ss(E,pn(F,2)):0}return Se.after=di,Se.ary=na,Se.assign=m0,Se.assignIn=Fd,Se.assignInWith=vd,Se.assignWith=v0,Se.at=_0,Se.before=Ii,Se.bind=Xi,Se.bindAll=wh,Se.bindKey=Fa,Se.castArray=Nf,Se.chain=$n,Se.chunk=aa,Se.compact=Cs,Se.concat=pl,Se.cond=Eh,Se.conforms=Sh,Se.constant=wd,Se.countBy=w,Se.create=g0,Se.curry=pi,Se.curryRight=mi,Se.debounce=cs,Se.defaults=y0,Se.defaultsDeep=b0,Se.defer=po,Se.delay=xs,Se.difference=ml,Se.differenceBy=il,Se.differenceWith=vl,Se.drop=wl,Se.dropRight=Vf,Se.dropRightWhile=kf,Se.dropWhile=tc,Se.fill=Ef,Se.filter=U,Se.flatMap=ue,Se.flatMapDeep=pe,Se.flatMapDepth=xe,Se.flatten=Rf,Se.flattenDeep=al,Se.flattenDepth=Wf,Se.flip=qs,Se.flow=Ch,Se.flowRight=Th,Se.fromPairs=qu,Se.functions=T0,Se.functionsIn=P0,Se.groupBy=lt,Se.initial=Go,Se.intersection=Sf,Se.intersectionBy=Af,Se.intersectionWith=_l,Se.invert=O0,Se.invertBy=D0,Se.invokeMap=Ut,Se.iteratee=Ed,Se.keyBy=dr,Se.keys=ol,Se.keysIn=ac,Se.map=or,Se.mapKeys=R0,Se.mapValues=L0,Se.matches=Ph,Se.matchesProperty=Ih,Se.memoize=Lu,Se.merge=M0,Se.mergeWith=Bd,Se.method=Oh,Se.methodOf=Dh,Se.mixin=Sd,Se.negate=Tu,Se.nthArg=Rh,Se.omit=F0,Se.omitBy=B0,Se.once=rc,Se.orderBy=Br,Se.over=Lh,Se.overArgs=Uc,Se.overEvery=Mh,Se.overSome=Fh,Se.partial=hf,Se.partialRight=cd,Se.partition=Vr,Se.pick=N0,Se.pickBy=Nd,Se.property=Hd,Se.propertyOf=Bh,Se.pull=lf,Se.pullAll=cf,Se.pullAllBy=Cf,Se.pullAllWith=Tf,Se.pullAt=Yf,Se.range=Nh,Se.rangeRight=jh,Se.rearg=od,Se.reject=rn,Se.remove=qf,Se.rest=ud,Se.reverse=Bf,Se.sampleSize=Gr,Se.set=U0,Se.setWith=z0,Se.shuffle=wn,Se.slice=nd,Se.sortBy=ua,Se.sortedUniq=ff,Se.sortedUniqBy=sd,Se.split=ch,Se.spread=Pd,Se.tail=df,Se.take=g,Se.takeRight=C,Se.takeRightWhile=z,Se.takeWhile=_e,Se.tap=Ka,Se.throttle=no,Se.thru=Ui,Se.toArray=Rd,Se.toPairs=jd,Se.toPairsIn=Ud,Se.toPath=Wh,Se.toPlainObject=Md,Se.transform=$0,Se.unary=sl,Se.union=Re,Se.unionBy=at,Se.unionWith=zt,Se.uniq=ar,Se.uniqBy=Pr,Se.uniqWith=dn,Se.unset=Z0,Se.unzip=wi,Se.unzipWith=Ua,Se.update=W0,Se.updateWith=H0,Se.values=rd,Se.valuesIn=G0,Se.without=Yn,Se.words=Zd,Se.wrap=nc,Se.xor=sa,Se.xorBy=ja,Se.xorWith=Da,Se.zip=qr,Se.zipObject=jr,Se.zipObjectDeep=Xr,Se.zipWith=Dn,Se.entries=jd,Se.entriesIn=Ud,Se.extend=Fd,Se.extendWith=vd,Sd(Se,Se),Se.add=Gh,Se.attempt=Wd,Se.camelCase=X0,Se.capitalize=zd,Se.ceil=Kh,Se.clamp=K0,Se.clone=bc,Se.cloneDeep=jf,Se.cloneDeepWith=fd,Se.cloneWith=Gf,Se.conformsTo=ed,Se.deburr=$d,Se.defaultTo=Ah,Se.divide=Vh,Se.endsWith=Q0,Se.eq=ic,Se.escape=q0,Se.escapeRegExp=J0,Se.every=I,Se.find=X,Se.findIndex=Nc,Se.findKey=x0,Se.findLast=V,Se.findLastIndex=of,Se.findLastKey=w0,Se.floor=Yh,Se.forEach=De,Se.forEachRight=Ne,Se.forIn=E0,Se.forInRight=S0,Se.forOwn=A0,Se.forOwnRight=C0,Se.get=yd,Se.gt=Qf,Se.gte=dd,Se.has=I0,Se.hasIn=bd,Se.head=uf,Se.identity=sc,Se.includes=st,Se.indexOf=Lf,Se.inRange=V0,Se.invoke=k0,Se.isArguments=Uf,Se.isArray=Ja,Se.isArrayBuffer=hd,Se.isArrayLike=$u,Se.isArrayLikeObject=Mu,Se.isBoolean=Yd,Se.isBuffer=Kf,Se.isDate=Xd,Se.isElement=Qd,Se.isEmpty=qd,Se.isEqual=Jd,Se.isEqualWith=e0,Se.isError=_d,Se.isFinite=t0,Se.isFunction=zf,Se.isInteger=Id,Se.isLength=pd,Se.isMap=Od,Se.isMatch=r0,Se.isMatchWith=n0,Se.isNaN=i0,Se.isNative=a0,Se.isNil=o0,Se.isNull=s0,Se.isNumber=Dd,Se.isObject=_u,Se.isObjectLike=Pu,Se.isPlainObject=ld,Se.isRegExp=gd,Se.isSafeInteger=u0,Se.isSet=kd,Se.isString=md,Se.isSymbol=xc,Se.isTypedArray=td,Se.isUndefined=l0,Se.isWeakMap=c0,Se.isWeakSet=f0,Se.join=jc,Se.kebabCase=eh,Se.last=fu,Se.lastIndexOf=Mf,Se.lowerCase=th,Se.lowerFirst=rh,Se.lt=d0,Se.lte=h0,Se.max=Xh,Se.maxBy=Qh,Se.mean=qh,Se.meanBy=Jh,Se.min=ep,Se.minBy=tp,Se.stubArray=Cd,Se.stubFalse=Td,Se.stubObject=Uh,Se.stubString=zh,Se.stubTrue=$h,Se.multiply=rp,Se.nth=Ff,Se.noConflict=kh,Se.noop=Ad,Se.now=zi,Se.pad=nh,Se.padEnd=ih,Se.padStart=ah,Se.parseInt=sh,Se.random=Y0,Se.reduce=mn,Se.reduceRight=Hr,Se.repeat=oh,Se.replace=uh,Se.result=j0,Se.round=np,Se.runInContext=fr,Se.sample=un,Se.size=_i,Se.snakeCase=lh,Se.some=Vi,Se.sortedIndex=Xf,Se.sortedIndexBy=Pf,Se.sortedIndexOf=id,Se.sortedLastIndex=Hf,Se.sortedLastIndexBy=Jf,Se.sortedLastIndexOf=ad,Se.startCase=fh,Se.startsWith=dh,Se.subtract=ip,Se.sum=ap,Se.sumBy=sp,Se.template=hh,Se.times=Zh,Se.toFinite=$f,Se.toInteger=ws,Se.toLength=Ld,Se.toLower=ph,Se.toNumber=zc,Se.toSafeInteger=p0,Se.toString=So,Se.toUpper=mh,Se.trim=vh,Se.trimEnd=_h,Se.trimStart=gh,Se.truncate=yh,Se.unescape=bh,Se.uniqueId=Hh,Se.upperCase=xh,Se.upperFirst=xd,Se.each=De,Se.eachRight=Ne,Se.first=uf,Sd(Se,function(){var E={};return jo(Se,function(F,fe){Mi.call(Se.prototype,fe)||(E[fe]=F)}),E}(),{chain:!1}),Se.VERSION=l,is(["bind","bindKey","curry","curryRight","partial","partialRight"],function(E){Se[E].placeholder=Se}),is(["drop","take"],function(E,F){Qr.prototype[E]=function(fe){fe=fe===i?1:bi(ws(fe),0);var Be=this.__filtered__&&!F?new Qr(this):this.clone();return Be.__filtered__?Be.__takeCount__=xa(fe,Be.__takeCount__):Be.__views__.push({size:xa(fe,j),type:E+(Be.__dir__<0?"Right":"")}),Be},Qr.prototype[E+"Right"]=function(fe){return this.reverse()[E](fe).reverse()}}),is(["filter","map","takeWhile"],function(E,F){var fe=F+1,Be=fe==J||fe==se;Qr.prototype[E]=function(xt){var Qt=this.clone();return Qt.__iteratees__.push({iteratee:pn(xt,3),type:fe}),Qt.__filtered__=Qt.__filtered__||Be,Qt}}),is(["head","last"],function(E,F){var fe="take"+(F?"Right":"");Qr.prototype[E]=function(){return this[fe](1).value()[0]}}),is(["initial","tail"],function(E,F){var fe="drop"+(F?"":"Right");Qr.prototype[E]=function(){return this.__filtered__?new Qr(this):this[fe](1)}}),Qr.prototype.compact=function(){return this.filter(sc)},Qr.prototype.find=function(E){return this.filter(E).head()},Qr.prototype.findLast=function(E){return this.reverse().find(E)},Qr.prototype.invokeMap=Ya(function(E,F){return typeof E=="function"?new Qr(this):this.map(function(fe){return li(fe,E,F)})}),Qr.prototype.reject=function(E){return this.filter(Tu(pn(E)))},Qr.prototype.slice=function(E,F){E=ws(E);var fe=this;return fe.__filtered__&&(E>0||F<0)?new Qr(fe):(E<0?fe=fe.takeRight(-E):E&&(fe=fe.drop(E)),F!==i&&(F=ws(F),fe=F<0?fe.dropRight(-F):fe.take(F-E)),fe)},Qr.prototype.takeRightWhile=function(E){return this.reverse().takeWhile(E).reverse()},Qr.prototype.toArray=function(){return this.take(j)},jo(Qr.prototype,function(E,F){var fe=/^(?:filter|find|map|reject)|While$/.test(F),Be=/^(?:head|last)$/.test(F),xt=Se[Be?"take"+(F=="last"?"Right":""):F],Qt=Be||/^find/.test(F);xt&&(Se.prototype[F]=function(){var mr=this.__wrapped__,Rr=Be?[1]:arguments,Yr=mr instanceof Qr,Fn=Rr[0],Bn=Yr||Ja(mr),Xn=function(Zs){var Js=xt.apply(Se,Xa([Zs],Rr));return Be&&Ri?Js[0]:Js};Bn&&fe&&typeof Fn=="function"&&Fn.length!=1&&(Yr=Bn=!1);var Ri=this.__chain__,da=!!this.__actions__.length,$a=Qt&&!Ri,Ts=Yr&&!da;if(!Qt&&Bn){mr=Ts?mr:new Qr(this);var Za=E.apply(mr,Rr);return Za.__actions__.push({func:Ui,args:[Xn],thisArg:i}),new yr(Za,Ri)}return $a&&Ts?E.apply(this,Rr):(Za=this.thru(Xn),$a?Be?Za.value()[0]:Za.value():Za)})}),is(["pop","push","shift","sort","splice","unshift"],function(E){var F=ia[E],fe=/^(?:push|sort|unshift)$/.test(E)?"tap":"thru",Be=/^(?:pop|shift)$/.test(E);Se.prototype[E]=function(){var xt=arguments;if(Be&&!this.__chain__){var Qt=this.value();return F.apply(Ja(Qt)?Qt:[],xt)}return this[fe](function(mr){return F.apply(Ja(mr)?mr:[],xt)})}}),jo(Qr.prototype,function(E,F){var fe=Se[F];if(fe){var Be=fe.name+"";Mi.call(ko,Be)||(ko[Be]=[]),ko[Be].push({name:F,func:fe})}}),ko[Pl(i,R).name]=[{name:"wrapper",func:i}],Qr.prototype.clone=In,Qr.prototype.reverse=ii,Qr.prototype.value=$i,Se.prototype.at=za,Se.prototype.chain=vs,Se.prototype.commit=La,Se.prototype.next=k,Se.prototype.plant=n,Se.prototype.reverse=s,Se.prototype.toJSON=Se.prototype.valueOf=Se.prototype.value=v,Se.prototype.first=Se.prototype.head,Zr&&(Se.prototype[Zr]=t),Se},ai=oi();ba._=ai,r=function(){return ai}.call(_,e,_,d),r!==i&&(d.exports=r)}).call(this)},28440:function(d,_,e){var r=e(50097),i=e(63323),l=i(function(c,f,o){r(c,f,o)});d.exports=l},55950:function(d){function _(){return!1}d.exports=_},20480:function(d,_,e){var r=e(95378),i=e(56730);function l(c){return r(c,i(c))}d.exports=l},32834:function(d){(function(_,e){d.exports=e()})(this,function(){"use strict";function _(Tt,Pe){for(var At=0;At<Pe.length;At++){var Ze=Pe[At];Ze.enumerable=Ze.enumerable||!1,Ze.configurable=!0,"value"in Ze&&(Ze.writable=!0),Object.defineProperty(Tt,Ze.key,Ze)}}function e(Tt,Pe,At){return Pe&&_(Tt.prototype,Pe),At&&_(Tt,At),Tt}function r(Tt,Pe){if(Tt){if(typeof Tt=="string")return i(Tt,Pe);var At=Object.prototype.toString.call(Tt).slice(8,-1);if(At==="Object"&&Tt.constructor&&(At=Tt.constructor.name),At==="Map"||At==="Set")return Array.from(Tt);if(At==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(At))return i(Tt,Pe)}}function i(Tt,Pe){(Pe==null||Pe>Tt.length)&&(Pe=Tt.length);for(var At=0,Ze=new Array(Pe);At<Pe;At++)Ze[At]=Tt[At];return Ze}function l(Tt,Pe){var At=typeof Symbol!="undefined"&&Tt[Symbol.iterator]||Tt["@@iterator"];if(At)return(At=At.call(Tt)).next.bind(At);if(Array.isArray(Tt)||(At=r(Tt))||Pe&&Tt&&typeof Tt.length=="number"){At&&(Tt=At);var Ze=0;return function(){return Ze>=Tt.length?{done:!0}:{done:!1,value:Tt[Ze++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var c={exports:{}};function f(){return{baseUrl:null,breaks:!1,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}function o(Tt){c.exports.defaults=Tt}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(Pe){return p[Pe]};function m(Tt,Pe){if(Pe){if(h.test(Tt))return Tt.replace(u,y)}else if(a.test(Tt))return Tt.replace(x,y);return Tt}var b=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function S(Tt){return Tt.replace(b,function(Pe,At){return At=At.toLowerCase(),At==="colon"?":":At.charAt(0)==="#"?At.charAt(1)==="x"?String.fromCharCode(parseInt(At.substring(2),16)):String.fromCharCode(+At.substring(1)):""})}var D=/(^|[^\[])\^/g;function R(Tt,Pe){Tt=Tt.source||Tt,Pe=Pe||"";var At={replace:function(we,gt){return gt=gt.source||gt,gt=gt.replace(D,"$1"),Tt=Tt.replace(we,gt),At},getRegex:function(){return new RegExp(Tt,Pe)}};return At}var A=/[^\w:]/g,P=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function M(Tt,Pe,At){if(Tt){var Ze;try{Ze=decodeURIComponent(S(At)).replace(A,"").toLowerCase()}catch(we){return null}if(Ze.indexOf("javascript:")===0||Ze.indexOf("vbscript:")===0||Ze.indexOf("data:")===0)return null}Pe&&!P.test(At)&&(At=W(Pe,At));try{At=encodeURI(At).replace(/%25/g,"%")}catch(we){return null}return At}var B={},N=/^[^:]+:\/*[^/]*$/,G=/^([^:]+:)[\s\S]*$/,H=/^([^:]+:\/*[^/]*)[\s\S]*$/;function W(Tt,Pe){B[" "+Tt]||(N.test(Tt)?B[" "+Tt]=Tt+"/":B[" "+Tt]=q(Tt,"/",!0)),Tt=B[" "+Tt];var At=Tt.indexOf(":")===-1;return Pe.substring(0,2)==="//"?At?Pe:Tt.replace(G,"$1")+Pe:Pe.charAt(0)==="/"?At?Pe:Tt.replace(H,"$1")+Pe:Tt+Pe}var ae={exec:function(){}};function ne(Tt){for(var Pe=1,At,Ze;Pe<arguments.length;Pe++){At=arguments[Pe];for(Ze in At)Object.prototype.hasOwnProperty.call(At,Ze)&&(Tt[Ze]=At[Ze])}return Tt}function oe(Tt,Pe){var At=Tt.replace(/\|/g,function(gt,Rt,Fe){for(var Tr=!1,Ct=Rt;--Ct>=0&&Fe[Ct]==="\\";)Tr=!Tr;return Tr?"|":" |"}),Ze=At.split(/ \|/),we=0;if(Ze.length>Pe)Ze.splice(Pe);else for(;Ze.length<Pe;)Ze.push("");for(;we<Ze.length;we++)Ze[we]=Ze[we].trim().replace(/\\\|/g,"|");return Ze}function q(Tt,Pe,At){var Ze=Tt.length;if(Ze===0)return"";for(var we=0;we<Ze;){var gt=Tt.charAt(Ze-we-1);if(gt===Pe&&!At)we++;else if(gt!==Pe&&At)we++;else break}return Tt.substr(0,Ze-we)}function J(Tt,Pe){if(Tt.indexOf(Pe[1])===-1)return-1;for(var At=Tt.length,Ze=0,we=0;we<At;we++)if(Tt[we]==="\\")we++;else if(Tt[we]===Pe[0])Ze++;else if(Tt[we]===Pe[1]&&(Ze--,Ze<0))return we;return-1}function K(Tt){Tt&&Tt.sanitize&&!Tt.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(Tt,Pe){if(Pe<1)return"";for(var At="";Pe>1;)Pe&1&&(At+=Tt),Pe>>=1,Tt+=Tt;return At+Tt}var ee={escape:m,unescape:S,edit:R,cleanUrl:M,resolveUrl:W,noopTest:ae,merge:ne,splitCells:oe,rtrim:q,findClosingBracket:J,checkSanitizeDeprecation:K,repeatString:se},Q=c.exports.defaults,le=ee.rtrim,$=ee.splitCells,j=ee.escape,ie=ee.findClosingBracket;function me(Tt,Pe,At){var Ze=Pe.href,we=Pe.title?j(Pe.title):null,gt=Tt[1].replace(/\\([\[\]])/g,"$1");return Tt[0].charAt(0)!=="!"?{type:"link",raw:At,href:Ze,title:we,text:gt}:{type:"image",raw:At,href:Ze,title:we,text:j(gt)}}function Te(Tt,Pe){var At=Tt.match(/^(\s+)(?:```)/);if(At===null)return Pe;var Ze=At[1];return Pe.split(`
`).map(function(we){var gt=we.match(/^\s+/);if(gt===null)return we;var Rt=gt[0];return Rt.length>=Ze.length?we.slice(Ze.length):we}).join(`
`)}var Oe=function(){function Tt(At){this.options=At||Q}var Pe=Tt.prototype;return Pe.space=function(Ze){var we=this.rules.block.newline.exec(Ze);if(we)return we[0].length>1?{type:"space",raw:we[0]}:{raw:`
`}},Pe.code=function(Ze){var we=this.rules.block.code.exec(Ze);if(we){var gt=we[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:we[0],codeBlockStyle:"indented",text:this.options.pedantic?gt:le(gt,`
`)}}},Pe.fences=function(Ze){var we=this.rules.block.fences.exec(Ze);if(we){var gt=we[0],Rt=Te(gt,we[3]||"");return{type:"code",raw:gt,lang:we[2]?we[2].trim():we[2],text:Rt}}},Pe.heading=function(Ze){var we=this.rules.block.heading.exec(Ze);if(we){var gt=we[2].trim();if(/#$/.test(gt)){var Rt=le(gt,"#");(this.options.pedantic||!Rt||/ $/.test(Rt))&&(gt=Rt.trim())}return{type:"heading",raw:we[0],depth:we[1].length,text:gt}}},Pe.nptable=function(Ze){var we=this.rules.block.nptable.exec(Ze);if(we){var gt={type:"table",header:$(we[1].replace(/^ *| *\| *$/g,"")),align:we[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:we[3]?we[3].replace(/\n$/,"").split(`
`):[],raw:we[0]};if(gt.header.length===gt.align.length){var Rt=gt.align.length,Fe;for(Fe=0;Fe<Rt;Fe++)/^ *-+: *$/.test(gt.align[Fe])?gt.align[Fe]="right":/^ *:-+: *$/.test(gt.align[Fe])?gt.align[Fe]="center":/^ *:-+ *$/.test(gt.align[Fe])?gt.align[Fe]="left":gt.align[Fe]=null;for(Rt=gt.cells.length,Fe=0;Fe<Rt;Fe++)gt.cells[Fe]=$(gt.cells[Fe],gt.header.length);return gt}}},Pe.hr=function(Ze){var we=this.rules.block.hr.exec(Ze);if(we)return{type:"hr",raw:we[0]}},Pe.blockquote=function(Ze){var we=this.rules.block.blockquote.exec(Ze);if(we){var gt=we[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:we[0],text:gt}}},Pe.list=function(Ze){var we=this.rules.block.list.exec(Ze);if(we){var gt=we[0],Rt=we[2],Fe=Rt.length>1,Tr={type:"list",raw:gt,ordered:Fe,start:Fe?+Rt.slice(0,-1):"",loose:!1,items:[]},Ct=we[0].match(this.rules.block.item),Kr=!1,tn,Ir,Lr,vr,$r,sn,hn,Xt,vt,ot=Ct.length;Lr=this.rules.block.listItemStart.exec(Ct[0]);for(var ct=0;ct<ot;ct++){if(tn=Ct[ct],gt=tn,this.options.pedantic||(vt=tn.match(new RegExp("\\n\\s*\\n {0,"+(Lr[0].length-1)+"}\\S")),vt&&($r=tn.length-vt.index+Ct.slice(ct+1).join(`
`).length,Tr.raw=Tr.raw.substring(0,Tr.raw.length-$r),tn=tn.substring(0,vt.index),gt=tn,ot=ct+1)),ct!==ot-1){if(vr=this.rules.block.listItemStart.exec(Ct[ct+1]),this.options.pedantic?vr[1].length>Lr[1].length:vr[1].length>=Lr[0].length||vr[1].length>3){Ct.splice(ct,2,Ct[ct]+(!this.options.pedantic&&vr[1].length<Lr[0].length&&!Ct[ct].match(/\n$/)?"":`
`)+Ct[ct+1]),ct--,ot--;continue}else(!this.options.pedantic||this.options.smartLists?vr[2][vr[2].length-1]!==Rt[Rt.length-1]:Fe===(vr[2].length===1))&&($r=Ct.slice(ct+1).join(`
`).length,Tr.raw=Tr.raw.substring(0,Tr.raw.length-$r),ct=ot-1);Lr=vr}Ir=tn.length,tn=tn.replace(/^ *([*+-]|\d+[.)]) ?/,""),~tn.indexOf(`
`)&&(Ir-=tn.length,tn=this.options.pedantic?tn.replace(/^ {1,4}/gm,""):tn.replace(new RegExp("^ {1,"+Ir+"}","gm"),"")),tn=le(tn,`
`),ct!==ot-1&&(gt=gt+`
`),sn=Kr||/\n\n(?!\s*$)/.test(gt),ct!==ot-1&&(Kr=gt.slice(-2)===`
`,sn||(sn=Kr)),sn&&(Tr.loose=!0),this.options.gfm&&(hn=/^\[[ xX]\] /.test(tn),Xt=void 0,hn&&(Xt=tn[1]!==" ",tn=tn.replace(/^\[[ xX]\] +/,""))),Tr.items.push({type:"list_item",raw:gt,task:hn,checked:Xt,loose:sn,text:tn})}return Tr}},Pe.html=function(Ze){var we=this.rules.block.html.exec(Ze);if(we)return{type:this.options.sanitize?"paragraph":"html",raw:we[0],pre:!this.options.sanitizer&&(we[1]==="pre"||we[1]==="script"||we[1]==="style"),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(we[0]):j(we[0]):we[0]}},Pe.def=function(Ze){var we=this.rules.block.def.exec(Ze);if(we){we[3]&&(we[3]=we[3].substring(1,we[3].length-1));var gt=we[1].toLowerCase().replace(/\s+/g," ");return{type:"def",tag:gt,raw:we[0],href:we[2],title:we[3]}}},Pe.table=function(Ze){var we=this.rules.block.table.exec(Ze);if(we){var gt={type:"table",header:$(we[1].replace(/^ *| *\| *$/g,"")),align:we[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:we[3]?we[3].replace(/\n$/,"").split(`
`):[]};if(gt.header.length===gt.align.length){gt.raw=we[0];var Rt=gt.align.length,Fe;for(Fe=0;Fe<Rt;Fe++)/^ *-+: *$/.test(gt.align[Fe])?gt.align[Fe]="right":/^ *:-+: *$/.test(gt.align[Fe])?gt.align[Fe]="center":/^ *:-+ *$/.test(gt.align[Fe])?gt.align[Fe]="left":gt.align[Fe]=null;for(Rt=gt.cells.length,Fe=0;Fe<Rt;Fe++)gt.cells[Fe]=$(gt.cells[Fe].replace(/^ *\| *| *\| *$/g,""),gt.header.length);return gt}}},Pe.lheading=function(Ze){var we=this.rules.block.lheading.exec(Ze);if(we)return{type:"heading",raw:we[0],depth:we[2].charAt(0)==="="?1:2,text:we[1]}},Pe.paragraph=function(Ze){var we=this.rules.block.paragraph.exec(Ze);if(we)return{type:"paragraph",raw:we[0],text:we[1].charAt(we[1].length-1)===`
`?we[1].slice(0,-1):we[1]}},Pe.text=function(Ze){var we=this.rules.block.text.exec(Ze);if(we)return{type:"text",raw:we[0],text:we[0]}},Pe.escape=function(Ze){var we=this.rules.inline.escape.exec(Ze);if(we)return{type:"escape",raw:we[0],text:j(we[1])}},Pe.tag=function(Ze,we,gt){var Rt=this.rules.inline.tag.exec(Ze);if(Rt)return!we&&/^<a /i.test(Rt[0])?we=!0:we&&/^<\/a>/i.test(Rt[0])&&(we=!1),!gt&&/^<(pre|code|kbd|script)(\s|>)/i.test(Rt[0])?gt=!0:gt&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(Rt[0])&&(gt=!1),{type:this.options.sanitize?"text":"html",raw:Rt[0],inLink:we,inRawBlock:gt,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(Rt[0]):j(Rt[0]):Rt[0]}},Pe.link=function(Ze){var we=this.rules.inline.link.exec(Ze);if(we){var gt=we[2].trim();if(!this.options.pedantic&&/^</.test(gt)){if(!/>$/.test(gt))return;var Rt=le(gt.slice(0,-1),"\\");if((gt.length-Rt.length)%2===0)return}else{var Fe=ie(we[2],"()");if(Fe>-1){var Tr=we[0].indexOf("!")===0?5:4,Ct=Tr+we[1].length+Fe;we[2]=we[2].substring(0,Fe),we[0]=we[0].substring(0,Ct).trim(),we[3]=""}}var Kr=we[2],tn="";if(this.options.pedantic){var Ir=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(Kr);Ir&&(Kr=Ir[1],tn=Ir[3])}else tn=we[3]?we[3].slice(1,-1):"";return Kr=Kr.trim(),/^</.test(Kr)&&(this.options.pedantic&&!/>$/.test(gt)?Kr=Kr.slice(1):Kr=Kr.slice(1,-1)),me(we,{href:Kr&&Kr.replace(this.rules.inline._escapes,"$1"),title:tn&&tn.replace(this.rules.inline._escapes,"$1")},we[0])}},Pe.reflink=function(Ze,we){var gt;if((gt=this.rules.inline.reflink.exec(Ze))||(gt=this.rules.inline.nolink.exec(Ze))){var Rt=(gt[2]||gt[1]).replace(/\s+/g," ");if(Rt=we[Rt.toLowerCase()],!Rt||!Rt.href){var Fe=gt[0].charAt(0);return{type:"text",raw:Fe,text:Fe}}return me(gt,Rt,gt[0])}},Pe.emStrong=function(Ze,we,gt){gt===void 0&&(gt="");var Rt=this.rules.inline.emStrong.lDelim.exec(Ze);if(Rt&&!(Rt[3]&&gt.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/))){var Fe=Rt[1]||Rt[2]||"";if(!Fe||Fe&&(gt===""||this.rules.inline.punctuation.exec(gt))){var Tr=Rt[0].length-1,Ct,Kr,tn=Tr,Ir=0,Lr=Rt[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(Lr.lastIndex=0,we=we.slice(-1*Ze.length+Tr);(Rt=Lr.exec(we))!=null;)if(Ct=Rt[1]||Rt[2]||Rt[3]||Rt[4]||Rt[5]||Rt[6],!!Ct){if(Kr=Ct.length,Rt[3]||Rt[4]){tn+=Kr;continue}else if((Rt[5]||Rt[6])&&Tr%3&&!((Tr+Kr)%3)){Ir+=Kr;continue}if(tn-=Kr,!(tn>0))return Kr=Math.min(Kr,Kr+tn+Ir),Math.min(Tr,Kr)%2?{type:"em",raw:Ze.slice(0,Tr+Rt.index+Kr+1),text:Ze.slice(1,Tr+Rt.index+Kr)}:{type:"strong",raw:Ze.slice(0,Tr+Rt.index+Kr+1),text:Ze.slice(2,Tr+Rt.index+Kr-1)}}}}},Pe.codespan=function(Ze){var we=this.rules.inline.code.exec(Ze);if(we){var gt=we[2].replace(/\n/g," "),Rt=/[^ ]/.test(gt),Fe=/^ /.test(gt)&&/ $/.test(gt);return Rt&&Fe&&(gt=gt.substring(1,gt.length-1)),gt=j(gt,!0),{type:"codespan",raw:we[0],text:gt}}},Pe.br=function(Ze){var we=this.rules.inline.br.exec(Ze);if(we)return{type:"br",raw:we[0]}},Pe.del=function(Ze){var we=this.rules.inline.del.exec(Ze);if(we)return{type:"del",raw:we[0],text:we[2]}},Pe.autolink=function(Ze,we){var gt=this.rules.inline.autolink.exec(Ze);if(gt){var Rt,Fe;return gt[2]==="@"?(Rt=j(this.options.mangle?we(gt[1]):gt[1]),Fe="mailto:"+Rt):(Rt=j(gt[1]),Fe=Rt),{type:"link",raw:gt[0],text:Rt,href:Fe,tokens:[{type:"text",raw:Rt,text:Rt}]}}},Pe.url=function(Ze,we){var gt;if(gt=this.rules.inline.url.exec(Ze)){var Rt,Fe;if(gt[2]==="@")Rt=j(this.options.mangle?we(gt[0]):gt[0]),Fe="mailto:"+Rt;else{var Tr;do Tr=gt[0],gt[0]=this.rules.inline._backpedal.exec(gt[0])[0];while(Tr!==gt[0]);Rt=j(gt[0]),gt[1]==="www."?Fe="http://"+Rt:Fe=Rt}return{type:"link",raw:gt[0],text:Rt,href:Fe,tokens:[{type:"text",raw:Rt,text:Rt}]}}},Pe.inlineText=function(Ze,we,gt){var Rt=this.rules.inline.text.exec(Ze);if(Rt){var Fe;return we?Fe=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(Rt[0]):j(Rt[0]):Rt[0]:Fe=j(this.options.smartypants?gt(Rt[0]):Rt[0]),{type:"text",raw:Rt[0],text:Fe}}},Tt}(),Ge=ee.noopTest,Ue=ee.edit,Mt=ee.merge,yt={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:Ge,table:Ge,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html| +\n)[^\n]+)*)/,text:/^[^\n]+/};yt._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,yt._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,yt.def=Ue(yt.def).replace("label",yt._label).replace("title",yt._title).getRegex(),yt.bullet=/(?:[*+-]|\d{1,9}[.)])/,yt.item=/^( *)(bull) ?[^\n]*(?:\n(?! *bull ?)[^\n]*)*/,yt.item=Ue(yt.item,"gm").replace(/bull/g,yt.bullet).getRegex(),yt.listItemStart=Ue(/^( *)(bull) */).replace("bull",yt.bullet).getRegex(),yt.list=Ue(yt.list).replace(/bull/g,yt.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+yt.def.source+")").getRegex(),yt._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",yt._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,yt.html=Ue(yt.html,"i").replace("comment",yt._comment).replace("tag",yt._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),yt.paragraph=Ue(yt._paragraph).replace("hr",yt.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",yt._tag).getRegex(),yt.blockquote=Ue(yt.blockquote).replace("paragraph",yt.paragraph).getRegex(),yt.normal=Mt({},yt),yt.gfm=Mt({},yt.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*|$)"}),yt.gfm.nptable=Ue(yt.gfm.nptable).replace("hr",yt.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",yt._tag).getRegex(),yt.gfm.table=Ue(yt.gfm.table).replace("hr",yt.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",yt._tag).getRegex(),yt.pedantic=Mt({},yt.normal,{html:Ue(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",yt._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:Ge,paragraph:Ue(yt.normal._paragraph).replace("hr",yt.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",yt.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var kt={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:Ge,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:Ge,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};kt._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",kt.punctuation=Ue(kt.punctuation).replace(/punctuation/g,kt._punctuation).getRegex(),kt.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,kt.escapedEmSt=/\\\*|\\_/g,kt._comment=Ue(yt._comment).replace("(?:-->|$)","-->").getRegex(),kt.emStrong.lDelim=Ue(kt.emStrong.lDelim).replace(/punct/g,kt._punctuation).getRegex(),kt.emStrong.rDelimAst=Ue(kt.emStrong.rDelimAst,"g").replace(/punct/g,kt._punctuation).getRegex(),kt.emStrong.rDelimUnd=Ue(kt.emStrong.rDelimUnd,"g").replace(/punct/g,kt._punctuation).getRegex(),kt._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,kt._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,kt._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])?)+(?![-_])/,kt.autolink=Ue(kt.autolink).replace("scheme",kt._scheme).replace("email",kt._email).getRegex(),kt._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,kt.tag=Ue(kt.tag).replace("comment",kt._comment).replace("attribute",kt._attribute).getRegex(),kt._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,kt._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,kt._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,kt.link=Ue(kt.link).replace("label",kt._label).replace("href",kt._href).replace("title",kt._title).getRegex(),kt.reflink=Ue(kt.reflink).replace("label",kt._label).getRegex(),kt.reflinkSearch=Ue(kt.reflinkSearch,"g").replace("reflink",kt.reflink).replace("nolink",kt.nolink).getRegex(),kt.normal=Mt({},kt),kt.pedantic=Mt({},kt.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:Ue(/^!?\[(label)\]\((.*?)\)/).replace("label",kt._label).getRegex(),reflink:Ue(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",kt._label).getRegex()}),kt.gfm=Mt({},kt.normal,{escape:Ue(kt.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.!#$%&'*+\/=?_`{\|}~-]+@)))/}),kt.gfm.url=Ue(kt.gfm.url,"i").replace("email",kt.gfm._extended_email).getRegex(),kt.breaks=Mt({},kt.gfm,{br:Ue(kt.br).replace("{2,}","*").getRegex(),text:Ue(kt.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Zt={block:yt,inline:kt},Ft=Oe,tr=c.exports.defaults,ze=Zt.block,wt=Zt.inline,Bt=ee.repeatString;function nt(Tt){return Tt.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 _t(Tt){var Pe="",At,Ze,we=Tt.length;for(At=0;At<we;At++)Ze=Tt.charCodeAt(At),Math.random()>.5&&(Ze="x"+Ze.toString(16)),Pe+="&#"+Ze+";";return Pe}var ht=function(){function Tt(At){this.tokens=[],this.tokens.links=Object.create(null),this.options=At||tr,this.options.tokenizer=this.options.tokenizer||new Ft,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options;var Ze={block:ze.normal,inline:wt.normal};this.options.pedantic?(Ze.block=ze.pedantic,Ze.inline=wt.pedantic):this.options.gfm&&(Ze.block=ze.gfm,this.options.breaks?Ze.inline=wt.breaks:Ze.inline=wt.gfm),this.tokenizer.rules=Ze}Tt.lex=function(Ze,we){var gt=new Tt(we);return gt.lex(Ze)},Tt.lexInline=function(Ze,we){var gt=new Tt(we);return gt.inlineTokens(Ze)};var Pe=Tt.prototype;return Pe.lex=function(Ze){return Ze=Ze.replace(/\r\n|\r/g,`
`).replace(/\t/g," "),this.blockTokens(Ze,this.tokens,!0),this.inline(this.tokens),this.tokens},Pe.blockTokens=function(Ze,we,gt){we===void 0&&(we=[]),gt===void 0&&(gt=!0),this.options.pedantic&&(Ze=Ze.replace(/^ +$/gm,""));for(var Rt,Fe,Tr,Ct;Ze;){if(Rt=this.tokenizer.space(Ze)){Ze=Ze.substring(Rt.raw.length),Rt.type&&we.push(Rt);continue}if(Rt=this.tokenizer.code(Ze)){Ze=Ze.substring(Rt.raw.length),Ct=we[we.length-1],Ct&&Ct.type==="paragraph"?(Ct.raw+=`
`+Rt.raw,Ct.text+=`
`+Rt.text):we.push(Rt);continue}if(Rt=this.tokenizer.fences(Ze)){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(Rt=this.tokenizer.heading(Ze)){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(Rt=this.tokenizer.nptable(Ze)){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(Rt=this.tokenizer.hr(Ze)){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(Rt=this.tokenizer.blockquote(Ze)){Ze=Ze.substring(Rt.raw.length),Rt.tokens=this.blockTokens(Rt.text,[],gt),we.push(Rt);continue}if(Rt=this.tokenizer.list(Ze)){for(Ze=Ze.substring(Rt.raw.length),Tr=Rt.items.length,Fe=0;Fe<Tr;Fe++)Rt.items[Fe].tokens=this.blockTokens(Rt.items[Fe].text,[],!1);we.push(Rt);continue}if(Rt=this.tokenizer.html(Ze)){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(gt&&(Rt=this.tokenizer.def(Ze))){Ze=Ze.substring(Rt.raw.length),this.tokens.links[Rt.tag]||(this.tokens.links[Rt.tag]={href:Rt.href,title:Rt.title});continue}if(Rt=this.tokenizer.table(Ze)){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(Rt=this.tokenizer.lheading(Ze)){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(gt&&(Rt=this.tokenizer.paragraph(Ze))){Ze=Ze.substring(Rt.raw.length),we.push(Rt);continue}if(Rt=this.tokenizer.text(Ze)){Ze=Ze.substring(Rt.raw.length),Ct=we[we.length-1],Ct&&Ct.type==="text"?(Ct.raw+=`
`+Rt.raw,Ct.text+=`
`+Rt.text):we.push(Rt);continue}if(Ze){var Kr="Infinite loop on byte: "+Ze.charCodeAt(0);if(this.options.silent){console.error(Kr);break}else throw new Error(Kr)}}return we},Pe.inline=function(Ze){var we,gt,Rt,Fe,Tr,Ct,Kr=Ze.length;for(we=0;we<Kr;we++)switch(Ct=Ze[we],Ct.type){case"paragraph":case"text":case"heading":{Ct.tokens=[],this.inlineTokens(Ct.text,Ct.tokens);break}case"table":{for(Ct.tokens={header:[],cells:[]},Fe=Ct.header.length,gt=0;gt<Fe;gt++)Ct.tokens.header[gt]=[],this.inlineTokens(Ct.header[gt],Ct.tokens.header[gt]);for(Fe=Ct.cells.length,gt=0;gt<Fe;gt++)for(Tr=Ct.cells[gt],Ct.tokens.cells[gt]=[],Rt=0;Rt<Tr.length;Rt++)Ct.tokens.cells[gt][Rt]=[],this.inlineTokens(Tr[Rt],Ct.tokens.cells[gt][Rt]);break}case"blockquote":{this.inline(Ct.tokens);break}case"list":{for(Fe=Ct.items.length,gt=0;gt<Fe;gt++)this.inline(Ct.items[gt].tokens);break}}return Ze},Pe.inlineTokens=function(Ze,we,gt,Rt){we===void 0&&(we=[]),gt===void 0&&(gt=!1),Rt===void 0&&(Rt=!1);var Fe,Tr,Ct=Ze,Kr,tn,Ir;if(this.tokens.links){var Lr=Object.keys(this.tokens.links);if(Lr.length>0)for(;(Kr=this.tokenizer.rules.inline.reflinkSearch.exec(Ct))!=null;)Lr.includes(Kr[0].slice(Kr[0].lastIndexOf("[")+1,-1))&&(Ct=Ct.slice(0,Kr.index)+"["+Bt("a",Kr[0].length-2)+"]"+Ct.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(Kr=this.tokenizer.rules.inline.blockSkip.exec(Ct))!=null;)Ct=Ct.slice(0,Kr.index)+"["+Bt("a",Kr[0].length-2)+"]"+Ct.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(Kr=this.tokenizer.rules.inline.escapedEmSt.exec(Ct))!=null;)Ct=Ct.slice(0,Kr.index)+"++"+Ct.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;Ze;){if(tn||(Ir=""),tn=!1,Fe=this.tokenizer.escape(Ze)){Ze=Ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.tag(Ze,gt,Rt)){Ze=Ze.substring(Fe.raw.length),gt=Fe.inLink,Rt=Fe.inRawBlock;var vr=we[we.length-1];vr&&Fe.type==="text"&&vr.type==="text"?(vr.raw+=Fe.raw,vr.text+=Fe.text):we.push(Fe);continue}if(Fe=this.tokenizer.link(Ze)){Ze=Ze.substring(Fe.raw.length),Fe.type==="link"&&(Fe.tokens=this.inlineTokens(Fe.text,[],!0,Rt)),we.push(Fe);continue}if(Fe=this.tokenizer.reflink(Ze,this.tokens.links)){Ze=Ze.substring(Fe.raw.length);var $r=we[we.length-1];Fe.type==="link"?(Fe.tokens=this.inlineTokens(Fe.text,[],!0,Rt),we.push(Fe)):$r&&Fe.type==="text"&&$r.type==="text"?($r.raw+=Fe.raw,$r.text+=Fe.text):we.push(Fe);continue}if(Fe=this.tokenizer.emStrong(Ze,Ct,Ir)){Ze=Ze.substring(Fe.raw.length),Fe.tokens=this.inlineTokens(Fe.text,[],gt,Rt),we.push(Fe);continue}if(Fe=this.tokenizer.codespan(Ze)){Ze=Ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.br(Ze)){Ze=Ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.del(Ze)){Ze=Ze.substring(Fe.raw.length),Fe.tokens=this.inlineTokens(Fe.text,[],gt,Rt),we.push(Fe);continue}if(Fe=this.tokenizer.autolink(Ze,_t)){Ze=Ze.substring(Fe.raw.length),we.push(Fe);continue}if(!gt&&(Fe=this.tokenizer.url(Ze,_t))){Ze=Ze.substring(Fe.raw.length),we.push(Fe);continue}if(Fe=this.tokenizer.inlineText(Ze,Rt,nt)){Ze=Ze.substring(Fe.raw.length),Fe.raw.slice(-1)!=="_"&&(Ir=Fe.raw.slice(-1)),tn=!0,Tr=we[we.length-1],Tr&&Tr.type==="text"?(Tr.raw+=Fe.raw,Tr.text+=Fe.text):we.push(Fe);continue}if(Ze){var sn="Infinite loop on byte: "+Ze.charCodeAt(0);if(this.options.silent){console.error(sn);break}else throw new Error(sn)}}return we},e(Tt,null,[{key:"rules",get:function(){return{block:ze,inline:wt}}}]),Tt}(),Je=c.exports.defaults,je=ee.cleanUrl,be=ee.escape,Le=function(){function Tt(At){this.options=At||Je}var Pe=Tt.prototype;return Pe.code=function(Ze,we,gt){var Rt=(we||"").match(/\S*/)[0];if(this.options.highlight){var Fe=this.options.highlight(Ze,Rt);Fe!=null&&Fe!==Ze&&(gt=!0,Ze=Fe)}return Ze=Ze.replace(/\n$/,"")+`
`,Rt?'<pre><code class="'+this.options.langPrefix+be(Rt,!0)+'">'+(gt?Ze:be(Ze,!0))+`</code></pre>
`:"<pre><code>"+(gt?Ze:be(Ze,!0))+`</code></pre>
`},Pe.blockquote=function(Ze){return`<blockquote>
`+Ze+`</blockquote>
`},Pe.html=function(Ze){return Ze},Pe.heading=function(Ze,we,gt,Rt){return this.options.headerIds?"<h"+we+' id="'+this.options.headerPrefix+Rt.slug(gt)+'">'+Ze+"</h"+we+`>
`:"<h"+we+">"+Ze+"</h"+we+`>
`},Pe.hr=function(){return this.options.xhtml?`<hr/>
`:`<hr>
`},Pe.list=function(Ze,we,gt){var Rt=we?"ol":"ul",Fe=we&&gt!==1?' start="'+gt+'"':"";return"<"+Rt+Fe+`>
`+Ze+"</"+Rt+`>
`},Pe.listitem=function(Ze){return"<li>"+Ze+`</li>
`},Pe.checkbox=function(Ze){return"<input "+(Ze?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},Pe.paragraph=function(Ze){return"<p>"+Ze+`</p>
`},Pe.table=function(Ze,we){return we&&(we="<tbody>"+we+"</tbody>"),`<table>
<thead>
`+Ze+`</thead>
`+we+`</table>
`},Pe.tablerow=function(Ze){return`<tr>
`+Ze+`</tr>
`},Pe.tablecell=function(Ze,we){var gt=we.header?"th":"td",Rt=we.align?"<"+gt+' align="'+we.align+'">':"<"+gt+">";return Rt+Ze+"</"+gt+`>
`},Pe.strong=function(Ze){return"<strong>"+Ze+"</strong>"},Pe.em=function(Ze){return"<em>"+Ze+"</em>"},Pe.codespan=function(Ze){return"<code>"+Ze+"</code>"},Pe.br=function(){return this.options.xhtml?"<br/>":"<br>"},Pe.del=function(Ze){return"<del>"+Ze+"</del>"},Pe.link=function(Ze,we,gt){if(Ze=je(this.options.sanitize,this.options.baseUrl,Ze),Ze===null)return gt;var Rt='<a href="'+be(Ze)+'"';return we&&(Rt+=' title="'+we+'"'),Rt+=">"+gt+"</a>",Rt},Pe.image=function(Ze,we,gt){if(Ze=je(this.options.sanitize,this.options.baseUrl,Ze),Ze===null)return gt;var Rt='<img src="'+Ze+'" alt="'+gt+'"';return we&&(Rt+=' title="'+we+'"'),Rt+=this.options.xhtml?"/>":">",Rt},Pe.text=function(Ze){return Ze},Tt}(),Ke=function(){function Tt(){}var Pe=Tt.prototype;return Pe.strong=function(Ze){return Ze},Pe.em=function(Ze){return Ze},Pe.codespan=function(Ze){return Ze},Pe.del=function(Ze){return Ze},Pe.html=function(Ze){return Ze},Pe.text=function(Ze){return Ze},Pe.link=function(Ze,we,gt){return""+gt},Pe.image=function(Ze,we,gt){return""+gt},Pe.br=function(){return""},Tt}(),He=function(){function Tt(){this.seen={}}var Pe=Tt.prototype;return Pe.serialize=function(Ze){return Ze.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},Pe.getNextSafeSlug=function(Ze,we){var gt=Ze,Rt=0;if(this.seen.hasOwnProperty(gt)){Rt=this.seen[Ze];do Rt++,gt=Ze+"-"+Rt;while(this.seen.hasOwnProperty(gt))}return we||(this.seen[Ze]=Rt,this.seen[gt]=0),gt},Pe.slug=function(Ze,we){we===void 0&&(we={});var gt=this.serialize(Ze);return this.getNextSafeSlug(gt,we.dryrun)},Tt}(),Xe=Le,pt=Ke,bt=He,rr=c.exports.defaults,Jt=ee.unescape,Me=function(){function Tt(At){this.options=At||rr,this.options.renderer=this.options.renderer||new Xe,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new pt,this.slugger=new bt}Tt.parse=function(Ze,we){var gt=new Tt(we);return gt.parse(Ze)},Tt.parseInline=function(Ze,we){var gt=new Tt(we);return gt.parseInline(Ze)};var Pe=Tt.prototype;return Pe.parse=function(Ze,we){we===void 0&&(we=!0);var gt="",Rt,Fe,Tr,Ct,Kr,tn,Ir,Lr,vr,$r,sn,hn,Xt,vt,ot,ct,Nt,br,_r=Ze.length;for(Rt=0;Rt<_r;Rt++)switch($r=Ze[Rt],$r.type){case"space":continue;case"hr":{gt+=this.renderer.hr();continue}case"heading":{gt+=this.renderer.heading(this.parseInline($r.tokens),$r.depth,Jt(this.parseInline($r.tokens,this.textRenderer)),this.slugger);continue}case"code":{gt+=this.renderer.code($r.text,$r.lang,$r.escaped);continue}case"table":{for(Lr="",Ir="",Ct=$r.header.length,Fe=0;Fe<Ct;Fe++)Ir+=this.renderer.tablecell(this.parseInline($r.tokens.header[Fe]),{header:!0,align:$r.align[Fe]});for(Lr+=this.renderer.tablerow(Ir),vr="",Ct=$r.cells.length,Fe=0;Fe<Ct;Fe++){for(tn=$r.tokens.cells[Fe],Ir="",Kr=tn.length,Tr=0;Tr<Kr;Tr++)Ir+=this.renderer.tablecell(this.parseInline(tn[Tr]),{header:!1,align:$r.align[Tr]});vr+=this.renderer.tablerow(Ir)}gt+=this.renderer.table(Lr,vr);continue}case"blockquote":{vr=this.parse($r.tokens),gt+=this.renderer.blockquote(vr);continue}case"list":{for(sn=$r.ordered,hn=$r.start,Xt=$r.loose,Ct=$r.items.length,vr="",Fe=0;Fe<Ct;Fe++)ot=$r.items[Fe],ct=ot.checked,Nt=ot.task,vt="",ot.task&&(br=this.renderer.checkbox(ct),Xt?ot.tokens.length>0&&ot.tokens[0].type==="text"?(ot.tokens[0].text=br+" "+ot.tokens[0].text,ot.tokens[0].tokens&&ot.tokens[0].tokens.length>0&&ot.tokens[0].tokens[0].type==="text"&&(ot.tokens[0].tokens[0].text=br+" "+ot.tokens[0].tokens[0].text)):ot.tokens.unshift({type:"text",text:br}):vt+=br),vt+=this.parse(ot.tokens,Xt),vr+=this.renderer.listitem(vt,Nt,ct);gt+=this.renderer.list(vr,sn,hn);continue}case"html":{gt+=this.renderer.html($r.text);continue}case"paragraph":{gt+=this.renderer.paragraph(this.parseInline($r.tokens));continue}case"text":{for(vr=$r.tokens?this.parseInline($r.tokens):$r.text;Rt+1<_r&&Ze[Rt+1].type==="text";)$r=Ze[++Rt],vr+=`
`+($r.tokens?this.parseInline($r.tokens):$r.text);gt+=we?this.renderer.paragraph(vr):vr;continue}default:{var Jr='Token with "'+$r.type+'" type was not found.';if(this.options.silent){console.error(Jr);return}else throw new Error(Jr)}}return gt},Pe.parseInline=function(Ze,we){we=we||this.renderer;var gt="",Rt,Fe,Tr=Ze.length;for(Rt=0;Rt<Tr;Rt++)switch(Fe=Ze[Rt],Fe.type){case"escape":{gt+=we.text(Fe.text);break}case"html":{gt+=we.html(Fe.text);break}case"link":{gt+=we.link(Fe.href,Fe.title,this.parseInline(Fe.tokens,we));break}case"image":{gt+=we.image(Fe.href,Fe.title,Fe.text);break}case"strong":{gt+=we.strong(this.parseInline(Fe.tokens,we));break}case"em":{gt+=we.em(this.parseInline(Fe.tokens,we));break}case"codespan":{gt+=we.codespan(Fe.text);break}case"br":{gt+=we.br();break}case"del":{gt+=we.del(this.parseInline(Fe.tokens,we));break}case"text":{gt+=we.text(Fe.text);break}default:{var Ct='Token with "'+Fe.type+'" type was not found.';if(this.options.silent){console.error(Ct);return}else throw new Error(Ct)}}return gt},Tt}(),rt=ht,Yt=Me,Lt=Oe,Wt=Le,Ht=Ke,ir=He,Gt=ee.merge,Ie=ee.checkSanitizeDeprecation,ce=ee.escape,he=c.exports.getDefaults,It=c.exports.changeDefaults,Ce=c.exports.defaults;function ft(Tt,Pe,At){if(typeof Tt=="undefined"||Tt===null)throw new Error("marked(): input parameter is undefined or null");if(typeof Tt!="string")throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(Tt)+", string expected");if(typeof Pe=="function"&&(At=Pe,Pe=null),Pe=Gt({},ft.defaults,Pe||{}),Ie(Pe),At){var Ze=Pe.highlight,we;try{we=rt.lex(Tt,Pe)}catch(Tr){return At(Tr)}var gt=function(Ct){var Kr;if(!Ct)try{Pe.walkTokens&&ft.walkTokens(we,Pe.walkTokens),Kr=Yt.parse(we,Pe)}catch(tn){Ct=tn}return Pe.highlight=Ze,Ct?At(Ct):At(null,Kr)};if(!Ze||Ze.length<3||(delete Pe.highlight,!we.length))return gt();var Rt=0;ft.walkTokens(we,function(Tr){Tr.type==="code"&&(Rt++,setTimeout(function(){Ze(Tr.text,Tr.lang,function(Ct,Kr){if(Ct)return gt(Ct);Kr!=null&&Kr!==Tr.text&&(Tr.text=Kr,Tr.escaped=!0),Rt--,Rt===0&&gt()})},0))}),Rt===0&&gt();return}try{var Fe=rt.lex(Tt,Pe);return Pe.walkTokens&&ft.walkTokens(Fe,Pe.walkTokens),Yt.parse(Fe,Pe)}catch(Tr){if(Tr.message+=`
Please report this to https://github.com/markedjs/marked.`,Pe.silent)return"<p>An error occurred:</p><pre>"+ce(Tr.message+"",!0)+"</pre>";throw Tr}}ft.options=ft.setOptions=function(Tt){return Gt(ft.defaults,Tt),It(ft.defaults),ft},ft.getDefaults=he,ft.defaults=Ce,ft.use=function(Tt){var Pe=Gt({},Tt);if(Tt.renderer&&function(){var Ze=ft.defaults.renderer||new Wt,we=function(Fe){var Tr=Ze[Fe];Ze[Fe]=function(){for(var Ct=arguments.length,Kr=new Array(Ct),tn=0;tn<Ct;tn++)Kr[tn]=arguments[tn];var Ir=Tt.renderer[Fe].apply(Ze,Kr);return Ir===!1&&(Ir=Tr.apply(Ze,Kr)),Ir}};for(var gt in Tt.renderer)we(gt);Pe.renderer=Ze}(),Tt.tokenizer&&function(){var Ze=ft.defaults.tokenizer||new Lt,we=function(Fe){var Tr=Ze[Fe];Ze[Fe]=function(){for(var Ct=arguments.length,Kr=new Array(Ct),tn=0;tn<Ct;tn++)Kr[tn]=arguments[tn];var Ir=Tt.tokenizer[Fe].apply(Ze,Kr);return Ir===!1&&(Ir=Tr.apply(Ze,Kr)),Ir}};for(var gt in Tt.tokenizer)we(gt);Pe.tokenizer=Ze}(),Tt.walkTokens){var At=ft.defaults.walkTokens;Pe.walkTokens=function(Ze){Tt.walkTokens(Ze),At&&At(Ze)}}ft.setOptions(Pe)},ft.walkTokens=function(Tt,Pe){for(var At=l(Tt),Ze;!(Ze=At()).done;){var we=Ze.value;switch(Pe(we),we.type){case"table":{for(var gt=l(we.tokens.header),Rt;!(Rt=gt()).done;){var Fe=Rt.value;ft.walkTokens(Fe,Pe)}for(var Tr=l(we.tokens.cells),Ct;!(Ct=Tr()).done;)for(var Kr=Ct.value,tn=l(Kr),Ir;!(Ir=tn()).done;){var Lr=Ir.value;ft.walkTokens(Lr,Pe)}break}case"list":{ft.walkTokens(we.items,Pe);break}default:we.tokens&&ft.walkTokens(we.tokens,Pe)}}},ft.parseInline=function(Tt,Pe){if(typeof Tt=="undefined"||Tt===null)throw new Error("marked.parseInline(): input parameter is undefined or null");if(typeof Tt!="string")throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(Tt)+", string expected");Pe=Gt({},ft.defaults,Pe||{}),Ie(Pe);try{var At=rt.lexInline(Tt,Pe);return Pe.walkTokens&&ft.walkTokens(At,Pe.walkTokens),Yt.parseInline(At,Pe)}catch(Ze){if(Ze.message+=`
Please report this to https://github.com/markedjs/marked.`,Pe.silent)return"<p>An error occurred:</p><pre>"+ce(Ze.message+"",!0)+"</pre>";throw Ze}},ft.Parser=Yt,ft.parser=Yt.parse,ft.Renderer=Wt,ft.TextRenderer=Ht,ft.Lexer=rt,ft.lexer=rt.lex,ft.Tokenizer=Lt,ft.Slugger=ir,ft.parse=ft;var Kt=ft;return Kt})},11690:function(d){const _=/[&<>"']/,e=/[&<>"']/g,r=/[<>"']|&(?!#?\w+;)/,i=/[<>"']|&(?!#?\w+;)/g,l={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},c=W=>l[W];function f(W,ae){if(ae){if(_.test(W))return W.replace(e,c)}else if(r.test(W))return W.replace(i,c);return W}const o=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function h(W){return W.replace(o,(ae,ne)=>(ne=ne.toLowerCase(),ne==="colon"?":":ne.charAt(0)==="#"?ne.charAt(1)==="x"?String.fromCharCode(parseInt(ne.substring(2),16)):String.fromCharCode(+ne.substring(1)):""))}const u=/(^|[^\[])\^/g;function a(W,ae){W=W.source||W,ae=ae||"";const ne={replace:(oe,q)=>(q=q.source||q,q=q.replace(u,"$1"),W=W.replace(oe,q),ne),getRegex:()=>new RegExp(W,ae)};return ne}const x=/[^\w:]/g,p=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function y(W,ae,ne){if(W){let oe;try{oe=decodeURIComponent(h(ne)).replace(x,"").toLowerCase()}catch(q){return null}if(oe.indexOf("javascript:")===0||oe.indexOf("vbscript:")===0||oe.indexOf("data:")===0)return null}ae&&!p.test(ne)&&(ne=R(ae,ne));try{ne=encodeURI(ne).replace(/%25/g,"%")}catch(oe){return null}return ne}const m={},b=/^[^:]+:\/*[^/]*$/,S=/^([^:]+:)[\s\S]*$/,D=/^([^:]+:\/*[^/]*)[\s\S]*$/;function R(W,ae){m[" "+W]||(b.test(W)?m[" "+W]=W+"/":m[" "+W]=B(W,"/",!0)),W=m[" "+W];const ne=W.indexOf(":")===-1;return ae.substring(0,2)==="//"?ne?ae:W.replace(S,"$1")+ae:ae.charAt(0)==="/"?ne?ae:W.replace(D,"$1")+ae:W+ae}const A={exec:function(){}};function P(W){let ae=1,ne,oe;for(;ae<arguments.length;ae++){ne=arguments[ae];for(oe in ne)Object.prototype.hasOwnProperty.call(ne,oe)&&(W[oe]=ne[oe])}return W}function M(W,ae){const ne=W.replace(/\|/g,(J,K,se)=>{let ee=!1,Q=K;for(;--Q>=0&&se[Q]==="\\";)ee=!ee;return ee?"|":" |"}),oe=ne.split(/ \|/);let q=0;if(oe.length>ae)oe.splice(ae);else for(;oe.length<ae;)oe.push("");for(;q<oe.length;q++)oe[q]=oe[q].trim().replace(/\\\|/g,"|");return oe}function B(W,ae,ne){const oe=W.length;if(oe===0)return"";let q=0;for(;q<oe;){const J=W.charAt(oe-q-1);if(J===ae&&!ne)q++;else if(J!==ae&&ne)q++;else break}return W.substr(0,oe-q)}function N(W,ae){if(W.indexOf(ae[1])===-1)return-1;const ne=W.length;let oe=0,q=0;for(;q<ne;q++)if(W[q]==="\\")q++;else if(W[q]===ae[0])oe++;else if(W[q]===ae[1]&&(oe--,oe<0))return q;return-1}function G(W){W&&W.sanitize&&!W.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 H(W,ae){if(ae<1)return"";let ne="";for(;ae>1;)ae&1&&(ne+=W),ae>>=1,W+=W;return ne+W}d.exports={escape:f,unescape:h,edit:a,cleanUrl:y,resolveUrl:R,noopTest:A,merge:P,splitCells:M,rtrim:B,findClosingBracket:N,checkSanitizeDeprecation:G,repeatString:H}},93735:function(d,_,e){(function(){var r=e(75041),i=e(67751).utf8,l=e(78034),c=e(67751).bin,f=function(o,h){o.constructor==String?h&&h.encoding==="binary"?o=c.stringToBytes(o):o=i.stringToBytes(o):l(o)?o=Array.prototype.slice.call(o,0):!Array.isArray(o)&&o.constructor!==Uint8Array&&(o=o.toString());for(var u=r.bytesToWords(o),a=o.length*8,x=1732584193,p=-271733879,y=-1732584194,m=271733878,b=0;b<u.length;b++)u[b]=(u[b]<<8|u[b]>>>24)&16711935|(u[b]<<24|u[b]>>>8)&4278255360;u[a>>>5]|=128<<a%32,u[(a+64>>>9<<4)+14]=a;for(var S=f._ff,D=f._gg,R=f._hh,A=f._ii,b=0;b<u.length;b+=16){var P=x,M=p,B=y,N=m;x=S(x,p,y,m,u[b+0],7,-680876936),m=S(m,x,p,y,u[b+1],12,-389564586),y=S(y,m,x,p,u[b+2],17,606105819),p=S(p,y,m,x,u[b+3],22,-1044525330),x=S(x,p,y,m,u[b+4],7,-176418897),m=S(m,x,p,y,u[b+5],12,1200080426),y=S(y,m,x,p,u[b+6],17,-1473231341),p=S(p,y,m,x,u[b+7],22,-45705983),x=S(x,p,y,m,u[b+8],7,1770035416),m=S(m,x,p,y,u[b+9],12,-1958414417),y=S(y,m,x,p,u[b+10],17,-42063),p=S(p,y,m,x,u[b+11],22,-1990404162),x=S(x,p,y,m,u[b+12],7,1804603682),m=S(m,x,p,y,u[b+13],12,-40341101),y=S(y,m,x,p,u[b+14],17,-1502002290),p=S(p,y,m,x,u[b+15],22,1236535329),x=D(x,p,y,m,u[b+1],5,-165796510),m=D(m,x,p,y,u[b+6],9,-1069501632),y=D(y,m,x,p,u[b+11],14,643717713),p=D(p,y,m,x,u[b+0],20,-373897302),x=D(x,p,y,m,u[b+5],5,-701558691),m=D(m,x,p,y,u[b+10],9,38016083),y=D(y,m,x,p,u[b+15],14,-660478335),p=D(p,y,m,x,u[b+4],20,-405537848),x=D(x,p,y,m,u[b+9],5,568446438),m=D(m,x,p,y,u[b+14],9,-1019803690),y=D(y,m,x,p,u[b+3],14,-187363961),p=D(p,y,m,x,u[b+8],20,1163531501),x=D(x,p,y,m,u[b+13],5,-1444681467),m=D(m,x,p,y,u[b+2],9,-51403784),y=D(y,m,x,p,u[b+7],14,1735328473),p=D(p,y,m,x,u[b+12],20,-1926607734),x=R(x,p,y,m,u[b+5],4,-378558),m=R(m,x,p,y,u[b+8],11,-2022574463),y=R(y,m,x,p,u[b+11],16,1839030562),p=R(p,y,m,x,u[b+14],23,-35309556),x=R(x,p,y,m,u[b+1],4,-1530992060),m=R(m,x,p,y,u[b+4],11,1272893353),y=R(y,m,x,p,u[b+7],16,-155497632),p=R(p,y,m,x,u[b+10],23,-1094730640),x=R(x,p,y,m,u[b+13],4,681279174),m=R(m,x,p,y,u[b+0],11,-358537222),y=R(y,m,x,p,u[b+3],16,-722521979),p=R(p,y,m,x,u[b+6],23,76029189),x=R(x,p,y,m,u[b+9],4,-640364487),m=R(m,x,p,y,u[b+12],11,-421815835),y=R(y,m,x,p,u[b+15],16,530742520),p=R(p,y,m,x,u[b+2],23,-995338651),x=A(x,p,y,m,u[b+0],6,-198630844),m=A(m,x,p,y,u[b+7],10,1126891415),y=A(y,m,x,p,u[b+14],15,-1416354905),p=A(p,y,m,x,u[b+5],21,-57434055),x=A(x,p,y,m,u[b+12],6,1700485571),m=A(m,x,p,y,u[b+3],10,-1894986606),y=A(y,m,x,p,u[b+10],15,-1051523),p=A(p,y,m,x,u[b+1],21,-2054922799),x=A(x,p,y,m,u[b+8],6,1873313359),m=A(m,x,p,y,u[b+15],10,-30611744),y=A(y,m,x,p,u[b+6],15,-1560198380),p=A(p,y,m,x,u[b+13],21,1309151649),x=A(x,p,y,m,u[b+4],6,-145523070),m=A(m,x,p,y,u[b+11],10,-1120210379),y=A(y,m,x,p,u[b+2],15,718787259),p=A(p,y,m,x,u[b+9],21,-343485551),x=x+P>>>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=_;function _(e,r){if(!e)throw new Error(r||"Assertion failed")}_.equal=function(r,i,l){if(r!=i)throw new Error(l||"Assertion failed: "+r+" != "+i)}},75918:function(d,_,e){"use strict";e.d(_,{Wi:function(){return o},Z0:function(){return h},aU:function(){return f},eZ:function(){return a},wY:function(){return u}});var r=e(4348),i=e(69323),l=e(13268),c=function(x,p,y,m){function b(S){return S instanceof y?S:new y(function(D){D(S)})}return new(y||(y=Promise))(function(S,D){function R(M){try{P(m.next(M))}catch(B){D(B)}}function A(M){try{P(m.throw(M))}catch(B){D(B)}}function P(M){M.done?S(M.value):b(M.value).then(R,A)}P((m=m.apply(x,p||[])).next())})};class f extends i.JT{constructor(p,y="",m="",b=!0,S){super(),this._onDidChange=this._register(new r.Q5),this.onDidChange=this._onDidChange.event,this._enabled=!0,this._id=p,this._label=y,this._cssClass=m,this._enabled=b,this._actionCallback=S}get id(){return this._id}get label(){return this._label}set label(p){this._setLabel(p)}_setLabel(p){this._label!==p&&(this._label=p,this._onDidChange.fire({label:p}))}get tooltip(){return this._tooltip||""}set tooltip(p){this._setTooltip(p)}_setTooltip(p){this._tooltip!==p&&(this._tooltip=p,this._onDidChange.fire({tooltip:p}))}get class(){return this._cssClass}set class(p){this._setClass(p)}_setClass(p){this._cssClass!==p&&(this._cssClass=p,this._onDidChange.fire({class:p}))}get enabled(){return this._enabled}set enabled(p){this._setEnabled(p)}_setEnabled(p){this._enabled!==p&&(this._enabled=p,this._onDidChange.fire({enabled:p}))}get checked(){return this._checked}set checked(p){this._setChecked(p)}_setChecked(p){this._checked!==p&&(this._checked=p,this._onDidChange.fire({checked:p}))}run(p,y){return c(this,void 0,void 0,function*(){this._actionCallback&&(yield this._actionCallback(p))})}}class o extends i.JT{constructor(){super(...arguments),this._onBeforeRun=this._register(new r.Q5),this.onBeforeRun=this._onBeforeRun.event,this._onDidRun=this._register(new r.Q5),this.onDidRun=this._onDidRun.event}run(p,y){return c(this,void 0,void 0,function*(){if(!p.enabled)return;this._onBeforeRun.fire({action:p});let m;try{yield this.runAction(p,y)}catch(b){m=b}this._onDidRun.fire({action:p,error:m})})}runAction(p,y){return c(this,void 0,void 0,function*(){yield p.run(y)})}}class h extends f{constructor(p){super(h.ID,p,p?"separator text":"separator"),this.checked=!1,this.enabled=!1}}h.ID="vs.actions.separator";class u{constructor(p,y,m,b){this.tooltip="",this.enabled=!0,this.checked=!1,this.id=p,this.label=y,this.class=b,this._actions=m}get actions(){return this._actions}dispose(){}run(){return c(this,void 0,void 0,function*(){})}}class a extends f{constructor(){super(a.ID,l.N("submenu.empty","(empty)"),void 0,!1)}}a.ID="vs.actions.empty"},76068:function(d,_,e){"use strict";e.d(_,{ok:function(){return r}});function r(i,l){if(!i)throw new Error(l?`Assertion failed (${l})`:"Assertion Failed")}},52615:function(d,_,e){"use strict";e.d(_,{CM:function(){return f},JL:function(){return o},dT:function(){return u},fK:function(){return c},lA:function(){return h}});var r=e(4348);class i{constructor(){this._icons=new Map,this._onDidRegister=new r.Q5}add(x){const p=this._icons.get(x.id);p?x.description?p.description=x.description:console.error(`Duplicate registration of codicon ${x.id}`):(this._icons.set(x.id,x),this._onDidRegister.fire(x))}get(x){return this._icons.get(x)}get all(){return this._icons.values()}get onDidRegister(){return this._onDidRegister.event}}const l=new i,c=l;function f(a,x){return new h(a,x)}function o(a){return a?a.replace(/\$\((.*?)\)/g,(x,p)=>` ${p} `).trim():""}class h{constructor(x,p,y){this.id=x,this.definition=p,this.description=y,l.add(this)}get classNames(){return"codicon codicon-"+this.id}get classNamesArray(){return["codicon","codicon-"+this.id]}get cssSelector(){return".codicon.codicon-"+this.id}}var u;(function(a){a.iconNameSegment="[A-Za-z0-9]+",a.iconNameExpression="[A-Za-z0-9\\-]+",a.iconModifierExpression="~[A-Za-z]+";const x=new RegExp(`^(${a.iconNameExpression})(${a.iconModifierExpression})?$`);function p(b){if(b instanceof h)return["codicon","codicon-"+b.id];const S=x.exec(b.id);if(!S)return p(h.error);let[,D,R]=S;const A=["codicon","codicon-"+D];return R&&A.push("codicon-modifier-"+R.substr(1)),A}a.asClassNameArray=p;function y(b){return p(b).join(" ")}a.asClassName=y;function m(b){return"."+p(b).join(".")}a.asCSSSelector=m})(u||(u={})),function(a){a.add=new a("add",{fontCharacter:"\\ea60"}),a.plus=new a("plus",a.add.definition),a.gistNew=new a("gist-new",a.add.definition),a.repoCreate=new a("repo-create",a.add.definition),a.lightbulb=new a("lightbulb",{fontCharacter:"\\ea61"}),a.lightBulb=new a("light-bulb",{fontCharacter:"\\ea61"}),a.repo=new a("repo",{fontCharacter:"\\ea62"}),a.repoDelete=new a("repo-delete",{fontCharacter:"\\ea62"}),a.gistFork=new a("gist-fork",{fontCharacter:"\\ea63"}),a.repoForked=new a("repo-forked",{fontCharacter:"\\ea63"}),a.gitPullRequest=new a("git-pull-request",{fontCharacter:"\\ea64"}),a.gitPullRequestAbandoned=new a("git-pull-request-abandoned",{fontCharacter:"\\ea64"}),a.recordKeys=new a("record-keys",{fontCharacter:"\\ea65"}),a.keyboard=new a("keyboard",{fontCharacter:"\\ea65"}),a.tag=new a("tag",{fontCharacter:"\\ea66"}),a.tagAdd=new a("tag-add",{fontCharacter:"\\ea66"}),a.tagRemove=new a("tag-remove",{fontCharacter:"\\ea66"}),a.person=new a("person",{fontCharacter:"\\ea67"}),a.personFollow=new a("person-follow",{fontCharacter:"\\ea67"}),a.personOutline=new a("person-outline",{fontCharacter:"\\ea67"}),a.personFilled=new a("person-filled",{fontCharacter:"\\ea67"}),a.gitBranch=new a("git-branch",{fontCharacter:"\\ea68"}),a.gitBranchCreate=new a("git-branch-create",{fontCharacter:"\\ea68"}),a.gitBranchDelete=new a("git-branch-delete",{fontCharacter:"\\ea68"}),a.sourceControl=new a("source-control",{fontCharacter:"\\ea68"}),a.mirror=new a("mirror",{fontCharacter:"\\ea69"}),a.mirrorPublic=new a("mirror-public",{fontCharacter:"\\ea69"}),a.star=new a("star",{fontCharacter:"\\ea6a"}),a.starAdd=new a("star-add",{fontCharacter:"\\ea6a"}),a.starDelete=new a("star-delete",{fontCharacter:"\\ea6a"}),a.starEmpty=new a("star-empty",{fontCharacter:"\\ea6a"}),a.comment=new a("comment",{fontCharacter:"\\ea6b"}),a.commentAdd=new a("comment-add",{fontCharacter:"\\ea6b"}),a.alert=new a("alert",{fontCharacter:"\\ea6c"}),a.warning=new a("warning",{fontCharacter:"\\ea6c"}),a.search=new a("search",{fontCharacter:"\\ea6d"}),a.searchSave=new a("search-save",{fontCharacter:"\\ea6d"}),a.logOut=new a("log-out",{fontCharacter:"\\ea6e"}),a.signOut=new a("sign-out",{fontCharacter:"\\ea6e"}),a.logIn=new a("log-in",{fontCharacter:"\\ea6f"}),a.signIn=new a("sign-in",{fontCharacter:"\\ea6f"}),a.eye=new a("eye",{fontCharacter:"\\ea70"}),a.eyeUnwatch=new a("eye-unwatch",{fontCharacter:"\\ea70"}),a.eyeWatch=new a("eye-watch",{fontCharacter:"\\ea70"}),a.circleFilled=new a("circle-filled",{fontCharacter:"\\ea71"}),a.primitiveDot=new a("primitive-dot",{fontCharacter:"\\ea71"}),a.closeDirty=new a("close-dirty",{fontCharacter:"\\ea71"}),a.debugBreakpoint=new a("debug-breakpoint",{fontCharacter:"\\ea71"}),a.debugBreakpointDisabled=new a("debug-breakpoint-disabled",{fontCharacter:"\\ea71"}),a.debugHint=new a("debug-hint",{fontCharacter:"\\ea71"}),a.primitiveSquare=new a("primitive-square",{fontCharacter:"\\ea72"}),a.edit=new a("edit",{fontCharacter:"\\ea73"}),a.pencil=new a("pencil",{fontCharacter:"\\ea73"}),a.info=new a("info",{fontCharacter:"\\ea74"}),a.issueOpened=new a("issue-opened",{fontCharacter:"\\ea74"}),a.gistPrivate=new a("gist-private",{fontCharacter:"\\ea75"}),a.gitForkPrivate=new a("git-fork-private",{fontCharacter:"\\ea75"}),a.lock=new a("lock",{fontCharacter:"\\ea75"}),a.mirrorPrivate=new a("mirror-private",{fontCharacter:"\\ea75"}),a.close=new a("close",{fontCharacter:"\\ea76"}),a.removeClose=new a("remove-close",{fontCharacter:"\\ea76"}),a.x=new a("x",{fontCharacter:"\\ea76"}),a.repoSync=new a("repo-sync",{fontCharacter:"\\ea77"}),a.sync=new a("sync",{fontCharacter:"\\ea77"}),a.clone=new a("clone",{fontCharacter:"\\ea78"}),a.desktopDownload=new a("desktop-download",{fontCharacter:"\\ea78"}),a.beaker=new a("beaker",{fontCharacter:"\\ea79"}),a.microscope=new a("microscope",{fontCharacter:"\\ea79"}),a.vm=new a("vm",{fontCharacter:"\\ea7a"}),a.deviceDesktop=new a("device-desktop",{fontCharacter:"\\ea7a"}),a.file=new a("file",{fontCharacter:"\\ea7b"}),a.fileText=new a("file-text",{fontCharacter:"\\ea7b"}),a.more=new a("more",{fontCharacter:"\\ea7c"}),a.ellipsis=new a("ellipsis",{fontCharacter:"\\ea7c"}),a.kebabHorizontal=new a("kebab-horizontal",{fontCharacter:"\\ea7c"}),a.mailReply=new a("mail-reply",{fontCharacter:"\\ea7d"}),a.reply=new a("reply",{fontCharacter:"\\ea7d"}),a.organization=new a("organization",{fontCharacter:"\\ea7e"}),a.organizationFilled=new a("organization-filled",{fontCharacter:"\\ea7e"}),a.organizationOutline=new a("organization-outline",{fontCharacter:"\\ea7e"}),a.newFile=new a("new-file",{fontCharacter:"\\ea7f"}),a.fileAdd=new a("file-add",{fontCharacter:"\\ea7f"}),a.newFolder=new a("new-folder",{fontCharacter:"\\ea80"}),a.fileDirectoryCreate=new a("file-directory-create",{fontCharacter:"\\ea80"}),a.trash=new a("trash",{fontCharacter:"\\ea81"}),a.trashcan=new a("trashcan",{fontCharacter:"\\ea81"}),a.history=new a("history",{fontCharacter:"\\ea82"}),a.clock=new a("clock",{fontCharacter:"\\ea82"}),a.folder=new a("folder",{fontCharacter:"\\ea83"}),a.fileDirectory=new a("file-directory",{fontCharacter:"\\ea83"}),a.symbolFolder=new a("symbol-folder",{fontCharacter:"\\ea83"}),a.logoGithub=new a("logo-github",{fontCharacter:"\\ea84"}),a.markGithub=new a("mark-github",{fontCharacter:"\\ea84"}),a.github=new a("github",{fontCharacter:"\\ea84"}),a.terminal=new a("terminal",{fontCharacter:"\\ea85"}),a.console=new a("console",{fontCharacter:"\\ea85"}),a.repl=new a("repl",{fontCharacter:"\\ea85"}),a.zap=new a("zap",{fontCharacter:"\\ea86"}),a.symbolEvent=new a("symbol-event",{fontCharacter:"\\ea86"}),a.error=new a("error",{fontCharacter:"\\ea87"}),a.stop=new a("stop",{fontCharacter:"\\ea87"}),a.variable=new a("variable",{fontCharacter:"\\ea88"}),a.symbolVariable=new a("symbol-variable",{fontCharacter:"\\ea88"}),a.array=new a("array",{fontCharacter:"\\ea8a"}),a.symbolArray=new a("symbol-array",{fontCharacter:"\\ea8a"}),a.symbolModule=new a("symbol-module",{fontCharacter:"\\ea8b"}),a.symbolPackage=new a("symbol-package",{fontCharacter:"\\ea8b"}),a.symbolNamespace=new a("symbol-namespace",{fontCharacter:"\\ea8b"}),a.symbolObject=new a("symbol-object",{fontCharacter:"\\ea8b"}),a.symbolMethod=new a("symbol-method",{fontCharacter:"\\ea8c"}),a.symbolFunction=new a("symbol-function",{fontCharacter:"\\ea8c"}),a.symbolConstructor=new a("symbol-constructor",{fontCharacter:"\\ea8c"}),a.symbolBoolean=new a("symbol-boolean",{fontCharacter:"\\ea8f"}),a.symbolNull=new a("symbol-null",{fontCharacter:"\\ea8f"}),a.symbolNumeric=new a("symbol-numeric",{fontCharacter:"\\ea90"}),a.symbolNumber=new a("symbol-number",{fontCharacter:"\\ea90"}),a.symbolStructure=new a("symbol-structure",{fontCharacter:"\\ea91"}),a.symbolStruct=new a("symbol-struct",{fontCharacter:"\\ea91"}),a.symbolParameter=new a("symbol-parameter",{fontCharacter:"\\ea92"}),a.symbolTypeParameter=new a("symbol-type-parameter",{fontCharacter:"\\ea92"}),a.symbolKey=new a("symbol-key",{fontCharacter:"\\ea93"}),a.symbolText=new a("symbol-text",{fontCharacter:"\\ea93"}),a.symbolReference=new a("symbol-reference",{fontCharacter:"\\ea94"}),a.goToFile=new a("go-to-file",{fontCharacter:"\\ea94"}),a.symbolEnum=new a("symbol-enum",{fontCharacter:"\\ea95"}),a.symbolValue=new a("symbol-value",{fontCharacter:"\\ea95"}),a.symbolRuler=new a("symbol-ruler",{fontCharacter:"\\ea96"}),a.symbolUnit=new a("symbol-unit",{fontCharacter:"\\ea96"}),a.activateBreakpoints=new a("activate-breakpoints",{fontCharacter:"\\ea97"}),a.archive=new a("archive",{fontCharacter:"\\ea98"}),a.arrowBoth=new a("arrow-both",{fontCharacter:"\\ea99"}),a.arrowDown=new a("arrow-down",{fontCharacter:"\\ea9a"}),a.arrowLeft=new a("arrow-left",{fontCharacter:"\\ea9b"}),a.arrowRight=new a("arrow-right",{fontCharacter:"\\ea9c"}),a.arrowSmallDown=new a("arrow-small-down",{fontCharacter:"\\ea9d"}),a.arrowSmallLeft=new a("arrow-small-left",{fontCharacter:"\\ea9e"}),a.arrowSmallRight=new a("arrow-small-right",{fontCharacter:"\\ea9f"}),a.arrowSmallUp=new a("arrow-small-up",{fontCharacter:"\\eaa0"}),a.arrowUp=new a("arrow-up",{fontCharacter:"\\eaa1"}),a.bell=new a("bell",{fontCharacter:"\\eaa2"}),a.bold=new a("bold",{fontCharacter:"\\eaa3"}),a.book=new a("book",{fontCharacter:"\\eaa4"}),a.bookmark=new a("bookmark",{fontCharacter:"\\eaa5"}),a.debugBreakpointConditionalUnverified=new a("debug-breakpoint-conditional-unverified",{fontCharacter:"\\eaa6"}),a.debugBreakpointConditional=new a("debug-breakpoint-conditional",{fontCharacter:"\\eaa7"}),a.debugBreakpointConditionalDisabled=new a("debug-breakpoint-conditional-disabled",{fontCharacter:"\\eaa7"}),a.debugBreakpointDataUnverified=new a("debug-breakpoint-data-unverified",{fontCharacter:"\\eaa8"}),a.debugBreakpointData=new a("debug-breakpoint-data",{fontCharacter:"\\eaa9"}),a.debugBreakpointDataDisabled=new a("debug-breakpoint-data-disabled",{fontCharacter:"\\eaa9"}),a.debugBreakpointLogUnverified=new a("debug-breakpoint-log-unverified",{fontCharacter:"\\eaaa"}),a.debugBreakpointLog=new a("debug-breakpoint-log",{fontCharacter:"\\eaab"}),a.debugBreakpointLogDisabled=new a("debug-breakpoint-log-disabled",{fontCharacter:"\\eaab"}),a.briefcase=new a("briefcase",{fontCharacter:"\\eaac"}),a.broadcast=new a("broadcast",{fontCharacter:"\\eaad"}),a.browser=new a("browser",{fontCharacter:"\\eaae"}),a.bug=new a("bug",{fontCharacter:"\\eaaf"}),a.calendar=new a("calendar",{fontCharacter:"\\eab0"}),a.caseSensitive=new a("case-sensitive",{fontCharacter:"\\eab1"}),a.check=new a("check",{fontCharacter:"\\eab2"}),a.checklist=new a("checklist",{fontCharacter:"\\eab3"}),a.chevronDown=new a("chevron-down",{fontCharacter:"\\eab4"}),a.dropDownButton=new a("drop-down-button",a.chevronDown.definition),a.chevronLeft=new a("chevron-left",{fontCharacter:"\\eab5"}),a.chevronRight=new a("chevron-right",{fontCharacter:"\\eab6"}),a.chevronUp=new a("chevron-up",{fontCharacter:"\\eab7"}),a.chromeClose=new a("chrome-close",{fontCharacter:"\\eab8"}),a.chromeMaximize=new a("chrome-maximize",{fontCharacter:"\\eab9"}),a.chromeMinimize=new a("chrome-minimize",{fontCharacter:"\\eaba"}),a.chromeRestore=new a("chrome-restore",{fontCharacter:"\\eabb"}),a.circleOutline=new a("circle-outline",{fontCharacter:"\\eabc"}),a.debugBreakpointUnverified=new a("debug-breakpoint-unverified",{fontCharacter:"\\eabc"}),a.circleSlash=new a("circle-slash",{fontCharacter:"\\eabd"}),a.circuitBoard=new a("circuit-board",{fontCharacter:"\\eabe"}),a.clearAll=new a("clear-all",{fontCharacter:"\\eabf"}),a.clippy=new a("clippy",{fontCharacter:"\\eac0"}),a.closeAll=new a("close-all",{fontCharacter:"\\eac1"}),a.cloudDownload=new a("cloud-download",{fontCharacter:"\\eac2"}),a.cloudUpload=new a("cloud-upload",{fontCharacter:"\\eac3"}),a.code=new a("code",{fontCharacter:"\\eac4"}),a.collapseAll=new a("collapse-all",{fontCharacter:"\\eac5"}),a.colorMode=new a("color-mode",{fontCharacter:"\\eac6"}),a.commentDiscussion=new a("comment-discussion",{fontCharacter:"\\eac7"}),a.compareChanges=new a("compare-changes",{fontCharacter:"\\eafd"}),a.creditCard=new a("credit-card",{fontCharacter:"\\eac9"}),a.dash=new a("dash",{fontCharacter:"\\eacc"}),a.dashboard=new a("dashboard",{fontCharacter:"\\eacd"}),a.database=new a("database",{fontCharacter:"\\eace"}),a.debugContinue=new a("debug-continue",{fontCharacter:"\\eacf"}),a.debugDisconnect=new a("debug-disconnect",{fontCharacter:"\\ead0"}),a.debugPause=new a("debug-pause",{fontCharacter:"\\ead1"}),a.debugRestart=new a("debug-restart",{fontCharacter:"\\ead2"}),a.debugStart=new a("debug-start",{fontCharacter:"\\ead3"}),a.debugStepInto=new a("debug-step-into",{fontCharacter:"\\ead4"}),a.debugStepOut=new a("debug-step-out",{fontCharacter:"\\ead5"}),a.debugStepOver=new a("debug-step-over",{fontCharacter:"\\ead6"}),a.debugStop=new a("debug-stop",{fontCharacter:"\\ead7"}),a.debug=new a("debug",{fontCharacter:"\\ead8"}),a.deviceCameraVideo=new a("device-camera-video",{fontCharacter:"\\ead9"}),a.deviceCamera=new a("device-camera",{fontCharacter:"\\eada"}),a.deviceMobile=new a("device-mobile",{fontCharacter:"\\eadb"}),a.diffAdded=new a("diff-added",{fontCharacter:"\\eadc"}),a.diffIgnored=new a("diff-ignored",{fontCharacter:"\\eadd"}),a.diffModified=new a("diff-modified",{fontCharacter:"\\eade"}),a.diffRemoved=new a("diff-removed",{fontCharacter:"\\eadf"}),a.diffRenamed=new a("diff-renamed",{fontCharacter:"\\eae0"}),a.diff=new a("diff",{fontCharacter:"\\eae1"}),a.discard=new a("discard",{fontCharacter:"\\eae2"}),a.editorLayout=new a("editor-layout",{fontCharacter:"\\eae3"}),a.emptyWindow=new a("empty-window",{fontCharacter:"\\eae4"}),a.exclude=new a("exclude",{fontCharacter:"\\eae5"}),a.extensions=new a("extensions",{fontCharacter:"\\eae6"}),a.eyeClosed=new a("eye-closed",{fontCharacter:"\\eae7"}),a.fileBinary=new a("file-binary",{fontCharacter:"\\eae8"}),a.fileCode=new a("file-code",{fontCharacter:"\\eae9"}),a.fileMedia=new a("file-media",{fontCharacter:"\\eaea"}),a.filePdf=new a("file-pdf",{fontCharacter:"\\eaeb"}),a.fileSubmodule=new a("file-submodule",{fontCharacter:"\\eaec"}),a.fileSymlinkDirectory=new a("file-symlink-directory",{fontCharacter:"\\eaed"}),a.fileSymlinkFile=new a("file-symlink-file",{fontCharacter:"\\eaee"}),a.fileZip=new a("file-zip",{fontCharacter:"\\eaef"}),a.files=new a("files",{fontCharacter:"\\eaf0"}),a.filter=new a("filter",{fontCharacter:"\\eaf1"}),a.flame=new a("flame",{fontCharacter:"\\eaf2"}),a.foldDown=new a("fold-down",{fontCharacter:"\\eaf3"}),a.foldUp=new a("fold-up",{fontCharacter:"\\eaf4"}),a.fold=new a("fold",{fontCharacter:"\\eaf5"}),a.folderActive=new a("folder-active",{fontCharacter:"\\eaf6"}),a.folderOpened=new a("folder-opened",{fontCharacter:"\\eaf7"}),a.gear=new a("gear",{fontCharacter:"\\eaf8"}),a.gift=new a("gift",{fontCharacter:"\\eaf9"}),a.gistSecret=new a("gist-secret",{fontCharacter:"\\eafa"}),a.gist=new a("gist",{fontCharacter:"\\eafb"}),a.gitCommit=new a("git-commit",{fontCharacter:"\\eafc"}),a.gitCompare=new a("git-compare",{fontCharacter:"\\eafd"}),a.gitMerge=new a("git-merge",{fontCharacter:"\\eafe"}),a.githubAction=new a("github-action",{fontCharacter:"\\eaff"}),a.githubAlt=new a("github-alt",{fontCharacter:"\\eb00"}),a.globe=new a("globe",{fontCharacter:"\\eb01"}),a.grabber=new a("grabber",{fontCharacter:"\\eb02"}),a.graph=new a("graph",{fontCharacter:"\\eb03"}),a.gripper=new a("gripper",{fontCharacter:"\\eb04"}),a.heart=new a("heart",{fontCharacter:"\\eb05"}),a.home=new a("home",{fontCharacter:"\\eb06"}),a.horizontalRule=new a("horizontal-rule",{fontCharacter:"\\eb07"}),a.hubot=new a("hubot",{fontCharacter:"\\eb08"}),a.inbox=new a("inbox",{fontCharacter:"\\eb09"}),a.issueClosed=new a("issue-closed",{fontCharacter:"\\eba4"}),a.issueReopened=new a("issue-reopened",{fontCharacter:"\\eb0b"}),a.issues=new a("issues",{fontCharacter:"\\eb0c"}),a.italic=new a("italic",{fontCharacter:"\\eb0d"}),a.jersey=new a("jersey",{fontCharacter:"\\eb0e"}),a.json=new a("json",{fontCharacter:"\\eb0f"}),a.kebabVertical=new a("kebab-vertical",{fontCharacter:"\\eb10"}),a.key=new a("key",{fontCharacter:"\\eb11"}),a.law=new a("law",{fontCharacter:"\\eb12"}),a.lightbulbAutofix=new a("lightbulb-autofix",{fontCharacter:"\\eb13"}),a.linkExternal=new a("link-external",{fontCharacter:"\\eb14"}),a.link=new a("link",{fontCharacter:"\\eb15"}),a.listOrdered=new a("list-ordered",{fontCharacter:"\\eb16"}),a.listUnordered=new a("list-unordered",{fontCharacter:"\\eb17"}),a.liveShare=new a("live-share",{fontCharacter:"\\eb18"}),a.loading=new a("loading",{fontCharacter:"\\eb19"}),a.location=new a("location",{fontCharacter:"\\eb1a"}),a.mailRead=new a("mail-read",{fontCharacter:"\\eb1b"}),a.mail=new a("mail",{fontCharacter:"\\eb1c"}),a.markdown=new a("markdown",{fontCharacter:"\\eb1d"}),a.megaphone=new a("megaphone",{fontCharacter:"\\eb1e"}),a.mention=new a("mention",{fontCharacter:"\\eb1f"}),a.milestone=new a("milestone",{fontCharacter:"\\eb20"}),a.mortarBoard=new a("mortar-board",{fontCharacter:"\\eb21"}),a.move=new a("move",{fontCharacter:"\\eb22"}),a.multipleWindows=new a("multiple-windows",{fontCharacter:"\\eb23"}),a.mute=new a("mute",{fontCharacter:"\\eb24"}),a.noNewline=new a("no-newline",{fontCharacter:"\\eb25"}),a.note=new a("note",{fontCharacter:"\\eb26"}),a.octoface=new a("octoface",{fontCharacter:"\\eb27"}),a.openPreview=new a("open-preview",{fontCharacter:"\\eb28"}),a.package_=new a("package",{fontCharacter:"\\eb29"}),a.paintcan=new a("paintcan",{fontCharacter:"\\eb2a"}),a.pin=new a("pin",{fontCharacter:"\\eb2b"}),a.play=new a("play",{fontCharacter:"\\eb2c"}),a.run=new a("run",{fontCharacter:"\\eb2c"}),a.plug=new a("plug",{fontCharacter:"\\eb2d"}),a.preserveCase=new a("preserve-case",{fontCharacter:"\\eb2e"}),a.preview=new a("preview",{fontCharacter:"\\eb2f"}),a.project=new a("project",{fontCharacter:"\\eb30"}),a.pulse=new a("pulse",{fontCharacter:"\\eb31"}),a.question=new a("question",{fontCharacter:"\\eb32"}),a.quote=new a("quote",{fontCharacter:"\\eb33"}),a.radioTower=new a("radio-tower",{fontCharacter:"\\eb34"}),a.reactions=new a("reactions",{fontCharacter:"\\eb35"}),a.references=new a("references",{fontCharacter:"\\eb36"}),a.refresh=new a("refresh",{fontCharacter:"\\eb37"}),a.regex=new a("regex",{fontCharacter:"\\eb38"}),a.remoteExplorer=new a("remote-explorer",{fontCharacter:"\\eb39"}),a.remote=new a("remote",{fontCharacter:"\\eb3a"}),a.remove=new a("remove",{fontCharacter:"\\eb3b"}),a.replaceAll=new a("replace-all",{fontCharacter:"\\eb3c"}),a.replace=new a("replace",{fontCharacter:"\\eb3d"}),a.repoClone=new a("repo-clone",{fontCharacter:"\\eb3e"}),a.repoForcePush=new a("repo-force-push",{fontCharacter:"\\eb3f"}),a.repoPull=new a("repo-pull",{fontCharacter:"\\eb40"}),a.repoPush=new a("repo-push",{fontCharacter:"\\eb41"}),a.report=new a("report",{fontCharacter:"\\eb42"}),a.requestChanges=new a("request-changes",{fontCharacter:"\\eb43"}),a.rocket=new a("rocket",{fontCharacter:"\\eb44"}),a.rootFolderOpened=new a("root-folder-opened",{fontCharacter:"\\eb45"}),a.rootFolder=new a("root-folder",{fontCharacter:"\\eb46"}),a.rss=new a("rss",{fontCharacter:"\\eb47"}),a.ruby=new a("ruby",{fontCharacter:"\\eb48"}),a.saveAll=new a("save-all",{fontCharacter:"\\eb49"}),a.saveAs=new a("save-as",{fontCharacter:"\\eb4a"}),a.save=new a("save",{fontCharacter:"\\eb4b"}),a.screenFull=new a("screen-full",{fontCharacter:"\\eb4c"}),a.screenNormal=new a("screen-normal",{fontCharacter:"\\eb4d"}),a.searchStop=new a("search-stop",{fontCharacter:"\\eb4e"}),a.server=new a("server",{fontCharacter:"\\eb50"}),a.settingsGear=new a("settings-gear",{fontCharacter:"\\eb51"}),a.settings=new a("settings",{fontCharacter:"\\eb52"}),a.shield=new a("shield",{fontCharacter:"\\eb53"}),a.smiley=new a("smiley",{fontCharacter:"\\eb54"}),a.sortPrecedence=new a("sort-precedence",{fontCharacter:"\\eb55"}),a.splitHorizontal=new a("split-horizontal",{fontCharacter:"\\eb56"}),a.splitVertical=new a("split-vertical",{fontCharacter:"\\eb57"}),a.squirrel=new a("squirrel",{fontCharacter:"\\eb58"}),a.starFull=new a("star-full",{fontCharacter:"\\eb59"}),a.starHalf=new a("star-half",{fontCharacter:"\\eb5a"}),a.symbolClass=new a("symbol-class",{fontCharacter:"\\eb5b"}),a.symbolColor=new a("symbol-color",{fontCharacter:"\\eb5c"}),a.symbolConstant=new a("symbol-constant",{fontCharacter:"\\eb5d"}),a.symbolEnumMember=new a("symbol-enum-member",{fontCharacter:"\\eb5e"}),a.symbolField=new a("symbol-field",{fontCharacter:"\\eb5f"}),a.symbolFile=new a("symbol-file",{fontCharacter:"\\eb60"}),a.symbolInterface=new a("symbol-interface",{fontCharacter:"\\eb61"}),a.symbolKeyword=new a("symbol-keyword",{fontCharacter:"\\eb62"}),a.symbolMisc=new a("symbol-misc",{fontCharacter:"\\eb63"}),a.symbolOperator=new a("symbol-operator",{fontCharacter:"\\eb64"}),a.symbolProperty=new a("symbol-property",{fontCharacter:"\\eb65"}),a.wrench=new a("wrench",{fontCharacter:"\\eb65"}),a.wrenchSubaction=new a("wrench-subaction",{fontCharacter:"\\eb65"}),a.symbolSnippet=new a("symbol-snippet",{fontCharacter:"\\eb66"}),a.tasklist=new a("tasklist",{fontCharacter:"\\eb67"}),a.telescope=new a("telescope",{fontCharacter:"\\eb68"}),a.textSize=new a("text-size",{fontCharacter:"\\eb69"}),a.threeBars=new a("three-bars",{fontCharacter:"\\eb6a"}),a.thumbsdown=new a("thumbsdown",{fontCharacter:"\\eb6b"}),a.thumbsup=new a("thumbsup",{fontCharacter:"\\eb6c"}),a.tools=new a("tools",{fontCharacter:"\\eb6d"}),a.triangleDown=new a("triangle-down",{fontCharacter:"\\eb6e"}),a.triangleLeft=new a("triangle-left",{fontCharacter:"\\eb6f"}),a.triangleRight=new a("triangle-right",{fontCharacter:"\\eb70"}),a.triangleUp=new a("triangle-up",{fontCharacter:"\\eb71"}),a.twitter=new a("twitter",{fontCharacter:"\\eb72"}),a.unfold=new a("unfold",{fontCharacter:"\\eb73"}),a.unlock=new a("unlock",{fontCharacter:"\\eb74"}),a.unmute=new a("unmute",{fontCharacter:"\\eb75"}),a.unverified=new a("unverified",{fontCharacter:"\\eb76"}),a.verified=new a("verified",{fontCharacter:"\\eb77"}),a.versions=new a("versions",{fontCharacter:"\\eb78"}),a.vmActive=new a("vm-active",{fontCharacter:"\\eb79"}),a.vmOutline=new a("vm-outline",{fontCharacter:"\\eb7a"}),a.vmRunning=new a("vm-running",{fontCharacter:"\\eb7b"}),a.watch=new a("watch",{fontCharacter:"\\eb7c"}),a.whitespace=new a("whitespace",{fontCharacter:"\\eb7d"}),a.wholeWord=new a("whole-word",{fontCharacter:"\\eb7e"}),a.window=new a("window",{fontCharacter:"\\eb7f"}),a.wordWrap=new a("word-wrap",{fontCharacter:"\\eb80"}),a.zoomIn=new a("zoom-in",{fontCharacter:"\\eb81"}),a.zoomOut=new a("zoom-out",{fontCharacter:"\\eb82"}),a.listFilter=new a("list-filter",{fontCharacter:"\\eb83"}),a.listFlat=new a("list-flat",{fontCharacter:"\\eb84"}),a.listSelection=new a("list-selection",{fontCharacter:"\\eb85"}),a.selection=new a("selection",{fontCharacter:"\\eb85"}),a.listTree=new a("list-tree",{fontCharacter:"\\eb86"}),a.debugBreakpointFunctionUnverified=new a("debug-breakpoint-function-unverified",{fontCharacter:"\\eb87"}),a.debugBreakpointFunction=new a("debug-breakpoint-function",{fontCharacter:"\\eb88"}),a.debugBreakpointFunctionDisabled=new a("debug-breakpoint-function-disabled",{fontCharacter:"\\eb88"}),a.debugStackframeActive=new a("debug-stackframe-active",{fontCharacter:"\\eb89"}),a.debugStackframeDot=new a("debug-stackframe-dot",{fontCharacter:"\\eb8a"}),a.debugStackframe=new a("debug-stackframe",{fontCharacter:"\\eb8b"}),a.debugStackframeFocused=new a("debug-stackframe-focused",{fontCharacter:"\\eb8b"}),a.debugBreakpointUnsupported=new a("debug-breakpoint-unsupported",{fontCharacter:"\\eb8c"}),a.symbolString=new a("symbol-string",{fontCharacter:"\\eb8d"}),a.debugReverseContinue=new a("debug-reverse-continue",{fontCharacter:"\\eb8e"}),a.debugStepBack=new a("debug-step-back",{fontCharacter:"\\eb8f"}),a.debugRestartFrame=new a("debug-restart-frame",{fontCharacter:"\\eb90"}),a.callIncoming=new a("call-incoming",{fontCharacter:"\\eb92"}),a.callOutgoing=new a("call-outgoing",{fontCharacter:"\\eb93"}),a.menu=new a("menu",{fontCharacter:"\\eb94"}),a.expandAll=new a("expand-all",{fontCharacter:"\\eb95"}),a.feedback=new a("feedback",{fontCharacter:"\\eb96"}),a.groupByRefType=new a("group-by-ref-type",{fontCharacter:"\\eb97"}),a.ungroupByRefType=new a("ungroup-by-ref-type",{fontCharacter:"\\eb98"}),a.account=new a("account",{fontCharacter:"\\eb99"}),a.bellDot=new a("bell-dot",{fontCharacter:"\\eb9a"}),a.debugConsole=new a("debug-console",{fontCharacter:"\\eb9b"}),a.library=new a("library",{fontCharacter:"\\eb9c"}),a.output=new a("output",{fontCharacter:"\\eb9d"}),a.runAll=new a("run-all",{fontCharacter:"\\eb9e"}),a.syncIgnored=new a("sync-ignored",{fontCharacter:"\\eb9f"}),a.pinned=new a("pinned",{fontCharacter:"\\eba0"}),a.githubInverted=new a("github-inverted",{fontCharacter:"\\eba1"}),a.debugAlt=new a("debug-alt",{fontCharacter:"\\eb91"}),a.serverProcess=new a("server-process",{fontCharacter:"\\eba2"}),a.serverEnvironment=new a("server-environment",{fontCharacter:"\\eba3"}),a.pass=new a("pass",{fontCharacter:"\\eba4"}),a.stopCircle=new a("stop-circle",{fontCharacter:"\\eba5"}),a.playCircle=new a("play-circle",{fontCharacter:"\\eba6"}),a.record=new a("record",{fontCharacter:"\\eba7"}),a.debugAltSmall=new a("debug-alt-small",{fontCharacter:"\\eba8"}),a.vmConnect=new a("vm-connect",{fontCharacter:"\\eba9"}),a.cloud=new a("cloud",{fontCharacter:"\\ebaa"}),a.merge=new a("merge",{fontCharacter:"\\ebab"}),a.exportIcon=new a("export",{fontCharacter:"\\ebac"}),a.graphLeft=new a("graph-left",{fontCharacter:"\\ebad"}),a.magnet=new a("magnet",{fontCharacter:"\\ebae"}),a.notebook=new a("notebook",{fontCharacter:"\\ebaf"}),a.redo=new a("redo",{fontCharacter:"\\ebb0"}),a.checkAll=new a("check-all",{fontCharacter:"\\ebb1"}),a.pinnedDirty=new a("pinned-dirty",{fontCharacter:"\\ebb2"}),a.passFilled=new a("pass-filled",{fontCharacter:"\\ebb3"}),a.circleLargeFilled=new a("circle-large-filled",{fontCharacter:"\\ebb4"}),a.circleLargeOutline=new a("circle-large-outline",{fontCharacter:"\\ebb5"}),a.combine=new a("combine",{fontCharacter:"\\ebb6"}),a.gather=new a("gather",{fontCharacter:"\\ebb6"}),a.table=new a("table",{fontCharacter:"\\ebb7"}),a.variableGroup=new a("variable-group",{fontCharacter:"\\ebb8"}),a.typeHierarchy=new a("type-hierarchy",{fontCharacter:"\\ebb9"}),a.typeHierarchySub=new a("type-hierarchy-sub",{fontCharacter:"\\ebba"}),a.typeHierarchySuper=new a("type-hierarchy-super",{fontCharacter:"\\ebbb"}),a.gitPullRequestCreate=new a("git-pull-request-create",{fontCharacter:"\\ebbc"}),a.runAbove=new a("run-above",{fontCharacter:"\\ebbd"}),a.runBelow=new a("run-below",{fontCharacter:"\\ebbe"}),a.notebookTemplate=new a("notebook-template",{fontCharacter:"\\ebbf"}),a.debugRerun=new a("debug-rerun",{fontCharacter:"\\ebc0"}),a.workspaceTrusted=new a("workspace-trusted",{fontCharacter:"\\ebc1"}),a.workspaceUntrusted=new a("workspace-untrusted",{fontCharacter:"\\ebc2"}),a.workspaceUnspecified=new a("workspace-unspecified",{fontCharacter:"\\ebc3"}),a.terminalCmd=new a("terminal-cmd",{fontCharacter:"\\ebc4"}),a.terminalDebian=new a("terminal-debian",{fontCharacter:"\\ebc5"}),a.terminalLinux=new a("terminal-linux",{fontCharacter:"\\ebc6"}),a.terminalPowershell=new a("terminal-powershell",{fontCharacter:"\\ebc7"}),a.terminalTmux=new a("terminal-tmux",{fontCharacter:"\\ebc8"}),a.terminalUbuntu=new a("terminal-ubuntu",{fontCharacter:"\\ebc9"}),a.terminalBash=new a("terminal-bash",{fontCharacter:"\\ebca"}),a.arrowSwap=new a("arrow-swap",{fontCharacter:"\\ebcb"}),a.copy=new a("copy",{fontCharacter:"\\ebcc"}),a.personAdd=new a("person-add",{fontCharacter:"\\ebcd"}),a.filterFilled=new a("filter-filled",{fontCharacter:"\\ebce"}),a.wand=new a("wand",{fontCharacter:"\\ebcf"}),a.debugLineByLine=new a("debug-line-by-line",{fontCharacter:"\\ebd0"}),a.inspect=new a("inspect",{fontCharacter:"\\ebd1"}),a.layers=new a("layers",{fontCharacter:"\\ebd2"}),a.layersDot=new a("layers-dot",{fontCharacter:"\\ebd3"}),a.layersActive=new a("layers-active",{fontCharacter:"\\ebd4"}),a.compass=new a("compass",{fontCharacter:"\\ebd5"}),a.compassDot=new a("compass-dot",{fontCharacter:"\\ebd6"}),a.compassActive=new a("compass-active",{fontCharacter:"\\ebd7"}),a.azure=new a("azure",{fontCharacter:"\\ebd8"}),a.issueDraft=new a("issue-draft",{fontCharacter:"\\ebd9"}),a.gitPullRequestClosed=new a("git-pull-request-closed",{fontCharacter:"\\ebda"}),a.gitPullRequestDraft=new a("git-pull-request-draft",{fontCharacter:"\\ebdb"}),a.debugAll=new a("debug-all",{fontCharacter:"\\ebdc"}),a.debugCoverage=new a("debug-coverage",{fontCharacter:"\\ebdd"}),a.runErrors=new a("run-errors",{fontCharacter:"\\ebde"}),a.folderLibrary=new a("folder-library",{fontCharacter:"\\ebdf"}),a.debugContinueSmall=new a("debug-continue-small",{fontCharacter:"\\ebe0"}),a.beakerStop=new a("beaker-stop",{fontCharacter:"\\ebe1"}),a.graphLine=new a("graph-line",{fontCharacter:"\\ebe2"}),a.graphScatter=new a("graph-scatter",{fontCharacter:"\\ebe3"}),a.pieChart=new a("pie-chart",{fontCharacter:"\\ebe4"}),a.bracket=new a("bracket",a.json.definition),a.bracketDot=new a("bracket-dot",{fontCharacter:"\\ebe5"}),a.bracketError=new a("bracket-error",{fontCharacter:"\\ebe6"}),a.lockSmall=new a("lock-small",{fontCharacter:"\\ebe7"}),a.azureDevops=new a("azure-devops",{fontCharacter:"\\ebe8"}),a.verifiedFilled=new a("verified-filled",{fontCharacter:"\\ebe9"})}(h||(h={}))},79881:function(d,_,e){"use strict";e.d(_,{B8:function(){return p},Cp:function(){return c},F0:function(){return u},L6:function(){return x},VV:function(){return h},b1:function(){return a},dL:function(){return l},ri:function(){return f}});class r{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(m){setTimeout(()=>{throw m.stack?new Error(m.message+`
`+m.stack):m},0)}}emit(m){this.listeners.forEach(b=>{b(m)})}onUnexpectedError(m){this.unexpectedErrorHandler(m),this.emit(m)}onUnexpectedExternalError(m){this.unexpectedErrorHandler(m)}}const i=new r;function l(y){h(y)||i.onUnexpectedError(y)}function c(y){h(y)||i.onUnexpectedExternalError(y)}function f(y){if(y instanceof Error){let{name:m,message:b}=y;const S=y.stacktrace||y.stack;return{$isError:!0,name:m,message:b,stack:S}}return y}const o="Canceled";function h(y){return y instanceof Error&&y.name===o&&y.message===o}function u(){const y=new Error(o);return y.name=y.message,y}function a(y){return y?new Error(`Illegal argument: ${y}`):new Error("Illegal argument")}function x(y){return y?new Error(`Illegal state: ${y}`):new Error("Illegal state")}class p extends Error{constructor(m){super("NotSupported"),m&&(this.message=m)}}},4348:function(d,_,e){"use strict";e.d(_,{D0:function(){return p},E7:function(){return y},K3:function(){return x},Q5:function(){return a},ZD:function(){return m},ju:function(){return f}});var r=e(79881),i=e(69323),l=e(34502),c=e(95830),f;(function(b){b.None=()=>i.JT.None;function S(se){return(ee,Q=null,le)=>{let $=!1,j;return j=se(ie=>{if(!$)return j?j.dispose():$=!0,ee.call(Q,ie)},null,le),$&&j.dispose(),j}}b.once=S;function D(se,ee){return N((Q,le=null,$)=>se(j=>Q.call(le,ee(j)),null,$))}b.map=D;function R(se,ee){return N((Q,le=null,$)=>se(j=>{ee(j),Q.call(le,j)},null,$))}b.forEach=R;function A(se,ee){return N((Q,le=null,$)=>se(j=>ee(j)&&Q.call(le,j),null,$))}b.filter=A;function P(se){return se}b.signal=P;function M(...se){return(ee,Q=null,le)=>(0,i.F8)(...se.map($=>$(j=>ee.call(Q,j),null,le)))}b.any=M;function B(se,ee,Q){let le=Q;return D(se,$=>(le=ee(le,$),le))}b.reduce=B;function N(se){let ee;const Q=new a({onFirstListenerAdd(){ee=se(Q.fire,Q)},onLastListenerRemove(){ee.dispose()}});return Q.event}function G(se,ee,Q=100,le=!1,$){let j,ie,me,Te=0;const Oe=new a({leakWarningThreshold:$,onFirstListenerAdd(){j=se(Ge=>{Te++,ie=ee(ie,Ge),le&&!me&&(Oe.fire(ie),ie=void 0),clearTimeout(me),me=setTimeout(()=>{const Ue=ie;ie=void 0,me=void 0,(!le||Te>1)&&Oe.fire(Ue),Te=0},Q)})},onLastListenerRemove(){j.dispose()}});return Oe.event}b.debounce=G;function H(se,ee=(Q,le)=>Q===le){let Q=!0,le;return A(se,$=>{const j=Q||!ee($,le);return Q=!1,le=$,j})}b.latch=H;function W(se,ee){return[b.filter(se,ee),b.filter(se,Q=>!ee(Q))]}b.split=W;function ae(se,ee=!1,Q=[]){let le=Q.slice(),$=se(me=>{le?le.push(me):ie.fire(me)});const j=()=>{le&&le.forEach(me=>ie.fire(me)),le=null},ie=new a({onFirstListenerAdd(){$||($=se(me=>ie.fire(me)))},onFirstListenerDidAdd(){le&&(ee?setTimeout(j):j())},onLastListenerRemove(){$&&$.dispose(),$=null}});return ie.event}b.buffer=ae;class ne{constructor(ee){this.event=ee}map(ee){return new ne(D(this.event,ee))}forEach(ee){return new ne(R(this.event,ee))}filter(ee){return new ne(A(this.event,ee))}reduce(ee,Q){return new ne(B(this.event,ee,Q))}latch(){return new ne(H(this.event))}debounce(ee,Q=100,le=!1,$){return new ne(G(this.event,ee,Q,le,$))}on(ee,Q,le){return this.event(ee,Q,le)}once(ee,Q,le){return S(this.event)(ee,Q,le)}}function oe(se){return new ne(se)}b.chain=oe;function q(se,ee,Q=le=>le){const le=(...me)=>ie.fire(Q(...me)),$=()=>se.on(ee,le),j=()=>se.removeListener(ee,le),ie=new a({onFirstListenerAdd:$,onLastListenerRemove:j});return ie.event}b.fromNodeEventEmitter=q;function J(se,ee,Q=le=>le){const le=(...me)=>ie.fire(Q(...me)),$=()=>se.addEventListener(ee,le),j=()=>se.removeEventListener(ee,le),ie=new a({onFirstListenerAdd:$,onLastListenerRemove:j});return ie.event}b.fromDOMEventEmitter=J;function K(se){return new Promise(ee=>S(se)(ee))}b.toPromise=K})(f||(f={}));class o{constructor(S){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${S}_${o._idPool++}`}start(S){this._stopWatch=new c.G(!0),this._listenerCount=S}stop(){if(this._stopWatch){const S=this._stopWatch.elapsed();this._elapsedOverall+=S,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${S.toFixed(5)}, listener: ${this._listenerCount} (elapsed_overall: ${this._elapsedOverall.toFixed(2)}, invocations: ${this._invocationCount})`),this._stopWatch=void 0}}}o._idPool=0;let h=-1;class u{constructor(S,D=Math.random().toString(18).slice(2,5)){this.customThreshold=S,this.name=D,this._warnCountdown=0}dispose(){this._stacks&&this._stacks.clear()}check(S){let D=h;if(typeof this.customThreshold=="number"&&(D=this.customThreshold),D<=0||S<D)return;this._stacks||(this._stacks=new Map);const R=new Error().stack.split(`
`).slice(3).join(`
`),A=this._stacks.get(R)||0;if(this._stacks.set(R,A+1),this._warnCountdown-=1,this._warnCountdown<=0){this._warnCountdown=D*.5;let P,M=0;for(const[B,N]of this._stacks)(!P||M<N)&&(P=B,M=N);console.warn(`[${this.name}] potential listener LEAK detected, having ${S} listeners already. MOST frequent listener (${M}):`),console.warn(P)}return()=>{const P=this._stacks.get(R)||0;this._stacks.set(R,P-1)}}}class a{constructor(S){var D;this._disposed=!1,this._options=S,this._leakageMon=h>0?new u(this._options&&this._options.leakWarningThreshold):void 0,this._perfMon=!((D=this._options)===null||D===void 0)&&D._profName?new o(this._options._profName):void 0}get event(){return this._event||(this._event=(S,D,R)=>{var A;this._listeners||(this._listeners=new l.S);const P=this._listeners.isEmpty();P&&this._options&&this._options.onFirstListenerAdd&&this._options.onFirstListenerAdd(this);const M=this._listeners.push(D?[S,D]:S);P&&this._options&&this._options.onFirstListenerDidAdd&&this._options.onFirstListenerDidAdd(this),this._options&&this._options.onListenerDidAdd&&this._options.onListenerDidAdd(this,S,D);const B=(A=this._leakageMon)===null||A===void 0?void 0:A.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(S){var D,R;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new l.S);for(let A of this._listeners)this._deliveryQueue.push([A,S]);for((D=this._perfMon)===null||D===void 0||D.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[A,P]=this._deliveryQueue.shift();try{typeof A=="function"?A.call(void 0,P):A[0].call(A[1],P)}catch(M){(0,r.dL)(M)}}(R=this._perfMon)===null||R===void 0||R.stop()}}dispose(){var S,D,R,A,P;this._disposed||(this._disposed=!0,(S=this._listeners)===null||S===void 0||S.clear(),(D=this._deliveryQueue)===null||D===void 0||D.clear(),(A=(R=this._options)===null||R===void 0?void 0:R.onLastListenerRemove)===null||A===void 0||A.call(R),(P=this._leakageMon)===null||P===void 0||P.dispose())}}class x extends a{constructor(S){super(S),this._isPaused=0,this._eventQueue=new l.S,this._mergeFn=S==null?void 0:S.merge}pause(){this._isPaused++}resume(){if(this._isPaused!==0&&--this._isPaused===0)if(this._mergeFn){const S=Array.from(this._eventQueue);this._eventQueue.clear(),super.fire(this._mergeFn(S))}else for(;!this._isPaused&&this._eventQueue.size!==0;)super.fire(this._eventQueue.shift())}fire(S){this._listeners&&(this._isPaused!==0?this._eventQueue.push(S):super.fire(S))}}class p extends x{constructor(S){var D;super(S),this._delay=(D=S.delay)!==null&&D!==void 0?D:100}fire(S){this._handle||(this.pause(),this._handle=setTimeout(()=>{this._handle=void 0,this.resume()},this._delay)),super.fire(S)}}class y{constructor(){this.buffers=[]}wrapEvent(S){return(D,R,A)=>S(P=>{const M=this.buffers[this.buffers.length-1];M?M.push(()=>D.call(R,P)):D.call(R,P)},void 0,A)}bufferEvents(S){const D=[];this.buffers.push(D);const R=S();return this.buffers.pop(),D.forEach(A=>A()),R}}class m{constructor(){this.listening=!1,this.inputEvent=f.None,this.inputEventListener=i.JT.None,this.emitter=new a({onFirstListenerDidAdd:()=>{this.listening=!0,this.inputEventListener=this.inputEvent(this.emitter.fire,this.emitter)},onLastListenerRemove:()=>{this.listening=!1,this.inputEventListener.dispose()}}),this.event=this.emitter.event}set input(S){this.inputEvent=S,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=S(this.emitter.fire,this.emitter))}dispose(){this.inputEventListener.dispose(),this.emitter.dispose()}}},17845:function(d,_,e){"use strict";e.d(_,{I:function(){return r}});function r(i){const l=this;let c=!1,f;return function(){return c||(c=!0,f=i.apply(l,arguments)),f}}},88226:function(d,_,e){"use strict";e.d(_,{$:function(){return r}});var r;(function(i){function l(M){return M&&typeof M=="object"&&typeof M[Symbol.iterator]=="function"}i.is=l;const c=Object.freeze([]);function f(){return c}i.empty=f;function*o(M){yield M}i.single=o;function h(M){return M||c}i.from=h;function u(M){return!M||M[Symbol.iterator]().next().done===!0}i.isEmpty=u;function a(M){return M[Symbol.iterator]().next().value}i.first=a;function x(M,B){for(const 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 G of M)yield B(G,N++)}i.map=m;function*b(...M){for(const B of M)for(const N of B)yield N}i.concat=b;function*S(M){for(const B of M)for(const N of B)yield N}i.concatNested=S;function D(M,B,N){let G=N;for(const H of M)G=B(G,H);return G}i.reduce=D;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 A(M,B=Number.POSITIVE_INFINITY){const N=[];if(B===0)return[N,M];const G=M[Symbol.iterator]();for(let H=0;H<B;H++){const W=G.next();if(W.done)return[N,i.empty()];N.push(W.value)}return[N,{[Symbol.iterator](){return G}}]}i.consume=A;function P(M,B,N=(G,H)=>G===H){const G=M[Symbol.iterator](),H=B[Symbol.iterator]();for(;;){const W=G.next(),ae=H.next();if(W.done!==ae.done)return!1;if(W.done)return!0;if(!N(W.value,ae.value))return!1}}i.equals=P})(r||(r={}))},69323:function(d,_,e){"use strict";e.d(_,{B9:function(){return m},F8:function(){return b},JT:function(){return R},Jz:function(){return P},OF:function(){return S},SL:function(){return D},Wf:function(){return y},XK:function(){return A},dk:function(){return x}});var r=e(17845),i=e(88226);const l=!1;let c=null;function f(M){c=M}if(l){const M="__is_disposable_tracked__";f(new class{trackDisposable(B){const 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(G){}}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(G){B.push(G)}if(B.length===1)throw B[0];if(B.length>1)throw new p(B);return Array.isArray(M)?[]:M}else if(M)return M.dispose(),M}function b(...M){const B=S(()=>m(M));return a(M,B),B}function S(M){const B=o({dispose:(0,r.I)(()=>{h(B),M()})});return B}class D{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?D.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}}D.DISABLE_DISPOSED_WARNING=!1;class R{constructor(){this._store=new D,o(this),u(this._store,this)}dispose(){h(this),this._store.dispose()}_register(B){if(B===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(B)}}R.None=Object.freeze({dispose(){}});class A{constructor(){this._isDisposed=!1,o(this)}get value(){return this._isDisposed?void 0:this._value}set value(B){var 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 P{constructor(B){this.object=B}dispose(){}}},34502:function(d,_,e){"use strict";e.d(_,{S:function(){return i}});class r{constructor(c){this.element=c,this.next=r.Undefined,this.prev=r.Undefined}}r.Undefined=new r(void 0);class i{constructor(){this._first=r.Undefined,this._last=r.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===r.Undefined}clear(){let c=this._first;for(;c!==r.Undefined;){const f=c.next;c.prev=r.Undefined,c.next=r.Undefined,c=f}this._first=r.Undefined,this._last=r.Undefined,this._size=0}unshift(c){return this._insert(c,!1)}push(c){return this._insert(c,!0)}_insert(c,f){const o=new r(c);if(this._first===r.Undefined)this._first=o,this._last=o;else if(f){const u=this._last;this._last=o,o.prev=u,u.next=o}else{const u=this._first;this._first=o,o.next=u,u.prev=o}this._size+=1;let h=!1;return()=>{h||(h=!0,this._remove(o))}}shift(){if(this._first!==r.Undefined){const c=this._first.element;return this._remove(this._first),c}}pop(){if(this._last!==r.Undefined){const c=this._last.element;return this._remove(this._last),c}}_remove(c){if(c.prev!==r.Undefined&&c.next!==r.Undefined){const f=c.prev;f.next=c.next,c.next.prev=f}else c.prev===r.Undefined&&c.next===r.Undefined?(this._first=r.Undefined,this._last=r.Undefined):c.next===r.Undefined?(this._last=this._last.prev,this._last.next=r.Undefined):c.prev===r.Undefined&&(this._first=this._first.next,this._first.prev=r.Undefined);this._size-=1}*[Symbol.iterator](){let c=this._first;for(;c!==r.Undefined;)yield c.element,c=c.next}}},23345:function(d,_,e){"use strict";e.d(_,{$L:function(){return G},ED:function(){return P},IJ:function(){return B},OS:function(){return ne},WE:function(){return W},dz:function(){return M},gn:function(){return H},li:function(){return S},r:function(){return J},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 S=typeof self=="object"?self:typeof e.g=="object"?e.g:{};let D;typeof S.vscode!="undefined"&&typeof S.vscode.process!="undefined"?D=S.vscode.process:typeof r!="undefined"&&(D=r);const R=typeof((i=D==null?void 0:D.versions)===null||i===void 0?void 0:i.electron)=="string"&&D.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 D=="object"){c=D.platform==="win32",f=D.platform==="darwin",o=D.platform==="linux",h=o&&!!D.env.SNAP&&!!D.env.SNAP_REVISION,p=l,y=l;const K=D.env.VSCODE_NLS_CONFIG;if(K)try{const se=JSON.parse(K),ee=se.availableLanguages["*"];p=se.locale,y=ee||l,m=se._translationsConfigFile}catch(se){}u=!0}else console.error("Unable to resolve platform.");let A=0;f?A=1:c?A=3:o&&(A=2);const P=c,M=f,B=o,N=u,G=a,H=x,W=b,ae=function(){if(S.setImmediate)return S.setImmediate.bind(S);if(typeof S.postMessage=="function"&&!S.importScripts){let ee=[];S.addEventListener("message",le=>{if(le.data&&le.data.vscodeSetImmediateId)for(let $=0,j=ee.length;$<j;$++){const ie=ee[$];if(ie.id===le.data.vscodeSetImmediateId){ee.splice($,1),ie.callback();return}}});let Q=0;return le=>{const $=++Q;ee.push({id:$,callback:le}),S.postMessage({vscodeSetImmediateId:$},"*")}}if(typeof(D==null?void 0:D.nextTick)=="function")return D.nextTick.bind(D);const se=Promise.resolve();return ee=>se.then(ee)}(),ne=f||x?2:c?1:3;let oe=!0,q=!1;function J(){if(!q){q=!0;const K=new Uint8Array(2);K[0]=1,K[1]=2,oe=new Uint16Array(K.buffer)[0]===513}return oe}},95830:function(d,_,e){"use strict";e.d(_,{G:function(){return l}});var r=e(23345);const i=r.li.performance&&typeof r.li.performance.now=="function";class l{constructor(f){this._highResolution=i&&f,this._startTime=this._now(),this._stopTime=-1}static create(f=!0){return new l(f)}stop(){this._stopTime=this._now()}elapsed(){return this._stopTime!==-1?this._stopTime-this._startTime:this._now()-this._startTime}_now(){return this._highResolution?r.li.performance.now():Date.now()}}},82983:function(d,_,e){"use strict";e.d(_,{$i:function(){return Te},C8:function(){return yt},GF:function(){return p},HO:function(){return Q},IO:function(){return y},K7:function(){return Mt},Kw:function(){return Ft},LC:function(){return S},Mh:function(){return ae},P1:function(){return ne},PJ:function(){return tr},Qe:function(){return Oe},R1:function(){return x},RP:function(){return ie},S6:function(){return ze},TT:function(){return P},Ut:function(){return $},V8:function(){return D},WU:function(){return l},YK:function(){return q},YU:function(){return c},ZG:function(){return oe},ZH:function(){return K},ab:function(){return Ge},c1:function(){return kt},df:function(){return G},ec:function(){return f},fi:function(){return wt},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 _t},oL:function(){return u},ok:function(){return W},ow:function(){return R},qq:function(){return H},qu:function(){return A},rL:function(){return J},uS:function(){return Zt},un:function(){return a},uq:function(){return b},vH:function(){return ee},xe:function(){return Ue},zY:function(){return M}});function r(be){return!be||typeof be!="string"?!0:be.trim().length===0}const i=/{(\d+)}/g;function l(be,...Le){return Le.length===0?be:be.replace(i,function(Ke,He){const Xe=parseInt(He,10);return isNaN(Xe)||Xe<0||Xe>=Le.length?Ke:Le[Xe]})}function c(be){return be.replace(/[<>&]/g,function(Le){switch(Le){case"<":return"&lt;";case">":return"&gt;";case"&":return"&amp;";default:return Le}})}function f(be){return be.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function o(be,Le=" "){const Ke=h(be,Le);return u(Ke,Le)}function h(be,Le){if(!be||!Le)return be;const Ke=Le.length;if(Ke===0||be.length===0)return be;let He=0;for(;be.indexOf(Le,He)===He;)He=He+Ke;return be.substring(He)}function u(be,Le){if(!be||!Le)return be;const Ke=Le.length,He=be.length;if(Ke===0||He===0)return be;let Xe=He,pt=-1;for(;pt=be.lastIndexOf(Le,Xe-1),!(pt===-1||pt+Ke!==Xe);){if(pt===0)return"";Xe=pt}return be.substring(0,Xe)}function a(be){return be.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function x(be){return be.replace(/\*/g,"")}function p(be,Le,Ke={}){if(!be)throw new Error("Cannot create regex from empty string");Le||(be=f(be)),Ke.wholeWord&&(/\B/.test(be.charAt(0))||(be="\\b"+be),/\B/.test(be.charAt(be.length-1))||(be=be+"\\b"));let He="";return Ke.global&&(He+="g"),Ke.matchCase||(He+="i"),Ke.multiline&&(He+="m"),Ke.unicode&&(He+="u"),new RegExp(be,He)}function y(be){return be.source==="^"||be.source==="^$"||be.source==="$"||be.source==="^\\s*$"?!1:!!(be.exec("")&&be.lastIndex===0)}function m(be){return(be.global?"g":"")+(be.ignoreCase?"i":"")+(be.multiline?"m":"")+(be.unicode?"u":"")}function b(be){return be.split(/\r\n|\r|\n/)}function S(be){for(let Le=0,Ke=be.length;Le<Ke;Le++){const He=be.charCodeAt(Le);if(He!==32&&He!==9)return Le}return-1}function D(be,Le=0,Ke=be.length){for(let He=Le;He<Ke;He++){const Xe=be.charCodeAt(He);if(Xe!==32&&Xe!==9)return be.substring(Le,He)}return be.substring(Le,Ke)}function R(be,Le=be.length-1){for(let Ke=Le;Ke>=0;Ke--){const He=be.charCodeAt(Ke);if(He!==32&&He!==9)return Ke}return-1}function A(be,Le){return be<Le?-1:be>Le?1:0}function P(be,Le,Ke=0,He=be.length,Xe=0,pt=Le.length){for(;Ke<He&&Xe<pt;Ke++,Xe++){let Jt=be.charCodeAt(Ke),Me=Le.charCodeAt(Xe);if(Jt<Me)return-1;if(Jt>Me)return 1}const bt=He-Ke,rr=pt-Xe;return bt<rr?-1:bt>rr?1:0}function M(be,Le){return B(be,Le,0,be.length,0,Le.length)}function B(be,Le,Ke=0,He=be.length,Xe=0,pt=Le.length){for(;Ke<He&&Xe<pt;Ke++,Xe++){let Jt=be.charCodeAt(Ke),Me=Le.charCodeAt(Xe);if(Jt===Me)continue;if(Jt>=128||Me>=128)return P(be.toLowerCase(),Le.toLowerCase(),Ke,He,Xe,pt);N(Jt)&&(Jt-=32),N(Me)&&(Me-=32);const rt=Jt-Me;if(rt!==0)return rt}const bt=He-Ke,rr=pt-Xe;return bt<rr?-1:bt>rr?1:0}function N(be){return be>=97&&be<=122}function G(be){return be>=65&&be<=90}function H(be,Le){return be.length===Le.length&&B(be,Le)===0}function W(be,Le){const Ke=Le.length;return Le.length>be.length?!1:B(be,Le,0,Ke)===0}function ae(be,Le){let Ke,He=Math.min(be.length,Le.length);for(Ke=0;Ke<He;Ke++)if(be.charCodeAt(Ke)!==Le.charCodeAt(Ke))return Ke;return He}function ne(be,Le){let Ke,He=Math.min(be.length,Le.length);const Xe=be.length-1,pt=Le.length-1;for(Ke=0;Ke<He;Ke++)if(be.charCodeAt(Xe-Ke)!==Le.charCodeAt(pt-Ke))return Ke;return He}function oe(be){return 55296<=be&&be<=56319}function q(be){return 56320<=be&&be<=57343}function J(be,Le){return(be-55296<<10)+(Le-56320)+65536}function K(be,Le,Ke){const He=be.charCodeAt(Ke);if(oe(He)&&Ke+1<Le){const Xe=be.charCodeAt(Ke+1);if(q(Xe))return J(He,Xe)}return He}function se(be,Le){const Ke=be.charCodeAt(Le-1);if(q(Ke)&&Le>1){const He=be.charCodeAt(Le-2);if(oe(He))return J(He,Ke)}return Ke}function ee(be,Le){const Ke=Bt.getInstance(),He=Le,Xe=be.length,pt=K(be,Xe,Le);Le+=pt>=65536?2:1;let bt=Ke.getGraphemeBreakType(pt);for(;Le<Xe;){const rr=K(be,Xe,Le),Jt=Ke.getGraphemeBreakType(rr);if(wt(bt,Jt))break;Le+=rr>=65536?2:1,bt=Jt}return Le-He}function Q(be,Le){const Ke=Bt.getInstance(),He=Le,Xe=se(be,Le);Le-=Xe>=65536?2:1;let pt=Ke.getGraphemeBreakType(Xe);for(;Le>0;){const bt=se(be,Le),rr=Ke.getGraphemeBreakType(bt);if(wt(rr,pt))break;Le-=bt>=65536?2:1,pt=rr}return He-Le}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 $(be){return le.test(be)}const j=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDED6])/;function ie(be){return j.test(be)}const me=/^[\t\n\r\x20-\x7E]*$/;function Te(be){return me.test(be)}const Oe=/[\u2028\u2029]/;function Ge(be){return Oe.test(be)}function Ue(be){for(let Le=0,Ke=be.length;Le<Ke;Le++)if(Mt(be.charCodeAt(Le)))return!0;return!1}function Mt(be){return be=+be,be>=11904&&be<=55215||be>=63744&&be<=64255||be>=65281&&be<=65374}function yt(be){return be>=127462&&be<=127487||be===8986||be===8987||be===9200||be===9203||be>=9728&&be<=10175||be===11088||be===11093||be>=127744&&be<=128591||be>=128640&&be<=128764||be>=128992&&be<=129003||be>=129280&&be<=129535||be>=129648&&be<=129750}const kt="\uFEFF";function Zt(be){return!!(be&&be.length>0&&be.charCodeAt(0)===65279)}function Ft(be,Le=!1){return be?(Le&&(be=be.replace(/\\./g,"")),be.toLowerCase()!==be):!1}function tr(be){return be=be%52,be<26?String.fromCharCode(97+be):String.fromCharCode(65+be-26)}function ze(be){return Bt.getInstance().getGraphemeBreakType(be)}function wt(be,Le){return be===0?Le!==5&&Le!==7:be===2&&Le===3?!1:be===4||be===2||be===3||Le===4||Le===2||Le===3?!0:!(be===8&&(Le===8||Le===9||Le===11||Le===12)||(be===11||be===9)&&(Le===9||Le===10)||(be===12||be===10)&&Le===10||Le===5||Le===13||Le===7||be===1||be===13&&Le===14||be===6&&Le===6)}class Bt{constructor(){this._data=nt()}static getInstance(){return Bt._INSTANCE||(Bt._INSTANCE=new Bt),Bt._INSTANCE}getGraphemeBreakType(Le){if(Le<32)return Le===10?3:Le===13?2:4;if(Le<127)return 0;const Ke=this._data,He=Ke.length/3;let Xe=1;for(;Xe<=He;)if(Le<Ke[3*Xe])Xe=2*Xe;else if(Le>Ke[3*Xe+1])Xe=2*Xe+1;else return Ke[3*Xe+2];return 0}}Bt._INSTANCE=null;function nt(){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 _t(be,Le){if(be===0)return 0;const Ke=ht(be,Le);if(Ke!==void 0)return Ke;const He=se(Le,be);return be-=Je(He),be}function ht(be,Le){let Ke=se(Le,be);for(be-=Je(Ke);je(Ke)||Ke===65039||Ke===8419;){if(be===0)return;Ke=se(Le,be),be-=Je(Ke)}if(yt(Ke)){if(be>=0){const He=se(Le,be);He===8205&&(be-=Je(He))}return be}}function Je(be){return be>=65536?2:1}function je(be){return 127995<=be&&be<=127999}},72999:function(d,_,e){"use strict";e.d(_,{$E:function(){return S},$K:function(){return h},D8:function(){return y},HD:function(){return i},IU:function(){return D},Jp:function(){return u},Kn:function(){return l},cW:function(){return x},f6:function(){return R},hj:function(){return c},jn:function(){return f},kJ:function(){return r},mf:function(){return p},o8:function(){return o},p_:function(){return a},vE:function(){return A}});function r(P){return Array.isArray(P)}function i(P){return typeof P=="string"}function l(P){return typeof P=="object"&&P!==null&&!Array.isArray(P)&&!(P instanceof RegExp)&&!(P instanceof Date)}function c(P){return typeof P=="number"&&!isNaN(P)}function f(P){return P===!0||P===!1}function o(P){return typeof P=="undefined"}function h(P){return!u(P)}function u(P){return o(P)||P===null}function a(P,M){if(!P)throw new Error(M?`Unexpected type, expected '${M}'`:"Unexpected type")}function x(P){if(u(P))throw new Error("Assertion Failed: argument is undefined or null");return P}function p(P){return typeof P=="function"}function y(P,M){const B=Math.min(P.length,M.length);for(let N=0;N<B;N++)m(P[N],M[N])}function m(P,M){if(i(M)){if(typeof P!==M)throw new Error(`argument does not match constraint: typeof ${M}`)}else if(p(M)){try{if(P instanceof M)return}catch(B){}if(!u(P)&&P.constructor===M||M.length===1&&M.call(void 0,P)===!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(P){let M=[],B=Object.getPrototypeOf(P);for(;Object.prototype!==B;)M=M.concat(Object.getOwnPropertyNames(B)),B=Object.getPrototypeOf(B);return M}function S(P){const M=[];for(const B of b(P))typeof P[B]=="function"&&M.push(B);return M}function D(P,M){const B=G=>function(){const H=Array.prototype.slice.call(arguments,0);return M(G,H)};let N={};for(const G of P)N[G]=B(G);return N}function R(P){return P===null?void 0:P}function A(P,M="Unreachable"){throw new Error(M)}},13268:function(d,_,e){"use strict";e.d(_,{N:function(){return i}});function r(l,c){let f;return c.length===0?f=l:f=l.replace(/\{(\d+)\}/g,function(o,h){const u=h[0];return typeof c[u]!="undefined"?c[u]:o}),f}function i(l,c,...f){return r(c,f)}},96236:function(d,_,e){"use strict";e.d(_,{BH:function(){return D},NZ:function(){return R},U8:function(){return A},co:function(){return S},eH:function(){return b},vr:function(){return m}});var r=e(75918),i=e(52615),l=e(4348),c=e(88226),f=e(69323),o=e(34502),h=e(35884),u=e(90689),a=e(16925),x=e(49055),p=function(P,M,B,N){var G=arguments.length,H=G<3?M:N===null?N=Object.getOwnPropertyDescriptor(M,B):N,W;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")H=Reflect.decorate(P,M,B,N);else for(var ae=P.length-1;ae>=0;ae--)(W=P[ae])&&(H=(G<3?W(H):G>3?W(M,B,H):W(M,B))||H);return G>3&&H&&Object.defineProperty(M,B,H),H},y=function(P,M){return function(B,N){M(B,N,P)}};function m(P){return P.command!==void 0}class b{constructor(M){this.id=b._idPool++,this._debugName=M}}b._idPool=0,b.CommandPalette=new b("CommandPalette"),b.EditorContext=new b("EditorContext"),b.SimpleEditorContext=new b("SimpleEditorContext"),b.EditorContextCopy=new b("EditorContextCopy"),b.EditorContextPeek=new b("EditorContextPeek"),b.MenubarEditMenu=new b("MenubarEditMenu"),b.MenubarCopy=new b("MenubarCopy"),b.MenubarGoMenu=new b("MenubarGoMenu"),b.MenubarSelectionMenu=new b("MenubarSelectionMenu"),b.InlineCompletionsActions=new b("InlineCompletionsActions");const S=(0,a.yh)("menuService"),D=new class{constructor(){this._commands=new Map,this._menuItems=new Map,this._onDidChangeMenu=new l.Q5,this.onDidChangeMenu=this._onDidChangeMenu.event,this._commandPaletteChangeEvent={has:P=>P===b.CommandPalette}}addCommand(P){return this.addCommands(c.$.single(P))}addCommands(P){for(const M of P)this._commands.set(M.id,M);return this._onDidChangeMenu.fire(this._commandPaletteChangeEvent),(0,f.OF)(()=>{let M=!1;for(const B of P)M=this._commands.delete(B.id)||M;M&&this._onDidChangeMenu.fire(this._commandPaletteChangeEvent)})}getCommand(P){return this._commands.get(P)}getCommands(){const P=new Map;return this._commands.forEach((M,B)=>P.set(B,M)),P}appendMenuItem(P,M){return this.appendMenuItems(c.$.single({id:P,item:M}))}appendMenuItems(P){const M=new Set,B=new o.S;for(const{id:N,item:G}of P){let H=this._menuItems.get(N);H||(H=new o.S,this._menuItems.set(N,H)),B.push(H.push(G)),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(P){let M;return this._menuItems.has(P)?M=[...this._menuItems.get(P)]:M=[],P===b.CommandPalette&&this._appendImplicitItems(M),M}_appendImplicitItems(P){const M=new Set;for(const B of P)m(B)&&(M.add(B.command.id),B.alt&&M.add(B.alt.id));this._commands.forEach((B,N)=>{M.has(N)||P.push({command:B})})}};class R extends r.wY{constructor(M,B,N,G){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=G}get actions(){const M=[],B=this._menuService.createMenu(this.item.submenu,this._contextKeyService),N=B.getActions(this._options);B.dispose();for(const[,G]of N)G.length>0&&(M.push(...G),M.push(new r.Z0));return M.length&&M.pop(),M}}let A=class Vd{constructor(M,B,N,G,H){var W,ae;if(this._commandService=H,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:(W=M.tooltip)===null||W===void 0?void 0:W.value)!==null&&ae!==void 0?ae:"",this.enabled=!M.precondition||G.contextMatchesRules(M.precondition),this.checked=void 0,M.toggled){const ne=M.toggled.condition?M.toggled:{condition:M.toggled};this.checked=G.contextMatchesRules(ne.condition),this.checked&&ne.tooltip&&(this.tooltip=typeof ne.tooltip=="string"?ne.tooltip:ne.tooltip.value),ne.title&&(this.label=typeof ne.title=="string"?ne.title:ne.title.value)}this.item=M,this.alt=B?new Vd(B,void 0,N,G,H):void 0,this._options=N,x.kS.isThemeIcon(M.icon)&&(this.class=i.dT.asClassName(M.icon))}dispose(){}run(...M){var B,N;let G=[];return!((B=this._options)===null||B===void 0)&&B.arg&&(G=[...G,this._options.arg]),!((N=this._options)===null||N===void 0)&&N.shouldForwardArgs&&(G=[...G,...M]),this._commandService.executeCommand(this.id,...G)}};A=p([y(3,u.i6),y(4,h.H)],A)},35884:function(d,_,e){"use strict";e.d(_,{H:function(){return h},P:function(){return u}});var r=e(4348),i=e(88226),l=e(69323),c=e(34502),f=e(72999),o=e(16925);const h=(0,o.yh)("commandService"),u=new class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new r.Q5,this.onDidRegisterCommand=this._onDidRegisterCommand.event}registerCommand(a,x){if(!a)throw new Error("invalid command");if(typeof a=="string"){if(!x)throw new Error("invalid command");return this.registerCommand({id:a,handler:x})}if(a.description){const S=[];for(let R of a.description.args)S.push(R.constraint);const D=a.handler;a.handler=function(R,...A){return(0,f.D8)(A,S),D(R,...A)}}const{id:p}=a;let y=this._commands.get(p);y||(y=new c.S,this._commands.set(p,y));let m=y.unshift(a),b=(0,l.OF)(()=>{m();const S=this._commands.get(p);S!=null&&S.isEmpty()&&this._commands.delete(p)});return this._onDidRegisterCommand.fire(p),b}registerCommandAlias(a,x){return u.registerCommand(a,(p,...y)=>p.get(h).executeCommand(x,...y))}getCommand(a){const x=this._commands.get(a);if(!(!x||x.isEmpty()))return i.$.first(x)}getCommands(){const a=new Map;for(const x of this._commands.keys()){const p=this.getCommand(x);p&&a.set(x,p)}return a}};u.registerCommand("noop",()=>{})},90689:function(d,_,e){"use strict";e.d(_,{Ao:function(){return h},Eq:function(){return J},Fb:function(){return u},K8:function(){return ee},i6:function(){return q},uy:function(){return oe}});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($){return y.create($)}static equals($,j){return m.create($,j)}static regex($,j){return G.create($,j)}static not($){return R.create($)}static and(...$){return ae.create($,null)}static or(...$){return ne.create($,null,!0)}static deserialize($,j=!1){if($)return this._deserializeOrExpression($,j)}static _deserializeOrExpression($,j){let ie=$.split("||");return ne.create(ie.map(me=>this._deserializeAndExpression(me,j)),null,!0)}static _deserializeAndExpression($,j){let ie=$.split("&&");return ae.create(ie.map(me=>this._deserializeOne(me,j)),null)}static _deserializeOne($,j){if($=$.trim(),$.indexOf("!=")>=0){let ie=$.split("!=");return D.create(ie[0].trim(),this._deserializeValue(ie[1],j))}if($.indexOf("==")>=0){let ie=$.split("==");return m.create(ie[0].trim(),this._deserializeValue(ie[1],j))}if($.indexOf("=~")>=0){let ie=$.split("=~");return G.create(ie[0].trim(),this._deserializeRegexValue(ie[1],j))}if($.indexOf(" in ")>=0){let ie=$.split(" in ");return b.create(ie[0].trim(),ie[1].trim())}if(/^[^<=>]+>=[^<=>]+$/.test($)){const ie=$.split(">=");return M.create(ie[0].trim(),ie[1].trim())}if(/^[^<=>]+>[^<=>]+$/.test($)){const ie=$.split(">");return P.create(ie[0].trim(),ie[1].trim())}if(/^[^<=>]+<=[^<=>]+$/.test($)){const ie=$.split("<=");return N.create(ie[0].trim(),ie[1].trim())}if(/^[^<=>]+<[^<=>]+$/.test($)){const ie=$.split("<");return B.create(ie[0].trim(),ie[1].trim())}return/^\!\s*/.test($)?R.create($.substr(1).trim()):y.create($)}static _deserializeValue($,j){if($=$.trim(),$==="true")return!0;if($==="false")return!1;let ie=/^'([^']*)'$/.exec($);return ie?ie[1].trim():$}static _deserializeRegexValue($,j){if((0,i.m5)($)){if(j)throw new Error("missing regexp-value for =~-expression");return console.warn("missing regexp-value for =~-expression"),null}let ie=$.indexOf("/"),me=$.lastIndexOf("/");if(ie===me||ie<0){if(j)throw new Error(`bad regexp-value '${$}', missing /-enclosure`);return console.warn(`bad regexp-value '${$}', missing /-enclosure`),null}let Te=$.slice(ie+1,me),Oe=$[me+1]==="i"?"i":"";try{return new RegExp(Te,Oe)}catch(Ge){if(j)throw new Error(`bad regexp-value '${$}', parse error: ${Ge}`);return console.warn(`bad regexp-value '${$}', parse error: ${Ge}`),null}}}function u(le,$){const j=le?le.substituteConstants():void 0,ie=$?$.substituteConstants():void 0;return!j&&!ie?!0:!j||!ie?!1:j.equals(ie)}function a(le,$){return le.cmp($)}class x{constructor(){this.type=0}cmp($){return this.type-$.type}equals($){return $.type===this.type}substituteConstants(){return this}evaluate($){return!1}serialize(){return"false"}keys(){return[]}negate(){return p.INSTANCE}}x.INSTANCE=new x;class p{constructor(){this.type=1}cmp($){return this.type-$.type}equals($){return $.type===this.type}substituteConstants(){return this}evaluate($){return!0}serialize(){return"true"}keys(){return[]}negate(){return x.INSTANCE}}p.INSTANCE=new p;class y{constructor($,j){this.key=$,this.negated=j,this.type=2}static create($,j=null){const ie=f.get($);return typeof ie=="boolean"?ie?p.INSTANCE:x.INSTANCE:new y($,j)}cmp($){return $.type!==this.type?this.type-$.type:K(this.key,$.key)}equals($){return $.type===this.type?this.key===$.key:!1}substituteConstants(){const $=f.get(this.key);return typeof $=="boolean"?$?p.INSTANCE:x.INSTANCE:this}evaluate($){return!!$.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($,j,ie){this.key=$,this.value=j,this.negated=ie,this.type=4}static create($,j,ie=null){if(typeof j=="boolean")return j?y.create($,ie):R.create($,ie);const me=f.get($);return typeof me=="boolean"?j===(me?"true":"false")?p.INSTANCE:x.INSTANCE:new m($,j,ie)}cmp($){return $.type!==this.type?this.type-$.type:se(this.key,this.value,$.key,$.value)}equals($){return $.type===this.type?this.key===$.key&&this.value===$.value:!1}substituteConstants(){const $=f.get(this.key);if(typeof $=="boolean"){const j=$?"true":"false";return this.value===j?p.INSTANCE:x.INSTANCE}return this}evaluate($){return $.getValue(this.key)==this.value}serialize(){return`${this.key} == '${this.value}'`}keys(){return[this.key]}negate(){return this.negated||(this.negated=D.create(this.key,this.value,this)),this.negated}}class b{constructor($,j){this.key=$,this.valueKey=j,this.type=10,this.negated=null}static create($,j){return new b($,j)}cmp($){return $.type!==this.type?this.type-$.type:se(this.key,this.valueKey,$.key,$.valueKey)}equals($){return $.type===this.type?this.key===$.key&&this.valueKey===$.valueKey:!1}substituteConstants(){return this}evaluate($){const j=$.getValue(this.valueKey),ie=$.getValue(this.key);return Array.isArray(j)?j.indexOf(ie)>=0:typeof ie=="string"&&typeof j=="object"&&j!==null?o.call(j,ie):!1}serialize(){return`${this.key} in '${this.valueKey}'`}keys(){return[this.key,this.valueKey]}negate(){return this.negated||(this.negated=S.create(this)),this.negated}}class S{constructor($){this._actual=$,this.type=11}static create($){return new S($)}cmp($){return $.type!==this.type?this.type-$.type:this._actual.cmp($._actual)}equals($){return $.type===this.type?this._actual.equals($._actual):!1}substituteConstants(){return this}evaluate($){return!this._actual.evaluate($)}serialize(){throw new Error("Method not implemented.")}keys(){return this._actual.keys()}negate(){return this._actual}}class D{constructor($,j,ie){this.key=$,this.value=j,this.negated=ie,this.type=5}static create($,j,ie=null){if(typeof j=="boolean")return j?R.create($,ie):y.create($,ie);const me=f.get($);return typeof me=="boolean"?j===(me?"true":"false")?x.INSTANCE:p.INSTANCE:new D($,j,ie)}cmp($){return $.type!==this.type?this.type-$.type:se(this.key,this.value,$.key,$.value)}equals($){return $.type===this.type?this.key===$.key&&this.value===$.value:!1}substituteConstants(){const $=f.get(this.key);if(typeof $=="boolean"){const j=$?"true":"false";return this.value===j?x.INSTANCE:p.INSTANCE}return this}evaluate($){return $.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($,j){this.key=$,this.negated=j,this.type=3}static create($,j=null){const ie=f.get($);return typeof ie=="boolean"?ie?x.INSTANCE:p.INSTANCE:new R($,j)}cmp($){return $.type!==this.type?this.type-$.type:K(this.key,$.key)}equals($){return $.type===this.type?this.key===$.key:!1}substituteConstants(){const $=f.get(this.key);return typeof $=="boolean"?$?x.INSTANCE:p.INSTANCE:this}evaluate($){return!$.getValue(this.key)}serialize(){return`!${this.key}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=y.create(this.key,this)),this.negated}}function A(le,$){if(typeof le=="string"){const j=parseFloat(le);isNaN(j)||(le=j)}return typeof le=="string"||typeof le=="number"?$(le):x.INSTANCE}class P{constructor($,j,ie){this.key=$,this.value=j,this.negated=ie,this.type=12}static create($,j,ie=null){return A(j,me=>new P($,me,ie))}cmp($){return $.type!==this.type?this.type-$.type:se(this.key,this.value,$.key,$.value)}equals($){return $.type===this.type?this.key===$.key&&this.value===$.value:!1}substituteConstants(){return this}evaluate($){return typeof this.value=="string"?!1:parseFloat($.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($,j,ie){this.key=$,this.value=j,this.negated=ie,this.type=13}static create($,j,ie=null){return A(j,me=>new M($,me,ie))}cmp($){return $.type!==this.type?this.type-$.type:se(this.key,this.value,$.key,$.value)}equals($){return $.type===this.type?this.key===$.key&&this.value===$.value:!1}substituteConstants(){return this}evaluate($){return typeof this.value=="string"?!1:parseFloat($.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($,j,ie){this.key=$,this.value=j,this.negated=ie,this.type=14}static create($,j,ie=null){return A(j,me=>new B($,me,ie))}cmp($){return $.type!==this.type?this.type-$.type:se(this.key,this.value,$.key,$.value)}equals($){return $.type===this.type?this.key===$.key&&this.value===$.value:!1}substituteConstants(){return this}evaluate($){return typeof this.value=="string"?!1:parseFloat($.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($,j,ie){this.key=$,this.value=j,this.negated=ie,this.type=15}static create($,j,ie=null){return A(j,me=>new N($,me,ie))}cmp($){return $.type!==this.type?this.type-$.type:se(this.key,this.value,$.key,$.value)}equals($){return $.type===this.type?this.key===$.key&&this.value===$.value:!1}substituteConstants(){return this}evaluate($){return typeof this.value=="string"?!1:parseFloat($.getValue(this.key))<=this.value}serialize(){return`${this.key} <= ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=P.create(this.key,this.value,this)),this.negated}}class G{constructor($,j){this.key=$,this.regexp=j,this.type=7,this.negated=null}static create($,j){return new G($,j)}cmp($){if($.type!==this.type)return this.type-$.type;if(this.key<$.key)return-1;if(this.key>$.key)return 1;const j=this.regexp?this.regexp.source:"",ie=$.regexp?$.regexp.source:"";return j<ie?-1:j>ie?1:0}equals($){if($.type===this.type){const j=this.regexp?this.regexp.source:"",ie=$.regexp?$.regexp.source:"";return this.key===$.key&&j===ie}return!1}substituteConstants(){return this}evaluate($){let j=$.getValue(this.key);return this.regexp?this.regexp.test(j):!1}serialize(){const $=this.regexp?`/${this.regexp.source}/${this.regexp.ignoreCase?"i":""}`:"/invalid/";return`${this.key} =~ ${$}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=H.create(this)),this.negated}}class H{constructor($){this._actual=$,this.type=8}static create($){return new H($)}cmp($){return $.type!==this.type?this.type-$.type:this._actual.cmp($._actual)}equals($){return $.type===this.type?this._actual.equals($._actual):!1}substituteConstants(){return this}evaluate($){return!this._actual.evaluate($)}serialize(){throw new Error("Method not implemented.")}keys(){return this._actual.keys()}negate(){return this._actual}}function W(le){let $=null;for(let j=0,ie=le.length;j<ie;j++){const me=le[j].substituteConstants();if(le[j]!==me&&$===null){$=[];for(let Te=0;Te<j;Te++)$[Te]=le[Te]}$!==null&&($[j]=me)}return $===null?le:$}class ae{constructor($,j){this.expr=$,this.negated=j,this.type=6}static create($,j){return ae._normalizeArr($,j)}cmp($){if($.type!==this.type)return this.type-$.type;if(this.expr.length<$.expr.length)return-1;if(this.expr.length>$.expr.length)return 1;for(let j=0,ie=this.expr.length;j<ie;j++){const me=a(this.expr[j],$.expr[j]);if(me!==0)return me}return 0}equals($){if($.type===this.type){if(this.expr.length!==$.expr.length)return!1;for(let j=0,ie=this.expr.length;j<ie;j++)if(!this.expr[j].equals($.expr[j]))return!1;return!0}return!1}substituteConstants(){const $=W(this.expr);return $===this.expr?this:ae.create($,this.negated)}evaluate($){for(let j=0,ie=this.expr.length;j<ie;j++)if(!this.expr[j].evaluate($))return!1;return!0}static _normalizeArr($,j){const ie=[];let me=!1;for(const Te of $)if(Te){if(Te.type===1){me=!0;continue}if(Te.type===0)return x.INSTANCE;if(Te.type===6){ie.push(...Te.expr);continue}ie.push(Te)}if(ie.length===0&&me)return p.INSTANCE;if(ie.length!==0){if(ie.length===1)return ie[0];ie.sort(a);for(let Te=1;Te<ie.length;Te++)ie[Te-1].equals(ie[Te])&&(ie.splice(Te,1),Te--);if(ie.length===1)return ie[0];for(;ie.length>1;){const Te=ie[ie.length-1];if(Te.type!==9)break;ie.pop();const Oe=ie.pop(),Ge=ie.length===0,Ue=ne.create(Te.expr.map(Mt=>ae.create([Mt,Oe],null)),null,Ge);Ue&&(ie.push(Ue),ie.sort(a))}return ie.length===1?ie[0]:new ae(ie,j)}}serialize(){return this.expr.map($=>$.serialize()).join(" && ")}keys(){const $=[];for(let j of this.expr)$.push(...j.keys());return $}negate(){if(!this.negated){const $=[];for(let j of this.expr)$.push(j.negate());this.negated=ne.create($,this,!0)}return this.negated}}class ne{constructor($,j){this.expr=$,this.negated=j,this.type=9}static create($,j,ie){return ne._normalizeArr($,j,ie)}cmp($){if($.type!==this.type)return this.type-$.type;if(this.expr.length<$.expr.length)return-1;if(this.expr.length>$.expr.length)return 1;for(let j=0,ie=this.expr.length;j<ie;j++){const me=a(this.expr[j],$.expr[j]);if(me!==0)return me}return 0}equals($){if($.type===this.type){if(this.expr.length!==$.expr.length)return!1;for(let j=0,ie=this.expr.length;j<ie;j++)if(!this.expr[j].equals($.expr[j]))return!1;return!0}return!1}substituteConstants(){const $=W(this.expr);return $===this.expr?this:ne.create($,this.negated,!1)}evaluate($){for(let j=0,ie=this.expr.length;j<ie;j++)if(this.expr[j].evaluate($))return!0;return!1}static _normalizeArr($,j,ie){let me=[],Te=!1;if($){for(let Oe=0,Ge=$.length;Oe<Ge;Oe++){const Ue=$[Oe];if(Ue){if(Ue.type===0){Te=!0;continue}if(Ue.type===1)return p.INSTANCE;if(Ue.type===9){me=me.concat(Ue.expr);continue}me.push(Ue)}}if(me.length===0&&Te)return x.INSTANCE;me.sort(a)}if(me.length!==0){if(me.length===1)return me[0];for(let Oe=1;Oe<me.length;Oe++)me[Oe-1].equals(me[Oe])&&(me.splice(Oe,1),Oe--);if(me.length===1)return me[0];if(ie){for(let Oe=0;Oe<me.length;Oe++)for(let Ge=Oe+1;Ge<me.length;Ge++)ee(me[Oe],me[Ge])&&(me.splice(Ge,1),Ge--);if(me.length===1)return me[0]}return new ne(me,j)}}serialize(){return this.expr.map($=>$.serialize()).join(" || ")}keys(){const $=[];for(let j of this.expr)$.push(...j.keys());return $}negate(){if(!this.negated){let $=[];for(let j of this.expr)$.push(j.negate());for(;$.length>1;){const j=$.shift(),ie=$.shift(),me=[];for(const Oe of Q(j))for(const Ge of Q(ie))me.push(ae.create([Oe,Ge],null));const Te=$.length===0;$.unshift(ne.create(me,null,Te))}this.negated=$[0]}return this.negated}}class oe extends y{constructor($,j,ie){super($,null),this._defaultValue=j,typeof ie=="object"?oe._info.push(Object.assign(Object.assign({},ie),{key:$})):ie!==!0&&oe._info.push({key:$,description:ie,type:j!=null?typeof j:void 0})}static all(){return oe._info.values()}bindTo($){return $.createKey(this.key,this._defaultValue)}getValue($){return $.getContextKeyValue(this.key)}toNegated(){return this.negate()}isEqualTo($){return m.create(this.key,$)}}oe._info=[];const q=(0,l.yh)("contextKeyService"),J="setContext";function K(le,$){return le<$?-1:le>$?1:0}function se(le,$,j,ie){return le<j?-1:le>j?1:$<ie?-1:$>ie?1:0}function ee(le,$){if($.type===6&&le.type!==9&&le.type!==6){for(const me of $.expr)if(le.equals(me))return!0}const j=le.negate(),ie=Q(j).concat(Q($));ie.sort(a);for(let me=0;me<ie.length;me++){const Oe=ie[me].negate();for(let Ge=me+1;Ge<ie.length;Ge++){const Ue=ie[Ge];if(Oe.equals(Ue))return!0}}return!1}function Q(le){return le.type===9?le.expr:[le]}},16925:function(d,_,e){"use strict";e.d(_,{I8:function(){return r},TG:function(){return i},jt:function(){return f},yh:function(){return c}});var r;(function(o){o.serviceIds=new Map,o.DI_TARGET="$di$target",o.DI_DEPENDENCIES="$di$dependencies";function h(u){return u[o.DI_DEPENDENCIES]||[]}o.getServiceDependencies=h})(r||(r={}));const i=c("instantiationService");function l(o,h,u,a){h[r.DI_TARGET]===h?h[r.DI_DEPENDENCIES].push({id:o,index:u,optional:a}):(h[r.DI_DEPENDENCIES]=[{id:o,index:u,optional:a}],h[r.DI_TARGET]=h)}function c(o){if(r.serviceIds.has(o))return r.serviceIds.get(o);const h=function(u,a,x){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");l(h,u,x,!1)};return h.toString=()=>o,r.serviceIds.set(o,h),h}function f(o){return function(h,u,a){if(arguments.length!==3)throw new Error("@optional-decorator can only be used to decorate a parameter");l(o,h,a,!0)}}},44650:function(d,_,e){"use strict";e.d(_,{B:function(){return c}});var r=e(76068),i=e(72999);class l{constructor(){this.data=new Map}add(o,h){r.ok(i.HD(o)),r.ok(i.Kn(h)),r.ok(!this.data.has(o),"There is already an extension with this id"),this.data.set(o,h)}as(o){return this.data.get(o)||null}}const c=new l},66213:function(d,_,e){"use strict";e.d(_,{e:function(){return r}});var r;(function(i){i.DARK="dark",i.LIGHT="light",i.HIGH_CONTRAST="hc"})(r||(r={}))},49055:function(d,_,e){"use strict";e.d(_,{EN:function(){return a},IP:function(){return y},Ic:function(){return S},XE:function(){return h},bB:function(){return D},kS:function(){return x},m6:function(){return p}});var r=e(52615),i=e(4348),l=e(69323),c=e(16925),f=e(44650),o=e(66213);const h=(0,c.yh)("themeService");var u;(function(R){function A(P){return P&&typeof P=="object"&&typeof P.id=="string"}R.isThemeColor=A})(u||(u={}));function a(R){return{id:R}}var x;(function(R){function A(H){return H&&typeof H=="object"&&typeof H.id=="string"&&(typeof H.color=="undefined"||u.isThemeColor(H.color))}R.isThemeIcon=A;const P=new RegExp(`^\\$\\((${r.dT.iconNameExpression}(?:${r.dT.iconModifierExpression})?)\\)$`);function M(H){const W=P.exec(H);if(!W)return;let[,ae]=W;return{id:ae}}R.fromString=M;function B(H,W){let ae=H.id;const ne=ae.lastIndexOf("~");return ne!==-1&&(ae=ae.substring(0,ne)),W&&(ae=`${ae}~${W}`),{id:ae}}R.modify=B;function N(H,W){var ae,ne;return H.id===W.id&&((ae=H.color)===null||ae===void 0?void 0:ae.id)===((ne=W.color)===null||ne===void 0?void 0:ne.id)}R.isEqual=N;function G(H,W){return{id:H.id,color:W?a(W):void 0}}R.asThemeIcon=G,R.asClassNameArray=r.dT.asClassNameArray,R.asClassName=r.dT.asClassName,R.asCSSSelector=r.dT.asCSSSelector})(x||(x={}));function p(R){switch(R){case o.e.DARK:return"vs-dark";case o.e.HIGH_CONTRAST:return"hc-black";default:return"vs"}}const y={ThemingContribution:"base.contributions.theming"};class m{constructor(){this.themingParticipants=[],this.themingParticipants=[],this.onThemingParticipantAddedEmitter=new i.Q5}onColorThemeChange(A){return this.themingParticipants.push(A),this.onThemingParticipantAddedEmitter.fire(A),(0,l.OF)(()=>{const P=this.themingParticipants.indexOf(A);this.themingParticipants.splice(P,1)})}getThemingParticipants(){return this.themingParticipants}}let b=new m;f.B.add(y.ThemingContribution,b);function S(R){return b.onColorThemeChange(R)}class D extends l.JT{constructor(A){super(),this.themeService=A,this.theme=A.getColorTheme(),this._register(this.themeService.onDidColorThemeChange(P=>this.onThemeChange(P)))}onThemeChange(A){this.theme=A,this.updateStyles()}updateStyles(){}}},84126:function(d){"use strict";var _=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(c){if(c==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(c)}function l(){try{if(!Object.assign)return!1;var c=new String("abc");if(c[5]="de",Object.getOwnPropertyNames(c)[0]==="5")return!1;for(var f={},o=0;o<10;o++)f["_"+String.fromCharCode(o)]=o;var h=Object.getOwnPropertyNames(f).map(function(a){return f[a]});if(h.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(a){u[a]=a}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch(a){return!1}}d.exports=l()?Object.assign:function(c,f){for(var o,h=i(c),u,a=1;a<arguments.length;a++){o=Object(arguments[a]);for(var x in o)e.call(o,x)&&(h[x]=o[x]);if(_){u=_(o);for(var p=0;p<u.length;p++)r.call(o,u[p])&&(h[u[p]]=o[u[p]])}}return h}},97671:function(d){var _=d.exports={},e,r;function i(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=i}catch(b){e=i}try{typeof clearTimeout=="function"?r=clearTimeout:r=l}catch(b){r=l}})();function c(b){if(e===setTimeout)return setTimeout(b,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(b,0);try{return e(b,0)}catch(S){try{return e.call(null,b,0)}catch(D){return e.call(this,b,0)}}}function f(b){if(r===clearTimeout)return clearTimeout(b);if((r===l||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(b);try{return r(b)}catch(S){try{return r.call(null,b)}catch(D){return r.call(this,b)}}}var o=[],h=!1,u,a=-1;function x(){!h||!u||(h=!1,u.length?o=u.concat(o):a=-1,o.length&&p())}function p(){if(!h){var b=c(x);h=!0;for(var S=o.length;S;){for(u=o,o=[];++a<S;)u&&u[a].run();a=-1,S=o.length}u=null,h=!1,f(b)}}_.nextTick=function(b){var S=new Array(arguments.length-1);if(arguments.length>1)for(var D=1;D<arguments.length;D++)S[D-1]=arguments[D];o.push(new y(b,S)),o.length===1&&!h&&c(p)};function y(b,S){this.fun=b,this.array=S}y.prototype.run=function(){this.fun.apply(null,this.array)},_.title="browser",_.browser=!0,_.env={},_.argv=[],_.version="",_.versions={};function m(){}_.on=m,_.addListener=m,_.once=m,_.off=m,_.removeListener=m,_.removeAllListeners=m,_.emit=m,_.prependListener=m,_.prependOnceListener=m,_.listeners=function(b){return[]},_.binding=function(b){throw new Error("process.binding is not supported")},_.cwd=function(){return"/"},_.chdir=function(b){throw new Error("process.chdir is not supported")},_.umask=function(){return 0}},79442:function(d,_,e){"use strict";var r=e(97825);function i(){}function l(){}l.resetWarningCache=i,d.exports=function(){function c(h,u,a,x,p,y){if(y!==r){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}}c.isRequired=c;function f(){return c}var o={array:c,bigint:c,bool:c,func:c,number:c,object:c,string:c,symbol:c,any:c,arrayOf:f,element:c,elementType:c,instanceOf:f,node:c,objectOf:f,oneOf:f,oneOfType:f,shape:f,exact:f,checkPropTypes:l,resetWarningCache:i};return o.PropTypes=o,o}},12708:function(d,_,e){if(0)var r,i;else d.exports=e(79442)()},97825:function(d){"use strict";var _="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";d.exports=_},86923:function(d,_,e){"use strict";e.d(_,{s:function(){return B},Z:function(){return oe}});var r=e(67711),i=e(16886),l=e(43403),c=e(59301),f=c.createContext({}),o=e(98506),h=e(92310),u=e.n(h),a=e(48519),x=e(80402),p=e(10228),y=e(26112);function m(q,J,K){var se=J;return!se&&K&&(se="".concat(q,"-").concat(K)),se}function b(q,J){var K=q["page".concat(J?"Y":"X","Offset")],se="scroll".concat(J?"Top":"Left");if(typeof K!="number"){var ee=q.document;K=ee.documentElement[se],typeof K!="number"&&(K=ee.body[se])}return K}function S(q){var J=q.getBoundingClientRect(),K={left:J.left,top:J.top},se=q.ownerDocument,ee=se.defaultView||se.parentWindow;return K.left+=b(ee),K.top+=b(ee,!0),K}var D=e(77900),R=e(8654),A=c.memo(function(q){var J=q.children;return J},function(q,J){var K=J.shouldUpdate;return!K}),P={width:0,height:0,overflow:"hidden",outline:"none"},M=c.forwardRef(function(q,J){var K=q.prefixCls,se=q.className,ee=q.style,Q=q.title,le=q.ariaId,$=q.footer,j=q.closable,ie=q.closeIcon,me=q.onClose,Te=q.children,Oe=q.bodyStyle,Ge=q.bodyProps,Ue=q.modalRender,Mt=q.onMouseDown,yt=q.onMouseUp,kt=q.holderRef,Zt=q.visible,Ft=q.forceRender,tr=q.width,ze=q.height,wt=c.useContext(f),Bt=wt.panel,nt=(0,R.x1)(kt,Bt),_t=(0,c.useRef)(),ht=(0,c.useRef)();c.useImperativeHandle(J,function(){return{focus:function(){var Xe;(Xe=_t.current)===null||Xe===void 0||Xe.focus()},changeActive:function(Xe){var pt=document,bt=pt.activeElement;Xe&&bt===ht.current?_t.current.focus():!Xe&&bt===_t.current&&ht.current.focus()}}});var Je={};tr!==void 0&&(Je.width=tr),ze!==void 0&&(Je.height=ze);var je;$&&(je=c.createElement("div",{className:"".concat(K,"-footer")},$));var be;Q&&(be=c.createElement("div",{className:"".concat(K,"-header")},c.createElement("div",{className:"".concat(K,"-title"),id:le},Q)));var Le;j&&(Le=c.createElement("button",{type:"button",onClick:me,"aria-label":"Close",className:"".concat(K,"-close")},ie||c.createElement("span",{className:"".concat(K,"-close-x")})));var Ke=c.createElement("div",{className:"".concat(K,"-content")},Le,be,c.createElement("div",(0,r.Z)({className:"".concat(K,"-body"),style:Oe},Ge),Te),je);return c.createElement("div",{key:"dialog-element",role:"dialog","aria-labelledby":Q?le:null,"aria-modal":"true",ref:nt,style:(0,o.Z)((0,o.Z)({},ee),Je),className:u()(K,se),onMouseDown:Mt,onMouseUp:yt},c.createElement("div",{tabIndex:0,ref:_t,style:P,"aria-hidden":"true"}),c.createElement(A,{shouldUpdate:Zt||Ft},Ue?Ue(Ke):Ke),c.createElement("div",{tabIndex:0,ref:ht,style:P,"aria-hidden":"true"}))}),B=M,N=c.forwardRef(function(q,J){var K=q.prefixCls,se=q.title,ee=q.style,Q=q.className,le=q.visible,$=q.forceRender,j=q.destroyOnClose,ie=q.motionName,me=q.ariaId,Te=q.onVisibleChanged,Oe=q.mousePosition,Ge=(0,c.useRef)(),Ue=c.useState(),Mt=(0,i.Z)(Ue,2),yt=Mt[0],kt=Mt[1],Zt={};yt&&(Zt.transformOrigin=yt);function Ft(){var tr=S(Ge.current);kt(Oe?"".concat(Oe.x-tr.left,"px ").concat(Oe.y-tr.top,"px"):"")}return c.createElement(D.default,{visible:le,onVisibleChanged:Te,onAppearPrepare:Ft,onEnterPrepare:Ft,forceRender:$,motionName:ie,removeOnLeave:j,ref:Ge},function(tr,ze){var wt=tr.className,Bt=tr.style;return c.createElement(B,(0,r.Z)({},q,{ref:J,title:se,ariaId:me,prefixCls:K,holderRef:ze,style:(0,o.Z)((0,o.Z)((0,o.Z)({},Bt),ee),Zt),className:u()(Q,wt)}))})});N.displayName="Content";var G=N;function H(q){var J=q.prefixCls,K=q.style,se=q.visible,ee=q.maskProps,Q=q.motionName;return c.createElement(D.default,{key:"mask",visible:se,motionName:Q,leavedClassName:"".concat(J,"-mask-hidden")},function(le,$){var j=le.className,ie=le.style;return c.createElement("div",(0,r.Z)({ref:$,style:(0,o.Z)((0,o.Z)({},ie),K),className:u()("".concat(J,"-mask"),j)},ee))})}function W(q){var J=q.prefixCls,K=J===void 0?"rc-dialog":J,se=q.zIndex,ee=q.visible,Q=ee===void 0?!1:ee,le=q.keyboard,$=le===void 0?!0:le,j=q.focusTriggerAfterClose,ie=j===void 0?!0:j,me=q.wrapStyle,Te=q.wrapClassName,Oe=q.wrapProps,Ge=q.onClose,Ue=q.afterOpenChange,Mt=q.afterClose,yt=q.transitionName,kt=q.animation,Zt=q.closable,Ft=Zt===void 0?!0:Zt,tr=q.mask,ze=tr===void 0?!0:tr,wt=q.maskTransitionName,Bt=q.maskAnimation,nt=q.maskClosable,_t=nt===void 0?!0:nt,ht=q.maskStyle,Je=q.maskProps,je=q.rootClassName,be=(0,c.useRef)(),Le=(0,c.useRef)(),Ke=(0,c.useRef)(),He=c.useState(Q),Xe=(0,i.Z)(He,2),pt=Xe[0],bt=Xe[1],rr=(0,x.Z)();function Jt(){(0,a.Z)(Le.current,document.activeElement)||(be.current=document.activeElement)}function Me(){if(!(0,a.Z)(Le.current,document.activeElement)){var ce;(ce=Ke.current)===null||ce===void 0||ce.focus()}}function rt(ce){if(ce)Me();else{if(bt(!1),ze&&be.current&&ie){try{be.current.focus({preventScroll:!0})}catch(he){}be.current=null}pt&&(Mt==null||Mt())}Ue==null||Ue(ce)}function Yt(ce){Ge==null||Ge(ce)}var Lt=(0,c.useRef)(!1),Wt=(0,c.useRef)(),Ht=function(){clearTimeout(Wt.current),Lt.current=!0},ir=function(){Wt.current=setTimeout(function(){Lt.current=!1})},Gt=null;_t&&(Gt=function(he){Lt.current?Lt.current=!1:Le.current===he.target&&Yt(he)});function Ie(ce){if($&&ce.keyCode===p.Z.ESC){ce.stopPropagation(),Yt(ce);return}Q&&ce.keyCode===p.Z.TAB&&Ke.current.changeActive(!ce.shiftKey)}return(0,c.useEffect)(function(){Q&&(bt(!0),Jt())},[Q]),(0,c.useEffect)(function(){return function(){clearTimeout(Wt.current)}},[]),c.createElement("div",(0,r.Z)({className:u()("".concat(K,"-root"),je)},(0,y.Z)(q,{data:!0})),c.createElement(H,{prefixCls:K,visible:ze&&Q,motionName:m(K,wt,Bt),style:(0,o.Z)({zIndex:se},ht),maskProps:Je}),c.createElement("div",(0,r.Z)({tabIndex:-1,onKeyDown:Ie,className:u()("".concat(K,"-wrap"),Te),ref:Le,onClick:Gt,style:(0,o.Z)((0,o.Z)({zIndex:se},me),{},{display:pt?null:"none"})},Oe),c.createElement(G,(0,r.Z)({},q,{onMouseDown:Ht,onMouseUp:ir,ref:Ke,closable:Ft,ariaId:rr,prefixCls:K,visible:Q&&pt,onClose:Yt,onVisibleChanged:rt,motionName:m(K,yt,kt)}))))}var ae=function(J){var K=J.visible,se=J.getContainer,ee=J.forceRender,Q=J.destroyOnClose,le=Q===void 0?!1:Q,$=J.afterClose,j=J.panelRef,ie=c.useState(K),me=(0,i.Z)(ie,2),Te=me[0],Oe=me[1],Ge=c.useMemo(function(){return{panel:j}},[j]);return c.useEffect(function(){K&&Oe(!0)},[K]),!ee&&le&&!Te?null:c.createElement(f.Provider,{value:Ge},c.createElement(l.Z,{open:K||ee||Te,autoDestroy:!1,getContainer:se,autoLock:K||Te},c.createElement(W,(0,r.Z)({},J,{destroyOnClose:le,afterClose:function(){$==null||$(),Oe(!1)}}))))};ae.displayName="Dialog";var ne=ae,oe=ne},95013:function(d,_,e){"use strict";e.r(_),e.d(_,{Field:function(){return zr},FieldContext:function(){return M},FormProvider:function(){return Ca},List:function(){return Et},ListContext:function(){return N},default:function(){return On},useForm:function(){return Qi},useWatch:function(){return Ma}});var r=e(59301),i=e(67711),l=e(33346),c=e(77910),f=e(51343),o=e(98506),h=e(15142),u=e(42573),a=e(58698),x=e(62437),p=e(74700),y=e(45080),m=e(52873),b=e(11592),S=e(13697),D=e(48736),R="RC_FORM_INTERNAL_HOOKS",A=function(){(0,D.ZP)(!1,"Can not find FormContext. Please make sure you wrap Field under Form.")},P=r.createContext({getFieldValue:A,getFieldsValue:A,getFieldError:A,getFieldWarning:A,getFieldsError:A,isFieldsTouched:A,isFieldTouched:A,isFieldValidating:A,isFieldsValidating:A,resetFields:A,setFields:A,setFieldValue:A,setFieldsValue:A,validateFields:A,submit:A,getInternalHooks:function(){return A(),{dispatch:A,initEntityValue:A,registerField:A,useSubscribe:A,setInitialValues:A,destroyForm:A,setCallbacks:A,registerWatch:A,getFields:A,setValidateMessages:A,setPreserve:A,getInitialValue:A}}}),M=P,B=r.createContext(null),N=B;function G(Ee){return Ee==null?[]:Array.isArray(Ee)?Ee:[Ee]}function H(Ee){return Ee&&!!Ee._init}var W=e(97671);function ae(){return ae=Object.assign?Object.assign.bind():function(Ee){for(var ut=1;ut<arguments.length;ut++){var tt=arguments[ut];for(var Ot in tt)Object.prototype.hasOwnProperty.call(tt,Ot)&&(Ee[Ot]=tt[Ot])}return Ee},ae.apply(this,arguments)}function ne(Ee,ut){Ee.prototype=Object.create(ut.prototype),Ee.prototype.constructor=Ee,q(Ee,ut)}function oe(Ee){return oe=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(tt){return tt.__proto__||Object.getPrototypeOf(tt)},oe(Ee)}function q(Ee,ut){return q=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Ot,dt){return Ot.__proto__=dt,Ot},q(Ee,ut)}function J(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(Ee){return!1}}function K(Ee,ut,tt){return J()?K=Reflect.construct.bind():K=function(dt,lr,cr){var Ar=[null];Ar.push.apply(Ar,lr);var Nr=Function.bind.apply(dt,Ar),We=new Nr;return cr&&q(We,cr.prototype),We},K.apply(null,arguments)}function se(Ee){return Function.toString.call(Ee).indexOf("[native code]")!==-1}function ee(Ee){var ut=typeof Map=="function"?new Map:void 0;return ee=function(Ot){if(Ot===null||!se(Ot))return Ot;if(typeof Ot!="function")throw new TypeError("Super expression must either be null or a function");if(typeof ut!="undefined"){if(ut.has(Ot))return ut.get(Ot);ut.set(Ot,dt)}function dt(){return K(Ot,arguments,oe(this).constructor)}return dt.prototype=Object.create(Ot.prototype,{constructor:{value:dt,enumerable:!1,writable:!0,configurable:!0}}),q(dt,Ot)},ee(Ee)}var Q=/%[sdj%]/g,le=function(){};function $(Ee){if(!Ee||!Ee.length)return null;var ut={};return Ee.forEach(function(tt){var Ot=tt.field;ut[Ot]=ut[Ot]||[],ut[Ot].push(tt)}),ut}function j(Ee){for(var ut=arguments.length,tt=new Array(ut>1?ut-1:0),Ot=1;Ot<ut;Ot++)tt[Ot-1]=arguments[Ot];var dt=0,lr=tt.length;if(typeof Ee=="function")return Ee.apply(null,tt);if(typeof Ee=="string"){var cr=Ee.replace(Q,function(Ar){if(Ar==="%%")return"%";if(dt>=lr)return Ar;switch(Ar){case"%s":return String(tt[dt++]);case"%d":return Number(tt[dt++]);case"%j":try{return JSON.stringify(tt[dt++])}catch(Nr){return"[Circular]"}break;default:return Ar}});return cr}return Ee}function ie(Ee){return Ee==="string"||Ee==="url"||Ee==="hex"||Ee==="email"||Ee==="date"||Ee==="pattern"}function me(Ee,ut){return!!(Ee==null||ut==="array"&&Array.isArray(Ee)&&!Ee.length||ie(ut)&&typeof Ee=="string"&&!Ee)}function Te(Ee,ut,tt){var Ot=[],dt=0,lr=Ee.length;function cr(Ar){Ot.push.apply(Ot,Ar||[]),dt++,dt===lr&&tt(Ot)}Ee.forEach(function(Ar){ut(Ar,cr)})}function Oe(Ee,ut,tt){var Ot=0,dt=Ee.length;function lr(cr){if(cr&&cr.length){tt(cr);return}var Ar=Ot;Ot=Ot+1,Ar<dt?ut(Ee[Ar],lr):tt([])}lr([])}function Ge(Ee){var ut=[];return Object.keys(Ee).forEach(function(tt){ut.push.apply(ut,Ee[tt]||[])}),ut}var Ue=function(Ee){ne(ut,Ee);function ut(tt,Ot){var dt;return dt=Ee.call(this,"Async Validation Error")||this,dt.errors=tt,dt.fields=Ot,dt}return ut}(ee(Error));function Mt(Ee,ut,tt,Ot,dt){if(ut.first){var lr=new Promise(function(it,sr){var xr=function(Ur){return Ot(Ur),Ur.length?sr(new Ue(Ur,$(Ur))):it(dt)},Or=Ge(Ee);Oe(Or,tt,xr)});return lr.catch(function(it){return it}),lr}var cr=ut.firstFields===!0?Object.keys(Ee):ut.firstFields||[],Ar=Object.keys(Ee),Nr=Ar.length,We=0,et=[],ye=new Promise(function(it,sr){var xr=function(Cr){if(et.push.apply(et,Cr),We++,We===Nr)return Ot(et),et.length?sr(new Ue(et,$(et))):it(dt)};Ar.length||(Ot(et),it(dt)),Ar.forEach(function(Or){var Cr=Ee[Or];cr.indexOf(Or)!==-1?Oe(Cr,tt,xr):Te(Cr,tt,xr)})});return ye.catch(function(it){return it}),ye}function yt(Ee){return!!(Ee&&Ee.message!==void 0)}function kt(Ee,ut){for(var tt=Ee,Ot=0;Ot<ut.length;Ot++){if(tt==null)return tt;tt=tt[ut[Ot]]}return tt}function Zt(Ee,ut){return function(tt){var Ot;return Ee.fullFields?Ot=kt(ut,Ee.fullFields):Ot=ut[tt.field||Ee.fullField],yt(tt)?(tt.field=tt.field||Ee.fullField,tt.fieldValue=Ot,tt):{message:typeof tt=="function"?tt():tt,fieldValue:Ot,field:tt.field||Ee.fullField}}}function Ft(Ee,ut){if(ut){for(var tt in ut)if(ut.hasOwnProperty(tt)){var Ot=ut[tt];typeof Ot=="object"&&typeof Ee[tt]=="object"?Ee[tt]=ae({},Ee[tt],Ot):Ee[tt]=Ot}}return Ee}var tr=function(ut,tt,Ot,dt,lr,cr){ut.required&&(!Ot.hasOwnProperty(ut.field)||me(tt,cr||ut.type))&&dt.push(j(lr.messages.required,ut.fullField))},ze=function(ut,tt,Ot,dt,lr){(/^\s+$/.test(tt)||tt==="")&&dt.push(j(lr.messages.whitespace,ut.fullField))},wt,Bt=function(){if(wt)return wt;var Ee="[a-fA-F\\d:]",ut=function(fn){return fn&&fn.includeBoundaries?"(?:(?<=\\s|^)(?="+Ee+")|(?<="+Ee+")(?=\\s|$))":""},tt="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",Ot="[a-fA-F\\d]{1,4}",dt=(`
(?:
(?:`+Ot+":){7}(?:"+Ot+`|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
(?:`+Ot+":){6}(?:"+tt+"|:"+Ot+`|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
(?:`+Ot+":){5}(?::"+tt+"|(?::"+Ot+`){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
(?:`+Ot+":){4}(?:(?::"+Ot+"){0,1}:"+tt+"|(?::"+Ot+`){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
(?:`+Ot+":){3}(?:(?::"+Ot+"){0,2}:"+tt+"|(?::"+Ot+`){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
(?:`+Ot+":){2}(?:(?::"+Ot+"){0,3}:"+tt+"|(?::"+Ot+`){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
(?:`+Ot+":){1}(?:(?::"+Ot+"){0,4}:"+tt+"|(?::"+Ot+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
(?::(?:(?::`+Ot+"){0,5}:"+tt+"|(?::"+Ot+`){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
`).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),lr=new RegExp("(?:^"+tt+"$)|(?:^"+dt+"$)"),cr=new RegExp("^"+tt+"$"),Ar=new RegExp("^"+dt+"$"),Nr=function(fn){return fn&&fn.exact?lr:new RegExp("(?:"+ut(fn)+tt+ut(fn)+")|(?:"+ut(fn)+dt+ut(fn)+")","g")};Nr.v4=function(wr){return wr&&wr.exact?cr:new RegExp(""+ut(wr)+tt+ut(wr),"g")},Nr.v6=function(wr){return wr&&wr.exact?Ar:new RegExp(""+ut(wr)+dt+ut(wr),"g")};var We="(?:(?:[a-z]+:)?//)",et="(?:\\S+(?::\\S*)?@)?",ye=Nr.v4().source,it=Nr.v6().source,sr="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",xr="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",Or="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",Cr="(?::\\d{2,5})?",Ur='(?:[/?#][^\\s"]*)?',bn="(?:"+We+"|www\\.)"+et+"(?:localhost|"+ye+"|"+it+"|"+sr+xr+Or+")"+Cr+Ur;return wt=new RegExp("(?:^"+bn+"$)","i"),wt},nt={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},_t={integer:function(ut){return _t.number(ut)&&parseInt(ut,10)===ut},float:function(ut){return _t.number(ut)&&!_t.integer(ut)},array:function(ut){return Array.isArray(ut)},regexp:function(ut){if(ut instanceof RegExp)return!0;try{return!!new RegExp(ut)}catch(tt){return!1}},date:function(ut){return typeof ut.getTime=="function"&&typeof ut.getMonth=="function"&&typeof ut.getYear=="function"&&!isNaN(ut.getTime())},number:function(ut){return isNaN(ut)?!1:typeof ut=="number"},object:function(ut){return typeof ut=="object"&&!_t.array(ut)},method:function(ut){return typeof ut=="function"},email:function(ut){return typeof ut=="string"&&ut.length<=320&&!!ut.match(nt.email)},url:function(ut){return typeof ut=="string"&&ut.length<=2048&&!!ut.match(Bt())},hex:function(ut){return typeof ut=="string"&&!!ut.match(nt.hex)}},ht=function(ut,tt,Ot,dt,lr){if(ut.required&&tt===void 0){tr(ut,tt,Ot,dt,lr);return}var cr=["integer","float","array","regexp","object","method","email","number","date","url","hex"],Ar=ut.type;cr.indexOf(Ar)>-1?_t[Ar](tt)||dt.push(j(lr.messages.types[Ar],ut.fullField,ut.type)):Ar&&typeof tt!==ut.type&&dt.push(j(lr.messages.types[Ar],ut.fullField,ut.type))},Je=function(ut,tt,Ot,dt,lr){var cr=typeof ut.len=="number",Ar=typeof ut.min=="number",Nr=typeof ut.max=="number",We=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,et=tt,ye=null,it=typeof tt=="number",sr=typeof tt=="string",xr=Array.isArray(tt);if(it?ye="number":sr?ye="string":xr&&(ye="array"),!ye)return!1;xr&&(et=tt.length),sr&&(et=tt.replace(We,"_").length),cr?et!==ut.len&&dt.push(j(lr.messages[ye].len,ut.fullField,ut.len)):Ar&&!Nr&&et<ut.min?dt.push(j(lr.messages[ye].min,ut.fullField,ut.min)):Nr&&!Ar&&et>ut.max?dt.push(j(lr.messages[ye].max,ut.fullField,ut.max)):Ar&&Nr&&(et<ut.min||et>ut.max)&&dt.push(j(lr.messages[ye].range,ut.fullField,ut.min,ut.max))},je="enum",be=function(ut,tt,Ot,dt,lr){ut[je]=Array.isArray(ut[je])?ut[je]:[],ut[je].indexOf(tt)===-1&&dt.push(j(lr.messages[je],ut.fullField,ut[je].join(", ")))},Le=function(ut,tt,Ot,dt,lr){if(ut.pattern){if(ut.pattern instanceof RegExp)ut.pattern.lastIndex=0,ut.pattern.test(tt)||dt.push(j(lr.messages.pattern.mismatch,ut.fullField,tt,ut.pattern));else if(typeof ut.pattern=="string"){var cr=new RegExp(ut.pattern);cr.test(tt)||dt.push(j(lr.messages.pattern.mismatch,ut.fullField,tt,ut.pattern))}}},Ke={required:tr,whitespace:ze,type:ht,range:Je,enum:be,pattern:Le},He=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt,"string")&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr,"string"),me(tt,"string")||(Ke.type(ut,tt,dt,cr,lr),Ke.range(ut,tt,dt,cr,lr),Ke.pattern(ut,tt,dt,cr,lr),ut.whitespace===!0&&Ke.whitespace(ut,tt,dt,cr,lr))}Ot(cr)},Xe=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),tt!==void 0&&Ke.type(ut,tt,dt,cr,lr)}Ot(cr)},pt=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(tt===""&&(tt=void 0),me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),tt!==void 0&&(Ke.type(ut,tt,dt,cr,lr),Ke.range(ut,tt,dt,cr,lr))}Ot(cr)},bt=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),tt!==void 0&&Ke.type(ut,tt,dt,cr,lr)}Ot(cr)},rr=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),me(tt)||Ke.type(ut,tt,dt,cr,lr)}Ot(cr)},Jt=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),tt!==void 0&&(Ke.type(ut,tt,dt,cr,lr),Ke.range(ut,tt,dt,cr,lr))}Ot(cr)},Me=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),tt!==void 0&&(Ke.type(ut,tt,dt,cr,lr),Ke.range(ut,tt,dt,cr,lr))}Ot(cr)},rt=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(tt==null&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr,"array"),tt!=null&&(Ke.type(ut,tt,dt,cr,lr),Ke.range(ut,tt,dt,cr,lr))}Ot(cr)},Yt=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),tt!==void 0&&Ke.type(ut,tt,dt,cr,lr)}Ot(cr)},Lt="enum",Wt=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),tt!==void 0&&Ke[Lt](ut,tt,dt,cr,lr)}Ot(cr)},Ht=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt,"string")&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr),me(tt,"string")||Ke.pattern(ut,tt,dt,cr,lr)}Ot(cr)},ir=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt,"date")&&!ut.required)return Ot();if(Ke.required(ut,tt,dt,cr,lr),!me(tt,"date")){var Nr;tt instanceof Date?Nr=tt:Nr=new Date(tt),Ke.type(ut,Nr,dt,cr,lr),Nr&&Ke.range(ut,Nr.getTime(),dt,cr,lr)}}Ot(cr)},Gt=function(ut,tt,Ot,dt,lr){var cr=[],Ar=Array.isArray(tt)?"array":typeof tt;Ke.required(ut,tt,dt,cr,lr,Ar),Ot(cr)},Ie=function(ut,tt,Ot,dt,lr){var cr=ut.type,Ar=[],Nr=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Nr){if(me(tt,cr)&&!ut.required)return Ot();Ke.required(ut,tt,dt,Ar,lr,cr),me(tt,cr)||Ke.type(ut,tt,dt,Ar,lr)}Ot(Ar)},ce=function(ut,tt,Ot,dt,lr){var cr=[],Ar=ut.required||!ut.required&&dt.hasOwnProperty(ut.field);if(Ar){if(me(tt)&&!ut.required)return Ot();Ke.required(ut,tt,dt,cr,lr)}Ot(cr)},he={string:He,method:Xe,number:pt,boolean:bt,regexp:rr,integer:Jt,float:Me,array:rt,object:Yt,enum:Wt,pattern:Ht,date:ir,url:Ie,hex:Ie,email:Ie,required:Gt,any:ce};function It(){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 ut=JSON.parse(JSON.stringify(this));return ut.clone=this.clone,ut}}}var Ce=It(),ft=function(){function Ee(tt){this.rules=null,this._messages=Ce,this.define(tt)}var ut=Ee.prototype;return ut.define=function(Ot){var dt=this;if(!Ot)throw new Error("Cannot configure a schema with no rules");if(typeof Ot!="object"||Array.isArray(Ot))throw new Error("Rules must be an object");this.rules={},Object.keys(Ot).forEach(function(lr){var cr=Ot[lr];dt.rules[lr]=Array.isArray(cr)?cr:[cr]})},ut.messages=function(Ot){return Ot&&(this._messages=Ft(It(),Ot)),this._messages},ut.validate=function(Ot,dt,lr){var cr=this;dt===void 0&&(dt={}),lr===void 0&&(lr=function(){});var Ar=Ot,Nr=dt,We=lr;if(typeof Nr=="function"&&(We=Nr,Nr={}),!this.rules||Object.keys(this.rules).length===0)return We&&We(null,Ar),Promise.resolve(Ar);function et(Or){var Cr=[],Ur={};function bn(fn){if(Array.isArray(fn)){var nn;Cr=(nn=Cr).concat.apply(nn,fn)}else Cr.push(fn)}for(var wr=0;wr<Or.length;wr++)bn(Or[wr]);Cr.length?(Ur=$(Cr),We(Cr,Ur)):We(null,Ar)}if(Nr.messages){var ye=this.messages();ye===Ce&&(ye=It()),Ft(ye,Nr.messages),Nr.messages=ye}else Nr.messages=this.messages();var it={},sr=Nr.keys||Object.keys(this.rules);sr.forEach(function(Or){var Cr=cr.rules[Or],Ur=Ar[Or];Cr.forEach(function(bn){var wr=bn;typeof wr.transform=="function"&&(Ar===Ot&&(Ar=ae({},Ar)),Ur=Ar[Or]=wr.transform(Ur)),typeof wr=="function"?wr={validator:wr}:wr=ae({},wr),wr.validator=cr.getValidationMethod(wr),wr.validator&&(wr.field=Or,wr.fullField=wr.fullField||Or,wr.type=cr.getType(wr),it[Or]=it[Or]||[],it[Or].push({rule:wr,value:Ur,source:Ar,field:Or}))})});var xr={};return Mt(it,Nr,function(Or,Cr){var Ur=Or.rule,bn=(Ur.type==="object"||Ur.type==="array")&&(typeof Ur.fields=="object"||typeof Ur.defaultField=="object");bn=bn&&(Ur.required||!Ur.required&&Or.value),Ur.field=Or.field;function wr(cn,Pn){return ae({},Pn,{fullField:Ur.fullField+"."+cn,fullFields:Ur.fullFields?[].concat(Ur.fullFields,[cn]):[cn]})}function fn(cn){cn===void 0&&(cn=[]);var Pn=Array.isArray(cn)?cn:[cn];!Nr.suppressWarning&&Pn.length&&Ee.warning("async-validator:",Pn),Pn.length&&Ur.message!==void 0&&(Pn=[].concat(Ur.message));var Pa=Pn.map(Zt(Ur,Ar));if(Nr.first&&Pa.length)return xr[Ur.field]=1,Cr(Pa);if(!bn)Cr(Pa);else{if(Ur.required&&!Or.value)return Ur.message!==void 0?Pa=[].concat(Ur.message).map(Zt(Ur,Ar)):Nr.error&&(Pa=[Nr.error(Ur,j(Nr.messages.required,Ur.field))]),Cr(Pa);var Li={};Ur.defaultField&&Object.keys(Or.value).map(function(fi){Li[fi]=Ur.defaultField}),Li=ae({},Li,Or.rule.fields);var vi={};Object.keys(Li).forEach(function(fi){var Gi=Li[fi],ya=Array.isArray(Gi)?Gi:[Gi];vi[fi]=ya.map(wr.bind(null,fi))});var yn=new Ee(vi);yn.messages(Nr.messages),Or.rule.options&&(Or.rule.options.messages=Nr.messages,Or.rule.options.error=Nr.error),yn.validate(Or.value,Or.rule.options||Nr,function(fi){var Gi=[];Pa&&Pa.length&&Gi.push.apply(Gi,Pa),fi&&fi.length&&Gi.push.apply(Gi,fi),Cr(Gi.length?Gi:null)})}}var nn;if(Ur.asyncValidator)nn=Ur.asyncValidator(Ur,Or.value,fn,Or.source,Nr);else if(Ur.validator){try{nn=Ur.validator(Ur,Or.value,fn,Or.source,Nr)}catch(cn){console.error==null||console.error(cn),Nr.suppressValidatorError||setTimeout(function(){throw cn},0),fn(cn.message)}nn===!0?fn():nn===!1?fn(typeof Ur.message=="function"?Ur.message(Ur.fullField||Ur.field):Ur.message||(Ur.fullField||Ur.field)+" fails"):nn instanceof Array?fn(nn):nn instanceof Error&&fn(nn.message)}nn&&nn.then&&nn.then(function(){return fn()},function(cn){return fn(cn)})},function(Or){et(Or)},Ar)},ut.getType=function(Ot){if(Ot.type===void 0&&Ot.pattern instanceof RegExp&&(Ot.type="pattern"),typeof Ot.validator!="function"&&Ot.type&&!he.hasOwnProperty(Ot.type))throw new Error(j("Unknown rule type %s",Ot.type));return Ot.type||"string"},ut.getValidationMethod=function(Ot){if(typeof Ot.validator=="function")return Ot.validator;var dt=Object.keys(Ot),lr=dt.indexOf("message");return lr!==-1&&dt.splice(lr,1),dt.length===1&&dt[0]==="required"?he.required:he[this.getType(Ot)]||void 0},Ee}();ft.register=function(ut,tt){if(typeof tt!="function")throw new Error("Cannot register a validator by type, validator is not a function");he[ut]=tt},ft.warning=le,ft.messages=Ce,ft.validators=he;var Kt="'${name}' is not a valid ${type}",Tt={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:Kt,method:Kt,array:Kt,object:Kt,number:Kt,date:Kt,boolean:Kt,integer:Kt,float:Kt,regexp:Kt,email:Kt,url:Kt,hex:Kt},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}"}},Pe=e(24434),At=ft;function Ze(Ee,ut){return Ee.replace(/\$\{\w+\}/g,function(tt){var Ot=tt.slice(2,-1);return ut[Ot]})}var we="CODE_LOGIC_ERROR";function gt(Ee,ut,tt,Ot,dt){return Rt.apply(this,arguments)}function Rt(){return Rt=(0,f.Z)((0,c.Z)().mark(function Ee(ut,tt,Ot,dt,lr){var cr,Ar,Nr,We,et,ye,it,sr,xr;return(0,c.Z)().wrap(function(Cr){for(;;)switch(Cr.prev=Cr.next){case 0:return cr=(0,o.Z)({},Ot),delete cr.ruleIndex,At.warning=function(){},cr.validator&&(Ar=cr.validator,cr.validator=function(){try{return Ar.apply(void 0,arguments)}catch(Ur){return console.error(Ur),Promise.reject(we)}}),Nr=null,cr&&cr.type==="array"&&cr.defaultField&&(Nr=cr.defaultField,delete cr.defaultField),We=new At((0,m.Z)({},ut,[cr])),et=(0,Pe.T)(Tt,dt.validateMessages),We.messages(et),ye=[],Cr.prev=10,Cr.next=13,Promise.resolve(We.validate((0,m.Z)({},ut,tt),(0,o.Z)({},dt)));case 13:Cr.next=18;break;case 15:Cr.prev=15,Cr.t0=Cr.catch(10),Cr.t0.errors&&(ye=Cr.t0.errors.map(function(Ur,bn){var wr=Ur.message,fn=wr===we?et.default:wr;return r.isValidElement(fn)?r.cloneElement(fn,{key:"error_".concat(bn)}):fn}));case 18:if(!(!ye.length&&Nr)){Cr.next=23;break}return Cr.next=21,Promise.all(tt.map(function(Ur,bn){return gt("".concat(ut,".").concat(bn),Ur,Nr,dt,lr)}));case 21:return it=Cr.sent,Cr.abrupt("return",it.reduce(function(Ur,bn){return[].concat((0,h.Z)(Ur),(0,h.Z)(bn))},[]));case 23:return sr=(0,o.Z)((0,o.Z)({},Ot),{},{name:ut,enum:(Ot.enum||[]).join(", ")},lr),xr=ye.map(function(Ur){return typeof Ur=="string"?Ze(Ur,sr):Ur}),Cr.abrupt("return",xr);case 26:case"end":return Cr.stop()}},Ee,null,[[10,15]])})),Rt.apply(this,arguments)}function Fe(Ee,ut,tt,Ot,dt,lr){var cr=Ee.join("."),Ar=tt.map(function(et,ye){var it=et.validator,sr=(0,o.Z)((0,o.Z)({},et),{},{ruleIndex:ye});return it&&(sr.validator=function(xr,Or,Cr){var Ur=!1,bn=function(){for(var nn=arguments.length,cn=new Array(nn),Pn=0;Pn<nn;Pn++)cn[Pn]=arguments[Pn];Promise.resolve().then(function(){(0,D.ZP)(!Ur,"Your validator function has already return a promise. `callback` will be ignored."),Ur||Cr.apply(void 0,cn)})},wr=it(xr,Or,bn);Ur=wr&&typeof wr.then=="function"&&typeof wr.catch=="function",(0,D.ZP)(Ur,"`callback` is deprecated. Please return a promise instead."),Ur&&wr.then(function(){Cr()}).catch(function(fn){Cr(fn||" ")})}),sr}).sort(function(et,ye){var it=et.warningOnly,sr=et.ruleIndex,xr=ye.warningOnly,Or=ye.ruleIndex;return!!it==!!xr?sr-Or:it?1:-1}),Nr;if(dt===!0)Nr=new Promise(function(){var et=(0,f.Z)((0,c.Z)().mark(function ye(it,sr){var xr,Or,Cr;return(0,c.Z)().wrap(function(bn){for(;;)switch(bn.prev=bn.next){case 0:xr=0;case 1:if(!(xr<Ar.length)){bn.next=12;break}return Or=Ar[xr],bn.next=5,gt(cr,ut,Or,Ot,lr);case 5:if(Cr=bn.sent,!Cr.length){bn.next=9;break}return sr([{errors:Cr,rule:Or}]),bn.abrupt("return");case 9:xr+=1,bn.next=1;break;case 12:it([]);case 13:case"end":return bn.stop()}},ye)}));return function(ye,it){return et.apply(this,arguments)}}());else{var We=Ar.map(function(et){return gt(cr,ut,et,Ot,lr).then(function(ye){return{errors:ye,rule:et}})});Nr=(dt?Kr(We):Tr(We)).then(function(et){return Promise.reject(et)})}return Nr.catch(function(et){return et}),Nr}function Tr(Ee){return Ct.apply(this,arguments)}function Ct(){return Ct=(0,f.Z)((0,c.Z)().mark(function Ee(ut){return(0,c.Z)().wrap(function(Ot){for(;;)switch(Ot.prev=Ot.next){case 0:return Ot.abrupt("return",Promise.all(ut).then(function(dt){var lr,cr=(lr=[]).concat.apply(lr,(0,h.Z)(dt));return cr}));case 1:case"end":return Ot.stop()}},Ee)})),Ct.apply(this,arguments)}function Kr(Ee){return tn.apply(this,arguments)}function tn(){return tn=(0,f.Z)((0,c.Z)().mark(function Ee(ut){var tt;return(0,c.Z)().wrap(function(dt){for(;;)switch(dt.prev=dt.next){case 0:return tt=0,dt.abrupt("return",new Promise(function(lr){ut.forEach(function(cr){cr.then(function(Ar){Ar.errors.length&&lr([Ar]),tt+=1,tt===ut.length&&lr([])})})}));case 2:case"end":return dt.stop()}},Ee)})),tn.apply(this,arguments)}var Ir=e(26420),Lr=e(97938);function vr(Ee){return G(Ee)}function $r(Ee,ut){var tt={};return ut.forEach(function(Ot){var dt=(0,Lr.Z)(Ee,Ot);tt=(0,Pe.Z)(tt,Ot,dt)}),tt}function sn(Ee,ut){var tt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return Ee&&Ee.some(function(Ot){return hn(ut,Ot,tt)})}function hn(Ee,ut){var tt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return!Ee||!ut||!tt&&Ee.length!==ut.length?!1:ut.every(function(Ot,dt){return Ee[dt]===Ot})}function Xt(Ee,ut){if(Ee===ut)return!0;if(!Ee&&ut||Ee&&!ut||!Ee||!ut||(0,Ir.Z)(Ee)!=="object"||(0,Ir.Z)(ut)!=="object")return!1;var tt=Object.keys(Ee),Ot=Object.keys(ut),dt=new Set([].concat(tt,Ot));return(0,h.Z)(dt).every(function(lr){var cr=Ee[lr],Ar=ut[lr];return typeof cr=="function"&&typeof Ar=="function"?!0:cr===Ar})}function vt(Ee){var ut=arguments.length<=1?void 0:arguments[1];return ut&&ut.target&&(0,Ir.Z)(ut.target)==="object"&&Ee in ut.target?ut.target[Ee]:ut}function ot(Ee,ut,tt){var Ot=Ee.length;if(ut<0||ut>=Ot||tt<0||tt>=Ot)return Ee;var dt=Ee[ut],lr=ut-tt;return lr>0?[].concat((0,h.Z)(Ee.slice(0,tt)),[dt],(0,h.Z)(Ee.slice(tt,ut)),(0,h.Z)(Ee.slice(ut+1,Ot))):lr<0?[].concat((0,h.Z)(Ee.slice(0,ut)),(0,h.Z)(Ee.slice(ut+1,tt+1)),[dt],(0,h.Z)(Ee.slice(tt+1,Ot))):Ee}var ct=["name"],Nt=[];function br(Ee,ut,tt,Ot,dt,lr){return typeof Ee=="function"?Ee(ut,tt,"source"in lr?{source:lr.source}:{}):Ot!==dt}var _r=function(Ee){(0,p.Z)(tt,Ee);var ut=(0,y.Z)(tt);function tt(Ot){var dt;if((0,u.Z)(this,tt),dt=ut.call(this,Ot),(0,m.Z)((0,x.Z)(dt),"state",{resetCount:0}),(0,m.Z)((0,x.Z)(dt),"cancelRegisterFunc",null),(0,m.Z)((0,x.Z)(dt),"mounted",!1),(0,m.Z)((0,x.Z)(dt),"touched",!1),(0,m.Z)((0,x.Z)(dt),"dirty",!1),(0,m.Z)((0,x.Z)(dt),"validatePromise",void 0),(0,m.Z)((0,x.Z)(dt),"prevValidating",void 0),(0,m.Z)((0,x.Z)(dt),"errors",Nt),(0,m.Z)((0,x.Z)(dt),"warnings",Nt),(0,m.Z)((0,x.Z)(dt),"cancelRegister",function(){var Nr=dt.props,We=Nr.preserve,et=Nr.isListField,ye=Nr.name;dt.cancelRegisterFunc&&dt.cancelRegisterFunc(et,We,vr(ye)),dt.cancelRegisterFunc=null}),(0,m.Z)((0,x.Z)(dt),"getNamePath",function(){var Nr=dt.props,We=Nr.name,et=Nr.fieldContext,ye=et.prefixName,it=ye===void 0?[]:ye;return We!==void 0?[].concat((0,h.Z)(it),(0,h.Z)(We)):[]}),(0,m.Z)((0,x.Z)(dt),"getRules",function(){var Nr=dt.props,We=Nr.rules,et=We===void 0?[]:We,ye=Nr.fieldContext;return et.map(function(it){return typeof it=="function"?it(ye):it})}),(0,m.Z)((0,x.Z)(dt),"refresh",function(){dt.mounted&&dt.setState(function(Nr){var We=Nr.resetCount;return{resetCount:We+1}})}),(0,m.Z)((0,x.Z)(dt),"metaCache",null),(0,m.Z)((0,x.Z)(dt),"triggerMetaEvent",function(Nr){var We=dt.props.onMetaChange;if(We){var et=(0,o.Z)((0,o.Z)({},dt.getMeta()),{},{destroy:Nr});(0,S.Z)(dt.metaCache,et)||We(et),dt.metaCache=et}else dt.metaCache=null}),(0,m.Z)((0,x.Z)(dt),"onStoreChange",function(Nr,We,et){var ye=dt.props,it=ye.shouldUpdate,sr=ye.dependencies,xr=sr===void 0?[]:sr,Or=ye.onReset,Cr=et.store,Ur=dt.getNamePath(),bn=dt.getValue(Nr),wr=dt.getValue(Cr),fn=We&&sn(We,Ur);switch(et.type==="valueUpdate"&&et.source==="external"&&bn!==wr&&(dt.touched=!0,dt.dirty=!0,dt.validatePromise=null,dt.errors=Nt,dt.warnings=Nt,dt.triggerMetaEvent()),et.type){case"reset":if(!We||fn){dt.touched=!1,dt.dirty=!1,dt.validatePromise=void 0,dt.errors=Nt,dt.warnings=Nt,dt.triggerMetaEvent(),Or==null||Or(),dt.refresh();return}break;case"remove":{if(it){dt.reRender();return}break}case"setField":{var nn=et.data;if(fn){"touched"in nn&&(dt.touched=nn.touched),"validating"in nn&&!("originRCField"in nn)&&(dt.validatePromise=nn.validating?Promise.resolve([]):null),"errors"in nn&&(dt.errors=nn.errors||Nt),"warnings"in nn&&(dt.warnings=nn.warnings||Nt),dt.dirty=!0,dt.triggerMetaEvent(),dt.reRender();return}else if("value"in nn&&sn(We,Ur,!0)){dt.reRender();return}if(it&&!Ur.length&&br(it,Nr,Cr,bn,wr,et)){dt.reRender();return}break}case"dependenciesUpdate":{var cn=xr.map(vr);if(cn.some(function(Pn){return sn(et.relatedFields,Pn)})){dt.reRender();return}break}default:if(fn||(!xr.length||Ur.length||it)&&br(it,Nr,Cr,bn,wr,et)){dt.reRender();return}break}it===!0&&dt.reRender()}),(0,m.Z)((0,x.Z)(dt),"validateRules",function(Nr){var We=dt.getNamePath(),et=dt.getValue(),ye=Nr||{},it=ye.triggerName,sr=ye.validateOnly,xr=sr===void 0?!1:sr,Or=Promise.resolve().then((0,f.Z)((0,c.Z)().mark(function Cr(){var Ur,bn,wr,fn,nn,cn,Pn;return(0,c.Z)().wrap(function(Li){for(;;)switch(Li.prev=Li.next){case 0:if(dt.mounted){Li.next=2;break}return Li.abrupt("return",[]);case 2:if(Ur=dt.props,bn=Ur.validateFirst,wr=bn===void 0?!1:bn,fn=Ur.messageVariables,nn=Ur.validateDebounce,cn=dt.getRules(),it&&(cn=cn.filter(function(vi){return vi}).filter(function(vi){var yn=vi.validateTrigger;if(!yn)return!0;var fi=G(yn);return fi.includes(it)})),!(nn&&it)){Li.next=10;break}return Li.next=8,new Promise(function(vi){setTimeout(vi,nn)});case 8:if(dt.validatePromise===Or){Li.next=10;break}return Li.abrupt("return",[]);case 10:return Pn=Fe(We,et,cn,Nr,wr,fn),Pn.catch(function(vi){return vi}).then(function(){var vi=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Nt;if(dt.validatePromise===Or){var yn;dt.validatePromise=null;var fi=[],Gi=[];(yn=vi.forEach)===null||yn===void 0||yn.call(vi,function(ya){var Vs=ya.rule.warningOnly,ba=ya.errors,Fs=ba===void 0?Nt:ba;Vs?Gi.push.apply(Gi,(0,h.Z)(Fs)):fi.push.apply(fi,(0,h.Z)(Fs))}),dt.errors=fi,dt.warnings=Gi,dt.triggerMetaEvent(),dt.reRender()}}),Li.abrupt("return",Pn);case 13:case"end":return Li.stop()}},Cr)})));return xr||(dt.validatePromise=Or,dt.dirty=!0,dt.errors=Nt,dt.warnings=Nt,dt.triggerMetaEvent(),dt.reRender()),Or}),(0,m.Z)((0,x.Z)(dt),"isFieldValidating",function(){return!!dt.validatePromise}),(0,m.Z)((0,x.Z)(dt),"isFieldTouched",function(){return dt.touched}),(0,m.Z)((0,x.Z)(dt),"isFieldDirty",function(){if(dt.dirty||dt.props.initialValue!==void 0)return!0;var Nr=dt.props.fieldContext,We=Nr.getInternalHooks(R),et=We.getInitialValue;return et(dt.getNamePath())!==void 0}),(0,m.Z)((0,x.Z)(dt),"getErrors",function(){return dt.errors}),(0,m.Z)((0,x.Z)(dt),"getWarnings",function(){return dt.warnings}),(0,m.Z)((0,x.Z)(dt),"isListField",function(){return dt.props.isListField}),(0,m.Z)((0,x.Z)(dt),"isList",function(){return dt.props.isList}),(0,m.Z)((0,x.Z)(dt),"isPreserve",function(){return dt.props.preserve}),(0,m.Z)((0,x.Z)(dt),"getMeta",function(){dt.prevValidating=dt.isFieldValidating();var Nr={touched:dt.isFieldTouched(),validating:dt.prevValidating,errors:dt.errors,warnings:dt.warnings,name:dt.getNamePath(),validated:dt.validatePromise===null};return Nr}),(0,m.Z)((0,x.Z)(dt),"getOnlyChild",function(Nr){if(typeof Nr=="function"){var We=dt.getMeta();return(0,o.Z)((0,o.Z)({},dt.getOnlyChild(Nr(dt.getControlled(),We,dt.props.fieldContext))),{},{isFunction:!0})}var et=(0,b.Z)(Nr);return et.length!==1||!r.isValidElement(et[0])?{child:et,isFunction:!1}:{child:et[0],isFunction:!1}}),(0,m.Z)((0,x.Z)(dt),"getValue",function(Nr){var We=dt.props.fieldContext.getFieldsValue,et=dt.getNamePath();return(0,Lr.Z)(Nr||We(!0),et)}),(0,m.Z)((0,x.Z)(dt),"getControlled",function(){var Nr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},We=dt.props,et=We.trigger,ye=We.validateTrigger,it=We.getValueFromEvent,sr=We.normalize,xr=We.valuePropName,Or=We.getValueProps,Cr=We.fieldContext,Ur=ye!==void 0?ye:Cr.validateTrigger,bn=dt.getNamePath(),wr=Cr.getInternalHooks,fn=Cr.getFieldsValue,nn=wr(R),cn=nn.dispatch,Pn=dt.getValue(),Pa=Or||function(fi){return(0,m.Z)({},xr,fi)},Li=Nr[et],vi=(0,o.Z)((0,o.Z)({},Nr),Pa(Pn));vi[et]=function(){dt.touched=!0,dt.dirty=!0,dt.triggerMetaEvent();for(var fi,Gi=arguments.length,ya=new Array(Gi),Vs=0;Vs<Gi;Vs++)ya[Vs]=arguments[Vs];it?fi=it.apply(void 0,ya):fi=vt.apply(void 0,[xr].concat(ya)),sr&&(fi=sr(fi,Pn,fn(!0))),cn({type:"updateValue",namePath:bn,value:fi}),Li&&Li.apply(void 0,ya)};var yn=G(Ur||[]);return yn.forEach(function(fi){var Gi=vi[fi];vi[fi]=function(){Gi&&Gi.apply(void 0,arguments);var ya=dt.props.rules;ya&&ya.length&&cn({type:"validateField",namePath:bn,triggerName:fi})}}),vi}),Ot.fieldContext){var lr=Ot.fieldContext.getInternalHooks,cr=lr(R),Ar=cr.initEntityValue;Ar((0,x.Z)(dt))}return dt}return(0,a.Z)(tt,[{key:"componentDidMount",value:function(){var dt=this.props,lr=dt.shouldUpdate,cr=dt.fieldContext;if(this.mounted=!0,cr){var Ar=cr.getInternalHooks,Nr=Ar(R),We=Nr.registerField;this.cancelRegisterFunc=We(this)}lr===!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 dt=this.state.resetCount,lr=this.props.children,cr=this.getOnlyChild(lr),Ar=cr.child,Nr=cr.isFunction,We;return Nr?We=Ar:r.isValidElement(Ar)?We=r.cloneElement(Ar,this.getControlled(Ar.props)):((0,D.ZP)(!Ar,"`children` of Field is not validate ReactElement."),We=Ar),r.createElement(r.Fragment,{key:dt},We)}}]),tt}(r.Component);(0,m.Z)(_r,"contextType",M),(0,m.Z)(_r,"defaultProps",{trigger:"onChange",valuePropName:"value"});function Jr(Ee){var ut=Ee.name,tt=(0,l.Z)(Ee,ct),Ot=r.useContext(M),dt=r.useContext(N),lr=ut!==void 0?vr(ut):void 0,cr="keep";return tt.isListField||(cr="_".concat((lr||[]).join("_"))),r.createElement(_r,(0,i.Z)({key:cr,name:lr,isListField:!!dt},tt,{fieldContext:Ot}))}var zr=Jr;function xn(Ee){var ut=Ee.name,tt=Ee.initialValue,Ot=Ee.children,dt=Ee.rules,lr=Ee.validateTrigger,cr=Ee.isListField,Ar=r.useContext(M),Nr=r.useContext(N),We=r.useRef({keys:[],id:0}),et=We.current,ye=r.useMemo(function(){var Or=vr(Ar.prefixName)||[];return[].concat((0,h.Z)(Or),(0,h.Z)(vr(ut)))},[Ar.prefixName,ut]),it=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},Ar),{},{prefixName:ye})},[Ar,ye]),sr=r.useMemo(function(){return{getKey:function(Cr){var Ur=ye.length,bn=Cr[Ur];return[et.keys[bn],Cr.slice(Ur+1)]}}},[ye]);if(typeof Ot!="function")return(0,D.ZP)(!1,"Form.List only accepts function as children."),null;var xr=function(Cr,Ur,bn){var wr=bn.source;return wr==="internal"?!1:Cr!==Ur};return r.createElement(N.Provider,{value:sr},r.createElement(M.Provider,{value:it},r.createElement(zr,{name:[],shouldUpdate:xr,rules:dt,validateTrigger:lr,initialValue:tt,isList:!0,isListField:cr!=null?cr:!!Nr},function(Or,Cr){var Ur=Or.value,bn=Ur===void 0?[]:Ur,wr=Or.onChange,fn=Ar.getFieldValue,nn=function(){var Li=fn(ye||[]);return Li||[]},cn={add:function(Li,vi){var yn=nn();vi>=0&&vi<=yn.length?(et.keys=[].concat((0,h.Z)(et.keys.slice(0,vi)),[et.id],(0,h.Z)(et.keys.slice(vi))),wr([].concat((0,h.Z)(yn.slice(0,vi)),[Li],(0,h.Z)(yn.slice(vi))))):(et.keys=[].concat((0,h.Z)(et.keys),[et.id]),wr([].concat((0,h.Z)(yn),[Li]))),et.id+=1},remove:function(Li){var vi=nn(),yn=new Set(Array.isArray(Li)?Li:[Li]);yn.size<=0||(et.keys=et.keys.filter(function(fi,Gi){return!yn.has(Gi)}),wr(vi.filter(function(fi,Gi){return!yn.has(Gi)})))},move:function(Li,vi){if(Li!==vi){var yn=nn();Li<0||Li>=yn.length||vi<0||vi>=yn.length||(et.keys=ot(et.keys,Li,vi),wr(ot(yn,Li,vi)))}}},Pn=bn||[];return Array.isArray(Pn)||(Pn=[]),Ot(Pn.map(function(Pa,Li){var vi=et.keys[Li];return vi===void 0&&(et.keys[Li]=et.id,vi=et.keys[Li],et.id+=1),{name:Li,key:vi,isListField:!0}}),cn,Cr)})))}var Et=xn,Dr=e(16886);function kn(Ee){var ut=!1,tt=Ee.length,Ot=[];return Ee.length?new Promise(function(dt,lr){Ee.forEach(function(cr,Ar){cr.catch(function(Nr){return ut=!0,Nr}).then(function(Nr){tt-=1,Ot[Ar]=Nr,!(tt>0)&&(ut&&lr(Ot),dt(Ot))})})}):Promise.resolve([])}var Qn="__@field_split__";function Nn(Ee){return Ee.map(function(ut){return"".concat((0,Ir.Z)(ut),":").concat(ut)}).join(Qn)}var ti=function(){function Ee(){(0,u.Z)(this,Ee),(0,m.Z)(this,"kvs",new Map)}return(0,a.Z)(Ee,[{key:"set",value:function(tt,Ot){this.kvs.set(Nn(tt),Ot)}},{key:"get",value:function(tt){return this.kvs.get(Nn(tt))}},{key:"update",value:function(tt,Ot){var dt=this.get(tt),lr=Ot(dt);lr?this.set(tt,lr):this.delete(tt)}},{key:"delete",value:function(tt){this.kvs.delete(Nn(tt))}},{key:"map",value:function(tt){return(0,h.Z)(this.kvs.entries()).map(function(Ot){var dt=(0,Dr.Z)(Ot,2),lr=dt[0],cr=dt[1],Ar=lr.split(Qn);return tt({key:Ar.map(function(Nr){var We=Nr.match(/^([^:]*):(.*)$/),et=(0,Dr.Z)(We,3),ye=et[1],it=et[2];return ye==="number"?Number(it):it}),value:cr})})}},{key:"toJSON",value:function(){var tt={};return this.map(function(Ot){var dt=Ot.key,lr=Ot.value;return tt[dt.join(".")]=lr,null}),tt}}]),Ee}(),Tn=ti,Ai=["name"],ri=(0,a.Z)(function Ee(ut){var tt=this;(0,u.Z)(this,Ee),(0,m.Z)(this,"formHooked",!1),(0,m.Z)(this,"forceRootUpdate",void 0),(0,m.Z)(this,"subscribable",!0),(0,m.Z)(this,"store",{}),(0,m.Z)(this,"fieldEntities",[]),(0,m.Z)(this,"initialValues",{}),(0,m.Z)(this,"callbacks",{}),(0,m.Z)(this,"validateMessages",null),(0,m.Z)(this,"preserve",null),(0,m.Z)(this,"lastValidatePromise",null),(0,m.Z)(this,"getForm",function(){return{getFieldValue:tt.getFieldValue,getFieldsValue:tt.getFieldsValue,getFieldError:tt.getFieldError,getFieldWarning:tt.getFieldWarning,getFieldsError:tt.getFieldsError,isFieldsTouched:tt.isFieldsTouched,isFieldTouched:tt.isFieldTouched,isFieldValidating:tt.isFieldValidating,isFieldsValidating:tt.isFieldsValidating,resetFields:tt.resetFields,setFields:tt.setFields,setFieldValue:tt.setFieldValue,setFieldsValue:tt.setFieldsValue,validateFields:tt.validateFields,submit:tt.submit,_init:!0,getInternalHooks:tt.getInternalHooks}}),(0,m.Z)(this,"getInternalHooks",function(Ot){return Ot===R?(tt.formHooked=!0,{dispatch:tt.dispatch,initEntityValue:tt.initEntityValue,registerField:tt.registerField,useSubscribe:tt.useSubscribe,setInitialValues:tt.setInitialValues,destroyForm:tt.destroyForm,setCallbacks:tt.setCallbacks,setValidateMessages:tt.setValidateMessages,getFields:tt.getFields,setPreserve:tt.setPreserve,getInitialValue:tt.getInitialValue,registerWatch:tt.registerWatch}):((0,D.ZP)(!1,"`getInternalHooks` is internal usage. Should not call directly."),null)}),(0,m.Z)(this,"useSubscribe",function(Ot){tt.subscribable=Ot}),(0,m.Z)(this,"prevWithoutPreserves",null),(0,m.Z)(this,"setInitialValues",function(Ot,dt){if(tt.initialValues=Ot||{},dt){var lr,cr=(0,Pe.T)(Ot,tt.store);(lr=tt.prevWithoutPreserves)===null||lr===void 0||lr.map(function(Ar){var Nr=Ar.key;cr=(0,Pe.Z)(cr,Nr,(0,Lr.Z)(Ot,Nr))}),tt.prevWithoutPreserves=null,tt.updateStore(cr)}}),(0,m.Z)(this,"destroyForm",function(){var Ot=new Tn;tt.getFieldEntities(!0).forEach(function(dt){tt.isMergedPreserve(dt.isPreserve())||Ot.set(dt.getNamePath(),!0)}),tt.prevWithoutPreserves=Ot}),(0,m.Z)(this,"getInitialValue",function(Ot){var dt=(0,Lr.Z)(tt.initialValues,Ot);return Ot.length?(0,Pe.T)(dt):dt}),(0,m.Z)(this,"setCallbacks",function(Ot){tt.callbacks=Ot}),(0,m.Z)(this,"setValidateMessages",function(Ot){tt.validateMessages=Ot}),(0,m.Z)(this,"setPreserve",function(Ot){tt.preserve=Ot}),(0,m.Z)(this,"watchList",[]),(0,m.Z)(this,"registerWatch",function(Ot){return tt.watchList.push(Ot),function(){tt.watchList=tt.watchList.filter(function(dt){return dt!==Ot})}}),(0,m.Z)(this,"notifyWatch",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];if(tt.watchList.length){var dt=tt.getFieldsValue(),lr=tt.getFieldsValue(!0);tt.watchList.forEach(function(cr){cr(dt,lr,Ot)})}}),(0,m.Z)(this,"timeoutId",null),(0,m.Z)(this,"warningUnhooked",function(){}),(0,m.Z)(this,"updateStore",function(Ot){tt.store=Ot}),(0,m.Z)(this,"getFieldEntities",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return Ot?tt.fieldEntities.filter(function(dt){return dt.getNamePath().length}):tt.fieldEntities}),(0,m.Z)(this,"getFieldsMap",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,dt=new Tn;return tt.getFieldEntities(Ot).forEach(function(lr){var cr=lr.getNamePath();dt.set(cr,lr)}),dt}),(0,m.Z)(this,"getFieldEntitiesForNamePathList",function(Ot){if(!Ot)return tt.getFieldEntities(!0);var dt=tt.getFieldsMap(!0);return Ot.map(function(lr){var cr=vr(lr);return dt.get(cr)||{INVALIDATE_NAME_PATH:vr(lr)}})}),(0,m.Z)(this,"getFieldsValue",function(Ot,dt){tt.warningUnhooked();var lr,cr,Ar;if(Ot===!0||Array.isArray(Ot)?(lr=Ot,cr=dt):Ot&&(0,Ir.Z)(Ot)==="object"&&(Ar=Ot.strict,cr=Ot.filter),lr===!0&&!cr)return tt.store;var Nr=tt.getFieldEntitiesForNamePathList(Array.isArray(lr)?lr:null),We=[];return Nr.forEach(function(et){var ye,it,sr="INVALIDATE_NAME_PATH"in et?et.INVALIDATE_NAME_PATH:et.getNamePath();if(Ar){var xr,Or;if((xr=(Or=et).isList)!==null&&xr!==void 0&&xr.call(Or))return}else if(!lr&&(ye=(it=et).isListField)!==null&&ye!==void 0&&ye.call(it))return;if(!cr)We.push(sr);else{var Cr="getMeta"in et?et.getMeta():null;cr(Cr)&&We.push(sr)}}),$r(tt.store,We.map(vr))}),(0,m.Z)(this,"getFieldValue",function(Ot){tt.warningUnhooked();var dt=vr(Ot);return(0,Lr.Z)(tt.store,dt)}),(0,m.Z)(this,"getFieldsError",function(Ot){tt.warningUnhooked();var dt=tt.getFieldEntitiesForNamePathList(Ot);return dt.map(function(lr,cr){return lr&&!("INVALIDATE_NAME_PATH"in lr)?{name:lr.getNamePath(),errors:lr.getErrors(),warnings:lr.getWarnings()}:{name:vr(Ot[cr]),errors:[],warnings:[]}})}),(0,m.Z)(this,"getFieldError",function(Ot){tt.warningUnhooked();var dt=vr(Ot),lr=tt.getFieldsError([dt])[0];return lr.errors}),(0,m.Z)(this,"getFieldWarning",function(Ot){tt.warningUnhooked();var dt=vr(Ot),lr=tt.getFieldsError([dt])[0];return lr.warnings}),(0,m.Z)(this,"isFieldsTouched",function(){tt.warningUnhooked();for(var Ot=arguments.length,dt=new Array(Ot),lr=0;lr<Ot;lr++)dt[lr]=arguments[lr];var cr=dt[0],Ar=dt[1],Nr,We=!1;dt.length===0?Nr=null:dt.length===1?Array.isArray(cr)?(Nr=cr.map(vr),We=!1):(Nr=null,We=cr):(Nr=cr.map(vr),We=Ar);var et=tt.getFieldEntities(!0),ye=function(Cr){return Cr.isFieldTouched()};if(!Nr)return We?et.every(ye):et.some(ye);var it=new Tn;Nr.forEach(function(Or){it.set(Or,[])}),et.forEach(function(Or){var Cr=Or.getNamePath();Nr.forEach(function(Ur){Ur.every(function(bn,wr){return Cr[wr]===bn})&&it.update(Ur,function(bn){return[].concat((0,h.Z)(bn),[Or])})})});var sr=function(Cr){return Cr.some(ye)},xr=it.map(function(Or){var Cr=Or.value;return Cr});return We?xr.every(sr):xr.some(sr)}),(0,m.Z)(this,"isFieldTouched",function(Ot){return tt.warningUnhooked(),tt.isFieldsTouched([Ot])}),(0,m.Z)(this,"isFieldsValidating",function(Ot){tt.warningUnhooked();var dt=tt.getFieldEntities();if(!Ot)return dt.some(function(cr){return cr.isFieldValidating()});var lr=Ot.map(vr);return dt.some(function(cr){var Ar=cr.getNamePath();return sn(lr,Ar)&&cr.isFieldValidating()})}),(0,m.Z)(this,"isFieldValidating",function(Ot){return tt.warningUnhooked(),tt.isFieldsValidating([Ot])}),(0,m.Z)(this,"resetWithFieldInitialValue",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},dt=new Tn,lr=tt.getFieldEntities(!0);lr.forEach(function(Nr){var We=Nr.props.initialValue,et=Nr.getNamePath();if(We!==void 0){var ye=dt.get(et)||new Set;ye.add({entity:Nr,value:We}),dt.set(et,ye)}});var cr=function(We){We.forEach(function(et){var ye=et.props.initialValue;if(ye!==void 0){var it=et.getNamePath(),sr=tt.getInitialValue(it);if(sr!==void 0)(0,D.ZP)(!1,"Form already set 'initialValues' with path '".concat(it.join("."),"'. Field can not overwrite it."));else{var xr=dt.get(it);if(xr&&xr.size>1)(0,D.ZP)(!1,"Multiple Field with path '".concat(it.join("."),"' set 'initialValue'. Can not decide which one to pick."));else if(xr){var Or=tt.getFieldValue(it);(!Ot.skipExist||Or===void 0)&&tt.updateStore((0,Pe.Z)(tt.store,it,(0,h.Z)(xr)[0].value))}}}})},Ar;Ot.entities?Ar=Ot.entities:Ot.namePathList?(Ar=[],Ot.namePathList.forEach(function(Nr){var We=dt.get(Nr);if(We){var et;(et=Ar).push.apply(et,(0,h.Z)((0,h.Z)(We).map(function(ye){return ye.entity})))}})):Ar=lr,cr(Ar)}),(0,m.Z)(this,"resetFields",function(Ot){tt.warningUnhooked();var dt=tt.store;if(!Ot){tt.updateStore((0,Pe.T)(tt.initialValues)),tt.resetWithFieldInitialValue(),tt.notifyObservers(dt,null,{type:"reset"}),tt.notifyWatch();return}var lr=Ot.map(vr);lr.forEach(function(cr){var Ar=tt.getInitialValue(cr);tt.updateStore((0,Pe.Z)(tt.store,cr,Ar))}),tt.resetWithFieldInitialValue({namePathList:lr}),tt.notifyObservers(dt,lr,{type:"reset"}),tt.notifyWatch(lr)}),(0,m.Z)(this,"setFields",function(Ot){tt.warningUnhooked();var dt=tt.store,lr=[];Ot.forEach(function(cr){var Ar=cr.name,Nr=(0,l.Z)(cr,Ai),We=vr(Ar);lr.push(We),"value"in Nr&&tt.updateStore((0,Pe.Z)(tt.store,We,Nr.value)),tt.notifyObservers(dt,[We],{type:"setField",data:cr})}),tt.notifyWatch(lr)}),(0,m.Z)(this,"getFields",function(){var Ot=tt.getFieldEntities(!0),dt=Ot.map(function(lr){var cr=lr.getNamePath(),Ar=lr.getMeta(),Nr=(0,o.Z)((0,o.Z)({},Ar),{},{name:cr,value:tt.getFieldValue(cr)});return Object.defineProperty(Nr,"originRCField",{value:!0}),Nr});return dt}),(0,m.Z)(this,"initEntityValue",function(Ot){var dt=Ot.props.initialValue;if(dt!==void 0){var lr=Ot.getNamePath(),cr=(0,Lr.Z)(tt.store,lr);cr===void 0&&tt.updateStore((0,Pe.Z)(tt.store,lr,dt))}}),(0,m.Z)(this,"isMergedPreserve",function(Ot){var dt=Ot!==void 0?Ot:tt.preserve;return dt!=null?dt:!0}),(0,m.Z)(this,"registerField",function(Ot){tt.fieldEntities.push(Ot);var dt=Ot.getNamePath();if(tt.notifyWatch([dt]),Ot.props.initialValue!==void 0){var lr=tt.store;tt.resetWithFieldInitialValue({entities:[Ot],skipExist:!0}),tt.notifyObservers(lr,[Ot.getNamePath()],{type:"valueUpdate",source:"internal"})}return function(cr,Ar){var Nr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];if(tt.fieldEntities=tt.fieldEntities.filter(function(ye){return ye!==Ot}),!tt.isMergedPreserve(Ar)&&(!cr||Nr.length>1)){var We=cr?void 0:tt.getInitialValue(dt);if(dt.length&&tt.getFieldValue(dt)!==We&&tt.fieldEntities.every(function(ye){return!hn(ye.getNamePath(),dt)})){var et=tt.store;tt.updateStore((0,Pe.Z)(et,dt,We,!0)),tt.notifyObservers(et,[dt],{type:"remove"}),tt.triggerDependenciesUpdate(et,dt)}}tt.notifyWatch([dt])}}),(0,m.Z)(this,"dispatch",function(Ot){switch(Ot.type){case"updateValue":{var dt=Ot.namePath,lr=Ot.value;tt.updateValue(dt,lr);break}case"validateField":{var cr=Ot.namePath,Ar=Ot.triggerName;tt.validateFields([cr],{triggerName:Ar});break}default:}}),(0,m.Z)(this,"notifyObservers",function(Ot,dt,lr){if(tt.subscribable){var cr=(0,o.Z)((0,o.Z)({},lr),{},{store:tt.getFieldsValue(!0)});tt.getFieldEntities().forEach(function(Ar){var Nr=Ar.onStoreChange;Nr(Ot,dt,cr)})}else tt.forceRootUpdate()}),(0,m.Z)(this,"triggerDependenciesUpdate",function(Ot,dt){var lr=tt.getDependencyChildrenFields(dt);return lr.length&&tt.validateFields(lr),tt.notifyObservers(Ot,lr,{type:"dependenciesUpdate",relatedFields:[dt].concat((0,h.Z)(lr))}),lr}),(0,m.Z)(this,"updateValue",function(Ot,dt){var lr=vr(Ot),cr=tt.store;tt.updateStore((0,Pe.Z)(tt.store,lr,dt)),tt.notifyObservers(cr,[lr],{type:"valueUpdate",source:"internal"}),tt.notifyWatch([lr]);var Ar=tt.triggerDependenciesUpdate(cr,lr),Nr=tt.callbacks.onValuesChange;if(Nr){var We=$r(tt.store,[lr]);Nr(We,tt.getFieldsValue())}tt.triggerOnFieldsChange([lr].concat((0,h.Z)(Ar)))}),(0,m.Z)(this,"setFieldsValue",function(Ot){tt.warningUnhooked();var dt=tt.store;if(Ot){var lr=(0,Pe.T)(tt.store,Ot);tt.updateStore(lr)}tt.notifyObservers(dt,null,{type:"valueUpdate",source:"external"}),tt.notifyWatch()}),(0,m.Z)(this,"setFieldValue",function(Ot,dt){tt.setFields([{name:Ot,value:dt}])}),(0,m.Z)(this,"getDependencyChildrenFields",function(Ot){var dt=new Set,lr=[],cr=new Tn;tt.getFieldEntities().forEach(function(Nr){var We=Nr.props.dependencies;(We||[]).forEach(function(et){var ye=vr(et);cr.update(ye,function(){var it=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Set;return it.add(Nr),it})})});var Ar=function Nr(We){var et=cr.get(We)||new Set;et.forEach(function(ye){if(!dt.has(ye)){dt.add(ye);var it=ye.getNamePath();ye.isFieldDirty()&&it.length&&(lr.push(it),Nr(it))}})};return Ar(Ot),lr}),(0,m.Z)(this,"triggerOnFieldsChange",function(Ot,dt){var lr=tt.callbacks.onFieldsChange;if(lr){var cr=tt.getFields();if(dt){var Ar=new Tn;dt.forEach(function(We){var et=We.name,ye=We.errors;Ar.set(et,ye)}),cr.forEach(function(We){We.errors=Ar.get(We.name)||We.errors})}var Nr=cr.filter(function(We){var et=We.name;return sn(Ot,et)});Nr.length&&lr(Nr,cr)}}),(0,m.Z)(this,"validateFields",function(Ot,dt){var lr;tt.warningUnhooked();var cr,Ar;Array.isArray(Ot)||typeof Ot=="string"||typeof dt=="string"?(cr=Ot,Ar=dt):Ar=Ot;var Nr=!!cr,We=Nr?cr.map(vr):[],et=[],ye=String(Date.now()),it=new Set,sr=(lr=Ar)===null||lr===void 0?void 0:lr.recursive;tt.getFieldEntities(!0).forEach(function(Ur){if(Nr||We.push(Ur.getNamePath()),!(!Ur.props.rules||!Ur.props.rules.length)){var bn=Ur.getNamePath();if(it.add(bn.join(ye)),!Nr||sn(We,bn,sr)){var wr=Ur.validateRules((0,o.Z)({validateMessages:(0,o.Z)((0,o.Z)({},Tt),tt.validateMessages)},Ar));et.push(wr.then(function(){return{name:bn,errors:[],warnings:[]}}).catch(function(fn){var nn,cn=[],Pn=[];return(nn=fn.forEach)===null||nn===void 0||nn.call(fn,function(Pa){var Li=Pa.rule.warningOnly,vi=Pa.errors;Li?Pn.push.apply(Pn,(0,h.Z)(vi)):cn.push.apply(cn,(0,h.Z)(vi))}),cn.length?Promise.reject({name:bn,errors:cn,warnings:Pn}):{name:bn,errors:cn,warnings:Pn}}))}}});var xr=kn(et);tt.lastValidatePromise=xr,xr.catch(function(Ur){return Ur}).then(function(Ur){var bn=Ur.map(function(wr){var fn=wr.name;return fn});tt.notifyObservers(tt.store,bn,{type:"validateFinish"}),tt.triggerOnFieldsChange(bn,Ur)});var Or=xr.then(function(){return tt.lastValidatePromise===xr?Promise.resolve(tt.getFieldsValue(We)):Promise.reject([])}).catch(function(Ur){var bn=Ur.filter(function(wr){return wr&&wr.errors.length});return Promise.reject({values:tt.getFieldsValue(We),errorFields:bn,outOfDate:tt.lastValidatePromise!==xr})});Or.catch(function(Ur){return Ur});var Cr=We.filter(function(Ur){return it.has(Ur.join(ye))});return tt.triggerOnFieldsChange(Cr),Or}),(0,m.Z)(this,"submit",function(){tt.warningUnhooked(),tt.validateFields().then(function(Ot){var dt=tt.callbacks.onFinish;if(dt)try{dt(Ot)}catch(lr){console.error(lr)}}).catch(function(Ot){var dt=tt.callbacks.onFinishFailed;dt&&dt(Ot)})}),this.forceRootUpdate=ut});function Ci(Ee){var ut=r.useRef(),tt=r.useState({}),Ot=(0,Dr.Z)(tt,2),dt=Ot[1];if(!ut.current)if(Ee)ut.current=Ee;else{var lr=function(){dt({})},cr=new ri(lr);ut.current=cr.getForm()}return[ut.current]}var Qi=Ci,Zi=r.createContext({triggerFormChange:function(){},triggerFormFinish:function(){},registerForm:function(){},unregisterForm:function(){}}),Ca=function(ut){var tt=ut.validateMessages,Ot=ut.onFormChange,dt=ut.onFormFinish,lr=ut.children,cr=r.useContext(Zi),Ar=r.useRef({});return r.createElement(Zi.Provider,{value:(0,o.Z)((0,o.Z)({},cr),{},{validateMessages:(0,o.Z)((0,o.Z)({},cr.validateMessages),tt),triggerFormChange:function(We,et){Ot&&Ot(We,{changedFields:et,forms:Ar.current}),cr.triggerFormChange(We,et)},triggerFormFinish:function(We,et){dt&&dt(We,{values:et,forms:Ar.current}),cr.triggerFormFinish(We,et)},registerForm:function(We,et){We&&(Ar.current=(0,o.Z)((0,o.Z)({},Ar.current),{},(0,m.Z)({},We,et))),cr.registerForm(We,et)},unregisterForm:function(We){var et=(0,o.Z)({},Ar.current);delete et[We],Ar.current=et,cr.unregisterForm(We)}})},lr)},ui=Zi,ca=["name","initialValues","fields","form","preserve","children","component","validateMessages","validateTrigger","onValuesChange","onFieldsChange","onFinish","onFinishFailed"],Ta=function(ut,tt){var Ot=ut.name,dt=ut.initialValues,lr=ut.fields,cr=ut.form,Ar=ut.preserve,Nr=ut.children,We=ut.component,et=We===void 0?"form":We,ye=ut.validateMessages,it=ut.validateTrigger,sr=it===void 0?"onChange":it,xr=ut.onValuesChange,Or=ut.onFieldsChange,Cr=ut.onFinish,Ur=ut.onFinishFailed,bn=(0,l.Z)(ut,ca),wr=r.useContext(ui),fn=Qi(cr),nn=(0,Dr.Z)(fn,1),cn=nn[0],Pn=cn.getInternalHooks(R),Pa=Pn.useSubscribe,Li=Pn.setInitialValues,vi=Pn.setCallbacks,yn=Pn.setValidateMessages,fi=Pn.setPreserve,Gi=Pn.destroyForm;r.useImperativeHandle(tt,function(){return cn}),r.useEffect(function(){return wr.registerForm(Ot,cn),function(){wr.unregisterForm(Ot)}},[wr,cn,Ot]),yn((0,o.Z)((0,o.Z)({},wr.validateMessages),ye)),vi({onValuesChange:xr,onFieldsChange:function(Es){if(wr.triggerFormChange(Ot,Es),Or){for(var fs=arguments.length,Xs=new Array(fs>1?fs-1:0),Yi=1;Yi<fs;Yi++)Xs[Yi-1]=arguments[Yi];Or.apply(void 0,[Es].concat(Xs))}},onFinish:function(Es){wr.triggerFormFinish(Ot,Es),Cr&&Cr(Es)},onFinishFailed:Ur}),fi(Ar);var ya=r.useRef(null);Li(dt,!ya.current),ya.current||(ya.current=!0),r.useEffect(function(){return Gi},[]);var Vs,ba=typeof Nr=="function";if(ba){var Fs=cn.getFieldsValue(!0);Vs=Nr(Fs,cn)}else Vs=Nr;Pa(!ba);var Ys=r.useRef();r.useEffect(function(){Xt(Ys.current||[],lr||[])||cn.setFields(lr||[]),Ys.current=lr},[lr,cn]);var es=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},cn),{},{validateTrigger:sr})},[cn,sr]),Ws=r.createElement(N.Provider,{value:null},r.createElement(M.Provider,{value:es},Vs));return et===!1?Ws:r.createElement(et,(0,i.Z)({},bn,{onSubmit:function(Es){Es.preventDefault(),Es.stopPropagation(),cn.submit()},onReset:function(Es){var fs;Es.preventDefault(),cn.resetFields(),(fs=bn.onReset)===null||fs===void 0||fs.call(bn,Es)}}),Ws)},St=Ta;function ga(Ee){try{return JSON.stringify(Ee)}catch(ut){return Math.random()}}var oa=function(){};function gi(){for(var Ee=arguments.length,ut=new Array(Ee),tt=0;tt<Ee;tt++)ut[tt]=arguments[tt];var Ot=ut[0],dt=Ot===void 0?[]:Ot,lr=ut[1],cr=lr===void 0?{}:lr,Ar=H(cr)?{form:cr}:cr,Nr=Ar.form,We=(0,r.useState)(),et=(0,Dr.Z)(We,2),ye=et[0],it=et[1],sr=(0,r.useMemo)(function(){return ga(ye)},[ye]),xr=(0,r.useRef)(sr);xr.current=sr;var Or=(0,r.useContext)(M),Cr=Nr||Or,Ur=Cr&&Cr._init,bn=vr(dt),wr=(0,r.useRef)(bn);return wr.current=bn,oa(bn),(0,r.useEffect)(function(){if(Ur){var fn=Cr.getFieldsValue,nn=Cr.getInternalHooks,cn=nn(R),Pn=cn.registerWatch,Pa=Pn(function(vi,yn){var fi=(0,Lr.Z)(Ar.preserve?yn:vi,wr.current),Gi=ga(fi);xr.current!==Gi&&(xr.current=Gi,it(fi))}),Li=(0,Lr.Z)(Ar.preserve?fn(!0):fn(),wr.current);return ye!==Li&&it(Li),Pa}},[Ur]),ye}var Ma=gi,Ei=r.forwardRef(St),ci=Ei;ci.FormProvider=Ca,ci.Field=zr,ci.List=Et,ci.useForm=Qi,ci.useWatch=Ma;var On=ci},77900:function(d,_,e){"use strict";e.r(_),e.d(_,{CSSMotionList:function(){return Ie},Provider:function(){return m},default:function(){return ce}});var r=e(52873),i=e(98506),l=e(16886),c=e(26420),f=e(92310),o=e.n(f),h=e(76846),u=e(8654),a=e(59301),x=e(33346),p=["children"],y=a.createContext({});function m(he){var It=he.children,Ce=(0,x.Z)(he,p);return a.createElement(y.Provider,{value:Ce},It)}var b=e(42573),S=e(58698),D=e(74700),R=e(45080),A=function(he){(0,D.Z)(Ce,he);var It=(0,R.Z)(Ce);function Ce(){return(0,b.Z)(this,Ce),It.apply(this,arguments)}return(0,S.Z)(Ce,[{key:"render",value:function(){return this.props.children}}]),Ce}(a.Component),P=A,M=e(70425),B=e(41799),N=e(6089);function G(he){var It=a.useReducer(function(At){return At+1},0),Ce=(0,l.Z)(It,2),ft=Ce[1],Kt=a.useRef(he),Tt=(0,N.Z)(function(){return Kt.current}),Pe=(0,N.Z)(function(At){Kt.current=typeof At=="function"?At(Kt.current):At,ft()});return[Tt,Pe]}var H="none",W="appear",ae="enter",ne="leave",oe="none",q="prepare",J="start",K="active",se="end",ee="prepared",Q=e(47273);function le(he,It){var Ce={};return Ce[he.toLowerCase()]=It.toLowerCase(),Ce["Webkit".concat(he)]="webkit".concat(It),Ce["Moz".concat(he)]="moz".concat(It),Ce["ms".concat(he)]="MS".concat(It),Ce["O".concat(he)]="o".concat(It.toLowerCase()),Ce}function $(he,It){var Ce={animationend:le("Animation","AnimationEnd"),transitionend:le("Transition","TransitionEnd")};return he&&("AnimationEvent"in It||delete Ce.animationend.animation,"TransitionEvent"in It||delete Ce.transitionend.transition),Ce}var j=$((0,Q.Z)(),typeof window!="undefined"?window:{}),ie={};if((0,Q.Z)()){var me=document.createElement("div");ie=me.style}var Te={};function Oe(he){if(Te[he])return Te[he];var It=j[he];if(It)for(var Ce=Object.keys(It),ft=Ce.length,Kt=0;Kt<ft;Kt+=1){var Tt=Ce[Kt];if(Object.prototype.hasOwnProperty.call(It,Tt)&&Tt in ie)return Te[he]=It[Tt],Te[he]}return""}var Ge=Oe("animationend"),Ue=Oe("transitionend"),Mt=!!(Ge&&Ue),yt=Ge||"animationend",kt=Ue||"transitionend";function Zt(he,It){if(!he)return null;if((0,c.Z)(he)==="object"){var Ce=It.replace(/-\w/g,function(ft){return ft[1].toUpperCase()});return he[Ce]}return"".concat(he,"-").concat(It)}var Ft=function(he){var It=(0,a.useRef)();function Ce(Kt){Kt&&(Kt.removeEventListener(kt,he),Kt.removeEventListener(yt,he))}function ft(Kt){It.current&&It.current!==Kt&&Ce(It.current),Kt&&Kt!==It.current&&(Kt.addEventListener(kt,he),Kt.addEventListener(yt,he),It.current=Kt)}return a.useEffect(function(){return function(){Ce(It.current)}},[]),[ft,Ce]},tr=(0,Q.Z)()?a.useLayoutEffect:a.useEffect,ze=tr,wt=e(16089),Bt=function(){var he=a.useRef(null);function It(){wt.Z.cancel(he.current)}function Ce(ft){var Kt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;It();var Tt=(0,wt.Z)(function(){Kt<=1?ft({isCanceled:function(){return Tt!==he.current}}):Ce(ft,Kt-1)});he.current=Tt}return a.useEffect(function(){return function(){It()}},[]),[Ce,It]},nt=[q,J,K,se],_t=[q,ee],ht=!1,Je=!0;function je(he){return he===K||he===se}var be=function(he,It,Ce){var ft=(0,B.Z)(oe),Kt=(0,l.Z)(ft,2),Tt=Kt[0],Pe=Kt[1],At=Bt(),Ze=(0,l.Z)(At,2),we=Ze[0],gt=Ze[1];function Rt(){Pe(q,!0)}var Fe=It?_t:nt;return ze(function(){if(Tt!==oe&&Tt!==se){var Tr=Fe.indexOf(Tt),Ct=Fe[Tr+1],Kr=Ce(Tt);Kr===ht?Pe(Ct,!0):Ct&&we(function(tn){function Ir(){tn.isCanceled()||Pe(Ct,!0)}Kr===!0?Ir():Promise.resolve(Kr).then(Ir)})}},[he,Tt]),a.useEffect(function(){return function(){gt()}},[]),[Rt,Tt]};function Le(he,It,Ce,ft){var Kt=ft.motionEnter,Tt=Kt===void 0?!0:Kt,Pe=ft.motionAppear,At=Pe===void 0?!0:Pe,Ze=ft.motionLeave,we=Ze===void 0?!0:Ze,gt=ft.motionDeadline,Rt=ft.motionLeaveImmediately,Fe=ft.onAppearPrepare,Tr=ft.onEnterPrepare,Ct=ft.onLeavePrepare,Kr=ft.onAppearStart,tn=ft.onEnterStart,Ir=ft.onLeaveStart,Lr=ft.onAppearActive,vr=ft.onEnterActive,$r=ft.onLeaveActive,sn=ft.onAppearEnd,hn=ft.onEnterEnd,Xt=ft.onLeaveEnd,vt=ft.onVisibleChanged,ot=(0,B.Z)(),ct=(0,l.Z)(ot,2),Nt=ct[0],br=ct[1],_r=G(H),Jr=(0,l.Z)(_r,2),zr=Jr[0],xn=Jr[1],Et=(0,B.Z)(null),Dr=(0,l.Z)(Et,2),kn=Dr[0],Qn=Dr[1],Nn=zr(),ti=(0,a.useRef)(!1),Tn=(0,a.useRef)(null);function Ai(){return Ce()}var ri=(0,a.useRef)(!1);function Ci(){xn(H),Qn(null,!0)}var Qi=(0,M.useEvent)(function(Ee){var ut=zr();if(ut!==H){var tt=Ai();if(!(Ee&&!Ee.deadline&&Ee.target!==tt)){var Ot=ri.current,dt;ut===W&&Ot?dt=sn==null?void 0:sn(tt,Ee):ut===ae&&Ot?dt=hn==null?void 0:hn(tt,Ee):ut===ne&&Ot&&(dt=Xt==null?void 0:Xt(tt,Ee)),Ot&&dt!==!1&&Ci()}}}),Zi=Ft(Qi),Ca=(0,l.Z)(Zi,1),ui=Ca[0],ca=function(ut){switch(ut){case W:return(0,r.Z)((0,r.Z)((0,r.Z)({},q,Fe),J,Kr),K,Lr);case ae:return(0,r.Z)((0,r.Z)((0,r.Z)({},q,Tr),J,tn),K,vr);case ne:return(0,r.Z)((0,r.Z)((0,r.Z)({},q,Ct),J,Ir),K,$r);default:return{}}},Ta=a.useMemo(function(){return ca(Nn)},[Nn]),St=be(Nn,!he,function(Ee){if(Ee===q){var ut=Ta[q];return ut?ut(Ai()):ht}if(gi in Ta){var tt;Qn(((tt=Ta[gi])===null||tt===void 0?void 0:tt.call(Ta,Ai(),null))||null)}return gi===K&&Nn!==H&&(ui(Ai()),gt>0&&(clearTimeout(Tn.current),Tn.current=setTimeout(function(){Qi({deadline:!0})},gt))),gi===ee&&Ci(),Je}),ga=(0,l.Z)(St,2),oa=ga[0],gi=ga[1],Ma=je(gi);ri.current=Ma;var Ei=(0,a.useRef)(null);ze(function(){if(!(ti.current&&Ei.current===It)){br(It);var Ee=ti.current;ti.current=!0;var ut;!Ee&&It&&At&&(ut=W),Ee&&It&&Tt&&(ut=ae),(Ee&&!It&&we||!Ee&&Rt&&!It&&we)&&(ut=ne);var tt=ca(ut);ut&&(he||tt[q])?(xn(ut),oa()):xn(H),Ei.current=It}},[It]),(0,a.useEffect)(function(){(Nn===W&&!At||Nn===ae&&!Tt||Nn===ne&&!we)&&xn(H)},[At,Tt,we]),(0,a.useEffect)(function(){return function(){ti.current=!1,clearTimeout(Tn.current)}},[]);var ci=a.useRef(!1);(0,a.useEffect)(function(){Nt&&(ci.current=!0),Nt!==void 0&&Nn===H&&((ci.current||Nt)&&(vt==null||vt(Nt)),ci.current=!0)},[Nt,Nn]);var On=kn;return Ta[q]&&gi===J&&(On=(0,i.Z)({transition:"none"},On)),[Nn,gi,On,Nt!=null?Nt:It]}function Ke(he){var It=he;(0,c.Z)(he)==="object"&&(It=he.transitionSupport);function Ce(Kt,Tt){return!!(Kt.motionName&&It&&Tt!==!1)}var ft=a.forwardRef(function(Kt,Tt){var Pe=Kt.visible,At=Pe===void 0?!0:Pe,Ze=Kt.removeOnLeave,we=Ze===void 0?!0:Ze,gt=Kt.forceRender,Rt=Kt.children,Fe=Kt.motionName,Tr=Kt.leavedClassName,Ct=Kt.eventProps,Kr=a.useContext(y),tn=Kr.motion,Ir=Ce(Kt,tn),Lr=(0,a.useRef)(),vr=(0,a.useRef)();function $r(){try{return Lr.current instanceof HTMLElement?Lr.current:(0,h.ZP)(vr.current)}catch(Dr){return null}}var sn=Le(Ir,At,$r,Kt),hn=(0,l.Z)(sn,4),Xt=hn[0],vt=hn[1],ot=hn[2],ct=hn[3],Nt=a.useRef(ct);ct&&(Nt.current=!0);var br=a.useCallback(function(Dr){Lr.current=Dr,(0,u.mH)(Tt,Dr)},[Tt]),_r,Jr=(0,i.Z)((0,i.Z)({},Ct),{},{visible:At});if(!Rt)_r=null;else if(Xt===H)ct?_r=Rt((0,i.Z)({},Jr),br):!we&&Nt.current&&Tr?_r=Rt((0,i.Z)((0,i.Z)({},Jr),{},{className:Tr}),br):gt||!we&&!Tr?_r=Rt((0,i.Z)((0,i.Z)({},Jr),{},{style:{display:"none"}}),br):_r=null;else{var zr;vt===q?zr="prepare":je(vt)?zr="active":vt===J&&(zr="start");var xn=Zt(Fe,"".concat(Xt,"-").concat(zr));_r=Rt((0,i.Z)((0,i.Z)({},Jr),{},{className:o()(Zt(Fe,Xt),(0,r.Z)((0,r.Z)({},xn,xn&&zr),Fe,typeof Fe=="string")),style:ot}),br)}if(a.isValidElement(_r)&&(0,u.Yr)(_r)){var Et=(0,u.C4)(_r);Et||(_r=a.cloneElement(_r,{ref:br}))}return a.createElement(P,{ref:vr},_r)});return ft.displayName="CSSMotion",ft}var He=Ke(Mt),Xe=e(67711),pt=e(62437),bt="add",rr="keep",Jt="remove",Me="removed";function rt(he){var It;return he&&(0,c.Z)(he)==="object"&&"key"in he?It=he:It={key:he},(0,i.Z)((0,i.Z)({},It),{},{key:String(It.key)})}function Yt(){var he=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return he.map(rt)}function Lt(){var he=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],It=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Ce=[],ft=0,Kt=It.length,Tt=Yt(he),Pe=Yt(It);Tt.forEach(function(we){for(var gt=!1,Rt=ft;Rt<Kt;Rt+=1){var Fe=Pe[Rt];if(Fe.key===we.key){ft<Rt&&(Ce=Ce.concat(Pe.slice(ft,Rt).map(function(Tr){return(0,i.Z)((0,i.Z)({},Tr),{},{status:bt})})),ft=Rt),Ce.push((0,i.Z)((0,i.Z)({},Fe),{},{status:rr})),ft+=1,gt=!0;break}}gt||Ce.push((0,i.Z)((0,i.Z)({},we),{},{status:Jt}))}),ft<Kt&&(Ce=Ce.concat(Pe.slice(ft).map(function(we){return(0,i.Z)((0,i.Z)({},we),{},{status:bt})})));var At={};Ce.forEach(function(we){var gt=we.key;At[gt]=(At[gt]||0)+1});var Ze=Object.keys(At).filter(function(we){return At[we]>1});return Ze.forEach(function(we){Ce=Ce.filter(function(gt){var Rt=gt.key,Fe=gt.status;return Rt!==we||Fe!==Jt}),Ce.forEach(function(gt){gt.key===we&&(gt.status=rr)})}),Ce}var Wt=["component","children","onVisibleChanged","onAllRemoved"],Ht=["status"],ir=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function Gt(he){var It=arguments.length>1&&arguments[1]!==void 0?arguments[1]:He,Ce=function(ft){(0,D.Z)(Tt,ft);var Kt=(0,R.Z)(Tt);function Tt(){var Pe;(0,b.Z)(this,Tt);for(var At=arguments.length,Ze=new Array(At),we=0;we<At;we++)Ze[we]=arguments[we];return Pe=Kt.call.apply(Kt,[this].concat(Ze)),(0,r.Z)((0,pt.Z)(Pe),"state",{keyEntities:[]}),(0,r.Z)((0,pt.Z)(Pe),"removeKey",function(gt){Pe.setState(function(Rt){var Fe=Rt.keyEntities.map(function(Tr){return Tr.key!==gt?Tr:(0,i.Z)((0,i.Z)({},Tr),{},{status:Me})});return{keyEntities:Fe}},function(){var Rt=Pe.state.keyEntities,Fe=Rt.filter(function(Tr){var Ct=Tr.status;return Ct!==Me}).length;Fe===0&&Pe.props.onAllRemoved&&Pe.props.onAllRemoved()})}),Pe}return(0,S.Z)(Tt,[{key:"render",value:function(){var At=this,Ze=this.state.keyEntities,we=this.props,gt=we.component,Rt=we.children,Fe=we.onVisibleChanged,Tr=we.onAllRemoved,Ct=(0,x.Z)(we,Wt),Kr=gt||a.Fragment,tn={};return ir.forEach(function(Ir){tn[Ir]=Ct[Ir],delete Ct[Ir]}),delete Ct.keys,a.createElement(Kr,Ct,Ze.map(function(Ir,Lr){var vr=Ir.status,$r=(0,x.Z)(Ir,Ht),sn=vr===bt||vr===rr;return a.createElement(It,(0,Xe.Z)({},tn,{key:$r.key,visible:sn,eventProps:$r,onVisibleChanged:function(Xt){Fe==null||Fe(Xt,{key:$r.key}),Xt||At.removeKey($r.key)}}),function(hn,Xt){return Rt((0,i.Z)((0,i.Z)({},hn),{},{index:Lr}),Xt)})}))}}],[{key:"getDerivedStateFromProps",value:function(At,Ze){var we=At.keys,gt=Ze.keyEntities,Rt=Yt(we),Fe=Lt(gt,Rt);return{keyEntities:Fe.filter(function(Tr){var Ct=gt.find(function(Kr){var tn=Kr.key;return Tr.key===tn});return!(Ct&&Ct.status===Me&&Tr.status===Jt)})}}}]),Tt}(a.Component);return(0,r.Z)(Ce,"defaultProps",{component:"div"}),Ce}var Ie=Gt(Mt),ce=He},581:function(d,_,e){"use strict";e.d(_,{qX:function(){return b},JB:function(){return R},lm:function(){return ae}});var r=e(15142),i=e(16886),l=e(33346),c=e(59301),f=e(98506),o=e(4676),h=e(67711),u=e(92310),a=e.n(u),x=e(77900),p=e(52873),y=e(10228),m=c.forwardRef(function(ne,oe){var q=ne.prefixCls,J=ne.style,K=ne.className,se=ne.duration,ee=se===void 0?4.5:se,Q=ne.eventKey,le=ne.content,$=ne.closable,j=ne.closeIcon,ie=j===void 0?"x":j,me=ne.props,Te=ne.onClick,Oe=ne.onNoticeClose,Ge=ne.times,Ue=c.useState(!1),Mt=(0,i.Z)(Ue,2),yt=Mt[0],kt=Mt[1],Zt=function(){Oe(Q)},Ft=function(wt){(wt.key==="Enter"||wt.code==="Enter"||wt.keyCode===y.Z.ENTER)&&Zt()};c.useEffect(function(){if(!yt&&ee>0){var ze=setTimeout(function(){Zt()},ee*1e3);return function(){clearTimeout(ze)}}},[ee,yt,Ge]);var tr="".concat(q,"-notice");return c.createElement("div",(0,h.Z)({},me,{ref:oe,className:a()(tr,K,(0,p.Z)({},"".concat(tr,"-closable"),$)),style:J,onMouseEnter:function(){kt(!0)},onMouseLeave:function(){kt(!1)},onClick:Te}),c.createElement("div",{className:"".concat(tr,"-content")},le),$&&c.createElement("a",{tabIndex:0,className:"".concat(tr,"-close"),onKeyDown:Ft,onClick:function(wt){wt.preventDefault(),wt.stopPropagation(),Zt()}},ie))}),b=m,S=c.createContext({}),D=function(oe){var q=oe.children,J=oe.classNames;return c.createElement(S.Provider,{value:{classNames:J}},q)},R=D,A=function(oe){var q=oe.configList,J=oe.placement,K=oe.prefixCls,se=oe.className,ee=oe.style,Q=oe.motion,le=oe.onAllNoticeRemoved,$=oe.onNoticeClose,j=(0,c.useContext)(S),ie=j.classNames,me=q.map(function(Oe){return{config:Oe,key:Oe.key}}),Te=typeof Q=="function"?Q(J):Q;return c.createElement(x.CSSMotionList,(0,h.Z)({key:J,className:a()(K,"".concat(K,"-").concat(J),ie==null?void 0:ie.list,se),style:ee,keys:me,motionAppear:!0},Te,{onAllRemoved:function(){le(J)}}),function(Oe,Ge){var Ue=Oe.config,Mt=Oe.className,yt=Oe.style,kt=Ue,Zt=kt.key,Ft=kt.times,tr=Ue,ze=tr.className,wt=tr.style;return c.createElement(b,(0,h.Z)({},Ue,{ref:Ge,prefixCls:K,className:a()(Mt,ze,ie==null?void 0:ie.notice),style:(0,f.Z)((0,f.Z)({},yt),wt),times:Ft,key:Zt,eventKey:Zt,onNoticeClose:$}))})},P=A,M=c.forwardRef(function(ne,oe){var q=ne.prefixCls,J=q===void 0?"rc-notification":q,K=ne.container,se=ne.motion,ee=ne.maxCount,Q=ne.className,le=ne.style,$=ne.onAllRemoved,j=ne.renderNotifications,ie=c.useState([]),me=(0,i.Z)(ie,2),Te=me[0],Oe=me[1],Ge=function(wt){var Bt,nt=Te.find(function(_t){return _t.key===wt});nt==null||(Bt=nt.onClose)===null||Bt===void 0||Bt.call(nt),Oe(function(_t){return _t.filter(function(ht){return ht.key!==wt})})};c.useImperativeHandle(oe,function(){return{open:function(wt){Oe(function(Bt){var nt=(0,r.Z)(Bt),_t=nt.findIndex(function(je){return je.key===wt.key}),ht=(0,f.Z)({},wt);if(_t>=0){var Je;ht.times=(((Je=Bt[_t])===null||Je===void 0?void 0:Je.times)||0)+1,nt[_t]=ht}else ht.times=0,nt.push(ht);return ee>0&&nt.length>ee&&(nt=nt.slice(-ee)),nt})},close:function(wt){Ge(wt)},destroy:function(){Oe([])}}});var Ue=c.useState({}),Mt=(0,i.Z)(Ue,2),yt=Mt[0],kt=Mt[1];c.useEffect(function(){var ze={};Te.forEach(function(wt){var Bt=wt.placement,nt=Bt===void 0?"topRight":Bt;nt&&(ze[nt]=ze[nt]||[],ze[nt].push(wt))}),Object.keys(yt).forEach(function(wt){ze[wt]=ze[wt]||[]}),kt(ze)},[Te]);var Zt=function(wt){kt(function(Bt){var nt=(0,f.Z)({},Bt),_t=nt[wt]||[];return _t.length||delete nt[wt],nt})},Ft=c.useRef(!1);if(c.useEffect(function(){Object.keys(yt).length>0?Ft.current=!0:Ft.current&&($==null||$(),Ft.current=!1)},[yt]),!K)return null;var tr=Object.keys(yt);return(0,o.createPortal)(c.createElement(c.Fragment,null,tr.map(function(ze){var wt=yt[ze],Bt=c.createElement(P,{key:ze,configList:wt,placement:ze,prefixCls:J,className:Q==null?void 0:Q(ze),style:le==null?void 0:le(ze),motion:se,onNoticeClose:Ge,onAllNoticeRemoved:Zt});return j?j(Bt,{prefixCls:J,key:ze}):Bt})),K)}),B=M,N=["getContainer","motion","prefixCls","maxCount","className","style","onAllRemoved","renderNotifications"],G=function(){return document.body},H=0;function W(){for(var ne={},oe=arguments.length,q=new Array(oe),J=0;J<oe;J++)q[J]=arguments[J];return q.forEach(function(K){K&&Object.keys(K).forEach(function(se){var ee=K[se];ee!==void 0&&(ne[se]=ee)})}),ne}function ae(){var ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},oe=ne.getContainer,q=oe===void 0?G:oe,J=ne.motion,K=ne.prefixCls,se=ne.maxCount,ee=ne.className,Q=ne.style,le=ne.onAllRemoved,$=ne.renderNotifications,j=(0,l.Z)(ne,N),ie=c.useState(),me=(0,i.Z)(ie,2),Te=me[0],Oe=me[1],Ge=c.useRef(),Ue=c.createElement(B,{container:Te,ref:Ge,prefixCls:K,motion:J,maxCount:se,className:ee,style:Q,onAllRemoved:le,renderNotifications:$}),Mt=c.useState([]),yt=(0,i.Z)(Mt,2),kt=yt[0],Zt=yt[1],Ft=c.useMemo(function(){return{open:function(ze){var wt=W(j,ze);(wt.key===null||wt.key===void 0)&&(wt.key="rc-notification-".concat(H),H+=1),Zt(function(Bt){return[].concat((0,r.Z)(Bt),[{type:"open",config:wt}])})},close:function(ze){Zt(function(wt){return[].concat((0,r.Z)(wt),[{type:"close",key:ze}])})},destroy:function(){Zt(function(ze){return[].concat((0,r.Z)(ze),[{type:"destroy"}])})}}},[]);return c.useEffect(function(){Oe(q())}),c.useEffect(function(){Ge.current&&kt.length&&(kt.forEach(function(tr){switch(tr.type){case"open":Ge.current.open(tr.config);break;case"close":Ge.current.close(tr.key);break;case"destroy":Ge.current.destroy();break}}),Zt(function(tr){return tr.filter(function(ze){return!kt.includes(ze)})}))},[kt]),[Ft,Ue]}},22075:function(d,_){"use strict";_.Z={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"}},91735:function(d,_){"use strict";_.Z={items_per_page:"\u6761/\u9875",jump_to:"\u8DF3\u81F3",jump_to_confirm:"\u786E\u5B9A",page:"\u9875",prev_page:"\u4E0A\u4E00\u9875",next_page:"\u4E0B\u4E00\u9875",prev_5:"\u5411\u524D 5 \u9875",next_5:"\u5411\u540E 5 \u9875",prev_3:"\u5411\u524D 3 \u9875",next_3:"\u5411\u540E 3 \u9875",page_size:"\u9875\u7801"}},29301:function(d,_,e){"use strict";e.d(_,{Z:function(){return J}});var r=e(67711),i=e(59301),l=e(11592),c=e(48736),f=e(98506),o=e(26420),h=e(76846),u=e(8654),a=i.createContext(null);function x(K){var se=K.children,ee=K.onBatchResize,Q=i.useRef(0),le=i.useRef([]),$=i.useContext(a),j=i.useCallback(function(ie,me,Te){Q.current+=1;var Oe=Q.current;le.current.push({size:ie,element:me,data:Te}),Promise.resolve().then(function(){Oe===Q.current&&(ee==null||ee(le.current),le.current=[])}),$==null||$(ie,me,Te)},[ee,$]);return i.createElement(a.Provider,{value:j},se)}var p=e(76374),y=new Map;function m(K){K.forEach(function(se){var ee,Q=se.target;(ee=y.get(Q))===null||ee===void 0||ee.forEach(function(le){return le(Q)})})}var b=new p.Z(m),S=null,D=null;function R(K,se){y.has(K)||(y.set(K,new Set),b.observe(K)),y.get(K).add(se)}function A(K,se){y.has(K)&&(y.get(K).delete(se),y.get(K).size||(b.unobserve(K),y.delete(K)))}var P=e(42573),M=e(58698),B=e(74700),N=e(45080),G=function(K){(0,B.Z)(ee,K);var se=(0,N.Z)(ee);function ee(){return(0,P.Z)(this,ee),se.apply(this,arguments)}return(0,M.Z)(ee,[{key:"render",value:function(){return this.props.children}}]),ee}(i.Component);function H(K,se){var ee=K.children,Q=K.disabled,le=i.useRef(null),$=i.useRef(null),j=i.useContext(a),ie=typeof ee=="function",me=ie?ee(le):ee,Te=i.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),Oe=!ie&&i.isValidElement(me)&&(0,u.Yr)(me),Ge=Oe?(0,u.C4)(me):null,Ue=(0,u.x1)(Ge,le),Mt=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)($.current)};i.useImperativeHandle(se,function(){return Mt()});var yt=i.useRef(K);yt.current=K;var kt=i.useCallback(function(Zt){var Ft=yt.current,tr=Ft.onResize,ze=Ft.data,wt=Zt.getBoundingClientRect(),Bt=wt.width,nt=wt.height,_t=Zt.offsetWidth,ht=Zt.offsetHeight,Je=Math.floor(Bt),je=Math.floor(nt);if(Te.current.width!==Je||Te.current.height!==je||Te.current.offsetWidth!==_t||Te.current.offsetHeight!==ht){var be={width:Je,height:je,offsetWidth:_t,offsetHeight:ht};Te.current=be;var Le=_t===Math.round(Bt)?Bt:_t,Ke=ht===Math.round(nt)?nt:ht,He=(0,f.Z)((0,f.Z)({},be),{},{offsetWidth:Le,offsetHeight:Ke});j==null||j(He,Zt,ze),tr&&Promise.resolve().then(function(){tr(He,Zt)})}},[]);return i.useEffect(function(){var Zt=Mt();return Zt&&!Q&&R(Zt,kt),function(){return A(Zt,kt)}},[le.current,Q]),i.createElement(G,{ref:$},Oe?i.cloneElement(me,{ref:Ue}):me)}var W=i.forwardRef(H),ae=W,ne="rc-observer-key";function oe(K,se){var ee=K.children,Q=typeof ee=="function"?[ee]:(0,l.Z)(ee);return Q.map(function(le,$){var j=(le==null?void 0:le.key)||"".concat(ne,"-").concat($);return i.createElement(ae,(0,r.Z)({},K,{key:j,ref:$===0?se:void 0}),le)})}var q=i.forwardRef(oe);q.Collection=x;var J=q},55477:function(d,_,e){"use strict";e.d(_,{G:function(){return m},Z:function(){return R}});var r=e(67711),i=e(98506),l=e(33346),c=e(35593),f=e(59301),o={shiftX:64,adjustY:1},h={adjustX:1,shiftY:!0},u=[0,0],a={left:{points:["cr","cl"],overflow:h,offset:[-4,0],targetOffset:u},right:{points:["cl","cr"],overflow:h,offset:[4,0],targetOffset:u},top:{points:["bc","tc"],overflow:o,offset:[0,-4],targetOffset:u},bottom:{points:["tc","bc"],overflow:o,offset:[0,4],targetOffset:u},topLeft:{points:["bl","tl"],overflow:o,offset:[0,-4],targetOffset:u},leftTop:{points:["tr","tl"],overflow:h,offset:[-4,0],targetOffset:u},topRight:{points:["br","tr"],overflow:o,offset:[0,-4],targetOffset:u},rightTop:{points:["tl","tr"],overflow:h,offset:[4,0],targetOffset:u},bottomRight:{points:["tr","br"],overflow:o,offset:[0,4],targetOffset:u},rightBottom:{points:["bl","br"],overflow:h,offset:[4,0],targetOffset:u},bottomLeft:{points:["tl","bl"],overflow:o,offset:[0,4],targetOffset:u},leftBottom:{points:["br","bl"],overflow:h,offset:[-4,0],targetOffset:u}},x=null,p=e(92310),y=e.n(p);function m(A){var P=A.children,M=A.prefixCls,B=A.id,N=A.overlayInnerStyle,G=A.className,H=A.style;return f.createElement("div",{className:y()("".concat(M,"-content"),G),style:H},f.createElement("div",{className:"".concat(M,"-inner"),id:B,role:"tooltip",style:N},typeof P=="function"?P():P))}var b=["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle","arrowContent","overlay","id","showArrow"],S=function(P,M){var B=P.overlayClassName,N=P.trigger,G=N===void 0?["hover"]:N,H=P.mouseEnterDelay,W=H===void 0?0:H,ae=P.mouseLeaveDelay,ne=ae===void 0?.1:ae,oe=P.overlayStyle,q=P.prefixCls,J=q===void 0?"rc-tooltip":q,K=P.children,se=P.onVisibleChange,ee=P.afterVisibleChange,Q=P.transitionName,le=P.animation,$=P.motion,j=P.placement,ie=j===void 0?"right":j,me=P.align,Te=me===void 0?{}:me,Oe=P.destroyTooltipOnHide,Ge=Oe===void 0?!1:Oe,Ue=P.defaultVisible,Mt=P.getTooltipContainer,yt=P.overlayInnerStyle,kt=P.arrowContent,Zt=P.overlay,Ft=P.id,tr=P.showArrow,ze=tr===void 0?!0:tr,wt=(0,l.Z)(P,b),Bt=(0,f.useRef)(null);(0,f.useImperativeHandle)(M,function(){return Bt.current});var nt=(0,i.Z)({},wt);"visible"in P&&(nt.popupVisible=P.visible);var _t=function(){return f.createElement(m,{key:"content",prefixCls:J,id:Ft,overlayInnerStyle:yt},Zt)};return f.createElement(c.Z,(0,r.Z)({popupClassName:B,prefixCls:J,popup:_t,action:G,builtinPlacements:a,popupPlacement:ie,ref:Bt,popupAlign:Te,getPopupContainer:Mt,onPopupVisibleChange:se,afterPopupVisibleChange:ee,popupTransitionName:Q,popupAnimation:le,popupMotion:$,defaultPopupVisible:Ue,autoDestroy:Ge,mouseLeaveDelay:ne,popupStyle:oe,mouseEnterDelay:W,arrow:ze},nt),K)},D=(0,f.forwardRef)(S),R=D},11592:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(34678),i=e(59301);function l(c){var f=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=[];return i.Children.forEach(c,function(h){h==null&&!f.keepEmpty||(Array.isArray(h)?o=o.concat(l(h)):(0,r.Z)(h)&&h.props?o=o.concat(l(h.props.children,f)):o.push(h))}),o}},47273:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){return!!(typeof window!="undefined"&&window.document&&window.document.createElement)}},48519:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){if(!i)return!1;if(i.contains)return i.contains(l);for(var c=l;c;){if(c===i)return!0;c=c.parentNode}return!1}},810:function(d,_,e){"use strict";e.d(_,{hq:function(){return R},jL:function(){return b}});var r=e(98506),i=e(47273),l=e(48519),c="data-rc-order",f="data-rc-priority",o="rc-util-key",h=new Map;function u(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},P=A.mark;return P?P.startsWith("data-")?P:"data-".concat(P):o}function a(A){if(A.attachTo)return A.attachTo;var P=document.querySelector("head");return P||document.body}function x(A){return A==="queue"?"prependQueue":A?"prepend":"append"}function p(A){return Array.from((h.get(A)||A).children).filter(function(P){return P.tagName==="STYLE"})}function y(A){var P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(0,i.Z)())return null;var M=P.csp,B=P.prepend,N=P.priority,G=N===void 0?0:N,H=x(B),W=H==="prependQueue",ae=document.createElement("style");ae.setAttribute(c,H),W&&G&&ae.setAttribute(f,"".concat(G)),M!=null&&M.nonce&&(ae.nonce=M==null?void 0:M.nonce),ae.innerHTML=A;var ne=a(P),oe=ne.firstChild;if(B){if(W){var q=(P.styles||p(ne)).filter(function(J){if(!["prepend","prependQueue"].includes(J.getAttribute(c)))return!1;var K=Number(J.getAttribute(f)||0);return G>=K});if(q.length)return ne.insertBefore(ae,q[q.length-1].nextSibling),ae}ne.insertBefore(ae,oe)}else ne.appendChild(ae);return ae}function m(A){var P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=a(P);return(P.styles||p(M)).find(function(B){return B.getAttribute(u(P))===A})}function b(A){var P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=m(A,P);if(M){var B=a(P);B.removeChild(M)}}function S(A,P){var M=h.get(A);if(!M||!(0,l.Z)(document,M)){var B=y("",P),N=B.parentNode;h.set(A,N),A.removeChild(B)}}function D(){h.clear()}function R(A,P){var M=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},B=a(M),N=p(B),G=(0,r.Z)((0,r.Z)({},M),{},{styles:N});S(B,G);var H=m(P,G);if(H){var W,ae;if((W=G.csp)!==null&&W!==void 0&&W.nonce&&H.nonce!==((ae=G.csp)===null||ae===void 0?void 0:ae.nonce)){var ne;H.nonce=(ne=G.csp)===null||ne===void 0?void 0:ne.nonce}return H.innerHTML!==A&&(H.innerHTML=A),H}var oe=y(A,G);return oe.setAttribute(u(G),P),oe}},76846:function(d,_,e){"use strict";e.d(_,{Sh:function(){return c},ZP:function(){return o}});var r=e(26420),i=e(59301),l=e(4676);function c(h){return h instanceof HTMLElement||h instanceof SVGElement}function f(h){return h&&(0,r.Z)(h)==="object"&&c(h.nativeElement)?h.nativeElement:c(h)?h:null}function o(h){var u=f(h);if(u)return u;if(h instanceof i.Component){var a;return(a=l.findDOMNode)===null||a===void 0?void 0:a.call(l,h)}return null}},29194:function(d,_){"use strict";_.Z=function(e){if(!e)return!1;if(e instanceof Element){if(e.offsetParent)return!0;if(e.getBBox){var r=e.getBBox(),i=r.width,l=r.height;if(i||l)return!0}if(e.getBoundingClientRect){var c=e.getBoundingClientRect(),f=c.width,o=c.height;if(f||o)return!0}}return!1}},96452:function(d,_,e){"use strict";e.d(_,{A:function(){return l}});function r(c){var f;return c==null||(f=c.getRootNode)===null||f===void 0?void 0:f.call(c)}function i(c){return r(c)instanceof ShadowRoot}function l(c){return i(c)?r(c):null}},10228:function(d,_){"use strict";var e={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(i){var l=i.keyCode;if(i.altKey&&!i.ctrlKey||i.metaKey||l>=e.F1&&l<=e.F12)return!1;switch(l){case e.ALT:case e.CAPS_LOCK:case e.CONTEXT_MENU:case e.CTRL:case e.DOWN:case e.END:case e.ESC:case e.HOME:case e.INSERT:case e.LEFT:case e.MAC_FF_META:case e.META:case e.NUMLOCK:case e.NUM_CENTER:case e.PAGE_DOWN:case e.PAGE_UP:case e.PAUSE:case e.PRINT_SCREEN:case e.RIGHT:case e.SHIFT:case e.UP:case e.WIN_KEY:case e.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(i){if(i>=e.ZERO&&i<=e.NINE||i>=e.NUM_ZERO&&i<=e.NUM_MULTIPLY||i>=e.A&&i<=e.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&i===0)return!0;switch(i){case e.SPACE:case e.QUESTION_MARK:case e.NUM_PLUS:case e.NUM_MINUS:case e.NUM_PERIOD:case e.NUM_DIVISION:case e.SEMICOLON:case e.DASH:case e.EQUALS:case e.COMMA:case e.PERIOD:case e.SLASH:case e.APOSTROPHE:case e.SINGLE_QUOTE:case e.OPEN_SQUARE_BRACKET:case e.BACKSLASH:case e.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};_.Z=e},34678:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(26420),i=Symbol.for("react.element"),l=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function f(o){return o&&(0,r.Z)(o)==="object"&&(o.$$typeof===i||o.$$typeof===l)&&o.type===c}},1585:function(d,_,e){"use strict";var r;e.d(_,{s:function(){return A},v:function(){return G}});var i=e(77910),l=e(51343),c=e(26420),f=e(98506),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(W){}function m(W){var ae=h.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;ae&&(0,c.Z)(ae)==="object"&&(ae.usingClientEntryPoint=W)}var b="__rc_react_root__";function S(W,ae){m(!0);var ne=ae[b]||p(ae);m(!1),ne.render(W),ae[b]=ne}function D(W,ae){a==null||a(W,ae)}function R(W,ae){}function A(W,ae){if(p){S(W,ae);return}D(W,ae)}function P(W){return M.apply(this,arguments)}function M(){return M=(0,l.Z)((0,i.Z)().mark(function W(ae){return(0,i.Z)().wrap(function(oe){for(;;)switch(oe.prev=oe.next){case 0:return oe.abrupt("return",Promise.resolve().then(function(){var q;(q=ae[b])===null||q===void 0||q.unmount(),delete ae[b]}));case 1:case"end":return oe.stop()}},W)})),M.apply(this,arguments)}function B(W){x(W)}function N(W){}function G(W){return H.apply(this,arguments)}function H(){return H=(0,l.Z)((0,i.Z)().mark(function W(ae){return(0,i.Z)().wrap(function(oe){for(;;)switch(oe.prev=oe.next){case 0:if(p===void 0){oe.next=2;break}return oe.abrupt("return",P(ae));case 2:B(ae);case 3:case"end":return oe.stop()}},W)})),H.apply(this,arguments)}},75152:function(d,_,e){"use strict";e.d(_,{Z:function(){return c},o:function(){return f}});var r=e(810),i;function l(o){var h="rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7)),u=document.createElement("div");u.id=h;var a=u.style;a.position="absolute",a.left="0",a.top="0",a.width="100px",a.height="100px",a.overflow="scroll";var x,p;if(o){var y=getComputedStyle(o);a.scrollbarColor=y.scrollbarColor,a.scrollbarWidth=y.scrollbarWidth;var m=getComputedStyle(o,"::-webkit-scrollbar"),b=parseInt(m.width,10),S=parseInt(m.height,10);try{var D=b?"width: ".concat(m.width,";"):"",R=S?"height: ".concat(m.height,";"):"";(0,r.hq)(`
#`.concat(h,`::-webkit-scrollbar {
`).concat(D,`
`).concat(R,`
}`),h)}catch(M){console.error(M),x=b,p=S}}document.body.appendChild(u);var A=o&&x&&!isNaN(x)?x:u.offsetWidth-u.clientWidth,P=o&&p&&!isNaN(p)?p:u.offsetHeight-u.clientHeight;return document.body.removeChild(u),(0,r.jL)(h),{width:A,height:P}}function c(o){return typeof document=="undefined"?0:((o||i===void 0)&&(i=l()),i.width)}function f(o){return typeof document=="undefined"||!o||!(o instanceof Element)?{width:0,height:0}:l(o)}},6089:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(59301);function i(l){var c=r.useRef();c.current=l;var f=r.useCallback(function(){for(var o,h=arguments.length,u=new Array(h),a=0;a<h;a++)u[a]=arguments[a];return(o=c.current)===null||o===void 0?void 0:o.call.apply(o,[c].concat(u))},[]);return f}},80402:function(d,_,e){"use strict";var r,i=e(16886),l=e(98506),c=e(59301);function f(){var a=(0,l.Z)({},r||(r=e.t(c,2)));return a.useId}var o=0;function h(){}var u=f();_.Z=u?function(x){var p=u();return x||p}:function(x){var p=c.useState("ssr-id"),y=(0,i.Z)(p,2),m=y[0],b=y[1];return c.useEffect(function(){var S=o;o+=1,b("rc_unique_".concat(S))},[]),x||m}},34280:function(d,_,e){"use strict";e.d(_,{o:function(){return f}});var r=e(59301),i=e(47273),l=(0,i.Z)()?r.useLayoutEffect:r.useEffect,c=function(h,u){var a=r.useRef(!0);l(function(){return h(a.current)},u),l(function(){return a.current=!1,function(){a.current=!0}},[])},f=function(h,u){c(function(a){if(!a)return h()},u)};_.Z=c},80547:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(59301);function i(l,c,f){var o=r.useRef({});return(!("value"in o.current)||f(o.current.condition,c))&&(o.current.value=l(),o.current.condition=c),o.current.value}},18929:function(d,_,e){"use strict";e.d(_,{Z:function(){return o}});var r=e(16886),i=e(6089),l=e(34280),c=e(41799);function f(h){return h!==void 0}function o(h,u){var a=u||{},x=a.defaultValue,p=a.value,y=a.onChange,m=a.postState,b=(0,c.Z)(function(){return f(p)?p:f(x)?typeof x=="function"?x():x:typeof h=="function"?h():h}),S=(0,r.Z)(b,2),D=S[0],R=S[1],A=p!==void 0?p:D,P=m?m(A):A,M=(0,i.Z)(y),B=(0,c.Z)([A]),N=(0,r.Z)(B,2),G=N[0],H=N[1];(0,l.o)(function(){var ae=G[0];D!==ae&&M(D,ae)},[G]),(0,l.o)(function(){f(p)||R(p)},[p]);var W=(0,i.Z)(function(ae,ne){R(ae,ne),H([A],ne)});return[P,W]}},41799:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(16886),i=e(59301);function l(c){var f=i.useRef(!1),o=i.useState(c),h=(0,r.Z)(o,2),u=h[0],a=h[1];i.useEffect(function(){return f.current=!1,function(){f.current=!0}},[]);function x(p,y){y&&f.current||a(p)}return[u,x]}},70425:function(d,_,e){"use strict";e.r(_),e.d(_,{get:function(){return c.Z},set:function(){return f.Z},supportNodeRef:function(){return l.t4},supportRef:function(){return l.Yr},useComposeRef:function(){return l.x1},useEvent:function(){return r.Z},useMergedState:function(){return i.Z},warning:function(){return o.ZP}});var r=e(6089),i=e(18929),l=e(8654),c=e(97938),f=e(24434),o=e(48736)},13697:function(d,_,e){"use strict";var r=e(26420),i=e(48736);function l(c,f){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,h=new Set;function u(a,x){var p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,y=h.has(a);if((0,i.ZP)(!y,"Warning: There may be circular references"),y)return!1;if(a===x)return!0;if(o&&p>1)return!1;h.add(a);var m=p+1;if(Array.isArray(a)){if(!Array.isArray(x)||a.length!==x.length)return!1;for(var b=0;b<a.length;b++)if(!u(a[b],x[b],m))return!1;return!0}if(a&&x&&(0,r.Z)(a)==="object"&&(0,r.Z)(x)==="object"){var S=Object.keys(a);return S.length!==Object.keys(x).length?!1:S.every(function(D){return u(a[D],x[D],m)})}return!1}return u(c,f)}_.Z=l},49658:function(d,_){"use strict";_.Z=function(){if(typeof navigator=="undefined"||typeof window=="undefined")return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(e==null?void 0:e.substr(0,4))}},2738:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){var c=Object.assign({},i);return Array.isArray(l)&&l.forEach(function(f){delete c[f]}),c}},26112:function(d,_,e){"use strict";e.d(_,{Z:function(){return u}});var r=e(98506),i=`accept acceptCharset accessKey action allowFullScreen allowTransparency
alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
charSet checked classID className colSpan cols content contentEditable contextMenu
controls coords crossOrigin data dateTime default defer dir disabled download draggable
encType form formAction formEncType formMethod formNoValidate formTarget frameBorder
headers height hidden high href hrefLang htmlFor httpEquiv icon id inputMode integrity
is keyParams keyType kind label lang list loop low manifest marginHeight marginWidth max maxLength media
mediaGroup method min minLength multiple muted name noValidate nonce open
optimum pattern placeholder poster preload radioGroup readOnly rel required
reversed role rowSpan rows sandbox scope scoped scrolling seamless selected
shape size sizes span spellCheck src srcDoc srcLang srcSet start step style
summary tabIndex target title type useMap value width wmode wrap`,l=`onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown
onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick
onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown
onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel
onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough
onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata
onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError`,c="".concat(i," ").concat(l).split(/[\s\n]+/),f="aria-",o="data-";function h(a,x){return a.indexOf(x)===0}function u(a){var x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,p;x===!1?p={aria:!0,data:!0,attr:!0}:x===!0?p={aria:!0}:p=(0,r.Z)({},x);var y={};return Object.keys(a).forEach(function(m){(p.aria&&(m==="role"||h(m,f))||p.data&&h(m,o)||p.attr&&c.includes(m))&&(y[m]=a[m])}),y}},16089:function(d,_){"use strict";var e=function(h){return+setTimeout(h,16)},r=function(h){return clearTimeout(h)};typeof window!="undefined"&&"requestAnimationFrame"in window&&(e=function(h){return window.requestAnimationFrame(h)},r=function(h){return window.cancelAnimationFrame(h)});var i=0,l=new Map;function c(o){l.delete(o)}var f=function(h){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;i+=1;var a=i;function x(p){if(p===0)c(a),h();else{var y=e(function(){x(p-1)});l.set(a,y)}}return x(u),a};f.cancel=function(o){var h=l.get(o);return c(o),r(h)},_.Z=f},8654:function(d,_,e){"use strict";e.d(_,{C4:function(){return m},Yr:function(){return x},mH:function(){return h},sQ:function(){return u},t4:function(){return y},x1:function(){return a}});var r=e(26420),i=e(59301),l=e(23265),c=e(80547),f=e(34678),o=Number(i.version.split(".")[0]),h=function(S,D){typeof S=="function"?S(D):(0,r.Z)(S)==="object"&&S&&"current"in S&&(S.current=D)},u=function(){for(var S=arguments.length,D=new Array(S),R=0;R<S;R++)D[R]=arguments[R];var A=D.filter(Boolean);return A.length<=1?A[0]:function(P){D.forEach(function(M){h(M,P)})}},a=function(){for(var S=arguments.length,D=new Array(S),R=0;R<S;R++)D[R]=arguments[R];return(0,c.Z)(function(){return u.apply(void 0,D)},D,function(A,P){return A.length!==P.length||A.every(function(M,B){return M!==P[B]})})},x=function(S){var D,R;if(!S)return!1;if(p(S)&&o>=19)return!0;var A=(0,l.isMemo)(S)?S.type.type:S.type;return!(typeof A=="function"&&!((D=A.prototype)!==null&&D!==void 0&&D.render)&&A.$$typeof!==l.ForwardRef||typeof S=="function"&&!((R=S.prototype)!==null&&R!==void 0&&R.render)&&S.$$typeof!==l.ForwardRef)};function p(b){return(0,i.isValidElement)(b)&&!(0,f.Z)(b)}var y=function(S){return p(S)&&x(S)},m=function(S){if(S&&p(S)){var D=S;return D.props.propertyIsEnumerable("ref")?D.props.ref:D.ref}return null}},97938:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){for(var c=i,f=0;f<l.length;f+=1){if(c==null)return;c=c[l[f]]}return c}},24434:function(d,_,e){"use strict";e.d(_,{T:function(){return p},Z:function(){return h}});var r=e(26420),i=e(98506),l=e(15142),c=e(57879),f=e(97938);function o(y,m,b,S){if(!m.length)return b;var D=(0,c.Z)(m),R=D[0],A=D.slice(1),P;return!y&&typeof R=="number"?P=[]:Array.isArray(y)?P=(0,l.Z)(y):P=(0,i.Z)({},y),S&&b===void 0&&A.length===1?delete P[R][A[0]]:P[R]=o(P[R],A,b,S),P}function h(y,m,b){var S=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;return m.length&&S&&b===void 0&&!(0,f.Z)(y,m.slice(0,-1))?y:o(y,m,b,S)}function u(y){return(0,r.Z)(y)==="object"&&y!==null&&Object.getPrototypeOf(y)===Object.prototype}function a(y){return Array.isArray(y)?[]:{}}var x=typeof Reflect=="undefined"?Object.keys:Reflect.ownKeys;function p(){for(var y=arguments.length,m=new Array(y),b=0;b<y;b++)m[b]=arguments[b];var S=a(m[0]);return m.forEach(function(D){function R(A,P){var M=new Set(P),B=(0,f.Z)(D,A),N=Array.isArray(B);if(N||u(B)){if(!M.has(B)){M.add(B);var G=(0,f.Z)(S,A);N?S=h(S,A,[]):(!G||(0,r.Z)(G)!=="object")&&(S=h(S,A,a(B))),x(B).forEach(function(H){R([].concat((0,l.Z)(A),[H]),M)})}}else S=h(S,A,B)}R([])}),S}},48736:function(d,_,e){"use strict";e.d(_,{ET:function(){return a},Kp:function(){return c}});var r={},i=[],l=function(p){i.push(p)};function c(x,p){if(0)var y}function f(x,p){if(0)var y}function o(){r={}}function h(x,p,y){!p&&!r[y]&&(x(!1,y),r[y]=!0)}function u(x,p){h(c,x,p)}function a(x,p){h(f,x,p)}u.preMessage=l,u.resetWarned=o,u.noteOnce=a,_.ZP=u},83145:function(d,_,e){"use strict";Object.defineProperty(_,"__esModule",{value:!0}),_.CopyToClipboard=void 0;var r=l(e(59301)),i=l(e(25769));function l(P){return P&&P.__esModule?P:{default:P}}function c(P){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(P)}function f(P,M){var B=Object.keys(P);if(Object.getOwnPropertySymbols){var N=Object.getOwnPropertySymbols(P);M&&(N=N.filter(function(G){return Object.getOwnPropertyDescriptor(P,G).enumerable})),B.push.apply(B,N)}return B}function o(P){for(var M=1;M<arguments.length;M++){var B=arguments[M]!=null?arguments[M]:{};M%2?f(B,!0).forEach(function(N){R(P,N,B[N])}):Object.getOwnPropertyDescriptors?Object.defineProperties(P,Object.getOwnPropertyDescriptors(B)):f(B).forEach(function(N){Object.defineProperty(P,N,Object.getOwnPropertyDescriptor(B,N))})}return P}function h(P,M){if(P==null)return{};var B=u(P,M),N,G;if(Object.getOwnPropertySymbols){var H=Object.getOwnPropertySymbols(P);for(G=0;G<H.length;G++)N=H[G],!(M.indexOf(N)>=0)&&Object.prototype.propertyIsEnumerable.call(P,N)&&(B[N]=P[N])}return B}function u(P,M){if(P==null)return{};var B={},N=Object.keys(P),G,H;for(H=0;H<N.length;H++)G=N[H],!(M.indexOf(G)>=0)&&(B[G]=P[G]);return B}function a(P,M){if(!(P instanceof M))throw new TypeError("Cannot call a class as a function")}function x(P,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(P,N.key,N)}}function p(P,M,B){return M&&x(P.prototype,M),B&&x(P,B),P}function y(P,M){return M&&(c(M)==="object"||typeof M=="function")?M:b(P)}function m(P){return m=Object.setPrototypeOf?Object.getPrototypeOf:function(B){return B.__proto__||Object.getPrototypeOf(B)},m(P)}function b(P){if(P===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return P}function S(P,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");P.prototype=Object.create(M&&M.prototype,{constructor:{value:P,writable:!0,configurable:!0}}),M&&D(P,M)}function D(P,M){return D=Object.setPrototypeOf||function(N,G){return N.__proto__=G,N},D(P,M)}function R(P,M,B){return M in P?Object.defineProperty(P,M,{value:B,enumerable:!0,configurable:!0,writable:!0}):P[M]=B,P}var A=function(P){S(M,P);function M(){var B,N;a(this,M);for(var G=arguments.length,H=new Array(G),W=0;W<G;W++)H[W]=arguments[W];return N=y(this,(B=m(M)).call.apply(B,[this].concat(H))),R(b(N),"onClick",function(ae){var ne=N.props,oe=ne.text,q=ne.onCopy,J=ne.children,K=ne.options,se=r.default.Children.only(J),ee=(0,i.default)(oe,K);q&&q(oe,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,G=N.text,H=N.onCopy,W=N.options,ae=N.children,ne=h(N,["text","onCopy","options","children"]),oe=r.default.Children.only(ae);return r.default.cloneElement(oe,o({},ne,{onClick:this.onClick}))}}]),M}(r.default.PureComponent);_.CopyToClipboard=A,R(A,"defaultProps",{onCopy:void 0,options:void 0})},56102:function(d,_,e){"use strict";var r=e(83145),i=r.CopyToClipboard;i.CopyToClipboard=i,d.exports=i},23675:function(d,_,e){"use strict";var r=e(59301),i=e(84126),l=e(43014);function c(g){for(var C="https://reactjs.org/docs/error-decoder.html?invariant="+g,z=1;z<arguments.length;z++)C+="&args[]="+encodeURIComponent(arguments[z]);return"Minified React error #"+g+"; visit "+C+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(c(227));var f=new Set,o={};function h(g,C){u(g,C),u(g+"Capture",C)}function u(g,C){for(o[g]=C,g=0;g<C.length;g++)f.add(C[g])}var a=!(typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"),x=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,p=Object.prototype.hasOwnProperty,y={},m={};function b(g){return p.call(m,g)?!0:p.call(y,g)?!1:x.test(g)?m[g]=!0:(y[g]=!0,!1)}function S(g,C,z,_e){if(z!==null&&z.type===0)return!1;switch(typeof C){case"function":case"symbol":return!0;case"boolean":return _e?!1:z!==null?!z.acceptsBooleans:(g=g.toLowerCase().slice(0,5),g!=="data-"&&g!=="aria-");default:return!1}}function D(g,C,z,_e){if(C===null||typeof C=="undefined"||S(g,C,z,_e))return!0;if(_e)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(g,C,z,_e,Re,at,zt){this.acceptsBooleans=C===2||C===3||C===4,this.attributeName=_e,this.attributeNamespace=Re,this.mustUseProperty=z,this.propertyName=g,this.type=C,this.sanitizeURL=at,this.removeEmptyString=zt}var A={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(g){A[g]=new R(g,0,!1,g,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(g){var C=g[0];A[C]=new R(C,1,!1,g[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(g){A[g]=new R(g,2,!1,g.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(g){A[g]=new R(g,2,!1,g,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(g){A[g]=new R(g,3,!1,g.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(g){A[g]=new R(g,3,!0,g,null,!1,!1)}),["capture","download"].forEach(function(g){A[g]=new R(g,4,!1,g,null,!1,!1)}),["cols","rows","size","span"].forEach(function(g){A[g]=new R(g,6,!1,g,null,!1,!1)}),["rowSpan","start"].forEach(function(g){A[g]=new R(g,5,!1,g.toLowerCase(),null,!1,!1)});var P=/[\-:]([a-z])/g;function M(g){return g[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(g){var C=g.replace(P,M);A[C]=new R(C,1,!1,g,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(g){var C=g.replace(P,M);A[C]=new R(C,1,!1,g,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(g){var C=g.replace(P,M);A[C]=new R(C,1,!1,g,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(g){A[g]=new R(g,1,!1,g.toLowerCase(),null,!1,!1)}),A.xlinkHref=new R("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(g){A[g]=new R(g,1,!1,g.toLowerCase(),null,!0,!0)});function B(g,C,z,_e){var Re=A.hasOwnProperty(C)?A[C]:null,at=Re!==null?Re.type===0:_e?!1:!(!(2<C.length)||C[0]!=="o"&&C[0]!=="O"||C[1]!=="n"&&C[1]!=="N");at||(D(C,z,Re,_e)&&(z=null),_e||Re===null?b(C)&&(z===null?g.removeAttribute(C):g.setAttribute(C,""+z)):Re.mustUseProperty?g[Re.propertyName]=z===null?Re.type===3?!1:"":z:(C=Re.attributeName,_e=Re.attributeNamespace,z===null?g.removeAttribute(C):(Re=Re.type,z=Re===3||Re===4&&z===!0?"":""+z,_e?g.setAttributeNS(_e,C,z):g.setAttribute(C,z))))}var N=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,G=60103,H=60106,W=60107,ae=60108,ne=60114,oe=60109,q=60110,J=60112,K=60113,se=60120,ee=60115,Q=60116,le=60121,$=60128,j=60129,ie=60130,me=60131;if(typeof Symbol=="function"&&Symbol.for){var Te=Symbol.for;G=Te("react.element"),H=Te("react.portal"),W=Te("react.fragment"),ae=Te("react.strict_mode"),ne=Te("react.profiler"),oe=Te("react.provider"),q=Te("react.context"),J=Te("react.forward_ref"),K=Te("react.suspense"),se=Te("react.suspense_list"),ee=Te("react.memo"),Q=Te("react.lazy"),le=Te("react.block"),Te("react.scope"),$=Te("react.opaque.id"),j=Te("react.debug_trace_mode"),ie=Te("react.offscreen"),me=Te("react.legacy_hidden")}var Oe=typeof Symbol=="function"&&Symbol.iterator;function Ge(g){return g===null||typeof g!="object"?null:(g=Oe&&g[Oe]||g["@@iterator"],typeof g=="function"?g:null)}var Ue;function Mt(g){if(Ue===void 0)try{throw Error()}catch(z){var C=z.stack.trim().match(/\n( *(at )?)/);Ue=C&&C[1]||""}return`
`+Ue+g}var yt=!1;function kt(g,C){if(!g||yt)return"";yt=!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(Pr){var _e=Pr}Reflect.construct(g,[],C)}else{try{C.call()}catch(Pr){_e=Pr}g.call(C.prototype)}else{try{throw Error()}catch(Pr){_e=Pr}g()}}catch(Pr){if(Pr&&_e&&typeof Pr.stack=="string"){for(var Re=Pr.stack.split(`
`),at=_e.stack.split(`
`),zt=Re.length-1,ar=at.length-1;1<=zt&&0<=ar&&Re[zt]!==at[ar];)ar--;for(;1<=zt&&0<=ar;zt--,ar--)if(Re[zt]!==at[ar]){if(zt!==1||ar!==1)do if(zt--,ar--,0>ar||Re[zt]!==at[ar])return`
`+Re[zt].replace(" at new "," at ");while(1<=zt&&0<=ar);break}}}finally{yt=!1,Error.prepareStackTrace=z}return(g=g?g.displayName||g.name:"")?Mt(g):""}function Zt(g){switch(g.tag){case 5:return Mt(g.type);case 16:return Mt("Lazy");case 13:return Mt("Suspense");case 19:return Mt("SuspenseList");case 0:case 2:case 15:return g=kt(g.type,!1),g;case 11:return g=kt(g.type.render,!1),g;case 22:return g=kt(g.type._render,!1),g;case 1:return g=kt(g.type,!0),g;default:return""}}function Ft(g){if(g==null)return null;if(typeof g=="function")return g.displayName||g.name||null;if(typeof g=="string")return g;switch(g){case W:return"Fragment";case H:return"Portal";case ne:return"Profiler";case ae:return"StrictMode";case K:return"Suspense";case se:return"SuspenseList"}if(typeof g=="object")switch(g.$$typeof){case q:return(g.displayName||"Context")+".Consumer";case oe:return(g._context.displayName||"Context")+".Provider";case J:var C=g.render;return C=C.displayName||C.name||"",g.displayName||(C!==""?"ForwardRef("+C+")":"ForwardRef");case ee:return Ft(g.type);case le:return Ft(g._render);case Q:C=g._payload,g=g._init;try{return Ft(g(C))}catch(z){}}return null}function tr(g){switch(typeof g){case"boolean":case"number":case"object":case"string":case"undefined":return g;default:return""}}function ze(g){var C=g.type;return(g=g.nodeName)&&g.toLowerCase()==="input"&&(C==="checkbox"||C==="radio")}function wt(g){var C=ze(g)?"checked":"value",z=Object.getOwnPropertyDescriptor(g.constructor.prototype,C),_e=""+g[C];if(!g.hasOwnProperty(C)&&typeof z!="undefined"&&typeof z.get=="function"&&typeof z.set=="function"){var Re=z.get,at=z.set;return Object.defineProperty(g,C,{configurable:!0,get:function(){return Re.call(this)},set:function(zt){_e=""+zt,at.call(this,zt)}}),Object.defineProperty(g,C,{enumerable:z.enumerable}),{getValue:function(){return _e},setValue:function(zt){_e=""+zt},stopTracking:function(){g._valueTracker=null,delete g[C]}}}}function Bt(g){g._valueTracker||(g._valueTracker=wt(g))}function nt(g){if(!g)return!1;var C=g._valueTracker;if(!C)return!0;var z=C.getValue(),_e="";return g&&(_e=ze(g)?g.checked?"true":"false":g.value),g=_e,g!==z?(C.setValue(g),!0):!1}function _t(g){if(g=g||(typeof document!="undefined"?document:void 0),typeof g=="undefined")return null;try{return g.activeElement||g.body}catch(C){return g.body}}function ht(g,C){var z=C.checked;return i({},C,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:z!=null?z:g._wrapperState.initialChecked})}function Je(g,C){var z=C.defaultValue==null?"":C.defaultValue,_e=C.checked!=null?C.checked:C.defaultChecked;z=tr(C.value!=null?C.value:z),g._wrapperState={initialChecked:_e,initialValue:z,controlled:C.type==="checkbox"||C.type==="radio"?C.checked!=null:C.value!=null}}function je(g,C){C=C.checked,C!=null&&B(g,"checked",C,!1)}function be(g,C){je(g,C);var z=tr(C.value),_e=C.type;if(z!=null)_e==="number"?(z===0&&g.value===""||g.value!=z)&&(g.value=""+z):g.value!==""+z&&(g.value=""+z);else if(_e==="submit"||_e==="reset"){g.removeAttribute("value");return}C.hasOwnProperty("value")?Ke(g,C.type,z):C.hasOwnProperty("defaultValue")&&Ke(g,C.type,tr(C.defaultValue)),C.checked==null&&C.defaultChecked!=null&&(g.defaultChecked=!!C.defaultChecked)}function Le(g,C,z){if(C.hasOwnProperty("value")||C.hasOwnProperty("defaultValue")){var _e=C.type;if(!(_e!=="submit"&&_e!=="reset"||C.value!==void 0&&C.value!==null))return;C=""+g._wrapperState.initialValue,z||C===g.value||(g.value=C),g.defaultValue=C}z=g.name,z!==""&&(g.name=""),g.defaultChecked=!!g._wrapperState.initialChecked,z!==""&&(g.name=z)}function Ke(g,C,z){(C!=="number"||_t(g.ownerDocument)!==g)&&(z==null?g.defaultValue=""+g._wrapperState.initialValue:g.defaultValue!==""+z&&(g.defaultValue=""+z))}function He(g){var C="";return r.Children.forEach(g,function(z){z!=null&&(C+=z)}),C}function Xe(g,C){return g=i({children:void 0},C),(C=He(C.children))&&(g.children=C),g}function pt(g,C,z,_e){if(g=g.options,C){C={};for(var Re=0;Re<z.length;Re++)C["$"+z[Re]]=!0;for(z=0;z<g.length;z++)Re=C.hasOwnProperty("$"+g[z].value),g[z].selected!==Re&&(g[z].selected=Re),Re&&_e&&(g[z].defaultSelected=!0)}else{for(z=""+tr(z),C=null,Re=0;Re<g.length;Re++){if(g[Re].value===z){g[Re].selected=!0,_e&&(g[Re].defaultSelected=!0);return}C!==null||g[Re].disabled||(C=g[Re])}C!==null&&(C.selected=!0)}}function bt(g,C){if(C.dangerouslySetInnerHTML!=null)throw Error(c(91));return i({},C,{value:void 0,defaultValue:void 0,children:""+g._wrapperState.initialValue})}function rr(g,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}g._wrapperState={initialValue:tr(z)}}function Jt(g,C){var z=tr(C.value),_e=tr(C.defaultValue);z!=null&&(z=""+z,z!==g.value&&(g.value=z),C.defaultValue==null&&g.defaultValue!==z&&(g.defaultValue=z)),_e!=null&&(g.defaultValue=""+_e)}function Me(g){var C=g.textContent;C===g._wrapperState.initialValue&&C!==""&&C!==null&&(g.value=C)}var rt={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function Yt(g){switch(g){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Lt(g,C){return g==null||g==="http://www.w3.org/1999/xhtml"?Yt(C):g==="http://www.w3.org/2000/svg"&&C==="foreignObject"?"http://www.w3.org/1999/xhtml":g}var Wt,Ht=function(g){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(C,z,_e,Re){MSApp.execUnsafeLocalFunction(function(){return g(C,z,_e,Re)})}:g}(function(g,C){if(g.namespaceURI!==rt.svg||"innerHTML"in g)g.innerHTML=C;else{for(Wt=Wt||document.createElement("div"),Wt.innerHTML="<svg>"+C.valueOf().toString()+"</svg>",C=Wt.firstChild;g.firstChild;)g.removeChild(g.firstChild);for(;C.firstChild;)g.appendChild(C.firstChild)}});function ir(g,C){if(C){var z=g.firstChild;if(z&&z===g.lastChild&&z.nodeType===3){z.nodeValue=C;return}}g.textContent=C}var Gt={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},Ie=["Webkit","ms","Moz","O"];Object.keys(Gt).forEach(function(g){Ie.forEach(function(C){C=C+g.charAt(0).toUpperCase()+g.substring(1),Gt[C]=Gt[g]})});function ce(g,C,z){return C==null||typeof C=="boolean"||C===""?"":z||typeof C!="number"||C===0||Gt.hasOwnProperty(g)&&Gt[g]?(""+C).trim():C+"px"}function he(g,C){g=g.style;for(var z in C)if(C.hasOwnProperty(z)){var _e=z.indexOf("--")===0,Re=ce(z,C[z],_e);z==="float"&&(z="cssFloat"),_e?g.setProperty(z,Re):g[z]=Re}}var It=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 Ce(g,C){if(C){if(It[g]&&(C.children!=null||C.dangerouslySetInnerHTML!=null))throw Error(c(137,g));if(C.dangerouslySetInnerHTML!=null){if(C.children!=null)throw Error(c(60));if(!(typeof C.dangerouslySetInnerHTML=="object"&&"__html"in C.dangerouslySetInnerHTML))throw Error(c(61))}if(C.style!=null&&typeof C.style!="object")throw Error(c(62))}}function ft(g,C){if(g.indexOf("-")===-1)return typeof C.is=="string";switch(g){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Kt(g){return g=g.target||g.srcElement||window,g.correspondingUseElement&&(g=g.correspondingUseElement),g.nodeType===3?g.parentNode:g}var Tt=null,Pe=null,At=null;function Ze(g){if(g=hs(g)){if(typeof Tt!="function")throw Error(c(280));var C=g.stateNode;C&&(C=ps(C),Tt(g.stateNode,g.type,C))}}function we(g){Pe?At?At.push(g):At=[g]:Pe=g}function gt(){if(Pe){var g=Pe,C=At;if(At=Pe=null,Ze(g),C)for(g=0;g<C.length;g++)Ze(C[g])}}function Rt(g,C){return g(C)}function Fe(g,C,z,_e,Re){return g(C,z,_e,Re)}function Tr(){}var Ct=Rt,Kr=!1,tn=!1;function Ir(){(Pe!==null||At!==null)&&(Tr(),gt())}function Lr(g,C,z){if(tn)return g(C,z);tn=!0;try{return Ct(g,C,z)}finally{tn=!1,Ir()}}function vr(g,C){var z=g.stateNode;if(z===null)return null;var _e=ps(z);if(_e===null)return null;z=_e[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":(_e=!_e.disabled)||(g=g.type,_e=!(g==="button"||g==="input"||g==="select"||g==="textarea")),g=!_e;break e;default:g=!1}if(g)return null;if(z&&typeof z!="function")throw Error(c(231,C,typeof z));return z}var $r=!1;if(a)try{var sn={};Object.defineProperty(sn,"passive",{get:function(){$r=!0}}),window.addEventListener("test",sn,sn),window.removeEventListener("test",sn,sn)}catch(g){$r=!1}function hn(g,C,z,_e,Re,at,zt,ar,Pr){var dn=Array.prototype.slice.call(arguments,3);try{C.apply(z,dn)}catch(wi){this.onError(wi)}}var Xt=!1,vt=null,ot=!1,ct=null,Nt={onError:function(g){Xt=!0,vt=g}};function br(g,C,z,_e,Re,at,zt,ar,Pr){Xt=!1,vt=null,hn.apply(Nt,arguments)}function _r(g,C,z,_e,Re,at,zt,ar,Pr){if(br.apply(this,arguments),Xt){if(Xt){var dn=vt;Xt=!1,vt=null}else throw Error(c(198));ot||(ot=!0,ct=dn)}}function Jr(g){var C=g,z=g;if(g.alternate)for(;C.return;)C=C.return;else{g=C;do C=g,C.flags&1026&&(z=C.return),g=C.return;while(g)}return C.tag===3?z:null}function zr(g){if(g.tag===13){var C=g.memoizedState;if(C===null&&(g=g.alternate,g!==null&&(C=g.memoizedState)),C!==null)return C.dehydrated}return null}function xn(g){if(Jr(g)!==g)throw Error(c(188))}function Et(g){var C=g.alternate;if(!C){if(C=Jr(g),C===null)throw Error(c(188));return C!==g?null:g}for(var z=g,_e=C;;){var Re=z.return;if(Re===null)break;var at=Re.alternate;if(at===null){if(_e=Re.return,_e!==null){z=_e;continue}break}if(Re.child===at.child){for(at=Re.child;at;){if(at===z)return xn(Re),g;if(at===_e)return xn(Re),C;at=at.sibling}throw Error(c(188))}if(z.return!==_e.return)z=Re,_e=at;else{for(var zt=!1,ar=Re.child;ar;){if(ar===z){zt=!0,z=Re,_e=at;break}if(ar===_e){zt=!0,_e=Re,z=at;break}ar=ar.sibling}if(!zt){for(ar=at.child;ar;){if(ar===z){zt=!0,z=at,_e=Re;break}if(ar===_e){zt=!0,_e=at,z=Re;break}ar=ar.sibling}if(!zt)throw Error(c(189))}}if(z.alternate!==_e)throw Error(c(190))}if(z.tag!==3)throw Error(c(188));return z.stateNode.current===z?g:C}function Dr(g){if(g=Et(g),!g)return null;for(var C=g;;){if(C.tag===5||C.tag===6)return C;if(C.child)C.child.return=C,C=C.child;else{if(C===g)break;for(;!C.sibling;){if(!C.return||C.return===g)return null;C=C.return}C.sibling.return=C.return,C=C.sibling}}return null}function kn(g,C){for(var z=g.alternate;C!==null;){if(C===g||C===z)return!0;C=C.return}return!1}var Qn,Nn,ti,Tn,Ai=!1,ri=[],Ci=null,Qi=null,Zi=null,Ca=new Map,ui=new Map,ca=[],Ta="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 St(g,C,z,_e,Re){return{blockedOn:g,domEventName:C,eventSystemFlags:z|16,nativeEvent:Re,targetContainers:[_e]}}function ga(g,C){switch(g){case"focusin":case"focusout":Ci=null;break;case"dragenter":case"dragleave":Qi=null;break;case"mouseover":case"mouseout":Zi=null;break;case"pointerover":case"pointerout":Ca.delete(C.pointerId);break;case"gotpointercapture":case"lostpointercapture":ui.delete(C.pointerId)}}function oa(g,C,z,_e,Re,at){return g===null||g.nativeEvent!==at?(g=St(C,z,_e,Re,at),C!==null&&(C=hs(C),C!==null&&Nn(C)),g):(g.eventSystemFlags|=_e,C=g.targetContainers,Re!==null&&C.indexOf(Re)===-1&&C.push(Re),g)}function gi(g,C,z,_e,Re){switch(C){case"focusin":return Ci=oa(Ci,g,C,z,_e,Re),!0;case"dragenter":return Qi=oa(Qi,g,C,z,_e,Re),!0;case"mouseover":return Zi=oa(Zi,g,C,z,_e,Re),!0;case"pointerover":var at=Re.pointerId;return Ca.set(at,oa(Ca.get(at)||null,g,C,z,_e,Re)),!0;case"gotpointercapture":return at=Re.pointerId,ui.set(at,oa(ui.get(at)||null,g,C,z,_e,Re)),!0}return!1}function Ma(g){var C=qa(g.target);if(C!==null){var z=Jr(C);if(z!==null){if(C=z.tag,C===13){if(C=zr(z),C!==null){g.blockedOn=C,Tn(g.lanePriority,function(){l.unstable_runWithPriority(g.priority,function(){ti(z)})});return}}else if(C===3&&z.stateNode.hydrate){g.blockedOn=z.tag===3?z.stateNode.containerInfo:null;return}}}g.blockedOn=null}function Ei(g){if(g.blockedOn!==null)return!1;for(var C=g.targetContainers;0<C.length;){var z=Ws(g.domEventName,g.eventSystemFlags,C[0],g.nativeEvent);if(z!==null)return C=hs(z),C!==null&&Nn(C),g.blockedOn=z,!1;C.shift()}return!0}function ci(g,C,z){Ei(g)&&z.delete(C)}function On(){for(Ai=!1;0<ri.length;){var g=ri[0];if(g.blockedOn!==null){g=hs(g.blockedOn),g!==null&&Qn(g);break}for(var C=g.targetContainers;0<C.length;){var z=Ws(g.domEventName,g.eventSystemFlags,C[0],g.nativeEvent);if(z!==null){g.blockedOn=z;break}C.shift()}g.blockedOn===null&&ri.shift()}Ci!==null&&Ei(Ci)&&(Ci=null),Qi!==null&&Ei(Qi)&&(Qi=null),Zi!==null&&Ei(Zi)&&(Zi=null),Ca.forEach(ci),ui.forEach(ci)}function Ee(g,C){g.blockedOn===C&&(g.blockedOn=null,Ai||(Ai=!0,l.unstable_scheduleCallback(l.unstable_NormalPriority,On)))}function ut(g){function C(Re){return Ee(Re,g)}if(0<ri.length){Ee(ri[0],g);for(var z=1;z<ri.length;z++){var _e=ri[z];_e.blockedOn===g&&(_e.blockedOn=null)}}for(Ci!==null&&Ee(Ci,g),Qi!==null&&Ee(Qi,g),Zi!==null&&Ee(Zi,g),Ca.forEach(C),ui.forEach(C),z=0;z<ca.length;z++)_e=ca[z],_e.blockedOn===g&&(_e.blockedOn=null);for(;0<ca.length&&(z=ca[0],z.blockedOn===null);)Ma(z),z.blockedOn===null&&ca.shift()}function tt(g,C){var z={};return z[g.toLowerCase()]=C.toLowerCase(),z["Webkit"+g]="webkit"+C,z["Moz"+g]="moz"+C,z}var Ot={animationend:tt("Animation","AnimationEnd"),animationiteration:tt("Animation","AnimationIteration"),animationstart:tt("Animation","AnimationStart"),transitionend:tt("Transition","TransitionEnd")},dt={},lr={};a&&(lr=document.createElement("div").style,"AnimationEvent"in window||(delete Ot.animationend.animation,delete Ot.animationiteration.animation,delete Ot.animationstart.animation),"TransitionEvent"in window||delete Ot.transitionend.transition);function cr(g){if(dt[g])return dt[g];if(!Ot[g])return g;var C=Ot[g],z;for(z in C)if(C.hasOwnProperty(z)&&z in lr)return dt[g]=C[z];return g}var Ar=cr("animationend"),Nr=cr("animationiteration"),We=cr("animationstart"),et=cr("transitionend"),ye=new Map,it=new Map,sr=["abort","abort",Ar,"animationEnd",Nr,"animationIteration",We,"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",et,"transitionEnd","waiting","waiting"];function xr(g,C){for(var z=0;z<g.length;z+=2){var _e=g[z],Re=g[z+1];Re="on"+(Re[0].toUpperCase()+Re.slice(1)),it.set(_e,C),ye.set(_e,Re),h(Re,[_e])}}var Or=l.unstable_now;Or();var Cr=8;function Ur(g){if(1&g)return Cr=15,1;if(2&g)return Cr=14,2;if(4&g)return Cr=13,4;var C=24&g;return C!==0?(Cr=12,C):g&32?(Cr=11,32):(C=192&g,C!==0?(Cr=10,C):g&256?(Cr=9,256):(C=3584&g,C!==0?(Cr=8,C):g&4096?(Cr=7,4096):(C=4186112&g,C!==0?(Cr=6,C):(C=62914560&g,C!==0?(Cr=5,C):g&67108864?(Cr=4,67108864):g&134217728?(Cr=3,134217728):(C=805306368&g,C!==0?(Cr=2,C):1073741824&g?(Cr=1,1073741824):(Cr=8,g))))))}function bn(g){switch(g){case 99:return 15;case 98:return 10;case 97:case 96:return 8;case 95:return 2;default:return 0}}function wr(g){switch(g){case 15:case 14:return 99;case 13:case 12:case 11:case 10:return 98;case 9:case 8:case 7:case 6:case 4:case 5:return 97;case 3:case 2:case 1:return 95;case 0:return 90;default:throw Error(c(358,g))}}function fn(g,C){var z=g.pendingLanes;if(z===0)return Cr=0;var _e=0,Re=0,at=g.expiredLanes,zt=g.suspendedLanes,ar=g.pingedLanes;if(at!==0)_e=at,Re=Cr=15;else if(at=z&134217727,at!==0){var Pr=at&~zt;Pr!==0?(_e=Ur(Pr),Re=Cr):(ar&=at,ar!==0&&(_e=Ur(ar),Re=Cr))}else at=z&~zt,at!==0?(_e=Ur(at),Re=Cr):ar!==0&&(_e=Ur(ar),Re=Cr);if(_e===0)return 0;if(_e=31-vi(_e),_e=z&((0>_e?0:1<<_e)<<1)-1,C!==0&&C!==_e&&!(C&zt)){if(Ur(C),Re<=Cr)return C;Cr=Re}if(C=g.entangledLanes,C!==0)for(g=g.entanglements,C&=_e;0<C;)z=31-vi(C),Re=1<<z,_e|=g[z],C&=~Re;return _e}function nn(g){return g=g.pendingLanes&-1073741825,g!==0?g:g&1073741824?1073741824:0}function cn(g,C){switch(g){case 15:return 1;case 14:return 2;case 12:return g=Pn(24&~C),g===0?cn(10,C):g;case 10:return g=Pn(192&~C),g===0?cn(8,C):g;case 8:return g=Pn(3584&~C),g===0&&(g=Pn(4186112&~C),g===0&&(g=512)),g;case 2:return C=Pn(805306368&~C),C===0&&(C=268435456),C}throw Error(c(358,g))}function Pn(g){return g&-g}function Pa(g){for(var C=[],z=0;31>z;z++)C.push(g);return C}function Li(g,C,z){g.pendingLanes|=C;var _e=C-1;g.suspendedLanes&=_e,g.pingedLanes&=_e,g=g.eventTimes,C=31-vi(C),g[C]=z}var vi=Math.clz32?Math.clz32:Gi,yn=Math.log,fi=Math.LN2;function Gi(g){return g===0?32:31-(yn(g)/fi|0)|0}var ya=l.unstable_UserBlockingPriority,Vs=l.unstable_runWithPriority,ba=!0;function Fs(g,C,z,_e){Kr||Tr();var Re=es,at=Kr;Kr=!0;try{Fe(Re,g,C,z,_e)}finally{(Kr=at)||Ir()}}function Ys(g,C,z,_e){Vs(ya,es.bind(null,g,C,z,_e))}function es(g,C,z,_e){if(ba){var Re;if((Re=(C&4)===0)&&0<ri.length&&-1<Ta.indexOf(g))g=St(null,g,C,z,_e),ri.push(g);else{var at=Ws(g,C,z,_e);if(at===null)Re&&ga(g,_e);else{if(Re){if(-1<Ta.indexOf(g)){g=St(at,g,C,z,_e),ri.push(g);return}if(gi(at,g,C,z,_e))return;ga(g,_e)}Zr(g,C,_e,null,z)}}}}function Ws(g,C,z,_e){var Re=Kt(_e);if(Re=qa(Re),Re!==null){var at=Jr(Re);if(at===null)Re=null;else{var zt=at.tag;if(zt===13){if(Re=zr(at),Re!==null)return Re;Re=null}else if(zt===3){if(at.stateNode.hydrate)return at.tag===3?at.stateNode.containerInfo:null;Re=null}else at!==Re&&(Re=null)}}return Zr(g,C,_e,Re,z),null}var qn=null,Es=null,fs=null;function Xs(){if(fs)return fs;var g,C=Es,z=C.length,_e,Re="value"in qn?qn.value:qn.textContent,at=Re.length;for(g=0;g<z&&C[g]===Re[g];g++);var zt=z-g;for(_e=1;_e<=zt&&C[z-_e]===Re[at-_e];_e++);return fs=Re.slice(g,1<_e?1-_e:void 0)}function Yi(g){var C=g.keyCode;return"charCode"in g?(g=g.charCode,g===0&&C===13&&(g=13)):g=C,g===10&&(g=13),32<=g||g===13?g:0}function Bs(){return!0}function Ko(){return!1}function Va(g){function C(z,_e,Re,at,zt){this._reactName=z,this._targetInst=Re,this.type=_e,this.nativeEvent=at,this.target=zt,this.currentTarget=null;for(var ar in g)g.hasOwnProperty(ar)&&(z=g[ar],this[ar]=z?z(at):at[ar]);return this.isDefaultPrevented=(at.defaultPrevented!=null?at.defaultPrevented:at.returnValue===!1)?Bs:Ko,this.isPropagationStopped=Ko,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=Bs)},stopPropagation:function(){var z=this.nativeEvent;z&&(z.stopPropagation?z.stopPropagation():typeof z.cancelBubble!="unknown"&&(z.cancelBubble=!0),this.isPropagationStopped=Bs)},persist:function(){},isPersistent:Bs}),C}var ha={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(g){return g.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},is=Va(ha),vo=i({},ha,{view:0,detail:0}),jn=Va(vo),ts,Ps,Is,Wi=i({},vo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:as,button:0,buttons:0,relatedTarget:function(g){return g.relatedTarget===void 0?g.fromElement===g.srcElement?g.toElement:g.fromElement:g.relatedTarget},movementX:function(g){return"movementX"in g?g.movementX:(g!==Is&&(Is&&g.type==="mousemove"?(ts=g.screenX-Is.screenX,Ps=g.screenY-Is.screenY):Ps=ts=0,Is=g),ts)},movementY:function(g){return"movementY"in g?g.movementY:Ps}}),Xa=Va(Wi),Wa=i({},Wi,{dataTransfer:0}),Rs=Va(Wa),_o=i({},vo,{relatedTarget:0}),$o=Va(_o),Vo=i({},ha,{animationName:0,elapsedTime:0,pseudoElement:0}),Yo=Va(Vo),rs=i({},ha,{clipboardData:function(g){return"clipboardData"in g?g.clipboardData:window.clipboardData}}),_s=Va(rs),Ao=i({},ha,{data:0}),Zo=Va(Ao),Lo={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Xo={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"},yi={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function hi(g){var C=this.nativeEvent;return C.getModifierState?C.getModifierState(g):(g=yi[g])?!!C[g]:!1}function as(){return hi}var ds=i({},vo,{key:function(g){if(g.key){var C=Lo[g.key]||g.key;if(C!=="Unidentified")return C}return g.type==="keypress"?(g=Yi(g),g===13?"Enter":String.fromCharCode(g)):g.type==="keydown"||g.type==="keyup"?Xo[g.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:as,charCode:function(g){return g.type==="keypress"?Yi(g):0},keyCode:function(g){return g.type==="keydown"||g.type==="keyup"?g.keyCode:0},which:function(g){return g.type==="keypress"?Yi(g):g.type==="keydown"||g.type==="keyup"?g.keyCode:0}}),ss=Va(ds),go=i({},Wi,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Wo=Va(go),du=i({},vo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:as}),Ls=Va(du),tu=i({},ha,{propertyName:0,elapsedTime:0,pseudoElement:0}),hu=Va(tu),Iu=i({},Wi,{deltaX:function(g){return"deltaX"in g?g.deltaX:"wheelDeltaX"in g?-g.wheelDeltaX:0},deltaY:function(g){return"deltaY"in g?g.deltaY:"wheelDeltaY"in g?-g.wheelDeltaY:"wheelDelta"in g?-g.wheelDelta:0},deltaZ:0,deltaMode:0}),Mo=Va(Iu),Ju=[9,13,27,32],Fo=a&&"CompositionEvent"in window,mo=null;a&&"documentMode"in document&&(mo=document.documentMode);var gu=a&&"TextEvent"in window&&!mo,Bu=a&&(!Fo||mo&&8<mo&&11>=mo),Do=" ",Bo=!1;function Ou(g,C){switch(g){case"keyup":return Ju.indexOf(C.keyCode)!==-1;case"keydown":return C.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Qo(g){return g=g.detail,typeof g=="object"&&"data"in g?g.data:null}var ru=!1;function Os(g,C){switch(g){case"compositionend":return Qo(C);case"keypress":return C.which!==32?null:(Bo=!0,Do);case"textInput":return g=C.data,g===Do&&Bo?null:g;default:return null}}function Ho(g,C){if(ru)return g==="compositionend"||!Fo&&Ou(g,C)?(g=Xs(),fs=Es=qn=null,ru=!1,g):null;switch(g){case"paste":return null;case"keypress":if(!(C.ctrlKey||C.altKey||C.metaKey)||C.ctrlKey&&C.altKey){if(C.char&&1<C.char.length)return C.char;if(C.which)return String.fromCharCode(C.which)}return null;case"compositionend":return Bu&&C.locale!=="ko"?null:C.data;default:return null}}var Nu={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 qt(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C==="input"?!!Nu[g.type]:C==="textarea"}function hr(g,C,z,_e){we(_e),C=on(C,"onChange"),0<C.length&&(z=new is("onChange","change",null,z,_e),g.push({event:z,listeners:C}))}var ur=null,pr=null;function Sr(g){Qe(g,0)}function vn(g){var C=xo(g);if(nt(C))return g}function Wn(g,C){if(g==="change")return C}var Rn=!1;if(a){var Hn;if(a){var oi="oninput"in document;if(!oi){var ai=document.createElement("div");ai.setAttribute("oninput","return;"),oi=typeof ai.oninput=="function"}Hn=oi}else Hn=!1;Rn=Hn&&(!document.documentMode||9<document.documentMode)}function fr(){ur&&(ur.detachEvent("onpropertychange",Fr),pr=ur=null)}function Fr(g){if(g.propertyName==="value"&&vn(pr)){var C=[];if(hr(C,pr,g,Kt(g)),g=Sr,Kr)g(C);else{Kr=!0;try{Rt(g,C)}finally{Kr=!1,Ir()}}}}function kr(g,C,z){g==="focusin"?(fr(),ur=C,pr=z,ur.attachEvent("onpropertychange",Fr)):g==="focusout"&&fr()}function En(g){if(g==="selectionchange"||g==="keyup"||g==="keydown")return vn(pr)}function Sn(g,C){if(g==="click")return vn(C)}function mt(g,C){if(g==="input"||g==="change")return vn(C)}function Un(g,C){return g===C&&(g!==0||1/g===1/C)||g!==g&&C!==C}var Gn=typeof Object.is=="function"?Object.is:Un,Oi=Object.prototype.hasOwnProperty;function qi(g,C){if(Gn(g,C))return!0;if(typeof g!="object"||g===null||typeof C!="object"||C===null)return!1;var z=Object.keys(g),_e=Object.keys(C);if(z.length!==_e.length)return!1;for(_e=0;_e<z.length;_e++)if(!Oi.call(C,z[_e])||!Gn(g[z[_e]],C[z[_e]]))return!1;return!0}function er(g){for(;g&&g.firstChild;)g=g.firstChild;return g}function ia(g,C){var z=er(g);g=0;for(var _e;z;){if(z.nodeType===3){if(_e=g+z.textContent.length,g<=C&&_e>=C)return{node:z,offset:C-g};g=_e}e:{for(;z;){if(z.nextSibling){z=z.nextSibling;break e}z=z.parentNode}z=void 0}z=er(z)}}function Ki(g,C){return g&&C?g===C?!0:g&&g.nodeType===3?!1:C&&C.nodeType===3?Ki(g,C.parentNode):"contains"in g?g.contains(C):g.compareDocumentPosition?!!(g.compareDocumentPosition(C)&16):!1:!1}function Sa(){for(var g=window,C=_t();C instanceof g.HTMLIFrameElement;){try{var z=typeof C.contentWindow.location.href=="string"}catch(_e){z=!1}if(z)g=C.contentWindow;else break;C=_t(g.document)}return C}function gs(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C&&(C==="input"&&(g.type==="text"||g.type==="search"||g.type==="tel"||g.type==="url"||g.type==="password")||C==="textarea"||g.contentEditable==="true")}var Ns=a&&"documentMode"in document&&11>=document.documentMode,Mi=null,Co=null,oo=null,Ms=!1;function Ba(g,C,z){var _e=z.window===z?z.document:z.nodeType===9?z:z.ownerDocument;Ms||Mi==null||Mi!==_t(_e)||(_e=Mi,"selectionStart"in _e&&gs(_e)?_e={start:_e.selectionStart,end:_e.selectionEnd}:(_e=(_e.ownerDocument&&_e.ownerDocument.defaultView||window).getSelection(),_e={anchorNode:_e.anchorNode,anchorOffset:_e.anchorOffset,focusNode:_e.focusNode,focusOffset:_e.focusOffset}),oo&&qi(oo,_e)||(oo=_e,_e=on(Co,"onSelect"),0<_e.length&&(C=new is("onSelect","select",null,C,z),g.push({event:C,listeners:_e}),C.target=Mi)))}xr("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),xr("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),xr(sr,2);for(var Ds="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),yo=0;yo<Ds.length;yo++)it.set(Ds[yo],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 Zn="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Hs=new Set("cancel close invalid load scroll toggle".split(" ").concat(Zn));function uo(g,C,z){var _e=g.type||"unknown-event";g.currentTarget=z,_r(_e,C,void 0,g),g.currentTarget=null}function Qe(g,C){C=(C&4)!==0;for(var z=0;z<g.length;z++){var _e=g[z],Re=_e.event;_e=_e.listeners;e:{var at=void 0;if(C)for(var zt=_e.length-1;0<=zt;zt--){var ar=_e[zt],Pr=ar.instance,dn=ar.currentTarget;if(ar=ar.listener,Pr!==at&&Re.isPropagationStopped())break e;uo(Re,ar,dn),at=Pr}else for(zt=0;zt<_e.length;zt++){if(ar=_e[zt],Pr=ar.instance,dn=ar.currentTarget,ar=ar.listener,Pr!==at&&Re.isPropagationStopped())break e;uo(Re,ar,dn),at=Pr}}}if(ot)throw g=ct,ot=!1,ct=null,g}function qe(g,C){var z=ko(C),_e=g+"__bubble";z.has(_e)||(Mr(C,g,2,!1),z.add(_e))}var jt="_reactListening"+Math.random().toString(36).slice(2);function Vt(g){g[jt]||(g[jt]=!0,f.forEach(function(C){Hs.has(C)||gr(C,!1,g,null),gr(C,!0,g,null)}))}function gr(g,C,z,_e){var Re=4<arguments.length&&arguments[4]!==void 0?arguments[4]:0,at=z;if(g==="selectionchange"&&z.nodeType!==9&&(at=z.ownerDocument),_e!==null&&!C&&Hs.has(g)){if(g!=="scroll")return;Re|=2,at=_e}var zt=ko(at),ar=g+"__"+(C?"capture":"bubble");zt.has(ar)||(C&&(Re|=4),Mr(at,g,Re,C),zt.add(ar))}function Mr(g,C,z,_e){var Re=it.get(C);switch(Re===void 0?2:Re){case 0:Re=Fs;break;case 1:Re=Ys;break;default:Re=es}z=Re.bind(null,C,z,g),Re=void 0,!$r||C!=="touchstart"&&C!=="touchmove"&&C!=="wheel"||(Re=!0),_e?Re!==void 0?g.addEventListener(C,z,{capture:!0,passive:Re}):g.addEventListener(C,z,!0):Re!==void 0?g.addEventListener(C,z,{passive:Re}):g.addEventListener(C,z,!1)}function Zr(g,C,z,_e,Re){var at=_e;if(!(C&1)&&!(C&2)&&_e!==null)e:for(;;){if(_e===null)return;var zt=_e.tag;if(zt===3||zt===4){var ar=_e.stateNode.containerInfo;if(ar===Re||ar.nodeType===8&&ar.parentNode===Re)break;if(zt===4)for(zt=_e.return;zt!==null;){var Pr=zt.tag;if((Pr===3||Pr===4)&&(Pr=zt.stateNode.containerInfo,Pr===Re||Pr.nodeType===8&&Pr.parentNode===Re))return;zt=zt.return}for(;ar!==null;){if(zt=qa(ar),zt===null)return;if(Pr=zt.tag,Pr===5||Pr===6){_e=at=zt;continue e}ar=ar.parentNode}}_e=_e.return}Lr(function(){var dn=at,wi=Kt(z),Ua=[];e:{var Yn=ye.get(g);if(Yn!==void 0){var sa=is,ja=g;switch(g){case"keypress":if(Yi(z)===0)break e;case"keydown":case"keyup":sa=ss;break;case"focusin":ja="focus",sa=$o;break;case"focusout":ja="blur",sa=$o;break;case"beforeblur":case"afterblur":sa=$o;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":sa=Xa;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":sa=Rs;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":sa=Ls;break;case Ar:case Nr:case We:sa=Yo;break;case et:sa=hu;break;case"scroll":sa=jn;break;case"wheel":sa=Mo;break;case"copy":case"cut":case"paste":sa=_s;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":sa=Wo}var Da=(C&4)!==0,qr=!Da&&g==="scroll",jr=Da?Yn!==null?Yn+"Capture":null:Yn;Da=[];for(var Xr=dn,Dn;Xr!==null;){Dn=Xr;var $n=Dn.stateNode;if(Dn.tag===5&&$n!==null&&(Dn=$n,jr!==null&&($n=vr(Xr,jr),$n!=null&&Da.push(_n(Xr,$n,Dn)))),qr)break;Xr=Xr.return}0<Da.length&&(Yn=new sa(Yn,ja,null,z,wi),Ua.push({event:Yn,listeners:Da}))}}if(!(C&7)){e:{if(Yn=g==="mouseover"||g==="pointerover",sa=g==="mouseout"||g==="pointerout",Yn&&!(C&16)&&(ja=z.relatedTarget||z.fromElement)&&(qa(ja)||ja[Ni]))break e;if((sa||Yn)&&(Yn=wi.window===wi?wi:(Yn=wi.ownerDocument)?Yn.defaultView||Yn.parentWindow:window,sa?(ja=z.relatedTarget||z.toElement,sa=dn,ja=ja?qa(ja):null,ja!==null&&(qr=Jr(ja),ja!==qr||ja.tag!==5&&ja.tag!==6)&&(ja=null)):(sa=null,ja=dn),sa!==ja)){if(Da=Xa,$n="onMouseLeave",jr="onMouseEnter",Xr="mouse",(g==="pointerout"||g==="pointerover")&&(Da=Wo,$n="onPointerLeave",jr="onPointerEnter",Xr="pointer"),qr=sa==null?Yn:xo(sa),Dn=ja==null?Yn:xo(ja),Yn=new Da($n,Xr+"leave",sa,z,wi),Yn.target=qr,Yn.relatedTarget=Dn,$n=null,qa(wi)===dn&&(Da=new Da(jr,Xr+"enter",ja,z,wi),Da.target=Dn,Da.relatedTarget=qr,$n=Da),qr=$n,sa&&ja)t:{for(Da=sa,jr=ja,Xr=0,Dn=Da;Dn;Dn=gn(Dn))Xr++;for(Dn=0,$n=jr;$n;$n=gn($n))Dn++;for(;0<Xr-Dn;)Da=gn(Da),Xr--;for(;0<Dn-Xr;)jr=gn(jr),Dn--;for(;Xr--;){if(Da===jr||jr!==null&&Da===jr.alternate)break t;Da=gn(Da),jr=gn(jr)}Da=null}else Da=null;sa!==null&&ni(Ua,Yn,sa,Da,!1),ja!==null&&qr!==null&&ni(Ua,qr,ja,Da,!0)}}e:{if(Yn=dn?xo(dn):window,sa=Yn.nodeName&&Yn.nodeName.toLowerCase(),sa==="select"||sa==="input"&&Yn.type==="file")var Ka=Wn;else if(qt(Yn))if(Rn)Ka=mt;else{Ka=En;var Ui=kr}else(sa=Yn.nodeName)&&sa.toLowerCase()==="input"&&(Yn.type==="checkbox"||Yn.type==="radio")&&(Ka=Sn);if(Ka&&(Ka=Ka(g,dn))){hr(Ua,Ka,z,wi);break e}Ui&&Ui(g,Yn,dn),g==="focusout"&&(Ui=Yn._wrapperState)&&Ui.controlled&&Yn.type==="number"&&Ke(Yn,"number",Yn.value)}switch(Ui=dn?xo(dn):window,g){case"focusin":(qt(Ui)||Ui.contentEditable==="true")&&(Mi=Ui,Co=dn,oo=null);break;case"focusout":oo=Co=Mi=null;break;case"mousedown":Ms=!0;break;case"contextmenu":case"mouseup":case"dragend":Ms=!1,Ba(Ua,z,wi);break;case"selectionchange":if(Ns)break;case"keydown":case"keyup":Ba(Ua,z,wi)}var za;if(Fo)e:{switch(g){case"compositionstart":var vs="onCompositionStart";break e;case"compositionend":vs="onCompositionEnd";break e;case"compositionupdate":vs="onCompositionUpdate";break e}vs=void 0}else ru?Ou(g,z)&&(vs="onCompositionEnd"):g==="keydown"&&z.keyCode===229&&(vs="onCompositionStart");vs&&(Bu&&z.locale!=="ko"&&(ru||vs!=="onCompositionStart"?vs==="onCompositionEnd"&&ru&&(za=Xs()):(qn=wi,Es="value"in qn?qn.value:qn.textContent,ru=!0)),Ui=on(dn,vs),0<Ui.length&&(vs=new Zo(vs,g,null,z,wi),Ua.push({event:vs,listeners:Ui}),za?vs.data=za:(za=Qo(z),za!==null&&(vs.data=za)))),(za=gu?Os(g,z):Ho(g,z))&&(dn=on(dn,"onBeforeInput"),0<dn.length&&(wi=new Zo("onBeforeInput","beforeinput",null,z,wi),Ua.push({event:wi,listeners:dn}),wi.data=za))}Qe(Ua,C)})}function _n(g,C,z){return{instance:g,listener:C,currentTarget:z}}function on(g,C){for(var z=C+"Capture",_e=[];g!==null;){var Re=g,at=Re.stateNode;Re.tag===5&&at!==null&&(Re=at,at=vr(g,z),at!=null&&_e.unshift(_n(g,at,Re)),at=vr(g,C),at!=null&&_e.push(_n(g,at,Re))),g=g.return}return _e}function gn(g){if(g===null)return null;do g=g.return;while(g&&g.tag!==5);return g||null}function ni(g,C,z,_e,Re){for(var at=C._reactName,zt=[];z!==null&&z!==_e;){var ar=z,Pr=ar.alternate,dn=ar.stateNode;if(Pr!==null&&Pr===_e)break;ar.tag===5&&dn!==null&&(ar=dn,Re?(Pr=vr(z,at),Pr!=null&&zt.unshift(_n(z,Pr,ar))):Re||(Pr=vr(z,at),Pr!=null&&zt.push(_n(z,Pr,ar)))),z=z.return}zt.length!==0&&g.push({event:C,listeners:zt})}function si(){}var Si=null,Di=null;function Ji(g,C){switch(g){case"button":case"input":case"select":case"textarea":return!!C.autoFocus}return!1}function Hi(g,C){return g==="textarea"||g==="option"||g==="noscript"||typeof C.children=="string"||typeof C.children=="number"||typeof C.dangerouslySetInnerHTML=="object"&&C.dangerouslySetInnerHTML!==null&&C.dangerouslySetInnerHTML.__html!=null}var Ti=typeof setTimeout=="function"?setTimeout:void 0,Ia=typeof clearTimeout=="function"?clearTimeout:void 0;function Pi(g){g.nodeType===1?g.textContent="":g.nodeType===9&&(g=g.body,g!=null&&(g.textContent=""))}function bi(g){for(;g!=null;g=g.nextSibling){var C=g.nodeType;if(C===1||C===3)break}return g}function xa(g){g=g.previousSibling;for(var C=0;g;){if(g.nodeType===8){var z=g.data;if(z==="$"||z==="$!"||z==="$?"){if(C===0)return g;C--}else z==="/$"&&C++}g=g.previousSibling}return null}var bo=0;function Gs(g){return{$$typeof:$,toString:g,valueOf:g}}var ea=Math.random().toString(36).slice(2),Qa="__reactFiber$"+ea,fa="__reactProps$"+ea,Ni="__reactContainer$"+ea,ka="__reactEvents$"+ea;function qa(g){var C=g[Qa];if(C)return C;for(var z=g.parentNode;z;){if(C=z[Ni]||z[Qa]){if(z=C.alternate,C.child!==null||z!==null&&z.child!==null)for(g=xa(g);g!==null;){if(z=g[Qa])return z;g=xa(g)}return C}g=z,z=g.parentNode}return null}function hs(g){return g=g[Qa]||g[Ni],!g||g.tag!==5&&g.tag!==6&&g.tag!==13&&g.tag!==3?null:g}function xo(g){if(g.tag===5||g.tag===6)return g.stateNode;throw Error(c(33))}function ps(g){return g[fa]||null}function ko(g){var C=g[ka];return C===void 0&&(C=g[ka]=new Set),C}var os=[],ms=-1;function ks(g){return{current:g}}function pa(g){0>ms||(g.current=os[ms],os[ms]=null,ms--)}function us(g,C){ms++,os[ms]=g.current,g.current=C}var js={},Ra=ks(js),ge=ks(!1),Se=js;function Er(g,C){var z=g.type.contextTypes;if(!z)return js;var _e=g.stateNode;if(_e&&_e.__reactInternalMemoizedUnmaskedChildContext===C)return _e.__reactInternalMemoizedMaskedChildContext;var Re={},at;for(at in z)Re[at]=C[at];return _e&&(g=g.stateNode,g.__reactInternalMemoizedUnmaskedChildContext=C,g.__reactInternalMemoizedMaskedChildContext=Re),Re}function en(g){return g=g.childContextTypes,g!=null}function yr(){pa(ge),pa(Ra)}function Qr(g,C,z){if(Ra.current!==js)throw Error(c(168));us(Ra,C),us(ge,z)}function In(g,C,z){var _e=g.stateNode;if(g=C.childContextTypes,typeof _e.getChildContext!="function")return z;_e=_e.getChildContext();for(var Re in _e)if(!(Re in g))throw Error(c(108,Ft(C)||"Unknown",Re));return i({},z,_e)}function ii(g){return g=(g=g.stateNode)&&g.__reactInternalMemoizedMergedChildContext||js,Se=Ra.current,us(Ra,g),us(ge,ge.current),!0}function $i(g,C,z){var _e=g.stateNode;if(!_e)throw Error(c(169));z?(g=In(g,C,Se),_e.__reactInternalMemoizedMergedChildContext=g,pa(ge),pa(Ra),us(Ra,g)):pa(ge),us(ge,z)}var zn=null,Mn=null,Kn=l.unstable_runWithPriority,ma=l.unstable_scheduleCallback,ta=l.unstable_cancelCallback,No=l.unstable_shouldYield,To=l.unstable_requestPaint,yu=l.unstable_now,Ml=l.unstable_getCurrentPriorityLevel,ul=l.unstable_ImmediatePriority,bu=l.unstable_UserBlockingPriority,mf=l.unstable_NormalPriority,el=l.unstable_LowPriority,Ve=l.unstable_IdlePriority,Z={},Y=To!==void 0?To:function(){},te=null,de=null,Ae=!1,Ye=yu(),Pt=1e4>Ye?yu:function(){return yu()-Ye};function $t(){switch(Ml()){case ul:return 99;case bu:return 98;case mf:return 97;case el:return 96;case Ve:return 95;default:throw Error(c(332))}}function nr(g){switch(g){case 99:return ul;case 98:return bu;case 97:return mf;case 96:return el;case 95:return Ve;default:throw Error(c(332))}}function Dt(g,C){return g=nr(g),Kn(g,C)}function Wr(g,C,z){return g=nr(g),ma(g,C,z)}function an(){if(de!==null){var g=de;de=null,ta(g)}An()}function An(){if(!Ae&&te!==null){Ae=!0;var g=0;try{var C=te;Dt(99,function(){for(;g<C.length;g++){var z=C[g];do z=z(!0);while(z!==null)}}),te=null}catch(z){throw te!==null&&(te=te.slice(g+1)),ma(ul,an),z}finally{Ae=!1}}}var Vn=N.ReactCurrentBatchConfig;function Jn(g,C){if(g&&g.defaultProps){C=i({},C),g=g.defaultProps;for(var z in g)C[z]===void 0&&(C[z]=g[z]);return C}return C}var ki=ks(null),Aa=null,va=null,wa=null;function ns(){wa=va=Aa=null}function ys(g){var C=ki.current;pa(ki),g.type._context._currentValue=C}function Us(g,C){for(;g!==null;){var z=g.alternate;if((g.childLanes&C)===C){if(z===null||(z.childLanes&C)===C)break;z.childLanes|=C}else g.childLanes|=C,z!==null&&(z.childLanes|=C);g=g.return}}function ls(g,C){Aa=g,wa=va=null,g=g.dependencies,g!==null&&g.firstContext!==null&&(g.lanes&C&&(Uu=!0),g.firstContext=null)}function la(g,C){if(wa!==g&&C!==!1&&C!==0)if((typeof C!="number"||C===1073741823)&&(wa=g,C=1073741823),C={context:g,observedBits:C,next:null},va===null){if(Aa===null)throw Error(c(308));va=C,Aa.dependencies={lanes:0,firstContext:C,responders:null}}else va=va.next=C;return g._currentValue}var io=!1;function Qs(g){g.updateQueue={baseState:g.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null},effects:null}}function xi(g,C){g=g.updateQueue,C.updateQueue===g&&(C.updateQueue={baseState:g.baseState,firstBaseUpdate:g.firstBaseUpdate,lastBaseUpdate:g.lastBaseUpdate,shared:g.shared,effects:g.effects})}function Ro(g,C){return{eventTime:g,lane:C,tag:0,payload:null,callback:null,next:null}}function Po(g,C){if(g=g.updateQueue,g!==null){g=g.shared;var z=g.pending;z===null?C.next=C:(C.next=z.next,z.next=C),g.pending=C}}function xu(g,C){var z=g.updateQueue,_e=g.alternate;if(_e!==null&&(_e=_e.updateQueue,z===_e)){var Re=null,at=null;if(z=z.firstBaseUpdate,z!==null){do{var zt={eventTime:z.eventTime,lane:z.lane,tag:z.tag,payload:z.payload,callback:z.callback,next:null};at===null?Re=at=zt:at=at.next=zt,z=z.next}while(z!==null);at===null?Re=at=C:at=at.next=C}else Re=at=C;z={baseState:_e.baseState,firstBaseUpdate:Re,lastBaseUpdate:at,shared:_e.shared,effects:_e.effects},g.updateQueue=z;return}g=z.lastBaseUpdate,g===null?z.firstBaseUpdate=C:g.next=C,z.lastBaseUpdate=C}function eo(g,C,z,_e){var Re=g.updateQueue;io=!1;var at=Re.firstBaseUpdate,zt=Re.lastBaseUpdate,ar=Re.shared.pending;if(ar!==null){Re.shared.pending=null;var Pr=ar,dn=Pr.next;Pr.next=null,zt===null?at=dn:zt.next=dn,zt=Pr;var wi=g.alternate;if(wi!==null){wi=wi.updateQueue;var Ua=wi.lastBaseUpdate;Ua!==zt&&(Ua===null?wi.firstBaseUpdate=dn:Ua.next=dn,wi.lastBaseUpdate=Pr)}}if(at!==null){Ua=Re.baseState,zt=0,wi=dn=Pr=null;do{ar=at.lane;var Yn=at.eventTime;if((_e&ar)===ar){wi!==null&&(wi=wi.next={eventTime:Yn,lane:0,tag:at.tag,payload:at.payload,callback:at.callback,next:null});e:{var sa=g,ja=at;switch(ar=C,Yn=z,ja.tag){case 1:if(sa=ja.payload,typeof sa=="function"){Ua=sa.call(Yn,Ua,ar);break e}Ua=sa;break e;case 3:sa.flags=sa.flags&-4097|64;case 0:if(sa=ja.payload,ar=typeof sa=="function"?sa.call(Yn,Ua,ar):sa,ar==null)break e;Ua=i({},Ua,ar);break e;case 2:io=!0}}at.callback!==null&&(g.flags|=32,ar=Re.effects,ar===null?Re.effects=[at]:ar.push(at))}else Yn={eventTime:Yn,lane:ar,tag:at.tag,payload:at.payload,callback:at.callback,next:null},wi===null?(dn=wi=Yn,Pr=Ua):wi=wi.next=Yn,zt|=ar;if(at=at.next,at===null){if(ar=Re.shared.pending,ar===null)break;at=ar.next,ar.next=null,Re.lastBaseUpdate=ar,Re.shared.pending=null}}while(!0);wi===null&&(Pr=Ua),Re.baseState=Pr,Re.firstBaseUpdate=dn,Re.lastBaseUpdate=wi,Ks|=zt,g.lanes=zt,g.memoizedState=Ua}}function to(g,C,z){if(g=C.effects,C.effects=null,g!==null)for(C=0;C<g.length;C++){var _e=g[C],Re=_e.callback;if(Re!==null){if(_e.callback=null,_e=z,typeof Re!="function")throw Error(c(191,Re));Re.call(_e)}}}var ao=new r.Component().refs;function Fl(g,C,z,_e){C=g.memoizedState,z=z(_e,C),z=z==null?C:i({},C,z),g.memoizedState=z,g.lanes===0&&(g.updateQueue.baseState=z)}var gl={isMounted:function(g){return(g=g._reactInternals)?Jr(g)===g:!1},enqueueSetState:function(g,C,z){g=g._reactInternals;var _e=vu(),Re=xl(g),at=Ro(_e,Re);at.payload=C,z!=null&&(at.callback=z),Po(g,at),ql(g,Re,_e)},enqueueReplaceState:function(g,C,z){g=g._reactInternals;var _e=vu(),Re=xl(g),at=Ro(_e,Re);at.tag=1,at.payload=C,z!=null&&(at.callback=z),Po(g,at),ql(g,Re,_e)},enqueueForceUpdate:function(g,C){g=g._reactInternals;var z=vu(),_e=xl(g),Re=Ro(z,_e);Re.tag=2,C!=null&&(Re.callback=C),Po(g,Re),ql(g,_e,z)}};function tl(g,C,z,_e,Re,at,zt){return g=g.stateNode,typeof g.shouldComponentUpdate=="function"?g.shouldComponentUpdate(_e,at,zt):C.prototype&&C.prototype.isPureReactComponent?!qi(z,_e)||!qi(Re,at):!0}function wu(g,C,z){var _e=!1,Re=js,at=C.contextType;return typeof at=="object"&&at!==null?at=la(at):(Re=en(C)?Se:Ra.current,_e=C.contextTypes,at=(_e=_e!=null)?Er(g,Re):js),C=new C(z,at),g.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,C.updater=gl,g.stateNode=C,C._reactInternals=g,_e&&(g=g.stateNode,g.__reactInternalMemoizedUnmaskedChildContext=Re,g.__reactInternalMemoizedMaskedChildContext=at),C}function lo(g,C,z,_e){g=C.state,typeof C.componentWillReceiveProps=="function"&&C.componentWillReceiveProps(z,_e),typeof C.UNSAFE_componentWillReceiveProps=="function"&&C.UNSAFE_componentWillReceiveProps(z,_e),C.state!==g&&gl.enqueueReplaceState(C,C.state,null)}function ll(g,C,z,_e){var Re=g.stateNode;Re.props=z,Re.state=g.memoizedState,Re.refs=ao,Qs(g);var at=C.contextType;typeof at=="object"&&at!==null?Re.context=la(at):(at=en(C)?Se:Ra.current,Re.context=Er(g,at)),eo(g,z,Re,_e),Re.state=g.memoizedState,at=C.getDerivedStateFromProps,typeof at=="function"&&(Fl(g,C,at,z),Re.state=g.memoizedState),typeof C.getDerivedStateFromProps=="function"||typeof Re.getSnapshotBeforeUpdate=="function"||typeof Re.UNSAFE_componentWillMount!="function"&&typeof Re.componentWillMount!="function"||(C=Re.state,typeof Re.componentWillMount=="function"&&Re.componentWillMount(),typeof Re.UNSAFE_componentWillMount=="function"&&Re.UNSAFE_componentWillMount(),C!==Re.state&&gl.enqueueReplaceState(Re,Re.state,null),eo(g,z,Re,_e),Re.state=g.memoizedState),typeof Re.componentDidMount=="function"&&(g.flags|=4)}var Zu=Array.isArray;function jo(g,C,z){if(g=z.ref,g!==null&&typeof g!="function"&&typeof g!="object"){if(z._owner){if(z=z._owner,z){if(z.tag!==1)throw Error(c(309));var _e=z.stateNode}if(!_e)throw Error(c(147,g));var Re=""+g;return C!==null&&C.ref!==null&&typeof C.ref=="function"&&C.ref._stringRef===Re?C.ref:(C=function(at){var zt=_e.refs;zt===ao&&(zt=_e.refs={}),at===null?delete zt[Re]:zt[Re]=at},C._stringRef=Re,C)}if(typeof g!="string")throw Error(c(284));if(!z._owner)throw Error(c(290,g))}return g}function El(g,C){if(g.type!=="textarea")throw Error(c(31,Object.prototype.toString.call(C)==="[object Object]"?"object with keys {"+Object.keys(C).join(", ")+"}":C))}function Bl(g){function C(qr,jr){if(g){var Xr=qr.lastEffect;Xr!==null?(Xr.nextEffect=jr,qr.lastEffect=jr):qr.firstEffect=qr.lastEffect=jr,jr.nextEffect=null,jr.flags=8}}function z(qr,jr){if(!g)return null;for(;jr!==null;)C(qr,jr),jr=jr.sibling;return null}function _e(qr,jr){for(qr=new Map;jr!==null;)jr.key!==null?qr.set(jr.key,jr):qr.set(jr.index,jr),jr=jr.sibling;return qr}function Re(qr,jr){return qr=_l(qr,jr),qr.index=0,qr.sibling=null,qr}function at(qr,jr,Xr){return qr.index=Xr,g?(Xr=qr.alternate,Xr!==null?(Xr=Xr.index,Xr<jr?(qr.flags=2,jr):Xr):(qr.flags=2,jr)):jr}function zt(qr){return g&&qr.alternate===null&&(qr.flags=2),qr}function ar(qr,jr,Xr,Dn){return jr===null||jr.tag!==6?(jr=Ff(Xr,qr.mode,Dn),jr.return=qr,jr):(jr=Re(jr,Xr),jr.return=qr,jr)}function Pr(qr,jr,Xr,Dn){return jr!==null&&jr.elementType===Xr.type?(Dn=Re(jr,Xr.props),Dn.ref=jo(qr,jr,Xr),Dn.return=qr,Dn):(Dn=jc(Xr.type,Xr.key,Xr.props,null,qr.mode,Dn),Dn.ref=jo(qr,jr,Xr),Dn.return=qr,Dn)}function dn(qr,jr,Xr,Dn){return jr===null||jr.tag!==4||jr.stateNode.containerInfo!==Xr.containerInfo||jr.stateNode.implementation!==Xr.implementation?(jr=lf(Xr,qr.mode,Dn),jr.return=qr,jr):(jr=Re(jr,Xr.children||[]),jr.return=qr,jr)}function wi(qr,jr,Xr,Dn,$n){return jr===null||jr.tag!==7?(jr=fu(Xr,qr.mode,Dn,$n),jr.return=qr,jr):(jr=Re(jr,Xr),jr.return=qr,jr)}function Ua(qr,jr,Xr){if(typeof jr=="string"||typeof jr=="number")return jr=Ff(""+jr,qr.mode,Xr),jr.return=qr,jr;if(typeof jr=="object"&&jr!==null){switch(jr.$$typeof){case G:return Xr=jc(jr.type,jr.key,jr.props,null,qr.mode,Xr),Xr.ref=jo(qr,null,jr),Xr.return=qr,Xr;case H:return jr=lf(jr,qr.mode,Xr),jr.return=qr,jr}if(Zu(jr)||Ge(jr))return jr=fu(jr,qr.mode,Xr,null),jr.return=qr,jr;El(qr,jr)}return null}function Yn(qr,jr,Xr,Dn){var $n=jr!==null?jr.key:null;if(typeof Xr=="string"||typeof Xr=="number")return $n!==null?null:ar(qr,jr,""+Xr,Dn);if(typeof Xr=="object"&&Xr!==null){switch(Xr.$$typeof){case G:return Xr.key===$n?Xr.type===W?wi(qr,jr,Xr.props.children,Dn,$n):Pr(qr,jr,Xr,Dn):null;case H:return Xr.key===$n?dn(qr,jr,Xr,Dn):null}if(Zu(Xr)||Ge(Xr))return $n!==null?null:wi(qr,jr,Xr,Dn,null);El(qr,Xr)}return null}function sa(qr,jr,Xr,Dn,$n){if(typeof Dn=="string"||typeof Dn=="number")return qr=qr.get(Xr)||null,ar(jr,qr,""+Dn,$n);if(typeof Dn=="object"&&Dn!==null){switch(Dn.$$typeof){case G:return qr=qr.get(Dn.key===null?Xr:Dn.key)||null,Dn.type===W?wi(jr,qr,Dn.props.children,$n,Dn.key):Pr(jr,qr,Dn,$n);case H:return qr=qr.get(Dn.key===null?Xr:Dn.key)||null,dn(jr,qr,Dn,$n)}if(Zu(Dn)||Ge(Dn))return qr=qr.get(Xr)||null,wi(jr,qr,Dn,$n,null);El(jr,Dn)}return null}function ja(qr,jr,Xr,Dn){for(var $n=null,Ka=null,Ui=jr,za=jr=0,vs=null;Ui!==null&&za<Xr.length;za++){Ui.index>za?(vs=Ui,Ui=null):vs=Ui.sibling;var La=Yn(qr,Ui,Xr[za],Dn);if(La===null){Ui===null&&(Ui=vs);break}g&&Ui&&La.alternate===null&&C(qr,Ui),jr=at(La,jr,za),Ka===null?$n=La:Ka.sibling=La,Ka=La,Ui=vs}if(za===Xr.length)return z(qr,Ui),$n;if(Ui===null){for(;za<Xr.length;za++)Ui=Ua(qr,Xr[za],Dn),Ui!==null&&(jr=at(Ui,jr,za),Ka===null?$n=Ui:Ka.sibling=Ui,Ka=Ui);return $n}for(Ui=_e(qr,Ui);za<Xr.length;za++)vs=sa(Ui,qr,za,Xr[za],Dn),vs!==null&&(g&&vs.alternate!==null&&Ui.delete(vs.key===null?za:vs.key),jr=at(vs,jr,za),Ka===null?$n=vs:Ka.sibling=vs,Ka=vs);return g&&Ui.forEach(function(k){return C(qr,k)}),$n}function Da(qr,jr,Xr,Dn){var $n=Ge(Xr);if(typeof $n!="function")throw Error(c(150));if(Xr=$n.call(Xr),Xr==null)throw Error(c(151));for(var Ka=$n=null,Ui=jr,za=jr=0,vs=null,La=Xr.next();Ui!==null&&!La.done;za++,La=Xr.next()){Ui.index>za?(vs=Ui,Ui=null):vs=Ui.sibling;var k=Yn(qr,Ui,La.value,Dn);if(k===null){Ui===null&&(Ui=vs);break}g&&Ui&&k.alternate===null&&C(qr,Ui),jr=at(k,jr,za),Ka===null?$n=k:Ka.sibling=k,Ka=k,Ui=vs}if(La.done)return z(qr,Ui),$n;if(Ui===null){for(;!La.done;za++,La=Xr.next())La=Ua(qr,La.value,Dn),La!==null&&(jr=at(La,jr,za),Ka===null?$n=La:Ka.sibling=La,Ka=La);return $n}for(Ui=_e(qr,Ui);!La.done;za++,La=Xr.next())La=sa(Ui,qr,za,La.value,Dn),La!==null&&(g&&La.alternate!==null&&Ui.delete(La.key===null?za:La.key),jr=at(La,jr,za),Ka===null?$n=La:Ka.sibling=La,Ka=La);return g&&Ui.forEach(function(t){return C(qr,t)}),$n}return function(qr,jr,Xr,Dn){var $n=typeof Xr=="object"&&Xr!==null&&Xr.type===W&&Xr.key===null;$n&&(Xr=Xr.props.children);var Ka=typeof Xr=="object"&&Xr!==null;if(Ka)switch(Xr.$$typeof){case G:e:{for(Ka=Xr.key,$n=jr;$n!==null;){if($n.key===Ka){switch($n.tag){case 7:if(Xr.type===W){z(qr,$n.sibling),jr=Re($n,Xr.props.children),jr.return=qr,qr=jr;break e}break;default:if($n.elementType===Xr.type){z(qr,$n.sibling),jr=Re($n,Xr.props),jr.ref=jo(qr,$n,Xr),jr.return=qr,qr=jr;break e}}z(qr,$n);break}else C(qr,$n);$n=$n.sibling}Xr.type===W?(jr=fu(Xr.props.children,qr.mode,Dn,Xr.key),jr.return=qr,qr=jr):(Dn=jc(Xr.type,Xr.key,Xr.props,null,qr.mode,Dn),Dn.ref=jo(qr,jr,Xr),Dn.return=qr,qr=Dn)}return zt(qr);case H:e:{for($n=Xr.key;jr!==null;){if(jr.key===$n)if(jr.tag===4&&jr.stateNode.containerInfo===Xr.containerInfo&&jr.stateNode.implementation===Xr.implementation){z(qr,jr.sibling),jr=Re(jr,Xr.children||[]),jr.return=qr,qr=jr;break e}else{z(qr,jr);break}else C(qr,jr);jr=jr.sibling}jr=lf(Xr,qr.mode,Dn),jr.return=qr,qr=jr}return zt(qr)}if(typeof Xr=="string"||typeof Xr=="number")return Xr=""+Xr,jr!==null&&jr.tag===6?(z(qr,jr.sibling),jr=Re(jr,Xr),jr.return=qr,qr=jr):(z(qr,jr),jr=Ff(Xr,qr.mode,Dn),jr.return=qr,qr=jr),zt(qr);if(Zu(Xr))return ja(qr,jr,Xr,Dn);if(Ge(Xr))return Da(qr,jr,Xr,Dn);if(Ka&&El(qr,Xr),typeof Xr=="undefined"&&!$n)switch(qr.tag){case 1:case 22:case 0:case 11:case 15:throw Error(c(152,Ft(qr.type)||"Component"))}return z(qr,jr)}}var nu=Bl(!0),Nl=Bl(!1),ro={},iu=ks(ro),cl=ks(ro),oc=ks(ro);function Wu(g){if(g===ro)throw Error(c(174));return g}function Sc(g,C){switch(us(oc,C),us(cl,g),us(iu,ro),g=C.nodeType,g){case 9:case 11:C=(C=C.documentElement)?C.namespaceURI:Lt(null,"");break;default:g=g===8?C.parentNode:C,C=g.namespaceURI||null,g=g.tagName,C=Lt(C,g)}pa(iu),us(iu,C)}function uc(){pa(iu),pa(cl),pa(oc)}function li(g){Wu(oc.current);var C=Wu(iu.current),z=Lt(C,g.type);C!==z&&(us(cl,g),us(iu,z))}function Ac(g){cl.current===g&&(pa(iu),pa(cl))}var Io=ks(0);function lc(g){for(var C=g;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===g)break;for(;C.sibling===null;){if(C.return===null||C.return===g)return null;C=C.return}C.sibling.return=C.return,C=C.sibling}return null}var Eu=null,Sl=null,wo=!1;function vf(g,C){var z=Go(5,null,null,0);z.elementType="DELETED",z.type="DELETED",z.stateNode=C,z.return=g,z.flags=8,g.lastEffect!==null?(g.lastEffect.nextEffect=z,g.lastEffect=z):g.firstEffect=g.lastEffect=z}function $c(g,C){switch(g.tag){case 5:var z=g.type;return C=C.nodeType!==1||z.toLowerCase()!==C.nodeName.toLowerCase()?null:C,C!==null?(g.stateNode=C,!0):!1;case 6:return C=g.pendingProps===""||C.nodeType!==3?null:C,C!==null?(g.stateNode=C,!0):!1;case 13:return!1;default:return!1}}function zs(g){if(wo){var C=Sl;if(C){var z=C;if(!$c(g,C)){if(C=bi(z.nextSibling),!C||!$c(g,C)){g.flags=g.flags&-1025|2,wo=!1,Eu=g;return}vf(Eu,z)}Eu=g,Sl=bi(C.firstChild)}else g.flags=g.flags&-1025|2,wo=!1,Eu=g}}function _f(g){for(g=g.return;g!==null&&g.tag!==5&&g.tag!==3&&g.tag!==13;)g=g.return;Eu=g}function gf(g){if(g!==Eu)return!1;if(!wo)return _f(g),wo=!0,!1;var C=g.type;if(g.tag!==5||C!=="head"&&C!=="body"&&!Hi(C,g.memoizedProps))for(C=Sl;C;)vf(g,C),C=bi(C.nextSibling);if(_f(g),g.tag===13){if(g=g.memoizedState,g=g!==null?g.dehydrated:null,!g)throw Error(c(317));e:{for(g=g.nextSibling,C=0;g;){if(g.nodeType===8){var z=g.data;if(z==="/$"){if(C===0){Sl=bi(g.nextSibling);break e}C--}else z!=="$"&&z!=="$!"&&z!=="$?"||C++}g=g.nextSibling}Sl=null}}else Sl=Eu?bi(g.stateNode.nextSibling):null;return!0}function Zc(){Sl=Eu=null,wo=!1}var au=[];function Cc(){for(var g=0;g<au.length;g++)au[g]._workInProgressVersionPrimary=null;au.length=0}var Al=N.ReactCurrentDispatcher,ju=N.ReactCurrentBatchConfig,jl=0,co=null,qo=null,su=null,Tc=!1,Ul=!1;function Su(){throw Error(c(321))}function Wc(g,C){if(C===null)return!1;for(var z=0;z<C.length&&z<g.length;z++)if(!Gn(g[z],C[z]))return!1;return!0}function Pc(g,C,z,_e,Re,at){if(jl=at,co=C,C.memoizedState=null,C.updateQueue=null,C.lanes=0,Al.current=g===null||g.memoizedState===null?Oo:Yc,g=z(_e,Re),Ul){at=0;do{if(Ul=!1,!(25>at))throw Error(c(301));at+=1,su=qo=null,C.updateQueue=null,Al.current=Xc,g=z(_e,Re)}while(Ul)}if(Al.current=cc,C=qo!==null&&qo.next!==null,jl=0,su=qo=co=null,Tc=!1,C)throw Error(c(300));return g}function Du(){var g={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return su===null?co.memoizedState=su=g:su=su.next=g,su}function zl(){if(qo===null){var g=co.alternate;g=g!==null?g.memoizedState:null}else g=qo.next;var C=su===null?co.memoizedState:su.next;if(C!==null)su=C,qo=g;else{if(g===null)throw Error(c(310));qo=g,g={memoizedState:qo.memoizedState,baseState:qo.baseState,baseQueue:qo.baseQueue,queue:qo.queue,next:null},su===null?co.memoizedState=su=g:su=su.next=g}return su}function Hu(g,C){return typeof C=="function"?C(g):C}function Ic(g){var C=zl(),z=C.queue;if(z===null)throw Error(c(311));z.lastRenderedReducer=g;var _e=qo,Re=_e.baseQueue,at=z.pending;if(at!==null){if(Re!==null){var zt=Re.next;Re.next=at.next,at.next=zt}_e.baseQueue=Re=at,z.pending=null}if(Re!==null){Re=Re.next,_e=_e.baseState;var ar=zt=at=null,Pr=Re;do{var dn=Pr.lane;if((jl&dn)===dn)ar!==null&&(ar=ar.next={lane:0,action:Pr.action,eagerReducer:Pr.eagerReducer,eagerState:Pr.eagerState,next:null}),_e=Pr.eagerReducer===g?Pr.eagerState:g(_e,Pr.action);else{var wi={lane:dn,action:Pr.action,eagerReducer:Pr.eagerReducer,eagerState:Pr.eagerState,next:null};ar===null?(zt=ar=wi,at=_e):ar=ar.next=wi,co.lanes|=dn,Ks|=dn}Pr=Pr.next}while(Pr!==null&&Pr!==Re);ar===null?at=_e:ar.next=zt,Gn(_e,C.memoizedState)||(Uu=!0),C.memoizedState=_e,C.baseState=at,C.baseQueue=ar,z.lastRenderedState=_e}return[C.memoizedState,z.dispatch]}function Cl(g){var C=zl(),z=C.queue;if(z===null)throw Error(c(311));z.lastRenderedReducer=g;var _e=z.dispatch,Re=z.pending,at=C.memoizedState;if(Re!==null){z.pending=null;var zt=Re=Re.next;do at=g(at,zt.action),zt=zt.next;while(zt!==Re);Gn(at,C.memoizedState)||(Uu=!0),C.memoizedState=at,C.baseQueue===null&&(C.baseState=at),z.lastRenderedState=at}return[at,_e]}function Ya(g,C,z){var _e=C._getVersion;_e=_e(C._source);var Re=C._workInProgressVersionPrimary;if(Re!==null?g=Re===_e:(g=g.mutableReadLanes,(g=(jl&g)===g)&&(C._workInProgressVersionPrimary=_e,au.push(C))),g)return z(C._source);throw au.push(C),Error(c(350))}function If(g,C,z,_e){var Re=ln;if(Re===null)throw Error(c(349));var at=C._getVersion,zt=at(C._source),ar=Al.current,Pr=ar.useState(function(){return Ya(Re,C,z)}),dn=Pr[1],wi=Pr[0];Pr=su;var Ua=g.memoizedState,Yn=Ua.refs,sa=Yn.getSnapshot,ja=Ua.source;Ua=Ua.subscribe;var Da=co;return g.memoizedState={refs:Yn,source:C,subscribe:_e},ar.useEffect(function(){Yn.getSnapshot=z,Yn.setSnapshot=dn;var qr=at(C._source);if(!Gn(zt,qr)){qr=z(C._source),Gn(wi,qr)||(dn(qr),qr=xl(Da),Re.mutableReadLanes|=qr&Re.pendingLanes),qr=Re.mutableReadLanes,Re.entangledLanes|=qr;for(var jr=Re.entanglements,Xr=qr;0<Xr;){var Dn=31-vi(Xr),$n=1<<Dn;jr[Dn]|=qr,Xr&=~$n}}},[z,C,_e]),ar.useEffect(function(){return _e(C._source,function(){var qr=Yn.getSnapshot,jr=Yn.setSnapshot;try{jr(qr(C._source));var Xr=xl(Da);Re.mutableReadLanes|=Xr&Re.pendingLanes}catch(Dn){jr(function(){throw Dn})}})},[C,_e]),Gn(sa,z)&&Gn(ja,C)&&Gn(Ua,_e)||(g={pending:null,dispatch:null,lastRenderedReducer:Hu,lastRenderedState:wi},g.dispatch=dn=bf.bind(null,co,g),Pr.queue=g,Pr.baseQueue=null,wi=Ya(Re,C,z),Pr.memoizedState=Pr.baseState=wi),wi}function Hc(g,C,z){var _e=zl();return If(_e,g,C,z)}function Gu(g){var C=Du();return typeof g=="function"&&(g=g()),C.memoizedState=C.baseState=g,g=C.queue={pending:null,dispatch:null,lastRenderedReducer:Hu,lastRenderedState:g},g=g.dispatch=bf.bind(null,co,g),[C.memoizedState,g]}function Gc(g,C,z,_e){return g={tag:g,create:C,destroy:z,deps:_e,next:null},C=co.updateQueue,C===null?(C={lastEffect:null},co.updateQueue=C,C.lastEffect=g.next=g):(z=C.lastEffect,z===null?C.lastEffect=g.next=g:(_e=z.next,z.next=g,g.next=_e,C.lastEffect=g)),g}function Kc(g){var C=Du();return g={current:g},C.memoizedState=g}function $l(){return zl().memoizedState}function Au(g,C,z,_e){var Re=Du();co.flags|=g,Re.memoizedState=Gc(1|C,z,void 0,_e===void 0?null:_e)}function yf(g,C,z,_e){var Re=zl();_e=_e===void 0?null:_e;var at=void 0;if(qo!==null){var zt=qo.memoizedState;if(at=zt.destroy,_e!==null&&Wc(_e,zt.deps)){Gc(C,z,at,_e);return}}co.flags|=g,Re.memoizedState=Gc(1|C,z,at,_e)}function Oc(g,C){return Au(516,4,g,C)}function Zl(g,C){return yf(516,4,g,C)}function Ku(g,C){return yf(4,2,g,C)}function fo(g,C){if(typeof C=="function")return g=g(),C(g),function(){C(null)};if(C!=null)return g=g(),C.current=g,function(){C.current=null}}function Uo(g,C,z){return z=z!=null?z.concat([g]):null,yf(4,2,fo.bind(null,C,g),z)}function ou(){}function Dc(g,C){var z=zl();C=C===void 0?null:C;var _e=z.memoizedState;return _e!==null&&C!==null&&Wc(C,_e[1])?_e[0]:(z.memoizedState=[g,C],g)}function fl(g,C){var z=zl();C=C===void 0?null:C;var _e=z.memoizedState;return _e!==null&&C!==null&&Wc(C,_e[1])?_e[0]:(g=g(),z.memoizedState=[g,C],g)}function Vc(g,C){var z=$t();Dt(98>z?98:z,function(){g(!0)}),Dt(97<z?97:z,function(){var _e=ju.transition;ju.transition=1;try{g(!1),C()}finally{ju.transition=_e}})}function bf(g,C,z){var _e=vu(),Re=xl(g),at={lane:Re,action:z,eagerReducer:null,eagerState:null,next:null},zt=C.pending;if(zt===null?at.next=at:(at.next=zt.next,zt.next=at),C.pending=at,zt=g.alternate,g===co||zt!==null&&zt===co)Ul=Tc=!0;else{if(g.lanes===0&&(zt===null||zt.lanes===0)&&(zt=C.lastRenderedReducer,zt!==null))try{var ar=C.lastRenderedState,Pr=zt(ar,z);if(at.eagerReducer=zt,at.eagerState=Pr,Gn(Pr,ar))return}catch(dn){}finally{}ql(g,Re,_e)}}var cc={readContext:la,useCallback:Su,useContext:Su,useEffect:Su,useImperativeHandle:Su,useLayoutEffect:Su,useMemo:Su,useReducer:Su,useRef:Su,useState:Su,useDebugValue:Su,useDeferredValue:Su,useTransition:Su,useMutableSource:Su,useOpaqueIdentifier:Su,unstable_isNewReconciler:!1},Oo={readContext:la,useCallback:function(g,C){return Du().memoizedState=[g,C===void 0?null:C],g},useContext:la,useEffect:Oc,useImperativeHandle:function(g,C,z){return z=z!=null?z.concat([g]):null,Au(4,2,fo.bind(null,C,g),z)},useLayoutEffect:function(g,C){return Au(4,2,g,C)},useMemo:function(g,C){var z=Du();return C=C===void 0?null:C,g=g(),z.memoizedState=[g,C],g},useReducer:function(g,C,z){var _e=Du();return C=z!==void 0?z(C):C,_e.memoizedState=_e.baseState=C,g=_e.queue={pending:null,dispatch:null,lastRenderedReducer:g,lastRenderedState:C},g=g.dispatch=bf.bind(null,co,g),[_e.memoizedState,g]},useRef:Kc,useState:Gu,useDebugValue:ou,useDeferredValue:function(g){var C=Gu(g),z=C[0],_e=C[1];return Oc(function(){var Re=ju.transition;ju.transition=1;try{_e(g)}finally{ju.transition=Re}},[g]),z},useTransition:function(){var g=Gu(!1),C=g[0];return g=Vc.bind(null,g[1]),Kc(g),[g,C]},useMutableSource:function(g,C,z){var _e=Du();return _e.memoizedState={refs:{getSnapshot:C,setSnapshot:null},source:g,subscribe:z},If(_e,g,C,z)},useOpaqueIdentifier:function(){if(wo){var g=!1,C=Gs(function(){throw g||(g=!0,z("r:"+(bo++).toString(36))),Error(c(355))}),z=Gu(C)[1];return!(co.mode&2)&&(co.flags|=516,Gc(5,function(){z("r:"+(bo++).toString(36))},void 0,null)),C}return C="r:"+(bo++).toString(36),Gu(C),C},unstable_isNewReconciler:!1},Yc={readContext:la,useCallback:Dc,useContext:la,useEffect:Zl,useImperativeHandle:Uo,useLayoutEffect:Ku,useMemo:fl,useReducer:Ic,useRef:$l,useState:function(){return Ic(Hu)},useDebugValue:ou,useDeferredValue:function(g){var C=Ic(Hu),z=C[0],_e=C[1];return Zl(function(){var Re=ju.transition;ju.transition=1;try{_e(g)}finally{ju.transition=Re}},[g]),z},useTransition:function(){var g=Ic(Hu)[0];return[$l().current,g]},useMutableSource:Hc,useOpaqueIdentifier:function(){return Ic(Hu)[0]},unstable_isNewReconciler:!1},Xc={readContext:la,useCallback:Dc,useContext:la,useEffect:Zl,useImperativeHandle:Uo,useLayoutEffect:Ku,useMemo:fl,useReducer:Cl,useRef:$l,useState:function(){return Cl(Hu)},useDebugValue:ou,useDeferredValue:function(g){var C=Cl(Hu),z=C[0],_e=C[1];return Zl(function(){var Re=ju.transition;ju.transition=1;try{_e(g)}finally{ju.transition=Re}},[g]),z},useTransition:function(){var g=Cl(Hu)[0];return[$l().current,g]},useMutableSource:Hc,useOpaqueIdentifier:function(){return Cl(Hu)[0]},unstable_isNewReconciler:!1},rl=N.ReactCurrentOwner,Uu=!1;function ho(g,C,z,_e){C.child=g===null?Nl(C,null,z,_e):nu(C,g.child,z,_e)}function Wl(g,C,z,_e,Re){z=z.render;var at=C.ref;return ls(C,Re),_e=Pc(g,C,z,_e,at,Re),g!==null&&!Uu?(C.updateQueue=g.updateQueue,C.flags&=-517,g.lanes&=~Re,nl(g,C,Re)):(C.flags|=1,ho(g,C,_e,Re),C.child)}function Of(g,C,z,_e,Re,at){if(g===null){var zt=z.type;return typeof zt=="function"&&!Sf(zt)&&zt.defaultProps===void 0&&z.compare===null&&z.defaultProps===void 0?(C.tag=15,C.type=zt,kc(g,C,zt,_e,Re,at)):(g=jc(z.type,null,_e,C,C.mode,at),g.ref=C.ref,g.return=C,C.child=g)}return zt=g.child,!(Re&at)&&(Re=zt.memoizedProps,z=z.compare,z=z!==null?z:qi,z(Re,_e)&&g.ref===C.ref)?nl(g,C,at):(C.flags|=1,g=_l(zt,_e),g.ref=C.ref,g.return=C,C.child=g)}function kc(g,C,z,_e,Re,at){if(g!==null&&qi(g.memoizedProps,_e)&&g.ref===C.ref)if(Uu=!1,(at&Re)!==0)g.flags&16384&&(Uu=!0);else return C.lanes=g.lanes,nl(g,C,at);return Jo(g,C,z,_e,at)}function Qc(g,C,z){var _e=C.pendingProps,Re=_e.children,at=g!==null?g.memoizedState:null;if(_e.mode==="hidden"||_e.mode==="unstable-defer-without-hiding")if(!(C.mode&4))C.memoizedState={baseLanes:0},ra(C,z);else if(z&1073741824)C.memoizedState={baseLanes:0},ra(C,at!==null?at.baseLanes:z);else return g=at!==null?at.baseLanes|z:z,C.lanes=C.childLanes=1073741824,C.memoizedState={baseLanes:g},ra(C,g),null;else at!==null?(_e=at.baseLanes|z,C.memoizedState=null):_e=z,ra(C,_e);return ho(g,C,Re,z),C.child}function dl(g,C){var z=C.ref;(g===null&&z!==null||g!==null&&g.ref!==z)&&(C.flags|=128)}function Jo(g,C,z,_e,Re){var at=en(z)?Se:Ra.current;return at=Er(C,at),ls(C,Re),z=Pc(g,C,z,_e,at,Re),g!==null&&!Uu?(C.updateQueue=g.updateQueue,C.flags&=-517,g.lanes&=~Re,nl(g,C,Re)):(C.flags|=1,ho(g,C,z,Re),C.child)}function Hl(g,C,z,_e,Re){if(en(z)){var at=!0;ii(C)}else at=!1;if(ls(C,Re),C.stateNode===null)g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),wu(C,z,_e),ll(C,z,_e,Re),_e=!0;else if(g===null){var zt=C.stateNode,ar=C.memoizedProps;zt.props=ar;var Pr=zt.context,dn=z.contextType;typeof dn=="object"&&dn!==null?dn=la(dn):(dn=en(z)?Se:Ra.current,dn=Er(C,dn));var wi=z.getDerivedStateFromProps,Ua=typeof wi=="function"||typeof zt.getSnapshotBeforeUpdate=="function";Ua||typeof zt.UNSAFE_componentWillReceiveProps!="function"&&typeof zt.componentWillReceiveProps!="function"||(ar!==_e||Pr!==dn)&&lo(C,zt,_e,dn),io=!1;var Yn=C.memoizedState;zt.state=Yn,eo(C,_e,zt,Re),Pr=C.memoizedState,ar!==_e||Yn!==Pr||ge.current||io?(typeof wi=="function"&&(Fl(C,z,wi,_e),Pr=C.memoizedState),(ar=io||tl(C,z,ar,_e,Yn,Pr,dn))?(Ua||typeof zt.UNSAFE_componentWillMount!="function"&&typeof zt.componentWillMount!="function"||(typeof zt.componentWillMount=="function"&&zt.componentWillMount(),typeof zt.UNSAFE_componentWillMount=="function"&&zt.UNSAFE_componentWillMount()),typeof zt.componentDidMount=="function"&&(C.flags|=4)):(typeof zt.componentDidMount=="function"&&(C.flags|=4),C.memoizedProps=_e,C.memoizedState=Pr),zt.props=_e,zt.state=Pr,zt.context=dn,_e=ar):(typeof zt.componentDidMount=="function"&&(C.flags|=4),_e=!1)}else{zt=C.stateNode,xi(g,C),ar=C.memoizedProps,dn=C.type===C.elementType?ar:Jn(C.type,ar),zt.props=dn,Ua=C.pendingProps,Yn=zt.context,Pr=z.contextType,typeof Pr=="object"&&Pr!==null?Pr=la(Pr):(Pr=en(z)?Se:Ra.current,Pr=Er(C,Pr));var sa=z.getDerivedStateFromProps;(wi=typeof sa=="function"||typeof zt.getSnapshotBeforeUpdate=="function")||typeof zt.UNSAFE_componentWillReceiveProps!="function"&&typeof zt.componentWillReceiveProps!="function"||(ar!==Ua||Yn!==Pr)&&lo(C,zt,_e,Pr),io=!1,Yn=C.memoizedState,zt.state=Yn,eo(C,_e,zt,Re);var ja=C.memoizedState;ar!==Ua||Yn!==ja||ge.current||io?(typeof sa=="function"&&(Fl(C,z,sa,_e),ja=C.memoizedState),(dn=io||tl(C,z,dn,_e,Yn,ja,Pr))?(wi||typeof zt.UNSAFE_componentWillUpdate!="function"&&typeof zt.componentWillUpdate!="function"||(typeof zt.componentWillUpdate=="function"&&zt.componentWillUpdate(_e,ja,Pr),typeof zt.UNSAFE_componentWillUpdate=="function"&&zt.UNSAFE_componentWillUpdate(_e,ja,Pr)),typeof zt.componentDidUpdate=="function"&&(C.flags|=4),typeof zt.getSnapshotBeforeUpdate=="function"&&(C.flags|=256)):(typeof zt.componentDidUpdate!="function"||ar===g.memoizedProps&&Yn===g.memoizedState||(C.flags|=4),typeof zt.getSnapshotBeforeUpdate!="function"||ar===g.memoizedProps&&Yn===g.memoizedState||(C.flags|=256),C.memoizedProps=_e,C.memoizedState=ja),zt.props=_e,zt.state=ja,zt.context=Pr,_e=dn):(typeof zt.componentDidUpdate!="function"||ar===g.memoizedProps&&Yn===g.memoizedState||(C.flags|=4),typeof zt.getSnapshotBeforeUpdate!="function"||ar===g.memoizedProps&&Yn===g.memoizedState||(C.flags|=256),_e=!1)}return $e(g,C,z,_e,at,Re)}function $e(g,C,z,_e,Re,at){dl(g,C);var zt=(C.flags&64)!==0;if(!_e&&!zt)return Re&&$i(C,z,!1),nl(g,C,at);_e=C.stateNode,rl.current=C;var ar=zt&&typeof z.getDerivedStateFromError!="function"?null:_e.render();return C.flags|=1,g!==null&&zt?(C.child=nu(C,g.child,null,at),C.child=nu(C,null,ar,at)):ho(g,C,ar,at),C.memoizedState=_e.state,Re&&$i(C,z,!0),C.child}function Vu(g){var C=g.stateNode;C.pendingContext?Qr(g,C.pendingContext,C.pendingContext!==C.context):C.context&&Qr(g,C.context,!1),Sc(g,C.containerInfo)}var pu={dehydrated:null,retryLane:0};function fc(g,C,z){var _e=C.pendingProps,Re=Io.current,at=!1,zt;return(zt=(C.flags&64)!==0)||(zt=g!==null&&g.memoizedState===null?!1:(Re&2)!==0),zt?(at=!0,C.flags&=-65):g!==null&&g.memoizedState===null||_e.fallback===void 0||_e.unstable_avoidThisFallback===!0||(Re|=1),us(Io,Re&1),g===null?(_e.fallback!==void 0&&zs(C),g=_e.children,Re=_e.fallback,at?(g=uu(C,g,Re,z),C.child.memoizedState={baseLanes:z},C.memoizedState=pu,g):typeof _e.unstable_expectedLoadTime=="number"?(g=uu(C,g,Re,z),C.child.memoizedState={baseLanes:z},C.memoizedState=pu,C.lanes=33554432,g):(z=Mf({mode:"visible",children:g},C.mode,z,null),z.return=C,C.child=z)):g.memoizedState!==null?at?(_e=Rc(g,C,_e.children,_e.fallback,z),at=C.child,Re=g.child.memoizedState,at.memoizedState=Re===null?{baseLanes:z}:{baseLanes:Re.baseLanes|z},at.childLanes=g.childLanes&~z,C.memoizedState=pu,_e):(z=Yu(g,C,_e.children,z),C.memoizedState=null,z):at?(_e=Rc(g,C,_e.children,_e.fallback,z),at=C.child,Re=g.child.memoizedState,at.memoizedState=Re===null?{baseLanes:z}:{baseLanes:Re.baseLanes|z},at.childLanes=g.childLanes&~z,C.memoizedState=pu,_e):(z=Yu(g,C,_e.children,z),C.memoizedState=null,z)}function uu(g,C,z,_e){var Re=g.mode,at=g.child;return C={mode:"hidden",children:C},!(Re&2)&&at!==null?(at.childLanes=0,at.pendingProps=C):at=Mf(C,Re,0,null),z=fu(z,Re,_e,null),at.return=g,z.return=g,at.sibling=z,g.child=at,z}function Yu(g,C,z,_e){var Re=g.child;return g=Re.sibling,z=_l(Re,{mode:"visible",children:z}),!(C.mode&2)&&(z.lanes=_e),z.return=C,z.sibling=null,g!==null&&(g.nextEffect=null,g.flags=8,C.firstEffect=C.lastEffect=g),C.child=z}function Rc(g,C,z,_e,Re){var at=C.mode,zt=g.child;g=zt.sibling;var ar={mode:"hidden",children:z};return!(at&2)&&C.child!==zt?(z=C.child,z.childLanes=0,z.pendingProps=ar,zt=z.lastEffect,zt!==null?(C.firstEffect=z.firstEffect,C.lastEffect=zt,zt.nextEffect=null):C.firstEffect=C.lastEffect=null):z=_l(zt,ar),g!==null?_e=_l(g,_e):(_e=fu(_e,at,Re,null),_e.flags|=2),_e.return=C,z.return=C,z.sibling=_e,C.child=z,_e}function dc(g,C){g.lanes|=C;var z=g.alternate;z!==null&&(z.lanes|=C),Us(g.return,C)}function Tl(g,C,z,_e,Re,at){var zt=g.memoizedState;zt===null?g.memoizedState={isBackwards:C,rendering:null,renderingStartTime:0,last:_e,tail:z,tailMode:Re,lastEffect:at}:(zt.isBackwards=C,zt.rendering=null,zt.renderingStartTime=0,zt.last=_e,zt.tail=z,zt.tailMode=Re,zt.lastEffect=at)}function hl(g,C,z){var _e=C.pendingProps,Re=_e.revealOrder,at=_e.tail;if(ho(g,C,_e.children,z),_e=Io.current,_e&2)_e=_e&1|2,C.flags|=64;else{if(g!==null&&g.flags&64)e:for(g=C.child;g!==null;){if(g.tag===13)g.memoizedState!==null&&dc(g,z);else if(g.tag===19)dc(g,z);else if(g.child!==null){g.child.return=g,g=g.child;continue}if(g===C)break e;for(;g.sibling===null;){if(g.return===null||g.return===C)break e;g=g.return}g.sibling.return=g.return,g=g.sibling}_e&=1}if(us(Io,_e),!(C.mode&2))C.memoizedState=null;else switch(Re){case"forwards":for(z=C.child,Re=null;z!==null;)g=z.alternate,g!==null&&lc(g)===null&&(Re=z),z=z.sibling;z=Re,z===null?(Re=C.child,C.child=null):(Re=z.sibling,z.sibling=null),Tl(C,!1,Re,z,at,C.lastEffect);break;case"backwards":for(z=null,Re=C.child,C.child=null;Re!==null;){if(g=Re.alternate,g!==null&&lc(g)===null){C.child=Re;break}g=Re.sibling,Re.sibling=z,z=Re,Re=g}Tl(C,!0,z,null,at,C.lastEffect);break;case"together":Tl(C,!1,null,null,void 0,C.lastEffect);break;default:C.memoizedState=null}return C.child}function nl(g,C,z){if(g!==null&&(C.dependencies=g.dependencies),Ks|=C.lanes,z&C.childLanes){if(g!==null&&C.child!==g.child)throw Error(c(153));if(C.child!==null){for(g=C.child,z=_l(g,g.pendingProps),C.child=z,z.return=C;g.sibling!==null;)g=g.sibling,z=z.sibling=_l(g,g.pendingProps),z.return=C;z.sibling=null}return C.child}return null}var qc,hc,ku,yl;qc=function(g,C){for(var z=C.child;z!==null;){if(z.tag===5||z.tag===6)g.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}},hc=function(){},ku=function(g,C,z,_e){var Re=g.memoizedProps;if(Re!==_e){g=C.stateNode,Wu(iu.current);var at=null;switch(z){case"input":Re=ht(g,Re),_e=ht(g,_e),at=[];break;case"option":Re=Xe(g,Re),_e=Xe(g,_e),at=[];break;case"select":Re=i({},Re,{value:void 0}),_e=i({},_e,{value:void 0}),at=[];break;case"textarea":Re=bt(g,Re),_e=bt(g,_e),at=[];break;default:typeof Re.onClick!="function"&&typeof _e.onClick=="function"&&(g.onclick=si)}Ce(z,_e);var zt;z=null;for(dn in Re)if(!_e.hasOwnProperty(dn)&&Re.hasOwnProperty(dn)&&Re[dn]!=null)if(dn==="style"){var ar=Re[dn];for(zt in ar)ar.hasOwnProperty(zt)&&(z||(z={}),z[zt]="")}else dn!=="dangerouslySetInnerHTML"&&dn!=="children"&&dn!=="suppressContentEditableWarning"&&dn!=="suppressHydrationWarning"&&dn!=="autoFocus"&&(o.hasOwnProperty(dn)?at||(at=[]):(at=at||[]).push(dn,null));for(dn in _e){var Pr=_e[dn];if(ar=Re!=null?Re[dn]:void 0,_e.hasOwnProperty(dn)&&Pr!==ar&&(Pr!=null||ar!=null))if(dn==="style")if(ar){for(zt in ar)!ar.hasOwnProperty(zt)||Pr&&Pr.hasOwnProperty(zt)||(z||(z={}),z[zt]="");for(zt in Pr)Pr.hasOwnProperty(zt)&&ar[zt]!==Pr[zt]&&(z||(z={}),z[zt]=Pr[zt])}else z||(at||(at=[]),at.push(dn,z)),z=Pr;else dn==="dangerouslySetInnerHTML"?(Pr=Pr?Pr.__html:void 0,ar=ar?ar.__html:void 0,Pr!=null&&ar!==Pr&&(at=at||[]).push(dn,Pr)):dn==="children"?typeof Pr!="string"&&typeof Pr!="number"||(at=at||[]).push(dn,""+Pr):dn!=="suppressContentEditableWarning"&&dn!=="suppressHydrationWarning"&&(o.hasOwnProperty(dn)?(Pr!=null&&dn==="onScroll"&&qe("scroll",g),at||ar===Pr||(at=[])):typeof Pr=="object"&&Pr!==null&&Pr.$$typeof===$?Pr.toString():(at=at||[]).push(dn,Pr))}z&&(at=at||[]).push("style",z);var dn=at;(C.updateQueue=dn)&&(C.flags|=4)}},yl=function(g,C,z,_e){z!==_e&&(C.flags|=4)};function Xu(g,C){if(!wo)switch(g.tailMode){case"hidden":C=g.tail;for(var z=null;C!==null;)C.alternate!==null&&(z=C),C=C.sibling;z===null?g.tail=null:z.sibling=null;break;case"collapsed":z=g.tail;for(var _e=null;z!==null;)z.alternate!==null&&(_e=z),z=z.sibling;_e===null?C||g.tail===null?g.tail=null:g.tail.sibling=null:_e.sibling=null}}function Df(g,C,z){var _e=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 en(C.type)&&yr(),null;case 3:return uc(),pa(ge),pa(Ra),Cc(),_e=C.stateNode,_e.pendingContext&&(_e.context=_e.pendingContext,_e.pendingContext=null),(g===null||g.child===null)&&(gf(C)?C.flags|=4:_e.hydrate||(C.flags|=256)),hc(C),null;case 5:Ac(C);var Re=Wu(oc.current);if(z=C.type,g!==null&&C.stateNode!=null)ku(g,C,z,_e,Re),g.ref!==C.ref&&(C.flags|=128);else{if(!_e){if(C.stateNode===null)throw Error(c(166));return null}if(g=Wu(iu.current),gf(C)){_e=C.stateNode,z=C.type;var at=C.memoizedProps;switch(_e[Qa]=C,_e[fa]=at,z){case"dialog":qe("cancel",_e),qe("close",_e);break;case"iframe":case"object":case"embed":qe("load",_e);break;case"video":case"audio":for(g=0;g<Zn.length;g++)qe(Zn[g],_e);break;case"source":qe("error",_e);break;case"img":case"image":case"link":qe("error",_e),qe("load",_e);break;case"details":qe("toggle",_e);break;case"input":Je(_e,at),qe("invalid",_e);break;case"select":_e._wrapperState={wasMultiple:!!at.multiple},qe("invalid",_e);break;case"textarea":rr(_e,at),qe("invalid",_e)}Ce(z,at),g=null;for(var zt in at)at.hasOwnProperty(zt)&&(Re=at[zt],zt==="children"?typeof Re=="string"?_e.textContent!==Re&&(g=["children",Re]):typeof Re=="number"&&_e.textContent!==""+Re&&(g=["children",""+Re]):o.hasOwnProperty(zt)&&Re!=null&&zt==="onScroll"&&qe("scroll",_e));switch(z){case"input":Bt(_e),Le(_e,at,!0);break;case"textarea":Bt(_e),Me(_e);break;case"select":case"option":break;default:typeof at.onClick=="function"&&(_e.onclick=si)}_e=g,C.updateQueue=_e,_e!==null&&(C.flags|=4)}else{switch(zt=Re.nodeType===9?Re:Re.ownerDocument,g===rt.html&&(g=Yt(z)),g===rt.html?z==="script"?(g=zt.createElement("div"),g.innerHTML="<script><\/script>",g=g.removeChild(g.firstChild)):typeof _e.is=="string"?g=zt.createElement(z,{is:_e.is}):(g=zt.createElement(z),z==="select"&&(zt=g,_e.multiple?zt.multiple=!0:_e.size&&(zt.size=_e.size))):g=zt.createElementNS(g,z),g[Qa]=C,g[fa]=_e,qc(g,C,!1,!1),C.stateNode=g,zt=ft(z,_e),z){case"dialog":qe("cancel",g),qe("close",g),Re=_e;break;case"iframe":case"object":case"embed":qe("load",g),Re=_e;break;case"video":case"audio":for(Re=0;Re<Zn.length;Re++)qe(Zn[Re],g);Re=_e;break;case"source":qe("error",g),Re=_e;break;case"img":case"image":case"link":qe("error",g),qe("load",g),Re=_e;break;case"details":qe("toggle",g),Re=_e;break;case"input":Je(g,_e),Re=ht(g,_e),qe("invalid",g);break;case"option":Re=Xe(g,_e);break;case"select":g._wrapperState={wasMultiple:!!_e.multiple},Re=i({},_e,{value:void 0}),qe("invalid",g);break;case"textarea":rr(g,_e),Re=bt(g,_e),qe("invalid",g);break;default:Re=_e}Ce(z,Re);var ar=Re;for(at in ar)if(ar.hasOwnProperty(at)){var Pr=ar[at];at==="style"?he(g,Pr):at==="dangerouslySetInnerHTML"?(Pr=Pr?Pr.__html:void 0,Pr!=null&&Ht(g,Pr)):at==="children"?typeof Pr=="string"?(z!=="textarea"||Pr!=="")&&ir(g,Pr):typeof Pr=="number"&&ir(g,""+Pr):at!=="suppressContentEditableWarning"&&at!=="suppressHydrationWarning"&&at!=="autoFocus"&&(o.hasOwnProperty(at)?Pr!=null&&at==="onScroll"&&qe("scroll",g):Pr!=null&&B(g,at,Pr,zt))}switch(z){case"input":Bt(g),Le(g,_e,!1);break;case"textarea":Bt(g),Me(g);break;case"option":_e.value!=null&&g.setAttribute("value",""+tr(_e.value));break;case"select":g.multiple=!!_e.multiple,at=_e.value,at!=null?pt(g,!!_e.multiple,at,!1):_e.defaultValue!=null&&pt(g,!!_e.multiple,_e.defaultValue,!0);break;default:typeof Re.onClick=="function"&&(g.onclick=si)}Ji(z,_e)&&(C.flags|=4)}C.ref!==null&&(C.flags|=128)}return null;case 6:if(g&&C.stateNode!=null)yl(g,C,g.memoizedProps,_e);else{if(typeof _e!="string"&&C.stateNode===null)throw Error(c(166));z=Wu(oc.current),Wu(iu.current),gf(C)?(_e=C.stateNode,z=C.memoizedProps,_e[Qa]=C,_e.nodeValue!==z&&(C.flags|=4)):(_e=(z.nodeType===9?z:z.ownerDocument).createTextNode(_e),_e[Qa]=C,C.stateNode=_e)}return null;case 13:return pa(Io),_e=C.memoizedState,C.flags&64?(C.lanes=z,C):(_e=_e!==null,z=!1,g===null?C.memoizedProps.fallback!==void 0&&gf(C):z=g.memoizedState!==null,_e&&!z&&C.mode&2&&(g===null&&C.memoizedProps.unstable_avoidThisFallback!==!0||Io.current&1?Ga===0&&(Ga=3):((Ga===0||Ga===3)&&(Ga=4),ln===null||!(Ks&134217727)&&!($s&134217727)||ec(ln,pn))),(_e||z)&&(C.flags|=4),null);case 4:return uc(),hc(C),g===null&&Vt(C.stateNode.containerInfo),null;case 10:return ys(C),null;case 17:return en(C.type)&&yr(),null;case 19:if(pa(Io),_e=C.memoizedState,_e===null)return null;if(at=(C.flags&64)!==0,zt=_e.rendering,zt===null)if(at)Xu(_e,!1);else{if(Ga!==0||g!==null&&g.flags&64)for(g=C.child;g!==null;){if(zt=lc(g),zt!==null){for(C.flags|=64,Xu(_e,!1),at=zt.updateQueue,at!==null&&(C.updateQueue=at,C.flags|=4),_e.lastEffect===null&&(C.firstEffect=null),C.lastEffect=_e.lastEffect,_e=z,z=C.child;z!==null;)at=z,g=_e,at.flags&=2,at.nextEffect=null,at.firstEffect=null,at.lastEffect=null,zt=at.alternate,zt===null?(at.childLanes=0,at.lanes=g,at.child=null,at.memoizedProps=null,at.memoizedState=null,at.updateQueue=null,at.dependencies=null,at.stateNode=null):(at.childLanes=zt.childLanes,at.lanes=zt.lanes,at.child=zt.child,at.memoizedProps=zt.memoizedProps,at.memoizedState=zt.memoizedState,at.updateQueue=zt.updateQueue,at.type=zt.type,g=zt.dependencies,at.dependencies=g===null?null:{lanes:g.lanes,firstContext:g.firstContext}),z=z.sibling;return us(Io,Io.current&1|2),C.child}g=g.sibling}_e.tail!==null&&Pt()>rf&&(C.flags|=64,at=!0,Xu(_e,!1),C.lanes=33554432)}else{if(!at)if(g=lc(zt),g!==null){if(C.flags|=64,at=!0,z=g.updateQueue,z!==null&&(C.updateQueue=z,C.flags|=4),Xu(_e,!0),_e.tail===null&&_e.tailMode==="hidden"&&!zt.alternate&&!wo)return C=C.lastEffect=_e.lastEffect,C!==null&&(C.nextEffect=null),null}else 2*Pt()-_e.renderingStartTime>rf&&z!==1073741824&&(C.flags|=64,at=!0,Xu(_e,!1),C.lanes=33554432);_e.isBackwards?(zt.sibling=C.child,C.child=zt):(z=_e.last,z!==null?z.sibling=zt:C.child=zt,_e.last=zt)}return _e.tail!==null?(z=_e.tail,_e.rendering=z,_e.tail=z.sibling,_e.lastEffect=C.lastEffect,_e.renderingStartTime=Pt(),z.sibling=null,C=Io.current,us(Io,at?C&1|2:C&1),z):null;case 23:case 24:return Ea(),g!==null&&g.memoizedState!==null!=(C.memoizedState!==null)&&_e.mode!=="unstable-defer-without-hiding"&&(C.flags|=4),null}throw Error(c(156,C.tag))}function xf(g){switch(g.tag){case 1:en(g.type)&&yr();var C=g.flags;return C&4096?(g.flags=C&-4097|64,g):null;case 3:if(uc(),pa(ge),pa(Ra),Cc(),C=g.flags,C&64)throw Error(c(285));return g.flags=C&-4097|64,g;case 5:return Ac(g),null;case 13:return pa(Io),C=g.flags,C&4096?(g.flags=C&-4097|64,g):null;case 19:return pa(Io),null;case 4:return uc(),null;case 10:return ys(g),null;case 23:case 24:return Ea(),null;default:return null}}function lu(g,C){try{var z="",_e=C;do z+=Zt(_e),_e=_e.return;while(_e);var Re=z}catch(at){Re=`
Error generating stack: `+at.message+`
`+at.stack}return{value:g,source:C,stack:Re}}function Pl(g,C){try{console.error(C.value)}catch(z){setTimeout(function(){throw z})}}var Jc=typeof WeakMap=="function"?WeakMap:Map;function Gl(g,C,z){z=Ro(-1,z),z.tag=3,z.payload={element:null};var _e=C.value;return z.callback=function(){Xl||(Xl=!0,Cu=_e),Pl(g,C)},z}function Kl(g,C,z){z=Ro(-1,z),z.tag=3;var _e=g.type.getDerivedStateFromError;if(typeof _e=="function"){var Re=C.value;z.payload=function(){return Pl(g,C),_e(Re)}}var at=g.stateNode;return at!==null&&typeof at.componentDidCatch=="function"&&(z.callback=function(){typeof _e!="function"&&(so===null?so=new Set([this]):so.add(this),Pl(g,C));var zt=C.stack;this.componentDidCatch(C.value,{componentStack:zt!==null?zt:""})}),z}var eu=typeof WeakSet=="function"?WeakSet:Set;function cu(g){var C=g.ref;if(C!==null)if(typeof C=="function")try{C(null)}catch(z){al(g,z)}else C.current=null}function Vl(g,C){switch(C.tag){case 0:case 11:case 15:case 22:return;case 1:if(C.flags&256&&g!==null){var z=g.memoizedProps,_e=g.memoizedState;g=C.stateNode,C=g.getSnapshotBeforeUpdate(C.elementType===C.type?z:Jn(C.type,z),_e),g.__reactInternalSnapshotBeforeUpdate=C}return;case 3:C.flags&256&&Pi(C.stateNode.containerInfo);return;case 5:case 6:case 4:case 17:return}throw Error(c(163))}function mu(g,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){g=C=C.next;do{if((g.tag&3)===3){var _e=g.create;g.destroy=_e()}g=g.next}while(g!==C)}if(C=z.updateQueue,C=C!==null?C.lastEffect:null,C!==null){g=C=C.next;do{var Re=g;_e=Re.next,Re=Re.tag,Re&4&&Re&1&&(Nc(z,g),Ef(z,g)),g=_e}while(g!==C)}return;case 1:g=z.stateNode,z.flags&4&&(C===null?g.componentDidMount():(_e=z.elementType===z.type?C.memoizedProps:Jn(z.type,C.memoizedProps),g.componentDidUpdate(_e,C.memoizedState,g.__reactInternalSnapshotBeforeUpdate))),C=z.updateQueue,C!==null&&to(z,C,g);return;case 3:if(C=z.updateQueue,C!==null){if(g=null,z.child!==null)switch(z.child.tag){case 5:g=z.child.stateNode;break;case 1:g=z.child.stateNode}to(z,C,g)}return;case 5:g=z.stateNode,C===null&&z.flags&4&&Ji(z.type,z.memoizedProps)&&g.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&&ut(z))));return;case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(c(163))}function pc(g,C){for(var z=g;;){if(z.tag===5){var _e=z.stateNode;if(C)_e=_e.style,typeof _e.setProperty=="function"?_e.setProperty("display","none","important"):_e.display="none";else{_e=z.stateNode;var Re=z.memoizedProps.style;Re=Re!=null&&Re.hasOwnProperty("display")?Re.display:null,_e.style.display=ce("display",Re)}}else if(z.tag===6)z.stateNode.nodeValue=C?"":z.memoizedProps;else if((z.tag!==23&&z.tag!==24||z.memoizedState===null||z===g)&&z.child!==null){z.child.return=z,z=z.child;continue}if(z===g)break;for(;z.sibling===null;){if(z.return===null||z.return===g)return;z=z.return}z.sibling.return=z.return,z=z.sibling}}function Il(g,C){if(Mn&&typeof Mn.onCommitFiberUnmount=="function")try{Mn.onCommitFiberUnmount(zn,C)}catch(at){}switch(C.tag){case 0:case 11:case 14:case 15:case 22:if(g=C.updateQueue,g!==null&&(g=g.lastEffect,g!==null)){var z=g=g.next;do{var _e=z,Re=_e.destroy;if(_e=_e.tag,Re!==void 0)if(_e&4)Nc(C,z);else{_e=C;try{Re()}catch(at){al(_e,at)}}z=z.next}while(z!==g)}break;case 1:if(cu(C),g=C.stateNode,typeof g.componentWillUnmount=="function")try{g.props=C.memoizedProps,g.state=C.memoizedState,g.componentWillUnmount()}catch(at){al(C,at)}break;case 5:cu(C);break;case 4:Yl(g,C)}}function ef(g){g.alternate=null,g.child=null,g.dependencies=null,g.firstEffect=null,g.lastEffect=null,g.memoizedProps=null,g.memoizedState=null,g.pendingProps=null,g.return=null,g.updateQueue=null}function bl(g){return g.tag===5||g.tag===3||g.tag===4}function zu(g){e:{for(var C=g.return;C!==null;){if(bl(C))break e;C=C.return}throw Error(c(160))}var z=C;switch(C=z.stateNode,z.tag){case 5:var _e=!1;break;case 3:C=C.containerInfo,_e=!0;break;case 4:C=C.containerInfo,_e=!0;break;default:throw Error(c(161))}z.flags&16&&(ir(C,""),z.flags&=-17);e:t:for(z=g;;){for(;z.sibling===null;){if(z.return===null||bl(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}}_e?mc(g,z,C):vc(g,z,C)}function mc(g,C,z){var _e=g.tag,Re=_e===5||_e===6;if(Re)g=Re?g.stateNode:g.stateNode.instance,C?z.nodeType===8?z.parentNode.insertBefore(g,C):z.insertBefore(g,C):(z.nodeType===8?(C=z.parentNode,C.insertBefore(g,z)):(C=z,C.appendChild(g)),z=z._reactRootContainer,z!=null||C.onclick!==null||(C.onclick=si));else if(_e!==4&&(g=g.child,g!==null))for(mc(g,C,z),g=g.sibling;g!==null;)mc(g,C,z),g=g.sibling}function vc(g,C,z){var _e=g.tag,Re=_e===5||_e===6;if(Re)g=Re?g.stateNode:g.stateNode.instance,C?z.insertBefore(g,C):z.appendChild(g);else if(_e!==4&&(g=g.child,g!==null))for(vc(g,C,z),g=g.sibling;g!==null;)vc(g,C,z),g=g.sibling}function Yl(g,C){for(var z=C,_e=!1,Re,at;;){if(!_e){_e=z.return;e:for(;;){if(_e===null)throw Error(c(160));switch(Re=_e.stateNode,_e.tag){case 5:at=!1;break e;case 3:Re=Re.containerInfo,at=!0;break e;case 4:Re=Re.containerInfo,at=!0;break e}_e=_e.return}_e=!0}if(z.tag===5||z.tag===6){e:for(var zt=g,ar=z,Pr=ar;;)if(Il(zt,Pr),Pr.child!==null&&Pr.tag!==4)Pr.child.return=Pr,Pr=Pr.child;else{if(Pr===ar)break e;for(;Pr.sibling===null;){if(Pr.return===null||Pr.return===ar)break e;Pr=Pr.return}Pr.sibling.return=Pr.return,Pr=Pr.sibling}at?(zt=Re,ar=z.stateNode,zt.nodeType===8?zt.parentNode.removeChild(ar):zt.removeChild(ar)):Re.removeChild(z.stateNode)}else if(z.tag===4){if(z.child!==null){Re=z.stateNode.containerInfo,at=!0,z.child.return=z,z=z.child;continue}}else if(Il(g,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&&(_e=!1)}z.sibling.return=z.return,z=z.sibling}}function Lc(g,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 _e=z=z.next;do(_e.tag&3)===3&&(g=_e.destroy,_e.destroy=void 0,g!==void 0&&g()),_e=_e.next;while(_e!==z)}return;case 1:return;case 5:if(z=C.stateNode,z!=null){_e=C.memoizedProps;var Re=g!==null?g.memoizedProps:_e;g=C.type;var at=C.updateQueue;if(C.updateQueue=null,at!==null){for(z[fa]=_e,g==="input"&&_e.type==="radio"&&_e.name!=null&&je(z,_e),ft(g,Re),C=ft(g,_e),Re=0;Re<at.length;Re+=2){var zt=at[Re],ar=at[Re+1];zt==="style"?he(z,ar):zt==="dangerouslySetInnerHTML"?Ht(z,ar):zt==="children"?ir(z,ar):B(z,zt,ar,C)}switch(g){case"input":be(z,_e);break;case"textarea":Jt(z,_e);break;case"select":g=z._wrapperState.wasMultiple,z._wrapperState.wasMultiple=!!_e.multiple,at=_e.value,at!=null?pt(z,!!_e.multiple,at,!1):g!==!!_e.multiple&&(_e.defaultValue!=null?pt(z,!!_e.multiple,_e.defaultValue,!0):pt(z,!!_e.multiple,_e.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,ut(z.containerInfo));return;case 12:return;case 13:C.memoizedState!==null&&(_c=Pt(),pc(C.child,!0)),wf(C);return;case 19:wf(C);return;case 17:return;case 23:case 24:pc(C,C.memoizedState!==null);return}throw Error(c(163))}function wf(g){var C=g.updateQueue;if(C!==null){g.updateQueue=null;var z=g.stateNode;z===null&&(z=g.stateNode=new eu),C.forEach(function(_e){var Re=qu.bind(null,g,_e);z.has(_e)||(z.add(_e),_e.then(Re,Re))})}}function T(g,C){return g!==null&&(g=g.memoizedState,g===null||g.dehydrated!==null)?(C=C.memoizedState,C!==null&&C.dehydrated===null):!1}var O=Math.ceil,L=N.ReactCurrentDispatcher,ve=N.ReactCurrentOwner,ke=0,ln=null,Cn=null,pn=0,Fi=0,Ha=ks(0),Ga=0,zo=null,Ss=0,Ks=0,$s=0,Mc=0,tf=null,_c=0,rf=1/0;function Ol(){rf=Pt()+500}var Bi=null,Xl=!1,Cu=null,so=null,Eo=!1,bs=null,Dl=90,Ql=[],Fc=[],kl=null,Ru=0,nf=null,af=-1,Rl=0,Bc=0,gc=null,sf=!1;function vu(){return ke&48?Pt():af!==-1?af:af=Pt()}function xl(g){if(g=g.mode,!(g&2))return 1;if(!(g&4))return $t()===99?1:2;if(Rl===0&&(Rl=Ss),Vn.transition!==0){Bc!==0&&(Bc=tf!==null?tf.pendingLanes:0),g=Rl;var C=4186112&~Bc;return C&=-C,C===0&&(g=4186112&~g,C=g&-g,C===0&&(C=8192)),C}return g=$t(),ke&4&&g===98?g=cn(12,Rl):(g=bn(g),g=cn(g,Rl)),g}function ql(g,C,z){if(50<Ru)throw Ru=0,nf=null,Error(c(185));if(g=Jl(g,C),g===null)return null;Li(g,C,z),g===ln&&($s|=C,Ga===4&&ec(g,pn));var _e=$t();C===1?ke&8&&!(ke&48)?Ln(g):(Qu(g,z),ke===0&&(Ol(),an())):(!(ke&4)||_e!==98&&_e!==99||(kl===null?kl=new Set([g]):kl.add(g)),Qu(g,z)),tf=g}function Jl(g,C){g.lanes|=C;var z=g.alternate;for(z!==null&&(z.lanes|=C),z=g,g=g.return;g!==null;)g.childLanes|=C,z=g.alternate,z!==null&&(z.childLanes|=C),z=g,g=g.return;return z.tag===3?z.stateNode:null}function Qu(g,C){for(var z=g.callbackNode,_e=g.suspendedLanes,Re=g.pingedLanes,at=g.expirationTimes,zt=g.pendingLanes;0<zt;){var ar=31-vi(zt),Pr=1<<ar,dn=at[ar];if(dn===-1){if(!(Pr&_e)||Pr&Re){dn=C,Ur(Pr);var wi=Cr;at[ar]=10<=wi?dn+250:6<=wi?dn+5e3:-1}}else dn<=C&&(g.expiredLanes|=Pr);zt&=~Pr}if(_e=fn(g,g===ln?pn:0),C=Cr,_e===0)z!==null&&(z!==Z&&ta(z),g.callbackNode=null,g.callbackPriority=0);else{if(z!==null){if(g.callbackPriority===C)return;z!==Z&&ta(z)}C===15?(z=Ln.bind(null,g),te===null?(te=[z],de=ma(ul,An)):te.push(z),z=Z):C===14?z=Wr(99,Ln.bind(null,g)):(z=wr(C),z=Wr(z,yc.bind(null,g))),g.callbackPriority=C,g.callbackNode=z}}function yc(g){if(af=-1,Bc=Rl=0,ke&48)throw Error(c(327));var C=g.callbackNode;if(tc()&&g.callbackNode!==C)return null;var z=fn(g,g===ln?pn:0);if(z===0)return null;var _e=z,Re=ke;ke|=16;var at=aa();(ln!==g||pn!==_e)&&(Ol(),Oa(g,_e));do try{ml();break}catch(ar){As(g,ar)}while(!0);if(ns(),L.current=at,ke=Re,Cn!==null?_e=0:(ln=null,pn=0,_e=Ga),Ss&$s)Oa(g,0);else if(_e!==0){if(_e===2&&(ke|=64,g.hydrate&&(g.hydrate=!1,Pi(g.containerInfo)),z=nn(g),z!==0&&(_e=Cs(g,z))),_e===1)throw C=zo,Oa(g,0),ec(g,z),Qu(g,Pt()),C;switch(g.finishedWork=g.current.alternate,g.finishedLanes=z,_e){case 0:case 1:throw Error(c(345));case 2:wl(g);break;case 3:if(ec(g,z),(z&62914560)===z&&(_e=_c+500-Pt(),10<_e)){if(fn(g,0)!==0)break;if(Re=g.suspendedLanes,(Re&z)!==z){vu(),g.pingedLanes|=g.suspendedLanes&Re;break}g.timeoutHandle=Ti(wl.bind(null,g),_e);break}wl(g);break;case 4:if(ec(g,z),(z&4186112)===z)break;for(_e=g.eventTimes,Re=-1;0<z;){var zt=31-vi(z);at=1<<zt,zt=_e[zt],zt>Re&&(Re=zt),z&=~at}if(z=Re,z=Pt()-z,z=(120>z?120:480>z?480:1080>z?1080:1920>z?1920:3e3>z?3e3:4320>z?4320:1960*O(z/1960))-z,10<z){g.timeoutHandle=Ti(wl.bind(null,g),z);break}wl(g);break;case 5:wl(g);break;default:throw Error(c(329))}}return Qu(g,Pt()),g.callbackNode===C?yc.bind(null,g):null}function ec(g,C){for(C&=~Mc,C&=~$s,g.suspendedLanes|=C,g.pingedLanes&=~C,g=g.expirationTimes;0<C;){var z=31-vi(C),_e=1<<z;g[z]=-1,C&=~_e}}function Ln(g){if(ke&48)throw Error(c(327));if(tc(),g===ln&&g.expiredLanes&pn){var C=pn,z=Cs(g,C);Ss&$s&&(C=fn(g,C),z=Cs(g,C))}else C=fn(g,0),z=Cs(g,C);if(g.tag!==0&&z===2&&(ke|=64,g.hydrate&&(g.hydrate=!1,Pi(g.containerInfo)),C=nn(g),C!==0&&(z=Cs(g,C))),z===1)throw z=zo,Oa(g,0),ec(g,C),Qu(g,Pt()),z;return g.finishedWork=g.current.alternate,g.finishedLanes=C,wl(g),Qu(g,Pt()),null}function ei(){if(kl!==null){var g=kl;kl=null,g.forEach(function(C){C.expiredLanes|=24&C.pendingLanes,Qu(C,Pt())})}an()}function ji(g,C){var z=ke;ke|=1;try{return g(C)}finally{ke=z,ke===0&&(Ol(),an())}}function Na(g,C){var z=ke;ke&=-2,ke|=8;try{return g(C)}finally{ke=z,ke===0&&(Ol(),an())}}function ra(g,C){us(Ha,Fi),Fi|=C,Ss|=C}function Ea(){Fi=Ha.current,pa(Ha)}function Oa(g,C){g.finishedWork=null,g.finishedLanes=0;var z=g.timeoutHandle;if(z!==-1&&(g.timeoutHandle=-1,Ia(z)),Cn!==null)for(z=Cn.return;z!==null;){var _e=z;switch(_e.tag){case 1:_e=_e.type.childContextTypes,_e!=null&&yr();break;case 3:uc(),pa(ge),pa(Ra),Cc();break;case 5:Ac(_e);break;case 4:uc();break;case 13:pa(Io);break;case 19:pa(Io);break;case 10:ys(_e);break;case 23:case 24:Ea()}z=z.return}ln=g,Cn=_l(g.current,null),pn=Fi=Ss=C,Ga=0,zo=null,Mc=$s=Ks=0}function As(g,C){do{var z=Cn;try{if(ns(),Al.current=cc,Tc){for(var _e=co.memoizedState;_e!==null;){var Re=_e.queue;Re!==null&&(Re.pending=null),_e=_e.next}Tc=!1}if(jl=0,su=qo=co=null,Ul=!1,ve.current=null,z===null||z.return===null){Ga=1,zo=C,Cn=null;break}e:{var at=g,zt=z.return,ar=z,Pr=C;if(C=pn,ar.flags|=2048,ar.firstEffect=ar.lastEffect=null,Pr!==null&&typeof Pr=="object"&&typeof Pr.then=="function"){var dn=Pr;if(!(ar.mode&2)){var wi=ar.alternate;wi?(ar.updateQueue=wi.updateQueue,ar.memoizedState=wi.memoizedState,ar.lanes=wi.lanes):(ar.updateQueue=null,ar.memoizedState=null)}var Ua=(Io.current&1)!==0,Yn=zt;do{var sa;if(sa=Yn.tag===13){var ja=Yn.memoizedState;if(ja!==null)sa=ja.dehydrated!==null;else{var Da=Yn.memoizedProps;sa=Da.fallback===void 0?!1:Da.unstable_avoidThisFallback!==!0?!0:!Ua}}if(sa){var qr=Yn.updateQueue;if(qr===null){var jr=new Set;jr.add(dn),Yn.updateQueue=jr}else qr.add(dn);if(!(Yn.mode&2)){if(Yn.flags|=64,ar.flags|=16384,ar.flags&=-2981,ar.tag===1)if(ar.alternate===null)ar.tag=17;else{var Xr=Ro(-1,1);Xr.tag=2,Po(ar,Xr)}ar.lanes|=1;break e}Pr=void 0,ar=C;var Dn=at.pingCache;if(Dn===null?(Dn=at.pingCache=new Jc,Pr=new Set,Dn.set(dn,Pr)):(Pr=Dn.get(dn),Pr===void 0&&(Pr=new Set,Dn.set(dn,Pr))),!Pr.has(ar)){Pr.add(ar);var $n=Wf.bind(null,at,dn,ar);dn.then($n,$n)}Yn.flags|=4096,Yn.lanes=C;break e}Yn=Yn.return}while(Yn!==null);Pr=Error((Ft(ar.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.`)}Ga!==5&&(Ga=2),Pr=lu(Pr,ar),Yn=zt;do{switch(Yn.tag){case 3:at=Pr,Yn.flags|=4096,C&=-C,Yn.lanes|=C;var Ka=Gl(Yn,at,C);xu(Yn,Ka);break e;case 1:at=Pr;var Ui=Yn.type,za=Yn.stateNode;if(!(Yn.flags&64)&&(typeof Ui.getDerivedStateFromError=="function"||za!==null&&typeof za.componentDidCatch=="function"&&(so===null||!so.has(za)))){Yn.flags|=4096,C&=-C,Yn.lanes|=C;var vs=Kl(Yn,at,C);xu(Yn,vs);break e}}Yn=Yn.return}while(Yn!==null)}vl(z)}catch(La){C=La,Cn===z&&z!==null&&(Cn=z=z.return);continue}break}while(!0)}function aa(){var g=L.current;return L.current=cc,g===null?cc:g}function Cs(g,C){var z=ke;ke|=16;var _e=aa();ln===g&&pn===C||Oa(g,C);do try{pl();break}catch(Re){As(g,Re)}while(!0);if(ns(),ke=z,L.current=_e,Cn!==null)throw Error(c(261));return ln=null,pn=0,Ga}function pl(){for(;Cn!==null;)il(Cn)}function ml(){for(;Cn!==null&&!No();)il(Cn)}function il(g){var C=uf(g.alternate,g,Fi);g.memoizedProps=g.pendingProps,C===null?vl(g):Cn=C,ve.current=null}function vl(g){var C=g;do{var z=C.alternate;if(g=C.return,C.flags&2048){if(z=xf(C),z!==null){z.flags&=2047,Cn=z;return}g!==null&&(g.firstEffect=g.lastEffect=null,g.flags|=2048)}else{if(z=Df(z,C,Fi),z!==null){Cn=z;return}if(z=C,z.tag!==24&&z.tag!==23||z.memoizedState===null||Fi&1073741824||!(z.mode&4)){for(var _e=0,Re=z.child;Re!==null;)_e|=Re.lanes|Re.childLanes,Re=Re.sibling;z.childLanes=_e}g!==null&&!(g.flags&2048)&&(g.firstEffect===null&&(g.firstEffect=C.firstEffect),C.lastEffect!==null&&(g.lastEffect!==null&&(g.lastEffect.nextEffect=C.firstEffect),g.lastEffect=C.lastEffect),1<C.flags&&(g.lastEffect!==null?g.lastEffect.nextEffect=C:g.firstEffect=C,g.lastEffect=C))}if(C=C.sibling,C!==null){Cn=C;return}Cn=C=g}while(C!==null);Ga===0&&(Ga=5)}function wl(g){var C=$t();return Dt(99,Vf.bind(null,g,C)),null}function Vf(g,C){do tc();while(bs!==null);if(ke&48)throw Error(c(327));var z=g.finishedWork;if(z===null)return null;if(g.finishedWork=null,g.finishedLanes=0,z===g.current)throw Error(c(177));g.callbackNode=null;var _e=z.lanes|z.childLanes,Re=_e,at=g.pendingLanes&~Re;g.pendingLanes=Re,g.suspendedLanes=0,g.pingedLanes=0,g.expiredLanes&=Re,g.mutableReadLanes&=Re,g.entangledLanes&=Re,Re=g.entanglements;for(var zt=g.eventTimes,ar=g.expirationTimes;0<at;){var Pr=31-vi(at),dn=1<<Pr;Re[Pr]=0,zt[Pr]=-1,ar[Pr]=-1,at&=~dn}if(kl!==null&&!(_e&24)&&kl.has(g)&&kl.delete(g),g===ln&&(Cn=ln=null,pn=0),1<z.flags?z.lastEffect!==null?(z.lastEffect.nextEffect=z,_e=z.firstEffect):_e=z:_e=z.firstEffect,_e!==null){if(Re=ke,ke|=32,ve.current=null,Si=ba,zt=Sa(),gs(zt)){if("selectionStart"in zt)ar={start:zt.selectionStart,end:zt.selectionEnd};else e:if(ar=(ar=zt.ownerDocument)&&ar.defaultView||window,(dn=ar.getSelection&&ar.getSelection())&&dn.rangeCount!==0){ar=dn.anchorNode,at=dn.anchorOffset,Pr=dn.focusNode,dn=dn.focusOffset;try{ar.nodeType,Pr.nodeType}catch(La){ar=null;break e}var wi=0,Ua=-1,Yn=-1,sa=0,ja=0,Da=zt,qr=null;t:for(;;){for(var jr;Da!==ar||at!==0&&Da.nodeType!==3||(Ua=wi+at),Da!==Pr||dn!==0&&Da.nodeType!==3||(Yn=wi+dn),Da.nodeType===3&&(wi+=Da.nodeValue.length),(jr=Da.firstChild)!==null;)qr=Da,Da=jr;for(;;){if(Da===zt)break t;if(qr===ar&&++sa===at&&(Ua=wi),qr===Pr&&++ja===dn&&(Yn=wi),(jr=Da.nextSibling)!==null)break;Da=qr,qr=Da.parentNode}Da=jr}ar=Ua===-1||Yn===-1?null:{start:Ua,end:Yn}}else ar=null;ar=ar||{start:0,end:0}}else ar=null;Di={focusedElem:zt,selectionRange:ar},ba=!1,gc=null,sf=!1,Bi=_e;do try{kf()}catch(La){if(Bi===null)throw Error(c(330));al(Bi,La),Bi=Bi.nextEffect}while(Bi!==null);gc=null,Bi=_e;do try{for(zt=g;Bi!==null;){var Xr=Bi.flags;if(Xr&16&&ir(Bi.stateNode,""),Xr&128){var Dn=Bi.alternate;if(Dn!==null){var $n=Dn.ref;$n!==null&&(typeof $n=="function"?$n(null):$n.current=null)}}switch(Xr&1038){case 2:zu(Bi),Bi.flags&=-3;break;case 6:zu(Bi),Bi.flags&=-3,Lc(Bi.alternate,Bi);break;case 1024:Bi.flags&=-1025;break;case 1028:Bi.flags&=-1025,Lc(Bi.alternate,Bi);break;case 4:Lc(Bi.alternate,Bi);break;case 8:ar=Bi,Yl(zt,ar);var Ka=ar.alternate;ef(ar),Ka!==null&&ef(Ka)}Bi=Bi.nextEffect}}catch(La){if(Bi===null)throw Error(c(330));al(Bi,La),Bi=Bi.nextEffect}while(Bi!==null);if($n=Di,Dn=Sa(),Xr=$n.focusedElem,zt=$n.selectionRange,Dn!==Xr&&Xr&&Xr.ownerDocument&&Ki(Xr.ownerDocument.documentElement,Xr)){for(zt!==null&&gs(Xr)&&(Dn=zt.start,$n=zt.end,$n===void 0&&($n=Dn),"selectionStart"in Xr?(Xr.selectionStart=Dn,Xr.selectionEnd=Math.min($n,Xr.value.length)):($n=(Dn=Xr.ownerDocument||document)&&Dn.defaultView||window,$n.getSelection&&($n=$n.getSelection(),ar=Xr.textContent.length,Ka=Math.min(zt.start,ar),zt=zt.end===void 0?Ka:Math.min(zt.end,ar),!$n.extend&&Ka>zt&&(ar=zt,zt=Ka,Ka=ar),ar=ia(Xr,Ka),at=ia(Xr,zt),ar&&at&&($n.rangeCount!==1||$n.anchorNode!==ar.node||$n.anchorOffset!==ar.offset||$n.focusNode!==at.node||$n.focusOffset!==at.offset)&&(Dn=Dn.createRange(),Dn.setStart(ar.node,ar.offset),$n.removeAllRanges(),Ka>zt?($n.addRange(Dn),$n.extend(at.node,at.offset)):(Dn.setEnd(at.node,at.offset),$n.addRange(Dn)))))),Dn=[],$n=Xr;$n=$n.parentNode;)$n.nodeType===1&&Dn.push({element:$n,left:$n.scrollLeft,top:$n.scrollTop});for(typeof Xr.focus=="function"&&Xr.focus(),Xr=0;Xr<Dn.length;Xr++)$n=Dn[Xr],$n.element.scrollLeft=$n.left,$n.element.scrollTop=$n.top}ba=!!Si,Di=Si=null,g.current=z,Bi=_e;do try{for(Xr=g;Bi!==null;){var Ui=Bi.flags;if(Ui&36&&mu(Xr,Bi.alternate,Bi),Ui&128){Dn=void 0;var za=Bi.ref;if(za!==null){var vs=Bi.stateNode;switch(Bi.tag){case 5:Dn=vs;break;default:Dn=vs}typeof za=="function"?za(Dn):za.current=Dn}}Bi=Bi.nextEffect}}catch(La){if(Bi===null)throw Error(c(330));al(Bi,La),Bi=Bi.nextEffect}while(Bi!==null);Bi=null,Y(),ke=Re}else g.current=z;if(Eo)Eo=!1,bs=g,Dl=C;else for(Bi=_e;Bi!==null;)C=Bi.nextEffect,Bi.nextEffect=null,Bi.flags&8&&(Ui=Bi,Ui.sibling=null,Ui.stateNode=null),Bi=C;if(_e=g.pendingLanes,_e===0&&(so=null),_e===1?g===nf?Ru++:(Ru=0,nf=g):Ru=0,z=z.stateNode,Mn&&typeof Mn.onCommitFiberRoot=="function")try{Mn.onCommitFiberRoot(zn,z,void 0,(z.current.flags&64)===64)}catch(La){}if(Qu(g,Pt()),Xl)throw Xl=!1,g=Cu,Cu=null,g;return ke&8||an(),null}function kf(){for(;Bi!==null;){var g=Bi.alternate;sf||gc===null||(Bi.flags&8?kn(Bi,gc)&&(sf=!0):Bi.tag===13&&T(g,Bi)&&kn(Bi,gc)&&(sf=!0));var C=Bi.flags;C&256&&Vl(g,Bi),!(C&512)||Eo||(Eo=!0,Wr(97,function(){return tc(),null})),Bi=Bi.nextEffect}}function tc(){if(Dl!==90){var g=97<Dl?97:Dl;return Dl=90,Dt(g,of)}return!1}function Ef(g,C){Ql.push(C,g),Eo||(Eo=!0,Wr(97,function(){return tc(),null}))}function Nc(g,C){Fc.push(C,g),Eo||(Eo=!0,Wr(97,function(){return tc(),null}))}function of(){if(bs===null)return!1;var g=bs;if(bs=null,ke&48)throw Error(c(331));var C=ke;ke|=32;var z=Fc;Fc=[];for(var _e=0;_e<z.length;_e+=2){var Re=z[_e],at=z[_e+1],zt=Re.destroy;if(Re.destroy=void 0,typeof zt=="function")try{zt()}catch(Pr){if(at===null)throw Error(c(330));al(at,Pr)}}for(z=Ql,Ql=[],_e=0;_e<z.length;_e+=2){Re=z[_e],at=z[_e+1];try{var ar=Re.create;Re.destroy=ar()}catch(Pr){if(at===null)throw Error(c(330));al(at,Pr)}}for(ar=g.current.firstEffect;ar!==null;)g=ar.nextEffect,ar.nextEffect=null,ar.flags&8&&(ar.sibling=null,ar.stateNode=null),ar=g;return ke=C,an(),!0}function Rf(g,C,z){C=lu(z,C),C=Gl(g,C,1),Po(g,C),C=vu(),g=Jl(g,1),g!==null&&(Li(g,1,C),Qu(g,C))}function al(g,C){if(g.tag===3)Rf(g,g,C);else for(var z=g.return;z!==null;){if(z.tag===3){Rf(z,g,C);break}else if(z.tag===1){var _e=z.stateNode;if(typeof z.type.getDerivedStateFromError=="function"||typeof _e.componentDidCatch=="function"&&(so===null||!so.has(_e))){g=lu(C,g);var Re=Kl(z,g,1);if(Po(z,Re),Re=vu(),z=Jl(z,1),z!==null)Li(z,1,Re),Qu(z,Re);else if(typeof _e.componentDidCatch=="function"&&(so===null||!so.has(_e)))try{_e.componentDidCatch(C,g)}catch(at){}break}}z=z.return}}function Wf(g,C,z){var _e=g.pingCache;_e!==null&&_e.delete(C),C=vu(),g.pingedLanes|=g.suspendedLanes&z,ln===g&&(pn&z)===z&&(Ga===4||Ga===3&&(pn&62914560)===pn&&500>Pt()-_c?Oa(g,0):Mc|=z),Qu(g,C)}function qu(g,C){var z=g.stateNode;z!==null&&z.delete(C),C=0,C===0&&(C=g.mode,C&2?C&4?(Rl===0&&(Rl=Ss),C=Pn(62914560&~Rl),C===0&&(C=4194304)):C=$t()===99?1:2:C=1),z=vu(),g=Jl(g,C),g!==null&&(Li(g,C,z),Qu(g,z))}var uf;uf=function(g,C,z){var _e=C.lanes;if(g!==null)if(g.memoizedProps!==C.pendingProps||ge.current)Uu=!0;else if(z&_e)Uu=!!(g.flags&16384);else{switch(Uu=!1,C.tag){case 3:Vu(C),Zc();break;case 5:li(C);break;case 1:en(C.type)&&ii(C);break;case 4:Sc(C,C.stateNode.containerInfo);break;case 10:_e=C.memoizedProps.value;var Re=C.type._context;us(ki,Re._currentValue),Re._currentValue=_e;break;case 13:if(C.memoizedState!==null)return z&C.child.childLanes?fc(g,C,z):(us(Io,Io.current&1),C=nl(g,C,z),C!==null?C.sibling:null);us(Io,Io.current&1);break;case 19:if(_e=(z&C.childLanes)!==0,g.flags&64){if(_e)return hl(g,C,z);C.flags|=64}if(Re=C.memoizedState,Re!==null&&(Re.rendering=null,Re.tail=null,Re.lastEffect=null),us(Io,Io.current),_e)break;return null;case 23:case 24:return C.lanes=0,Qc(g,C,z)}return nl(g,C,z)}else Uu=!1;switch(C.lanes=0,C.tag){case 2:if(_e=C.type,g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),g=C.pendingProps,Re=Er(C,Ra.current),ls(C,z),Re=Pc(null,C,_e,g,Re,z),C.flags|=1,typeof Re=="object"&&Re!==null&&typeof Re.render=="function"&&Re.$$typeof===void 0){if(C.tag=1,C.memoizedState=null,C.updateQueue=null,en(_e)){var at=!0;ii(C)}else at=!1;C.memoizedState=Re.state!==null&&Re.state!==void 0?Re.state:null,Qs(C);var zt=_e.getDerivedStateFromProps;typeof zt=="function"&&Fl(C,_e,zt,g),Re.updater=gl,C.stateNode=Re,Re._reactInternals=C,ll(C,_e,g,z),C=$e(null,C,_e,!0,at,z)}else C.tag=0,ho(null,C,Re,z),C=C.child;return C;case 16:Re=C.elementType;e:{switch(g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),g=C.pendingProps,at=Re._init,Re=at(Re._payload),C.type=Re,at=C.tag=Af(Re),g=Jn(Re,g),at){case 0:C=Jo(null,C,Re,g,z);break e;case 1:C=Hl(null,C,Re,g,z);break e;case 11:C=Wl(null,C,Re,g,z);break e;case 14:C=Of(null,C,Re,Jn(Re.type,g),_e,z);break e}throw Error(c(306,Re,""))}return C;case 0:return _e=C.type,Re=C.pendingProps,Re=C.elementType===_e?Re:Jn(_e,Re),Jo(g,C,_e,Re,z);case 1:return _e=C.type,Re=C.pendingProps,Re=C.elementType===_e?Re:Jn(_e,Re),Hl(g,C,_e,Re,z);case 3:if(Vu(C),_e=C.updateQueue,g===null||_e===null)throw Error(c(282));if(_e=C.pendingProps,Re=C.memoizedState,Re=Re!==null?Re.element:null,xi(g,C),eo(C,_e,null,z),_e=C.memoizedState.element,_e===Re)Zc(),C=nl(g,C,z);else{if(Re=C.stateNode,(at=Re.hydrate)&&(Sl=bi(C.stateNode.containerInfo.firstChild),Eu=C,at=wo=!0),at){if(g=Re.mutableSourceEagerHydrationData,g!=null)for(Re=0;Re<g.length;Re+=2)at=g[Re],at._workInProgressVersionPrimary=g[Re+1],au.push(at);for(z=Nl(C,null,_e,z),C.child=z;z;)z.flags=z.flags&-3|1024,z=z.sibling}else ho(g,C,_e,z),Zc();C=C.child}return C;case 5:return li(C),g===null&&zs(C),_e=C.type,Re=C.pendingProps,at=g!==null?g.memoizedProps:null,zt=Re.children,Hi(_e,Re)?zt=null:at!==null&&Hi(_e,at)&&(C.flags|=16),dl(g,C),ho(g,C,zt,z),C.child;case 6:return g===null&&zs(C),null;case 13:return fc(g,C,z);case 4:return Sc(C,C.stateNode.containerInfo),_e=C.pendingProps,g===null?C.child=nu(C,null,_e,z):ho(g,C,_e,z),C.child;case 11:return _e=C.type,Re=C.pendingProps,Re=C.elementType===_e?Re:Jn(_e,Re),Wl(g,C,_e,Re,z);case 7:return ho(g,C,C.pendingProps,z),C.child;case 8:return ho(g,C,C.pendingProps.children,z),C.child;case 12:return ho(g,C,C.pendingProps.children,z),C.child;case 10:e:{_e=C.type._context,Re=C.pendingProps,zt=C.memoizedProps,at=Re.value;var ar=C.type._context;if(us(ki,ar._currentValue),ar._currentValue=at,zt!==null)if(ar=zt.value,at=Gn(ar,at)?0:(typeof _e._calculateChangedBits=="function"?_e._calculateChangedBits(ar,at):1073741823)|0,at===0){if(zt.children===Re.children&&!ge.current){C=nl(g,C,z);break e}}else for(ar=C.child,ar!==null&&(ar.return=C);ar!==null;){var Pr=ar.dependencies;if(Pr!==null){zt=ar.child;for(var dn=Pr.firstContext;dn!==null;){if(dn.context===_e&&dn.observedBits&at){ar.tag===1&&(dn=Ro(-1,z&-z),dn.tag=2,Po(ar,dn)),ar.lanes|=z,dn=ar.alternate,dn!==null&&(dn.lanes|=z),Us(ar.return,z),Pr.lanes|=z;break}dn=dn.next}}else zt=ar.tag===10&&ar.type===C.type?null:ar.child;if(zt!==null)zt.return=ar;else for(zt=ar;zt!==null;){if(zt===C){zt=null;break}if(ar=zt.sibling,ar!==null){ar.return=zt.return,zt=ar;break}zt=zt.return}ar=zt}ho(g,C,Re.children,z),C=C.child}return C;case 9:return Re=C.type,at=C.pendingProps,_e=at.children,ls(C,z),Re=la(Re,at.unstable_observedBits),_e=_e(Re),C.flags|=1,ho(g,C,_e,z),C.child;case 14:return Re=C.type,at=Jn(Re,C.pendingProps),at=Jn(Re.type,at),Of(g,C,Re,at,_e,z);case 15:return kc(g,C,C.type,C.pendingProps,_e,z);case 17:return _e=C.type,Re=C.pendingProps,Re=C.elementType===_e?Re:Jn(_e,Re),g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),C.tag=1,en(_e)?(g=!0,ii(C)):g=!1,ls(C,z),wu(C,_e,Re),ll(C,_e,Re,z),$e(null,C,_e,!0,g,z);case 19:return hl(g,C,z);case 23:return Qc(g,C,z);case 24:return Qc(g,C,z)}throw Error(c(156,C.tag))};function Lf(g,C,z,_e){this.tag=g,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=_e,this.flags=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childLanes=this.lanes=0,this.alternate=null}function Go(g,C,z,_e){return new Lf(g,C,z,_e)}function Sf(g){return g=g.prototype,!(!g||!g.isReactComponent)}function Af(g){if(typeof g=="function")return Sf(g)?1:0;if(g!=null){if(g=g.$$typeof,g===J)return 11;if(g===ee)return 14}return 2}function _l(g,C){var z=g.alternate;return z===null?(z=Go(g.tag,C,g.key,g.mode),z.elementType=g.elementType,z.type=g.type,z.stateNode=g.stateNode,z.alternate=g,g.alternate=z):(z.pendingProps=C,z.type=g.type,z.flags=0,z.nextEffect=null,z.firstEffect=null,z.lastEffect=null),z.childLanes=g.childLanes,z.lanes=g.lanes,z.child=g.child,z.memoizedProps=g.memoizedProps,z.memoizedState=g.memoizedState,z.updateQueue=g.updateQueue,C=g.dependencies,z.dependencies=C===null?null:{lanes:C.lanes,firstContext:C.firstContext},z.sibling=g.sibling,z.index=g.index,z.ref=g.ref,z}function jc(g,C,z,_e,Re,at){var zt=2;if(_e=g,typeof g=="function")Sf(g)&&(zt=1);else if(typeof g=="string")zt=5;else e:switch(g){case W:return fu(z.children,Re,at,C);case j:zt=8,Re|=16;break;case ae:zt=8,Re|=1;break;case ne:return g=Go(12,z,C,Re|8),g.elementType=ne,g.type=ne,g.lanes=at,g;case K:return g=Go(13,z,C,Re),g.type=K,g.elementType=K,g.lanes=at,g;case se:return g=Go(19,z,C,Re),g.elementType=se,g.lanes=at,g;case ie:return Mf(z,Re,at,C);case me:return g=Go(24,z,C,Re),g.elementType=me,g.lanes=at,g;default:if(typeof g=="object"&&g!==null)switch(g.$$typeof){case oe:zt=10;break e;case q:zt=9;break e;case J:zt=11;break e;case ee:zt=14;break e;case Q:zt=16,_e=null;break e;case le:zt=22;break e}throw Error(c(130,g==null?g:typeof g,""))}return C=Go(zt,z,C,Re),C.elementType=g,C.type=_e,C.lanes=at,C}function fu(g,C,z,_e){return g=Go(7,g,_e,C),g.lanes=z,g}function Mf(g,C,z,_e){return g=Go(23,g,_e,C),g.elementType=ie,g.lanes=z,g}function Ff(g,C,z){return g=Go(6,g,null,C),g.lanes=z,g}function lf(g,C,z){return C=Go(4,g.children!==null?g.children:[],g.key,C),C.lanes=z,C.stateNode={containerInfo:g.containerInfo,pendingChildren:null,implementation:g.implementation},C}function cf(g,C,z){this.tag=C,this.containerInfo=g,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=z,this.callbackNode=null,this.callbackPriority=0,this.eventTimes=Pa(0),this.expirationTimes=Pa(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Pa(0),this.mutableSourceEagerHydrationData=null}function Cf(g,C,z){var _e=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:H,key:_e==null?null:""+_e,children:g,containerInfo:C,implementation:z}}function Tf(g,C,z,_e){var Re=C.current,at=vu(),zt=xl(Re);e:if(z){z=z._reactInternals;t:{if(Jr(z)!==z||z.tag!==1)throw Error(c(170));var ar=z;do{switch(ar.tag){case 3:ar=ar.stateNode.context;break t;case 1:if(en(ar.type)){ar=ar.stateNode.__reactInternalMemoizedMergedChildContext;break t}}ar=ar.return}while(ar!==null);throw Error(c(171))}if(z.tag===1){var Pr=z.type;if(en(Pr)){z=In(z,Pr,ar);break e}}z=ar}else z=js;return C.context===null?C.context=z:C.pendingContext=z,C=Ro(at,zt),C.payload={element:g},_e=_e===void 0?null:_e,_e!==null&&(C.callback=_e),Po(Re,C),ql(Re,zt,at),zt}function Yf(g){if(g=g.current,!g.child)return null;switch(g.child.tag){case 5:return g.child.stateNode;default:return g.child.stateNode}}function qf(g,C){if(g=g.memoizedState,g!==null&&g.dehydrated!==null){var z=g.retryLane;g.retryLane=z!==0&&z<C?z:C}}function Bf(g,C){qf(g,C),(g=g.alternate)&&qf(g,C)}function nd(){return null}function Xf(g,C,z){var _e=z!=null&&z.hydrationOptions!=null&&z.hydrationOptions.mutableSources||null;if(z=new cf(g,C,z!=null&&z.hydrate===!0),C=Go(3,null,null,C===2?7:C===1?3:0),z.current=C,C.stateNode=z,Qs(C),g[Ni]=z.current,Vt(g.nodeType===8?g.parentNode:g),_e)for(g=0;g<_e.length;g++){C=_e[g];var Re=C._getVersion;Re=Re(C._source),z.mutableSourceEagerHydrationData==null?z.mutableSourceEagerHydrationData=[C,Re]:z.mutableSourceEagerHydrationData.push(C,Re)}this._internalRoot=z}Xf.prototype.render=function(g){Tf(g,this._internalRoot,null,null)},Xf.prototype.unmount=function(){var g=this._internalRoot,C=g.containerInfo;Tf(null,g,null,function(){C[Ni]=null})};function Pf(g){return!(!g||g.nodeType!==1&&g.nodeType!==9&&g.nodeType!==11&&(g.nodeType!==8||g.nodeValue!==" react-mount-point-unstable "))}function id(g,C){if(C||(C=g?g.nodeType===9?g.documentElement:g.firstChild:null,C=!(!C||C.nodeType!==1||!C.hasAttribute("data-reactroot"))),!C)for(var z;z=g.lastChild;)g.removeChild(z);return new Xf(g,0,C?{hydrate:!0}:void 0)}function Hf(g,C,z,_e,Re){var at=z._reactRootContainer;if(at){var zt=at._internalRoot;if(typeof Re=="function"){var ar=Re;Re=function(){var dn=Yf(zt);ar.call(dn)}}Tf(C,zt,g,Re)}else{if(at=z._reactRootContainer=id(z,_e),zt=at._internalRoot,typeof Re=="function"){var Pr=Re;Re=function(){var dn=Yf(zt);Pr.call(dn)}}Na(function(){Tf(C,zt,g,Re)})}return Yf(zt)}Qn=function(g){if(g.tag===13){var C=vu();ql(g,4,C),Bf(g,4)}},Nn=function(g){if(g.tag===13){var C=vu();ql(g,67108864,C),Bf(g,67108864)}},ti=function(g){if(g.tag===13){var C=vu(),z=xl(g);ql(g,z,C),Bf(g,z)}},Tn=function(g,C){return C()},Tt=function(g,C,z){switch(C){case"input":if(be(g,z),C=z.name,z.type==="radio"&&C!=null){for(z=g;z.parentNode;)z=z.parentNode;for(z=z.querySelectorAll("input[name="+JSON.stringify(""+C)+'][type="radio"]'),C=0;C<z.length;C++){var _e=z[C];if(_e!==g&&_e.form===g.form){var Re=ps(_e);if(!Re)throw Error(c(90));nt(_e),be(_e,Re)}}}break;case"textarea":Jt(g,z);break;case"select":C=z.value,C!=null&&pt(g,!!z.multiple,C,!1)}},Rt=ji,Fe=function(g,C,z,_e,Re){var at=ke;ke|=4;try{return Dt(98,g.bind(null,C,z,_e,Re))}finally{ke=at,ke===0&&(Ol(),an())}},Tr=function(){!(ke&49)&&(ei(),tc())},Ct=function(g,C){var z=ke;ke|=2;try{return g(C)}finally{ke=z,ke===0&&(Ol(),an())}};function Jf(g,C){var z=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Pf(C))throw Error(c(200));return Cf(g,C,null,z)}var ad={Events:[hs,xo,ps,we,gt,tc,{current:!1}]},ff={findFiberByHostInstance:qa,bundleType:0,version:"17.0.2",rendererPackageName:"react-dom"},sd={bundleType:ff.bundleType,version:ff.version,rendererPackageName:ff.rendererPackageName,rendererConfig:ff.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:N.ReactCurrentDispatcher,findHostInstanceByFiber:function(g){return g=Dr(g),g===null?null:g.stateNode},findFiberByHostInstance:ff.findFiberByHostInstance||nd,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var df=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!df.isDisabled&&df.supportsFiber)try{zn=df.inject(sd),Mn=df}catch(g){}}_.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ad,_.createPortal=Jf,_.findDOMNode=function(g){if(g==null)return null;if(g.nodeType===1)return g;var C=g._reactInternals;if(C===void 0)throw typeof g.render=="function"?Error(c(188)):Error(c(268,Object.keys(g)));return g=Dr(C),g=g===null?null:g.stateNode,g},_.flushSync=function(g,C){var z=ke;if(z&48)return g(C);ke|=1;try{if(g)return Dt(99,g.bind(null,C))}finally{ke=z,an()}},_.hydrate=function(g,C,z){if(!Pf(C))throw Error(c(200));return Hf(null,g,C,!0,z)},_.render=function(g,C,z){if(!Pf(C))throw Error(c(200));return Hf(null,g,C,!1,z)},_.unmountComponentAtNode=function(g){if(!Pf(g))throw Error(c(40));return g._reactRootContainer?(Na(function(){Hf(null,null,g,!1,function(){g._reactRootContainer=null,g[Ni]=null})}),!0):!1},_.unstable_batchedUpdates=ji,_.unstable_createPortal=function(g,C){return Jf(g,C,2<arguments.length&&arguments[2]!==void 0?arguments[2]:null)},_.unstable_renderSubtreeIntoContainer=function(g,C,z,_e){if(!Pf(z))throw Error(c(200));if(g==null||g._reactInternals===void 0)throw Error(c(38));return Hf(g,C,z,!1,_e)},_.version="17.0.2"},4676:function(d,_,e){"use strict";function r(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r)}catch(i){console.error(i)}}r(),d.exports=e(23675)},12373:function(d){var _=typeof Element!="undefined",e=typeof Map=="function",r=typeof Set=="function",i=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function l(c,f){if(c===f)return!0;if(c&&f&&typeof c=="object"&&typeof f=="object"){if(c.constructor!==f.constructor)return!1;var o,h,u;if(Array.isArray(c)){if(o=c.length,o!=f.length)return!1;for(h=o;h--!==0;)if(!l(c[h],f[h]))return!1;return!0}var a;if(e&&c instanceof Map&&f instanceof Map){if(c.size!==f.size)return!1;for(a=c.entries();!(h=a.next()).done;)if(!f.has(h.value[0]))return!1;for(a=c.entries();!(h=a.next()).done;)if(!l(h.value[1],f.get(h.value[0])))return!1;return!0}if(r&&c instanceof Set&&f instanceof Set){if(c.size!==f.size)return!1;for(a=c.entries();!(h=a.next()).done;)if(!f.has(h.value[0]))return!1;return!0}if(i&&ArrayBuffer.isView(c)&&ArrayBuffer.isView(f)){if(o=c.length,o!=f.length)return!1;for(h=o;h--!==0;)if(c[h]!==f[h])return!1;return!0}if(c.constructor===RegExp)return c.source===f.source&&c.flags===f.flags;if(c.valueOf!==Object.prototype.valueOf&&typeof c.valueOf=="function"&&typeof f.valueOf=="function")return c.valueOf()===f.valueOf();if(c.toString!==Object.prototype.toString&&typeof c.toString=="function"&&typeof f.toString=="function")return c.toString()===f.toString();if(u=Object.keys(c),o=u.length,o!==Object.keys(f).length)return!1;for(h=o;h--!==0;)if(!Object.prototype.hasOwnProperty.call(f,u[h]))return!1;if(_&&c instanceof Element)return!1;for(h=o;h--!==0;)if(!((u[h]==="_owner"||u[h]==="__v"||u[h]==="__o")&&c.$$typeof)&&!l(c[u[h]],f[u[h]]))return!1;return!0}return c!==c&&f!==f}d.exports=function(f,o){try{return l(f,o)}catch(h){if((h.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw h}}},30508:function(d,_){"use strict";var e=typeof Symbol=="function"&&Symbol.for,r=e?Symbol.for("react.element"):60103,i=e?Symbol.for("react.portal"):60106,l=e?Symbol.for("react.fragment"):60107,c=e?Symbol.for("react.strict_mode"):60108,f=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,h=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,a=e?Symbol.for("react.concurrent_mode"):60111,x=e?Symbol.for("react.forward_ref"):60112,p=e?Symbol.for("react.suspense"):60113,y=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,S=e?Symbol.for("react.block"):60121,D=e?Symbol.for("react.fundamental"):60117,R=e?Symbol.for("react.responder"):60118,A=e?Symbol.for("react.scope"):60119;function P(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 P(B)===a}_.AsyncMode=u,_.ConcurrentMode=a,_.ContextConsumer=h,_.ContextProvider=o,_.Element=r,_.ForwardRef=x,_.Fragment=l,_.Lazy=b,_.Memo=m,_.Portal=i,_.Profiler=f,_.StrictMode=c,_.Suspense=p,_.isAsyncMode=function(B){return M(B)||P(B)===u},_.isConcurrentMode=M,_.isContextConsumer=function(B){return P(B)===h},_.isContextProvider=function(B){return P(B)===o},_.isElement=function(B){return typeof B=="object"&&B!==null&&B.$$typeof===r},_.isForwardRef=function(B){return P(B)===x},_.isFragment=function(B){return P(B)===l},_.isLazy=function(B){return P(B)===b},_.isMemo=function(B){return P(B)===m},_.isPortal=function(B){return P(B)===i},_.isProfiler=function(B){return P(B)===f},_.isStrictMode=function(B){return P(B)===c},_.isSuspense=function(B){return P(B)===p},_.isValidElementType=function(B){return typeof B=="string"||typeof B=="function"||B===l||B===a||B===f||B===c||B===p||B===y||typeof B=="object"&&B!==null&&(B.$$typeof===b||B.$$typeof===m||B.$$typeof===o||B.$$typeof===h||B.$$typeof===x||B.$$typeof===D||B.$$typeof===R||B.$$typeof===A||B.$$typeof===S)},_.typeOf=P},99234:function(d,_,e){"use strict";d.exports=e(30508)},88172:function(d,_){"use strict";var e=Symbol.for("react.element"),r=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),l=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),f=Symbol.for("react.provider"),o=Symbol.for("react.context"),h=Symbol.for("react.server_context"),u=Symbol.for("react.forward_ref"),a=Symbol.for("react.suspense"),x=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),b;b=Symbol.for("react.module.reference");function S(D){if(typeof D=="object"&&D!==null){var R=D.$$typeof;switch(R){case e:switch(D=D.type,D){case i:case c:case l:case a:case x:return D;default:switch(D=D&&D.$$typeof,D){case h:case o:case u:case y:case p:case f:return D;default:return R}}case r:return R}}}_.ContextConsumer=o,_.ContextProvider=f,_.Element=e,_.ForwardRef=u,_.Fragment=i,_.Lazy=y,_.Memo=p,_.Portal=r,_.Profiler=c,_.StrictMode=l,_.Suspense=a,_.SuspenseList=x,_.isAsyncMode=function(){return!1},_.isConcurrentMode=function(){return!1},_.isContextConsumer=function(D){return S(D)===o},_.isContextProvider=function(D){return S(D)===f},_.isElement=function(D){return typeof D=="object"&&D!==null&&D.$$typeof===e},_.isForwardRef=function(D){return S(D)===u},_.isFragment=function(D){return S(D)===i},_.isLazy=function(D){return S(D)===y},_.isMemo=function(D){return S(D)===p},_.isPortal=function(D){return S(D)===r},_.isProfiler=function(D){return S(D)===c},_.isStrictMode=function(D){return S(D)===l},_.isSuspense=function(D){return S(D)===a},_.isSuspenseList=function(D){return S(D)===x},_.isValidElementType=function(D){return typeof D=="string"||typeof D=="function"||D===i||D===c||D===l||D===a||D===x||D===m||typeof D=="object"&&D!==null&&(D.$$typeof===y||D.$$typeof===p||D.$$typeof===f||D.$$typeof===o||D.$$typeof===u||D.$$typeof===b||D.getModuleId!==void 0)},_.typeOf=S},23265:function(d,_,e){"use strict";d.exports=e(88172)},32451:function(d,_,e){"use strict";e.d(_,{lr:function(){return D},rU:function(){return m}});var r=e(59301),i=e(35338),l=e(19340);function c(){return c=Object.assign||function(A){for(var P=1;P<arguments.length;P++){var M=arguments[P];for(var B in M)Object.prototype.hasOwnProperty.call(M,B)&&(A[B]=M[B])}return A},c.apply(this,arguments)}function f(A,P){if(A==null)return{};var M={},B=Object.keys(A),N,G;for(G=0;G<B.length;G++)N=B[G],!(P.indexOf(N)>=0)&&(M[N]=A[N]);return M}const o=["onClick","reloadDocument","replace","state","target","to"],h=null;function u(A,P){if(!A){typeof console!="undefined"&&console.warn(P);try{throw new Error(P)}catch(M){}}}function a(A){let{basename:P,children:M,window:B}=A,N=useRef();N.current==null&&(N.current=createBrowserHistory({window:B}));let G=N.current,[H,W]=useState({action:G.action,location:G.location});return useLayoutEffect(()=>G.listen(W),[G]),createElement(Router,{basename:P,children:M,location:H.location,navigationType:H.action,navigator:G})}function x(A){let{basename:P,children:M,window:B}=A,N=useRef();N.current==null&&(N.current=createHashHistory({window:B}));let G=N.current,[H,W]=useState({action:G.action,location:G.location});return useLayoutEffect(()=>G.listen(W),[G]),createElement(Router,{basename:P,children:M,location:H.location,navigationType:H.action,navigator:G})}function p(A){let{basename:P,children:M,history:B}=A;const[N,G]=useState({action:B.action,location:B.location});return useLayoutEffect(()=>B.listen(G),[B]),createElement(Router,{basename:P,children:M,location:N.location,navigationType:N.action,navigator:B})}function y(A){return!!(A.metaKey||A.altKey||A.ctrlKey||A.shiftKey)}const m=(0,r.forwardRef)(function(P,M){let{onClick:B,reloadDocument:N,replace:G=!1,state:H,target:W,to:ae}=P,ne=f(P,o),oe=(0,i.oQ)(ae),q=S(ae,{replace:G,state:H,target:W});function J(K){B&&B(K),!K.defaultPrevented&&!N&&q(K)}return(0,r.createElement)("a",c({},ne,{href:oe,onClick:J,ref:M,target:W}))}),b=null;function S(A,P){let{target:M,replace:B,state:N}=P===void 0?{}:P,G=(0,i.s0)(),H=(0,i.TH)(),W=(0,i.WU)(A);return(0,r.useCallback)(ae=>{if(ae.button===0&&(!M||M==="_self")&&!y(ae)){ae.preventDefault();let ne=!!B||(0,l.Ep)(H)===(0,l.Ep)(W);G(A,{replace:ne,state:N})}},[H,G,W,B,N,M,A])}function D(A){let P=(0,r.useRef)(R(A)),M=(0,i.TH)(),B=(0,r.useMemo)(()=>{let H=R(M.search);for(let W of P.current.keys())H.has(W)||P.current.getAll(W).forEach(ae=>{H.append(W,ae)});return H},[M.search]),N=(0,i.s0)(),G=(0,r.useCallback)((H,W)=>{N("?"+R(H),W)},[N]);return[B,G]}function R(A){return A===void 0&&(A=""),new URLSearchParams(typeof A=="string"||Array.isArray(A)||A instanceof URLSearchParams?A:Object.keys(A).reduce((P,M)=>{let B=A[M];return P.concat(Array.isArray(B)?B.map(N=>[M,N]):[[M,B]])},[]))}},35338:function(d,_,e){"use strict";e.d(_,{F0:function(){return nt},Fg:function(){return ze},Gn:function(){return x},TH:function(){return ie},UO:function(){return yt},V$:function(){return Zt},WU:function(){return kt},bx:function(){return Ue},fp:function(){return p},j3:function(){return wt},oQ:function(){return $},s0:function(){return Oe}});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(je,be){if(!je)throw new Error(be)}function h(je,be){if(!je){typeof console!="undefined"&&console.warn(be);try{throw new Error(be)}catch(Le){}}}const u={};function a(je,be,Le){!be&&!u[je]&&(u[je]=!0)}function x(je,be){return be===void 0&&(be={}),je.replace(/:(\w+)/g,(Le,Ke)=>(be[Ke]==null&&o(!1),be[Ke])).replace(/\/*\*$/,Le=>be["*"]==null?"":be["*"].replace(/^\/*/,"/"))}function p(je,be,Le){Le===void 0&&(Le="/");let Ke=typeof be=="string"?(0,r.cP)(be):be,He=K(Ke.pathname||"/",Le);if(He==null)return null;let Xe=y(je);m(Xe);let pt=null;for(let bt=0;pt==null&&bt<Xe.length;++bt)pt=G(Xe[bt],He);return pt}function y(je,be,Le,Ke){return be===void 0&&(be=[]),Le===void 0&&(Le=[]),Ke===void 0&&(Ke=""),je.forEach((He,Xe)=>{let pt={relativePath:He.path||"",caseSensitive:He.caseSensitive===!0,childrenIndex:Xe,route:He};pt.relativePath.startsWith("/")&&(pt.relativePath.startsWith(Ke)||o(!1),pt.relativePath=pt.relativePath.slice(Ke.length));let bt=se([Ke,pt.relativePath]),rr=Le.concat(pt);He.children&&He.children.length>0&&(He.index===!0&&o(!1),y(He.children,be,rr,bt)),!(He.path==null&&!He.index)&&be.push({path:bt,score:B(bt,He.index),routesMeta:rr})}),be}function m(je){je.sort((be,Le)=>be.score!==Le.score?Le.score-be.score:N(be.routesMeta.map(Ke=>Ke.childrenIndex),Le.routesMeta.map(Ke=>Ke.childrenIndex)))}const b=/^:\w+$/,S=3,D=2,R=1,A=10,P=-2,M=je=>je==="*";function B(je,be){let Le=je.split("/"),Ke=Le.length;return Le.some(M)&&(Ke+=P),be&&(Ke+=D),Le.filter(He=>!M(He)).reduce((He,Xe)=>He+(b.test(Xe)?S:Xe===""?R:A),Ke)}function N(je,be){return je.length===be.length&&je.slice(0,-1).every((Ke,He)=>Ke===be[He])?je[je.length-1]-be[be.length-1]:0}function G(je,be){let{routesMeta:Le}=je,Ke={},He="/",Xe=[];for(let pt=0;pt<Le.length;++pt){let bt=Le[pt],rr=pt===Le.length-1,Jt=He==="/"?be:be.slice(He.length)||"/",Me=H({path:bt.relativePath,caseSensitive:bt.caseSensitive,end:rr},Jt);if(!Me)return null;Object.assign(Ke,Me.params);let rt=bt.route;Xe.push({params:Ke,pathname:se([He,Me.pathname]),pathnameBase:ee(se([He,Me.pathnameBase])),route:rt}),Me.pathnameBase!=="/"&&(He=se([He,Me.pathnameBase]))}return Xe}function H(je,be){typeof je=="string"&&(je={path:je,caseSensitive:!1,end:!0});let[Le,Ke]=W(je.path,je.caseSensitive,je.end),He=be.match(Le);if(!He)return null;let Xe=He[0],pt=Xe.replace(/(.)\/+$/,"$1"),bt=He.slice(1);return{params:Ke.reduce((Jt,Me,rt)=>{if(Me==="*"){let Yt=bt[rt]||"";pt=Xe.slice(0,Xe.length-Yt.length).replace(/(.)\/+$/,"$1")}return Jt[Me]=ae(bt[rt]||"",Me),Jt},{}),pathname:Xe,pathnameBase:pt,pattern:je}}function W(je,be,Le){be===void 0&&(be=!1),Le===void 0&&(Le=!0);let Ke=[],He="^"+je.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(pt,bt)=>(Ke.push(bt),"([^\\/]+)"));return je.endsWith("*")?(Ke.push("*"),He+=je==="*"||je==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):He+=Le?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(He,be?void 0:"i"),Ke]}function ae(je,be){try{return decodeURIComponent(je)}catch(Le){return je}}function ne(je,be){be===void 0&&(be="/");let{pathname:Le,search:Ke="",hash:He=""}=typeof je=="string"?(0,r.cP)(je):je;return{pathname:Le?Le.startsWith("/")?Le:oe(Le,be):be,search:Q(Ke),hash:le(He)}}function oe(je,be){let Le=be.replace(/\/+$/,"").split("/");return je.split("/").forEach(He=>{He===".."?Le.length>1&&Le.pop():He!=="."&&Le.push(He)}),Le.length>1?Le.join("/"):"/"}function q(je,be,Le){let Ke=typeof je=="string"?(0,r.cP)(je):je,He=je===""||Ke.pathname===""?"/":Ke.pathname,Xe;if(He==null)Xe=Le;else{let bt=be.length-1;if(He.startsWith("..")){let rr=He.split("/");for(;rr[0]==="..";)rr.shift(),bt-=1;Ke.pathname=rr.join("/")}Xe=bt>=0?be[bt]:"/"}let pt=ne(Ke,Xe);return He&&He!=="/"&&He.endsWith("/")&&!pt.pathname.endsWith("/")&&(pt.pathname+="/"),pt}function J(je){return je===""||je.pathname===""?"/":typeof je=="string"?(0,r.cP)(je).pathname:je.pathname}function K(je,be){if(be==="/")return je;if(!je.toLowerCase().startsWith(be.toLowerCase()))return null;let Le=je.charAt(be.length);return Le&&Le!=="/"?null:je.slice(be.length)||"/"}const se=je=>je.join("/").replace(/\/\/+/g,"/"),ee=je=>je.replace(/\/+$/,"").replace(/^\/*/,"/"),Q=je=>!je||je==="?"?"":je.startsWith("?")?je:"?"+je,le=je=>!je||je==="#"?"":je.startsWith("#")?je:"#"+je;function $(je){j()||o(!1);let{basename:be,navigator:Le}=(0,i.useContext)(l),{hash:Ke,pathname:He,search:Xe}=kt(je),pt=He;if(be!=="/"){let bt=J(je),rr=bt!=null&&bt.endsWith("/");pt=He==="/"?be+(rr?"/":""):se([be,He])}return Le.createHref({pathname:pt,search:Xe,hash:Ke})}function j(){return(0,i.useContext)(c)!=null}function ie(){return j()||o(!1),(0,i.useContext)(c).location}function me(){return useContext(c).navigationType}function Te(je){j()||o(!1);let{pathname:be}=ie();return useMemo(()=>H(je,be),[be,je])}function Oe(){j()||o(!1);let{basename:je,navigator:be}=(0,i.useContext)(l),{matches:Le}=(0,i.useContext)(f),{pathname:Ke}=ie(),He=JSON.stringify(Le.map(bt=>bt.pathnameBase)),Xe=(0,i.useRef)(!1);return(0,i.useEffect)(()=>{Xe.current=!0}),(0,i.useCallback)(function(bt,rr){if(rr===void 0&&(rr={}),!Xe.current)return;if(typeof bt=="number"){be.go(bt);return}let Jt=q(bt,JSON.parse(He),Ke);je!=="/"&&(Jt.pathname=se([je,Jt.pathname])),(rr.replace?be.replace:be.push)(Jt,rr.state)},[je,be,He,Ke])}const Ge=(0,i.createContext)(null);function Ue(){return(0,i.useContext)(Ge)}function Mt(je){let be=(0,i.useContext)(f).outlet;return be&&(0,i.createElement)(Ge.Provider,{value:je},be)}function yt(){let{matches:je}=(0,i.useContext)(f),be=je[je.length-1];return be?be.params:{}}function kt(je){let{matches:be}=(0,i.useContext)(f),{pathname:Le}=ie(),Ke=JSON.stringify(be.map(He=>He.pathnameBase));return(0,i.useMemo)(()=>q(je,JSON.parse(Ke),Le),[je,Ke,Le])}function Zt(je,be){j()||o(!1);let{matches:Le}=(0,i.useContext)(f),Ke=Le[Le.length-1],He=Ke?Ke.params:{},Xe=Ke?Ke.pathname:"/",pt=Ke?Ke.pathnameBase:"/",bt=Ke&&Ke.route,rr=ie(),Jt;if(be){var Me;let Wt=typeof be=="string"?(0,r.cP)(be):be;pt==="/"||(Me=Wt.pathname)!=null&&Me.startsWith(pt)||o(!1),Jt=Wt}else Jt=rr;let rt=Jt.pathname||"/",Yt=pt==="/"?rt:rt.slice(pt.length)||"/",Lt=p(je,{pathname:Yt});return Ft(Lt&&Lt.map(Wt=>Object.assign({},Wt,{params:Object.assign({},He,Wt.params),pathname:se([pt,Wt.pathname]),pathnameBase:Wt.pathnameBase==="/"?pt:se([pt,Wt.pathnameBase])})),Le)}function Ft(je,be){return be===void 0&&(be=[]),je==null?null:je.reduceRight((Le,Ke,He)=>(0,i.createElement)(f.Provider,{children:Ke.route.element!==void 0?Ke.route.element:Le,value:{outlet:Le,matches:be.concat(je.slice(0,He+1))}}),null)}function tr(je){let{basename:be,children:Le,initialEntries:Ke,initialIndex:He}=je,Xe=useRef();Xe.current==null&&(Xe.current=createMemoryHistory({initialEntries:Ke,initialIndex:He}));let pt=Xe.current,[bt,rr]=useState({action:pt.action,location:pt.location});return useLayoutEffect(()=>pt.listen(rr),[pt]),createElement(nt,{basename:be,children:Le,location:bt.location,navigationType:bt.action,navigator:pt})}function ze(je){let{to:be,replace:Le,state:Ke}=je;j()||o(!1);let He=Oe();return(0,i.useEffect)(()=>{He(be,{replace:Le,state:Ke})}),null}function wt(je){return Mt(je.context)}function Bt(je){o(!1)}function nt(je){let{basename:be="/",children:Le=null,location:Ke,navigationType:He=r.aU.Pop,navigator:Xe,static:pt=!1}=je;j()&&o(!1);let bt=ee(be),rr=(0,i.useMemo)(()=>({basename:bt,navigator:Xe,static:pt}),[bt,Xe,pt]);typeof Ke=="string"&&(Ke=(0,r.cP)(Ke));let{pathname:Jt="/",search:Me="",hash:rt="",state:Yt=null,key:Lt="default"}=Ke,Wt=(0,i.useMemo)(()=>{let Ht=K(Jt,bt);return Ht==null?null:{pathname:Ht,search:Me,hash:rt,state:Yt,key:Lt}},[bt,Jt,Me,rt,Yt,Lt]);return Wt==null?null:(0,i.createElement)(l.Provider,{value:rr},(0,i.createElement)(c.Provider,{children:Le,value:{location:Wt,navigationType:He}}))}function _t(je){let{children:be,location:Le}=je;return Zt(ht(be),Le)}function ht(je){let be=[];return Children.forEach(je,Le=>{if(!isValidElement(Le))return;if(Le.type===Fragment){be.push.apply(be,ht(Le.props.children));return}Le.type!==Bt&&o(!1);let Ke={caseSensitive:Le.props.caseSensitive,element:Le.props.element,index:Le.props.index,path:Le.props.path};Le.props.children&&(Ke.children=ht(Le.props.children)),be.push(Ke)}),be}function Je(je){return Ft(je)}},76100:function(d,_,e){"use strict";var r=e(84126),i=60103,l=60106;_.Fragment=60107,_.StrictMode=60108,_.Profiler=60114;var c=60109,f=60110,o=60112;_.Suspense=60113;var h=60115,u=60116;if(typeof Symbol=="function"&&Symbol.for){var a=Symbol.for;i=a("react.element"),l=a("react.portal"),_.Fragment=a("react.fragment"),_.StrictMode=a("react.strict_mode"),_.Profiler=a("react.profiler"),c=a("react.provider"),f=a("react.context"),o=a("react.forward_ref"),_.Suspense=a("react.suspense"),h=a("react.memo"),u=a("react.lazy")}var x=typeof Symbol=="function"&&Symbol.iterator;function p(Q){return Q===null||typeof Q!="object"?null:(Q=x&&Q[x]||Q["@@iterator"],typeof Q=="function"?Q:null)}function y(Q){for(var le="https://reactjs.org/docs/error-decoder.html?invariant="+Q,$=1;$<arguments.length;$++)le+="&args[]="+encodeURIComponent(arguments[$]);return"Minified React error #"+Q+"; visit "+le+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var m={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},b={};function S(Q,le,$){this.props=Q,this.context=le,this.refs=b,this.updater=$||m}S.prototype.isReactComponent={},S.prototype.setState=function(Q,le){if(typeof Q!="object"&&typeof Q!="function"&&Q!=null)throw Error(y(85));this.updater.enqueueSetState(this,Q,le,"setState")},S.prototype.forceUpdate=function(Q){this.updater.enqueueForceUpdate(this,Q,"forceUpdate")};function D(){}D.prototype=S.prototype;function R(Q,le,$){this.props=Q,this.context=le,this.refs=b,this.updater=$||m}var A=R.prototype=new D;A.constructor=R,r(A,S.prototype),A.isPureReactComponent=!0;var P={current:null},M=Object.prototype.hasOwnProperty,B={key:!0,ref:!0,__self:!0,__source:!0};function N(Q,le,$){var j,ie={},me=null,Te=null;if(le!=null)for(j in le.ref!==void 0&&(Te=le.ref),le.key!==void 0&&(me=""+le.key),le)M.call(le,j)&&!B.hasOwnProperty(j)&&(ie[j]=le[j]);var Oe=arguments.length-2;if(Oe===1)ie.children=$;else if(1<Oe){for(var Ge=Array(Oe),Ue=0;Ue<Oe;Ue++)Ge[Ue]=arguments[Ue+2];ie.children=Ge}if(Q&&Q.defaultProps)for(j in Oe=Q.defaultProps,Oe)ie[j]===void 0&&(ie[j]=Oe[j]);return{$$typeof:i,type:Q,key:me,ref:Te,props:ie,_owner:P.current}}function G(Q,le){return{$$typeof:i,type:Q.type,key:le,ref:Q.ref,props:Q.props,_owner:Q._owner}}function H(Q){return typeof Q=="object"&&Q!==null&&Q.$$typeof===i}function W(Q){var le={"=":"=0",":":"=2"};return"$"+Q.replace(/[=:]/g,function($){return le[$]})}var ae=/\/+/g;function ne(Q,le){return typeof Q=="object"&&Q!==null&&Q.key!=null?W(""+Q.key):le.toString(36)}function oe(Q,le,$,j,ie){var me=typeof Q;(me==="undefined"||me==="boolean")&&(Q=null);var Te=!1;if(Q===null)Te=!0;else switch(me){case"string":case"number":Te=!0;break;case"object":switch(Q.$$typeof){case i:case l:Te=!0}}if(Te)return Te=Q,ie=ie(Te),Q=j===""?"."+ne(Te,0):j,Array.isArray(ie)?($="",Q!=null&&($=Q.replace(ae,"$&/")+"/"),oe(ie,le,$,"",function(Ue){return Ue})):ie!=null&&(H(ie)&&(ie=G(ie,$+(!ie.key||Te&&Te.key===ie.key?"":(""+ie.key).replace(ae,"$&/")+"/")+Q)),le.push(ie)),1;if(Te=0,j=j===""?".":j+":",Array.isArray(Q))for(var Oe=0;Oe<Q.length;Oe++){me=Q[Oe];var Ge=j+ne(me,Oe);Te+=oe(me,le,$,Ge,ie)}else if(Ge=p(Q),typeof Ge=="function")for(Q=Ge.call(Q),Oe=0;!(me=Q.next()).done;)me=me.value,Ge=j+ne(me,Oe++),Te+=oe(me,le,$,Ge,ie);else if(me==="object")throw le=""+Q,Error(y(31,le==="[object Object]"?"object with keys {"+Object.keys(Q).join(", ")+"}":le));return Te}function q(Q,le,$){if(Q==null)return Q;var j=[],ie=0;return oe(Q,j,"","",function(me){return le.call($,me,ie++)}),j}function J(Q){if(Q._status===-1){var le=Q._result;le=le(),Q._status=0,Q._result=le,le.then(function($){Q._status===0&&($=$.default,Q._status=1,Q._result=$)},function($){Q._status===0&&(Q._status=2,Q._result=$)})}if(Q._status===1)return Q._result;throw Q._result}var K={current:null};function se(){var Q=K.current;if(Q===null)throw Error(y(321));return Q}var ee={ReactCurrentDispatcher:K,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:P,IsSomeRendererActing:{current:!1},assign:r};_.Children={map:q,forEach:function(Q,le,$){q(Q,function(){le.apply(this,arguments)},$)},count:function(Q){var le=0;return q(Q,function(){le++}),le},toArray:function(Q){return q(Q,function(le){return le})||[]},only:function(Q){if(!H(Q))throw Error(y(143));return Q}},_.Component=S,_.PureComponent=R,_.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ee,_.cloneElement=function(Q,le,$){if(Q==null)throw Error(y(267,Q));var j=r({},Q.props),ie=Q.key,me=Q.ref,Te=Q._owner;if(le!=null){if(le.ref!==void 0&&(me=le.ref,Te=P.current),le.key!==void 0&&(ie=""+le.key),Q.type&&Q.type.defaultProps)var Oe=Q.type.defaultProps;for(Ge in le)M.call(le,Ge)&&!B.hasOwnProperty(Ge)&&(j[Ge]=le[Ge]===void 0&&Oe!==void 0?Oe[Ge]:le[Ge])}var Ge=arguments.length-2;if(Ge===1)j.children=$;else if(1<Ge){Oe=Array(Ge);for(var Ue=0;Ue<Ge;Ue++)Oe[Ue]=arguments[Ue+2];j.children=Oe}return{$$typeof:i,type:Q.type,key:ie,ref:me,props:j,_owner:Te}},_.createContext=function(Q,le){return le===void 0&&(le=null),Q={$$typeof:f,_calculateChangedBits:le,_currentValue:Q,_currentValue2:Q,_threadCount:0,Provider:null,Consumer:null},Q.Provider={$$typeof:c,_context:Q},Q.Consumer=Q},_.createElement=N,_.createFactory=function(Q){var le=N.bind(null,Q);return le.type=Q,le},_.createRef=function(){return{current:null}},_.forwardRef=function(Q){return{$$typeof:o,render:Q}},_.isValidElement=H,_.lazy=function(Q){return{$$typeof:u,_payload:{_status:-1,_result:Q},_init:J}},_.memo=function(Q,le){return{$$typeof:h,type:Q,compare:le===void 0?null:le}},_.useCallback=function(Q,le){return se().useCallback(Q,le)},_.useContext=function(Q,le){return se().useContext(Q,le)},_.useDebugValue=function(){},_.useEffect=function(Q,le){return se().useEffect(Q,le)},_.useImperativeHandle=function(Q,le,$){return se().useImperativeHandle(Q,le,$)},_.useLayoutEffect=function(Q,le){return se().useLayoutEffect(Q,le)},_.useMemo=function(Q,le){return se().useMemo(Q,le)},_.useReducer=function(Q,le,$){return se().useReducer(Q,le,$)},_.useRef=function(Q){return se().useRef(Q)},_.useState=function(Q){return se().useState(Q)},_.version="17.0.2"},59301:function(d,_,e){"use strict";d.exports=e(76100)},59781:function(d,_,e){"use strict";e.d(_,{DE:function(){return P},MT:function(){return y},UY:function(){return R},md:function(){return B},qC:function(){return M}});var r=e(98506);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 G=N;Object.getPrototypeOf(G)!==null;)G=Object.getPrototypeOf(G);return Object.getPrototypeOf(N)===G}function h(N){if(N===void 0)return"undefined";if(N===null)return"null";var G=typeof N;switch(G){case"boolean":case"string":case"number":case"symbol":case"function":return G}if(Array.isArray(N))return"array";if(x(N))return"date";if(a(N))return"error";var H=u(N);switch(H){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return H}return G.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 G=typeof N;return G}function y(N,G,H){var W;if(typeof G=="function"&&typeof H=="function"||typeof H=="function"&&typeof arguments[3]=="function")throw new Error(i(0));if(typeof G=="function"&&typeof H=="undefined"&&(H=G,G=void 0),typeof H!="undefined"){if(typeof H!="function")throw new Error(i(1));return H(y)(N,G)}if(typeof N!="function")throw new Error(i(2));var ae=N,ne=G,oe=[],q=oe,J=!1;function K(){q===oe&&(q=oe.slice())}function se(){if(J)throw new Error(i(3));return ne}function ee(j){if(typeof j!="function")throw new Error(i(4));if(J)throw new Error(i(5));var ie=!0;return K(),q.push(j),function(){if(ie){if(J)throw new Error(i(6));ie=!1,K();var Te=q.indexOf(j);q.splice(Te,1),oe=null}}}function Q(j){if(!o(j))throw new Error(i(7));if(typeof j.type=="undefined")throw new Error(i(8));if(J)throw new Error(i(9));try{J=!0,ne=ae(ne,j)}finally{J=!1}for(var ie=oe=q,me=0;me<ie.length;me++){var Te=ie[me];Te()}return j}function le(j){if(typeof j!="function")throw new Error(i(10));ae=j,Q({type:f.REPLACE})}function $(){var j,ie=ee;return j={subscribe:function(Te){if(typeof Te!="object"||Te===null)throw new Error(i(11));function Oe(){Te.next&&Te.next(se())}Oe();var Ge=ie(Oe);return{unsubscribe:Ge}}},j[l]=function(){return this},j}return Q({type:f.INIT}),W={dispatch:Q,subscribe:ee,getState:se,replaceReducer:le},W[l]=$,W}var m=null;function b(N){typeof console!="undefined"&&typeof console.error=="function"&&console.error(N);try{throw new Error(N)}catch(G){}}function S(N,G,H,W){var ae=Object.keys(G),ne=H&&H.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 "+ne+' has unexpected type of "'+p(N)+'". Expected argument to be an object with the following '+('keys: "'+ae.join('", "')+'"');var oe=Object.keys(N).filter(function(q){return!G.hasOwnProperty(q)&&!W[q]});if(oe.forEach(function(q){W[q]=!0}),!(H&&H.type===f.REPLACE)&&oe.length>0)return"Unexpected "+(oe.length>1?"keys":"key")+" "+('"'+oe.join('", "')+'" found in '+ne+". ")+"Expected to find one of the known reducer keys instead: "+('"'+ae.join('", "')+'". Unexpected keys will be ignored.')}function D(N){Object.keys(N).forEach(function(G){var H=N[G],W=H(void 0,{type:f.INIT});if(typeof W=="undefined")throw new Error(i(12));if(typeof H(void 0,{type:f.PROBE_UNKNOWN_ACTION()})=="undefined")throw new Error(i(13))})}function R(N){for(var G=Object.keys(N),H={},W=0;W<G.length;W++){var ae=G[W];typeof N[ae]=="function"&&(H[ae]=N[ae])}var ne=Object.keys(H),oe,q;try{D(H)}catch(J){q=J}return function(K,se){if(K===void 0&&(K={}),q)throw q;if(0)var ee;for(var Q=!1,le={},$=0;$<ne.length;$++){var j=ne[$],ie=H[j],me=K[j],Te=ie(me,se);if(typeof Te=="undefined"){var Oe=se&&se.type;throw new Error(i(14))}le[j]=Te,Q=Q||Te!==me}return Q=Q||ne.length!==Object.keys(K).length,Q?le:K}}function A(N,G){return function(){return G(N.apply(this,arguments))}}function P(N,G){if(typeof N=="function")return A(N,G);if(typeof N!="object"||N===null)throw new Error(i(16));var H={};for(var W in N){var ae=N[W];typeof ae=="function"&&(H[W]=A(ae,G))}return H}function M(){for(var N=arguments.length,G=new Array(N),H=0;H<N;H++)G[H]=arguments[H];return G.length===0?function(W){return W}:G.length===1?G[0]:G.reduce(function(W,ae){return function(){return W(ae.apply(void 0,arguments))}})}function B(){for(var N=arguments.length,G=new Array(N),H=0;H<N;H++)G[H]=arguments[H];return function(W){return function(){var ae=W.apply(void 0,arguments),ne=function(){throw new Error(i(15))},oe={getState:ae.getState,dispatch:function(){return ne.apply(void 0,arguments)}},q=G.map(function(J){return J(oe)});return ne=M.apply(void 0,q)(ae.dispatch),(0,r.Z)((0,r.Z)({},ae),{},{dispatch:ne})}}}},58246:function(d){var _=function(e){"use strict";var r=Object.prototype,i=r.hasOwnProperty,l=Object.defineProperty||function(ee,Q,le){ee[Q]=le.value},c,f=typeof Symbol=="function"?Symbol:{},o=f.iterator||"@@iterator",h=f.asyncIterator||"@@asyncIterator",u=f.toStringTag||"@@toStringTag";function a(ee,Q,le){return Object.defineProperty(ee,Q,{value:le,enumerable:!0,configurable:!0,writable:!0}),ee[Q]}try{a({},"")}catch(ee){a=function(Q,le,$){return Q[le]=$}}function x(ee,Q,le,$){var j=Q&&Q.prototype instanceof R?Q:R,ie=Object.create(j.prototype),me=new J($||[]);return l(ie,"_invoke",{value:ae(ee,le,me)}),ie}e.wrap=x;function p(ee,Q,le){try{return{type:"normal",arg:ee.call(Q,le)}}catch($){return{type:"throw",arg:$}}}var y="suspendedStart",m="suspendedYield",b="executing",S="completed",D={};function R(){}function A(){}function P(){}var M={};a(M,o,function(){return this});var B=Object.getPrototypeOf,N=B&&B(B(K([])));N&&N!==r&&i.call(N,o)&&(M=N);var G=P.prototype=R.prototype=Object.create(M);A.prototype=P,l(G,"constructor",{value:P,configurable:!0}),l(P,"constructor",{value:A,configurable:!0}),A.displayName=a(P,u,"GeneratorFunction");function H(ee){["next","throw","return"].forEach(function(Q){a(ee,Q,function(le){return this._invoke(Q,le)})})}e.isGeneratorFunction=function(ee){var Q=typeof ee=="function"&&ee.constructor;return Q?Q===A||(Q.displayName||Q.name)==="GeneratorFunction":!1},e.mark=function(ee){return Object.setPrototypeOf?Object.setPrototypeOf(ee,P):(ee.__proto__=P,a(ee,u,"GeneratorFunction")),ee.prototype=Object.create(G),ee},e.awrap=function(ee){return{__await:ee}};function W(ee,Q){function le(ie,me,Te,Oe){var Ge=p(ee[ie],ee,me);if(Ge.type==="throw")Oe(Ge.arg);else{var Ue=Ge.arg,Mt=Ue.value;return Mt&&typeof Mt=="object"&&i.call(Mt,"__await")?Q.resolve(Mt.__await).then(function(yt){le("next",yt,Te,Oe)},function(yt){le("throw",yt,Te,Oe)}):Q.resolve(Mt).then(function(yt){Ue.value=yt,Te(Ue)},function(yt){return le("throw",yt,Te,Oe)})}}var $;function j(ie,me){function Te(){return new Q(function(Oe,Ge){le(ie,me,Oe,Ge)})}return $=$?$.then(Te,Te):Te()}l(this,"_invoke",{value:j})}H(W.prototype),a(W.prototype,h,function(){return this}),e.AsyncIterator=W,e.async=function(ee,Q,le,$,j){j===void 0&&(j=Promise);var ie=new W(x(ee,Q,le,$),j);return e.isGeneratorFunction(Q)?ie:ie.next().then(function(me){return me.done?me.value:ie.next()})};function ae(ee,Q,le){var $=y;return function(ie,me){if($===b)throw new Error("Generator is already running");if($===S){if(ie==="throw")throw me;return se()}for(le.method=ie,le.arg=me;;){var Te=le.delegate;if(Te){var Oe=ne(Te,le);if(Oe){if(Oe===D)continue;return Oe}}if(le.method==="next")le.sent=le._sent=le.arg;else if(le.method==="throw"){if($===y)throw $=S,le.arg;le.dispatchException(le.arg)}else le.method==="return"&&le.abrupt("return",le.arg);$=b;var Ge=p(ee,Q,le);if(Ge.type==="normal"){if($=le.done?S:m,Ge.arg===D)continue;return{value:Ge.arg,done:le.done}}else Ge.type==="throw"&&($=S,le.method="throw",le.arg=Ge.arg)}}}function ne(ee,Q){var le=Q.method,$=ee.iterator[le];if($===c)return Q.delegate=null,le==="throw"&&ee.iterator.return&&(Q.method="return",Q.arg=c,ne(ee,Q),Q.method==="throw")||le!=="return"&&(Q.method="throw",Q.arg=new TypeError("The iterator does not provide a '"+le+"' method")),D;var j=p($,ee.iterator,Q.arg);if(j.type==="throw")return Q.method="throw",Q.arg=j.arg,Q.delegate=null,D;var ie=j.arg;if(!ie)return Q.method="throw",Q.arg=new TypeError("iterator result is not an object"),Q.delegate=null,D;if(ie.done)Q[ee.resultName]=ie.value,Q.next=ee.nextLoc,Q.method!=="return"&&(Q.method="next",Q.arg=c);else return ie;return Q.delegate=null,D}H(G),a(G,u,"Generator"),a(G,o,function(){return this}),a(G,"toString",function(){return"[object Generator]"});function oe(ee){var Q={tryLoc:ee[0]};1 in ee&&(Q.catchLoc=ee[1]),2 in ee&&(Q.finallyLoc=ee[2],Q.afterLoc=ee[3]),this.tryEntries.push(Q)}function q(ee){var Q=ee.completion||{};Q.type="normal",delete Q.arg,ee.completion=Q}function J(ee){this.tryEntries=[{tryLoc:"root"}],ee.forEach(oe,this),this.reset(!0)}e.keys=function(ee){var Q=Object(ee),le=[];for(var $ in Q)le.push($);return le.reverse(),function j(){for(;le.length;){var ie=le.pop();if(ie in Q)return j.value=ie,j.done=!1,j}return j.done=!0,j}};function K(ee){if(ee){var Q=ee[o];if(Q)return Q.call(ee);if(typeof ee.next=="function")return ee;if(!isNaN(ee.length)){var le=-1,$=function j(){for(;++le<ee.length;)if(i.call(ee,le))return j.value=ee[le],j.done=!1,j;return j.value=c,j.done=!0,j};return $.next=$}}return{next:se}}e.values=K;function se(){return{value:c,done:!0}}return J.prototype={constructor:J,reset:function(ee){if(this.prev=0,this.next=0,this.sent=this._sent=c,this.done=!1,this.delegate=null,this.method="next",this.arg=c,this.tryEntries.forEach(q),!ee)for(var Q in this)Q.charAt(0)==="t"&&i.call(this,Q)&&!isNaN(+Q.slice(1))&&(this[Q]=c)},stop:function(){this.done=!0;var ee=this.tryEntries[0],Q=ee.completion;if(Q.type==="throw")throw Q.arg;return this.rval},dispatchException:function(ee){if(this.done)throw ee;var Q=this;function le(Oe,Ge){return ie.type="throw",ie.arg=ee,Q.next=Oe,Ge&&(Q.method="next",Q.arg=c),!!Ge}for(var $=this.tryEntries.length-1;$>=0;--$){var j=this.tryEntries[$],ie=j.completion;if(j.tryLoc==="root")return le("end");if(j.tryLoc<=this.prev){var me=i.call(j,"catchLoc"),Te=i.call(j,"finallyLoc");if(me&&Te){if(this.prev<j.catchLoc)return le(j.catchLoc,!0);if(this.prev<j.finallyLoc)return le(j.finallyLoc)}else if(me){if(this.prev<j.catchLoc)return le(j.catchLoc,!0)}else if(Te){if(this.prev<j.finallyLoc)return le(j.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(ee,Q){for(var le=this.tryEntries.length-1;le>=0;--le){var $=this.tryEntries[le];if($.tryLoc<=this.prev&&i.call($,"finallyLoc")&&this.prev<$.finallyLoc){var j=$;break}}j&&(ee==="break"||ee==="continue")&&j.tryLoc<=Q&&Q<=j.finallyLoc&&(j=null);var ie=j?j.completion:{};return ie.type=ee,ie.arg=Q,j?(this.method="next",this.next=j.finallyLoc,D):this.complete(ie)},complete:function(ee,Q){if(ee.type==="throw")throw ee.arg;return ee.type==="break"||ee.type==="continue"?this.next=ee.arg:ee.type==="return"?(this.rval=this.arg=ee.arg,this.method="return",this.next="end"):ee.type==="normal"&&Q&&(this.next=Q),D},finish:function(ee){for(var Q=this.tryEntries.length-1;Q>=0;--Q){var le=this.tryEntries[Q];if(le.finallyLoc===ee)return this.complete(le.completion,le.afterLoc),q(le),D}},catch:function(ee){for(var Q=this.tryEntries.length-1;Q>=0;--Q){var le=this.tryEntries[Q];if(le.tryLoc===ee){var $=le.completion;if($.type==="throw"){var j=$.arg;q(le)}return j}}throw new Error("illegal catch attempt")},delegateYield:function(ee,Q,le){return this.delegate={iterator:K(ee),resultName:Q,nextLoc:le},this.method==="next"&&(this.arg=c),D}},e}(d.exports);try{regeneratorRuntime=_}catch(e){typeof globalThis=="object"?globalThis.regeneratorRuntime=_:Function("r","regeneratorRuntime = r")(_)}},76374:function(d,_,e){"use strict";var r=function(){if(typeof Map!="undefined")return Map;function J(K,se){var ee=-1;return K.some(function(Q,le){return Q[0]===se?(ee=le,!0):!1}),ee}return function(){function K(){this.__entries__=[]}return Object.defineProperty(K.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),K.prototype.get=function(se){var ee=J(this.__entries__,se),Q=this.__entries__[ee];return Q&&Q[1]},K.prototype.set=function(se,ee){var Q=J(this.__entries__,se);~Q?this.__entries__[Q][1]=ee:this.__entries__.push([se,ee])},K.prototype.delete=function(se){var ee=this.__entries__,Q=J(ee,se);~Q&&ee.splice(Q,1)},K.prototype.has=function(se){return!!~J(this.__entries__,se)},K.prototype.clear=function(){this.__entries__.splice(0)},K.prototype.forEach=function(se,ee){ee===void 0&&(ee=null);for(var Q=0,le=this.__entries__;Q<le.length;Q++){var $=le[Q];se.call(ee,$[1],$[0])}},K}()}(),i=typeof window!="undefined"&&typeof document!="undefined"&&window.document===document,l=function(){return typeof e.g!="undefined"&&e.g.Math===Math?e.g:typeof self!="undefined"&&self.Math===Math?self:typeof window!="undefined"&&window.Math===Math?window:Function("return this")()}(),c=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(l):function(J){return setTimeout(function(){return J(Date.now())},1e3/60)}}(),f=2;function o(J,K){var se=!1,ee=!1,Q=0;function le(){se&&(se=!1,J()),ee&&j()}function $(){c(le)}function j(){var ie=Date.now();if(se){if(ie-Q<f)return;ee=!0}else se=!0,ee=!1,setTimeout($,K);Q=ie}return j}var h=20,u=["top","right","bottom","left","width","height","size","weight"],a=typeof MutationObserver!="undefined",x=function(){function J(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=o(this.refresh.bind(this),h)}return J.prototype.addObserver=function(K){~this.observers_.indexOf(K)||this.observers_.push(K),this.connected_||this.connect_()},J.prototype.removeObserver=function(K){var se=this.observers_,ee=se.indexOf(K);~ee&&se.splice(ee,1),!se.length&&this.connected_&&this.disconnect_()},J.prototype.refresh=function(){var K=this.updateObservers_();K&&this.refresh()},J.prototype.updateObservers_=function(){var K=this.observers_.filter(function(se){return se.gatherActive(),se.hasActive()});return K.forEach(function(se){return se.broadcastActive()}),K.length>0},J.prototype.connect_=function(){!i||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),a?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},J.prototype.disconnect_=function(){!i||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},J.prototype.onTransitionEnd_=function(K){var se=K.propertyName,ee=se===void 0?"":se,Q=u.some(function(le){return!!~ee.indexOf(le)});Q&&this.refresh()},J.getInstance=function(){return this.instance_||(this.instance_=new J),this.instance_},J.instance_=null,J}(),p=function(J,K){for(var se=0,ee=Object.keys(K);se<ee.length;se++){var Q=ee[se];Object.defineProperty(J,Q,{value:K[Q],enumerable:!1,writable:!1,configurable:!0})}return J},y=function(J){var K=J&&J.ownerDocument&&J.ownerDocument.defaultView;return K||l},m=G(0,0,0,0);function b(J){return parseFloat(J)||0}function S(J){for(var K=[],se=1;se<arguments.length;se++)K[se-1]=arguments[se];return K.reduce(function(ee,Q){var le=J["border-"+Q+"-width"];return ee+b(le)},0)}function D(J){for(var K=["top","right","bottom","left"],se={},ee=0,Q=K;ee<Q.length;ee++){var le=Q[ee],$=J["padding-"+le];se[le]=b($)}return se}function R(J){var K=J.getBBox();return G(0,0,K.width,K.height)}function A(J){var K=J.clientWidth,se=J.clientHeight;if(!K&&!se)return m;var ee=y(J).getComputedStyle(J),Q=D(ee),le=Q.left+Q.right,$=Q.top+Q.bottom,j=b(ee.width),ie=b(ee.height);if(ee.boxSizing==="border-box"&&(Math.round(j+le)!==K&&(j-=S(ee,"left","right")+le),Math.round(ie+$)!==se&&(ie-=S(ee,"top","bottom")+$)),!M(J)){var me=Math.round(j+le)-K,Te=Math.round(ie+$)-se;Math.abs(me)!==1&&(j-=me),Math.abs(Te)!==1&&(ie-=Te)}return G(Q.left,Q.top,j,ie)}var P=function(){return typeof SVGGraphicsElement!="undefined"?function(J){return J instanceof y(J).SVGGraphicsElement}:function(J){return J instanceof y(J).SVGElement&&typeof J.getBBox=="function"}}();function M(J){return J===y(J).document.documentElement}function B(J){return i?P(J)?R(J):A(J):m}function N(J){var K=J.x,se=J.y,ee=J.width,Q=J.height,le=typeof DOMRectReadOnly!="undefined"?DOMRectReadOnly:Object,$=Object.create(le.prototype);return p($,{x:K,y:se,width:ee,height:Q,top:se,right:K+ee,bottom:Q+se,left:K}),$}function G(J,K,se,ee){return{x:J,y:K,width:se,height:ee}}var H=function(){function J(K){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=G(0,0,0,0),this.target=K}return J.prototype.isActive=function(){var K=B(this.target);return this.contentRect_=K,K.width!==this.broadcastWidth||K.height!==this.broadcastHeight},J.prototype.broadcastRect=function(){var K=this.contentRect_;return this.broadcastWidth=K.width,this.broadcastHeight=K.height,K},J}(),W=function(){function J(K,se){var ee=N(se);p(this,{target:K,contentRect:ee})}return J}(),ae=function(){function J(K,se,ee){if(this.activeObservations_=[],this.observations_=new r,typeof K!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=K,this.controller_=se,this.callbackCtx_=ee}return J.prototype.observe=function(K){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(K instanceof y(K).Element))throw new TypeError('parameter 1 is not of type "Element".');var se=this.observations_;se.has(K)||(se.set(K,new H(K)),this.controller_.addObserver(this),this.controller_.refresh())}},J.prototype.unobserve=function(K){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(K instanceof y(K).Element))throw new TypeError('parameter 1 is not of type "Element".');var se=this.observations_;se.has(K)&&(se.delete(K),se.size||this.controller_.removeObserver(this))}},J.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},J.prototype.gatherActive=function(){var K=this;this.clearActive(),this.observations_.forEach(function(se){se.isActive()&&K.activeObservations_.push(se)})},J.prototype.broadcastActive=function(){if(this.hasActive()){var K=this.callbackCtx_,se=this.activeObservations_.map(function(ee){return new W(ee.target,ee.broadcastRect())});this.callback_.call(K,se,K),this.clearActive()}},J.prototype.clearActive=function(){this.activeObservations_.splice(0)},J.prototype.hasActive=function(){return this.activeObservations_.length>0},J}(),ne=typeof WeakMap!="undefined"?new WeakMap:new r,oe=function(){function J(K){if(!(this instanceof J))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var se=x.getInstance(),ee=new ae(K,se,this);ne.set(this,ee)}return J}();["observe","unobserve","disconnect"].forEach(function(J){oe.prototype[J]=function(){var K;return(K=ne.get(this))[J].apply(K,arguments)}});var q=function(){return typeof l.ResizeObserver!="undefined"?l.ResizeObserver:oe}();_.Z=q},74284:function(d,_){"use strict";var e,r,i,l;if(typeof performance=="object"&&typeof performance.now=="function"){var c=performance;_.unstable_now=function(){return c.now()}}else{var f=Date,o=f.now();_.unstable_now=function(){return f.now()-o}}if(typeof window=="undefined"||typeof MessageChannel!="function"){var h=null,u=null,a=function(){if(h!==null)try{var $=_.unstable_now();h(!0,$),h=null}catch(j){throw setTimeout(a,0),j}};e=function($){h!==null?setTimeout(e,0,$):(h=$,setTimeout(a,0))},r=function($,j){u=setTimeout($,j)},i=function(){clearTimeout(u)},_.unstable_shouldYield=function(){return!1},l=_.unstable_forceFrameRate=function(){}}else{var x=window.setTimeout,p=window.clearTimeout;if(typeof console!="undefined"){var y=window.cancelAnimationFrame;typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),typeof y!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var m=!1,b=null,S=-1,D=5,R=0;_.unstable_shouldYield=function(){return _.unstable_now()>=R},l=function(){},_.unstable_forceFrameRate=function($){0>$||125<$?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):D=0<$?Math.floor(1e3/$):5};var A=new MessageChannel,P=A.port2;A.port1.onmessage=function(){if(b!==null){var $=_.unstable_now();R=$+D;try{b(!0,$)?P.postMessage(null):(m=!1,b=null)}catch(j){throw P.postMessage(null),j}}else m=!1},e=function($){b=$,m||(m=!0,P.postMessage(null))},r=function($,j){S=x(function(){$(_.unstable_now())},j)},i=function(){p(S),S=-1}}function M($,j){var ie=$.length;$.push(j);e:for(;;){var me=ie-1>>>1,Te=$[me];if(Te!==void 0&&0<G(Te,j))$[me]=j,$[ie]=Te,ie=me;else break e}}function B($){return $=$[0],$===void 0?null:$}function N($){var j=$[0];if(j!==void 0){var ie=$.pop();if(ie!==j){$[0]=ie;e:for(var me=0,Te=$.length;me<Te;){var Oe=2*(me+1)-1,Ge=$[Oe],Ue=Oe+1,Mt=$[Ue];if(Ge!==void 0&&0>G(Ge,ie))Mt!==void 0&&0>G(Mt,Ge)?($[me]=Mt,$[Ue]=ie,me=Ue):($[me]=Ge,$[Oe]=ie,me=Oe);else if(Mt!==void 0&&0>G(Mt,ie))$[me]=Mt,$[Ue]=ie,me=Ue;else break e}}return j}return null}function G($,j){var ie=$.sortIndex-j.sortIndex;return ie!==0?ie:$.id-j.id}var H=[],W=[],ae=1,ne=null,oe=3,q=!1,J=!1,K=!1;function se($){for(var j=B(W);j!==null;){if(j.callback===null)N(W);else if(j.startTime<=$)N(W),j.sortIndex=j.expirationTime,M(H,j);else break;j=B(W)}}function ee($){if(K=!1,se($),!J)if(B(H)!==null)J=!0,e(Q);else{var j=B(W);j!==null&&r(ee,j.startTime-$)}}function Q($,j){J=!1,K&&(K=!1,i()),q=!0;var ie=oe;try{for(se(j),ne=B(H);ne!==null&&(!(ne.expirationTime>j)||$&&!_.unstable_shouldYield());){var me=ne.callback;if(typeof me=="function"){ne.callback=null,oe=ne.priorityLevel;var Te=me(ne.expirationTime<=j);j=_.unstable_now(),typeof Te=="function"?ne.callback=Te:ne===B(H)&&N(H),se(j)}else N(H);ne=B(H)}if(ne!==null)var Oe=!0;else{var Ge=B(W);Ge!==null&&r(ee,Ge.startTime-j),Oe=!1}return Oe}finally{ne=null,oe=ie,q=!1}}var le=l;_.unstable_IdlePriority=5,_.unstable_ImmediatePriority=1,_.unstable_LowPriority=4,_.unstable_NormalPriority=3,_.unstable_Profiling=null,_.unstable_UserBlockingPriority=2,_.unstable_cancelCallback=function($){$.callback=null},_.unstable_continueExecution=function(){J||q||(J=!0,e(Q))},_.unstable_getCurrentPriorityLevel=function(){return oe},_.unstable_getFirstCallbackNode=function(){return B(H)},_.unstable_next=function($){switch(oe){case 1:case 2:case 3:var j=3;break;default:j=oe}var ie=oe;oe=j;try{return $()}finally{oe=ie}},_.unstable_pauseExecution=function(){},_.unstable_requestPaint=le,_.unstable_runWithPriority=function($,j){switch($){case 1:case 2:case 3:case 4:case 5:break;default:$=3}var ie=oe;oe=$;try{return j()}finally{oe=ie}},_.unstable_scheduleCallback=function($,j,ie){var me=_.unstable_now();switch(typeof ie=="object"&&ie!==null?(ie=ie.delay,ie=typeof ie=="number"&&0<ie?me+ie:me):ie=me,$){case 1:var Te=-1;break;case 2:Te=250;break;case 5:Te=1073741823;break;case 4:Te=1e4;break;default:Te=5e3}return Te=ie+Te,$={id:ae++,callback:j,priorityLevel:$,startTime:ie,expirationTime:Te,sortIndex:-1},ie>me?($.sortIndex=ie,M(W,$),B(H)===null&&$===B(W)&&(K?i():K=!0,r(ee,ie-me))):($.sortIndex=Te,M(H,$),J||q||(J=!0,e(Q))),$},_.unstable_wrapCallback=function($){var j=oe;return function(){var ie=oe;oe=j;try{return $.apply(this,arguments)}finally{oe=ie}}}},43014:function(d,_,e){"use strict";d.exports=e(74284)},18947:function(d){"use strict";function _(e,r){if(e===r)return!0;if(!e||!r)return!1;var i=Object.keys(e),l=Object.keys(r),c=i.length;if(l.length!==c)return!1;for(var f=0;f<c;f++){var o=i[f];if(e[o]!==r[o]||!Object.prototype.hasOwnProperty.call(r,o))return!1}return!0}d.exports=_},19747:function(d){d.exports=function(e,r,i,l){var c=i?i.call(l,e,r):void 0;if(c!==void 0)return!!c;if(e===r)return!0;if(typeof e!="object"||!e||typeof r!="object"||!r)return!1;var f=Object.keys(e),o=Object.keys(r);if(f.length!==o.length)return!1;for(var h=Object.prototype.hasOwnProperty.bind(r),u=0;u<f.length;u++){var a=f[u];if(!h(a))return!1;var x=e[a],p=r[a];if(c=i?i.call(l,x,p,a):void 0,c===!1||c===void 0&&x!==p)return!1}return!0}},98040:function(d){d.exports=function(){var _=document.getSelection();if(!_.rangeCount)return function(){};for(var e=document.activeElement,r=[],i=0;i<_.rangeCount;i++)r.push(_.getRangeAt(i));switch(e.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":e.blur();break;default:e=null;break}return _.removeAllRanges(),function(){_.type==="Caret"&&_.removeAllRanges(),_.rangeCount||r.forEach(function(l){_.addRange(l)}),e&&e.focus()}}},797:function(d,_,e){"use strict";var r=e(54723);d.exports=function(i){if(typeof i!="function"||!hasOwnProperty.call(i,"length"))return!1;try{if(typeof i.length!="number"||typeof i.call!="function"||typeof i.apply!="function")return!1}catch(l){return!1}return!r(i)}},95562:function(d,_,e){"use strict";var r=e(57046),i={object:!0,function:!0,undefined:!0};d.exports=function(l){return r(l)?hasOwnProperty.call(i,typeof l):!1}},69574:function(d,_,e){"use strict";var r=e(797),i=/^\s*class[\s{/}]/,l=Function.prototype.toString;d.exports=function(c){return!(!r(c)||i.test(l.call(c)))}},54723:function(d,_,e){"use strict";var r=e(95562);d.exports=function(i){if(!r(i))return!1;try{return i.constructor?i.constructor.prototype===i:!1}catch(l){return!1}}},57046:function(d){"use strict";var _=void 0;d.exports=function(e){return e!==_&&e!==null}},36736:function(d,_,e){"use strict";var r=e(59301);function i(y,m){return y===m&&(y!==0||1/y===1/m)||y!==y&&m!==m}var l=typeof Object.is=="function"?Object.is:i,c=r.useState,f=r.useEffect,o=r.useLayoutEffect,h=r.useDebugValue;function u(y,m){var b=m(),S=c({inst:{value:b,getSnapshot:m}}),D=S[0].inst,R=S[1];return o(function(){D.value=b,D.getSnapshot=m,a(D)&&R({inst:D})},[y,b,m]),f(function(){return a(D)&&R({inst:D}),y(function(){a(D)&&R({inst:D})})},[y]),h(b),b}function a(y){var m=y.getSnapshot;y=y.value;try{var b=m();return!l(y,b)}catch(S){return!0}}function x(y,m){return m()}var p=typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"?x:u;_.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:p},1719:function(d,_,e){"use strict";var r=e(59301),i=e(37573);function l(x,p){return x===p&&(x!==0||1/x===1/p)||x!==x&&p!==p}var c=typeof Object.is=="function"?Object.is:l,f=i.useSyncExternalStore,o=r.useRef,h=r.useEffect,u=r.useMemo,a=r.useDebugValue;_.useSyncExternalStoreWithSelector=function(x,p,y,m,b){var S=o(null);if(S.current===null){var D={hasValue:!1,value:null};S.current=D}else D=S.current;S=u(function(){function A(G){if(!P){if(P=!0,M=G,G=m(G),b!==void 0&&D.hasValue){var H=D.value;if(b(H,G))return B=H}return B=G}if(H=B,c(M,G))return H;var W=m(G);return b!==void 0&&b(H,W)?(M=G,H):(M=G,B=W)}var P=!1,M,B,N=y===void 0?null:y;return[function(){return A(p())},N===null?void 0:function(){return A(N())}]},[p,y,m,b]);var R=f(x,S[0],S[1]);return h(function(){D.hasValue=!0,D.value=R},[R]),a(R),R}},37573:function(d,_,e){"use strict";d.exports=e(36736)},45097:function(d,_,e){"use strict";d.exports=e(1719)},1012:function(d,_,e){"use strict";e.d(_,{Z:function(){return y}});var r=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),i=new Uint8Array(16);function l(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(i)}var c=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function f(m){return typeof m=="string"&&c.test(m)}for(var o=f,h=[],u=0;u<256;++u)h.push((u+256).toString(16).substr(1));function a(m){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,S=(h[m[b+0]]+h[m[b+1]]+h[m[b+2]]+h[m[b+3]]+"-"+h[m[b+4]]+h[m[b+5]]+"-"+h[m[b+6]]+h[m[b+7]]+"-"+h[m[b+8]]+h[m[b+9]]+"-"+h[m[b+10]]+h[m[b+11]]+h[m[b+12]]+h[m[b+13]]+h[m[b+14]]+h[m[b+15]]).toLowerCase();if(!o(S))throw TypeError("Stringified UUID is invalid");return S}var x=a;function p(m,b,S){m=m||{};var D=m.random||(m.rng||l)();if(D[6]=D[6]&15|64,D[8]=D[8]&63|128,b){S=S||0;for(var R=0;R<16;++R)b[S+R]=D[R];return b}return x(D)}var y=p},56754:function(d){"use strict";var _=function(){};d.exports=_},85239:function(d){"use strict";var _=!1,e=function(){};if(_){var r=function(l,c){var f=arguments.length;c=new Array(f>1?f-1:0);for(var o=1;o<f;o++)c[o-1]=arguments[o];var h=0,u="Warning: "+l.replace(/%s/g,function(){return c[h++]});typeof console!="undefined"&&console.error(u);try{throw new Error(u)}catch(a){}};e=function(i,l,c){var f=arguments.length;c=new Array(f>2?f-2:0);for(var o=2;o<f;o++)c[o-2]=arguments[o];if(l===void 0)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");i||r.apply(null,[l].concat(c))}}d.exports=e},4977:function(d){"use strict";d.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMwAAACaCAYAAADl9acYAAAAAXNSR0IArs4c6QAAIABJREFUeF7tXQd4U1Ubfs/NaJtO9kzLahFQEJkiUBBFUFFkCCjiAAVFERT5FREQQQXBBcpysWRP2RtkKRsEOphNodCZdDfjnv85CU2TZt2bhABNDw9PmtzvrO+c957xLQIP0pkz1yrQIEmwwcDzHhTj91klEo7jpcG5zetWUJdmRjmPvTM9GI9JgSGvadOoLE9KJJ5kPp2YXLtZdO1kT8ooz2vigCNelvPYezPEG7z0CDAn4pJqPvJA5A3vdcl/S3LEy3Iee29OeIOX5YDx3nh4VFI5YDxin6DM5YARxKb7g6gcMHd+nMoBc+d57LKGhCQ1ZURBCoVL2nKCO8sBZWW50x1TOWDuLP8FlV4OGEFs8glROWB8wmbPKikHjGf882bucsB4k5t3qKxywNwhxrpRbJkGTOx0ehlA3d9e5VEtzA3ulGe55zmg1QOfrCVo34BgQGvr5rLDRl4RRZG+5NjBESBc4FHw1LlrCAuPsCo0JjKi7J5hYqfTXADBq4byCJLf82Nf3kA3OfD9LgKdgeCzZ4CUTJ1VKQFyKQgpmeMSjiKvQC+oplspN/wOMDcBVFv0Bo+KwYJ4VE50H3Jg7j6CWzkEX74A3MrSgTfeKZpSaBCHcAVn/JunBHlFPDR5BkG9LMjPt7mZLOtbskQADea9wqOW9coqiGHlRPcHBxYcJriQQvB9P+v2cqCwWFxgoOJk6JeTNX4HmJMAHv6xP4/6VXw/+OxNx/bM/pIohdUE9VW/VxwjOHiJYO5A6xolpGSpYW3jIW4w/A8wM+h+UHSY2pvHgzV9NXymeor0wPc7Cf7XzWJ/4Nsm+Ly2LzZx+OwZ3yuVbzhNsPEMwcI3rM8wMikHiURi5gNbbQoKrc84zpjkj2eYzQC6f96DomUd305ctrp8tp5gSk/f1utzlFhUOHYthy9f8D1gdpwnWHiEYOVQ6zNM6QM/AY+CImHnF9YtfwTMCgB9P+5G0SHa9xP3bk2gT9cBU3r6Hjp95nBYNcz3gDlwkRhX843vlfS59PmFHfjFzgC/2pJ1nEEnEIpIAG+834Wia2Ox7PJ8wt0twLz7J8Gsl3zf316zCVYPsz5oe85F1yUcu0YwcQPBjlElZyjL8wsrQeyBn+XxK8DETqefgyACFCPe6kjxfDPfT6C7BpilBLMG+L6/A34h+P1VikCZ60nuTYpzN4AxqznjCqPOMZ1RSp9f2OVLYZH1lbOrNvjVlswIGEAKYOyrj1K82NL3E+huAWbEMnbFSn1+Qzd4AcE3fajPZV6X04D3lnHGM4xOawKFJwLLYiD5H2AoCkHwJQMLA42v090CzJjVBBN7UCh8rN3AgDrqCYq6lX3L6RQ1MGQRhwWvA7UrALbnFzCJjOhG+d2WjFCkUYKZPZpSDIv1PWDGrycY34NCahI0+yxN/Ivg3c4UlUN8VqWxok/XEfRrSdG0tm/rzcoHBv7KYc5AILqqLWDcOb/45RmGEFyhFL8/0Yga33y+Tl9uJhjxOEVIoG9rnrqVKSJSRFb0fb3tG1A81sC39TLRSu85HL57Eaii0Bm3oqEKqZXSJaUURUxTU0Tyuy0ZAc5SYCUbxE+6+x4w3+0kGNiWooqP3/Qz9xB0bUTRsLqI2eEFUlbvA9WBJxv5ltdMit9jFocpLwB1InQIkBEQTmLUHStOBoMBOr24K2+/AwwPHOKArS2iKCY9VzKIg34jyMgTv6f1wpwqL8JLHKgUTLHwjZIxZTKg0V2Bzg2tLzvYBYA75xe/25J1mkEnGAzYyXE40KQmMK23uLeLN8b1j0ME7epTxFTzRmnCy/jzXyCqIny+NVryDzFeKfd+xLcrDOMMO8MMfgx45iFrOZA7AstiTvvVoZ91usM3tClHcLpeZWDmAN8DZtlRgkY1KJr5+BC87hQQLAeebCwcZN6gXH6MgG2P+rfyDmD+WLoV8xZugkIRiNh2TTHghcfRoF4tFBZpkXgpGQ81rmdu9puLOLzwMPBYPR1Cgzw/v7CC/WpLxjrc/jtaT2LApRrhwC+DfA+Y9aeI0dKzbT3vTCChk3r7eaBABzzfTGgO79CtPUmM9b7U2jv9bf3kOyjSlihLcoSg93MdkZ2Th227j2Hoq8/inTeeNzZ+xFIOsTHAsw/pAeL5+cUvAdPuG1pVRnArQgEsGex7wGw7RxAgBTo19M4EEjqtD1wEkrPYm15oDu/QbfkPSM0hHsu8du0/gSnfLkFGVrbThjFLynULJ6FOZHUw2RNbyd/qUJLFHZV+ywr9aksWO4Ou0BK8KueRz/bVq++CUuD+RGbhB3R/0LeAOZEEnFIRvPGYb+vdGw+cvU7w3uOe1dv+mfeRk5svCMUfvz8AA3o9jgkbCJQVgPe7lGTz5MDvj4f+VXs/JH1ip1PmAkHy17u8z42bjl4lxjf9C809m0CCZo4FUVwKsDPOJLz0ZTp6Fdh6jtnWe1bvuCm/4q/tRwQ1/b03e2LIwGfw1RaCkADg425AOvPkYCHZd0cG43dbsk4zaDFgWHiHcG85wjBQoEhnMhAzf5r/Jihkf9/+fjXDtDXqGA108+Eqcy0DYAfwMU95NnEFzVgLovibwK8HCab19qze61s24Pf5K7A5KwB5vHM1CblMij9m/Q87rtc1jsek54CMPIBayGD0BgP0ImUw/gwYFiqjllhHGAcvAkuPcijU8cgv0KGgSGv8LNJqweu1MOh14A3ss+S78W+Dzuo3RsPoTy0YgIjQALFz0C36tBzg570EE3p4NnHFVn5TA0zaSPDzy57Vu2bIS6jF67BDHYBHgnVI0kow+6ZjLyZNm9RD+35jkZINfNO7ZIVhEn+e16NQ6157/OqWjJ1h9n1IXoydTi8AeGD+KzxqinCEsfkswfBJC2HQacXOG7v0B+e9CGXVUK+U5aoQdm5iE3eqh296R/XoDEBu0e3/hcz3FzF+Z292trI91Zgav7N2tKrDrrfFTdgTI4dAl61BipZDDXYINRCMvBrusNvBikAMHT8LTM3/pwElK4xMAuQV6uBuKK4yA5hEVfY8SvmmHCETGyjDtzqbQLHf0KMgaCnWEcaW/whGT1mAHHZP6oW09bueaFy3khdKcl0EO+y+v4xgphs2MWxbs+K46bLCDIoi6+9iVLKY4PbTp8UB5t8h/UB53qimz1aJA9lyLExz7H1vyMCnUa15L/x9EfhtkIk/nh74y9ShPz5JnUGA26qFZIdcTofWqR5xxd5Uip1O9wDoJNYRxs4LBB9PXYxUdaHrGSqAYuWUp9GmSQ0BlN4h8cTq8qVfOGgKStpBeAoJb4DEYPrPsU89b/5e/LvEYPubLCIQX06NEtWpfwa/yA4h0FEgqVCK71OCUeTARdLLfbpg9PAXsfGsBBtOA0uHmKpyV0PZsqFl5lo5QaXWgRqNw4pTHiEYGa2M+KX0yMROpxsA9BDrCGNvAsG4GcuQdMt45eJx+nXsk3iyNbOY9k161wOry8/GqZCr1t4GBA/O3T0Nm7gSDl/89IBRHiU0nRk3CgU3knEmT4pZN51rrjI5TN2oGmCOMP44BKx7B8jINemP8ZRCK2Y5LNXAMrMlS0hSpwKw9TRGME+XHf5ekybEfPCInU7/BDBArCOMw5cIPvt+JRJUGqHj7JRu2rsd0P+JGBuanELTTVpwwO3/cnjFxNcTwMz95hquxud5pd+skIEfR6NJA+F2y6o1S3Fj4xpj/X9lBmK7OsDuChMUKMf+v36AXC4Fc4QxYwew/X0gM8/k5VKvN0BvcF9gfc8CJuGWuh4twgoQnJSBzK+nDP+3eLTsBahJSNL8DdD29kaUAFsDSU4vpVJp3FTETqdzAbwl1hHGySSCCTPX41RimlcmzthBrTCsV1Obss5cJ2hWXQupTIoiHUW+1nRYZkcn5kRbTzlIOQq5hBmimfRu2RwoeU4gl5rAFiI3Odpmb/NRK0zXu+zgKzZtWZWK/VvTxWZzSP/EK5HoEivcxsFQWIBzk8caVxmWmMT+g6thNlfMg/p1xYfv9DXSMEcYEzYAu247wnBXQ9myE/fslixRpf6FUgw2N5bgDChmk6Lw33MMqkqlg8JeVKmn8hRjHI0QIdgbiJynGWhiZ9AZoPhgaEeK50Q4wmDCvwmzt+HwGe8EcH67V1N8MshWV4UBpnlNLQID3Lcn5nkKrZ6iUEex4azEqC08di0BW1XDgsTP+2NHsrH6F+/0m9Xetns1PN9b3IWHPi8XyetXIOPoEeg1WbhYKMGK9CCoiiSoWq0SnuvWzqhLVuyoz+wI411mmi3epZI9Lt2zgElIUht9INtpdDJPMUsSGf59NCFFxc8TknI6AoZ9LqbCmj+V4X33zMAEAOMHtaXoJ0KLVpUJjJuzD3v+vSh+xtnJ0ffxaMwY0dHuCtO8pg6BAcK3LI4axCTai/4hRsBM3kww5DGK6o5vYx32S52pw9QxbEi8k6o2DMeoj2q5VVhqNnB29JsI0TP5M6Dj5Gg7dwmkpVZOsyOMtyg4joDyBhRq3d+Osbru3S2ZSp0LCmf+9ZM5CUY3qBWx3LREUy5RpbkKQOl0FAimvrksPAME08Q6wmD74DGz/8H2A/+5NdClM8U2r4VFE7rZBcwjtXQIkHsOGLbSLP7XBJhvdxD0fJiinhs+pVk5n41IBM/UFryQSHggvpxRooovpsgdFwjoD8MQri3ZIso/XYzm9a2FwDfUAFPxX/AaRYSCeCR/KW7fvQuYJE0RQF3vSQh2UQn3bsOaYXEJSZrPADrJBfP5BceCVx+4LO0r1hGG3gC8//Np/LXrmJjxdUhbv1YE9vzU22eAmbOPBRmieNCNFzvP8/jhaxVSL3vn4M9zBJN/bgSZgJsyplZ0KQ24oSZgq8vmE4V4+9hrkNIS8O5uPhbNOz+CprWpWRhd7Ahj9svMYM871rT38pbM/q2XvelHoeU4bpxBgt+Jjr8MAqfi80NXZEW/H1UEuOMIY/zCRPyxZr9XABMSJMP5pbelahYlsjNMi1p6402Pp8lyhWEhIBpVp2hdV1yp6nwgPAhYvzQF/+zOEpfZCfXgz6LRIMrxKsq0B5YcKsL6UxRFvBygelBdLjhZGMCx/RfTKWMCUGZzbAClvJEmtiGH97oEGLdhzBHGjL4UDyvLOmBUmn9AaamAay7GimAXgdErzG1RlX36k9el+PlgsPFtK9YRxtwtNzBl7havTZoLywYhuJRbSCNgauvBlAg9TQYDjyVHOeOWbOVxoEoo0Mn2JttpNZvOcmhfn0KTXoTr8TlITSnCrRSt8TMvV7gj79KVPDskCo+1tb/rZkLScavzcTlTARBrZUu+MB1coHNHZ8rQXEzvH4T+8yWY9DzQrj6QptFDzzRlPUj37JbM5pZMeCfZK5CNgsPt3PlbEny3LwSlHWEIqWLzcTWGfbFaCKkgml0zeyNaaa3QdqcAs+msSa2k+4OCmmYm2nyWQ98W9idabo4eqSla3EopMn6m3mRgKkJ6KlM6dV5Plz418ES3CjZE7Ar9w2X5UGXbv3bmC1NBAiqBEOf34zFhKlzLq40PuxK0i8qFutBzRdd7FjDx1zSDCKELxA2tmZoyyztqqc9tUdDlDAm+2hUCdxxhHIwrwOAJy5EvIkSCsz78Nq4rnmhpfU/BANOytgEydwQmpSpjQro/b68we+JNArzej4jjKouz0q+luDwGAzWCxnI1Kr0qPfpEZTzXv6pVwUzf6+MVBTiX6vi+hxoKQfUF4AJswWZZGF+UCUN2IsYMaINnbcVd4jp0m/qePcNcvJlTldcaUm5vVN3qnKNM1zUcJm4LhTuOMP65qMWYGWtxJcU76jGT3nwUrz1j7ZnCCBilAbLS96RucIFJtv88ZpLD/HMZSEgFXmkrrqANp2yjEYsroYRar6f44I3zxh9qNwnH8FHWNxBLj2ix6F85SKltmGV9lBrAF6RConCuh8fotCn7MSC2Fob3ELkPddDBexYwrL2JSZqtFPQpdwfHUT7mf+zjTWFwxxHG8St6zPhtCw6cZXcSnqdhLzTF2FethZcMMK2UBki9DBgmbz18mYAJbMUk5shiYBsxORzT5ucZ8PHbcUaC4OpBGDe55AbiShqP9/40gHLOt058UZbxXMPJnQuUKK+DLi8DEs0R/PJBLIIVwjULHPXgnt2SsQbHq7JeIJSYFIi8mNgeeeT6cFRQAItFOsL4L5li0do9WLrLriK06FZ2e7QO5v3PwugcgDcBo9MbsPT2CnMxFcYwdiNFuMhlKjcs/J23AMMEoONHJhj5JA2T44tvS2TTo5cX4kKqY5X9YuYacq9CEhzlMngmr8uGQasFLUpDPcUV/DCiKwrcNBwrrvueBsyKFVTSvG32aQraRPRMdJKBWaa+vSrcqNAo1hEGsyD8Y/1R/LzmjFea1EBZAbtn9rIqywiYSB5Siecey3U6A5YeN23JmCCPORIcK8IWhV0ps1Wpj8hzjyPmsDPN5P+ZNCWInMOXPz9g/PtgohZfbpEZ3SE5TxSGXBUkIa61vPnCDLCzFEuGrOMY1q02Xunq2VS6p7dkrKOJ17N7UAPP1PG9moatCoOBJ9go0hEGe+P+vC4e3yw84JX2VAoLxMmFL9sApnUkD4kXAKPV6bHsuNQIGDb5p28nmCwixmZSJnA5jeCZh1x3NzfpKi7M/xlFGRmo0qoNqnfohPAG1mcH1dUCfDP+sqkwjuCreY2Mf478swiJGa6V3Az518EFVgHhXMu0DYUZ4G8Dhuqy0Sg0EfM+8myHf88DhjEzIUmzAaA9XA+ZcIqR60KRp+XgjiOM3Sdu4s0vtyAkSIrgQCmCg6QIYZ+BMuPf7Dfzs9vP2bPi34ICZTh2szJ6NM41HuyrV7f2G8tWmNZRPCSc5yuMJWCYGcjHawm+7Sv8DPPfdSBfS9C5oWveHhg+GFqNyfRBEhgIeWgY2kz7AZysRDh5KT4fP0y5vZ0lwBdzGoO9FwbOK4S6KMDpCkP1eaD6fCNghCSDNhe8zmTsVznrMD59XIGa7Wx194SUVUxzT2/JihuZmJJThWoNZ0HgNY/EH28MRUY+B7GOMFibcrJzkJuXB3Z1zXHc7U9ivNlh0mX2aXpm/7ekLA57E6R44zHm5slWAs0A0ybKpDDoaWLhHJafMK0wLIm1ujx0iYD56WgrQO3ryuplSN6xzajkqM83+RCr1aUrol95A5zUJIT971QO5n2bZPybXYRNntsYvx4guLJrL1qkbsD2moOQHP6wlUskRkt5PfiCm5AEC/exa9DmgNcVoVL2KQy59RsqhAQg6tPvwAU5U1F0zvH7AjCsC4mqnE6UGpitvsfSJ0IIHb8lmNzIlkCsIwxPJzDLf10NrDtJMNyBjzDvAkaH5SdkbgOGOf5oVAN4sKawnl+YOwspf+81EzPIh9VvgCbvfoDAKlVx9JAai+ZcNz4PVBBE9W+M07uPo9/laeBgknSeC22ObbVeQ06QCRzselivuQhZBNveCX+JGAoyEZEThyE3fkIYNa00yh69UPdF6y2wsJ6ZqO6LLZl5pUlW9wHFMkrh6mTokgdf7QzG5UwpxDrCcFmwAAImPPztIMHorva3RkbA1GEhGoRPDkfVMj/EVoARaabM2vliCxj9QQtJ1GDAtU3rcGPXDmjVWWDfWWJbtHp9BiCwRScU6KQICJRg4VEp4g8ex4tXvrFSpGT0JxXNsKraIEgVFaHLuQ5ZSE1wAeLsEioRFZ5PnAVlTok5hiQwCG1+mAupwr1V5r4CDGNkgkrzEij93Znqi5CB/XafAhduySDWEYaQsl3RFGiB6Tsce4NkgGlbx+WtqatqjM9ZlOAVJ0tWmPeWEvzYX3gYcOY9cuKzsLE1EVK5oagQJ7/4DDlXS67gZTVqI6dlXxwNaIXrJ06j75UZkFhoHbNyK7Zqh2E3usHAlCupDgFhtSAJEmdsxsqJqZSHevmJaHPoC6vm1nvpNdTu7t6R+L4DjAk06t7M+tKuDb+QkQTw00EFTl2XQawjDIHFOyVj6h+frSeY4uC2it1MRVXgIeUIpBLTWcjdxMJArDgpN2/JPlpF8PlzwoPDjl9v0vZ1N2k1apz+ehJyVaZzS3HimUMKIoWUWrusqtDqUTR46308/bUKekghU1QBkbq+PbPXPkNuEog8DAOS5+ABzVEzSWj9GDSf+JVbXbovAcNs+oODFYSjsp8oqCm2gcj06z9BOHJNbjTZ7RDt/oQQWa2ZXEw0ZWY1yYzYGdCYuj5L7AJNwgBlvHRgj3mjnfvtx0YlS/Zcp9dj6wU5nmpiysccdLMYm5UECr3HruHwQ3/P+KPLzcWZ6VOQfdG5xWbVzl0R9fJgEI7DjO0Eu85rQSTuH1lbV45HbmYSzl1OR+2im4g0ZEJpyETdAC26zpnv1tDdt4AptulPNJ1rplMKUY6uFh8PxL5LARDrCMMtLtvJJAYw3qqTlcOCw7JYLUoBwWHZWWvBIYJxz3jeAiZxv7R0AZJ3bIetdT1B7T4voebTPc0VMbe2G08Wur26sII+6JyD5x4JQU6+FkfOp+DA2es4fO4GsvO1qFk5BE3qVEaTupWNn9G1K0AmILT1fQ8YxhhKqfTi9ewBoPQjSiFAxAasOh2AbfGBRr0qMY4wPJ86phLuFmBm7ibo2oSioYAL+uPXgKvpBIMe9VavgctnE5C7fyuyz58Bc2oRVKMWaj7XBxVbWGuELjxMsOxIAYjUtaqMo9Z90CkHz7WwXkoNPMXZy2k4ePYGDvx3HVdSTHIjBqCVn7verJQJwBQzjKnzJyRlPcZJuJ6UxwsAHEoP/joXgA3nAiHWEYa3ps7dAgyTeTwSRdHcuecDYzdXHCN4oBrwaH3v9Fqr55GWmY2ICNe3XWtOEvyy17MVZmRsLnq2dH4bdv5qBt6Ytg3d29TDOAFvhjIFmNLDGp+c1UxCycs8xTu3jcrMJDvi5VhxOghiHWF4Z+rcvRXGGBy2EvCYABB8sZHggycpqoa6f+lgya/MXC20RUUIDXV9gGJueb/d5tkZ5r0OOejd2nldm/+5gkkLDuOzQe3QrY1r2+0yDZjiwbp4PUNJeelKSqlZSX3/ZRkWHVNArCMMbwFm/AaC8c9Qt65rPWkDCw7Lggw9YVLhcprWnCCoH5qKGmHUaC4tl8sgl0kgl7FPqWhdt6upuQiWc1AoXN96MSd849ez62/31YPeeSwHL7Z1DpixvxzA7hNJWP9lL1RmjgtcJL8ADOOBSkWDCqiGaQoYlYn+TZJh/hEF3HGE4YqpQp7/sC0PrzRPhYxPg9yQjmCkoTA/HUV5aZDq0wBZBQQ0my6kKFE028/BGODpOYHBYfPy8qDT6aDT6Y2flolpUxeDhznscAWkfxKzEFNDAbncteIk8xIzYinxSBj1VrtcvPSo4y0Zs0Z96qPVqFpBgcXjnhXEx/saMCZfZNmTQCjTmZCAEC0oUglPU3iOnDEYtCcb16nCrDaN6ZxKU1HK0xOEIOrMDSlmHnDPEYZLzhoKAW0aivLSQXRpCKRp4HTpKMxNAy1KN36XE+cRAHjKIb/pckhk7h967bXz70STao47wWHZ9bZebwJOMYDY38Zrb4vEtKwZeAKMq5IJSDKZFOuPpqFr8yqCNBjYDd3AXwwgnPu+2Qa3zccrjzleNY7G3cR7P+7G8+2jMWaAMH8r9zVg4pKynudA1jmawExnjKf8fwRkAwF+j46MuJSoyupEKdkdnyoh0/e65wjDUX1c3MdA3hUEEO+YL6fU+BwRNUQa07tAM7v5OpNM8LoXg8PqDXrotHrojUDSQafXgXmrKZ3i0uV4vKkwiT2TJ/WcqYWBBLp8PzkieK1NIV5r71iO8/2qE1i2O8542GeHfiHpvgbMRVX2RzzlpwnpKCGEOa76i5dynxCeTriaTvpP2RnqliMMhwC9MBaBBaeFNEcQTU7FvpDWeU0QrVCiCynA7jjHip9Cy3FFxxz/mVYi0//sPD2u5wWgXUOBSmkAXvtVj7R819s3R215ta0Orz/m2FVVnwkbkJyWa7xOZtfKQtJ9DZiEpKzXAfKbkI6W0JAiQrDyZjZ5adyWUM4dRxiO6qOqRVCkLRPXHCfUt2gjhLXw7jmGBYdl18Uf+Tg47K4LBCz0uZh6P1oJnL/p/qH/5dYGvNnBfv5rN7PRb9JGVAoLwoavrC1enQ3gfQ2YC1ey6kil3CV2lhE7S7MKuMIxf4UGuuMIw1FdhszjCLk6XmxTHNLrqRT5TVdAJnNfPaR04cbgsPsIJjzrmbqL2E4evgxsPy+uXubM7+Vfmbss9661X2lDMdhuABRgyc4LmLnmJGKbKfHlW8KNyu5rwLBBS0zSbKBuWGOyWCoj1rrnCMPRZNEX5SLk3ACmVih2PjmkV9WYiso1RHrec1I7i1HJ5Ct3Kjiso6rPXgeY9P6bPsKB2uSRWKSlZbjNy3FjhuOTD5kIzja9891OnEhMxVs9muHVbsL5e98DJu5ydkNOxh934enfhmPsUDl0ZRgCZUS0IwyHWzJmqPPfcATorrk9yKUzZld5DTKlKUCQNxLr98jlJhV/X6ZrmcBXmwnmDBReb2R0CxQWmiOaiG5uj+5dsOyPH23yMd2ybmNWg6nJfDv8cbRpLDzO6H0PGMaN2zYyi8Q6/Ru+Ogw6A8FfIh1hOBs5evE7KLJ3ih5cRxluSR5FWLNxXiuPFeRJ6D53G5KWC3y4gmDhG8IAw7Ssa9Vlpsrup8jaNXHh+A6bAnYcu4bPfjto/H3z1D4IZ5JcgalMAIb1NVGlHkwpmQ1QwRf3H6wPRU6Re44wHPHXcGMTQm7+LJD9rsnU+soIaO2ux1z75Yu163fdStcUuYXA6wsIVg4VBpjMLDUeaOrgAOK6OjNFcvwhVCiluzbh90PYdvQqqlcMxuovSjSkhRRbZgDDOnsxOaczpYaFlEKQp4Sxm0KQlidxyxGGI+Zqs+IRfuUDIbwXTJMWsxghIc79CAsu7C6Ndg0lAAAdVklEQVStMEws88Jsgg3DhQEmSXUdLdt55hLJuIKs/g2x7UvcdrJtWPcxq40q/h2bKfGViAM/K69MAYZ16NKlzHCDlHwBwr0FUKdr7efbQpCs8a4jjMKCfITHDQRH3d97l578qmqTUblWczGYcErLzjDT+/hej63HLA5r32YOCl135dyFeHTuahtsynVOa4qvPv8II4aVyLJOXUzFsG9NW+bXuz+EISK9lJc5wBSz69KNzEheLxlFQVnEIrvmUlN3B+NiuncdYWi1OsjjP0KQznvxIDVVh0Bem1kreCcZg8N2pwhzX4juVkN6zebwx+u8oHr/OXoCPXrZBpsSW/GAvj3wy6yvzdl+WnsKi3aYnKFPHtIBnZu79qBpWWeZBUxxJ69coYE6ae4zlOqfIyBPM59uxc++36/AuZvedYTBJNz6+OkIL3AVn1b40N8K6oawRu8Jz+CCcvImgiEdKKoLF7p7pe4B8zl8148XVO+uPQcwYNAwj+tt0iga/+4t0Z4a8MUms9HY0vE9ECnUHc7tlpR5wFhyfA+l0lqq7L4A/QlAhTmHgnA8We51Rxh5FxejcvZSjwe7uIAk/cOo0nqK18qbsYPghebUGO7Dl+n1Pzh89iwvqN71G7fhzbc/9Lh5LALCzr+PQVMkR2w0Na4u566m49J1tVElRqyDEb8CTDH3LyblPMhTw67fjwZVPXTV+44wspP2oVq6IBU3QRPiprYWwtvOE0QrhGj2PoKO0dSoR+fL9O5SDm/H8oLq/XP5Gowc7R2tic9/XIlNyU2wY5RH1gJGVvklYFjHL6k0Ty85EbhxV6KceNsRRuatS6h1fYTX5mK+IQR5TZcbDb+8kVhw2MY1KFrV8UZpwsv4ZC3BCw8LC0o7/7fF+HRCydnDWS1FOSmQh1S363aX5XtlxGTEBfbCxveAIMFCB/s1+i1gGDsGL9Cvvpgm6eVtRxgZGZmomTQYHNUKn01OKHlIcEG5AfWE+eB2WefKY0DVMCDWO0G5XNZXTMDOTu3qUzxuinDhNH0/cx6+nGYrpS+diflxLkhPgFRRGfIQ+wzq9OxA5DUei5VDgYruObw0V+vXgOn8LR3L85jibUcY6iw1KiV9CLnhpqt5Ieg5DxkOV16PRyKFyTBcFbrxDPNZJj44rKtyXT1nvsYaVqeC4k1OmfoDfpjl2ncYb9CiMOOS0edyUOVoEGM4cuvUuGkrBHdbgIVvALWs4++6arLNc78GTOx0yq6efvS2I4zs7ByEJY1HkNYUactZ4kkg9FwE9JIKMEgijH8bjN/Z36bftCQcudLaeKC6q9KEPd8dB2Tliw8OK6x0x1Q/7SWoGkrRt4XrksZN/Brzfl3skpB59S9IN13hy0KrQxZkK+ANCQ1Do7ePYO5AoIF1DFqX5Zcm8G/AfENfB8Fv3naEkZubi6CkbxCou2yc9CZARJgBwcCRVlgZV3KC0aSmAhwnQYBcYowHI5FIwIN9MjPfkt/shcUQPdq3Mxy5DLDwfQNFBod1t77ifMyxuVxCBdX7wZgJWLzUdXh3Zh7NtmSgPCQBIQgIt+8/qtmw3fj5zep4yDoGregu+TVgOk2nTNl8pbcdYeTnFyA9U2MMDhQYIIFcwoGTSGCgnHHLECTnIJVIMG2H1BjywtcCRBYc9shlgrdEBocVPbtKZVjyDwGLLyqk3mHvjsGa9ZtdV0k4FGZdBa/NM/JbUcX+wSy692z8PDoWAjwpOa3TvwEzjXajHLa0b0DxSXfvnA9cj3AJxfe7TG5bq4aKyeU5bWIqsOkswcguvu3zyuPE6IBDSL2DBr+Hrdv3uOxshVqNkZqwH7q8NCNtYKUG4CS2V2G1OozE7ClvoZOHFx3+DZjptD0F/m4RRTHpOd9OHja4c/cRdHuQGh3r+TKxScuMuXz9kmDRmM/dgKB6+wwYgv0HjrhkS6+Bb2PlbzNQpDbZILEtGdualU4VH3gaX0/92ii89HZSVpY7NQllzvOLfYG7W7d7Nqe3a/NGA1hR7WfQZhKKU0yAN62396wkhTKFyUPa1qVo6KXDvNB62YH/2x0EXzzv/cnjrA07zhPsT4SgepkeGdMnc5V++nE6Phz/PTITmEIlhSykOmQK24M/W3mmzV2Lpxp7f5z9BjCPT6P1DRwuetMRhqsBtnzOnFHEVAMeVvp24hbpmata4lHcFzH9LKZl8TJXn4Cgep98+kWcPmtSknSWVi/7BZNmrsc/G2eC1xVAqqgEeYjtVRjhpPji1wN49qE7x+uYyAi7C4E3XvA+XWFU6Vo1ABsP2MzJwvDlMnjTEYarAbZ8zrYoVUKBR+vduUF01J67YUR2OhmYs49g9suu+9uhy/OIT2DyFedpz/bVWLXtFL77/F3o8zMhCQxHQJh9nZ/RU5diYJc7p95QZgCTnKHLppTaHK3Zm3bwYhkqKIDFg72/VLsabLZFYbYhnRu6nkCuyhL7/G4AJuEWwKT9QsyUWz3WDdeSkl1268zR3ThwLgtDBzyFIo0KnDwYgRH2VfYrP/jCzKTdX3pPZ8ll60wE990Kk5yhi6OU2kSaZx5OBy2UIkDqPUcYAnloJDtwkSC7AHj6Dm4THK4wIoPDiumXI1pVJjBqBcGqYa5fEA+16IxbqaabL2cp+dJJ3MqRoGXL1si7cRKcNAiBFe2vIopqDZemn133kqsyvf38fgTMJkops4WxSUOWSFGoI9joRUcYQhl+SgUkZZK7EtBp3DpgsjhzdqHdckiXlQcMWcReTq4Bw+z5mV2/sxQcrMCVuH+NoQof7DwESf/+aTz4B1WyH8tDHl7zhDpxlwA9A4+7alXAfQcYVYb2V1C8YY8N7y6XQl1AsGoojyD3vZK6zWHm9siDmK9u13u3Mgrtb71GbZCbm+e0mbVq1cDJIyavMK99OAvrfp0IfVEOFJWj7earUKUG9mxZ45WuOzqv2Cv8vgNMcqZuCuXpWHudGb1GipvZxKuOMLwyIn5eSGSDR8AiQDtLDzZ+ALu3rTKSzPrzAMa//xK0OSlQVLHZfd8uhuDQ/p1QKDyPiFCmAaNK17KD3g/2mP/ZXxJcyeAw/xUeNT3UZPXzOe7V7tes2wx6vcFpme3btcaa5SbX2gfP56Dnk62NipiKqo7tB1at+BMPPdjE47a6kr1YVnD/rTAZ+r6U8ivscWnyVgnibnL4sT+P+l6yN/F4NMoLQLXIh2zizpRmy9PduuCP+ab3YE4h8OCjzyMzfrvDMwyjm/rVZPR8vofHHC7TgLmRpetoMFC7Ximm75TgVDJn1G96srHrw6jHnC4vQBAHqipd+zvu/2JP/Dhjsrm8zv0n4sSWHx3KYRjh0DcH44NRnt8sl2nApGTROnqD7oq9kZq1T4IjV0Q7/xc06OVE7nPg6DS2bXL+AqvW4hVEdvnEXEna2bW4uGY4pEGO99ZPPv4YZs3y3DNpmQYM42hyujaBAjbXJxvOcFhxggHGI+UD92dGeU67HDg6/SGAd36GqfHoMNTuULJaFGZexem5T4CTOL7ufCCmAf7dv0EQ11MyrWN6WmYq84C5lqEdyVF8J4hTlkQc+URZUSbMG4PowsVlSEhSO3zlBtm5+alR0UOPD+KaZ5fa0aQryM+3oi/d/ocfaYOCQudxQCeOHYUPRrxpLocZk8U0i8Wt1HSHLQ+Qy3Hj0jFjzE1Xya8Bw4IuJWfoFgJ42RWjip8TQlbVqijtbwz3dw8kfwJM23YdkaXWOOX6tMljMWzIQCuawW9/hJVrNznNt37Fr+jc8VGXI+rXgCnmjipT353w/Es80IIALDAIM56QMFBQSpmkLAUEJzmeX1qrSuBfLrnqQwJ/AkyXJ7sh+bo5ALZdLs+cPgmvDuxj9ezPFesxbETJucZexrfeeAnTv3QdQqTMAyY5TdeZEspcjdjXjfDm5Ka4REDerF1F5tos0Ev1+hNger7QGxfiLzrl3PyfpqJfb+sr4vSMTDR4qCOYy15HSVmrJs4ddx3Dp8wDRpWhvQQKYfGjvTGJCS4rK8nvPDhvt9WfADPwlUE4etx5ROpFv/6A55950mYkn+zxMv45etLpCB/esw5NGjm3Vy77gEnX+lyQIua2xFOM+hNghg8fjp17Djhl2aolc9C1i21A1x9//h3jJn3jNO+EsaPwocWFgT3isg+Y8hXGatzv51uyTz75GGvWb3E66Teu+h0dLYIlFRNfuapCs7bOgzG1a9MCW9ezKI+OU5kHTPkZxnrw72fAfP3VFPy+yK42k7mTOzf+idYt7cfB7PBkH6cmzsz/29ULhxAe5thlT5kHjOV0SUzKfp6CLwkMAnIjJjLcyo3bRZV6Kk8xxpyPIjsmqiQgYkKS5jpAzfauBFzP6Miw9Z5urdzN709bsjmzZ+K7mb84ZdWBnavR9MFGdmm+/XE+Jn7pXOy2cP536NnD8UrkX4BRaSZQSieauUnIphhl+LNWoFJpFlFKSy7yCYmLUYabRyBBpdkISp8pzkMImRitDP/c3QnvaT5/AsyyJQswYcq3Tll29O+NaBht/45HyLZs0Et9MOvbSQ7r8DfArKOUPm/BjSkxkRFWl++JKvUuSvF4CSCwO1oZ0aX4e0KSmmn2fWoBmPXRynAf2ymW9MCfALNt8zqMGD3BKWDOHt2BKKVj36+du/XD8VNnHZZRu2YNnD+xqxwwjAOJKvU1SlHiDYGgT4wywspZb8I19QUQlBhPULokJqqCecVJUKl7g8JkocS0zQiSopURUZ6uFO7m9yfA/HtoL14Z8r5TViWe2Y9qVR2HUftp7kJ84iLGjLNVqsysMKcTk2s3i67t0KXIheTsSlJK0yilJRqVFPVjoiIuW59z1Ew5q8T9EsE3McoI85km4Zq6HgjMvn4IIVRPSJVGtcMy3J30nuTzJ8AkXjiJZ3uXRD+2xzdV/BGEhzsO1JlyMxWNHnncqRDzmymfYuhg+9pS3gKMq/kqZE54pBp85sy1CjRIEmww2BfnKoKC23NEsrzk/IKc/PycRjzTzrudQoLCAi3BwH6mlH6eV5Bjjo3HEUIUitALoDBfpfDU0C+/IM+5gEAIB9ygCVGEXXeUrawpX2bcvIx2jzuPHJ167SQCA5yHZevR9w3s+9uxy9mnn+qMZQtYyFPb5Awwaek3BcUBkEg4jhQY8po2jcpyY8gtprAnuV3kTVCpPwKFOcgkIdgbrYzobJntokrTgKfUKjY4B/RvEBlRAjTT1m4Ppehk0fIxMcoI51KxO9Q3f1phaFEmHmhuNWQ2XNWknHMYpq+YePGytXhnpPkYalNGSEgwkuIOQyq11V721grjjeng0QrjqgGJKs0SSqmF/ynyfUxk+CjLfAlJWR0BYmWFKZVyHevVDPvbmk7zHUBHFv9GCPkzWhkuWOPZVVvFPPcnwFQI5lE1qrlD9jA1/bSkUy7Zl52TiwYPdkBhUZFD2u0blqBta9u6/AcwSZrzFNR8PcxR8mqDqHCm2m9O8Uma/gTUKjY4R0h0A2W4lcbfxWuaQTyhC8yAAbkQHRne2OVI3QECfwIME7pWr9sC+QUFdjkZFhqK5MR/BHH5taEfOtUa+GT0u/hk9Ds2ZfkFYG7coIo8gyabUpiDHUqItGl9ZYjV/WJikmYUBbW66A+RhgfXrEmsLJsuqXIfMlD9mZIVBoZgSXhYaTpBI+chkb8BpknLJ6BKvmGXa1WrVMbFs/sFcXT7rv3o8/Iwh7SO1GT8AjCJydmPUp4/ZMGdwmhleCghRG+11VKpp4HiI4vfNDGRETbG4JRSaaJKk8Ni9ZhBw3HtomuHHRY0Wl4kEgsYL1bt9aJcWVyyCnv1HYBz5+x78K9Zswb27NwqqF16gwGxnZ9Eerr9y01mffnv4QNQKIIElceIfKl0y+q7Y2eY+CTNOwS05NqDkKMxyvDWpTmRqNIsppRanEXIhRgHW60ElYb5I21VXAYFGd4wMtxzTwqCh8dE6G+AGfzW2zhwwPLdV8KwunXqYOtm4VpKX0+bjt//cKxs+cu8n9Gh/WOCR6TMACZRlT2PUr7E0Jtw82KUYUNLcyL+mno3ISi5hiFkV4wy/Al7HEtQZc8F5d8q2ZZx86OVYebvgrnsIaG/Aeaj/43Fhr/smxs3bBiDDWtXCubohbg49OzVzyH9kMGv46MPzXc7LsstO4BJ0hyloC3Nkxt4JzoyYnZpDiRcU8eBwOxTlFK6uGFUhVfscSoxSf02BcwrCgE5Fh0Zbl5xXHLXSwRiAXM/ayuztn88/mv8PM/qrsbMyRbNH8KeLVYSAJdcZnKd/87H26Vr3uxB7NtmrR1d5s8w7LxxUZWdQ0Etzhvk0eja4TaSq4Qko4cFs5iYI9y0Bsqw/9kFTLKmLeWp+cxCQAobKMNszkUuR8xDAn8DzLTv5mDy1B/tcq1d25bYus4+mByxedacBRg7cardxxzH4VrcYSt1/zIPmMuqzKZ6ylnatRpCpPlhNWvWtLr5unmTBmdrNbmWnCOUjIqOCv/eHjdv3LihyNUrspmzjOLnUsI3q6esaL498xALgrL7G2B+W7gcI8fYVw5/PPYxrFvO3DcIT2npGWj4cGfo9Vb3P+YCmMSfSf6LU5kHTPy17FcJ4f8o2Y6R89GR4Taepy+pNNEGShOsAYN+0VERDi2WEpM05yioWf5CKfdaw6gws3xG+LC5T+lvgNmwaQcGDravgNm9a2csX2hfpcUZh/u/+i42b9ttl2T40Ffx1eclm4wyD5jEJM131FoqvyRaGW7tuMqo7pIVSynZa8k1Cr5jw8iKVlJ+y+elb9UIyPfRpbQH3IeCsJz+BphDR46jW0+7x0qj4RczABObNm7ZhZdef89uNmaMxozS/GaFSVSp91KKWAtufBQTGTG9NHcuXtf05w3WUn4CNIiOjHAYhTQhST0agFmHjBDsi1ZGlOiYiR05N+j9DTDxiZfRqoOVzZ+Za/369MD8WfbPI85Yq9Pp0fDhTmDumEondo5hZssRtzWgy/QKw1T5L6o0WZbq+pTiiYZRETYWQolJ2R9Q8DMsGRakDFcoCbGvhwEg/pq6CyEwO7MigKaBMrwCU/l3Y+67lcXfAMNC9tVp1M4ur159uQ9mznBsLemMwWMnTMOsueaduxXp0j9m4ZluJpvCMg2YxCR1fQqY9cDYRA4MC6usDCc2r5KEJDVbKdiKUZzUMZERFZwxWaXSVCwE0i1tbFytSm6hwkkmR4Cxp9rPirnfr5WZM75KymYwGGw99Qr1XmmPnefjEtG2k6UxbgmV5TmmbAMmWd2H8jBLsgjBtWhlhN1wuglJmiWAlTbz+Rg7lwOlmZ2oUl+lFGaLS8Khb3TtCLNFprcBUro8fwMM6z/zYpmaZutc/L23X8eUCZaaTeK437l7Pxw/aWu+3Oyhxvh7h2lIyzZgktRTKGCOY0kI1kUrI+xaICUkqZl715LzB8WumKgIu1J+y2FIVKnXUgqzTT8BvoyOjHBsbCFuDF1SiwWMywLvIoEQXTLWvB49+yAhwcpsydjqYUOHYNT79g/vQrq1bPkqTPj8CxtSdo759/DfCA1lLrcdp/te0p+g0myCRWhx5jGmYVQFu5f4CSpNHCg1S/kJIYuileGDXDE6/lrWBOY5xkxHyOYYZbjZq4yr/J4+90fAvPbGWzh8xFaNf8S772D4OzYaT4JZnJubi/Ydu9gNqTF39kx0irX1qGlZuM8Bc+PGZa86k8jVVzwGwOwRQQLD4CCpxq5LkFxDxXOgCC5mAOEwO5jLdHnlUqAP72KA5FcLxqWHSDPNajiCR8tNwlx9xav2sjo6w9ymTeCobjTR3bpjQlaDvLbddjnrptAV5oPRH2PTZlsPmLVrVv1q7+bf57rJSmO2Zu36TM3LLzArmAVWqo+qD/dD96c6Y1T3CiASx/F1JNpku9t9T9rjLO8d01a+Uw0uL/fucCCoSqPvCYGN9JJS8n5B2nn7ejMCmxpUpUl7TsL9HRHdBVWbD0CYspXRNZA+Lz394IQq91SI4HLACBxUfydTVGs8FpROseUDHZafGufRCtNxOh1nyM+YKFVUMqs86fLSaW7y0U1n5j/teahlLw5eOWC8yMyyXJSiWqMhoLBRGiOUvpaXFueRalLsdPongAGMfwUZl6G4sARtcw4e/XrXNhv7qbvN43sCMGcSUyy1Asw8aRpdw+gcw9FzMcwrLktMnnLaEg4oqjV8DpSzsRSjPAYUpF9Y5gmvOs2gbXke069tm8A9l7enaYNQWXCAhKMNK4ZFdl6yxqHfO0/qdDfvPQEYdxtfns93HIj9xpBm0BVUpgYteH0ReL0W1FAEWXDl/w5+VvEhIS1JSbli98VYnLdGjbr7furWZVGYXDawYlAAgmTSMY8vXn1XXGk56k+ZBYw3ViV7TLvXVipXk1DIRHZGwyYxex47nf4LwJ6xXuK+0cR5CDERjdjzWs8IXsvdvJRTGDDt7HXt9QLtmIJbF34QUcQdJS2zgLmjXPPHwmu2UCj0+SxYr1XiCN8l91a8fT19kXwqBv9Xg975fuHZaw9reZN6YLWqlfYe2rGoRO4motxiwIvI4pS0HDDe4qSflDPrqS5aA6UyAtAR23dz3u52gyffH3vj9HYWrcE0Nyl0lCOjC255dnXtrXaWA8ZbnPSTcna/3PsyBa0LILPLkjWVvN3tyk2emp+fljTEVC5N43j0zU2Ps/KM6u06xZRXDhgx3Cqnxe6Xe12gYKFJSF6XJaudK3qJ5xdRVG3ETNvZJcI5nqPPFt6ME629IL5a4TnKNGAopfLkbIRIDAgBj2BQnUJPiUIqQRD7JNSgAIgCBIGUkkCOIIAHH0gIFwBKAkH5QEogJwRyUCKn4OWEcDJCIQeBnFLIACoFAfOgLQX7TnH7O5UCHAdQCQjhQKkEIKbvAGf8m4DAFAqEEGIcCnLbbMH4m3FDAtDbtj70dtADCmb7w/6B8gB4gBiMfxNiAGW/se8sogLRg0IPYvyvA2D6DqIn7DuFlhJoKeV1BJwWhGophZZQaEG4QhBaSClfxIEr/HbR1mZrli2unp/8X6tcHW92bhJdv/6cLRvW/AIiyweHPIMEubXDkEsI0QqfhibK4KqNXqEA86hxOF9X1B1Zl5mDlHsq3dOASU2lIQYZKuv0usrgSCUJIRUBvgLlSQVKEMGBhPOgEaB8OEDCKBBGYAyJEUKBEAI2ocuTOxw4dfoMzp0/j/j4RJw5+x/i4uJZGBKbotq0boWFf9jGwKSAjgDMwUkuBXIIkA3QbBBOw4GoeVANoVATjmYBXJaB0syWrR79SSaX33rhuef7zpr2P/u+ad3pjBfz3BXAUEq5lCzUNhj0dQmhUQBRArQWBalBCGoAtBqlqAZAuM9QLzKlvCjgzaHDceCgydslc+Eqk8nNoSiYIRn7r9PpUCEiAn/vMxvAepN1BYTgFkBuUYoUApoCEBYcWEUpuSaRSK/UqIBkQghbZX2W7jhgKKWylCx9WwOPdoTQhylIE0IRbemzzGe9La+oTHGA+aWjBIkE9Byl5JSEw6EaFaRHCCFs+3lH0h0FTHK6bjIFhoNtm8pTOQd8wgGiJsBPtSvLrAIPe6vqOw8YguGg5YDx1oCVl+OCA4SoCb1PAcO6Zt6SAe0IpQ9TigcBRANwHhSxfGaUc8A1B1g4s0RC8B8l5JQE9/mWzFF/iw/9hOjrGkCiYKDmQz9AaxKCqpSSagAtP/S7njRllIIUEELZgT+VgqZwIDeMh34JUUlAr1FaRg/9noxm8bUy1esq6+1cK5vORiS8/FrZEy7fmbzOrpUBqgGImhCoCUqulaU8zSBSWbpEh/SqVYmVz+0700rxpd7RM4z45ng3hz3BJSREoadQSDkSZKBQgPIKUAeCS8IHMiElE16aBZeAnICTWQouCYHUJMQ0Ci9vCy6JlIJKOJOAkqNMcGkrwCTMFJdYCCwtBZilBZbsO5NWwiQPoaUFlsQouGQSS8oTkzCzRHAJGIWVtLTgEryOAtpiwSUTWjJhJqi14JKnKCKEFoKgEITLlxDk63laICXIh4Hme0Nw6d3RvzOl/R8AdGoXzom1qQAAAABJRU5ErkJggg=="},56022:function(d){"use strict";d.exports="data:image/png;base64,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"},58478:function(d){"use strict";d.exports="data:image/png;base64,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"},3828:function(){},45689:function(d){function _(e,r){this.v=e,this.k=r}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},76400:function(d,_,e){var r=e(72952);function i(){var l,c,f=typeof Symbol=="function"?Symbol:{},o=f.iterator||"@@iterator",h=f.toStringTag||"@@toStringTag";function u(D,R,A,P){var M=R&&R.prototype instanceof x?R:x,B=Object.create(M.prototype);return r(B,"_invoke",function(N,G,H){var W,ae,ne,oe=0,q=H||[],J=!1,K={p:0,n:0,v:l,a:se,f:se.bind(l,4),d:function(Q,le){return W=Q,ae=0,ne=l,K.n=le,a}};function se(ee,Q){for(ae=ee,ne=Q,c=0;!J&&oe&&!le&&c<q.length;c++){var le,$=q[c],j=K.p,ie=$[2];ee>3?(le=ie===Q)&&(ne=$[(ae=$[4])?5:(ae=3,3)],$[4]=$[5]=l):$[0]<=j&&((le=ee<2&&j<$[1])?(ae=0,K.v=Q,K.n=$[1]):j<ie&&(le=ee<3||$[0]>Q||Q>ie)&&($[4]=ee,$[5]=Q,K.n=ie,ae=0))}if(le||ee>1)return a;throw J=!0,Q}return function(ee,Q,le){if(oe>1)throw TypeError("Generator is already running");for(J&&Q===1&&se(Q,le),ae=Q,ne=le;(c=ae<2?l:ne)||!J;){W||(ae?ae<3?(ae>1&&(K.n=-1),se(ae,ne)):K.n=ne:K.v=ne);try{if(oe=2,W){if(ae||(ee="next"),c=W[ee]){if(!(c=c.call(W,ne)))throw TypeError("iterator result is not an object");if(!c.done)return c;ne=c.value,ae<2&&(ae=0)}else ae===1&&(c=W.return)&&c.call(W),ae<2&&(ne=TypeError("The iterator does not provide a '"+ee+"' method"),ae=1);W=l}else if((c=(J=K.n<0)?ne:N.call(G,K))!==a)break}catch($){W=l,ae=1,ne=$}finally{oe=1}}return{value:c,done:J}}}(D,A,P),!0),B}var a={};function x(){}function p(){}function y(){}c=Object.getPrototypeOf;var m=[][o]?c(c([][o]())):(r(c={},o,function(){return this}),c),b=y.prototype=x.prototype=Object.create(m);function S(D){return Object.setPrototypeOf?Object.setPrototypeOf(D,y):(D.__proto__=y,r(D,h,"GeneratorFunction")),D.prototype=Object.create(b),D}return p.prototype=y,r(b,"constructor",y),r(y,"constructor",p),p.displayName="GeneratorFunction",r(y,h,"GeneratorFunction"),r(b),r(b,h,"Generator"),r(b,o,function(){return this}),r(b,"toString",function(){return"[object Generator]"}),(d.exports=i=function(){return{w:u,m:S}},d.exports.__esModule=!0,d.exports.default=d.exports)()}d.exports=i,d.exports.__esModule=!0,d.exports.default=d.exports},94877:function(d,_,e){var r=e(42730);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},42730:function(d,_,e){var r=e(76400),i=e(18857);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},18857:function(d,_,e){var r=e(45689),i=e(72952);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},72952:function(d){function _(e,r,i,l){var c=Object.defineProperty;try{c({},"",{})}catch(f){c=0}d.exports=_=function(o,h,u,a){function x(p,y){_(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,_(e,r,i,l)}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},41589:function(d){function _(e){var r=Object(e),i=[];for(var l in r)i.unshift(l);return function c(){for(;i.length;)if((l=i.pop())in r)return c.value=l,c.done=!1,c;return c.done=!0,c}}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},20872:function(d,_,e){var r=e(45689),i=e(76400),l=e(94877),c=e(42730),f=e(18857),o=e(41589),h=e(93825);function u(){"use strict";var a=i(),x=a.m(u),p=(Object.getPrototypeOf?Object.getPrototypeOf(x):x.__proto__).constructor;function y(S){var D=typeof S=="function"&&S.constructor;return!!D&&(D===p||(D.displayName||D.name)==="GeneratorFunction")}var m={throw:1,return:2,break:3,continue:3};function b(S){var D,R;return function(A){D||(D={stop:function(){return R(A.a,2)},catch:function(){return A.v},abrupt:function(M,B){return R(A.a,m[M],B)},delegateYield:function(M,B,N){return D.resultName=B,R(A.d,h(M),N)},finish:function(M){return R(A.f,M)}},R=function(M,B,N){A.p=D.prev,A.n=D.next;try{return M(B,N)}finally{D.next=A.n}}),D.resultName&&(D[D.resultName]=A.v,D.resultName=void 0),D.sent=A.v,D.next=A.n;try{return S.call(this,D)}finally{A.p=D.prev,A.n=D.next}}}return(d.exports=u=function(){return{wrap:function(R,A,P,M){return a.w(b(R),A,P,M&&M.reverse())},isGeneratorFunction:y,mark:a.m,awrap:function(R,A){return new r(R,A)},AsyncIterator:f,async:function(R,A,P,M,B){return(y(A)?c:l)(b(R),A,P,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},93825:function(d,_,e){var r=e(46218).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},46218:function(d){function _(e){"@babel/helpers - typeof";return d.exports=_=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},d.exports.__esModule=!0,d.exports.default=d.exports,_(e)}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},9478:function(d,_,e){var r=e(20872)();d.exports=r;try{regeneratorRuntime=r}catch(i){typeof globalThis=="object"?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},92310:function(d,_){var e,r;(function(){"use strict";var i={}.hasOwnProperty;function l(){for(var o="",h=0;h<arguments.length;h++){var u=arguments[h];u&&(o=f(o,c(u)))}return o}function c(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return l.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var h="";for(var u in o)i.call(o,u)&&o[u]&&(h=f(h,u));return h}function f(o,h){return h?o?o+" "+h:o+h:o}d.exports?(l.default=l,d.exports=l):(e=[],r=function(){return l}.apply(_,e),r!==void 0&&(d.exports=r))})()},63335:function(d,_,e){"use strict";var r=e(55327),i=e(40593),l=TypeError;d.exports=function(c){if(r(c))return c;throw new l(i(c)+" is not a function")}},6086:function(d,_,e){"use strict";var r=e(39812),i=e(40593),l=TypeError;d.exports=function(c){if(r(c))return c;throw new l(i(c)+" is not a constructor")}},42683:function(d,_,e){"use strict";var r=e(2786).has;d.exports=function(i){return r(i),i}},557:function(d,_,e){"use strict";var r=e(55327),i=String,l=TypeError;d.exports=function(c){if(typeof c=="object"||r(c))return c;throw new l("Can't set "+i(c)+" as a prototype")}},17442:function(d,_,e){"use strict";var r=e(19691).has;d.exports=function(i){return r(i),i}},79606:function(d){"use strict";var _=TypeError;d.exports=function(e){if(typeof e=="string")return e;throw new _("Argument is not a string")}},63619:function(d,_,e){"use strict";var r=e(42530).has;d.exports=function(i){return r(i),i}},18888:function(d,_,e){"use strict";var r=e(91385).has;d.exports=function(i){return r(i),i}},5978:function(d,_,e){"use strict";var r=e(89945),i=e(94237),l=e(80666),c=e(80449),f=e(63335),o=e(4112),h=e(53776),u=e(59893),a=u("asyncDispose"),x=u("dispose"),p=i([].push),y=function(b,S){if(S==="async-dispose"){var D=h(b,a);return D!==void 0?D:(D=h(b,x),function(){r(D,this)})}return h(b,x)},m=function(b,S,D){return arguments.length<3&&!o(b)&&(D=f(y(c(b),S))),D===void 0?function(){}:l(D,b)};d.exports=function(b,S,D,R){var A;if(arguments.length<4){if(o(S)&&D==="sync-dispose")return;A=m(S,D)}else A=m(void 0,D,R);p(b.stack,A)}},81181:function(d,_,e){"use strict";var r=e(59893),i=e(20132),l=e(37691).f,c=r("unscopables"),f=Array.prototype;f[c]===void 0&&l(f,c,{configurable:!0,value:i(null)}),d.exports=function(o){f[c][o]=!0}},52216:function(d,_,e){"use strict";var r=e(13764).charAt;d.exports=function(i,l,c){return l+(c?r(i,l).length:1)}},56472:function(d,_,e){"use strict";var r=e(16332),i=TypeError;d.exports=function(l,c){if(r(c,l))return l;throw new i("Incorrect invocation")}},1674:function(d,_,e){"use strict";var r=e(31946),i=String,l=TypeError;d.exports=function(c){if(c===void 0||r(c))return c;throw new l(i(c)+" is not an object or undefined")}},80449:function(d,_,e){"use strict";var r=e(31946),i=String,l=TypeError;d.exports=function(c){if(r(c))return c;throw new l(i(c)+" is not an object")}},27270:function(d,_,e){"use strict";var r=e(97607),i=TypeError;d.exports=function(l){if(r(l)==="Uint8Array")return l;throw new i("Argument is not an Uint8Array")}},3737:function(d){"use strict";d.exports=typeof ArrayBuffer!="undefined"&&typeof DataView!="undefined"},78244:function(d,_,e){"use strict";var r=e(37758),i=e(29076),l=TypeError;d.exports=r(ArrayBuffer.prototype,"byteLength","get")||function(c){if(i(c)!=="ArrayBuffer")throw new l("ArrayBuffer expected");return c.byteLength}},93683:function(d,_,e){"use strict";var r=e(94237),i=e(78244),l=r(ArrayBuffer.prototype.slice);d.exports=function(c){if(i(c)!==0)return!1;try{return l(c,0,0),!1}catch(f){return!0}}},51424:function(d,_,e){"use strict";var r=e(3338);d.exports=r(function(){if(typeof ArrayBuffer=="function"){var i=new ArrayBuffer(8);Object.isExtensible(i)&&Object.defineProperty(i,"a",{value:8})}})},39760:function(d,_,e){"use strict";var r=e(92916),i=e(94237),l=e(37758),c=e(24225),f=e(93683),o=e(78244),h=e(39311),u=e(80426),a=r.structuredClone,x=r.ArrayBuffer,p=r.DataView,y=r.TypeError,m=Math.min,b=x.prototype,S=p.prototype,D=i(b.slice),R=l(b,"resizable","get"),A=l(b,"maxByteLength","get"),P=i(S.getInt8),M=i(S.setInt8);d.exports=(u||h)&&function(B,N,G){var H=o(B),W=N===void 0?H:c(N),ae=!R||!R(B),ne;if(f(B))throw new y("ArrayBuffer is detached");if(u&&(B=a(B,{transfer:[B]}),H===W&&(G||ae)))return B;if(H>=W&&(!G||ae))ne=D(B,0,W);else{var oe=G&&!ae&&A?{maxByteLength:A(B)}:void 0;ne=new x(W,oe);for(var q=new p(B),J=new p(ne),K=m(W,H),se=0;se<K;se++)M(J,se,P(q,se))}return u||h(B),ne}},58261:function(d,_,e){"use strict";var r=e(3737),i=e(35454),l=e(92916),c=e(55327),f=e(31946),o=e(32621),h=e(97607),u=e(40593),a=e(68151),x=e(2291),p=e(64110),y=e(16332),m=e(53456),b=e(58218),S=e(59893),D=e(6145),R=e(94844),A=R.enforce,P=R.get,M=l.Int8Array,B=M&&M.prototype,N=l.Uint8ClampedArray,G=N&&N.prototype,H=M&&m(M),W=B&&m(B),ae=Object.prototype,ne=l.TypeError,oe=S("toStringTag"),q=D("TYPED_ARRAY_TAG"),J="TypedArrayConstructor",K=r&&!!b&&h(l.opera)!=="Opera",se=!1,ee,Q,le,$={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},j={BigInt64Array:8,BigUint64Array:8},ie=function(kt){if(!f(kt))return!1;var Zt=h(kt);return Zt==="DataView"||o($,Zt)||o(j,Zt)},me=function(yt){var kt=m(yt);if(f(kt)){var Zt=P(kt);return Zt&&o(Zt,J)?Zt[J]:me(kt)}},Te=function(yt){if(!f(yt))return!1;var kt=h(yt);return o($,kt)||o(j,kt)},Oe=function(yt){if(Te(yt))return yt;throw new ne("Target is not a typed array")},Ge=function(yt){if(c(yt)&&(!b||y(H,yt)))return yt;throw new ne(u(yt)+" is not a typed array constructor")},Ue=function(yt,kt,Zt,Ft){if(i){if(Zt)for(var tr in $){var ze=l[tr];if(ze&&o(ze.prototype,yt))try{delete ze.prototype[yt]}catch(wt){try{ze.prototype[yt]=kt}catch(Bt){}}}(!W[yt]||Zt)&&x(W,yt,Zt?kt:K&&B[yt]||kt,Ft)}},Mt=function(yt,kt,Zt){var Ft,tr;if(i){if(b){if(Zt){for(Ft in $)if(tr=l[Ft],tr&&o(tr,yt))try{delete tr[yt]}catch(ze){}}if(!H[yt]||Zt)try{return x(H,yt,Zt?kt:K&&H[yt]||kt)}catch(ze){}else return}for(Ft in $)tr=l[Ft],tr&&(!tr[yt]||Zt)&&x(tr,yt,kt)}};for(ee in $)Q=l[ee],le=Q&&Q.prototype,le?A(le)[J]=Q:K=!1;for(ee in j)Q=l[ee],le=Q&&Q.prototype,le&&(A(le)[J]=Q);if((!K||!c(H)||H===Function.prototype)&&(H=function(){throw new ne("Incorrect invocation")},K))for(ee in $)l[ee]&&b(l[ee],H);if((!K||!W||W===ae)&&(W=H.prototype,K))for(ee in $)l[ee]&&b(l[ee].prototype,W);if(K&&m(G)!==W&&b(G,W),i&&!o(W,oe)){se=!0,p(W,oe,{configurable:!0,get:function(){return f(this)?this[q]:void 0}});for(ee in $)l[ee]&&a(l[ee],q,ee)}d.exports={NATIVE_ARRAY_BUFFER_VIEWS:K,TYPED_ARRAY_TAG:se&&q,aTypedArray:Oe,aTypedArrayConstructor:Ge,exportTypedArrayMethod:Ue,exportTypedArrayStaticMethod:Mt,getTypedArrayConstructor:me,isView:ie,isTypedArray:Te,TypedArray:H,TypedArrayPrototype:W}},91669:function(d,_,e){"use strict";var r=e(92916),i=e(94237),l=e(35454),c=e(3737),f=e(8090),o=e(68151),h=e(64110),u=e(66477),a=e(3338),x=e(56472),p=e(56902),y=e(61578),m=e(24225),b=e(14894),S=e(61618),D=e(53456),R=e(58218),A=e(80689).f,P=e(75202),M=e(71698),B=e(94573),N=e(94844),G=f.PROPER,H=f.CONFIGURABLE,W="ArrayBuffer",ae="DataView",ne="prototype",oe="Wrong length",q="Wrong index",J=N.getterFor(W),K=N.getterFor(ae),se=N.set,ee=r[W],Q=ee,le=Q&&Q[ne],$=r[ae],j=$&&$[ne],ie=Object.prototype,me=r.Array,Te=r.RangeError,Oe=i(P),Ge=i([].reverse),Ue=S.pack,Mt=S.unpack,yt=function(Ke){return[Ke&255]},kt=function(Ke){return[Ke&255,Ke>>8&255]},Zt=function(Ke){return[Ke&255,Ke>>8&255,Ke>>16&255,Ke>>24&255]},Ft=function(Ke){return Ke[3]<<24|Ke[2]<<16|Ke[1]<<8|Ke[0]},tr=function(Ke){return Ue(b(Ke),23,4)},ze=function(Ke){return Ue(Ke,52,8)},wt=function(Ke,He,Xe){h(Ke[ne],He,{configurable:!0,get:function(){return Xe(this)[He]}})},Bt=function(Ke,He,Xe,pt){var bt=K(Ke),rr=m(Xe),Jt=!!pt;if(rr+He>bt.byteLength)throw new Te(q);var Me=bt.bytes,rt=rr+bt.byteOffset,Yt=M(Me,rt,rt+He);return Jt?Yt:Ge(Yt)},nt=function(Ke,He,Xe,pt,bt,rr){var Jt=K(Ke),Me=m(Xe),rt=pt(+bt),Yt=!!rr;if(Me+He>Jt.byteLength)throw new Te(q);for(var Lt=Jt.bytes,Wt=Me+Jt.byteOffset,Ht=0;Ht<He;Ht++)Lt[Wt+Ht]=rt[Yt?Ht:He-Ht-1]};if(!c)Q=function(He){x(this,le);var Xe=m(He);se(this,{type:W,bytes:Oe(me(Xe),0),byteLength:Xe}),l||(this.byteLength=Xe,this.detached=!1)},le=Q[ne],$=function(He,Xe,pt){x(this,j),x(He,le);var bt=J(He),rr=bt.byteLength,Jt=p(Xe);if(Jt<0||Jt>rr)throw new Te("Wrong offset");if(pt=pt===void 0?rr-Jt:y(pt),Jt+pt>rr)throw new Te(oe);se(this,{type:ae,buffer:He,byteLength:pt,byteOffset:Jt,bytes:bt.bytes}),l||(this.buffer=He,this.byteLength=pt,this.byteOffset=Jt)},j=$[ne],l&&(wt(Q,"byteLength",J),wt($,"buffer",K),wt($,"byteLength",K),wt($,"byteOffset",K)),u(j,{getInt8:function(He){return Bt(this,1,He)[0]<<24>>24},getUint8:function(He){return Bt(this,1,He)[0]},getInt16:function(He){var Xe=Bt(this,2,He,arguments.length>1?arguments[1]:!1);return(Xe[1]<<8|Xe[0])<<16>>16},getUint16:function(He){var Xe=Bt(this,2,He,arguments.length>1?arguments[1]:!1);return Xe[1]<<8|Xe[0]},getInt32:function(He){return Ft(Bt(this,4,He,arguments.length>1?arguments[1]:!1))},getUint32:function(He){return Ft(Bt(this,4,He,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(He){return Mt(Bt(this,4,He,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(He){return Mt(Bt(this,8,He,arguments.length>1?arguments[1]:!1),52)},setInt8:function(He,Xe){nt(this,1,He,yt,Xe)},setUint8:function(He,Xe){nt(this,1,He,yt,Xe)},setInt16:function(He,Xe){nt(this,2,He,kt,Xe,arguments.length>2?arguments[2]:!1)},setUint16:function(He,Xe){nt(this,2,He,kt,Xe,arguments.length>2?arguments[2]:!1)},setInt32:function(He,Xe){nt(this,4,He,Zt,Xe,arguments.length>2?arguments[2]:!1)},setUint32:function(He,Xe){nt(this,4,He,Zt,Xe,arguments.length>2?arguments[2]:!1)},setFloat32:function(He,Xe){nt(this,4,He,tr,Xe,arguments.length>2?arguments[2]:!1)},setFloat64:function(He,Xe){nt(this,8,He,ze,Xe,arguments.length>2?arguments[2]:!1)}});else{var _t=G&&ee.name!==W;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||_t&&!H})){Q=function(He){return x(this,le),new ee(m(He))},Q[ne]=le;for(var ht=A(ee),Je=0,je;ht.length>Je;)(je=ht[Je++])in Q||o(Q,je,ee[je]);le.constructor=Q}else _t&&H&&o(ee,"name",W);R&&D(j)!==ie&&R(j,ie);var be=new $(new Q(2)),Le=i(j.setInt8);be.setInt8(0,2147483648),be.setInt8(1,2147483649),(be.getInt8(0)||!be.getInt8(1))&&u(j,{setInt8:function(He,Xe){Le(this,He,Xe<<24>>24)},setUint8:function(He,Xe){Le(this,He,Xe<<24>>24)}},{unsafe:!0})}B(Q,W),B($,ae),d.exports={ArrayBuffer:Q,DataView:$}},92670:function(d,_,e){"use strict";var r=e(94029),i=e(51981),l=e(82762),c=e(84233),f=Math.min;d.exports=[].copyWithin||function(h,u){var a=r(this),x=l(a),p=i(h,x),y=i(u,x),m=arguments.length>2?arguments[2]:void 0,b=f((m===void 0?x:i(m,x))-y,x-p),S=1;for(y<p&&p<y+b&&(S=-1,y+=b-1,p+=b-1);b-- >0;)y in a?a[p]=a[y]:c(a,p),p+=S,y+=S;return a}},75202:function(d,_,e){"use strict";var r=e(94029),i=e(51981),l=e(82762);d.exports=function(f){for(var o=r(this),h=l(o),u=arguments.length,a=i(u>1?arguments[1]:void 0,h),x=u>2?arguments[2]:void 0,p=x===void 0?h:i(x,h);p>a;)o[a++]=f;return o}},59594:function(d,_,e){"use strict";var r=e(90560).forEach,i=e(45601),l=i("forEach");d.exports=l?[].forEach:function(f){return r(this,f,arguments.length>1?arguments[1]:void 0)}},32278:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(94029),c=e(39812),f=e(69034),o=e(85428),h=e(10731),u=e(26006),a=e(53776),x=e(65911),p=e(55174),y=e(59893),m=e(57975),b=e(55266).toArray,S=y("asyncIterator"),D=i(p("Array","values")),R=i(D([]).next),A=function(){return new P(this)},P=function(M){this.iterator=D(M)};P.prototype.next=function(){return R(this.iterator)},d.exports=function(B){var N=this,G=arguments.length,H=G>1?arguments[1]:void 0,W=G>2?arguments[2]:void 0;return new(x("Promise"))(function(ae){var ne=l(B);H!==void 0&&(H=r(H,W));var oe=a(ne,S),q=oe?void 0:u(ne)||A,J=c(N)?new N:[],K=oe?f(ne,oe):new m(h(o(ne,q)));ae(b(K,H,J))})}},69478:function(d,_,e){"use strict";var r=e(82762);d.exports=function(i,l,c){for(var f=0,o=arguments.length>2?c:r(l),h=new i(o);o>f;)h[f]=l[f++];return h}},60255:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(94029),c=e(46319),f=e(345),o=e(39812),h=e(82762),u=e(69392),a=e(85428),x=e(26006),p=Array;d.exports=function(m){var b=l(m),S=o(this),D=arguments.length,R=D>1?arguments[1]:void 0,A=R!==void 0;A&&(R=r(R,D>2?arguments[2]:void 0));var P=x(b),M=0,B,N,G,H,W,ae;if(P&&!(this===p&&f(P)))for(H=a(b,P),W=H.next,N=S?new this:[];!(G=i(W,H)).done;M++)ae=A?c(H,R,[G.value,M],!0):G.value,u(N,M,ae);else for(B=h(b),N=S?new this(B):p(B);B>M;M++)ae=A?R(b[M],M):b[M],u(N,M,ae);return N.length=M,N}},33940:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(1835),c=e(94029),f=e(82762),o=e(2786),h=o.Map,u=o.get,a=o.has,x=o.set,p=i([].push);d.exports=function(m){for(var b=c(this),S=l(b),D=r(m,arguments.length>1?arguments[1]:void 0),R=new h,A=f(S),P=0,M,B;A>P;P++)B=S[P],M=D(B,P,b),a(R,M)?p(u(R,M),B):x(R,M,[B]);return R}},36444:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(1835),c=e(94029),f=e(17818),o=e(82762),h=e(20132),u=e(69478),a=Array,x=i([].push);d.exports=function(p,y,m,b){for(var S=c(p),D=l(S),R=r(y,m),A=h(null),P=o(D),M=0,B,N,G;P>M;M++)G=D[M],N=f(R(G,M,S)),N in A?x(A[N],G):A[N]=[G];if(b&&(B=b(S),B!==a))for(N in A)A[N]=u(B,A[N]);return A}},22999:function(d,_,e){"use strict";var r=e(80524),i=e(51981),l=e(82762),c=function(f){return function(o,h,u){var a=r(o),x=l(a),p=i(u,x),y;if(f&&h!==h){for(;x>p;)if(y=a[p++],y!==y)return!0}else for(;x>p;p++)if((f||p in a)&&a[p]===h)return f||p||0;return!f&&-1}};d.exports={includes:c(!0),indexOf:c(!1)}},53279:function(d,_,e){"use strict";var r=e(80666),i=e(1835),l=e(94029),c=e(82762),f=function(o){var h=o===1;return function(u,a,x){for(var p=l(u),y=i(p),m=c(y),b=r(a,x),S,D;m-- >0;)if(S=y[m],D=b(S,m,p),D)switch(o){case 0:return S;case 1:return m}return h?-1:void 0}};d.exports={findLast:f(0),findLastIndex:f(1)}},90560:function(d,_,e){"use strict";var r=e(80666),i=e(94237),l=e(1835),c=e(94029),f=e(82762),o=e(81427),h=i([].push),u=function(a){var x=a===1,p=a===2,y=a===3,m=a===4,b=a===6,S=a===7,D=a===5||b;return function(R,A,P,M){for(var B=c(R),N=l(B),G=f(N),H=r(A,P),W=0,ae=M||o,ne=x?ae(R,G):p||S?ae(R,0):void 0,oe,q;G>W;W++)if((D||W in N)&&(oe=N[W],q=H(oe,W,B),a))if(x)ne[W]=q;else if(q)switch(a){case 3:return!0;case 5:return oe;case 6:return W;case 2:h(ne,oe)}else switch(a){case 4:return!1;case 7:h(ne,oe)}return b?-1:y||m?m:ne}};d.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},55009:function(d,_,e){"use strict";var r=e(13743),i=e(80524),l=e(56902),c=e(82762),f=e(45601),o=Math.min,h=[].lastIndexOf,u=!!h&&1/[1].lastIndexOf(1,-0)<0,a=f("lastIndexOf"),x=u||!a;d.exports=x?function(y){if(u)return r(h,this,arguments)||0;var m=i(this),b=c(m),S=b-1;for(arguments.length>1&&(S=o(S,l(arguments[1]))),S<0&&(S=b+S);S>=0;S--)if(S in m&&m[S]===y)return S||0;return-1}:h},17480:function(d,_,e){"use strict";var r=e(3338),i=e(59893),l=e(46573),c=i("species");d.exports=function(f){return l>=51||!r(function(){var o=[],h=o.constructor={};return h[c]=function(){return{foo:1}},o[f](Boolean).foo!==1})}},45601:function(d,_,e){"use strict";var r=e(3338);d.exports=function(i,l){var c=[][i];return!!c&&r(function(){c.call(null,l||function(){return 1},1)})}},16370:function(d,_,e){"use strict";var r=e(63335),i=e(94029),l=e(1835),c=e(82762),f=TypeError,o=function(h){return function(u,a,x,p){var y=i(u),m=l(y),b=c(y);r(a);var S=h?b-1:0,D=h?-1:1;if(x<2)for(;;){if(S in m){p=m[S],S+=D;break}if(S+=D,h?S<0:b<=S)throw new f("Reduce of empty array with no initial value")}for(;h?S>=0:b>S;S+=D)S in m&&(p=a(p,m[S],S,y));return p}};d.exports={left:o(!1),right:o(!0)}},39428:function(d,_,e){"use strict";var r=e(35454),i=e(18589),l=TypeError,c=Object.getOwnPropertyDescriptor,f=r&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(o){return o instanceof TypeError}}();d.exports=f?function(o,h){if(i(o)&&!c(o,"length").writable)throw new l("Cannot set read only .length");return o.length=h}:function(o,h){return o.length=h}},71698:function(d,_,e){"use strict";var r=e(51981),i=e(82762),l=e(69392),c=Array,f=Math.max;d.exports=function(o,h,u){for(var a=i(o),x=r(h,a),p=r(u===void 0?a:u,a),y=c(f(p-x,0)),m=0;x<p;x++,m++)l(y,m,o[x]);return y.length=m,y}},30867:function(d,_,e){"use strict";var r=e(94237);d.exports=r([].slice)},63668:function(d,_,e){"use strict";var r=e(71698),i=Math.floor,l=function(o,h){var u=o.length,a=i(u/2);return u<8?c(o,h):f(o,l(r(o,0,a),h),l(r(o,a),h),h)},c=function(o,h){for(var u=o.length,a=1,x,p;a<u;){for(p=a,x=o[a];p&&h(o[p-1],x)>0;)o[p]=o[--p];p!==a++&&(o[p]=x)}return o},f=function(o,h,u,a){for(var x=h.length,p=u.length,y=0,m=0;y<x||m<p;)o[y+m]=y<x&&m<p?a(h[y],u[m])<=0?h[y++]:u[m++]:y<x?h[y++]:u[m++];return o};d.exports=l},34487:function(d,_,e){"use strict";var r=e(18589),i=e(39812),l=e(31946),c=e(59893),f=c("species"),o=Array;d.exports=function(h){var u;return r(h)&&(u=h.constructor,i(u)&&(u===o||r(u.prototype))?u=void 0:l(u)&&(u=u[f],u===null&&(u=void 0))),u===void 0?o:u}},81427:function(d,_,e){"use strict";var r=e(34487);d.exports=function(i,l){return new(r(i))(l===0?0:l)}},85903:function(d,_,e){"use strict";var r=e(82762);d.exports=function(i,l){for(var c=r(i),f=new l(c),o=0;o<c;o++)f[o]=i[c-o-1];return f}},65621:function(d,_,e){"use strict";var r=e(94237),i=e(63335),l=e(4112),c=e(82762),f=e(94029),o=e(2786),h=e(95037),u=o.Map,a=o.has,x=o.set,p=r([].push);d.exports=function(m){var b=f(this),S=c(b),D=[],R=new u,A=l(m)?function(N){return N}:i(m),P,M,B;for(P=0;P<S;P++)M=b[P],B=A(M),a(R,B)||x(R,B,M);return h(R,function(N){p(D,N)}),D}},82041:function(d,_,e){"use strict";var r=e(82762),i=e(56902),l=RangeError;d.exports=function(c,f,o,h){var u=r(c),a=i(o),x=a<0?u+a:a;if(x>=u||x<0)throw new l("Incorrect index");for(var p=new f(u),y=0;y<u;y++)p[y]=y===x?h:c[y];return p}},57975:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(20132),c=e(53776),f=e(66477),o=e(94844),h=e(65911),u=e(14052),a=e(25587),x=h("Promise"),p="AsyncFromSyncIterator",y=o.set,m=o.getterFor(p),b=function(D,R,A){var P=D.done;x.resolve(D.value).then(function(M){R(a(M,P))},A)},S=function(R){R.type=p,y(this,R)};S.prototype=f(l(u),{next:function(){var R=m(this);return new x(function(A,P){var M=i(r(R.next,R.iterator));b(M,A,P)})},return:function(){var D=m(this).iterator;return new x(function(R,A){var P=c(D,"return");if(P===void 0)return R(a(void 0,!0));var M=i(r(P,D));b(M,R,A)})}}),d.exports=S},28255:function(d,_,e){"use strict";var r=e(89945),i=e(65911),l=e(53776);d.exports=function(c,f,o,h){try{var u=l(c,"return");if(u)return i("Promise").resolve(r(u,c)).then(function(){f(o)},function(a){h(a)})}catch(a){return h(a)}f(o)}},31342:function(d,_,e){"use strict";var r=e(89945),i=e(80734),l=e(80449),c=e(20132),f=e(68151),o=e(66477),h=e(59893),u=e(94844),a=e(65911),x=e(53776),p=e(14052),y=e(25587),m=e(67996),b=a("Promise"),S=h("toStringTag"),D="AsyncIteratorHelper",R="WrapForValidAsyncIterator",A=u.set,P=function(N){var G=!N,H=u.getterFor(N?R:D),W=function(ae){var ne=i(function(){return H(ae)}),oe=ne.error,q=ne.value;return oe||G&&q.done?{exit:!0,value:oe?b.reject(q):b.resolve(y(void 0,!0))}:{exit:!1,value:q}};return o(c(p),{next:function(){var ne=W(this),oe=ne.value;if(ne.exit)return oe;var q=i(function(){return l(oe.nextHandler(b))}),J=q.error,K=q.value;return J&&(oe.done=!0),J?b.reject(K):b.resolve(K)},return:function(){var ae=W(this),ne=ae.value;if(ae.exit)return ne;ne.done=!0;var oe=ne.iterator,q,J,K=i(function(){if(ne.inner)try{m(ne.inner.iterator,"normal")}catch(se){return m(oe,"throw",se)}return x(oe,"return")});return q=J=K.value,K.error?b.reject(J):q===void 0?b.resolve(y(void 0,!0)):(K=i(function(){return r(q,oe)}),J=K.value,K.error?b.reject(J):N?b.resolve(J):b.resolve(J).then(function(se){return l(se),y(void 0,!0)}))}})},M=P(!0),B=P(!1);f(B,S,"Async Iterator Helper"),d.exports=function(N,G){var H=function(ae,ne){ne?(ne.iterator=ae.iterator,ne.next=ae.next):ne=ae,ne.type=G?R:D,ne.nextHandler=N,ne.counter=0,ne.done=!1,A(this,ne)};return H.prototype=G?M:B,H}},34535:function(d,_,e){"use strict";var r=e(89945),i=e(41586),l=function(c,f){return[f,c]};d.exports=function(){return r(i,this,l)}},55266:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(31946),f=e(66434),o=e(65911),h=e(10731),u=e(28255),a=function(x){var p=x===0,y=x===1,m=x===2,b=x===3;return function(S,D,R){l(S);var A=D!==void 0;(A||!p)&&i(D);var P=h(S),M=o("Promise"),B=P.iterator,N=P.next,G=0;return new M(function(H,W){var ae=function(oe){u(B,W,oe,W)},ne=function(){try{if(A)try{f(G)}catch(oe){ae(oe)}M.resolve(l(r(N,B))).then(function(oe){try{if(l(oe).done)p?(R.length=G,H(R)):H(b?!1:m||void 0);else{var q=oe.value;try{if(A){var J=D(q,G),K=function(se){if(y)ne();else if(m)se?ne():u(B,H,!1,W);else if(p)try{R[G++]=se,ne()}catch(ee){ae(ee)}else se?u(B,H,b||q,W):ne()};c(J)?M.resolve(J).then(K,ae):K(J)}else R[G++]=q,ne()}catch(se){ae(se)}}}catch(se){W(se)}},W)}catch(oe){W(oe)}};ne()})}};d.exports={toArray:a(0),forEach:a(1),every:a(2),some:a(3),find:a(4)}},41586:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(31946),f=e(10731),o=e(31342),h=e(25587),u=e(28255),a=o(function(x){var p=this,y=p.iterator,m=p.mapper;return new x(function(b,S){var D=function(A){p.done=!0,S(A)},R=function(A){u(y,D,A,D)};x.resolve(l(r(p.next,y))).then(function(A){try{if(l(A).done)p.done=!0,b(h(void 0,!0));else{var P=A.value;try{var M=m(P,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){D(N)}},D)})});d.exports=function(p){return l(this),i(p),new a(f(this),{mapper:p})}},14052:function(d,_,e){"use strict";var r=e(92916),i=e(77398),l=e(55327),c=e(20132),f=e(53456),o=e(2291),h=e(59893),u=e(16697),a="USE_FUNCTION_CONSTRUCTOR",x=h("asyncIterator"),p=r.AsyncIterator,y=i.AsyncIteratorPrototype,m,b;if(y)m=y;else if(l(p))m=p.prototype;else if(i[a]||r[a])try{b=f(f(f(Function("return async function*(){}()")()))),f(b)===Object.prototype&&(m=b)}catch(S){}m?u&&(m=c(m)):m={},l(m[x])||o(m,x,function(){return this}),d.exports=m},80025:function(d,_,e){"use strict";var r=e(89945),i=e(31342);d.exports=i(function(){return r(this.next,this.iterator)},!0)},66244:function(d){"use strict";var _="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e=_+"+/",r=_+"-_",i=function(l){for(var c={},f=0;f<64;f++)c[l.charAt(f)]=f;return c};d.exports={i2c:e,c2i:i(e),i2cUrl:r,c2iUrl:i(r)}},46319:function(d,_,e){"use strict";var r=e(80449),i=e(67996);d.exports=function(l,c,f,o){try{return o?c(r(f)[0],f[1]):c(f)}catch(h){i(l,"throw",h)}}},35221:function(d,_,e){"use strict";var r=e(59893),i=r("iterator"),l=!1;try{var c=0,f={next:function(){return{done:!!c++}},return:function(){l=!0}};f[i]=function(){return this},Array.from(f,function(){throw 2})}catch(o){}d.exports=function(o,h){try{if(!h&&!l)return!1}catch(x){return!1}var u=!1;try{var a={};a[i]=function(){return{next:function(){return{done:u=!0}}}},o(a)}catch(x){}return u}},29076:function(d,_,e){"use strict";var r=e(94237),i=r({}.toString),l=r("".slice);d.exports=function(c){return l(i(c),8,-1)}},97607:function(d,_,e){"use strict";var r=e(68527),i=e(55327),l=e(29076),c=e(59893),f=c("toStringTag"),o=Object,h=l(function(){return arguments}())==="Arguments",u=function(a,x){try{return a[x]}catch(p){}};d.exports=r?l:function(a){var x,p,y;return a===void 0?"Undefined":a===null?"Null":typeof(p=u(x=o(a),f))=="string"?p:h?l(x):(y=l(x))==="Object"&&i(x.callee)?"Arguments":y}},72846:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(63335),c=e(6086),f=e(4112),o=e(62003),h=[].push;d.exports=function(a){var x=arguments.length,p=x>1?arguments[1]:void 0,y,m,b,S;return c(this),y=p!==void 0,y&&l(p),f(a)?new this:(m=[],y?(b=0,S=r(p,x>2?arguments[2]:void 0),o(a,function(D){i(h,m,S(D,b++))})):o(a,h,{that:m}),new this(m))}},48800:function(d,_,e){"use strict";var r=e(30867);d.exports=function(){return new this(r(arguments))}},40942:function(d,_,e){"use strict";var r=e(20132),i=e(64110),l=e(66477),c=e(80666),f=e(56472),o=e(4112),h=e(62003),u=e(24019),a=e(25587),x=e(51996),p=e(35454),y=e(2074).fastKey,m=e(94844),b=m.set,S=m.getterFor;d.exports={getConstructor:function(D,R,A,P){var M=D(function(W,ae){f(W,B),b(W,{type:R,index:r(null),first:void 0,last:void 0,size:0}),p||(W.size=0),o(ae)||h(ae,W[P],{that:W,AS_ENTRIES:A})}),B=M.prototype,N=S(R),G=function(W,ae,ne){var oe=N(W),q=H(W,ae),J,K;return q?q.value=ne:(oe.last=q={index:K=y(ae,!0),key:ae,value:ne,previous:J=oe.last,next:void 0,removed:!1},oe.first||(oe.first=q),J&&(J.next=q),p?oe.size++:W.size++,K!=="F"&&(oe.index[K]=q)),W},H=function(W,ae){var ne=N(W),oe=y(ae),q;if(oe!=="F")return ne.index[oe];for(q=ne.first;q;q=q.next)if(q.key===ae)return q};return l(B,{clear:function(){for(var ae=this,ne=N(ae),oe=ne.index,q=ne.first;q;)q.removed=!0,q.previous&&(q.previous=q.previous.next=void 0),delete oe[q.index],q=q.next;ne.first=ne.last=void 0,p?ne.size=0:ae.size=0},delete:function(W){var ae=this,ne=N(ae),oe=H(ae,W);if(oe){var q=oe.next,J=oe.previous;delete ne.index[oe.index],oe.removed=!0,J&&(J.next=q),q&&(q.previous=J),ne.first===oe&&(ne.first=q),ne.last===oe&&(ne.last=J),p?ne.size--:ae.size--}return!!oe},forEach:function(ae){for(var ne=N(this),oe=c(ae,arguments.length>1?arguments[1]:void 0),q;q=q?q.next:ne.first;)for(oe(q.value,q.key,this);q&&q.removed;)q=q.previous},has:function(ae){return!!H(this,ae)}}),l(B,A?{get:function(ae){var ne=H(this,ae);return ne&&ne.value},set:function(ae,ne){return G(this,ae===0?0:ae,ne)}}:{add:function(ae){return G(this,ae=ae===0?0:ae,ae)}}),p&&i(B,"size",{configurable:!0,get:function(){return N(this).size}}),M},setStrong:function(D,R,A){var P=R+" Iterator",M=S(R),B=S(P);u(D,R,function(N,G){b(this,{type:P,target:N,state:M(N),kind:G,last:void 0})},function(){for(var N=B(this),G=N.kind,H=N.last;H&&H.removed;)H=H.previous;return!N.target||!(N.last=H=H?H.next:N.state.first)?(N.target=void 0,a(void 0,!0)):a(G==="keys"?H.key:G==="values"?H.value:[H.key,H.value],!1)},A?"entries":"values",!A,!0),x(R)}}},39656:function(d,_,e){"use strict";var r=e(94237),i=e(66477),l=e(2074).getWeakData,c=e(56472),f=e(80449),o=e(4112),h=e(31946),u=e(62003),a=e(90560),x=e(32621),p=e(94844),y=p.set,m=p.getterFor,b=a.find,S=a.findIndex,D=r([].splice),R=0,A=function(B){return B.frozen||(B.frozen=new P)},P=function(){this.entries=[]},M=function(B,N){return b(B.entries,function(G){return G[0]===N})};P.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 G=M(this,B);G?G[1]=N:this.entries.push([B,N])},delete:function(B){var N=S(this.entries,function(G){return G[0]===B});return~N&&D(this.entries,N,1),!!~N}},d.exports={getConstructor:function(B,N,G,H){var W=B(function(q,J){c(q,ae),y(q,{type:N,id:R++,frozen:void 0}),o(J)||u(J,q[H],{that:q,AS_ENTRIES:G})}),ae=W.prototype,ne=m(N),oe=function(q,J,K){var se=ne(q),ee=l(f(J),!0);return ee===!0?A(se).set(J,K):ee[se.id]=K,q};return i(ae,{delete:function(q){var J=ne(this);if(!h(q))return!1;var K=l(q);return K===!0?A(J).delete(q):K&&x(K,J.id)&&delete K[J.id]},has:function(J){var K=ne(this);if(!h(J))return!1;var se=l(J);return se===!0?A(K).has(J):se&&x(se,K.id)}}),i(ae,G?{get:function(J){var K=ne(this);if(h(J)){var se=l(J);return se===!0?A(K).get(J):se?se[K.id]:void 0}},set:function(J,K){return oe(this,J,K)}}:{add:function(J){return oe(this,J,!0)}}),W}}},48059:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(20865),f=e(2291),o=e(2074),h=e(62003),u=e(56472),a=e(55327),x=e(4112),p=e(31946),y=e(3338),m=e(35221),b=e(94573),S=e(25576);d.exports=function(D,R,A){var P=D.indexOf("Map")!==-1,M=D.indexOf("Weak")!==-1,B=P?"set":"add",N=i[D],G=N&&N.prototype,H=N,W={},ae=function(ee){var Q=l(G[ee]);f(G,ee,ee==="add"?function($){return Q(this,$===0?0:$),this}:ee==="delete"?function(le){return M&&!p(le)?!1:Q(this,le===0?0:le)}:ee==="get"?function($){return M&&!p($)?void 0:Q(this,$===0?0:$)}:ee==="has"?function($){return M&&!p($)?!1:Q(this,$===0?0:$)}:function($,j){return Q(this,$===0?0:$,j),this})},ne=c(D,!a(N)||!(M||G.forEach&&!y(function(){new N().entries().next()})));if(ne)H=A.getConstructor(R,D,P,B),o.enable();else if(c(D,!0)){var oe=new H,q=oe[B](M?{}:-0,1)!==oe,J=y(function(){oe.has(1)}),K=m(function(ee){new N(ee)}),se=!M&&y(function(){for(var ee=new N,Q=5;Q--;)ee[B](Q,Q);return!ee.has(-0)});K||(H=R(function(ee,Q){u(ee,G);var le=S(new N,ee,H);return x(Q)||h(Q,le[B],{that:le,AS_ENTRIES:P}),le}),H.prototype=G,G.constructor=H),(J||se)&&(ae("delete"),ae("has"),P&&ae("get")),(se||q)&&ae(B),M&&G.clear&&delete G.clear}return W[D]=H,r({global:!0,constructor:!0,forced:H!==N},W),b(H,D),M||A.setStrong(H,D,P),H}},32754:function(d,_,e){"use strict";e(34941),e(55410);var r=e(65911),i=e(20132),l=e(31946),c=Object,f=TypeError,o=r("Map"),h=r("WeakMap"),u=function(){this.object=null,this.symbol=null,this.primitives=null,this.objectsByIndex=i(null)};u.prototype.get=function(x,p){return this[x]||(this[x]=p())},u.prototype.next=function(x,p,y){var m=y?this.objectsByIndex[x]||(this.objectsByIndex[x]=new h):this.primitives||(this.primitives=new o),b=m.get(p);return b||m.set(p,b=new u),b};var a=new u;d.exports=function(){var x=a,p=arguments.length,y,m;for(y=0;y<p;y++)l(m=arguments[y])&&(x=x.next(y,m,!0));if(this===c&&x===a)throw new f("Composite keys must contain a non-primitive component");for(y=0;y<p;y++)l(m=arguments[y])||(x=x.next(y,m,!1));return x}},24538:function(d,_,e){"use strict";var r=e(32621),i=e(48662),l=e(71256),c=e(37691);d.exports=function(f,o,h){for(var u=i(o),a=c.f,x=l.f,p=0;p<u.length;p++){var y=u[p];!r(f,y)&&!(h&&r(h,y))&&a(f,y,x(o,y))}}},86266:function(d,_,e){"use strict";var r=e(59893),i=r("match");d.exports=function(l){var c=/./;try{"/./"[l](c)}catch(f){try{return c[i]=!1,"/./"[l](c)}catch(o){}}return!1}},4870:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){function i(){}return i.prototype.constructor=null,Object.getPrototypeOf(new i)!==i.prototype})},95994:function(d,_,e){"use strict";var r=e(94237),i=e(95955),l=e(69905),c=/"/g,f=r("".replace);d.exports=function(o,h,u,a){var x=l(i(o)),p="<"+h;return u!==""&&(p+=" "+u+'="'+f(l(a),c,"&quot;")+'"'),p+">"+x+"</"+h+">"}},25587:function(d){"use strict";d.exports=function(_,e){return{value:_,done:e}}},68151:function(d,_,e){"use strict";var r=e(35454),i=e(37691),l=e(35012);d.exports=r?function(c,f,o){return i.f(c,f,l(1,o))}:function(c,f,o){return c[f]=o,c}},35012:function(d){"use strict";d.exports=function(_,e){return{enumerable:!(_&1),configurable:!(_&2),writable:!(_&4),value:e}}},69392:function(d,_,e){"use strict";var r=e(17818),i=e(37691),l=e(35012);d.exports=function(c,f,o){var h=r(f);h in c?i.f(c,h,l(0,o)):c[h]=o}},32494:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(85571).start,c=RangeError,f=isFinite,o=Math.abs,h=Date.prototype,u=h.toISOString,a=r(h.getTime),x=r(h.getUTCDate),p=r(h.getUTCFullYear),y=r(h.getUTCHours),m=r(h.getUTCMilliseconds),b=r(h.getUTCMinutes),S=r(h.getUTCMonth),D=r(h.getUTCSeconds);d.exports=i(function(){return u.call(new Date(-50000000000001))!=="0385-07-25T07:06:39.999Z"})||!i(function(){u.call(new Date(NaN))})?function(){if(!f(a(this)))throw new c("Invalid time value");var A=this,P=p(A),M=m(A),B=P<0?"-":P>9999?"+":"";return B+l(o(P),B?6:4,0)+"-"+l(S(A)+1,2,0)+"-"+l(x(A),2,0)+"T"+l(y(A),2,0)+":"+l(b(A),2,0)+":"+l(D(A),2,0)+"."+l(M,3,0)+"Z"}:u},77119:function(d,_,e){"use strict";var r=e(80449),i=e(44759),l=TypeError;d.exports=function(c){if(r(this),c==="string"||c==="default")c="string";else if(c!=="number")throw new l("Incorrect hint");return i(this,c)}},64110:function(d,_,e){"use strict";var r=e(86528),i=e(37691);d.exports=function(l,c,f){return f.get&&r(f.get,c,{getter:!0}),f.set&&r(f.set,c,{setter:!0}),i.f(l,c,f)}},2291:function(d,_,e){"use strict";var r=e(55327),i=e(37691),l=e(86528),c=e(29539);d.exports=function(f,o,h,u){u||(u={});var a=u.enumerable,x=u.name!==void 0?u.name:o;if(r(h)&&l(h,x,u),u.global)a?f[o]=h:c(o,h);else{try{u.unsafe?f[o]&&(a=!0):delete f[o]}catch(p){}a?f[o]=h:i.f(f,o,{value:h,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return f}},66477:function(d,_,e){"use strict";var r=e(2291);d.exports=function(i,l,c){for(var f in l)r(i,f,l[f],c);return i}},29539:function(d,_,e){"use strict";var r=e(92916),i=Object.defineProperty;d.exports=function(l,c){try{i(r,l,{value:c,configurable:!0,writable:!0})}catch(f){r[l]=c}return c}},84233:function(d,_,e){"use strict";var r=e(40593),i=TypeError;d.exports=function(l,c){if(!delete l[c])throw new i("Cannot delete property "+r(c)+" of "+r(l))}},35454:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})},39311:function(d,_,e){"use strict";var r=e(92916),i=e(11270),l=e(80426),c=r.structuredClone,f=r.ArrayBuffer,o=r.MessageChannel,h=!1,u,a,x,p;if(l)h=function(y){c(y,{transfer:[y]})};else if(f)try{o||(u=i("worker_threads"),u&&(o=u.MessageChannel)),o&&(a=new o,x=new f(2),p=function(y){a.port1.postMessage(null,[y])},x.byteLength===2&&(p(x),x.byteLength===0&&(h=p)))}catch(y){}d.exports=h},81766:function(d){"use strict";var _=typeof document=="object"&&document.all,e=typeof _=="undefined"&&_!==void 0;d.exports={all:_,IS_HTMLDDA:e}},86060:function(d,_,e){"use strict";var r=e(92916),i=e(31946),l=r.document,c=i(l)&&i(l.createElement);d.exports=function(f){return c?l.createElement(f):{}}},66434:function(d){"use strict";var _=TypeError,e=9007199254740991;d.exports=function(r){if(r>e)throw _("Maximum allowed index exceeded");return r}},52109:function(d){"use strict";d.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},66749:function(d){"use strict";d.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},9518:function(d,_,e){"use strict";var r=e(86060),i=r("span").classList,l=i&&i.constructor&&i.constructor.prototype;d.exports=l===Object.prototype?void 0:l},78177:function(d,_,e){"use strict";var r=e(66011),i=r.match(/firefox\/(\d+)/i);d.exports=!!i&&+i[1]},66994:function(d,_,e){"use strict";var r=e(91821),i=e(90946);d.exports=!r&&!i&&typeof window=="object"&&typeof document=="object"},90843:function(d){"use strict";d.exports=typeof Bun=="function"&&Bun&&typeof Bun.version=="string"},91821:function(d){"use strict";d.exports=typeof Deno=="object"&&Deno&&typeof Deno.version=="object"},17687:function(d,_,e){"use strict";var r=e(66011);d.exports=/MSIE|Trident/.test(r)},1908:function(d,_,e){"use strict";var r=e(66011);d.exports=/ipad|iphone|ipod/i.test(r)&&typeof Pebble!="undefined"},70695:function(d,_,e){"use strict";var r=e(66011);d.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},90946:function(d,_,e){"use strict";var r=e(92916),i=e(29076);d.exports=i(r.process)==="process"},44914:function(d,_,e){"use strict";var r=e(66011);d.exports=/web0s(?!.*chrome)/i.test(r)},66011:function(d){"use strict";d.exports=typeof navigator!="undefined"&&String(navigator.userAgent)||""},46573:function(d,_,e){"use strict";var r=e(92916),i=e(66011),l=r.process,c=r.Deno,f=l&&l.versions||c&&c.version,o=f&&f.v8,h,u;o&&(h=o.split("."),u=h[0]>0&&h[0]<4?1:+(h[0]+h[1])),!u&&i&&(h=i.match(/Edge\/(\d+)/),(!h||h[1]>=74)&&(h=i.match(/Chrome\/(\d+)/),h&&(u=+h[1]))),d.exports=u},19684:function(d,_,e){"use strict";var r=e(66011),i=r.match(/AppleWebKit\/(\d+)\./);d.exports=!!i&&+i[1]},46678:function(d){"use strict";d.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},80739:function(d,_,e){"use strict";var r=e(94237),i=Error,l=r("".replace),c=function(h){return String(new i(h).stack)}("zxcasd"),f=/\n\s*at [^:]*:[^\n]*/,o=f.test(c);d.exports=function(h,u){if(o&&typeof h=="string"&&!i.prepareStackTrace)for(;u--;)h=l(h,f,"");return h}},61888:function(d,_,e){"use strict";var r=e(68151),i=e(80739),l=e(25406),c=Error.captureStackTrace;d.exports=function(f,o,h,u){l&&(c?c(f,o):r(f,"stack",i(h,u)))}},25406:function(d,_,e){"use strict";var r=e(3338),i=e(35012);d.exports=!r(function(){var l=new Error("a");return"stack"in l?(Object.defineProperty(l,"stack",i(1,7)),l.stack!==7):!0})},13367:function(d,_,e){"use strict";var r=e(35454),i=e(3338),l=e(80449),c=e(7825),f=Error.prototype.toString,o=i(function(){if(r){var h=Object.create(Object.defineProperty({},"name",{get:function(){return this===h}}));if(f.call(h)!=="true")return!0}return f.call({message:1,name:2})!=="2: 1"||f.call({})!=="Error"});d.exports=o?function(){var u=l(this),a=c(u.name,"Error"),x=c(u.message);return a?x?a+": "+x:a:x}:f},94488:function(d,_,e){"use strict";var r=e(92916),i=e(71256).f,l=e(68151),c=e(2291),f=e(29539),o=e(24538),h=e(20865);d.exports=function(u,a){var x=u.target,p=u.global,y=u.stat,m,b,S,D,R,A;if(p?b=r:y?b=r[x]||f(x,{}):b=(r[x]||{}).prototype,b)for(S in a){if(R=a[S],u.dontCallGetSet?(A=i(b,S),D=A&&A.value):D=b[S],m=h(p?S:x+(y?".":"#")+S,u.forced),!m&&D!==void 0){if(typeof R==typeof D)continue;o(R,D)}(u.sham||D&&D.sham)&&l(R,"sham",!0),c(b,S,R,u)}}},3338:function(d){"use strict";d.exports=function(_){try{return!!_()}catch(e){return!0}}},8662:function(d,_,e){"use strict";e(44001);var r=e(34114),i=e(2291),l=e(88736),c=e(3338),f=e(59893),o=e(68151),h=f("species"),u=RegExp.prototype;d.exports=function(a,x,p,y){var m=f(a),b=!c(function(){var A={};return A[m]=function(){return 7},""[a](A)!==7}),S=b&&!c(function(){var A=!1,P=/a/;return a==="split"&&(P={},P.constructor={},P.constructor[h]=function(){return P},P.flags="",P[m]=/./[m]),P.exec=function(){return A=!0,null},P[m](""),!A});if(!b||!S||p){var D=r(/./[m]),R=x(m,""[a],function(A,P,M,B,N){var G=r(A),H=P.exec;return H===l||H===u.exec?b&&!N?{done:!0,value:D(P,M,B)}:{done:!0,value:G(M,P,B)}:{done:!1}});i(String.prototype,a,R[0]),i(u,m,R[1])}y&&o(u[m],"sham",!0)}},3372:function(d,_,e){"use strict";var r=e(18589),i=e(82762),l=e(66434),c=e(80666),f=function(o,h,u,a,x,p,y,m){for(var b=x,S=0,D=y?c(y,m):!1,R,A;S<a;)S in u&&(R=D?D(u[S],S,h):u[S],p>0&&r(R)?(A=i(R),b=f(o,h,R,A,b,p-1)-1):(l(b+1),o[b]=R),b++),S++;return b};d.exports=f},13247:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){return Object.isExtensible(Object.preventExtensions({}))})},13743:function(d,_,e){"use strict";var r=e(40486),i=Function.prototype,l=i.apply,c=i.call;d.exports=typeof Reflect=="object"&&Reflect.apply||(r?c.bind(l):function(){return c.apply(l,arguments)})},80666:function(d,_,e){"use strict";var r=e(34114),i=e(63335),l=e(40486),c=r(r.bind);d.exports=function(f,o){return i(f),o===void 0?f:l?c(f,o):function(){return f.apply(o,arguments)}}},40486:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){var i=function(){}.bind();return typeof i!="function"||i.hasOwnProperty("prototype")})},4645:function(d,_,e){"use strict";var r=e(94237),i=e(63335),l=e(31946),c=e(32621),f=e(30867),o=e(40486),h=Function,u=r([].concat),a=r([].join),x={},p=function(y,m,b){if(!c(x,m)){for(var S=[],D=0;D<m;D++)S[D]="a["+D+"]";x[m]=h("C,a","return new C("+a(S,",")+")")}return x[m](y,b)};d.exports=o?h.bind:function(m){var b=i(this),S=b.prototype,D=f(arguments,1),R=function(){var P=u(D,f(arguments));return this instanceof R?p(b,P.length,P):b.apply(m,P)};return l(S)&&(R.prototype=S),R}},89945:function(d,_,e){"use strict";var r=e(40486),i=Function.prototype.call;d.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},47739:function(d,_,e){"use strict";var r=e(94237),i=e(63335);d.exports=function(){return r(i(this))}},8090:function(d,_,e){"use strict";var r=e(35454),i=e(32621),l=Function.prototype,c=r&&Object.getOwnPropertyDescriptor,f=i(l,"name"),o=f&&function(){}.name==="something",h=f&&(!r||r&&c(l,"name").configurable);d.exports={EXISTS:f,PROPER:o,CONFIGURABLE:h}},37758:function(d,_,e){"use strict";var r=e(94237),i=e(63335);d.exports=function(l,c,f){try{return r(i(Object.getOwnPropertyDescriptor(l,c)[f]))}catch(o){}}},34114:function(d,_,e){"use strict";var r=e(29076),i=e(94237);d.exports=function(l){if(r(l)==="Function")return i(l)}},94237:function(d,_,e){"use strict";var r=e(40486),i=Function.prototype,l=i.call,c=r&&i.bind.bind(l,l);d.exports=r?c:function(f){return function(){return l.apply(f,arguments)}}},81750:function(d){"use strict";var _=TypeError;d.exports=function(e){var r=e&&e.alphabet;if(r===void 0||r==="base64"||r==="base64url")return r||"base64";throw new _("Incorrect `alphabet` option")}},38116:function(d,_,e){"use strict";var r=e(89945),i=e(55327),l=e(80449),c=e(10731),f=e(26006),o=e(53776),h=e(59893),u=e(57975),a=h("asyncIterator");d.exports=function(x){var p=l(x),y=!0,m=o(p,a),b;return i(m)||(m=f(p),y=!1),m!==void 0?b=r(m,p):(b=p,y=!0),l(b),c(y?b:new u(c(b)))}},69034:function(d,_,e){"use strict";var r=e(89945),i=e(57975),l=e(80449),c=e(85428),f=e(10731),o=e(53776),h=e(59893),u=h("asyncIterator");d.exports=function(a,x){var p=arguments.length<2?o(a,u):x;return p?l(r(p,a)):new i(f(c(a)))}},55174:function(d,_,e){"use strict";var r=e(92916);d.exports=function(i,l){var c=r[i],f=c&&c.prototype;return f&&f[l]}},65911:function(d,_,e){"use strict";var r=e(92916),i=e(55327),l=function(c){return i(c)?c:void 0};d.exports=function(c,f){return arguments.length<2?l(r[c]):r[c]&&r[c][f]}},10731:function(d){"use strict";d.exports=function(_){return{iterator:_,next:_.next,done:!1}}},7157:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(10731),c=e(26006);d.exports=function(f,o){(!o||typeof f!="string")&&i(f);var h=c(f);return l(i(h!==void 0?r(h,f):f))}},26006:function(d,_,e){"use strict";var r=e(97607),i=e(53776),l=e(4112),c=e(48074),f=e(59893),o=f("iterator");d.exports=function(h){if(!l(h))return i(h,o)||i(h,"@@iterator")||c[r(h)]}},85428:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(40593),f=e(26006),o=TypeError;d.exports=function(h,u){var a=arguments.length<2?f(h):u;if(i(a))return l(r(a,h));throw new o(c(h)+" is not iterable")}},65451:function(d,_,e){"use strict";var r=e(94237),i=e(18589),l=e(55327),c=e(29076),f=e(69905),o=r([].push);d.exports=function(h){if(l(h))return h;if(i(h)){for(var u=h.length,a=[],x=0;x<u;x++){var p=h[x];typeof p=="string"?o(a,p):(typeof p=="number"||c(p)==="Number"||c(p)==="String")&&o(a,f(p))}var y=a.length,m=!0;return function(b,S){if(m)return m=!1,S;if(i(this))return S;for(var D=0;D<y;D++)if(a[D]===b)return S}}}},53776:function(d,_,e){"use strict";var r=e(63335),i=e(4112);d.exports=function(l,c){var f=l[c];return i(f)?void 0:r(f)}},88203:function(d,_,e){"use strict";var r=e(63335),i=e(80449),l=e(89945),c=e(56902),f=e(10731),o="Invalid size",h=RangeError,u=TypeError,a=Math.max,x=function(p,y,m,b){this.set=p,this.size=y,this.has=m,this.keys=b};x.prototype={getIterator:function(){return f(i(l(this.keys,this.set)))},includes:function(p){return l(this.has,this.set,p)}},d.exports=function(p){i(p);var y=+p.size;if(y!==y)throw new u(o);var m=c(y);if(m<0)throw new h(o);return new x(p,a(m,0),r(p.has),r(p.keys))}},23011:function(d,_,e){"use strict";var r=e(94237),i=e(94029),l=Math.floor,c=r("".charAt),f=r("".replace),o=r("".slice),h=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;d.exports=function(a,x,p,y,m,b){var S=p+a.length,D=y.length,R=u;return m!==void 0&&(m=i(m),R=h),f(b,R,function(A,P){var M;switch(c(P,0)){case"$":return"$";case"&":return a;case"`":return o(x,0,p);case"'":return o(x,S);case"<":M=m[o(P,1,-1)];break;default:var B=+P;if(B===0)return A;if(B>D){var N=l(B/10);return N===0?A:N<=D?y[N-1]===void 0?c(P,1):y[N-1]+c(P,1):A}M=y[B-1]}return M===void 0?"":M})}},92916:function(d,_,e){"use strict";var r=function(i){return i&&i.Math===Math&&i};d.exports=r(typeof globalThis=="object"&&globalThis)||r(typeof window=="object"&&window)||r(typeof self=="object"&&self)||r(typeof e.g=="object"&&e.g)||r(typeof this=="object"&&this)||function(){return this}()||Function("return this")()},32621:function(d,_,e){"use strict";var r=e(94237),i=e(94029),l=r({}.hasOwnProperty);d.exports=Object.hasOwn||function(f,o){return l(i(f),o)}},54406:function(d){"use strict";d.exports={}},61810:function(d){"use strict";d.exports=function(_,e){try{arguments.length===1?console.error(_):console.error(_,e)}catch(r){}}},75171:function(d,_,e){"use strict";var r=e(65911);d.exports=r("document","documentElement")},46796:function(d,_,e){"use strict";var r=e(35454),i=e(3338),l=e(86060);d.exports=!r&&!i(function(){return Object.defineProperty(l("div"),"a",{get:function(){return 7}}).a!==7})},61618:function(d){"use strict";var _=Array,e=Math.abs,r=Math.pow,i=Math.floor,l=Math.log,c=Math.LN2,f=function(h,u,a){var x=_(a),p=a*8-u-1,y=(1<<p)-1,m=y>>1,b=u===23?r(2,-24)-r(2,-77):0,S=h<0||h===0&&1/h<0?1:0,D=0,R,A,P;for(h=e(h),h!==h||h===1/0?(A=h!==h?1:0,R=y):(R=i(l(h)/c),P=r(2,-R),h*P<1&&(R--,P*=2),R+m>=1?h+=b/P:h+=b*r(2,1-m),h*P>=2&&(R++,P/=2),R+m>=y?(A=0,R=y):R+m>=1?(A=(h*P-1)*r(2,u),R+=m):(A=h*r(2,m-1)*r(2,u),R=0));u>=8;)x[D++]=A&255,A/=256,u-=8;for(R=R<<u|A,p+=u;p>0;)x[D++]=R&255,R/=256,p-=8;return x[--D]|=S*128,x},o=function(h,u){var a=h.length,x=a*8-u-1,p=(1<<x)-1,y=p>>1,m=x-7,b=a-1,S=h[b--],D=S&127,R;for(S>>=7;m>0;)D=D*256+h[b--],m-=8;for(R=D&(1<<-m)-1,D>>=-m,m+=u;m>0;)R=R*256+h[b--],m-=8;if(D===0)D=1-y;else{if(D===p)return R?NaN:S?-1/0:1/0;R+=r(2,u),D-=y}return(S?-1:1)*R*r(2,D-u)};d.exports={pack:f,unpack:o}},1835:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(29076),c=Object,f=r("".split);d.exports=i(function(){return!c("z").propertyIsEnumerable(0)})?function(o){return l(o)==="String"?f(o,""):c(o)}:c},25576:function(d,_,e){"use strict";var r=e(55327),i=e(31946),l=e(58218);d.exports=function(c,f,o){var h,u;return l&&r(h=f.constructor)&&h!==o&&i(u=h.prototype)&&u!==o.prototype&&l(c,u),c}},15212:function(d,_,e){"use strict";var r=e(94237),i=e(55327),l=e(77398),c=r(Function.toString);i(l.inspectSource)||(l.inspectSource=function(f){return c(f)}),d.exports=l.inspectSource},73068:function(d,_,e){"use strict";var r=e(31946),i=e(68151);d.exports=function(l,c){r(c)&&"cause"in c&&i(l,"cause",c.cause)}},2074:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(54406),c=e(31946),f=e(32621),o=e(37691).f,h=e(80689),u=e(53393),a=e(12477),x=e(6145),p=e(13247),y=!1,m=x("meta"),b=0,S=function(B){o(B,m,{value:{objectID:"O"+b++,weakData:{}}})},D=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";S(B)}return B[m].objectID},R=function(B,N){if(!f(B,m)){if(!a(B))return!0;if(!N)return!1;S(B)}return B[m].weakData},A=function(B){return p&&y&&a(B)&&!f(B,m)&&S(B),B},P=function(){M.enable=function(){},y=!0;var B=h.f,N=i([].splice),G={};G[m]=1,B(G).length&&(h.f=function(H){for(var W=B(H),ae=0,ne=W.length;ae<ne;ae++)if(W[ae]===m){N(W,ae,1);break}return W},r({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},M=d.exports={enable:P,fastKey:D,getWeakData:R,onFreeze:A};l[m]=!0},94844:function(d,_,e){"use strict";var r=e(40115),i=e(92916),l=e(31946),c=e(68151),f=e(32621),o=e(77398),h=e(11898),u=e(54406),a="Object already initialized",x=i.TypeError,p=i.WeakMap,y,m,b,S=function(P){return b(P)?m(P):y(P,{})},D=function(P){return function(M){var B;if(!l(M)||(B=m(M)).type!==P)throw new x("Incompatible receiver, "+P+" 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(P,M){if(R.has(P))throw new x(a);return M.facade=P,R.set(P,M),M},m=function(P){return R.get(P)||{}},b=function(P){return R.has(P)}}else{var A=h("state");u[A]=!0,y=function(P,M){if(f(P,A))throw new x(a);return M.facade=P,c(P,A,M),M},m=function(P){return f(P,A)?P[A]:{}},b=function(P){return f(P,A)}}d.exports={set:y,get:m,has:b,enforce:S,getterFor:D}},345:function(d,_,e){"use strict";var r=e(59893),i=e(48074),l=r("iterator"),c=Array.prototype;d.exports=function(f){return f!==void 0&&(i.Array===f||c[l]===f)}},18589:function(d,_,e){"use strict";var r=e(29076);d.exports=Array.isArray||function(l){return r(l)==="Array"}},75406:function(d,_,e){"use strict";var r=e(97607);d.exports=function(i){var l=r(i);return l==="BigInt64Array"||l==="BigUint64Array"}},55327:function(d,_,e){"use strict";var r=e(81766),i=r.all;d.exports=r.IS_HTMLDDA?function(l){return typeof l=="function"||l===i}:function(l){return typeof l=="function"}},39812:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(55327),c=e(97607),f=e(65911),o=e(15212),h=function(){},u=[],a=f("Reflect","construct"),x=/^\s*(?:class|function)\b/,p=r(x.exec),y=!x.test(h),m=function(D){if(!l(D))return!1;try{return a(h,u,D),!0}catch(R){return!1}},b=function(D){if(!l(D))return!1;switch(c(D)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return y||!!p(x,o(D))}catch(R){return!0}};b.sham=!0,d.exports=!a||i(function(){var S;return m(m.call)||!m(Object)||!m(function(){S=!0})||S})?b:m},60516:function(d,_,e){"use strict";var r=e(32621);d.exports=function(i){return i!==void 0&&(r(i,"value")||r(i,"writable"))}},20865:function(d,_,e){"use strict";var r=e(3338),i=e(55327),l=/#|\.prototype\./,c=function(a,x){var p=o[f(a)];return p===u?!0:p===h?!1:i(x)?r(x):!!x},f=c.normalize=function(a){return String(a).replace(l,".").toLowerCase()},o=c.data={},h=c.NATIVE="N",u=c.POLYFILL="P";d.exports=c},62896:function(d,_,e){"use strict";var r=e(31946),i=Math.floor;d.exports=Number.isInteger||function(c){return!r(c)&&isFinite(c)&&i(c)===c}},30360:function(d,_,e){"use strict";var r=e(97607),i=e(32621),l=e(4112),c=e(59893),f=e(48074),o=c("iterator"),h=Object;d.exports=function(u){if(l(u))return!1;var a=h(u);return a[o]!==void 0||"@@iterator"in a||i(f,r(a))}},4112:function(d){"use strict";d.exports=function(_){return _==null}},31946:function(d,_,e){"use strict";var r=e(55327),i=e(81766),l=i.all;d.exports=i.IS_HTMLDDA?function(c){return typeof c=="object"?c!==null:r(c)||c===l}:function(c){return typeof c=="object"?c!==null:r(c)}},16697:function(d){"use strict";d.exports=!1},83502:function(d,_,e){"use strict";var r=e(31946),i=e(94844).get;d.exports=function(c){if(!r(c))return!1;var f=i(c);return!!f&&f.type==="RawJSON"}},44639:function(d,_,e){"use strict";var r=e(31946),i=e(29076),l=e(59893),c=l("match");d.exports=function(f){var o;return r(f)&&((o=f[c])!==void 0?!!o:i(f)==="RegExp")}},18446:function(d,_,e){"use strict";var r=e(65911),i=e(55327),l=e(16332),c=e(14417),f=Object;d.exports=c?function(o){return typeof o=="symbol"}:function(o){var h=r("Symbol");return i(h)&&l(h.prototype,f(o))}},43545:function(d,_,e){"use strict";var r=e(89945);d.exports=function(i,l,c){for(var f=c?i:i.iterator,o=i.next,h,u;!(h=r(o,f)).done;)if(u=l(h.value),u!==void 0)return u}},62003:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(80449),c=e(40593),f=e(345),o=e(82762),h=e(16332),u=e(85428),a=e(26006),x=e(67996),p=TypeError,y=function(b,S){this.stopped=b,this.result=S},m=y.prototype;d.exports=function(b,S,D){var R=D&&D.that,A=!!(D&&D.AS_ENTRIES),P=!!(D&&D.IS_RECORD),M=!!(D&&D.IS_ITERATOR),B=!!(D&&D.INTERRUPTED),N=r(S,R),G,H,W,ae,ne,oe,q,J=function(se){return G&&x(G,"normal",se),new y(!0,se)},K=function(se){return A?(l(se),B?N(se[0],se[1],J):N(se[0],se[1])):B?N(se,J):N(se)};if(P)G=b.iterator;else if(M)G=b;else{if(H=a(b),!H)throw new p(c(b)+" is not iterable");if(f(H)){for(W=0,ae=o(b);ae>W;W++)if(ne=K(b[W]),ne&&h(m,ne))return ne;return new y(!1)}G=u(b,H)}for(oe=P?b.next:G.next;!(q=i(oe,G)).done;){try{ne=K(q.value)}catch(se){x(G,"throw",se)}if(typeof ne=="object"&&ne&&h(m,ne))return ne}return new y(!1)}},67996:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(53776);d.exports=function(c,f,o){var h,u;i(c);try{if(h=l(c,"return"),!h){if(f==="throw")throw o;return o}h=r(h,c)}catch(a){u=!0,h=a}if(f==="throw")throw o;if(u)throw h;return i(h),o}},83126:function(d,_,e){"use strict";var r=e(46571).IteratorPrototype,i=e(20132),l=e(35012),c=e(94573),f=e(48074),o=function(){return this};d.exports=function(h,u,a,x){var p=u+" Iterator";return h.prototype=i(r,{next:l(+!x,a)}),c(h,p,!1,!0),f[p]=o,h}},20547:function(d,_,e){"use strict";var r=e(89945),i=e(20132),l=e(68151),c=e(66477),f=e(59893),o=e(94844),h=e(53776),u=e(46571).IteratorPrototype,a=e(25587),x=e(67996),p=f("toStringTag"),y="IteratorHelper",m="WrapForValidIterator",b=o.set,S=function(A){var P=o.getterFor(A?m:y);return c(i(u),{next:function(){var B=P(this);if(A)return B.nextHandler();try{var N=B.done?void 0:B.nextHandler();return a(N,B.done)}catch(G){throw B.done=!0,G}},return:function(){var M=P(this),B=M.iterator;if(M.done=!0,A){var N=h(B,"return");return N?r(N,B):a(void 0,!0)}if(M.inner)try{x(M.inner.iterator,"normal")}catch(G){return x(B,"throw",G)}return x(B,"normal"),a(void 0,!0)}})},D=S(!0),R=S(!1);l(R,p,"Iterator Helper"),d.exports=function(A,P){var M=function(N,G){G?(G.iterator=N.iterator,G.next=N.next):G=N,G.type=P?m:y,G.nextHandler=A,G.counter=0,G.done=!1,b(this,G)};return M.prototype=P?D:R,M}},24019:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(16697),c=e(8090),f=e(55327),o=e(83126),h=e(53456),u=e(58218),a=e(94573),x=e(68151),p=e(2291),y=e(59893),m=e(48074),b=e(46571),S=c.PROPER,D=c.CONFIGURABLE,R=b.IteratorPrototype,A=b.BUGGY_SAFARI_ITERATORS,P=y("iterator"),M="keys",B="values",N="entries",G=function(){return this};d.exports=function(H,W,ae,ne,oe,q,J){o(ae,W,ne);var K=function(Oe){if(Oe===oe&&$)return $;if(!A&&Oe&&Oe in Q)return Q[Oe];switch(Oe){case M:return function(){return new ae(this,Oe)};case B:return function(){return new ae(this,Oe)};case N:return function(){return new ae(this,Oe)}}return function(){return new ae(this)}},se=W+" Iterator",ee=!1,Q=H.prototype,le=Q[P]||Q["@@iterator"]||oe&&Q[oe],$=!A&&le||K(oe),j=W==="Array"&&Q.entries||le,ie,me,Te;if(j&&(ie=h(j.call(new H)),ie!==Object.prototype&&ie.next&&(!l&&h(ie)!==R&&(u?u(ie,R):f(ie[P])||p(ie,P,G)),a(ie,se,!0,!0),l&&(m[se]=G))),S&&oe===B&&le&&le.name!==B&&(!l&&D?x(Q,"name",B):(ee=!0,$=function(){return i(le,this)})),oe)if(me={values:K(B),keys:q?$:K(M),entries:K(N)},J)for(Te in me)(A||ee||!(Te in Q))&&p(Q,Te,me[Te]);else r({target:W,proto:!0,forced:A||ee},me);return(!l||J)&&Q[P]!==$&&p(Q,P,$,{name:oe}),m[W]=$,me}},24771:function(d,_,e){"use strict";var r=e(89945),i=e(2155),l=function(c,f){return[f,c]};d.exports=function(){return r(i,this,l)}},2155:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(80449),c=e(10731),f=e(20547),o=e(46319),h=f(function(){var u=this.iterator,a=l(r(this.next,u)),x=this.done=!!a.done;if(!x)return o(u,this.mapper,[a.value,this.counter++],!0)});d.exports=function(a){return l(this),i(a),new h(c(this),{mapper:a})}},46571:function(d,_,e){"use strict";var r=e(3338),i=e(55327),l=e(31946),c=e(20132),f=e(53456),o=e(2291),h=e(59893),u=e(16697),a=h("iterator"),x=!1,p,y,m;[].keys&&(m=[].keys(),"next"in m?(y=f(f(m)),y!==Object.prototype&&(p=y)):x=!0);var b=!l(p)||r(function(){var S={};return p[a].call(S)!==S});b?p={}:u&&(p=c(p)),i(p[a])||o(p,a,function(){return this}),d.exports={IteratorPrototype:p,BUGGY_SAFARI_ITERATORS:x}},48074:function(d){"use strict";d.exports={}},82762:function(d,_,e){"use strict";var r=e(61578);d.exports=function(i){return r(i.length)}},86528:function(d,_,e){"use strict";var r=e(94237),i=e(3338),l=e(55327),c=e(32621),f=e(35454),o=e(8090).CONFIGURABLE,h=e(15212),u=e(94844),a=u.enforce,x=u.get,p=String,y=Object.defineProperty,m=r("".slice),b=r("".replace),S=r([].join),D=f&&!i(function(){return y(function(){},"length",{value:8}).length!==8}),R=String(String).split("String"),A=d.exports=function(P,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(P,"name")||o&&P.name!==M)&&(f?y(P,"name",{value:M,configurable:!0}):P.name=M),D&&B&&c(B,"arity")&&P.length!==B.arity&&y(P,"length",{value:B.arity});try{B&&c(B,"constructor")&&B.constructor?f&&y(P,"prototype",{writable:!1}):P.prototype&&(P.prototype=void 0)}catch(G){}var N=a(P);return c(N,"source")||(N.source=S(R,typeof M=="string"?M:"")),P};Function.prototype.toString=A(function(){return l(this)&&x(this).source||h(this)},"toString")},2786:function(d,_,e){"use strict";var r=e(94237),i=Map.prototype;d.exports={Map,set:r(i.set),get:r(i.get),has:r(i.has),remove:r(i.delete),proto:i}},95037:function(d,_,e){"use strict";var r=e(94237),i=e(43545),l=e(2786),c=l.Map,f=l.proto,o=r(f.forEach),h=r(f.entries),u=h(new c).next;d.exports=function(a,x,p){return p?i({iterator:h(a),next:u},function(y){return x(y[1],y[0])}):o(a,x)}},14615:function(d,_,e){"use strict";var r=e(89945),i=e(63335),l=e(55327),c=e(80449),f=TypeError;d.exports=function(h,u){var a=c(this),x=i(a.get),p=i(a.has),y=i(a.set),m=arguments.length>2?arguments[2]:void 0,b;if(!l(u)&&!l(m))throw new f("At least one callback required");return r(p,a,h)?(b=r(x,a,h),l(u)&&(b=u(b),r(y,a,h,b))):l(m)&&(b=m(),r(y,a,h,b)),b}},10014:function(d){"use strict";var _=Math.expm1,e=Math.exp;d.exports=!_||_(10)>22025.465794806718||_(10)<22025.465794806718||_(-2e-17)!==-2e-17?function(i){var l=+i;return l===0?l:l>-1e-6&&l<1e-6?l+l*l/2:e(l)-1}:_},35175:function(d,_,e){"use strict";var r=e(77056),i=.0009765625,l=65504,c=6103515625e-14;d.exports=Math.f16round||function(o){return r(o,i,l,c)}},77056:function(d,_,e){"use strict";var r=e(37666),i=Math.abs,l=2220446049250313e-31,c=1/l,f=function(o){return o+c-c};d.exports=function(o,h,u,a){var x=+o,p=i(x),y=r(x);if(p<a)return y*f(p/a/h)*a*h;var m=(1+h/l)*p,b=m-(m-p);return b>u||b!==b?y*(1/0):y*b}},14894:function(d,_,e){"use strict";var r=e(77056),i=11920928955078125e-23,l=34028234663852886e22,c=11754943508222875e-54;d.exports=Math.fround||function(o){return r(o,i,l,c)}},53309:function(d){"use strict";var _=Math.log,e=Math.LOG10E;d.exports=Math.log10||function(i){return _(i)*e}},25726:function(d){"use strict";var _=Math.log;d.exports=Math.log1p||function(r){var i=+r;return i>-1e-8&&i<1e-8?i-i*i/2:_(1+i)}},24619:function(d){"use strict";d.exports=Math.scale||function(e,r,i,l,c){var f=+e,o=+r,h=+i,u=+l,a=+c;return f!==f||o!==o||h!==h||u!==u||a!==a?NaN:f===1/0||f===-1/0?f:(f-o)*(a-u)/(h-o)+u}},37666:function(d){"use strict";d.exports=Math.sign||function(e){var r=+e;return r===0||r!==r?r:r<0?-1:1}},3312:function(d){"use strict";var _=Math.ceil,e=Math.floor;d.exports=Math.trunc||function(i){var l=+i;return(l>0?e:_)(l)}},72933:function(d,_,e){"use strict";var r=e(92916),i=e(80666),l=e(71256).f,c=e(28887).set,f=e(66790),o=e(70695),h=e(1908),u=e(44914),a=e(90946),x=r.MutationObserver||r.WebKitMutationObserver,p=r.document,y=r.process,m=r.Promise,b=l(r,"queueMicrotask"),S=b&&b.value,D,R,A,P,M;if(!S){var B=new f,N=function(){var G,H;for(a&&(G=y.domain)&&G.exit();H=B.get();)try{H()}catch(W){throw B.head&&D(),W}G&&G.enter()};!o&&!a&&!u&&x&&p?(R=!0,A=p.createTextNode(""),new x(N).observe(A,{characterData:!0}),D=function(){A.data=R=!R}):!h&&m&&m.resolve?(P=m.resolve(void 0),P.constructor=m,M=i(P.then,P),D=function(){M(N)}):a?D=function(){y.nextTick(N)}:(c=i(c,r),D=function(){c(N)}),S=function(G){B.head||D(),B.add(G)}}d.exports=S},82778:function(d,_,e){"use strict";var r=e(3338);d.exports=!r(function(){var i="9007199254740993",l=JSON.rawJSON(i);return!JSON.isRawJSON(l)||JSON.stringify(l)!==i})},73446:function(d,_,e){"use strict";var r=e(63335),i=TypeError,l=function(c){var f,o;this.promise=new c(function(h,u){if(f!==void 0||o!==void 0)throw new i("Bad Promise constructor");f=h,o=u}),this.resolve=r(f),this.reject=r(o)};d.exports.f=function(c){return new l(c)}},7825:function(d,_,e){"use strict";var r=e(69905);d.exports=function(i,l){return i===void 0?arguments.length<2?"":l:r(i)}},2279:function(d){"use strict";var _=RangeError;d.exports=function(e){if(e===e)return e;throw new _("NaN is not allowed")}},41696:function(d,_,e){"use strict";var r=e(44639),i=TypeError;d.exports=function(l){if(r(l))throw new i("The method doesn't accept regular expressions");return l}},1222:function(d,_,e){"use strict";var r=e(92916),i=r.isFinite;d.exports=Number.isFinite||function(c){return typeof c=="number"&&i(c)}},31280:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(94237),c=e(69905),f=e(52971).trim,o=e(19268),h=l("".charAt),u=r.parseFloat,a=r.Symbol,x=a&&a.iterator,p=1/u(o+"-0")!==-1/0||x&&!i(function(){u(Object(x))});d.exports=p?function(m){var b=f(c(m)),S=u(b);return S===0&&h(b,0)==="-"?-0:S}:u},52446:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(94237),c=e(69905),f=e(52971).trim,o=e(19268),h=r.parseInt,u=r.Symbol,a=u&&u.iterator,x=/^[+-]?0x/i,p=l(x.exec),y=h(o+"08")!==8||h(o+"0x16")!==22||a&&!i(function(){h(Object(a))});d.exports=y?function(b,S){var D=f(c(b));return h(D,S>>>0||(p(x,D)?16:10))}:h},17243:function(d,_,e){"use strict";var r=e(94844),i=e(83126),l=e(25587),c=e(4112),f=e(31946),o=e(64110),h=e(35454),u="Incorrect Iterator.range arguments",a="NumericRangeIterator",x=r.set,p=r.getterFor(a),y=RangeError,m=TypeError,b=i(function(R,A,P,M,B,N){if(typeof R!=M||A!==1/0&&A!==-1/0&&typeof A!=M)throw new m(u);if(R===1/0||R===-1/0)throw new y(u);var G=A>R,H=!1,W;if(P===void 0)W=void 0;else if(f(P))W=P.step,H=!!P.inclusive;else if(typeof P==M)W=P;else throw new m(u);if(c(W)&&(W=G?N:-N),typeof W!=M)throw new m(u);if(W===1/0||W===-1/0||W===B&&R!==A)throw new y(u);var ae=R!==R||A!==A||W!==W||A>R!=W>B;x(this,{type:a,start:R,end:A,step:W,inclusive:H,hitsEnd:ae,currentCount:B,zero:B}),h||(this.start=R,this.end=A,this.step=W,this.inclusive=H)},a,function(){var R=p(this);if(R.hitsEnd)return l(void 0,!0);var A=R.start,P=R.end,M=R.step,B=A+M*R.currentCount++;B===P&&(R.hitsEnd=!0);var N=R.inclusive,G;return P>A?G=N?B>P:B>=P:G=N?P>B:P>=B,G?(R.hitsEnd=!0,l(void 0,!0)):l(B,!1)}),S=function(D){o(b.prototype,D,{get:function(){return p(this)[D]},set:function(){},configurable:!0,enumerable:!1})};h&&(S("start"),S("end"),S("inclusive"),S("step")),d.exports=b},80530:function(d,_,e){"use strict";var r=e(35454),i=e(94237),l=e(89945),c=e(3338),f=e(7733),o=e(92635),h=e(27597),u=e(94029),a=e(1835),x=Object.assign,p=Object.defineProperty,y=i([].concat);d.exports=!x||c(function(){if(r&&x({b:1},x(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var m={},b={},S=Symbol("assign detection"),D="abcdefghijklmnopqrst";return m[S]=7,D.split("").forEach(function(R){b[R]=R}),x({},m)[S]!==7||f(x({},b)).join("")!==D})?function(b,S){for(var D=u(b),R=arguments.length,A=1,P=o.f,M=h.f;R>A;)for(var B=a(arguments[A++]),N=P?y(f(B),P(B)):f(B),G=N.length,H=0,W;G>H;)W=N[H++],(!r||l(M,B,W))&&(D[W]=B[W]);return D}:x},20132:function(d,_,e){"use strict";var r=e(80449),i=e(55666),l=e(46678),c=e(54406),f=e(75171),o=e(86060),h=e(11898),u=">",a="<",x="prototype",p="script",y=h("IE_PROTO"),m=function(){},b=function(P){return a+p+u+P+a+"/"+p+u},S=function(P){P.write(b("")),P.close();var M=P.parentWindow.Object;return P=null,M},D=function(){var P=o("iframe"),M="java"+p+":",B;return P.style.display="none",f.appendChild(P),P.src=String(M),B=P.contentWindow.document,B.open(),B.write(b("document.F=Object")),B.close(),B.F},R,A=function(){try{R=new ActiveXObject("htmlfile")}catch(M){}A=typeof document!="undefined"?document.domain&&R?S(R):D():S(R);for(var P=l.length;P--;)delete A[x][l[P]];return A()};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=A(),B===void 0?N:i.f(N,B)}},55666:function(d,_,e){"use strict";var r=e(35454),i=e(93199),l=e(37691),c=e(80449),f=e(80524),o=e(7733);_.f=r&&!i?Object.defineProperties:function(u,a){c(u);for(var x=f(a),p=o(a),y=p.length,m=0,b;y>m;)l.f(u,b=p[m++],x[b]);return u}},37691:function(d,_,e){"use strict";var r=e(35454),i=e(46796),l=e(93199),c=e(80449),f=e(17818),o=TypeError,h=Object.defineProperty,u=Object.getOwnPropertyDescriptor,a="enumerable",x="configurable",p="writable";_.f=r?l?function(m,b,S){if(c(m),b=f(b),c(S),typeof m=="function"&&b==="prototype"&&"value"in S&&p in S&&!S[p]){var D=u(m,b);D&&D[p]&&(m[b]=S.value,S={configurable:x in S?S[x]:D[x],enumerable:a in S?S[a]:D[a],writable:!1})}return h(m,b,S)}:h:function(m,b,S){if(c(m),b=f(b),c(S),i)try{return h(m,b,S)}catch(D){}if("get"in S||"set"in S)throw new o("Accessors not supported");return"value"in S&&(m[b]=S.value),m}},71256:function(d,_,e){"use strict";var r=e(35454),i=e(89945),l=e(27597),c=e(35012),f=e(80524),o=e(17818),h=e(32621),u=e(46796),a=Object.getOwnPropertyDescriptor;_.f=r?a:function(p,y){if(p=f(p),y=o(y),u)try{return a(p,y)}catch(m){}if(h(p,y))return c(!i(l.f,p,y),p[y])}},53393:function(d,_,e){"use strict";var r=e(29076),i=e(80524),l=e(80689).f,c=e(71698),f=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],o=function(h){try{return l(h)}catch(u){return c(f)}};d.exports.f=function(u){return f&&r(u)==="Window"?o(u):l(i(u))}},80689:function(d,_,e){"use strict";var r=e(97486),i=e(46678),l=i.concat("length","prototype");_.f=Object.getOwnPropertyNames||function(f){return r(f,l)}},92635:function(d,_){"use strict";_.f=Object.getOwnPropertySymbols},53456:function(d,_,e){"use strict";var r=e(32621),i=e(55327),l=e(94029),c=e(11898),f=e(4870),o=c("IE_PROTO"),h=Object,u=h.prototype;d.exports=f?h.getPrototypeOf:function(a){var x=l(a);if(r(x,o))return x[o];var p=x.constructor;return i(p)&&x instanceof p?p.prototype:x instanceof h?u:null}},12477:function(d,_,e){"use strict";var r=e(3338),i=e(31946),l=e(29076),c=e(51424),f=Object.isExtensible,o=r(function(){f(1)});d.exports=o||c?function(u){return!i(u)||c&&l(u)==="ArrayBuffer"?!1:f?f(u):!0}:f},16332:function(d,_,e){"use strict";var r=e(94237);d.exports=r({}.isPrototypeOf)},20574:function(d,_,e){"use strict";var r=e(94844),i=e(83126),l=e(25587),c=e(32621),f=e(7733),o=e(94029),h="Object Iterator",u=r.set,a=r.getterFor(h);d.exports=i(function(p,y){var m=o(p);u(this,{type:h,mode:y,object:m,keys:f(m),index:0})},"Object",function(){for(var p=a(this),y=p.keys;;){if(y===null||p.index>=y.length)return p.object=p.keys=null,l(void 0,!0);var m=y[p.index++],b=p.object;if(c(b,m)){switch(p.mode){case"keys":return l(m,!1);case"values":return l(b[m],!1)}return l([m,b[m]],!1)}}})},97486:function(d,_,e){"use strict";var r=e(94237),i=e(32621),l=e(80524),c=e(22999).indexOf,f=e(54406),o=r([].push);d.exports=function(h,u){var a=l(h),x=0,p=[],y;for(y in a)!i(f,y)&&i(a,y)&&o(p,y);for(;u.length>x;)i(a,y=u[x++])&&(~c(p,y)||o(p,y));return p}},7733:function(d,_,e){"use strict";var r=e(97486),i=e(46678);d.exports=Object.keys||function(c){return r(c,i)}},27597:function(d,_){"use strict";var e={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!e.call({1:2},1);_.f=i?function(c){var f=r(this,c);return!!f&&f.enumerable}:e},25837:function(d,_,e){"use strict";var r=e(16697),i=e(92916),l=e(3338),c=e(19684);d.exports=r||!l(function(){if(!(c&&c<535)){var f=Math.random();__defineSetter__.call(null,f,function(){}),delete i[f]}})},58218:function(d,_,e){"use strict";var r=e(37758),i=e(80449),l=e(557);d.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var c=!1,f={},o;try{o=r(Object.prototype,"__proto__","set"),o(f,[]),c=f instanceof Array}catch(h){}return function(u,a){return i(u),l(a),c?o(u,a):u.__proto__=a,u}}():void 0)},88698:function(d,_,e){"use strict";var r=e(35454),i=e(3338),l=e(94237),c=e(53456),f=e(7733),o=e(80524),h=e(27597).f,u=l(h),a=l([].push),x=r&&i(function(){var y=Object.create(null);return y[2]=2,!u(y,2)}),p=function(y){return function(m){for(var b=o(m),S=f(b),D=x&&c(b)===null,R=S.length,A=0,P=[],M;R>A;)M=S[A++],(!r||(D?M in b:u(b,M)))&&a(P,y?[M,b[M]]:b[M]);return P}};d.exports={entries:p(!0),values:p(!1)}},28488:function(d,_,e){"use strict";var r=e(68527),i=e(97607);d.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},44759:function(d,_,e){"use strict";var r=e(89945),i=e(55327),l=e(31946),c=TypeError;d.exports=function(f,o){var h,u;if(o==="string"&&i(h=f.toString)&&!l(u=r(h,f))||i(h=f.valueOf)&&!l(u=r(h,f))||o!=="string"&&i(h=f.toString)&&!l(u=r(h,f)))return u;throw new c("Can't convert object to primitive value")}},48662:function(d,_,e){"use strict";var r=e(65911),i=e(94237),l=e(80689),c=e(92635),f=e(80449),o=i([].concat);d.exports=r("Reflect","ownKeys")||function(u){var a=l.f(f(u)),x=c.f;return x?o(a,x(u)):a}},70913:function(d,_,e){"use strict";var r=e(94237),i=e(32621),l=SyntaxError,c=parseInt,f=String.fromCharCode,o=r("".charAt),h=r("".slice),u=r(/./.exec),a={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":`
`,"\\r":"\r","\\t":" "},x=/^[\da-f]{4}$/i,p=/^[\u0000-\u001F]$/;d.exports=function(y,m){for(var b=!0,S="";m<y.length;){var D=o(y,m);if(D==="\\"){var R=h(y,m,m+2);if(i(a,R))S+=a[R],m+=2;else if(R==="\\u"){m+=2;var A=h(y,m,m+4);if(!u(x,A))throw new l("Bad Unicode escape at: "+m);S+=f(c(A,16)),m+=4}else throw new l('Unknown escape sequence: "'+R+'"')}else if(D==='"'){b=!1,m++;break}else{if(u(p,D))throw new l("Bad control character in string literal at: "+m);S+=D,m++}}if(b)throw new l("Unterminated string at: "+m);return{value:S,end:m}}},9699:function(d,_,e){"use strict";var r=e(92916);d.exports=r},80734:function(d){"use strict";d.exports=function(_){try{return{error:!1,value:_()}}catch(e){return{error:!0,value:e}}}},82830:function(d,_,e){"use strict";var r=e(92916),i=e(2451),l=e(55327),c=e(20865),f=e(15212),o=e(59893),h=e(66994),u=e(91821),a=e(16697),x=e(46573),p=i&&i.prototype,y=o("species"),m=!1,b=l(r.PromiseRejectionEvent),S=c("Promise",function(){var D=f(i),R=D!==String(i);if(!R&&x===66||a&&!(p.catch&&p.finally))return!0;if(!x||x<51||!/native code/.test(D)){var A=new i(function(B){B(1)}),P=function(B){B(function(){},function(){})},M=A.constructor={};if(M[y]=P,m=A.then(function(){})instanceof P,!m)return!0}return!R&&(h||u)&&!b});d.exports={CONSTRUCTOR:S,REJECTION_EVENT:b,SUBCLASSING:m}},2451:function(d,_,e){"use strict";var r=e(92916);d.exports=r.Promise},15597:function(d,_,e){"use strict";var r=e(80449),i=e(31946),l=e(73446);d.exports=function(c,f){if(r(c),i(f)&&f.constructor===c)return f;var o=l.f(c),h=o.resolve;return h(f),o.promise}},22093:function(d,_,e){"use strict";var r=e(2451),i=e(35221),l=e(82830).CONSTRUCTOR;d.exports=l||!i(function(c){r.all(c).then(void 0,function(){})})},44166:function(d,_,e){"use strict";var r=e(37691).f;d.exports=function(i,l,c){c in i||r(i,c,{configurable:!0,get:function(){return l[c]},set:function(f){l[c]=f}})}},66790:function(d){"use strict";var _=function(){this.head=null,this.tail=null};_.prototype={add:function(e){var r={item:e,next:null},i=this.tail;i?i.next=r:this.head=r,this.tail=r},get:function(){var e=this.head;if(e){var r=this.head=e.next;return r===null&&(this.tail=null),e.item}}},d.exports=_},82584:function(d,_,e){"use strict";e(34941),e(55410);var r=e(65911),i=e(94237),l=e(77898),c=r("Map"),f=r("WeakMap"),o=i([].push),h=l("metadata"),u=h.store||(h.store=new f),a=function(S,D,R){var A=u.get(S);if(!A){if(!R)return;u.set(S,A=new c)}var P=A.get(D);if(!P){if(!R)return;A.set(D,P=new c)}return P},x=function(S,D,R){var A=a(D,R,!1);return A===void 0?!1:A.has(S)},p=function(S,D,R){var A=a(D,R,!1);return A===void 0?void 0:A.get(S)},y=function(S,D,R,A){a(R,A,!0).set(S,D)},m=function(S,D){var R=a(S,D,!1),A=[];return R&&R.forEach(function(P,M){o(A,M)}),A},b=function(S){return S===void 0||typeof S=="symbol"?S:String(S)};d.exports={store:u,getMap:a,has:x,get:p,set:y,keys:m,toKey:b}},94338:function(d,_,e){"use strict";var r=e(89945),i=e(80449),l=e(55327),c=e(29076),f=e(88736),o=TypeError;d.exports=function(h,u){var a=h.exec;if(l(a)){var x=r(a,h,u);return x!==null&&i(x),x}if(c(h)==="RegExp")return r(f,h,u);throw new o("RegExp#exec called on incompatible receiver")}},88736:function(d,_,e){"use strict";var r=e(89945),i=e(94237),l=e(69905),c=e(82163),f=e(19286),o=e(77898),h=e(20132),u=e(94844).get,a=e(6041),x=e(51224),p=o("native-string-replace",String.prototype.replace),y=RegExp.prototype.exec,m=y,b=i("".charAt),S=i("".indexOf),D=i("".replace),R=i("".slice),A=function(){var N=/a/,G=/b*/g;return r(y,N,"a"),r(y,G,"a"),N.lastIndex!==0||G.lastIndex!==0}(),P=f.BROKEN_CARET,M=/()??/.exec("")[1]!==void 0,B=A||M||P||a||x;B&&(m=function(G){var H=this,W=u(H),ae=l(G),ne=W.raw,oe,q,J,K,se,ee,Q;if(ne)return ne.lastIndex=H.lastIndex,oe=r(m,ne,ae),H.lastIndex=ne.lastIndex,oe;var le=W.groups,$=P&&H.sticky,j=r(c,H),ie=H.source,me=0,Te=ae;if($&&(j=D(j,"y",""),S(j,"g")===-1&&(j+="g"),Te=R(ae,H.lastIndex),H.lastIndex>0&&(!H.multiline||H.multiline&&b(ae,H.lastIndex-1)!==`
`)&&(ie="(?: "+ie+")",Te=" "+Te,me++),q=new RegExp("^(?:"+ie+")",j)),M&&(q=new RegExp("^"+ie+"$(?!\\s)",j)),A&&(J=H.lastIndex),K=r(y,$?q:H,Te),$?K?(K.input=R(K.input,me),K[0]=R(K[0],me),K.index=H.lastIndex,H.lastIndex+=K[0].length):H.lastIndex=0:A&&K&&(H.lastIndex=H.global?K.index+K[0].length:J),M&&K&&K.length>1&&r(p,K[0],q,function(){for(se=1;se<arguments.length-2;se++)arguments[se]===void 0&&(K[se]=void 0)}),K&&le)for(K.groups=ee=h(null),se=0;se<le.length;se++)Q=le[se],ee[Q[0]]=K[Q[1]];return K}),d.exports=m},82163:function(d,_,e){"use strict";var r=e(80449);d.exports=function(){var i=r(this),l="";return i.hasIndices&&(l+="d"),i.global&&(l+="g"),i.ignoreCase&&(l+="i"),i.multiline&&(l+="m"),i.dotAll&&(l+="s"),i.unicode&&(l+="u"),i.unicodeSets&&(l+="v"),i.sticky&&(l+="y"),l}},81644:function(d,_,e){"use strict";var r=e(89945),i=e(32621),l=e(16332),c=e(82163),f=RegExp.prototype;d.exports=function(o){var h=o.flags;return h===void 0&&!("flags"in f)&&!i(o,"flags")&&l(f,o)?r(c,o):h}},19286:function(d,_,e){"use strict";var r=e(3338),i=e(92916),l=i.RegExp,c=r(function(){var h=l("a","y");return h.lastIndex=2,h.exec("abcd")!==null}),f=c||r(function(){return!l("a","y").sticky}),o=c||r(function(){var h=l("^r","gy");return h.lastIndex=2,h.exec("str")!==null});d.exports={BROKEN_CARET:o,MISSED_STICKY:f,UNSUPPORTED_Y:c}},6041:function(d,_,e){"use strict";var r=e(3338),i=e(92916),l=i.RegExp;d.exports=r(function(){var c=l(".","s");return!(c.dotAll&&c.test(`
`)&&c.flags==="s")})},51224:function(d,_,e){"use strict";var r=e(3338),i=e(92916),l=i.RegExp;d.exports=r(function(){var c=l("(?<a>b)","g");return c.exec("b").groups.a!=="b"||"b".replace(c,"$<a>c")!=="bc"})},95955:function(d,_,e){"use strict";var r=e(4112),i=TypeError;d.exports=function(l){if(r(l))throw new i("Can't call method on "+l);return l}},88134:function(d){"use strict";d.exports=function(_,e){return _===e||_!==_&&e!==e}},5370:function(d){"use strict";d.exports=Object.is||function(e,r){return e===r?e!==0||1/e===1/r:e!==e&&r!==r}},93222:function(d,_,e){"use strict";var r=e(92916),i=e(13743),l=e(55327),c=e(90843),f=e(66011),o=e(30867),h=e(57106),u=r.Function,a=/MSIE .\./.test(f)||c&&function(){var x=r.Bun.version.split(".");return x.length<3||x[0]==="0"&&(x[1]<3||x[1]==="3"&&x[2]==="0")}();d.exports=function(x,p){var y=p?2:1;return a?function(m,b){var S=h(arguments.length,1)>y,D=l(m)?m:u(m),R=S?o(arguments,y):[],A=S?function(){i(D,this,R)}:D;return p?x(A,b):x(A)}:x}},61838:function(d,_,e){"use strict";var r=e(19691),i=e(57002),l=r.Set,c=r.add;d.exports=function(f){var o=new l;return i(f,function(h){c(o,h)}),o}},10038:function(d,_,e){"use strict";var r=e(17442),i=e(19691),l=e(61838),c=e(108),f=e(88203),o=e(57002),h=e(43545),u=i.has,a=i.remove;d.exports=function(p){var y=r(this),m=f(p),b=l(y);return c(y)<=m.size?o(y,function(S){m.includes(S)&&a(b,S)}):h(m.getIterator(),function(S){u(y,S)&&a(b,S)}),b}},19691:function(d,_,e){"use strict";var r=e(94237),i=Set.prototype;d.exports={Set,add:r(i.add),has:r(i.has),remove:r(i.delete),proto:i}},16049:function(d,_,e){"use strict";var r=e(17442),i=e(19691),l=e(108),c=e(88203),f=e(57002),o=e(43545),h=i.Set,u=i.add,a=i.has;d.exports=function(p){var y=r(this),m=c(p),b=new h;return l(y)>m.size?o(m.getIterator(),function(S){a(y,S)&&u(b,S)}):f(y,function(S){m.includes(S)&&u(b,S)}),b}},17616:function(d,_,e){"use strict";var r=e(17442),i=e(19691).has,l=e(108),c=e(88203),f=e(57002),o=e(43545),h=e(67996);d.exports=function(a){var x=r(this),p=c(a);if(l(x)<=p.size)return f(x,function(m){if(p.includes(m))return!1},!0)!==!1;var y=p.getIterator();return o(y,function(m){if(i(x,m))return h(y,"normal",!1)})!==!1}},84833:function(d,_,e){"use strict";var r=e(17442),i=e(108),l=e(57002),c=e(88203);d.exports=function(o){var h=r(this),u=c(o);return i(h)>u.size?!1:l(h,function(a){if(!u.includes(a))return!1},!0)!==!1}},51135:function(d,_,e){"use strict";var r=e(17442),i=e(19691).has,l=e(108),c=e(88203),f=e(43545),o=e(67996);d.exports=function(u){var a=r(this),x=c(u);if(l(a)<x.size)return!1;var p=x.getIterator();return f(p,function(y){if(!i(a,y))return o(p,"normal",!1)})!==!1}},57002:function(d,_,e){"use strict";var r=e(94237),i=e(43545),l=e(19691),c=l.Set,f=l.proto,o=r(f.forEach),h=r(f.keys),u=h(new c).next;d.exports=function(a,x,p){return p?i({iterator:h(a),next:u},x):o(a,x)}},22627:function(d,_,e){"use strict";var r=e(65911),i=function(l){return{size:l,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}};d.exports=function(l){var c=r("Set");try{new c()[l](i(0));try{return new c()[l](i(-1)),!1}catch(f){return!0}}catch(f){return!1}}},108:function(d,_,e){"use strict";var r=e(37758),i=e(19691);d.exports=r(i.proto,"size","get")||function(l){return l.size}},51996:function(d,_,e){"use strict";var r=e(65911),i=e(64110),l=e(59893),c=e(35454),f=l("species");d.exports=function(o){var h=r(o);c&&h&&!h[f]&&i(h,f,{configurable:!0,get:function(){return this}})}},36312:function(d,_,e){"use strict";var r=e(17442),i=e(19691),l=e(61838),c=e(88203),f=e(43545),o=i.add,h=i.has,u=i.remove;d.exports=function(x){var p=r(this),y=c(x).getIterator(),m=l(p);return f(y,function(b){h(p,b)?u(m,b):o(m,b)}),m}},94573:function(d,_,e){"use strict";var r=e(37691).f,i=e(32621),l=e(59893),c=l("toStringTag");d.exports=function(f,o,h){f&&!h&&(f=f.prototype),f&&!i(f,c)&&r(f,c,{configurable:!0,value:o})}},24667:function(d,_,e){"use strict";var r=e(17442),i=e(19691).add,l=e(61838),c=e(88203),f=e(43545);d.exports=function(h){var u=r(this),a=c(h).getIterator(),x=l(u);return f(a,function(p){i(x,p)}),x}},11898:function(d,_,e){"use strict";var r=e(77898),i=e(6145),l=r("keys");d.exports=function(c){return l[c]||(l[c]=i(c))}},77398:function(d,_,e){"use strict";var r=e(92916),i=e(29539),l="__core-js_shared__",c=r[l]||i(l,{});d.exports=c},77898:function(d,_,e){"use strict";var r=e(16697),i=e(77398);(d.exports=function(l,c){return i[l]||(i[l]=c!==void 0?c:{})})("versions",[]).push({version:"3.34.0",mode:r?"pure":"global",copyright:"\xA9 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.34.0/LICENSE",source:"https://github.com/zloirock/core-js"})},60473:function(d,_,e){"use strict";var r=e(80449),i=e(6086),l=e(4112),c=e(59893),f=c("species");d.exports=function(o,h){var u=r(o).constructor,a;return u===void 0||l(a=r(u)[f])?h:i(a)}},67410:function(d,_,e){"use strict";var r=e(94237),i=e(80524),l=e(69905),c=e(82762),f=TypeError,o=r([].push),h=r([].join);d.exports=function(a){var x=i(a),p=c(x);if(!p)return"";for(var y=arguments.length,m=[],b=0;;){var S=x[b++];if(S===void 0)throw new f("Incorrect template");if(o(m,l(S)),b===p)return h(m,"");b<y&&o(m,l(arguments[b]))}}},17691:function(d,_,e){"use strict";var r=e(3338);d.exports=function(i){return r(function(){var l=""[i]('"');return l!==l.toLowerCase()||l.split('"').length>3})}},13764:function(d,_,e){"use strict";var r=e(94237),i=e(56902),l=e(69905),c=e(95955),f=r("".charAt),o=r("".charCodeAt),h=r("".slice),u=function(a){return function(x,p){var y=l(c(x)),m=i(p),b=y.length,S,D;return m<0||m>=b?a?"":void 0:(S=o(y,m),S<55296||S>56319||m+1===b||(D=o(y,m+1))<56320||D>57343?a?f(y,m):S:a?h(y,m,m+2):(S-55296<<10)+(D-56320)+65536)}};d.exports={codeAt:u(!1),charAt:u(!0)}},98352:function(d,_,e){"use strict";var r=e(66011);d.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(r)},85571:function(d,_,e){"use strict";var r=e(94237),i=e(61578),l=e(69905),c=e(71049),f=e(95955),o=r(c),h=r("".slice),u=Math.ceil,a=function(x){return function(p,y,m){var b=l(f(p)),S=i(y),D=b.length,R=m===void 0?" ":l(m),A,P;return S<=D||R===""?b:(A=S-D,P=o(R,u(A/R.length)),P.length>A&&(P=h(P,0,A)),x?b+P:P+b)}};d.exports={start:a(!1),end:a(!0)}},79204:function(d,_,e){"use strict";var r=e(65911),i=e(94237),l=String.fromCharCode,c=r("String","fromCodePoint"),f=i("".charAt),o=i("".charCodeAt),h=i("".indexOf),u=i("".slice),a=48,x=57,p=97,y=102,m=65,b=70,S=function(A,P){var M=o(A,P);return M>=a&&M<=x},D=function(A,P,M){if(M>=A.length)return-1;for(var B=0;P<M;P++){var N=R(o(A,P));if(N===-1)return-1;B=B*16+N}return B},R=function(A){return A>=a&&A<=x?A-a:A>=p&&A<=y?A-p+10:A>=m&&A<=b?A-m+10:-1};d.exports=function(A){for(var P="",M=0,B=0,N;(B=h(A,"\\",B))>-1;){if(P+=u(A,M,B),++B===A.length)return;var G=f(A,B++);switch(G){case"b":P+="\b";break;case"t":P+=" ";break;case"n":P+=`
`;break;case"v":P+="\v";break;case"f":P+="\f";break;case"r":P+="\r";break;case"\r":B<A.length&&f(A,B)===`
`&&++B;case`
`:case"\u2028":case"\u2029":break;case"0":if(S(A,B))return;P+="\0";break;case"x":if(N=D(A,B,B+2),N===-1)return;B+=2,P+=l(N);break;case"u":if(B<A.length&&f(A,B)==="{"){var H=h(A,"}",++B);if(H===-1)return;N=D(A,B,H),B=H+1}else N=D(A,B,B+4),B+=4;if(N===-1||N>1114111)return;P+=c(N);break;default:if(S(G,0))return;P+=G}M=B}return P+u(A,M)}},93245:function(d,_,e){"use strict";var r=e(94237),i=2147483647,l=36,c=1,f=26,o=38,h=700,u=72,a=128,x="-",p=/[^\0-\u007E]/,y=/[.\u3002\uFF0E\uFF61]/g,m="Overflow: input needs wider integers to process",b=l-c,S=RangeError,D=r(y.exec),R=Math.floor,A=String.fromCharCode,P=r("".charCodeAt),M=r([].join),B=r([].push),N=r("".replace),G=r("".split),H=r("".toLowerCase),W=function(q){for(var J=[],K=0,se=q.length;K<se;){var ee=P(q,K++);if(ee>=55296&&ee<=56319&&K<se){var Q=P(q,K++);(Q&64512)===56320?B(J,((ee&1023)<<10)+(Q&1023)+65536):(B(J,ee),K--)}else B(J,ee)}return J},ae=function(q){return q+22+75*(q<26)},ne=function(q,J,K){var se=0;for(q=K?R(q/h):q>>1,q+=R(q/J);q>b*f>>1;)q=R(q/b),se+=l;return R(se+(b+1)*q/(q+o))},oe=function(q){var J=[];q=W(q);var K=q.length,se=a,ee=0,Q=u,le,$;for(le=0;le<q.length;le++)$=q[le],$<128&&B(J,A($));var j=J.length,ie=j;for(j&&B(J,x);ie<K;){var me=i;for(le=0;le<q.length;le++)$=q[le],$>=se&&$<me&&(me=$);var Te=ie+1;if(me-se>R((i-ee)/Te))throw new S(m);for(ee+=(me-se)*Te,se=me,le=0;le<q.length;le++){if($=q[le],$<se&&++ee>i)throw new S(m);if($===se){for(var Oe=ee,Ge=l;;){var Ue=Ge<=Q?c:Ge>=Q+f?f:Ge-Q;if(Oe<Ue)break;var Mt=Oe-Ue,yt=l-Ue;B(J,A(ae(Ue+Mt%yt))),Oe=R(Mt/yt),Ge+=l}B(J,A(ae(Oe))),Q=ne(ee,Te,ie===j),ee=0,ie++}}ee++,se++}return M(J,"")};d.exports=function(q){var J=[],K=G(N(H(q),y,"."),"."),se,ee;for(se=0;se<K.length;se++)ee=K[se],B(J,D(p,ee)?"xn--"+oe(ee):ee);return M(J,".")}},71049:function(d,_,e){"use strict";var r=e(56902),i=e(69905),l=e(95955),c=RangeError;d.exports=function(o){var h=i(l(this)),u="",a=r(o);if(a<0||a===1/0)throw new c("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(h+=h))a&1&&(u+=h);return u}},9591:function(d,_,e){"use strict";var r=e(52971).end,i=e(18105);d.exports=i("trimEnd")?function(){return r(this)}:"".trimEnd},18105:function(d,_,e){"use strict";var r=e(8090).PROPER,i=e(3338),l=e(19268),c="\u200B\x85\u180E";d.exports=function(f){return i(function(){return!!l[f]()||c[f]()!==c||r&&l[f].name!==f})}},27374:function(d,_,e){"use strict";var r=e(52971).start,i=e(18105);d.exports=i("trimStart")?function(){return r(this)}:"".trimStart},52971:function(d,_,e){"use strict";var r=e(94237),i=e(95955),l=e(69905),c=e(19268),f=r("".replace),o=RegExp("^["+c+"]+"),h=RegExp("(^|[^"+c+"])["+c+"]+$"),u=function(a){return function(x){var p=l(i(x));return a&1&&(p=f(p,o,"")),a&2&&(p=f(p,h,"$1")),p}};d.exports={start:u(1),end:u(2),trim:u(3)}},80426:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(46573),c=e(66994),f=e(91821),o=e(90946),h=r.structuredClone;d.exports=!!h&&!i(function(){if(f&&l>92||o&&l>94||c&&l>97)return!1;var u=new ArrayBuffer(8),a=h(u,{transfer:[u]});return u.byteLength!==0||a.byteLength!==8})},42820:function(d,_,e){"use strict";var r=e(46573),i=e(3338),l=e(92916),c=l.String;d.exports=!!Object.getOwnPropertySymbols&&!i(function(){var f=Symbol("symbol detection");return!c(f)||!(Object(f)instanceof Symbol)||!Symbol.sham&&r&&r<41})},14311:function(d,_,e){"use strict";var r=e(89945),i=e(65911),l=e(59893),c=e(2291);d.exports=function(){var f=i("Symbol"),o=f&&f.prototype,h=o&&o.valueOf,u=l("toPrimitive");o&&!o[u]&&c(o,u,function(a){return r(h,this)},{arity:1})}},69077:function(d,_,e){"use strict";var r=e(65911),i=e(94237),l=r("Symbol"),c=l.keyFor,f=i(l.prototype.valueOf);d.exports=l.isRegisteredSymbol||function(h){try{return c(f(h))!==void 0}catch(u){return!1}}},40443:function(d,_,e){"use strict";for(var r=e(77898),i=e(65911),l=e(94237),c=e(18446),f=e(59893),o=i("Symbol"),h=o.isWellKnownSymbol,u=i("Object","getOwnPropertyNames"),a=l(o.prototype.valueOf),x=r("wks"),p=0,y=u(o),m=y.length;p<m;p++)try{var b=y[p];c(o[b])&&f(b)}catch(S){}d.exports=function(D){if(h&&h(D))return!0;try{for(var R=a(D),A=0,P=u(x),M=P.length;A<M;A++)if(x[P[A]]==R)return!0}catch(B){}return!1}},60798:function(d,_,e){"use strict";var r=e(42820);d.exports=r&&!!Symbol.for&&!!Symbol.keyFor},28887:function(d,_,e){"use strict";var r=e(92916),i=e(13743),l=e(80666),c=e(55327),f=e(32621),o=e(3338),h=e(75171),u=e(30867),a=e(86060),x=e(57106),p=e(70695),y=e(90946),m=r.setImmediate,b=r.clearImmediate,S=r.process,D=r.Dispatch,R=r.Function,A=r.MessageChannel,P=r.String,M=0,B={},N="onreadystatechange",G,H,W,ae;o(function(){G=r.location});var ne=function(K){if(f(B,K)){var se=B[K];delete B[K],se()}},oe=function(K){return function(){ne(K)}},q=function(K){ne(K.data)},J=function(K){r.postMessage(P(K),G.protocol+"//"+G.host)};(!m||!b)&&(m=function(se){x(arguments.length,1);var ee=c(se)?se:R(se),Q=u(arguments,1);return B[++M]=function(){i(ee,void 0,Q)},H(M),M},b=function(se){delete B[se]},y?H=function(K){S.nextTick(oe(K))}:D&&D.now?H=function(K){D.now(oe(K))}:A&&!p?(W=new A,ae=W.port2,W.port1.onmessage=q,H=l(ae.postMessage,ae)):r.addEventListener&&c(r.postMessage)&&!r.importScripts&&G&&G.protocol!=="file:"&&!o(J)?(H=J,r.addEventListener("message",q,!1)):N in a("script")?H=function(K){h.appendChild(a("script"))[N]=function(){h.removeChild(this),ne(K)}}:H=function(K){setTimeout(oe(K),0)}),d.exports={set:m,clear:b}},49228:function(d,_,e){"use strict";var r=e(94237);d.exports=r(1 .valueOf)},51981:function(d,_,e){"use strict";var r=e(56902),i=Math.max,l=Math.min;d.exports=function(c,f){var o=r(c);return o<0?i(o+f,0):l(o,f)}},93303:function(d,_,e){"use strict";var r=e(97954),i=TypeError;d.exports=function(l){var c=r(l,"number");if(typeof c=="number")throw new i("Can't convert number to bigint");return BigInt(c)}},24225:function(d,_,e){"use strict";var r=e(56902),i=e(61578),l=RangeError;d.exports=function(c){if(c===void 0)return 0;var f=r(c),o=i(f);if(f!==o)throw new l("Wrong length or index");return o}},80524:function(d,_,e){"use strict";var r=e(1835),i=e(95955);d.exports=function(l){return r(i(l))}},56902:function(d,_,e){"use strict";var r=e(3312);d.exports=function(i){var l=+i;return l!==l||l===0?0:r(l)}},61578:function(d,_,e){"use strict";var r=e(56902),i=Math.min;d.exports=function(l){return l>0?i(r(l),9007199254740991):0}},94029:function(d,_,e){"use strict";var r=e(95955),i=Object;d.exports=function(l){return i(r(l))}},64135:function(d,_,e){"use strict";var r=e(51358),i=RangeError;d.exports=function(l,c){var f=r(l);if(f%c)throw new i("Wrong offset");return f}},51358:function(d,_,e){"use strict";var r=e(56902),i=RangeError;d.exports=function(l){var c=r(l);if(c<0)throw new i("The argument can't be less than 0");return c}},97954:function(d,_,e){"use strict";var r=e(89945),i=e(31946),l=e(18446),c=e(53776),f=e(44759),o=e(59893),h=TypeError,u=o("toPrimitive");d.exports=function(a,x){if(!i(a)||l(a))return a;var p=c(a,u),y;if(p){if(x===void 0&&(x="default"),y=r(p,a,x),!i(y)||l(y))return y;throw new h("Can't convert object to primitive value")}return x===void 0&&(x="number"),f(a,x)}},17818:function(d,_,e){"use strict";var r=e(97954),i=e(18446);d.exports=function(l){var c=r(l,"string");return i(c)?c:c+""}},77999:function(d,_,e){"use strict";var r=e(65911),i=e(55327),l=e(30360),c=e(31946),f=r("Set"),o=function(h){return c(h)&&typeof h.size=="number"&&i(h.has)&&i(h.keys)};d.exports=function(h){return o(h)?h:l(h)?new f(h):h}},68527:function(d,_,e){"use strict";var r=e(59893),i=r("toStringTag"),l={};l[i]="z",d.exports=String(l)==="[object z]"},69905:function(d,_,e){"use strict";var r=e(97607),i=String;d.exports=function(l){if(r(l)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return i(l)}},86350:function(d){"use strict";var _=Math.round;d.exports=function(e){var r=_(e);return r<0?0:r>255?255:r&255}},11270:function(d,_,e){"use strict";var r=e(90946);d.exports=function(i){try{if(r)return Function('return require("'+i+'")')()}catch(l){}}},40593:function(d){"use strict";var _=String;d.exports=function(e){try{return _(e)}catch(r){return"Object"}}},69733:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(89945),c=e(35454),f=e(59627),o=e(58261),h=e(91669),u=e(56472),a=e(35012),x=e(68151),p=e(62896),y=e(61578),m=e(24225),b=e(64135),S=e(86350),D=e(17818),R=e(32621),A=e(97607),P=e(31946),M=e(18446),B=e(20132),N=e(16332),G=e(58218),H=e(80689).f,W=e(50706),ae=e(90560).forEach,ne=e(51996),oe=e(64110),q=e(37691),J=e(71256),K=e(94844),se=e(25576),ee=K.get,Q=K.set,le=K.enforce,$=q.f,j=J.f,ie=i.RangeError,me=h.ArrayBuffer,Te=me.prototype,Oe=h.DataView,Ge=o.NATIVE_ARRAY_BUFFER_VIEWS,Ue=o.TYPED_ARRAY_TAG,Mt=o.TypedArray,yt=o.TypedArrayPrototype,kt=o.aTypedArrayConstructor,Zt=o.isTypedArray,Ft="BYTES_PER_ELEMENT",tr="Wrong length",ze=function(Je,je){kt(Je);for(var be=0,Le=je.length,Ke=new Je(Le);Le>be;)Ke[be]=je[be++];return Ke},wt=function(Je,je){oe(Je,je,{configurable:!0,get:function(){return ee(this)[je]}})},Bt=function(Je){var je;return N(Te,Je)||(je=A(Je))==="ArrayBuffer"||je==="SharedArrayBuffer"},nt=function(Je,je){return Zt(Je)&&!M(je)&&je in Je&&p(+je)&&je>=0},_t=function(je,be){return be=D(be),nt(je,be)?a(2,je[be]):j(je,be)},ht=function(je,be,Le){return be=D(be),nt(je,be)&&P(Le)&&R(Le,"value")&&!R(Le,"get")&&!R(Le,"set")&&!Le.configurable&&(!R(Le,"writable")||Le.writable)&&(!R(Le,"enumerable")||Le.enumerable)?(je[be]=Le.value,je):$(je,be,Le)};c?(Ge||(J.f=_t,q.f=ht,wt(yt,"buffer"),wt(yt,"byteOffset"),wt(yt,"byteLength"),wt(yt,"length")),r({target:"Object",stat:!0,forced:!Ge},{getOwnPropertyDescriptor:_t,defineProperty:ht}),d.exports=function(Je,je,be){var Le=Je.match(/\d+/)[0]/8,Ke=Je+(be?"Clamped":"")+"Array",He="get"+Je,Xe="set"+Je,pt=i[Ke],bt=pt,rr=bt&&bt.prototype,Jt={},Me=function(Wt,Ht){var ir=ee(Wt);return ir.view[He](Ht*Le+ir.byteOffset,!0)},rt=function(Wt,Ht,ir){var Gt=ee(Wt);Gt.view[Xe](Ht*Le+Gt.byteOffset,be?S(ir):ir,!0)},Yt=function(Wt,Ht){$(Wt,Ht,{get:function(){return Me(this,Ht)},set:function(ir){return rt(this,Ht,ir)},enumerable:!0})};Ge?f&&(bt=je(function(Wt,Ht,ir,Gt){return u(Wt,rr),se(function(){return P(Ht)?Bt(Ht)?Gt!==void 0?new pt(Ht,b(ir,Le),Gt):ir!==void 0?new pt(Ht,b(ir,Le)):new pt(Ht):Zt(Ht)?ze(bt,Ht):l(W,bt,Ht):new pt(m(Ht))}(),Wt,bt)}),G&&G(bt,Mt),ae(H(pt),function(Wt){Wt in bt||x(bt,Wt,pt[Wt])}),bt.prototype=rr):(bt=je(function(Wt,Ht,ir,Gt){u(Wt,rr);var Ie=0,ce=0,he,It,Ce;if(!P(Ht))Ce=m(Ht),It=Ce*Le,he=new me(It);else if(Bt(Ht)){he=Ht,ce=b(ir,Le);var ft=Ht.byteLength;if(Gt===void 0){if(ft%Le)throw new ie(tr);if(It=ft-ce,It<0)throw new ie(tr)}else if(It=y(Gt)*Le,It+ce>ft)throw new ie(tr);Ce=It/Le}else return Zt(Ht)?ze(bt,Ht):l(W,bt,Ht);for(Q(Wt,{buffer:he,byteOffset:ce,byteLength:It,length:Ce,view:new Oe(he)});Ie<Ce;)Yt(Wt,Ie++)}),G&&G(bt,Mt),rr=bt.prototype=B(yt)),rr.constructor!==bt&&x(rr,"constructor",bt),le(rr).TypedArrayConstructor=bt,Ue&&x(rr,Ue,Ke);var Lt=bt!==pt;Jt[Ke]=bt,r({global:!0,constructor:!0,forced:Lt,sham:!Ge},Jt),Ft in bt||x(bt,Ft,Le),Ft in rr||x(rr,Ft,Le),ne(Ke)}):d.exports=function(){}},59627:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(35221),c=e(58261).NATIVE_ARRAY_BUFFER_VIEWS,f=r.ArrayBuffer,o=r.Int8Array;d.exports=!c||!i(function(){o(1)})||!i(function(){new o(-1)})||!l(function(h){new o,new o(null),new o(1.5),new o(h)},!0)||i(function(){return new o(new f(2),1,void 0).length!==1})},27607:function(d,_,e){"use strict";var r=e(69478),i=e(31384);d.exports=function(l,c){return r(i(l),c)}},50706:function(d,_,e){"use strict";var r=e(80666),i=e(89945),l=e(6086),c=e(94029),f=e(82762),o=e(85428),h=e(26006),u=e(345),a=e(75406),x=e(58261).aTypedArrayConstructor,p=e(93303);d.exports=function(m){var b=l(this),S=c(m),D=arguments.length,R=D>1?arguments[1]:void 0,A=R!==void 0,P=h(S),M,B,N,G,H,W,ae,ne;if(P&&!u(P))for(ae=o(S,P),ne=ae.next,S=[];!(W=i(ne,ae)).done;)S.push(W.value);for(A&&D>2&&(R=r(R,arguments[2])),B=f(S),N=new(x(b))(B),G=a(N),M=0;B>M;M++)H=A?R(S[M],M):S[M],N[M]=G?p(H):+H;return N}},31384:function(d,_,e){"use strict";var r=e(58261),i=e(60473),l=r.aTypedArrayConstructor,c=r.getTypedArrayConstructor;d.exports=function(f){return l(i(f,c(f)))}},6145:function(d,_,e){"use strict";var r=e(94237),i=0,l=Math.random(),c=r(1 .toString);d.exports=function(f){return"Symbol("+(f===void 0?"":f)+")_"+c(++i+l,36)}},3299:function(d,_,e){"use strict";var r=e(3338),i=e(59893),l=e(35454),c=e(16697),f=i("iterator");d.exports=!r(function(){var o=new URL("b?a=1&b=2&c=3","http://a"),h=o.searchParams,u=new URLSearchParams("a=1&a=2&b=3"),a="";return o.pathname="c%20d",h.forEach(function(x,p){h.delete("b"),a+=p+x}),u.delete("a",2),u.delete("b",void 0),c&&(!o.toJSON||!u.has("a",1)||u.has("a",2)||!u.has("a",void 0)||u.has("b"))||!h.size&&(c||!l)||!h.sort||o.href!=="http://a/c%20d?a=1&c=3"||h.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!h[f]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://\u0442\u0435\u0441\u0442").host!=="xn--e1aybc"||new URL("http://a#\u0431").hash!=="#%D0%B1"||a!=="a1c3"||new URL("http://x",void 0).host!=="x"})},14417:function(d,_,e){"use strict";var r=e(42820);d.exports=r&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},93199:function(d,_,e){"use strict";var r=e(35454),i=e(3338);d.exports=r&&i(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})},57106:function(d){"use strict";var _=TypeError;d.exports=function(e,r){if(e<r)throw new _("Not enough arguments");return e}},40115:function(d,_,e){"use strict";var r=e(92916),i=e(55327),l=r.WeakMap;d.exports=i(l)&&/native code/.test(String(l))},42530:function(d,_,e){"use strict";var r=e(94237),i=WeakMap.prototype;d.exports={WeakMap,set:r(i.set),get:r(i.get),has:r(i.has),remove:r(i.delete)}},91385:function(d,_,e){"use strict";var r=e(94237),i=WeakSet.prototype;d.exports={WeakSet,add:r(i.add),has:r(i.has),remove:r(i.delete)}},94674:function(d,_,e){"use strict";var r=e(9699),i=e(32621),l=e(38282),c=e(37691).f;d.exports=function(f){var o=r.Symbol||(r.Symbol={});i(o,f)||c(o,f,{value:l.f(f)})}},38282:function(d,_,e){"use strict";var r=e(59893);_.f=r},59893:function(d,_,e){"use strict";var r=e(92916),i=e(77898),l=e(32621),c=e(6145),f=e(42820),o=e(14417),h=r.Symbol,u=i("wks"),a=o?h.for||h:h&&h.withoutSetter||c;d.exports=function(x){return l(u,x)||(u[x]=f&&l(h,x)?h[x]:a("Symbol."+x)),u[x]}},19268:function(d){"use strict";d.exports=`
\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`},78540:function(d,_,e){"use strict";var r=e(65911),i=e(32621),l=e(68151),c=e(16332),f=e(58218),o=e(24538),h=e(44166),u=e(25576),a=e(7825),x=e(73068),p=e(61888),y=e(35454),m=e(16697);d.exports=function(b,S,D,R){var A="stackTraceLimit",P=R?2:1,M=b.split("."),B=M[M.length-1],N=r.apply(null,M);if(N){var G=N.prototype;if(!m&&i(G,"cause")&&delete G.cause,!D)return N;var H=r("Error"),W=S(function(ae,ne){var oe=a(R?ne:ae,void 0),q=R?new N(ae):new N;return oe!==void 0&&l(q,"message",oe),p(q,W,q.stack,2),this&&c(G,this)&&u(q,this,W),arguments.length>P&&x(q,arguments[P]),q});if(W.prototype=G,B!=="Error"?f?f(W,H):o(W,H,{name:!0}):y&&A in N&&(h(W,N,A),h(W,N,"prepareStackTrace")),o(W,N),!m)try{G.name!==B&&l(G,"name",B),G.constructor=W}catch(ae){}return W}}},93074:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(13743),c=e(3338),f=e(78540),o="AggregateError",h=i(o),u=!c(function(){return h([1]).errors[0]!==1})&&c(function(){return h([1],o,{cause:7}).cause!==7});r({global:!0,constructor:!0,arity:2,forced:u},{AggregateError:f(o,function(a){return function(p,y){return l(a,this,arguments)}},u,!0)})},6555:function(d,_,e){"use strict";var r=e(94488),i=e(16332),l=e(53456),c=e(58218),f=e(24538),o=e(20132),h=e(68151),u=e(35012),a=e(73068),x=e(61888),p=e(62003),y=e(7825),m=e(59893),b=m("toStringTag"),S=Error,D=[].push,R=function(M,B){var N=i(A,this),G;c?G=c(new S,N?l(this):A):(G=N?this:o(A),h(G,b,"Error")),B!==void 0&&h(G,"message",y(B)),x(G,R,G.stack,1),arguments.length>2&&a(G,arguments[2]);var H=[];return p(M,D,{that:H}),h(G,"errors",H),G};c?c(R,S):f(R,S,{name:!0});var A=R.prototype=o(S.prototype,{constructor:u(1,R),message:u(1,""),name:u(1,"AggregateError")});r({global:!0,constructor:!0,arity:2},{AggregateError:R})},86357:function(d,_,e){"use strict";e(6555)},89170:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(91669),c=e(51996),f="ArrayBuffer",o=l[f],h=i[f];r({global:!0,constructor:!0,forced:h!==o},{ArrayBuffer:o}),c(f)},71012:function(d,_,e){"use strict";var r=e(94488),i=e(58261),l=i.NATIVE_ARRAY_BUFFER_VIEWS;r({target:"ArrayBuffer",stat:!0,forced:!l},{isView:i.isView})},84203:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(3338),c=e(91669),f=e(80449),o=e(51981),h=e(61578),u=e(60473),a=c.ArrayBuffer,x=c.DataView,p=x.prototype,y=i(a.prototype.slice),m=i(p.getUint8),b=i(p.setUint8),S=l(function(){return!new a(2).slice(1,void 0).byteLength});r({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:S},{slice:function(R,A){if(y&&A===void 0)return y(f(this),R);for(var P=f(this).byteLength,M=o(R,P),B=o(A===void 0?P:A,P),N=new(u(this,a))(h(B-M)),G=new x(this),H=new x(N),W=0;M<B;)b(H,W++,m(G,M++));return N}})},96331:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(82762),c=e(56902),f=e(81181);r({target:"Array",proto:!0},{at:function(h){var u=i(this),a=l(u),x=c(h),p=x>=0?x:a+x;return p<0||p>=a?void 0:u[p]}}),f("at")},2924:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(18589),c=e(31946),f=e(94029),o=e(82762),h=e(66434),u=e(69392),a=e(81427),x=e(17480),p=e(59893),y=e(46573),m=p("isConcatSpreadable"),b=y>=51||!i(function(){var R=[];return R[m]=!1,R.concat()[0]!==R}),S=function(R){if(!c(R))return!1;var A=R[m];return A!==void 0?!!A:l(R)},D=!b||!x("concat");r({target:"Array",proto:!0,arity:1,forced:D},{concat:function(A){var P=f(this),M=a(P,0),B=0,N,G,H,W,ae;for(N=-1,H=arguments.length;N<H;N++)if(ae=N===-1?P:arguments[N],S(ae))for(W=o(ae),h(B+W),G=0;G<W;G++,B++)G in ae&&u(M,B,ae[G]);else h(B+1),u(M,B++,ae);return M.length=B,M}})},26425:function(d,_,e){"use strict";var r=e(94488),i=e(92670),l=e(81181);r({target:"Array",proto:!0},{copyWithin:i}),l("copyWithin")},32125:function(d,_,e){"use strict";var r=e(94488),i=e(90560).every,l=e(45601),c=l("every");r({target:"Array",proto:!0,forced:!c},{every:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},16137:function(d,_,e){"use strict";var r=e(94488),i=e(75202),l=e(81181);r({target:"Array",proto:!0},{fill:i}),l("fill")},48435:function(d,_,e){"use strict";var r=e(94488),i=e(90560).filter,l=e(17480),c=l("filter");r({target:"Array",proto:!0,forced:!c},{filter:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},70365:function(d,_,e){"use strict";var r=e(94488),i=e(90560).findIndex,l=e(81181),c="findIndex",f=!0;c in[]&&Array(1)[c](function(){f=!1}),r({target:"Array",proto:!0,forced:f},{findIndex:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),l(c)},17482:function(d,_,e){"use strict";var r=e(94488),i=e(53279).findLastIndex,l=e(81181);r({target:"Array",proto:!0},{findLastIndex:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("findLastIndex")},33717:function(d,_,e){"use strict";var r=e(94488),i=e(53279).findLast,l=e(81181);r({target:"Array",proto:!0},{findLast:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("findLast")},11553:function(d,_,e){"use strict";var r=e(94488),i=e(90560).find,l=e(81181),c="find",f=!0;c in[]&&Array(1)[c](function(){f=!1}),r({target:"Array",proto:!0,forced:f},{find:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),l(c)},65033:function(d,_,e){"use strict";var r=e(94488),i=e(3372),l=e(63335),c=e(94029),f=e(82762),o=e(81427);r({target:"Array",proto:!0},{flatMap:function(u){var a=c(this),x=f(a),p;return l(u),p=o(a,0),p.length=i(p,a,a,x,0,1,u,arguments.length>1?arguments[1]:void 0),p}})},23708:function(d,_,e){"use strict";var r=e(94488),i=e(3372),l=e(94029),c=e(82762),f=e(56902),o=e(81427);r({target:"Array",proto:!0},{flat:function(){var u=arguments.length?arguments[0]:void 0,a=l(this),x=c(a),p=o(a,0);return p.length=i(p,a,a,x,0,u===void 0?1:f(u)),p}})},52732:function(d,_,e){"use strict";var r=e(94488),i=e(59594);r({target:"Array",proto:!0,forced:[].forEach!==i},{forEach:i})},99382:function(d,_,e){"use strict";var r=e(94488),i=e(60255),l=e(35221),c=!l(function(f){Array.from(f)});r({target:"Array",stat:!0,forced:c},{from:i})},88437:function(d,_,e){"use strict";var r=e(94488),i=e(22999).includes,l=e(3338),c=e(81181),f=l(function(){return!Array(1).includes()});r({target:"Array",proto:!0,forced:f},{includes:function(h){return i(this,h,arguments.length>1?arguments[1]:void 0)}}),c("includes")},68440:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(22999).indexOf,c=e(45601),f=i([].indexOf),o=!!f&&1/f([1],1,-0)<0,h=o||!c("indexOf");r({target:"Array",proto:!0,forced:h},{indexOf:function(a){var x=arguments.length>1?arguments[1]:void 0;return o?f(this,a,x)||0:l(this,a,x)}})},13412:function(d,_,e){"use strict";var r=e(94488),i=e(18589);r({target:"Array",stat:!0},{isArray:i})},11005:function(d,_,e){"use strict";var r=e(80524),i=e(81181),l=e(48074),c=e(94844),f=e(37691).f,o=e(24019),h=e(25587),u=e(16697),a=e(35454),x="Array Iterator",p=c.set,y=c.getterFor(x);d.exports=o(Array,"Array",function(b,S){p(this,{type:x,target:r(b),index:0,kind:S})},function(){var b=y(this),S=b.target,D=b.index++;if(!S||D>=S.length)return b.target=void 0,h(void 0,!0);switch(b.kind){case"keys":return h(D,!1);case"values":return h(S[D],!1)}return h([D,S[D]],!1)},"values");var m=l.Arguments=l.Array;if(i("keys"),i("values"),i("entries"),!u&&a&&m.name!=="values")try{f(m,"name",{value:"values"})}catch(b){}},70348:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(1835),c=e(80524),f=e(45601),o=i([].join),h=l!==Object,u=h||!f("join",",");r({target:"Array",proto:!0,forced:u},{join:function(x){return o(c(this),x===void 0?",":x)}})},19801:function(d,_,e){"use strict";var r=e(94488),i=e(55009);r({target:"Array",proto:!0,forced:i!==[].lastIndexOf},{lastIndexOf:i})},91550:function(d,_,e){"use strict";var r=e(94488),i=e(90560).map,l=e(17480),c=l("map");r({target:"Array",proto:!0,forced:!c},{map:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},85223:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(39812),c=e(69392),f=Array,o=i(function(){function h(){}return!(f.of.call(h)instanceof h)});r({target:"Array",stat:!0,forced:o},{of:function(){for(var u=0,a=arguments.length,x=new(l(this)?this:f)(a);a>u;)c(x,u,arguments[u++]);return x.length=a,x}})},7154:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(82762),c=e(39428),f=e(66434),o=e(3338),h=o(function(){return[].push.call({length:4294967296},1)!==4294967297}),u=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(x){return x instanceof TypeError}},a=h||!u();r({target:"Array",proto:!0,arity:1,forced:a},{push:function(p){var y=i(this),m=l(y),b=arguments.length;f(m+b);for(var S=0;S<b;S++)y[m]=arguments[S],m++;return c(y,m),m}})},96009:function(d,_,e){"use strict";var r=e(94488),i=e(16370).right,l=e(45601),c=e(46573),f=e(90946),o=!f&&c>79&&c<83,h=o||!l("reduceRight");r({target:"Array",proto:!0,forced:h},{reduceRight:function(a){return i(this,a,arguments.length,arguments.length>1?arguments[1]:void 0)}})},67788:function(d,_,e){"use strict";var r=e(94488),i=e(16370).left,l=e(45601),c=e(46573),f=e(90946),o=!f&&c>79&&c<83,h=o||!l("reduce");r({target:"Array",proto:!0,forced:h},{reduce:function(a){var x=arguments.length;return i(this,a,x,x>1?arguments[1]:void 0)}})},9402:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(18589),c=i([].reverse),f=[1,2];r({target:"Array",proto:!0,forced:String(f)===String(f.reverse())},{reverse:function(){return l(this)&&(this.length=this.length),c(this)}})},62489:function(d,_,e){"use strict";var r=e(94488),i=e(18589),l=e(39812),c=e(31946),f=e(51981),o=e(82762),h=e(80524),u=e(69392),a=e(59893),x=e(17480),p=e(30867),y=x("slice"),m=a("species"),b=Array,S=Math.max;r({target:"Array",proto:!0,forced:!y},{slice:function(R,A){var P=h(this),M=o(P),B=f(R,M),N=f(A===void 0?M:A,M),G,H,W;if(i(P)&&(G=P.constructor,l(G)&&(G===b||i(G.prototype))?G=void 0:c(G)&&(G=G[m],G===null&&(G=void 0)),G===b||G===void 0))return p(P,B,N);for(H=new(G===void 0?b:G)(S(N-B,0)),W=0;B<N;B++,W++)B in P&&u(H,W,P[B]);return H.length=W,H}})},80881:function(d,_,e){"use strict";var r=e(94488),i=e(90560).some,l=e(45601),c=l("some");r({target:"Array",proto:!0,forced:!c},{some:function(o){return i(this,o,arguments.length>1?arguments[1]:void 0)}})},62837:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(63335),c=e(94029),f=e(82762),o=e(84233),h=e(69905),u=e(3338),a=e(63668),x=e(45601),p=e(78177),y=e(17687),m=e(46573),b=e(19684),S=[],D=i(S.sort),R=i(S.push),A=u(function(){S.sort(void 0)}),P=u(function(){S.sort(null)}),M=x("sort"),B=!u(function(){if(m)return m<70;if(!(p&&p>3)){if(y)return!0;if(b)return b<603;var H="",W,ae,ne,oe;for(W=65;W<76;W++){switch(ae=String.fromCharCode(W),W){case 66:case 69:case 70:case 72:ne=3;break;case 68:case 71:ne=4;break;default:ne=2}for(oe=0;oe<47;oe++)S.push({k:ae+oe,v:ne})}for(S.sort(function(q,J){return J.v-q.v}),oe=0;oe<S.length;oe++)ae=S[oe].k.charAt(0),H.charAt(H.length-1)!==ae&&(H+=ae);return H!=="DGBEFHACIJK"}}),N=A||!P||!M||!B,G=function(H){return function(W,ae){return ae===void 0?-1:W===void 0?1:H!==void 0?+H(W,ae)||0:h(W)>h(ae)?1:-1}};r({target:"Array",proto:!0,forced:N},{sort:function(W){W!==void 0&&l(W);var ae=c(this);if(B)return W===void 0?D(ae):D(ae,W);var ne=[],oe=f(ae),q,J;for(J=0;J<oe;J++)J in ae&&R(ne,ae[J]);for(a(ne,G(W)),q=f(ne),J=0;J<q;)ae[J]=ne[J++];for(;J<oe;)o(ae,J++);return ae}})},4705:function(d,_,e){"use strict";var r=e(51996);r("Array")},13941:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(51981),c=e(56902),f=e(82762),o=e(39428),h=e(66434),u=e(81427),a=e(69392),x=e(84233),p=e(17480),y=p("splice"),m=Math.max,b=Math.min;r({target:"Array",proto:!0,forced:!y},{splice:function(D,R){var A=i(this),P=f(A),M=l(D,P),B=arguments.length,N,G,H,W,ae,ne;for(B===0?N=G=0:B===1?(N=0,G=P-M):(N=B-2,G=b(m(c(R),0),P-M)),h(P+N-G),H=u(A,G),W=0;W<G;W++)ae=M+W,ae in A&&a(H,W,A[ae]);if(H.length=G,N<G){for(W=M;W<P-G;W++)ae=W+G,ne=W+N,ae in A?A[ne]=A[ae]:x(A,ne);for(W=P;W>P-G+N;W--)x(A,W-1)}else if(N>G)for(W=P-G;W>M;W--)ae=W+G-1,ne=W+N-1,ae in A?A[ne]=A[ae]:x(A,ne);for(W=0;W<N;W++)A[W+M]=arguments[W+2];return o(A,P-G+N),H}})},1148:function(d,_,e){"use strict";var r=e(94488),i=e(85903),l=e(80524),c=e(81181),f=Array;r({target:"Array",proto:!0},{toReversed:function(){return i(l(this),f)}}),c("toReversed")},82445:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(63335),c=e(80524),f=e(69478),o=e(55174),h=e(81181),u=Array,a=i(o("Array","sort"));r({target:"Array",proto:!0},{toSorted:function(p){p!==void 0&&l(p);var y=c(this),m=f(u,y);return a(m,p)}}),h("toSorted")},27267:function(d,_,e){"use strict";var r=e(94488),i=e(81181),l=e(66434),c=e(82762),f=e(51981),o=e(80524),h=e(56902),u=Array,a=Math.max,x=Math.min;r({target:"Array",proto:!0},{toSpliced:function(y,m){var b=o(this),S=c(b),D=f(y,S),R=arguments.length,A=0,P,M,B,N;for(R===0?P=M=0:R===1?(P=0,M=S-D):(P=R-2,M=x(a(h(m),0),S-D)),B=l(S+P-M),N=u(B);A<D;A++)N[A]=b[A];for(;A<D+P;A++)N[A]=arguments[A-D+2];for(;A<B;A++)N[A]=b[A+M-P];return N}}),i("toSpliced")},90308:function(d,_,e){"use strict";var r=e(81181);r("flatMap")},96353:function(d,_,e){"use strict";var r=e(81181);r("flat")},84818:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(82762),c=e(39428),f=e(84233),o=e(66434),h=[].unshift(0)!==1,u=function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(x){return x instanceof TypeError}},a=h||!u();r({target:"Array",proto:!0,arity:1,forced:a},{unshift:function(p){var y=i(this),m=l(y),b=arguments.length;if(b){o(m+b);for(var S=m;S--;){var D=S+b;S in y?y[D]=y[S]:f(y,D)}for(var R=0;R<b;R++)y[R]=arguments[R]}return c(y,m+b)}})},80585:function(d,_,e){"use strict";var r=e(94488),i=e(82041),l=e(80524),c=Array;r({target:"Array",proto:!0},{with:function(f,o){return i(l(this),c,f,o)}})},40194:function(d,_,e){"use strict";var r=e(94488),i=e(91669),l=e(3737);r({global:!0,constructor:!0,forced:!l},{DataView:i.DataView})},22112:function(d,_,e){"use strict";e(40194)},81440:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(3338),c=l(function(){return new Date(16e11).getYear()!==120}),f=i(Date.prototype.getFullYear);r({target:"Date",proto:!0,forced:c},{getYear:function(){return f(this)-1900}})},25430:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=Date,c=i(l.prototype.getTime);r({target:"Date",stat:!0},{now:function(){return c(new l)}})},70105:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c=Date.prototype,f=i(c.getTime),o=i(c.setFullYear);r({target:"Date",proto:!0},{setYear:function(u){f(this);var a=l(u),x=a>=0&&a<=99?a+1900:a;return o(this,x)}})},71390:function(d,_,e){"use strict";var r=e(94488);r({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},96844:function(d,_,e){"use strict";var r=e(94488),i=e(32494);r({target:"Date",proto:!0,forced:Date.prototype.toISOString!==i},{toISOString:i})},83578:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(94029),c=e(97954),f=i(function(){return new Date(NaN).toJSON()!==null||Date.prototype.toJSON.call({toISOString:function(){return 1}})!==1});r({target:"Date",proto:!0,arity:1,forced:f},{toJSON:function(h){var u=l(this),a=c(u,"number");return typeof a=="number"&&!isFinite(a)?null:u.toISOString()}})},69762:function(d,_,e){"use strict";var r=e(32621),i=e(2291),l=e(77119),c=e(59893),f=c("toPrimitive"),o=Date.prototype;r(o,f)||i(o,f,l)},76880:function(d,_,e){"use strict";var r=e(94237),i=e(2291),l=Date.prototype,c="Invalid Date",f="toString",o=r(l[f]),h=r(l.getTime);String(new Date(NaN))!==c&&i(l,f,function(){var a=h(this);return a===a?o(this):c})},31808:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(13743),c=e(78540),f="WebAssembly",o=i[f],h=new Error("e",{cause:7}).cause!==7,u=function(x,p){var y={};y[x]=c(x,p,h),r({global:!0,constructor:!0,arity:1,forced:h},y)},a=function(x,p){if(o&&o[x]){var y={};y[x]=c(f+"."+x,p,h),r({target:f,stat:!0,constructor:!0,arity:1,forced:h},y)}};u("Error",function(x){return function(y){return l(x,this,arguments)}}),u("EvalError",function(x){return function(y){return l(x,this,arguments)}}),u("RangeError",function(x){return function(y){return l(x,this,arguments)}}),u("ReferenceError",function(x){return function(y){return l(x,this,arguments)}}),u("SyntaxError",function(x){return function(y){return l(x,this,arguments)}}),u("TypeError",function(x){return function(y){return l(x,this,arguments)}}),u("URIError",function(x){return function(y){return l(x,this,arguments)}}),a("CompileError",function(x){return function(y){return l(x,this,arguments)}}),a("LinkError",function(x){return function(y){return l(x,this,arguments)}}),a("RuntimeError",function(x){return function(y){return l(x,this,arguments)}})},99953:function(d,_,e){"use strict";var r=e(2291),i=e(13367),l=Error.prototype;l.toString!==i&&r(l,"toString",i)},65009:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(69905),c=i("".charAt),f=i("".charCodeAt),o=i(/./.exec),h=i(1 .toString),u=i("".toUpperCase),a=/[\w*+\-./@]/,x=function(p,y){for(var m=h(p,16);m.length<y;)m="0"+m;return m};r({global:!0},{escape:function(y){for(var m=l(y),b="",S=m.length,D=0,R,A;D<S;)R=c(m,D++),o(a,R)?b+=R:(A=f(R,0),A<256?b+="%"+x(A,2):b+="%u"+u(x(A,4)));return b}})},28796:function(d,_,e){"use strict";var r=e(94488),i=e(4645);r({target:"Function",proto:!0,forced:Function.bind!==i},{bind:i})},56450:function(d,_,e){"use strict";var r=e(55327),i=e(31946),l=e(37691),c=e(53456),f=e(59893),o=e(86528),h=f("hasInstance"),u=Function.prototype;h in u||l.f(u,h,{value:o(function(a){if(!r(this)||!i(a))return!1;var x=this.prototype;if(!i(x))return a instanceof this;for(;a=c(a);)if(x===a)return!0;return!1},h)})},78342:function(d,_,e){"use strict";var r=e(35454),i=e(8090).EXISTS,l=e(94237),c=e(64110),f=Function.prototype,o=l(f.toString),h=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=l(h.exec),a="name";r&&!i&&c(f,a,{configurable:!0,get:function(){try{return u(h,o(this))[1]}catch(x){return""}}})},13161:function(d,_,e){"use strict";var r=e(94488),i=e(92916);r({global:!0,forced:i.globalThis!==i},{globalThis:i})},54226:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(13743),c=e(89945),f=e(94237),o=e(3338),h=e(55327),u=e(18446),a=e(30867),x=e(65451),p=e(42820),y=String,m=i("JSON","stringify"),b=f(/./.exec),S=f("".charAt),D=f("".charCodeAt),R=f("".replace),A=f(1 .toString),P=/[\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))!=="{}"}),G=o(function(){return m("\uDF06\uD834")!=='"\\udf06\\ud834"'||m("\uDEAD")!=='"\\udead"'}),H=function(ae,ne){var oe=a(arguments),q=x(ne);if(!(!h(q)&&(ae===void 0||u(ae))))return oe[1]=function(J,K){if(h(q)&&(K=c(q,this,y(J),K)),!u(K))return K},l(m,null,oe)},W=function(ae,ne,oe){var q=S(oe,ne-1),J=S(oe,ne+1);return b(M,ae)&&!b(B,J)||b(B,ae)&&!b(M,q)?"\\u"+A(D(ae,0),16):ae};m&&r({target:"JSON",stat:!0,arity:3,forced:N||G},{stringify:function(ne,oe,q){var J=a(arguments),K=l(N?H:m,null,J);return G&&typeof K=="string"?R(K,P,W):K}})},70201:function(d,_,e){"use strict";var r=e(92916),i=e(94573);i(r.JSON,"JSON",!0)},44781:function(d,_,e){"use strict";var r=e(48059),i=e(40942);r("Map",function(l){return function(){return l(this,arguments.length?arguments[0]:void 0)}},i)},85671:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(63335),c=e(95955),f=e(62003),o=e(2786),h=e(16697),u=o.Map,a=o.has,x=o.get,p=o.set,y=i([].push);r({target:"Map",stat:!0,forced:h},{groupBy:function(b,S){c(b),l(S);var D=new u,R=0;return f(b,function(A){var P=S(A,R++);a(D,P)?y(x(D,P),A):p(D,P,[A])}),D}})},34941:function(d,_,e){"use strict";e(44781)},35152:function(d,_,e){"use strict";var r=e(94488),i=e(25726),l=Math.acosh,c=Math.log,f=Math.sqrt,o=Math.LN2,h=!l||Math.floor(l(Number.MAX_VALUE))!==710||l(1/0)!==1/0;r({target:"Math",stat:!0,forced:h},{acosh:function(a){var x=+a;return x<1?NaN:x>9490626562425156e-8?c(x)+o:i(x-1+f(x-1)*f(x+1))}})},85660:function(d,_,e){"use strict";var r=e(94488),i=Math.asinh,l=Math.log,c=Math.sqrt;function f(h){var u=+h;return!isFinite(u)||u===0?u:u<0?-f(-u):l(u+c(u*u+1))}var o=!(i&&1/i(0)>0);r({target:"Math",stat:!0,forced:o},{asinh:f})},80031:function(d,_,e){"use strict";var r=e(94488),i=Math.atanh,l=Math.log,c=!(i&&1/i(-0)<0);r({target:"Math",stat:!0,forced:c},{atanh:function(o){var h=+o;return h===0?h:l((1+h)/(1-h))/2}})},34434:function(d,_,e){"use strict";var r=e(94488),i=e(37666),l=Math.abs,c=Math.pow;r({target:"Math",stat:!0},{cbrt:function(o){var h=+o;return i(h)*c(l(h),.3333333333333333)}})},83579:function(d,_,e){"use strict";var r=e(94488),i=Math.floor,l=Math.log,c=Math.LOG2E;r({target:"Math",stat:!0},{clz32:function(o){var h=o>>>0;return h?31-i(l(h+.5)*c):32}})},74307:function(d,_,e){"use strict";var r=e(94488),i=e(10014),l=Math.cosh,c=Math.abs,f=Math.E,o=!l||l(710)===1/0;r({target:"Math",stat:!0,forced:o},{cosh:function(u){var a=i(c(u)-1)+1;return(a+1/(a*f*f))*(f/2)}})},97423:function(d,_,e){"use strict";var r=e(94488),i=e(10014);r({target:"Math",stat:!0,forced:i!==Math.expm1},{expm1:i})},93321:function(d,_,e){"use strict";var r=e(94488),i=e(14894);r({target:"Math",stat:!0},{fround:i})},82277:function(d,_,e){"use strict";var r=e(94488),i=Math.hypot,l=Math.abs,c=Math.sqrt,f=!!i&&i(1/0,NaN)!==1/0;r({target:"Math",stat:!0,arity:2,forced:f},{hypot:function(h,u){for(var a=0,x=0,p=arguments.length,y=0,m,b;x<p;)m=l(arguments[x++]),y<m?(b=y/m,a=a*b*b+1,y=m):m>0?(b=m/y,a+=b*b):a+=m;return y===1/0?1/0:y*c(a)}})},61425:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=Math.imul,c=i(function(){return l(4294967295,5)!==-5||l.length!==2});r({target:"Math",stat:!0,forced:c},{imul:function(o,h){var u=65535,a=+o,x=+h,p=u&a,y=u&x;return 0|p*y+((u&a>>>16)*y+p*(u&x>>>16)<<16>>>0)}})},61873:function(d,_,e){"use strict";var r=e(94488),i=e(53309);r({target:"Math",stat:!0},{log10:i})},9307:function(d,_,e){"use strict";var r=e(94488),i=e(25726);r({target:"Math",stat:!0},{log1p:i})},8821:function(d,_,e){"use strict";var r=e(94488),i=Math.log,l=Math.LN2;r({target:"Math",stat:!0},{log2:function(f){return i(f)/l}})},64385:function(d,_,e){"use strict";var r=e(94488),i=e(37666);r({target:"Math",stat:!0},{sign:i})},64099:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(10014),c=Math.abs,f=Math.exp,o=Math.E,h=i(function(){return Math.sinh(-2e-17)!==-2e-17});r({target:"Math",stat:!0,forced:h},{sinh:function(a){var x=+a;return c(x)<1?(l(x)-l(-x))/2:(f(x-1)-f(-x-1))*(o/2)}})},62455:function(d,_,e){"use strict";var r=e(94488),i=e(10014),l=Math.exp;r({target:"Math",stat:!0},{tanh:function(f){var o=+f,h=i(o),u=i(-o);return h===1/0?1:u===1/0?-1:(h-u)/(l(o)+l(-o))}})},79965:function(d,_,e){"use strict";var r=e(94573);r(Math,"Math",!0)},59118:function(d,_,e){"use strict";var r=e(94488),i=e(3312);r({target:"Math",stat:!0},{trunc:i})},275:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(35454),c=e(92916),f=e(9699),o=e(94237),h=e(20865),u=e(32621),a=e(25576),x=e(16332),p=e(18446),y=e(97954),m=e(3338),b=e(80689).f,S=e(71256).f,D=e(37691).f,R=e(49228),A=e(52971).trim,P="Number",M=c[P],B=f[P],N=M.prototype,G=c.TypeError,H=o("".slice),W=o("".charCodeAt),ae=function(se){var ee=y(se,"number");return typeof ee=="bigint"?ee:ne(ee)},ne=function(se){var ee=y(se,"number"),Q,le,$,j,ie,me,Te,Oe;if(p(ee))throw new G("Cannot convert a Symbol value to a number");if(typeof ee=="string"&&ee.length>2){if(ee=A(ee),Q=W(ee,0),Q===43||Q===45){if(le=W(ee,2),le===88||le===120)return NaN}else if(Q===48){switch(W(ee,1)){case 66:case 98:$=2,j=49;break;case 79:case 111:$=8,j=55;break;default:return+ee}for(ie=H(ee,2),me=ie.length,Te=0;Te<me;Te++)if(Oe=W(ie,Te),Oe<48||Oe>j)return NaN;return parseInt(ie,$)}}return+ee},oe=h(P,!M(" 0o1")||!M("0b1")||M("+0x1")),q=function(se){return x(N,se)&&m(function(){R(se)})},J=function(ee){var Q=arguments.length<1?0:M(ae(ee));return q(this)?a(Object(Q),this,J):Q};J.prototype=N,oe&&!i&&(N.constructor=J),r({global:!0,constructor:!0,wrap:!0,forced:oe},{Number:J});var K=function(se,ee){for(var Q=l?b(ee):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),le=0,$;Q.length>le;le++)u(ee,$=Q[le])&&!u(se,$)&&D(se,$,S(ee,$))};i&&B&&K(f[P],B),(oe||i)&&K(f[P],M)},31919:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},51284:function(d,_,e){"use strict";var r=e(94488),i=e(1222);r({target:"Number",stat:!0},{isFinite:i})},10177:function(d,_,e){"use strict";var r=e(94488),i=e(62896);r({target:"Number",stat:!0},{isInteger:i})},85690:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0},{isNaN:function(l){return l!==l}})},92114:function(d,_,e){"use strict";var r=e(94488),i=e(62896),l=Math.abs;r({target:"Number",stat:!0},{isSafeInteger:function(f){return i(f)&&l(f)<=9007199254740991}})},1017:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},14480:function(d,_,e){"use strict";var r=e(94488);r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},40516:function(d,_,e){"use strict";var r=e(94488),i=e(31280);r({target:"Number",stat:!0,forced:Number.parseFloat!==i},{parseFloat:i})},76345:function(d,_,e){"use strict";var r=e(94488),i=e(52446);r({target:"Number",stat:!0,forced:Number.parseInt!==i},{parseInt:i})},7282:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c=e(49228),f=e(71049),o=e(53309),h=e(3338),u=RangeError,a=String,x=isFinite,p=Math.abs,y=Math.floor,m=Math.pow,b=Math.round,S=i(1 .toExponential),D=i(f),R=i("".slice),A=S(-69e-12,4)==="-6.9000e-11"&&S(1.255,2)==="1.25e+0"&&S(12345,3)==="1.235e+4"&&S(25,0)==="3e+1",P=function(){return h(function(){S(1,1/0)})&&h(function(){S(1,-1/0)})},M=function(){return!h(function(){S(1/0,1/0),S(NaN,1/0)})},B=!A||!P()||!M();r({target:"Number",proto:!0,forced:B},{toExponential:function(G){var H=c(this);if(G===void 0)return S(H);var W=l(G);if(!x(H))return String(H);if(W<0||W>20)throw new u("Incorrect fraction digits");if(A)return S(H,W);var ae="",ne="",oe=0,q="",J="";if(H<0&&(ae="-",H=-H),H===0)oe=0,ne=D("0",W+1);else{var K=o(H);oe=y(K);var se=0,ee=m(10,oe-W);se=b(H/ee),2*H>=(2*se+1)*ee&&(se+=1),se>=m(10,W+1)&&(se/=10,oe+=1),ne=a(se)}return W!==0&&(ne=R(ne,0,1)+"."+R(ne,1)),oe===0?(q="+",J="0"):(q=oe>0?"+":"-",J=a(p(oe))),ne+="e"+q+J,ae+ne}})},58055:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c=e(49228),f=e(71049),o=e(3338),h=RangeError,u=String,a=Math.floor,x=i(f),p=i("".slice),y=i(1 .toFixed),m=function(P,M,B){return M===0?B:M%2===1?m(P,M-1,B*P):m(P*P,M/2,B)},b=function(P){for(var M=0,B=P;B>=4096;)M+=12,B/=4096;for(;B>=2;)M+=1,B/=2;return M},S=function(P,M,B){for(var N=-1,G=B;++N<6;)G+=M*P[N],P[N]=G%1e7,G=a(G/1e7)},D=function(P,M){for(var B=6,N=0;--B>=0;)N+=P[B],P[B]=a(N/M),N=N%M*1e7},R=function(P){for(var M=6,B="";--M>=0;)if(B!==""||M===0||P[M]!==0){var N=u(P[M]);B=B===""?N:B+x("0",7-N.length)+N}return B},A=o(function(){return y(8e-5,3)!=="0.000"||y(.9,0)!=="1"||y(1.255,2)!=="1.25"||y(0xde0b6b3a7640080,0)!=="1000000000000000128"})||!o(function(){y({})});r({target:"Number",proto:!0,forced:A},{toFixed:function(M){var B=c(this),N=l(M),G=[0,0,0,0,0,0],H="",W="0",ae,ne,oe,q;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&&(H="-",B=-B),B>1e-21)if(ae=b(B*m(2,69,1))-69,ne=ae<0?B*m(2,-ae,1):B/m(2,ae,1),ne*=4503599627370496,ae=52-ae,ae>0){for(S(G,0,ne),oe=N;oe>=7;)S(G,1e7,0),oe-=7;for(S(G,m(10,oe,1),0),oe=ae-1;oe>=23;)D(G,8388608),oe-=23;D(G,1<<oe),S(G,1,1),D(G,2),W=R(G)}else S(G,0,ne),S(G,1<<-ae,0),W=R(G)+x("0",N);return N>0?(q=W.length,W=H+(q<=N?"0."+x("0",N-q)+W:p(W,0,q-N)+"."+p(W,q-N))):W=H+W,W}})},93547:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(3338),c=e(49228),f=i(1 .toPrecision),o=l(function(){return f(1,void 0)!=="1"})||!l(function(){f({})});r({target:"Number",proto:!0,forced:o},{toPrecision:function(u){return u===void 0?f(c(this)):f(c(this),u)}})},31237:function(d,_,e){"use strict";var r=e(94488),i=e(80530);r({target:"Object",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},17954:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(20132);r({target:"Object",stat:!0,sham:!i},{create:l})},58580:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(63335),f=e(94029),o=e(37691);i&&r({target:"Object",proto:!0,forced:l},{__defineGetter__:function(u,a){o.f(f(this),u,{get:c(a),enumerable:!0,configurable:!0})}})},47146:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(55666).f;r({target:"Object",stat:!0,forced:Object.defineProperties!==l,sham:!i},{defineProperties:l})},40416:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(37691).f;r({target:"Object",stat:!0,forced:Object.defineProperty!==l,sham:!i},{defineProperty:l})},7615:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(63335),f=e(94029),o=e(37691);i&&r({target:"Object",proto:!0,forced:l},{__defineSetter__:function(u,a){o.f(f(this),u,{set:c(a),enumerable:!0,configurable:!0})}})},72820:function(d,_,e){"use strict";var r=e(94488),i=e(88698).entries;r({target:"Object",stat:!0},{entries:function(c){return i(c)}})},86070:function(d,_,e){"use strict";var r=e(94488),i=e(13247),l=e(3338),c=e(31946),f=e(2074).onFreeze,o=Object.freeze,h=l(function(){o(1)});r({target:"Object",stat:!0,forced:h,sham:!i},{freeze:function(a){return o&&c(a)?o(f(a)):a}})},23569:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(69392);r({target:"Object",stat:!0},{fromEntries:function(f){var o={};return i(f,function(h,u){l(o,h,u)},{AS_ENTRIES:!0}),o}})},55639:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(80524),c=e(71256).f,f=e(35454),o=!f||i(function(){c(1)});r({target:"Object",stat:!0,forced:o,sham:!f},{getOwnPropertyDescriptor:function(u,a){return c(l(u),a)}})},63046:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(48662),c=e(80524),f=e(71256),o=e(69392);r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(u){for(var a=c(u),x=f.f,p=l(a),y={},m=0,b,S;p.length>m;)S=x(a,b=p[m++]),S!==void 0&&o(y,b,S);return y}})},464:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(53393).f,c=i(function(){return!Object.getOwnPropertyNames(1)});r({target:"Object",stat:!0,forced:c},{getOwnPropertyNames:l})},67936:function(d,_,e){"use strict";var r=e(94488),i=e(42820),l=e(3338),c=e(92635),f=e(94029),o=!i||l(function(){c.f(1)});r({target:"Object",stat:!0,forced:o},{getOwnPropertySymbols:function(u){var a=c.f;return a?a(f(u)):[]}})},51082:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(94029),c=e(53456),f=e(4870),o=i(function(){c(1)});r({target:"Object",stat:!0,forced:o,sham:!f},{getPrototypeOf:function(u){return c(l(u))}})},83850:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(94237),c=e(63335),f=e(95955),o=e(17818),h=e(62003),u=i("Object","create"),a=l([].push);r({target:"Object",stat:!0},{groupBy:function(p,y){f(p),c(y);var m=u(null),b=0;return h(p,function(S){var D=o(y(S,b++));D in m?a(m[D],S):m[D]=[S]}),m}})},41990:function(d,_,e){"use strict";var r=e(94488),i=e(32621);r({target:"Object",stat:!0},{hasOwn:i})},55888:function(d,_,e){"use strict";var r=e(94488),i=e(12477);r({target:"Object",stat:!0,forced:Object.isExtensible!==i},{isExtensible:i})},53827:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(31946),c=e(29076),f=e(51424),o=Object.isFrozen,h=f||i(function(){o(1)});r({target:"Object",stat:!0,forced:h},{isFrozen:function(a){return!l(a)||f&&c(a)==="ArrayBuffer"?!0:o?o(a):!1}})},78143:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(31946),c=e(29076),f=e(51424),o=Object.isSealed,h=f||i(function(){o(1)});r({target:"Object",stat:!0,forced:h},{isSealed:function(a){return!l(a)||f&&c(a)==="ArrayBuffer"?!0:o?o(a):!1}})},15787:function(d,_,e){"use strict";var r=e(94488),i=e(5370);r({target:"Object",stat:!0},{is:i})},66419:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(7733),c=e(3338),f=c(function(){l(1)});r({target:"Object",stat:!0,forced:f},{keys:function(h){return l(i(h))}})},75765:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(94029),f=e(17818),o=e(53456),h=e(71256).f;i&&r({target:"Object",proto:!0,forced:l},{__lookupGetter__:function(a){var x=c(this),p=f(a),y;do if(y=h(x,p))return y.get;while(x=o(x))}})},14645:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(25837),c=e(94029),f=e(17818),o=e(53456),h=e(71256).f;i&&r({target:"Object",proto:!0,forced:l},{__lookupSetter__:function(a){var x=c(this),p=f(a),y;do if(y=h(x,p))return y.set;while(x=o(x))}})},71122:function(d,_,e){"use strict";var r=e(94488),i=e(31946),l=e(2074).onFreeze,c=e(13247),f=e(3338),o=Object.preventExtensions,h=f(function(){o(1)});r({target:"Object",stat:!0,forced:h,sham:!c},{preventExtensions:function(a){return o&&i(a)?o(l(a)):a}})},42084:function(d,_,e){"use strict";var r=e(35454),i=e(64110),l=e(31946),c=e(94029),f=e(95955),o=Object.getPrototypeOf,h=Object.setPrototypeOf,u=Object.prototype,a="__proto__";if(r&&o&&h&&!(a in u))try{i(u,a,{configurable:!0,get:function(){return o(c(this))},set:function(p){var y=f(this);!l(p)&&p!==null||!l(y)||h(y,p)}})}catch(x){}},25070:function(d,_,e){"use strict";var r=e(94488),i=e(31946),l=e(2074).onFreeze,c=e(13247),f=e(3338),o=Object.seal,h=f(function(){o(1)});r({target:"Object",stat:!0,forced:h,sham:!c},{seal:function(a){return o&&i(a)?o(l(a)):a}})},77140:function(d,_,e){"use strict";var r=e(94488),i=e(58218);r({target:"Object",stat:!0},{setPrototypeOf:i})},15954:function(d,_,e){"use strict";var r=e(68527),i=e(2291),l=e(28488);r||i(Object.prototype,"toString",l,{unsafe:!0})},4266:function(d,_,e){"use strict";var r=e(94488),i=e(88698).values;r({target:"Object",stat:!0},{values:function(c){return i(c)}})},49988:function(d,_,e){"use strict";var r=e(94488),i=e(31280);r({global:!0,forced:parseFloat!==i},{parseFloat:i})},38823:function(d,_,e){"use strict";var r=e(94488),i=e(52446);r({global:!0,forced:parseInt!==i},{parseInt:i})},4045:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(73446),f=e(80734),o=e(62003),h=e(22093);r({target:"Promise",stat:!0,forced:h},{allSettled:function(a){var x=this,p=c.f(x),y=p.resolve,m=p.reject,b=f(function(){var S=l(x.resolve),D=[],R=0,A=1;o(a,function(P){var M=R++,B=!1;A++,i(S,x,P).then(function(N){B||(B=!0,D[M]={status:"fulfilled",value:N},--A||y(D))},function(N){B||(B=!0,D[M]={status:"rejected",reason:N},--A||y(D))})}),--A||y(D)});return b.error&&m(b.value),p.promise}})},12785:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(73446),f=e(80734),o=e(62003),h=e(22093);r({target:"Promise",stat:!0,forced:h},{all:function(a){var x=this,p=c.f(x),y=p.resolve,m=p.reject,b=f(function(){var S=l(x.resolve),D=[],R=0,A=1;o(a,function(P){var M=R++,B=!1;A++,i(S,x,P).then(function(N){B||(B=!0,D[M]=N,--A||y(D))},m)}),--A||y(D)});return b.error&&m(b.value),p.promise}})},50747:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(65911),f=e(73446),o=e(80734),h=e(62003),u=e(22093),a="No one promise resolved";r({target:"Promise",stat:!0,forced:u},{any:function(p){var y=this,m=c("AggregateError"),b=f.f(y),S=b.resolve,D=b.reject,R=o(function(){var A=l(y.resolve),P=[],M=0,B=1,N=!1;h(p,function(G){var H=M++,W=!1;B++,i(A,y,G).then(function(ae){W||N||(N=!0,S(ae))},function(ae){W||N||(W=!0,P[H]=ae,--B||D(new m(P,a)))})}),--B||D(new m(P,a))});return R.error&&D(R.value),b.promise}})},41902:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(82830).CONSTRUCTOR,c=e(2451),f=e(65911),o=e(55327),h=e(2291),u=c&&c.prototype;if(r({target:"Promise",proto:!0,forced:l,real:!0},{catch:function(x){return this.then(void 0,x)}}),!i&&o(c)){var a=f("Promise").prototype.catch;u.catch!==a&&h(u,"catch",a,{unsafe:!0})}},90366:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(90946),c=e(92916),f=e(89945),o=e(2291),h=e(58218),u=e(94573),a=e(51996),x=e(63335),p=e(55327),y=e(31946),m=e(56472),b=e(60473),S=e(28887).set,D=e(72933),R=e(61810),A=e(80734),P=e(66790),M=e(94844),B=e(2451),N=e(82830),G=e(73446),H="Promise",W=N.CONSTRUCTOR,ae=N.REJECTION_EVENT,ne=N.SUBCLASSING,oe=M.getterFor(H),q=M.set,J=B&&B.prototype,K=B,se=J,ee=c.TypeError,Q=c.document,le=c.process,$=G.f,j=$,ie=!!(Q&&Q.createEvent&&c.dispatchEvent),me="unhandledrejection",Te="rejectionhandled",Oe=0,Ge=1,Ue=2,Mt=1,yt=2,kt,Zt,Ft,tr,ze=function(Ke){var He;return y(Ke)&&p(He=Ke.then)?He:!1},wt=function(Ke,He){var Xe=He.value,pt=He.state===Ge,bt=pt?Ke.ok:Ke.fail,rr=Ke.resolve,Jt=Ke.reject,Me=Ke.domain,rt,Yt,Lt;try{bt?(pt||(He.rejection===yt&&Je(He),He.rejection=Mt),bt===!0?rt=Xe:(Me&&Me.enter(),rt=bt(Xe),Me&&(Me.exit(),Lt=!0)),rt===Ke.promise?Jt(new ee("Promise-chain cycle")):(Yt=ze(rt))?f(Yt,rt,rr,Jt):rr(rt)):Jt(Xe)}catch(Wt){Me&&!Lt&&Me.exit(),Jt(Wt)}},Bt=function(Ke,He){Ke.notified||(Ke.notified=!0,D(function(){for(var Xe=Ke.reactions,pt;pt=Xe.get();)wt(pt,Ke);Ke.notified=!1,He&&!Ke.rejection&&_t(Ke)}))},nt=function(Ke,He,Xe){var pt,bt;ie?(pt=Q.createEvent("Event"),pt.promise=He,pt.reason=Xe,pt.initEvent(Ke,!1,!0),c.dispatchEvent(pt)):pt={promise:He,reason:Xe},!ae&&(bt=c["on"+Ke])?bt(pt):Ke===me&&R("Unhandled promise rejection",Xe)},_t=function(Ke){f(S,c,function(){var He=Ke.facade,Xe=Ke.value,pt=ht(Ke),bt;if(pt&&(bt=A(function(){l?le.emit("unhandledRejection",Xe,He):nt(me,He,Xe)}),Ke.rejection=l||ht(Ke)?yt:Mt,bt.error))throw bt.value})},ht=function(Ke){return Ke.rejection!==Mt&&!Ke.parent},Je=function(Ke){f(S,c,function(){var He=Ke.facade;l?le.emit("rejectionHandled",He):nt(Te,He,Ke.value)})},je=function(Ke,He,Xe){return function(pt){Ke(He,pt,Xe)}},be=function(Ke,He,Xe){Ke.done||(Ke.done=!0,Xe&&(Ke=Xe),Ke.value=He,Ke.state=Ue,Bt(Ke,!0))},Le=function(Ke,He,Xe){if(!Ke.done){Ke.done=!0,Xe&&(Ke=Xe);try{if(Ke.facade===He)throw new ee("Promise can't be resolved itself");var pt=ze(He);pt?D(function(){var bt={done:!1};try{f(pt,He,je(Le,bt,Ke),je(be,bt,Ke))}catch(rr){be(bt,rr,Ke)}}):(Ke.value=He,Ke.state=Ge,Bt(Ke,!1))}catch(bt){be({done:!1},bt,Ke)}}};if(W&&(K=function(He){m(this,se),x(He),f(kt,this);var Xe=oe(this);try{He(je(Le,Xe),je(be,Xe))}catch(pt){be(Xe,pt)}},se=K.prototype,kt=function(He){q(this,{type:H,done:!1,notified:!1,parent:!1,reactions:new P,rejection:!1,state:Oe,value:void 0})},kt.prototype=o(se,"then",function(He,Xe){var pt=oe(this),bt=$(b(this,K));return pt.parent=!0,bt.ok=p(He)?He:!0,bt.fail=p(Xe)&&Xe,bt.domain=l?le.domain:void 0,pt.state===Oe?pt.reactions.add(bt):D(function(){wt(bt,pt)}),bt.promise}),Zt=function(){var Ke=new kt,He=oe(Ke);this.promise=Ke,this.resolve=je(Le,He),this.reject=je(be,He)},G.f=$=function(Ke){return Ke===K||Ke===Ft?new Zt(Ke):j(Ke)},!i&&p(B)&&J!==Object.prototype)){tr=J.then,ne||o(J,"then",function(He,Xe){var pt=this;return new K(function(bt,rr){f(tr,pt,bt,rr)}).then(He,Xe)},{unsafe:!0});try{delete J.constructor}catch(Ke){}h&&h(J,se)}r({global:!0,constructor:!0,wrap:!0,forced:W},{Promise:K}),u(K,H,!1,!0),a(H)},43595:function(d,_,e){"use strict";var r=e(94488),i=e(16697),l=e(2451),c=e(3338),f=e(65911),o=e(55327),h=e(60473),u=e(15597),a=e(2291),x=l&&l.prototype,p=!!l&&c(function(){x.finally.call({then:function(){}},function(){})});if(r({target:"Promise",proto:!0,real:!0,forced:p},{finally:function(m){var b=h(this,f("Promise")),S=o(m);return this.then(S?function(D){return u(b,m()).then(function(){return D})}:m,S?function(D){return u(b,m()).then(function(){throw D})}:m)}}),!i&&o(l)){var y=f("Promise").prototype.finally;x.finally!==y&&a(x,"finally",y,{unsafe:!0})}},24627:function(d,_,e){"use strict";e(90366),e(12785),e(41902),e(20733),e(95693),e(81930)},20733:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(73446),f=e(80734),o=e(62003),h=e(22093);r({target:"Promise",stat:!0,forced:h},{race:function(a){var x=this,p=c.f(x),y=p.reject,m=f(function(){var b=l(x.resolve);o(a,function(S){i(b,x,S).then(p.resolve,y)})});return m.error&&y(m.value),p.promise}})},95693:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(73446),c=e(82830).CONSTRUCTOR;r({target:"Promise",stat:!0,forced:c},{reject:function(o){var h=l.f(this);return i(h.reject,void 0,o),h.promise}})},81930:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(16697),c=e(2451),f=e(82830).CONSTRUCTOR,o=e(15597),h=i("Promise"),u=l&&!f;r({target:"Promise",stat:!0,forced:l||f},{resolve:function(x){return o(u&&this===h?c:this,x)}})},92324:function(d,_,e){"use strict";var r=e(94488),i=e(73446);r({target:"Promise",stat:!0},{withResolvers:function(){var c=i.f(this);return{promise:c.promise,resolve:c.resolve,reject:c.reject}}})},23551:function(d,_,e){"use strict";var r=e(94488),i=e(13743),l=e(63335),c=e(80449),f=e(3338),o=!f(function(){Reflect.apply(function(){})});r({target:"Reflect",stat:!0,forced:o},{apply:function(u,a,x){return i(l(u),a,c(x))}})},74521:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(13743),c=e(4645),f=e(6086),o=e(80449),h=e(31946),u=e(20132),a=e(3338),x=i("Reflect","construct"),p=Object.prototype,y=[].push,m=a(function(){function D(){}return!(x(function(){},[],D)instanceof D)}),b=!a(function(){x(function(){})}),S=m||b;r({target:"Reflect",stat:!0,forced:S,sham:S},{construct:function(R,A){f(R),o(A);var P=arguments.length<3?R:f(arguments[2]);if(b&&!m)return x(R,A,P);if(R===P){switch(A.length){case 0:return new R;case 1:return new R(A[0]);case 2:return new R(A[0],A[1]);case 3:return new R(A[0],A[1],A[2]);case 4:return new R(A[0],A[1],A[2],A[3])}var M=[null];return l(y,M,A),new(l(c,R,M))}var B=P.prototype,N=u(h(B)?B:p),G=l(R,N,A);return h(G)?G:N}})},57891:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(80449),c=e(17818),f=e(37691),o=e(3338),h=o(function(){Reflect.defineProperty(f.f({},1,{value:1}),1,{value:2})});r({target:"Reflect",stat:!0,forced:h,sham:!i},{defineProperty:function(a,x,p){l(a);var y=c(x);l(p);try{return f.f(a,y,p),!0}catch(m){return!1}}})},84138:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(71256).f;r({target:"Reflect",stat:!0},{deleteProperty:function(f,o){var h=l(i(f),o);return h&&!h.configurable?!1:delete f[o]}})},37135:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(80449),c=e(71256);r({target:"Reflect",stat:!0,sham:!i},{getOwnPropertyDescriptor:function(o,h){return c.f(l(o),h)}})},6474:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(53456),c=e(4870);r({target:"Reflect",stat:!0,sham:!c},{getPrototypeOf:function(o){return l(i(o))}})},51832:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(31946),c=e(80449),f=e(60516),o=e(71256),h=e(53456);function u(a,x){var p=arguments.length<3?a:arguments[2],y,m;if(c(a)===p)return a[x];if(y=o.f(a,x),y)return f(y)?y.value:y.get===void 0?void 0:i(y.get,p);if(l(m=h(a)))return u(m,x,p)}r({target:"Reflect",stat:!0},{get:u})},40135:function(d,_,e){"use strict";var r=e(94488);r({target:"Reflect",stat:!0},{has:function(l,c){return c in l}})},7982:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(12477);r({target:"Reflect",stat:!0},{isExtensible:function(f){return i(f),l(f)}})},14893:function(d,_,e){"use strict";var r=e(94488),i=e(48662);r({target:"Reflect",stat:!0},{ownKeys:i})},49233:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(80449),c=e(13247);r({target:"Reflect",stat:!0,sham:!c},{preventExtensions:function(o){l(o);try{var h=i("Object","preventExtensions");return h&&h(o),!0}catch(u){return!1}}})},42844:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(557),c=e(58218);c&&r({target:"Reflect",stat:!0},{setPrototypeOf:function(o,h){i(o),l(h);try{return c(o,h),!0}catch(u){return!1}}})},92130:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(31946),f=e(60516),o=e(3338),h=e(37691),u=e(71256),a=e(53456),x=e(35012);function p(m,b,S){var D=arguments.length<4?m:arguments[3],R=u.f(l(m),b),A,P,M;if(!R){if(c(P=a(m)))return p(P,b,S,D);R=x(0)}if(f(R)){if(R.writable===!1||!c(D))return!1;if(A=u.f(D,b)){if(A.get||A.set||A.writable===!1)return!1;A.value=S,h.f(D,b,A)}else h.f(D,b,x(0,S))}else{if(M=R.set,M===void 0)return!1;i(M,D,S)}return!0}var y=o(function(){var m=function(){},b=h.f(new m,"a",{configurable:!0});return Reflect.set(m.prototype,"a",1,b)!==!1});r({target:"Reflect",stat:!0,forced:y},{set:p})},6536:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94573);r({global:!0},{Reflect:{}}),l(i.Reflect,"Reflect",!0)},27228:function(d,_,e){"use strict";var r=e(35454),i=e(92916),l=e(94237),c=e(20865),f=e(25576),o=e(68151),h=e(20132),u=e(80689).f,a=e(16332),x=e(44639),p=e(69905),y=e(81644),m=e(19286),b=e(44166),S=e(2291),D=e(3338),R=e(32621),A=e(94844).enforce,P=e(51996),M=e(59893),B=e(6041),N=e(51224),G=M("match"),H=i.RegExp,W=H.prototype,ae=i.SyntaxError,ne=l(W.exec),oe=l("".charAt),q=l("".replace),J=l("".indexOf),K=l("".slice),se=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,ee=/a/g,Q=/a/g,le=new H(ee)!==ee,$=m.MISSED_STICKY,j=m.UNSUPPORTED_Y,ie=r&&(!le||$||B||N||D(function(){return Q[G]=!1,H(ee)!==ee||H(Q)===Q||String(H(ee,"i"))!=="/a/i"})),me=function(Mt){for(var yt=Mt.length,kt=0,Zt="",Ft=!1,tr;kt<=yt;kt++){if(tr=oe(Mt,kt),tr==="\\"){Zt+=tr+oe(Mt,++kt);continue}!Ft&&tr==="."?Zt+="[\\s\\S]":(tr==="["?Ft=!0:tr==="]"&&(Ft=!1),Zt+=tr)}return Zt},Te=function(Mt){for(var yt=Mt.length,kt=0,Zt="",Ft=[],tr=h(null),ze=!1,wt=!1,Bt=0,nt="",_t;kt<=yt;kt++){if(_t=oe(Mt,kt),_t==="\\")_t+=oe(Mt,++kt);else if(_t==="]")ze=!1;else if(!ze)switch(!0){case _t==="[":ze=!0;break;case _t==="(":ne(se,K(Mt,kt+1))&&(kt+=2,wt=!0),Zt+=_t,Bt++;continue;case(_t===">"&&wt):if(nt===""||R(tr,nt))throw new ae("Invalid capture group name");tr[nt]=!0,Ft[Ft.length]=[nt,Bt],wt=!1,nt="";continue}wt?nt+=_t:Zt+=_t}return[Zt,Ft]};if(c("RegExp",ie)){for(var Oe=function(yt,kt){var Zt=a(W,this),Ft=x(yt),tr=kt===void 0,ze=[],wt=yt,Bt,nt,_t,ht,Je,je;if(!Zt&&Ft&&tr&&yt.constructor===Oe)return yt;if((Ft||a(W,yt))&&(yt=yt.source,tr&&(kt=y(wt))),yt=yt===void 0?"":p(yt),kt=kt===void 0?"":p(kt),wt=yt,B&&"dotAll"in ee&&(nt=!!kt&&J(kt,"s")>-1,nt&&(kt=q(kt,/s/g,""))),Bt=kt,$&&"sticky"in ee&&(_t=!!kt&&J(kt,"y")>-1,_t&&j&&(kt=q(kt,/y/g,""))),N&&(ht=Te(yt),yt=ht[0],ze=ht[1]),Je=f(H(yt,kt),Zt?this:W,Oe),(nt||_t||ze.length)&&(je=A(Je),nt&&(je.dotAll=!0,je.raw=Oe(me(yt),Bt)),_t&&(je.sticky=!0),ze.length&&(je.groups=ze)),yt!==wt)try{o(Je,"source",wt===""?"(?:)":wt)}catch(be){}return Je},Ge=u(H),Ue=0;Ge.length>Ue;)b(Oe,H,Ge[Ue++]);W.constructor=Oe,Oe.prototype=W,S(i,"RegExp",Oe,{constructor:!0})}P("RegExp")},62921:function(d,_,e){"use strict";var r=e(35454),i=e(6041),l=e(29076),c=e(64110),f=e(94844).get,o=RegExp.prototype,h=TypeError;r&&i&&c(o,"dotAll",{configurable:!0,get:function(){if(this!==o){if(l(this)==="RegExp")return!!f(this).dotAll;throw new h("Incompatible receiver, RegExp required")}}})},44001:function(d,_,e){"use strict";var r=e(94488),i=e(88736);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},92262:function(d,_,e){"use strict";var r=e(92916),i=e(35454),l=e(64110),c=e(82163),f=e(3338),o=r.RegExp,h=o.prototype,u=i&&f(function(){var a=!0;try{o(".","d")}catch(R){a=!1}var x={},p="",y=a?"dgimsy":"gimsy",m=function(R,A){Object.defineProperty(x,R,{get:function(){return p+=A,!0}})},b={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};a&&(b.hasIndices="d");for(var S in b)m(S,b[S]);var D=Object.getOwnPropertyDescriptor(h,"flags").get.call(x);return D!==y||p!==y});u&&l(h,"flags",{configurable:!0,get:c})},54744:function(d,_,e){"use strict";var r=e(35454),i=e(19286).MISSED_STICKY,l=e(29076),c=e(64110),f=e(94844).get,o=RegExp.prototype,h=TypeError;r&&i&&c(o,"sticky",{configurable:!0,get:function(){if(this!==o){if(l(this)==="RegExp")return!!f(this).sticky;throw new h("Incompatible receiver, RegExp required")}}})},38214:function(d,_,e){"use strict";e(44001);var r=e(94488),i=e(89945),l=e(55327),c=e(80449),f=e(69905),o=function(){var u=!1,a=/[ac]/;return a.exec=function(){return u=!0,/./.exec.apply(this,arguments)},a.test("abc")===!0&&u}(),h=/./.test;r({target:"RegExp",proto:!0,forced:!o},{test:function(u){var a=c(this),x=f(u),p=a.exec;if(!l(p))return i(h,a,x);var y=i(p,a,x);return y===null?!1:(c(y),!0)}})},12756:function(d,_,e){"use strict";var r=e(8090).PROPER,i=e(2291),l=e(80449),c=e(69905),f=e(3338),o=e(81644),h="toString",u=RegExp.prototype,a=u[h],x=f(function(){return a.call({source:"a",flags:"b"})!=="/a/b"}),p=r&&a.name!==h;(x||p)&&i(RegExp.prototype,h,function(){var m=l(this),b=c(m.source),S=c(o(m));return"/"+b+"/"+S},{unsafe:!0})},69772:function(d,_,e){"use strict";var r=e(48059),i=e(40942);r("Set",function(l){return function(){return l(this,arguments.length?arguments[0]:void 0)}},i)},93379:function(d,_,e){"use strict";e(69772)},34932:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("anchor")},{anchor:function(f){return i(this,"a","name",f)}})},62007:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(95955),c=e(56902),f=e(69905),o=e(3338),h=i("".charAt),u=o(function(){return"\u{20BB7}".at(-2)!=="\uD842"});r({target:"String",proto:!0,forced:u},{at:function(x){var p=f(l(this)),y=p.length,m=c(x),b=m>=0?m:y+m;return b<0||b>=y?void 0:h(p,b)}})},81046:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("big")},{big:function(){return i(this,"big","","")}})},85744:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("blink")},{blink:function(){return i(this,"blink","","")}})},13494:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("bold")},{bold:function(){return i(this,"b","","")}})},90572:function(d,_,e){"use strict";var r=e(94488),i=e(13764).codeAt;r({target:"String",proto:!0},{codePointAt:function(c){return i(this,c)}})},37343:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(71256).f,c=e(61578),f=e(69905),o=e(41696),h=e(95955),u=e(86266),a=e(16697),x=i("".endsWith),p=i("".slice),y=Math.min,m=u("endsWith"),b=!a&&!m&&!!function(){var S=l(String.prototype,"endsWith");return S&&!S.writable}();r({target:"String",proto:!0,forced:!b&&!m},{endsWith:function(D){var R=f(h(this));o(D);var A=arguments.length>1?arguments[1]:void 0,P=R.length,M=A===void 0?P:y(c(A),P),B=f(D);return x?x(R,B,M):p(R,M-B.length,M)===B}})},56338:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("fixed")},{fixed:function(){return i(this,"tt","","")}})},66755:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("fontcolor")},{fontcolor:function(f){return i(this,"font","color",f)}})},68709:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("fontsize")},{fontsize:function(f){return i(this,"font","size",f)}})},45945:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(51981),c=RangeError,f=String.fromCharCode,o=String.fromCodePoint,h=i([].join),u=!!o&&o.length!==1;r({target:"String",stat:!0,arity:1,forced:u},{fromCodePoint:function(x){for(var p=[],y=arguments.length,m=0,b;y>m;){if(b=+arguments[m++],l(b,1114111)!==b)throw new c(b+" is not a valid code point");p[m]=b<65536?f(b):f(((b-=65536)>>10)+55296,b%1024+56320)}return h(p,"")}})},75551:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(41696),c=e(95955),f=e(69905),o=e(86266),h=i("".indexOf);r({target:"String",proto:!0,forced:!o("includes")},{includes:function(a){return!!~h(f(c(this)),f(l(a)),arguments.length>1?arguments[1]:void 0)}})},32493:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(95955),c=e(69905),f=i("".charCodeAt);r({target:"String",proto:!0},{isWellFormed:function(){for(var h=c(l(this)),u=h.length,a=0;a<u;a++){var x=f(h,a);if((x&63488)===55296&&(x>=56320||++a>=u||(f(h,a)&64512)!==56320))return!1}return!0}})},4939:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("italics")},{italics:function(){return i(this,"i","","")}})},20852:function(d,_,e){"use strict";var r=e(13764).charAt,i=e(69905),l=e(94844),c=e(24019),f=e(25587),o="String Iterator",h=l.set,u=l.getterFor(o);c(String,"String",function(a){h(this,{type:o,string:i(a),index:0})},function(){var x=u(this),p=x.string,y=x.index,m;return y>=p.length?f(void 0,!0):(m=r(p,y),x.index+=m.length,f(m,!1))})},81927:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("link")},{link:function(f){return i(this,"a","href",f)}})},18827:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(34114),c=e(83126),f=e(25587),o=e(95955),h=e(61578),u=e(69905),a=e(80449),x=e(4112),p=e(29076),y=e(44639),m=e(81644),b=e(53776),S=e(2291),D=e(3338),R=e(59893),A=e(60473),P=e(52216),M=e(94338),B=e(94844),N=e(16697),G=R("matchAll"),H="RegExp String",W=H+" Iterator",ae=B.set,ne=B.getterFor(W),oe=RegExp.prototype,q=TypeError,J=l("".indexOf),K=l("".matchAll),se=!!K&&!D(function(){K("a",/./)}),ee=c(function($,j,ie,me){ae(this,{type:W,regexp:$,string:j,global:ie,unicode:me,done:!1})},H,function(){var $=ne(this);if($.done)return f(void 0,!0);var j=$.regexp,ie=$.string,me=M(j,ie);return me===null?($.done=!0,f(void 0,!0)):$.global?(u(me[0])===""&&(j.lastIndex=P(ie,h(j.lastIndex),$.unicode)),f(me,!1)):($.done=!0,f(me,!1))}),Q=function(le){var $=a(this),j=u(le),ie=A($,RegExp),me=u(m($)),Te,Oe,Ge;return Te=new ie(ie===RegExp?$.source:$,me),Oe=!!~J(me,"g"),Ge=!!~J(me,"u"),Te.lastIndex=h($.lastIndex),new ee(Te,j,Oe,Ge)};r({target:"String",proto:!0,forced:se},{matchAll:function($){var j=o(this),ie,me,Te,Oe;if(x($)){if(se)return K(j,$)}else{if(y($)&&(ie=u(o(m($))),!~J(ie,"g")))throw new q("`.matchAll` does not allow non-global regexes");if(se)return K(j,$);if(Te=b($,G),Te===void 0&&N&&p($)==="RegExp"&&(Te=Q),Te)return i(Te,$,j)}return me=u(j),Oe=new RegExp($,"g"),N?i(Q,Oe,me):Oe[G](me)}}),N||G in oe||S(oe,G,Q)},46302:function(d,_,e){"use strict";var r=e(89945),i=e(8662),l=e(80449),c=e(4112),f=e(61578),o=e(69905),h=e(95955),u=e(53776),a=e(52216),x=e(94338);i("match",function(p,y,m){return[function(S){var D=h(this),R=c(S)?void 0:u(S,p);return R?r(R,S,D):new RegExp(S)[p](o(D))},function(b){var S=l(this),D=o(b),R=m(y,S,D);if(R.done)return R.value;if(!S.global)return x(S,D);var A=S.unicode;S.lastIndex=0;for(var P=[],M=0,B;(B=x(S,D))!==null;){var N=o(B[0]);P[M]=N,N===""&&(S.lastIndex=a(D,f(S.lastIndex),A)),M++}return M===0?null:P}]})},76718:function(d,_,e){"use strict";var r=e(94488),i=e(85571).end,l=e(98352);r({target:"String",proto:!0,forced:l},{padEnd:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}})},79172:function(d,_,e){"use strict";var r=e(94488),i=e(85571).start,l=e(98352);r({target:"String",proto:!0,forced:l},{padStart:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}})},32192:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(80524),c=e(94029),f=e(69905),o=e(82762),h=i([].push),u=i([].join);r({target:"String",stat:!0},{raw:function(x){var p=l(c(x).raw),y=o(p);if(!y)return"";for(var m=arguments.length,b=[],S=0;;){if(h(b,f(p[S++])),S===y)return u(b,"");S<m&&h(b,f(arguments[S]))}}})},42828:function(d,_,e){"use strict";var r=e(94488),i=e(71049);r({target:"String",proto:!0},{repeat:i})},55629:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(94237),c=e(95955),f=e(55327),o=e(4112),h=e(44639),u=e(69905),a=e(53776),x=e(81644),p=e(23011),y=e(59893),m=e(16697),b=y("replace"),S=TypeError,D=l("".indexOf),R=l("".replace),A=l("".slice),P=Math.max,M=function(B,N,G){return G>B.length?-1:N===""?G:D(B,N,G)};r({target:"String",proto:!0},{replaceAll:function(N,G){var H=c(this),W,ae,ne,oe,q,J,K,se,ee,Q=0,le=0,$="";if(!o(N)){if(W=h(N),W&&(ae=u(c(x(N))),!~D(ae,"g")))throw new S("`.replaceAll` does not allow non-global regexes");if(ne=a(N,b),ne)return i(ne,N,H,G);if(m&&W)return R(u(H),N,G)}for(oe=u(H),q=u(N),J=f(G),J||(G=u(G)),K=q.length,se=P(1,K),Q=M(oe,q,0);Q!==-1;)ee=J?u(G(q,Q,oe)):p(q,oe,Q,[],void 0,G),$+=A(oe,le,Q)+ee,le=Q+K,Q=M(oe,q,Q+se);return le<oe.length&&($+=A(oe,le)),$}})},5658:function(d,_,e){"use strict";var r=e(13743),i=e(89945),l=e(94237),c=e(8662),f=e(3338),o=e(80449),h=e(55327),u=e(4112),a=e(56902),x=e(61578),p=e(69905),y=e(95955),m=e(52216),b=e(53776),S=e(23011),D=e(94338),R=e(59893),A=R("replace"),P=Math.max,M=Math.min,B=l([].concat),N=l([].push),G=l("".indexOf),H=l("".slice),W=function(q){return q===void 0?q:String(q)},ae=function(){return"a".replace(/./,"$0")==="$0"}(),ne=function(){return/./[A]?/./[A]("a","$0")==="":!1}(),oe=!f(function(){var q=/./;return q.exec=function(){var J=[];return J.groups={a:"7"},J},"".replace(q,"$<a>")!=="7"});c("replace",function(q,J,K){var se=ne?"$":"$0";return[function(Q,le){var $=y(this),j=u(Q)?void 0:b(Q,A);return j?i(j,Q,$,le):i(J,p($),Q,le)},function(ee,Q){var le=o(this),$=p(ee);if(typeof Q=="string"&&G(Q,se)===-1&&G(Q,"$<")===-1){var j=K(J,le,$,Q);if(j.done)return j.value}var ie=h(Q);ie||(Q=p(Q));var me=le.global,Te;me&&(Te=le.unicode,le.lastIndex=0);for(var Oe=[],Ge;Ge=D(le,$),!(Ge===null||(N(Oe,Ge),!me));){var Ue=p(Ge[0]);Ue===""&&(le.lastIndex=m($,x(le.lastIndex),Te))}for(var Mt="",yt=0,kt=0;kt<Oe.length;kt++){Ge=Oe[kt];for(var Zt=p(Ge[0]),Ft=P(M(a(Ge.index),$.length),0),tr=[],ze,wt=1;wt<Ge.length;wt++)N(tr,W(Ge[wt]));var Bt=Ge.groups;if(ie){var nt=B([Zt],tr,Ft,$);Bt!==void 0&&N(nt,Bt),ze=p(r(Q,void 0,nt))}else ze=S(Zt,$,Ft,tr,Bt,Q);Ft>=yt&&(Mt+=H($,yt,Ft)+ze,yt=Ft+Zt.length)}return Mt+H($,yt)}]},!oe||!ae||ne)},62925:function(d,_,e){"use strict";var r=e(89945),i=e(8662),l=e(80449),c=e(4112),f=e(95955),o=e(5370),h=e(69905),u=e(53776),a=e(94338);i("search",function(x,p,y){return[function(b){var S=f(this),D=c(b)?void 0:u(b,x);return D?r(D,b,S):new RegExp(b)[x](h(S))},function(m){var b=l(this),S=h(m),D=y(p,b,S);if(D.done)return D.value;var R=b.lastIndex;o(R,0)||(b.lastIndex=0);var A=a(b,S);return o(b.lastIndex,R)||(b.lastIndex=R),A===null?-1:A.index}]})},60462:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("small")},{small:function(){return i(this,"small","","")}})},9595:function(d,_,e){"use strict";var r=e(13743),i=e(89945),l=e(94237),c=e(8662),f=e(80449),o=e(4112),h=e(44639),u=e(95955),a=e(60473),x=e(52216),p=e(61578),y=e(69905),m=e(53776),b=e(71698),S=e(94338),D=e(88736),R=e(19286),A=e(3338),P=R.UNSUPPORTED_Y,M=4294967295,B=Math.min,N=[].push,G=l(/./.exec),H=l(N),W=l("".slice),ae=!A(function(){var ne=/(?:)/,oe=ne.exec;ne.exec=function(){return oe.apply(this,arguments)};var q="ab".split(ne);return q.length!==2||q[0]!=="a"||q[1]!=="b"});c("split",function(ne,oe,q){var J;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?J=function(K,se){var ee=y(u(this)),Q=se===void 0?M:se>>>0;if(Q===0)return[];if(K===void 0)return[ee];if(!h(K))return i(oe,ee,K,Q);for(var le=[],$=(K.ignoreCase?"i":"")+(K.multiline?"m":"")+(K.unicode?"u":"")+(K.sticky?"y":""),j=0,ie=new RegExp(K.source,$+"g"),me,Te,Oe;(me=i(D,ie,ee))&&(Te=ie.lastIndex,!(Te>j&&(H(le,W(ee,j,me.index)),me.length>1&&me.index<ee.length&&r(N,le,b(me,1)),Oe=me[0].length,j=Te,le.length>=Q)));)ie.lastIndex===me.index&&ie.lastIndex++;return j===ee.length?(Oe||!G(ie,""))&&H(le,""):H(le,W(ee,j)),le.length>Q?b(le,0,Q):le}:"0".split(void 0,0).length?J=function(K,se){return K===void 0&&se===0?[]:i(oe,this,K,se)}:J=oe,[function(se,ee){var Q=u(this),le=o(se)?void 0:m(se,ne);return le?i(le,se,Q,ee):i(J,y(Q),se,ee)},function(K,se){var ee=f(this),Q=y(K),le=q(J,ee,Q,se,J!==oe);if(le.done)return le.value;var $=a(ee,RegExp),j=ee.unicode,ie=(ee.ignoreCase?"i":"")+(ee.multiline?"m":"")+(ee.unicode?"u":"")+(P?"g":"y"),me=new $(P?"^(?:"+ee.source+")":ee,ie),Te=se===void 0?M:se>>>0;if(Te===0)return[];if(Q.length===0)return S(me,Q)===null?[Q]:[];for(var Oe=0,Ge=0,Ue=[];Ge<Q.length;){me.lastIndex=P?0:Ge;var Mt=S(me,P?W(Q,Ge):Q),yt;if(Mt===null||(yt=B(p(me.lastIndex+(P?Ge:0)),Q.length))===Oe)Ge=x(Q,Ge,j);else{if(H(Ue,W(Q,Oe,Ge)),Ue.length===Te)return Ue;for(var kt=1;kt<=Mt.length-1;kt++)if(H(Ue,Mt[kt]),Ue.length===Te)return Ue;Ge=Oe=yt}}return H(Ue,W(Q,Oe)),Ue}]},!ae,P)},58127:function(d,_,e){"use strict";var r=e(94488),i=e(34114),l=e(71256).f,c=e(61578),f=e(69905),o=e(41696),h=e(95955),u=e(86266),a=e(16697),x=i("".startsWith),p=i("".slice),y=Math.min,m=u("startsWith"),b=!a&&!m&&!!function(){var S=l(String.prototype,"startsWith");return S&&!S.writable}();r({target:"String",proto:!0,forced:!b&&!m},{startsWith:function(D){var R=f(h(this));o(D);var A=c(y(arguments.length>1?arguments[1]:void 0,R.length)),P=f(D);return x?x(R,P,A):p(R,A,A+P.length)===P}})},72571:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("strike")},{strike:function(){return i(this,"strike","","")}})},71200:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("sub")},{sub:function(){return i(this,"sub","","")}})},70917:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(95955),c=e(56902),f=e(69905),o=i("".slice),h=Math.max,u=Math.min,a=!"".substr||"ab".substr(-1)!=="b";r({target:"String",proto:!0,forced:a},{substr:function(p,y){var m=f(l(this)),b=m.length,S=c(p),D,R;return S===1/0&&(S=0),S<0&&(S=h(b+S,0)),D=y===void 0?b:c(y),D<=0||D===1/0?"":(R=u(S+D,b),S>=R?"":o(m,S,R))}})},85767:function(d,_,e){"use strict";var r=e(94488),i=e(95994),l=e(17691);r({target:"String",proto:!0,forced:l("sup")},{sup:function(){return i(this,"sup","","")}})},53427:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(94237),c=e(95955),f=e(69905),o=e(3338),h=Array,u=l("".charAt),a=l("".charCodeAt),x=l([].join),p="".toWellFormed,y="\uFFFD",m=p&&o(function(){return i(p,1)!=="1"});r({target:"String",proto:!0,forced:m},{toWellFormed:function(){var S=f(c(this));if(m)return i(p,S);for(var D=S.length,R=h(D),A=0;A<D;A++){var P=a(S,A);(P&63488)!==55296?R[A]=u(S,A):P>=56320||A+1>=D||(a(S,A+1)&64512)!==56320?R[A]=y:(R[A]=u(S,A),R[++A]=u(S,A))}return x(R,"")}})},49257:function(d,_,e){"use strict";e(20189);var r=e(94488),i=e(9591);r({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==i},{trimEnd:i})},93980:function(d,_,e){"use strict";var r=e(94488),i=e(27374);r({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==i},{trimLeft:i})},20189:function(d,_,e){"use strict";var r=e(94488),i=e(9591);r({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==i},{trimRight:i})},72910:function(d,_,e){"use strict";e(93980);var r=e(94488),i=e(27374);r({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==i},{trimStart:i})},70878:function(d,_,e){"use strict";var r=e(94488),i=e(52971).trim,l=e(18105);r({target:"String",proto:!0,forced:l("trim")},{trim:function(){return i(this)}})},64003:function(d,_,e){"use strict";var r=e(94674);r("asyncIterator")},39161:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(89945),c=e(94237),f=e(16697),o=e(35454),h=e(42820),u=e(3338),a=e(32621),x=e(16332),p=e(80449),y=e(80524),m=e(17818),b=e(69905),S=e(35012),D=e(20132),R=e(7733),A=e(80689),P=e(53393),M=e(92635),B=e(71256),N=e(37691),G=e(55666),H=e(27597),W=e(2291),ae=e(64110),ne=e(77898),oe=e(11898),q=e(54406),J=e(6145),K=e(59893),se=e(38282),ee=e(94674),Q=e(14311),le=e(94573),$=e(94844),j=e(90560).forEach,ie=oe("hidden"),me="Symbol",Te="prototype",Oe=$.set,Ge=$.getterFor(me),Ue=Object[Te],Mt=i.Symbol,yt=Mt&&Mt[Te],kt=i.RangeError,Zt=i.TypeError,Ft=i.QObject,tr=B.f,ze=N.f,wt=P.f,Bt=H.f,nt=c([].push),_t=ne("symbols"),ht=ne("op-symbols"),Je=ne("wks"),je=!Ft||!Ft[Te]||!Ft[Te].findChild,be=function(rt,Yt,Lt){var Wt=tr(Ue,Yt);Wt&&delete Ue[Yt],ze(rt,Yt,Lt),Wt&&rt!==Ue&&ze(Ue,Yt,Wt)},Le=o&&u(function(){return D(ze({},"a",{get:function(){return ze(this,"a",{value:7}).a}})).a!==7})?be:ze,Ke=function(rt,Yt){var Lt=_t[rt]=D(yt);return Oe(Lt,{type:me,tag:rt,description:Yt}),o||(Lt.description=Yt),Lt},He=function(Yt,Lt,Wt){Yt===Ue&&He(ht,Lt,Wt),p(Yt);var Ht=m(Lt);return p(Wt),a(_t,Ht)?(Wt.enumerable?(a(Yt,ie)&&Yt[ie][Ht]&&(Yt[ie][Ht]=!1),Wt=D(Wt,{enumerable:S(0,!1)})):(a(Yt,ie)||ze(Yt,ie,S(1,{})),Yt[ie][Ht]=!0),Le(Yt,Ht,Wt)):ze(Yt,Ht,Wt)},Xe=function(Yt,Lt){p(Yt);var Wt=y(Lt),Ht=R(Wt).concat(Me(Wt));return j(Ht,function(ir){(!o||l(bt,Wt,ir))&&He(Yt,ir,Wt[ir])}),Yt},pt=function(Yt,Lt){return Lt===void 0?D(Yt):Xe(D(Yt),Lt)},bt=function(Yt){var Lt=m(Yt),Wt=l(Bt,this,Lt);return this===Ue&&a(_t,Lt)&&!a(ht,Lt)?!1:Wt||!a(this,Lt)||!a(_t,Lt)||a(this,ie)&&this[ie][Lt]?Wt:!0},rr=function(Yt,Lt){var Wt=y(Yt),Ht=m(Lt);if(!(Wt===Ue&&a(_t,Ht)&&!a(ht,Ht))){var ir=tr(Wt,Ht);return ir&&a(_t,Ht)&&!(a(Wt,ie)&&Wt[ie][Ht])&&(ir.enumerable=!0),ir}},Jt=function(Yt){var Lt=wt(y(Yt)),Wt=[];return j(Lt,function(Ht){!a(_t,Ht)&&!a(q,Ht)&&nt(Wt,Ht)}),Wt},Me=function(rt){var Yt=rt===Ue,Lt=wt(Yt?ht:y(rt)),Wt=[];return j(Lt,function(Ht){a(_t,Ht)&&(!Yt||a(Ue,Ht))&&nt(Wt,_t[Ht])}),Wt};h||(Mt=function(){if(x(yt,this))throw new Zt("Symbol is not a constructor");var Yt=!arguments.length||arguments[0]===void 0?void 0:b(arguments[0]),Lt=J(Yt),Wt=function(Ht){var ir=this===void 0?i:this;ir===Ue&&l(Wt,ht,Ht),a(ir,ie)&&a(ir[ie],Lt)&&(ir[ie][Lt]=!1);var Gt=S(1,Ht);try{Le(ir,Lt,Gt)}catch(Ie){if(!(Ie instanceof kt))throw Ie;be(ir,Lt,Gt)}};return o&&je&&Le(Ue,Lt,{configurable:!0,set:Wt}),Ke(Lt,Yt)},yt=Mt[Te],W(yt,"toString",function(){return Ge(this).tag}),W(Mt,"withoutSetter",function(rt){return Ke(J(rt),rt)}),H.f=bt,N.f=He,G.f=Xe,B.f=rr,A.f=P.f=Jt,M.f=Me,se.f=function(rt){return Ke(K(rt),rt)},o&&(ae(yt,"description",{configurable:!0,get:function(){return Ge(this).description}}),f||W(Ue,"propertyIsEnumerable",bt,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!h,sham:!h},{Symbol:Mt}),j(R(Je),function(rt){ee(rt)}),r({target:me,stat:!0,forced:!h},{useSetter:function(){je=!0},useSimple:function(){je=!1}}),r({target:"Object",stat:!0,forced:!h,sham:!o},{create:pt,defineProperty:He,defineProperties:Xe,getOwnPropertyDescriptor:rr}),r({target:"Object",stat:!0,forced:!h},{getOwnPropertyNames:Jt}),Q(),le(Mt,me),q[ie]=!0},44852:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(92916),c=e(94237),f=e(32621),o=e(55327),h=e(16332),u=e(69905),a=e(64110),x=e(24538),p=l.Symbol,y=p&&p.prototype;if(i&&o(p)&&(!("description"in y)||p().description!==void 0)){var m={},b=function(){var N=arguments.length<1||arguments[0]===void 0?void 0:u(arguments[0]),G=h(y,this)?new p(N):N===void 0?p():p(N);return N===""&&(m[G]=!0),G};x(b,p),b.prototype=y,y.constructor=b;var S=String(p("description detection"))==="Symbol(description detection)",D=c(y.valueOf),R=c(y.toString),A=/^Symbol\((.*)\)[^)]+$/,P=c("".replace),M=c("".slice);a(y,"description",{configurable:!0,get:function(){var N=D(this);if(f(m,N))return"";var G=R(N),H=S?M(G,7,-1):P(G,A,"$1");return H===""?void 0:H}}),r({global:!0,constructor:!0,forced:!0},{Symbol:b})}},54524:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(32621),c=e(69905),f=e(77898),o=e(60798),h=f("string-to-symbol-registry"),u=f("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!o},{for:function(a){var x=c(a);if(l(h,x))return h[x];var p=i("Symbol")(x);return h[x]=p,u[p]=x,p}})},17898:function(d,_,e){"use strict";var r=e(94674);r("hasInstance")},40902:function(d,_,e){"use strict";var r=e(94674);r("isConcatSpreadable")},2259:function(d,_,e){"use strict";var r=e(94674);r("iterator")},68557:function(d,_,e){"use strict";e(39161),e(54524),e(32340),e(54226),e(67936)},32340:function(d,_,e){"use strict";var r=e(94488),i=e(32621),l=e(18446),c=e(40593),f=e(77898),o=e(60798),h=f("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!o},{keyFor:function(a){if(!l(a))throw new TypeError(c(a)+" is not a symbol");if(i(h,a))return h[a]}})},69811:function(d,_,e){"use strict";var r=e(94674);r("matchAll")},14589:function(d,_,e){"use strict";var r=e(94674);r("match")},18114:function(d,_,e){"use strict";var r=e(94674);r("replace")},23844:function(d,_,e){"use strict";var r=e(94674);r("search")},39581:function(d,_,e){"use strict";var r=e(94674);r("species")},40632:function(d,_,e){"use strict";var r=e(94674);r("split")},22690:function(d,_,e){"use strict";var r=e(94674),i=e(14311);r("toPrimitive"),i()},7786:function(d,_,e){"use strict";var r=e(65911),i=e(94674),l=e(94573);i("toStringTag"),l(r("Symbol"),"Symbol")},99062:function(d,_,e){"use strict";var r=e(94674);r("unscopables")},35246:function(d,_,e){"use strict";var r=e(58261),i=e(82762),l=e(56902),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("at",function(h){var u=c(this),a=i(u),x=l(h),p=x>=0?x:a+x;return p<0||p>=a?void 0:u[p]})},83470:function(d,_,e){"use strict";var r=e(94237),i=e(58261),l=e(92670),c=r(l),f=i.aTypedArray,o=i.exportTypedArrayMethod;o("copyWithin",function(u,a){return c(f(this),u,a,arguments.length>2?arguments[2]:void 0)})},79641:function(d,_,e){"use strict";var r=e(58261),i=e(90560).every,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("every",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},72397:function(d,_,e){"use strict";var r=e(58261),i=e(75202),l=e(93303),c=e(97607),f=e(89945),o=e(94237),h=e(3338),u=r.aTypedArray,a=r.exportTypedArrayMethod,x=o("".slice),p=h(function(){var y=0;return new Int8Array(2).fill({valueOf:function(){return y++}}),y!==1});a("fill",function(m){var b=arguments.length;u(this);var S=x(c(this),0,3)==="Big"?l(m):+m;return f(i,this,S,b>1?arguments[1]:void 0,b>2?arguments[2]:void 0)},p)},24860:function(d,_,e){"use strict";var r=e(58261),i=e(90560).filter,l=e(27607),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("filter",function(h){var u=i(c(this),h,arguments.length>1?arguments[1]:void 0);return l(this,u)})},56233:function(d,_,e){"use strict";var r=e(58261),i=e(90560).findIndex,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("findIndex",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},64344:function(d,_,e){"use strict";var r=e(58261),i=e(53279).findLastIndex,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("findLastIndex",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},59419:function(d,_,e){"use strict";var r=e(58261),i=e(53279).findLast,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("findLast",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},19320:function(d,_,e){"use strict";var r=e(58261),i=e(90560).find,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("find",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},84432:function(d,_,e){"use strict";var r=e(69733);r("Float32",function(i){return function(c,f,o){return i(this,c,f,o)}})},59022:function(d,_,e){"use strict";var r=e(69733);r("Float64",function(i){return function(c,f,o){return i(this,c,f,o)}})},5316:function(d,_,e){"use strict";var r=e(58261),i=e(90560).forEach,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("forEach",function(o){i(l(this),o,arguments.length>1?arguments[1]:void 0)})},93744:function(d,_,e){"use strict";var r=e(59627),i=e(58261).exportTypedArrayStaticMethod,l=e(50706);i("from",l,r)},19299:function(d,_,e){"use strict";var r=e(58261),i=e(22999).includes,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("includes",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},15286:function(d,_,e){"use strict";var r=e(58261),i=e(22999).indexOf,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("indexOf",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},51054:function(d,_,e){"use strict";var r=e(69733);r("Int16",function(i){return function(c,f,o){return i(this,c,f,o)}})},60330:function(d,_,e){"use strict";var r=e(69733);r("Int32",function(i){return function(c,f,o){return i(this,c,f,o)}})},19363:function(d,_,e){"use strict";var r=e(69733);r("Int8",function(i){return function(c,f,o){return i(this,c,f,o)}})},91927:function(d,_,e){"use strict";var r=e(92916),i=e(3338),l=e(94237),c=e(58261),f=e(11005),o=e(59893),h=o("iterator"),u=r.Uint8Array,a=l(f.values),x=l(f.keys),p=l(f.entries),y=c.aTypedArray,m=c.exportTypedArrayMethod,b=u&&u.prototype,S=!i(function(){b[h].call([1])}),D=!!b&&b.values&&b[h]===b.values&&b.values.name==="values",R=function(){return a(y(this))};m("entries",function(){return p(y(this))},S),m("keys",function(){return x(y(this))},S),m("values",R,S||!D,{name:"values"}),m(h,R,S||!D,{name:"values"})},27730:function(d,_,e){"use strict";var r=e(58261),i=e(94237),l=r.aTypedArray,c=r.exportTypedArrayMethod,f=i([].join);c("join",function(h){return f(l(this),h)})},58707:function(d,_,e){"use strict";var r=e(58261),i=e(13743),l=e(55009),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("lastIndexOf",function(h){var u=arguments.length;return i(l,c(this),u>1?[h,arguments[1]]:[h])})},41356:function(d,_,e){"use strict";var r=e(58261),i=e(90560).map,l=e(31384),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("map",function(h){return i(c(this),h,arguments.length>1?arguments[1]:void 0,function(u,a){return new(l(u))(a)})})},51606:function(d,_,e){"use strict";var r=e(58261),i=e(59627),l=r.aTypedArrayConstructor,c=r.exportTypedArrayStaticMethod;c("of",function(){for(var o=0,h=arguments.length,u=new(l(this))(h);h>o;)u[o]=arguments[o++];return u},i)},38458:function(d,_,e){"use strict";var r=e(58261),i=e(16370).right,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("reduceRight",function(o){var h=arguments.length;return i(l(this),o,h,h>1?arguments[1]:void 0)})},8966:function(d,_,e){"use strict";var r=e(58261),i=e(16370).left,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("reduce",function(o){var h=arguments.length;return i(l(this),o,h,h>1?arguments[1]:void 0)})},71957:function(d,_,e){"use strict";var r=e(58261),i=r.aTypedArray,l=r.exportTypedArrayMethod,c=Math.floor;l("reverse",function(){for(var o=this,h=i(o).length,u=c(h/2),a=0,x;a<u;)x=o[a],o[a++]=o[--h],o[h]=x;return o})},89466:function(d,_,e){"use strict";var r=e(92916),i=e(89945),l=e(58261),c=e(82762),f=e(64135),o=e(94029),h=e(3338),u=r.RangeError,a=r.Int8Array,x=a&&a.prototype,p=x&&x.set,y=l.aTypedArray,m=l.exportTypedArrayMethod,b=!h(function(){var D=new Uint8ClampedArray(2);return i(p,D,{length:1,0:3},1),D[1]!==3}),S=b&&l.NATIVE_ARRAY_BUFFER_VIEWS&&h(function(){var D=new a(2);return D.set(1),D.set("2",1),D[0]!==0||D[1]!==2});m("set",function(R){y(this);var A=f(arguments.length>1?arguments[1]:void 0,1),P=o(R);if(b)return i(p,this,P,A);var M=this.length,B=c(P),N=0;if(B+A>M)throw new u("Wrong length");for(;N<B;)this[A+N]=P[N++]},!b||S)},69653:function(d,_,e){"use strict";var r=e(58261),i=e(31384),l=e(3338),c=e(30867),f=r.aTypedArray,o=r.exportTypedArrayMethod,h=l(function(){new Int8Array(1).slice()});o("slice",function(a,x){for(var p=c(f(this),a,x),y=i(this),m=0,b=p.length,S=new y(b);b>m;)S[m]=p[m++];return S},h)},96519:function(d,_,e){"use strict";var r=e(58261),i=e(90560).some,l=r.aTypedArray,c=r.exportTypedArrayMethod;c("some",function(o){return i(l(this),o,arguments.length>1?arguments[1]:void 0)})},95576:function(d,_,e){"use strict";var r=e(92916),i=e(34114),l=e(3338),c=e(63335),f=e(63668),o=e(58261),h=e(78177),u=e(17687),a=e(46573),x=e(19684),p=o.aTypedArray,y=o.exportTypedArrayMethod,m=r.Uint16Array,b=m&&i(m.prototype.sort),S=!!b&&!(l(function(){b(new m(2),null)})&&l(function(){b(new m(2),{})})),D=!!b&&!l(function(){if(a)return a<74;if(h)return h<67;if(u)return!0;if(x)return x<602;var A=new m(516),P=Array(516),M,B;for(M=0;M<516;M++)B=M%4,A[M]=515-M,P[M]=M-2*B+3;for(b(A,function(N,G){return(N/4|0)-(G/4|0)}),M=0;M<516;M++)if(A[M]!==P[M])return!0}),R=function(A){return function(P,M){return A!==void 0?+A(P,M)||0:M!==M?-1:P!==P?1:P===0&&M===0?1/P>0&&1/M<0?1:-1:P>M}};y("sort",function(P){return P!==void 0&&c(P),D?b(this,P):f(p(this),R(P))},!D||S)},63079:function(d,_,e){"use strict";var r=e(58261),i=e(61578),l=e(51981),c=e(31384),f=r.aTypedArray,o=r.exportTypedArrayMethod;o("subarray",function(u,a){var x=f(this),p=x.length,y=l(u,p),m=c(x);return new m(x.buffer,x.byteOffset+y*x.BYTES_PER_ELEMENT,i((a===void 0?p:l(a,p))-y))})},8995:function(d,_,e){"use strict";var r=e(92916),i=e(13743),l=e(58261),c=e(3338),f=e(30867),o=r.Int8Array,h=l.aTypedArray,u=l.exportTypedArrayMethod,a=[].toLocaleString,x=!!o&&c(function(){a.call(new o(1))}),p=c(function(){return[1,2].toLocaleString()!==new o([1,2]).toLocaleString()})||!c(function(){o.prototype.toLocaleString.call([1,2])});u("toLocaleString",function(){return i(a,x?f(h(this)):h(this),f(arguments))},p)},23080:function(d,_,e){"use strict";var r=e(85903),i=e(58261),l=i.aTypedArray,c=i.exportTypedArrayMethod,f=i.getTypedArrayConstructor;c("toReversed",function(){return r(l(this),f(this))})},74701:function(d,_,e){"use strict";var r=e(58261),i=e(94237),l=e(63335),c=e(69478),f=r.aTypedArray,o=r.getTypedArrayConstructor,h=r.exportTypedArrayMethod,u=i(r.TypedArrayPrototype.sort);h("toSorted",function(x){x!==void 0&&l(x);var p=f(this),y=c(o(p),p);return u(y,x)})},91809:function(d,_,e){"use strict";var r=e(58261).exportTypedArrayMethod,i=e(3338),l=e(92916),c=e(94237),f=l.Uint8Array,o=f&&f.prototype||{},h=[].toString,u=c([].join);i(function(){h.call({})})&&(h=function(){return u(this)});var a=o.toString!==h;r("toString",h,a)},64336:function(d,_,e){"use strict";var r=e(69733);r("Uint16",function(i){return function(c,f,o){return i(this,c,f,o)}})},63914:function(d,_,e){"use strict";var r=e(69733);r("Uint32",function(i){return function(c,f,o){return i(this,c,f,o)}})},55234:function(d,_,e){"use strict";var r=e(69733);r("Uint8",function(i){return function(c,f,o){return i(this,c,f,o)}})},88104:function(d,_,e){"use strict";var r=e(69733);r("Uint8",function(i){return function(c,f,o){return i(this,c,f,o)}},!0)},77517:function(d,_,e){"use strict";var r=e(82041),i=e(58261),l=e(75406),c=e(56902),f=e(93303),o=i.aTypedArray,h=i.getTypedArrayConstructor,u=i.exportTypedArrayMethod,a=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(x){return x===8}}();u("with",function(x,p){var y=o(this),m=c(x),b=l(y)?f(p):+p;return r(y,h(y),m,b)},!a)},30149:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(69905),c=String.fromCharCode,f=i("".charAt),o=i(/./.exec),h=i("".slice),u=/^[\da-f]{2}$/i,a=/^[\da-f]{4}$/i;r({global:!0},{unescape:function(p){for(var y=l(p),m="",b=y.length,S=0,D,R;S<b;){if(D=f(y,S++),D==="%"){if(f(y,S)==="u"){if(R=h(y,S+1,S+5),o(a,R)){m+=c(parseInt(R,16)),S+=5;continue}}else if(R=h(y,S,S+2),o(u,R)){m+=c(parseInt(R,16)),S+=2;continue}}m+=D}return m}})},58453:function(d,_,e){"use strict";var r=e(13247),i=e(92916),l=e(94237),c=e(66477),f=e(2074),o=e(48059),h=e(39656),u=e(31946),a=e(94844).enforce,x=e(3338),p=e(40115),y=Object,m=Array.isArray,b=y.isExtensible,S=y.isFrozen,D=y.isSealed,R=y.freeze,A=y.seal,P={},M={},B=!i.ActiveXObject&&"ActiveXObject"in i,N,G=function(K){return function(){return K(this,arguments.length?arguments[0]:void 0)}},H=o("WeakMap",G,h),W=H.prototype,ae=l(W.set),ne=function(){return r&&x(function(){var K=R([]);return ae(new H,K,1),!S(K)})};if(p)if(B){N=h.getConstructor(G,"WeakMap",!0),f.enable();var oe=l(W.delete),q=l(W.has),J=l(W.get);c(W,{delete:function(K){if(u(K)&&!b(K)){var se=a(this);return se.frozen||(se.frozen=new N),oe(this,K)||se.frozen.delete(K)}return oe(this,K)},has:function(se){if(u(se)&&!b(se)){var ee=a(this);return ee.frozen||(ee.frozen=new N),q(this,se)||ee.frozen.has(se)}return q(this,se)},get:function(se){if(u(se)&&!b(se)){var ee=a(this);return ee.frozen||(ee.frozen=new N),q(this,se)?J(this,se):ee.frozen.get(se)}return J(this,se)},set:function(se,ee){if(u(se)&&!b(se)){var Q=a(this);Q.frozen||(Q.frozen=new N),q(this,se)?ae(this,se,ee):Q.frozen.set(se,ee)}else ae(this,se,ee);return this}})}else ne()&&c(W,{set:function(se,ee){var Q;return m(se)&&(S(se)?Q=P:D(se)&&(Q=M)),ae(this,se,ee),Q===P&&R(se),Q===M&&A(se),this}})},55410:function(d,_,e){"use strict";e(58453)},65092:function(d,_,e){"use strict";var r=e(48059),i=e(39656);r("WeakSet",function(l){return function(){return l(this,arguments.length?arguments[0]:void 0)}},i)},46161:function(d,_,e){"use strict";e(65092)},88900:function(d,_,e){"use strict";var r=e(35454),i=e(64110),l=e(93683),c=ArrayBuffer.prototype;r&&!("detached"in c)&&i(c,"detached",{configurable:!0,get:function(){return l(this)}})},81138:function(d,_,e){"use strict";var r=e(94488),i=e(39760);i&&r({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return i(this,arguments.length?arguments[0]:void 0,!1)}})},54815:function(d,_,e){"use strict";var r=e(94488),i=e(39760);i&&r({target:"ArrayBuffer",proto:!0},{transfer:function(){return i(this,arguments.length?arguments[0]:void 0,!0)}})},2722:function(d,_,e){"use strict";var r=e(94488),i=e(90560).filterReject,l=e(81181);r({target:"Array",proto:!0,forced:!0},{filterOut:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("filterOut")},55885:function(d,_,e){"use strict";var r=e(94488),i=e(90560).filterReject,l=e(81181);r({target:"Array",proto:!0,forced:!0},{filterReject:function(f){return i(this,f,arguments.length>1?arguments[1]:void 0)}}),l("filterReject")},91130:function(d,_,e){"use strict";var r=e(94488),i=e(32278);r({target:"Array",stat:!0},{fromAsync:i})},64963:function(d,_,e){"use strict";var r=e(94488),i=e(45601),l=e(81181),c=e(33940),f=e(16697);r({target:"Array",proto:!0,name:"groupToMap",forced:f||!i("groupByToMap")},{groupByToMap:c}),l("groupByToMap")},8604:function(d,_,e){"use strict";var r=e(94488),i=e(36444),l=e(45601),c=e(81181);r({target:"Array",proto:!0,forced:!l("groupBy")},{groupBy:function(o){var h=arguments.length>1?arguments[1]:void 0;return i(this,o,h)}}),c("groupBy")},25178:function(d,_,e){"use strict";var r=e(94488),i=e(81181),l=e(33940),c=e(16697);r({target:"Array",proto:!0,forced:c},{groupToMap:l}),i("groupToMap")},39034:function(d,_,e){"use strict";var r=e(94488),i=e(36444),l=e(81181);r({target:"Array",proto:!0},{group:function(f){var o=arguments.length>1?arguments[1]:void 0;return i(this,f,o)}}),l("group")},1905:function(d,_,e){"use strict";var r=e(94488),i=e(18589),l=Object.isFrozen,c=function(f,o){if(!l||!i(f)||!l(f))return!1;for(var h=0,u=f.length,a;h<u;)if(a=f[h++],!(typeof a=="string"||o&&a===void 0))return!1;return u!==0};r({target:"Array",stat:!0,sham:!0,forced:!0},{isTemplateObject:function(o){if(!c(o,!0))return!1;var h=o.raw;return h.length===o.length&&c(h,!1)}})},94306:function(d,_,e){"use strict";var r=e(35454),i=e(81181),l=e(94029),c=e(82762),f=e(64110);r&&(f(Array.prototype,"lastIndex",{configurable:!0,get:function(){var h=l(this),u=c(h);return u===0?0:u-1}}),i("lastIndex"))},11762:function(d,_,e){"use strict";var r=e(35454),i=e(81181),l=e(94029),c=e(82762),f=e(64110);r&&(f(Array.prototype,"lastItem",{configurable:!0,get:function(){var h=l(this),u=c(h);return u===0?void 0:h[u-1]},set:function(h){var u=l(this),a=c(u);return u[a===0?0:a-1]=h}}),i("lastItem"))},93164:function(d,_,e){"use strict";var r=e(94488),i=e(81181),l=e(65621);r({target:"Array",proto:!0,forced:!0},{uniqueBy:l}),i("uniqueBy")},37252:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(65911),c=e(63335),f=e(56472),o=e(2291),h=e(66477),u=e(64110),a=e(59893),x=e(94844),p=e(5978),y=l("Promise"),m=l("SuppressedError"),b=ReferenceError,S=a("asyncDispose"),D=a("toStringTag"),R="AsyncDisposableStack",A=x.set,P=x.getterFor(R),M="async-dispose",B="disposed",N="pending",G=function(ae){var ne=P(ae);if(ne.state===B)throw new b(R+" already disposed");return ne},H=function(){A(f(this,W),{type:R,state:N,stack:[]}),i||(this.disposed=!1)},W=H.prototype;h(W,{disposeAsync:function(){var ne=this;return new y(function(oe,q){var J=P(ne);if(J.state===B)return oe(void 0);J.state=B,i||(ne.disposed=!0);var K=J.stack,se=K.length,ee=!1,Q,le=function(j){ee?Q=new m(j,Q):(ee=!0,Q=j),$()},$=function(){if(se){var j=K[--se];K[se]=null;try{y.resolve(j()).then($,le)}catch(ie){le(ie)}}else J.stack=null,ee?q(Q):oe(void 0)};$()})},use:function(ne){return p(G(this),ne,M),ne},adopt:function(ne,oe){var q=G(this);return c(oe),p(q,void 0,M,function(){return oe(ne)}),ne},defer:function(ne){var oe=G(this);c(ne),p(oe,void 0,M,ne)},move:function(){var ne=G(this),oe=new H;return P(oe).stack=ne.stack,ne.stack=[],ne.state=B,i||(this.disposed=!0),oe}}),i&&u(W,"disposed",{configurable:!0,get:function(){return P(this).state===B}}),o(W,S,W.disposeAsync,{name:"disposeAsync"}),o(W,D,R,{nonWritable:!0}),r({global:!0,constructor:!0},{AsyncDisposableStack:H})},48966:function(d,_,e){"use strict";var r=e(94488),i=e(34535);r({target:"AsyncIterator",name:"indexed",proto:!0,real:!0,forced:!0},{asIndexedPairs:i})},13015:function(d,_,e){"use strict";var r=e(89945),i=e(2291),l=e(65911),c=e(53776),f=e(32621),o=e(59893),h=e(14052),u=o("asyncDispose"),a=l("Promise");f(h,u)||i(h,u,function(){var x=this;return new a(function(p,y){var m=c(x,"return");m?a.resolve(r(m,x)).then(function(){p(void 0)},y):p(void 0)})})},81673:function(d,_,e){"use strict";var r=e(94488),i=e(56472),l=e(53456),c=e(68151),f=e(32621),o=e(59893),h=e(14052),u=e(16697),a=o("toStringTag"),x=TypeError,p=function(){if(i(this,h),l(this)===h)throw new x("Abstract class AsyncIterator not directly constructable")};p.prototype=h,f(h,a)||c(h,a,"AsyncIterator"),(u||!f(h,"constructor")||h.constructor===Object)&&c(h,"constructor",p),r({global:!0,constructor:!0,forced:u},{AsyncIterator:p})},78527:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(31342),u=e(25587),a=e(16697),x=h(function(p){var y=this;return new p(function(m,b){var S=function(R){y.done=!0,b(R)},D=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--,D()):m(u(R.value,!1))}catch(A){S(A)}},S)}catch(R){S(R)}};D()})});r({target:"AsyncIterator",proto:!0,real:!0,forced:a},{drop:function(y){l(this);var m=o(f(+y));return new x(c(this),{remaining:m})}})},20511:function(d,_,e){"use strict";var r=e(94488),i=e(55266).every;r({target:"AsyncIterator",proto:!0,real:!0},{every:function(c){return i(this,c)}})},78366:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(31946),o=e(10731),h=e(31342),u=e(25587),a=e(28255),x=e(16697),p=h(function(y){var m=this,b=m.iterator,S=m.predicate;return new y(function(D,R){var A=function(B){m.done=!0,R(B)},P=function(B){a(b,A,B,A)},M=function(){try{y.resolve(c(i(m.next,b))).then(function(B){try{if(c(B).done)m.done=!0,D(u(void 0,!0));else{var N=B.value;try{var G=S(N,m.counter++),H=function(W){W?D(u(N,!1)):M()};f(G)?y.resolve(G).then(H,P):H(G)}catch(W){P(W)}}}catch(W){A(W)}},A)}catch(B){A(B)}};M()})});r({target:"AsyncIterator",proto:!0,real:!0,forced:x},{filter:function(m){return c(this),l(m),new p(o(this),{predicate:m})}})},27427:function(d,_,e){"use strict";var r=e(94488),i=e(55266).find;r({target:"AsyncIterator",proto:!0,real:!0},{find:function(c){return i(this,c)}})},43890:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(31946),o=e(10731),h=e(31342),u=e(25587),a=e(38116),x=e(28255),p=e(16697),y=h(function(m){var b=this,S=b.iterator,D=b.mapper;return new m(function(R,A){var P=function(G){b.done=!0,A(G)},M=function(G){x(S,P,G,P)},B=function(){try{m.resolve(c(i(b.next,S))).then(function(G){try{if(c(G).done)b.done=!0,R(u(void 0,!0));else{var H=G.value;try{var W=D(H,b.counter++),ae=function(ne){try{b.inner=a(ne),N()}catch(oe){M(oe)}};f(W)?m.resolve(W).then(ae,M):ae(W)}catch(ne){M(ne)}}}catch(ne){P(ne)}},P)}catch(G){P(G)}},N=function(){var G=b.inner;if(G)try{m.resolve(c(i(G.next,G.iterator))).then(function(H){try{c(H).done?(b.inner=null,B()):R(u(H.value,!1))}catch(W){M(W)}},M)}catch(H){M(H)}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,_,e){"use strict";var r=e(94488),i=e(55266).forEach;r({target:"AsyncIterator",proto:!0,real:!0},{forEach:function(c){return i(this,c)}})},71361:function(d,_,e){"use strict";var r=e(94488),i=e(94029),l=e(16332),c=e(38116),f=e(14052),o=e(80025),h=e(16697);r({target:"AsyncIterator",stat:!0,forced:h},{from:function(a){var x=c(typeof a=="string"?i(a):a);return l(f,x.iterator)?x.iterator:new o(x)}})},44550:function(d,_,e){"use strict";var r=e(94488),i=e(34535);r({target:"AsyncIterator",proto:!0,real:!0,forced:!0},{indexed:i})},413:function(d,_,e){"use strict";var r=e(94488),i=e(41586),l=e(16697);r({target:"AsyncIterator",proto:!0,real:!0,forced:l},{map:i})},77464:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(31946),o=e(65911),h=e(10731),u=e(28255),a=o("Promise"),x=TypeError;r({target:"AsyncIterator",proto:!0,real:!0},{reduce:function(y){c(this),l(y);var m=h(this),b=m.iterator,S=m.next,D=arguments.length<2,R=D?void 0:arguments[1],A=0;return new a(function(P,M){var B=function(G){u(b,M,G,M)},N=function(){try{a.resolve(c(i(S,b))).then(function(G){try{if(c(G).done)D?M(new x("Reduce of empty iterator with no initial value")):P(R);else{var H=G.value;if(D)D=!1,R=H,N();else try{var W=y(R,H,A),ae=function(ne){R=ne,N()};f(W)?a.resolve(W).then(ae,B):ae(W)}catch(ne){B(ne)}}A++}catch(ne){M(ne)}},M)}catch(G){M(G)}};N()})}})},77703:function(d,_,e){"use strict";var r=e(94488),i=e(55266).some;r({target:"AsyncIterator",proto:!0,real:!0},{some:function(c){return i(this,c)}})},93854:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(31342),u=e(25587),a=e(16697),x=h(function(p){var y=this,m=y.iterator,b;if(!y.remaining--){var S=u(void 0,!0);return y.done=!0,b=m.return,b!==void 0?p.resolve(i(b,m,void 0)).then(function(){return S}):S}return p.resolve(i(y.next,m)).then(function(D){return l(D).done?(y.done=!0,u(void 0,!0)):u(D.value,!1)}).then(null,function(D){throw y.done=!0,D})});r({target:"AsyncIterator",proto:!0,real:!0,forced:a},{take:function(y){l(this);var m=o(f(+y));return new x(c(this),{remaining:m})}})},962:function(d,_,e){"use strict";var r=e(94488),i=e(55266).toArray;r({target:"AsyncIterator",proto:!0,real:!0},{toArray:function(){return i(this,void 0,[])}})},44169:function(d,_,e){"use strict";var r=e(94488),i=e(17243);typeof BigInt=="function"&&r({target:"BigInt",stat:!0,forced:!0},{range:function(c,f,o){return new i(c,f,o,"bigint",BigInt(0),BigInt(1))}})},56272:function(d,_,e){"use strict";var r=e(94488),i=e(13743),l=e(32754),c=e(65911),f=e(20132),o=Object,h=function(){var u=c("Object","freeze");return u?u(f(null)):f(null)};r({global:!0,forced:!0},{compositeKey:function(){return i(l,o,arguments).get("object",h)}})},43466:function(d,_,e){"use strict";var r=e(94488),i=e(32754),l=e(65911),c=e(13743);r({global:!0,forced:!0},{compositeSymbol:function(){return arguments.length===1&&typeof arguments[0]=="string"?l("Symbol").for(arguments[0]):c(i,null,arguments).get("symbol",l("Symbol"))}})},48156:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(61618).unpack,c=i(DataView.prototype.getUint16);r({target:"DataView",proto:!0},{getFloat16:function(o){var h=c(this,o,arguments.length>1?arguments[1]:!1);return l([h&255,h>>8&255],10)}})},93236:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=i(DataView.prototype.getUint8);r({target:"DataView",proto:!0,forced:!0},{getUint8Clamped:function(f){return l(this,f)}})},42212:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(97607),c=e(24225),f=e(61618).pack,o=e(35175),h=TypeError,u=i(DataView.prototype.setUint16);r({target:"DataView",proto:!0},{setFloat16:function(x,p){if(l(this)!=="DataView")throw new h("Incorrect receiver");var y=c(x),m=f(o(p),10,2);return u(this,y,m[1]<<8|m[0],arguments.length>2?arguments[2]:!1)}})},63923:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(97607),c=e(24225),f=e(86350),o=TypeError,h=i(DataView.prototype.setUint8);r({target:"DataView",proto:!0,forced:!0},{setUint8Clamped:function(a,x){if(l(this)!=="DataView")throw new o("Incorrect receiver");var p=c(a);return h(this,p,f(x))}})},2278:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(65911),c=e(63335),f=e(56472),o=e(2291),h=e(66477),u=e(64110),a=e(59893),x=e(94844),p=e(5978),y=l("SuppressedError"),m=ReferenceError,b=a("dispose"),S=a("toStringTag"),D="DisposableStack",R=x.set,A=x.getterFor(D),P="sync-dispose",M="disposed",B="pending",N=function(W){var ae=A(W);if(ae.state===M)throw new m(D+" already disposed");return ae},G=function(){R(f(this,H),{type:D,state:B,stack:[]}),i||(this.disposed=!1)},H=G.prototype;h(H,{dispose:function(){var ae=A(this);if(ae.state!==M){ae.state=M,i||(this.disposed=!0);for(var ne=ae.stack,oe=ne.length,q=!1,J;oe;){var K=ne[--oe];ne[oe]=null;try{K()}catch(se){q?J=new y(se,J):(q=!0,J=se)}}if(ae.stack=null,q)throw J}},use:function(ae){return p(N(this),ae,P),ae},adopt:function(ae,ne){var oe=N(this);return c(ne),p(oe,void 0,P,function(){ne(ae)}),ae},defer:function(ae){var ne=N(this);c(ae),p(ne,void 0,P,ae)},move:function(){var ae=N(this),ne=new G;return A(ne).stack=ae.stack,ae.stack=[],ae.state=M,i||(this.disposed=!0),ne}}),i&&u(H,"disposed",{configurable:!0,get:function(){return A(this).state===M}}),o(H,b,H.dispose,{name:"dispose"}),o(H,S,D,{nonWritable:!0}),r({global:!0,constructor:!0},{DisposableStack:G})},36955:function(d,_,e){"use strict";var r=e(94488),i=e(47739);r({target:"Function",proto:!0,forced:!0},{demethodize:i})},77326:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(55327),c=e(15212),f=e(32621),o=e(35454),h=Object.getOwnPropertyDescriptor,u=/^\s*class\b/,a=i(u.exec),x=function(p){try{if(!o||!a(u,c(p)))return!1}catch(m){}var y=h(p,"prototype");return!!y&&f(y,"writable")&&!y.writable};r({target:"Function",stat:!0,sham:!0,forced:!0},{isCallable:function(y){return l(y)&&!x(y)}})},53571:function(d,_,e){"use strict";var r=e(94488),i=e(39812);r({target:"Function",stat:!0,forced:!0},{isConstructor:i})},28670:function(d,_,e){"use strict";var r=e(59893),i=e(37691).f,l=r("metadata"),c=Function.prototype;c[l]===void 0&&i(c,l,{value:null})},31050:function(d,_,e){"use strict";var r=e(94488),i=e(47739);r({target:"Function",proto:!0,forced:!0,name:"demethodize"},{unThis:i})},96364:function(d,_,e){"use strict";var r=e(94488),i=e(24771);r({target:"Iterator",name:"indexed",proto:!0,real:!0,forced:!0},{asIndexedPairs:i})},25321:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(56472),c=e(80449),f=e(55327),o=e(53456),h=e(64110),u=e(69392),a=e(3338),x=e(32621),p=e(59893),y=e(46571).IteratorPrototype,m=e(35454),b=e(16697),S="constructor",D="Iterator",R=p("toStringTag"),A=TypeError,P=i[D],M=b||!f(P)||P.prototype!==y||!a(function(){P({})}),B=function(){if(l(this,y),o(this)===y)throw new A("Abstract class Iterator not directly constructable")},N=function(G,H){m?h(y,G,{configurable:!0,get:function(){return H},set:function(W){if(c(this),this===y)throw new A("You can't redefine this property");x(this,G)?this[G]=W:u(this,G,W)}}):y[G]=H};x(y,R)||N(R,D),(M||!x(y,S)||y[S]===Object)&&N(S,B),B.prototype=y,r({global:!0,constructor:!0,forced:M},{Iterator:B})},46304:function(d,_,e){"use strict";var r=e(89945),i=e(2291),l=e(53776),c=e(32621),f=e(59893),o=e(46571).IteratorPrototype,h=f("dispose");c(o,h)||i(o,h,function(){var u=l(this,"return");u&&r(u,this)})},55163:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(20547),u=e(16697),a=h(function(){for(var x=this.iterator,p=this.next,y,m;this.remaining;)if(this.remaining--,y=l(i(p,x)),m=this.done=!!y.done,m)return;if(y=l(i(p,x)),m=this.done=!!y.done,!m)return y.value});r({target:"Iterator",proto:!0,real:!0,forced:u},{drop:function(p){l(this);var y=o(f(+p));return new a(c(this),{remaining:y})}})},78722:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{every:function(h){c(this),l(h);var u=f(this),a=0;return!i(u,function(x,p){if(!h(x,a++))return p()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},35977:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(10731),o=e(20547),h=e(46319),u=e(16697),a=o(function(){for(var x=this.iterator,p=this.predicate,y=this.next,m,b,S;;){if(m=c(i(y,x)),b=this.done=!!m.done,b)return;if(S=m.value,h(x,p,[S,this.counter++],!0))return S}});r({target:"Iterator",proto:!0,real:!0,forced:u},{filter:function(p){return c(this),l(p),new a(f(this),{predicate:p})}})},81848:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{find:function(h){c(this),l(h);var u=f(this),a=0;return i(u,function(x,p){if(h(x,a++))return p(x)},{IS_RECORD:!0,INTERRUPTED:!0}).result}})},52867:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(63335),c=e(80449),f=e(10731),o=e(7157),h=e(20547),u=e(67996),a=e(16697),x=h(function(){for(var p=this.iterator,y=this.mapper,m,b;;){if(b=this.inner)try{if(m=c(i(b.next,b.iterator)),!m.done)return m.value;this.inner=null}catch(S){u(p,"throw",S)}if(m=c(i(this.next,p)),this.done=!!m.done)return;try{this.inner=o(y(m.value,this.counter++),!1)}catch(S){u(p,"throw",S)}}});r({target:"Iterator",proto:!0,real:!0,forced:a},{flatMap:function(y){return c(this),l(y),new x(f(this),{mapper:y,inner:null})}})},72211:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{forEach:function(h){c(this),l(h);var u=f(this),a=0;i(u,function(x){h(x,a++)},{IS_RECORD:!0})}})},84862:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(94029),c=e(16332),f=e(46571).IteratorPrototype,o=e(20547),h=e(7157),u=e(16697),a=o(function(){return i(this.next,this.iterator)},!0);r({target:"Iterator",stat:!0,forced:u},{from:function(p){var y=h(typeof p=="string"?l(p):p,!0);return c(f,y.iterator)?y.iterator:new a(y)}})},92381:function(d,_,e){"use strict";var r=e(94488),i=e(24771);r({target:"Iterator",proto:!0,real:!0,forced:!0},{indexed:i})},19517:function(d,_,e){"use strict";var r=e(94488),i=e(2155),l=e(16697);r({target:"Iterator",proto:!0,real:!0,forced:l},{map:i})},69667:function(d,_,e){"use strict";var r=e(94488),i=e(17243),l=TypeError;r({target:"Iterator",stat:!0,forced:!0},{range:function(f,o,h){if(typeof f=="number")return new i(f,o,h,"number",0,1);if(typeof f=="bigint")return new i(f,o,h,"bigint",BigInt(0),BigInt(1));throw new l("Incorrect Iterator.range arguments")}})},80820:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731),o=TypeError;r({target:"Iterator",proto:!0,real:!0},{reduce:function(u){c(this),l(u);var a=f(this),x=arguments.length<2,p=x?void 0:arguments[1],y=0;if(i(a,function(m){x?(x=!1,p=m):p=u(p,m,y),y++},{IS_RECORD:!0}),x)throw new o("Reduce of empty iterator with no initial value");return p}})},87873:function(d,_,e){"use strict";var r=e(94488),i=e(62003),l=e(63335),c=e(80449),f=e(10731);r({target:"Iterator",proto:!0,real:!0},{some:function(h){c(this),l(h);var u=f(this),a=0;return i(u,function(x,p){if(h(x,a++))return p()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},54609:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(80449),c=e(10731),f=e(2279),o=e(51358),h=e(20547),u=e(67996),a=e(16697),x=h(function(){var p=this.iterator;if(!this.remaining--)return this.done=!0,u(p,"normal",void 0);var y=l(i(this.next,p)),m=this.done=!!y.done;if(!m)return y.value});r({target:"Iterator",proto:!0,real:!0,forced:a},{take:function(y){l(this);var m=o(f(+y));return new x(c(this),{remaining:m})}})},28566:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(62003),c=e(10731),f=[].push;r({target:"Iterator",proto:!0,real:!0},{toArray:function(){var h=[];return l(c(i(this)),f,{that:h,IS_RECORD:!0}),h}})},51697:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(57975),c=e(80025),f=e(10731),o=e(16697);r({target:"Iterator",proto:!0,real:!0,forced:o},{toAsync:function(){return new c(f(new l(f(i(this)))))}})},61872:function(d,_,e){"use strict";var r=e(94488),i=e(82778),l=e(83502);r({target:"JSON",stat:!0,forced:!i},{isRawJSON:l})},76077:function(d,_,e){"use strict";var r=e(94488),i=e(35454),l=e(92916),c=e(65911),f=e(94237),o=e(89945),h=e(55327),u=e(31946),a=e(18589),x=e(32621),p=e(69905),y=e(82762),m=e(69392),b=e(3338),S=e(70913),D=e(42820),R=l.JSON,A=l.Number,P=l.SyntaxError,M=R&&R.parse,B=c("Object","keys"),N=Object.getOwnPropertyDescriptor,G=f("".charAt),H=f("".slice),W=f(/./.exec),ae=f([].push),ne=/^\d$/,oe=/^[1-9]$/,q=/^(?:-|\d)$/,J=/^[\t\n\r ]$/,K=0,se=1,ee=function(Te,Oe){Te=p(Te);var Ge=new j(Te,0,""),Ue=Ge.parse(),Mt=Ue.value,yt=Ge.skip(J,Ue.end);if(yt<Te.length)throw new P('Unexpected extra character: "'+G(Te,yt)+'" after the parsed data at: '+yt);return h(Oe)?Q({"":Mt},"",Oe,Ue):Mt},Q=function(Te,Oe,Ge,Ue){var Mt=Te[Oe],yt=Ue&&Mt===Ue.value,kt=yt&&typeof Ue.source=="string"?{source:Ue.source}:{},Zt,Ft,tr,ze,wt;if(u(Mt)){var Bt=a(Mt),nt=yt?Ue.nodes:Bt?[]:{};if(Bt)for(Zt=nt.length,tr=y(Mt),ze=0;ze<tr;ze++)le(Mt,ze,Q(Mt,""+ze,Ge,ze<Zt?nt[ze]:void 0));else for(Ft=B(Mt),tr=y(Ft),ze=0;ze<tr;ze++)wt=Ft[ze],le(Mt,wt,Q(Mt,wt,Ge,x(nt,wt)?nt[wt]:void 0))}return o(Ge,Te,Oe,Mt,kt)},le=function(Te,Oe,Ge){if(i){var Ue=N(Te,Oe);if(Ue&&!Ue.configurable)return}Ge===void 0?delete Te[Oe]:m(Te,Oe,Ge)},$=function(Te,Oe,Ge,Ue){this.value=Te,this.end=Oe,this.source=Ge,this.nodes=Ue},j=function(Te,Oe){this.source=Te,this.index=Oe};j.prototype={fork:function(Te){return new j(this.source,Te)},parse:function(){var Te=this.source,Oe=this.skip(J,this.index),Ge=this.fork(Oe),Ue=G(Te,Oe);if(W(q,Ue))return Ge.number();switch(Ue){case"{":return Ge.object();case"[":return Ge.array();case'"':return Ge.string();case"t":return Ge.keyword(!0);case"f":return Ge.keyword(!1);case"n":return Ge.keyword(null)}throw new P('Unexpected character: "'+Ue+'" at: '+Oe)},node:function(Te,Oe,Ge,Ue,Mt){return new $(Oe,Ue,Te?null:H(this.source,Ge,Ue),Mt)},object:function(){for(var Te=this.source,Oe=this.index+1,Ge=!1,Ue={},Mt={};Oe<Te.length;){if(Oe=this.until(['"',"}"],Oe),G(Te,Oe)==="}"&&!Ge){Oe++;break}var yt=this.fork(Oe).string(),kt=yt.value;Oe=yt.end,Oe=this.until([":"],Oe)+1,Oe=this.skip(J,Oe),yt=this.fork(Oe).parse(),m(Mt,kt,yt),m(Ue,kt,yt.value),Oe=this.until([",","}"],yt.end);var Zt=G(Te,Oe);if(Zt===",")Ge=!0,Oe++;else if(Zt==="}"){Oe++;break}}return this.node(se,Ue,this.index,Oe,Mt)},array:function(){for(var Te=this.source,Oe=this.index+1,Ge=!1,Ue=[],Mt=[];Oe<Te.length;){if(Oe=this.skip(J,Oe),G(Te,Oe)==="]"&&!Ge){Oe++;break}var yt=this.fork(Oe).parse();if(ae(Mt,yt),ae(Ue,yt.value),Oe=this.until([",","]"],yt.end),G(Te,Oe)===",")Ge=!0,Oe++;else if(G(Te,Oe)==="]"){Oe++;break}}return this.node(se,Ue,this.index,Oe,Mt)},string:function(){var Te=this.index,Oe=S(this.source,this.index+1);return this.node(K,Oe.value,Te,Oe.end)},number:function(){var Te=this.source,Oe=this.index,Ge=Oe;if(G(Te,Ge)==="-"&&Ge++,G(Te,Ge)==="0")Ge++;else if(W(oe,G(Te,Ge)))Ge=this.skip(ne,++Ge);else throw new P("Failed to parse number at: "+Ge);if(G(Te,Ge)==="."&&(Ge=this.skip(ne,++Ge)),G(Te,Ge)==="e"||G(Te,Ge)==="E"){Ge++,(G(Te,Ge)==="+"||G(Te,Ge)==="-")&&Ge++;var Ue=Ge;if(Ge=this.skip(ne,Ge),Ue===Ge)throw new P("Failed to parse number's exponent value at: "+Ge)}return this.node(K,A(H(Te,Oe,Ge)),Oe,Ge)},keyword:function(Te){var Oe=""+Te,Ge=this.index,Ue=Ge+Oe.length;if(H(this.source,Ge,Ue)!==Oe)throw new P("Failed to parse value at: "+Ge);return this.node(K,Te,Ge,Ue)},skip:function(Te,Oe){for(var Ge=this.source;Oe<Ge.length&&W(Te,G(Ge,Oe));Oe++);return Oe},until:function(Te,Oe){Oe=this.skip(J,Oe);for(var Ge=G(this.source,Oe),Ue=0;Ue<Te.length;Ue++)if(Te[Ue]===Ge)return Oe;throw new P('Unexpected character: "'+Ge+'" at: '+Oe)}};var ie=b(function(){var Te="9007199254740993",Oe;return M(Te,function(Ge,Ue,Mt){Oe=Mt.source}),Oe!==Te}),me=D&&!b(function(){return 1/M("-0 ")!==-1/0});r({target:"JSON",stat:!0,forced:ie},{parse:function(Oe,Ge){return me&&!h(Ge)?M(Oe):ee(Oe,Ge)}})},9196:function(d,_,e){"use strict";var r=e(94488),i=e(13247),l=e(82778),c=e(65911),f=e(89945),o=e(94237),h=e(55327),u=e(83502),a=e(69905),x=e(69392),p=e(70913),y=e(65451),m=e(6145),b=e(94844).set,S=String,D=SyntaxError,R=c("JSON","parse"),A=c("JSON","stringify"),P=c("Object","create"),M=c("Object","freeze"),B=o("".charAt),N=o("".slice),G=o(/./.exec),H=o([].push),W=m(),ae=W.length,ne="Unacceptable as raw JSON",oe=/^[\t\n\r ]$/;r({target:"JSON",stat:!0,forced:!l},{rawJSON:function(J){var K=a(J);if(K===""||G(oe,B(K,0))||G(oe,B(K,K.length-1)))throw new D(ne);var se=R(K);if(typeof se=="object"&&se!==null)throw new D(ne);var ee=P(null);return b(ee,{type:"RawJSON"}),x(ee,"rawJSON",K),i?M(ee):ee}}),A&&r({target:"JSON",stat:!0,arity:3,forced:!l},{stringify:function(J,K,se){var ee=y(K),Q=[],le=A(J,function(Ge,Ue){var Mt=h(ee)?f(ee,this,S(Ge),Ue):Ue;return u(Mt)?W+(H(Q,Mt.rawJSON)-1):Mt},se);if(typeof le!="string")return le;for(var $="",j=le.length,ie=0;ie<j;ie++){var me=B(le,ie);if(me==='"'){var Te=p(le,++ie).end-1,Oe=N(le,ie,Te);$+=N(Oe,0,ae)===W?Q[N(Oe,ae)]:'"'+Oe+'"',ie=Te}else $+=me}return $}})},5369:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(2786).remove;r({target:"Map",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},26259:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(2786),c=l.get,f=l.has,o=l.set;r({target:"Map",proto:!0,real:!0,forced:!0},{emplace:function(u,a){var x=i(this),p,y;return f(x,u)?(p=c(x,u),"update"in a&&(p=a.update(p,u,x),o(x,u,p)),p):(y=a.insert(u,x),o(x,u,y),y)}})},47736:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{every:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a,x){if(!u(a,x,h))return!1},!0)!==!1}})},28220:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(2786),f=e(95037),o=c.Map,h=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{filter:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m,b){p(m,b,x)&&h(y,b,m)}),y}})},49350:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{findKey:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0),a=c(h,function(x,p){if(u(x,p,h))return{key:p}},!0);return a&&a.key}})},62060:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{find:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0),a=c(h,function(x,p){if(u(x,p,h))return{value:x}},!0);return a&&a.value}})},20126:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"Map",stat:!0,forced:!0},{from:i})},18090:function(d,_,e){"use strict";var r=e(94488),i=e(88134),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{includes:function(o){return c(l(this),function(h){if(i(h,o))return!0},!0)===!0}})},14309:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(62003),c=e(55327),f=e(63335),o=e(2786).Map;r({target:"Map",stat:!0,forced:!0},{keyBy:function(u,a){var x=c(this)?this:o,p=new x;f(a);var y=f(p.set);return l(u,function(m){i(y,p,a(m),m)}),p}})},17822:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{keyOf:function(f){var o=l(i(this),function(h,u){if(h===f)return{key:u}},!0);return o&&o.key}})},83543:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(2786),f=e(95037),o=c.Map,h=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{mapKeys:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m,b){h(y,p(m,b,x),m)}),y}})},13853:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(2786),f=e(95037),o=c.Map,h=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{mapValues:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m,b){h(y,b,p(m,b,x))}),y}})},25188:function(d,_,e){"use strict";var r=e(94488),i=e(42683),l=e(62003),c=e(2786).set;r({target:"Map",proto:!0,real:!0,arity:1,forced:!0},{merge:function(o){for(var h=i(this),u=arguments.length,a=0;a<u;)l(arguments[a++],function(x,p){c(h,x,p)},{AS_ENTRIES:!0});return h}})},10215:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"Map",stat:!0,forced:!0},{of:i})},3432:function(d,_,e){"use strict";var r=e(94488),i=e(63335),l=e(42683),c=e(95037),f=TypeError;r({target:"Map",proto:!0,real:!0,forced:!0},{reduce:function(h){var u=l(this),a=arguments.length<2,x=a?void 0:arguments[1];if(i(h),c(u,function(p,y){a?(a=!1,x=p):x=h(x,p,y,u)}),a)throw new f("Reduce of empty map with no initial value");return x}})},90486:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(42683),c=e(95037);r({target:"Map",proto:!0,real:!0,forced:!0},{some:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a,x){if(u(a,x,h))return!0},!0)===!0}})},8774:function(d,_,e){"use strict";var r=e(94488),i=e(14615);r({target:"Map",proto:!0,real:!0,name:"upsert",forced:!0},{updateOrInsert:i})},6736:function(d,_,e){"use strict";var r=e(94488),i=e(63335),l=e(42683),c=e(2786),f=TypeError,o=c.get,h=c.has,u=c.set;r({target:"Map",proto:!0,real:!0,forced:!0},{update:function(x,p){var y=l(this),m=arguments.length;i(p);var b=h(y,x);if(!b&&m<3)throw new f("Updating absent value");var S=b?o(y,x):i(m>2?arguments[2]:void 0)(x,y);return u(y,x,p(S,x,y)),y}})},94065:function(d,_,e){"use strict";var r=e(94488),i=e(14615);r({target:"Map",proto:!0,real:!0,forced:!0},{upsert:i})},93036:function(d,_,e){"use strict";var r=e(94488),i=Math.min,l=Math.max;r({target:"Math",stat:!0,forced:!0},{clamp:function(f,o,h){return i(h,l(o,f))}})},75708:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,nonConfigurable:!0,nonWritable:!0},{DEG_PER_RAD:Math.PI/180})},84624:function(d,_,e){"use strict";var r=e(94488),i=180/Math.PI;r({target:"Math",stat:!0,forced:!0},{degrees:function(c){return c*i}})},43710:function(d,_,e){"use strict";var r=e(94488),i=e(35175);r({target:"Math",stat:!0},{f16round:i})},66233:function(d,_,e){"use strict";var r=e(94488),i=e(24619),l=e(14894);r({target:"Math",stat:!0,forced:!0},{fscale:function(f,o,h,u,a){return l(i(f,o,h,u,a))}})},92762:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{iaddh:function(l,c,f,o){var h=l>>>0,u=c>>>0,a=f>>>0;return u+(o>>>0)+((h&a|(h|a)&~(h+a>>>0))>>>31)|0}})},24467:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{imulh:function(l,c){var f=65535,o=+l,h=+c,u=o&f,a=h&f,x=o>>16,p=h>>16,y=(x*a>>>0)+(u*a>>>16);return x*p+(y>>16)+((u*p>>>0)+(y&f)>>16)}})},68465:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{isubh:function(l,c,f,o){var h=l>>>0,u=c>>>0,a=f>>>0;return u-(o>>>0)-((~h&a|~(h^a)&h-a>>>0)>>>31)|0}})},77004:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,nonConfigurable:!0,nonWritable:!0},{RAD_PER_DEG:180/Math.PI})},83925:function(d,_,e){"use strict";var r=e(94488),i=Math.PI/180;r({target:"Math",stat:!0,forced:!0},{radians:function(c){return c*i}})},51117:function(d,_,e){"use strict";var r=e(94488),i=e(24619);r({target:"Math",stat:!0,forced:!0},{scale:i})},87236:function(d,_,e){"use strict";var r=e(94488),i=e(80449),l=e(1222),c=e(83126),f=e(25587),o=e(94844),h="Seeded Random",u=h+" Generator",a='Math.seededPRNG() argument should have a "seed" field with a finite value.',x=o.set,p=o.getterFor(u),y=TypeError,m=c(function(S){x(this,{type:u,seed:S%2147483647})},h,function(){var S=p(this),D=S.seed=(S.seed*1103515245+12345)%2147483647;return f((D&1073741823)/1073741823,!1)});r({target:"Math",stat:!0,forced:!0},{seededPRNG:function(S){var D=i(S).seed;if(!l(D))throw new y(a);return new m(D)}})},83733:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{signbit:function(l){var c=+l;return c===c&&c===0?1/c===-1/0:c<0}})},92044:function(d,_,e){"use strict";var r=e(94488);r({target:"Math",stat:!0,forced:!0},{umulh:function(l,c){var f=65535,o=+l,h=+c,u=o&f,a=h&f,x=o>>>16,p=h>>>16,y=(x*a>>>0)+(u*a>>>16);return x*p+(y>>>16)+((u*p>>>0)+(y&f)>>>16)}})},29190:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(56902),c="Invalid number representation",f="Invalid radix",o=RangeError,h=SyntaxError,u=TypeError,a=parseInt,x=Math.pow,p=/^[\d.a-z]+$/,y=i("".charAt),m=i(p.exec),b=i(1 .toString),S=i("".slice),D=i("".split);r({target:"Number",stat:!0,forced:!0},{fromString:function(A,P){var M=1;if(typeof A!="string")throw new u(c);if(!A.length)throw new h(c);if(y(A,0)==="-"&&(M=-1,A=S(A,1),!A.length))throw new h(c);var B=P===void 0?10:l(P);if(B<2||B>36)throw new o(f);if(!m(p,A))throw new h(c);var N=D(A,"."),G=a(N[0],B);if(N.length>1&&(G+=a(N[1],B)/x(B,N[1].length)),B===10&&b(G,B)!==A)throw new h(c);return M*G}})},10775:function(d,_,e){"use strict";var r=e(94488),i=e(17243);r({target:"Number",stat:!0,forced:!0},{range:function(c,f,o){return new i(c,f,o,"number",0,1)}})},19593:function(d,_,e){"use strict";var r=e(94488),i=e(20574);r({target:"Object",stat:!0,forced:!0},{iterateEntries:function(c){return new i(c,"entries")}})},26502:function(d,_,e){"use strict";var r=e(94488),i=e(20574);r({target:"Object",stat:!0,forced:!0},{iterateKeys:function(c){return new i(c,"keys")}})},10174:function(d,_,e){"use strict";var r=e(94488),i=e(20574);r({target:"Object",stat:!0,forced:!0},{iterateValues:function(c){return new i(c,"values")}})},76867:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(35454),c=e(51996),f=e(63335),o=e(80449),h=e(56472),u=e(55327),a=e(4112),x=e(31946),p=e(53776),y=e(2291),m=e(66477),b=e(64110),S=e(61810),D=e(59893),R=e(94844),A=D("observable"),P="Observable",M="Subscription",B="SubscriptionObserver",N=R.getterFor,G=R.set,H=N(P),W=N(M),ae=N(B),ne=function(se){this.observer=o(se),this.cleanup=void 0,this.subscriptionObserver=void 0};ne.prototype={type:M,clean:function(){var se=this.cleanup;if(se){this.cleanup=void 0;try{se()}catch(ee){S(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 oe=function(se,ee){var Q=G(this,new ne(se)),le;l||(this.closed=!1);try{(le=p(se,"start"))&&i(le,se,this)}catch(me){S(me)}if(!Q.isClosed()){var $=Q.subscriptionObserver=new q(Q);try{var j=ee($),ie=j;a(j)||(Q.cleanup=u(j.unsubscribe)?function(){ie.unsubscribe()}:f(j))}catch(me){$.error(me);return}Q.isClosed()&&Q.clean()}};oe.prototype=m({},{unsubscribe:function(){var ee=W(this);ee.isClosed()||(ee.close(),ee.clean())}}),l&&b(oe.prototype,"closed",{configurable:!0,get:function(){return W(this).isClosed()}});var q=function(se){G(this,{type:B,subscriptionState:se}),l||(this.closed=!1)};q.prototype=m({},{next:function(ee){var Q=ae(this).subscriptionState;if(!Q.isClosed()){var le=Q.observer;try{var $=p(le,"next");$&&i($,le,ee)}catch(j){S(j)}}},error:function(ee){var Q=ae(this).subscriptionState;if(!Q.isClosed()){var le=Q.observer;Q.close();try{var $=p(le,"error");$?i($,le,ee):S(ee)}catch(j){S(j)}Q.clean()}},complete:function(){var ee=ae(this).subscriptionState;if(!ee.isClosed()){var Q=ee.observer;ee.close();try{var le=p(Q,"complete");le&&i(le,Q)}catch($){S($)}ee.clean()}}}),l&&b(q.prototype,"closed",{configurable:!0,get:function(){return ae(this).subscriptionState.isClosed()}});var J=function(ee){h(this,K),G(this,{type:P,subscriber:f(ee)})},K=J.prototype;m(K,{subscribe:function(ee){var Q=arguments.length;return new oe(u(ee)?{next:ee,error:Q>1?arguments[1]:void 0,complete:Q>2?arguments[2]:void 0}:x(ee)?ee:{},H(this).subscriber)}}),y(K,A,function(){return this}),r({global:!0,constructor:!0,forced:!0},{Observable:J}),c(P)},14548:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(89945),c=e(80449),f=e(39812),o=e(85428),h=e(53776),u=e(62003),a=e(59893),x=a("observable");r({target:"Observable",stat:!0,forced:!0},{from:function(y){var m=f(this)?this:i("Observable"),b=h(c(y),x);if(b){var S=c(l(b,y));return S.constructor===m?S:new m(function(R){return S.subscribe(R)})}var D=o(y);return new m(function(R){u(D,function(A,P){if(R.next(A),R.closed)return P()},{IS_ITERATOR:!0,INTERRUPTED:!0}),R.complete()})}})},96378:function(d,_,e){"use strict";e(76867),e(14548),e(6053)},6053:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(39812),c=i("Array");r({target:"Observable",stat:!0,forced:!0},{of:function(){for(var o=l(this)?this:i("Observable"),h=arguments.length,u=c(h),a=0;a<h;)u[a]=arguments[a++];return new o(function(x){for(var p=0;p<h;p++)if(x.next(u[p]),x.closed)return;x.complete()})}})},58216:function(d,_,e){"use strict";var r=e(94488),i=e(73446),l=e(80734);r({target:"Promise",stat:!0,forced:!0},{try:function(c){var f=i.f(this),o=l(c);return(o.error?f.reject:f.resolve)(o.value),f.promise}})},41401:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.toKey,f=i.set;r({target:"Reflect",stat:!0},{defineMetadata:function(h,u,a){var x=arguments.length<4?void 0:c(arguments[3]);f(h,u,l(a),x)}})},79908:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.toKey,f=i.getMap,o=i.store;r({target:"Reflect",stat:!0},{deleteMetadata:function(u,a){var x=arguments.length<3?void 0:c(arguments[2]),p=f(l(a),x,!1);if(p===void 0||!p.delete(u))return!1;if(p.size)return!0;var y=o.get(a);return y.delete(x),!!y.size||o.delete(a)}})},79890:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(82584),c=e(80449),f=e(53456),o=e(65621),h=i(o),u=i([].concat),a=l.keys,x=l.toKey,p=function(y,m){var b=a(y,m),S=f(y);if(S===null)return b;var D=p(S,m);return D.length?b.length?h(u(b,D)):D:b};r({target:"Reflect",stat:!0},{getMetadataKeys:function(m){var b=arguments.length<2?void 0:x(arguments[1]);return p(c(m),b)}})},82531:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=e(53456),f=i.has,o=i.get,h=i.toKey,u=function(a,x,p){var y=f(a,x,p);if(y)return o(a,x,p);var m=c(x);return m!==null?u(a,m,p):void 0};r({target:"Reflect",stat:!0},{getMetadata:function(x,p){var y=arguments.length<3?void 0:h(arguments[2]);return u(x,l(p),y)}})},38944:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.keys,f=i.toKey;r({target:"Reflect",stat:!0},{getOwnMetadataKeys:function(h){var u=arguments.length<2?void 0:f(arguments[1]);return c(l(h),u)}})},88472:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.get,f=i.toKey;r({target:"Reflect",stat:!0},{getOwnMetadata:function(h,u){var a=arguments.length<3?void 0:f(arguments[2]);return c(h,l(u),a)}})},78423:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=e(53456),f=i.has,o=i.toKey,h=function(u,a,x){var p=f(u,a,x);if(p)return!0;var y=c(a);return y!==null?h(u,y,x):!1};r({target:"Reflect",stat:!0},{hasMetadata:function(a,x){var p=arguments.length<3?void 0:o(arguments[2]);return h(a,l(x),p)}})},65713:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.has,f=i.toKey;r({target:"Reflect",stat:!0},{hasOwnMetadata:function(h,u){var a=arguments.length<3?void 0:f(arguments[2]);return c(h,l(u),a)}})},22968:function(d,_,e){"use strict";var r=e(94488),i=e(82584),l=e(80449),c=i.toKey,f=i.set;r({target:"Reflect",stat:!0},{metadata:function(h,u){return function(x,p){f(h,u,l(x),c(p))}}})},17564:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(69905),c=e(19268),f=i("".charCodeAt),o=i("".replace),h=RegExp("[!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^`{|}~"+c+"]","g");r({target:"RegExp",stat:!0,forced:!0},{escape:function(a){var x=l(a),p=f(x,0);return(p>47&&p<58?"\\x3":"")+o(x,h,"\\$&")}})},1220:function(d,_,e){"use strict";var r=e(94488),i=e(17442),l=e(19691).add;r({target:"Set",proto:!0,real:!0,forced:!0},{addAll:function(){for(var f=i(this),o=0,h=arguments.length;o<h;o++)l(f,arguments[o]);return f}})},44886:function(d,_,e){"use strict";var r=e(94488),i=e(17442),l=e(19691).remove;r({target:"Set",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},35295:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(10038);r({target:"Set",proto:!0,real:!0,forced:!0},{difference:function(o){return i(c,this,l(o))}})},57019:function(d,_,e){"use strict";var r=e(94488),i=e(10038),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("difference")},{difference:i})},80286:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(57002);r({target:"Set",proto:!0,real:!0,forced:!0},{every:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a){if(!u(a,a,h))return!1},!0)!==!1}})},38487:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(19691),f=e(57002),o=c.Set,h=c.add;r({target:"Set",proto:!0,real:!0,forced:!0},{filter:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m){p(m,m,x)&&h(y,m)}),y}})},29916:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(57002);r({target:"Set",proto:!0,real:!0,forced:!0},{find:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0),a=c(h,function(x){if(u(x,x,h))return{value:x}},!0);return a&&a.value}})},25541:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"Set",stat:!0,forced:!0},{from:i})},34926:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(16049);r({target:"Set",proto:!0,real:!0,forced:!0},{intersection:function(o){return i(c,this,l(o))}})},45612:function(d,_,e){"use strict";var r=e(94488),i=e(3338),l=e(16049),c=e(22627),f=!c("intersection")||i(function(){return Array.from(new Set([1,2,3]).intersection(new Set([3,2])))!=="3,2"});r({target:"Set",proto:!0,real:!0,forced:f},{intersection:l})},68255:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(17616);r({target:"Set",proto:!0,real:!0,forced:!0},{isDisjointFrom:function(o){return i(c,this,l(o))}})},98080:function(d,_,e){"use strict";var r=e(94488),i=e(17616),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("isDisjointFrom")},{isDisjointFrom:i})},16450:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(84833);r({target:"Set",proto:!0,real:!0,forced:!0},{isSubsetOf:function(o){return i(c,this,l(o))}})},96351:function(d,_,e){"use strict";var r=e(94488),i=e(84833),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("isSubsetOf")},{isSubsetOf:i})},86921:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(51135);r({target:"Set",proto:!0,real:!0,forced:!0},{isSupersetOf:function(o){return i(c,this,l(o))}})},60244:function(d,_,e){"use strict";var r=e(94488),i=e(51135),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("isSupersetOf")},{isSupersetOf:i})},82928:function(d,_,e){"use strict";var r=e(94488),i=e(94237),l=e(17442),c=e(57002),f=e(69905),o=i([].join),h=i([].push);r({target:"Set",proto:!0,real:!0,forced:!0},{join:function(a){var x=l(this),p=a===void 0?",":f(a),y=[];return c(x,function(m){h(y,m)}),o(y,p)}})},42947:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(19691),f=e(57002),o=c.Set,h=c.add;r({target:"Set",proto:!0,real:!0,forced:!0},{map:function(a){var x=l(this),p=i(a,arguments.length>1?arguments[1]:void 0),y=new o;return f(x,function(m){h(y,p(m,m,x))}),y}})},71568:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"Set",stat:!0,forced:!0},{of:i})},94194:function(d,_,e){"use strict";var r=e(94488),i=e(63335),l=e(17442),c=e(57002),f=TypeError;r({target:"Set",proto:!0,real:!0,forced:!0},{reduce:function(h){var u=l(this),a=arguments.length<2,x=a?void 0:arguments[1];if(i(h),c(u,function(p){a?(a=!1,x=p):x=h(x,p,p,u)}),a)throw new f("Reduce of empty set with no initial value");return x}})},30556:function(d,_,e){"use strict";var r=e(94488),i=e(80666),l=e(17442),c=e(57002);r({target:"Set",proto:!0,real:!0,forced:!0},{some:function(o){var h=l(this),u=i(o,arguments.length>1?arguments[1]:void 0);return c(h,function(a){if(u(a,a,h))return!0},!0)===!0}})},93102:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(36312);r({target:"Set",proto:!0,real:!0,forced:!0},{symmetricDifference:function(o){return i(c,this,l(o))}})},32100:function(d,_,e){"use strict";var r=e(94488),i=e(36312),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("symmetricDifference")},{symmetricDifference:i})},82074:function(d,_,e){"use strict";var r=e(94488),i=e(89945),l=e(77999),c=e(24667);r({target:"Set",proto:!0,real:!0,forced:!0},{union:function(o){return i(c,this,l(o))}})},1821:function(d,_,e){"use strict";var r=e(94488),i=e(24667),l=e(22627);r({target:"Set",proto:!0,real:!0,forced:!l("union")},{union:i})},13578:function(d,_,e){"use strict";var r=e(94488),i=e(13764).charAt,l=e(95955),c=e(56902),f=e(69905);r({target:"String",proto:!0,forced:!0},{at:function(h){var u=f(l(this)),a=u.length,x=c(h),p=x>=0?x:a+x;return p<0||p>=a?void 0:i(u,p)}})},62882:function(d,_,e){"use strict";var r=e(94488),i=e(83126),l=e(25587),c=e(95955),f=e(69905),o=e(94844),h=e(13764),u=h.codeAt,a=h.charAt,x="String Iterator",p=o.set,y=o.getterFor(x),m=i(function(S){p(this,{type:x,string:S,index:0})},"String",function(){var S=y(this),D=S.string,R=S.index,A;return R>=D.length?l(void 0,!0):(A=a(D,R),S.index+=A.length,l({codePoint:u(A,0),position:R},!1))});r({target:"String",proto:!0,forced:!0},{codePoints:function(){return new m(f(c(this)))}})},59348:function(d,_,e){"use strict";var r=e(94488),i=e(67410);r({target:"String",stat:!0,forced:!0},{cooked:i})},37457:function(d,_,e){"use strict";var r=e(13247),i=e(94488),l=e(86528),c=e(94237),f=e(13743),o=e(80449),h=e(94029),u=e(55327),a=e(82762),x=e(37691).f,p=e(71698),y=e(42530),m=e(67410),b=e(79204),S=e(19268),D=new y.WeakMap,R=y.get,A=y.has,P=y.set,M=Array,B=TypeError,N=Object.freeze||Object,G=Object.isFrozen,H=Math.min,W=c("".charAt),ae=c("".slice),ne=c("".split),oe=c(/./.exec),q=/([\n\u2028\u2029]|\r\n?)/g,J=RegExp("^["+S+"]*"),K=RegExp("[^"+S+"]"),se="Invalid tag",ee="Invalid opening line",Q="Invalid closing line",le=function(Oe){var Ge=Oe.raw;if(r&&!G(Ge))throw new B("Raw template should be frozen");if(A(D,Ge))return R(D,Ge);var Ue=$(Ge),Mt=ie(Ue);return x(Mt,"raw",{value:N(Ue)}),N(Mt),P(D,Ge,Mt),Mt},$=function(Oe){var Ge=h(Oe),Ue=a(Ge),Mt=M(Ue),yt=M(Ue),kt=0,Zt,Ft,tr,ze;if(!Ue)throw new B(se);for(;kt<Ue;kt++){var wt=Ge[kt];if(typeof wt=="string")Mt[kt]=ne(wt,q);else throw new B(se)}for(kt=0;kt<Ue;kt++){var Bt=kt+1===Ue;if(Zt=Mt[kt],kt===0){if(Zt.length===1||Zt[0].length>0)throw new B(ee);Zt[1]=""}if(Bt){if(Zt.length===1||oe(K,Zt[Zt.length-1]))throw new B(Q);Zt[Zt.length-2]="",Zt[Zt.length-1]=""}for(var nt=2;nt<Zt.length;nt+=2){var _t=Zt[nt],ht=nt+1===Zt.length&&!Bt,Je=oe(J,_t)[0];if(!ht&&Je.length===_t.length){Zt[nt]="";continue}Ft=j(Je,Ft)}}var je=Ft?Ft.length:0;for(kt=0;kt<Ue;kt++){for(Zt=Mt[kt],tr=Zt[0],ze=1;ze<Zt.length;ze+=2)tr+=Zt[ze]+ae(Zt[ze+1],je);yt[kt]=tr}return yt},j=function(Oe,Ge){if(Ge===void 0||Oe===Ge)return Oe;for(var Ue=0,Mt=H(Oe.length,Ge.length);Ue<Mt&&W(Oe,Ue)===W(Ge,Ue);Ue++);return ae(Oe,0,Ue)},ie=function(Oe){for(var Ge=0,Ue=Oe.length,Mt=M(Ue);Ge<Ue;Ge++)Mt[Ge]=b(Oe[Ge]);return Mt},me=function(Oe){return l(function(Ge){var Ue=p(arguments);return Ue[0]=le(o(Ge)),f(Oe,this,Ue)},"")},Te=me(m);i({target:"String",stat:!0,forced:!0},{dedent:function(Ge){return o(Ge),u(Ge)?me(Ge):f(Te,this,arguments)}})},14800:function(d,_,e){"use strict";var r=e(94488),i=e(16332),l=e(53456),c=e(58218),f=e(24538),o=e(20132),h=e(68151),u=e(35012),a=e(61888),x=e(7825),p=e(59893),y=p("toStringTag"),m=Error,b=function(R,A,P){var M=i(S,this),B;return c?B=c(new m,M?l(this):S):(B=M?this:o(S),h(B,y,"Error")),P!==void 0&&h(B,"message",x(P)),a(B,b,B.stack,1),h(B,"error",R),h(B,"suppressed",A),B};c?c(b,m):f(b,m,{name:!0});var S=b.prototype=o(m.prototype,{constructor:u(1,b),message:u(1,""),name:u(1,"SuppressedError")});r({global:!0,constructor:!0,arity:3},{SuppressedError:b})},70654:function(d,_,e){"use strict";var r=e(92916),i=e(94674),l=e(37691).f,c=e(71256).f,f=r.Symbol;if(i("asyncDispose"),f){var o=c(f,"asyncDispose");o.enumerable&&o.configurable&&o.writable&&l(f,"asyncDispose",{value:o.value,enumerable:!1,configurable:!1,writable:!1})}},90252:function(d,_,e){"use strict";var r=e(92916),i=e(94674),l=e(37691).f,c=e(71256).f,f=r.Symbol;if(i("dispose"),f){var o=c(f,"dispose");o.enumerable&&o.configurable&&o.writable&&l(f,"dispose",{value:o.value,enumerable:!1,configurable:!1,writable:!1})}},29482:function(d,_,e){"use strict";var r=e(94488),i=e(69077);r({target:"Symbol",stat:!0},{isRegisteredSymbol:i})},51630:function(d,_,e){"use strict";var r=e(94488),i=e(69077);r({target:"Symbol",stat:!0,name:"isRegisteredSymbol"},{isRegistered:i})},61933:function(d,_,e){"use strict";var r=e(94488),i=e(40443);r({target:"Symbol",stat:!0,forced:!0},{isWellKnownSymbol:i})},619:function(d,_,e){"use strict";var r=e(94488),i=e(40443);r({target:"Symbol",stat:!0,name:"isWellKnownSymbol",forced:!0},{isWellKnown:i})},99675:function(d,_,e){"use strict";var r=e(94674);r("matcher")},53637:function(d,_,e){"use strict";var r=e(94674);r("metadataKey")},52548:function(d,_,e){"use strict";var r=e(94674);r("metadata")},57482:function(d,_,e){"use strict";var r=e(94674);r("observable")},59725:function(d,_,e){"use strict";var r=e(94674);r("patternMatch")},17610:function(d,_,e){"use strict";var r=e(94674);r("replaceAll")},11507:function(d,_,e){"use strict";var r=e(58261),i=e(90560).filterReject,l=e(27607),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("filterOut",function(h){var u=i(c(this),h,arguments.length>1?arguments[1]:void 0);return l(this,u)},!0)},16315:function(d,_,e){"use strict";var r=e(58261),i=e(90560).filterReject,l=e(27607),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("filterReject",function(h){var u=i(c(this),h,arguments.length>1?arguments[1]:void 0);return l(this,u)},!0)},56966:function(d,_,e){"use strict";var r=e(65911),i=e(6086),l=e(32278),c=e(58261),f=e(69478),o=c.aTypedArrayConstructor,h=c.exportTypedArrayStaticMethod;h("fromAsync",function(a){var x=this,p=arguments.length,y=p>1?arguments[1]:void 0,m=p>2?arguments[2]:void 0;return new(r("Promise"))(function(b){i(x),b(l(a,y,m))}).then(function(b){return f(o(x),b)})},!0)},60239:function(d,_,e){"use strict";var r=e(58261),i=e(36444),l=e(31384),c=r.aTypedArray,f=r.exportTypedArrayMethod;f("groupBy",function(h){var u=arguments.length>1?arguments[1]:void 0;return i(c(this),h,u,l)},!0)},49381:function(d,_,e){"use strict";var r=e(58261),i=e(82762),l=e(75406),c=e(51981),f=e(93303),o=e(56902),h=e(3338),u=r.aTypedArray,a=r.getTypedArrayConstructor,x=r.exportTypedArrayMethod,p=Math.max,y=Math.min,m=!h(function(){var b=new Int8Array([1]),S=b.toSpliced(1,0,{valueOf:function(){return b[0]=2,3}});return S[0]!==2||S[1]!==3});x("toSpliced",function(S,D){var R=u(this),A=a(R),P=i(R),M=c(S,P),B=arguments.length,N=0,G,H,W,ae,ne,oe,q;if(B===0)G=H=0;else if(B===1)G=0,H=P-M;else if(H=y(p(o(D),0),P-M),G=B-2,G){ae=new A(G),W=l(ae);for(var J=2;J<B;J++)ne=arguments[J],ae[J-2]=W?f(ne):+ne}for(oe=P+G-H,q=new A(oe);N<M;N++)q[N]=R[N];for(;N<M+G;N++)q[N]=ae[N-M];for(;N<oe;N++)q[N]=R[N+H-G];return q},!m)},17230:function(d,_,e){"use strict";var r=e(94237),i=e(58261),l=e(69478),c=e(65621),f=i.aTypedArray,o=i.getTypedArrayConstructor,h=i.exportTypedArrayMethod,u=r(c);h("uniqueBy",function(x){return f(this),l(o(this),u(this,x))},!0)},62720:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(1674),f=e(79606),o=e(32621),h=e(69478),u=e(66244),a=e(81750),x=u.c2i,p=u.c2iUrl,y=i.Uint8Array,m=i.SyntaxError,b=l("".charAt),S=l("".replace),D=l("".slice),R=l([].push),A=/[\t\n\f\r ]/g,P="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,G=a(N)==="base64"?x:p,H=N?!!N.strict:!1,W=H?B:S(B,A,"");if(W.length%4===0)D(W,-2)==="=="?W=D(W,0,-2):D(W,-1)==="="&&(W=D(W,0,-1));else if(H)throw new m("Input is not correctly padded");var ae=W.length%4;switch(ae){case 1:throw new m("Bad input length");case 2:W+="AA";break;case 3:W+="A"}for(var ne=[],oe=0,q=W.length,J=function(ee){var Q=b(W,oe+ee);if(!o(G,Q))throw new m('Bad char in input: "'+Q+'"');return G[Q]<<18-6*ee};oe<q;oe+=4){var K=J(0)+J(1)+J(2)+J(3);R(ne,K>>16&255,K>>8&255,K&255)}var se=ne.length;if(ae===2){if(H&&ne[se-2]!==0)throw new m(P);se-=2}else if(ae===3){if(H&&ne[se-1]!==0)throw new m(P);se--}return h(y,ne,se)}})},57151:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(79606),f=i.Uint8Array,o=i.SyntaxError,h=i.parseInt,u=/[^\da-f]/i,a=l(u.exec),x=l("".slice);f&&r({target:"Uint8Array",stat:!0,forced:!0},{fromHex:function(y){c(y);var m=y.length;if(m%2)throw new o("String should have an even number of characters");if(a(u,y))throw new o("String should only contain hex characters");for(var b=new f(m/2),S=0;S<m;S+=2)b[S/2]=h(x(y,S,S+2),16);return b}})},48732:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(1674),f=e(27270),o=e(66244),h=e(81750),u=o.i2c,a=o.i2cUrl,x=i.Uint8Array,p=l("".charAt);x&&r({target:"Uint8Array",proto:!0,forced:!0},{toBase64:function(){for(var m=f(this),b=arguments.length?c(arguments[0]):void 0,S=h(b)==="base64"?u:a,D="",R=0,A=m.length,P,M=function(B){return p(S,P>>6*B&63)};R+2<A;R+=3)P=(m[R]<<16)+(m[R+1]<<8)+m[R+2],D+=M(3)+M(2)+M(1)+M(0);return R+2===A?(P=(m[R]<<16)+(m[R+1]<<8),D+=M(3)+M(2)+M(1)+"="):R+1===A&&(P=m[R]<<16,D+=M(3)+M(2)+"=="),D}})},18481:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(94237),c=e(27270),f=i.Uint8Array,o=l(1 .toString);f&&r({target:"Uint8Array",proto:!0,forced:!0},{toHex:function(){c(this);for(var u="",a=0,x=this.length;a<x;a++){var p=o(this[a],16);u+=p.length===1?"0"+p:p}return u}})},55055:function(d,_,e){"use strict";var r=e(94488),i=e(63619),l=e(42530).remove;r({target:"WeakMap",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},90965:function(d,_,e){"use strict";var r=e(94488),i=e(63619),l=e(42530),c=l.get,f=l.has,o=l.set;r({target:"WeakMap",proto:!0,real:!0,forced:!0},{emplace:function(u,a){var x=i(this),p,y;return f(x,u)?(p=c(x,u),"update"in a&&(p=a.update(p,u,x),o(x,u,p)),p):(y=a.insert(u,x),o(x,u,y),y)}})},7195:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"WeakMap",stat:!0,forced:!0},{from:i})},89179:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"WeakMap",stat:!0,forced:!0},{of:i})},67725:function(d,_,e){"use strict";var r=e(94488),i=e(14615);r({target:"WeakMap",proto:!0,real:!0,forced:!0},{upsert:i})},59884:function(d,_,e){"use strict";var r=e(94488),i=e(18888),l=e(91385).add;r({target:"WeakSet",proto:!0,real:!0,forced:!0},{addAll:function(){for(var f=i(this),o=0,h=arguments.length;o<h;o++)l(f,arguments[o]);return f}})},89202:function(d,_,e){"use strict";var r=e(94488),i=e(18888),l=e(91385).remove;r({target:"WeakSet",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var f=i(this),o=!0,h,u=0,a=arguments.length;u<a;u++)h=l(f,arguments[u]),o=o&&h;return!!o}})},97815:function(d,_,e){"use strict";var r=e(94488),i=e(72846);r({target:"WeakSet",stat:!0,forced:!0},{from:i})},11593:function(d,_,e){"use strict";var r=e(94488),i=e(48800);r({target:"WeakSet",stat:!0,forced:!0},{of:i})},7597:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(65911),c=e(94237),f=e(89945),o=e(3338),h=e(69905),u=e(57106),a=e(66244).c2i,x=/[^\d+/a-z]/i,p=/[\t\n\f\r ]+/g,y=/[=]{1,2}$/,m=l("atob"),b=String.fromCharCode,S=c("".charAt),D=c("".replace),R=c(x.exec),A=!!m&&!o(function(){return m("aGk=")!=="hi"}),P=A&&o(function(){return m(" ")!==""}),M=A&&!o(function(){m("a")}),B=A&&!o(function(){m()}),N=A&&m.length!==1,G=!A||P||M||B||N;r({global:!0,bind:!0,enumerable:!0,forced:G},{atob:function(W){if(u(arguments.length,1),A&&!P&&!M)return f(m,i,W);var ae=D(h(W),p,""),ne="",oe=0,q=0,J,K,se;if(ae.length%4===0&&(ae=D(ae,y,"")),J=ae.length,J%4===1||R(x,ae))throw new(l("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;oe<J;)K=S(ae,oe++),se=q%4?se*64+a[K]:a[K],q++%4&&(ne+=b(255&se>>(-2*q&6)));return ne}})},55182:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(65911),c=e(94237),f=e(89945),o=e(3338),h=e(69905),u=e(57106),a=e(66244).i2c,x=l("btoa"),p=c("".charAt),y=c("".charCodeAt),m=!!x&&!o(function(){return x("hi")!=="aGk="}),b=m&&!o(function(){x()}),S=m&&o(function(){return x(null)!=="bnVsbA=="}),D=m&&x.length!==1;r({global:!0,bind:!0,enumerable:!0,forced:!m||b||S||D},{btoa:function(A){if(u(arguments.length,1),m)return f(x,i,h(A));for(var P=h(A),M="",B=0,N=a,G,H;p(P,B)||(N="=",B%1);){if(H=y(P,B+=.75),H>255)throw new(l("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");G=G<<8|H,M+=p(N,63&G>>8-B%1*8)}return M}})},91472:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(28887).clear;r({global:!0,bind:!0,enumerable:!0,forced:i.clearImmediate!==l},{clearImmediate:l})},34366:function(d,_,e){"use strict";var r=e(92916),i=e(66749),l=e(9518),c=e(59594),f=e(68151),o=function(u){if(u&&u.forEach!==c)try{f(u,"forEach",c)}catch(a){u.forEach=c}};for(var h in i)i[h]&&o(r[h]&&r[h].prototype);o(l)},85425:function(d,_,e){"use strict";var r=e(92916),i=e(66749),l=e(9518),c=e(11005),f=e(68151),o=e(94573),h=e(59893),u=h("iterator"),a=c.values,x=function(y,m){if(y){if(y[u]!==a)try{f(y,u,a)}catch(S){y[u]=a}if(o(y,m,!0),i[m]){for(var b in c)if(y[b]!==c[b])try{f(y,b,c[b])}catch(S){y[b]=c[b]}}}};for(var p in i)x(r[p]&&r[p].prototype,p);x(l,"DOMTokenList")},64522:function(d,_,e){"use strict";var r=e(94488),i=e(11270),l=e(65911),c=e(3338),f=e(20132),o=e(35012),h=e(37691).f,u=e(2291),a=e(64110),x=e(32621),p=e(56472),y=e(80449),m=e(13367),b=e(7825),S=e(52109),D=e(80739),R=e(94844),A=e(35454),P=e(16697),M="DOMException",B="DATA_CLONE_ERR",N=l("Error"),G=l(M)||function(){try{var yt=l("MessageChannel")||i("worker_threads").MessageChannel;new yt().port1.postMessage(new WeakMap)}catch(kt){if(kt.name===B&&kt.code===25)return kt.constructor}}(),H=G&&G.prototype,W=N.prototype,ae=R.set,ne=R.getterFor(M),oe="stack"in new N(M),q=function(yt){return x(S,yt)&&S[yt].m?S[yt].c:0},J=function(){p(this,K);var kt=arguments.length,Zt=b(kt<1?void 0:arguments[0]),Ft=b(kt<2?void 0:arguments[1],"Error"),tr=q(Ft);if(ae(this,{type:M,name:Ft,message:Zt,code:tr}),A||(this.name=Ft,this.message=Zt,this.code=tr),oe){var ze=new N(Zt);ze.name=M,h(this,"stack",o(1,D(ze.stack,1)))}},K=J.prototype=f(W),se=function(yt){return{enumerable:!0,configurable:!0,get:yt}},ee=function(yt){return se(function(){return ne(this)[yt]})};A&&(a(K,"code",ee("code")),a(K,"message",ee("message")),a(K,"name",ee("name"))),h(K,"constructor",o(1,J));var Q=c(function(){return!(new G instanceof N)}),le=Q||c(function(){return W.toString!==m||String(new G(1,2))!=="2: 1"}),$=Q||c(function(){return new G(1,"DataCloneError").code!==25}),j=Q||G[B]!==25||H[B]!==25,ie=P?le||$||j:Q;r({global:!0,constructor:!0,forced:ie},{DOMException:ie?J:G});var me=l(M),Te=me.prototype;le&&(P||G===me)&&u(Te,"toString",m),$&&A&&G===me&&a(Te,"code",se(function(){return q(y(this).name)}));for(var Oe in S)if(x(S,Oe)){var Ge=S[Oe],Ue=Ge.s,Mt=o(6,Ge.c);x(me,Ue)||h(me,Ue,Mt),x(Te,Ue)||h(Te,Ue,Mt)}},41599:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(65911),c=e(35012),f=e(37691).f,o=e(32621),h=e(56472),u=e(25576),a=e(7825),x=e(52109),p=e(80739),y=e(35454),m=e(16697),b="DOMException",S=l("Error"),D=l(b),R=function(){h(this,A);var J=arguments.length,K=a(J<1?void 0:arguments[0]),se=a(J<2?void 0:arguments[1],"Error"),ee=new D(K,se),Q=new S(K);return Q.name=b,f(ee,"stack",c(1,p(Q.stack,1))),u(ee,this,R),ee},A=R.prototype=D.prototype,P="stack"in new S(b),M="stack"in new D(1,2),B=D&&y&&Object.getOwnPropertyDescriptor(i,b),N=!!B&&!(B.writable&&B.configurable),G=P&&!N&&!M;r({global:!0,constructor:!0,forced:m||G},{DOMException:G?R:D});var H=l(b),W=H.prototype;if(W.constructor!==H){m||f(W,"constructor",c(1,H));for(var ae in x)if(o(x,ae)){var ne=x[ae],oe=ne.s;o(H,oe)||f(H,oe,c(6,ne.c))}}},86465:function(d,_,e){"use strict";var r=e(65911),i=e(94573),l="DOMException";i(r(l),l)},78437:function(d,_,e){"use strict";e(91472),e(91700)},73624:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(72933),c=e(63335),f=e(57106),o=e(90946),h=i.process;r({global:!0,enumerable:!0,dontCallGetSet:!0},{queueMicrotask:function(a){f(arguments.length,1),c(a);var x=o&&h.domain;l(x?x.bind(a):a)}})},62059:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(64110),c=e(35454),f=TypeError,o=Object.defineProperty,h=i.self!==i;try{if(c){var u=Object.getOwnPropertyDescriptor(i,"self");(h||!u||!u.get||!u.enumerable)&&l(i,"self",{get:function(){return i},set:function(x){if(this!==i)throw new f("Illegal invocation");o(i,"self",{value:x,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else r({global:!0,simple:!0,forced:h},{self:i})}catch(a){}},91700:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(28887).set,c=e(93222),f=i.setImmediate?c(l,!1):l;r({global:!0,bind:!0,enumerable:!0,forced:i.setImmediate!==f},{setImmediate:f})},88469:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(93222),c=l(i.setInterval,!0);r({global:!0,bind:!0,forced:i.setInterval!==c},{setInterval:c})},91572:function(d,_,e){"use strict";var r=e(94488),i=e(92916),l=e(93222),c=l(i.setTimeout,!0);r({global:!0,bind:!0,forced:i.setTimeout!==c},{setTimeout:c})},10305:function(d,_,e){"use strict";var r=e(16697),i=e(94488),l=e(92916),c=e(65911),f=e(94237),o=e(3338),h=e(6145),u=e(55327),a=e(39812),x=e(4112),p=e(31946),y=e(18446),m=e(62003),b=e(80449),S=e(97607),D=e(32621),R=e(69392),A=e(68151),P=e(82762),M=e(57106),B=e(81644),N=e(2786),G=e(19691),H=e(57002),W=e(39311),ae=e(25406),ne=e(80426),oe=l.Object,q=l.Array,J=l.Date,K=l.Error,se=l.TypeError,ee=l.PerformanceMark,Q=c("DOMException"),le=N.Map,$=N.has,j=N.get,ie=N.set,me=G.Set,Te=G.add,Oe=G.has,Ge=c("Object","keys"),Ue=f([].push),Mt=f((!0).valueOf),yt=f(1 .valueOf),kt=f("".valueOf),Zt=f(J.prototype.getTime),Ft=h("structuredClone"),tr="DataCloneError",ze="Transferring",wt=function(Me){return!o(function(){var rt=new l.Set([7]),Yt=Me(rt),Lt=Me(oe(7));return Yt===rt||!Yt.has(7)||!p(Lt)||+Lt!=7})&&Me},Bt=function(Me,rt){return!o(function(){var Yt=new rt,Lt=Me({a:Yt,b:Yt});return!(Lt&&Lt.a===Lt.b&&Lt.a instanceof rt&&Lt.a.stack===Yt.stack)})},nt=function(Me){return!o(function(){var rt=Me(new l.AggregateError([1],Ft,{cause:3}));return rt.name!=="AggregateError"||rt.errors[0]!==1||rt.message!==Ft||rt.cause!==3})},_t=l.structuredClone,ht=r||!Bt(_t,K)||!Bt(_t,Q)||!nt(_t),Je=!_t&&wt(function(Me){return new ee(Ft,{detail:Me}).detail}),je=wt(_t)||Je,be=function(Me){throw new Q("Uncloneable type: "+Me,tr)},Le=function(Me,rt){throw new Q((rt||"Cloning")+" of "+Me+" cannot be properly polyfilled in this engine",tr)},Ke=function(Me,rt){return je||Le(rt),je(Me)},He=function(){var Me;try{Me=new l.DataTransfer}catch(rt){try{Me=new l.ClipboardEvent("").clipboardData}catch(Yt){}}return Me&&Me.items&&Me.files?Me:null},Xe=function(Me,rt,Yt){if($(rt,Me))return j(rt,Me);var Lt=Yt||S(Me),Wt,Ht,ir,Gt,Ie,ce;if(Lt==="SharedArrayBuffer")je?Wt=je(Me):Wt=Me;else{var he=l.DataView;!he&&!u(Me.slice)&&Le("ArrayBuffer");try{if(u(Me.slice)&&!Me.resizable)Wt=Me.slice(0);else for(Ht=Me.byteLength,ir=("maxByteLength"in Me)?{maxByteLength:Me.maxByteLength}:void 0,Wt=new ArrayBuffer(Ht,ir),Gt=new he(Me),Ie=new he(Wt),ce=0;ce<Ht;ce++)Ie.setUint8(ce,Gt.getUint8(ce))}catch(It){throw new Q("ArrayBuffer is detached",tr)}}return ie(rt,Me,Wt),Wt},pt=function(Me,rt,Yt,Lt,Wt){var Ht=l[rt];return p(Ht)||Le(rt),new Ht(Xe(Me.buffer,Wt),Yt,Lt)},bt=function(Me,rt){if(y(Me)&&be("Symbol"),!p(Me))return Me;if(rt){if($(rt,Me))return j(rt,Me)}else rt=new le;var Yt=S(Me),Lt,Wt,Ht,ir,Gt,Ie,ce,he;switch(Yt){case"Array":Ht=q(P(Me));break;case"Object":Ht={};break;case"Map":Ht=new le;break;case"Set":Ht=new me;break;case"RegExp":Ht=new RegExp(Me.source,B(Me));break;case"Error":switch(Wt=Me.name,Wt){case"AggregateError":Ht=new(c(Wt))([]);break;case"EvalError":case"RangeError":case"ReferenceError":case"SuppressedError":case"SyntaxError":case"TypeError":case"URIError":Ht=new(c(Wt));break;case"CompileError":case"LinkError":case"RuntimeError":Ht=new(c("WebAssembly",Wt));break;default:Ht=new K}break;case"DOMException":Ht=new Q(Me.message,Me.name);break;case"ArrayBuffer":case"SharedArrayBuffer":Ht=Xe(Me,rt,Yt);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":Ie=Yt==="DataView"?Me.byteLength:Me.length,Ht=pt(Me,Yt,Me.byteOffset,Ie,rt);break;case"DOMQuad":try{Ht=new DOMQuad(bt(Me.p1,rt),bt(Me.p2,rt),bt(Me.p3,rt),bt(Me.p4,rt))}catch(It){Ht=Ke(Me,Yt)}break;case"File":if(je)try{Ht=je(Me),S(Ht)!==Yt&&(Ht=void 0)}catch(It){}if(!Ht)try{Ht=new File([Me],Me.name,Me)}catch(It){}Ht||Le(Yt);break;case"FileList":if(ir=He(),ir){for(Gt=0,Ie=P(Me);Gt<Ie;Gt++)ir.items.add(bt(Me[Gt],rt));Ht=ir.files}else Ht=Ke(Me,Yt);break;case"ImageData":try{Ht=new ImageData(bt(Me.data,rt),Me.width,Me.height,{colorSpace:Me.colorSpace})}catch(It){Ht=Ke(Me,Yt)}break;default:if(je)Ht=je(Me);else switch(Yt){case"BigInt":Ht=oe(Me.valueOf());break;case"Boolean":Ht=oe(Mt(Me));break;case"Number":Ht=oe(yt(Me));break;case"String":Ht=oe(kt(Me));break;case"Date":Ht=new J(Zt(Me));break;case"Blob":try{Ht=Me.slice(0,Me.size,Me.type)}catch(It){Le(Yt)}break;case"DOMPoint":case"DOMPointReadOnly":Lt=l[Yt];try{Ht=Lt.fromPoint?Lt.fromPoint(Me):new Lt(Me.x,Me.y,Me.z,Me.w)}catch(It){Le(Yt)}break;case"DOMRect":case"DOMRectReadOnly":Lt=l[Yt];try{Ht=Lt.fromRect?Lt.fromRect(Me):new Lt(Me.x,Me.y,Me.width,Me.height)}catch(It){Le(Yt)}break;case"DOMMatrix":case"DOMMatrixReadOnly":Lt=l[Yt];try{Ht=Lt.fromMatrix?Lt.fromMatrix(Me):new Lt(Me)}catch(It){Le(Yt)}break;case"AudioData":case"VideoFrame":u(Me.clone)||Le(Yt);try{Ht=Me.clone()}catch(It){be(Yt)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":Le(Yt);default:be(Yt)}}switch(ie(rt,Me,Ht),Yt){case"Array":case"Object":for(ce=Ge(Me),Gt=0,Ie=P(ce);Gt<Ie;Gt++)he=ce[Gt],R(Ht,he,bt(Me[he],rt));break;case"Map":Me.forEach(function(It,Ce){ie(Ht,bt(Ce,rt),bt(It,rt))});break;case"Set":Me.forEach(function(It){Te(Ht,bt(It,rt))});break;case"Error":A(Ht,"message",bt(Me.message,rt)),D(Me,"cause")&&A(Ht,"cause",bt(Me.cause,rt)),Wt==="AggregateError"?Ht.errors=bt(Me.errors,rt):Wt==="SuppressedError"&&(Ht.error=bt(Me.error,rt),Ht.suppressed=bt(Me.suppressed,rt));case"DOMException":ae&&A(Ht,"stack",bt(Me.stack,rt))}return Ht},rr=function(Me,rt){if(!p(Me))throw new se("Transfer option cannot be converted to a sequence");var Yt=[];m(Me,function(Ce){Ue(Yt,b(Ce))});for(var Lt=0,Wt=P(Yt),Ht=new me,ir,Gt,Ie,ce,he,It;Lt<Wt;){if(ir=Yt[Lt++],Gt=S(ir),Gt==="ArrayBuffer"?Oe(Ht,ir):$(rt,ir))throw new Q("Duplicate transferable",tr);if(Gt==="ArrayBuffer"){Te(Ht,ir);continue}if(ne)ce=_t(ir,{transfer:[ir]});else switch(Gt){case"ImageBitmap":Ie=l.OffscreenCanvas,a(Ie)||Le(Gt,ze);try{he=new Ie(ir.width,ir.height),It=he.getContext("bitmaprenderer"),It.transferFromImageBitmap(ir),ce=he.transferToImageBitmap()}catch(Ce){}break;case"AudioData":case"VideoFrame":(!u(ir.clone)||!u(ir.close))&&Le(Gt,ze);try{ce=ir.clone(),ir.close()}catch(Ce){}break;case"MediaSourceHandle":case"MessagePort":case"OffscreenCanvas":case"ReadableStream":case"TransformStream":case"WritableStream":Le(Gt,ze)}if(ce===void 0)throw new Q("This object cannot be transferred: "+Gt,tr);ie(rt,ir,ce)}return Ht},Jt=function(Me){H(Me,function(rt){ne?je(rt,{transfer:[rt]}):u(rt.transfer)?rt.transfer():W?W(rt):Le("ArrayBuffer",ze)})};i({global:!0,enumerable:!0,sham:!ne,forced:ht},{structuredClone:function(rt){var Yt=M(arguments.length,1)>1&&!x(arguments[1])?b(arguments[1]):void 0,Lt=Yt?Yt.transfer:void 0,Wt,Ht;Lt!==void 0&&(Wt=new le,Ht=rr(Lt,Wt));var ir=bt(rt,Wt);return Ht&&Jt(Ht),ir}})},41208:function(d,_,e){"use strict";e(88469),e(91572)},91340:function(d,_,e){"use strict";e(11005);var r=e(94488),i=e(92916),l=e(89945),c=e(94237),f=e(35454),o=e(3299),h=e(2291),u=e(64110),a=e(66477),x=e(94573),p=e(83126),y=e(94844),m=e(56472),b=e(55327),S=e(32621),D=e(80666),R=e(97607),A=e(80449),P=e(31946),M=e(69905),B=e(20132),N=e(35012),G=e(85428),H=e(26006),W=e(25587),ae=e(57106),ne=e(59893),oe=e(63668),q=ne("iterator"),J="URLSearchParams",K=J+"Iterator",se=y.set,ee=y.getterFor(J),Q=y.getterFor(K),le=Object.getOwnPropertyDescriptor,$=function(Wt){if(!f)return i[Wt];var Ht=le(i,Wt);return Ht&&Ht.value},j=$("fetch"),ie=$("Request"),me=$("Headers"),Te=ie&&ie.prototype,Oe=me&&me.prototype,Ge=i.RegExp,Ue=i.TypeError,Mt=i.decodeURIComponent,yt=i.encodeURIComponent,kt=c("".charAt),Zt=c([].join),Ft=c([].push),tr=c("".replace),ze=c([].shift),wt=c([].splice),Bt=c("".split),nt=c("".slice),_t=/\+/g,ht=Array(4),Je=function(Wt){return ht[Wt-1]||(ht[Wt-1]=Ge("((?:%[\\da-f]{2}){"+Wt+"})","gi"))},je=function(Wt){try{return Mt(Wt)}catch(Ht){return Wt}},be=function(Wt){var Ht=tr(Wt,_t," "),ir=4;try{return Mt(Ht)}catch(Gt){for(;ir;)Ht=tr(Ht,Je(ir--),je);return Ht}},Le=/[!'()~]|%20/g,Ke={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},He=function(Wt){return Ke[Wt]},Xe=function(Wt){return tr(yt(Wt),Le,He)},pt=p(function(Ht,ir){se(this,{type:K,target:ee(Ht).entries,index:0,kind:ir})},J,function(){var Ht=Q(this),ir=Ht.target,Gt=Ht.index++;if(!ir||Gt>=ir.length)return Ht.target=void 0,W(void 0,!0);var Ie=ir[Gt];switch(Ht.kind){case"keys":return W(Ie.key,!1);case"values":return W(Ie.value,!1)}return W([Ie.key,Ie.value],!1)},!0),bt=function(Wt){this.entries=[],this.url=null,Wt!==void 0&&(P(Wt)?this.parseObject(Wt):this.parseQuery(typeof Wt=="string"?kt(Wt,0)==="?"?nt(Wt,1):Wt:M(Wt)))};bt.prototype={type:J,bindURL:function(Wt){this.url=Wt,this.update()},parseObject:function(Wt){var Ht=this.entries,ir=H(Wt),Gt,Ie,ce,he,It,Ce,ft;if(ir)for(Gt=G(Wt,ir),Ie=Gt.next;!(ce=l(Ie,Gt)).done;){if(he=G(A(ce.value)),It=he.next,(Ce=l(It,he)).done||(ft=l(It,he)).done||!l(It,he).done)throw new Ue("Expected sequence with length 2");Ft(Ht,{key:M(Ce.value),value:M(ft.value)})}else for(var Kt in Wt)S(Wt,Kt)&&Ft(Ht,{key:Kt,value:M(Wt[Kt])})},parseQuery:function(Wt){if(Wt)for(var Ht=this.entries,ir=Bt(Wt,"&"),Gt=0,Ie,ce;Gt<ir.length;)Ie=ir[Gt++],Ie.length&&(ce=Bt(Ie,"="),Ft(Ht,{key:be(ze(ce)),value:be(Zt(ce,"="))}))},serialize:function(){for(var Wt=this.entries,Ht=[],ir=0,Gt;ir<Wt.length;)Gt=Wt[ir++],Ft(Ht,Xe(Gt.key)+"="+Xe(Gt.value));return Zt(Ht,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var rr=function(){m(this,Jt);var Ht=arguments.length>0?arguments[0]:void 0,ir=se(this,new bt(Ht));f||(this.size=ir.entries.length)},Jt=rr.prototype;if(a(Jt,{append:function(Ht,ir){var Gt=ee(this);ae(arguments.length,2),Ft(Gt.entries,{key:M(Ht),value:M(ir)}),f||this.length++,Gt.updateURL()},delete:function(Wt){for(var Ht=ee(this),ir=ae(arguments.length,1),Gt=Ht.entries,Ie=M(Wt),ce=ir<2?void 0:arguments[1],he=ce===void 0?ce:M(ce),It=0;It<Gt.length;){var Ce=Gt[It];if(Ce.key===Ie&&(he===void 0||Ce.value===he)){if(wt(Gt,It,1),he!==void 0)break}else It++}f||(this.size=Gt.length),Ht.updateURL()},get:function(Ht){var ir=ee(this).entries;ae(arguments.length,1);for(var Gt=M(Ht),Ie=0;Ie<ir.length;Ie++)if(ir[Ie].key===Gt)return ir[Ie].value;return null},getAll:function(Ht){var ir=ee(this).entries;ae(arguments.length,1);for(var Gt=M(Ht),Ie=[],ce=0;ce<ir.length;ce++)ir[ce].key===Gt&&Ft(Ie,ir[ce].value);return Ie},has:function(Ht){for(var ir=ee(this).entries,Gt=ae(arguments.length,1),Ie=M(Ht),ce=Gt<2?void 0:arguments[1],he=ce===void 0?ce:M(ce),It=0;It<ir.length;){var Ce=ir[It++];if(Ce.key===Ie&&(he===void 0||Ce.value===he))return!0}return!1},set:function(Ht,ir){var Gt=ee(this);ae(arguments.length,1);for(var Ie=Gt.entries,ce=!1,he=M(Ht),It=M(ir),Ce=0,ft;Ce<Ie.length;Ce++)ft=Ie[Ce],ft.key===he&&(ce?wt(Ie,Ce--,1):(ce=!0,ft.value=It));ce||Ft(Ie,{key:he,value:It}),f||(this.size=Ie.length),Gt.updateURL()},sort:function(){var Ht=ee(this);oe(Ht.entries,function(ir,Gt){return ir.key>Gt.key?1:-1}),Ht.updateURL()},forEach:function(Ht){for(var ir=ee(this).entries,Gt=D(Ht,arguments.length>1?arguments[1]:void 0),Ie=0,ce;Ie<ir.length;)ce=ir[Ie++],Gt(ce.value,ce.key,this)},keys:function(){return new pt(this,"keys")},values:function(){return new pt(this,"values")},entries:function(){return new pt(this,"entries")}},{enumerable:!0}),h(Jt,q,Jt.entries,{name:"entries"}),h(Jt,"toString",function(){return ee(this).serialize()},{enumerable:!0}),f&&u(Jt,"size",{get:function(){return ee(this).entries.length},configurable:!0,enumerable:!0}),x(rr,J),r({global:!0,constructor:!0,forced:!o},{URLSearchParams:rr}),!o&&b(me)){var Me=c(Oe.has),rt=c(Oe.set),Yt=function(Wt){if(P(Wt)){var Ht=Wt.body,ir;if(R(Ht)===J)return ir=Wt.headers?new me(Wt.headers):new me,Me(ir,"content-type")||rt(ir,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),B(Wt,{body:N(0,M(Ht)),headers:N(0,ir)})}return Wt};if(b(j)&&r({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(Ht){return j(Ht,arguments.length>1?Yt(arguments[1]):{})}}),b(ie)){var Lt=function(Ht){return m(this,Te),new ie(Ht,arguments.length>1?Yt(arguments[1]):{})};Te.constructor=Lt,Lt.prototype=Te,r({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:Lt})}}d.exports={URLSearchParams:rr,getState:ee}},4890:function(d,_,e){"use strict";var r=e(2291),i=e(94237),l=e(69905),c=e(57106),f=URLSearchParams,o=f.prototype,h=i(o.append),u=i(o.delete),a=i(o.forEach),x=i([].push),p=new f("a=1&a=2&b=3");p.delete("a",1),p.delete("b",void 0),p+""!="a=2"&&r(o,"delete",function(y){var m=arguments.length,b=m<2?void 0:arguments[1];if(m&&b===void 0)return u(this,y);var S=[];a(this,function(G,H){x(S,{key:H,value:G})}),c(m,1);for(var D=l(y),R=l(b),A=0,P=0,M=!1,B=S.length,N;A<B;)N=S[A++],M||N.key===D?(M=!0,u(this,N.key)):P++;for(;P<B;)N=S[P++],N.key===D&&N.value===R||h(this,N.key,N.value)},{enumerable:!0,unsafe:!0})},5340:function(d,_,e){"use strict";var r=e(2291),i=e(94237),l=e(69905),c=e(57106),f=URLSearchParams,o=f.prototype,h=i(o.getAll),u=i(o.has),a=new f("a=1");(a.has("a",2)||!a.has("a",void 0))&&r(o,"has",function(p){var y=arguments.length,m=y<2?void 0:arguments[1];if(y&&m===void 0)return u(this,p);var b=h(this,p);c(y,1);for(var S=l(m),D=0;D<b.length;)if(b[D++]===S)return!0;return!1},{enumerable:!0,unsafe:!0})},7893:function(d,_,e){"use strict";e(91340)},61650:function(d,_,e){"use strict";var r=e(35454),i=e(94237),l=e(64110),c=URLSearchParams.prototype,f=i(c.forEach);r&&!("size"in c)&&l(c,"size",{get:function(){var h=0;return f(this,function(){h++}),h},configurable:!0,enumerable:!0})},40061:function(d,_,e){"use strict";var r=e(94488),i=e(65911),l=e(3338),c=e(57106),f=e(69905),o=e(3299),h=i("URL"),u=o&&l(function(){h.canParse()});r({target:"URL",stat:!0,forced:!u},{canParse:function(x){var p=c(arguments.length,1),y=f(x),m=p<2||arguments[1]===void 0?void 0:f(arguments[1]);try{return!!new h(y,m)}catch(b){return!1}}})},13588:function(d,_,e){"use strict";e(20852);var r=e(94488),i=e(35454),l=e(3299),c=e(92916),f=e(80666),o=e(94237),h=e(2291),u=e(64110),a=e(56472),x=e(32621),p=e(80530),y=e(60255),m=e(71698),b=e(13764).codeAt,S=e(93245),D=e(69905),R=e(94573),A=e(57106),P=e(91340),M=e(94844),B=M.set,N=M.getterFor("URL"),G=P.URLSearchParams,H=P.getState,W=c.URL,ae=c.TypeError,ne=c.parseInt,oe=Math.floor,q=Math.pow,J=o("".charAt),K=o(/./.exec),se=o([].join),ee=o(1 .toString),Q=o([].pop),le=o([].push),$=o("".replace),j=o([].shift),ie=o("".split),me=o("".slice),Te=o("".toLowerCase),Oe=o([].unshift),Ge="Invalid authority",Ue="Invalid scheme",Mt="Invalid host",yt="Invalid port",kt=/[a-z]/i,Zt=/[\d+-.a-z]/i,Ft=/\d/,tr=/^0x/i,ze=/^[0-7]+$/,wt=/^\d+$/,Bt=/^[\da-f]+$/i,nt=/[\0\t\n\r #%/:<>?@[\\\]^|]/,_t=/[\0\t\n\r #/:<>?@[\\\]^|]/,ht=/^[\u0000-\u0020]+/,Je=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,je=/[\t\n\r]/g,be,Le=function(Xt){var vt=ie(Xt,"."),ot,ct,Nt,br,_r,Jr,zr;if(vt.length&&vt[vt.length-1]===""&&vt.length--,ot=vt.length,ot>4)return Xt;for(ct=[],Nt=0;Nt<ot;Nt++){if(br=vt[Nt],br==="")return Xt;if(_r=10,br.length>1&&J(br,0)==="0"&&(_r=K(tr,br)?16:8,br=me(br,_r===8?1:2)),br==="")Jr=0;else{if(!K(_r===10?wt:_r===8?ze:Bt,br))return Xt;Jr=ne(br,_r)}le(ct,Jr)}for(Nt=0;Nt<ot;Nt++)if(Jr=ct[Nt],Nt===ot-1){if(Jr>=q(256,5-ot))return null}else if(Jr>255)return null;for(zr=Q(ct),Nt=0;Nt<ct.length;Nt++)zr+=ct[Nt]*q(256,3-Nt);return zr},Ke=function(Xt){var vt=[0,0,0,0,0,0,0,0],ot=0,ct=null,Nt=0,br,_r,Jr,zr,xn,Et,Dr,kn=function(){return J(Xt,Nt)};if(kn()===":"){if(J(Xt,1)!==":")return;Nt+=2,ot++,ct=ot}for(;kn();){if(ot===8)return;if(kn()===":"){if(ct!==null)return;Nt++,ot++,ct=ot;continue}for(br=_r=0;_r<4&&K(Bt,kn());)br=br*16+ne(kn(),16),Nt++,_r++;if(kn()==="."){if(_r===0||(Nt-=_r,ot>6))return;for(Jr=0;kn();){if(zr=null,Jr>0)if(kn()==="."&&Jr<4)Nt++;else return;if(!K(Ft,kn()))return;for(;K(Ft,kn());){if(xn=ne(kn(),10),zr===null)zr=xn;else{if(zr===0)return;zr=zr*10+xn}if(zr>255)return;Nt++}vt[ot]=vt[ot]*256+zr,Jr++,(Jr===2||Jr===4)&&ot++}if(Jr!==4)return;break}else if(kn()===":"){if(Nt++,!kn())return}else if(kn())return;vt[ot++]=br}if(ct!==null)for(Et=ot-ct,ot=7;ot!==0&&Et>0;)Dr=vt[ot],vt[ot--]=vt[ct+Et-1],vt[ct+--Et]=Dr;else if(ot!==8)return;return vt},He=function(Xt){for(var vt=null,ot=1,ct=null,Nt=0,br=0;br<8;br++)Xt[br]!==0?(Nt>ot&&(vt=ct,ot=Nt),ct=null,Nt=0):(ct===null&&(ct=br),++Nt);return Nt>ot&&(vt=ct,ot=Nt),vt},Xe=function(Xt){var vt,ot,ct,Nt;if(typeof Xt=="number"){for(vt=[],ot=0;ot<4;ot++)Oe(vt,Xt%256),Xt=oe(Xt/256);return se(vt,".")}else if(typeof Xt=="object"){for(vt="",ct=He(Xt),ot=0;ot<8;ot++)Nt&&Xt[ot]===0||(Nt&&(Nt=!1),ct===ot?(vt+=ot?":":"::",Nt=!0):(vt+=ee(Xt[ot],16),ot<7&&(vt+=":")));return"["+vt+"]"}return Xt},pt={},bt=p({},pt,{" ":1,'"':1,"<":1,">":1,"`":1}),rr=p({},bt,{"#":1,"?":1,"{":1,"}":1}),Jt=p({},rr,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Me=function(Xt,vt){var ot=b(Xt,0);return ot>32&&ot<127&&!x(vt,Xt)?Xt:encodeURIComponent(Xt)},rt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Yt=function(Xt,vt){var ot;return Xt.length===2&&K(kt,J(Xt,0))&&((ot=J(Xt,1))===":"||!vt&&ot==="|")},Lt=function(Xt){var vt;return Xt.length>1&&Yt(me(Xt,0,2))&&(Xt.length===2||(vt=J(Xt,2))==="/"||vt==="\\"||vt==="?"||vt==="#")},Wt=function(Xt){return Xt==="."||Te(Xt)==="%2e"},Ht=function(Xt){return Xt=Te(Xt),Xt===".."||Xt==="%2e."||Xt===".%2e"||Xt==="%2e%2e"},ir={},Gt={},Ie={},ce={},he={},It={},Ce={},ft={},Kt={},Tt={},Pe={},At={},Ze={},we={},gt={},Rt={},Fe={},Tr={},Ct={},Kr={},tn={},Ir=function(Xt,vt,ot){var ct=D(Xt),Nt,br,_r;if(vt){if(br=this.parse(ct),br)throw new ae(br);this.searchParams=null}else{if(ot!==void 0&&(Nt=new Ir(ot,!0)),br=this.parse(ct,null,Nt),br)throw new ae(br);_r=H(new G),_r.bindURL(this),this.searchParams=_r}};Ir.prototype={type:"URL",parse:function(Xt,vt,ot){var ct=this,Nt=vt||ir,br=0,_r="",Jr=!1,zr=!1,xn=!1,Et,Dr,kn,Qn;for(Xt=D(Xt),vt||(ct.scheme="",ct.username="",ct.password="",ct.host=null,ct.port=null,ct.path=[],ct.query=null,ct.fragment=null,ct.cannotBeABaseURL=!1,Xt=$(Xt,ht,""),Xt=$(Xt,Je,"$1")),Xt=$(Xt,je,""),Et=y(Xt);br<=Et.length;){switch(Dr=Et[br],Nt){case ir:if(Dr&&K(kt,Dr))_r+=Te(Dr),Nt=Gt;else{if(vt)return Ue;Nt=Ie;continue}break;case Gt:if(Dr&&(K(Zt,Dr)||Dr==="+"||Dr==="-"||Dr==="."))_r+=Te(Dr);else if(Dr===":"){if(vt&&(ct.isSpecial()!==x(rt,_r)||_r==="file"&&(ct.includesCredentials()||ct.port!==null)||ct.scheme==="file"&&!ct.host))return;if(ct.scheme=_r,vt){ct.isSpecial()&&rt[ct.scheme]===ct.port&&(ct.port=null);return}_r="",ct.scheme==="file"?Nt=we:ct.isSpecial()&&ot&&ot.scheme===ct.scheme?Nt=ce:ct.isSpecial()?Nt=ft:Et[br+1]==="/"?(Nt=he,br++):(ct.cannotBeABaseURL=!0,le(ct.path,""),Nt=Ct)}else{if(vt)return Ue;_r="",Nt=Ie,br=0;continue}break;case Ie:if(!ot||ot.cannotBeABaseURL&&Dr!=="#")return Ue;if(ot.cannotBeABaseURL&&Dr==="#"){ct.scheme=ot.scheme,ct.path=m(ot.path),ct.query=ot.query,ct.fragment="",ct.cannotBeABaseURL=!0,Nt=tn;break}Nt=ot.scheme==="file"?we:It;continue;case ce:if(Dr==="/"&&Et[br+1]==="/")Nt=Kt,br++;else{Nt=It;continue}break;case he:if(Dr==="/"){Nt=Tt;break}else{Nt=Tr;continue}case It:if(ct.scheme=ot.scheme,Dr===be)ct.username=ot.username,ct.password=ot.password,ct.host=ot.host,ct.port=ot.port,ct.path=m(ot.path),ct.query=ot.query;else if(Dr==="/"||Dr==="\\"&&ct.isSpecial())Nt=Ce;else if(Dr==="?")ct.username=ot.username,ct.password=ot.password,ct.host=ot.host,ct.port=ot.port,ct.path=m(ot.path),ct.query="",Nt=Kr;else if(Dr==="#")ct.username=ot.username,ct.password=ot.password,ct.host=ot.host,ct.port=ot.port,ct.path=m(ot.path),ct.query=ot.query,ct.fragment="",Nt=tn;else{ct.username=ot.username,ct.password=ot.password,ct.host=ot.host,ct.port=ot.port,ct.path=m(ot.path),ct.path.length--,Nt=Tr;continue}break;case Ce:if(ct.isSpecial()&&(Dr==="/"||Dr==="\\"))Nt=Kt;else if(Dr==="/")Nt=Tt;else{ct.username=ot.username,ct.password=ot.password,ct.host=ot.host,ct.port=ot.port,Nt=Tr;continue}break;case ft:if(Nt=Kt,Dr!=="/"||J(_r,br+1)!=="/")continue;br++;break;case Kt:if(Dr!=="/"&&Dr!=="\\"){Nt=Tt;continue}break;case Tt:if(Dr==="@"){Jr&&(_r="%40"+_r),Jr=!0,kn=y(_r);for(var Nn=0;Nn<kn.length;Nn++){var ti=kn[Nn];if(ti===":"&&!xn){xn=!0;continue}var Tn=Me(ti,Jt);xn?ct.password+=Tn:ct.username+=Tn}_r=""}else if(Dr===be||Dr==="/"||Dr==="?"||Dr==="#"||Dr==="\\"&&ct.isSpecial()){if(Jr&&_r==="")return Ge;br-=y(_r).length+1,_r="",Nt=Pe}else _r+=Dr;break;case Pe:case At:if(vt&&ct.scheme==="file"){Nt=Rt;continue}else if(Dr===":"&&!zr){if(_r==="")return Mt;if(Qn=ct.parseHost(_r),Qn)return Qn;if(_r="",Nt=Ze,vt===At)return}else if(Dr===be||Dr==="/"||Dr==="?"||Dr==="#"||Dr==="\\"&&ct.isSpecial()){if(ct.isSpecial()&&_r==="")return Mt;if(vt&&_r===""&&(ct.includesCredentials()||ct.port!==null))return;if(Qn=ct.parseHost(_r),Qn)return Qn;if(_r="",Nt=Fe,vt)return;continue}else Dr==="["?zr=!0:Dr==="]"&&(zr=!1),_r+=Dr;break;case Ze:if(K(Ft,Dr))_r+=Dr;else if(Dr===be||Dr==="/"||Dr==="?"||Dr==="#"||Dr==="\\"&&ct.isSpecial()||vt){if(_r!==""){var Ai=ne(_r,10);if(Ai>65535)return yt;ct.port=ct.isSpecial()&&Ai===rt[ct.scheme]?null:Ai,_r=""}if(vt)return;Nt=Fe;continue}else return yt;break;case we:if(ct.scheme="file",Dr==="/"||Dr==="\\")Nt=gt;else if(ot&&ot.scheme==="file")switch(Dr){case be:ct.host=ot.host,ct.path=m(ot.path),ct.query=ot.query;break;case"?":ct.host=ot.host,ct.path=m(ot.path),ct.query="",Nt=Kr;break;case"#":ct.host=ot.host,ct.path=m(ot.path),ct.query=ot.query,ct.fragment="",Nt=tn;break;default:Lt(se(m(Et,br),""))||(ct.host=ot.host,ct.path=m(ot.path),ct.shortenPath()),Nt=Tr;continue}else{Nt=Tr;continue}break;case gt:if(Dr==="/"||Dr==="\\"){Nt=Rt;break}ot&&ot.scheme==="file"&&!Lt(se(m(Et,br),""))&&(Yt(ot.path[0],!0)?le(ct.path,ot.path[0]):ct.host=ot.host),Nt=Tr;continue;case Rt:if(Dr===be||Dr==="/"||Dr==="\\"||Dr==="?"||Dr==="#"){if(!vt&&Yt(_r))Nt=Tr;else if(_r===""){if(ct.host="",vt)return;Nt=Fe}else{if(Qn=ct.parseHost(_r),Qn)return Qn;if(ct.host==="localhost"&&(ct.host=""),vt)return;_r="",Nt=Fe}continue}else _r+=Dr;break;case Fe:if(ct.isSpecial()){if(Nt=Tr,Dr!=="/"&&Dr!=="\\")continue}else if(!vt&&Dr==="?")ct.query="",Nt=Kr;else if(!vt&&Dr==="#")ct.fragment="",Nt=tn;else if(Dr!==be&&(Nt=Tr,Dr!=="/"))continue;break;case Tr:if(Dr===be||Dr==="/"||Dr==="\\"&&ct.isSpecial()||!vt&&(Dr==="?"||Dr==="#")){if(Ht(_r)?(ct.shortenPath(),Dr!=="/"&&!(Dr==="\\"&&ct.isSpecial())&&le(ct.path,"")):Wt(_r)?Dr!=="/"&&!(Dr==="\\"&&ct.isSpecial())&&le(ct.path,""):(ct.scheme==="file"&&!ct.path.length&&Yt(_r)&&(ct.host&&(ct.host=""),_r=J(_r,0)+":"),le(ct.path,_r)),_r="",ct.scheme==="file"&&(Dr===be||Dr==="?"||Dr==="#"))for(;ct.path.length>1&&ct.path[0]==="";)j(ct.path);Dr==="?"?(ct.query="",Nt=Kr):Dr==="#"&&(ct.fragment="",Nt=tn)}else _r+=Me(Dr,rr);break;case Ct:Dr==="?"?(ct.query="",Nt=Kr):Dr==="#"?(ct.fragment="",Nt=tn):Dr!==be&&(ct.path[0]+=Me(Dr,pt));break;case Kr:!vt&&Dr==="#"?(ct.fragment="",Nt=tn):Dr!==be&&(Dr==="'"&&ct.isSpecial()?ct.query+="%27":Dr==="#"?ct.query+="%23":ct.query+=Me(Dr,pt));break;case tn:Dr!==be&&(ct.fragment+=Me(Dr,bt));break}br++}},parseHost:function(Xt){var vt,ot,ct;if(J(Xt,0)==="["){if(J(Xt,Xt.length-1)!=="]"||(vt=Ke(me(Xt,1,-1)),!vt))return Mt;this.host=vt}else if(this.isSpecial()){if(Xt=S(Xt),K(nt,Xt)||(vt=Le(Xt),vt===null))return Mt;this.host=vt}else{if(K(_t,Xt))return Mt;for(vt="",ot=y(Xt),ct=0;ct<ot.length;ct++)vt+=Me(ot[ct],pt);this.host=vt}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||this.scheme==="file"},includesCredentials:function(){return this.username!==""||this.password!==""},isSpecial:function(){return x(rt,this.scheme)},shortenPath:function(){var Xt=this.path,vt=Xt.length;vt&&(this.scheme!=="file"||vt!==1||!Yt(Xt[0],!0))&&Xt.length--},serialize:function(){var Xt=this,vt=Xt.scheme,ot=Xt.username,ct=Xt.password,Nt=Xt.host,br=Xt.port,_r=Xt.path,Jr=Xt.query,zr=Xt.fragment,xn=vt+":";return Nt!==null?(xn+="//",Xt.includesCredentials()&&(xn+=ot+(ct?":"+ct:"")+"@"),xn+=Xe(Nt),br!==null&&(xn+=":"+br)):vt==="file"&&(xn+="//"),xn+=Xt.cannotBeABaseURL?_r[0]:_r.length?"/"+se(_r,"/"):"",Jr!==null&&(xn+="?"+Jr),zr!==null&&(xn+="#"+zr),xn},setHref:function(Xt){var vt=this.parse(Xt);if(vt)throw new ae(vt);this.searchParams.update()},getOrigin:function(){var Xt=this.scheme,vt=this.port;if(Xt==="blob")try{return new Lr(Xt.path[0]).origin}catch(ot){return"null"}return Xt==="file"||!this.isSpecial()?"null":Xt+"://"+Xe(this.host)+(vt!==null?":"+vt:"")},getProtocol:function(){return this.scheme+":"},setProtocol:function(Xt){this.parse(D(Xt)+":",ir)},getUsername:function(){return this.username},setUsername:function(Xt){var vt=y(D(Xt));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var ot=0;ot<vt.length;ot++)this.username+=Me(vt[ot],Jt)}},getPassword:function(){return this.password},setPassword:function(Xt){var vt=y(D(Xt));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var ot=0;ot<vt.length;ot++)this.password+=Me(vt[ot],Jt)}},getHost:function(){var Xt=this.host,vt=this.port;return Xt===null?"":vt===null?Xe(Xt):Xe(Xt)+":"+vt},setHost:function(Xt){this.cannotBeABaseURL||this.parse(Xt,Pe)},getHostname:function(){var Xt=this.host;return Xt===null?"":Xe(Xt)},setHostname:function(Xt){this.cannotBeABaseURL||this.parse(Xt,At)},getPort:function(){var Xt=this.port;return Xt===null?"":D(Xt)},setPort:function(Xt){this.cannotHaveUsernamePasswordPort()||(Xt=D(Xt),Xt===""?this.port=null:this.parse(Xt,Ze))},getPathname:function(){var Xt=this.path;return this.cannotBeABaseURL?Xt[0]:Xt.length?"/"+se(Xt,"/"):""},setPathname:function(Xt){this.cannotBeABaseURL||(this.path=[],this.parse(Xt,Fe))},getSearch:function(){var Xt=this.query;return Xt?"?"+Xt:""},setSearch:function(Xt){Xt=D(Xt),Xt===""?this.query=null:(J(Xt,0)==="?"&&(Xt=me(Xt,1)),this.query="",this.parse(Xt,Kr)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var Xt=this.fragment;return Xt?"#"+Xt:""},setHash:function(Xt){if(Xt=D(Xt),Xt===""){this.fragment=null;return}J(Xt,0)==="#"&&(Xt=me(Xt,1)),this.fragment="",this.parse(Xt,tn)},update:function(){this.query=this.searchParams.serialize()||null}};var Lr=function(vt){var ot=a(this,vr),ct=A(arguments.length,1)>1?arguments[1]:void 0,Nt=B(ot,new Ir(vt,!1,ct));i||(ot.href=Nt.serialize(),ot.origin=Nt.getOrigin(),ot.protocol=Nt.getProtocol(),ot.username=Nt.getUsername(),ot.password=Nt.getPassword(),ot.host=Nt.getHost(),ot.hostname=Nt.getHostname(),ot.port=Nt.getPort(),ot.pathname=Nt.getPathname(),ot.search=Nt.getSearch(),ot.searchParams=Nt.getSearchParams(),ot.hash=Nt.getHash())},vr=Lr.prototype,$r=function(Xt,vt){return{get:function(){return N(this)[Xt]()},set:vt&&function(ot){return N(this)[vt](ot)},configurable:!0,enumerable:!0}};if(i&&(u(vr,"href",$r("serialize","setHref")),u(vr,"origin",$r("getOrigin")),u(vr,"protocol",$r("getProtocol","setProtocol")),u(vr,"username",$r("getUsername","setUsername")),u(vr,"password",$r("getPassword","setPassword")),u(vr,"host",$r("getHost","setHost")),u(vr,"hostname",$r("getHostname","setHostname")),u(vr,"port",$r("getPort","setPort")),u(vr,"pathname",$r("getPathname","setPathname")),u(vr,"search",$r("getSearch","setSearch")),u(vr,"searchParams",$r("getSearchParams")),u(vr,"hash",$r("getHash","setHash"))),h(vr,"toJSON",function(){return N(this).serialize()},{enumerable:!0}),h(vr,"toString",function(){return N(this).serialize()},{enumerable:!0}),W){var sn=W.createObjectURL,hn=W.revokeObjectURL;sn&&h(Lr,"createObjectURL",f(sn,W)),hn&&h(Lr,"revokeObjectURL",f(hn,W))}R(Lr,"URL"),r({global:!0,constructor:!0,forced:!l,sham:!i},{URL:Lr})},25204:function(d,_,e){"use strict";e(13588)},47803:function(d,_,e){"use strict";var r=e(94488),i=e(89945);r({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return i(URL.prototype.toString,this)}})},73825:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(Array.isArray(i))return i}},65873:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(89878);function i(l,c,f){return c=(0,r.Z)(c),c in l?Object.defineProperty(l,c,{value:f,enumerable:!0,configurable:!0,writable:!0}):l[c]=f,l}},38329:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){return r=Object.assign?Object.assign.bind():function(i){for(var l=1;l<arguments.length;l++){var c=arguments[l];for(var f in c)Object.prototype.hasOwnProperty.call(c,f)&&(i[f]=c[f])}return i},r.apply(this,arguments)}},66160:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}},63579:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(65873);function i(c,f){var o=Object.keys(c);if(Object.getOwnPropertySymbols){var h=Object.getOwnPropertySymbols(c);f&&(h=h.filter(function(u){return Object.getOwnPropertyDescriptor(c,u).enumerable})),o.push.apply(o,h)}return o}function l(c){for(var f=1;f<arguments.length;f++){var o=arguments[f]!=null?arguments[f]:{};f%2?i(Object(o),!0).forEach(function(h){(0,r.Z)(c,h,o[h])}):Object.getOwnPropertyDescriptors?Object.defineProperties(c,Object.getOwnPropertyDescriptors(o)):i(Object(o)).forEach(function(h){Object.defineProperty(c,h,Object.getOwnPropertyDescriptor(o,h))})}return c}},38127:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});function r(l,c){if(l==null)return{};var f={},o=Object.keys(l),h,u;for(u=0;u<o.length;u++)h=o[u],!(c.indexOf(h)>=0)&&(f[h]=l[h]);return f}function i(l,c){if(l==null)return{};var f=r(l,c),o,h;if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(l);for(h=0;h<u.length;h++)o=u[h],!(c.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(l,o)&&(f[o]=l[o])}return f}},87296:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(73825);function i(o,h){var u=o==null?null:typeof Symbol!="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(u!=null){var a,x,p,y,m=[],b=!0,S=!1;try{if(p=(u=u.call(o)).next,h===0){if(Object(u)!==u)return;b=!1}else for(;!(b=(a=p.call(u)).done)&&(m.push(a.value),m.length!==h);b=!0);}catch(D){S=!0,x=D}finally{try{if(!b&&u.return!=null&&(y=u.return(),Object(y)!==y))return}finally{if(S)throw x}}return m}}var l=e(99227),c=e(66160);function f(o,h){return(0,r.Z)(o)||i(o,h)||(0,l.Z)(o,h)||(0,c.Z)()}},89878:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(8616);function i(c,f){if((0,r.Z)(c)!="object"||!c)return c;var o=c[Symbol.toPrimitive];if(o!==void 0){var h=o.call(c,f||"default");if((0,r.Z)(h)!="object")return h;throw new TypeError("@@toPrimitive must return a primitive value.")}return(f==="string"?String:Number)(c)}function l(c){var f=i(c,"string");return(0,r.Z)(f)=="symbol"?f:String(f)}},8616:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){"@babel/helpers - typeof";return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l},r(i)}},99227:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});function r(l,c){(c==null||c>l.length)&&(c=l.length);for(var f=0,o=new Array(c);f<c;f++)o[f]=l[f];return o}function i(l,c){if(l){if(typeof l=="string")return r(l,c);var f=Object.prototype.toString.call(l).slice(8,-1);if(f==="Object"&&l.constructor&&(f=l.constructor.name),f==="Map"||f==="Set")return Array.from(l);if(f==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(f))return r(l,c)}}},22363:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){(l==null||l>i.length)&&(l=i.length);for(var c=0,f=Array(l);c<l;c++)f[c]=i[c];return f}},36824:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(Array.isArray(i))return i}},62437:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}},51343:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});function r(l,c,f,o,h,u,a){try{var x=l[u](a),p=x.value}catch(y){return void f(y)}x.done?c(p):Promise.resolve(p).then(o,h)}function i(l){return function(){var c=this,f=arguments;return new Promise(function(o,h){var u=l.apply(c,f);function a(p){r(u,o,h,a,x,"next",p)}function x(p){r(u,o,h,a,x,"throw",p)}a(void 0)})}}},42573:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){if(!(i instanceof l))throw new TypeError("Cannot call a class as a function")}},58698:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(51333);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}},45080:function(d,_,e){"use strict";e.d(_,{Z:function(){return c}});var r=e(20456),i=e(87042),l=e(43011);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)}}},52873:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(51333);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}},67711:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){return r=Object.assign?Object.assign.bind():function(i){for(var l=1;l<arguments.length;l++){var c=arguments[l];for(var f in c)({}).hasOwnProperty.call(c,f)&&(i[f]=c[f])}return i},r.apply(null,arguments)}},20456:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){return r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(l){return l.__proto__||Object.getPrototypeOf(l)},r(i)}},74700:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(90691);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)}},87042:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){try{var i=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(l){}return(r=function(){return!!i})()}},23841:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(typeof Symbol!="undefined"&&i[Symbol.iterator]!=null||i["@@iterator"]!=null)return Array.from(i)}},82763:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}},19456:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(52873);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}},98506:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(52873);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}},33346:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(12359);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}},12359:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){if(i==null)return{};var c={};for(var f in i)if({}.hasOwnProperty.call(i,f)){if(l.indexOf(f)!==-1)continue;c[f]=i[f]}return c}},43011:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(26420),i=e(62437);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)}},77910:function(d,_,e){"use strict";e.d(_,{Z:function(){return x}});function r(p,y){this.v=p,this.k=y}function i(p,y,m,b){var S=Object.defineProperty;try{S({},"",{})}catch(D){S=0}i=function(R,A,P,M){function B(N,G){i(R,N,function(H){return this._invoke(N,G,H)})}A?S?S(R,A,{value:P,enumerable:!M,configurable:!M,writable:!M}):R[A]=P:(B("next",0),B("throw",1),B("return",2))},i(p,y,m,b)}function l(){var p,y,m=typeof Symbol=="function"?Symbol:{},b=m.iterator||"@@iterator",S=m.toStringTag||"@@toStringTag";function D(H,W,ae,ne){var oe=W&&W.prototype instanceof A?W:A,q=Object.create(oe.prototype);return i(q,"_invoke",function(J,K,se){var ee,Q,le,$=0,j=se||[],ie=!1,me={p:0,n:0,v:p,a:Te,f:Te.bind(p,4),d:function(Ge,Ue){return ee=Ge,Q=0,le=p,me.n=Ue,R}};function Te(Oe,Ge){for(Q=Oe,le=Ge,y=0;!ie&&$&&!Ue&&y<j.length;y++){var Ue,Mt=j[y],yt=me.p,kt=Mt[2];Oe>3?(Ue=kt===Ge)&&(le=Mt[(Q=Mt[4])?5:(Q=3,3)],Mt[4]=Mt[5]=p):Mt[0]<=yt&&((Ue=Oe<2&&yt<Mt[1])?(Q=0,me.v=Ge,me.n=Mt[1]):yt<kt&&(Ue=Oe<3||Mt[0]>Ge||Ge>kt)&&(Mt[4]=Oe,Mt[5]=Ge,me.n=kt,Q=0))}if(Ue||Oe>1)return R;throw ie=!0,Ge}return function(Oe,Ge,Ue){if($>1)throw TypeError("Generator is already running");for(ie&&Ge===1&&Te(Ge,Ue),Q=Ge,le=Ue;(y=Q<2?p:le)||!ie;){ee||(Q?Q<3?(Q>1&&(me.n=-1),Te(Q,le)):me.n=le:me.v=le);try{if($=2,ee){if(Q||(Oe="next"),y=ee[Oe]){if(!(y=y.call(ee,le)))throw TypeError("iterator result is not an object");if(!y.done)return y;le=y.value,Q<2&&(Q=0)}else Q===1&&(y=ee.return)&&y.call(ee),Q<2&&(le=TypeError("The iterator does not provide a '"+Oe+"' method"),Q=1);ee=p}else if((y=(ie=me.n<0)?le:J.call(K,me))!==R)break}catch(Mt){ee=p,Q=1,le=Mt}finally{$=1}}return{value:y,done:ie}}}(H,ae,ne),!0),q}var R={};function A(){}function P(){}function M(){}y=Object.getPrototypeOf;var B=[][b]?y(y([][b]())):(i(y={},b,function(){return this}),y),N=M.prototype=A.prototype=Object.create(B);function G(H){return Object.setPrototypeOf?Object.setPrototypeOf(H,M):(H.__proto__=M,i(H,S,"GeneratorFunction")),H.prototype=Object.create(N),H}return P.prototype=M,i(N,"constructor",M),i(M,"constructor",P),P.displayName="GeneratorFunction",i(M,S,"GeneratorFunction"),i(N),i(N,S,"Generator"),i(N,b,function(){return this}),i(N,"toString",function(){return"[object Generator]"}),(l=function(){return{w:D,m:G}})()}function c(p,y){function m(S,D,R,A){try{var P=p[S](D),M=P.value;return M instanceof r?y.resolve(M.v).then(function(B){m("next",B,R,A)},function(B){m("throw",B,R,A)}):y.resolve(M).then(function(B){P.value=B,R(P)},function(B){return m("throw",B,R,A)})}catch(B){A(B)}}var b;this.next||(i(c.prototype),i(c.prototype,typeof Symbol=="function"&&Symbol.asyncIterator||"@asyncIterator",function(){return this})),i(this,"_invoke",function(S,D,R){function A(){return new y(function(P,M){m(S,R,P,M)})}return b=b?b.then(A,A):A()},!0)}function f(p,y,m,b,S){return new c(l().w(p,y,m,b),S||Promise)}function o(p,y,m,b,S){var D=f(p,y,m,b,S);return D.next().then(function(R){return R.done?R.value:D.next()})}function h(p){var y=Object(p),m=[];for(var b in y)m.unshift(b);return function S(){for(;m.length;)if((b=m.pop())in y)return S.value=b,S.done=!1,S;return S.done=!0,S}}var u=e(26420);function a(p){if(p!=null){var y=p[typeof Symbol=="function"&&Symbol.iterator||"@@iterator"],m=0;if(y)return y.call(p);if(typeof p.next=="function")return p;if(!isNaN(p.length))return{next:function(){return p&&m>=p.length&&(p=void 0),{value:p&&p[m++],done:!p}}}}throw new TypeError((0,u.Z)(p)+" is not iterable")}function x(){"use strict";var p=l(),y=p.m(x),m=(Object.getPrototypeOf?Object.getPrototypeOf(y):y.__proto__).constructor;function b(R){var A=typeof R=="function"&&R.constructor;return!!A&&(A===m||(A.displayName||A.name)==="GeneratorFunction")}var S={throw:1,return:2,break:3,continue:3};function D(R){var A,P;return function(M){A||(A={stop:function(){return P(M.a,2)},catch:function(){return M.v},abrupt:function(N,G){return P(M.a,S[N],G)},delegateYield:function(N,G,H){return A.resultName=G,P(M.d,a(N),H)},finish:function(N){return P(M.f,N)}},P=function(N,G,H){M.p=A.prev,M.n=A.next;try{return N(G,H)}finally{A.next=M.n}}),A.resultName&&(A[A.resultName]=M.v,A.resultName=void 0),A.sent=M.v,A.next=M.n;try{return R.call(this,A)}finally{M.p=A.prev,M.n=A.next}}}return(x=function(){return{wrap:function(P,M,B,N){return p.w(D(P),M,B,N&&N.reverse())},isGeneratorFunction:b,mark:p.m,awrap:function(P,M){return new r(P,M)},AsyncIterator:c,async:function(P,M,B,N,G){return(b(M)?f:o)(D(P),M,B,N,G)},keys:h,values:a}})()}},90691:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i,l){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(c,f){return c.__proto__=f,c},r(i,l)}},16886:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(36824);function i(o,h){var u=o==null?null:typeof Symbol!="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(u!=null){var a,x,p,y,m=[],b=!0,S=!1;try{if(p=(u=u.call(o)).next,h===0){if(Object(u)!==u)return;b=!1}else for(;!(b=(a=p.call(u)).done)&&(m.push(a.value),m.length!==h);b=!0);}catch(D){S=!0,x=D}finally{try{if(!b&&u.return!=null&&(y=u.return(),Object(y)!==y))return}finally{if(S)throw x}}return m}}var l=e(42913),c=e(82763);function f(o,h){return(0,r.Z)(o)||i(o,h)||(0,l.Z)(o,h)||(0,c.Z)()}},57879:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(36824),i=e(23841),l=e(42913),c=e(82763);function f(o){return(0,r.Z)(o)||(0,i.Z)(o)||(0,l.Z)(o)||(0,c.Z)()}},15142:function(d,_,e){"use strict";e.d(_,{Z:function(){return o}});var r=e(22363);function i(h){if(Array.isArray(h))return(0,r.Z)(h)}var l=e(23841),c=e(42913);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()}},51333:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(26420);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+""}},26420:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){"@babel/helpers - typeof";return r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l},r(i)}},42913:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(22363);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}}},39394:function(d,_,e){"use strict";e.d(_,{ZP:function(){return La}});const r=Number.isFinite||function(k){return typeof k=="number"&&isFinite(k)},i=Number.isSafeInteger||function(k){return typeof k=="number"&&Math.abs(k)<=l},l=Number.MAX_SAFE_INTEGER||9007199254740991;let c=function(k){return k.NETWORK_ERROR="networkError",k.MEDIA_ERROR="mediaError",k.KEY_SYSTEM_ERROR="keySystemError",k.MUX_ERROR="muxError",k.OTHER_ERROR="otherError",k}({}),f=function(k){return k.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",k.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",k.KEY_SYSTEM_NO_SESSION="keySystemNoSession",k.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",k.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",k.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",k.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",k.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",k.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",k.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",k.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR="keySystemDestroyMediaKeysError",k.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR="keySystemDestroyCloseSessionError",k.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR="keySystemDestroyRemoveSessionError",k.MANIFEST_LOAD_ERROR="manifestLoadError",k.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",k.MANIFEST_PARSING_ERROR="manifestParsingError",k.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",k.LEVEL_EMPTY_ERROR="levelEmptyError",k.LEVEL_LOAD_ERROR="levelLoadError",k.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",k.LEVEL_PARSING_ERROR="levelParsingError",k.LEVEL_SWITCH_ERROR="levelSwitchError",k.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",k.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",k.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",k.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",k.FRAG_LOAD_ERROR="fragLoadError",k.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",k.FRAG_DECRYPT_ERROR="fragDecryptError",k.FRAG_PARSING_ERROR="fragParsingError",k.FRAG_GAP="fragGap",k.REMUX_ALLOC_ERROR="remuxAllocError",k.KEY_LOAD_ERROR="keyLoadError",k.KEY_LOAD_TIMEOUT="keyLoadTimeOut",k.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",k.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",k.BUFFER_APPEND_ERROR="bufferAppendError",k.BUFFER_APPENDING_ERROR="bufferAppendingError",k.BUFFER_STALLED_ERROR="bufferStalledError",k.BUFFER_FULL_ERROR="bufferFullError",k.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",k.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",k.ASSET_LIST_LOAD_ERROR="assetListLoadError",k.ASSET_LIST_LOAD_TIMEOUT="assetListLoadTimeout",k.ASSET_LIST_PARSING_ERROR="assetListParsingError",k.INTERSTITIAL_ASSET_ITEM_ERROR="interstitialAssetItemError",k.INTERNAL_EXCEPTION="internalException",k.INTERNAL_ABORTED="aborted",k.ATTACH_MEDIA_ERROR="attachMediaError",k.UNKNOWN="unknown",k}({}),o=function(k){return k.MEDIA_ATTACHING="hlsMediaAttaching",k.MEDIA_ATTACHED="hlsMediaAttached",k.MEDIA_DETACHING="hlsMediaDetaching",k.MEDIA_DETACHED="hlsMediaDetached",k.MEDIA_ENDED="hlsMediaEnded",k.STALL_RESOLVED="hlsStallResolved",k.BUFFER_RESET="hlsBufferReset",k.BUFFER_CODECS="hlsBufferCodecs",k.BUFFER_CREATED="hlsBufferCreated",k.BUFFER_APPENDING="hlsBufferAppending",k.BUFFER_APPENDED="hlsBufferAppended",k.BUFFER_EOS="hlsBufferEos",k.BUFFERED_TO_END="hlsBufferedToEnd",k.BUFFER_FLUSHING="hlsBufferFlushing",k.BUFFER_FLUSHED="hlsBufferFlushed",k.MANIFEST_LOADING="hlsManifestLoading",k.MANIFEST_LOADED="hlsManifestLoaded",k.MANIFEST_PARSED="hlsManifestParsed",k.LEVEL_SWITCHING="hlsLevelSwitching",k.LEVEL_SWITCHED="hlsLevelSwitched",k.LEVEL_LOADING="hlsLevelLoading",k.LEVEL_LOADED="hlsLevelLoaded",k.LEVEL_UPDATED="hlsLevelUpdated",k.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",k.LEVELS_UPDATED="hlsLevelsUpdated",k.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",k.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",k.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",k.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",k.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",k.AUDIO_TRACK_UPDATED="hlsAudioTrackUpdated",k.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",k.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",k.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",k.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",k.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",k.SUBTITLE_TRACK_UPDATED="hlsSubtitleTrackUpdated",k.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",k.CUES_PARSED="hlsCuesParsed",k.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",k.INIT_PTS_FOUND="hlsInitPtsFound",k.FRAG_LOADING="hlsFragLoading",k.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",k.FRAG_LOADED="hlsFragLoaded",k.FRAG_DECRYPTED="hlsFragDecrypted",k.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",k.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",k.FRAG_PARSING_METADATA="hlsFragParsingMetadata",k.FRAG_PARSED="hlsFragParsed",k.FRAG_BUFFERED="hlsFragBuffered",k.FRAG_CHANGED="hlsFragChanged",k.FPS_DROP="hlsFpsDrop",k.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",k.MAX_AUTO_LEVEL_UPDATED="hlsMaxAutoLevelUpdated",k.ERROR="hlsError",k.DESTROYING="hlsDestroying",k.KEY_LOADING="hlsKeyLoading",k.KEY_LOADED="hlsKeyLoaded",k.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",k.BACK_BUFFER_REACHED="hlsBackBufferReached",k.STEERING_MANIFEST_LOADED="hlsSteeringManifestLoaded",k.ASSET_LIST_LOADING="hlsAssetListLoading",k.ASSET_LIST_LOADED="hlsAssetListLoaded",k.INTERSTITIALS_UPDATED="hlsInterstitialsUpdated",k.INTERSTITIALS_BUFFERED_TO_BOUNDARY="hlsInterstitialsBufferedToBoundary",k.INTERSTITIAL_ASSET_PLAYER_CREATED="hlsInterstitialAssetPlayerCreated",k.INTERSTITIAL_STARTED="hlsInterstitialStarted",k.INTERSTITIAL_ASSET_STARTED="hlsInterstitialAssetStarted",k.INTERSTITIAL_ASSET_ENDED="hlsInterstitialAssetEnded",k.INTERSTITIAL_ASSET_ERROR="hlsInterstitialAssetError",k.INTERSTITIAL_ENDED="hlsInterstitialEnded",k.INTERSTITIALS_PRIMARY_RESUMED="hlsInterstitialsPrimaryResumed",k.PLAYOUT_LIMIT_REACHED="hlsPlayoutLimitReached",k.EVENT_CUE_ENTER="hlsEventCueEnter",k}({});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(k,t,n){return(t=D(t))in k?Object.defineProperty(k,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):k[t]=n,k}function y(){return y=Object.assign?Object.assign.bind():function(k){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var s in n)({}).hasOwnProperty.call(n,s)&&(k[s]=n[s])}return k},y.apply(null,arguments)}function m(k,t){var n=Object.keys(k);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(k);t&&(s=s.filter(function(v){return Object.getOwnPropertyDescriptor(k,v).enumerable})),n.push.apply(n,s)}return n}function b(k){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(k,s,n[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(k,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach(function(s){Object.defineProperty(k,s,Object.getOwnPropertyDescriptor(n,s))})}return k}function S(k,t){if(typeof k!="object"||!k)return k;var n=k[Symbol.toPrimitive];if(n!==void 0){var s=n.call(k,t);if(typeof s!="object")return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(k)}function D(k){var t=S(k,"string");return typeof t=="symbol"?t:t+""}class R{constructor(t,n){this.trace=void 0,this.debug=void 0,this.log=void 0,this.warn=void 0,this.info=void 0,this.error=void 0;const s=`[${t}]:`;this.trace=A,this.debug=n.debug.bind(null,s),this.log=n.log.bind(null,s),this.warn=n.warn.bind(null,s),this.info=n.info.bind(null,s),this.error=n.error.bind(null,s)}}const A=function(){},P={trace:A,debug:A,log:A,warn:A,info:A,error:A};function M(){return y({},P)}function B(k,t){const n=self.console[k];return n?n.bind(self.console,`${t?"["+t+"] ":""}[${k}] >`):A}function N(k,t,n){return t[k]?t[k].bind(t):B(k,n)}const G=M();function H(k,t,n){const s=M();if(typeof console=="object"&&k===!0||typeof k=="object"){const v=["debug","log","info","warn","error"];v.forEach(w=>{s[w]=N(w,k,n)});try{s.log(`Debug logs enabled for "${t}" in hls.js version 1.6.9`)}catch(w){return M()}v.forEach(w=>{G[w]=N(w,k)})}else y(G,s);return s}const W=G;function ae(k=!0){return typeof self=="undefined"?void 0:(k||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function ne(k){return typeof self!="undefined"&&k===self.ManagedMediaSource}function oe(k,t){const n=Object.keys(k),s=Object.keys(t),v=n.length,w=s.length;return!v||!w||v===w&&!n.some(I=>s.indexOf(I)===-1)}function q(k,t=!1){if(typeof TextDecoder!="undefined"){const V=new TextDecoder("utf-8").decode(k);if(t){const ue=V.indexOf("\0");return ue!==-1?V.substring(0,ue):V}return V.replace(/\0/g,"")}const n=k.length;let s,v,w,I="",U=0;for(;U<n;){if(s=k[U++],s===0&&t)return I;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:I+=String.fromCharCode(s);break;case 12:case 13:v=k[U++],I+=String.fromCharCode((s&31)<<6|v&63);break;case 14:v=k[U++],w=k[U++],I+=String.fromCharCode((s&15)<<12|(v&63)<<6|(w&63)<<0);break}}return I}const J={hexDump:function(k){let t="";for(let n=0;n<k.length;n++){let s=k[n].toString(16);s.length<2&&(s="0"+s),t+=s}return t}};function K(k){return Uint8Array.from(k.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer}function se(k){return k&&k.__esModule&&Object.prototype.hasOwnProperty.call(k,"default")?k.default:k}var ee={exports:{}},Q;function le(){return Q||(Q=1,function(k,t){(function(n){var s=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,v=/^(?=([^\/?#]*))\1([^]*)$/,w=/(?:\/|^)\.(?=\/)/g,I=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,U={buildAbsoluteURL:function(X,V,ue){if(ue=ue||{},X=X.trim(),V=V.trim(),!V){if(!ue.alwaysNormalize)return X;var pe=U.parseURL(X);if(!pe)throw new Error("Error trying to parse base URL.");return pe.path=U.normalizePath(pe.path),U.buildURLFromParts(pe)}var xe=U.parseURL(V);if(!xe)throw new Error("Error trying to parse relative URL.");if(xe.scheme)return ue.alwaysNormalize?(xe.path=U.normalizePath(xe.path),U.buildURLFromParts(xe)):V;var De=U.parseURL(X);if(!De)throw new Error("Error trying to parse base URL.");if(!De.netLoc&&De.path&&De.path[0]!=="/"){var Ne=v.exec(De.path);De.netLoc=Ne[1],De.path=Ne[2]}De.netLoc&&!De.path&&(De.path="/");var lt={scheme:De.scheme,netLoc:xe.netLoc,path:null,params:xe.params,query:xe.query,fragment:xe.fragment};if(!xe.netLoc&&(lt.netLoc=De.netLoc,xe.path[0]!=="/"))if(!xe.path)lt.path=De.path,xe.params||(lt.params=De.params,xe.query||(lt.query=De.query));else{var st=De.path,Ut=st.substring(0,st.lastIndexOf("/")+1)+xe.path;lt.path=U.normalizePath(Ut)}return lt.path===null&&(lt.path=ue.alwaysNormalize?U.normalizePath(xe.path):xe.path),U.buildURLFromParts(lt)},parseURL:function(X){var V=s.exec(X);return V?{scheme:V[1]||"",netLoc:V[2]||"",path:V[3]||"",params:V[4]||"",query:V[5]||"",fragment:V[6]||""}:null},normalizePath:function(X){for(X=X.split("").reverse().join("").replace(w,"");X.length!==(X=X.replace(I,"")).length;);return X.split("").reverse().join("")},buildURLFromParts:function(X){return X.scheme+X.netLoc+X.path+X.params+X.query+X.fragment}};k.exports=U})()}(ee)),ee.exports}var $=le();class j{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 ie={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,Mt(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={[ie.AUDIO]:null,[ie.VIDEO]:null,[ie.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 j),this._stats}set stats(t){this._stats=t}get url(){return!this._url&&this.baseurl&&this.relurl&&(this._url=$.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""}set url(t){this._url=t}clearElementaryStreamInfo(){const{elementaryStreams:t}=this;t[ie.AUDIO]=null,t[ie.VIDEO]=null,t[ie.AUDIOVIDEO]=null}}function Te(k){return k.sn!=="initSegment"}class Oe 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(){const{levelkeys:t}=this;if(!t&&!this._decryptdata)return null;if(!this._decryptdata&&this.levelkeys&&!this.levelkeys.NONE){const n=this.levelkeys.identity;if(n)this._decryptdata=n.getDecryptData(this.sn);else{const s=Object.keys(this.levelkeys);if(s.length===1){const v=this._decryptdata=this.levelkeys[s[0]]||null;if(v)return v.getDecryptData(this.sn)}}}return this._decryptdata}get end(){return this.start+this.duration}get endProgramDateTime(){if(this.programDateTime===null)return null;const t=r(this.duration)?this.duration:0;return this.programDateTime+t*1e3}get encrypted(){var t;if((t=this._decryptdata)!=null&&t.encrypted)return!0;if(this.levelkeys){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 Te(this)?(this._ref||(this._ref={base:this.base,start:this.start,duration:this.duration,sn:this.sn,programDateTime:this.programDateTime}),this._ref):null}addStart(t){this.setStart(this.start+t)}setStart(t){this.start=t,this._ref&&(this._ref.start=t)}setDuration(t){this.duration=t,this._ref&&(this._ref.duration=t)}setKeyFormat(t){if(this.levelkeys){const n=this.levelkeys[t];n&&!this._decryptdata&&(this._decryptdata=n.getDecryptData(this.sn))}}abortRequests(){var t,n;(t=this.loader)==null||t.abort(),(n=this.keyLoader)==null||n.abort()}setElementaryStreamInfo(t,n,s,v,w,I=!1){const{elementaryStreams:U}=this,X=U[t];if(!X){U[t]={startPTS:n,endPTS:s,startDTS:v,endDTS:w,partial:I};return}X.startPTS=Math.min(X.startPTS,n),X.endPTS=Math.max(X.endPTS,s),X.startDTS=Math.min(X.startDTS,v),X.endDTS=Math.max(X.endDTS,w)}}class Ge 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 I=t.enumeratedString("BYTERANGE");I&&this.setByteRange(I,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 Ue(k,t){const n=Object.getPrototypeOf(k);if(n){const s=Object.getOwnPropertyDescriptor(n,t);return s||Ue(n,t)}}function Mt(k,t){const n=Ue(k,t);n&&(n.enumerable=!0,Object.defineProperty(k,t,n))}const yt=Math.pow(2,32)-1,kt=[].push,Zt={video:1,audio:2,id3:3,text:4};function Ft(k){return String.fromCharCode.apply(null,k)}function tr(k,t){const n=k[t]<<8|k[t+1];return n<0?65536+n:n}function ze(k,t){const n=Bt(k,t);return n<0?4294967296+n:n}function wt(k,t){let n=ze(k,t);return n*=Math.pow(2,32),n+=ze(k,t+4),n}function Bt(k,t){return k[t]<<24|k[t+1]<<16|k[t+2]<<8|k[t+3]}function nt(k){const t=k.byteLength;for(let n=0;n<t;){const s=ze(k,n);if(s>8&&k[n+4]===109&&k[n+5]===111&&k[n+6]===111&&k[n+7]===102)return!0;n=s>1?n+s:t}return!1}function _t(k,t){const n=[];if(!t.length)return n;const s=k.byteLength;for(let v=0;v<s;){const w=ze(k,v),I=Ft(k.subarray(v+4,v+8)),U=w>1?v+w:s;if(I===t[0])if(t.length===1)n.push(k.subarray(v+8,U));else{const X=_t(k.subarray(v+8,U),t.slice(1));X.length&&kt.apply(n,X)}v=U}return n}function ht(k){const t=[],n=k[0];let s=8;const v=ze(k,s);s+=4;let w=0,I=0;n===0?(w=ze(k,s),I=ze(k,s+4),s+=8):(w=wt(k,s),I=wt(k,s+8),s+=16),s+=2;let U=k.length+I;const X=tr(k,s);s+=2;for(let V=0;V<X;V++){let ue=s;const pe=ze(k,ue);ue+=4;const xe=pe&2147483647;if((pe&2147483648)>>>31===1)return W.warn("SIDX has hierarchical references (not supported)"),null;const Ne=ze(k,ue);ue+=4,t.push({referenceSize:xe,subsegmentDuration:Ne,info:{duration:Ne/v,start:U,end:U+xe-1}}),U+=xe,ue+=4,s=ue}return{earliestPresentationTime:w,timescale:v,version:n,referencesCount:X,references:t}}function Je(k){const t=[],n=_t(k,["moov","trak"]);for(let v=0;v<n.length;v++){const w=n[v],I=_t(w,["tkhd"])[0];if(I){let U=I[0];const X=ze(I,U===0?12:20),V=_t(w,["mdia","mdhd"])[0];if(V){U=V[0];const ue=ze(V,U===0?12:20),pe=_t(w,["mdia","hdlr"])[0];if(pe){const xe=Ft(pe.subarray(8,12)),De={soun:ie.AUDIO,vide:ie.VIDEO}[xe],Ne=_t(w,["mdia","minf","stbl","stsd"])[0],lt=je(Ne);De?(t[X]={timescale:ue,type:De,stsd:lt},t[De]=b({timescale:ue,id:X},lt)):t[X]={timescale:ue,type:xe,stsd:lt}}}}}return _t(k,["moov","mvex","trex"]).forEach(v=>{const w=ze(v,4),I=t[w];I&&(I.default={duration:ze(v,12),flags:ze(v,20)})}),t}function je(k){const t=k.subarray(8),n=t.subarray(86),s=Ft(t.subarray(4,8));let v=s,w;const I=s==="enca"||s==="encv";if(I){const V=_t(t,[s])[0].subarray(s==="enca"?28:78);_t(V,["sinf"]).forEach(pe=>{const xe=_t(pe,["schm"])[0];if(xe){const De=Ft(xe.subarray(4,8));if(De==="cbcs"||De==="cenc"){const Ne=_t(pe,["frma"])[0];Ne&&(v=Ft(Ne))}}})}const U=v;switch(v){case"avc1":case"avc2":case"avc3":case"avc4":{const X=_t(n,["avcC"])[0];X&&X.length>3&&(v+="."+He(X[1])+He(X[2])+He(X[3]),w=be(U==="avc1"?"dva1":"dvav",n));break}case"mp4a":{const X=_t(t,[s])[0],V=_t(X.subarray(28),["esds"])[0];if(V&&V.length>7){let ue=4;if(V[ue++]!==3)break;ue=Ke(V,ue),ue+=2;const pe=V[ue++];if(pe&128&&(ue+=2),pe&64&&(ue+=V[ue++]),V[ue++]!==4)break;ue=Ke(V,ue);const xe=V[ue++];if(xe===64)v+="."+He(xe);else break;if(ue+=12,V[ue++]!==5)break;ue=Ke(V,ue);const De=V[ue++];let Ne=(De&248)>>3;Ne===31&&(Ne+=1+((De&7)<<3)+((V[ue]&224)>>5)),v+="."+Ne}break}case"hvc1":case"hev1":{const X=_t(n,["hvcC"])[0];if(X&&X.length>12){const V=X[1],ue=["","A","B","C"][V>>6],pe=V&31,xe=ze(X,2),De=(V&32)>>5?"H":"L",Ne=X[12],lt=X.subarray(6,12);v+="."+ue+pe,v+="."+Le(xe).toString(16).toUpperCase(),v+="."+De+Ne;let st="";for(let Ut=lt.length;Ut--;){const dr=lt[Ut];(dr||st)&&(st="."+dr.toString(16).toUpperCase()+st)}v+=st}w=be(U=="hev1"?"dvhe":"dvh1",n);break}case"dvh1":case"dvhe":case"dvav":case"dva1":case"dav1":{v=be(v,n)||v;break}case"vp09":{const X=_t(n,["vpcC"])[0];if(X&&X.length>6){const V=X[4],ue=X[5],pe=X[6]>>4&15;v+="."+Xe(V)+"."+Xe(ue)+"."+Xe(pe)}break}case"av01":{const X=_t(n,["av1C"])[0];if(X&&X.length>2){const V=X[1]>>>5,ue=X[1]&31,pe=X[2]>>>7?"H":"M",xe=(X[2]&64)>>6,De=(X[2]&32)>>5,Ne=V===2&&xe?De?12:10:xe?10:8,lt=(X[2]&16)>>4,st=(X[2]&8)>>3,Ut=(X[2]&4)>>2,dr=X[2]&3;v+="."+V+"."+Xe(ue)+pe+"."+Xe(Ne)+"."+lt+"."+st+Ut+dr+"."+Xe(1)+"."+Xe(1)+"."+Xe(1)+"."+0,w=be("dav1",n)}break}}return{codec:v,encrypted:I,supplemental:w}}function be(k,t){const n=_t(t,["dvvC"]),s=n.length?n[0]:_t(t,["dvcC"])[0];if(s){const v=s[2]>>1&127,w=s[2]<<5&32|s[3]>>3&31;return k+"."+Xe(v)+"."+Xe(w)}}function Le(k){let t=0;for(let n=0;n<32;n++)t|=(k>>n&1)<<31-n;return t>>>0}function Ke(k,t){const n=t+5;for(;k[t++]&128&&t<n;);return t}function He(k){return("0"+k.toString(16).toUpperCase()).slice(-2)}function Xe(k){return(k<10?"0":"")+k}function pt(k,t){if(!k||!t)return;const n=t.keyId;n&&t.isCommonEncryption&&_t(k,["moov","trak"]).forEach(v=>{const I=_t(v,["mdia","minf","stbl","stsd"])[0].subarray(8);let U=_t(I,["enca"]);const X=U.length>0;X||(U=_t(I,["encv"])),U.forEach(V=>{const ue=X?V.subarray(28):V.subarray(78);_t(ue,["sinf"]).forEach(xe=>{const De=bt(xe);if(De){const Ne=De.subarray(8,24);Ne.some(lt=>lt!==0)||(W.log(`[eme] Patching keyId in 'enc${X?"a":"v"}>sinf>>tenc' box: ${J.hexDump(Ne)} -> ${J.hexDump(n)}`),De.set(n,8))}})})})}function bt(k){const t=_t(k,["schm"])[0];if(t){const n=Ft(t.subarray(4,8));if(n==="cbcs"||n==="cenc")return _t(k,["schi","tenc"])[0]}return null}function rr(k,t,n){const s={},v=_t(k,["moof","traf"]);for(let w=0;w<v.length;w++){const I=v[w],U=_t(I,["tfhd"])[0],X=ze(U,4),V=t[X];if(!V)continue;s[X]||(s[X]={start:NaN,duration:0,sampleCount:0,timescale:V.timescale,type:V.type});const ue=s[X],pe=_t(I,["tfdt"])[0];if(pe){const or=pe[0];let Br=ze(pe,4);or===1&&(Br===yt?n.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(Br*=yt+1,Br+=ze(pe,8))),r(Br)&&(!r(ue.start)||Br<ue.start)&&(ue.start=Br)}const xe=V.default,De=ze(U,0)|(xe==null?void 0:xe.flags);let Ne=(xe==null?void 0:xe.duration)||0;De&8&&(De&2?Ne=ze(U,12):Ne=ze(U,8));const lt=_t(I,["trun"]);let st=ue.start||0,Ut=0,dr=Ne;for(let or=0;or<lt.length;or++){const Br=lt[or],Vr=ze(Br,4),mn=ue.sampleCount;ue.sampleCount+=Vr;const Hr=Br[3]&1,rn=Br[3]&4,un=Br[2]&1,Gr=Br[2]&2,wn=Br[2]&4,_i=Br[2]&8;let Vi=8,ua=Vr;for(Hr&&(Vi+=4),rn&&Vr&&(!(Br[Vi+1]&1)&&ue.keyFrameIndex===void 0&&(ue.keyFrameIndex=mn),Vi+=4,un?(dr=ze(Br,Vi),Vi+=4):dr=Ne,Gr&&(Vi+=4),_i&&(Vi+=4),st+=dr,Ut+=dr,ua--);ua--;)un?(dr=ze(Br,Vi),Vi+=4):dr=Ne,Gr&&(Vi+=4),wn&&(Br[Vi+1]&1||ue.keyFrameIndex===void 0&&(ue.keyFrameIndex=ue.sampleCount-(ua+1),ue.keyFrameStart=st),Vi+=4),_i&&(Vi+=4),st+=dr,Ut+=dr;!Ut&&Ne&&(Ut+=Ne*Vr)}ue.duration+=Ut}if(!Object.keys(s).some(w=>s[w].duration)){let w=1/0,I=0;const U=_t(k,["sidx"]);for(let X=0;X<U.length;X++){const V=ht(U[X]);if(V!=null&&V.references){w=Math.min(w,V.earliestPresentationTime/V.timescale);const ue=V.references.reduce((pe,xe)=>pe+xe.info.duration||0,0);I=Math.max(I,ue+V.earliestPresentationTime/V.timescale)}}I&&r(I)&&Object.keys(s).forEach(X=>{s[X].duration||(s[X].duration=I*s[X].timescale-s[X].start)})}return s}function Jt(k){const t={valid:null,remainder:null},n=_t(k,["moof"]);if(n.length<2)return t.remainder=k,t;const s=n[n.length-1];return t.valid=k.slice(0,s.byteOffset-8),t.remainder=k.slice(s.byteOffset-8),t}function Me(k,t){const n=new Uint8Array(k.length+t.length);return n.set(k),n.set(t,k.length),n}function rt(k,t){const n=[],s=t.samples,v=t.timescale,w=t.id;let I=!1;return _t(s,["moof"]).map(X=>{const V=X.byteOffset-8;_t(X,["traf"]).map(pe=>{const xe=_t(pe,["tfdt"]).map(De=>{const Ne=De[0];let lt=ze(De,4);return Ne===1&&(lt*=Math.pow(2,32),lt+=ze(De,8)),lt/v})[0];return xe!==void 0&&(k=xe),_t(pe,["tfhd"]).map(De=>{const Ne=ze(De,4),lt=ze(De,0)&16777215,st=(lt&1)!==0,Ut=(lt&2)!==0,dr=(lt&8)!==0;let or=0;const Br=(lt&16)!==0;let Vr=0;const mn=(lt&32)!==0;let Hr=8;Ne===w&&(st&&(Hr+=8),Ut&&(Hr+=4),dr&&(or=ze(De,Hr),Hr+=4),Br&&(Vr=ze(De,Hr),Hr+=4),mn&&(Hr+=4),t.type==="video"&&(I=Yt(t.codec)),_t(pe,["trun"]).map(rn=>{const un=rn[0],Gr=ze(rn,0)&16777215,wn=(Gr&1)!==0;let _i=0;const Vi=(Gr&4)!==0,ua=(Gr&256)!==0;let zi=0;const di=(Gr&512)!==0;let na=0;const Ii=(Gr&1024)!==0,Xi=(Gr&2048)!==0;let Fa=0;const pi=ze(rn,4);let mi=8;wn&&(_i=ze(rn,mi),mi+=4),Vi&&(mi+=4);let cs=_i+V;for(let po=0;po<pi;po++){if(ua?(zi=ze(rn,mi),mi+=4):zi=or,di?(na=ze(rn,mi),mi+=4):na=Vr,Ii&&(mi+=4),Xi&&(un===0?Fa=ze(rn,mi):Fa=Bt(rn,mi),mi+=4),t.type===ie.VIDEO){let xs=0;for(;xs<na;){const qs=ze(s,cs);if(cs+=4,Lt(I,s[cs])){const Lu=s.subarray(cs,cs+qs);Wt(Lu,I?2:1,k+Fa/v,n)}cs+=qs,xs+=qs+4}}k+=zi/v}}))})})}),n}function Yt(k){if(!k)return!1;const t=k.substring(0,4);return t==="hvc1"||t==="hev1"||t==="dvh1"||t==="dvhe"}function Lt(k,t){if(k){const n=t>>1&63;return n===39||n===40}else return(t&31)===6}function Wt(k,t,n,s){const v=Ht(k);let w=0;w+=t;let I=0,U=0,X=0;for(;w<v.length;){I=0;do{if(w>=v.length)break;X=v[w++],I+=X}while(X===255);U=0;do{if(w>=v.length)break;X=v[w++],U+=X}while(X===255);const V=v.length-w;let ue=w;if(U<V)w+=U;else if(U>V){W.error(`Malformed SEI payload. ${U} is too small, only ${V} bytes left to parse.`);break}if(I===4){if(v[ue++]===181){const xe=tr(v,ue);if(ue+=2,xe===49){const De=ze(v,ue);if(ue+=4,De===1195456820){const Ne=v[ue++];if(Ne===3){const lt=v[ue++],st=31&lt,Ut=64&lt,dr=Ut?2+st*3:0,or=new Uint8Array(dr);if(Ut){or[0]=lt;for(let Br=1;Br<dr;Br++)or[Br]=v[ue++]}s.push({type:Ne,payloadType:I,pts:n,bytes:or})}}}}}else if(I===5&&U>16){const pe=[];for(let Ne=0;Ne<16;Ne++){const lt=v[ue++].toString(16);pe.push(lt.length==1?"0"+lt:lt),(Ne===3||Ne===5||Ne===7||Ne===9)&&pe.push("-")}const xe=U-16,De=new Uint8Array(xe);for(let Ne=0;Ne<xe;Ne++)De[Ne]=v[ue++];s.push({payloadType:I,pts:n,uuid:pe.join(""),userData:q(De),userDataBytes:De})}}}function Ht(k){const t=k.byteLength,n=[];let s=1;for(;s<t-2;)k[s]===0&&k[s+1]===0&&k[s+2]===3?(n.push(s+2),s+=2):s++;if(n.length===0)return k;const v=t-n.length,w=new Uint8Array(v);let I=0;for(s=0;s<v;I++,s++)I===n[0]&&(I++,n.shift()),w[s]=k[I];return w}function ir(k){const t=k[0];let n="",s="",v=0,w=0,I=0,U=0,X=0,V=0;if(t===0){for(;Ft(k.subarray(V,V+1))!=="\0";)n+=Ft(k.subarray(V,V+1)),V+=1;for(n+=Ft(k.subarray(V,V+1)),V+=1;Ft(k.subarray(V,V+1))!=="\0";)s+=Ft(k.subarray(V,V+1)),V+=1;s+=Ft(k.subarray(V,V+1)),V+=1,v=ze(k,12),w=ze(k,16),U=ze(k,20),X=ze(k,24),V=28}else if(t===1){V+=4,v=ze(k,V),V+=4;const pe=ze(k,V);V+=4;const xe=ze(k,V);for(V+=4,I=4294967296*pe+xe,i(I)||(I=Number.MAX_SAFE_INTEGER,W.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),U=ze(k,V),V+=4,X=ze(k,V),V+=4;Ft(k.subarray(V,V+1))!=="\0";)n+=Ft(k.subarray(V,V+1)),V+=1;for(n+=Ft(k.subarray(V,V+1)),V+=1;Ft(k.subarray(V,V+1))!=="\0";)s+=Ft(k.subarray(V,V+1)),V+=1;s+=Ft(k.subarray(V,V+1)),V+=1}const ue=k.subarray(V,k.byteLength);return{schemeIdUri:n,value:s,timeScale:v,presentationTime:I,presentationTimeDelta:w,eventDuration:U,id:X,payload:ue}}function Gt(k,...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(k,4),v=0,s=8;v<n;v++)w.set(t[v],s),s+=t[v].byteLength;return w}function Ie(k,t,n){if(k.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 I=new Uint8Array(4);return n.byteLength>0&&new DataView(I.buffer).setUint32(0,n.byteLength,!1),Gt([112,115,115,104],new Uint8Array([s,0,0,0]),k,w,v,I,n)}const ce=()=>/\(Windows.+Firefox\//i.test(navigator.userAgent),he={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 It(k,t){const n=he[t];return!!n&&!!n[k.slice(0,4)]}function Ce(k,t,n=!0){return!k.split(",").some(s=>!ft(s,t,n))}function ft(k,t,n=!0){var s;const v=ae(n);return(s=v==null?void 0:v.isTypeSupported(Kt(k,t)))!=null?s:!1}function Kt(k,t){return`${t}/mp4;codecs=${k}`}function Tt(k){if(k){const t=k.substring(0,4);return he.video[t]}return 2}function Pe(k){const t=ce();return k.split(",").reduce((n,s)=>{const w=t&&Yt(s)?9:he.video[s];return w?(w*2+n)/(n?3:2):(he.audio[s]+n)/(n?2:1)},0)}const At={};function Ze(k,t=!0){if(At[k])return At[k];const n={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"],"mp4a.40.34":["mp3"]}[k];for(let v=0;v<n.length;v++){var s;if(ft(n[v],"audio",t))return At[k]=n[v],n[v];if(n[v]==="mp3"&&(s=ae(t))!=null&&s.isTypeSupported("audio/mpeg"))return""}return k}const we=/flac|opus|mp4a\.40\.34/i;function gt(k,t=!0){return k.replace(we,n=>Ze(n.toLowerCase(),t))}function Rt(k,t){const n=[];if(k){const s=k.split(",");for(let v=0;v<s.length;v++)It(s[v],"video")||n.push(s[v])}return t&&n.push(t),n.join(",")}function Fe(k,t){if(k&&(k.length>4||["ac-3","ec-3","alac","fLaC","Opus"].indexOf(k)!==-1)&&(Tr(k,"audio")||Tr(k,"video")))return k;if(t){const n=t.split(",");if(n.length>1){if(k){for(let s=n.length;s--;)if(n[s].substring(0,4)===k.substring(0,4))return n[s]}return n[0]}}return t||k}function Tr(k,t){return It(k,t)&&ft(k,t)}function Ct(k){const t=k.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 Kr(k){if(k.startsWith("av01.")){const t=k.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 k}function tn(k){const t=ae(k)||{isTypeSupported:()=>!1};return{mpeg:t.isTypeSupported("audio/mpeg"),mp3:t.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:t.isTypeSupported('audio/mp4; codecs="ac-3"')}}function Ir(k){return k.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}const Lr={supported:!0,configurations:[],decodingInfoResults:[{supported:!0,powerEfficient:!0,smooth:!0}]};function vr(k,t){return{supported:!1,configurations:t,decodingInfoResults:[{supported:!1,smooth:!1,powerEfficient:!1}],error:k}}function $r(k,t,n,s,v,w){const I=k.videoCodec,U=k.audioCodec?k.audioGroups:null,X=w==null?void 0:w.audioCodec,V=w==null?void 0:w.channels,ue=V?parseInt(V):X?1/0:2;let pe=null;if(U!=null&&U.length)try{U.length===1&&U[0]?pe=t.groups[U[0]].channels:pe=U.reduce((xe,De)=>{if(De){const Ne=t.groups[De];if(!Ne)throw new Error(`Audio track group ${De} not found`);Object.keys(Ne.channels).forEach(lt=>{xe[lt]=(xe[lt]||0)+Ne.channels[lt]})}return xe},{2:0})}catch(xe){return!0}return I!==void 0&&(I.split(",").some(xe=>Yt(xe))||k.width>1920&&k.height>1088||k.height>1920&&k.width>1088||k.frameRate>Math.max(s,30)||k.videoRange!=="SDR"&&k.videoRange!==n||k.bitrate>Math.max(v,8e6))||!!pe&&r(ue)&&Object.keys(pe).some(xe=>parseInt(xe)>ue)}function sn(k,t,n,s={}){const v=k.videoCodec;if(!v&&!k.audioCodec||!n)return Promise.resolve(Lr);const w=[],I=hn(k),U=I.length,X=Xt(k,t,U>0),V=X.length;for(let ue=U||1*V||1;ue--;){const pe={type:"media-source"};if(U&&(pe.video=I[ue%U]),V){pe.audio=X[ue%V];const xe=pe.audio.bitrate;pe.video&&xe&&(pe.video.bitrate-=xe)}w.push(pe)}if(v){const ue=navigator.userAgent;if(v.split(",").some(pe=>Yt(pe))&&ce())return Promise.resolve(vr(new Error(`Overriding Windows Firefox HEVC MediaCapabilities result based on user-agent string: (${ue})`),w))}return Promise.all(w.map(ue=>{const pe=ct(ue);return s[pe]||(s[pe]=n.decodingInfo(ue))})).then(ue=>({supported:!ue.some(pe=>!pe.supported),configurations:w,decodingInfoResults:ue})).catch(ue=>({supported:!1,configurations:w,decodingInfoResults:[],error:ue}))}function hn(k){var t;const n=(t=k.videoCodec)==null?void 0:t.split(","),s=ot(k),v=k.width||640,w=k.height||480,I=k.frameRate||30,U=k.videoRange.toLowerCase();return n?n.map(X=>{const V={contentType:Kt(Kr(X),"video"),width:v,height:w,bitrate:s,framerate:I};return U!=="sdr"&&(V.transferFunction=U),V}):[]}function Xt(k,t,n){var s;const v=(s=k.audioCodec)==null?void 0:s.split(","),w=ot(k);return v&&k.audioGroups?k.audioGroups.reduce((I,U)=>{var X;const V=U?(X=t.groups[U])==null?void 0:X.tracks:null;return V?V.reduce((ue,pe)=>{if(pe.groupId===U){const xe=parseFloat(pe.channels||"");v.forEach(De=>{const Ne={contentType:Kt(De,"audio"),bitrate:n?vt(De,w):w};xe&&(Ne.channels=""+xe),ue.push(Ne)})}return ue},I):I},[]):[]}function vt(k,t){if(t<=1)return 1;let n=128e3;return k==="ec-3"?n=768e3:k==="ac-3"&&(n=64e4),Math.min(t/2,n)}function ot(k){return Math.ceil(Math.max(k.bitrate*.9,k.averageBitrate)/1e3)*1e3||1}function ct(k){let t="";const{audio:n,video:s}=k;if(s){const v=Ir(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=Ir(n.contentType);t+=`${s?"_":""}${v}_c${n.channels}`}return t}const Nt=["NONE","TYPE-0","TYPE-1",null];function br(k){return Nt.indexOf(k)>-1}const _r=["SDR","PQ","HLG"];function Jr(k){return!!k&&_r.indexOf(k)>-1}var zr={No:"",Yes:"YES",v2:"v2"};function xn(k){const{canSkipUntil:t,canSkipDateRanges:n,age:s}=k,v=s<t/2;return t&&v?n?zr.v2:zr.Yes:zr.No}class Et{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 Dr{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 kn(this._audioGroups,t)}hasSubtitleGroup(t){return kn(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 kn(k,t){return!t||!k?!1:k.indexOf(t)!==-1}function Qn(){if(typeof matchMedia=="function"){const k=matchMedia("(dynamic-range: high)"),t=matchMedia("bad query");if(k.media!==t.media)return k.matches===!0}return!1}function Nn(k,t){let n=!1,s=[];if(k&&(n=k!=="SDR",s=[k]),t){s=t.allowedVideoRanges||_r.slice(0);const v=s.join("")!=="SDR"&&!t.videoCodec;n=t.preferHDR!==void 0?t.preferHDR:v&&Qn(),n||(s=["SDR"])}return{preferHDR:n,allowedVideoRanges:s}}const ti=k=>{const t=new WeakSet;return(n,s)=>{if(k&&(s=k(n,s)),typeof s=="object"&&s!==null){if(t.has(s))return;t.add(s)}return s}},Tn=(k,t)=>JSON.stringify(k,ti(t));function Ai(k,t,n,s,v){const w=Object.keys(k),I=s==null?void 0:s.channels,U=s==null?void 0:s.audioCodec,X=v==null?void 0:v.videoCodec,V=I&&parseInt(I)===2;let ue=!1,pe=!1,xe=1/0,De=1/0,Ne=1/0,lt=1/0,st=0,Ut=[];const{preferHDR:dr,allowedVideoRanges:or}=Nn(t,v);for(let rn=w.length;rn--;){const un=k[w[rn]];ue||(ue=un.channels[2]>0),xe=Math.min(xe,un.minHeight),De=Math.min(De,un.minFramerate),Ne=Math.min(Ne,un.minBitrate),or.filter(wn=>un.videoRanges[wn]>0).length>0&&(pe=!0)}xe=r(xe)?xe:0,De=r(De)?De:0;const Br=Math.max(1080,xe),Vr=Math.max(30,De);Ne=r(Ne)?Ne:n,n=Math.max(Ne,n),pe||(t=void 0);const mn=w.length>1;return{codecSet:w.reduce((rn,un)=>{const Gr=k[un];if(un===rn)return rn;if(Ut=pe?or.filter(wn=>Gr.videoRanges[wn]>0):[],mn){if(Gr.minBitrate>n)return ri(un,`min bitrate of ${Gr.minBitrate} > current estimate of ${n}`),rn;if(!Gr.hasDefaultAudio)return ri(un,"no renditions with default or auto-select sound found"),rn;if(U&&un.indexOf(U.substring(0,4))%5!==0)return ri(un,`audio codec preference "${U}" not found`),rn;if(I&&!V){if(!Gr.channels[I])return ri(un,`no renditions with ${I} channel sound found (channels options: ${Object.keys(Gr.channels)})`),rn}else if((!U||V)&&ue&&Gr.channels[2]===0)return ri(un,"no renditions with stereo sound found"),rn;if(Gr.minHeight>Br)return ri(un,`min resolution of ${Gr.minHeight} > maximum of ${Br}`),rn;if(Gr.minFramerate>Vr)return ri(un,`min framerate of ${Gr.minFramerate} > maximum of ${Vr}`),rn;if(!Ut.some(wn=>Gr.videoRanges[wn]>0))return ri(un,`no variants with VIDEO-RANGE of ${Tn(Ut)} found`),rn;if(X&&un.indexOf(X.substring(0,4))%5!==0)return ri(un,`video codec preference "${X}" not found`),rn;if(Gr.maxScore<st)return ri(un,`max score of ${Gr.maxScore} < selected max of ${st}`),rn}return rn&&(Pe(un)>=Pe(rn)||Gr.fragmentError>k[rn].fragmentError)?rn:(lt=Gr.minIndex,st=Gr.maxScore,un)},void 0),videoRanges:Ut,preferHDR:dr,minFramerate:De,minBitrate:Ne,minIndex:lt}}function ri(k,t){W.log(`[abr] start candidates with "${k}" ignored because ${t}`)}function Ci(k){return k.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 Qi(k,t,n,s){return k.slice(n,s+1).reduce((v,w,I)=>{if(!w.codecSet)return v;const U=w.audioGroups;let X=v[w.codecSet];X||(v[w.codecSet]=X={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:I,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!U,fragmentError:0}),X.minBitrate=Math.min(X.minBitrate,w.bitrate);const V=Math.min(w.height,w.width);return X.minHeight=Math.min(X.minHeight,V),X.minFramerate=Math.min(X.minFramerate,w.frameRate),X.minIndex=Math.min(X.minIndex,I),X.maxScore=Math.max(X.maxScore,w.score),X.fragmentError+=w.fragmentError,X.videoRanges[w.videoRange]=(X.videoRanges[w.videoRange]||0)+1,U&&U.forEach(ue=>{if(!ue)return;const pe=t.groups[ue];pe&&(X.hasDefaultAudio=X.hasDefaultAudio||t.hasDefaultAudio?pe.hasDefault:pe.hasAutoSelect||!t.hasDefaultAudio&&!t.hasAutoSelectAudio,Object.keys(pe.channels).forEach(xe=>{X.channels[xe]=(X.channels[xe]||0)+pe.channels[xe]}))}),v},{})}function Zi(k){if(!k)return k;const{lang:t,assocLang:n,characteristics:s,channels:v,audioCodec:w}=k;return{lang:t,assocLang:n,characteristics:s,channels:v,audioCodec:w}}function Ca(k,t,n){if("attrs"in k){const s=t.indexOf(k);if(s!==-1)return s}for(let s=0;s<t.length;s++){const v=t[s];if(ui(k,v,n))return s}return-1}function ui(k,t,n){const{groupId:s,name:v,lang:w,assocLang:I,default:U}=k,X=k.forced;return(s===void 0||t.groupId===s)&&(v===void 0||t.name===v)&&(w===void 0||ca(w,t.lang))&&(w===void 0||t.assocLang===I)&&(U===void 0||t.default===U)&&(X===void 0||t.forced===X)&&(!("characteristics"in k)||Ta(k.characteristics||"",t.characteristics))&&(n===void 0||n(k,t))}function ca(k,t="--"){return k.length===t.length?k===t:k.startsWith(t)||t.startsWith(k)}function Ta(k,t=""){const n=k.split(","),s=t.split(",");return n.length===s.length&&!n.some(v=>s.indexOf(v)===-1)}function St(k,t){const{audioCodec:n,channels:s}=k;return(n===void 0||(t.audioCodec||"").substring(0,4)===n.substring(0,4))&&(s===void 0||s===(t.channels||"2"))}function ga(k,t,n,s,v){const w=t[s],U=t.reduce((xe,De,Ne)=>{const lt=De.uri;return(xe[lt]||(xe[lt]=[])).push(Ne),xe},{})[w.uri];U.length>1&&(s=Math.max.apply(Math,U));const X=w.videoRange,V=w.frameRate,ue=w.codecSet.substring(0,4),pe=oa(t,s,xe=>{if(xe.videoRange!==X||xe.frameRate!==V||xe.codecSet.substring(0,4)!==ue)return!1;const De=xe.audioGroups,Ne=n.filter(lt=>!De||De.indexOf(lt.groupId)!==-1);return Ca(k,Ne,v)>-1});return pe>-1?pe:oa(t,s,xe=>{const De=xe.audioGroups,Ne=n.filter(lt=>!De||De.indexOf(lt.groupId)!==-1);return Ca(k,Ne,v)>-1})}function oa(k,t,n){for(let s=t;s>-1;s--)if(n(k[s]))return s;for(let s=t+1;s<k.length;s++)if(n(k[s]))return s;return-1}function gi(k,t){var n;return!!k&&k!==((n=t.loadLevelObj)==null?void 0:n.uri)}class Ma 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:I}=this,{autoLevelEnabled:U,media:X}=I;if(!v||!X)return;const V=performance.now(),ue=w?w.stats:v.stats,pe=w?w.duration:v.duration,xe=V-ue.loading.start,De=I.minAutoLevel,Ne=v.level,lt=this._nextAutoLevel;if(ue.aborted||ue.loaded&&ue.loaded===ue.total||Ne<=De){this.clearTimer(),this._nextAutoLevel=-1;return}if(!U)return;const st=lt>-1&&lt!==Ne,Ut=!!n||st;if(!Ut&&(X.paused||!X.playbackRate||!X.readyState))return;const dr=I.mainForwardBufferInfo;if(!Ut&&dr===null)return;const or=this.bwEstimator.getEstimateTTFB(),Br=Math.abs(X.playbackRate);if(xe<=Math.max(or,1e3*(pe/(Br*2))))return;const Vr=dr?dr.len/Br:0,mn=ue.loading.first?ue.loading.first-ue.loading.start:-1,Hr=ue.loaded&&mn>-1,rn=this.getBwEstimate(),un=I.levels,Gr=un[Ne],wn=Math.max(ue.loaded,Math.round(pe*(v.bitrate||Gr.averageBitrate)/8));let _i=Hr?xe-mn:xe;_i<1&&Hr&&(_i=Math.min(xe,ue.loaded*8/rn));const Vi=Hr?ue.loaded*1e3/_i:0,ua=or/1e3,zi=Vi?(wn-ue.loaded)/Vi:wn*8/rn+ua;if(zi<=Vr)return;const di=Vi?Vi*8:rn,na=((s=(n==null?void 0:n.details)||this.hls.latestLevelDetails)==null?void 0:s.live)===!0,Ii=this.hls.config.abrBandWidthUpFactor;let Xi=Number.POSITIVE_INFINITY,Fa;for(Fa=Ne-1;Fa>De;Fa--){const po=un[Fa].maxBitrate,xs=!un[Fa].details||na;if(Xi=this.getTimeToLoadFrag(ua,di,pe*po,xs),Xi<Math.min(Vr,pe+ua))break}if(Xi>=zi||Xi>pe*10)return;Hr?this.bwEstimator.sample(xe-Math.min(or,mn),ue.loaded):this.bwEstimator.sampleTTFB(xe);const pi=un[Fa].maxBitrate;this.getBwEstimate()*Ii>pi&&this.resetEstimator(pi);const mi=this.findBestLevel(pi,De,Fa,0,Vr,1,1);mi>-1&&(Fa=mi),this.warn(`Fragment ${v.sn}${w?" part "+w.index:""} of level ${Ne} is loading too slowly;
Fragment duration: ${v.duration.toFixed(3)}
Time to underbuffer: ${Vr.toFixed(3)} s
Estimated load time for current fragment: ${zi.toFixed(3)} s
Estimated load time for down switch fragment: ${Xi.toFixed(3)} s
TTFB estimate: ${mn|0} ms
Current BW estimate: ${r(rn)?rn|0:"Unknown"} bps
New BW estimate: ${this.getBwEstimate()|0} bps
Switching to level ${Fa} @ ${pi|0} bps`),I.nextLoadLevel=I.nextAutoLevel=Fa,this.clearTimer();const cs=()=>{if(this.clearTimer(),this.fragCurrent===v&&this.hls.loadLevel===Fa&&Fa>0){const po=this.getStarvationDelay();if(this.warn(`Aborting inflight request ${Fa>0?"and switching down":""}
Fragment duration: ${v.duration.toFixed(3)} s
Time to underbuffer: ${po.toFixed(3)} s`),v.abortRequests(),this.fragCurrent=this.partCurrent=null,Fa>De){let xs=this.findBestLevel(this.hls.levels[De].bitrate,De,Fa,0,po,1,1);xs===-1&&(xs=De),this.hls.nextLoadLevel=this.hls.nextAutoLevel=xs,this.resetEstimator(this.hls.levels[xs].bitrate)}}};st||zi>Xi*2?cs():this.timer=self.setInterval(cs,Xi*1e3),I.trigger(o.FRAG_LOAD_EMERGENCY_ABORTED,{frag:v,part:w,stats:ue})},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 I=performance.now(),U=w?w.stats:s.stats,X=I-U.loading.start,V=U.loading.first?U.loading.first-U.loading.start:-1;if(U.loaded&&V>-1){const pe=this.bwEstimator.getEstimateTTFB();this.bwEstimator.sample(X-Math.min(pe,V),U.loaded)}else this.bwEstimator.sampleTTFB(X)}break}}}getTimeToLoadFrag(t,n,s,v){const w=t+s/n,I=v?t+this.lastLevelLoadSec:0;return w+I}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,I=this.hls.levels[n.level],U=(I.loaded?I.loaded.bytes:0)+v.loaded,X=(I.loaded?I.loaded.duration:0)+w;I.loaded={bytes:U,duration:X},I.realBitrate=Math.round(8*U/X)}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 I=w.parsing.end-w.loading.start-Math.min(w.loading.first-w.loading.start,this.bwEstimator.getEstimateTTFB());this.bwEstimator.sample(I,w.loaded),w.bwEstimate=this.getBwEstimate(),s.bitrateTest?this.bitrateTestDelay=I/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 I=this.hls.firstLevel,U=Math.min(Math.max(I,n),t);return this.warn(`Could not find best starting auto level. Defaulting to first in playlist ${I} clamped to ${U}`),U}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 I=this.hls.levels;if(I.length>Math.max(t,w)&&I[t].loadError<=I[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:I}=s,U=n?n.duration:t?t.duration:0,X=this.getBwEstimate(),V=this.getStarvationDelay();let ue=w.abrBandWidthFactor,pe=w.abrBandWidthUpFactor;if(V){const st=this.findBestLevel(X,I,v,V,0,ue,pe);if(st>=0)return this.rebufferNotice=-1,st}let xe=U?Math.min(U,w.maxStarvationDelay):w.maxStarvationDelay;if(!V){const st=this.bitrateTestDelay;st&&(xe=(U?Math.min(U,w.maxLoadingDelay):w.maxLoadingDelay)-st,this.info(`bitrate test took ${Math.round(1e3*st)}ms, set first fragment max fetchDuration to ${Math.round(1e3*xe)} ms`),ue=pe=1)}const De=this.findBestLevel(X,I,v,V,xe,ue,pe);if(this.rebufferNotice!==De&&(this.rebufferNotice=De,this.info(`${V?"rebuffering expected":"buffer is empty"}, optimal quality level ${De}`)),De>-1)return De;const Ne=s.levels[I],lt=s.loadLevelObj;return lt&&(Ne==null?void 0:Ne.bitrate)<lt.bitrate?I: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,I,U){var X;const V=v+w,ue=this.lastLoadedFragLevel,pe=ue===-1?this.hls.firstLevel:ue,{fragCurrent:xe,partCurrent:De}=this,{levels:Ne,allAudioTracks:lt,loadLevel:st,config:Ut}=this.hls;if(Ne.length===1)return 0;const dr=Ne[pe],or=!!((X=this.hls.latestLevelDetails)!=null&&X.live),Br=st===-1||ue===-1;let Vr,mn="SDR",Hr=(dr==null?void 0:dr.frameRate)||0;const{audioPreference:rn,videoPreference:un}=Ut,Gr=this.audioTracksByGroup||(this.audioTracksByGroup=Ci(lt));let wn=-1;if(Br){if(this.firstSelection!==-1)return this.firstSelection;const di=this.codecTiers||(this.codecTiers=Qi(Ne,Gr,n,s)),na=Ai(di,mn,t,rn,un),{codecSet:Ii,videoRanges:Xi,minFramerate:Fa,minBitrate:pi,minIndex:mi,preferHDR:cs}=na;wn=mi,Vr=Ii,mn=cs?Xi[Xi.length-1]:Xi[0],Hr=Fa,t=Math.max(t,pi),this.log(`picked start tier ${Tn(na)}`)}else Vr=dr==null?void 0:dr.codecSet,mn=dr==null?void 0:dr.videoRange;const _i=De?De.duration:xe?xe.duration:0,Vi=this.bwEstimator.getEstimateTTFB()/1e3,ua=[];for(let di=s;di>=n;di--){var zi;const na=Ne[di],Ii=di>pe;if(!na)continue;if(Ut.useMediaCapabilities&&!na.supportedResult&&!na.supportedPromise){const xs=navigator.mediaCapabilities;typeof(xs==null?void 0:xs.decodingInfo)=="function"&&$r(na,Gr,mn,Hr,t,rn)?(na.supportedPromise=sn(na,Gr,xs,this.supportedCache),na.supportedPromise.then(qs=>{if(!this.hls)return;na.supportedResult=qs;const Lu=this.hls.levels,Tu=Lu.indexOf(na);qs.error?this.warn(`MediaCapabilities decodingInfo error: "${qs.error}" for level ${Tu} ${Tn(qs)}`):qs.supported?qs.decodingInfoResults.some(rc=>rc.smooth===!1||rc.powerEfficient===!1)&&this.log(`MediaCapabilities decodingInfo for level ${Tu} not smooth or powerEfficient: ${Tn(qs)}`):(this.warn(`Unsupported MediaCapabilities decodingInfo result for level ${Tu} ${Tn(qs)}`),Tu>-1&&Lu.length>1&&(this.log(`Removing unsupported level ${Tu}`),this.hls.removeLevel(Tu),this.hls.loadLevel===-1&&(this.hls.nextLoadLevel=0)))})):na.supportedResult=Lr}if((Vr&&na.codecSet!==Vr||mn&&na.videoRange!==mn||Ii&&Hr>na.frameRate||!Ii&&Hr>0&&Hr<na.frameRate||(zi=na.supportedResult)!=null&&(zi=zi.decodingInfoResults)!=null&&zi.some(xs=>xs.smooth===!1))&&(!Br||di!==wn)){ua.push(di);continue}const Xi=na.details,Fa=(De?Xi==null?void 0:Xi.partTarget:Xi==null?void 0:Xi.averagetargetduration)||_i;let pi;Ii?pi=U*t:pi=I*t;const mi=_i&&v>=_i*2&&w===0?na.averageBitrate:na.maxBitrate,cs=this.getTimeToLoadFrag(Vi,pi,mi*Fa,Xi===void 0);if(pi>=mi&&(di===ue||na.loadError===0&&na.fragmentError===0)&&(cs<=Vi||!r(cs)||or&&!this.bitrateTestDelay||cs<V)){const xs=this.forcedAutoLevel;return di!==st&&(xs===-1||xs!==st)&&(ua.length&&this.trace(`Skipped level(s) ${ua.join(",")} of ${s} max with CODECS and VIDEO-RANGE:"${Ne[ua[0]].codecs}" ${Ne[ua[0]].videoRange}; not compatible with "${Vr}" ${mn}`),this.info(`switch candidate:${pe}->${di} adjustedbw(${Math.round(pi)})-bitrate=${Math.round(pi-mi)} ttfb:${Vi.toFixed(1)} avgDuration:${Fa.toFixed(1)} maxFetchDuration:${V.toFixed(1)} fetchDuration:${cs.toFixed(1)} firstSelection:${Br} codecSet:${na.codecSet} videoRange:${na.videoRange} hls.loadLevel:${st}`)),Br&&(this.firstSelection=di),di}}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 Ei={search:function(k,t){let n=0,s=k.length-1,v=null,w=null;for(;n<=s;){v=(n+s)/2|0,w=k[v];const I=t(w);if(I>0)n=v+1;else if(I<0)s=v-1;else return w}return null}};function ci(k,t,n){if(t===null||!Array.isArray(k)||!k.length||!r(t))return null;const s=k[0].programDateTime;if(t<(s||0))return null;const v=k[k.length-1].endProgramDateTime;if(t>=(v||0))return null;for(let w=0;w<k.length;++w){const I=k[w];if(tt(t,n,I))return I}return null}function On(k,t,n=0,s=0,v=.005){let w=null;if(k){w=t[1+k.sn-t[0].sn]||null;const U=k.endDTS-n;U>0&&U<15e-7&&(n+=15e-7),w&&k.level!==w.level&&w.end<=k.end&&(w=t[2+k.sn-t[0].sn]||null)}else n===0&&t[0].start===0&&(w=t[0]);if(w&&((!k||k.level===w.level)&&ut(n,s,w)===0||Ee(w,k,Math.min(v,s))))return w;const I=Ei.search(t,ut.bind(null,n,s));return I&&(I!==k||!w)?I:w}function Ee(k,t,n){if(t&&t.start===0&&t.level<k.level&&(t.endPTS||0)>0){const s=t.tagList.reduce((v,w)=>(w[0]==="INF"&&(v+=parseFloat(w[1])),v),n);return k.start<=s}return!1}function ut(k=0,t=0,n){if(n.start<=k&&n.start+n.duration>k)return 0;const s=Math.min(t,n.duration+(n.deltaPTS?n.deltaPTS:0));return n.start+n.duration-s<=k?1:n.start-s>k&&n.start?-1:0}function tt(k,t,n){const s=Math.min(t,n.duration+(n.deltaPTS?n.deltaPTS:0))*1e3;return(n.endProgramDateTime||0)-s>k}function Ot(k,t,n){if(k&&k.startCC<=t&&k.endCC>=t){let s=k.fragments;const{fragmentHint:v}=k;v&&(s=s.concat(v));let w;return Ei.search(s,I=>I.cc<t?1:I.cc>t?-1:(w=I,I.end<=n?1:I.start>n?-1:0)),w||null}return null}function dt(k){switch(k.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 lr(k,t){const n=dt(t);return k.default[`${n?"timeout":"error"}Retry`]}function cr(k,t){const n=k.backoff==="linear"?1:Math.pow(2,t);return Math.min(n*k.retryDelayMs,k.maxRetryDelayMs)}function Ar(k){return b(b({},k),{errorRetry:null,timeoutRetry:null})}function Nr(k,t,n,s){if(!k)return!1;const v=s==null?void 0:s.code,w=t<k.maxNumRetry&&(We(v)||!!n);return k.shouldRetry?k.shouldRetry(k,t,n,s,w):w}function We(k){return k===0&&navigator.onLine===!1||!!k&&(k<400||k>499)}var et={DoNothing:0,SendEndCallback:1,SendAlternateToPenaltyBox:2,RemoveAlternatePermanently:3,InsertDiscontinuity:4,RetryRequest:5},ye={None:0,MoveAllAlternatesMatchingHost:1,MoveAllAlternatesMatchingHDCP:2,SwitchToSDR:4};class it extends R{constructor(t){super("error-controller",t.logger),this.hls=void 0,this.playlistError=0,this.penalizedRenditions={},this.hls=t,this.registerListeners()}registerListeners(){const t=this.hls;t.on(o.ERROR,this.onError,this),t.on(o.MANIFEST_LOADING,this.onManifestLoading,this),t.on(o.LEVEL_UPDATED,this.onLevelUpdated,this)}unregisterListeners(){const t=this.hls;t&&(t.off(o.ERROR,this.onError,this),t.off(o.ERROR,this.onErrorOut,this),t.off(o.MANIFEST_LOADING,this.onManifestLoading,this),t.off(o.LEVEL_UPDATED,this.onLevelUpdated,this))}destroy(){this.unregisterListeners(),this.hls=null,this.penalizedRenditions={}}startLoad(t){}stopLoad(){this.playlistError=0}getVariantLevelIndex(t){return(t==null?void 0:t.type)===u.MAIN?t.level:this.hls.loadLevel}onManifestLoading(){this.playlistError=0,this.penalizedRenditions={}}onLevelUpdated(){this.playlistError=0}onError(t,n){var s;if(n.fatal)return;const v=this.hls,w=n.context;switch(n.details){case f.FRAG_LOAD_ERROR:case f.FRAG_LOAD_TIMEOUT:case f.KEY_LOAD_ERROR:case f.KEY_LOAD_TIMEOUT:n.errorAction=this.getFragRetryOrSwitchAction(n);return;case f.FRAG_PARSING_ERROR:if((s=n.frag)!=null&&s.gap){n.errorAction=sr();return}case f.FRAG_GAP:case f.FRAG_DECRYPT_ERROR:{n.errorAction=this.getFragRetryOrSwitchAction(n),n.errorAction.action=et.SendAlternateToPenaltyBox;return}case f.LEVEL_EMPTY_ERROR:case f.LEVEL_PARSING_ERROR:{var I;const X=n.parent===u.MAIN?n.level:v.loadLevel;n.details===f.LEVEL_EMPTY_ERROR&&((I=n.context)!=null&&(I=I.levelDetails)!=null&&I.live)?n.errorAction=this.getPlaylistRetryOrSwitchAction(n,X):(n.levelRetry=!1,n.errorAction=this.getLevelSwitchAction(n,X))}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 X=v.loadLevelObj;if(X&&(w.type===h.AUDIO_TRACK&&X.hasAudioGroup(w.groupId)||w.type===h.SUBTITLE_TRACK&&X.hasSubtitleGroup(w.groupId))){n.errorAction=this.getPlaylistRetryOrSwitchAction(n,v.loadLevel),n.errorAction.action=et.SendAlternateToPenaltyBox,n.errorAction.flags=ye.MoveAllAlternatesMatchingHost;return}}return;case f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:{const X=v.loadLevelObj,V=X==null?void 0:X.attrs["HDCP-LEVEL"];V?n.errorAction={action:et.SendAlternateToPenaltyBox,flags:ye.MoveAllAlternatesMatchingHDCP,hdcpLevel:V}:this.keySystemError(n)}return;case f.BUFFER_ADD_CODEC_ERROR:case f.REMUX_ALLOC_ERROR:case f.BUFFER_APPEND_ERROR:if(!n.errorAction){var U;n.errorAction=this.getLevelSwitchAction(n,(U=n.level)!=null?U: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=sr();return}n.type===c.KEY_SYSTEM_ERROR&&this.keySystemError(n)}keySystemError(t){const n=this.getVariantLevelIndex(t.frag);t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,n)}getPlaylistRetryOrSwitchAction(t,n){const s=this.hls,v=lr(s.config.playlistLoadPolicy,t),w=this.playlistError++;if(Nr(v,w,dt(t),t.response))return{action:et.RetryRequest,flags:ye.None,retryConfig:v,retryCount:w};const U=this.getLevelSwitchAction(t,n);return v&&(U.retryConfig=v,U.retryCount=w),U}getFragRetryOrSwitchAction(t){const n=this.hls,s=this.getVariantLevelIndex(t.frag),v=n.levels[s],{fragLoadPolicy:w,keyLoadPolicy:I}=n.config,U=lr(t.details.startsWith("key")?I:w,t),X=n.levels.reduce((ue,pe)=>ue+pe.fragmentError,0);if(v&&(t.details!==f.FRAG_GAP&&v.fragmentError++,Nr(U,X,dt(t),t.response)))return{action:et.RetryRequest,flags:ye.None,retryConfig:U,retryCount:X};const V=this.getLevelSwitchAction(t,s);return U&&(V.retryConfig=U,V.retryCount=X),V}getLevelSwitchAction(t,n){const s=this.hls;n==null&&(n=s.loadLevel);const v=this.hls.levels[n];if(v){var w,I;const V=t.details;v.loadError++,V===f.BUFFER_APPEND_ERROR&&v.fragmentError++;let ue=-1;const{levels:pe,loadLevel:xe,minAutoLevel:De,maxAutoLevel:Ne}=s;!s.autoLevelEnabled&&!s.config.preserveManualLevelOnError&&(s.loadLevel=-1);const lt=(w=t.frag)==null?void 0:w.type,Ut=(lt===u.AUDIO&&V===f.FRAG_PARSING_ERROR||t.sourceBufferName==="audio"&&(V===f.BUFFER_ADD_CODEC_ERROR||V===f.BUFFER_APPEND_ERROR))&&pe.some(({audioCodec:mn})=>v.audioCodec!==mn),or=t.sourceBufferName==="video"&&(V===f.BUFFER_ADD_CODEC_ERROR||V===f.BUFFER_APPEND_ERROR)&&pe.some(({codecSet:mn,audioCodec:Hr})=>v.codecSet!==mn&&v.audioCodec===Hr),{type:Br,groupId:Vr}=(I=t.context)!=null?I:{};for(let mn=pe.length;mn--;){const Hr=(mn+xe)%pe.length;if(Hr!==xe&&Hr>=De&&Hr<=Ne&&pe[Hr].loadError===0){var U,X;const rn=pe[Hr];if(V===f.FRAG_GAP&&lt===u.MAIN&&t.frag){const un=pe[Hr].details;if(un){const Gr=On(t.frag,un.fragments,t.frag.start);if(Gr!=null&&Gr.gap)continue}}else{if(Br===h.AUDIO_TRACK&&rn.hasAudioGroup(Vr)||Br===h.SUBTITLE_TRACK&&rn.hasSubtitleGroup(Vr))continue;if(lt===u.AUDIO&&(U=v.audioGroups)!=null&&U.some(un=>rn.hasAudioGroup(un))||lt===u.SUBTITLE&&(X=v.subtitleGroups)!=null&&X.some(un=>rn.hasSubtitleGroup(un))||Ut&&v.audioCodec===rn.audioCodec||or&&v.codecSet===rn.codecSet||!Ut&&v.codecSet!==rn.codecSet)continue}ue=Hr;break}}if(ue>-1&&s.loadLevel!==ue)return t.levelRetry=!0,this.playlistError=0,{action:et.SendAlternateToPenaltyBox,flags:ye.None,nextAutoLevel:ue}}return{action:et.SendAlternateToPenaltyBox,flags:ye.MoveAllAlternatesMatchingHost}}onErrorOut(t,n){var s;switch((s=n.errorAction)==null?void 0:s.action){case et.DoNothing:break;case et.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 et.RetryRequest:break}if(n.fatal){this.hls.stopLoad();return}}sendAlternateToPenaltyBox(t){const n=this.hls,s=t.errorAction;if(!s)return;const{flags:v,hdcpLevel:w,nextAutoLevel:I}=s;switch(v){case ye.None:this.switchLevel(t,I);break;case ye.MoveAllAlternatesMatchingHDCP:w&&(n.maxHdcpLevel=Nt[Nt.indexOf(w)-1],s.resolved=!0),this.warn(`Restricting playback to HDCP-LEVEL of "${n.maxHdcpLevel}" or lower`);break}s.resolved||this.switchLevel(t,I)}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=Ir(t.mimeType),v=this.hls.levels;for(let w=v.length;w--;)v[w][`${t.sourceBufferName}Codec`]===s&&this.hls.removeLevel(w)}}}function sr(k){const t={action:et.DoNothing,flags:ye.None};return k&&(t.resolved=!0),t}var xr={NOT_LOADED:"NOT_LOADED",APPENDING:"APPENDING",PARTIAL:"PARTIAL",OK:"OK"};class Or{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 I=w.length;I--;){const U=v[w[I]];if((U==null?void 0:U.body.type)===n&&(!s||U.buffered)){const X=U.body;if(X.start<=t&&t<=X.end)return X}}return null}detectEvictedFragments(t,n,s,v,w){this.timeRanges&&(this.timeRanges[t]=n);const I=(v==null?void 0:v.fragment.sn)||-1;Object.keys(this.fragments).forEach(U=>{const X=this.fragments[U];if(!X||I>=X.body.sn)return;if(!X.buffered&&(!X.loaded||w)){X.body.type===s&&this.removeFragment(X.body);return}const V=X.range[t];if(V){if(V.time.length===0){this.removeFragment(X.body);return}V.time.some(ue=>{const pe=!this.isTimeBuffered(ue.startPTS,ue.endPTS,n);return pe&&this.removeFragment(X.body),pe})}})}detectPartialFragments(t){const n=this.timeRanges;if(!n||t.frag.sn==="initSegment")return;const s=t.frag,v=Ur(s),w=this.fragments[v];if(!w||w.buffered&&s.gap)return;const I=!s.relurl;Object.keys(n).forEach(U=>{const X=s.elementaryStreams[U];if(!X)return;const V=n[U],ue=I||X.partial===!0;w.range[U]=this.getBufferedTimes(s,t.part,ue,V)}),w.loaded=null,Object.keys(w.range).length?(w.buffered=!0,(w.body.endList=s.endList||w.body.endList)&&(this.endListFragments[w.body.type]=w),Cr(w)||this.removeParts(s.sn-1,s.type)):this.removeFragment(w.body)}removeParts(t,n){const s=this.activePartLists[n];s&&(this.activePartLists[n]=bn(s,v=>v.fragment.sn>=t))}fragBuffered(t,n){const s=Ur(t);let v=this.fragments[s];!v&&n&&(v=this.fragments[s]={body:t,appendedPTS:null,loaded:null,buffered:!1,range:Object.create(null)},t.gap&&(this.hasGaps=!0)),v&&(v.loaded=null,v.buffered=!0)}getBufferedTimes(t,n,s,v){const w={time:[],partial:s},I=t.start,U=t.end,X=t.minEndPTS||U,V=t.maxStartPTS||I;for(let ue=0;ue<v.length;ue++){const pe=v.start(ue)-this.bufferPadding,xe=v.end(ue)+this.bufferPadding;if(V>=pe&&X<=xe){w.time.push({startPTS:Math.max(I,v.start(ue)),endPTS:Math.min(U,v.end(ue))});break}else if(I<xe&&U>pe){const De=Math.max(I,v.start(ue)),Ne=Math.min(U,v.end(ue));Ne>De&&(w.partial=!0,w.time.push({startPTS:De,endPTS:Ne}))}else if(U<=pe)break}return w}getPartialFragment(t){let n=null,s,v,w,I=0;const{bufferPadding:U,fragments:X}=this;return Object.keys(X).forEach(V=>{const ue=X[V];ue&&Cr(ue)&&(v=ue.body.start-U,w=ue.body.end+U,t>=v&&t<=w&&(s=Math.min(t-v,w-t),I<=s&&(n=ue.body,I=s)))}),n}isEndListAppended(t){const n=this.endListFragments[t];return n!==void 0&&(n.buffered||Cr(n))}getState(t){const n=Ur(t),s=this.fragments[n];return s?s.buffered?Cr(s)?xr.PARTIAL:xr.OK:xr.APPENDING:xr.NOT_LOADED}isTimeBuffered(t,n,s){let v,w;for(let I=0;I<s.length;I++){if(v=s.start(I)-this.bufferPadding,w=s.end(I)+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=Ur(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:I}=n;if(s.sn==="initSegment")return;const U=s.type;if(v){let V=this.activePartLists[U];V||(this.activePartLists[U]=V=[]),V.push(v)}this.timeRanges=w;const X=w[I];this.detectEvictedFragments(I,X,U,v)}onFragBuffered(t,n){this.detectPartialFragments(n)}hasFragment(t){const n=Ur(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(I=>{const U=this.fragments[I];if(!U)return;const X=U.body;X.type!==s||v&&!X.gap||X.start<n&&X.end>t&&(U.buffered||w)&&this.removeFragment(X)})}removeFragment(t){const n=Ur(t);t.clearElementaryStreamInfo();const s=this.activePartLists[t.type];if(s){const v=t.sn;this.activePartLists[t.type]=bn(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 Cr(k){var t,n,s;return k.buffered&&!!(k.body.gap||(t=k.range.video)!=null&&t.partial||(n=k.range.audio)!=null&&n.partial||(s=k.range.audiovideo)!=null&&s.partial)}function Ur(k){return`${k.type}_${k.level}_${k.sn}`}function bn(k,t){return k.filter(n=>{const s=t(n);return s||n.clearElementaryStreamInfo(),s})}var wr={cbc:0,ctr:1};class fn{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 wr.cbc:return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},n,t);case wr.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 nn(k){const t=k.byteLength,n=t&&new DataView(k.buffer).getUint8(t-1);return n?k.slice(0,t-n):k}class cn{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],I=s[2],U=s[3],X=this.invSubMix,V=X[0],ue=X[1],pe=X[2],xe=X[3],De=new Uint32Array(256);let Ne=0,lt=0,st=0;for(st=0;st<256;st++)st<128?De[st]=st<<1:De[st]=st<<1^283;for(st=0;st<256;st++){let Ut=lt^lt<<1^lt<<2^lt<<3^lt<<4;Ut=Ut>>>8^Ut&255^99,t[Ne]=Ut,n[Ut]=Ne;const dr=De[Ne],or=De[dr],Br=De[or];let Vr=De[Ut]*257^Ut*16843008;v[Ne]=Vr<<24|Vr>>>8,w[Ne]=Vr<<16|Vr>>>16,I[Ne]=Vr<<8|Vr>>>24,U[Ne]=Vr,Vr=Br*16843009^or*65537^dr*257^Ne*16843008,V[Ut]=Vr<<24|Vr>>>8,ue[Ut]=Vr<<16|Vr>>>16,pe[Ut]=Vr<<8|Vr>>>24,xe[Ut]=Vr,Ne?(Ne=dr^De[De[De[Br^dr]]],lt^=De[De[lt]]):Ne=lt=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 I=this.ksRows=(w+6+1)*4;let U,X;const V=this.keySchedule=new Uint32Array(I),ue=this.invKeySchedule=new Uint32Array(I),pe=this.sBox,xe=this.rcon,De=this.invSubMix,Ne=De[0],lt=De[1],st=De[2],Ut=De[3];let dr,or;for(U=0;U<I;U++){if(U<w){dr=V[U]=n[U];continue}or=dr,U%w===0?(or=or<<8|or>>>24,or=pe[or>>>24]<<24|pe[or>>>16&255]<<16|pe[or>>>8&255]<<8|pe[or&255],or^=xe[U/w|0]<<24):w>6&&U%w===4&&(or=pe[or>>>24]<<24|pe[or>>>16&255]<<16|pe[or>>>8&255]<<8|pe[or&255]),V[U]=dr=(V[U-w]^or)>>>0}for(X=0;X<I;X++)U=I-X,X&3?or=V[U]:or=V[U-4],X<4||U<=4?ue[X]=or:ue[X]=Ne[pe[or>>>24]]^lt[pe[or>>>16&255]]^st[pe[or>>>8&255]]^Ut[pe[or&255]],ue[X]=ue[X]>>>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,I=this.invSBox,U=this.invSubMix,X=U[0],V=U[1],ue=U[2],pe=U[3],xe=this.uint8ArrayToUint32Array_(s);let De=xe[0],Ne=xe[1],lt=xe[2],st=xe[3];const Ut=new Int32Array(t),dr=new Int32Array(Ut.length);let or,Br,Vr,mn,Hr,rn,un,Gr,wn,_i,Vi,ua,zi,di;const na=this.networkToHostOrderSwap;for(;n<Ut.length;){for(wn=na(Ut[n]),_i=na(Ut[n+1]),Vi=na(Ut[n+2]),ua=na(Ut[n+3]),Hr=wn^w[0],rn=ua^w[1],un=Vi^w[2],Gr=_i^w[3],zi=4,di=1;di<v;di++)or=X[Hr>>>24]^V[rn>>16&255]^ue[un>>8&255]^pe[Gr&255]^w[zi],Br=X[rn>>>24]^V[un>>16&255]^ue[Gr>>8&255]^pe[Hr&255]^w[zi+1],Vr=X[un>>>24]^V[Gr>>16&255]^ue[Hr>>8&255]^pe[rn&255]^w[zi+2],mn=X[Gr>>>24]^V[Hr>>16&255]^ue[rn>>8&255]^pe[un&255]^w[zi+3],Hr=or,rn=Br,un=Vr,Gr=mn,zi=zi+4;or=I[Hr>>>24]<<24^I[rn>>16&255]<<16^I[un>>8&255]<<8^I[Gr&255]^w[zi],Br=I[rn>>>24]<<24^I[un>>16&255]<<16^I[Gr>>8&255]<<8^I[Hr&255]^w[zi+1],Vr=I[un>>>24]<<24^I[Gr>>16&255]<<16^I[Hr>>8&255]<<8^I[rn&255]^w[zi+2],mn=I[Gr>>>24]<<24^I[Hr>>16&255]<<16^I[rn>>8&255]<<8^I[un&255]^w[zi+3],dr[n]=na(or^De),dr[n+1]=na(mn^Ne),dr[n+2]=na(Vr^lt),dr[n+3]=na(Br^st),De=wn,Ne=_i,lt=Vi,st=ua,n=n+4}return dr.buffer}}class Pn{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=Pa(this.aesMode);return this.subtle.importKey("raw",this.key,{name:t},!1,["encrypt","decrypt"])}}function Pa(k){switch(k){case wr.cbc:return"AES-CBC";case wr.ctr:return"AES-CTR";default:throw new Error(`[FastAESKey] invalid aes mode ${k}`)}}const Li=16;class vi{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?nn(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,I)=>{const U=ArrayBuffer.isView(t)?t:new Uint8Array(t);this.softwareDecrypt(U,n,s,v);const X=this.flush();X?w(X.buffer):I(new Error("[softwareDecrypt] Failed to decrypt data"))}):this.webCryptoDecrypt(new Uint8Array(t),n,s,v)}softwareDecrypt(t,n,s,v){const{currentIV:w,currentResult:I,remainderData:U}=this;if(v!==wr.cbc||n.byteLength!==16)return W.warn("SoftwareDecrypt: can only handle AES-128-CBC"),null;this.logOnce("JS AES decrypt"),U&&(t=Me(U,t),this.remainderData=null);const X=this.getValidChunk(t);if(!X.length)return null;w&&(s=w);let V=this.softwareDecrypter;V||(V=this.softwareDecrypter=new cn),V.expandKey(n);const ue=I;return this.currentResult=V.decrypt(X.buffer,0,s),this.currentIV=X.slice(-16).buffer,ue||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 Pn(this.subtle,n,v)}return this.fastAesKey.expandKey().then(w=>this.subtle?(this.logOnce("WebCrypto AES decrypt"),new fn(this.subtle,new Uint8Array(s),v).decrypt(t.buffer,w)):Promise.reject(new Error("web crypto not initialized"))).catch(w=>(W.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 I=this.flush();if(I)return I.buffer}throw new Error("WebCrypto"+(w?" and softwareDecrypt":"")+": failed to decrypt data")}getValidChunk(t){let n=t;const s=t.length-t.length%Li;return s!==t.length&&(n=t.slice(0,s),this.remainderData=t.slice(s)),n}logOnce(t){this.logEnabled&&(W.log(`[decrypter]: ${t}`),this.logEnabled=!1)}}const yn=Math.pow(2,17);class fi{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 ba({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,I=v.loader;return new Promise((U,X)=>{if(this.loader&&this.loader.destroy(),t.gap)if(t.tagList.some(Ne=>Ne[0]==="GAP")){X(ya(t));return}else t.gap=!1;const V=this.loader=w?new w(v):new I(v),ue=Gi(t);t.loader=V;const pe=Ar(v.fragLoadPolicy.default),xe={loadPolicy:pe,timeout:pe.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:t.sn==="initSegment"?1/0:yn};t.stats=V.stats;const De={onSuccess:(Ne,lt,st,Ut)=>{this.resetLoader(t,V);let dr=Ne.data;st.resetIV&&t.decryptdata&&(t.decryptdata.iv=new Uint8Array(dr.slice(0,16)),dr=dr.slice(16)),U({frag:t,part:null,payload:dr,networkDetails:Ut})},onError:(Ne,lt,st,Ut)=>{this.resetLoader(t,V),X(new ba({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,response:b({url:s,data:void 0},Ne),error:new Error(`HTTP Error ${Ne.code} ${Ne.text}`),networkDetails:st,stats:Ut}))},onAbort:(Ne,lt,st)=>{this.resetLoader(t,V),X(new ba({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,error:new Error("Aborted"),networkDetails:st,stats:Ne}))},onTimeout:(Ne,lt,st)=>{this.resetLoader(t,V),X(new ba({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,error:new Error(`Timeout after ${xe.timeout}ms`),networkDetails:st,stats:Ne}))}};n&&(De.onProgress=(Ne,lt,st,Ut)=>n({frag:t,part:null,payload:st,networkDetails:Ut})),V.load(ue,xe,De)})}loadPart(t,n,s){this.abort();const v=this.config,w=v.fLoader,I=v.loader;return new Promise((U,X)=>{if(this.loader&&this.loader.destroy(),t.gap||n.gap){X(ya(t,n));return}const V=this.loader=w?new w(v):new I(v),ue=Gi(t,n);t.loader=V;const pe=Ar(v.fragLoadPolicy.default),xe={loadPolicy:pe,timeout:pe.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:yn};n.stats=V.stats,V.load(ue,xe,{onSuccess:(De,Ne,lt,st)=>{this.resetLoader(t,V),this.updateStatsFromPart(t,n);const Ut={frag:t,part:n,payload:De.data,networkDetails:st};s(Ut),U(Ut)},onError:(De,Ne,lt,st)=>{this.resetLoader(t,V),X(new ba({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,part:n,response:b({url:ue.url,data:void 0},De),error:new Error(`HTTP Error ${De.code} ${De.text}`),networkDetails:lt,stats:st}))},onAbort:(De,Ne,lt)=>{t.stats.aborted=n.stats.aborted,this.resetLoader(t,V),X(new ba({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,part:n,error:new Error("Aborted"),networkDetails:lt,stats:De}))},onTimeout:(De,Ne,lt)=>{this.resetLoader(t,V),X(new ba({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,part:n,error:new Error(`Timeout after ${xe.timeout}ms`),networkDetails:lt,stats:De}))}})})}updateStatsFromPart(t,n){const s=t.stats,v=n.stats,w=v.total;if(s.loaded+=v.loaded,w){const X=Math.round(t.duration/n.duration),V=Math.min(Math.round(s.loaded/w),X),pe=(X-V)*Math.round(s.loaded/V);s.total=s.loaded+pe}else s.total=Math.max(s.loaded,s.total);const I=s.loading,U=v.loading;I.start?I.first+=U.first-U.start:(I.start=U.start,I.first=U.first),I.end=U.end}resetLoader(t,n){t.loader=null,this.loader===n&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),n.destroy()}}function Gi(k,t=null){const n=t||k,s={frag:k,part:t,responseType:"arraybuffer",url:n.url,headers:{},rangeStart:0,rangeEnd:0},v=n.byteRangeStartOffset,w=n.byteRangeEndOffset;if(r(v)&&r(w)){var I;let U=v,X=w;if(k.sn==="initSegment"&&Vs((I=k.decryptdata)==null?void 0:I.method)){const V=w-v;V%16&&(X=w+(16-V%16)),v!==0&&(s.resetIV=!0,U=v-16)}s.rangeStart=U,s.rangeEnd=X}return s}function ya(k,t){const n=new Error(`GAP ${k.gap?"tag":"attribute"} found`),s={type:c.MEDIA_ERROR,details:f.FRAG_GAP,fatal:!1,frag:k,error:n,networkDetails:null};return t&&(s.part=t),(t||k).stats.aborted=!0,new ba(s)}function Vs(k){return k==="AES-128"||k==="AES-256"}class ba extends Error{constructor(t){super(t.error.message),this.data=void 0,this.data=t}}class Fs 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 Ys{constructor(t,n,s,v=0,w=-1,I=!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=es(),this.buffering={audio:es(),video:es(),audiovideo:es()},this.level=t,this.sn=n,this.id=s,this.size=v,this.part=w,this.partial=I}}function es(){return{start:0,executeStart:0,executeEnd:0,end:0}}const Ws={length:0,start:()=>0,end:()=>0};class qn{static isBuffered(t,n){if(t){const s=qn.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=qn.getBuffered(t);return qn.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=qn.bufferedRanges(t);if(v.length)return qn.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((ue,pe)=>ue.start-pe.start||pe.end-ue.end);let v=-1,w=[];if(s)for(let ue=0;ue<t.length;ue++){n>=t[ue].start&&n<=t[ue].end&&(v=ue);const pe=w.length;if(pe){const xe=w[pe-1].end;t[ue].start-xe<s?t[ue].end>xe&&(w[pe-1].end=t[ue].end):w.push(t[ue])}else w.push(t[ue])}else w=t;let I=0,U,X=n,V=n;for(let ue=0;ue<w.length;ue++){const pe=w[ue].start,xe=w[ue].end;if(v===-1&&n>=pe&&n<=xe&&(v=ue),n+s>=pe&&n<xe)X=pe,V=xe,I=V-n;else if(n+s<pe){U=pe;break}}return{len:I,start:X||0,end:V||0,nextStart:U,buffered:t,bufferedIndex:v}}static getBuffered(t){try{return t.buffered||Ws}catch(n){return W.log("failed to get media.buffered",n),Ws}}}const Es=/\{\$([a-zA-Z0-9-_]+)\}/g;function fs(k){return Es.test(k)}function Xs(k,t){if(k.variableList!==null||k.hasVariableRefs){const n=k.variableList;return t.replace(Es,s=>{const v=s.substring(2,s.length-1),w=n==null?void 0:n[v];return w===void 0?(k.playlistParsingError||(k.playlistParsingError=new Error(`Missing preceding EXT-X-DEFINE tag for Variable Reference: "${v}"`)),s):w})}return t}function Yi(k,t,n){let s=k.variableList;s||(k.variableList=s={});let v,w;if("QUERYPARAM"in t){v=t.QUERYPARAM;try{const I=new self.URL(n).searchParams;if(I.has(v))w=I.get(v);else throw new Error(`"${v}" does not match any query parameter in URI: "${n}"`)}catch(I){k.playlistParsingError||(k.playlistParsingError=new Error(`EXT-X-DEFINE QUERYPARAM: ${I.message}`))}}else v=t.NAME,w=t.VALUE;v in s?k.playlistParsingError||(k.playlistParsingError=new Error(`EXT-X-DEFINE duplicate Variable Name declarations: "${v}"`)):s[v]=w||""}function Bs(k,t,n){const s=t.IMPORT;if(n&&s in n){let v=k.variableList;v||(k.variableList=v={}),v[s]=n[s]}else k.playlistParsingError||(k.playlistParsingError=new Error(`EXT-X-DEFINE IMPORT attribute not found in Multivariant Playlist: "${s}"`))}const Ko=/^(\d+)x(\d+)$/,Va=/(.+?)=(".*?"|.*?)(?:,|$)/g;class ha{constructor(t,n){typeof t=="string"&&(t=ha.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=Ko.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(Va.lastIndex=0;(s=Va.exec(t))!==null;){const I=s[1].trim();let U=s[2];const X=U.indexOf(w)===0&&U.lastIndexOf(w)===U.length-1;let V=!1;if(X)U=U.slice(1,-1);else switch(I){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":V=!0}if(n&&(X||V))U=Xs(n,U);else if(!V&&!X)switch(I){case"CLOSED-CAPTIONS":if(U==="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":W.warn(`${t}: attribute ${I} is missing quotes`)}v[I]=U}return v}}const is="com.apple.hls.interstitial";function vo(k){return k!=="ID"&&k!=="CLASS"&&k!=="CUE"&&k!=="START-DATE"&&k!=="DURATION"&&k!=="END-DATE"&&k!=="END-ON-NEXT"}function jn(k){return k==="SCTE35-OUT"||k==="SCTE35-IN"||k==="SCTE35-CMD"}class ts{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 I in w)if(Object.prototype.hasOwnProperty.call(t,I)&&t[I]!==w[I]){W.warn(`DATERANGE tag attribute: "${I}" does not match for tags with ID: "${t.ID}"`),this._badValueForSameId=I;break}t=y(new ha({}),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?(W.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===is}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 Ps=10;class Is{constructor(t){this.PTSKnown=!1,this.alignedSliding=!1,this.averagetargetduration=void 0,this.endCC=0,this.endSN=0,this.fragments=void 0,this.fragmentHint=void 0,this.partList=null,this.dateRanges=void 0,this.dateRangeTagCount=0,this.live=!0,this.requestScheduled=-1,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.misses=0,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=void 0,this.m3u8="",this.version=null,this.canBlockReload=!1,this.canSkipUntil=0,this.canSkipDateRanges=!1,this.skippedSegments=0,this.recentlyRemovedDateranges=void 0,this.partHoldBack=0,this.holdBack=0,this.partTarget=0,this.preloadHint=void 0,this.renditionReports=void 0,this.tuneInGoal=0,this.deltaUpdateFailed=void 0,this.driftStartTime=0,this.driftEndTime=0,this.driftStart=0,this.driftEnd=0,this.encryptedFragments=void 0,this.playlistParsingError=null,this.variableList=null,this.hasVariableRefs=!1,this.appliedTimelineOffset=void 0,this.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=t}reloaded(t){if(!t){this.advanced=!0,this.updated=!0;return}const n=this.lastPartSn-t.lastPartSn,s=this.lastPartIndex-t.lastPartIndex;this.updated=this.endSN!==t.endSN||!!s||!!n||!this.live,this.advanced=this.endSN>t.endSN||n>0||n===0&&s>0,this.updated||this.advanced?this.misses=Math.floor(t.misses*.6):this.misses=t.misses+1}get hasProgramDateTime(){return this.fragments.length?r(this.fragments[this.fragments.length-1].programDateTime):!1}get levelTargetDuration(){return this.averagetargetduration||this.targetduration||Ps}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 Wi(k){return k==="AES-128"||k==="AES-256"||k==="AES-256-CTR"}function Xa(k){switch(k){case"AES-128":case"AES-256":return wr.cbc;case"AES-256-CTR":return wr.ctr;default:throw new Error(`invalid full segment method ${k}`)}}function Wa(k){return Uint8Array.from(atob(k),t=>t.charCodeAt(0))}function Rs(k){return Uint8Array.from(unescape(encodeURIComponent(k)),t=>t.charCodeAt(0))}function _o(k){const t=Rs(k).subarray(0,16),n=new Uint8Array(16);return n.set(t,16-t.length),n}function $o(k){const t=function(s,v,w){const I=s[v];s[v]=s[w],s[w]=I};t(k,0,3),t(k,1,2),t(k,4,5),t(k,6,7)}function Vo(k){const t=k.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",I=v[1];w?(s.splice(-1,1),n=Wa(I)):n=_o(I)}}return n}const Yo=typeof self!="undefined"?self:void 0;var rs={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.fps",PLAYREADY:"com.microsoft.playready",WIDEVINE:"com.widevine.alpha"},_s={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.streamingkeydelivery",PLAYREADY:"com.microsoft.playready",WIDEVINE:"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"};function Ao(k){switch(k){case _s.FAIRPLAY:return rs.FAIRPLAY;case _s.PLAYREADY:return rs.PLAYREADY;case _s.WIDEVINE:return rs.WIDEVINE;case _s.CLEARKEY:return rs.CLEARKEY}}function Zo(k){switch(k){case rs.FAIRPLAY:return _s.FAIRPLAY;case rs.PLAYREADY:return _s.PLAYREADY;case rs.WIDEVINE:return _s.WIDEVINE;case rs.CLEARKEY:return _s.CLEARKEY}}function Lo(k){const{drmSystems:t,widevineLicenseUrl:n}=k,s=t?[rs.FAIRPLAY,rs.WIDEVINE,rs.PLAYREADY,rs.CLEARKEY].filter(v=>!!t[v]):[];return!s[rs.WIDEVINE]&&n&&s.push(rs.WIDEVINE),s}const Xo=function(k){return Yo!=null&&(k=Yo.navigator)!=null&&k.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null}();function yi(k,t,n,s){let v;switch(k){case rs.FAIRPLAY:v=["cenc","sinf"];break;case rs.WIDEVINE:case rs.PLAYREADY:v=["cenc"];break;case rs.CLEARKEY:v=["cenc","keyids"];break;default:throw new Error(`Unknown key-system: ${k}`)}return hi(v,t,n,s)}function hi(k,t,n,s){return[{initDataTypes:k,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 as(k){var t;return k.sessionType==="persistent-license"||!!((t=k.sessionTypes)!=null&&t.some(n=>n==="persistent-license"))}function ds(k){const t=new Uint16Array(k.buffer,k.byteOffset,k.byteLength/2),n=String.fromCharCode.apply(null,Array.from(t)),s=n.substring(n.indexOf("<"),n.length),I=new DOMParser().parseFromString(s,"text/xml").getElementsByTagName("KID")[0];if(I){const U=I.childNodes[0]?I.childNodes[0].nodeValue:I.getAttribute("VALUE");if(U){const X=Wa(U).subarray(0,16);return $o(X),X}}return null}let ss={};class go{static clearKeyUriToKeyIdMap(){ss={}}constructor(t,n,s,v=[1],w=null,I){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&&!Wi(t),I!=null&&I.startsWith("0x")&&(this.keyId=new Uint8Array(K(I)))}matches(t){var n,s;return t.uri===this.uri&&t.method===this.method&&t.encrypted===this.encrypted&&t.keyFormat===this.keyFormat&&t.keyFormatVersions.join(",")===this.keyFormatVersions.join(",")&&((n=t.iv)==null?void 0:n.join(","))===((s=this.iv)==null?void 0:s.join(","))}isSupported(){if(this.method){if(Wi(this.method)||this.method==="NONE")return!0;if(this.keyFormat==="identity")return this.method==="SAMPLE-AES";switch(this.keyFormat){case _s.FAIRPLAY:case _s.WIDEVINE:case _s.PLAYREADY:case _s.CLEARKEY:return["ISO-23001-7","SAMPLE-AES","SAMPLE-AES-CENC","SAMPLE-AES-CTR"].indexOf(this.method)!==-1}}return!1}getDecryptData(t){if(!this.encrypted||!this.uri)return null;if(Wi(this.method)&&this.uri&&!this.iv){typeof t!="number"&&(W.warn(`missing IV for initialization segment with method="${this.method}" - compliance issue`),t=0);const s=Wo(t);return new go(this.method,this.uri,"identity",this.keyFormatVersions,s)}if(this.pssh&&this.keyId)return this;const n=Vo(this.uri);if(n)switch(this.keyFormat){case _s.WIDEVINE:if(this.pssh=n,!this.keyId&&n.length>=22){const s=n.length-22;this.keyId=n.subarray(s,s+16)}break;case _s.PLAYREADY:{const s=new Uint8Array([154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149]);this.pssh=Ie(s,null,n),this.keyId=ds(n);break}default:{let s=n.subarray(0,16);if(s.length!==16){const v=new Uint8Array(16);v.set(s,16-s.length),s=v}this.keyId=s;break}}if(!this.keyId||this.keyId.byteLength!==16){let s=ss[this.uri];if(!s){const v=Object.keys(ss).length%Number.MAX_SAFE_INTEGER;s=new Uint8Array(16),new DataView(s.buffer,12,4).setUint32(0,v),ss[this.uri]=s}this.keyId=s}return this}}function Wo(k){const t=new Uint8Array(16);for(let n=12;n<16;n++)t[n]=k>>8*(15-n)&255;return t}const du=/#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,Ls=/#EXT-X-MEDIA:(.*)/g,tu=/^#EXT(?:INF|-X-TARGETDURATION):/m,hu=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),Iu=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 Mo{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 $.buildAbsoluteURL(n,t,{alwaysNormalize:!0})}static isMediaPlaylist(t){return tu.test(t)}static parseMasterPlaylist(t,n){const s=fs(t),v={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:s},w=[];du.lastIndex=0;let I;for(;(I=du.exec(t))!=null;)if(I[1]){var U;const V=new ha(I[1],v),ue=Xs(v,I[2]),pe={attrs:V,bitrate:V.decimalInteger("BANDWIDTH")||V.decimalInteger("AVERAGE-BANDWIDTH"),name:V.NAME,url:Mo.resolve(ue,n)},xe=V.decimalResolution("RESOLUTION");xe&&(pe.width=xe.width,pe.height=xe.height),Bu(V.CODECS,pe);const De=V["SUPPLEMENTAL-CODECS"];De&&(pe.supplemental={},Bu(De,pe.supplemental)),(U=pe.unknownCodecs)!=null&&U.length||w.push(pe),v.levels.push(pe)}else if(I[3]){const V=I[3],ue=I[4];switch(V){case"SESSION-DATA":{const pe=new ha(ue,v),xe=pe["DATA-ID"];xe&&(v.sessionData===null&&(v.sessionData={}),v.sessionData[xe]=pe);break}case"SESSION-KEY":{const pe=mo(ue,n,v);pe.encrypted&&pe.isSupported()?(v.sessionKeys===null&&(v.sessionKeys=[]),v.sessionKeys.push(pe)):W.warn(`[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "${ue}"`);break}case"DEFINE":{{const pe=new ha(ue,v);Yi(v,pe,n)}break}case"CONTENT-STEERING":{const pe=new ha(ue,v);v.contentSteering={uri:Mo.resolve(pe["SERVER-URI"],n),pathwayId:pe["PATHWAY-ID"]||"."};break}case"START":{v.startTimeOffset=gu(ue);break}}}const X=w.length>0&&w.length<v.levels.length;return v.levels=X?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={},I=s.levels,U={AUDIO:I.map(V=>({id:V.attrs.AUDIO,audioCodec:V.audioCodec})),SUBTITLES:I.map(V=>({id:V.attrs.SUBTITLES,textCodec:V.textCodec})),"CLOSED-CAPTIONS":[]};let X=0;for(Ls.lastIndex=0;(v=Ls.exec(t))!==null;){const V=new ha(v[1],s),ue=V.TYPE;if(ue){const pe=U[ue],xe=w[ue]||[];w[ue]=xe;const De=V.LANGUAGE,Ne=V["ASSOC-LANGUAGE"],lt=V.CHANNELS,st=V.CHARACTERISTICS,Ut=V["INSTREAM-ID"],dr={attrs:V,bitrate:0,id:X++,groupId:V["GROUP-ID"]||"",name:V.NAME||De||"",type:ue,default:V.bool("DEFAULT"),autoselect:V.bool("AUTOSELECT"),forced:V.bool("FORCED"),lang:De,url:V.URI?Mo.resolve(V.URI,n):""};if(Ne&&(dr.assocLang=Ne),lt&&(dr.channels=lt),st&&(dr.characteristics=st),Ut&&(dr.instreamId=Ut),pe!=null&&pe.length){const or=Mo.findGroup(pe,dr.groupId)||pe[0];Do(dr,or,"audioCodec"),Do(dr,or,"textCodec")}xe.push(dr)}}return w}static parseLevelPlaylist(t,n,s,v,w,I){var U;const X={url:n},V=new Is(n),ue=V.fragments,pe=[];let xe=null,De=0,Ne=0,lt=0,st=0,Ut=0,dr=null,or=new Oe(v,X),Br,Vr,mn,Hr=-1,rn=!1,un=null,Gr;if(hu.lastIndex=0,V.m3u8=t,V.hasVariableRefs=fs(t),((U=hu.exec(t))==null?void 0:U[0])!=="#EXTM3U")return V.playlistParsingError=new Error("Missing format identifier #EXTM3U"),V;for(;(Br=hu.exec(t))!==null;){rn&&(rn=!1,or=new Oe(v,X),or.playlistOffset=lt,or.setStart(lt),or.sn=De,or.cc=st,Ut&&(or.bitrate=Ut),or.level=s,xe&&(or.initSegment=xe,xe.rawProgramDateTime&&(or.rawProgramDateTime=xe.rawProgramDateTime,xe.rawProgramDateTime=null),un&&(or.setByteRange(un),un=null)));const ua=Br[1];if(ua){or.duration=parseFloat(ua);const zi=(" "+Br[2]).slice(1);or.title=zi||null,or.tagList.push(zi?["INF",ua,zi]:["INF",ua])}else if(Br[3]){if(r(or.duration)){or.playlistOffset=lt,or.setStart(lt),mn&&ru(or,mn,V),or.sn=De,or.level=s,or.cc=st,ue.push(or);const zi=(" "+Br[3]).slice(1);or.relurl=Xs(V,zi),Ou(or,dr,pe),dr=or,lt+=or.duration,De++,Ne=0,rn=!0}}else{if(Br=Br[0].match(Iu),!Br){W.warn("No matches on slow regex match for level playlist!");continue}for(Vr=1;Vr<Br.length&&Br[Vr]===void 0;Vr++);const zi=(" "+Br[Vr]).slice(1),di=(" "+Br[Vr+1]).slice(1),na=Br[Vr+2]?(" "+Br[Vr+2]).slice(1):null;switch(zi){case"BYTERANGE":dr?or.setByteRange(di,dr):or.setByteRange(di);break;case"PROGRAM-DATE-TIME":or.rawProgramDateTime=di,or.tagList.push(["PROGRAM-DATE-TIME",di]),Hr===-1&&(Hr=ue.length);break;case"PLAYLIST-TYPE":V.type&&Os(V,zi,Br),V.type=di.toUpperCase();break;case"MEDIA-SEQUENCE":V.startSN!==0?Os(V,zi,Br):ue.length>0&&Ho(V,zi,Br),De=V.startSN=parseInt(di);break;case"SKIP":{V.skippedSegments&&Os(V,zi,Br);const Ii=new ha(di,V),Xi=Ii.decimalInteger("SKIPPED-SEGMENTS");if(r(Xi)){V.skippedSegments+=Xi;for(let pi=Xi;pi--;)ue.push(null);De+=Xi}const Fa=Ii.enumeratedString("RECENTLY-REMOVED-DATERANGES");Fa&&(V.recentlyRemovedDateranges=(V.recentlyRemovedDateranges||[]).concat(Fa.split(" ")));break}case"TARGETDURATION":V.targetduration!==0&&Os(V,zi,Br),V.targetduration=Math.max(parseInt(di),1);break;case"VERSION":V.version!==null&&Os(V,zi,Br),V.version=parseInt(di);break;case"INDEPENDENT-SEGMENTS":break;case"ENDLIST":V.live||Os(V,zi,Br),V.live=!1;break;case"#":(di||na)&&or.tagList.push(na?[di,na]:[di]);break;case"DISCONTINUITY":st++,or.tagList.push(["DIS"]);break;case"GAP":or.gap=!0,or.tagList.push([zi]);break;case"BITRATE":or.tagList.push([zi,di]),Ut=parseInt(di)*1e3,r(Ut)?or.bitrate=Ut:Ut=0;break;case"DATERANGE":{const Ii=new ha(di,V),Xi=new ts(Ii,V.dateRanges[Ii.ID],V.dateRangeTagCount);V.dateRangeTagCount++,Xi.isValid||V.skippedSegments?V.dateRanges[Xi.id]=Xi:W.warn(`Ignoring invalid DATERANGE tag: "${di}"`),or.tagList.push(["EXT-X-DATERANGE",di]);break}case"DEFINE":{{const Ii=new ha(di,V);"IMPORT"in Ii?Bs(V,Ii,I):Yi(V,Ii,n)}break}case"DISCONTINUITY-SEQUENCE":V.startCC!==0?Os(V,zi,Br):ue.length>0&&Ho(V,zi,Br),V.startCC=st=parseInt(di);break;case"KEY":{const Ii=mo(di,n,V);if(Ii.isSupported()){if(Ii.method==="NONE"){mn=void 0;break}mn||(mn={});const Xi=mn[Ii.keyFormat];Xi!=null&&Xi.matches(Ii)||(Xi&&(mn=y({},mn)),mn[Ii.keyFormat]=Ii)}else W.warn(`[Keys] Ignoring invalid EXT-X-KEY tag: "${di}"`);break}case"START":V.startTimeOffset=gu(di);break;case"MAP":{const Ii=new ha(di,V);if(or.duration){const Xi=new Oe(v,X);Qo(Xi,Ii,s,mn),xe=Xi,or.initSegment=xe,xe.rawProgramDateTime&&!or.rawProgramDateTime&&(or.rawProgramDateTime=xe.rawProgramDateTime)}else{const Xi=or.byteRangeEndOffset;if(Xi){const Fa=or.byteRangeStartOffset;un=`${Xi-Fa}@${Fa}`}else un=null;Qo(or,Ii,s,mn),xe=or,rn=!0}xe.cc=st;break}case"SERVER-CONTROL":{Gr&&Os(V,zi,Br),Gr=new ha(di),V.canBlockReload=Gr.bool("CAN-BLOCK-RELOAD"),V.canSkipUntil=Gr.optionalFloat("CAN-SKIP-UNTIL",0),V.canSkipDateRanges=V.canSkipUntil>0&&Gr.bool("CAN-SKIP-DATERANGES"),V.partHoldBack=Gr.optionalFloat("PART-HOLD-BACK",0),V.holdBack=Gr.optionalFloat("HOLD-BACK",0);break}case"PART-INF":{V.partTarget&&Os(V,zi,Br);const Ii=new ha(di);V.partTarget=Ii.decimalFloatingPoint("PART-TARGET");break}case"PART":{let Ii=V.partList;Ii||(Ii=V.partList=[]);const Xi=Ne>0?Ii[Ii.length-1]:void 0,Fa=Ne++,pi=new ha(di,V),mi=new Ge(pi,or,X,Fa,Xi);Ii.push(mi),or.duration+=mi.duration;break}case"PRELOAD-HINT":{const Ii=new ha(di,V);V.preloadHint=Ii;break}case"RENDITION-REPORT":{const Ii=new ha(di,V);V.renditionReports=V.renditionReports||[],V.renditionReports.push(Ii);break}default:W.warn(`line parsed but not handled: ${Br}`);break}}}dr&&!dr.relurl?(ue.pop(),lt-=dr.duration,V.partList&&(V.fragmentHint=dr)):V.partList&&(Ou(or,dr,pe),or.cc=st,V.fragmentHint=or,mn&&ru(or,mn,V)),V.targetduration||(V.playlistParsingError=new Error("#EXT-X-TARGETDURATION is required"));const wn=ue.length,_i=ue[0],Vi=ue[wn-1];if(lt+=V.skippedSegments*V.targetduration,lt>0&&wn&&Vi){V.averagetargetduration=lt/wn;const ua=Vi.sn;V.endSN=ua!=="initSegment"?ua:0,V.live||(Vi.endList=!0),Hr>0&&(Bo(ue,Hr),_i&&pe.unshift(_i))}return V.fragmentHint&&(lt+=V.fragmentHint.duration),V.totalduration=lt,pe.length&&V.dateRangeTagCount&&_i&&Ju(pe,V),V.endCC=st,V}}function Ju(k,t){const n=k.length;if(!n)return;const s=k[n-1],v=t.live?1/0:t.totalduration,w=Object.keys(t.dateRanges);for(let U=w.length;U--;){const X=t.dateRanges[w[U]],V=X.startDate.getTime();X.tagAnchor=s.ref;for(let ue=n;ue--;){var I;if(((I=k[ue])==null?void 0:I.sn)<t.startSN)break;const pe=Fo(t,V,k,ue,v);if(pe!==-1){X.tagAnchor=t.fragments[pe].ref;break}}}}function Fo(k,t,n,s,v){const w=n[s];if(w){const U=w.programDateTime;if(t>=U||s===0){var I;const X=(((I=n[s+1])==null?void 0:I.start)||v)-w.start;if(t<=U+X*1e3){const V=n[s].sn-k.startSN;if(V<0)return-1;const ue=k.fragments;if(ue.length>n.length){const xe=(n[s+1]||ue[ue.length-1]).sn-k.startSN;for(let De=xe;De>V;De--){const Ne=ue[De].programDateTime;if(t>=Ne&&t<Ne+ue[De].duration*1e3)return De}}return V}}}return-1}function mo(k,t,n){var s,v;const w=new ha(k,n),I=(s=w.METHOD)!=null?s:"",U=w.URI,X=w.hexadecimalInteger("IV"),V=w.KEYFORMATVERSIONS,ue=(v=w.KEYFORMAT)!=null?v:"identity";U&&w.IV&&!X&&W.error(`Invalid IV: ${w.IV}`);const pe=U?Mo.resolve(U,t):"",xe=(V||"1").split("/").map(Number).filter(Number.isFinite);return new go(I,pe,ue,xe,X,w.KEYID)}function gu(k){const n=new ha(k).decimalFloatingPoint("TIME-OFFSET");return r(n)?n:null}function Bu(k,t){let n=(k||"").split(/[ ,]+/).filter(s=>s);["video","audio","text"].forEach(s=>{const v=n.filter(w=>It(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 Do(k,t,n){const s=t[n];s&&(k[n]=s)}function Bo(k,t){let n=k[t];for(let s=t;s--;){const v=k[s];if(!v)return;v.programDateTime=n.programDateTime-v.duration*1e3,n=v}}function Ou(k,t,n){k.rawProgramDateTime?n.push(k):t!=null&&t.programDateTime&&(k.programDateTime=t.endProgramDateTime)}function Qo(k,t,n,s){k.relurl=t.URI,t.BYTERANGE&&k.setByteRange(t.BYTERANGE),k.level=n,k.sn="initSegment",s&&(k.levelkeys=s),k.initSegment=null}function ru(k,t,n){k.levelkeys=t;const{encryptedFragments:s}=n;(!s.length||s[s.length-1].levelkeys!==t)&&Object.keys(t).some(v=>t[v].isCommonEncryption)&&s.push(k)}function Os(k,t,n){k.playlistParsingError=new Error(`#EXT-X-${t} must not appear more than once (${n[0]})`)}function Ho(k,t,n){k.playlistParsingError=new Error(`#EXT-X-${t} must appear before the first Media Segment (${n[0]})`)}function Nu(k,t){const n=t.startPTS;if(r(n)){let s=0,v;t.sn>k.sn?(s=n-k.start,v=k):(s=k.start-n,v=t),v.duration!==s&&v.setDuration(s)}else t.sn>k.sn?k.cc===t.cc&&k.minEndPTS?t.setStart(k.start+(k.minEndPTS-k.start)):t.setStart(k.start+k.duration):t.setStart(Math.max(k.start-t.duration,0))}function qt(k,t,n,s,v,w,I){s-n<=0&&(I.warn("Fragment should have a positive duration",t),s=n+t.duration,w=v+t.duration);let X=n,V=s;const ue=t.startPTS,pe=t.endPTS;if(r(ue)){const Ut=Math.abs(ue-n);k&&Ut>k.totalduration?I.warn(`media timestamps and playlist times differ by ${Ut}s for level ${t.level} ${k.url}`):r(t.deltaPTS)?t.deltaPTS=Math.max(Ut,t.deltaPTS):t.deltaPTS=Ut,X=Math.max(n,ue),n=Math.min(n,ue),v=t.startDTS!==void 0?Math.min(v,t.startDTS):v,V=Math.min(s,pe),s=Math.max(s,pe),w=t.endDTS!==void 0?Math.max(w,t.endDTS):w}const xe=n-t.start;t.start!==0&&t.setStart(n),t.setDuration(s-t.start),t.startPTS=n,t.maxStartPTS=X,t.startDTS=v,t.endPTS=s,t.minEndPTS=V,t.endDTS=w;const De=t.sn;if(!k||De<k.startSN||De>k.endSN)return 0;let Ne;const lt=De-k.startSN,st=k.fragments;for(st[lt]=t,Ne=lt;Ne>0;Ne--)Nu(st[Ne],st[Ne-1]);for(Ne=lt;Ne<st.length-1;Ne++)Nu(st[Ne],st[Ne+1]);return k.fragmentHint&&Nu(st[st.length-1],k.fragmentHint),k.PTSKnown=k.alignedSliding=!0,xe}function hr(k,t,n){if(k===t)return;let s=null;const v=k.fragments;for(let ue=v.length-1;ue>=0;ue--){const pe=v[ue].initSegment;if(pe){s=pe;break}}k.fragmentHint&&delete k.fragmentHint.endPTS;let w;Sr(k,t,(ue,pe,xe,De)=>{if((!t.startCC||t.skippedSegments)&&pe.cc!==ue.cc){const Ne=ue.cc-pe.cc;for(let lt=xe;lt<De.length;lt++)De[lt].cc+=Ne;t.endCC=De[De.length-1].cc}r(ue.startPTS)&&r(ue.endPTS)&&(pe.setStart(pe.startPTS=ue.startPTS),pe.startDTS=ue.startDTS,pe.maxStartPTS=ue.maxStartPTS,pe.endPTS=ue.endPTS,pe.endDTS=ue.endDTS,pe.minEndPTS=ue.minEndPTS,pe.setDuration(ue.endPTS-ue.startPTS),pe.duration&&(w=pe),t.PTSKnown=t.alignedSliding=!0),ue.hasStreams&&(pe.elementaryStreams=ue.elementaryStreams),pe.loader=ue.loader,ue.hasStats&&(pe.stats=ue.stats),ue.initSegment&&(pe.initSegment=ue.initSegment,s=ue.initSegment)});const I=t.fragments,U=t.fragmentHint?I.concat(t.fragmentHint):I;if(s&&U.forEach(ue=>{var pe;ue&&(!ue.initSegment||ue.initSegment.relurl===((pe=s)==null?void 0:pe.relurl))&&(ue.initSegment=s)}),t.skippedSegments){if(t.deltaUpdateFailed=I.some(ue=>!ue),t.deltaUpdateFailed){n.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(let ue=t.skippedSegments;ue--;)I.shift();t.startSN=I[0].sn}else{t.canSkipDateRanges&&(t.dateRanges=ur(k.dateRanges,t,n));const ue=k.fragments.filter(pe=>pe.rawProgramDateTime);if(k.hasProgramDateTime&&!t.hasProgramDateTime)for(let pe=1;pe<U.length;pe++)U[pe].programDateTime===null&&Ou(U[pe],U[pe-1],ue);Ju(ue,t)}t.endCC=I[I.length-1].cc}if(!t.startCC){var X;const ue=oi(k,t.startSN-1);t.startCC=(X=ue==null?void 0:ue.cc)!=null?X:I[0].cc}pr(k.partList,t.partList,(ue,pe)=>{pe.elementaryStreams=ue.elementaryStreams,pe.stats=ue.stats}),w?qt(t,w,w.startPTS,w.endPTS,w.startDTS,w.endDTS,n):Wn(k,t),I.length&&(t.totalduration=t.edge-I[0].start),t.driftStartTime=k.driftStartTime,t.driftStart=k.driftStart;const V=t.advancedDateTime;if(t.advanced&&V){const ue=t.edge;t.driftStart||(t.driftStartTime=V,t.driftStart=ue),t.driftEndTime=V,t.driftEnd=ue}else t.driftEndTime=k.driftEndTime,t.driftEnd=k.driftEnd,t.advancedDateTime=k.advancedDateTime;t.requestScheduled===-1&&(t.requestScheduled=k.requestScheduled)}function ur(k,t,n){const{dateRanges:s,recentlyRemovedDateranges:v}=t,w=y({},k);v&&v.forEach(X=>{delete w[X]});const U=Object.keys(w).length;return U&&Object.keys(s).forEach(X=>{const V=w[X],ue=new ts(s[X].attr,V);ue.isValid?(w[X]=ue,V||(ue.tagOrder+=U)):n.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${Tn(s[X].attr)}"`)}),w}function pr(k,t,n){if(k&&t){let s=0;for(let v=0,w=k.length;v<=w;v++){const I=k[v],U=t[v+s];I&&U&&I.index===U.index&&I.fragment.sn===U.fragment.sn?n(I,U):s--}}}function Sr(k,t,n){const s=t.skippedSegments,v=Math.max(k.startSN,t.startSN)-t.startSN,w=(k.fragmentHint?1:0)+(s?t.endSN:Math.min(k.endSN,t.endSN))-t.startSN,I=t.startSN-k.startSN,U=t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments,X=k.fragmentHint?k.fragments.concat(k.fragmentHint):k.fragments;for(let V=v;V<=w;V++){const ue=X[I+V];let pe=U[V];if(s&&!pe&&ue&&(pe=t.fragments[V]=ue),ue&&pe){if(n(ue,pe,V,U),ue.url&&ue.url!==pe.url){t.playlistParsingError=vn(`media sequence mismatch ${pe.sn}:`,k,t,ue,pe);return}else if(ue.cc!==pe.cc){t.playlistParsingError=vn(`discontinuity sequence mismatch (${ue.cc}!=${pe.cc})`,k,t,ue,pe);return}}}}function vn(k,t,n,s,v){return new Error(`${k} ${v.url}
Playlist starting @${t.startSN}
${t.m3u8}
Playlist starting @${n.startSN}
${n.m3u8}`)}function Wn(k,t,n=!0){const s=t.startSN+t.skippedSegments-k.startSN,v=k.fragments,w=s>=0;let I=0;if(w&&s<v.length)I=v[s].start;else if(w&&t.startSN===k.endSN+1)I=k.fragmentEnd;else if(w&&n)I=k.fragmentStart+s*t.levelTargetDuration;else if(!t.skippedSegments&&t.fragmentStart===0)I=k.fragmentStart;else return;Rn(t,I)}function Rn(k,t){if(t){const n=k.fragments;for(let s=k.skippedSegments;s<n.length;s++)n[s].addStart(t);k.fragmentHint&&k.fragmentHint.addStart(t)}}function Hn(k,t=1/0){let n=1e3*k.targetduration;if(k.updated){const s=k.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 oi(k,t,n){if(!k)return null;let s=k.fragments[t-k.startSN];return s||(s=k.fragmentHint,s&&s.sn===t)?s:t<k.startSN&&n&&n.sn===t?n:null}function ai(k,t,n){return k?fr(k.partList,t,n):null}function fr(k,t,n){if(k)for(let s=k.length;s--;){const v=k[s];if(v.index===n&&v.fragment.sn===t)return v}return null}function Fr(k){k.forEach((t,n)=>{var s;(s=t.details)==null||s.fragments.forEach(v=>{v.level=n,v.initSegment&&(v.initSegment.level=n)})})}function kr(k,t){for(let s=0,v=k.length;s<v;s++){var n;if(((n=k[s])==null?void 0:n.cc)===t)return k[s]}return null}function En(k,t){return!!(k&&t.startCC<k.endCC&&t.endCC>k.startCC)}function Sn(k,t){const n=k.start+t;k.startPTS=n,k.setStart(n),k.endPTS=n+k.duration}function mt(k,t){const n=t.fragments;for(let s=0,v=n.length;s<v;s++)Sn(n[s],k);t.fragmentHint&&Sn(t.fragmentHint,k),t.alignedSliding=!0}function Un(k,t){k&&(Gn(t,k),t.alignedSliding||Oi(t,k),!t.alignedSliding&&!t.skippedSegments&&Wn(k,t,!1))}function Gn(k,t){if(!En(t,k))return;const n=Math.min(t.endCC,k.endCC),s=kr(t.fragments,n),v=kr(k.fragments,n);if(!s||!v)return;W.log(`Aligning playlist at start of dicontinuity sequence ${n}`);const w=s.start-v.start;mt(w,k)}function Oi(k,t){if(!k.hasProgramDateTime||!t.hasProgramDateTime)return;const n=k.fragments,s=t.fragments;if(!n.length||!s.length)return;let v,w;const I=Math.min(t.endCC,k.endCC);t.startCC<I&&k.startCC<I&&(v=kr(s,I),w=kr(n,I)),(!v||!w)&&(v=s[Math.floor(s.length/2)],w=kr(n,v.cc)||n[Math.floor(n.length/2)]);const U=v.programDateTime,X=w.programDateTime;if(!U||!X)return;const V=(X-U)/1e3-(w.start-v.start);mt(V,k)}const qi={toString:function(k){let t="";const n=k.length;for(let s=0;s<n;s++)t+=`[${k.start(s).toFixed(3)}-${k.end(s).toFixed(3)}]`;return t}},er={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 ia extends Fs{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=er.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:I,fragCurrent:U,media:X,mediaBuffer:V,state:ue}=this,pe=X?X.currentTime:0,xe=qn.bufferInfo(V||X,pe,I.maxBufferHole),De=!xe.len;if(this.log(`Media seeking to ${r(pe)?pe.toFixed(3):pe}, state: ${ue}, ${De?"out of":"in"} buffer`),this.state===er.ENDED)this.resetLoadingState();else if(U){const Ne=I.maxFragLookUpTolerance,lt=U.start-Ne,st=U.start+U.duration+Ne;if(De||st<xe.start||lt>xe.end){const Ut=pe>st;(pe<lt||Ut)&&(Ut&&U.loader&&(this.log(`Cancelling fragment load for seek (sn: ${U.sn})`),U.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}if(X){this.fragmentTracker.removeFragmentsInRange(pe,1/0,this.playlistType,!0);const Ne=this.lastCurrentTime;if(pe>Ne&&(this.lastCurrentTime=pe),!this.loadingParts){const lt=Math.max(xe.end,pe),st=this.shouldLoadParts(this.getLevelDetails(),lt);st&&(this.log(`LL-Part loading ON after seeking to ${pe.toFixed(2)} with buffer @${lt.toFixed(2)}`),this.loadingParts=st)}}this.hls.hasEnoughToStart||(this.log(`Setting ${De?"startPosition":"nextLoadPosition"} to ${pe} for seek without enough to start`),this.nextLoadPosition=pe,De&&(this.startPosition=pe)),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 fi(t.config),this.keyLoader=s,this.fragmentTracker=n,this.config=t.config,this.decrypter=new vi(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===er.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=er.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=qn.bufferedInfo(w,t.start,0));const I=t.nextStart;if(I&&I>v&&I<n.edge||this.media.currentTime<t.start)return!1;const X=n.partList;if(X!=null&&X.length){const ue=X[X.length-1];return qn.isBuffered(this.media,ue.start+ue.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;s.removeEventListener("seeking",this.onMediaSeeking),s.removeEventListener("ended",this.onMediaEnded),s.addEventListener("seeking",this.onMediaSeeking),s.addEventListener("ended",this.onMediaEnded);const v=this.config;this.levels&&v.autoStartLoad&&this.state===er.STOPPED&&this.startLoad(v.startPosition)}onMediaDetaching(t,n){const s=!!n.transferMedia,v=this.media;if(v!==null){if(v.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),v.removeEventListener("seeking",this.onMediaSeeking),v.removeEventListener("ended",this.onMediaEnded),this.keyLoader&&!s&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loopSn=void 0,s){this.resetLoadingState(),this.resetTransmuxer();return}this.loadingParts=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()}}onManifestLoading(){this.initPTS=[],this.levels=this.levelLastLoaded=this.fragCurrent=null,this.lastCurrentTime=this.startPosition=0,this.startFragRequested=!1}onError(t,n){}onManifestLoaded(t,n){this.startTimeOffset=n.startTimeOffset}onHandlerDestroying(){this.stopLoad(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),super.onHandlerDestroying(),this.hls=this.onMediaSeeking=this.onMediaEnded=null}onHandlerDestroyed(){this.state=er.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 I=w.frag;if(this.fragContextChanged(I)){this.warn(`${I.type} sn: ${I.sn}${w.part?" part: "+w.part.index:""} of ${this.fragInfo(I,!1,w.part)}) was dropped during download.`),this.fragmentTracker.removeFragment(I);return}I.stats.chunkCount++,this._handleFragmentLoadProgress(w)};this._doFragLoad(t,n,s,v).then(w=>{if(!w)return;const I=this.state,U=w.frag;if(this.fragContextChanged(U)){(I===er.FRAG_LOADING||!this.fragCurrent&&I===er.PARSING)&&(this.fragmentTracker.removeFragment(U),this.state=er.IDLE);return}"payload"in w&&(this.log(`Loaded ${U.type} sn: ${U.sn} of ${this.playlistLabel()} ${U.level}`),this.hls.trigger(o.FRAG_LOADED,w)),this._handleFragmentLoadComplete(w)}).catch(w=>{this.state===er.STOPPED||this.state===er.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)===xr.APPENDING){const w=t.type,I=this.getFwdBufferInfo(this.mediaBuffer,w),U=Math.max(t.duration,I?I.len:this.config.maxBufferLength),X=this.backtrackFragment;((X?t.sn-X.sn:0)===1||this.reduceMaxBufferLength(U,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)===xr.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:I}=s,U=w.decryptdata;if(I&&I.byteLength>0&&U!=null&&U.key&&U.iv&&Wi(U.method)){const X=self.performance.now();return this.decrypter.decrypt(new Uint8Array(I),U.key.buffer,U.iv.buffer,Xa(U.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 ue=self.performance.now();return v.trigger(o.FRAG_DECRYPTED,{frag:w,payload:V,stats:{tstart:X,tdecrypt:ue}}),s.payload=V,this.completeInitSegmentLoad(s)})}return this.completeInitSegmentLoad(s)}).catch(s=>{this.state===er.STOPPED||this.state===er.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!==er.STOPPED&&(this.state=er.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 I=this.media,U=new Error(`Encrypted track with no key in ${this.fragInfo(n)} (media ${I?"attached mediaKeys: "+I.mediaKeys:"detached"})`);return this.warn(U.message),!I||I.mediaKeys?!1:(this.hls.trigger(o.ERROR,{type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_KEYS,fatal:!1,error:U,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?qi.toString(qn.getBuffered(s)):"(detached)"})`),Te(t)){var v;if(t.type!==u.SUBTITLE){const I=t.elementaryStreams;if(!Object.keys(I).some(U=>!!I[U])){this.state=er.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=er.IDLE}_handleFragmentLoadComplete(t){const{transmuxer:n}=this;if(!n)return;const{frag:s,part:v,partsLoaded:w}=t,I=!w||w.length===0||w.some(X=>!X),U=new Ys(s.level,s.sn,s.stats.chunkCount+1,0,v?v.index:-1,!I);n.flush(U)}_handleFragmentLoadProgress(t){}_doFragLoad(t,n,s=null,v){var w;this.fragCurrent=t;const I=n.details;if(!this.levels||!I)throw new Error(`frag load aborted, missing level${I?"":" detail"}s`);let U=null;t.encrypted&&!((w=t.decryptdata)!=null&&w.key)?(this.log(`Loading key for ${t.sn} of [${I.startSN}-${I.endSN}], ${this.playlistLabel()} ${t.level}`),this.state=er.KEY_LOADING,this.fragCurrent=t,U=this.keyLoader.load(t).then(xe=>{if(!this.fragContextChanged(xe.frag))return this.hls.trigger(o.KEY_LOADED,xe),this.state===er.KEY_LOADING&&(this.state=er.IDLE),xe}),this.hls.trigger(o.KEY_LOADING,{frag:t}),this.fragCurrent===null&&(U=Promise.reject(new Error("frag load aborted, context changed in KEY_LOADING")))):t.encrypted||(U=this.keyLoader.loadClear(t,I.encryptedFragments,this.startFragRequested),U&&this.log("[eme] blocking frag load until media-keys acquired"));const X=this.fragPrevious;if(Te(t)&&(!X||t.sn!==X.sn)){const xe=this.shouldLoadParts(n.details,t.end);xe!==this.loadingParts&&(this.log(`LL-Part loading ${xe?"ON":"OFF"} loading sn ${X==null?void 0:X.sn}->${t.sn}`),this.loadingParts=xe)}if(s=Math.max(t.start,s||0),this.loadingParts&&Te(t)){const xe=I.partList;if(xe&&v){s>t.end&&I.fragmentHint&&(t=I.fragmentHint);const De=this.getNextPart(xe,t,s);if(De>-1){const Ne=xe[De];t=this.fragCurrent=Ne.fragment,this.log(`Loading ${t.type} sn: ${t.sn} part: ${Ne.index} (${De}/${xe.length-1}) of ${this.fragInfo(t,!1,Ne)}) cc: ${t.cc} [${I.startSN}-${I.endSN}], target: ${parseFloat(s.toFixed(3))}`),this.nextLoadPosition=Ne.start+Ne.duration,this.state=er.FRAG_LOADING;let lt;return U?lt=U.then(st=>!st||this.fragContextChanged(st.frag)?null:this.doFragPartsLoad(t,Ne,n,v)).catch(st=>this.handleFragLoadError(st)):lt=this.doFragPartsLoad(t,Ne,n,v).catch(st=>this.handleFragLoadError(st)),this.hls.trigger(o.FRAG_LOADING,{frag:t,part:Ne,targetBufferTime:s}),this.fragCurrent===null?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):lt}else if(!t.url||this.loadedEndOfParts(xe,s))return Promise.resolve(null)}}if(Te(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=I.partList)==null?void 0:V.filter(xe=>xe.loaded).map(xe=>`[${xe.start}-${xe.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} ${"["+I.startSN+"-"+I.endSN+"]"}, target: ${parseFloat(s.toFixed(3))}`),r(t.sn)&&!this.bitrateTest&&(this.nextLoadPosition=t.start+t.duration),this.state=er.FRAG_LOADING;const ue=this.config.progressive;let pe;return ue&&U?pe=U.then(xe=>!xe||this.fragContextChanged(xe.frag)?null:this.fragmentLoader.load(t,v)).catch(xe=>this.handleFragLoadError(xe)):pe=Promise.all([this.fragmentLoader.load(t,ue?v:void 0),U]).then(([xe])=>(!ue&&v&&v(xe),xe)).catch(xe=>this.handleFragLoadError(xe)),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")):pe}doFragPartsLoad(t,n,s,v){return new Promise((w,I)=>{var U;const X=[],V=(U=s.details)==null?void 0:U.partList,ue=pe=>{this.fragmentLoader.loadPart(t,pe,v).then(xe=>{X[pe.index]=xe;const De=xe.part;this.hls.trigger(o.FRAG_LOADED,xe);const Ne=ai(s.details,t.sn,pe.index+1)||fr(V,t.sn,pe.index+1);if(Ne)ue(Ne);else return w({frag:t,part:De,partsLoaded:X})}).catch(I)};ue(n)})}handleFragLoadError(t){if("data"in t){const n=t.data;n&&n.details===f.INTERNAL_ABORTED?this.handleFragLoadAborted(n.frag,n.part):this.hls.trigger(o.ERROR,n)}else this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.INTERNAL_EXCEPTION,err:t,error:t,fatal:!0});return null}_handleTransmuxerFlush(t){const n=this.getCurrentContext(t);if(!n||this.state!==er.PARSING){!this.fragCurrent&&this.state!==er.STOPPED&&this.state!==er.ERROR&&(this.state=er.IDLE);return}const{frag:s,part:v,level:w}=n,I=self.performance.now();s.stats.parsing.end=I,v&&(v.stats.parsing.end=I);const U=this.getLevelDetails(),V=U&&s.sn>U.endSN||this.shouldLoadParts(U,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],I=w.end+(((s=t.fragmentHint)==null?void 0:s.duration)||0);if(n>=I){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:I}=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 U=n[v],X=U.details,V=I>-1?ai(X,w,I):null,ue=V?V.fragment:oi(X,w,s);return ue?(s&&s!==ue&&(ue.stats=s.stats),{frag:ue,part:V,level:U}):null}bufferFragmentData(t,n,s,v,w){if(this.state!==er.PARSING)return;const{data1:I,data2:U}=t;let X=I;if(U&&(X=Me(I,U)),!X.length)return;const V=this.initPTS[n.cc],ue=V?-V.baseTime/V.timescale:void 0,pe={type:t.type,frag:n,part:s,chunkMeta:v,offset:ue,parent:n.type,data:X};if(this.hls.trigger(o.BUFFER_APPENDING,pe),t.dropped&&t.independent&&!s){if(w)return;this.flushBufferGap(n)}}flushBufferGap(t){const n=this.media;if(!n)return;if(!qn.isBuffered(n,n.currentTime)){this.flushMainBuffer(0,t.start);return}const s=n.currentTime,v=qn.bufferInfo(n,s,0),w=t.duration,I=Math.min(this.config.maxFragLookUpTolerance*2,w*.25),U=Math.max(Math.min(t.start-I,v.end-I),s+I);t.start-U>I&&this.flushMainBuffer(U,t.start)}getFwdBufferInfo(t,n){var s;const v=this.getLoadPosition();if(!r(v))return null;const I=this.lastCurrentTime>v||(s=this.media)!=null&&s.paused?0:this.config.maxBufferHole;return this.getFwdBufferInfoAtPos(t,v,n,I)}getFwdBufferInfoAtPos(t,n,s,v){const w=qn.bufferInfo(t,n,v);if(w.len===0&&w.nextStart!==void 0){const I=this.fragmentTracker.getBufferedFrag(n,s);if(I&&(w.nextStart<=I.end||I.gap)){const U=Math.max(Math.min(w.nextStart,I.end)-n,v);return qn.bufferInfo(t,n,U)}}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,I=s[0].start,U=w.lowLatencyMode&&!!n.partList;let X=null;if(n.live){const pe=w.initialLiveManifestSize;if(v<pe)return this.warn(`Not enough fragments to start playback (have: ${v}, need: ${pe})`),null;if(!n.PTSKnown&&!this.startFragRequested&&this.startPosition===-1||t<I){var V;U&&!this.loadingParts&&(this.log("LL-Part loading ON for initial live fragment"),this.loadingParts=!0),X=this.getInitialLiveFragment(n);const xe=this.hls.startPosition,De=this.hls.liveSyncPosition,Ne=X?(xe!==-1&&xe>=I?xe:De)||X.start:t;this.log(`Setting startPosition to ${Ne} to match start frag at live edge. mainStart: ${xe} liveSyncPosition: ${De} frag.start: ${(V=X)==null?void 0:V.start}`),this.startPosition=this.nextLoadPosition=Ne}}else t<=I&&(X=s[0]);if(!X){const pe=this.loadingParts?n.partEnd:n.fragmentEnd;X=this.getFragmentAtPosition(t,pe,n)}let ue=this.filterReplacedPrimary(X,n);if(!ue&&X){const pe=X.sn-n.startSN;ue=this.filterReplacedPrimary(s[pe+1]||null,n)}return this.mapToInitFragWhenRequired(ue)}isLoopLoading(t,n){const s=this.fragmentTracker.getState(t);return(s===xr.OK||s===xr.PARTIAL&&!!t.gap)&&this.nextLoadPosition>n}getNextFragmentLoopLoading(t,n,s,v,w){let I=null;if(t.gap&&(I=this.getNextFragment(this.nextLoadPosition,n),I&&!I.gap&&s.nextStart)){const U=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,s.nextStart,v,0);if(U!==null&&s.len+U.len>=w){const X=I.sn;return this.loopSn!==X&&(this.log(`buffer full after gaps in "${v}" playlist starting at sn: ${X}`),this.loopSn=X),null}}return this.loopSn=void 0,I}get primaryPrefetch(){if(Ki(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(Ki(this.config)&&t.type!==u.SUBTITLE){const s=this.hls.interstitialsManager,v=s==null?void 0:s.bufferingItem;if(v){const I=v.event;if(I){if(I.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 I=w.length;I--;){const U=w[I].interstitial;if(U.appendInPlace&&t.start>=U.startTime&&t.end<=U.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,I=!0;for(let U=0,X=t.length;U<X;U++){const V=t[U];if(I=I&&!V.independent,v>-1&&s<V.start)break;const ue=V.loaded;ue?v=-1:(w||(V.independent||I)&&V.fragment===n)&&(V.fragment!==n&&this.warn(`Need buffer at ${s} but next unloaded part starts at ${V.start}`),v=U),w=ue}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=ci(n,s.endProgramDateTime,this.config.maxFragLookUpTolerance)),!v){const w=s.sn+1;if(w>=t.startSN&&w<=t.endSN){const I=n[w-t.startSN];s.cc===I.cc&&(v=I,this.log(`Live playlist, switching playlist, load frag with next SN: ${v.sn}`))}v||(v=Ot(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:I,endSN:U}=s;const{fragmentHint:X}=s,{maxFragLookUpTolerance:V}=v,ue=s.partList,pe=!!(this.loadingParts&&ue!=null&&ue.length&&X);pe&&!this.bitrateTest&&ue[ue.length-1].fragment.sn===X.sn&&(I=I.concat(X),U=X.sn);let xe;if(t<n){var De;const lt=t<this.lastCurrentTime||t>n-V||(De=this.media)!=null&&De.paused||!this.startFragRequested?0:V;xe=On(w,I,t,lt)}else xe=I[I.length-1];if(xe){const Ne=xe.sn-s.startSN,lt=this.fragmentTracker.getState(xe);if((lt===xr.OK||lt===xr.PARTIAL&&xe.gap)&&(w=xe),w&&xe.sn===w.sn&&(!pe||ue[0].fragment.sn>xe.sn||!s.live)&&xe.level===w.level){const Ut=I[Ne+1];xe.sn<U&&this.fragmentTracker.getState(Ut)!==xr.OK?xe=Ut:xe=null}}return xe}alignPlaylists(t,n,s){const v=t.fragments.length;if(!v)return this.warn("No fragments in live playlist"),0;const w=t.fragmentStart,I=!n,U=t.alignedSliding&&r(w);if(I||!U&&!w){Un(s,t);const X=t.fragmentStart;return this.log(`Live playlist sliding: ${X.toFixed(2)} start-sn: ${n?n.startSN:"na"}->${t.startSN} fragments: ${v}`),X}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,I=w?this.startTimeOffset:t.startTimeOffset;I!==null&&r(I)?(s=n+I,I<0&&(s+=t.edge),s=Math.min(Math.max(n,s),n+t.totalduration),this.log(`Setting startPosition to ${s} for start time offset ${I} 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&&Te(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!==er.FRAG_LOADING_WAITING_RETRY)&&(this.state=er.IDLE)}onFragmentOrKeyLoadError(t,n){if(n.chunkMeta&&!n.frag){const Ne=this.getCurrentContext(n.chunkMeta);Ne&&(n.frag=Ne.frag)}const s=n.frag;if(!s||s.type!==t||!this.levels)return;if(this.fragContextChanged(s)){var v;this.warn(`Frag load error must match current frag to retry ${s.url} > ${(v=this.fragCurrent)==null?void 0:v.url}`);return}const w=n.details===f.FRAG_GAP;w&&this.fragmentTracker.fragBuffered(s,!0);const I=n.errorAction,{action:U,flags:X,retryCount:V=0,retryConfig:ue}=I||{},pe=!!I&&!!ue,xe=pe&&U===et.RetryRequest,De=pe&&!I.resolved&&X===ye.MoveAllAlternatesMatchingHost;if(!xe&&De&&Te(s)&&!s.endList)this.resetFragmentErrors(t),this.treatAsGap(s),I.resolved=!0;else if((xe||De)&&V<ue.maxNumRetry){this.resetStartWhenNotLoaded(this.levelLastLoaded);const Ne=cr(ue,V);this.warn(`Fragment ${s.sn} of ${t} ${s.level} errored with ${n.details}, retrying loading ${V+1}/${ue.maxNumRetry} in ${Ne}ms`),I.resolved=!0,this.retryDate=self.performance.now()+Ne,this.state=er.FRAG_LOADING_WAITING_RETRY}else if(ue&&I)if(this.resetFragmentErrors(t),V<ue.maxNumRetry)!w&&U!==et.RemoveAlternatePermanently&&(I.resolved=!0);else{this.warn(`${n.details} reached or exceeded max retry (${V})`);return}else U===et.SendAlternateToPenaltyBox?this.state=er.WAITING_LEVEL:this.state=er.ERROR;this.tickImmediate()}reduceLengthAndFlushBuffer(t){if(this.state===er.PARSING||this.state===er.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 I=!w;return I&&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(),I}return!1}resetFragmentErrors(t){t===u.AUDIO&&(this.fragCurrent=null),this.hls.hasEnoughToStart||(this.startFragRequested=!1),this.state!==er.STOPPED&&(this.state=er.IDLE)}afterBufferFlushed(t,n,s){if(!t)return;const v=qn.getBuffered(t);this.fragmentTracker.detectEvictedFragments(n,v,s),this.state===er.ENDED&&this.resetLoadingState()}resetLoadingState(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==er.STOPPED&&(this.state=er.IDLE)}resetStartWhenNotLoaded(t){if(!this.hls.hasEnoughToStart){this.startFragRequested=!1;const n=t?t.details:null;n!=null&&n.live?(this.log("resetting startPosition for live start"),this.startPosition=-1,this.setStartPosition(n,n.fragmentStart),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}}resetWhenMissingContext(t){this.warn(`The loading context changed while buffering fragment ${t.sn} of ${this.playlistLabel()} ${t.level}. This chunk will not be buffered.`),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(this.levelLastLoaded),this.resetLoadingState()}removeUnbufferedFrags(t=0){this.fragmentTracker.removeFragmentsInRange(t,1/0,this.playlistType,!1,!0)}updateLevelTiming(t,n,s,v){const w=s.details;if(!w){this.warn("level.details undefined");return}if(!Object.keys(t.elementaryStreams).reduce((X,V)=>{const ue=t.elementaryStreams[V];if(ue){const pe=ue.endPTS-ue.startPTS;if(pe<=0)return this.warn(`Could not parse fragment ${t.sn} ${V} duration reliably (${pe})`),X||!1;const xe=v?0:qt(w,t,ue.startPTS,ue.endPTS,ue.startDTS,ue.endDTS,this);return this.hls.trigger(o.LEVEL_PTS_UPDATED,{details:w,level:s,drift:xe,type:V,frag:t,start:ue.startPTS,end:ue.endPTS}),!0}return X},!1)){var U;if(s.fragmentError===0&&this.treatAsGap(t,s),((U=this.transmuxer)==null?void 0:U.error)===null){const X=new Error(`Found no media in fragment ${t.sn} of ${this.playlistLabel()} ${t.level} resetting transmuxer to fallback to playlist timing`);if(this.warn(X.message),this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:X,frag:t,reason:`Found no media in msn ${t.sn} of ${this.playlistLabel()} "${s.url}"`}),!this.hls)return;this.resetTransmuxer()}}this.state=er.PARSED,this.log(`Parsed ${t.type} sn: ${t.sn}${n?" part: "+n.index:""} of ${this.fragInfo(t,!1,n)})`),this.hls.trigger(o.FRAG_PARSED,{frag:t,part:n})}playlistLabel(){return this.playlistType===u.MAIN?"level":"track"}fragInfo(t,n=!0,s){var v,w;return`${this.playlistLabel()} ${t.level} (${s?"part":"frag"}:[${((v=n&&!s?t.startPTS:(s||t).start)!=null?v:NaN).toFixed(3)}-${((w=n&&!s?t.endPTS:(s||t).end)!=null?w:NaN).toFixed(3)}]${s&&t.type==="main"?"INDEPENDENT="+(s.independent?"YES":"NO"):""}`}treatAsGap(t,n){n&&n.fragmentError++,t.gap=!0,this.fragmentTracker.removeFragment(t),this.fragmentTracker.fragBuffered(t,!0)}resetTransmuxer(){var t;(t=this.transmuxer)==null||t.reset()}recoverWorkerError(t){t.event==="demuxerWorker"&&(this.fragmentTracker.removeAllFragments(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),this.resetStartWhenNotLoaded(this.levelLastLoaded),this.resetLoadingState())}set state(t){const n=this._state;n!==t&&(this._state=t,this.log(`${n}->${t}`))}get state(){return this._state}}function Ki(k){return!!k.interstitialsController&&k.enableInterstitialPlayback!==!1}class Sa{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=gs(t,n);else return new Uint8Array(0);return this.reset(),s}reset(){this.chunks.length=0,this.dataLength=0}}function gs(k,t){const n=new Uint8Array(t);let s=0;for(let v=0;v<k.length;v++){const w=k[v];n.set(w,s),s+=w.length}return n}var Ns={exports:{}},Mi;function Co(){return Mi||(Mi=1,function(k){var t=Object.prototype.hasOwnProperty,n="~";function s(){}Object.create&&(s.prototype=Object.create(null),new s().__proto__||(n=!1));function v(X,V,ue){this.fn=X,this.context=V,this.once=ue||!1}function w(X,V,ue,pe,xe){if(typeof ue!="function")throw new TypeError("The listener must be a function");var De=new v(ue,pe||X,xe),Ne=n?n+V:V;return X._events[Ne]?X._events[Ne].fn?X._events[Ne]=[X._events[Ne],De]:X._events[Ne].push(De):(X._events[Ne]=De,X._eventsCount++),X}function I(X,V){--X._eventsCount===0?X._events=new s:delete X._events[V]}function U(){this._events=new s,this._eventsCount=0}U.prototype.eventNames=function(){var V=[],ue,pe;if(this._eventsCount===0)return V;for(pe in ue=this._events)t.call(ue,pe)&&V.push(n?pe.slice(1):pe);return Object.getOwnPropertySymbols?V.concat(Object.getOwnPropertySymbols(ue)):V},U.prototype.listeners=function(V){var ue=n?n+V:V,pe=this._events[ue];if(!pe)return[];if(pe.fn)return[pe.fn];for(var xe=0,De=pe.length,Ne=new Array(De);xe<De;xe++)Ne[xe]=pe[xe].fn;return Ne},U.prototype.listenerCount=function(V){var ue=n?n+V:V,pe=this._events[ue];return pe?pe.fn?1:pe.length:0},U.prototype.emit=function(V,ue,pe,xe,De,Ne){var lt=n?n+V:V;if(!this._events[lt])return!1;var st=this._events[lt],Ut=arguments.length,dr,or;if(st.fn){switch(st.once&&this.removeListener(V,st.fn,void 0,!0),Ut){case 1:return st.fn.call(st.context),!0;case 2:return st.fn.call(st.context,ue),!0;case 3:return st.fn.call(st.context,ue,pe),!0;case 4:return st.fn.call(st.context,ue,pe,xe),!0;case 5:return st.fn.call(st.context,ue,pe,xe,De),!0;case 6:return st.fn.call(st.context,ue,pe,xe,De,Ne),!0}for(or=1,dr=new Array(Ut-1);or<Ut;or++)dr[or-1]=arguments[or];st.fn.apply(st.context,dr)}else{var Br=st.length,Vr;for(or=0;or<Br;or++)switch(st[or].once&&this.removeListener(V,st[or].fn,void 0,!0),Ut){case 1:st[or].fn.call(st[or].context);break;case 2:st[or].fn.call(st[or].context,ue);break;case 3:st[or].fn.call(st[or].context,ue,pe);break;case 4:st[or].fn.call(st[or].context,ue,pe,xe);break;default:if(!dr)for(Vr=1,dr=new Array(Ut-1);Vr<Ut;Vr++)dr[Vr-1]=arguments[Vr];st[or].fn.apply(st[or].context,dr)}}return!0},U.prototype.on=function(V,ue,pe){return w(this,V,ue,pe,!1)},U.prototype.once=function(V,ue,pe){return w(this,V,ue,pe,!0)},U.prototype.removeListener=function(V,ue,pe,xe){var De=n?n+V:V;if(!this._events[De])return this;if(!ue)return I(this,De),this;var Ne=this._events[De];if(Ne.fn)Ne.fn===ue&&(!xe||Ne.once)&&(!pe||Ne.context===pe)&&I(this,De);else{for(var lt=0,st=[],Ut=Ne.length;lt<Ut;lt++)(Ne[lt].fn!==ue||xe&&!Ne[lt].once||pe&&Ne[lt].context!==pe)&&st.push(Ne[lt]);st.length?this._events[De]=st.length===1?st[0]:st:I(this,De)}return this},U.prototype.removeAllListeners=function(V){var ue;return V?(ue=n?n+V:V,this._events[ue]&&I(this,ue)):(this._events=new s,this._eventsCount=0),this},U.prototype.off=U.prototype.removeListener,U.prototype.addListener=U.prototype.on,U.prefixed=n,U.EventEmitter=U,k.exports=U}(Ns)),Ns.exports}var oo=Co(),Ms=se(oo);const Ba="1.6.9",Ds={};function yo(){return typeof __HLS_WORKER_BUNDLE__=="function"}function Zn(){const k=Ds[Ba];if(k)return k.clientCount++,k;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 Ds[Ba]=v,v}function Hs(k){const t=Ds[k];if(t)return t.clientCount++,t;const n=new self.URL(k,self.location.href).href,v={worker:new self.Worker(n),scriptURL:n,clientCount:1};return Ds[k]=v,v}function uo(k){const t=Ds[k||Ba];if(t&&t.clientCount--===1){const{worker:s,objectURL:v}=t;delete Ds[k||Ba],v&&self.URL.revokeObjectURL(v),s.terminate()}}function Qe(k,t){return t+10<=k.length&&k[t]===51&&k[t+1]===68&&k[t+2]===73&&k[t+3]<255&&k[t+4]<255&&k[t+6]<128&&k[t+7]<128&&k[t+8]<128&&k[t+9]<128}function qe(k,t){return t+10<=k.length&&k[t]===73&&k[t+1]===68&&k[t+2]===51&&k[t+3]<255&&k[t+4]<255&&k[t+6]<128&&k[t+7]<128&&k[t+8]<128&&k[t+9]<128}function jt(k,t){let n=0;return n=(k[t]&127)<<21,n|=(k[t+1]&127)<<14,n|=(k[t+2]&127)<<7,n|=k[t+3]&127,n}function Vt(k,t){const n=t;let s=0;for(;qe(k,t);){s+=10;const v=jt(k,t+6);s+=v,Qe(k,t+10)&&(s+=10),t+=s}if(s>0)return k.subarray(n,n+s)}function gr(k,t,n,s){const v=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],w=t[n+2],I=w>>2&15;if(I>12){const De=new Error(`invalid ADTS sampling index:${I}`);k.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!0,error:De,reason:De.message});return}const U=(w>>6&3)+1,X=t[n+3]>>6&3|(w&1)<<2,V="mp4a.40."+U,ue=v[I];let pe=I;(U===5||U===29)&&(pe-=3);const xe=[U<<3|(pe&14)>>1,(pe&1)<<7|X<<3];return W.log(`manifest codec:${s}, parsed codec:${V}, channels:${X}, rate:${ue} (ADTS object type:${U} sampling index:${I})`),{config:xe,samplerate:ue,channelCount:X,codec:V,parsedCodec:V,manifestCodec:s}}function Mr(k,t){return k[t]===255&&(k[t+1]&246)===240}function Zr(k,t){return k[t+1]&1?7:9}function _n(k,t){return(k[t+3]&3)<<11|k[t+4]<<3|(k[t+5]&224)>>>5}function on(k,t){return t+5<k.length}function gn(k,t){return t+1<k.length&&Mr(k,t)}function ni(k,t){return on(k,t)&&Mr(k,t)&&_n(k,t)<=k.length-t}function si(k,t){if(gn(k,t)){const n=Zr(k,t);if(t+n>=k.length)return!1;const s=_n(k,t);if(s<=n)return!1;const v=t+s;return v===k.length||gn(k,v)}return!1}function Si(k,t,n,s,v){if(!k.samplerate){const w=gr(t,n,s,v);if(!w)return;y(k,w)}}function Di(k){return 9216e4/k}function Ji(k,t){const n=Zr(k,t);if(t+n<=k.length){const s=_n(k,t)-n;if(s>0)return{headerLength:n,frameLength:s}}}function Hi(k,t,n,s,v){const w=Di(k.samplerate),I=s+v*w,U=Ji(t,n);let X;if(U){const{frameLength:pe,headerLength:xe}=U,De=xe+pe,Ne=Math.max(0,n+De-t.length);Ne?(X=new Uint8Array(De-xe),X.set(t.subarray(n+xe,t.length),0)):X=t.subarray(n+xe,n+De);const lt={unit:X,pts:I};return Ne||k.samples.push(lt),{sample:lt,length:De,missing:Ne}}const V=t.length-n;return X=new Uint8Array(V),X.set(t.subarray(n,t.length),0),{sample:{unit:X,pts:I},length:V,missing:-1}}function Ti(k,t){return qe(k,t)&&jt(k,t+6)+10<=k.length-t}function Ia(k){return k instanceof ArrayBuffer?k:k.byteOffset==0&&k.byteLength==k.buffer.byteLength?k.buffer:new Uint8Array(k).buffer}function Pi(k,t=0,n=1/0){return bi(k,t,n,Uint8Array)}function bi(k,t,n,s){const v=xa(k);let w=1;"BYTES_PER_ELEMENT"in s&&(w=s.BYTES_PER_ELEMENT);const I=bo(k)?k.byteOffset:0,U=(I+k.byteLength)/w,X=(I+t)/w,V=Math.floor(Math.max(0,Math.min(X,U))),ue=Math.floor(Math.min(V+Math.max(n,0),U));return new s(v,V,ue-V)}function xa(k){return k instanceof ArrayBuffer?k:k.buffer}function bo(k){return k&&k.buffer instanceof ArrayBuffer&&k.byteLength!==void 0&&k.byteOffset!==void 0}function Gs(k){const t={key:k.type,description:"",data:"",mimeType:null,pictureType:null},n=3;if(k.size<2)return;if(k.data[0]!==n){console.log("Ignore frame with unrecognized character encoding");return}const s=k.data.subarray(1).indexOf(0);if(s===-1)return;const v=q(Pi(k.data,1,s)),w=k.data[2+s],I=k.data.subarray(3+s).indexOf(0);if(I===-1)return;const U=q(Pi(k.data,3+s,I));let X;return v==="-->"?X=q(Pi(k.data,4+s+I)):X=Ia(k.data.subarray(4+s+I)),t.mimeType=v,t.pictureType=w,t.description=U,t.data=X,t}function ea(k){if(k.size<2)return;const t=q(k.data,!0),n=new Uint8Array(k.data.subarray(t.length+1));return{key:k.type,info:t,data:n.buffer}}function Qa(k){if(k.size<2)return;if(k.type==="TXXX"){let n=1;const s=q(k.data.subarray(n),!0);n+=s.length+1;const v=q(k.data.subarray(n));return{key:k.type,info:s,data:v}}const t=q(k.data.subarray(1));return{key:k.type,info:"",data:t}}function fa(k){if(k.type==="WXXX"){if(k.size<2)return;let n=1;const s=q(k.data.subarray(n),!0);n+=s.length+1;const v=q(k.data.subarray(n));return{key:k.type,info:s,data:v}}const t=q(k.data);return{key:k.type,info:"",data:t}}function Ni(k){return k.type==="PRIV"?ea(k):k.type[0]==="W"?fa(k):k.type==="APIC"?Gs(k):Qa(k)}function ka(k){const t=String.fromCharCode(k[0],k[1],k[2],k[3]),n=jt(k,4),s=10;return{type:t,size:n,data:k.subarray(s,s+n)}}const qa=10,hs=10;function xo(k){let t=0;const n=[];for(;qe(k,t);){const s=jt(k,t+6);k[t+5]>>6&1&&(t+=qa),t+=qa;const v=t+s;for(;t+hs<v;){const w=ka(k.subarray(t)),I=Ni(w);I&&n.push(I),t+=w.size+qa}Qe(k,t)&&(t+=qa)}return n}function ps(k){return k&&k.key==="PRIV"&&k.info==="com.apple.streaming.transportStreamTimestamp"}function ko(k){if(k.data.byteLength===8){const t=new Uint8Array(k.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 os(k){const t=xo(k);for(let n=0;n<t.length;n++){const s=t[n];if(ps(s))return ko(s)}}let ms=function(k){return k.audioId3="org.id3",k.dateRange="com.apple.quicktime.HLS",k.emsg="https://aomedia.org/emsg/ID3",k.misbklv="urn:misb:KLV:bin:1910.1",k}({});function ks(k="",t=9e4){return{type:k,id:-1,pid:-1,inputTimeScale:t,sequenceNumber:-1,samples:[],dropped:0}}class pa{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=Me(this.cachedData,t),this.cachedData=null);let s=Vt(t,0),v=s?s.length:0,w;const I=this._audioTrack,U=this._id3Track,X=s?os(s):void 0,V=t.length;for((this.basePTS===null||this.frameIndex===0&&r(X))&&(this.basePTS=us(X,n,this.initPTS),this.lastPTS=this.basePTS),this.lastPTS===null&&(this.lastPTS=this.basePTS),s&&s.length>0&&U.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:ms.audioId3,duration:Number.POSITIVE_INFINITY});v<V;){if(this.canParse(t,v)){const ue=this.appendFrame(I,t,v);ue?(this.frameIndex++,this.lastPTS=ue.sample.pts,v+=ue.length,w=v):v=V}else Ti(t,v)?(s=Vt(t,v),U.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:ms.audioId3,duration:Number.POSITIVE_INFINITY}),v+=s.length,w=v):v++;if(v===V&&w!==V){const ue=t.slice(w);this.cachedData?this.cachedData=Me(this.cachedData,ue):this.cachedData=ue}}return{audioTrack:I,videoTrack:ks(),id3Track:U,textTrack:ks()}}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:ks(),id3Track:this._id3Track,textTrack:ks()}}destroy(){this.cachedData=null,this._audioTrack=this._id3Track=void 0}}const us=(k,t,n)=>{if(r(k))return k*90;const s=n?n.baseTime*9e4/n.timescale:0;return t*9e4+s};let js=null;const Ra=[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],ge=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],Se=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],Er=[0,1,1,4];function en(k,t,n,s,v){if(n+24>t.length)return;const w=yr(t,n);if(w&&n+w.frameLength<=t.length){const I=w.samplesPerFrame*9e4/w.sampleRate,U=s+v*I,X={unit:t.subarray(n,n+w.frameLength),pts:U,dts:U};return k.config=[],k.channelCount=w.channelCount,k.samplerate=w.sampleRate,k.samples.push(X),{sample:X,length:w.frameLength,missing:0}}}function yr(k,t){const n=k[t+1]>>3&3,s=k[t+1]>>1&3,v=k[t+2]>>4&15,w=k[t+2]>>2&3;if(n!==1&&v!==0&&v!==15&&w!==3){const I=k[t+2]>>1&1,U=k[t+3]>>6,X=n===3?3-s:s===3?3:4,V=Ra[X*14+v-1]*1e3,pe=ge[(n===3?0:n===2?1:2)*3+w],xe=U===3?1:2,De=Se[n][s],Ne=Er[s],lt=De*8*Ne,st=Math.floor(De*V/pe+I)*Ne;if(js===null){const or=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);js=or?parseInt(or[1]):0}return!!js&&js<=87&&s===2&&V>=224e3&&U===0&&(k[t+3]=k[t+3]|128),{sampleRate:pe,channelCount:xe,frameLength:st,samplesPerFrame:lt}}}function Qr(k,t){return k[t]===255&&(k[t+1]&224)===224&&(k[t+1]&6)!==0}function In(k,t){return t+1<k.length&&Qr(k,t)}function ii(k,t){return Qr(k,t)&&4<=k.length-t}function $i(k,t){if(t+1<k.length&&Qr(k,t)){const s=yr(k,t);let v=4;s!=null&&s.frameLength&&(v=s.frameLength);const w=t+v;return w===k.length||In(k,w)}return!1}class zn extends pa{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=Vt(t,0);let v=(s==null?void 0:s.length)||0;if($i(t,v))return!1;for(let w=t.length;v<w;v++)if(si(t,v))return n.log("ADTS sync word found !"),!0;return!1}canParse(t,n){return ni(t,n)}appendFrame(t,n,s){Si(t,this.observer,n,s,t.manifestCodec);const v=Hi(t,n,s,this.basePTS,this.frameIndex);if(v&&v.missing===0)return v}}const Mn=(k,t)=>{let n=0,s=5;t+=s;const v=new Uint32Array(1),w=new Uint32Array(1),I=new Uint8Array(1);for(;s>0;){I[0]=k[t];const U=Math.min(s,8),X=8-U;w[0]=4278190080>>>24+X<<X,v[0]=(I[0]&w[0])>>X,n=n?n<<U|v[0]:v[0],t+=1,s-=U}return n};class Kn extends pa{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=ma(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=Vt(t,0);if(!n)return!1;const s=n.length;return t[s]===11&&t[s+1]===119&&os(n)!==void 0&&Mn(t,s)<16}}function ma(k,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 U=[48e3,44100,32e3][w],X=t[n+4]&63,ue=[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][X*3+w]*2;if(n+ue>t.length)return-1;const pe=t[n+6]>>5;let xe=0;pe===2?xe+=2:(pe&1&&pe!==1&&(xe+=2),pe&4&&(xe+=2));const De=(t[n+6]<<8|t[n+7])>>12-xe&1,lt=[2,1,2,3,3,4,4,5][pe]+De,st=t[n+5]>>3,Ut=t[n+5]&7,dr=new Uint8Array([w<<6|st<<1|Ut>>2,(Ut&3)<<6|pe<<3|De<<2|X>>4,X<<4&224]),or=1536/U*9e4,Br=s+v*or,Vr=t.subarray(n,n+ue);return k.config=dr,k.channelCount=lt,k.samplerate=U,k.samples.push({unit:Vr,pts:Br}),ue}class ta extends pa{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=Vt(t,0);let s=(n==null?void 0:n.length)||0;if(n&&t[s]===11&&t[s+1]===119&&os(n)!==void 0&&Mn(t,s)<=16)return!1;for(let v=t.length;s<v;s++)if($i(t,s))return W.log("MPEG Audio sync word found !"),!0;return!1}canParse(t,n){return ii(t,n)}appendFrame(t,n,s){if(this.basePTS!==null)return en(t,n,s,this.basePTS,this.frameIndex)}}const No=/\/emsg[-/]ID3/i;class To{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=ks("video",1),I=this.audioTrack=ks("audio",1),U=this.txtTrack=ks("text",1);if(this.id3Track=ks("id3",1),this.timeOffset=0,!(t!=null&&t.byteLength))return;const X=Je(t);if(X.video){const{id:V,timescale:ue,codec:pe,supplemental:xe}=X.video;w.id=V,w.timescale=U.timescale=ue,w.codec=pe,w.supplemental=xe}if(X.audio){const{id:V,timescale:ue,codec:pe}=X.audio;I.id=V,I.timescale=ue,I.codec=pe}U.id=Zt.text,w.sampleDuration=0,w.duration=I.duration=v}resetContiguity(){this.remainderData=null}static probe(t){return nt(t)}demux(t,n){this.timeOffset=n;let s=t;const v=this.videoTrack,w=this.txtTrack;if(this.config.progressive){this.remainderData&&(s=Me(this.remainderData,t));const U=Jt(s);this.remainderData=U.remainder,v.samples=U.valid||new Uint8Array}else v.samples=s;const I=this.extractID3Track(v,n);return w.samples=rt(n,v),{videoTrack:v,audioTrack:this.audioTrack,id3Track:I,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:ks(),id3Track:v,textTrack:ks()}}extractID3Track(t,n){const s=this.id3Track;if(t.samples.length){const v=_t(t.samples,["emsg"]);v&&v.forEach(w=>{const I=ir(w);if(No.test(I.schemeIdUri)){const U=yu(I,n);let X=I.eventDuration===4294967295?Number.POSITIVE_INFINITY:I.eventDuration/I.timeScale;X<=.001&&(X=Number.POSITIVE_INFINITY);const V=I.payload;s.samples.push({data:V,len:V.byteLength,dts:U,pts:U,type:ms.emsg,duration:X})}else if(this.config.enableEmsgKLVMetadata&&I.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){const U=yu(I,n);s.samples.push({data:I.payload,len:I.payload.byteLength,dts:U,pts:U,type:ms.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 yu(k,t){return r(k.presentationTime)?k.presentationTime/k.timeScale:t+k.presentationTimeDelta/k.timeScale}class Ml{constructor(t,n,s){this.keyData=void 0,this.decrypter=void 0,this.keyData=s,this.decrypter=new vi(n,{removePKCS7Padding:!1})}decryptBuffer(t){return this.decrypter.decrypt(t,this.keyData.key.buffer,this.keyData.iv.buffer,wr.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),I=w.buffer.slice(w.byteOffset,w.byteOffset+w.length);this.decryptBuffer(I).then(U=>{const X=new Uint8Array(U);v.set(X,16),this.decrypter.isSync()||this.decryptAacSamples(t,n+1,s)})}decryptAacSamples(t,n,s){for(;;n++){if(n>=t.length){s();return}if(!(t[n].unit.length<32)&&(this.decryptAacSample(t,n,s),!this.decrypter.isSync()))return}}getAvcEncryptedData(t){const n=Math.floor((t.length-48)/160)*16+16,s=new Int8Array(n);let v=0;for(let w=32;w<t.length-16;w+=160,v+=16)s.set(t.subarray(w,w+16),v);return s}getAvcDecryptedUnit(t,n){const s=new Uint8Array(n);let v=0;for(let w=32;w<t.length-16;w+=160,v+=16)t.set(s.subarray(v,v+16),w);return t}decryptAvcSample(t,n,s,v,w){const I=Ht(w.data),U=this.getAvcEncryptedData(I);this.decryptBuffer(U.buffer).then(X=>{w.data=this.getAvcDecryptedUnit(I,X),this.decrypter.isSync()||this.decryptAvcSamples(t,n,s+1,v)})}decryptAvcSamples(t,n,s,v){if(t instanceof Uint8Array)throw new Error("Cannot decrypt samples of type Uint8Array");for(;;n++,s=0){if(n>=t.length){v();return}const w=t[n].units;for(;!(s>=w.length);s++){const I=w[s];if(!(I.data.length<=48||I.type!==1&&I.type!==5)&&(this.decryptAvcSample(t,n,s,v,I),!this.decrypter.isSync()))return}}}}class ul{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 I=w,U=[];let X=0,V,ue,pe,xe=-1,De=0;for(w===-1&&(xe=0,De=this.getNALuType(n,0),w=0,X=1);X<v;){if(V=n[X++],!w){w=V?0:1;continue}if(w===1){w=V?0:2;continue}if(!V)w=3;else if(V===1){if(ue=X-w-1,xe>=0){const Ne={data:n.subarray(xe,ue),type:De};U.push(Ne)}else{const Ne=this.getLastNalUnit(t.samples);Ne&&(I&&X<=4-I&&Ne.state&&(Ne.data=Ne.data.subarray(0,Ne.data.byteLength-I)),ue>0&&(Ne.data=Me(Ne.data,n.subarray(0,ue)),Ne.state=0))}X<v?(pe=this.getNALuType(n,X),xe=X,De=pe,w=0):w=-1}else w=0}if(xe>=0&&w>=0){const Ne={data:n.subarray(xe,v),type:De,state:w};U.push(Ne)}if(U.length===0){const Ne=this.getLastNalUnit(t.samples);Ne&&(Ne.data=Me(Ne.data,n))}return t.naluState=w,U}}class bu{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&&W.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 mf extends ul{parsePES(t,n,s,v){const w=this.parseNALu(t,s.data,v);let I=this.VideoSample,U,X=!1;s.data=null,I&&w.length&&!t.audFound&&(this.pushAccessUnit(I,t),I=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),w.forEach(V=>{var ue,pe;switch(V.type){case 1:{let lt=!1;U=!0;const st=V.data;if(X&&st.length>4){const Ut=this.readSliceType(st);(Ut===2||Ut===4||Ut===7||Ut===9)&&(lt=!0)}if(lt){var xe;(xe=I)!=null&&xe.frame&&!I.key&&(this.pushAccessUnit(I,t),I=this.VideoSample=null)}I||(I=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),I.frame=!0,I.key=lt;break}case 5:U=!0,(ue=I)!=null&&ue.frame&&!I.key&&(this.pushAccessUnit(I,t),I=this.VideoSample=null),I||(I=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),I.key=!0,I.frame=!0;break;case 6:{U=!0,Wt(V.data,1,s.pts,n.samples);break}case 7:{var De,Ne;U=!0,X=!0;const lt=V.data,st=this.readSPS(lt);if(!t.sps||t.width!==st.width||t.height!==st.height||((De=t.pixelRatio)==null?void 0:De[0])!==st.pixelRatio[0]||((Ne=t.pixelRatio)==null?void 0:Ne[1])!==st.pixelRatio[1]){t.width=st.width,t.height=st.height,t.pixelRatio=st.pixelRatio,t.sps=[lt];const Ut=lt.subarray(1,4);let dr="avc1.";for(let or=0;or<3;or++){let Br=Ut[or].toString(16);Br.length<2&&(Br="0"+Br),dr+=Br}t.codec=dr}break}case 8:U=!0,t.pps=[V.data];break;case 9:U=!0,t.audFound=!0,(pe=I)!=null&&pe.frame&&(this.pushAccessUnit(I,t),I=null),I||(I=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;case 12:U=!0;break;default:U=!1;break}I&&U&&I.units.push(V)}),v&&I&&(this.pushAccessUnit(I,t),this.VideoSample=null)}getNALuType(t,n){return t[n]&31}readSliceType(t){const n=new bu(t);return n.readUByte(),n.readUEG(),n.readUEG()}skipScalingList(t,n){let s=8,v=8,w;for(let I=0;I<t;I++)v!==0&&(w=n.readEG(),v=(s+w+256)%256),s=v===0?s:v}readSPS(t){const n=new bu(t);let s=0,v=0,w=0,I=0,U,X,V;const ue=n.readUByte.bind(n),pe=n.readBits.bind(n),xe=n.readUEG.bind(n),De=n.readBoolean.bind(n),Ne=n.skipBits.bind(n),lt=n.skipEG.bind(n),st=n.skipUEG.bind(n),Ut=this.skipScalingList.bind(this);ue();const dr=ue();if(pe(5),Ne(3),ue(),st(),dr===100||dr===110||dr===122||dr===244||dr===44||dr===83||dr===86||dr===118||dr===128){const rn=xe();if(rn===3&&Ne(1),st(),st(),Ne(1),De())for(X=rn!==3?8:12,V=0;V<X;V++)De()&&(V<6?Ut(16,n):Ut(64,n))}st();const or=xe();if(or===0)xe();else if(or===1)for(Ne(1),lt(),lt(),U=xe(),V=0;V<U;V++)lt();st(),Ne(1);const Br=xe(),Vr=xe(),mn=pe(1);mn===0&&Ne(1),Ne(1),De()&&(s=xe(),v=xe(),w=xe(),I=xe());let Hr=[1,1];if(De()&&De())switch(ue()){case 1:Hr=[1,1];break;case 2:Hr=[12,11];break;case 3:Hr=[10,11];break;case 4:Hr=[16,11];break;case 5:Hr=[40,33];break;case 6:Hr=[24,11];break;case 7:Hr=[20,11];break;case 8:Hr=[32,11];break;case 9:Hr=[80,33];break;case 10:Hr=[18,11];break;case 11:Hr=[15,11];break;case 12:Hr=[64,33];break;case 13:Hr=[160,99];break;case 14:Hr=[4,3];break;case 15:Hr=[3,2];break;case 16:Hr=[2,1];break;case 255:{Hr=[ue()<<8|ue(),ue()<<8|ue()];break}}return{width:Math.ceil((Br+1)*16-s*2-v*2),height:(2-mn)*(Vr+1)*16-(mn?2:4)*(w+I),pixelRatio:Hr}}}class el extends ul{constructor(...t){super(...t),this.initVPS=null}parsePES(t,n,s,v){const w=this.parseNALu(t,s.data,v);let I=this.VideoSample,U,X=!1;s.data=null,I&&w.length&&!t.audFound&&(this.pushAccessUnit(I,t),I=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),w.forEach(V=>{var ue,pe;switch(V.type){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:I||(I=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),I.frame=!0,U=!0;break;case 16:case 17:case 18:case 21:if(U=!0,X){var xe;(xe=I)!=null&&xe.frame&&!I.key&&(this.pushAccessUnit(I,t),I=this.VideoSample=null)}I||(I=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),I.key=!0,I.frame=!0;break;case 19:case 20:U=!0,(ue=I)!=null&&ue.frame&&!I.key&&(this.pushAccessUnit(I,t),I=this.VideoSample=null),I||(I=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),I.key=!0,I.frame=!0;break;case 39:U=!0,Wt(V.data,2,s.pts,n.samples);break;case 32:U=!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(U=!0,X=!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 De=this.readSPS(V.data);t.width=De.width,t.height=De.height,t.pixelRatio=De.pixelRatio,t.codec=De.codecString,t.sps=[],typeof t.params!="object"&&(t.params={});for(const Ne in De.params)t.params[Ne]=De.params[Ne]}this.pushParameterSet(t.sps,V.data,t.vps),I||(I=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),I.key=!0;break;case 34:if(U=!0,typeof t.params=="object"){if(!t.pps){t.pps=[];const De=this.readPPS(V.data);for(const Ne in De)t.params[Ne]=De[Ne]}this.pushParameterSet(t.pps,V.data,t.vps)}break;case 35:U=!0,t.audFound=!0,(pe=I)!=null&&pe.frame&&(this.pushAccessUnit(I,t),I=null),I||(I=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;default:U=!1;break}I&&U&&I.units.push(V)}),v&&I&&(this.pushAccessUnit(I,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 bu(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 bu(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(),I=n.readBits(5),U=n.readUByte(),X=n.readUByte(),V=n.readUByte(),ue=n.readUByte(),pe=n.readUByte(),xe=n.readUByte(),De=n.readUByte(),Ne=n.readUByte(),lt=n.readUByte(),st=n.readUByte(),Ut=n.readUByte(),dr=[],or=[];for(let no=0;no<s;no++)dr.push(n.readBoolean()),or.push(n.readBoolean());if(s>0)for(let no=s;no<8;no++)n.readBits(2);for(let no=0;no<s;no++)dr[no]&&(n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte()),or[no]&&n.readUByte();n.readUEG();const Br=n.readUEG();Br==3&&n.skipBits(1);const Vr=n.readUEG(),mn=n.readUEG(),Hr=n.readBoolean();let rn=0,un=0,Gr=0,wn=0;Hr&&(rn+=n.readUEG(),un+=n.readUEG(),Gr+=n.readUEG(),wn+=n.readUEG());const _i=n.readUEG(),Vi=n.readUEG(),ua=n.readUEG(),zi=n.readBoolean();for(let no=zi?0:s;no<=s;no++)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 sl=0;sl<4;sl++)for(let nc=0;nc<(sl===3?2:6);nc++)if(!n.readBoolean())n.readUEG();else{const bc=Math.min(64,1<<4+(sl<<1));sl>1&&n.readEG();for(let Gf=0;Gf<bc;Gf++)n.readEG()}n.readBoolean(),n.readBoolean(),n.readBoolean()&&(n.readUByte(),n.skipUEG(),n.skipUEG(),n.readBoolean());const Ii=n.readUEG();let Xi=0;for(let no=0;no<Ii;no++){let sl=!1;if(no!==0&&(sl=n.readBoolean()),sl){no===Ii&&n.readUEG(),n.readBoolean(),n.readUEG();let nc=0;for(let Nf=0;Nf<=Xi;Nf++){const bc=n.readBoolean();let Gf=!1;bc||(Gf=n.readBoolean()),(bc||Gf)&&nc++}Xi=nc}else{const nc=n.readUEG(),Nf=n.readUEG();Xi=nc+Nf;for(let bc=0;bc<nc;bc++)n.readUEG(),n.readBoolean();for(let bc=0;bc<Nf;bc++)n.readUEG(),n.readBoolean()}}if(n.readBoolean()){const no=n.readUEG();for(let sl=0;sl<no;sl++){for(let nc=0;nc<ua+4;nc++)n.readBits(1);n.readBits(1)}}let pi=0,mi=1,cs=1,po=!0,xs=1,qs=0;n.readBoolean(),n.readBoolean();let Lu=!1;if(n.readBoolean()){if(n.readBoolean()){const jf=n.readUByte(),fd=[1,12,10,16,40,24,20,32,80,18,15,64,160,4,3,2],ed=[1,11,11,11,33,11,11,11,33,11,11,33,99,3,2,1];jf>0&&jf<16?(mi=fd[jf-1],cs=ed[jf-1]):jf===255&&(mi=n.readBits(16),cs=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(),Lu=n.readBoolean(),Lu&&(n.skipUEG(),n.skipUEG(),n.skipUEG(),n.skipUEG()),n.readBoolean()&&(xs=n.readBits(32),qs=n.readBits(32),n.readBoolean()&&n.readUEG(),n.readBoolean())){const ed=n.readBoolean(),ic=n.readBoolean();let Qf=!1;(ed||ic)&&(Qf=n.readBoolean(),Qf&&(n.readUByte(),n.readBits(5),n.readBoolean(),n.readBits(5)),n.readBits(4),n.readBits(4),Qf&&n.readBits(4),n.readBits(5),n.readBits(5),n.readBits(5));for(let dd=0;dd<=s;dd++){po=n.readBoolean();const Uf=po||n.readBoolean();let Ja=!1;Uf?n.readEG():Ja=n.readBoolean();const hd=Ja?1:n.readUEG()+1;if(ed)for(let $u=0;$u<hd;$u++)n.readUEG(),n.readUEG(),Qf&&(n.readUEG(),n.readUEG()),n.skipBits(1);if(ic)for(let $u=0;$u<hd;$u++)n.readUEG(),n.readUEG(),Qf&&(n.readUEG(),n.readUEG()),n.skipBits(1)}}n.readBoolean()&&(n.readBoolean(),n.readBoolean(),n.readBoolean(),pi=n.readUEG())}let rc=Vr,Uc=mn;if(Hr){let no=1,sl=1;Br===1?no=sl=2:Br==2&&(no=2),rc=Vr-no*un-no*rn,Uc=mn-sl*wn-sl*Gr}const hf=v?["A","B","C"][v]:"",cd=U<<24|X<<16|V<<8|ue;let od=0;for(let no=0;no<32;no++)od=(od|(cd>>no&1)<<31-no)>>>0;let ud=od.toString(16);return I===1&&ud==="2"&&(ud="6"),{codecString:`hvc1.${hf}${I}.${ud}.${w?"H":"L"}${Ut}.B0`,params:{general_tier_flag:w,general_profile_idc:I,general_profile_space:v,general_profile_compatibility_flags:[U,X,V,ue],general_constraint_indicator_flags:[pe,xe,De,Ne,lt,st],general_level_idc:Ut,bit_depth:_i+8,bit_depth_luma_minus8:_i,bit_depth_chroma_minus8:Vi,min_spatial_segmentation_idc:pi,chroma_format_idc:Br,frame_rate:{fixed:po,fps:qs/xs}},width:rc,height:Uc,pixelRatio:[mi,cs]}}readPPS(t){const n=new bu(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 I=1;return w&&v?I=0:w?I=3:v&&(I=2),{parallelismType:I}}matchSPS(t,n){return String.fromCharCode.apply(null,t).substr(3)===String.fromCharCode.apply(null,n).substr(3)}}const Ve=188;class Z{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=Z.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(Ve*5,n-Ve)+1,v=0;for(;v<s;){let w=!1,I=-1,U=0;for(let X=v;X<n;X+=Ve)if(t[X]===71&&(n-X===Ve||t[X+Ve]===71)){if(U++,I===-1&&(I=X,I!==0&&(s=Math.min(I+Ve*99,t.length-Ve)+1)),w||(w=Y(t,X)===0),w&&U>1&&(I===0&&U>2||X+Ve>s))return I}else{if(U)return-1;break}v++}return-1}static createTrack(t,n){return{container:t==="video"||t==="audio"?"video/mp2t":void 0,type:t,id:Zt[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=Z.createTrack("video"),this._videoTrack.duration=v,this._audioTrack=Z.createTrack("audio",v),this._id3Track=Z.createTrack("id3"),this._txtTrack=Z.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 I=this._videoTrack,U=this._audioTrack,X=this._id3Track,V=this._txtTrack;let ue=I.pid,pe=I.pesData,xe=U.pid,De=X.pid,Ne=U.pesData,lt=X.pesData,st=null,Ut=this.pmtParsed,dr=this._pmtId,or=t.length;if(this.remainderData&&(t=Me(this.remainderData,t),or=t.length,this.remainderData=null),or<Ve&&!v)return this.remainderData=t,{audioTrack:U,videoTrack:I,id3Track:X,textTrack:V};const Br=Math.max(0,Z.syncOffset(t));or-=(or-Br)%Ve,or<t.byteLength&&!v&&(this.remainderData=new Uint8Array(t.buffer,or,t.buffer.byteLength-or));let Vr=0;for(let Hr=Br;Hr<or;Hr+=Ve)if(t[Hr]===71){const rn=!!(t[Hr+1]&64),un=Y(t,Hr),Gr=(t[Hr+3]&48)>>4;let wn;if(Gr>1){if(wn=Hr+5+t[Hr+4],wn===Hr+Ve)continue}else wn=Hr+4;switch(un){case ue:rn&&(pe&&(w=Pt(pe,this.logger))&&(this.readyVideoParser(I.segmentCodec),this.videoParser!==null&&this.videoParser.parsePES(I,V,w,!1)),pe={data:[],size:0}),pe&&(pe.data.push(t.subarray(wn,Hr+Ve)),pe.size+=Hr+Ve-wn);break;case xe:if(rn){if(Ne&&(w=Pt(Ne,this.logger)))switch(U.segmentCodec){case"aac":this.parseAACPES(U,w);break;case"mp3":this.parseMPEGPES(U,w);break;case"ac3":this.parseAC3PES(U,w);break}Ne={data:[],size:0}}Ne&&(Ne.data.push(t.subarray(wn,Hr+Ve)),Ne.size+=Hr+Ve-wn);break;case De:rn&&(lt&&(w=Pt(lt,this.logger))&&this.parseID3PES(X,w),lt={data:[],size:0}),lt&&(lt.data.push(t.subarray(wn,Hr+Ve)),lt.size+=Hr+Ve-wn);break;case 0:rn&&(wn+=t[wn]+1),dr=this._pmtId=te(t,wn);break;case dr:{rn&&(wn+=t[wn]+1);const _i=de(t,wn,this.typeSupported,s,this.observer,this.logger);ue=_i.videoPid,ue>0&&(I.pid=ue,I.segmentCodec=_i.segmentVideoCodec),xe=_i.audioPid,xe>0&&(U.pid=xe,U.segmentCodec=_i.segmentAudioCodec),De=_i.id3Pid,De>0&&(X.pid=De),st!==null&&!Ut&&(this.logger.warn(`MPEG-TS PMT found at ${Hr} after unknown PID '${st}'. Backtracking to sync byte @${Br} to parse all TS packets.`),st=null,Hr=Br-188),Ut=this.pmtParsed=!0;break}case 17:case 8191:break;default:st=un;break}}else Vr++;Vr>0&&Ae(this.observer,new Error(`Found ${Vr} TS packet/s that do not start with 0x47`),void 0,this.logger),I.pesData=pe,U.pesData=Ne,X.pesData=lt;const mn={audioTrack:U,videoTrack:I,id3Track:X,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,I=s.pesData,U=n.pesData,X=v.pesData;let V;if(I&&(V=Pt(I,this.logger))?(this.readyVideoParser(s.segmentCodec),this.videoParser!==null&&(this.videoParser.parsePES(s,w,V,!0),s.pesData=null)):s.pesData=I,U&&(V=Pt(U,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 U!=null&&U.size&&this.logger.log("last AAC PES packet truncated,might overlap between fragments"),n.pesData=U;X&&(V=Pt(X,this.logger))?(this.parseID3PES(v,V),v.pesData=null):v.pesData=X}demuxSampleAes(t,n,s){const v=this.demux(t,s,!0,!this.config.progressive),w=this.sampleAes=new Ml(this.observer,this.config,n);return this.decrypt(v,w)}readyVideoParser(t){this.videoParser===null&&(t==="avc"?this.videoParser=new mf:t==="hevc"&&(this.videoParser=new el))}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 pe=v.missing,xe=v.sample.unit.byteLength;if(pe===-1)w=Me(v.sample.unit,w);else{const De=xe-pe;v.sample.unit.set(w.subarray(0,pe),De),t.samples.push(v.sample),s=v.missing}}let I,U;for(I=s,U=w.length;I<U-1&&!gn(w,I);I++);if(I!==s){let pe;const xe=I<U-1;if(xe?pe=`AAC PES did not start with ADTS header,offset:${I}`:pe="No ADTS header found in AAC PES",Ae(this.observer,new Error(pe),xe,this.logger),!xe)return}Si(t,this.observer,w,I,this.audioCodec);let X;if(n.pts!==void 0)X=n.pts;else if(v){const pe=Di(t.samplerate);X=v.sample.pts+pe}else{this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");return}let V=0,ue;for(;I<U;)if(ue=Hi(t,w,I,X,V),I+=ue.length,ue.missing){this.aacOverFlow=ue;break}else for(V++;I<U-1&&!gn(w,I);I++);}parseMPEGPES(t,n){const s=n.data,v=s.length;let w=0,I=0;const U=n.pts;if(U===void 0){this.logger.warn("[tsdemuxer]: MPEG PES unknown PTS");return}for(;I<v;)if(In(s,I)){const X=en(t,s,I,U,w);if(X)I+=X.length,w++;else break}else I++}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 I=0,U=0,X;for(;U<w&&(X=ma(t,s,U,v,I++))>0;)U+=X}}parseID3PES(t,n){if(n.pts===void 0){this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS");return}const s=y({},n,{type:this._videoTrack?ms.emsg:ms.audioId3,duration:Number.POSITIVE_INFINITY});t.samples.push(s)}}function Y(k,t){return((k[t+1]&31)<<8)+k[t+2]}function te(k,t){return(k[t+10]&31)<<8|k[t+11]}function de(k,t,n,s,v,w){const I={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},U=(k[t+1]&15)<<8|k[t+2],X=t+3+U-4,V=(k[t+10]&15)<<8|k[t+11];for(t+=12+V;t<X;){const ue=Y(k,t),pe=(k[t+3]&15)<<8|k[t+4];switch(k[t]){case 207:if(!s){Ye("ADTS AAC",w);break}case 15:I.audioPid===-1&&(I.audioPid=ue);break;case 21:I.id3Pid===-1&&(I.id3Pid=ue);break;case 219:if(!s){Ye("H.264",w);break}case 27:I.videoPid===-1&&(I.videoPid=ue);break;case 3:case 4:!n.mpeg&&!n.mp3?w.log("MPEG audio found, not supported in this browser"):I.audioPid===-1&&(I.audioPid=ue,I.segmentAudioCodec="mp3");break;case 193:if(!s){Ye("AC-3",w);break}case 129:n.ac3?I.audioPid===-1&&(I.audioPid=ue,I.segmentAudioCodec="ac3"):w.log("AC-3 audio found, not supported in this browser");break;case 6:if(I.audioPid===-1&&pe>0){let xe=t+5,De=pe;for(;De>2;){switch(k[xe]){case 106:n.ac3!==!0?w.log("AC-3 audio found, not supported in this browser for now"):(I.audioPid=ue,I.segmentAudioCodec="ac3");break}const lt=k[xe+1]+2;xe+=lt,De-=lt}}break;case 194:case 135:return Ae(v,new Error("Unsupported EC-3 in M2TS found"),void 0,w),I;case 36:I.videoPid===-1&&(I.videoPid=ue,I.segmentVideoCodec="hevc",w.log("HEVC in M2TS found"));break}t+=pe+5}return I}function Ae(k,t,n,s){s.warn(`parsing error: ${t.message}`),k.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,levelRetry:n,error:t,reason:t.message})}function Ye(k,t){t.log(`${k} with AES-128-CBC encryption found in unencrypted stream`)}function Pt(k,t){let n=0,s,v,w,I,U;const X=k.data;if(!k||k.size===0)return null;for(;X[0].length<19&&X.length>1;)X[0]=Me(X[0],X[1]),X.splice(1,1);if(s=X[0],(s[0]<<16)+(s[1]<<8)+s[2]===1){if(v=(s[4]<<8)+s[5],v&&v>k.size-6)return null;const ue=s[7];ue&192&&(I=(s[9]&14)*536870912+(s[10]&255)*4194304+(s[11]&254)*16384+(s[12]&255)*128+(s[13]&254)/2,ue&64?(U=(s[14]&14)*536870912+(s[15]&255)*4194304+(s[16]&254)*16384+(s[17]&255)*128+(s[18]&254)/2,I-U>54e5&&(t.warn(`${Math.round((I-U)/9e4)}s delta between PTS and DTS, align them`),I=U)):U=I),w=s[8];let pe=w+9;if(k.size<=pe)return null;k.size-=pe;const xe=new Uint8Array(k.size);for(let De=0,Ne=X.length;De<Ne;De++){s=X[De];let lt=s.byteLength;if(pe)if(pe>lt){pe-=lt;continue}else s=s.subarray(pe),lt-=pe,pe=0;xe.set(s,n),n+=lt}return v&&(v-=w+3),{data:xe,pts:I,dts:U,len:v}}return null}class $t{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 nr=Math.pow(2,32)-1;class Dt{static init(){Dt.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 Dt.types)Dt.types.hasOwnProperty(t)&&(Dt.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]);Dt.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]);Dt.STTS=Dt.STSC=Dt.STCO=w,Dt.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),Dt.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),Dt.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),Dt.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);const I=new Uint8Array([105,115,111,109]),U=new Uint8Array([97,118,99,49]),X=new Uint8Array([0,0,0,1]);Dt.FTYP=Dt.box(Dt.types.ftyp,I,X,I,U),Dt.DINF=Dt.box(Dt.types.dinf,Dt.box(Dt.types.dref,v))}static box(t,...n){let s=8,v=n.length;const w=v;for(;v--;)s+=n[v].byteLength;const I=new Uint8Array(s);for(I[0]=s>>24&255,I[1]=s>>16&255,I[2]=s>>8&255,I[3]=s&255,I.set(t,4),v=0,s=8;v<w;v++)I.set(n[v],s),s+=n[v].byteLength;return I}static hdlr(t){return Dt.box(Dt.types.hdlr,Dt.HDLR_TYPES[t])}static mdat(t){return Dt.box(Dt.types.mdat,t)}static mdhd(t,n){n*=t;const s=Math.floor(n/(nr+1)),v=Math.floor(n%(nr+1));return Dt.box(Dt.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 Dt.box(Dt.types.mdia,Dt.mdhd(t.timescale||0,t.duration||0),Dt.hdlr(t.type),Dt.minf(t))}static mfhd(t){return Dt.box(Dt.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"?Dt.box(Dt.types.minf,Dt.box(Dt.types.smhd,Dt.SMHD),Dt.DINF,Dt.stbl(t)):Dt.box(Dt.types.minf,Dt.box(Dt.types.vmhd,Dt.VMHD),Dt.DINF,Dt.stbl(t))}static moof(t,n,s){return Dt.box(Dt.types.moof,Dt.mfhd(t),Dt.traf(s,n))}static moov(t){let n=t.length;const s=[];for(;n--;)s[n]=Dt.trak(t[n]);return Dt.box.apply(null,[Dt.types.moov,Dt.mvhd(t[0].timescale||0,t[0].duration||0)].concat(s).concat(Dt.mvex(t)))}static mvex(t){let n=t.length;const s=[];for(;n--;)s[n]=Dt.trex(t[n]);return Dt.box.apply(null,[Dt.types.mvex,...s])}static mvhd(t,n){n*=t;const s=Math.floor(n/(nr+1)),v=Math.floor(n%(nr+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 Dt.box(Dt.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 Dt.box(Dt.types.sdtp,s)}static stbl(t){return Dt.box(Dt.types.stbl,Dt.stsd(t),Dt.box(Dt.types.stts,Dt.STTS),Dt.box(Dt.types.stsc,Dt.STSC),Dt.box(Dt.types.stsz,Dt.STSZ),Dt.box(Dt.types.stco,Dt.STCO))}static avc1(t){let n=[],s=[],v,w,I;for(v=0;v<t.sps.length;v++)w=t.sps[v],I=w.byteLength,n.push(I>>>8&255),n.push(I&255),n=n.concat(Array.prototype.slice.call(w));for(v=0;v<t.pps.length;v++)w=t.pps[v],I=w.byteLength,s.push(I>>>8&255),s.push(I&255),s=s.concat(Array.prototype.slice.call(w));const U=Dt.box(Dt.types.avcC,new Uint8Array([1,n[3],n[4],n[5],255,224|t.sps.length].concat(n).concat([t.pps.length]).concat(s))),X=t.width,V=t.height,ue=t.pixelRatio[0],pe=t.pixelRatio[1];return Dt.box(Dt.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,X>>8&255,X&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]),U,Dt.box(Dt.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Dt.box(Dt.types.pasp,new Uint8Array([ue>>24,ue>>16&255,ue>>8&255,ue&255,pe>>24,pe>>16&255,pe>>8&255,pe&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 Dt.box(Dt.types.mp4a,Dt.audioStsd(t),Dt.box(Dt.types.esds,Dt.esds(t)))}static mp3(t){return Dt.box(Dt.types[".mp3"],Dt.audioStsd(t))}static ac3(t){return Dt.box(Dt.types["ac-3"],Dt.audioStsd(t),Dt.box(Dt.types.dac3,t.config))}static stsd(t){const{segmentCodec:n}=t;if(t.type==="audio"){if(n==="aac")return Dt.box(Dt.types.stsd,Dt.STSD,Dt.mp4a(t));if(n==="ac3"&&t.config)return Dt.box(Dt.types.stsd,Dt.STSD,Dt.ac3(t));if(n==="mp3"&&t.codec==="mp3")return Dt.box(Dt.types.stsd,Dt.STSD,Dt.mp3(t))}else if(t.pps&&t.sps){if(n==="avc")return Dt.box(Dt.types.stsd,Dt.STSD,Dt.avc1(t));if(n==="hevc"&&t.vps)return Dt.box(Dt.types.stsd,Dt.STSD,Dt.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,I=Math.floor(s/(nr+1)),U=Math.floor(s%(nr+1));return Dt.box(Dt.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,I>>24,I>>16&255,I>>8&255,I&255,U>>24,U>>16&255,U>>8&255,U&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=Dt.sdtp(t),v=t.id,w=Math.floor(n/(nr+1)),I=Math.floor(n%(nr+1));return Dt.box(Dt.types.traf,Dt.box(Dt.types.tfhd,new Uint8Array([0,0,0,0,v>>24,v>>16&255,v>>8&255,v&255])),Dt.box(Dt.types.tfdt,new Uint8Array([1,0,0,0,w>>24,w>>16&255,w>>8&255,w&255,I>>24,I>>16&255,I>>8&255,I&255])),Dt.trun(t,s.length+16+20+8+16+8+8),s)}static trak(t){return t.duration=t.duration||4294967295,Dt.box(Dt.types.trak,Dt.tkhd(t),Dt.mdia(t))}static trex(t){const n=t.id;return Dt.box(Dt.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,I=new Uint8Array(w);let U,X,V,ue,pe,xe;for(n+=8+w,I.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),U=0;U<v;U++)X=s[U],V=X.duration,ue=X.size,pe=X.flags,xe=X.cts,I.set([V>>>24&255,V>>>16&255,V>>>8&255,V&255,ue>>>24&255,ue>>>16&255,ue>>>8&255,ue&255,pe.isLeading<<2|pe.dependsOn,pe.isDependedOn<<6|pe.hasRedundancy<<4|pe.paddingValue<<1|pe.isNonSync,pe.degradPrio&61440,pe.degradPrio&15,xe>>>24&255,xe>>>16&255,xe>>>8&255,xe&255],12+16*U);return Dt.box(Dt.types.trun,I)}static initSegment(t){Dt.types||Dt.init();const n=Dt.moov(t);return Me(Dt.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 I=w.length;for(let Ne=0;Ne<s.length;Ne+=1){I+=3;for(let lt=0;lt<s[Ne].length;lt+=1)I+=2+s[Ne][lt].length}const U=new Uint8Array(I);U.set(w,0),I=w.length;const X=s.length-1;for(let Ne=0;Ne<s.length;Ne+=1){U.set(new Uint8Array([32+Ne|(Ne===X?128:0),0,s[Ne].length]),I),I+=3;for(let lt=0;lt<s[Ne].length;lt+=1)U.set(new Uint8Array([s[Ne][lt].length>>8,s[Ne][lt].length&255]),I),I+=2,U.set(s[Ne][lt],I),I+=s[Ne][lt].length}const V=Dt.box(Dt.types.hvcC,U),ue=t.width,pe=t.height,xe=t.pixelRatio[0],De=t.pixelRatio[1];return Dt.box(Dt.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,ue>>8&255,ue&255,pe>>8&255,pe&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,Dt.box(Dt.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Dt.box(Dt.types.pasp,new Uint8Array([xe>>24,xe>>16&255,xe>>8&255,xe&255,De>>24,De>>16&255,De>>8&255,De&255])))}}Dt.types=void 0,Dt.HDLR_TYPES=void 0,Dt.STTS=void 0,Dt.STSC=void 0,Dt.STCO=void 0,Dt.STSZ=void 0,Dt.VMHD=void 0,Dt.SMHD=void 0,Dt.STSD=void 0,Dt.FTYP=void 0,Dt.DINF=void 0;const Wr=9e4;function an(k,t,n=1,s=!1){const v=k*t*n;return s?Math.round(v):v}function An(k,t,n=1,s=!1){return an(k,t,1/n,s)}function Vn(k,t=!1){return an(k,1e3,1/Wr,t)}function Jn(k,t=1){return an(k,Wr,1/t)}const ki=10*1e3,Aa=1024,va=1152,wa=1536;let ns=null,ys=null;function Us(k,t,n,s){return{duration:t,size:n,cts:s,flags:{isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:k?2:1,isNonSync:k?0:1}}}class ls 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,ns===null){const I=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);ns=I?parseInt(I[1]):0}if(ys===null){const w=navigator.userAgent.match(/Safari\/(\d+)/i);ys=w?parseInt(w[1]):0}}destroy(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null}resetTimeStamp(t){this.log("initPTS & initDTS reset"),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,I)=>{let U=I.pts,X=U-w;return X<-4294967296&&(n=!0,U=la(U,s),X=U-w),X>0?w:U},s);return n&&this.debug("PTS rollover detected"),v}remux(t,n,s,v,w,I,U,X){let V,ue,pe,xe,De,Ne,lt=w,st=w;const Ut=t.pid>-1,dr=n.pid>-1,or=n.samples.length,Br=t.samples.length>0,Vr=U&&or>0||or>1;if((!Ut||Br)&&(!dr||Vr)||this.ISGenerated||U){if(this.ISGenerated){var Hr,rn,un,Gr;const ua=this.videoTrackConfig;(ua&&(n.width!==ua.width||n.height!==ua.height||((Hr=n.pixelRatio)==null?void 0:Hr[0])!==((rn=ua.pixelRatio)==null?void 0:rn[0])||((un=n.pixelRatio)==null?void 0:un[1])!==((Gr=ua.pixelRatio)==null?void 0:Gr[1]))||!ua&&Vr||this.nextAudioTs===null&&Br)&&this.resetInitSegment()}this.ISGenerated||(pe=this.generateIS(t,n,w,I));const wn=this.isVideoContiguous;let _i=-1,Vi;if(Vr&&(_i=io(n.samples),!wn&&this.config.forceKeyFrameOnDiscontinuity))if(Ne=!0,_i>0){this.warn(`Dropped ${_i} out of ${or} video samples due to a missing keyframe`);const ua=this.getVideoStartPts(n.samples);n.samples=n.samples.slice(_i),n.dropped+=_i,st+=(n.samples[0].pts-ua)/n.inputTimeScale,Vi=st}else _i===-1&&(this.warn(`No keyframe found out of ${or} video samples`),Ne=!1);if(this.ISGenerated){if(Br&&Vr){const ua=this.getVideoStartPts(n.samples),di=(la(t.samples[0].pts,ua)-ua)/n.inputTimeScale;lt+=Math.max(0,di),st+=Math.max(0,-di)}if(Br){if(t.samplerate||(this.warn("regenerate InitSegment as audio detected"),pe=this.generateIS(t,n,w,I)),ue=this.remuxAudio(t,lt,this.isAudioContiguous,I,dr||Vr||X===u.AUDIO?st:void 0),Vr){const ua=ue?ue.endPTS-ue.startPTS:0;n.inputTimeScale||(this.warn("regenerate InitSegment as video detected"),pe=this.generateIS(t,n,w,I)),V=this.remuxVideo(n,st,wn,ua)}}else Vr&&(V=this.remuxVideo(n,st,wn,0));V&&(V.firstKeyFrame=_i,V.independent=_i!==-1,V.firstKeyFramePTS=Vi)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(s.samples.length&&(De=Qs(s,w,this._initPTS,this._initDTS)),v.samples.length&&(xe=xi(v,w,this._initPTS))),{audio:ue,video:V,initSegment:pe,independent:Ne,text:xe,id3:De}}generateIS(t,n,s,v){const w=t.samples,I=n.samples,U=this.typeSupported,X={},V=this._initPTS;let ue=!V||v,pe="audio/mp4",xe,De,Ne,lt=-1;if(ue&&(xe=De=1/0),t.config&&w.length){switch(t.timescale=t.samplerate,t.segmentCodec){case"mp3":U.mpeg?(pe="audio/mpeg",t.codec=""):U.mp3&&(t.codec="mp3");break;case"ac3":t.codec="ac-3";break}X.audio={id:"audio",container:pe,codec:t.codec,initSegment:t.segmentCodec==="mp3"&&U.mpeg?new Uint8Array(0):Dt.initSegment([t]),metadata:{channelCount:t.channelCount}},ue&&(lt=t.id,Ne=t.inputTimeScale,!V||Ne!==V.timescale?xe=De=w[0].pts-Math.round(Ne*s):ue=!1)}if(n.sps&&n.pps&&I.length){if(n.timescale=n.inputTimeScale,X.video={id:"main",container:"video/mp4",codec:n.codec,initSegment:Dt.initSegment([n]),metadata:{width:n.width,height:n.height}},ue)if(lt=n.id,Ne=n.inputTimeScale,!V||Ne!==V.timescale){const st=this.getVideoStartPts(I),Ut=Math.round(Ne*s);De=Math.min(De,la(I[0].dts,st)-Ut),xe=Math.min(xe,st-Ut)}else ue=!1;this.videoTrackConfig={width:n.width,height:n.height,pixelRatio:n.pixelRatio}}if(Object.keys(X).length)return this.ISGenerated=!0,ue?(V&&this.warn(`Timestamps at playlist time: ${v?"":"~"}${s} ${xe/Ne} != initPTS: ${V.baseTime/V.timescale} (${V.baseTime}/${V.timescale}) trackId: ${V.trackId}`),this.log(`Found initPTS at playlist time: ${s} offset: ${xe/Ne} (${xe}/${Ne}) trackId: ${lt}`),this._initPTS={baseTime:xe,timescale:Ne,trackId:lt},this._initDTS={baseTime:De,timescale:Ne,trackId:lt}):xe=Ne=void 0,{tracks:X,initPTS:xe,timescale:Ne,trackId:lt}}remuxVideo(t,n,s,v){const w=t.inputTimeScale,I=t.samples,U=[],X=I.length,V=this._initPTS,ue=V.baseTime*w/V.timescale;let pe=this.nextVideoTs,xe=8,De=this.videoSampleDuration,Ne,lt,st=Number.POSITIVE_INFINITY,Ut=Number.NEGATIVE_INFINITY,dr=!1;if(!s||pe===null){const pi=ue+n*w,mi=I[0].pts-la(I[0].dts,I[0].pts);ns&&pe!==null&&Math.abs(pi-mi-(pe+ue))<15e3?s=!0:pe=pi-mi-ue}const or=pe+ue;for(let pi=0;pi<X;pi++){const mi=I[pi];mi.pts=la(mi.pts,or),mi.dts=la(mi.dts,or),mi.dts<I[pi>0?pi-1:pi].dts&&(dr=!0)}dr&&I.sort(function(pi,mi){const cs=pi.dts-mi.dts,po=pi.pts-mi.pts;return cs||po}),Ne=I[0].dts,lt=I[I.length-1].dts;const Br=lt-Ne,Vr=Br?Math.round(Br/(X-1)):De||t.inputTimeScale/30;if(s){const pi=Ne-or,mi=pi>Vr,cs=pi<-1;if((mi||cs)&&(mi?this.warn(`${(t.segmentCodec||"").toUpperCase()}: ${Vn(pi,!0)} ms (${pi}dts) hole between fragments detected at ${n.toFixed(3)}`):this.warn(`${(t.segmentCodec||"").toUpperCase()}: ${Vn(-pi,!0)} ms (${pi}dts) overlapping between fragments detected at ${n.toFixed(3)}`),!cs||or>=I[0].pts||ns)){Ne=or;const po=I[0].pts-pi;if(mi)I[0].dts=Ne,I[0].pts=po;else{let xs=!0;for(let qs=0;qs<I.length&&!(I[qs].dts>po&&xs);qs++){const Lu=I[qs].pts;if(I[qs].dts-=pi,I[qs].pts-=pi,qs<I.length-1){const Tu=I[qs+1].pts,rc=I[qs].pts,Uc=Tu<=rc,hf=Tu<=Lu;xs=Uc==hf}}}this.log(`Video: Initial PTS/DTS adjusted: ${Vn(po,!0)}/${Vn(Ne,!0)}, delta: ${Vn(pi,!0)} ms`)}}Ne=Math.max(0,Ne);let mn=0,Hr=0,rn=Ne;for(let pi=0;pi<X;pi++){const mi=I[pi],cs=mi.units,po=cs.length;let xs=0;for(let qs=0;qs<po;qs++)xs+=cs[qs].data.length;Hr+=xs,mn+=po,mi.length=xs,mi.dts<rn?(mi.dts=rn,rn+=Vr/4|0||1):rn=mi.dts,st=Math.min(mi.pts,st),Ut=Math.max(mi.pts,Ut)}lt=I[X-1].dts;const un=Hr+4*mn+8;let Gr;try{Gr=new Uint8Array(un)}catch(pi){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:pi,bytes:un,reason:`fail allocating video mdat ${un}`});return}const wn=new DataView(Gr.buffer);wn.setUint32(0,un),Gr.set(Dt.types.mdat,4);let _i=!1,Vi=Number.POSITIVE_INFINITY,ua=Number.POSITIVE_INFINITY,zi=Number.NEGATIVE_INFINITY,di=Number.NEGATIVE_INFINITY;for(let pi=0;pi<X;pi++){const mi=I[pi],cs=mi.units;let po=0;for(let Lu=0,Tu=cs.length;Lu<Tu;Lu++){const rc=cs[Lu],Uc=rc.data,hf=rc.data.byteLength;wn.setUint32(xe,hf),xe+=4,Gr.set(Uc,xe),xe+=hf,po+=4+hf}let xs;if(pi<X-1)De=I[pi+1].dts-mi.dts,xs=I[pi+1].pts-mi.pts;else{const Lu=this.config,Tu=pi>0?mi.dts-I[pi-1].dts:Vr;if(xs=pi>0?mi.pts-I[pi-1].pts:Vr,Lu.stretchShortVideoTrack&&this.nextAudioTs!==null){const rc=Math.floor(Lu.maxBufferHole*w),Uc=(v?st+v*w:this.nextAudioTs+ue)-mi.pts;Uc>rc?(De=Uc-Tu,De<0?De=Tu:_i=!0,this.log(`It is approximately ${Uc/90} ms to the next segment; using duration ${De/90} ms for the last video frame.`)):De=Tu}else De=Tu}const qs=Math.round(mi.pts-mi.dts);Vi=Math.min(Vi,De),zi=Math.max(zi,De),ua=Math.min(ua,xs),di=Math.max(di,xs),U.push(Us(mi.key,De,po,qs))}if(U.length){if(ns){if(ns<70){const pi=U[0].flags;pi.dependsOn=2,pi.isNonSync=0}}else if(ys&&di-ua<zi-Vi&&Vr/zi<.025&&U[0].cts===0){this.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");let pi=Ne;for(let mi=0,cs=U.length;mi<cs;mi++){const po=pi+U[mi].duration,xs=pi+U[mi].cts;if(mi<cs-1){const qs=po+U[mi+1].cts;U[mi].duration=qs-xs}else U[mi].duration=mi?U[mi-1].duration:Vr;U[mi].cts=0,pi=po}}}De=_i||!De?Vr:De;const na=lt+De;this.nextVideoTs=pe=na-ue,this.videoSampleDuration=De,this.isVideoContiguous=!0;const Fa={data1:Dt.moof(t.sequenceNumber++,Ne,y(t,{samples:U})),data2:Gr,startPTS:(st-ue)/w,endPTS:(Ut+De-ue)/w,startDTS:(Ne-ue)/w,endDTS:pe/w,type:"video",hasAudio:!1,hasVideo:!0,nb:U.length,dropped:t.dropped};return t.samples=[],t.dropped=0,Fa}getSamplesPerFrame(t){switch(t.segmentCodec){case"mp3":return va;case"ac3":return wa;default:return Aa}}remuxAudio(t,n,s,v,w){const I=t.inputTimeScale,U=t.samplerate?t.samplerate:I,X=I/U,V=this.getSamplesPerFrame(t),ue=V*X,pe=this._initPTS,xe=t.segmentCodec==="mp3"&&this.typeSupported.mpeg,De=[],Ne=w!==void 0;let lt=t.samples,st=xe?0:8,Ut=this.nextAudioTs||-1;const dr=pe.baseTime*I/pe.timescale,or=dr+n*I;if(this.isAudioContiguous=s=s||lt.length&&Ut>0&&(v&&Math.abs(or-(Ut+dr))<9e3||Math.abs(la(lt[0].pts,or)-(Ut+dr))<20*ue),lt.forEach(function(di){di.pts=la(di.pts,or)}),!s||Ut<0){if(lt=lt.filter(di=>di.pts>=0),!lt.length)return;w===0?Ut=0:v&&!Ne?Ut=Math.max(0,or-dr):Ut=lt[0].pts-dr}if(t.segmentCodec==="aac"){const di=this.config.maxAudioFramesDrift;for(let na=0,Ii=Ut+dr;na<lt.length;na++){const Xi=lt[na],Fa=Xi.pts,pi=Fa-Ii,mi=Math.abs(1e3*pi/I);if(pi<=-di*ue&&Ne)na===0&&(this.warn(`Audio frame @ ${(Fa/I).toFixed(3)}s overlaps marker by ${Math.round(1e3*pi/I)} ms.`),this.nextAudioTs=Ut=Fa-dr,Ii=Fa);else if(pi>=di*ue&&mi<ki&&Ne){let cs=Math.round(pi/ue);for(Ii=Fa-cs*ue;Ii<0&&cs&&ue;)cs--,Ii+=ue;na===0&&(this.nextAudioTs=Ut=Ii-dr),this.warn(`Injecting ${cs} audio frames @ ${((Ii-dr)/I).toFixed(3)}s due to ${Math.round(1e3*pi/I)} ms gap.`);for(let po=0;po<cs;po++){let xs=$t.getSilentFrame(t.parsedCodec||t.manifestCodec||t.codec,t.channelCount);xs||(this.log("Unable to get silent frame for given audio codec; duplicating last frame instead."),xs=Xi.unit.subarray()),lt.splice(na,0,{unit:xs,pts:Ii}),Ii+=ue,na++}}Xi.pts=Ii,Ii+=ue}}let Br=null,Vr=null,mn,Hr=0,rn=lt.length;for(;rn--;)Hr+=lt[rn].unit.byteLength;for(let di=0,na=lt.length;di<na;di++){const Ii=lt[di],Xi=Ii.unit;let Fa=Ii.pts;if(Vr!==null){const mi=De[di-1];mi.duration=Math.round((Fa-Vr)/X)}else if(s&&t.segmentCodec==="aac"&&(Fa=Ut+dr),Br=Fa,Hr>0){Hr+=st;try{mn=new Uint8Array(Hr)}catch(mi){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:mi,bytes:Hr,reason:`fail allocating audio mdat ${Hr}`});return}xe||(new DataView(mn.buffer).setUint32(0,Hr),mn.set(Dt.types.mdat,4))}else return;mn.set(Xi,st);const pi=Xi.byteLength;st+=pi,De.push(Us(!0,V,pi,0)),Vr=Fa}const un=De.length;if(!un)return;const Gr=De[De.length-1];Ut=Vr-dr,this.nextAudioTs=Ut+X*Gr.duration;const wn=xe?new Uint8Array(0):Dt.moof(t.sequenceNumber++,Br/X,y({},t,{samples:De}));t.samples=[];const _i=(Br-dr)/I,Vi=Ut/I,zi={data1:wn,data2:mn,startPTS:_i,endPTS:Vi,startDTS:_i,endDTS:Vi,type:"audio",hasAudio:!0,hasVideo:!1,nb:un};return this.isAudioContiguous=!0,zi}}function la(k,t){let n;if(t===null)return k;for(t<k?n=-8589934592:n=8589934592;Math.abs(k-t)>4294967296;)k+=n;return k}function io(k){for(let t=0;t<k.length;t++)if(k[t].key)return t;return-1}function Qs(k,t,n,s){const v=k.samples.length;if(!v)return;const w=k.inputTimeScale;for(let U=0;U<v;U++){const X=k.samples[U];X.pts=la(X.pts-n.baseTime*w/n.timescale,t*w)/w,X.dts=la(X.dts-s.baseTime*w/s.timescale,t*w)/w}const I=k.samples;return k.samples=[],{samples:I}}function xi(k,t,n){const s=k.samples.length;if(!s)return;const v=k.inputTimeScale;for(let I=0;I<s;I++){const U=k.samples[I];U.pts=la(U.pts-n.baseTime*v/n.timescale,t*v)/v}k.samples.sort((I,U)=>I.pts-U.pts);const w=k.samples;return k.samples=[],{samples:w}}class Ro 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:I}=this.initData=Je(t);if(n)pt(t,n);else{const X=w||I;X!=null&&X.encrypted&&this.warn(`Init segment with encrypted track with has no key ("${X.codec}")!`)}w&&(s=eo(w,ie.AUDIO,this)),I&&(v=eo(I,ie.VIDEO,this));const U={};w&&I?U.audiovideo={container:"video/mp4",codec:s+","+v,supplemental:I.supplemental,encrypted:I.encrypted,initSegment:t,id:"main"}:w?U.audio={container:"audio/mp4",codec:s,encrypted:w.encrypted,initSegment:t,id:"audio"}:I?U.video={container:"video/mp4",codec:v,supplemental:I.supplemental,encrypted:I.encrypted,initSegment:t,id:"main"}:this.warn("initSegment does not contain moov or trak boxes."),this.initTracks=U}remux(t,n,s,v,w,I){var U,X;let{initPTS:V,lastEndTime:ue}=this;const pe={audio:void 0,video:void 0,text:v,id3:s,initSegment:void 0};r(ue)||(ue=this.lastEndTime=w||0);const xe=n.samples;if(!xe.length)return pe;const De={initPTS:void 0,timescale:void 0,trackId:void 0};let Ne=this.initData;if((U=Ne)!=null&&U.length||(this.generateInitSegment(xe),Ne=this.initData),!((X=Ne)!=null&&X.length))return this.warn("Failed to generate initSegment."),pe;this.emitInitSegment&&(De.tracks=this.initTracks,this.emitInitSegment=!1);const lt=rr(xe,Ne,this),st=Ne.audio?lt[Ne.audio.id]:null,Ut=Ne.video?lt[Ne.video.id]:null,dr=Po(Ut,1/0),or=Po(st,1/0),Br=Po(Ut,0,!0),Vr=Po(st,0,!0);let mn=w,Hr=0;const rn=st&&(!Ut||!V&&or<dr||V&&V.trackId===Ne.audio.id),un=rn?st:Ut;if(un){const Ii=un.timescale,Xi=un.start-w*Ii,Fa=rn?Ne.audio.id:Ne.video.id;mn=un.start/Ii,Hr=rn?Vr-or:Br-dr,(I||!V)&&(xu(V,mn,w,Hr)||Ii!==V.timescale)&&(V&&this.warn(`Timestamps at playlist time: ${I?"":"~"}${w} ${Xi/Ii} != initPTS: ${V.baseTime/V.timescale} (${V.baseTime}/${V.timescale}) trackId: ${V.trackId}`),this.log(`Found initPTS at playlist time: ${w} offset: ${mn-w} (${Xi}/${Ii}) trackId: ${Fa}`),V=null,De.initPTS=Xi,De.timescale=Ii,De.trackId=Fa)}else this.warn(`No audio or video samples found for initPTS at playlist time: ${w}`);V?(De.initPTS=V.baseTime,De.timescale=V.timescale,De.trackId=V.trackId):((!De.timescale||De.trackId===void 0||De.initPTS===void 0)&&(this.warn("Could not set initPTS"),De.initPTS=mn,De.timescale=1,De.trackId=-1),this.initPTS=V={baseTime:De.initPTS,timescale:De.timescale,trackId:De.trackId});const Gr=mn-V.baseTime/V.timescale,wn=Gr+Hr;Hr>0?this.lastEndTime=wn:(this.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());const _i=!!Ne.audio,Vi=!!Ne.video;let ua="";_i&&(ua+="audio"),Vi&&(ua+="video");const zi=(Ne.audio?Ne.audio.encrypted:!1)||(Ne.video?Ne.video.encrypted:!1),di={data1:xe,startPTS:Gr,startDTS:Gr,endPTS:wn,endDTS:wn,type:ua,hasAudio:_i,hasVideo:Vi,nb:1,dropped:0,encrypted:zi};pe.audio=_i&&!Vi?di:void 0,pe.video=Vi?di:void 0;const na=Ut==null?void 0:Ut.sampleCount;if(na){const Ii=Ut.keyFrameIndex,Xi=Ii!==-1;di.nb=na,di.dropped=Ii===0||this.isVideoContiguous?0:Xi?Ii:na,di.independent=Xi,di.firstKeyFrame=Ii,Xi&&Ut.keyFrameStart&&(di.firstKeyFramePTS=(Ut.keyFrameStart-V.baseTime)/V.timescale),this.isVideoContiguous||(pe.independent=Xi),this.isVideoContiguous||(this.isVideoContiguous=Xi),di.dropped&&this.warn(`fmp4 does not start with IDR: firstIDR ${Ii}/${na} dropped: ${di.dropped} start: ${di.firstKeyFramePTS||"NA"}`)}return pe.initSegment=De,pe.id3=Qs(s,w,V,V),v.samples.length&&(pe.text=xi(v,w,V)),pe}}function Po(k,t,n=!1){return(k==null?void 0:k.start)!==void 0?(k.start+(n?k.duration:0))/k.timescale:t}function xu(k,t,n,s){if(k===null)return!0;const v=Math.max(s,1),w=t-k.baseTime/k.timescale;return Math.abs(w-n)>v}function eo(k,t,n){const s=k.codec;return s&&s.length>4?s:t===ie.AUDIO?s==="ec-3"||s==="ac-3"||s==="alac"?s:s==="fLaC"||s==="Opus"?gt(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 to;try{to=self.performance.now.bind(self.performance)}catch(k){to=Date.now}const ao=[{demux:To,remux:Ro},{demux:Z,remux:ls},{demux:zn,remux:ls},{demux:ta,remux:ls}];ao.splice(2,0,{demux:Kn,remux:ls});class Fl{constructor(t,n,s,v,w,I){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=I}configure(t){this.transmuxConfig=t,this.decrypter&&this.decrypter.reset()}push(t,n,s,v){const w=s.transmuxing;w.executeStart=to();let I=new Uint8Array(t);const{currentTransmuxState:U,transmuxConfig:X}=this;v&&(this.currentTransmuxState=v);const{contiguous:V,discontinuity:ue,trackSwitch:pe,accurateTimeOffset:xe,timeOffset:De,initSegmentChange:Ne}=v||U,{audioCodec:lt,videoCodec:st,defaultInitPts:Ut,duration:dr,initSegmentData:or}=X,Br=gl(I,n);if(Br&&Wi(Br.method)){const rn=this.getDecrypter(),un=Xa(Br.method);if(rn.isSync()){let Gr=rn.softwareDecrypt(I,Br.key.buffer,Br.iv.buffer,un);if(s.part>-1){const _i=rn.flush();Gr=_i&&_i.buffer}if(!Gr)return w.executeEnd=to(),tl(s);I=new Uint8Array(Gr)}else return this.asyncResult=!0,this.decryptionPromise=rn.webCryptoDecrypt(I,Br.key.buffer,Br.iv.buffer,un).then(Gr=>{const wn=this.push(Gr,null,s);return this.decryptionPromise=null,wn}),this.decryptionPromise}const Vr=this.needsProbing(ue,pe);if(Vr){const rn=this.configureTransmuxer(I);if(rn)return this.logger.warn(`[transmuxer] ${rn.message}`),this.observer.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:rn,reason:rn.message}),w.executeEnd=to(),tl(s)}(ue||pe||Ne||Vr)&&this.resetInitSegment(or,lt,st,dr,n),(ue||Ne||Vr)&&this.resetInitialTimestamp(Ut),V||this.resetContiguity();const mn=this.transmux(I,Br,De,xe,s);this.asyncResult=wu(mn);const Hr=this.currentTransmuxState;return Hr.contiguous=!0,Hr.discontinuity=!1,Hr.trackSwitch=!1,w.executeEnd=to(),mn}flush(t){const n=t.transmuxing;n.executeStart=to();const{decrypter:s,currentTransmuxState:v,decryptionPromise:w}=this;if(w)return this.asyncResult=!0,w.then(()=>this.flush(t));const I=[],{timeOffset:U}=v;if(s){const pe=s.flush();pe&&I.push(this.push(pe.buffer,null,t))}const{demuxer:X,remuxer:V}=this;if(!X||!V){n.executeEnd=to();const pe=[tl(t)];return this.asyncResult?Promise.resolve(pe):pe}const ue=X.flush(U);return wu(ue)?(this.asyncResult=!0,ue.then(pe=>(this.flushRemux(I,pe,t),I))):(this.flushRemux(I,ue,t),this.asyncResult?Promise.resolve(I):I)}flushRemux(t,n,s){const{audioTrack:v,videoTrack:w,id3Track:I,textTrack:U}=n,{accurateTimeOffset:X,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 ue=this.remuxer.remux(v,w,I,U,V,X,!0,this.id);t.push({remuxResult:ue,chunkMeta:s}),s.transmuxing.executeEnd=to()}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:I,remuxer:U}=this;!I||!U||(I.resetInitSegment(t,n,s,v),U.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 I;return n&&n.method==="SAMPLE-AES"?I=this.transmuxSampleAes(t,n,s,v,w):I=this.transmuxUnencrypted(t,s,v,w),I}transmuxUnencrypted(t,n,s,v){const{audioTrack:w,videoTrack:I,id3Track:U,textTrack:X}=this.demuxer.demux(t,n,!1,!this.config.progressive);return{remuxResult:this.remuxer.remux(w,I,U,X,n,s,!1,this.id),chunkMeta:v}}transmuxSampleAes(t,n,s,v,w){return this.demuxer.demuxSampleAes(t,n,s).then(I=>({remuxResult:this.remuxer.remux(I.audioTrack,I.videoTrack,I.id3Track,I.textTrack,s,v,!1,this.id),chunkMeta:w}))}configureTransmuxer(t){const{config:n,observer:s,typeSupported:v}=this;let w;for(let pe=0,xe=ao.length;pe<xe;pe++){var I;if((I=ao[pe].demux)!=null&&I.probe(t,this.logger)){w=ao[pe];break}}if(!w)return new Error("Failed to find demuxer by probing fragment data");const U=this.demuxer,X=this.remuxer,V=w.remux,ue=w.demux;(!X||!(X instanceof V))&&(this.remuxer=new V(s,n,v,this.logger)),(!U||!(U instanceof ue))&&(this.demuxer=new ue(s,n,v,this.logger),this.probe=ue.probe)}needsProbing(t,n){return!this.demuxer||!this.remuxer||t||n}getDecrypter(){let t=this.decrypter;return t||(t=this.decrypter=new vi(this.config)),t}}function gl(k,t){let n=null;return k.byteLength>0&&(t==null?void 0:t.key)!=null&&t.iv!==null&&t.method!=null&&(n=t),n}const tl=k=>({remuxResult:{},chunkMeta:k});function wu(k){return"then"in k&&k.then instanceof Function}class lo{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 ll{constructor(t,n,s,v,w,I){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=I}}let Zu=0;class jo{constructor(t,n,s,v){this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=Zu++,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=X=>{const V=X.data,ue=this.hls;if(!(!ue||!(V!=null&&V.event)||V.instanceNo!==this.instanceNo))switch(V.event){case"init":{var pe;const xe=(pe=this.workerContext)==null?void 0:pe.objectURL;xe&&self.URL.revokeObjectURL(xe);break}case"transmuxComplete":{this.handleTransmuxComplete(V.data);break}case"flush":{this.onFlush(V.data);break}case"workerLog":{ue.logger[V.data.logType]&&ue.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,ue.trigger(V.event,V.data);break}}},this.onWorkerError=X=>{if(!this.hls)return;const V=new Error(`${X.message} (${X.filename}:${X.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 I=(X,V)=>{V=V||{},V.frag=this.frag||void 0,X===o.ERROR&&(V=V,V.parent=this.id,V.part=this.part,this.error=V.error),this.hls.trigger(X,V)};this.observer=new Ms,this.observer.on(o.FRAG_DECRYPTED,I),this.observer.on(o.ERROR,I);const U=tn(w.preferManagedMediaSource);if(this.useWorker&&typeof Worker!="undefined"){const X=this.hls.logger;if(w.workerPath||yo()){try{w.workerPath?(X.log(`loading Web Worker ${w.workerPath} for "${n}"`),this.workerContext=Hs(w.workerPath)):(X.log(`injecting Web Worker for "${n}"`),this.workerContext=Zn());const{worker:ue}=this.workerContext;ue.addEventListener("message",this.onWorkerMessage),ue.addEventListener("error",this.onWorkerError),ue.postMessage({instanceNo:this.instanceNo,cmd:"init",typeSupported:U,id:n,config:Tn(w)})}catch(ue){X.warn(`Error setting up "${n}" Web Worker, fallback to inline`,ue),this.terminateWorker(),this.error=null,this.transmuxer=new Fl(this.observer,U,w,"",n,t.logger)}return}}this.transmuxer=new Fl(this.observer,U,w,"",n,t.logger)}reset(){if(this.frag=null,this.part=null,this.workerContext){const t=this.instanceNo;this.instanceNo=Zu++;const n=this.hls.config,s=tn(n.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:t,typeSupported:s,id:this.id,config:Tn(n)})}}terminateWorker(){if(this.workerContext){const{worker:t}=this.workerContext;this.workerContext=null,t.removeEventListener("message",this.onWorkerMessage),t.removeEventListener("error",this.onWorkerError),uo(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,I,U,X,V,ue){var pe,xe;V.transmuxing.start=self.performance.now();const{instanceNo:De,transmuxer:Ne}=this,lt=I?I.start:w.start,st=w.decryptdata,Ut=this.frag,dr=!(Ut&&w.cc===Ut.cc),or=!(Ut&&V.level===Ut.level),Br=Ut?V.sn-Ut.sn:-1,Vr=this.part?V.part-this.part.index:-1,mn=Br===0&&V.id>1&&V.id===(Ut==null?void 0:Ut.stats.chunkCount),Hr=!or&&(Br===1||Br===0&&(Vr===1||mn&&Vr<=0)),rn=self.performance.now();(or||Br||w.stats.parsing.start===0)&&(w.stats.parsing.start=rn),I&&(Vr||!Hr)&&(I.stats.parsing.start=rn);const un=!(Ut&&((pe=w.initSegment)==null?void 0:pe.url)===((xe=Ut.initSegment)==null?void 0:xe.url)),Gr=new ll(dr,Hr,X,or,lt,un);if(!Hr||dr||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: ${dr}
trackSwitch: ${or}
contiguous: ${Hr}
accurateTimeOffset: ${X}
timeOffset: ${lt}
initSegmentChange: ${un}`);const wn=new lo(s,v,n,U,ue);this.configureTransmuxer(wn)}if(this.frag=w,this.part=I,this.workerContext)this.workerContext.worker.postMessage({instanceNo:De,cmd:"demux",data:t,decryptdata:st,chunkMeta:V,state:Gr},t instanceof ArrayBuffer?[t]:[]);else if(Ne){const wn=Ne.push(t,st,V,Gr);wu(wn)?wn.then(_i=>{this.handleTransmuxComplete(_i)}).catch(_i=>{this.transmuxerError(_i,V,"transmuxer-interface push error")}):this.handleTransmuxComplete(wn)}}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);wu(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 El=100;class Bl extends ia{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:I}){if(s===u.MAIN){const U=n.cc,X=this.fragCurrent;if(this.initPTS[U]={baseTime:v,timescale:w,trackId:I},this.log(`InitPTS for cc: ${U} found from main: ${v/w} (${v}/${w}) trackId: ${I}`),this.mainAnchor=n,this.state===er.WAITING_INIT_PTS){const V=this.waitingData;(!V&&!this.loadingParts||V&&V.frag.cc!==U)&&this.syncWithAnchor(n,V==null?void 0:V.frag)}else!this.hls.hasEnoughToStart&&X&&X.cc!==U?(X.abortRequests(),this.syncWithAnchor(n,X)):this.state===er.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,I=this.getLevelDetails(),U=this.getLoadPosition(),X=Ot(I,w,U);X&&(this.log(`Syncing with main frag at ${X.start} cc ${X.cc}`),this.startFragRequested=!1,this.nextLoadPosition=X.start,this.resetLoadingState(),this.state===er.IDLE&&this.doTickIdle())}startLoad(t,n){if(!this.levels){this.startPosition=t,this.state=er.STOPPED;return}const s=this.lastCurrentTime;this.stopLoad(),this.setInterval(El),s>0&&t===-1?(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),t=s,this.state=er.IDLE):this.state=er.WAITING_TRACK,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}doTick(){switch(this.state){case er.IDLE:this.doTickIdle();break;case er.WAITING_TRACK:{const{levels:n,trackId:s}=this,v=n==null?void 0:n[s],w=v==null?void 0:v.details;if(w&&!this.waitForLive(v)){if(this.waitForCdnTuneIn(w))break;this.state=er.WAITING_INIT_PTS}break}case er.FRAG_LOADING_WAITING_RETRY:{var t;const n=performance.now(),s=this.retryDate;if(!s||n>=s||(t=this.media)!=null&&t.seeking){const{levels:v,trackId:w}=this;this.log("RetryDate reached, switch back to IDLE state"),this.resetStartWhenNotLoaded((v==null?void 0:v[w])||null),this.state=er.IDLE}break}case er.WAITING_INIT_PTS:{const n=this.waitingData;if(n){const{frag:s,part:v,cache:w,complete:I}=n,U=this.mainAnchor;if(this.initPTS[s.cc]!==void 0){this.waitingData=null,this.state=er.FRAG_LOADING;const X=w.flush().buffer,V={frag:s,part:v,payload:X,networkDetails:null};this._handleFragmentLoadProgress(V),I&&super._handleFragmentLoadComplete(V)}else U&&U.cc!==n.frag.cc&&this.syncWithAnchor(U,n.frag)}else this.state=er.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,I=n.config;if(!this.buffering||!v&&!this.primaryPrefetch&&(this.startFragRequested||!I.startFragPrefetch)||!(s!=null&&s[w]))return;const U=s[w],X=U.details;if(!X||this.waitForLive(U)||this.waitForCdnTuneIn(X)){this.state=er.WAITING_TRACK,this.startFragRequested=!1;return}const V=this.mediaBuffer?this.mediaBuffer:this.media;this.bufferFlushed&&V&&(this.bufferFlushed=!1,this.afterBufferFlushed(V,ie.AUDIO,u.AUDIO));const ue=this.getFwdBufferInfo(V,u.AUDIO);if(ue===null)return;if(!this.switchingTrack&&this._streamEnded(ue,X)){n.trigger(o.BUFFER_EOS,{type:"audio"}),this.state=er.ENDED;return}const pe=ue.len,xe=n.maxBufferLength,De=X.fragments,Ne=De[0].start,lt=this.getLoadPosition(),st=this.flushing?lt:ue.end;if(this.switchingTrack&&v){const or=lt;X.PTSKnown&&or<Ne&&(ue.end>Ne||ue.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),v.currentTime=Ne+.05)}if(pe>=xe&&!this.switchingTrack&&st<De[De.length-1].start)return;let Ut=this.getNextFragment(st,X);if(Ut&&this.isLoopLoading(Ut,st)&&(Ut=this.getNextFragmentLoopLoading(Ut,X,ue,u.MAIN,xe)),!Ut){this.bufferFlushed=!0;return}let dr=((t=this.mainFragLoading)==null?void 0:t.frag)||null;if(!this.audioOnly&&this.startFragRequested&&dr&&Te(Ut)&&!Ut.endList&&(!X.live||!this.loadingParts&&st<this.hls.liveSyncPosition)&&(this.fragmentTracker.getState(dr)===xr.OK&&(this.mainFragLoading=dr=null),dr&&Te(dr))){if(Ut.start>dr.end){const Br=this.fragmentTracker.getFragAtPos(st,u.MAIN);Br&&Br.end>dr.end&&(dr=Br,this.mainFragLoading={frag:Br,targetBufferTime:null})}if(Ut.start>dr.end)return}this.loadFragment(Ut,U,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 Dr(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!==er.STOPPED&&(this.setInterval(El),this.state=er.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:I,groupId:U,track:X}=n;if(!v){this.warn(`Audio tracks reset while loading track ${I} "${X.name}" of "${U}"`);return}const V=this.mainDetails;if(!V||w.endCC>V.endCC||V.expired){this.cachedTrackLoadedData=n,this.state!==er.STOPPED&&(this.state=er.WAITING_TRACK);return}this.cachedTrackLoadedData=null,this.log(`Audio track ${I} "${X.name}" of "${U}" loaded [${w.startSN},${w.endSN}]${w.lastPartSn?`[part-${w.lastPartSn}-${w.lastPartIndex}]`:""},duration:${w.totalduration}`);const ue=v[I];let pe=0;if(w.live||(s=ue.details)!=null&&s.live){if(this.checkLiveUpdate(w),w.deltaUpdateFailed)return;if(ue.details){var xe;pe=this.alignPlaylists(w,ue.details,(xe=this.levelLastLoaded)==null?void 0:xe.details)}w.alignedSliding||(Gn(w,V),w.alignedSliding||Oi(w,V),pe=w.fragmentStart)}ue.details=w,this.levelLastLoaded=ue,this.startFragRequested||this.setStartPosition(V,pe),this.hls.trigger(o.AUDIO_TRACK_UPDATED,{details:w,id:I,groupId:n.groupId}),this.state===er.WAITING_TRACK&&!this.waitForCdnTuneIn(w)&&(this.state=er.IDLE),this.tick()}_handleFragmentLoadProgress(t){var n;const s=t.frag,{part:v,payload:w}=t,{config:I,trackId:U,levels:X}=this;if(!X){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=X[U];if(!V){this.warn("Audio track is undefined on fragment load progress");return}const ue=V.details;if(!ue){this.warn("Audio track details undefined on fragment load progress"),this.removeUnbufferedFrags(s.start);return}const pe=I.defaultAudioCodec||V.audioCodec||"mp4a.40.2";let xe=this.transmuxer;xe||(xe=this.transmuxer=new jo(this.hls,u.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));const De=this.initPTS[s.cc],Ne=(n=s.initSegment)==null?void 0:n.data;if(De!==void 0){const st=v?v.index:-1,Ut=st!==-1,dr=new Ys(s.level,s.sn,s.stats.chunkCount,w.byteLength,st,Ut);xe.push(w,Ne,pe,"",s,v,ue.totalduration,!1,dr,De)}else{this.log(`Unknown video PTS for cc ${s.cc}, waiting for video PTS before demuxing audio frag ${s.sn} of [${ue.startSN} ,${ue.endSN}],track ${U}`);const{cache:lt}=this.waitingData=this.waitingData||{frag:s,part:v,cache:new Sa,complete:!1};lt.push(new Uint8Array(w)),this.state!==er.STOPPED&&(this.state=er.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&&Te(n.frag)&&(this.mainFragLoading=n,this.state===er.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(Te(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=er.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===er.WAITING_TRACK&&((s=n.context)==null?void 0:s.type)===h.AUDIO_TRACK&&(this.state=er.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!==ie.VIDEO&&(this.flushing=!0)}onBufferFlushed(t,{type:n}){if(n!==ie.VIDEO){this.flushing=!1,this.bufferFlushed=!0,this.state===er.ENDED&&(this.state=er.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:I}=t,U=this.getCurrentContext(I);if(!U){this.resetWhenMissingContext(I);return}const{frag:X,part:V,level:ue}=U,{details:pe}=ue,{audio:xe,text:De,id3:Ne,initSegment:lt}=w;if(this.fragContextChanged(X)||!pe){this.fragmentTracker.removeFragment(X);return}if(this.state=er.PARSING,this.switchingTrack&&xe&&this.completeAudioSwitch(this.switchingTrack),lt!=null&&lt.tracks){const st=X.initSegment||X;if(this.unhandledEncryptionError(lt,X))return;this._bufferInitSegment(ue,lt.tracks,st,I),v.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:st,id:s,tracks:lt.tracks})}if(xe){const{startPTS:st,endPTS:Ut,startDTS:dr,endDTS:or}=xe;V&&(V.elementaryStreams[ie.AUDIO]={startPTS:st,endPTS:Ut,startDTS:dr,endDTS:or}),X.setElementaryStreamInfo(ie.AUDIO,st,Ut,dr,or),this.bufferFragmentData(xe,X,V,I)}if(Ne!=null&&(n=Ne.samples)!=null&&n.length){const st=y({id:s,frag:X,details:pe},Ne);v.trigger(o.FRAG_PARSING_METADATA,st)}if(De){const st=y({id:s,frag:X,details:pe},De);v.trigger(o.FRAG_PARSING_USERDATA,st)}}_bufferInitSegment(t,n,s,v){if(this.state!==er.PARSING||(n.video&&delete n.video,n.audiovideo&&delete n.audiovideo,!n.audio))return;const w=n.audio;w.id=u.AUDIO;const I=t.audioCodec;this.log(`Init audio buffer, container:${w.container}, codecs[level/parsed]=[${I}/${w.codec}]`),I&&I.split(",").length===1&&(w.levelCodec=I),this.hls.trigger(o.BUFFER_CODECS,n);const U=w.initSegment;if(U!=null&&U.byteLength){const X={type:"audio",frag:s,part:null,chunkMeta:v,parent:s.type,data:U};this.hls.trigger(o.BUFFER_APPENDING,X)}this.tickImmediate()}loadFragment(t,n,s){const v=this.fragmentTracker.getState(t);if(this.switchingTrack||v===xr.NOT_LOADED||v===xr.PARTIAL){var w;if(!Te(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=er.WAITING_INIT_PTS;const I=this.mainDetails;I&&I.fragmentStart!==n.details.fragmentStart&&Oi(n.details,I)}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:I,channels:U}=this.bufferedTrack;ui({name:n,lang:s,assocLang:v,characteristics:w,audioCodec:I,channels:U},t,St)||(gi(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 nu 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 I=0;I<v.length;I++){const U=v[I];let X;try{X=new self.URL(U.URI,n.url).href}catch(V){this.warn(`Could not construct new URL for Rendition Report: ${V}`),X=U.URI||""}if(X===t){w=I;break}else X===t.substring(0,X.length)&&(w=I)}if(w!==-1){const I=v[w],U=parseInt(I["LAST-MSN"])||n.lastPartSn;let X=parseInt(I["LAST-PART"])||n.lastPartIndex;if(this.hls.config.lowLatencyMode){const ue=Math.min(n.age-n.partTarget,n.targetduration);X>=0&&ue>n.partTarget&&(X+=1)}const V=s&&xn(s);return new Et(U,X>=0?X: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,I=self.performance.now(),U=w.loading.first?Math.max(0,I-w.loading.first):0;v.advancedDateTime=Date.now()-U;const X=this.hls.config.timelineOffset;if(X!==v.appliedTimelineOffset){const ue=Math.max(X||0,0);v.appliedTimelineOffset=ue,v.fragments.forEach(pe=>{pe.setStart(pe.playlistOffset+ue)})}if(v.live||s!=null&&s.live){const ue="levelInfo"in n?n.levelInfo:n.track;if(v.reloaded(s),s&&v.fragments.length>0){hr(s,v,this);const dr=v.playlistParsingError;if(dr){this.warn(dr);const or=this.hls;if(!or.config.ignorePlaylistParsingErrors){var V;const{networkDetails:Br}=n;or.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_PARSING_ERROR,fatal:!1,url:v.url,error:dr,reason:dr.message,level:n.level||void 0,parent:(V=v.fragments[0])==null?void 0:V.type,networkDetails:Br,stats:w});return}v.playlistParsingError=null}}v.requestScheduled===-1&&(v.requestScheduled=w.loading.start);const pe=this.hls.mainForwardBufferInfo,xe=pe?pe.end-pe.len:0,De=(v.edge-xe)*1e3,Ne=Hn(v,De);if(v.requestScheduled+Ne<I?v.requestScheduled=I:v.requestScheduled+=Ne,this.log(`live playlist ${t} ${v.advanced?"REFRESHED "+v.lastPartSn+"-"+v.lastPartIndex:v.updated?"UPDATED":"MISSED"}`),!this.canLoad||!v.live)return;let lt,st,Ut;if(v.canBlockReload&&v.endSN&&v.advanced){const dr=this.hls.config.lowLatencyMode,or=v.lastPartSn,Br=v.endSN,Vr=v.lastPartIndex,mn=Vr!==-1,Hr=or===Br;mn?Hr?(st=Br+1,Ut=dr?0:Vr):(st=or,Ut=dr?Vr+1:v.maxPartIndex):st=Br+1;const rn=v.age,un=rn+v.ageHeader;let Gr=Math.min(un-v.partTarget,v.targetduration*1.5);if(Gr>0){if(un>v.targetduration*3)this.log(`Playlist last advanced ${rn.toFixed(2)}s ago. Omitting segment and part directives.`),st=void 0,Ut=void 0;else if(s!=null&&s.tuneInGoal&&un-v.partTarget>s.tuneInGoal)this.warn(`CDN Tune-in goal increased from: ${s.tuneInGoal} to: ${Gr} with playlist age: ${v.age}`),Gr=0;else{const wn=Math.floor(Gr/v.targetduration);if(st+=wn,Ut!==void 0){const _i=Math.round(Gr%v.targetduration/v.partTarget);Ut+=_i}this.log(`CDN Tune-in age: ${v.ageHeader}s last advanced ${rn.toFixed(2)}s goal: ${Gr} skip sn ${wn} to part ${Ut}`)}v.tuneInGoal=Gr}if(lt=this.getDeliveryDirectives(v,n.deliveryDirectives,st,Ut),dr||!Hr){v.requestScheduled=I,this.loadingPlaylist(ue,lt);return}}else(v.canBlockReload||v.canSkipUntil)&&(lt=this.getDeliveryDirectives(v,n.deliveryDirectives,st,Ut));lt&&st!==void 0&&v.canBlockReload&&(v.requestScheduled=w.loading.first+Math.max(Ne-U*2,Ne/2)),this.scheduleLoading(ue,lt,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(),I=v.requestScheduled;if(w>=I){this.loadingPlaylist(t,n);return}const U=I-w;this.log(`reload live playlist ${t.name||t.bitrate+"bps"} in ${Math.round(U)} ms`),this.clearTimer(),this.timer=self.setTimeout(()=>this.loadingPlaylist(t,n),U)}getDeliveryDirectives(t,n,s,v){let w=xn(t);return n!=null&&n.skip&&t.deltaUpdateFailed&&(s=n.msn,v=n.part,w=zr.No),new Et(s,v,w)}checkRetry(t){const n=t.details,s=dt(t),v=t.errorAction,{action:w,retryCount:I=0,retryConfig:U}=v||{},X=!!v&&!!U&&(w===et.RetryRequest||!v.resolved&&w===et.SendAlternateToPenaltyBox);if(X){var V;if(I>=U.maxNumRetry)return!1;if(s&&(V=t.context)!=null&&V.deliveryDirectives)this.warn(`Retrying playlist loading ${I+1}/${U.maxNumRetry} after "${n}" without delivery-directives`),this.loadPlaylist();else{const ue=cr(U,I);this.clearTimer(),this.timer=self.setTimeout(()=>this.loadPlaylist(),ue),this.warn(`Retrying playlist loading ${I+1}/${U.maxNumRetry} after "${n}" in ${ue}ms`)}t.levelRetry=!0,v.resolved=!0}return X}}function Nl(k,t){if(k.length!==t.length)return!1;for(let n=0;n<k.length;n++)if(!ro(k[n].attrs,t[n].attrs))return!1;return!0}function ro(k,t,n){const s=k["STABLE-RENDITION-ID"];return s&&!n?s===t["STABLE-RENDITION-ID"]:!(n||["LANGUAGE","NAME","CHARACTERISTICS","AUTOSELECT","DEFAULT","FORCED","ASSOC-LANGUAGE"]).some(v=>k[v]!==t[v])}function iu(k,t){return t.label.toLowerCase()===k.name.toLowerCase()&&(!t.language||t.language.toLowerCase()===(k.lang||"").toLowerCase())}class cl extends nu{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,I=this.tracksInGroup[s];if(!I||I.groupId!==v){this.warn(`Audio track with id:${s} and group:${v} not found in active group ${I==null?void 0:I.groupId}`);return}const U=I.details;I.details=n.details,this.log(`Audio track ${s} "${I.name}" lang:${I.lang} group:${v} loaded [${w.startSN}-${w.endSN}]`),s===this.trackId&&this.playlistLoaded(s,n,U)}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(U=>(v==null?void 0:v.indexOf(U))===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const U=this.tracks.filter(xe=>!s||s.indexOf(xe.groupId)!==-1);if(U.length)this.selectDefaultTrack&&!U.some(xe=>xe.default)&&(this.selectDefaultTrack=!1),U.forEach((xe,De)=>{xe.id=De});else if(!w&&!this.tracksInGroup.length)return;this.tracksInGroup=U;const X=this.hls.config.audioPreference;if(!w&&X){const xe=Ca(X,U,St);if(xe>-1)w=U[xe];else{const De=Ca(X,this.tracks);w=this.tracks[De]}}let V=this.findTrackId(w);V===-1&&w&&(V=this.findTrackId(null));const ue={audioTracks:U};this.log(`Updating audio tracks, ${U.length} track(s) found in group(s): ${s==null?void 0:s.join(",")}`),this.hls.trigger(o.AUDIO_TRACKS_UPDATED,ue);const pe=this.trackId;if(V!==-1&&pe===-1)this.setAudioTrack(V);else if(U.length&&pe===-1){var I;const xe=new Error(`No audio track selected for current audio group-ID(s): ${(I=this.groupIds)==null?void 0:I.join(",")} track count: ${U.length}`);this.warn(xe.message),this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.AUDIO_TRACK_LOAD_ERROR,fatal:!0,error:xe})}}}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&&ui(t,v,St))return v;const w=Ca(t,this.tracksInGroup,St);if(w>-1){const I=this.tracksInGroup[w];return this.setAudioTrack(w),I}else if(v){let I=n.loadLevel;I===-1&&(I=n.firstAutoLevel);const U=ga(t,n.levels,s,I,St);if(U===-1)return null;n.nextLoadLevel=U}if(t.channels||t.audioCodec){const I=Ca(t,s);if(I>-1)return s[I]}}}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 I=this.switchParams(v.url,s==null?void 0:s.details,v.details);this.loadPlaylist(I)}findTrackId(t){const n=this.tracksInGroup;for(let s=0;s<n.length;s++){const v=n[s];if(!(this.selectDefaultTrack&&!v.default)&&(!t||ui(t,v,St)))return s}if(t){const{name:s,lang:v,assocLang:w,characteristics:I,audioCodec:U,channels:X}=t;for(let V=0;V<n.length;V++){const ue=n[V];if(ui({name:s,lang:v,assocLang:w,characteristics:I,audioCodec:U,channels:X},ue,St))return V}for(let V=0;V<n.length;V++){const ue=n[V];if(ro(t.attrs,ue.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return V}for(let V=0;V<n.length;V++){const ue=n[V];if(ro(t.attrs,ue.attrs,["LANGUAGE"]))return V}}return-1}loadPlaylist(t){super.loadPlaylist();const n=this.currentTrack;this.shouldLoadPlaylist(n)&&gi(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),I=t.details,U=I==null?void 0:I.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:""}${U&&I.live?" age "+U.toFixed(1)+(I.type?" "+I.type||0:""):""} ${w}`),this.hls.trigger(o.AUDIO_TRACK_LOADING,{url:w,id:s,groupId:v,deliveryDirectives:n||null,track:t})}}class oc{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 I=(s=this.tracks[t])==null?void 0:s.buffer;I!=null&&I.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 Wu=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,Sc="HlsJsTrackRemovedError";class uc extends Error{constructor(t){super(t),this.name=Sc}}class li 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=ne(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 I=this.isQueued();(w||I)&&this.warn(`Transfering MediaSource with${I?" 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[I]=w;I&&(s[I]=y({},this.tracks[I]),this.removeBuffer(I)),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 I=this.mediaSource=n.mediaSource||new v;if(this.assignMediaSource(I),w)this._objectUrl=s.src,this.attachTransferred();else{const U=this._objectUrl=self.URL.createObjectURL(I);if(this.appendSource)try{s.removeAttribute("src");const X=self.ManagedMediaSource;s.disableRemotePlayback=s.disableRemotePlayback||X&&I instanceof X,Ac(s),Io(s,U),s.load()}catch(X){s.src=U}else s.src=U}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,I=w?w.length:0,U=()=>{Promise.resolve().then(()=>{this.media&&this.mediaSourceOpenOrEnded&&this._onMediaSourceOpen()})};if(v&&w&&I){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: ${Tn(s,(X,V)=>X==="initSegment"?void 0:V)};
transfer tracks: ${Tn(v,(X,V)=>X==="initSegment"?void 0:V)}}`),!oe(v,s)){n.mediaSource=null,n.tracks=void 0;const X=t.currentTime,V=this.details,ue=Math.max(X,(V==null?void 0:V.fragments[0].start)||0);if(ue-X>1){this.log(`attachTransferred: waiting for playback to reach new tracks start time ${X} -> ${ue}`);return}this.warn(`attachTransferred: resetting MediaSource for incompatible tracks ("${Object.keys(v)}"->"${Object.keys(s)}") start time: ${ue} currentTime: ${X}`),this.onMediaDetaching(o.MEDIA_DETACHING,{}),this.onMediaAttaching(o.MEDIA_ATTACHING,n),t.currentTime=ue;return}this.transferData=void 0,w.forEach(X=>{const V=X,ue=v[V];if(ue){const pe=ue.buffer;if(pe){const xe=this.fragmentTracker,De=ue.id;if(xe.hasFragments(De)||xe.hasParts(De)){const st=qn.getBuffered(pe);xe.detectEvictedFragments(V,st,De,null,!0)}const Ne=lc(V),lt=[V,pe];this.sourceBuffers[Ne]=lt,pe.updating&&this.operationQueue&&this.operationQueue.prependBlocker(V),this.trackSourceBuffer(V,ue)}}}),U(),this.bufferCreated()}else this.log("attachTransferred: MediaSource w/o SourceBuffers"),U()}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:I}=this;if(w){if(this.log(`media source ${s?"transferring":"detaching"}`),s)this.sourceBuffers.forEach(([U])=>{U&&this.removeBuffer(U)}),this.resetQueue();else{if(this.mediaSourceOpenOrEnded){const U=w.readyState==="open";try{const X=w.sourceBuffers;for(let V=X.length;V--;)U&&X[V].abort(),w.removeSourceBuffer(X[V]);U&&w.endOfStream()}catch(X){this.warn(`onMediaDetaching: ${X.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||(I&&self.URL.revokeObjectURL(I),this.mediaSrc===I?(v.removeAttribute("src"),this.appendSource&&Ac(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[lc(t)]=[null,null];const n=this.tracks[t];n&&(n.buffer=void 0)}resetQueue(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new oc(this.tracks)}onBufferCodecs(t,n){const s=this.tracks,v=Object.keys(n);this.log(`BUFFER_CODECS: "${v}" (current SB count ${this.sourceBufferCount})`);const w="audiovideo"in n&&(s.audio||s.video)||s.audiovideo&&("audio"in n||"video"in n),I=!w&&this.sourceBufferCount&&this.media&&v.some(U=>!s[U]);if(w||I){this.warn(`Unsupported transition between "${Object.keys(s)}" and "${v}" SourceBuffers`);return}v.forEach(U=>{var X,V;const ue=n[U],{id:pe,codec:xe,levelCodec:De,container:Ne,metadata:lt,supplemental:st}=ue;let Ut=s[U];const dr=(X=this.transferData)==null||(X=X.tracks)==null?void 0:X[U],or=dr!=null&&dr.buffer?dr:Ut,Br=(or==null?void 0:or.pendingCodec)||(or==null?void 0:or.codec),Vr=or==null?void 0:or.levelCodec;Ut||(Ut=s[U]={buffer:void 0,listeners:[],codec:xe,supplemental:st,container:Ne,levelCodec:De,metadata:lt,id:pe});const mn=Fe(Br,Vr),Hr=mn==null?void 0:mn.replace(Wu,"$1");let rn=Fe(xe,De);const un=(V=rn)==null?void 0:V.replace(Wu,"$1");rn&&mn&&Hr!==un&&(U.slice(0,5)==="audio"&&(rn=gt(rn,this.appendSource)),this.log(`switching codec ${Br} to ${rn}`),rn!==(Ut.pendingCodec||Ut.codec)&&(Ut.pendingCodec=rn),Ut.container=Ne,this.appendChangeType(U,Ne,rn))}),(this.tracksReady||this.sourceBufferCount)&&(n.tracks=this.sourceBufferTracks),!this.sourceBufferCount&&this.mediaSourceOpenOrEnded&&this.checkPendingTracks()}get sourceBufferTracks(){return Object.keys(this.tracks).reduce((t,n)=>{const s=this.tracks[n];return t[n]={id:s.id,container:s.container,codec:s.codec,levelCodec:s.levelCodec},t},{})}appendChangeType(t,n,s){const v=`${n};codecs=${s}`,w={label:`change-type=${v}`,execute:()=>{const I=this.tracks[t];if(I){const U=I.buffer;U!=null&&U.changeType&&(this.log(`changing ${t} sourceBuffer type to ${v}`),U.changeType(v),I.codec=s,I.container=n)}this.shiftAndExecuteNext(t)},onStart:()=>{},onComplete:()=>{},onError:I=>{this.warn(`Failed to change ${t} SourceBuffer type`,I)}};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 I={label:"block-audio",execute:()=>{var U;const X=this.tracks.video;(this.lastVideoAppendEnd>v||X!=null&&X.buffer&&qn.isBuffered(X.buffer,v)||((U=this.fragmentTracker.getAppendedFrag(v,u.MAIN))==null?void 0:U.gap)===!0)&&(this.blockedAudioAppend=null,this.shiftAndExecuteNext("audio"))},onStart:()=>{},onComplete:()=>{},onError:U=>{this.warn("Error executing block-audio operation",U)}};this.blockedAudioAppend={op:I,frag:t},this.append(I,"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:I,frag:U,part:X,chunkMeta:V,offset:ue}=n,pe=V.buffering[w],{sn:xe,cc:De}=U,Ne=self.performance.now();pe.start=Ne;const lt=U.stats.buffering,st=X?X.stats.buffering:null;lt.start===0&&(lt.start=Ne),st&&st.start===0&&(st.start=Ne);const Ut=s.audio;let dr=!1;w==="audio"&&(Ut==null?void 0:Ut.container)==="audio/mpeg"&&(dr=!this.lastMpegAudioChunk||V.id===1||this.lastMpegAudioChunk.sn!==V.sn,this.lastMpegAudioChunk=V);const or=s.video,Br=or==null?void 0:or.buffer;if(Br&&xe!=="initSegment"){const Hr=X||U,rn=this.blockedAudioAppend;if(w==="audio"&&I!=="main"&&!this.blockedAudioAppend&&!(or.ending||or.ended)){const Gr=Hr.start+Hr.duration*.05,wn=Br.buffered,_i=this.currentOp("video");!wn.length&&!_i?this.blockAudio(Hr):!_i&&!qn.isBuffered(Br,Gr)&&this.lastVideoAppendEnd<Gr&&this.blockAudio(Hr)}else if(w==="video"){const un=Hr.end;if(rn){const Gr=rn.frag.start;(un>Gr||un<this.lastVideoAppendEnd||qn.isBuffered(Br,Gr))&&this.unblockAudio()}this.lastVideoAppendEnd=un}}const Vr=(X||U).start,mn={label:`append-${w}`,execute:()=>{var Hr;pe.executeStart=self.performance.now();const rn=(Hr=this.tracks[w])==null?void 0:Hr.buffer;rn&&(dr?this.updateTimestampOffset(rn,Vr,.1,w,xe,De):ue!==void 0&&r(ue)&&this.updateTimestampOffset(rn,ue,1e-6,w,xe,De)),this.appendExecutor(v,w)},onStart:()=>{},onComplete:()=>{const Hr=self.performance.now();pe.executeEnd=pe.end=Hr,lt.first===0&&(lt.first=Hr),st&&st.first===0&&(st.first=Hr);const rn={};this.sourceBuffers.forEach(([un,Gr])=>{un&&(rn[un]=qn.getBuffered(Gr))}),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:U,part:X,chunkMeta:V,parent:U.type,timeRanges:rn})},onError:Hr=>{var rn;const un={type:c.MEDIA_ERROR,parent:U.type,details:f.BUFFER_APPEND_ERROR,sourceBufferName:w,frag:U,part:X,chunkMeta:V,error:Hr,err:Hr,fatal:!1},Gr=(rn=this.media)==null?void 0:rn.error;if(Hr.code===DOMException.QUOTA_EXCEEDED_ERR||Hr.name=="QuotaExceededError"||"quota"in Hr)un.details=f.BUFFER_FULL_ERROR;else if(Hr.code===DOMException.INVALID_STATE_ERR&&this.mediaSourceOpenOrEnded&&!Gr)un.errorAction=sr(!0);else if(Hr.name===Sc&&this.sourceBufferCount===0)un.errorAction=sr(!0);else{const wn=++this.appendErrors[w];this.warn(`Failed ${wn}/${this.hls.config.appendErrorMaxRetry} times to append segment in "${w}" sourceBuffer (${Gr||"no media error"})`),(wn>=this.hls.config.appendErrorMaxRetry||Gr)&&(un.fatal=!0)}this.hls.trigger(o.ERROR,un)}};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(([I])=>{I&&this.append(this.getFlushOp(I,v,w),I)})}onFragParsed(t,n){const{frag:s,part:v}=n,w=[],I=v?v.elementaryStreams:s.elementaryStreams;I[ie.AUDIOVIDEO]?w.push("audiovideo"):(I[ie.AUDIO]&&w.push("audio"),I[ie.VIDEO]&&w.push("video"));const U=()=>{const X=self.performance.now();s.stats.buffering.end=X,v&&(v.stats.buffering.end=X);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(U,w).catch(X=>{this.warn(`Fragment buffered callback ${X}`),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(([I])=>{if(I){const U=this.tracks[I];(!n.type||n.type===I)&&(U.ending=!0,U.ended||(U.ended=!0,this.log(`${I} buffer reached EOS`)))}});const v=((s=this.overrides)==null?void 0:s.endOfStream)!==!1;this.sourceBufferCount>0&&!this.sourceBuffers.some(([I])=>{var U;return I&&!((U=this.tracks[I])!=null&&U.ended)})?v?(this.log("Queueing EOS"),this.blockUntilOpen(()=>{this.tracksEnded();const{mediaSource:I}=this;if(!I||I.readyState!=="open"){I&&this.log(`Could not call mediaSource.endOfStream(). mediaSource.readyState: ${I.readyState}`);return}this.log("Calling mediaSource.endOfStream()"),I.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,I=n.levelTargetDuration,U=n.live&&v.liveBackBufferLength!==null?v.liveBackBufferLength:v.backBufferLength;if(r(U)&&U>=0){const V=Math.max(U,I),ue=Math.floor(w/I)*I-V;this.flushBackBuffer(w,I,ue)}const X=v.frontBufferFlushThreshold;if(r(X)&&X>0){const V=Math.max(v.maxBufferLength,X),ue=Math.max(V,I),pe=Math.floor(w/I)*I+ue;this.flushFrontBuffer(w,I,pe)}}flushBackBuffer(t,n,s){this.sourceBuffers.forEach(([v,w])=>{if(w){const U=qn.getBuffered(w);if(U.length>0&&s>U.start(0)){var I;this.hls.trigger(o.BACK_BUFFER_REACHED,{bufferEnd:s});const X=this.tracks[v];if((I=this.details)!=null&&I.live)this.hls.trigger(o.LIVE_BACK_BUFFER_REACHED,{bufferEnd:s});else if(X!=null&&X.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 I=qn.getBuffered(w),U=I.length;if(U<2)return;const X=I.start(U-1),V=I.end(U-1);if(s>X||t>=X&&t<=V)return;this.hls.trigger(o.BUFFER_FLUSHING,{startOffset:X,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),ue=Math.max(V,v);return{duration:1/0,start:V,end:ue}}return{duration:1/0}}const w=(t=this.overrides)==null?void 0:t.duration;if(w)return r(w)?{duration:w}:null;const I=this.media.duration,U=r(s.duration)?s.duration:0;return v>U&&v>I||!r(I)?{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}) ${Tn(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 I=w,U=t[I];if(this.isPending(U)){const X=this.getTrackCodec(U,I),V=`${U.container};codecs=${X}`;U.codec=X,this.log(`creating sourceBuffer(${V})${this.currentOp(I)?" Queued":""} ${Tn(U)}`);try{const ue=s.addSourceBuffer(V),pe=lc(I),xe=[I,ue];n[pe]=xe,U.buffer=ue}catch(ue){var v;this.error(`error while trying to add sourceBuffer: ${ue.message}`),this.shiftAndExecuteNext(I),(v=this.operationQueue)==null||v.removeBlockers(),delete this.tracks[I],this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:ue,sourceBufferName:I,mimeType:V,parent:U.id});return}this.trackSourceBuffer(I,U)}}this.bufferCreated()}getTrackCodec(t,n){const s=t.supplemental;let v=t.codec;s&&(n==="video"||n==="audiovideo")&&Ce(s,"video")&&(v=Rt(v,s));const w=Fe(v,t.levelCodec);return w?n.slice(0,5)==="audio"?gt(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,I)=>{const U=I.removedRanges;U!=null&&U.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,I){const U=n-t.timestampOffset;Math.abs(U)>=s&&(this.log(`Updating ${v} SourceBuffer timestampOffset to ${n} (sn: ${w} cc: ${I})`),t.timestampOffset=n)}removeExecutor(t,n,s){const{media:v,mediaSource:w}=this,I=this.tracks[t],U=I==null?void 0:I.buffer;if(!v||!w||!U){this.warn(`Attempting to remove from the ${t} SourceBuffer, but it does not exist`),this.shiftAndExecuteNext(t);return}const X=r(v.duration)?v.duration:1/0,V=r(w.duration)?w.duration:1/0,ue=Math.max(0,n),pe=Math.min(s,X,V);pe>ue&&(!I.ending||I.ended)?(I.ended=!1,this.log(`Removing [${ue},${pe}] from the ${t} SourceBuffer`),U.remove(ue,pe)):this.shiftAndExecuteNext(t)}appendExecutor(t,n){const s=this.tracks[n],v=s==null?void 0:s.buffer;if(!v)throw new uc(`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(I=>this.appendBlocker(I));return n.length>1&&!!this.blockedAudioAppend&&this.unblockAudio(),Promise.all(v).then(I=>{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 I=s.bind(this,t);v.listeners.push({event:n,listener:I}),w.addEventListener(n,I)}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 Ac(k){const t=k.querySelectorAll("source");[].slice.call(t).forEach(n=>{k.removeChild(n)})}function Io(k,t){const n=self.document.createElement("source");n.type="video/mp4",n.src=t,k.appendChild(n)}function lc(k){return k==="audio"?1:0}class Eu{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,Eu.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=(U,X)=>X?U.width!==X.width||U.height!==X.height:!0;let w=t.length-1;const I=Math.max(n,s);for(let U=0;U<t.length;U+=1){const X=t[U];if((X.width>=I||X.height>=I)&&v(X,t[U+1])){w=U;break}}return w}}const wo={MANIFEST:"m",AUDIO:"a",VIDEO:"v",MUXED:"av",INIT:"i",CAPTION:"c",TIMED_TEXT:"tt",KEY:"k",OTHER:"o"},$c={HLS:"h"};class zs{constructor(t,n){Array.isArray(t)&&(t=t.map(s=>s instanceof zs?s:new zs(s))),this.value=t,this.params=n}}const _f="Dict";function gf(k){return Array.isArray(k)?JSON.stringify(k):k instanceof Map?"Map{}":k instanceof Set?"Set{}":typeof k=="object"?JSON.stringify(k):String(k)}function Zc(k,t,n,s){return new Error(`failed to ${k} "${gf(t)}" as ${n}`,{cause:s})}function au(k,t,n){return Zc("serialize",k,t,n)}class Cc{constructor(t){this.description=t}}const Al="Bare Item",ju="Boolean";function jl(k){if(typeof k!="boolean")throw au(k,ju);return k?"?1":"?0"}function co(k){return btoa(String.fromCharCode(...k))}const qo="Byte Sequence";function su(k){if(ArrayBuffer.isView(k)===!1)throw au(k,qo);return`:${co(k)}:`}const Tc="Integer";function Ul(k){return k<-999999999999999||999999999999999<k}function Su(k){if(Ul(k))throw au(k,Tc);return k.toString()}function Wc(k){return`@${Su(k.getTime()/1e3)}`}function Pc(k,t){if(k<0)return-Pc(-k,t);const n=Math.pow(10,t);if(Math.abs(k*n%1-.5)<Number.EPSILON){const v=Math.floor(k*n);return(v%2===0?v:v+1)/n}else return Math.round(k*n)/n}const Du="Decimal";function zl(k){const t=Pc(k,3);if(Math.floor(Math.abs(t)).toString().length>12)throw au(k,Du);const n=t.toString();return n.includes(".")?n:`${n}.0`}const Hu="String",Ic=/[\x00-\x1f\x7f]+/;function Cl(k){if(Ic.test(k))throw au(k,Hu);return`"${k.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function Ya(k){return k.description||k.toString().slice(7,-1)}const If="Token";function Hc(k){const t=Ya(k);if(/^([a-zA-Z*])([!#$%&'*+\-.^_`|~\w:/]*)$/.test(t)===!1)throw au(t,If);return t}function Gu(k){switch(typeof k){case"number":if(!r(k))throw au(k,Al);return Number.isInteger(k)?Su(k):zl(k);case"string":return Cl(k);case"symbol":return Hc(k);case"boolean":return jl(k);case"object":if(k instanceof Date)return Wc(k);if(k instanceof Uint8Array)return su(k);if(k instanceof Cc)return Hc(k);default:throw au(k,Al)}}const Gc="Key";function Kc(k){if(/^[a-z*][a-z0-9\-_.*]*$/.test(k)===!1)throw au(k,Gc);return k}function $l(k){return k==null?"":Object.entries(k).map(([t,n])=>n===!0?`;${Kc(t)}`:`;${Kc(t)}=${Gu(n)}`).join("")}function Au(k){return k instanceof zs?`${Gu(k.value)}${$l(k.params)}`:Gu(k)}function yf(k){return`(${k.value.map(Au).join(" ")})${$l(k.params)}`}function Oc(k,t={whitespace:!0}){if(typeof k!="object"||k==null)throw au(k,_f);const n=k instanceof Map?k.entries():Object.entries(k),s=t!=null&&t.whitespace?" ":"";return Array.from(n).map(([v,w])=>{w instanceof zs||(w=new zs(w));let I=Kc(v);return w.value===!0?I+=$l(w.params):(I+="=",Array.isArray(w.value)?I+=yf(w):I+=Au(w)),I}).join(`,${s}`)}function Zl(k,t){return Oc(k,t)}const Ku="CMCD-Object",fo="CMCD-Request",Uo="CMCD-Session",ou="CMCD-Status",Dc={br:Ku,ab:Ku,d:Ku,ot:Ku,tb:Ku,tpb:Ku,lb:Ku,tab:Ku,lab:Ku,url:Ku,pb:fo,bl:fo,tbl:fo,dl:fo,ltc:fo,mtp:fo,nor:fo,nrr:fo,rc:fo,sn:fo,sta:fo,su:fo,ttfb:fo,ttfbb:fo,ttlb:fo,cmsdd:fo,cmsds:fo,smrt:fo,df:fo,cs:fo,ts:fo,cid:Uo,pr:Uo,sf:Uo,sid:Uo,st:Uo,v:Uo,msd:Uo,bs:ou,bsd:ou,cdn:ou,rtp:ou,bg:ou,pt:ou,ec:ou,e:ou},fl={REQUEST:fo};function Vc(k){return Object.keys(k).reduce((t,n)=>{var s;return(s=k[n])===null||s===void 0||s.forEach(v=>t[v]=n),t},{})}function bf(k,t){const n={};if(!k)return n;const s=Object.keys(k),v=t?Vc(t):{};return s.reduce((w,I)=>{var U;const X=Dc[I]||v[I]||fl.REQUEST,V=(U=w[X])!==null&&U!==void 0?U:w[X]={};return V[I]=k[I],w},n)}function cc(k){return["ot","sf","st","e","sta"].includes(k)}function Oo(k){return typeof k=="number"?r(k):k!=null&&k!==""&&k!==!1}const Yc="event";function Xc(k,t){const n=new URL(k),s=new URL(t);if(n.origin!==s.origin)return k;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 rl=k=>Math.round(k),Uu=(k,t)=>Array.isArray(k)?k.map(n=>Uu(n,t)):k instanceof zs&&typeof k.value=="string"?new zs(Uu(k.value,t),k.params):(t.baseUrl&&(k=Xc(k,t.baseUrl)),t.version===1?encodeURIComponent(k):k),ho=k=>rl(k/100)*100,Of={br:rl,d:rl,bl:ho,dl:ho,mtp:ho,nor:(k,t)=>{let n=k;return t.version>=2&&(k instanceof zs&&typeof k.value=="string"?n=new zs([k]):typeof k=="string"&&(n=[k])),Uu(n,t)},rtp:ho,tb:rl},kc="request",Qc="response",dl=["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"],Jo=["e"],Hl=/^[a-zA-Z0-9-.]+-[a-zA-Z0-9-.]+$/;function $e(k){return Hl.test(k)}function Vu(k){return dl.includes(k)||Jo.includes(k)||$e(k)}const pu=["d","dl","nor","ot","rtp","su"];function fc(k){return dl.includes(k)||pu.includes(k)||$e(k)}const uu=["cmsdd","cmsds","rc","smrt","ttfb","ttfbb","ttlb","url"];function Yu(k){return dl.includes(k)||pu.includes(k)||uu.includes(k)||$e(k)}const Rc=["bl","br","bs","cid","d","dl","mtp","nor","nrr","ot","pr","rtp","sf","sid","st","su","tb","v"];function dc(k){return Rc.includes(k)||$e(k)}const Tl={[Qc]:Yu,[Yc]:Vu,[kc]:fc};function hl(k,t={}){const n={};if(k==null||typeof k!="object")return n;const s=t.version||k.v||1,v=t.reportingMode||kc,w=s===1?dc:Tl[v];let I=Object.keys(k).filter(w);const U=t.filter;typeof U=="function"&&(I=I.filter(U));const X=v===Qc||v===Yc;X&&!I.includes("ts")&&I.push("ts"),s>1&&!I.includes("v")&&I.push("v");const V=y({},Of,t.formatters),ue={version:s,reportingMode:v,baseUrl:t.baseUrl};return I.sort().forEach(pe=>{let xe=k[pe];const De=V[pe];if(typeof De=="function"&&(xe=De(xe,ue)),pe==="v"){if(s===1)return;xe=s}pe=="pr"&&xe===1||(X&&pe==="ts"&&!r(xe)&&(xe=Date.now()),Oo(xe)&&(cc(pe)&&typeof xe=="string"&&(xe=new Cc(xe)),n[pe]=xe))}),n}function nl(k,t={}){const n={};if(!k)return n;const s=hl(k,t),v=bf(s,t==null?void 0:t.customHeaderMap);return Object.entries(v).reduce((w,[I,U])=>{const X=Zl(U,{whitespace:!1});return X&&(w[I]=X),w},n)}function qc(k,t,n){return y(k,nl(t,n))}const hc="CMCD";function ku(k,t={}){return k?Zl(hl(k,t),{whitespace:!1}):""}function yl(k,t={}){if(!k)return"";const n=ku(k,t);return encodeURIComponent(n)}function Xu(k,t={}){if(!k)return"";const n=yl(k,t);return`${hc}=${n}`}const Df=/CMCD=[^&#]+/;function xf(k,t,n){const s=Xu(t,n);if(!s)return k;if(Df.test(k))return k.replace(Df,s);const v=k.includes("?")?"&":"?";return`${k}${v}${s}`}class lu{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:wo.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:I}=v,U=this.hls.levels[w.level],X=this.getObjectType(w),V={d:(I||w).duration*1e3,ot:X};(X===wo.VIDEO||X===wo.AUDIO||X==wo.MUXED)&&(V.br=U.bitrate/1e3,V.tb=this.getTopBandwidth(X)/1e3,V.bl=this.getBufferLength(X));const ue=I?this.getNextPart(I):this.getNextFrag(w);ue!=null&&ue.url&&ue.url!==w.url&&(V.nor=ue.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:$c.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===wo.INIT||n.ot===wo.VIDEO||n.ot===wo.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((I,U)=>(v.includes(U)&&(I[U]=n[U]),I),{}));const w={baseUrl:t.url};this.useHeaders?(t.headers||(t.headers={}),qc(t.headers,n,w)):t.url=xf(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:I}=v;for(let U=w.length-1;U>=0;U--){const X=w[U];if(X.index===s&&X.fragment.sn===I)return w[U+1]}}}getObjectType(t){const{type:n}=t;if(n==="subtitle")return wo.TIMED_TEXT;if(t.sn==="initSegment")return wo.INIT;if(n==="audio")return wo.AUDIO;if(n==="main")return this.hls.audioTracks.length?wo.VIDEO:wo.MUXED}getTopBandwidth(t){let n=0,s;const v=this.hls;if(t===wo.AUDIO)s=v.audioTracks;else{const w=v.maxAutoLevel,I=w>-1?w+1:v.levels.length;s=v.levels.slice(0,I)}return s.forEach(w=>{w.bitrate>n&&(n=w.bitrate)}),n>0?n:NaN}getBufferLength(t){const n=this.media,s=t===wo.AUDIO?this.audioBuffer:this.videoBuffer;return!s||!n?NaN:qn.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,I,U){n(w),this.loader.load(w,I,U)}}}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,I,U){n(w),this.loader.load(w,I,U)}}}}const Pl=3e5;class Jc 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)===et.SendAlternateToPenaltyBox&&s.flags===ye.MoveAllAlternatesMatchingHost){const v=this.levels;let w=this._pathwayPriority,I=this.pathwayId;if(n.context){const{groupId:U,pathwayId:X,type:V}=n.context;U&&v?I=this.getPathwayForGroupId(U,V,I):X&&(I=X)}I in this.penalizedPathways||(this.penalizedPathways[I]=performance.now()),!w&&v&&(w=this.pathways()),w&&w.length>1&&(this.updatePathwayPriority(w),s.resolved=this.pathwayId!==I),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: ${I} levels: ${v&&v.length} priorities: ${Tn(w)} penalized: ${Tn(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]>Pl&&delete s[w]});for(let w=0;w<t.length;w++){const I=t[w];if(I in s)continue;if(I===this.pathwayId)return;const U=this.hls.nextLoadLevel,X=this.hls.levels[U];if(n=this.getLevelsForPathway(I),n.length>0){this.log(`Setting Pathway to "${I}"`),this.pathwayId=I,Fr(n),this.hls.trigger(o.LEVELS_UPDATED,{levels:n});const V=this.hls.levels[U];X&&V&&this.levels&&(V.attrs["STABLE-VARIANT-ID"]!==X.attrs["STABLE-VARIANT-ID"]&&V.bitrate!==X.bitrate&&this.log(`Unstable Pathways change from bitrate ${X.bitrate} to ${V.bitrate}`),this.hls.nextLoadLevel=U);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:I,"BASE-ID":U,"URI-REPLACEMENT":X}=w;if(n.some(ue=>ue.pathwayId===I))return;const V=this.getLevelsForPathway(U).map(ue=>{const pe=new ha(ue.attrs);pe["PATHWAY-ID"]=I;const xe=pe.AUDIO&&`${pe.AUDIO}_clone_${I}`,De=pe.SUBTITLES&&`${pe.SUBTITLES}_clone_${I}`;xe&&(s[pe.AUDIO]=xe,pe.AUDIO=xe),De&&(v[pe.SUBTITLES]=De,pe.SUBTITLES=De);const Ne=Kl(ue.uri,pe["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",X),lt=new Dr({attrs:pe,audioCodec:ue.audioCodec,bitrate:ue.bitrate,height:ue.height,name:ue.name,url:Ne,videoCodec:ue.videoCodec,width:ue.width});if(ue.audioGroups)for(let st=1;st<ue.audioGroups.length;st++)lt.addGroupId("audio",`${ue.audioGroups[st]}_clone_${I}`);if(ue.subtitleGroups)for(let st=1;st<ue.subtitleGroups.length;st++)lt.addGroupId("text",`${ue.subtitleGroups[st]}_clone_${I}`);return lt});n.push(...V),Gl(this.audioTracks,s,X,I),Gl(this.subtitleTracks,v,X,I)})}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(ue){this.enabled=!1,this.log(`Failed to parse Steering Manifest URI: ${t}`);return}if(v.protocol!=="data:"){const ue=(this.hls.bandwidthEstimate||n.abrEwmaDefaultEstimate)|0;v.searchParams.set("_HLS_pathway",this.pathwayId),v.searchParams.set("_HLS_throughput",""+ue)}const w={responseType:"json",url:v.href},I=n.steeringManifestLoadPolicy.default,U=I.errorRetry||I.timeoutRetry||{},X={loadPolicy:I,timeout:I.maxLoadTimeMs,maxRetry:U.maxNumRetry||0,retryDelay:U.retryDelayMs||0,maxRetryDelay:U.maxRetryDelayMs||0},V={onSuccess:(ue,pe,xe,De)=>{this.log(`Loaded steering manifest: "${v}"`);const Ne=ue.data;if((Ne==null?void 0:Ne.VERSION)!==1){this.log(`Steering VERSION ${Ne.VERSION} not supported!`);return}this.updated=performance.now(),this.timeToLoad=Ne.TTL;const{"RELOAD-URI":lt,"PATHWAY-CLONES":st,"PATHWAY-PRIORITY":Ut}=Ne;if(lt)try{this.uri=new self.URL(lt,v).href}catch(or){this.enabled=!1,this.log(`Failed to parse Steering Manifest RELOAD-URI: ${lt}`);return}this.scheduleRefresh(this.uri||xe.url),st&&this.clonePathways(st);const dr={steeringManifest:Ne,url:v.toString()};this.hls.trigger(o.STEERING_MANIFEST_LOADED,dr),Ut&&this.updatePathwayPriority(Ut)},onError:(ue,pe,xe,De)=>{if(this.log(`Error loading steering manifest: ${ue.code} ${ue.text} (${pe.url})`),this.stopLoad(),ue.code===410){this.enabled=!1,this.log(`Steering manifest ${pe.url} no longer available`);return}let Ne=this.timeToLoad*1e3;if(ue.code===429){const lt=this.loader;if(typeof(lt==null?void 0:lt.getResponseHeader)=="function"){const st=lt.getResponseHeader("Retry-After");st&&(Ne=parseFloat(st)*1e3)}this.log(`Steering manifest ${pe.url} rate limited`);return}this.scheduleRefresh(this.uri||pe.url,Ne)},onTimeout:(ue,pe,xe)=>{this.log(`Timeout loading steering manifest (${pe.url})`),this.scheduleRefresh(this.uri||pe.url)}};this.log(`Requesting steering manifest: ${v}`),this.loader.load(w,X,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 Gl(k,t,n,s){k&&Object.keys(t).forEach(v=>{const w=k.filter(I=>I.groupId===v).map(I=>{const U=y({},I);return U.details=void 0,U.attrs=new ha(U.attrs),U.url=U.attrs.URI=Kl(I.url,I.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",n),U.groupId=U.attrs["GROUP-ID"]=t[v],U.attrs["PATHWAY-ID"]=s,U});k.push(...w)})}function Kl(k,t,n,s){const{HOST:v,PARAMS:w,[n]:I}=s;let U;t&&(U=I==null?void 0:I[t],U&&(k=U));const X=new self.URL(k);return v&&!U&&(X.host=v),w&&Object.keys(w).sort().forEach(V=>{V&&X.searchParams.set(V,w[V])}),X.href}function eu(k,t,n){cu(k,t,n),k.addEventListener(t,n)}function cu(k,t,n){k.removeEventListener(t,n)}class Vl extends R{constructor(t){super("eme",t.logger),this.hls=void 0,this.config=void 0,this.media=null,this.keyFormatPromise=null,this.keySystemAccessPromises={},this._requestLicenseFailureCount=0,this.mediaKeySessions=[],this.keyIdToKeySessionPromise={},this.mediaKeys=null,this.setMediaKeysQueue=Vl.CDMCleanupPromise?[Vl.CDMCleanupPromise]:[],this.onMediaEncrypted=n=>{const{initDataType:s,initData:v}=n,w=`"${n.type}" event: init data type: "${s}"`;if(this.debug(w),v!==null){if(!this.keyFormatPromise){let I=Object.keys(this.keySystemAccessPromises);I.length||(I=Lo(this.config));const U=I.map(Zo).filter(X=>!!X);this.keyFormatPromise=this.getKeyFormatPromise(U)}this.keyFormatPromise.then(I=>{const U=Ao(I);if(s!=="sinf"||U!==rs.FAIRPLAY){this.log(`Ignoring "${n.type}" event with init data type: "${s}" for selected key-system ${U}`);return}let X;try{const De=Ft(new Uint8Array(v)),Ne=Wa(JSON.parse(De).sinf),lt=bt(Ne);if(!lt)throw new Error("'schm' box missing or not cbcs/cenc with schi > tenc");X=new Uint8Array(lt.subarray(8,24))}catch(De){this.warn(`${w} Failed to parse sinf: ${De}`);return}const V=J.hexDump(X),{keyIdToKeySessionPromise:ue,mediaKeySessions:pe}=this;let xe=ue[V];for(let De=0;De<pe.length;De++){const Ne=pe[De],lt=Ne.decryptdata;if(!lt.keyId)continue;const st=J.hexDump(lt.keyId);if(V===st||lt.uri.replace(/-/g,"").indexOf(V)!==-1){if(xe=ue[st],!xe)continue;if(lt.pssh)break;delete ue[st],lt.pssh=new Uint8Array(v),lt.keyId=X,xe=ue[V]=xe.then(()=>this.generateRequestWithPreferredKeySession(Ne,s,v,"encrypted-event-key-match")),xe.catch(Ut=>this.handleError(Ut));break}}xe||this.handleError(new Error(`Key ID ${V} not encountered in playlist. Key-system sessions ${pe.length}.`))}).catch(I=>this.handleError(I))}},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.onWaitingForKey=null}registerListeners(){this.hls.on(o.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(o.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.on(o.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(o.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.on(o.DESTROYING,this.onDestroying,this)}unregisterListeners(){this.hls.off(o.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(o.MEDIA_DETACHED,this.onMediaDetached,this),this.hls.off(o.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(o.MANIFEST_LOADED,this.onManifestLoaded,this),this.hls.off(o.DESTROYING,this.onDestroying,this)}getLicenseServerUrl(t){const{drmSystems:n,widevineLicenseUrl:s}=this.config,v=n[t];if(v)return v.licenseUrl;if(t===rs.WIDEVINE&&s)return s}getLicenseServerUrlOrThrow(t){const n=this.getLicenseServerUrl(t);if(n===void 0)throw new Error(`no license server URL configured for key-system "${t}"`);return n}getServerCertificateUrl(t){const{drmSystems:n}=this.config,s=n[t];if(s)return s.serverCertificateUrl;this.log(`No Server Certificate in config.drmSystems["${t}"]`)}attemptKeySystemAccess(t){const n=this.hls.levels,s=(I,U,X)=>!!I&&X.indexOf(I)===U,v=n.map(I=>I.audioCodec).filter(s),w=n.map(I=>I.videoCodec).filter(s);return v.length+w.length===0&&w.push("avc1.42e01e"),new Promise((I,U)=>{const X=V=>{const ue=V.shift();this.getMediaKeysPromise(ue,v,w).then(pe=>I({keySystem:ue,mediaKeys:pe})).catch(pe=>{V.length?X(V):pe instanceof mu?U(pe):U(new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_ACCESS,error:pe,fatal:!0},pe.message))})};X(t)})}requestMediaKeySystemAccess(t,n){const{requestMediaKeySystemAccessFunc:s}=this.config;if(typeof s!="function"){let v=`Configured requestMediaKeySystemAccess is not a function ${s}`;return Xo===null&&self.location.protocol==="http:"&&(v=`navigator.requestMediaKeySystemAccess is not available over insecure protocol ${location.protocol}`),Promise.reject(new Error(v))}return s(t,n)}getMediaKeysPromise(t,n,s){const v=yi(t,n,s,this.config.drmSystemOptions),w=this.keySystemAccessPromises[t];let I=w==null?void 0:w.keySystemAccess;if(!I){this.log(`Requesting encrypted media "${t}" key-system access with config: ${Tn(v)}`),I=this.requestMediaKeySystemAccess(t,v);const U=this.keySystemAccessPromises[t]={keySystemAccess:I};return I.catch(X=>{this.log(`Failed to obtain access to key-system "${t}": ${X}`)}),I.then(X=>{this.log(`Access for key-system "${X.keySystem}" obtained`);const V=this.fetchServerCertificate(t);return this.log(`Create media-keys for "${t}"`),U.mediaKeys=X.createMediaKeys().then(ue=>(this.log(`Media-keys created for "${t}"`),U.hasMediaKeys=!0,V.then(pe=>pe?this.setMediaKeysServerCertificate(ue,t,pe):ue))),U.mediaKeys.catch(ue=>{this.error(`Failed to create media-keys for "${t}"}: ${ue}`)}),U.mediaKeys})}return I.then(()=>w.mediaKeys)}createMediaKeySessionContext({decryptdata:t,keySystem:n,mediaKeys:s}){this.log(`Creating key-system session "${n}" keyId: ${J.hexDump(t.keyId||[])}`);const v=s.createSession(),w={decryptdata:t,keySystem:n,mediaKeys:s,mediaKeysSession:v,keyStatus:"status-pending"};return this.mediaKeySessions.push(w),w}renewKeySession(t){const n=t.decryptdata;if(n.pssh){const s=this.createMediaKeySessionContext(t),v=this.getKeyIdString(n),w="cenc";this.keyIdToKeySessionPromise[v]=this.generateRequestWithPreferredKeySession(s,w,n.pssh.buffer,"expired")}else this.warn("Could not renew expired session. Missing pssh initData.");this.removeSession(t)}getKeyIdString(t){if(!t)throw new Error("Could not read keyId of undefined decryptdata");if(t.keyId===null)throw new Error("keyId is null");return J.hexDump(t.keyId)}updateKeySession(t,n){var s;const v=t.mediaKeysSession;return this.log(`Updating key-session "${v.sessionId}" for keyID ${J.hexDump(((s=t.decryptdata)==null?void 0:s.keyId)||[])}
} (data length: ${n&&n.byteLength})`),v.update(n)}getSelectedKeySystemFormats(){return Object.keys(this.keySystemAccessPromises).map(t=>({keySystem:t,hasMediaKeys:this.keySystemAccessPromises[t].hasMediaKeys})).filter(({hasMediaKeys:t})=>!!t).map(({keySystem:t})=>Zo(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=Zo(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=Lo(this.config),s=t.map(Ao).filter(v=>!!v&&n.indexOf(v)!==-1);return this.selectKeySystem(s)}loadKey(t){const n=t.keyInfo.decryptdata,s=this.getKeyIdString(n),v=`(keyId: ${s} format: "${n.keyFormat}" method: ${n.method} uri: ${n.uri})`;this.log(`Starting session for key ${v}`);let w=this.keyIdToKeySessionPromise[s];return w||(w=this.getKeySystemForKeyPromise(n).then(({keySystem:U,mediaKeys:X})=>(this.throwIfDestroyed(),this.log(`Handle encrypted media sn: ${t.frag.sn} ${t.frag.type}: ${t.frag.level} using key ${v}`),this.attemptSetMediaKeys(U,X).then(()=>(this.throwIfDestroyed(),this.createMediaKeySessionContext({keySystem:U,mediaKeys:X,decryptdata:n}))))),(this.keyIdToKeySessionPromise[s]=w.then(U=>{const X="cenc",V=n.pssh?n.pssh.buffer:null;return this.generateRequestWithPreferredKeySession(U,X,V,"playlist-key")})).catch(U=>this.handleError(U))),w}throwIfDestroyed(t="Invalid state"){if(!this.hls)throw new Error("invalid state")}handleError(t){this.hls&&(this.error(t.message),t instanceof mu?this.hls.trigger(o.ERROR,t.data):this.hls.trigger(o.ERROR,{type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_KEYS,error:t,fatal:!0}))}getKeySystemForKeyPromise(t){const n=this.getKeyIdString(t),s=this.keyIdToKeySessionPromise[n];if(!s){const v=Ao(t.keyFormat),w=v?[v]:Lo(this.config);return this.attemptKeySystemAccess(w)}return s}getKeySystemSelectionPromise(t){if(t.length||(t=Lo(this.config)),t.length===0)throw new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},`Missing key-system license configuration options ${Tn({drmSystems:this.config.drmSystems})}`);return this.attemptKeySystemAccess(t)}attemptSetMediaKeys(t,n){if(this.mediaKeys===n)return Promise.resolve();const s=this.setMediaKeysQueue.slice();this.log(`Setting media-keys for "${t}"`);const v=Promise.all(s).then(()=>{if(!this.media)throw this.mediaKeys=null,new Error("Attempted to set mediaKeys without media element attached");return this.media.setMediaKeys(n)});return this.mediaKeys=n,this.setMediaKeysQueue.push(v),v.then(()=>{this.log(`Media-keys set for "${t}"`),s.push(v),this.setMediaKeysQueue=this.setMediaKeysQueue.filter(w=>s.indexOf(w)===-1)})}generateRequestWithPreferredKeySession(t,n,s,v){var w;const I=(w=this.config.drmSystems)==null||(w=w[t.keySystem])==null?void 0:w.generateRequest;if(I)try{const De=I.call(this.hls,n,s,t);if(!De)throw new Error("Invalid response from configured generateRequest filter");n=De.initDataType,s=De.initData?De.initData:null,t.decryptdata.pssh=s?new Uint8Array(s):null}catch(De){var U;if(this.warn(De.message),(U=this.hls)!=null&&U.config.debug)throw De}if(s===null)return this.log(`Skipping key-session request for "${v}" (no initData)`),Promise.resolve(t);const X=this.getKeyIdString(t.decryptdata);this.log(`Generating key-session request for "${v}": ${X} (init data type: ${n} length: ${s?s.byteLength:null})`);const V=new Ms,ue=t._onmessage=De=>{const Ne=t.mediaKeysSession;if(!Ne){V.emit("error",new Error("invalid state"));return}const{messageType:lt,message:st}=De;this.log(`"${lt}" message event for session "${Ne.sessionId}" message size: ${st.byteLength}`),lt==="license-request"||lt==="license-renewal"?this.renewLicense(t,st).catch(Ut=>{V.eventNames().length?V.emit("error",Ut):this.handleError(Ut)}):lt==="license-release"?t.keySystem===rs.FAIRPLAY&&(this.updateKeySession(t,Rs("acknowledged")),this.removeSession(t)):this.warn(`unhandled media key message type "${lt}"`)},pe=t._onkeystatuseschange=De=>{if(!t.mediaKeysSession){V.emit("error",new Error("invalid state"));return}this.onKeyStatusChange(t);const lt=t.keyStatus;V.emit("keyStatus",lt),lt==="expired"&&(this.warn(`${t.keySystem} expired for key ${X}`),this.renewKeySession(t))};eu(t.mediaKeysSession,"message",ue),eu(t.mediaKeysSession,"keystatuseschange",pe);const xe=new Promise((De,Ne)=>{V.on("error",Ne),V.on("keyStatus",lt=>{lt.startsWith("usable")?De():lt==="output-restricted"?Ne(new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED,fatal:!1},"HDCP level output restricted")):lt==="internal-error"?Ne(new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_STATUS_INTERNAL_ERROR,fatal:!0},`key status changed to "${lt}"`)):lt==="expired"?Ne(new Error("key expired while generating request")):this.warn(`unhandled key status change "${lt}"`)})});return t.mediaKeysSession.generateRequest(n,s).then(()=>{var De;this.log(`Request generated for key-session "${(De=t.mediaKeysSession)==null?void 0:De.sessionId}" keyId: ${X}`)}).catch(De=>{throw new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_SESSION,error:De,fatal:!1},`Error generating key-session request: ${De}`)}).then(()=>xe).catch(De=>{throw V.removeAllListeners(),this.removeSession(t),De}).then(()=>(V.removeAllListeners(),t))}onKeyStatusChange(t){t.mediaKeysSession.keyStatuses.forEach((n,s)=>{if(typeof s=="string"&&typeof n=="object"){const v=s;s=n,n=v}this.log(`key status change "${n}" for keyStatuses keyId: ${J.hexDump("buffer"in s?new Uint8Array(s.buffer,s.byteOffset,s.byteLength):new Uint8Array(s))} session keyId: ${J.hexDump(new Uint8Array(t.decryptdata.keyId||[]))} uri: ${t.decryptdata.uri}`),t.keyStatus=n})}fetchServerCertificate(t){const n=this.config,s=n.loader,v=new s(n),w=this.getServerCertificateUrl(t);return w?(this.log(`Fetching server certificate for "${t}"`),new Promise((I,U)=>{const X={responseType:"arraybuffer",url:w},V=n.certLoadPolicy.default,ue={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},pe={onSuccess:(xe,De,Ne,lt)=>{I(xe.data)},onError:(xe,De,Ne,lt)=>{U(new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Ne,response:b({url:X.url,data:void 0},xe)},`"${t}" certificate request failed (${w}). Status: ${xe.code} (${xe.text})`))},onTimeout:(xe,De,Ne)=>{U(new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Ne,response:{url:X.url,data:void 0}},`"${t}" certificate request timed out (${w})`))},onAbort:(xe,De,Ne)=>{U(new Error("aborted"))}};v.load(X,ue,pe)})):Promise.resolve()}setMediaKeysServerCertificate(t,n,s){return new Promise((v,w)=>{t.setServerCertificate(s).then(I=>{this.log(`setServerCertificate ${I?"success":"not supported by CDM"} (${s==null?void 0:s.byteLength}) on "${n}"`),v(t)}).catch(I=>{w(new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED,error:I,fatal:!0},I.message))})})}renewLicense(t,n){return this.requestLicense(t,new Uint8Array(n)).then(s=>this.updateKeySession(t,new Uint8Array(s)).catch(v=>{throw new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SESSION_UPDATE_FAILED,error:v,fatal:!0},v.message)}))}unpackPlayReadyKeyMessage(t,n){const s=String.fromCharCode.apply(null,new Uint16Array(n.buffer));if(!s.includes("PlayReadyKeyMessage"))return t.setRequestHeader("Content-Type","text/xml; charset=utf-8"),n;const v=new DOMParser().parseFromString(s,"application/xml"),w=v.querySelectorAll("HttpHeader");if(w.length>0){let ue;for(let pe=0,xe=w.length;pe<xe;pe++){var I,U;ue=w[pe];const De=(I=ue.querySelector("name"))==null?void 0:I.textContent,Ne=(U=ue.querySelector("value"))==null?void 0:U.textContent;De&&Ne&&t.setRequestHeader(De,Ne)}}const X=v.querySelector("Challenge"),V=X==null?void 0:X.textContent;if(!V)throw new Error("Cannot find <Challenge> in key message");return Rs(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(I=>{if(!s.decryptdata)throw I;return t.open("POST",n,!0),w.call(this.hls,t,n,s,v)}).then(I=>(t.readyState||t.open("POST",n,!0),{xhr:t,licenseChallenge:I||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 I=this.getLicenseServerUrlOrThrow(t.keySystem);this.log(`Sending license request to URL: ${I}`);const U=new XMLHttpRequest;U.responseType="arraybuffer",U.onreadystatechange=()=>{if(!this.hls||!t.mediaKeysSession)return w(new Error("invalid state"));if(U.readyState===4)if(U.status===200){this._requestLicenseFailureCount=0;let X=U.response;this.log(`License received ${X instanceof ArrayBuffer?X.byteLength:X}`);const V=this.config.licenseResponseCallback;if(V)try{X=V.call(this.hls,U,I,t)}catch(ue){this.error(ue)}v(X)}else{const X=s.errorRetry,V=X?X.maxNumRetry:0;if(this._requestLicenseFailureCount++,this._requestLicenseFailureCount>V||U.status>=400&&U.status<500)w(new mu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0,networkDetails:U,response:{url:I,data:void 0,code:U.status,text:U.statusText}},`License Request XHR failed (${I}). Status: ${U.status} (${U.statusText})`));else{const ue=V-this._requestLicenseFailureCount+1;this.warn(`Retrying license request, ${ue} attempts left`),this.requestLicense(t,n).then(v,w)}}},t.licenseXhr&&t.licenseXhr.readyState!==XMLHttpRequest.DONE&&t.licenseXhr.abort(),t.licenseXhr=U,this.setupLicenseXHR(U,I,t,n).then(({xhr:X,licenseChallenge:V})=>{t.keySystem==rs.PLAYREADY&&(V=this.unpackPlayReadyKeyMessage(X,V)),X.send(V)})})}onDestroying(){this.unregisterListeners(),this._clear()}onMediaAttached(t,n){if(!this.config.emeEnabled)return;const s=n.media;this.media=s,eu(s,"encrypted",this.onMediaEncrypted),eu(s,"waitingforkey",this.onWaitingForKey)}onMediaDetached(){const t=this.media;t&&(cu(t,"encrypted",this.onMediaEncrypted),cu(t,"waitingforkey",this.onWaitingForKey),this.media=null,this.mediaKeys=null)}_clear(){var t;if(this._requestLicenseFailureCount=0,this.keyIdToKeySessionPromise={},!this.mediaKeys&&!this.mediaKeySessions.length)return;const n=this.media,s=this.mediaKeySessions.slice();this.mediaKeySessions=[],this.mediaKeys=null,go.clearKeyUriToKeyIdMap();const v=s.length;Vl.CDMCleanupPromise=Promise.all(s.map(w=>this.removeSession(w)).concat(n==null||(t=n.setMediaKeys(null))==null?void 0:t.catch(w=>{var I;this.log(`Could not clear media keys: ${w}`),(I=this.hls)==null||I.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR,fatal:!1,error:new Error(`Could not clear media keys: ${w}`)})}))).catch(w=>{var I;this.log(`Could not close sessions and clear media keys: ${w}`),(I=this.hls)==null||I.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close sessions and clear media keys: ${w}`)})}).then(()=>{v&&this.log("finished closing key sessions and clearing media keys")})}onManifestLoading(){this.keyFormatPromise=null}onManifestLoaded(t,{sessionKeys:n}){if(!(!n||!this.config.emeEnabled)&&!this.keyFormatPromise){const s=n.reduce((v,w)=>(v.indexOf(w.keyFormat)===-1&&v.push(w.keyFormat),v),[]);this.log(`Selecting key-system from session-keys ${s.join(", ")}`),this.keyFormatPromise=this.getKeyFormatPromise(s)}}removeSession(t){const{mediaKeysSession:n,licenseXhr:s}=t;if(n){this.log(`Remove licenses and keys and close session ${n.sessionId}`),t._onmessage&&(n.removeEventListener("message",t._onmessage),t._onmessage=void 0),t._onkeystatuseschange&&(n.removeEventListener("keystatuseschange",t._onkeystatuseschange),t._onkeystatuseschange=void 0),s&&s.readyState!==XMLHttpRequest.DONE&&s.abort(),t.mediaKeysSession=t.decryptdata=t.licenseXhr=void 0;const v=this.mediaKeySessions.indexOf(t);v>-1&&this.mediaKeySessions.splice(v,1);const{drmSystemOptions:w}=this.config;return(as(w)?new Promise((U,X)=>{self.setTimeout(()=>X(new Error("MediaKeySession.remove() timeout")),8e3),n.remove().then(U)}):Promise.resolve()).catch(U=>{var X;this.log(`Could not remove session: ${U}`),(X=this.hls)==null||X.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR,fatal:!1,error:new Error(`Could not remove session: ${U}`)})}).then(()=>n.close()).catch(U=>{var X;this.log(`Could not close session: ${U}`),(X=this.hls)==null||X.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR,fatal:!1,error:new Error(`Could not close session: ${U}`)})})}}}Vl.CDMCleanupPromise=void 0;class mu extends Error{constructor(t,n){super(n),this.data=void 0,t.error||(t.error=new Error(n)),this.data=t,t.err=t.error}}class pc{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,I=s-this.lastDroppedFrames,U=n-this.lastDecodedFrames,X=1e3*I/w,V=this.hls;if(V.trigger(o.FPS_DROP,{currentDropped:I,currentDecoded:U,totalDroppedFrames:s}),X>0&&I>V.config.fpsDroppedMonitoringThreshold*U){let ue=V.currentLevel;V.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+ue),ue>0&&(V.autoLevelCapping===-1||V.autoLevelCapping>=ue)&&(ue=ue-1,V.trigger(o.FPS_DROP_LEVEL_CAPPING,{level:ue,droppedLevel:V.currentLevel}),V.autoLevelCapping=ue,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 Il(k,t){let n;try{n=new Event("addtrack")}catch(s){n=document.createEvent("Event"),n.initEvent("addtrack",!1,!1)}n.track=k,t.dispatchEvent(n)}function ef(k,t){const n=k.mode;if(n==="disabled"&&(k.mode="hidden"),k.cues&&!k.cues.getCueById(t.id))try{if(k.addCue(t),!k.cues.getCueById(t.id))throw new Error(`addCue is failed for: ${t}`)}catch(s){W.debug(`[texttrack-utils]: ${s}`);try{const v=new self.TextTrackCue(t.startTime,t.endTime,t.text);v.id=t.id,k.addCue(v)}catch(v){W.debug(`[texttrack-utils]: Legacy TextTrackCue fallback failed: ${v}`)}}n==="disabled"&&(k.mode=n)}function bl(k,t){const n=k.mode;if(n==="disabled"&&(k.mode="hidden"),k.cues)for(let s=k.cues.length;s--;)t&&k.cues[s].removeEventListener("enter",t),k.removeCue(k.cues[s]);n==="disabled"&&(k.mode=n)}function zu(k,t,n,s){const v=k.mode;if(v==="disabled"&&(k.mode="hidden"),k.cues&&k.cues.length>0){const w=vc(k.cues,t,n);for(let I=0;I<w.length;I++)(!s||s(w[I]))&&k.removeCue(w[I])}v==="disabled"&&(k.mode=v)}function mc(k,t){if(t<=k[0].startTime)return 0;const n=k.length-1;if(t>k[n].endTime)return-1;let s=0,v=n,w;for(;s<=v;)if(w=Math.floor((v+s)/2),t<k[w].startTime)v=w-1;else if(t>k[w].startTime&&s<n)s=w+1;else return w;return k[s].startTime-t<t-k[v].startTime?s:v}function vc(k,t,n){const s=[],v=mc(k,t);if(v>-1)for(let w=v,I=k.length;w<I;w++){const U=k[w];if(U.startTime>=t&&U.endTime<=n)s.push(U);else if(U.startTime>n)return s}return s}function Yl(k){const t=[];for(let n=0;n<k.length;n++){const s=k[n];(s.kind==="subtitles"||s.kind==="captions")&&s.label&&t.push(k[n])}return t}class Lc extends nu{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=Yl(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;Yl(s.textTracks).forEach(I=>{bl(I)})}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,I=this.tracksInGroup[s];if(!I||I.groupId!==v){this.warn(`Subtitle track with id:${s} and group:${v} not found in active group ${I==null?void 0:I.groupId}`);return}const U=I.details;I.details=n.details,this.log(`Subtitle track ${s} "${I.name}" lang:${I.lang} group:${v} loaded [${w.startSN}-${w.endSN}]`),s===this.trackId&&this.playlistLoaded(s,n,U)}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(I=>(v==null?void 0:v.indexOf(I))===-1)){this.groupIds=s,this.trackId=-1,this.currentTrack=null;const I=this.tracks.filter(ue=>!s||s.indexOf(ue.groupId)!==-1);if(I.length)this.selectDefaultTrack&&!I.some(ue=>ue.default)&&(this.selectDefaultTrack=!1),I.forEach((ue,pe)=>{ue.id=pe});else if(!w&&!this.tracksInGroup.length)return;this.tracksInGroup=I;const U=this.hls.config.subtitlePreference;if(!w&&U){this.selectDefaultTrack=!1;const ue=Ca(U,I);if(ue>-1)w=I[ue];else{const pe=Ca(U,this.tracks);w=this.tracks[pe]}}let X=this.findTrackId(w);X===-1&&w&&(X=this.findTrackId(null));const V={subtitleTracks:I};this.log(`Updating subtitle tracks, ${I.length} track(s) found in "${s==null?void 0:s.join(",")}" group-id`),this.hls.trigger(o.SUBTITLE_TRACKS_UPDATED,V),X!==-1&&this.trackId===-1&&this.setSubtitleTrack(X)}}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||ui(w,t)))return v}if(t){for(let v=0;v<n.length;v++){const w=n[v];if(ro(t.attrs,w.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return v}for(let v=0;v<n.length;v++){const w=n[v];if(ro(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(iu(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&&ui(t,s))return s;const v=Ca(t,this.tracksInGroup);if(v>-1){const w=this.tracksInGroup[v];return this.setSubtitleTrack(v),w}else{if(s)return null;{const w=Ca(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),I=t.details,U=I==null?void 0:I.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:""}${U&&I.live?" age "+U.toFixed(1)+(I.type?" "+I.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=Yl(t.textTracks),s=this.currentTrack;let v;if(s&&(v=n.filter(w=>iu(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:I,groupId:U="",name:X,type:V,url:ue}=v;this.hls.trigger(o.SUBTITLE_TRACK_SWITCH,{id:I,groupId:U,name:X,type:V,url:ue});const pe=this.switchParams(v.url,s==null?void 0:s.details,v.details);this.loadPlaylist(pe)}}function wf(){try{return crypto.randomUUID()}catch(k){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 T(k){let t=5381,n=k.length;for(;n;)t=t*33^k.charCodeAt(--n);return(t>>>0).toString()}const O=.025;let L=function(k){return k[k.Point=0]="Point",k[k.Range=1]="Range",k}({});function ve(k,t,n){return`${k.identifier}-${n+1}-${T(t)}`}class ke{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 ln(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=ln(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 ln(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)<O))}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"?L.Range:L.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 Fi(this)}}function ln(k,t){return k-t.start<t.duration/2&&!(Math.abs(k-(t.start+t.duration))<O)?t.start:t.start+t.duration}function Cn(k,t,n){const s=new self.URL(k,n);return s.protocol!=="data:"&&s.searchParams.set("_HLS_primary_id",t),s}function pn(k,t){for(;(n=k.assetList[++t])!=null&&n.error;)var n;return t}function Fi(k){return`["${k.identifier}" ${k.cue.pre?"<pre>":k.cue.post?"<post>":""}${k.timelineStart.toFixed(2)}-${k.resumeTime.toFixed(2)}]`}function Ha(k){const t=k.timelineStart,n=k.duration||0;return`["${k.identifier}" ${t.toFixed(2)}-${(t+n).toFixed(2)}]`}class Ga{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 I=()=>{this.hasDetails=!0};w.once(o.LEVEL_LOADED,I),w.once(o.AUDIO_TRACK_LOADED,I),w.once(o.SUBTITLE_TRACK_LOADED,I),w.on(o.MEDIA_ATTACHING,(U,{media:X})=>{this.removeMediaListeners(),this.mediaAttached=X,this.interstitial.playoutLimit&&(X.addEventListener("timeupdate",this.checkPlayout),this.appendInPlace&&w.on(o.BUFFER_APPENDED,()=>{const ue=this.bufferedEnd;this.reachedPlayout(ue)&&(this._bufferedEosTime=ue,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=Cn(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=qn.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=qn.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: ${Ha(this.assetItem)} ${(t=this.hls)==null?void 0:t.sessionId} ${this.appendInPlace?"append-in-place":""}`}}const zo=.033;class Ss 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 I=s[w];if(!I.error){const U=I.timelineStart;if(n===U||n>U&&(n<U+(I.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,I=this.parseDateRanges(v,{url:s.url},n),U=Object.keys(v),X=w?w.filter(V=>!U.includes(V.identifier)):[];I.length&&I.sort((V,ue)=>{const pe=V.cue.pre,xe=V.cue.post,De=ue.cue.pre,Ne=ue.cue.post;if(pe&&!De)return-1;if(De&&!pe||xe&&!Ne)return 1;if(Ne&&!xe)return-1;if(!pe&&!De&&!xe&&!Ne){const lt=V.startTime,st=ue.startTime;if(lt!==st)return lt-st}return V.dateRange.tagOrder-ue.dateRange.tagOrder}),this.events=I,X.forEach(V=>{this.removeEvent(V)}),this.updateSchedule(t,X)}updateSchedule(t,n=[],s=!1){const v=this.events||[];if(v.length||n.length||this.length<2){const w=this.items,I=this.parseSchedule(v,t);(s||n.length||(w==null?void 0:w.length)!==I.length||I.some((X,V)=>Math.abs(X.playout.start-w[V].playout.start)>.005||Math.abs(X.playout.end-w[V].playout.end)>.005))&&(this.items=I,this.onScheduleUpdate(n,w))}}parseDateRanges(t,n,s){const v=[],w=Object.keys(t);for(let I=0;I<w.length;I++){const U=w[I],X=t[U];if(X.isInterstitial){let V=this.eventMap[U];V?V.setDateRange(X):(V=new ke(X,n),this.eventMap[U]=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 I=0;if(t=t.filter(X=>!X.error&&!(X.cue.once&&X.hasPlayed)),t.length){this.resolveOffsets(t,n);let X=0,V=0;if(t.forEach((ue,pe)=>{const xe=ue.cue.pre,De=ue.cue.post,Ne=t[pe-1]||null,lt=ue.appendInPlace,st=De?w:ue.startOffset,Ut=ue.duration,dr=ue.timelineOccupancy===L.Range?Ut:0,or=ue.resumptionOffset,Br=(Ne==null?void 0:Ne.startTime)===st,Vr=st+ue.cumulativeDuration;let mn=lt?Vr+Ut:st+or;if(xe||!De&&st<=0){const rn=V;V+=dr,ue.timelineStart=Vr;const un=I;I+=Ut,s.push({event:ue,start:Vr,end:mn,playout:{start:un,end:I},integrated:{start:rn,end:V}})}else if(st<=w){if(!Br){const Gr=st-X;if(Gr>zo){const wn=X,_i=V;V+=Gr;const Vi=I;I+=Gr;const ua={previousEvent:t[pe-1]||null,nextEvent:ue,start:wn,end:wn+Gr,playout:{start:Vi,end:I},integrated:{start:_i,end:V}};s.push(ua)}else Gr>0&&Ne&&(Ne.cumulativeDuration+=Gr,s[s.length-1].end=st)}De&&(mn=Vr),ue.timelineStart=Vr;const rn=V;V+=dr;const un=I;I+=Ut,s.push({event:ue,start:Vr,end:mn,playout:{start:un,end:I},integrated:{start:rn,end:V}})}else return;const Hr=ue.resumeTime;De||Hr>w?X=w:X=Hr}),X<w){var U;const ue=X,pe=V,xe=w-X;V+=xe;const De=I;I+=xe,s.push({previousEvent:((U=s[s.length-1])==null?void 0:U.event)||null,nextEvent:null,start:X,end:ue+xe,playout:{start:De,end:I},integrated:{start:pe,end:V}})}this.setDurations(w,I,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,I=-1;t.forEach((U,X)=>{const V=U.cue.pre,ue=U.cue.post,pe=V?0:ue?v:U.startTime;this.updateAssetDurations(U),I===pe?U.cumulativeDuration=w:(w=0,I=pe),!ue&&U.snapOptions.in&&(U.resumeAnchor=On(null,s.fragments,U.startOffset+U.resumptionOffset,0,0)||void 0),U.appendInPlace&&!U.appendInPlaceStarted&&(this.primaryCanResumeInPlaceAt(U,n)||(U.appendInPlace=!1)),!U.appendInPlace&&X+1<t.length&&t[X+1].startTime-t[X].resumeTime<zo&&(t[X+1].appendInPlace=!1,t[X+1].appendInPlace&&this.warn(`Could not change append strategy for abutting event ${U}`));const De=r(U.resumeOffset)?U.resumeOffset:U.duration;w+=De})}primaryCanResumeInPlaceAt(t,n){const s=t.resumeTime,v=t.startTime+t.resumptionOffset;return Math.abs(s-v)>O?(this.log(`"${t.identifier}" resumption ${s} not aligned with estimated timeline end ${v}`),!1):!Object.keys(n).some(I=>{const U=n[I].details,X=U.edge;if(s>=X)return this.log(`"${t.identifier}" resumption ${s} past ${I} playlist end ${X}`),!1;const V=On(null,U.fragments,s);if(!V)return this.log(`"${t.identifier}" resumption ${s} does not align with any fragments in ${I} playlist (${U.fragStart}-${U.fragmentEnd})`),!0;const ue=I==="audio"?.175:0;return Math.abs(V.start-s)<O+ue||Math.abs(V.end-s)<O+ue?!1:(this.log(`"${t.identifier}" resumption ${s} not aligned with ${I} 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 I=0;I<t.assetList.length;I++){const U=t.assetList[I],X=n+s;U.startOffset=s,U.timelineStart=X,v||(v=U.duration===null),w||(w=!!U.error);const V=U.error?0:U.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 Ks(k){return`[${k.event?'"'+k.event.identifier+'"':"primary"}: ${k.start.toFixed(2)}-${k.end.toFixed(2)}]`}class $s{constructor(t){this.hls=void 0,this.hls=t}destroy(){this.hls=null}loadAssetList(t,n){const s=t.assetListUrl;let v;try{v=Cn(s,this.hls.sessionId,t.baseUrl)}catch(xe){const De=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,xe,s);this.hls.trigger(o.ERROR,De);return}n&&v.protocol!=="data:"&&v.searchParams.set("_HLS_start_offset",""+n);const w=this.hls.config,I=w.loader,U=new I(w),X={responseType:"json",url:v.href},V=w.interstitialAssetListLoadPolicy.default,ue={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},pe={onSuccess:(xe,De,Ne,lt)=>{const st=xe.data,Ut=st==null?void 0:st.ASSETS;if(!Array.isArray(Ut)){const dr=this.assignAssetListError(t,f.ASSET_LIST_PARSING_ERROR,new Error("Invalid interstitial asset list"),Ne.url,De,lt);this.hls.trigger(o.ERROR,dr);return}t.assetListResponse=st,this.hls.trigger(o.ASSET_LIST_LOADED,{event:t,assetListResponse:st,networkDetails:lt})},onError:(xe,De,Ne,lt)=>{const st=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,new Error(`Error loading X-ASSET-LIST: HTTP status ${xe.code} ${xe.text} (${De.url})`),De.url,lt,Ne);this.hls.trigger(o.ERROR,st)},onTimeout:(xe,De,Ne)=>{const lt=this.assignAssetListError(t,f.ASSET_LIST_LOAD_TIMEOUT,new Error(`Timeout loading X-ASSET-LIST (${De.url})`),De.url,xe,Ne);this.hls.trigger(o.ERROR,lt)}};return U.load(X,ue,pe),this.hls.trigger(o.ASSET_LIST_LOADING,{event:t}),U}assignAssetListError(t,n,s,v,w,I){return t.error=s,{type:c.NETWORK_ERROR,details:n,fatal:!1,interstitial:t,url:v,error:s,networkDetails:I,stats:w}}}function Mc(k){k==null||k.play().catch(()=>{})}class tf 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 I=v<=-.01;this.timelinePos=s,this.bufferedPos=s;const U=this.playingItem;if(!U){this.checkBuffer();return}if(I&&this.schedule.resetErrorsInRange(s,s-v)&&this.updateSchedule(!0),this.checkBuffer(),I&&s<U.start||s>=U.end){var X;const De=this.findItemIndex(U);let Ne=this.schedule.findItemIndexAtTime(s);if(Ne===-1&&(Ne=De+(I?-1:1),this.log(`seeked ${I?"back ":""}to position not covered by schedule ${s} (resolving from ${De} to ${Ne})`)),!this.isInterstitial(U)&&(X=this.media)!=null&&X.paused&&(this.shouldPlay=!1),!I&&Ne>De){const lt=this.schedule.findJumpRestrictedIndex(De+1,Ne);if(lt>De){this.setSchedulePosition(lt);return}}this.setSchedulePosition(Ne);return}const V=this.playingAsset;if(!V){if(this.playingLastItem&&this.isInterstitial(U)){const De=U.event.assetList[0];De&&(this.endedItem=this.playingItem,this.playingItem=null,this.setScheduleToAssetAtTime(s,De))}return}const ue=V.timelineStart,pe=V.duration||0;if(I&&s<ue||s>=ue+pe){var xe;(xe=U.event)!=null&&xe.appendInPlace&&(this.clearInterstitial(U.event,U),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 U=this.findItemIndex(v);this.setSchedulePosition(U+1)}const w=this.playingAsset;if(!w)return;const I=w.timelineStart+(w.duration||0);s>=I&&this.setScheduleToAssetAtTime(s,w)},this.onScheduleUpdate=(s,v)=>{const w=this.schedule;if(!w)return;const I=this.playingItem,U=w.events||[],X=w.items||[],V=w.durations,ue=s.map(lt=>lt.identifier),pe=!!(U.length||ue.length);(pe||v)&&this.log(`INTERSTITIALS_UPDATED (${U.length}): ${U}
Schedule: ${X.map(lt=>Ks(lt))} pos: ${this.timelinePos}`),ue.length&&this.log(`Removed events ${ue}`);let xe=null,De=null;I&&(xe=this.updateItem(I,this.timelinePos),this.itemsMatch(I,xe)?this.playingItem=xe:this.waitingItem=this.endedItem=null),this.waitingItem=this.updateItem(this.waitingItem),this.endedItem=this.updateItem(this.endedItem);const Ne=this.bufferingItem;if(Ne&&(De=this.updateItem(Ne,this.bufferedPos),this.itemsMatch(Ne,De)?this.bufferingItem=De:Ne.event&&(this.bufferingItem=this.playingItem,this.clearInterstitial(Ne.event,null))),s.forEach(lt=>{lt.assetList.forEach(st=>{this.clearAssetPlayer(st.identifier,null)})}),this.playerQueue.forEach(lt=>{if(lt.interstitial.appendInPlace){const st=lt.assetItem.timelineStart,Ut=lt.timelineOffset-st;if(Ut)try{lt.timelineOffset=st}catch(dr){Math.abs(Ut)>O&&this.warn(`${dr} ("${lt.assetId}" ${lt.timelineOffset}->${st})`)}}}),pe||v){if(this.hls.trigger(o.INTERSTITIALS_UPDATED,{events:U.slice(0),schedule:X.slice(0),durations:V,removedIds:ue}),this.isInterstitial(I)&&ue.includes(I.event.identifier)){this.warn(`Interstitial "${I.event.identifier}" removed while playing`),this.primaryFallback(I.event);return}I&&this.trimInPlace(xe,I),Ne&&this.trimInPlace(De,Ne),this.checkBuffer()}},this.hls=t,this.HlsPlayerClass=n,this.assetListLoader=new $s(t),this.schedule=new Ss(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){cu(t,"play",this.onPlay),cu(t,"pause",this.onPause),cu(t,"seeking",this.onSeeking),cu(t,"timeupdate",this.onTimeupdate)}onMediaAttaching(t,n){const s=this.media=n.media;eu(s,"seeking",this.onSeeking),eu(s,"timeupdate",this.onTimeupdate),eu(s,"play",this.onPlay),eu(s,"pause",this.onPause)}onMediaAttached(t,n){const s=this.effectivePlayingItem,v=this.detachedData;if(this.detachedData=null,s===null)this.checkStart();else if(!v){this.clearScheduleState();const w=this.findItemIndex(s);this.setSchedulePosition(w)}}clearScheduleState(){this.playingItem=this.bufferingItem=this.waitingItem=this.endedItem=this.playingAsset=this.endedAsset=this.bufferingAsset=null}onMediaDetaching(t,n){const s=!!n.transferMedia,v=this.media;if(this.media=null,!s&&(v&&this.removeMediaListeners(v),this.detachedData)){const w=this.getBufferingPlayer();w&&(this.playingAsset=this.endedAsset=this.bufferingAsset=this.bufferingItem=this.waitingItem=this.detachedData=null,w.detachMedia()),this.shouldPlay=!1}}get interstitialsManager(){if(!this.hls)return null;if(this.manager)return this.manager;const t=this,n=()=>t.bufferingItem||t.waitingItem,s=pe=>pe&&t.getAssetPlayer(pe.identifier),v=(pe,xe,De,Ne,lt)=>{if(pe){let st=pe[xe].start;const Ut=pe.event;if(Ut){if(xe==="playout"||Ut.timelineOccupancy!==L.Point){const dr=s(De);(dr==null?void 0:dr.interstitial)===Ut&&(st+=dr.assetItem.startOffset+dr[lt])}}else{const dr=Ne==="bufferedPos"?I():t[Ne];st+=dr-pe.start}return st}return 0},w=(pe,xe)=>{var De;if(pe!==0&&xe!=="primary"&&(De=t.schedule)!=null&&De.length){var Ne;const lt=t.schedule.findItemIndexAtTime(pe),st=(Ne=t.schedule.items)==null?void 0:Ne[lt];if(st){const Ut=st[xe].start-st.start;return pe+Ut}}return pe},I=()=>{const pe=t.bufferedPos;return pe===Number.MAX_VALUE?U("primary"):Math.max(pe,0)},U=pe=>{var xe,De;return(xe=t.primaryDetails)!=null&&xe.live?t.primaryDetails.edge:((De=t.schedule)==null?void 0:De.durations[pe])||0},X=(pe,xe)=>{var De,Ne;const lt=t.effectivePlayingItem;if(lt!=null&&(De=lt.event)!=null&&De.restrictions.skip||!t.schedule)return;t.log(`seek to ${pe} "${xe}"`);const st=t.effectivePlayingItem,Ut=t.schedule.findItemIndexAtTime(pe,xe),dr=(Ne=t.schedule.items)==null?void 0:Ne[Ut],or=t.getBufferingPlayer(),Br=or==null?void 0:or.interstitial,Vr=Br==null?void 0:Br.appendInPlace,mn=st&&t.itemsMatch(st,dr);if(st&&(Vr||mn)){const Hr=s(t.playingAsset),rn=(Hr==null?void 0:Hr.media)||t.primaryMedia;if(rn){const un=xe==="primary"?rn.currentTime:v(st,xe,t.playingAsset,"timelinePos","currentTime"),Gr=pe-un,wn=(Vr?un:rn.currentTime)+Gr;if(wn>=0&&(!Hr||Vr||wn<=Hr.duration)){rn.currentTime=wn;return}}}if(dr){let Hr=pe;if(xe!=="primary"){const un=dr[xe].start,Gr=pe-un;Hr=dr.start+Gr}const rn=!t.isInterstitial(dr);if((!t.isInterstitial(st)||st.event.appendInPlace)&&(rn||dr.event.appendInPlace)){const un=t.media||(Vr?or==null?void 0:or.media:null);un&&(un.currentTime=Hr)}else if(st){const un=t.findItemIndex(st);if(Ut>un){const wn=t.schedule.findJumpRestrictedIndex(un+1,Ut);if(wn>un){t.setSchedulePosition(wn);return}}let Gr=0;if(rn)t.timelinePos=Hr,t.checkBuffer();else{const wn=dr.event.assetList,_i=pe-(dr[xe]||dr).start;for(let Vi=wn.length;Vi--;){const ua=wn[Vi];if(ua.duration&&_i>=ua.startOffset&&_i<ua.startOffset+ua.duration){Gr=Vi;break}}}t.setSchedulePosition(Ut,Gr)}}},V=()=>{const pe=t.effectivePlayingItem;if(t.isInterstitial(pe))return pe;const xe=n();return t.isInterstitial(xe)?xe:null},ue={get bufferedEnd(){const pe=n(),xe=t.bufferingItem;if(xe&&xe===pe){var De;return v(xe,"playout",t.bufferingAsset,"bufferedPos","bufferedEnd")-xe.playout.start||((De=t.bufferingAsset)==null?void 0:De.startOffset)||0}return 0},get currentTime(){const pe=V(),xe=t.effectivePlayingItem;return xe&&xe===pe?v(xe,"playout",t.effectivePlayingAsset,"timelinePos","currentTime")-xe.playout.start:0},set currentTime(pe){const xe=V(),De=t.effectivePlayingItem;De&&De===xe&&X(pe+De.playout.start,"playout")},get duration(){const pe=V();return pe?pe.playout.end-pe.playout.start:0},get assetPlayers(){var pe;const xe=(pe=V())==null?void 0:pe.event.assetList;return xe?xe.map(De=>t.getAssetPlayer(De.identifier)):[]},get playingIndex(){var pe;const xe=(pe=V())==null?void 0:pe.event;return xe&&t.effectivePlayingAsset?xe.findAssetIndex(t.effectivePlayingAsset):-1},get scheduleItem(){return V()}};return this.manager={get events(){var pe;return((pe=t.schedule)==null||(pe=pe.events)==null?void 0:pe.slice(0))||[]},get schedule(){var pe;return((pe=t.schedule)==null||(pe=pe.items)==null?void 0:pe.slice(0))||[]},get interstitialPlayer(){return V()?ue:null},get playerQueue(){return t.playerQueue.slice(0)},get bufferingAsset(){return t.bufferingAsset},get bufferingItem(){return n()},get bufferingIndex(){const pe=n();return t.findItemIndex(pe)},get playingAsset(){return t.effectivePlayingAsset},get playingItem(){return t.effectivePlayingItem},get playingIndex(){const pe=t.effectivePlayingItem;return t.findItemIndex(pe)},primary:{get bufferedEnd(){return I()},get currentTime(){const pe=t.timelinePos;return pe>0?pe:0},set currentTime(pe){X(pe,"primary")},get duration(){return U("primary")},get seekableStart(){var pe;return((pe=t.primaryDetails)==null?void 0:pe.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(pe){X(pe,"integrated")},get duration(){return U("integrated")},get seekableStart(){var pe;return w(((pe=t.primaryDetails)==null?void 0:pe.fragmentStart)||0,"integrated")}},skip:()=>{const pe=t.effectivePlayingItem,xe=pe==null?void 0:pe.event;if(xe&&!xe.restrictions.skip){const De=t.findItemIndex(pe);if(xe.appendInPlace){const Ne=pe.playout.start+pe.event.duration;X(Ne+.001,"playout")}else t.advanceAfterAssetEnded(xe,De,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} ${Tn(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 I=this.hls,U=t!==I,X=U&&t.interstitial.appendInPlace,V=(s=this.detachedData)==null?void 0:s.mediaSource;let ue;if(I.media)X&&(w=I.transferMedia(),this.detachedData=w),ue="Primary";else if(V){const Ne=this.getBufferingPlayer();Ne?(w=Ne.transferMedia(),ue=`${Ne}`):ue="detached MediaSource"}else ue="detached media";if(!w){if(V)w=this.detachedData,this.log(`using detachedData: MediaSource ${Tn(w)}`);else if(!this.detachedData||I.media===n){const Ne=this.playerQueue;Ne.length>1&&Ne.forEach(lt=>{if(U&&lt.interstitial.appendInPlace!==X){const st=lt.interstitial;this.clearInterstitial(lt.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 pe=w&&"mediaSource"in w&&((v=w.mediaSource)==null?void 0:v.readyState)!=="closed",xe=pe&&w?w:n;this.log(`${pe?"transfering MediaSource":"attaching media"} to ${U?t:"Primary"} from ${ue} (media.currentTime: ${n.currentTime})`);const De=this.schedule;if(xe===w&&De){const Ne=U&&t.assetId===De.assetIdAtEnd;xe.overrides={duration:De.duration,endOfStream:!U||Ne,cueRemoval:!U}}t.attachMedia(xe)}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.timelinePos=w,n.length&&n[0].cue.pre){const I=t.findEventIndex(n[0].identifier);this.setSchedulePosition(I)}else if(w>=0||!this.primaryLive){const I=this.timelinePos=w>0?w:0,U=t.findItemIndexAtTime(I);this.setSchedulePosition(U)}}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=pn(s,v);if(!s.isAssetPastPlayoutLimit(w))this.bufferedToEvent(t,w);else if(this.schedule){var I;const U=(I=this.schedule.items)==null?void 0:I[this.findItemIndex(t)+1];U&&this.bufferedToItem(U)}}advanceAfterAssetEnded(t,n,s){const v=pn(t,s);if(t.isAssetPastPlayoutLimit(v)){if(this.schedule){const w=this.schedule.items;if(w){const I=n+1,U=w.length;if(I>=U){this.setSchedulePosition(-1);return}const X=t.resumeTime;this.timelinePos<X&&(this.timelinePos=X,t.appendInPlace&&this.advanceInPlace(X),this.checkBuffer(this.bufferedPos<X)),this.setSchedulePosition(I)}}}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 I=s.findEventIndex(v),U=s.findAssetIndex(w,t);this.advanceAfterAssetEnded(w,I,U-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&&Ks(w)})`);const I=this.waitingItem||this.playingItem,U=this.playingLastItem;if(this.isInterstitial(I)){const ue=I.event,pe=this.playingAsset,xe=pe==null?void 0:pe.identifier,De=xe?this.getAssetPlayer(xe):null;if(De&&xe&&(!this.eventItemsMatch(I,w)||n!==void 0&&xe!==ue.assetList[n].identifier)){var X;const Ne=ue.findAssetIndex(pe);if(this.log(`INTERSTITIAL_ASSET_ENDED ${Ne+1}/${ue.assetList.length} ${Ha(pe)}`),this.endedAsset=pe,this.playingAsset=null,this.hls.trigger(o.INTERSTITIAL_ASSET_ENDED,{asset:pe,assetListIndex:Ne,event:ue,schedule:v.slice(0),scheduleIndex:t,player:De}),I!==this.playingItem){this.itemsMatch(I,this.playingItem)&&!this.playingAsset&&this.advanceAfterAssetEnded(ue,this.findItemIndex(this.playingItem),Ne);return}this.retreiveMediaSource(xe,w),De.media&&!((X=this.detachedData)!=null&&X.mediaSource)&&De.detachMedia()}if(!this.eventItemsMatch(I,w)&&(this.endedItem=I,this.playingItem=null,this.log(`INTERSTITIAL_ENDED ${ue} ${Ks(I)}`),ue.hasPlayed=!0,this.hls.trigger(o.INTERSTITIAL_ENDED,{event:ue,schedule:v.slice(0),scheduleIndex:t}),ue.cue.once)){var V;this.updateSchedule();const Ne=(V=this.schedule)==null?void 0:V.items;if(w&&Ne){const lt=this.findItemIndex(w);this.advanceSchedule(lt,Ne,n,I,U)}return}}this.advanceSchedule(t,v,n,I,U)}advanceSchedule(t,n,s,v,w){const I=this.schedule;if(!I)return;const U=t>=0?n[t]:null,X=this.primaryMedia,V=this.playerQueue;if(V.length&&V.forEach(ue=>{const pe=ue.interstitial,xe=I.findEventIndex(pe.identifier);(xe<t||xe>t+1)&&this.clearInterstitial(pe,U)}),this.isInterstitial(U)){this.timelinePos=Math.min(Math.max(this.timelinePos,U.start),U.end);const ue=U.event;if(s===void 0){s=I.findAssetIndex(ue,this.timelinePos);const Ne=pn(ue,s-1);if(ue.isAssetPastPlayoutLimit(Ne)||ue.appendInPlace&&this.timelinePos===U.end){this.advanceAfterAssetEnded(ue,t,s);return}s=Ne}const pe=this.waitingItem;this.assetsBuffered(U,X)||this.setBufferingItem(U);let xe=this.preloadAssets(ue,s);if(this.eventItemsMatch(U,pe||v)||(this.waitingItem=U,this.log(`INTERSTITIAL_STARTED ${Ks(U)} ${ue.appendInPlace?"append in place":""}`),this.hls.trigger(o.INTERSTITIAL_STARTED,{event:ue,schedule:n.slice(0),scheduleIndex:t})),!ue.assetListLoaded){this.log(`Waiting for ASSET-LIST to complete loading ${ue}`);return}if(ue.assetListLoader&&(ue.assetListLoader.destroy(),ue.assetListLoader=void 0),!X){this.log(`Waiting for attachMedia to start Interstitial ${ue}`);return}this.waitingItem=this.endedItem=null,this.playingItem=U;const De=ue.assetList[s];if(!De){this.advanceAfterAssetEnded(ue,t,s||0);return}if(xe||(xe=this.getAssetPlayer(De.identifier)),xe===null||xe.destroyed){const Ne=ue.assetList.length;this.warn(`asset ${s+1}/${Ne} player destroyed ${ue}`),xe=this.createAssetPlayer(ue,De,s),xe.loadSource()}if(!this.eventItemsMatch(U,this.bufferingItem)&&ue.appendInPlace&&this.isAssetBuffered(De))return;this.startAssetPlayer(xe,s,n,t,X),this.shouldPlay&&Mc(xe.media)}else U!==null?(this.resumePrimary(U,t,v),this.shouldPlay&&Mc(this.hls.media)):w&&this.isInterstitial(v)&&(this.endedItem=null,this.playingItem=v,v.event.appendInPlace||this.attachPrimary(I.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 ${Ks(t)}`),!((v=this.detachedData)!=null&&v.mediaSource)){let U=this.timelinePos;(U<t.start||U>=t.end)&&(U=this.getPrimaryResumption(t,n),this.timelinePos=U),this.attachPrimary(U,t)}if(!s)return;const I=(w=this.schedule)==null?void 0:w.items;I&&(this.log(`INTERSTITIALS_PRIMARY_RESUMED ${Ks(t)}`),this.hls.trigger(o.INTERSTITIALS_PRIMARY_RESUMED,{schedule:I.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:qn.bufferInfo(this.primaryMedia,this.timelinePos,0).end+1>=t.timelineStart+(t.duration||0)}attachPrimary(t,n,s){n?this.setBufferingItem(n):this.bufferingItem=this.playingItem,this.bufferingAsset=null;const v=this.primaryMedia;if(!v)return;const w=this.hls;w.media?this.checkBuffer():(this.transferMediaTo(w,v),s&&this.startLoadingPrimaryAt(t,s)),s||(this.timelinePos=t,this.startLoadingPrimaryAt(t,s))}startLoadingPrimaryAt(t,n){var s;const v=this.hls;!v.loadingEnabled||!v.media||Math.abs((((s=v.mainForwardBufferInfo)==null?void 0:s.start)||v.media.currentTime)-t)>.5?v.startLoad(t,n):v.bufferingEnabled||v.resumeBuffering()}onManifestLoading(){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],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=Zi(n);this.playerQueue.forEach(({hls:v})=>v&&(v.setAudioOption(n)||v.setAudioOption(s)))}onSubtitleTrackSwitch(t,n){const s=Zi(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 I=this.schedule.findEventIndex(w.identifier),U=(s=this.schedule.items)==null?void 0:s[I];this.isInterstitial(U)&&this.eventItemsMatch(U,this.bufferingItem)&&this.bufferedToItem(U,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,I)=>{t.event.isAssetPastPlayoutLimit(I)&&this.clearAssetPlayer(w.identifier,null)});const s=t.end+.25,v=qn.bufferInfo(this.primaryMedia,s,0);(v.end>s||(v.nextStart||0)>s)&&(this.attachPrimary(s,null),this.flushFrontBuffer(s))}}itemsMatch(t,n){return!!n&&(t===n||t.event&&n.event&&this.eventItemsMatch(t,n)||!t.event&&!n.event&&this.findItemIndex(t)===this.findItemIndex(n))}eventItemsMatch(t,n){var s;return!!n&&(t===n||t.event.identifier===((s=n.event)==null?void 0:s.identifier))}findItemIndex(t,n){return t&&this.schedule?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=qn.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 I=this.playingItem,U=this.findItemIndex(I);let X=v.findItemIndexAtTime(t);if(this.bufferedPos<t){var V;const ue=this.findItemIndex(w),pe=Math.min(ue+1,n.length-1),xe=n[pe];if((X===-1&&w&&t>=w.end||(V=xe.event)!=null&&V.appendInPlace&&t+.01>=xe.start)&&(X=pe),this.isInterstitial(w)){const De=w.event;if(pe-U>1&&De.appendInPlace===!1||De.assetList.length===0&&De.assetListLoader)return}if(this.bufferedPos=t,X>ue&&X>U)this.bufferedToItem(xe);else{const De=this.primaryDetails;this.primaryLive&&De&&t>De.edge-De.targetduration&&xe.start<De.edge+this.hls.config.interstitialLiveLookAhead&&this.isInterstitial(xe)&&this.preloadAssets(xe.event,0)}}else s&&I&&!this.itemsMatch(I,w)&&(X===U?this.bufferedToItem(I):X===U+1&&this.bufferedToItem(n[X]))}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 I=this.isInterstitial(t),U=this.getBufferingPlayer();this.bufferingItem=t,this.bufferedPos=Math.max(t.start,Math.min(t.end,this.timelinePos));const X=U?U.remaining:n?n.end-this.timelinePos:0;if(this.log(`INTERSTITIALS_BUFFERED_TO_BOUNDARY ${Ks(t)}`+(n?` (${X.toFixed(2)} remaining)`:"")),!this.playbackDisabled)if(I){const V=s.findAssetIndex(t.event,this.bufferedPos);t.event.assetList.forEach((ue,pe)=>{const xe=this.getAssetPlayer(ue.identifier);xe&&(pe===V&&xe.loadSource(),xe.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 I=this.preloadAssets(s,n);if(I!=null&&I.interstitial.appendInPlace){const U=this.primaryMedia;U&&this.bufferAssetPlayer(I,U)}}}preloadAssets(t,n){const s=t.assetUrl,v=t.assetList.length,w=v===0&&!t.assetListLoader,I=t.cue.once;if(w){const X=t.timelineStart;if(t.appendInPlace){var U;const xe=this.playingItem;!this.isInterstitial(xe)&&(xe==null||(U=xe.nextEvent)==null?void 0:U.identifier)===t.identifier&&this.flushFrontBuffer(X+.25)}let V,ue=0;if(!this.playingItem&&this.primaryLive&&(ue=this.hls.startPosition,ue===-1&&(ue=this.hls.liveSyncPosition||0)),ue&&!(t.cue.pre||t.cue.post)){const xe=ue-X;xe>0&&(V=Math.round(xe*1e3)/1e3)}if(this.log(`Load interstitial asset ${n+1}/${s?1:v} ${t}${V?` live-start: ${ue} start-offset: ${V}`:""}`),s)return this.createAsset(t,0,0,X,t.duration,s);const pe=this.assetListLoader.loadAssetList(t,V);pe&&(t.assetListLoader=pe)}else if(!I&&v){for(let V=n;V<v;V++){const ue=t.assetList[V],pe=this.getAssetPlayerQueueIndex(ue.identifier);(pe===-1||this.playerQueue[pe].destroyed)&&!ue.error&&this.createAssetPlayer(t,ue,V)}const X=t.assetList[n];if(X){const V=this.getAssetPlayer(X.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,I){const U={parentIdentifier:t.identifier,identifier:ve(t,I,n),duration:w,startOffset:s,timelineStart:v,uri:I};return this.createAssetPlayer(t,U,n)}createAssetPlayer(t,n,s){const v=this.hls,w=v.userConfig;let I=w.videoPreference;const U=v.loadLevelObj||v.levels[v.currentLevel];(I||U)&&(I=y({},I),U.videoCodec&&(I.videoCodec=U.videoCodec),U.videoRange&&(I.allowedVideoRanges=[U.videoRange]));const X=v.audioTracks[v.audioTrack],V=v.subtitleTracks[v.subtitleTrack];let ue=0;if(this.primaryLive||t.appendInPlace){const Br=this.timelinePos-n.timelineStart;if(Br>1){const Vr=n.duration;Vr&&Br<Vr&&(ue=Br)}}const pe=n.identifier,xe=b(b({},w),{},{maxMaxBufferLength:Math.min(180,v.config.maxMaxBufferLength),autoStartLoad:!0,startFragPrefetch:!0,primarySessionId:v.sessionId,assetPlayerId:pe,abrEwmaDefaultEstimate:v.bandwidthEstimate,interstitialsController:void 0,startPosition:ue,liveDurationInfinity:!1,testBandwidth:!1,videoPreference:I,audioPreference:X||w.audioPreference,subtitlePreference:V||w.subtitlePreference});t.appendInPlace&&(t.appendInPlaceStarted=!0,n.timelineStart&&(xe.timelineOffset=n.timelineStart));const De=xe.cmcd;De!=null&&De.sessionId&&De.contentId&&(xe.cmcd=y({},De,{contentId:T(n.uri)})),this.getAssetPlayer(pe)&&this.warn(`Duplicate date range identifier ${t} and asset ${pe}`);const Ne=new Ga(this.HlsPlayerClass,xe,t,n);this.playerQueue.push(Ne),t.assetList[s]=n;let lt=!0;const st=Br=>{if(Br.live){var Vr;const rn=new Error(`Interstitials MUST be VOD assets ${t}`),un={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:rn},Gr=((Vr=this.schedule)==null?void 0:Vr.findEventIndex(t.identifier))||-1;this.handleAssetItemError(un,t,Gr,s,rn.message);return}const mn=Br.edge-Br.fragmentStart,Hr=n.duration;(lt||Hr===null||mn>Hr)&&(lt=!1,this.log(`Interstitial asset "${pe}" duration change ${Hr} > ${mn}`),n.duration=mn,this.updateSchedule())};Ne.on(o.LEVEL_UPDATED,(Br,{details:Vr})=>st(Vr)),Ne.on(o.LEVEL_PTS_UPDATED,(Br,{details:Vr})=>st(Vr)),Ne.on(o.EVENT_CUE_ENTER,()=>this.onInterstitialCueEnter());const Ut=(Br,Vr)=>{const mn=this.getAssetPlayer(pe);if(mn&&Vr.tracks){mn.off(o.BUFFER_CODECS,Ut),mn.tracks=Vr.tracks;const Hr=this.primaryMedia;this.bufferingAsset===mn.assetItem&&Hr&&!mn.media&&this.bufferAssetPlayer(mn,Hr)}};Ne.on(o.BUFFER_CODECS,Ut);const dr=()=>{var Br;const Vr=this.getAssetPlayer(pe);if(this.log(`buffered to end of asset ${Vr}`),!Vr||!this.schedule)return;const mn=this.schedule.findEventIndex(t.identifier),Hr=(Br=this.schedule.items)==null?void 0:Br[mn];this.isInterstitial(Hr)&&this.advanceAssetBuffering(Hr,n)};Ne.on(o.BUFFERED_TO_END,dr);const or=Br=>()=>{if(!this.getAssetPlayer(pe)||!this.schedule)return;this.shouldPlay=!0;const mn=this.schedule.findEventIndex(t.identifier);this.advanceAfterAssetEnded(t,mn,Br)};return Ne.once(o.MEDIA_ENDED,or(s)),Ne.once(o.PLAYOUT_LIMIT_REACHED,or(1/0)),Ne.on(o.ERROR,(Br,Vr)=>{if(!this.schedule)return;const mn=this.getAssetPlayer(pe);if(Vr.details===f.BUFFER_STALLED_ERROR){if(mn!=null&&mn.appendInPlace){this.handleInPlaceStall(t);return}this.onTimeupdate(),this.checkBuffer(!0);return}this.handleAssetItemError(Vr,t,this.schedule.findEventIndex(t.identifier),s,`Asset player error ${Vr.error} ${t}`)}),Ne.on(o.DESTROYING,()=>{if(!this.getAssetPlayer(pe)||!this.schedule)return;const Vr=new Error(`Asset player destroyed unexpectedly ${pe}`),mn={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:Vr};this.handleAssetItemError(mn,t,this.schedule.findEventIndex(t.identifier),s,Vr.message)}),this.log(`INTERSTITIAL_ASSET_PLAYER_CREATED ${Ha(n)}`),this.hls.trigger(o.INTERSTITIAL_ASSET_PLAYER_CREATED,{asset:n,assetListIndex:s,event:t,player:Ne}),Ne}clearInterstitial(t,n){t.assetList.forEach(s=>{this.clearAssetPlayer(s.identifier,n)}),t.reset()}resetAssetPlayer(t){const n=this.getAssetPlayerQueueIndex(t);if(n!==-1){this.log(`reset asset player "${t}" after error`);const s=this.playerQueue[n];this.transferMediaFromPlayer(s,null),s.resetDetails()}}clearAssetPlayer(t,n){const s=this.getAssetPlayerQueueIndex(t);if(s!==-1){this.log(`clear asset player "${t}" toSegment: ${n&&Ks(n)}`);const v=this.playerQueue[s];this.transferMediaFromPlayer(v,n),this.playerQueue.splice(s,1),v.destroy()}}emptyPlayerQueue(){let t;for(;t=this.playerQueue.pop();)t.destroy();this.playerQueue=[]}startAssetPlayer(t,n,s,v,w){const{interstitial:I,assetItem:U,assetId:X}=t,V=I.assetList.length,ue=this.playingAsset;this.endedAsset=null,this.playingAsset=U,(!ue||ue.identifier!==X)&&(ue&&(this.clearAssetPlayer(ue.identifier,s[v]),delete ue.error),this.log(`INTERSTITIAL_ASSET_STARTED ${n+1}/${V} ${Ha(U)}`),this.hls.trigger(o.INTERSTITIAL_ASSET_STARTED,{asset:U,assetListIndex:n,event:I,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:I}=t,U=this.schedule.findEventIndex(w.identifier),X=(s=this.schedule.items)==null?void 0:s[U];if(!X)return;t.loadSource(),this.setBufferingItem(X),this.bufferingAsset=I;const V=this.getBufferingPlayer();if(V===t)return;const ue=w.appendInPlace;if(ue&&(V==null?void 0:V.interstitial.appendInPlace)===!1)return;const pe=(V==null?void 0:V.tracks)||((v=this.detachedData)==null?void 0:v.tracks)||this.requiredTracks;if(ue&&I!==this.playingAsset){if(!t.tracks){this.log(`Waiting for track info before buffering ${t}`);return}if(pe&&!oe(pe,t.tracks)){const xe=new Error(`Asset ${Ha(I)} SourceBuffer tracks ('${Object.keys(t.tracks)}') are not compatible with primary content tracks ('${Object.keys(pe)}')`),De={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:xe},Ne=w.findAssetIndex(I);this.handleAssetItemError(De,w,U,Ne,xe.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),I=t.assetList[w];if(I){const U=this.getAssetPlayer(I.identifier);if(U){const X=U.currentTime||v-I.timelineStart,V=U.duration-X;if(this.warn(`Stalled at ${X} of ${X+V} in ${U} ${t} (media.currentTime: ${v})`),X&&(V/s.playbackRate<.5||U.bufferedInPlaceToEnd(s))&&U.hls){const ue=n.findEventIndex(t.identifier);this.advanceAfterAssetEnded(t,ue,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 I=n.assetList[v]||null;if(this.warn(`INTERSTITIAL_ASSET_ERROR ${I&&Ha(I)} ${t.error}`),!this.schedule)return;const U=(I==null?void 0:I.identifier)||"",X=this.getAssetPlayerQueueIndex(U),V=this.playerQueue[X]||null,ue=this.schedule.items,pe=y({},t,{fatal:!1,errorAction:sr(!0),asset:I,assetListIndex:v,event:n,schedule:ue,scheduleIndex:s,player:V});if(this.hls.trigger(o.INTERSTITIAL_ASSET_ERROR,pe),!t.fatal)return;const xe=this.playingAsset,De=this.bufferingAsset,Ne=new Error(w);if(I&&(this.clearAssetPlayer(U,null),I.error=Ne),!n.assetList.some(lt=>!lt.error))n.error=Ne;else for(let lt=v;lt<n.assetList.length;lt++)this.resetAssetPlayer(n.assetList[lt].identifier);this.updateSchedule(!0),n.error?this.primaryFallback(n):xe&&xe.identifier===U?this.advanceAfterAssetEnded(n,s,v):De&&De.identifier===U&&this.isInterstitial(this.bufferingItem)&&this.advanceAssetBuffering(this.bufferingItem,De)}primaryFallback(t){const n=t.timelineStart,s=this.effectivePlayingItem;if(s){this.log(`Fallback to primary from event "${t.identifier}" start: ${n} pos: ${this.timelinePos} playing: ${Ks(s)} error: ${t.error}`);let v=this.timelinePos;v===-1&&(v=this.hls.startPosition);const w=this.updateItem(s,v);if(this.itemsMatch(s,w)&&this.clearInterstitial(t,null),t.appendInPlace&&(this.attachPrimary(n,null),this.flushFrontBuffer(n)),!this.schedule)return;const I=this.schedule.findItemIndexAtTime(v);this.setSchedulePosition(I)}else this.checkStart()}onAssetListLoaded(t,n){var s,v;const w=n.event,I=w.identifier,U=n.assetListResponse.ASSETS;if(!((s=this.schedule)!=null&&s.hasEvent(I)))return;const X=w.timelineStart,V=w.duration;let ue=0;U.forEach((lt,st)=>{const Ut=parseFloat(lt.DURATION);this.createAsset(w,st,ue,X+ue,Ut,lt.URI),ue+=Ut}),w.duration=ue,this.log(`Loaded asset-list with duration: ${ue} (was: ${V}) ${w}`);const pe=this.waitingItem,xe=(pe==null?void 0:pe.event.identifier)===I;this.updateSchedule();const De=(v=this.bufferingItem)==null?void 0:v.event;if(xe){var Ne;const lt=this.schedule.findEventIndex(I),st=(Ne=this.schedule.items)==null?void 0:Ne[lt];if(st){if(!this.playingItem&&this.timelinePos>st.end&&this.schedule.findItemIndexAtTime(this.timelinePos)!==lt){w.error=new Error(`Interstitial no longer within playback range ${this.timelinePos} ${w}`),this.updateSchedule(!0),this.primaryFallback(w);return}this.setBufferingItem(st)}this.setSchedulePosition(lt)}else if((De==null?void 0:De.identifier)===I){const lt=w.assetList[0];if(lt){const st=this.getAssetPlayer(lt.identifier);if(De.appendInPlace){const Ut=this.primaryMedia;st&&Ut&&this.bufferAssetPlayer(st,Ut)}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 _c=500;class rf extends ia{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=er.IDLE,this.setInterval(_c),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)||(Te(s)&&(this.fragPrevious=s),this.state=er.IDLE),!v)return;const w=this.tracksBuffered[this.currentTrackId];if(!w)return;let I;const U=s.start;for(let V=0;V<w.length;V++)if(U>=w[V].start&&U<=w[V].end){I=w[V];break}const X=s.start+s.duration;I?I.end=X:(I={start:U,end:X},w.push(I)),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(I=>{for(let U=0;U<I.length;){if(I[U].end<=w){I.shift();continue}else if(I[U].start<w)I[U].start=w;else break;U++}}),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!==er.STOPPED&&(this.state=er.IDLE))}onSubtitleTracksUpdated(t,{subtitleTracks:n}){if(this.levels&&Nl(this.levels,n)){this.levels=n.map(s=>new Dr(s));return}this.tracksBuffered=[],this.levels=n.map(s=>{const v=new Dr(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!==er.STOPPED&&this.setInterval(_c)}onSubtitleTrackLoaded(t,n){var s;const{currentTrackId:v,levels:w}=this,{details:I,id:U}=n;if(!w){this.warn(`Subtitle tracks were reset while loading level ${U}`);return}const X=w[U];if(U>=w.length||!X)return;this.log(`Subtitle track ${U} loaded [${I.startSN},${I.endSN}]${I.lastPartSn?`[part-${I.lastPartSn}-${I.lastPartIndex}]`:""},duration:${I.totalduration}`),this.mediaBuffer=this.mediaBufferTimeRanges;let V=0;if(I.live||(s=X.details)!=null&&s.live){if(I.deltaUpdateFailed)return;const pe=this.mainDetails;if(!pe){this.startFragRequested=!1;return}const xe=pe.fragments[0];if(!X.details)I.hasProgramDateTime&&pe.hasProgramDateTime?(Oi(I,pe),V=I.fragmentStart):xe&&(V=xe.start,Rn(I,V));else{var ue;V=this.alignPlaylists(I,X.details,(ue=this.levelLastLoaded)==null?void 0:ue.details),V===0&&xe&&(V=xe.start,Rn(I,V))}pe&&!this.startFragRequested&&this.setStartPosition(pe,V)}X.details=I,this.levelLastLoaded=X,U===v&&(this.hls.trigger(o.SUBTITLE_TRACK_UPDATED,{details:I,id:U,groupId:n.groupId}),this.tick(),I.live&&!this.fragCurrent&&this.media&&this.state===er.IDLE&&(On(null,I.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),X.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&&Wi(v.method)){const I=performance.now();this.decrypter.decrypt(new Uint8Array(s),v.key.buffer,v.iv.buffer,Xa(v.method)).catch(U=>{throw w.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_DECRYPT_ERROR,fatal:!1,error:U,reason:U.message,frag:n}),U}).then(U=>{const X=performance.now();w.trigger(o.FRAG_DECRYPTED,{frag:n,payload:U,stats:{tstart:I,tdecrypt:X}})}).catch(U=>{this.warn(`${U.name}: ${U.message}`),this.state=er.IDLE})}}doTick(){if(!this.media){this.state=er.IDLE;return}if(this.state===er.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(),I=qn.bufferedInfo(this.tracksBuffered[this.currentTrackId]||[],w,v.maxBufferHole),{end:U,len:X}=I,V=s.details,ue=this.hls.maxBufferLength+V.levelTargetDuration;if(X>ue)return;const pe=V.fragments,xe=pe.length,De=V.edge;let Ne=null;const lt=this.fragPrevious;if(U<De){const dr=v.maxFragLookUpTolerance,or=U>De-dr?0:dr;Ne=On(lt,pe,Math.max(pe[0].start,U),or),!Ne&&lt&&lt.start<pe[0].start&&(Ne=pe[0])}else Ne=pe[xe-1];if(Ne=this.filterReplacedPrimary(Ne,s.details),!Ne)return;const st=Ne.sn-V.startSN,Ut=pe[st-1];if(Ut&&Ut.cc===Ne.cc&&this.fragmentTracker.getState(Ut)===xr.NOT_LOADED&&(Ne=Ut),this.fragmentTracker.getState(Ne)===xr.NOT_LOADED){const dr=this.mapToInitFragWhenRequired(Ne);dr&&this.loadFragment(dr,s,U)}}}loadFragment(t,n,s){Te(t)?super.loadFragment(t,n,s):this._loadInitSegment(t,n)}get mediaBufferTimeRanges(){return new Ol(this.tracksBuffered[this.currentTrackId]||[])}}class Ol{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 Bi={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},Xl=k=>String.fromCharCode(Bi[k]||k),Cu=15,so=100,Eo={17:1,18:3,21:5,22:7,23:9,16:11,19:12,20:14},bs={17:2,18:4,21:6,22:8,23:10,19:13,20:15},Dl={25:1,26:3,29:5,30:7,31:9,24:11,27:12,28:14},Ql={25:2,26:4,29:6,30:8,31:10,27:13,28:15},Fc=["white","green","blue","cyan","red","yellow","magenta","black","transparent"];class kl{constructor(){this.time=null,this.verboseLevel=0}log(t,n){if(this.verboseLevel>=t){const s=typeof n=="function"?n():n;W.log(`${this.time} [${t}] ${s}`)}}}const Ru=function(t){const n=[];for(let s=0;s<t.length;s++)n.push(t[s].toString(16));return n};class nf{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 af{constructor(){this.uchar=" ",this.penState=new nf}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 Rl{constructor(t){this.chars=[],this.pos=0,this.currPenState=new nf,this.cueStartTime=null,this.logger=void 0;for(let n=0;n<so;n++)this.chars.push(new af);this.logger=t}equals(t){for(let n=0;n<so;n++)if(!this.chars[n].equals(t.chars[n]))return!1;return!0}copy(t){for(let n=0;n<so;n++)this.chars[n].copy(t.chars[n])}isEmpty(){let t=!0;for(let n=0;n<so;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>so&&(this.logger.log(3,"Too large cursor position "+this.pos),this.pos=so)}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=Xl(t);if(this.pos>=so){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<so;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<so;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 Bc{constructor(t){this.rows=[],this.currRow=Cu-1,this.nrRollUpRows=null,this.lastOutputScreen=null,this.logger=void 0;for(let n=0;n<Cu;n++)this.rows.push(new Rl(t));this.logger=t}reset(){for(let t=0;t<Cu;t++)this.rows[t].clear();this.currRow=Cu-1}equals(t){let n=!0;for(let s=0;s<Cu;s++)if(!this.rows[s].equals(t.rows[s])){n=!1;break}return n}copy(t){for(let n=0;n<Cu;n++)this.rows[n].copy(t.rows[n])}isEmpty(){let t=!0;for(let n=0;n<Cu;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 = "+Tn(t));let n=t.row-1;if(this.nrRollUpRows&&n<this.nrRollUpRows-1&&(n=this.nrRollUpRows-1),this.nrRollUpRows&&this.currRow!==n){for(let U=0;U<Cu;U++)this.rows[U].clear();const w=this.currRow+1-this.nrRollUpRows,I=this.lastOutputScreen;if(I){const U=I.rows[w].cueStartTime,X=this.logger.time;if(U!==null&&X!==null&&U<X)for(let V=0;V<this.nrRollUpRows;V++)this.rows[n-this.nrRollUpRows+V+1].copy(I.rows[w+V])}}this.currRow=n;const s=this.rows[this.currRow];if(t.indent!==null){const w=t.indent,I=Math.max(w-1,0);s.setCursor(t.indent),t.color=s.chars[I].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 = "+Tn(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<Cu;w++){const I=this.rows[w].getTextString();I&&(v=w+1,t?n.push("Row "+v+": '"+I+"'"):n.push(I.trim()))}return n.length>0&&(t?s="["+n.join(" | ")+"]":s=n.join(`
`)),s}getTextAndFormat(){return this.rows}}class gc{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 Bc(s),this.nonDisplayedMemory=new Bc(s),this.lastOutputScreen=new Bc(s),this.currRollUpRow=this.displayedMemory.rows[Cu-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[Cu-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: "+Tn(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 sf{constructor(t,n,s){this.channels=void 0,this.currentChannel=0,this.cmdHistory=ql(),this.logger=void 0;const v=this.logger=new kl;this.channels=[null,new gc(t,n,v),new gc(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 I=!1,U=null;if(v===0&&w===0)continue;this.logger.log(3,()=>"["+Ru([n[s],n[s+1]])+"] -> ("+Ru([v,w])+")");const X=this.cmdHistory;if(v>=16&&v<=31){if(xl(v,w,X)){vu(null,null,X),this.logger.log(3,()=>"Repeated command ("+Ru([v,w])+") is dropped");continue}vu(v,w,this.cmdHistory),I=this.parseCmd(v,w),I||(I=this.parseMidrow(v,w)),I||(I=this.parsePAC(v,w)),I||(I=this.parseBackgroundAttributes(v,w))}else vu(null,null,X);if(!I&&(U=this.parseChars(v,w),U)){const ue=this.currentChannel;ue&&ue>0?this.channels[ue].insertChars(U):this.logger.log(2,"No channel found yet. TEXT-MODE?")}!I&&!U&&this.logger.log(2,()=>"Couldn't parse cleaned data "+Ru([v,w])+" orig: "+Ru([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,I=this.channels[w];return t===20||t===21||t===28||t===29?n===32?I.ccRCL():n===33?I.ccBS():n===34?I.ccAOF():n===35?I.ccAON():n===36?I.ccDER():n===37?I.ccRU(2):n===38?I.ccRU(3):n===39?I.ccRU(4):n===40?I.ccFON():n===41?I.ccRDC():n===42?I.ccTR():n===43?I.ccRTD():n===44?I.ccEDM():n===45?I.ccCR():n===46?I.ccENM():n===47&&I.ccEOC():I.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 ("+Ru([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 I=t<=23?1:2;n>=64&&n<=95?s=I===1?Eo[t]:Dl[t]:s=I===1?bs[t]:Ql[t];const U=this.channels[I];return U?(U.setPAC(this.interpretPAC(s,n)),this.currentChannel=I,!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 I;w===17?I=n+80:w===18?I=n+112:I=n+144,this.logger.log(2,()=>"Special char '"+Xl(I)+"' in channel "+s),v=[I]}else t>=32&&t<=127&&(v=n===0?[t]:[t,n]);return v&&this.logger.log(3,()=>"Char codes = "+Ru(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 I={};t===16||t===24?(w=Math.floor((n-32)/2),I.background=Fc[w],n%2===1&&(I.background=I.background+"_semi")):n===45?I.background="transparent":(I.foreground="black",n===47&&(I.underline=!0));const U=t<=23?1:2;return this.channels[U].setBkgData(I),!0}reset(){for(let t=0;t<Object.keys(this.channels).length;t++){const n=this.channels[t];n&&n.reset()}vu(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 vu(k,t,n){n.a=k,n.b=t}function xl(k,t,n){return n.a===k&&n.b===t}function ql(){return{a:null,b:null}}var Jl=function(){if(Yo!=null&&Yo.VTTCue)return self.VTTCue;const k=["","lr","rl"],t=["start","middle","end","left","right"];function n(U,X){if(typeof X!="string"||!Array.isArray(U))return!1;const V=X.toLowerCase();return~U.indexOf(V)?V:!1}function s(U){return n(k,U)}function v(U){return n(t,U)}function w(U,...X){let V=1;for(;V<arguments.length;V++){const ue=arguments[V];for(const pe in ue)U[pe]=ue[pe]}return U}function I(U,X,V){const ue=this,pe={enumerable:!0};ue.hasBeenReset=!1;let xe="",De=!1,Ne=U,lt=X,st=V,Ut=null,dr="",or=!0,Br="auto",Vr="start",mn=50,Hr="middle",rn=50,un="middle";Object.defineProperty(ue,"id",w({},pe,{get:function(){return xe},set:function(Gr){xe=""+Gr}})),Object.defineProperty(ue,"pauseOnExit",w({},pe,{get:function(){return De},set:function(Gr){De=!!Gr}})),Object.defineProperty(ue,"startTime",w({},pe,{get:function(){return Ne},set:function(Gr){if(typeof Gr!="number")throw new TypeError("Start time must be set to a number.");Ne=Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"endTime",w({},pe,{get:function(){return lt},set:function(Gr){if(typeof Gr!="number")throw new TypeError("End time must be set to a number.");lt=Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"text",w({},pe,{get:function(){return st},set:function(Gr){st=""+Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"region",w({},pe,{get:function(){return Ut},set:function(Gr){Ut=Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"vertical",w({},pe,{get:function(){return dr},set:function(Gr){const wn=s(Gr);if(wn===!1)throw new SyntaxError("An invalid or illegal string was specified.");dr=wn,this.hasBeenReset=!0}})),Object.defineProperty(ue,"snapToLines",w({},pe,{get:function(){return or},set:function(Gr){or=!!Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"line",w({},pe,{get:function(){return Br},set:function(Gr){if(typeof Gr!="number"&&Gr!=="auto")throw new SyntaxError("An invalid number or illegal string was specified.");Br=Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"lineAlign",w({},pe,{get:function(){return Vr},set:function(Gr){const wn=v(Gr);if(!wn)throw new SyntaxError("An invalid or illegal string was specified.");Vr=wn,this.hasBeenReset=!0}})),Object.defineProperty(ue,"position",w({},pe,{get:function(){return mn},set:function(Gr){if(Gr<0||Gr>100)throw new Error("Position must be between 0 and 100.");mn=Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"positionAlign",w({},pe,{get:function(){return Hr},set:function(Gr){const wn=v(Gr);if(!wn)throw new SyntaxError("An invalid or illegal string was specified.");Hr=wn,this.hasBeenReset=!0}})),Object.defineProperty(ue,"size",w({},pe,{get:function(){return rn},set:function(Gr){if(Gr<0||Gr>100)throw new Error("Size must be between 0 and 100.");rn=Gr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"align",w({},pe,{get:function(){return un},set:function(Gr){const wn=v(Gr);if(!wn)throw new SyntaxError("An invalid or illegal string was specified.");un=wn,this.hasBeenReset=!0}})),ue.displayState=void 0}return I.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},I}();class Qu{decode(t,n){if(!t)return"";if(typeof t!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))}}function yc(k){function t(s,v,w,I){return(s|0)*3600+(v|0)*60+(w|0)+parseFloat(I||0)}const n=k.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 ec{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 Ln(k,t,n,s){const v=s?k.split(s):[k];for(const w in v){if(typeof v[w]!="string")continue;const I=v[w].split(n);if(I.length!==2)continue;const U=I[0],X=I[1];t(U,X)}}const ei=new Jl(0,0,""),ji=ei.align==="middle"?"middle":"center";function Na(k,t,n){const s=k;function v(){const U=yc(k);if(U===null)throw new Error("Malformed timestamp: "+s);return k=k.replace(/^[^\sa-zA-Z-]+/,""),U}function w(U,X){const V=new ec;Ln(U,function(xe,De){let Ne;switch(xe){case"region":for(let lt=n.length-1;lt>=0;lt--)if(n[lt].id===De){V.set(xe,n[lt].region);break}break;case"vertical":V.alt(xe,De,["rl","lr"]);break;case"line":Ne=De.split(","),V.integer(xe,Ne[0]),V.percent(xe,Ne[0])&&V.set("snapToLines",!1),V.alt(xe,Ne[0],["auto"]),Ne.length===2&&V.alt("lineAlign",Ne[1],["start",ji,"end"]);break;case"position":Ne=De.split(","),V.percent(xe,Ne[0]),Ne.length===2&&V.alt("positionAlign",Ne[1],["start",ji,"end","line-left","line-right","auto"]);break;case"size":V.percent(xe,De);break;case"align":V.alt(xe,De,["start",ji,"end","left","right"]);break}},/:/,/\s/),X.region=V.get("region",null),X.vertical=V.get("vertical","");let ue=V.get("line","auto");ue==="auto"&&ei.line===-1&&(ue=-1),X.line=ue,X.lineAlign=V.get("lineAlign","start"),X.snapToLines=V.get("snapToLines",!0),X.size=V.get("size",100),X.align=V.get("align",ji);let pe=V.get("position","auto");pe==="auto"&&ei.position===50&&(pe=X.align==="start"||X.align==="left"?0:X.align==="end"||X.align==="right"?100:50),X.position=pe}function I(){k=k.replace(/^\s+/,"")}if(I(),t.startTime=v(),I(),k.slice(0,3)!=="-->")throw new Error("Malformed time stamp (time stamps must be separated by '-->'): "+s);k=k.slice(3),I(),t.endTime=v(),I(),w(k,t)}function ra(k){return k.replace(/<br(?: \/)?>/gi,`
`)}class Ea{constructor(){this.state="INITIAL",this.buffer="",this.decoder=new Qu,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,I=0;for(w=ra(w);I<w.length&&w[I]!=="\r"&&w[I]!==`
`;)++I;const U=w.slice(0,I);return w[I]==="\r"&&++I,w[I]===`
`&&++I,n.buffer=w.slice(I),U}function v(w){Ln(w,function(I,U){},/:/)}try{let w="";if(n.state==="INITIAL"){if(!/\r\n|\n/.test(n.buffer))return this;w=s();const U=w.match(/^()?WEBVTT([ \t].*)?$/);if(!(U!=null&&U[0]))throw new Error("Malformed WebVTT signature.");n.state="HEADER"}let I=!1;for(;n.buffer;){if(!/\r\n|\n/.test(n.buffer))return this;switch(I?I=!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 Jl(0,0,""),n.state="CUE",w.indexOf("-->")===-1){n.cue.id=w;continue}case"CUE":if(!n.cue){n.state="BADCUE";continue}try{Na(w,n.cue,n.regionList)}catch(U){n.cue=null,n.state="BADCUE";continue}n.state="CUETEXT";continue;case"CUETEXT":{const U=w.indexOf("-->")!==-1;if(!w||U&&(I=!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 Oa=/\r\n|\n\r|\n|\r/g,As=function(t,n,s=0){return t.slice(s,s+n.length)===n},aa=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 Cs(k,t,n){return T(k.toString())+T(t.toString())+T(n)}const pl=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(;(I=w)!=null&&I.new;){var I;t.ccOffset+=v.start-w.start,v.new=!1,v=w,w=t[v.prevCC]}t.presentationOffset=s};function ml(k,t,n,s,v,w,I){const U=new Ea,X=q(new Uint8Array(k)).trim().replace(Oa,`
`).split(`
`),V=[],ue=t?Jn(t.baseTime,t.timescale):0;let pe="00:00.000",xe=0,De=0,Ne,lt=!0;U.oncue=function(st){const Ut=n[s];let dr=n.ccOffset;const or=(xe-ue)/9e4;if(Ut!=null&&Ut.new&&(De!==void 0?dr=n.ccOffset=Ut.start:pl(n,s,or)),or){if(!t){Ne=new Error("Missing initPTS for VTT MPEGTS");return}dr=or-n.presentationOffset}const Br=st.endTime-st.startTime,Vr=la((st.startTime+dr-De)*9e4,v*9e4)/9e4;st.startTime=Math.max(Vr,0),st.endTime=Math.max(Vr+Br,0);const mn=st.text.trim();st.text=decodeURIComponent(encodeURIComponent(mn)),st.id||(st.id=Cs(st.startTime,st.endTime,mn)),st.endTime>0&&V.push(st)},U.onparsingerror=function(st){Ne=st},U.onflush=function(){if(Ne){I(Ne);return}w(V)},X.forEach(st=>{if(lt)if(As(st,"X-TIMESTAMP-MAP=")){lt=!1,st.slice(16).split(",").forEach(Ut=>{As(Ut,"LOCAL:")?pe=Ut.slice(6):As(Ut,"MPEGTS:")&&(xe=parseInt(Ut.slice(7)))});try{De=aa(pe)/1e3}catch(Ut){Ne=Ut}return}else st===""&&(lt=!1);U.parse(st+`
`)}),U.flush()}const il="stpp.ttml.im1t",vl=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,wl=/^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/,Vf={left:"start",center:"center",right:"end",start:"start",end:"end"};function kf(k,t,n,s){const v=_t(new Uint8Array(k),["mdat"]);if(v.length===0){s(new Error("Could not parse IMSC1 mdat"));return}const w=v.map(U=>q(U)),I=An(t.baseTime,1,t.timescale);try{w.forEach(U=>n(tc(U,I)))}catch(U){s(U)}}function tc(k,t){const v=new DOMParser().parseFromString(k,"text/xml").getElementsByTagName("tt")[0];if(!v)throw new Error("Invalid ttml");const w={frameRate:30,subFrameRate:1,frameRateMultiplier:0,tickRate:0},I=Object.keys(w).reduce((pe,xe)=>(pe[xe]=v.getAttribute(`ttp:${xe}`)||w[xe],pe),{}),U=v.getAttribute("xml:space")!=="preserve",X=Nc(Ef(v,"styling","style")),V=Nc(Ef(v,"layout","region")),ue=Ef(v,"body","[begin]");return[].map.call(ue,pe=>{const xe=of(pe,U);if(!xe||!pe.hasAttribute("begin"))return null;const De=qu(pe.getAttribute("begin"),I),Ne=qu(pe.getAttribute("dur"),I);let lt=qu(pe.getAttribute("end"),I);if(De===null)throw Wf(pe);if(lt===null){if(Ne===null)throw Wf(pe);lt=De+Ne}const st=new Jl(De-t,lt-t,xe);st.id=Cs(st.startTime,st.endTime,st.text);const Ut=V[pe.getAttribute("region")],dr=X[pe.getAttribute("style")],or=Rf(Ut,dr,X),{textAlign:Br}=or;if(Br){const Vr=Vf[Br];Vr&&(st.lineAlign=Vr),st.align=Br}return y(st,or),st}).filter(pe=>pe!==null)}function Ef(k,t,n){const s=k.getElementsByTagName(t)[0];return s?[].slice.call(s.querySelectorAll(n)):[]}function Nc(k){return k.reduce((t,n)=>{const s=n.getAttribute("xml:id");return s&&(t[s]=n),t},{})}function of(k,t){return[].slice.call(k.childNodes).reduce((n,s,v)=>{var w;return s.nodeName==="br"&&v?n+`
`:(w=s.childNodes)!=null&&w.length?of(s,t):t?n+s.textContent.trim().replace(/\s+/g," "):n+s.textContent},"")}function Rf(k,t,n){const s="http://www.w3.org/ns/ttml#styling";let v=null;const w=["displayAlign","textAlign","color","backgroundColor","fontSize","fontFamily"],I=k!=null&&k.hasAttribute("style")?k.getAttribute("style"):null;return I&&n.hasOwnProperty(I)&&(v=n[I]),w.reduce((U,X)=>{const V=al(t,s,X)||al(k,s,X)||al(v,s,X);return V&&(U[X]=V),U},{})}function al(k,t,n){return k&&k.hasAttributeNS(t,n)?k.getAttributeNS(t,n):null}function Wf(k){return new Error(`Could not parse ttml timestamp ${k}`)}function qu(k,t){if(!k)return null;let n=yc(k);return n===null&&(vl.test(k)?n=uf(k,t):wl.test(k)&&(n=Lf(k,t))),n}function uf(k,t){const n=vl.exec(k),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 Lf(k,t){const n=wl.exec(k),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 Go{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 Sf{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=fu(),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 Go(this,"textTrack1"),n=new Go(this,"textTrack2"),s=new Go(this,"textTrack3"),v=new Go(this,"textTrack4");this.cea608Parser1=new sf(1,t,n),this.cea608Parser2=new sf(3,s,v)}addCues(t,n,s,v,w){let I=!1;for(let U=w.length;U--;){const X=w[U],V=jc(X[0],X[1],n,s);if(V>=0&&(X[0]=Math.min(X[0],n),X[1]=Math.max(X[1],s),I=!0,V/(s-n)>.5))return}if(I||w.push([n,s]),this.config.renderTextTracksNatively){const U=this.captionsTracks[t];this.Cues.newCue(U,n,s,v)}else{const U=this.Cues.newCue(null,n,s,v);this.hls.trigger(o.CUES_PARSED,{type:"captions",cues:U,track:t})}}onInitPtsFound(t,{frag:n,id:s,initPTS:v,timescale:w,trackId:I}){const{unparsedVttFrags:U}=this;s===u.MAIN&&(this.initPTS[n.cc]={baseTime:v,timescale:w,trackId:I}),U.length&&(this.unparsedVttFrags=[],U.forEach(X=>{this.initPTS[X.frag.cc]?this.onFragLoaded(o.FRAG_LOADED,X):this.hls.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:X.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(_l(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:I}=n[t],U=this.getExistingTrack(w,I);if(U)s[t]=U,bl(s[t]),Il(s[t],v);else{const X=this.createTextTrack("captions",w,I);X&&(X[t]=!0,s[t]=X)}}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=>{bl(v[w]),delete v[w]}),this.nonNativeCaptionsTracks={}}onManifestLoading(){this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=fu(),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++)bl(n[s])}onSubtitleTracksUpdated(t,n){const s=n.subtitleTracks||[],v=s.some(w=>w.textCodec===il);if(this.config.enableWebVTT||v&&this.config.enableIMSC1){if(Nl(this.tracks,s)){this.tracks=s;return}if(this.textTracks=[],this.tracks=s,this.config.renderTextTracksNatively){const I=this.media,U=I?Yl(I.textTracks):null;if(this.tracks.forEach((X,V)=>{let ue;if(U){let pe=null;for(let xe=0;xe<U.length;xe++)if(U[xe]&&_l(U[xe],X)){pe=U[xe],U[xe]=null;break}pe&&(ue=pe)}if(ue)bl(ue);else{const pe=Af(X);ue=this.createTextTrack(pe,X.name,X.lang),ue&&(ue.mode="disabled")}ue&&this.textTracks.push(ue)}),U!=null&&U.length){const X=U.filter(V=>V!==null).map(V=>V.label);X.length&&this.hls.logger.warn(`Media element contains unused subtitle tracks: ${X.join(", ")}. Replace media element for each source to clear TextTracks and captions menu.`)}}else if(this.tracks.length){const I=this.tracks.map(U=>({label:U.name,kind:U.type.toLowerCase(),default:U.default,subtitleTrack:U}));this.hls.trigger(o.NON_NATIVE_TEXT_TRACKS_FOUND,{tracks:I})}}}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]}`,I=this.captionsProperties[w];I&&(I.label=s.name,s.lang&&(I.languageCode=s.lang),I.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:I,lastSn:U}=this,{cc:X,sn:V}=n.frag,ue=(s=(v=n.part)==null?void 0:v.index)!=null?s:-1;w&&I&&(V!==U+1||V===U&&ue!==this.lastPartIndex+1||X!==this.lastCc)&&(w.reset(),I.reset()),this.lastCc=X,this.lastSn=V,this.lastPartIndex=ue}}onFragLoaded(t,n){const{frag:s,payload:v}=n;if(s.type===u.SUBTITLE)if(v.byteLength){const w=s.decryptdata,I="stats"in n;if(w==null||!w.encrypted||I){const U=this.tracks[s.level],X=this.vttCCs;X[s.cc]||(X[s.cc]={start:s.start,prevCC:this.prevCC,new:!0},this.prevCC=s.cc),U&&U.textCodec===il?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;kf(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:I}=this,U=w.length-1;if(!w[s.cc]&&U===-1){I.push(t);return}const X=this.hls,V=(n=s.initSegment)!=null&&n.data?Me(s.initSegment.data,new Uint8Array(v)).buffer:v;ml(V,this.initPTS[s.cc],this.vttCCs,s.cc,s.start,ue=>{this._appendCues(ue,s.level),X.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:s})},ue=>{const pe=ue.message==="Missing initPTS for VTT MPEGTS";pe?I.push(t):this._fallbackToIMSC1(s,v),X.logger.log(`Failed to parse VTT cue: ${ue}`),!(pe&&U>s.cc)&&X.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:ue})})}_fallbackToIMSC1(t,n){const s=this.tracks[t.level];s.textCodec||kf(n,this.initPTS[t.cc],()=>{s.textCodec=il,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=>ef(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 I=v[w].bytes;if(I){this.cea608Parser1||this.initCea608Parsers();const U=this.extractCea608Data(I);this.cea608Parser1.addData(v[w].pts,U[0]),this.cea608Parser2.addData(v[w].pts,U[1])}}}onBufferFlushing(t,{startOffset:n,endOffset:s,endOffsetSubtitles:v,type:w}){const{media:I}=this;if(!(!I||I.currentTime<s)){if(!w||w==="video"){const{captionsTracks:U}=this;Object.keys(U).forEach(X=>zu(U[X],n,s))}if(this.config.renderTextTracksNatively&&n===0&&v!==void 0){const{textTracks:U}=this;Object.keys(U).forEach(X=>zu(U[X],n,v))}}}extractCea608Data(t){const n=[[],[]],s=t[0]&31;let v=2;for(let w=0;w<s;w++){const I=t[v++],U=127&t[v++],X=127&t[v++];if(U===0&&X===0)continue;if((4&I)!==0){const ue=3&I;(ue===0||ue===1)&&(n[ue].push(U),n[ue].push(X))}}return n}}function Af(k){return k.characteristics&&/transcribes-spoken-dialog/gi.test(k.characteristics)&&/describes-music-and-sound/gi.test(k.characteristics)?"captions":"subtitles"}function _l(k,t){return!!k&&k.kind===Af(t)&&iu(t,k)}function jc(k,t,n,s){return Math.min(t,s)-Math.max(k,n)}function fu(){return{ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}}}const Mf=/\s/,Ff={newCue(k,t,n,s){const v=[];let w,I,U,X,V;const ue=self.VTTCue||self.TextTrackCue;for(let xe=0;xe<s.rows.length;xe++)if(w=s.rows[xe],U=!0,X=0,V="",!w.isEmpty()){var pe;for(let lt=0;lt<w.chars.length;lt++)Mf.test(w.chars[lt].uchar)&&U?X++:(V+=w.chars[lt].uchar,U=!1);w.cueStartTime=t,t===n&&(n+=1e-4),X>=16?X--:X++;const De=ra(V.trim()),Ne=Cs(t,n,De);k!=null&&(pe=k.cues)!=null&&pe.getCueById(Ne)||(I=new ue(t,n,De),I.id=Ne,I.line=xe+1,I.align="left",I.position=10+Math.min(80,Math.floor(X*8/32)*10),v.push(I))}return k&&v.length&&(v.sort((xe,De)=>xe.line==="auto"||De.line==="auto"?0:xe.line>8&&De.line>8?De.line-xe.line:xe.line-De.line),v.forEach(xe=>ef(k,xe))),v}};function lf(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(k){}return!1}const cf=/(\d+)-(\d+)\/(\d+)/;class Cf{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||Bf,this.controller=new self.AbortController,this.stats=new j}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=Tf(t,this.controller.signal),I=t.responseType==="arraybuffer",U=I?"byteLength":"length",{maxTimeToFirstByteMs:X,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=X&&r(X)?X:V,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(v,t,this.response))},n.timeout),(wu(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then(pe=>{var xe;this.response=this.loader=pe;const De=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-(De-v.loading.start)),!pe.ok){const{status:lt,statusText:st}=pe;throw new nd(st||"fetch, bad network response",lt,pe)}v.loading.first=De,v.total=qf(pe.headers)||v.total;const Ne=(xe=this.callbacks)==null?void 0:xe.onProgress;return Ne&&r(n.highWaterMark)?this.loadProgressively(pe,v,t,n.highWaterMark,Ne):I?pe.arrayBuffer():t.responseType==="json"?pe.json():pe.text()}).then(pe=>{var xe,De;const Ne=this.response;if(!Ne)throw new Error("loader destroyed");self.clearTimeout(this.requestTimeout),v.loading.end=Math.max(self.performance.now(),v.loading.first);const lt=pe[U];lt&&(v.loaded=v.total=lt);const st={url:Ne.url,data:pe,code:Ne.status},Ut=(xe=this.callbacks)==null?void 0:xe.onProgress;Ut&&!r(n.highWaterMark)&&Ut(v,t,pe,Ne),(De=this.callbacks)==null||De.onSuccess(st,v,t,Ne)}).catch(pe=>{var xe;if(self.clearTimeout(this.requestTimeout),v.aborted)return;const De=pe&&pe.code||0,Ne=pe?pe.message:null;(xe=this.callbacks)==null||xe.onError({code:De,text:Ne},t,pe?pe.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 I=new Sa,U=t.body.getReader(),X=()=>U.read().then(V=>{if(V.done)return I.dataLength&&w(n,s,I.flush().buffer,t),Promise.resolve(new ArrayBuffer(0));const ue=V.value,pe=ue.length;return n.loaded+=pe,pe<v||I.dataLength?(I.push(ue),I.dataLength>=v&&w(n,s,I.flush().buffer,t)):w(n,s,ue.buffer,t),X()}).catch(()=>Promise.reject());return X()}}function Tf(k,t){const n={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(y({},k.headers))};return k.rangeEnd&&n.headers.set("Range","bytes="+k.rangeStart+"-"+String(k.rangeEnd-1)),n}function Yf(k){const t=cf.exec(k);if(t)return parseInt(t[2])-parseInt(t[1])+1}function qf(k){const t=k.get("Content-Range");if(t){const s=Yf(t);if(r(s))return s}const n=k.get("Content-Length");if(n)return parseInt(n)}function Bf(k,t){return new self.Request(k.url,t)}class nd extends Error{constructor(t,n,s){super(t),this.code=void 0,this.details=void 0,this.code=n,this.details=s}}const Xf=/^age:\s*[\d.]+\s*$/im;class Pf{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 j,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(I=>{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(I=>{var U;(U=this.callbacks)==null||U.onError({code:s.status,text:I.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:I}=s.loadPolicy;if(v)for(const U in v)t.setRequestHeader(U,v[U]);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:I,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,ue=n.responseType==="text"?n.responseText:null;if(V>=200&&V<300){const Ne=ue!=null?ue:n.response;if(Ne!=null){var I,U;s.loading.end=Math.max(self.performance.now(),s.loading.first);const lt=n.responseType==="arraybuffer"?Ne.byteLength:Ne.length;s.loaded=s.total=lt,s.bwEstimate=s.total*8e3/(s.loading.end-s.loading.first);const st=(I=this.callbacks)==null?void 0:I.onProgress;st&&st(s,t,Ne,n);const Ut={url:n.responseURL,data:Ne,code:V};(U=this.callbacks)==null||U.onSuccess(Ut,s,t,n);return}}const pe=w.loadPolicy.errorRetry,xe=s.retry,De={url:t.url,data:void 0,code:V};if(Nr(pe,xe,!1,De))this.retry(pe);else{var X;W.error(`${V} while loading ${t.url}`),(X=this.callbacks)==null||X.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(Nr(t,n,!0))this.retry(t);else{var s;W.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=cr(t,s.retry),s.retry++,W.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&&Xf.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 id={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},Hf=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:Pf,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:Ma,bufferController:li,capLevelController:Eu,errorController:it,fpsController:pc,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:Xo,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:id},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},Jf()),{},{subtitleStreamController:rf,subtitleTrackController:Lc,timelineController:Sf,audioStreamController:Bl,audioTrackController:cl,emeController:Vl,cmcdController:lu,contentSteeringController:Jc,interstitialsController:tf});function Jf(){return{cueHandler:Ff,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 ad(k,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=ff(k),v=["manifest","level","frag"],w=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return v.forEach(I=>{const U=`${I==="level"?"playlist":I}LoadPolicy`,X=t[U]===void 0,V=[];w.forEach(ue=>{const pe=`${I}Loading${ue}`,xe=t[pe];if(xe!==void 0&&X){V.push(pe);const De=s[U].default;switch(t[U]={default:De},ue){case"TimeOut":De.maxLoadTimeMs=xe,De.maxTimeToFirstByteMs=xe;break;case"MaxRetry":De.errorRetry.maxNumRetry=xe,De.timeoutRetry.maxNumRetry=xe;break;case"RetryDelay":De.errorRetry.retryDelayMs=xe,De.timeoutRetry.retryDelayMs=xe;break;case"MaxRetryTimeout":De.errorRetry.maxRetryDelayMs=xe,De.timeoutRetry.maxRetryDelayMs=xe;break}}}),V.length&&n.warn(`hls.js config: "${V.join('", "')}" setting(s) are deprecated, use "${U}": ${Tn(t[U])}`)}),b(b({},s),t)}function ff(k){return k&&typeof k=="object"?Array.isArray(k)?k.map(ff):Object.keys(k).reduce((t,n)=>(t[n]=ff(k[n]),t),{}):k}function sd(k,t){const n=k.loader;n!==Cf&&n!==Pf?(t.log("[config]: Custom loader detected, cannot enable progressive streaming"),k.progressive=!1):lf()&&(k.loader=Cf,k.progressive=!0,k.enableSoftwareAES=!0,t.log("[config]: Progressive streaming enabled, using FetchLoader"))}const df=2,g=.1,C=.05,z=100;class _e extends Fs{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(z),this.mediaSource=n.mediaSource;const s=this.media=n.media;eu(s,"playing",this.onMediaPlaying),eu(s,"waiting",this.onMediaWaiting),eu(s,"ended",this.onMediaEnded)}onMediaDetaching(t,n){this.clearInterval();const{media:s}=this;s&&(cu(s,"playing",this.onMediaPlaying),cu(s,"waiting",this.onMediaWaiting),cu(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 I=this.media;if(!I)return;const{seeking:U}=I,X=this.seeking&&!U,V=!this.seeking&&U,ue=I.paused&&!U||I.ended||I.playbackRate===0;if(this.seeking=U,t!==n){n&&(this.ended=0),this.moved=!0,U||(this.nudgeRetry=0,w.nudgeOnVideoHole&&!ue&&t>n&&this.nudgeOnVideoHole(t,n)),this.waiting===0&&this.stallResolved(t);return}if(V||X){X&&this.stallResolved(t);return}if(ue){this.nudgeRetry=0,this.stallResolved(t),!this.ended&&I.ended&&this.hls&&(this.ended=t||1,this.hls.trigger(o.MEDIA_ENDED,{stalled:!1}));return}if(!qn.getBuffered(I).length){this.nudgeRetry=0;return}const pe=qn.bufferInfo(I,t,0),xe=pe.nextStart||0,De=this.fragmentTracker;if(U&&De&&this.hls){const mn=Re(this.hls.inFlightFragments,t),Hr=pe.len>df,rn=!xe||mn||xe-t>df&&!De.getPartialFragment(t);if(Hr||rn)return;this.moved=!1}const Ne=(v=this.hls)==null?void 0:v.latestLevelDetails;if(!this.moved&&this.stalled!==null&&De){if(!(pe.len>0)&&!xe)return;const Hr=Math.max(xe,pe.start||0)-t,un=!!(Ne!=null&&Ne.live)?Ne.targetduration*2:df,Gr=zt(t,De);if(Hr>0&&(Hr<=un||Gr)){I.paused||this._trySkipBufferHole(Gr);return}}const lt=w.detectStallWithCurrentTimeMs,st=self.performance.now(),Ut=this.waiting;let dr=this.stalled;if(dr===null)if(Ut>0&&st-Ut<lt)dr=this.stalled=Ut;else{this.stalled=st;return}const or=st-dr;if(!U&&(or>=lt||Ut)&&this.hls){var Br;if(((Br=this.mediaSource)==null?void 0:Br.readyState)==="ended"&&!(Ne!=null&&Ne.live)&&Math.abs(t-((Ne==null?void 0:Ne.edge)||0))<1){if(this.ended)return;this.ended=t||1,this.hls.trigger(o.MEDIA_ENDED,{stalled:!0});return}if(this._reportStall(pe),!this.media||!this.hls)return}const Vr=qn.bufferInfo(I,t,w.maxBufferHole);this._tryFixBufferStall(Vr,or,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=qn.bufferedInfo(qn.timeRangesToArray(this.buffered.audio),t,0);if(w.len>1&&n>=w.start){const I=qn.timeRangesToArray(v),U=qn.bufferedInfo(I,n,0).bufferedIndex;if(U>-1&&U<I.length-1){const X=qn.bufferedInfo(I,t,0).bufferedIndex,V=I[U].end,ue=I[U+1].start;if((X===-1||X>U)&&ue-V<1&&t-V<2){const pe=new Error(`nudging playhead to flush pipeline after video hole. currentTime: ${t} hole: ${V} -> ${ue} buffered index: ${X}`);this.warn(pe.message),this.media.currentTime+=1e-6;let xe=zt(t,this.fragmentTracker);xe&&"fragment"in xe?xe=xe.fragment:xe||(xe=void 0);const De=qn.bufferInfo(this.media,t,0);this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:pe,reason:pe.message,frag:xe,buffer:De.len,bufferInfo:De})}}}}}_tryFixBufferStall(t,n,s){var v,w;const{fragmentTracker:I,media:U}=this,X=(v=this.hls)==null?void 0:v.config;if(!U||!I||!X)return;const V=(w=this.hls)==null?void 0:w.latestLevelDetails,ue=zt(s,I);if((ue||V!=null&&V.live&&s<V.fragmentStart)&&(this._trySkipBufferHole(ue)||!this.media))return;const pe=t.buffered,xe=this.adjacentTraversal(t,s);(pe&&pe.length>1&&t.len>X.maxBufferHole||t.nextStart&&(t.nextStart-s<X.maxBufferHole||xe))&&(n>X.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),I=s.getFragAtPos(v,u.MAIN);if(w&&I)return I.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 I=new Error(`Playback stalling at @${s.currentTime} due to low buffer (${Tn(t)})`);this.warn(I.message),n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_STALLED_ERROR,fatal:!1,error:I,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 I=v.currentTime,U=qn.bufferInfo(v,I,0),X=I<U.start?U.start:U.nextStart;if(X&&this.hls){const ue=U.len<=w.maxBufferHole,pe=U.len>0&&U.len<1&&v.readyState<3,xe=X-I;if(xe>0&&(ue||pe)){if(xe>w.maxBufferHole){let Ne=!1;if(I===0){const lt=s.getAppendedFrag(0,u.MAIN);lt&&X<lt.end&&(Ne=!0)}if(!Ne&&t){var V;if(!((V=this.hls.loadLevelObj)!=null&&V.details)||Re(this.hls.inFlightFragments,X))return 0;let st=!1,Ut=t.end;for(;Ut<X;){const dr=zt(Ut,s);if(dr)Ut+=dr.duration;else{st=!0;break}}if(st)return 0}}const De=Math.max(X+C,I+g);if(this.warn(`skipping hole, adjusting currentTime from ${I} to ${De}`),this.moved=!0,v.currentTime=De,!(t!=null&&t.gap)){const Ne=new Error(`fragment loaded with buffer holes, seeking from ${I} to ${De}`),lt={type:c.MEDIA_ERROR,details:f.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:Ne,reason:Ne.message,buffer:U.len,bufferInfo:U};t&&("fragment"in t?lt.part=t:lt.frag=t),this.hls.trigger(o.ERROR,lt)}return De}}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 I=s.currentTime;if(this.nudgeRetry++,v<w.nudgeMaxRetry){const U=I+(v+1)*w.nudgeOffset,X=new Error(`Nudging 'currentTime' from ${I} to ${U}`);this.warn(X.message),s.currentTime=U,n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_NUDGE_ON_STALL,error:X,fatal:!1,buffer:t.len,bufferInfo:t})}else{const U=new Error(`Playhead still not moving while enough data buffered @${I} after ${w.nudgeMaxRetry} nudges`);this.error(U.message),n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_STALLED_ERROR,error:U,fatal:!0,buffer:t.len,bufferInfo:t})}}}function Re(k,t){const n=at(k.main);if(n&&n.start<=t)return n;const s=at(k.audio);return s&&s.start<=t?s:null}function at(k){if(!k)return null;switch(k.state){case er.IDLE:case er.STOPPED:case er.ENDED:case er.ERROR:return null}return k.frag}function zt(k,t){return t.getAppendedFrag(k,u.MAIN)||t.getPartialFragment(k)}const ar=.25;function Pr(){if(typeof self!="undefined")return self.VTTCue||self.TextTrackCue}function dn(k,t,n,s,v){let w=new k(t,n,"");try{w.value=s,v&&(w.type=v)}catch(I){w=new k(t,n,Tn(v?b({type:v},s):s))}return w}const wi=(()=>{const k=Pr();try{k&&new k(0,Number.POSITIVE_INFINITY,"")}catch(t){return Number.MAX_VALUE}return Number.POSITIVE_INFINITY})();class Ua{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&&bl(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 Il(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 I=Pr();if(I)for(let U=0;U<w.length;U++){const X=w[U].type;if(X===ms.emsg&&!s||!v)continue;const V=xo(w[U].data),ue=w[U].pts;let pe=ue+w[U].duration;pe>wi&&(pe=wi),pe-ue<=0&&(pe=ue+ar);for(let De=0;De<V.length;De++){const Ne=V[De];if(!ps(Ne)){this.updateId3CueEnds(ue,X);const lt=dn(I,ue,pe,Ne,X);lt&&this.id3Track.addCue(lt)}}}}updateId3CueEnds(t,n){var s;const v=(s=this.id3Track)==null?void 0:s.cues;if(v)for(let w=v.length;w--;){const I=v[w];I.type===n&&I.startTime<t&&I.endTime===wi&&(I.endTime=t)}}onBufferFlushing(t,{startOffset:n,endOffset:s,type:v}){const{id3Track:w,hls:I}=this;if(!I)return;const{config:{enableEmsgMetadataCues:U,enableID3MetadataCues:X}}=I;if(w&&(U||X)){let V;v==="audio"?V=ue=>ue.type===ms.audioId3&&X:v==="video"?V=ue=>ue.type===ms.emsg&&U:V=ue=>ue.type===ms.audioId3&&X||ue.type===ms.emsg&&U,zu(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:I}=this.hls.config;if(!w)return;const U=Pr();if(s&&v&&!I){const{fragmentStart:lt,fragmentEnd:st}=t;let Ut=this.assetCue;Ut?(Ut.startTime=lt,Ut.endTime=st):U&&(Ut=this.assetCue=dn(U,lt,st,{assetPlayerId:this.hls.config.assetPlayerId},"hlsjs.interstitial.asset"),Ut&&(Ut.id=s,this.id3Track||(this.id3Track=this.createTrack(this.media)),this.id3Track.addCue(Ut),Ut.addEventListener("enter",this.onEventCueEnter)))}if(!t.hasProgramDateTime)return;const{id3Track:X}=this,{dateRanges:V}=t,ue=Object.keys(V);let pe=this.dateRangeCuesAppended;if(X&&n){var xe;if((xe=X.cues)!=null&&xe.length){const lt=Object.keys(pe).filter(st=>!ue.includes(st));for(let st=lt.length;st--;){var De;const Ut=lt[st],dr=(De=pe[Ut])==null?void 0:De.cues;delete pe[Ut],dr&&Object.keys(dr).forEach(or=>{const Br=dr[or];if(Br){Br.removeEventListener("enter",this.onEventCueEnter);try{X.removeCue(Br)}catch(Vr){}}})}}else pe=this.dateRangeCuesAppended={}}const Ne=t.fragments[t.fragments.length-1];if(!(ue.length===0||!r(Ne==null?void 0:Ne.programDateTime))){this.id3Track||(this.id3Track=this.createTrack(this.media));for(let lt=0;lt<ue.length;lt++){const st=ue[lt],Ut=V[st],dr=Ut.startTime,or=pe[st],Br=(or==null?void 0:or.cues)||{};let Vr=(or==null?void 0:or.durationKnown)||!1,mn=wi;const{duration:Hr,endDate:rn}=Ut;if(rn&&Hr!==null)mn=dr+Hr,Vr=!0;else if(Ut.endOnNext&&!Vr){const Gr=ue.reduce((wn,_i)=>{if(_i!==Ut.id){const Vi=V[_i];if(Vi.class===Ut.class&&Vi.startDate>Ut.startDate&&(!wn||Ut.startDate<wn.startDate))return Vi}return wn},null);Gr&&(mn=Gr.startTime,Vr=!0)}const un=Object.keys(Ut.attr);for(let Gr=0;Gr<un.length;Gr++){const wn=un[Gr];if(!vo(wn))continue;const _i=Br[wn];if(_i)Vr&&!(or!=null&&or.durationKnown)?_i.endTime=mn:Math.abs(_i.startTime-dr)>.01&&(_i.startTime=dr,_i.endTime=mn);else if(U){let Vi=Ut.attr[wn];jn(wn)&&(Vi=K(Vi));const zi=dn(U,dr,mn,{key:wn,data:Vi},ms.dateRange);zi&&(zi.id=st,this.id3Track.addCue(zi),Br[wn]=zi,I&&(wn==="X-ASSET-LIST"||wn==="X-ASSET-URL")&&zi.addEventListener("enter",this.onEventCueEnter))}}pe[st]={cues:Br,dateRange:Ut,durationKnown:Vr}}}}}class Yn{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:I}=this.config;if(!w||I===1||!s.live)return;const U=this.targetLatency;if(U===null)return;const X=v-U,V=Math.min(this.maxLatency,U+s.targetduration);if(X<V&&X>.05&&this.forwardBufferLength>1){const pe=Math.min(2,Math.max(1,I)),xe=Math.round(2/(1+Math.exp(-.75*X-this.edgeStalled))*20)/20,De=Math.min(pe,Math.max(1,xe));this.changeMediaPlaybackRate(n,De)}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:I,lowLatencyMode:U}=this.config,X=this.hls.userConfig;let V=U&&s||n;(this._targetLatencyUpdated||X.liveSyncDuration||X.liveSyncDurationCount||V===0)&&(V=w!==void 0?w:I*v);const ue=v;return V+Math.min(this.stallCount*this.config.liveSyncOnStallIncrease,ue)}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,I=v-s.totalduration,U=v-(this.config.lowLatencyMode&&s.partTarget||s.targetduration);return Math.min(Math.max(I,w),U)}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 sa extends nu{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={},I={};let U=!1,X=!1,V=!1;n.levels.forEach(ue=>{const pe=ue.attrs;let{audioCodec:xe,videoCodec:De}=ue;xe&&(ue.audioCodec=xe=gt(xe,s)||void 0),De&&(De=ue.videoCodec=Ct(De));const{width:Ne,height:lt,unknownCodecs:st}=ue;let Ut=st?st.length:0;if(st)for(let Gr=Ut;Gr--;){const wn=st[Gr];this.isAudioSupported(wn)?(ue.audioCodec=xe=xe?`${xe},${wn}`:wn,Ut--,he.audio[xe.substring(0,4)]=2):this.isVideoSupported(wn)&&(ue.videoCodec=De=De?`${De},${wn}`:wn,Ut--,he.video[De.substring(0,4)]=2)}if(U||(U=!!(Ne&&lt)),X||(X=!!De),V||(V=!!xe),Ut||xe&&!this.isAudioSupported(xe)||De&&!this.isVideoSupported(De)){this.log(`Some or all CODECS not supported "${pe.CODECS}"`);return}const{CODECS:dr,"FRAME-RATE":or,"HDCP-LEVEL":Br,"PATHWAY-ID":Vr,RESOLUTION:mn,"VIDEO-RANGE":Hr}=pe,un=`${`${Vr||"."}-`}${ue.bitrate}-${mn}-${or}-${dr}-${Hr}-${Br}`;if(w[un])if(w[un].uri!==ue.url&&!ue.attrs["PATHWAY-ID"]){const Gr=I[un]+=1;ue.attrs["PATHWAY-ID"]=new Array(Gr+1).join(".");const wn=this.createLevel(ue);w[un]=wn,v.push(wn)}else w[un].addGroupId("audio",pe.AUDIO),w[un].addGroupId("text",pe.SUBTITLES);else{const Gr=this.createLevel(ue);w[un]=Gr,I[un]=1,v.push(Gr)}}),this.filterAndSortMediaOptions(v,n,U,X,V)}createLevel(t){const n=new Dr(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=vr(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){let I=[],U=[],X=t;if((s||v)&&w&&(X=X.filter(({videoCodec:st,videoRange:Ut,width:dr,height:or})=>(!!st||!!(dr&&or))&&Jr(Ut))),X.length===0){Promise.resolve().then(()=>{if(this.hls){let st="no level with compatible codecs found in manifest",Ut=st;n.levels.length&&(Ut=`one or more CODECS in variant not supported: ${Tn(n.levels.map(or=>or.attrs.CODECS).filter((or,Br,Vr)=>Vr.indexOf(or)===Br))}`,this.warn(Ut),st+=` (${Ut})`);const dr=new Error(st);this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:n.url,error:dr,reason:Ut})}});return}n.audioTracks&&(I=n.audioTracks.filter(st=>!st.audioCodec||this.isAudioSupported(st.audioCodec)),ja(I)),n.subtitles&&(U=n.subtitles,ja(U));const V=X.slice(0);X.sort((st,Ut)=>{if(st.attrs["HDCP-LEVEL"]!==Ut.attrs["HDCP-LEVEL"])return(st.attrs["HDCP-LEVEL"]||"")>(Ut.attrs["HDCP-LEVEL"]||"")?1:-1;if(s&&st.height!==Ut.height)return st.height-Ut.height;if(st.frameRate!==Ut.frameRate)return st.frameRate-Ut.frameRate;if(st.videoRange!==Ut.videoRange)return _r.indexOf(st.videoRange)-_r.indexOf(Ut.videoRange);if(st.videoCodec!==Ut.videoCodec){const dr=Tt(st.videoCodec),or=Tt(Ut.videoCodec);if(dr!==or)return or-dr}if(st.uri===Ut.uri&&st.codecSet!==Ut.codecSet){const dr=Pe(st.codecSet),or=Pe(Ut.codecSet);if(dr!==or)return or-dr}return st.averageBitrate!==Ut.averageBitrate?st.averageBitrate-Ut.averageBitrate:0});let ue=V[0];if(this.steering&&(X=this.steering.filterParsedLevels(X),X.length!==V.length)){for(let st=0;st<V.length;st++)if(V[st].pathwayId===X[0].pathwayId){ue=V[st];break}}this._levels=X;for(let st=0;st<X.length;st++)if(X[st]===ue){var pe;this._firstLevel=st;const Ut=ue.bitrate,dr=this.hls.bandwidthEstimate;if(this.log(`manifest loaded, ${X.length} level(s) found, first bitrate: ${Ut}`),((pe=this.hls.userConfig)==null?void 0:pe.abrEwmaDefaultEstimate)===void 0){const or=Math.min(Ut,this.hls.config.abrEwmaDefaultEstimateMax);or>dr&&dr===this.hls.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=or)}break}const xe=w&&!v,De=this.hls.config,Ne=!!(De.audioStreamController&&De.audioTrackController),lt={levels:X,audioTracks:I,subtitleTracks:U,sessionData:n.sessionData,sessionKeys:n.sessionKeys,firstLevel:this._firstLevel,stats:n.stats,audio:w,video:v,altAudio:Ne&&!xe&&I.some(st=>!!st.url)};this.hls.trigger(o.MANIFEST_PARSED,lt)}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 ue=new Error("invalid level idx"),pe=t<0;if(this.hls.trigger(o.ERROR,{type:c.OTHER_ERROR,details:f.LEVEL_SWITCH_ERROR,level:t,fatal:pe,error:ue,reason:ue.message}),pe)return;t=Math.min(t,n.length-1)}const s=this.currentLevelIndex,v=this.currentLevel,w=v?v.attrs["PATHWAY-ID"]:void 0,I=n[t],U=I.attrs["PATHWAY-ID"];if(this.currentLevelIndex=t,this.currentLevel=I,s===t&&v&&w===U)return;this.log(`Switching to level ${t} (${I.height?I.height+"p ":""}${I.videoRange?I.videoRange+" ":""}${I.codecSet?I.codecSet+" ":""}@${I.bitrate})${U?" with Pathway "+U:""} from level ${s}${w?" with Pathway "+w:""}`);const X={level:t,attrs:I.attrs,details:I.details,bitrate:I.bitrate,averageBitrate:I.averageBitrate,maxBitrate:I.maxBitrate,realBitrate:I.realBitrate,width:I.width,height:I.height,codecSet:I.codecSet,audioCodec:I.audioCodec,videoCodec:I.videoCodec,audioGroups:I.audioGroups,subtitleGroups:I.subtitleGroups,loaded:I.loaded,loadError:I.loadError,fragmentError:I.fragmentError,name:I.name,id:I.id,uri:I.uri,url:I.url,urlId:0,audioGroupIds:I.audioGroupIds,textGroupIds:I.textGroupIds};this.hls.trigger(o.LEVEL_SWITCHING,X);const V=I.details;if(!V||V.live){const ue=this.switchParams(I.uri,v==null?void 0:v.details,V);this.loadPlaylist(ue)}}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,I=n.levelInfo;if(!I){var U;this.warn(`Invalid level index ${v}`),(U=n.deliveryDirectives)!=null&&U.skip&&(w.deltaUpdateFailed=!0);return}if(I===this.currentLevel||n.withoutMultiVariant){I.fragmentError===0&&(I.loadError=0);let X=I.details;X===n.details&&X.advanced&&(X=void 0),this.playlistLoaded(v,n,X)}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"],I=t.details,U=I==null?void 0:I.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:""}${U&&I.live?" age "+U.toFixed(1)+(I.type?" "+I.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,I)=>I!==t?!0:(this.steering&&this.steering.removeLevel(w),w===this.currentLevel&&(this.currentLevel=null,this.currentLevelIndex=-1,w.details&&w.details.fragments.forEach(U=>U.level=-1)),!1));Fr(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 ja(k){const t={};k.forEach(n=>{const s=n.groupId||"";n.id=t[s]=t[s]||0,t[s]++})}function Da(){return self.SourceBuffer||self.WebKitSourceBuffer}function qr(){if(!ae())return!1;const t=Da();return!t||t.prototype&&typeof t.prototype.appendBuffer=="function"&&typeof t.prototype.remove=="function"}function jr(){if(!qr())return!1;const k=ae();return typeof(k==null?void 0:k.isTypeSupported)=="function"&&(["avc1.42E01E,mp4a.40.2","av01.0.01M.08","vp09.00.50.08"].some(t=>k.isTypeSupported(Kt(t,"video")))||["mp4a.40.2","fLaC"].some(t=>k.isTypeSupported(Kt(t,"audio"))))}function Xr(){var k;const t=Da();return typeof(t==null||(k=t.prototype)==null?void 0:k.changeType)=="function"}const Dn=100;class $n extends ia{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 I=this.getFwdBufferInfoAtPos(v,w,u.MAIN,0);if(I===null||I.len===0){this.warn(`Main forward buffer length at ${w} on "seeked" event ${I?I.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(Dn),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=er.IDLE,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}else this._forceStartLoad=!0,this.state=er.STOPPED}stopLoad(){this._forceStartLoad=!1,super.stopLoad()}doTick(){switch(this.state){case er.WAITING_LEVEL:{const{levels:n,level:s}=this,v=n==null?void 0:n[s],w=v==null?void 0:v.details;if(w&&(!w.live||this.levelLastLoaded===v&&!this.waitForLive(v))){if(this.waitForCdnTuneIn(w))break;this.state=er.IDLE;break}else if(this.hls.nextLoadLevel!==this.level){this.state=er.IDLE;break}break}case er.FRAG_LOADING_WAITING_RETRY:{var t;const n=self.performance.now(),s=this.retryDate;if(!s||n>=s||(t=this.media)!=null&&t.seeking){const{levels:v,level:w}=this,I=v==null?void 0:v[w];this.resetStartWhenNotLoaded(I||null),this.state=er.IDLE}}break}this.state===er.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 I=s[w],U=this.getMainFwdBufferInfo();if(U===null)return;const X=this.getLevelDetails();if(X&&this._streamEnded(U,X)){const lt={};this.altAudio===2&&(lt.type="video"),this.hls.trigger(o.BUFFER_EOS,lt),this.state=er.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=I.details;if(!V||this.state===er.WAITING_LEVEL||this.waitForLive(I)){this.level=w,this.state=er.WAITING_LEVEL,this.startFragRequested=!1;return}const ue=U.len,pe=this.getMaxBufferLength(I.maxBitrate);if(ue>=pe)return;this.backtrackFragment&&this.backtrackFragment.start>U.end&&(this.backtrackFragment=null);const xe=this.backtrackFragment?this.backtrackFragment.start:U.end;let De=this.getNextFragment(xe,V);if(this.couldBacktrack&&!this.fragPrevious&&De&&Te(De)&&this.fragmentTracker.getState(De)!==xr.OK){var Ne;const st=((Ne=this.backtrackFragment)!=null?Ne:De).sn-V.startSN,Ut=V.fragments[st-1];Ut&&De.cc===Ut.cc&&(De=Ut,this.fragmentTracker.removeFragment(Ut))}else this.backtrackFragment&&U.len&&(this.backtrackFragment=null);if(De&&this.isLoopLoading(De,xe)){if(!De.gap){const st=this.audioOnly&&!this.altAudio?ie.AUDIO:ie.VIDEO,Ut=(st===ie.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;Ut&&this.afterBufferFlushed(Ut,st,u.MAIN)}De=this.getNextFragmentLoopLoading(De,V,U,u.MAIN,pe)}De&&(De.initSegment&&!De.initSegment.data&&!this.bitrateTest&&(De=De.initSegment),this.loadFragment(De,I,xe))}loadFragment(t,n,s){const v=this.fragmentTracker.getState(t);v===xr.NOT_LOADED||v===xr.PARTIAL?Te(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 U=this.getMainFwdBufferInfo();if(!U||U.len<w.targetduration*2)return}if(!n.paused&&t){const U=this.hls.nextLoadLevel,X=t[U],V=this.fragLastKbps;V&&this.fragCurrent?s=this.fragCurrent.duration*X.maxBitrate/(1e3*V)+1:s=0}else s=0;const I=this.getBufferedFrag(n.currentTime+s);if(I){const U=this.followingBufferedFrag(I);if(U){this.abortCurrentFrag();const X=U.maxStartPTS?U.maxStartPTS:U.start,V=U.duration,ue=Math.max(I.end,X+Math.min(Math.max(V-this.config.maxFragLookUpTolerance,V*(this.couldBacktrack?.5:.125)),V*(this.couldBacktrack?.75:.25)));this.flushMainBuffer(ue,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 er.KEY_LOADING:case er.FRAG_LOADING:case er.FRAG_LOADING_WAITING_RETRY:case er.PARSING:case er.PARSED:this.state=er.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;eu(s,"playing",this.onMediaPlaying),eu(s,"seeked",this.onMediaSeeked)}onMediaDetaching(t,n){const{media:s}=this;s&&(cu(s,"playing",this.onMediaPlaying),cu(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 I=n.levels[w].audioCodec;I&&(s=s||I.indexOf("mp4a.40.2")!==-1,v=v||I.indexOf("mp4a.40.5")!==-1)}this.audioCodecSwitch=s&&v&&!Xr(),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!==er.IDLE)return;const v=n.levelInfo;(!v.details||v.details.live&&(this.levelLastLoaded!==v||v.details.expired)||this.waitForCdnTuneIn(v.details))&&(this.state=er.WAITING_LEVEL)}onLevelLoaded(t,n){var s;const{levels:v,startFragRequested:w}=this,I=n.level,U=n.details,X=U.totalduration;if(!v){this.warn(`Levels were reset while loading level ${I}`);return}this.log(`Level ${I} loaded [${U.startSN},${U.endSN}]${U.lastPartSn?`[part-${U.lastPartSn}-${U.lastPartIndex}]`:""}, cc [${U.startCC}, ${U.endCC}] duration:${X}`);const V=n.levelInfo,ue=this.fragCurrent;ue&&(this.state===er.FRAG_LOADING||this.state===er.FRAG_LOADING_WAITING_RETRY)&&ue.level!==n.level&&ue.loader&&this.abortCurrentFrag();let pe=0;if(U.live||(s=V.details)!=null&&s.live){var xe;if(this.checkLiveUpdate(U),U.deltaUpdateFailed)return;pe=this.alignPlaylists(U,V.details,(xe=this.levelLastLoaded)==null?void 0:xe.details)}if(V.details=U,this.levelLastLoaded=V,w||this.setStartPosition(U,pe),this.hls.trigger(o.LEVEL_UPDATED,{details:U,level:I}),this.state===er.WAITING_LEVEL){if(this.waitForCdnTuneIn(U))return;this.state=er.IDLE}w&&U.live&&this.synchronizeToLiveEdge(U),this.tick()}synchronizeToLiveEdge(t){const{config:n,media:s}=this;if(!s)return;const v=this.hls.liveSyncPosition,w=this.getLoadPosition(),I=t.fragmentStart,U=t.edge,X=w>=I-n.maxFragLookUpTolerance&&w<=U;if(v!==null&&s.duration>v&&(w<v||!X)){const ue=n.liveMaxLatencyDuration!==void 0?n.liveMaxLatencyDuration:n.liveMaxLatencyDurationCount*t.targetduration;if((!X&&s.readyState<4||w<U-ue)&&(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: ${U}, reset currentTime to : ${v.toFixed(3)}`),this.config.liveSyncMode==="buffered"){var V;const pe=qn.bufferInfo(s,v,0);if(!((V=pe.buffered)!=null&&V.length)){s.currentTime=v;return}if(pe.start<=w){s.currentTime=v;return}const{nextStart:De}=qn.bufferedInfo(pe.buffered,w,0);De&&(s.currentTime=De)}else s.currentTime=v}}_handleFragmentLoadProgress(t){var n;const s=t.frag,{part:v,payload:w}=t,{levels:I}=this;if(!I){this.warn(`Levels were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);return}const U=I[s.level];if(!U){this.warn(`Level ${s.level} not found on progress`);return}const X=U.details;if(!X){this.warn(`Dropping fragment ${s.sn} of level ${s.level} after level details were reset`),this.fragmentTracker.removeFragment(s);return}const V=U.videoCodec,ue=X.PTSKnown||!X.live,pe=(n=s.initSegment)==null?void 0:n.data,xe=this._getAudioCodec(U),De=this.transmuxer=this.transmuxer||new jo(this.hls,u.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),Ne=v?v.index:-1,lt=Ne!==-1,st=new Ys(s.level,s.sn,s.stats.chunkCount,w.byteLength,Ne,lt),Ut=this.initPTS[s.cc];De.push(w,pe,xe,V,s,v,X.totalduration,ue,st,Ut)}onAudioTrackSwitching(t,n){const s=this.hls,v=this.altAudio===2;if(gi(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 I=this.fragCurrent;I&&(this.log("Switching to main audio track, cancel main fragment load"),I.abortRequests(),this.fragmentTracker.removeFragment(I)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();if(v){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=gi(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,I=!1;for(const U in s){const X=s[U];if(X.id==="main"){if(w=U,v=X,U==="video"){const V=s[U];V&&(this.videoBuffer=V.buffer)}}else I=!0}I&&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===er.PARSED&&(this.state=er.IDLE);return}const U=v?v.stats:s.stats;this.fragLastKbps=Math.round(8*U.total/(U.buffering.end-U.loading.first)),Te(s)&&(this.fragPrevious=s),this.fragBufferedComplete(s,v)}const I=this.media;I&&(!this._hasEnoughToStart&&qn.getBuffered(I).length&&(this._hasEnoughToStart=!0,this.seekToStartPos()),w&&this.tick())}get hasEnoughToStart(){return this._hasEnoughToStart}onError(t,n){var s;if(n.fatal){this.state=er.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===er.WAITING_LEVEL&&((s=n.context)==null?void 0:s.type)===h.LEVEL&&(this.state=er.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=er.IDLE,this._hasEnoughToStart||(this.startFragRequested=!1,this.nextLoadPosition=this.lastCurrentTime),this.tickImmediate()}onBufferFlushed(t,{type:n}){if(n!==ie.AUDIO||!this.altAudio){const s=(n===ie.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(),I=qn.getBuffered(t),U=I.length?I.start(0):0,X=U-s,V=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||X>0&&(X<V||this.loadingParts&&X<2*((w==null?void 0:w.partTarget)||0)))&&(this.log(`adjusting start position by ${X} to match buffer start`),s+=X,this.startPosition=s),n<s&&(this.log(`seek to target start position ${s} from current time ${n} buffer start ${U}`),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=er.IDLE,this.startFragRequested=!1,this.bitrateTest=!1;const I=w.stats;I.parsing.start=I.parsing.end=I.buffering.start=I.buffering.end=self.performance.now(),v.trigger(o.FRAG_LOADED,s),w.bitrateTest=!1})}_handleTransmuxComplete(t){const n=this.playlistType,{hls:s}=this,{remuxResult:v,chunkMeta:w}=t,I=this.getCurrentContext(w);if(!I){this.resetWhenMissingContext(w);return}const{frag:U,part:X,level:V}=I,{video:ue,text:pe,id3:xe,initSegment:De}=v,{details:Ne}=V,lt=this.altAudio?void 0:v.audio;if(this.fragContextChanged(U)){this.fragmentTracker.removeFragment(U);return}if(this.state=er.PARSING,De){const st=De.tracks;if(st){const Br=U.initSegment||U;if(this.unhandledEncryptionError(De,U))return;this._bufferInitSegment(V,st,Br,w),s.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:Br,id:n,tracks:st})}const Ut=De.initPTS,dr=De.timescale,or=this.initPTS[U.cc];if(r(Ut)&&(!or||or.baseTime!==Ut||or.timescale!==dr)){const Br=De.trackId;this.initPTS[U.cc]={baseTime:Ut,timescale:dr,trackId:Br},s.trigger(o.INIT_PTS_FOUND,{frag:U,id:n,initPTS:Ut,timescale:dr,trackId:Br})}}if(ue&&Ne){lt&&ue.type==="audiovideo"&&this.logMuxedErr(U);const st=Ne.fragments[U.sn-1-Ne.startSN],Ut=U.sn===Ne.startSN,dr=!st||U.cc>st.cc;if(v.independent!==!1){const{startPTS:or,endPTS:Br,startDTS:Vr,endDTS:mn}=ue;if(X)X.elementaryStreams[ue.type]={startPTS:or,endPTS:Br,startDTS:Vr,endDTS:mn};else if(ue.firstKeyFrame&&ue.independent&&w.id===1&&!dr&&(this.couldBacktrack=!0),ue.dropped&&ue.independent){const Hr=this.getMainFwdBufferInfo(),rn=(Hr?Hr.end:this.getLoadPosition())+this.config.maxBufferHole,un=ue.firstKeyFramePTS?ue.firstKeyFramePTS:or;if(!Ut&&rn<un-this.config.maxBufferHole&&!dr){this.backtrack(U);return}else dr&&(U.gap=!0);U.setElementaryStreamInfo(ue.type,U.start,Br,U.start,mn,!0)}else Ut&&or-(Ne.appliedTimelineOffset||0)>df&&(U.gap=!0);U.setElementaryStreamInfo(ue.type,or,Br,Vr,mn),this.backtrackFragment&&(this.backtrackFragment=U),this.bufferFragmentData(ue,U,X,w,Ut||dr)}else if(Ut||dr)U.gap=!0;else{this.backtrack(U);return}}if(lt){const{startPTS:st,endPTS:Ut,startDTS:dr,endDTS:or}=lt;X&&(X.elementaryStreams[ie.AUDIO]={startPTS:st,endPTS:Ut,startDTS:dr,endDTS:or}),U.setElementaryStreamInfo(ie.AUDIO,st,Ut,dr,or),this.bufferFragmentData(lt,U,X,w)}if(Ne&&xe!=null&&xe.samples.length){const st={id:n,frag:U,details:Ne,samples:xe.samples};s.trigger(o.FRAG_PARSING_METADATA,st)}if(Ne&&pe){const st={id:n,frag:U,details:Ne,samples:pe.samples};s.trigger(o.FRAG_PARSING_USERDATA,st)}}logMuxedErr(t){this.warn(`${Te(t)?"Media":"Init"} segment with muxed audiovideo where only video expected: ${t.url}`)}_bufferInitSegment(t,n,s,v){if(this.state!==er.PARSING)return;this.audioOnly=!!n.audio&&!n.video,this.altAudio&&!this.audioOnly&&(delete n.audio,n.audiovideo&&this.logMuxedErr(s));const{audio:w,video:I,audiovideo:U}=n;if(w){const V=t.audioCodec;let ue=Fe(w.codec,V);ue==="mp4a"&&(ue="mp4a.40.5");const pe=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){ue&&(ue.indexOf("mp4a.40.5")!==-1?ue="mp4a.40.2":ue="mp4a.40.5");const xe=w.metadata;xe&&"channelCount"in xe&&(xe.channelCount||1)!==1&&pe.indexOf("firefox")===-1&&(ue="mp4a.40.5")}ue&&ue.indexOf("mp4a.40.5")!==-1&&pe.indexOf("android")!==-1&&w.container!=="audio/mpeg"&&(ue="mp4a.40.2",this.log(`Android: force audio codec to ${ue}`)),V&&V!==ue&&this.log(`Swapping manifest audio codec "${V}" for "${ue}"`),w.levelCodec=ue,w.id=u.MAIN,this.log(`Init audio buffer, container:${w.container}, codecs[selected/level/parsed]=[${ue||""}/${V||""}/${w.codec}]`),delete n.audiovideo}if(I){I.levelCodec=t.videoCodec,I.id=u.MAIN;const V=I.codec;if((V==null?void 0:V.length)===4)switch(V){case"hvc1":case"hev1":I.codec="hvc1.1.6.L120.90";break;case"av01":I.codec="av01.0.04M.08";break;case"avc1":I.codec="avc1.42e01e";break}this.log(`Init video buffer, container:${I.container}, codecs[level/parsed]=[${t.videoCodec||""}/${V}]${I.codec!==V?" parsed-corrected="+I.codec:""}${I.supplemental?" supplemental="+I.supplemental:""}`),delete n.audiovideo}U&&(this.log(`Init audiovideo buffer, container:${U.container}, codecs[level/parsed]=[${t.codecs}/${U.codec}]`),delete n.video,delete n.audio);const X=Object.keys(n);if(X.length){if(this.hls.trigger(o.BUFFER_CODECS,n),!this.hls)return;X.forEach(V=>{const pe=n[V].initSegment;pe!=null&&pe.byteLength&&this.hls.trigger(o.BUFFER_APPENDING,{type:V,data:pe,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=er.IDLE}checkFragmentChanged(){const t=this.media;let n=null;if(t&&t.readyState>1&&t.seeking===!1){const s=t.currentTime;if(qn.isBuffered(t,s)?n=this.getAppendedFrag(s):qn.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?On(null,s.fragments,n):null);if(v){const w=v.programDateTime;if(w!==null){const I=w+(n-v.start)*1e3;return new Date(I)}}}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 Ka{constructor(t){this.config=void 0,this.keyUriToKeyInfo={},this.emeController=null,this.config=t}abort(t){for(const s in this.keyUriToKeyInfo){const v=this.keyUriToKeyInfo[s].loader;if(v){var n;if(t&&t!==((n=v.context)==null?void 0:n.frag.type))return;v.abort()}}}detach(){for(const t in this.keyUriToKeyInfo){const n=this.keyUriToKeyInfo[t];(n.mediaKeySessionContext||n.decryptdata.isCommonEncryption)&&delete this.keyUriToKeyInfo[t]}}destroy(){this.detach();for(const t in this.keyUriToKeyInfo){const n=this.keyUriToKeyInfo[t].loader;n&&n.destroy()}this.keyUriToKeyInfo={}}createKeyLoadError(t,n=f.KEY_LOAD_ERROR,s,v,w){return new ba({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 I=n[v];if(t.cc<=I.cc&&(!Te(t)||!Te(I)||t.sn<I.sn)||!s&&v==w-1)return this.emeController.selectKeySystemFormat(I).then(U=>{if(!this.emeController)return;I.setKeyFormat(U);const X=Ao(U);if(X)return this.emeController.getKeySystemAccess([X])})}if(this.config.requireKeySystemAccessOnStart){const v=Lo(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");return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,V))}const I=w.uri;if(!I)return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,new Error(`Invalid key URI: "${I}"`)));let U=this.keyUriToKeyInfo[I];if((s=U)!=null&&s.decryptdata.key)return w.key=U.decryptdata.key,Promise.resolve({frag:t,keyInfo:U});if((v=U)!=null&&v.keyLoadPromise){var X;switch((X=U.mediaKeySessionContext)==null?void 0:X.keyStatus){case void 0:case"status-pending":case"usable":case"usable-in-future":return U.keyLoadPromise.then(V=>(w.key=V.keyInfo.decryptdata.key,{frag:t,keyInfo:U}))}}switch(U=this.keyUriToKeyInfo[I]={decryptdata:w,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},w.method){case"ISO-23001-7":case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return w.keyFormat==="identity"?this.loadKeyHTTP(U,t):this.loadKeyEME(U,t);case"AES-128":case"AES-256":case"AES-256-CTR":return this.loadKeyHTTP(U,t);default:return Promise.reject(this.createKeyLoadError(t,f.KEY_LOAD_ERROR,new Error(`Key supplied with unsupported METHOD: "${w.method}"`)))}}loadKeyEME(t,n){const s={frag:n,keyInfo:t};if(this.emeController&&this.config.emeEnabled){const v=this.emeController.loadKey(s);if(v)return(t.keyLoadPromise=v.then(w=>(t.mediaKeySessionContext=w,s))).catch(w=>{throw t.keyLoadPromise=null,w})}return Promise.resolve(s)}loadKeyHTTP(t,n){const s=this.config,v=s.loader,w=new v(s);return n.keyLoader=t.loader=w,t.keyLoadPromise=new Promise((I,U)=>{const X={keyInfo:t,frag:n,responseType:"arraybuffer",url:t.decryptdata.uri},V=s.keyLoadPolicy.default,ue={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},pe={onSuccess:(xe,De,Ne,lt)=>{const{frag:st,keyInfo:Ut,url:dr}=Ne;if(!st.decryptdata||Ut!==this.keyUriToKeyInfo[dr])return U(this.createKeyLoadError(st,f.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),lt));Ut.decryptdata.key=st.decryptdata.key=new Uint8Array(xe.data),st.keyLoader=null,Ut.loader=null,I({frag:st,keyInfo:Ut})},onError:(xe,De,Ne,lt)=>{this.resetLoader(De),U(this.createKeyLoadError(n,f.KEY_LOAD_ERROR,new Error(`HTTP Error ${xe.code} loading key ${xe.text}`),Ne,b({url:X.url,data:void 0},xe)))},onTimeout:(xe,De,Ne)=>{this.resetLoader(De),U(this.createKeyLoadError(n,f.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),Ne))},onAbort:(xe,De,Ne)=>{this.resetLoader(De),U(this.createKeyLoadError(n,f.INTERNAL_ABORTED,new Error("key loading aborted"),Ne))}};w.load(X,ue,pe)})}resetLoader(t){const{frag:n,keyInfo:s,url:v}=t,w=s.loader;n.keyLoader===w&&(n.keyLoader=null,s.loader=null),delete this.keyUriToKeyInfo[v],w&&w.destroy()}}function Ui(k){const{type:t}=k;switch(t){case h.AUDIO_TRACK:return u.AUDIO;case h.SUBTITLE_TRACK:return u.SUBTITLE;default:return u.MAIN}}function za(k,t){let n=k.url;return(n===void 0||n.indexOf("data:")===0)&&(n=t.url),n}class vs{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,I=new w(n);return this.loaders[t.type]=I,I}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:I,deliveryDirectives:U,levelInfo:X}=n;this.load({id:s,level:v,pathwayId:w,responseType:"text",type:h.LEVEL,url:I,deliveryDirectives:U,levelOrTrack:X})}onAudioTrackLoading(t,n){const{id:s,groupId:v,url:w,deliveryDirectives:I,track:U}=n;this.load({id:s,groupId:v,level:null,responseType:"text",type:h.AUDIO_TRACK,url:w,deliveryDirectives:I,levelOrTrack:U})}onSubtitleTrackLoading(t,n){const{id:s,groupId:v,url:w,deliveryDirectives:I,track:U}=n;this.load({id:s,groupId:v,level:null,responseType:"text",type:h.SUBTITLE_TRACK,url:w,deliveryDirectives:I,levelOrTrack:U})}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,ue=v.context;if(ue&&ue.levelOrTrack===t.levelOrTrack&&(ue.url===t.url||ue.deliveryDirectives&&!t.deliveryDirectives)){ue.url===t.url?V.log(`[playlist-loader]: ignore ${t.url} ongoing request`):V.log(`[playlist-loader]: ignore ${t.url} in favor of ${ue.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 ue=V.partTarget,pe=V.targetduration;if(ue&&pe){const xe=Math.max(ue*3,pe*.8)*1e3;w=y({},w,{maxTimeToFirstByteMs:Math.min(xe,w.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(xe,w.maxTimeToFirstByteMs)})}}}const I=w.errorRetry||w.timeoutRetry||{},U={loadPolicy:w,timeout:w.maxLoadTimeMs,maxRetry:I.maxNumRetry||0,retryDelay:I.retryDelayMs||0,maxRetryDelay:I.maxRetryDelayMs||0},X={onSuccess:(V,ue,pe,xe)=>{const De=this.getInternalLoader(pe);this.resetInternalLoader(pe.type);const Ne=V.data;if(Ne.indexOf("#EXTM3U")!==0){this.handleManifestParsingError(V,pe,new Error("no EXTM3U delimiter"),xe||null,ue);return}ue.parsing.start=performance.now(),Mo.isMediaPlaylist(Ne)||pe.type!==h.MANIFEST?this.handleTrackOrLevelPlaylist(V,ue,pe,xe||null,De):this.handleMasterPlaylist(V,ue,pe,xe)},onError:(V,ue,pe,xe)=>{this.handleNetworkError(ue,pe,!1,V,xe)},onTimeout:(V,ue,pe)=>{this.handleNetworkError(ue,pe,!0,void 0,V)}};v.load(t,U,X)}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,I=t.data,U=za(t,s),X=Mo.parseMasterPlaylist(I,U);if(X.playlistParsingError){this.handleManifestParsingError(t,s,X.playlistParsingError,v,n);return}const{contentSteering:V,levels:ue,sessionData:pe,sessionKeys:xe,startTimeOffset:De,variableList:Ne}=X;this.variableList=Ne;const{AUDIO:lt=[],SUBTITLES:st,"CLOSED-CAPTIONS":Ut}=Mo.parseMasterPlaylistMedia(I,U,X);lt.length&&!lt.some(or=>!or.url)&&ue[0].audioCodec&&!ue[0].attrs.AUDIO&&(this.hls.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),lt.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new ha({}),bitrate:0,url:""})),w.trigger(o.MANIFEST_LOADED,{levels:ue,audioTracks:lt,subtitles:st,captions:Ut,contentSteering:V,url:U,stats:n,networkDetails:v,sessionData:pe,sessionKeys:xe,startTimeOffset:De,variableList:Ne})}handleTrackOrLevelPlaylist(t,n,s,v,w){const I=this.hls,{id:U,level:X,type:V}=s,ue=za(t,s),pe=r(X)?X:r(U)?U:0,xe=Ui(s),De=Mo.parseLevelPlaylist(t.data,ue,pe,xe,0,this.variableList);if(V===h.MANIFEST){const Ne={attrs:new ha({}),bitrate:0,details:De,name:"",url:ue};De.requestScheduled=n.loading.start+Hn(De,0),I.trigger(o.MANIFEST_LOADED,{levels:[Ne],audioTracks:[],url:ue,stats:n,networkDetails:v,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}n.parsing.end=performance.now(),s.levelDetails=De,this.handlePlaylistLoaded(De,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 I=`A network ${s?"timeout":"error"+(v?" (status "+v.code+")":"")} occurred while loading ${t.type}`;t.type===h.LEVEL?I+=`: ${t.level} id: ${t.id}`:(t.type===h.AUDIO_TRACK||t.type===h.SUBTITLE_TRACK)&&(I+=` id: ${t.id} group-id: "${t.groupId}"`);const U=new Error(I);this.hls.logger.warn(`[playlist-loader]: ${I}`);let X=f.UNKNOWN,V=!1;const ue=this.getInternalLoader(t);switch(t.type){case h.MANIFEST:X=s?f.MANIFEST_LOAD_TIMEOUT:f.MANIFEST_LOAD_ERROR,V=!0;break;case h.LEVEL:X=s?f.LEVEL_LOAD_TIMEOUT:f.LEVEL_LOAD_ERROR,V=!1;break;case h.AUDIO_TRACK:X=s?f.AUDIO_TRACK_LOAD_TIMEOUT:f.AUDIO_TRACK_LOAD_ERROR,V=!1;break;case h.SUBTITLE_TRACK:X=s?f.SUBTITLE_TRACK_LOAD_TIMEOUT:f.SUBTITLE_LOAD_ERROR,V=!1;break}ue&&this.resetInternalLoader(t.type);const pe={type:c.NETWORK_ERROR,details:X,fatal:V,url:t.url,loader:ue,context:t,error:U,networkDetails:n,stats:w};if(v){const xe=(n==null?void 0:n.url)||t.url;pe.response=b({url:xe,data:void 0},v)}this.hls.trigger(o.ERROR,pe)}handlePlaylistLoaded(t,n,s,v,w,I){const U=this.hls,{type:X,level:V,id:ue,groupId:pe,deliveryDirectives:xe}=v,De=za(n,v),Ne=Ui(v),lt=typeof v.level=="number"&&Ne===u.MAIN?V:void 0;if(!t.fragments.length){const Ut=t.playlistParsingError=new Error("No Segments found in Playlist");U.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_EMPTY_ERROR,fatal:!1,url:De,error:Ut,reason:Ut.message,response:n,context:v,level:lt,parent:Ne,networkDetails:w,stats:s});return}t.targetduration||(t.playlistParsingError=new Error("Missing Target Duration"));const st=t.playlistParsingError;if(st){if(this.hls.logger.warn(`${st} ${t.url}`),!U.config.ignorePlaylistParsingErrors){U.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_PARSING_ERROR,fatal:!1,url:De,error:st,reason:st.message,response:n,context:v,level:lt,parent:Ne,networkDetails:w,stats:s});return}t.playlistParsingError=null}switch(t.live&&I&&(I.getCacheAge&&(t.ageHeader=I.getCacheAge()||0),(!I.getCacheAge||isNaN(t.ageHeader))&&(t.ageHeader=0)),X){case h.MANIFEST:case h.LEVEL:U.trigger(o.LEVEL_LOADED,{details:t,levelInfo:v.levelOrTrack||U.levels[0],level:lt||0,id:ue||0,stats:s,networkDetails:w,deliveryDirectives:xe,withoutMultiVariant:X===h.MANIFEST});break;case h.AUDIO_TRACK:U.trigger(o.AUDIO_TRACK_LOADED,{details:t,track:v.levelOrTrack,id:ue||0,groupId:pe||"",stats:s,networkDetails:w,deliveryDirectives:xe});break;case h.SUBTITLE_TRACK:U.trigger(o.SUBTITLE_TRACK_LOADED,{details:t,track:v.levelOrTrack,id:ue||0,groupId:pe||"",stats:s,networkDetails:w,deliveryDirectives:xe});break}}}class La{static get version(){return Ba}static isMSESupported(){return qr()}static isSupported(){return jr()}static getMediaSource(){return ae()}static get Events(){return o}static get MetadataSchema(){return ms}static get ErrorTypes(){return c}static get ErrorDetails(){return f}static get DefaultConfig(){return La.defaultConfig?La.defaultConfig:Hf}static set DefaultConfig(t){La.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 Ms,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=H(t.debug||!1,"Hls instance",t.assetPlayerId),s=this.config=ad(La.DefaultConfig,t,n);this.userConfig=t,s.progressive&&sd(s,n);const{abrController:v,bufferController:w,capLevelController:I,errorController:U,fpsController:X}=s,V=new U(this),ue=this.abrController=new v(this),pe=new Or(this),xe=s.interstitialsController,De=xe?this.interstitialsController=new xe(this,La):null,Ne=this.bufferController=new w(this,pe),lt=this.capLevelController=new I(this),st=new X(this),Ut=new vs(this),dr=s.contentSteeringController,or=dr?new dr(this):null,Br=this.levelController=new sa(this,or),Vr=new Ua(this),mn=new Ka(this.config),Hr=this.streamController=new $n(this,pe,mn),rn=this.gapController=new _e(this,pe);lt.setStreamController(Hr),st.setStreamController(Hr);const un=[Ut,Br,Hr];De&&un.splice(1,0,De),or&&un.splice(1,0,or),this.networkControllers=un;const Gr=[ue,Ne,rn,lt,st,Vr,pe];this.audioTrackController=this.createController(s.audioTrackController,un);const wn=s.audioStreamController;wn&&un.push(this.audioStreamController=new wn(this,pe,mn)),this.subtitleTrackController=this.createController(s.subtitleTrackController,un);const _i=s.subtitleStreamController;_i&&un.push(this.subtititleStreamController=new _i(this,pe,mn)),this.createController(s.timelineController,Gr),mn.emeController=this.emeController=this.createController(s.emeController,Gr),this.cmcdController=this.createController(s.cmcdController,Gr),this.latencyController=this.createController(Yn,Gr),this.coreComponents=Gr,un.push(V);const Vi=V.onErrorOut;typeof Vi=="function"&&this.on(o.ERROR,Vi,V),this.on(o.MANIFEST_LOADED,Ut.onManifestLoaded,Ut)}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=$.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=wf()),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){br(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 I=t[w].attrs["HDCP-LEVEL"];if(I&&I<=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=Ci(n);return sn(t,s,navigator.mediaCapabilities)}}La.defaultConfig=void 0},53280:function(d,_,e){"use strict";e.d(_,{D:function(){return i}});function r(l,c,f){var o=f||{},h=o.noTrailing,u=h===void 0?!1:h,a=o.noLeading,x=a===void 0?!1:a,p=o.debounceMode,y=p===void 0?void 0:p,m,b=!1,S=0;function D(){m&&clearTimeout(m)}function R(P){var M=P||{},B=M.upcomingOnly,N=B===void 0?!1:B;D(),b=!N}function A(){for(var P=arguments.length,M=new Array(P),B=0;B<P;B++)M[B]=arguments[B];var N=this,G=Date.now()-S;if(b)return;function H(){S=Date.now(),c.apply(N,M)}function W(){m=void 0}!x&&y&&!m&&H(),D(),y===void 0&&G>l?x?(S=Date.now(),u||(m=setTimeout(y?W:H,l))):H():u!==!0&&(m=setTimeout(y?W:H,y===void 0?l-G:l))}return A.cancel=R,A}function i(l,c,f){var o=f||{},h=o.atBegin,u=h===void 0?!1:h;return r(l,c,{debounceMode:u!==!1})}}},__webpack_module_cache__={};function __webpack_require__(d){var _=__webpack_module_cache__[d];if(_!==void 0)return _.exports;var e=__webpack_module_cache__[d]={id:d,loaded:!1,exports:{}};return __webpack_modules__[d].call(e.exports,e,e.exports,__webpack_require__),e.loaded=!0,e.exports}__webpack_require__.m=__webpack_modules__,function(){__webpack_require__.amdO={}}(),function(){__webpack_require__.n=function(d){var _=d&&d.__esModule?function(){return d.default}:function(){return d};return __webpack_require__.d(_,{a:_}),_}}(),function(){var d=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},_;__webpack_require__.t=function(e,r){if(r&1&&(e=this(e)),r&8||typeof e=="object"&&e&&(r&4&&e.__esModule||r&16&&typeof e.then=="function"))return e;var i=Object.create(null);__webpack_require__.r(i);var l={};_=_||[null,d({}),d([]),d(d)];for(var c=r&2&&e;typeof c=="object"&&!~_.indexOf(c);c=d(c))Object.getOwnPropertyNames(c).forEach(function(f){l[f]=function(){return e[f]}});return l.default=function(){return e},__webpack_require__.d(i,l),i}}(),function(){__webpack_require__.d=function(d,_){for(var e in _)__webpack_require__.o(_,e)&&!__webpack_require__.o(d,e)&&Object.defineProperty(d,e,{enumerable:!0,get:_[e]})}}(),function(){__webpack_require__.f={},__webpack_require__.e=function(d){return Promise.all(Object.keys(__webpack_require__.f).reduce(function(_,e){return __webpack_require__.f[e](d,_),_},[]))}}(),function(){__webpack_require__.u=function(d){return""+({26:"p__Classrooms__Lists__Graduation__Tasks__Edit__index",67:"p__Message__index",109:"p__Classrooms__Lists__ShixunHomeworks__Detail__components__CodeReview__Detail__index",119:"p__User__ThemeChange__Paths",195:"p__Classrooms__Lists__GroupHomework__Detail__index",201:"p__Classrooms__ThemeChange__Students",264:"p__User__Detail__Order__pages__orderPay__index",292:"p__Classrooms__Lists__Exercise__Add__index",337:"p__Paperlibrary__Random__PreviewEdit__index",479:"p__Classrooms__Lists__GroupHomework__EditWork__index",485:"p__Question__AddOrEdit__BatchAdd__index",508:"p__Forums__Detail__id",518:"p__Shixuns__Detail__Settings__ThemeChange__index",532:"p__ExcellentCourse__index",533:"p__Classrooms__Lists__Video__Statistics__Detail__index",547:"p__Account__index",556:"p__User__Detail__Order__pages__invoice__index",559:"layouts__virtualDetail__index",570:"p__Home__Detail__OnlineNum__index",576:"p__Account__Profile__Edit__index",643:"p__Classrooms__Lists__Polls__QuestionnaireInfo__index",680:"p__Innovation__index",700:"p__tasks__Jupyter__index",737:"p__Classrooms__Lists__CommonHomework__Detail__components__CodeReview__Detail__index",799:"p__User__Detail__Topics__Poll__Detail__index",879:"p__User__ThemeChange__AccountInfo",895:"p__Classrooms__Lists__Video__Items__videoInfo__index",900:"p__User__ThemeChange__Classrooms",906:"p__User__ThemeChange__CareerCertification",921:"p__Classrooms__Lists__Exercise__CodeDetails__index",928:"p__RestFul__Edit__index",1006:"p__RestFul__index",1043:"p__Classrooms__Lists__Graduation__Tasks__index",1045:"p__virtualSpaces__Lists__Knowledge__AddAndEdit__index",1048:"p__Classrooms__Lists__ProgramHomework__Detail__Ranking__index",1070:"p__Innovation__PublicMirror__index",1077:"p__User__ThemeTwoLogin__index",1211:"p__Classrooms__Lists__CommonHomework__EditWork__index",1253:"p__Graduations__Lists__Gradingsummary__index",1257:"p__Classrooms__Lists__ResourceRecommend__index",1276:"p__MoopCases__Success__index",1343:"p__User__Detail__ResourceAllocation__index",1423:"p__Shixuns__Edit__body__Level__Challenges__EditPracticeAnswer__index",1427:"p__Classrooms__Lists__Statistics__index",1450:"p__Classrooms__Lists__ShixunHomeworks__Commitsummary__index",1461:"p__Graduations__Lists__Topics__index",1470:"p__User__Register__index",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",3220:"p__Classrooms__Lists__Video__Upload__index",3247:"p__Paperlibrary__See__index",3260:"p__Paperlibrary__Add__index",3276:"p__Classrooms__Lists__Statistics__UserportraitStatistics__index",3317:"p__Classrooms__Lists__Graduation__Topics__Add__index",3391:"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index",3433:"p__Classrooms__Lists__Exercise__Sumup__Edit__index",3442:"p__Classrooms__Lists__Board__Add__index",3447:"p__User__Detail__Order__pages__orderInformation__index",3451:"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index",3509:"p__HttpStatus__SixActivities",3581:"p__Shixuns__Detail__Collaborators__ThemeChange__index",3585:"p__Classrooms__Lists__Statistics__StudentSituation__index",3668:"p__Classrooms__Lists__CommonHomework__Detail__index",3747:"p__virtualSpaces__Lists__Homepage__index",3784:"p__Paperlibrary__Random__Detail__index",3831:"p__User__ThemeChange__VirtualSpaces",3862:"p__HttpStatus__403",3873:"p__virtualSpaces__Lists__Lesson__index",3910:"p__HttpStatus__introduction",3951:"p__Classrooms__Lists__ProgramHomework__Detail__index",4017:"p__Classrooms__Lists__PlaceholderPage__index",4030:"p__Classrooms__Lists__ProgramHomework__AddAndEdit__index",4048:"p__Forums__ThemeChange__index",4056:"p__IntrainCourse__index",4058:"p__Demo__index",4078:"p__Messages__Tidings__index",4093:"p__Classrooms__Lists__Attendance__Detail__index",4105:"p__Classrooms__Lists__Exercise__Answer__index",4144:"p__Problemset__Preview__New__index",4164:"p__Classrooms__Lists__Exercise__Detail__index",4216:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index",4217:"p__Classrooms__Lists__Video__Statistics__index",4227:"p__Paths__Overview__index",4259:"p__User__Detail__Order__pages__result__index",4264:"p__Forums__New__index",4297:"p__Classrooms__ThemeChange__Polls",4449:"p__Competitions__Exports__index",4492:"p__Graduations__Lists__StudentSelection__index",4496:"p__HttpStatus__HpcCourse",4498:"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index",4504:"p__virtualSpaces__Lists__Survey__index",4514:"p__Account__Results__index",4520:"p__Account__Secure__index",4546:"p__Engineering__Lists__TrainingProgram__Add__index",4565:"p__HttpStatus__500",4572:"p__Classrooms__Lists__ExportList__index",4599:"p__Problemset__index",4610:"p__User__Detail__LearningPath__index",4621:"p__Administration__Profession__index",4662:"p__Classrooms__Lists__GroupHomework__Review__index",4715:"p__virtualSpaces__Lists__Material__Detail__index",4736:"p__User__Detail__Projects__index",4741:"p__Problems__OjForm__NewEdit__index",4757:"p__virtualSpaces__Lists__Workplace__index",4766:"p__Administration__index",4770:"p__Classrooms__Lists__ProgramHomework__Detail__answer__index",4795:"p__Classrooms__Lists__Graduation__Tasks__Add__index",4800:"p__Engineering__Lists__GraduatedMatrix__index",4889:"p__Classrooms__Lists__Exercise__ImitateAnswer__index",4928:"p__Classrooms__Lists__LearningPath__index",4973:"p__Engineering__Evaluate__List__index",4994:"p__Problems__OjForm__index",5022:"p__Graduations__Lists__Settings__index",5043:"p__User__Detail__Topics__Poll__Edit__index",5048:"p__Classrooms__Lists__Graduation__Topics__index",5096:"p__Shixuns__Detail__AuditSituation__index",5111:"p__Terminal__index",5117:"p__User__ThemeChange__Certificate",5125:"p__Classrooms__Lists__Exercise__DetailedAnalysis__index",5148:"p__Classrooms__Lists__Polls__Answer__index",5165:"p__User__ThemeChange__Topics",5176:"p__User__Detail__Videos__Protocol__index",5177:"p__Classrooms__ThemeChange__Teachers",5179:"p__Administration__Student__Edit__index",5186:"p__Classrooms__Overview__index",5230:"p__Shixuns__Detail__Repository__AddFile__ThemeChange__index",5238:"p__virtualSpaces__Lists__Material__index",5297:"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index",5307:"p__Shixuns__ThemeChange__New",5319:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index",5330:"p__Classrooms__ThemeChange__ShixunHomeworksComment",5335:"p__Engineering__Lists__CourseMatrix__index",5357:"p__Engineering__Lists__TrainingProgram__Edit__index",5359:"p__Messages__Detail__index",5382:"p__DataSet__Detail__index",5402:"p__User__Detail__Topics__Detail__index",5466:"p__Classrooms__ThemeChange__LiveVideo",5518:"p__Classrooms__Lists__Template__index",5549:"p__Shixuns__New__CreateImg__index",5572:"p__Paths__HigherVocationalEducation__index",5573:"p__Shixuns__Detail__Merge__index",5624:"p__Graduations__Lists__Index__index",5650:"p__Competitions__Update__index",5694:"p__Classrooms__ThemeChange__ShixunHomeworksDetail",5705:"p__virtualSpaces__Lists__Construction__index",5729:"p__Help__Index",5775:"p__Engineering__Lists__Document__index",5776:"p__User__ThemeChange__RealNameCertification",5786:"layouts__LoginAndRegister__index",5798:"p__Classrooms__Lists__Video__Statistics__UserDetail__index",5800:"p__User__ThemeChange__Competitions",5816:"p__Paperlibrary__Random__Edit__index",5888:"p__Classrooms__Lists__CommonHomework__Add__index",5891:"p__virtualSpaces__Lists__Resources__index",5894:"p__Shixuns__Detail__Repository__Commit__ThemeChange__index",5902:"p__Classrooms__Lists__Exercise__Sumup__index",5915:"p__knowledgegraph__Detail__Statistics__index",5972:"layouts__user__index",5992:"p__Classrooms__Lists__Exercise__ReviewGroup__index",6029:"p__Administration__Student__index",6034:"p__HttpStatus__UserAgents",6063:"p__Graduations__Lists__Personmanage__index",6069:"p__virtualSpaces__Lists__Lesson__Detail__index",6080:"p__Paths__ThemeChange__New",6127:"p__Classrooms__Lists__ProgramHomework__Ranking__index",6170:"p__HttpStatus__downloadStudent",6185:"p__Classrooms__ThemeChange__Announcement",6265:"p__virtualSpaces__Lists__Discussion__index",6270:"p__MyProblem__index",6282:"p__Classrooms__ThemeChange__ProgramHomework",6328:"p__Shixuns__Edit__body__Warehouse__index",6366:"p__Innovation__PublicProject__index",6434:"p__User__Detail__Order__pages__records__index",6444:"p__Video__Detail__id",6451:"p__Shixuns__Detail__RankingList__ThemeChange__index",6452:"p__Innovation__PublicDataSet__index",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)+"."+{26:"77b05949",67:"adb2bf50",109:"f31fa3b2",119:"20a7c8de",195:"bf19655d",201:"502532d1",264:"c6c512d6",292:"8e4802e2",316:"1f60ada6",337:"c38a29d0",354:"d4d139cf",479:"14f01e1d",485:"4f2fe9b0",508:"31fc7f6c",518:"80fc6b4b",532:"0c3091f0",533:"d1550af9",547:"0be9bc68",556:"0dbb86b1",559:"f9caaa36",570:"c33684df",576:"fe6ebcb6",629:"44a1d9a5",643:"260f3bc5",671:"4a609b8d",680:"facf4a8a",700:"be2c84b9",737:"8ee24fb4",741:"ac5fd360",799:"0bc01c01",879:"6793aebd",895:"394f658b",900:"c672cfa7",906:"ffef7f7f",921:"4e62e0cc",928:"e3aeb36d",981:"2191a42e",1006:"145daa24",1043:"5071ae62",1045:"b3b617ca",1048:"bf37bc4a",1070:"a02734fb",1077:"b4b83277",1144:"c90eccaf",1154:"8cb80842",1211:"8f7b2cb1",1253:"8de77854",1257:"0b258a3d",1274:"5f6ea65a",1276:"88dabcba",1343:"609e2e54",1423:"41512d57",1427:"0089cfca",1450:"2bda2a06",1461:"b84aa9a8",1462:"fcf08abc",1470:"70d91f23",1475:"2bfcb82c",1477:"04816392",1482:"5fbfa232",1512:"34f54884",1520:"53827d8c",1545:"4a837c8a",1555:"4f78641e",1578:"53a90f28",1581:"c055f88c",1582:"7dd150f4",1646:"e6e27b60",1651:"4ffb6948",1657:"1abbf64e",1660:"f84f79b8",1674:"4300a145",1678:"9fff413e",1713:"b61af0a0",1717:"b27b458a",1727:"09d247e3",1754:"f86c8408",1783:"aa340c21",1798:"20f3e014",1799:"5bcb69b9",1831:"e6ce48f8",1836:"52c2ee13",1855:"94a447bd",1880:"b49f750a",1881:"b236f49a",1897:"89a98cb9",1939:"8a011518",1953:"5a3f550d",1962:"2224cbae",1993:"4e0d4f4e",2011:"59d51f98",2045:"ac0f8ed2",2099:"da7feb20",2102:"669d1005",2130:"1394278c",2141:"e8d91b8d",2203:"7ad368a1",2216:"5fbb898a",2240:"d3d4d228",2249:"f4830452",2281:"259d613e",2300:"f77c7faa",2303:"8a3d185c",2307:"2383d9eb",2338:"5d26ad4b",2339:"9ea18bb1",2364:"f89faf70",2386:"192e235c",2396:"2f0c38bd",2404:"bbda3700",2412:"c6034c82",2425:"70737e39",2443:"767a882e",2476:"5a02c625",2494:"68080a87",2501:"eeb35268",2538:"de4a3723",2539:"3d0bc07d",2548:"68aff200",2570:"e3f80002",2594:"e87d3761",2603:"7c095397",2659:"db1be8db",2707:"8f7322f6",2806:"f5cd5c7e",2819:"2aff48c9",2823:"577e5721",2829:"fcf4cfad",2837:"54a82605",2862:"ddf21ee8",2865:"6fbc1322",2884:"89b8a037",2969:"ab3357d7",3006:"da23520e",3086:"984f76b0",3133:"9bf3f89c",3141:"576428b6",3157:"b6d30308",3183:"45066a7e",3198:"8e655451",3212:"54e196ec",3220:"1ff6a993",3247:"9269a4c0",3260:"18b7595e",3276:"94de3143",3317:"881bb1f5",3391:"f6d53071",3433:"36db9615",3442:"5c7583a3",3447:"233d838c",3451:"034c5cef",3509:"f1b98bcc",3550:"3dc83156",3581:"09d4aa85",3585:"227c148c",3668:"9300d19c",3697:"481a10d9",3747:"dba3183a",3754:"2a754961",3777:"d5b0f2f1",3784:"1fcd856e",3805:"9dbcb95e",3831:"00be0c6a",3862:"8be7610c",3873:"c209c33d",3885:"f87f7f15",3910:"cc0552e5",3951:"b3fb4dfe",3987:"5cecd51b",4014:"27a8e97c",4017:"eb7a8c4f",4030:"45d44c09",4048:"bd096aaa",4056:"d5a1f4f6",4058:"53d5c932",4078:"32c13081",4088:"236723f3",4093:"6b6b1848",4105:"af144ea5",4144:"88b98370",4164:"04f536f6",4216:"96957053",4217:"9c1a88bb",4227:"b7b993a8",4259:"ad84a109",4264:"dc604639",4297:"0989a42b",4347:"ce21ef2e",4354:"140899b7",4360:"cf5efa52",4449:"6e833d43",4492:"539bb38f",4496:"14147e2a",4498:"cd7c0a51",4504:"6c05e0b2",4514:"a8493370",4520:"1c38cbcb",4546:"91b5ac1f",4565:"4a4bbd08",4572:"4216731b",4599:"61def4cb",4610:"e57dca6e",4621:"4b1712dd",4628:"ece2c60c",4662:"fe5a50dc",4685:"c33f1528",4715:"6fe8f7aa",4736:"caf911b8",4741:"5a0e4829",4757:"d99979db",4766:"6aefd62d",4770:"46b5b65b",4790:"619413e4",4795:"68cb90e1",4797:"a24e92db",4800:"c6f8d0ec",4850:"1edda4b7",4889:"aedac9f0",4928:"c63b1775",4973:"5028707d",4994:"a027e93d",5022:"2b888e32",5028:"7535e2ca",5043:"c677c85e",5048:"9838652e",5060:"85dafcc6",5096:"afe6fccd",5111:"7275f825",5117:"b3e70c6b",5125:"ea041e97",5148:"8cfcb426",5165:"e9475262",5176:"9cd9c5e5",5177:"e23b88eb",5179:"ba4164a0",5186:"83197246",5230:"b4af9757",5238:"5e2fda2b",5290:"5dabcdc2",5297:"ff2a79c7",5307:"37b85121",5319:"308008ee",5321:"1163c84e",5330:"3c9d94b8",5335:"266465da",5354:"7ae70604",5357:"554c8c43",5359:"ba9d59ac",5382:"b56c9d45",5402:"6694c038",5416:"454536b7",5434:"38b302a6",5466:"c6302268",5494:"d89549c4",5518:"adcd2669",5549:"134d7cc6",5572:"a58c5aaf",5573:"9fc1d744",5624:"1fe9c746",5631:"e00d3d36",5650:"c407cc48",5679:"4a090bef",5694:"83d1d075",5705:"af671053",5729:"6836b582",5764:"e0d7e586",5775:"4662702a",5776:"5dee0f68",5786:"985dcf32",5798:"0da8aa17",5800:"3e9b35c3",5816:"09986007",5876:"5eded409",5888:"1e19b71e",5891:"d843c540",5894:"c0b01b87",5902:"31a5e412",5915:"7683a718",5972:"8f9b9760",5992:"9599e41c",6029:"4fb3aa58",6034:"4ec1de14",6045:"d268f87f",6047:"3ce45acd",6063:"e8818484",6069:"a5dddde6",6080:"23e658cd",6126:"99519171",6127:"95c025dc",6170:"bcf3b504",6185:"5a3033db",6265:"33242a21",6270:"b3527af6",6282:"3d148875",6328:"806eb2ce",6366:"83841eb7",6378:"7f3a946a",6411:"3b971528",6434:"44b14b64",6444:"bd3cce39",6451:"e434f4ae",6452:"29860504",6531:"9c174eba",6583:"cf5bd18e",6587:"ab73656c",6634:"a0955bbe",6637:"2ab4c0c6",6651:"ce4fb278",6682:"8aa52a9c",6685:"d03682e8",6729:"ec88b795",6741:"4657404b",6774:"59d4d618",6776:"7c4c4d82",6784:"66b4d539",6788:"e9918aff",6789:"3927be36",6796:"eac9b483",6820:"7b500952",6882:"58e036a4",6904:"a710d75f",6913:"0a5dfbaa",6963:"7fad4d96",7043:"8218bf7b",7045:"f8510d4e",7058:"658a3768",7062:"1bf5d482",7084:"46ccce72",7099:"bf25d441",7121:"902ecbe9",7156:"e7466006",7178:"e8e98255",7182:"dd2dc9cf",7224:"bd90a753",7242:"7778e5e7",7260:"0ddf2b22",7289:"d12bf1bf",7322:"725c9f52",7323:"5b39bbff",7329:"1a5bafe5",7333:"33300fe2",7365:"1005464f",7395:"e17c398e",7402:"a6710156",7460:"09f0eb01",7477:"08f86884",7482:"406d072d",7527:"c36c165d",7533:"fbf12be4",7545:"fd23ace2",7560:"e4b22056",7589:"63ffd57f",7591:"c8233ce9",7614:"d5a37884",7622:"046ac068",7647:"07824ccf",7686:"4fcec9f9",7706:"c2a79e40",7806:"14156ddf",7835:"bd9f9f70",7855:"81b1aba7",7857:"56a325f4",7883:"5ad86c12",7884:"7836eee7",7901:"67b434b2",7922:"a19ac75d",7964:"29aed9a1",7999:"8a41a45e",8003:"e2181938",8062:"ea0e5083",8066:"0514e17e",8072:"d02008ce",8085:"26f3e66d",8089:"d536b13a",8115:"8411f610",8143:"8a8217a2",8145:"dddcf22e",8155:"c47c3cf0",8161:"83c5fa9a",8217:"039ebeb8",8237:"56a773f6",8241:"83e7bc14",8286:"01a02c8d",8302:"55794970",8332:"cf637b87",8340:"8679dde5",8350:"07df8a75",8365:"f6b83452",8398:"f4d782ff",8431:"137fb71c",8435:"29ffda57",8447:"f6dbb73e",8458:"7821aa5c",8479:"fbacb3ea",8517:"f27c6419",8552:"886a4e0f",8561:"4339de84",8563:"40fd5024",8579:"af50dc2e",8639:"374b258d",8661:"fc3fba58",8665:"53031e40",8688:"f59d6bfc",8689:"cbf2df93",8723:"eb776193",8737:"ce7dad23",8776:"0ad26240",8787:"1e30c008",8800:"1051260c",8823:"ab67aeee",8827:"54e260a7",8842:"9f25a3e2",8866:"bc1ed92a",8871:"690fa8cb",8882:"e2b94547",8885:"74652b9b",8898:"d002bcd8",8909:"880d45dd",8920:"7f82440c",8963:"790aecdd",8965:"65958efd",8999:"74575e3c",9039:"92a75d4c",9076:"dc3da45e",9104:"bbcb2345",9205:"c0109c69",9252:"0d791a59",9260:"cf5f8140",9366:"a2ba3392",9391:"b2c30714",9404:"9fcc3d3e",9406:"ca383ff6",9416:"9aaaec75",9417:"b045ebcd",9449:"f056c8e8",9487:"dae6c953",9489:"34bd48cd",9507:"49714b8b",9511:"20cc08bd",9512:"d410f896",9554:"ed358e7b",9559:"f794af19",9647:"e304cd09",9649:"e7fc17ab",9674:"327e91dc",9677:"6b3c275b",9695:"4f59a43c",9715:"f23961bc",9716:"0bf9eb66",9785:"dcd257fd",9788:"238b7565",9814:"d75aff6b",9891:"7b9b004e",9895:"b8e31ff2",9906:"db0ed92b",9921:"cf008411",9922:"7c354a7d",9928:"5989f5e0",9944:"e244a999",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",3220:"p__Classrooms__Lists__Video__Upload__index",3247:"p__Paperlibrary__See__index",3260:"p__Paperlibrary__Add__index",3276:"p__Classrooms__Lists__Statistics__UserportraitStatistics__index",3317:"p__Classrooms__Lists__Graduation__Topics__Add__index",3391:"p__Classrooms__Lists__ProgramHomework__Detail__components__CodeReview__Detail__index",3433:"p__Classrooms__Lists__Exercise__Sumup__Edit__index",3442:"p__Classrooms__Lists__Board__Add__index",3447:"p__User__Detail__Order__pages__orderInformation__index",3451:"p__Classrooms__Lists__Statistics__StudentStatistics__Detail__index",3509:"p__HttpStatus__SixActivities",3581:"p__Shixuns__Detail__Collaborators__ThemeChange__index",3585:"p__Classrooms__Lists__Statistics__StudentSituation__index",3668:"p__Classrooms__Lists__CommonHomework__Detail__index",3747:"p__virtualSpaces__Lists__Homepage__index",3784:"p__Paperlibrary__Random__Detail__index",3831:"p__User__ThemeChange__VirtualSpaces",3873:"p__virtualSpaces__Lists__Lesson__index",3910:"p__HttpStatus__introduction",3951:"p__Classrooms__Lists__ProgramHomework__Detail__index",4030:"p__Classrooms__Lists__ProgramHomework__AddAndEdit__index",4048:"p__Forums__ThemeChange__index",4056:"p__IntrainCourse__index",4078:"p__Messages__Tidings__index",4093:"p__Classrooms__Lists__Attendance__Detail__index",4105:"p__Classrooms__Lists__Exercise__Answer__index",4144:"p__Problemset__Preview__New__index",4164:"p__Classrooms__Lists__Exercise__Detail__index",4216:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Edit__index",4217:"p__Classrooms__Lists__Video__Statistics__index",4227:"p__Paths__Overview__index",4259:"p__User__Detail__Order__pages__result__index",4264:"p__Forums__New__index",4297:"p__Classrooms__ThemeChange__Polls",4449:"p__Competitions__Exports__index",4492:"p__Graduations__Lists__StudentSelection__index",4496:"p__HttpStatus__HpcCourse",4498:"p__Shixuns__Edit__body__Level__Challenges__NewPractice__index",4504:"p__virtualSpaces__Lists__Survey__index",4514:"p__Account__Results__index",4520:"p__Account__Secure__index",4546:"p__Engineering__Lists__TrainingProgram__Add__index",4572:"p__Classrooms__Lists__ExportList__index",4599:"p__Problemset__index",4610:"p__User__Detail__LearningPath__index",4621:"p__Administration__Profession__index",4662:"p__Classrooms__Lists__GroupHomework__Review__index",4715:"p__virtualSpaces__Lists__Material__Detail__index",4736:"p__User__Detail__Projects__index",4741:"p__Problems__OjForm__NewEdit__index",4757:"p__virtualSpaces__Lists__Workplace__index",4766:"p__Administration__index",4770:"p__Classrooms__Lists__ProgramHomework__Detail__answer__index",4795:"p__Classrooms__Lists__Graduation__Tasks__Add__index",4800:"p__Engineering__Lists__GraduatedMatrix__index",4889:"p__Classrooms__Lists__Exercise__ImitateAnswer__index",4928:"p__Classrooms__Lists__LearningPath__index",4973:"p__Engineering__Evaluate__List__index",4994:"p__Problems__OjForm__index",5022:"p__Graduations__Lists__Settings__index",5043:"p__User__Detail__Topics__Poll__Edit__index",5048:"p__Classrooms__Lists__Graduation__Topics__index",5096:"p__Shixuns__Detail__AuditSituation__index",5111:"p__Terminal__index",5117:"p__User__ThemeChange__Certificate",5125:"p__Classrooms__Lists__Exercise__DetailedAnalysis__index",5148:"p__Classrooms__Lists__Polls__Answer__index",5165:"p__User__ThemeChange__Topics",5176:"p__User__Detail__Videos__Protocol__index",5177:"p__Classrooms__ThemeChange__Teachers",5179:"p__Administration__Student__Edit__index",5186:"p__Classrooms__Overview__index",5230:"p__Shixuns__Detail__Repository__AddFile__ThemeChange__index",5238:"p__virtualSpaces__Lists__Material__index",5297:"p__Classrooms__Lists__Exercise__Detail__components__DuplicateChecking__CheckDetail__index",5307:"p__Shixuns__ThemeChange__New",5319:"p__Classrooms__Lists__ProgramHomework__Detail__answer__Detail__index",5330:"p__Classrooms__ThemeChange__ShixunHomeworksComment",5335:"p__Engineering__Lists__CourseMatrix__index",5357:"p__Engineering__Lists__TrainingProgram__Edit__index",5359:"p__Messages__Detail__index",5382:"p__DataSet__Detail__index",5402:"p__User__Detail__Topics__Detail__index",5466:"p__Classrooms__ThemeChange__LiveVideo",5518:"p__Classrooms__Lists__Template__index",5549:"p__Shixuns__New__CreateImg__index",5572:"p__Paths__HigherVocationalEducation__index",5573:"p__Shixuns__Detail__Merge__index",5624:"p__Graduations__Lists__Index__index",5650:"p__Competitions__Update__index",5694:"p__Classrooms__ThemeChange__ShixunHomeworksDetail",5705:"p__virtualSpaces__Lists__Construction__index",5729:"p__Help__Index",5775:"p__Engineering__Lists__Document__index",5776:"p__User__ThemeChange__RealNameCertification",5786:"layouts__LoginAndRegister__index",5798:"p__Classrooms__Lists__Video__Statistics__UserDetail__index",5800:"p__User__ThemeChange__Competitions",5816:"p__Paperlibrary__Random__Edit__index",5888:"p__Classrooms__Lists__CommonHomework__Add__index",5891:"p__virtualSpaces__Lists__Resources__index",5894:"p__Shixuns__Detail__Repository__Commit__ThemeChange__index",5915:"p__knowledgegraph__Detail__Statistics__index",5972:"layouts__user__index",5992:"p__Classrooms__Lists__Exercise__ReviewGroup__index",6029:"p__Administration__Student__index",6063:"p__Graduations__Lists__Personmanage__index",6069:"p__virtualSpaces__Lists__Lesson__Detail__index",6080:"p__Paths__ThemeChange__New",6127:"p__Classrooms__Lists__ProgramHomework__Ranking__index",6185:"p__Classrooms__ThemeChange__Announcement",6265:"p__virtualSpaces__Lists__Discussion__index",6270:"p__MyProblem__index",6282:"p__Classrooms__ThemeChange__ProgramHomework",6328:"p__Shixuns__Edit__body__Warehouse__index",6366:"p__Innovation__PublicProject__index",6434:"p__User__Detail__Order__pages__records__index",6444:"p__Video__Detail__id",6451:"p__Shixuns__Detail__RankingList__ThemeChange__index",6452:"p__Innovation__PublicDataSet__index",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:"de58cef9",109:"1a7fc455",119:"25b26a6d",195:"8653772c",201:"7872e384",264:"5fd9b3fc",292:"9702f825",337:"45f063ed",479:"bba9e475",485:"d63578fe",508:"82593858",518:"c6774a1c",532:"c1a3e627",533:"7c6a1361",547:"5581debc",556:"c9ce9a90",559:"c49aa5ba",576:"e4f97d42",643:"22ded693",680:"e67e9e01",700:"573b339d",737:"98eb2f74",799:"08103cd8",879:"8ef20790",895:"ad846737",900:"228aca9a",906:"a29ef4e5",921:"30cc7e9b",928:"0277270a",1006:"2263131d",1043:"e8c0878b",1045:"8e5fbfd7",1048:"dafc3f4f",1070:"e67e9e01",1077:"4749f7c5",1211:"bdb8faab",1253:"619593a3",1257:"156e8f74",1276:"bbc6eeec",1343:"f50c7fcf",1423:"5c4a76fc",1427:"c24d69b3",1450:"1edcc2ed",1461:"e71bb36a",1470:"183c9793",1475:"5bfcb58b",1477:"970fcf81",1482:"d159af07",1512:"f3653a35",1520:"f7300d0e",1545:"0c4169ac",1578:"efcb0bdc",1581:"efffd7c0",1582:"8e45b6ff",1651:"55e4f704",1657:"c0cb4a08",1674:"fdbc1e05",1678:"484ca996",1713:"e5cf33ee",1717:"10201060",1727:"522640e5",1754:"118c994b",1783:"0d3d06a0",1798:"3157272a",1831:"cb1c37ee",1836:"5f0d3f7f",1855:"b92cccb4",1880:"750743ca",1897:"62544c06",1939:"ce7e2b5a",1953:"20ce3901",1962:"84e145fa",1993:"c47eb47a",2045:"dcfad42d",2099:"3b401031",2102:"ec61f9f0",2130:"fa9a5d94",2141:"5eb2f330",2203:"bd175c79",2216:"33467293",2240:"e7cce869",2281:"2976b5a2",2303:"1ed5567d",2307:"b2c54321",2338:"dea1928a",2339:"1336108e",2396:"2fd22400",2404:"08d36549",2412:"84cd3fdc",2425:"47b23ee4",2443:"637429ad",2476:"cf85a190",2501:"2441982c",2539:"082dd38b",2548:"75182034",2570:"846a7fe1",2603:"0277270a",2659:"f6071a36",2707:"cabcb16e",2806:"505dc6f7",2819:"9455b08a",2823:"a13b21fb",2829:"a5909474",2862:"dff7c42d",2865:"6ef3cf6b",2884:"ebfe0ea4",3006:"7fce4e74",3086:"d0ebac07",3141:"4e2f2f7c",3157:"f5d985ab",3183:"b2253f40",3212:"ad1521c1",3220:"a5be3990",3247:"50105eb7",3260:"05740106",3276:"7bbb651d",3317:"137440b7",3391:"f0e498fe",3433:"2018f6c1",3442:"bdf7849c",3447:"1653d818",3451:"e3a31387",3509:"70043ca5",3581:"c4be28e8",3585:"5f288e7b",3668:"fd3ea050",3747:"1af43845",3784:"c81d4a51",3831:"2711fd44",3873:"7cbe1ba5",3910:"658d457f",3951:"9b11b034",4030:"af04fe52",4048:"f9582bef",4056:"10eacfff",4078:"aa54548e",4093:"775588f4",4105:"7f9d4513",4144:"f10aa199",4164:"1ef1f5b4",4216:"0277270a",4217:"387bf824",4227:"79c3b323",4259:"ebd953ac",4264:"36917df0",4297:"cb8a8129",4449:"e68d8d58",4492:"12cb2835",4496:"77babddd",4498:"3e85d92c",4504:"9074cfde",4514:"887bdbb6",4520:"e86d61a1",4546:"4101a1f2",4572:"70e5675d",4599:"aa988bc4",4610:"687005a6",4621:"807fbac2",4662:"37625a1c",4715:"1230954d",4736:"5b6f4e2f",4741:"92525927",4757:"73b754d2",4766:"b5df5a8e",4770:"674b2d2a",4795:"939f9f81",4800:"f50302a4",4889:"a91da64a",4928:"a4b1a237",4973:"129c56e8",4994:"43974304",5022:"81b1b86b",5028:"03cdfb68",5043:"247e6954",5048:"aa08c681",5096:"4f6a4d00",5111:"5d09a39a",5117:"ab408bd4",5125:"57501e4a",5148:"572faeac",5165:"48afbcf3",5176:"9c49e7fa",5177:"ec157db5",5179:"21f01751",5186:"e766ffd9",5230:"8ecdafbb",5238:"865509db",5297:"5426028f",5307:"8f5be1d7",5319:"34217c3f",5330:"d6eee700",5335:"fec6fd9f",5357:"1fbb7d24",5359:"b254a598",5382:"d75b7acd",5402:"e8092123",5466:"12cfd33a",5518:"9f425be3",5549:"39285664",5572:"c945fbf2",5573:"6ecf393c",5624:"75c5add6",5650:"f8f63f4b",5694:"c3e4a8be",5705:"df6bf207",5729:"46f9b5d4",5775:"8945cad2",5776:"9d910e47",5786:"37a81eaa",5798:"ce1cf7da",5800:"ace57161",5816:"4adf0529",5888:"193a7f8f",5891:"cbb6f851",5894:"4c5225a9",5915:"bc9c3e69",5972:"79479731",5992:"419f5d2f",6029:"7f981b9d",6063:"3b503608",6069:"a9aeea2e",6080:"bc1c2b36",6127:"f31505a8",6185:"bd124dd8",6265:"8aa3f229",6270:"5496b206",6282:"f0151247",6328:"de2b9d62",6366:"079fc2d8",6434:"48c2a3cc",6444:"fd46d237",6451:"4db8623e",6452:"50a6d310",6583:"7599cb91",6587:"9c49e7fa",6634:"020d2aed",6637:"4348c475",6651:"b07fe216",6682:"0b183f46",6685:"50d3c702",6729:"aea3b7f5",6741:"b838eb14",6776:"461a4e93",6784:"1affe817",6789:"f85c816f",6796:"b24f73ad",6820:"cebdf1cf",6882:"c2d2eada",6904:"44afaa9b",6913:"739202fe",6963:"84e145fa",7043:"25478869",7045:"48f6fc4c",7058:"70169de5",7062:"5282c3e5",7099:"f105b5d4",7178:"6e47d75d",7182:"183c9793",7224:"7caf9754",7242:"4f353f61",7260:"2c380d56",7289:"516cb5de",7322:"ac5aaaee",7323:"3e11a2bc",7329:"e5af7e18",7395:"ff574c5d",7402:"c2ab8a41",7460:"dedd2038",7477:"7903c644",7482:"c37a3f01",7527:"a4765b7e",7545:"6e229fc1",7560:"d82e43ca",7589:"2517c75a",7614:"de9ee12f",7622:"5e2922e8",7806:"80b7b1d6",7835:"b5f6ea62",7855:"8698f084",7857:"13a29416",7883:"93cf27b2",7884:"1ca6cde0",7901:"505c3349",7922:"0e7ce87a",8062:"8e384b9f",8072:"540f746b",8085:"e6b0e037",8115:"4168d1d3",8143:"1021d119",8145:"aa6ec833",8155:"d345abd7",8217:"3f5e9ac7",8237:"faafb9cc",8241:"5bd955ca",8286:"69a76d39",8332:"71c0dfbb",8398:"b128b7d6",8431:"289b326c",8435:"0980085d",8447:"5dded7c0",8458:"9d938150",8479:"b4705507",8517:"cccfddad",8552:"a656ad91",8563:"20b25782",8579:"600a1b47",8665:"c52575bc",8688:"c044db56",8689:"c7b937bf",8723:"3eab1580",8787:"121de108",8823:"e5c765d5",8827:"7c77dcba",8866:"b95f6ec9",8882:"f3e42f72",8885:"de905169",8965:"bd9f71c8",8999:"448aa22f",9039:"e5b0c473",9076:"6a501148",9205:"49a3e67d",9366:"4f511490",9391:"c11edda0",9404:"d8cf04f7",9406:"b142636c",9416:"483ff19d",9449:"45975a82",9487:"a73f5679",9489:"ee2bb5b7",9507:"d52efba5",9511:"114333d9",9647:"9df3db4c",9649:"00fb4211",9674:"bb2d1c58",9677:"af7d4c8f",9695:"e6d547d3",9715:"b6c6645f",9716:"a5750e0d",9785:"08d36549",9788:"781a4d20",9814:"bbe362ca",9891:"512a9301",9906:"bb12ef11",9921:"e0db9101",9922:"33690872",9944:"1ba31055"}[d]+".chunk.css"}}(),function(){__webpack_require__.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(d){if(typeof window=="object")return window}}()}(),function(){__webpack_require__.hmd=function(d){return d=Object.create(d),d.children||(d.children=[]),Object.defineProperty(d,"exports",{enumerable:!0,set:function(){throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+d.id)}}),d}}(),function(){__webpack_require__.o=function(d,_){return Object.prototype.hasOwnProperty.call(d,_)}}(),function(){var d={};__webpack_require__.l=function(_,e,r,i){if(d[_]){d[_].push(e);return}var l,c;if(r!==void 0)for(var f=document.getElementsByTagName("script"),o=0;o<f.length;o++){var h=f[o];if(h.getAttribute("src")==_){l=h;break}}l||(c=!0,l=document.createElement("script"),l.charset="utf-8",l.timeout=120,__webpack_require__.nc&&l.setAttribute("nonce",__webpack_require__.nc),l.src=_,l.src.indexOf(window.location.origin+"/")!==0&&(l.crossOrigin="anonymous")),d[_]=[e];var u=function(x,p){l.onerror=l.onload=null,clearTimeout(a);var y=d[_];if(delete d[_],l.parentNode&&l.parentNode.removeChild(l),y&&y.forEach(function(m){return m(p)}),x)return x(p)},a=setTimeout(u.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=u.bind(null,l.onerror),l.onload=u.bind(null,l.onload),c&&document.head.appendChild(l)}}(),function(){__webpack_require__.r=function(d){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(d,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(d,"__esModule",{value:!0})}}(),function(){__webpack_require__.nmd=function(d){return d.paths=[],d.children||(d.children=[]),d}}(),function(){__webpack_require__.p="/react/build/"}(),function(){if(typeof document!="undefined"){var d=function(i,l,c,f,o){var h=document.createElement("link");h.rel="stylesheet",h.type="text/css";var u=function(a){if(h.onerror=h.onload=null,a.type==="load")f();else{var x=a&&(a.type==="load"?"missing":a.type),p=a&&a.target&&a.target.href||l,y=new Error("Loading CSS chunk "+i+` failed.
(`+p+")");y.code="CSS_CHUNK_LOAD_FAILED",y.type=x,y.request=p,h.parentNode.removeChild(h),o(y)}};return h.onerror=h.onload=u,h.href=l,h.href.indexOf(window.location.origin+"/")!==0&&(h.crossOrigin="anonymous"),c?c.parentNode.insertBefore(h,c.nextSibling):document.head.appendChild(h),h},_=function(i,l){for(var c=document.getElementsByTagName("link"),f=0;f<c.length;f++){var o=c[f],h=o.getAttribute("data-href")||o.getAttribute("href");if(o.rel==="stylesheet"&&(h===i||h===l))return o}for(var u=document.getElementsByTagName("style"),f=0;f<u.length;f++){var o=u[f],h=o.getAttribute("data-href");if(h===i||h===l)return o}},e=function(i){return new Promise(function(l,c){var f=__webpack_require__.miniCssF(i),o=__webpack_require__.p+f;if(_(f,o))return l();d(i,o,null,l,c)})},r={4620:0};__webpack_require__.f.miniCss=function(i,l){var c={26:1,67:1,109:1,119:1,195:1,201:1,264:1,292:1,337:1,479:1,485:1,508:1,518:1,532:1,533:1,547:1,556:1,559:1,576:1,643:1,680:1,700:1,737:1,799:1,879:1,895:1,900:1,906:1,921:1,928:1,1006:1,1043:1,1045:1,1048:1,1070:1,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,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,3220:1,3247:1,3260:1,3276:1,3317:1,3391:1,3433:1,3442:1,3447:1,3451:1,3509:1,3581:1,3585:1,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,5028:1,5043:1,5048:1,5096:1,5111:1,5117:1,5125:1,5148:1,5165:1,5176:1,5177:1,5179:1,5186:1,5230:1,5238:1,5297:1,5307:1,5319:1,5330:1,5335:1,5357:1,5359:1,5382:1,5402:1,5466:1,5518:1,5549:1,5572:1,5573:1,5624:1,5650:1,5694:1,5705:1,5729:1,5775:1,5776:1,5786:1,5798:1,5800:1,5816:1,5888:1,5891:1,5894:1,5915:1,5972:1,5992:1,6029:1,6063:1,6069:1,6080:1,6127:1,6185:1,6265:1,6270:1,6282:1,6328:1,6366:1,6434:1,6444:1,6451:1,6452:1,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 _=function(r,i){var l=i[0],c=i[1],f=i[2],o,h,u=0;if(l.some(function(x){return d[x]!==0})){for(o in c)__webpack_require__.o(c,o)&&(__webpack_require__.m[o]=c[o]);if(f)var a=f(__webpack_require__)}for(r&&r(i);u<l.length;u++)h=l[u],__webpack_require__.o(d,h)&&d[h]&&d[h][0](),d[h]=0},e=self.webpackChunk=self.webpackChunk||[];e.forEach(_.bind(null,0)),e.push=_.bind(null,e.push.bind(e))}();var __webpack_exports__={};(function(){"use strict";var d=__webpack_require__(68557),_=__webpack_require__(44852),e=__webpack_require__(64003),r=__webpack_require__(17898),i=__webpack_require__(40902),l=__webpack_require__(2259),c=__webpack_require__(14589),f=__webpack_require__(69811),o=__webpack_require__(18114),h=__webpack_require__(23844),u=__webpack_require__(39581),a=__webpack_require__(40632),x=__webpack_require__(22690),p=__webpack_require__(7786),y=__webpack_require__(99062),m=__webpack_require__(31808),b=__webpack_require__(99953),S=__webpack_require__(86357),D=__webpack_require__(93074),R=__webpack_require__(96331),A=__webpack_require__(2924),P=__webpack_require__(26425),M=__webpack_require__(32125),B=__webpack_require__(16137),N=__webpack_require__(48435),G=__webpack_require__(11553),H=__webpack_require__(70365),W=__webpack_require__(33717),ae=__webpack_require__(17482),ne=__webpack_require__(23708),oe=__webpack_require__(65033),q=__webpack_require__(52732),J=__webpack_require__(99382),K=__webpack_require__(88437),se=__webpack_require__(68440),ee=__webpack_require__(13412),Q=__webpack_require__(11005),le=__webpack_require__(70348),$=__webpack_require__(19801),j=__webpack_require__(91550),ie=__webpack_require__(85223),me=__webpack_require__(7154),Te=__webpack_require__(67788),Oe=__webpack_require__(96009),Ge=__webpack_require__(9402),Ue=__webpack_require__(62489),Mt=__webpack_require__(80881),yt=__webpack_require__(62837),kt=__webpack_require__(4705),Zt=__webpack_require__(13941),Ft=__webpack_require__(1148),tr=__webpack_require__(82445),ze=__webpack_require__(27267),wt=__webpack_require__(96353),Bt=__webpack_require__(90308),nt=__webpack_require__(84818),_t=__webpack_require__(80585),ht=__webpack_require__(89170),Je=__webpack_require__(71012),je=__webpack_require__(84203),be=__webpack_require__(22112),Le=__webpack_require__(81440),Ke=__webpack_require__(25430),He=__webpack_require__(70105),Xe=__webpack_require__(71390),pt=__webpack_require__(96844),bt=__webpack_require__(83578),rr=__webpack_require__(69762),Jt=__webpack_require__(76880),Me=__webpack_require__(65009),rt=__webpack_require__(28796),Yt=__webpack_require__(56450),Lt=__webpack_require__(78342),Wt=__webpack_require__(13161),Ht=__webpack_require__(54226),ir=__webpack_require__(70201),Gt=__webpack_require__(34941),Ie=__webpack_require__(85671),ce=__webpack_require__(35152),he=__webpack_require__(85660),It=__webpack_require__(80031),Ce=__webpack_require__(34434),ft=__webpack_require__(83579),Kt=__webpack_require__(74307),Tt=__webpack_require__(97423),Pe=__webpack_require__(93321),At=__webpack_require__(82277),Ze=__webpack_require__(61425),we=__webpack_require__(61873),gt=__webpack_require__(9307),Rt=__webpack_require__(8821),Fe=__webpack_require__(64385),Tr=__webpack_require__(64099),Ct=__webpack_require__(62455),Kr=__webpack_require__(79965),tn=__webpack_require__(59118),Ir=__webpack_require__(275),Lr=__webpack_require__(31919),vr=__webpack_require__(51284),$r=__webpack_require__(10177),sn=__webpack_require__(85690),hn=__webpack_require__(92114),Xt=__webpack_require__(1017),vt=__webpack_require__(14480),ot=__webpack_require__(40516),ct=__webpack_require__(76345),Nt=__webpack_require__(7282),br=__webpack_require__(58055),_r=__webpack_require__(93547),Jr=__webpack_require__(31237),zr=__webpack_require__(17954),xn=__webpack_require__(58580),Et=__webpack_require__(47146),Dr=__webpack_require__(40416),kn=__webpack_require__(7615),Qn=__webpack_require__(72820),Nn=__webpack_require__(86070),ti=__webpack_require__(23569),Tn=__webpack_require__(55639),Ai=__webpack_require__(63046),ri=__webpack_require__(464),Ci=__webpack_require__(51082),Qi=__webpack_require__(83850),Zi=__webpack_require__(41990),Ca=__webpack_require__(15787),ui=__webpack_require__(55888),ca=__webpack_require__(53827),Ta=__webpack_require__(78143),St=__webpack_require__(66419),ga=__webpack_require__(75765),oa=__webpack_require__(14645),gi=__webpack_require__(71122),Ma=__webpack_require__(42084),Ei=__webpack_require__(25070),ci=__webpack_require__(77140),On=__webpack_require__(15954),Ee=__webpack_require__(4266),ut=__webpack_require__(49988),tt=__webpack_require__(38823),Ot=__webpack_require__(24627),dt=__webpack_require__(4045),lr=__webpack_require__(50747),cr=__webpack_require__(43595),Ar=__webpack_require__(92324),Nr=__webpack_require__(23551),We=__webpack_require__(74521),et=__webpack_require__(57891),ye=__webpack_require__(84138),it=__webpack_require__(51832),sr=__webpack_require__(37135),xr=__webpack_require__(6474),Or=__webpack_require__(40135),Cr=__webpack_require__(7982),Ur=__webpack_require__(14893),bn=__webpack_require__(49233),wr=__webpack_require__(92130),fn=__webpack_require__(42844),nn=__webpack_require__(6536),cn=__webpack_require__(27228),Pn=__webpack_require__(62921),Pa=__webpack_require__(44001),Li=__webpack_require__(92262),vi=__webpack_require__(54744),yn=__webpack_require__(38214),fi=__webpack_require__(12756),Gi=__webpack_require__(93379),ya=__webpack_require__(62007),Vs=__webpack_require__(90572),ba=__webpack_require__(37343),Fs=__webpack_require__(45945),Ys=__webpack_require__(75551),es=__webpack_require__(32493),Ws=__webpack_require__(20852),qn=__webpack_require__(46302),Es=__webpack_require__(18827),fs=__webpack_require__(76718),Xs=__webpack_require__(79172),Yi=__webpack_require__(32192),Bs=__webpack_require__(42828),Ko=__webpack_require__(5658),Va=__webpack_require__(55629),ha=__webpack_require__(62925),is=__webpack_require__(9595),vo=__webpack_require__(58127),jn=__webpack_require__(70917),ts=__webpack_require__(53427),Ps=__webpack_require__(70878),Is=__webpack_require__(49257),Wi=__webpack_require__(72910),Xa=__webpack_require__(34932),Wa=__webpack_require__(81046),Rs=__webpack_require__(85744),_o=__webpack_require__(13494),$o=__webpack_require__(56338),Vo=__webpack_require__(66755),Yo=__webpack_require__(68709),rs=__webpack_require__(4939),_s=__webpack_require__(81927),Ao=__webpack_require__(60462),Zo=__webpack_require__(72571),Lo=__webpack_require__(71200),Xo=__webpack_require__(85767),yi=__webpack_require__(84432),hi=__webpack_require__(59022),as=__webpack_require__(19363),ds=__webpack_require__(51054),ss=__webpack_require__(60330),go=__webpack_require__(55234),Wo=__webpack_require__(88104),du=__webpack_require__(64336),Ls=__webpack_require__(63914),tu=__webpack_require__(35246),hu=__webpack_require__(83470),Iu=__webpack_require__(79641),Mo=__webpack_require__(72397),Ju=__webpack_require__(24860),Fo=__webpack_require__(19320),mo=__webpack_require__(56233),gu=__webpack_require__(59419),Bu=__webpack_require__(64344),Do=__webpack_require__(5316),Bo=__webpack_require__(93744),Ou=__webpack_require__(19299),Qo=__webpack_require__(15286),ru=__webpack_require__(91927),Os=__webpack_require__(27730),Ho=__webpack_require__(58707),Nu=__webpack_require__(41356),qt=__webpack_require__(51606),hr=__webpack_require__(8966),ur=__webpack_require__(38458),pr=__webpack_require__(71957),Sr=__webpack_require__(89466),vn=__webpack_require__(69653),Wn=__webpack_require__(96519),Rn=__webpack_require__(95576),Hn=__webpack_require__(63079),oi=__webpack_require__(8995),ai=__webpack_require__(23080),fr=__webpack_require__(74701),Fr=__webpack_require__(91809),kr=__webpack_require__(77517),En=__webpack_require__(30149),Sn=__webpack_require__(55410),mt=__webpack_require__(46161),Un=__webpack_require__(14800),Gn=__webpack_require__(91130),Oi=__webpack_require__(2722),qi=__webpack_require__(55885),er=__webpack_require__(39034),ia=__webpack_require__(8604),Ki=__webpack_require__(64963),Sa=__webpack_require__(25178),gs=__webpack_require__(1905),Ns=__webpack_require__(94306),Mi=__webpack_require__(11762),Co=__webpack_require__(93164),oo=__webpack_require__(88900),Ms=__webpack_require__(54815),Ba=__webpack_require__(81138),Ds=__webpack_require__(37252),yo=__webpack_require__(81673),Zn=__webpack_require__(48966),Hs=__webpack_require__(13015),uo=__webpack_require__(78527),Qe=__webpack_require__(20511),qe=__webpack_require__(78366),jt=__webpack_require__(27427),Vt=__webpack_require__(43890),gr=__webpack_require__(55844),Mr=__webpack_require__(71361),Zr=__webpack_require__(44550),_n=__webpack_require__(413),on=__webpack_require__(77464),gn=__webpack_require__(77703),ni=__webpack_require__(93854),si=__webpack_require__(962),Si=__webpack_require__(44169),Di=__webpack_require__(56272),Ji=__webpack_require__(43466),Hi=__webpack_require__(48156),Ti=__webpack_require__(93236),Ia=__webpack_require__(42212),Pi=__webpack_require__(63923),bi=__webpack_require__(2278),xa=__webpack_require__(36955),bo=__webpack_require__(77326),Gs=__webpack_require__(53571),ea=__webpack_require__(28670),Qa=__webpack_require__(31050),fa=__webpack_require__(25321),Ni=__webpack_require__(96364),ka=__webpack_require__(46304),qa=__webpack_require__(55163),hs=__webpack_require__(78722),xo=__webpack_require__(35977),ps=__webpack_require__(81848),ko=__webpack_require__(52867),os=__webpack_require__(72211),ms=__webpack_require__(84862),ks=__webpack_require__(92381),pa=__webpack_require__(19517),us=__webpack_require__(69667),js=__webpack_require__(80820),Ra=__webpack_require__(87873),ge=__webpack_require__(54609),Se=__webpack_require__(28566),Er=__webpack_require__(51697),en=__webpack_require__(61872),yr=__webpack_require__(76077),Qr=__webpack_require__(9196),In=__webpack_require__(5369),ii=__webpack_require__(26259),$i=__webpack_require__(47736),zn=__webpack_require__(28220),Mn=__webpack_require__(62060),Kn=__webpack_require__(49350),ma=__webpack_require__(20126),ta=__webpack_require__(18090),No=__webpack_require__(14309),To=__webpack_require__(17822),yu=__webpack_require__(83543),Ml=__webpack_require__(13853),ul=__webpack_require__(25188),bu=__webpack_require__(10215),mf=__webpack_require__(3432),el=__webpack_require__(90486),Ve=__webpack_require__(6736),Z=__webpack_require__(8774),Y=__webpack_require__(94065),te=__webpack_require__(93036),de=__webpack_require__(75708),Ae=__webpack_require__(84624),Ye=__webpack_require__(66233),Pt=__webpack_require__(43710),$t=__webpack_require__(92762),nr=__webpack_require__(24467),Dt=__webpack_require__(68465),Wr=__webpack_require__(77004),an=__webpack_require__(83925),An=__webpack_require__(51117),Vn=__webpack_require__(87236),Jn=__webpack_require__(83733),ki=__webpack_require__(92044),Aa=__webpack_require__(29190),va=__webpack_require__(10775),wa=__webpack_require__(19593),ns=__webpack_require__(26502),ys=__webpack_require__(10174),Us=__webpack_require__(96378),ls=__webpack_require__(58216),la=__webpack_require__(41401),io=__webpack_require__(79908),Qs=__webpack_require__(82531),xi=__webpack_require__(79890),Ro=__webpack_require__(88472),Po=__webpack_require__(38944),xu=__webpack_require__(78423),eo=__webpack_require__(65713),to=__webpack_require__(22968),ao=__webpack_require__(17564),Fl=__webpack_require__(1220),gl=__webpack_require__(44886),tl=__webpack_require__(57019),wu=__webpack_require__(35295),lo=__webpack_require__(80286),ll=__webpack_require__(38487),Zu=__webpack_require__(29916),jo=__webpack_require__(25541),El=__webpack_require__(45612),Bl=__webpack_require__(34926),nu=__webpack_require__(98080),Nl=__webpack_require__(68255),ro=__webpack_require__(96351),iu=__webpack_require__(16450),cl=__webpack_require__(60244),oc=__webpack_require__(86921),Wu=__webpack_require__(82928),Sc=__webpack_require__(42947),uc=__webpack_require__(71568),li=__webpack_require__(94194),Ac=__webpack_require__(30556),Io=__webpack_require__(32100),lc=__webpack_require__(93102),Eu=__webpack_require__(1821),Sl=__webpack_require__(82074),wo=__webpack_require__(13578),vf=__webpack_require__(59348),$c=__webpack_require__(62882),zs=__webpack_require__(37457),_f=__webpack_require__(70654),gf=__webpack_require__(90252),Zc=__webpack_require__(29482),au=__webpack_require__(51630),Cc=__webpack_require__(61933),Al=__webpack_require__(619),ju=__webpack_require__(99675),jl=__webpack_require__(52548),co=__webpack_require__(53637),qo=__webpack_require__(57482),su=__webpack_require__(59725),Tc=__webpack_require__(17610),Ul=__webpack_require__(56966),Su=__webpack_require__(11507),Wc=__webpack_require__(16315),Pc=__webpack_require__(60239),Du=__webpack_require__(49381),zl=__webpack_require__(17230),Hu=__webpack_require__(62720),Ic=__webpack_require__(57151),Cl=__webpack_require__(48732),Ya=__webpack_require__(18481),If=__webpack_require__(55055),Hc=__webpack_require__(7195),Gu=__webpack_require__(89179),Gc=__webpack_require__(90965),Kc=__webpack_require__(67725),$l=__webpack_require__(59884),Au=__webpack_require__(89202),yf=__webpack_require__(97815),Oc=__webpack_require__(11593),Zl=__webpack_require__(7597),Ku=__webpack_require__(55182),fo=__webpack_require__(34366),Uo=__webpack_require__(85425),ou=__webpack_require__(64522),Dc=__webpack_require__(41599),fl=__webpack_require__(86465),Vc=__webpack_require__(78437),bf=__webpack_require__(73624),cc=__webpack_require__(62059),Oo=__webpack_require__(10305),Yc=__webpack_require__(41208),Xc=__webpack_require__(25204),rl=__webpack_require__(40061),Uu=__webpack_require__(47803),ho=__webpack_require__(7893),Wl=__webpack_require__(4890),Of=__webpack_require__(5340),kc=__webpack_require__(61650),Qc=__webpack_require__(58246),dl=__webpack_require__(65873),Jo=__webpack_require__(63579),Hl=__webpack_require__(87296),$e=__webpack_require__(59301),Vu=__webpack_require__(4676),pu=__webpack_require__(35338),fc=__webpack_require__(9139);function uu(Ln){var ei=Ln.id,ji=Ln.basename,Na=Ln.cb,ra=new URLSearchParams({route:ei,url:window.location.href}).toString(),Ea="".concat(Yu(window.umiServerLoaderPath||ji),"__serverLoader?").concat(ra);fetch(Ea,{credentials:"include"}).then(function(Oa){return Oa.json()}).then(Na).catch(console.error)}function Yu(){var Ln=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return Ln.endsWith("/")?Ln:"".concat(Ln,"/")}var Rc=__webpack_require__(38127),dc=__webpack_require__(38329),Tl=__webpack_require__(8616),hl=["content"],nl=["content"],qc=/^(http:|https:)?\/\//;function hc(Ln){return qc.test(Ln)||Ln.startsWith("/")&&!Ln.startsWith("/*")||Ln.startsWith("./")||Ln.startsWith("../")}var ku=function(){return $e.createElement("noscript",{dangerouslySetInnerHTML:{__html:"<b>Enable JavaScript to run this app.</b>"}})},yl=function(ei){var ji,Na=ei.loaderData,ra=ei.htmlPageOpts,Ea=ei.manifest,Oa=(Ea==null||(ji=Ea.assets)===null||ji===void 0?void 0:ji["umi.css"])||"";return $e.createElement("script",{suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:"window.__UMI_LOADER_DATA__ = ".concat(JSON.stringify(Na||{}),"; window.__UMI_METADATA_LOADER_DATA__ = ").concat(JSON.stringify(ra||{}),"; window.__UMI_BUILD_ClIENT_CSS__ = '").concat(Oa,"'")}})};function Xu(Ln){var ei=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof Ln=="string")return hc(Ln)?(0,Jo.Z)({src:Ln},ei):{content:Ln};if((0,Tl.Z)(Ln)==="object")return(0,Jo.Z)((0,Jo.Z)({},Ln),ei);throw new Error("Invalid script type: ".concat((0,Tl.Z)(Ln)))}function Df(Ln){return hc(Ln)?{type:"link",href:Ln}:{type:"style",content:Ln}}var xf=function(ei){var ji,Na,ra,Ea,Oa,As,aa=ei.htmlPageOpts;return $e.createElement($e.Fragment,null,(aa==null?void 0:aa.title)&&$e.createElement("title",null,aa.title),aa==null||(ji=aa.favicons)===null||ji===void 0?void 0:ji.map(function(Cs,pl){return $e.createElement("link",{key:pl,rel:"shortcut icon",href:Cs})}),(aa==null?void 0:aa.description)&&$e.createElement("meta",{name:"description",content:aa.description}),(aa==null||(Na=aa.keywords)===null||Na===void 0?void 0:Na.length)&&$e.createElement("meta",{name:"keywords",content:aa.keywords.join(",")}),aa==null||(ra=aa.metas)===null||ra===void 0?void 0:ra.map(function(Cs){return $e.createElement("meta",{key:Cs.name,name:Cs.name,content:Cs.content})}),aa==null||(Ea=aa.links)===null||Ea===void 0?void 0:Ea.map(function(Cs,pl){return $e.createElement("link",(0,dc.Z)({key:pl},Cs))}),aa==null||(Oa=aa.styles)===null||Oa===void 0?void 0:Oa.map(function(Cs,pl){var ml=Df(Cs),il=ml.type,vl=ml.href,wl=ml.content;if(il==="link")return $e.createElement("link",{key:pl,rel:"stylesheet",href:vl});if(il==="style")return $e.createElement("style",{key:pl},wl)}),aa==null||(As=aa.headScripts)===null||As===void 0?void 0:As.map(function(Cs,pl){var ml=Xu(Cs),il=ml.content,vl=(0,Rc.Z)(ml,hl);return $e.createElement("script",(0,dc.Z)({dangerouslySetInnerHTML:{__html:il},key:pl},vl))}))};function lu(Ln){var ei,ji=Ln.children,Na=Ln.loaderData,ra=Ln.manifest,Ea=Ln.htmlPageOpts,Oa=Ln.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,As=Ln.mountElementId;if(Oa!=null&&Oa.pureHtml)return $e.createElement("html",null,$e.createElement("head",null),$e.createElement("body",null,$e.createElement(ku,null),$e.createElement("div",{id:As},ji),$e.createElement(yl,{manifest:ra,loaderData:Na,htmlPageOpts:Ea})));if(Oa!=null&&Oa.pureApp)return $e.createElement($e.Fragment,null,ji);var aa=typeof window=="undefined"?ra==null?void 0:ra.assets["umi.css"]:window.__UMI_BUILD_ClIENT_CSS__;return $e.createElement("html",{suppressHydrationWarning:!0,lang:(Ea==null?void 0:Ea.lang)||"en"},$e.createElement("head",null,$e.createElement("meta",{charSet:"utf-8"}),$e.createElement("meta",{name:"viewport",content:"width=device-width, initial-scale=1"}),aa&&$e.createElement("link",{suppressHydrationWarning:!0,rel:"stylesheet",href:aa}),$e.createElement(xf,{htmlPageOpts:Ea})),$e.createElement("body",null,$e.createElement(ku,null),$e.createElement("div",{id:As},ji),$e.createElement(yl,{manifest:ra,loaderData:Na,htmlPageOpts:Ea}),Ea==null||(ei=Ea.scripts)===null||ei===void 0?void 0:ei.map(function(Cs,pl){var ml=Xu(Cs),il=ml.content,vl=(0,Rc.Z)(ml,nl);return $e.createElement("script",(0,dc.Z)({dangerouslySetInnerHTML:{__html:il},key:pl},vl))})))}var Pl=$e.createContext(void 0);function Jc(){return $e.useContext(Pl)}var Gl=["redirect"];function Kl(Ln){var ei=Ln.routesById,ji=Ln.parentId,Na=Ln.routeComponents,ra=Ln.useStream,Ea=ra===void 0?!0:ra;return Object.keys(ei).filter(function(Oa){return ei[Oa].parentId===ji}).map(function(Oa){var As=cu((0,Jo.Z)((0,Jo.Z)({route:ei[Oa],routeComponent:Na[Oa],loadingComponent:Ln.loadingComponent,reactRouter5Compat:Ln.reactRouter5Compat},Ln.reactRouter5Compat&&{hasChildren:Object.keys(ei).filter(function(Cs){return ei[Cs].parentId===Oa}).length>0}),{},{useStream:Ea})),aa=Kl({routesById:ei,routeComponents:Na,parentId:As.id,loadingComponent:Ln.loadingComponent,reactRouter5Compat:Ln.reactRouter5Compat,useStream:Ea});return aa.length>0&&(As.children=aa,As.routes=aa),As})}function eu(Ln){var ei=(0,pu.UO)(),ji=(0,pu.Gn)(Ln.to,ei),Na=(0,fc.T$)(),ra=(0,pu.TH)();if(Na!=null&&Na.keepQuery){var Ea=ra.search+ra.hash;ji+=Ea}var Oa=(0,Jo.Z)((0,Jo.Z)({},Ln),{},{to:ji});return $e.createElement(pu.Fg,(0,dc.Z)({replace:!0},Oa))}function cu(Ln){var ei=Ln.route,ji=Ln.useStream,Na=ji===void 0?!0:ji,ra=ei.redirect,Ea=(0,Rc.Z)(ei,Gl),Oa=Ln.reactRouter5Compat?mu:pc;return(0,Jo.Z)({element:ra?$e.createElement(eu,{to:ra}):$e.createElement(Pl.Provider,{value:{route:Ln.route}},$e.createElement(Oa,{loader:$e.memo(Ln.routeComponent),loadingComponent:Ln.loadingComponent||Vl,hasChildren:Ln.hasChildren,useStream:Na}))},Ea)}function Vl(){return $e.createElement("div",null)}function mu(Ln){var ei=Jc(),ji=ei.route,Na=(0,fc.Ov)(),ra=Na.history,Ea=Na.clientRoutes,Oa=(0,pu.UO)(),As={params:Oa,isExact:!0,path:ji.path,url:ra.location.pathname},aa=Ln.loader,Cs={location:ra.location,match:As,history:ra,params:Oa,route:ji,routes:Ea};return Ln.useStream?$e.createElement($e.Suspense,{fallback:$e.createElement(Ln.loadingComponent,null)},$e.createElement(aa,Cs,Ln.hasChildren&&$e.createElement(pu.j3,null))):$e.createElement(aa,Cs,Ln.hasChildren&&$e.createElement(pu.j3,null))}function pc(Ln){var ei=Ln.loader;return Ln.useStream?$e.createElement($e.Suspense,{fallback:$e.createElement(Ln.loadingComponent,null)},$e.createElement(ei,null)):$e.createElement(ei,null)}var Il=null;function ef(){return Il}function bl(Ln){var ei=Ln.history,ji=$e.useState({action:ei.action,location:ei.location}),Na=(0,Hl.Z)(ji,2),ra=Na[0],Ea=Na[1];return(0,$e.useLayoutEffect)(function(){return ei.listen(Ea)},[ei]),(0,$e.useLayoutEffect)(function(){function Oa(As){Ln.pluginManager.applyPlugins({key:"onRouteChange",type:"event",args:{routes:Ln.routes,clientRoutes:Ln.clientRoutes,location:As.location,action:As.action,basename:Ln.basename,isFirst:!!As.isFirst}})}return Oa({location:ra.location,action:ra.action,isFirst:!0}),ei.listen(Oa)},[ei,Ln.routes,Ln.clientRoutes]),$e.createElement(pu.F0,{navigator:ei,location:ra.location,basename:Ln.basename},Ln.children)}function zu(){var Ln=(0,fc.Ov)(),ei=Ln.clientRoutes;return(0,pu.V$)(ei)}var mc=["innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","rootContainer"],vc=function(ei,ji){var Na=ei.basename||"/",ra=Kl({routesById:ei.routes,routeComponents:ei.routeComponents,loadingComponent:ei.loadingComponent,reactRouter5Compat:ei.reactRouter5Compat,useStream:ei.useStream});ei.pluginManager.applyPlugins({key:"patchClientRoutes",type:"event",args:{routes:ra}});for(var Ea=$e.createElement(bl,{basename:Na,pluginManager:ei.pluginManager,routes:ei.routes,clientRoutes:ra,history:ei.history},ji),Oa=0,As=mc;Oa<As.length;Oa++){var aa=As[Oa];Ea=ei.pluginManager.applyPlugins({type:"modify",key:aa,initialValue:Ea,args:{routes:ei.routes,history:ei.history,plugin:ei.pluginManager}})}var Cs=function(){var ml=(0,$e.useState)({}),il=(0,Hl.Z)(ml,2),vl=il[0],wl=il[1],Vf=(0,$e.useState)(window.__UMI_LOADER_DATA__||{}),kf=(0,Hl.Z)(Vf,2),tc=kf[0],Ef=kf[1],Nc=(0,$e.useCallback)(function(of,Rf){var al,Wf=(((al=(0,pu.fp)(ra,of,Na))===null||al===void 0?void 0:al.map(function(qu){return qu.route.id}))||[]).filter(Boolean);Wf.forEach(function(qu){var uf,Lf;if(window.__umi_route_prefetch__){var Go,Sf=(Go=ei.routeComponents[qu])===null||Go===void 0||(Go=Go._payload)===null||Go===void 0?void 0:Go._result;typeof Sf=="function"&&Sf()}var Af=(uf=ei.routes[qu])===null||uf===void 0?void 0:uf.clientLoader,_l=!!Af,jc=(Lf=ei.routes[qu])===null||Lf===void 0?void 0:Lf.hasServerLoader;!Rf&&jc&&!_l&&!window.__UMI_LOADER_DATA__&&uu({id:qu,basename:Na,cb:function(cf){$e.startTransition(function(){Ef(function(Cf){return(0,Jo.Z)((0,Jo.Z)({},Cf),{},(0,dl.Z)({},qu,cf))})})}});var fu=!!vl[qu],Mf=_l&&Af.hydrate||!jc,Ff=jc&&!window.__UMI_LOADER_DATA__;_l&&!fu&&(Mf||Ff)&&Af({serverLoader:function(){return uu({id:qu,basename:Na,cb:function(Cf){$e.startTransition(function(){Ef(function(Tf){return(0,Jo.Z)((0,Jo.Z)({},Tf),{},(0,dl.Z)({},qu,Cf))})})}})}}).then(function(lf){wl(function(cf){return(0,Jo.Z)((0,Jo.Z)({},cf),{},(0,dl.Z)({},qu,lf))})})})},[vl]);return(0,$e.useEffect)(function(){return Nc(window.location.pathname,!0),ei.history.listen(function(of){Nc(of.location.pathname)})},[]),(0,$e.useLayoutEffect)(function(){typeof ei.callback=="function"&&ei.callback()},[]),$e.createElement(fc.Il.Provider,{value:{routes:ei.routes,routeComponents:ei.routeComponents,clientRoutes:ra,pluginManager:ei.pluginManager,rootElement:ei.rootElement,basename:Na,clientLoaderData:vl,serverLoaderData:tc,preloadRoute:Nc,history:ei.history}},Ea)};return Cs};function Yl(Ln){var ei=Ln.rootElement||document.getElementById("root"),ji=vc(Ln,$e.createElement(zu,null));if(Ln.components)return ji;if(Ln.hydrate){var Na=window.__UMI_LOADER_DATA__||{},ra=window.__UMI_METADATA_LOADER_DATA__||{},Ea={metadata:ra,loaderData:Na,mountElementId:Ln.mountElementId},Oa=Ln.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureApp||Ln.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureHtml;Vu.hydrateRoot(Oa?ei:document,Oa?$e.createElement(ji,null):$e.createElement(lu,Ea,$e.createElement(ji,null)));return}if(Vu.createRoot){Il=Vu.createRoot(ei),Il.render($e.createElement(ji,null));return}Vu.render($e.createElement(ji,null),ei)}var Lc=(Ln,ei,ji)=>new Promise((Na,ra)=>{var Ea=aa=>{try{As(ji.next(aa))}catch(Cs){ra(Cs)}},Oa=aa=>{try{As(ji.throw(aa))}catch(Cs){ra(Cs)}},As=aa=>aa.done?Na(aa.value):Promise.resolve(aa.value).then(Ea,Oa);As((ji=ji.apply(Ln,ei)).next())});function wf(){return Lc(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:$e.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),2:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),3:$e.lazy(()=>Promise.all([__webpack_require__.e(7533),__webpack_require__.e(2099)]).then(__webpack_require__.bind(__webpack_require__,22632))),4:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,20556))),5:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,20556))),6:$e.lazy(()=>__webpack_require__.e(3247).then(__webpack_require__.bind(__webpack_require__,80291))),7:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),8:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(8003),__webpack_require__.e(1545)]).then(__webpack_require__.bind(__webpack_require__,93114))),9:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),10:$e.lazy(()=>__webpack_require__.e(9906).then(__webpack_require__.bind(__webpack_require__,83440))),11:$e.lazy(()=>__webpack_require__.e(5572).then(__webpack_require__.bind(__webpack_require__,51221))),12:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6080)]).then(__webpack_require__.bind(__webpack_require__,25049))),13:$e.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,21403))),14:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(2281)]).then(__webpack_require__.bind(__webpack_require__,46135))),15:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1651)]).then(__webpack_require__.bind(__webpack_require__,7021))),16:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6080)]).then(__webpack_require__.bind(__webpack_require__,25049))),17:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),18:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),19:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),20:$e.lazy(()=>__webpack_require__.e(6789).then(__webpack_require__.bind(__webpack_require__,95694))),21:$e.lazy(()=>__webpack_require__.e(9921).then(__webpack_require__.bind(__webpack_require__,99603))),22:$e.lazy(()=>__webpack_require__.e(1674).then(__webpack_require__.bind(__webpack_require__,85412))),23:$e.lazy(()=>__webpack_require__.e(6685).then(__webpack_require__.bind(__webpack_require__,59799))),24:$e.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,21227))),25:$e.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,21227))),26:$e.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,29187))),27:$e.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,29187))),28:$e.lazy(()=>__webpack_require__.e(109).then(__webpack_require__.bind(__webpack_require__,42978))),29:$e.lazy(()=>__webpack_require__.e(737).then(__webpack_require__.bind(__webpack_require__,20408))),30:$e.lazy(()=>__webpack_require__.e(3391).then(__webpack_require__.bind(__webpack_require__,39539))),31:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(5694)]).then(__webpack_require__.bind(__webpack_require__,21547))),32:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(5330)]).then(__webpack_require__.bind(__webpack_require__,69083))),33:$e.lazy(()=>Promise.all([__webpack_require__.e(7533),__webpack_require__.e(2303)]).then(__webpack_require__.bind(__webpack_require__,53281))),34:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1450)]).then(__webpack_require__.bind(__webpack_require__,11749))),35:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(195)]).then(__webpack_require__.bind(__webpack_require__,96930))),36:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3668)]).then(__webpack_require__.bind(__webpack_require__,17849))),37:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(2338)]).then(__webpack_require__.bind(__webpack_require__,53612))),38:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4662)]).then(__webpack_require__.bind(__webpack_require__,52786))),39:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8072)]).then(__webpack_require__.bind(__webpack_require__,68698))),40:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(479)]).then(__webpack_require__.bind(__webpack_require__,12459))),41:$e.lazy(()=>__webpack_require__.e(5297).then(__webpack_require__.bind(__webpack_require__,57806))),42:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(4164)]).then(__webpack_require__.bind(__webpack_require__,56410))),43:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),44:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8800),__webpack_require__.e(4889)]).then(__webpack_require__.bind(__webpack_require__,83624))),45:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8800),__webpack_require__.e(4105)]).then(__webpack_require__.bind(__webpack_require__,58232))),46:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7883)]).then(__webpack_require__.bind(__webpack_require__,5781))),47:$e.lazy(()=>__webpack_require__.e(7482).then(__webpack_require__.bind(__webpack_require__,92235))),48:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,35199))),49:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(337)]).then(__webpack_require__.bind(__webpack_require__,98580))),50:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,83927))),51:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,83927))),52:$e.lazy(()=>__webpack_require__.e(5992).then(__webpack_require__.bind(__webpack_require__,92974))),53:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(7533),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,94113))),54:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(7533),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,94113))),55:$e.lazy(()=>__webpack_require__.e(8431).then(__webpack_require__.bind(__webpack_require__,89607))),56:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5902)]).then(__webpack_require__.bind(__webpack_require__,34887))),57:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3433)]).then(__webpack_require__.bind(__webpack_require__,36755))),58:$e.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,23888))),59:$e.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,23888))),60:$e.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,20861))),61:$e.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,20861))),62:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1578)]).then(__webpack_require__.bind(__webpack_require__,78348))),63:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3317)]).then(__webpack_require__.bind(__webpack_require__,57383))),64:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1482)]).then(__webpack_require__.bind(__webpack_require__,86608))),65:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4795)]).then(__webpack_require__.bind(__webpack_require__,23279))),66:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(26)]).then(__webpack_require__.bind(__webpack_require__,17747))),67:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8882)]).then(__webpack_require__.bind(__webpack_require__,25585))),68:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5888)]).then(__webpack_require__.bind(__webpack_require__,18647))),69:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9715)]).then(__webpack_require__.bind(__webpack_require__,96377))),70:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7045)]).then(__webpack_require__.bind(__webpack_require__,83537))),71:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1211)]).then(__webpack_require__.bind(__webpack_require__,50475))),72:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1582)]).then(__webpack_require__.bind(__webpack_require__,13511))),73:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6729)]).then(__webpack_require__.bind(__webpack_require__,25981))),74:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9695)]).then(__webpack_require__.bind(__webpack_require__,74410))),75:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8723)]).then(__webpack_require__.bind(__webpack_require__,70829))),76:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7622)]).then(__webpack_require__.bind(__webpack_require__,23396))),77:$e.lazy(()=>__webpack_require__.e(5148).then(__webpack_require__.bind(__webpack_require__,97862))),78:$e.lazy(()=>__webpack_require__.e(643).then(__webpack_require__.bind(__webpack_require__,60038))),79:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3442)]).then(__webpack_require__.bind(__webpack_require__,77678))),80:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2102)]).then(__webpack_require__.bind(__webpack_require__,94544))),81:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2425)]).then(__webpack_require__.bind(__webpack_require__,31345))),82:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2404)]).then(__webpack_require__.bind(__webpack_require__,37165))),83:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9785)]).then(__webpack_require__.bind(__webpack_require__,47590))),84:$e.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,21403))),85:$e.lazy(()=>__webpack_require__.e(2819).then(__webpack_require__.bind(__webpack_require__,79991))),86:$e.lazy(()=>__webpack_require__.e(1512).then(__webpack_require__.bind(__webpack_require__,7351))),87:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7395)]).then(__webpack_require__.bind(__webpack_require__,25062))),88:$e.lazy(()=>__webpack_require__.e(3585).then(__webpack_require__.bind(__webpack_require__,11956))),89:$e.lazy(()=>__webpack_require__.e(6963).then(__webpack_require__.bind(__webpack_require__,25421))),90:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4030)]).then(__webpack_require__.bind(__webpack_require__,58021))),91:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4030)]).then(__webpack_require__.bind(__webpack_require__,58021))),92:$e.lazy(()=>__webpack_require__.e(6127).then(__webpack_require__.bind(__webpack_require__,73947))),93:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3951)]).then(__webpack_require__.bind(__webpack_require__,93931))),94:$e.lazy(()=>__webpack_require__.e(1048).then(__webpack_require__.bind(__webpack_require__,8361))),95:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2884)]).then(__webpack_require__.bind(__webpack_require__,21524))),96:$e.lazy(()=>__webpack_require__.e(4770).then(__webpack_require__.bind(__webpack_require__,3237))),97:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2603)]).then(__webpack_require__.bind(__webpack_require__,13269))),98:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4216)]).then(__webpack_require__.bind(__webpack_require__,46738))),99:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5319)]).then(__webpack_require__.bind(__webpack_require__,9064))),100:$e.lazy(()=>__webpack_require__.e(895).then(__webpack_require__.bind(__webpack_require__,71973))),101:$e.lazy(()=>__webpack_require__.e(7322).then(__webpack_require__.bind(__webpack_require__,39852))),102:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,48246))),103:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,48246))),104:$e.lazy(()=>__webpack_require__.e(5048).then(__webpack_require__.bind(__webpack_require__,92518))),105:$e.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,85207))),106:$e.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,85207))),107:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6776)]).then(__webpack_require__.bind(__webpack_require__,13444))),108:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6776)]).then(__webpack_require__.bind(__webpack_require__,13444))),109:$e.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,64580))),110:$e.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,64580))),111:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,64243))),112:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,64243))),113:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,26734))),114:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,26734))),115:$e.lazy(()=>__webpack_require__.e(5177).then(__webpack_require__.bind(__webpack_require__,34396))),116:$e.lazy(()=>__webpack_require__.e(201).then(__webpack_require__.bind(__webpack_require__,56824))),117:$e.lazy(()=>__webpack_require__.e(1477).then(__webpack_require__.bind(__webpack_require__,23300))),118:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,21063))),119:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,21063))),120:$e.lazy(()=>__webpack_require__.e(1962).then(__webpack_require__.bind(__webpack_require__,96221))),121:$e.lazy(()=>__webpack_require__.e(4928).then(__webpack_require__.bind(__webpack_require__,35207))),122:$e.lazy(()=>__webpack_require__.e(1257).then(__webpack_require__.bind(__webpack_require__,8467))),123:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8066),__webpack_require__.e(7329)]).then(__webpack_require__.bind(__webpack_require__,15705))),124:$e.lazy(()=>__webpack_require__.e(8340).then(__webpack_require__.bind(__webpack_require__,16974))),125:$e.lazy(()=>__webpack_require__.e(4093).then(__webpack_require__.bind(__webpack_require__,83330))),126:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6185)]).then(__webpack_require__.bind(__webpack_require__,10682))),127:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6185)]).then(__webpack_require__.bind(__webpack_require__,10682))),128:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8827)]).then(__webpack_require__.bind(__webpack_require__,33003))),129:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8827)]).then(__webpack_require__.bind(__webpack_require__,33003))),130:$e.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,39391))),131:$e.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,39391))),132:$e.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,14078))),133:$e.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,14078))),134:$e.lazy(()=>__webpack_require__.e(4217).then(__webpack_require__.bind(__webpack_require__,94094))),135:$e.lazy(()=>__webpack_require__.e(3220).then(__webpack_require__.bind(__webpack_require__,88644))),136:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(533)]).then(__webpack_require__.bind(__webpack_require__,89459))),137:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5798)]).then(__webpack_require__.bind(__webpack_require__,74818))),138:$e.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,50388))),139:$e.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,50388))),140:$e.lazy(()=>__webpack_require__.e(9944).then(__webpack_require__.bind(__webpack_require__,58660))),141:$e.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,19407))),142:$e.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,19407))),143:$e.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,22132))),144:$e.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,22132))),145:$e.lazy(()=>__webpack_require__.e(7922).then(__webpack_require__.bind(__webpack_require__,15182))),146:$e.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,12097))),147:$e.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,12097))),148:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,55733))),149:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,55733))),150:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8689)]).then(__webpack_require__.bind(__webpack_require__,30927))),151:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7806)]).then(__webpack_require__.bind(__webpack_require__,67718))),152:$e.lazy(()=>__webpack_require__.e(3276).then(__webpack_require__.bind(__webpack_require__,24309))),153:$e.lazy(()=>__webpack_require__.e(8885).then(__webpack_require__.bind(__webpack_require__,23571))),154:$e.lazy(()=>__webpack_require__.e(3451).then(__webpack_require__.bind(__webpack_require__,6011))),155:$e.lazy(()=>__webpack_require__.e(9922).then(__webpack_require__.bind(__webpack_require__,50376))),156:$e.lazy(()=>__webpack_require__.e(4572).then(__webpack_require__.bind(__webpack_require__,25156))),157:$e.lazy(()=>__webpack_require__.e(4017).then(__webpack_require__.bind(__webpack_require__,1505))),158:$e.lazy(()=>__webpack_require__.e(5518).then(__webpack_require__.bind(__webpack_require__,13595))),159:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),160:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,81278))),161:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,81278))),162:$e.lazy(()=>__webpack_require__.e(4449).then(__webpack_require__.bind(__webpack_require__,79650))),163:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,81278))),164:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1555),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,72581))),165:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1555),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,72581))),166:$e.lazy(()=>__webpack_require__.e(8787).then(__webpack_require__.bind(__webpack_require__,83644))),167:$e.lazy(()=>__webpack_require__.e(5650).then(__webpack_require__.bind(__webpack_require__,37509))),168:$e.lazy(()=>__webpack_require__.e(1799).then(__webpack_require__.bind(__webpack_require__,50072))),169:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1555),__webpack_require__.e(8579)]).then(__webpack_require__.bind(__webpack_require__,83317))),170:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),171:$e.lazy(()=>__webpack_require__.e(8639).then(__webpack_require__.bind(__webpack_require__,84108))),172:$e.lazy(()=>__webpack_require__.e(4048).then(__webpack_require__.bind(__webpack_require__,31855))),173:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4264)]).then(__webpack_require__.bind(__webpack_require__,8979))),174:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4264)]).then(__webpack_require__.bind(__webpack_require__,8979))),175:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(508)]).then(__webpack_require__.bind(__webpack_require__,67810))),176:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),177:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(8003),__webpack_require__.e(7835)]).then(__webpack_require__.bind(__webpack_require__,8577))),178:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,73271))),179:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,73271))),180:$e.lazy(()=>__webpack_require__.e(1581).then(__webpack_require__.bind(__webpack_require__,70768))),181:$e.lazy(()=>__webpack_require__.e(4144).then(__webpack_require__.bind(__webpack_require__,83839))),182:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),183:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),184:$e.lazy(()=>__webpack_require__.e(8552).then(__webpack_require__.bind(__webpack_require__,63878))),185:$e.lazy(()=>__webpack_require__.e(7884).then(__webpack_require__.bind(__webpack_require__,86754))),186:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5307)]).then(__webpack_require__.bind(__webpack_require__,27e3))),187:$e.lazy(()=>__webpack_require__.e(5549).then(__webpack_require__.bind(__webpack_require__,57587))),188:$e.lazy(()=>__webpack_require__.e(9674).then(__webpack_require__.bind(__webpack_require__,20097))),189:$e.lazy(()=>__webpack_require__.e(5573).then(__webpack_require__.bind(__webpack_require__,92169))),190:$e.lazy(()=>__webpack_require__.e(2141).then(__webpack_require__.bind(__webpack_require__,8655))),191:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(8661),__webpack_require__.e(9511)]).then(__webpack_require__.bind(__webpack_require__,19018))),192:$e.lazy(()=>__webpack_require__.e(6328).then(__webpack_require__.bind(__webpack_require__,26595))),193:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7857)]).then(__webpack_require__.bind(__webpack_require__,38498))),194:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,32116))),195:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,32116))),196:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,33712))),197:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7533),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,33712))),198:$e.lazy(()=>__webpack_require__.e(9205).then(__webpack_require__.bind(__webpack_require__,15392))),199:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1423)]).then(__webpack_require__.bind(__webpack_require__,64425))),200:$e.lazy(()=>__webpack_require__.e(7614).then(__webpack_require__.bind(__webpack_require__,21646))),201:$e.lazy(()=>__webpack_require__.e(9449).then(__webpack_require__.bind(__webpack_require__,81697))),202:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9814)]).then(__webpack_require__.bind(__webpack_require__,96387))),203:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6637)]).then(__webpack_require__.bind(__webpack_require__,48323))),204:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6637)]).then(__webpack_require__.bind(__webpack_require__,48323))),205:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3581)]).then(__webpack_require__.bind(__webpack_require__,8996))),206:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1993)]).then(__webpack_require__.bind(__webpack_require__,5347))),207:$e.lazy(()=>Promise.all([__webpack_require__.e(8661),__webpack_require__.e(1475)]).then(__webpack_require__.bind(__webpack_require__,33336))),208:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(8965)]).then(__webpack_require__.bind(__webpack_require__,14914))),209:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6451)]).then(__webpack_require__.bind(__webpack_require__,24039))),210:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(518)]).then(__webpack_require__.bind(__webpack_require__,9284))),211:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5894)]).then(__webpack_require__.bind(__webpack_require__,68150))),212:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5894)]).then(__webpack_require__.bind(__webpack_require__,68150))),213:$e.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,18579))),214:$e.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,18579))),215:$e.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,36741))),216:$e.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,36741))),217:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,66997))),218:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,66997))),219:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5096)]).then(__webpack_require__.bind(__webpack_require__,84348))),220:$e.lazy(()=>__webpack_require__.e(3086).then(__webpack_require__.bind(__webpack_require__,53049))),221:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9417)]).then(__webpack_require__.bind(__webpack_require__,83040))),222:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),223:$e.lazy(()=>__webpack_require__.e(5176).then(__webpack_require__.bind(__webpack_require__,85271))),224:$e.lazy(()=>__webpack_require__.e(6587).then(__webpack_require__.bind(__webpack_require__,27239))),225:$e.lazy(()=>__webpack_require__.e(9891).then(__webpack_require__.bind(__webpack_require__,44680))),226:$e.lazy(()=>__webpack_require__.e(8062).then(__webpack_require__.bind(__webpack_require__,25682))),227:$e.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,25166))),228:$e.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,25166))),229:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6820)]).then(__webpack_require__.bind(__webpack_require__,8450))),230:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8517)]).then(__webpack_require__.bind(__webpack_require__,15612))),231:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7043)]).then(__webpack_require__.bind(__webpack_require__,99667))),232:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2806)]).then(__webpack_require__.bind(__webpack_require__,81279))),233:$e.lazy(()=>__webpack_require__.e(5043).then(__webpack_require__.bind(__webpack_require__,67391))),234:$e.lazy(()=>__webpack_require__.e(799).then(__webpack_require__.bind(__webpack_require__,61121))),235:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3157)]).then(__webpack_require__.bind(__webpack_require__,98216))),236:$e.lazy(()=>__webpack_require__.e(8332).then(__webpack_require__.bind(__webpack_require__,70933))),237:$e.lazy(()=>__webpack_require__.e(6583).then(__webpack_require__.bind(__webpack_require__,84709))),238:$e.lazy(()=>__webpack_require__.e(8217).then(__webpack_require__.bind(__webpack_require__,40188))),239:$e.lazy(()=>__webpack_require__.e(879).then(__webpack_require__.bind(__webpack_require__,1640))),240:$e.lazy(()=>__webpack_require__.e(5776).then(__webpack_require__.bind(__webpack_require__,1890))),241:$e.lazy(()=>__webpack_require__.e(906).then(__webpack_require__.bind(__webpack_require__,43513))),242:$e.lazy(()=>__webpack_require__.e(900).then(__webpack_require__.bind(__webpack_require__,77211))),243:$e.lazy(()=>__webpack_require__.e(6682).then(__webpack_require__.bind(__webpack_require__,54357))),244:$e.lazy(()=>__webpack_require__.e(8115).then(__webpack_require__.bind(__webpack_require__,75574))),245:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2659)]).then(__webpack_require__.bind(__webpack_require__,79838))),246:$e.lazy(()=>__webpack_require__.e(4610).then(__webpack_require__.bind(__webpack_require__,76584))),247:$e.lazy(()=>__webpack_require__.e(8479).then(__webpack_require__.bind(__webpack_require__,70294))),248:$e.lazy(()=>__webpack_require__.e(5800).then(__webpack_require__.bind(__webpack_require__,8719))),249:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2862)]).then(__webpack_require__.bind(__webpack_require__,86449))),250:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8286)]).then(__webpack_require__.bind(__webpack_require__,370))),251:$e.lazy(()=>__webpack_require__.e(5117).then(__webpack_require__.bind(__webpack_require__,7762))),252:$e.lazy(()=>__webpack_require__.e(7402).then(__webpack_require__.bind(__webpack_require__,68982))),253:$e.lazy(()=>__webpack_require__.e(1897).then(__webpack_require__.bind(__webpack_require__,59254))),254:$e.lazy(()=>__webpack_require__.e(8145).then(__webpack_require__.bind(__webpack_require__,21852))),255:$e.lazy(()=>__webpack_require__.e(119).then(__webpack_require__.bind(__webpack_require__,88125))),256:$e.lazy(()=>__webpack_require__.e(4736).then(__webpack_require__.bind(__webpack_require__,23e3))),257:$e.lazy(()=>__webpack_require__.e(2412).then(__webpack_require__.bind(__webpack_require__,42496))),258:$e.lazy(()=>__webpack_require__.e(2240).then(__webpack_require__.bind(__webpack_require__,98410))),259:$e.lazy(()=>__webpack_require__.e(5165).then(__webpack_require__.bind(__webpack_require__,96020))),260:$e.lazy(()=>__webpack_require__.e(3831).then(__webpack_require__.bind(__webpack_require__,15706))),261:$e.lazy(()=>__webpack_require__.e(2396).then(__webpack_require__.bind(__webpack_require__,88126))),262:$e.lazy(()=>__webpack_require__.e(7855).then(__webpack_require__.bind(__webpack_require__,30139))),263:$e.lazy(()=>__webpack_require__.e(9507).then(__webpack_require__.bind(__webpack_require__,25656))),264:$e.lazy(()=>__webpack_require__.e(1343).then(__webpack_require__.bind(__webpack_require__,87030))),265:$e.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),266:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),267:$e.lazy(()=>__webpack_require__.e(9647).then(__webpack_require__.bind(__webpack_require__,22691))),268:$e.lazy(()=>__webpack_require__.e(485).then(__webpack_require__.bind(__webpack_require__,19428))),269:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,28013))),270:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,28013))),271:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,94038))),272:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,94038))),273:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7460)]).then(__webpack_require__.bind(__webpack_require__,63342))),274:$e.lazy(()=>__webpack_require__.e(9716).then(__webpack_require__.bind(__webpack_require__,12889))),275:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6913)]).then(__webpack_require__.bind(__webpack_require__,29499))),276:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6913)]).then(__webpack_require__.bind(__webpack_require__,29499))),277:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),278:$e.lazy(()=>__webpack_require__.e(3006).then(__webpack_require__.bind(__webpack_require__,28960))),279:$e.lazy(()=>__webpack_require__.e(2045).then(__webpack_require__.bind(__webpack_require__,41826))),280:$e.lazy(()=>__webpack_require__.e(1520).then(__webpack_require__.bind(__webpack_require__,7355))),281:$e.lazy(()=>__webpack_require__.e(9649).then(__webpack_require__.bind(__webpack_require__,93477))),282:$e.lazy(()=>__webpack_require__.e(4546).then(__webpack_require__.bind(__webpack_require__,82739))),283:$e.lazy(()=>__webpack_require__.e(5357).then(__webpack_require__.bind(__webpack_require__,77325))),284:$e.lazy(()=>__webpack_require__.e(8665).then(__webpack_require__.bind(__webpack_require__,84547))),285:$e.lazy(()=>__webpack_require__.e(3183).then(__webpack_require__.bind(__webpack_require__,37010))),286:$e.lazy(()=>__webpack_require__.e(4800).then(__webpack_require__.bind(__webpack_require__,65831))),287:$e.lazy(()=>__webpack_require__.e(9489).then(__webpack_require__.bind(__webpack_require__,17025))),288:$e.lazy(()=>__webpack_require__.e(9391).then(__webpack_require__.bind(__webpack_require__,18186))),289:$e.lazy(()=>__webpack_require__.e(5335).then(__webpack_require__.bind(__webpack_require__,40548))),290:$e.lazy(()=>__webpack_require__.e(2823).then(__webpack_require__.bind(__webpack_require__,96906))),291:$e.lazy(()=>__webpack_require__.e(4973).then(__webpack_require__.bind(__webpack_require__,66395))),292:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6651)]).then(__webpack_require__.bind(__webpack_require__,4186))),293:$e.lazy(()=>__webpack_require__.e(6741).then(__webpack_require__.bind(__webpack_require__,55527))),294:$e.lazy(()=>__webpack_require__.e(5775).then(__webpack_require__.bind(__webpack_require__,3238))),295:$e.lazy(()=>__webpack_require__.e(2548).then(__webpack_require__.bind(__webpack_require__,11955))),296:$e.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),297:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),298:$e.lazy(()=>__webpack_require__.e(6634).then(__webpack_require__.bind(__webpack_require__,40825))),299:$e.lazy(()=>__webpack_require__.e(680).then(__webpack_require__.bind(__webpack_require__,98874))),300:$e.lazy(()=>__webpack_require__.e(6366).then(__webpack_require__.bind(__webpack_require__,39434))),301:$e.lazy(()=>__webpack_require__.e(6452).then(__webpack_require__.bind(__webpack_require__,1189))),302:$e.lazy(()=>__webpack_require__.e(1070).then(__webpack_require__.bind(__webpack_require__,48910))),303:$e.lazy(()=>__webpack_require__.e(7242).then(__webpack_require__.bind(__webpack_require__,16075))),304:$e.lazy(()=>__webpack_require__.e(2707).then(__webpack_require__.bind(__webpack_require__,56890))),305:$e.lazy(()=>__webpack_require__.e(2865).then(__webpack_require__.bind(__webpack_require__,94574))),306:$e.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,12337))),307:$e.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,12337))),308:$e.lazy(()=>__webpack_require__.e(3141).then(__webpack_require__.bind(__webpack_require__,54573))),309:$e.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),310:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(7533),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,94440))),311:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7533),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,36402))),312:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(7533),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,94440))),313:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7533),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,36402))),314:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(7533),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,94440))),315:$e.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),316:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7527)]).then(__webpack_require__.bind(__webpack_require__,58193))),317:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6270)]).then(__webpack_require__.bind(__webpack_require__,76193))),318:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),319:$e.lazy(()=>__webpack_require__.e(547).then(__webpack_require__.bind(__webpack_require__,15534))),320:$e.lazy(()=>__webpack_require__.e(9788).then(__webpack_require__.bind(__webpack_require__,80222))),321:$e.lazy(()=>__webpack_require__.e(576).then(__webpack_require__.bind(__webpack_require__,45929))),322:$e.lazy(()=>__webpack_require__.e(7260).then(__webpack_require__.bind(__webpack_require__,30112))),323:$e.lazy(()=>__webpack_require__.e(4520).then(__webpack_require__.bind(__webpack_require__,14620))),324:$e.lazy(()=>__webpack_require__.e(9076).then(__webpack_require__.bind(__webpack_require__,8182))),325:$e.lazy(()=>__webpack_require__.e(4514).then(__webpack_require__.bind(__webpack_require__,42910))),326:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),327:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(928)]).then(__webpack_require__.bind(__webpack_require__,31160))),328:$e.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,76122))),329:$e.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,76122))),330:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),331:$e.lazy(()=>__webpack_require__.e(1939).then(__webpack_require__.bind(__webpack_require__,49142))),332:$e.lazy(()=>__webpack_require__.e(556).then(__webpack_require__.bind(__webpack_require__,56316))),333:$e.lazy(()=>__webpack_require__.e(6434).then(__webpack_require__.bind(__webpack_require__,61244))),334:$e.lazy(()=>__webpack_require__.e(1880).then(__webpack_require__.bind(__webpack_require__,7076))),335:$e.lazy(()=>__webpack_require__.e(8237).then(__webpack_require__.bind(__webpack_require__,55642))),336:$e.lazy(()=>__webpack_require__.e(3447).then(__webpack_require__.bind(__webpack_require__,38587))),337:$e.lazy(()=>__webpack_require__.e(264).then(__webpack_require__.bind(__webpack_require__,93304))),338:$e.lazy(()=>__webpack_require__.e(4259).then(__webpack_require__.bind(__webpack_require__,33253))),339:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),340:$e.lazy(()=>__webpack_require__.e(4078).then(__webpack_require__.bind(__webpack_require__,29192))),341:$e.lazy(()=>__webpack_require__.e(2829).then(__webpack_require__.bind(__webpack_require__,30750))),342:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5359)]).then(__webpack_require__.bind(__webpack_require__,15331))),343:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),344:$e.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,99643))),345:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),346:$e.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,71535))),347:$e.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,3578))),348:$e.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,40728))),349:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),350:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),351:$e.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,87567))),352:$e.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,28045))),353:$e.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,3566))),354:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8447)]).then(__webpack_require__.bind(__webpack_require__,20985))),355:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),356:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),357:$e.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,44145))),358:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4715)]).then(__webpack_require__.bind(__webpack_require__,30237))),359:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,2334))),360:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),361:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),362:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,94395))),363:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),364:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),365:$e.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,29542))),366:$e.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,86082))),367:$e.lazy(()=>__webpack_require__.e(8398).then(__webpack_require__.bind(__webpack_require__,49700))),368:$e.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,146))),369:$e.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,72997))),370:$e.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,1067))),371:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),372:$e.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,91854))),373:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),374:$e.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,99643))),375:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),376:$e.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,71535))),377:$e.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,3578))),378:$e.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,40728))),379:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),380:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),381:$e.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,87567))),382:$e.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,28045))),383:$e.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,3566))),384:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8447)]).then(__webpack_require__.bind(__webpack_require__,20985))),385:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),386:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),387:$e.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,44145))),388:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4715)]).then(__webpack_require__.bind(__webpack_require__,30237))),389:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,2334))),390:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),391:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),392:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,94395))),393:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),394:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),395:$e.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,29542))),396:$e.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,86082))),397:$e.lazy(()=>__webpack_require__.e(8398).then(__webpack_require__.bind(__webpack_require__,49700))),398:$e.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,146))),399:$e.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,72997))),400:$e.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,1067))),401:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),402:$e.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,91854))),403:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),404:$e.lazy(()=>__webpack_require__.e(4766).then(__webpack_require__.bind(__webpack_require__,1182))),405:$e.lazy(()=>__webpack_require__.e(7560).then(__webpack_require__.bind(__webpack_require__,44094))),406:$e.lazy(()=>__webpack_require__.e(6029).then(__webpack_require__.bind(__webpack_require__,64695))),407:$e.lazy(()=>__webpack_require__.e(5179).then(__webpack_require__.bind(__webpack_require__,66218))),408:$e.lazy(()=>__webpack_require__.e(4621).then(__webpack_require__.bind(__webpack_require__,56162))),409:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),410:$e.lazy(()=>__webpack_require__.e(1831).then(__webpack_require__.bind(__webpack_require__,27732))),411:$e.lazy(()=>__webpack_require__.e(2539).then(__webpack_require__.bind(__webpack_require__,97450))),412:$e.lazy(()=>__webpack_require__.e(8143).then(__webpack_require__.bind(__webpack_require__,7772))),413:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5624)]).then(__webpack_require__.bind(__webpack_require__,21401))),414:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1461)]).then(__webpack_require__.bind(__webpack_require__,95200))),415:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4492)]).then(__webpack_require__.bind(__webpack_require__,59463))),416:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9416)]).then(__webpack_require__.bind(__webpack_require__,89898))),417:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),418:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),419:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),420:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),421:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),422:$e.lazy(()=>__webpack_require__.e(5022).then(__webpack_require__.bind(__webpack_require__,55879))),423:$e.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,2389))),424:$e.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,2389))),425:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7545)]).then(__webpack_require__.bind(__webpack_require__,68232))),426:$e.lazy(()=>__webpack_require__.e(1253).then(__webpack_require__.bind(__webpack_require__,7220))),427:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),428:$e.lazy(()=>__webpack_require__.e(2216).then(__webpack_require__.bind(__webpack_require__,36981))),429:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5382)]).then(__webpack_require__.bind(__webpack_require__,25469))),430:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),431:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(8823)]).then(__webpack_require__.bind(__webpack_require__,79954))),432:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5915)]).then(__webpack_require__.bind(__webpack_require__,15843))),433:$e.lazy(()=>__webpack_require__.e(1077).then(__webpack_require__.bind(__webpack_require__,10125))),434:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),435:$e.lazy(()=>__webpack_require__.e(570).then(__webpack_require__.bind(__webpack_require__,29625))),436:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),437:$e.lazy(()=>__webpack_require__.e(8365).then(__webpack_require__.bind(__webpack_require__,72812))),438:$e.lazy(()=>__webpack_require__.e(6788).then(__webpack_require__.bind(__webpack_require__,42198))),439:$e.lazy(()=>__webpack_require__.e(4058).then(__webpack_require__.bind(__webpack_require__,75779))),440:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),441:$e.lazy(()=>__webpack_require__.e(4056).then(__webpack_require__.bind(__webpack_require__,73188))),442:$e.lazy(()=>__webpack_require__.e(9487).then(__webpack_require__.bind(__webpack_require__,3184))),443:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),444:$e.lazy(()=>__webpack_require__.e(532).then(__webpack_require__.bind(__webpack_require__,91437))),445:$e.lazy(()=>__webpack_require__.e(7178).then(__webpack_require__.bind(__webpack_require__,23437))),446:$e.lazy(()=>__webpack_require__.e(1660).then(__webpack_require__.bind(__webpack_require__,51106))),447:$e.lazy(()=>__webpack_require__.e(7333).then(__webpack_require__.bind(__webpack_require__,80947))),448:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(4227)]).then(__webpack_require__.bind(__webpack_require__,85338))),449:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8155)]).then(__webpack_require__.bind(__webpack_require__,91307))),450:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5186)]).then(__webpack_require__.bind(__webpack_require__,43725))),451:$e.lazy(()=>__webpack_require__.e(5786).then(__webpack_require__.bind(__webpack_require__,49426))),452:$e.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,54860))),453:$e.lazy(()=>__webpack_require__.e(5972).then(__webpack_require__.bind(__webpack_require__,55782))),454:$e.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,54860))),455:$e.lazy(()=>__webpack_require__.e(1470).then(__webpack_require__.bind(__webpack_require__,35430))),456:$e.lazy(()=>__webpack_require__.e(7182).then(__webpack_require__.bind(__webpack_require__,48333))),457:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),458:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2476)]).then(__webpack_require__.bind(__webpack_require__,26891))),459:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),460:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5729)]).then(__webpack_require__.bind(__webpack_require__,16949))),461:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),462:$e.lazy(()=>__webpack_require__.e(6444).then(__webpack_require__.bind(__webpack_require__,45233))),463:$e.lazy(()=>__webpack_require__.e(5111).then(__webpack_require__.bind(__webpack_require__,49254))),464:$e.lazy(()=>__webpack_require__.e(2307).then(__webpack_require__.bind(__webpack_require__,56737))),465:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7224)]).then(__webpack_require__.bind(__webpack_require__,28506))),466:$e.lazy(()=>__webpack_require__.e(7062).then(__webpack_require__.bind(__webpack_require__,7698))),467:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(8866)]).then(__webpack_require__.bind(__webpack_require__,45426))),468:$e.lazy(()=>__webpack_require__.e(2300).then(__webpack_require__.bind(__webpack_require__,94371))),469:$e.lazy(()=>__webpack_require__.e(2501).then(__webpack_require__.bind(__webpack_require__,88975))),470:$e.lazy(()=>__webpack_require__.e(3212).then(__webpack_require__.bind(__webpack_require__,66062))),471:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6904)]).then(__webpack_require__.bind(__webpack_require__,81055))),472:$e.lazy(()=>__webpack_require__.e(1855).then(__webpack_require__.bind(__webpack_require__,62422))),473:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6904)]).then(__webpack_require__.bind(__webpack_require__,81055))),474:$e.lazy(()=>__webpack_require__.e(1276).then(__webpack_require__.bind(__webpack_require__,65433))),475:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,35199))),476:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,35199))),477:$e.lazy(()=>__webpack_require__.e(3784).then(__webpack_require__.bind(__webpack_require__,81867))),478:$e.lazy(()=>__webpack_require__.e(3862).then(__webpack_require__.bind(__webpack_require__,95545))),479:$e.lazy(()=>__webpack_require__.e(4565).then(__webpack_require__.bind(__webpack_require__,69711))),480:$e.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,725))),481:$e.lazy(()=>__webpack_require__.e(6170).then(__webpack_require__.bind(__webpack_require__,84891))),482:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,63276))),483:$e.lazy(()=>__webpack_require__.e(1836).then(__webpack_require__.bind(__webpack_require__,42797))),484:$e.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8066),__webpack_require__.e(8435)]).then(__webpack_require__.bind(__webpack_require__,38207))),485:$e.lazy(()=>__webpack_require__.e(3509).then(__webpack_require__.bind(__webpack_require__,88650))),486:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,63276))),487:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,63276))),488:$e.lazy(()=>__webpack_require__.e(6034).then(__webpack_require__.bind(__webpack_require__,76665))),489:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8999)]).then(__webpack_require__.bind(__webpack_require__,66427))),490:$e.lazy(()=>__webpack_require__.e(3910).then(__webpack_require__.bind(__webpack_require__,8390))),491:$e.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(67)]).then(__webpack_require__.bind(__webpack_require__,57892))),492:$e.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,725))),"@@/global-layout":$e.lazy(()=>__webpack_require__.e(1717).then(__webpack_require__.bind(__webpack_require__,41492)))}}})}var T=__webpack_require__(11410),O=__webpack_require__(59098),L=__webpack_require__(71418),ve=__webpack_require__(24957),ke=()=>$e.createElement(L.Z,{size:"middle",className:ve.Z.loading}),ln=__webpack_require__(76560),Cn=__webpack_require__(61186),pn=__webpack_require__.n(Cn),Fi=__webpack_require__(91392),Ha=__webpack_require__.n(Fi),Ga=__webpack_require__(34749),zo=__webpack_require__.n(Ga),Ss=__webpack_require__(19277),Ks=__webpack_require__.n(Ss),$s=__webpack_require__(10238),Mc=__webpack_require__.n($s),tf=__webpack_require__(33656),_c=__webpack_require__.n(tf),rf=__webpack_require__(90111),Ol=__webpack_require__.n(rf),Bi=__webpack_require__(74959),Xl=__webpack_require__.n(Bi),Cu=__webpack_require__(23250),so=__webpack_require__.n(Cu),Eo=__webpack_require__(58862),bs=__webpack_require__.n(Eo),Dl=__webpack_require__(58319),Ql=__webpack_require__.n(Dl),Fc=__webpack_require__(62053),kl=__webpack_require__.n(Fc),Ru=__webpack_require__(47477),nf=__webpack_require__.n(Ru),af=__webpack_require__(59717),Rl=__webpack_require__.n(af);pn().extend(zo()),pn().extend(Ks()),pn().extend(Mc()),pn().extend(_c()),pn().extend(Ol()),pn().extend(Xl()),pn().extend(so()),pn().extend(bs()),pn().extend(Ql()),pn().extend(kl()),pn().extend(nf()),pn().extend(Rl()),pn().extend(Ha());var Bc=Object.defineProperty,gc=Object.getOwnPropertySymbols,sf=Object.prototype.hasOwnProperty,vu=Object.prototype.propertyIsEnumerable,xl=(Ln,ei,ji)=>ei in Ln?Bc(Ln,ei,{enumerable:!0,configurable:!0,writable:!0,value:ji}):Ln[ei]=ji,ql=(Ln,ei)=>{for(var ji in ei||(ei={}))sf.call(ei,ji)&&xl(Ln,ji,ei[ji]);if(gc)for(var ji of gc(ei))vu.call(ei,ji)&&xl(Ln,ji,ei[ji]);return Ln},Jl=(Ln,ei,ji)=>new Promise((Na,ra)=>{var Ea=aa=>{try{As(ji.next(aa))}catch(Cs){ra(Cs)}},Oa=aa=>{try{As(ji.throw(aa))}catch(Cs){ra(Cs)}},As=aa=>aa.done?Na(aa.value):Promise.resolve(aa.value).then(Ea,Oa);As((ji=ji.apply(Ln,ei)).next())});const Qu="/react/build/",yc=!1;function ec(){return Jl(this,null,function*(){const Ln=(0,T.gD)(),{routes:ei,routeComponents:ji}=yield wf(Ln);yield Ln.applyPlugins({key:"patchRoutes",type:ln.ApplyPluginsType.event,args:{routes:ei,routeComponents:ji}});const Na=Ln.applyPlugins({key:"modifyContextOpts",type:ln.ApplyPluginsType.modify,initialValue:{}}),ra=Na.basename||"/",Ea=Na.historyType||"browser",Oa=(0,O.fi)(ql({type:Ea,basename:ra},Na.historyOpts));return Ln.applyPlugins({key:"render",type:ln.ApplyPluginsType.compose,initialValue(){const As={useStream:!0,routes:ei,routeComponents:ji,pluginManager:Ln,mountElementId:"root",rootElement:Na.rootElement||document.getElementById("root"),loadingComponent:ke,publicPath:Qu,runtimePublicPath:yc,history:Oa,historyType:Ea,basename:ra,__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{pureApp:!1,pureHtml:!1},callback:Na.callback},aa=Ln.applyPlugins({key:"modifyClientRenderOpts",type:ln.ApplyPluginsType.modify,initialValue:As});return Yl(aa)}})()})}ec(),typeof window!="undefined"&&(window.g_umi={version:"4.4.12"})})()})();