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.1d934ddf.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 Ne},cyan:function(){return X},cyanDark:function(){return He},geekblue:function(){return q},geekblueDark:function(){return Mt},generate:function(){return A},gold:function(){return K},goldDark:function(){return ie},gray:function(){return te},green:function(){return ae},greenDark:function(){return Pe},grey:function(){return se},greyDark:function(){return Zt},lime:function(){return W},limeDark:function(){return Ae},magenta:function(){return G},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 ee},purpleDark:function(){return bt},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(74430);const i=Math.round;function l(tr,je){const Et=tr.replace(/^[^(]*\((.*)/,"$1").replace(/\).*/,"").match(/\d*\.?\d+%?/g)||[],Bt=Et.map(tt=>parseFloat(tt));for(let tt=0;tt<3;tt+=1)Bt[tt]=je(Bt[tt]||0,Et[tt]||"",tt);return Et[3]?Bt[3]=Et[3].includes("%")?Bt[3]/100:Bt[3]:Bt[3]=1,Bt}const c=(tr,je,Et)=>Et===0?tr:tr/100;function f(tr,je){const Et=je||255;return tr>Et?Et:tr<0?0:tr}class o{constructor(je){(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 Et(Bt){return Bt[0]in je&&Bt[1]in je&&Bt[2]in je}if(je)if(typeof je=="string"){let tt=function(yt){return Bt.startsWith(yt)};const Bt=je.trim();/^#?[A-F\d]{3,8}$/i.test(Bt)?this.fromHexString(Bt):tt("rgb")?this.fromRgbString(Bt):tt("hsl")?this.fromHslString(Bt):(tt("hsv")||tt("hsb"))&&this.fromHsvString(Bt)}else if(je instanceof o)this.r=je.r,this.g=je.g,this.b=je.b,this.a=je.a,this._h=je._h,this._s=je._s,this._l=je._l,this._v=je._v;else if(Et("rgb"))this.r=f(je.r),this.g=f(je.g),this.b=f(je.b),this.a=typeof je.a=="number"?f(je.a,1):1;else if(Et("hsl"))this.fromHsl(je);else if(Et("hsv"))this.fromHsv(je);else throw new Error("@ant-design/fast-color: unsupported input "+JSON.stringify(je))}setR(je){return this._sc("r",je)}setG(je){return this._sc("g",je)}setB(je){return this._sc("b",je)}setA(je){return this._sc("a",je,1)}setHue(je){const Et=this.toHsv();return Et.h=je,this._c(Et)}getLuminance(){function je(yt){const dt=yt/255;return dt<=.03928?dt/12.92:Math.pow((dt+.055)/1.055,2.4)}const Et=je(this.r),Bt=je(this.g),tt=je(this.b);return .2126*Et+.7152*Bt+.0722*tt}getHue(){if(typeof this._h=="undefined"){const je=this.getMax()-this.getMin();je===0?this._h=0:this._h=i(60*(this.r===this.getMax()?(this.g-this.b)/je+(this.g<this.b?6:0):this.g===this.getMax()?(this.b-this.r)/je+2:(this.r-this.g)/je+4))}return this._h}getSaturation(){if(typeof this._s=="undefined"){const je=this.getMax()-this.getMin();je===0?this._s=0:this._s=je/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(je=10){const Et=this.getHue(),Bt=this.getSaturation();let tt=this.getLightness()-je/100;return tt<0&&(tt=0),this._c({h:Et,s:Bt,l:tt,a:this.a})}lighten(je=10){const Et=this.getHue(),Bt=this.getSaturation();let tt=this.getLightness()+je/100;return tt>1&&(tt=1),this._c({h:Et,s:Bt,l:tt,a:this.a})}mix(je,Et=50){const Bt=this._c(je),tt=Et/100,yt=qe=>(Bt[qe]-this[qe])*tt+this[qe],dt={r:i(yt("r")),g:i(yt("g")),b:i(yt("b")),a:i(yt("a")*100)/100};return this._c(dt)}tint(je=10){return this.mix({r:255,g:255,b:255,a:1},je)}shade(je=10){return this.mix({r:0,g:0,b:0,a:1},je)}onBackground(je){const Et=this._c(je),Bt=this.a+Et.a*(1-this.a),tt=yt=>i((this[yt]*this.a+Et[yt]*Et.a*(1-this.a))/Bt);return this._c({r:tt("r"),g:tt("g"),b:tt("b"),a:Bt})}isDark(){return this.getBrightness()<128}isLight(){return this.getBrightness()>=128}equals(je){return this.r===je.r&&this.g===je.g&&this.b===je.b&&this.a===je.a}clone(){return this._c(this)}toHexString(){let je="#";const Et=(this.r||0).toString(16);je+=Et.length===2?Et:"0"+Et;const Bt=(this.g||0).toString(16);je+=Bt.length===2?Bt:"0"+Bt;const tt=(this.b||0).toString(16);if(je+=tt.length===2?tt:"0"+tt,typeof this.a=="number"&&this.a>=0&&this.a<1){const yt=i(this.a*255).toString(16);je+=yt.length===2?yt:"0"+yt}return je}toHsl(){return{h:this.getHue(),s:this.getSaturation(),l:this.getLightness(),a:this.a}}toHslString(){const je=this.getHue(),Et=i(this.getSaturation()*100),Bt=i(this.getLightness()*100);return this.a!==1?`hsla(${je},${Et}%,${Bt}%,${this.a})`:`hsl(${je},${Et}%,${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(je,Et,Bt){const tt=this.clone();return tt[je]=f(Et,Bt),tt}_c(je){return new this.constructor(je)}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(je){const Et=je.replace("#","");function Bt(tt,yt){return parseInt(Et[tt]+Et[yt||tt],16)}Et.length<6?(this.r=Bt(0),this.g=Bt(1),this.b=Bt(2),this.a=Et[3]?Bt(3)/255:1):(this.r=Bt(0,1),this.g=Bt(2,3),this.b=Bt(4,5),this.a=Et[6]?Bt(6,7)/255:1)}fromHsl({h:je,s:Et,l:Bt,a:tt}){if(this._h=je%360,this._s=Et,this._l=Bt,this.a=typeof tt=="number"?tt:1,Et<=0){const We=i(Bt*255);this.r=We,this.g=We,this.b=We}let yt=0,dt=0,qe=0;const Fe=je/60,be=(1-Math.abs(2*Bt-1))*Et,ke=be*(1-Math.abs(Fe%2-1));Fe>=0&&Fe<1?(yt=be,dt=ke):Fe>=1&&Fe<2?(yt=ke,dt=be):Fe>=2&&Fe<3?(dt=be,qe=ke):Fe>=3&&Fe<4?(dt=ke,qe=be):Fe>=4&&Fe<5?(yt=ke,qe=be):Fe>=5&&Fe<6&&(yt=be,qe=ke);const Ge=Bt-be/2;this.r=i((yt+Ge)*255),this.g=i((dt+Ge)*255),this.b=i((qe+Ge)*255)}fromHsv({h:je,s:Et,v:Bt,a:tt}){this._h=je%360,this._s=Et,this._v=Bt,this.a=typeof tt=="number"?tt:1;const yt=i(Bt*255);if(this.r=yt,this.g=yt,this.b=yt,Et<=0)return;const dt=je/60,qe=Math.floor(dt),Fe=dt-qe,be=i(Bt*(1-Et)*255),ke=i(Bt*(1-Et*Fe)*255),Ge=i(Bt*(1-Et*(1-Fe))*255);switch(qe){case 0:this.g=Ge,this.b=be;break;case 1:this.r=ke,this.b=be;break;case 2:this.r=be,this.b=Ge;break;case 3:this.r=be,this.g=ke;break;case 4:this.r=Ge,this.g=be;break;case 5:default:this.g=be,this.b=ke;break}}fromHsvString(je){const Et=l(je,c);this.fromHsv({h:Et[0],s:Et[1],v:Et[2],a:Et[3]})}fromHslString(je){const Et=l(je,c);this.fromHsl({h:Et[0],s:Et[1],l:Et[2],a:Et[3]})}fromRgbString(je){const Et=l(je,(Bt,tt)=>tt.includes("%")?i(Bt/100*255):Bt);this.r=Et[0],this.g=Et[1],this.b=Et[2],this.a=Et[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,je,Et){var Bt;return Math.round(tr.h)>=60&&Math.round(tr.h)<=240?Bt=Et?Math.round(tr.h)-h*je:Math.round(tr.h)+h*je:Bt=Et?Math.round(tr.h)+h*je:Math.round(tr.h)-h*je,Bt<0?Bt+=360:Bt>=360&&(Bt-=360),Bt}function D(tr,je,Et){if(tr.h===0&&tr.s===0)return tr.s;var Bt;return Et?Bt=tr.s-u*je:je===m?Bt=tr.s+u:Bt=tr.s+a*je,Bt>1&&(Bt=1),Et&&je===y&&Bt>.1&&(Bt=.1),Bt<.06&&(Bt=.06),Math.round(Bt*100)/100}function R(tr,je,Et){var Bt;return Et?Bt=tr.v+x*je:Bt=tr.v-p*je,Bt=Math.max(0,Math.min(1,Bt)),Math.round(Bt*100)/100}function A(tr){for(var je=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Et=[],Bt=new o(tr),tt=Bt.toHsv(),yt=y;yt>0;yt-=1){var dt=new o({h:S(tt,yt,!0),s:D(tt,yt,!0),v:R(tt,yt,!0)});Et.push(dt)}Et.push(Bt);for(var qe=1;qe<=m;qe+=1){var Fe=new o({h:S(tt,qe),s:D(tt,qe),v:R(tt,qe)});Et.push(Fe)}return je.theme==="dark"?b.map(function(be){var ke=be.index,Ge=be.amount;return new o(je.backgroundColor||"#141414").mix(Et[ke],Ge).toHexString()}):Et.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 K=["#fffbe6","#fff1b8","#ffe58f","#ffd666","#ffc53d","#faad14","#d48806","#ad6800","#874d00","#613400"];K.primary=K[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 X=["#e6fffb","#b5f5ec","#87e8de","#5cdbd3","#36cfc9","#13c2c2","#08979c","#006d75","#00474f","#002329"];X.primary=X[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 ee=["#f9f0ff","#efdbff","#d3adf7","#b37feb","#9254de","#722ed1","#531dab","#391085","#22075e","#120338"];ee.primary=ee[5];var G=["#fff0f6","#ffd6e7","#ffadd2","#ff85c0","#f759ab","#eb2f96","#c41d7f","#9e1068","#780650","#520339"];G.primary=G[5];var se=["#a6a6a6","#999999","#8c8c8c","#808080","#737373","#666666","#404040","#1a1a1a","#000000","#000000"];se.primary=se[5];var te=se,Q={red:M,volcano:B,orange:N,gold:K,yellow:H,lime:W,green:ae,cyan:X,blue:oe,geekblue:q,purple:ee,magenta:G,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 Ae=["#1f2611","#2e3c10","#3e4f13","#536d13","#6f9412","#8bbb11","#a9d134","#c9e75d","#e4f88b","#f0fab5"];Ae.primary=Ae[5];var Pe=["#162312","#1d3712","#274916","#306317","#3c8618","#49aa19","#6abe39","#8fd460","#b2e58b","#d5f2bb"];Pe.primary=Pe[5];var He=["#112123","#113536","#144848","#146262","#138585","#13a8a8","#33bcb7","#58d1c9","#84e2d8","#b2f1e8"];He.primary=He[5];var Ne=["#111a2c","#112545","#15325b","#15417e","#1554ad","#1668dc","#3c89e8","#65a9f3","#8dc5f8","#b7dcfa"];Ne.primary=Ne[5];var Mt=["#131629","#161d40","#1c2755","#203175","#263ea0","#2b4acb","#5273e0","#7f9ef3","#a8c1f8","#d2e0fa"];Mt.primary=Mt[5];var bt=["#1a1325","#24163a","#301c4d","#3e2069","#51258f","#642ab5","#854eca","#ab7ae0","#cda8f0","#ebd7fa"];bt.primary=bt[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:Ae,green:Pe,cyan:He,blue:Ne,geekblue:Mt,purple:bt,magenta:kt,grey:Zt}},36237:function(d,_,e){"use strict";e.r(_),e.d(_,{Keyframes:function(){return Lo},NaNLinter:function(){return ts},StyleContext:function(){return X},StyleProvider:function(){return ae},Theme:function(){return kt},_experimental:function(){return Fu},createCache:function(){return H},createTheme:function(){return Ft},extractStyle:function(){return Ro},genCalc:function(){return Pe},getComputedToken:function(){return mr},legacyLogicalPropertiesTransformer:function(){return Eu},legacyNotSelectorLinter:function(){return ma},logicalPropertiesLinter:function(){return vo},parentSelectorLinter:function(){return Is},px2remTransformer:function(){return zo},token2CSSVar:function(){return Re},unit:function(){return nr},useCSSVarRegister:function(){return ru},useCacheToken:function(){return un},useStyleRegister:function(){return os}});var r=e(11913),i=e(74430),l=e(3300),c=e(27247);function f(Jt){for(var hr=0,ur,pr=0,Sr=Jt.length;Sr>=4;++pr,Sr-=4)ur=Jt.charCodeAt(pr)&255|(Jt.charCodeAt(++pr)&255)<<8|(Jt.charCodeAt(++pr)&255)<<16|(Jt.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^=(Jt.charCodeAt(pr+2)&255)<<16;case 2:hr^=(Jt.charCodeAt(pr+1)&255)<<8;case 1:hr^=Jt.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(43079),p=e(80547),y=e(13697),m=e(33377),b=e(93912),S="%";function D(Jt){return Jt.join(S)}var R=function(){function Jt(hr){(0,m.Z)(this,Jt),(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)(Jt,[{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),gn=pr(Sr);gn===null?this.cache.delete(ur):this.cache.set(ur,gn)}}]),Jt}(),A=R,P=["children"],M="data-token-hash",B="data-css-hash",N="data-cache-path",K="__cssinjs_instance__";function H(){var Jt=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[K]=Sr[K]||Jt,Sr[K]===Jt&&document.head.insertBefore(Sr,ur)});var pr={};Array.from(document.querySelectorAll("style[".concat(B,"]"))).forEach(function(Sr){var gn=Sr.getAttribute(B);if(pr[gn]){if(Sr[K]===Jt){var Wn;(Wn=Sr.parentNode)===null||Wn===void 0||Wn.removeChild(Sr)}}else pr[gn]=!0})}return new A(Jt)}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),gn=(0,p.Z)(function(){var Wn=(0,c.Z)({},Sr);Object.keys(pr).forEach(function(Hn){var ui=pr[Hn];pr[Hn]!==void 0&&(Wn[Hn]=ui)});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:gn},ur)},X=W,oe=e(34666),q=e(47273),ee=e(83383),G=e(18881),se=e(85461),te=(0,b.Z)(function Jt(){(0,m.Z)(this,Jt)}),Q=te,le="CALC_UNIT",$=new RegExp(le,"g");function j(Jt){return typeof Jt=="number"?"".concat(Jt).concat(le):Jt}var ie=function(Jt){(0,G.Z)(ur,Jt);var hr=(0,se.Z)(ur);function ur(pr,Sr){var gn;(0,m.Z)(this,ur),gn=hr.call(this),(0,i.Z)((0,ee.Z)(gn),"result",""),(0,i.Z)((0,ee.Z)(gn),"unitlessCssVar",void 0),(0,i.Z)((0,ee.Z)(gn),"lowPriority",void 0);var Wn=(0,oe.Z)(pr);return gn.unitlessCssVar=Sr,pr instanceof ur?gn.result="(".concat(pr.result,")"):Wn==="number"?gn.result=j(pr):Wn==="string"&&(gn.result=pr),gn}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 gn=this,Wn=Sr||{},Rn=Wn.unit,Hn=!0;return typeof Rn=="boolean"?Hn=Rn:Array.from(this.unitlessCssVar).some(function(ui){return gn.result.includes(ui)})&&(Hn=!1),this.result=this.result.replace($,Hn?"px":""),typeof this.lowPriority!="undefined"?"calc(".concat(this.result,")"):this.result}}]),ur}(Q),me=function(Jt){(0,G.Z)(ur,Jt);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,ee.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),Ae=function(hr,ur){var pr=hr==="css"?ie:me;return function(Sr){return new pr(Sr,ur)}},Pe=Ae;function He(Jt,hr){if(Jt.length!==hr.length)return!1;for(var ur=0;ur<Jt.length;ur++)if(Jt[ur]!==hr[ur])return!1;return!0}var Ne=function(){function Jt(){(0,m.Z)(this,Jt),(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)(Jt,[{key:"size",value:function(){return this.keys.length}},{key:"internalGet",value:function(ur){var pr,Sr,gn=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&&gn&&(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>Jt.MAX_CACHE_SIZE+Jt.MAX_CACHE_OFFSET){var gn=this.keys.reduce(function(ui,oi){var fr=(0,r.Z)(ui,2),Fr=fr[1];return Sr.internalGet(oi)[1]<Fr?[oi,Sr.internalGet(oi)[1]]:ui},[this.keys[0],this.cacheCallTimes]),Wn=(0,r.Z)(gn,1),Rn=Wn[0];this.delete(Rn)}this.keys.push(ur)}var Hn=this.cache;ur.forEach(function(ui,oi){if(oi===ur.length-1)Hn.set(ui,{value:[pr,Sr.cacheCallTimes++]});else{var fr=Hn.get(ui);fr?fr.map||(fr.map=new Map):Hn.set(ui,{map:new Map}),Hn=Hn.get(ui).map}})}},{key:"deleteByPath",value:function(ur,pr){var Sr=ur.get(pr[0]);if(pr.length===1){var gn;return Sr.map?ur.set(pr[0],{map:Sr.map}):ur.delete(pr[0]),(gn=Sr.value)===null||gn===void 0?void 0:gn[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!He(pr,ur)}),this.deleteByPath(this.cache,ur)}}]),Jt}();(0,i.Z)(Ne,"MAX_CACHE_SIZE",20),(0,i.Z)(Ne,"MAX_CACHE_OFFSET",5);var Mt=e(48736),bt=0,kt=function(){function Jt(hr){(0,m.Z)(this,Jt),(0,i.Z)(this,"derivatives",void 0),(0,i.Z)(this,"id",void 0),this.derivatives=Array.isArray(hr)?hr:[hr],this.id=bt,hr.length===0&&(0,Mt.Kp)(hr.length>0,"[Ant Design CSS-in-JS] Theme should have at least one derivative function."),bt+=1}return(0,b.Z)(Jt,[{key:"getDerivativeToken",value:function(ur){return this.derivatives.reduce(function(pr,Sr){return Sr(ur,pr)},void 0)}}]),Jt}(),Zt=new Ne;function Ft(Jt){var hr=Array.isArray(Jt)?Jt:[Jt];return Zt.has(hr)||Zt.set(hr,new kt(hr)),Zt.get(hr)}var tr=new WeakMap,je={};function Et(Jt,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(je)||ur.set(je,Jt()),ur.get(je)}var Bt=new WeakMap;function tt(Jt){var hr=Bt.get(Jt)||"";return hr||(Object.keys(Jt).forEach(function(ur){var pr=Jt[ur];hr+=ur,pr instanceof kt?hr+=pr.id:pr&&(0,oe.Z)(pr)==="object"?hr+=tt(pr):hr+=pr}),hr=o(hr),Bt.set(Jt,hr)),hr}function yt(Jt,hr){return o("".concat(hr,"_").concat(tt(Jt)))}var dt="random-".concat(Date.now(),"-").concat(Math.random()).replace(/\./g,""),qe="_bAmBoO_";function Fe(Jt,hr,ur){if((0,q.Z)()){var pr,Sr;(0,h.hq)(Jt,dt);var gn=document.createElement("div");gn.style.position="fixed",gn.style.left="0",gn.style.top="0",hr==null||hr(gn),document.body.appendChild(gn);var Wn=ur?ur(gn):(pr=getComputedStyle(gn).content)===null||pr===void 0?void 0:pr.includes(qe);return(Sr=gn.parentNode)===null||Sr===void 0||Sr.removeChild(gn),(0,h.jL)(dt),Wn}return!1}var be=null;function ke(){return be===void 0&&(be=Fe("@layer ".concat(dt," { .").concat(dt,' { content: "').concat(qe,'"!important; } }'),function(Jt){Jt.className=dt})),be}var Ge=void 0;function We(){return Ge===void 0&&(Ge=Fe(":where(.".concat(dt,') { content: "').concat(qe,'"!important; }'),function(Jt){Jt.className=dt})),Ge}var Ye=void 0;function ht(){return Ye===void 0&&(Ye=Fe(".".concat(dt," { inset-block: 93px !important; }"),function(Jt){Jt.className=dt},function(Jt){return getComputedStyle(Jt).bottom==="93px"})),Ye}var xt=(0,q.Z)();function nr(Jt){return typeof Jt=="number"?"".concat(Jt,"px"):Jt}function er(Jt,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 Jt;var gn=(0,c.Z)((0,c.Z)({},pr),{},(0,i.Z)((0,i.Z)({},M,hr),B,ur)),Wn=Object.keys(gn).map(function(Rn){var Hn=gn[Rn];return Hn?"".concat(Rn,'="').concat(Hn,'"'):null}).filter(function(Rn){return Rn}).join(" ");return"<style ".concat(Wn,">").concat(Jt,"</style>")}var Re=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()},et=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 gn=(0,r.Z)(Sr,2),Wn=gn[0],Rn=gn[1];return"".concat(Wn,":").concat(Rn,";")}).join(""),"}"):""},Vt=function(hr,ur,pr){var Sr={},gn={};return Object.entries(hr).forEach(function(Wn){var Rn,Hn,ui=(0,r.Z)(Wn,2),oi=ui[0],fr=ui[1];if(pr!=null&&(Rn=pr.preserve)!==null&&Rn!==void 0&&Rn[oi])gn[oi]=fr;else if((typeof fr=="string"||typeof fr=="number")&&!(pr!=null&&(Hn=pr.ignore)!==null&&Hn!==void 0&&Hn[oi])){var Fr,Br=Re(oi,pr==null?void 0:pr.prefix);Sr[Br]=typeof fr=="number"&&!(pr!=null&&(Fr=pr.unitless)!==null&&Fr!==void 0&&Fr[oi])?"".concat(fr,"px"):String(fr),gn[oi]="var(".concat(Br,")")}}),[gn,et(Sr,ur,{scope:pr==null?void 0:pr.scope})]},Lt=e(34280),Wt=(0,c.Z)({},a),Ht=Wt.useInsertionEffect,Tt=function(hr,ur,pr){u.useMemo(hr,pr),(0,Lt.Z)(function(){return ur(!0)},pr)},Qt=Ht?function(Jt,hr,ur){return Ht(function(){return Jt(),hr()},ur)}:Tt,$e=Qt,ce=(0,c.Z)({},a),he=ce.useInsertionEffect,It=function(hr){var ur=[],pr=!1;function Sr(gn){pr||ur.push(gn)}return u.useEffect(function(){return pr=!1,function(){pr=!0,ur.length&&ur.forEach(function(gn){return gn()})}},hr),Sr},Se=function(){return function(hr){hr()}},ft=typeof he!="undefined"?It:Se,Gt=ft;function Ct(){return!1}var Ce=!1;function St(){return Ce}var ze=Ct;if(0)var nt,Te;function Rt(Jt,hr,ur,pr,Sr){var gn=u.useContext(X),Wn=gn.cache,Rn=[Jt].concat((0,l.Z)(hr)),Hn=D(Rn),ui=Gt([Hn]),oi=ze(),fr=function(Sn){Wn.opUpdate(Hn,function(vt){var jn=vt||[void 0,void 0],Gn=(0,r.Z)(jn,2),Ni=Gn[0],ea=Ni===void 0?0:Ni,Ur=Gn[1],ca=Ur,Vr=ca||ur(),wa=[ea,Vr];return Sn?Sn(wa):wa})};u.useMemo(function(){fr()},[Hn]);var Fr=Wn.opGet(Hn),Br=Fr[1];return $e(function(){Sr==null||Sr(Br)},function(En){return fr(function(Sn){var vt=(0,r.Z)(Sn,2),jn=vt[0],Gn=vt[1];return En&&jn===0&&(Sr==null||Sr(Br)),[jn+1,Gn]}),function(){Wn.opUpdate(Hn,function(Sn){var vt=Sn||[],jn=(0,r.Z)(vt,2),Gn=jn[0],Ni=Gn===void 0?0:Gn,ea=jn[1],Ur=Ni-1;return Ur===0?(ui(function(){(En||!Wn.opGet(Hn))&&(pr==null||pr(ea,!1))}),null):[Ni-1,ea]})}},[Hn]),Br}var Le={},Or="css",At=new Map;function Xr(Jt){At.set(Jt,(At.get(Jt)||0)+1)}function nn(Jt,hr){if(typeof document!="undefined"){var ur=document.querySelectorAll("style[".concat(M,'="').concat(Jt,'"]'));ur.forEach(function(pr){if(pr[K]===hr){var Sr;(Sr=pr.parentNode)===null||Sr===void 0||Sr.removeChild(pr)}})}}var Mr=0;function Dr(Jt,hr){At.set(Jt,(At.get(Jt)||0)-1);var ur=new Set;At.forEach(function(pr,Sr){pr<=0&&ur.add(Sr)}),At.size-ur.size>Mr&&ur.forEach(function(pr){nn(pr,hr),At.delete(pr)})}var mr=function(hr,ur,pr,Sr){var gn=pr.getDerivativeToken(hr),Wn=(0,c.Z)((0,c.Z)({},gn),ur);return Sr&&(Wn=Sr(Wn)),Wn},Zr="token";function un(Jt,hr){var ur=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},pr=(0,u.useContext)(X),Sr=pr.cache.instanceId,gn=pr.container,Wn=ur.salt,Rn=Wn===void 0?"":Wn,Hn=ur.override,ui=Hn===void 0?Le:Hn,oi=ur.formatToken,fr=ur.getComputedToken,Fr=ur.cssVar,Br=Et(function(){return Object.assign.apply(Object,[{}].concat((0,l.Z)(hr)))},hr),En=tt(Br),Sn=tt(ui),vt=Fr?tt(Fr):"",jn=Rt(Zr,[Rn,Jt.id,En,Sn,vt],function(){var Gn,Ni=fr?fr(Br,ui,Jt):mr(Br,ui,Jt,oi),ea=(0,c.Z)({},Ni),Ur="";if(Fr){var ca=Vt(Ni,Fr.key,{prefix:Fr.prefix,ignore:Fr.ignore,unitless:Fr.unitless,preserve:Fr.preserve}),Vr=(0,r.Z)(ca,2);Ni=Vr[0],Ur=Vr[1]}var wa=yt(Ni,Rn);Ni._tokenKey=wa,ea._tokenKey=yt(ea,Rn);var ps=(Gn=Fr==null?void 0:Fr.key)!==null&&Gn!==void 0?Gn:wa;Ni._themeKey=ps,Xr(ps);var $s="".concat(Or,"-").concat(o(wa));return Ni._hashId=$s,[Ni,$s,ea,Ur,(Fr==null?void 0:Fr.key)||""]},function(Gn){Dr(Gn[0]._themeKey,Sr)},function(Gn){var Ni=(0,r.Z)(Gn,4),ea=Ni[0],Ur=Ni[3];if(Fr&&Ur){var ca=(0,h.hq)(Ur,o("css-variables-".concat(ea._themeKey)),{mark:B,prepend:"queue",attachTo:gn,priority:-999});ca[K]=Sr,ca.setAttribute(M,ea._themeKey)}});return jn}var hn=function(hr,ur,pr){var Sr=(0,r.Z)(hr,5),gn=Sr[2],Wn=Sr[3],Rn=Sr[4],Hn=pr||{},ui=Hn.plain;if(!Wn)return null;var oi=gn._tokenKey,fr=-999,Fr={"data-rc-order":"prependQueue","data-rc-priority":"".concat(fr)},Br=er(Wn,Rn,oi,Fr,ui);return[fr,oi,Br]},Yt=e(32855),gt={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},ut=gt,ct="-ms-",Nt="-moz-",yr="-webkit-",_r="comm",it="rule",Cr="decl",mn="@page",Vn="@media",Gr="@import",Qn="@charset",ei="@viewport",Nn="@supports",qn="@document",Pn="@namespace",Mi="@keyframes",di="@font-face",Fi="@counter-style",na="@font-feature-values",Hi="@layer",Ca="@scope",li=Math.abs,da=String.fromCharCode,Dt=Object.assign;function mt(Jt,hr){return Si(Jt,0)^45?(((hr<<2^Si(Jt,0))<<2^Si(Jt,1))<<2^Si(Jt,2))<<2^Si(Jt,3):0}function Ui(Jt){return Jt.trim()}function la(Jt,hr){return(Jt=hr.exec(Jt))?Jt[0]:Jt}function gi(Jt,hr,ur){return Jt.replace(hr,ur)}function La(Jt,hr,ur){return Jt.indexOf(hr,ur)}function Si(Jt,hr){return Jt.charCodeAt(hr)|0}function ci(Jt,hr,ur){return Jt.slice(hr,ur)}function Cn(Jt){return Jt.length}function rr(Jt){return Jt.length}function _t(Jt,hr){return hr.push(Jt),Jt}function rt(Jt,hr){return Jt.map(hr).join("")}function Ot(Jt,hr){return Jt.filter(function(ur){return!la(ur,hr)})}function pt(Jt,hr){for(var ur="",pr=0;pr<Jt.length;pr++)ur+=hr(Jt[pr],pr,Jt,hr)||"";return ur}function lr(Jt,hr,ur,pr){switch(Jt.type){case Hi:if(Jt.children.length)break;case Gr:case Pn:case Cr:return Jt.return=Jt.return||Jt.value;case _r:return"";case Mi:return Jt.return=Jt.value+"{"+pt(Jt.children,pr)+"}";case it:if(!Cn(Jt.value=Jt.props.join(",")))return""}return Cn(ur=pt(Jt.children,pr))?Jt.return=Jt.value+"{"+ur+"}":""}var cr=1,Tr=1,Wr=0,Ze=0,Je=0,ye="";function st(Jt,hr,ur,pr,Sr,gn,Wn,Rn){return{value:Jt,root:hr,parent:ur,type:pr,props:Sr,children:gn,line:cr,column:Tr,length:Wn,return:"",siblings:Rn}}function sr(Jt,hr){return assign(st("",null,null,"",null,null,0,Jt.siblings),Jt,{length:-Jt.length},hr)}function xr(Jt){for(;Jt.root;)Jt=sr(Jt.root,{children:[Jt]});append(Jt,Jt.siblings)}function kr(){return Je}function Pr(){return Je=Ze>0?Si(ye,--Ze):0,Tr--,Je===10&&(Tr=1,cr--),Je}function zr(){return Je=Ze<Wr?Si(ye,Ze++):0,Tr++,Je===10&&(Tr=1,cr++),Je}function wn(){return Si(ye,Ze)}function wr(){return Ze}function dn(Jt,hr){return ci(ye,Jt,hr)}function sn(Jt){switch(Jt){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(Jt){return cr=Tr=1,Wr=Cn(ye=Jt),Ze=0,[]}function On(Jt){return ye="",Jt}function Ia(Jt){return Ui(dn(Ze-1,Qi(Jt===91?Jt+2:Jt===40?Jt+1:Jt)))}function Di(Jt){return On(yn(cn(Jt)))}function yi(Jt){for(;(Je=wn())&&Je<33;)zr();return sn(Jt)>2||sn(Je)>3?"":" "}function yn(Jt){for(;zr();)switch(sn(Je)){case 0:append(Xs(Ze-1),Jt);break;case 2:append(Ia(Je),Jt);break;default:append(from(Je),Jt)}return Jt}function pi(Jt,hr){for(;--hr&&zr()&&!(Je<48||Je>102||Je>57&&Je<65||Je>70&&Je<97););return dn(Jt,wr()+(hr<6&&wn()==32&&zr()==32))}function Qi(Jt){for(;zr();)switch(Je){case Jt:return Ze;case 34:case 39:Jt!==34&&Jt!==39&&Qi(Je);break;case 40:Jt===41&&Qi(Jt);break;case 92:zr();break}return Ze}function ba(Jt,hr){for(;zr()&&Jt+Je!==57;)if(Jt+Je===84&&wn()===47)break;return"/*"+dn(hr,Ze-1)+"*"+da(Jt===47?Jt:zr())}function Xs(Jt){for(;!sn(wn());)zr();return dn(Jt,Ze)}function xa(Jt){return On(Bs("",null,null,null,[""],Jt=cn(Jt),0,[0],Jt))}function Bs(Jt,hr,ur,pr,Sr,gn,Wn,Rn,Hn){for(var ui=0,oi=0,fr=Wn,Fr=0,Br=0,En=0,Sn=1,vt=1,jn=1,Gn=0,Ni="",ea=Sr,Ur=gn,ca=pr,Vr=Ni;vt;)switch(En=Gn,Gn=zr()){case 40:if(En!=108&&Si(Vr,fr-1)==58){La(Vr+=gi(Ia(Gn),"&","&\f"),"&\f",li(ui?Rn[ui-1]:0))!=-1&&(jn=-1);break}case 34:case 39:case 91:Vr+=Ia(Gn);break;case 9:case 10:case 13:case 32:Vr+=yi(En);break;case 92:Vr+=pi(wr()-1,7);continue;case 47:switch(wn()){case 42:case 47:_t(es(ba(zr(),wr()),hr,ur,Hn),Hn),(sn(En||1)==5||sn(wn()||1)==5)&&Cn(Vr)&&ci(Vr,-1,void 0)!==" "&&(Vr+=" ");break;default:Vr+="/"}break;case 123*Sn:Rn[ui++]=Cn(Vr)*jn;case 125*Sn:case 59:case 0:switch(Gn){case 0:case 125:vt=0;case 59+oi:jn==-1&&(Vr=gi(Vr,/\f/g,"")),Br>0&&(Cn(Vr)-fr||Sn===0&&En===47)&&_t(Br>32?zs(Vr+";",pr,ur,fr-1,Hn):zs(gi(Vr," ","")+";",pr,ur,fr-2,Hn),Hn);break;case 59:Vr+=";";default:if(_t(ca=Qs(Vr,hr,ur,ui,oi,Sr,Rn,Ni,ea=[],Ur=[],fr,gn),gn),Gn===123)if(oi===0)Bs(Vr,hr,ca,ca,ea,gn,fr,Rn,Ur);else{switch(Fr){case 99:if(Si(Vr,3)===110)break;case 108:if(Si(Vr,2)===97)break;default:oi=0;case 100:case 109:case 115:}oi?Bs(Jt,ca,ca,pr&&_t(Qs(Jt,ca,ca,0,0,Sr,Rn,Ni,Sr,ea=[],fr,Ur),Ur),Sr,Ur,fr,Rn,pr?ea:Ur):Bs(Vr,ca,ca,ca,[""],Ur,0,Rn,Ur)}}ui=oi=Br=0,Sn=jn=1,Ni=Vr="",fr=Wn;break;case 58:fr=1+Cn(Vr),Br=En;default:if(Sn<1){if(Gn==123)--Sn;else if(Gn==125&&Sn++==0&&Pr()==125)continue}switch(Vr+=da(Gn),Gn*Sn){case 38:jn=oi>0?1:(Vr+="\f",-1);break;case 44:Rn[ui++]=(Cn(Vr)-1)*jn,jn=1;break;case 64:wn()===45&&(Vr+=Ia(zr())),Fr=wn(),oi=fr=Cn(Ni=Vr+=Xs(wr())),Gn++;break;case 45:En===45&&Cn(Vr)==2&&(Sn=0)}}return gn}function Qs(Jt,hr,ur,pr,Sr,gn,Wn,Rn,Hn,ui,oi,fr){for(var Fr=Sr-1,Br=Sr===0?gn:[""],En=rr(Br),Sn=0,vt=0,jn=0;Sn<pr;++Sn)for(var Gn=0,Ni=ci(Jt,Fr+1,Fr=li(vt=Wn[Sn])),ea=Jt;Gn<En;++Gn)(ea=Ui(vt>0?Br[Gn]+" "+Ni:gi(Ni,/&\f/g,Br[Gn])))&&(Hn[jn++]=ea);return st(Jt,hr,ur,Sr===0?it:Rn,Hn,ui,oi,fr)}function es(Jt,hr,ur,pr){return st(Jt,hr,ur,_r,da(kr()),ci(Jt,2,-2),0,pr)}function zs(Jt,hr,ur,pr,Sr){return st(Jt,hr,ur,Cr,ci(Jt,0,pr),ci(Jt,pr+1,-1),pr,Sr)}function ti(Jt,hr){var ur=hr.path,pr=hr.parentSelectors;(0,Mt.ZP)(!1,"[Ant Design CSS-in-JS] ".concat(ur?"Error in ".concat(ur,": "):"").concat(Jt).concat(pr.length?" Selector: ".concat(pr.join(" | ")):""))}var ws=function(hr,ur,pr){if(hr==="content"){var Sr=/(attr|counters?|url|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,gn=["normal","none","initial","inherit","unset"];(typeof ur!="string"||gn.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)}},ds=null,qs=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)},Ji=null;function Ns(Jt){var hr,ur=((hr=Jt.match(/:not\(([^)]*)\)/))===null||hr===void 0?void 0:hr[1])||"",pr=ur.split(/(\[[^[]*])|(?=[.#])/).filter(function(Sr){return Sr});return pr.length>1}function Go(Jt){return Jt.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=Go(pr),gn=Sr.match(/:not\([^)]*\)/g)||[];gn.length>0&&gn.some(Ns)&&ti("Concat ':not' selector not support in legacy browsers.",pr)},ma=Va,as=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":ti("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]&&ti("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")&&ti("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 gn=ur.split("/").map(function(Rn){return Rn.trim()}),Wn=gn.reduce(function(Rn,Hn){if(Rn)return Rn;var ui=Hn.split(" ").map(function(oi){return oi.trim()});return ui.length>=2&&ui[0]!==ui[1]||ui.length===3&&ui[1]!==ui[2]||ui.length===4&&ui[2]!==ui[3]?!0:Rn},!1);Wn&&ti("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=as,zn=function(hr,ur,pr){(typeof ur=="string"&&/NaN/g.test(ur)||Number.isNaN(ur))&&ti("Unexpected 'NaN' in property '".concat(hr,": ").concat(ur,"'."),pr)},ts=zn,Ps=function(hr,ur,pr){pr.parentSelectors.some(function(Sr){var gn=Sr.split(",");return gn.some(function(Wn){return Wn.split("&").length>2})})&&ti("Should not use more than one `&` in a selector.",pr)},Is=Ps,Gi="data-ant-cssinjs-cache-path",Qa="_FILE_STYLE__";function Za(Jt){return Object.keys(Jt).map(function(hr){var ur=Jt[hr];return"".concat(hr,":").concat(ur)}).join(";")}var ks,_o=!0;function No(Jt){var hr=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;ks=Jt,_o=hr}function Ko(){if(!ks&&(ks={},(0,q.Z)())){var Jt=document.createElement("div");Jt.className=Gi,Jt.style.position="fixed",Jt.style.visibility="hidden",Jt.style.top="-9999px",document.body.appendChild(Jt);var hr=getComputedStyle(Jt).content||"";hr=hr.replace(/^"/,"").replace(/"$/,""),hr.split(";").forEach(function(Sr){var gn=Sr.split(":"),Wn=(0,r.Z)(gn,2),Rn=Wn[0],Hn=Wn[1];ks[Rn]=Hn});var ur=document.querySelector("style[".concat(Gi,"]"));if(ur){var pr;_o=!1,(pr=ur.parentNode)===null||pr===void 0||pr.removeChild(ur)}document.body.removeChild(Jt)}}function Vo(Jt){return Ko(),!!ks[Jt]}function rs(Jt){var hr=ks[Jt],ur=null;if(hr&&(0,q.Z)())if(_o)ur=Qa;else{var pr=document.querySelector("style[".concat(B,'="').concat(ks[Jt],'"]'));pr?ur=pr.innerHTML:delete ks[Jt]}return[ur,hr]}var gs="_skip_check_",Eo="_multi_value_";function jo(Jt){var hr=pt(xa(Jt),lr);return hr.replace(/\{%%%\:[^;];}/g,";")}function ko(Jt){return(0,oe.Z)(Jt)==="object"&&Jt&&(gs in Jt||Eo in Jt)}function Yo(Jt,hr,ur){if(!hr)return Jt;var pr=".".concat(hr),Sr=ur==="low"?":where(".concat(pr,")"):pr,gn=Jt.split(",").map(function(Wn){var Rn,Hn=Wn.trim().split(/\s+/),ui=Hn[0]||"",oi=((Rn=ui.match(/^\w+/))===null||Rn===void 0?void 0:Rn[0])||"";return ui="".concat(oi).concat(Sr).concat(ui.slice(oi.length)),[ui].concat((0,l.Z)(Hn.slice(1))).join(" ")});return gn.join(",")}var xi=function Jt(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,gn=pr.injectHash,Wn=pr.parentSelectors,Rn=ur.hashId,Hn=ur.layer,ui=ur.path,oi=ur.hashPriority,fr=ur.transformers,Fr=fr===void 0?[]:fr,Br=ur.linters,En=Br===void 0?[]:Br,Sn="",vt={};function jn(ea){var Ur=ea.getName(Rn);if(!vt[Ur]){var ca=Jt(ea.style,ur,{root:!1,parentSelectors:Wn}),Vr=(0,r.Z)(ca,1),wa=Vr[0];vt[Ur]="@keyframes ".concat(ea.getName(Rn)).concat(wa)}}function Gn(ea){var Ur=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return ea.forEach(function(ca){Array.isArray(ca)?Gn(ca,Ur):ca&&Ur.push(ca)}),Ur}var Ni=Gn(Array.isArray(hr)?hr:[hr]);return Ni.forEach(function(ea){var Ur=typeof ea=="string"&&!Sr?{}:ea;if(typeof Ur=="string")Sn+="".concat(Ur,`
`);else if(Ur._keyframe)jn(Ur);else{var ca=Fr.reduce(function(Vr,wa){var ps;return(wa==null||(ps=wa.visit)===null||ps===void 0?void 0:ps.call(wa,Vr))||Vr},Ur);Object.keys(ca).forEach(function(Vr){var wa=ca[Vr];if((0,oe.Z)(wa)==="object"&&wa&&(Vr!=="animationName"||!wa._keyframe)&&!ko(wa)){var ps=!1,$s=Vr.trim(),ji=!1;(Sr||gn)&&Rn?$s.startsWith("@")?ps=!0:$s==="&"?$s=Yo("",Rn,oi):$s=Yo(Vr,Rn,oi):Sr&&!Rn&&($s==="&"||$s==="")&&($s="",ji=!0);var ho=Jt(wa,ur,{root:ji,injectHash:ps,parentSelectors:[].concat((0,l.Z)(Wn),[$s])}),no=(0,r.Z)(ho,2),Zs=no[0],Ya=no[1];vt=(0,c.Z)((0,c.Z)({},vt),Ya),Sn+="".concat($s).concat(Zs)}else{let Ln=function(Hs,io){var Xe=Hs.replace(/[A-Z]/g,function(jt){return"-".concat(jt.toLowerCase())}),Qe=io;!ut[Hs]&&typeof Qe=="number"&&Qe!==0&&(Qe="".concat(Qe,"px")),Hs==="animationName"&&io!==null&&io!==void 0&&io._keyframe&&(jn(io),Qe=io.getName(Rn)),Sn+="".concat(Xe,":").concat(Qe,";")};var Ws,eo=(Ws=wa==null?void 0:wa.value)!==null&&Ws!==void 0?Ws:wa;(0,oe.Z)(wa)==="object"&&wa!==null&&wa!==void 0&&wa[Eo]&&Array.isArray(eo)?eo.forEach(function(Hs){Ln(Vr,Hs)}):Ln(Vr,eo)}})}}),Sr?Hn&&(Sn&&(Sn="@layer ".concat(Hn.name," {").concat(Sn,"}")),Hn.dependencies&&(vt["@layer ".concat(Hn.name)]=Hn.dependencies.map(function(ea){return"@layer ".concat(ea,", ").concat(Hn.name,";")}).join(`
`))):Sn="{".concat(Sn,"}"),[Sn,vt]};function mi(Jt,hr){return o("".concat(Jt.join("%")).concat(hr))}function ss(){return null}var hs="style";function os(Jt,hr){var ur=Jt.token,pr=Jt.path,Sr=Jt.hashId,gn=Jt.layer,Wn=Jt.nonce,Rn=Jt.clientOnly,Hn=Jt.order,ui=Hn===void 0?0:Hn,oi=u.useContext(X),fr=oi.autoClear,Fr=oi.mock,Br=oi.defaultCache,En=oi.hashPriority,Sn=oi.container,vt=oi.ssrInline,jn=oi.transformers,Gn=oi.linters,Ni=oi.cache,ea=oi.layer,Ur=ur._tokenKey,ca=[Ur];ea&&ca.push("layer"),ca.push.apply(ca,(0,l.Z)(pr));var Vr=xt,wa=Rt(hs,ca,function(){var no=ca.join("|");if(Vo(no)){var Zs=rs(no),Ya=(0,r.Z)(Zs,2),Ws=Ya[0],eo=Ya[1];if(Ws)return[Ws,Ur,eo,{},Rn,ui]}var Ln=hr(),Hs=xi(Ln,{hashId:Sr,hashPriority:En,layer:ea?gn:void 0,path:pr.join("-"),transformers:jn,linters:Gn}),io=(0,r.Z)(Hs,2),Xe=io[0],Qe=io[1],jt=jo(Xe),Kt=mi(ca,jt);return[jt,Ur,Kt,Qe,Rn,ui]},function(no,Zs){var Ya=(0,r.Z)(no,3),Ws=Ya[2];(Zs||fr)&&xt&&(0,h.jL)(Ws,{mark:B,attachTo:Sn})},function(no){var Zs=(0,r.Z)(no,4),Ya=Zs[0],Ws=Zs[1],eo=Zs[2],Ln=Zs[3];if(Vr&&Ya!==Qa){var Hs={mark:B,prepend:ea?!1:"queue",attachTo:Sn,priority:ui},io=typeof Wn=="function"?Wn():Wn;io&&(Hs.csp={nonce:io});var Xe=[],Qe=[];Object.keys(Ln).forEach(function(Kt){Kt.startsWith("@layer")?Xe.push(Kt):Qe.push(Kt)}),Xe.forEach(function(Kt){(0,h.hq)(jo(Ln[Kt]),"_layer-".concat(Kt),(0,c.Z)((0,c.Z)({},Hs),{},{prepend:!0}))});var jt=(0,h.hq)(Ya,eo,Hs);jt[K]=Ni.instanceId,jt.setAttribute(M,Ur),Qe.forEach(function(Kt){(0,h.hq)(jo(Ln[Kt]),"_effect-".concat(Kt),Hs)})}}),ps=(0,r.Z)(wa,3),$s=ps[0],ji=ps[1],ho=ps[2];return function(no){var Zs;return!vt||Vr||!Br?Zs=u.createElement(ss,null):Zs=u.createElement("style",(0,Yt.Z)({},(0,i.Z)((0,i.Z)({},M,ji),B,ho),{dangerouslySetInnerHTML:{__html:$s}})),u.createElement(u.Fragment,null,Zs,no)}}var go=function(hr,ur,pr){var Sr=(0,r.Z)(hr,6),gn=Sr[0],Wn=Sr[1],Rn=Sr[2],Hn=Sr[3],ui=Sr[4],oi=Sr[5],fr=pr||{},Fr=fr.plain;if(ui)return null;var Br=gn,En={"data-rc-order":"prependQueue","data-rc-priority":"".concat(oi)};return Br=er(gn,Wn,Rn,En,Fr),Hn&&Object.keys(Hn).forEach(function(Sn){if(!ur[Sn]){ur[Sn]=!0;var vt=jo(Hn[Sn]),jn=er(vt,Wn,"_effect-".concat(Sn),En,Fr);Sn.startsWith("@layer")?Br=jn+Br:Br+=jn}}),[oi,Rn,Br]},Uo="cssVar",lu=function(hr,ur){var pr=hr.key,Sr=hr.prefix,gn=hr.unitless,Wn=hr.ignore,Rn=hr.token,Hn=hr.scope,ui=Hn===void 0?"":Hn,oi=(0,u.useContext)(X),fr=oi.cache.instanceId,Fr=oi.container,Br=Rn._tokenKey,En=[].concat((0,l.Z)(hr.path),[pr,ui,Br]),Sn=Rt(Uo,En,function(){var vt=ur(),jn=Vt(vt,pr,{prefix:Sr,unitless:gn,ignore:Wn,scope:ui}),Gn=(0,r.Z)(jn,2),Ni=Gn[0],ea=Gn[1],Ur=mi(En,ea);return[Ni,ea,Ur,pr]},function(vt){var jn=(0,r.Z)(vt,3),Gn=jn[2];xt&&(0,h.jL)(Gn,{mark:B,attachTo:Fr})},function(vt){var jn=(0,r.Z)(vt,3),Gn=jn[1],Ni=jn[2];if(Gn){var ea=(0,h.hq)(Gn,Ni,{mark:B,prepend:"queue",attachTo:Fr,priority:-999});ea[K]=fr,ea.setAttribute(M,pr)}});return Sn},Rs=function(hr,ur,pr){var Sr=(0,r.Z)(hr,4),gn=Sr[1],Wn=Sr[2],Rn=Sr[3],Hn=pr||{},ui=Hn.plain;if(!gn)return null;var oi=-999,fr={"data-rc-order":"prependQueue","data-rc-priority":"".concat(oi)},Fr=er(gn,Rn,Wn,fr,ui);return[oi,Wn,Fr]},ru=lu,cu=(0,i.Z)((0,i.Z)((0,i.Z)({},hs,go),Zr,hn),Uo,Rs);function wu(Jt){return Jt!==null}function Ro(Jt,hr){var ur=typeof hr=="boolean"?{plain:hr}:hr||{},pr=ur.plain,Sr=pr===void 0?!1:pr,gn=ur.types,Wn=gn===void 0?["style","token","cssVar"]:gn,Rn=ur.once,Hn=Rn===void 0?!1:Rn,ui=new RegExp("^(".concat((typeof Wn=="string"?[Wn]:Wn).join("|"),")%")),oi=Array.from(Jt.cache.keys()).filter(function(En){return ui.test(En)}),fr={},Fr={},Br="";return oi.map(function(En){if(Hn&&Jt.extracted.has(En))return null;var Sn=En.replace(ui,"").replace(/%/g,"|"),vt=En.split("%"),jn=(0,r.Z)(vt,1),Gn=jn[0],Ni=cu[Gn],ea=Ni(Jt.cache.get(En)[1],fr,{plain:Sr});if(!ea)return null;var Ur=(0,r.Z)(ea,3),ca=Ur[0],Vr=Ur[1],wa=Ur[2];return En.startsWith("style")&&(Fr[Sn]=Vr),Jt.extracted.add(En),[ca,wa]}).filter(wu).sort(function(En,Sn){var vt=(0,r.Z)(En,1),jn=vt[0],Gn=(0,r.Z)(Sn,1),Ni=Gn[0];return jn-Ni}).forEach(function(En){var Sn=(0,r.Z)(En,2),vt=Sn[1];Br+=vt}),Br+=er(".".concat(Gi,'{content:"').concat(Za(Fr),'";}'),void 0,void 0,(0,i.Z)({},Gi,Gi),Sr),Br}var Qu=function(){function Jt(hr,ur){(0,m.Z)(this,Jt),(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)(Jt,[{key:"getName",value:function(){var ur=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return ur?"".concat(ur,"-").concat(this.name):this.name}}]),Jt}(),Lo=Qu;function fo(Jt){if(typeof Jt=="number")return[[Jt],!1];var hr=String(Jt).trim(),ur=hr.match(/(.*)(!important)/),pr=(ur?ur[1]:hr).trim().split(/\s+/),Sr=[],gn=0;return[pr.reduce(function(Wn,Rn){if(Rn.includes("(")||Rn.includes(")")){var Hn=Rn.split("(").length-1,ui=Rn.split(")").length-1;gn+=Hn-ui}return gn>=0&&Sr.push(Rn),gn===0&&(Wn.push(Sr.join(" ")),Sr=[]),Wn},[]),!!ur]}function gu(Jt){return Jt.notSplit=!0,Jt}var Mu={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 Oo(Jt,hr){var ur=Jt;return hr&&(ur="".concat(ur," !important")),{_skip_check_:!0,value:ur}}var Mo={visit:function(hr){var ur={};return Object.keys(hr).forEach(function(pr){var Sr=hr[pr],gn=Mu[pr];if(gn&&(typeof Sr=="number"||typeof Sr=="string")){var Wn=fo(Sr),Rn=(0,r.Z)(Wn,2),Hn=Rn[0],ui=Rn[1];gn.length&&gn.notSplit?gn.forEach(function(oi){ur[oi]=Oo(Sr,ui)}):gn.length===1?ur[gn[0]]=Oo(Hn[0],ui):gn.length===2?gn.forEach(function(oi,fr){var Fr;ur[oi]=Oo((Fr=Hn[fr])!==null&&Fr!==void 0?Fr:Hn[0],ui)}):gn.length===4?gn.forEach(function(oi,fr){var Fr,Br;ur[oi]=Oo((Fr=(Br=Hn[fr])!==null&&Br!==void 0?Br:Hn[fr-2])!==null&&Fr!==void 0?Fr:Hn[0],ui)}):ur[pr]=Sr}else ur[pr]=Sr}),ur}},Eu=Mo,Xo=/url\([^)]+\)|var\([^)]+\)|(\d*\.?\d+)px/g;function nu(Jt,hr){var ur=Math.pow(10,hr+1),pr=Math.floor(Jt*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,gn=Sr===void 0?5:Sr,Wn=hr.mediaQuery,Rn=Wn===void 0?!1:Wn,Hn=function(fr,Fr){if(!Fr)return fr;var Br=parseFloat(Fr);if(Br<=1)return fr;var En=nu(Br/pr,gn);return"".concat(En,"rem")},ui=function(fr){var Fr=(0,c.Z)({},fr);return Object.entries(fr).forEach(function(Br){var En=(0,r.Z)(Br,2),Sn=En[0],vt=En[1];if(typeof vt=="string"&&vt.includes("px")){var jn=vt.replace(Xo,Hn);Fr[Sn]=jn}!ut[Sn]&&typeof vt=="number"&&vt!==0&&(Fr[Sn]="".concat(vt,"px").replace(Xo,Hn));var Gn=Sn.trim();if(Gn.startsWith("@")&&Gn.includes("px")&&Rn){var Ni=Sn.replace(Xo,Hn);Fr[Ni]=Fr[Sn],delete Fr[Sn]}}),Fr};return{visit:ui}},zo=Os,Fu={supportModernCSS:function(){return We()&&ht()}}},7657:function(d,_,e){"use strict";e.d(_,{Z:function(){return le}});var r=e(32855),i=e(11913),l=e(74430),c=e(43079),f=e(59301),o=e(92310),h=e.n(o),u=e(30071),a=e(18418),x=e(27247),p=e(34666),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,Ae){return P(me,"".concat(j,"-").concat($.tag,"-").concat(Ae))})):f.createElement($.tag,(0,x.Z)({key:j},A($.attrs)),($.children||[]).map(function(me,Ae){return P(me,"".concat(j,"-").concat($.tag,"-").concat(Ae))}))}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"},K=`
.anticon {
display: inline-flex;
align-items: center;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.anticon > * {
line-height: 1;
}
.anticon svg {
display: inline-block;
}
.anticon::before {
display: none;
}
.anticon .anticon-icon {
display: block;
}
.anticon[tabindex] {
cursor: pointer;
}
.anticon-spin::before,
.anticon-spin {
display: inline-block;
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear;
}
@-webkit-keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loadingCircle {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
`,H=function(j){var ie=(0,f.useContext)(a.Z),me=ie.csp,Ae=ie.prefixCls,Pe=ie.layer,He=K;Ae&&(He=He.replace(/anticon/g,Ae)),Pe&&(He="@layer ".concat(Pe,` {
`).concat(He,`
}`)),(0,f.useEffect)(function(){var Ne=j.current,Mt=(0,m.A)(Ne);(0,y.hq)(He,"@ant-design-icons",{prepend:!Pe,csp:me,attachTo:Mt})},[])},W=["icon","className","onClick","style","primaryColor","secondaryColor"],ae={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};function X($){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,Ae=j.onClick,Pe=j.style,He=j.primaryColor,Ne=j.secondaryColor,Mt=(0,c.Z)(j,W),bt=f.useRef(),kt=ae;if(He&&(kt={primaryColor:He,secondaryColor:Ne||M(He)}),H(bt),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:Ae,style:Pe,"data-icon":Zt.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},Mt),{},{ref:bt}))};q.displayName="IconReact",q.getTwoToneColors=oe,q.setTwoToneColors=X;var ee=q;function G($){var j=B($),ie=(0,i.Z)(j,2),me=ie[0],Ae=ie[1];return ee.setTwoToneColors({primaryColor:me,secondaryColor:Ae})}function se(){var $=ee.getTwoToneColors();return $.calculated?[$.primaryColor,$.secondaryColor]:$.primaryColor}var te=["className","icon","spin","rotate","tabIndex","onClick","twoToneColor"];G(u.blue.primary);var Q=f.forwardRef(function($,j){var ie=$.className,me=$.icon,Ae=$.spin,Pe=$.rotate,He=$.tabIndex,Ne=$.onClick,Mt=$.twoToneColor,bt=(0,c.Z)($,te),kt=f.useContext(a.Z),Zt=kt.prefixCls,Ft=Zt===void 0?"anticon":Zt,tr=kt.rootClassName,je=h()(tr,Ft,(0,l.Z)((0,l.Z)({},"".concat(Ft,"-").concat(me.name),!!me.name),"".concat(Ft,"-spin"),!!Ae||me.name==="loading"),ie),Et=He;Et===void 0&&Ne&&(Et=-1);var Bt=Pe?{msTransform:"rotate(".concat(Pe,"deg)"),transform:"rotate(".concat(Pe,"deg)")}:void 0,tt=B(Mt),yt=(0,i.Z)(tt,2),dt=yt[0],qe=yt[1];return f.createElement("span",(0,r.Z)({role:"img","aria-label":me.name},bt,{ref:j,tabIndex:Et,onClick:Ne,className:je}),f.createElement(ee,{icon:me,primaryColor:dt,secondaryColor:qe,style:Bt}))});Q.displayName="AntdIcon",Q.getTwoToneColor=se,Q.setTwoToneColor=G;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(32855),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(32855),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(32855),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(32855),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(32855),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(32855),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 K=A-P;switch(B=N>.5?K/(2-A-P):K/(A+P),A){case S:M=(D-R)/K+(D<R?6:0);break;case D:M=(R-S)/K+2;break;case R:M=(S-D)/K+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,K=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:K,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),K=A%6,H=[R,B,M,M,N,R][K],W=[N,R,R,B,M,M][K],ae=[M,M,N,R,R,B][K];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(11913),i=e(59301),l=e(4676),c=e(47273),f=e(48736),o=e(8654),h=i.createContext(null),u=h,a=e(3300),x=e(34280),p=[];function y(W,ae){var X=i.useState(function(){if(!(0,c.Z)())return null;var me=document.createElement("div");return me}),oe=(0,r.Z)(X,1),q=oe[0],ee=i.useRef(!1),G=i.useContext(u),se=i.useState(p),te=(0,r.Z)(se,2),Q=te[0],le=te[1],$=G||(ee.current?void 0:function(me){le(function(Ae){var Pe=[me].concat((0,a.Z)(Ae));return Pe})});function j(){q.parentElement||document.body.appendChild(q),ee.current=!0}function ie(){var me;(me=q.parentElement)===null||me===void 0||me.removeChild(q),ee.current=!1}return(0,x.Z)(function(){return W?G?G(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,X=i.useState(function(){return R+=1,"".concat(D,"_").concat(R)}),oe=(0,r.Z)(X,1),q=oe[0];(0,x.Z)(function(){if(ae){var ee=(0,b.o)(document.body).width,G=S();(0,m.hq)(`
html body {
overflow-y: hidden;
`.concat(G?"width: calc(100% - ".concat(ee,"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 X=W.open,oe=W.autoLock,q=W.getContainer,ee=W.debug,G=W.autoDestroy,se=G===void 0?!0:G,te=W.children,Q=i.useState(X),le=(0,r.Z)(Q,2),$=le[0],j=le[1],ie=$||X;i.useEffect(function(){(se||X)&&j(X)},[X,se]);var me=i.useState(function(){return B(q)}),Ae=(0,r.Z)(me,2),Pe=Ae[0],He=Ae[1];i.useEffect(function(){var tt=B(q);He(tt!=null?tt:null)});var Ne=y(ie&&!Pe,ee),Mt=(0,r.Z)(Ne,2),bt=Mt[0],kt=Mt[1],Zt=Pe!=null?Pe:bt;A(oe&&X&&(0,c.Z)()&&(Zt===bt||Zt===document.body));var Ft=null;if(te&&(0,o.Yr)(te)&&ae){var tr=te;Ft=tr.ref}var je=(0,o.x1)(Ft,ae);if(!ie||!(0,c.Z)()||Pe===void 0)return null;var Et=Zt===!1||M(),Bt=te;return ae&&(Bt=i.cloneElement(te,{ref:je})),i.createElement(u.Provider,{value:kt},Et?Bt:(0,l.createPortal)(Bt,Zt))}),K=N,H=K},35593:function(d,_,e){"use strict";e.d(_,{Z:function(){return Bt}});var r=e(27247),i=e(11913),l=e(43079),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(32855),D=e(77900),R=e(8654);function A(tt){var yt=tt.prefixCls,dt=tt.align,qe=tt.arrow,Fe=tt.arrowPos,be=qe||{},ke=be.className,Ge=be.content,We=Fe.x,Ye=We===void 0?0:We,ht=Fe.y,xt=ht===void 0?0:ht,nr=b.useRef();if(!dt||!dt.points)return null;var er={position:"absolute"};if(dt.autoArrow!==!1){var Re=dt.points[0],et=dt.points[1],Vt=Re[0],Lt=Re[1],Wt=et[0],Ht=et[1];Vt===Wt||!["t","b"].includes(Vt)?er.top=xt:Vt==="t"?er.top=0:er.bottom=0,Lt===Ht||!["l","r"].includes(Lt)?er.left=Ye:Lt==="l"?er.left=0:er.right=0}return b.createElement("div",{ref:nr,className:o()("".concat(yt,"-arrow"),ke),style:er},Ge)}function P(tt){var yt=tt.prefixCls,dt=tt.open,qe=tt.zIndex,Fe=tt.mask,be=tt.motion;return Fe?b.createElement(D.default,(0,S.Z)({},be,{motionAppear:!0,visible:dt,removeOnLeave:!0}),function(ke){var Ge=ke.className;return b.createElement("div",{style:{zIndex:qe},className:o()("".concat(yt,"-mask"),Ge)})}):null}var M=b.memo(function(tt){var yt=tt.children;return yt},function(tt,yt){return yt.cache}),B=M,N=b.forwardRef(function(tt,yt){var dt=tt.popup,qe=tt.className,Fe=tt.prefixCls,be=tt.style,ke=tt.target,Ge=tt.onVisibleChanged,We=tt.open,Ye=tt.keepDom,ht=tt.fresh,xt=tt.onClick,nr=tt.mask,er=tt.arrow,Re=tt.arrowPos,et=tt.align,Vt=tt.motion,Lt=tt.maskMotion,Wt=tt.forceRender,Ht=tt.getPopupContainer,Tt=tt.autoDestroy,Qt=tt.portal,$e=tt.zIndex,ce=tt.onMouseEnter,he=tt.onMouseLeave,It=tt.onPointerEnter,Se=tt.ready,ft=tt.offsetX,Gt=tt.offsetY,Ct=tt.offsetR,Ce=tt.offsetB,St=tt.onAlign,ze=tt.onPrepare,nt=tt.stretch,Te=tt.targetWidth,Rt=tt.targetHeight,Le=typeof dt=="function"?dt():dt,Or=We||Ye,At=(Ht==null?void 0:Ht.length)>0,Xr=b.useState(!Ht||!At),nn=(0,i.Z)(Xr,2),Mr=nn[0],Dr=nn[1];if((0,y.Z)(function(){!Mr&&At&&ke&&Dr(!0)},[Mr,At,ke]),!Mr)return null;var mr="auto",Zr={left:"-1000vw",top:"-1000vh",right:mr,bottom:mr};if(Se||!We){var un,hn=et.points,Yt=et.dynamicInset||((un=et._experimental)===null||un===void 0?void 0:un.dynamicInset),gt=Yt&&hn[0][1]==="r",ut=Yt&&hn[0][0]==="b";gt?(Zr.right=Ct,Zr.left=mr):(Zr.left=ft,Zr.right=mr),ut?(Zr.bottom=Ce,Zr.top=mr):(Zr.top=Gt,Zr.bottom=mr)}var ct={};return nt&&(nt.includes("height")&&Rt?ct.height=Rt:nt.includes("minHeight")&&Rt&&(ct.minHeight=Rt),nt.includes("width")&&Te?ct.width=Te:nt.includes("minWidth")&&Te&&(ct.minWidth=Te)),We||(ct.pointerEvents="none"),b.createElement(Qt,{open:Wt||Or,getContainer:Ht&&function(){return Ht(ke)},autoDestroy:Tt},b.createElement(P,{prefixCls:Fe,open:We,zIndex:$e,mask:nr,motion:Lt}),b.createElement(h.Z,{onResize:St,disabled:!We},function(Nt){return b.createElement(D.default,(0,S.Z)({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:Wt,leavedClassName:"".concat(Fe,"-hidden")},Vt,{onAppearPrepare:ze,onEnterPrepare:ze,visible:We,onVisibleChanged:function(_r){var it;Vt==null||(it=Vt.onVisibleChanged)===null||it===void 0||it.call(Vt,_r),Ge(_r)}}),function(yr,_r){var it=yr.className,Cr=yr.style,mn=o()(Fe,it,qe);return b.createElement("div",{ref:(0,R.sQ)(Nt,yt,_r),className:mn,style:(0,r.Z)((0,r.Z)((0,r.Z)((0,r.Z)({"--arrow-x":"".concat(Re.x||0,"px"),"--arrow-y":"".concat(Re.y||0,"px")},Zr),ct),Cr),{},{boxSizing:"border-box",zIndex:$e},be),onMouseEnter:ce,onMouseLeave:he,onPointerEnter:It,onClick:xt},er&&b.createElement(A,{prefixCls:Fe,arrow:er,arrowPos:Re,align:et}),b.createElement(B,{cache:!We&&!ht},Le))})}))}),K=N,H=b.forwardRef(function(tt,yt){var dt=tt.children,qe=tt.getTriggerDOMNode,Fe=(0,R.Yr)(dt),be=b.useCallback(function(Ge){(0,R.mH)(yt,qe?qe(Ge):Ge)},[qe]),ke=(0,R.x1)(be,dt.ref);return Fe?b.cloneElement(dt,{ref:ke}):dt}),W=H,ae=b.createContext(null),X=ae;function oe(tt){return tt?Array.isArray(tt)?tt:[tt]:[]}function q(tt,yt,dt,qe){return b.useMemo(function(){var Fe=oe(dt!=null?dt:yt),be=oe(qe!=null?qe:yt),ke=new Set(Fe),Ge=new Set(be);return tt&&(ke.has("hover")&&(ke.delete("hover"),ke.add("click")),Ge.has("hover")&&(Ge.delete("hover"),Ge.add("click"))),[ke,Ge]},[tt,yt,dt,qe])}var ee=e(29194);function G(){var tt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],yt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],dt=arguments.length>2?arguments[2]:void 0;return dt?tt[0]===yt[0]:tt[0]===yt[0]&&tt[1]===yt[1]}function se(tt,yt,dt,qe){for(var Fe=dt.points,be=Object.keys(tt),ke=0;ke<be.length;ke+=1){var Ge,We=be[ke];if(G((Ge=tt[We])===null||Ge===void 0?void 0:Ge.points,Fe,qe))return"".concat(yt,"-placement-").concat(We)}return""}function te(tt,yt,dt,qe){return yt||(dt?{motionName:"".concat(tt,"-").concat(dt)}:qe?{motionName:qe}:null)}function Q(tt){return tt.ownerDocument.defaultView}function le(tt){for(var yt=[],dt=tt==null?void 0:tt.parentElement,qe=["hidden","scroll","clip","auto"];dt;){var Fe=Q(dt).getComputedStyle(dt),be=Fe.overflowX,ke=Fe.overflowY,Ge=Fe.overflow;[be,ke,Ge].some(function(We){return qe.includes(We)})&&yt.push(dt),dt=dt.parentElement}return yt}function $(tt){var yt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;return Number.isNaN(tt)?yt:tt}function j(tt){return $(parseFloat(tt),0)}function ie(tt,yt){var dt=(0,r.Z)({},tt);return(yt||[]).forEach(function(qe){if(!(qe instanceof HTMLBodyElement||qe instanceof HTMLHtmlElement)){var Fe=Q(qe).getComputedStyle(qe),be=Fe.overflow,ke=Fe.overflowClipMargin,Ge=Fe.borderTopWidth,We=Fe.borderBottomWidth,Ye=Fe.borderLeftWidth,ht=Fe.borderRightWidth,xt=qe.getBoundingClientRect(),nr=qe.offsetHeight,er=qe.clientHeight,Re=qe.offsetWidth,et=qe.clientWidth,Vt=j(Ge),Lt=j(We),Wt=j(Ye),Ht=j(ht),Tt=$(Math.round(xt.width/Re*1e3)/1e3),Qt=$(Math.round(xt.height/nr*1e3)/1e3),$e=(Re-et-Wt-Ht)*Tt,ce=(nr-er-Vt-Lt)*Qt,he=Vt*Qt,It=Lt*Qt,Se=Wt*Tt,ft=Ht*Tt,Gt=0,Ct=0;if(be==="clip"){var Ce=j(ke);Gt=Ce*Tt,Ct=Ce*Qt}var St=xt.x+Se-Gt,ze=xt.y+he-Ct,nt=St+xt.width+2*Gt-Se-ft-$e,Te=ze+xt.height+2*Ct-he-It-ce;dt.left=Math.max(dt.left,St),dt.top=Math.max(dt.top,ze),dt.right=Math.min(dt.right,nt),dt.bottom=Math.min(dt.bottom,Te)}}),dt}function me(tt){var yt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,dt="".concat(yt),qe=dt.match(/^(.*)\%$/);return qe?tt*(parseFloat(qe[1])/100):parseFloat(dt)}function Ae(tt,yt){var dt=yt||[],qe=(0,i.Z)(dt,2),Fe=qe[0],be=qe[1];return[me(tt.width,Fe),me(tt.height,be)]}function Pe(){var tt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return[tt[0],tt[1]]}function He(tt,yt){var dt=yt[0],qe=yt[1],Fe,be;return dt==="t"?be=tt.y:dt==="b"?be=tt.y+tt.height:be=tt.y+tt.height/2,qe==="l"?Fe=tt.x:qe==="r"?Fe=tt.x+tt.width:Fe=tt.x+tt.width/2,{x:Fe,y:be}}function Ne(tt,yt){var dt={t:"b",b:"t",l:"r",r:"l"};return tt.map(function(qe,Fe){return Fe===yt?dt[qe]||"c":qe}).join("")}function Mt(tt,yt,dt,qe,Fe,be,ke){var Ge=b.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:Fe[qe]||{}}),We=(0,i.Z)(Ge,2),Ye=We[0],ht=We[1],xt=b.useRef(0),nr=b.useMemo(function(){return yt?le(yt):[]},[yt]),er=b.useRef({}),Re=function(){er.current={}};tt||Re();var et=(0,x.Z)(function(){if(yt&&dt&&tt){let Qa=function(ks,_o){var No=arguments.length>2&&arguments[2]!==void 0?arguments[2]:mn,Ko=Le.x+ks,Vo=Le.y+_o,rs=Ko+un,gs=Vo+Zr,Eo=Math.max(Ko,No.left),jo=Math.max(Vo,No.top),ko=Math.min(rs,No.right),Yo=Math.min(gs,No.bottom);return Math.max(0,(ko-Eo)*(Yo-jo))},Za=function(){sr=Le.y+rr,xr=sr+Zr,kr=Le.x+Cn,Pr=kr+un};var Wt,Ht,Tt=yt,Qt=Tt.ownerDocument,$e=Q(Tt),ce=$e.getComputedStyle(Tt),he=ce.width,It=ce.height,Se=ce.position,ft=Tt.style.left,Gt=Tt.style.top,Ct=Tt.style.right,Ce=Tt.style.bottom,St=Tt.style.overflow,ze=(0,r.Z)((0,r.Z)({},Fe[qe]),be),nt=Qt.createElement("div");(Wt=Tt.parentElement)===null||Wt===void 0||Wt.appendChild(nt),nt.style.left="".concat(Tt.offsetLeft,"px"),nt.style.top="".concat(Tt.offsetTop,"px"),nt.style.position=Se,nt.style.height="".concat(Tt.offsetHeight,"px"),nt.style.width="".concat(Tt.offsetWidth,"px"),Tt.style.left="0",Tt.style.top="0",Tt.style.right="auto",Tt.style.bottom="auto",Tt.style.overflow="hidden";var Te;if(Array.isArray(dt))Te={x:dt[0],y:dt[1],width:0,height:0};else{var Rt=dt.getBoundingClientRect();Te={x:Rt.x,y:Rt.y,width:Rt.width,height:Rt.height}}var Le=Tt.getBoundingClientRect(),Or=Qt.documentElement,At=Or.clientWidth,Xr=Or.clientHeight,nn=Or.scrollWidth,Mr=Or.scrollHeight,Dr=Or.scrollTop,mr=Or.scrollLeft,Zr=Le.height,un=Le.width,hn=Te.height,Yt=Te.width,gt={left:0,top:0,right:At,bottom:Xr},ut={left:-mr,top:-Dr,right:nn-mr,bottom:Mr-Dr},ct=ze.htmlRegion,Nt="visible",yr="visibleFirst";ct!=="scroll"&&ct!==yr&&(ct=Nt);var _r=ct===yr,it=ie(ut,nr),Cr=ie(gt,nr),mn=ct===Nt?Cr:it,Vn=_r?Cr:mn;Tt.style.left="auto",Tt.style.top="auto",Tt.style.right="0",Tt.style.bottom="0";var Gr=Tt.getBoundingClientRect();Tt.style.left=ft,Tt.style.top=Gt,Tt.style.right=Ct,Tt.style.bottom=Ce,Tt.style.overflow=St,(Ht=Tt.parentElement)===null||Ht===void 0||Ht.removeChild(nt);var Qn=$(Math.round(un/parseFloat(he)*1e3)/1e3),ei=$(Math.round(Zr/parseFloat(It)*1e3)/1e3);if(Qn===0||ei===0||(0,u.Sh)(dt)&&!(0,ee.Z)(dt))return;var Nn=ze.offset,qn=ze.targetOffset,Pn=Ae(Le,Nn),Mi=(0,i.Z)(Pn,2),di=Mi[0],Fi=Mi[1],na=Ae(Te,qn),Hi=(0,i.Z)(na,2),Ca=Hi[0],li=Hi[1];Te.x-=Ca,Te.y-=li;var da=ze.points||[],Dt=(0,i.Z)(da,2),mt=Dt[0],Ui=Dt[1],la=Pe(Ui),gi=Pe(mt),La=He(Te,la),Si=He(Le,gi),ci=(0,r.Z)({},ze),Cn=La.x-Si.x+di,rr=La.y-Si.y+Fi,_t=Qa(Cn,rr),rt=Qa(Cn,rr,Cr),Ot=He(Te,["t","l"]),pt=He(Le,["t","l"]),lr=He(Te,["b","r"]),cr=He(Le,["b","r"]),Tr=ze.overflow||{},Wr=Tr.adjustX,Ze=Tr.adjustY,Je=Tr.shiftX,ye=Tr.shiftY,st=function(_o){return typeof _o=="boolean"?_o:_o>=0},sr,xr,kr,Pr;Za();var zr=st(Ze),wn=gi[0]===la[0];if(zr&&gi[0]==="t"&&(xr>Vn.bottom||er.current.bt)){var wr=rr;wn?wr-=Zr-hn:wr=Ot.y-cr.y-Fi;var dn=Qa(Cn,wr),sn=Qa(Cn,wr,Cr);dn>_t||dn===_t&&(!_r||sn>=rt)?(er.current.bt=!0,rr=wr,Fi=-Fi,ci.points=[Ne(gi,0),Ne(la,0)]):er.current.bt=!1}if(zr&&gi[0]==="b"&&(sr<Vn.top||er.current.tb)){var cn=rr;wn?cn+=Zr-hn:cn=lr.y-pt.y-Fi;var On=Qa(Cn,cn),Ia=Qa(Cn,cn,Cr);On>_t||On===_t&&(!_r||Ia>=rt)?(er.current.tb=!0,rr=cn,Fi=-Fi,ci.points=[Ne(gi,0),Ne(la,0)]):er.current.tb=!1}var Di=st(Wr),yi=gi[1]===la[1];if(Di&&gi[1]==="l"&&(Pr>Vn.right||er.current.rl)){var yn=Cn;yi?yn-=un-Yt:yn=Ot.x-cr.x-di;var pi=Qa(yn,rr),Qi=Qa(yn,rr,Cr);pi>_t||pi===_t&&(!_r||Qi>=rt)?(er.current.rl=!0,Cn=yn,di=-di,ci.points=[Ne(gi,1),Ne(la,1)]):er.current.rl=!1}if(Di&&gi[1]==="r"&&(kr<Vn.left||er.current.lr)){var ba=Cn;yi?ba+=un-Yt:ba=lr.x-pt.x-di;var Xs=Qa(ba,rr),xa=Qa(ba,rr,Cr);Xs>_t||Xs===_t&&(!_r||xa>=rt)?(er.current.lr=!0,Cn=ba,di=-di,ci.points=[Ne(gi,1),Ne(la,1)]):er.current.lr=!1}Za();var Bs=Je===!0?0:Je;typeof Bs=="number"&&(kr<Cr.left&&(Cn-=kr-Cr.left-di,Te.x+Yt<Cr.left+Bs&&(Cn+=Te.x-Cr.left+Yt-Bs)),Pr>Cr.right&&(Cn-=Pr-Cr.right-di,Te.x>Cr.right-Bs&&(Cn+=Te.x-Cr.right+Bs)));var Qs=ye===!0?0:ye;typeof Qs=="number"&&(sr<Cr.top&&(rr-=sr-Cr.top-Fi,Te.y+hn<Cr.top+Qs&&(rr+=Te.y-Cr.top+hn-Qs)),xr>Cr.bottom&&(rr-=xr-Cr.bottom-Fi,Te.y>Cr.bottom-Qs&&(rr+=Te.y-Cr.bottom+Qs)));var es=Le.x+Cn,zs=es+un,ti=Le.y+rr,ws=ti+Zr,ds=Te.x,qs=ds+Yt,Ji=Te.y,Ns=Ji+hn,Go=Math.max(es,ds),Va=Math.min(zs,qs),ma=(Go+Va)/2,as=ma-es,vo=Math.max(ti,Ji),zn=Math.min(ws,Ns),ts=(vo+zn)/2,Ps=ts-ti;ke==null||ke(yt,ci);var Is=Gr.right-Le.x-(Cn+Le.width),Gi=Gr.bottom-Le.y-(rr+Le.height);ht({ready:!0,offsetX:Cn/Qn,offsetY:rr/ei,offsetR:Is/Qn,offsetB:Gi/ei,arrowX:as/Qn,arrowY:Ps/ei,scaleX:Qn,scaleY:ei,align:ci})}}),Vt=function(){xt.current+=1;var Ht=xt.current;Promise.resolve().then(function(){xt.current===Ht&&et()})},Lt=function(){ht(function(Ht){return(0,r.Z)((0,r.Z)({},Ht),{},{ready:!1})})};return(0,y.Z)(Lt,[qe]),(0,y.Z)(function(){tt||Lt()},[tt]),[Ye.ready,Ye.offsetX,Ye.offsetY,Ye.offsetR,Ye.offsetB,Ye.arrowX,Ye.arrowY,Ye.scaleX,Ye.scaleY,Ye.align,Vt]}var bt=e(3300);function kt(tt,yt,dt,qe,Fe){(0,y.Z)(function(){if(tt&&yt&&dt){let xt=function(){qe(),Fe()};var be=yt,ke=dt,Ge=le(be),We=le(ke),Ye=Q(ke),ht=new Set([Ye].concat((0,bt.Z)(Ge),(0,bt.Z)(We)));return ht.forEach(function(nr){nr.addEventListener("scroll",xt,{passive:!0})}),Ye.addEventListener("resize",xt,{passive:!0}),qe(),function(){ht.forEach(function(nr){nr.removeEventListener("scroll",xt),Ye.removeEventListener("resize",xt)})}}},[tt,yt,dt])}var Zt=e(48736),Ft=e(16089);function tr(tt,yt,dt,qe,Fe,be,ke,Ge){var We=b.useRef(tt),Ye=b.useRef(!1);We.current!==tt&&(Ye.current=!0,We.current=tt),b.useEffect(function(){var ht=(0,Ft.Z)(function(){Ye.current=!1});return function(){Ft.Z.cancel(ht)}},[tt]),b.useEffect(function(){if(yt&&qe&&(!Fe||be)){var ht=function(){var Se=!1,ft=function(Ce){var St=Ce.target;Se=ke(St)},Gt=function(Ce){var St=Ce.target;!Ye.current&&We.current&&!Se&&!ke(St)&&Ge(!1)};return[ft,Gt]},xt=ht(),nr=(0,i.Z)(xt,2),er=nr[0],Re=nr[1],et=ht(),Vt=(0,i.Z)(et,2),Lt=Vt[0],Wt=Vt[1],Ht=Q(qe);Ht.addEventListener("mousedown",er,!0),Ht.addEventListener("click",Re,!0),Ht.addEventListener("contextmenu",Re,!0);var Tt=(0,a.A)(dt);if(Tt&&(Tt.addEventListener("mousedown",Lt,!0),Tt.addEventListener("click",Wt,!0),Tt.addEventListener("contextmenu",Wt,!0)),0)var Qt,$e,ce,he;return function(){Ht.removeEventListener("mousedown",er,!0),Ht.removeEventListener("click",Re,!0),Ht.removeEventListener("contextmenu",Re,!0),Tt&&(Tt.removeEventListener("mousedown",Lt,!0),Tt.removeEventListener("click",Wt,!0),Tt.removeEventListener("contextmenu",Wt,!0))}}},[yt,dt,qe,Fe,be])}var je=["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 Et(){var tt=arguments.length>0&&arguments[0]!==void 0?arguments[0]:c.Z,yt=b.forwardRef(function(dt,qe){var Fe=dt.prefixCls,be=Fe===void 0?"rc-trigger-popup":Fe,ke=dt.children,Ge=dt.action,We=Ge===void 0?"hover":Ge,Ye=dt.showAction,ht=dt.hideAction,xt=dt.popupVisible,nr=dt.defaultPopupVisible,er=dt.onPopupVisibleChange,Re=dt.afterPopupVisibleChange,et=dt.mouseEnterDelay,Vt=dt.mouseLeaveDelay,Lt=Vt===void 0?.1:Vt,Wt=dt.focusDelay,Ht=dt.blurDelay,Tt=dt.mask,Qt=dt.maskClosable,$e=Qt===void 0?!0:Qt,ce=dt.getPopupContainer,he=dt.forceRender,It=dt.autoDestroy,Se=dt.destroyPopupOnHide,ft=dt.popup,Gt=dt.popupClassName,Ct=dt.popupStyle,Ce=dt.popupPlacement,St=dt.builtinPlacements,ze=St===void 0?{}:St,nt=dt.popupAlign,Te=dt.zIndex,Rt=dt.stretch,Le=dt.getPopupClassNameFromAlign,Or=dt.fresh,At=dt.alignPoint,Xr=dt.onPopupClick,nn=dt.onPopupAlign,Mr=dt.arrow,Dr=dt.popupMotion,mr=dt.maskMotion,Zr=dt.popupTransitionName,un=dt.popupAnimation,hn=dt.maskTransitionName,Yt=dt.maskAnimation,gt=dt.className,ut=dt.getTriggerDOMNode,ct=(0,l.Z)(dt,je),Nt=It||Se||!1,yr=b.useState(!1),_r=(0,i.Z)(yr,2),it=_r[0],Cr=_r[1];(0,y.Z)(function(){Cr((0,m.Z)())},[]);var mn=b.useRef({}),Vn=b.useContext(X),Gr=b.useMemo(function(){return{registerSubPopup:function(mi,ss){mn.current[mi]=ss,Vn==null||Vn.registerSubPopup(mi,ss)}}},[Vn]),Qn=(0,p.Z)(),ei=b.useState(null),Nn=(0,i.Z)(ei,2),qn=Nn[0],Pn=Nn[1],Mi=(0,x.Z)(function(xi){(0,u.Sh)(xi)&&qn!==xi&&Pn(xi),Vn==null||Vn.registerSubPopup(Qn,xi)}),di=b.useState(null),Fi=(0,i.Z)(di,2),na=Fi[0],Hi=Fi[1],Ca=b.useRef(null),li=(0,x.Z)(function(xi){(0,u.Sh)(xi)&&na!==xi&&(Hi(xi),Ca.current=xi)}),da=b.Children.only(ke),Dt=(da==null?void 0:da.props)||{},mt={},Ui=(0,x.Z)(function(xi){var mi,ss,hs=na;return(hs==null?void 0:hs.contains(xi))||((mi=(0,a.A)(hs))===null||mi===void 0?void 0:mi.host)===xi||xi===hs||(qn==null?void 0:qn.contains(xi))||((ss=(0,a.A)(qn))===null||ss===void 0?void 0:ss.host)===xi||xi===qn||Object.values(mn.current).some(function(os){return(os==null?void 0:os.contains(xi))||xi===os})}),la=te(be,Dr,un,Zr),gi=te(be,mr,Yt,hn),La=b.useState(nr||!1),Si=(0,i.Z)(La,2),ci=Si[0],Cn=Si[1],rr=xt!=null?xt:ci,_t=(0,x.Z)(function(xi){xt===void 0&&Cn(xi)});(0,y.Z)(function(){Cn(xt||!1)},[xt]);var rt=b.useRef(rr);rt.current=rr;var Ot=b.useRef([]);Ot.current=[];var pt=(0,x.Z)(function(xi){var mi;_t(xi),((mi=Ot.current[Ot.current.length-1])!==null&&mi!==void 0?mi:rr)!==xi&&(Ot.current.push(xi),er==null||er(xi))}),lr=b.useRef(),cr=function(){clearTimeout(lr.current)},Tr=function(mi){var ss=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;cr(),ss===0?pt(mi):lr.current=setTimeout(function(){pt(mi)},ss*1e3)};b.useEffect(function(){return cr},[]);var Wr=b.useState(!1),Ze=(0,i.Z)(Wr,2),Je=Ze[0],ye=Ze[1];(0,y.Z)(function(xi){(!xi||rr)&&ye(!0)},[rr]);var st=b.useState(null),sr=(0,i.Z)(st,2),xr=sr[0],kr=sr[1],Pr=b.useState([0,0]),zr=(0,i.Z)(Pr,2),wn=zr[0],wr=zr[1],dn=function(mi){wr([mi.clientX,mi.clientY])},sn=Mt(rr,qn,At?wn:na,Ce,ze,nt,nn),cn=(0,i.Z)(sn,11),On=cn[0],Ia=cn[1],Di=cn[2],yi=cn[3],yn=cn[4],pi=cn[5],Qi=cn[6],ba=cn[7],Xs=cn[8],xa=cn[9],Bs=cn[10],Qs=q(it,We,Ye,ht),es=(0,i.Z)(Qs,2),zs=es[0],ti=es[1],ws=zs.has("click"),ds=ti.has("click")||ti.has("contextMenu"),qs=(0,x.Z)(function(){Je||Bs()}),Ji=function(){rt.current&&At&&ds&&Tr(!1)};kt(rr,na,qn,qs,Ji),(0,y.Z)(function(){qs()},[wn,Ce]),(0,y.Z)(function(){rr&&!(ze!=null&&ze[Ce])&&qs()},[JSON.stringify(nt)]);var Ns=b.useMemo(function(){var xi=se(ze,be,xa,At);return o()(xi,Le==null?void 0:Le(xa))},[xa,Le,ze,be,At]);b.useImperativeHandle(qe,function(){return{nativeElement:Ca.current,forceAlign:qs}});var Go=b.useState(0),Va=(0,i.Z)(Go,2),ma=Va[0],as=Va[1],vo=b.useState(0),zn=(0,i.Z)(vo,2),ts=zn[0],Ps=zn[1],Is=function(){if(Rt&&na){var mi=na.getBoundingClientRect();as(mi.width),Ps(mi.height)}},Gi=function(){Is(),qs()},Qa=function(mi){ye(!1),Bs(),Re==null||Re(mi)},Za=function(){return new Promise(function(mi){Is(),kr(function(){return mi})})};(0,y.Z)(function(){xr&&(Bs(),xr(),kr(null))},[xr]);function ks(xi,mi,ss,hs){mt[xi]=function(os){var go;hs==null||hs(os),Tr(mi,ss);for(var Uo=arguments.length,lu=new Array(Uo>1?Uo-1:0),Rs=1;Rs<Uo;Rs++)lu[Rs-1]=arguments[Rs];(go=Dt[xi])===null||go===void 0||go.call.apply(go,[Dt,os].concat(lu))}}(ws||ds)&&(mt.onClick=function(xi){var mi;rt.current&&ds?Tr(!1):!rt.current&&ws&&(dn(xi),Tr(!0));for(var ss=arguments.length,hs=new Array(ss>1?ss-1:0),os=1;os<ss;os++)hs[os-1]=arguments[os];(mi=Dt.onClick)===null||mi===void 0||mi.call.apply(mi,[Dt,xi].concat(hs))}),tr(rr,ds,na,qn,Tt,$e,Ui,Tr);var _o=zs.has("hover"),No=ti.has("hover"),Ko,Vo;_o&&(ks("onMouseEnter",!0,et,function(xi){dn(xi)}),ks("onPointerEnter",!0,et,function(xi){dn(xi)}),Ko=function(mi){(rr||Je)&&qn!==null&&qn!==void 0&&qn.contains(mi.target)&&Tr(!0,et)},At&&(mt.onMouseMove=function(xi){var mi;(mi=Dt.onMouseMove)===null||mi===void 0||mi.call(Dt,xi)})),No&&(ks("onMouseLeave",!1,Lt),ks("onPointerLeave",!1,Lt),Vo=function(){Tr(!1,Lt)}),zs.has("focus")&&ks("onFocus",!0,Wt),ti.has("focus")&&ks("onBlur",!1,Ht),zs.has("contextMenu")&&(mt.onContextMenu=function(xi){var mi;rt.current&&ti.has("contextMenu")?Tr(!1):(dn(xi),Tr(!0)),xi.preventDefault();for(var ss=arguments.length,hs=new Array(ss>1?ss-1:0),os=1;os<ss;os++)hs[os-1]=arguments[os];(mi=Dt.onContextMenu)===null||mi===void 0||mi.call.apply(mi,[Dt,xi].concat(hs))}),gt&&(mt.className=o()(Dt.className,gt));var rs=(0,r.Z)((0,r.Z)({},Dt),mt),gs={},Eo=["onContextMenu","onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"];Eo.forEach(function(xi){ct[xi]&&(gs[xi]=function(){for(var mi,ss=arguments.length,hs=new Array(ss),os=0;os<ss;os++)hs[os]=arguments[os];(mi=rs[xi])===null||mi===void 0||mi.call.apply(mi,[rs].concat(hs)),ct[xi].apply(ct,hs)})});var jo=b.cloneElement(da,(0,r.Z)((0,r.Z)({},rs),gs)),ko={x:pi,y:Qi},Yo=Mr?(0,r.Z)({},Mr!==!0?Mr:{}):null;return b.createElement(b.Fragment,null,b.createElement(h.Z,{disabled:!rr,ref:li,onResize:Gi},b.createElement(W,{getTriggerDOMNode:ut},jo)),b.createElement(X.Provider,{value:Gr},b.createElement(K,{portal:tt,ref:Mi,prefixCls:be,popup:ft,className:o()(Gt,Ns),style:Ct,target:na,onMouseEnter:Ko,onMouseLeave:Vo,onPointerEnter:Ko,zIndex:Te,open:rr,keepDom:Je,fresh:Or,onClick:Xr,mask:Tt,motion:la,maskMotion:gi,onVisibleChanged:Qa,onPrepare:Za,forceRender:he,autoDestroy:Nt,getPopupContainer:ce,align:xa,arrow:Yo,arrowPos:ko,ready:On,offsetX:Ia,offsetY:Di,offsetR:yi,offsetB:yn,onAlign:qs,stretch:Rt,targetWidth:ma/ba,targetHeight:ts/Xs})))});return yt}var Bt=Et(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 ps},$j:function(){return Vr},Ue:function(){return _o},I0:function(){return no},v9:function(){return cu}});var r={};e.r(r),e.d(r,{actionChannel:function(){return Yt},all:function(){return Le},apply:function(){return nn},call:function(){return Xr},cancel:function(){return un},cancelled:function(){return gt},cps:function(){return Mr},flush:function(){return ut},fork:function(){return Dr},getContext:function(){return ct},join:function(){return Zr},put:function(){return Rt},race:function(){return Or},select:function(){return hn},setContext:function(){return Nt},spawn:function(){return mr},take:function(){return nt},takeEvery:function(){return _t},takeLatest:function(){return rt},takem:function(){return Te},throttle:function(){return Ot}});var i=e(59301),l=e(42166),c=e(59781),f=Object.assign||function(Xe){for(var Qe=1;Qe<arguments.length;Qe++){var jt=arguments[Qe];for(var Kt in jt)Object.prototype.hasOwnProperty.call(jt,Kt)&&(Xe[Kt]=jt[Kt])}return Xe},o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Xe){return typeof Xe}:function(Xe){return Xe&&typeof Symbol=="function"&&Xe.constructor===Symbol&&Xe!==Symbol.prototype?"symbol":typeof Xe},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(Xe,Qe,jt){if(!Qe(Xe))throw le("error","uncaught at check",jt),new Error(jt)}var M=Object.prototype.hasOwnProperty;function B(Xe,Qe){return N.notUndef(Xe)&&M.call(Xe,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")}},K={assign:function(Qe,jt){for(var Kt in jt)B(jt,Kt)&&(Qe[Kt]=jt[Kt])}};function H(Xe,Qe){var jt=Xe.indexOf(Qe);jt>=0&&Xe.splice(jt,1)}var W={from:function(Qe){var jt=Array(Qe.length);for(var Kt in Qe)B(Qe,Kt)&&(jt[Kt]=Qe[Kt]);return jt}};function ae(){var Xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Qe=f({},Xe),jt=new Promise(function(Kt,gr){Qe.resolve=Kt,Qe.reject=gr});return Qe.promise=jt,Qe}function X(Xe){for(var Qe=[],jt=0;jt<Xe;jt++)Qe.push(ae());return Qe}function oe(Xe){var Qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,jt=void 0,Kt=new Promise(function(gr){jt=setTimeout(function(){return gr(Qe)},Xe)});return Kt[p]=function(){return clearTimeout(jt)},Kt}function q(){var Xe,Qe=!0,jt=void 0,Kt=void 0;return Xe={},Xe[u]=!0,Xe.isRunning=function(){return Qe},Xe.result=function(){return jt},Xe.error=function(){return Kt},Xe.setRunning=function(Rr){return Qe=Rr},Xe.setResult=function(Rr){return jt=Rr},Xe.setError=function(Rr){return Kt=Rr},Xe}function ee(){var Xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0;return function(){return++Xe}}var G=ee(),se=function(Qe){throw Qe},te=function(Qe){return{value:Qe,done:!0}};function Q(Xe){var Qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:se,jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",Kt=arguments[3],gr={name:jt,next:Xe,throw:Qe,return:te};return Kt&&(gr[a]=!0),typeof Symbol!="undefined"&&(gr[Symbol.iterator]=function(){return gr}),gr}function le(Xe,Qe){var jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"";typeof window=="undefined"?console.log("redux-saga "+Xe+": "+Qe+`
`+(jt&&jt.stack||jt)):console[Xe](Qe,jt)}function $(Xe,Qe){return function(){return Xe.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"},Ae=function(Qe){return function(jt){return Qe(Object.defineProperty(jt,y,{value:!0}))}},Pe=function Xe(Qe){return function(){for(var jt=arguments.length,Kt=Array(jt),gr=0;gr<jt;gr++)Kt[gr]=arguments[gr];var Rr=[],Hr=Qe.apply(void 0,Kt);return{next:function(on){return Rr.push(on),Hr.next(on)},clone:function(){var on=Xe(Qe).apply(void 0,Kt);return Rr.forEach(function(xn){return on.next(xn)}),on},return:function(on){return Hr.return(on)},throw:function(on){return Hr.throw(on)}}}},He="Channel's Buffer overflow!",Ne=1,Mt=2,bt=3,kt=4,Zt={isEmpty:S,put:R,take:R};function Ft(){var Xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,Qe=arguments[1],jt=new Array(Xe),Kt=0,gr=0,Rr=0,Hr=function(si){jt[gr]=si,gr=(gr+1)%Xe,Kt++},bn=function(){if(Kt!=0){var si=jt[Rr];return jt[Rr]=null,Kt--,Rr=(Rr+1)%Xe,si}},on=function(){for(var si=[];Kt;)si.push(bn());return si};return{isEmpty:function(){return Kt==0},put:function(si){if(Kt<Xe)Hr(si);else{var ii=void 0;switch(Qe){case Ne:throw new Error(He);case bt:jt[gr]=si,gr=(gr+1)%Xe,Rr=gr;break;case kt:ii=2*Xe,jt=on(),Kt=jt.length,gr=jt.length,Rr=0,jt.length=ii,Xe=ii,Hr(si);break;default:}}},take:bn,flush:on}}var tr={none:function(){return Zt},fixed:function(Qe){return Ft(Qe,Ne)},dropping:function(Qe){return Ft(Qe,Mt)},sliding:function(Qe){return Ft(Qe,bt)},expanding:function(Qe){return Ft(Qe,kt)}},je=[],Et=0;function Bt(Xe){try{yt(),Xe()}finally{dt()}}function tt(Xe){je.push(Xe),Et||(yt(),qe())}function yt(){Et++}function dt(){Et--}function qe(){dt();for(var Xe=void 0;!Et&&(Xe=je.shift())!==void 0;)Bt(Xe)}var Fe=Object.assign||function(Xe){for(var Qe=1;Qe<arguments.length;Qe++){var jt=arguments[Qe];for(var Kt in jt)Object.prototype.hasOwnProperty.call(jt,Kt)&&(Xe[Kt]=jt[Kt])}return Xe},be="@@redux-saga/CHANNEL_END",ke={type:be},Ge=function(Qe){return Qe&&Qe.type===be};function We(){var Xe=[];function Qe(Kt){return Xe.push(Kt),function(){return H(Xe,Kt)}}function jt(Kt){for(var gr=Xe.slice(),Rr=0,Hr=gr.length;Rr<Hr;Rr++)gr[Rr](Kt)}return{subscribe:Qe,emit:jt}}var Ye="invalid buffer passed to channel factory function",ht="Saga was provided with an undefined action";function xt(){var Xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:tr.fixed(),Qe=!1,jt=[];P(Xe,N.buffer,Ye);function Kt(){if(Qe&&jt.length)throw ie("Cannot have a closed channel with pending takers");if(jt.length&&!Xe.isEmpty())throw ie("Cannot have pending takers with non empty buffer")}function gr(on){if(Kt(),P(on,N.notUndef,ht),!Qe){if(!jt.length)return Xe.put(on);for(var xn=0;xn<jt.length;xn++){var si=jt[xn];if(!si[x]||si[x](on))return jt.splice(xn,1),si(on)}}}function Rr(on){Kt(),P(on,N.func,"channel.take's callback must be a function"),Qe&&Xe.isEmpty()?on(ke):Xe.isEmpty()?(jt.push(on),on.cancel=function(){return H(jt,on)}):on(Xe.take())}function Hr(on){if(Kt(),P(on,N.func,"channel.flush' callback must be a function"),Qe&&Xe.isEmpty()){on(ke);return}on(Xe.flush())}function bn(){if(Kt(),!Qe&&(Qe=!0,jt.length)){var on=jt;jt=[];for(var xn=0,si=on.length;xn<si;xn++)on[xn](ke)}}return{take:Rr,put:gr,flush:Hr,close:bn,get __takers__(){return jt},get __closed__(){return Qe}}}function nr(Xe){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 Kt=xt(Qe),gr=function(){Kt.__closed__||(Rr&&Rr(),Kt.close())},Rr=Xe(function(Hr){if(Ge(Hr)){gr();return}jt&&!jt(Hr)||Kt.put(Hr)});if(Kt.__closed__&&Rr(),!N.func(Rr))throw new Error("in eventChannel: subscribe should return a function to unsubscribe");return{take:Kt.take,flush:Kt.flush,close:gr}}function er(Xe){var Qe=nr(function(jt){return Xe(function(Kt){if(Kt[y]){jt(Kt);return}tt(function(){return jt(Kt)})})});return Fe({},Qe,{take:function(Kt,gr){arguments.length>1&&(P(gr,N.func,"channel.take's matcher argument must be a function"),Kt[x]=gr),Qe.take(Kt)}})}var Re=h("IO"),et="TAKE",Vt="PUT",Lt="ALL",Wt="RACE",Ht="CALL",Tt="CPS",Qt="FORK",$e="JOIN",ce="CANCEL",he="SELECT",It="ACTION_CHANNEL",Se="CANCELLED",ft="FLUSH",Gt="GET_CONTEXT",Ct="SET_CONTEXT",Ce=`
(HINT: if you are getting this errors in tests, consider using createMockTask from redux-saga/utils)`,St=function(Qe,jt){var Kt;return Kt={},Kt[Re]=!0,Kt[Qe]=jt,Kt},ze=function(Qe){return P(_r.fork(Qe),N.object,"detach(eff): argument must be a fork effect"),Qe[Qt].detached=!0,Qe};function nt(){var Xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"*";if(arguments.length&&P(arguments[0],N.notUndef,"take(patternOrChannel): patternOrChannel is undefined"),N.pattern(Xe))return St(et,{pattern:Xe});if(N.channel(Xe))return St(et,{channel:Xe});throw new Error("take(patternOrChannel): argument "+String(Xe)+" is not valid channel or a valid pattern")}nt.maybe=function(){var Xe=nt.apply(void 0,arguments);return Xe[et].maybe=!0,Xe};var Te=$(nt.maybe,j("takem","take.maybe"));function Rt(Xe,Qe){return arguments.length>1?(P(Xe,N.notUndef,"put(channel, action): argument channel is undefined"),P(Xe,N.channel,"put(channel, action): argument "+Xe+" is not a valid channel"),P(Qe,N.notUndef,"put(channel, action): argument action is undefined")):(P(Xe,N.notUndef,"put(action): argument action is undefined"),Qe=Xe,Xe=null),St(Vt,{channel:Xe,action:Qe})}Rt.resolve=function(){var Xe=Rt.apply(void 0,arguments);return Xe[Vt].resolve=!0,Xe},Rt.sync=$(Rt.resolve,j("put.sync","put.resolve"));function Le(Xe){return St(Lt,Xe)}function Or(Xe){return St(Wt,Xe)}function At(Xe,Qe,jt){P(Qe,N.notUndef,Xe+": argument fn is undefined");var Kt=null;if(N.array(Qe)){var gr=Qe;Kt=gr[0],Qe=gr[1]}else if(Qe.fn){var Rr=Qe;Kt=Rr.context,Qe=Rr.fn}return Kt&&N.string(Qe)&&N.func(Kt[Qe])&&(Qe=Kt[Qe]),P(Qe,N.func,Xe+": argument "+Qe+" is not a function"),{context:Kt,fn:Qe,args:jt}}function Xr(Xe){for(var Qe=arguments.length,jt=Array(Qe>1?Qe-1:0),Kt=1;Kt<Qe;Kt++)jt[Kt-1]=arguments[Kt];return St(Ht,At("call",Xe,jt))}function nn(Xe,Qe){var jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return St(Ht,At("apply",{context:Xe,fn:Qe},jt))}function Mr(Xe){for(var Qe=arguments.length,jt=Array(Qe>1?Qe-1:0),Kt=1;Kt<Qe;Kt++)jt[Kt-1]=arguments[Kt];return St(Tt,At("cps",Xe,jt))}function Dr(Xe){for(var Qe=arguments.length,jt=Array(Qe>1?Qe-1:0),Kt=1;Kt<Qe;Kt++)jt[Kt-1]=arguments[Kt];return St(Qt,At("fork",Xe,jt))}function mr(Xe){for(var Qe=arguments.length,jt=Array(Qe>1?Qe-1:0),Kt=1;Kt<Qe;Kt++)jt[Kt-1]=arguments[Kt];return ze(Dr.apply(void 0,[Xe].concat(jt)))}function Zr(){for(var Xe=arguments.length,Qe=Array(Xe),jt=0;jt<Xe;jt++)Qe[jt]=arguments[jt];if(Qe.length>1)return Le(Qe.map(function(gr){return Zr(gr)}));var Kt=Qe[0];return P(Kt,N.notUndef,"join(task): argument task is undefined"),P(Kt,N.task,"join(task): argument "+Kt+" is not a valid Task object "+Ce),St($e,Kt)}function un(){for(var Xe=arguments.length,Qe=Array(Xe),jt=0;jt<Xe;jt++)Qe[jt]=arguments[jt];if(Qe.length>1)return Le(Qe.map(function(gr){return un(gr)}));var Kt=Qe[0];return Qe.length===1&&(P(Kt,N.notUndef,"cancel(task): argument task is undefined"),P(Kt,N.task,"cancel(task): argument "+Kt+" is not a valid Task object "+Ce)),St(ce,Kt||m)}function hn(Xe){for(var Qe=arguments.length,jt=Array(Qe>1?Qe-1:0),Kt=1;Kt<Qe;Kt++)jt[Kt-1]=arguments[Kt];return arguments.length===0?Xe=A:(P(Xe,N.notUndef,"select(selector,[...]): argument selector is undefined"),P(Xe,N.func,"select(selector,[...]): argument "+Xe+" is not a function")),St(he,{selector:Xe,args:jt})}function Yt(Xe,Qe){return P(Xe,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")),St(It,{pattern:Xe,buffer:Qe})}function gt(){return St(Se,{})}function ut(Xe){return P(Xe,N.channel,"flush(channel): argument "+Xe+" is not valid channel"),St(ft,Xe)}function ct(Xe){return P(Xe,N.string,"getContext(prop): argument "+Xe+" is not a string"),St(Gt,Xe)}function Nt(Xe){return P(Xe,N.object,me(null,Xe)),St(Ct,Xe)}var yr=function(Qe){return function(jt){return jt&&jt[Re]&&jt[Qe]}},_r={take:yr(et),put:yr(Vt),all:yr(Lt),race:yr(Wt),call:yr(Ht),cps:yr(Tt),fork:yr(Qt),join:yr($e),cancel:yr(ce),select:yr(he),actionChannel:yr(It),cancelled:yr(Se),flush:yr(ft),getContext:yr(Gt),setContext:yr(Ct)},it=Object.assign||function(Xe){for(var Qe=1;Qe<arguments.length;Qe++){var jt=arguments[Qe];for(var Kt in jt)Object.prototype.hasOwnProperty.call(jt,Kt)&&(Xe[Kt]=jt[Kt])}return Xe},Cr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Xe){return typeof Xe}:function(Xe){return Xe&&typeof Symbol=="function"&&Xe.constructor===Symbol&&Xe!==Symbol.prototype?"symbol":typeof Xe};function mn(Xe,Qe){for(var jt in Qe){var Kt=Qe[jt];Kt.configurable=Kt.enumerable=!0,"value"in Kt&&(Kt.writable=!0),Object.defineProperty(Xe,jt,Kt)}return Xe}var Vn="proc first argument (Saga function result) must be an iterator",Gr={toString:function(){return"@@redux-saga/CHANNEL_END"}},Qn={toString:function(){return"@@redux-saga/TASK_CANCEL"}},ei={wildcard:function(){return S},default:function(Qe){return(typeof Qe=="undefined"?"undefined":Cr(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(Kt){return Nn(Kt)(jt)})}},predicate:function(Qe){return function(jt){return Qe(jt)}}};function Nn(Xe){return(Xe==="*"?ei.wildcard:N.array(Xe)?ei.array:N.stringableFunc(Xe)?ei.default:N.func(Xe)?ei.predicate:ei.default)(Xe)}function qn(Xe,Qe,jt){var Kt=[],gr=void 0,Rr=!1;bn(Qe);function Hr(xn){on(),jt(xn,!0)}function bn(xn){Kt.push(xn),xn.cont=function(si,ii){Rr||(H(Kt,xn),xn.cont=R,ii?Hr(si):(xn===Qe&&(gr=si),Kt.length||(Rr=!0,jt(gr))))}}function on(){Rr||(Rr=!0,Kt.forEach(function(xn){xn.cont=R,xn.cancel()}),Kt=[])}return{addTask:bn,cancelAll:on,abort:Hr,getTasks:function(){return Kt},taskNames:function(){return Kt.map(function(si){return si.name})}}}function Pn(Xe){var Qe=Xe.context,jt=Xe.fn,Kt=Xe.args;if(N.iterator(jt))return jt;var gr=void 0,Rr=void 0;try{gr=jt.apply(Qe,Kt)}catch(Hr){Rr=Hr}return N.iterator(gr)?gr:Q(Rr?function(){throw Rr}:function(){var Hr=void 0,bn={done:!1,value:gr},on=function(si){return{done:!0,value:si}};return function(xn){return Hr?on(xn):(Hr=!0,bn)}}())}var Mi=function(Qe){return{fn:Qe}};function di(Xe){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,Kt=arguments.length>3&&arguments[3]!==void 0?arguments[3]:R,gr=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},Rr=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},Hr=arguments.length>6&&arguments[6]!==void 0?arguments[6]:0,bn=arguments.length>7&&arguments[7]!==void 0?arguments[7]:"anonymous",on=arguments[8];P(Xe,N.iterator,Vn);var xn="[...effects]",si=$(so,j(xn,"all("+xn+")")),ii=Rr.sagaMonitor,Ti=Rr.logger,ki=Rr.onError,ta=Ti||le,Ki=function(en){var Dn=en.sagaStack;!Dn&&en.stack&&(Dn=en.stack.split(`
`)[0].indexOf(en.message)!==-1?en.stack:"Error: "+en.message+`
`+en.stack),ta("error","uncaught at "+bn,Dn||en.message||en)},Pi=er(Qe),Ta=Object.create(gr);ia.cancel=R;var Ri=rn(Hr,bn,Xe,on),wi={name:bn,cancel:yo,isRunning:!0},va=qn(bn,wi,qa);function yo(){wi.isRunning&&!wi.isCancelled&&(wi.isCancelled=!0,ia(Qn))}function Gs(){Xe._isRunning&&!Xe._isCancelled&&(Xe._isCancelled=!0,va.cancelAll(),qa(Qn))}return on&&(on.cancel=Gs),Xe._isRunning=!0,ia(),Ri;function ia(br,en){if(!wi.isRunning)throw new Error("Trying to resume an already finished generator");try{var Dn=void 0;en?Dn=Xe.throw(br):br===Qn?(wi.isCancelled=!0,ia.cancel(),Dn=N.func(Xe.return)?Xe.return(Qn):{done:!0,value:Qn}):br===Gr?Dn=N.func(Xe.return)?Xe.return():{done:!0}:Dn=Xe.next(br),Dn.done?(wi.isMainRunning=!1,wi.cont&&wi.cont(Dn.value)):ha(Dn.value,Hr,"",ia)}catch(ai){wi.isCancelled&&Ki(ai),wi.isMainRunning=!1,wi.cont(ai,!0)}}function qa(br,en){Xe._isRunning=!1,Pi.close(),en?(br instanceof Error&&Object.defineProperty(br,"sagaStack",{value:"at "+bn+`
`+(br.sagaStack||br.stack),configurable:!0}),Ri.cont||(br instanceof Error&&ki?ki(br):Ki(br)),Xe._error=br,Xe._isAborted=!0,Xe._deferredEnd&&Xe._deferredEnd.reject(br)):(Xe._result=br,Xe._deferredEnd&&Xe._deferredEnd.resolve(br)),Ri.cont&&Ri.cont(br,en),Ri.joiners.forEach(function(Dn){return Dn.cb(br,en)}),Ri.joiners=null}function ha(br,en){var Dn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"",ai=arguments[3],Zi=G();ii&&ii.effectTriggered({effectId:Zi,parentEffectId:en,label:Dn,effect:br});var $n=void 0;function Fn(ga,aa){$n||($n=!0,ai.cancel=R,ii&&(aa?ii.effectRejected(Zi,ga):ii.effectResolved(Zi,ga)),ai(ga,aa))}Fn.cancel=R,ai.cancel=function(){if(!$n){$n=!0;try{Fn.cancel()}catch(ga){Ki(ga)}Fn.cancel=R,ii&&ii.effectCancelled(Zi)}};var Kn=void 0;return N.promise(br)?zi(br,Fn):N.helper(br)?So(Mi(br),Zi,Fn):N.iterator(br)?Oa(br,Zi,bn,Fn):N.array(br)?si(br,Zi,Fn):(Kn=_r.take(br))?ls(Kn,Fn):(Kn=_r.put(br))?ms(Kn,Fn):(Kn=_r.all(br))?so(Kn,Zi,Fn):(Kn=_r.race(br))?Vi(Kn,Zi,Fn):(Kn=_r.call(br))?ao(Kn,Zi,Fn):(Kn=_r.cps(br))?ys(Kn,Fn):(Kn=_r.fork(br))?So(Kn,Zi,Fn):(Kn=_r.join(br))?cs(Kn,Fn):(Kn=_r.cancel(br))?bo(Kn,Fn):(Kn=_r.select(br))?Ma(Kn,Fn):(Kn=_r.actionChannel(br))?Ks(Kn,Fn):(Kn=_r.flush(br))?ge(Kn,Fn):(Kn=_r.cancelled(br))?Da(Kn,Fn):(Kn=_r.getContext(br))?we(Kn,Fn):(Kn=_r.setContext(br))?Er(Kn,Fn):Fn(br)}function zi(br,en){var Dn=br[p];N.func(Dn)?en.cancel=Dn:N.func(br.abort)&&(en.cancel=function(){return br.abort()}),br.then(en,function(ai){return en(ai,!0)})}function Oa(br,en,Dn,ai){di(br,Qe,jt,Kt,Ta,Rr,en,Dn,ai)}function ls(br,en){var Dn=br.channel,ai=br.pattern,Zi=br.maybe;Dn=Dn||Pi;var $n=function(Kn){return Kn instanceof Error?en(Kn,!0):Ge(Kn)&&!Zi?en(Gr):en(Kn)};try{Dn.take($n,Nn(ai))}catch(Fn){return en(Fn,!0)}en.cancel=$n.cancel}function ms(br,en){var Dn=br.channel,ai=br.action,Zi=br.resolve;tt(function(){var $n=void 0;try{$n=(Dn?Dn.put:jt)(ai)}catch(Fn){if(Dn||Zi)return en(Fn,!0);Ki(Fn)}if(Zi&&N.promise($n))zi($n,en);else return en($n)})}function ao(br,en,Dn){var ai=br.context,Zi=br.fn,$n=br.args,Fn=void 0;try{Fn=Zi.apply(ai,$n)}catch(Kn){return Dn(Kn,!0)}return N.promise(Fn)?zi(Fn,Dn):N.iterator(Fn)?Oa(Fn,en,Zi.name,Dn):Dn(Fn)}function ys(br,en){var Dn=br.context,ai=br.fn,Zi=br.args;try{var $n=function(Kn,ga){return N.undef(Kn)?en(ga):en(Kn,!0)};ai.apply(Dn,Zi.concat($n)),$n.cancel&&(en.cancel=function(){return $n.cancel()})}catch(Fn){return en(Fn,!0)}}function So(br,en,Dn){var ai=br.context,Zi=br.fn,$n=br.args,Fn=br.detached,Kn=Pn({context:ai,fn:Zi,args:$n});try{yt();var ga=di(Kn,Qe,jt,Kt,Ta,Rr,en,Zi.name,Fn?null:R);Fn?Dn(ga):Kn._isRunning?(va.addTask(ga),Dn(ga)):Kn._error?va.abort(Kn._error):Dn(ga)}finally{qe()}}function cs(br,en){if(br.isRunning()){var Dn={task:Ri,cb:en};en.cancel=function(){return H(br.joiners,Dn)},br.joiners.push(Dn)}else br.isAborted()?en(br.error(),!0):en(br.result())}function bo(br,en){br===m&&(br=Ri),br.isRunning()&&br.cancel(),en()}function so(br,en,Dn){var ai=Object.keys(br);if(!ai.length)return Dn(N.array(br)?[]:{});var Zi=0,$n=void 0,Fn={},Kn={};function ga(){Zi===ai.length&&($n=!0,Dn(N.array(br)?W.from(it({},Fn,{length:ai.length})):Fn))}ai.forEach(function(aa){var Do=function(Su,Kl){$n||(Kl||Ge(Su)||Su===Gr||Su===Qn?(Dn.cancel(),Dn(Su,Kl)):(Fn[aa]=Su,Zi++,ga()))};Do.cancel=R,Kn[aa]=Do}),Dn.cancel=function(){$n||($n=!0,ai.forEach(function(aa){return Kn[aa].cancel()}))},ai.forEach(function(aa){return ha(br[aa],en,aa,Kn[aa])})}function Vi(br,en,Dn){var ai=void 0,Zi=Object.keys(br),$n={};Zi.forEach(function(Fn){var Kn=function(aa,Do){if(!ai){if(Do)Dn.cancel(),Dn(aa,!0);else if(!Ge(aa)&&aa!==Gr&&aa!==Qn){var Ao;Dn.cancel(),ai=!0;var Su=(Ao={},Ao[Fn]=aa,Ao);Dn(N.array(br)?[].slice.call(it({},Su,{length:Zi.length})):Su)}}};Kn.cancel=R,$n[Fn]=Kn}),Dn.cancel=function(){ai||(ai=!0,Zi.forEach(function(Fn){return $n[Fn].cancel()}))},Zi.forEach(function(Fn){ai||ha(br[Fn],en,Fn,$n[Fn])})}function Ma(br,en){var Dn=br.selector,ai=br.args;try{var Zi=Dn.apply(void 0,[Kt()].concat(ai));en(Zi)}catch($n){en($n,!0)}}function Ks(br,en){var Dn=br.pattern,ai=br.buffer,Zi=Nn(Dn);Zi.pattern=Dn,en(nr(Qe,ai||tr.fixed(),Zi))}function Da(br,en){en(!!wi.isCancelled)}function ge(br,en){br.flush(en)}function we(br,en){en(Ta[br])}function Er(br,en){K.assign(Ta,br),en()}function rn(br,en,Dn,ai){var Zi,$n,Fn;return Dn._deferredEnd=null,$n={},$n[u]=!0,$n.id=br,$n.name=en,Zi="done",Fn={},Fn[Zi]=Fn[Zi]||{},Fn[Zi].get=function(){if(Dn._deferredEnd)return Dn._deferredEnd.promise;var Kn=ae();return Dn._deferredEnd=Kn,Dn._isRunning||(Dn._error?Kn.reject(Dn._error):Kn.resolve(Dn._result)),Kn.promise},$n.cont=ai,$n.joiners=[],$n.cancel=Gs,$n.isRunning=function(){return Dn._isRunning},$n.isCancelled=function(){return Dn._isCancelled},$n.isAborted=function(){return Dn._isAborted},$n.result=function(){return Dn._result},$n.error=function(){return Dn._error},$n.setContext=function(ga){P(ga,N.object,me("task",ga)),K.assign(Ta,ga)},mn($n,Fn),$n}}var Fi="runSaga(storeInterface, saga, ...args)",na=Fi+": saga argument must be a Generator function!";function Hi(Xe,Qe){for(var jt=arguments.length,Kt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Kt[gr-2]=arguments[gr];var Rr=void 0;N.iterator(Xe)?(Rr=Xe,Xe=Qe):(P(Qe,N.func,na),Rr=Qe.apply(void 0,Kt),P(Rr,N.iterator,na));var Hr=Xe,bn=Hr.subscribe,on=Hr.dispatch,xn=Hr.getState,si=Hr.context,ii=Hr.sagaMonitor,Ti=Hr.logger,ki=Hr.onError,ta=G();ii&&(ii.effectTriggered=ii.effectTriggered||R,ii.effectResolved=ii.effectResolved||R,ii.effectRejected=ii.effectRejected||R,ii.effectCancelled=ii.effectCancelled||R,ii.actionDispatched=ii.actionDispatched||R,ii.effectTriggered({effectId:ta,root:!0,parentEffectId:0,effect:{root:!0,saga:Qe,args:Kt}}));var Ki=di(Rr,bn,Ae(on),xn,si,{sagaMonitor:ii,logger:Ti,onError:ki},ta,Qe.name);return ii&&ii.effectResolved(ta,Ki),Ki}function Ca(Xe,Qe){var jt={};for(var Kt in Xe)Qe.indexOf(Kt)>=0||Object.prototype.hasOwnProperty.call(Xe,Kt)&&(jt[Kt]=Xe[Kt]);return jt}function li(){var Xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Qe=Xe.context,jt=Qe===void 0?{}:Qe,Kt=Ca(Xe,["context"]),gr=Kt.sagaMonitor,Rr=Kt.logger,Hr=Kt.onError;if(N.func(Kt))throw new Error("Saga middleware no longer accept Generator functions. Use sagaMiddleware.run instead");if(Rr&&!N.func(Rr))throw new Error("`options.logger` passed to the Saga middleware is not a function!");if(Hr&&!N.func(Hr))throw new Error("`options.onError` passed to the Saga middleware is not a function!");if(Kt.emitter&&!N.func(Kt.emitter))throw new Error("`options.emitter` passed to the Saga middleware is not a function!");function bn(on){var xn=on.getState,si=on.dispatch,ii=We();return ii.emit=(Kt.emitter||A)(ii.emit),bn.run=Hi.bind(null,{context:jt,subscribe:ii.subscribe,dispatch:si,getState:xn,sagaMonitor:gr,logger:Rr,onError:Hr}),function(Ti){return function(ki){gr&&gr.actionDispatched&&gr.actionDispatched(ki);var ta=Ti(ki);return ii.emit(ki),ta}}}return bn.run=function(){throw new Error("Before running a Saga, you must mount the Saga middleware on the Store using applyMiddleware")},bn.setContext=function(on){P(on,N.object,me("sagaMiddleware",on)),K.assign(jt,on)},bn}var da={done:!0,value:void 0},Dt={};function mt(Xe){return N.channel(Xe)?"channel":Array.isArray(Xe)?String(Xe.map(function(Qe){return String(Qe)})):String(Xe)}function Ui(Xe,Qe){var jt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"iterator",Kt=void 0,gr=Qe;function Rr(Hr,bn){if(gr===Dt)return da;if(bn)throw gr=Dt,bn;Kt&&Kt(Hr);var on=Xe[gr](),xn=on[0],si=on[1],ii=on[2];return gr=xn,Kt=ii,gr===Dt?da:si}return Q(Rr,function(Hr){return Rr(null,Hr)},jt,!0)}function la(Xe,Qe){for(var jt=arguments.length,Kt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Kt[gr-2]=arguments[gr];var Rr={done:!1,value:nt(Xe)},Hr=function(si){return{done:!1,value:Dr.apply(void 0,[Qe].concat(Kt,[si]))}},bn=void 0,on=function(si){return bn=si};return Ui({q1:function(){return["q2",Rr,on]},q2:function(){return bn===ke?[Dt]:["q1",Hr(bn)]}},"q1","takeEvery("+mt(Xe)+", "+Qe.name+")")}function gi(Xe,Qe){for(var jt=arguments.length,Kt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Kt[gr-2]=arguments[gr];var Rr={done:!1,value:nt(Xe)},Hr=function(ki){return{done:!1,value:Dr.apply(void 0,[Qe].concat(Kt,[ki]))}},bn=function(ki){return{done:!1,value:un(ki)}},on=void 0,xn=void 0,si=function(ki){return on=ki},ii=function(ki){return xn=ki};return Ui({q1:function(){return["q2",Rr,ii]},q2:function(){return xn===ke?[Dt]:on?["q3",bn(on)]:["q1",Hr(xn),si]},q3:function(){return["q1",Hr(xn),si]}},"q1","takeLatest("+mt(Xe)+", "+Qe.name+")")}function La(Xe,Qe,jt){for(var Kt=arguments.length,gr=Array(Kt>3?Kt-3:0),Rr=3;Rr<Kt;Rr++)gr[Rr-3]=arguments[Rr];var Hr=void 0,bn=void 0,on={done:!1,value:Yt(Qe,tr.sliding(1))},xn=function(){return{done:!1,value:nt(bn)}},si=function(Ki){return{done:!1,value:Dr.apply(void 0,[jt].concat(gr,[Ki]))}},ii={done:!1,value:Xr(oe,Xe)},Ti=function(Ki){return Hr=Ki},ki=function(Ki){return bn=Ki};return Ui({q1:function(){return["q2",on,ki]},q2:function(){return["q3",xn(),Ti]},q3:function(){return Hr===ke?[Dt]:["q4",si(Hr)]},q4:function(){return["q2",ii]}},"q1","throttle("+mt(Qe)+", "+jt.name+")")}var Si=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,Cn=null,rr=null;function _t(Xe,Qe){for(var jt=arguments.length,Kt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Kt[gr-2]=arguments[gr];return Dr.apply(void 0,[la,Xe,Qe].concat(Kt))}function rt(Xe,Qe){for(var jt=arguments.length,Kt=Array(jt>2?jt-2:0),gr=2;gr<jt;gr++)Kt[gr-2]=arguments[gr];return Dr.apply(void 0,[gi,Xe,Qe].concat(Kt))}function Ot(Xe,Qe,jt){for(var Kt=arguments.length,gr=Array(Kt>3?Kt-3:0),Rr=3;Rr<Kt;Rr++)gr[Rr-3]=arguments[Rr];return Dr.apply(void 0,[La,Xe,Qe,jt].concat(gr))}var pt=li,lr=e(44520),cr=e.n(lr),Tr=e(34666),Wr=e(78639),Ze=e.n(Wr),Je=e(3300),ye=e(40954),st=e(56754),sr=e.n(st),xr=e(33377),kr=e(93912),Pr=e(89381),zr=e.n(Pr),wn=e(60288),wr=e(11913),dn=e(39679),sn=e.n(dn),cn=Array.isArray.bind(Array),On=function(Qe){return typeof Qe=="function"},Ia=function(Qe){return Qe},Di=function(){},yi=function(Qe,jt){for(var Kt=0,gr=Qe.length;Kt<gr;Kt+=1)if(jt(Qe[Kt],Kt))return Kt;return-1},yn=Object.freeze({isPlainObject:Ze(),isArray:cn,isFunction:On,returnSelf:Ia,noop:Di,findIndex:yi});function pi(Xe,Qe){var jt=Xe.namespace,Kt=Xe.reducers,gr=Xe.effects,Rr=Xe.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(Hr){return Hr.namespace===jt}),"[app.model] namespace should be unique"),Kt&&(invariant(isPlainObject(Kt)||cn(Kt),"[app.model] reducers should be plain object or array, but got ".concat(_typeof(Kt))),invariant(!cn(Kt)||isPlainObject(Kt[0])&&On(Kt[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))),Rr&&(invariant(isPlainObject(Rr),"[app.model] subscriptions should be plain object, but got ".concat(_typeof(Rr))),invariant(Qi(Rr),"[app.model] subscription should be function"))}function Qi(Xe){return Object.keys(Xe).every(function(Qe){return On(Xe[Qe])})}var ba="/";function Xs(Xe,Qe,jt){return Object.keys(Xe).reduce(function(Kt,gr){sr()(gr.indexOf("".concat(Qe).concat(ba))!==0,"[prefixNamespace]: ".concat(jt," ").concat(gr," should not be prefixed with namespace ").concat(Qe));var Rr="".concat(Qe).concat(ba).concat(gr);return Kt[Rr]=Xe[gr],Kt},{})}function xa(Xe){var Qe=Xe.namespace,jt=Xe.reducers,Kt=Xe.effects;if(jt)if(cn(jt)){var gr=(0,ye.Z)(jt),Rr=gr[0],Hr=gr.slice(1);Xe.reducers=[Xs(Rr,Qe,"reducer")].concat((0,Je.Z)(Hr))}else Xe.reducers=Xs(jt,Qe,"reducer");return Kt&&(Xe.effects=Xs(Kt,Qe,"effect")),Xe}var Bs=["onError","onStateChange","onAction","onHmr","onReducer","onEffect","extraReducers","extraEnhancers","_handleActions"];function Qs(Xe){return Object.keys(Xe).reduce(function(Qe,jt){return Bs.indexOf(jt)>-1&&(Qe[jt]=Xe[jt]),Qe},{})}var es=function(){function Xe(){(0,xr.Z)(this,Xe),this._handleActions=null,this.hooks=Bs.reduce(function(Qe,jt){return Qe[jt]=[],Qe},{})}return(0,kr.Z)(Xe,[{key:"use",value:function(jt){cr()(Ze()(jt),"plugin.use: plugin should be plain object");var Kt=this.hooks;for(var gr in jt)Object.prototype.hasOwnProperty.call(jt,gr)&&(cr()(Kt[gr],"plugin.use: unknown plugin property: ".concat(gr)),gr==="_handleActions"?this._handleActions=jt[gr]:gr==="extraEnhancers"?Kt[gr]=jt[gr]:Kt[gr].push(jt[gr]))}},{key:"apply",value:function(jt,Kt){var gr=this.hooks,Rr=["onError","onHmr"];cr()(Rr.indexOf(jt)>-1,"plugin.apply: hook ".concat(jt," cannot be applied"));var Hr=gr[jt];return function(){if(Hr.length){var bn=!0,on=!1,xn=void 0;try{for(var si=Hr[Symbol.iterator](),ii;!(bn=(ii=si.next()).done);bn=!0){var Ti=ii.value;Ti.apply(void 0,arguments)}}catch(ki){on=!0,xn=ki}finally{try{!bn&&si.return!=null&&si.return()}finally{if(on)throw xn}}}else Kt&&Kt.apply(void 0,arguments)}}},{key:"get",value:function(jt){var Kt=this.hooks;return cr()(jt in Kt,"plugin.get: hook ".concat(jt," cannot be got")),jt==="extraReducers"?zs(Kt[jt]):jt==="onReducer"?ti(Kt[jt]):Kt[jt]}}]),Xe}();function zs(Xe){var Qe={},jt=!0,Kt=!1,gr=void 0;try{for(var Rr=Xe[Symbol.iterator](),Hr;!(jt=(Hr=Rr.next()).done);jt=!0){var bn=Hr.value;Qe=(0,l.Z)({},Qe,bn)}}catch(on){Kt=!0,gr=on}finally{try{!jt&&Rr.return!=null&&Rr.return()}finally{if(Kt)throw gr}}return Qe}function ti(Xe){return function(Qe){var jt=!0,Kt=!1,gr=void 0;try{for(var Rr=Xe[Symbol.iterator](),Hr;!(jt=(Hr=Rr.next()).done);jt=!0){var bn=Hr.value;Qe=bn(Qe)}}catch(on){Kt=!0,gr=on}finally{try{!jt&&Rr.return!=null&&Rr.return()}finally{if(Kt)throw gr}}return Qe}}function ws(Xe){var Qe=Xe.reducers,jt=Xe.initialState,Kt=Xe.plugin,gr=Xe.sagaMiddleware,Rr=Xe.promiseMiddleware,Hr=Xe.createOpts.setupMiddlewares,bn=Hr===void 0?Ia:Hr,on=Kt.get("extraEnhancers");cr()(cn(on),"[app.start] extraEnhancers should be array, but got ".concat((0,Tr.Z)(on)));var xn=Kt.get("onAction"),si=bn([Rr,gr].concat((0,Je.Z)(zr()(xn)))),ii=c.qC,Ti=[c.md.apply(void 0,(0,Je.Z)(si))].concat((0,Je.Z)(on));return(0,c.MT)(Qe,jt,ii.apply(void 0,(0,Je.Z)(Ti)))}function ds(Xe,Qe){var jt="".concat(Qe.namespace).concat(ba).concat(Xe),Kt=jt.replace(/\/@@[^/]+?$/,""),gr=Array.isArray(Qe.reducers)?Qe.reducers[0][Kt]:Qe.reducers&&Qe.reducers[Kt];return gr||Qe.effects&&Qe.effects[Kt]?jt:Xe}function qs(Xe,Qe,jt,Kt){var gr=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{};return sn().mark(function Rr(){var Hr;return sn().wrap(function(on){for(;;)switch(on.prev=on.next){case 0:on.t0=sn().keys(Xe);case 1:if((on.t1=on.t0()).done){on.next=7;break}if(Hr=on.t1.value,!Object.prototype.hasOwnProperty.call(Xe,Hr)){on.next=5;break}return on.delegateYield(sn().mark(function xn(){var si,ii;return sn().wrap(function(ki){for(;;)switch(ki.prev=ki.next){case 0:return si=Ji(Hr,Xe[Hr],Qe,jt,Kt,gr),ki.next=3,Dr(si);case 3:return ii=ki.sent,ki.next=6,Dr(sn().mark(function ta(){return sn().wrap(function(Pi){for(;;)switch(Pi.prev=Pi.next){case 0:return Pi.next=2,nt("".concat(Qe.namespace,"/@@CANCEL_EFFECTS"));case 2:return Pi.next=4,un(ii);case 4:case"end":return Pi.stop()}},ta)}));case 6:case"end":return ki.stop()}},xn)})(),"t2",5);case 5:on.next=1;break;case 7:case"end":return on.stop()}},Rr)})}function Ji(Xe,Qe,jt,Kt,gr,Rr){var Hr=sn().mark(ta),bn=Qe,on="takeEvery",xn,si;if(Array.isArray(Qe)){var ii=(0,wr.Z)(Qe,1);bn=ii[0];var Ti=Qe[1];Ti&&Ti.type&&(on=Ti.type,on==="throttle"&&(cr()(Ti.ms,"app.start: opts.ms should be defined if type is throttle"),xn=Ti.ms),on==="poll"&&(cr()(Ti.delay,"app.start: opts.delay should be defined if type is poll"),si=Ti.delay)),cr()(["watcher","takeEvery","takeLatest","throttle","poll"].indexOf(on)>-1,"app.start: effect type should be takeEvery, takeLatest, throttle, poll or watcher")}function ki(){}function ta(){var Pi,Ta,Ri,wi,va,yo,Gs,ia,qa,ha=arguments;return sn().wrap(function(Oa){for(;;)switch(Oa.prev=Oa.next){case 0:for(Pi=ha.length,Ta=new Array(Pi),Ri=0;Ri<Pi;Ri++)Ta[Ri]=ha[Ri];return wi=Ta.length>0?Ta[0]:{},va=wi.__dva_resolve,yo=va===void 0?ki:va,Gs=wi.__dva_reject,ia=Gs===void 0?ki:Gs,Oa.prev=2,Oa.next=5,Rt({type:"".concat(Xe).concat(ba,"@@start")});case 5:return Oa.next=7,bn.apply(void 0,(0,Je.Z)(Ta.concat(Ns(jt,Rr))));case 7:return qa=Oa.sent,Oa.next=10,Rt({type:"".concat(Xe).concat(ba,"@@end")});case 10:yo(qa),Oa.next=17;break;case 13:Oa.prev=13,Oa.t0=Oa.catch(2),Kt(Oa.t0,{key:Xe,effectArgs:Ta}),Oa.t0._dontReject||ia(Oa.t0);case 17:case"end":return Oa.stop()}},Hr,null,[[2,13]])}var Ki=Go(gr,ta,jt,Xe);switch(on){case"watcher":return ta;case"takeLatest":return sn().mark(function Pi(){return sn().wrap(function(Ri){for(;;)switch(Ri.prev=Ri.next){case 0:return Ri.next=2,rt(Xe,Ki);case 2:case"end":return Ri.stop()}},Pi)});case"throttle":return sn().mark(function Pi(){return sn().wrap(function(Ri){for(;;)switch(Ri.prev=Ri.next){case 0:return Ri.next=2,Ot(xn,Xe,Ki);case 2:case"end":return Ri.stop()}},Pi)});case"poll":return sn().mark(function Pi(){var Ta,Ri,wi,va,yo,Gs,ia;return sn().wrap(function(ha){for(;;)switch(ha.prev=ha.next){case 0:wi=function(Oa,ls){var ms;return sn().wrap(function(ys){for(;;)switch(ys.prev=ys.next){case 0:ms=Oa.call;case 1:return ys.next=4,ms(Ki,ls);case 4:return ys.next=6,ms(Ri,si);case 6:ys.next=1;break;case 8:case"end":return ys.stop()}},Ta)},Ri=function(Oa){return new Promise(function(ls){return setTimeout(ls,Oa)})},Ta=sn().mark(wi),va=Xr,yo=nt,Gs=Or;case 4:return ha.next=7,yo("".concat(Xe,"-start"));case 7:return ia=ha.sent,ha.next=10,Gs([va(wi,r,ia),yo("".concat(Xe,"-stop"))]);case 10:ha.next=4;break;case 12:case"end":return ha.stop()}},Pi)});default:return sn().mark(function Pi(){return sn().wrap(function(Ri){for(;;)switch(Ri.prev=Ri.next){case 0:return Ri.next=2,_t(Xe,Ki);case 2:case"end":return Ri.stop()}},Pi)})}}function Ns(Xe,Qe){function jt(Hr,bn){cr()(Hr,"dispatch: action should be a plain Object with type");var on=Qe.namespacePrefixWarning,xn=on===void 0?!0:on;xn&&sr()(Hr.indexOf("".concat(Xe.namespace).concat(ba))!==0,"[".concat(bn,"] ").concat(Hr," should not be prefixed with namespace ").concat(Xe.namespace))}function Kt(Hr){var bn=Hr.type;return jt(bn,"sagaEffects.put"),Rt((0,l.Z)({},Hr,{type:ds(bn,Xe)}))}function gr(Hr){var bn=Hr.type;return jt(bn,"sagaEffects.put.resolve"),Rt.resolve((0,l.Z)({},Hr,{type:ds(bn,Xe)}))}Kt.resolve=gr;function Rr(Hr){return typeof Hr=="string"?(jt(Hr,"sagaEffects.take"),nt(ds(Hr,Xe))):Array.isArray(Hr)?nt(Hr.map(function(bn){return typeof bn=="string"?(jt(bn,"sagaEffects.take"),ds(bn,Xe)):bn})):nt(Hr)}return(0,l.Z)({},r,{put:Kt,take:Rr})}function Go(Xe,Qe,jt,Kt){var gr=!0,Rr=!1,Hr=void 0;try{for(var bn=Xe[Symbol.iterator](),on;!(gr=(on=bn.next()).done);gr=!0){var xn=on.value;Qe=xn(Qe,r,jt,Kt)}}catch(si){Rr=!0,Hr=si}finally{try{!gr&&bn.return!=null&&bn.return()}finally{if(Rr)throw Hr}}return Qe}function Va(Xe){return Xe}function ma(Xe){var Qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Va;return function(jt,Kt){var gr=Kt.type;return cr()(gr,"dispatch: action should be a plain Object with type"),Xe===gr?Qe(jt,Kt):jt}}function as(){for(var Xe=arguments.length,Qe=new Array(Xe),jt=0;jt<Xe;jt++)Qe[jt]=arguments[jt];return function(Kt,gr){return Qe.reduce(function(Rr,Hr){return Hr(Rr,gr)},Kt)}}function vo(Xe,Qe){var jt=Object.keys(Xe).map(function(gr){return ma(gr,Xe[gr])}),Kt=as.apply(void 0,(0,Je.Z)(jt));return function(){var gr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Qe,Rr=arguments.length>1?arguments[1]:void 0;return Kt(gr,Rr)}}function zn(Xe,Qe,jt){return Array.isArray(Xe)?Xe[1]((jt||vo)(Xe[0],Qe)):(jt||vo)(Xe||{},Qe)}function ts(Xe){return function(){return function(jt){return function(Kt){var gr=Kt.type;return Qe(gr)?new Promise(function(Rr,Hr){jt((0,l.Z)({__dva_resolve:Rr,__dva_reject:Hr},Kt))}):jt(Kt)}}};function Qe(jt){if(!jt||typeof jt!="string")return!1;var Kt=jt.split(ba),gr=(0,wr.Z)(Kt,1),Rr=gr[0],Hr=Xe._models.filter(function(bn){return bn.namespace===Rr})[0];return!!(Hr&&Hr.effects&&Hr.effects[jt])}}function Ps(Xe,Qe){return function(jt){var Kt=jt.type;return cr()(Kt,"dispatch: action should be a plain Object with type"),sr()(Kt.indexOf("".concat(Qe.namespace).concat(ba))!==0,"dispatch: ".concat(Kt," should not be prefixed with namespace ").concat(Qe.namespace)),Xe((0,l.Z)({},jt,{type:ds(Kt,Qe)}))}}function Is(Xe,Qe,jt,Kt){var gr=[],Rr=[];for(var Hr in Xe)if(Object.prototype.hasOwnProperty.call(Xe,Hr)){var bn=Xe[Hr],on=bn({dispatch:Ps(jt._store.dispatch,Qe),history:jt._history},Kt);On(on)?gr.push(on):Rr.push(Hr)}return{funcs:gr,nonFuncs:Rr}}function Gi(Xe,Qe){if(Xe[Qe]){var jt=Xe[Qe],Kt=jt.funcs,gr=jt.nonFuncs;sr()(gr.length===0,"[app.unmodel] subscription should return unlistener function, check these subscriptions ".concat(gr.join(", ")));var Rr=!0,Hr=!1,bn=void 0;try{for(var on=Kt[Symbol.iterator](),xn;!(Rr=(xn=on.next()).done);Rr=!0){var si=xn.value;si()}}catch(ii){Hr=!0,bn=ii}finally{try{!Rr&&on.return!=null&&on.return()}finally{if(Hr)throw bn}}delete Xe[Qe]}}var Qa=Di,Za=yi,ks={namespace:"@@dva",state:0,reducers:{UPDATE:function(Qe){return Qe+1}}};function _o(){var Xe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Qe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},jt=Qe.initialReducer,Kt=Qe.setupApp,gr=Kt===void 0?Qa:Kt,Rr=new es;Rr.use(Qs(Xe));var Hr={_models:[xa((0,l.Z)({},ks))],_store:null,_plugin:Rr,use:Rr.use.bind(Rr),model:bn,start:ii};return Hr;function bn(Ti){var ki=xa((0,l.Z)({},Ti));return Hr._models.push(ki),ki}function on(Ti,ki,ta,Ki){Ki=bn(Ki);var Pi=Hr._store;Pi.asyncReducers[Ki.namespace]=zn(Ki.reducers,Ki.state,Rr._handleActions),Pi.replaceReducer(Ti()),Ki.effects&&Pi.runSaga(Hr._getSaga(Ki.effects,Ki,ki,Rr.get("onEffect"),Xe)),Ki.subscriptions&&(ta[Ki.namespace]=Is(Ki.subscriptions,Ki,Hr,ki))}function xn(Ti,ki,ta,Ki){var Pi=Hr._store;delete Pi.asyncReducers[Ki],delete ki[Ki],Pi.replaceReducer(Ti()),Pi.dispatch({type:"@@dva/UPDATE"}),Pi.dispatch({type:"".concat(Ki,"/@@CANCEL_EFFECTS")}),Gi(ta,Ki),Hr._models=Hr._models.filter(function(Ta){return Ta.namespace!==Ki})}function si(Ti,ki,ta,Ki,Pi){var Ta=Hr._store,Ri=Pi.namespace,wi=Za(Hr._models,function(va){return va.namespace===Ri});~wi&&(Ta.dispatch({type:"".concat(Ri,"/@@CANCEL_EFFECTS")}),delete Ta.asyncReducers[Ri],delete ki[Ri],Gi(ta,Ri),Hr._models.splice(wi,1)),Hr.model(Pi),Ta.dispatch({type:"@@dva/UPDATE"})}function ii(){var Ti=function(Er,rn){Er&&(typeof Er=="string"&&(Er=new Error(Er)),Er.preventDefault=function(){Er._dontReject=!0},Rr.apply("onError",function(br){throw new Error(br.stack||br)})(Er,Hr._store.dispatch,rn))},ki=pt(),ta=ts(Hr);Hr._getSaga=qs.bind(null);var Ki=[],Pi=(0,l.Z)({},jt),Ta=!0,Ri=!1,wi=void 0;try{for(var va=Hr._models[Symbol.iterator](),yo;!(Ta=(yo=va.next()).done);Ta=!0){var Gs=yo.value;Pi[Gs.namespace]=zn(Gs.reducers,Gs.state,Rr._handleActions),Gs.effects&&Ki.push(Hr._getSaga(Gs.effects,Gs,Ti,Rr.get("onEffect"),Xe))}}catch(we){Ri=!0,wi=we}finally{try{!Ta&&va.return!=null&&va.return()}finally{if(Ri)throw wi}}var ia=Rr.get("onReducer"),qa=Rr.get("extraReducers");cr()(Object.keys(qa).every(function(we){return!(we in Pi)}),"[app.start] extraReducers is conflict with other reducers, reducers list: ".concat(Object.keys(Pi).join(", "))),Hr._store=ws({reducers:ge(),initialState:Xe.initialState||{},plugin:Rr,createOpts:Qe,sagaMiddleware:ki,promiseMiddleware:ta});var ha=Hr._store;ha.runSaga=ki.run,ha.asyncReducers={};var zi=Rr.get("onStateChange"),Oa=!0,ls=!1,ms=void 0;try{for(var ao=function(){var Er=So.value;ha.subscribe(function(){Er(ha.getState())})},ys=zi[Symbol.iterator](),So;!(Oa=(So=ys.next()).done);Oa=!0)ao()}catch(we){ls=!0,ms=we}finally{try{!Oa&&ys.return!=null&&ys.return()}finally{if(ls)throw ms}}Ki.forEach(ki.run),gr(Hr);var cs={},bo=!0,so=!1,Vi=void 0;try{for(var Ma=this._models[Symbol.iterator](),Ks;!(bo=(Ks=Ma.next()).done);bo=!0){var Da=Ks.value;Da.subscriptions&&(cs[Da.namespace]=Is(Da.subscriptions,Da,Hr,Ti))}}catch(we){so=!0,Vi=we}finally{try{!bo&&Ma.return!=null&&Ma.return()}finally{if(so)throw Vi}}Hr.model=on.bind(Hr,ge,Ti,cs),Hr.unmodel=xn.bind(Hr,ge,Pi,cs),Hr.replaceModel=si.bind(Hr,ge,Pi,cs,Ti);function ge(){return ia((0,c.UY)((0,l.Z)({},Pi,qa,Hr._store?Hr._store.asyncReducers:{})))}}}var No=e(37573),Ko=e(45097),Vo=e(4676);function rs(Xe){Xe()}let gs=rs;const Eo=Xe=>gs=Xe,jo=()=>gs,ko=Symbol.for("react-redux-context"),Yo=typeof globalThis!="undefined"?globalThis:{};function xi(){var Xe;if(!i.createContext)return{};const Qe=(Xe=Yo[ko])!=null?Xe:Yo[ko]=new Map;let jt=Qe.get(i.createContext);return jt||(jt=i.createContext(null),Qe.set(i.createContext,jt)),jt}const mi=xi();var ss=null;function hs(Xe=mi){return function(){return(0,i.useContext)(Xe)}}const os=hs(),go=()=>{throw new Error("uSES not initialized!")};let Uo=go;const lu=Xe=>{Uo=Xe},Rs=(Xe,Qe)=>Xe===Qe;function ru(Xe=mi){const Qe=Xe===mi?os:hs(Xe);return function(Kt,gr={}){const{equalityFn:Rr=Rs,stabilityCheck:Hr=void 0,noopCheck:bn=void 0}=typeof gr=="function"?{equalityFn:gr}:gr,{store:on,subscription:xn,getServerState:si,stabilityCheck:ii,noopCheck:Ti}=Qe(),ki=(0,i.useRef)(!0),ta=(0,i.useCallback)({[Kt.name](Pi){return Kt(Pi)}}[Kt.name],[Kt,ii,Hr]),Ki=Uo(xn.addNestedSub,on.getState,si||on.getState,ta,Rr);return(0,i.useDebugValue)(Ki),Ki}}const cu=ru();var wu=e(32855),Ro=e(12687),Qu=e(94266),Lo=e.n(Qu),fo=e(23265);const gu=["initMapStateToProps","initMapDispatchToProps","initMergeProps"];function Mu(Xe,Qe,jt,Kt,{areStatesEqual:gr,areOwnPropsEqual:Rr,areStatePropsEqual:Hr}){let bn=!1,on,xn,si,ii,Ti;function ki(Ri,wi){return on=Ri,xn=wi,si=Xe(on,xn),ii=Qe(Kt,xn),Ti=jt(si,ii,xn),bn=!0,Ti}function ta(){return si=Xe(on,xn),Qe.dependsOnOwnProps&&(ii=Qe(Kt,xn)),Ti=jt(si,ii,xn),Ti}function Ki(){return Xe.dependsOnOwnProps&&(si=Xe(on,xn)),Qe.dependsOnOwnProps&&(ii=Qe(Kt,xn)),Ti=jt(si,ii,xn),Ti}function Pi(){const Ri=Xe(on,xn),wi=!Hr(Ri,si);return si=Ri,wi&&(Ti=jt(si,ii,xn)),Ti}function Ta(Ri,wi){const va=!Rr(wi,xn),yo=!gr(Ri,on,wi,xn);return on=Ri,xn=wi,va&&yo?ta():va?Ki():yo?Pi():Ti}return function(wi,va){return bn?Ta(wi,va):ki(wi,va)}}function Oo(Xe,Qe){let{initMapStateToProps:jt,initMapDispatchToProps:Kt,initMergeProps:gr}=Qe,Rr=(0,Ro.Z)(Qe,gu);const Hr=jt(Xe,Rr),bn=Kt(Xe,Rr),on=gr(Xe,Rr);return Mu(Hr,bn,on,Xe,Rr)}function Mo(Xe,Qe){const jt={};for(const Kt in Xe){const gr=Xe[Kt];typeof gr=="function"&&(jt[Kt]=(...Rr)=>Qe(gr(...Rr)))}return jt}function Eu(Xe){return function(jt){const Kt=Xe(jt);function gr(){return Kt}return gr.dependsOnOwnProps=!1,gr}}function Xo(Xe){return Xe.dependsOnOwnProps?!!Xe.dependsOnOwnProps:Xe.length!==1}function nu(Xe,Qe){return function(Kt,{displayName:gr}){const Rr=function(bn,on){return Rr.dependsOnOwnProps?Rr.mapToProps(bn,on):Rr.mapToProps(bn,void 0)};return Rr.dependsOnOwnProps=!0,Rr.mapToProps=function(bn,on){Rr.mapToProps=Xe,Rr.dependsOnOwnProps=Xo(Xe);let xn=Rr(bn,on);return typeof xn=="function"&&(Rr.mapToProps=xn,Rr.dependsOnOwnProps=Xo(xn),xn=Rr(bn,on)),xn},Rr}}function Os(Xe,Qe){return(jt,Kt)=>{throw new Error(`Invalid value of type ${typeof Xe} for ${Qe} argument when connecting component ${Kt.wrappedComponentName}.`)}}function zo(Xe){return Xe&&typeof Xe=="object"?Eu(Qe=>Mo(Xe,Qe)):Xe?typeof Xe=="function"?nu(Xe,"mapDispatchToProps"):Os(Xe,"mapDispatchToProps"):Eu(Qe=>({dispatch:Qe}))}function Fu(Xe){return Xe?typeof Xe=="function"?nu(Xe,"mapStateToProps"):Os(Xe,"mapStateToProps"):Eu(()=>({}))}function Jt(Xe,Qe,jt){return(0,wu.Z)({},jt,Xe,Qe)}function hr(Xe){return function(jt,{displayName:Kt,areMergedPropsEqual:gr}){let Rr=!1,Hr;return function(on,xn,si){const ii=Xe(on,xn,si);return Rr?gr(ii,Hr)||(Hr=ii):(Rr=!0,Hr=ii),Hr}}}function ur(Xe){return Xe?typeof Xe=="function"?hr(Xe):Os(Xe,"mergeProps"):()=>Jt}function pr(){const Xe=jo();let Qe=null,jt=null;return{clear(){Qe=null,jt=null},notify(){Xe(()=>{let Kt=Qe;for(;Kt;)Kt.callback(),Kt=Kt.next})},get(){let Kt=[],gr=Qe;for(;gr;)Kt.push(gr),gr=gr.next;return Kt},subscribe(Kt){let gr=!0,Rr=jt={callback:Kt,next:null,prev:jt};return Rr.prev?Rr.prev.next=Rr:Qe=Rr,function(){!gr||Qe===null||(gr=!1,Rr.next?Rr.next.prev=Rr.prev:jt=Rr.prev,Rr.prev?Rr.prev.next=Rr.next:Qe=Rr.next)}}}}const Sr={notify(){},get:()=>[]};function gn(Xe,Qe){let jt,Kt=Sr,gr=0,Rr=!1;function Hr(Ki){si();const Pi=Kt.subscribe(Ki);let Ta=!1;return()=>{Ta||(Ta=!0,Pi(),ii())}}function bn(){Kt.notify()}function on(){ta.onStateChange&&ta.onStateChange()}function xn(){return Rr}function si(){gr++,jt||(jt=Qe?Qe.addNestedSub(on):Xe.subscribe(on),Kt=pr())}function ii(){gr--,jt&&gr===0&&(jt(),jt=void 0,Kt.clear(),Kt=Sr)}function Ti(){Rr||(Rr=!0,si())}function ki(){Rr&&(Rr=!1,ii())}const ta={addNestedSub:Hr,notifyNestedSubs:bn,handleChangeWrapper:on,isSubscribed:xn,trySubscribe:Ti,tryUnsubscribe:ki,getListeners:()=>Kt};return ta}const Rn=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?i.useLayoutEffect:i.useEffect;function Hn(Xe,Qe){return Xe===Qe?Xe!==0||Qe!==0||1/Xe===1/Qe:Xe!==Xe&&Qe!==Qe}function ui(Xe,Qe){if(Hn(Xe,Qe))return!0;if(typeof Xe!="object"||Xe===null||typeof Qe!="object"||Qe===null)return!1;const jt=Object.keys(Xe),Kt=Object.keys(Qe);if(jt.length!==Kt.length)return!1;for(let gr=0;gr<jt.length;gr++)if(!Object.prototype.hasOwnProperty.call(Qe,jt[gr])||!Hn(Xe[jt[gr]],Qe[jt[gr]]))return!1;return!0}const oi=["reactReduxForwardedRef"];let fr=go;const Fr=Xe=>{fr=Xe},Br=null,En=[null,null],Sn=Xe=>{try{return JSON.stringify(Xe)}catch(Qe){return String(Xe)}};function vt(Xe,Qe,jt){Rn(()=>Xe(...Qe),jt)}function jn(Xe,Qe,jt,Kt,gr,Rr){Xe.current=Kt,jt.current=!1,gr.current&&(gr.current=null,Rr())}function Gn(Xe,Qe,jt,Kt,gr,Rr,Hr,bn,on,xn,si){if(!Xe)return()=>{};let ii=!1,Ti=null;const ki=()=>{if(ii||!bn.current)return;const Ki=Qe.getState();let Pi,Ta;try{Pi=Kt(Ki,gr.current)}catch(Ri){Ta=Ri,Ti=Ri}Ta||(Ti=null),Pi===Rr.current?Hr.current||xn():(Rr.current=Pi,on.current=Pi,Hr.current=!0,si())};return jt.onStateChange=ki,jt.trySubscribe(),ki(),()=>{if(ii=!0,jt.tryUnsubscribe(),jt.onStateChange=null,Ti)throw Ti}}const Ni=()=>Br;function ea(Xe,Qe){return Xe===Qe}let Ur=!1;function ca(Xe,Qe,jt,{pure:Kt,areStatesEqual:gr=ea,areOwnPropsEqual:Rr=ui,areStatePropsEqual:Hr=ui,areMergedPropsEqual:bn=ui,forwardRef:on=!1,context:xn=mi}={}){const si=xn,ii=Fu(Xe),Ti=zo(Qe),ki=ur(jt),ta=!!Xe;return Pi=>{const Ta=Pi.displayName||Pi.name||"Component",Ri=`Connect(${Ta})`,wi={shouldHandleStateChanges:ta,displayName:Ri,wrappedComponentName:Ta,WrappedComponent:Pi,initMapStateToProps:ii,initMapDispatchToProps:Ti,initMergeProps:ki,areStatesEqual:gr,areStatePropsEqual:Hr,areOwnPropsEqual:Rr,areMergedPropsEqual:bn};function va(ia){const[qa,ha,zi]=i.useMemo(()=>{const{reactReduxForwardedRef:$n}=ia,Fn=(0,Ro.Z)(ia,oi);return[ia.context,$n,Fn]},[ia]),Oa=i.useMemo(()=>qa&&qa.Consumer&&(0,fo.isContextConsumer)(i.createElement(qa.Consumer,null))?qa:si,[qa,si]),ls=i.useContext(Oa),ms=!!ia.store&&!!ia.store.getState&&!!ia.store.dispatch,ao=!!ls&&!!ls.store,ys=ms?ia.store:ls.store,So=ao?ls.getServerState:ys.getState,cs=i.useMemo(()=>Oo(ys.dispatch,wi),[ys]),[bo,so]=i.useMemo(()=>{if(!ta)return En;const $n=gn(ys,ms?void 0:ls.subscription),Fn=$n.notifyNestedSubs.bind($n);return[$n,Fn]},[ys,ms,ls]),Vi=i.useMemo(()=>ms?ls:(0,wu.Z)({},ls,{subscription:bo}),[ms,ls,bo]),Ma=i.useRef(),Ks=i.useRef(zi),Da=i.useRef(),ge=i.useRef(!1),we=i.useRef(!1),Er=i.useRef(!1),rn=i.useRef();Rn(()=>(Er.current=!0,()=>{Er.current=!1}),[]);const br=i.useMemo(()=>()=>Da.current&&zi===Ks.current?Da.current:cs(ys.getState(),zi),[ys,zi]),en=i.useMemo(()=>Fn=>bo?Gn(ta,ys,bo,cs,Ks,Ma,ge,Er,Da,so,Fn):()=>{},[bo]);vt(jn,[Ks,Ma,ge,zi,Da,so]);let Dn;try{Dn=fr(en,br,So?()=>cs(So(),zi):br)}catch($n){throw rn.current&&($n.message+=`
The error may be correlated with this previous error:
${rn.current.stack}
`),$n}Rn(()=>{rn.current=void 0,Da.current=void 0,Ma.current=Dn});const ai=i.useMemo(()=>i.createElement(Pi,(0,wu.Z)({},Dn,{ref:ha})),[ha,Pi,Dn]);return i.useMemo(()=>ta?i.createElement(Oa.Provider,{value:Vi},ai):ai,[Oa,ai,Vi])}const Gs=i.memo(va);if(Gs.WrappedComponent=Pi,Gs.displayName=va.displayName=Ri,on){const qa=i.forwardRef(function(zi,Oa){return i.createElement(Gs,(0,wu.Z)({},zi,{reactReduxForwardedRef:Oa}))});return qa.displayName=Ri,qa.WrappedComponent=Pi,Lo()(qa,Pi)}return Lo()(Gs,Pi)}}var Vr=ca;function wa({store:Xe,context:Qe,children:jt,serverState:Kt,stabilityCheck:gr="once",noopCheck:Rr="once"}){const Hr=i.useMemo(()=>{const xn=gn(Xe);return{store:Xe,subscription:xn,getServerState:Kt?()=>Kt:void 0,stabilityCheck:gr,noopCheck:Rr}},[Xe,Kt,gr,Rr]),bn=i.useMemo(()=>Xe.getState(),[Xe]);Rn(()=>{const{subscription:xn}=Hr;return xn.onStateChange=xn.notifyNestedSubs,xn.trySubscribe(),bn!==Xe.getState()&&xn.notifyNestedSubs(),()=>{xn.tryUnsubscribe(),xn.onStateChange=void 0}},[Hr,bn]);const on=Qe||mi;return i.createElement(on.Provider,{value:Hr},jt)}var ps=wa;function $s(Xe=mi){const Qe=Xe===mi?os:hs(Xe);return function(){const{store:Kt}=Qe();return Kt}}const ji=$s();function ho(Xe=mi){const Qe=Xe===mi?ji:$s(Xe);return function(){return Qe().dispatch}}const no=ho();lu(Ko.useSyncExternalStoreWithSelector),Fr(No.useSyncExternalStore),Eo(Vo.unstable_batchedUpdates);var Zs=Object.defineProperty,Ya=Object.getOwnPropertySymbols,Ws=Object.prototype.hasOwnProperty,eo=Object.prototype.propertyIsEnumerable,Ln=(Xe,Qe,jt)=>Qe in Xe?Zs(Xe,Qe,{enumerable:!0,configurable:!0,writable:!0,value:jt}):Xe[Qe]=jt,Hs=(Xe,Qe)=>{for(var jt in Qe||(Qe={}))Ws.call(Qe,jt)&&Ln(Xe,jt,Qe[jt]);if(Ya)for(var jt of Ya(Qe))eo.call(Qe,jt)&&Ln(Xe,jt,Qe[jt]);return Xe};function io(Xe){const Qe=create(Xe,{initialReducer:{},setupApp(){}}),jt=Qe.start;return Qe.router=Kt,Qe.start=gr,Qe;function Kt(Rr){Qe._router=Rr}function gr(Rr){if(typeof Rr!="undefined")throw new Error("dva.start() should not be called with any arguments.");Qe._store||jt.call(Qe);const Hr=Qe._store,bn=Qe._router;return on=>React.createElement(Provider,{store:Hr},bn(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 Yt}});var r={};e.r(r),e.d(r,{dva:function(){return a}});var i={};e.r(i),e.d(i,{innerProvider:function(){return Ye}});var l={};e.r(l),e.d(l,{rootContainer:function(){return Se}});var c={};e.r(c),e.d(c,{dataflowProvider:function(){return Gt}});var f={};e.r(f),e.d(f,{i18nProvider:function(){return Mr}});var o=e(8591),h=e(61186),u=e.n(h);u().locale("ZH-cn");const a={config:{onError(gt){o.ZP.error(gt.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(gt){for(var ut=1;ut<arguments.length;ut++){var ct=arguments[ut];for(var Nt in ct)Object.prototype.hasOwnProperty.call(ct,Nt)&&(gt[Nt]=ct[Nt])}return gt},P.apply(this,arguments)}function M(gt,ut){gt.prototype=Object.create(ut.prototype),gt.prototype.constructor=gt,B(gt,ut)}function B(gt,ut){return B=Object.setPrototypeOf||function(ct,Nt){return ct.__proto__=Nt,ct},B(gt,ut)}function N(gt,ut){if(gt==null)return{};var ct,Nt,yr={},_r=Object.keys(gt);for(Nt=0;Nt<_r.length;Nt++)ut.indexOf(ct=_r[Nt])>=0||(yr[ct]=gt[ct]);return yr}var K={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},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"]},X=Object.keys(K).map(function(gt){return K[gt]}),oe={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},q=Object.keys(oe).reduce(function(gt,ut){return gt[oe[ut]]=ut,gt},{}),ee=function(gt,ut){for(var ct=gt.length-1;ct>=0;ct-=1){var Nt=gt[ct];if(Object.prototype.hasOwnProperty.call(Nt,ut))return Nt[ut]}return null},G=function(gt){var ut=ee(gt,K.TITLE),ct=ee(gt,"titleTemplate");if(Array.isArray(ut)&&(ut=ut.join("")),ct&&ut)return ct.replace(/%s/g,function(){return ut});var Nt=ee(gt,"defaultTitle");return ut||Nt||void 0},se=function(gt){return ee(gt,"onChangeClientState")||function(){}},te=function(gt,ut){return ut.filter(function(ct){return ct[gt]!==void 0}).map(function(ct){return ct[gt]}).reduce(function(ct,Nt){return P({},ct,Nt)},{})},Q=function(gt,ut){return ut.filter(function(ct){return ct[K.BASE]!==void 0}).map(function(ct){return ct[K.BASE]}).reverse().reduce(function(ct,Nt){if(!ct.length)for(var yr=Object.keys(Nt),_r=0;_r<yr.length;_r+=1){var it=yr[_r].toLowerCase();if(gt.indexOf(it)!==-1&&Nt[it])return ct.concat(Nt)}return ct},[])},le=function(gt,ut,ct){var Nt={};return ct.filter(function(yr){return!!Array.isArray(yr[gt])||(yr[gt]!==void 0&&console&&typeof console.warn=="function"&&console.warn("Helmet: "+gt+' should be of type "Array". Instead found type "'+typeof yr[gt]+'"'),!1)}).map(function(yr){return yr[gt]}).reverse().reduce(function(yr,_r){var it={};_r.filter(function(Qn){for(var ei,Nn=Object.keys(Qn),qn=0;qn<Nn.length;qn+=1){var Pn=Nn[qn],Mi=Pn.toLowerCase();ut.indexOf(Mi)===-1||ei==="rel"&&Qn[ei].toLowerCase()==="canonical"||Mi==="rel"&&Qn[Mi].toLowerCase()==="stylesheet"||(ei=Mi),ut.indexOf(Pn)===-1||Pn!=="innerHTML"&&Pn!=="cssText"&&Pn!=="itemprop"||(ei=Pn)}if(!ei||!Qn[ei])return!1;var di=Qn[ei].toLowerCase();return Nt[ei]||(Nt[ei]={}),it[ei]||(it[ei]={}),!Nt[ei][di]&&(it[ei][di]=!0,!0)}).reverse().forEach(function(Qn){return yr.push(Qn)});for(var Cr=Object.keys(it),mn=0;mn<Cr.length;mn+=1){var Vn=Cr[mn],Gr=P({},Nt[Vn],it[Vn]);Nt[Vn]=Gr}return yr},[]).reverse()},$=function(gt,ut){if(Array.isArray(gt)&&gt.length){for(var ct=0;ct<gt.length;ct+=1)if(gt[ct][ut])return!0}return!1},j=function(gt){return Array.isArray(gt)?gt.join(""):gt},ie=function(gt,ut){return Array.isArray(gt)?gt.reduce(function(ct,Nt){return function(yr,_r){for(var it=Object.keys(yr),Cr=0;Cr<it.length;Cr+=1)if(_r[it[Cr]]&&_r[it[Cr]].includes(yr[it[Cr]]))return!0;return!1}(Nt,ut)?ct.priority.push(Nt):ct.default.push(Nt),ct},{priority:[],default:[]}):{default:gt}},me=function(gt,ut){var ct;return P({},gt,((ct={})[ut]=void 0,ct))},Ae=[K.NOSCRIPT,K.SCRIPT,K.STYLE],Pe=function(gt,ut){return ut===void 0&&(ut=!0),ut===!1?String(gt):String(gt).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")},He=function(gt){return Object.keys(gt).reduce(function(ut,ct){var Nt=gt[ct]!==void 0?ct+'="'+gt[ct]+'"':""+ct;return ut?ut+" "+Nt:Nt},"")},Ne=function(gt,ut){return ut===void 0&&(ut={}),Object.keys(gt).reduce(function(ct,Nt){return ct[oe[Nt]||Nt]=gt[Nt],ct},ut)},Mt=function(gt,ut){return ut.map(function(ct,Nt){var yr,_r=((yr={key:Nt})["data-rh"]=!0,yr);return Object.keys(ct).forEach(function(it){var Cr=oe[it]||it;Cr==="innerHTML"||Cr==="cssText"?_r.dangerouslySetInnerHTML={__html:ct.innerHTML||ct.cssText}:_r[Cr]=ct[it]}),x.createElement(gt,_r)})},bt=function(gt,ut,ct){switch(gt){case K.TITLE:return{toComponent:function(){return yr=ut.titleAttributes,(_r={key:Nt=ut.title})["data-rh"]=!0,it=Ne(yr,_r),[x.createElement(K.TITLE,it,Nt)];var Nt,yr,_r,it},toString:function(){return function(Nt,yr,_r,it){var Cr=He(_r),mn=j(yr);return Cr?"<"+Nt+' data-rh="true" '+Cr+">"+Pe(mn,it)+"</"+Nt+">":"<"+Nt+' data-rh="true">'+Pe(mn,it)+"</"+Nt+">"}(gt,ut.title,ut.titleAttributes,ct)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return Ne(ut)},toString:function(){return He(ut)}};default:return{toComponent:function(){return Mt(gt,ut)},toString:function(){return function(Nt,yr,_r){return yr.reduce(function(it,Cr){var mn=Object.keys(Cr).filter(function(Qn){return!(Qn==="innerHTML"||Qn==="cssText")}).reduce(function(Qn,ei){var Nn=Cr[ei]===void 0?ei:ei+'="'+Pe(Cr[ei],_r)+'"';return Qn?Qn+" "+Nn:Nn},""),Vn=Cr.innerHTML||Cr.cssText||"",Gr=Ae.indexOf(Nt)===-1;return it+"<"+Nt+' data-rh="true" '+mn+(Gr?"/>":">"+Vn+"</"+Nt+">")},"")}(gt,ut,ct)}}}},kt=function(gt){var ut=gt.baseTag,ct=gt.bodyAttributes,Nt=gt.encode,yr=gt.htmlAttributes,_r=gt.noscriptTags,it=gt.styleTags,Cr=gt.title,mn=Cr===void 0?"":Cr,Vn=gt.titleAttributes,Gr=gt.linkTags,Qn=gt.metaTags,ei=gt.scriptTags,Nn={toComponent:function(){},toString:function(){return""}};if(gt.prioritizeSeoTags){var qn=function(Pn){var Mi=Pn.linkTags,di=Pn.scriptTags,Fi=Pn.encode,na=ie(Pn.metaTags,ae),Hi=ie(Mi,H),Ca=ie(di,W);return{priorityMethods:{toComponent:function(){return[].concat(Mt(K.META,na.priority),Mt(K.LINK,Hi.priority),Mt(K.SCRIPT,Ca.priority))},toString:function(){return bt(K.META,na.priority,Fi)+" "+bt(K.LINK,Hi.priority,Fi)+" "+bt(K.SCRIPT,Ca.priority,Fi)}},metaTags:na.default,linkTags:Hi.default,scriptTags:Ca.default}}(gt);Nn=qn.priorityMethods,Gr=qn.linkTags,Qn=qn.metaTags,ei=qn.scriptTags}return{priority:Nn,base:bt(K.BASE,ut,Nt),bodyAttributes:bt("bodyAttributes",ct,Nt),htmlAttributes:bt("htmlAttributes",yr,Nt),link:bt(K.LINK,Gr,Nt),meta:bt(K.META,Qn,Nt),noscript:bt(K.NOSCRIPT,_r,Nt),script:bt(K.SCRIPT,ei,Nt),style:bt(K.STYLE,it,Nt),title:bt(K.TITLE,{title:mn,titleAttributes:Vn},Nt)}},Zt=[],Ft=function(gt,ut){var ct=this;ut===void 0&&(ut=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 yr=(ct.canUseDOM?Zt:ct.instances).indexOf(Nt);(ct.canUseDOM?Zt:ct.instances).splice(yr,1)}}},this.context=gt,this.canUseDOM=ut,ut||(gt.helmet=kt({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},tr=x.createContext({}),je=y().shape({setHelmet:y().func,helmetInstances:y().shape({get:y().func,add:y().func,remove:y().func})}),Et=typeof document!="undefined",Bt=function(gt){function ut(ct){var Nt;return(Nt=gt.call(this,ct)||this).helmetData=new Ft(Nt.props.context,ut.canUseDOM),Nt}return M(ut,gt),ut.prototype.render=function(){return x.createElement(tr.Provider,{value:this.helmetData.value},this.props.children)},ut}(x.Component);Bt.canUseDOM=Et,Bt.propTypes={context:y().shape({helmet:y().shape()}),children:y().node.isRequired},Bt.defaultProps={context:{}},Bt.displayName="HelmetProvider";var tt=function(gt,ut){var ct,Nt=document.head||document.querySelector(K.HEAD),yr=Nt.querySelectorAll(gt+"[data-rh]"),_r=[].slice.call(yr),it=[];return ut&&ut.length&&ut.forEach(function(Cr){var mn=document.createElement(gt);for(var Vn in Cr)Object.prototype.hasOwnProperty.call(Cr,Vn)&&(Vn==="innerHTML"?mn.innerHTML=Cr.innerHTML:Vn==="cssText"?mn.styleSheet?mn.styleSheet.cssText=Cr.cssText:mn.appendChild(document.createTextNode(Cr.cssText)):mn.setAttribute(Vn,Cr[Vn]===void 0?"":Cr[Vn]));mn.setAttribute("data-rh","true"),_r.some(function(Gr,Qn){return ct=Qn,mn.isEqualNode(Gr)})?_r.splice(ct,1):it.push(mn)}),_r.forEach(function(Cr){return Cr.parentNode.removeChild(Cr)}),it.forEach(function(Cr){return Nt.appendChild(Cr)}),{oldTags:_r,newTags:it}},yt=function(gt,ut){var ct=document.getElementsByTagName(gt)[0];if(ct){for(var Nt=ct.getAttribute("data-rh"),yr=Nt?Nt.split(","):[],_r=[].concat(yr),it=Object.keys(ut),Cr=0;Cr<it.length;Cr+=1){var mn=it[Cr],Vn=ut[mn]||"";ct.getAttribute(mn)!==Vn&&ct.setAttribute(mn,Vn),yr.indexOf(mn)===-1&&yr.push(mn);var Gr=_r.indexOf(mn);Gr!==-1&&_r.splice(Gr,1)}for(var Qn=_r.length-1;Qn>=0;Qn-=1)ct.removeAttribute(_r[Qn]);yr.length===_r.length?ct.removeAttribute("data-rh"):ct.getAttribute("data-rh")!==it.join(",")&&ct.setAttribute("data-rh",it.join(","))}},dt=function(gt,ut){var ct=gt.baseTag,Nt=gt.htmlAttributes,yr=gt.linkTags,_r=gt.metaTags,it=gt.noscriptTags,Cr=gt.onChangeClientState,mn=gt.scriptTags,Vn=gt.styleTags,Gr=gt.title,Qn=gt.titleAttributes;yt(K.BODY,gt.bodyAttributes),yt(K.HTML,Nt),function(Pn,Mi){Pn!==void 0&&document.title!==Pn&&(document.title=j(Pn)),yt(K.TITLE,Mi)}(Gr,Qn);var ei={baseTag:tt(K.BASE,ct),linkTags:tt(K.LINK,yr),metaTags:tt(K.META,_r),noscriptTags:tt(K.NOSCRIPT,it),scriptTags:tt(K.SCRIPT,mn),styleTags:tt(K.STYLE,Vn)},Nn={},qn={};Object.keys(ei).forEach(function(Pn){var Mi=ei[Pn],di=Mi.newTags,Fi=Mi.oldTags;di.length&&(Nn[Pn]=di),Fi.length&&(qn[Pn]=ei[Pn].oldTags)}),ut&&ut(),Cr(gt,Nn,qn)},qe=null,Fe=function(gt){function ut(){for(var Nt,yr=arguments.length,_r=new Array(yr),it=0;it<yr;it++)_r[it]=arguments[it];return(Nt=gt.call.apply(gt,[this].concat(_r))||this).rendered=!1,Nt}M(ut,gt);var ct=ut.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,yr,_r=this.props.context,it=_r.setHelmet,Cr=null,mn=(Nt=_r.helmetInstances.get().map(function(Vn){var Gr=P({},Vn.props);return delete Gr.context,Gr}),{baseTag:Q(["href"],Nt),bodyAttributes:te("bodyAttributes",Nt),defer:ee(Nt,"defer"),encode:ee(Nt,"encodeSpecialCharacters"),htmlAttributes:te("htmlAttributes",Nt),linkTags:le(K.LINK,["rel","href"],Nt),metaTags:le(K.META,["name","charset","http-equiv","property","itemprop"],Nt),noscriptTags:le(K.NOSCRIPT,["innerHTML"],Nt),onChangeClientState:se(Nt),scriptTags:le(K.SCRIPT,["src","innerHTML"],Nt),styleTags:le(K.STYLE,["cssText"],Nt),title:G(Nt),titleAttributes:te("titleAttributes",Nt),prioritizeSeoTags:$(Nt,"prioritizeSeoTags")});Bt.canUseDOM?(yr=mn,qe&&cancelAnimationFrame(qe),yr.defer?qe=requestAnimationFrame(function(){dt(yr,function(){qe=null})}):(dt(yr),qe=null)):kt&&(Cr=kt(mn)),it(Cr)},ct.init=function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())},ct.render=function(){return this.init(),null},ut}(x.Component);Fe.propTypes={context:je.isRequired},Fe.displayName="HelmetDispatcher";var be=["children"],ke=["children"],Ge=function(gt){function ut(){return gt.apply(this,arguments)||this}M(ut,gt);var ct=ut.prototype;return ct.shouldComponentUpdate=function(Nt){return!b()(me(this.props,"helmetData"),me(Nt,"helmetData"))},ct.mapNestedChildrenToProps=function(Nt,yr){if(!yr)return null;switch(Nt.type){case K.SCRIPT:case K.NOSCRIPT:return{innerHTML:yr};case K.STYLE:return{cssText:yr};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 yr,_r=Nt.child,it=Nt.arrayTypeChildren;return P({},it,((yr={})[_r.type]=[].concat(it[_r.type]||[],[P({},Nt.newChildProps,this.mapNestedChildrenToProps(_r,Nt.nestedChildren))]),yr))},ct.mapObjectTypeChildren=function(Nt){var yr,_r,it=Nt.child,Cr=Nt.newProps,mn=Nt.newChildProps,Vn=Nt.nestedChildren;switch(it.type){case K.TITLE:return P({},Cr,((yr={})[it.type]=Vn,yr.titleAttributes=P({},mn),yr));case K.BODY:return P({},Cr,{bodyAttributes:P({},mn)});case K.HTML:return P({},Cr,{htmlAttributes:P({},mn)});default:return P({},Cr,((_r={})[it.type]=P({},mn),_r))}},ct.mapArrayTypeChildrenToProps=function(Nt,yr){var _r=P({},yr);return Object.keys(Nt).forEach(function(it){var Cr;_r=P({},_r,((Cr={})[it]=Nt[it],Cr))}),_r},ct.warnOnInvalidChildren=function(Nt,yr){return D()(X.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 "+X.join(", ")+" are allowed. Helmet does not support rendering <"+Nt.type+"> elements. Refer to our API for more information."),D()(!yr||typeof yr=="string"||Array.isArray(yr)&&!yr.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,yr){var _r=this,it={};return x.Children.forEach(Nt,function(Cr){if(Cr&&Cr.props){var mn=Cr.props,Vn=mn.children,Gr=N(mn,be),Qn=Object.keys(Gr).reduce(function(Nn,qn){return Nn[q[qn]||qn]=Gr[qn],Nn},{}),ei=Cr.type;switch(typeof ei=="symbol"?ei=ei.toString():_r.warnOnInvalidChildren(Cr,Vn),ei){case K.FRAGMENT:yr=_r.mapChildrenToProps(Vn,yr);break;case K.LINK:case K.META:case K.NOSCRIPT:case K.SCRIPT:case K.STYLE:it=_r.flattenArrayTypeChildren({child:Cr,arrayTypeChildren:it,newChildProps:Qn,nestedChildren:Vn});break;default:yr=_r.mapObjectTypeChildren({child:Cr,newProps:yr,newChildProps:Qn,nestedChildren:Vn})}}}),this.mapArrayTypeChildrenToProps(it,yr)},ct.render=function(){var Nt=this.props,yr=Nt.children,_r=N(Nt,ke),it=P({},_r),Cr=_r.helmetData;return yr&&(it=this.mapChildrenToProps(yr,it)),!Cr||Cr instanceof Ft||(Cr=new Ft(Cr.context,Cr.instances)),Cr?x.createElement(Fe,P({},it,{context:Cr.value,helmetData:void 0})):x.createElement(tr.Consumer,null,function(mn){return x.createElement(Fe,P({},it,{context:mn}))})},ut}(x.Component);Ge.propTypes={base:y().object,bodyAttributes:y().object,children:y().oneOfType([y().arrayOf(y().node),y().node]),defaultTitle:y().string,defer:y().bool,encodeSpecialCharacters:y().bool,htmlAttributes:y().object,link:y().arrayOf(y().object),meta:y().arrayOf(y().object),noscript:y().arrayOf(y().object),onChangeClientState:y().func,script:y().arrayOf(y().object),style:y().arrayOf(y().object),title:y().string,titleAttributes:y().object,titleTemplate:y().string,prioritizeSeoTags:y().bool,helmetData:y().object},Ge.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},Ge.displayName="Helmet";const We={},Ye=gt=>x.createElement(Bt,{context:We},gt);var ht=e(92736),xt=e(76560),nr=e(36237),er=e(21384),Re=e(28440),et=e.n(Re),Vt=Object.defineProperty,Lt=Object.getOwnPropertySymbols,Wt=Object.prototype.hasOwnProperty,Ht=Object.prototype.propertyIsEnumerable,Tt=(gt,ut,ct)=>ut in gt?Vt(gt,ut,{enumerable:!0,configurable:!0,writable:!0,value:ct}):gt[ut]=ct,Qt=(gt,ut)=>{for(var ct in ut||(ut={}))Wt.call(ut,ct)&&Tt(gt,ct,ut[ct]);if(Lt)for(var ct of Lt(ut))Ht.call(ut,ct)&&Tt(gt,ct,ut[ct]);return gt},$e=(gt,ut)=>{var ct={};for(var Nt in gt)Wt.call(gt,Nt)&&ut.indexOf(Nt)<0&&(ct[Nt]=gt[Nt]);if(gt!=null&&Lt)for(var Nt of Lt(gt))ut.indexOf(Nt)<0&&Ht.call(gt,Nt)&&(ct[Nt]=gt[Nt]);return ct};let ce=null;const he=()=>(ce||(ce=Yt().applyPlugins({key:"antd",type:xt.ApplyPluginsType.modify,initialValue:Qt({},{componentSize:"middle"})})),ce);function It({children:gt}){let ut=gt;const[ct,Nt]=x.useState(()=>{const _r=he(),{appConfig:it}=_r;return $e(_r,["appConfig"])}),yr=_r=>{Nt(it=>et()({},it,typeof _r=="function"?_r(it):_r))};return ct.prefixCls&&ht.ZP.config({prefixCls:ct.prefixCls}),ct.iconPrefixCls&&ht.ZP.config({iconPrefixCls:ct.iconPrefixCls}),ct.theme&&ht.ZP.config({theme:ct.theme}),ut=x.createElement(ht.ZP,Qt({},ct),ut),ut=x.createElement(nr.StyleProvider,{hashPriority:"high"},ut),ut=x.createElement(er.C.Provider,{value:yr},x.createElement(er.S.Provider,{value:ct},ut)),ut}function Se(gt){return x.createElement(It,null,gt)}var ft=e(55610);function Gt(gt,ut){return x.createElement(ft.j,ut,gt)}var Ct=e(65517),Ce=e(26108),St=e(81863),ze=Object.defineProperty,nt=Object.getOwnPropertySymbols,Te=Object.prototype.hasOwnProperty,Rt=Object.prototype.propertyIsEnumerable,Le=(gt,ut,ct)=>ut in gt?ze(gt,ut,{enumerable:!0,configurable:!0,writable:!0,value:ct}):gt[ut]=ct,Or=(gt,ut)=>{for(var ct in ut||(ut={}))Te.call(ut,ct)&&Le(gt,ct,ut[ct]);if(nt)for(var ct of nt(ut))Rt.call(ut,ct)&&Le(gt,ct,ut[ct]);return gt};function At(){var gt,ut;const ct=getLocale();(gt=moment)!=null&&gt.locale&&moment.locale(((ut=localeInfo[ct])==null?void 0:ut.momentLocale)||"zh-cn"),setIntl(ct)}const Xr=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined"?x.useLayoutEffect:x.useEffect,nn=gt=>{var ut;const ct=(0,Ce.Kd)(),[Nt,yr]=x.useState(ct),[_r,it]=x.useState(()=>(0,Ce.lw)(Nt,!0)),Cr=Gr=>{var Qn,ei;(Qn=u())!=null&&Qn.locale&&u().locale(((ei=Ce.H8[Gr])==null?void 0:ei.momentLocale)||"en"),yr(Gr),it((0,Ce.lw)(Gr))};Xr(()=>(Ce.B.on(Ce.PZ,Cr),()=>{Ce.B.off(Ce.PZ,Cr)}),[]);const mn=Or({},St.Z),Vn=(0,Ce.Mg)();return x.createElement(ht.ZP,{direction:Vn,locale:((ut=Ce.H8[Nt])==null?void 0:ut.antd)||mn},x.createElement(Ce.eU,{value:_r},gt.children))};function Mr(gt){return x.createElement(nn,null,gt)}function Dr(gt){return gt.default?typeof gt.default=="function"?gt.default():gt.default:gt}function mr(){return[{apply:Dr(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 Zr(){return["patchRoutes","patchClientRoutes","modifyContextOpts","modifyClientRenderOpts","rootContainer","innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","render","onRouteChange","antd","dva","locale","qiankun"]}let un=null;function hn(){return un=xt.PluginManager.create({plugins:mr(),validKeys:Zr()}),un}function Yt(){return un}},76560:function(d,_,e){"use strict";e.d(_,{ApplyPluginsType:function(){return Et},Link:function(){return ee},Outlet:function(){return G.j3},PluginManager:function(){return Bt},connect:function(){return f.$j},getDvaApp:function(){return o.Q},history:function(){return tt.m8},useAppData:function(){return W.Ov},useDispatch:function(){return f.I0},useLocation:function(){return G.TH},useOutletContext:function(){return G.bx},useParams:function(){return G.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=(Ye,ht,xt)=>ht in Ye?u(Ye,ht,{enumerable:!0,configurable:!0,writable:!0,value:xt}):Ye[ht]=xt,S=(Ye,ht)=>{for(var xt in ht||(ht={}))y.call(ht,xt)&&b(Ye,xt,ht[xt]);if(p)for(var xt of p(ht))m.call(ht,xt)&&b(Ye,xt,ht[xt]);return Ye},D=(Ye,ht)=>a(Ye,x(ht)),R=(Ye,ht)=>{var xt={};for(var nr in Ye)y.call(Ye,nr)&&ht.indexOf(nr)<0&&(xt[nr]=Ye[nr]);if(Ye!=null&&p)for(var nr of p(Ye))ht.indexOf(nr)<0&&m.call(Ye,nr)&&(xt[nr]=Ye[nr]);return xt};const A=Ye=>{var ht=Ye,{overlayClassName:xt}=ht,nr=R(ht,["overlayClassName"]);return React.createElement(Dropdown,S({overlayClassName:xt},nr))},P=Ye=>Ye.reduce((ht,xt)=>xt.lang?D(S({},ht),{[xt.lang]:xt}):ht,{}),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=Ye=>React.createElement(React.Fragment,null);var N=e(38329),K=e(38127),H=e(32451),W=e(9139),ae=e(87296);function X(Ye,ht){var xt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},nr=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(typeof IntersectionObserver!="function")return null;var er=r.useRef(typeof IntersectionObserver=="function"),Re=r.useRef(null);return r.useEffect(function(){if(!(!Ye.current||!er.current||nr.disabled))return Re.current=new IntersectionObserver(function(et){var Vt=(0,ae.Z)(et,1),Lt=Vt[0];ht(Lt)},xt),Re.current.observe(Ye.current),function(){var et;(et=Re.current)===null||et===void 0||et.disconnect()}},[ht,xt,nr.disabled,Ye]),Re.current}var oe=["prefetch"];function q(Ye){var ht=r.useRef(null);return r.useEffect(function(){Ye&&(typeof Ye=="function"?Ye(ht.current):Ye.current=ht.current)}),ht}var ee=r.forwardRef(function(Ye,ht){var xt,nr=Ye.prefetch,er=(0,K.Z)(Ye,oe),Re=typeof window!="undefined"&&window.__umi_route_prefetch__||{defaultPrefetch:"none",defaultPrefetchTimeout:50},et=Re.defaultPrefetch,Vt=Re.defaultPrefetchTimeout,Lt=(nr===!0?"intent":nr===!1?"none":nr)||et;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 Ye.to=="string"?Ye.to:(xt=Ye.to)===null||xt===void 0?void 0:xt.pathname,Tt=r.useRef(!1),Qt=q(ht),$e=function(It){if(Lt==="intent"){var Se=It.target||{};Se.preloadTimeout||(Se.preloadTimeout=setTimeout(function(){var ft;Se.preloadTimeout=null,(ft=Wt.preloadRoute)===null||ft===void 0||ft.call(Wt,Ht)},Ye.prefetchTimeout||Vt))}},ce=function(It){if(Lt==="intent"){var Se=It.target||{};Se.preloadTimeout&&(clearTimeout(Se.preloadTimeout),Se.preloadTimeout=null)}};return(0,r.useLayoutEffect)(function(){if(Lt==="render"&&!Tt.current){var he;(he=Wt.preloadRoute)===null||he===void 0||he.call(Wt,Ht),Tt.current=!0}},[Lt,Ht]),X(Qt,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:$e,onMouseLeave:ce,ref:Qt},er),Ye.children):null}),G=e(35338),se=e(8616);function te(){"use strict";te=function(){return ht};var Ye,ht={},xt=Object.prototype,nr=xt.hasOwnProperty,er=Object.defineProperty||function(Mr,Dr,mr){Mr[Dr]=mr.value},Re=typeof Symbol=="function"?Symbol:{},et=Re.iterator||"@@iterator",Vt=Re.asyncIterator||"@@asyncIterator",Lt=Re.toStringTag||"@@toStringTag";function Wt(Mr,Dr,mr){return Object.defineProperty(Mr,Dr,{value:mr,enumerable:!0,configurable:!0,writable:!0}),Mr[Dr]}try{Wt({},"")}catch(Mr){Wt=function(mr,Zr,un){return mr[Zr]=un}}function Ht(Mr,Dr,mr,Zr){var un=Dr&&Dr.prototype instanceof Se?Dr:Se,hn=Object.create(un.prototype),Yt=new Xr(Zr||[]);return er(hn,"_invoke",{value:Rt(Mr,mr,Yt)}),hn}function Tt(Mr,Dr,mr){try{return{type:"normal",arg:Mr.call(Dr,mr)}}catch(Zr){return{type:"throw",arg:Zr}}}ht.wrap=Ht;var Qt="suspendedStart",$e="suspendedYield",ce="executing",he="completed",It={};function Se(){}function ft(){}function Gt(){}var Ct={};Wt(Ct,et,function(){return this});var Ce=Object.getPrototypeOf,St=Ce&&Ce(Ce(nn([])));St&&St!==xt&&nr.call(St,et)&&(Ct=St);var ze=Gt.prototype=Se.prototype=Object.create(Ct);function nt(Mr){["next","throw","return"].forEach(function(Dr){Wt(Mr,Dr,function(mr){return this._invoke(Dr,mr)})})}function Te(Mr,Dr){function mr(un,hn,Yt,gt){var ut=Tt(Mr[un],Mr,hn);if(ut.type!=="throw"){var ct=ut.arg,Nt=ct.value;return Nt&&(0,se.Z)(Nt)=="object"&&nr.call(Nt,"__await")?Dr.resolve(Nt.__await).then(function(yr){mr("next",yr,Yt,gt)},function(yr){mr("throw",yr,Yt,gt)}):Dr.resolve(Nt).then(function(yr){ct.value=yr,Yt(ct)},function(yr){return mr("throw",yr,Yt,gt)})}gt(ut.arg)}var Zr;er(this,"_invoke",{value:function(hn,Yt){function gt(){return new Dr(function(ut,ct){mr(hn,Yt,ut,ct)})}return Zr=Zr?Zr.then(gt,gt):gt()}})}function Rt(Mr,Dr,mr){var Zr=Qt;return function(un,hn){if(Zr===ce)throw new Error("Generator is already running");if(Zr===he){if(un==="throw")throw hn;return{value:Ye,done:!0}}for(mr.method=un,mr.arg=hn;;){var Yt=mr.delegate;if(Yt){var gt=Le(Yt,mr);if(gt){if(gt===It)continue;return gt}}if(mr.method==="next")mr.sent=mr._sent=mr.arg;else if(mr.method==="throw"){if(Zr===Qt)throw Zr=he,mr.arg;mr.dispatchException(mr.arg)}else mr.method==="return"&&mr.abrupt("return",mr.arg);Zr=ce;var ut=Tt(Mr,Dr,mr);if(ut.type==="normal"){if(Zr=mr.done?he:$e,ut.arg===It)continue;return{value:ut.arg,done:mr.done}}ut.type==="throw"&&(Zr=he,mr.method="throw",mr.arg=ut.arg)}}}function Le(Mr,Dr){var mr=Dr.method,Zr=Mr.iterator[mr];if(Zr===Ye)return Dr.delegate=null,mr==="throw"&&Mr.iterator.return&&(Dr.method="return",Dr.arg=Ye,Le(Mr,Dr),Dr.method==="throw")||mr!=="return"&&(Dr.method="throw",Dr.arg=new TypeError("The iterator does not provide a '"+mr+"' method")),It;var un=Tt(Zr,Mr.iterator,Dr.arg);if(un.type==="throw")return Dr.method="throw",Dr.arg=un.arg,Dr.delegate=null,It;var hn=un.arg;return hn?hn.done?(Dr[Mr.resultName]=hn.value,Dr.next=Mr.nextLoc,Dr.method!=="return"&&(Dr.method="next",Dr.arg=Ye),Dr.delegate=null,It):hn:(Dr.method="throw",Dr.arg=new TypeError("iterator result is not an object"),Dr.delegate=null,It)}function Or(Mr){var Dr={tryLoc:Mr[0]};1 in Mr&&(Dr.catchLoc=Mr[1]),2 in Mr&&(Dr.finallyLoc=Mr[2],Dr.afterLoc=Mr[3]),this.tryEntries.push(Dr)}function At(Mr){var Dr=Mr.completion||{};Dr.type="normal",delete Dr.arg,Mr.completion=Dr}function Xr(Mr){this.tryEntries=[{tryLoc:"root"}],Mr.forEach(Or,this),this.reset(!0)}function nn(Mr){if(Mr||Mr===""){var Dr=Mr[et];if(Dr)return Dr.call(Mr);if(typeof Mr.next=="function")return Mr;if(!isNaN(Mr.length)){var mr=-1,Zr=function un(){for(;++mr<Mr.length;)if(nr.call(Mr,mr))return un.value=Mr[mr],un.done=!1,un;return un.value=Ye,un.done=!0,un};return Zr.next=Zr}}throw new TypeError((0,se.Z)(Mr)+" is not iterable")}return ft.prototype=Gt,er(ze,"constructor",{value:Gt,configurable:!0}),er(Gt,"constructor",{value:ft,configurable:!0}),ft.displayName=Wt(Gt,Lt,"GeneratorFunction"),ht.isGeneratorFunction=function(Mr){var Dr=typeof Mr=="function"&&Mr.constructor;return!!Dr&&(Dr===ft||(Dr.displayName||Dr.name)==="GeneratorFunction")},ht.mark=function(Mr){return Object.setPrototypeOf?Object.setPrototypeOf(Mr,Gt):(Mr.__proto__=Gt,Wt(Mr,Lt,"GeneratorFunction")),Mr.prototype=Object.create(ze),Mr},ht.awrap=function(Mr){return{__await:Mr}},nt(Te.prototype),Wt(Te.prototype,Vt,function(){return this}),ht.AsyncIterator=Te,ht.async=function(Mr,Dr,mr,Zr,un){un===void 0&&(un=Promise);var hn=new Te(Ht(Mr,Dr,mr,Zr),un);return ht.isGeneratorFunction(Dr)?hn:hn.next().then(function(Yt){return Yt.done?Yt.value:hn.next()})},nt(ze),Wt(ze,Lt,"Generator"),Wt(ze,et,function(){return this}),Wt(ze,"toString",function(){return"[object Generator]"}),ht.keys=function(Mr){var Dr=Object(Mr),mr=[];for(var Zr in Dr)mr.push(Zr);return mr.reverse(),function un(){for(;mr.length;){var hn=mr.pop();if(hn in Dr)return un.value=hn,un.done=!1,un}return un.done=!0,un}},ht.values=nn,Xr.prototype={constructor:Xr,reset:function(Dr){if(this.prev=0,this.next=0,this.sent=this._sent=Ye,this.done=!1,this.delegate=null,this.method="next",this.arg=Ye,this.tryEntries.forEach(At),!Dr)for(var mr in this)mr.charAt(0)==="t"&&nr.call(this,mr)&&!isNaN(+mr.slice(1))&&(this[mr]=Ye)},stop:function(){this.done=!0;var Dr=this.tryEntries[0].completion;if(Dr.type==="throw")throw Dr.arg;return this.rval},dispatchException:function(Dr){if(this.done)throw Dr;var mr=this;function Zr(ct,Nt){return Yt.type="throw",Yt.arg=Dr,mr.next=ct,Nt&&(mr.method="next",mr.arg=Ye),!!Nt}for(var un=this.tryEntries.length-1;un>=0;--un){var hn=this.tryEntries[un],Yt=hn.completion;if(hn.tryLoc==="root")return Zr("end");if(hn.tryLoc<=this.prev){var gt=nr.call(hn,"catchLoc"),ut=nr.call(hn,"finallyLoc");if(gt&&ut){if(this.prev<hn.catchLoc)return Zr(hn.catchLoc,!0);if(this.prev<hn.finallyLoc)return Zr(hn.finallyLoc)}else if(gt){if(this.prev<hn.catchLoc)return Zr(hn.catchLoc,!0)}else{if(!ut)throw new Error("try statement without catch or finally");if(this.prev<hn.finallyLoc)return Zr(hn.finallyLoc)}}}},abrupt:function(Dr,mr){for(var Zr=this.tryEntries.length-1;Zr>=0;--Zr){var un=this.tryEntries[Zr];if(un.tryLoc<=this.prev&&nr.call(un,"finallyLoc")&&this.prev<un.finallyLoc){var hn=un;break}}hn&&(Dr==="break"||Dr==="continue")&&hn.tryLoc<=mr&&mr<=hn.finallyLoc&&(hn=null);var Yt=hn?hn.completion:{};return Yt.type=Dr,Yt.arg=mr,hn?(this.method="next",this.next=hn.finallyLoc,It):this.complete(Yt)},complete:function(Dr,mr){if(Dr.type==="throw")throw Dr.arg;return Dr.type==="break"||Dr.type==="continue"?this.next=Dr.arg:Dr.type==="return"?(this.rval=this.arg=Dr.arg,this.method="return",this.next="end"):Dr.type==="normal"&&mr&&(this.next=mr),It},finish:function(Dr){for(var mr=this.tryEntries.length-1;mr>=0;--mr){var Zr=this.tryEntries[mr];if(Zr.finallyLoc===Dr)return this.complete(Zr.completion,Zr.afterLoc),At(Zr),It}},catch:function(Dr){for(var mr=this.tryEntries.length-1;mr>=0;--mr){var Zr=this.tryEntries[mr];if(Zr.tryLoc===Dr){var un=Zr.completion;if(un.type==="throw"){var hn=un.arg;At(Zr)}return hn}}throw new Error("illegal catch attempt")},delegateYield:function(Dr,mr,Zr){return this.delegate={iterator:nn(Dr),resultName:mr,nextLoc:Zr},this.method==="next"&&(this.arg=Ye),It}},ht}var Q=e(63579);function le(Ye,ht,xt,nr,er,Re,et){try{var Vt=Ye[Re](et),Lt=Vt.value}catch(Wt){xt(Wt);return}Vt.done?ht(Lt):Promise.resolve(Lt).then(nr,er)}function $(Ye){return function(){var ht=this,xt=arguments;return new Promise(function(nr,er){var Re=Ye.apply(ht,xt);function et(Lt){le(Re,nr,er,et,Vt,"next",Lt)}function Vt(Lt){le(Re,nr,er,et,Vt,"throw",Lt)}et(void 0)})}}var j=e(99227);function ie(Ye,ht){var xt=typeof Symbol!="undefined"&&Ye[Symbol.iterator]||Ye["@@iterator"];if(!xt){if(Array.isArray(Ye)||(xt=(0,j.Z)(Ye))||ht&&Ye&&typeof Ye.length=="number"){xt&&(Ye=xt);var nr=0,er=function(){};return{s:er,n:function(){return nr>=Ye.length?{done:!0}:{done:!1,value:Ye[nr++]}},e:function(Wt){throw Wt},f:er}}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 Re=!0,et=!1,Vt;return{s:function(){xt=xt.call(Ye)},n:function(){var Wt=xt.next();return Re=Wt.done,Wt},e:function(Wt){et=!0,Vt=Wt},f:function(){try{!Re&&xt.return!=null&&xt.return()}finally{if(et)throw Vt}}}}var me=e(73825);function Ae(Ye){if(typeof Symbol!="undefined"&&Ye[Symbol.iterator]!=null||Ye["@@iterator"]!=null)return Array.from(Ye)}var Pe=e(66160);function He(Ye){return(0,me.Z)(Ye)||Ae(Ye)||(0,j.Z)(Ye)||(0,Pe.Z)()}function Ne(Ye,ht){if(!(Ye instanceof ht))throw new TypeError("Cannot call a class as a function")}var Mt=e(89878);function bt(Ye,ht){for(var xt=0;xt<ht.length;xt++){var nr=ht[xt];nr.enumerable=nr.enumerable||!1,nr.configurable=!0,"value"in nr&&(nr.writable=!0),Object.defineProperty(Ye,(0,Mt.Z)(nr.key),nr)}}function kt(Ye,ht,xt){return ht&&bt(Ye.prototype,ht),xt&&bt(Ye,xt),Object.defineProperty(Ye,"prototype",{writable:!1}),Ye}var Zt=e(65873);function Ft(Ye,ht){if(!Ye)throw new Error(ht)}function tr(Ye){var ht=Ye.fns,xt=Ye.args;if(ht.length===1)return ht[0];var nr=ht.pop();return ht.reduce(function(er,Re){return function(){return Re(er,xt)}},nr)}function je(Ye){return!!Ye&&(0,se.Z)(Ye)==="object"&&typeof Ye.then=="function"}var Et=function(Ye){return Ye.compose="compose",Ye.modify="modify",Ye.event="event",Ye}({}),Bt=function(){function Ye(ht){Ne(this,Ye),(0,Zt.Z)(this,"opts",void 0),(0,Zt.Z)(this,"hooks",{}),this.opts=ht}return kt(Ye,[{key:"register",value:function(xt){var nr=this;Ft(xt.apply,"plugin register failed, apply must supplied"),Object.keys(xt.apply).forEach(function(er){Ft(nr.opts.validKeys.indexOf(er)>-1,"register failed, invalid key ".concat(er," ").concat(xt.path?"from plugin ".concat(xt.path):"",".")),nr.hooks[er]=(nr.hooks[er]||[]).concat(xt.apply[er])})}},{key:"getHooks",value:function(xt){var nr=xt.split("."),er=He(nr),Re=er[0],et=er.slice(1),Vt=this.hooks[Re]||[];return et.length&&(Vt=Vt.map(function(Lt){try{var Wt=Lt,Ht=ie(et),Tt;try{for(Ht.s();!(Tt=Ht.n()).done;){var Qt=Tt.value;Wt=Wt[Qt]}}catch($e){Ht.e($e)}finally{Ht.f()}return Wt}catch($e){return null}}).filter(Boolean)),Vt}},{key:"applyPlugins",value:function(xt){var nr=xt.key,er=xt.type,Re=xt.initialValue,et=xt.args,Vt=xt.async,Lt=this.getHooks(nr)||[];switch(et&&Ft((0,se.Z)(et)==="object","applyPlugins failed, args must be plain object."),Vt&&Ft(er===Et.modify||er===Et.event,"async only works with modify and event type."),er){case Et.modify:return Vt?Lt.reduce(function(){var Wt=$(te().mark(function Ht(Tt,Qt){var $e;return te().wrap(function(he){for(;;)switch(he.prev=he.next){case 0:if(Ft(typeof Qt=="function"||(0,se.Z)(Qt)==="object"||je(Qt),"applyPlugins failed, all hooks for key ".concat(nr," must be function, plain object or Promise.")),!je(Tt)){he.next=5;break}return he.next=4,Tt;case 4:Tt=he.sent;case 5:if(typeof Qt!="function"){he.next=16;break}if($e=Qt(Tt,et),!je($e)){he.next=13;break}return he.next=10,$e;case 10:return he.abrupt("return",he.sent);case 13:return he.abrupt("return",$e);case 14:he.next=21;break;case 16:if(!je(Qt)){he.next=20;break}return he.next=19,Qt;case 19:Qt=he.sent;case 20:return he.abrupt("return",(0,Q.Z)((0,Q.Z)({},Tt),Qt));case 21:case"end":return he.stop()}},Ht)}));return function(Ht,Tt){return Wt.apply(this,arguments)}}(),je(Re)?Re:Promise.resolve(Re)):Lt.reduce(function(Wt,Ht){return Ft(typeof Ht=="function"||(0,se.Z)(Ht)==="object","applyPlugins failed, all hooks for key ".concat(nr," must be function or plain object.")),typeof Ht=="function"?Ht(Wt,et):(0,Q.Z)((0,Q.Z)({},Wt),Ht)},Re);case Et.event:return $(te().mark(function Wt(){var Ht,Tt,Qt,$e;return te().wrap(function(he){for(;;)switch(he.prev=he.next){case 0:Ht=ie(Lt),he.prev=1,Ht.s();case 3:if((Tt=Ht.n()).done){he.next=12;break}if(Qt=Tt.value,Ft(typeof Qt=="function","applyPlugins failed, all hooks for key ".concat(nr," must be function.")),$e=Qt(et),!(Vt&&je($e))){he.next=10;break}return he.next=10,$e;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 Et.compose:return function(){return tr({fns:Lt.concat(Re),args:et})()}}}}],[{key:"create",value:function(xt){var nr=new Ye({validKeys:xt.validKeys});return xt.plugins.forEach(function(er){nr.register(er)}),nr}}]),Ye}(),tt=e(59098);let yt=0,dt=0;function qe(Ye,ht){}function Fe(Ye){return JSON.stringify(Ye,null,2)}function be(Ye){const ht=Ye.length>1?Ye.map(ke).join(" "):Ye[0];return typeof ht=="object"?`${Fe(ht)}`:ht.toString()}function ke(Ye){return typeof Ye=="object"?`${JSON.stringify(Ye)}`:Ye.toString()}const Ge={log(...Ye){be(Ye)},info(...Ye){be(Ye)},warn(...Ye){be(Ye)},error(...Ye){be(Ye)},group(){dt++},groupCollapsed(){dt++},groupEnd(){dt&&--dt},clear(){},trace(...Ye){console.trace(...Ye)},profile(...Ye){console.profile(...Ye)},profileEnd(...Ye){console.profileEnd(...Ye)}},We=()=>{}},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 Bc},Q:function(){return mc}});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},K={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,X=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,ee=(T,O)=>{for(var L in O||(O={}))X.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 Oe=yield L(H.SV,T);return yield ve({type:"save",payload:{allList:ee({},Oe)}}),Oe},*mineAttachment({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(H.zI,T);return yield ve({type:"save",payload:{mineList:ee({},Oe)}}),Oe},*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 Oe=yield L(H.Nm,T);return yield ve({type:"save",payload:{detail:ee({},Oe)}}),Oe},*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:ee({},T)}})}},reducers:{save(T,O){return ee(ee({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},te=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},Pe={namespace:"boards",state:{name:"\u8BA8\u8BBA",loading:!0,actionTabs:{},boardsDetail:{},boardsCategoryList:{}},effects:{*getBoardsCategoryList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(te.yq,T);return yield ve({type:"save",payload:{boardsCategoryList:me({},Oe.data)}}),Oe.data},*getBoardsDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(te.dI,T);return yield ve({type:"save",payload:{boardsDetail:me({},Oe.data)}}),Oe.data},*setTopping({payload:T,callback:O},{call:L,put:ve}){return yield L(te.cc,T)},*escTopping({payload:T,callback:O},{call:L,put:ve}){return yield L(te.CJ,T)},*getReplyList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(te.PC,T);yield ve({type:"save",payload:{replyList:me({},Oe.data)}})},*createReply({payload:T,callback:O},{call:L,put:ve}){return yield L(te.PP,T)},*replyLike({payload:T,callback:O},{call:L,put:ve}){return yield L(te.NA,T)},*replyUnLike({payload:T,callback:O},{call:L,put:ve}){return yield L(te.YQ,T)},*deleteReply({payload:T,callback:O},{call:L,put:ve}){return yield L(te.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}){}}},He=e(72664),Ne=Object.defineProperty,Mt=Object.getOwnPropertySymbols,bt=Object.prototype.hasOwnProperty,kt=Object.prototype.propertyIsEnumerable,Zt=(T,O,L)=>O in T?Ne(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ft=(T,O)=>{for(var L in O||(O={}))bt.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},je={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 Oe=yield L(He.$Q,T);return yield ve({type:"save",payload:{ScoreRangesData:Oe==null?void 0:Oe.data}}),Oe},*getQuestionResult({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He._U,T);return yield ve({type:"save",payload:{NormalResult:Oe}}),Oe},*getUserExercise({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.xA,T);return yield ve({type:"save",payload:{userExerciseList:Ft({},(Oe==null?void 0:Oe.data)||{})}}),console.log("getUserExercise-res:",Oe),Oe==null?void 0:Oe.data},*getExerciseIdentityPhotos({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.J,T);return yield ve({type:"save",payload:{exerciseIdentityPhotos:Ft({},(Oe==null?void 0:Oe.data)||{})}}),Oe==null?void 0:Oe.data},*getExerciseExportHeadData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.iw,T);return yield ve({type:"save",payload:{exerciseExportHeadData:Ft({},Oe)}}),Oe},*getExerciseUserInfo({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.Ty,T);return(Oe==null?void 0:Oe.status)===0&&(yield ve({type:"save",payload:Ft({},{exerciseUserInfo:Ft({},Oe.data)})})),Oe},*getExaminationIntelligentSettings({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.sA,T);return yield ve({type:"save",payload:{examinationIntelligentSettings:Ft({},Oe)}}),Oe},*getRandomEditExercises({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.yu,T);return yield ve({type:"save",payload:{editRandomExercises:Ft({},Oe)}}),Oe},*getExerciseList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.G$,T);if(Oe!=null&&Oe.total_exercise_users)try{localStorage.total_exercise_users=JSON.stringify(Oe.total_exercise_users)}catch(fn){}return yield ve({type:"save",payload:{exerciseList:Ft({},Oe)}}),yield ve({type:"save",payload:{order_type:T.order_type,order:T.order}}),Oe},*getExerciseStatistics({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He._u,T);return yield ve({type:"save",payload:{statisticsList:Ft({},Oe)}}),Oe},*getBrankList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.n$,T);return yield ve({type:"save",payload:{brankList:Ft({},Oe)}}),Oe},*saveBanks({payload:T,callback:O},{call:L,put:ve}){return yield L(He.lf,T)},*getExerciseCourses({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.N3,T);return yield ve({type:"save",payload:{exerciseCoursesList:Ft({},Oe)}}),Oe},*addExercise({payload:T,callback:O},{call:L,put:ve}){return yield L(He.uR,T)},*editExercise({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.qf,T);return yield ve({type:"save",payload:{editData:Ft({},Oe)}}),Oe},*getTagDiscipline({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.YY,T);return yield ve({type:"save",payload:{tagDisciplineData:Ft({},Oe)}}),Oe},*editExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(He.Di,T)},*addExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(He.MK,T)},*exeriseMoveUpDown({payload:T,callback:O},{call:L,put:ve}){return yield L(He.GK,T)},*getEndGroups({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.KE,T);return yield ve({type:"save",payload:{endGroups:Ft({},Oe)}}),Oe},*getPublishGroups({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.ux,T);return yield ve({type:"save",payload:{publishGroups:Ft({},Oe)}}),Oe},*getCommonHeader({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.UK,T);return yield ve({type:"save",payload:{commonHeader:Ft({},Oe)}}),Oe},*getReviewExercise({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.BJ,T);return yield ve({type:"save",payload:{reviewExercise:Ft({},Oe)}}),Oe},*postReviewExercise({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.pu,T);return yield ve({type:"save",payload:{reviewExercise:Ft({},Oe)}}),Oe},*getCentralizeReviewExercise({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.X4,T);return yield ve({type:"save",payload:{reviewExercise:Ft({},Oe)}}),Oe},*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 Oe=yield L(He.W4,T);return yield ve({type:"save",payload:{reviewGroupExercise:Ft({},Oe)}}),Oe},*getWorkSetting({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.Ul,T);return yield ve({type:"save",payload:{workSetting:Ft({},Oe)}}),Oe},*getRedoModal({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.tX,T);return yield ve({type:"save",payload:{redoModal:Ft({},Oe)}}),Oe},*getRedoListModal({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.s,T);return yield ve({type:"save",payload:{redoModal:Ft({},Oe)}}),Oe},*getCodeReviewDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.Xn,T);return yield ve({type:"save",payload:{codeReviewDetail:Ft({},Oe)}}),Oe},*changeScore({payload:T,callback:O},{call:L,put:ve}){return yield L(He.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}){}}},Et=e(65583),Bt=Object.defineProperty,tt=Object.getOwnPropertySymbols,yt=Object.prototype.hasOwnProperty,dt=Object.prototype.propertyIsEnumerable,qe=(T,O,L)=>O in T?Bt(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Fe=(T,O)=>{for(var L in O||(O={}))yt.call(O,L)&&qe(T,L,O[L]);if(tt)for(var L of tt(O))dt.call(O,L)&&qe(T,L,O[L]);return T},ke={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 Oe=yield L(Et.x_,T);return yield ve({type:"save",payload:{detailList:Fe({},Oe)}}),Oe},*getTasksListDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Et.QA,T);return yield ve({type:"save",payload:{detailTaskList:Fe({},Oe)}}),Oe},*getTopisDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Et.B6,T);return yield ve({type:"save",payload:{detail:Fe({},Oe)}}),Oe},*getTasksDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Et.y3,T);return yield ve({type:"save",payload:{tasksDetail:Fe({},Oe)}}),Oe},*refuseTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.mM,T)},*agreeTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.je,T)},*getReplyList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Et.PC,T);yield ve({type:"save",payload:{replyList:Fe({},Oe)}})},*createReply({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.PP,T)},*replyLike({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.NA,T)},*replyUnLike({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.YQ,T)},*deleteReply({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.Mf,T)},*addTopicDefaultData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Et.y0,T);yield ve({type:"save",payload:{addTopicData:Fe({},Oe)}})},*editTopicDefaultData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Et.hL,T);return yield ve({type:"save",payload:{editTopicData:Fe({},Oe)}}),Oe},*editTasksDefaultData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Et._n,T);return yield ve({type:"save",payload:{editTasksData:Fe({},Oe)}}),Oe},*addTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.Gr,T)},*editTopic({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.wA,T)},*addTasks({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.Sv,T)},*editTasks({payload:T,callback:O},{call:L,put:ve}){return yield L(Et.RP,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Fe({},T)}})}},reducers:{save(T,O){return Fe(Fe({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Ge=e(89392),We=e(45278),Ye=Object.defineProperty,ht=Object.getOwnPropertySymbols,xt=Object.prototype.hasOwnProperty,nr=Object.prototype.propertyIsEnumerable,er=(T,O,L)=>O in T?Ye(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Re=(T,O)=>{for(var L in O||(O={}))xt.call(O,L)&&er(T,L,O[L]);if(ht)for(var L of ht(O))nr.call(O,L)&&er(T,L,O[L]);return T},Vt={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 Oe=yield L(We.h$,T);try{sessionStorage.all_student_works=JSON.stringify(Oe.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(T),localStorage.setItem("all_student_works_param",JSON.stringify(T))}catch(fn){}return yield ve({type:"save",payload:{workList:Re({},Oe)}}),Oe},*getShixunWorkHeadInfo({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.fK,T);try{}catch(fn){}return yield ve({type:"save",payload:{headerInfo:Oe==null?void 0:Oe.data}}),Oe},*getShixunWorkList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Z8,T);try{sessionStorage.all_student_works=JSON.stringify(Oe.all_student_works),sessionStorage.all_student_works_params=JSON.stringify(T),localStorage.setItem("all_student_works_param",JSON.stringify(T))}catch(fn){}return yield ve({type:"save",payload:{shixunWorkList:Oe==null?void 0:Oe.data,homeworkAssistantPermissions:Oe.homework_assistant_permissions,shixunAssistantPermission:Oe.shixun_assistant_permission,courseAssistantPermission:Oe.course_assistant_permission}}),Oe},*getCodeReview({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.RP,T);return yield ve({type:"save",payload:{codeReview:Re({},Oe)}}),Oe},*getCodeReviewDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Xn,T);return yield ve({type:"save",payload:{codeReviewDetail:Re({},Oe)}}),Oe},*getWorkDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.to,T);return yield ve({type:"save",payload:{workDetail:Re({},Oe)}}),Oe},*updateWork({payload:T,callback:O},{call:L,put:ve}){return yield L(We.H,T)},*getShixunWorkReport({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.sw,T);try{Oe.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(fn){}return yield ve({type:"save",payload:{shixunWorkReport:Re({},Oe)}}),Oe},*getShixunWorkReports({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.cz,T);try{Oe.all_student_works=JSON.parse(sessionStorage.all_student_works||"[]")}catch(fn){}return yield ve({type:"save",payload:{shixunWorkReport:Re({},Oe)}}),Oe},*getWorkSetting({payload:T,callback:O},{call:L,put:ve}){var Oe,fn;const In=yield L(We.Ul,T);(Oe=In==null?void 0:In.group_settings)==null||Oe.map(Li=>{Li.value=Li.group_name,Li.id=Li.group_id,Li.group_id=[Li.group_id]}),(fn=In==null?void 0:In.allow_late_settings)==null||fn.map(Li=>{Li.value=Li.group_name,Li.id=Li.group_id,Li.group_id=[Li.group_id]});const vn={shixun_evaluation:In.shixun_evaluation,challenge_settings:In.challenge_settings};return yield ve({type:"save",payload:{workSetting:Re({},In),changeData:(0,Ge.cloneDeep)(vn)}}),In},*updateSetting({payload:T,callback:O},{call:L,put:ve}){return yield L(We.m7,T)},*getCodeReviewCourse({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.JG,T);return yield ve({type:"save",payload:{codeReviewCourse:Re({},Oe)}}),Oe},*exportShixunWorks({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Dx,T)},*getReferenceAnswer({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Q3,T);return yield ve({type:"save",payload:{referenceAnswer:Re({},Oe)}}),Oe},*getPublishGroups({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.ux,T);return yield ve({type:"save",payload:{publishGroups:Re({},Oe)}}),Oe},*getEndGroups({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.KE,T);return yield ve({type:"save",payload:{endGroups:Re({},Oe)}}),Oe},*getBrankList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.n$,T);return yield ve({type:"save",payload:{brankList:Re({},Oe)}}),Oe},*changeScore({payload:T,callback:O},{call:L,put:ve}){return yield L(We.gG,T)},*saveBanks({payload:T,callback:O},{call:L,put:ve}){return yield L(We.lf,T)},*addCommonHomeWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Qt,T);return yield ve({type:"save",payload:{commonHomeWorkAddDefaultData:Re({},Oe)}}),Oe},*getSearchMemberList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Lz,T);return yield ve({type:"save",payload:{searchMemberList:Re({},Oe)}}),Oe},*getProjectList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.ku,T);return yield ve({type:"save",payload:{searchProjectList:Re({},Oe)}}),Oe},*addStudentWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.ak,T);return yield ve({type:"save",payload:{studentWorkAddDefaultData:Re({},Oe)}}),Oe},*editStudentWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.PW,T);return yield ve({type:"save",payload:{studentWorkEditDefaultData:Re({},Oe)}}),Oe},*editCommonHomeWorkDefaultData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.BD,T);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Re({},Oe)}}),Oe},*editCommonHomeWorkDefaultBankData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.pH,T);return yield ve({type:"save",payload:{commonHomeWorkEditDefaultData:Re({},Oe)}}),Oe},*getReplyList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.PC,T);yield ve({type:"save",payload:{replyList:Re({},Oe)}})},*getStudentWorkDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Hj,T);yield ve({type:"save",payload:{studentWorkDetail:Re({},Oe)}})},*getStudentWorkSupplyDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.ub,T);yield ve({type:"save",payload:{studentWorkSupplyDetail:Re({},Oe)}})},*getStudentWorkCommon({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.JA,T);yield ve({type:"save",payload:{studentWorkCommon:Re({},Oe)}})},*getAllStudentWorks({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.ql,T);return yield ve({type:"save",payload:{allStudentWorks:Re({},Oe)}}),Oe},*getFileRepeatResult({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.oN,T);return yield ve({type:"save",payload:{codeReview:Re({},Oe)}}),Oe},*getFileRepeatDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(We.Ti,T);return yield ve({type:"save",payload:{codeReviewDetail:Re({},Oe)}}),Oe},*createReply({payload:T,callback:O},{call:L,put:ve}){return yield L(We.PP,T)},*replyLike({payload:T,callback:O},{call:L,put:ve}){return yield L(We.NA,T)},*replyUnLike({payload:T,callback:O},{call:L,put:ve}){return yield L(We.YQ,T)},*deleteReply({payload:T,callback:O},{call:L,put:ve}){return yield L(We.Mf,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Re({},T)}})}},reducers:{save(T,O){return Re(Re({},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,Tt=Object.getOwnPropertySymbols,Qt=Object.prototype.hasOwnProperty,$e=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={}))Qt.call(O,L)&&ce(T,L,O[L]);if(Tt)for(var L of Tt(O))$e.call(O,L)&&ce(T,L,O[L]);return T},Se={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,Oe=yield O(Lt.V8,T);return yield L({type:"save",payload:he({listParams:ve},Oe)}),Oe},*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 Oe=[...(ve==null?void 0:ve.course_modules)||[],...(ve==null?void 0:ve.hidden_modules)||[]],fn={};return Oe==null||Oe.forEach(In=>{fn[In.type]=In.name}),yield L({type:"save",payload:{detailLeftMenus:he({},ve),detailLeftMenusNames:fn}}),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 Oe=yield L(Lt.Ed,T);return yield ve({type:"save",payload:{courseMine:he({},Oe)}}),Oe.data},*getBoardList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.KP,T);return yield ve({type:"save",payload:{detailBoardList:he({},Oe.data)}}),Oe.data},*getCourseGroupsList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.kW,T);return yield ve({type:"save",payload:{detailCourseGroupsList:he({},Oe)}}),Oe},*getCourseStudentsList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.J2,T);return yield ve({type:"save",payload:{detailCoursStudentsList:he({},Oe)}}),Oe.data},*getCourseStatistics({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.g4,T);return yield ve({type:"save",payload:{detailCourseStatisticsList:he({},Oe)}}),Oe},*getCourseActscore({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.t1,T);return yield ve({type:"save",payload:{detailCourseActscore:he({},Oe)}}),Oe},*getCourseWorkscore({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.GV,T);return yield ve({type:"save",payload:{detailCourseWorkscore:he({},Oe)}}),Oe},*getShixunLists({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.Pj,T);return yield ve({type:"save",payload:{shixunLists:he({},Oe)}}),Oe},*getExperimentLists({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt._9,T);return yield ve({type:"save",payload:{shixunLists:he({},Oe)}}),Oe},*getShixunAiRecommendLists({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.Hn,T);return yield ve({type:"save",payload:{shixunAiRecommendLists:he({},Oe)}}),Oe},*getCoursesLists({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.W7,T);return yield ve({type:"save",payload:{coursesLists:he({},Oe)}}),Oe},*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 Oe=yield L(Lt.K$,T);return yield ve({type:"save",payload:{schoolList:he({},Oe.school_names)}}),Oe.school_names},*searchSchoolTeacherList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.nQ,T);return yield ve({type:"save",payload:{searchMemberList:he({},Oe)}}),Oe},*getAllTaskList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.km,T);return yield ve({type:"save",payload:{taskList:[...Oe.tasks]}}),Oe},*updateTaskPosition({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Lt.U8,T);return yield ve({type:"save",payload:{actionTabs:{key:""}}}),Oe},*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,Gt=Object.getOwnPropertySymbols,Ct=Object.prototype.hasOwnProperty,Ce=Object.prototype.propertyIsEnumerable,St=(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={}))Ct.call(O,L)&&St(T,L,O[L]);if(Gt)for(var L of Gt(O))Ce.call(O,L)&&St(T,L,O[L]);return T},Te={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,Le=Object.getOwnPropertySymbols,Or=Object.prototype.hasOwnProperty,At=Object.prototype.propertyIsEnumerable,Xr=(T,O,L)=>O in T?Rt(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,nn=(T,O)=>{for(var L in O||(O={}))Or.call(O,L)&&Xr(T,L,O[L]);if(Le)for(var L of Le(O))At.call(O,L)&&Xr(T,L,O[L]);return T},Dr={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 nn(nn({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},mr=e(79763),Zr=Object.defineProperty,un=Object.getOwnPropertySymbols,hn=Object.prototype.hasOwnProperty,Yt=Object.prototype.propertyIsEnumerable,gt=(T,O,L)=>O in T?Zr(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ut=(T,O)=>{for(var L in O||(O={}))hn.call(O,L)&&gt(T,L,O[L]);if(un)for(var L of un(O))Yt.call(O,L)&&gt(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 Oe=yield L(mr.s3,T);return yield ve({type:"save",payload:{pollsList:ut({},Oe)}}),Oe},*getCommonHeader({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.UK,T);return yield ve({type:"save",payload:{commonHeader:ut({},Oe)}}),Oe},*getPollsStatistics({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.Qn,T);return yield ve({type:"save",payload:{statisticsList:ut({},Oe)}}),Oe},*getBrankList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.n$,T);return yield ve({type:"save",payload:{brankList:ut({},Oe)}}),Oe},*saveBanks({payload:T,callback:O},{call:L,put:ve}){return yield L(mr.lf,T)},*getPollsCourses({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.Q9,T);return yield ve({type:"save",payload:{pollsCoursesList:ut({},Oe)}}),Oe},*getPollsSetting({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.Hi,T);return yield ve({type:"save",payload:{pollSetting:ut({},Oe)}}),Oe},*editPolls({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.Ye,T);return yield ve({type:"save",payload:{editData:ut({},JSON.parse(JSON.stringify(Oe)))}}),Oe},*getEndGroups({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.KE,T);return yield ve({type:"save",payload:{endGroups:ut({},Oe)}}),Oe},*getPublishGroups({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.ux,T);return yield ve({type:"save",payload:{publishGroups:ut({},Oe)}}),Oe},*getExerciseBanks({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(mr.kp,T);return yield ve({type:"save",payload:{exerciseBanks:ut({},Oe)}}),Oe},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:ut({},T)}})}},reducers:{save(T,O){return ut(ut({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},yr=e(92982),_r=Object.defineProperty,it=Object.getOwnPropertySymbols,Cr=Object.prototype.hasOwnProperty,mn=Object.prototype.propertyIsEnumerable,Vn=(T,O,L)=>O in T?_r(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Gr=(T,O)=>{for(var L in O||(O={}))Cr.call(O,L)&&Vn(T,L,O[L]);if(it)for(var L of it(O))mn.call(O,L)&&Vn(T,L,O[L]);return T},ei={namespace:"teachers",state:{list:{},applyList:{},allCourseGroups:{},graduationGroupList:{},studentsList:{},actionTabs:{key:"",params:{}},updateIndex:1},effects:{*getList({payload:T},{call:O,put:L}){var ve;const Oe=yield O(yr.gp,T);return(ve=Oe==null?void 0:Oe.teacher_list)==null||ve.map(fn=>(fn.key=fn.course_member_id,fn)),yield L({type:"save",payload:{list:Oe}}),Oe},*getStudentsList({payload:T},{call:O,put:L}){var ve;const Oe=yield O(yr.ur,T);return(ve=Oe==null?void 0:Oe.students)==null||ve.map(fn=>(fn.key=fn.user_id,fn)),yield L({type:"save",payload:{studentsList:Oe}}),Oe},*getApplyList({payload:T},{call:O,put:L}){const ve=yield O(yr.s,T);return yield L({type:"save",payload:{applyList:ve}}),ve},*getAllCourseGroups({payload:T},{call:O,put:L}){const ve=yield O(yr.xV,T);return yield L({type:"save",payload:{allCourseGroups:ve}}),ve},*getGraduationGroupList({payload:T},{call:O,put:L}){const ve=yield O(yr.Bg,T);return yield L({type:"save",payload:{graduationGroupList:ve}}),ve},*setAllCourseGroups({payload:T},{call:O,put:L}){const ve=yield O(yr.oZ,T);return yield L({type:"save",payload:{setAllCourseGroups:ve}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Gr({},T)}})},*setUpdateIndex({payload:T},{call:O,put:L}){yield L({type:"save",payload:{updateIndex:Math.random()}})}},reducers:{save(T,O){return Gr(Gr({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Nn=e(80541),qn=Object.defineProperty,Pn=Object.getOwnPropertySymbols,Mi=Object.prototype.hasOwnProperty,di=Object.prototype.propertyIsEnumerable,Fi=(T,O,L)=>O in T?qn(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,na=(T,O)=>{for(var L in O||(O={}))Mi.call(O,L)&&Fi(T,L,O[L]);if(Pn)for(var L of Pn(O))di.call(O,L)&&Fi(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 Oe=yield L(Nn.BQ,T);return yield ve({type:"save",payload:{videoStatisticsList:na({},Oe)}}),Oe},*getNewVideoStatisticsList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Nn.cU,T);return yield ve({type:"save",payload:{newVideoStatisticsList:na({},Oe)}}),Oe},*getVideoPeopleStatics({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Nn.Zx,T);return yield ve({type:"save",payload:{videoPeopleStatics:na({},Oe)}}),Oe},*getVideoDurationStatics({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Nn.Mz,T);return yield ve({type:"save",payload:{videoDurationStatics:na({},Oe)}}),Oe},*getVideoStatistics({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Nn.ZY,T);return yield ve({type:"save",payload:{videoStatistics:na({},Oe)}}),Oe},*getOneVideoStatisticsList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Nn.cU,T);return yield ve({type:"save",payload:{oneVideoStatisticsList:na({},Oe)}}),Oe},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:na({},T)}})},*getStudentVideoStatisticsList({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Nn.Vg,T);return yield ve({type:"save",payload:{StudentvideoStatistics:na({},Oe)}}),Oe}},reducers:{save(T,O){return na(na({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},li=e(65906),da=Object.defineProperty,Dt=Object.getOwnPropertySymbols,mt=Object.prototype.hasOwnProperty,Ui=Object.prototype.propertyIsEnumerable,la=(T,O,L)=>O in T?da(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,gi=(T,O)=>{for(var L in O||(O={}))mt.call(O,L)&&la(T,L,O[L]);if(Dt)for(var L of Dt(O))Ui.call(O,L)&&la(T,L,O[L]);return T},Si={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(li.cC,T)},*getGuides({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.Ax,T);return yield ve({type:"save",payload:{GuidesData:Oe}}),Oe},*getWorkSubmitUpdateRes({payload:T,callback:O},{call:L,put:ve}){return yield L(li.zF,T)},*getList({payload:T},{call:O,put:L}){const ve=T,Oe=yield O(li.bQ,T);return yield L({type:"save",payload:gi({listParams:ve},Oe)}),Oe},*getMemberWorks({payload:T},{call:O,put:L}){const ve=yield O(li.xx,T);return yield L({type:"save",payload:{MemberWorks:ve||{}}}),ve},*addApplytojoincourse({payload:T,callback:O},{call:L,put:ve}){return yield L(li.qS,T)},*competitionTeams({payload:T,callback:O},{call:L,put:ve}){return yield L(li.Pt,T)},*getStaff({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.Dh,T);return yield ve({type:"save",payload:{Staff:Oe}}),Oe},*getHeader({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.Pg,T);return yield ve({type:"save",payload:{Header:Oe}}),Oe},*getItem({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.rV,T);return yield ve({type:"save",payload:{RightItems:Oe}}),Oe},*updateMdContent({payload:T,callback:O},{call:L,put:ve}){return yield L(li.zj,T)},*getTeamList({payload:T,callback:O},{call:L,put:ve}){return yield L(li.aq,T)},*getTeamDetail({payload:T,callback:O},{call:L,put:ve}){return yield L(li.Ze,T)},*UpTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(li.yS,T)},*DeleteTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(li.ps,T)},*ExitTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(li.vV,T)},*AddTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(li.FU,T)},*AddPersonnel({payload:T,callback:O},{call:L,put:ve}){return yield L(li.R9,T)},*JoinTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(li.zc,T)},*getTeacher({payload:T,callback:O},{call:L,put:ve}){return yield L(li.jS,T)},*getStudents({payload:T,callback:O},{call:L,put:ve}){return yield L(li.sK,T)},*SubmitTeam({payload:T,callback:O},{call:L,put:ve}){return yield L(li.rm,T)},*Reward({payload:T,callback:O},{call:L,put:ve}){return yield L(li.Qp,T)},*ChartRules({payload:T,callback:O},{call:L,put:ve}){return yield L(li.Ux,T)},*Charts({payload:T,callback:O},{call:L,put:ve}){return yield L(li.GQ,T)},*TabResults({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.ml,T);return yield ve({type:"save",payload:{TabResultList:Oe}}),Oe},*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(li.u9,T)},*Prize({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.pU,T);return yield ve({type:"save",payload:{Prizes:Oe}}),Oe},*Accounts({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.XJ,T);return yield ve({type:"save",payload:{Account:Oe}}),Oe},*getVerification({payload:T,callback:O},{call:L,put:ve}){return yield L(li.Ni,T)},*PhoneBind({payload:T,callback:O},{call:L,put:ve}){return yield L(li.uZ,T)},*EmailBind({payload:T,callback:O},{call:L,put:ve}){return yield L(li.rk,T)},*Authentication({payload:T,callback:O},{call:L,put:ve}){return yield L(li.Vy,T)},*Professional({payload:T,callback:O},{call:L,put:ve}){return yield L(li.tC,T)},*setleader({payload:T,callback:O},{call:L,put:ve}){return yield L(li.tO,T)},*getShixun({payload:T,callback:O},{call:L,put:ve}){return yield L(li.qj,T)},*getCourse({payload:T,callback:O},{call:L,put:ve}){return yield L(li.XR,T)},*competition_teams({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.zz,T);return yield ve({type:"save",payload:{competition_team:Oe}}),Oe},*all_team_members({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(li.$P,T);return yield ve({type:"save",payload:{all_team_member:Oe}}),Oe}},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),Cn=e(97760),rr=Object.defineProperty,_t=Object.defineProperties,rt=Object.getOwnPropertyDescriptors,Ot=Object.getOwnPropertySymbols,pt=Object.prototype.hasOwnProperty,lr=Object.prototype.propertyIsEnumerable,cr=(T,O,L)=>O in T?rr(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Tr=(T,O)=>{for(var L in O||(O={}))pt.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},Wr=(T,O)=>_t(T,rt(O)),Je={namespace:"engineeringEvaluteDetail",state:{classDataSource:{active:null,dataList:[]},actionTabs:{key:"",params:{}},name:"",headerData:{dataSource:{[Cn.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${Cn.k[0]}`,loading:"engineeringEvaluteDetail/getMajorList",dataList:[]},[Cn.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${Cn.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:Tr({},T)}})},*getMajorList({payload:T},{call:O,put:L,select:ve}){const{userInfo:Oe}=yield ve(fn=>fn.user);if(Oe!=null&&Oe.school_id){const fn=yield O(ci.BA,Oe.school_id);fn&&fn.data&&(yield L({type:"setMajorOrYearDataSource",payload:{key:Cn.k[0],value:fn.data.map(In=>({label:In.name,value:In.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:Cn.k[1],value:ve.data.map(Oe=>({label:Oe.year,value:Oe.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:Tr({},T)}})}},reducers:{save(T,O){return Tr(Tr({},T),O.payload)},setMajorOrYearDataSource(T,{payload:O}){return Wr(Tr({},T),{headerData:Wr(Tr({},T.headerData),{dataSource:Wr(Tr({},T.headerData.dataSource),{[O.key]:Wr(Tr({},T.headerData.dataSource[O.key]),{dataList:O.value})})})})},setMajorOrYearActive(T,{payload:O}){return Wr(Tr({},T),{headerData:Wr(Tr({},T.headerData),{active:Wr(Tr({},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:[]},Oe={};return O.ec_course_target.forEach((fn,In)=>{fn.position=In+1,L=Wr(Tr({},L),{dataSource:{xData:[...L.dataSource.xData,In+1],yBarData:[...L.dataSource.yBarData,fn.actual_grade],yLineData:[...L.dataSource.yLineData,fn.standard_grade]}});let vn=[],Li={min:[],max:[]},is=[],Wa=[],mo=[];fn.student_data.detail.forEach((Ss,Io)=>{let js=Ss.score;vn.push(Io+1),Li.max.push(js>=fn.student_data.goal_score?js:null),Li.min.push(js>=fn.student_data.goal_score?null:js),is.push(Ss.name),Wa.push(Ss.student_id),mo.push(Ss.clazz)}),Oe[In+1]={name:In+1,average_score:fn.student_data.average_score,goal_score:fn.student_data.goal_score,xData:vn,yData:Li,name_data:is,student_ids:Wa,class_data:mo,goal_scoreData:new Array(fn.student_data.detail.length).fill(fn.student_data.goal_score),average_scoreData:new Array(fn.student_data.detail.length).fill(fn.student_data.average_score)}}),O.history.forEach(fn=>{ve=Wr(Tr({},ve),{xData:[...ve.xData,fn.year],seriesData:[...ve.seriesData,fn.total_score]})}),Wr(Tr({},T),{name:O.course_name||"",tabListData:O.ec_course_target,echartsData:{barData:L,lineData:ve,scatterData:Oe}})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},ye=Object.defineProperty,st=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,xr=Object.prototype.propertyIsEnumerable,kr=(T,O,L)=>O in T?ye(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Pr=(T,O)=>{for(var L in O||(O={}))sr.call(O,L)&&kr(T,L,O[L]);if(st)for(var L of st(O))xr.call(O,L)&&kr(T,L,O[L]);return T},wn={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:Pr({},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:Pr({},T)}})}},reducers:{save(T,O){return Pr(Pr({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},wr=e(56854),dn=Object.defineProperty,sn=Object.defineProperties,cn=Object.getOwnPropertyDescriptors,On=Object.getOwnPropertySymbols,Ia=Object.prototype.hasOwnProperty,Di=Object.prototype.propertyIsEnumerable,yi=(T,O,L)=>O in T?dn(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,yn=(T,O)=>{for(var L in O||(O={}))Ia.call(O,L)&&yi(T,L,O[L]);if(On)for(var L of On(O))Di.call(O,L)&&yi(T,L,O[L]);return T},pi=(T,O)=>sn(T,cn(O)),ba={namespace:"engineeringNavigtion",state:{actionTabs:{key:"",params:{}},headerData:{title:"\u8BA4\u8BC1\u5BFC\u822A",dataSource:{[Cn.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${Cn.k[0]}`,loading:"engineeringNavigtion/getMajorList",dataList:[]},[Cn.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${Cn.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(Oe=>Oe.user);if(ve!=null&&ve.school_id){const Oe=yield T(ci.BA,ve.school_id);if(Oe&&Oe.data){const fn=wr.U.getItem(ve==null?void 0:ve.login);yield O({type:"setMajorOrYearDataSource",payload:{key:Cn.k[0],value:Oe.data.map(In=>({label:In.name,value:In.ec_major_school_id})),active:Oe.data.length>0?fn[0]||Oe.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:T},{call:O,put:L,select:ve}){const Oe=yield O(ci.Nx,T.id),{userInfo:fn}=yield ve(In=>In.user);if(Oe&&Oe.data){const In=wr.U.getItem(fn==null?void 0:fn.login);yield L({type:"setMajorOrYearDataSource",payload:{key:Cn.k[1],value:Oe.data.map(vn=>({label:vn.year,value:vn.ec_year_id})),active:Oe.data.length>0?T.firstEnter?In[1]:Oe.data[0].ec_year_id:void 0}})}},*getTopPage({},{call:T,put:O,select:L}){const{headerData:ve}=yield L(In=>In.engineeringNavigtion),{userInfo:Oe}=yield L(In=>In.user);let fn={};if(ve.active[Cn.k[1]]&&Oe.school_id){const In=[ve.active[Cn.k[0]],ve.active[Cn.k[1]]];wr.U.setItem(Oe==null?void 0:Oe.login,In);const vn=yield T(ci.bA,{ec_year_id:ve.active[Cn.k[1]],school_id:Oe.school_id});vn&&vn.data&&(fn=vn.data),yield O({type:"setTopPage",payload:fn})}},*putTopPageName({payload:T,callback:O},{call:L,put:ve}){try{const Oe=yield L(ci.ay,T);O(Oe)}catch(Oe){let fn="";Oe&&(fn=JSON.stringify(Oe),Oe.message&&(fn=Oe.message)),O({message:fn,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=pi(yn({},L),{[O.key]:O.active})),pi(yn({},T),{headerData:pi(yn({},T.headerData),{dataSource:pi(yn({},T.headerData.dataSource),{[O.key]:pi(yn({},T.headerData.dataSource[O.key]),{dataList:O.value})}),active:L})})},setMajorOrYearActive(T,{payload:O}){return pi(yn({},T),{headerData:pi(yn({},T.headerData),{active:pi(yn({},T.headerData.active),{[O.key]:O.value})})})},setTopPage(T,{payload:O}){return pi(yn({},T),{headerData:pi(yn({},T.headerData),{name:O.name,tabBarContent:{user_name:O.user_name,user_school:O.user_school,user_type:O.user_type}}),cardListData:pi(yn({},T.cardListData),{appraiseData:pi(yn({},T.cardListData.appraiseData),{norm:pi(yn({},T.cardListData.appraiseData.norm),{result:O.graduaiton_result,listData:T.cardListData.appraiseData.norm.listData.map(L=>pi(yn({},L),{value:O[L.key]||0}))}),course:pi(yn({},T.cardListData.appraiseData.course),{result:O.course_result,listData:T.cardListData.appraiseData.course.listData.map(L=>pi(yn({},L),{value:O[L.key]||0}))})}),teamData:{teach:pi(yn({},T.cardListData.teamData.teach),{tabBarContent:`${O.course_teachers?O.course_teachers.length:0}\u4EBA`,listData:O.course_teachers||[]}),work:pi(yn({},T.cardListData.teamData.work),{tabBarContent:`${O.work_teachers?O.work_teachers.length:0}\u4EBA`,listData:O.work_teachers||[]})}}),totalListData:T.totalListData.map(L=>pi(yn({},L),{value:O[L.key]||0}))})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Xs=Object.defineProperty,xa=Object.defineProperties,Bs=Object.getOwnPropertyDescriptors,Qs=Object.getOwnPropertySymbols,es=Object.prototype.hasOwnProperty,zs=Object.prototype.propertyIsEnumerable,ti=(T,O,L)=>O in T?Xs(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,ws=(T,O)=>{for(var L in O||(O={}))es.call(O,L)&&ti(T,L,O[L]);if(Qs)for(var L of Qs(O))zs.call(O,L)&&ti(T,L,O[L]);return T},ds=(T,O)=>xa(T,Bs(O)),Ji={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:ws({},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 ws(ws({},T),O.payload)},setDataSource(T,{payload:O}){let L=O;return ds(ws({},T),{dataSource:L})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Ns=e(8591),Go=Object.defineProperty,Va=Object.defineProperties,ma=Object.getOwnPropertyDescriptors,as=Object.getOwnPropertySymbols,vo=Object.prototype.hasOwnProperty,zn=Object.prototype.propertyIsEnumerable,ts=(T,O,L)=>O in T?Go(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(as)for(var L of as(O))zn.call(O,L)&&ts(T,L,O[L]);return T},Is=(T,O)=>Va(T,ma(O)),Gi=(T,O)=>{var L={};for(var ve in T)vo.call(T,ve)&&O.indexOf(ve)<0&&(L[ve]=T[ve]);if(T!=null&&as)for(var ve of as(T))O.indexOf(ve)<0&&zn.call(T,ve)&&(L[ve]=T[ve]);return L},Za={namespace:"engineeringNormList",state:{actionTabs:{key:"",params:{}},headerData:{dataSource:{[Cn.k[0]]:{width:235,placeholder:`\u8BF7\u9009\u62E9${Cn.k[0]}`,loading:"engineeringNormList/getMajorList",dataList:[]},[Cn.k[1]]:{width:138,placeholder:`\u8BF7\u9009\u62E9${Cn.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(Oe=>Oe.user);if(ve!=null&&ve.school_id){const Oe=yield T(ci.BA,ve.school_id);if(Oe&&Oe.data){const fn=wr.U.getItem(ve==null?void 0:ve.login);yield O({type:"setMajorOrYearDataSource",payload:{key:Cn.k[0],value:Oe.data.map(In=>({label:In.name,value:In.ec_major_school_id})),active:Oe.data.length>0?fn[0]||Oe.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload:T},{call:O,put:L,select:ve}){const Oe=yield O(ci.Nx,T.id),{userInfo:fn}=yield ve(In=>In.user);if(Oe&&Oe.data){const In=wr.U.getItem(fn==null?void 0:fn.login);yield L({type:"setMajorOrYearDataSource",payload:{key:Cn.k[1],value:Oe.data.map(vn=>({label:vn.year,value:vn.ec_year_id})),active:Oe.data.length>0?T.firstEnter?In[1]:Oe.data[0].ec_year_id:void 0}})}},*getGraduationResults({},{call:T,put:O,select:L}){const{headerData:ve}=yield L(is=>is.engineeringNormList),{userInfo:Oe}=yield L(is=>is.user);let fn=[],In=[],vn="";const Li=ve.active[Cn.k[1]];if(Li){const is=[ve.active[Cn.k[0]],ve.active[Cn.k[1]]];wr.U.setItem(Oe==null?void 0:Oe.login,is);const Wa=yield T(ci.eM,Li);Wa&&Wa.graduation_requirements&&(vn=Wa.all_goal_value||"",fn=Wa.graduation_requirements.map(mo=>{var Ss=mo,{subitems:Io}=Ss,js=Gi(Ss,["subitems"]);return In.push(js.id),Is(Ps({},js),{children:Io})}))}yield O({type:"save",payload:{tabListData:fn,all_goal_value:vn,expandedRowKeys:In}})},*exportGraduation({},{call:T,select:O}){const{headerData:L}=yield O(ve=>ve.engineeringNormList);L.active[Cn.k[1]]&&(yield T(ci.OE,L.active[Cn.k[1]]))},*compute({payload:T},{call:O,put:L}){const ve=T,{all:Oe}=ve,fn=Gi(ve,["all"]),In=yield O(Oe?ci.Qx:ci.Xl,fn);In&&In.status===0?(Ns.ZP.success("\u8BA1\u7B97\u5B8C\u6210"),yield L({type:"getGraduationResults"})):Ns.ZP.error(In.message)},*getFormulas({callback:T},{call:O,select:L}){const{headerData:ve}=yield L(Oe=>Oe.engineeringNormList);if(ve.active[Cn.k[1]]){const Oe=yield O(ci.mK,ve.active[Cn.k[1]]);T(Oe)}},*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)Ns.ZP.success("\u4FDD\u5B58\u6210\u529F"),yield L({type:"save",payload:{actionTabs:{key:"",params:{}}}}),yield L({type:"getGraduationResults"});else{let Oe="\u4FDD\u5B58\u5931\u8D25";ve&&ve.message&&(Oe=ve.message),Ns.ZP.error(Oe)}}},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"})})}}},ks=e(14195),_o=Object.defineProperty,No=Object.getOwnPropertySymbols,Ko=Object.prototype.hasOwnProperty,Vo=Object.prototype.propertyIsEnumerable,rs=(T,O,L)=>O in T?_o(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,gs=(T,O)=>{for(var L in O||(O={}))Ko.call(O,L)&&rs(T,L,O[L]);if(No)for(var L of No(O))Vo.call(O,L)&&rs(T,L,O[L]);return T},jo={namespace:"forumsDetail",state:{forumsDetailData:{}},effects:{*getForumsDetailData({payload:T},{call:O,put:L}){const ve=yield O(ks.Si,T);return yield L({type:"save",payload:{forumsDetailData:gs({},ve)}}),ve},*setForumsDetailData({payload:T},{call:O,put:L}){yield L({type:"save",payload:{forumsDetailData:gs({},T)}})}},reducers:{save(T,O){return gs(gs({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},ko=Object.defineProperty,Yo=Object.getOwnPropertySymbols,xi=Object.prototype.hasOwnProperty,mi=Object.prototype.propertyIsEnumerable,ss=(T,O,L)=>O in T?ko(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,hs=(T,O)=>{for(var L in O||(O={}))xi.call(O,L)&&ss(T,L,O[L]);if(Yo)for(var L of Yo(O))mi.call(O,L)&&ss(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"?ks.kd:ks.bc,T);return delete T.memoType,yield L({type:"save",payload:{listParams:T,forumsData:hs({},ve)}}),ve}},reducers:{save(T,O){return hs(hs({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Uo=e(92890),lu=e(90524),Rs=e(28209),ru=e.n(Rs),cu=Object.defineProperty,wu=Object.getOwnPropertySymbols,Ro=Object.prototype.hasOwnProperty,Qu=Object.prototype.propertyIsEnumerable,Lo=(T,O,L)=>O in T?cu(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,fo=(T,O)=>{for(var L in O||(O={}))Ro.call(O,L)&&Lo(T,L,O[L]);if(wu)for(var L of wu(O))Qu.call(O,L)&&Lo(T,L,O[L]);return T},Mu={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,Oe;const fn=yield O(Uo.D2,T);lu.Z.ONLYOFFICE=(ve=fn==null?void 0:fn.setting)==null?void 0:ve.office_server_url,Oo(fn);try{const Li="5183666c72eec9e4",is="5183666c72eec9e4";var In=ru().enc.Utf8.parse(Li);let Wa=ru().enc.Utf8.parse(is);var vn=ru().AES.decrypt(((Oe=fn==null?void 0:fn.setting)==null?void 0:Oe.user_default_password)||"",In,{iv:Wa,mode:ru().mode.CBC});fn.setting.user_default_password=vn.toString(ru().enc.Utf8)}catch(Li){}yield L({type:"save",payload:fo({},fn)})},*getSystemUpdate({payload:T},{call:O,put:L}){const ve=yield O(Uo.n0,T);yield L({type:"save",payload:{updateData:fo({},ve)}})},*setTheme({payload:T},{call:O,put:L}){const ve=yield O(Uo.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:fo({},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:fo({},T)}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:fo({},T)}})}},reducers:{save(T,O){return fo(fo({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{})}}};const Oo=(T={})=>{var O,L,ve,Oe,fn;if(window.self!==window.top||!((O=T.setting)!=null&&O.tab_logo_url))return;const In=document.createElement("link"),vn=document.getElementById("dynamic-favicon");In.id="dynamic-favicon",In.rel="shortcut icon",In.href=(L=T.setting)!=null&&L.tab_logo_url?`${lu.Z.IMG_SERVER}/${(ve=T.setting)==null?void 0:ve.tab_logo_url}`:"",vn&&document.head.removeChild(vn),document.head.appendChild(In);try{(Oe=T.setting)!=null&&Oe.main_site||(document.querySelector('meta[name="keywords"]').content=(fn=T.setting)==null?void 0:fn.name,document.querySelector('meta[name="description"]').remove())}catch(Li){}};var Mo=e(86645),Eu=Object.defineProperty,Xo=Object.getOwnPropertySymbols,nu=Object.prototype.hasOwnProperty,Os=Object.prototype.propertyIsEnumerable,zo=(T,O,L)=>O in T?Eu(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Fu=(T,O)=>{for(var L in O||(O={}))nu.call(O,L)&&zo(T,L,O[L]);if(Xo)for(var L of Xo(O))Os.call(O,L)&&zo(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(Mo.Xh,T)},*getGraduationsFinalScore({payload:T},{call:O,put:L}){return yield O(Mo.H3,T)},*getDelGraduationsTasks({payload:T},{call:O,put:L}){return yield O(Mo.km,T)},*getGraduationsTasks({payload:T},{call:O,put:L}){const ve=yield O(Mo.Xw,T);yield L({type:"save",payload:{Tasks:ve}})},*getGraduationsTeachers({payload:T},{call:O,put:L}){var ve;const Oe=yield O(Mo.AA,T);return(ve=Oe==null?void 0:Oe.data)==null||ve.map(fn=>(fn.key=fn.id,fn)),yield L({type:"save",payload:{teachers:Oe}}),Oe},*getGraduationsStudents({payload:T},{call:O,put:L}){var ve;const Oe=yield O(Mo.eh,T);(ve=Oe==null?void 0:Oe.data)==null||ve.map(fn=>(fn.key=fn.id,fn)),yield L({type:"save",payload:{students:Oe}})},*getGraduationsNotices({payload:T},{call:O,put:L}){const ve=yield O(Mo.Rk,T);yield L({type:"save",payload:{Notices:ve}})},*getGraduationsInfo({payload:T},{call:O,put:L}){const ve=yield O(Mo.F7,T);yield L({type:"save",payload:{graduation:ve.graduation}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Fu({},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(Mo.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 Fu(Fu({},T),O.payload)}}},ur=e(55480),pr=Object.defineProperty,Sr=Object.defineProperties,gn=Object.getOwnPropertyDescriptors,Wn=Object.getOwnPropertySymbols,Rn=Object.prototype.hasOwnProperty,Hn=Object.prototype.propertyIsEnumerable,ui=(T,O,L)=>O in T?pr(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,oi=(T,O)=>{for(var L in O||(O={}))Rn.call(O,L)&&ui(T,L,O[L]);if(Wn)for(var L of Wn(O))Hn.call(O,L)&&ui(T,L,O[L]);return T},fr=(T,O)=>Sr(T,gn(O)),Br={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(oi({},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 oi(oi({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},En=Object.defineProperty,Sn=Object.defineProperties,vt=Object.getOwnPropertyDescriptors,jn=Object.getOwnPropertySymbols,Gn=Object.prototype.hasOwnProperty,Ni=Object.prototype.propertyIsEnumerable,ea=(T,O,L)=>O in T?En(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ur=(T,O)=>{for(var L in O||(O={}))Gn.call(O,L)&&ea(T,L,O[L]);if(jn)for(var L of jn(O))Ni.call(O,L)&&ea(T,L,O[L]);return T},ca=(T,O)=>Sn(T,vt(O)),wa={namespace:"innovation",state:{visibleModalName:"",hideRemindModal:!0,openForkModalPosition:"forkButton",simpleModalProps:{visible:!1}},reducers:{save(T,O){return Ur(Ur({},T),O.payload)},openModal(T,O){return ca(Ur({},T),{visibleModalName:O.payload})},closeModal(T){return ca(Ur({},T),{visibleModalName:""})},openSimpleModal(T,O){return ca(Ur({},T),{simpleModalProps:Ur({visible:!0},O.payload)})},closeSimpleModal(T){return ca(Ur({},T),{simpleModalProps:{visible:!1}})}}},ps=e(82093),$s=Object.defineProperty,ji=Object.getOwnPropertySymbols,ho=Object.prototype.hasOwnProperty,no=Object.prototype.propertyIsEnumerable,Zs=(T,O,L)=>O in T?$s(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ya=(T,O)=>{for(var L in O||(O={}))ho.call(O,L)&&Zs(T,L,O[L]);if(ji)for(var L of ji(O))no.call(O,L)&&Zs(T,L,O[L]);return T},Ws=(T,O,L)=>new Promise((ve,Oe)=>{var fn=Li=>{try{vn(L.next(Li))}catch(is){Oe(is)}},In=Li=>{try{vn(L.throw(Li))}catch(is){Oe(is)}},vn=Li=>Li.done?ve(Li.value):Promise.resolve(Li.value).then(fn,In);vn((L=L.apply(T,O)).next())});const eo=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects/banner.json",{method:"get",params:Ya({},T)})}),Ln=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects/top_category.json",{method:"get",params:Ya({},T)})}),Hs=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects/hot_recommend_subjects.json",{method:"get",params:Ya({},T)})}),io=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects/time_discount_subjects.json",{method:"get",params:Ya({},T)})}),Xe=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects.json",{method:"post",body:Ya({},T)})}),Qe=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects/all_tags.json",{method:"get",params:Ya({},T)})}),jt=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects/user_comments.json",{method:"get",params:Ya({},T)})}),Kt=T=>Ws(void 0,null,function*(){return(0,ps.ZP)("/api/paid_subjects/info_show.json",{method:"get",params:Ya({},T)})});var gr=Object.defineProperty,Rr=Object.getOwnPropertySymbols,Hr=Object.prototype.hasOwnProperty,bn=Object.prototype.propertyIsEnumerable,on=(T,O,L)=>O in T?gr(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,xn=(T,O)=>{for(var L in O||(O={}))Hr.call(O,L)&&on(T,L,O[L]);if(Rr)for(var L of Rr(O))bn.call(O,L)&&on(T,L,O[L]);return T},ii={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:Oe}}=yield O(eo,T);yield L({type:"save",payload:{BannerList:Oe,Adv:ve}})},*getTopCategoryList({payload:T},{call:O,put:L}){const{data:{top_category_list:ve}}=yield O(Ln,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(io,T);yield L({type:"save",payload:{DiscountList:ve}})},*getPaidSubjects({payload:T},{call:O,put:L}){const{data:ve}=yield O(Xe,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(Kt,T);yield L({type:"save",payload:{InfoShow:ve}})}},reducers:{save(T,O){return xn(xn({},T),O.payload)}}},ki={namespace:"loadingss",state:{global:!1,effects:{},models:{}}},ta=e(93440),Ki=Object.defineProperty,Pi=Object.getOwnPropertySymbols,Ta=Object.prototype.hasOwnProperty,Ri=Object.prototype.propertyIsEnumerable,wi=(T,O,L)=>O in T?Ki(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,va=(T,O)=>{for(var L in O||(O={}))Ta.call(O,L)&&wi(T,L,O[L]);if(Pi)for(var L of Pi(O))Ri.call(O,L)&&wi(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(ta.Ub,T);return yield L({type:"save",payload:{privateMessageDetails:ve||[]}}),ve},*getTidings({payload:T},{call:O,put:L}){const ve=yield O(ta.AD,T);yield L({type:"save",payload:{tidingsList:ve||[]}})},*getPrivateMessages({payload:T},{call:O,put:L}){const ve=yield O(ta.V8,T);return yield L({type:"save",payload:{privateMessage:ve||[]}}),ve},*getUsersForPrivateMessages({payload:T},{call:O,put:L}){const ve=yield O(ta.QJ,T);return yield L({type:"save",payload:{userPrivateMessage:ve||[]}}),ve},*unreadMessageInfo({payload:T},{call:O,put:L}){const ve=yield O(ta.Ig,T);yield L({type:"save",payload:{unreadInfo:ve||[]}})},*getRecentContacts({payload:T},{call:O,put:L}){const ve=yield O(ta.Ko,T);return yield L({type:"save",payload:{recentContacts:ve||[]}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:va({},T)}})}},reducers:{save(T,O){return va(va({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},ia=e(47580),qa=e(49661),ha=e(22688),zi=Object.defineProperty,Oa=Object.defineProperties,ls=Object.getOwnPropertyDescriptors,ms=Object.getOwnPropertySymbols,ao=Object.prototype.hasOwnProperty,ys=Object.prototype.propertyIsEnumerable,So=(T,O,L)=>O in T?zi(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,cs=(T,O)=>{for(var L in O||(O={}))ao.call(O,L)&&So(T,L,O[L]);if(ms)for(var L of ms(O))ys.call(O,L)&&So(T,L,O[L]);return T},bo=(T,O)=>Oa(T,ls(O));const so=(T,O)=>{var L,ve,Oe,fn,In,vn,Li,is,Wa;if(!T)return;const{exam:mo,single_questions:Ss,multiple_questions:Io,judgement_questions:js,program_questions:Gu,completion_questions:of,subjective_questions:vc,practical_questions:uf,combination_questions:Tl,bprogram_questions:Bi}=T||{},_c=[cs({type:"SINGLE",question_type:0,name:((L=O==null?void 0:O.find($a=>$a.value==ha.fw[0].nameType))==null?void 0:L.name)||ha.fw[0].name},Ss),cs({type:"MULTIPLE",question_type:1,name:((ve=O==null?void 0:O.find($a=>$a.value==ha.fw[1].nameType))==null?void 0:ve.name)||ha.fw[1].name},Io),cs({type:"JUDGMENT",question_type:2,name:((Oe=O==null?void 0:O.find($a=>$a.value==ha.fw[2].nameType))==null?void 0:Oe.name)||ha.fw[2].name},js),cs({type:"PROGRAM",question_type:6,name:((fn=O==null?void 0:O.find($a=>$a.value==ha.fw[6].nameType))==null?void 0:fn.name)||ha.fw[6].name},Gu),cs({type:"COMPLETION",question_type:3,name:((In=O==null?void 0:O.find($a=>$a.value==ha.fw[3].nameType))==null?void 0:In.name)||ha.fw[3].name},of),cs({type:"SUBJECTIVE",question_type:4,name:((vn=O==null?void 0:O.find($a=>$a.value==ha.fw[4].nameType))==null?void 0:vn.name)||ha.fw[4].name},vc),cs({type:"PRACTICAL",question_type:5,name:((Li=O==null?void 0:O.find($a=>$a.value==ha.fw[5].nameType))==null?void 0:Li.name)||ha.fw[5].name},uf),cs({type:"COMBINATION",question_type:7,name:((is=O==null?void 0:O.find($a=>$a.value==ha.fw[7].nameType))==null?void 0:is.name)||ha.fw[7].name},Tl),cs({type:"BPROGRAM",question_type:8,name:((Wa=O==null?void 0:O.find($a=>$a.value==ha.fw[8].nameType))==null?void 0:Wa.name)||ha.fw[8].name},Bi)],Nc=[];if(T.sort_by_qustion_type)for(const $a of T.qustion_type_order_name_en)Nc.push(_c.find(Zl=>Zl.type===$a));const As=(T.sort_by_qustion_type?Nc:_c).filter($a=>($a==null?void 0:$a.questions_count)>0).map(($a,Zl)=>{var ql;return cs(cs({},$a),{number:(0,qa.EM)(Zl+1),questions:(ql=$a==null?void 0:$a.questions)==null?void 0:ql.map(jc=>bo(cs({},jc),{shixun:jc.examination_bank_shixun_challenges,question_type:$a.question_type}))})});return{exam:mo,questionList:As}};var Vi=e(37798),Ma=Object.defineProperty,Ks=Object.getOwnPropertySymbols,Da=Object.prototype.hasOwnProperty,ge=Object.prototype.propertyIsEnumerable,we=(T,O,L)=>O in T?Ma(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Er=(T,O)=>{for(var L in O||(O={}))Da.call(O,L)&&we(T,L,O[L]);if(Ks)for(var L of Ks(O))ge.call(O,L)&&we(T,L,O[L]);return T},br={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(ia.a2,T)},*postCheckExaminationBanks({payload:T},{call:O,put:L}){return yield O(ia.q$,T)},*postPaperlibraryCopy({payload:T},{call:O,put:L}){return yield O(ia.ID,T)},*getDisciplines({payload:T},{call:O,put:L}){const ve=yield O(ia.d1,T);return yield L({type:"save",payload:{disciplinesData:Er({},ve)}}),ve},*getCustomDisciplines({payload:T},{call:O,put:L}){const ve=yield O(ia.ar,T);return yield L({type:"save",payload:{disciplinesData:Er({},ve)}}),ve},*getEditDisciplines({payload:T},{call:O,put:L}){const ve=yield O(ia.d1,T),Oe=ve==null?void 0:ve.disciplines,fn=(0,Vi.L)(Oe);return yield L({type:"save",payload:{courseOptions:fn,disciplinesData:Er({},ve)}}),ve},*getTeachGroupData({payload:T},{call:O,put:L}){const ve=yield O(ia.Dm,T);return yield L({type:"save",payload:{teachGroupData:Er({},ve)}}),ve},*getPaperData({payload:T},{call:O,put:L}){const ve=yield O(ia.iT,T),Oe=yield O(ia.cV,T),fn=so(ve,Oe.data);return yield L({type:"save",payload:{paperData:fn}}),ve},*getPaperlibraryList({payload:T},{call:O,put:L}){return yield O(ia.Gd,T)},*setPublic({payload:T},{call:O,put:L}){return yield O(ia.DF,T)},*handleDelete({payload:T},{call:O,put:L}){return yield O(ia.fn,T)},*getCourseList({payload:T},{call:O,put:L}){return yield O(ia.tS,T)},*postBatchSendToCourse({payload:T},{call:O,put:L}){return yield O(ia.lc,T)},*sendToClass({payload:T},{call:O,put:L}){return yield O(ia.kp,T)},*adjustPosition({payload:T},{call:O,put:L}){return yield O(ia.qN,T)},*setScore({payload:T},{call:O,put:L}){return yield O(ia.ts,T)},*handleDeleteEditQuestion({payload:T},{call:O,put:L}){return yield O(ia.NC,T)},*batchSetScore({payload:T},{call:O,put:L}){return yield O(ia.YP,T)},*batchDelete({payload:T},{call:O,put:L}){return yield O(ia.Hm,T)},*updatePaper({payload:T},{call:O,put:L}){return yield O(ia.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"})})}}},en=Object.defineProperty,Dn=Object.getOwnPropertySymbols,ai=Object.prototype.hasOwnProperty,Zi=Object.prototype.propertyIsEnumerable,$n=(T,O,L)=>O in T?en(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Fn=(T,O)=>{for(var L in O||(O={}))ai.call(O,L)&&$n(T,L,O[L]);if(Dn)for(var L of Dn(O))Zi.call(O,L)&&$n(T,L,O[L]);return T},ga={namespace:"newExercisePaper",state:{loading:!0,exerciseExportHeadData:{},tagDisciplineData:{},editData:{},actionTabs:{removeEventListenerExitScreen:!1}},effects:{*getExerciseExportHeadData({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(ia.Dq,T);return yield ve({type:"save",payload:{exerciseExportHeadData:Fn({},Oe)}}),Oe},*editExercise({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(ia.Di,T);return yield ve({type:"save",payload:{editData:Fn({},Oe)}}),Oe},*getTagDiscipline({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(He.YY,T);return yield ve({type:"save",payload:{tagDisciplineData:Fn({},Oe)}}),Oe},*editExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(ia.oF,T)},*addExerciseQuestion({payload:T,callback:O},{call:L,put:ve}){return yield L(ia.oF,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Fn({},T)}})}},reducers:{save(T,O){return Fn(Fn({},T),O.payload)},modifyTitle(T,O){const L=(0,Ge.cloneDeep)(T);return L.editData.exercise.exercise_name=O.payload,L}},subscriptions:{setup({dispatch:T,history:O}){}}},aa=e(37034),Do=Object.defineProperty,Ao=Object.getOwnPropertySymbols,Su=Object.prototype.hasOwnProperty,Kl=Object.prototype.propertyIsEnumerable,fl=(T,O,L)=>O in T?Do(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,qu=(T,O)=>{for(var L in O||(O={}))Su.call(O,L)&&fl(T,L,O[L]);if(Ao)for(var L of Ao(O))Kl.call(O,L)&&fl(T,L,O[L]);return T},yu={namespace:"pathsDetail",state:{detail:{},rightData:{},Courses:{},stageData:[],StageChildrenData:{},discusses:{},actionTabs:{key:"",params:{}},isShowSchedule:!1,keywords:"",stage_id:null,visibleType:"All",editKey:-1},effects:{*getDiscusses({payload:T},{call:O,put:L}){const ve=yield O(aa.Ax,T);yield L({type:"save",payload:{discusses:qu({},ve)}})},*getPathsDetail({payload:T},{call:O,put:L}){const ve=yield O(aa.lk,T);return yield L({type:"save",payload:{detail:qu({},ve)}}),ve},*getCourseDetail({payload:T},{call:O,put:L}){const ve=yield O(aa.Sp,T);return yield L({type:"save",payload:{detail:qu({},ve)}}),ve},*getRightData({payload:T},{call:O,put:L}){const ve=yield O(aa.AQ,T);yield L({type:"save",payload:{rightData:qu({},ve)}})},*getCoureses({payload:T},{call:O,put:L}){const ve=yield O(aa.ue,T);yield L({type:"save",payload:{Courses:qu({},ve)}})},*getStageChildrenData({payload:T},{call:O,put:L}){const ve=yield O(aa.w4,T);return yield L({type:"save",payload:{StageChildrenData:ve}}),ve},*getStageData({payload:T},{call:O,put:L}){var ve,Oe,fn;let In=null;return T!=null&&T.show_course_section?In=yield O(aa.yN,T):In=yield O(aa.p,T),yield L({type:"save",payload:{stageData:((ve=In==null?void 0:In.data)==null?void 0:ve.stages)||(In==null?void 0:In.stages)||[],isShowSchedule:((Oe=In==null?void 0:In.data)==null?void 0:Oe.is_show_schedule)||(In==null?void 0:In.is_show_schedule)||!1}}),(fn=In==null?void 0:In.data)==null?void 0:fn.stages},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:qu({},T)}})}},reducers:{save(T,O){return qu(qu({},T),O.payload)}}},Ve=Object.defineProperty,Z=Object.getOwnPropertySymbols,Y=Object.prototype.hasOwnProperty,ne=Object.prototype.propertyIsEnumerable,de=(T,O,L)=>O in T?Ve(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ee=(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))ne.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,Oe=yield O(aa.tS,T);return yield L({type:"save",payload:Ee({listParams:ve},Oe)}),Oe},*getMenus({payload:T},{call:O,put:L}){const ve=yield O(aa.fh,T);yield L({type:"save",payload:{menus:ve}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ee({},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 Ee(Ee({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},zt=Object.defineProperty,ir=Object.getOwnPropertySymbols,Ar=Object.prototype.hasOwnProperty,$r=Object.prototype.propertyIsEnumerable,Xt=(T,O,L)=>O in T?zt(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Tn=(T,O)=>{for(var L in O||(O={}))Ar.call(O,L)&&Xt(T,L,O[L]);if(ir)for(var L of ir(O))$r.call(O,L)&&Xt(T,L,O[L]);return T},ri={namespace:"newCourse",state:{actionTabs:{key:"",params:{}}},effects:{*editCourse({payload:T},{call:O,put:L}){return yield O(aa.tu,T)},*submitCourse({payload:T},{call:O,put:L}){return yield O(aa.pU,T)},*getEditCourseData({payload:T},{call:O,put:L}){return yield O(aa.mQ,T)},*getSchoolOption({payload:T},{call:O,put:L}){return yield O(aa.GY,T)},*appplySchool({payload:T},{call:O,put:L}){return yield O(aa.bz,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Tn({},T)}})}},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"})})}}},Ei=Object.defineProperty,Aa=Object.defineProperties,ya=Object.getOwnPropertyDescriptors,Ea=Object.getOwnPropertySymbols,Es=Object.prototype.hasOwnProperty,Ds=Object.prototype.propertyIsEnumerable,bs=(T,O,L)=>O in T?Ei(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,vs=(T,O)=>{for(var L in O||(O={}))Es.call(O,L)&&bs(T,L,O[L]);if(Ea)for(var L of Ea(O))Ds.call(O,L)&&bs(T,L,O[L]);return T},Na=(T,O)=>Aa(T,ya(O)),ns={namespace:"pathsOverview",state:{},effects:{*getSubjectUseInfos({payload:T},{call:O,put:L}){const ve=yield O(aa.nq,T);yield L({type:"save",payload:{SubjectUseInfos:ve}})},*getRankList({payload:T},{call:O,put:L}){const ve=yield O(aa.Fg,T);yield L({type:"save",payload:{RankList:Na(vs({},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(aa.Gz,T);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:T},{call:O,put:L}){const ve=yield O(aa.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(aa.Hl,T);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(T,O){return vs(vs({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Ai=e(70610),Co=Object.defineProperty,Fo=Object.getOwnPropertySymbols,bu=Object.prototype.hasOwnProperty,Ys=Object.prototype.propertyIsEnumerable,$o=(T,O,L)=>O in T?Co(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,po=(T,O)=>{for(var L in O||(O={}))bu.call(O,L)&&$o(T,L,O[L]);if(Fo)for(var L of Fo(O))Ys.call(O,L)&&$o(T,L,O[L]);return T},Nu={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(Ai.ex,T);return yield L({type:"save",payload:{groupfolderList:ve}}),ve},*getDisciplines({payload:T},{call:O,put:L}){const ve=yield O(Ai.d1,T);return yield L({type:"save",payload:{disciplinesData:po({},ve)}}),ve},*getEditDisciplines({payload:T},{call:O,put:L}){const ve=yield O(Ai.d1,T),Oe=ve==null?void 0:ve.disciplines,fn=(0,Vi.L)(Oe);return yield L({type:"save",payload:{courseOptions:fn,disciplinesData:po({},ve)}}),ve},*getBasketList({payload:T},{call:O,put:L}){const ve=yield O(Ai.Qj,T);return yield L({type:"save",payload:{basketData:po({},ve)}}),ve},*getTeachGroupData({payload:T},{call:O,put:L}){const ve=yield O(Ai.Dm,T);return yield L({type:"save",payload:{teachGroupData:po({},ve)}}),ve},*getEditData({payload:T},{call:O,put:L}){const ve=yield O(Ai.FG,T);return yield L({type:"save",payload:{editData:po({},ve)}}),ve},*getEditDataBprogram({payload:T},{call:O,put:L}){const ve=yield O(Ai.Bo,T);return yield L({type:"save",payload:{editData:po({},ve)}}),ve},*getGroupData({payload:T},{call:O,put:L}){const ve=yield O(Ai.hI,T);return yield L({type:"save",payload:{groupData:po({},ve)}}),ve},*getItemBanks({payload:T},{call:O,put:L}){const ve=yield O(Ai.Of,T);return yield L({type:"save",payload:{itemBanks:po({},ve)}}),ve},*setPrivate({payload:T},{call:O,put:L}){return yield O(Ai.Pl,T)},*revokePublish({payload:T},{call:O,put:L}){return yield O(Ai.IJ,T)},*setPublic({payload:T},{call:O,put:L}){return yield O(Ai.DF,T)},*handleDelete({payload:T},{call:O,put:L}){return yield O(Ai.fn,T)},*startExperience({payload:T},{call:O,put:L}){return yield O(Ai.Bd,T)},*cancel({payload:T},{call:O,put:L}){return yield O(Ai.al,T)},*select({payload:T},{call:O,put:L}){return yield O(Ai.Ys,T)},*examUnselectAll({payload:T},{call:O,put:L}){return yield O(Ai.rV,T)},*basketDelete({payload:T},{call:O,put:L}){return yield O(Ai.x5,T)},*unselectAll({payload:T},{call:O,put:L}){return yield O(Ai.HF,T)},*addKnowledge({payload:T},{call:O,put:L}){return yield O(Ai.U6,T)},*editProblemset({payload:T},{call:O,put:L}){return yield O(Ai.Wk,T)},*addProblemset({payload:T},{call:O,put:L}){return yield O(Ai.Mr,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:po({},T)}})}},reducers:{save(T,O){return po(po({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},dl=Object.defineProperty,Ju=Object.getOwnPropertySymbols,to=Object.prototype.hasOwnProperty,Cu=Object.prototype.propertyIsEnumerable,el=(T,O,L)=>O in T?dl(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Zo=(T,O)=>{for(var L in O||(O={}))to.call(O,L)&&el(T,L,O[L]);if(Ju)for(var L of Ju(O))Cu.call(O,L)&&el(T,L,O[L]);return T},Ll={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(Ai.iT,T),Oe=(0,Vi.r)(ve);return yield L({type:"save",payload:{paperData:Oe}}),ve},*getEditDisciplines({payload:T},{call:O,put:L}){const ve=yield O(Ai.d1,T),Oe=ve==null?void 0:ve.disciplines,fn=(0,Vi.L)(Oe);return yield L({type:"save",payload:{courseOptions:fn,disciplinesData:Zo({},ve)}}),ve},*setScore({payload:T},{call:O,put:L}){return yield O(Ai.ts,T)},*handleDelete({payload:T},{call:O,put:L}){return yield O(Ai.Cn,T)},*batchSetScore({payload:T},{call:O,put:L}){return yield O(Ai.YP,T)},*batchDelete({payload:T},{call:O,put:L}){return yield O(Ai.Hm,T)},*adjustPosition({payload:T},{call:O,put:L}){return yield O(Ai.qN,T)},*newPreviewProblemset({payload:T},{call:O,put:L}){return yield O(Ai.et,T)},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Zo({},T)}})}},reducers:{save(T,O){return Zo(Zo({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},fu=e(5707),sc=Object.defineProperty,oo=Object.getOwnPropertySymbols,du=Object.prototype.hasOwnProperty,Tu=Object.prototype.propertyIsEnumerable,Ml=(T,O,L)=>O in T?sc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,tl=(T,O)=>{for(var L in O||(O={}))du.call(O,L)&&Ml(T,L,O[L]);if(oo)for(var L of oo(O))Tu.call(O,L)&&Ml(T,L,O[L]);return T},Vl={namespace:"restful",state:{restful:void 0,restfulDetail:{},actionTabs:{key:"",params:{}}},effects:{*getRestful({payload:T},{call:O,put:L}){const ve=yield O(fu.Go,T);return yield L({type:"save",payload:{restful:tl({},ve)}}),ve},*getRestfulDetail({payload:T},{call:O,put:L}){const ve=yield O(fu.H5,T);return yield L({type:"save",payload:{restfulDetail:tl({},(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:tl({},T)}})}},reducers:{save(T,O){return tl(tl({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},fi=e(67135);const Qc=(T={})=>{var O,L,ve,Oe,fn,In;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:(Oe=T==null?void 0:T.perference_info)==null?void 0:Oe.status,username:(fn=T==null?void 0:T.perference_info)==null?void 0:fn.username,time:(In=T==null?void 0:T.perference_info)==null?void 0:In.time}]};var To=Object.defineProperty,Ac=Object.defineProperties,Bu=Object.getOwnPropertyDescriptors,rl=Object.getOwnPropertySymbols,ju=Object.prototype.hasOwnProperty,pf=Object.prototype.propertyIsEnumerable,iu=(T,O,L)=>O in T?To(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Bo=(T,O)=>{for(var L in O||(O={}))ju.call(O,L)&&iu(T,L,O[L]);if(rl)for(var L of rl(O))pf.call(O,L)&&iu(T,L,O[L]);return T},mf=(T,O)=>Ac(T,Bu(O)),qc={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(fi.Po,T);return yield L({type:"save",payload:{detail:Bo({},ve)}}),ve},*getMirrorApplies({payload:T},{call:O,put:L}){const ve=yield O(fi.tX,T);return yield L({type:"save",payload:{mirrorApplies:Bo({},(ve==null?void 0:ve.data)||{})}}),ve},*getRightData({payload:T},{call:O,put:L}){const ve=yield O(fi.AQ,T);yield L({type:"save",payload:{rightData:Bo({},ve)}})},*getChallengesData({payload:T},{call:O,put:L}){const ve=yield O(fi.n5,T);yield L({type:"save",payload:{challenges:Bo({},ve)}})},*saveCopyForExercise({payload:T},{call:O,put:L}){return yield O(fi.FB,T)},*execJupyter({payload:T},{call:O,put:L}){return yield O(fi.BK,T)},*execShixun({payload:T},{call:O,put:L}){const ve=yield O(fi.Ir,T);return(ve==null?void 0:ve.status)===-3&&(0,qa.eF)(),ve},*openChallenge({payload:T},{call:O,put:L}){return yield O(fi.dK,T)},*challengeMoveUp({payload:T},{call:O,put:L}){return yield O(fi.zD,T)},*challengeMoveDown({payload:T},{call:O,put:L}){return yield O(fi.hn,T)},*cancelCollect({payload:T},{call:O,put:L}){return yield O(fi.rs,T)},*collect({payload:T},{call:O,put:L}){return yield O(fi.KM,T)},*searchUserCourses({payload:T},{call:O,put:L}){return yield O(fi._7,T)},*sendToCourse({payload:T},{call:O,put:L}){return yield O(fi.Q,T)},*cancelRelease({payload:T},{call:O,put:L}){return yield O(fi.Ne,T)},*cancelPublic({payload:T},{call:O,put:L}){return yield O(fi.Er,T)},*applyPublic({payload:T},{call:O,put:L}){return yield O(fi.WO,T)},*release({payload:T},{call:O,put:L}){return yield O(fi.Ar,T)},*updateAuditSituation({payload:T},{call:O,put:L}){return yield O(fi.LP,T)},*getCollaboratorsData({payload:T},{call:O,put:L}){return yield O(fi.j8,T)},*addCollaborator({payload:T},{call:O,put:L}){return yield O(fi.OV,T)},*addTeachGroupMember({payload:T},{call:O,put:L}){return yield O(fi.l3,T)},*getChangeManager({payload:T},{call:O,put:L}){return yield O(fi.P2,T)},*changeManager({payload:T},{call:O,put:L}){return yield O(fi.X$,T)},*deleteCollaborators({payload:T},{call:O,put:L}){return yield O(fi.xk,T)},*getRankingList({payload:T},{call:O,put:L}){return yield O(fi.E4,T)},*getMirrorScript({payload:T},{call:O,put:L}){return yield O(fi.Z2,T)},*getScriptContent({payload:T},{call:O,put:L}){return yield O(fi.Bj,T)},*getCustomScript({payload:T},{call:O,put:L}){return yield O(fi.Wi,T)},*updateSettingBasicInfo({payload:T},{call:O,put:L}){return yield O(fi.ZO,T)},*getShixunQuote({payload:T},{call:O,put:L}){return yield O(fi.Gr,T)},*deleteShixun({payload:T},{call:O,put:L}){return yield O(fi.Ps,T)},*permanentClose({payload:T},{call:O,put:L}){return yield O(fi.U9,T)},*getDepartments({payload:T},{call:O,put:L}){return yield O(fi.Ql,T)},*updatePermissionSetting({payload:T},{call:O,put:L}){return yield O(fi.aH,T)},*updateLearnSetting({payload:T},{call:O,put:L}){return yield O(fi.yE,T)},*updateSetting({payload:T},{call:O,put:L}){return yield O(fi.m7,T)},*getSetData({payload:T},{call:O,put:L}){return yield O(fi.U0,T)},*deleteDataSet({payload:T},{call:O,put:L}){return yield O(fi.uo,T)},*deleteGitFile({payload:T},{call:O,put:L}){return yield O(fi.sr,T)},*deleteGitFiles({payload:T},{call:O,put:L}){return yield O(fi.p0,T)},*moveGitFile({payload:T},{call:O,put:L}){return yield O(fi.IT,T)},*moveGitFiles({payload:T},{call:O,put:L}){return yield O(fi.t2,T)},*getRepository({payload:T},{call:O,put:L}){const ve=yield O(fi.Ag,T);return yield L({type:"save",payload:{repository:Bo({},ve)}}),Bo({},ve)},*getRepositorys({payload:T},{call:O,put:L}){const ve=yield O(fi.Wl,T);return yield L({type:"save",payload:{repository:Bo({},ve)}}),Bo({},ve)},*getRepositorys({payload:T},{call:O,put:L}){const ve=yield O(fi.Wl,T);return yield L({type:"save",payload:{repository:Bo({},ve)}}),Bo({},ve)},*getSecretRepository({payload:T},{call:O,put:L}){const ve=yield O(fi.w,T);return yield L({type:"save",payload:{secretRepository:Bo({},ve)}}),ve},*addRepositoryFile({payload:T},{call:O,put:L}){return yield O(fi.v3,T)},*addRepositoryFiles({payload:T},{call:O,put:L}){return yield O(fi.fL,T)},*getRepositoryCommit({payload:T},{call:O,put:L}){return yield O(fi.Je,T)},*getFileContent({payload:T},{call:O,put:L}){const ve=yield O(fi.LK,T);return yield L({type:"save",payload:{fileContent:mf(Bo({},ve),{params:T})}}),ve},*getFileContents({payload:T},{call:O,put:L}){const ve=yield O(fi.nu,T);return yield L({type:"save",payload:{fileContent:mf(Bo({},ve),{params:T})}}),ve},*updateRepositoryFile({payload:T},{call:O,put:L}){return yield O(fi.kF,T)},*updateRepositoryFiles({payload:T},{call:O,put:L}){return yield O(fi.jq,T)},*uploadGitFolder({payload:T},{call:O,put:L}){return yield O(fi.Op,T)},*updateCollaboratorEditable({payload:T},{call:O,put:L}){return yield O(fi.Dz,T)},*getSettingsData({payload:T},{call:O,put:L}){const ve=yield O(fi.DC,T);yield L({type:"save",payload:{setting:Bo({},ve)}})},*getChallengesNew({payload:T},{call:O,put:L}){const ve=yield O(fi.km,T);yield L({type:"save",payload:{challengesNew:Bo({},ve)}})},*getChallengesEdit({payload:T},{call:O,put:L}){const ve=yield O(fi.q0,T);return yield L({type:"save",payload:{challengesEdit:Bo({},ve)}}),ve},*getAuditSituationData({payload:T},{call:O,put:L}){const ve=yield O(fi.GI,T),Oe=Qc(ve);yield L({type:"save",payload:{auditSituationData:Oe}})},*getEditChallengesQuestion({payload:T},{call:O,put:L}){const ve=yield O(fi.UQ,T);return yield L({type:"save",payload:{editChallengesQuestion:ve}}),ve},*getInfoWithJupyterLab({payload:T},{call:O,put:L}){const ve=yield O(fi.mI,T);return yield L({type:"save",payload:{infoWithJupyterLab:ve}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Bo({},T)}})}},reducers:{save(T,O){return console.log("reducers:",T,O),Bo(Bo({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Fl=Object.defineProperty,Jc=Object.getOwnPropertySymbols,hu=Object.prototype.hasOwnProperty,Pu=Object.prototype.propertyIsEnumerable,Bl=(T,O,L)=>O in T?Fl(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,uo=(T,O)=>{for(var L in O||(O={}))hu.call(O,L)&&Bl(T,L,O[L]);if(Jc)for(var L of Jc(O))Pu.call(O,L)&&Bl(T,L,O[L]);return T},au={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(fi.he,T),Oe=uo({},T);return yield L({type:"save",payload:uo({listParams:Oe},ve)}),ve},*getMenus({payload:T},{call:O,put:L}){var ve;const Oe=yield O(fi.I_,T);(ve=Oe==null?void 0:Oe.disciplines)==null||ve.map(fn=>(fn.sub_repertoires=fn.sub_disciplines,fn)),yield L({type:"save",payload:{menus:[...(Oe==null?void 0:Oe.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 uo(uo({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Cc=Object.defineProperty,Yl=Object.getOwnPropertySymbols,Iu=Object.prototype.hasOwnProperty,ef=Object.prototype.propertyIsEnumerable,Tc=(T,O,L)=>O in T?Cc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ou=(T,O)=>{for(var L in O||(O={}))Iu.call(O,L)&&Tc(T,L,O[L]);if(Yl)for(var L of Yl(O))ef.call(O,L)&&Tc(T,L,O[L]);return T},zu={namespace:"newShixuns",state:{newData:{},actionTabs:{key:"",params:{}},environmentData:{}},effects:{*getNewShixunsData({payload:T},{call:O,put:L}){const ve=yield O(fi.b8,T);return yield L({type:"save",payload:{newData:Ou({},ve)}}),ve},*deleteAttachment({payload:T},{call:O,put:L}){return yield O(fi.OW,T)},*applyShixunMirror({payload:T},{call:O,put:L}){return yield O(fi.EH,T)},*submitShixuns({payload:T},{call:O,put:L}){return yield O(fi.eX,T)},*getShixunsJupyterLab({payload:T},{call:O,put:L}){const ve=yield O(fi.Gu,T);return yield L({type:"save",payload:{newData:Ou({},ve)}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ou({},T)}})},*getEnvironmentData({payload:T},{call:O,put:L}){const ve=yield O(fi.K,T);return console.log(ve,"response"),yield L({type:"save",payload:{environmentData:Ou({},ve.data)}}),ve}},reducers:{save(T,O){return Ou(Ou({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){}}},Pc=Object.defineProperty,jl=Object.getOwnPropertySymbols,Xa=Object.prototype.hasOwnProperty,Df=Object.prototype.propertyIsEnumerable,vf=(T,O,L)=>O in T?Pc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,hl=(T,O)=>{for(var L in O||(O={}))Xa.call(O,L)&&vf(T,L,O[L]);if(jl)for(var L of jl(O))Df.call(O,L)&&vf(T,L,O[L]);return T},tf={namespace:"shixunsOverview",state:{},effects:{*getShixunUseInfos({payload:T},{call:O,put:L}){const ve=yield O(fi.e,T);yield L({type:"save",payload:{ShixunUseInfos:ve}})},*getRankList({payload:T},{call:O,put:L}){const ve=yield O(fi.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(fi.Gz,T);yield L({type:"save",payload:{SBody:ve}})},*getOnlineCount({payload:T},{call:O,put:L}){const ve=yield O(fi.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(fi.Hl,T);yield L({type:"save",payload:{SHeader:ve}})}},reducers:{save(T,O){return hl(hl({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},Oc=(T,O,L)=>new Promise((ve,Oe)=>{var fn=Li=>{try{vn(L.next(Li))}catch(is){Oe(is)}},In=Li=>{try{vn(L.throw(Li))}catch(is){Oe(is)}},vn=Li=>Li.done?ve(Li.value):Promise.resolve(Li.value).then(fn,In);vn((L=L.apply(T,O)).next())});function pu(T){return Oc(this,null,function*(){return(0,ps.ZP)("/api/shixuns/new.json",{method:"Get",params:T})})}function Dc(T){return Oc(this,null,function*(){return(0,ps.ZP)(`/api/shixuns/${T.id}/required_status.json`,{method:"Get",params:{}})})}var oc=Object.defineProperty,uc=Object.defineProperties,_f=Object.getOwnPropertyDescriptors,kc=Object.getOwnPropertySymbols,xo=Object.prototype.hasOwnProperty,Ls=Object.prototype.propertyIsEnumerable,nl=(T,O,L)=>O in T?oc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,su=(T,O)=>{for(var L in O||(O={}))xo.call(O,L)&&nl(T,L,O[L]);if(kc)for(var L of kc(O))Ls.call(O,L)&&nl(T,L,O[L]);return T},rf=(T,O)=>uc(T,_f(O)),lc={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:su({},T)})},*getTestData({payload:T},{call:O,put:L}){const ve=yield O(pu,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(Dc,T);yield L({type:"save",payload:su({},ve.data)})},*setSideBarTabs({payload:T},{call:O,put:L}){yield L({type:"sideBar",payload:su({},T)})}},reducers:{save(T,O){return su(su({},T),O.payload)},sideBar(T,O){return rf(su({},T),{sideBar:su(su({},T.sideBar),O.payload)})}},subscriptions:{setup({dispatch:T,history:O}){}}},Po=e(63423),yf=Object.defineProperty,nf=Object.getOwnPropertySymbols,wl=Object.prototype.hasOwnProperty,il=Object.prototype.propertyIsEnumerable,lo=(T,O,L)=>O in T?yf(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,pl=(T,O)=>{for(var L in O||(O={}))wl.call(O,L)&&lo(T,L,O[L]);if(nf)for(var L of nf(O))il.call(O,L)&&lo(T,L,O[L]);return T},bf={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(Po.JJ,T);return yield L({type:"save",payload:{homeworkBanksDetail:pl({},ve)}}),ve},*getSystemUpdate({payload:T},{call:O,put:L}){const ve=yield O(Po.n0,T);return yield L({type:"save",payload:{systemUpdate:pl({},ve)}}),ve},*getHomepageInfo({payload:T},{call:O,put:L}){const ve=yield O(Po.DA,T);return yield L({type:"save",payload:{homepageInfo:pl({},ve)}}),ve},*signed({payload:T},{call:O,put:L}){return yield O(Po.qN,T)},*getCourses({payload:T},{call:O,put:L}){return yield O(Po.Ho,T)},*getShixuns({payload:T},{call:O,put:L}){return yield O(Po.rV,T)},*getPaths({payload:T},{call:O,put:L}){return yield O(Po.w3,T)},*getProjects({payload:T},{call:O,put:L}){return yield O(Po.mW,T)},*getVideos({payload:T},{call:O,put:L}){return yield O(Po.WY,T)},*getReviewVideos({payload:T},{call:O,put:L}){return yield O(Po.Qx,T)},*deleteVideo({payload:T},{call:O,put:L}){return yield O(Po.FM,T)},*getQuestionBanks({payload:T},{call:O,put:L}){return yield O(Po.ai,T)},*topicsSetPublic({payload:T},{call:O,put:L}){return yield O(Po.Cx,T)},*topicsDelete({payload:T},{call:O,put:L}){return yield O(Po.WS,T)},*topicGetCourseList({payload:T},{call:O,put:L}){return yield O(Po.gI,T)},*topicSendToClass({payload:T},{call:O,put:L}){return T.object_type==="videos"?yield O(Po.Fn,T):yield O(Po.Ef,T)},*logWatchHistory({payload:T},{call:O,put:L}){const ve=yield O(Po.lO,T);return ve==null?void 0:ve.log_id},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:pl({},T)}})}},reducers:{save(T,O){return pl(pl({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},xf=Object.defineProperty,El=Object.getOwnPropertySymbols,Wo=Object.prototype.hasOwnProperty,Sl=Object.prototype.propertyIsEnumerable,Ue=(T,O,L)=>O in T?xf(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,$u=(T,O)=>{for(var L in O||(O={}))Wo.call(O,L)&&Ue(T,L,O[L]);if(El)for(var L of El(O))Sl.call(O,L)&&Ue(T,L,O[L]);return T},qo=(T,O)=>{var L={};for(var ve in T)Wo.call(T,ve)&&O.indexOf(ve)<0&&(L[ve]=T[ve]);if(T!=null&&El)for(var ve of El(T))O.indexOf(ve)<0&&Sl.call(T,ve)&&(L[ve]=T[ve]);return L},Jo={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:Oe}=ve,fn=qo(ve,["to"]);if(!(yield O(Po.Es,fn)).status)try{Oe?f.history.replace(Oe):location.reload()}catch(vn){}},*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(Po.bG,$u({},T));return localStorage.userInfo=JSON.stringify(ve),yield L({type:"save",payload:{userInfo:$u({},ve)}}),ve},*getNavigationInfo({payload:T},{call:O,put:L}){const ve=yield O(Po.x4,$u({},T));yield L({type:"save",payload:{navigationInfo:$u({},ve)}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:$u({},T)}})}},reducers:{save(T,O){return $u($u({},T),O.payload)}}},Zu=e(38746),Lc=Object.defineProperty,fc=Object.defineProperties,Ul=Object.getOwnPropertyDescriptors,Al=Object.getOwnPropertySymbols,al=Object.prototype.hasOwnProperty,Mc=Object.prototype.propertyIsEnumerable,dc=(T,O,L)=>O in T?Lc(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Du=(T,O)=>{for(var L in O||(O={}))al.call(O,L)&&dc(T,L,O[L]);if(Al)for(var L of Al(O))Mc.call(O,L)&&dc(T,L,O[L]);return T},Cl=(T,O)=>fc(T,Ul(O));const Wu=()=>{var T,O,L,ve,Oe,fn,In;let vn=window.location.href.split("/");if(!vn.includes("video"))return;let Li=(T=vn[vn.length-1])==null?void 0:T.split("?")[0];Li=Number(Li);const is=(L=(O=vn[vn.length-1])==null?void 0:O.split("?")[1])==null?void 0:L.split("=")[1];return((Oe=(ve=vn[vn.length-1])==null?void 0:ve.split("?")[1])==null?void 0:Oe.split("=")[0])==="subject_id"?{videoId:Li,subject_id:is}:((In=(fn=vn[vn.length-1])==null?void 0:fn.split("?")[1])==null?void 0:In.split("=")[0])==="new_video_id"?{videoId:Li,new_video_id:is}:{videoId:Li,course_id:is}};var wf={namespace:"videoDetail",state:{detail:{},actionTabs:{key:"",params:{}},videoTabs:{key:"",params:{}},stages:[],cust_seq:0,queryParams:Wu(),videoList:[],attachmentList:[],selectParams:{checkBoxValue:!1,radioValue:1},active:{}},effects:{*getVideoDetail({payload:T,callback:O},{call:L,put:ve}){const Oe=yield L(Nn.O2,T);return O?O(Oe):yield ve({type:"save",payload:{detail:Du({},Oe)}}),Oe},*setVideoValue({payload:T},{call:O,put:L}){yield L({type:"save",payload:{detail:Du({},T)}})},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Du({},T)}})},*setVideoTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{videoTabs:Du({},T)}})},*setSelectValue({payload:T},{call:O,put:L}){yield L({type:"save",payload:{selectParams:Du({},T)}})},*getStageData({payload:T},{call:O,put:L,select:ve}){const Oe=yield O(Nn.yN,T),fn=yield O(aa.lk,{id:T.subject_id}),{queryParams:In}=yield ve(Ss=>Ss.videoDetail),{stages:vn=[]}=Oe,Li=[];let is=[],Wa={};const mo=Ss=>{Ss.forEach(Io=>{String(Io.id)===String(In.videoId)&&(Wa=Io),Io.item_type==="VideoItem"?Li.push(Io):Io.item_type==="Attachment"&&is.push(Io),Io.children&&Io.children.length&&mo(Io.children)})};vn==null||vn.forEach(Ss=>{mo(Ss.items)}),window.filterVideoSign=[...Li],yield L({type:"save",payload:{stages:vn,active:Wa,cust_seq:fn.cust_seq,videoList:Li,attachmentList:is}})},*getVideoData({payload:T},{call:O,put:L,select:ve}){const Oe=yield O(Nn.fn,T),{categories:fn=[],coruse_videos:In=[]}=Oe;yield L({type:"save",payload:{stages:(fn==null?void 0:fn.length)>0?fn:[{coruse_videos:In,name:"\u672A\u5206\u914D\u76EE\u5F55"}]}})},*getCourseStageData({payload:T},{call:O,put:L,select:ve}){const Oe=yield O(Zu.R7,T),{queryParams:fn}=yield ve(mo=>mo.videoDetail),{stages:In}=Oe;let vn=[],Li=[],is={};const Wa=mo=>{mo.forEach(Ss=>{String(Ss.id)===String(fn.videoId)&&(is=Ss),Ss.item_type==="VideoItem"?vn.push(Ss):Ss.item_type==="Attachment"&&Li.push(Ss),Ss.children&&Ss.children.length&&Wa(Ss.children)})};In==null||In.forEach(mo=>{Wa(mo.items)}),window.filterVideoSign=[...vn],yield L({type:"save",payload:{active:is,stages:In,cust_seq:!0,videoList:vn,attachmentList:Li}})}},reducers:{save(T,O){return Du(Du({},T),O.payload)},handleListItemClick(T,O){const{videoList:L,attachmentList:ve}=T,Oe=O.payload.videoId||O.payload.attachmentId,fn=[...L,...ve].find(In=>`${In.id}`==`${Oe}`);return Cl(Du({},T),{active:fn,queryParams:Du(Du({},Wu()),O.payload)})}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}},eu=e(19985),zl=Object.defineProperty,af=Object.getOwnPropertySymbols,hc=Object.prototype.hasOwnProperty,pc=Object.prototype.propertyIsEnumerable,Xl=(T,O,L)=>O in T?zl(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,Ql=(T,O)=>{for(var L in O||(O={}))hc.call(O,L)&&Xl(T,L,O[L]);if(af)for(var L of af(O))pc.call(O,L)&&Xl(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(eu.y2,T);return yield L({type:"save",payload:{Workplace:{BaseData:ve.data}}}),ve},*putEditDiscussion({payload:T},{call:O,put:L}){return yield O(eu.CH,T)},*getDiscussionDetail({payload:T},{call:O,put:L}){const ve=yield O(eu.XQ,T);return yield L({type:"save",payload:{DiscussionDetail:ve}}),ve},*postDiscussionList({payload:T},{call:O,put:L}){return yield O(eu.Ll,T)},*getDiscussionList({payload:T},{call:O,put:L}){const ve=yield O(eu.EA,T);return yield L({type:"save",payload:{DiscussionList:ve}}),ve},*postAddLessonRes({payload:T},{call:O,put:L}){return yield O(eu.cZ,T)},*getLessonResourcesList({payload:T},{call:O,put:L}){const ve=yield O(eu.b,T);return yield L({type:"save",payload:{LessonResList:ve}}),ve},*putGoodLessonsDetail({payload:T},{call:O,put:L}){return yield O(eu.To,T)},*getGoodLessonsDetail({payload:T},{call:O,put:L}){const ve=yield O(eu.FU,T);return yield L({type:"save",payload:{LessonDetail:ve}}),ve},*postGoodLessonsList({payload:T},{call:O,put:L}){return yield O(eu.Vf,T)},*getGoodLessonsList({payload:T},{call:O,put:L}){const ve=yield O(eu.G_,T);return yield L({type:"save",payload:{LessonsList:ve}}),ve},*setActionTabs({payload:T},{call:O,put:L}){yield L({type:"save",payload:{actionTabs:Ql({},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(eu.sT,T);yield L({type:"save",payload:{virtualSpacesDetails:Ql({},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(eu.Sl,T);return yield L({type:"save",payload:{menus:ve}}),ve}},reducers:{save(T,O){return Ql(Ql({},T),O.payload)}},subscriptions:{setup({dispatch:T,history:O}){return O.listen(({pathname:L})=>{L==="/"&&T({type:"query"})})}}};const sl={model_1:{namespace:"account.index",model:b},model_2:{namespace:"classrooms.announcement",model:K},model_3:{namespace:"classrooms.attachment",model:se},model_4:{namespace:"classrooms.boards",model:Pe},model_5:{namespace:"classrooms.exercise",model:je},model_6:{namespace:"classrooms.graduation",model:ke},model_7:{namespace:"classrooms.homeworks",model:Vt},model_8:{namespace:"classrooms.index",model:Se},model_9:{namespace:"classrooms.new",model:Te},model_10:{namespace:"classrooms.overview",model:Dr},model_11:{namespace:"classrooms.polls",model:Nt},model_12:{namespace:"classrooms.teacher",model:ei},model_13:{namespace:"classrooms.video",model:Ca},model_14:{namespace:"competitions.index",model:Si},model_15:{namespace:"engineering.evaluateDetail",model:Je},model_16:{namespace:"engineering.evaluateList",model:Cn.Z},model_17:{namespace:"engineering.index",model:wn},model_18:{namespace:"engineering.navigation",model:ba},model_19:{namespace:"engineering.normDetail",model:Ji},model_20:{namespace:"engineering.normList",model:Za},model_21:{namespace:"forums.detail",model:jo},model_22:{namespace:"forums.index",model:go},model_23:{namespace:"globalSetting",model:Mu},model_24:{namespace:"graduations.index",model:hr},model_25:{namespace:"homePage",model:Br},model_26:{namespace:"innovation.index",model:wa},model_27:{namespace:"intraincourse.index",model:ii},model_28:{namespace:"loading",model:ki},model_29:{namespace:"messages.index",model:Gs},model_30:{namespace:"paperlibrary.index",model:br},model_31:{namespace:"paperlibrary.newPaper",model:ga},model_32:{namespace:"paths.detail",model:yu},model_33:{namespace:"paths.index",model:Pt},model_34:{namespace:"paths.new",model:ri},model_35:{namespace:"paths.overview",model:ns},model_36:{namespace:"problemset.index",model:Nu},model_37:{namespace:"problemset.preview",model:Ll},model_38:{namespace:"resetFul.index",model:Vl},model_39:{namespace:"shixuns.detail",model:qc},model_40:{namespace:"shixuns.index",model:au},model_41:{namespace:"shixuns.new",model:zu},model_42:{namespace:"shixuns.overview",model:tf},model_43:{namespace:"shixuns.practiceSetting",model:lc},model_44:{namespace:"user.detail",model:bf},model_45:{namespace:"user.index",model:Jo},model_46:{namespace:"video.detail",model:wf},model_47:{namespace:"virtualSpaces.index",model:mu}};var tu=Object.defineProperty,Ef=Object.getOwnPropertySymbols,Fc=Object.prototype.hasOwnProperty,Hu=Object.prototype.propertyIsEnumerable,ol=(T,O,L)=>O in T?tu(T,O,{enumerable:!0,configurable:!0,writable:!0,value:L}):T[O]=L,$l=(T,O)=>{for(var L in O||(O={}))Fc.call(O,L)&&ol(T,L,O[L]);if(Ef)for(var L of Ef(O))Hu.call(O,L)&&ol(T,L,O[L]);return T};let sf;function Bc(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)($l({history:f.history},ve.config||{}),{initialReducer:{},setupMiddlewares(Oe){return[...Oe]},setupApp(Oe){Oe._history=f.history}}),sf=L.current,L.current.use(l()()),(ve.plugins||[]).forEach(Oe=>{L.current.use(Oe)});for(const Oe of Object.keys(sl))L.current.model($l({namespace:sl[Oe].namespace},sl[Oe].model));L.current.start()}return c.createElement(r.zt,{store:L.current._store},T.children)}function mc(){return sf}},26108:function(d,_,e){"use strict";e.d(_,{PZ:function(){return gi},eU:function(){return a},B:function(){return la},Mg:function(){return pt},lw:function(){return _t},Kd:function(){return Ot},H8:function(){return Si}});var r=e(59301),i=e(94266),l=e.n(i);const c=l()||i;function f(Ze){return Ze.displayName||Ze.name||"Component"}const o=r.createContext(null),{Consumer:h,Provider:u}=o,a=u,x=null;function p(Ze,Je){const{intlPropName:ye="intl",forwardRef:st=!1,enforceContext:sr=!0}=Je||{},xr=kr=>React.createElement(h,null,Pr=>(sr&&invariantIntlContext(Pr),React.createElement(Ze,Object.assign({},kr,{[ye]:Pr},{ref:st?kr.forwardedRef:null}))));return xr.displayName=`injectIntl(${f(Ze)})`,xr.WrappedComponent=Ze,c(st?React.forwardRef((kr,Pr)=>React.createElement(xr,Object.assign({},kr,{forwardedRef:Pr}))):xr,Ze)}var y;(function(Ze){Ze[Ze.literal=0]="literal",Ze[Ze.argument=1]="argument",Ze[Ze.number=2]="number",Ze[Ze.date=3]="date",Ze[Ze.time=4]="time",Ze[Ze.select=5]="select",Ze[Ze.plural=6]="plural",Ze[Ze.pound=7]="pound"})(y||(y={}));function m(Ze){return Ze.type===y.literal}function b(Ze){return Ze.type===y.argument}function S(Ze){return Ze.type===y.number}function D(Ze){return Ze.type===y.date}function R(Ze){return Ze.type===y.time}function A(Ze){return Ze.type===y.select}function P(Ze){return Ze.type===y.plural}function M(Ze){return Ze.type===y.pound}function B(Ze){return!!(Ze&&typeof Ze=="object"&&Ze.type===0)}function N(Ze){return!!(Ze&&typeof Ze=="object"&&Ze.type===1)}function K(Ze){return{type:y.literal,value:Ze}}function H(Ze,Je){return{type:y.number,value:Ze,style:Je}}var W=function(){var Ze=function(Je,ye){return Ze=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(st,sr){st.__proto__=sr}||function(st,sr){for(var xr in sr)sr.hasOwnProperty(xr)&&(st[xr]=sr[xr])},Ze(Je,ye)};return function(Je,ye){Ze(Je,ye);function st(){this.constructor=Je}Je.prototype=ye===null?Object.create(ye):(st.prototype=ye.prototype,new st)}}(),ae=function(){return ae=Object.assign||function(Ze){for(var Je,ye=1,st=arguments.length;ye<st;ye++){Je=arguments[ye];for(var sr in Je)Object.prototype.hasOwnProperty.call(Je,sr)&&(Ze[sr]=Je[sr])}return Ze},ae.apply(this,arguments)},X=function(Ze){W(Je,Ze);function Je(ye,st,sr,xr){var kr=Ze.call(this)||this;return kr.message=ye,kr.expected=st,kr.found=sr,kr.location=xr,kr.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(kr,Je),kr}return Je.buildMessage=function(ye,st){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(dn){return"\\x0"+sr(dn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(dn){return"\\x"+sr(dn)})}function kr(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(dn){return"\\x0"+sr(dn)}).replace(/[\x10-\x1F\x7F-\x9F]/g,function(dn){return"\\x"+sr(dn)})}function Pr(wr){switch(wr.type){case"literal":return'"'+xr(wr.text)+'"';case"class":var dn=wr.parts.map(function(sn){return Array.isArray(sn)?kr(sn[0])+"-"+kr(sn[1]):kr(sn)});return"["+(wr.inverted?"^":"")+dn+"]";case"any":return"any character";case"end":return"end of input";case"other":return wr.description}}function zr(wr){var dn=wr.map(Pr),sn,cn;if(dn.sort(),dn.length>0){for(sn=1,cn=1;sn<dn.length;sn++)dn[sn-1]!==dn[sn]&&(dn[cn]=dn[sn],cn++);dn.length=cn}switch(dn.length){case 1:return dn[0];case 2:return dn[0]+" or "+dn[1];default:return dn.slice(0,-1).join(", ")+", or "+dn[dn.length-1]}}function wn(wr){return wr?'"'+xr(wr)+'"':"end of input"}return"Expected "+zr(ye)+" but "+wn(st)+" found."},Je}(Error);function oe(Ze,Je){Je=Je!==void 0?Je:{};var ye={},st={start:Xe},sr=Xe,xr=function(ge){return ge.join("")},kr=function(ge){return ae({type:y.literal,value:ge},Da())},Pr="#",zr=ji("#",!1),wn=function(){return ae({type:y.pound},Da())},wr=Ya("argumentElement"),dn="{",sn=ji("{",!1),cn="}",On=ji("}",!1),Ia=function(ge){return ae({type:y.argument,value:ge},Da())},Di=Ya("numberSkeletonId"),yi=/^['\/{}]/,yn=ho(["'","/","{","}"],!1,!1),pi=no(),Qi=Ya("numberSkeletonTokenOption"),ba="/",Xs=ji("/",!1),xa=function(ge){return ge},Bs=Ya("numberSkeletonToken"),Qs=function(ge,we){return{stem:ge,options:we}},es=function(ge){return ae({type:0,tokens:ge},Da())},zs="::",ti=ji("::",!1),ws=function(ge){return ge},ds=function(){return Vi.push("numberArgStyle"),!0},qs=function(ge){return Vi.pop(),ge.replace(/\s*$/,"")},Ji=",",Ns=ji(",",!1),Go="number",Va=ji("number",!1),ma=function(ge,we,Er){return ae({type:we==="number"?y.number:we==="date"?y.date:y.time,style:Er&&Er[2],value:ge},Da())},as="'",vo=ji("'",!1),zn=/^[^']/,ts=ho(["'"],!0,!1),Ps=/^[^a-zA-Z'{}]/,Is=ho([["a","z"],["A","Z"],"'","{","}"],!0,!1),Gi=/^[a-zA-Z]/,Qa=ho([["a","z"],["A","Z"]],!1,!1),Za=function(ge){return ae({type:1,pattern:ge},Da())},ks=function(){return Vi.push("dateOrTimeArgStyle"),!0},_o="date",No=ji("date",!1),Ko="time",Vo=ji("time",!1),rs="plural",gs=ji("plural",!1),Eo="selectordinal",jo=ji("selectordinal",!1),ko="offset:",Yo=ji("offset:",!1),xi=function(ge,we,Er,rn){return ae({type:y.plural,pluralType:we==="plural"?"cardinal":"ordinal",value:ge,offset:Er?Er[2]:0,options:rn.reduce(function(br,en){var Dn=en.id,ai=en.value,Zi=en.location;return Dn in br&&$s('Duplicate option "'+Dn+'" in plural element: "'+Vr()+'"',wa()),br[Dn]={value:ai,location:Zi},br},{})},Da())},mi="select",ss=ji("select",!1),hs=function(ge,we){return ae({type:y.select,value:ge,options:we.reduce(function(Er,rn){var br=rn.id,en=rn.value,Dn=rn.location;return br in Er&&$s('Duplicate option "'+br+'" in select element: "'+Vr()+'"',wa()),Er[br]={value:en,location:Dn},Er},{})},Da())},os="=",go=ji("=",!1),Uo=function(ge){return Vi.push("select"),!0},lu=function(ge,we){return Vi.pop(),ae({id:ge,value:we},Da())},Rs=function(ge){return Vi.push("plural"),!0},ru=function(ge,we){return Vi.pop(),ae({id:ge,value:we},Da())},cu=Ya("whitespace"),wu=/^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Ro=ho([[" ","\r"]," ","\x85","\xA0","\u1680",["\u2000","\u200A"],"\u2028","\u2029","\u202F","\u205F","\u3000"],!1,!1),Qu=Ya("syntax pattern"),Lo=/^[!-\/:-@[-\^`{-~\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]/,fo=ho([["!","/"],[":","@"],["[","^"],"`",["{","~"],["\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=Ya("optional whitespace"),Mu=Ya("number"),Oo="-",Mo=ji("-",!1),Eu=function(ge,we){return we?ge?-we:we:0},Xo=Ya("apostrophe"),nu=Ya("double apostrophes"),Os="''",zo=ji("''",!1),Fu=function(){return"'"},Jt=function(ge,we){return ge+we.replace("''","'")},hr=function(ge){return ge!=="{"&&!(Ks()&&ge==="#")&&!(Ma()&&ge==="}")},ur=`
`,pr=ji(`
`,!1),Sr=function(ge){return ge==="{"||ge==="}"||Ks()&&ge==="#"},gn=Ya("argNameOrNumber"),Wn=Ya("argNumber"),Rn="0",Hn=ji("0",!1),ui=function(){return 0},oi=/^[1-9]/,fr=ho([["1","9"]],!1,!1),Fr=/^[0-9]/,Br=ho([["0","9"]],!1,!1),En=function(ge){return parseInt(ge.join(""),10)},Sn=Ya("argName"),vt=0,jn=0,Gn=[{line:1,column:1}],Ni=0,ea=[],Ur=0,ca;if(Je.startRule!==void 0){if(!(Je.startRule in st))throw new Error(`Can't start parsing from rule "`+Je.startRule+'".');sr=st[Je.startRule]}function Vr(){return Ze.substring(jn,vt)}function wa(){return eo(jn,vt)}function ps(ge,we){throw we=we!==void 0?we:eo(jn,vt),io([Ya(ge)],Ze.substring(jn,vt),we)}function $s(ge,we){throw we=we!==void 0?we:eo(jn,vt),Hs(ge,we)}function ji(ge,we){return{type:"literal",text:ge,ignoreCase:we}}function ho(ge,we,Er){return{type:"class",parts:ge,inverted:we,ignoreCase:Er}}function no(){return{type:"any"}}function Zs(){return{type:"end"}}function Ya(ge){return{type:"other",description:ge}}function Ws(ge){var we=Gn[ge],Er;if(we)return we;for(Er=ge-1;!Gn[Er];)Er--;for(we=Gn[Er],we={line:we.line,column:we.column};Er<ge;)Ze.charCodeAt(Er)===10?(we.line++,we.column=1):we.column++,Er++;return Gn[ge]=we,we}function eo(ge,we){var Er=Ws(ge),rn=Ws(we);return{start:{offset:ge,line:Er.line,column:Er.column},end:{offset:we,line:rn.line,column:rn.column}}}function Ln(ge){vt<Ni||(vt>Ni&&(Ni=vt,ea=[]),ea.push(ge))}function Hs(ge,we){return new X(ge,[],"",we)}function io(ge,we,Er){return new X(X.buildMessage(ge,we),ge,we,Er)}function Xe(){var ge;return ge=Qe(),ge}function Qe(){var ge,we;for(ge=[],we=jt();we!==ye;)ge.push(we),we=jt();return ge}function jt(){var ge;return ge=gr(),ge===ye&&(ge=Hr(),ge===ye&&(ge=Ri(),ge===ye&&(ge=wi(),ge===ye&&(ge=va(),ge===ye&&(ge=Rr()))))),ge}function Kt(){var ge,we,Er;if(ge=vt,we=[],Er=ms(),Er===ye&&(Er=ao(),Er===ye&&(Er=ys())),Er!==ye)for(;Er!==ye;)we.push(Er),Er=ms(),Er===ye&&(Er=ao(),Er===ye&&(Er=ys()));else we=ye;return we!==ye&&(jn=ge,we=xr(we)),ge=we,ge}function gr(){var ge,we;return ge=vt,we=Kt(),we!==ye&&(jn=ge,we=kr(we)),ge=we,ge}function Rr(){var ge,we;return ge=vt,Ze.charCodeAt(vt)===35?(we=Pr,vt++):(we=ye,Ur===0&&Ln(zr)),we!==ye&&(jn=ge,we=wn()),ge=we,ge}function Hr(){var ge,we,Er,rn,br,en;return Ur++,ge=vt,Ze.charCodeAt(vt)===123?(we=dn,vt++):(we=ye,Ur===0&&Ln(sn)),we!==ye?(Er=zi(),Er!==ye?(rn=cs(),rn!==ye?(br=zi(),br!==ye?(Ze.charCodeAt(vt)===125?(en=cn,vt++):(en=ye,Ur===0&&Ln(On)),en!==ye?(jn=ge,we=Ia(rn),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye),Ur--,ge===ye&&(we=ye,Ur===0&&Ln(wr)),ge}function bn(){var ge,we,Er,rn,br;if(Ur++,ge=vt,we=[],Er=vt,rn=vt,Ur++,br=qa(),br===ye&&(yi.test(Ze.charAt(vt))?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(yn))),Ur--,br===ye?rn=void 0:(vt=rn,rn=ye),rn!==ye?(Ze.length>vt?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(pi)),br!==ye?(rn=[rn,br],Er=rn):(vt=Er,Er=ye)):(vt=Er,Er=ye),Er!==ye)for(;Er!==ye;)we.push(Er),Er=vt,rn=vt,Ur++,br=qa(),br===ye&&(yi.test(Ze.charAt(vt))?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(yn))),Ur--,br===ye?rn=void 0:(vt=rn,rn=ye),rn!==ye?(Ze.length>vt?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(pi)),br!==ye?(rn=[rn,br],Er=rn):(vt=Er,Er=ye)):(vt=Er,Er=ye);else we=ye;return we!==ye?ge=Ze.substring(ge,vt):ge=we,Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Di)),ge}function on(){var ge,we,Er;return Ur++,ge=vt,Ze.charCodeAt(vt)===47?(we=ba,vt++):(we=ye,Ur===0&&Ln(Xs)),we!==ye?(Er=bn(),Er!==ye?(jn=ge,we=xa(Er),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye),Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Qi)),ge}function xn(){var ge,we,Er,rn,br;if(Ur++,ge=vt,we=zi(),we!==ye)if(Er=bn(),Er!==ye){for(rn=[],br=on();br!==ye;)rn.push(br),br=on();rn!==ye?(jn=ge,we=Qs(Er,rn),ge=we):(vt=ge,ge=ye)}else vt=ge,ge=ye;else vt=ge,ge=ye;return Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Bs)),ge}function si(){var ge,we,Er;if(ge=vt,we=[],Er=xn(),Er!==ye)for(;Er!==ye;)we.push(Er),Er=xn();else we=ye;return we!==ye&&(jn=ge,we=es(we)),ge=we,ge}function ii(){var ge,we,Er;return ge=vt,Ze.substr(vt,2)===zs?(we=zs,vt+=2):(we=ye,Ur===0&&Ln(ti)),we!==ye?(Er=si(),Er!==ye?(jn=ge,we=ws(Er),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye),ge===ye&&(ge=vt,jn=vt,we=ds(),we?we=void 0:we=ye,we!==ye?(Er=Kt(),Er!==ye?(jn=ge,we=qs(Er),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)),ge}function Ti(){var ge,we,Er,rn,br,en,Dn,ai,Zi,$n,Fn,Kn,ga;return ge=vt,Ze.charCodeAt(vt)===123?(we=dn,vt++):(we=ye,Ur===0&&Ln(sn)),we!==ye?(Er=zi(),Er!==ye?(rn=cs(),rn!==ye?(br=zi(),br!==ye?(Ze.charCodeAt(vt)===44?(en=Ji,vt++):(en=ye,Ur===0&&Ln(Ns)),en!==ye?(Dn=zi(),Dn!==ye?(Ze.substr(vt,6)===Go?(ai=Go,vt+=6):(ai=ye,Ur===0&&Ln(Va)),ai!==ye?(Zi=zi(),Zi!==ye?($n=vt,Ze.charCodeAt(vt)===44?(Fn=Ji,vt++):(Fn=ye,Ur===0&&Ln(Ns)),Fn!==ye?(Kn=zi(),Kn!==ye?(ga=ii(),ga!==ye?(Fn=[Fn,Kn,ga],$n=Fn):(vt=$n,$n=ye)):(vt=$n,$n=ye)):(vt=$n,$n=ye),$n===ye&&($n=null),$n!==ye?(Fn=zi(),Fn!==ye?(Ze.charCodeAt(vt)===125?(Kn=cn,vt++):(Kn=ye,Ur===0&&Ln(On)),Kn!==ye?(jn=ge,we=ma(rn,ai,$n),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye),ge}function ki(){var ge,we,Er,rn;if(ge=vt,Ze.charCodeAt(vt)===39?(we=as,vt++):(we=ye,Ur===0&&Ln(vo)),we!==ye){if(Er=[],rn=ms(),rn===ye&&(zn.test(Ze.charAt(vt))?(rn=Ze.charAt(vt),vt++):(rn=ye,Ur===0&&Ln(ts))),rn!==ye)for(;rn!==ye;)Er.push(rn),rn=ms(),rn===ye&&(zn.test(Ze.charAt(vt))?(rn=Ze.charAt(vt),vt++):(rn=ye,Ur===0&&Ln(ts)));else Er=ye;Er!==ye?(Ze.charCodeAt(vt)===39?(rn=as,vt++):(rn=ye,Ur===0&&Ln(vo)),rn!==ye?(we=[we,Er,rn],ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)}else vt=ge,ge=ye;if(ge===ye)if(ge=[],we=ms(),we===ye&&(Ps.test(Ze.charAt(vt))?(we=Ze.charAt(vt),vt++):(we=ye,Ur===0&&Ln(Is))),we!==ye)for(;we!==ye;)ge.push(we),we=ms(),we===ye&&(Ps.test(Ze.charAt(vt))?(we=Ze.charAt(vt),vt++):(we=ye,Ur===0&&Ln(Is)));else ge=ye;return ge}function ta(){var ge,we;if(ge=[],Gi.test(Ze.charAt(vt))?(we=Ze.charAt(vt),vt++):(we=ye,Ur===0&&Ln(Qa)),we!==ye)for(;we!==ye;)ge.push(we),Gi.test(Ze.charAt(vt))?(we=Ze.charAt(vt),vt++):(we=ye,Ur===0&&Ln(Qa));else ge=ye;return ge}function Ki(){var ge,we,Er,rn;if(ge=vt,we=vt,Er=[],rn=ki(),rn===ye&&(rn=ta()),rn!==ye)for(;rn!==ye;)Er.push(rn),rn=ki(),rn===ye&&(rn=ta());else Er=ye;return Er!==ye?we=Ze.substring(we,vt):we=Er,we!==ye&&(jn=ge,we=Za(we)),ge=we,ge}function Pi(){var ge,we,Er;return ge=vt,Ze.substr(vt,2)===zs?(we=zs,vt+=2):(we=ye,Ur===0&&Ln(ti)),we!==ye?(Er=Ki(),Er!==ye?(jn=ge,we=ws(Er),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye),ge===ye&&(ge=vt,jn=vt,we=ks(),we?we=void 0:we=ye,we!==ye?(Er=Kt(),Er!==ye?(jn=ge,we=qs(Er),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)),ge}function Ta(){var ge,we,Er,rn,br,en,Dn,ai,Zi,$n,Fn,Kn,ga;return ge=vt,Ze.charCodeAt(vt)===123?(we=dn,vt++):(we=ye,Ur===0&&Ln(sn)),we!==ye?(Er=zi(),Er!==ye?(rn=cs(),rn!==ye?(br=zi(),br!==ye?(Ze.charCodeAt(vt)===44?(en=Ji,vt++):(en=ye,Ur===0&&Ln(Ns)),en!==ye?(Dn=zi(),Dn!==ye?(Ze.substr(vt,4)===_o?(ai=_o,vt+=4):(ai=ye,Ur===0&&Ln(No)),ai===ye&&(Ze.substr(vt,4)===Ko?(ai=Ko,vt+=4):(ai=ye,Ur===0&&Ln(Vo))),ai!==ye?(Zi=zi(),Zi!==ye?($n=vt,Ze.charCodeAt(vt)===44?(Fn=Ji,vt++):(Fn=ye,Ur===0&&Ln(Ns)),Fn!==ye?(Kn=zi(),Kn!==ye?(ga=Pi(),ga!==ye?(Fn=[Fn,Kn,ga],$n=Fn):(vt=$n,$n=ye)):(vt=$n,$n=ye)):(vt=$n,$n=ye),$n===ye&&($n=null),$n!==ye?(Fn=zi(),Fn!==ye?(Ze.charCodeAt(vt)===125?(Kn=cn,vt++):(Kn=ye,Ur===0&&Ln(On)),Kn!==ye?(jn=ge,we=ma(rn,ai,$n),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye),ge}function Ri(){var ge;return ge=Ti(),ge===ye&&(ge=Ta()),ge}function wi(){var ge,we,Er,rn,br,en,Dn,ai,Zi,$n,Fn,Kn,ga,aa,Do,Ao;if(ge=vt,Ze.charCodeAt(vt)===123?(we=dn,vt++):(we=ye,Ur===0&&Ln(sn)),we!==ye)if(Er=zi(),Er!==ye)if(rn=cs(),rn!==ye)if(br=zi(),br!==ye)if(Ze.charCodeAt(vt)===44?(en=Ji,vt++):(en=ye,Ur===0&&Ln(Ns)),en!==ye)if(Dn=zi(),Dn!==ye)if(Ze.substr(vt,6)===rs?(ai=rs,vt+=6):(ai=ye,Ur===0&&Ln(gs)),ai===ye&&(Ze.substr(vt,13)===Eo?(ai=Eo,vt+=13):(ai=ye,Ur===0&&Ln(jo))),ai!==ye)if(Zi=zi(),Zi!==ye)if(Ze.charCodeAt(vt)===44?($n=Ji,vt++):($n=ye,Ur===0&&Ln(Ns)),$n!==ye)if(Fn=zi(),Fn!==ye)if(Kn=vt,Ze.substr(vt,7)===ko?(ga=ko,vt+=7):(ga=ye,Ur===0&&Ln(Yo)),ga!==ye?(aa=zi(),aa!==ye?(Do=Oa(),Do!==ye?(ga=[ga,aa,Do],Kn=ga):(vt=Kn,Kn=ye)):(vt=Kn,Kn=ye)):(vt=Kn,Kn=ye),Kn===ye&&(Kn=null),Kn!==ye)if(ga=zi(),ga!==ye){if(aa=[],Do=ia(),Do!==ye)for(;Do!==ye;)aa.push(Do),Do=ia();else aa=ye;aa!==ye?(Do=zi(),Do!==ye?(Ze.charCodeAt(vt)===125?(Ao=cn,vt++):(Ao=ye,Ur===0&&Ln(On)),Ao!==ye?(jn=ge,we=xi(rn,ai,Kn,aa),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)}else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;return ge}function va(){var ge,we,Er,rn,br,en,Dn,ai,Zi,$n,Fn,Kn,ga,aa;if(ge=vt,Ze.charCodeAt(vt)===123?(we=dn,vt++):(we=ye,Ur===0&&Ln(sn)),we!==ye)if(Er=zi(),Er!==ye)if(rn=cs(),rn!==ye)if(br=zi(),br!==ye)if(Ze.charCodeAt(vt)===44?(en=Ji,vt++):(en=ye,Ur===0&&Ln(Ns)),en!==ye)if(Dn=zi(),Dn!==ye)if(Ze.substr(vt,6)===mi?(ai=mi,vt+=6):(ai=ye,Ur===0&&Ln(ss)),ai!==ye)if(Zi=zi(),Zi!==ye)if(Ze.charCodeAt(vt)===44?($n=Ji,vt++):($n=ye,Ur===0&&Ln(Ns)),$n!==ye)if(Fn=zi(),Fn!==ye){if(Kn=[],ga=Gs(),ga!==ye)for(;ga!==ye;)Kn.push(ga),ga=Gs();else Kn=ye;Kn!==ye?(ga=zi(),ga!==ye?(Ze.charCodeAt(vt)===125?(aa=cn,vt++):(aa=ye,Ur===0&&Ln(On)),aa!==ye?(jn=ge,we=hs(rn,Kn),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)}else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;else vt=ge,ge=ye;return ge}function yo(){var ge,we,Er,rn;return ge=vt,we=vt,Ze.charCodeAt(vt)===61?(Er=os,vt++):(Er=ye,Ur===0&&Ln(go)),Er!==ye?(rn=Oa(),rn!==ye?(Er=[Er,rn],we=Er):(vt=we,we=ye)):(vt=we,we=ye),we!==ye?ge=Ze.substring(ge,vt):ge=we,ge===ye&&(ge=so()),ge}function Gs(){var ge,we,Er,rn,br,en,Dn,ai;return ge=vt,we=zi(),we!==ye?(Er=so(),Er!==ye?(rn=zi(),rn!==ye?(Ze.charCodeAt(vt)===123?(br=dn,vt++):(br=ye,Ur===0&&Ln(sn)),br!==ye?(jn=vt,en=Uo(Er),en?en=void 0:en=ye,en!==ye?(Dn=Qe(),Dn!==ye?(Ze.charCodeAt(vt)===125?(ai=cn,vt++):(ai=ye,Ur===0&&Ln(On)),ai!==ye?(jn=ge,we=lu(Er,Dn),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye),ge}function ia(){var ge,we,Er,rn,br,en,Dn,ai;return ge=vt,we=zi(),we!==ye?(Er=yo(),Er!==ye?(rn=zi(),rn!==ye?(Ze.charCodeAt(vt)===123?(br=dn,vt++):(br=ye,Ur===0&&Ln(sn)),br!==ye?(jn=vt,en=Rs(Er),en?en=void 0:en=ye,en!==ye?(Dn=Qe(),Dn!==ye?(Ze.charCodeAt(vt)===125?(ai=cn,vt++):(ai=ye,Ur===0&&Ln(On)),ai!==ye?(jn=ge,we=ru(Er,Dn),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye)):(vt=ge,ge=ye),ge}function qa(){var ge,we;return Ur++,wu.test(Ze.charAt(vt))?(ge=Ze.charAt(vt),vt++):(ge=ye,Ur===0&&Ln(Ro)),Ur--,ge===ye&&(we=ye,Ur===0&&Ln(cu)),ge}function ha(){var ge,we;return Ur++,Lo.test(Ze.charAt(vt))?(ge=Ze.charAt(vt),vt++):(ge=ye,Ur===0&&Ln(fo)),Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Qu)),ge}function zi(){var ge,we,Er;for(Ur++,ge=vt,we=[],Er=qa();Er!==ye;)we.push(Er),Er=qa();return we!==ye?ge=Ze.substring(ge,vt):ge=we,Ur--,ge===ye&&(we=ye,Ur===0&&Ln(gu)),ge}function Oa(){var ge,we,Er;return Ur++,ge=vt,Ze.charCodeAt(vt)===45?(we=Oo,vt++):(we=ye,Ur===0&&Ln(Mo)),we===ye&&(we=null),we!==ye?(Er=bo(),Er!==ye?(jn=ge,we=Eu(we,Er),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye),Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Mu)),ge}function ls(){var ge,we;return Ur++,Ze.charCodeAt(vt)===39?(ge=as,vt++):(ge=ye,Ur===0&&Ln(vo)),Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Xo)),ge}function ms(){var ge,we;return Ur++,ge=vt,Ze.substr(vt,2)===Os?(we=Os,vt+=2):(we=ye,Ur===0&&Ln(zo)),we!==ye&&(jn=ge,we=Fu()),ge=we,Ur--,ge===ye&&(we=ye,Ur===0&&Ln(nu)),ge}function ao(){var ge,we,Er,rn,br,en;if(ge=vt,Ze.charCodeAt(vt)===39?(we=as,vt++):(we=ye,Ur===0&&Ln(vo)),we!==ye)if(Er=So(),Er!==ye){for(rn=vt,br=[],Ze.substr(vt,2)===Os?(en=Os,vt+=2):(en=ye,Ur===0&&Ln(zo)),en===ye&&(zn.test(Ze.charAt(vt))?(en=Ze.charAt(vt),vt++):(en=ye,Ur===0&&Ln(ts)));en!==ye;)br.push(en),Ze.substr(vt,2)===Os?(en=Os,vt+=2):(en=ye,Ur===0&&Ln(zo)),en===ye&&(zn.test(Ze.charAt(vt))?(en=Ze.charAt(vt),vt++):(en=ye,Ur===0&&Ln(ts)));br!==ye?rn=Ze.substring(rn,vt):rn=br,rn!==ye?(Ze.charCodeAt(vt)===39?(br=as,vt++):(br=ye,Ur===0&&Ln(vo)),br===ye&&(br=null),br!==ye?(jn=ge,we=Jt(Er,rn),ge=we):(vt=ge,ge=ye)):(vt=ge,ge=ye)}else vt=ge,ge=ye;else vt=ge,ge=ye;return ge}function ys(){var ge,we,Er,rn;return ge=vt,we=vt,Ze.length>vt?(Er=Ze.charAt(vt),vt++):(Er=ye,Ur===0&&Ln(pi)),Er!==ye?(jn=vt,rn=hr(Er),rn?rn=void 0:rn=ye,rn!==ye?(Er=[Er,rn],we=Er):(vt=we,we=ye)):(vt=we,we=ye),we===ye&&(Ze.charCodeAt(vt)===10?(we=ur,vt++):(we=ye,Ur===0&&Ln(pr))),we!==ye?ge=Ze.substring(ge,vt):ge=we,ge}function So(){var ge,we,Er,rn;return ge=vt,we=vt,Ze.length>vt?(Er=Ze.charAt(vt),vt++):(Er=ye,Ur===0&&Ln(pi)),Er!==ye?(jn=vt,rn=Sr(Er),rn?rn=void 0:rn=ye,rn!==ye?(Er=[Er,rn],we=Er):(vt=we,we=ye)):(vt=we,we=ye),we!==ye?ge=Ze.substring(ge,vt):ge=we,ge}function cs(){var ge,we;return Ur++,ge=vt,we=bo(),we===ye&&(we=so()),we!==ye?ge=Ze.substring(ge,vt):ge=we,Ur--,ge===ye&&(we=ye,Ur===0&&Ln(gn)),ge}function bo(){var ge,we,Er,rn,br;if(Ur++,ge=vt,Ze.charCodeAt(vt)===48?(we=Rn,vt++):(we=ye,Ur===0&&Ln(Hn)),we!==ye&&(jn=ge,we=ui()),ge=we,ge===ye){if(ge=vt,we=vt,oi.test(Ze.charAt(vt))?(Er=Ze.charAt(vt),vt++):(Er=ye,Ur===0&&Ln(fr)),Er!==ye){for(rn=[],Fr.test(Ze.charAt(vt))?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(Br));br!==ye;)rn.push(br),Fr.test(Ze.charAt(vt))?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(Br));rn!==ye?(Er=[Er,rn],we=Er):(vt=we,we=ye)}else vt=we,we=ye;we!==ye&&(jn=ge,we=En(we)),ge=we}return Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Wn)),ge}function so(){var ge,we,Er,rn,br;if(Ur++,ge=vt,we=[],Er=vt,rn=vt,Ur++,br=qa(),br===ye&&(br=ha()),Ur--,br===ye?rn=void 0:(vt=rn,rn=ye),rn!==ye?(Ze.length>vt?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(pi)),br!==ye?(rn=[rn,br],Er=rn):(vt=Er,Er=ye)):(vt=Er,Er=ye),Er!==ye)for(;Er!==ye;)we.push(Er),Er=vt,rn=vt,Ur++,br=qa(),br===ye&&(br=ha()),Ur--,br===ye?rn=void 0:(vt=rn,rn=ye),rn!==ye?(Ze.length>vt?(br=Ze.charAt(vt),vt++):(br=ye,Ur===0&&Ln(pi)),br!==ye?(rn=[rn,br],Er=rn):(vt=Er,Er=ye)):(vt=Er,Er=ye);else we=ye;return we!==ye?ge=Ze.substring(ge,vt):ge=we,Ur--,ge===ye&&(we=ye,Ur===0&&Ln(Sn)),ge}var Vi=["root"];function Ma(){return Vi.length>1}function Ks(){return Vi[Vi.length-1]==="plural"}function Da(){return Je&&Je.captureLocation?{location:wa()}:{}}if(ca=sr(),ca!==ye&&vt===Ze.length)return ca;throw ca!==ye&&vt<Ze.length&&Ln(Zs()),io(ea,Ni<Ze.length?Ze.charAt(Ni):null,Ni<Ze.length?eo(Ni,Ni+1):eo(Ni,Ni))}var q=oe,ee=function(){for(var Ze=0,Je=0,ye=arguments.length;Je<ye;Je++)Ze+=arguments[Je].length;for(var st=Array(Ze),sr=0,Je=0;Je<ye;Je++)for(var xr=arguments[Je],kr=0,Pr=xr.length;kr<Pr;kr++,sr++)st[sr]=xr[kr];return st},G=/(^|[^\\])#/g;function se(Ze){Ze.forEach(function(Je){!P(Je)&&!A(Je)||Object.keys(Je.options).forEach(function(ye){for(var st,sr=Je.options[ye],xr=-1,kr=void 0,Pr=0;Pr<sr.value.length;Pr++){var zr=sr.value[Pr];if(m(zr)&&G.test(zr.value)){xr=Pr,kr=zr;break}}if(kr){var wn=kr.value.replace(G,"$1{"+Je.value+", number}"),wr=q(wn);(st=sr.value).splice.apply(st,ee([xr,1],wr))}se(sr.value)})})}function te(Ze,Je){var ye=q(Ze,Je);return(!Je||Je.normalizeHashtagInPlural!==!1)&&se(ye),ye}var Q=function(){for(var Ze=0,Je=0,ye=arguments.length;Je<ye;Je++)Ze+=arguments[Je].length;for(var st=Array(Ze),sr=0,Je=0;Je<ye;Je++)for(var xr=arguments[Je],kr=0,Pr=xr.length;kr<Pr;kr++,sr++)st[sr]=xr[kr];return st};function le(Ze){return JSON.stringify(Ze.map(function(Je){return Je&&typeof Je=="object"?$(Je):Je}))}function $(Ze){return Object.keys(Ze).sort().map(function(Je){var ye;return ye={},ye[Je]=Ze[Je],ye})}var j=function(Ze,Je){return Je===void 0&&(Je={}),function(){for(var ye,st=[],sr=0;sr<arguments.length;sr++)st[sr]=arguments[sr];var xr=le(st),kr=xr&&Je[xr];return kr||(kr=new((ye=Ze).bind.apply(ye,Q([void 0],st))),xr&&(Je[xr]=kr)),kr}},ie=j,me=function(){return me=Object.assign||function(Ze){for(var Je,ye=1,st=arguments.length;ye<st;ye++){Je=arguments[ye];for(var sr in Je)Object.prototype.hasOwnProperty.call(Je,sr)&&(Ze[sr]=Je[sr])}return Ze},me.apply(this,arguments)},Ae=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function Pe(Ze){var Je={};return Ze.replace(Ae,function(ye){var st=ye.length;switch(ye[0]){case"G":Je.era=st===4?"long":st===5?"narrow":"short";break;case"y":Je.year=st===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":Je.month=["numeric","2-digit","short","long","narrow"][st-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":Je.day=["numeric","2-digit"][st-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":Je.weekday=st===4?"short":st===5?"narrow":"short";break;case"e":if(st<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");Je.weekday=["short","long","narrow","short"][st-4];break;case"c":if(st<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");Je.weekday=["short","long","narrow","short"][st-4];break;case"a":Je.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":Je.hourCycle="h12",Je.hour=["numeric","2-digit"][st-1];break;case"H":Je.hourCycle="h23",Je.hour=["numeric","2-digit"][st-1];break;case"K":Je.hourCycle="h11",Je.hour=["numeric","2-digit"][st-1];break;case"k":Je.hourCycle="h24",Je.hour=["numeric","2-digit"][st-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":Je.minute=["numeric","2-digit"][st-1];break;case"s":Je.second=["numeric","2-digit"][st-1];break;case"S":case"A":throw new RangeError("`S/A` (second) pattenrs are not supported, use `s` instead");case"z":Je.timeZoneName=st<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) pattenrs are not supported, use `z` instead")}return""}),Je}function He(Ze){return Ze.replace(/^(.*?)-/,"")}var Ne=/^\.(?:(0+)(\+|#+)?)?$/g,Mt=/^(@+)?(\+|#+)?$/g;function bt(Ze){var Je={};return Ze.replace(Mt,function(ye,st,sr){return typeof sr!="string"?(Je.minimumSignificantDigits=st.length,Je.maximumSignificantDigits=st.length):sr==="+"?Je.minimumSignificantDigits=st.length:st[0]==="#"?Je.maximumSignificantDigits=st.length:(Je.minimumSignificantDigits=st.length,Je.maximumSignificantDigits=st.length+(typeof sr=="string"?sr.length:0)),""}),Je}function kt(Ze){switch(Ze){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":return{currencySign:"accounting"};case"sign-always":return{signDisplay:"always"};case"sign-accounting-always":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":return{signDisplay:"never"}}}function Zt(Ze){var Je={},ye=kt(Ze);return ye||Je}function Ft(Ze){for(var Je={},ye=0,st=Ze;ye<st.length;ye++){var sr=st[ye];switch(sr.stem){case"percent":Je.style="percent";continue;case"currency":Je.style="currency",Je.currency=sr.options[0];continue;case"group-off":Je.useGrouping=!1;continue;case"precision-integer":Je.maximumFractionDigits=0;continue;case"measure-unit":Je.style="unit",Je.unit=He(sr.options[0]);continue;case"compact-short":Je.notation="compact",Je.compactDisplay="short";continue;case"compact-long":Je.notation="compact",Je.compactDisplay="long";continue;case"scientific":Je=me(me(me({},Je),{notation:"scientific"}),sr.options.reduce(function(kr,Pr){return me(me({},kr),Zt(Pr))},{}));continue;case"engineering":Je=me(me(me({},Je),{notation:"engineering"}),sr.options.reduce(function(kr,Pr){return me(me({},kr),Zt(Pr))},{}));continue;case"notation-simple":Je.notation="standard";continue;case"unit-width-narrow":Je.currencyDisplay="narrowSymbol",Je.unitDisplay="narrow";continue;case"unit-width-short":Je.currencyDisplay="code",Je.unitDisplay="short";continue;case"unit-width-full-name":Je.currencyDisplay="name",Je.unitDisplay="long";continue;case"unit-width-iso-code":Je.currencyDisplay="symbol";continue}if(Ne.test(sr.stem)){if(sr.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");sr.stem.replace(Ne,function(kr,Pr,zr){return kr==="."?Je.maximumFractionDigits=0:zr==="+"?Je.minimumFractionDigits=zr.length:Pr[0]==="#"?Je.maximumFractionDigits=Pr.length:(Je.minimumFractionDigits=Pr.length,Je.maximumFractionDigits=Pr.length+(typeof zr=="string"?zr.length:0)),""}),sr.options.length&&(Je=me(me({},Je),bt(sr.options[0])));continue}if(Mt.test(sr.stem)){Je=me(me({},Je),bt(sr.stem));continue}var xr=kt(sr.stem);xr&&(Je=me(me({},Je),xr))}return Je}var tr=function(){var Ze=function(Je,ye){return Ze=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(st,sr){st.__proto__=sr}||function(st,sr){for(var xr in sr)sr.hasOwnProperty(xr)&&(st[xr]=sr[xr])},Ze(Je,ye)};return function(Je,ye){Ze(Je,ye);function st(){this.constructor=Je}Je.prototype=ye===null?Object.create(ye):(st.prototype=ye.prototype,new st)}}(),je=function(){for(var Ze=0,Je=0,ye=arguments.length;Je<ye;Je++)Ze+=arguments[Je].length;for(var st=Array(Ze),sr=0,Je=0;Je<ye;Je++)for(var xr=arguments[Je],kr=0,Pr=xr.length;kr<Pr;kr++,sr++)st[sr]=xr[kr];return st},Et=function(Ze){tr(Je,Ze);function Je(ye,st){var sr=Ze.call(this,ye)||this;return sr.variableId=st,sr}return Je}(Error);function Bt(Ze){return Ze.length<2?Ze:Ze.reduce(function(Je,ye){var st=Je[Je.length-1];return!st||st.type!==0||ye.type!==0?Je.push(ye):st.value+=ye.value,Je},[])}function tt(Ze,Je,ye,st,sr,xr,kr){if(Ze.length===1&&m(Ze[0]))return[{type:0,value:Ze[0].value}];for(var Pr=[],zr=0,wn=Ze;zr<wn.length;zr++){var wr=wn[zr];if(m(wr)){Pr.push({type:0,value:wr.value});continue}if(M(wr)){typeof xr=="number"&&Pr.push({type:0,value:ye.getNumberFormat(Je).format(xr)});continue}var dn=wr.value;if(!(sr&&dn in sr))throw new Et('The intl string context variable "'+dn+'" was not provided to the string "'+kr+'"');var sn=sr[dn];if(b(wr)){(!sn||typeof sn=="string"||typeof sn=="number")&&(sn=typeof sn=="string"||typeof sn=="number"?String(sn):""),Pr.push({type:1,value:sn});continue}if(D(wr)){var cn=typeof wr.style=="string"?st.date[wr.style]:void 0;Pr.push({type:0,value:ye.getDateTimeFormat(Je,cn).format(sn)});continue}if(R(wr)){var cn=typeof wr.style=="string"?st.time[wr.style]:N(wr.style)?Pe(wr.style.pattern):void 0;Pr.push({type:0,value:ye.getDateTimeFormat(Je,cn).format(sn)});continue}if(S(wr)){var cn=typeof wr.style=="string"?st.number[wr.style]:B(wr.style)?Ft(wr.style.tokens):void 0;Pr.push({type:0,value:ye.getNumberFormat(Je,cn).format(sn)});continue}if(A(wr)){var On=wr.options[sn]||wr.options.other;if(!On)throw new RangeError('Invalid values for "'+wr.value+'": "'+sn+'". Options are "'+Object.keys(wr.options).join('", "')+'"');Pr.push.apply(Pr,tt(On.value,Je,ye,st,sr));continue}if(P(wr)){var On=wr.options["="+sn];if(!On){if(!Intl.PluralRules)throw new Et(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`);var Ia=ye.getPluralRules(Je,{type:wr.pluralType}).select(sn-(wr.offset||0));On=wr.options[Ia]||wr.options.other}if(!On)throw new RangeError('Invalid values for "'+wr.value+'": "'+sn+'". Options are "'+Object.keys(wr.options).join('", "')+'"');Pr.push.apply(Pr,tt(On.value,Je,ye,st,sr,sn-(wr.offset||0)));continue}}return Bt(Pr)}function yt(Ze,Je,ye,st,sr,xr){var kr=tt(Ze,Je,ye,st,sr,void 0,xr);return kr.length===1?kr[0].value:kr.reduce(function(Pr,zr){return Pr+=zr.value},"")}var dt,qe="@@",Fe=/@@(\d+_\d+)@@/g,be=0;function ke(){return Date.now()+"_"+ ++be}function Ge(Ze,Je){return Ze.split(Fe).filter(Boolean).map(function(ye){return Je[ye]!=null?Je[ye]:ye}).reduce(function(ye,st){return ye.length&&typeof st=="string"&&typeof ye[ye.length-1]=="string"?ye[ye.length-1]+=st:ye.push(st),ye},[])}var We=/(<([0-9a-zA-Z-_]*?)>(.*?)<\/([0-9a-zA-Z-_]*?)>)|(<[0-9a-zA-Z-_]*?\/>)/,Ye=Date.now()+"@@",ht=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"];function xt(Ze,Je,ye){var st=Ze.tagName,sr=Ze.outerHTML,xr=Ze.textContent,kr=Ze.childNodes;if(!st)return Ge(xr||"",Je);st=st.toLowerCase();var Pr=~ht.indexOf(st),zr=ye[st];if(zr&&Pr)throw new Et(st+" is a self-closing tag and can not be used, please use another tag name.");if(!kr.length)return[sr];var wn=Array.prototype.slice.call(kr).reduce(function(wr,dn){return wr.concat(xt(dn,Je,ye))},[]);return zr?typeof zr=="function"?[zr.apply(void 0,wn)]:[zr]:je(["<"+st+">"],wn,["</"+st+">"])}function nr(Ze,Je,ye,st,sr,xr){var kr=tt(Ze,Je,ye,st,sr,void 0,xr),Pr={},zr=kr.reduce(function(sn,cn){if(cn.type===0)return sn+=cn.value;var On=ke();return Pr[On]=cn.value,sn+=""+qe+On+qe},"");if(!We.test(zr))return Ge(zr,Pr);if(!sr)throw new Et("Message has placeholders but no values was given");if(typeof DOMParser=="undefined")throw new Et("Cannot format XML message without DOMParser");dt||(dt=new DOMParser);var wn=dt.parseFromString('<formatted-message id="'+Ye+'">'+zr+"</formatted-message>","text/html").getElementById(Ye);if(!wn)throw new Et("Malformed HTML message "+zr);var wr=Object.keys(sr).filter(function(sn){return!!wn.getElementsByTagName(sn).length});if(!wr.length)return Ge(zr,Pr);var dn=wr.filter(function(sn){return sn!==sn.toLowerCase()});if(dn.length)throw new Et("HTML tag must be lowercased but the following tags are not: "+dn.join(", "));return Array.prototype.slice.call(wn.childNodes).reduce(function(sn,cn){return sn.concat(xt(cn,Pr,sr))},[])}var er=function(){return er=Object.assign||function(Ze){for(var Je,ye=1,st=arguments.length;ye<st;ye++){Je=arguments[ye];for(var sr in Je)Object.prototype.hasOwnProperty.call(Je,sr)&&(Ze[sr]=Je[sr])}return Ze},er.apply(this,arguments)};function Re(Ze,Je){return Je?er(er(er({},Ze||{}),Je||{}),Object.keys(Ze).reduce(function(ye,st){return ye[st]=er(er({},Ze[st]),Je[st]||{}),ye},{})):Ze}function et(Ze,Je){return Je?Object.keys(Ze).reduce(function(ye,st){return ye[st]=Re(Ze[st],Je[st]),ye},er({},Ze)):Ze}function Vt(Ze){return Ze===void 0&&(Ze={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ie(Intl.NumberFormat,Ze.number),getDateTimeFormat:ie(Intl.DateTimeFormat,Ze.dateTime),getPluralRules:ie(Intl.PluralRules,Ze.pluralRules)}}var Lt=function(){function Ze(Je,ye,st,sr){var xr=this;if(ye===void 0&&(ye=Ze.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(kr){return yt(xr.ast,xr.locales,xr.formatters,xr.formats,kr,xr.message)},this.formatToParts=function(kr){return tt(xr.ast,xr.locales,xr.formatters,xr.formats,kr,void 0,xr.message)},this.formatHTMLMessage=function(kr){return nr(xr.ast,xr.locales,xr.formatters,xr.formats,kr,xr.message)},this.resolvedOptions=function(){return{locale:Intl.NumberFormat.supportedLocalesOf(xr.locales)[0]}},this.getAst=function(){return xr.ast},typeof Je=="string"){if(this.message=Je,!Ze.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=Ze.__parse(Je,{normalizeHashtagInPlural:!1})}else this.ast=Je;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=et(Ze.formats,st),this.locales=ye,this.formatters=sr&&sr.formatters||Vt(this.formatterCache)}return Ze.defaultLocale=new Intl.NumberFormat().resolvedOptions().locale,Ze.__parse=te,Ze.formats={number:{currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},Ze}(),Wt=Lt,Ht=Wt;function Tt(Ze,Je,ye){if(ye===void 0&&(ye=Error),!Ze)throw new ye(Je)}const Qt={38:"&amp;",62:"&gt;",60:"&lt;",34:"&quot;",39:"&#x27;"},$e=/[&><"']/g;function ce(Ze){return(""+Ze).replace($e,Je=>Qt[Je.charCodeAt(0)])}function he(Ze,Je,ye={}){return Je.reduce((st,sr)=>(sr in Ze?st[sr]=Ze[sr]:sr in ye&&(st[sr]=ye[sr]),st),{})}function It(Ze){Tt(Ze,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}function Se(Ze,Je){const ye=Je?`
${Je.stack}`:"";return`[React Intl] ${Ze}${ye}`}function ft(Ze){}const Gt={formats:{},messages:{},timeZone:void 0,textComponent:r.Fragment,defaultLocale:"en",defaultFormats:{},onError:ft};function Ct(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function Ce(Ze=Ct()){const Je=Intl.RelativeTimeFormat,ye=Intl.ListFormat,st=Intl.DisplayNames;return{getDateTimeFormat:ie(Intl.DateTimeFormat,Ze.dateTime),getNumberFormat:ie(Intl.NumberFormat,Ze.number),getMessageFormat:ie(Ht,Ze.message),getRelativeTimeFormat:ie(Je,Ze.relativeTime),getPluralRules:ie(Intl.PluralRules,Ze.pluralRules),getListFormat:ie(ye,Ze.list),getDisplayNames:ie(st,Ze.displayNames)}}function St(Ze,Je,ye,st){const sr=Ze&&Ze[Je];let xr;if(sr&&(xr=sr[ye]),xr)return xr;st(Se(`No ${Je} 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 nt({locale:Ze,formats:Je,onError:ye},st,sr={}){const{format:xr}=sr,kr=xr&&St(Je,"number",xr,ye)||{},Pr=he(sr,ze,kr);return st(Ze,Pr)}function Te(Ze,Je,ye,st={}){try{return nt(Ze,Je,st).format(ye)}catch(sr){Ze.onError(Se("Error formatting number.",sr))}return String(ye)}function Rt(Ze,Je,ye,st={}){try{return nt(Ze,Je,st).formatToParts(ye)}catch(sr){Ze.onError(Se("Error formatting number.",sr))}return[]}const Le=["numeric","style"];function Or({locale:Ze,formats:Je,onError:ye},st,sr={}){const{format:xr}=sr,kr=!!xr&&St(Je,"relative",xr,ye)||{},Pr=he(sr,Le,kr);return st(Ze,Pr)}function At(Ze,Je,ye,st,sr={}){st||(st="second"),Intl.RelativeTimeFormat||Ze.onError(Se(`Intl.RelativeTimeFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-relativetimeformat"
`));try{return Or(Ze,Je,sr).format(ye,st)}catch(kr){Ze.onError(Se("Error formatting relative time.",kr))}return String(ye)}const Xr=["localeMatcher","formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function nn({locale:Ze,formats:Je,onError:ye,timeZone:st},sr,xr,kr={}){const{format:Pr}=kr,zr=Object.assign(Object.assign({},st&&{timeZone:st}),Pr&&St(Je,sr,Pr,ye));let wn=he(kr,Xr,zr);return sr==="time"&&!wn.hour&&!wn.minute&&!wn.second&&(wn=Object.assign(Object.assign({},wn),{hour:"numeric",minute:"numeric"})),xr(Ze,wn)}function Mr(Ze,Je,ye,st={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return nn(Ze,"date",Je,st).format(sr)}catch(xr){Ze.onError(Se("Error formatting date.",xr))}return String(sr)}function Dr(Ze,Je,ye,st={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return nn(Ze,"time",Je,st).format(sr)}catch(xr){Ze.onError(Se("Error formatting time.",xr))}return String(sr)}function mr(Ze,Je,ye,st={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return nn(Ze,"date",Je,st).formatToParts(sr)}catch(xr){Ze.onError(Se("Error formatting date.",xr))}return[]}function Zr(Ze,Je,ye,st={}){const sr=typeof ye=="string"?new Date(ye||0):ye;try{return nn(Ze,"time",Je,st).formatToParts(sr)}catch(xr){Ze.onError(Se("Error formatting time.",xr))}return[]}const un=["localeMatcher","type"];function hn({locale:Ze,onError:Je},ye,st,sr={}){Intl.PluralRules||Je(Se(`Intl.PluralRules is not available in this environment.
Try polyfilling it using "@formatjs/intl-pluralrules"
`));const xr=he(sr,un);try{return ye(Ze,xr).select(st)}catch(kr){Je(Se("Error formatting plural.",kr))}return"other"}function Yt(Ze,Je){return Object.keys(Ze).reduce((ye,st)=>(ye[st]=Object.assign({timeZone:Je},Ze[st]),ye),{})}function gt(Ze,Je){return Object.keys(Object.assign(Object.assign({},Ze),Je)).reduce((st,sr)=>(st[sr]=Object.assign(Object.assign({},Ze[sr]||{}),Je[sr]||{}),st),{})}function ut(Ze,Je){if(!Je)return Ze;const ye=Ht.formats;return Object.assign(Object.assign(Object.assign({},ye),Ze),{date:gt(Yt(ye.date,Je),Yt(Ze.date||{},Je)),time:gt(Yt(ye.time,Je),Yt(Ze.time||{},Je))})}const ct=Ze=>r.createElement(r.Fragment,null,...Ze);function Nt({locale:Ze,formats:Je,messages:ye,defaultLocale:st,defaultFormats:sr,onError:xr,timeZone:kr},Pr,zr={id:""},wn={}){const{id:wr,defaultMessage:dn}=zr;Tt(!!wr,"[React Intl] An `id` must be provided to format a message.");const sn=ye&&ye[String(wr)];Je=ut(Je,kr),sr=ut(sr,kr);let cn=[];if(sn)try{cn=Pr.getMessageFormat(sn,Ze,Je,{formatters:Pr}).formatHTMLMessage(wn)}catch(On){xr(Se(`Error formatting message: "${wr}" for locale: "${Ze}"`+(dn?", using default message as fallback.":""),On))}else(!dn||Ze&&Ze.toLowerCase()!==st.toLowerCase())&&xr(Se(`Missing message: "${wr}" for locale: "${Ze}"`+(dn?", using default message as fallback.":"")));if(!cn.length&&dn)try{cn=Pr.getMessageFormat(dn,st,sr).formatHTMLMessage(wn)}catch(On){xr(Se(`Error formatting the default message for: "${wr}"`,On))}return cn.length?cn.length===1&&typeof cn[0]=="string"?cn[0]||dn||String(wr):ct(cn):(xr(Se(`Cannot format message: "${wr}", using message ${sn||dn?"source":"id"} as fallback.`)),typeof sn=="string"?sn||dn||String(wr):dn||String(wr))}function yr(Ze,Je,ye={id:""},st={}){const sr=Object.keys(st).reduce((xr,kr)=>{const Pr=st[kr];return xr[kr]=typeof Pr=="string"?ce(Pr):Pr,xr},{});return Nt(Ze,Je,ye,sr)}var _r=e(18947),it=e.n(_r);const Cr=["localeMatcher","type","style"],mn=Date.now();function Vn(Ze){return`${mn}_${Ze}_${mn}`}function Gr({locale:Ze,onError:Je},ye,st,sr={}){Intl.ListFormat||Je(Se(`Intl.ListFormat is not available in this environment.
Try polyfilling it using "@formatjs/intl-listformat"
`));const kr=he(sr,Cr);try{const Pr={},zr=st.map((wr,dn)=>{if(typeof wr=="object"){const sn=Vn(dn);return Pr[sn]=wr,sn}return String(wr)});return Object.keys(Pr).length?ye(Ze,kr).formatToParts(zr).reduce((wr,dn)=>{const sn=dn.value;return Pr[sn]?wr.push(Pr[sn]):typeof wr[wr.length-1]=="string"?wr[wr.length-1]+=sn:wr.push(sn),wr},[]):ye(Ze,kr).format(zr)}catch(Pr){Je(Se("Error formatting list.",Pr))}return st}const Qn=["localeMatcher","style","type","fallback"];function ei({locale:Ze,onError:Je},ye,st,sr={}){Intl.DisplayNames||Je(Se(`Intl.DisplayNames is not available in this environment.
Try polyfilling it using "@formatjs/intl-displaynames"
`));const kr=he(sr,Qn);try{return ye(Ze,kr).of(st)}catch(Pr){Je(Se("Error formatting display name.",Pr))}}const Nn=it()||_r;function qn(Ze){return{locale:Ze.locale,timeZone:Ze.timeZone,formats:Ze.formats,textComponent:Ze.textComponent,messages:Ze.messages,defaultLocale:Ze.defaultLocale,defaultFormats:Ze.defaultFormats,onError:Ze.onError}}function Pn(Ze,Je){const ye=Ce(Je),st=Object.assign(Object.assign({},Gt),Ze),{locale:sr,defaultLocale:xr,onError:kr}=st;return sr?!Intl.NumberFormat.supportedLocalesOf(sr).length&&kr?kr(Se(`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&&kr&&kr(Se(`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`)):(kr&&kr(Se(`"locale" was not configured, using "${xr}" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/API.md#intlshape for more details`)),st.locale=st.defaultLocale||"en"),Object.assign(Object.assign({},st),{formatters:ye,formatNumber:Te.bind(null,st,ye.getNumberFormat),formatNumberToParts:Rt.bind(null,st,ye.getNumberFormat),formatRelativeTime:At.bind(null,st,ye.getRelativeTimeFormat),formatDate:Mr.bind(null,st,ye.getDateTimeFormat),formatDateToParts:mr.bind(null,st,ye.getDateTimeFormat),formatTime:Dr.bind(null,st,ye.getDateTimeFormat),formatTimeToParts:Zr.bind(null,st,ye.getDateTimeFormat),formatPlural:hn.bind(null,st,ye.getPluralRules),formatMessage:Nt.bind(null,st,ye),formatHTMLMessage:yr.bind(null,st,ye),formatList:Gr.bind(null,st,ye.getListFormat),formatDisplayName:ei.bind(null,st,ye.getDisplayNames)})}class Mi extends r.PureComponent{constructor(){super(...arguments),this.cache=Ct(),this.state={cache:this.cache,intl:Pn(qn(this.props),this.cache),prevConfig:qn(this.props)}}static getDerivedStateFromProps(Je,{prevConfig:ye,cache:st}){const sr=qn(Je);return Nn(ye,sr)?null:{intl:Pn(sr,st),prevConfig:sr}}render(){return It(this.state.intl),r.createElement(a,{value:this.state.intl},this.props.children)}}Mi.displayName="IntlProvider",Mi.defaultProps=Gt;var di=e(11410),Fi=e(3424),na=e.n(Fi),Hi=e(85239),Ca=Object.getOwnPropertySymbols,li=Object.prototype.hasOwnProperty,da=Object.prototype.propertyIsEnumerable,Dt=(Ze,Je)=>{var ye={};for(var st in Ze)li.call(Ze,st)&&Je.indexOf(st)<0&&(ye[st]=Ze[st]);if(Ze!=null&&Ca)for(var st of Ca(Ze))Je.indexOf(st)<0&&da.call(Ze,st)&&(ye[st]=Ze[st]);return ye};let mt;const Ui=!0,la=new(na()),gi=Symbol("LANG_CHANGE"),La=(Ze,Je="")=>Object.keys(Ze).reduce((ye,st)=>{const sr=Ze[st],xr=Je?`${Je}.${st}`:st;return typeof sr=="string"?ye[xr]=sr:Object.assign(ye,La(sr,xr)),ye},{}),Si={},ci=(Ze,Je,ye)=>{var st,sr,xr,kr;if(!Ze)return;const Pr=(st=Si[Ze])!=null&&st.messages?Object.assign({},Si[Ze].messages,Je):Je,{momentLocale:zr=(sr=Si[Ze])==null?void 0:sr.momentLocale,antd:wn=(xr=Si[Ze])==null?void 0:xr.antd}=ye||{},wr=(kr=Ze.split("-"))==null?void 0:kr.join("-");Si[Ze]={messages:Pr,locale:wr,momentLocale:zr,antd:wn},wr===Ot()&&la.emit(gi,wr)},Cn=Ze=>(0,di.We)().applyPlugins({key:"locale",type:"modify",initialValue:Ze}),rr=Ze=>{const ye=Cn(Si[Ze]),{cache:st}=ye,sr=Dt(ye,["cache"]);return Pn(sr,st)},_t=(Ze,Je)=>mt&&!Je&&!Ze?mt:(Ze||(Ze=Ot()),Ze&&Si[Ze]?rr(Ze):Si["zh-CN"]?rr("zh-CN"):Pn({locale:"zh-CN",messages:{}})),rt=Ze=>{mt=_t(Ze,!0)},Ot=()=>{const Ze=Cn({});return typeof(Ze==null?void 0:Ze.getLocale)=="function"?Ze.getLocale():(navigator.cookieEnabled&&typeof localStorage!="undefined"&&Ui?window.localStorage.getItem("umi_locale"):"")||void 0||"zh-CN"},pt=()=>{const Ze=Ot();return["he","ar","fa","ku"].filter(st=>Ze.startsWith(st)).length?"rtl":"ltr"},lr=(Ze,Je=!0)=>{(()=>{if(Ot()!==Ze){if(navigator.cookieEnabled&&typeof window.localStorage!="undefined"&&Ui&&window.localStorage.setItem("umi_locale",Ze||""),rt(Ze),Je)window.location.reload();else if(la.emit(gi,Ze),window.dispatchEvent){const st=new Event("languagechange");window.dispatchEvent(st)}}})()};let cr=!0;const Tr=(Ze,Je)=>(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),mt||rt(Ot()),mt.formatMessage(Ze,Je)),Wr=()=>Object.keys(Si)},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,K=["rtp","rtpc"];if(console.log("event:",y),p.some(H=>H==P)||p.push(P),console.log(" candidate: "+S.split(":")[1]),console.log(" component: "+K[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:K,imgStyles:H,loading:W=!1,className:ae="",globalSetting:X})=>{const oe=(0,r.useMemo)(()=>{var q;if(D)return D;switch(Number((q=X==null?void 0:X.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}},[X,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),K&&K)};_.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(32855),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,K=(X,oe,q)=>oe in X?P(X,oe,{enumerable:!0,configurable:!0,writable:!0,value:q}):X[oe]=q,H=(X,oe)=>{for(var q in oe||(oe={}))B.call(oe,q)&&K(X,q,oe[q]);if(M)for(var q of M(oe))N.call(oe,q)&&K(X,q,oe[q]);return X},W=(X,oe,q)=>new Promise((ee,G)=>{var se=le=>{try{Q(q.next(le))}catch($){G($)}},te=le=>{try{Q(q.throw(le))}catch($){G($)}},Q=le=>le.done?ee(le.value):Promise.resolve(le.value).then(se,te);Q((q=q.apply(X,oe)).next())}),ae=({editOffice:X="view",data:oe,theme:q,type:ee,filename:G,monacoEditor:se,className:te,style:Q,close:le,onClose:$,hasMask:j,disabledDownload:ie,onImgDimensions:me,showNodata:Ae,recordInfo:Pe})=>{const[He,Ne]=(0,r.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),[Mt,bt]=(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,Et=10*(1024*1024),Bt=(0,r.useRef)();oe!=null&&oe.startsWith("/api")&&ee!=="txt"&&(oe=D.Z.API_SERVER+oe);const tt=Fe=>Fe.substring(Fe.lastIndexOf("/")+1).split(".").pop();G&&se&&(se.filename=G),(0,r.useEffect)(()=>{var Fe,be;const ke=(be=(Fe=document.cookie)==null?void 0:Fe.replace(/\s/g,""))==null?void 0:be.split(";");ke==null||ke.map(Ge=>{let We=Ge.split("=");We[0]==="_educoder_session"&&bt(We[1])})},[]),(0,r.useEffect)(()=>{ee==="office"&&(oe.indexOf("bigfilescdn.")>-1||oe.indexOf("bigfiles1")>-1?Zt({url:oe,fileType:tt(oe),model:oe.indexOf("model=edit")?"edit":"view"}):yt())},[ee,oe]);const yt=()=>W(void 0,null,function*(){console.log("data:",oe);let Fe=oe;oe.startsWith("http")||(Fe=location.origin+Fe);let be=new URL(Fe).pathname.split("/").pop();const ke=yield(0,b.gJ)({attachment_id:be});ke.url=tr+ke.url,Zt(ke)}),dt=()=>{if(oe.startsWith("http")||oe.startsWith("blob:")){qe();return}(0,m.Nd)(G||"educoder",decodeURIComponent(oe))},qe=()=>{Pe&&(0,R.fc)({id:Pe==null?void 0:Pe.id,watch_type:1,course_id:Pe==null?void 0:Pe.course_id}),(0,m.Nd)(G||"educoder",decodeURIComponent(oe))};return console.log(oe,"data"),A.createElement("div",{style:H({},Q||{}),className:`${j&&i.bgBlack} ${ee?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:qe},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[te]} ${te} ${i.monaco} ${ee==="txt"?"show":"hide"}`},ee==="txt"&&A.createElement(A.Fragment,null,A.createElement(p.ZP,H({},se)))),ee==="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}),ee==="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})),ee==="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=${X}&officeServer=${D.Z.ONLYOFFICE}&disabledDownload=${!!ie}`}),ee==="html"&&A.createElement("iframe",{src:oe+"&disposition=inline"}),ee==="pdf"&&A.createElement("iframe",{src:`${Ft}/js/pdfview/index.html?filename=${G||"educoder.pdf"}&url=${encodeURIComponent(oe)}&disabledDownload=${!!ie}`}),ee==="image"&&A.createElement("img",{src:(oe==null?void 0:oe.indexOf("http"))>-1||oe!=null&&oe.startsWith("/api")?oe:`data:image/png;base64,${oe}`}),(ee==="other"||ee==="download")&&A.createElement(A.Fragment,null,Ae?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:dt,disabled:ie},"\u4E0B\u8F7D")}):A.createElement(l.ZP,{type:"primary",size:"middle",onClick:dt,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(81098),o=e(90524),h=e(49661),u=e(15342),a=e(1012),x=e(10825),p=e(59301),m=({html:ae})=>{const X=(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 ee=X.current.attachShadow({mode:"open"});oe.current=document.createElement("div"),oe.current.className="markdown-body",oe.current.innerHTML=ae,ee.appendChild(oe.current);const G=document.createElement("style");return G.textContent=q,ee.appendChild(G),()=>{ee.innerHTML=""}},[]),(0,r.useEffect)(()=>{oe.current&&(oe.current.innerHTML=ae)},[ae]),p.createElement("div",{ref:X})},b=Object.defineProperty,S=Object.getOwnPropertySymbols,D=Object.prototype.hasOwnProperty,R=Object.prototype.propertyIsEnumerable,A=(ae,X,oe)=>X in ae?b(ae,X,{enumerable:!0,configurable:!0,writable:!0,value:oe}):ae[X]=oe,P=(ae,X)=>{for(var oe in X||(X={}))D.call(X,oe)&&A(ae,oe,X[oe]);if(S)for(var oe of S(X))R.call(X,oe)&&A(ae,oe,X[oe]);return ae};const M="@\u2581\u2581@",B="@\u2581@",N=/<pre[^>]*>/g;function K(ae){let X=document.createElement("div");return X.innerHTML=ae,X.childNodes.length===0?"":X.childNodes[0].nodeValue}const H=(ae,X)=>{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,ee=/\(\s+(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?|\"(?:https?:\/\/[^\/]+)?\/files\/uploads\/([A-Za-z0-9+/=]+)(\?.*?)?\//g,G=/(?:https?:\/\/[^\/]+)?\/attachments\/download\/([A-Za-z0-9+/=]+)(\?.*?)?\//g;return X?ae.replaceAll("https://www.educoder.net","").replaceAll("https://www-cdn.educoder.net","").replaceAll("//api/attachments","/api/attachments").replace(oe,(se,te,Q,le,$,j,ie)=>{const me=te||le||j,Ae=Q||$||ie||"?";return o.Z.API_SERVER+"/api/attachments/"+me+Ae+"&t="+(0,h.Jn)(me,Date.now())+(se.indexOf(")")>-1?")":"&")}).replaceAll('src="(','src="').replaceAll("src='(",'src="'):(ae=ae.replace(G,(se,te,Q,le,$,j,ie)=>{const me=te||le||j,Ae=Q||$||ie||"?";return o.Z.API_SERVER+"/attachments/download/"+me+Ae+"&t="+(0,h.Jn)(me,Date.now())+(se.indexOf(")")>-1?")":"&")}).replace(oe,(se,te,Q,le,$,j,ie)=>{const me=te||le||j,Ae=Q||$||ie||"?";return o.Z.API_SERVER+"/api/attachments/"+me+Ae+"&t="+(0,h.Jn)(me,Date.now())+(se.indexOf(")")>-1?")":"&")}).replace(q,(se,te,Q,le,$)=>{const j=te||le,ie=Q||$||"";return'"'+o.Z.API_SERVER+"/api/attachments/"+j+ie+j+ie+"&t="+(0,h.Jn)(j,Date.now())}).replace(ee,(se,te,Q,le,$)=>{const j=te||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:X,showTextOnly:oe,showLines:q,style:ee={},stylesPrev:G={},highlightKeywords:se,showProgramFill:te,isProgramFill:Q,disabledFill:le=!1,programFillValue:$,onFillChange:j=Ae=>{},onFillBlur:ie=()=>{},onFillFocus:me=()=>{}})=>{let Ae=String(ae);const[Pe,He]=(0,r.useState)(""),[Ne,Mt]=(0,r.useState)("office"),[bt,kt]=(0,r.useState)([]),Zt=(0,r.useRef)("a"+(0,a.Z)()),Ft={},tr=(We,Ye,ht)=>{const xt=document.createElement(We===B?"input":"textarea");xt.style.width="100%",xt.style.height=We===B?"40px":"151px",xt.rows=5,xt.spellcheck=!1,xt.name="edu-program-fill",xt.placeholder="\u8BF7\u8F93\u5165",xt.dataset.id=Ye;const nr=Object.keys(Ft).length;return Ft[nr]=xt,`<span class="edu-program-fill-wrap ${We===B?"":"show"}" style="width:${We===B?"600px":"100%"}" title=${ht||""}><span>${xt.outerHTML}<span class="edu-program-fill-score" style="margin:0 6px"></span></span></span>`};function je(We){return We=We.replace(/!\[.*?\]\(.*?\)/g,""),We=We.replace(/\[.*?\]\(.*?\)/g,""),We=We.replace(new RegExp("<iframe.*?<\\/iframe>","gs"),""),We=We.replace(/<embed.*?>/g,""),We=We.replace(/<img.*?>/g,""),We=We.replace(new RegExp("<video.*?>.*?<\\/video>","gs"),""),We=We.replace(new RegExp("<audio.*?>.*?<\\/audio>","gs"),""),We=We.replace(new RegExp("<style.*?>.*?<\\/style>","gs"),""),We=We.replace(new RegExp("<script.*?>.*?<\\/script>","gs"),""),We}const Et=We=>We.replace(/<style.*?>([\s\S]+?)<\/style>/gim,function(Ye,ht){let xt=ht.replace(/(\n|\r)/g,"").split("}"),nr=[];return xt.map(er=>{er!=""&&nr.push(`.${Zt.current} ${er}`)}),`<style>${nr.join("}")}</style>`}),Bt=(0,r.useMemo)(()=>{try{const xt=/\(\s+\/api\/attachments\/|\(\/api\/attachments\//g,nr=/\"\/api\/attachments\/|\"\/attachments\/download\//g,er=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g,Re=/\(\/attachments\/download\//g;Ae=Ae.replace(Re,"("+o.Z.API_SERVER+"/attachments/download/").replace(xt,"("+o.Z.API_SERVER+"/api/attachments/").replace(nr,'"'+o.Z.API_SERVER+"/api/attachments/").replace(er,'"'+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(xt){}if(te){let xt=-1;return Ae=Ae.replaceAll("<","&lt;").replaceAll(">","&gt;").replace(/(@▁▁@|@▁@)/g,function(nr,er,Re){var et;return++xt,tr(nr,xt,(et=$==null?void 0:$[xt])==null?void 0:et.value.replaceAll("<","&lt;").replaceAll(">","&gt;"))}),`<pre style="background:#fff;padding:4px">${Et(Ae||"")}</pre>`}let We=Et(Ae);We=(0,l.ZP)(We);const Ye=(0,l.ez)();Ae.match(/\[TOC\]/)&&(We=We.replace("<p>[TOC]</p>",(0,l.Qv)()),(0,l.Iy)()),We=We.replace(/(__special_katext_id_\d+__)/g,(xt,nr)=>{const{type:er,expression:Re}=Ye[nr];return(0,u.renderToString)(K(Re)||"",{displayMode:er==="block",throwOnError:!1,output:"html"})}),We=We.replace(/▁/g,"\u2581\u2581\u2581\u2581\u2581"),(0,l.AL)();const ht=document.createElement("div");if(ht.innerHTML=We,oe)return ht.innerText;if(se){const xt=se.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return qe(ht,xt),ht.innerHTML}return setTimeout(()=>ke(),500),ht.innerHTML},[Ae,se]);(0,r.useEffect)(()=>{Fe.current&&Fe.current.querySelectorAll(["input","textarea"]).forEach(Ye=>{Ye.oninput=tt,Ye.onblur=yt,Ye.onfocus=dt})},[bt]),(0,r.useEffect)(()=>{var We,Ye,ht,xt,nr;if($!=null&&$.length)try{const er=Fe.current.querySelectorAll(".edu-program-fill-score"),Re=Fe.current.querySelectorAll('[name="edu-program-fill"]');for(const[et,Vt]of Re.entries())Vt.value=((We=$==null?void 0:$[et])==null?void 0:We.value)||"",((Ye=$==null?void 0:$[et])==null?void 0:Ye.type)==="warning"?Vt.className="program-fill-warning":((ht=$==null?void 0:$[et])==null?void 0:ht.type)==="success"?Vt.className="program-fill-success":Vt.className="";for(const[et,Vt]of er.entries())Vt.innerHTML=(xt=$==null?void 0:$[et])!=null&&xt.score?`${(nr=$==null?void 0:$[et])==null?void 0:nr.score}\u5206`:"";kt($)}catch(er){console.log(er,"error")}},[$]);const tt=We=>{bt[We.target.dataset.id]=bt[We.target.dataset.id]||{},bt[We.target.dataset.id].value=We.target.value,kt([...bt]),j(bt,We.target.dataset.id)},yt=We=>{bt[We.target.dataset.id]=bt[We.target.dataset.id]||{},bt[We.target.dataset.id].value=We.target.value,kt([...bt]),ie(bt,We.target.dataset.id)},dt=We=>{bt[We.target.dataset.id]=bt[We.target.dataset.id]||{},bt[We.target.dataset.id].value=We.target.value,kt([...bt]),me(bt,We.target.dataset.id)};function qe(We,Ye){return We.childNodes.forEach(ht=>{var xt;if(ht.childNodes.length>0)qe(ht,Ye);else if(ht.nodeName!=="IMG")if(ht.innerHTML)ht.innerHTML=(xt=ht.innerHTML)==null?void 0:xt.replace(new RegExp(Ye,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>');else{const nr=document.createElement("span");nr.innerHTML=ht.textContent.replace(new RegExp(Ye,"gi"),'<span style="color:#0152d9;background-color:#1890ff33">$&</span>'),ht.replaceWith(nr)}})}const Fe=(0,r.useRef)();l.jb.WebkitLineClamp=q,q&&(ee=P(P({},ee),l.jb));function be(We){let Ye=We.target;if(Ye.tagName.toUpperCase()==="A"){let ht=Ye.getAttribute("href");if(ht.indexOf("office")>-1)We.preventDefault(),He(ht),Mt("office");else if(ht.indexOf("application/pdf")>-1)We.preventDefault(),He(ht),Mt("pdf");else if(ht.indexOf("text/html")>-1)We.preventDefault(),He(ht),Mt("html");else if(ht.startsWith("#")){We.preventDefault();let xt=document.getElementById(ht.replace("#",""));xt&&xt.scrollIntoView(!0)}}}const ke=()=>{var We;const Ye=(We=Fe.current)==null?void 0:We.querySelectorAll("video");Ye==null||Ye.forEach(ht=>{if(ht.oncontextmenu=()=>!1,ht.src.indexOf(".m3u8")>-1&&!ht.canPlayType("application/vnd.apple.mpegurl")){if(f.ZP.isSupported()){var xt=new f.ZP;xt.loadSource(ht.src),xt.attachMedia(ht)}}})};(0,r.useEffect)(()=>{if(Fe.current&&Bt&&Bt.match(N)&&window.PR.prettyPrint(),Fe.current)return Fe.current.addEventListener("click",be),()=>{var We;(We=Fe.current)==null||We.removeEventListener("click",be),(0,l.AL)(),(0,l.Iy)()}},[Bt,Fe.current,be]),(0,r.useEffect)(()=>{var We;const Ye=ht=>{ht.preventDefault(),ht.clipboardData.setData("text",window.getSelection().toString())};return(We=Fe.current)==null||We.addEventListener("copy",Ye),()=>{var ht;(ht=Fe.current)==null||ht.removeEventListener("copy",Ye)}},[Fe.current]);const Ge=We=>/<style[\s\S]*?>/i.test(We||"");return r.createElement(r.Fragment,null,oe&&r.createElement("div",{ref:Fe},Bt),!oe&&!Ge(Bt)&&r.createElement("div",{ref:Fe,style:P({},ee),className:`${X||""} ${le?"disabled-fill":""} markdown-body ${Zt.current}`,dangerouslySetInnerHTML:{__html:Bt}}),!oe&&Ge(Bt)&&r.createElement(m,{html:Bt}),r.createElement(x.Z,{close:!0,data:Pe,type:Pe!=null&&Pe.length?Ne:"",style:P({},G),onClose:()=>He("")}))}},51124:function(d,_,e){"use strict";e.d(_,{SV:function(){return kt},ZP:function(){return bt}});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((je,Et)=>{var Bt=dt=>{try{yt(tr.next(dt))}catch(qe){Et(qe)}},tt=dt=>{try{yt(tr.throw(dt))}catch(qe){Et(qe)}},yt=dt=>dt.done?je(dt.value):Promise.resolve(dt.value).then(Bt,tt);yt((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,je)=>{const Et=Ft.getValueInRange({startLineNumber:1,startColumn:1,endLineNumber:tr.lineNumber,endColumn:tr.column});return Array.from(new Set(Et.match(/\b\w{2,}\b/g)||[])).map(tt=>({label:tt,kind:Zt.languages.CompletionItemKind.Text,insertText:tt,range:je}))},m=(Zt,Ft,tr,je)=>{Zt.languages.registerCompletionItemProvider(Ft,{provideCompletionItems(Et,Bt){const tt=Et.getWordUntilPosition(Bt),yt={startLineNumber:Bt.lineNumber,endLineNumber:Bt.lineNumber,startColumn:tt.startColumn,endColumn:tt.endColumn},dt=Et.getLineContent(Bt.lineNumber).substring(tt.startColumn-2,tt.endColumn);return{suggestions:[...y(Zt,Et,Bt,yt),...tr.map(Fe=>({label:Fe,kind:Zt.languages.CompletionItemKind.Keyword,documentation:Fe,insertText:Fe,insertTextRules:Zt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:yt})),...je.map(Fe=>({label:Fe.label,kind:Zt.languages.CompletionItemKind.Snippet,documentation:Fe.content,insertText:dt.startsWith("#")?Fe.content.replace(/#/,""):Fe.content,insertTextRules:Zt.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:yt}))]}}})};var b=Zt=>{p.languages.forEach(Ft=>{Zt.languages.registerDocumentFormattingEditProvider(Ft,{provideDocumentFormattingEdits(tr){return x(this,null,function*(){const je=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:je}]})}})}),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 Vd{constructor(Ft,tr,je){this.placeholder=Ft,this.editor=tr,this.monaco=je,tr.onDidChangeModelContent(()=>this.onDidChangeModelContent()),this.onDidChangeModelContent()}onDidChangeModelContent(){this.editor.getValue()===""?this.editor.addContentWidget(this):this.editor.removeContentWidget(this)}getId(){return Vd.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),K=e(8591),H=e(6848),W=e(89392),ae=e(33796),X=e(56102),oe=Object.defineProperty,q=Object.defineProperties,ee=Object.getOwnPropertyDescriptors,G=Object.getOwnPropertySymbols,se=Object.prototype.hasOwnProperty,te=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(G)for(var tr of G(Ft))te.call(Ft,tr)&&Q(Zt,tr,Ft[tr]);return Zt},$=(Zt,Ft)=>q(Zt,ee(Ft)),j=(Zt,Ft)=>{var tr={};for(var je in Zt)se.call(Zt,je)&&Ft.indexOf(je)<0&&(tr[je]=Zt[je]);if(Zt!=null&&G)for(var je of G(Zt))Ft.indexOf(je)<0&&te.call(Zt,je)&&(tr[je]=Zt[je]);return tr},ie=(Zt,Ft,tr)=>new Promise((je,Et)=>{var Bt=dt=>{try{yt(tr.next(dt))}catch(qe){Et(qe)}},tt=dt=>{try{yt(tr.throw(dt))}catch(qe){Et(qe)}},yt=dt=>dt.done?je(dt.value):Promise.resolve(dt.value).then(Bt,tt);yt((tr=tr.apply(Zt,Ft)).next())});function me(Zt){return/^\d+$/.test(Zt)?`${Zt}px`:Zt}function Ae(){}let Pe=!1;const He={"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 Ne(Zt=[]){let Ft=Zt;if(Array.isArray(Zt)){for(let tr=0;tr<Zt.length;tr++){let je=He[Zt[tr]];if(je)return je}return Ft[0]}return He[Ft]||Ft}let Mt=null;var bt=Zt=>{var Ft=Zt,{width:tr="100%",height:je="100%",value:Et,language:Bt="javascript",style:tt={},options:yt={},overrideServices:dt={},theme:qe="vs-dark",onEditBlur:Fe,isCopy:be=!1,onSave:ke,autoHeight:Ge=!1,forbidCopy:We=!1,onChange:Ye=Ae,editorDidMount:ht=Ae,onFocus:xt=Ae,onBreakPoint:nr=Ae,breakPointValue:er=[],filename:Re="educoder.txt",errorLine:et,errorContent:Vt="",highlightLine:Lt,openBreakPoint:Wt=!1,placeholder:Ht=""}=Ft,Tt=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 Qt=(0,r.useRef)(),$e=(0,r.useRef)({}),ce=(0,r.useRef)(),he=(0,r.useRef)(),It=(0,r.useRef)([]),Se=(0,r.useRef)(!1),ft=(0,r.useRef)(),Gt=(0,r.useRef)(),Ct=(0,r.useRef)(!1),[Ce,St]=(0,r.useState)(!1);function ze(){let Yt;return Qt.current&&(Yt=new i.Z(gt=>{for(let ut of gt)(ut.target.offsetHeight>0||ut.target.offsetWidth>0)&&$e.current.instance.layout()}),Yt.observe(Qt.current)),Yt}function nt(){K.ZP.warning({content:decodeURIComponent(S),key:"monaco-editor-tip"})}const Te=()=>{let Yt=$e.current.instance;if(Et!=null&&Yt&&Ce){const gt=Yt.getModel();gt&&Et!==gt.getValue()&&(Pe=!0,gt.setValue(Et),Yt.layout(),Pe=!1)}};(0,r.useEffect)(()=>{const Yt=ae.Z.subscribe("formatDocument",gt=>{var ut;let ct=$e.current.instance;(ut=ct==null?void 0:ct.getAction)==null||ut.call(ct,"editor.action.formatDocument").run()});return window.updateMonacoValue=gt=>{Ye(gt)},Yt},[]),(0,r.useEffect)(()=>{var Yt;let gt=$e.current.instance;he.current&&clearTimeout(he.current),he.current=setTimeout(()=>{Te()},500),Et&&(Et!=null&&Et.length)&&((Yt=gt==null?void 0:gt.updateOptions)==null||Yt.call(gt,{lineNumbersMinChars:Math.max(Math.floor(Math.log10(Et.split(/\r\n|\r|\n/g).length))+3,5)}))},[Et,Ce,$e.current]),(0,r.useEffect)(()=>{if(et&&$e.current&&$e.current.instance){let gt=$e.current.instance;gt.changeViewZones(function(ut){var ct=document.createElement("div");ct.style.padding="10px 20px",ct.style.width="calc(100% - 20px)",ct.className="my-error-line-wrp",ct.innerHTML=Vt,ut.addZone({afterLineNumber:et||11,heightInLines:3,domNode:ct})});var Yt={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}};gt.addOverlayWidget(Yt),gt.revealPositionInCenter({lineNumber:20,column:1})}},[et,$e.current,Ce]);const Rt=(Yt="",gt)=>{if(!Yt||Yt.trim()==="")return!0;const ct=$e.current.instance.getModel().getLineTokens(gt);let Nt=!1;for(let yr=0;yr<2;yr++)ct.getStandardTokenType(yr)===1&&(Nt=!0);return Nt};(0,r.useEffect)(()=>{var Yt;const gt=(Yt=$e.current)==null?void 0:Yt.instance;if(gt&&Ce&&We){const ut=gt.onDidBlurEditorWidget(()=>{Ct.current=!1}),ct=gt.onDidFocusEditorText(()=>{Ct.current=!0});return()=>{ut.dispose(),ct.dispose()}}},[$e.current,Ce,We]),(0,r.useEffect)(()=>{var Yt;if((Yt=$e.current)!=null&&Yt.instance&&Ce&&Wt){let gt=$e.current.instance,ut=gt.getModel();if(!ut)return;(()=>{var Nn;let qn=[],Pn=[];const Mi=ut.getAllDecorations();for(let Fi of Mi)Fi.options.className==="highlighted-line"&&(qn.push((Nn=Fi==null?void 0:Fi.range)==null?void 0:Nn.startLineNumber),Pn.push(Fi==null?void 0:Fi.id));if(Lt===qn[0])return;ut.deltaDecorations(Pn,[]);const di=ut.getLineCount();Lt&&Lt<=di&&(gt.deltaDecorations([],[{range:new Mt.Range(Lt,1,Lt,ut.getLineMaxColumn(Lt)),options:{isWholeLine:!0,className:"highlighted-line"}}]),gt.revealLineInCenter(Lt))})();const Nt=(Nn=!1)=>{var qn;let Pn=[],Mi=[];const di=ut.getAllDecorations();for(let Fi of di)Fi.options.linesDecorationsClassName==="breakpoints-select"&&(Pn.push((qn=Fi==null?void 0:Fi.range)==null?void 0:qn.startLineNumber),Mi.push(Fi==null?void 0:Fi.id));if(Nn)return{lines:Pn,ids:Mi};nr(Pn)},yr=Nn=>ie(void 0,null,function*(){let qn={range:new Mt.Range(Nn,1,Nn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}};yield ut.deltaDecorations([],[qn]),Nt()}),_r=Nn=>ie(void 0,null,function*(){let qn=[];const Pn=gt.getLineDecorations(Nn);for(let Mi of Pn)Mi.options.linesDecorationsClassName==="breakpoints-select"&&qn.push(Mi.id);yield ut.deltaDecorations(qn,[]),Nt()}),it=Nn=>{let qn=gt.getLineDecorations(Nn);for(let Pn of qn)if(Pn.options.linesDecorationsClassName==="breakpoints-select")return!0;return!1};if(!(0,W.isEqual)(er,Nt(!0).lines)){ut.deltaDecorations(Nt(!0).ids,[]);const Nn=er.map(qn=>({range:new Mt.Range(qn,1,qn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-select"}}));ut.deltaDecorations([],Nn)}const Cr=gt.onDidChangeModelContent(Nn=>{let qn=gt.getPosition();if(qn){let Pn=qn.lineNumber;clearTimeout(Gt.current),Gt.current=setTimeout(()=>{Rt(ut.getLineContent(Pn),Pn)?_r(Pn):it(Pn)?(_r(Pn),yr(Pn)):Nt()},100)}}),mn=gt.onMouseDown(Nn=>{var qn,Pn,Mi;if(Nn.target.detail&&((Mi=(Pn=(qn=Nn.target)==null?void 0:qn.element)==null?void 0:Pn.className)!=null&&Mi.includes("line-numbers"))){let di=Nn.target.position.lineNumber;if(Rt(ut.getLineContent(di),di))return;it(di)?_r(di):yr(di)}}),Vn=Nn=>{let qn={range:new Mt.Range(Nn,1,Nn,1),options:{isWholeLine:!1,linesDecorationsClassName:"breakpoints-fake"}};It.current=gt.deltaDecorations(It.current,[qn])},Gr=()=>{It.current=gt.deltaDecorations(It.current,[])},Qn=gt.onMouseMove(Nn=>{var qn,Pn,Mi;if(Gr(),Nn.target.detail&&((Mi=(Pn=(qn=Nn.target)==null?void 0:qn.element)==null?void 0:Pn.className)!=null&&Mi.includes("line-numbers"))){let di=Nn.target.position.lineNumber;if(Rt(ut.getLineContent(di),di))return;Vn(di)}}),ei=gt.onMouseLeave(()=>{Gr()});return()=>{Cr.dispose(),mn.dispose(),Qn.dispose(),ei.dispose()}}},[$e.current,Ce,er,Lt,Wt,Bt]),(0,r.useEffect)(()=>{var Yt;(Yt=$e.current)!=null&&Yt.instance&&Wt&&$e.current.instance.setPosition({lineNumber:0,column:0})},[Lt]);function Le(){let Yt=$e.current.instance;if(Yt){const gt=Yt.getSelection(),ut=$e.current.pastePos||{},ct=new Mt.Range(ut.startLineNumber||gt.endLineNumber,ut.startColumn||gt.endColumn,ut.endLineNumber||gt.endLineNumber,ut.endColumn||gt.endColumn);setTimeout(()=>{Yt.executeEdits("",[{range:ct,text:""}])},300)}}function Or(Yt){(window.navigator.platform.match("Mac")?Yt.metaKey:Yt.ctrlKey)&&Yt.keyCode==83&&(Yt.preventDefault(),ke())}const At=()=>{if(Ge&&$e.current.instance){const Yt=$e.current.instance.getContentHeight();un(Yt<je?je:Yt)}else un(je)};function Xr(Yt){var gt=document.createEvent("MouseEvents");gt.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),Yt.dispatchEvent(gt)}const nn=Yt=>{if(!Ct.current)return;const{keyCode:gt,ctrlKey:ut,metaKey:ct,target:Nt,type:yr}=Yt;return(yr==="paste"||(gt===67||gt===86)&&(ct||ut))&&Nt.nodeName==="TEXTAREA"&&(nt(),Yt.preventDefault()),!1};function Mr(Yt,gt){var ut=window.URL||window.webkitURL||window,ct=new Blob([gt]),Nt=document.createElementNS("http://www.w3.org/1999/xhtml","a");Nt.href=ut.createObjectURL(ct),Nt.download=Yt,Xr(Nt)}(0,r.useEffect)(()=>{At()},[At]),(0,r.useEffect)(()=>{Qt.current&&!Ce&&Promise.all([e.e(8909),e.e(5028)]).then(e.bind(e,71448)).then(Yt=>{try{Mt=Yt,$e.current.instance=Mt.editor.create(Qt.current,{value:Et,language:Ne(Bt),theme:qe,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0,autoIndent:!0,contextmenu:!0,formatOnType:!0},dt);const gt=$e.current.instance;let Nt=[...N.BH._menuItems].find(Cr=>Cr[0]._debugName=="EditorContext")[1],yr=["editor.action.clipboardCopyWithSyntaxHighlightingAction","editor.action.quickCommand","editor.action.clipboardCopyAction","editor.action.clipboardPasteAction","editor.action.clipboardCutAction"],_r=(Cr,mn)=>{var Vn,Gr;let Qn=Cr._first;do mn.includes((Gr=(Vn=Qn.element)==null?void 0:Vn.command)==null?void 0:Gr.id)&&Cr._remove(Qn);while(Qn=Qn.next)};if(ht(gt,Mt),setTimeout(()=>{At(),$e.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:()=>{Mr(Re||"educoder.txt",gt.getValue())}})},500),$e.current.subscription=gt.onDidChangeModelContent(Cr=>{Se.current?clearTimeout(ft.current):(At(),Ye(gt.getValue(),Cr)),ft.current=setTimeout(()=>{Se.current=!1},500)}),window.Monaco||b(Mt,Ne(Bt)),We&&(_r(Nt,yr),Qt.current.classList.add("noCopyPaste"),window.removeEventListener("keydown",nn),window.removeEventListener("paste",nn),window.addEventListener("keydown",nn),window.addEventListener("paste",nn)),window.Monaco=Mt,Fe&&gt.onDidBlurEditorWidget(()=>{Fe(gt.getValue())}),xt&&gt.onDidFocusEditorText(()=>{xt(gt.getValue())}),We)try{gt.onDidPaste(Cr=>{const mn=gt.getSelection(),Vn=$e.current.pastePos||{},Gr=new Mt.Range(Vn.startLineNumber||mn.endLineNumber,Vn.startColumn||mn.endColumn,Vn.endLineNumber||mn.endLineNumber,Vn.endColumn||mn.endColumn);gt.executeEdits("",[{range:Cr.range,text:""}])})}catch(Cr){}let it=ze();return Ht&&typeof Ht=="string"&&new B(Ht,gt,Mt),St(!0),()=>{const Cr=$e.current.instance;Cr.dispose();const mn=Cr.getModel();mn&&mn.dispose(),$e.current.subscription&&$e.current.subscription.dispose(),it.unobserve(Qt.current)}}catch(gt){}})},[]),(0,r.useEffect)(()=>{if($e.current.instance&&Ce)return document.addEventListener("keydown",Or,!1),()=>{document.removeEventListener("keydown",Or)}},[ke,Ce]),(0,r.useEffect)(()=>{let Yt=$e.current.instance;if(Yt&&Ce){let gt=Ne(Bt);Mt.editor.setModelLanguage(Yt.getModel(),gt)}},[Bt,Ce]),(0,r.useEffect)(()=>{$e.current.instance&&Ce&&Mt.editor.setTheme(qe)},[qe,Ce]),(0,r.useEffect)(()=>{let Yt=$e.current.instance;ce.current=yt,Yt&&Ce&&(Yt.updateOptions(le({},yt)),setTimeout(()=>{Yt.getModel().updateOptions(le({},yt))},200))},[JSON.stringify(yt),Ce]),(0,r.useEffect)(()=>{let Yt=$e.current.instance;Yt&&Ce&&Yt.layout()},[tr,je,Ce]);const[Dr,mr]=(0,r.useState)(me(tr)),[Zr,un]=(0,r.useState)(me(je)),hn=$(le({},tt),{width:Dr,height:Zr,position:"relative"});return r.createElement("div",{className:"my-monaco-editor",ref:Qt,style:hn},be&&r.createElement(X.CopyToClipboard,{text:Et,onCopy:()=>K.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:je,language:Et,options:Bt={}}){const tt=(0,r.useRef)(),[yt,dt]=(0,r.useState)(null);function qe(Ge){let We;return tt.current&&(We=new i.Z(Ye=>{for(let ht of Ye)(ht.target.offsetHeight>0||ht.target.offsetWidth>0)&&Ge.layout()}),We.observe(tt.current)),We}(0,r.useEffect)(()=>(tt.current&&Promise.all([e.e(8909),e.e(9404)]).then(e.bind(e,2550)).then(Ge=>{Mt=Ge;const We=Mt.editor.createDiffEditor(tt.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}));dt(We);let Ye=qe(We);return()=>{We.dispose();const ht=We.getModel();ht&&ht.dispose(),Ye.unobserve(tt.current)}}),()=>{window.removeEventListener("keydown",checkPaste),window.removeEventListener("paste",checkPaste)}),[]),(0,r.useEffect)(()=>{yt&&yt.setModel({original:Mt.editor.createModel(tr,Et),modified:Mt.editor.createModel(je,Et)})},[tr,je,Et,yt]);const Fe=me(Zt),be=me(Ft),ke={width:Fe,height:be};return r.createElement("div",{className:"my-diff-editor",ref:tt,style:ke})}},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(K=>({label:K.name,value:K.ec_major_school_id})),active:B.data.length>0?N[0]||B.data[0].ec_major_school_id:void 0}})}}},*getYearList({payload: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(K=>({label:K.year,value:K.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:K,tabListData:H}=yield P(X=>X.engineeringEvaluteList),{userInfo:W}=yield P(X=>X.user);let ae=K.active[b[1]];if(ae){let X={id:ae,page:B||1,per_page:N||H.pageSize};M&&(X=y(p({},X),{page:H.pageNo}));const oe=yield R(r._y,X),q=[K.active[b[0]],K.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:X.page,total:oe.count,pageSize:X.per_page||H.pageSize,dataSource:oe.ec_courses.map((ee,G)=>y(p({},ee),{key:X.page>1?(X.page-1)*X.per_page+G+1:G+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(K=>K.questions_count>0).map((K,H)=>o(o({},K),{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,K,H)=>new Promise((W,ae)=>{var X=ee=>{try{q(H.next(ee))}catch(G){ae(G)}},oe=ee=>{try{q(H.throw(ee))}catch(G){ae(G)}},q=ee=>ee.done?W(ee.value):Promise.resolve(ee.value).then(X,oe);q((H=H.apply(N,K)).next())});function l(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/avatar.json`,{method:"put",body:N})})}function c(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}.json`,{method:"get"})})}function f(N){return i(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:N})})}function o(N){return i(this,null,function*(){return(0,r.ZP)("/api/schools/limit_list.json",{method:"get",params:N})})}function h(N){return i(this,null,function*(){return(0,r.ZP)(`/api/schools/${N.id}/departments/for_option.json`,{method:"get",params:N})})}function u(N){return i(this,null,function*(){return(0,r.ZP)("/api/add_department_applies.json",{method:"post",body:N})})}function a(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.id}.json`,{method:"put",body:N})})}function x(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/authentication_apply.json`,{method:"delete"})})}function p(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.login}/professional_auth_apply.json`,{method:"delete"})})}function y(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.id}/professional_auth_apply.json`,{method:"post",body:N})})}function m(N){return i(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${N.id}/authentication_apply.json`,{method:"post",body:N})})}function b(N){return i(this,null,function*(){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:N})})}function 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,K){return i(this,null,function*(){return(0,r.ZP)(`/api/users/${N.login}/videos/${N.id}/create_subject_video.json`,{method:"post",body:K})})}},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 K=ae=>{try{W(M.next(ae))}catch(X){N(X)}},H=ae=>{try{W(M.throw(ae))}catch(X){N(X)}},W=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(K,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 K=ae=>{try{W(M.next(ae))}catch(X){N(X)}},H=ae=>{try{W(M.throw(ae))}catch(X){N(X)}},W=ae=>ae.done?B(ae.value):Promise.resolve(ae.value).then(K,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 _r},A:function(){return Ht},Ab:function(){return di},Al:function(){return Q},BQ:function(){return dt},BR:function(){return te},Bn:function(){return Ge},Cq:function(){return Nt},DJ:function(){return Ne},Dd:function(){return m},Ds:function(){return Fe},EO:function(){return Tt},Ed:function(){return Mt},F9:function(){return ht},FU:function(){return nr},Fg:function(){return b},GV:function(){return tr},Gk:function(){return q},Gm:function(){return Bt},Gz:function(){return S},Hl:function(){return D},Hn:function(){return H},ID:function(){return un},IU:function(){return Se},J2:function(){return Zt},K$:function(){return be},KP:function(){return bt},KT:function(){return Pe},L$:function(){return Vt},LH:function(){return P},Lk:function(){return da},Ls:function(){return ie},MA:function(){return Vn},Mc:function(){return li},N7:function(){return se},Nd:function(){return oe},Nl:function(){return It},Ns:function(){return hn},O3:function(){return He},Pj:function(){return Et},QX:function(){return he},QZ:function(){return Ae},R2:function(){return G},Rk:function(){return yr},S9:function(){return Lt},U8:function(){return gt},UD:function(){return Mr},U_:function(){return ae},Uy:function(){return mr},V8:function(){return K},Vw:function(){return j},W0:function(){return Gt},W7:function(){return qe},WK:function(){return Gr},Wr:function(){return Mi},YR:function(){return $e},Z0:function(){return Te},ZL:function(){return St},ZT:function(){return Fi},ZX:function(){return ei},Z_:function(){return M},_0:function(){return B},_9:function(){return tt},_B:function(){return Hi},aP:function(){return Ct},aQ:function(){return yt},aZ:function(){return Re},al:function(){return Wt},bm:function(){return nn},bz:function(){return We},c_:function(){return ct},ds:function(){return Xr},fN:function(){return Qn},fr:function(){return Qt},g4:function(){return Ft},gq:function(){return R},hf:function(){return $},i:function(){return Rt},i6:function(){return Cr},i7:function(){return Zr},iE:function(){return a},ih:function(){return Nn},kW:function(){return kt},km:function(){return Yt},nP:function(){return p},nQ:function(){return Ye},nX:function(){return Or},oM:function(){return ke},oR:function(){return Ca},o_:function(){return Ce},pf:function(){return At},pr:function(){return na},pv:function(){return it},qB:function(){return le},r2:function(){return N},rS:function(){return A},s:function(){return qn},sb:function(){return et},sm:function(){return y},t1:function(){return je},tB:function(){return Pn},tR:function(){return xt},td:function(){return ft},uh:function(){return er},up:function(){return ut},v2:function(){return x},vV:function(){return ze},w9:function(){return X},wR:function(){return mn},yS:function(){return ce},yV:function(){return ee},yd:function(){return Le},zg:function(){return me}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Dt,mt,Ui)=>mt in Dt?i(Dt,mt,{enumerable:!0,configurable:!0,writable:!0,value:Ui}):Dt[mt]=Ui,h=(Dt,mt)=>{for(var Ui in mt||(mt={}))c.call(mt,Ui)&&o(Dt,Ui,mt[Ui]);if(l)for(var Ui of l(mt))f.call(mt,Ui)&&o(Dt,Ui,mt[Ui]);return Dt},u=(Dt,mt,Ui)=>new Promise((la,gi)=>{var La=Cn=>{try{ci(Ui.next(Cn))}catch(rr){gi(rr)}},Si=Cn=>{try{ci(Ui.throw(Cn))}catch(rr){gi(rr)}},ci=Cn=>Cn.done?la(Cn.value):Promise.resolve(Cn.value).then(La,Si);ci((Ui=Ui.apply(Dt,mt)).next())});const a=Dt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Dt==null?void 0:Dt.course_id}/course_videos/configs.json`,{method:"put",body:Dt})}),x=Dt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Dt==null?void 0:Dt.course_id}/course_videos/list_for_config.json`,{method:"Get",params:Dt})}),p=Dt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Dt==null?void 0:Dt.course_id}/homework_commons/max_late_time.json`,{method:"Get",params:Dt})}),y=Dt=>u(void 0,null,function*(){return(0,r.ZP)(`/api/courses/${Dt==null?void 0:Dt.course_id}/homework_commons/batch_late_setting`,{method:"post",body:Dt})}),m=Dt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/course_use_infos.json",{method:"Get",params:Dt})}),b=Dt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/rank_list.json",{method:"Get",params:Dt})}),S=Dt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_body.json",{method:"Get",params:Dt})}),D=Dt=>u(void 0,null,function*(){return(0,r.ZP)("/api/course_statistics/statistics_header.json",{method:"Get",params:Dt})});function R(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.course_id}/set_assistant_permissions.json`,{method:"post",body:h({},Dt.permissions)})})}function A(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.course_id}/assistant_permissions.json`,{method:"Get",params:h({},Dt)})})}function P(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/ai_status_query.json`,{method:"Get",params:Dt})})}function M(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/update_course_portrait_data.json`,{method:"post",body:h({},Dt)})})}function B(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/get_user_portrait_config.json`,{method:"Get",params:Dt})})}function N(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/update_user_portrait_config.json?id=${Dt.coursesId}`,{method:"put",body:h({},Dt)})})}function K(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"Get",params:h({},Dt)})})}function H(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/according_course_recommend_shixuns.json",{method:"Get",params:h({},Dt)})})}function W(Dt){return u(this,null,function*(){return Fetch("/api/disciplines.json",{method:"Get",params:h({},Dt)})})}function ae(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/top_banner.json`,{method:"get",params:h({},Dt)})})}function X(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id||Dt.coursesId}/left_banner.json`,{method:"get",params:h({},Dt)})})}function oe(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/homework_commons.json`,{method:"get",params:h({},Dt)})})}function q(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/homework_commons/list.json`,{method:"get",params:h({},Dt)})})}function ee(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/graduation_topics.json`,{method:"get",params:h({},Dt)})})}function G(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/graduation_tasks.json`,{method:"get",params:h({},Dt)})})}function se(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/v2/courses/${Dt.id}/exercises.json`,{method:"get",params:h({},Dt)})})}function te(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/polls.json`,{method:"get",params:h({},Dt)})})}function Q(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/homework_commons.json`,{method:"get",params:h({},Dt)})})}function le(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/course_groups.json`,{method:"get",params:h({},Dt)})})}function $(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/all_course_groups.json`,{method:"get",params:h({},Dt)})})}function j(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/attendances.json`,{method:"get",params:h({},Dt)})})}function ie(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/courses/${Dt.coursesId}/attendances.json`,{method:"get",params:h({},Dt)})})}function me(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/attendances/${Dt.id}/edit.json`,{method:"get",params:h({},Dt)})})}function Ae(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/informs.json`,{method:"get",params:h({},Dt)})})}function Pe(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/files.json",{method:"get",params:h({},Dt)})})}function He(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/course_videos.json`,{method:"get",params:h({},Dt)})})}function Ne(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/live_links.json`,{method:"get",params:h({},Dt)})})}function Mt(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/mine.json",{method:"get",params:h({},Dt)})})}function bt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${Dt.categoryId}/messages.json`,{method:"get",params:h({},Dt)})})}function kt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/course_groups.json`,{method:"get",params:h({},Dt)})})}function Zt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/students.json`,{method:"get",params:h({},Dt)})})}function Ft(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/statistics.json`,{method:"get",params:h({},Dt)})})}function tr(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/work_score.json`,{method:"get",params:h({},Dt)})})}function je(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/act_score.json`,{method:"get",params:h({},Dt)})})}function Et(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/shixun_lists.json",{method:"get",params:h({},Dt)})})}function Bt(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"get",params:h({},Dt)})})}function tt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt==null?void 0:Dt.course_id}/homework_commons/impersonal_list.json`,{method:"get",params:h({},Dt)})})}function yt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/homework_commons/create_shixun_homework.json`,{method:"post",body:h({},Dt)})})}function dt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt==null?void 0:Dt.course_id}/homework_commons/create_collaborators.json`,{method:"post",body:h({},Dt)})})}function qe(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/subject_lists.json",{method:"get",params:h({},Dt)})})}function Fe(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/homework_commons/create_subject_homework.json`,{method:"post",body:h({},Dt)})})}function be(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/schools/school_list.json",{method:"get",params:Dt})})}function ke(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_course_list.json",{method:"post",body:Dt})})}function Ge(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/courses.json",{method:"post",body:Dt})})}function We(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:Dt})})}function Ye(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/users/member_search.json",{method:"get",params:Dt})})}function ht(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/student_groups.json",{method:"get",params:h({page:1,limit:1e3},Dt)})})}function xt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.identifier}/add_student_groups.json`,{method:"post",body:Dt})})}function nr(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/search_all.json",{method:"get",params:Dt})})}function er(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/add_teacher.json`,{method:"post",body:Dt})})}function Re(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/add_students_by_search.json`,{method:"post",body:Dt})})}function et(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/set_public_or_private.json`,{method:"post",body:Dt})})}function Vt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/set_invite_code_halt.json`,{method:"post",body:Dt})})}function Lt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/duplicate_course.json`,{method:"post",body:Dt})})}function Wt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/update_end_date.json`,{method:"put",body:Dt})})}function Ht(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}.json`,{method:"delete",body:Dt})})}function Tt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/settings.json`,{method:"get",params:h({},Dt)})})}function Qt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}.json`,{method:"put",body:Dt})})}function $e(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/export_couser_info.json`,{method:"get",params:{export:!0}})})}function ce(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/export_member_act_score_async.json`,{method:"get",params:h({export:!0},Dt)})})}function he(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/export_total_homework_commons_score.json`,{method:"get",params:h({export:!0},Dt)})})}function It(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/export_total_exercises_and_other_score.json`,{method:"get",params:h({export:!0},Dt)})})}function Se(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/export_star_user.json`,{method:"get",params:h({export:!0},Dt)})})}function ft(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/export_mooc_records.json`,{method:"get",params:h({export:!0},Dt)})})}function Gt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/export_total_course_score.json`,{method:"get",params:h({export:!0},Dt)})})}function Ct(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Dt.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},Dt)})})}function Ce(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Dt.categoryId}/export_shixun_report.json`,{method:"get",params:h({export:!0},Dt)})})}function St(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Dt.categoryId}/export_exercise_users.json`,{method:"get",params:h({export:!0},Dt)})})}function ze(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Dt.categoryId}/export_exercise_word.json`,{method:"get",params:h({export:!0},Dt)})})}function nt(Dt){return u(this,null,function*(){return Fetch(`/api/homework_commons/${Dt.categoryId}/works_list.zip`,{method:"get",params:h({export:!0},Dt)})})}function Te(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api//course_second_categories/${Dt.id}.json`,{method:"delete",params:{export:!0}})})}function Rt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api//boards/${Dt.id}.json`,{method:"delete",params:{export:!0}})})}function Le(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${Dt.id}/sticky_module.json`,{method:"get"})})}function Or(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_modules/${Dt.id}/hidden_module.json`,{method:"get"})})}function At(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/courses/new.json",{method:"get",params:Dt})})}function Xr(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/weapps/attendances/${Dt.id}.json`,{method:"get",params:Dt})})}function nn(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"get",params:Dt})})}function Mr(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances/update_status.json",{method:"post",body:Dt})})}function Dr(Dt){return u(this,null,function*(){return Fetch(`/api/polls/${Dt.categoryId}/commit_result.xlsx`,{method:"get",params:h({export:!0},Dt)})})}function mr(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Dt.categoryId}/export_scores.json`,{method:"get",params:h({export:!0},Dt)})})}function Zr(Dt){return(0,r.ZP)(`/api/polls/${Dt.categoryId}/start_answer.json`,{method:"get",params:h({},Dt)})}function un(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/poll_questions/${Dt.questionId}/poll_votes.json`,{method:"post",body:Dt})})}function hn(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/polls/${Dt.categoryId}/commit_poll.json`,{method:"post",body:Dt})})}function Yt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.courseId}/tasks_list.json`,{method:"get",params:Dt})})}function gt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.courseId}/update_task_position.json`,{method:"post",body:Dt})})}function ut(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/calculate_all_shixun_scores.json`,{method:"get",params:Dt})})}function ct(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/all_course_groups.json`,{method:"get",params:Dt})})}function Nt(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/polls/all_course_groups.json`,{method:"get",params:Dt})})}function yr(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/students.json`,{method:"get",params:Dt})})}function _r(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${Dt.categoryId}/rename_group.json`,{method:"POST",body:Dt})})}function it(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_groups/${Dt.categoryId}.json`,{method:"delete",body:Dt})})}function Cr(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/join_course_group.json`,{method:"POST",body:Dt})})}function mn(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/transfer_to_course_group.json`,{method:"post",body:Dt})})}function Vn(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/delete_from_course.json`,{method:"post",body:Dt})})}function Gr(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/join_course_group.json`,{method:"post",body:Dt})})}function Qn(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/exit_course.json`,{method:"post"})})}function ei(Dt){return u(this,null,function*(){return(0,r.ZP)("/api/weapps/course_member_attendances.json",{method:"post",body:h({},Dt)})})}function Nn(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/mooc_users/${Dt.user_id}/edit.json`,{method:"get",params:Dt})})}function qn(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/mooc_users.json`,{method:"post",body:Dt})})}function Pn(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.coursesId}/mooc_users/${Dt.user_id}.json`,{method:"put",body:Dt})})}function Mi(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/course_second_categories/${Dt.id}/move_category.json`,{method:"post",body:Dt})})}function di(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/boards/${Dt.id}/move_category.json`,{method:"post",body:Dt})})}function Fi(Dt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt.id}/courseware.json`,{method:"get",params:Dt})})}function na(Dt,mt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Dt}/mark_wrong_topic.json`,{method:"get",params:mt})})}function Hi(Dt,mt){return u(this,null,function*(){return(0,r.ZP)(`/api/exercises/${Dt}/cancel_wrong_topic.json`,{method:"get",params:mt})})}function Ca(Dt,mt){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Dt}/allow_end_group.json`,{method:"get",params:mt})})}function li(Dt,mt){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Dt}/homework_commons/end_with_homework_list_position.json`,{method:"post",body:mt})})}function da(Dt,mt){return u(this,null,function*(){return(0,r.ZP)(`/api/tasks/${Dt}/get_content_for_commit_id.json`,{method:"get",params:mt})})}},65906:function(d,_,e){"use strict";e.d(_,{$M:function(){return Ft},$P:function(){return nr},Ax:function(){return x},Dh:function(){return D},FU:function(){return W},GQ:function(){return te},IN:function(){return Fe},JM:function(){return We},Ju:function(){return Zt},Mn:function(){return qe},Ni:function(){return ie},Pg:function(){return R},Pt:function(){return S},Qp:function(){return G},R9:function(){return ae},Ux:function(){return se},Vy:function(){return He},XJ:function(){return j},XR:function(){return bt},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 je},pA:function(){return Bt},pS:function(){return Ge},pU:function(){return $},ps:function(){return H},q0:function(){return yt},qN:function(){return dt},qS:function(){return b},qj:function(){return Mt},qt:function(){return ht},rV:function(){return A},rZ:function(){return Ye},rk:function(){return Ae},rm:function(){return ee},sK:function(){return q},sL:function(){return tt},su:function(){return ke},tC:function(){return Pe},tO:function(){return Ne},u9:function(){return Q},uZ:function(){return me},vV:function(){return K},xx:function(){return er},y8:function(){return kt},yS:function(){return N},zF:function(){return y},zc:function(){return X},zj:function(){return P},zz:function(){return xt}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Re,et,Vt)=>et in Re?i(Re,et,{enumerable:!0,configurable:!0,writable:!0,value:Vt}):Re[et]=Vt,h=(Re,et)=>{for(var Vt in et||(et={}))c.call(et,Vt)&&o(Re,Vt,et[Vt]);if(l)for(var Vt of l(et))f.call(et,Vt)&&o(Re,Vt,et[Vt]);return Re},u=(Re,et,Vt)=>new Promise((Lt,Wt)=>{var Ht=$e=>{try{Qt(Vt.next($e))}catch(ce){Wt(ce)}},Tt=$e=>{try{Qt(Vt.throw($e))}catch(ce){Wt(ce)}},Qt=$e=>$e.done?Lt($e.value):Promise.resolve($e.value).then(Ht,Tt);Qt((Vt=Vt.apply(Re,et)).next())});const a=Re=>(0,r.ZP)(`/api/competitions/${Re.identifier}/create_guide.json`,{method:"post",body:Re}),x=Re=>(0,r.ZP)(`/api/competitions/${Re.identifier}/guides.json`,{method:"get",params:Re}),p=Re=>(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.competition_team_id}/edit_info.json`,{method:"put",body:Re});function y(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/update_result.json`,{method:"post",body:Re})})}function m(Re){return u(this,null,function*(){return(0,r.ZP)("/api/competitions.json",{method:"Get",params:h({},Re)})})}function b(Re){return u(this,null,function*(){return(0,r.ZP)("/api/courses/apply_to_join_course.json",{method:"post",body:Re})})}function S(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams.json`,{method:"post"})})}function D(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_staff.json`,{method:"get"})})}function R(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/common_header.json`,{method:"get"})})}function A(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/${Re.url}`,{method:"get",params:h({},Re)})})}function P(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/update_md_content.json`,{method:"post",body:Re})})}function M(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams.json`,{method:"get",params:Re})})}function B(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.Teannameid}/edit.json`,{method:"get",params:Re})})}function N(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.Teannameid}.json`,{method:"put",body:Re})})}function K(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.id}/leave.json`,{method:"post",body:Re})})}function H(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.id}.json`,{method:"delete"})})}function W(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams.json`,{method:"post",body:Re})})}function ae(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.id}/add_managers.json`,{method:"post",body:Re})})}function X(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/join.json`,{method:"post",body:Re})})}function oe(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/teachers.json`,{method:"get",params:Re})})}function q(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/students.json`,{method:"get",params:Re})})}function ee(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.teamid}/crud_team_members.json`,{method:"post",body:Re})})}function G(Re){return u(this,null,function*(){return(0,r.ZP)("/api/users/competition_reward.json",{method:"post",body:Re})})}function se(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/chart_rules.json`,{method:"get"})})}function te(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/charts.json`,{method:"get",params:Re})})}function Q(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/results.json`,{method:"get",params:Re})})}function le(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/md_tab_rules.json`,{method:"get",params:Re})})}function $(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/prize.json`,{method:"get",params:Re})})}function j(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Re.id}.json`,{method:"get",params:Re})})}function ie(Re){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:Re})})}function me(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Re.userid}/phone_bind.json`,{method:"post",body:Re})})}function Ae(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Re.userid}/email_bind.json`,{method:"post",body:Re})})}function Pe(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Re.userid}/professional_auth_apply.json`,{method:"delete"})})}function He(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/users/accounts/${Re.userid}/authentication_apply.json`,{method:"delete"})})}function Ne(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/prize_leader_account.json`,{method:"put",body:Re})})}function Mt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.teamid}/shixun_detail.json`,{method:"get"})})}function bt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams/${Re.teamid}/course_detail.json`,{method:"get"})})}function kt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/attachments/${Re.id}.json`,{method:"delete"})})}function Zt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.id}/get_certificate_info.json`,{method:"get",params:Re})})}function Ft(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.id}/basic_setting.json`,{method:"post",body:Re})})}function tr(){return u(this,null,function*(){return Fetch("/api/competitions/download_template",{method:"get",responseType:"arraybuffer"})})}function je(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re}/common_header.json`,{method:"get"})})}function Et(Re){return u(this,null,function*(){return Fetch("/api/competitions.json",{method:"post",body:Re})})}function Bt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/search_managers.json`,{method:"get",params:Re})})}function tt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re}/get_managers.json`,{method:"get"})})}function yt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/add_managers.json`,{method:"post",body:Re})})}function dt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/delete_managers.json`,{method:"delete",body:Re})})}function qe(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re}/get_picture.json`,{method:"get"})})}function Fe(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/identifier_exist.json`,{method:"post",body:Re})})}function be(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re}/get_shixun_settings.json`,{method:"get"})})}function ke(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/shixun_add.json`,{method:"post",body:Re})})}function Ge(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/shixun_delete.json`,{method:"delete",body:Re})})}function We(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/shixun_select.json`,{method:"post",body:Re})})}function Ye(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re}/info_finish.json`,{method:"get"})})}function ht(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re==null?void 0:Re.id}/competition_review.json`,{method:"post",body:h({},Re)})})}function xt(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_teams.json`,{method:"get",params:Re})})}function nr(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/all_team_members.json`,{method:"get",params:Re})})}function er(Re){return u(this,null,function*(){return(0,r.ZP)(`/api/competitions/${Re.identifier}/competition_commit_records/member_works.json`,{method:"get",params:Re})})}},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 K},gq:function(){return W},eM:function(){return N},BA:function(){return oe},bA:function(){return ee},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 G}});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,te,Q)=>te in se?i(se,te,{enumerable:!0,configurable:!0,writable:!0,value:Q}):se[te]=Q,a=(se,te)=>{for(var Q in te||(te={}))o.call(te,Q)&&u(se,Q,te[Q]);if(f)for(var Q of f(te))h.call(te,Q)&&u(se,Q,te[Q]);return se},x=(se,te)=>l(se,c(te)),p=(se,te)=>{var Q={};for(var le in se)o.call(se,le)&&te.indexOf(le)<0&&(Q[le]=se[le]);if(se!=null&&f)for(var le of f(se))te.indexOf(le)<0&&h.call(se,le)&&(Q[le]=se[le]);return Q},y=(se,te,Q)=>new Promise((le,$)=>{var j=Ae=>{try{me(Q.next(Ae))}catch(Pe){$(Pe)}},ie=Ae=>{try{me(Q.throw(Ae))}catch(Pe){$(Pe)}},me=Ae=>Ae.done?le(Ae.value):Promise.resolve(Ae.value).then(j,ie);me((Q=Q.apply(se,te)).next())});const m=se=>y(void 0,null,function*(){var te=se,{id:Q}=te,le=p(te,["id"]);return(0,r.ZP)(`/api/ec_years/${Q}/course_results.json`,{method:"get",params:le})}),b=se=>{let te=document.createElement("iframe");te.src=`/api/ec_years/${se}/course_results.xlsx`,te.style.display="none",document.body.appendChild(te)},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:te,class_name:Q=null})=>(0,r.ZP)(`/api/ec_years/${se}/course_results/${te}.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 te=document.createElement("iframe");te.src=`/api/ec_years/${se}/ec_graduation_results.xlsx`,te.style.display="none",document.body.appendChild(te)},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:te})=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/compute_single?id=${te}`,{method:"POST"}),N=se=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results.json`,{method:"get"}),K=se=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/get_formulas.json`,{method:"get"}),H=({ec_year_id:se,formula_one:te,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:te,formula_two_id:Q,formula_three_id:le}}),W=({ec_year_id:se,id:te})=>(0,r.ZP)(`/api/ec_years/${se}/ec_graduation_results/${te}.json`,{method:"get"}),ae=se=>{var te=se,{ec_year_id:Q,type:le,goal_value:$}=te,j=p(te,["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 X=(se,te,Q)=>new Promise((le,$)=>{var j=Ae=>{try{me(Q.next(Ae))}catch(Pe){$(Pe)}},ie=Ae=>{try{me(Q.throw(Ae))}catch(Pe){$(Pe)}},me=Ae=>Ae.done?le(Ae.value):Promise.resolve(Ae.value).then(j,ie);me((Q=Q.apply(se,te)).next())});const oe=se=>X(void 0,null,function*(){return(0,r.ZP)(`/api/schools/${se}/ec_majors/get_major_list.json`,{method:"get"})}),q=se=>X(void 0,null,function*(){return(0,r.ZP)(`/api/ec_major_schools/${se}/ec_years/get_year_list.json`,{method:"get"})}),ee=({ec_year_id:se,school_id:te})=>(0,r.ZP)(`/api/ec_years/${se}/top_pages.json`,{method:"get",params:{school_id:te}}),G=({id:se,name:te})=>(0,r.ZP)(`/api/ec_years/1/top_pages/${se}?name=${te}`,{method:"PUT"})},72664:function(d,_,e){"use strict";e.d(_,{$Q:function(){return P},$l:function(){return _r},BJ:function(){return dt},CD:function(){return et},Cd:function(){return ht},Cl:function(){return Le},Di:function(){return tr},Fl:function(){return Bt},G$:function(){return le},GK:function(){return Et},Ip:function(){return be},J:function(){return $},KE:function(){return tt},L8:function(){return Qt},LP:function(){return ke},MK:function(){return je},Mb:function(){return Mr},N0:function(){return H},N3:function(){return Ne},OO:function(){return R},P8:function(){return hn},PJ:function(){return ie},PT:function(){return mr},Qc:function(){return ae},RK:function(){return Q},Ty:function(){return nt},UH:function(){return ft},UK:function(){return Mt},Uj:function(){return er},Ul:function(){return Ye},VL:function(){return Wt},Vj:function(){return ce},W4:function(){return nr},WL:function(){return he},Wj:function(){return te},X4:function(){return Fe},Xn:function(){return Xr},Xo:function(){return oe},YY:function(){return Ft},Ym:function(){return N},Yu:function(){return Yt},ZD:function(){return un},Zg:function(){return Or},_B:function(){return Re},_F:function(){return Dr},_U:function(){return ee},_u:function(){return me},aU:function(){return K},ab:function(){return Rt},cC:function(){return ze},cV:function(){return G},ck:function(){return Zr},dp:function(){return W},eA:function(){return Nt},fG:function(){return S},gA:function(){return se},gG:function(){return nn},gJ:function(){return gt},hk:function(){return y},hv:function(){return m},iB:function(){return b},iU:function(){return D},iw:function(){return St},kp:function(){return Ht},lL:function(){return A},lf:function(){return He},n$:function(){return Pe},n7:function(){return q},nF:function(){return $e},o3:function(){return ut},oS:function(){return Ge},oX:function(){return Lt},oy:function(){return Te},p7:function(){return B},pL:function(){return Vt},pu:function(){return qe},q6:function(){return Tt},qf:function(){return Zt},qz:function(){return We},s:function(){return Ct},sA:function(){return It},sS:function(){return ct},tX:function(){return Gt},uR:function(){return bt},ux:function(){return yt},wy:function(){return kt},xA:function(){return Ce},yE:function(){return X},yu:function(){return Se},zP:function(){return M},zR:function(){return yr}});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=(it,Cr,mn)=>Cr in it?i(it,Cr,{enumerable:!0,configurable:!0,writable:!0,value:mn}):it[Cr]=mn,a=(it,Cr)=>{for(var mn in Cr||(Cr={}))o.call(Cr,mn)&&u(it,mn,Cr[mn]);if(f)for(var mn of f(Cr))h.call(Cr,mn)&&u(it,mn,Cr[mn]);return it},x=(it,Cr)=>l(it,c(Cr)),p=(it,Cr,mn)=>new Promise((Vn,Gr)=>{var Qn=qn=>{try{Nn(mn.next(qn))}catch(Pn){Gr(Pn)}},ei=qn=>{try{Nn(mn.throw(qn))}catch(Pn){Gr(Pn)}},Nn=qn=>qn.done?Vn(qn.value):Promise.resolve(qn.value).then(Qn,ei);Nn((mn=mn.apply(it,Cr)).next())});const y=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.exercise_id}/statistics/list_student_score_by_question_type.json`,{method:"get",params:it}),m=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.exercise_id}/statistics/list_student_score_by_question.json`,{method:"get",params:it}),b=it=>(0,r.ZP)(`/api/exercises/${it.exercise_id}/statistics/export_class_compare.xlsl`,{method:"get",params:it}),S=it=>(0,r.ZP)(`/api/exercises/${it.exercise_id}/statistics/class_question_compare.json`,{method:"get",params:it}),D=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.exercise_id}/statistics/class_score_distribution.json`,{method:"get",params:it}),R=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.exercise_id}/statistics/list_student_score.json`,{method:"get",params:it}),A=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.exercise_id}/statistics/set_score_ranges.json`,{method:"put",body:it}),P=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.exercise_id}/statistics/score_ranges.json`,{method:"get",params:it}),M=it=>(0,r.ZP)(`/api/exercises/${it.id}/sava_exam_summary.json`,{method:"post",body:it}),B=it=>(0,r.ZP)("/api/intelligent_reviews/exam_summary.json",{method:"post",body:it}),N=it=>(0,r.ZP)(`/api/exercises/${it.id}/generate_exam_summary.json`,{method:"post",body:it}),K=it=>(0,r.ZP)(`/api/exercises/${it.id}/exam_summary_settings.json`,{method:"post",body:it}),H=it=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${it==null?void 0:it.exercise_id}/review_exercise_user.json`,{method:"post",body:it})}),W=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.id}/code_check.json`,{method:"get",params:it}),ae=it=>(0,r.ZP)(`/api/exercises/${it.id}/reset_pwd.json`,{method:"post",body:it}),X=it=>(0,r.ZP)(`/api/exercises/${it.id}/encrypt_or_decrypt.json`,{method:"post",body:it}),oe=it=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${it.id}/delayed_time_or_force.json`,{method:"post",body:it})}),q=it=>p(void 0,null,function*(){return(0,r.ZP)(`/api/exercises/${it==null?void 0:it.id}/exercise_time.json`,{method:"Get",params:it})}),ee=it=>(0,r.ZP)(`/api/exercises/${it==null?void 0:it.id}/exercise_question_result.json`,{method:"get",params:it}),G=it=>(0,r.ZP)(`/api/exercises/${it.id}/get_question_type_alias.json`,{method:"get",params:it});function se(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it==null?void 0:it.id}/teacher_update.json`,{method:"post",body:a({},it)})})}function te(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it==null?void 0:it.id}/adjust_comment.json`,{method:"post",body:a({},it)})})}function Q(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.id}/edit_question_type_alias.json`,{method:"POST",body:it})})}function le(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/exercise_lists.json`,{method:"get",params:a({},it)})})}function $(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/exercise_identity_photos.json`,{method:"get",params:a({},it)})})}function j(it){return p(this,null,function*(){return Fetch(`/api/exercises/${it.categoryId}/video_push_url.json`,{method:"get",params:a({},it)})})}function ie(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/query_identity_photo_state.json`,{method:"get",params:a({},it)})})}function me(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/exercise_result.json`,{method:"get",params:a({},it)})})}function Ae(it){return p(this,null,function*(){return Fetch(`/api/exercises/${it.categoryId}/exercise_score_area_setting.json`,{method:"post",body:a({},it)})})}function Pe(it){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},it)})})}function He(it){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"POST",body:a({},it)})})}function Ne(it){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${it.coursesId}/exercises/publish_modal.json`,{method:"get",params:a({},it)})})}function Mt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/common_header.json`,{method:"get",params:a({},it)})})}function bt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${it.coursesId}/exercises.json`,{method:"post",body:a({},it)})})}function kt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.exerciseId}.json`,{method:"put",body:a({},it)})})}function Zt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}.json`,{method:"get",params:a({},it)})})}function Ft(it){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"get",params:a({},it)})})}function tr(it){return p(this,null,function*(){const{id:Cr}=it;return delete it.id,(0,r.ZP)(`/api/exercise_questions/${Cr}.json`,{method:"put",body:a({},it)})})}function je(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/exercise_questions.json`,{method:"post",body:a({},it)})})}function Et(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it.id}/up_down.json`,{method:"post",body:a({},it)})})}function Bt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it.id}.json`,{method:"delete"})})}function tt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${it.coursesId}/exercises/end_modal.json`,{method:"get",params:a({},it)})})}function yt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/publish_groups.json`,{method:"get",params:a({},it)})})}function dt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.exerciseId}/user_exercise_detail.json`,{method:"get",params:a({},it)})})}function qe(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.exerciseId}/consult_exercise.json`,{method:"post",body:a({},it)})})}function Fe(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.exerciseId}/teacher_appraise.json`,{method:"get",params:a({},it)})})}function be(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it.id}/adjust_score.json`,{method:"post",body:a({},it)})})}function ke(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it.id}/batch_adjust_score.json`,{method:"post",body:a({},it)})})}function Ge(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.id}/adjust_score.json`,{method:"post",body:a({},it)})})}function We(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.id}/delayed_time.json`,{method:"post",body:a({},it)})})}function Ye(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/exercise_setting.json`,{method:"get",params:a({},it)})})}function ht(it){return p(this,null,function*(){return(0,r.ZP)(`/api/v2/exercises/${it.categoryId}/exercise_setting.json`,{method:"get",params:a({},it)})})}function xt(it){return p(this,null,function*(){return Fetch(`/api/exercises/${it.categoryId}/commit_setting.json`,{method:"post",body:a({},it)})})}function nr(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.exerciseId}/review_exercises_by_students.json`,{method:"post",body:a({},it)})})}function er(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/exercise_lists.xlsx`,{method:"get",params:x(a({},it),{export:!0})})})}function Re(it){return(0,r.ZP)(`/api/exercises/${it.categoryId}/user_exercise_detail.json`,{method:"get",params:x(a({},it),{login:null})})}function et(it){return(0,r.ZP)(`/api/exercises/${it.categoryId}/start.json`,{method:"get",params:a({},it)})}function Vt(it){return(0,r.ZP)(`/api/exercises/${it.categoryId}/start_unlock.json`,{method:"post",body:a({},it)})}function Lt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it.questionId}/exercise_answers.json`,{method:"post",body:it})})}function Wt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/commit_exercise.json`,{method:"post",body:it})})}function Ht(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/simulate_commit_exercise.json`,{method:"post",body:it})})}function Tt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/redo_exercise.json`,{method:"post",body:it})})}function Qt(it){return(0,r.ZP)(`/api/${it.url}`,{method:"get",params:a({},it)})}function $e(it){return(0,r.ZP)(`/api/problems/${it.id}/start.json`,{method:"get",params:a({},it)})}function ce(it){return(0,r.ZP)(`/api/exercises/${it.id}/begin_commit.json`,{method:"get",params:a({},it)})}function he(it){return(0,r.ZP)(`/api/exercises/${it.id}/simulate_begin_commit.json`,{method:"get",params:a({},it)})}function It(it){return(0,r.ZP)("/api/examination_intelligent_settings/optional_items.json",{method:"post",body:a({},it)})}function Se(it){return console.log("params:",it),(0,r.ZP)(`/api/exercises/${it.categoryId}/edit.json`,{method:"get",params:a({},it)})}function ft(it){return(0,r.ZP)(`/api/exercises/${it.id}/get_objective_scores.json`,{method:"get",params:a({},it)})}function Gt(it){return(0,r.ZP)(`/api/exercises/${it.categoryId}/redo_modal.json`,{method:"get",params:a({},it)})}function Ct(it){return(0,r.ZP)(`/api/exercises/${it.categoryId}/student_redo_lists.json`,{method:"get",params:a({},it)})}function Ce(it){return(0,r.ZP)("/api/exercises/get_user_exercises.json",{method:"get",params:it})}function St(it){return(0,r.ZP)(`/api/exercises/${it.id}/exercise_header.json`,{method:"get",params:a({},it)})}function ze(it){return(0,r.ZP)(`/api/exercises/${it.categoryId}/allow_close_camera.json`,{method:"post",body:a({},it)})}function nt(it){return(0,r.ZP)(`/api/exercises/${it.categoryId}/get_exercise_user_info.json`,{method:"get",params:a({},it)})}function Te(it){return(0,r.ZP)(`/api/exercises/${it.id}/record_screen`,{method:"post",params:a({},it)})}function Rt(it){return(0,r.ZP)(`/api/exercises/${it.id}/unbind_ip.json`,{method:"post",body:a({},it)})}function Le(it){return(0,r.ZP)(`/api/exercises/${it.id}/check_ip.json`,{method:"get",params:a({},it)})}function Or(it){return(0,r.ZP)(`/api/exercises/${it==null?void 0:it.id}/check_user_exercise.json`,{method:"get",params:a({},it)})}function At(it){return Fetch(`/api/exercises/${it.id}/make_up_students.json`,{method:"get",params:a({},it)})}function Xr(it){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${it.coursesId}/exercises/code_review_detail.json`,{method:"get",params:a({},it)})})}function nn(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it.question_id}/adjust_score.json`,{method:"post",body:a({},it)})})}function Mr(it){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${it.categoryId}/simulate_exercise.json`,{method:"post",body:a({},it)})})}function Dr(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/simulate_start_answer.json`,{method:"get",params:a({},it)})})}function mr(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/exercise_time.json`,{method:"get",params:a({},it)})})}function Zr(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it.categoryId}/commit_screen_at.json`,{method:"post",body:a({},it)})})}function un(it,Cr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it}/unlock_user`,{method:"post",body:Cr})})}function hn(it,Cr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it}/save_screen_record.json`,{method:"post",body:Cr})})}function Yt(it,Cr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it}/screen_record_list.json`,{method:"get",params:Cr})})}function gt(it){return p(this,null,function*(){return(0,r.ZP)("/api/attachments/set_ecs_attachment.json",{method:"get",params:a({},it)})})}function ut(it){return p(this,null,function*(){return(0,r.ZP)("/api/exercises/need_redo.json",{method:"get",params:it})})}function ct(it,Cr){return p(this,null,function*(){return(0,r.ZP)(`/api/exercises/${it}/mark.json`,{method:"post",body:Cr})})}function Nt(it){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${it}/exit_delete_pod.json`,{method:"post",body:it})})}function yr(it){return p(this,null,function*(){return(0,r.ZP)("/api/users/change_exercise_score.json",{method:"put",body:it})})}function _r(it){return p(this,null,function*(){return(0,r.ZP)(`/api/exercise_questions/${it==null?void 0:it.id}/send_to_item_bank.json`,{method:"post",body:a({},it)})})}},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 K}});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((X,oe)=>{var q=se=>{try{G(ae.next(se))}catch(te){oe(te)}},ee=se=>{try{G(ae.throw(se))}catch(te){oe(te)}},G=se=>se.done?X(se.value):Promise.resolve(se.value).then(q,ee);G((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 K(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 K},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=(X,oe,q)=>oe in X?i(X,oe,{enumerable:!0,configurable:!0,writable:!0,value:q}):X[oe]=q,h=(X,oe)=>{for(var q in oe||(oe={}))c.call(oe,q)&&o(X,q,oe[q]);if(l)for(var q of l(oe))f.call(oe,q)&&o(X,q,oe[q]);return X},u=(X,oe,q)=>new Promise((ee,G)=>{var se=le=>{try{Q(q.next(le))}catch($){G($)}},te=le=>{try{Q(q.throw(le))}catch($){G($)}},Q=le=>le.done?ee(le.value):Promise.resolve(le.value).then(se,te);Q((q=q.apply(X,oe)).next())});function a(X){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${X.categoryId}.json`,{method:"get",params:h({},X)})})}function x(X){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${X.categoryId}/tasks_list.json`,{method:"get",params:h({},X)})})}function p(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics/${X.categoryId}/show_detail.json`,{method:"get",params:h({},X)})})}function y(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics/${X.categoryId}.json`,{method:"get",params:h({},X)})})}function m(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics/${X.categoryId}/refuse_student_topic.json`,{method:"post",body:h({},X)})})}function b(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics/${X.categoryId}/accept_student_topic.json`,{method:"post",body:h({},X)})})}function S(X){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${X.categoryId}/show_comment.json`,{method:"get",params:h({},X)})})}function D(X){return u(this,null,function*(){return(0,r.ZP)("/api/users/reply_message.json",{method:"post",body:h({},X)})})}function R(X){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:h({},X)})})}function A(X){return u(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:h({},X)})})}function P(X){return u(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:h({},X)})})}function M(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics/new.json`,{method:"get",params:h({},X)})})}function B(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics/${X.categoryId}/edit.json`,{method:"get",params:h({},X)})})}function N(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics`,{method:"post",body:h({},X)})})}function K(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_topics/${X.categoryId}`,{method:"put",body:h({},X)})})}function H(X){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${X.coursesId}/graduation_tasks`,{method:"post",body:h({},X)})})}function W(X){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${X.categoryId}.json`,{method:"put",body:h({},X)})})}function ae(X){return u(this,null,function*(){return(0,r.ZP)(`/api/graduation_tasks/${X.categoryId}/edit.json`,{method:"get",params:h({},X)})})}},86645:function(d,_,e){"use strict";e.d(_,{AA:function(){return K},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 ee},Ps:function(){return c},Rk:function(){return oe},Tz:function(){return a},V1:function(){return te},Wz:function(){return f},Xh:function(){return p},Xw:function(){return X},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 G},zT:function(){return j}});var r=e(82093),i=(ie,me,Ae)=>new Promise((Pe,He)=>{var Ne=kt=>{try{bt(Ae.next(kt))}catch(Zt){He(Zt)}},Mt=kt=>{try{bt(Ae.throw(kt))}catch(Zt){He(Zt)}},bt=kt=>kt.done?Pe(kt.value):Promise.resolve(kt.value).then(Ne,Mt);bt((Ae=Ae.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 K(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 X(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 ee(ie){return i(this,null,function*(){return(0,r.ZP)(`/api/graduations/${ie==null?void 0:ie.id}/common_header.json`,{method:"get"})})}function G(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 te(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(_,{C:function(){return R},Cl:function(){return ae},LA:function(){return p},Mw:function(){return M},NX:function(){return b},Rm:function(){return o},SE:function(){return H},S_:function(){return y},St:function(){return N},Tt:function(){return u},X4:function(){return K},Yu:function(){return D},Zz:function(){return m},aC:function(){return A},cR:function(){return a},eX:function(){return f},h$:function(){return h},sJ:function(){return B},su:function(){return S},tS:function(){return W},vm:function(){return x},wu:function(){return P},zo:function(){return l}});var r=e(82093),i=(X,oe,q)=>new Promise((ee,G)=>{var se=le=>{try{Q(q.next(le))}catch($){G($)}},te=le=>{try{Q(q.throw(le))}catch($){G($)}},Q=le=>le.done?ee(le.value):Promise.resolve(le.value).then(se,te);Q((q=q.apply(X,oe)).next())}),l=(X=>(X.FinishWork="1",X.Exercise="2",X.OnlinePracticeTime="3",X.SuccessTimes="4",X))(l||{});const c=X=>i(void 0,null,function*(){return Fetch("/api/platform_systems.json",{method:"Get",params:X})}),f=X=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/env_detail.json",{method:"Get",params:X})}),o=X=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/env_list.json",{method:"Get",params:X})}),h=X=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/online_list.json",{method:"Get",params:X})});function u(){return i(this,null,function*(){return(0,r.ZP)("/api/home/index.json",{method:"Get"})})}function a(X){return i(this,null,function*(){return(0,r.ZP)("/api/courses/apply_to_join_course.json",{method:"post",body:X})})}function x(X){return i(this,null,function*(){return(0,r.ZP)("/api/project_applies.json",{method:"post",body:X})})}function p(X){return i(this,null,function*(){return(0,r.ZP)("/api/users/home_notice.json",{method:"Get"})})}function y(X){return i(this,null,function*(){return(0,r.ZP)("/api/users/view_notice.json",{method:"post",body:X})})}const m=X=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/add_teacher.json",{method:"post",body:X})}),b=X=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/remove_teacher.json",{method:"delete",body:X})}),S=X=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/teacher_list.json",{method:"get",params:X})}),D=X=>i(void 0,null,function*(){return(0,r.ZP)("/api/home/data.json",{method:"get",params:X})});function R(){return i(this,null,function*(){return(0,r.ZP)("/api/home/get_course_shixun.json",{method:"Get"})})}function A(X){return i(this,null,function*(){return(0,r.ZP)("/api/home/get_statistics.json",{method:"Get",params:X})})}function P(){return i(this,null,function*(){return(0,r.ZP)("/api/home/get_dynamic_data.json",{method:"Get"})})}function M(X){return i(this,null,function*(){return(0,r.ZP)("/api/school_informs.json",{method:"Get",params:X})})}function B(X){return i(this,null,function*(){return(0,r.ZP)(`/api/school_informs/${X}.json`,{method:"Get"})})}function N(X){return i(this,null,function*(){return(0,r.ZP)("/api/school_informs.json",{method:"post",body:X})})}function K(X,oe){return i(this,null,function*(){return(0,r.ZP)(`/api/school_informs/${X}.json`,{method:"put",body:oe})})}function H(X){return i(this,null,function*(){return(0,r.ZP)(`/api/school_informs/${X}.json`,{method:"delete"})})}function W(X){return i(this,null,function*(){return(0,r.ZP)("/api/home/get_course_list.json",{method:"Get",params:X})})}function ae(X){return i(this,null,function*(){return(0,r.ZP)("/api/home/upload_course_list.json",{method:"post",body:X},!0)})}},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)}},K=W=>{try{H(P.throw(W))}catch(ae){B(ae)}},H=W=>W.done?M(W.value):Promise.resolve(W.value).then(N,K);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,K,H)=>K in N?i(N,K,{enumerable:!0,configurable:!0,writable:!0,value:H}):N[K]=H,h=(N,K)=>{for(var H in K||(K={}))c.call(K,H)&&o(N,H,K[H]);if(l)for(var H of l(K))f.call(K,H)&&o(N,H,K[H]);return N},u=(N,K,H)=>new Promise((W,ae)=>{var X=ee=>{try{q(H.next(ee))}catch(G){ae(G)}},oe=ee=>{try{q(H.throw(ee))}catch(G){ae(G)}},q=ee=>ee.done?W(ee.value):Promise.resolve(ee.value).then(X,oe);q((H=H.apply(N,K)).next())});function a(N){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${N.coursesId}/online_learning.json`,{method:"get"})})}function x(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}.json`,{method:"put",body:N})})}function p(N){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${N.coursesId}/course_stages.json`,{method:"post",body:N})})}function y(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/add_shixun_to_stage.json`,{method:"post",body:N})})}function m(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/select_shixun_to_stage.json`,{method:"post",body:N})})}function b(N){return u(this,null,function*(){return(0,r.ZP)(`/api/course_stages/${N.id}/add_video_to_stage.json`,{method:"post",body:N})})}function 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 te},Dm:function(){return oe},Dq:function(){return Ae},Gd:function(){return m},Hb:function(){return Pe},Hm:function(){return W},ID:function(){return u},JP:function(){return me},NC:function(){return K},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 X},kF:function(){return He},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 G},w0:function(){return se},wX:function(){return ee},yE:function(){return f}});var r=e(82093),i=(Ne,Mt,bt)=>new Promise((kt,Zt)=>{var Ft=Et=>{try{je(bt.next(Et))}catch(Bt){Zt(Bt)}},tr=Et=>{try{je(bt.throw(Et))}catch(Bt){Zt(Bt)}},je=Et=>Et.done?kt(Et.value):Promise.resolve(Et.value).then(Ft,tr);je((bt=bt.apply(Ne,Mt)).next())});const l=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne==null?void 0:Ne.id}/code_check.json`,{method:"get",params:Ne}),c=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/reset_pwd.json`,{method:"post",body:Ne}),f=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/encrypt_or_decrypt.json`,{method:"post",body:Ne}),o=Ne=>(0,r.ZP)("/api/examination_banks/exist_course.json",{method:"post",body:Ne}),h=Ne=>(0,r.ZP)("/api/examination_banks/check_examination_banks.json",{method:"post",body:Ne}),u=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/copy.json`,{method:"post",body:Ne}),a=Ne=>(0,r.ZP)(`/api/examination_banks/${Ne.id}/get_question_type_alias.json`,{method:"get",params:Ne});function x(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/edit_question_type_alias.json`,{method:"POST",body:Ne})})}function p(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:Ne})})}function y(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/disciplines/by_examination_banks.json",{method:"get",params:Ne})})}function m(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"get",params:Ne})})}function b(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/set_public.json`,{method:"post"})})}function S(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/set_private.json`,{method:"post"})})}function D(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}.json`,{method:"delete"})})}function R(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:Ne})})}const A=Ne=>(0,r.ZP)("/api/examination_banks/batch_send_to_course.json",{method:"post",body:Ne});function P(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/send_to_course.json`,{method:"post",body:Ne})})}function M(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}.json`,{method:"get",params:Ne})})}function B(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}/set_score`,{method:"post",body:Ne})})}function N(Ne){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}/set_shixun_score.json`,{method:"post",body:Ne})})}function K(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}.json`,{method:"delete"})})}function H(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/batch_set_score.json`,{method:"post",body:Ne})})}function W(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/destroy_by_item_type.json`,{method:"delete",body:Ne})})}function ae(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/${Ne.itemId}/adjust_position.json`,{method:"post",body:Ne})})}function X(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}.json`,{method:"put",body:Ne})})}function oe(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:Ne})})}function q(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/set_batch_public.json",{method:"post",body:Ne})})}function ee(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne==null?void 0:Ne.id}/set_public.json`,{method:"post",body:Ne})})}function G(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/examination_banks/create_exam.json",{method:"post",body:Ne})})}function se(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/update_exam.json`,{method:"put",body:Ne})})}function te(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/edit_exam.json`,{method:"get"})})}function Q(Ne,Mt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne}/examination_banks_item_banks.json`,{method:"post",body:Mt})})}function le(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne.id}/examination_banks_item_banks/create_item_bank.json`,{method:"post",body:Ne})})}function $(Ne,Mt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne}/sort_question_type.json`,{method:"post",body:Mt})})}function j(Ne){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne.exam_id}/examination_banks_item_banks/${Ne.question_id}.json`,{method:"delete"})})}function ie(Ne,Mt){return i(this,null,function*(){return Fetch(`/api/examination_banks/${Ne}/batch_set_score.json`,{method:"post",body:Mt})})}function me(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne}/simulate_exercise.json`,{method:"post"})})}function Ae(Ne){return i(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Ne}/exercise_header.json`,{method:"get"})})}function Pe(Ne,Mt,bt){return i(this,null,function*(){const kt=new FormData;return kt.append("file",Mt),kt.append("sub_discipline_id",bt),(0,r.ZP)(`/api/examination_banks/${Ne}/import_item_banks.json`,{method:"post",body:kt},!0)})}function He(Ne){return i(this,null,function*(){return(0,r.ZP)("/api/users/change_exam_score.json",{method:"put",body:Ne})})}},37034:function(d,_,e){"use strict";e.d(_,{$D:function(){return G},A2:function(){return Ge},A7:function(){return Ce},AQ:function(){return H},Ax:function(){return Vt},Bn:function(){return nt},CI:function(){return xt},DQ:function(){return Se},DU:function(){return yt},EP:function(){return ee},Ep:function(){return ke},Er:function(){return Ae},Ex:function(){return Ht},FD:function(){return ft},F_:function(){return tt},Fg:function(){return p},GY:function(){return ce},Go:function(){return j},Gz:function(){return y},Hl:function(){return m},JS:function(){return Zt},KM:function(){return Q},M2:function(){return Ye},MO:function(){return Pe},Mt:function(){return ht},Mu:function(){return Lt},NV:function(){return ze},Q:function(){return He},Sp:function(){return K},VO:function(){return Gt},VU:function(){return A},WD:function(){return $e},WO:function(){return me},WW:function(){return Tt},_C:function(){return St},_V:function(){return et},bw:function(){return q},bz:function(){return It},c3:function(){return kt},eJ:function(){return $},ef:function(){return Bt},fh:function(){return R},fj:function(){return ie},hS:function(){return b},hZ:function(){return a},jT:function(){return Ct},ke:function(){return Qt},lk:function(){return N},mQ:function(){return B},ms:function(){return er},mx:function(){return Mt},nq:function(){return x},ol:function(){return he},p:function(){return ae},p4:function(){return Ne},pU:function(){return M},rS:function(){return Ft},rs:function(){return le},s0:function(){return We},sm:function(){return bt},tS:function(){return S},tu:function(){return P},ue:function(){return W},vf:function(){return Fe},w4:function(){return X},xG:function(){return be},xn:function(){return qe},yN:function(){return oe},yy:function(){return Re}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(Te,Rt,Le)=>Rt in Te?i(Te,Rt,{enumerable:!0,configurable:!0,writable:!0,value:Le}):Te[Rt]=Le,h=(Te,Rt)=>{for(var Le in Rt||(Rt={}))c.call(Rt,Le)&&o(Te,Le,Rt[Le]);if(l)for(var Le of l(Rt))f.call(Rt,Le)&&o(Te,Le,Rt[Le]);return Te},u=(Te,Rt,Le)=>new Promise((Or,At)=>{var Xr=Dr=>{try{Mr(Le.next(Dr))}catch(mr){At(mr)}},nn=Dr=>{try{Mr(Le.throw(Dr))}catch(mr){At(mr)}},Mr=Dr=>Dr.done?Or(Dr.value):Promise.resolve(Dr.value).then(Xr,nn);Mr((Le=Le.apply(Te,Rt)).next())}),a=(Te=>(Te[Te.All=0]="All",Te[Te.Excellent=1]="Excellent",Te[Te.Recommend=2]="Recommend",Te[Te.NewOnline=3]="NewOnline",Te[Te.NewBuilding=4]="NewBuilding",Te))(a||{});const x=Te=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/subject_use_infos.json",{method:"Get",params:Te})}),p=Te=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/rank_list.json",{method:"Get",params:Te})}),y=Te=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_body.json",{method:"Get",params:Te})}),m=Te=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/statistics_header.json",{method:"Get",params:Te})}),b=Te=>u(void 0,null,function*(){return(0,r.ZP)("/api/subject_statistics/online_count.json",{method:"Get",params:Te})});function S(Te){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"Get",params:h({},Te)})})}function D(Te){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/subject_lists.json",{method:"Get",params:h({},Te)})})}function R(Te){return u(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:h({},Te)})})}function A(){return u(this,null,function*(){return(0,r.ZP)("/api/paths/platform_systems.json",{method:"get"})})}function P(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}.json`,{method:"PUT",body:Te})})}function M(Te){return u(this,null,function*(){return(0,r.ZP)("/api/paths.json",{method:"post",body:Te})})}function B(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/edit.json`,{method:"get"})})}function N(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}.json`,{method:"get",params:h({identifier:Te.id},Te)})})}function K(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Te.id}.json`,{method:"get",params:h({identifier:Te.id},Te)})})}function H(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/right_banner.json`,{method:"get",params:Te})})}function W(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/spoc_courses.json`,{method:"get",params:Te})})}const ae=Te=>u(void 0,null,function*(){return(0,r.ZP)("/api/v2/stages.json",{method:"Get",params:Te})}),X=Te=>u(void 0,null,function*(){return(0,r.ZP)(`/api/v2/stage_shixuns/${Te.id}/children.json`,{method:"Get",params:Te})});function oe(Te){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"get",params:Te})})}function q(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/update_team_title.json`,{method:"post",body:Te})})}function ee(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/delete_member.json`,{method:"Delete",body:Te})})}function G(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/spoc_courses/${Te==null?void 0:Te.courseid}.json`,{method:"Delete"})})}function se(Te){return u(this,null,function*(){return Fetch(`/api/paths/${Te.id}/up_member_position.json`,{method:"post",body:Te})})}function te(Te){return u(this,null,function*(){return Fetch(`/api/paths/${Te.id}/down_member_position.json`,{method:"post",body:Te})})}function Q(Te){return u(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"post",body:Te})})}function le(Te){return u(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:Te})})}function $(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}.json`,{method:"Delete",body:Te})})}function j(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/publish.json`,{method:"post",body:Te})})}function ie(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/cancel_publish.json`,{method:"post",body:Te})})}function me(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/apply_public.json`,{method:"post",body:Te})})}function Ae(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/cancel_public.json`,{method:"post",body:Te})})}function Pe(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/choose_course.json`,{method:"get",params:Te})})}function He(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/send_to_course.json`,{method:"post",body:Te})})}function Ne(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${Te.id}/send_to_course.json`,{method:"post",body:Te})})}function Mt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/add_subject_members.json`,{method:"post",body:Te})})}function bt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/spoc_courses.json`,{method:"post",body:Te})})}function kt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/appointment.json`,{method:"post",body:Te})})}function Zt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Te.id}/join_excellent_course.json`,{method:"post",body:Te})})}function Ft(Te){return u(this,null,function*(){return(0,r.ZP)("/api/watch_attachment_histories.json",{method:"post",body:Te})})}function tr(Te){return u(this,null,function*(){return Fetch(`/api/paths/${Te.id}/statistics_info.json`,{method:"get",params:Te})})}function je(Te){return u(this,null,function*(){return Fetch(`/api/paths/${Te.id}/shixun_analyze.json`,{method:"get",params:Te})})}function Et(Te){return u(this,null,function*(){return Fetch(`/api/paths/${Te.id}/learning_analyze.json`,{method:"get",params:Te})})}function Bt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/learning_statistics.json`,{method:"get",params:Te})})}function tt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/shixun_statistics.json`,{method:"get",params:Te})})}function yt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/study_analyze/${Te.type}.json`,{method:"get",params:Te})})}function dt(Te){return u(this,null,function*(){return Fetch("/api/paths/append_to_stage.json",{method:"post",body:Te})})}function qe(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}.json`,{method:"put",body:Te})})}function Fe(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}/add_shixun_to_stage.json`,{method:"post",body:Te})})}const be=Te=>u(void 0,null,function*(){return(0,r.ZP)(`/api/stages/${Te==null?void 0:Te.stage_id}/select_challenge_to_stage.json`,{method:"post",body:Te})});function ke(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}/select_shixun_to_stage.json`,{method:"post",body:Te})})}function Ge(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}/add_video_to_stage.json`,{method:"post",body:Te})})}function We(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}/add_attachment_to_stage.json`,{method:"post",body:Te})})}function Ye(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${Te.id}.json`,{method:"put",body:Te})})}function ht(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}/add_blank_to_stage.json`,{method:"post",body:Te})})}function xt(Te){return u(this,null,function*(){return(0,r.ZP)("/api/stages.json",{method:"post",body:Te})})}function nr(Te){return u(this,null,function*(){return Fetch("/api/paths/add_shixun_to_stage.json",{method:"post",body:Te})})}function er(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}/up_position.json`,{method:"get"})})}function Re(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}/down_position.json`,{method:"get"})})}function et(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.id}.json`,{method:"delete"})})}function Vt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.pathId}/discusses.json`,{method:"get",params:h({},Te)})})}function Lt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Te.coursesId}/excellent_discusses.json`,{method:"get",params:h({},Te)})})}function Wt(Te){return u(this,null,function*(){return Fetch("/api/discusses.json",{method:"post",body:h({},Te)})})}function Ht(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.stage_id}/items/move_position`,{method:"post",body:h({},Te)})})}function Tt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te.stage_id}/items/${Te.id}`,{method:"delete"})})}function Qt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/courses/${Te.id}/excellent_discuss`,{method:"post",body:h({},Te)})})}function $e(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/paths/${Te.id}/post_discuss`,{method:"post",body:h({},Te)})})}function ce(Te){return u(this,null,function*(){return(0,r.ZP)("/api/schools/for_option.json",{method:"get",params:Te})})}function he(Te){return u(this,null,function*(){return(0,r.ZP)("/api/schools/province_data.json",{method:"get",params:Te})})}function It(Te){return u(this,null,function*(){return(0,r.ZP)("/api/add_school_applies.json",{method:"post",body:Te})})}function Se(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te==null?void 0:Te.id}/add_homework_to_stage.json`,{method:"post",body:Te})})}function ft(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${Te==null?void 0:Te.id}/edit.json`,{method:"get",params:Te})})}function Gt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stage_shixuns/${Te==null?void 0:Te.id}.json`,{method:"put",body:Te})})}function Ct(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Te==null?void 0:Te.user_id}/subjects/subject_homework.json`,{method:"get",params:Te})})}function Ce(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Te==null?void 0:Te.user_id}/courses/course_homework.json`,{method:"get",params:Te})})}function St(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/stages/${Te==null?void 0:Te.id}/batch_add_homework_to_stage.json`,{method:"post",body:Te})})}function ze(Te){return u(this,null,function*(){return(0,r.ZP)("/api/paths/get_homework_detail.json",{method:"get",params:Te})})}function nt(Te){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${Te==null?void 0:Te.user_login}/subjects/cancel.json`,{method:"get",params:Te})})}},79763:function(d,_,e){"use strict";e.d(_,{Fd:function(){return se},Hi:function(){return y},IU:function(){return K},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 X},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 G},wh:function(){return ae},wo:function(){return te},x$:function(){return ee}});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((Ae,Pe)=>{var He=bt=>{try{Mt(me.next(bt))}catch(kt){Pe(kt)}},Ne=bt=>{try{Mt(me.throw(bt))}catch(kt){Pe(kt)}},Mt=bt=>bt.done?Ae(bt.value):Promise.resolve(bt.value).then(He,Ne);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 K(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 X(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 ee(j){return u(this,null,function*(){return(0,r.ZP)(`/api/exercise_bank_questions/${j.pollsId}.json`,{method:"delete",body:h({},j)})})}function G(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 te(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 ht},A1:function(){return We},Bd:function(){return P},Bo:function(){return q},Cc:function(){return se},Cn:function(){return le},DF:function(){return R},Dm:function(){return je},FG:function(){return oe},GW:function(){return Et},HF:function(){return H},Hm:function(){return j},IJ:function(){return Ge},L5:function(){return tr},LS:function(){return tt},MZ:function(){return be},Mr:function(){return X},NZ:function(){return Mt},Of:function(){return S},Pl:function(){return D},Qj:function(){return m},Qp:function(){return dt},RT:function(){return Re},Rp:function(){return yt},U6:function(){return W},Vl:function(){return te},Wk:function(){return ae},YP:function(){return $},Ys:function(){return B},al:function(){return M},bF:function(){return xt},d1:function(){return y},dt:function(){return nr},et:function(){return me},ex:function(){return b},fY:function(){return Ae},fn:function(){return A},hI:function(){return bt},hg:function(){return Fe},iT:function(){return ee},lS:function(){return Ne},nD:function(){return Bt},qN:function(){return ie},rV:function(){return N},s:function(){return He},sD:function(){return ke},sS:function(){return Ft},ts:function(){return G},vi:function(){return Ye},wX:function(){return qe},x5:function(){return K},zh:function(){return Pe}});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,Vt,Lt)=>Vt in et?i(et,Vt,{enumerable:!0,configurable:!0,writable:!0,value:Lt}):et[Vt]=Lt,a=(et,Vt)=>{for(var Lt in Vt||(Vt={}))o.call(Vt,Lt)&&u(et,Lt,Vt[Lt]);if(f)for(var Lt of f(Vt))h.call(Vt,Lt)&&u(et,Lt,Vt[Lt]);return et},x=(et,Vt)=>l(et,c(Vt)),p=(et,Vt,Lt)=>new Promise((Wt,Ht)=>{var Tt=ce=>{try{$e(Lt.next(ce))}catch(he){Ht(he)}},Qt=ce=>{try{$e(Lt.throw(ce))}catch(he){Ht(he)}},$e=ce=>ce.done?Wt(ce.value):Promise.resolve(ce.value).then(Tt,Qt);$e((Lt=Lt.apply(et,Vt)).next())});function y(et){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"get",params:x(a({},et),{clazz:"ItemBanksGroup"})})})}function m(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/basket_list.json",{method:"get",params:et})})}function b(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/for_problemset.json",{method:"post",body:et})})}function S(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/list.json",{method:"post",body:et})})}function D(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}/set_private.json`,{method:"post"})})}function R(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}/set_public.json`,{method:"post"})})}function A(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}.json`,{method:"delete"})})}function P(et){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${et.id}/start.json`,{method:"get"})})}function M(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${et.id}.json`,{method:"delete",body:a({},et)})})}function B(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"post",body:et})})}function N(et){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:et})})}function K(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:{item_type:et.type}})})}function H(et){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks/cancel_items.json",{method:"post",body:et})})}function W(et){return p(this,null,function*(){return(0,r.ZP)("/api/tag_disciplines.json",{method:"post",body:et})})}function ae(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}.json`,{method:"put",body:et})})}function X(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks.json",{method:"post",body:et})})}function oe(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}/edit.json`,{method:"get"})})}function q(et){return p(this,null,function*(){return(0,r.ZP)(`/api/problems/${et.id}/edit.json`,{method:"get"})})}function ee(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets.json",{method:"get",params:et})})}function G(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${et.id}/set_score.json`,{method:"post",body:et})})}function se(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${et.id}/set_challenge_score.json`,{method:"post",body:et})})}function te(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${et.id}/combination_set_score.json`,{method:"post",body:et})})}function Q(et){return p(this,null,function*(){return Fetch(`/api/examination_banks//${et.exerid}/examination_banks_item_banks/${et.id}/combination_set_score.json`,{method:"post",body:et})})}function le(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${et.id}.json`,{method:"delete"})})}function $(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/batch_set_score.json",{method:"post",body:et})})}function j(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_baskets/delete_item_type.json",{method:"delete",body:et})})}function ie(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_baskets/${et.id}/adjust_position.json`,{method:"post",body:et})})}function me(et){return p(this,null,function*(){return(0,r.ZP)("/api/examination_banks.json",{method:"post",body:et})})}function Ae(et){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${et.id}/revoke_item.json`,{method:"delete",body:et})})}function Pe(et){return p(this,null,function*(){return(0,r.ZP)(`/api/examination_banks/${et.exam_id}/examination_banks_item_banks.json`,{method:"post",body:et})})}function He(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}/join_to_collection.json`,{method:"post",params:et})})}function Ne(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}/cancel_collection.json`,{method:"post",params:et})})}function Mt(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"get",params:et})})}function bt(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups/mine.json",{method:"get",params:et})})}function kt(et){return p(this,null,function*(){return Fetch(`/api/item_banks/${et.id}/join_to_group.json`,{method:"post",body:et})})}function Zt(et){return p(this,null,function*(){return Fetch(`/api/item_banks_groups/${et.id}.json`,{method:"put",body:et})})}function Ft(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks_groups.json",{method:"post",body:et})})}function tr(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et.id}/feedback.json`,{method:"post",body:et})})}function je(et){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"get",params:et})})}function Et(et){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares.json",{method:"post",body:et})})}function Bt(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_delete.json",{method:"post",body:et})})}function tt(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/batch_to_group.json",{method:"post",body:et})})}function yt(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/add_to_mine.json",{method:"post",body:et})})}function dt(et){return p(this,null,function*(){return(0,r.ZP)("/api/item_banks/set_batch_public.json",{method:"post",body:et})})}function qe(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks/${et==null?void 0:et.id}/set_public.json`,{method:"post",body:et})})}function Fe(et){return p(this,null,function*(){return(0,r.ZP)("/api/teach_group_shares/show_groups.json",{method:"get",params:et})})}function be(et){return(0,r.ZP)(`/api/problems/${et.identifier}/publish.json`,{method:"post",body:et})}function ke(et){return(0,r.ZP)(`/api/problems/${et.identifier}/cancel_publish.json`,{method:"post",body:et})}function Ge(et){return(0,r.ZP)("/api/item_banks/cancel_public.json",{method:"post",body:{ids:[...et.id]}})}function We(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${et.id}/up_position.json`,{method:"get",params:et})})}function Ye(et){return p(this,null,function*(){return(0,r.ZP)(`/api/item_banks_groups/${et.id}/down_position.json`,{method:"get",params:et})})}function ht(et){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${et.id}/edit_hack.json`,{method:"get",params:et})})}function xt(et){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish_condition.json",{method:"post",body:et})})}function nr(et){return p(this,null,function*(){return(0,r.ZP)("/api/problems/batch_publish.json",{method:"post",body:et})})}function er(et){return p(this,null,function*(){return Fetch("/api/item_banks/get_groups.json",{method:"get",params:et})})}function Re(){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 je},BD:function(){return Ye},Be:function(){return qe},Dx:function(){return te},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 xt},JA:function(){return er},JG:function(){return se},KE:function(){return $},Lz:function(){return Ge},Mf:function(){return Zt},NA:function(){return bt},PC:function(){return Ne},PP:function(){return Mt},PW:function(){return tt},Q3:function(){return Q},QC:function(){return Re},Qt:function(){return We},Qz:function(){return P},R$:function(){return $e},RP:function(){return oe},Ti:function(){return Ct},Uc:function(){return Wt},Ul:function(){return ee},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 K},ak:function(){return Bt},cN:function(){return B},co:function(){return Fe},cz:function(){return Pe},fK:function(){return H},gG:function(){return He},gZ:function(){return Lt},h$:function(){return N},ku:function(){return ke},lf:function(){return ie},m7:function(){return G},mQ:function(){return M},mz:function(){return dt},n$:function(){return j},oK:function(){return y},oN:function(){return Gt},pH:function(){return ht},pb:function(){return Se},qP:function(){return et},ql:function(){return Vt},rN:function(){return be},sw:function(){return me},t1:function(){return Ae},to:function(){return X},ub:function(){return nr},ux:function(){return le},wS:function(){return It},wT:function(){return A},yT:function(){return Et},yy:function(){return Tt},z2:function(){return yt}});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=(Ce,St,ze)=>St in Ce?i(Ce,St,{enumerable:!0,configurable:!0,writable:!0,value:ze}):Ce[St]=ze,a=(Ce,St)=>{for(var ze in St||(St={}))o.call(St,ze)&&u(Ce,ze,St[ze]);if(f)for(var ze of f(St))h.call(St,ze)&&u(Ce,ze,St[ze]);return Ce},x=(Ce,St)=>l(Ce,c(St)),p=(Ce,St,ze)=>new Promise((nt,Te)=>{var Rt=At=>{try{Or(ze.next(At))}catch(Xr){Te(Xr)}},Le=At=>{try{Or(ze.throw(At))}catch(Xr){Te(Xr)}},Or=At=>At.done?nt(At.value):Promise.resolve(At.value).then(Rt,Le);Or((ze=ze.apply(Ce,St)).next())});const y=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.id}/update_journals.json`,{method:"post",body:Ce})}),m=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.homeworkId}/change_score.json`,{method:"post",body:Ce})}),b=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.homeworkId}/history_comment`,{method:"Get",params:Ce})}),S=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.homeworkId}/feedback_know`,{method:"Get",params:Ce})}),D=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.userId}/student_work_feedbacks.json`,{method:"POST",body:Ce})}),R=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.userId}/feedback_list.json`,{method:"Get",params:Ce})}),A=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce==null?void 0:Ce.userId}/histories.json`,{method:"Get",params:Ce})}),P=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.homeworkId}/feedback_list`,{method:"Get",params:Ce})}),M=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.homeworkId}/anonymous_exception_list.json`,{method:"Get",params:Ce})}),B=Ce=>p(void 0,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce==null?void 0:Ce.homeworkId}/appeal_list`,{method:"Get",params:Ce})});function N(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/works_list.json`,{method:"post",body:a({},Ce)})})}function K(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Ce.categoryId}/student_works.json`,{method:"get",params:a({},Ce)})})}function H(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/shixun_homeworks/${Ce.categoryId}/header_info.json`,{method:"get",params:a({},Ce)})})}function W(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce}/query_game_url.json`,{method:"get"})})}function ae(Ce){return p(this,null,function*(){return Fetch(`/api/student_works/${Ce}/get_newest_shixun_work_comments.json`,{method:"get"})})}function X(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}.json`,{method:"get"})})}function oe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/code_review_results.json`,{method:"get",params:a({},Ce)})})}function q(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/code_review_detail.json`,{method:"get",params:a({},Ce)})})}function ee(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/settings.json`,{method:"get",params:a({},Ce)})})}function G(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/update_settings.json`,{method:"post",body:a({},Ce)})})}function se(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/group_list.json`,{method:"get",params:a({},Ce)})})}function te(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/works_list.xlsx`,{method:"get",params:a({},Ce)})})}function Q(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.coursesId}/reference_answer.json`,{method:"get",params:a({},Ce)})})}function le(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/publish_groups.json`,{method:"get",params:a({},Ce)})})}function $(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/end_groups.json`,{method:"get",params:a({},Ce)})})}function j(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/bank_list.json",{method:"get",params:a({},Ce)})})}function ie(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/question_banks/save_banks.json",{method:"post",body:a({},Ce)})})}function me(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/shixun_work_report.json`,{method:"get",params:Ce})})}function Ae(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/shixun_work_report_echart_data.json`,{method:"get",params:Ce})})}function Pe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/user_hack_detail.json`,{method:"get",params:x(a({},Ce),{id:Ce.categoryId})})})}function He(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.categoryId}/adjust_review_score.json`,{method:"post",body:a({},Ce)})})}function Ne(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/show_comment.json`,{method:"get",params:a({},Ce)})})}function Mt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/users/reply_message.json",{method:"post",body:a({},Ce)})})}function bt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/like.json",{method:"post",body:a({},Ce)})})}function kt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/praise_tread/unlike.json",{method:"delete",body:a({},Ce)})})}function Zt(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/commons/delete.json",{method:"delete",body:a({},Ce)})})}function Ft(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/update_explanation.json`,{method:"post",body:a({},Ce)})})}function tr(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons.json`,{method:"post",body:a({},Ce)})})}function je(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}.json`,{method:"put",body:a({},Ce)})})}function Et(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Ce.id}.json`,{method:"put",body:a({},Ce)})})}function Bt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.commonHomeworkId}/student_works/new.json`,{method:"get",params:a({},Ce)})})}function tt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/edit.json`,{method:"get",params:a({},Ce)})})}function yt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}.json`,{method:"put",body:a({},Ce)})})}function dt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/revise_attachment.json`,{method:"post",body:a({},Ce)})})}function qe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.commonHomeworkId}/student_works.json`,{method:"post",body:a({},Ce)})})}function Fe(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.homeworkId}/student_works/relate_project.json`,{method:"post",body:a({},Ce)})})}function be(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.homeworkId}/student_works/cancel_relate_project.json`,{method:"get"})})}function ke(Ce){return p(this,null,function*(){return(0,r.ZP)("/api/users/projects/search.json",{method:"get",params:a({},Ce)})})}function Ge(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.commonHomeworkId}/student_works/search_member_list.json`,{method:"get",params:a({},Ce)})})}function We(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/new.json`,{method:"get",params:a({},Ce)})})}function Ye(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/edit.json`,{method:"get",params:a({},Ce)})})}function ht(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${Ce.id}.json`,{method:"get",params:a({},Ce)})})}function xt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}.json`,{method:"get",params:a({},Ce)})})}function nr(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/supply_attachments.json`,{method:"get",params:a({},Ce)})})}function er(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/comment_list.json`,{method:"get",params:a({},Ce)})})}function Re(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/destroy_score.json`,{method:"delete",body:a({},Ce)})})}function et(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/add_score_reply.json`,{method:"post",body:a({},Ce)})})}function Vt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/all_student_works.json`,{method:"get",params:a({},Ce)})})}function Lt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/destroy_work_comment.json`,{method:"delete",body:a({},Ce)})})}function Wt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/score_status.json`,{method:"get",params:a({},Ce)})})}function Ht(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/homework_commons/${Ce.categoryId}/update_score.json`,{method:"get",params:a({},Ce)})})}function Tt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/add_score.json`,{method:"post",body:a({},Ce)})})}function Qt(Ce){return p(this,null,function*(){return Fetch(`/api/student_works/${Ce.userId}/cancel_appeal.json`,{method:"post",body:a({},Ce)})})}function $e(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.userId}/appeal_anonymous_score.json`,{method:"post",body:a({},Ce)})})}function ce(Ce){return p(this,null,function*(){return Fetch(`/api/student_works/${Ce.userId}/deal_appeal_score.json`,{method:"post",body:a({},Ce)})})}function he(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${Ce.id}/reset_my_game.json`,{method:"get",params:a({},Ce)})})}function It(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/commit_des.json`,{method:"get",params:a({},Ce)})})}function Se(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/student_works/${Ce.homeworkId}/update_des.json`,{method:"post",body:a({},Ce)})})}function ft(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/file_repeat_list.json`,{method:"get",params:a({},Ce)})})}function Gt(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.coursesId}/homework_commons/file_repeat_result.json`,{method:"get",params:a({},Ce)})})}function Ct(Ce){return p(this,null,function*(){return(0,r.ZP)(`/api/courses/${Ce.course_id}/homework_commons/file_repeat_detail.json`,{method:"get",params:a({},Ce)})})}},67135:function(d,_,e){"use strict";e.d(_,{$Q:function(){return Dr},AE:function(){return Ht},AQ:function(){return M},Ag:function(){return St},Ar:function(){return le},At:function(){return gt},BK:function(){return K},Bj:function(){return Bt},DC:function(){return je},Dz:function(){return ut},E4:function(){return tr},EH:function(){return ie},Ee:function(){return mn},Er:function(){return te},FB:function(){return N},Fg:function(){return S},GI:function(){return Pe},Gr:function(){return dt},Gu:function(){return Ae},Gz:function(){return b},HS:function(){return Dt},Hl:function(){return y},IT:function(){return Ct},I_:function(){return A},Ir:function(){return H},Je:function(){return Le},K:function(){return Nt},K0:function(){return Cr},KM:function(){return q},K_:function(){return Zr},LK:function(){return Or},LP:function(){return He},Ne:function(){return se},OV:function(){return Mt},OW:function(){return j},Op:function(){return Mr},P2:function(){return kt},Po:function(){return P},Ps:function(){return qe},Q:function(){return G},Q1:function(){return yr},QA:function(){return na},Ql:function(){return be},Rs:function(){return Re},SG:function(){return da},Tn:function(){return Qt},Tr:function(){return Hi},U0:function(){return Ye},U9:function(){return Fe},UQ:function(){return Se},Ui:function(){return mr},Vx:function(){return it},WO:function(){return Q},WT:function(){return Ca},Wi:function(){return tt},Wl:function(){return ze},X$:function(){return Zt},Yn:function(){return ce},Z2:function(){return Et},ZO:function(){return yt},Zt:function(){return ct},_7:function(){return ee},_9:function(){return he},aH:function(){return ke},al:function(){return nr},b8:function(){return $},bq:function(){return $e},dK:function(){return W},e:function(){return D},eX:function(){return me},eb:function(){return et},fL:function(){return Rt},h4:function(){return _r},hS:function(){return m},he:function(){return R},hn:function(){return X},ii:function(){return er},im:function(){return It},j8:function(){return Ne},jq:function(){return nn},kF:function(){return Xr},km:function(){return xt},l3:function(){return bt},m7:function(){return We},mI:function(){return Fi},n5:function(){return B},nu:function(){return At},p0:function(){return Gt},q0:function(){return Wt},q9:function(){return Yt},qA:function(){return hn},rO:function(){return Lt},rs:function(){return oe},sr:function(){return ft},t2:function(){return Ce},tX:function(){return Vn},uo:function(){return ht},v3:function(){return Te},w:function(){return nt},xK:function(){return Tt},xg:function(){return Vt},xk:function(){return Ft},yE:function(){return Ge},yx:function(){return di},zD:function(){return ae},zH:function(){return un}});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=(mt,Ui,la)=>Ui in mt?i(mt,Ui,{enumerable:!0,configurable:!0,writable:!0,value:la}):mt[Ui]=la,a=(mt,Ui)=>{for(var la in Ui||(Ui={}))o.call(Ui,la)&&u(mt,la,Ui[la]);if(f)for(var la of f(Ui))h.call(Ui,la)&&u(mt,la,Ui[la]);return mt},x=(mt,Ui)=>l(mt,c(Ui)),p=(mt,Ui,la)=>new Promise((gi,La)=>{var Si=rr=>{try{Cn(la.next(rr))}catch(_t){La(_t)}},ci=rr=>{try{Cn(la.throw(rr))}catch(_t){La(_t)}},Cn=rr=>rr.done?gi(rr.value):Promise.resolve(rr.value).then(Si,ci);Cn((la=la.apply(mt,Ui)).next())});const y=mt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_header.json",{method:"Get",params:mt})}),m=mt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/online_count.json",{method:"Get",params:mt})}),b=mt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/statistics_body.json",{method:"Get",params:mt})}),S=mt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/rank_list.json",{method:"Get",params:mt})}),D=mt=>p(void 0,null,function*(){return(0,r.ZP)("/api/shixun_statistics/shixun_use_infos.json",{method:"Get",params:mt})});function R(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"Get",params:a({},mt)})})}function A(mt){return p(this,null,function*(){return(0,r.ZP)("/api/disciplines.json",{method:"Get",params:a({source:"shixun"},mt||{})})})}function P(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}.json`,{method:"Get",params:mt})})}function M(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/show_right.json`,{method:"Get"})})}function B(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges.json`,{method:"Get"})})}function N(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/save_copy_for_exercise.json`,{method:"post",body:{save_type:mt.save_type}})})}function K(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/jupyter_exec.json${mt.reset?`?reset=${mt.reset}`:""}`,{method:"Get",params:mt})})}function H(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/shixun_exec.json${mt.reset?`?reset=${mt.reset}`:""}`,{method:"Get",params:mt})})}function W(mt){return p(this,null,function*(){return(0,r.ZP)(mt.url,{method:"Get"})})}function ae(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.shixun_identifier}/challenges/${mt.challenge_id}/index_up.json`,{method:"Get"})})}function X(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.shixun_identifier}/challenges/${mt.challenge_id}/index_down.json`,{method:"Get"})})}function oe(mt){return p(this,null,function*(){return(0,r.ZP)("/api/collections/cancel.json",{method:"Delete",body:{container_id:mt.container_id,container_type:mt.container_type}})})}function q(mt){return p(this,null,function*(){return(0,r.ZP)("/api/collections.json",{method:"Post",body:{container_id:mt.container_id,container_type:mt.container_type}})})}function ee(mt){return p(this,null,function*(){const{id:Ui}=mt||{};return(0,r.ZP)(`/api/shixuns/${Ui}/search_user_courses.json`,{method:"Get",params:mt})})}function G(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt==null?void 0:mt.id}/send_to_course.json`,{method:"Post",body:a({},mt)})})}function se(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/cancel_publish.json`,{method:"Get"})})}function te(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/cancel_apply_public.json`,{method:"Get"})})}function Q(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/apply_public.json`,{method:"post",body:a({},mt)})})}function le(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/publish.json`,{method:"Get"})})}function $(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_new.json",{method:"Get"})})}function j(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/attachments/${mt.id}.json`,{method:"delete"})})}function ie(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/apply_shixun_mirror.json",{method:"post",body:mt})})}function me(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns.json",{method:"post",body:mt})})}function Ae(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/jupyter_lab_new.json",{method:"get",params:mt})})}function Pe(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/review_newest_record.json`,{method:"Get"})})}function He(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/review_shixun.json`,{method:"post",body:mt})})}function Ne(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/collaborators.json`,{method:"Get",params:mt})})}function Mt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/shixun_members_added.json`,{method:"post",body:mt})})}function bt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.identifier}/add_members_group.json`,{method:"post",body:mt})})}function kt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/change_manager.json`,{method:"Get",params:mt})})}function Zt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/change_manager.json`,{method:"post",body:mt})})}function Ft(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/collaborators_delete.json`,{method:"delete",body:{user_id:mt.userId}})})}function tr(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/ranking_list.json`,{method:"Get"})})}function je(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/settings.json`,{method:"Get"})})}function Et(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/get_mirror_script.json",{method:"Get",params:{mirror_id:mt.mirror_id}})})}function Bt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/get_script_contents.json`,{method:"Get",params:mt})})}function tt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/get_custom_script.json`,{method:"Get",params:mt})})}function yt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/update_for_jupyter.json`,{method:"put",body:mt})})}function dt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/shixun_quotes.json`,{method:"Get"})})}function qe(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}.json`,{method:"delete"})})}function Fe(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/close.json`,{method:"post",body:mt})})}function be(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/departments.json",{method:"Get",params:mt})})}function ke(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/update_permission_setting.json`,{method:"post",body:mt})})}function Ge(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/update_learn_setting.json`,{method:"post",body:mt})})}function We(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/update_setting`,{method:"post",body:mt})})}function Ye(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/get_data_sets.json`,{method:"Get",params:mt})})}function ht(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/destroy_data_sets.json`,{method:"Delete",body:{id:mt.deleteId}})})}function xt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/new.json`,{method:"get"})})}function nr(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.identifier}/challenges.json`,{method:"post",body:a({},mt)})})}function er(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengeId}/edit.json`,{method:"get",params:{tab:mt.tab}})})}function Re(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}.json`,{method:"put",body:a({},mt)})})}function et(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/choose_questions.json`,{method:"get"})})}function Vt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/move_position.json`,{method:"post",body:a({},mt)})})}function Lt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}.json`,{method:"delete",body:a({},mt)})})}function Wt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/edit.json`,{method:"get",params:a({},mt)})})}function Ht(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengeId}/answer.json`,{method:"get",params:a({},mt)})})}function Tt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengeId}/crud_answer.json`,{method:"post",body:a({},mt)})})}function Qt(mt){return p(this,null,function*(){if(mt.type===1)return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/create_choose_question.json`,{method:"post",body:a({},mt)});if(mt.type===2)return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/create_blank_question.json`,{method:"post",body:a({},mt)});if(mt.type===3)return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/create_judge_question.json`,{method:"post",body:a({},mt)})})}function $e(mt){return p(this,null,function*(){if(mt.type===1)return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/update_choose_question.json`,{method:"post",body:x(a({},mt),{choose_id:mt.questionId})});if(mt.type===2)return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/update_blank_question.json`,{method:"put",body:x(a({},mt),{choose_id:mt.questionId})});if(mt.type===3)return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/update_judge_question.json`,{method:"put",body:x(a({},mt),{choose_id:mt.questionId})})})}function ce(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/destroy_challenge_choose.json`,{method:"Delete",body:{choose_id:mt.questionId}})})}function he(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/choose_question_up_position.json`,{method:"post",body:{challenge_choose_id:mt.questionId}})})}function It(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/choose_question_down_position.json`,{method:"post",body:{challenge_choose_id:mt.questionId}})})}function Se(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/challenges/${mt.challengesId}/edit_choose_question.json`,{method:"get",params:x(a({},mt),{choose_id:mt.questionId})})})}function ft(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/delete_git_file.json`,{method:"Delete",body:mt})})}function Gt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${mt.id}/delete_git_file.json`,{method:"Delete",body:mt})})}function Ct(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/mv_file.json`,{method:"post",body:mt})})}function Ce(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${mt.id}/mv_file.json`,{method:"post",body:mt})})}function St(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/repository.json`,{method:"post",body:mt})})}function ze(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${mt.id}/repository.json`,{method:"post",body:mt})})}function nt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/secret_repository.json`,{method:"post",body:mt})})}function Te(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/add_file.json`,{method:"post",body:mt})})}function Rt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${mt.id}/add_file.json`,{method:"post",body:mt})})}function Le(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/commits.json`,{method:"post",body:mt})})}function Or(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/file_content.json`,{method:"post",body:mt})})}function At(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${mt.id}/file_content.json`,{method:"post",body:mt})})}function Xr(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/update_file.json`,{method:"post",body:mt})})}function nn(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${mt.id}/update_file.json`,{method:"post",body:mt})})}function Mr(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/upload_git_folder.json`,{method:"post",body:{path:mt.path,secret_repository:mt.secret_repository}})})}function Dr(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/${mt.url}`,{method:"Get"})})}function mr(mt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_tpm.json",{method:"Get",params:mt})})}function Zr(mt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/timeinfo_with_tpm.json",{method:"Get",params:mt})})}function un(mt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/reset_with_tpm.json",{method:"Get",params:mt})})}function hn(mt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/save_with_tpm.json",{method:"Get",params:mt})})}function Yt(mt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/active_with_tpm.json",{method:"Get",params:mt})})}function gt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/fork_list.json`,{method:"Get",params:mt})})}function ut(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.identifier}/change_editable.json`,{method:"put",body:a({},mt)})})}function ct(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/set_secret_dir.json`,{method:"post",body:a({},mt)})})}function Nt(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/new.json",{method:"Get",params:mt})})}function yr(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/environment_info",{method:"Get",params:mt})})}function _r(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/init_repository.json`,{method:"post",body:a({},mt)})})}function it(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/sci/projects/${mt.id}/init_repository.json`,{method:"post",body:a({},mt)})})}function Cr(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/update_secret_repository.json`,{method:"post",body:a({},mt)})})}function mn(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/exist_exercise.json`,{method:"get",params:a({},mt)})})}function Vn(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/mirror_applies/${mt.id}.json`,{method:"get",params:a({},mt)})})}function Gr(mt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${mt.id}/publish.json`,{method:"post",body:a({},mt)})})}function Qn(mt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${mt.id}/open_vnc.json`,{method:"post",params:a({},mt)})})}function ei(mt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${mt.id}/open_webssh.json`,{method:"post",params:a({},mt)})})}function Nn(mt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${mt.id}/save_image.json`,{method:"post",body:a({},mt)})})}function qn(mt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${mt.id}/delete_image.json`,{method:"post",body:a({},mt)})})}function Pn(mt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${mt.id}/extend_vnc.json`,{method:"post",body:a({},mt)})})}function Mi(mt){return p(this,null,function*(){return Fetch(`/api/mirror_applies/${mt.id}/reset_vnc_link.json`,{method:"post",body:a({},mt)})})}function di(mt){return p(this,null,function*(){return(0,r.ZP)("/api/paths/get_task_pass.json",{method:"get",params:a({},mt)})})}function Fi(mt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/get_info_with_jupyter_lab.json",{method:"get",params:a({},mt)})})}function na(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt.id}/update_jupyter_lab_setting.json`,{method:"post",body:a({},mt)})})}function Hi(mt){return p(this,null,function*(){return(0,r.ZP)("/api/shixuns/check_shixun_copy.json",{method:"post",body:mt})})}function Ca(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/progress_homeworks/${mt}`,{method:"get",params:{is_initiative_study:1}})})}function li(mt){return p(this,null,function*(){return Fetch(`/api/shixuns/${mt.id}/update_shixun_study_num.json`,{method:"post",body:a({},mt)})})}function da(mt){return p(this,null,function*(){return(0,r.ZP)("/api/jupyters/preview.json",{method:"get",params:mt})})}function Dt(mt){return p(this,null,function*(){return(0,r.ZP)(`/api/shixuns/${mt}/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 K},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,X)=>ae in W?i(W,ae,{enumerable:!0,configurable:!0,writable:!0,value:X}):W[ae]=X,h=(W,ae)=>{for(var X in ae||(ae={}))c.call(ae,X)&&o(W,X,ae[X]);if(l)for(var X of l(ae))f.call(ae,X)&&o(W,X,ae[X]);return W},u=(W,ae,X)=>new Promise((oe,q)=>{var ee=te=>{try{se(X.next(te))}catch(Q){q(Q)}},G=te=>{try{se(X.throw(te))}catch(Q){q(Q)}},se=te=>te.done?oe(te.value):Promise.resolve(te.value).then(ee,G);se((X=X.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 K(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 ee},DA:function(){return P},DH:function(){return p},Ef:function(){return te},Es:function(){return b},Ex:function(){return Zt},FM:function(){return X},Fn:function(){return Q},Gq:function(){return tr},Ho:function(){return B},IU:function(){return me},JJ:function(){return le},Ol:function(){return Ne},Qx:function(){return ae},Tv:function(){return $},V8:function(){return x},WS:function(){return G},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 He},o1:function(){return Mt},qE:function(){return m},qN:function(){return M},rV:function(){return N},sh:function(){return Pe},vR:function(){return S},w3:function(){return K},x4:function(){return R},z2:function(){return bt}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(je,Et,Bt)=>Et in je?i(je,Et,{enumerable:!0,configurable:!0,writable:!0,value:Bt}):je[Et]=Bt,h=(je,Et)=>{for(var Bt in Et||(Et={}))c.call(Et,Bt)&&o(je,Bt,Et[Bt]);if(l)for(var Bt of l(Et))f.call(Et,Bt)&&o(je,Bt,Et[Bt]);return je},u=(je,Et,Bt)=>new Promise((tt,yt)=>{var dt=be=>{try{Fe(Bt.next(be))}catch(ke){yt(ke)}},qe=be=>{try{Fe(Bt.throw(be))}catch(ke){yt(ke)}},Fe=be=>be.done?tt(be.value):Promise.resolve(be.value).then(dt,qe);Fe((Bt=Bt.apply(je,Et)).next())});const a=je=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${je.id}/move.json`,{method:"post",body:je})}),x=je=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${je.id}.json`,{method:"delete",body:je})}),p=je=>u(void 0,null,function*(){return(0,r.ZP)(`/api/common_comments/${je.id}.json`,{method:"put",body:je})}),y=je=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"post",body:je})}),m=je=>u(void 0,null,function*(){return(0,r.ZP)("/api/common_comments.json",{method:"Get",params:je})});function b(je){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/login.json",{method:"post",body:h({},je)})})}function S(je){return u(this,null,function*(){return(0,r.ZP)("/api/accounts/logout.json",{method:"get"})})}function D(je){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_user_info.json",{method:"get",params:h({},je)})})}function R(je){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_notice.json",{method:"get",params:h({},je)})})}function A(){return u(this,null,function*(){return(0,r.ZP)("/api/users/system_update.json",{method:"get"})})}function P(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/homepage_info.json`,{method:"get"})})}function M(je){return u(this,null,function*(){return(0,r.ZP)("/api/users/attendance.json",{method:"post"})})}function B(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/courses.json`,{method:"get",params:je})})}function N(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/shixuns.json`,{method:"get",params:je})})}function K(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/subjects.json`,{method:"get",params:je})})}function H(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/projects.json`,{method:"get",params:je})})}function W(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/videos.json`,{method:"get",params:je})})}function ae(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/videos/review.json`,{method:"get",params:je})})}function X(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/videos/${je.id}.json`,{method:"delete"})})}function oe(je){return u(this,null,function*(){return(0,r.ZP)("/api/watch_video_histories.json",{method:"post",body:je})})}function q(je){return u(this,null,function*(){return(0,r.ZP)("/api/users/question_banks.json",{method:"get",params:je})})}function ee(je){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_public.json",{method:"post",body:je})})}function G(je){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:je})})}function se(je){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/my_courses.json",{method:"get",params:je})})}function te(je){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/send_to_course.json",{method:"post",body:je})})}function Q(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/videos/${je.object_id}/create_course_video.json`,{method:"post",body:je})})}function le(je){return u(this,null,function*(){return(0,r.ZP)(`/api/homework_banks/${je.topicId}.json`,{method:"get",params:je})})}function $(je){return u(this,null,function*(){return(0,r.ZP)("/api/question_banks/multi_delete.json",{method:"delete",body:h({},je)})})}function j(je){return u(this,null,function*(){return(0,r.ZP)(`/api/users/${je.username}/videos/batch_publish.json`,{method:"post",body:je})})}function ie(je){return u(this,null,function*(){return(0,r.ZP)(`/api/myshixuns/${je.identifier}/cancel.json`,{method:"delete",body:h({},je)})})}function me(je){return u(this,null,function*(){return(0,r.ZP)("/api/users/get_engineer_url.json",{method:"get",params:h({},je)})})}function Ae(je){return u(this,null,function*(){return Fetch("/api/intelligent_recommendations/user_choice_learn_path.json",{method:"post",body:h({},je)})})}function Pe(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/persona.json",{method:"get"})})}function He(){return u(this,null,function*(){return(0,r.ZP)("/api/intelligent_recommendations/user_learn_path.json",{method:"get"})})}function Ne(je){return(0,r.ZP)("/api/accounts/valid_email_and_phone.json",{method:"get",params:je})}function Mt(je){return(0,r.ZP)("/api/accounts/get_verification_code.json",{method:"get",params:je})}function bt(je){return(0,r.ZP)("/api/accounts/register.json",{method:"post",body:h({},je)})}function kt(je){return Fetch("/api/weapps/register.json",{method:"post",body:h({},je)})}function Zt(je){return(0,r.ZP)(`/api/users/accounts/${je.login}/password.json`,{method:"put",body:h({},je)})}function Ft(je){return(0,r.ZP)("/api/accounts/reset_password.json",{method:"post",body:h({},je)})}function tr(je){return(0,r.ZP)("/api/accounts/login_for_phone.json",{method:"get",params:h({},je)})}},80541:function(d,_,e){"use strict";e.d(_,{BQ:function(){return a},DH:function(){return B},Db:function(){return oe},Ju:function(){return X},Mz:function(){return H},O2:function(){return m},TJ:function(){return D},Vg:function(){return y},ZY:function(){return x},Zx:function(){return K},cU:function(){return p},fn:function(){return ae},jK:function(){return R},yN:function(){return W}});var r=e(82093),i=Object.defineProperty,l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable,o=(q,ee,G)=>ee in q?i(q,ee,{enumerable:!0,configurable:!0,writable:!0,value:G}):q[ee]=G,h=(q,ee)=>{for(var G in ee||(ee={}))c.call(ee,G)&&o(q,G,ee[G]);if(l)for(var G of l(ee))f.call(ee,G)&&o(q,G,ee[G]);return q},u=(q,ee,G)=>new Promise((se,te)=>{var Q=j=>{try{$(G.next(j))}catch(ie){te(ie)}},le=j=>{try{$(G.throw(j))}catch(ie){te(ie)}},$=j=>j.done?se(j.value):Promise.resolve(j.value).then(Q,le);$((G=G.apply(q,ee)).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 K(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 X(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 K},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,X)=>new Promise((oe,q)=>{var ee=te=>{try{se(X.next(te))}catch(Q){q(Q)}},G=te=>{try{se(X.throw(te))}catch(Q){q(Q)}},se=te=>te.done?oe(te.value):Promise.resolve(te.value).then(ee,G);se((X=X.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 K(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 ee},EO:function(){return ht},G5:function(){return K},GD:function(){return i},GJ:function(){return x},Gg:function(){return p},I2:function(){return f},IR:function(){return W},JA:function(){return Ye},JL:function(){return A},Jd:function(){return q},Ny:function(){return D},RV:function(){return X},Rb:function(){return N},Rm:function(){return H},V9:function(){return j},Yh:function(){return Q},aN:function(){return b},aQ:function(){return u},ag:function(){return We},bg:function(){return nr},d8:function(){return B},dE:function(){return ae},eB:function(){return oe},eY:function(){return er},fn:function(){return Ge},h:function(){return Ht},j5:function(){return m},m$:function(){return Re},oF:function(){return y},qz:function(){return h},t_:function(){return S},tu:function(){return Vt},y8:function(){return xt}});var r=e(76560),i=(Tt=>(Tt[Tt.SuperAdmin=1]="SuperAdmin",Tt[Tt.Operation=2]="Operation",Tt[Tt.CertifiedTeacher=5]="CertifiedTeacher",Tt[Tt.TrainingProduction=8]="TrainingProduction",Tt[Tt.UncertifiedTeacher=12]="UncertifiedTeacher",Tt[Tt.Student=15]="Student",Tt))(i||{}),l=(Tt=>(Tt[Tt.SuperAdmin=1]="SuperAdmin",Tt[Tt.Operation=2]="Operation",Tt[Tt.Admin=5]="Admin",Tt[Tt.Teacher=8]="Teacher",Tt[Tt.Assistant=12]="Assistant",Tt[Tt.Student=15]="Student",Tt))(l||{}),c=(Tt=>(Tt[Tt.SuperAdmin=0]="SuperAdmin",Tt[Tt.Teacher=1]="Teacher",Tt[Tt.Student=2]="Student",Tt))(c||{});const f=Tt=>{const{user:Qt}=(0,r.getDvaApp)()._store.getState(),{userInfo:$e}=Qt;return Tt.some(ce=>ce==($e==null?void 0:$e.role))},o=Tt=>{const{user:Qt}=(0,r.getDvaApp)()._store.getState(),{userInfo:$e}=Qt;return $e!=null&&$e.own?!0:Tt.some(ce=>{var he;return ce==((he=$e==null?void 0:$e.course)==null?void 0:he.course_role)})},h=()=>{const{user:Tt}=(0,r.getDvaApp)()._store.getState(),{userInfo:Qt}=Tt;return Qt.main_site},u=()=>{var Tt;const{user:Qt}=(0,r.getDvaApp)()._store.getState(),{userInfo:$e}=Qt;return(Tt=$e==null?void 0:$e.course)==null?void 0:Tt.course_is_end},a=()=>{const{user:Tt}=getDvaApp()._store.getState(),{userInfo:Qt}=Tt;return Qt.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]),K=()=>o([1,2,5,8]),H=()=>o([12]),W=()=>o([8]),ae=()=>o([15]),X=()=>o([1,2,5,8,12,15]),oe=()=>o([1,2,5,8,12]),q=()=>{var Tt;const{user:Qt}=(0,r.getDvaApp)()._store.getState(),{userInfo:$e}=Qt;return((Tt=$e==null?void 0:$e.course)==null?void 0:Tt.course_role)===null},ee=()=>{var Tt;const{user:Qt,globalSetting:$e}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=Qt,he=((Tt=$e==null?void 0:$e.setting)==null?void 0:Tt.big_model_users)||[];return he==null?void 0:he.includes(ce==null?void 0:ce.login)},G=(Tt=!0,Qt=!1)=>f([1,2,5,8,12,15]),se=(Tt=!0,Qt=!1)=>Qt||!Qt&&f([1]),te=(Tt=!0,Qt=!1)=>Qt||!Qt&&f([1,2]),Q=()=>f([15]),le=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12,15]):Qt||!Qt&&f([1,2]),$=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12,15]):Qt||!Qt&&f([1,2]),j=(Tt=!0,Qt=!1)=>{const{user:$e}=(0,r.getDvaApp)()._store.getState(),{userInfo:ce}=$e;return ce!=null&&ce.is_shixun_marker?!0:f([1,2,5,8])},ie=(Tt=!0,Qt=!1)=>Tt?f([1]):Qt||!Qt&&f([1]),me=(Tt=!0,Qt=!1)=>Tt?f([1,2]):Qt||!Qt&&f([1,2]),Ae=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12,15]):Qt||!Qt&&f([1,2]),Pe=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12]):Qt||!Qt&&f([1,2]),He=(Tt=!0,Qt=!1)=>Tt?f([1,2,5]):Qt||!Qt&&f([1,2]),Ne=(Tt=!0,Qt=!1)=>Tt?f([1]):!1,Mt=(Tt=!0,Qt=!1)=>f([1,2,5,8,12,15]),bt=(Tt=!0,Qt=!1)=>Tt?f([1]):Qt||!Qt&&f([1]),kt=(Tt=!0,Qt=!1)=>Tt?f([1,2]):Qt||!Qt&&f([1,2]),Zt=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12,15]):Qt||!Qt&&f([1,2]),Ft=(Tt=!0,Qt=!1)=>Tt?!1:Qt||!Qt&&f([1,2]),tr=(Tt=!0,Qt=!1)=>Tt?Qt||!Qt&&f([1,2]):!1,je=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12]):!1,Et=(Tt=!0,Qt=!1)=>Tt?!Qt&&f([1,2,5,8,12]):!1,Bt=(Tt=!0,Qt=!1)=>Tt?f([1,2,5]):Qt||!Qt&&f([1,2]),tt=(Tt=!0,Qt=!1)=>f([1,2,5,8,12]),yt=(Tt=!0,Qt=!1)=>Tt?f([1]):Qt||!Qt&&f([1]),dt=(Tt=!0,Qt=!1)=>Tt?f([1,2]):Qt||!Qt&&f([1,2]),qe=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12]):Qt||!Qt&&f([1,2]),Fe=(Tt=!0,Qt=!1)=>Tt?Qt||!Qt&&f([1,2]):!1,be=(Tt=!0,Qt=!1)=>Tt?f([1,2,5,8,12]):Qt||!Qt&&f([1,2]),ke=(Tt=!0,Qt=!1)=>o([8]),Ge=()=>f([1]),We=()=>f([1,2]),Ye=()=>f([15]),ht=()=>f([1,2,5]),xt=()=>f([1,2,5,12]),nr=()=>{var Tt;const{user:Qt}=(0,r.getDvaApp)()._store.getState();return!!((Tt=Qt.userInfo)!=null&&Tt.login)},er=()=>{const{user:Tt}=(0,r.getDvaApp)()._store.getState();return Tt.userInfo},Re=()=>{var Tt,Qt;const{user:$e}=(0,r.getDvaApp)()._store.getState();return!!((Qt=(Tt=$e.userInfo)==null?void 0:Tt.path)!=null&&Qt.own)},et=Tt=>{const{graduations:Qt}=(0,r.getDvaApp)()._store.getState(),{details:$e}=Qt;return Tt.some(ce=>ce===($e==null?void 0:$e.user_identity))},Vt=()=>et([0,1]),Lt=()=>et([0]),Wt=()=>et([1]),Ht=()=>et([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.182",API_SERVER:"",REPORT_SERVER:"http://192.168.1.57:3001",IMG_SERVER:"http://172.16.100.182",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 te},gz:function(){return le},rz:function(){return X},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((Ae,Pe)=>{var He=bt=>{try{Mt(me.next(bt))}catch(kt){Pe(kt)}},Ne=bt=>{try{Mt(me.throw(bt))}catch(kt){Pe(kt)}},Mt=bt=>bt.done?Ae(bt.value):Promise.resolve(bt.value).then(He,Ne);Mt((me=me.apply(j,ie)).next())});let N;const K={200:"\u670D\u52A1\u5668\u6210\u529F\u8FD4\u56DE\u8BF7\u6C42\u7684\u6570\u636E\u3002",201:"\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u6210\u529F\u3002",202:"\u4E00\u4E2A\u8BF7\u6C42\u5DF2\u7ECF\u8FDB\u5165\u540E\u53F0\u6392\u961F\uFF08\u5F02\u6B65\u4EFB\u52A1\uFF09\u3002",204:"\u5220\u9664\u6570\u636E\u6210\u529F\u3002",400:"\u53D1\u51FA\u7684\u8BF7\u6C42\u6709\u9519\u8BEF\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u65B0\u5EFA\u6216\u4FEE\u6539\u6570\u636E\u7684\u64CD\u4F5C\u3002",401:"\u7528\u6237\u6CA1\u6709\u6743\u9650\uFF08\u4EE4\u724C\u3001\u7528\u6237\u540D\u3001\u5BC6\u7801\u9519\u8BEF\uFF09\u3002",403:"\u7528\u6237\u5F97\u5230\u6388\u6743\uFF0C\u4F46\u662F\u8BBF\u95EE\u662F\u88AB\u7981\u6B62\u7684\u3002",404:"\u53D1\u51FA\u7684\u8BF7\u6C42\u9488\u5BF9\u7684\u662F\u4E0D\u5B58\u5728\u7684\u8BB0\u5F55\uFF0C\u670D\u52A1\u5668\u6CA1\u6709\u8FDB\u884C\u64CD\u4F5C\u3002",406:"\u8BF7\u6C42\u7684\u683C\u5F0F\u4E0D\u53EF\u5F97\u3002",410:"\u8BF7\u6C42\u7684\u8D44\u6E90\u88AB\u6C38\u4E45\u5220\u9664\uFF0C\u4E14\u4E0D\u4F1A\u518D\u5F97\u5230\u7684\u3002",422:"\u5F53\u521B\u5EFA\u4E00\u4E2A\u5BF9\u8C61\u65F6\uFF0C\u53D1\u751F\u4E00\u4E2A\u9A8C\u8BC1\u9519\u8BEF\u3002",500:"\u670D\u52A1\u5668\u53D1\u751F\u9519\u8BEF\uFF0C\u8BF7\u68C0\u67E5\u670D\u52A1\u5668\u3002",502:"\u7F51\u5173\u9519\u8BEF\u3002",503:"\u670D\u52A1\u4E0D\u53EF\u7528\uFF0C\u670D\u52A1\u5668\u6682\u65F6\u8FC7\u8F7D\u6216\u7EF4\u62A4\u3002",504:"\u7F51\u5173\u8D85\u65F6\u3002"},H=(j,ie)=>B(void 0,null,function*(){if(j.status>=200&&j.status<300)return j;const me=K[j.status]||j.statusText;let Ae;var Pe=j.json();yield Pe.then((Ne,Mt)=>{setTimeout(()=>{let bt=(0,u.getDvaApp)()},400),Ae=Ne.message,window.showNetworkErrorTip(Ne.message||`\u8BF7\u6C42\u9519\u8BEF ${j.status}: ${j.message}`),i.Z.error({style:{wordBreak:"break-all"},message:Ne.message||`\u8BF7\u6C42\u9519\u8BEF ${j.status}: ${j.message}`,description:Ne.message?"":me})});const He=new Error(me);throw He.name=j.status,He.response=j,{data:j,code:j.status,message:Ae||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 X=j=>{j=j||{};let ie="";for(let me in j)typeof j[me]=="object"?Array.isArray(j[me])&&j[me].forEach((Ae,Pe)=>{ie+="&"+me+"[]="+Ae}):j[me]!==void 0&&(ie+="&"+me+"="+(ae(j[me])?j[me]:encodeURIComponent(j[me])));return ie.substr(1)};function oe(j,ie,me,Ae){ie.method||(ie.method="get"),ie.method=ie.method.toUpperCase(),ie.mode="cors";const Pe=P({},ie),{user:He}=(0,u.getDvaApp)()._store.getState(),{userInfo:Ne}=He,Mt=j+(Pe.body?JSON.stringify(Pe.body):""),bt=o().sha256().update(Mt).digest("hex"),kt={credentials:"include",withCredentials:!0},Zt={};Ne!=null&&Ne.login&&(Zt.zzud=Ne==null?void 0:Ne.login,Ne!=null&&Ne.school_id&&(Zt.zzsud=Ne==null?void 0:Ne.school_id),Pe.params=P(P({},Pe.params||{}),Zt));let Ft=P(P({},kt),(0,x.cloneDeep)(Pe));(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=Pe.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(Pe.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}),Pe.params&&X(Pe.params)&&(j+="?"+X(Pe.params))):Zt.zzud&&(j+="?"+X(P({},Zt)));const tr=Pe.expirys&&60;let je;(yt=>{yt.json="application/json;charset=UTF-8",yt.form="application/x-www-form-urlencoded; charset=UTF-8"})(je||(je={}));let Et;(yt=>{yt.get="GET",yt.post="POST"})(Et||(Et={}));const Bt=yt=>B(this,null,function*(){const dt=yield yt.arrayBuffer();let qe;const Fe=new Blob([dt]);try{qe=yt.headers.get("Content-Disposition").split(";")[1].replace("filename=","").replace(/[\s+,\',\",\,\,\“,\”,\<,\>,\《,\》]/g,"")}catch(We){qe="userfiles.zip"}const be=document.createElement("a"),ke=window.URL.createObjectURL(Fe),Ge=qe;return be.href=ke,be.download=Ge,be.click(),window.URL.revokeObjectURL(ke),dt});let tt=r.Z.API_SERVER;return(window.ENV==="dev"||j.startsWith("http"))&&(tt=""),Ft.method=="GET"&&Ft.params&&Object.keys(Ft.params).map(yt=>{if(Ft.params[yt]&&!Array.isArray(Ft.params[yt]))try{Ft.params[yt]=encodeURIComponent(decodeURIComponent(Ft.params[yt]))}catch(dt){Ft.params[yt]=encodeURIComponent(Ft.params[yt])}}),(0,a.Ec)(Ft,j),Ae&&(tt=""),Ft.headers._method=Ft.method,Ft.headers["X-HTTP-Method-Override"]=Ft.method,Ft.method!=="GET"&&(Ft.method="POST"),fetch(tt+j,Ft).then(yt=>H(yt,P({url:r.Z.API_SERVER+j},Ft))).then(yt=>W(yt,bt)).then(yt=>B(this,null,function*(){var dt,qe,Fe,be;try{const Ge=yt.headers.get("cs");Ge&&(0,a.d8)("_educoder_session",Ge,1)}catch(Ge){}if(yt.status===204)return yt.text();let ke;if(yt.headers.get("content-type").indexOf("application/json")>-1){ke=yield yt.json();try{const Ge=/\(\s+\/api\/attachments\/(\d+)|\(\/api\/attachments\/(\d+)\//g,We=/\"\/api\/attachments\/(\d+)\//g,Ye=/\(\s+\/files\/uploads\/(\d+)|\"\/files\/uploads\/(\d+)\//g,ht=/\/api\/attachments\/(\d+)/g,xt=/\/attachments\/download\/(\d+)/g;let nr=JSON.stringify(ke).replace(ht,(er,Re,et,Vt)=>{const Lt=Re||et||Vt;return"/api/attachments/"+(0,a.Jn)(Lt)}).replace(xt,(er,Re,et)=>{const Vt=Re||et;return"/attachments/download/"+(0,a.Jn)(Vt)}).replace(Ge,(er,Re,et,Vt)=>{const Lt=Re||et||Vt;return"(/api/attachments/"+(0,a.Jn)(Lt)}).replace(We,(er,Re,et)=>{const Vt=Re||et;return'"/api/attachments/'+(0,a.Jn)(Vt)}).replace(Ye,(er,Re,et)=>{const Vt=Re||et;return"(/files/uploads/"+(0,a.Jn)(Vt)}).replace(/\r\n/g,`
`);ke=JSON.parse(nr)}catch(Ge){}}else Ft.headers["Content-Type"]==="application/xml"?ke=yield yt.text():(dt=Pe.body)!=null&&dt.autoDownload||(qe=Pe.params)!=null&&qe.autoDownload?ke=yield Bt(yt):ke=yield yt.arrayBuffer();try{ke.status===401&&(!((Fe=Ft.params)!=null&&Fe.hidePopLogin)||!((be=Ft.body)!=null&&be.hidePopLogin))&&(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}}),ke.status===402&&(localStorage.getItem("addinfo")==="2"?(0,u.getDvaApp)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u586B\u5145\u4FE1\u606F\u5F39\u7A97"}}):(N=N||l.default.confirm({visible:!1,okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88"}),N.update({centered:!0,visible:!0,title:"\u63D0\u793A",content:"\u60A8\u9700\u8981\u53BB\u5B8C\u5584\u60A8\u7684\u4E2A\u4EBA\u8D44\u6599\uFF0C\u624D\u80FD\u4F7F\u7528\u6B64\u529F\u80FD",okText:"\u7ACB\u5373\u5B8C\u5584",cancelText:"\u7A0D\u540E\u5B8C\u5584",onOk:()=>{u.history.push("/account/profile/edit")}})))}catch(Ge){console.log("fetcherr",Ge)}return G(ke,j),ke})).catch(yt=>{try{const dt=yt.code;if(yt instanceof TypeError&&window.showNetworkErrorTip(`${j}<span class="ml10">${yt.message}</span>`),dt){if(dt===401){(0,u.getDvaApp)()._store.dispatch({type:"user/showPopLogin",payload:{showPopLogin:!0,showClosable:!0}});return}G(yt,j)}else j.includes("/file/filePatchMerge")?(0,u.getDvaApp)()._store.dispatch({type:"shixunHomeworks/setActionTabs",payload:{key:"\u5206\u7247\u4E13\u7528504",params:Ft.body}}):yt.message!=="403"&&window.showNetworkErrorTip(`${j}<span class="ml10">${yt.message}</span>`);return yt}catch(dt){}})}let q=!1,ee=!1;const G=(j,ie)=>{var me,Ae,Pe;if(j.status==-6&&!ee){ee=!0,(0,a.d8)("_educoder_session","logout",1),(0,a.m5)(),setTimeout(()=>ee=!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){ee=!0,setTimeout(()=>ee=!1,500);let Ne="";(me=j==null?void 0:j.data)!=null&&me.exercise_list&&((Pe=(Ae=j==null?void 0:j.data)==null?void 0:Ae.exercise_list)==null||Pe.map(Mt=>{Ne+=`<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 ${Ne} \uFF0C\u8BF7\u5728\u8003\u8BD5\u7ED3\u675F\u540E\u8BBF\u95EE\u8BE5\u9875\u9762</div>`},500);return}if((j.status==-1||j.status==-2||j.status==-102||j.status>400)&&j.status!=403&&!ee){ee=!0,setTimeout(()=>ee=!1,500),c.ZP.warning({content:j.message,key:"message-key"});return}const He={403:"/403",404:"/404",500:"/500"};if(He[j.status]&&!q){const{user:Ne}=(0,u.getDvaApp)()._store.getState(),{userInfo:Mt}=Ne;throw window.location.pathname.indexOf("/users")>-1&&document.domain==="kepukehuan.educoder.net"&&(q=!0),setTimeout(()=>q=!1,500),sessionStorage.setItem("errorStatus",JSON.stringify(j)),Object.values(He).includes(window.location.pathname)?console.log("\u5F53\u524D\u8DEF\u5F84\u5B58\u5728\u4E8E mapping \u4E2D, \u4E0D\u518D\u6267\u884C\u8DF3\u8F6C"):location.replace(He[j.status]),new Error("403")}};function se(j,ie){return oe(`/api/${j}`,{method:"Get",params:ie||{}})}function te(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,X){const oe=ae.match(/^(\s+)(?:```)/);if(oe===null)return X;const q=oe[1];return X.split(`
`).map(ee=>{const G=ee.match(/^\s+/);if(G===null)return ee;const[se]=G;return se.length>=q.length?ee.slice(q.length):ee}).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,X,oe,q){if(X>=ae.length||ae[X].level<=oe)return X;var ee=ae[X];q.push("<li><a href='#"+f+ee.anchor+"'>"+ee.text+"</a>"),X++;var G=[];return X=m(ae,X,ee.level,G),G.length>0&&(q.push("<ul>"),G.forEach(function(se){q.push(se)}),q.push("</ul>")),q.push("</li>"),X=m(ae,X,oe,q),X}function b(){return m(h,0,0,u),u.push("</ul>"),u.join("")}const S={heading(ae){const X=x.exec(ae);if(f+=1,X)return{type:"heading",raw:X[0],depth:X[1].length,text:X[2]}},fences(ae){const X=this.rules.block.fences.exec(ae);if(X){const oe=X[0];let q=o(oe,X[3]||"");const ee=X[2]?X[2].trim():X[2];if(["latex","katex","math"].indexOf(ee)>=0){const G=A(),se=q;q=G,P[G]={type:"block",expression:se}}return{type:"code",raw:oe,lang:ee,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,(X,oe)=>{const q=A();return P[q]={type:"inline",expression:oe},q}),ae}const K=a.listitem;a.listitem=function(ae){return K(N(ae))};const H=a.paragraph;a.paragraph=function(ae){return H(N(ae))};const W=a.tablecell;a.tablecell=function(ae,X){return W(N(ae),X)},a.code=function(ae,X,oe){const q=(X||"").match(/\S*/)[0];return q?["latex","katex","math"].indexOf(q)>=0?`<p class='editormd-tex'>${ae}</p>`:`<pre class="prettyprint linenums"><code class="language-${X}">${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,X,oe){let q=this.options.headerPrefix+oe.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return h.push({anchor:q,level:X,text:ae}),"<h"+X+' id="'+f+q+'">'+ae+"</h"+X+">"},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 getBlob},DH:function(){return timego},Dk:function(){return setDocumentTitle},Dw:function(){return onPreviewImage},EJ:function(){return HighLightedContent},EM:function(){return toChineseNumber},EN:function(){return preciseCalculation},Ec:function(){return setHeader},FH:function(){return downLoadFile},G5:function(){return sendAppStatus},G7:function(){return handleValidatorNickName},HJ:function(){return handleValidatorName},I9:function(){return RomanNumber},IS:function(){return isWechatBrowser},Il:function(){return setThreeComponent},JL:function(){return formatHomeWorkStatusToName},Jn:function(){return getImageUrl},L4:function(){return PollsStatus},L9:function(){return trackEvent},LR:function(){return download},Ll:function(){return checkIsClientExam},M:function(){return setmiyah},M2:function(){return randomArray},NY:function(){return setUrlQuery},Nd:function(){return downLoadLink},Oo:function(){return getCategoryName},Or:function(){return toWechatLogin},PF:function(){return formatRandomPaperDatas},Pq:function(){return cutName},Q8:function(){return disabledDate},QB:function(){return timeContrast},QE:function(){return releaseRuleDataAdjust},QH:function(){return downLoadFileIframe},Qq:function(){return JudgeSort},RD:function(){return bytesToSize},RG:function(){return copyTextFuc},Sp:function(){return rangeNumber},Tv:function(){return ImgSrcConvert},U6:function(){return HalfPastOne},UQ:function(){return HomeWorkDetailStatus},Uw:function(){return CommonWorkStatus},VV:function(){return StatusClassroomsTags},Vf:function(){return domScrollToTop},W:function(){return isUnOrNull},WX:function(){return isLocalApp},Y:function(){return HomeWorkCommonDetailStatus},YA:function(){return getHiddenName},ZI:function(){return numFormat},ZJ:function(){return toDataUrl},_g:function(){return getMessagesUrl},_m:function(){return isKepuKehuan},ad:function(){return formatRandomPaperData},b9:function(){return isPc},cX:function(){return localSort},d0:function(){return disabledTime},d8:function(){return setCookie},db:function(){return getFileContentAndUrl},eF:function(){return bindPhone},eR:function(){return validateLength},ej:function(){return getCookie},en:function(){return parseUrl},fX:function(){return buildTree},hi:function(){return getExamRestrictionInfo},hv:function(){return NewAntdDisabledTime},i7:function(){return isChrome},j1:function(){return StatusGraduationProjectTags},jh:function(){return educationList},jt:function(){return showInstallWebRtcDoc},ju:function(){return ExerciseStatus},jz:function(){return replaceParamVal},k3:function(){return scrollToTop},kk:function(){return pointerEvents},lC:function(){return HomeWorkListStatus},lF:function(){return toWNumber},li:function(){return toTimeFormat},m5:function(){return clearAllCookies},nr:function(){return startExercise},oP:function(){return getJsonFromUrl},oV:function(){return ZimuSort},og:function(){return formatRate},oi:function(){return checkLocalOrPublicIp},pE:function(){return addJumping},pp:function(){return findEndWhitespace},qZ:function(){return arrTrans},qd:function(){return DayHalfPastOne},rK:function(){return HomeWorkShixunListStatus},rU:function(){return showTotal},rz:function(){return moveArray},s2:function(){return isMobileDevice},tP:function(){return cutFileName},tw:function(){return getTwoDecimalPlaces},uD:function(){return dealUploadChange},vA:function(){return HomeWorkShixunDetailStatus},vB:function(){return exerciseTips},vQ:function(){return copyToClipboard},xg:function(){return openNewWindow},y3:function(){return getBase64},yC:function(){return compareVersion}});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(59301),_utils_authority__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(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}))}),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},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 K=b[N.route.id];K&&(Object.assign(M,K),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 K=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}K(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_),K=N(u||"select",m);i.useEffect(()=>{if(B(!0),typeof ResizeObserver!="undefined"){const W=new ResizeObserver(X=>{const oe=X[0].target;R(oe.offsetHeight+8),P(oe.offsetWidth)}),ae=setInterval(()=>{var X;const oe=a?`.${a(K)}`:`.${K}-dropdown`,q=(X=S.current)===null||X===void 0?void 0:X.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(3300),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=X=>{const{componentCls:oe,colorPrimary:q}=X;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 ${X.motionEaseOutCirc}`,`opacity 2s ${X.motionEaseOutCirc}`].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0},"&.wave-quick":{transition:[`box-shadow 0.3s ${X.motionEaseInOut}`,`opacity 0.35s ${X.motionEaseInOut}`].join(",")}}}}};var x=(0,u.Z)("Wave",X=>[a(X)]),p=e(70425),y=e(16089),m=e(77900),b=e(1585);function S(X){const oe=(X||"").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(X){return X&&X!=="#fff"&&X!=="#ffffff"&&X!=="rgb(255, 255, 255)"&&X!=="rgba(255, 255, 255, 1)"&&S(X)&&!/rgba\((?:\d*, ){3}0\)/.test(X)&&X!=="transparent"}function R(X){const{borderTopColor:oe,borderColor:q,backgroundColor:ee}=getComputedStyle(X);return D(oe)?oe:D(q)?q:D(ee)?ee:null}var A=e(4572);function P(X){return Number.isNaN(X)?0:X}const M=X=>{const{className:oe,target:q,component:ee}=X,G=f.useRef(null),[se,te]=f.useState(null),[Q,le]=f.useState([]),[$,j]=f.useState(0),[ie,me]=f.useState(0),[Ae,Pe]=f.useState(0),[He,Ne]=f.useState(0),[Mt,bt]=f.useState(!1),kt={left:$,top:ie,width:Ae,height:He,borderRadius:Q.map(tr=>`${tr}px`).join(" ")};se&&(kt["--wave-color"]=se);function Zt(){const tr=getComputedStyle(q);te(R(q));const je=tr.position==="static",{borderLeftWidth:Et,borderTopWidth:Bt}=tr;j(je?q.offsetLeft:P(-parseFloat(Et))),me(je?q.offsetTop:P(-parseFloat(Bt))),Pe(q.offsetWidth),Ne(q.offsetHeight);const{borderTopLeftRadius:tt,borderTopRightRadius:yt,borderBottomLeftRadius:dt,borderBottomRightRadius:qe}=tr;le([tt,yt,qe,dt].map(Fe=>P(parseFloat(Fe))))}if(f.useEffect(()=>{if(q){const tr=(0,y.Z)(()=>{Zt(),bt(!0)});let je;return typeof ResizeObserver!="undefined"&&(je=new ResizeObserver(Zt),je.observe(q)),()=>{y.Z.cancel(tr),je==null||je.disconnect()}}},[]),!Mt)return null;const Ft=(ee==="Checkbox"||ee==="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,je)=>{var Et;if(je.deadline||je.propertyName==="opacity"){const Bt=(Et=G.current)===null||Et===void 0?void 0:Et.parentElement;(0,b.v)(Bt).then(()=>{Bt==null||Bt.remove()})}return!1}},tr=>{let{className:je}=tr;return f.createElement("div",{ref:G,className:i()(oe,{"wave-quick":Ft},je),style:kt})})};var N=(X,oe)=>{var q;const{component:ee}=oe;if(ee==="Checkbox"&&!(!((q=X.querySelector("input"))===null||q===void 0)&&q.checked))return;const G=document.createElement("div");G.style.position="absolute",G.style.left="0px",G.style.top="0px",X==null||X.insertBefore(G,X==null?void 0:X.firstChild),(0,b.s)(f.createElement(M,Object.assign({},oe,{target:X})),G)},K=e(88088);function H(X,oe,q){const{wave:ee}=f.useContext(o.E_),[,G,se]=(0,K.Z)(),te=(0,p.useEvent)($=>{const j=X.current;if(ee!=null&&ee.disabled||!j)return;const ie=j.querySelector(`.${A.A}`)||j,{showEffect:me}=ee||{};(me||N)(ie,{className:oe,token:G,component:q,event:$,hashId:se})}),Q=f.useRef();return $=>{y.Z.cancel(Q.current),Q.current=(0,y.Z)(()=>{te($)})}}var ae=X=>{const{children:oe,disabled:q,component:ee}=X,{getPrefixCls:G}=(0,f.useContext)(o.E_),se=(0,f.useRef)(null),te=G("wave"),[,Q]=x(te),le=H(se,i()(te,Q),ee);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 Qt}});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($e,ce){var he={};for(var It in $e)Object.prototype.hasOwnProperty.call($e,It)&&ce.indexOf(It)<0&&(he[It]=$e[It]);if($e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Se=0,It=Object.getOwnPropertySymbols($e);Se<It.length;Se++)ce.indexOf(It[Se])<0&&Object.prototype.propertyIsEnumerable.call($e,It[Se])&&(he[It[Se]]=$e[It[Se]]);return he};const m=r.createContext(void 0);var S=$e=>{const{getPrefixCls:ce,direction:he}=r.useContext(h.E_),{prefixCls:It,size:Se,className:ft}=$e,Gt=y($e,["prefixCls","size","className"]),Ct=ce("btn-group",It),[,,Ce]=(0,p.Z)();let St="";switch(Se){case"large":St="lg";break;case"small":St="sm";break;case"middle":case void 0:break;default:}const ze=l()(Ct,{[`${Ct}-${St}`]:St,[`${Ct}-rtl`]:he==="rtl"},ft,Ce);return r.createElement(m.Provider,{value:Se},r.createElement("div",Object.assign({},Gt,{className:ze})))},D=e(92343);const R=/^[\u4e00-\u9fa5]{2}$/,A=R.test.bind(R);function P($e){return typeof $e=="string"}function M($e){return $e==="text"||$e==="link"}function B($e,ce){if($e==null)return;const he=ce?" ":"";return typeof $e!="string"&&typeof $e!="number"&&P($e.type)&&A($e.props.children)?(0,D.Tm)($e,{children:$e.props.children.split("").join(he)}):P($e)?A($e)?r.createElement("span",null,$e.split("").join(he)):r.createElement("span",null,$e):(0,D.M2)($e)?r.createElement("span",null,$e):$e}function N($e,ce){let he=!1;const It=[];return r.Children.forEach($e,Se=>{const ft=typeof Se,Gt=ft==="string"||ft==="number";if(he&&Gt){const Ct=It.length-1,Ce=It[Ct];It[Ct]=`${Ce}${Se}`}else It.push(Se);he=Gt}),r.Children.map(It,Se=>B(Se,ce))}const K=null,H=null,W=null;var X=(0,r.forwardRef)(($e,ce)=>{const{className:he,style:It,children:Se,prefixCls:ft}=$e,Gt=l()(`${ft}-icon`,he);return r.createElement("span",{ref:ce,className:Gt,style:It},Se)}),oe=e(58617),q=e(77900);const ee=(0,r.forwardRef)(($e,ce)=>{let{prefixCls:he,className:It,style:Se,iconClassName:ft}=$e;const Gt=l()(`${he}-loading-icon`,It);return r.createElement(X,{prefixCls:he,className:Gt,style:Se,ref:ce},r.createElement(oe.Z,{className:ft}))}),G=()=>({width:0,opacity:0,transform:"scale(0)"}),se=$e=>({width:$e.scrollWidth,opacity:1,transform:"scale(1)"});var Q=$e=>{const{prefixCls:ce,loading:he,existIcon:It,className:Se,style:ft}=$e,Gt=!!he;return It?r.createElement(ee,{prefixCls:ce,className:Se,style:ft}):r.createElement(q.default,{visible:Gt,motionName:`${ce}-loading-icon-motion`,removeOnLeave:!0,onAppearStart:G,onAppearActive:se,onEnterStart:G,onEnterActive:se,onLeaveStart:se,onLeaveActive:G},(Ct,Ce)=>{let{className:St,style:ze}=Ct;return r.createElement(ee,{prefixCls:ce,className:Se,style:Object.assign(Object.assign({},ft),ze),ref:Ce,iconClassName:St})})},le=e(17313),$=e(37613),j=e(83116);const ie=($e,ce)=>({[`> span, > ${$e}`]:{"&:not(:last-child)":{[`&, & > ${$e}`]:{"&:not(:disabled)":{borderInlineEndColor:ce}}},"&:not(:first-child)":{[`&, & > ${$e}`]:{"&:not(:disabled)":{borderInlineStartColor:ce}}}}});var Ae=$e=>{const{componentCls:ce,fontSize:he,lineWidth:It,groupBorderColor:Se,colorErrorHover:ft}=$e;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`,Se),ie(`${ce}-danger`,ft)]}};const Pe=$e=>{const{componentCls:ce,iconCls:he,fontWeight:It}=$e;return{[ce]:{outline:"none",position:"relative",display:"inline-block",fontWeight:It,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",backgroundColor:"transparent",border:`${$e.lineWidth}px ${$e.lineType} transparent`,cursor:"pointer",transition:`all ${$e.motionDurationMid} ${$e.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",lineHeight:$e.lineHeight,color:$e.colorText,"&:disabled > *":{pointerEvents:"none"},"> span":{display:"inline-block"},[`${ce}-icon`]:{lineHeight:0},[`> ${he} + span, > span + ${he}`]:{marginInlineStart:$e.marginXS},[`&:not(${ce}-icon-only) > ${ce}-icon`]:{[`&${ce}-loading-icon, &:not(:last-child)`]:{marginInlineEnd:$e.marginXS}},"> a":{color:"currentColor"},"&:not(:disabled)":Object.assign({},(0,le.Qy)($e)),[`&-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:-$e.lineWidth,insetInlineStart:-$e.lineWidth,display:"inline-block",width:$e.lineWidth,height:`calc(100% + ${$e.lineWidth*2}px)`,backgroundColor:$e.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${ce}-primary`]:{[`&:not([disabled]) + ${ce}-compact-vertical-item${ce}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:-$e.lineWidth,insetInlineStart:-$e.lineWidth,display:"inline-block",width:`calc(100% + ${$e.lineWidth*2}px)`,height:$e.lineWidth,backgroundColor:$e.colorPrimaryHover,content:'""'}}}}}}},He=($e,ce,he)=>({[`&:not(:disabled):not(${$e}-disabled)`]:{"&:hover":ce,"&:active":he}}),Ne=$e=>({minWidth:$e.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),Mt=$e=>({borderRadius:$e.controlHeight,paddingInlineStart:$e.controlHeight/2,paddingInlineEnd:$e.controlHeight/2}),bt=$e=>({cursor:"not-allowed",borderColor:$e.borderColorDisabled,color:$e.colorTextDisabled,backgroundColor:$e.colorBgContainerDisabled,boxShadow:"none"}),kt=($e,ce,he,It,Se,ft,Gt,Ct)=>({[`&${$e}-background-ghost`]:Object.assign(Object.assign({color:he||void 0,backgroundColor:ce,borderColor:It||void 0,boxShadow:"none"},He($e,Object.assign({backgroundColor:ce},Gt),Object.assign({backgroundColor:ce},Ct))),{"&:disabled":{cursor:"not-allowed",color:Se||void 0,borderColor:ft||void 0}})}),Zt=$e=>({[`&:disabled, &${$e.componentCls}-disabled`]:Object.assign({},bt($e))}),Ft=$e=>Object.assign({},Zt($e)),tr=$e=>({[`&:disabled, &${$e.componentCls}-disabled`]:{cursor:"not-allowed",color:$e.colorTextDisabled}}),je=$e=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ft($e)),{backgroundColor:$e.defaultBg,borderColor:$e.defaultBorderColor,color:$e.defaultColor,boxShadow:$e.defaultShadow}),He($e.componentCls,{color:$e.colorPrimaryHover,borderColor:$e.colorPrimaryHover},{color:$e.colorPrimaryActive,borderColor:$e.colorPrimaryActive})),kt($e.componentCls,$e.ghostBg,$e.defaultGhostColor,$e.defaultGhostBorderColor,$e.colorTextDisabled,$e.colorBorder)),{[`&${$e.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({color:$e.colorError,borderColor:$e.colorError},He($e.componentCls,{color:$e.colorErrorHover,borderColor:$e.colorErrorBorderHover},{color:$e.colorErrorActive,borderColor:$e.colorErrorActive})),kt($e.componentCls,$e.ghostBg,$e.colorError,$e.colorError,$e.colorTextDisabled,$e.colorBorder)),Zt($e))}),Et=$e=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ft($e)),{color:$e.primaryColor,backgroundColor:$e.colorPrimary,boxShadow:$e.primaryShadow}),He($e.componentCls,{color:$e.colorTextLightSolid,backgroundColor:$e.colorPrimaryHover},{color:$e.colorTextLightSolid,backgroundColor:$e.colorPrimaryActive})),kt($e.componentCls,$e.ghostBg,$e.colorPrimary,$e.colorPrimary,$e.colorTextDisabled,$e.colorBorder,{color:$e.colorPrimaryHover,borderColor:$e.colorPrimaryHover},{color:$e.colorPrimaryActive,borderColor:$e.colorPrimaryActive})),{[`&${$e.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({backgroundColor:$e.colorError,boxShadow:$e.dangerShadow,color:$e.dangerColor},He($e.componentCls,{backgroundColor:$e.colorErrorHover},{backgroundColor:$e.colorErrorActive})),kt($e.componentCls,$e.ghostBg,$e.colorError,$e.colorError,$e.colorTextDisabled,$e.colorBorder,{color:$e.colorErrorHover,borderColor:$e.colorErrorHover},{color:$e.colorErrorActive,borderColor:$e.colorErrorActive})),Zt($e))}),Bt=$e=>Object.assign(Object.assign({},je($e)),{borderStyle:"dashed"}),tt=$e=>Object.assign(Object.assign(Object.assign({color:$e.colorLink},He($e.componentCls,{color:$e.colorLinkHover,backgroundColor:$e.linkHoverBg},{color:$e.colorLinkActive})),tr($e)),{[`&${$e.componentCls}-dangerous`]:Object.assign(Object.assign({color:$e.colorError},He($e.componentCls,{color:$e.colorErrorHover},{color:$e.colorErrorActive})),tr($e))}),yt=$e=>Object.assign(Object.assign(Object.assign({},He($e.componentCls,{color:$e.colorText,backgroundColor:$e.textHoverBg},{color:$e.colorText,backgroundColor:$e.colorBgTextActive})),tr($e)),{[`&${$e.componentCls}-dangerous`]:Object.assign(Object.assign({color:$e.colorError},tr($e)),He($e.componentCls,{color:$e.colorErrorHover,backgroundColor:$e.colorErrorBg},{color:$e.colorErrorHover,backgroundColor:$e.colorErrorBg}))}),dt=$e=>{const{componentCls:ce}=$e;return{[`${ce}-default`]:je($e),[`${ce}-primary`]:Et($e),[`${ce}-dashed`]:Bt($e),[`${ce}-link`]:tt($e),[`${ce}-text`]:yt($e),[`${ce}-ghost`]:kt($e.componentCls,$e.ghostBg,$e.colorBgContainer,$e.colorBgContainer,$e.colorTextDisabled,$e.colorBorder)}},qe=function($e){let ce=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:he,controlHeight:It,fontSize:Se,lineHeight:ft,lineWidth:Gt,borderRadius:Ct,buttonPaddingHorizontal:Ce,iconCls:St}=$e,ze=Math.max(0,(It-Se*ft)/2-Gt),nt=`${he}-icon-only`;return[{[`${he}${ce}`]:{fontSize:Se,height:It,padding:`${ze}px ${Ce}px`,borderRadius:Ct,[`&${nt}`]:{width:It,paddingInlineStart:0,paddingInlineEnd:0,[`&${he}-round`]:{width:"auto"},[St]:{fontSize:$e.buttonIconOnlyFontSize}},[`&${he}-loading`]:{opacity:$e.opacityLoading,cursor:"default"},[`${he}-loading-icon`]:{transition:`width ${$e.motionDurationSlow} ${$e.motionEaseInOut}, opacity ${$e.motionDurationSlow} ${$e.motionEaseInOut}`}}},{[`${he}${he}-circle${ce}`]:Ne($e)},{[`${he}${he}-round${ce}`]:Mt($e)}]},Fe=$e=>qe((0,$.TS)($e,{fontSize:$e.contentFontSize})),be=$e=>{const ce=(0,$.TS)($e,{controlHeight:$e.controlHeightSM,fontSize:$e.contentFontSizeSM,padding:$e.paddingXS,buttonPaddingHorizontal:$e.paddingInlineSM,borderRadius:$e.borderRadiusSM,buttonIconOnlyFontSize:$e.onlyIconSizeSM});return qe(ce,`${$e.componentCls}-sm`)},ke=$e=>{const ce=(0,$.TS)($e,{controlHeight:$e.controlHeightLG,fontSize:$e.contentFontSizeLG,buttonPaddingHorizontal:$e.paddingInlineLG,borderRadius:$e.borderRadiusLG,buttonIconOnlyFontSize:$e.onlyIconSizeLG});return qe(ce,`${$e.componentCls}-lg`)},Ge=$e=>{const{componentCls:ce}=$e;return{[ce]:{[`&${ce}-block`]:{width:"100%"}}}},We=$e=>{const{paddingInline:ce,onlyIconSize:he}=$e;return(0,$.TS)($e,{buttonPaddingHorizontal:ce,buttonIconOnlyFontSize:he})},Ye=$e=>({fontWeight:400,defaultShadow:`0 ${$e.controlOutlineWidth}px 0 ${$e.controlTmpOutline}`,primaryShadow:`0 ${$e.controlOutlineWidth}px 0 ${$e.controlOutline}`,dangerShadow:`0 ${$e.controlOutlineWidth}px 0 ${$e.colorErrorOutline}`,primaryColor:$e.colorTextLightSolid,dangerColor:$e.colorTextLightSolid,borderColorDisabled:$e.colorBorder,defaultGhostColor:$e.colorBgContainer,ghostBg:"transparent",defaultGhostBorderColor:$e.colorBgContainer,paddingInline:$e.paddingContentHorizontal-$e.lineWidth,paddingInlineLG:$e.paddingContentHorizontal-$e.lineWidth,paddingInlineSM:8-$e.lineWidth,onlyIconSize:$e.fontSizeLG,onlyIconSizeSM:$e.fontSizeLG-2,onlyIconSizeLG:$e.fontSizeLG+2,groupBorderColor:$e.colorPrimaryHover,linkHoverBg:"transparent",textHoverBg:$e.colorBgTextHover,defaultColor:$e.colorText,defaultBg:$e.colorBgContainer,defaultBorderColor:$e.colorBorder,defaultBorderColorDisabled:$e.colorBorder,contentFontSize:$e.fontSize,contentFontSizeSM:$e.fontSize,contentFontSizeLG:$e.fontSizeLG});var ht=(0,j.Z)("Button",$e=>{const ce=We($e);return[Pe(ce),be(ce),Fe(ce),ke(ce),Ge(ce),dt(ce),Ae(ce)]},Ye),xt=e(74207);function nr($e,ce){return{[`&-item:not(${ce}-last-item)`]:{marginBottom:-$e.lineWidth},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function er($e,ce){return{[`&-item:not(${ce}-first-item):not(${ce}-last-item)`]:{borderRadius:0},[`&-item${ce}-first-item:not(${ce}-last-item)`]:{[`&, &${$e}-sm, &${$e}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${ce}-last-item:not(${ce}-first-item)`]:{[`&, &${$e}-sm, &${$e}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function Re($e){const ce=`${$e.componentCls}-compact-vertical`;return{[ce]:Object.assign(Object.assign({},nr($e,ce)),er($e.componentCls,ce))}}var et=(0,j.b)(["Button","compact"],$e=>{const ce=We($e);return[(0,xt.c)(ce),Re(ce)]},Ye),Vt=function($e,ce){var he={};for(var It in $e)Object.prototype.hasOwnProperty.call($e,It)&&ce.indexOf(It)<0&&(he[It]=$e[It]);if($e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Se=0,It=Object.getOwnPropertySymbols($e);Se<It.length;Se++)ce.indexOf(It[Se])<0&&Object.prototype.propertyIsEnumerable.call($e,It[Se])&&(he[It[Se]]=$e[It[Se]]);return he};function Lt($e){return $e==="danger"?{danger:!0}:{type:$e}}function Wt($e){if(typeof $e=="object"&&$e){const ce=$e==null?void 0:$e.delay;return{loading:!1,delay:!Number.isNaN(ce)&&typeof ce=="number"?ce:0}}return{loading:!!$e,delay:0}}const Ht=($e,ce)=>{var he,It;const{loading:Se=!1,prefixCls:ft,type:Gt="default",danger:Ct,shape:Ce="default",size:St,styles:ze,disabled:nt,className:Te,rootClassName:Rt,children:Le,icon:Or,ghost:At=!1,block:Xr=!1,htmlType:nn="button",classNames:Mr,style:Dr={}}=$e,mr=Vt($e,["loading","prefixCls","type","danger","shape","size","styles","disabled","className","rootClassName","children","icon","ghost","block","htmlType","classNames","style"]),{getPrefixCls:Zr,autoInsertSpaceInButton:un,direction:hn,button:Yt}=(0,r.useContext)(h.E_),gt=Zr("btn",ft),[ut,ct]=ht(gt),Nt=(0,r.useContext)(u.Z),yr=nt!=null?nt:Nt,_r=(0,r.useContext)(m),it=(0,r.useMemo)(()=>Wt(Se),[Se]),[Cr,mn]=(0,r.useState)(it.loading),[Vn,Gr]=(0,r.useState)(!1),Qn=(0,r.createRef)(),ei=(0,f.sQ)(ce,Qn),Nn=r.Children.count(Le)===1&&!Or&&!M(Gt);(0,r.useEffect)(()=>{let Si=null;it.delay>0?Si=setTimeout(()=>{Si=null,mn(!0)},it.delay):mn(it.loading);function ci(){Si&&(clearTimeout(Si),Si=null)}return ci},[it]),(0,r.useEffect)(()=>{if(!ei||!ei.current||un===!1)return;const Si=ei.current.textContent;Nn&&A(Si)?Vn||Gr(!0):Vn&&Gr(!1)},[ei]);const qn=Si=>{const{onClick:ci}=$e;if(Cr||yr){Si.preventDefault();return}ci==null||ci(Si)},Pn=un!==!1,{compactSize:Mi,compactItemClassnames:di}=(0,x.ri)(gt,hn),Fi={large:"lg",small:"sm",middle:void 0},na=(0,a.Z)(Si=>{var ci,Cn;return(Cn=(ci=St!=null?St:Mi)!==null&&ci!==void 0?ci:_r)!==null&&Cn!==void 0?Cn:Si}),Hi=na&&Fi[na]||"",Ca=Cr?"loading":Or,li=(0,c.Z)(mr,["navigate"]),da=l()(gt,ct,{[`${gt}-${Ce}`]:Ce!=="default"&&Ce,[`${gt}-${Gt}`]:Gt,[`${gt}-${Hi}`]:Hi,[`${gt}-icon-only`]:!Le&&Le!==0&&!!Ca,[`${gt}-background-ghost`]:At&&!M(Gt),[`${gt}-loading`]:Cr,[`${gt}-two-chinese-chars`]:Vn&&Pn&&!Cr,[`${gt}-block`]:Xr,[`${gt}-dangerous`]:!!Ct,[`${gt}-rtl`]:hn==="rtl"},di,Te,Rt,Yt==null?void 0:Yt.className),Dt=Object.assign(Object.assign({},Yt==null?void 0:Yt.style),Dr),mt=l()(Mr==null?void 0:Mr.icon,(he=Yt==null?void 0:Yt.classNames)===null||he===void 0?void 0:he.icon),Ui=Object.assign(Object.assign({},(ze==null?void 0:ze.icon)||{}),((It=Yt==null?void 0:Yt.styles)===null||It===void 0?void 0:It.icon)||{}),la=Or&&!Cr?r.createElement(X,{prefixCls:gt,className:mt,style:Ui},Or):r.createElement(Q,{existIcon:!!Or,prefixCls:gt,loading:!!Cr}),gi=Le||Le===0?N(Le,Nn&&Pn):null;if(li.href!==void 0)return ut(r.createElement("a",Object.assign({},li,{className:l()(da,{[`${gt}-disabled`]:yr}),style:Dt,onClick:qn,ref:ei}),la,gi));let La=r.createElement("button",Object.assign({},mr,{type:nn,className:da,style:Dt,onClick:qn,disabled:yr,ref:ei}),la,gi,di&&r.createElement(et,{key:"compact",prefixCls:gt}));return M(Gt)||(La=r.createElement(o.Z,{component:"Button",disabled:!!Cr},La)),ut(La)},Tt=(0,r.forwardRef)(Ht);Tt.Group=S,Tt.__ANT_BUTTON=!0;var Qt=Tt},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=je=>{const{locale:Et={},children:Bt,_ANT_MARK__:tt}=je;f.useEffect(()=>(0,h.f)(Et&&Et.Modal),[Et]);const yt=f.useMemo(()=>Object.assign(Object.assign({},Et),{exist:!0}),[Et]);return f.createElement(u.Z.Provider,{value:yt},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(je,Et){const Bt={},tt=(qe,Fe)=>{let be=qe.clone();return be=(Fe==null?void 0:Fe(be))||be,be.toRgbString()},yt=(qe,Fe)=>{const be=new R.C(qe),ke=(0,D.generate)(be.toRgbString());Bt[`${Fe}-color`]=tt(be),Bt[`${Fe}-color-disabled`]=ke[1],Bt[`${Fe}-color-hover`]=ke[4],Bt[`${Fe}-color-active`]=ke[6],Bt[`${Fe}-color-outline`]=be.clone().setAlpha(.2).toRgbString(),Bt[`${Fe}-color-deprecated-bg`]=ke[0],Bt[`${Fe}-color-deprecated-border`]=ke[2]};if(Et.primaryColor){yt(Et.primaryColor,"primary");const qe=new R.C(Et.primaryColor),Fe=(0,D.generate)(qe.toRgbString());Fe.forEach((ke,Ge)=>{Bt[`primary-${Ge+1}`]=ke}),Bt["primary-color-deprecated-l-35"]=tt(qe,ke=>ke.lighten(35)),Bt["primary-color-deprecated-l-20"]=tt(qe,ke=>ke.lighten(20)),Bt["primary-color-deprecated-t-20"]=tt(qe,ke=>ke.tint(20)),Bt["primary-color-deprecated-t-50"]=tt(qe,ke=>ke.tint(50)),Bt["primary-color-deprecated-f-12"]=tt(qe,ke=>ke.setAlpha(ke.getAlpha()*.12));const be=new R.C(Fe[0]);Bt["primary-color-active-deprecated-f-30"]=tt(be,ke=>ke.setAlpha(ke.getAlpha()*.3)),Bt["primary-color-active-deprecated-d-02"]=tt(be,ke=>ke.darken(2))}return Et.successColor&&yt(Et.successColor,"success"),Et.warningColor&&yt(Et.warningColor,"warning"),Et.errorColor&&yt(Et.errorColor,"error"),Et.infoColor&&yt(Et.infoColor,"info"),`
:root {
${Object.keys(Bt).map(qe=>`--${je}-${qe}: ${Bt[qe]};`).join(`
`)}
}
`.trim()}function N(je,Et){const Bt=B(je,Et);(0,A.Z)()&&(0,P.hq)(Bt,`${M}-dynamic-theme`)}var K=e(1684),H=e(52946);function W(){const je=(0,f.useContext)(K.Z),Et=(0,f.useContext)(H.Z);return{componentDisabled:je,componentSize:Et}}var ae=W,X=e(13697);function oe(je,Et){const Bt=je||{},tt=Bt.inherit===!1||!Et?m.u_:Et;return(0,l.Z)(()=>{if(!je)return Et;const yt=Object.assign({},tt.components);return Object.keys(je.components||{}).forEach(dt=>{yt[dt]=Object.assign(Object.assign({},yt[dt]),je.components[dt])}),Object.assign(Object.assign(Object.assign({},tt),Bt),{token:Object.assign(Object.assign({},tt.token),Bt.token),components:yt})},[Bt,tt],(yt,dt)=>yt.some((qe,Fe)=>{const be=dt[Fe];return!(0,X.Z)(qe,be,!0)}))}var q=e(77900),ee=e(88088);function G(je){const{children:Et}=je,[,Bt]=(0,ee.Z)(),{motion:tt}=Bt,yt=f.useRef(!1);return yt.current=yt.current||tt===!1,yt.current?f.createElement(q.Provider,{motion:tt},Et):Et}var se=e(73040),te=function(je,Et){var Bt={};for(var tt in je)Object.prototype.hasOwnProperty.call(je,tt)&&Et.indexOf(tt)<0&&(Bt[tt]=je[tt]);if(je!=null&&typeof Object.getOwnPropertySymbols=="function")for(var yt=0,tt=Object.getOwnPropertySymbols(je);yt<tt.length;yt++)Et.indexOf(tt[yt])<0&&Object.prototype.propertyIsEnumerable.call(je,tt[yt])&&(Bt[tt[yt]]=je[tt[yt]]);return Bt};let Q=!1;const le=null,$=null,j=["getTargetContainer","getPopupContainer","renderEmpty","pageHeader","input","pagination","form","select","button"],ie="ant";let me,Ae,Pe;function He(){return me||ie}function Ne(){return Ae||S.oR}function Mt(je){return Object.keys(je).some(Et=>Et.endsWith("Color"))}const bt=je=>{let{prefixCls:Et,iconPrefixCls:Bt,theme:tt}=je;Et!==void 0&&(me=Et),Bt!==void 0&&(Ae=Bt),tt&&(Mt(tt)?N(He(),tt):Pe=tt)},kt=()=>({getPrefixCls:(je,Et)=>Et||(je?`${He()}-${je}`:He()),getIconPrefixCls:Ne,getRootPrefixCls:()=>me||He(),getTheme:()=>Pe}),Zt=je=>{const{children:Et,csp:Bt,autoInsertSpaceInButton:tt,alert:yt,anchor:dt,form:qe,locale:Fe,componentSize:be,direction:ke,space:Ge,virtual:We,dropdownMatchSelectWidth:Ye,popupMatchSelectWidth:ht,popupOverflow:xt,legacyLocale:nr,parentContext:er,iconPrefixCls:Re,theme:et,componentDisabled:Vt,segmented:Lt,statistic:Wt,spin:Ht,calendar:Tt,carousel:Qt,cascader:$e,collapse:ce,typography:he,checkbox:It,descriptions:Se,divider:ft,drawer:Gt,skeleton:Ct,steps:Ce,image:St,layout:ze,list:nt,mentions:Te,modal:Rt,progress:Le,result:Or,slider:At,breadcrumb:Xr,menu:nn,pagination:Mr,input:Dr,empty:mr,badge:Zr,radio:un,rate:hn,switch:Yt,transfer:gt,avatar:ut,message:ct,tag:Nt,table:yr,card:_r,tabs:it,timeline:Cr,timePicker:mn,upload:Vn,notification:Gr,tree:Qn,colorPicker:ei,datePicker:Nn,wave:qn}=je,Pn=f.useCallback((gi,La)=>{const{prefixCls:Si}=je;if(La)return La;const ci=Si||er.getPrefixCls("");return gi?`${ci}-${gi}`:ci},[er.getPrefixCls,je.prefixCls]),Mi=Re||er.iconPrefixCls||S.oR,di=Mi!==er.iconPrefixCls,Fi=Bt||er.csp,na=(0,se.Z)(Mi,Fi),Hi=oe(et,er.theme),Ca={csp:Fi,autoInsertSpaceInButton:tt,alert:yt,anchor:dt,locale:Fe||nr,direction:ke,space:Ge,virtual:We,popupMatchSelectWidth:ht!=null?ht:Ye,popupOverflow:xt,getPrefixCls:Pn,iconPrefixCls:Mi,theme:Hi,segmented:Lt,statistic:Wt,spin:Ht,calendar:Tt,carousel:Qt,cascader:$e,collapse:ce,typography:he,checkbox:It,descriptions:Se,divider:ft,drawer:Gt,skeleton:Ct,steps:Ce,image:St,input:Dr,layout:ze,list:nt,mentions:Te,modal:Rt,progress:Le,result:Or,slider:At,breadcrumb:Xr,menu:nn,pagination:Mr,empty:mr,badge:Zr,radio:un,rate:hn,switch:Yt,transfer:gt,avatar:ut,message:ct,tag:Nt,table:yr,card:_r,tabs:it,timeline:Cr,timePicker:mn,upload:Vn,notification:Gr,tree:Qn,colorPicker:ei,datePicker:Nn,wave:qn},li=Object.assign({},er);Object.keys(Ca).forEach(gi=>{Ca[gi]!==void 0&&(li[gi]=Ca[gi])}),j.forEach(gi=>{const La=je[gi];La&&(li[gi]=La)});const da=(0,l.Z)(()=>li,li,(gi,La)=>{const Si=Object.keys(gi),ci=Object.keys(La);return Si.length!==ci.length||Si.some(Cn=>gi[Cn]!==La[Cn])}),Dt=f.useMemo(()=>({prefixCls:Mi,csp:Fi}),[Mi,Fi]);let mt=di?na(Et):Et;const Ui=f.useMemo(()=>{var gi,La,Si,ci;return(0,c.T)(((gi=y.Z.Form)===null||gi===void 0?void 0:gi.defaultValidateMessages)||{},((Si=(La=da.locale)===null||La===void 0?void 0:La.Form)===null||Si===void 0?void 0:Si.defaultValidateMessages)||{},((ci=da.form)===null||ci===void 0?void 0:ci.validateMessages)||{},(qe==null?void 0:qe.validateMessages)||{})},[da,qe==null?void 0:qe.validateMessages]);Object.keys(Ui).length>0&&(mt=f.createElement(o.Z.Provider,{value:Ui},Et)),Fe&&(mt=f.createElement(p,{locale:Fe,_ANT_MARK__:a},mt)),(Mi||Fi)&&(mt=f.createElement(i.Z.Provider,{value:Dt},mt)),be&&(mt=f.createElement(H.q,{size:be},mt)),mt=f.createElement(G,null,mt);const la=f.useMemo(()=>{const gi=Hi||{},{algorithm:La,token:Si,components:ci}=gi,Cn=te(gi,["algorithm","token","components"]),rr=La&&(!Array.isArray(La)||La.length>0)?(0,r.createTheme)(La):m.uH,_t={};return Object.entries(ci||{}).forEach(rt=>{let[Ot,pt]=rt;const lr=Object.assign({},pt);"algorithm"in lr&&(lr.algorithm===!0?lr.theme=rr:(Array.isArray(lr.algorithm)||typeof lr.algorithm=="function")&&(lr.theme=(0,r.createTheme)(lr.algorithm)),delete lr.algorithm),_t[Ot]=lr}),Object.assign(Object.assign({},Cn),{theme:rr,token:Object.assign(Object.assign({},b.Z),Si),components:_t})},[Hi]);return et&&(mt=f.createElement(m.Mj.Provider,{value:la},mt)),Vt!==void 0&&(mt=f.createElement(K.n,{disabled:Vt},mt)),f.createElement(S.E_.Provider,{value:da},mt)},Ft=je=>{const Et=f.useContext(S.E_),Bt=f.useContext(u.Z);return f.createElement(Zt,Object.assign({parentContext:Et,legacyLocale:Bt},je))};Ft.ConfigContext=S.E_,Ft.SizeContext=H.Z,Ft.config=bt,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:K,children:H,flex:W,style:ae}=p,X=h(p,["prefixCls","span","order","offset","push","pull","className","children","flex","style"]),oe=m("col",R),[q,ee]=(0,o.c)(oe);let G={};a.forEach(Q=>{let le={};const $=p[Q];typeof $=="number"?le.span=$:typeof $=="object"&&(le=$||{}),delete X[Q],G=Object.assign(Object.assign({},G),{[`${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},K,G,ee),te={};if(S&&S[0]>0){const Q=S[0]/2;te.paddingLeft=Q,te.paddingRight=Q}return W&&(te.flex=u(W),D===!1&&!te.minWidth&&(te.minWidth=0)),q(r.createElement("div",Object.assign({},X,{style:Object.assign(Object.assign({},te),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,K=u(m,["prefixCls","justify","align","className","style","children","gutter","wrap"]),{getPrefixCls:H,direction:W}=r.useContext(f.E_),[ae,X]=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}),ee=p(R,oe),G=p(D,oe),se=r.useRef(B),te=(0,c.ZP)();r.useEffect(()=>{const bt=te.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"))&&X(kt)});return()=>te.unsubscribe(bt)},[]);const Q=()=>{const bt=[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 je=c.c4[tr];if(ae[je]&&Zt[je]!==void 0){bt[Ft]=Zt[je];break}}else bt[Ft]=Zt}),bt},le=H("row",S),[$,j]=(0,h.V)(le),ie=Q(),me=l()(le,{[`${le}-no-wrap`]:N===!1,[`${le}-${G}`]:G,[`${le}-${ee}`]:ee,[`${le}-rtl`]:W==="rtl"},A,j),Ae={},Pe=ie[0]!=null&&ie[0]>0?ie[0]/-2:void 0;Pe&&(Ae.marginLeft=Pe,Ae.marginRight=Pe),[,Ae.rowGap]=ie;const[He,Ne]=ie,Mt=r.useMemo(()=>({gutter:[He,Ne],wrap:N}),[He,Ne,N]);return $(r.createElement(o.Z.Provider,{value:Mt},r.createElement("div",Object.assign({},K,{className:me,style:Object.assign(Object.assign({},Ae),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 yt}});var r=e(3300),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=dt=>{const{componentCls:qe,iconCls:Fe,boxShadow:be,colorText:ke,colorSuccess:Ge,colorError:We,colorWarning:Ye,colorInfo:ht,fontSizeLG:xt,motionEaseInOutCirc:nr,motionDurationSlow:er,marginXS:Re,paddingXS:et,borderRadiusLG:Vt,zIndexPopup:Lt,contentPadding:Wt,contentBg:Ht}=dt,Tt=`${qe}-notice`,Qt=new b.Keyframes("MessageMoveIn",{"0%":{padding:0,transform:"translateY(-100%)",opacity:0},"100%":{padding:et,transform:"translateY(0)",opacity:1}}),$e=new b.Keyframes("MessageMoveOut",{"0%":{maxHeight:dt.height,padding:et,opacity:1},"100%":{maxHeight:0,padding:0,opacity:0}}),ce={padding:et,textAlign:"center",[`${qe}-custom-content > ${Fe}`]:{verticalAlign:"text-bottom",marginInlineEnd:Re,fontSize:xt},[`${Tt}-content`]:{display:"inline-block",padding:Wt,background:Ht,borderRadius:Vt,boxShadow:be,pointerEvents:"all"},[`${qe}-success > ${Fe}`]:{color:Ge},[`${qe}-error > ${Fe}`]:{color:We},[`${qe}-warning > ${Fe}`]:{color:Ye},[`${qe}-info > ${Fe},
${qe}-loading > ${Fe}`]:{color:ht}};return[{[qe]:Object.assign(Object.assign({},(0,S.Wf)(dt)),{color:ke,position:"fixed",top:Re,width:"100%",pointerEvents:"none",zIndex:Lt,[`${qe}-move-up`]:{animationFillMode:"forwards"},[`
${qe}-move-up-appear,
${qe}-move-up-enter
`]:{animationName:Qt,animationDuration:er,animationPlayState:"paused",animationTimingFunction:nr},[`
${qe}-move-up-appear${qe}-move-up-appear-active,
${qe}-move-up-enter${qe}-move-up-enter-active
`]:{animationPlayState:"running"},[`${qe}-move-up-leave`]:{animationName:$e,animationDuration:er,animationPlayState:"paused",animationTimingFunction:nr},[`${qe}-move-up-leave${qe}-move-up-leave-active`]:{animationPlayState:"running"},"&-rtl":{direction:"rtl",span:{direction:"rtl"}}})},{[qe]:{[Tt]:Object.assign({},ce)}},{[`${qe}-notice-pure-panel`]:Object.assign(Object.assign({},ce),{padding:0,textAlign:"start"})}]};var P=(0,D.Z)("Message",dt=>{const qe=(0,R.TS)(dt,{height:150});return[A(qe)]},dt=>({zIndexPopup:dt.zIndexPopupBase+10,contentBg:dt.colorBgElevated,contentPadding:`${(dt.controlHeightLG-dt.fontSize*dt.lineHeight)/2}px ${dt.paddingSM}px`})),M=function(dt,qe){var Fe={};for(var be in dt)Object.prototype.hasOwnProperty.call(dt,be)&&qe.indexOf(be)<0&&(Fe[be]=dt[be]);if(dt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ke=0,be=Object.getOwnPropertySymbols(dt);ke<be.length;ke++)qe.indexOf(be[ke])<0&&Object.prototype.propertyIsEnumerable.call(dt,be[ke])&&(Fe[be[ke]]=dt[be[ke]]);return Fe};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=dt=>{let{prefixCls:qe,type:Fe,icon:be,children:ke}=dt;return i.createElement("div",{className:p()(`${qe}-custom-content`,`${qe}-${Fe}`)},be||B[Fe],i.createElement("span",null,ke))};var H=dt=>{const{prefixCls:qe,className:Fe,type:be,icon:ke,content:Ge}=dt,We=M(dt,["prefixCls","className","type","icon","content"]),{getPrefixCls:Ye}=i.useContext(m.E_),ht=qe||Ye("message"),[,xt]=P(ht);return i.createElement(y.qX,Object.assign({},We,{prefixCls:ht,className:p()(Fe,xt,`${ht}-notice-pure-panel`),eventKey:"pure",duration:null,content:i.createElement(N,{prefixCls:ht,type:be,icon:ke},Ge)}))},W=e(99267);function ae(dt,qe){return{motionName:qe!=null?qe:`${dt}-move-up`}}function X(dt){let qe;const Fe=new Promise(ke=>{qe=dt(()=>{ke(!0)})}),be=()=>{qe==null||qe()};return be.then=(ke,Ge)=>Fe.then(ke,Ge),be.promise=Fe,be}var oe=function(dt,qe){var Fe={};for(var be in dt)Object.prototype.hasOwnProperty.call(dt,be)&&qe.indexOf(be)<0&&(Fe[be]=dt[be]);if(dt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ke=0,be=Object.getOwnPropertySymbols(dt);ke<be.length;ke++)qe.indexOf(be[ke])<0&&Object.prototype.propertyIsEnumerable.call(dt,be[ke])&&(Fe[be[ke]]=dt[be[ke]]);return Fe};const q=8,ee=3,G=dt=>{let{children:qe,prefixCls:Fe}=dt;const[,be]=P(Fe);return i.createElement(y.JB,{classNames:{list:be,notice:be}},qe)},se=(dt,qe)=>{let{prefixCls:Fe,key:be}=qe;return i.createElement(G,{prefixCls:Fe,key:be},dt)},te=i.forwardRef((dt,qe)=>{const{top:Fe,prefixCls:be,getContainer:ke,maxCount:Ge,duration:We=ee,rtl:Ye,transitionName:ht,onAllRemoved:xt}=dt,{getPrefixCls:nr,getPopupContainer:er,message:Re}=i.useContext(m.E_),et=be||nr("message"),Vt=()=>({left:"50%",transform:"translateX(-50%)",top:Fe!=null?Fe:q}),Lt=()=>p()({[`${et}-rtl`]:Ye}),Wt=()=>ae(et,ht),Ht=i.createElement("span",{className:`${et}-close-x`},i.createElement(W.Z,{className:`${et}-close-icon`})),[Tt,Qt]=(0,y.lm)({prefixCls:et,style:Vt,className:Lt,motion:Wt,closable:!1,closeIcon:Ht,duration:We,getContainer:()=>(ke==null?void 0:ke())||(er==null?void 0:er())||document.body,maxCount:Ge,onAllRemoved:xt,renderNotifications:se});return i.useImperativeHandle(qe,()=>Object.assign(Object.assign({},Tt),{prefixCls:et,message:Re})),Qt});let Q=0;function le(dt){const qe=i.useRef(null);return[i.useMemo(()=>{const be=ht=>{var xt;(xt=qe.current)===null||xt===void 0||xt.close(ht)},ke=ht=>{if(!qe.current){const he=()=>{};return he.then=()=>{},he}const{open:xt,prefixCls:nr,message:er}=qe.current,Re=`${nr}-notice`,{content:et,icon:Vt,type:Lt,key:Wt,className:Ht,style:Tt,onClose:Qt}=ht,$e=oe(ht,["content","icon","type","key","className","style","onClose"]);let ce=Wt;return ce==null&&(Q+=1,ce=`antd-message-${Q}`),X(he=>(xt(Object.assign(Object.assign({},$e),{key:ce,content:i.createElement(N,{prefixCls:nr,type:Lt,icon:Vt},et),placement:"top",className:p()(Lt&&`${Re}-${Lt}`,Ht,er==null?void 0:er.className),style:Object.assign(Object.assign({},er==null?void 0:er.style),Tt),onClose:()=>{Qt==null||Qt(),he()}})),()=>{be(ce)}))},We={open:ke,destroy:ht=>{var xt;ht!==void 0?be(ht):(xt=qe.current)===null||xt===void 0||xt.destroy()}};return["info","success","warning","error","loading"].forEach(ht=>{const xt=(nr,er,Re)=>{let et;nr&&typeof nr=="object"&&"content"in nr?et=nr:et={content:nr};let Vt,Lt;typeof er=="function"?Lt=er:(Vt=er,Lt=Re);const Wt=Object.assign(Object.assign({onClose:Lt,duration:Vt},et),{type:ht});return ke(Wt)};We[ht]=xt}),We},[]),i.createElement(te,Object.assign({key:"message-holder"},dt,{ref:qe}))]}function $(dt){return le(dt)}let j=null,ie=dt=>dt(),me=[],Ae={};function Pe(){const{prefixCls:dt,getContainer:qe,duration:Fe,rtl:be,maxCount:ke,top:Ge}=Ae,We=dt!=null?dt:(0,c.w6)().getPrefixCls("message"),Ye=(qe==null?void 0:qe())||document.body;return{prefixCls:We,getContainer:()=>Ye,duration:Fe,rtl:be,maxCount:ke,top:Ge}}const He=i.forwardRef((dt,qe)=>{const[Fe,be]=i.useState(Pe),[ke,Ge]=le(Fe),We=(0,c.w6)(),Ye=We.getRootPrefixCls(),ht=We.getIconPrefixCls(),xt=We.getTheme(),nr=()=>{be(Pe)};return i.useEffect(nr,[]),i.useImperativeHandle(qe,()=>{const er=Object.assign({},ke);return Object.keys(er).forEach(Re=>{er[Re]=function(){return nr(),ke[Re].apply(ke,arguments)}}),{instance:er,sync:nr}}),i.createElement(c.ZP,{prefixCls:Ye,iconPrefixCls:ht,theme:xt},Ge)});function Ne(){if(!j){const dt=document.createDocumentFragment(),qe={fragment:dt};j=qe,ie(()=>{(0,l.s)(i.createElement(He,{ref:Fe=>{const{instance:be,sync:ke}=Fe||{};Promise.resolve().then(()=>{!qe.instance&&be&&(qe.instance=be,qe.sync=ke,Ne())})}}),dt)});return}j.instance&&(me.forEach(dt=>{const{type:qe,skipped:Fe}=dt;if(!Fe)switch(qe){case"open":{ie(()=>{const be=j.instance.open(Object.assign(Object.assign({},Ae),dt.config));be==null||be.then(dt.resolve),dt.setCloseFn(be)});break}case"destroy":ie(()=>{j==null||j.instance.destroy(dt.key)});break;default:ie(()=>{var be;const ke=(be=j.instance)[qe].apply(be,(0,r.Z)(dt.args));ke==null||ke.then(dt.resolve),dt.setCloseFn(ke)})}}),me=[])}function Mt(dt){Ae=Object.assign(Object.assign({},Ae),dt),ie(()=>{var qe;(qe=j==null?void 0:j.sync)===null||qe===void 0||qe.call(j)})}function bt(dt){const qe=X(Fe=>{let be;const ke={type:"open",config:dt,resolve:Fe,setCloseFn:Ge=>{be=Ge}};return me.push(ke),()=>{be?ie(()=>{be()}):ke.skipped=!0}});return Ne(),qe}function kt(dt,qe){const Fe=X(be=>{let ke;const Ge={type:dt,args:qe,resolve:be,setCloseFn:We=>{ke=We}};return me.push(Ge),()=>{ke?ie(()=>{ke()}):Ge.skipped=!0}});return Ne(),Fe}function Zt(dt){me.push({type:"destroy",key:dt}),Ne()}const Ft=["success","info","warning","error","loading"],je={open:bt,destroy:Zt,config:Mt,useMessage:$,_InternalPanelDoNotUseOrYouWillBeFired:H};Ft.forEach(dt=>{je[dt]=function(){for(var qe=arguments.length,Fe=new Array(qe),be=0;be<qe;be++)Fe[be]=arguments[be];return kt(dt,Fe)}});const Et=()=>{};let Bt=null,tt=null;var yt=je},43418:function(d,_,e){"use strict";e.d(_,{default:function(){return ft}});var r=e(3300),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:Gt,cancelButtonProps:Ct,cancelTextLocale:Ce,isSilent:St,mergedOkCancel:ze,rootPrefixCls:nt,close:Te,onCancel:Rt,onConfirm:Le}=(0,l.useContext)(b);return ze?l.createElement(m.Z,{isSilent:St,actionFn:Rt,close:function(){Te==null||Te.apply(void 0,arguments),Le==null||Le(!1)},autoFocus:Gt==="cancel",buttonProps:Ct,prefixCls:`${nt}-btn`},Ce):null},P=()=>{const{autoFocusButton:Gt,close:Ct,isSilent:Ce,okButtonProps:St,rootPrefixCls:ze,okTextLocale:nt,okType:Te,onConfirm:Rt,onOk:Le}=(0,l.useContext)(b);return l.createElement(m.Z,{isSilent:Ce,type:Te||"primary",actionFn:Le,close:function(){Ct==null||Ct.apply(void 0,arguments),Rt==null||Rt(!0)},autoFocus:Gt==="ok",buttonProps:St,prefixCls:`${ze}-btn`},nt)},M=e(99267),B=e(86923),N=e(47729),K=e(47273);const H=()=>(0,K.Z)()&&window.document.documentElement;var W=e(36355),ae=e(32441),X=e(33234),oe=e(11575),q=e(1684),ee=e(3113),se=()=>{const{cancelButtonProps:Gt,cancelTextLocale:Ct,onCancel:Ce}=(0,l.useContext)(b);return l.createElement(ee.ZP,Object.assign({onClick:Ce},Gt),Ct)},te=e(67797),le=()=>{const{confirmLoading:Gt,okButtonProps:Ct,okType:Ce,okTextLocale:St,onOk:ze}=(0,l.useContext)(b);return l.createElement(ee.ZP,Object.assign({},(0,te.n)(Ce),{loading:Gt,onClick:ze},Ct),St)},$=e(98044);function j(Gt,Ct){return l.createElement("span",{className:`${Gt}-close-x`},Ct||l.createElement(M.Z,{className:`${Gt}-close-icon`}))}const ie=Gt=>{const{okText:Ct,okType:Ce="primary",cancelText:St,confirmLoading:ze,onOk:nt,onCancel:Te,okButtonProps:Rt,cancelButtonProps:Le,footer:Or}=Gt,[At]=(0,y.Z)("Modal",(0,$.A)()),Xr=Ct||(At==null?void 0:At.okText),nn=St||(At==null?void 0:At.cancelText),Mr={confirmLoading:ze,okButtonProps:Rt,cancelButtonProps:Le,okTextLocale:Xr,cancelTextLocale:nn,okType:Ce,onOk:nt,onCancel:Te},Dr=l.useMemo(()=>Mr,(0,r.Z)(Object.values(Mr)));let mr;return typeof Or=="function"||typeof Or=="undefined"?(mr=l.createElement(S,{value:Dr},l.createElement(se,null),l.createElement(le,null)),typeof Or=="function"&&(mr=Or(mr,{OkBtn:le,CancelBtn:se}))):mr=Or,l.createElement(q.n,{disabled:!1},mr)};var me=e(73819),Ae=function(Gt,Ct){var Ce={};for(var St in Gt)Object.prototype.hasOwnProperty.call(Gt,St)&&Ct.indexOf(St)<0&&(Ce[St]=Gt[St]);if(Gt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,St=Object.getOwnPropertySymbols(Gt);ze<St.length;ze++)Ct.indexOf(St[ze])<0&&Object.prototype.propertyIsEnumerable.call(Gt,St[ze])&&(Ce[St[ze]]=Gt[St[ze]]);return Ce};let Pe;const He=Gt=>{Pe={x:Gt.pageX,y:Gt.pageY},setTimeout(()=>{Pe=null},100)};H()&&document.documentElement.addEventListener("click",He,!0);var Mt=Gt=>{var Ct;const{getPopupContainer:Ce,getPrefixCls:St,direction:ze,modal:nt}=l.useContext(W.E_),Te=ei=>{const{onCancel:Nn}=Gt;Nn==null||Nn(ei)},Rt=ei=>{const{onOk:Nn}=Gt;Nn==null||Nn(ei)},{prefixCls:Le,className:Or,rootClassName:At,open:Xr,wrapClassName:nn,centered:Mr,getContainer:Dr,closeIcon:mr,closable:Zr,focusTriggerAfterClose:un=!0,style:hn,visible:Yt,width:gt=520,footer:ut}=Gt,ct=Ae(Gt,["prefixCls","className","rootClassName","open","wrapClassName","centered","getContainer","closeIcon","closable","focusTriggerAfterClose","style","visible","width","footer"]),Nt=St("modal",Le),yr=St(),[_r,it]=(0,me.ZP)(Nt),Cr=x()(nn,{[`${Nt}-centered`]:!!Mr,[`${Nt}-wrap-rtl`]:ze==="rtl"}),mn=ut!==null&&l.createElement(ie,Object.assign({},Gt,{onOk:Rt,onCancel:Te})),[Vn,Gr]=(0,N.Z)(Zr,mr,ei=>j(Nt,ei),l.createElement(M.Z,{className:`${Nt}-close-icon`}),!0),Qn=(0,oe.H)(`.${Nt}-content`);return _r(l.createElement(X.BR,null,l.createElement(ae.Ux,{status:!0,override:!0},l.createElement(B.Z,Object.assign({width:gt},ct,{getContainer:Dr===void 0?Ce:Dr,prefixCls:Nt,rootClassName:x()(it,At),wrapClassName:Cr,footer:mn,visible:Xr!=null?Xr:Yt,mousePosition:(Ct=ct.mousePosition)!==null&&Ct!==void 0?Ct:Pe,onClose:Te,closable:Vn,closeIcon:Gr,focusTriggerAfterClose:un,transitionName:(0,p.m)(yr,"zoom",Gt.transitionName),maskTransitionName:(0,p.m)(yr,"fade",Gt.maskTransitionName),className:x()(it,Or,nt==null?void 0:nt.className),style:Object.assign(Object.assign({},nt==null?void 0:nt.style),hn),panelRef:Qn})))))},bt=e(17313),kt=e(83116);const Zt=Gt=>{const{componentCls:Ct,titleFontSize:Ce,titleLineHeight:St,modalConfirmIconSize:ze,fontSize:nt,lineHeight:Te}=Gt,Rt=`${Ct}-confirm`,Le=Math.round(Ce*St),Or=Math.round(nt*Te);return{[Rt]:{"&-rtl":{direction:"rtl"},[`${Gt.antCls}-modal-header`]:{display:"none"},[`${Rt}-body-wrapper`]:Object.assign({},(0,bt.dF)()),[`${Rt}-body`]:{display:"flex",flexWrap:"nowrap",alignItems:"start",[`> ${Gt.iconCls}`]:{flex:"none",fontSize:ze,marginInlineEnd:Gt.marginSM,marginTop:(Or-ze)/2},[`&-has-title > ${Gt.iconCls}`]:{marginTop:(Le-ze)/2}},[`${Rt}-paragraph`]:{display:"flex",flexDirection:"column",flex:"auto",rowGap:Gt.marginXS},[`${Rt}-title`]:{color:Gt.colorTextHeading,fontWeight:Gt.fontWeightStrong,fontSize:Ce,lineHeight:St},[`${Rt}-content`]:{color:Gt.colorText,fontSize:nt,lineHeight:Te},[`${Rt}-btns`]:{textAlign:"end",marginTop:Gt.marginSM,[`${Gt.antCls}-btn + ${Gt.antCls}-btn`]:{marginBottom:0,marginInlineStart:Gt.marginXS}}},[`${Rt}-error ${Rt}-body > ${Gt.iconCls}`]:{color:Gt.colorError},[`${Rt}-warning ${Rt}-body > ${Gt.iconCls},
${Rt}-confirm ${Rt}-body > ${Gt.iconCls}`]:{color:Gt.colorWarning},[`${Rt}-info ${Rt}-body > ${Gt.iconCls}`]:{color:Gt.colorInfo},[`${Rt}-success ${Rt}-body > ${Gt.iconCls}`]:{color:Gt.colorSuccess}}};var Ft=(0,kt.b)(["Modal","confirm"],Gt=>{const Ct=(0,me.B4)(Gt);return[Zt(Ct)]},me.eh,{order:-1e3}),tr=function(Gt,Ct){var Ce={};for(var St in Gt)Object.prototype.hasOwnProperty.call(Gt,St)&&Ct.indexOf(St)<0&&(Ce[St]=Gt[St]);if(Gt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,St=Object.getOwnPropertySymbols(Gt);ze<St.length;ze++)Ct.indexOf(St[ze])<0&&Object.prototype.propertyIsEnumerable.call(Gt,St[ze])&&(Ce[St[ze]]=Gt[St[ze]]);return Ce};function je(Gt){const{prefixCls:Ct,icon:Ce,okText:St,cancelText:ze,confirmPrefixCls:nt,type:Te,okCancel:Rt,footer:Le,locale:Or}=Gt,At=tr(Gt,["prefixCls","icon","okText","cancelText","confirmPrefixCls","type","okCancel","footer","locale"]);let Xr=Ce;if(!Ce&&Ce!==null)switch(Te){case"info":Xr=l.createElement(u.Z,null);break;case"success":Xr=l.createElement(f.Z,null);break;case"error":Xr=l.createElement(o.Z,null);break;default:Xr=l.createElement(h.Z,null)}const nn=Rt!=null?Rt:Te==="confirm",Mr=Gt.autoFocusButton===null?!1:Gt.autoFocusButton||"ok",[Dr]=(0,y.Z)("Modal"),mr=Or||Dr,Zr=St||(nn?mr==null?void 0:mr.okText:mr==null?void 0:mr.justOkText),un=ze||(mr==null?void 0:mr.cancelText),hn=Object.assign({autoFocusButton:Mr,cancelTextLocale:un,okTextLocale:Zr,mergedOkCancel:nn},At),Yt=l.useMemo(()=>hn,(0,r.Z)(Object.values(hn))),gt=l.createElement(l.Fragment,null,l.createElement(R,null),l.createElement(P,null)),ut=Gt.title!==void 0&&Gt.title!==null,ct=`${nt}-body`;return l.createElement("div",{className:`${nt}-body-wrapper`},l.createElement("div",{className:x()(ct,{[`${ct}-has-title`]:ut})},Xr,l.createElement("div",{className:`${nt}-paragraph`},ut&&l.createElement("span",{className:`${nt}-title`},Gt.title),l.createElement("div",{className:`${nt}-content`},Gt.content))),Le===void 0||typeof Le=="function"?l.createElement(S,{value:Yt},l.createElement("div",{className:`${nt}-btns`},typeof Le=="function"?Le(gt,{OkBtn:P,CancelBtn:R}):gt)):Le,l.createElement(Ft,{prefixCls:Ct}))}var Bt=Gt=>{const{close:Ct,zIndex:Ce,afterClose:St,visible:ze,open:nt,keyboard:Te,centered:Rt,getContainer:Le,maskStyle:Or,direction:At,prefixCls:Xr,wrapClassName:nn,rootPrefixCls:Mr,iconPrefixCls:Dr,theme:mr,bodyStyle:Zr,closable:un=!1,closeIcon:hn,modalRender:Yt,focusTriggerAfterClose:gt,onConfirm:ut}=Gt,ct=`${Xr}-confirm`,Nt=Gt.width||416,yr=Gt.style||{},_r=Gt.mask===void 0?!0:Gt.mask,it=Gt.maskClosable===void 0?!1:Gt.maskClosable,Cr=x()(ct,`${ct}-${Gt.type}`,{[`${ct}-rtl`]:At==="rtl"},Gt.className);return l.createElement(c.ZP,{prefixCls:Mr,iconPrefixCls:Dr,direction:At,theme:mr},l.createElement(Mt,{prefixCls:Xr,className:Cr,wrapClassName:x()({[`${ct}-centered`]:!!Gt.centered},nn),onCancel:()=>{Ct==null||Ct({triggerCancel:!0}),ut==null||ut(!1)},open:nt,title:"",footer:null,transitionName:(0,p.m)(Mr||"","zoom",Gt.transitionName),maskTransitionName:(0,p.m)(Mr||"","fade",Gt.maskTransitionName),mask:_r,maskClosable:it,maskStyle:Or,style:yr,bodyStyle:Zr,width:Nt,zIndex:Ce,afterClose:St,keyboard:Te,centered:Rt,getContainer:Le,closable:un,closeIcon:hn,modalRender:Yt,focusTriggerAfterClose:gt},l.createElement(je,Object.assign({},Gt,{confirmPrefixCls:ct}))))},yt=[],dt=function(Gt,Ct){var Ce={};for(var St in Gt)Object.prototype.hasOwnProperty.call(Gt,St)&&Ct.indexOf(St)<0&&(Ce[St]=Gt[St]);if(Gt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,St=Object.getOwnPropertySymbols(Gt);ze<St.length;ze++)Ct.indexOf(St[ze])<0&&Object.prototype.propertyIsEnumerable.call(Gt,St[ze])&&(Ce[St[ze]]=Gt[St[ze]]);return Ce};let qe="";function Fe(){return qe}function be(Gt){const Ct=document.createDocumentFragment();let Ce=Object.assign(Object.assign({},Gt),{close:Te,open:!0}),St;function ze(){for(var Le=arguments.length,Or=new Array(Le),At=0;At<Le;At++)Or[At]=arguments[At];const Xr=Or.some(nn=>nn&&nn.triggerCancel);Gt.onCancel&&Xr&&Gt.onCancel.apply(Gt,[()=>{}].concat((0,r.Z)(Or.slice(1))));for(let nn=0;nn<yt.length;nn++)if(yt[nn]===Te){yt.splice(nn,1);break}(0,i.v)(Ct)}function nt(Le){var{okText:Or,cancelText:At,prefixCls:Xr,getContainer:nn}=Le,Mr=dt(Le,["okText","cancelText","prefixCls","getContainer"]);clearTimeout(St),St=setTimeout(()=>{const Dr=(0,$.A)(),{getPrefixCls:mr,getIconPrefixCls:Zr,getTheme:un}=(0,c.w6)(),hn=mr(void 0,Fe()),Yt=Xr||`${hn}-modal`,gt=Zr(),ut=un();let ct=nn;ct===!1&&(ct=void 0),(0,i.s)(l.createElement(Bt,Object.assign({},Mr,{getContainer:ct,prefixCls:Yt,rootPrefixCls:hn,iconPrefixCls:gt,okText:Or,locale:Dr,theme:ut,cancelText:At||Dr.cancelText})),Ct)})}function Te(){for(var Le=arguments.length,Or=new Array(Le),At=0;At<Le;At++)Or[At]=arguments[At];Ce=Object.assign(Object.assign({},Ce),{open:!1,afterClose:()=>{typeof Gt.afterClose=="function"&&Gt.afterClose(),ze.apply(this,Or)}}),Ce.visible&&delete Ce.visible,nt(Ce)}function Rt(Le){typeof Le=="function"?Ce=Le(Ce):Ce=Object.assign(Object.assign({},Ce),Le),nt(Ce)}return nt(Ce),yt.push(Te),{destroy:Te,update:Rt}}function ke(Gt){return Object.assign(Object.assign({},Gt),{type:"warning"})}function Ge(Gt){return Object.assign(Object.assign({},Gt),{type:"info"})}function We(Gt){return Object.assign(Object.assign({},Gt),{type:"success"})}function Ye(Gt){return Object.assign(Object.assign({},Gt),{type:"error"})}function ht(Gt){return Object.assign(Object.assign({},Gt),{type:"confirm"})}function xt(Gt){let{rootPrefixCls:Ct}=Gt;qe=Ct}var nr=e(53487),er=function(Gt,Ct){var Ce={};for(var St in Gt)Object.prototype.hasOwnProperty.call(Gt,St)&&Ct.indexOf(St)<0&&(Ce[St]=Gt[St]);if(Gt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,St=Object.getOwnPropertySymbols(Gt);ze<St.length;ze++)Ct.indexOf(St[ze])<0&&Object.prototype.propertyIsEnumerable.call(Gt,St[ze])&&(Ce[St[ze]]=Gt[St[ze]]);return Ce};const Re=Gt=>{const{prefixCls:Ct,className:Ce,closeIcon:St,closable:ze,type:nt,title:Te,children:Rt}=Gt,Le=er(Gt,["prefixCls","className","closeIcon","closable","type","title","children"]),{getPrefixCls:Or}=l.useContext(W.E_),At=Or(),Xr=Ct||Or("modal"),[,nn]=(0,me.ZP)(Xr),Mr=`${Xr}-confirm`;let Dr={};return nt?Dr={closable:ze!=null?ze:!1,title:"",footer:"",children:l.createElement(je,Object.assign({},Gt,{prefixCls:Xr,confirmPrefixCls:Mr,rootPrefixCls:At,content:Rt}))}:Dr={closable:ze!=null?ze:!0,title:Te,footer:Gt.footer===void 0?l.createElement(ie,Object.assign({},Gt)):Gt.footer,children:Rt},l.createElement(B.s,Object.assign({prefixCls:Xr,className:x()(nn,`${Xr}-pure-panel`,nt&&Mr,nt&&`${Mr}-${nt}`,Ce)},Le,{closeIcon:j(Xr,St),closable:ze},Dr))};var et=(0,nr.i)(Re);function Vt(){const[Gt,Ct]=l.useState([]),Ce=l.useCallback(St=>(Ct(ze=>[].concat((0,r.Z)(ze),[St])),()=>{Ct(ze=>ze.filter(nt=>nt!==St))}),[]);return[Gt,Ce]}var Lt=e(31724),Wt=function(Gt,Ct){var Ce={};for(var St in Gt)Object.prototype.hasOwnProperty.call(Gt,St)&&Ct.indexOf(St)<0&&(Ce[St]=Gt[St]);if(Gt!=null&&typeof Object.getOwnPropertySymbols=="function")for(var ze=0,St=Object.getOwnPropertySymbols(Gt);ze<St.length;ze++)Ct.indexOf(St[ze])<0&&Object.prototype.propertyIsEnumerable.call(Gt,St[ze])&&(Ce[St[ze]]=Gt[St[ze]]);return Ce};const Ht=(Gt,Ct)=>{var Ce,{afterClose:St,config:ze}=Gt,nt=Wt(Gt,["afterClose","config"]);const[Te,Rt]=l.useState(!0),[Le,Or]=l.useState(ze),{direction:At,getPrefixCls:Xr}=l.useContext(W.E_),nn=Xr("modal"),Mr=Xr(),Dr=()=>{var hn;St(),(hn=Le.afterClose)===null||hn===void 0||hn.call(Le)},mr=function(){Rt(!1);for(var hn=arguments.length,Yt=new Array(hn),gt=0;gt<hn;gt++)Yt[gt]=arguments[gt];const ut=Yt.some(ct=>ct&&ct.triggerCancel);Le.onCancel&&ut&&Le.onCancel.apply(Le,[()=>{}].concat((0,r.Z)(Yt.slice(1))))};l.useImperativeHandle(Ct,()=>({destroy:mr,update:hn=>{Or(Yt=>Object.assign(Object.assign({},Yt),hn))}}));const Zr=(Ce=Le.okCancel)!==null&&Ce!==void 0?Ce:Le.type==="confirm",[un]=(0,y.Z)("Modal",Lt.Z.Modal);return l.createElement(Bt,Object.assign({prefixCls:nn,rootPrefixCls:Mr},Le,{close:mr,open:Te,afterClose:Dr,okText:Le.okText||(Zr?un==null?void 0:un.okText:un==null?void 0:un.justOkText),direction:Le.direction||At,cancelText:Le.cancelText||(un==null?void 0:un.cancelText)},nt))};var Tt=l.forwardRef(Ht);let Qt=0;const $e=l.memo(l.forwardRef((Gt,Ct)=>{const[Ce,St]=Vt();return l.useImperativeHandle(Ct,()=>({patchElement:St}),[]),l.createElement(l.Fragment,null,Ce)}));function ce(){const Gt=l.useRef(null),[Ct,Ce]=l.useState([]);l.useEffect(()=>{Ct.length&&((0,r.Z)(Ct).forEach(Te=>{Te()}),Ce([]))},[Ct]);const St=l.useCallback(nt=>function(Rt){var Le;Qt+=1;const Or=l.createRef();let At;const Xr=new Promise(Zr=>{At=Zr});let nn=!1,Mr;const Dr=l.createElement(Tt,{key:`modal-${Qt}`,config:nt(Rt),ref:Or,afterClose:()=>{Mr==null||Mr()},isSilent:()=>nn,onConfirm:Zr=>{At(Zr)}});return Mr=(Le=Gt.current)===null||Le===void 0?void 0:Le.patchElement(Dr),Mr&&yt.push(Mr),{destroy:()=>{function Zr(){var un;(un=Or.current)===null||un===void 0||un.destroy()}Or.current?Zr():Ce(un=>[].concat((0,r.Z)(un),[Zr]))},update:Zr=>{function un(){var hn;(hn=Or.current)===null||hn===void 0||hn.update(Zr)}Or.current?un():Ce(hn=>[].concat((0,r.Z)(hn),[un]))},then:Zr=>(nn=!0,Xr.then(Zr))}},[]);return[l.useMemo(()=>({info:St(Ge),success:St(We),error:St(Ye),warning:St(ke),confirm:St(ht)}),[]),l.createElement($e,{key:"modal-holder",ref:Gt})]}var he=ce;function It(Gt){return be(ke(Gt))}const Se=Mt;Se.useModal=he,Se.info=function(Ct){return be(Ge(Ct))},Se.success=function(Ct){return be(We(Ct))},Se.error=function(Ct){return be(Ye(Ct))},Se.warning=It,Se.warn=It,Se.confirm=function(Ct){return be(ht(Ct))},Se.destroyAll=function(){for(;yt.length;){const Ct=yt.pop();Ct&&Ct()}},Se.config=xt,Se._InternalPanelDoNotUseOrYouWillBeFired=et;var ft=Se},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 dt}});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=qe=>{const{componentCls:Fe,width:be,notificationMarginEdge:ke}=qe,Ge=new b.Keyframes("antNotificationTopFadeIn",{"0%":{marginTop:"-100%",opacity:0},"100%":{marginTop:0,opacity:1}}),We=new b.Keyframes("antNotificationBottomFadeIn",{"0%":{marginBottom:"-100%",opacity:0},"100%":{marginBottom:0,opacity:1}}),Ye=new b.Keyframes("antNotificationLeftFadeIn",{"0%":{right:{_skip_check_:!0,value:be},opacity:0},"100%":{right:{_skip_check_:!0,value:0},opacity:1}});return{[`&${Fe}-top, &${Fe}-bottom`]:{marginInline:0},[`&${Fe}-top`]:{[`${Fe}-fade-enter${Fe}-fade-enter-active, ${Fe}-fade-appear${Fe}-fade-appear-active`]:{animationName:Ge}},[`&${Fe}-bottom`]:{[`${Fe}-fade-enter${Fe}-fade-enter-active, ${Fe}-fade-appear${Fe}-fade-appear-active`]:{animationName:We}},[`&${Fe}-topLeft, &${Fe}-bottomLeft`]:{marginInlineEnd:0,marginInlineStart:ke,[`${Fe}-fade-enter${Fe}-fade-enter-active, ${Fe}-fade-appear${Fe}-fade-appear-active`]:{animationName:Ye}}}};const M=qe=>{const{iconCls:Fe,componentCls:be,boxShadow:ke,fontSizeLG:Ge,notificationMarginBottom:We,borderRadiusLG:Ye,colorSuccess:ht,colorInfo:xt,colorWarning:nr,colorError:er,colorTextHeading:Re,notificationBg:et,notificationPadding:Vt,notificationMarginEdge:Lt,motionDurationMid:Wt,motionEaseInOut:Ht,fontSize:Tt,lineHeight:Qt,width:$e,notificationIconSize:ce,colorText:he}=qe,It=`${be}-notice`,Se=new b.Keyframes("antNotificationFadeIn",{"0%":{left:{_skip_check_:!0,value:$e},opacity:0},"100%":{left:{_skip_check_:!0,value:0},opacity:1}}),ft=new b.Keyframes("antNotificationFadeOut",{"0%":{maxHeight:qe.animationMaxHeight,marginBottom:We,opacity:1},"100%":{maxHeight:0,marginBottom:0,paddingTop:0,paddingBottom:0,opacity:0}}),Gt={position:"relative",width:$e,maxWidth:`calc(100vw - ${Lt*2}px)`,marginBottom:We,marginInlineStart:"auto",padding:Vt,overflow:"hidden",lineHeight:Qt,wordWrap:"break-word",background:et,borderRadius:Ye,boxShadow:ke,[`${be}-close-icon`]:{fontSize:Tt,cursor:"pointer"},[`${It}-message`]:{marginBottom:qe.marginXS,color:Re,fontSize:Ge,lineHeight:qe.lineHeightLG},[`${It}-description`]:{fontSize:Tt,color:he},[`&${It}-closable ${It}-message`]:{paddingInlineEnd:qe.paddingLG},[`${It}-with-icon ${It}-message`]:{marginBottom:qe.marginXS,marginInlineStart:qe.marginSM+ce,fontSize:Ge},[`${It}-with-icon ${It}-description`]:{marginInlineStart:qe.marginSM+ce,fontSize:Tt},[`${It}-icon`]:{position:"absolute",fontSize:ce,lineHeight:0,[`&-success${Fe}`]:{color:ht},[`&-info${Fe}`]:{color:xt},[`&-warning${Fe}`]:{color:nr},[`&-error${Fe}`]:{color:er}},[`${It}-close`]:{position:"absolute",top:qe.notificationPaddingVertical,insetInlineEnd:qe.notificationPaddingHorizontal,color:qe.colorIcon,outline:"none",width:qe.notificationCloseButtonSize,height:qe.notificationCloseButtonSize,borderRadius:qe.borderRadiusSM,transition:`background-color ${qe.motionDurationMid}, color ${qe.motionDurationMid}`,display:"flex",alignItems:"center",justifyContent:"center","&:hover":{color:qe.colorIconHover,backgroundColor:qe.wireframe?"transparent":qe.colorFillContent}},[`${It}-btn`]:{float:"right",marginTop:qe.marginSM}};return[{[be]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,S.Wf)(qe)),{position:"fixed",zIndex:qe.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:qe.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:Se,animationPlayState:"running"},[`${be}-fade-leave${be}-fade-leave-active`]:{animationName:ft,animationPlayState:"running"}}),P(qe)),{"&-rtl":{direction:"rtl",[`${It}-btn`]:{float:"left"}}})},{[be]:{[It]:Object.assign({},Gt)}},{[`${It}-pure-panel`]:Object.assign(Object.assign({},Gt),{margin:0})}]};var B=(0,D.Z)("Notification",qe=>{const Fe=qe.paddingMD,be=qe.paddingLG,ke=(0,R.TS)(qe,{notificationBg:qe.colorBgElevated,notificationPaddingVertical:Fe,notificationPaddingHorizontal:be,notificationIconSize:qe.fontSizeLG*qe.lineHeightLG,notificationCloseButtonSize:qe.controlHeightLG*.55,notificationMarginBottom:qe.margin,notificationPadding:`${qe.paddingMD}px ${qe.paddingContentHorizontalLG}px`,notificationMarginEdge:qe.marginLG,animationMaxHeight:150});return[M(ke)]},qe=>({zIndexPopup:qe.zIndexPopupBase+50,width:384})),N=function(qe,Fe){var be={};for(var ke in qe)Object.prototype.hasOwnProperty.call(qe,ke)&&Fe.indexOf(ke)<0&&(be[ke]=qe[ke]);if(qe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ge=0,ke=Object.getOwnPropertySymbols(qe);Ge<ke.length;Ge++)Fe.indexOf(ke[Ge])<0&&Object.prototype.propertyIsEnumerable.call(qe,ke[Ge])&&(be[ke[Ge]]=qe[ke[Ge]]);return be};const K={info:r.createElement(u.Z,null),success:r.createElement(c.Z,null),error:r.createElement(f.Z,null),warning:r.createElement(h.Z,null),loading:r.createElement(a.Z,null)};function H(qe,Fe){return Fe===null||Fe===!1?null:Fe||r.createElement("span",{className:`${qe}-close-x`},r.createElement(o.Z,{className:`${qe}-close-icon`}))}const W={success:c.Z,info:u.Z,error:f.Z,warning:h.Z},ae=qe=>{const{prefixCls:Fe,icon:be,type:ke,message:Ge,description:We,btn:Ye,role:ht="alert"}=qe;let xt=null;return be?xt=r.createElement("span",{className:`${Fe}-icon`},be):ke&&(xt=r.createElement(W[ke]||null,{className:p()(`${Fe}-icon`,`${Fe}-icon-${ke}`)})),r.createElement("div",{className:p()({[`${Fe}-with-icon`]:xt}),role:ht},xt,r.createElement("div",{className:`${Fe}-message`},Ge),r.createElement("div",{className:`${Fe}-description`},We),Ye&&r.createElement("div",{className:`${Fe}-btn`},Ye))};var oe=qe=>{const{prefixCls:Fe,className:be,icon:ke,type:Ge,message:We,description:Ye,btn:ht,closable:xt=!0,closeIcon:nr}=qe,er=N(qe,["prefixCls","className","icon","type","message","description","btn","closable","closeIcon"]),{getPrefixCls:Re}=r.useContext(m.E_),et=Fe||Re("notification"),Vt=`${et}-notice`,[,Lt]=B(et);return r.createElement(y.qX,Object.assign({},er,{prefixCls:et,className:p()(be,Lt,`${Vt}-pure-panel`),eventKey:"pure",duration:null,closable:xt,closeIcon:H(et,nr),content:r.createElement(ae,{prefixCls:Vt,icon:ke,type:Ge,message:We,description:Ye,btn:ht})}))};function q(qe,Fe,be){let ke;switch(qe){case"top":ke={left:"50%",transform:"translateX(-50%)",right:"auto",top:Fe,bottom:"auto"};break;case"topLeft":ke={left:0,top:Fe,bottom:"auto"};break;case"topRight":ke={right:0,top:Fe,bottom:"auto"};break;case"bottom":ke={left:"50%",transform:"translateX(-50%)",right:"auto",top:"auto",bottom:be};break;case"bottomLeft":ke={left:0,top:"auto",bottom:be};break;default:ke={right:0,top:"auto",bottom:be};break}return ke}function ee(qe){return{motionName:`${qe}-fade`}}var G=function(qe,Fe){var be={};for(var ke in qe)Object.prototype.hasOwnProperty.call(qe,ke)&&Fe.indexOf(ke)<0&&(be[ke]=qe[ke]);if(qe!=null&&typeof Object.getOwnPropertySymbols=="function")for(var Ge=0,ke=Object.getOwnPropertySymbols(qe);Ge<ke.length;Ge++)Fe.indexOf(ke[Ge])<0&&Object.prototype.propertyIsEnumerable.call(qe,ke[Ge])&&(be[ke[Ge]]=qe[ke[Ge]]);return be};const se=24,te=4.5,Q="topRight",le=qe=>{let{children:Fe,prefixCls:be}=qe;const[,ke]=B(be);return r.createElement(y.JB,{classNames:{list:ke,notice:ke}},Fe)},$=(qe,Fe)=>{let{prefixCls:be,key:ke}=Fe;return r.createElement(le,{prefixCls:be,key:ke},qe)},j=r.forwardRef((qe,Fe)=>{const{top:be,bottom:ke,prefixCls:Ge,getContainer:We,maxCount:Ye,rtl:ht,onAllRemoved:xt}=qe,{getPrefixCls:nr,getPopupContainer:er,notification:Re}=r.useContext(m.E_),et=Ge||nr("notification"),Vt=Qt=>q(Qt,be!=null?be:se,ke!=null?ke:se),Lt=()=>p()({[`${et}-rtl`]:ht}),Wt=()=>ee(et),[Ht,Tt]=(0,y.lm)({prefixCls:et,style:Vt,className:Lt,motion:Wt,closable:!0,closeIcon:H(et),duration:te,getContainer:()=>(We==null?void 0:We())||(er==null?void 0:er())||document.body,maxCount:Ye,onAllRemoved:xt,renderNotifications:$});return r.useImperativeHandle(Fe,()=>Object.assign(Object.assign({},Ht),{prefixCls:et,notification:Re})),Tt});function ie(qe){const Fe=r.useRef(null);return[r.useMemo(()=>{const ke=ht=>{var xt;if(!Fe.current)return;const{open:nr,prefixCls:er,notification:Re}=Fe.current,et=`${er}-notice`,{message:Vt,description:Lt,icon:Wt,type:Ht,btn:Tt,className:Qt,style:$e,role:ce="alert",closeIcon:he}=ht,It=G(ht,["message","description","icon","type","btn","className","style","role","closeIcon"]),Se=H(et,he);return nr(Object.assign(Object.assign({placement:(xt=qe==null?void 0:qe.placement)!==null&&xt!==void 0?xt:Q},It),{content:r.createElement(ae,{prefixCls:et,icon:Wt,type:Ht,message:Vt,description:Lt,btn:Tt,role:ce}),className:p()(Ht&&`${et}-${Ht}`,Qt,Re==null?void 0:Re.className),style:Object.assign(Object.assign({},Re==null?void 0:Re.style),$e),closeIcon:Se,closable:!!Se}))},We={open:ke,destroy:ht=>{var xt,nr;ht!==void 0?(xt=Fe.current)===null||xt===void 0||xt.close(ht):(nr=Fe.current)===null||nr===void 0||nr.destroy()}};return["success","info","warning","error"].forEach(ht=>{We[ht]=xt=>ke(Object.assign(Object.assign({},xt),{type:ht}))}),We},[]),r.createElement(j,Object.assign({key:"notification-holder"},qe,{ref:Fe}))]}function me(qe){return ie(qe)}let Ae=null,Pe=qe=>qe(),He=[],Ne={};function Mt(){const{prefixCls:qe,getContainer:Fe,rtl:be,maxCount:ke,top:Ge,bottom:We}=Ne,Ye=qe!=null?qe:(0,l.w6)().getPrefixCls("notification"),ht=(Fe==null?void 0:Fe())||document.body;return{prefixCls:Ye,getContainer:()=>ht,rtl:be,maxCount:ke,top:Ge,bottom:We}}const bt=r.forwardRef((qe,Fe)=>{const[be,ke]=r.useState(Mt),[Ge,We]=ie(be),Ye=(0,l.w6)(),ht=Ye.getRootPrefixCls(),xt=Ye.getIconPrefixCls(),nr=Ye.getTheme(),er=()=>{ke(Mt)};return r.useEffect(er,[]),r.useImperativeHandle(Fe,()=>{const Re=Object.assign({},Ge);return Object.keys(Re).forEach(et=>{Re[et]=function(){return er(),Ge[et].apply(Ge,arguments)}}),{instance:Re,sync:er}}),r.createElement(l.ZP,{prefixCls:ht,iconPrefixCls:xt,theme:nr},We)});function kt(){if(!Ae){const qe=document.createDocumentFragment(),Fe={fragment:qe};Ae=Fe,Pe(()=>{(0,i.s)(r.createElement(bt,{ref:be=>{const{instance:ke,sync:Ge}=be||{};Promise.resolve().then(()=>{!Fe.instance&&ke&&(Fe.instance=ke,Fe.sync=Ge,kt())})}}),qe)});return}Ae.instance&&(He.forEach(qe=>{switch(qe.type){case"open":{Pe(()=>{Ae.instance.open(Object.assign(Object.assign({},Ne),qe.config))});break}case"destroy":Pe(()=>{Ae==null||Ae.instance.destroy(qe.key)});break}}),He=[])}function Zt(qe){Ne=Object.assign(Object.assign({},Ne),qe),Pe(()=>{var Fe;(Fe=Ae==null?void 0:Ae.sync)===null||Fe===void 0||Fe.call(Ae)})}function Ft(qe){He.push({type:"open",config:qe}),kt()}function tr(qe){He.push({type:"destroy",key:qe}),kt()}const je=["success","info","warning","error"],Bt={open:Ft,destroy:tr,config:Zt,useNotification:me,_InternalPanelDoNotUseOrYouWillBeFired:oe};je.forEach(qe=>{Bt[qe]=Fe=>Ft(Object.assign(Object.assign({},Fe),{type:qe}))});const tt=()=>{};let yt=null;var dt=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:K}=b,H=u(b,["size","direction","block","prefixCls","className","rootClassName","children"]),W=(0,o.Z)(te=>R!=null?R:te),ae=S("space-compact",M),[X,oe]=(0,h.Z)(ae),q=i()(ae,oe,{[`${ae}-rtl`]:D==="rtl",[`${ae}-block`]:P,[`${ae}-vertical`]:A==="vertical"},B,N),ee=c.useContext(a),G=(0,l.Z)(K),se=c.useMemo(()=>G.map((te,Q)=>{const le=te&&te.key||`${ae}-item-${Q}`;return c.createElement(y,{key:le,compactSize:W,compactDirection:A,isFirstItem:Q===0&&(!ee||(ee==null?void 0:ee.isFirstItem)),isLastItem:Q===G.length-1&&(!ee||(ee==null?void 0:ee.isLastItem))},te)}),[R,G,ee]);return G.length===0?null:X(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 K}});var r=e(92310),i=e.n(r),l=e(2738),c=e(59301),f=e(53280),o=e(92343),h=e(36355),u=e(36237),a=e(17313),x=e(83116),p=e(37613);const y=new u.Keyframes("antSpinMove",{to:{opacity:1}}),m=new u.Keyframes("antRotate",{to:{transform:"rotate(405deg)"}}),b=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 X in H)Object.prototype.hasOwnProperty.call(H,X)&&W.indexOf(X)<0&&(ae[X]=H[X]);if(H!=null&&typeof Object.getOwnPropertySymbols=="function")for(var oe=0,X=Object.getOwnPropertySymbols(H);oe<X.length;oe++)W.indexOf(X[oe])<0&&Object.prototype.propertyIsEnumerable.call(H,X[oe])&&(ae[X[oe]]=H[X[oe]]);return ae};const R=null;let A=null;function P(H,W){const{indicator:ae}=W,X=`${H}-dot`;return ae===null?null:(0,o.l$)(ae)?(0,o.Tm)(ae,{className:i()(ae.props.className,X)}):(0,o.l$)(A)?(0,o.Tm)(A,{className:i()(A.props.className,X)}):c.createElement("span",{className:i()(X,`${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:X=0,className:oe,rootClassName:q,size:ee="default",tip:G,wrapperClassName:se,style:te,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,X));c.useEffect(()=>{if(ae){const Zt=(0,f.D)(X,()=>{ie(!0)});return Zt(),()=>{var Ft;(Ft=Zt==null?void 0:Zt.cancel)===null||Ft===void 0||Ft.call(Zt)}}ie(!1)},[X,ae]);const me=c.useMemo(()=>typeof Q!="undefined",[Q]),{direction:Ae,spin:Pe}=c.useContext(h.E_),He=i()(W,Pe==null?void 0:Pe.className,{[`${W}-sm`]:ee==="small",[`${W}-lg`]:ee==="large",[`${W}-spinning`]:j,[`${W}-show-text`]:!!G,[`${W}-rtl`]:Ae==="rtl"},oe,q,le),Ne=i()(`${W}-container`,{[`${W}-blur`]:j}),Mt=(0,l.Z)($,["indicator","prefixCls"]),bt=Object.assign(Object.assign({},Pe==null?void 0:Pe.style),te),kt=c.createElement("div",Object.assign({},Mt,{style:bt,className:He,"aria-live":"polite","aria-busy":j}),P(W,H),G&&me?c.createElement("div",{className:`${W}-text`},G):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:Ne,key:"container"},Q)):kt},N=H=>{const{prefixCls:W}=H,{getPrefixCls:ae}=c.useContext(h.E_),X=ae("spin",W),[oe,q]=S(X),ee=Object.assign(Object.assign({},H),{spinPrefixCls:X,hashId:q});return oe(c.createElement(B,Object.assign({},ee)))};N.setDefaultIndicator=H=>{A=H};var K=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 K},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:X}=W;const{colorSuccess:oe,colorWarning:q,colorError:ee,colorInfo:G,colorPrimary:se,colorBgBase:te,colorTextBase:Q}=H,le=ae(se),$=ae(oe),j=ae(q),ie=ae(ee),me=ae(G),Ae=X(te,Q),Pe=H.colorLink||H.colorInfo,He=ae(Pe);return Object.assign(Object.assign({},Ae),{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:He[4],colorLink:He[6],colorLinkActive:He[7],colorBgMask:new u.C("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}var p=H=>{let W=H,ae=H,X=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?X=1:H>=6&&(X=2),H>4&&H<8?oe=4:H>=8&&(oe=6),{borderRadius:H>16?16:H,borderRadiusXS:X,borderRadiusSM:ae,borderRadiusLG:W,borderRadiusOuter:oe}};function y(H){const{motionUnit:W,motionBase:ae,borderRadius:X,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(X))}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",X=W||"#000";return{colorBgBase:ae,colorTextBase:X,colorText:m(X,.88),colorTextSecondary:m(X,.65),colorTextTertiary:m(X,.45),colorTextQuaternary:m(X,.25),colorFill:m(X,.15),colorFillSecondary:m(X,.06),colorFillTertiary:m(X,.04),colorFillQuaternary:m(X,.02),colorBgLayout:b(ae,4),colorBgContainer:b(ae,0),colorBgElevated:b(ae,0),colorBgSpotlight:m(X,.85),colorBorder:b(ae,15),colorBorderSecondary:b(ae,6)}};function R(H){const W=new Array(10).fill(null).map((ae,X)=>{const oe=X-1,q=H*Math.pow(2.71828,oe/5),ee=X>1?Math.floor(q):Math.ceil(q);return Math.floor(ee/2)*2});return W[1]=H,W.map(ae=>{const X=ae+8;return{size:ae,lineHeight:X/ae}})}var P=H=>{const W=R(H),ae=W.map(oe=>oe.size),X=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:X[1],lineHeightLG:X[2],lineHeightSM:X[0],lineHeightHeading1:X[6],lineHeightHeading2:X[5],lineHeightHeading3:X[4],lineHeightHeading4:X[3],lineHeightHeading5:X[2]}};function M(H){const W=Object.keys(h.M).map(ae=>{const X=(0,l.generate)(H[ae]);return new Array(10).fill(1).reduce((oe,q,ee)=>(oe[`${ae}-${ee+1}`]=X[ee],oe[`${ae}${ee+1}`]=X[ee],oe),{})}).reduce((ae,X)=>(ae=Object.assign(Object.assign({},ae),X),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},K=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:K,b:H}=new h.C(R).toRgb();for(let W=.01;W<=1;W+=.01){const ae=Math.round((A-N*(1-W))/W),X=Math.round((P-K*(1-W))/W),oe=Math.round((M-H*(1-W))/W);if(u(ae)&&u(X)&&u(oe))return new h.C({r:ae,g:X,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,K=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:K-1,screenMD:K,screenMDMin:K,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(K=>{let[H,W]=K;const{theme:ae}=W,X=m(W,["theme"]);let oe=X;ae&&(oe=b(Object.assign(Object.assign({},N),X),{override:X},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,K]=(0,r.useCacheToken)(B,[o.Z,D],{salt:M,override:Object.assign({override:D},P),getComputedToken:b,formatToken:y});return[B,N,R?K:""]}},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:K,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)(K),[(0,i.useStyleRegister)(Object.assign(Object.assign({},ae),{path:[R,A,K]}),()=>{const{token:X,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 ee=typeof m=="function"?m((0,h.TS)(X,q!=null?q:{})):m,G=Object.assign(Object.assign({},ee),q),se=`.${A}`,te=(0,h.TS)(X,{componentCls:se,prefixCls:A,iconCls:`.${K}`,antCls:`.${W}`},G),Q=y(te,{hashId:B,prefixCls:A,rootPrefixCls:W,iconPrefixCls:K,overrideComponentToken:q});return oe(D,G),[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:ee,tooltipMaxWidth:G,tooltipColor:se,tooltipBg:te,tooltipBorderRadius:Q,zIndexPopup:le,controlHeight:$,boxShadowSecondary:j,paddingSM:ie,paddingXS:me,tooltipRadiusOuter:Ae}=q;return[{[ee]:Object.assign(Object.assign(Object.assign(Object.assign({},(0,y.Wf)(q)),{position:"absolute",zIndex:le,display:"block",width:"max-content",maxWidth:G,visibility:"visible",transformOrigin:"var(--arrow-x, 50%) var(--arrow-y, 50%)","&-hidden":{display:"none"},"--antd-arrow-background-color":te,[`${ee}-inner`]:{minWidth:$,minHeight:$,padding:`${ie/2}px ${me}px`,color:se,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:te,borderRadius:Q,boxShadow:j,boxSizing:"border-box"},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${ee}-inner`]:{borderRadius:Math.min(Q,b.qN)}},[`${ee}-content`]:{position:"relative"}}),(0,S.Z)(q,(Pe,He)=>{let{darkColor:Ne}=He;return{[`&${ee}-${Pe}`]:{[`${ee}-inner`]:{backgroundColor:Ne},[`${ee}-arrow`]:{"--antd-arrow-background-color":Ne}}}})),{"&-rtl":{direction:"rtl"}})},(0,b.ZP)((0,D.TS)(q,{borderRadiusOuter:Ae}),{colorBg:"var(--antd-arrow-background-color)",contentRadius:Q,limitVerticalRadius:!0}),{[`${ee}-pure`]:{position:"relative",maxWidth:"none",margin:q.sizePopupArrow}}]};var P=(q,ee)=>(0,R.Z)("Tooltip",se=>{if(ee===!1)return[];const{borderRadius:te,colorTextLightSolid:Q,colorBgDefault:le,borderRadiusOuter:$}=se,j=(0,D.TS)(se,{tooltipMaxWidth:250,tooltipColor:Q,tooltipBorderRadius:te,tooltipBg:le,tooltipRadiusOuter:$>4?4:$});return[A(j),(0,m._y)(se,"zoom-big-fast")]},se=>{let{zIndexPopupBase:te,colorBgSpotlight:Q}=se;return{zIndexPopup:te+70,colorBgDefault:Q}},{resetStyle:!1})(q),M=e(36785);function B(q,ee){const G=(0,M.o2)(ee),se=l()({[`${q}-${ee}`]:ee&&G}),te={},Q={};return ee&&!G&&(te.background=ee,Q["--antd-arrow-background-color"]=ee),{className:se,overlayStyle:te,arrowStyle:Q}}var K=q=>{const{prefixCls:ee,className:G,placement:se="top",title:te,color:Q,overlayInnerStyle:le}=q,{getPrefixCls:$}=r.useContext(a.E_),j=$("tooltip",ee),[ie,me]=P(j,!0),Ae=B(j,Q),Pe=Ae.arrowStyle,He=Object.assign(Object.assign({},le),Ae.overlayStyle),Ne=l()(me,j,`${j}-pure`,`${j}-placement-${se}`,G,Ae.className);return ie(r.createElement("div",{className:Ne,style:Pe},r.createElement("div",{className:`${j}-arrow`}),r.createElement(c.G,Object.assign({},q,{className:me,prefixCls:j,overlayInnerStyle:He}),te)))},H=function(q,ee){var G={};for(var se in q)Object.prototype.hasOwnProperty.call(q,se)&&ee.indexOf(se)<0&&(G[se]=q[se]);if(q!=null&&typeof Object.getOwnPropertySymbols=="function")for(var te=0,se=Object.getOwnPropertySymbols(q);te<se.length;te++)ee.indexOf(se[te])<0&&Object.prototype.propertyIsEnumerable.call(q,se[te])&&(G[se[te]]=q[se[te]]);return G};const W=(q,ee)=>{const G={},se=Object.assign({},q);return ee.forEach(te=>{q&&te in q&&(G[te]=q[te],delete se[te])}),{picked:G,omitted:se}};function ae(q,ee){const G=q.type;if((G.__ANT_BUTTON===!0||q.type==="button")&&q.props.disabled||G.__ANT_SWITCH===!0&&(q.props.disabled||q.props.loading)||G.__ANT_RADIO===!0&&q.props.disabled){const{picked:se,omitted:te}=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({},te),{pointerEvents:"none"}),$=(0,u.Tm)(q,{style:le,className:null});return r.createElement("span",{style:Q,className:l()(q.props.className,`${ee}-disabled-compatible-wrapper`)},$)}return q}const X=r.forwardRef((q,ee)=>{var G,se;const{prefixCls:te,openClassName:Q,getTooltipContainer:le,overlayClassName:$,color:j,overlayInnerStyle:ie,children:me,afterOpenChange:Ae,afterVisibleChange:Pe,destroyTooltipOnHide:He,arrow:Ne=!0,title:Mt,overlay:bt,builtinPlacements:kt,arrowPointAtCenter:Zt=!1,autoAdjustOverflow:Ft=!0}=q,tr=!!Ne,[,je]=(0,p.Z)(),{getPopupContainer:Et,getPrefixCls:Bt,direction:tt}=r.useContext(a.E_),yt=r.useRef(null),dt=()=>{var Ce;(Ce=yt.current)===null||Ce===void 0||Ce.forceAlign()};r.useImperativeHandle(ee,()=>({forceAlign:dt,forcePopupAlign:()=>{dt()}}));const[qe,Fe]=(0,f.Z)(!1,{value:(G=q.open)!==null&&G!==void 0?G:q.visible,defaultValue:(se=q.defaultOpen)!==null&&se!==void 0?se:q.defaultVisible}),be=!Mt&&!bt&&Mt!==0,ke=Ce=>{var St,ze;Fe(be?!1:Ce),be||((St=q.onOpenChange)===null||St===void 0||St.call(q,Ce),(ze=q.onVisibleChange)===null||ze===void 0||ze.call(q,Ce))},Ge=r.useMemo(()=>{var Ce,St;let ze=Zt;return typeof Ne=="object"&&(ze=(St=(Ce=Ne.pointAtCenter)!==null&&Ce!==void 0?Ce:Ne.arrowPointAtCenter)!==null&&St!==void 0?St:Zt),kt||(0,h.Z)({arrowPointAtCenter:ze,autoAdjustOverflow:Ft,arrowWidth:tr?je.sizePopupArrow:0,borderRadius:je.borderRadius,offset:je.marginXXS,visibleFirst:!0})},[Zt,Ne,kt,je]),We=r.useMemo(()=>Mt===0?Mt:bt||Mt||"",[bt,Mt]),Ye=r.createElement(x.BR,null,typeof We=="function"?We():We),{getPopupContainer:ht,placement:xt="top",mouseEnterDelay:nr=.1,mouseLeaveDelay:er=.1,overlayStyle:Re,rootClassName:et}=q,Vt=H(q,["getPopupContainer","placement","mouseEnterDelay","mouseLeaveDelay","overlayStyle","rootClassName"]),Lt=Bt("tooltip",te),Wt=Bt(),Ht=q["data-popover-inject"];let Tt=qe;!("open"in q)&&!("visible"in q)&&be&&(Tt=!1);const Qt=ae((0,u.l$)(me)&&!(0,u.M2)(me)?me:r.createElement("span",null,me),Lt),$e=Qt.props,ce=!$e.className||typeof $e.className=="string"?l()($e.className,Q||`${Lt}-open`):$e.className,[he,It]=P(Lt,!Ht),Se=B(Lt,j),ft=Se.arrowStyle,Gt=Object.assign(Object.assign({},ie),Se.overlayStyle),Ct=l()($,{[`${Lt}-rtl`]:tt==="rtl"},Se.className,et,It);return he(r.createElement(c.Z,Object.assign({},Vt,{showArrow:tr,placement:xt,mouseEnterDelay:nr,mouseLeaveDelay:er,prefixCls:Lt,overlayClassName:Ct,overlayStyle:Object.assign(Object.assign({},ft),Re),getTooltipContainer:ht||le||Et,ref:yt,builtinPlacements:Ge,overlay:Ye,visible:Tt,onVisibleChange:ke,afterVisibleChange:Ae!=null?Ae:Pe,overlayInnerStyle:Gt,arrowContent:r.createElement("span",{className:`${Lt}-arrow-content`}),motion:{motionName:(0,o.m)(Wt,"zoom-big-fast",q.transitionName),motionDeadline:1e3},destroyTooltipOnHide:!!He}),Tt?(0,u.Tm)(Qt,{className:ce}):Qt))});X._InternalPanelDoNotUseOrYouWillBeFired=K;var oe=X},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",K="com",H="typ",W="lit",ae="pun",X="pln",oe="tag",q="dec",ee="src",G="atn",se="atv",te="nocode",Q="(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function le(tt){for(var yt=0,dt=!1,qe=!1,Fe=0,be=tt.length;Fe<be;++Fe){var ke=tt[Fe];if(ke.ignoreCase)qe=!0;else if(/[a-z]/i.test(ke.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,""))){dt=!0,qe=!1;break}}var Ge={b:8,t:9,n:10,v:11,f:12,r:13};function We(er){var Re=er.charCodeAt(0);if(Re!==92)return Re;var et=er.charAt(1);return Re=Ge[et],Re||("0"<=et&&et<="7"?parseInt(er.substring(1),8):et==="u"||et==="x"?parseInt(er.substring(2),16):er.charCodeAt(1))}function Ye(er){if(er<32)return(er<16?"\\x0":"\\x")+er.toString(16);var Re=String.fromCharCode(er);return Re==="\\"||Re==="-"||Re==="]"||Re==="^"?"\\"+Re:Re}function ht(er){var Re=er.substring(1,er.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")),et=[],Vt=Re[0]==="^",Lt=["["];Vt&&Lt.push("^");for(var Wt=Vt?1:0,Ht=Re.length;Wt<Ht;++Wt){var Tt=Re[Wt];if(/\\[bdsw]/i.test(Tt))Lt.push(Tt);else{var Qt=We(Tt),$e;Wt+2<Ht&&Re[Wt+1]==="-"?($e=We(Re[Wt+2]),Wt+=2):$e=Qt,et.push([Qt,$e]),$e<65||Qt>122||($e<65||Qt>90||et.push([Math.max(65,Qt)|32,Math.min($e,90)|32]),$e<97||Qt>122||et.push([Math.max(97,Qt)&-33,Math.min($e,122)&-33]))}}et.sort(function(Se,ft){return Se[0]-ft[0]||ft[1]-Se[1]});for(var ce=[],he=[],Wt=0;Wt<et.length;++Wt){var It=et[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(Ye(It[0])),It[1]>It[0]&&(It[1]+1>It[0]&&Lt.push("-"),Lt.push(Ye(It[1])))}return Lt.push("]"),Lt.join("")}function xt(er){for(var Re=er.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")),et=Re.length,Vt=[],Lt=0,Wt=0;Lt<et;++Lt){var Ht=Re[Lt];if(Ht==="(")++Wt;else if(Ht.charAt(0)==="\\"){var Tt=+Ht.substring(1);Tt&&(Tt<=Wt?Vt[Tt]=-1:Re[Lt]=Ye(Tt))}}for(var Lt=1;Lt<Vt.length;++Lt)Vt[Lt]===-1&&(Vt[Lt]=++yt);for(var Lt=0,Wt=0;Lt<et;++Lt){var Ht=Re[Lt];if(Ht==="(")++Wt,Vt[Wt]||(Re[Lt]="(?:");else if(Ht.charAt(0)==="\\"){var Tt=+Ht.substring(1);Tt&&Tt<=Wt&&(Re[Lt]="\\"+Vt[Tt])}}for(var Lt=0;Lt<et;++Lt)Re[Lt]==="^"&&Re[Lt+1]!=="^"&&(Re[Lt]="");if(er.ignoreCase&&dt)for(var Lt=0;Lt<et;++Lt){var Ht=Re[Lt],Qt=Ht.charAt(0);Ht.length>=2&&Qt==="["?Re[Lt]=ht(Ht):Qt!=="\\"&&(Re[Lt]=Ht.replace(/[a-zA-Z]/g,function(he){var It=he.charCodeAt(0);return"["+String.fromCharCode(It&-33,It|32)+"]"}))}return Re.join("")}for(var nr=[],Fe=0,be=tt.length;Fe<be;++Fe){var ke=tt[Fe];if(ke.global||ke.multiline)throw new Error(""+ke);nr.push("(?:"+xt(ke)+")")}return new RegExp(nr.join("|"),qe?"gi":"g")}function $(tt,yt){var dt=/(?:^|\s)nocode(?:\s|$)/,qe=[],Fe=0,be=[],ke=0;function Ge(We){var Ye=We.nodeType;if(Ye==1){if(dt.test(We.className))return;for(var ht=We.firstChild;ht;ht=ht.nextSibling)Ge(ht);var xt=We.nodeName.toLowerCase();(xt==="br"||xt==="li")&&(qe[ke]=`
`,be[ke<<1]=Fe++,be[ke++<<1|1]=We)}else if(Ye==3||Ye==4){var nr=We.nodeValue;nr.length&&(yt?nr=nr.replace(/\r\n?/g,`
`):nr=nr.replace(/[ \t\r\n]+/g," "),qe[ke]=nr,be[ke<<1]=Fe,Fe+=nr.length,be[ke++<<1|1]=We)}}return Ge(tt),{sourceCode:qe.join("").replace(/\n$/,""),spans:be}}function j(tt,yt,dt,qe,Fe){if(dt){var be={sourceNode:tt,pre:1,langExtension:null,numberLines:null,sourceCode:dt,spans:null,basePos:yt,decorations:null};qe(be),Fe.push.apply(Fe,be.decorations)}}var ie=/\S/;function me(tt){for(var yt=void 0,dt=tt.firstChild;dt;dt=dt.nextSibling){var qe=dt.nodeType;yt=qe===1?yt?tt:dt:qe===3&&ie.test(dt.nodeValue)?tt:yt}return yt===tt?void 0:yt}function Ae(tt,yt){var dt={},qe;(function(){for(var ke=tt.concat(yt),Ge=[],We={},Ye=0,ht=ke.length;Ye<ht;++Ye){var xt=ke[Ye],nr=xt[3];if(nr)for(var er=nr.length;--er>=0;)dt[nr.charAt(er)]=xt;var Re=xt[1],et=""+Re;We.hasOwnProperty(et)||(Ge.push(Re),We[et]=null)}Ge.push(/[\0-\uffff]/),qe=le(Ge)})();var Fe=yt.length,be=function(ke){for(var Ge=ke.sourceCode,We=ke.basePos,Ye=ke.sourceNode,ht=[We,X],xt=0,nr=Ge.match(qe)||[],er={},Re=0,et=nr.length;Re<et;++Re){var Vt=nr[Re],Lt=er[Vt],Wt=void 0,Ht;if(typeof Lt=="string")Ht=!1;else{var Tt=dt[Vt.charAt(0)];if(Tt)Wt=Vt.match(Tt[1]),Lt=Tt[0];else{for(var Qt=0;Qt<Fe;++Qt)if(Tt=yt[Qt],Wt=Vt.match(Tt[1]),Wt){Lt=Tt[0];break}Wt||(Lt=X)}Ht=Lt.length>=5&&Lt.substring(0,5)==="lang-",Ht&&!(Wt&&typeof Wt[1]=="string")&&(Ht=!1,Lt=ee),Ht||(er[Vt]=Lt)}var $e=xt;if(xt+=Vt.length,!Ht)ht.push(We+$e,Lt);else{var ce=Wt[1],he=Vt.indexOf(ce),It=he+ce.length;Wt[2]&&(It=Vt.length-Wt[2].length,he=It-ce.length);var Se=Lt.substring(5);j(Ye,We+$e,Vt.substring(0,he),be,ht),j(Ye,We+$e+he,ce,Zt(Se,ce),ht),j(Ye,We+$e+It,Vt.substring(It),be,ht)}}ke.decorations=ht};return be}function Pe(tt){var yt=[],dt=[];tt.tripleQuotedStrings?yt.push([B,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,`'"`]):tt.multiLineStrings?yt.push([B,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]):yt.push([B,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,`"'`]),tt.verbatimStrings&&dt.push([B,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);var qe=tt.hashComments;qe&&(tt.cStyleComments?(qe>1?yt.push([K,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"]):yt.push([K,/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"]),dt.push([B,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,null])):yt.push([K,/^#[^\r\n]*/,null,"#"])),tt.cStyleComments&&(dt.push([K,/^\/\/[^\r\n]*/,null]),dt.push([K,/^\/\*[\s\S]*?(?:\*\/|$)/,null]));var Fe=tt.regexLiterals;if(Fe){var be=Fe>1?"":`
\r`,ke=be?".":"[\\S\\s]",Ge="/(?=[^/*"+be+"])(?:[^/\\x5B\\x5C"+be+"]|\\x5C"+ke+"|\\x5B(?:[^\\x5C\\x5D"+be+"]|\\x5C"+ke+")*(?:\\x5D|$))+/";dt.push(["lang-regex",RegExp("^"+Q+"("+Ge+")")])}var We=tt.types;We&&dt.push([H,We]);var Ye=(""+tt.keywords).replace(/^ | $/g,"");Ye.length&&dt.push([N,new RegExp("^(?:"+Ye.replace(/[\s,]+/g,"|")+")\\b"),null]),yt.push([X,/^\s+/,null,` \r
\xA0`]);var ht="^.[^\\s\\w.$@'\"`/\\\\]*";return tt.regexLiterals&&(ht+="(?!s*/)"),dt.push([W,/^@[a-z_$][a-z_$@0-9]*/i,null],[H,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[X,/^[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"],[X,/^\\[\s\S]?/,null],[ae,new RegExp(ht),null]),Ae(yt,dt)}var He=Pe({keywords:P,hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0});function Ne(tt,yt,dt){for(var qe=/(?:^|\s)nocode(?:\s|$)/,Fe=/\r\n?|\n/,be=tt.ownerDocument,ke=be.createElement("li");tt.firstChild;)ke.appendChild(tt.firstChild);var Ge=[ke];function We(Re){var et=Re.nodeType;if(et==1&&!qe.test(Re.className))if(Re.nodeName==="br")Ye(Re),Re.parentNode&&Re.parentNode.removeChild(Re);else for(var Vt=Re.firstChild;Vt;Vt=Vt.nextSibling)We(Vt);else if((et==3||et==4)&&dt){var Lt=Re.nodeValue,Wt=Lt.match(Fe);if(Wt){var Ht=Lt.substring(0,Wt.index);Re.nodeValue=Ht;var Tt=Lt.substring(Wt.index+Wt[0].length);if(Tt){var Qt=Re.parentNode;Qt.insertBefore(be.createTextNode(Tt),Re.nextSibling)}Ye(Re),Ht||Re.parentNode.removeChild(Re)}}}function Ye(Re){for(;!Re.nextSibling;)if(Re=Re.parentNode,!Re)return;function et(Wt,Ht){var Tt=Ht?Wt.cloneNode(!1):Wt,Qt=Wt.parentNode;if(Qt){var $e=et(Qt,1),ce=Wt.nextSibling;$e.appendChild(Tt);for(var he=ce;he;he=ce)ce=he.nextSibling,$e.appendChild(he)}return Tt}for(var Vt=et(Re.nextSibling,0),Lt;(Lt=Vt.parentNode)&&Lt.nodeType===1;)Vt=Lt;Ge.push(Vt)}for(var ht=0;ht<Ge.length;++ht)We(Ge[ht]);yt===(yt|0)&&Ge[0].setAttribute("value",yt);var xt=be.createElement("ol");xt.className="linenums";for(var nr=Math.max(0,yt-1|0)||0,ht=0,er=Ge.length;ht<er;++ht)ke=Ge[ht],ke.className="L"+(ht+nr)%10,ke.firstChild||ke.appendChild(be.createTextNode("\xA0")),xt.appendChild(ke);tt.appendChild(xt)}function Mt(tt){var yt=/\bMSIE\s(\d+)/.exec(navigator.userAgent);yt=yt&&+yt[1]<=8;var dt=/\n/g,qe=tt.sourceCode,Fe=qe.length,be=0,ke=tt.spans,Ge=ke.length,We=0,Ye=tt.decorations,ht=Ye.length,xt=0;Ye[ht]=Fe;var nr,er;for(er=nr=0;er<ht;)Ye[er]!==Ye[er+2]?(Ye[nr++]=Ye[er++],Ye[nr++]=Ye[er++]):er+=2;for(ht=nr,er=nr=0;er<ht;){for(var Re=Ye[er],et=Ye[er+1],Vt=er+2;Vt+2<=ht&&Ye[Vt+1]===et;)Vt+=2;Ye[nr++]=Re,Ye[nr++]=et,er=Vt}ht=Ye.length=nr;var Lt=tt.sourceNode,Wt="";Lt&&(Wt=Lt.style.display,Lt.style.display="none");try{for(var Ht=null;We<Ge;){var Tt=ke[We],Qt=ke[We+2]||Fe,$e=Ye[xt+2]||Fe,Vt=Math.min(Qt,$e),ce=ke[We+1],he;if(ce.nodeType!==1&&(he=qe.substring(be,Vt))){yt&&(he=he.replace(dt,"\r")),ce.nodeValue=he;var It=ce.ownerDocument,Se=It.createElement("span");Se.className=Ye[xt+1];var ft=ce.parentNode;ft.replaceChild(Se,ce),Se.appendChild(ce),be<Qt&&(ke[We+1]=ce=It.createTextNode(qe.substring(Vt,Qt)),ft.insertBefore(ce,Se.nextSibling))}be=Vt,be>=Qt&&(We+=2),be>=$e&&(xt+=2)}}finally{Lt&&(Lt.style.display=Wt)}}var bt={};function kt(tt,yt){for(var dt=yt.length;--dt>=0;){var qe=yt[dt];bt.hasOwnProperty(qe)?o.console&&console.warn("cannot override language handler %s",qe):bt[qe]=tt}}function Zt(tt,yt){return tt&&bt.hasOwnProperty(tt)||(tt=/^\s*</.test(yt)?"default-markup":"default-code"),bt[tt]}kt(He,["default-code"]),kt(Ae([],[[X,/^[^<?]+/],[q,/^<!\w[^>]*(?:>|$)/],[K,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[ae,/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]),kt(Ae([[X,/^[\s]+/,null,` \r
`],[se,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,`"'`]],[[oe,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[G,/^(?!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(Ae([],[[se,/^[\s\S]+/]]),["uq.val"]),kt(Pe({keywords:x,hashComments:!0,cStyleComments:!0,types:M}),["c","cc","cpp","cxx","cyc","m"]),kt(Pe({keywords:"null,true,false"}),["json"]),kt(Pe({keywords:y,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:M}),["cs"]),kt(Pe({keywords:p,cStyleComments:!0}),["java"]),kt(Pe({keywords:A,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]),kt(Pe({keywords:D,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]),kt(Pe({keywords:S,hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]),kt(Pe({keywords:R,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]),kt(Pe({keywords:b,cStyleComments:!0,regexLiterals:!0}),["javascript","js","ts","typescript"]),kt(Pe({keywords:m,hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]),kt(Ae([],[[B,/^[\s\S]+/]]),["regex"]);function Ft(tt){var yt=tt.langExtension;try{var dt=$(tt.sourceNode,tt.pre),qe=dt.sourceCode;tt.sourceCode=qe,tt.spans=dt.spans,tt.basePos=0,Zt(yt,qe)(tt),Mt(tt)}catch(Fe){o.console&&console.log(Fe&&Fe.stack||Fe)}}function tr(tt,yt,dt){var qe=dt||!1,Fe=yt||null,be=document.createElement("div");be.innerHTML="<pre>"+tt+"</pre>",be=be.firstChild,qe&&Ne(be,qe,!0);var ke={langExtension:Fe,numberLines:qe,sourceNode:be,pre:1,sourceCode:null,basePos:null,spans:null,decorations:null};return Ft(ke),be.innerHTML}function je(tt,yt){var dt=yt||document.body,qe=dt.ownerDocument||document;function Fe(Tt){return dt.getElementsByTagName(Tt)}for(var be=[Fe("pre"),Fe("code"),Fe("xmp")],ke=[],Ge=0;Ge<be.length;++Ge)for(var We=0,Ye=be[Ge].length;We<Ye;++We)ke.push(be[Ge][We]);be=null;var ht=Date;ht.now||(ht={now:function(){return+new Date}});var xt=0,nr=/\blang(?:uage)?-([\w.]+)(?!\S)/,er=/\bprettyprint\b/,Re=/\bprettyprinted\b/,et=/pre|xmp/i,Vt=/^code$/i,Lt=/^(?:pre|code|xmp)$/i,Wt={};function Ht(){for(var Tt=o.PR_SHOULD_USE_CONTINUATION?ht.now()+250:1/0;xt<ke.length&&ht.now()<Tt;xt++){for(var Qt=ke[xt],$e=Wt,ce=Qt;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){$e={},It.replace(/\b(\w+)=([\w:.%+-]+)/g,function(At,Xr,nn){$e[Xr]=nn});break}}var Se=Qt.className;if(($e!==Wt||er.test(Se))&&!Re.test(Se)){for(var ft=!1,Gt=Qt.parentNode;Gt;Gt=Gt.parentNode){var Ct=Gt.tagName;if(Lt.test(Ct)&&Gt.className&&er.test(Gt.className)){ft=!0;break}}if(!ft){Qt.className+=" prettyprinted";var Ce=$e.lang;if(!Ce){Ce=Se.match(nr);var St;!Ce&&(St=me(Qt))&&Vt.test(St.tagName)&&(Ce=St.className.match(nr)),Ce&&(Ce=Ce[1])}var ze;if(et.test(Qt.tagName))ze=1;else{var nt=Qt.currentStyle,Te=qe.defaultView,Rt=nt?nt.whiteSpace:Te&&Te.getComputedStyle?Te.getComputedStyle(Qt,null).getPropertyValue("white-space"):0;ze=Rt&&Rt.substring(0,3)==="pre"}var Le=$e.linenums;(Le=Le==="true"||+Le)||(Le=Se.match(/\blinenums\b(?::(\d+))?/),Le=Le?Le[1]&&Le[1].length?+Le[1]:!0:!1),Le&&Ne(Qt,Le,ze);var Or={langExtension:Ce,sourceNode:Qt,numberLines:Le,pre:ze,sourceCode:null,basePos:null,spans:null,decorations:null};Ft(Or)}}}xt<ke.length?o.setTimeout(Ht,250):typeof tt=="function"&&tt()}Ht()}var Et=o.PR={createSimpleLexer:Ae,registerLangHandler:kt,sourceDecorator:Pe,PR_ATTRIB_NAME:G,PR_ATTRIB_VALUE:se,PR_COMMENT:K,PR_DECLARATION:q,PR_KEYWORD:N,PR_LITERAL:W,PR_NOCODE:te,PR_PLAIN:X,PR_PUNCTUATION:ae,PR_SOURCE:ee,PR_STRING:B,PR_TAG:oe,PR_TYPE:H,prettyPrintOne:r?o.prettyPrintOne=tr:c=tr,prettyPrint:f=r?o.prettyPrint=je:f=je},Bt=o.define;typeof Bt=="function"&&Bt.amd&&Bt("google-code-prettify",[],function(){return Et})})()},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 K=A[M],H=A[K],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^K*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=K^A[A[A[W^K]]],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,K=(N+1)*4,H=this._keySchedule=[],W=0;W<K;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=[],X=0;X<K;X++){var W=K-X;if(X%4)var A=H[W];else var A=H[W-4];X<4||W<=4?ae[X]=A:ae[X]=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,K,H,W){for(var ae=this._nRounds,X=A[P]^M[0],oe=A[P+1]^M[1],q=A[P+2]^M[2],ee=A[P+3]^M[3],G=4,se=1;se<ae;se++){var te=B[X>>>24]^N[oe>>>16&255]^K[q>>>8&255]^H[ee&255]^M[G++],Q=B[oe>>>24]^N[q>>>16&255]^K[ee>>>8&255]^H[X&255]^M[G++],le=B[q>>>24]^N[ee>>>16&255]^K[X>>>8&255]^H[oe&255]^M[G++],$=B[ee>>>24]^N[X>>>16&255]^K[oe>>>8&255]^H[q&255]^M[G++];X=te,oe=Q,q=le,ee=$}var te=(W[X>>>24]<<24|W[oe>>>16&255]<<16|W[q>>>8&255]<<8|W[ee&255])^M[G++],Q=(W[oe>>>24]<<24|W[q>>>16&255]<<16|W[ee>>>8&255]<<8|W[X&255])^M[G++],le=(W[q>>>24]<<24|W[ee>>>16&255]<<16|W[X>>>8&255]<<8|W[oe&255])^M[G++],$=(W[ee>>>24]<<24|W[X>>>16&255]<<16|W[oe>>>8&255]<<8|W[q&255])^M[G++];A[P]=te,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,ee){this.cfg=this.cfg.extend(ee),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"?X:H}return function(q){return{encrypt:function(ee,G,se){return oe(G).encrypt(q,ee,G,se)},decrypt:function(ee,G,se){return oe(G).decrypt(q,ee,G,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(ee,G){var se=this._cipher,te=se.blockSize;q.call(this,ee,G,te),se.encryptBlock(ee,G),this._prevBlock=ee.slice(G,G+te)}}),oe.Decryptor=oe.extend({processBlock:function(ee,G){var se=this._cipher,te=se.blockSize,Q=ee.slice(G,G+te);se.decryptBlock(ee,G),q.call(this,ee,G,te),this._prevBlock=Q}});function q(ee,G,se){var te,Q=this._iv;Q?(te=Q,this._iv=i):te=this._prevBlock;for(var le=0;le<se;le++)ee[G+le]^=te[le]}return oe}(),A=l.pad={},P=A.Pkcs7={pad:function(oe,q){for(var ee=q*4,G=ee-oe.sigBytes%ee,se=G<<24|G<<16|G<<8|G,te=[],Q=0;Q<G;Q+=4)te.push(se);var le=o.create(te,G);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,ee=q.iv,G=q.mode;this._xformMode==this._ENC_XFORM_MODE?oe=G.createEncryptor:(oe=G.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==oe?this._mode.init(this,ee&&ee.words):(this._mode=oe.call(G,this,ee&&ee.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={},K=N.OpenSSL={stringify:function(oe){var q,ee=oe.ciphertext,G=oe.salt;return G?q=o.create([1398893684,1701076831]).concat(G).concat(ee):q=ee,q.toString(x)},parse:function(oe){var q,ee=x.parse(oe),G=ee.words;return G[0]==1398893684&&G[1]==1701076831&&(q=o.create(G.slice(2,4)),G.splice(0,4),ee.sigBytes-=16),B.create({ciphertext:ee,salt:q})}},H=c.SerializableCipher=f.extend({cfg:f.extend({format:K}),encrypt:function(oe,q,ee,G){G=this.cfg.extend(G);var se=oe.createEncryptor(ee,G),te=se.finalize(q),Q=se.cfg;return B.create({ciphertext:te,key:ee,iv:Q.iv,algorithm:oe,mode:Q.mode,padding:Q.padding,blockSize:oe.blockSize,formatter:G.format})},decrypt:function(oe,q,ee,G){G=this.cfg.extend(G),q=this._parse(q,G.format);var se=oe.createDecryptor(ee,G).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,ee,G){G||(G=o.random(64/8));var se=y.create({keySize:q+ee}).compute(oe,G),te=o.create(se.words.slice(q),ee*4);return se.sigBytes=q*4,B.create({key:se,iv:te,salt:G})}},X=c.PasswordBasedCipher=H.extend({cfg:H.cfg.extend({kdf:ae}),encrypt:function(oe,q,ee,G){G=this.cfg.extend(G);var se=G.kdf.execute(ee,oe.keySize,oe.ivSize);G.iv=se.iv;var te=H.encrypt.call(this,oe,q,se.key,G);return te.mixIn(se),te},decrypt:function(oe,q,ee,G){G=this.cfg.extend(G),q=this._parse(q,G.format);var se=G.kdf.execute(ee,oe.keySize,oe.ivSize,q.salt);G.iv=se.iv;var te=H.decrypt.call(this,oe,q,se.key,G);return te}})}()})},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 K=0;K<N;K++){var H=M[K>>>2]>>>24-K%4*8&255;P[B+K>>>2]|=H<<24-(B+K)%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 K=P[N>>>2]>>>24-N%4*8&255;B.push((K>>>4).toString(16)),B.push((K&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 K=P[N>>>2]>>>24-N%4*8&255;B.push(String.fromCharCode(K))}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,K=this.blockSize,H=K*4,W=N/H;A?W=i.ceil(W):W=i.max((W|0)-this._minBufferSize,0);var ae=W*K,X=i.min(ae*4,N);if(ae){for(var oe=0;oe<ae;oe+=K)this._doProcessBlock(B,oe);P=B.splice(0,ae),M.sigBytes-=X}return new x.init(P,X)},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],K=b[S+3],H=b[S+4],W=b[S+5],ae=b[S+6],X=b[S+7],oe=b[S+8],q=b[S+9],ee=b[S+10],G=b[S+11],se=b[S+12],te=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,$,K,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,$,X,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,ee,17,u[10]),j=x(j,ie,me,$,G,22,u[11]),$=x($,j,ie,me,se,7,u[12]),me=x(me,$,j,ie,te,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,G,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,ee,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,K,14,u[26]),j=p(j,ie,me,$,oe,20,u[27]),$=p($,j,ie,me,te,5,u[28]),me=p(me,$,j,ie,N,9,u[29]),ie=p(ie,me,$,j,X,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,G,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,X,16,u[38]),j=y(j,ie,me,$,ee,23,u[39]),$=y($,j,ie,me,te,4,u[40]),me=y(me,$,j,ie,M,11,u[41]),ie=y(ie,me,$,j,K,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,X,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,K,10,u[53]),ie=m(ie,me,$,j,ee,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,$,te,21,u[59]),$=m($,j,ie,me,H,6,u[60]),me=m(me,$,j,ie,G,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 K=B[N];B[N]=(K<<8|K>>>24)&16711935|(K<<24|K>>>8)&4278255360}return M},clone:function(){var b=o.clone.call(this);return b._hash=this._hash.clone(),b}});function x(b,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,K=M,H=1;H<P;H++){K=m.finalize(K),m.reset();for(var W=K.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 K=0;K<16;K++){var H=N+K,W=B[H];B[H]=(W<<8|W>>>24)&16711935|(W<<24|W>>>8)&4278255360}var ae=this._hash.words,X=y.words,oe=m.words,q=u.words,ee=a.words,G=x.words,se=p.words,te,Q,le,$,j,ie,me,Ae,Pe,He;ie=te=ae[0],me=Q=ae[1],Ae=le=ae[2],Pe=$=ae[3],He=j=ae[4];for(var Ne,K=0;K<80;K+=1)Ne=te+B[N+q[K]]|0,K<16?Ne+=S(Q,le,$)+X[0]:K<32?Ne+=D(Q,le,$)+X[1]:K<48?Ne+=R(Q,le,$)+X[2]:K<64?Ne+=A(Q,le,$)+X[3]:Ne+=P(Q,le,$)+X[4],Ne=Ne|0,Ne=M(Ne,G[K]),Ne=Ne+j|0,te=j,j=$,$=M(le,10),le=Q,Q=Ne,Ne=ie+B[N+ee[K]]|0,K<16?Ne+=P(me,Ae,Pe)+oe[0]:K<32?Ne+=A(me,Ae,Pe)+oe[1]:K<48?Ne+=R(me,Ae,Pe)+oe[2]:K<64?Ne+=D(me,Ae,Pe)+oe[3]:Ne+=S(me,Ae,Pe)+oe[4],Ne=Ne|0,Ne=M(Ne,se[K]),Ne=Ne+He|0,ie=He,He=Pe,Pe=M(Ae,10),Ae=me,me=Ne;Ne=ae[1]+le+Pe|0,ae[1]=ae[2]+$+He|0,ae[2]=ae[3]+j+ie|0,ae[3]=ae[4]+te+me|0,ae[4]=ae[0]+Q+Ae|0,ae[0]=Ne},_doFinalize:function(){var B=this._data,N=B.words,K=this._nDataBytes*8,H=B.sigBytes*8;N[H>>>5]|=128<<24-H%32,N[(H+64>>>9<<4)+14]=(K<<8|K>>>24)&16711935|(K<<24|K>>>8)&4278255360,B.sigBytes=(N.length+1)*4,this._process();for(var W=this._hash,ae=W.words,X=0;X<5;X++){var oe=ae[X];ae[X]=(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,K){return B^N^K}function D(B,N,K){return B&N|~B&K}function R(B,N,K){return(B|~N)^K}function A(B,N,K){return B&K|N&~K}function P(B,N,K){return B^(N|~K)}function M(B,N){return B<<N|B>>>32-N}l.RIPEMD160=o._createHelper(b),l.HmacRIPEMD160=o._createHmacHelper(b)}(Math),r.RIPEMD160})},49479:function(d,_,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],K=0;K<64;K++){if(K<16)x[K]=y[m+K]|0;else{var H=x[K-15],W=(H<<25|H>>>7)^(H<<14|H>>>18)^H>>>3,ae=x[K-2],X=(ae<<15|ae>>>17)^(ae<<13|ae>>>19)^ae>>>10;x[K]=W+x[K-7]+X+x[K-16]}var oe=P&M^~P&B,q=S&D^S&R^D&R,ee=(S<<30|S>>>2)^(S<<19|S>>>13)^(S<<10|S>>>22),G=(P<<26|P>>>6)^(P<<21|P>>>11)^(P<<7|P>>>25),se=N+G+oe+a[K]+x[K],te=ee+q;N=B,B=M,M=P,P=A+se|0,A=R,R=D,D=S,S=se+te|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,K=0,H=0;H<7;H++){if(M&1){var W=(1<<H)-1;W<32?K^=1<<W:N^=1<<W-32}M&128?M=M<<1^113:M<<=1}y[B]=u.create(N,K)}})();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 K=0;K<24;K++){for(var H=0;H<5;H++){for(var W=0,ae=0,X=0;X<5;X++){var N=R[H+5*X];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],ee=m[(H+1)%5],G=ee.high,se=ee.low,W=q.high^(G<<1|se>>>31),ae=q.low^(se<<1|G>>>31),X=0;X<5;X++){var N=R[H+5*X];N.high^=W,N.low^=ae}for(var te=1;te<25;te++){var W,ae,N=R[te],Q=N.high,le=N.low,$=x[te];$<32?(W=Q<<$|le>>>32-$,ae=le<<$|Q>>>32-$):(W=le<<$-32|Q>>>64-$,ae=Q<<$-32|le>>>64-$);var j=m[p[te]];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 X=0;X<5;X++){var te=H+5*X,N=R[te],Ae=m[te],Pe=m[(H+1)%5+5*X],He=m[(H+2)%5+5*X];N.high=Ae.high^~Pe.high&He.high,N.low=Ae.low^~Pe.low&He.low}var N=R[0],Ne=y[K];N.high^=Ne.high,N.low^=Ne.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,K=[],H=0;H<N;H++){var W=M[H],ae=W.high,X=W.low;ae=(ae<<8|ae>>>24)&16711935|(ae<<24|ae>>>8)&4278255360,X=(X<<8|X>>>24)&16711935|(X<<24|X>>>8)&4278255360,K.push(X),K.push(ae)}return new f.init(K,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],K=S[7],H=D.high,W=D.low,ae=R.high,X=R.low,oe=A.high,q=A.low,ee=P.high,G=P.low,se=M.high,te=M.low,Q=B.high,le=B.low,$=N.high,j=N.low,ie=K.high,me=K.low,Ae=H,Pe=W,He=ae,Ne=X,Mt=oe,bt=q,kt=ee,Zt=G,Ft=se,tr=te,je=Q,Et=le,Bt=$,tt=j,yt=ie,dt=me,qe=0;qe<80;qe++){var Fe,be,ke=p[qe];if(qe<16)be=ke.high=m[b+qe*2]|0,Fe=ke.low=m[b+qe*2+1]|0;else{var Ge=p[qe-15],We=Ge.high,Ye=Ge.low,ht=(We>>>1|Ye<<31)^(We>>>8|Ye<<24)^We>>>7,xt=(Ye>>>1|We<<31)^(Ye>>>8|We<<24)^(Ye>>>7|We<<25),nr=p[qe-2],er=nr.high,Re=nr.low,et=(er>>>19|Re<<13)^(er<<3|Re>>>29)^er>>>6,Vt=(Re>>>19|er<<13)^(Re<<3|er>>>29)^(Re>>>6|er<<26),Lt=p[qe-7],Wt=Lt.high,Ht=Lt.low,Tt=p[qe-16],Qt=Tt.high,$e=Tt.low;Fe=xt+Ht,be=ht+Wt+(Fe>>>0<xt>>>0?1:0),Fe=Fe+Vt,be=be+et+(Fe>>>0<Vt>>>0?1:0),Fe=Fe+$e,be=be+Qt+(Fe>>>0<$e>>>0?1:0),ke.high=be,ke.low=Fe}var ce=Ft&je^~Ft&Bt,he=tr&Et^~tr&tt,It=Ae&He^Ae&Mt^He&Mt,Se=Pe&Ne^Pe&bt^Ne&bt,ft=(Ae>>>28|Pe<<4)^(Ae<<30|Pe>>>2)^(Ae<<25|Pe>>>7),Gt=(Pe>>>28|Ae<<4)^(Pe<<30|Ae>>>2)^(Pe<<25|Ae>>>7),Ct=(Ft>>>14|tr<<18)^(Ft>>>18|tr<<14)^(Ft<<23|tr>>>9),Ce=(tr>>>14|Ft<<18)^(tr>>>18|Ft<<14)^(tr<<23|Ft>>>9),St=x[qe],ze=St.high,nt=St.low,Te=dt+Ce,Rt=yt+Ct+(Te>>>0<dt>>>0?1:0),Te=Te+he,Rt=Rt+ce+(Te>>>0<he>>>0?1:0),Te=Te+nt,Rt=Rt+ze+(Te>>>0<nt>>>0?1:0),Te=Te+Fe,Rt=Rt+be+(Te>>>0<Fe>>>0?1:0),Le=Gt+Se,Or=ft+It+(Le>>>0<Gt>>>0?1:0);yt=Bt,dt=tt,Bt=je,tt=Et,je=Ft,Et=tr,tr=Zt+Te|0,Ft=kt+Rt+(tr>>>0<Zt>>>0?1:0)|0,kt=Mt,Zt=bt,Mt=He,bt=Ne,He=Ae,Ne=Pe,Pe=Te+Le|0,Ae=Rt+Or+(Pe>>>0<Te>>>0?1:0)|0}W=D.low=W+Pe,D.high=H+Ae+(W>>>0<Pe>>>0?1:0),X=R.low=X+Ne,R.high=ae+He+(X>>>0<Ne>>>0?1:0),q=A.low=q+bt,A.high=oe+Mt+(q>>>0<bt>>>0?1:0),G=P.low=G+Zt,P.high=ee+kt+(G>>>0<Zt>>>0?1:0),te=M.low=te+tr,M.high=se+Ft+(te>>>0<tr>>>0?1:0),le=B.low=le+Et,B.high=Q+je+(le>>>0<Et>>>0?1:0),j=N.low=j+tt,N.high=$+Bt+(j>>>0<tt>>>0?1:0),me=K.low=me+dt,K.high=ie+yt+(me>>>0<dt>>>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 K=B[N]=[],H=a[N],P=0;P<24;P++)K[P/6|0]|=A[(u[P]-1+H)%28]<<31-P%6,K[4+(P/6|0)]|=A[28+(u[P+24]-1+H)%28]<<31-P%6;K[0]=K[0]<<1|K[0]>>>31;for(var P=1;P<7;P++)K[P]=K[P]>>>(P-1)*4+3;K[7]=K[7]<<5|K[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,K=0,H=0;H<8;H++)K|=x[H][((N^M[H])&p[H])>>>0];this._lBlock=N,this._rBlock=B^K}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(X){var oe=["th","st","nd","rd"],q=X%100;return"["+X+(oe[(q-20)%10]||oe[q]||oe[0])+"]"}},D=function(X,oe,q){var ee=String(X);return!ee||ee.length>=oe?X:""+Array(oe+1-ee.length).join(q)+X},R={s:D,z:function(X){var oe=-X.utcOffset(),q=Math.abs(oe),ee=Math.floor(q/60),G=q%60;return(oe<=0?"+":"-")+D(ee,2,"0")+":"+D(G,2,"0")},m:function X(oe,q){if(oe.date()<q.date())return-X(q,oe);var ee=12*(q.year()-oe.year())+(q.month()-oe.month()),G=oe.clone().add(ee,u),se=q-G<0,te=oe.clone().add(ee+(se?-1:1),u);return+(-(ee+(q-G)/(se?G-te:te-G))||0)},a:function(X){return X<0?Math.ceil(X)||0:Math.floor(X)},p:function(X){return{M:u,y:x,w:h,d:o,D:p,h:f,m:c,s:l,ms:i,Q:a}[X]||String(X||"").toLowerCase().replace(/s$/,"")},u:function(X){return X===void 0}},A="en",P={};P[A]=S;var M="$isDayjsObject",B=function(X){return X instanceof W||!(!X||!X[M])},N=function X(oe,q,ee){var G;if(!oe)return A;if(typeof oe=="string"){var se=oe.toLowerCase();P[se]&&(G=se),q&&(P[se]=q,G=se);var te=oe.split("-");if(!G&&te.length>1)return X(te[0])}else{var Q=oe.name;P[Q]=oe,G=Q}return!ee&&G&&(A=G),G||!ee&&A},K=function(X,oe){if(B(X))return X.clone();var q=typeof oe=="object"?oe:{};return q.date=X,q.args=arguments,new W(q)},H=R;H.l=N,H.i=B,H.w=function(X,oe){return K(X,{locale:oe.$L,utc:oe.$u,x:oe.$x,$offset:oe.$offset})};var W=function(){function X(q){this.$L=N(q.locale,null,!0),this.parse(q),this.$x=this.$x||q.x||{},this[M]=!0}var oe=X.prototype;return oe.parse=function(q){this.$d=function(ee){var G=ee.date,se=ee.utc;if(G===null)return new Date(NaN);if(H.u(G))return new Date;if(G instanceof Date)return new Date(G);if(typeof G=="string"&&!/Z$/i.test(G)){var te=G.match(m);if(te){var Q=te[2]-1||0,le=(te[7]||"0").substring(0,3);return se?new Date(Date.UTC(te[1],Q,te[3]||1,te[4]||0,te[5]||0,te[6]||0,le)):new Date(te[1],Q,te[3]||1,te[4]||0,te[5]||0,te[6]||0,le)}}return new Date(G)}(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,ee){var G=K(q);return this.startOf(ee)<=G&&G<=this.endOf(ee)},oe.isAfter=function(q,ee){return K(q)<this.startOf(ee)},oe.isBefore=function(q,ee){return this.endOf(ee)<K(q)},oe.$g=function(q,ee,G){return H.u(q)?this[ee]:this.set(G,q)},oe.unix=function(){return Math.floor(this.valueOf()/1e3)},oe.valueOf=function(){return this.$d.getTime()},oe.startOf=function(q,ee){var G=this,se=!!H.u(ee)||ee,te=H.p(q),Q=function(He,Ne){var Mt=H.w(G.$u?Date.UTC(G.$y,Ne,He):new Date(G.$y,Ne,He),G);return se?Mt:Mt.endOf(o)},le=function(He,Ne){return H.w(G.toDate()[He].apply(G.toDate("s"),(se?[0,0,0,0]:[23,59,59,999]).slice(Ne)),G)},$=this.$W,j=this.$M,ie=this.$D,me="set"+(this.$u?"UTC":"");switch(te){case x:return se?Q(1,0):Q(31,11);case u:return se?Q(1,j):Q(0,j+1);case h:var Ae=this.$locale().weekStart||0,Pe=($<Ae?$+7:$)-Ae;return Q(se?ie-Pe:ie+(6-Pe),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,ee){var G,se=H.p(q),te="set"+(this.$u?"UTC":""),Q=(G={},G[o]=te+"Date",G[p]=te+"Date",G[u]=te+"Month",G[x]=te+"FullYear",G[f]=te+"Hours",G[c]=te+"Minutes",G[l]=te+"Seconds",G[i]=te+"Milliseconds",G)[se],le=se===o?this.$D+(ee-this.$W):ee;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,ee){return this.clone().$set(q,ee)},oe.get=function(q){return this[H.p(q)]()},oe.add=function(q,ee){var G,se=this;q=Number(q);var te=H.p(ee),Q=function(j){var ie=K(se);return H.w(ie.date(ie.date()+Math.round(j*q)),se)};if(te===u)return this.set(u,this.$M+q);if(te===x)return this.set(x,this.$y+q);if(te===o)return Q(1);if(te===h)return Q(7);var le=(G={},G[c]=e,G[f]=r,G[l]=_,G)[te]||1,$=this.$d.getTime()+q*le;return H.w($,this)},oe.subtract=function(q,ee){return this.add(-1*q,ee)},oe.format=function(q){var ee=this,G=this.$locale();if(!this.isValid())return G.invalidDate||y;var se=q||"YYYY-MM-DDTHH:mm:ssZ",te=H.z(this),Q=this.$H,le=this.$m,$=this.$M,j=G.weekdays,ie=G.months,me=G.meridiem,Ae=function(Ne,Mt,bt,kt){return Ne&&(Ne[Mt]||Ne(ee,se))||bt[Mt].slice(0,kt)},Pe=function(Ne){return H.s(Q%12||12,Ne,"0")},He=me||function(Ne,Mt,bt){var kt=Ne<12?"AM":"PM";return bt?kt.toLowerCase():kt};return se.replace(b,function(Ne,Mt){return Mt||function(bt){switch(bt){case"YY":return String(ee.$y).slice(-2);case"YYYY":return H.s(ee.$y,4,"0");case"M":return $+1;case"MM":return H.s($+1,2,"0");case"MMM":return Ae(G.monthsShort,$,ie,3);case"MMMM":return Ae(ie,$);case"D":return ee.$D;case"DD":return H.s(ee.$D,2,"0");case"d":return String(ee.$W);case"dd":return Ae(G.weekdaysMin,ee.$W,j,2);case"ddd":return Ae(G.weekdaysShort,ee.$W,j,3);case"dddd":return j[ee.$W];case"H":return String(Q);case"HH":return H.s(Q,2,"0");case"h":return Pe(1);case"hh":return Pe(2);case"a":return He(Q,le,!0);case"A":return He(Q,le,!1);case"m":return String(le);case"mm":return H.s(le,2,"0");case"s":return String(ee.$s);case"ss":return H.s(ee.$s,2,"0");case"SSS":return H.s(ee.$ms,3,"0");case"Z":return te}return null}(Ne)||te.replace(":","")})},oe.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},oe.diff=function(q,ee,G){var se,te=this,Q=H.p(ee),le=K(q),$=(le.utcOffset()-this.utcOffset())*e,j=this-le,ie=function(){return H.m(te,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 G?se:H.a(se)},oe.daysInMonth=function(){return this.endOf(u).$D},oe.$locale=function(){return P[this.$L]},oe.locale=function(q,ee){if(!q)return this.$L;var G=this.clone(),se=N(q,ee,!0);return se&&(G.$L=se),G},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()},X}(),ae=W.prototype;return K.prototype=ae,[["$ms",i],["$s",l],["$m",c],["$H",f],["$W",o],["$M",u],["$y",x],["$D",p]].forEach(function(X){ae[X[1]]=function(oe){return this.$g(oe,X[0],X[1])}}),K.extend=function(X,oe){return X.$i||(X(oe,W,K),X.$i=!0),K},K.locale=N,K.isDayjs=B,K.unix=function(X){return K(1e3*X)},K.en=P[A],K.Ls=P,K.p={},K})},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(K,H,W){var ae=W&&W.toUpperCase();return H||S[W]||_[W]||S[ae].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(X,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(K){for(var H={},W=0,ae=0;W<R;W+=1){var X=D[W];if(typeof X=="string")ae+=X.length;else{var oe=X.regex,q=X.parser,ee=K.slice(ae),G=oe.exec(ee)[0];q.call(H,G),K=K.replace(G,"")}}return function(se){var te=se.afternoon;if(te!==void 0){var Q=se.hours;te?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 K=B[2]===!0,H=B[3]===!0,W=K||H,ae=B[2];H&&(ae=B[2]),f=this.$locale(),!K&&ae&&(f=S.Ls[ae]),this.$d=function(ee,G,se,te){try{if(["x","X"].indexOf(G)>-1)return new Date((G==="X"?1e3:1)*ee);var Q=y(G)(ee),le=Q.year,$=Q.month,j=Q.day,ie=Q.hours,me=Q.minutes,Ae=Q.seconds,Pe=Q.milliseconds,He=Q.zone,Ne=Q.week,Mt=new Date,bt=j||(le||$?1:Mt.getDate()),kt=le||Mt.getFullYear(),Zt=0;le&&!$||(Zt=$>0?$-1:Mt.getMonth());var Ft,tr=ie||0,je=me||0,Et=Ae||0,Bt=Pe||0;return He?new Date(Date.UTC(kt,Zt,bt,tr,je,Et,Bt+60*He.offset*1e3)):se?new Date(Date.UTC(kt,Zt,bt,tr,je,Et,Bt)):(Ft=new Date(kt,Zt,bt,tr,je,Et,Bt),Ne&&(Ft=te(Ft).week(Ne).toDate()),Ft)}catch(tt){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 X=N.length,oe=1;oe<=X;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===X&&(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,K){var H=this;if(this.$d={},this.$l=K,B===void 0&&(this.$ms=0,this.parseFromMilliseconds()),N)return p(B*a[y(N)],this);if(typeof B=="number")return this.$ms=B,this.parseFromMilliseconds(),this;if(typeof B=="object")return Object.keys(B).forEach(function(X){H.$d[y(X)]=B[X]}),this.calMilliseconds(),this;if(typeof B=="string"){var W=B.match(u);if(W){var ae=W.slice(2).map(function(X){return X!=null?Number(X):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,K){return N+(B.$d[K]||0)*a[K]},0)},M.parseFromMilliseconds=function(){var B=this.$ms;this.$d.years=b(B/o),B%=o,this.$d.months=b(B/h),B%=h,this.$d.days=b(B/c),B%=c,this.$d.hours=b(B/l),B%=l,this.$d.minutes=b(B/i),B%=i,this.$d.seconds=b(B/r),B%=r,this.$d.milliseconds=B},M.toISOString=function(){var B=D(this.$d.years,"Y"),N=D(this.$d.months,"M"),K=+this.$d.days||0;this.$d.weeks&&(K+=7*this.$d.weeks);var H=D(K,"D"),W=D(this.$d.hours,"H"),ae=D(this.$d.minutes,"M"),X=this.$d.seconds||0;this.$d.milliseconds&&(X+=this.$d.milliseconds/1e3,X=Math.round(1e3*X)/1e3);var oe=D(X,"S"),q=B.negative||N.negative||H.negative||W.negative||ae.negative||oe.negative,ee=W.format||ae.format||oe.format?"T":"",G=(q?"-":"")+"P"+B.format+N.format+H.format+ee+W.format+ae.format+oe.format;return G==="P"||G==="-P"?"P0D":G},M.toJSON=function(){return this.toISOString()},M.format=function(B){var N=B||"YYYY-MM-DDTHH:mm:ss",K={Y:this.$d.years,YY:e.s(this.$d.years,2,"0"),YYYY:e.s(this.$d.years,4,"0"),M:this.$d.months,MM:e.s(this.$d.months,2,"0"),D:this.$d.days,DD:e.s(this.$d.days,2,"0"),H:this.$d.hours,HH:e.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:e.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:e.s(this.$d.seconds,2,"0"),SSS:e.s(this.$d.milliseconds,3,"0")};return N.replace(f,function(H,W){return W||String(K[H])})},M.as=function(B){return this.$ms/a[y(B)]},M.get=function(B){var N=this.$ms,K=y(B);return K==="milliseconds"?N%=1e3:N=K==="weeks"?b(N/a[K]):this.$d[K],N||0},M.add=function(B,N,K){var H;return H=N?B*a[y(N)]:x(B)?B.$ms:p(B,this).$ms,p(this.$ms+H*(K?-1:1),this)},M.subtract=function(B,N){return this.add(B,N,!0)},M.locale=function(B){var N=this.clone();return N.$l=B,N},M.clone=function(){return p(this.$ms,this)},M.humanize=function(B){return _().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,K=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):K.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 K=r(r({},S.effects),{},_({},B,!1)),H=r(r({},S.models),{},_({},M,Object.keys(K).some(function(ae){var X=ae.split("/")[0];return X!==M?!1:K[ae]}))),W=Object.keys(H).some(function(ae){return H[ae]});N=r(r({},S),{},{global:W,models:H,effects:K});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],K=this.h[4],H=P,W=M,ae=B,X=N,oe=K,q=0;q<80;q++){var ee=c(l(o(P,a(q,M,B,N),R[y[q]+A],x(q)),b[q]),K);P=K,K=N,N=l(B,10),B=M,M=ee,ee=c(l(o(H,a(79-q,W,ae,X),R[m[q]+A],p(q)),S[q]),oe),H=oe,oe=X,X=l(ae,10),ae=W,W=ee}ee=f(this.h[1],B,X),this.h[1]=f(this.h[2],N,oe),this.h[2]=f(this.h[3],K,H),this.h[3]=f(this.h[4],P,W),this.h[4]=f(this.h[0],M,ae),this.h[0]=ee},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],K=this.h[1],H=this.h[2],W=this.h[3],ae=this.h[4],X=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 ee=h(q,p(ae),u(ae,X,oe),this.k[B],M[B]),G=f(x(N),a(N,K,H));q=oe,oe=X,X=ae,ae=f(W,ee),W=H,H=K,K=N,N=f(ee,G)}this.h[0]=f(this.h[0],N),this.h[1]=f(this.h[1],K),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],X),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(G,se){for(var te=this.W,Q=0;Q<32;Q++)te[Q]=G[se+Q];for(;Q<te.length;Q+=2){var le=oe(te[Q-4],te[Q-3]),$=q(te[Q-4],te[Q-3]),j=te[Q-14],ie=te[Q-13],me=ae(te[Q-30],te[Q-29]),Ae=X(te[Q-30],te[Q-29]),Pe=te[Q-32],He=te[Q-31];te[Q]=p(le,$,j,ie,me,Ae,Pe,He),te[Q+1]=y(le,$,j,ie,me,Ae,Pe,He)}},R.prototype._update=function(G,se){this._prepareBlock(G,se);var te=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],Ae=this.h[6],Pe=this.h[7],He=this.h[8],Ne=this.h[9],Mt=this.h[10],bt=this.h[11],kt=this.h[12],Zt=this.h[13],Ft=this.h[14],tr=this.h[15];l(this.k.length===te.length);for(var je=0;je<te.length;je+=2){var Et=Ft,Bt=tr,tt=H(He,Ne),yt=W(He,Ne),dt=A(He,Ne,Mt,bt,kt,Zt),qe=P(He,Ne,Mt,bt,kt,Zt),Fe=this.k[je],be=this.k[je+1],ke=te[je],Ge=te[je+1],We=m(Et,Bt,tt,yt,dt,qe,Fe,be,ke,Ge),Ye=b(Et,Bt,tt,yt,dt,qe,Fe,be,ke,Ge);Et=N(Q,le),Bt=K(Q,le),tt=M(Q,le,$,j,ie,me),yt=B(Q,le,$,j,ie,me);var ht=a(Et,Bt,tt,yt),xt=x(Et,Bt,tt,yt);Ft=kt,tr=Zt,kt=Mt,Zt=bt,Mt=He,bt=Ne,He=a(Ae,Pe,We,Ye),Ne=x(Pe,Pe,We,Ye),Ae=ie,Pe=me,ie=$,me=j,$=Q,j=le,Q=a(We,Ye,ht,xt),le=x(We,Ye,ht,xt)}u(this.h,0,Q,le),u(this.h,2,$,j),u(this.h,4,ie,me),u(this.h,6,Ae,Pe),u(this.h,8,He,Ne),u(this.h,10,Mt,bt),u(this.h,12,kt,Zt),u(this.h,14,Ft,tr)},R.prototype._digest=function(G){return G==="hex"?r.toHex32(this.h,"big"):r.split32(this.h,"big")};function A(ee,G,se,te,Q){var le=ee&se^~ee&Q;return le<0&&(le+=4294967296),le}function P(ee,G,se,te,Q,le){var $=G&te^~G&le;return $<0&&($+=4294967296),$}function M(ee,G,se,te,Q){var le=ee&se^ee&Q^se&Q;return le<0&&(le+=4294967296),le}function B(ee,G,se,te,Q,le){var $=G&te^G&le^te&le;return $<0&&($+=4294967296),$}function N(ee,G){var se=c(ee,G,28),te=c(G,ee,2),Q=c(G,ee,7),le=se^te^Q;return le<0&&(le+=4294967296),le}function K(ee,G){var se=f(ee,G,28),te=f(G,ee,2),Q=f(G,ee,7),le=se^te^Q;return le<0&&(le+=4294967296),le}function H(ee,G){var se=c(ee,G,14),te=c(ee,G,18),Q=c(G,ee,9),le=se^te^Q;return le<0&&(le+=4294967296),le}function W(ee,G){var se=f(ee,G,14),te=f(ee,G,18),Q=f(G,ee,9),le=se^te^Q;return le<0&&(le+=4294967296),le}function ae(ee,G){var se=c(ee,G,1),te=c(ee,G,8),Q=o(ee,G,7),le=se^te^Q;return le<0&&(le+=4294967296),le}function X(ee,G){var se=f(ee,G,1),te=f(ee,G,8),Q=h(ee,G,7),le=se^te^Q;return le<0&&(le+=4294967296),le}function oe(ee,G){var se=c(ee,G,19),te=c(G,ee,29),Q=o(ee,G,6),le=se^te^Q;return le<0&&(le+=4294967296),le}function q(ee,G){var se=f(ee,G,19),te=f(G,ee,29),Q=h(ee,G,6),le=se^te^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,ee){return(q.charCodeAt(ee)&64512)!==55296||ee<0||ee+1>=q.length?!1:(q.charCodeAt(ee+1)&64512)===56320}function c(q,ee){if(Array.isArray(q))return q.slice();if(!q)return[];var G=[];if(typeof q=="string")if(ee){if(ee==="hex")for(q=q.replace(/[^a-z0-9]+/ig,""),q.length%2!==0&&(q="0"+q),te=0;te<q.length;te+=2)G.push(parseInt(q[te]+q[te+1],16))}else for(var se=0,te=0;te<q.length;te++){var Q=q.charCodeAt(te);Q<128?G[se++]=Q:Q<2048?(G[se++]=Q>>6|192,G[se++]=Q&63|128):l(q,te)?(Q=65536+((Q&1023)<<10)+(q.charCodeAt(++te)&1023),G[se++]=Q>>18|240,G[se++]=Q>>12&63|128,G[se++]=Q>>6&63|128,G[se++]=Q&63|128):(G[se++]=Q>>12|224,G[se++]=Q>>6&63|128,G[se++]=Q&63|128)}else for(te=0;te<q.length;te++)G[te]=q[te]|0;return G}_.toArray=c;function f(q){for(var ee="",G=0;G<q.length;G++)ee+=u(q[G].toString(16));return ee}_.toHex=f;function o(q){var ee=q>>>24|q>>>8&65280|q<<8&16711680|(q&255)<<24;return ee>>>0}_.htonl=o;function h(q,ee){for(var G="",se=0;se<q.length;se++){var te=q[se];ee==="little"&&(te=o(te)),G+=a(te.toString(16))}return G}_.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,ee,G,se){var te=G-ee;r(te%4===0);for(var Q=new Array(te/4),le=0,$=ee;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,ee){for(var G=new Array(q.length*4),se=0,te=0;se<q.length;se++,te+=4){var Q=q[se];ee==="big"?(G[te]=Q>>>24,G[te+1]=Q>>>16&255,G[te+2]=Q>>>8&255,G[te+3]=Q&255):(G[te+3]=Q>>>24,G[te+2]=Q>>>16&255,G[te+1]=Q>>>8&255,G[te]=Q&255)}return G}_.split32=p;function y(q,ee){return q>>>ee|q<<32-ee}_.rotr32=y;function m(q,ee){return q<<ee|q>>>32-ee}_.rotl32=m;function b(q,ee){return q+ee>>>0}_.sum32=b;function S(q,ee,G){return q+ee+G>>>0}_.sum32_3=S;function D(q,ee,G,se){return q+ee+G+se>>>0}_.sum32_4=D;function R(q,ee,G,se,te){return q+ee+G+se+te>>>0}_.sum32_5=R;function A(q,ee,G,se){var te=q[ee],Q=q[ee+1],le=se+Q>>>0,$=(le<se?1:0)+G+te;q[ee]=$>>>0,q[ee+1]=le}_.sum64=A;function P(q,ee,G,se){var te=ee+se>>>0,Q=(te<ee?1:0)+q+G;return Q>>>0}_.sum64_hi=P;function M(q,ee,G,se){var te=ee+se;return te>>>0}_.sum64_lo=M;function B(q,ee,G,se,te,Q,le,$){var j=0,ie=ee;ie=ie+se>>>0,j+=ie<ee?1:0,ie=ie+Q>>>0,j+=ie<Q?1:0,ie=ie+$>>>0,j+=ie<$?1:0;var me=q+G+te+le+j;return me>>>0}_.sum64_4_hi=B;function N(q,ee,G,se,te,Q,le,$){var j=ee+se+Q+$;return j>>>0}_.sum64_4_lo=N;function K(q,ee,G,se,te,Q,le,$,j,ie){var me=0,Ae=ee;Ae=Ae+se>>>0,me+=Ae<ee?1:0,Ae=Ae+Q>>>0,me+=Ae<Q?1:0,Ae=Ae+$>>>0,me+=Ae<$?1:0,Ae=Ae+ie>>>0,me+=Ae<ie?1:0;var Pe=q+G+te+le+j+me;return Pe>>>0}_.sum64_5_hi=K;function H(q,ee,G,se,te,Q,le,$,j,ie){var me=ee+se+Q+$+ie;return me>>>0}_.sum64_5_lo=H;function W(q,ee,G){var se=ee<<32-G|q>>>G;return se>>>0}_.rotr64_hi=W;function ae(q,ee,G){var se=q<<32-G|ee>>>G;return se>>>0}_.rotr64_lo=ae;function X(q,ee,G){return q>>>G}_.shr64_hi=X;function oe(q,ee,G){var se=q<<32-G|ee>>>G;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(32855),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 Ae=M.location,Pe=Ae.pathname,He=Ae.search,Ne=Ae.hash,Mt=B.state||{};return[Mt.idx,l({pathname:Pe,search:He,hash:Ne,state:Mt.usr||null,key:Mt.key||"default"})]}var K=null;function H(){if(K)ee.call(K),K=null;else{var Ae=i.Pop,Pe=N(),He=Pe[0],Ne=Pe[1];if(ee.length){if(He!=null){var Mt=X-He;Mt&&(K={action:Ae,location:Ne,retry:function(){ie(Mt*-1)}},ie(Mt))}}else le(Ae)}}M.addEventListener(h,H);var W=i.Pop,ae=N(),X=ae[0],oe=ae[1],q=m(),ee=m();X==null&&(X=0,B.replaceState((0,r.Z)({},B.state,{idx:X}),""));function G(Ae){return typeof Ae=="string"?Ae:S(Ae)}function se(Ae,Pe){return Pe===void 0&&(Pe=null),l((0,r.Z)({pathname:oe.pathname,hash:"",search:""},typeof Ae=="string"?D(Ae):Ae,{state:Pe,key:b()}))}function te(Ae,Pe){return[{usr:Ae.state,key:Ae.key,idx:Pe},G(Ae)]}function Q(Ae,Pe,He){return!ee.length||(ee.call({action:Ae,location:Pe,retry:He}),!1)}function le(Ae){W=Ae;var Pe=N();X=Pe[0],oe=Pe[1],q.call({action:W,location:oe})}function $(Ae,Pe){var He=i.Push,Ne=se(Ae,Pe);function Mt(){$(Ae,Pe)}if(Q(He,Ne,Mt)){var bt=te(Ne,X+1),kt=bt[0],Zt=bt[1];try{B.pushState(kt,"",Zt)}catch(Ft){M.location.assign(Zt)}le(He)}}function j(Ae,Pe){var He=i.Replace,Ne=se(Ae,Pe);function Mt(){j(Ae,Pe)}if(Q(He,Ne,Mt)){var bt=te(Ne,X),kt=bt[0],Zt=bt[1];B.replaceState(kt,"",Zt),le(He)}}function ie(Ae){B.go(Ae)}var me={get action(){return W},get location(){return oe},createHref:G,push:$,replace:j,go:ie,back:function(){ie(-1)},forward:function(){ie(1)},listen:function(Pe){return q.push(Pe)},block:function(Pe){var He=ee.push(Pe);return ee.length===1&&M.addEventListener(f,y),function(){He(),ee.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 Pe=D(M.location.hash.substr(1)),He=Pe.pathname,Ne=He===void 0?"/":He,Mt=Pe.search,bt=Mt===void 0?"":Mt,kt=Pe.hash,Zt=kt===void 0?"":kt,Ft=B.state||{};return[Ft.idx,l({pathname:Ne,search:bt,hash:Zt,state:Ft.usr||null,key:Ft.key||"default"})]}var K=null;function H(){if(K)ee.call(K),K=null;else{var Pe=i.Pop,He=N(),Ne=He[0],Mt=He[1];if(ee.length){if(Ne!=null){var bt=X-Ne;bt&&(K={action:Pe,location:Mt,retry:function(){me(bt*-1)}},me(bt))}}else $(Pe)}}M.addEventListener(h,H),M.addEventListener(o,function(){var Pe=N(),He=Pe[1];S(He)!==S(oe)&&H()});var W=i.Pop,ae=N(),X=ae[0],oe=ae[1],q=m(),ee=m();X==null&&(X=0,B.replaceState((0,r.Z)({},B.state,{idx:X}),""));function G(){var Pe=document.querySelector("base"),He="";if(Pe&&Pe.getAttribute("href")){var Ne=M.location.href,Mt=Ne.indexOf("#");He=Mt===-1?Ne:Ne.slice(0,Mt)}return He}function se(Pe){return G()+"#"+(typeof Pe=="string"?Pe:S(Pe))}function te(Pe,He){return He===void 0&&(He=null),l((0,r.Z)({pathname:oe.pathname,hash:"",search:""},typeof Pe=="string"?D(Pe):Pe,{state:He,key:b()}))}function Q(Pe,He){return[{usr:Pe.state,key:Pe.key,idx:He},se(Pe)]}function le(Pe,He,Ne){return!ee.length||(ee.call({action:Pe,location:He,retry:Ne}),!1)}function $(Pe){W=Pe;var He=N();X=He[0],oe=He[1],q.call({action:W,location:oe})}function j(Pe,He){var Ne=i.Push,Mt=te(Pe,He);function bt(){j(Pe,He)}if(le(Ne,Mt,bt)){var kt=Q(Mt,X+1),Zt=kt[0],Ft=kt[1];try{B.pushState(Zt,"",Ft)}catch(tr){M.location.assign(Ft)}$(Ne)}}function ie(Pe,He){var Ne=i.Replace,Mt=te(Pe,He);function bt(){ie(Pe,He)}if(le(Ne,Mt,bt)){var kt=Q(Mt,X),Zt=kt[0],Ft=kt[1];B.replaceState(Zt,"",Ft),$(Ne)}}function me(Pe){B.go(Pe)}var Ae={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(He){return q.push(He)},block:function(He){var Ne=ee.push(He);return ee.length===1&&M.addEventListener(f,y),function(){Ne(),ee.length||M.removeEventListener(f,y)}}};return Ae}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}),K=p(B==null?N.length-1:B,0,N.length-1),H=i.Pop,W=N[K],ae=m(),X=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 ee($,j,ie){return!X.length||(X.call({action:$,location:j,retry:ie}),!1)}function G($,j){H=$,W=j,ae.call({action:H,location:W})}function se($,j){var ie=i.Push,me=q($,j);function Ae(){se($,j)}ee(ie,me,Ae)&&(K+=1,N.splice(K,N.length,me),G(ie,me))}function te($,j){var ie=i.Replace,me=q($,j);function Ae(){te($,j)}ee(ie,me,Ae)&&(N[K]=me,G(ie,me))}function Q($){var j=p(K+$,0,N.length-1),ie=i.Pop,me=N[j];function Ae(){Q($)}ee(ie,me,Ae)&&(K=j,G(ie,me))}var le={get index(){return K},get action(){return H},get location(){return W},createHref:oe,push:se,replace:te,go:Q,back:function(){Q(-1)},forward:function(){Q(1)},listen:function(j){return ae.push(j)},block:function(j){return X.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,K=N===void 0?"":N;return B&&B!=="?"&&(P+=B.charAt(0)==="?"?B:"?"+B),K&&K!=="#"&&(P+=K.charAt(0)==="#"?K:"#"+K),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 K=P[N];if(!l[K]&&!(R&&R[K])&&!(B&&B[K])&&!(M&&M[K])){var H=p(D,K);try{u(S,K,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(K,H){this._source_text=K||"",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(K){var H="";for(this._ch=this._input.next();this._ch;){if(H+=this._ch,this._ch==="\\")H+=this._input.next();else if(K.indexOf(this._ch)!==-1||this._ch===`
`)break;this._ch=this._input.next()}return H},N.prototype.eatWhitespace=function(K){for(var H=A.test(this._input.peek()),W=0;A.test(this._input.peek());)this._ch=this._input.next(),K&&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 K=0,H=1,W=this._input.peek(H);W;){if(W==="{")return!0;if(W==="(")K+=1;else if(W===")"){if(K===0)return!1;K-=1}else if(W===";"||W==="}")return!1;H++,W=this._input.peek(H)}return!1},N.prototype.print_string=function(K){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(K)},N.prototype.preserveSingleSpace=function(K){K&&(this._output.space_before_token=!0)},N.prototype.indent=function(){this._indentLevel++},N.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},N.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var K=this._source_text,H=this._options.eol;H==="auto"&&(H=`
`,K&&D.test(K||"")&&(H=K.match(D)[0])),K=K.replace(R,`
`);var W=K.match(/^[\t ]*/)[0];this._output=new y(this._options,W),this._input=new m(K),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var ae=0,X=!1,oe=!1,q=!1,ee=!1,G=!1,se=this._ch,te=!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 Ae=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);Ae.match(/[ :]$/)&&(Ae=this.eatString(": ").replace(/\s+$/,""),this.print_string(Ae),this._output.space_before_token=!0),ae===0&&Ae.indexOf(":")!==-1?(oe=!0,this.indent()):Ae in this.NESTED_AT_RULE?(this._nestedLevel+=1,Ae in this.CONDITIONAL_GROUP_RULE&&(q=!0)):ae===0&&!oe&&(ee=!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()),ee=!1,q?(q=!1,X=this._indentLevel>=this._nestedLevel):X=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&X&&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),X=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0),this._input.peek()===")"&&(this._output.trim(!0),this._options.brace_style==="expand"&&this._output.add_new_line(!0));else if(this._ch===":"){for(var Pe=0;Pe<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;Pe++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[Pe])){te=!0;break}(X||q)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!ee&&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 He=$==='"'||$==="'";this.preserveSingleSpace(He||le),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")te=!1,ae===0?(oe&&(this.outdent(),oe=!1),ee=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),ae++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),ae&&(ae--,this.outdent()));else{var Ne=!1;this._input.lookBack("with")&&(Ne=!0),this.preserveSingleSpace(le||Ne),this.print_string(this._ch),oe&&$==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),G=!0):(this.eatWhitespace(),ae++,this.indent())}else if(this._ch===")")ae&&(ae--,this.outdent()),G&&this._input.peek()===";"&&this._options.selector_separator_newline&&(G=!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||G)&&ae===0&&!ee?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()===`
`&&te&&this._output.add_new_line()}var bt=this._output.get_code(H);return bt},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,K=[],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)?(K.push(N),N=M):N&&this._is_closing(M,N)&&(M.opened=N,N.closed=M,N=K.pop(),M.parent=N),M.previous=B,B.next=M,this.__tokens.add(M),B=M}return this.__tokens},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(ee,G){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=ee.max_preserve_newlines,this.preserve_newlines=ee.preserve_newlines,this._output=new S(ee,G)};M.prototype.current_line_has_match=function(ee){return this._output.current_line.has_match(ee)},M.prototype.set_space_before_token=function(ee,G){this._output.space_before_token=ee,this._output.non_breaking_space=G},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(ee){this._output.add_raw_token(ee)},M.prototype.print_preserved_newlines=function(ee){var G=0;ee.type!==R.TEXT&&ee.previous.type!==R.TEXT&&(G=ee.newlines?1:0),this.preserve_newlines&&(G=ee.newlines<this.max_preserve_newlines+1?ee.newlines:this.max_preserve_newlines+1);for(var se=0;se<G;se++)this.print_newline(se>0);return G!==0},M.prototype.traverse_whitespace=function(ee){return ee.whitespace_before||ee.newlines?(this.print_preserved_newlines(ee)||(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(ee){this._output.add_new_line(ee)},M.prototype.print_token=function(ee){ee.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(ee.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(ee){return ee=this.indent_level+(ee||0),ee<1?"":this._output.get_indent_string(ee)};var B=function(ee){for(var G=null,se=ee.next;se.type!==R.EOF&&ee.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&&(G=se.next.next.text);break}se=se.next}return G},N=function(ee,G){var se=null,te=null;return G.closed?(ee==="script"?se="text/javascript":ee==="style"&&(se="text/css"),se=B(G)||se,se.search("text/css")>-1?te="css":se.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?te="javascript":se.search(/(text|application|dojo)\/(x-)?(html)/)>-1?te="html":se.search(/test\/null/)>-1&&(te="null"),te):null};function K(ee,G){return G.indexOf(ee)!==-1}function H(ee,G,se){this.parent=ee||null,this.tag=G?G.tag_name:"",this.indent_level=se||0,this.parser_token=G||null}function W(ee){this._printer=ee,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(ee){var G=new H(this._current_frame,ee,this._printer.indent_level);this._current_frame=G},W.prototype._try_pop_frame=function(ee){var G=null;return ee&&(G=ee.parser_token,this._printer.indent_level=ee.indent_level,this._current_frame=ee.parent),G},W.prototype._get_frame=function(ee,G){for(var se=this._current_frame;se&&ee.indexOf(se.tag)===-1;){if(G&&G.indexOf(se.tag)!==-1){se=null;break}se=se.parent}return se},W.prototype.try_pop=function(ee,G){var se=this._get_frame([ee],G);return this._try_pop_frame(se)},W.prototype.indent_to_tag=function(ee){var G=this._get_frame(ee);G&&(this._printer.indent_level=G.indent_level)};function ae(ee,G,se,te){this._source_text=ee||"",G=G||{},this._js_beautify=se,this._css_beautify=te,this._tag_stack=null;var Q=new b(G,"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 ee=this._source_text,G=this._options.eol;this._options.eol==="auto"&&(G=`
`,ee&&A.test(ee)&&(G=ee.match(A)[0])),ee=ee.replace(P,`
`);var se=ee.match(/^[\t ]*/)[0],te={text:"",type:""},Q=new X(this._options),le=new M(this._options,se),$=new D(ee,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,te,$),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,te):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),te=j,ie=$.next();var me=le._output.get_code(G);return me},ae.prototype._handle_control_flow_open=function(ee,G){var se={text:G.text,type:G.type};return ee.set_space_before_token(G.newlines||G.whitespace_before!=="",!0),G.newlines?ee.print_preserved_newlines(G):ee.set_space_before_token(G.newlines||G.whitespace_before!=="",!0),ee.print_token(G),ee.indent(),se},ae.prototype._handle_control_flow_close=function(ee,G){var se={text:G.text,type:G.type};return ee.deindent(),G.newlines?ee.print_preserved_newlines(G):ee.set_space_before_token(G.newlines||G.whitespace_before!=="",!0),ee.print_token(G),se},ae.prototype._handle_tag_close=function(ee,G,se){var te={text:G.text,type:G.type};return ee.alignment_size=0,se.tag_complete=!0,ee.set_space_before_token(G.newlines||G.whitespace_before!=="",!0),se.is_unformatted?ee.add_raw_token(G):(se.tag_start_char==="<"&&(ee.set_space_before_token(G.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&se.has_wrapped_attrs&&ee.print_newline(!1)),ee.print_token(G)),se.indent_content&&!(se.is_unformatted||se.is_content_unformatted)&&(ee.indent(),se.indent_content=!1),!se.is_inline_element&&!(se.is_unformatted||se.is_content_unformatted)&&ee.set_wrap_point(),te},ae.prototype._handle_inside_tag=function(ee,G,se,te){var Q=se.has_wrapped_attrs,le={text:G.text,type:G.type};return ee.set_space_before_token(G.newlines||G.whitespace_before!=="",!0),se.is_unformatted?ee.add_raw_token(G):se.tag_start_char==="{"&&G.type===R.TEXT?ee.print_preserved_newlines(G)?(G.newlines=0,ee.add_raw_token(G)):ee.print_token(G):(G.type===R.ATTRIBUTE?ee.set_space_before_token(!0):(G.type===R.EQUALS||G.type===R.VALUE&&G.previous.type===R.EQUALS)&&ee.set_space_before_token(!1),G.type===R.ATTRIBUTE&&se.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(ee.traverse_whitespace(G),Q=Q||G.newlines!==0),this._is_wrap_attributes_force&&se.attr_count>=this._options.wrap_attributes_min_attrs&&(te.type!==R.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(ee.print_newline(!1),Q=!0)),ee.print_token(G),Q=Q||ee.previous_token_wrapped(),se.has_wrapped_attrs=Q),le},ae.prototype._handle_text=function(ee,G,se){var te={text:G.text,type:"TK_CONTENT"};return se.custom_beautifier_name?this._print_custom_beatifier_text(ee,G,se):se.is_unformatted||se.is_content_unformatted?ee.add_raw_token(G):(ee.traverse_whitespace(G),ee.print_token(G)),te},ae.prototype._print_custom_beatifier_text=function(ee,G,se){var te=this;if(G.text!==""){var Q=G.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,bt){var kt=new ae(Mt,bt,te._js_beautify,te._css_beautify);return kt.beautify()}),this._options.indent_scripts==="keep"?$=0:this._options.indent_scripts==="separate"&&($=-ee.indent_level);var me=ee.get_full_indent($);if(Q=Q.replace(/\n[ \t]*$/,""),se.custom_beautifier_name!=="html"&&Q[0]==="<"&&Q.match(/^(<!--|<!\[CDATA\[)/)){var Ae=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(Q);if(!Ae){ee.add_raw_token(G);return}j=me+Ae[1]+`
`,Q=Ae[4],Ae[5]&&(ie=me+Ae[5]),Q=Q.replace(/\n[ \t]*$/,""),(Ae[2]||Ae[3].indexOf(`
`)!==-1)&&(Ae=Ae[3].match(/[ \t]+$/),Ae&&(G.whitespace_before=Ae[0]))}if(Q)if(le){var Pe=function(){this.eol=`
`};Pe.prototype=this._options.raw_options;var He=new Pe;Q=le(me+Q,He)}else{var Ne=G.whitespace_before;Ne&&(Q=Q.replace(new RegExp(`
(`+Ne+")?","g"),`
`)),Q=me+Q.replace(/\n/g,`
`+me)}j&&(Q?Q=j+Q+`
`+ie:Q=j+ie),ee.print_newline(!1),Q&&(G.text=Q,G.whitespace_before="",G.newlines=0,ee.add_raw_token(G),ee.print_newline(!0))}},ae.prototype._handle_tag_open=function(ee,G,se,te,Q){var le=this._get_tag_open_token(G);if((se.is_unformatted||se.is_content_unformatted)&&!se.is_empty_element&&G.type===R.TAG_OPEN&&!le.is_start_tag?(ee.add_raw_token(G),le.start_tag_token=this._tag_stack.try_pop(le.tag_name)):(ee.traverse_whitespace(G),this._set_tag_position(ee,G,le,se,te),le.is_inline_element||ee.set_wrap_point(),ee.print_token(G)),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=G.text.length+1),!le.tag_complete&&!le.is_unformatted&&(ee.alignment_size=le.alignment_size),le};var X=function(ee,G,se){if(this.parent=G||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 te;this.tag_start_char=se.text[0],this.text=se.text,this.tag_start_char==="<"?(te=se.text.match(/^<([^\s>]*)/),this.tag_check=te?te[1]:""):(te=se.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=te?te[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==="{"&&(!ee.indent_handlebars||this.text.length<3||/[^#\^]/.test(this.text.charAt(Q)))}};ae.prototype._get_tag_open_token=function(ee){var G=new X(this._options,this._tag_stack.get_parser_token(),ee);return G.alignment_size=this._options.wrap_attributes_indent_size,G.is_end_tag=G.is_end_tag||K(G.tag_check,this._options.void_elements),G.is_empty_element=G.tag_complete||G.is_start_tag&&G.is_end_tag,G.is_unformatted=!G.tag_complete&&K(G.tag_check,this._options.unformatted),G.is_content_unformatted=!G.is_empty_element&&K(G.tag_check,this._options.content_unformatted),G.is_inline_element=K(G.tag_name,this._options.inline)||this._options.inline_custom_elements&&G.tag_name.includes("-")||G.tag_start_char==="{",G},ae.prototype._set_tag_position=function(ee,G,se,te,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||ee.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,G)))),K(se.tag_check,this._options.extra_liners)&&(ee.print_newline(!1),ee._output.just_added_blankline()||ee.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=ee.current_line_has_match(/{{#if/);le||ee.print_newline(!1)}se.tag_name==="!--"&&Q.type===R.TAG_CLOSE&&te.is_end_tag&&se.text.indexOf(`
`)===-1||(se.is_inline_element||se.is_unformatted||ee.print_newline(!1),this._calcluate_parent_multiline(ee,se))}else if(se.is_end_tag){var $=!1;$=se.start_tag_token&&se.start_tag_token.multiline_content,$=$||!se.is_inline_element&&!(te.is_inline_element||te.is_unformatted)&&!(Q.type===R.TAG_CLOSE&&se.start_tag_token===te)&&Q.type!=="TK_CONTENT",(se.is_content_unformatted||se.is_unformatted)&&($=!1),$&&ee.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)&&ee.print_newline(!1),this._calcluate_parent_multiline(ee,se)},ae.prototype._calcluate_parent_multiline=function(ee,G){G.parent&&ee._output.just_added_newline()&&!((G.is_inline_element||G.is_unformatted)&&G.parent.is_inline_element)&&(G.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(ee){var G=null;if(!(ee.is_empty_element||!ee.is_start_tag||!ee.parent)){if(ee.tag_name==="body")G=G||this._tag_stack.try_pop("head");else if(ee.tag_name==="li")G=G||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(ee.tag_name==="dd"||ee.tag_name==="dt")G=G||this._tag_stack.try_pop("dt",["dl"]),G=G||this._tag_stack.try_pop("dd",["dl"]);else if(ee.parent.tag_name==="p"&&oe.indexOf(ee.tag_name)!==-1){var se=ee.parent.parent;(!se||q.indexOf(se.tag_name)===-1)&&(G=G||this._tag_stack.try_pop("p"))}else ee.tag_name==="rp"||ee.tag_name==="rt"?(G=G||this._tag_stack.try_pop("rt",["ruby","rtc"]),G=G||this._tag_stack.try_pop("rp",["ruby","rtc"])):ee.tag_name==="optgroup"?G=G||this._tag_stack.try_pop("optgroup",["select"]):ee.tag_name==="option"?G=G||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):ee.tag_name==="colgroup"?G=G||this._tag_stack.try_pop("caption",["table"]):ee.tag_name==="thead"?(G=G||this._tag_stack.try_pop("caption",["table"]),G=G||this._tag_stack.try_pop("colgroup",["table"])):ee.tag_name==="tbody"||ee.tag_name==="tfoot"?(G=G||this._tag_stack.try_pop("caption",["table"]),G=G||this._tag_stack.try_pop("colgroup",["table"]),G=G||this._tag_stack.try_pop("thead",["table"]),G=G||this._tag_stack.try_pop("tbody",["table"])):ee.tag_name==="tr"?(G=G||this._tag_stack.try_pop("caption",["table"]),G=G||this._tag_stack.try_pop("colgroup",["table"]),G=G||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(ee.tag_name==="th"||ee.tag_name==="td")&&(G=G||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),G=G||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return ee.parent=this._tag_stack.get_parser_token(),G}},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,K){b.call(this,N,K),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,K){return N.type===P.TAG_CLOSE&&K&&((N.text===">"||N.text==="/>")&&K.text[0]==="<"||N.text==="}}"&&K.text[0]==="{"&&K.text[1]==="{")||N.type===P.CONTROL_FLOW_CLOSE&&N.text==="}"&&K.text.endsWith("{")},B.prototype._reset=function(){this._current_tag_name=""},B.prototype._get_next_token=function(N,K){var H=null;this._readWhitespace();var W=this._input.peek();return W===null?this._create_token(P.EOF,""):(H=H||this._read_open_handlebars(W,K),H=H||this._read_attribute(W,N,K),H=H||this._read_close(W,K),H=H||this._read_script_and_style(W,N),H=H||this._read_control_flows(W,K),H=H||this._read_raw_content(W,N,K),H=H||this._read_content_word(W,K),H=H||this._read_comment_or_cdata(W),H=H||this._read_processing(W),H=H||this._read_open(W,K),H=H||this._create_token(P.UNKNOWN,this._input.next()),H)},B.prototype._read_comment_or_cdata=function(N){var K=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&&(K=this._create_token(P.COMMENT,H),K.directives=W)}return K},B.prototype._read_processing=function(N){var K=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&&(K=this._create_token(P.COMMENT,H),K.directives=W)}return K},B.prototype._read_open=function(N,K){var H=null,W=null;return(!K||K.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,K){var H=null,W=null;return(!K||K.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,K){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,X=0;!(H.endsWith("{")&&ae===X);){var oe=this._input.next();if(oe===null)break;oe==="("?ae++:oe===")"&&X++,H+=oe}W=this._create_token(P.CONTROL_FLOW_OPEN,H)}else N==="}"&&K&&K.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,K){var H=null,W=null;return K&&K.type===P.TAG_OPEN&&(K.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)):K.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,K,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 X=this._input.next();N==='"'?X+=this.__patterns.double_quote.read():X+=this.__patterns.single_quote.read(),W=this._create_token(P.VALUE,X)}else ae=this.__patterns.attribute.read(),ae&&(K.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,K,H){var W="";if(H&&H.text[0]==="{")W=this.__patterns.handlebars_raw_close.read();else if(K.type===P.TAG_CLOSE&&K.opened.text[0]==="<"&&K.text[0]!=="/"){var ae=K.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,K){if(K.type===P.TAG_CLOSE&&K.opened.text[0]==="<"&&K.text[0]!=="/"){var H=K.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,K){var H="";return this._options.unformatted_content_delimiter&&N===this._options.unformatted_content_delimiter[0]&&(H=this.__patterns.unformatted_content_delimiter.read()),H||(H=K&&K.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 K(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),X=[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 ee(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 G(j){return j===oe.ArrayLiteral}function se(j){return P(j,[oe.Expression,oe.ForInitializer,oe.Conditional])}function te(j,ie){for(var me=0;me<j.length;me++){var Ae=j[me].trim();if(Ae.charAt(0)!==ie)return!1}return!0}function Q(j,ie){for(var me=0,Ae=j.length,Pe;me<Ae;me++)if(Pe=j[me],Pe&&Pe.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 Ae={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 Ae},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 Ae=this._tokens.next();Ae;)this.handle_token(Ae),this._last_last_text=this._flags.last_token.text,this._flags.last_token=Ae,Ae=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,Ae=this._options.keep_array_indentation&&G(this._flags.mode);if(j.comments_before)for(var Pe=j.comments_before.next();Pe;)this.handle_whitespace_and_comments(Pe,ie),this.handle_token(Pe,ie),Pe=j.comments_before.next();if(Ae)for(var He=0;He<me;He+=1)this.print_newline(He>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 Ne=1;Ne<me;Ne+=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,Ae=P(this._flags.last_token.text,R)||P(j.text,R);if(Ae){var Pe=P(this._flags.last_token.text,R)&&P(this._options.operator_position,X)||P(j.text,R);me=me&&Pe}if(me)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(K(this._flags.last_token,$))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==="["||G(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||K(this._flags.last_token,["get","set"]))},le.prototype.start_of_statement=function(j){var ie=!1;return ie=ie||K(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)&&K(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||K(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,K(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===")"){K(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,G(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 Ae=this._tokens.peek(-4);K(me,["async","function"])||me.text==="*"&&K(Ae,["async","function"])?this._output.space_before_token=!0:this._flags.mode===oe.ObjectLiteral?(me.text==="{"||me.text===","||me.text==="*"&&(Ae.text==="{"||Ae.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==="]"&&G(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])||K(this._flags.last_token,["return","throw","import","default"])?this.set_mode(oe.ObjectLiteral):this.set_mode(oe.BlockStatement),this._flags.last_token&&K(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var Ae=!ie.comments_before&&ie.text==="}",Pe=Ae&&this._flags.last_word==="function"&&this._flags.last_token.type===A.END_EXPR;if(this._options.brace_preserve_inline){var He=0,Ne=null;this._flags.inline_frame=!0;do if(He+=1,Ne=this._tokens.peek(He-1),Ne.newlines){this._flags.inline_frame=!1;break}while(Ne.type!==A.EOF&&!(Ne.type===A.END_BLOCK&&Ne.opened===j))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&j.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==A.OPERATOR&&(Pe||this._flags.last_token.type===A.EQUALS||K(this._flags.last_token,H)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(G(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(),!Ae&&!(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||(G(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)?K(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||!K(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&&K(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?K(this._flags.last_token,["get","set","new","export"])||K(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)||G(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":K(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"),K(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"),K(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 Ae=this._output.current_line;Ae.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else me==="NEWLINE"?K(this._flags.last_token,H)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&K(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||!K(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()):K(j,D)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&G(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==="*"&&(K(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 Ae=!ie;this.handle_whitespace_and_comments(j,Ae)}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,X)&&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 Pe=!0,He=!0,Ne=!1;if(j.text===":"?this._flags.ternary_depth===0?Pe=!1:(this._flags.ternary_depth-=1,Ne=!0):j.text==="?"&&(this._flags.ternary_depth+=1),!me&&!ie&&this._options.preserve_newlines&&P(j.text,R)){var Mt=j.text===":",bt=Mt&&Ne,kt=Mt&&!Ne;switch(this._options.operator_position){case ae.before_newline:this._output.space_before_token=!kt,this.print_token(j),(!Mt||bt)&&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||bt?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),Pe=!(this._output.just_added_newline()||kt),this._output.space_before_token=Pe,this.print_token(j),this._output.space_before_token=!0;return}}if(ie){this.allow_wrap_or_preserved_newline(j),Pe=!1;var Zt=this._tokens.peek();He=Zt&&P(Zt.type,[A.WORD,A.RESERVED])}else if(j.text==="...")this.allow_wrap_or_preserved_newline(j),Pe=this._flags.last_token.type===A.START_BLOCK,He=!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),Pe=!1,He=!1,j.newlines&&(j.text==="--"||j.text==="++"||j.text==="~")){var Ft=K(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)&&(Pe=!0),this._flags.last_token.type===A.RESERVED?Pe=!0:this._flags.last_token.type===A.END_EXPR?Pe=!(this._flags.last_token.text==="]"&&(j.text==="--"||j.text==="++")):this._flags.last_token.type===A.OPERATOR&&(Pe=P(j.text,["--","-","++","+"])&&P(this._flags.last_token.text,["--","-","++","+"]),P(j.text,["+","-"])&&P(this._flags.last_token.text,["--","++"])&&(He=!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||Pe,this.print_token(j),this._output.space_before_token=He},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=ee(j.text),Ae,Pe=!1,He=!1,Ne=j.whitespace_before,Mt=Ne.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),Pe=te(me,"*"),He=Q(me,Ne),Pe&&(this._flags.alignment=1),Ae=0;Ae<me.length;Ae++)Pe?(this.print_token_line_indentation(j),this._output.add_token(M(me[Ae]))):He&&me[Ae]?(this.print_token_line_indentation(j),this._output.add_token(me[Ae].substring(Mt))):(this._output.current_line.set_indent(-1),this._output.add_token(me[Ae])),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),K(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(te,Q){return Q.indexOf(te)!==-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]/,K=/[^\d\.]/,H=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),W=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";W=W.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),W="\\?\\.(?!\\d) "+W,W=W.replace(/ /g,"|");var ae=new RegExp(W),X="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),oe=X.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),q=new RegExp("^(?:"+oe.join("|")+")$"),ee,G=function(te,Q){y.call(this,te,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(/[`}\\]/)}};G.prototype=new y,G.prototype._is_comment=function(te){return te.type===P.COMMENT||te.type===P.BLOCK_COMMENT||te.type===P.UNKNOWN},G.prototype._is_opening=function(te){return te.type===P.START_BLOCK||te.type===P.START_EXPR},G.prototype._is_closing=function(te,Q){return(te.type===P.END_BLOCK||te.type===P.END_EXPR)&&Q&&(te.text==="]"&&Q.text==="["||te.text===")"&&Q.text==="("||te.text==="}"&&Q.text==="{")},G.prototype._reset=function(){ee=!1},G.prototype._get_next_token=function(te,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(te),le=le||this._read_singles($),le=le||this._read_comment($),le=le||this._read_regexp($,te),le=le||this._read_xml($,te),le=le||this._read_punctuation(),le=le||this._create_token(P.UNKNOWN,this._input.next()),le)},G.prototype._read_word=function(te){var Q;if(Q=this.__patterns.identifier.read(),Q!=="")return Q=Q.replace(S.allLineBreaks,`
`),!(te.type===P.DOT||te.type===P.RESERVED&&(te.text==="set"||te.text==="get"))&&q.test(Q)?(Q==="in"||Q==="of")&&(te.type===P.WORD||te.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)},G.prototype._read_singles=function(te){var Q=null;return te==="("||te==="["?Q=this._create_token(P.START_EXPR,te):te===")"||te==="]"?Q=this._create_token(P.END_EXPR,te):te==="{"?Q=this._create_token(P.START_BLOCK,te):te==="}"?Q=this._create_token(P.END_BLOCK,te):te===";"?Q=this._create_token(P.SEMICOLON,te):te==="."&&K.test(this._input.peek(1))?Q=this._create_token(P.DOT,te):te===","&&(Q=this._create_token(P.COMMA,te)),Q&&this._input.next(),Q},G.prototype._read_pair=function(te,Q){var le=null;return te==="#"&&Q==="{"&&(le=this._create_token(P.START_BLOCK,te+Q)),le&&(this._input.next(),this._input.next()),le},G.prototype._read_punctuation=function(){var te=this.__patterns.punct.read();if(te!=="")return te==="="?this._create_token(P.EQUALS,te):te==="?."?this._create_token(P.DOT,te):this._create_token(P.OPERATOR,te)},G.prototype._read_non_javascript=function(te){var Q="";if(te==="#"){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()+`
`);te=this._input.next();var le="#";if(this._input.hasNext()&&this._input.testChar(N)){do te=this._input.next(),le+=te;while(this._input.hasNext()&&te!=="#"&&te!=="=");return te==="#"||(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(te==="<"&&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 ee=!0,this._create_token(P.COMMENT,Q)}}else if(ee&&te==="-"&&(Q=this.__patterns.html_comment_end.read(),Q))return ee=!1,this._create_token(P.COMMENT,Q);return null},G.prototype._read_comment=function(te){var Q=null;if(te==="/"){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},G.prototype._read_string=function(te){if(te==="`"||te==="'"||te==='"'){var Q=this._input.next();return this.has_char_escapes=!1,te==="`"?Q+=this._read_string_recursive("`",!0,"${"):Q+=this._read_string_recursive(te),this.has_char_escapes&&this._options.unescape_strings&&(Q=se(Q)),this._input.peek()===te&&(Q+=this._input.next()),Q=Q.replace(S.allLineBreaks,`
`),this._create_token(P.STRING,Q)}return null},G.prototype._allow_regexp_or_xml=function(te){return te.type===P.RESERVED&&A(te.text,["return","case","throw","else","do","typeof","yield"])||te.type===P.END_EXPR&&te.text===")"&&te.opened.previous.type===P.RESERVED&&A(te.opened.previous.text,["if","while","for"])||A(te.type,[P.COMMENT,P.START_EXPR,P.START_BLOCK,P.START,P.END_BLOCK,P.OPERATOR,P.EQUALS,P.EOF,P.SEMICOLON,P.COMMA])},G.prototype._read_regexp=function(te,Q){if(te==="/"&&this._allow_regexp_or_xml(Q)){for(var le=this._input.next(),$=!1,j=!1;this._input.hasNext()&&($||j||this._input.peek()!==te)&&!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()===te&&(le+=this._input.next(),le+=this._input.read(S.identifier)),this._create_token(P.STRING,le)}return null},G.prototype._read_xml=function(te,Q){if(this._options.e4x&&te==="<"&&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 Ae=!!$[1],Pe=$[2],He=!!$[$.length-1]||Pe.slice(0,8)==="![CDATA[";if(!He&&(Pe===j||ie&&Pe.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(Ae?--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(te){for(var Q="",le=0,$=new p(te),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 te;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}G.prototype._read_string_recursive=function(te,Q,le){var $,j;te==="'"?j=this.__patterns.single_quote:te==='"'?j=this.__patterns.double_quote:te==="`"?j=this.__patterns.template_text:te==="}"&&(j=this.__patterns.template_expression);for(var ie=j.read(),me="";this._input.hasNext();){if(me=this._input.next(),me===te||!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&&(te==="`"?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=G,u.exports.TOKEN=P,u.exports.positionable_operators=H.slice(),u.exports.line_starters=X.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,ne){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=Z,this.start=Y,this.end=ne}return Ve.range=function(Y,ne){return ne?!Y||!Y.loc||!ne.loc||Y.loc.lexer!==ne.loc.lexer?null:new Ve(Y.loc.lexer,Y.loc.start,ne.loc.end):Y&&Y.loc},Ve}(),c=function(){function Ve(Y,ne){this.text=void 0,this.loc=void 0,this.text=Y,this.loc=ne}var Z=Ve.prototype;return Z.range=function(ne,de){return new Ve(de,l.range(this,ne))},Ve}(),f=function Ve(Z,Y){this.position=void 0;var ne="KaTeX parse error: "+Z,de,Ee=Y&&Y.loc;if(Ee&&Ee.start<=Ee.end){var Ke=Ee.lexer.input;de=Ee.start;var Pt=Ee.end;de===Ke.length?ne+=" at end of input: ":ne+=" at position "+(de+1)+": ";var zt=Ke.slice(de,Pt).replace(/[^]/g,"$&\u0332"),ir;de>15?ir="\u2026"+Ke.slice(de-15,de):ir=Ke.slice(0,de);var Ar;Pt+15<Ke.length?Ar=Ke.slice(Pt,Pt+15)+"\u2026":Ar=Ke.slice(Pt),ne+=ir+zt+Ar}var $r=new Error(ne);return $r.name="ParseError",$r.__proto__=Ve.prototype,$r.position=de,$r};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(ne,de,Ee){var Ke=this.strict;if(typeof Ke=="function"&&(Ke=Ke(ne,de,Ee)),!(!Ke||Ke==="ignore")){if(Ke===!0||Ke==="error")throw new o("LaTeX-incompatible input and strict mode is set to 'error': "+(de+" ["+ne+"]"),Ee);Ke==="warn"?typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(de+" ["+ne+"]")):typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ke+"': "+de+" ["+ne+"]"))}},Z.useStrictBehavior=function(ne,de,Ee){var Ke=this.strict;if(typeof Ke=="function")try{Ke=Ke(ne,de,Ee)}catch(Pt){Ke="error"}return!Ke||Ke==="ignore"?!1:Ke===!0||Ke==="error"?!0:Ke==="warn"?(typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(de+" ["+ne+"]")),!1):(typeof console!="undefined"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+Ke+"': "+de+" ["+ne+"]")),!1)},Z.isTrusted=function(ne){ne.url&&!ne.protocol&&(ne.protocol=A.protocolFromUrl(ne.url));var de=typeof this.trust=="function"?this.trust(ne):this.trust;return!!de},Ve}(),M=function(){function Ve(Y,ne,de){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=Y,this.size=ne,this.cramped=de}var Z=Ve.prototype;return Z.sup=function(){return q[ee[this.id]]},Z.sub=function(){return q[G[this.id]]},Z.fracNum=function(){return q[se[this.id]]},Z.fracDen=function(){return q[te[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,K=2,H=3,W=4,ae=5,X=6,oe=7,q=[new M(B,0,!1),new M(N,0,!0),new M(K,1,!1),new M(H,1,!0),new M(W,2,!1),new M(ae,2,!0),new M(X,3,!1),new M(oe,3,!0)],ee=[W,ae,W,ae,X,oe,X,oe],G=[ae,ae,ae,ae,oe,oe,oe,oe],se=[K,H,W,ae,X,oe,X,oe],te=[H,H,ae,ae,oe,oe,oe,oe],Q=[N,N,H,H,ae,ae,oe,oe],le=[B,N,K,H,K,H,K,H],$={DISPLAY:q[B],TEXT:q[K],SCRIPT:q[W],SCRIPTSCRIPT:q[X]},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],ne=0;ne<Y.blocks.length;ne++){var de=Y.blocks[ne];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 Ae(Ve){for(var Z=0;Z<me.length;Z+=2)if(Ve>=me[Z]&&Ve<=me[Z+1])return!0;return!1}var Pe=80,He=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"},Ne=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"},bt=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,ne){var de=ne-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,ne){Y=1e3*Y;var de="";switch(Z){case"sqrtMain":de=He(Y,Pe);break;case"sqrtSize1":de=Ne(Y,Pe);break;case"sqrtSize2":de=Mt(Y,Pe);break;case"sqrtSize3":de=bt(Y,Pe);break;case"sqrtSize4":de=kt(Y,Pe);break;case"sqrtTall":de=Zt(Y,Pe,ne)}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`},je=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(ne){return A.contains(this.classes,ne)},Z.toNode=function(){for(var ne=document.createDocumentFragment(),de=0;de<this.children.length;de++)ne.appendChild(this.children[de].toNode());return ne},Z.toMarkup=function(){for(var ne="",de=0;de<this.children.length;de++)ne+=this.children[de].toMarkup();return ne},Z.toText=function(){var ne=function(Ee){return Ee.toText()};return this.children.map(ne).join("")},Ve}(),Et=function(Z){return Z.filter(function(Y){return Y}).join(" ")},Bt=function(Z,Y,ne){if(this.classes=Z||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=ne||{},Y){Y.style.isTight()&&this.classes.push("mtight");var de=Y.getColor();de&&(this.style.color=de)}},tt=function(Z){var Y=document.createElement(Z);Y.className=Et(this.classes);for(var ne in this.style)this.style.hasOwnProperty(ne)&&(Y.style[ne]=this.style[ne]);for(var de in this.attributes)this.attributes.hasOwnProperty(de)&&Y.setAttribute(de,this.attributes[de]);for(var Ee=0;Ee<this.children.length;Ee++)Y.appendChild(this.children[Ee].toNode());return Y},yt=function(Z){var Y="<"+Z;this.classes.length&&(Y+=' class="'+A.escape(Et(this.classes))+'"');var ne="";for(var de in this.style)this.style.hasOwnProperty(de)&&(ne+=A.hyphenate(de)+":"+this.style[de]+";");ne&&(Y+=' style="'+A.escape(ne)+'"');for(var Ee in this.attributes)this.attributes.hasOwnProperty(Ee)&&(Y+=" "+Ee+'="'+A.escape(this.attributes[Ee])+'"');Y+=">";for(var Ke=0;Ke<this.children.length;Ke++)Y+=this.children[Ke].toMarkup();return Y+="</"+Z+">",Y},dt=function(){function Ve(Y,ne,de,Ee){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,Ee),this.children=ne||[]}var Z=Ve.prototype;return Z.setAttribute=function(ne,de){this.attributes[ne]=de},Z.hasClass=function(ne){return A.contains(this.classes,ne)},Z.toNode=function(){return tt.call(this,"span")},Z.toMarkup=function(){return yt.call(this,"span")},Ve}(),qe=function(){function Ve(Y,ne,de,Ee){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,ne,Ee),this.children=de||[],this.setAttribute("href",Y)}var Z=Ve.prototype;return Z.setAttribute=function(ne,de){this.attributes[ne]=de},Z.hasClass=function(ne){return A.contains(this.classes,ne)},Z.toNode=function(){return tt.call(this,"a")},Z.toMarkup=function(){return yt.call(this,"a")},Ve}(),Fe=function(){function Ve(Y,ne,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=ne,this.src=Y,this.classes=["mord"],this.style=de}var Z=Ve.prototype;return Z.hasClass=function(ne){return A.contains(this.classes,ne)},Z.toNode=function(){var ne=document.createElement("img");ne.src=this.src,ne.alt=this.alt,ne.className="mord";for(var de in this.style)this.style.hasOwnProperty(de)&&(ne.style[de]=this.style[de]);return ne},Z.toMarkup=function(){var ne="<img src='"+this.src+" 'alt='"+this.alt+"' ",de="";for(var Ee in this.style)this.style.hasOwnProperty(Ee)&&(de+=A.hyphenate(Ee)+":"+this.style[Ee]+";");return de&&(ne+=' style="'+A.escape(de)+'"'),ne+="'/>",ne},Ve}(),be={\u00EE:"\u0131\u0302",\u00EF:"\u0131\u0308",\u00ED:"\u0131\u0301",\u00EC:"\u0131\u0300"},ke=function(){function Ve(Y,ne,de,Ee,Ke,Pt,zt,ir){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=Y,this.height=ne||0,this.depth=de||0,this.italic=Ee||0,this.skew=Ke||0,this.width=Pt||0,this.classes=zt||[],this.style=ir||{},this.maxFontSize=0;var Ar=ie(this.text.charCodeAt(0));Ar&&this.classes.push(Ar+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=be[this.text])}var Z=Ve.prototype;return Z.hasClass=function(ne){return A.contains(this.classes,ne)},Z.toNode=function(){var ne=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=Et(this.classes));for(var Ee in this.style)this.style.hasOwnProperty(Ee)&&(de=de||document.createElement("span"),de.style[Ee]=this.style[Ee]);return de?(de.appendChild(ne),de):ne},Z.toMarkup=function(){var ne=!1,de="<span";this.classes.length&&(ne=!0,de+=' class="',de+=A.escape(Et(this.classes)),de+='"');var Ee="";this.italic>0&&(Ee+="margin-right:"+this.italic+"em;");for(var Ke in this.style)this.style.hasOwnProperty(Ke)&&(Ee+=A.hyphenate(Ke)+":"+this.style[Ke]+";");Ee&&(ne=!0,de+=' style="'+A.escape(Ee)+'"');var Pt=A.escape(this.text);return ne?(de+=">",de+=Pt,de+="</span>",de):Pt},Ve}(),Ge=function(){function Ve(Y,ne){this.children=void 0,this.attributes=void 0,this.children=Y||[],this.attributes=ne||{}}var Z=Ve.prototype;return Z.toNode=function(){var ne="http://www.w3.org/2000/svg",de=document.createElementNS(ne,"svg");for(var Ee in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ee)&&de.setAttribute(Ee,this.attributes[Ee]);for(var Ke=0;Ke<this.children.length;Ke++)de.appendChild(this.children[Ke].toNode());return de},Z.toMarkup=function(){var ne="<svg";for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&(ne+=" "+de+"='"+this.attributes[de]+"'");ne+=">";for(var Ee=0;Ee<this.children.length;Ee++)ne+=this.children[Ee].toMarkup();return ne+="</svg>",ne},Ve}(),We=function(){function Ve(Y,ne){this.pathName=void 0,this.alternate=void 0,this.pathName=Y,this.alternate=ne}var Z=Ve.prototype;return Z.toNode=function(){var ne="http://www.w3.org/2000/svg",de=document.createElementNS(ne,"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}(),Ye=function(){function Ve(Y){this.attributes=void 0,this.attributes=Y||{}}var Z=Ve.prototype;return Z.toNode=function(){var ne="http://www.w3.org/2000/svg",de=document.createElementNS(ne,"line");for(var Ee in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,Ee)&&de.setAttribute(Ee,this.attributes[Ee]);return de},Z.toMarkup=function(){var ne="<line";for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&(ne+=" "+de+"='"+this.attributes[de]+"'");return ne+="/>",ne},Ve}();function ht(Ve){if(Ve instanceof ke)return Ve;throw new Error("Expected symbolNode but got "+String(Ve)+".")}function xt(Ve){if(Ve instanceof dt)return Ve;throw new Error("Expected span<HtmlDomNode> but got "+String(Ve)+".")}var nr={"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]}},er={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]},Re={\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 et(Ve,Z){nr[Ve]=Z}function Vt(Ve,Z,Y){if(!nr[Z])throw new Error("Font metrics not found for font: "+Z+".");var ne=Ve.charCodeAt(0),de=nr[Z][ne];if(!de&&Ve[0]in Re&&(ne=Re[Ve[0]].charCodeAt(0),de=nr[Z][ne]),!de&&Y==="text"&&Ae(ne)&&(de=nr[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:er.quad[Z]/18};for(var ne in er)er.hasOwnProperty(ne)&&(Y[ne]=er[ne][Z])}return Lt[Z]}var Ht={bin:1,close:1,inner:1,open:1,punct:1,rel:1},Tt={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},Qt={math:{},text:{}},$e=Qt;function ce(Ve,Z,Y,ne,de,Ee){Qt[Ve][de]={font:Z,group:Y,replace:ne},Ee&&ne&&(Qt[Ve][ne]=Qt[Ve][de])}var he="math",It="text",Se="main",ft="ams",Gt="accent-token",Ct="bin",Ce="close",St="inner",ze="mathord",nt="op-token",Te="open",Rt="punct",Le="rel",Or="spacing",At="textord";ce(he,Se,Le,"\u2261","\\equiv",!0),ce(he,Se,Le,"\u227A","\\prec",!0),ce(he,Se,Le,"\u227B","\\succ",!0),ce(he,Se,Le,"\u223C","\\sim",!0),ce(he,Se,Le,"\u22A5","\\perp"),ce(he,Se,Le,"\u2AAF","\\preceq",!0),ce(he,Se,Le,"\u2AB0","\\succeq",!0),ce(he,Se,Le,"\u2243","\\simeq",!0),ce(he,Se,Le,"\u2223","\\mid",!0),ce(he,Se,Le,"\u226A","\\ll",!0),ce(he,Se,Le,"\u226B","\\gg",!0),ce(he,Se,Le,"\u224D","\\asymp",!0),ce(he,Se,Le,"\u2225","\\parallel"),ce(he,Se,Le,"\u22C8","\\bowtie",!0),ce(he,Se,Le,"\u2323","\\smile",!0),ce(he,Se,Le,"\u2291","\\sqsubseteq",!0),ce(he,Se,Le,"\u2292","\\sqsupseteq",!0),ce(he,Se,Le,"\u2250","\\doteq",!0),ce(he,Se,Le,"\u2322","\\frown",!0),ce(he,Se,Le,"\u220B","\\ni",!0),ce(he,Se,Le,"\u221D","\\propto",!0),ce(he,Se,Le,"\u22A2","\\vdash",!0),ce(he,Se,Le,"\u22A3","\\dashv",!0),ce(he,Se,Le,"\u220B","\\owns"),ce(he,Se,Rt,".","\\ldotp"),ce(he,Se,Rt,"\u22C5","\\cdotp"),ce(he,Se,At,"#","\\#"),ce(It,Se,At,"#","\\#"),ce(he,Se,At,"&","\\&"),ce(It,Se,At,"&","\\&"),ce(he,Se,At,"\u2135","\\aleph",!0),ce(he,Se,At,"\u2200","\\forall",!0),ce(he,Se,At,"\u210F","\\hbar",!0),ce(he,Se,At,"\u2203","\\exists",!0),ce(he,Se,At,"\u2207","\\nabla",!0),ce(he,Se,At,"\u266D","\\flat",!0),ce(he,Se,At,"\u2113","\\ell",!0),ce(he,Se,At,"\u266E","\\natural",!0),ce(he,Se,At,"\u2663","\\clubsuit",!0),ce(he,Se,At,"\u2118","\\wp",!0),ce(he,Se,At,"\u266F","\\sharp",!0),ce(he,Se,At,"\u2662","\\diamondsuit",!0),ce(he,Se,At,"\u211C","\\Re",!0),ce(he,Se,At,"\u2661","\\heartsuit",!0),ce(he,Se,At,"\u2111","\\Im",!0),ce(he,Se,At,"\u2660","\\spadesuit",!0),ce(It,Se,At,"\xA7","\\S",!0),ce(It,Se,At,"\xB6","\\P",!0),ce(he,Se,At,"\u2020","\\dag"),ce(It,Se,At,"\u2020","\\dag"),ce(It,Se,At,"\u2020","\\textdagger"),ce(he,Se,At,"\u2021","\\ddag"),ce(It,Se,At,"\u2021","\\ddag"),ce(It,Se,At,"\u2021","\\textdaggerdbl"),ce(he,Se,Ce,"\u23B1","\\rmoustache",!0),ce(he,Se,Te,"\u23B0","\\lmoustache",!0),ce(he,Se,Ce,"\u27EF","\\rgroup",!0),ce(he,Se,Te,"\u27EE","\\lgroup",!0),ce(he,Se,Ct,"\u2213","\\mp",!0),ce(he,Se,Ct,"\u2296","\\ominus",!0),ce(he,Se,Ct,"\u228E","\\uplus",!0),ce(he,Se,Ct,"\u2293","\\sqcap",!0),ce(he,Se,Ct,"\u2217","\\ast"),ce(he,Se,Ct,"\u2294","\\sqcup",!0),ce(he,Se,Ct,"\u25EF","\\bigcirc"),ce(he,Se,Ct,"\u2219","\\bullet"),ce(he,Se,Ct,"\u2021","\\ddagger"),ce(he,Se,Ct,"\u2240","\\wr",!0),ce(he,Se,Ct,"\u2A3F","\\amalg"),ce(he,Se,Ct,"&","\\And"),ce(he,Se,Le,"\u27F5","\\longleftarrow",!0),ce(he,Se,Le,"\u21D0","\\Leftarrow",!0),ce(he,Se,Le,"\u27F8","\\Longleftarrow",!0),ce(he,Se,Le,"\u27F6","\\longrightarrow",!0),ce(he,Se,Le,"\u21D2","\\Rightarrow",!0),ce(he,Se,Le,"\u27F9","\\Longrightarrow",!0),ce(he,Se,Le,"\u2194","\\leftrightarrow",!0),ce(he,Se,Le,"\u27F7","\\longleftrightarrow",!0),ce(he,Se,Le,"\u21D4","\\Leftrightarrow",!0),ce(he,Se,Le,"\u27FA","\\Longleftrightarrow",!0),ce(he,Se,Le,"\u21A6","\\mapsto",!0),ce(he,Se,Le,"\u27FC","\\longmapsto",!0),ce(he,Se,Le,"\u2197","\\nearrow",!0),ce(he,Se,Le,"\u21A9","\\hookleftarrow",!0),ce(he,Se,Le,"\u21AA","\\hookrightarrow",!0),ce(he,Se,Le,"\u2198","\\searrow",!0),ce(he,Se,Le,"\u21BC","\\leftharpoonup",!0),ce(he,Se,Le,"\u21C0","\\rightharpoonup",!0),ce(he,Se,Le,"\u2199","\\swarrow",!0),ce(he,Se,Le,"\u21BD","\\leftharpoondown",!0),ce(he,Se,Le,"\u21C1","\\rightharpoondown",!0),ce(he,Se,Le,"\u2196","\\nwarrow",!0),ce(he,Se,Le,"\u21CC","\\rightleftharpoons",!0),ce(he,ft,Le,"\u226E","\\nless",!0),ce(he,ft,Le,"\uE010","\\@nleqslant"),ce(he,ft,Le,"\uE011","\\@nleqq"),ce(he,ft,Le,"\u2A87","\\lneq",!0),ce(he,ft,Le,"\u2268","\\lneqq",!0),ce(he,ft,Le,"\uE00C","\\@lvertneqq"),ce(he,ft,Le,"\u22E6","\\lnsim",!0),ce(he,ft,Le,"\u2A89","\\lnapprox",!0),ce(he,ft,Le,"\u2280","\\nprec",!0),ce(he,ft,Le,"\u22E0","\\npreceq",!0),ce(he,ft,Le,"\u22E8","\\precnsim",!0),ce(he,ft,Le,"\u2AB9","\\precnapprox",!0),ce(he,ft,Le,"\u2241","\\nsim",!0),ce(he,ft,Le,"\uE006","\\@nshortmid"),ce(he,ft,Le,"\u2224","\\nmid",!0),ce(he,ft,Le,"\u22AC","\\nvdash",!0),ce(he,ft,Le,"\u22AD","\\nvDash",!0),ce(he,ft,Le,"\u22EA","\\ntriangleleft"),ce(he,ft,Le,"\u22EC","\\ntrianglelefteq",!0),ce(he,ft,Le,"\u228A","\\subsetneq",!0),ce(he,ft,Le,"\uE01A","\\@varsubsetneq"),ce(he,ft,Le,"\u2ACB","\\subsetneqq",!0),ce(he,ft,Le,"\uE017","\\@varsubsetneqq"),ce(he,ft,Le,"\u226F","\\ngtr",!0),ce(he,ft,Le,"\uE00F","\\@ngeqslant"),ce(he,ft,Le,"\uE00E","\\@ngeqq"),ce(he,ft,Le,"\u2A88","\\gneq",!0),ce(he,ft,Le,"\u2269","\\gneqq",!0),ce(he,ft,Le,"\uE00D","\\@gvertneqq"),ce(he,ft,Le,"\u22E7","\\gnsim",!0),ce(he,ft,Le,"\u2A8A","\\gnapprox",!0),ce(he,ft,Le,"\u2281","\\nsucc",!0),ce(he,ft,Le,"\u22E1","\\nsucceq",!0),ce(he,ft,Le,"\u22E9","\\succnsim",!0),ce(he,ft,Le,"\u2ABA","\\succnapprox",!0),ce(he,ft,Le,"\u2246","\\ncong",!0),ce(he,ft,Le,"\uE007","\\@nshortparallel"),ce(he,ft,Le,"\u2226","\\nparallel",!0),ce(he,ft,Le,"\u22AF","\\nVDash",!0),ce(he,ft,Le,"\u22EB","\\ntriangleright"),ce(he,ft,Le,"\u22ED","\\ntrianglerighteq",!0),ce(he,ft,Le,"\uE018","\\@nsupseteqq"),ce(he,ft,Le,"\u228B","\\supsetneq",!0),ce(he,ft,Le,"\uE01B","\\@varsupsetneq"),ce(he,ft,Le,"\u2ACC","\\supsetneqq",!0),ce(he,ft,Le,"\uE019","\\@varsupsetneqq"),ce(he,ft,Le,"\u22AE","\\nVdash",!0),ce(he,ft,Le,"\u2AB5","\\precneqq",!0),ce(he,ft,Le,"\u2AB6","\\succneqq",!0),ce(he,ft,Le,"\uE016","\\@nsubseteqq"),ce(he,ft,Ct,"\u22B4","\\unlhd"),ce(he,ft,Ct,"\u22B5","\\unrhd"),ce(he,ft,Le,"\u219A","\\nleftarrow",!0),ce(he,ft,Le,"\u219B","\\nrightarrow",!0),ce(he,ft,Le,"\u21CD","\\nLeftarrow",!0),ce(he,ft,Le,"\u21CF","\\nRightarrow",!0),ce(he,ft,Le,"\u21AE","\\nleftrightarrow",!0),ce(he,ft,Le,"\u21CE","\\nLeftrightarrow",!0),ce(he,ft,Le,"\u25B3","\\vartriangle"),ce(he,ft,At,"\u210F","\\hslash"),ce(he,ft,At,"\u25BD","\\triangledown"),ce(he,ft,At,"\u25CA","\\lozenge"),ce(he,ft,At,"\u24C8","\\circledS"),ce(he,ft,At,"\xAE","\\circledR"),ce(It,ft,At,"\xAE","\\circledR"),ce(he,ft,At,"\u2221","\\measuredangle",!0),ce(he,ft,At,"\u2204","\\nexists"),ce(he,ft,At,"\u2127","\\mho"),ce(he,ft,At,"\u2132","\\Finv",!0),ce(he,ft,At,"\u2141","\\Game",!0),ce(he,ft,At,"\u2035","\\backprime"),ce(he,ft,At,"\u25B2","\\blacktriangle"),ce(he,ft,At,"\u25BC","\\blacktriangledown"),ce(he,ft,At,"\u25A0","\\blacksquare"),ce(he,ft,At,"\u29EB","\\blacklozenge"),ce(he,ft,At,"\u2605","\\bigstar"),ce(he,ft,At,"\u2222","\\sphericalangle",!0),ce(he,ft,At,"\u2201","\\complement",!0),ce(he,ft,At,"\xF0","\\eth",!0),ce(he,ft,At,"\u2571","\\diagup"),ce(he,ft,At,"\u2572","\\diagdown"),ce(he,ft,At,"\u25A1","\\square"),ce(he,ft,At,"\u25A1","\\Box"),ce(he,ft,At,"\u25CA","\\Diamond"),ce(he,ft,At,"\xA5","\\yen",!0),ce(It,ft,At,"\xA5","\\yen",!0),ce(he,ft,At,"\u2713","\\checkmark",!0),ce(It,ft,At,"\u2713","\\checkmark"),ce(he,ft,At,"\u2136","\\beth",!0),ce(he,ft,At,"\u2138","\\daleth",!0),ce(he,ft,At,"\u2137","\\gimel",!0),ce(he,ft,At,"\u03DD","\\digamma",!0),ce(he,ft,At,"\u03F0","\\varkappa"),ce(he,ft,Te,"\u250C","\\ulcorner",!0),ce(he,ft,Ce,"\u2510","\\urcorner",!0),ce(he,ft,Te,"\u2514","\\llcorner",!0),ce(he,ft,Ce,"\u2518","\\lrcorner",!0),ce(he,ft,Le,"\u2266","\\leqq",!0),ce(he,ft,Le,"\u2A7D","\\leqslant",!0),ce(he,ft,Le,"\u2A95","\\eqslantless",!0),ce(he,ft,Le,"\u2272","\\lesssim",!0),ce(he,ft,Le,"\u2A85","\\lessapprox",!0),ce(he,ft,Le,"\u224A","\\approxeq",!0),ce(he,ft,Ct,"\u22D6","\\lessdot"),ce(he,ft,Le,"\u22D8","\\lll",!0),ce(he,ft,Le,"\u2276","\\lessgtr",!0),ce(he,ft,Le,"\u22DA","\\lesseqgtr",!0),ce(he,ft,Le,"\u2A8B","\\lesseqqgtr",!0),ce(he,ft,Le,"\u2251","\\doteqdot"),ce(he,ft,Le,"\u2253","\\risingdotseq",!0),ce(he,ft,Le,"\u2252","\\fallingdotseq",!0),ce(he,ft,Le,"\u223D","\\backsim",!0),ce(he,ft,Le,"\u22CD","\\backsimeq",!0),ce(he,ft,Le,"\u2AC5","\\subseteqq",!0),ce(he,ft,Le,"\u22D0","\\Subset",!0),ce(he,ft,Le,"\u228F","\\sqsubset",!0),ce(he,ft,Le,"\u227C","\\preccurlyeq",!0),ce(he,ft,Le,"\u22DE","\\curlyeqprec",!0),ce(he,ft,Le,"\u227E","\\precsim",!0),ce(he,ft,Le,"\u2AB7","\\precapprox",!0),ce(he,ft,Le,"\u22B2","\\vartriangleleft"),ce(he,ft,Le,"\u22B4","\\trianglelefteq"),ce(he,ft,Le,"\u22A8","\\vDash",!0),ce(he,ft,Le,"\u22AA","\\Vvdash",!0),ce(he,ft,Le,"\u2323","\\smallsmile"),ce(he,ft,Le,"\u2322","\\smallfrown"),ce(he,ft,Le,"\u224F","\\bumpeq",!0),ce(he,ft,Le,"\u224E","\\Bumpeq",!0),ce(he,ft,Le,"\u2267","\\geqq",!0),ce(he,ft,Le,"\u2A7E","\\geqslant",!0),ce(he,ft,Le,"\u2A96","\\eqslantgtr",!0),ce(he,ft,Le,"\u2273","\\gtrsim",!0),ce(he,ft,Le,"\u2A86","\\gtrapprox",!0),ce(he,ft,Ct,"\u22D7","\\gtrdot"),ce(he,ft,Le,"\u22D9","\\ggg",!0),ce(he,ft,Le,"\u2277","\\gtrless",!0),ce(he,ft,Le,"\u22DB","\\gtreqless",!0),ce(he,ft,Le,"\u2A8C","\\gtreqqless",!0),ce(he,ft,Le,"\u2256","\\eqcirc",!0),ce(he,ft,Le,"\u2257","\\circeq",!0),ce(he,ft,Le,"\u225C","\\triangleq",!0),ce(he,ft,Le,"\u223C","\\thicksim"),ce(he,ft,Le,"\u2248","\\thickapprox"),ce(he,ft,Le,"\u2AC6","\\supseteqq",!0),ce(he,ft,Le,"\u22D1","\\Supset",!0),ce(he,ft,Le,"\u2290","\\sqsupset",!0),ce(he,ft,Le,"\u227D","\\succcurlyeq",!0),ce(he,ft,Le,"\u22DF","\\curlyeqsucc",!0),ce(he,ft,Le,"\u227F","\\succsim",!0),ce(he,ft,Le,"\u2AB8","\\succapprox",!0),ce(he,ft,Le,"\u22B3","\\vartriangleright"),ce(he,ft,Le,"\u22B5","\\trianglerighteq"),ce(he,ft,Le,"\u22A9","\\Vdash",!0),ce(he,ft,Le,"\u2223","\\shortmid"),ce(he,ft,Le,"\u2225","\\shortparallel"),ce(he,ft,Le,"\u226C","\\between",!0),ce(he,ft,Le,"\u22D4","\\pitchfork",!0),ce(he,ft,Le,"\u221D","\\varpropto"),ce(he,ft,Le,"\u25C0","\\blacktriangleleft"),ce(he,ft,Le,"\u2234","\\therefore",!0),ce(he,ft,Le,"\u220D","\\backepsilon"),ce(he,ft,Le,"\u25B6","\\blacktriangleright"),ce(he,ft,Le,"\u2235","\\because",!0),ce(he,ft,Le,"\u22D8","\\llless"),ce(he,ft,Le,"\u22D9","\\gggtr"),ce(he,ft,Ct,"\u22B2","\\lhd"),ce(he,ft,Ct,"\u22B3","\\rhd"),ce(he,ft,Le,"\u2242","\\eqsim",!0),ce(he,Se,Le,"\u22C8","\\Join"),ce(he,ft,Le,"\u2251","\\Doteq",!0),ce(he,ft,Ct,"\u2214","\\dotplus",!0),ce(he,ft,Ct,"\u2216","\\smallsetminus"),ce(he,ft,Ct,"\u22D2","\\Cap",!0),ce(he,ft,Ct,"\u22D3","\\Cup",!0),ce(he,ft,Ct,"\u2A5E","\\doublebarwedge",!0),ce(he,ft,Ct,"\u229F","\\boxminus",!0),ce(he,ft,Ct,"\u229E","\\boxplus",!0),ce(he,ft,Ct,"\u22C7","\\divideontimes",!0),ce(he,ft,Ct,"\u22C9","\\ltimes",!0),ce(he,ft,Ct,"\u22CA","\\rtimes",!0),ce(he,ft,Ct,"\u22CB","\\leftthreetimes",!0),ce(he,ft,Ct,"\u22CC","\\rightthreetimes",!0),ce(he,ft,Ct,"\u22CF","\\curlywedge",!0),ce(he,ft,Ct,"\u22CE","\\curlyvee",!0),ce(he,ft,Ct,"\u229D","\\circleddash",!0),ce(he,ft,Ct,"\u229B","\\circledast",!0),ce(he,ft,Ct,"\u22C5","\\centerdot"),ce(he,ft,Ct,"\u22BA","\\intercal",!0),ce(he,ft,Ct,"\u22D2","\\doublecap"),ce(he,ft,Ct,"\u22D3","\\doublecup"),ce(he,ft,Ct,"\u22A0","\\boxtimes",!0),ce(he,ft,Le,"\u21E2","\\dashrightarrow",!0),ce(he,ft,Le,"\u21E0","\\dashleftarrow",!0),ce(he,ft,Le,"\u21C7","\\leftleftarrows",!0),ce(he,ft,Le,"\u21C6","\\leftrightarrows",!0),ce(he,ft,Le,"\u21DA","\\Lleftarrow",!0),ce(he,ft,Le,"\u219E","\\twoheadleftarrow",!0),ce(he,ft,Le,"\u21A2","\\leftarrowtail",!0),ce(he,ft,Le,"\u21AB","\\looparrowleft",!0),ce(he,ft,Le,"\u21CB","\\leftrightharpoons",!0),ce(he,ft,Le,"\u21B6","\\curvearrowleft",!0),ce(he,ft,Le,"\u21BA","\\circlearrowleft",!0),ce(he,ft,Le,"\u21B0","\\Lsh",!0),ce(he,ft,Le,"\u21C8","\\upuparrows",!0),ce(he,ft,Le,"\u21BF","\\upharpoonleft",!0),ce(he,ft,Le,"\u21C3","\\downharpoonleft",!0),ce(he,ft,Le,"\u22B8","\\multimap",!0),ce(he,ft,Le,"\u21AD","\\leftrightsquigarrow",!0),ce(he,ft,Le,"\u21C9","\\rightrightarrows",!0),ce(he,ft,Le,"\u21C4","\\rightleftarrows",!0),ce(he,ft,Le,"\u21A0","\\twoheadrightarrow",!0),ce(he,ft,Le,"\u21A3","\\rightarrowtail",!0),ce(he,ft,Le,"\u21AC","\\looparrowright",!0),ce(he,ft,Le,"\u21B7","\\curvearrowright",!0),ce(he,ft,Le,"\u21BB","\\circlearrowright",!0),ce(he,ft,Le,"\u21B1","\\Rsh",!0),ce(he,ft,Le,"\u21CA","\\downdownarrows",!0),ce(he,ft,Le,"\u21BE","\\upharpoonright",!0),ce(he,ft,Le,"\u21C2","\\downharpoonright",!0),ce(he,ft,Le,"\u21DD","\\rightsquigarrow",!0),ce(he,ft,Le,"\u21DD","\\leadsto"),ce(he,ft,Le,"\u21DB","\\Rrightarrow",!0),ce(he,ft,Le,"\u21BE","\\restriction"),ce(he,Se,At,"\u2018","`"),ce(he,Se,At,"$","\\$"),ce(It,Se,At,"$","\\$"),ce(It,Se,At,"$","\\textdollar"),ce(he,Se,At,"%","\\%"),ce(It,Se,At,"%","\\%"),ce(he,Se,At,"_","\\_"),ce(It,Se,At,"_","\\_"),ce(It,Se,At,"_","\\textunderscore"),ce(he,Se,At,"\u2220","\\angle",!0),ce(he,Se,At,"\u221E","\\infty",!0),ce(he,Se,At,"\u2032","\\prime"),ce(he,Se,At,"\u25B3","\\triangle"),ce(he,Se,At,"\u0393","\\Gamma",!0),ce(he,Se,At,"\u0394","\\Delta",!0),ce(he,Se,At,"\u0398","\\Theta",!0),ce(he,Se,At,"\u039B","\\Lambda",!0),ce(he,Se,At,"\u039E","\\Xi",!0),ce(he,Se,At,"\u03A0","\\Pi",!0),ce(he,Se,At,"\u03A3","\\Sigma",!0),ce(he,Se,At,"\u03A5","\\Upsilon",!0),ce(he,Se,At,"\u03A6","\\Phi",!0),ce(he,Se,At,"\u03A8","\\Psi",!0),ce(he,Se,At,"\u03A9","\\Omega",!0),ce(he,Se,At,"A","\u0391"),ce(he,Se,At,"B","\u0392"),ce(he,Se,At,"E","\u0395"),ce(he,Se,At,"Z","\u0396"),ce(he,Se,At,"H","\u0397"),ce(he,Se,At,"I","\u0399"),ce(he,Se,At,"K","\u039A"),ce(he,Se,At,"M","\u039C"),ce(he,Se,At,"N","\u039D"),ce(he,Se,At,"O","\u039F"),ce(he,Se,At,"P","\u03A1"),ce(he,Se,At,"T","\u03A4"),ce(he,Se,At,"X","\u03A7"),ce(he,Se,At,"\xAC","\\neg",!0),ce(he,Se,At,"\xAC","\\lnot"),ce(he,Se,At,"\u22A4","\\top"),ce(he,Se,At,"\u22A5","\\bot"),ce(he,Se,At,"\u2205","\\emptyset"),ce(he,ft,At,"\u2205","\\varnothing"),ce(he,Se,ze,"\u03B1","\\alpha",!0),ce(he,Se,ze,"\u03B2","\\beta",!0),ce(he,Se,ze,"\u03B3","\\gamma",!0),ce(he,Se,ze,"\u03B4","\\delta",!0),ce(he,Se,ze,"\u03F5","\\epsilon",!0),ce(he,Se,ze,"\u03B6","\\zeta",!0),ce(he,Se,ze,"\u03B7","\\eta",!0),ce(he,Se,ze,"\u03B8","\\theta",!0),ce(he,Se,ze,"\u03B9","\\iota",!0),ce(he,Se,ze,"\u03BA","\\kappa",!0),ce(he,Se,ze,"\u03BB","\\lambda",!0),ce(he,Se,ze,"\u03BC","\\mu",!0),ce(he,Se,ze,"\u03BD","\\nu",!0),ce(he,Se,ze,"\u03BE","\\xi",!0),ce(he,Se,ze,"\u03BF","\\omicron",!0),ce(he,Se,ze,"\u03C0","\\pi",!0),ce(he,Se,ze,"\u03C1","\\rho",!0),ce(he,Se,ze,"\u03C3","\\sigma",!0),ce(he,Se,ze,"\u03C4","\\tau",!0),ce(he,Se,ze,"\u03C5","\\upsilon",!0),ce(he,Se,ze,"\u03D5","\\phi",!0),ce(he,Se,ze,"\u03C7","\\chi",!0),ce(he,Se,ze,"\u03C8","\\psi",!0),ce(he,Se,ze,"\u03C9","\\omega",!0),ce(he,Se,ze,"\u03B5","\\varepsilon",!0),ce(he,Se,ze,"\u03D1","\\vartheta",!0),ce(he,Se,ze,"\u03D6","\\varpi",!0),ce(he,Se,ze,"\u03F1","\\varrho",!0),ce(he,Se,ze,"\u03C2","\\varsigma",!0),ce(he,Se,ze,"\u03C6","\\varphi",!0),ce(he,Se,Ct,"\u2217","*"),ce(he,Se,Ct,"+","+"),ce(he,Se,Ct,"\u2212","-"),ce(he,Se,Ct,"\u22C5","\\cdot",!0),ce(he,Se,Ct,"\u2218","\\circ"),ce(he,Se,Ct,"\xF7","\\div",!0),ce(he,Se,Ct,"\xB1","\\pm",!0),ce(he,Se,Ct,"\xD7","\\times",!0),ce(he,Se,Ct,"\u2229","\\cap",!0),ce(he,Se,Ct,"\u222A","\\cup",!0),ce(he,Se,Ct,"\u2216","\\setminus"),ce(he,Se,Ct,"\u2227","\\land"),ce(he,Se,Ct,"\u2228","\\lor"),ce(he,Se,Ct,"\u2227","\\wedge",!0),ce(he,Se,Ct,"\u2228","\\vee",!0),ce(he,Se,At,"\u221A","\\surd"),ce(he,Se,Te,"(","("),ce(he,Se,Te,"[","["),ce(he,Se,Te,"\u27E8","\\langle",!0),ce(he,Se,Te,"\u2223","\\lvert"),ce(he,Se,Te,"\u2225","\\lVert"),ce(he,Se,Ce,")",")"),ce(he,Se,Ce,"]","]"),ce(he,Se,Ce,"?","?"),ce(he,Se,Ce,"!","!"),ce(he,Se,Ce,"\u27E9","\\rangle",!0),ce(he,Se,Ce,"\u2223","\\rvert"),ce(he,Se,Ce,"\u2225","\\rVert"),ce(he,Se,Le,"=","="),ce(he,Se,Le,"<","<"),ce(he,Se,Le,">",">"),ce(he,Se,Le,":",":"),ce(he,Se,Le,"\u2248","\\approx",!0),ce(he,Se,Le,"\u2245","\\cong",!0),ce(he,Se,Le,"\u2265","\\ge"),ce(he,Se,Le,"\u2265","\\geq",!0),ce(he,Se,Le,"\u2190","\\gets"),ce(he,Se,Le,">","\\gt"),ce(he,Se,Le,"\u2208","\\in",!0),ce(he,Se,Le,"\uE020","\\@not"),ce(he,Se,Le,"\u2282","\\subset",!0),ce(he,Se,Le,"\u2283","\\supset",!0),ce(he,Se,Le,"\u2286","\\subseteq",!0),ce(he,Se,Le,"\u2287","\\supseteq",!0),ce(he,ft,Le,"\u2288","\\nsubseteq",!0),ce(he,ft,Le,"\u2289","\\nsupseteq",!0),ce(he,Se,Le,"\u22A8","\\models"),ce(he,Se,Le,"\u2190","\\leftarrow",!0),ce(he,Se,Le,"\u2264","\\le"),ce(he,Se,Le,"\u2264","\\leq",!0),ce(he,Se,Le,"<","\\lt"),ce(he,Se,Le,"\u2192","\\rightarrow",!0),ce(he,Se,Le,"\u2192","\\to"),ce(he,ft,Le,"\u2271","\\ngeq",!0),ce(he,ft,Le,"\u2270","\\nleq",!0),ce(he,Se,Or,"\xA0","\\ "),ce(he,Se,Or,"\xA0","~"),ce(he,Se,Or,"\xA0","\\space"),ce(he,Se,Or,"\xA0","\\nobreakspace"),ce(It,Se,Or,"\xA0","\\ "),ce(It,Se,Or,"\xA0","~"),ce(It,Se,Or,"\xA0","\\space"),ce(It,Se,Or,"\xA0","\\nobreakspace"),ce(he,Se,Or,null,"\\nobreak"),ce(he,Se,Or,null,"\\allowbreak"),ce(he,Se,Rt,",",","),ce(he,Se,Rt,";",";"),ce(he,ft,Ct,"\u22BC","\\barwedge",!0),ce(he,ft,Ct,"\u22BB","\\veebar",!0),ce(he,Se,Ct,"\u2299","\\odot",!0),ce(he,Se,Ct,"\u2295","\\oplus",!0),ce(he,Se,Ct,"\u2297","\\otimes",!0),ce(he,Se,At,"\u2202","\\partial",!0),ce(he,Se,Ct,"\u2298","\\oslash",!0),ce(he,ft,Ct,"\u229A","\\circledcirc",!0),ce(he,ft,Ct,"\u22A1","\\boxdot",!0),ce(he,Se,Ct,"\u25B3","\\bigtriangleup"),ce(he,Se,Ct,"\u25BD","\\bigtriangledown"),ce(he,Se,Ct,"\u2020","\\dagger"),ce(he,Se,Ct,"\u22C4","\\diamond"),ce(he,Se,Ct,"\u22C6","\\star"),ce(he,Se,Ct,"\u25C3","\\triangleleft"),ce(he,Se,Ct,"\u25B9","\\triangleright"),ce(he,Se,Te,"{","\\{"),ce(It,Se,At,"{","\\{"),ce(It,Se,At,"{","\\textbraceleft"),ce(he,Se,Ce,"}","\\}"),ce(It,Se,At,"}","\\}"),ce(It,Se,At,"}","\\textbraceright"),ce(he,Se,Te,"{","\\lbrace"),ce(he,Se,Ce,"}","\\rbrace"),ce(he,Se,Te,"[","\\lbrack"),ce(It,Se,At,"[","\\lbrack"),ce(he,Se,Ce,"]","\\rbrack"),ce(It,Se,At,"]","\\rbrack"),ce(he,Se,Te,"(","\\lparen"),ce(he,Se,Ce,")","\\rparen"),ce(It,Se,At,"<","\\textless"),ce(It,Se,At,">","\\textgreater"),ce(he,Se,Te,"\u230A","\\lfloor",!0),ce(he,Se,Ce,"\u230B","\\rfloor",!0),ce(he,Se,Te,"\u2308","\\lceil",!0),ce(he,Se,Ce,"\u2309","\\rceil",!0),ce(he,Se,At,"\\","\\backslash"),ce(he,Se,At,"\u2223","|"),ce(he,Se,At,"\u2223","\\vert"),ce(It,Se,At,"|","\\textbar"),ce(he,Se,At,"\u2225","\\|"),ce(he,Se,At,"\u2225","\\Vert"),ce(It,Se,At,"\u2225","\\textbardbl"),ce(It,Se,At,"~","\\textasciitilde"),ce(It,Se,At,"\\","\\textbackslash"),ce(It,Se,At,"^","\\textasciicircum"),ce(he,Se,Le,"\u2191","\\uparrow",!0),ce(he,Se,Le,"\u21D1","\\Uparrow",!0),ce(he,Se,Le,"\u2193","\\downarrow",!0),ce(he,Se,Le,"\u21D3","\\Downarrow",!0),ce(he,Se,Le,"\u2195","\\updownarrow",!0),ce(he,Se,Le,"\u21D5","\\Updownarrow",!0),ce(he,Se,nt,"\u2210","\\coprod"),ce(he,Se,nt,"\u22C1","\\bigvee"),ce(he,Se,nt,"\u22C0","\\bigwedge"),ce(he,Se,nt,"\u2A04","\\biguplus"),ce(he,Se,nt,"\u22C2","\\bigcap"),ce(he,Se,nt,"\u22C3","\\bigcup"),ce(he,Se,nt,"\u222B","\\int"),ce(he,Se,nt,"\u222B","\\intop"),ce(he,Se,nt,"\u222C","\\iint"),ce(he,Se,nt,"\u222D","\\iiint"),ce(he,Se,nt,"\u220F","\\prod"),ce(he,Se,nt,"\u2211","\\sum"),ce(he,Se,nt,"\u2A02","\\bigotimes"),ce(he,Se,nt,"\u2A01","\\bigoplus"),ce(he,Se,nt,"\u2A00","\\bigodot"),ce(he,Se,nt,"\u222E","\\oint"),ce(he,Se,nt,"\u222F","\\oiint"),ce(he,Se,nt,"\u2230","\\oiiint"),ce(he,Se,nt,"\u2A06","\\bigsqcup"),ce(he,Se,nt,"\u222B","\\smallint"),ce(It,Se,St,"\u2026","\\textellipsis"),ce(he,Se,St,"\u2026","\\mathellipsis"),ce(It,Se,St,"\u2026","\\ldots",!0),ce(he,Se,St,"\u2026","\\ldots",!0),ce(he,Se,St,"\u22EF","\\@cdots",!0),ce(he,Se,St,"\u22F1","\\ddots",!0),ce(he,Se,At,"\u22EE","\\varvdots"),ce(he,Se,Gt,"\u02CA","\\acute"),ce(he,Se,Gt,"\u02CB","\\grave"),ce(he,Se,Gt,"\xA8","\\ddot"),ce(he,Se,Gt,"~","\\tilde"),ce(he,Se,Gt,"\u02C9","\\bar"),ce(he,Se,Gt,"\u02D8","\\breve"),ce(he,Se,Gt,"\u02C7","\\check"),ce(he,Se,Gt,"^","\\hat"),ce(he,Se,Gt,"\u20D7","\\vec"),ce(he,Se,Gt,"\u02D9","\\dot"),ce(he,Se,Gt,"\u02DA","\\mathring"),ce(he,Se,ze,"\u0131","\\imath",!0),ce(he,Se,ze,"\u0237","\\jmath",!0),ce(It,Se,At,"\u0131","\\i",!0),ce(It,Se,At,"\u0237","\\j",!0),ce(It,Se,At,"\xDF","\\ss",!0),ce(It,Se,At,"\xE6","\\ae",!0),ce(It,Se,At,"\xE6","\\ae",!0),ce(It,Se,At,"\u0153","\\oe",!0),ce(It,Se,At,"\xF8","\\o",!0),ce(It,Se,At,"\xC6","\\AE",!0),ce(It,Se,At,"\u0152","\\OE",!0),ce(It,Se,At,"\xD8","\\O",!0),ce(It,Se,Gt,"\u02CA","\\'"),ce(It,Se,Gt,"\u02CB","\\`"),ce(It,Se,Gt,"\u02C6","\\^"),ce(It,Se,Gt,"\u02DC","\\~"),ce(It,Se,Gt,"\u02C9","\\="),ce(It,Se,Gt,"\u02D8","\\u"),ce(It,Se,Gt,"\u02D9","\\."),ce(It,Se,Gt,"\u02DA","\\r"),ce(It,Se,Gt,"\u02C7","\\v"),ce(It,Se,Gt,"\xA8",'\\"'),ce(It,Se,Gt,"\u02DD","\\H"),ce(It,Se,Gt,"\u25EF","\\textcircled");var Xr={"--":!0,"---":!0,"``":!0,"''":!0};ce(It,Se,At,"\u2013","--"),ce(It,Se,At,"\u2013","\\textendash"),ce(It,Se,At,"\u2014","---"),ce(It,Se,At,"\u2014","\\textemdash"),ce(It,Se,At,"\u2018","`"),ce(It,Se,At,"\u2018","\\textquoteleft"),ce(It,Se,At,"\u2019","'"),ce(It,Se,At,"\u2019","\\textquoteright"),ce(It,Se,At,"\u201C","``"),ce(It,Se,At,"\u201C","\\textquotedblleft"),ce(It,Se,At,"\u201D","''"),ce(It,Se,At,"\u201D","\\textquotedblright"),ce(he,Se,At,"\xB0","\\degree",!0),ce(It,Se,At,"\xB0","\\degree"),ce(It,Se,At,"\xB0","\\textdegree",!0),ce(he,Se,ze,"\xA3","\\pounds"),ce(he,Se,ze,"\xA3","\\mathsterling",!0),ce(It,Se,ze,"\xA3","\\pounds"),ce(It,Se,ze,"\xA3","\\textsterling",!0),ce(he,ft,At,"\u2720","\\maltese"),ce(It,ft,At,"\u2720","\\maltese"),ce(It,Se,Or,"\xA0","\\ "),ce(It,Se,Or,"\xA0"," "),ce(It,Se,Or,"\xA0","~");for(var nn='0123456789/@."',Mr=0;Mr<nn.length;Mr++){var Dr=nn.charAt(Mr);ce(he,Se,At,Dr,Dr)}for(var mr='0123456789!@*()-=+[]<>|";:?/.,',Zr=0;Zr<mr.length;Zr++){var un=mr.charAt(Zr);ce(It,Se,At,un,un)}for(var hn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Yt=0;Yt<hn.length;Yt++){var gt=hn.charAt(Yt);ce(he,Se,ze,gt,gt),ce(It,Se,At,gt,gt)}ce(he,ft,At,"C","\u2102"),ce(It,ft,At,"C","\u2102"),ce(he,ft,At,"H","\u210D"),ce(It,ft,At,"H","\u210D"),ce(he,ft,At,"N","\u2115"),ce(It,ft,At,"N","\u2115"),ce(he,ft,At,"P","\u2119"),ce(It,ft,At,"P","\u2119"),ce(he,ft,At,"Q","\u211A"),ce(It,ft,At,"Q","\u211A"),ce(he,ft,At,"R","\u211D"),ce(It,ft,At,"R","\u211D"),ce(he,ft,At,"Z","\u2124"),ce(It,ft,At,"Z","\u2124"),ce(he,Se,ze,"h","\u210E"),ce(It,Se,ze,"h","\u210E");for(var ut="",ct=0;ct<hn.length;ct++){var Nt=hn.charAt(ct);ut=String.fromCharCode(55349,56320+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56372+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56424+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56580+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56736+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56788+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56840+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56944+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ct<26&&(ut=String.fromCharCode(55349,56632+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut),ut=String.fromCharCode(55349,56476+ct),ce(he,Se,ze,Nt,ut),ce(It,Se,At,Nt,ut))}ut="\u{1D55C}",ce(he,Se,ze,"k",ut),ce(It,Se,At,"k",ut);for(var yr=0;yr<10;yr++){var _r=yr.toString();ut=String.fromCharCode(55349,57294+yr),ce(he,Se,ze,_r,ut),ce(It,Se,At,_r,ut),ut=String.fromCharCode(55349,57314+yr),ce(he,Se,ze,_r,ut),ce(It,Se,At,_r,ut),ut=String.fromCharCode(55349,57324+yr),ce(he,Se,ze,_r,ut),ce(It,Se,At,_r,ut),ut=String.fromCharCode(55349,57334+yr),ce(he,Se,ze,_r,ut),ce(It,Se,At,_r,ut)}for(var it="\xC7\xD0\xDE\xE7\xFE",Cr=0;Cr<it.length;Cr++){var mn=it.charAt(Cr);ce(he,Se,ze,mn,mn),ce(It,Se,At,mn,mn)}ce(It,Se,At,"\xF0","\xF0"),ce(It,Se,At,"\u2013","\u2013"),ce(It,Se,At,"\u2014","\u2014"),ce(It,Se,At,"\u2018","\u2018"),ce(It,Se,At,"\u2019","\u2019"),ce(It,Se,At,"\u201C","\u201C"),ce(It,Se,At,"\u201D","\u201D");var Vn=[["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"]],Gr=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],Qn=function(Z,Y){var ne=Z.charCodeAt(0),de=Z.charCodeAt(1),Ee=(ne-55296)*1024+(de-56320)+65536,Ke=Y==="math"?0:1;if(119808<=Ee&&Ee<120484){var Pt=Math.floor((Ee-119808)/26);return[Vn[Pt][2],Vn[Pt][Ke]]}else if(120782<=Ee&&Ee<=120831){var zt=Math.floor((Ee-120782)/10);return[Gr[zt][2],Gr[zt][Ke]]}else{if(Ee===120485||Ee===120486)return[Vn[0][2],Vn[0][Ke]];if(120486<Ee&&Ee<120782)return["",""];throw new o("Unsupported character: "+Z)}},ei=[[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],qn=function(Z,Y){return Y.size<2?Z:ei[Z-1][Y.size-1]},Pn=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(ne){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 Ee in ne)ne.hasOwnProperty(Ee)&&(de[Ee]=ne[Ee]);return new Ve(de)},Z.havingStyle=function(ne){return this.style===ne?this:this.extend({style:ne,size:qn(this.textSize,ne)})},Z.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},Z.havingSize=function(ne){return this.size===ne&&this.textSize===ne?this:this.extend({style:this.style.text(),size:ne,textSize:ne,sizeMultiplier:Nn[ne-1]})},Z.havingBaseStyle=function(ne){ne=ne||this.style.text();var de=qn(Ve.BASESIZE,ne);return this.size===de&&this.textSize===Ve.BASESIZE&&this.style===ne?this:this.extend({style:ne,size:de})},Z.havingBaseSizing=function(){var ne;switch(this.style.id){case 4:case 5:ne=3;break;case 6:case 7:ne=1;break;default:ne=6}return this.extend({style:this.style.text(),size:ne})},Z.withColor=function(ne){return this.extend({color:ne})},Z.withPhantom=function(){return this.extend({phantom:!0})},Z.withFont=function(ne){return this.extend({font:ne})},Z.withTextFontFamily=function(ne){return this.extend({fontFamily:ne,font:""})},Z.withTextFontWeight=function(ne){return this.extend({fontWeight:ne,font:""})},Z.withTextFontShape=function(ne){return this.extend({fontShape:ne,font:""})},Z.sizingClasses=function(ne){return ne.size!==this.size?["sizing","reset-size"+ne.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}();Pn.BASESIZE=6;var Mi=Pn,di={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},Fi={ex:!0,em:!0,mu:!0},na=function(Z){return typeof Z!="string"&&(Z=Z.unit),Z in di||Z in Fi||Z==="ex"},Hi=function(Z,Y){var ne;if(Z.unit in di)ne=di[Z.unit]/Y.fontMetrics().ptPerEm/Y.sizeMultiplier;else if(Z.unit==="mu")ne=Y.fontMetrics().cssEmPerMu;else{var de;if(Y.style.isTight()?de=Y.havingStyle(Y.style.text()):de=Y,Z.unit==="ex")ne=de.fontMetrics().xHeight;else if(Z.unit==="em")ne=de.fontMetrics().quad;else throw new o("Invalid unit: '"+Z.unit+"'");de!==Y&&(ne*=de.sizeMultiplier/Y.sizeMultiplier)}return Math.min(Z.number*ne,Y.maxSize)},Ca=["\\imath","\u0131","\\jmath","\u0237","\\pounds","\\mathsterling","\\textsterling","\xA3"],li=function(Z,Y,ne){return $e[ne][Z]&&$e[ne][Z].replace&&(Z=$e[ne][Z].replace),{value:Z,metrics:Vt(Z,Y,ne)}},da=function(Z,Y,ne,de,Ee){var Ke=li(Z,Y,ne),Pt=Ke.metrics;Z=Ke.value;var zt;if(Pt){var ir=Pt.italic;(ne==="text"||de&&de.font==="mathit")&&(ir=0),zt=new ke(Z,Pt.height,Pt.depth,ir,Pt.skew,Pt.width,Ee)}else typeof console!="undefined"&&console.warn("No character metrics "+("for '"+Z+"' in style '"+Y+"' and mode '"+ne+"'")),zt=new ke(Z,0,0,0,0,0,Ee);if(de){zt.maxFontSize=de.sizeMultiplier,de.style.isTight()&&zt.classes.push("mtight");var Ar=de.getColor();Ar&&(zt.style.color=Ar)}return zt},Dt=function(Z,Y,ne,de){return de===void 0&&(de=[]),ne.font==="boldsymbol"&&li(Z,"Main-Bold",Y).metrics?da(Z,"Main-Bold",Y,ne,de.concat(["mathbf"])):Z==="\\"||$e[Y][Z].font==="main"?da(Z,"Main-Regular",Y,ne,de):da(Z,"AMS-Regular",Y,ne,de.concat(["amsrm"]))},mt=function(Z,Y,ne,de){return/[0-9]/.test(Z.charAt(0))||A.contains(Ca,Z)?{fontName:"Main-Italic",fontClass:"mathit"}:{fontName:"Math-Italic",fontClass:"mathdefault"}},Ui=function(Z,Y,ne,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"}},la=function(Z,Y,ne,de){return li(Z,"Math-BoldItalic",Y).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},gi=function(Z,Y,ne){var de=Z.mode,Ee=Z.text,Ke=["mord"],Pt=de==="math"||de==="text"&&Y.font,zt=Pt?Y.font:Y.fontFamily;if(Ee.charCodeAt(0)===55349){var ir=Qn(Ee,de),Ar=ir[0],$r=ir[1];return da(Ee,Ar,de,Y,Ke.concat($r))}else if(zt){var Xt,Tn;if(zt==="boldsymbol"||zt==="mathnormal"){var Yn=zt==="boldsymbol"?la(Ee,de,Y,Ke):Ui(Ee,de,Y,Ke);Xt=Yn.fontName,Tn=[Yn.fontClass]}else A.contains(Ca,Ee)?(Xt="Main-Italic",Tn=["mathit"]):Pt?(Xt=Ze[zt].fontName,Tn=[zt]):(Xt=Wr(zt,Y.fontWeight,Y.fontShape),Tn=[zt,Y.fontWeight,Y.fontShape]);if(li(Ee,Xt,de).metrics)return da(Ee,Xt,de,Y,Ke.concat(Tn));if(Xr.hasOwnProperty(Ee)&&Xt.substr(0,10)==="Typewriter"){for(var ri=[],Ei=0;Ei<Ee.length;Ei++)ri.push(da(Ee[Ei],Xt,de,Y,Ke.concat(Tn)));return Ot(ri)}}if(ne==="mathord"){var Aa=mt(Ee,de,Y,Ke);return da(Ee,Aa.fontName,de,Y,Ke.concat([Aa.fontClass]))}else if(ne==="textord"){var ya=$e[de][Ee]&&$e[de][Ee].font;if(ya==="ams"){var Ea=Wr("amsrm",Y.fontWeight,Y.fontShape);return da(Ee,Ea,de,Y,Ke.concat("amsrm",Y.fontWeight,Y.fontShape))}else if(ya==="main"||!ya){var Es=Wr("textrm",Y.fontWeight,Y.fontShape);return da(Ee,Es,de,Y,Ke.concat(Y.fontWeight,Y.fontShape))}else{var Ds=Wr(ya,Y.fontWeight,Y.fontShape);return da(Ee,Ds,de,Y,Ke.concat(Ds,Y.fontWeight,Y.fontShape))}}else throw new Error("unexpected type: "+ne+" in makeOrd")},La=function(Z,Y){if(Et(Z.classes)!==Et(Y.classes)||Z.skew!==Y.skew||Z.maxFontSize!==Y.maxFontSize)return!1;for(var ne in Z.style)if(Z.style.hasOwnProperty(ne)&&Z.style[ne]!==Y.style[ne])return!1;for(var de in Y.style)if(Y.style.hasOwnProperty(de)&&Z.style[de]!==Y.style[de])return!1;return!0},Si=function(Z){for(var Y=0;Y<Z.length-1;Y++){var ne=Z[Y],de=Z[Y+1];ne instanceof ke&&de instanceof ke&&La(ne,de)&&(ne.text+=de.text,ne.height=Math.max(ne.height,de.height),ne.depth=Math.max(ne.depth,de.depth),ne.italic=de.italic,Z.splice(Y+1,1),Y--)}return Z},ci=function(Z){for(var Y=0,ne=0,de=0,Ee=0;Ee<Z.children.length;Ee++){var Ke=Z.children[Ee];Ke.height>Y&&(Y=Ke.height),Ke.depth>ne&&(ne=Ke.depth),Ke.maxFontSize>de&&(de=Ke.maxFontSize)}Z.height=Y,Z.depth=ne,Z.maxFontSize=de},Cn=function(Z,Y,ne,de){var Ee=new dt(Z,Y,ne,de);return ci(Ee),Ee},rr=function(Z,Y,ne,de){return new dt(Z,Y,ne,de)},_t=function(Z,Y,ne){var de=Cn([Z],[],Y);return de.height=Math.max(ne||Y.fontMetrics().defaultRuleThickness,Y.minRuleThickness),de.style.borderBottomWidth=de.height+"em",de.maxFontSize=1,de},rt=function(Z,Y,ne,de){var Ee=new qe(Z,Y,ne,de);return ci(Ee),Ee},Ot=function(Z){var Y=new je(Z);return ci(Y),Y},pt=function(Z,Y){return Z instanceof je?Cn([],[Z],Y):Z},lr=function(Z){if(Z.positionType==="individualShift"){for(var Y=Z.children,ne=[Y[0]],de=-Y[0].shift-Y[0].elem.depth,Ee=de,Ke=1;Ke<Y.length;Ke++){var Pt=-Y[Ke].shift-Ee-Y[Ke].elem.depth,zt=Pt-(Y[Ke-1].elem.height+Y[Ke-1].elem.depth);Ee=Ee+Pt,ne.push({type:"kern",size:zt}),ne.push(Y[Ke])}return{children:ne,depth:de}}var ir;if(Z.positionType==="top"){for(var Ar=Z.positionData,$r=0;$r<Z.children.length;$r++){var Xt=Z.children[$r];Ar-=Xt.type==="kern"?Xt.size:Xt.elem.height+Xt.elem.depth}ir=Ar}else if(Z.positionType==="bottom")ir=-Z.positionData;else{var Tn=Z.children[0];if(Tn.type!=="elem")throw new Error('First child must have type "elem".');if(Z.positionType==="shift")ir=-Tn.elem.depth-Z.positionData;else if(Z.positionType==="firstBaseline")ir=-Tn.elem.depth;else throw new Error("Invalid positionType "+Z.positionType+".")}return{children:Z.children,depth:ir}},cr=function(Z,Y){for(var ne=lr(Z),de=ne.children,Ee=ne.depth,Ke=0,Pt=0;Pt<de.length;Pt++){var zt=de[Pt];if(zt.type==="elem"){var ir=zt.elem;Ke=Math.max(Ke,ir.maxFontSize,ir.height)}}Ke+=2;var Ar=Cn(["pstrut"],[]);Ar.style.height=Ke+"em";for(var $r=[],Xt=Ee,Tn=Ee,Yn=Ee,ri=0;ri<de.length;ri++){var Ei=de[ri];if(Ei.type==="kern")Yn+=Ei.size;else{var Aa=Ei.elem,ya=Ei.wrapperClasses||[],Ea=Ei.wrapperStyle||{},Es=Cn(ya,[Ar,Aa],void 0,Ea);Es.style.top=-Ke-Yn-Aa.depth+"em",Ei.marginLeft&&(Es.style.marginLeft=Ei.marginLeft),Ei.marginRight&&(Es.style.marginRight=Ei.marginRight),$r.push(Es),Yn+=Aa.height+Aa.depth}Xt=Math.min(Xt,Yn),Tn=Math.max(Tn,Yn)}var Ds=Cn(["vlist"],$r);Ds.style.height=Tn+"em";var bs;if(Xt<0){var vs=Cn([],[]),Na=Cn(["vlist"],[vs]);Na.style.height=-Xt+"em";var Vs=Cn(["vlist-s"],[new ke("\u200B")]);bs=[Cn(["vlist-r"],[Ds,Vs]),Cn(["vlist-r"],[Na])]}else bs=[Cn(["vlist-r"],[Ds])];var ns=Cn(["vlist-t"],bs);return bs.length===2&&ns.classes.push("vlist-t2"),ns.height=Tn,ns.depth=-Xt,ns},Tr=function(Z,Y){var ne=Cn(["mspace"],[],Y),de=Hi(Z,Y);return ne.style.marginRight=de+"em",ne},Wr=function(Z,Y,ne){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 Ee;return Y==="textbf"&&ne==="textit"?Ee="BoldItalic":Y==="textbf"?Ee="Bold":Y==="textit"?Ee="Italic":Ee="Regular",de+"-"+Ee},Ze={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Je={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},ye=function(Z,Y){var ne=Je[Z],de=ne[0],Ee=ne[1],Ke=ne[2],Pt=new We(de),zt=new Ge([Pt],{width:Ee+"em",height:Ke+"em",style:"width:"+Ee+"em",viewBox:"0 0 "+1e3*Ee+" "+1e3*Ke,preserveAspectRatio:"xMinYMin"}),ir=rr(["overlay"],[zt],Y);return ir.height=Ke,ir.style.height=Ke+"em",ir.style.width=Ee+"em",ir},st={fontMap:Ze,makeSymbol:da,mathsym:Dt,makeSpan:Cn,makeSvgSpan:rr,makeLineSpan:_t,makeAnchor:rt,makeFragment:Ot,wrapFragment:pt,makeVList:cr,makeOrd:gi,makeGlue:Tr,staticSvg:ye,svgData:Je,tryCombineChars:Si};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 kr(Ve,Z){var Y=Pr(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 Pr(Ve,Z){return Ve&&Ve.type==="atom"&&Ve.family===Z?Ve:null}function zr(Ve){var Z=wn(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 wn(Ve){return Ve&&(Ve.type==="atom"||Tt.hasOwnProperty(Ve.type))?Ve:null}var wr={number:3,unit:"mu"},dn={number:4,unit:"mu"},sn={number:5,unit:"mu"},cn={mord:{mop:wr,mbin:dn,mrel:sn,minner:wr},mop:{mord:wr,mop:wr,mrel:sn,minner:wr},mbin:{mord:dn,mop:dn,mopen:dn,minner:dn},mrel:{mord:sn,mop:sn,mopen:sn,minner:sn},mopen:{},mclose:{mop:wr,mbin:dn,mrel:sn,minner:wr},mpunct:{mord:wr,mop:wr,mrel:sn,mopen:wr,mclose:wr,mpunct:wr,minner:wr},minner:{mord:wr,mop:wr,mbin:dn,mrel:sn,mopen:wr,mpunct:wr,minner:wr}},On={mord:{mop:wr},mop:{mord:wr,mop:wr},mbin:{},mrel:{},mopen:{},mclose:{mop:wr},mpunct:{},minner:{mop:wr}},Ia={},Di={},yi={};function yn(Ve){for(var Z=Ve.type,Y=Ve.names,ne=Ve.props,de=Ve.handler,Ee=Ve.htmlBuilder,Ke=Ve.mathmlBuilder,Pt={type:Z,numArgs:ne.numArgs,argTypes:ne.argTypes,greediness:ne.greediness===void 0?1:ne.greediness,allowedInText:!!ne.allowedInText,allowedInMath:ne.allowedInMath===void 0?!0:ne.allowedInMath,numOptionalArgs:ne.numOptionalArgs||0,infix:!!ne.infix,handler:de},zt=0;zt<Y.length;++zt)Ia[Y[zt]]=Pt;Z&&(Ee&&(Di[Z]=Ee),Ke&&(yi[Z]=Ke))}function pi(Ve){var Z=Ve.type,Y=Ve.htmlBuilder,ne=Ve.mathmlBuilder;yn({type:Z,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:Y,mathmlBuilder:ne})}var Qi=function(Z){var Y=xr(Z,"ordgroup");return Y?Y.body:[Z]},ba=st.makeSpan,Xs=["leftmost","mbin","mopen","mrel","mop","mpunct"],xa=["rightmost","mrel","mclose","mpunct"],Bs={display:$.DISPLAY,text:$.TEXT,script:$.SCRIPT,scriptscript:$.SCRIPTSCRIPT},Qs={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},es=function(Z,Y,ne,de){de===void 0&&(de=[null,null]);for(var Ee=[],Ke=0;Ke<Z.length;Ke++){var Pt=Ji(Z[Ke],Y);if(Pt instanceof je){var zt=Pt.children;Ee.push.apply(Ee,zt)}else Ee.push(Pt)}if(!ne)return Ee;var ir=Y;if(Z.length===1){var Ar=xr(Z[0],"sizing")||xr(Z[0],"styling");Ar&&(Ar.type==="sizing"?ir=Y.havingSize(Ar.size):Ar.type==="styling"&&(ir=Y.havingStyle(Bs[Ar.style])))}var $r=ba([de[0]||"leftmost"],[],Y),Xt=ba([de[1]||"rightmost"],[],Y);return zs(Ee,function(Tn,Yn){var ri=Yn.classes[0],Ei=Tn.classes[0];ri==="mbin"&&A.contains(xa,Ei)?Yn.classes[0]="mord":Ei==="mbin"&&A.contains(Xs,ri)&&(Tn.classes[0]="mord")},{node:$r},Xt),zs(Ee,function(Tn,Yn){var ri=ds(Yn),Ei=ds(Tn),Aa=ri&&Ei?Tn.hasClass("mtight")?On[ri][Ei]:cn[ri][Ei]:null;if(Aa)return st.makeGlue(Aa,ir)},{node:$r},Xt),Ee},zs=function Ve(Z,Y,ne,de){de&&Z.push(de);for(var Ee=0;Ee<Z.length;Ee++){var Ke=Z[Ee],Pt=ti(Ke);if(Pt){Ve(Pt.children,Y,ne);continue}if(Ke.classes[0]!=="mspace"){var zt=Y(Ke,ne.node);zt&&(ne.insertAfter?ne.insertAfter(zt):(Z.unshift(zt),Ee++)),ne.node=Ke,ne.insertAfter=function(ir){return function(Ar){Z.splice(ir+1,0,Ar),Ee++}}(Ee)}}de&&Z.pop()},ti=function(Z){return Z instanceof je||Z instanceof qe?Z:null},ws=function Ve(Z,Y){var ne=ti(Z);if(ne){var de=ne.children;if(de.length){if(Y==="right")return Ve(de[de.length-1],"right");if(Y==="left")return Ve(de[0],"left")}}return Z},ds=function(Z,Y){return Z?(Y&&(Z=ws(Z,Y)),Qs[Z.classes[0]]||null):null},qs=function(Z,Y){var ne=["nulldelimiter"].concat(Z.baseSizingClasses());return ba(Y.concat(ne))},Ji=function(Z,Y,ne){if(!Z)return ba();if(Di[Z.type]){var de=Di[Z.type](Z,Y);if(ne&&Y.size!==ne.size){de=ba(Y.sizingClasses(ne),[de],Y);var Ee=Y.sizeMultiplier/ne.sizeMultiplier;de.height*=Ee,de.depth*=Ee}return de}else throw new o("Got group of unknown type: '"+Z.type+"'")};function Ns(Ve,Z){var Y=ba(["base"],Ve,Z),ne=ba(["strut"]);return ne.style.height=Y.height+Y.depth+"em",ne.style.verticalAlign=-Y.depth+"em",Y.children.unshift(ne),Y}function Go(Ve,Z){var Y=null;Ve.length===1&&Ve[0].type==="tag"&&(Y=Ve[0].tag,Ve=Ve[0].body);for(var ne=es(Ve,Z,!0),de=[],Ee=[],Ke=0;Ke<ne.length;Ke++)if(Ee.push(ne[Ke]),ne[Ke].hasClass("mbin")||ne[Ke].hasClass("mrel")||ne[Ke].hasClass("allowbreak")){for(var Pt=!1;Ke<ne.length-1&&ne[Ke+1].hasClass("mspace")&&!ne[Ke+1].hasClass("newline");)Ke++,Ee.push(ne[Ke]),ne[Ke].hasClass("nobreak")&&(Pt=!0);Pt||(de.push(Ns(Ee,Z)),Ee=[])}else ne[Ke].hasClass("newline")&&(Ee.pop(),Ee.length>0&&(de.push(Ns(Ee,Z)),Ee=[]),de.push(ne[Ke]));Ee.length>0&&de.push(Ns(Ee,Z));var zt;Y&&(zt=Ns(es(Y,Z,!0)),zt.classes=["tag"],de.push(zt));var ir=ba(["katex-html"],de);if(ir.setAttribute("aria-hidden","true"),zt){var Ar=zt.children[0];Ar.style.height=ir.height+ir.depth+"em",Ar.style.verticalAlign=-ir.depth+"em"}return ir}function Va(Ve){return new je(Ve)}var ma=function(){function Ve(Y,ne){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=Y,this.attributes={},this.children=ne||[]}var Z=Ve.prototype;return Z.setAttribute=function(ne,de){this.attributes[ne]=de},Z.getAttribute=function(ne){return this.attributes[ne]},Z.toNode=function(){var ne=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&ne.setAttribute(de,this.attributes[de]);for(var Ee=0;Ee<this.children.length;Ee++)ne.appendChild(this.children[Ee].toNode());return ne},Z.toMarkup=function(){var ne="<"+this.type;for(var de in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,de)&&(ne+=" "+de+'="',ne+=A.escape(this.attributes[de]),ne+='"');ne+=">";for(var Ee=0;Ee<this.children.length;Ee++)ne+=this.children[Ee].toMarkup();return ne+="</"+this.type+">",ne},Z.toText=function(){return this.children.map(function(ne){return ne.toText()}).join("")},Ve}(),as=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 ne=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return ne.setAttribute("width",this.width+"em"),ne},Z.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+this.width+'em"/>'},Z.toText=function(){return this.character?this.character:" "},Ve}(),zn={MathNode:ma,TextNode:as,SpaceNode:vo,newDocumentFragment:Va},ts=function(Z,Y,ne){return $e[Y][Z]&&$e[Y][Z].replace&&Z.charCodeAt(0)!==55349&&!(Xr.hasOwnProperty(Z)&&ne&&(ne.fontFamily&&ne.fontFamily.substr(4,2)==="tt"||ne.font&&ne.font.substr(4,2)==="tt"))&&(Z=$e[Y][Z].replace),new zn.TextNode(Z)},Ps=function(Z){return Z.length===1?Z[0]:new zn.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 ne=Y.font;if(!ne||ne==="mathnormal")return null;var de=Z.mode;if(ne==="mathit")return"italic";if(ne==="boldsymbol")return"bold-italic";if(ne==="mathbf")return"bold";if(ne==="mathbb")return"double-struck";if(ne==="mathfrak")return"fraktur";if(ne==="mathscr"||ne==="mathcal")return"script";if(ne==="mathsf")return"sans-serif";if(ne==="mathtt")return"monospace";var Ee=Z.text;if(A.contains(["\\imath","\\jmath"],Ee))return null;$e[de][Ee]&&$e[de][Ee].replace&&(Ee=$e[de][Ee].replace);var Ke=st.fontMap[ne].fontName;return Vt(Ee,Ke,de)?st.fontMap[ne].variant:null},Gi=function(Z,Y,ne){if(Z.length===1){var de=Za(Z[0],Y);return ne&&de instanceof ma&&de.type==="mo"&&(de.setAttribute("lspace","0em"),de.setAttribute("rspace","0em")),[de]}for(var Ee=[],Ke,Pt=0;Pt<Z.length;Pt++){var zt=Za(Z[Pt],Y);if(zt instanceof ma&&Ke instanceof ma){if(zt.type==="mtext"&&Ke.type==="mtext"&&zt.getAttribute("mathvariant")===Ke.getAttribute("mathvariant")){var ir;(ir=Ke.children).push.apply(ir,zt.children);continue}else if(zt.type==="mn"&&Ke.type==="mn"){var Ar;(Ar=Ke.children).push.apply(Ar,zt.children);continue}else if(zt.type==="mi"&&zt.children.length===1&&Ke.type==="mn"){var $r=zt.children[0];if($r instanceof as&&$r.text==="."){var Xt;(Xt=Ke.children).push.apply(Xt,zt.children);continue}}else if(Ke.type==="mi"&&Ke.children.length===1){var Tn=Ke.children[0];if(Tn instanceof as&&Tn.text==="\u0338"&&(zt.type==="mo"||zt.type==="mi"||zt.type==="mn")){var Yn=zt.children[0];Yn instanceof as&&Yn.text.length>0&&(Yn.text=Yn.text.slice(0,1)+"\u0338"+Yn.text.slice(1),Ee.pop())}}}Ee.push(zt),Ke=zt}return Ee},Qa=function(Z,Y,ne){return Ps(Gi(Z,Y,ne))},Za=function(Z,Y){if(!Z)return new zn.MathNode("mrow");if(yi[Z.type]){var ne=yi[Z.type](Z,Y);return ne}else throw new o("Got group of unknown type: '"+Z.type+"'")};function ks(Ve,Z,Y,ne){var de=Gi(Ve,Y),Ee;de.length===1&&de[0]instanceof ma&&A.contains(["mrow","mtable"],de[0].type)?Ee=de[0]:Ee=new zn.MathNode("mrow",de);var Ke=new zn.MathNode("annotation",[new zn.TextNode(Z)]);Ke.setAttribute("encoding","application/x-tex");var Pt=new zn.MathNode("semantics",[Ee,Ke]),zt=new zn.MathNode("math",[Pt]);zt.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML");var ir=ne?"katex":"katex-mathml";return st.makeSpan([ir],[zt])}var _o=function(Z){return new Mi({style:Z.displayMode?$.DISPLAY:$.TEXT,maxSize:Z.maxSize,minRuleThickness:Z.minRuleThickness})},No=function(Z,Y){if(Y.displayMode){var ne=["katex-display"];Y.leqno&&ne.push("leqno"),Y.fleqn&&ne.push("fleqn"),Z=st.makeSpan(ne,[Z])}return Z},Ko=function(Z,Y,ne){var de=_o(ne),Ee;if(ne.output==="mathml")return ks(Z,Y,de,!0);if(ne.output==="html"){var Ke=Go(Z,de);Ee=st.makeSpan(["katex"],[Ke])}else{var Pt=ks(Z,Y,de,!1),zt=Go(Z,de);Ee=st.makeSpan(["katex"],[Pt,zt])}return No(Ee,ne)},Vo=function(Z,Y,ne){var de=_o(ne),Ee=Go(Z,de),Ke=st.makeSpan(["katex"],[Ee]);return No(Ke,ne)},rs=Ko,gs={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"},Eo=function(Z){var Y=new zn.MathNode("mo",[new zn.TextNode(gs[Z.substr(1)])]);return Y.setAttribute("stretchy","true"),Y},jo={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]},ko=function(Z){return Z.type==="ordgroup"?Z.body.length:1},Yo=function(Z,Y){function ne(){var zt=4e5,ir=Z.label.substr(1);if(A.contains(["widehat","widecheck","widetilde","utilde"],ir)){var Ar=Z,$r=ko(Ar.base),Xt,Tn,Yn;if($r>5)ir==="widehat"||ir==="widecheck"?(Xt=420,zt=2364,Yn=.42,Tn=ir+"4"):(Xt=312,zt=2340,Yn=.34,Tn="tilde4");else{var ri=[1,1,2,2,3,3][$r];ir==="widehat"||ir==="widecheck"?(zt=[0,1062,2364,2364,2364][ri],Xt=[0,239,300,360,420][ri],Yn=[0,.24,.3,.3,.36,.42][ri],Tn=ir+ri):(zt=[0,600,1033,2339,2340][ri],Xt=[0,260,286,306,312][ri],Yn=[0,.26,.286,.3,.306,.34][ri],Tn="tilde"+ri)}var Ei=new We(Tn),Aa=new Ge([Ei],{width:"100%",height:Yn+"em",viewBox:"0 0 "+zt+" "+Xt,preserveAspectRatio:"none"});return{span:st.makeSvgSpan([],[Aa],Y),minWidth:0,height:Yn}}else{var ya=[],Ea=jo[ir],Es=Ea[0],Ds=Ea[1],bs=Ea[2],vs=bs/1e3,Na=Es.length,Vs,ns;if(Na===1){var Ai=Ea[3];Vs=["hide-tail"],ns=[Ai]}else if(Na===2)Vs=["halfarrow-left","halfarrow-right"],ns=["xMinYMin","xMaxYMin"];else if(Na===3)Vs=["brace-left","brace-center","brace-right"],ns=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
`+Na+" children.");for(var Co=0;Co<Na;Co++){var Fo=new We(Es[Co]),bu=new Ge([Fo],{width:"400em",height:vs+"em",viewBox:"0 0 "+zt+" "+bs,preserveAspectRatio:ns[Co]+" slice"}),Ys=st.makeSvgSpan([Vs[Co]],[bu],Y);if(Na===1)return{span:Ys,minWidth:Ds,height:vs};Ys.style.height=vs+"em",ya.push(Ys)}return{span:st.makeSpan(["stretchy"],ya,Y),minWidth:Ds,height:vs}}}var de=ne(),Ee=de.span,Ke=de.minWidth,Pt=de.height;return Ee.height=Pt,Ee.style.height=Pt+"em",Ke>0&&(Ee.style.minWidth=Ke+"em"),Ee},xi=function(Z,Y,ne,de){var Ee,Ke=Z.height+Z.depth+2*ne;if(/fbox|color/.test(Y)){if(Ee=st.makeSpan(["stretchy",Y],[],de),Y==="fbox"){var Pt=de.color&&de.getColor();Pt&&(Ee.style.borderColor=Pt)}}else{var zt=[];/^[bx]cancel$/.test(Y)&&zt.push(new Ye({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(Y)&&zt.push(new Ye({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var ir=new Ge(zt,{width:"100%",height:Ke+"em"});Ee=st.makeSvgSpan([],[ir],de)}return Ee.height=Ke,Ee.style.height=Ke+"em",Ee},mi={encloseSpan:xi,mathMLnode:Eo,svgSpan:Yo},ss=function(Z,Y){var ne,de,Ee=xr(Z,"supsub"),Ke;Ee?(de=sr(Ee.base,"accent"),ne=de.base,Ee.base=ne,Ke=xt(Ji(Ee,Y)),Ee.base=de):(de=sr(Z,"accent"),ne=de.base);var Pt=Ji(ne,Y.havingCrampedStyle()),zt=de.isShifty&&A.isCharacterBox(ne),ir=0;if(zt){var Ar=A.getBaseElem(ne),$r=Ji(Ar,Y.havingCrampedStyle());ir=ht($r).skew}var Xt=Math.min(Pt.height,Y.fontMetrics().xHeight),Tn;if(de.isStretchy)Tn=mi.svgSpan(de,Y),Tn=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Pt},{type:"elem",elem:Tn,wrapperClasses:["svg-align"],wrapperStyle:ir>0?{width:"calc(100% - "+2*ir+"em)",marginLeft:2*ir+"em"}:void 0}]},Y);else{var Yn,ri;de.label==="\\vec"?(Yn=st.staticSvg("vec",Y),ri=st.svgData.vec[1]):(Yn=st.makeOrd({mode:de.mode,text:de.label},Y,"textord"),Yn=ht(Yn),Yn.italic=0,ri=Yn.width),Tn=st.makeSpan(["accent-body"],[Yn]);var Ei=de.label==="\\textcircled";Ei&&(Tn.classes.push("accent-full"),Xt=Pt.height);var Aa=ir;Ei||(Aa-=ri/2),Tn.style.left=Aa+"em",de.label==="\\textcircled"&&(Tn.style.top=".2em"),Tn=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Pt},{type:"kern",size:-Xt},{type:"elem",elem:Tn}]},Y)}var ya=st.makeSpan(["mord","accent"],[Tn],Y);return Ke?(Ke.children[0]=ya,Ke.height=Math.max(ya.height,Ke.height),Ke.classes[0]="mord",Ke):ya},hs=function(Z,Y){var ne=Z.isStretchy?mi.mathMLnode(Z.label):new zn.MathNode("mo",[ts(Z.label,Z.mode)]),de=new zn.MathNode("mover",[Za(Z.base,Y),ne]);return de.setAttribute("accent","true"),de},os=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 ne=Y[0],de=!os.test(Z.funcName),Ee=!de||Z.funcName==="\\widehat"||Z.funcName==="\\widetilde"||Z.funcName==="\\widecheck";return{type:"accent",mode:Z.parser.mode,label:Z.funcName,isStretchy:de,isShifty:Ee,base:ne}},htmlBuilder:ss,mathmlBuilder:hs}),yn({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(Z,Y){var ne=Y[0];return{type:"accent",mode:Z.parser.mode,label:Z.funcName,isStretchy:!1,isShifty:!0,base:ne}},htmlBuilder:ss,mathmlBuilder:hs}),yn({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Y[0];return{type:"accentUnder",mode:ne.mode,label:de,base:Ee}},htmlBuilder:function(Z,Y){var ne=Ji(Z.base,Y),de=mi.svgSpan(Z,Y),Ee=Z.label==="\\utilde"?.12:0,Ke=st.makeVList({positionType:"bottom",positionData:de.height+Ee,children:[{type:"elem",elem:de,wrapperClasses:["svg-align"]},{type:"kern",size:Ee},{type:"elem",elem:ne}]},Y);return st.makeSpan(["mord","accentunder"],[Ke],Y)},mathmlBuilder:function(Z,Y){var ne=mi.mathMLnode(Z.label),de=new zn.MathNode("munder",[Za(Z.base,Y),ne]);return de.setAttribute("accentunder","true"),de}});var go=function(Z){var Y=new zn.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,ne){var de=Z.parser,Ee=Z.funcName;return{type:"xArrow",mode:de.mode,label:Ee,body:Y[0],below:ne[0]}},htmlBuilder:function(Z,Y){var ne=Y.style,de=Y.havingStyle(ne.sup()),Ee=st.wrapFragment(Ji(Z.body,de,Y),Y);Ee.classes.push("x-arrow-pad");var Ke;Z.below&&(de=Y.havingStyle(ne.sub()),Ke=st.wrapFragment(Ji(Z.below,de,Y),Y),Ke.classes.push("x-arrow-pad"));var Pt=mi.svgSpan(Z,Y),zt=-Y.fontMetrics().axisHeight+.5*Pt.height,ir=-Y.fontMetrics().axisHeight-.5*Pt.height-.111;(Ee.depth>.25||Z.label==="\\xleftequilibrium")&&(ir-=Ee.depth);var Ar;if(Ke){var $r=-Y.fontMetrics().axisHeight+Ke.height+.5*Pt.height+.111;Ar=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ee,shift:ir},{type:"elem",elem:Pt,shift:zt},{type:"elem",elem:Ke,shift:$r}]},Y)}else Ar=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ee,shift:ir},{type:"elem",elem:Pt,shift:zt}]},Y);return Ar.children[0].children[0].children[1].classes.push("svg-align"),st.makeSpan(["mrel","x-arrow"],[Ar],Y)},mathmlBuilder:function(Z,Y){var ne=mi.mathMLnode(Z.label),de;if(Z.body){var Ee=go(Za(Z.body,Y));if(Z.below){var Ke=go(Za(Z.below,Y));de=new zn.MathNode("munderover",[ne,Ke,Ee])}else de=new zn.MathNode("mover",[ne,Ee])}else if(Z.below){var Pt=go(Za(Z.below,Y));de=new zn.MathNode("munder",[ne,Pt])}else de=go(),de=new zn.MathNode("mover",[ne,de]);return de}}),yn({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){for(var ne=Z.parser,de=sr(Y[0],"ordgroup"),Ee=de.body,Ke="",Pt=0;Pt<Ee.length;Pt++){var zt=sr(Ee[Pt],"textord");Ke+=zt.text}var ir=parseInt(Ke);if(isNaN(ir))throw new o("\\@char has non-numeric argument "+Ke);return{type:"textord",mode:ne.mode,text:String.fromCharCode(ir)}}});var Uo=function(Z,Y){var ne=es(Z.body,Y.withColor(Z.color),!1);return st.makeFragment(ne)},lu=function(Z,Y){var ne=Gi(Z.body,Y.withColor(Z.color)),de=new zn.MathNode("mstyle",ne);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 ne=Z.parser,de=sr(Y[0],"color-token").color,Ee=Y[1];return{type:"color",mode:ne.mode,color:de,body:Qi(Ee)}},htmlBuilder:Uo,mathmlBuilder:lu}),yn({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler:function(Z,Y){var ne=Z.parser,de=Z.breakOnTokenText,Ee=sr(Y[0],"color-token").color;ne.gullet.macros.set("\\current@color",Ee);var Ke=ne.parseExpression(!0,de);return{type:"color",mode:ne.mode,color:Ee,body:Ke}},htmlBuilder:Uo,mathmlBuilder:lu}),yn({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function(Z,Y,ne){var de=Z.parser,Ee=Z.funcName,Ke=ne[0],Pt=Ee==="\\cr",zt=!1;return Pt||(de.settings.displayMode&&de.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")?zt=!1:zt=!0),{type:"cr",mode:de.mode,newLine:zt,newRow:Pt,size:Ke&&sr(Ke,"size").value}},htmlBuilder:function(Z,Y){if(Z.newRow)throw new o("\\cr valid only within a tabular/array environment");var ne=st.makeSpan(["mspace"],[],Y);return Z.newLine&&(ne.classes.push("newline"),Z.size&&(ne.style.marginTop=Hi(Z.size,Y)+"em")),ne},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mspace");return Z.newLine&&(ne.setAttribute("linebreak","newline"),Z.size&&ne.setAttribute("height",Hi(Z.size,Y)+"em")),ne}});var Rs=function(Z,Y,ne){var de=$e.math[Z]&&$e.math[Z].replace,Ee=Vt(de||Z,Y,ne);if(!Ee)throw new Error("Unsupported symbol "+Z+" and font size "+Y+".");return Ee},ru=function(Z,Y,ne,de){var Ee=ne.havingBaseStyle(Y),Ke=st.makeSpan(de.concat(Ee.sizingClasses(ne)),[Z],ne),Pt=Ee.sizeMultiplier/ne.sizeMultiplier;return Ke.height*=Pt,Ke.depth*=Pt,Ke.maxFontSize=Ee.sizeMultiplier,Ke},cu=function(Z,Y,ne){var de=Y.havingBaseStyle(ne),Ee=(1-Y.sizeMultiplier/de.sizeMultiplier)*Y.fontMetrics().axisHeight;Z.classes.push("delimcenter"),Z.style.top=Ee+"em",Z.height-=Ee,Z.depth+=Ee},wu=function(Z,Y,ne,de,Ee,Ke){var Pt=st.makeSymbol(Z,"Main-Regular",Ee,de),zt=ru(Pt,Y,de,Ke);return ne&&cu(zt,de,Y),zt},Ro=function(Z,Y,ne,de){return st.makeSymbol(Z,"Size"+Y+"-Regular",ne,de)},Qu=function(Z,Y,ne,de,Ee,Ke){var Pt=Ro(Z,Y,Ee,de),zt=ru(st.makeSpan(["delimsizing","size"+Y],[Pt],de),$.TEXT,de,Ke);return ne&&cu(zt,de,$.TEXT),zt},Lo=function(Z,Y,ne){var de;Y==="Size1-Regular"?de="delim-size1":de="delim-size4";var Ee=st.makeSpan(["delimsizinginner",de],[st.makeSpan([],[st.makeSymbol(Z,Y,ne)])]);return{type:"elem",elem:Ee}},fo={type:"kern",size:-.005},gu=function(Z,Y,ne,de,Ee,Ke){var Pt,zt,ir,Ar;Pt=ir=Ar=Z,zt=null;var $r="Size1-Regular";Z==="\\uparrow"?ir=Ar="\u23D0":Z==="\\Uparrow"?ir=Ar="\u2016":Z==="\\downarrow"?Pt=ir="\u23D0":Z==="\\Downarrow"?Pt=ir="\u2016":Z==="\\updownarrow"?(Pt="\\uparrow",ir="\u23D0",Ar="\\downarrow"):Z==="\\Updownarrow"?(Pt="\\Uparrow",ir="\u2016",Ar="\\Downarrow"):Z==="["||Z==="\\lbrack"?(Pt="\u23A1",ir="\u23A2",Ar="\u23A3",$r="Size4-Regular"):Z==="]"||Z==="\\rbrack"?(Pt="\u23A4",ir="\u23A5",Ar="\u23A6",$r="Size4-Regular"):Z==="\\lfloor"||Z==="\u230A"?(ir=Pt="\u23A2",Ar="\u23A3",$r="Size4-Regular"):Z==="\\lceil"||Z==="\u2308"?(Pt="\u23A1",ir=Ar="\u23A2",$r="Size4-Regular"):Z==="\\rfloor"||Z==="\u230B"?(ir=Pt="\u23A5",Ar="\u23A6",$r="Size4-Regular"):Z==="\\rceil"||Z==="\u2309"?(Pt="\u23A4",ir=Ar="\u23A5",$r="Size4-Regular"):Z==="("||Z==="\\lparen"?(Pt="\u239B",ir="\u239C",Ar="\u239D",$r="Size4-Regular"):Z===")"||Z==="\\rparen"?(Pt="\u239E",ir="\u239F",Ar="\u23A0",$r="Size4-Regular"):Z==="\\{"||Z==="\\lbrace"?(Pt="\u23A7",zt="\u23A8",Ar="\u23A9",ir="\u23AA",$r="Size4-Regular"):Z==="\\}"||Z==="\\rbrace"?(Pt="\u23AB",zt="\u23AC",Ar="\u23AD",ir="\u23AA",$r="Size4-Regular"):Z==="\\lgroup"||Z==="\u27EE"?(Pt="\u23A7",Ar="\u23A9",ir="\u23AA",$r="Size4-Regular"):Z==="\\rgroup"||Z==="\u27EF"?(Pt="\u23AB",Ar="\u23AD",ir="\u23AA",$r="Size4-Regular"):Z==="\\lmoustache"||Z==="\u23B0"?(Pt="\u23A7",Ar="\u23AD",ir="\u23AA",$r="Size4-Regular"):(Z==="\\rmoustache"||Z==="\u23B1")&&(Pt="\u23AB",Ar="\u23A9",ir="\u23AA",$r="Size4-Regular");var Xt=Rs(Pt,$r,Ee),Tn=Xt.height+Xt.depth,Yn=Rs(ir,$r,Ee),ri=Yn.height+Yn.depth,Ei=Rs(Ar,$r,Ee),Aa=Ei.height+Ei.depth,ya=0,Ea=1;if(zt!==null){var Es=Rs(zt,$r,Ee);ya=Es.height+Es.depth,Ea=2}var Ds=Tn+Aa+ya,bs=Math.max(0,Math.ceil((Y-Ds)/(Ea*ri))),vs=Ds+bs*Ea*ri,Na=de.fontMetrics().axisHeight;ne&&(Na*=de.sizeMultiplier);var Vs=vs/2-Na,ns=(bs+1)*.005-ri,Ai=[];if(Ai.push(Lo(Ar,$r,Ee)),zt===null)for(var Co=0;Co<bs;Co++)Ai.push(fo),Ai.push(Lo(ir,$r,Ee));else{for(var Fo=0;Fo<bs;Fo++)Ai.push(fo),Ai.push(Lo(ir,$r,Ee));Ai.push({type:"kern",size:ns}),Ai.push(Lo(ir,$r,Ee)),Ai.push(fo),Ai.push(Lo(zt,$r,Ee));for(var bu=0;bu<bs;bu++)Ai.push(fo),Ai.push(Lo(ir,$r,Ee))}Ai.push({type:"kern",size:ns}),Ai.push(Lo(ir,$r,Ee)),Ai.push(fo),Ai.push(Lo(Pt,$r,Ee));var Ys=de.havingBaseStyle($.TEXT),$o=st.makeVList({positionType:"bottom",positionData:Vs,children:Ai},Ys);return ru(st.makeSpan(["delimsizing","mult"],[$o],Ys),$.TEXT,de,Ke)},Mu=80,Oo=.08,Mo=function(Z,Y,ne,de,Ee){var Ke=Ft(Z,de,ne),Pt=new We(Z,Ke),zt=new Ge([Pt],{width:"400em",height:Y+"em",viewBox:"0 0 400000 "+ne,preserveAspectRatio:"xMinYMin slice"});return st.makeSvgSpan(["hide-tail"],[zt],Ee)},Eu=function(Z,Y){var ne=Y.havingBaseSizing(),de=Sr("\\surd",Z*ne.sizeMultiplier,ur,ne),Ee=ne.sizeMultiplier,Ke=Math.max(0,Y.minRuleThickness-Y.fontMetrics().sqrtRuleThickness),Pt,zt=0,ir=0,Ar=0,$r;return de.type==="small"?(Ar=1e3+1e3*Ke+Mu,Z<1?Ee=1:Z<1.4&&(Ee=.7),zt=(1+Ke+Oo)/Ee,ir=(1+Ke)/Ee,Pt=Mo("sqrtMain",zt,Ar,Ke,Y),Pt.style.minWidth="0.853em",$r=.833/Ee):de.type==="large"?(Ar=(1e3+Mu)*zo[de.size],ir=(zo[de.size]+Ke)/Ee,zt=(zo[de.size]+Ke+Oo)/Ee,Pt=Mo("sqrtSize"+de.size,zt,Ar,Ke,Y),Pt.style.minWidth="1.02em",$r=1/Ee):(zt=Z+Ke+Oo,ir=Z+Ke,Ar=Math.floor(1e3*Z+Ke)+Mu,Pt=Mo("sqrtTall",zt,Ar,Ke,Y),Pt.style.minWidth="0.742em",$r=1.056),Pt.height=ir,Pt.style.height=zt+"em",{span:Pt,advanceWidth:$r,ruleWidth:(Y.fontMetrics().sqrtRuleThickness+Ke)*Ee}},Xo=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230A","\u230B","\\lceil","\\rceil","\u2308","\u2309","\\surd"],nu=["\\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"],zo=[0,1.2,1.8,2.4,3],Fu=function(Z,Y,ne,de,Ee){if(Z==="<"||Z==="\\lt"||Z==="\u27E8"?Z="\\langle":(Z===">"||Z==="\\gt"||Z==="\u27E9")&&(Z="\\rangle"),A.contains(Xo,Z)||A.contains(Os,Z))return Qu(Z,Y,!1,ne,de,Ee);if(A.contains(nu,Z))return gu(Z,zo[Y],!1,ne,de,Ee);throw new o("Illegal delimiter: '"+Z+"'")},Jt=[{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,ne,de){for(var Ee=Math.min(2,3-de.style.size),Ke=Ee;Ke<ne.length&&ne[Ke].type!=="stack";Ke++){var Pt=Rs(Z,pr(ne[Ke]),"math"),zt=Pt.height+Pt.depth;if(ne[Ke].type==="small"){var ir=de.havingBaseStyle(ne[Ke].style);zt*=ir.sizeMultiplier}if(zt>Y)return ne[Ke]}return ne[ne.length-1]},gn=function(Z,Y,ne,de,Ee,Ke){Z==="<"||Z==="\\lt"||Z==="\u27E8"?Z="\\langle":(Z===">"||Z==="\\gt"||Z==="\u27E9")&&(Z="\\rangle");var Pt;A.contains(Os,Z)?Pt=Jt:A.contains(Xo,Z)?Pt=ur:Pt=hr;var zt=Sr(Z,Y,Pt,de);return zt.type==="small"?wu(Z,zt.style,ne,de,Ee,Ke):zt.type==="large"?Qu(Z,zt.size,ne,de,Ee,Ke):gu(Z,Y,ne,de,Ee,Ke)},Wn=function(Z,Y,ne,de,Ee,Ke){var Pt=de.fontMetrics().axisHeight*de.sizeMultiplier,zt=901,ir=5/de.fontMetrics().ptPerEm,Ar=Math.max(Y-Pt,ne+Pt),$r=Math.max(Ar/500*zt,2*Ar-ir);return gn(Z,$r,!0,de,Ee,Ke)},Rn={sqrtImage:Eu,sizedDelim:Fu,customSizedDelim:gn,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}},ui=["(","\\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 oi(Ve,Z){var Y=wn(Ve);if(Y&&A.contains(ui,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 ne=oi(Y[0],Z);return{type:"delimsizing",mode:Z.parser.mode,size:Hn[Z.funcName].size,mclass:Hn[Z.funcName].mclass,delim:ne.text}},htmlBuilder:function(Z,Y){return Z.delim==="."?st.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 ne=new zn.MathNode("mo",Y);return Z.mclass==="mopen"||Z.mclass==="mclose"?ne.setAttribute("fence","true"):ne.setAttribute("fence","false"),ne}});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 ne=Z.parser.gullet.macros.get("\\current@color");if(ne&&typeof ne!="string")throw new o("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:Z.parser.mode,delim:oi(Y[0],Z).text,color:ne}}}),yn({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function(Z,Y){var ne=oi(Y[0],Z),de=Z.parser;++de.leftrightDepth;var Ee=de.parseExpression(!1);--de.leftrightDepth,de.expect("\\right",!1);var Ke=sr(de.parseFunction(),"leftright-right");return{type:"leftright",mode:de.mode,body:Ee,left:ne.text,right:Ke.delim,rightColor:Ke.color}},htmlBuilder:function(Z,Y){fr(Z);for(var ne=es(Z.body,Y,!0,["mopen","mclose"]),de=0,Ee=0,Ke=!1,Pt=0;Pt<ne.length;Pt++)ne[Pt].isMiddle?Ke=!0:(de=Math.max(ne[Pt].height,de),Ee=Math.max(ne[Pt].depth,Ee));de*=Y.sizeMultiplier,Ee*=Y.sizeMultiplier;var zt;if(Z.left==="."?zt=qs(Y,["mopen"]):zt=Rn.leftRightDelim(Z.left,de,Ee,Y,Z.mode,["mopen"]),ne.unshift(zt),Ke)for(var ir=1;ir<ne.length;ir++){var Ar=ne[ir],$r=Ar.isMiddle;$r&&(ne[ir]=Rn.leftRightDelim($r.delim,de,Ee,$r.options,Z.mode,[]))}var Xt;if(Z.right===".")Xt=qs(Y,["mclose"]);else{var Tn=Z.rightColor?Y.withColor(Z.rightColor):Y;Xt=Rn.leftRightDelim(Z.right,de,Ee,Tn,Z.mode,["mclose"])}return ne.push(Xt),st.makeSpan(["minner"],ne,Y)},mathmlBuilder:function(Z,Y){fr(Z);var ne=Gi(Z.body,Y);if(Z.left!=="."){var de=new zn.MathNode("mo",[ts(Z.left,Z.mode)]);de.setAttribute("fence","true"),ne.unshift(de)}if(Z.right!=="."){var Ee=new zn.MathNode("mo",[ts(Z.right,Z.mode)]);Ee.setAttribute("fence","true"),Z.rightColor&&Ee.setAttribute("mathcolor",Z.rightColor),ne.push(Ee)}return Ps(ne)}}),yn({type:"middle",names:["\\middle"],props:{numArgs:1},handler:function(Z,Y){var ne=oi(Y[0],Z);if(!Z.parser.leftrightDepth)throw new o("\\middle without preceding \\left",ne);return{type:"middle",mode:Z.parser.mode,delim:ne.text}},htmlBuilder:function(Z,Y){var ne;if(Z.delim===".")ne=qs(Y,[]);else{ne=Rn.sizedDelim(Z.delim,1,Y,Z.mode,[]);var de={delim:Z.delim,options:Y};ne.isMiddle=de}return ne},mathmlBuilder:function(Z,Y){var ne=Z.delim==="\\vert"||Z.delim==="|"?ts("|","text"):ts(Z.delim,Z.mode),de=new zn.MathNode("mo",[ne]);return de.setAttribute("fence","true"),de.setAttribute("lspace","0.05em"),de.setAttribute("rspace","0.05em"),de}});var Fr=function(Z,Y){var ne=st.wrapFragment(Ji(Z.body,Y),Y),de=Z.label.substr(1),Ee=Y.sizeMultiplier,Ke,Pt=0,zt=A.isCharacterBox(Z.body);if(de==="sout")Ke=st.makeSpan(["stretchy","sout"]),Ke.height=Y.fontMetrics().defaultRuleThickness/Ee,Pt=-.5*Y.fontMetrics().xHeight;else{/cancel/.test(de)?zt||ne.classes.push("cancel-pad"):ne.classes.push("boxpad");var ir=0,Ar=0;/box/.test(de)?(Ar=Math.max(Y.fontMetrics().fboxrule,Y.minRuleThickness),ir=Y.fontMetrics().fboxsep+(de==="colorbox"?0:Ar)):ir=zt?.2:0,Ke=mi.encloseSpan(ne,de,ir,Y),/fbox|boxed|fcolorbox/.test(de)&&(Ke.style.borderStyle="solid",Ke.style.borderWidth=Ar+"em"),Pt=ne.depth+ir,Z.backgroundColor&&(Ke.style.backgroundColor=Z.backgroundColor,Z.borderColor&&(Ke.style.borderColor=Z.borderColor))}var $r;return Z.backgroundColor?$r=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ke,shift:Pt},{type:"elem",elem:ne,shift:0}]},Y):$r=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:ne,shift:0},{type:"elem",elem:Ke,shift:Pt,wrapperClasses:/cancel/.test(de)?["svg-align"]:[]}]},Y),/cancel/.test(de)&&($r.height=ne.height,$r.depth=ne.depth),/cancel/.test(de)&&!zt?st.makeSpan(["mord","cancel-lap"],[$r],Y):st.makeSpan(["mord"],[$r],Y)},Br=function(Z,Y){var ne=0,de=new zn.MathNode(Z.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Za(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(ne=Y.fontMetrics().fboxsep*Y.fontMetrics().ptPerEm,de.setAttribute("width","+"+2*ne+"pt"),de.setAttribute("height","+"+2*ne+"pt"),de.setAttribute("lspace",ne+"pt"),de.setAttribute("voffset",ne+"pt"),Z.label==="\\fcolorbox"){var Ee=Math.max(Y.fontMetrics().fboxrule,Y.minRuleThickness);de.setAttribute("style","border: "+Ee+"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,ne){var de=Z.parser,Ee=Z.funcName,Ke=sr(Y[0],"color-token").color,Pt=Y[1];return{type:"enclose",mode:de.mode,label:Ee,backgroundColor:Ke,body:Pt}},htmlBuilder:Fr,mathmlBuilder:Br}),yn({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function(Z,Y,ne){var de=Z.parser,Ee=Z.funcName,Ke=sr(Y[0],"color-token").color,Pt=sr(Y[1],"color-token").color,zt=Y[2];return{type:"enclose",mode:de.mode,label:Ee,backgroundColor:Pt,borderColor:Ke,body:zt}},htmlBuilder:Fr,mathmlBuilder:Br}),yn({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(Z,Y){var ne=Z.parser;return{type:"enclose",mode:ne.mode,label:"\\fbox",body:Y[0]}}}),yn({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function(Z,Y,ne){var de=Z.parser,Ee=Z.funcName,Ke=Y[0];return{type:"enclose",mode:de.mode,label:Ee,body:Ke}},htmlBuilder:Fr,mathmlBuilder:Br});var En={};function Sn(Ve){for(var Z=Ve.type,Y=Ve.names,ne=Ve.props,de=Ve.handler,Ee=Ve.htmlBuilder,Ke=Ve.mathmlBuilder,Pt={type:Z,numArgs:ne.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:de},zt=0;zt<Y.length;++zt)En[Y[zt]]=Pt;Ee&&(Di[Z]=Ee),Ke&&(yi[Z]=Ke)}function vt(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 jn(Ve,Z,Y){var ne=Z.hskipBeforeAndAfter,de=Z.addJot,Ee=Z.cols,Ke=Z.arraystretch,Pt=Z.colSeparationType;if(Ve.gullet.beginGroup(),Ve.gullet.macros.set("\\\\","\\cr"),!Ke){var zt=Ve.gullet.expandMacroAsText("\\arraystretch");if(zt==null)Ke=1;else if(Ke=parseFloat(zt),!Ke||Ke<0)throw new o("Invalid \\arraystretch: "+zt)}Ve.gullet.beginGroup();var ir=[],Ar=[ir],$r=[],Xt=[];for(Xt.push(vt(Ve));;){var Tn=Ve.parseExpression(!1,"\\cr");Ve.gullet.endGroup(),Ve.gullet.beginGroup(),Tn={type:"ordgroup",mode:Ve.mode,body:Tn},Y&&(Tn={type:"styling",mode:Ve.mode,style:Y,body:[Tn]}),ir.push(Tn);var Yn=Ve.fetch().text;if(Yn==="&")Ve.consume();else if(Yn==="\\end"){ir.length===1&&Tn.type==="styling"&&Tn.body[0].body.length===0&&Ar.pop(),Xt.length<Ar.length+1&&Xt.push([]);break}else if(Yn==="\\cr"){var ri=sr(Ve.parseFunction(),"cr");$r.push(ri.size),Xt.push(vt(Ve)),ir=[],Ar.push(ir)}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:Ke,body:Ar,cols:Ee,rowGaps:$r,hskipBeforeAndAfter:ne,hLinesBeforeRow:Xt,colSeparationType:Pt}}function Gn(Ve){return Ve.substr(0,1)==="d"?"display":"text"}var Ni=function(Z,Y){var ne,de,Ee=Z.body.length,Ke=Z.hLinesBeforeRow,Pt=0,zt=new Array(Ee),ir=[],Ar=Math.max(Y.fontMetrics().arrayRuleWidth,Y.minRuleThickness),$r=1/Y.fontMetrics().ptPerEm,Xt=5*$r;if(Z.colSeparationType&&Z.colSeparationType==="small"){var Tn=Y.havingStyle($.SCRIPT).sizeMultiplier;Xt=.2778*(Tn/Y.sizeMultiplier)}var Yn=12*$r,ri=3*$r,Ei=Z.arraystretch*Yn,Aa=.7*Ei,ya=.3*Ei,Ea=0;function Es(du){for(var Tu=0;Tu<du.length;++Tu)Tu>0&&(Ea+=.25),ir.push({pos:Ea,isDashed:du[Tu]})}for(Es(Ke[0]),ne=0;ne<Z.body.length;++ne){var Ds=Z.body[ne],bs=Aa,vs=ya;Pt<Ds.length&&(Pt=Ds.length);var Na=new Array(Ds.length);for(de=0;de<Ds.length;++de){var Vs=Ji(Ds[de],Y);vs<Vs.depth&&(vs=Vs.depth),bs<Vs.height&&(bs=Vs.height),Na[de]=Vs}var ns=Z.rowGaps[ne],Ai=0;ns&&(Ai=Hi(ns,Y),Ai>0&&(Ai+=ya,vs<Ai&&(vs=Ai),Ai=0)),Z.addJot&&(vs+=ri),Na.height=bs,Na.depth=vs,Ea+=bs,Na.pos=Ea,Ea+=vs+Ai,zt[ne]=Na,Es(Ke[ne+1])}var Co=Ea/2+Y.fontMetrics().axisHeight,Fo=Z.cols||[],bu=[],Ys,$o;for(de=0,$o=0;de<Pt||$o<Fo.length;++de,++$o){for(var po=Fo[$o]||{},Au=!0;po.type==="separator";){if(Au||(Ys=st.makeSpan(["arraycolsep"],[]),Ys.style.width=Y.fontMetrics().doubleRuleSep+"em",bu.push(Ys)),po.separator==="|"||po.separator===":"){var Nu=po.separator==="|"?"solid":"dashed",dl=st.makeSpan(["vertical-separator"],[],Y);dl.style.height=Ea+"em",dl.style.borderRightWidth=Ar+"em",dl.style.borderRightStyle=Nu,dl.style.margin="0 -"+Ar/2+"em",dl.style.verticalAlign=-(Ea-Co)+"em",bu.push(dl)}else throw new o("Invalid separator type: "+po.separator);$o++,po=Fo[$o]||{},Au=!1}if(!(de>=Pt)){var Ju=void 0;(de>0||Z.hskipBeforeAndAfter)&&(Ju=A.deflt(po.pregap,Xt),Ju!==0&&(Ys=st.makeSpan(["arraycolsep"],[]),Ys.style.width=Ju+"em",bu.push(Ys)));var to=[];for(ne=0;ne<Ee;++ne){var Cu=zt[ne],el=Cu[de];if(el){var Zo=Cu.pos-Co;el.depth=Cu.depth,el.height=Cu.height,to.push({type:"elem",elem:el,shift:Zo})}}to=st.makeVList({positionType:"individualShift",children:to},Y),to=st.makeSpan(["col-align-"+(po.align||"c")],[to]),bu.push(to),(de<Pt-1||Z.hskipBeforeAndAfter)&&(Ju=A.deflt(po.postgap,Xt),Ju!==0&&(Ys=st.makeSpan(["arraycolsep"],[]),Ys.style.width=Ju+"em",bu.push(Ys)))}}if(zt=st.makeSpan(["mtable"],bu),ir.length>0){for(var Rl=st.makeLineSpan("hline",Y,Ar),Ll=st.makeLineSpan("hdashline",Y,Ar),fu=[{type:"elem",elem:zt,shift:0}];ir.length>0;){var sc=ir.pop(),oo=sc.pos-Co;sc.isDashed?fu.push({type:"elem",elem:Ll,shift:oo}):fu.push({type:"elem",elem:Rl,shift:oo})}zt=st.makeVList({positionType:"individualShift",children:fu},Y)}return st.makeSpan(["mord"],[zt],Y)},ea={c:"center ",l:"left ",r:"right "},Ur=function(Z,Y){var ne=new zn.MathNode("mtable",Z.body.map(function(Ea){return new zn.MathNode("mtr",Ea.map(function(Es){return new zn.MathNode("mtd",[Za(Es,Y)])}))})),de=Z.arraystretch===.5?.1:.16+Z.arraystretch-1+(Z.addJot?.09:0);ne.setAttribute("rowspacing",de+"em");var Ee="",Ke="";if(Z.cols){var Pt=Z.cols,zt="",ir=!1,Ar=0,$r=Pt.length;Pt[0].type==="separator"&&(Ee+="top ",Ar=1),Pt[Pt.length-1].type==="separator"&&(Ee+="bottom ",$r-=1);for(var Xt=Ar;Xt<$r;Xt++)Pt[Xt].type==="align"?(Ke+=ea[Pt[Xt].align],ir&&(zt+="none "),ir=!0):Pt[Xt].type==="separator"&&ir&&(zt+=Pt[Xt].separator==="|"?"solid ":"dashed ",ir=!1);ne.setAttribute("columnalign",Ke.trim()),/[sd]/.test(zt)&&ne.setAttribute("columnlines",zt.trim())}if(Z.colSeparationType==="align"){for(var Tn=Z.cols||[],Yn="",ri=1;ri<Tn.length;ri++)Yn+=ri%2?"0em ":"1em ";ne.setAttribute("columnspacing",Yn.trim())}else Z.colSeparationType==="alignat"?ne.setAttribute("columnspacing","0em"):Z.colSeparationType==="small"?ne.setAttribute("columnspacing","0.2778em"):ne.setAttribute("columnspacing","1em");var Ei="",Aa=Z.hLinesBeforeRow;Ee+=Aa[0].length>0?"left ":"",Ee+=Aa[Aa.length-1].length>0?"right ":"";for(var ya=1;ya<Aa.length-1;ya++)Ei+=Aa[ya].length===0?"none ":Aa[ya][0]?"dashed ":"solid ";return/[sd]/.test(Ei)&&ne.setAttribute("rowlines",Ei.trim()),Ee!==""&&(ne=new zn.MathNode("menclose",[ne]),ne.setAttribute("notation",Ee.trim())),Z.arraystretch&&Z.arraystretch<1&&(ne=new zn.MathNode("mstyle",[ne]),ne.setAttribute("scriptlevel","1")),ne},ca=function(Z,Y){var ne=[],de=jn(Z.parser,{cols:ne,addJot:!0},"display"),Ee,Ke=0,Pt={type:"ordgroup",mode:Z.mode,body:[]},zt=xr(Y[0],"ordgroup");if(zt){for(var ir="",Ar=0;Ar<zt.body.length;Ar++){var $r=sr(zt.body[Ar],"textord");ir+=$r.text}Ee=Number(ir),Ke=Ee*2}var Xt=!Ke;de.body.forEach(function(Ei){for(var Aa=1;Aa<Ei.length;Aa+=2){var ya=sr(Ei[Aa],"styling"),Ea=sr(ya.body[0],"ordgroup");Ea.body.unshift(Pt)}if(Xt)Ke<Ei.length&&(Ke=Ei.length);else{var Es=Ei.length/2;if(Ee<Es)throw new o("Too many math in a row: "+("expected "+Ee+", but got "+Es),Ei[0])}});for(var Tn=0;Tn<Ke;++Tn){var Yn="r",ri=0;Tn%2===1?Yn="l":Tn>0&&Xt&&(ri=1),ne[Tn]={type:"align",align:Yn,pregap:ri,postgap:0}}return de.colSeparationType=Xt?"align":"alignat",de};Sn({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(Z,Y){var ne=wn(Y[0]),de=ne?[Y[0]]:sr(Y[0],"ordgroup").body,Ee=de.map(function(Pt){var zt=zr(Pt),ir=zt.text;if("lcr".indexOf(ir)!==-1)return{type:"align",align:ir};if(ir==="|")return{type:"separator",separator:"|"};if(ir===":")return{type:"separator",separator:":"};throw new o("Unknown column alignment: "+ir,Pt)}),Ke={cols:Ee,hskipBeforeAndAfter:!0};return jn(Z.parser,Ke,Gn(Z.envName))},htmlBuilder:Ni,mathmlBuilder:Ur}),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],ne={hskipBeforeAndAfter:!1},de=jn(Z.parser,ne,Gn(Z.envName));return Y?{type:"leftright",mode:Z.mode,body:[de],left:Y[0],right:Y[1],rightColor:void 0}:de},htmlBuilder:Ni,mathmlBuilder:Ur}),Sn({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(Z){var Y={arraystretch:.5},ne=jn(Z.parser,Y,"script");return ne.colSeparationType="small",ne},htmlBuilder:Ni,mathmlBuilder:Ur}),Sn({type:"array",names:["subarray"],props:{numArgs:1},handler:function(Z,Y){var ne=wn(Y[0]),de=ne?[Y[0]]:sr(Y[0],"ordgroup").body,Ee=de.map(function(Pt){var zt=zr(Pt),ir=zt.text;if("lc".indexOf(ir)!==-1)return{type:"align",align:ir};throw new o("Unknown column alignment: "+ir,Pt)});if(Ee.length>1)throw new o("{subarray} can contain only one column");var Ke={cols:Ee,hskipBeforeAndAfter:!1,arraystretch:.5};if(Ke=jn(Z.parser,Ke,"script"),Ke.body[0].length>1)throw new o("{subarray} can contain only one column");return Ke},htmlBuilder:Ni,mathmlBuilder:Ur}),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}]},ne=jn(Z.parser,Y,Gn(Z.envName));return{type:"leftright",mode:Z.mode,body:[ne],left:"\\{",right:".",rightColor:void 0}},htmlBuilder:Ni,mathmlBuilder:Ur}),Sn({type:"array",names:["aligned"],props:{numArgs:0},handler:ca,htmlBuilder:Ni,mathmlBuilder:Ur}),Sn({type:"array",names:["gathered"],props:{numArgs:0},handler:function(Z){var Y={cols:[{type:"align",align:"c"}],addJot:!0};return jn(Z.parser,Y,"display")},htmlBuilder:Ni,mathmlBuilder:Ur}),Sn({type:"array",names:["alignedat"],props:{numArgs:1},handler:ca,htmlBuilder:Ni,mathmlBuilder:Ur}),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 Vr=En,wa=Vr;yn({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Y[0];if(Ee.type!=="ordgroup")throw new o("Invalid environment name",Ee);for(var Ke="",Pt=0;Pt<Ee.body.length;++Pt)Ke+=sr(Ee.body[Pt],"textord").text;if(de==="\\begin"){if(!wa.hasOwnProperty(Ke))throw new o("No such environment: "+Ke,Ee);var zt=wa[Ke],ir=ne.parseArguments("\\begin{"+Ke+"}",zt),Ar=ir.args,$r=ir.optArgs,Xt={mode:ne.mode,envName:Ke,parser:ne},Tn=zt.handler(Xt,Ar,$r);ne.expect("\\end",!1);var Yn=ne.nextToken,ri=sr(ne.parseFunction(),"environment");if(ri.name!==Ke)throw new o("Mismatch: \\begin{"+Ke+"} matched by \\end{"+ri.name+"}",Yn);return Tn}return{type:"environment",mode:ne.mode,name:Ke,nameGroup:Ee}}});var ps=st.makeSpan;function $s(Ve,Z){var Y=es(Ve.body,Z,!0);return ps([Ve.mclass],Y,Z)}function ji(Ve,Z){var Y,ne=Gi(Ve.body,Z);return Ve.mclass==="minner"?zn.newDocumentFragment(ne):(Ve.mclass==="mord"?Ve.isCharacterBox?(Y=ne[0],Y.type="mi"):Y=new zn.MathNode("mi",ne):(Ve.isCharacterBox?(Y=ne[0],Y.type="mo"):Y=new zn.MathNode("mo",ne),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 ne=Z.parser,de=Z.funcName,Ee=Y[0];return{type:"mclass",mode:ne.mode,mclass:"m"+de.substr(5),body:Qi(Ee),isCharacterBox:A.isCharacterBox(Ee)}},htmlBuilder:$s,mathmlBuilder:ji});var ho=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 ne=Z.parser;return{type:"mclass",mode:ne.mode,mclass:ho(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 ne=Z.parser,de=Z.funcName,Ee=Y[1],Ke=Y[0],Pt;de!=="\\stackrel"?Pt=ho(Ee):Pt="mrel";var zt={type:"op",mode:Ee.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:de!=="\\stackrel",body:Qi(Ee)},ir={type:"supsub",mode:Ke.mode,base:zt,sup:de==="\\underset"?null:Ke,sub:de==="\\underset"?Ke:null};return{type:"mclass",mode:ne.mode,mclass:Pt,body:[ir],isCharacterBox:A.isCharacterBox(ir)}},htmlBuilder:$s,mathmlBuilder:ji});var no=function(Z,Y){var ne=Z.font,de=Y.withFont(ne);return Ji(Z.body,de)},Zs=function(Z,Y){var ne=Z.font,de=Y.withFont(ne);return Za(Z.body,de)},Ya={"\\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 ne=Z.parser,de=Z.funcName,Ee=Y[0],Ke=de;return Ke in Ya&&(Ke=Ya[Ke]),{type:"font",mode:ne.mode,font:Ke.slice(1),body:Ee}},htmlBuilder:no,mathmlBuilder:Zs}),yn({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:function(Z,Y){var ne=Z.parser,de=Y[0],Ee=A.isCharacterBox(de);return{type:"mclass",mode:ne.mode,mclass:ho(de),body:[{type:"font",mode:ne.mode,font:"boldsymbol",body:de}],isCharacterBox:Ee}}}),yn({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it"],props:{numArgs:0,allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Z.breakOnTokenText,Ke=ne.mode,Pt=ne.parseExpression(!0,Ee),zt="math"+de.slice(1);return{type:"font",mode:Ke,font:zt,body:{type:"ordgroup",mode:ne.mode,body:Pt}}},htmlBuilder:no,mathmlBuilder:Zs});var Ws=function(Z,Y){var ne=Y;return Z==="display"?ne=ne.id>=$.SCRIPT.id?ne.text():$.DISPLAY:Z==="text"&&ne.size===$.DISPLAY.size?ne=$.TEXT:Z==="script"?ne=$.SCRIPT:Z==="scriptscript"&&(ne=$.SCRIPTSCRIPT),ne},eo=function(Z,Y){var ne=Ws(Z.size,Y.style),de=ne.fracNum(),Ee=ne.fracDen(),Ke;Ke=Y.havingStyle(de);var Pt=Ji(Z.numer,Ke,Y);if(Z.continued){var zt=8.5/Y.fontMetrics().ptPerEm,ir=3.5/Y.fontMetrics().ptPerEm;Pt.height=Pt.height<zt?zt:Pt.height,Pt.depth=Pt.depth<ir?ir:Pt.depth}Ke=Y.havingStyle(Ee);var Ar=Ji(Z.denom,Ke,Y),$r,Xt,Tn;Z.hasBarLine?(Z.barSize?(Xt=Hi(Z.barSize,Y),$r=st.makeLineSpan("frac-line",Y,Xt)):$r=st.makeLineSpan("frac-line",Y),Xt=$r.height,Tn=$r.height):($r=null,Xt=0,Tn=Y.fontMetrics().defaultRuleThickness);var Yn,ri,Ei;ne.size===$.DISPLAY.size||Z.size==="display"?(Yn=Y.fontMetrics().num1,Xt>0?ri=3*Tn:ri=7*Tn,Ei=Y.fontMetrics().denom1):(Xt>0?(Yn=Y.fontMetrics().num2,ri=Tn):(Yn=Y.fontMetrics().num3,ri=3*Tn),Ei=Y.fontMetrics().denom2);var Aa;if($r){var Ea=Y.fontMetrics().axisHeight;Yn-Pt.depth-(Ea+.5*Xt)<ri&&(Yn+=ri-(Yn-Pt.depth-(Ea+.5*Xt))),Ea-.5*Xt-(Ar.height-Ei)<ri&&(Ei+=ri-(Ea-.5*Xt-(Ar.height-Ei)));var Es=-(Ea-.5*Xt);Aa=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ar,shift:Ei},{type:"elem",elem:$r,shift:Es},{type:"elem",elem:Pt,shift:-Yn}]},Y)}else{var ya=Yn-Pt.depth-(Ar.height-Ei);ya<ri&&(Yn+=.5*(ri-ya),Ei+=.5*(ri-ya)),Aa=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ar,shift:Ei},{type:"elem",elem:Pt,shift:-Yn}]},Y)}Ke=Y.havingStyle(ne),Aa.height*=Ke.sizeMultiplier/Y.sizeMultiplier,Aa.depth*=Ke.sizeMultiplier/Y.sizeMultiplier;var Ds;ne.size===$.DISPLAY.size?Ds=Y.fontMetrics().delim1:Ds=Y.fontMetrics().delim2;var bs,vs;return Z.leftDelim==null?bs=qs(Y,["mopen"]):bs=Rn.customSizedDelim(Z.leftDelim,Ds,!0,Y.havingStyle(ne),Z.mode,["mopen"]),Z.continued?vs=st.makeSpan([]):Z.rightDelim==null?vs=qs(Y,["mclose"]):vs=Rn.customSizedDelim(Z.rightDelim,Ds,!0,Y.havingStyle(ne),Z.mode,["mclose"]),st.makeSpan(["mord"].concat(Ke.sizingClasses(Y)),[bs,st.makeSpan(["mfrac"],[Aa]),vs],Y)},Ln=function(Z,Y){var ne=new zn.MathNode("mfrac",[Za(Z.numer,Y),Za(Z.denom,Y)]);if(!Z.hasBarLine)ne.setAttribute("linethickness","0px");else if(Z.barSize){var de=Hi(Z.barSize,Y);ne.setAttribute("linethickness",de+"em")}var Ee=Ws(Z.size,Y.style);if(Ee.size!==Y.style.size){ne=new zn.MathNode("mstyle",[ne]);var Ke=Ee.size===$.DISPLAY.size?"true":"false";ne.setAttribute("displaystyle",Ke),ne.setAttribute("scriptlevel","0")}if(Z.leftDelim!=null||Z.rightDelim!=null){var Pt=[];if(Z.leftDelim!=null){var zt=new zn.MathNode("mo",[new zn.TextNode(Z.leftDelim.replace("\\",""))]);zt.setAttribute("fence","true"),Pt.push(zt)}if(Pt.push(ne),Z.rightDelim!=null){var ir=new zn.MathNode("mo",[new zn.TextNode(Z.rightDelim.replace("\\",""))]);ir.setAttribute("fence","true"),Pt.push(ir)}return Ps(Pt)}return ne};yn({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Y[0],Ke=Y[1],Pt,zt=null,ir=null,Ar="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,zt="(",ir=")";break;case"\\\\bracefrac":Pt=!1,zt="\\{",ir="\\}";break;case"\\\\brackfrac":Pt=!1,zt="[",ir="]";break;default:throw new Error("Unrecognized genfrac command")}switch(de){case"\\cfrac":case"\\dfrac":case"\\dbinom":Ar="display";break;case"\\tfrac":case"\\tbinom":Ar="text";break}return{type:"genfrac",mode:ne.mode,continued:de==="\\cfrac",numer:Ee,denom:Ke,hasBarLine:Pt,leftDelim:zt,rightDelim:ir,size:Ar,barSize:null}},htmlBuilder:eo,mathmlBuilder:Ln}),yn({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(Z){var Y=Z.parser,ne=Z.funcName,de=Z.token,Ee;switch(ne){case"\\over":Ee="\\frac";break;case"\\choose":Ee="\\binom";break;case"\\atop":Ee="\\\\atopfrac";break;case"\\brace":Ee="\\\\bracefrac";break;case"\\brack":Ee="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:Y.mode,replaceWith:Ee,token:de}}});var Hs=["display","text","script","scriptscript"],io=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 ne=Z.parser,de=Y[4],Ee=Y[5],Ke=xr(Y[0],"atom");Ke&&(Ke=kr(Y[0],"open"));var Pt=Ke?io(Ke.text):null,zt=xr(Y[1],"atom");zt&&(zt=kr(Y[1],"close"));var ir=zt?io(zt.text):null,Ar=sr(Y[2],"size"),$r,Xt=null;Ar.isBlank?$r=!0:(Xt=Ar.value,$r=Xt.number>0);var Tn="auto",Yn=xr(Y[3],"ordgroup");if(Yn){if(Yn.body.length>0){var ri=sr(Yn.body[0],"textord");Tn=Hs[Number(ri.text)]}}else Yn=sr(Y[3],"textord"),Tn=Hs[Number(Yn.text)];return{type:"genfrac",mode:ne.mode,numer:de,denom:Ee,continued:!1,hasBarLine:$r,barSize:Xt,leftDelim:Pt,rightDelim:ir,size:Tn}},htmlBuilder:eo,mathmlBuilder:Ln}),yn({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Z.token;return{type:"infix",mode:ne.mode,replaceWith:"\\\\abovefrac",size:sr(Y[0],"size").value,token:Ee}}}),yn({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Y[0],Ke=D(sr(Y[1],"infix").size),Pt=Y[2],zt=Ke.number>0;return{type:"genfrac",mode:ne.mode,numer:Ee,denom:Pt,continued:!1,hasBarLine:zt,barSize:Ke,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:eo,mathmlBuilder:Ln});var Xe=function(Z,Y){var ne=Y.style,de,Ee,Ke=xr(Z,"supsub");Ke?(de=Ke.sup?Ji(Ke.sup,Y.havingStyle(ne.sup()),Y):Ji(Ke.sub,Y.havingStyle(ne.sub()),Y),Ee=sr(Ke.base,"horizBrace")):Ee=sr(Z,"horizBrace");var Pt=Ji(Ee.base,Y.havingBaseStyle($.DISPLAY)),zt=mi.svgSpan(Ee,Y),ir;if(Ee.isOver?(ir=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Pt},{type:"kern",size:.1},{type:"elem",elem:zt}]},Y),ir.children[0].children[0].children[1].classes.push("svg-align")):(ir=st.makeVList({positionType:"bottom",positionData:Pt.depth+.1+zt.height,children:[{type:"elem",elem:zt},{type:"kern",size:.1},{type:"elem",elem:Pt}]},Y),ir.children[0].children[0].children[0].classes.push("svg-align")),de){var Ar=st.makeSpan(["mord",Ee.isOver?"mover":"munder"],[ir],Y);Ee.isOver?ir=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ar},{type:"kern",size:.2},{type:"elem",elem:de}]},Y):ir=st.makeVList({positionType:"bottom",positionData:Ar.depth+.2+de.height+de.depth,children:[{type:"elem",elem:de},{type:"kern",size:.2},{type:"elem",elem:Ar}]},Y)}return st.makeSpan(["mord",Ee.isOver?"mover":"munder"],[ir],Y)},Qe=function(Z,Y){var ne=mi.mathMLnode(Z.label);return new zn.MathNode(Z.isOver?"mover":"munder",[Za(Z.base,Y),ne])};yn({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName;return{type:"horizBrace",mode:ne.mode,label:de,isOver:/^\\over/.test(de),base:Y[0]}},htmlBuilder:Xe,mathmlBuilder:Qe}),yn({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=Y[1],Ee=sr(Y[0],"url").url;return ne.settings.isTrusted({command:"\\href",url:Ee})?{type:"href",mode:ne.mode,href:Ee,body:Qi(de)}:ne.formatUnsupportedCmd("\\href")},htmlBuilder:function(Z,Y){var ne=es(Z.body,Y,!1);return st.makeAnchor(Z.href,[],ne,Y)},mathmlBuilder:function(Z,Y){var ne=Qa(Z.body,Y);return ne instanceof ma||(ne=new ma("mrow",[ne])),ne.setAttribute("href",Z.href),ne}}),yn({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=sr(Y[0],"url").url;if(!ne.settings.isTrusted({command:"\\url",url:de}))return ne.formatUnsupportedCmd("\\url");for(var Ee=[],Ke=0;Ke<de.length;Ke++){var Pt=de[Ke];Pt==="~"&&(Pt="\\textasciitilde"),Ee.push({type:"textord",mode:"text",text:Pt})}var zt={type:"text",mode:ne.mode,font:"\\texttt",body:Ee};return{type:"href",mode:ne.mode,href:de,body:Qi(zt)}}}),yn({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(Z,Y){var ne=Z.parser;return{type:"htmlmathml",mode:ne.mode,html:Qi(Y[0]),mathml:Qi(Y[1])}},htmlBuilder:function(Z,Y){var ne=es(Z.html,Y,!1);return st.makeFragment(ne)},mathmlBuilder:function(Z,Y){return Qa(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 ne={number:+(Y[1]+Y[2]),unit:Y[3]};if(!na(ne))throw new o("Invalid unit: '"+ne.unit+"' in \\includegraphics.");return ne};yn({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(Z,Y,ne){var de=Z.parser,Ee={number:0,unit:"em"},Ke={number:.9,unit:"em"},Pt={number:0,unit:"em"},zt="";if(ne[0])for(var ir=sr(ne[0],"raw").string,Ar=ir.split(","),$r=0;$r<Ar.length;$r++){var Xt=Ar[$r].split("=");if(Xt.length===2){var Tn=Xt[1].trim();switch(Xt[0].trim()){case"alt":zt=Tn;break;case"width":Ee=jt(Tn);break;case"height":Ke=jt(Tn);break;case"totalheight":Pt=jt(Tn);break;default:throw new o("Invalid key: '"+Xt[0]+"' in \\includegraphics.")}}}var Yn=sr(Y[0],"url").url;return zt===""&&(zt=Yn,zt=zt.replace(/^.*[\\/]/,""),zt=zt.substring(0,zt.lastIndexOf("."))),de.settings.isTrusted({command:"\\includegraphics",url:Yn})?{type:"includegraphics",mode:de.mode,alt:zt,width:Ee,height:Ke,totalheight:Pt,src:Yn}:de.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(Z,Y){var ne=Hi(Z.height,Y),de=0;Z.totalheight.number>0&&(de=Hi(Z.totalheight,Y)-ne,de=Number(de.toFixed(2)));var Ee=0;Z.width.number>0&&(Ee=Hi(Z.width,Y));var Ke={height:ne+de+"em"};Ee>0&&(Ke.width=Ee+"em"),de>0&&(Ke.verticalAlign=-de+"em");var Pt=new Fe(Z.src,Z.alt,Ke);return Pt.height=ne,Pt.depth=de,Pt},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mglyph",[]);ne.setAttribute("alt",Z.alt);var de=Hi(Z.height,Y),Ee=0;if(Z.totalheight.number>0&&(Ee=Hi(Z.totalheight,Y)-de,Ee=Ee.toFixed(2),ne.setAttribute("valign","-"+Ee+"em")),ne.setAttribute("height",de+Ee+"em"),Z.width.number>0){var Ke=Hi(Z.width,Y);ne.setAttribute("width",Ke+"em")}return ne.setAttribute("src",Z.src),ne}}),yn({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=sr(Y[0],"size");if(ne.settings.strict){var Ke=de[1]==="m",Pt=Ee.value.unit==="mu";Ke?(Pt||ne.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+de+" supports only mu units, "+("not "+Ee.value.unit+" units")),ne.mode!=="math"&&ne.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+de+" works only in math mode")):Pt&&ne.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+de+" doesn't support mu units")}return{type:"kern",mode:ne.mode,dimension:Ee.value}},htmlBuilder:function(Z,Y){return st.makeGlue(Z.dimension,Y)},mathmlBuilder:function(Z,Y){var ne=Hi(Z.dimension,Y);return new zn.SpaceNode(ne)}}),yn({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Y[0];return{type:"lap",mode:ne.mode,alignment:de.slice(5),body:Ee}},htmlBuilder:function(Z,Y){var ne;Z.alignment==="clap"?(ne=st.makeSpan([],[Ji(Z.body,Y)]),ne=st.makeSpan(["inner"],[ne],Y)):ne=st.makeSpan(["inner"],[Ji(Z.body,Y)]);var de=st.makeSpan(["fix"],[]),Ee=st.makeSpan([Z.alignment],[ne,de],Y),Ke=st.makeSpan(["strut"]);return Ke.style.height=Ee.height+Ee.depth+"em",Ke.style.verticalAlign=-Ee.depth+"em",Ee.children.unshift(Ke),Ee=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:Ee}]},Y),st.makeSpan(["mord"],[Ee],Y)},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mpadded",[Za(Z.body,Y)]);if(Z.alignment!=="rlap"){var de=Z.alignment==="llap"?"-1":"-0.5";ne.setAttribute("lspace",de+"width")}return ne.setAttribute("width","0px"),ne}}),yn({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(Z,Y){var ne=Z.funcName,de=Z.parser,Ee=de.mode;de.switchMode("math");var Ke=ne==="\\("?"\\)":"$",Pt=de.parseExpression(!1,Ke);return de.expect(Ke),de.switchMode(Ee),{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 Kt=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 ne=Z.parser;return{type:"mathchoice",mode:ne.mode,display:Qi(Y[0]),text:Qi(Y[1]),script:Qi(Y[2]),scriptscript:Qi(Y[3])}},htmlBuilder:function(Z,Y){var ne=Kt(Z,Y),de=es(ne,Y,!1);return st.makeFragment(de)},mathmlBuilder:function(Z,Y){var ne=Kt(Z,Y);return Qa(ne,Y)}});var gr=function(Z,Y,ne,de,Ee,Ke,Pt){Z=st.makeSpan([],[Z]);var zt,ir;if(Y){var Ar=Ji(Y,de.havingStyle(Ee.sup()),de);ir={elem:Ar,kern:Math.max(de.fontMetrics().bigOpSpacing1,de.fontMetrics().bigOpSpacing3-Ar.depth)}}if(ne){var $r=Ji(ne,de.havingStyle(Ee.sub()),de);zt={elem:$r,kern:Math.max(de.fontMetrics().bigOpSpacing2,de.fontMetrics().bigOpSpacing4-$r.height)}}var Xt;if(ir&&zt){var Tn=de.fontMetrics().bigOpSpacing5+zt.elem.height+zt.elem.depth+zt.kern+Z.depth+Pt;Xt=st.makeVList({positionType:"bottom",positionData:Tn,children:[{type:"kern",size:de.fontMetrics().bigOpSpacing5},{type:"elem",elem:zt.elem,marginLeft:-Ke+"em"},{type:"kern",size:zt.kern},{type:"elem",elem:Z},{type:"kern",size:ir.kern},{type:"elem",elem:ir.elem,marginLeft:Ke+"em"},{type:"kern",size:de.fontMetrics().bigOpSpacing5}]},de)}else if(zt){var Yn=Z.height-Pt;Xt=st.makeVList({positionType:"top",positionData:Yn,children:[{type:"kern",size:de.fontMetrics().bigOpSpacing5},{type:"elem",elem:zt.elem,marginLeft:-Ke+"em"},{type:"kern",size:zt.kern},{type:"elem",elem:Z}]},de)}else if(ir){var ri=Z.depth+Pt;Xt=st.makeVList({positionType:"bottom",positionData:ri,children:[{type:"elem",elem:Z},{type:"kern",size:ir.kern},{type:"elem",elem:ir.elem,marginLeft:Ke+"em"},{type:"kern",size:de.fontMetrics().bigOpSpacing5}]},de)}else return Z;return st.makeSpan(["mop","op-limits"],[Xt],de)},Rr=["\\smallint"],Hr=function(Z,Y){var ne,de,Ee=!1,Ke,Pt=xr(Z,"supsub");Pt?(ne=Pt.sup,de=Pt.sub,Ke=sr(Pt.base,"op"),Ee=!0):Ke=sr(Z,"op");var zt=Y.style,ir=!1;zt.size===$.DISPLAY.size&&Ke.symbol&&!A.contains(Rr,Ke.name)&&(ir=!0);var Ar;if(Ke.symbol){var $r=ir?"Size2-Regular":"Size1-Regular",Xt="";if((Ke.name==="\\oiint"||Ke.name==="\\oiiint")&&(Xt=Ke.name.substr(1),Ke.name=Xt==="oiint"?"\\iint":"\\iiint"),Ar=st.makeSymbol(Ke.name,$r,"math",Y,["mop","op-symbol",ir?"large-op":"small-op"]),Xt.length>0){var Tn=Ar.italic,Yn=st.staticSvg(Xt+"Size"+(ir?"2":"1"),Y);Ar=st.makeVList({positionType:"individualShift",children:[{type:"elem",elem:Ar,shift:0},{type:"elem",elem:Yn,shift:ir?.08:0}]},Y),Ke.name="\\"+Xt,Ar.classes.unshift("mop"),Ar.italic=Tn}}else if(Ke.body){var ri=es(Ke.body,Y,!0);ri.length===1&&ri[0]instanceof ke?(Ar=ri[0],Ar.classes[0]="mop"):Ar=st.makeSpan(["mop"],st.tryCombineChars(ri),Y)}else{for(var Ei=[],Aa=1;Aa<Ke.name.length;Aa++)Ei.push(st.mathsym(Ke.name[Aa],Ke.mode,Y));Ar=st.makeSpan(["mop"],Ei,Y)}var ya=0,Ea=0;return(Ar instanceof ke||Ke.name==="\\oiint"||Ke.name==="\\oiiint")&&!Ke.suppressBaseShift&&(ya=(Ar.height-Ar.depth)/2-Y.fontMetrics().axisHeight,Ea=Ar.italic),Ee?gr(Ar,ne,de,Y,zt,Ea,ya):(ya&&(Ar.style.position="relative",Ar.style.top=ya+"em"),Ar)},bn=function(Z,Y){var ne;if(Z.symbol)ne=new ma("mo",[ts(Z.name,Z.mode)]),A.contains(Rr,Z.name)&&ne.setAttribute("largeop","false");else if(Z.body)ne=new ma("mo",Gi(Z.body,Y));else{ne=new ma("mi",[new as(Z.name.slice(1))]);var de=new ma("mo",[ts("\u2061","text")]);Z.parentIsSupSub?ne=new ma("mo",[ne,de]):ne=Va([ne,de])}return ne},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 ne=Z.parser,de=Z.funcName,Ee=de;return Ee.length===1&&(Ee=on[Ee]),{type:"op",mode:ne.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:Ee}},htmlBuilder:Hr,mathmlBuilder:bn}),yn({type:"op",names:["\\mathop"],props:{numArgs:1},handler:function(Z,Y){var ne=Z.parser,de=Y[0];return{type:"op",mode:ne.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Qi(de)}},htmlBuilder:Hr,mathmlBuilder:bn});var xn={"\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,ne=Z.funcName;return{type:"op",mode:Y.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:ne}},htmlBuilder:Hr,mathmlBuilder:bn}),yn({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(Z){var Y=Z.parser,ne=Z.funcName;return{type:"op",mode:Y.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:ne}},htmlBuilder:Hr,mathmlBuilder:bn}),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,ne=Z.funcName,de=ne;return de.length===1&&(de=xn[de]),{type:"op",mode:Y.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:de}},htmlBuilder:Hr,mathmlBuilder:bn});var si=function(Z,Y){var ne,de,Ee=!1,Ke,Pt=xr(Z,"supsub");Pt?(ne=Pt.sup,de=Pt.sub,Ke=sr(Pt.base,"operatorname"),Ee=!0):Ke=sr(Z,"operatorname");var zt;if(Ke.body.length>0){for(var ir=Ke.body.map(function(Tn){var Yn=Tn.text;return typeof Yn=="string"?{type:"textord",mode:Tn.mode,text:Yn}:Tn}),Ar=es(ir,Y.withFont("mathrm"),!0),$r=0;$r<Ar.length;$r++){var Xt=Ar[$r];Xt instanceof ke&&(Xt.text=Xt.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}zt=st.makeSpan(["mop"],Ar,Y)}else zt=st.makeSpan(["mop"],[],Y);return Ee?gr(zt,ne,de,Y,Y.style,0,0):zt},ii=function(Z,Y){for(var ne=Gi(Z.body,Y.withFont("mathrm")),de=!0,Ee=0;Ee<ne.length;Ee++){var Ke=ne[Ee];if(!(Ke instanceof zn.SpaceNode))if(Ke instanceof zn.MathNode)switch(Ke.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var Pt=Ke.children[0];Ke.children.length===1&&Pt instanceof zn.TextNode?Pt.text=Pt.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):de=!1;break}default:de=!1}else de=!1}if(de){var zt=ne.map(function($r){return $r.toText()}).join("");ne=[new zn.TextNode(zt)]}var ir=new zn.MathNode("mi",ne);ir.setAttribute("mathvariant","normal");var Ar=new zn.MathNode("mo",[ts("\u2061","text")]);return Z.parentIsSupSub?new zn.MathNode("mo",[ir,Ar]):zn.newDocumentFragment([ir,Ar])};yn({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:function(Z,Y){var ne=Z.parser,de=Z.funcName,Ee=Y[0];return{type:"operatorname",mode:ne.mode,body:Qi(Ee),alwaysHandleSupSub:de==="\\operatorname*",limits:!1,parentIsSupSub:!1}},htmlBuilder:si,mathmlBuilder:ii}),pi({type:"ordgroup",htmlBuilder:function(Z,Y){return Z.semisimple?st.makeFragment(es(Z.body,Y,!1)):st.makeSpan(["mord"],es(Z.body,Y,!0),Y)},mathmlBuilder:function(Z,Y){return Qa(Z.body,Y,!0)}}),yn({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(Z,Y){var ne=Z.parser,de=Y[0];return{type:"overline",mode:ne.mode,body:de}},htmlBuilder:function(Z,Y){var ne=Ji(Z.body,Y.havingCrampedStyle()),de=st.makeLineSpan("overline-line",Y),Ee=Y.fontMetrics().defaultRuleThickness,Ke=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne},{type:"kern",size:3*Ee},{type:"elem",elem:de},{type:"kern",size:Ee}]},Y);return st.makeSpan(["mord","overline"],[Ke],Y)},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mo",[new zn.TextNode("\u203E")]);ne.setAttribute("stretchy","true");var de=new zn.MathNode("mover",[Za(Z.body,Y),ne]);return de.setAttribute("accent","true"),de}}),yn({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=Y[0];return{type:"phantom",mode:ne.mode,body:Qi(de)}},htmlBuilder:function(Z,Y){var ne=es(Z.body,Y.withPhantom(),!1);return st.makeFragment(ne)},mathmlBuilder:function(Z,Y){var ne=Gi(Z.body,Y);return new zn.MathNode("mphantom",ne)}}),yn({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=Y[0];return{type:"hphantom",mode:ne.mode,body:de}},htmlBuilder:function(Z,Y){var ne=st.makeSpan([],[Ji(Z.body,Y.withPhantom())]);if(ne.height=0,ne.depth=0,ne.children)for(var de=0;de<ne.children.length;de++)ne.children[de].height=0,ne.children[de].depth=0;return ne=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne}]},Y),st.makeSpan(["mord"],[ne],Y)},mathmlBuilder:function(Z,Y){var ne=Gi(Qi(Z.body),Y),de=new zn.MathNode("mphantom",ne),Ee=new zn.MathNode("mpadded",[de]);return Ee.setAttribute("height","0px"),Ee.setAttribute("depth","0px"),Ee}}),yn({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=Y[0];return{type:"vphantom",mode:ne.mode,body:de}},htmlBuilder:function(Z,Y){var ne=st.makeSpan(["inner"],[Ji(Z.body,Y.withPhantom())]),de=st.makeSpan(["fix"],[]);return st.makeSpan(["mord","rlap"],[ne,de],Y)},mathmlBuilder:function(Z,Y){var ne=Gi(Qi(Z.body),Y),de=new zn.MathNode("mphantom",ne),Ee=new zn.MathNode("mpadded",[de]);return Ee.setAttribute("width","0px"),Ee}}),yn({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(Z,Y){var ne=Z.parser,de=sr(Y[0],"size").value,Ee=Y[1];return{type:"raisebox",mode:ne.mode,dy:de,body:Ee}},htmlBuilder:function(Z,Y){var ne=Ji(Z.body,Y),de=Hi(Z.dy,Y);return st.makeVList({positionType:"shift",positionData:-de,children:[{type:"elem",elem:ne}]},Y)},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mpadded",[Za(Z.body,Y)]),de=Z.dy.number+Z.dy.unit;return ne.setAttribute("voffset",de),ne}}),yn({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(Z,Y,ne){var de=Z.parser,Ee=ne[0],Ke=sr(Y[0],"size"),Pt=sr(Y[1],"size");return{type:"rule",mode:de.mode,shift:Ee&&sr(Ee,"size").value,width:Ke.value,height:Pt.value}},htmlBuilder:function(Z,Y){var ne=st.makeSpan(["mord","rule"],[],Y),de=Hi(Z.width,Y),Ee=Hi(Z.height,Y),Ke=Z.shift?Hi(Z.shift,Y):0;return ne.style.borderRightWidth=de+"em",ne.style.borderTopWidth=Ee+"em",ne.style.bottom=Ke+"em",ne.width=de,ne.height=Ee+Ke,ne.depth=-Ke,ne.maxFontSize=Ee*1.125*Y.sizeMultiplier,ne},mathmlBuilder:function(Z,Y){var ne=Hi(Z.width,Y),de=Hi(Z.height,Y),Ee=Z.shift?Hi(Z.shift,Y):0,Ke=Y.color&&Y.getColor()||"black",Pt=new zn.MathNode("mspace");Pt.setAttribute("mathbackground",Ke),Pt.setAttribute("width",ne+"em"),Pt.setAttribute("height",de+"em");var zt=new zn.MathNode("mpadded",[Pt]);return Ee>=0?zt.setAttribute("height","+"+Ee+"em"):(zt.setAttribute("height",Ee+"em"),zt.setAttribute("depth","+"+-Ee+"em")),zt.setAttribute("voffset",Ee+"em"),zt}});function Ti(Ve,Z,Y){for(var ne=es(Ve,Z,!1),de=Z.sizeMultiplier/Y.sizeMultiplier,Ee=0;Ee<ne.length;Ee++){var Ke=ne[Ee].classes.indexOf("sizing");Ke<0?Array.prototype.push.apply(ne[Ee].classes,Z.sizingClasses(Y)):ne[Ee].classes[Ke+1]==="reset-size"+Z.size&&(ne[Ee].classes[Ke+1]="reset-size"+Y.size),ne[Ee].height*=de,ne[Ee].depth*=de}return st.makeFragment(ne)}var ki=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],ta=function(Z,Y){var ne=Y.havingSize(Z.size);return Ti(Z.body,ne,Y)};yn({type:"sizing",names:ki,props:{numArgs:0,allowedInText:!0},handler:function(Z,Y){var ne=Z.breakOnTokenText,de=Z.funcName,Ee=Z.parser,Ke=Ee.parseExpression(!1,ne);return{type:"sizing",mode:Ee.mode,size:ki.indexOf(de)+1,body:Ke}},htmlBuilder:ta,mathmlBuilder:function(Z,Y){var ne=Y.havingSize(Z.size),de=Gi(Z.body,ne),Ee=new zn.MathNode("mstyle",de);return Ee.setAttribute("mathsize",ne.sizeMultiplier+"em"),Ee}}),yn({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(Z,Y,ne){var de=Z.parser,Ee=!1,Ke=!1,Pt=ne[0]&&sr(ne[0],"ordgroup");if(Pt)for(var zt="",ir=0;ir<Pt.body.length;++ir){var Ar=Pt.body[ir];if(zt=Ar.text,zt==="t")Ee=!0;else if(zt==="b")Ke=!0;else{Ee=!1,Ke=!1;break}}else Ee=!0,Ke=!0;var $r=Y[0];return{type:"smash",mode:de.mode,body:$r,smashHeight:Ee,smashDepth:Ke}},htmlBuilder:function(Z,Y){var ne=st.makeSpan([],[Ji(Z.body,Y)]);if(!Z.smashHeight&&!Z.smashDepth)return ne;if(Z.smashHeight&&(ne.height=0,ne.children))for(var de=0;de<ne.children.length;de++)ne.children[de].height=0;if(Z.smashDepth&&(ne.depth=0,ne.children))for(var Ee=0;Ee<ne.children.length;Ee++)ne.children[Ee].depth=0;var Ke=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne}]},Y);return st.makeSpan(["mord"],[Ke],Y)},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mpadded",[Za(Z.body,Y)]);return Z.smashHeight&&ne.setAttribute("height","0px"),Z.smashDepth&&ne.setAttribute("depth","0px"),ne}}),yn({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(Z,Y,ne){var de=Z.parser,Ee=ne[0],Ke=Y[0];return{type:"sqrt",mode:de.mode,body:Ke,index:Ee}},htmlBuilder:function(Z,Y){var ne=Ji(Z.body,Y.havingCrampedStyle());ne.height===0&&(ne.height=Y.fontMetrics().xHeight),ne=st.wrapFragment(ne,Y);var de=Y.fontMetrics(),Ee=de.defaultRuleThickness,Ke=Ee;Y.style.id<$.TEXT.id&&(Ke=Y.fontMetrics().xHeight);var Pt=Ee+Ke/4,zt=ne.height+ne.depth+Pt+Ee,ir=Rn.sqrtImage(zt,Y),Ar=ir.span,$r=ir.ruleWidth,Xt=ir.advanceWidth,Tn=Ar.height-$r;Tn>ne.height+ne.depth+Pt&&(Pt=(Pt+Tn-ne.height-ne.depth)/2);var Yn=Ar.height-ne.height-Pt-$r;ne.style.paddingLeft=Xt+"em";var ri=st.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:ne,wrapperClasses:["svg-align"]},{type:"kern",size:-(ne.height+Yn)},{type:"elem",elem:Ar},{type:"kern",size:$r}]},Y);if(Z.index){var Ei=Y.havingStyle($.SCRIPTSCRIPT),Aa=Ji(Z.index,Ei,Y),ya=.6*(ri.height-ri.depth),Ea=st.makeVList({positionType:"shift",positionData:-ya,children:[{type:"elem",elem:Aa}]},Y),Es=st.makeSpan(["root"],[Ea]);return st.makeSpan(["mord","sqrt"],[Es,ri],Y)}else return st.makeSpan(["mord","sqrt"],[ri],Y)},mathmlBuilder:function(Z,Y){var ne=Z.body,de=Z.index;return de?new zn.MathNode("mroot",[Za(ne,Y),Za(de,Y)]):new zn.MathNode("msqrt",[Za(ne,Y)])}});var Ki={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 ne=Z.breakOnTokenText,de=Z.funcName,Ee=Z.parser,Ke=Ee.parseExpression(!0,ne),Pt=de.slice(1,de.length-5);return{type:"styling",mode:Ee.mode,style:Pt,body:Ke}},htmlBuilder:function(Z,Y){var ne=Ki[Z.style],de=Y.havingStyle(ne).withFont("");return Ti(Z.body,de,Y)},mathmlBuilder:function(Z,Y){var ne=Ki[Z.style],de=Y.havingStyle(ne),Ee=Gi(Z.body,de),Ke=new zn.MathNode("mstyle",Ee),Pt={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},zt=Pt[Z.style];return Ke.setAttribute("scriptlevel",zt[0]),Ke.setAttribute("displaystyle",zt[1]),Ke}});var Pi=function(Z,Y){var ne=Z.base;if(ne)if(ne.type==="op"){var de=ne.limits&&(Y.style.size===$.DISPLAY.size||ne.alwaysHandleSupSub);return de?Hr:null}else if(ne.type==="operatorname"){var Ee=ne.alwaysHandleSupSub&&(Y.style.size===$.DISPLAY.size||ne.limits);return Ee?si:null}else{if(ne.type==="accent")return A.isCharacterBox(ne.base)?ss:null;if(ne.type==="horizBrace"){var Ke=!Z.sub;return Ke===ne.isOver?Xe:null}else return null}else return null};pi({type:"supsub",htmlBuilder:function(Z,Y){var ne=Pi(Z,Y);if(ne)return ne(Z,Y);var de=Z.base,Ee=Z.sup,Ke=Z.sub,Pt=Ji(de,Y),zt,ir,Ar=Y.fontMetrics(),$r=0,Xt=0,Tn=de&&A.isCharacterBox(de);if(Ee){var Yn=Y.havingStyle(Y.style.sup());zt=Ji(Ee,Yn,Y),Tn||($r=Pt.height-Yn.fontMetrics().supDrop*Yn.sizeMultiplier/Y.sizeMultiplier)}if(Ke){var ri=Y.havingStyle(Y.style.sub());ir=Ji(Ke,ri,Y),Tn||(Xt=Pt.depth+ri.fontMetrics().subDrop*ri.sizeMultiplier/Y.sizeMultiplier)}var Ei;Y.style===$.DISPLAY?Ei=Ar.sup1:Y.style.cramped?Ei=Ar.sup3:Ei=Ar.sup2;var Aa=Y.sizeMultiplier,ya=.5/Ar.ptPerEm/Aa+"em",Ea=null;if(ir){var Es=Z.base&&Z.base.type==="op"&&Z.base.name&&(Z.base.name==="\\oiint"||Z.base.name==="\\oiiint");(Pt instanceof ke||Es)&&(Ea=-Pt.italic+"em")}var Ds;if(zt&&ir){$r=Math.max($r,Ei,zt.depth+.25*Ar.xHeight),Xt=Math.max(Xt,Ar.sub2);var bs=Ar.defaultRuleThickness,vs=4*bs;if($r-zt.depth-(ir.height-Xt)<vs){Xt=vs-($r-zt.depth)+ir.height;var Na=.8*Ar.xHeight-($r-zt.depth);Na>0&&($r+=Na,Xt-=Na)}var Vs=[{type:"elem",elem:ir,shift:Xt,marginRight:ya,marginLeft:Ea},{type:"elem",elem:zt,shift:-$r,marginRight:ya}];Ds=st.makeVList({positionType:"individualShift",children:Vs},Y)}else if(ir){Xt=Math.max(Xt,Ar.sub1,ir.height-.8*Ar.xHeight);var ns=[{type:"elem",elem:ir,marginLeft:Ea,marginRight:ya}];Ds=st.makeVList({positionType:"shift",positionData:Xt,children:ns},Y)}else if(zt)$r=Math.max($r,Ei,zt.depth+.25*Ar.xHeight),Ds=st.makeVList({positionType:"shift",positionData:-$r,children:[{type:"elem",elem:zt,marginRight:ya}]},Y);else throw new Error("supsub must have either sup or sub.");var Ai=ds(Pt,"right")||"mord";return st.makeSpan([Ai],[Pt,st.makeSpan(["msupsub"],[Ds])],Y)},mathmlBuilder:function(Z,Y){var ne=!1,de,Ee,Ke=xr(Z.base,"horizBrace");Ke&&(Ee=!!Z.sup,Ee===Ke.isOver&&(ne=!0,de=Ke.isOver)),Z.base&&(Z.base.type==="op"||Z.base.type==="operatorname")&&(Z.base.parentIsSupSub=!0);var Pt=[Za(Z.base,Y)];Z.sub&&Pt.push(Za(Z.sub,Y)),Z.sup&&Pt.push(Za(Z.sup,Y));var zt;if(ne)zt=de?"mover":"munder";else if(Z.sub)if(Z.sup){var $r=Z.base;$r&&$r.type==="op"&&$r.limits&&Y.style===$.DISPLAY||$r&&$r.type==="operatorname"&&$r.alwaysHandleSupSub&&(Y.style===$.DISPLAY||$r.limits)?zt="munderover":zt="msubsup"}else{var Ar=Z.base;Ar&&Ar.type==="op"&&Ar.limits&&(Y.style===$.DISPLAY||Ar.alwaysHandleSupSub)||Ar&&Ar.type==="operatorname"&&Ar.alwaysHandleSupSub&&(Ar.limits||Y.style===$.DISPLAY)?zt="munder":zt="msub"}else{var ir=Z.base;ir&&ir.type==="op"&&ir.limits&&(Y.style===$.DISPLAY||ir.alwaysHandleSupSub)||ir&&ir.type==="operatorname"&&ir.alwaysHandleSupSub&&(ir.limits||Y.style===$.DISPLAY)?zt="mover":zt="msup"}var Xt=new zn.MathNode(zt,Pt);return Xt}}),pi({type:"atom",htmlBuilder:function(Z,Y){return st.mathsym(Z.text,Z.mode,Y,["m"+Z.family])},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mo",[ts(Z.text,Z.mode)]);if(Z.family==="bin"){var de=Is(Z,Y);de==="bold-italic"&&ne.setAttribute("mathvariant",de)}else Z.family==="punct"?ne.setAttribute("separator","true"):(Z.family==="open"||Z.family==="close")&&ne.setAttribute("stretchy","false");return ne}});var Ta={mi:"italic",mn:"normal",mtext:"normal"};pi({type:"mathord",htmlBuilder:function(Z,Y){return st.makeOrd(Z,Y,"mathord")},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mi",[ts(Z.text,Z.mode,Y)]),de=Is(Z,Y)||"italic";return de!==Ta[ne.type]&&ne.setAttribute("mathvariant",de),ne}}),pi({type:"textord",htmlBuilder:function(Z,Y){return st.makeOrd(Z,Y,"textord")},mathmlBuilder:function(Z,Y){var ne=ts(Z.text,Z.mode,Y),de=Is(Z,Y)||"normal",Ee;return Z.mode==="text"?Ee=new zn.MathNode("mtext",[ne]):/[0-9]/.test(Z.text)?Ee=new zn.MathNode("mn",[ne]):Z.text==="\\prime"?Ee=new zn.MathNode("mo",[ne]):Ee=new zn.MathNode("mi",[ne]),de!==Ta[Ee.type]&&Ee.setAttribute("mathvariant",de),Ee}});var Ri={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},wi={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};pi({type:"spacing",htmlBuilder:function(Z,Y){if(wi.hasOwnProperty(Z.text)){var ne=wi[Z.text].className||"";if(Z.mode==="text"){var de=st.makeOrd(Z,Y,"textord");return de.classes.push(ne),de}else return st.makeSpan(["mspace",ne],[st.mathsym(Z.text,Z.mode,Y)],Y)}else{if(Ri.hasOwnProperty(Z.text))return st.makeSpan(["mspace",Ri[Z.text]],[],Y);throw new o('Unknown type of space "'+Z.text+'"')}},mathmlBuilder:function(Z,Y){var ne;if(wi.hasOwnProperty(Z.text))ne=new zn.MathNode("mtext",[new zn.TextNode("\xA0")]);else{if(Ri.hasOwnProperty(Z.text))return new zn.MathNode("mspace");throw new o('Unknown type of space "'+Z.text+'"')}return ne}});var va=function(){var Z=new zn.MathNode("mtd",[]);return Z.setAttribute("width","50%"),Z};pi({type:"tag",mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mtable",[new zn.MathNode("mtr",[va(),new zn.MathNode("mtd",[Qa(Z.body,Y)]),va(),new zn.MathNode("mtd",[Qa(Z.tag,Y)])])]);return ne.setAttribute("width","100%"),ne}});var yo={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Gs={"\\textbf":"textbf","\\textmd":"textmd"},ia={"\\textit":"textit","\\textup":"textup"},qa=function(Z,Y){var ne=Z.font;return ne?yo[ne]?Y.withTextFontFamily(yo[ne]):Gs[ne]?Y.withTextFontWeight(Gs[ne]):Y.withTextFontShape(ia[ne]):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 ne=Z.parser,de=Z.funcName,Ee=Y[0];return{type:"text",mode:ne.mode,body:Qi(Ee),font:de}},htmlBuilder:function(Z,Y){var ne=qa(Z,Y),de=es(Z.body,ne,!0);return st.makeSpan(["mord","text"],st.tryCombineChars(de),ne)},mathmlBuilder:function(Z,Y){var ne=qa(Z,Y);return Qa(Z.body,ne)}}),yn({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(Z,Y){var ne=Z.parser;return{type:"underline",mode:ne.mode,body:Y[0]}},htmlBuilder:function(Z,Y){var ne=Ji(Z.body,Y),de=st.makeLineSpan("underline-line",Y),Ee=Y.fontMetrics().defaultRuleThickness,Ke=st.makeVList({positionType:"top",positionData:ne.height,children:[{type:"kern",size:Ee},{type:"elem",elem:de},{type:"kern",size:3*Ee},{type:"elem",elem:ne}]},Y);return st.makeSpan(["mord","underline"],[Ke],Y)},mathmlBuilder:function(Z,Y){var ne=new zn.MathNode("mo",[new zn.TextNode("\u203E")]);ne.setAttribute("stretchy","true");var de=new zn.MathNode("munder",[Za(Z.body,Y),ne]);return de.setAttribute("accentunder","true"),de}}),yn({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(Z,Y,ne){throw new o("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(Z,Y){for(var ne=ha(Z),de=[],Ee=Y.havingStyle(Y.style.text()),Ke=0;Ke<ne.length;Ke++){var Pt=ne[Ke];Pt==="~"&&(Pt="\\textasciitilde"),de.push(st.makeSymbol(Pt,"Typewriter-Regular",Z.mode,Ee,["mord","texttt"]))}return st.makeSpan(["mord","text"].concat(Ee.sizingClasses(Y)),st.tryCombineChars(de),Ee)},mathmlBuilder:function(Z,Y){var ne=new zn.TextNode(ha(Z)),de=new zn.MathNode("mtext",[ne]);return de.setAttribute("mathvariant","monospace"),de}});var ha=function(Z){return Z.body.replace(/ /g,Z.star?"\u2423":"\xA0")},zi=Ia,Oa=zi,ls=`[ \r
]`,ms="\\\\[a-zA-Z@]+",ao="\\\\[^\uD800-\uDFFF]",ys=""+ms+ls+"*",So=new RegExp("^("+ms+")"+ls+"*$"),cs="[\u0300-\u036F]",bo=new RegExp(cs+"+$"),so="("+ls+"+)|([!-\\[\\]-\u2027\u202A-\uD7FF\uF900-\uFFFF]"+(cs+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(cs+"*")+"|\\\\verb\\*([^]).*?\\3|\\\\verb([^*a-zA-Z]).*?\\4|\\\\operatorname\\*"+("|"+ys)+("|"+ao+")"),Vi=function(){function Ve(Y,ne){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=Y,this.settings=ne,this.tokenRegex=new RegExp(so,"g"),this.catcodes={"%":14}}var Z=Ve.prototype;return Z.setCatcode=function(ne,de){this.catcodes[ne]=de},Z.lex=function(){var ne=this.input,de=this.tokenRegex.lastIndex;if(de===ne.length)return new c("EOF",new l(this,de,de));var Ee=this.tokenRegex.exec(ne);if(Ee===null||Ee.index!==de)throw new o("Unexpected character: '"+ne[de]+"'",new c(ne[de],new l(this,de,de+1)));var Ke=Ee[2]||" ";if(this.catcodes[Ke]===14){var Pt=ne.indexOf(`
`,this.tokenRegex.lastIndex);return Pt===-1?(this.tokenRegex.lastIndex=ne.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=Pt+1,this.lex()}var zt=Ke.match(So);return zt&&(Ke=zt[1]),new c(Ke,new l(this,de,this.tokenRegex.lastIndex))},Ve}(),Ma=function(){function Ve(Y,ne){Y===void 0&&(Y={}),ne===void 0&&(ne={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=ne,this.builtins=Y,this.undefStack=[]}var 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 ne=this.undefStack.pop();for(var de in ne)ne.hasOwnProperty(de)&&(ne[de]===void 0?delete this.current[de]:this.current[de]=ne[de])},Z.has=function(ne){return this.current.hasOwnProperty(ne)||this.builtins.hasOwnProperty(ne)},Z.get=function(ne){return this.current.hasOwnProperty(ne)?this.current[ne]:this.builtins[ne]},Z.set=function(ne,de,Ee){if(Ee===void 0&&(Ee=!1),Ee){for(var Ke=0;Ke<this.undefStack.length;Ke++)delete this.undefStack[Ke][ne];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][ne]=de)}else{var Pt=this.undefStack[this.undefStack.length-1];Pt&&!Pt.hasOwnProperty(ne)&&(Pt[ne]=this.current[ne])}this.current[ne]=de},Ve}(),Ks={},Da=Ks;function ge(Ve,Z){Ks[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 we={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,ne="";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]==="\\")ne=Z.text.charCodeAt(1);else{if(Z.text==="EOF")throw new o("\\char` missing argument");ne=Z.text.charCodeAt(0)}else Y=10;if(Y){if(ne=we[Z.text],ne==null||ne>=Y)throw new o("Invalid base-"+Y+" digit "+Z.text);for(var de;(de=we[Ve.future().text])!=null&&de<Y;)ne*=Y,ne+=de,Ve.popToken()}return"\\@char{"+ne+"}"});var Er=function(Z,Y){var ne=Z.consumeArgs(1)[0];if(ne.length!==1)throw new o("\\gdef's first argument must be a macro name");var de=ne[0].text,Ee=0;for(ne=Z.consumeArgs(1)[0];ne.length===1&&ne[0].text==="#";){if(ne=Z.consumeArgs(1)[0],ne.length!==1)throw new o('Invalid argument number length "'+ne.length+'"');if(!/^[1-9]$/.test(ne[0].text))throw new o('Invalid argument number "'+ne[0].text+'"');if(Ee++,parseInt(ne[0].text)!==Ee)throw new o('Argument number "'+ne[0].text+'" out of order');ne=Z.consumeArgs(1)[0]}return Z.macros.set(de,{tokens:ne,numArgs:Ee},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 rn=function(Z,Y,ne){var de=Z.consumeArgs(1)[0];if(de.length!==1)throw new o("\\newcommand's first argument must be a macro name");var Ee=de[0].text,Ke=Z.isDefined(Ee);if(Ke&&!Y)throw new o("\\newcommand{"+Ee+"} attempting to redefine "+(Ee+"; use \\renewcommand"));if(!Ke&&!ne)throw new o("\\renewcommand{"+Ee+"} when command "+Ee+" does not yet exist; use \\newcommand");var Pt=0;if(de=Z.consumeArgs(1)[0],de.length===1&&de[0].text==="["){for(var zt="",ir=Z.expandNextToken();ir.text!=="]"&&ir.text!=="EOF";)zt+=ir.text,ir=Z.expandNextToken();if(!zt.match(/^\s*[0-9]+\s*$/))throw new o("Invalid number of arguments: "+zt);Pt=parseInt(zt),de=Z.consumeArgs(1)[0]}return Z.macros.set(Ee,{tokens:de,numArgs:Pt}),""};ge("\\newcommand",function(Ve){return rn(Ve,!1,!0)}),ge("\\renewcommand",function(Ve){return rn(Ve,!0,!1)}),ge("\\providecommand",function(Ve){return rn(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 br={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};ge("\\dots",function(Ve){var Z="\\dotso",Y=Ve.expandAfterFuture().text;return Y in br?Z=br[Y]:(Y.substr(0,4)==="\\not"||Y in $e.math&&A.contains(["bin","rel"],$e.math[Y].group))&&(Z="\\dotsb"),Z});var en={")":!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 en?"\\ldots\\,":"\\ldots"}),ge("\\dotsc",function(Ve){var Z=Ve.future().text;return Z in en&&Z!==","?"\\ldots\\,":"\\ldots"}),ge("\\cdots",function(Ve){var Z=Ve.future().text;return Z in en?"\\@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 Dn=nr["Main-Regular"][84][1]-.7*nr["Main-Regular"][65][1]+"em";ge("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+Dn+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}"),ge("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+Dn+"}{\\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 ai={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},Zi=function(){function Ve(Y,ne,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=ne,this.expansionCount=0,this.feed(Y),this.macros=new Ma(Da,ne.macros),this.mode=de,this.stack=[]}var Z=Ve.prototype;return Z.feed=function(ne){this.lexer=new Vi(ne,this.settings)},Z.switchMode=function(ne){this.mode=ne},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(ne){this.stack.push(ne)},Z.pushTokens=function(ne){var de;(de=this.stack).push.apply(de,ne)},Z.consumeSpaces=function(){for(;;){var ne=this.future();if(ne.text===" ")this.stack.pop();else break}},Z.consumeArgs=function(ne){for(var de=[],Ee=0;Ee<ne;++Ee){this.consumeSpaces();var Ke=this.popToken();if(Ke.text==="{"){for(var Pt=[],zt=1;zt!==0;){var ir=this.popToken();if(Pt.push(ir),ir.text==="{")++zt;else if(ir.text==="}")--zt;else if(ir.text==="EOF")throw new o("End of input in macro argument",Ke)}Pt.pop(),Pt.reverse(),de[Ee]=Pt}else{if(Ke.text==="EOF")throw new o("End of input expecting macro argument");de[Ee]=[Ke]}}return de},Z.expandOnce=function(){var ne=this.popToken(),de=ne.text,Ee=this._getExpansion(de);if(Ee==null)return this.pushToken(ne),ne;if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new o("Too many expansions: infinite loop or need to increase maxExpand setting");var Ke=Ee.tokens;if(Ee.numArgs){var Pt=this.consumeArgs(Ee.numArgs);Ke=Ke.slice();for(var zt=Ke.length-1;zt>=0;--zt){var ir=Ke[zt];if(ir.text==="#"){if(zt===0)throw new o("Incomplete placeholder at end of macro body",ir);if(ir=Ke[--zt],ir.text==="#")Ke.splice(zt+1,1);else if(/^[1-9]$/.test(ir.text)){var Ar;(Ar=Ke).splice.apply(Ar,[zt,2].concat(Pt[+ir.text-1]))}else throw new o("Not a valid argument number",ir)}}}return this.pushTokens(Ke),Ke},Z.expandAfterFuture=function(){return this.expandOnce(),this.future()},Z.expandNextToken=function(){for(;;){var ne=this.expandOnce();if(ne instanceof c)if(ne.text==="\\relax")this.stack.pop();else return this.stack.pop()}throw new Error},Z.expandMacro=function(ne){if(this.macros.get(ne)){var de=[],Ee=this.stack.length;for(this.pushToken(new c(ne));this.stack.length>Ee;){var Ke=this.expandOnce();Ke instanceof c&&de.push(this.stack.pop())}return de}},Z.expandMacroAsText=function(ne){var de=this.expandMacro(ne);return de&&de.map(function(Ee){return Ee.text}).join("")},Z._getExpansion=function(ne){var de=this.macros.get(ne);if(de==null)return de;var Ee=typeof de=="function"?de(this):de;if(typeof Ee=="string"){var Ke=0;if(Ee.indexOf("#")!==-1)for(var Pt=Ee.replace(/##/g,"");Pt.indexOf("#"+(Ke+1))!==-1;)++Ke;for(var zt=new Vi(Ee,this.settings),ir=[],Ar=zt.lex();Ar.text!=="EOF";)ir.push(Ar),Ar=zt.lex();ir.reverse();var $r={tokens:ir,numArgs:Ke};return $r}return Ee},Z.isDefined=function(ne){return this.macros.has(ne)||Oa.hasOwnProperty(ne)||$e.math.hasOwnProperty(ne)||$e.text.hasOwnProperty(ne)||ai.hasOwnProperty(ne)},Ve}(),$n={"\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"}},Fn={\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,ne){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new Zi(Y,ne,this.mode),this.settings=ne,this.leftrightDepth=0}var Z=Ve.prototype;return Z.expect=function(ne,de){if(de===void 0&&(de=!0),this.fetch().text!==ne)throw new o("Expected '"+ne+"', 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(ne){this.mode=ne,this.gullet.switchMode(ne)},Z.parse=function(){this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");var ne=this.parseExpression(!1);return this.expect("EOF"),this.gullet.endGroup(),ne},Z.parseExpression=function(ne,de){for(var Ee=[];;){this.mode==="math"&&this.consumeSpaces();var Ke=this.fetch();if(Ve.endOfExpression.indexOf(Ke.text)!==-1||de&&Ke.text===de||ne&&Oa[Ke.text]&&Oa[Ke.text].infix)break;var Pt=this.parseAtom(de);if(!Pt)break;Ee.push(Pt)}return this.mode==="text"&&this.formLigatures(Ee),this.handleInfixNodes(Ee)},Z.handleInfixNodes=function(ne){for(var de=-1,Ee,Ke=0;Ke<ne.length;Ke++){var Pt=xr(ne[Ke],"infix");if(Pt){if(de!==-1)throw new o("only one infix operator per group",Pt.token);de=Ke,Ee=Pt.replaceWith}}if(de!==-1&&Ee){var zt,ir,Ar=ne.slice(0,de),$r=ne.slice(de+1);Ar.length===1&&Ar[0].type==="ordgroup"?zt=Ar[0]:zt={type:"ordgroup",mode:this.mode,body:Ar},$r.length===1&&$r[0].type==="ordgroup"?ir=$r[0]:ir={type:"ordgroup",mode:this.mode,body:$r};var Xt;return Ee==="\\\\abovefrac"?Xt=this.callFunction(Ee,[zt,ne[de],ir],[]):Xt=this.callFunction(Ee,[zt,ir],[]),[Xt]}else return ne},Z.handleSupSubscript=function(ne){var de=this.fetch(),Ee=de.text;this.consume();var Ke=this.parseGroup(ne,!1,Ve.SUPSUB_GREEDINESS,void 0,void 0,!0);if(!Ke)throw new o("Expected group after '"+Ee+"'",de);return Ke},Z.formatUnsupportedCmd=function(ne){for(var de=[],Ee=0;Ee<ne.length;Ee++)de.push({type:"textord",mode:"text",text:ne[Ee]});var Ke={type:"text",mode:this.mode,body:de},Pt={type:"color",mode:this.mode,color:this.settings.errorColor,body:[Ke]};return Pt},Z.parseAtom=function(ne){var de=this.parseGroup("atom",!1,null,ne);if(this.mode==="text")return de;for(var Ee,Ke;;){this.consumeSpaces();var Pt=this.fetch();if(Pt.text==="\\limits"||Pt.text==="\\nolimits"){var zt=xr(de,"op");if(zt){var ir=Pt.text==="\\limits";zt.limits=ir,zt.alwaysHandleSupSub=!0}else if(zt=xr(de,"operatorname"),zt&&zt.alwaysHandleSupSub){var Ar=Pt.text==="\\limits";zt.limits=Ar}else throw new o("Limit controls must follow a math operator",Pt);this.consume()}else if(Pt.text==="^"){if(Ee)throw new o("Double superscript",Pt);Ee=this.handleSupSubscript("superscript")}else if(Pt.text==="_"){if(Ke)throw new o("Double subscript",Pt);Ke=this.handleSupSubscript("subscript")}else if(Pt.text==="'"){if(Ee)throw new o("Double superscript",Pt);var $r={type:"textord",mode:this.mode,text:"\\prime"},Xt=[$r];for(this.consume();this.fetch().text==="'";)Xt.push($r),this.consume();this.fetch().text==="^"&&Xt.push(this.handleSupSubscript("superscript")),Ee={type:"ordgroup",mode:this.mode,body:Xt}}else break}return Ee||Ke?{type:"supsub",mode:this.mode,base:de,sup:Ee,sub:Ke}:de},Z.parseFunction=function(ne,de,Ee){var Ke=this.fetch(),Pt=Ke.text,zt=Oa[Pt];if(!zt)return null;if(this.consume(),Ee!=null&&zt.greediness<=Ee)throw new o("Got function '"+Pt+"' with no arguments"+(de?" as "+de:""),Ke);if(this.mode==="text"&&!zt.allowedInText)throw new o("Can't use function '"+Pt+"' in text mode",Ke);if(this.mode==="math"&&zt.allowedInMath===!1)throw new o("Can't use function '"+Pt+"' in math mode",Ke);var ir=this.parseArguments(Pt,zt),Ar=ir.args,$r=ir.optArgs;return this.callFunction(Pt,Ar,$r,Ke,ne)},Z.callFunction=function(ne,de,Ee,Ke,Pt){var zt={funcName:ne,parser:this,token:Ke,breakOnTokenText:Pt},ir=Oa[ne];if(ir&&ir.handler)return ir.handler(zt,de,Ee);throw new o("No function handler for "+ne)},Z.parseArguments=function(ne,de){var Ee=de.numArgs+de.numOptionalArgs;if(Ee===0)return{args:[],optArgs:[]};for(var Ke=de.greediness,Pt=[],zt=[],ir=0;ir<Ee;ir++){var Ar=de.argTypes&&de.argTypes[ir],$r=ir<de.numOptionalArgs,Xt=ir>0&&!$r||ir===0&&!$r&&this.mode==="math",Tn=this.parseGroupOfType("argument to '"+ne+"'",Ar,$r,Ke,Xt);if(!Tn){if($r){zt.push(null);continue}throw new o("Expected group after '"+ne+"'",this.fetch())}($r?zt:Pt).push(Tn)}return{args:Pt,optArgs:zt}},Z.parseGroupOfType=function(ne,de,Ee,Ke,Pt){switch(de){case"color":return Pt&&this.consumeSpaces(),this.parseColorGroup(Ee);case"size":return Pt&&this.consumeSpaces(),this.parseSizeGroup(Ee);case"url":return this.parseUrlGroup(Ee,Pt);case"math":case"text":return this.parseGroup(ne,Ee,Ke,void 0,de,Pt);case"hbox":{var zt=this.parseGroup(ne,Ee,Ke,void 0,"text",Pt);if(!zt)return zt;var ir={type:"styling",mode:zt.mode,body:[zt],style:"text"};return ir}case"raw":{if(Pt&&this.consumeSpaces(),Ee&&this.fetch().text==="{")return null;var Ar=this.parseStringGroup("raw",Ee,!0);if(Ar)return{type:"raw",mode:"text",string:Ar.text};throw new o("Expected raw group",this.fetch())}case"original":case null:case void 0:return this.parseGroup(ne,Ee,Ke,void 0,void 0,Pt);default:throw new o("Unknown group type as "+ne,this.fetch())}},Z.consumeSpaces=function(){for(;this.fetch().text===" ";)this.consume()},Z.parseStringGroup=function(ne,de,Ee){var Ke=de?"[":"{",Pt=de?"]":"}",zt=this.fetch();if(zt.text!==Ke){if(de)return null;if(Ee&&zt.text!=="EOF"&&/[^{}[\]]/.test(zt.text))return this.consume(),zt}var ir=this.mode;this.mode="text",this.expect(Ke);for(var Ar="",$r=this.fetch(),Xt=0,Tn=$r,Yn;(Yn=this.fetch()).text!==Pt||Ee&&Xt>0;){switch(Yn.text){case"EOF":throw new o("Unexpected end of input in "+ne,$r.range(Tn,Ar));case Ke:Xt++;break;case Pt:Xt--;break}Tn=Yn,Ar+=Tn.text,this.consume()}return this.expect(Pt),this.mode=ir,$r.range(Tn,Ar)},Z.parseRegexGroup=function(ne,de){var Ee=this.mode;this.mode="text";for(var Ke=this.fetch(),Pt=Ke,zt="",ir;(ir=this.fetch()).text!=="EOF"&&ne.test(zt+ir.text);)Pt=ir,zt+=Pt.text,this.consume();if(zt==="")throw new o("Invalid "+de+": '"+Ke.text+"'",Ke);return this.mode=Ee,Ke.range(Pt,zt)},Z.parseColorGroup=function(ne){var de=this.parseStringGroup("color",ne);if(!de)return null;var Ee=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(de.text);if(!Ee)throw new o("Invalid color: '"+de.text+"'",de);var Ke=Ee[0];return/^[0-9a-f]{6}$/i.test(Ke)&&(Ke="#"+Ke),{type:"color-token",mode:this.mode,color:Ke}},Z.parseSizeGroup=function(ne){var de,Ee=!1;if(!ne&&this.fetch().text!=="{"?de=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):de=this.parseStringGroup("size",ne),!de)return null;!ne&&de.text.length===0&&(de.text="0pt",Ee=!0);var Ke=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(de.text);if(!Ke)throw new o("Invalid size: '"+de.text+"'",de);var Pt={number:+(Ke[1]+Ke[2]),unit:Ke[3]};if(!na(Pt))throw new o("Invalid unit: '"+Pt.unit+"'",de);return{type:"size",mode:this.mode,value:Pt,isBlank:Ee}},Z.parseUrlGroup=function(ne,de){this.gullet.lexer.setCatcode("%",13);var Ee=this.parseStringGroup("url",ne,!0);if(this.gullet.lexer.setCatcode("%",14),!Ee)return null;var Ke=Ee.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:Ke}},Z.parseGroup=function(ne,de,Ee,Ke,Pt,zt){var ir=this.mode;Pt&&this.switchMode(Pt),zt&&this.consumeSpaces();var Ar=this.fetch(),$r=Ar.text,Xt;if(de?$r==="[":$r==="{"||$r==="\\begingroup"){this.consume();var Tn=Ve.endOfGroup[$r];this.gullet.beginGroup();var Yn=this.parseExpression(!1,Tn),ri=this.fetch();this.expect(Tn),this.gullet.endGroup(),Xt={type:"ordgroup",mode:this.mode,loc:l.range(Ar,ri),body:Yn,semisimple:$r==="\\begingroup"||void 0}}else if(de)Xt=null;else if(Xt=this.parseFunction(Ke,ne,Ee)||this.parseSymbol(),Xt==null&&$r[0]==="\\"&&!ai.hasOwnProperty($r)){if(this.settings.throwOnError)throw new o("Undefined control sequence: "+$r,Ar);Xt=this.formatUnsupportedCmd($r),this.consume()}return Pt&&this.switchMode(ir),Xt},Z.formLigatures=function(ne){for(var de=ne.length-1,Ee=0;Ee<de;++Ee){var Ke=ne[Ee],Pt=Ke.text;Pt==="-"&&ne[Ee+1].text==="-"&&(Ee+1<de&&ne[Ee+2].text==="-"?(ne.splice(Ee,3,{type:"textord",mode:"text",loc:l.range(Ke,ne[Ee+2]),text:"---"}),de-=2):(ne.splice(Ee,2,{type:"textord",mode:"text",loc:l.range(Ke,ne[Ee+1]),text:"--"}),de-=1)),(Pt==="'"||Pt==="`")&&ne[Ee+1].text===Pt&&(ne.splice(Ee,2,{type:"textord",mode:"text",loc:l.range(Ke,ne[Ee+1]),text:Pt+Pt}),de-=1)}},Z.parseSymbol=function(){var ne=this.fetch(),de=ne.text;if(/^\\verb[^a-zA-Z]/.test(de)){this.consume();var Ee=de.slice(5),Ke=Ee.charAt(0)==="*";if(Ke&&(Ee=Ee.slice(1)),Ee.length<2||Ee.charAt(0)!==Ee.slice(-1))throw new o(`\\verb assertion failed --
please report what input caused this bug`);return Ee=Ee.slice(1,-1),{type:"verb",mode:"text",body:Ee,star:Ke}}Fn.hasOwnProperty(de[0])&&!$e[this.mode][de[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+de[0]+'" used in math mode',ne),de=Fn[de[0]]+de.substr(1));var Pt=bo.exec(de);Pt&&(de=de.substring(0,Pt.index),de==="i"?de="\u0131":de==="j"&&(de="\u0237"));var zt;if($e[this.mode][de]){this.settings.strict&&this.mode==="math"&&it.indexOf(de)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+de[0]+'" used in math mode',ne);var ir=$e[this.mode][de].group,Ar=l.range(ne),$r;if(Ht.hasOwnProperty(ir)){var Xt=ir;$r={type:"atom",mode:this.mode,family:Xt,loc:Ar,text:de}}else $r={type:ir,mode:this.mode,loc:Ar,text:de};zt=$r}else if(de.charCodeAt(0)>=128)this.settings.strict&&(Ae(de.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+de[0]+'" used in math mode',ne):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+de[0]+'"'+(" ("+de.charCodeAt(0)+")"),ne)),zt={type:"textord",mode:"text",loc:l.range(ne),text:de};else return null;if(this.consume(),Pt)for(var Tn=0;Tn<Pt[0].length;Tn++){var Yn=Pt[0][Tn];if(!$n[Yn])throw new o("Unknown accent ' "+Yn+"'",ne);var ri=$n[Yn][this.mode];if(!ri)throw new o("Accent "+Yn+" unsupported in "+this.mode+" mode",ne);zt={type:"accent",mode:this.mode,loc:l.range(ne),label:ri,isStretchy:!1,isShifty:!0,base:zt}}return zt},Ve}();Kn.endOfExpression=["}","\\endgroup","\\end","\\right","&"],Kn.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},Kn.SUPSUB_GREEDINESS=1;var ga=function(Z,Y){if(!(typeof Z=="string"||Z instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var ne=new Kn(Z,Y);delete ne.gullet.macros.current["\\df@tag"];var de=ne.parse();if(ne.gullet.macros.get("\\df@tag")){if(!Y.displayMode)throw new o("\\tag works only in display equations");ne.gullet.feed("\\df@tag"),de=[{type:"tag",mode:"text",body:de,tag:ne.parse()}]}return de},aa=ga,Do=function(Z,Y,ne){Y.textContent="";var de=fl(Z,ne).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."),Do=function(){throw new o("KaTeX doesn't work in quirks mode.")});var Ao=function(Z,Y){var ne=fl(Z,Y).toMarkup();return ne},Su=function(Z,Y){var ne=new P(Y);return aa(Z,ne)},Kl=function(Z,Y,ne){if(ne.throwOnError||!(Z instanceof o))throw Z;var de=st.makeSpan(["katex-error"],[new ke(Y)]);return de.setAttribute("title",Z.toString()),de.setAttribute("style","color:"+ne.errorColor),de},fl=function(Z,Y){var ne=new P(Y);try{var de=aa(Z,ne);return Ko(de,Z,ne)}catch(Ee){return Kl(Ee,Z,ne)}},qu=function(Z,Y){var ne=new P(Y);try{var de=aa(Z,ne);return Vo(de,Z,ne)}catch(Ee){return Kl(Ee,Z,ne)}},Yc={version:"0.11.1",render:Do,renderToString:Ao,ParseError:o,__parse:Su,__renderToDomTree:fl,__renderToHTMLTree:qu,__setFontMetrics:et,__defineSymbol:ce,__defineMacro:ge,__domTree:{Span:dt,Anchor:qe,SymbolNode:ke,SvgNode:Ge,PathNode:We,LineNode:Ye}},yu=e.default=Yc}]).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]",K="[object Int32Array]",H="[object Uint8Array]",W="[object Uint8ClampedArray]",ae="[object Uint16Array]",X="[object Uint32Array]",oe={};oe[P]=oe[M]=oe[B]=oe[N]=oe[K]=oe[H]=oe[W]=oe[ae]=oe[X]=!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(ee){return l(ee)&&i(ee.length)&&!!oe[r(ee)]}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,K){var H=b(R,P),W=b(A,P),ae=K.get(W);if(ae){r(R,P,ae);return}var X=N?N(H,W,P+"",R,A,K):void 0,oe=X===void 0;if(oe){var q=h(W),ee=!q&&a(W),G=!q&&!ee&&m(W);X=W,q||ee||G?h(H)?X=H:u(H)?X=c(H):ee?(oe=!1,X=i(W,!0)):G?(oe=!1,X=l(W,!0)):X=[]:y(W)||o(W)?(X=H,o(H)?X=S(H):(!p(H)||x(H))&&(X=f(W))):oe=!1}oe&&(K.set(W,X),B(X,W,M,N,K),K.delete(W)),r(R,P,X)}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,K=128,H=256,W=512,ae=30,X="...",oe=800,q=16,ee=1,G=2,se=3,te=1/0,Q=9007199254740991,le=17976931348623157e292,$=NaN,j=4294967295,ie=j-1,me=j>>>1,Ae=[["ary",K],["bind",D],["bindKey",R],["curry",P],["curryRight",M],["flip",W],["partial",B],["partialRight",N],["rearg",H]],Pe="[object Arguments]",He="[object Array]",Ne="[object AsyncFunction]",Mt="[object Boolean]",bt="[object Date]",kt="[object DOMException]",Zt="[object Error]",Ft="[object Function]",tr="[object GeneratorFunction]",je="[object Map]",Et="[object Number]",Bt="[object Null]",tt="[object Object]",yt="[object Promise]",dt="[object Proxy]",qe="[object RegExp]",Fe="[object Set]",be="[object String]",ke="[object Symbol]",Ge="[object Undefined]",We="[object WeakMap]",Ye="[object WeakSet]",ht="[object ArrayBuffer]",xt="[object DataView]",nr="[object Float32Array]",er="[object Float64Array]",Re="[object Int8Array]",et="[object Int16Array]",Vt="[object Int32Array]",Lt="[object Uint8Array]",Wt="[object Uint8ClampedArray]",Ht="[object Uint16Array]",Tt="[object Uint32Array]",Qt=/\b__p \+= '';/g,$e=/\b(__p \+=) '' \+/g,ce=/(__e\(.*?\)|\b__t\)) \+\n'';/g,he=/&(?:amp|lt|gt|quot|#39);/g,It=/[&<>"']/g,Se=RegExp(he.source),ft=RegExp(It.source),Gt=/<%-([\s\S]+?)%>/g,Ct=/<%([\s\S]+?)%>/g,Ce=/<%=([\s\S]+?)%>/g,St=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ze=/^\w*$/,nt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Te=/[\\^$.*+?()[\]{}|]/g,Rt=RegExp(Te.source),Le=/^\s+/,Or=/\s/,At=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Xr=/\{\n\/\* \[wrapped with (.+)\] \*/,nn=/,? & /,Mr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Dr=/[()=,{}\[\]\/\s]/,mr=/\\(\\)?/g,Zr=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,un=/\w*$/,hn=/^[-+]0x[0-9a-f]+$/i,Yt=/^0b[01]+$/i,gt=/^\[object .+?Constructor\]$/,ut=/^0o[0-7]+$/i,ct=/^(?:0|[1-9]\d*)$/,Nt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,yr=/($^)/,_r=/['\n\r\u2028\u2029\\]/g,it="\\ud800-\\udfff",Cr="\\u0300-\\u036f",mn="\\ufe20-\\ufe2f",Vn="\\u20d0-\\u20ff",Gr=Cr+mn+Vn,Qn="\\u2700-\\u27bf",ei="a-z\\xdf-\\xf6\\xf8-\\xff",Nn="\\xac\\xb1\\xd7\\xf7",qn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Pn="\\u2000-\\u206f",Mi=" \\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",di="A-Z\\xc0-\\xd6\\xd8-\\xde",Fi="\\ufe0e\\ufe0f",na=Nn+qn+Pn+Mi,Hi="['\u2019]",Ca="["+it+"]",li="["+na+"]",da="["+Gr+"]",Dt="\\d+",mt="["+Qn+"]",Ui="["+ei+"]",la="[^"+it+na+Dt+Qn+ei+di+"]",gi="\\ud83c[\\udffb-\\udfff]",La="(?:"+da+"|"+gi+")",Si="[^"+it+"]",ci="(?:\\ud83c[\\udde6-\\uddff]){2}",Cn="[\\ud800-\\udbff][\\udc00-\\udfff]",rr="["+di+"]",_t="\\u200d",rt="(?:"+Ui+"|"+la+")",Ot="(?:"+rr+"|"+la+")",pt="(?:"+Hi+"(?:d|ll|m|re|s|t|ve))?",lr="(?:"+Hi+"(?:D|LL|M|RE|S|T|VE))?",cr=La+"?",Tr="["+Fi+"]?",Wr="(?:"+_t+"(?:"+[Si,ci,Cn].join("|")+")"+Tr+cr+")*",Ze="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Je="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",ye=Tr+cr+Wr,st="(?:"+[mt,ci,Cn].join("|")+")"+ye,sr="(?:"+[Si+da+"?",da,ci,Cn,Ca].join("|")+")",xr=RegExp(Hi,"g"),kr=RegExp(da,"g"),Pr=RegExp(gi+"(?="+gi+")|"+sr+ye,"g"),zr=RegExp([rr+"?"+Ui+"+"+pt+"(?="+[li,rr,"$"].join("|")+")",Ot+"+"+lr+"(?="+[li,rr+rt,"$"].join("|")+")",rr+"?"+rt+"+"+pt,rr+"+"+lr,Je,Ze,Dt,st].join("|"),"g"),wn=RegExp("["+_t+it+Gr+Fi+"]"),wr=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,dn=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],sn=-1,cn={};cn[nr]=cn[er]=cn[Re]=cn[et]=cn[Vt]=cn[Lt]=cn[Wt]=cn[Ht]=cn[Tt]=!0,cn[Pe]=cn[He]=cn[ht]=cn[Mt]=cn[xt]=cn[bt]=cn[Zt]=cn[Ft]=cn[je]=cn[Et]=cn[tt]=cn[qe]=cn[Fe]=cn[be]=cn[We]=!1;var On={};On[Pe]=On[He]=On[ht]=On[xt]=On[Mt]=On[bt]=On[nr]=On[er]=On[Re]=On[et]=On[Vt]=On[je]=On[Et]=On[tt]=On[qe]=On[Fe]=On[be]=On[ke]=On[Lt]=On[Wt]=On[Ht]=On[Tt]=!0,On[Zt]=On[Ft]=On[We]=!1;var Ia={\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"},Di={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},yi={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},yn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},pi=parseFloat,Qi=parseInt,ba=typeof e.g=="object"&&e.g&&e.g.Object===Object&&e.g,Xs=typeof self=="object"&&self&&self.Object===Object&&self,xa=ba||Xs||Function("return this")(),Bs=_&&!_.nodeType&&_,Qs=Bs&&!0&&d&&!d.nodeType&&d,es=Qs&&Qs.exports===Bs,zs=es&&ba.process,ti=function(){try{var fr=Qs&&Qs.require&&Qs.require("util").types;return fr||zs&&zs.binding&&zs.binding("util")}catch(Fr){}}(),ws=ti&&ti.isArrayBuffer,ds=ti&&ti.isDate,qs=ti&&ti.isMap,Ji=ti&&ti.isRegExp,Ns=ti&&ti.isSet,Go=ti&&ti.isTypedArray;function Va(fr,Fr,Br){switch(Br.length){case 0:return fr.call(Fr);case 1:return fr.call(Fr,Br[0]);case 2:return fr.call(Fr,Br[0],Br[1]);case 3:return fr.call(Fr,Br[0],Br[1],Br[2])}return fr.apply(Fr,Br)}function ma(fr,Fr,Br,En){for(var Sn=-1,vt=fr==null?0:fr.length;++Sn<vt;){var jn=fr[Sn];Fr(En,jn,Br(jn),fr)}return En}function as(fr,Fr){for(var Br=-1,En=fr==null?0:fr.length;++Br<En&&Fr(fr[Br],Br,fr)!==!1;);return fr}function vo(fr,Fr){for(var Br=fr==null?0:fr.length;Br--&&Fr(fr[Br],Br,fr)!==!1;);return fr}function zn(fr,Fr){for(var Br=-1,En=fr==null?0:fr.length;++Br<En;)if(!Fr(fr[Br],Br,fr))return!1;return!0}function ts(fr,Fr){for(var Br=-1,En=fr==null?0:fr.length,Sn=0,vt=[];++Br<En;){var jn=fr[Br];Fr(jn,Br,fr)&&(vt[Sn++]=jn)}return vt}function Ps(fr,Fr){var Br=fr==null?0:fr.length;return!!Br&&Eo(fr,Fr,0)>-1}function Is(fr,Fr,Br){for(var En=-1,Sn=fr==null?0:fr.length;++En<Sn;)if(Br(Fr,fr[En]))return!0;return!1}function Gi(fr,Fr){for(var Br=-1,En=fr==null?0:fr.length,Sn=Array(En);++Br<En;)Sn[Br]=Fr(fr[Br],Br,fr);return Sn}function Qa(fr,Fr){for(var Br=-1,En=Fr.length,Sn=fr.length;++Br<En;)fr[Sn+Br]=Fr[Br];return fr}function Za(fr,Fr,Br,En){var Sn=-1,vt=fr==null?0:fr.length;for(En&&vt&&(Br=fr[++Sn]);++Sn<vt;)Br=Fr(Br,fr[Sn],Sn,fr);return Br}function ks(fr,Fr,Br,En){var Sn=fr==null?0:fr.length;for(En&&Sn&&(Br=fr[--Sn]);Sn--;)Br=Fr(Br,fr[Sn],Sn,fr);return Br}function _o(fr,Fr){for(var Br=-1,En=fr==null?0:fr.length;++Br<En;)if(Fr(fr[Br],Br,fr))return!0;return!1}var No=xi("length");function Ko(fr){return fr.split("")}function Vo(fr){return fr.match(Mr)||[]}function rs(fr,Fr,Br){var En;return Br(fr,function(Sn,vt,jn){if(Fr(Sn,vt,jn))return En=vt,!1}),En}function gs(fr,Fr,Br,En){for(var Sn=fr.length,vt=Br+(En?1:-1);En?vt--:++vt<Sn;)if(Fr(fr[vt],vt,fr))return vt;return-1}function Eo(fr,Fr,Br){return Fr===Fr?Jt(fr,Fr,Br):gs(fr,ko,Br)}function jo(fr,Fr,Br,En){for(var Sn=Br-1,vt=fr.length;++Sn<vt;)if(En(fr[Sn],Fr))return Sn;return-1}function ko(fr){return fr!==fr}function Yo(fr,Fr){var Br=fr==null?0:fr.length;return Br?os(fr,Fr)/Br:$}function xi(fr){return function(Fr){return Fr==null?i:Fr[fr]}}function mi(fr){return function(Fr){return fr==null?i:fr[Fr]}}function ss(fr,Fr,Br,En,Sn){return Sn(fr,function(vt,jn,Gn){Br=En?(En=!1,vt):Fr(Br,vt,jn,Gn)}),Br}function hs(fr,Fr){var Br=fr.length;for(fr.sort(Fr);Br--;)fr[Br]=fr[Br].value;return fr}function os(fr,Fr){for(var Br,En=-1,Sn=fr.length;++En<Sn;){var vt=Fr(fr[En]);vt!==i&&(Br=Br===i?vt:Br+vt)}return Br}function go(fr,Fr){for(var Br=-1,En=Array(fr);++Br<fr;)En[Br]=Fr(Br);return En}function Uo(fr,Fr){return Gi(Fr,function(Br){return[Br,fr[Br]]})}function lu(fr){return fr&&fr.slice(0,Sr(fr)+1).replace(Le,"")}function Rs(fr){return function(Fr){return fr(Fr)}}function ru(fr,Fr){return Gi(Fr,function(Br){return fr[Br]})}function cu(fr,Fr){return fr.has(Fr)}function wu(fr,Fr){for(var Br=-1,En=fr.length;++Br<En&&Eo(Fr,fr[Br],0)>-1;);return Br}function Ro(fr,Fr){for(var Br=fr.length;Br--&&Eo(Fr,fr[Br],0)>-1;);return Br}function Qu(fr,Fr){for(var Br=fr.length,En=0;Br--;)fr[Br]===Fr&&++En;return En}var Lo=mi(Ia),fo=mi(Di);function gu(fr){return"\\"+yn[fr]}function Mu(fr,Fr){return fr==null?i:fr[Fr]}function Oo(fr){return wn.test(fr)}function Mo(fr){return wr.test(fr)}function Eu(fr){for(var Fr,Br=[];!(Fr=fr.next()).done;)Br.push(Fr.value);return Br}function Xo(fr){var Fr=-1,Br=Array(fr.size);return fr.forEach(function(En,Sn){Br[++Fr]=[Sn,En]}),Br}function nu(fr,Fr){return function(Br){return fr(Fr(Br))}}function Os(fr,Fr){for(var Br=-1,En=fr.length,Sn=0,vt=[];++Br<En;){var jn=fr[Br];(jn===Fr||jn===x)&&(fr[Br]=x,vt[Sn++]=Br)}return vt}function zo(fr){var Fr=-1,Br=Array(fr.size);return fr.forEach(function(En){Br[++Fr]=En}),Br}function Fu(fr){var Fr=-1,Br=Array(fr.size);return fr.forEach(function(En){Br[++Fr]=[En,En]}),Br}function Jt(fr,Fr,Br){for(var En=Br-1,Sn=fr.length;++En<Sn;)if(fr[En]===Fr)return En;return-1}function hr(fr,Fr,Br){for(var En=Br+1;En--;)if(fr[En]===Fr)return En;return En}function ur(fr){return Oo(fr)?Wn(fr):No(fr)}function pr(fr){return Oo(fr)?Rn(fr):Ko(fr)}function Sr(fr){for(var Fr=fr.length;Fr--&&Or.test(fr.charAt(Fr)););return Fr}var gn=mi(yi);function Wn(fr){for(var Fr=Pr.lastIndex=0;Pr.test(fr);)++Fr;return Fr}function Rn(fr){return fr.match(Pr)||[]}function Hn(fr){return fr.match(zr)||[]}var ui=function fr(Fr){Fr=Fr==null?xa:oi.defaults(xa.Object(),Fr,oi.pick(xa,dn));var Br=Fr.Array,En=Fr.Date,Sn=Fr.Error,vt=Fr.Function,jn=Fr.Math,Gn=Fr.Object,Ni=Fr.RegExp,ea=Fr.String,Ur=Fr.TypeError,ca=Br.prototype,Vr=vt.prototype,wa=Gn.prototype,ps=Fr["__core-js_shared__"],$s=Vr.toString,ji=wa.hasOwnProperty,ho=0,no=function(){var E=/[^.]+$/.exec(ps&&ps.keys&&ps.keys.IE_PROTO||"");return E?"Symbol(src)_1."+E:""}(),Zs=wa.toString,Ya=$s.call(Gn),Ws=xa._,eo=Ni("^"+$s.call(ji).replace(Te,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ln=es?Fr.Buffer:i,Hs=Fr.Symbol,io=Fr.Uint8Array,Xe=Ln?Ln.allocUnsafe:i,Qe=nu(Gn.getPrototypeOf,Gn),jt=Gn.create,Kt=wa.propertyIsEnumerable,gr=ca.splice,Rr=Hs?Hs.isConcatSpreadable:i,Hr=Hs?Hs.iterator:i,bn=Hs?Hs.toStringTag:i,on=function(){try{var E=Wa(Gn,"defineProperty");return E({},"",{}),E}catch(F){}}(),xn=Fr.clearTimeout!==xa.clearTimeout&&Fr.clearTimeout,si=En&&En.now!==xa.Date.now&&En.now,ii=Fr.setTimeout!==xa.setTimeout&&Fr.setTimeout,Ti=jn.ceil,ki=jn.floor,ta=Gn.getOwnPropertySymbols,Ki=Ln?Ln.isBuffer:i,Pi=Fr.isFinite,Ta=ca.join,Ri=nu(Gn.keys,Gn),wi=jn.max,va=jn.min,yo=En.now,Gs=Fr.parseInt,ia=jn.random,qa=ca.reverse,ha=Wa(Fr,"DataView"),zi=Wa(Fr,"Map"),Oa=Wa(Fr,"Promise"),ls=Wa(Fr,"Set"),ms=Wa(Fr,"WeakMap"),ao=Wa(Gn,"create"),ys=ms&&new ms,So={},cs=Sa(ha),bo=Sa(zi),so=Sa(Oa),Vi=Sa(ls),Ma=Sa(ms),Ks=Hs?Hs.prototype:i,Da=Ks?Ks.valueOf:i,ge=Ks?Ks.toString:i;function we(E){if(xu(E)&&!Ja(E)&&!(E instanceof en)){if(E instanceof br)return E;if(ji.call(E,"__wrapped__"))return Ms(E)}return new br(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 rn(){}function br(E,F){this.__wrapped__=E,this.__actions__=[],this.__chain__=!!F,this.__index__=0,this.__values__=i}we.templateSettings={escape:Gt,evaluate:Ct,interpolate:Ce,variable:"",imports:{_:we}},we.prototype=rn.prototype,we.prototype.constructor=we,br.prototype=Er(rn.prototype),br.prototype.constructor=br;function en(E){this.__wrapped__=E,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=j,this.__views__=[]}function Dn(){var E=new en(this.__wrapped__);return E.__actions__=Jo(this.__actions__),E.__dir__=this.__dir__,E.__filtered__=this.__filtered__,E.__iteratees__=Jo(this.__iteratees__),E.__takeCount__=this.__takeCount__,E.__views__=Jo(this.__views__),E}function ai(){if(this.__filtered__){var E=new en(this);E.__dir__=-1,E.__filtered__=!0}else E=this.clone(),E.__dir__*=-1;return E}function Zi(){var E=this.__wrapped__.value(),F=this.__dir__,fe=Ja(E),Me=F<0,wt=fe?E.length:0,qt=Gu(0,wt,this.__views__),vr=qt.start,Lr=qt.end,Jr=Lr-vr,Bn=Me?Lr:vr-1,Un=this.__iteratees__,Jn=Un.length,Oi=0,pa=va(Jr,this.__takeCount__);if(!fe||!Me&&wt==Jr&&pa==Jr)return gf(E,this.__actions__);var Ua=[];e:for(;Jr--&&Oi<pa;){Bn+=F;for(var Ts=-1,za=E[Bn];++Ts<Jn;){var Us=Un[Ts],Js=Us.iteratee,Ec=Us.type,Gl=Js(za);if(Ec==G)za=Gl;else if(!Gl){if(Ec==ee)continue e;break e}}Ua[Oi++]=za}return Ua}en.prototype=Er(rn.prototype),en.prototype.constructor=en;function $n(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Me=E[F];this.set(Me[0],Me[1])}}function Fn(){this.__data__=ao?ao(null):{},this.size=0}function Kn(E){var F=this.has(E)&&delete this.__data__[E];return this.size-=F?1:0,F}function ga(E){var F=this.__data__;if(ao){var fe=F[E];return fe===u?i:fe}return ji.call(F,E)?F[E]:i}function aa(E){var F=this.__data__;return ao?F[E]!==i:ji.call(F,E)}function Do(E,F){var fe=this.__data__;return this.size+=this.has(E)?0:1,fe[E]=ao&&F===i?u:F,this}$n.prototype.clear=Fn,$n.prototype.delete=Kn,$n.prototype.get=ga,$n.prototype.has=aa,$n.prototype.set=Do;function Ao(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Me=E[F];this.set(Me[0],Me[1])}}function Su(){this.__data__=[],this.size=0}function Kl(E){var F=this.__data__,fe=Es(F,E);if(fe<0)return!1;var Me=F.length-1;return fe==Me?F.pop():gr.call(F,fe,1),--this.size,!0}function fl(E){var F=this.__data__,fe=Es(F,E);return fe<0?i:F[fe][1]}function qu(E){return Es(this.__data__,E)>-1}function Yc(E,F){var fe=this.__data__,Me=Es(fe,E);return Me<0?(++this.size,fe.push([E,F])):fe[Me][1]=F,this}Ao.prototype.clear=Su,Ao.prototype.delete=Kl,Ao.prototype.get=fl,Ao.prototype.has=qu,Ao.prototype.set=Yc;function yu(E){var F=-1,fe=E==null?0:E.length;for(this.clear();++F<fe;){var Me=E[F];this.set(Me[0],Me[1])}}function Ve(){this.size=0,this.__data__={hash:new $n,map:new(zi||Ao),string:new $n}}function Z(E){var F=Li(this,E).delete(E);return this.size-=F?1:0,F}function Y(E){return Li(this,E).get(E)}function ne(E){return Li(this,E).has(E)}function de(E,F){var fe=Li(this,E),Me=fe.size;return fe.set(E,F),this.size+=fe.size==Me?0:1,this}yu.prototype.clear=Ve,yu.prototype.delete=Z,yu.prototype.get=Y,yu.prototype.has=ne,yu.prototype.set=de;function Ee(E){var F=-1,fe=E==null?0:E.length;for(this.__data__=new yu;++F<fe;)this.add(E[F])}function Ke(E){return this.__data__.set(E,u),this}function Pt(E){return this.__data__.has(E)}Ee.prototype.add=Ee.prototype.push=Ke,Ee.prototype.has=Pt;function zt(E){var F=this.__data__=new Ao(E);this.size=F.size}function ir(){this.__data__=new Ao,this.size=0}function Ar(E){var F=this.__data__,fe=F.delete(E);return this.size=F.size,fe}function $r(E){return this.__data__.get(E)}function Xt(E){return this.__data__.has(E)}function Tn(E,F){var fe=this.__data__;if(fe instanceof Ao){var Me=fe.__data__;if(!zi||Me.length<c-1)return Me.push([E,F]),this.size=++fe.size,this;fe=this.__data__=new yu(Me)}return fe.set(E,F),this.size=fe.size,this}zt.prototype.clear=ir,zt.prototype.delete=Ar,zt.prototype.get=$r,zt.prototype.has=Xt,zt.prototype.set=Tn;function Yn(E,F){var fe=Ja(E),Me=!fe&&xc(E),wt=!fe&&!Me&&Xf(E),qt=!fe&&!Me&&!wt&&nd(E),vr=fe||Me||wt||qt,Lr=vr?go(E.length,ea):[],Jr=Lr.length;for(var Bn in E)(F||ji.call(E,Bn))&&!(vr&&(Bn=="length"||wt&&(Bn=="offset"||Bn=="parent")||qt&&(Bn=="buffer"||Bn=="byteLength"||Bn=="byteOffset")||Ho(Bn,Jr)))&&Lr.push(Bn);return Lr}function ri(E){var F=E.length;return F?E[zu(0,F-1)]:i}function Ei(E,F){return Yi(Jo(E),ns(F,0,E.length))}function Aa(E){return Yi(Jo(E))}function ya(E,F,fe){(fe!==i&&!nc(E[F],fe)||fe===i&&!(F in E))&&Na(E,F,fe)}function Ea(E,F,fe){var Me=E[F];(!(ji.call(E,F)&&nc(Me,fe))||fe===i&&!(F in E))&&Na(E,F,fe)}function Es(E,F){for(var fe=E.length;fe--;)if(nc(E[fe][0],F))return fe;return-1}function Ds(E,F,fe,Me){return $o(E,function(wt,qt,vr){F(Me,wt,fe(wt),vr)}),Me}function bs(E,F){return E&&Zu(F,cl(F),E)}function vs(E,F){return E&&Zu(F,ic(F),E)}function Na(E,F,fe){F=="__proto__"&&on?on(E,F,{configurable:!0,enumerable:!0,value:fe,writable:!0}):E[F]=fe}function Vs(E,F){for(var fe=-1,Me=F.length,wt=Br(Me),qt=E==null;++fe<Me;)wt[fe]=qt?i:bd(E,F[fe]);return wt}function ns(E,F,fe){return E===E&&(fe!==i&&(E=E<=fe?E:fe),F!==i&&(E=E>=F?E:F)),E}function Ai(E,F,fe,Me,wt,qt){var vr,Lr=F&p,Jr=F&y,Bn=F&m;if(fe&&(vr=wt?fe(E,Me,wt,qt):fe(E)),vr!==i)return vr;if(!_u(E))return E;var Un=Ja(E);if(Un){if(vr=uf(E),!Lr)return Jo(E,vr)}else{var Jn=js(E),Oi=Jn==Ft||Jn==tr;if(Xf(E))return Rc(E,Lr);if(Jn==tt||Jn==Pe||Oi&&!wt){if(vr=Jr||Oi?{}:Tl(E),!Lr)return Jr?fc(E,vs(vr,E)):Lc(E,bs(vr,E))}else{if(!On[Jn])return wt?E:{};vr=Bi(E,Jn,Lr)}}qt||(qt=new zt);var pa=qt.get(E);if(pa)return pa;qt.set(E,vr),Rd(E)?E.forEach(function(za){vr.add(Ai(za,F,fe,za,E,qt))}):Dd(E)&&E.forEach(function(za,Us){vr.set(Us,Ai(za,F,fe,Us,E,qt))});var Ua=Bn?Jr?ve:L:Jr?ic:cl,Ts=Un?i:Ua(E);return as(Ts||E,function(za,Us){Ts&&(Us=za,za=E[Us]),Ea(vr,Us,Ai(za,F,fe,Us,E,qt))}),vr}function Co(E){var F=cl(E);return function(fe){return Fo(fe,E,F)}}function Fo(E,F,fe){var Me=fe.length;if(E==null)return!Me;for(E=Gn(E);Me--;){var wt=fe[Me],qt=F[wt],vr=E[wt];if(vr===i&&!(wt in E)||!qt(vr))return!1}return!0}function bu(E,F,fe){if(typeof E!="function")throw new Ur(o);return Jl(function(){E.apply(i,fe)},F)}function Ys(E,F,fe,Me){var wt=-1,qt=Ps,vr=!0,Lr=E.length,Jr=[],Bn=F.length;if(!Lr)return Jr;fe&&(F=Gi(F,Rs(fe))),Me?(qt=Is,vr=!1):F.length>=c&&(qt=cu,vr=!1,F=new Ee(F));e:for(;++wt<Lr;){var Un=E[wt],Jn=fe==null?Un:fe(Un);if(Un=Me||Un!==0?Un:0,vr&&Jn===Jn){for(var Oi=Bn;Oi--;)if(F[Oi]===Jn)continue e;Jr.push(Un)}else qt(F,Jn,Me)||Jr.push(Un)}return Jr}var $o=al(Zo),po=al(Rl,!0);function Au(E,F){var fe=!0;return $o(E,function(Me,wt,qt){return fe=!!F(Me,wt,qt),fe}),fe}function Nu(E,F,fe){for(var Me=-1,wt=E.length;++Me<wt;){var qt=E[Me],vr=F(qt);if(vr!=null&&(Lr===i?vr===vr&&!wc(vr):fe(vr,Lr)))var Lr=vr,Jr=qt}return Jr}function dl(E,F,fe,Me){var wt=E.length;for(fe=xs(fe),fe<0&&(fe=-fe>wt?0:wt+fe),Me=Me===i||Me>wt?wt:xs(Me),Me<0&&(Me+=wt),Me=fe>Me?0:Md(Me);fe<Me;)E[fe++]=F;return E}function Ju(E,F){var fe=[];return $o(E,function(Me,wt,qt){F(Me,wt,qt)&&fe.push(Me)}),fe}function to(E,F,fe,Me,wt){var qt=-1,vr=E.length;for(fe||(fe=Nc),wt||(wt=[]);++qt<vr;){var Lr=E[qt];F>0&&fe(Lr)?F>1?to(Lr,F-1,fe,Me,wt):Qa(wt,Lr):Me||(wt[wt.length]=Lr)}return wt}var Cu=Mc(),el=Mc(!0);function Zo(E,F){return E&&Cu(E,F,cl)}function Rl(E,F){return E&&el(E,F,cl)}function Ll(E,F){return ts(F,function(fe){return Zf(E[fe])})}function fu(E,F){F=wl(F,E);for(var fe=0,Me=F.length;E!=null&&fe<Me;)E=E[qi(F[fe++])];return fe&&fe==Me?E:i}function sc(E,F,fe){var Me=F(E);return Ja(E)?Me:Qa(Me,fe(E))}function oo(E){return E==null?E===i?Ge:Bt:bn&&bn in Gn(E)?mo(E):zc(E)}function du(E,F){return E>F}function Tu(E,F){return E!=null&&ji.call(E,F)}function Ml(E,F){return E!=null&&F in Gn(E)}function tl(E,F,fe){return E>=va(F,fe)&&E<wi(F,fe)}function Xc(E,F,fe){for(var Me=fe?Is:Ps,wt=E[0].length,qt=E.length,vr=qt,Lr=Br(qt),Jr=1/0,Bn=[];vr--;){var Un=E[vr];vr&&F&&(Un=Gi(Un,Rs(F))),Jr=va(Un.length,Jr),Lr[vr]=!fe&&(F||wt>=120&&Un.length>=120)?new Ee(vr&&Un):i}Un=E[0];var Jn=-1,Oi=Lr[0];e:for(;++Jn<wt&&Bn.length<Jr;){var pa=Un[Jn],Ua=F?F(pa):pa;if(pa=fe||pa!==0?pa:0,!(Oi?cu(Oi,Ua):Me(Bn,Ua,fe))){for(vr=qt;--vr;){var Ts=Lr[vr];if(!(Ts?cu(Ts,Ua):Me(E[vr],Ua,fe)))continue e}Oi&&Oi.push(Ua),Bn.push(pa)}}return Bn}function Vl(E,F,fe,Me){return Zo(E,function(wt,qt,vr){F(Me,fe(wt),qt,vr)}),Me}function fi(E,F,fe){F=wl(F,E),E=vl(E,F);var Me=E==null?E:E[qi(ou(F))];return Me==null?i:Va(Me,E,fe)}function Qc(E){return xu(E)&&oo(E)==Pe}function To(E){return xu(E)&&oo(E)==ht}function Ac(E){return xu(E)&&oo(E)==bt}function Bu(E,F,fe,Me,wt){return E===F?!0:E==null||F==null||!xu(E)&&!xu(F)?E!==E&&F!==F:rl(E,F,fe,Me,Bu,wt)}function rl(E,F,fe,Me,wt,qt){var vr=Ja(E),Lr=Ja(F),Jr=vr?He:js(E),Bn=Lr?He:js(F);Jr=Jr==Pe?tt:Jr,Bn=Bn==Pe?tt:Bn;var Un=Jr==tt,Jn=Bn==tt,Oi=Jr==Bn;if(Oi&&Xf(E)){if(!Xf(F))return!1;vr=!0,Un=!1}if(Oi&&!Un)return qt||(qt=new zt),vr||nd(E)?Bc(E,F,fe,Me,wt,qt):mc(E,F,Jr,fe,Me,wt,qt);if(!(fe&b)){var pa=Un&&ji.call(E,"__wrapped__"),Ua=Jn&&ji.call(F,"__wrapped__");if(pa||Ua){var Ts=pa?E.value():E,za=Ua?F.value():F;return qt||(qt=new zt),wt(Ts,za,fe,Me,qt)}}return Oi?(qt||(qt=new zt),T(E,F,fe,Me,wt,qt)):!1}function ju(E){return xu(E)&&js(E)==je}function pf(E,F,fe,Me){var wt=fe.length,qt=wt,vr=!Me;if(E==null)return!qt;for(E=Gn(E);wt--;){var Lr=fe[wt];if(vr&&Lr[2]?Lr[1]!==E[Lr[0]]:!(Lr[0]in E))return!1}for(;++wt<qt;){Lr=fe[wt];var Jr=Lr[0],Bn=E[Jr],Un=Lr[1];if(vr&&Lr[2]){if(Bn===i&&!(Jr in E))return!1}else{var Jn=new zt;if(Me)var Oi=Me(Bn,Un,Jr,E,F,Jn);if(!(Oi===i?Bu(Un,Bn,b|S,Me,Jn):Oi))return!1}}return!0}function iu(E){if(!_u(E)||jc(E))return!1;var F=Zf(E)?eo:gt;return F.test(Sa(E))}function Bo(E){return xu(E)&&oo(E)==qe}function mf(E){return xu(E)&&js(E)==Fe}function Uu(E){return xu(E)&&hd(E.length)&&!!cn[oo(E)]}function qc(E){return typeof E=="function"?E:E==null?ac:typeof E=="object"?Ja(E)?uo(E[0],E[1]):Bl(E):Gd(E)}function Fl(E){if(!Hl(E))return Ri(E);var F=[];for(var fe in Gn(E))ji.call(E,fe)&&fe!="constructor"&&F.push(fe);return F}function Jc(E){if(!_u(E))return Uc(E);var F=Hl(E),fe=[];for(var Me in E)Me=="constructor"&&(F||!ji.call(E,Me))||fe.push(Me);return fe}function hu(E,F){return E<F}function Pu(E,F){var fe=-1,Me=xl(E)?Br(E.length):[];return $o(E,function(wt,qt,vr){Me[++fe]=F(wt,qt,vr)}),Me}function Bl(E){var F=is(E);return F.length==1&&F[0][2]?ml(F[0][0],F[0][1]):function(fe){return fe===E||pf(fe,E,F)}}function uo(E,F){return $a(E)&&Sf(F)?ml(qi(E),F):function(fe){var Me=bd(fe,E);return Me===i&&Me===F?xd(fe,E):Bu(F,Me,b|S)}}function Qo(E,F,fe,Me,wt){E!==F&&Cu(F,function(qt,vr){if(wt||(wt=new zt),_u(qt))au(E,F,vr,fe,Qo,Me,wt);else{var Lr=Me?Me($c(E,vr),qt,vr+"",E,F,wt):i;Lr===i&&(Lr=qt),ya(E,vr,Lr)}},ic)}function au(E,F,fe,Me,wt,qt,vr){var Lr=$c(E,fe),Jr=$c(F,fe),Bn=vr.get(Jr);if(Bn){ya(E,fe,Bn);return}var Un=qt?qt(Lr,Jr,fe+"",E,F,vr):i,Jn=Un===i;if(Jn){var Oi=Ja(Jr),pa=!Oi&&Xf(Jr),Ua=!Oi&&!pa&&nd(Jr);Un=Jr,Oi||pa||Ua?Ja(Lr)?Un=Lr:uu(Lr)?Un=Jo(Lr):pa?(Jn=!1,Un=Rc(Jr,!0)):Ua?(Jn=!1,Un=Sl(Jr,!0)):Un=[]:fd(Jr)||xc(Jr)?(Un=Lr,xc(Lr)?Un=Fd(Lr):(!_u(Lr)||Zf(Lr))&&(Un=Tl(Jr))):Jn=!1}Jn&&(vr.set(Jr,Un),wt(Un,Jr,Me,qt,vr),vr.delete(Jr)),ya(E,fe,Un)}function Cc(E,F){var fe=E.length;if(fe)return F+=F<0?fe:0,Ho(F,fe)?E[F]:i}function Yl(E,F,fe){F.length?F=Gi(F,function(qt){return Ja(qt)?function(vr){return fu(vr,qt.length===1?qt[0]:qt)}:qt}):F=[ac];var Me=-1;F=Gi(F,Rs(vn()));var wt=Pu(E,function(qt,vr,Lr){var Jr=Gi(F,function(Bn){return Bn(qt)});return{criteria:Jr,index:++Me,value:qt}});return hs(wt,function(qt,vr){return $u(qt,vr,fe)})}function Iu(E,F){return ef(E,F,function(fe,Me){return xd(E,Me)})}function ef(E,F,fe){for(var Me=-1,wt=F.length,qt={};++Me<wt;){var vr=F[Me],Lr=fu(E,vr);fe(Lr,vr)&&hl(qt,wl(vr,E),Lr)}return qt}function Tc(E){return function(F){return fu(F,E)}}function Ou(E,F,fe,Me){var wt=Me?jo:Eo,qt=-1,vr=F.length,Lr=E;for(E===F&&(F=Jo(F)),fe&&(Lr=Gi(E,Rs(fe)));++qt<vr;)for(var Jr=0,Bn=F[qt],Un=fe?fe(Bn):Bn;(Jr=wt(Lr,Un,Jr,Me))>-1;)Lr!==E&&gr.call(Lr,Jr,1),gr.call(E,Jr,1);return E}function Nl(E,F){for(var fe=E?F.length:0,Me=fe-1;fe--;){var wt=F[fe];if(fe==Me||wt!==qt){var qt=wt;Ho(wt)?gr.call(E,wt,1):nl(E,wt)}}return E}function zu(E,F){return E+ki(ia()*(F-E+1))}function Pc(E,F,fe,Me){for(var wt=-1,qt=wi(Ti((F-E)/(fe||1)),0),vr=Br(qt);qt--;)vr[Me?qt:++wt]=E,E+=fe;return vr}function jl(E,F){var fe="";if(!E||F<1||F>Q)return fe;do F%2&&(fe+=E),F=ki(F/2),F&&(E+=E);while(F);return fe}function Xa(E,F){return ec(Ru(E,F,ac),E+"")}function Df(E){return ri(id(E))}function vf(E,F){var fe=id(E);return Yi(fe,ns(F,0,fe.length))}function hl(E,F,fe,Me){if(!_u(E))return E;F=wl(F,E);for(var wt=-1,qt=F.length,vr=qt-1,Lr=E;Lr!=null&&++wt<qt;){var Jr=qi(F[wt]),Bn=fe;if(Jr==="__proto__"||Jr==="constructor"||Jr==="prototype")return E;if(wt!=vr){var Un=Lr[Jr];Bn=Me?Me(Un,Jr,Lr):i,Bn===i&&(Bn=_u(Un)?Un:Ho(F[wt+1])?[]:{})}Ea(Lr,Jr,Bn),Lr=Lr[Jr]}return E}var Ic=ys?function(E,F){return ys.set(E,F),E}:ac,tf=on?function(E,F){return on(E,"toString",{configurable:!0,enumerable:!1,value:Ed(F),writable:!0})}:ac;function Oc(E){return Yi(id(E))}function pu(E,F,fe){var Me=-1,wt=E.length;F<0&&(F=-F>wt?0:wt+F),fe=fe>wt?wt:fe,fe<0&&(fe+=wt),wt=F>fe?0:fe-F>>>0,F>>>=0;for(var qt=Br(wt);++Me<wt;)qt[Me]=E[Me+F];return qt}function Dc(E,F){var fe;return $o(E,function(Me,wt,qt){return fe=F(Me,wt,qt),!fe}),!!fe}function oc(E,F,fe){var Me=0,wt=E==null?Me:E.length;if(typeof F=="number"&&F===F&&wt<=me){for(;Me<wt;){var qt=Me+wt>>>1,vr=E[qt];vr!==null&&!wc(vr)&&(fe?vr<=F:vr<F)?Me=qt+1:wt=qt}return wt}return uc(E,F,ac,fe)}function uc(E,F,fe,Me){var wt=0,qt=E==null?0:E.length;if(qt===0)return 0;F=fe(F);for(var vr=F!==F,Lr=F===null,Jr=wc(F),Bn=F===i;wt<qt;){var Un=ki((wt+qt)/2),Jn=fe(E[Un]),Oi=Jn!==i,pa=Jn===null,Ua=Jn===Jn,Ts=wc(Jn);if(vr)var za=Me||Ua;else Bn?za=Ua&&(Me||Oi):Lr?za=Ua&&Oi&&(Me||!pa):Jr?za=Ua&&Oi&&!pa&&(Me||!Ts):pa||Ts?za=!1:za=Me?Jn<=F:Jn<F;za?wt=Un+1:qt=Un}return va(qt,ie)}function _f(E,F){for(var fe=-1,Me=E.length,wt=0,qt=[];++fe<Me;){var vr=E[fe],Lr=F?F(vr):vr;if(!fe||!nc(Lr,Jr)){var Jr=Lr;qt[wt++]=vr===0?0:vr}}return qt}function kc(E){return typeof E=="number"?E:wc(E)?$:+E}function xo(E){if(typeof E=="string")return E;if(Ja(E))return Gi(E,xo)+"";if(wc(E))return ge?ge.call(E):"";var F=E+"";return F=="0"&&1/E==-te?"-0":F}function Ls(E,F,fe){var Me=-1,wt=Ps,qt=E.length,vr=!0,Lr=[],Jr=Lr;if(fe)vr=!1,wt=Is;else if(qt>=c){var Bn=F?null:Ef(E);if(Bn)return zo(Bn);vr=!1,wt=cu,Jr=new Ee}else Jr=F?[]:Lr;e:for(;++Me<qt;){var Un=E[Me],Jn=F?F(Un):Un;if(Un=fe||Un!==0?Un:0,vr&&Jn===Jn){for(var Oi=Jr.length;Oi--;)if(Jr[Oi]===Jn)continue e;F&&Jr.push(Jn),Lr.push(Un)}else wt(Jr,Jn,fe)||(Jr!==Lr&&Jr.push(Jn),Lr.push(Un))}return Lr}function nl(E,F){return F=wl(F,E),E=vl(E,F),E==null||delete E[qi(ou(F))]}function su(E,F,fe,Me){return hl(E,F,fe(fu(E,F)),Me)}function rf(E,F,fe,Me){for(var wt=E.length,qt=Me?wt:-1;(Me?qt--:++qt<wt)&&F(E[qt],qt,E););return fe?pu(E,Me?0:qt,Me?qt+1:wt):pu(E,Me?qt+1:0,Me?wt:qt)}function gf(E,F){var fe=E;return fe instanceof en&&(fe=fe.value()),Za(F,function(Me,wt){return wt.func.apply(wt.thisArg,Qa([Me],wt.args))},fe)}function lc(E,F,fe){var Me=E.length;if(Me<2)return Me?Ls(E[0]):[];for(var wt=-1,qt=Br(Me);++wt<Me;)for(var vr=E[wt],Lr=-1;++Lr<Me;)Lr!=wt&&(qt[wt]=Ys(qt[wt]||vr,E[Lr],F,fe));return Ls(to(qt,1),F,fe)}function Po(E,F,fe){for(var Me=-1,wt=E.length,qt=F.length,vr={};++Me<wt;){var Lr=Me<qt?F[Me]:i;fe(vr,E[Me],Lr)}return vr}function yf(E){return uu(E)?E:[]}function nf(E){return typeof E=="function"?E:ac}function wl(E,F){return Ja(E)?E:$a(E,F)?[E]:ka(wo(E))}var il=Xa;function lo(E,F,fe){var Me=E.length;return fe=fe===i?Me:fe,!F&&fe>=Me?E:pu(E,F,fe)}var pl=xn||function(E){return xa.clearTimeout(E)};function Rc(E,F){if(F)return E.slice();var fe=E.length,Me=Xe?Xe(fe):new E.constructor(fe);return E.copy(Me),Me}function bf(E){var F=new E.constructor(E.byteLength);return new io(F).set(new io(E)),F}function xf(E,F){var fe=F?bf(E.buffer):E.buffer;return new E.constructor(fe,E.byteOffset,E.byteLength)}function El(E){var F=new E.constructor(E.source,un.exec(E));return F.lastIndex=E.lastIndex,F}function Wo(E){return Da?Gn(Da.call(E)):{}}function Sl(E,F){var fe=F?bf(E.buffer):E.buffer;return new E.constructor(fe,E.byteOffset,E.length)}function Ue(E,F){if(E!==F){var fe=E!==i,Me=E===null,wt=E===E,qt=wc(E),vr=F!==i,Lr=F===null,Jr=F===F,Bn=wc(F);if(!Lr&&!Bn&&!qt&&E>F||qt&&vr&&Jr&&!Lr&&!Bn||Me&&vr&&Jr||!fe&&Jr||!wt)return 1;if(!Me&&!qt&&!Bn&&E<F||Bn&&fe&&wt&&!Me&&!qt||Lr&&fe&&wt||!vr&&wt||!Jr)return-1}return 0}function $u(E,F,fe){for(var Me=-1,wt=E.criteria,qt=F.criteria,vr=wt.length,Lr=fe.length;++Me<vr;){var Jr=Ue(wt[Me],qt[Me]);if(Jr){if(Me>=Lr)return Jr;var Bn=fe[Me];return Jr*(Bn=="desc"?-1:1)}}return E.index-F.index}function qo(E,F,fe,Me){for(var wt=-1,qt=E.length,vr=fe.length,Lr=-1,Jr=F.length,Bn=wi(qt-vr,0),Un=Br(Jr+Bn),Jn=!Me;++Lr<Jr;)Un[Lr]=F[Lr];for(;++wt<vr;)(Jn||wt<qt)&&(Un[fe[wt]]=E[wt]);for(;Bn--;)Un[Lr++]=E[wt++];return Un}function cc(E,F,fe,Me){for(var wt=-1,qt=E.length,vr=-1,Lr=fe.length,Jr=-1,Bn=F.length,Un=wi(qt-Lr,0),Jn=Br(Un+Bn),Oi=!Me;++wt<Un;)Jn[wt]=E[wt];for(var pa=wt;++Jr<Bn;)Jn[pa+Jr]=F[Jr];for(;++vr<Lr;)(Oi||wt<qt)&&(Jn[pa+fe[vr]]=E[wt++]);return Jn}function Jo(E,F){var fe=-1,Me=E.length;for(F||(F=Br(Me));++fe<Me;)F[fe]=E[fe];return F}function Zu(E,F,fe,Me){var wt=!fe;fe||(fe={});for(var qt=-1,vr=F.length;++qt<vr;){var Lr=F[qt],Jr=Me?Me(fe[Lr],E[Lr],Lr,fe,E):i;Jr===i&&(Jr=E[Lr]),wt?Na(fe,Lr,Jr):Ea(fe,Lr,Jr)}return fe}function Lc(E,F){return Zu(E,Ss(E),F)}function fc(E,F){return Zu(E,Io(E),F)}function Ul(E,F){return function(fe,Me){var wt=Ja(fe)?ma:Ds,qt=F?F():{};return wt(fe,E,vn(Me,2),qt)}}function Al(E){return Xa(function(F,fe){var Me=-1,wt=fe.length,qt=wt>1?fe[wt-1]:i,vr=wt>2?fe[2]:i;for(qt=E.length>3&&typeof qt=="function"?(wt--,qt):i,vr&&As(fe[0],fe[1],vr)&&(qt=wt<3?i:qt,wt=1),F=Gn(F);++Me<wt;){var Lr=fe[Me];Lr&&E(F,Lr,Me,qt)}return F})}function al(E,F){return function(fe,Me){if(fe==null)return fe;if(!xl(fe))return E(fe,Me);for(var wt=fe.length,qt=F?wt:-1,vr=Gn(fe);(F?qt--:++qt<wt)&&Me(vr[qt],qt,vr)!==!1;);return fe}}function Mc(E){return function(F,fe,Me){for(var wt=-1,qt=Gn(F),vr=Me(F),Lr=vr.length;Lr--;){var Jr=vr[E?Lr:++wt];if(fe(qt[Jr],Jr,qt)===!1)break}return F}}function dc(E,F,fe){var Me=F&D,wt=Wu(E);function qt(){var vr=this&&this!==xa&&this instanceof qt?wt:E;return vr.apply(Me?fe:this,arguments)}return qt}function Du(E){return function(F){F=wo(F);var fe=Oo(F)?pr(F):i,Me=fe?fe[0]:F.charAt(0),wt=fe?lo(fe,1).join(""):F.slice(1);return Me[E]()+wt}}function Cl(E){return function(F){return Za(Wd(Zd(F).replace(xr,"")),E,"")}}function Wu(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),Me=E.apply(fe,F);return _u(Me)?Me:fe}}function Gf(E,F,fe){var Me=Wu(E);function wt(){for(var qt=arguments.length,vr=Br(qt),Lr=qt,Jr=In(wt);Lr--;)vr[Lr]=arguments[Lr];var Bn=qt<3&&vr[0]!==Jr&&vr[qt-1]!==Jr?[]:Os(vr,Jr);if(qt-=Bn.length,qt<fe)return sl(E,F,zl,wt.placeholder,i,vr,Bn,i,i,fe-qt);var Un=this&&this!==xa&&this instanceof wt?Me:E;return Va(Un,this,vr)}return wt}function wf(E){return function(F,fe,Me){var wt=Gn(F);if(!xl(F)){var qt=vn(fe,3);F=cl(F),fe=function(Lr){return qt(wt[Lr],Lr,wt)}}var vr=E(F,fe,Me);return vr>-1?wt[qt?F[vr]:vr]:i}}function eu(E){return O(function(F){var fe=F.length,Me=fe,wt=br.prototype.thru;for(E&&F.reverse();Me--;){var qt=F[Me];if(typeof qt!="function")throw new Ur(o);if(wt&&!vr&&fn(qt)=="wrapper")var vr=new br([],!0)}for(Me=vr?Me:fe;++Me<fe;){qt=F[Me];var Lr=fn(qt),Jr=Lr=="wrapper"?Oe(qt):i;Jr&&ql(Jr[0])&&Jr[1]==(K|P|B|H)&&!Jr[4].length&&Jr[9]==1?vr=vr[fn(Jr[0])].apply(vr,Jr[3]):vr=qt.length==1&&ql(qt)?vr[Lr]():vr.thru(qt)}return function(){var Bn=arguments,Un=Bn[0];if(vr&&Bn.length==1&&Ja(Un))return vr.plant(Un).value();for(var Jn=0,Oi=fe?F[Jn].apply(this,Bn):Un;++Jn<fe;)Oi=F[Jn].call(this,Oi);return Oi}})}function zl(E,F,fe,Me,wt,qt,vr,Lr,Jr,Bn){var Un=F&K,Jn=F&D,Oi=F&R,pa=F&(P|M),Ua=F&W,Ts=Oi?i:Wu(E);function za(){for(var Us=arguments.length,Js=Br(Us),Ec=Us;Ec--;)Js[Ec]=arguments[Ec];if(pa)var Gl=In(za),Sc=Qu(Js,Gl);if(Me&&(Js=qo(Js,Me,wt,pa)),qt&&(Js=cc(Js,qt,vr,pa)),Us-=Sc,pa&&Us<Bn){var Lu=Os(Js,Gl);return sl(E,F,zl,za.placeholder,fe,Js,Lu,Lr,Jr,Bn-Us)}var hf=Jn?fe:this,Hf=Oi?hf[E]:E;return Us=Js.length,Lr?Js=_l(Js,Lr):Ua&&Us>1&&Js.reverse(),Un&&Jr<Us&&(Js.length=Jr),this&&this!==xa&&this instanceof za&&(Hf=Ts||Wu(Hf)),Hf.apply(hf,Js)}return za}function af(E,F){return function(fe,Me){return Vl(fe,E,F(Me),{})}}function hc(E,F){return function(fe,Me){var wt;if(fe===i&&Me===i)return F;if(fe!==i&&(wt=fe),Me!==i){if(wt===i)return Me;typeof fe=="string"||typeof Me=="string"?(fe=xo(fe),Me=xo(Me)):(fe=kc(fe),Me=kc(Me)),wt=E(fe,Me)}return wt}}function pc(E){return O(function(F){return F=Gi(F,Rs(vn())),Xa(function(fe){var Me=this;return E(F,function(wt){return Va(wt,Me,fe)})})})}function Xl(E,F){F=F===i?" ":xo(F);var fe=F.length;if(fe<2)return fe?jl(F,E):F;var Me=jl(F,Ti(E/ur(F)));return Oo(F)?lo(pr(Me),0,E).join(""):Me.slice(0,E)}function Ql(E,F,fe,Me){var wt=F&D,qt=Wu(E);function vr(){for(var Lr=-1,Jr=arguments.length,Bn=-1,Un=Me.length,Jn=Br(Un+Jr),Oi=this&&this!==xa&&this instanceof vr?qt:E;++Bn<Un;)Jn[Bn]=Me[Bn];for(;Jr--;)Jn[Bn++]=arguments[++Lr];return Va(Oi,wt?fe:this,Jn)}return vr}function ku(E){return function(F,fe,Me){return Me&&typeof Me!="number"&&As(F,fe,Me)&&(fe=Me=i),F=Wf(F),fe===i?(fe=F,F=0):fe=Wf(fe),Me=Me===i?F<fe?1:-1:Wf(Me),Pc(F,fe,Me,E)}}function mu(E){return function(F,fe){return typeof F=="string"&&typeof fe=="string"||(F=Vc(F),fe=Vc(fe)),E(F,fe)}}function sl(E,F,fe,Me,wt,qt,vr,Lr,Jr,Bn){var Un=F&P,Jn=Un?vr:i,Oi=Un?i:vr,pa=Un?qt:i,Ua=Un?i:qt;F|=Un?B:N,F&=~(Un?N:B),F&A||(F&=~(D|R));var Ts=[E,F,wt,pa,Jn,Ua,Oi,Lr,Jr,Bn],za=fe.apply(i,Ts);return ql(E)&&Ku(za,Ts),za.placeholder=Me,Mn(za,E,F)}function tu(E){var F=jn[E];return function(fe,Me){if(fe=Vc(fe),Me=Me==null?0:va(xs(Me),292),Me&&Pi(fe)){var wt=(wo(fe)+"e").split("e"),qt=F(wt[0]+"e"+(+wt[1]+Me));return wt=(wo(qt)+"e").split("e"),+(wt[0]+"e"+(+wt[1]-Me))}return F(fe)}}var Ef=ls&&1/zo(new ls([,-0]))[1]==te?function(E){return new ls(E)}:Cd;function Fc(E){return function(F){var fe=js(F);return fe==je?Xo(F):fe==Fe?Fu(F):Uo(F,E(F))}}function Hu(E,F,fe,Me,wt,qt,vr,Lr){var Jr=F&R;if(!Jr&&typeof E!="function")throw new Ur(o);var Bn=Me?Me.length:0;if(Bn||(F&=~(B|N),Me=wt=i),vr=vr===i?vr:wi(xs(vr),0),Lr=Lr===i?Lr:xs(Lr),Bn-=wt?wt.length:0,F&N){var Un=Me,Jn=wt;Me=wt=i}var Oi=Jr?i:Oe(E),pa=[E,F,fe,Me,wt,Un,Jn,qt,vr,Lr];if(Oi&&Af(pa,Oi),E=pa[0],F=pa[1],fe=pa[2],Me=pa[3],wt=pa[4],Lr=pa[9]=pa[9]===i?Jr?0:E.length:wi(pa[9]-Bn,0),!Lr&&F&(P|M)&&(F&=~(P|M)),!F||F==D)var Ua=dc(E,F,fe);else F==P||F==M?Ua=Gf(E,F,Lr):(F==B||F==(D|B))&&!wt.length?Ua=Ql(E,F,fe,Me):Ua=zl.apply(i,pa);var Ts=Oi?Ic:Ku;return Mn(Ts(Ua,pa),E,F)}function ol(E,F,fe,Me){return E===i||nc(E,wa[fe])&&!ji.call(Me,fe)?F:E}function $l(E,F,fe,Me,wt,qt){return _u(E)&&_u(F)&&(qt.set(F,E),Qo(E,F,i,$l,qt),qt.delete(F)),E}function sf(E){return fd(E)?i:E}function Bc(E,F,fe,Me,wt,qt){var vr=fe&b,Lr=E.length,Jr=F.length;if(Lr!=Jr&&!(vr&&Jr>Lr))return!1;var Bn=qt.get(E),Un=qt.get(F);if(Bn&&Un)return Bn==F&&Un==E;var Jn=-1,Oi=!0,pa=fe&S?new Ee:i;for(qt.set(E,F),qt.set(F,E);++Jn<Lr;){var Ua=E[Jn],Ts=F[Jn];if(Me)var za=vr?Me(Ts,Ua,Jn,F,E,qt):Me(Ua,Ts,Jn,E,F,qt);if(za!==i){if(za)continue;Oi=!1;break}if(pa){if(!_o(F,function(Us,Js){if(!cu(pa,Js)&&(Ua===Us||wt(Ua,Us,fe,Me,qt)))return pa.push(Js)})){Oi=!1;break}}else if(!(Ua===Ts||wt(Ua,Ts,fe,Me,qt))){Oi=!1;break}}return qt.delete(E),qt.delete(F),Oi}function mc(E,F,fe,Me,wt,qt,vr){switch(fe){case xt:if(E.byteLength!=F.byteLength||E.byteOffset!=F.byteOffset)return!1;E=E.buffer,F=F.buffer;case ht:return!(E.byteLength!=F.byteLength||!qt(new io(E),new io(F)));case Mt:case bt:case Et:return nc(+E,+F);case Zt:return E.name==F.name&&E.message==F.message;case qe:case be:return E==F+"";case je:var Lr=Xo;case Fe:var Jr=Me&b;if(Lr||(Lr=zo),E.size!=F.size&&!Jr)return!1;var Bn=vr.get(E);if(Bn)return Bn==F;Me|=S,vr.set(E,F);var Un=Bc(Lr(E),Lr(F),Me,wt,qt,vr);return vr.delete(E),Un;case ke:if(Da)return Da.call(E)==Da.call(F)}return!1}function T(E,F,fe,Me,wt,qt){var vr=fe&b,Lr=L(E),Jr=Lr.length,Bn=L(F),Un=Bn.length;if(Jr!=Un&&!vr)return!1;for(var Jn=Jr;Jn--;){var Oi=Lr[Jn];if(!(vr?Oi in F:ji.call(F,Oi)))return!1}var pa=qt.get(E),Ua=qt.get(F);if(pa&&Ua)return pa==F&&Ua==E;var Ts=!0;qt.set(E,F),qt.set(F,E);for(var za=vr;++Jn<Jr;){Oi=Lr[Jn];var Us=E[Oi],Js=F[Oi];if(Me)var Ec=vr?Me(Js,Us,Oi,F,E,qt):Me(Us,Js,Oi,E,F,qt);if(!(Ec===i?Us===Js||wt(Us,Js,fe,Me,qt):Ec)){Ts=!1;break}za||(za=Oi=="constructor")}if(Ts&&!za){var Gl=E.constructor,Sc=F.constructor;Gl!=Sc&&"constructor"in E&&"constructor"in F&&!(typeof Gl=="function"&&Gl instanceof Gl&&typeof Sc=="function"&&Sc instanceof Sc)&&(Ts=!1)}return qt.delete(E),qt.delete(F),Ts}function O(E){return ec(Ru(E,i,Cf),E+"")}function L(E){return sc(E,cl,Ss)}function ve(E){return sc(E,ic,Io)}var Oe=ys?function(E){return ys.get(E)}:Cd;function fn(E){for(var F=E.name+"",fe=So[F],Me=ji.call(So,F)?fe.length:0;Me--;){var wt=fe[Me],qt=wt.func;if(qt==null||qt==E)return wt.name}return F}function In(E){var F=ji.call(we,"placeholder")?we:E;return F.placeholder}function vn(){var E=we.iteratee||Sd;return E=E===Sd?qc:E,arguments.length?E(arguments[0],arguments[1]):E}function Li(E,F){var fe=E.__data__;return Zl(F)?fe[typeof F=="string"?"string":"hash"]:fe.map}function is(E){for(var F=cl(E),fe=F.length;fe--;){var Me=F[fe],wt=E[Me];F[fe]=[Me,wt,Sf(wt)]}return F}function Wa(E,F){var fe=Mu(E,F);return iu(fe)?fe:i}function mo(E){var F=ji.call(E,bn),fe=E[bn];try{E[bn]=i;var Me=!0}catch(qt){}var wt=Zs.call(E);return Me&&(F?E[bn]=fe:delete E[bn]),wt}var Ss=ta?function(E){return E==null?[]:(E=Gn(E),ts(ta(E),function(F){return Kt.call(E,F)}))}:Td,Io=ta?function(E){for(var F=[];E;)Qa(F,Ss(E)),E=Qe(E);return F}:Td,js=oo;(ha&&js(new ha(new ArrayBuffer(1)))!=xt||zi&&js(new zi)!=je||Oa&&js(Oa.resolve())!=yt||ls&&js(new ls)!=Fe||ms&&js(new ms)!=We)&&(js=function(E){var F=oo(E),fe=F==tt?E.constructor:i,Me=fe?Sa(fe):"";if(Me)switch(Me){case cs:return xt;case bo:return je;case so:return yt;case Vi:return Fe;case Ma:return We}return F});function Gu(E,F,fe){for(var Me=-1,wt=fe.length;++Me<wt;){var qt=fe[Me],vr=qt.size;switch(qt.type){case"drop":E+=vr;break;case"dropRight":F-=vr;break;case"take":F=va(F,E+vr);break;case"takeRight":E=wi(E,F-vr);break}}return{start:E,end:F}}function of(E){var F=E.match(Xr);return F?F[1].split(nn):[]}function vc(E,F,fe){F=wl(F,E);for(var Me=-1,wt=F.length,qt=!1;++Me<wt;){var vr=qi(F[Me]);if(!(qt=E!=null&&fe(E,vr)))break;E=E[vr]}return qt||++Me!=wt?qt:(wt=E==null?0:E.length,!!wt&&hd(wt)&&Ho(vr,wt)&&(Ja(E)||xc(E)))}function uf(E){var F=E.length,fe=new E.constructor(F);return F&&typeof E[0]=="string"&&ji.call(E,"index")&&(fe.index=E.index,fe.input=E.input),fe}function Tl(E){return typeof E.constructor=="function"&&!Hl(E)?Er(Qe(E)):{}}function Bi(E,F,fe){var Me=E.constructor;switch(F){case ht:return bf(E);case Mt:case bt:return new Me(+E);case xt:return xf(E,fe);case nr:case er:case Re:case et:case Vt:case Lt:case Wt:case Ht:case Tt:return Sl(E,fe);case je:return new Me;case Et:case be:return new Me(E);case qe:return El(E);case Fe:return new Me;case ke:return Wo(E)}}function _c(E,F){var fe=F.length;if(!fe)return E;var Me=fe-1;return F[Me]=(fe>1?"& ":"")+F[Me],F=F.join(fe>2?", ":" "),E.replace(At,`{
/* [wrapped with `+F+`] */
`)}function Nc(E){return Ja(E)||xc(E)||!!(Rr&&E&&E[Rr])}function Ho(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 As(E,F,fe){if(!_u(fe))return!1;var Me=typeof F;return(Me=="number"?xl(fe)&&Ho(F,fe.length):Me=="string"&&F in fe)?nc(fe[F],E):!1}function $a(E,F){if(Ja(E))return!1;var fe=typeof E;return fe=="number"||fe=="symbol"||fe=="boolean"||E==null||wc(E)?!0:ze.test(E)||!St.test(E)||F!=null&&E in Gn(F)}function Zl(E){var F=typeof E;return F=="string"||F=="number"||F=="symbol"||F=="boolean"?E!=="__proto__":E===null}function ql(E){var F=fn(E),fe=we[F];if(typeof fe!="function"||!(F in en.prototype))return!1;if(E===fe)return!0;var Me=Oe(fe);return!!Me&&E===Me[0]}function jc(E){return!!no&&no in E}var Wl=ps?Zf:Pd;function Hl(E){var F=E&&E.constructor,fe=typeof F=="function"&&F.prototype||wa;return E===fe}function Sf(E){return E===E&&!_u(E)}function ml(E,F){return function(fe){return fe==null?!1:fe[E]===F&&(F!==i||E in Gn(fe))}}function Pl(E){var F=us(E,function(Me){return fe.size===a&&fe.clear(),Me}),fe=F.cache;return F}function Af(E,F){var fe=E[1],Me=F[1],wt=fe|Me,qt=wt<(D|R|K),vr=Me==K&&fe==P||Me==K&&fe==H&&E[7].length<=F[8]||Me==(K|H)&&F[7].length<=F[8]&&fe==P;if(!(qt||vr))return E;Me&D&&(E[2]=F[2],wt|=fe&D?0:A);var Lr=F[3];if(Lr){var Jr=E[3];E[3]=Jr?qo(Jr,Lr,F[4]):Lr,E[4]=Jr?Os(E[3],x):F[4]}return Lr=F[5],Lr&&(Jr=E[5],E[5]=Jr?cc(Jr,Lr,F[6]):Lr,E[6]=Jr?Os(E[5],x):F[6]),Lr=F[7],Lr&&(E[7]=Lr),Me&K&&(E[8]=E[8]==null?F[8]:va(E[8],F[8])),E[9]==null&&(E[9]=F[9]),E[0]=F[0],E[1]=wt,E}function Uc(E){var F=[];if(E!=null)for(var fe in Gn(E))F.push(fe);return F}function zc(E){return Zs.call(E)}function Ru(E,F,fe){return F=wi(F===i?E.length-1:F,0),function(){for(var Me=arguments,wt=-1,qt=wi(Me.length-F,0),vr=Br(qt);++wt<qt;)vr[wt]=Me[F+wt];wt=-1;for(var Lr=Br(F+1);++wt<F;)Lr[wt]=Me[wt];return Lr[F]=fe(vr),Va(E,this,Lr)}}function vl(E,F){return F.length<2?E:fu(E,pu(F,0,-1))}function _l(E,F){for(var fe=E.length,Me=va(F.length,fe),wt=Jo(E);Me--;){var qt=F[Me];E[Me]=Ho(qt,fe)?wt[qt]:i}return E}function $c(E,F){if(!(F==="constructor"&&typeof E[F]=="function")&&F!="__proto__")return E[F]}var Ku=ni(Ic),Jl=ii||function(E,F){return xa.setTimeout(E,F)},ec=ni(tf);function Mn(E,F,fe){var Me=F+"";return ec(E,_c(Me,Pa(of(Me),fe)))}function ni(E){var F=0,fe=0;return function(){var Me=yo(),wt=q-(Me-fe);if(fe=Me,wt>0){if(++F>=oe)return arguments[0]}else F=0;return E.apply(i,arguments)}}function Yi(E,F){var fe=-1,Me=E.length,wt=Me-1;for(F=F===i?Me:F;++fe<F;){var qt=zu(fe,wt),vr=E[qt];E[qt]=E[fe],E[fe]=vr}return E.length=F,E}var ka=Pl(function(E){var F=[];return E.charCodeAt(0)===46&&F.push(""),E.replace(nt,function(fe,Me,wt,qt){F.push(wt?qt.replace(mr,"$1"):Me||fe)}),F});function qi(E){if(typeof E=="string"||wc(E))return E;var F=E+"";return F=="0"&&1/E==-te?"-0":F}function Sa(E){if(E!=null){try{return $s.call(E)}catch(F){}try{return E+""}catch(F){}}return""}function Pa(E,F){return as(Ae,function(fe){var Me="_."+fe[0];F&fe[1]&&!Ps(E,Me)&&E.push(Me)}),E.sort()}function Ms(E){if(E instanceof en)return E.clone();var F=new br(E.__wrapped__,E.__chain__);return F.__actions__=Jo(E.__actions__),F.__index__=E.__index__,F.__values__=E.__values__,F}function oa(E,F,fe){(fe?As(E,F,fe):F===i)?F=1:F=wi(xs(F),0);var Me=E==null?0:E.length;if(!Me||F<1)return[];for(var wt=0,qt=0,vr=Br(Ti(Me/F));wt<Me;)vr[qt++]=pu(E,wt,wt+=F);return vr}function Cs(E){for(var F=-1,fe=E==null?0:E.length,Me=0,wt=[];++F<fe;){var qt=E[F];qt&&(wt[Me++]=qt)}return wt}function gl(){var E=arguments.length;if(!E)return[];for(var F=Br(E-1),fe=arguments[0],Me=E;Me--;)F[Me-1]=arguments[Me];return Qa(Ja(fe)?Jo(fe):[fe],to(F,1))}var Vu=Xa(function(E,F){return uu(E)?Ys(E,to(F,1,uu,!0)):[]}),Il=Xa(function(E,F){var fe=ou(F);return uu(fe)&&(fe=i),uu(E)?Ys(E,to(F,1,uu,!0),vn(fe,2)):[]}),Ol=Xa(function(E,F){var fe=ou(F);return uu(fe)&&(fe=i),uu(E)?Ys(E,to(F,1,uu,!0),i,fe):[]});function yl(E,F,fe){var Me=E==null?0:E.length;return Me?(F=fe||F===i?1:xs(F),pu(E,F<0?0:F,Me)):[]}function Kf(E,F,fe){var Me=E==null?0:E.length;return Me?(F=fe||F===i?1:xs(F),F=Me-F,pu(E,0,F<0?0:F)):[]}function kf(E,F){return E&&E.length?rf(E,vn(F,3),!0,!0):[]}function tc(E,F){return E&&E.length?rf(E,vn(F,3),!0):[]}function Rf(E,F,fe,Me){var wt=E==null?0:E.length;return wt?(fe&&typeof fe!="number"&&As(E,F,fe)&&(fe=0,Me=wt),dl(E,F,fe,Me)):[]}function lf(E,F,fe){var Me=E==null?0:E.length;if(!Me)return-1;var wt=fe==null?0:xs(fe);return wt<0&&(wt=wi(Me+wt,0)),gs(E,vn(F,3),wt)}function Zc(E,F,fe){var Me=E==null?0:E.length;if(!Me)return-1;var wt=Me-1;return fe!==i&&(wt=xs(fe),wt=fe<0?wi(Me+wt,0):va(wt,Me-1)),gs(E,vn(F,3),wt,!0)}function Cf(E){var F=E==null?0:E.length;return F?to(E,1):[]}function bl(E){var F=E==null?0:E.length;return F?to(E,te):[]}function Qf(E,F){var fe=E==null?0:E.length;return fe?(F=F===i?1:xs(F),to(E,F)):[]}function Yu(E){for(var F=-1,fe=E==null?0:E.length,Me={};++F<fe;){var wt=E[F];Me[wt[0]]=wt[1]}return Me}function Wc(E){return E&&E.length?E[0]:i}function cf(E,F,fe){var Me=E==null?0:E.length;if(!Me)return-1;var wt=fe==null?0:xs(fe);return wt<0&&(wt=wi(Me+wt,0)),Eo(E,F,wt)}function vu(E){var F=E==null?0:E.length;return F?pu(E,0,-1):[]}var Tf=Xa(function(E){var F=Gi(E,yf);return F.length&&F[0]===E[0]?Xc(F):[]}),Hc=Xa(function(E){var F=ou(E),fe=Gi(E,yf);return F===ou(fe)?F=i:fe.pop(),fe.length&&fe[0]===E[0]?Xc(fe,vn(F,2)):[]}),Dl=Xa(function(E){var F=ou(E),fe=Gi(E,yf);return F=typeof F=="function"?F:i,F&&fe.pop(),fe.length&&fe[0]===E[0]?Xc(fe,i,F):[]});function gc(E,F){return E==null?"":Ta.call(E,F)}function ou(E){var F=E==null?0:E.length;return F?E[F-1]:i}function Lf(E,F,fe){var Me=E==null?0:E.length;if(!Me)return-1;var wt=Me;return fe!==i&&(wt=xs(fe),wt=wt<0?wi(Me+wt,0):va(wt,Me-1)),F===F?hr(E,F,wt):gs(E,ko,wt,!0)}function Pf(E,F){return E&&E.length?Cc(E,xs(F)):i}var ff=Xa(df);function df(E,F){return E&&E.length&&F&&F.length?Ou(E,F):E}function Mf(E,F,fe){return E&&E.length&&F&&F.length?Ou(E,F,vn(fe,2)):E}function If(E,F,fe){return E&&E.length&&F&&F.length?Ou(E,F,i,fe):E}var Vf=O(function(E,F){var fe=E==null?0:E.length,Me=Vs(E,F);return Nl(E,Gi(F,function(wt){return Ho(wt,fe)?+wt:wt}).sort(Ue)),Me});function ed(E,F){var fe=[];if(!(E&&E.length))return fe;var Me=-1,wt=[],qt=E.length;for(F=vn(F,3);++Me<qt;){var vr=E[Me];F(vr,Me,E)&&(fe.push(vr),wt.push(Me))}return Nl(E,wt),fe}function Ff(E){return E==null?E:qa.call(E)}function ad(E,F,fe){var Me=E==null?0:E.length;return Me?(fe&&typeof fe!="number"&&As(E,F,fe)?(F=0,fe=Me):(F=F==null?0:xs(F),fe=fe===i?Me:xs(fe)),pu(E,F,fe)):[]}function qf(E,F){return oc(E,F)}function Bf(E,F,fe){return uc(E,F,vn(fe,2))}function sd(E,F){var fe=E==null?0:E.length;if(fe){var Me=oc(E,F);if(Me<fe&&nc(E[Me],F))return Me}return-1}function Nf(E,F){return oc(E,F,!0)}function td(E,F,fe){return uc(E,F,vn(fe,2),!0)}function od(E,F){var fe=E==null?0:E.length;if(fe){var Me=oc(E,F,!0)-1;if(nc(E[Me],F))return Me}return-1}function jf(E){return E&&E.length?_f(E):[]}function ud(E,F){return E&&E.length?_f(E,vn(F,2)):[]}function Of(E){var F=E==null?0:E.length;return F?pu(E,1,F):[]}function g(E,F,fe){return E&&E.length?(F=fe||F===i?1:xs(F),pu(E,0,F<0?0:F)):[]}function C(E,F,fe){var Me=E==null?0:E.length;return Me?(F=fe||F===i?1:xs(F),F=Me-F,pu(E,F<0?0:F,Me)):[]}function z(E,F){return E&&E.length?rf(E,vn(F,3),!1,!0):[]}function _e(E,F){return E&&E.length?rf(E,vn(F,3)):[]}var De=Xa(function(E){return Ls(to(E,1,uu,!0))}),ot=Xa(function(E){var F=ou(E);return uu(F)&&(F=i),Ls(to(E,1,uu,!0),vn(F,2))}),$t=Xa(function(E){var F=ou(E);return F=typeof F=="function"?F:i,Ls(to(E,1,uu,!0),i,F)});function ar(E){return E&&E.length?Ls(E):[]}function Ir(E,F){return E&&E.length?Ls(E,vn(F,2)):[]}function pn(E,F){return F=typeof F=="function"?F:i,E&&E.length?Ls(E,i,F):[]}function Ci(E){if(!(E&&E.length))return[];var F=0;return E=ts(E,function(fe){if(uu(fe))return F=wi(fe.length,F),!0}),go(F,function(fe){return Gi(E,xi(fe))})}function Fa(E,F){if(!(E&&E.length))return[];var fe=Ci(E);return F==null?fe:Gi(fe,function(Me){return Va(F,i,Me)})}var Xn=Xa(function(E,F){return uu(E)?Ys(E,F):[]}),ua=Xa(function(E){return lc(ts(E,uu))}),ja=Xa(function(E){var F=ou(E);return uu(F)&&(F=i),lc(ts(E,uu),vn(F,2))}),Ra=Xa(function(E){var F=ou(E);return F=typeof F=="function"?F:i,lc(ts(E,uu),i,F)}),tn=Xa(Ci);function jr(E,F){return Po(E||[],F||[],Ea)}function Qr(E,F){return Po(E||[],F||[],hl)}var kn=Xa(function(E){var F=E.length,fe=F>1?E[F-1]:i;return fe=typeof fe=="function"?(E.pop(),fe):i,Fa(E,fe)});function Zn(E){var F=we(E);return F.__chain__=!0,F}function Ha(E,F){return F(E),E}function Wi(E,F){return F(E)}var Ga=O(function(E){var F=E.length,fe=F?E[0]:0,Me=this.__wrapped__,wt=function(qt){return Vs(qt,E)};return F>1||this.__actions__.length||!(Me instanceof en)||!Ho(fe)?this.thru(wt):(Me=Me.slice(fe,+fe+(F?1:0)),Me.__actions__.push({func:Wi,args:[wt],thisArg:i}),new br(Me,this.__chain__).thru(function(qt){return F&&!qt.length&&qt.push(i),qt}))});function fs(){return Zn(this)}function Ka(){return new br(this.value(),this.__chain__)}function Gc(){this.__values__===i&&(this.__values__=Ld(this.value()));var E=this.__index__>=this.__values__.length,F=E?i:this.__values__[this.__index__++];return{done:E,value:F}}function Kc(){return this}function k(E){for(var F,fe=this;fe instanceof rn;){var Me=Ms(fe);Me.__index__=0,Me.__values__=i,F?wt.__wrapped__=Me:F=Me;var wt=Me;fe=fe.__wrapped__}return wt.__wrapped__=E,F}function t(){var E=this.__wrapped__;if(E instanceof en){var F=E;return this.__actions__.length&&(F=new en(this)),F=F.reverse(),F.__actions__.push({func:Wi,args:[Ff],thisArg:i}),new br(F,this.__chain__)}return this.thru(Ff)}function n(){return gf(this.__wrapped__,this.__actions__)}var s=Ul(function(E,F,fe){ji.call(E,fe)?++E[fe]:Na(E,fe,1)});function v(E,F,fe){var Me=Ja(E)?zn:Au;return fe&&As(E,F,fe)&&(F=i),Me(E,vn(F,3))}function w(E,F){var fe=Ja(E)?ts:Ju;return fe(E,vn(F,3))}var I=wf(lf),U=wf(Zc);function J(E,F){return to(Ut(E,F),1)}function V(E,F){return to(Ut(E,F),te)}function ue(E,F,fe){return fe=fe===i?1:xs(fe),to(Ut(E,F),fe)}function pe(E,F){var fe=Ja(E)?as:$o;return fe(E,vn(F,3))}function xe(E,F){var fe=Ja(E)?vo:po;return fe(E,vn(F,3))}var Ie=Ul(function(E,F,fe){ji.call(E,fe)?E[fe].push(F):Na(E,fe,[F])});function Be(E,F,fe,Me){E=xl(E)?E:id(E),fe=fe&&!Me?xs(fe):0;var wt=E.length;return fe<0&&(fe=wi(wt+fe,0)),pd(E)?fe<=wt&&E.indexOf(F,fe)>-1:!!wt&&Eo(E,F,fe)>-1}var lt=Xa(function(E,F,fe){var Me=-1,wt=typeof F=="function",qt=xl(E)?Br(E.length):[];return $o(E,function(vr){qt[++Me]=wt?Va(F,vr,fe):fi(vr,F,fe)}),qt}),at=Ul(function(E,F,fe){Na(E,fe,F)});function Ut(E,F){var fe=Ja(E)?Gi:Pu;return fe(E,vn(F,3))}function dr(E,F,fe,Me){return E==null?[]:(Ja(F)||(F=F==null?[]:[F]),fe=Me?i:fe,Ja(fe)||(fe=fe==null?[]:[fe]),Yl(E,F,fe))}var or=Ul(function(E,F,fe){E[fe?0:1].push(F)},function(){return[[],[]]});function Nr(E,F,fe){var Me=Ja(E)?Za:ss,wt=arguments.length<3;return Me(E,vn(F,4),fe,wt,$o)}function qr(E,F,fe){var Me=Ja(E)?ks:ss,wt=arguments.length<3;return Me(E,vn(F,4),fe,wt,po)}function _n(E,F){var fe=Ja(E)?ts:Ju;return fe(E,Fs(vn(F,3)))}function Kr(E){var F=Ja(E)?ri:Df;return F(E)}function an(E,F,fe){(fe?As(E,F,fe):F===i)?F=1:F=xs(F);var Me=Ja(E)?Ei:vf;return Me(E,F)}function ln(E){var F=Ja(E)?Aa:Oc;return F(E)}function Yr(E){if(E==null)return 0;if(xl(E))return pd(E)?ur(E):E.length;var F=js(E);return F==je||F==Fe?E.size:Fl(E).length}function An(E,F,fe){var Me=Ja(E)?_o:Dc;return fe&&As(E,F,fe)&&(F=i),Me(E,vn(F,3))}var bi=Xa(function(E,F){if(E==null)return[];var fe=F.length;return fe>1&&As(E,F[0],F[1])?F=[]:fe>2&&As(F[0],F[1],F[2])&&(F=[F[0]]),Yl(E,to(F,1),[])}),$i=si||function(){return xa.Date.now()};function fa(E,F){if(typeof F!="function")throw new Ur(o);return E=xs(E),function(){if(--E<1)return F.apply(this,arguments)}}function Xi(E,F,fe){return F=fe?i:F,F=E&&F==null?E.length:F,Hu(E,K,i,i,i,i,F)}function hi(E,F){var fe;if(typeof F!="function")throw new Ur(o);return E=xs(E),function(){return--E>0&&(fe=F.apply(this,arguments)),E<=1&&(F=i),fe}}var ra=Xa(function(E,F,fe){var Me=D;if(fe.length){var wt=Os(fe,In(ra));Me|=B}return Hu(E,Me,F,fe,wt)}),Ii=Xa(function(E,F,fe){var Me=D|R;if(fe.length){var wt=Os(fe,In(Ii));Me|=B}return Hu(F,Me,E,fe,wt)});function sa(E,F,fe){F=fe?i:F;var Me=Hu(E,P,i,i,i,i,i,F);return Me.placeholder=sa.placeholder,Me}function Ba(E,F,fe){F=fe?i:F;var Me=Hu(E,M,i,i,i,i,i,F);return Me.placeholder=Ba.placeholder,Me}function vi(E,F,fe){var Me,wt,qt,vr,Lr,Jr,Bn=0,Un=!1,Jn=!1,Oi=!0;if(typeof E!="function")throw new Ur(o);F=Vc(F)||0,_u(fe)&&(Un=!!fe.leading,Jn="maxWait"in fe,qt=Jn?wi(Vc(fe.maxWait)||0,F):qt,Oi="trailing"in fe?!!fe.trailing:Oi);function pa(Lu){var hf=Me,Hf=wt;return Me=wt=i,Bn=Lu,vr=E.apply(Hf,hf),vr}function Ua(Lu){return Bn=Lu,Lr=Jl(Us,F),Un?pa(Lu):vr}function Ts(Lu){var hf=Lu-Jr,Hf=Lu-Bn,Kd=F-hf;return Jn?va(Kd,qt-Hf):Kd}function za(Lu){var hf=Lu-Jr,Hf=Lu-Bn;return Jr===i||hf>=F||hf<0||Jn&&Hf>=qt}function Us(){var Lu=$i();if(za(Lu))return Js(Lu);Lr=Jl(Us,Ts(Lu))}function Js(Lu){return Lr=i,Oi&&Me?pa(Lu):(Me=wt=i,vr)}function Ec(){Lr!==i&&pl(Lr),Bn=0,Me=Jr=wt=Lr=i}function Gl(){return Lr===i?vr:Js($i())}function Sc(){var Lu=$i(),hf=za(Lu);if(Me=arguments,wt=this,Jr=Lu,hf){if(Lr===i)return Ua(Jr);if(Jn)return pl(Lr),Lr=Jl(Us,F),pa(Jr)}return Lr===i&&(Lr=Jl(Us,F)),vr}return Sc.cancel=Ec,Sc.flush=Gl,Sc}var _i=Xa(function(E,F){return bu(E,1,F)}),_s=Xa(function(E,F,fe){return bu(E,Vc(F)||0,fe)});function co(E){return Hu(E,W)}function us(E,F){if(typeof E!="function"||F!=null&&typeof F!="function")throw new Ur(o);var fe=function(){var Me=arguments,wt=F?F.apply(this,Me):Me[0],qt=fe.cache;if(qt.has(wt))return qt.get(wt);var vr=E.apply(this,Me);return fe.cache=qt.set(wt,vr)||qt,vr};return fe.cache=new(us.Cache||yu),fe}us.Cache=yu;function Fs(E){if(typeof E!="function")throw new Ur(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 ul(E){return hi(2,E)}var Xu=il(function(E,F){F=F.length==1&&Ja(F[0])?Gi(F[0],Rs(vn())):Gi(to(F,1),Rs(vn()));var fe=F.length;return Xa(function(Me){for(var wt=-1,qt=va(Me.length,fe);++wt<qt;)Me[wt]=F[wt].call(this,Me[wt]);return Va(E,this,Me)})}),kl=Xa(function(E,F){var fe=Os(F,In(kl));return Hu(E,B,i,F,fe)}),yc=Xa(function(E,F){var fe=Os(F,In(yc));return Hu(E,N,i,F,fe)}),Uf=O(function(E,F){return Hu(E,H,i,i,i,F)});function vd(E,F){if(typeof E!="function")throw new Ur(o);return F=F===i?F:xs(F),Xa(E,F)}function ld(E,F){if(typeof E!="function")throw new Ur(o);return F=F==null?0:wi(xs(F),0),Xa(function(fe){var Me=fe[F],wt=lo(fe,0,F);return Me&&Qa(wt,Me),Va(E,this,wt)})}function cd(E,F,fe){var Me=!0,wt=!0;if(typeof E!="function")throw new Ur(o);return _u(fe)&&(Me="leading"in fe?!!fe.leading:Me,wt="trailing"in fe?!!fe.trailing:wt),vi(E,F,{leading:Me,maxWait:F,trailing:wt})}function Id(E){return Xi(E,1)}function ro(E,F){return kl(nf(F),E)}function ll(){if(!arguments.length)return[];var E=arguments[0];return Ja(E)?E:[E]}function rc(E){return Ai(E,m)}function zf(E,F){return F=typeof F=="function"?F:i,Ai(E,m,F)}function bc(E){return Ai(E,p|m)}function Yf(E,F){return F=typeof F=="function"?F:i,Ai(E,p|m,F)}function $f(E,F){return F==null||Fo(E,F,cl(F))}function nc(E,F){return E===F||E!==E&&F!==F}var rd=mu(du),dd=mu(function(E,F){return E>=F}),xc=Qc(function(){return arguments}())?Qc:function(E){return xu(E)&&ji.call(E,"callee")&&!Kt.call(E,"callee")},Ja=Br.isArray,_d=ws?Rs(ws):To;function xl(E){return E!=null&&hd(E.length)&&!Zf(E)}function uu(E){return xu(E)&&xl(E)}function Jf(E){return E===!0||E===!1||xu(E)&&oo(E)==Mt}var Xf=Ki||Pd,Xd=ds?Rs(ds):Ac;function Qd(E){return xu(E)&&E.nodeType===1&&!fd(E)}function qd(E){if(E==null)return!0;if(xl(E)&&(Ja(E)||typeof E=="string"||typeof E.splice=="function"||Xf(E)||nd(E)||xc(E)))return!E.length;var F=js(E);if(F==je||F==Fe)return!E.size;if(Hl(E))return!Fl(E).length;for(var fe in E)if(ji.call(E,fe))return!1;return!0}function Jd(E,F){return Bu(E,F)}function e0(E,F,fe){fe=typeof fe=="function"?fe:i;var Me=fe?fe(E,F):i;return Me===i?Bu(E,F,i,fe):!!Me}function gd(E){if(!xu(E))return!1;var F=oo(E);return F==Zt||F==kt||typeof E.message=="string"&&typeof E.name=="string"&&!fd(E)}function t0(E){return typeof E=="number"&&Pi(E)}function Zf(E){if(!_u(E))return!1;var F=oo(E);return F==Ft||F==tr||F==Ne||F==dt}function Od(E){return typeof E=="number"&&E==xs(E)}function hd(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 xu(E){return E!=null&&typeof E=="object"}var Dd=qs?Rs(qs):ju;function r0(E,F){return E===F||pf(E,F,is(F))}function n0(E,F,fe){return fe=typeof fe=="function"?fe:i,pf(E,F,is(F),fe)}function i0(E){return kd(E)&&E!=+E}function a0(E){if(Wl(E))throw new Sn(f);return iu(E)}function s0(E){return E===null}function o0(E){return E==null}function kd(E){return typeof E=="number"||xu(E)&&oo(E)==Et}function fd(E){if(!xu(E)||oo(E)!=tt)return!1;var F=Qe(E);if(F===null)return!0;var fe=ji.call(F,"constructor")&&F.constructor;return typeof fe=="function"&&fe instanceof fe&&$s.call(fe)==Ya}var yd=Ji?Rs(Ji):Bo;function u0(E){return Od(E)&&E>=-Q&&E<=Q}var Rd=Ns?Rs(Ns):mf;function pd(E){return typeof E=="string"||!Ja(E)&&xu(E)&&oo(E)==be}function wc(E){return typeof E=="symbol"||xu(E)&&oo(E)==ke}var nd=Go?Rs(Go):Uu;function l0(E){return E===i}function c0(E){return xu(E)&&js(E)==We}function f0(E){return xu(E)&&oo(E)==Ye}var d0=mu(hu),h0=mu(function(E,F){return E<=F});function Ld(E){if(!E)return[];if(xl(E))return pd(E)?pr(E):Jo(E);if(Hr&&E[Hr])return Eu(E[Hr]());var F=js(E),fe=F==je?Xo:F==Fe?zo:id;return fe(E)}function Wf(E){if(!E)return E===0?E:0;if(E=Vc(E),E===te||E===-te){var F=E<0?-1:1;return F*le}return E===E?E:0}function xs(E){var F=Wf(E),fe=F%1;return F===F?fe?F-fe:F:0}function Md(E){return E?ns(xs(E),0,j):0}function Vc(E){if(typeof E=="number")return E;if(wc(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=lu(E);var fe=Yt.test(E);return fe||ut.test(E)?Qi(E.slice(2),fe?2:8):hn.test(E)?$:+E}function Fd(E){return Zu(E,ic(E))}function p0(E){return E?ns(xs(E),-Q,Q):E===0?E:0}function wo(E){return E==null?"":xo(E)}var m0=Al(function(E,F){if(Hl(F)||xl(F)){Zu(F,cl(F),E);return}for(var fe in F)ji.call(F,fe)&&Ea(E,fe,F[fe])}),Bd=Al(function(E,F){Zu(F,ic(F),E)}),md=Al(function(E,F,fe,Me){Zu(F,ic(F),E,Me)}),v0=Al(function(E,F,fe,Me){Zu(F,cl(F),E,Me)}),_0=O(Vs);function g0(E,F){var fe=Er(E);return F==null?fe:bs(fe,F)}var y0=Xa(function(E,F){E=Gn(E);var fe=-1,Me=F.length,wt=Me>2?F[2]:i;for(wt&&As(F[0],F[1],wt)&&(Me=1);++fe<Me;)for(var qt=F[fe],vr=ic(qt),Lr=-1,Jr=vr.length;++Lr<Jr;){var Bn=vr[Lr],Un=E[Bn];(Un===i||nc(Un,wa[Bn])&&!ji.call(E,Bn))&&(E[Bn]=qt[Bn])}return E}),b0=Xa(function(E){return E.push(i,$l),Va(Nd,i,E)});function x0(E,F){return rs(E,vn(F,3),Zo)}function w0(E,F){return rs(E,vn(F,3),Rl)}function E0(E,F){return E==null?E:Cu(E,vn(F,3),ic)}function S0(E,F){return E==null?E:el(E,vn(F,3),ic)}function A0(E,F){return E&&Zo(E,vn(F,3))}function C0(E,F){return E&&Rl(E,vn(F,3))}function T0(E){return E==null?[]:Ll(E,cl(E))}function P0(E){return E==null?[]:Ll(E,ic(E))}function bd(E,F,fe){var Me=E==null?i:fu(E,F);return Me===i?fe:Me}function I0(E,F){return E!=null&&vc(E,F,Tu)}function xd(E,F){return E!=null&&vc(E,F,Ml)}var O0=af(function(E,F,fe){F!=null&&typeof F.toString!="function"&&(F=Zs.call(F)),E[F]=fe},Ed(ac)),D0=af(function(E,F,fe){F!=null&&typeof F.toString!="function"&&(F=Zs.call(F)),ji.call(E,F)?E[F].push(fe):E[F]=[fe]},vn),k0=Xa(fi);function cl(E){return xl(E)?Yn(E):Fl(E)}function ic(E){return xl(E)?Yn(E,!0):Jc(E)}function R0(E,F){var fe={};return F=vn(F,3),Zo(E,function(Me,wt,qt){Na(fe,F(Me,wt,qt),Me)}),fe}function L0(E,F){var fe={};return F=vn(F,3),Zo(E,function(Me,wt,qt){Na(fe,wt,F(Me,wt,qt))}),fe}var M0=Al(function(E,F,fe){Qo(E,F,fe)}),Nd=Al(function(E,F,fe,Me){Qo(E,F,fe,Me)}),F0=O(function(E,F){var fe={};if(E==null)return fe;var Me=!1;F=Gi(F,function(qt){return qt=wl(qt,E),Me||(Me=qt.length>1),qt}),Zu(E,ve(E),fe),Me&&(fe=Ai(fe,p|y|m,sf));for(var wt=F.length;wt--;)nl(fe,F[wt]);return fe});function B0(E,F){return jd(E,Fs(vn(F)))}var N0=O(function(E,F){return E==null?{}:Iu(E,F)});function jd(E,F){if(E==null)return{};var fe=Gi(ve(E),function(Me){return[Me]});return F=vn(F),ef(E,fe,function(Me,wt){return F(Me,wt[0])})}function j0(E,F,fe){F=wl(F,E);var Me=-1,wt=F.length;for(wt||(wt=1,E=i);++Me<wt;){var qt=E==null?i:E[qi(F[Me])];qt===i&&(Me=wt,qt=fe),E=Zf(qt)?qt.call(E):qt}return E}function U0(E,F,fe){return E==null?E:hl(E,F,fe)}function z0(E,F,fe,Me){return Me=typeof Me=="function"?Me:i,E==null?E:hl(E,F,fe,Me)}var Ud=Fc(cl),zd=Fc(ic);function $0(E,F,fe){var Me=Ja(E),wt=Me||Xf(E)||nd(E);if(F=vn(F,4),fe==null){var qt=E&&E.constructor;wt?fe=Me?new qt:[]:_u(E)?fe=Zf(qt)?Er(Qe(E)):{}:fe={}}return(wt?as:Zo)(E,function(vr,Lr,Jr){return F(fe,vr,Lr,Jr)}),fe}function Z0(E,F){return E==null?!0:nl(E,F)}function W0(E,F,fe){return E==null?E:su(E,F,nf(fe))}function H0(E,F,fe,Me){return Me=typeof Me=="function"?Me:i,E==null?E:su(E,F,nf(fe),Me)}function id(E){return E==null?[]:ru(E,cl(E))}function G0(E){return E==null?[]:ru(E,ic(E))}function K0(E,F,fe){return fe===i&&(fe=F,F=i),fe!==i&&(fe=Vc(fe),fe=fe===fe?fe:0),F!==i&&(F=Vc(F),F=F===F?F:0),ns(Vc(E),F,fe)}function V0(E,F,fe){return F=Wf(F),fe===i?(fe=F,F=0):fe=Wf(fe),E=Vc(E),tl(E,F,fe)}function Y0(E,F,fe){if(fe&&typeof fe!="boolean"&&As(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=Wf(E),F===i?(F=E,E=0):F=Wf(F)),E>F){var Me=E;E=F,F=Me}if(fe||E%1||F%1){var wt=ia();return va(E+wt*(F-E+pi("1e-"+((wt+"").length-1))),F)}return zu(E,F)}var X0=Cl(function(E,F,fe){return F=F.toLowerCase(),E+(fe?$d(F):F)});function $d(E){return wd(wo(E).toLowerCase())}function Zd(E){return E=wo(E),E&&E.replace(Nt,Lo).replace(kr,"")}function Q0(E,F,fe){E=wo(E),F=xo(F);var Me=E.length;fe=fe===i?Me:ns(xs(fe),0,Me);var wt=fe;return fe-=F.length,fe>=0&&E.slice(fe,wt)==F}function q0(E){return E=wo(E),E&&ft.test(E)?E.replace(It,fo):E}function J0(E){return E=wo(E),E&&Rt.test(E)?E.replace(Te,"\\$&"):E}var eh=Cl(function(E,F,fe){return E+(fe?"-":"")+F.toLowerCase()}),th=Cl(function(E,F,fe){return E+(fe?" ":"")+F.toLowerCase()}),rh=Du("toLowerCase");function nh(E,F,fe){E=wo(E),F=xs(F);var Me=F?ur(E):0;if(!F||Me>=F)return E;var wt=(F-Me)/2;return Xl(ki(wt),fe)+E+Xl(Ti(wt),fe)}function ih(E,F,fe){E=wo(E),F=xs(F);var Me=F?ur(E):0;return F&&Me<F?E+Xl(F-Me,fe):E}function ah(E,F,fe){E=wo(E),F=xs(F);var Me=F?ur(E):0;return F&&Me<F?Xl(F-Me,fe)+E:E}function sh(E,F,fe){return fe||F==null?F=0:F&&(F=+F),Gs(wo(E).replace(Le,""),F||0)}function oh(E,F,fe){return(fe?As(E,F,fe):F===i)?F=1:F=xs(F),jl(wo(E),F)}function uh(){var E=arguments,F=wo(E[0]);return E.length<3?F:F.replace(E[1],E[2])}var lh=Cl(function(E,F,fe){return E+(fe?"_":"")+F.toLowerCase()});function ch(E,F,fe){return fe&&typeof fe!="number"&&As(E,F,fe)&&(F=fe=i),fe=fe===i?j:fe>>>0,fe?(E=wo(E),E&&(typeof F=="string"||F!=null&&!yd(F))&&(F=xo(F),!F&&Oo(E))?lo(pr(E),0,fe):E.split(F,fe)):[]}var fh=Cl(function(E,F,fe){return E+(fe?" ":"")+wd(F)});function dh(E,F,fe){return E=wo(E),fe=fe==null?0:ns(xs(fe),0,E.length),F=xo(F),E.slice(fe,fe+F.length)==F}function hh(E,F,fe){var Me=we.templateSettings;fe&&As(E,F,fe)&&(F=i),E=wo(E),F=md({},F,Me,ol);var wt=md({},F.imports,Me.imports,ol),qt=cl(wt),vr=ru(wt,qt),Lr,Jr,Bn=0,Un=F.interpolate||yr,Jn="__p += '",Oi=Ni((F.escape||yr).source+"|"+Un.source+"|"+(Un===Ce?Zr:yr).source+"|"+(F.evaluate||yr).source+"|$","g"),pa="//# sourceURL="+(ji.call(F,"sourceURL")?(F.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++sn+"]")+`
`;E.replace(Oi,function(za,Us,Js,Ec,Gl,Sc){return Js||(Js=Ec),Jn+=E.slice(Bn,Sc).replace(_r,gu),Us&&(Lr=!0,Jn+=`' +
__e(`+Us+`) +
'`),Gl&&(Jr=!0,Jn+=`';
`+Gl+`;
__p += '`),Js&&(Jn+=`' +
((__t = (`+Js+`)) == null ? '' : __t) +
'`),Bn=Sc+za.length,za}),Jn+=`';
`;var Ua=ji.call(F,"variable")&&F.variable;if(!Ua)Jn=`with (obj) {
`+Jn+`
}
`;else if(Dr.test(Ua))throw new Sn(h);Jn=(Jr?Jn.replace(Qt,""):Jn).replace($e,"$1").replace(ce,"$1;"),Jn="function("+(Ua||"obj")+`) {
`+(Ua?"":`obj || (obj = {});
`)+"var __t, __p = ''"+(Lr?", __e = _.escape":"")+(Jr?`, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
`:`;
`)+Jn+`return __p
}`;var Ts=Hd(function(){return vt(qt,pa+"return "+Jn).apply(i,vr)});if(Ts.source=Jn,gd(Ts))throw Ts;return Ts}function ph(E){return wo(E).toLowerCase()}function mh(E){return wo(E).toUpperCase()}function vh(E,F,fe){if(E=wo(E),E&&(fe||F===i))return lu(E);if(!E||!(F=xo(F)))return E;var Me=pr(E),wt=pr(F),qt=wu(Me,wt),vr=Ro(Me,wt)+1;return lo(Me,qt,vr).join("")}function _h(E,F,fe){if(E=wo(E),E&&(fe||F===i))return E.slice(0,Sr(E)+1);if(!E||!(F=xo(F)))return E;var Me=pr(E),wt=Ro(Me,pr(F))+1;return lo(Me,0,wt).join("")}function gh(E,F,fe){if(E=wo(E),E&&(fe||F===i))return E.replace(Le,"");if(!E||!(F=xo(F)))return E;var Me=pr(E),wt=wu(Me,pr(F));return lo(Me,wt).join("")}function yh(E,F){var fe=ae,Me=X;if(_u(F)){var wt="separator"in F?F.separator:wt;fe="length"in F?xs(F.length):fe,Me="omission"in F?xo(F.omission):Me}E=wo(E);var qt=E.length;if(Oo(E)){var vr=pr(E);qt=vr.length}if(fe>=qt)return E;var Lr=fe-ur(Me);if(Lr<1)return Me;var Jr=vr?lo(vr,0,Lr).join(""):E.slice(0,Lr);if(wt===i)return Jr+Me;if(vr&&(Lr+=Jr.length-Lr),yd(wt)){if(E.slice(Lr).search(wt)){var Bn,Un=Jr;for(wt.global||(wt=Ni(wt.source,wo(un.exec(wt))+"g")),wt.lastIndex=0;Bn=wt.exec(Un);)var Jn=Bn.index;Jr=Jr.slice(0,Jn===i?Lr:Jn)}}else if(E.indexOf(xo(wt),Lr)!=Lr){var Oi=Jr.lastIndexOf(wt);Oi>-1&&(Jr=Jr.slice(0,Oi))}return Jr+Me}function bh(E){return E=wo(E),E&&Se.test(E)?E.replace(he,gn):E}var xh=Cl(function(E,F,fe){return E+(fe?" ":"")+F.toUpperCase()}),wd=Du("toUpperCase");function Wd(E,F,fe){return E=wo(E),F=fe?i:F,F===i?Mo(E)?Hn(E):Vo(E):E.match(F)||[]}var Hd=Xa(function(E,F){try{return Va(E,i,F)}catch(fe){return gd(fe)?fe:new Sn(fe)}}),wh=O(function(E,F){return as(F,function(fe){fe=qi(fe),Na(E,fe,ra(E[fe],E))}),E});function Eh(E){var F=E==null?0:E.length,fe=vn();return E=F?Gi(E,function(Me){if(typeof Me[1]!="function")throw new Ur(o);return[fe(Me[0]),Me[1]]}):[],Xa(function(Me){for(var wt=-1;++wt<F;){var qt=E[wt];if(Va(qt[0],this,Me))return Va(qt[1],this,Me)}})}function Sh(E){return Co(Ai(E,p))}function Ed(E){return function(){return E}}function Ah(E,F){return E==null||E!==E?F:E}var Ch=eu(),Th=eu(!0);function ac(E){return E}function Sd(E){return qc(typeof E=="function"?E:Ai(E,p))}function Ph(E){return Bl(Ai(E,p))}function Ih(E,F){return uo(E,Ai(F,p))}var Oh=Xa(function(E,F){return function(fe){return fi(fe,E,F)}}),Dh=Xa(function(E,F){return function(fe){return fi(E,fe,F)}});function Ad(E,F,fe){var Me=cl(F),wt=Ll(F,Me);fe==null&&!(_u(F)&&(wt.length||!Me.length))&&(fe=F,F=E,E=this,wt=Ll(F,cl(F)));var qt=!(_u(fe)&&"chain"in fe)||!!fe.chain,vr=Zf(E);return as(wt,function(Lr){var Jr=F[Lr];E[Lr]=Jr,vr&&(E.prototype[Lr]=function(){var Bn=this.__chain__;if(qt||Bn){var Un=E(this.__wrapped__),Jn=Un.__actions__=Jo(this.__actions__);return Jn.push({func:Jr,args:arguments,thisArg:E}),Un.__chain__=Bn,Un}return Jr.apply(E,Qa([this.value()],arguments))})}),E}function kh(){return xa._===this&&(xa._=Ws),this}function Cd(){}function Rh(E){return E=xs(E),Xa(function(F){return Cc(F,E)})}var Lh=pc(Gi),Mh=pc(zn),Fh=pc(_o);function Gd(E){return $a(E)?xi(qi(E)):Tc(E)}function Bh(E){return function(F){return E==null?i:fu(E,F)}}var Nh=ku(),jh=ku(!0);function Td(){return[]}function Pd(){return!1}function Uh(){return{}}function zh(){return""}function $h(){return!0}function Zh(E,F){if(E=xs(E),E<1||E>Q)return[];var fe=j,Me=va(E,j);F=vn(F),E-=j;for(var wt=go(Me,F);++fe<E;)F(fe);return wt}function Wh(E){return Ja(E)?Gi(E,qi):wc(E)?[E]:Jo(ka(wo(E)))}function Hh(E){var F=++ho;return wo(E)+F}var Gh=hc(function(E,F){return E+F},0),Kh=tu("ceil"),Vh=hc(function(E,F){return E/F},1),Yh=tu("floor");function Xh(E){return E&&E.length?Nu(E,ac,du):i}function Qh(E,F){return E&&E.length?Nu(E,vn(F,2),du):i}function qh(E){return Yo(E,ac)}function Jh(E,F){return Yo(E,vn(F,2))}function ep(E){return E&&E.length?Nu(E,ac,hu):i}function tp(E,F){return E&&E.length?Nu(E,vn(F,2),hu):i}var rp=hc(function(E,F){return E*F},1),np=tu("round"),ip=hc(function(E,F){return E-F},0);function ap(E){return E&&E.length?os(E,ac):0}function sp(E,F){return E&&E.length?os(E,vn(F,2)):0}return we.after=fa,we.ary=Xi,we.assign=m0,we.assignIn=Bd,we.assignInWith=md,we.assignWith=v0,we.at=_0,we.before=hi,we.bind=ra,we.bindAll=wh,we.bindKey=Ii,we.castArray=ll,we.chain=Zn,we.chunk=oa,we.compact=Cs,we.concat=gl,we.cond=Eh,we.conforms=Sh,we.constant=Ed,we.countBy=s,we.create=g0,we.curry=sa,we.curryRight=Ba,we.debounce=vi,we.defaults=y0,we.defaultsDeep=b0,we.defer=_i,we.delay=_s,we.difference=Vu,we.differenceBy=Il,we.differenceWith=Ol,we.drop=yl,we.dropRight=Kf,we.dropRightWhile=kf,we.dropWhile=tc,we.fill=Rf,we.filter=w,we.flatMap=J,we.flatMapDeep=V,we.flatMapDepth=ue,we.flatten=Cf,we.flattenDeep=bl,we.flattenDepth=Qf,we.flip=co,we.flow=Ch,we.flowRight=Th,we.fromPairs=Yu,we.functions=T0,we.functionsIn=P0,we.groupBy=Ie,we.initial=vu,we.intersection=Tf,we.intersectionBy=Hc,we.intersectionWith=Dl,we.invert=O0,we.invertBy=D0,we.invokeMap=lt,we.iteratee=Sd,we.keyBy=at,we.keys=cl,we.keysIn=ic,we.map=Ut,we.mapKeys=R0,we.mapValues=L0,we.matches=Ph,we.matchesProperty=Ih,we.memoize=us,we.merge=M0,we.mergeWith=Nd,we.method=Oh,we.methodOf=Dh,we.mixin=Ad,we.negate=Fs,we.nthArg=Rh,we.omit=F0,we.omitBy=B0,we.once=ul,we.orderBy=dr,we.over=Lh,we.overArgs=Xu,we.overEvery=Mh,we.overSome=Fh,we.partial=kl,we.partialRight=yc,we.partition=or,we.pick=N0,we.pickBy=jd,we.property=Gd,we.propertyOf=Bh,we.pull=ff,we.pullAll=df,we.pullAllBy=Mf,we.pullAllWith=If,we.pullAt=Vf,we.range=Nh,we.rangeRight=jh,we.rearg=Uf,we.reject=_n,we.remove=ed,we.rest=vd,we.reverse=Ff,we.sampleSize=an,we.set=U0,we.setWith=z0,we.shuffle=ln,we.slice=ad,we.sortBy=bi,we.sortedUniq=jf,we.sortedUniqBy=ud,we.split=ch,we.spread=ld,we.tail=Of,we.take=g,we.takeRight=C,we.takeRightWhile=z,we.takeWhile=_e,we.tap=Ha,we.throttle=cd,we.thru=Wi,we.toArray=Ld,we.toPairs=Ud,we.toPairsIn=zd,we.toPath=Wh,we.toPlainObject=Fd,we.transform=$0,we.unary=Id,we.union=De,we.unionBy=ot,we.unionWith=$t,we.uniq=ar,we.uniqBy=Ir,we.uniqWith=pn,we.unset=Z0,we.unzip=Ci,we.unzipWith=Fa,we.update=W0,we.updateWith=H0,we.values=id,we.valuesIn=G0,we.without=Xn,we.words=Wd,we.wrap=ro,we.xor=ua,we.xorBy=ja,we.xorWith=Ra,we.zip=tn,we.zipObject=jr,we.zipObjectDeep=Qr,we.zipWith=kn,we.entries=Ud,we.entriesIn=zd,we.extend=Bd,we.extendWith=md,Ad(we,we),we.add=Gh,we.attempt=Hd,we.camelCase=X0,we.capitalize=$d,we.ceil=Kh,we.clamp=K0,we.clone=rc,we.cloneDeep=bc,we.cloneDeepWith=Yf,we.cloneWith=zf,we.conformsTo=$f,we.deburr=Zd,we.defaultTo=Ah,we.divide=Vh,we.endsWith=Q0,we.eq=nc,we.escape=q0,we.escapeRegExp=J0,we.every=v,we.find=I,we.findIndex=lf,we.findKey=x0,we.findLast=U,we.findLastIndex=Zc,we.findLastKey=w0,we.floor=Yh,we.forEach=pe,we.forEachRight=xe,we.forIn=E0,we.forInRight=S0,we.forOwn=A0,we.forOwnRight=C0,we.get=bd,we.gt=rd,we.gte=dd,we.has=I0,we.hasIn=xd,we.head=Wc,we.identity=ac,we.includes=Be,we.indexOf=cf,we.inRange=V0,we.invoke=k0,we.isArguments=xc,we.isArray=Ja,we.isArrayBuffer=_d,we.isArrayLike=xl,we.isArrayLikeObject=uu,we.isBoolean=Jf,we.isBuffer=Xf,we.isDate=Xd,we.isElement=Qd,we.isEmpty=qd,we.isEqual=Jd,we.isEqualWith=e0,we.isError=gd,we.isFinite=t0,we.isFunction=Zf,we.isInteger=Od,we.isLength=hd,we.isMap=Dd,we.isMatch=r0,we.isMatchWith=n0,we.isNaN=i0,we.isNative=a0,we.isNil=o0,we.isNull=s0,we.isNumber=kd,we.isObject=_u,we.isObjectLike=xu,we.isPlainObject=fd,we.isRegExp=yd,we.isSafeInteger=u0,we.isSet=Rd,we.isString=pd,we.isSymbol=wc,we.isTypedArray=nd,we.isUndefined=l0,we.isWeakMap=c0,we.isWeakSet=f0,we.join=gc,we.kebabCase=eh,we.last=ou,we.lastIndexOf=Lf,we.lowerCase=th,we.lowerFirst=rh,we.lt=d0,we.lte=h0,we.max=Xh,we.maxBy=Qh,we.mean=qh,we.meanBy=Jh,we.min=ep,we.minBy=tp,we.stubArray=Td,we.stubFalse=Pd,we.stubObject=Uh,we.stubString=zh,we.stubTrue=$h,we.multiply=rp,we.nth=Pf,we.noConflict=kh,we.noop=Cd,we.now=$i,we.pad=nh,we.padEnd=ih,we.padStart=ah,we.parseInt=sh,we.random=Y0,we.reduce=Nr,we.reduceRight=qr,we.repeat=oh,we.replace=uh,we.result=j0,we.round=np,we.runInContext=fr,we.sample=Kr,we.size=Yr,we.snakeCase=lh,we.some=An,we.sortedIndex=qf,we.sortedIndexBy=Bf,we.sortedIndexOf=sd,we.sortedLastIndex=Nf,we.sortedLastIndexBy=td,we.sortedLastIndexOf=od,we.startCase=fh,we.startsWith=dh,we.subtract=ip,we.sum=ap,we.sumBy=sp,we.template=hh,we.times=Zh,we.toFinite=Wf,we.toInteger=xs,we.toLength=Md,we.toLower=ph,we.toNumber=Vc,we.toSafeInteger=p0,we.toString=wo,we.toUpper=mh,we.trim=vh,we.trimEnd=_h,we.trimStart=gh,we.truncate=yh,we.unescape=bh,we.uniqueId=Hh,we.upperCase=xh,we.upperFirst=wd,we.each=pe,we.eachRight=xe,we.first=Wc,Ad(we,function(){var E={};return Zo(we,function(F,fe){ji.call(we.prototype,fe)||(E[fe]=F)}),E}(),{chain:!1}),we.VERSION=l,as(["bind","bindKey","curry","curryRight","partial","partialRight"],function(E){we[E].placeholder=we}),as(["drop","take"],function(E,F){en.prototype[E]=function(fe){fe=fe===i?1:wi(xs(fe),0);var Me=this.__filtered__&&!F?new en(this):this.clone();return Me.__filtered__?Me.__takeCount__=va(fe,Me.__takeCount__):Me.__views__.push({size:va(fe,j),type:E+(Me.__dir__<0?"Right":"")}),Me},en.prototype[E+"Right"]=function(fe){return this.reverse()[E](fe).reverse()}}),as(["filter","map","takeWhile"],function(E,F){var fe=F+1,Me=fe==ee||fe==se;en.prototype[E]=function(wt){var qt=this.clone();return qt.__iteratees__.push({iteratee:vn(wt,3),type:fe}),qt.__filtered__=qt.__filtered__||Me,qt}}),as(["head","last"],function(E,F){var fe="take"+(F?"Right":"");en.prototype[E]=function(){return this[fe](1).value()[0]}}),as(["initial","tail"],function(E,F){var fe="drop"+(F?"":"Right");en.prototype[E]=function(){return this.__filtered__?new en(this):this[fe](1)}}),en.prototype.compact=function(){return this.filter(ac)},en.prototype.find=function(E){return this.filter(E).head()},en.prototype.findLast=function(E){return this.reverse().find(E)},en.prototype.invokeMap=Xa(function(E,F){return typeof E=="function"?new en(this):this.map(function(fe){return fi(fe,E,F)})}),en.prototype.reject=function(E){return this.filter(Fs(vn(E)))},en.prototype.slice=function(E,F){E=xs(E);var fe=this;return fe.__filtered__&&(E>0||F<0)?new en(fe):(E<0?fe=fe.takeRight(-E):E&&(fe=fe.drop(E)),F!==i&&(F=xs(F),fe=F<0?fe.dropRight(-F):fe.take(F-E)),fe)},en.prototype.takeRightWhile=function(E){return this.reverse().takeWhile(E).reverse()},en.prototype.toArray=function(){return this.take(j)},Zo(en.prototype,function(E,F){var fe=/^(?:filter|find|map|reject)|While$/.test(F),Me=/^(?:head|last)$/.test(F),wt=we[Me?"take"+(F=="last"?"Right":""):F],qt=Me||/^find/.test(F);wt&&(we.prototype[F]=function(){var vr=this.__wrapped__,Lr=Me?[1]:arguments,Jr=vr instanceof en,Bn=Lr[0],Un=Jr||Ja(vr),Jn=function(Us){var Js=wt.apply(we,Qa([Us],Lr));return Me&&Oi?Js[0]:Js};Un&&fe&&typeof Bn=="function"&&Bn.length!=1&&(Jr=Un=!1);var Oi=this.__chain__,pa=!!this.__actions__.length,Ua=qt&&!Oi,Ts=Jr&&!pa;if(!qt&&Un){vr=Ts?vr:new en(this);var za=E.apply(vr,Lr);return za.__actions__.push({func:Wi,args:[Jn],thisArg:i}),new br(za,Oi)}return Ua&&Ts?E.apply(this,Lr):(za=this.thru(Jn),Ua?Me?za.value()[0]:za.value():za)})}),as(["pop","push","shift","sort","splice","unshift"],function(E){var F=ca[E],fe=/^(?:push|sort|unshift)$/.test(E)?"tap":"thru",Me=/^(?:pop|shift)$/.test(E);we.prototype[E]=function(){var wt=arguments;if(Me&&!this.__chain__){var qt=this.value();return F.apply(Ja(qt)?qt:[],wt)}return this[fe](function(vr){return F.apply(Ja(vr)?vr:[],wt)})}}),Zo(en.prototype,function(E,F){var fe=we[F];if(fe){var Me=fe.name+"";ji.call(So,Me)||(So[Me]=[]),So[Me].push({name:F,func:fe})}}),So[zl(i,R).name]=[{name:"wrapper",func:i}],en.prototype.clone=Dn,en.prototype.reverse=ai,en.prototype.value=Zi,we.prototype.at=Ga,we.prototype.chain=fs,we.prototype.commit=Ka,we.prototype.next=Gc,we.prototype.plant=k,we.prototype.reverse=t,we.prototype.toJSON=we.prototype.valueOf=we.prototype.value=n,we.prototype.first=we.prototype.head,Hr&&(we.prototype[Hr]=Kc),we},oi=ui();xa._=oi,r=function(){return oi}.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 _(Ct,Ce){for(var St=0;St<Ce.length;St++){var ze=Ce[St];ze.enumerable=ze.enumerable||!1,ze.configurable=!0,"value"in ze&&(ze.writable=!0),Object.defineProperty(Ct,ze.key,ze)}}function e(Ct,Ce,St){return Ce&&_(Ct.prototype,Ce),St&&_(Ct,St),Ct}function r(Ct,Ce){if(Ct){if(typeof Ct=="string")return i(Ct,Ce);var St=Object.prototype.toString.call(Ct).slice(8,-1);if(St==="Object"&&Ct.constructor&&(St=Ct.constructor.name),St==="Map"||St==="Set")return Array.from(Ct);if(St==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(St))return i(Ct,Ce)}}function i(Ct,Ce){(Ce==null||Ce>Ct.length)&&(Ce=Ct.length);for(var St=0,ze=new Array(Ce);St<Ce;St++)ze[St]=Ct[St];return ze}function l(Ct,Ce){var St=typeof Symbol!="undefined"&&Ct[Symbol.iterator]||Ct["@@iterator"];if(St)return(St=St.call(Ct)).next.bind(St);if(Array.isArray(Ct)||(St=r(Ct))||Ce&&Ct&&typeof Ct.length=="number"){St&&(Ct=St);var ze=0;return function(){return ze>=Ct.length?{done:!0}:{done:!1,value:Ct[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(Ct){c.exports.defaults=Ct}c.exports={defaults:f(),getDefaults:f,changeDefaults:o};var h=/[&<>"']/,u=/[&<>"']/g,a=/[<>"']|&(?!#?\w+;)/,x=/[<>"']|&(?!#?\w+;)/g,p={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},y=function(Ce){return p[Ce]};function m(Ct,Ce){if(Ce){if(h.test(Ct))return Ct.replace(u,y)}else if(a.test(Ct))return Ct.replace(x,y);return Ct}var b=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function S(Ct){return Ct.replace(b,function(Ce,St){return St=St.toLowerCase(),St==="colon"?":":St.charAt(0)==="#"?St.charAt(1)==="x"?String.fromCharCode(parseInt(St.substring(2),16)):String.fromCharCode(+St.substring(1)):""})}var D=/(^|[^\[])\^/g;function R(Ct,Ce){Ct=Ct.source||Ct,Ce=Ce||"";var St={replace:function(nt,Te){return Te=Te.source||Te,Te=Te.replace(D,"$1"),Ct=Ct.replace(nt,Te),St},getRegex:function(){return new RegExp(Ct,Ce)}};return St}var A=/[^\w:]/g,P=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function M(Ct,Ce,St){if(Ct){var ze;try{ze=decodeURIComponent(S(St)).replace(A,"").toLowerCase()}catch(nt){return null}if(ze.indexOf("javascript:")===0||ze.indexOf("vbscript:")===0||ze.indexOf("data:")===0)return null}Ce&&!P.test(St)&&(St=W(Ce,St));try{St=encodeURI(St).replace(/%25/g,"%")}catch(nt){return null}return St}var B={},N=/^[^:]+:\/*[^/]*$/,K=/^([^:]+:)[\s\S]*$/,H=/^([^:]+:\/*[^/]*)[\s\S]*$/;function W(Ct,Ce){B[" "+Ct]||(N.test(Ct)?B[" "+Ct]=Ct+"/":B[" "+Ct]=q(Ct,"/",!0)),Ct=B[" "+Ct];var St=Ct.indexOf(":")===-1;return Ce.substring(0,2)==="//"?St?Ce:Ct.replace(K,"$1")+Ce:Ce.charAt(0)==="/"?St?Ce:Ct.replace(H,"$1")+Ce:Ct+Ce}var ae={exec:function(){}};function X(Ct){for(var Ce=1,St,ze;Ce<arguments.length;Ce++){St=arguments[Ce];for(ze in St)Object.prototype.hasOwnProperty.call(St,ze)&&(Ct[ze]=St[ze])}return Ct}function oe(Ct,Ce){var St=Ct.replace(/\|/g,function(Te,Rt,Le){for(var Or=!1,At=Rt;--At>=0&&Le[At]==="\\";)Or=!Or;return Or?"|":" |"}),ze=St.split(/ \|/),nt=0;if(ze.length>Ce)ze.splice(Ce);else for(;ze.length<Ce;)ze.push("");for(;nt<ze.length;nt++)ze[nt]=ze[nt].trim().replace(/\\\|/g,"|");return ze}function q(Ct,Ce,St){var ze=Ct.length;if(ze===0)return"";for(var nt=0;nt<ze;){var Te=Ct.charAt(ze-nt-1);if(Te===Ce&&!St)nt++;else if(Te!==Ce&&St)nt++;else break}return Ct.substr(0,ze-nt)}function ee(Ct,Ce){if(Ct.indexOf(Ce[1])===-1)return-1;for(var St=Ct.length,ze=0,nt=0;nt<St;nt++)if(Ct[nt]==="\\")nt++;else if(Ct[nt]===Ce[0])ze++;else if(Ct[nt]===Ce[1]&&(ze--,ze<0))return nt;return-1}function G(Ct){Ct&&Ct.sanitize&&!Ct.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(Ct,Ce){if(Ce<1)return"";for(var St="";Ce>1;)Ce&1&&(St+=Ct),Ce>>=1,Ct+=Ct;return St+Ct}var te={escape:m,unescape:S,edit:R,cleanUrl:M,resolveUrl:W,noopTest:ae,merge:X,splitCells:oe,rtrim:q,findClosingBracket:ee,checkSanitizeDeprecation:G,repeatString:se},Q=c.exports.defaults,le=te.rtrim,$=te.splitCells,j=te.escape,ie=te.findClosingBracket;function me(Ct,Ce,St){var ze=Ce.href,nt=Ce.title?j(Ce.title):null,Te=Ct[1].replace(/\\([\[\]])/g,"$1");return Ct[0].charAt(0)!=="!"?{type:"link",raw:St,href:ze,title:nt,text:Te}:{type:"image",raw:St,href:ze,title:nt,text:j(Te)}}function Ae(Ct,Ce){var St=Ct.match(/^(\s+)(?:```)/);if(St===null)return Ce;var ze=St[1];return Ce.split(`
`).map(function(nt){var Te=nt.match(/^\s+/);if(Te===null)return nt;var Rt=Te[0];return Rt.length>=ze.length?nt.slice(ze.length):nt}).join(`
`)}var Pe=function(){function Ct(St){this.options=St||Q}var Ce=Ct.prototype;return Ce.space=function(ze){var nt=this.rules.block.newline.exec(ze);if(nt)return nt[0].length>1?{type:"space",raw:nt[0]}:{raw:`
`}},Ce.code=function(ze){var nt=this.rules.block.code.exec(ze);if(nt){var Te=nt[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:nt[0],codeBlockStyle:"indented",text:this.options.pedantic?Te:le(Te,`
`)}}},Ce.fences=function(ze){var nt=this.rules.block.fences.exec(ze);if(nt){var Te=nt[0],Rt=Ae(Te,nt[3]||"");return{type:"code",raw:Te,lang:nt[2]?nt[2].trim():nt[2],text:Rt}}},Ce.heading=function(ze){var nt=this.rules.block.heading.exec(ze);if(nt){var Te=nt[2].trim();if(/#$/.test(Te)){var Rt=le(Te,"#");(this.options.pedantic||!Rt||/ $/.test(Rt))&&(Te=Rt.trim())}return{type:"heading",raw:nt[0],depth:nt[1].length,text:Te}}},Ce.nptable=function(ze){var nt=this.rules.block.nptable.exec(ze);if(nt){var Te={type:"table",header:$(nt[1].replace(/^ *| *\| *$/g,"")),align:nt[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:nt[3]?nt[3].replace(/\n$/,"").split(`
`):[],raw:nt[0]};if(Te.header.length===Te.align.length){var Rt=Te.align.length,Le;for(Le=0;Le<Rt;Le++)/^ *-+: *$/.test(Te.align[Le])?Te.align[Le]="right":/^ *:-+: *$/.test(Te.align[Le])?Te.align[Le]="center":/^ *:-+ *$/.test(Te.align[Le])?Te.align[Le]="left":Te.align[Le]=null;for(Rt=Te.cells.length,Le=0;Le<Rt;Le++)Te.cells[Le]=$(Te.cells[Le],Te.header.length);return Te}}},Ce.hr=function(ze){var nt=this.rules.block.hr.exec(ze);if(nt)return{type:"hr",raw:nt[0]}},Ce.blockquote=function(ze){var nt=this.rules.block.blockquote.exec(ze);if(nt){var Te=nt[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:nt[0],text:Te}}},Ce.list=function(ze){var nt=this.rules.block.list.exec(ze);if(nt){var Te=nt[0],Rt=nt[2],Le=Rt.length>1,Or={type:"list",raw:Te,ordered:Le,start:Le?+Rt.slice(0,-1):"",loose:!1,items:[]},At=nt[0].match(this.rules.block.item),Xr=!1,nn,Mr,Dr,mr,Zr,un,hn,Yt,gt,ut=At.length;Dr=this.rules.block.listItemStart.exec(At[0]);for(var ct=0;ct<ut;ct++){if(nn=At[ct],Te=nn,this.options.pedantic||(gt=nn.match(new RegExp("\\n\\s*\\n {0,"+(Dr[0].length-1)+"}\\S")),gt&&(Zr=nn.length-gt.index+At.slice(ct+1).join(`
`).length,Or.raw=Or.raw.substring(0,Or.raw.length-Zr),nn=nn.substring(0,gt.index),Te=nn,ut=ct+1)),ct!==ut-1){if(mr=this.rules.block.listItemStart.exec(At[ct+1]),this.options.pedantic?mr[1].length>Dr[1].length:mr[1].length>=Dr[0].length||mr[1].length>3){At.splice(ct,2,At[ct]+(!this.options.pedantic&&mr[1].length<Dr[0].length&&!At[ct].match(/\n$/)?"":`
`)+At[ct+1]),ct--,ut--;continue}else(!this.options.pedantic||this.options.smartLists?mr[2][mr[2].length-1]!==Rt[Rt.length-1]:Le===(mr[2].length===1))&&(Zr=At.slice(ct+1).join(`
`).length,Or.raw=Or.raw.substring(0,Or.raw.length-Zr),ct=ut-1);Dr=mr}Mr=nn.length,nn=nn.replace(/^ *([*+-]|\d+[.)]) ?/,""),~nn.indexOf(`
`)&&(Mr-=nn.length,nn=this.options.pedantic?nn.replace(/^ {1,4}/gm,""):nn.replace(new RegExp("^ {1,"+Mr+"}","gm"),"")),nn=le(nn,`
`),ct!==ut-1&&(Te=Te+`
`),un=Xr||/\n\n(?!\s*$)/.test(Te),ct!==ut-1&&(Xr=Te.slice(-2)===`
`,un||(un=Xr)),un&&(Or.loose=!0),this.options.gfm&&(hn=/^\[[ xX]\] /.test(nn),Yt=void 0,hn&&(Yt=nn[1]!==" ",nn=nn.replace(/^\[[ xX]\] +/,""))),Or.items.push({type:"list_item",raw:Te,task:hn,checked:Yt,loose:un,text:nn})}return Or}},Ce.html=function(ze){var nt=this.rules.block.html.exec(ze);if(nt)return{type:this.options.sanitize?"paragraph":"html",raw:nt[0],pre:!this.options.sanitizer&&(nt[1]==="pre"||nt[1]==="script"||nt[1]==="style"),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(nt[0]):j(nt[0]):nt[0]}},Ce.def=function(ze){var nt=this.rules.block.def.exec(ze);if(nt){nt[3]&&(nt[3]=nt[3].substring(1,nt[3].length-1));var Te=nt[1].toLowerCase().replace(/\s+/g," ");return{type:"def",tag:Te,raw:nt[0],href:nt[2],title:nt[3]}}},Ce.table=function(ze){var nt=this.rules.block.table.exec(ze);if(nt){var Te={type:"table",header:$(nt[1].replace(/^ *| *\| *$/g,"")),align:nt[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:nt[3]?nt[3].replace(/\n$/,"").split(`
`):[]};if(Te.header.length===Te.align.length){Te.raw=nt[0];var Rt=Te.align.length,Le;for(Le=0;Le<Rt;Le++)/^ *-+: *$/.test(Te.align[Le])?Te.align[Le]="right":/^ *:-+: *$/.test(Te.align[Le])?Te.align[Le]="center":/^ *:-+ *$/.test(Te.align[Le])?Te.align[Le]="left":Te.align[Le]=null;for(Rt=Te.cells.length,Le=0;Le<Rt;Le++)Te.cells[Le]=$(Te.cells[Le].replace(/^ *\| *| *\| *$/g,""),Te.header.length);return Te}}},Ce.lheading=function(ze){var nt=this.rules.block.lheading.exec(ze);if(nt)return{type:"heading",raw:nt[0],depth:nt[2].charAt(0)==="="?1:2,text:nt[1]}},Ce.paragraph=function(ze){var nt=this.rules.block.paragraph.exec(ze);if(nt)return{type:"paragraph",raw:nt[0],text:nt[1].charAt(nt[1].length-1)===`
`?nt[1].slice(0,-1):nt[1]}},Ce.text=function(ze){var nt=this.rules.block.text.exec(ze);if(nt)return{type:"text",raw:nt[0],text:nt[0]}},Ce.escape=function(ze){var nt=this.rules.inline.escape.exec(ze);if(nt)return{type:"escape",raw:nt[0],text:j(nt[1])}},Ce.tag=function(ze,nt,Te){var Rt=this.rules.inline.tag.exec(ze);if(Rt)return!nt&&/^<a /i.test(Rt[0])?nt=!0:nt&&/^<\/a>/i.test(Rt[0])&&(nt=!1),!Te&&/^<(pre|code|kbd|script)(\s|>)/i.test(Rt[0])?Te=!0:Te&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(Rt[0])&&(Te=!1),{type:this.options.sanitize?"text":"html",raw:Rt[0],inLink:nt,inRawBlock:Te,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(Rt[0]):j(Rt[0]):Rt[0]}},Ce.link=function(ze){var nt=this.rules.inline.link.exec(ze);if(nt){var Te=nt[2].trim();if(!this.options.pedantic&&/^</.test(Te)){if(!/>$/.test(Te))return;var Rt=le(Te.slice(0,-1),"\\");if((Te.length-Rt.length)%2===0)return}else{var Le=ie(nt[2],"()");if(Le>-1){var Or=nt[0].indexOf("!")===0?5:4,At=Or+nt[1].length+Le;nt[2]=nt[2].substring(0,Le),nt[0]=nt[0].substring(0,At).trim(),nt[3]=""}}var Xr=nt[2],nn="";if(this.options.pedantic){var Mr=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(Xr);Mr&&(Xr=Mr[1],nn=Mr[3])}else nn=nt[3]?nt[3].slice(1,-1):"";return Xr=Xr.trim(),/^</.test(Xr)&&(this.options.pedantic&&!/>$/.test(Te)?Xr=Xr.slice(1):Xr=Xr.slice(1,-1)),me(nt,{href:Xr&&Xr.replace(this.rules.inline._escapes,"$1"),title:nn&&nn.replace(this.rules.inline._escapes,"$1")},nt[0])}},Ce.reflink=function(ze,nt){var Te;if((Te=this.rules.inline.reflink.exec(ze))||(Te=this.rules.inline.nolink.exec(ze))){var Rt=(Te[2]||Te[1]).replace(/\s+/g," ");if(Rt=nt[Rt.toLowerCase()],!Rt||!Rt.href){var Le=Te[0].charAt(0);return{type:"text",raw:Le,text:Le}}return me(Te,Rt,Te[0])}},Ce.emStrong=function(ze,nt,Te){Te===void 0&&(Te="");var Rt=this.rules.inline.emStrong.lDelim.exec(ze);if(Rt&&!(Rt[3]&&Te.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 Le=Rt[1]||Rt[2]||"";if(!Le||Le&&(Te===""||this.rules.inline.punctuation.exec(Te))){var Or=Rt[0].length-1,At,Xr,nn=Or,Mr=0,Dr=Rt[0][0]==="*"?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(Dr.lastIndex=0,nt=nt.slice(-1*ze.length+Or);(Rt=Dr.exec(nt))!=null;)if(At=Rt[1]||Rt[2]||Rt[3]||Rt[4]||Rt[5]||Rt[6],!!At){if(Xr=At.length,Rt[3]||Rt[4]){nn+=Xr;continue}else if((Rt[5]||Rt[6])&&Or%3&&!((Or+Xr)%3)){Mr+=Xr;continue}if(nn-=Xr,!(nn>0))return Xr=Math.min(Xr,Xr+nn+Mr),Math.min(Or,Xr)%2?{type:"em",raw:ze.slice(0,Or+Rt.index+Xr+1),text:ze.slice(1,Or+Rt.index+Xr)}:{type:"strong",raw:ze.slice(0,Or+Rt.index+Xr+1),text:ze.slice(2,Or+Rt.index+Xr-1)}}}}},Ce.codespan=function(ze){var nt=this.rules.inline.code.exec(ze);if(nt){var Te=nt[2].replace(/\n/g," "),Rt=/[^ ]/.test(Te),Le=/^ /.test(Te)&&/ $/.test(Te);return Rt&&Le&&(Te=Te.substring(1,Te.length-1)),Te=j(Te,!0),{type:"codespan",raw:nt[0],text:Te}}},Ce.br=function(ze){var nt=this.rules.inline.br.exec(ze);if(nt)return{type:"br",raw:nt[0]}},Ce.del=function(ze){var nt=this.rules.inline.del.exec(ze);if(nt)return{type:"del",raw:nt[0],text:nt[2]}},Ce.autolink=function(ze,nt){var Te=this.rules.inline.autolink.exec(ze);if(Te){var Rt,Le;return Te[2]==="@"?(Rt=j(this.options.mangle?nt(Te[1]):Te[1]),Le="mailto:"+Rt):(Rt=j(Te[1]),Le=Rt),{type:"link",raw:Te[0],text:Rt,href:Le,tokens:[{type:"text",raw:Rt,text:Rt}]}}},Ce.url=function(ze,nt){var Te;if(Te=this.rules.inline.url.exec(ze)){var Rt,Le;if(Te[2]==="@")Rt=j(this.options.mangle?nt(Te[0]):Te[0]),Le="mailto:"+Rt;else{var Or;do Or=Te[0],Te[0]=this.rules.inline._backpedal.exec(Te[0])[0];while(Or!==Te[0]);Rt=j(Te[0]),Te[1]==="www."?Le="http://"+Rt:Le=Rt}return{type:"link",raw:Te[0],text:Rt,href:Le,tokens:[{type:"text",raw:Rt,text:Rt}]}}},Ce.inlineText=function(ze,nt,Te){var Rt=this.rules.inline.text.exec(ze);if(Rt){var Le;return nt?Le=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(Rt[0]):j(Rt[0]):Rt[0]:Le=j(this.options.smartypants?Te(Rt[0]):Rt[0]),{type:"text",raw:Rt[0],text:Le}}},Ct}(),He=te.noopTest,Ne=te.edit,Mt=te.merge,bt={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:He,table:He,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html| +\n)[^\n]+)*)/,text:/^[^\n]+/};bt._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,bt._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,bt.def=Ne(bt.def).replace("label",bt._label).replace("title",bt._title).getRegex(),bt.bullet=/(?:[*+-]|\d{1,9}[.)])/,bt.item=/^( *)(bull) ?[^\n]*(?:\n(?! *bull ?)[^\n]*)*/,bt.item=Ne(bt.item,"gm").replace(/bull/g,bt.bullet).getRegex(),bt.listItemStart=Ne(/^( *)(bull) */).replace("bull",bt.bullet).getRegex(),bt.list=Ne(bt.list).replace(/bull/g,bt.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+bt.def.source+")").getRegex(),bt._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",bt._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,bt.html=Ne(bt.html,"i").replace("comment",bt._comment).replace("tag",bt._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),bt.paragraph=Ne(bt._paragraph).replace("hr",bt.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",bt._tag).getRegex(),bt.blockquote=Ne(bt.blockquote).replace("paragraph",bt.paragraph).getRegex(),bt.normal=Mt({},bt),bt.gfm=Mt({},bt.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*|$)"}),bt.gfm.nptable=Ne(bt.gfm.nptable).replace("hr",bt.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",bt._tag).getRegex(),bt.gfm.table=Ne(bt.gfm.table).replace("hr",bt.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",bt._tag).getRegex(),bt.pedantic=Mt({},bt.normal,{html:Ne(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",bt._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:He,paragraph:Ne(bt.normal._paragraph).replace("hr",bt.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",bt.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var kt={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:He,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:He,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};kt._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",kt.punctuation=Ne(kt.punctuation).replace(/punctuation/g,kt._punctuation).getRegex(),kt.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,kt.escapedEmSt=/\\\*|\\_/g,kt._comment=Ne(bt._comment).replace("(?:-->|$)","-->").getRegex(),kt.emStrong.lDelim=Ne(kt.emStrong.lDelim).replace(/punct/g,kt._punctuation).getRegex(),kt.emStrong.rDelimAst=Ne(kt.emStrong.rDelimAst,"g").replace(/punct/g,kt._punctuation).getRegex(),kt.emStrong.rDelimUnd=Ne(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=Ne(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=Ne(kt.tag).replace("comment",kt._comment).replace("attribute",kt._attribute).getRegex(),kt._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,kt._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,kt._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,kt.link=Ne(kt.link).replace("label",kt._label).replace("href",kt._href).replace("title",kt._title).getRegex(),kt.reflink=Ne(kt.reflink).replace("label",kt._label).getRegex(),kt.reflinkSearch=Ne(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:Ne(/^!?\[(label)\]\((.*?)\)/).replace("label",kt._label).getRegex(),reflink:Ne(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",kt._label).getRegex()}),kt.gfm=Mt({},kt.normal,{escape:Ne(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=Ne(kt.gfm.url,"i").replace("email",kt.gfm._extended_email).getRegex(),kt.breaks=Mt({},kt.gfm,{br:Ne(kt.br).replace("{2,}","*").getRegex(),text:Ne(kt.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Zt={block:bt,inline:kt},Ft=Pe,tr=c.exports.defaults,je=Zt.block,Et=Zt.inline,Bt=te.repeatString;function tt(Ct){return Ct.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 yt(Ct){var Ce="",St,ze,nt=Ct.length;for(St=0;St<nt;St++)ze=Ct.charCodeAt(St),Math.random()>.5&&(ze="x"+ze.toString(16)),Ce+="&#"+ze+";";return Ce}var dt=function(){function Ct(St){this.tokens=[],this.tokens.links=Object.create(null),this.options=St||tr,this.options.tokenizer=this.options.tokenizer||new Ft,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options;var ze={block:je.normal,inline:Et.normal};this.options.pedantic?(ze.block=je.pedantic,ze.inline=Et.pedantic):this.options.gfm&&(ze.block=je.gfm,this.options.breaks?ze.inline=Et.breaks:ze.inline=Et.gfm),this.tokenizer.rules=ze}Ct.lex=function(ze,nt){var Te=new Ct(nt);return Te.lex(ze)},Ct.lexInline=function(ze,nt){var Te=new Ct(nt);return Te.inlineTokens(ze)};var Ce=Ct.prototype;return Ce.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},Ce.blockTokens=function(ze,nt,Te){nt===void 0&&(nt=[]),Te===void 0&&(Te=!0),this.options.pedantic&&(ze=ze.replace(/^ +$/gm,""));for(var Rt,Le,Or,At;ze;){if(Rt=this.tokenizer.space(ze)){ze=ze.substring(Rt.raw.length),Rt.type&&nt.push(Rt);continue}if(Rt=this.tokenizer.code(ze)){ze=ze.substring(Rt.raw.length),At=nt[nt.length-1],At&&At.type==="paragraph"?(At.raw+=`
`+Rt.raw,At.text+=`
`+Rt.text):nt.push(Rt);continue}if(Rt=this.tokenizer.fences(ze)){ze=ze.substring(Rt.raw.length),nt.push(Rt);continue}if(Rt=this.tokenizer.heading(ze)){ze=ze.substring(Rt.raw.length),nt.push(Rt);continue}if(Rt=this.tokenizer.nptable(ze)){ze=ze.substring(Rt.raw.length),nt.push(Rt);continue}if(Rt=this.tokenizer.hr(ze)){ze=ze.substring(Rt.raw.length),nt.push(Rt);continue}if(Rt=this.tokenizer.blockquote(ze)){ze=ze.substring(Rt.raw.length),Rt.tokens=this.blockTokens(Rt.text,[],Te),nt.push(Rt);continue}if(Rt=this.tokenizer.list(ze)){for(ze=ze.substring(Rt.raw.length),Or=Rt.items.length,Le=0;Le<Or;Le++)Rt.items[Le].tokens=this.blockTokens(Rt.items[Le].text,[],!1);nt.push(Rt);continue}if(Rt=this.tokenizer.html(ze)){ze=ze.substring(Rt.raw.length),nt.push(Rt);continue}if(Te&&(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),nt.push(Rt);continue}if(Rt=this.tokenizer.lheading(ze)){ze=ze.substring(Rt.raw.length),nt.push(Rt);continue}if(Te&&(Rt=this.tokenizer.paragraph(ze))){ze=ze.substring(Rt.raw.length),nt.push(Rt);continue}if(Rt=this.tokenizer.text(ze)){ze=ze.substring(Rt.raw.length),At=nt[nt.length-1],At&&At.type==="text"?(At.raw+=`
`+Rt.raw,At.text+=`
`+Rt.text):nt.push(Rt);continue}if(ze){var Xr="Infinite loop on byte: "+ze.charCodeAt(0);if(this.options.silent){console.error(Xr);break}else throw new Error(Xr)}}return nt},Ce.inline=function(ze){var nt,Te,Rt,Le,Or,At,Xr=ze.length;for(nt=0;nt<Xr;nt++)switch(At=ze[nt],At.type){case"paragraph":case"text":case"heading":{At.tokens=[],this.inlineTokens(At.text,At.tokens);break}case"table":{for(At.tokens={header:[],cells:[]},Le=At.header.length,Te=0;Te<Le;Te++)At.tokens.header[Te]=[],this.inlineTokens(At.header[Te],At.tokens.header[Te]);for(Le=At.cells.length,Te=0;Te<Le;Te++)for(Or=At.cells[Te],At.tokens.cells[Te]=[],Rt=0;Rt<Or.length;Rt++)At.tokens.cells[Te][Rt]=[],this.inlineTokens(Or[Rt],At.tokens.cells[Te][Rt]);break}case"blockquote":{this.inline(At.tokens);break}case"list":{for(Le=At.items.length,Te=0;Te<Le;Te++)this.inline(At.items[Te].tokens);break}}return ze},Ce.inlineTokens=function(ze,nt,Te,Rt){nt===void 0&&(nt=[]),Te===void 0&&(Te=!1),Rt===void 0&&(Rt=!1);var Le,Or,At=ze,Xr,nn,Mr;if(this.tokens.links){var Dr=Object.keys(this.tokens.links);if(Dr.length>0)for(;(Xr=this.tokenizer.rules.inline.reflinkSearch.exec(At))!=null;)Dr.includes(Xr[0].slice(Xr[0].lastIndexOf("[")+1,-1))&&(At=At.slice(0,Xr.index)+"["+Bt("a",Xr[0].length-2)+"]"+At.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(Xr=this.tokenizer.rules.inline.blockSkip.exec(At))!=null;)At=At.slice(0,Xr.index)+"["+Bt("a",Xr[0].length-2)+"]"+At.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(Xr=this.tokenizer.rules.inline.escapedEmSt.exec(At))!=null;)At=At.slice(0,Xr.index)+"++"+At.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;ze;){if(nn||(Mr=""),nn=!1,Le=this.tokenizer.escape(ze)){ze=ze.substring(Le.raw.length),nt.push(Le);continue}if(Le=this.tokenizer.tag(ze,Te,Rt)){ze=ze.substring(Le.raw.length),Te=Le.inLink,Rt=Le.inRawBlock;var mr=nt[nt.length-1];mr&&Le.type==="text"&&mr.type==="text"?(mr.raw+=Le.raw,mr.text+=Le.text):nt.push(Le);continue}if(Le=this.tokenizer.link(ze)){ze=ze.substring(Le.raw.length),Le.type==="link"&&(Le.tokens=this.inlineTokens(Le.text,[],!0,Rt)),nt.push(Le);continue}if(Le=this.tokenizer.reflink(ze,this.tokens.links)){ze=ze.substring(Le.raw.length);var Zr=nt[nt.length-1];Le.type==="link"?(Le.tokens=this.inlineTokens(Le.text,[],!0,Rt),nt.push(Le)):Zr&&Le.type==="text"&&Zr.type==="text"?(Zr.raw+=Le.raw,Zr.text+=Le.text):nt.push(Le);continue}if(Le=this.tokenizer.emStrong(ze,At,Mr)){ze=ze.substring(Le.raw.length),Le.tokens=this.inlineTokens(Le.text,[],Te,Rt),nt.push(Le);continue}if(Le=this.tokenizer.codespan(ze)){ze=ze.substring(Le.raw.length),nt.push(Le);continue}if(Le=this.tokenizer.br(ze)){ze=ze.substring(Le.raw.length),nt.push(Le);continue}if(Le=this.tokenizer.del(ze)){ze=ze.substring(Le.raw.length),Le.tokens=this.inlineTokens(Le.text,[],Te,Rt),nt.push(Le);continue}if(Le=this.tokenizer.autolink(ze,yt)){ze=ze.substring(Le.raw.length),nt.push(Le);continue}if(!Te&&(Le=this.tokenizer.url(ze,yt))){ze=ze.substring(Le.raw.length),nt.push(Le);continue}if(Le=this.tokenizer.inlineText(ze,Rt,tt)){ze=ze.substring(Le.raw.length),Le.raw.slice(-1)!=="_"&&(Mr=Le.raw.slice(-1)),nn=!0,Or=nt[nt.length-1],Or&&Or.type==="text"?(Or.raw+=Le.raw,Or.text+=Le.text):nt.push(Le);continue}if(ze){var un="Infinite loop on byte: "+ze.charCodeAt(0);if(this.options.silent){console.error(un);break}else throw new Error(un)}}return nt},e(Ct,null,[{key:"rules",get:function(){return{block:je,inline:Et}}}]),Ct}(),qe=c.exports.defaults,Fe=te.cleanUrl,be=te.escape,ke=function(){function Ct(St){this.options=St||qe}var Ce=Ct.prototype;return Ce.code=function(ze,nt,Te){var Rt=(nt||"").match(/\S*/)[0];if(this.options.highlight){var Le=this.options.highlight(ze,Rt);Le!=null&&Le!==ze&&(Te=!0,ze=Le)}return ze=ze.replace(/\n$/,"")+`
`,Rt?'<pre><code class="'+this.options.langPrefix+be(Rt,!0)+'">'+(Te?ze:be(ze,!0))+`</code></pre>
`:"<pre><code>"+(Te?ze:be(ze,!0))+`</code></pre>
`},Ce.blockquote=function(ze){return`<blockquote>
`+ze+`</blockquote>
`},Ce.html=function(ze){return ze},Ce.heading=function(ze,nt,Te,Rt){return this.options.headerIds?"<h"+nt+' id="'+this.options.headerPrefix+Rt.slug(Te)+'">'+ze+"</h"+nt+`>
`:"<h"+nt+">"+ze+"</h"+nt+`>
`},Ce.hr=function(){return this.options.xhtml?`<hr/>
`:`<hr>
`},Ce.list=function(ze,nt,Te){var Rt=nt?"ol":"ul",Le=nt&&Te!==1?' start="'+Te+'"':"";return"<"+Rt+Le+`>
`+ze+"</"+Rt+`>
`},Ce.listitem=function(ze){return"<li>"+ze+`</li>
`},Ce.checkbox=function(ze){return"<input "+(ze?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},Ce.paragraph=function(ze){return"<p>"+ze+`</p>
`},Ce.table=function(ze,nt){return nt&&(nt="<tbody>"+nt+"</tbody>"),`<table>
<thead>
`+ze+`</thead>
`+nt+`</table>
`},Ce.tablerow=function(ze){return`<tr>
`+ze+`</tr>
`},Ce.tablecell=function(ze,nt){var Te=nt.header?"th":"td",Rt=nt.align?"<"+Te+' align="'+nt.align+'">':"<"+Te+">";return Rt+ze+"</"+Te+`>
`},Ce.strong=function(ze){return"<strong>"+ze+"</strong>"},Ce.em=function(ze){return"<em>"+ze+"</em>"},Ce.codespan=function(ze){return"<code>"+ze+"</code>"},Ce.br=function(){return this.options.xhtml?"<br/>":"<br>"},Ce.del=function(ze){return"<del>"+ze+"</del>"},Ce.link=function(ze,nt,Te){if(ze=Fe(this.options.sanitize,this.options.baseUrl,ze),ze===null)return Te;var Rt='<a href="'+be(ze)+'"';return nt&&(Rt+=' title="'+nt+'"'),Rt+=">"+Te+"</a>",Rt},Ce.image=function(ze,nt,Te){if(ze=Fe(this.options.sanitize,this.options.baseUrl,ze),ze===null)return Te;var Rt='<img src="'+ze+'" alt="'+Te+'"';return nt&&(Rt+=' title="'+nt+'"'),Rt+=this.options.xhtml?"/>":">",Rt},Ce.text=function(ze){return ze},Ct}(),Ge=function(){function Ct(){}var Ce=Ct.prototype;return Ce.strong=function(ze){return ze},Ce.em=function(ze){return ze},Ce.codespan=function(ze){return ze},Ce.del=function(ze){return ze},Ce.html=function(ze){return ze},Ce.text=function(ze){return ze},Ce.link=function(ze,nt,Te){return""+Te},Ce.image=function(ze,nt,Te){return""+Te},Ce.br=function(){return""},Ct}(),We=function(){function Ct(){this.seen={}}var Ce=Ct.prototype;return Ce.serialize=function(ze){return ze.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},Ce.getNextSafeSlug=function(ze,nt){var Te=ze,Rt=0;if(this.seen.hasOwnProperty(Te)){Rt=this.seen[ze];do Rt++,Te=ze+"-"+Rt;while(this.seen.hasOwnProperty(Te))}return nt||(this.seen[ze]=Rt,this.seen[Te]=0),Te},Ce.slug=function(ze,nt){nt===void 0&&(nt={});var Te=this.serialize(ze);return this.getNextSafeSlug(Te,nt.dryrun)},Ct}(),Ye=ke,ht=Ge,xt=We,nr=c.exports.defaults,er=te.unescape,Re=function(){function Ct(St){this.options=St||nr,this.options.renderer=this.options.renderer||new Ye,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new ht,this.slugger=new xt}Ct.parse=function(ze,nt){var Te=new Ct(nt);return Te.parse(ze)},Ct.parseInline=function(ze,nt){var Te=new Ct(nt);return Te.parseInline(ze)};var Ce=Ct.prototype;return Ce.parse=function(ze,nt){nt===void 0&&(nt=!0);var Te="",Rt,Le,Or,At,Xr,nn,Mr,Dr,mr,Zr,un,hn,Yt,gt,ut,ct,Nt,yr,_r=ze.length;for(Rt=0;Rt<_r;Rt++)switch(Zr=ze[Rt],Zr.type){case"space":continue;case"hr":{Te+=this.renderer.hr();continue}case"heading":{Te+=this.renderer.heading(this.parseInline(Zr.tokens),Zr.depth,er(this.parseInline(Zr.tokens,this.textRenderer)),this.slugger);continue}case"code":{Te+=this.renderer.code(Zr.text,Zr.lang,Zr.escaped);continue}case"table":{for(Dr="",Mr="",At=Zr.header.length,Le=0;Le<At;Le++)Mr+=this.renderer.tablecell(this.parseInline(Zr.tokens.header[Le]),{header:!0,align:Zr.align[Le]});for(Dr+=this.renderer.tablerow(Mr),mr="",At=Zr.cells.length,Le=0;Le<At;Le++){for(nn=Zr.tokens.cells[Le],Mr="",Xr=nn.length,Or=0;Or<Xr;Or++)Mr+=this.renderer.tablecell(this.parseInline(nn[Or]),{header:!1,align:Zr.align[Or]});mr+=this.renderer.tablerow(Mr)}Te+=this.renderer.table(Dr,mr);continue}case"blockquote":{mr=this.parse(Zr.tokens),Te+=this.renderer.blockquote(mr);continue}case"list":{for(un=Zr.ordered,hn=Zr.start,Yt=Zr.loose,At=Zr.items.length,mr="",Le=0;Le<At;Le++)ut=Zr.items[Le],ct=ut.checked,Nt=ut.task,gt="",ut.task&&(yr=this.renderer.checkbox(ct),Yt?ut.tokens.length>0&&ut.tokens[0].type==="text"?(ut.tokens[0].text=yr+" "+ut.tokens[0].text,ut.tokens[0].tokens&&ut.tokens[0].tokens.length>0&&ut.tokens[0].tokens[0].type==="text"&&(ut.tokens[0].tokens[0].text=yr+" "+ut.tokens[0].tokens[0].text)):ut.tokens.unshift({type:"text",text:yr}):gt+=yr),gt+=this.parse(ut.tokens,Yt),mr+=this.renderer.listitem(gt,Nt,ct);Te+=this.renderer.list(mr,un,hn);continue}case"html":{Te+=this.renderer.html(Zr.text);continue}case"paragraph":{Te+=this.renderer.paragraph(this.parseInline(Zr.tokens));continue}case"text":{for(mr=Zr.tokens?this.parseInline(Zr.tokens):Zr.text;Rt+1<_r&&ze[Rt+1].type==="text";)Zr=ze[++Rt],mr+=`
`+(Zr.tokens?this.parseInline(Zr.tokens):Zr.text);Te+=nt?this.renderer.paragraph(mr):mr;continue}default:{var it='Token with "'+Zr.type+'" type was not found.';if(this.options.silent){console.error(it);return}else throw new Error(it)}}return Te},Ce.parseInline=function(ze,nt){nt=nt||this.renderer;var Te="",Rt,Le,Or=ze.length;for(Rt=0;Rt<Or;Rt++)switch(Le=ze[Rt],Le.type){case"escape":{Te+=nt.text(Le.text);break}case"html":{Te+=nt.html(Le.text);break}case"link":{Te+=nt.link(Le.href,Le.title,this.parseInline(Le.tokens,nt));break}case"image":{Te+=nt.image(Le.href,Le.title,Le.text);break}case"strong":{Te+=nt.strong(this.parseInline(Le.tokens,nt));break}case"em":{Te+=nt.em(this.parseInline(Le.tokens,nt));break}case"codespan":{Te+=nt.codespan(Le.text);break}case"br":{Te+=nt.br();break}case"del":{Te+=nt.del(this.parseInline(Le.tokens,nt));break}case"text":{Te+=nt.text(Le.text);break}default:{var At='Token with "'+Le.type+'" type was not found.';if(this.options.silent){console.error(At);return}else throw new Error(At)}}return Te},Ct}(),et=dt,Vt=Re,Lt=Pe,Wt=ke,Ht=Ge,Tt=We,Qt=te.merge,$e=te.checkSanitizeDeprecation,ce=te.escape,he=c.exports.getDefaults,It=c.exports.changeDefaults,Se=c.exports.defaults;function ft(Ct,Ce,St){if(typeof Ct=="undefined"||Ct===null)throw new Error("marked(): input parameter is undefined or null");if(typeof Ct!="string")throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(Ct)+", string expected");if(typeof Ce=="function"&&(St=Ce,Ce=null),Ce=Qt({},ft.defaults,Ce||{}),$e(Ce),St){var ze=Ce.highlight,nt;try{nt=et.lex(Ct,Ce)}catch(Or){return St(Or)}var Te=function(At){var Xr;if(!At)try{Ce.walkTokens&&ft.walkTokens(nt,Ce.walkTokens),Xr=Vt.parse(nt,Ce)}catch(nn){At=nn}return Ce.highlight=ze,At?St(At):St(null,Xr)};if(!ze||ze.length<3||(delete Ce.highlight,!nt.length))return Te();var Rt=0;ft.walkTokens(nt,function(Or){Or.type==="code"&&(Rt++,setTimeout(function(){ze(Or.text,Or.lang,function(At,Xr){if(At)return Te(At);Xr!=null&&Xr!==Or.text&&(Or.text=Xr,Or.escaped=!0),Rt--,Rt===0&&Te()})},0))}),Rt===0&&Te();return}try{var Le=et.lex(Ct,Ce);return Ce.walkTokens&&ft.walkTokens(Le,Ce.walkTokens),Vt.parse(Le,Ce)}catch(Or){if(Or.message+=`
Please report this to https://github.com/markedjs/marked.`,Ce.silent)return"<p>An error occurred:</p><pre>"+ce(Or.message+"",!0)+"</pre>";throw Or}}ft.options=ft.setOptions=function(Ct){return Qt(ft.defaults,Ct),It(ft.defaults),ft},ft.getDefaults=he,ft.defaults=Se,ft.use=function(Ct){var Ce=Qt({},Ct);if(Ct.renderer&&function(){var ze=ft.defaults.renderer||new Wt,nt=function(Le){var Or=ze[Le];ze[Le]=function(){for(var At=arguments.length,Xr=new Array(At),nn=0;nn<At;nn++)Xr[nn]=arguments[nn];var Mr=Ct.renderer[Le].apply(ze,Xr);return Mr===!1&&(Mr=Or.apply(ze,Xr)),Mr}};for(var Te in Ct.renderer)nt(Te);Ce.renderer=ze}(),Ct.tokenizer&&function(){var ze=ft.defaults.tokenizer||new Lt,nt=function(Le){var Or=ze[Le];ze[Le]=function(){for(var At=arguments.length,Xr=new Array(At),nn=0;nn<At;nn++)Xr[nn]=arguments[nn];var Mr=Ct.tokenizer[Le].apply(ze,Xr);return Mr===!1&&(Mr=Or.apply(ze,Xr)),Mr}};for(var Te in Ct.tokenizer)nt(Te);Ce.tokenizer=ze}(),Ct.walkTokens){var St=ft.defaults.walkTokens;Ce.walkTokens=function(ze){Ct.walkTokens(ze),St&&St(ze)}}ft.setOptions(Ce)},ft.walkTokens=function(Ct,Ce){for(var St=l(Ct),ze;!(ze=St()).done;){var nt=ze.value;switch(Ce(nt),nt.type){case"table":{for(var Te=l(nt.tokens.header),Rt;!(Rt=Te()).done;){var Le=Rt.value;ft.walkTokens(Le,Ce)}for(var Or=l(nt.tokens.cells),At;!(At=Or()).done;)for(var Xr=At.value,nn=l(Xr),Mr;!(Mr=nn()).done;){var Dr=Mr.value;ft.walkTokens(Dr,Ce)}break}case"list":{ft.walkTokens(nt.items,Ce);break}default:nt.tokens&&ft.walkTokens(nt.tokens,Ce)}}},ft.parseInline=function(Ct,Ce){if(typeof Ct=="undefined"||Ct===null)throw new Error("marked.parseInline(): input parameter is undefined or null");if(typeof Ct!="string")throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(Ct)+", string expected");Ce=Qt({},ft.defaults,Ce||{}),$e(Ce);try{var St=et.lexInline(Ct,Ce);return Ce.walkTokens&&ft.walkTokens(St,Ce.walkTokens),Vt.parseInline(St,Ce)}catch(ze){if(ze.message+=`
Please report this to https://github.com/markedjs/marked.`,Ce.silent)return"<p>An error occurred:</p><pre>"+ce(ze.message+"",!0)+"</pre>";throw ze}},ft.Parser=Vt,ft.parser=Vt.parse,ft.Renderer=Wt,ft.TextRenderer=Ht,ft.Lexer=et,ft.lexer=et.lex,ft.Tokenizer=Lt,ft.Slugger=Tt,ft.parse=ft;var Gt=ft;return Gt})},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,X)=>(X=X.toLowerCase(),X==="colon"?":":X.charAt(0)==="#"?X.charAt(1)==="x"?String.fromCharCode(parseInt(X.substring(2),16)):String.fromCharCode(+X.substring(1)):""))}const u=/(^|[^\[])\^/g;function a(W,ae){W=W.source||W,ae=ae||"";const X={replace:(oe,q)=>(q=q.source||q,q=q.replace(u,"$1"),W=W.replace(oe,q),X),getRegex:()=>new RegExp(W,ae)};return X}const x=/[^\w:]/g,p=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function y(W,ae,X){if(W){let oe;try{oe=decodeURIComponent(h(X)).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(X)&&(X=R(ae,X));try{X=encodeURI(X).replace(/%25/g,"%")}catch(oe){return null}return X}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 X=W.indexOf(":")===-1;return ae.substring(0,2)==="//"?X?ae:W.replace(S,"$1")+ae:ae.charAt(0)==="/"?X?ae:W.replace(D,"$1")+ae:W+ae}const A={exec:function(){}};function P(W){let ae=1,X,oe;for(;ae<arguments.length;ae++){X=arguments[ae];for(oe in X)Object.prototype.hasOwnProperty.call(X,oe)&&(W[oe]=X[oe])}return W}function M(W,ae){const X=W.replace(/\|/g,(ee,G,se)=>{let te=!1,Q=G;for(;--Q>=0&&se[Q]==="\\";)te=!te;return te?"|":" |"}),oe=X.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,X){const oe=W.length;if(oe===0)return"";let q=0;for(;q<oe;){const ee=W.charAt(oe-q-1);if(ee===ae&&!X)q++;else if(ee!==ae&&X)q++;else break}return W.substr(0,oe-q)}function N(W,ae){if(W.indexOf(ae[1])===-1)return-1;const X=W.length;let oe=0,q=0;for(;q<X;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 K(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 X="";for(;ae>1;)ae&1&&(X+=W),ae>>=1,W+=W;return X+W}d.exports={escape:f,unescape:h,edit:a,cleanUrl:y,resolveUrl:R,noopTest:A,merge:P,splitCells:M,rtrim:B,findClosingBracket:N,checkSanitizeDeprecation:K,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(te,Q=null,le)=>{let $=!1,j;return j=se(ie=>{if(!$)return j?j.dispose():$=!0,te.call(Q,ie)},null,le),$&&j.dispose(),j}}b.once=S;function D(se,te){return N((Q,le=null,$)=>se(j=>Q.call(le,te(j)),null,$))}b.map=D;function R(se,te){return N((Q,le=null,$)=>se(j=>{te(j),Q.call(le,j)},null,$))}b.forEach=R;function A(se,te){return N((Q,le=null,$)=>se(j=>te(j)&&Q.call(le,j),null,$))}b.filter=A;function P(se){return se}b.signal=P;function M(...se){return(te,Q=null,le)=>(0,i.F8)(...se.map($=>$(j=>te.call(Q,j),null,le)))}b.any=M;function B(se,te,Q){let le=Q;return D(se,$=>(le=te(le,$),le))}b.reduce=B;function N(se){let te;const Q=new a({onFirstListenerAdd(){te=se(Q.fire,Q)},onLastListenerRemove(){te.dispose()}});return Q.event}function K(se,te,Q=100,le=!1,$){let j,ie,me,Ae=0;const Pe=new a({leakWarningThreshold:$,onFirstListenerAdd(){j=se(He=>{Ae++,ie=te(ie,He),le&&!me&&(Pe.fire(ie),ie=void 0),clearTimeout(me),me=setTimeout(()=>{const Ne=ie;ie=void 0,me=void 0,(!le||Ae>1)&&Pe.fire(Ne),Ae=0},Q)})},onLastListenerRemove(){j.dispose()}});return Pe.event}b.debounce=K;function H(se,te=(Q,le)=>Q===le){let Q=!0,le;return A(se,$=>{const j=Q||!te($,le);return Q=!1,le=$,j})}b.latch=H;function W(se,te){return[b.filter(se,te),b.filter(se,Q=>!te(Q))]}b.split=W;function ae(se,te=!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&&(te?setTimeout(j):j())},onLastListenerRemove(){$&&$.dispose(),$=null}});return ie.event}b.buffer=ae;class X{constructor(te){this.event=te}map(te){return new X(D(this.event,te))}forEach(te){return new X(R(this.event,te))}filter(te){return new X(A(this.event,te))}reduce(te,Q){return new X(B(this.event,te,Q))}latch(){return new X(H(this.event))}debounce(te,Q=100,le=!1,$){return new X(K(this.event,te,Q,le,$))}on(te,Q,le){return this.event(te,Q,le)}once(te,Q,le){return S(this.event)(te,Q,le)}}function oe(se){return new X(se)}b.chain=oe;function q(se,te,Q=le=>le){const le=(...me)=>ie.fire(Q(...me)),$=()=>se.on(te,le),j=()=>se.removeListener(te,le),ie=new a({onFirstListenerAdd:$,onLastListenerRemove:j});return ie.event}b.fromNodeEventEmitter=q;function ee(se,te,Q=le=>le){const le=(...me)=>ie.fire(Q(...me)),$=()=>se.addEventListener(te,le),j=()=>se.removeEventListener(te,le),ie=new a({onFirstListenerAdd:$,onLastListenerRemove:j});return ie.event}b.fromDOMEventEmitter=ee;function G(se){return new Promise(te=>S(se)(te))}b.toPromise=G})(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 K of M)yield B(K,N++)}i.map=m;function*b(...M){for(const B of M)for(const N of B)yield N}i.concat=b;function*S(M){for(const B of M)for(const N of B)yield N}i.concatNested=S;function D(M,B,N){let K=N;for(const H of M)K=B(K,H);return K}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 K=M[Symbol.iterator]();for(let H=0;H<B;H++){const W=K.next();if(W.done)return[N,i.empty()];N.push(W.value)}return[N,{[Symbol.iterator](){return K}}]}i.consume=A;function P(M,B,N=(K,H)=>K===H){const K=M[Symbol.iterator](),H=B[Symbol.iterator]();for(;;){const W=K.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(K){}}markAsDisposed(B){if(B&&B!==R.None)try{B[M]=!0}catch(N){}}markAsSingleton(B){}})}function o(M){return c==null||c.trackDisposable(M),M}function h(M){c==null||c.markAsDisposed(M)}function u(M,B){c==null||c.setParent(M,B)}function a(M,B){if(c)for(const N of M)c.setParent(N,B)}function x(M){return c==null||c.markAsSingleton(M),M}class p extends Error{constructor(B){super(`Encountered errors while disposing of store. Errors: [${B.join(", ")}]`),this.errors=B}}function y(M){return typeof M.dispose=="function"&&M.dispose.length===0}function m(M){if(i.$.is(M)){let B=[];for(const N of M)if(N)try{N.dispose()}catch(K){B.push(K)}if(B.length===1)throw B[0];if(B.length>1)throw new p(B);return Array.isArray(M)?[]:M}else if(M)return M.dispose(),M}function b(...M){const B=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 K},ED:function(){return P},IJ:function(){return B},OS:function(){return X},WE:function(){return W},dz:function(){return M},gn:function(){return H},li:function(){return S},r:function(){return ee},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 G=D.env.VSCODE_NLS_CONFIG;if(G)try{const se=JSON.parse(G),te=se.availableLanguages["*"];p=se.locale,y=te||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,K=a,H=x,W=b,ae=function(){if(S.setImmediate)return S.setImmediate.bind(S);if(typeof S.postMessage=="function"&&!S.importScripts){let te=[];S.addEventListener("message",le=>{if(le.data&&le.data.vscodeSetImmediateId)for(let $=0,j=te.length;$<j;$++){const ie=te[$];if(ie.id===le.data.vscodeSetImmediateId){te.splice($,1),ie.callback();return}}});let Q=0;return le=>{const $=++Q;te.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 te=>se.then(te)}(),X=f||x?2:c?1:3;let oe=!0,q=!1;function ee(){if(!q){q=!0;const G=new Uint8Array(2);G[0]=1,G[1]=2,oe=new Uint16Array(G.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 Ae},C8:function(){return bt},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 X},PJ:function(){return tr},Qe:function(){return Pe},R1:function(){return x},RP:function(){return ie},S6:function(){return je},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 G},ab:function(){return He},c1:function(){return kt},df:function(){return K},ec:function(){return f},fi:function(){return Et},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 yt},oL:function(){return u},ok:function(){return W},ow:function(){return R},qq:function(){return H},qu:function(){return A},rL:function(){return ee},uS:function(){return Zt},un:function(){return a},uq:function(){return b},vH:function(){return te},xe:function(){return Ne},zY:function(){return M}});function r(be){return!be||typeof be!="string"?!0:be.trim().length===0}const i=/{(\d+)}/g;function l(be,...ke){return ke.length===0?be:be.replace(i,function(Ge,We){const Ye=parseInt(We,10);return isNaN(Ye)||Ye<0||Ye>=ke.length?Ge:ke[Ye]})}function c(be){return be.replace(/[<>&]/g,function(ke){switch(ke){case"<":return"&lt;";case">":return"&gt;";case"&":return"&amp;";default:return ke}})}function f(be){return be.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function o(be,ke=" "){const Ge=h(be,ke);return u(Ge,ke)}function h(be,ke){if(!be||!ke)return be;const Ge=ke.length;if(Ge===0||be.length===0)return be;let We=0;for(;be.indexOf(ke,We)===We;)We=We+Ge;return be.substring(We)}function u(be,ke){if(!be||!ke)return be;const Ge=ke.length,We=be.length;if(Ge===0||We===0)return be;let Ye=We,ht=-1;for(;ht=be.lastIndexOf(ke,Ye-1),!(ht===-1||ht+Ge!==Ye);){if(ht===0)return"";Ye=ht}return be.substring(0,Ye)}function a(be){return be.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function x(be){return be.replace(/\*/g,"")}function p(be,ke,Ge={}){if(!be)throw new Error("Cannot create regex from empty string");ke||(be=f(be)),Ge.wholeWord&&(/\B/.test(be.charAt(0))||(be="\\b"+be),/\B/.test(be.charAt(be.length-1))||(be=be+"\\b"));let We="";return Ge.global&&(We+="g"),Ge.matchCase||(We+="i"),Ge.multiline&&(We+="m"),Ge.unicode&&(We+="u"),new RegExp(be,We)}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 ke=0,Ge=be.length;ke<Ge;ke++){const We=be.charCodeAt(ke);if(We!==32&&We!==9)return ke}return-1}function D(be,ke=0,Ge=be.length){for(let We=ke;We<Ge;We++){const Ye=be.charCodeAt(We);if(Ye!==32&&Ye!==9)return be.substring(ke,We)}return be.substring(ke,Ge)}function R(be,ke=be.length-1){for(let Ge=ke;Ge>=0;Ge--){const We=be.charCodeAt(Ge);if(We!==32&&We!==9)return Ge}return-1}function A(be,ke){return be<ke?-1:be>ke?1:0}function P(be,ke,Ge=0,We=be.length,Ye=0,ht=ke.length){for(;Ge<We&&Ye<ht;Ge++,Ye++){let er=be.charCodeAt(Ge),Re=ke.charCodeAt(Ye);if(er<Re)return-1;if(er>Re)return 1}const xt=We-Ge,nr=ht-Ye;return xt<nr?-1:xt>nr?1:0}function M(be,ke){return B(be,ke,0,be.length,0,ke.length)}function B(be,ke,Ge=0,We=be.length,Ye=0,ht=ke.length){for(;Ge<We&&Ye<ht;Ge++,Ye++){let er=be.charCodeAt(Ge),Re=ke.charCodeAt(Ye);if(er===Re)continue;if(er>=128||Re>=128)return P(be.toLowerCase(),ke.toLowerCase(),Ge,We,Ye,ht);N(er)&&(er-=32),N(Re)&&(Re-=32);const et=er-Re;if(et!==0)return et}const xt=We-Ge,nr=ht-Ye;return xt<nr?-1:xt>nr?1:0}function N(be){return be>=97&&be<=122}function K(be){return be>=65&&be<=90}function H(be,ke){return be.length===ke.length&&B(be,ke)===0}function W(be,ke){const Ge=ke.length;return ke.length>be.length?!1:B(be,ke,0,Ge)===0}function ae(be,ke){let Ge,We=Math.min(be.length,ke.length);for(Ge=0;Ge<We;Ge++)if(be.charCodeAt(Ge)!==ke.charCodeAt(Ge))return Ge;return We}function X(be,ke){let Ge,We=Math.min(be.length,ke.length);const Ye=be.length-1,ht=ke.length-1;for(Ge=0;Ge<We;Ge++)if(be.charCodeAt(Ye-Ge)!==ke.charCodeAt(ht-Ge))return Ge;return We}function oe(be){return 55296<=be&&be<=56319}function q(be){return 56320<=be&&be<=57343}function ee(be,ke){return(be-55296<<10)+(ke-56320)+65536}function G(be,ke,Ge){const We=be.charCodeAt(Ge);if(oe(We)&&Ge+1<ke){const Ye=be.charCodeAt(Ge+1);if(q(Ye))return ee(We,Ye)}return We}function se(be,ke){const Ge=be.charCodeAt(ke-1);if(q(Ge)&&ke>1){const We=be.charCodeAt(ke-2);if(oe(We))return ee(We,Ge)}return Ge}function te(be,ke){const Ge=Bt.getInstance(),We=ke,Ye=be.length,ht=G(be,Ye,ke);ke+=ht>=65536?2:1;let xt=Ge.getGraphemeBreakType(ht);for(;ke<Ye;){const nr=G(be,Ye,ke),er=Ge.getGraphemeBreakType(nr);if(Et(xt,er))break;ke+=nr>=65536?2:1,xt=er}return ke-We}function Q(be,ke){const Ge=Bt.getInstance(),We=ke,Ye=se(be,ke);ke-=Ye>=65536?2:1;let ht=Ge.getGraphemeBreakType(Ye);for(;ke>0;){const xt=se(be,ke),nr=Ge.getGraphemeBreakType(xt);if(Et(nr,ht))break;ke-=xt>=65536?2:1,ht=nr}return We-ke}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 Ae(be){return me.test(be)}const Pe=/[\u2028\u2029]/;function He(be){return Pe.test(be)}function Ne(be){for(let ke=0,Ge=be.length;ke<Ge;ke++)if(Mt(be.charCodeAt(ke)))return!0;return!1}function Mt(be){return be=+be,be>=11904&&be<=55215||be>=63744&&be<=64255||be>=65281&&be<=65374}function bt(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,ke=!1){return be?(ke&&(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 je(be){return Bt.getInstance().getGraphemeBreakType(be)}function Et(be,ke){return be===0?ke!==5&&ke!==7:be===2&&ke===3?!1:be===4||be===2||be===3||ke===4||ke===2||ke===3?!0:!(be===8&&(ke===8||ke===9||ke===11||ke===12)||(be===11||be===9)&&(ke===9||ke===10)||(be===12||be===10)&&ke===10||ke===5||ke===13||ke===7||be===1||be===13&&ke===14||be===6&&ke===6)}class Bt{constructor(){this._data=tt()}static getInstance(){return Bt._INSTANCE||(Bt._INSTANCE=new Bt),Bt._INSTANCE}getGraphemeBreakType(ke){if(ke<32)return ke===10?3:ke===13?2:4;if(ke<127)return 0;const Ge=this._data,We=Ge.length/3;let Ye=1;for(;Ye<=We;)if(ke<Ge[3*Ye])Ye=2*Ye;else if(ke>Ge[3*Ye+1])Ye=2*Ye+1;else return Ge[3*Ye+2];return 0}}Bt._INSTANCE=null;function tt(){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 yt(be,ke){if(be===0)return 0;const Ge=dt(be,ke);if(Ge!==void 0)return Ge;const We=se(ke,be);return be-=qe(We),be}function dt(be,ke){let Ge=se(ke,be);for(be-=qe(Ge);Fe(Ge)||Ge===65039||Ge===8419;){if(be===0)return;Ge=se(ke,be),be-=qe(Ge)}if(bt(Ge)){if(be>=0){const We=se(ke,be);We===8205&&(be-=qe(We))}return be}}function qe(be){return be>=65536?2:1}function Fe(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=K=>function(){const H=Array.prototype.slice.call(arguments,0);return M(K,H)};let N={};for(const K of P)N[K]=B(K);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 K=arguments.length,H=K<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=(K<3?W(H):K>3?W(M,B,H):W(M,B))||H);return K>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:K}of P){let H=this._menuItems.get(N);H||(H=new o.S,this._menuItems.set(N,H)),B.push(H.push(K)),M.add(N)}return this._onDidChangeMenu.fire(M),(0,f.OF)(()=>{if(B.size>0){for(let N of B)N();this._onDidChangeMenu.fire(M),B.clear()}})}getMenuItems(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,K){super(`submenuitem.${M.submenu.id}`,typeof M.title=="string"?M.title:M.title.value,[],"submenu"),this.item=M,this._menuService=B,this._contextKeyService=N,this._options=K}get actions(){const M=[],B=this._menuService.createMenu(this.item.submenu,this._contextKeyService),N=B.getActions(this._options);B.dispose();for(const[,K]of N)K.length>0&&(M.push(...K),M.push(new r.Z0));return M.length&&M.pop(),M}}let A=class Yd{constructor(M,B,N,K,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||K.contextMatchesRules(M.precondition),this.checked=void 0,M.toggled){const X=M.toggled.condition?M.toggled:{condition:M.toggled};this.checked=K.contextMatchesRules(X.condition),this.checked&&X.tooltip&&(this.tooltip=typeof X.tooltip=="string"?X.tooltip:X.tooltip.value),X.title&&(this.label=typeof X.title=="string"?X.title:X.title.value)}this.item=M,this.alt=B?new Yd(B,void 0,N,K,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 K=[];return!((B=this._options)===null||B===void 0)&&B.arg&&(K=[...K,this._options.arg]),!((N=this._options)===null||N===void 0)&&N.shouldForwardArgs&&(K=[...K,...M]),this._commandService.executeCommand(this.id,...K)}};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 ee},Fb:function(){return u},K8:function(){return te},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 K.create($,j)}static not($){return R.create($)}static and(...$){return ae.create($,null)}static or(...$){return X.create($,null,!0)}static deserialize($,j=!1){if($)return this._deserializeOrExpression($,j)}static _deserializeOrExpression($,j){let ie=$.split("||");return X.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 K.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 Ae=$.slice(ie+1,me),Pe=$[me+1]==="i"?"i":"";try{return new RegExp(Ae,Pe)}catch(He){if(j)throw new Error(`bad regexp-value '${$}', parse error: ${He}`);return console.warn(`bad regexp-value '${$}', parse error: ${He}`),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:G(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:G(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 K{constructor($,j){this.key=$,this.regexp=j,this.type=7,this.negated=null}static create($,j){return new K($,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 Ae=0;Ae<j;Ae++)$[Ae]=le[Ae]}$!==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 Ae of $)if(Ae){if(Ae.type===1){me=!0;continue}if(Ae.type===0)return x.INSTANCE;if(Ae.type===6){ie.push(...Ae.expr);continue}ie.push(Ae)}if(ie.length===0&&me)return p.INSTANCE;if(ie.length!==0){if(ie.length===1)return ie[0];ie.sort(a);for(let Ae=1;Ae<ie.length;Ae++)ie[Ae-1].equals(ie[Ae])&&(ie.splice(Ae,1),Ae--);if(ie.length===1)return ie[0];for(;ie.length>1;){const Ae=ie[ie.length-1];if(Ae.type!==9)break;ie.pop();const Pe=ie.pop(),He=ie.length===0,Ne=X.create(Ae.expr.map(Mt=>ae.create([Mt,Pe],null)),null,He);Ne&&(ie.push(Ne),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=X.create($,this,!0)}return this.negated}}class X{constructor($,j){this.expr=$,this.negated=j,this.type=9}static create($,j,ie){return X._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:X.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=[],Ae=!1;if($){for(let Pe=0,He=$.length;Pe<He;Pe++){const Ne=$[Pe];if(Ne){if(Ne.type===0){Ae=!0;continue}if(Ne.type===1)return p.INSTANCE;if(Ne.type===9){me=me.concat(Ne.expr);continue}me.push(Ne)}}if(me.length===0&&Ae)return x.INSTANCE;me.sort(a)}if(me.length!==0){if(me.length===1)return me[0];for(let Pe=1;Pe<me.length;Pe++)me[Pe-1].equals(me[Pe])&&(me.splice(Pe,1),Pe--);if(me.length===1)return me[0];if(ie){for(let Pe=0;Pe<me.length;Pe++)for(let He=Pe+1;He<me.length;He++)te(me[Pe],me[He])&&(me.splice(He,1),He--);if(me.length===1)return me[0]}return new X(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 Pe of Q(j))for(const He of Q(ie))me.push(ae.create([Pe,He],null));const Ae=$.length===0;$.unshift(X.create(me,null,Ae))}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"),ee="setContext";function G(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 te(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 Pe=ie[me].negate();for(let He=me+1;He<ie.length;He++){const Ne=ie[He];if(Pe.equals(Ne))return!0}}return!1}function Q(le){return le.type===9?le.expr:[le]}},16925:function(d,_,e){"use strict";e.d(_,{I8:function(){return r},TG:function(){return i},jt:function(){return f},yh:function(){return c}});var r;(function(o){o.serviceIds=new Map,o.DI_TARGET="$di$target",o.DI_DEPENDENCIES="$di$dependencies";function h(u){return u[o.DI_DEPENDENCIES]||[]}o.getServiceDependencies=h})(r||(r={}));const i=c("instantiationService");function l(o,h,u,a){h[r.DI_TARGET]===h?h[r.DI_DEPENDENCIES].push({id:o,index:u,optional:a}):(h[r.DI_DEPENDENCIES]=[{id:o,index:u,optional:a}],h[r.DI_TARGET]=h)}function c(o){if(r.serviceIds.has(o))return r.serviceIds.get(o);const h=function(u,a,x){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");l(h,u,x,!1)};return h.toString=()=>o,r.serviceIds.set(o,h),h}function f(o){return function(h,u,a){if(arguments.length!==3)throw new Error("@optional-decorator can only be used to decorate a parameter");l(o,h,a,!0)}}},44650:function(d,_,e){"use strict";e.d(_,{B:function(){return c}});var r=e(76068),i=e(72999);class l{constructor(){this.data=new Map}add(o,h){r.ok(i.HD(o)),r.ok(i.Kn(h)),r.ok(!this.data.has(o),"There is already an extension with this id"),this.data.set(o,h)}as(o){return this.data.get(o)||null}}const c=new l},66213:function(d,_,e){"use strict";e.d(_,{e:function(){return r}});var r;(function(i){i.DARK="dark",i.LIGHT="light",i.HIGH_CONTRAST="hc"})(r||(r={}))},49055:function(d,_,e){"use strict";e.d(_,{EN:function(){return a},IP:function(){return y},Ic:function(){return S},XE:function(){return h},bB:function(){return 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 X=ae.lastIndexOf("~");return X!==-1&&(ae=ae.substring(0,X)),W&&(ae=`${ae}~${W}`),{id:ae}}R.modify=B;function N(H,W){var ae,X;return H.id===W.id&&((ae=H.color)===null||ae===void 0?void 0:ae.id)===((X=W.color)===null||X===void 0?void 0:X.id)}R.isEqual=N;function K(H,W){return{id:H.id,color:W?a(W):void 0}}R.asThemeIcon=K,R.asClassNameArray=r.dT.asClassNameArray,R.asClassName=r.dT.asClassName,R.asCSSSelector=r.dT.asCSSSelector})(x||(x={}));function p(R){switch(R){case o.e.DARK:return"vs-dark";case o.e.HIGH_CONTRAST:return"hc-black";default:return"vs"}}const y={ThemingContribution:"base.contributions.theming"};class m{constructor(){this.themingParticipants=[],this.themingParticipants=[],this.onThemingParticipantAddedEmitter=new i.Q5}onColorThemeChange(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(32855),i=e(11913),l=e(43403),c=e(59301),f=c.createContext({}),o=e(27247),h=e(92310),u=e.n(h),a=e(48519),x=e(80402),p=e(10228),y=e(26112);function m(q,ee,G){var se=ee;return!se&&G&&(se="".concat(q,"-").concat(G)),se}function b(q,ee){var G=q["page".concat(ee?"Y":"X","Offset")],se="scroll".concat(ee?"Top":"Left");if(typeof G!="number"){var te=q.document;G=te.documentElement[se],typeof G!="number"&&(G=te.body[se])}return G}function S(q){var ee=q.getBoundingClientRect(),G={left:ee.left,top:ee.top},se=q.ownerDocument,te=se.defaultView||se.parentWindow;return G.left+=b(te),G.top+=b(te,!0),G}var D=e(77900),R=e(8654),A=c.memo(function(q){var ee=q.children;return ee},function(q,ee){var G=ee.shouldUpdate;return!G}),P={width:0,height:0,overflow:"hidden",outline:"none"},M=c.forwardRef(function(q,ee){var G=q.prefixCls,se=q.className,te=q.style,Q=q.title,le=q.ariaId,$=q.footer,j=q.closable,ie=q.closeIcon,me=q.onClose,Ae=q.children,Pe=q.bodyStyle,He=q.bodyProps,Ne=q.modalRender,Mt=q.onMouseDown,bt=q.onMouseUp,kt=q.holderRef,Zt=q.visible,Ft=q.forceRender,tr=q.width,je=q.height,Et=c.useContext(f),Bt=Et.panel,tt=(0,R.x1)(kt,Bt),yt=(0,c.useRef)(),dt=(0,c.useRef)();c.useImperativeHandle(ee,function(){return{focus:function(){var Ye;(Ye=yt.current)===null||Ye===void 0||Ye.focus()},changeActive:function(Ye){var ht=document,xt=ht.activeElement;Ye&&xt===dt.current?yt.current.focus():!Ye&&xt===yt.current&&dt.current.focus()}}});var qe={};tr!==void 0&&(qe.width=tr),je!==void 0&&(qe.height=je);var Fe;$&&(Fe=c.createElement("div",{className:"".concat(G,"-footer")},$));var be;Q&&(be=c.createElement("div",{className:"".concat(G,"-header")},c.createElement("div",{className:"".concat(G,"-title"),id:le},Q)));var ke;j&&(ke=c.createElement("button",{type:"button",onClick:me,"aria-label":"Close",className:"".concat(G,"-close")},ie||c.createElement("span",{className:"".concat(G,"-close-x")})));var Ge=c.createElement("div",{className:"".concat(G,"-content")},ke,be,c.createElement("div",(0,r.Z)({className:"".concat(G,"-body"),style:Pe},He),Ae),Fe);return c.createElement("div",{key:"dialog-element",role:"dialog","aria-labelledby":Q?le:null,"aria-modal":"true",ref:tt,style:(0,o.Z)((0,o.Z)({},te),qe),className:u()(G,se),onMouseDown:Mt,onMouseUp:bt},c.createElement("div",{tabIndex:0,ref:yt,style:P,"aria-hidden":"true"}),c.createElement(A,{shouldUpdate:Zt||Ft},Ne?Ne(Ge):Ge),c.createElement("div",{tabIndex:0,ref:dt,style:P,"aria-hidden":"true"}))}),B=M,N=c.forwardRef(function(q,ee){var G=q.prefixCls,se=q.title,te=q.style,Q=q.className,le=q.visible,$=q.forceRender,j=q.destroyOnClose,ie=q.motionName,me=q.ariaId,Ae=q.onVisibleChanged,Pe=q.mousePosition,He=(0,c.useRef)(),Ne=c.useState(),Mt=(0,i.Z)(Ne,2),bt=Mt[0],kt=Mt[1],Zt={};bt&&(Zt.transformOrigin=bt);function Ft(){var tr=S(He.current);kt(Pe?"".concat(Pe.x-tr.left,"px ").concat(Pe.y-tr.top,"px"):"")}return c.createElement(D.default,{visible:le,onVisibleChanged:Ae,onAppearPrepare:Ft,onEnterPrepare:Ft,forceRender:$,motionName:ie,removeOnLeave:j,ref:He},function(tr,je){var Et=tr.className,Bt=tr.style;return c.createElement(B,(0,r.Z)({},q,{ref:ee,title:se,ariaId:me,prefixCls:G,holderRef:je,style:(0,o.Z)((0,o.Z)((0,o.Z)({},Bt),te),Zt),className:u()(Q,Et)}))})});N.displayName="Content";var K=N;function H(q){var ee=q.prefixCls,G=q.style,se=q.visible,te=q.maskProps,Q=q.motionName;return c.createElement(D.default,{key:"mask",visible:se,motionName:Q,leavedClassName:"".concat(ee,"-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),G),className:u()("".concat(ee,"-mask"),j)},te))})}function W(q){var ee=q.prefixCls,G=ee===void 0?"rc-dialog":ee,se=q.zIndex,te=q.visible,Q=te===void 0?!1:te,le=q.keyboard,$=le===void 0?!0:le,j=q.focusTriggerAfterClose,ie=j===void 0?!0:j,me=q.wrapStyle,Ae=q.wrapClassName,Pe=q.wrapProps,He=q.onClose,Ne=q.afterOpenChange,Mt=q.afterClose,bt=q.transitionName,kt=q.animation,Zt=q.closable,Ft=Zt===void 0?!0:Zt,tr=q.mask,je=tr===void 0?!0:tr,Et=q.maskTransitionName,Bt=q.maskAnimation,tt=q.maskClosable,yt=tt===void 0?!0:tt,dt=q.maskStyle,qe=q.maskProps,Fe=q.rootClassName,be=(0,c.useRef)(),ke=(0,c.useRef)(),Ge=(0,c.useRef)(),We=c.useState(Q),Ye=(0,i.Z)(We,2),ht=Ye[0],xt=Ye[1],nr=(0,x.Z)();function er(){(0,a.Z)(ke.current,document.activeElement)||(be.current=document.activeElement)}function Re(){if(!(0,a.Z)(ke.current,document.activeElement)){var ce;(ce=Ge.current)===null||ce===void 0||ce.focus()}}function et(ce){if(ce)Re();else{if(xt(!1),je&&be.current&&ie){try{be.current.focus({preventScroll:!0})}catch(he){}be.current=null}ht&&(Mt==null||Mt())}Ne==null||Ne(ce)}function Vt(ce){He==null||He(ce)}var Lt=(0,c.useRef)(!1),Wt=(0,c.useRef)(),Ht=function(){clearTimeout(Wt.current),Lt.current=!0},Tt=function(){Wt.current=setTimeout(function(){Lt.current=!1})},Qt=null;yt&&(Qt=function(he){Lt.current?Lt.current=!1:ke.current===he.target&&Vt(he)});function $e(ce){if($&&ce.keyCode===p.Z.ESC){ce.stopPropagation(),Vt(ce);return}Q&&ce.keyCode===p.Z.TAB&&Ge.current.changeActive(!ce.shiftKey)}return(0,c.useEffect)(function(){Q&&(xt(!0),er())},[Q]),(0,c.useEffect)(function(){return function(){clearTimeout(Wt.current)}},[]),c.createElement("div",(0,r.Z)({className:u()("".concat(G,"-root"),Fe)},(0,y.Z)(q,{data:!0})),c.createElement(H,{prefixCls:G,visible:je&&Q,motionName:m(G,Et,Bt),style:(0,o.Z)({zIndex:se},dt),maskProps:qe}),c.createElement("div",(0,r.Z)({tabIndex:-1,onKeyDown:$e,className:u()("".concat(G,"-wrap"),Ae),ref:ke,onClick:Qt,style:(0,o.Z)((0,o.Z)({zIndex:se},me),{},{display:ht?null:"none"})},Pe),c.createElement(K,(0,r.Z)({},q,{onMouseDown:Ht,onMouseUp:Tt,ref:Ge,closable:Ft,ariaId:nr,prefixCls:G,visible:Q&&ht,onClose:Vt,onVisibleChanged:et,motionName:m(G,bt,kt)}))))}var ae=function(ee){var G=ee.visible,se=ee.getContainer,te=ee.forceRender,Q=ee.destroyOnClose,le=Q===void 0?!1:Q,$=ee.afterClose,j=ee.panelRef,ie=c.useState(G),me=(0,i.Z)(ie,2),Ae=me[0],Pe=me[1],He=c.useMemo(function(){return{panel:j}},[j]);return c.useEffect(function(){G&&Pe(!0)},[G]),!te&&le&&!Ae?null:c.createElement(f.Provider,{value:He},c.createElement(l.Z,{open:G||te||Ae,autoDestroy:!1,getContainer:se,autoLock:G||Ae},c.createElement(W,(0,r.Z)({},ee,{destroyOnClose:le,afterClose:function(){$==null||$(),Pe(!1)}}))))};ae.displayName="Dialog";var X=ae,oe=X},95013:function(d,_,e){"use strict";e.r(_),e.d(_,{Field:function(){return Cr},FieldContext:function(){return M},FormProvider:function(){return Ca},List:function(){return Vn},ListContext:function(){return N},default:function(){return Cn},useForm:function(){return na},useWatch:function(){return La}});var r=e(59301),i=e(32855),l=e(43079),c=e(13932),f=e(68702),o=e(27247),h=e(3300),u=e(33377),a=e(93912),x=e(83383),p=e(18881),y=e(85461),m=e(74430),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 K(rr){return rr==null?[]:Array.isArray(rr)?rr:[rr]}function H(rr){return rr&&!!rr._init}var W=e(97671);function ae(){return ae=Object.assign?Object.assign.bind():function(rr){for(var _t=1;_t<arguments.length;_t++){var rt=arguments[_t];for(var Ot in rt)Object.prototype.hasOwnProperty.call(rt,Ot)&&(rr[Ot]=rt[Ot])}return rr},ae.apply(this,arguments)}function X(rr,_t){rr.prototype=Object.create(_t.prototype),rr.prototype.constructor=rr,q(rr,_t)}function oe(rr){return oe=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(rt){return rt.__proto__||Object.getPrototypeOf(rt)},oe(rr)}function q(rr,_t){return q=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Ot,pt){return Ot.__proto__=pt,Ot},q(rr,_t)}function ee(){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(rr){return!1}}function G(rr,_t,rt){return ee()?G=Reflect.construct.bind():G=function(pt,lr,cr){var Tr=[null];Tr.push.apply(Tr,lr);var Wr=Function.bind.apply(pt,Tr),Ze=new Wr;return cr&&q(Ze,cr.prototype),Ze},G.apply(null,arguments)}function se(rr){return Function.toString.call(rr).indexOf("[native code]")!==-1}function te(rr){var _t=typeof Map=="function"?new Map:void 0;return te=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 _t!="undefined"){if(_t.has(Ot))return _t.get(Ot);_t.set(Ot,pt)}function pt(){return G(Ot,arguments,oe(this).constructor)}return pt.prototype=Object.create(Ot.prototype,{constructor:{value:pt,enumerable:!1,writable:!0,configurable:!0}}),q(pt,Ot)},te(rr)}var Q=/%[sdj%]/g,le=function(){};function $(rr){if(!rr||!rr.length)return null;var _t={};return rr.forEach(function(rt){var Ot=rt.field;_t[Ot]=_t[Ot]||[],_t[Ot].push(rt)}),_t}function j(rr){for(var _t=arguments.length,rt=new Array(_t>1?_t-1:0),Ot=1;Ot<_t;Ot++)rt[Ot-1]=arguments[Ot];var pt=0,lr=rt.length;if(typeof rr=="function")return rr.apply(null,rt);if(typeof rr=="string"){var cr=rr.replace(Q,function(Tr){if(Tr==="%%")return"%";if(pt>=lr)return Tr;switch(Tr){case"%s":return String(rt[pt++]);case"%d":return Number(rt[pt++]);case"%j":try{return JSON.stringify(rt[pt++])}catch(Wr){return"[Circular]"}break;default:return Tr}});return cr}return rr}function ie(rr){return rr==="string"||rr==="url"||rr==="hex"||rr==="email"||rr==="date"||rr==="pattern"}function me(rr,_t){return!!(rr==null||_t==="array"&&Array.isArray(rr)&&!rr.length||ie(_t)&&typeof rr=="string"&&!rr)}function Ae(rr,_t,rt){var Ot=[],pt=0,lr=rr.length;function cr(Tr){Ot.push.apply(Ot,Tr||[]),pt++,pt===lr&&rt(Ot)}rr.forEach(function(Tr){_t(Tr,cr)})}function Pe(rr,_t,rt){var Ot=0,pt=rr.length;function lr(cr){if(cr&&cr.length){rt(cr);return}var Tr=Ot;Ot=Ot+1,Tr<pt?_t(rr[Tr],lr):rt([])}lr([])}function He(rr){var _t=[];return Object.keys(rr).forEach(function(rt){_t.push.apply(_t,rr[rt]||[])}),_t}var Ne=function(rr){X(_t,rr);function _t(rt,Ot){var pt;return pt=rr.call(this,"Async Validation Error")||this,pt.errors=rt,pt.fields=Ot,pt}return _t}(te(Error));function Mt(rr,_t,rt,Ot,pt){if(_t.first){var lr=new Promise(function(st,sr){var xr=function(zr){return Ot(zr),zr.length?sr(new Ne(zr,$(zr))):st(pt)},kr=He(rr);Pe(kr,rt,xr)});return lr.catch(function(st){return st}),lr}var cr=_t.firstFields===!0?Object.keys(rr):_t.firstFields||[],Tr=Object.keys(rr),Wr=Tr.length,Ze=0,Je=[],ye=new Promise(function(st,sr){var xr=function(Pr){if(Je.push.apply(Je,Pr),Ze++,Ze===Wr)return Ot(Je),Je.length?sr(new Ne(Je,$(Je))):st(pt)};Tr.length||(Ot(Je),st(pt)),Tr.forEach(function(kr){var Pr=rr[kr];cr.indexOf(kr)!==-1?Pe(Pr,rt,xr):Ae(Pr,rt,xr)})});return ye.catch(function(st){return st}),ye}function bt(rr){return!!(rr&&rr.message!==void 0)}function kt(rr,_t){for(var rt=rr,Ot=0;Ot<_t.length;Ot++){if(rt==null)return rt;rt=rt[_t[Ot]]}return rt}function Zt(rr,_t){return function(rt){var Ot;return rr.fullFields?Ot=kt(_t,rr.fullFields):Ot=_t[rt.field||rr.fullField],bt(rt)?(rt.field=rt.field||rr.fullField,rt.fieldValue=Ot,rt):{message:typeof rt=="function"?rt():rt,fieldValue:Ot,field:rt.field||rr.fullField}}}function Ft(rr,_t){if(_t){for(var rt in _t)if(_t.hasOwnProperty(rt)){var Ot=_t[rt];typeof Ot=="object"&&typeof rr[rt]=="object"?rr[rt]=ae({},rr[rt],Ot):rr[rt]=Ot}}return rr}var tr=function(_t,rt,Ot,pt,lr,cr){_t.required&&(!Ot.hasOwnProperty(_t.field)||me(rt,cr||_t.type))&&pt.push(j(lr.messages.required,_t.fullField))},je=function(_t,rt,Ot,pt,lr){(/^\s+$/.test(rt)||rt==="")&&pt.push(j(lr.messages.whitespace,_t.fullField))},Et,Bt=function(){if(Et)return Et;var rr="[a-fA-F\\d:]",_t=function(dn){return dn&&dn.includeBoundaries?"(?:(?<=\\s|^)(?="+rr+")|(?<="+rr+")(?=\\s|$))":""},rt="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",Ot="[a-fA-F\\d]{1,4}",pt=(`
(?:
(?:`+Ot+":){7}(?:"+Ot+`|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
(?:`+Ot+":){6}(?:"+rt+"|:"+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}(?::"+rt+"|(?::"+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}:"+rt+"|(?::"+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}:"+rt+"|(?::"+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}:"+rt+"|(?::"+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}:"+rt+"|(?::"+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}:"+rt+"|(?::"+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("(?:^"+rt+"$)|(?:^"+pt+"$)"),cr=new RegExp("^"+rt+"$"),Tr=new RegExp("^"+pt+"$"),Wr=function(dn){return dn&&dn.exact?lr:new RegExp("(?:"+_t(dn)+rt+_t(dn)+")|(?:"+_t(dn)+pt+_t(dn)+")","g")};Wr.v4=function(wr){return wr&&wr.exact?cr:new RegExp(""+_t(wr)+rt+_t(wr),"g")},Wr.v6=function(wr){return wr&&wr.exact?Tr:new RegExp(""+_t(wr)+pt+_t(wr),"g")};var Ze="(?:(?:[a-z]+:)?//)",Je="(?:\\S+(?::\\S*)?@)?",ye=Wr.v4().source,st=Wr.v6().source,sr="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",xr="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",kr="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",Pr="(?::\\d{2,5})?",zr='(?:[/?#][^\\s"]*)?',wn="(?:"+Ze+"|www\\.)"+Je+"(?:localhost|"+ye+"|"+st+"|"+sr+xr+kr+")"+Pr+zr;return Et=new RegExp("(?:^"+wn+"$)","i"),Et},tt={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},yt={integer:function(_t){return yt.number(_t)&&parseInt(_t,10)===_t},float:function(_t){return yt.number(_t)&&!yt.integer(_t)},array:function(_t){return Array.isArray(_t)},regexp:function(_t){if(_t instanceof RegExp)return!0;try{return!!new RegExp(_t)}catch(rt){return!1}},date:function(_t){return typeof _t.getTime=="function"&&typeof _t.getMonth=="function"&&typeof _t.getYear=="function"&&!isNaN(_t.getTime())},number:function(_t){return isNaN(_t)?!1:typeof _t=="number"},object:function(_t){return typeof _t=="object"&&!yt.array(_t)},method:function(_t){return typeof _t=="function"},email:function(_t){return typeof _t=="string"&&_t.length<=320&&!!_t.match(tt.email)},url:function(_t){return typeof _t=="string"&&_t.length<=2048&&!!_t.match(Bt())},hex:function(_t){return typeof _t=="string"&&!!_t.match(tt.hex)}},dt=function(_t,rt,Ot,pt,lr){if(_t.required&&rt===void 0){tr(_t,rt,Ot,pt,lr);return}var cr=["integer","float","array","regexp","object","method","email","number","date","url","hex"],Tr=_t.type;cr.indexOf(Tr)>-1?yt[Tr](rt)||pt.push(j(lr.messages.types[Tr],_t.fullField,_t.type)):Tr&&typeof rt!==_t.type&&pt.push(j(lr.messages.types[Tr],_t.fullField,_t.type))},qe=function(_t,rt,Ot,pt,lr){var cr=typeof _t.len=="number",Tr=typeof _t.min=="number",Wr=typeof _t.max=="number",Ze=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Je=rt,ye=null,st=typeof rt=="number",sr=typeof rt=="string",xr=Array.isArray(rt);if(st?ye="number":sr?ye="string":xr&&(ye="array"),!ye)return!1;xr&&(Je=rt.length),sr&&(Je=rt.replace(Ze,"_").length),cr?Je!==_t.len&&pt.push(j(lr.messages[ye].len,_t.fullField,_t.len)):Tr&&!Wr&&Je<_t.min?pt.push(j(lr.messages[ye].min,_t.fullField,_t.min)):Wr&&!Tr&&Je>_t.max?pt.push(j(lr.messages[ye].max,_t.fullField,_t.max)):Tr&&Wr&&(Je<_t.min||Je>_t.max)&&pt.push(j(lr.messages[ye].range,_t.fullField,_t.min,_t.max))},Fe="enum",be=function(_t,rt,Ot,pt,lr){_t[Fe]=Array.isArray(_t[Fe])?_t[Fe]:[],_t[Fe].indexOf(rt)===-1&&pt.push(j(lr.messages[Fe],_t.fullField,_t[Fe].join(", ")))},ke=function(_t,rt,Ot,pt,lr){if(_t.pattern){if(_t.pattern instanceof RegExp)_t.pattern.lastIndex=0,_t.pattern.test(rt)||pt.push(j(lr.messages.pattern.mismatch,_t.fullField,rt,_t.pattern));else if(typeof _t.pattern=="string"){var cr=new RegExp(_t.pattern);cr.test(rt)||pt.push(j(lr.messages.pattern.mismatch,_t.fullField,rt,_t.pattern))}}},Ge={required:tr,whitespace:je,type:dt,range:qe,enum:be,pattern:ke},We=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt,"string")&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr,"string"),me(rt,"string")||(Ge.type(_t,rt,pt,cr,lr),Ge.range(_t,rt,pt,cr,lr),Ge.pattern(_t,rt,pt,cr,lr),_t.whitespace===!0&&Ge.whitespace(_t,rt,pt,cr,lr))}Ot(cr)},Ye=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),rt!==void 0&&Ge.type(_t,rt,pt,cr,lr)}Ot(cr)},ht=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(rt===""&&(rt=void 0),me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),rt!==void 0&&(Ge.type(_t,rt,pt,cr,lr),Ge.range(_t,rt,pt,cr,lr))}Ot(cr)},xt=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),rt!==void 0&&Ge.type(_t,rt,pt,cr,lr)}Ot(cr)},nr=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),me(rt)||Ge.type(_t,rt,pt,cr,lr)}Ot(cr)},er=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),rt!==void 0&&(Ge.type(_t,rt,pt,cr,lr),Ge.range(_t,rt,pt,cr,lr))}Ot(cr)},Re=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),rt!==void 0&&(Ge.type(_t,rt,pt,cr,lr),Ge.range(_t,rt,pt,cr,lr))}Ot(cr)},et=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(rt==null&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr,"array"),rt!=null&&(Ge.type(_t,rt,pt,cr,lr),Ge.range(_t,rt,pt,cr,lr))}Ot(cr)},Vt=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),rt!==void 0&&Ge.type(_t,rt,pt,cr,lr)}Ot(cr)},Lt="enum",Wt=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),rt!==void 0&&Ge[Lt](_t,rt,pt,cr,lr)}Ot(cr)},Ht=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt,"string")&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr),me(rt,"string")||Ge.pattern(_t,rt,pt,cr,lr)}Ot(cr)},Tt=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt,"date")&&!_t.required)return Ot();if(Ge.required(_t,rt,pt,cr,lr),!me(rt,"date")){var Wr;rt instanceof Date?Wr=rt:Wr=new Date(rt),Ge.type(_t,Wr,pt,cr,lr),Wr&&Ge.range(_t,Wr.getTime(),pt,cr,lr)}}Ot(cr)},Qt=function(_t,rt,Ot,pt,lr){var cr=[],Tr=Array.isArray(rt)?"array":typeof rt;Ge.required(_t,rt,pt,cr,lr,Tr),Ot(cr)},$e=function(_t,rt,Ot,pt,lr){var cr=_t.type,Tr=[],Wr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Wr){if(me(rt,cr)&&!_t.required)return Ot();Ge.required(_t,rt,pt,Tr,lr,cr),me(rt,cr)||Ge.type(_t,rt,pt,Tr,lr)}Ot(Tr)},ce=function(_t,rt,Ot,pt,lr){var cr=[],Tr=_t.required||!_t.required&&pt.hasOwnProperty(_t.field);if(Tr){if(me(rt)&&!_t.required)return Ot();Ge.required(_t,rt,pt,cr,lr)}Ot(cr)},he={string:We,method:Ye,number:ht,boolean:xt,regexp:nr,integer:er,float:Re,array:et,object:Vt,enum:Wt,pattern:Ht,date:Tt,url:$e,hex:$e,email:$e,required:Qt,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 _t=JSON.parse(JSON.stringify(this));return _t.clone=this.clone,_t}}}var Se=It(),ft=function(){function rr(rt){this.rules=null,this._messages=Se,this.define(rt)}var _t=rr.prototype;return _t.define=function(Ot){var pt=this;if(!Ot)throw new Error("Cannot configure a schema with no rules");if(typeof Ot!="object"||Array.isArray(Ot))throw new Error("Rules must be an object");this.rules={},Object.keys(Ot).forEach(function(lr){var cr=Ot[lr];pt.rules[lr]=Array.isArray(cr)?cr:[cr]})},_t.messages=function(Ot){return Ot&&(this._messages=Ft(It(),Ot)),this._messages},_t.validate=function(Ot,pt,lr){var cr=this;pt===void 0&&(pt={}),lr===void 0&&(lr=function(){});var Tr=Ot,Wr=pt,Ze=lr;if(typeof Wr=="function"&&(Ze=Wr,Wr={}),!this.rules||Object.keys(this.rules).length===0)return Ze&&Ze(null,Tr),Promise.resolve(Tr);function Je(kr){var Pr=[],zr={};function wn(dn){if(Array.isArray(dn)){var sn;Pr=(sn=Pr).concat.apply(sn,dn)}else Pr.push(dn)}for(var wr=0;wr<kr.length;wr++)wn(kr[wr]);Pr.length?(zr=$(Pr),Ze(Pr,zr)):Ze(null,Tr)}if(Wr.messages){var ye=this.messages();ye===Se&&(ye=It()),Ft(ye,Wr.messages),Wr.messages=ye}else Wr.messages=this.messages();var st={},sr=Wr.keys||Object.keys(this.rules);sr.forEach(function(kr){var Pr=cr.rules[kr],zr=Tr[kr];Pr.forEach(function(wn){var wr=wn;typeof wr.transform=="function"&&(Tr===Ot&&(Tr=ae({},Tr)),zr=Tr[kr]=wr.transform(zr)),typeof wr=="function"?wr={validator:wr}:wr=ae({},wr),wr.validator=cr.getValidationMethod(wr),wr.validator&&(wr.field=kr,wr.fullField=wr.fullField||kr,wr.type=cr.getType(wr),st[kr]=st[kr]||[],st[kr].push({rule:wr,value:zr,source:Tr,field:kr}))})});var xr={};return Mt(st,Wr,function(kr,Pr){var zr=kr.rule,wn=(zr.type==="object"||zr.type==="array")&&(typeof zr.fields=="object"||typeof zr.defaultField=="object");wn=wn&&(zr.required||!zr.required&&kr.value),zr.field=kr.field;function wr(cn,On){return ae({},On,{fullField:zr.fullField+"."+cn,fullFields:zr.fullFields?[].concat(zr.fullFields,[cn]):[cn]})}function dn(cn){cn===void 0&&(cn=[]);var On=Array.isArray(cn)?cn:[cn];!Wr.suppressWarning&&On.length&&rr.warning("async-validator:",On),On.length&&zr.message!==void 0&&(On=[].concat(zr.message));var Ia=On.map(Zt(zr,Tr));if(Wr.first&&Ia.length)return xr[zr.field]=1,Pr(Ia);if(!wn)Pr(Ia);else{if(zr.required&&!kr.value)return zr.message!==void 0?Ia=[].concat(zr.message).map(Zt(zr,Tr)):Wr.error&&(Ia=[Wr.error(zr,j(Wr.messages.required,zr.field))]),Pr(Ia);var Di={};zr.defaultField&&Object.keys(kr.value).map(function(pi){Di[pi]=zr.defaultField}),Di=ae({},Di,kr.rule.fields);var yi={};Object.keys(Di).forEach(function(pi){var Qi=Di[pi],ba=Array.isArray(Qi)?Qi:[Qi];yi[pi]=ba.map(wr.bind(null,pi))});var yn=new rr(yi);yn.messages(Wr.messages),kr.rule.options&&(kr.rule.options.messages=Wr.messages,kr.rule.options.error=Wr.error),yn.validate(kr.value,kr.rule.options||Wr,function(pi){var Qi=[];Ia&&Ia.length&&Qi.push.apply(Qi,Ia),pi&&pi.length&&Qi.push.apply(Qi,pi),Pr(Qi.length?Qi:null)})}}var sn;if(zr.asyncValidator)sn=zr.asyncValidator(zr,kr.value,dn,kr.source,Wr);else if(zr.validator){try{sn=zr.validator(zr,kr.value,dn,kr.source,Wr)}catch(cn){console.error==null||console.error(cn),Wr.suppressValidatorError||setTimeout(function(){throw cn},0),dn(cn.message)}sn===!0?dn():sn===!1?dn(typeof zr.message=="function"?zr.message(zr.fullField||zr.field):zr.message||(zr.fullField||zr.field)+" fails"):sn instanceof Array?dn(sn):sn instanceof Error&&dn(sn.message)}sn&&sn.then&&sn.then(function(){return dn()},function(cn){return dn(cn)})},function(kr){Je(kr)},Tr)},_t.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"},_t.getValidationMethod=function(Ot){if(typeof Ot.validator=="function")return Ot.validator;var pt=Object.keys(Ot),lr=pt.indexOf("message");return lr!==-1&&pt.splice(lr,1),pt.length===1&&pt[0]==="required"?he.required:he[this.getType(Ot)]||void 0},rr}();ft.register=function(_t,rt){if(typeof rt!="function")throw new Error("Cannot register a validator by type, validator is not a function");he[_t]=rt},ft.warning=le,ft.messages=Se,ft.validators=he;var Gt="'${name}' is not a valid ${type}",Ct={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:Gt,method:Gt,array:Gt,object:Gt,number:Gt,date:Gt,boolean:Gt,integer:Gt,float:Gt,regexp:Gt,email:Gt,url:Gt,hex:Gt},string:{len:"'${name}' must be exactly ${len} characters",min:"'${name}' must be at least ${min} characters",max:"'${name}' cannot be longer than ${max} characters",range:"'${name}' must be between ${min} and ${max} characters"},number:{len:"'${name}' must equal ${len}",min:"'${name}' cannot be less than ${min}",max:"'${name}' cannot be greater than ${max}",range:"'${name}' must be between ${min} and ${max}"},array:{len:"'${name}' must be exactly ${len} in length",min:"'${name}' cannot be less than ${min} in length",max:"'${name}' cannot be greater than ${max} in length",range:"'${name}' must be between ${min} and ${max} in length"},pattern:{mismatch:"'${name}' does not match pattern ${pattern}"}},Ce=e(24434),St=ft;function ze(rr,_t){return rr.replace(/\$\{\w+\}/g,function(rt){var Ot=rt.slice(2,-1);return _t[Ot]})}var nt="CODE_LOGIC_ERROR";function Te(rr,_t,rt,Ot,pt){return Rt.apply(this,arguments)}function Rt(){return Rt=(0,f.Z)((0,c.Z)().mark(function rr(_t,rt,Ot,pt,lr){var cr,Tr,Wr,Ze,Je,ye,st,sr,xr;return(0,c.Z)().wrap(function(Pr){for(;;)switch(Pr.prev=Pr.next){case 0:return cr=(0,o.Z)({},Ot),delete cr.ruleIndex,St.warning=function(){},cr.validator&&(Tr=cr.validator,cr.validator=function(){try{return Tr.apply(void 0,arguments)}catch(zr){return console.error(zr),Promise.reject(nt)}}),Wr=null,cr&&cr.type==="array"&&cr.defaultField&&(Wr=cr.defaultField,delete cr.defaultField),Ze=new St((0,m.Z)({},_t,[cr])),Je=(0,Ce.T)(Ct,pt.validateMessages),Ze.messages(Je),ye=[],Pr.prev=10,Pr.next=13,Promise.resolve(Ze.validate((0,m.Z)({},_t,rt),(0,o.Z)({},pt)));case 13:Pr.next=18;break;case 15:Pr.prev=15,Pr.t0=Pr.catch(10),Pr.t0.errors&&(ye=Pr.t0.errors.map(function(zr,wn){var wr=zr.message,dn=wr===nt?Je.default:wr;return r.isValidElement(dn)?r.cloneElement(dn,{key:"error_".concat(wn)}):dn}));case 18:if(!(!ye.length&&Wr)){Pr.next=23;break}return Pr.next=21,Promise.all(rt.map(function(zr,wn){return Te("".concat(_t,".").concat(wn),zr,Wr,pt,lr)}));case 21:return st=Pr.sent,Pr.abrupt("return",st.reduce(function(zr,wn){return[].concat((0,h.Z)(zr),(0,h.Z)(wn))},[]));case 23:return sr=(0,o.Z)((0,o.Z)({},Ot),{},{name:_t,enum:(Ot.enum||[]).join(", ")},lr),xr=ye.map(function(zr){return typeof zr=="string"?ze(zr,sr):zr}),Pr.abrupt("return",xr);case 26:case"end":return Pr.stop()}},rr,null,[[10,15]])})),Rt.apply(this,arguments)}function Le(rr,_t,rt,Ot,pt,lr){var cr=rr.join("."),Tr=rt.map(function(Je,ye){var st=Je.validator,sr=(0,o.Z)((0,o.Z)({},Je),{},{ruleIndex:ye});return st&&(sr.validator=function(xr,kr,Pr){var zr=!1,wn=function(){for(var sn=arguments.length,cn=new Array(sn),On=0;On<sn;On++)cn[On]=arguments[On];Promise.resolve().then(function(){(0,D.ZP)(!zr,"Your validator function has already return a promise. `callback` will be ignored."),zr||Pr.apply(void 0,cn)})},wr=st(xr,kr,wn);zr=wr&&typeof wr.then=="function"&&typeof wr.catch=="function",(0,D.ZP)(zr,"`callback` is deprecated. Please return a promise instead."),zr&&wr.then(function(){Pr()}).catch(function(dn){Pr(dn||" ")})}),sr}).sort(function(Je,ye){var st=Je.warningOnly,sr=Je.ruleIndex,xr=ye.warningOnly,kr=ye.ruleIndex;return!!st==!!xr?sr-kr:st?1:-1}),Wr;if(pt===!0)Wr=new Promise(function(){var Je=(0,f.Z)((0,c.Z)().mark(function ye(st,sr){var xr,kr,Pr;return(0,c.Z)().wrap(function(wn){for(;;)switch(wn.prev=wn.next){case 0:xr=0;case 1:if(!(xr<Tr.length)){wn.next=12;break}return kr=Tr[xr],wn.next=5,Te(cr,_t,kr,Ot,lr);case 5:if(Pr=wn.sent,!Pr.length){wn.next=9;break}return sr([{errors:Pr,rule:kr}]),wn.abrupt("return");case 9:xr+=1,wn.next=1;break;case 12:st([]);case 13:case"end":return wn.stop()}},ye)}));return function(ye,st){return Je.apply(this,arguments)}}());else{var Ze=Tr.map(function(Je){return Te(cr,_t,Je,Ot,lr).then(function(ye){return{errors:ye,rule:Je}})});Wr=(pt?Xr(Ze):Or(Ze)).then(function(Je){return Promise.reject(Je)})}return Wr.catch(function(Je){return Je}),Wr}function Or(rr){return At.apply(this,arguments)}function At(){return At=(0,f.Z)((0,c.Z)().mark(function rr(_t){return(0,c.Z)().wrap(function(Ot){for(;;)switch(Ot.prev=Ot.next){case 0:return Ot.abrupt("return",Promise.all(_t).then(function(pt){var lr,cr=(lr=[]).concat.apply(lr,(0,h.Z)(pt));return cr}));case 1:case"end":return Ot.stop()}},rr)})),At.apply(this,arguments)}function Xr(rr){return nn.apply(this,arguments)}function nn(){return nn=(0,f.Z)((0,c.Z)().mark(function rr(_t){var rt;return(0,c.Z)().wrap(function(pt){for(;;)switch(pt.prev=pt.next){case 0:return rt=0,pt.abrupt("return",new Promise(function(lr){_t.forEach(function(cr){cr.then(function(Tr){Tr.errors.length&&lr([Tr]),rt+=1,rt===_t.length&&lr([])})})}));case 2:case"end":return pt.stop()}},rr)})),nn.apply(this,arguments)}var Mr=e(34666),Dr=e(97938);function mr(rr){return K(rr)}function Zr(rr,_t){var rt={};return _t.forEach(function(Ot){var pt=(0,Dr.Z)(rr,Ot);rt=(0,Ce.Z)(rt,Ot,pt)}),rt}function un(rr,_t){var rt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return rr&&rr.some(function(Ot){return hn(_t,Ot,rt)})}function hn(rr,_t){var rt=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return!rr||!_t||!rt&&rr.length!==_t.length?!1:_t.every(function(Ot,pt){return rr[pt]===Ot})}function Yt(rr,_t){if(rr===_t)return!0;if(!rr&&_t||rr&&!_t||!rr||!_t||(0,Mr.Z)(rr)!=="object"||(0,Mr.Z)(_t)!=="object")return!1;var rt=Object.keys(rr),Ot=Object.keys(_t),pt=new Set([].concat(rt,Ot));return(0,h.Z)(pt).every(function(lr){var cr=rr[lr],Tr=_t[lr];return typeof cr=="function"&&typeof Tr=="function"?!0:cr===Tr})}function gt(rr){var _t=arguments.length<=1?void 0:arguments[1];return _t&&_t.target&&(0,Mr.Z)(_t.target)==="object"&&rr in _t.target?_t.target[rr]:_t}function ut(rr,_t,rt){var Ot=rr.length;if(_t<0||_t>=Ot||rt<0||rt>=Ot)return rr;var pt=rr[_t],lr=_t-rt;return lr>0?[].concat((0,h.Z)(rr.slice(0,rt)),[pt],(0,h.Z)(rr.slice(rt,_t)),(0,h.Z)(rr.slice(_t+1,Ot))):lr<0?[].concat((0,h.Z)(rr.slice(0,_t)),(0,h.Z)(rr.slice(_t+1,rt+1)),[pt],(0,h.Z)(rr.slice(rt+1,Ot))):rr}var ct=["name"],Nt=[];function yr(rr,_t,rt,Ot,pt,lr){return typeof rr=="function"?rr(_t,rt,"source"in lr?{source:lr.source}:{}):Ot!==pt}var _r=function(rr){(0,p.Z)(rt,rr);var _t=(0,y.Z)(rt);function rt(Ot){var pt;if((0,u.Z)(this,rt),pt=_t.call(this,Ot),(0,m.Z)((0,x.Z)(pt),"state",{resetCount:0}),(0,m.Z)((0,x.Z)(pt),"cancelRegisterFunc",null),(0,m.Z)((0,x.Z)(pt),"mounted",!1),(0,m.Z)((0,x.Z)(pt),"touched",!1),(0,m.Z)((0,x.Z)(pt),"dirty",!1),(0,m.Z)((0,x.Z)(pt),"validatePromise",void 0),(0,m.Z)((0,x.Z)(pt),"prevValidating",void 0),(0,m.Z)((0,x.Z)(pt),"errors",Nt),(0,m.Z)((0,x.Z)(pt),"warnings",Nt),(0,m.Z)((0,x.Z)(pt),"cancelRegister",function(){var Wr=pt.props,Ze=Wr.preserve,Je=Wr.isListField,ye=Wr.name;pt.cancelRegisterFunc&&pt.cancelRegisterFunc(Je,Ze,mr(ye)),pt.cancelRegisterFunc=null}),(0,m.Z)((0,x.Z)(pt),"getNamePath",function(){var Wr=pt.props,Ze=Wr.name,Je=Wr.fieldContext,ye=Je.prefixName,st=ye===void 0?[]:ye;return Ze!==void 0?[].concat((0,h.Z)(st),(0,h.Z)(Ze)):[]}),(0,m.Z)((0,x.Z)(pt),"getRules",function(){var Wr=pt.props,Ze=Wr.rules,Je=Ze===void 0?[]:Ze,ye=Wr.fieldContext;return Je.map(function(st){return typeof st=="function"?st(ye):st})}),(0,m.Z)((0,x.Z)(pt),"refresh",function(){pt.mounted&&pt.setState(function(Wr){var Ze=Wr.resetCount;return{resetCount:Ze+1}})}),(0,m.Z)((0,x.Z)(pt),"metaCache",null),(0,m.Z)((0,x.Z)(pt),"triggerMetaEvent",function(Wr){var Ze=pt.props.onMetaChange;if(Ze){var Je=(0,o.Z)((0,o.Z)({},pt.getMeta()),{},{destroy:Wr});(0,S.Z)(pt.metaCache,Je)||Ze(Je),pt.metaCache=Je}else pt.metaCache=null}),(0,m.Z)((0,x.Z)(pt),"onStoreChange",function(Wr,Ze,Je){var ye=pt.props,st=ye.shouldUpdate,sr=ye.dependencies,xr=sr===void 0?[]:sr,kr=ye.onReset,Pr=Je.store,zr=pt.getNamePath(),wn=pt.getValue(Wr),wr=pt.getValue(Pr),dn=Ze&&un(Ze,zr);switch(Je.type==="valueUpdate"&&Je.source==="external"&&wn!==wr&&(pt.touched=!0,pt.dirty=!0,pt.validatePromise=null,pt.errors=Nt,pt.warnings=Nt,pt.triggerMetaEvent()),Je.type){case"reset":if(!Ze||dn){pt.touched=!1,pt.dirty=!1,pt.validatePromise=void 0,pt.errors=Nt,pt.warnings=Nt,pt.triggerMetaEvent(),kr==null||kr(),pt.refresh();return}break;case"remove":{if(st){pt.reRender();return}break}case"setField":{var sn=Je.data;if(dn){"touched"in sn&&(pt.touched=sn.touched),"validating"in sn&&!("originRCField"in sn)&&(pt.validatePromise=sn.validating?Promise.resolve([]):null),"errors"in sn&&(pt.errors=sn.errors||Nt),"warnings"in sn&&(pt.warnings=sn.warnings||Nt),pt.dirty=!0,pt.triggerMetaEvent(),pt.reRender();return}else if("value"in sn&&un(Ze,zr,!0)){pt.reRender();return}if(st&&!zr.length&&yr(st,Wr,Pr,wn,wr,Je)){pt.reRender();return}break}case"dependenciesUpdate":{var cn=xr.map(mr);if(cn.some(function(On){return un(Je.relatedFields,On)})){pt.reRender();return}break}default:if(dn||(!xr.length||zr.length||st)&&yr(st,Wr,Pr,wn,wr,Je)){pt.reRender();return}break}st===!0&&pt.reRender()}),(0,m.Z)((0,x.Z)(pt),"validateRules",function(Wr){var Ze=pt.getNamePath(),Je=pt.getValue(),ye=Wr||{},st=ye.triggerName,sr=ye.validateOnly,xr=sr===void 0?!1:sr,kr=Promise.resolve().then((0,f.Z)((0,c.Z)().mark(function Pr(){var zr,wn,wr,dn,sn,cn,On;return(0,c.Z)().wrap(function(Di){for(;;)switch(Di.prev=Di.next){case 0:if(pt.mounted){Di.next=2;break}return Di.abrupt("return",[]);case 2:if(zr=pt.props,wn=zr.validateFirst,wr=wn===void 0?!1:wn,dn=zr.messageVariables,sn=zr.validateDebounce,cn=pt.getRules(),st&&(cn=cn.filter(function(yi){return yi}).filter(function(yi){var yn=yi.validateTrigger;if(!yn)return!0;var pi=K(yn);return pi.includes(st)})),!(sn&&st)){Di.next=10;break}return Di.next=8,new Promise(function(yi){setTimeout(yi,sn)});case 8:if(pt.validatePromise===kr){Di.next=10;break}return Di.abrupt("return",[]);case 10:return On=Le(Ze,Je,cn,Wr,wr,dn),On.catch(function(yi){return yi}).then(function(){var yi=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Nt;if(pt.validatePromise===kr){var yn;pt.validatePromise=null;var pi=[],Qi=[];(yn=yi.forEach)===null||yn===void 0||yn.call(yi,function(ba){var Xs=ba.rule.warningOnly,xa=ba.errors,Bs=xa===void 0?Nt:xa;Xs?Qi.push.apply(Qi,(0,h.Z)(Bs)):pi.push.apply(pi,(0,h.Z)(Bs))}),pt.errors=pi,pt.warnings=Qi,pt.triggerMetaEvent(),pt.reRender()}}),Di.abrupt("return",On);case 13:case"end":return Di.stop()}},Pr)})));return xr||(pt.validatePromise=kr,pt.dirty=!0,pt.errors=Nt,pt.warnings=Nt,pt.triggerMetaEvent(),pt.reRender()),kr}),(0,m.Z)((0,x.Z)(pt),"isFieldValidating",function(){return!!pt.validatePromise}),(0,m.Z)((0,x.Z)(pt),"isFieldTouched",function(){return pt.touched}),(0,m.Z)((0,x.Z)(pt),"isFieldDirty",function(){if(pt.dirty||pt.props.initialValue!==void 0)return!0;var Wr=pt.props.fieldContext,Ze=Wr.getInternalHooks(R),Je=Ze.getInitialValue;return Je(pt.getNamePath())!==void 0}),(0,m.Z)((0,x.Z)(pt),"getErrors",function(){return pt.errors}),(0,m.Z)((0,x.Z)(pt),"getWarnings",function(){return pt.warnings}),(0,m.Z)((0,x.Z)(pt),"isListField",function(){return pt.props.isListField}),(0,m.Z)((0,x.Z)(pt),"isList",function(){return pt.props.isList}),(0,m.Z)((0,x.Z)(pt),"isPreserve",function(){return pt.props.preserve}),(0,m.Z)((0,x.Z)(pt),"getMeta",function(){pt.prevValidating=pt.isFieldValidating();var Wr={touched:pt.isFieldTouched(),validating:pt.prevValidating,errors:pt.errors,warnings:pt.warnings,name:pt.getNamePath(),validated:pt.validatePromise===null};return Wr}),(0,m.Z)((0,x.Z)(pt),"getOnlyChild",function(Wr){if(typeof Wr=="function"){var Ze=pt.getMeta();return(0,o.Z)((0,o.Z)({},pt.getOnlyChild(Wr(pt.getControlled(),Ze,pt.props.fieldContext))),{},{isFunction:!0})}var Je=(0,b.Z)(Wr);return Je.length!==1||!r.isValidElement(Je[0])?{child:Je,isFunction:!1}:{child:Je[0],isFunction:!1}}),(0,m.Z)((0,x.Z)(pt),"getValue",function(Wr){var Ze=pt.props.fieldContext.getFieldsValue,Je=pt.getNamePath();return(0,Dr.Z)(Wr||Ze(!0),Je)}),(0,m.Z)((0,x.Z)(pt),"getControlled",function(){var Wr=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Ze=pt.props,Je=Ze.trigger,ye=Ze.validateTrigger,st=Ze.getValueFromEvent,sr=Ze.normalize,xr=Ze.valuePropName,kr=Ze.getValueProps,Pr=Ze.fieldContext,zr=ye!==void 0?ye:Pr.validateTrigger,wn=pt.getNamePath(),wr=Pr.getInternalHooks,dn=Pr.getFieldsValue,sn=wr(R),cn=sn.dispatch,On=pt.getValue(),Ia=kr||function(pi){return(0,m.Z)({},xr,pi)},Di=Wr[Je],yi=(0,o.Z)((0,o.Z)({},Wr),Ia(On));yi[Je]=function(){pt.touched=!0,pt.dirty=!0,pt.triggerMetaEvent();for(var pi,Qi=arguments.length,ba=new Array(Qi),Xs=0;Xs<Qi;Xs++)ba[Xs]=arguments[Xs];st?pi=st.apply(void 0,ba):pi=gt.apply(void 0,[xr].concat(ba)),sr&&(pi=sr(pi,On,dn(!0))),cn({type:"updateValue",namePath:wn,value:pi}),Di&&Di.apply(void 0,ba)};var yn=K(zr||[]);return yn.forEach(function(pi){var Qi=yi[pi];yi[pi]=function(){Qi&&Qi.apply(void 0,arguments);var ba=pt.props.rules;ba&&ba.length&&cn({type:"validateField",namePath:wn,triggerName:pi})}}),yi}),Ot.fieldContext){var lr=Ot.fieldContext.getInternalHooks,cr=lr(R),Tr=cr.initEntityValue;Tr((0,x.Z)(pt))}return pt}return(0,a.Z)(rt,[{key:"componentDidMount",value:function(){var pt=this.props,lr=pt.shouldUpdate,cr=pt.fieldContext;if(this.mounted=!0,cr){var Tr=cr.getInternalHooks,Wr=Tr(R),Ze=Wr.registerField;this.cancelRegisterFunc=Ze(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 pt=this.state.resetCount,lr=this.props.children,cr=this.getOnlyChild(lr),Tr=cr.child,Wr=cr.isFunction,Ze;return Wr?Ze=Tr:r.isValidElement(Tr)?Ze=r.cloneElement(Tr,this.getControlled(Tr.props)):((0,D.ZP)(!Tr,"`children` of Field is not validate ReactElement."),Ze=Tr),r.createElement(r.Fragment,{key:pt},Ze)}}]),rt}(r.Component);(0,m.Z)(_r,"contextType",M),(0,m.Z)(_r,"defaultProps",{trigger:"onChange",valuePropName:"value"});function it(rr){var _t=rr.name,rt=(0,l.Z)(rr,ct),Ot=r.useContext(M),pt=r.useContext(N),lr=_t!==void 0?mr(_t):void 0,cr="keep";return rt.isListField||(cr="_".concat((lr||[]).join("_"))),r.createElement(_r,(0,i.Z)({key:cr,name:lr,isListField:!!pt},rt,{fieldContext:Ot}))}var Cr=it;function mn(rr){var _t=rr.name,rt=rr.initialValue,Ot=rr.children,pt=rr.rules,lr=rr.validateTrigger,cr=rr.isListField,Tr=r.useContext(M),Wr=r.useContext(N),Ze=r.useRef({keys:[],id:0}),Je=Ze.current,ye=r.useMemo(function(){var kr=mr(Tr.prefixName)||[];return[].concat((0,h.Z)(kr),(0,h.Z)(mr(_t)))},[Tr.prefixName,_t]),st=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},Tr),{},{prefixName:ye})},[Tr,ye]),sr=r.useMemo(function(){return{getKey:function(Pr){var zr=ye.length,wn=Pr[zr];return[Je.keys[wn],Pr.slice(zr+1)]}}},[ye]);if(typeof Ot!="function")return(0,D.ZP)(!1,"Form.List only accepts function as children."),null;var xr=function(Pr,zr,wn){var wr=wn.source;return wr==="internal"?!1:Pr!==zr};return r.createElement(N.Provider,{value:sr},r.createElement(M.Provider,{value:st},r.createElement(Cr,{name:[],shouldUpdate:xr,rules:pt,validateTrigger:lr,initialValue:rt,isList:!0,isListField:cr!=null?cr:!!Wr},function(kr,Pr){var zr=kr.value,wn=zr===void 0?[]:zr,wr=kr.onChange,dn=Tr.getFieldValue,sn=function(){var Di=dn(ye||[]);return Di||[]},cn={add:function(Di,yi){var yn=sn();yi>=0&&yi<=yn.length?(Je.keys=[].concat((0,h.Z)(Je.keys.slice(0,yi)),[Je.id],(0,h.Z)(Je.keys.slice(yi))),wr([].concat((0,h.Z)(yn.slice(0,yi)),[Di],(0,h.Z)(yn.slice(yi))))):(Je.keys=[].concat((0,h.Z)(Je.keys),[Je.id]),wr([].concat((0,h.Z)(yn),[Di]))),Je.id+=1},remove:function(Di){var yi=sn(),yn=new Set(Array.isArray(Di)?Di:[Di]);yn.size<=0||(Je.keys=Je.keys.filter(function(pi,Qi){return!yn.has(Qi)}),wr(yi.filter(function(pi,Qi){return!yn.has(Qi)})))},move:function(Di,yi){if(Di!==yi){var yn=sn();Di<0||Di>=yn.length||yi<0||yi>=yn.length||(Je.keys=ut(Je.keys,Di,yi),wr(ut(yn,Di,yi)))}}},On=wn||[];return Array.isArray(On)||(On=[]),Ot(On.map(function(Ia,Di){var yi=Je.keys[Di];return yi===void 0&&(Je.keys[Di]=Je.id,yi=Je.keys[Di],Je.id+=1),{name:Di,key:yi,isListField:!0}}),cn,Pr)})))}var Vn=mn,Gr=e(11913);function Qn(rr){var _t=!1,rt=rr.length,Ot=[];return rr.length?new Promise(function(pt,lr){rr.forEach(function(cr,Tr){cr.catch(function(Wr){return _t=!0,Wr}).then(function(Wr){rt-=1,Ot[Tr]=Wr,!(rt>0)&&(_t&&lr(Ot),pt(Ot))})})}):Promise.resolve([])}var ei="__@field_split__";function Nn(rr){return rr.map(function(_t){return"".concat((0,Mr.Z)(_t),":").concat(_t)}).join(ei)}var qn=function(){function rr(){(0,u.Z)(this,rr),(0,m.Z)(this,"kvs",new Map)}return(0,a.Z)(rr,[{key:"set",value:function(rt,Ot){this.kvs.set(Nn(rt),Ot)}},{key:"get",value:function(rt){return this.kvs.get(Nn(rt))}},{key:"update",value:function(rt,Ot){var pt=this.get(rt),lr=Ot(pt);lr?this.set(rt,lr):this.delete(rt)}},{key:"delete",value:function(rt){this.kvs.delete(Nn(rt))}},{key:"map",value:function(rt){return(0,h.Z)(this.kvs.entries()).map(function(Ot){var pt=(0,Gr.Z)(Ot,2),lr=pt[0],cr=pt[1],Tr=lr.split(ei);return rt({key:Tr.map(function(Wr){var Ze=Wr.match(/^([^:]*):(.*)$/),Je=(0,Gr.Z)(Ze,3),ye=Je[1],st=Je[2];return ye==="number"?Number(st):st}),value:cr})})}},{key:"toJSON",value:function(){var rt={};return this.map(function(Ot){var pt=Ot.key,lr=Ot.value;return rt[pt.join(".")]=lr,null}),rt}}]),rr}(),Pn=qn,Mi=["name"],di=(0,a.Z)(function rr(_t){var rt=this;(0,u.Z)(this,rr),(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:rt.getFieldValue,getFieldsValue:rt.getFieldsValue,getFieldError:rt.getFieldError,getFieldWarning:rt.getFieldWarning,getFieldsError:rt.getFieldsError,isFieldsTouched:rt.isFieldsTouched,isFieldTouched:rt.isFieldTouched,isFieldValidating:rt.isFieldValidating,isFieldsValidating:rt.isFieldsValidating,resetFields:rt.resetFields,setFields:rt.setFields,setFieldValue:rt.setFieldValue,setFieldsValue:rt.setFieldsValue,validateFields:rt.validateFields,submit:rt.submit,_init:!0,getInternalHooks:rt.getInternalHooks}}),(0,m.Z)(this,"getInternalHooks",function(Ot){return Ot===R?(rt.formHooked=!0,{dispatch:rt.dispatch,initEntityValue:rt.initEntityValue,registerField:rt.registerField,useSubscribe:rt.useSubscribe,setInitialValues:rt.setInitialValues,destroyForm:rt.destroyForm,setCallbacks:rt.setCallbacks,setValidateMessages:rt.setValidateMessages,getFields:rt.getFields,setPreserve:rt.setPreserve,getInitialValue:rt.getInitialValue,registerWatch:rt.registerWatch}):((0,D.ZP)(!1,"`getInternalHooks` is internal usage. Should not call directly."),null)}),(0,m.Z)(this,"useSubscribe",function(Ot){rt.subscribable=Ot}),(0,m.Z)(this,"prevWithoutPreserves",null),(0,m.Z)(this,"setInitialValues",function(Ot,pt){if(rt.initialValues=Ot||{},pt){var lr,cr=(0,Ce.T)(Ot,rt.store);(lr=rt.prevWithoutPreserves)===null||lr===void 0||lr.map(function(Tr){var Wr=Tr.key;cr=(0,Ce.Z)(cr,Wr,(0,Dr.Z)(Ot,Wr))}),rt.prevWithoutPreserves=null,rt.updateStore(cr)}}),(0,m.Z)(this,"destroyForm",function(){var Ot=new Pn;rt.getFieldEntities(!0).forEach(function(pt){rt.isMergedPreserve(pt.isPreserve())||Ot.set(pt.getNamePath(),!0)}),rt.prevWithoutPreserves=Ot}),(0,m.Z)(this,"getInitialValue",function(Ot){var pt=(0,Dr.Z)(rt.initialValues,Ot);return Ot.length?(0,Ce.T)(pt):pt}),(0,m.Z)(this,"setCallbacks",function(Ot){rt.callbacks=Ot}),(0,m.Z)(this,"setValidateMessages",function(Ot){rt.validateMessages=Ot}),(0,m.Z)(this,"setPreserve",function(Ot){rt.preserve=Ot}),(0,m.Z)(this,"watchList",[]),(0,m.Z)(this,"registerWatch",function(Ot){return rt.watchList.push(Ot),function(){rt.watchList=rt.watchList.filter(function(pt){return pt!==Ot})}}),(0,m.Z)(this,"notifyWatch",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];if(rt.watchList.length){var pt=rt.getFieldsValue(),lr=rt.getFieldsValue(!0);rt.watchList.forEach(function(cr){cr(pt,lr,Ot)})}}),(0,m.Z)(this,"timeoutId",null),(0,m.Z)(this,"warningUnhooked",function(){}),(0,m.Z)(this,"updateStore",function(Ot){rt.store=Ot}),(0,m.Z)(this,"getFieldEntities",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return Ot?rt.fieldEntities.filter(function(pt){return pt.getNamePath().length}):rt.fieldEntities}),(0,m.Z)(this,"getFieldsMap",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,pt=new Pn;return rt.getFieldEntities(Ot).forEach(function(lr){var cr=lr.getNamePath();pt.set(cr,lr)}),pt}),(0,m.Z)(this,"getFieldEntitiesForNamePathList",function(Ot){if(!Ot)return rt.getFieldEntities(!0);var pt=rt.getFieldsMap(!0);return Ot.map(function(lr){var cr=mr(lr);return pt.get(cr)||{INVALIDATE_NAME_PATH:mr(lr)}})}),(0,m.Z)(this,"getFieldsValue",function(Ot,pt){rt.warningUnhooked();var lr,cr,Tr;if(Ot===!0||Array.isArray(Ot)?(lr=Ot,cr=pt):Ot&&(0,Mr.Z)(Ot)==="object"&&(Tr=Ot.strict,cr=Ot.filter),lr===!0&&!cr)return rt.store;var Wr=rt.getFieldEntitiesForNamePathList(Array.isArray(lr)?lr:null),Ze=[];return Wr.forEach(function(Je){var ye,st,sr="INVALIDATE_NAME_PATH"in Je?Je.INVALIDATE_NAME_PATH:Je.getNamePath();if(Tr){var xr,kr;if((xr=(kr=Je).isList)!==null&&xr!==void 0&&xr.call(kr))return}else if(!lr&&(ye=(st=Je).isListField)!==null&&ye!==void 0&&ye.call(st))return;if(!cr)Ze.push(sr);else{var Pr="getMeta"in Je?Je.getMeta():null;cr(Pr)&&Ze.push(sr)}}),Zr(rt.store,Ze.map(mr))}),(0,m.Z)(this,"getFieldValue",function(Ot){rt.warningUnhooked();var pt=mr(Ot);return(0,Dr.Z)(rt.store,pt)}),(0,m.Z)(this,"getFieldsError",function(Ot){rt.warningUnhooked();var pt=rt.getFieldEntitiesForNamePathList(Ot);return pt.map(function(lr,cr){return lr&&!("INVALIDATE_NAME_PATH"in lr)?{name:lr.getNamePath(),errors:lr.getErrors(),warnings:lr.getWarnings()}:{name:mr(Ot[cr]),errors:[],warnings:[]}})}),(0,m.Z)(this,"getFieldError",function(Ot){rt.warningUnhooked();var pt=mr(Ot),lr=rt.getFieldsError([pt])[0];return lr.errors}),(0,m.Z)(this,"getFieldWarning",function(Ot){rt.warningUnhooked();var pt=mr(Ot),lr=rt.getFieldsError([pt])[0];return lr.warnings}),(0,m.Z)(this,"isFieldsTouched",function(){rt.warningUnhooked();for(var Ot=arguments.length,pt=new Array(Ot),lr=0;lr<Ot;lr++)pt[lr]=arguments[lr];var cr=pt[0],Tr=pt[1],Wr,Ze=!1;pt.length===0?Wr=null:pt.length===1?Array.isArray(cr)?(Wr=cr.map(mr),Ze=!1):(Wr=null,Ze=cr):(Wr=cr.map(mr),Ze=Tr);var Je=rt.getFieldEntities(!0),ye=function(Pr){return Pr.isFieldTouched()};if(!Wr)return Ze?Je.every(ye):Je.some(ye);var st=new Pn;Wr.forEach(function(kr){st.set(kr,[])}),Je.forEach(function(kr){var Pr=kr.getNamePath();Wr.forEach(function(zr){zr.every(function(wn,wr){return Pr[wr]===wn})&&st.update(zr,function(wn){return[].concat((0,h.Z)(wn),[kr])})})});var sr=function(Pr){return Pr.some(ye)},xr=st.map(function(kr){var Pr=kr.value;return Pr});return Ze?xr.every(sr):xr.some(sr)}),(0,m.Z)(this,"isFieldTouched",function(Ot){return rt.warningUnhooked(),rt.isFieldsTouched([Ot])}),(0,m.Z)(this,"isFieldsValidating",function(Ot){rt.warningUnhooked();var pt=rt.getFieldEntities();if(!Ot)return pt.some(function(cr){return cr.isFieldValidating()});var lr=Ot.map(mr);return pt.some(function(cr){var Tr=cr.getNamePath();return un(lr,Tr)&&cr.isFieldValidating()})}),(0,m.Z)(this,"isFieldValidating",function(Ot){return rt.warningUnhooked(),rt.isFieldsValidating([Ot])}),(0,m.Z)(this,"resetWithFieldInitialValue",function(){var Ot=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},pt=new Pn,lr=rt.getFieldEntities(!0);lr.forEach(function(Wr){var Ze=Wr.props.initialValue,Je=Wr.getNamePath();if(Ze!==void 0){var ye=pt.get(Je)||new Set;ye.add({entity:Wr,value:Ze}),pt.set(Je,ye)}});var cr=function(Ze){Ze.forEach(function(Je){var ye=Je.props.initialValue;if(ye!==void 0){var st=Je.getNamePath(),sr=rt.getInitialValue(st);if(sr!==void 0)(0,D.ZP)(!1,"Form already set 'initialValues' with path '".concat(st.join("."),"'. Field can not overwrite it."));else{var xr=pt.get(st);if(xr&&xr.size>1)(0,D.ZP)(!1,"Multiple Field with path '".concat(st.join("."),"' set 'initialValue'. Can not decide which one to pick."));else if(xr){var kr=rt.getFieldValue(st);(!Ot.skipExist||kr===void 0)&&rt.updateStore((0,Ce.Z)(rt.store,st,(0,h.Z)(xr)[0].value))}}}})},Tr;Ot.entities?Tr=Ot.entities:Ot.namePathList?(Tr=[],Ot.namePathList.forEach(function(Wr){var Ze=pt.get(Wr);if(Ze){var Je;(Je=Tr).push.apply(Je,(0,h.Z)((0,h.Z)(Ze).map(function(ye){return ye.entity})))}})):Tr=lr,cr(Tr)}),(0,m.Z)(this,"resetFields",function(Ot){rt.warningUnhooked();var pt=rt.store;if(!Ot){rt.updateStore((0,Ce.T)(rt.initialValues)),rt.resetWithFieldInitialValue(),rt.notifyObservers(pt,null,{type:"reset"}),rt.notifyWatch();return}var lr=Ot.map(mr);lr.forEach(function(cr){var Tr=rt.getInitialValue(cr);rt.updateStore((0,Ce.Z)(rt.store,cr,Tr))}),rt.resetWithFieldInitialValue({namePathList:lr}),rt.notifyObservers(pt,lr,{type:"reset"}),rt.notifyWatch(lr)}),(0,m.Z)(this,"setFields",function(Ot){rt.warningUnhooked();var pt=rt.store,lr=[];Ot.forEach(function(cr){var Tr=cr.name,Wr=(0,l.Z)(cr,Mi),Ze=mr(Tr);lr.push(Ze),"value"in Wr&&rt.updateStore((0,Ce.Z)(rt.store,Ze,Wr.value)),rt.notifyObservers(pt,[Ze],{type:"setField",data:cr})}),rt.notifyWatch(lr)}),(0,m.Z)(this,"getFields",function(){var Ot=rt.getFieldEntities(!0),pt=Ot.map(function(lr){var cr=lr.getNamePath(),Tr=lr.getMeta(),Wr=(0,o.Z)((0,o.Z)({},Tr),{},{name:cr,value:rt.getFieldValue(cr)});return Object.defineProperty(Wr,"originRCField",{value:!0}),Wr});return pt}),(0,m.Z)(this,"initEntityValue",function(Ot){var pt=Ot.props.initialValue;if(pt!==void 0){var lr=Ot.getNamePath(),cr=(0,Dr.Z)(rt.store,lr);cr===void 0&&rt.updateStore((0,Ce.Z)(rt.store,lr,pt))}}),(0,m.Z)(this,"isMergedPreserve",function(Ot){var pt=Ot!==void 0?Ot:rt.preserve;return pt!=null?pt:!0}),(0,m.Z)(this,"registerField",function(Ot){rt.fieldEntities.push(Ot);var pt=Ot.getNamePath();if(rt.notifyWatch([pt]),Ot.props.initialValue!==void 0){var lr=rt.store;rt.resetWithFieldInitialValue({entities:[Ot],skipExist:!0}),rt.notifyObservers(lr,[Ot.getNamePath()],{type:"valueUpdate",source:"internal"})}return function(cr,Tr){var Wr=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];if(rt.fieldEntities=rt.fieldEntities.filter(function(ye){return ye!==Ot}),!rt.isMergedPreserve(Tr)&&(!cr||Wr.length>1)){var Ze=cr?void 0:rt.getInitialValue(pt);if(pt.length&&rt.getFieldValue(pt)!==Ze&&rt.fieldEntities.every(function(ye){return!hn(ye.getNamePath(),pt)})){var Je=rt.store;rt.updateStore((0,Ce.Z)(Je,pt,Ze,!0)),rt.notifyObservers(Je,[pt],{type:"remove"}),rt.triggerDependenciesUpdate(Je,pt)}}rt.notifyWatch([pt])}}),(0,m.Z)(this,"dispatch",function(Ot){switch(Ot.type){case"updateValue":{var pt=Ot.namePath,lr=Ot.value;rt.updateValue(pt,lr);break}case"validateField":{var cr=Ot.namePath,Tr=Ot.triggerName;rt.validateFields([cr],{triggerName:Tr});break}default:}}),(0,m.Z)(this,"notifyObservers",function(Ot,pt,lr){if(rt.subscribable){var cr=(0,o.Z)((0,o.Z)({},lr),{},{store:rt.getFieldsValue(!0)});rt.getFieldEntities().forEach(function(Tr){var Wr=Tr.onStoreChange;Wr(Ot,pt,cr)})}else rt.forceRootUpdate()}),(0,m.Z)(this,"triggerDependenciesUpdate",function(Ot,pt){var lr=rt.getDependencyChildrenFields(pt);return lr.length&&rt.validateFields(lr),rt.notifyObservers(Ot,lr,{type:"dependenciesUpdate",relatedFields:[pt].concat((0,h.Z)(lr))}),lr}),(0,m.Z)(this,"updateValue",function(Ot,pt){var lr=mr(Ot),cr=rt.store;rt.updateStore((0,Ce.Z)(rt.store,lr,pt)),rt.notifyObservers(cr,[lr],{type:"valueUpdate",source:"internal"}),rt.notifyWatch([lr]);var Tr=rt.triggerDependenciesUpdate(cr,lr),Wr=rt.callbacks.onValuesChange;if(Wr){var Ze=Zr(rt.store,[lr]);Wr(Ze,rt.getFieldsValue())}rt.triggerOnFieldsChange([lr].concat((0,h.Z)(Tr)))}),(0,m.Z)(this,"setFieldsValue",function(Ot){rt.warningUnhooked();var pt=rt.store;if(Ot){var lr=(0,Ce.T)(rt.store,Ot);rt.updateStore(lr)}rt.notifyObservers(pt,null,{type:"valueUpdate",source:"external"}),rt.notifyWatch()}),(0,m.Z)(this,"setFieldValue",function(Ot,pt){rt.setFields([{name:Ot,value:pt}])}),(0,m.Z)(this,"getDependencyChildrenFields",function(Ot){var pt=new Set,lr=[],cr=new Pn;rt.getFieldEntities().forEach(function(Wr){var Ze=Wr.props.dependencies;(Ze||[]).forEach(function(Je){var ye=mr(Je);cr.update(ye,function(){var st=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Set;return st.add(Wr),st})})});var Tr=function Wr(Ze){var Je=cr.get(Ze)||new Set;Je.forEach(function(ye){if(!pt.has(ye)){pt.add(ye);var st=ye.getNamePath();ye.isFieldDirty()&&st.length&&(lr.push(st),Wr(st))}})};return Tr(Ot),lr}),(0,m.Z)(this,"triggerOnFieldsChange",function(Ot,pt){var lr=rt.callbacks.onFieldsChange;if(lr){var cr=rt.getFields();if(pt){var Tr=new Pn;pt.forEach(function(Ze){var Je=Ze.name,ye=Ze.errors;Tr.set(Je,ye)}),cr.forEach(function(Ze){Ze.errors=Tr.get(Ze.name)||Ze.errors})}var Wr=cr.filter(function(Ze){var Je=Ze.name;return un(Ot,Je)});Wr.length&&lr(Wr,cr)}}),(0,m.Z)(this,"validateFields",function(Ot,pt){var lr;rt.warningUnhooked();var cr,Tr;Array.isArray(Ot)||typeof Ot=="string"||typeof pt=="string"?(cr=Ot,Tr=pt):Tr=Ot;var Wr=!!cr,Ze=Wr?cr.map(mr):[],Je=[],ye=String(Date.now()),st=new Set,sr=(lr=Tr)===null||lr===void 0?void 0:lr.recursive;rt.getFieldEntities(!0).forEach(function(zr){if(Wr||Ze.push(zr.getNamePath()),!(!zr.props.rules||!zr.props.rules.length)){var wn=zr.getNamePath();if(st.add(wn.join(ye)),!Wr||un(Ze,wn,sr)){var wr=zr.validateRules((0,o.Z)({validateMessages:(0,o.Z)((0,o.Z)({},Ct),rt.validateMessages)},Tr));Je.push(wr.then(function(){return{name:wn,errors:[],warnings:[]}}).catch(function(dn){var sn,cn=[],On=[];return(sn=dn.forEach)===null||sn===void 0||sn.call(dn,function(Ia){var Di=Ia.rule.warningOnly,yi=Ia.errors;Di?On.push.apply(On,(0,h.Z)(yi)):cn.push.apply(cn,(0,h.Z)(yi))}),cn.length?Promise.reject({name:wn,errors:cn,warnings:On}):{name:wn,errors:cn,warnings:On}}))}}});var xr=Qn(Je);rt.lastValidatePromise=xr,xr.catch(function(zr){return zr}).then(function(zr){var wn=zr.map(function(wr){var dn=wr.name;return dn});rt.notifyObservers(rt.store,wn,{type:"validateFinish"}),rt.triggerOnFieldsChange(wn,zr)});var kr=xr.then(function(){return rt.lastValidatePromise===xr?Promise.resolve(rt.getFieldsValue(Ze)):Promise.reject([])}).catch(function(zr){var wn=zr.filter(function(wr){return wr&&wr.errors.length});return Promise.reject({values:rt.getFieldsValue(Ze),errorFields:wn,outOfDate:rt.lastValidatePromise!==xr})});kr.catch(function(zr){return zr});var Pr=Ze.filter(function(zr){return st.has(zr.join(ye))});return rt.triggerOnFieldsChange(Pr),kr}),(0,m.Z)(this,"submit",function(){rt.warningUnhooked(),rt.validateFields().then(function(Ot){var pt=rt.callbacks.onFinish;if(pt)try{pt(Ot)}catch(lr){console.error(lr)}}).catch(function(Ot){var pt=rt.callbacks.onFinishFailed;pt&&pt(Ot)})}),this.forceRootUpdate=_t});function Fi(rr){var _t=r.useRef(),rt=r.useState({}),Ot=(0,Gr.Z)(rt,2),pt=Ot[1];if(!_t.current)if(rr)_t.current=rr;else{var lr=function(){pt({})},cr=new di(lr);_t.current=cr.getForm()}return[_t.current]}var na=Fi,Hi=r.createContext({triggerFormChange:function(){},triggerFormFinish:function(){},registerForm:function(){},unregisterForm:function(){}}),Ca=function(_t){var rt=_t.validateMessages,Ot=_t.onFormChange,pt=_t.onFormFinish,lr=_t.children,cr=r.useContext(Hi),Tr=r.useRef({});return r.createElement(Hi.Provider,{value:(0,o.Z)((0,o.Z)({},cr),{},{validateMessages:(0,o.Z)((0,o.Z)({},cr.validateMessages),rt),triggerFormChange:function(Ze,Je){Ot&&Ot(Ze,{changedFields:Je,forms:Tr.current}),cr.triggerFormChange(Ze,Je)},triggerFormFinish:function(Ze,Je){pt&&pt(Ze,{values:Je,forms:Tr.current}),cr.triggerFormFinish(Ze,Je)},registerForm:function(Ze,Je){Ze&&(Tr.current=(0,o.Z)((0,o.Z)({},Tr.current),{},(0,m.Z)({},Ze,Je))),cr.registerForm(Ze,Je)},unregisterForm:function(Ze){var Je=(0,o.Z)({},Tr.current);delete Je[Ze],Tr.current=Je,cr.unregisterForm(Ze)}})},lr)},li=Hi,da=["name","initialValues","fields","form","preserve","children","component","validateMessages","validateTrigger","onValuesChange","onFieldsChange","onFinish","onFinishFailed"],Dt=function(_t,rt){var Ot=_t.name,pt=_t.initialValues,lr=_t.fields,cr=_t.form,Tr=_t.preserve,Wr=_t.children,Ze=_t.component,Je=Ze===void 0?"form":Ze,ye=_t.validateMessages,st=_t.validateTrigger,sr=st===void 0?"onChange":st,xr=_t.onValuesChange,kr=_t.onFieldsChange,Pr=_t.onFinish,zr=_t.onFinishFailed,wn=(0,l.Z)(_t,da),wr=r.useContext(li),dn=na(cr),sn=(0,Gr.Z)(dn,1),cn=sn[0],On=cn.getInternalHooks(R),Ia=On.useSubscribe,Di=On.setInitialValues,yi=On.setCallbacks,yn=On.setValidateMessages,pi=On.setPreserve,Qi=On.destroyForm;r.useImperativeHandle(rt,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)),yi({onValuesChange:xr,onFieldsChange:function(ws){if(wr.triggerFormChange(Ot,ws),kr){for(var ds=arguments.length,qs=new Array(ds>1?ds-1:0),Ji=1;Ji<ds;Ji++)qs[Ji-1]=arguments[Ji];kr.apply(void 0,[ws].concat(qs))}},onFinish:function(ws){wr.triggerFormFinish(Ot,ws),Pr&&Pr(ws)},onFinishFailed:zr}),pi(Tr);var ba=r.useRef(null);Di(pt,!ba.current),ba.current||(ba.current=!0),r.useEffect(function(){return Qi},[]);var Xs,xa=typeof Wr=="function";if(xa){var Bs=cn.getFieldsValue(!0);Xs=Wr(Bs,cn)}else Xs=Wr;Ia(!xa);var Qs=r.useRef();r.useEffect(function(){Yt(Qs.current||[],lr||[])||cn.setFields(lr||[]),Qs.current=lr},[lr,cn]);var es=r.useMemo(function(){return(0,o.Z)((0,o.Z)({},cn),{},{validateTrigger:sr})},[cn,sr]),zs=r.createElement(N.Provider,{value:null},r.createElement(M.Provider,{value:es},Xs));return Je===!1?zs:r.createElement(Je,(0,i.Z)({},wn,{onSubmit:function(ws){ws.preventDefault(),ws.stopPropagation(),cn.submit()},onReset:function(ws){var ds;ws.preventDefault(),cn.resetFields(),(ds=wn.onReset)===null||ds===void 0||ds.call(wn,ws)}}),zs)},mt=Dt;function Ui(rr){try{return JSON.stringify(rr)}catch(_t){return Math.random()}}var la=function(){};function gi(){for(var rr=arguments.length,_t=new Array(rr),rt=0;rt<rr;rt++)_t[rt]=arguments[rt];var Ot=_t[0],pt=Ot===void 0?[]:Ot,lr=_t[1],cr=lr===void 0?{}:lr,Tr=H(cr)?{form:cr}:cr,Wr=Tr.form,Ze=(0,r.useState)(),Je=(0,Gr.Z)(Ze,2),ye=Je[0],st=Je[1],sr=(0,r.useMemo)(function(){return Ui(ye)},[ye]),xr=(0,r.useRef)(sr);xr.current=sr;var kr=(0,r.useContext)(M),Pr=Wr||kr,zr=Pr&&Pr._init,wn=mr(pt),wr=(0,r.useRef)(wn);return wr.current=wn,la(wn),(0,r.useEffect)(function(){if(zr){var dn=Pr.getFieldsValue,sn=Pr.getInternalHooks,cn=sn(R),On=cn.registerWatch,Ia=On(function(yi,yn){var pi=(0,Dr.Z)(Tr.preserve?yn:yi,wr.current),Qi=Ui(pi);xr.current!==Qi&&(xr.current=Qi,st(pi))}),Di=(0,Dr.Z)(Tr.preserve?dn(!0):dn(),wr.current);return ye!==Di&&st(Di),Ia}},[zr]),ye}var La=gi,Si=r.forwardRef(mt),ci=Si;ci.FormProvider=Ca,ci.Field=Cr,ci.List=Vn,ci.useForm=na,ci.useWatch=La;var Cn=ci},77900:function(d,_,e){"use strict";e.r(_),e.d(_,{CSSMotionList:function(){return $e},Provider:function(){return m},default:function(){return ce}});var r=e(74430),i=e(27247),l=e(11913),c=e(34666),f=e(92310),o=e.n(f),h=e(76846),u=e(8654),a=e(59301),x=e(43079),p=["children"],y=a.createContext({});function m(he){var It=he.children,Se=(0,x.Z)(he,p);return a.createElement(y.Provider,{value:Se},It)}var b=e(33377),S=e(93912),D=e(18881),R=e(85461),A=function(he){(0,D.Z)(Se,he);var It=(0,R.Z)(Se);function Se(){return(0,b.Z)(this,Se),It.apply(this,arguments)}return(0,S.Z)(Se,[{key:"render",value:function(){return this.props.children}}]),Se}(a.Component),P=A,M=e(70425),B=e(41799),N=e(6089);function K(he){var It=a.useReducer(function(St){return St+1},0),Se=(0,l.Z)(It,2),ft=Se[1],Gt=a.useRef(he),Ct=(0,N.Z)(function(){return Gt.current}),Ce=(0,N.Z)(function(St){Gt.current=typeof St=="function"?St(Gt.current):St,ft()});return[Ct,Ce]}var H="none",W="appear",ae="enter",X="leave",oe="none",q="prepare",ee="start",G="active",se="end",te="prepared",Q=e(47273);function le(he,It){var Se={};return Se[he.toLowerCase()]=It.toLowerCase(),Se["Webkit".concat(he)]="webkit".concat(It),Se["Moz".concat(he)]="moz".concat(It),Se["ms".concat(he)]="MS".concat(It),Se["O".concat(he)]="o".concat(It.toLowerCase()),Se}function $(he,It){var Se={animationend:le("Animation","AnimationEnd"),transitionend:le("Transition","TransitionEnd")};return he&&("AnimationEvent"in It||delete Se.animationend.animation,"TransitionEvent"in It||delete Se.transitionend.transition),Se}var j=$((0,Q.Z)(),typeof window!="undefined"?window:{}),ie={};if((0,Q.Z)()){var me=document.createElement("div");ie=me.style}var Ae={};function Pe(he){if(Ae[he])return Ae[he];var It=j[he];if(It)for(var Se=Object.keys(It),ft=Se.length,Gt=0;Gt<ft;Gt+=1){var Ct=Se[Gt];if(Object.prototype.hasOwnProperty.call(It,Ct)&&Ct in ie)return Ae[he]=It[Ct],Ae[he]}return""}var He=Pe("animationend"),Ne=Pe("transitionend"),Mt=!!(He&&Ne),bt=He||"animationend",kt=Ne||"transitionend";function Zt(he,It){if(!he)return null;if((0,c.Z)(he)==="object"){var Se=It.replace(/-\w/g,function(ft){return ft[1].toUpperCase()});return he[Se]}return"".concat(he,"-").concat(It)}var Ft=function(he){var It=(0,a.useRef)();function Se(Gt){Gt&&(Gt.removeEventListener(kt,he),Gt.removeEventListener(bt,he))}function ft(Gt){It.current&&It.current!==Gt&&Se(It.current),Gt&&Gt!==It.current&&(Gt.addEventListener(kt,he),Gt.addEventListener(bt,he),It.current=Gt)}return a.useEffect(function(){return function(){Se(It.current)}},[]),[ft,Se]},tr=(0,Q.Z)()?a.useLayoutEffect:a.useEffect,je=tr,Et=e(16089),Bt=function(){var he=a.useRef(null);function It(){Et.Z.cancel(he.current)}function Se(ft){var Gt=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;It();var Ct=(0,Et.Z)(function(){Gt<=1?ft({isCanceled:function(){return Ct!==he.current}}):Se(ft,Gt-1)});he.current=Ct}return a.useEffect(function(){return function(){It()}},[]),[Se,It]},tt=[q,ee,G,se],yt=[q,te],dt=!1,qe=!0;function Fe(he){return he===G||he===se}var be=function(he,It,Se){var ft=(0,B.Z)(oe),Gt=(0,l.Z)(ft,2),Ct=Gt[0],Ce=Gt[1],St=Bt(),ze=(0,l.Z)(St,2),nt=ze[0],Te=ze[1];function Rt(){Ce(q,!0)}var Le=It?yt:tt;return je(function(){if(Ct!==oe&&Ct!==se){var Or=Le.indexOf(Ct),At=Le[Or+1],Xr=Se(Ct);Xr===dt?Ce(At,!0):At&&nt(function(nn){function Mr(){nn.isCanceled()||Ce(At,!0)}Xr===!0?Mr():Promise.resolve(Xr).then(Mr)})}},[he,Ct]),a.useEffect(function(){return function(){Te()}},[]),[Rt,Ct]};function ke(he,It,Se,ft){var Gt=ft.motionEnter,Ct=Gt===void 0?!0:Gt,Ce=ft.motionAppear,St=Ce===void 0?!0:Ce,ze=ft.motionLeave,nt=ze===void 0?!0:ze,Te=ft.motionDeadline,Rt=ft.motionLeaveImmediately,Le=ft.onAppearPrepare,Or=ft.onEnterPrepare,At=ft.onLeavePrepare,Xr=ft.onAppearStart,nn=ft.onEnterStart,Mr=ft.onLeaveStart,Dr=ft.onAppearActive,mr=ft.onEnterActive,Zr=ft.onLeaveActive,un=ft.onAppearEnd,hn=ft.onEnterEnd,Yt=ft.onLeaveEnd,gt=ft.onVisibleChanged,ut=(0,B.Z)(),ct=(0,l.Z)(ut,2),Nt=ct[0],yr=ct[1],_r=K(H),it=(0,l.Z)(_r,2),Cr=it[0],mn=it[1],Vn=(0,B.Z)(null),Gr=(0,l.Z)(Vn,2),Qn=Gr[0],ei=Gr[1],Nn=Cr(),qn=(0,a.useRef)(!1),Pn=(0,a.useRef)(null);function Mi(){return Se()}var di=(0,a.useRef)(!1);function Fi(){mn(H),ei(null,!0)}var na=(0,M.useEvent)(function(rr){var _t=Cr();if(_t!==H){var rt=Mi();if(!(rr&&!rr.deadline&&rr.target!==rt)){var Ot=di.current,pt;_t===W&&Ot?pt=un==null?void 0:un(rt,rr):_t===ae&&Ot?pt=hn==null?void 0:hn(rt,rr):_t===X&&Ot&&(pt=Yt==null?void 0:Yt(rt,rr)),Ot&&pt!==!1&&Fi()}}}),Hi=Ft(na),Ca=(0,l.Z)(Hi,1),li=Ca[0],da=function(_t){switch(_t){case W:return(0,r.Z)((0,r.Z)((0,r.Z)({},q,Le),ee,Xr),G,Dr);case ae:return(0,r.Z)((0,r.Z)((0,r.Z)({},q,Or),ee,nn),G,mr);case X:return(0,r.Z)((0,r.Z)((0,r.Z)({},q,At),ee,Mr),G,Zr);default:return{}}},Dt=a.useMemo(function(){return da(Nn)},[Nn]),mt=be(Nn,!he,function(rr){if(rr===q){var _t=Dt[q];return _t?_t(Mi()):dt}if(gi in Dt){var rt;ei(((rt=Dt[gi])===null||rt===void 0?void 0:rt.call(Dt,Mi(),null))||null)}return gi===G&&Nn!==H&&(li(Mi()),Te>0&&(clearTimeout(Pn.current),Pn.current=setTimeout(function(){na({deadline:!0})},Te))),gi===te&&Fi(),qe}),Ui=(0,l.Z)(mt,2),la=Ui[0],gi=Ui[1],La=Fe(gi);di.current=La;var Si=(0,a.useRef)(null);je(function(){if(!(qn.current&&Si.current===It)){yr(It);var rr=qn.current;qn.current=!0;var _t;!rr&&It&&St&&(_t=W),rr&&It&&Ct&&(_t=ae),(rr&&!It&&nt||!rr&&Rt&&!It&&nt)&&(_t=X);var rt=da(_t);_t&&(he||rt[q])?(mn(_t),la()):mn(H),Si.current=It}},[It]),(0,a.useEffect)(function(){(Nn===W&&!St||Nn===ae&&!Ct||Nn===X&&!nt)&&mn(H)},[St,Ct,nt]),(0,a.useEffect)(function(){return function(){qn.current=!1,clearTimeout(Pn.current)}},[]);var ci=a.useRef(!1);(0,a.useEffect)(function(){Nt&&(ci.current=!0),Nt!==void 0&&Nn===H&&((ci.current||Nt)&&(gt==null||gt(Nt)),ci.current=!0)},[Nt,Nn]);var Cn=Qn;return Dt[q]&&gi===ee&&(Cn=(0,i.Z)({transition:"none"},Cn)),[Nn,gi,Cn,Nt!=null?Nt:It]}function Ge(he){var It=he;(0,c.Z)(he)==="object"&&(It=he.transitionSupport);function Se(Gt,Ct){return!!(Gt.motionName&&It&&Ct!==!1)}var ft=a.forwardRef(function(Gt,Ct){var Ce=Gt.visible,St=Ce===void 0?!0:Ce,ze=Gt.removeOnLeave,nt=ze===void 0?!0:ze,Te=Gt.forceRender,Rt=Gt.children,Le=Gt.motionName,Or=Gt.leavedClassName,At=Gt.eventProps,Xr=a.useContext(y),nn=Xr.motion,Mr=Se(Gt,nn),Dr=(0,a.useRef)(),mr=(0,a.useRef)();function Zr(){try{return Dr.current instanceof HTMLElement?Dr.current:(0,h.ZP)(mr.current)}catch(Gr){return null}}var un=ke(Mr,St,Zr,Gt),hn=(0,l.Z)(un,4),Yt=hn[0],gt=hn[1],ut=hn[2],ct=hn[3],Nt=a.useRef(ct);ct&&(Nt.current=!0);var yr=a.useCallback(function(Gr){Dr.current=Gr,(0,u.mH)(Ct,Gr)},[Ct]),_r,it=(0,i.Z)((0,i.Z)({},At),{},{visible:St});if(!Rt)_r=null;else if(Yt===H)ct?_r=Rt((0,i.Z)({},it),yr):!nt&&Nt.current&&Or?_r=Rt((0,i.Z)((0,i.Z)({},it),{},{className:Or}),yr):Te||!nt&&!Or?_r=Rt((0,i.Z)((0,i.Z)({},it),{},{style:{display:"none"}}),yr):_r=null;else{var Cr;gt===q?Cr="prepare":Fe(gt)?Cr="active":gt===ee&&(Cr="start");var mn=Zt(Le,"".concat(Yt,"-").concat(Cr));_r=Rt((0,i.Z)((0,i.Z)({},it),{},{className:o()(Zt(Le,Yt),(0,r.Z)((0,r.Z)({},mn,mn&&Cr),Le,typeof Le=="string")),style:ut}),yr)}if(a.isValidElement(_r)&&(0,u.Yr)(_r)){var Vn=(0,u.C4)(_r);Vn||(_r=a.cloneElement(_r,{ref:yr}))}return a.createElement(P,{ref:mr},_r)});return ft.displayName="CSSMotion",ft}var We=Ge(Mt),Ye=e(32855),ht=e(83383),xt="add",nr="keep",er="remove",Re="removed";function et(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 Vt(){var he=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return he.map(et)}function Lt(){var he=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],It=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],Se=[],ft=0,Gt=It.length,Ct=Vt(he),Ce=Vt(It);Ct.forEach(function(nt){for(var Te=!1,Rt=ft;Rt<Gt;Rt+=1){var Le=Ce[Rt];if(Le.key===nt.key){ft<Rt&&(Se=Se.concat(Ce.slice(ft,Rt).map(function(Or){return(0,i.Z)((0,i.Z)({},Or),{},{status:xt})})),ft=Rt),Se.push((0,i.Z)((0,i.Z)({},Le),{},{status:nr})),ft+=1,Te=!0;break}}Te||Se.push((0,i.Z)((0,i.Z)({},nt),{},{status:er}))}),ft<Gt&&(Se=Se.concat(Ce.slice(ft).map(function(nt){return(0,i.Z)((0,i.Z)({},nt),{},{status:xt})})));var St={};Se.forEach(function(nt){var Te=nt.key;St[Te]=(St[Te]||0)+1});var ze=Object.keys(St).filter(function(nt){return St[nt]>1});return ze.forEach(function(nt){Se=Se.filter(function(Te){var Rt=Te.key,Le=Te.status;return Rt!==nt||Le!==er}),Se.forEach(function(Te){Te.key===nt&&(Te.status=nr)})}),Se}var Wt=["component","children","onVisibleChanged","onAllRemoved"],Ht=["status"],Tt=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function Qt(he){var It=arguments.length>1&&arguments[1]!==void 0?arguments[1]:We,Se=function(ft){(0,D.Z)(Ct,ft);var Gt=(0,R.Z)(Ct);function Ct(){var Ce;(0,b.Z)(this,Ct);for(var St=arguments.length,ze=new Array(St),nt=0;nt<St;nt++)ze[nt]=arguments[nt];return Ce=Gt.call.apply(Gt,[this].concat(ze)),(0,r.Z)((0,ht.Z)(Ce),"state",{keyEntities:[]}),(0,r.Z)((0,ht.Z)(Ce),"removeKey",function(Te){Ce.setState(function(Rt){var Le=Rt.keyEntities.map(function(Or){return Or.key!==Te?Or:(0,i.Z)((0,i.Z)({},Or),{},{status:Re})});return{keyEntities:Le}},function(){var Rt=Ce.state.keyEntities,Le=Rt.filter(function(Or){var At=Or.status;return At!==Re}).length;Le===0&&Ce.props.onAllRemoved&&Ce.props.onAllRemoved()})}),Ce}return(0,S.Z)(Ct,[{key:"render",value:function(){var St=this,ze=this.state.keyEntities,nt=this.props,Te=nt.component,Rt=nt.children,Le=nt.onVisibleChanged,Or=nt.onAllRemoved,At=(0,x.Z)(nt,Wt),Xr=Te||a.Fragment,nn={};return Tt.forEach(function(Mr){nn[Mr]=At[Mr],delete At[Mr]}),delete At.keys,a.createElement(Xr,At,ze.map(function(Mr,Dr){var mr=Mr.status,Zr=(0,x.Z)(Mr,Ht),un=mr===xt||mr===nr;return a.createElement(It,(0,Ye.Z)({},nn,{key:Zr.key,visible:un,eventProps:Zr,onVisibleChanged:function(Yt){Le==null||Le(Yt,{key:Zr.key}),Yt||St.removeKey(Zr.key)}}),function(hn,Yt){return Rt((0,i.Z)((0,i.Z)({},hn),{},{index:Dr}),Yt)})}))}}],[{key:"getDerivedStateFromProps",value:function(St,ze){var nt=St.keys,Te=ze.keyEntities,Rt=Vt(nt),Le=Lt(Te,Rt);return{keyEntities:Le.filter(function(Or){var At=Te.find(function(Xr){var nn=Xr.key;return Or.key===nn});return!(At&&At.status===Re&&Or.status===er)})}}}]),Ct}(a.Component);return(0,r.Z)(Se,"defaultProps",{component:"div"}),Se}var $e=Qt(Mt),ce=We},581:function(d,_,e){"use strict";e.d(_,{qX:function(){return b},JB:function(){return R},lm:function(){return ae}});var r=e(3300),i=e(11913),l=e(43079),c=e(59301),f=e(27247),o=e(4676),h=e(32855),u=e(92310),a=e.n(u),x=e(77900),p=e(74430),y=e(10228),m=c.forwardRef(function(X,oe){var q=X.prefixCls,ee=X.style,G=X.className,se=X.duration,te=se===void 0?4.5:se,Q=X.eventKey,le=X.content,$=X.closable,j=X.closeIcon,ie=j===void 0?"x":j,me=X.props,Ae=X.onClick,Pe=X.onNoticeClose,He=X.times,Ne=c.useState(!1),Mt=(0,i.Z)(Ne,2),bt=Mt[0],kt=Mt[1],Zt=function(){Pe(Q)},Ft=function(Et){(Et.key==="Enter"||Et.code==="Enter"||Et.keyCode===y.Z.ENTER)&&Zt()};c.useEffect(function(){if(!bt&&te>0){var je=setTimeout(function(){Zt()},te*1e3);return function(){clearTimeout(je)}}},[te,bt,He]);var tr="".concat(q,"-notice");return c.createElement("div",(0,h.Z)({},me,{ref:oe,className:a()(tr,G,(0,p.Z)({},"".concat(tr,"-closable"),$)),style:ee,onMouseEnter:function(){kt(!0)},onMouseLeave:function(){kt(!1)},onClick:Ae}),c.createElement("div",{className:"".concat(tr,"-content")},le),$&&c.createElement("a",{tabIndex:0,className:"".concat(tr,"-close"),onKeyDown:Ft,onClick:function(Et){Et.preventDefault(),Et.stopPropagation(),Zt()}},ie))}),b=m,S=c.createContext({}),D=function(oe){var q=oe.children,ee=oe.classNames;return c.createElement(S.Provider,{value:{classNames:ee}},q)},R=D,A=function(oe){var q=oe.configList,ee=oe.placement,G=oe.prefixCls,se=oe.className,te=oe.style,Q=oe.motion,le=oe.onAllNoticeRemoved,$=oe.onNoticeClose,j=(0,c.useContext)(S),ie=j.classNames,me=q.map(function(Pe){return{config:Pe,key:Pe.key}}),Ae=typeof Q=="function"?Q(ee):Q;return c.createElement(x.CSSMotionList,(0,h.Z)({key:ee,className:a()(G,"".concat(G,"-").concat(ee),ie==null?void 0:ie.list,se),style:te,keys:me,motionAppear:!0},Ae,{onAllRemoved:function(){le(ee)}}),function(Pe,He){var Ne=Pe.config,Mt=Pe.className,bt=Pe.style,kt=Ne,Zt=kt.key,Ft=kt.times,tr=Ne,je=tr.className,Et=tr.style;return c.createElement(b,(0,h.Z)({},Ne,{ref:He,prefixCls:G,className:a()(Mt,je,ie==null?void 0:ie.notice),style:(0,f.Z)((0,f.Z)({},bt),Et),times:Ft,key:Zt,eventKey:Zt,onNoticeClose:$}))})},P=A,M=c.forwardRef(function(X,oe){var q=X.prefixCls,ee=q===void 0?"rc-notification":q,G=X.container,se=X.motion,te=X.maxCount,Q=X.className,le=X.style,$=X.onAllRemoved,j=X.renderNotifications,ie=c.useState([]),me=(0,i.Z)(ie,2),Ae=me[0],Pe=me[1],He=function(Et){var Bt,tt=Ae.find(function(yt){return yt.key===Et});tt==null||(Bt=tt.onClose)===null||Bt===void 0||Bt.call(tt),Pe(function(yt){return yt.filter(function(dt){return dt.key!==Et})})};c.useImperativeHandle(oe,function(){return{open:function(Et){Pe(function(Bt){var tt=(0,r.Z)(Bt),yt=tt.findIndex(function(Fe){return Fe.key===Et.key}),dt=(0,f.Z)({},Et);if(yt>=0){var qe;dt.times=(((qe=Bt[yt])===null||qe===void 0?void 0:qe.times)||0)+1,tt[yt]=dt}else dt.times=0,tt.push(dt);return te>0&&tt.length>te&&(tt=tt.slice(-te)),tt})},close:function(Et){He(Et)},destroy:function(){Pe([])}}});var Ne=c.useState({}),Mt=(0,i.Z)(Ne,2),bt=Mt[0],kt=Mt[1];c.useEffect(function(){var je={};Ae.forEach(function(Et){var Bt=Et.placement,tt=Bt===void 0?"topRight":Bt;tt&&(je[tt]=je[tt]||[],je[tt].push(Et))}),Object.keys(bt).forEach(function(Et){je[Et]=je[Et]||[]}),kt(je)},[Ae]);var Zt=function(Et){kt(function(Bt){var tt=(0,f.Z)({},Bt),yt=tt[Et]||[];return yt.length||delete tt[Et],tt})},Ft=c.useRef(!1);if(c.useEffect(function(){Object.keys(bt).length>0?Ft.current=!0:Ft.current&&($==null||$(),Ft.current=!1)},[bt]),!G)return null;var tr=Object.keys(bt);return(0,o.createPortal)(c.createElement(c.Fragment,null,tr.map(function(je){var Et=bt[je],Bt=c.createElement(P,{key:je,configList:Et,placement:je,prefixCls:ee,className:Q==null?void 0:Q(je),style:le==null?void 0:le(je),motion:se,onNoticeClose:He,onAllNoticeRemoved:Zt});return j?j(Bt,{prefixCls:ee,key:je}):Bt})),G)}),B=M,N=["getContainer","motion","prefixCls","maxCount","className","style","onAllRemoved","renderNotifications"],K=function(){return document.body},H=0;function W(){for(var X={},oe=arguments.length,q=new Array(oe),ee=0;ee<oe;ee++)q[ee]=arguments[ee];return q.forEach(function(G){G&&Object.keys(G).forEach(function(se){var te=G[se];te!==void 0&&(X[se]=te)})}),X}function ae(){var X=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},oe=X.getContainer,q=oe===void 0?K:oe,ee=X.motion,G=X.prefixCls,se=X.maxCount,te=X.className,Q=X.style,le=X.onAllRemoved,$=X.renderNotifications,j=(0,l.Z)(X,N),ie=c.useState(),me=(0,i.Z)(ie,2),Ae=me[0],Pe=me[1],He=c.useRef(),Ne=c.createElement(B,{container:Ae,ref:He,prefixCls:G,motion:ee,maxCount:se,className:te,style:Q,onAllRemoved:le,renderNotifications:$}),Mt=c.useState([]),bt=(0,i.Z)(Mt,2),kt=bt[0],Zt=bt[1],Ft=c.useMemo(function(){return{open:function(je){var Et=W(j,je);(Et.key===null||Et.key===void 0)&&(Et.key="rc-notification-".concat(H),H+=1),Zt(function(Bt){return[].concat((0,r.Z)(Bt),[{type:"open",config:Et}])})},close:function(je){Zt(function(Et){return[].concat((0,r.Z)(Et),[{type:"close",key:je}])})},destroy:function(){Zt(function(je){return[].concat((0,r.Z)(je),[{type:"destroy"}])})}}},[]);return c.useEffect(function(){Pe(q())}),c.useEffect(function(){He.current&&kt.length&&(kt.forEach(function(tr){switch(tr.type){case"open":He.current.open(tr.config);break;case"close":He.current.close(tr.key);break;case"destroy":He.current.destroy();break}}),Zt(function(tr){return tr.filter(function(je){return!kt.includes(je)})}))},[kt]),[Ft,Ne]}},22075:function(d,_){"use strict";_.Z={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"}},91735:function(d,_){"use strict";_.Z={items_per_page:"\u6761/\u9875",jump_to:"\u8DF3\u81F3",jump_to_confirm:"\u786E\u5B9A",page:"\u9875",prev_page:"\u4E0A\u4E00\u9875",next_page:"\u4E0B\u4E00\u9875",prev_5:"\u5411\u524D 5 \u9875",next_5:"\u5411\u540E 5 \u9875",prev_3:"\u5411\u524D 3 \u9875",next_3:"\u5411\u540E 3 \u9875",page_size:"\u9875\u7801"}},29301:function(d,_,e){"use strict";e.d(_,{Z:function(){return ee}});var r=e(32855),i=e(59301),l=e(11592),c=e(48736),f=e(27247),o=e(34666),h=e(76846),u=e(8654),a=i.createContext(null);function x(G){var se=G.children,te=G.onBatchResize,Q=i.useRef(0),le=i.useRef([]),$=i.useContext(a),j=i.useCallback(function(ie,me,Ae){Q.current+=1;var Pe=Q.current;le.current.push({size:ie,element:me,data:Ae}),Promise.resolve().then(function(){Pe===Q.current&&(te==null||te(le.current),le.current=[])}),$==null||$(ie,me,Ae)},[te,$]);return i.createElement(a.Provider,{value:j},se)}var p=e(76374),y=new Map;function m(G){G.forEach(function(se){var te,Q=se.target;(te=y.get(Q))===null||te===void 0||te.forEach(function(le){return le(Q)})})}var b=new p.Z(m),S=null,D=null;function R(G,se){y.has(G)||(y.set(G,new Set),b.observe(G)),y.get(G).add(se)}function A(G,se){y.has(G)&&(y.get(G).delete(se),y.get(G).size||(b.unobserve(G),y.delete(G)))}var P=e(33377),M=e(93912),B=e(18881),N=e(85461),K=function(G){(0,B.Z)(te,G);var se=(0,N.Z)(te);function te(){return(0,P.Z)(this,te),se.apply(this,arguments)}return(0,M.Z)(te,[{key:"render",value:function(){return this.props.children}}]),te}(i.Component);function H(G,se){var te=G.children,Q=G.disabled,le=i.useRef(null),$=i.useRef(null),j=i.useContext(a),ie=typeof te=="function",me=ie?te(le):te,Ae=i.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),Pe=!ie&&i.isValidElement(me)&&(0,u.Yr)(me),He=Pe?(0,u.C4)(me):null,Ne=(0,u.x1)(He,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 bt=i.useRef(G);bt.current=G;var kt=i.useCallback(function(Zt){var Ft=bt.current,tr=Ft.onResize,je=Ft.data,Et=Zt.getBoundingClientRect(),Bt=Et.width,tt=Et.height,yt=Zt.offsetWidth,dt=Zt.offsetHeight,qe=Math.floor(Bt),Fe=Math.floor(tt);if(Ae.current.width!==qe||Ae.current.height!==Fe||Ae.current.offsetWidth!==yt||Ae.current.offsetHeight!==dt){var be={width:qe,height:Fe,offsetWidth:yt,offsetHeight:dt};Ae.current=be;var ke=yt===Math.round(Bt)?Bt:yt,Ge=dt===Math.round(tt)?tt:dt,We=(0,f.Z)((0,f.Z)({},be),{},{offsetWidth:ke,offsetHeight:Ge});j==null||j(We,Zt,je),tr&&Promise.resolve().then(function(){tr(We,Zt)})}},[]);return i.useEffect(function(){var Zt=Mt();return Zt&&!Q&&R(Zt,kt),function(){return A(Zt,kt)}},[le.current,Q]),i.createElement(K,{ref:$},Pe?i.cloneElement(me,{ref:Ne}):me)}var W=i.forwardRef(H),ae=W,X="rc-observer-key";function oe(G,se){var te=G.children,Q=typeof te=="function"?[te]:(0,l.Z)(te);return Q.map(function(le,$){var j=(le==null?void 0:le.key)||"".concat(X,"-").concat($);return i.createElement(ae,(0,r.Z)({},G,{key:j,ref:$===0?se:void 0}),le)})}var q=i.forwardRef(oe);q.Collection=x;var ee=q},55477:function(d,_,e){"use strict";e.d(_,{G:function(){return m},Z:function(){return R}});var r=e(32855),i=e(27247),l=e(43079),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,K=A.className,H=A.style;return f.createElement("div",{className:y()("".concat(M,"-content"),K),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,K=N===void 0?["hover"]:N,H=P.mouseEnterDelay,W=H===void 0?0:H,ae=P.mouseLeaveDelay,X=ae===void 0?.1:ae,oe=P.overlayStyle,q=P.prefixCls,ee=q===void 0?"rc-tooltip":q,G=P.children,se=P.onVisibleChange,te=P.afterVisibleChange,Q=P.transitionName,le=P.animation,$=P.motion,j=P.placement,ie=j===void 0?"right":j,me=P.align,Ae=me===void 0?{}:me,Pe=P.destroyTooltipOnHide,He=Pe===void 0?!1:Pe,Ne=P.defaultVisible,Mt=P.getTooltipContainer,bt=P.overlayInnerStyle,kt=P.arrowContent,Zt=P.overlay,Ft=P.id,tr=P.showArrow,je=tr===void 0?!0:tr,Et=(0,l.Z)(P,b),Bt=(0,f.useRef)(null);(0,f.useImperativeHandle)(M,function(){return Bt.current});var tt=(0,i.Z)({},Et);"visible"in P&&(tt.popupVisible=P.visible);var yt=function(){return f.createElement(m,{key:"content",prefixCls:ee,id:Ft,overlayInnerStyle:bt},Zt)};return f.createElement(c.Z,(0,r.Z)({popupClassName:B,prefixCls:ee,popup:yt,action:K,builtinPlacements:a,popupPlacement:ie,ref:Bt,popupAlign:Ae,getPopupContainer:Mt,onPopupVisibleChange:se,afterPopupVisibleChange:te,popupTransitionName:Q,popupAnimation:le,popupMotion:$,defaultPopupVisible:Ne,autoDestroy:He,mouseLeaveDelay:X,popupStyle:oe,mouseEnterDelay:W,arrow:je},tt),G)},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(27247),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,K=N===void 0?0:N,H=x(B),W=H==="prependQueue",ae=document.createElement("style");ae.setAttribute(c,H),W&&K&&ae.setAttribute(f,"".concat(K)),M!=null&&M.nonce&&(ae.nonce=M==null?void 0:M.nonce),ae.innerHTML=A;var X=a(P),oe=X.firstChild;if(B){if(W){var q=(P.styles||p(X)).filter(function(ee){if(!["prepend","prependQueue"].includes(ee.getAttribute(c)))return!1;var G=Number(ee.getAttribute(f)||0);return K>=G});if(q.length)return X.insertBefore(ae,q[q.length-1].nextSibling),ae}X.insertBefore(ae,oe)}else X.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),K=(0,r.Z)((0,r.Z)({},M),{},{styles:N});S(B,K);var H=m(P,K);if(H){var W,ae;if((W=K.csp)!==null&&W!==void 0&&W.nonce&&H.nonce!==((ae=K.csp)===null||ae===void 0?void 0:ae.nonce)){var X;H.nonce=(X=K.csp)===null||X===void 0?void 0:X.nonce}return H.innerHTML!==A&&(H.innerHTML=A),H}var oe=y(A,K);return oe.setAttribute(u(K),P),oe}},76846:function(d,_,e){"use strict";e.d(_,{Sh:function(){return c},ZP:function(){return o}});var r=e(34666),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(34666),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 K}});var i=e(13932),l=e(68702),c=e(34666),f=e(27247),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 X=ae[b]||p(ae);m(!1),X.render(W),ae[b]=X}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 K(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(11913),l=e(27247),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(11913),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),K=N[0],H=N[1];(0,l.o)(function(){var ae=K[0];D!==ae&&M(D,ae)},[K]),(0,l.o)(function(){f(p)||R(p)},[p]);var W=(0,i.Z)(function(ae,X){R(ae,X),H([A],X)});return[P,W]}},41799:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(11913),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(34666),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(27247),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(34666),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(34666),i=e(27247),l=e(3300),c=e(40954),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 K=(0,f.Z)(S,A);N?S=h(S,A,[]):(!K||(0,r.Z)(K)!=="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(K){return Object.getOwnPropertyDescriptor(P,K).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,K;if(Object.getOwnPropertySymbols){var H=Object.getOwnPropertySymbols(P);for(K=0;K<H.length;K++)N=H[K],!(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),K,H;for(H=0;H<N.length;H++)K=N[H],!(M.indexOf(K)>=0)&&(B[K]=P[K]);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,K){return N.__proto__=K,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 K=arguments.length,H=new Array(K),W=0;W<K;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 X=N.props,oe=X.text,q=X.onCopy,ee=X.children,G=X.options,se=r.default.Children.only(ee),te=(0,i.default)(oe,G);q&&q(oe,te),se&&se.props&&typeof se.props.onClick=="function"&&se.props.onClick(ae)}),N}return p(M,[{key:"render",value:function(){var N=this.props,K=N.text,H=N.onCopy,W=N.options,ae=N.children,X=h(N,["text","onCopy","options","children"]),oe=r.default.Children.only(ae);return r.default.cloneElement(oe,o({},X,{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,De,ot,$t){this.acceptsBooleans=C===2||C===3||C===4,this.attributeName=_e,this.attributeNamespace=De,this.mustUseProperty=z,this.propertyName=g,this.type=C,this.sanitizeURL=ot,this.removeEmptyString=$t}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 De=A.hasOwnProperty(C)?A[C]:null,ot=De!==null?De.type===0:_e?!1:!(!(2<C.length)||C[0]!=="o"&&C[0]!=="O"||C[1]!=="n"&&C[1]!=="N");ot||(D(C,z,De,_e)&&(z=null),_e||De===null?b(C)&&(z===null?g.removeAttribute(C):g.setAttribute(C,""+z)):De.mustUseProperty?g[De.propertyName]=z===null?De.type===3?!1:"":z:(C=De.attributeName,_e=De.attributeNamespace,z===null?g.removeAttribute(C):(De=De.type,z=De===3||De===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,K=60103,H=60106,W=60107,ae=60108,X=60114,oe=60109,q=60110,ee=60112,G=60113,se=60120,te=60115,Q=60116,le=60121,$=60128,j=60129,ie=60130,me=60131;if(typeof Symbol=="function"&&Symbol.for){var Ae=Symbol.for;K=Ae("react.element"),H=Ae("react.portal"),W=Ae("react.fragment"),ae=Ae("react.strict_mode"),X=Ae("react.profiler"),oe=Ae("react.provider"),q=Ae("react.context"),ee=Ae("react.forward_ref"),G=Ae("react.suspense"),se=Ae("react.suspense_list"),te=Ae("react.memo"),Q=Ae("react.lazy"),le=Ae("react.block"),Ae("react.scope"),$=Ae("react.opaque.id"),j=Ae("react.debug_trace_mode"),ie=Ae("react.offscreen"),me=Ae("react.legacy_hidden")}var Pe=typeof Symbol=="function"&&Symbol.iterator;function He(g){return g===null||typeof g!="object"?null:(g=Pe&&g[Pe]||g["@@iterator"],typeof g=="function"?g:null)}var Ne;function Mt(g){if(Ne===void 0)try{throw Error()}catch(z){var C=z.stack.trim().match(/\n( *(at )?)/);Ne=C&&C[1]||""}return`
`+Ne+g}var bt=!1;function kt(g,C){if(!g||bt)return"";bt=!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(Ir){var _e=Ir}Reflect.construct(g,[],C)}else{try{C.call()}catch(Ir){_e=Ir}g.call(C.prototype)}else{try{throw Error()}catch(Ir){_e=Ir}g()}}catch(Ir){if(Ir&&_e&&typeof Ir.stack=="string"){for(var De=Ir.stack.split(`
`),ot=_e.stack.split(`
`),$t=De.length-1,ar=ot.length-1;1<=$t&&0<=ar&&De[$t]!==ot[ar];)ar--;for(;1<=$t&&0<=ar;$t--,ar--)if(De[$t]!==ot[ar]){if($t!==1||ar!==1)do if($t--,ar--,0>ar||De[$t]!==ot[ar])return`
`+De[$t].replace(" at new "," at ");while(1<=$t&&0<=ar);break}}}finally{bt=!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 X:return"Profiler";case ae:return"StrictMode";case G: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 ee:var C=g.render;return C=C.displayName||C.name||"",g.displayName||(C!==""?"ForwardRef("+C+")":"ForwardRef");case te: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 je(g){var C=g.type;return(g=g.nodeName)&&g.toLowerCase()==="input"&&(C==="checkbox"||C==="radio")}function Et(g){var C=je(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 De=z.get,ot=z.set;return Object.defineProperty(g,C,{configurable:!0,get:function(){return De.call(this)},set:function($t){_e=""+$t,ot.call(this,$t)}}),Object.defineProperty(g,C,{enumerable:z.enumerable}),{getValue:function(){return _e},setValue:function($t){_e=""+$t},stopTracking:function(){g._valueTracker=null,delete g[C]}}}}function Bt(g){g._valueTracker||(g._valueTracker=Et(g))}function tt(g){if(!g)return!1;var C=g._valueTracker;if(!C)return!0;var z=C.getValue(),_e="";return g&&(_e=je(g)?g.checked?"true":"false":g.value),g=_e,g!==z?(C.setValue(g),!0):!1}function yt(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 dt(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 qe(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 Fe(g,C){C=C.checked,C!=null&&B(g,"checked",C,!1)}function be(g,C){Fe(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")?Ge(g,C.type,z):C.hasOwnProperty("defaultValue")&&Ge(g,C.type,tr(C.defaultValue)),C.checked==null&&C.defaultChecked!=null&&(g.defaultChecked=!!C.defaultChecked)}function ke(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 Ge(g,C,z){(C!=="number"||yt(g.ownerDocument)!==g)&&(z==null?g.defaultValue=""+g._wrapperState.initialValue:g.defaultValue!==""+z&&(g.defaultValue=""+z))}function We(g){var C="";return r.Children.forEach(g,function(z){z!=null&&(C+=z)}),C}function Ye(g,C){return g=i({children:void 0},C),(C=We(C.children))&&(g.children=C),g}function ht(g,C,z,_e){if(g=g.options,C){C={};for(var De=0;De<z.length;De++)C["$"+z[De]]=!0;for(z=0;z<g.length;z++)De=C.hasOwnProperty("$"+g[z].value),g[z].selected!==De&&(g[z].selected=De),De&&_e&&(g[z].defaultSelected=!0)}else{for(z=""+tr(z),C=null,De=0;De<g.length;De++){if(g[De].value===z){g[De].selected=!0,_e&&(g[De].defaultSelected=!0);return}C!==null||g[De].disabled||(C=g[De])}C!==null&&(C.selected=!0)}}function xt(g,C){if(C.dangerouslySetInnerHTML!=null)throw Error(c(91));return i({},C,{value:void 0,defaultValue:void 0,children:""+g._wrapperState.initialValue})}function nr(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 er(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 Re(g){var C=g.textContent;C===g._wrapperState.initialValue&&C!==""&&C!==null&&(g.value=C)}var et={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function Vt(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"?Vt(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,De){MSApp.execUnsafeLocalFunction(function(){return g(C,z,_e,De)})}:g}(function(g,C){if(g.namespaceURI!==et.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 Tt(g,C){if(C){var z=g.firstChild;if(z&&z===g.lastChild&&z.nodeType===3){z.nodeValue=C;return}}g.textContent=C}var Qt={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},$e=["Webkit","ms","Moz","O"];Object.keys(Qt).forEach(function(g){$e.forEach(function(C){C=C+g.charAt(0).toUpperCase()+g.substring(1),Qt[C]=Qt[g]})});function ce(g,C,z){return C==null||typeof C=="boolean"||C===""?"":z||typeof C!="number"||C===0||Qt.hasOwnProperty(g)&&Qt[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,De=ce(z,C[z],_e);z==="float"&&(z="cssFloat"),_e?g.setProperty(z,De):g[z]=De}}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 Se(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 Gt(g){return g=g.target||g.srcElement||window,g.correspondingUseElement&&(g=g.correspondingUseElement),g.nodeType===3?g.parentNode:g}var Ct=null,Ce=null,St=null;function ze(g){if(g=ms(g)){if(typeof Ct!="function")throw Error(c(280));var C=g.stateNode;C&&(C=ys(C),Ct(g.stateNode,g.type,C))}}function nt(g){Ce?St?St.push(g):St=[g]:Ce=g}function Te(){if(Ce){var g=Ce,C=St;if(St=Ce=null,ze(g),C)for(g=0;g<C.length;g++)ze(C[g])}}function Rt(g,C){return g(C)}function Le(g,C,z,_e,De){return g(C,z,_e,De)}function Or(){}var At=Rt,Xr=!1,nn=!1;function Mr(){(Ce!==null||St!==null)&&(Or(),Te())}function Dr(g,C,z){if(nn)return g(C,z);nn=!0;try{return At(g,C,z)}finally{nn=!1,Mr()}}function mr(g,C){var z=g.stateNode;if(z===null)return null;var _e=ys(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 Zr=!1;if(a)try{var un={};Object.defineProperty(un,"passive",{get:function(){Zr=!0}}),window.addEventListener("test",un,un),window.removeEventListener("test",un,un)}catch(g){Zr=!1}function hn(g,C,z,_e,De,ot,$t,ar,Ir){var pn=Array.prototype.slice.call(arguments,3);try{C.apply(z,pn)}catch(Ci){this.onError(Ci)}}var Yt=!1,gt=null,ut=!1,ct=null,Nt={onError:function(g){Yt=!0,gt=g}};function yr(g,C,z,_e,De,ot,$t,ar,Ir){Yt=!1,gt=null,hn.apply(Nt,arguments)}function _r(g,C,z,_e,De,ot,$t,ar,Ir){if(yr.apply(this,arguments),Yt){if(Yt){var pn=gt;Yt=!1,gt=null}else throw Error(c(198));ut||(ut=!0,ct=pn)}}function it(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 Cr(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 mn(g){if(it(g)!==g)throw Error(c(188))}function Vn(g){var C=g.alternate;if(!C){if(C=it(g),C===null)throw Error(c(188));return C!==g?null:g}for(var z=g,_e=C;;){var De=z.return;if(De===null)break;var ot=De.alternate;if(ot===null){if(_e=De.return,_e!==null){z=_e;continue}break}if(De.child===ot.child){for(ot=De.child;ot;){if(ot===z)return mn(De),g;if(ot===_e)return mn(De),C;ot=ot.sibling}throw Error(c(188))}if(z.return!==_e.return)z=De,_e=ot;else{for(var $t=!1,ar=De.child;ar;){if(ar===z){$t=!0,z=De,_e=ot;break}if(ar===_e){$t=!0,_e=De,z=ot;break}ar=ar.sibling}if(!$t){for(ar=ot.child;ar;){if(ar===z){$t=!0,z=ot,_e=De;break}if(ar===_e){$t=!0,_e=ot,z=De;break}ar=ar.sibling}if(!$t)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 Gr(g){if(g=Vn(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 Qn(g,C){for(var z=g.alternate;C!==null;){if(C===g||C===z)return!0;C=C.return}return!1}var ei,Nn,qn,Pn,Mi=!1,di=[],Fi=null,na=null,Hi=null,Ca=new Map,li=new Map,da=[],Dt="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 mt(g,C,z,_e,De){return{blockedOn:g,domEventName:C,eventSystemFlags:z|16,nativeEvent:De,targetContainers:[_e]}}function Ui(g,C){switch(g){case"focusin":case"focusout":Fi=null;break;case"dragenter":case"dragleave":na=null;break;case"mouseover":case"mouseout":Hi=null;break;case"pointerover":case"pointerout":Ca.delete(C.pointerId);break;case"gotpointercapture":case"lostpointercapture":li.delete(C.pointerId)}}function la(g,C,z,_e,De,ot){return g===null||g.nativeEvent!==ot?(g=mt(C,z,_e,De,ot),C!==null&&(C=ms(C),C!==null&&Nn(C)),g):(g.eventSystemFlags|=_e,C=g.targetContainers,De!==null&&C.indexOf(De)===-1&&C.push(De),g)}function gi(g,C,z,_e,De){switch(C){case"focusin":return Fi=la(Fi,g,C,z,_e,De),!0;case"dragenter":return na=la(na,g,C,z,_e,De),!0;case"mouseover":return Hi=la(Hi,g,C,z,_e,De),!0;case"pointerover":var ot=De.pointerId;return Ca.set(ot,la(Ca.get(ot)||null,g,C,z,_e,De)),!0;case"gotpointercapture":return ot=De.pointerId,li.set(ot,la(li.get(ot)||null,g,C,z,_e,De)),!0}return!1}function La(g){var C=ls(g.target);if(C!==null){var z=it(C);if(z!==null){if(C=z.tag,C===13){if(C=Cr(z),C!==null){g.blockedOn=C,Pn(g.lanePriority,function(){l.unstable_runWithPriority(g.priority,function(){qn(z)})});return}}else if(C===3&&z.stateNode.hydrate){g.blockedOn=z.tag===3?z.stateNode.containerInfo:null;return}}}g.blockedOn=null}function Si(g){if(g.blockedOn!==null)return!1;for(var C=g.targetContainers;0<C.length;){var z=zs(g.domEventName,g.eventSystemFlags,C[0],g.nativeEvent);if(z!==null)return C=ms(z),C!==null&&Nn(C),g.blockedOn=z,!1;C.shift()}return!0}function ci(g,C,z){Si(g)&&z.delete(C)}function Cn(){for(Mi=!1;0<di.length;){var g=di[0];if(g.blockedOn!==null){g=ms(g.blockedOn),g!==null&&ei(g);break}for(var C=g.targetContainers;0<C.length;){var z=zs(g.domEventName,g.eventSystemFlags,C[0],g.nativeEvent);if(z!==null){g.blockedOn=z;break}C.shift()}g.blockedOn===null&&di.shift()}Fi!==null&&Si(Fi)&&(Fi=null),na!==null&&Si(na)&&(na=null),Hi!==null&&Si(Hi)&&(Hi=null),Ca.forEach(ci),li.forEach(ci)}function rr(g,C){g.blockedOn===C&&(g.blockedOn=null,Mi||(Mi=!0,l.unstable_scheduleCallback(l.unstable_NormalPriority,Cn)))}function _t(g){function C(De){return rr(De,g)}if(0<di.length){rr(di[0],g);for(var z=1;z<di.length;z++){var _e=di[z];_e.blockedOn===g&&(_e.blockedOn=null)}}for(Fi!==null&&rr(Fi,g),na!==null&&rr(na,g),Hi!==null&&rr(Hi,g),Ca.forEach(C),li.forEach(C),z=0;z<da.length;z++)_e=da[z],_e.blockedOn===g&&(_e.blockedOn=null);for(;0<da.length&&(z=da[0],z.blockedOn===null);)La(z),z.blockedOn===null&&da.shift()}function rt(g,C){var z={};return z[g.toLowerCase()]=C.toLowerCase(),z["Webkit"+g]="webkit"+C,z["Moz"+g]="moz"+C,z}var Ot={animationend:rt("Animation","AnimationEnd"),animationiteration:rt("Animation","AnimationIteration"),animationstart:rt("Animation","AnimationStart"),transitionend:rt("Transition","TransitionEnd")},pt={},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(pt[g])return pt[g];if(!Ot[g])return g;var C=Ot[g],z;for(z in C)if(C.hasOwnProperty(z)&&z in lr)return pt[g]=C[z];return g}var Tr=cr("animationend"),Wr=cr("animationiteration"),Ze=cr("animationstart"),Je=cr("transitionend"),ye=new Map,st=new Map,sr=["abort","abort",Tr,"animationEnd",Wr,"animationIteration",Ze,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Je,"transitionEnd","waiting","waiting"];function xr(g,C){for(var z=0;z<g.length;z+=2){var _e=g[z],De=g[z+1];De="on"+(De[0].toUpperCase()+De.slice(1)),st.set(_e,C),ye.set(_e,De),h(De,[_e])}}var kr=l.unstable_now;kr();var Pr=8;function zr(g){if(1&g)return Pr=15,1;if(2&g)return Pr=14,2;if(4&g)return Pr=13,4;var C=24&g;return C!==0?(Pr=12,C):g&32?(Pr=11,32):(C=192&g,C!==0?(Pr=10,C):g&256?(Pr=9,256):(C=3584&g,C!==0?(Pr=8,C):g&4096?(Pr=7,4096):(C=4186112&g,C!==0?(Pr=6,C):(C=62914560&g,C!==0?(Pr=5,C):g&67108864?(Pr=4,67108864):g&134217728?(Pr=3,134217728):(C=805306368&g,C!==0?(Pr=2,C):1073741824&g?(Pr=1,1073741824):(Pr=8,g))))))}function wn(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 dn(g,C){var z=g.pendingLanes;if(z===0)return Pr=0;var _e=0,De=0,ot=g.expiredLanes,$t=g.suspendedLanes,ar=g.pingedLanes;if(ot!==0)_e=ot,De=Pr=15;else if(ot=z&134217727,ot!==0){var Ir=ot&~$t;Ir!==0?(_e=zr(Ir),De=Pr):(ar&=ot,ar!==0&&(_e=zr(ar),De=Pr))}else ot=z&~$t,ot!==0?(_e=zr(ot),De=Pr):ar!==0&&(_e=zr(ar),De=Pr);if(_e===0)return 0;if(_e=31-yi(_e),_e=z&((0>_e?0:1<<_e)<<1)-1,C!==0&&C!==_e&&!(C&$t)){if(zr(C),De<=Pr)return C;Pr=De}if(C=g.entangledLanes,C!==0)for(g=g.entanglements,C&=_e;0<C;)z=31-yi(C),De=1<<z,_e|=g[z],C&=~De;return _e}function sn(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=On(24&~C),g===0?cn(10,C):g;case 10:return g=On(192&~C),g===0?cn(8,C):g;case 8:return g=On(3584&~C),g===0&&(g=On(4186112&~C),g===0&&(g=512)),g;case 2:return C=On(805306368&~C),C===0&&(C=268435456),C}throw Error(c(358,g))}function On(g){return g&-g}function Ia(g){for(var C=[],z=0;31>z;z++)C.push(g);return C}function Di(g,C,z){g.pendingLanes|=C;var _e=C-1;g.suspendedLanes&=_e,g.pingedLanes&=_e,g=g.eventTimes,C=31-yi(C),g[C]=z}var yi=Math.clz32?Math.clz32:Qi,yn=Math.log,pi=Math.LN2;function Qi(g){return g===0?32:31-(yn(g)/pi|0)|0}var ba=l.unstable_UserBlockingPriority,Xs=l.unstable_runWithPriority,xa=!0;function Bs(g,C,z,_e){Xr||Or();var De=es,ot=Xr;Xr=!0;try{Le(De,g,C,z,_e)}finally{(Xr=ot)||Mr()}}function Qs(g,C,z,_e){Xs(ba,es.bind(null,g,C,z,_e))}function es(g,C,z,_e){if(xa){var De;if((De=(C&4)===0)&&0<di.length&&-1<Dt.indexOf(g))g=mt(null,g,C,z,_e),di.push(g);else{var ot=zs(g,C,z,_e);if(ot===null)De&&Ui(g,_e);else{if(De){if(-1<Dt.indexOf(g)){g=mt(ot,g,C,z,_e),di.push(g);return}if(gi(ot,g,C,z,_e))return;Ui(g,_e)}Hr(g,C,_e,null,z)}}}}function zs(g,C,z,_e){var De=Gt(_e);if(De=ls(De),De!==null){var ot=it(De);if(ot===null)De=null;else{var $t=ot.tag;if($t===13){if(De=Cr(ot),De!==null)return De;De=null}else if($t===3){if(ot.stateNode.hydrate)return ot.tag===3?ot.stateNode.containerInfo:null;De=null}else ot!==De&&(De=null)}}return Hr(g,C,_e,De,z),null}var ti=null,ws=null,ds=null;function qs(){if(ds)return ds;var g,C=ws,z=C.length,_e,De="value"in ti?ti.value:ti.textContent,ot=De.length;for(g=0;g<z&&C[g]===De[g];g++);var $t=z-g;for(_e=1;_e<=$t&&C[z-_e]===De[ot-_e];_e++);return ds=De.slice(g,1<_e?1-_e:void 0)}function Ji(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 Ns(){return!0}function Go(){return!1}function Va(g){function C(z,_e,De,ot,$t){this._reactName=z,this._targetInst=De,this.type=_e,this.nativeEvent=ot,this.target=$t,this.currentTarget=null;for(var ar in g)g.hasOwnProperty(ar)&&(z=g[ar],this[ar]=z?z(ot):ot[ar]);return this.isDefaultPrevented=(ot.defaultPrevented!=null?ot.defaultPrevented:ot.returnValue===!1)?Ns:Go,this.isPropagationStopped=Go,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=Ns)},stopPropagation:function(){var z=this.nativeEvent;z&&(z.stopPropagation?z.stopPropagation():typeof z.cancelBubble!="unknown"&&(z.cancelBubble=!0),this.isPropagationStopped=Ns)},persist:function(){},isPersistent:Ns}),C}var ma={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(g){return g.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},as=Va(ma),vo=i({},ma,{view:0,detail:0}),zn=Va(vo),ts,Ps,Is,Gi=i({},vo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:ss,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}}),Qa=Va(Gi),Za=i({},Gi,{dataTransfer:0}),ks=Va(Za),_o=i({},vo,{relatedTarget:0}),No=Va(_o),Ko=i({},ma,{animationName:0,elapsedTime:0,pseudoElement:0}),Vo=Va(Ko),rs=i({},ma,{clipboardData:function(g){return"clipboardData"in g?g.clipboardData:window.clipboardData}}),gs=Va(rs),Eo=i({},ma,{data:0}),jo=Va(Eo),ko={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Yo={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"},xi={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function mi(g){var C=this.nativeEvent;return C.getModifierState?C.getModifierState(g):(g=xi[g])?!!C[g]:!1}function ss(){return mi}var hs=i({},vo,{key:function(g){if(g.key){var C=ko[g.key]||g.key;if(C!=="Unidentified")return C}return g.type==="keypress"?(g=Ji(g),g===13?"Enter":String.fromCharCode(g)):g.type==="keydown"||g.type==="keyup"?Yo[g.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:ss,charCode:function(g){return g.type==="keypress"?Ji(g):0},keyCode:function(g){return g.type==="keydown"||g.type==="keyup"?g.keyCode:0},which:function(g){return g.type==="keypress"?Ji(g):g.type==="keydown"||g.type==="keyup"?g.keyCode:0}}),os=Va(hs),go=i({},Gi,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Uo=Va(go),lu=i({},vo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:ss}),Rs=Va(lu),ru=i({},ma,{propertyName:0,elapsedTime:0,pseudoElement:0}),cu=Va(ru),wu=i({},Gi,{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}),Ro=Va(wu),Qu=[9,13,27,32],Lo=a&&"CompositionEvent"in window,fo=null;a&&"documentMode"in document&&(fo=document.documentMode);var gu=a&&"TextEvent"in window&&!fo,Mu=a&&(!Lo||fo&&8<fo&&11>=fo),Oo=" ",Mo=!1;function Eu(g,C){switch(g){case"keyup":return Qu.indexOf(C.keyCode)!==-1;case"keydown":return C.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Xo(g){return g=g.detail,typeof g=="object"&&"data"in g?g.data:null}var nu=!1;function Os(g,C){switch(g){case"compositionend":return Xo(C);case"keypress":return C.which!==32?null:(Mo=!0,Oo);case"textInput":return g=C.data,g===Oo&&Mo?null:g;default:return null}}function zo(g,C){if(nu)return g==="compositionend"||!Lo&&Eu(g,C)?(g=qs(),ds=ws=ti=null,nu=!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 Mu&&C.locale!=="ko"?null:C.data;default:return null}}var Fu={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 Jt(g){var C=g&&g.nodeName&&g.nodeName.toLowerCase();return C==="input"?!!Fu[g.type]:C==="textarea"}function hr(g,C,z,_e){nt(_e),C=on(C,"onChange"),0<C.length&&(z=new as("onChange","change",null,z,_e),g.push({event:z,listeners:C}))}var ur=null,pr=null;function Sr(g){Xe(g,0)}function gn(g){var C=ao(g);if(tt(C))return g}function Wn(g,C){if(g==="change")return C}var Rn=!1;if(a){var Hn;if(a){var ui="oninput"in document;if(!ui){var oi=document.createElement("div");oi.setAttribute("oninput","return;"),ui=typeof oi.oninput=="function"}Hn=ui}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"&&gn(pr)){var C=[];if(hr(C,pr,g,Gt(g)),g=Sr,Xr)g(C);else{Xr=!0;try{Rt(g,C)}finally{Xr=!1,Mr()}}}}function Br(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 gn(pr)}function Sn(g,C){if(g==="click")return gn(C)}function vt(g,C){if(g==="input"||g==="change")return gn(C)}function jn(g,C){return g===C&&(g!==0||1/g===1/C)||g!==g&&C!==C}var Gn=typeof Object.is=="function"?Object.is:jn,Ni=Object.prototype.hasOwnProperty;function ea(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(!Ni.call(C,z[_e])||!Gn(g[z[_e]],C[z[_e]]))return!1;return!0}function Ur(g){for(;g&&g.firstChild;)g=g.firstChild;return g}function ca(g,C){var z=Ur(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=Ur(z)}}function Vr(g,C){return g&&C?g===C?!0:g&&g.nodeType===3?!1:C&&C.nodeType===3?Vr(g,C.parentNode):"contains"in g?g.contains(C):g.compareDocumentPosition?!!(g.compareDocumentPosition(C)&16):!1:!1}function wa(){for(var g=window,C=yt();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=yt(g.document)}return C}function ps(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 $s=a&&"documentMode"in document&&11>=document.documentMode,ji=null,ho=null,no=null,Zs=!1;function Ya(g,C,z){var _e=z.window===z?z.document:z.nodeType===9?z:z.ownerDocument;Zs||ji==null||ji!==yt(_e)||(_e=ji,"selectionStart"in _e&&ps(_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}),no&&ea(no,_e)||(no=_e,_e=on(ho,"onSelect"),0<_e.length&&(C=new as("onSelect","select",null,C,z),g.push({event:C,listeners:_e}),C.target=ji)))}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 Ws="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),eo=0;eo<Ws.length;eo++)st.set(Ws[eo],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 Ln="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(Ln));function io(g,C,z){var _e=g.type||"unknown-event";g.currentTarget=z,_r(_e,C,void 0,g),g.currentTarget=null}function Xe(g,C){C=(C&4)!==0;for(var z=0;z<g.length;z++){var _e=g[z],De=_e.event;_e=_e.listeners;e:{var ot=void 0;if(C)for(var $t=_e.length-1;0<=$t;$t--){var ar=_e[$t],Ir=ar.instance,pn=ar.currentTarget;if(ar=ar.listener,Ir!==ot&&De.isPropagationStopped())break e;io(De,ar,pn),ot=Ir}else for($t=0;$t<_e.length;$t++){if(ar=_e[$t],Ir=ar.instance,pn=ar.currentTarget,ar=ar.listener,Ir!==ot&&De.isPropagationStopped())break e;io(De,ar,pn),ot=Ir}}}if(ut)throw g=ct,ut=!1,ct=null,g}function Qe(g,C){var z=So(C),_e=g+"__bubble";z.has(_e)||(Rr(C,g,2,!1),z.add(_e))}var jt="_reactListening"+Math.random().toString(36).slice(2);function Kt(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 De=4<arguments.length&&arguments[4]!==void 0?arguments[4]:0,ot=z;if(g==="selectionchange"&&z.nodeType!==9&&(ot=z.ownerDocument),_e!==null&&!C&&Hs.has(g)){if(g!=="scroll")return;De|=2,ot=_e}var $t=So(ot),ar=g+"__"+(C?"capture":"bubble");$t.has(ar)||(C&&(De|=4),Rr(ot,g,De,C),$t.add(ar))}function Rr(g,C,z,_e){var De=st.get(C);switch(De===void 0?2:De){case 0:De=Bs;break;case 1:De=Qs;break;default:De=es}z=De.bind(null,C,z,g),De=void 0,!Zr||C!=="touchstart"&&C!=="touchmove"&&C!=="wheel"||(De=!0),_e?De!==void 0?g.addEventListener(C,z,{capture:!0,passive:De}):g.addEventListener(C,z,!0):De!==void 0?g.addEventListener(C,z,{passive:De}):g.addEventListener(C,z,!1)}function Hr(g,C,z,_e,De){var ot=_e;if(!(C&1)&&!(C&2)&&_e!==null)e:for(;;){if(_e===null)return;var $t=_e.tag;if($t===3||$t===4){var ar=_e.stateNode.containerInfo;if(ar===De||ar.nodeType===8&&ar.parentNode===De)break;if($t===4)for($t=_e.return;$t!==null;){var Ir=$t.tag;if((Ir===3||Ir===4)&&(Ir=$t.stateNode.containerInfo,Ir===De||Ir.nodeType===8&&Ir.parentNode===De))return;$t=$t.return}for(;ar!==null;){if($t=ls(ar),$t===null)return;if(Ir=$t.tag,Ir===5||Ir===6){_e=ot=$t;continue e}ar=ar.parentNode}}_e=_e.return}Dr(function(){var pn=ot,Ci=Gt(z),Fa=[];e:{var Xn=ye.get(g);if(Xn!==void 0){var ua=as,ja=g;switch(g){case"keypress":if(Ji(z)===0)break e;case"keydown":case"keyup":ua=os;break;case"focusin":ja="focus",ua=No;break;case"focusout":ja="blur",ua=No;break;case"beforeblur":case"afterblur":ua=No;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":ua=Qa;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ua=ks;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ua=Rs;break;case Tr:case Wr:case Ze:ua=Vo;break;case Je:ua=cu;break;case"scroll":ua=zn;break;case"wheel":ua=Ro;break;case"copy":case"cut":case"paste":ua=gs;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ua=Uo}var Ra=(C&4)!==0,tn=!Ra&&g==="scroll",jr=Ra?Xn!==null?Xn+"Capture":null:Xn;Ra=[];for(var Qr=pn,kn;Qr!==null;){kn=Qr;var Zn=kn.stateNode;if(kn.tag===5&&Zn!==null&&(kn=Zn,jr!==null&&(Zn=mr(Qr,jr),Zn!=null&&Ra.push(bn(Qr,Zn,kn)))),tn)break;Qr=Qr.return}0<Ra.length&&(Xn=new ua(Xn,ja,null,z,Ci),Fa.push({event:Xn,listeners:Ra}))}}if(!(C&7)){e:{if(Xn=g==="mouseover"||g==="pointerover",ua=g==="mouseout"||g==="pointerout",Xn&&!(C&16)&&(ja=z.relatedTarget||z.fromElement)&&(ls(ja)||ja[zi]))break e;if((ua||Xn)&&(Xn=Ci.window===Ci?Ci:(Xn=Ci.ownerDocument)?Xn.defaultView||Xn.parentWindow:window,ua?(ja=z.relatedTarget||z.toElement,ua=pn,ja=ja?ls(ja):null,ja!==null&&(tn=it(ja),ja!==tn||ja.tag!==5&&ja.tag!==6)&&(ja=null)):(ua=null,ja=pn),ua!==ja)){if(Ra=Qa,Zn="onMouseLeave",jr="onMouseEnter",Qr="mouse",(g==="pointerout"||g==="pointerover")&&(Ra=Uo,Zn="onPointerLeave",jr="onPointerEnter",Qr="pointer"),tn=ua==null?Xn:ao(ua),kn=ja==null?Xn:ao(ja),Xn=new Ra(Zn,Qr+"leave",ua,z,Ci),Xn.target=tn,Xn.relatedTarget=kn,Zn=null,ls(Ci)===pn&&(Ra=new Ra(jr,Qr+"enter",ja,z,Ci),Ra.target=kn,Ra.relatedTarget=tn,Zn=Ra),tn=Zn,ua&&ja)t:{for(Ra=ua,jr=ja,Qr=0,kn=Ra;kn;kn=xn(kn))Qr++;for(kn=0,Zn=jr;Zn;Zn=xn(Zn))kn++;for(;0<Qr-kn;)Ra=xn(Ra),Qr--;for(;0<kn-Qr;)jr=xn(jr),kn--;for(;Qr--;){if(Ra===jr||jr!==null&&Ra===jr.alternate)break t;Ra=xn(Ra),jr=xn(jr)}Ra=null}else Ra=null;ua!==null&&si(Fa,Xn,ua,Ra,!1),ja!==null&&tn!==null&&si(Fa,tn,ja,Ra,!0)}}e:{if(Xn=pn?ao(pn):window,ua=Xn.nodeName&&Xn.nodeName.toLowerCase(),ua==="select"||ua==="input"&&Xn.type==="file")var Ha=Wn;else if(Jt(Xn))if(Rn)Ha=vt;else{Ha=En;var Wi=Br}else(ua=Xn.nodeName)&&ua.toLowerCase()==="input"&&(Xn.type==="checkbox"||Xn.type==="radio")&&(Ha=Sn);if(Ha&&(Ha=Ha(g,pn))){hr(Fa,Ha,z,Ci);break e}Wi&&Wi(g,Xn,pn),g==="focusout"&&(Wi=Xn._wrapperState)&&Wi.controlled&&Xn.type==="number"&&Ge(Xn,"number",Xn.value)}switch(Wi=pn?ao(pn):window,g){case"focusin":(Jt(Wi)||Wi.contentEditable==="true")&&(ji=Wi,ho=pn,no=null);break;case"focusout":no=ho=ji=null;break;case"mousedown":Zs=!0;break;case"contextmenu":case"mouseup":case"dragend":Zs=!1,Ya(Fa,z,Ci);break;case"selectionchange":if($s)break;case"keydown":case"keyup":Ya(Fa,z,Ci)}var Ga;if(Lo)e:{switch(g){case"compositionstart":var fs="onCompositionStart";break e;case"compositionend":fs="onCompositionEnd";break e;case"compositionupdate":fs="onCompositionUpdate";break e}fs=void 0}else nu?Eu(g,z)&&(fs="onCompositionEnd"):g==="keydown"&&z.keyCode===229&&(fs="onCompositionStart");fs&&(Mu&&z.locale!=="ko"&&(nu||fs!=="onCompositionStart"?fs==="onCompositionEnd"&&nu&&(Ga=qs()):(ti=Ci,ws="value"in ti?ti.value:ti.textContent,nu=!0)),Wi=on(pn,fs),0<Wi.length&&(fs=new jo(fs,g,null,z,Ci),Fa.push({event:fs,listeners:Wi}),Ga?fs.data=Ga:(Ga=Xo(z),Ga!==null&&(fs.data=Ga)))),(Ga=gu?Os(g,z):zo(g,z))&&(pn=on(pn,"onBeforeInput"),0<pn.length&&(Ci=new jo("onBeforeInput","beforeinput",null,z,Ci),Fa.push({event:Ci,listeners:pn}),Ci.data=Ga))}Xe(Fa,C)})}function bn(g,C,z){return{instance:g,listener:C,currentTarget:z}}function on(g,C){for(var z=C+"Capture",_e=[];g!==null;){var De=g,ot=De.stateNode;De.tag===5&&ot!==null&&(De=ot,ot=mr(g,z),ot!=null&&_e.unshift(bn(g,ot,De)),ot=mr(g,C),ot!=null&&_e.push(bn(g,ot,De))),g=g.return}return _e}function xn(g){if(g===null)return null;do g=g.return;while(g&&g.tag!==5);return g||null}function si(g,C,z,_e,De){for(var ot=C._reactName,$t=[];z!==null&&z!==_e;){var ar=z,Ir=ar.alternate,pn=ar.stateNode;if(Ir!==null&&Ir===_e)break;ar.tag===5&&pn!==null&&(ar=pn,De?(Ir=mr(z,ot),Ir!=null&&$t.unshift(bn(z,Ir,ar))):De||(Ir=mr(z,ot),Ir!=null&&$t.push(bn(z,Ir,ar)))),z=z.return}$t.length!==0&&g.push({event:C,listeners:$t})}function ii(){}var Ti=null,ki=null;function ta(g,C){switch(g){case"button":case"input":case"select":case"textarea":return!!C.autoFocus}return!1}function Ki(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 Pi=typeof setTimeout=="function"?setTimeout:void 0,Ta=typeof clearTimeout=="function"?clearTimeout:void 0;function Ri(g){g.nodeType===1?g.textContent="":g.nodeType===9&&(g=g.body,g!=null&&(g.textContent=""))}function wi(g){for(;g!=null;g=g.nextSibling){var C=g.nodeType;if(C===1||C===3)break}return g}function va(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 yo=0;function Gs(g){return{$$typeof:$,toString:g,valueOf:g}}var ia=Math.random().toString(36).slice(2),qa="__reactFiber$"+ia,ha="__reactProps$"+ia,zi="__reactContainer$"+ia,Oa="__reactEvents$"+ia;function ls(g){var C=g[qa];if(C)return C;for(var z=g.parentNode;z;){if(C=z[zi]||z[qa]){if(z=C.alternate,C.child!==null||z!==null&&z.child!==null)for(g=va(g);g!==null;){if(z=g[qa])return z;g=va(g)}return C}g=z,z=g.parentNode}return null}function ms(g){return g=g[qa]||g[zi],!g||g.tag!==5&&g.tag!==6&&g.tag!==13&&g.tag!==3?null:g}function ao(g){if(g.tag===5||g.tag===6)return g.stateNode;throw Error(c(33))}function ys(g){return g[ha]||null}function So(g){var C=g[Oa];return C===void 0&&(C=g[Oa]=new Set),C}var cs=[],bo=-1;function so(g){return{current:g}}function Vi(g){0>bo||(g.current=cs[bo],cs[bo]=null,bo--)}function Ma(g,C){bo++,cs[bo]=g.current,g.current=C}var Ks={},Da=so(Ks),ge=so(!1),we=Ks;function Er(g,C){var z=g.type.contextTypes;if(!z)return Ks;var _e=g.stateNode;if(_e&&_e.__reactInternalMemoizedUnmaskedChildContext===C)return _e.__reactInternalMemoizedMaskedChildContext;var De={},ot;for(ot in z)De[ot]=C[ot];return _e&&(g=g.stateNode,g.__reactInternalMemoizedUnmaskedChildContext=C,g.__reactInternalMemoizedMaskedChildContext=De),De}function rn(g){return g=g.childContextTypes,g!=null}function br(){Vi(ge),Vi(Da)}function en(g,C,z){if(Da.current!==Ks)throw Error(c(168));Ma(Da,C),Ma(ge,z)}function Dn(g,C,z){var _e=g.stateNode;if(g=C.childContextTypes,typeof _e.getChildContext!="function")return z;_e=_e.getChildContext();for(var De in _e)if(!(De in g))throw Error(c(108,Ft(C)||"Unknown",De));return i({},z,_e)}function ai(g){return g=(g=g.stateNode)&&g.__reactInternalMemoizedMergedChildContext||Ks,we=Da.current,Ma(Da,g),Ma(ge,ge.current),!0}function Zi(g,C,z){var _e=g.stateNode;if(!_e)throw Error(c(169));z?(g=Dn(g,C,we),_e.__reactInternalMemoizedMergedChildContext=g,Vi(ge),Vi(Da),Ma(Da,g)):Vi(ge),Ma(ge,z)}var $n=null,Fn=null,Kn=l.unstable_runWithPriority,ga=l.unstable_scheduleCallback,aa=l.unstable_cancelCallback,Do=l.unstable_shouldYield,Ao=l.unstable_requestPaint,Su=l.unstable_now,Kl=l.unstable_getCurrentPriorityLevel,fl=l.unstable_ImmediatePriority,qu=l.unstable_UserBlockingPriority,Yc=l.unstable_NormalPriority,yu=l.unstable_LowPriority,Ve=l.unstable_IdlePriority,Z={},Y=Ao!==void 0?Ao:function(){},ne=null,de=null,Ee=!1,Ke=Su(),Pt=1e4>Ke?Su:function(){return Su()-Ke};function zt(){switch(Kl()){case fl:return 99;case qu:return 98;case Yc:return 97;case yu:return 96;case Ve:return 95;default:throw Error(c(332))}}function ir(g){switch(g){case 99:return fl;case 98:return qu;case 97:return Yc;case 96:return yu;case 95:return Ve;default:throw Error(c(332))}}function Ar(g,C){return g=ir(g),Kn(g,C)}function $r(g,C,z){return g=ir(g),ga(g,C,z)}function Xt(){if(de!==null){var g=de;de=null,aa(g)}Tn()}function Tn(){if(!Ee&&ne!==null){Ee=!0;var g=0;try{var C=ne;Ar(99,function(){for(;g<C.length;g++){var z=C[g];do z=z(!0);while(z!==null)}}),ne=null}catch(z){throw ne!==null&&(ne=ne.slice(g+1)),ga(fl,Xt),z}finally{Ee=!1}}}var Yn=N.ReactCurrentBatchConfig;function ri(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 Ei=so(null),Aa=null,ya=null,Ea=null;function Es(){Ea=ya=Aa=null}function Ds(g){var C=Ei.current;Vi(Ei),g.type._context._currentValue=C}function bs(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 vs(g,C){Aa=g,Ea=ya=null,g=g.dependencies,g!==null&&g.firstContext!==null&&(g.lanes&C&&(il=!0),g.firstContext=null)}function Na(g,C){if(Ea!==g&&C!==!1&&C!==0)if((typeof C!="number"||C===1073741823)&&(Ea=g,C=1073741823),C={context:g,observedBits:C,next:null},ya===null){if(Aa===null)throw Error(c(308));ya=C,Aa.dependencies={lanes:0,firstContext:C,responders:null}}else ya=ya.next=C;return g._currentValue}var Vs=!1;function ns(g){g.updateQueue={baseState:g.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null},effects:null}}function Ai(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 Co(g,C){return{eventTime:g,lane:C,tag:0,payload:null,callback:null,next:null}}function Fo(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 bu(g,C){var z=g.updateQueue,_e=g.alternate;if(_e!==null&&(_e=_e.updateQueue,z===_e)){var De=null,ot=null;if(z=z.firstBaseUpdate,z!==null){do{var $t={eventTime:z.eventTime,lane:z.lane,tag:z.tag,payload:z.payload,callback:z.callback,next:null};ot===null?De=ot=$t:ot=ot.next=$t,z=z.next}while(z!==null);ot===null?De=ot=C:ot=ot.next=C}else De=ot=C;z={baseState:_e.baseState,firstBaseUpdate:De,lastBaseUpdate:ot,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 Ys(g,C,z,_e){var De=g.updateQueue;Vs=!1;var ot=De.firstBaseUpdate,$t=De.lastBaseUpdate,ar=De.shared.pending;if(ar!==null){De.shared.pending=null;var Ir=ar,pn=Ir.next;Ir.next=null,$t===null?ot=pn:$t.next=pn,$t=Ir;var Ci=g.alternate;if(Ci!==null){Ci=Ci.updateQueue;var Fa=Ci.lastBaseUpdate;Fa!==$t&&(Fa===null?Ci.firstBaseUpdate=pn:Fa.next=pn,Ci.lastBaseUpdate=Ir)}}if(ot!==null){Fa=De.baseState,$t=0,Ci=pn=Ir=null;do{ar=ot.lane;var Xn=ot.eventTime;if((_e&ar)===ar){Ci!==null&&(Ci=Ci.next={eventTime:Xn,lane:0,tag:ot.tag,payload:ot.payload,callback:ot.callback,next:null});e:{var ua=g,ja=ot;switch(ar=C,Xn=z,ja.tag){case 1:if(ua=ja.payload,typeof ua=="function"){Fa=ua.call(Xn,Fa,ar);break e}Fa=ua;break e;case 3:ua.flags=ua.flags&-4097|64;case 0:if(ua=ja.payload,ar=typeof ua=="function"?ua.call(Xn,Fa,ar):ua,ar==null)break e;Fa=i({},Fa,ar);break e;case 2:Vs=!0}}ot.callback!==null&&(g.flags|=32,ar=De.effects,ar===null?De.effects=[ot]:ar.push(ot))}else Xn={eventTime:Xn,lane:ar,tag:ot.tag,payload:ot.payload,callback:ot.callback,next:null},Ci===null?(pn=Ci=Xn,Ir=Fa):Ci=Ci.next=Xn,$t|=ar;if(ot=ot.next,ot===null){if(ar=De.shared.pending,ar===null)break;ot=ar.next,ar.next=null,De.lastBaseUpdate=ar,De.shared.pending=null}}while(!0);Ci===null&&(Ir=Fa),De.baseState=Ir,De.firstBaseUpdate=pn,De.lastBaseUpdate=Ci,Io|=$t,g.lanes=$t,g.memoizedState=Fa}}function $o(g,C,z){if(g=C.effects,C.effects=null,g!==null)for(C=0;C<g.length;C++){var _e=g[C],De=_e.callback;if(De!==null){if(_e.callback=null,_e=z,typeof De!="function")throw Error(c(191,De));De.call(_e)}}}var po=new r.Component().refs;function Au(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 Nu={isMounted:function(g){return(g=g._reactInternals)?it(g)===g:!1},enqueueSetState:function(g,C,z){g=g._reactInternals;var _e=Ru(),De=vl(g),ot=Co(_e,De);ot.payload=C,z!=null&&(ot.callback=z),Fo(g,ot),_l(g,De,_e)},enqueueReplaceState:function(g,C,z){g=g._reactInternals;var _e=Ru(),De=vl(g),ot=Co(_e,De);ot.tag=1,ot.payload=C,z!=null&&(ot.callback=z),Fo(g,ot),_l(g,De,_e)},enqueueForceUpdate:function(g,C){g=g._reactInternals;var z=Ru(),_e=vl(g),De=Co(z,_e);De.tag=2,C!=null&&(De.callback=C),Fo(g,De),_l(g,_e,z)}};function dl(g,C,z,_e,De,ot,$t){return g=g.stateNode,typeof g.shouldComponentUpdate=="function"?g.shouldComponentUpdate(_e,ot,$t):C.prototype&&C.prototype.isPureReactComponent?!ea(z,_e)||!ea(De,ot):!0}function Ju(g,C,z){var _e=!1,De=Ks,ot=C.contextType;return typeof ot=="object"&&ot!==null?ot=Na(ot):(De=rn(C)?we:Da.current,_e=C.contextTypes,ot=(_e=_e!=null)?Er(g,De):Ks),C=new C(z,ot),g.memoizedState=C.state!==null&&C.state!==void 0?C.state:null,C.updater=Nu,g.stateNode=C,C._reactInternals=g,_e&&(g=g.stateNode,g.__reactInternalMemoizedUnmaskedChildContext=De,g.__reactInternalMemoizedMaskedChildContext=ot),C}function to(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&&Nu.enqueueReplaceState(C,C.state,null)}function Cu(g,C,z,_e){var De=g.stateNode;De.props=z,De.state=g.memoizedState,De.refs=po,ns(g);var ot=C.contextType;typeof ot=="object"&&ot!==null?De.context=Na(ot):(ot=rn(C)?we:Da.current,De.context=Er(g,ot)),Ys(g,z,De,_e),De.state=g.memoizedState,ot=C.getDerivedStateFromProps,typeof ot=="function"&&(Au(g,C,ot,z),De.state=g.memoizedState),typeof C.getDerivedStateFromProps=="function"||typeof De.getSnapshotBeforeUpdate=="function"||typeof De.UNSAFE_componentWillMount!="function"&&typeof De.componentWillMount!="function"||(C=De.state,typeof De.componentWillMount=="function"&&De.componentWillMount(),typeof De.UNSAFE_componentWillMount=="function"&&De.UNSAFE_componentWillMount(),C!==De.state&&Nu.enqueueReplaceState(De,De.state,null),Ys(g,z,De,_e),De.state=g.memoizedState),typeof De.componentDidMount=="function"&&(g.flags|=4)}var el=Array.isArray;function Zo(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 De=""+g;return C!==null&&C.ref!==null&&typeof C.ref=="function"&&C.ref._stringRef===De?C.ref:(C=function(ot){var $t=_e.refs;$t===po&&($t=_e.refs={}),ot===null?delete $t[De]:$t[De]=ot},C._stringRef=De,C)}if(typeof g!="string")throw Error(c(284));if(!z._owner)throw Error(c(290,g))}return g}function Rl(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 Ll(g){function C(tn,jr){if(g){var Qr=tn.lastEffect;Qr!==null?(Qr.nextEffect=jr,tn.lastEffect=jr):tn.firstEffect=tn.lastEffect=jr,jr.nextEffect=null,jr.flags=8}}function z(tn,jr){if(!g)return null;for(;jr!==null;)C(tn,jr),jr=jr.sibling;return null}function _e(tn,jr){for(tn=new Map;jr!==null;)jr.key!==null?tn.set(jr.key,jr):tn.set(jr.index,jr),jr=jr.sibling;return tn}function De(tn,jr){return tn=Dl(tn,jr),tn.index=0,tn.sibling=null,tn}function ot(tn,jr,Qr){return tn.index=Qr,g?(Qr=tn.alternate,Qr!==null?(Qr=Qr.index,Qr<jr?(tn.flags=2,jr):Qr):(tn.flags=2,jr)):jr}function $t(tn){return g&&tn.alternate===null&&(tn.flags=2),tn}function ar(tn,jr,Qr,kn){return jr===null||jr.tag!==6?(jr=Pf(Qr,tn.mode,kn),jr.return=tn,jr):(jr=De(jr,Qr),jr.return=tn,jr)}function Ir(tn,jr,Qr,kn){return jr!==null&&jr.elementType===Qr.type?(kn=De(jr,Qr.props),kn.ref=Zo(tn,jr,Qr),kn.return=tn,kn):(kn=gc(Qr.type,Qr.key,Qr.props,null,tn.mode,kn),kn.ref=Zo(tn,jr,Qr),kn.return=tn,kn)}function pn(tn,jr,Qr,kn){return jr===null||jr.tag!==4||jr.stateNode.containerInfo!==Qr.containerInfo||jr.stateNode.implementation!==Qr.implementation?(jr=ff(Qr,tn.mode,kn),jr.return=tn,jr):(jr=De(jr,Qr.children||[]),jr.return=tn,jr)}function Ci(tn,jr,Qr,kn,Zn){return jr===null||jr.tag!==7?(jr=ou(Qr,tn.mode,kn,Zn),jr.return=tn,jr):(jr=De(jr,Qr),jr.return=tn,jr)}function Fa(tn,jr,Qr){if(typeof jr=="string"||typeof jr=="number")return jr=Pf(""+jr,tn.mode,Qr),jr.return=tn,jr;if(typeof jr=="object"&&jr!==null){switch(jr.$$typeof){case K:return Qr=gc(jr.type,jr.key,jr.props,null,tn.mode,Qr),Qr.ref=Zo(tn,null,jr),Qr.return=tn,Qr;case H:return jr=ff(jr,tn.mode,Qr),jr.return=tn,jr}if(el(jr)||He(jr))return jr=ou(jr,tn.mode,Qr,null),jr.return=tn,jr;Rl(tn,jr)}return null}function Xn(tn,jr,Qr,kn){var Zn=jr!==null?jr.key:null;if(typeof Qr=="string"||typeof Qr=="number")return Zn!==null?null:ar(tn,jr,""+Qr,kn);if(typeof Qr=="object"&&Qr!==null){switch(Qr.$$typeof){case K:return Qr.key===Zn?Qr.type===W?Ci(tn,jr,Qr.props.children,kn,Zn):Ir(tn,jr,Qr,kn):null;case H:return Qr.key===Zn?pn(tn,jr,Qr,kn):null}if(el(Qr)||He(Qr))return Zn!==null?null:Ci(tn,jr,Qr,kn,null);Rl(tn,Qr)}return null}function ua(tn,jr,Qr,kn,Zn){if(typeof kn=="string"||typeof kn=="number")return tn=tn.get(Qr)||null,ar(jr,tn,""+kn,Zn);if(typeof kn=="object"&&kn!==null){switch(kn.$$typeof){case K:return tn=tn.get(kn.key===null?Qr:kn.key)||null,kn.type===W?Ci(jr,tn,kn.props.children,Zn,kn.key):Ir(jr,tn,kn,Zn);case H:return tn=tn.get(kn.key===null?Qr:kn.key)||null,pn(jr,tn,kn,Zn)}if(el(kn)||He(kn))return tn=tn.get(Qr)||null,Ci(jr,tn,kn,Zn,null);Rl(jr,kn)}return null}function ja(tn,jr,Qr,kn){for(var Zn=null,Ha=null,Wi=jr,Ga=jr=0,fs=null;Wi!==null&&Ga<Qr.length;Ga++){Wi.index>Ga?(fs=Wi,Wi=null):fs=Wi.sibling;var Ka=Xn(tn,Wi,Qr[Ga],kn);if(Ka===null){Wi===null&&(Wi=fs);break}g&&Wi&&Ka.alternate===null&&C(tn,Wi),jr=ot(Ka,jr,Ga),Ha===null?Zn=Ka:Ha.sibling=Ka,Ha=Ka,Wi=fs}if(Ga===Qr.length)return z(tn,Wi),Zn;if(Wi===null){for(;Ga<Qr.length;Ga++)Wi=Fa(tn,Qr[Ga],kn),Wi!==null&&(jr=ot(Wi,jr,Ga),Ha===null?Zn=Wi:Ha.sibling=Wi,Ha=Wi);return Zn}for(Wi=_e(tn,Wi);Ga<Qr.length;Ga++)fs=ua(Wi,tn,Ga,Qr[Ga],kn),fs!==null&&(g&&fs.alternate!==null&&Wi.delete(fs.key===null?Ga:fs.key),jr=ot(fs,jr,Ga),Ha===null?Zn=fs:Ha.sibling=fs,Ha=fs);return g&&Wi.forEach(function(Gc){return C(tn,Gc)}),Zn}function Ra(tn,jr,Qr,kn){var Zn=He(Qr);if(typeof Zn!="function")throw Error(c(150));if(Qr=Zn.call(Qr),Qr==null)throw Error(c(151));for(var Ha=Zn=null,Wi=jr,Ga=jr=0,fs=null,Ka=Qr.next();Wi!==null&&!Ka.done;Ga++,Ka=Qr.next()){Wi.index>Ga?(fs=Wi,Wi=null):fs=Wi.sibling;var Gc=Xn(tn,Wi,Ka.value,kn);if(Gc===null){Wi===null&&(Wi=fs);break}g&&Wi&&Gc.alternate===null&&C(tn,Wi),jr=ot(Gc,jr,Ga),Ha===null?Zn=Gc:Ha.sibling=Gc,Ha=Gc,Wi=fs}if(Ka.done)return z(tn,Wi),Zn;if(Wi===null){for(;!Ka.done;Ga++,Ka=Qr.next())Ka=Fa(tn,Ka.value,kn),Ka!==null&&(jr=ot(Ka,jr,Ga),Ha===null?Zn=Ka:Ha.sibling=Ka,Ha=Ka);return Zn}for(Wi=_e(tn,Wi);!Ka.done;Ga++,Ka=Qr.next())Ka=ua(Wi,tn,Ga,Ka.value,kn),Ka!==null&&(g&&Ka.alternate!==null&&Wi.delete(Ka.key===null?Ga:Ka.key),jr=ot(Ka,jr,Ga),Ha===null?Zn=Ka:Ha.sibling=Ka,Ha=Ka);return g&&Wi.forEach(function(Kc){return C(tn,Kc)}),Zn}return function(tn,jr,Qr,kn){var Zn=typeof Qr=="object"&&Qr!==null&&Qr.type===W&&Qr.key===null;Zn&&(Qr=Qr.props.children);var Ha=typeof Qr=="object"&&Qr!==null;if(Ha)switch(Qr.$$typeof){case K:e:{for(Ha=Qr.key,Zn=jr;Zn!==null;){if(Zn.key===Ha){switch(Zn.tag){case 7:if(Qr.type===W){z(tn,Zn.sibling),jr=De(Zn,Qr.props.children),jr.return=tn,tn=jr;break e}break;default:if(Zn.elementType===Qr.type){z(tn,Zn.sibling),jr=De(Zn,Qr.props),jr.ref=Zo(tn,Zn,Qr),jr.return=tn,tn=jr;break e}}z(tn,Zn);break}else C(tn,Zn);Zn=Zn.sibling}Qr.type===W?(jr=ou(Qr.props.children,tn.mode,kn,Qr.key),jr.return=tn,tn=jr):(kn=gc(Qr.type,Qr.key,Qr.props,null,tn.mode,kn),kn.ref=Zo(tn,jr,Qr),kn.return=tn,tn=kn)}return $t(tn);case H:e:{for(Zn=Qr.key;jr!==null;){if(jr.key===Zn)if(jr.tag===4&&jr.stateNode.containerInfo===Qr.containerInfo&&jr.stateNode.implementation===Qr.implementation){z(tn,jr.sibling),jr=De(jr,Qr.children||[]),jr.return=tn,tn=jr;break e}else{z(tn,jr);break}else C(tn,jr);jr=jr.sibling}jr=ff(Qr,tn.mode,kn),jr.return=tn,tn=jr}return $t(tn)}if(typeof Qr=="string"||typeof Qr=="number")return Qr=""+Qr,jr!==null&&jr.tag===6?(z(tn,jr.sibling),jr=De(jr,Qr),jr.return=tn,tn=jr):(z(tn,jr),jr=Pf(Qr,tn.mode,kn),jr.return=tn,tn=jr),$t(tn);if(el(Qr))return ja(tn,jr,Qr,kn);if(He(Qr))return Ra(tn,jr,Qr,kn);if(Ha&&Rl(tn,Qr),typeof Qr=="undefined"&&!Zn)switch(tn.tag){case 1:case 22:case 0:case 11:case 15:throw Error(c(152,Ft(tn.type)||"Component"))}return z(tn,jr)}}var fu=Ll(!0),sc=Ll(!1),oo={},du=so(oo),Tu=so(oo),Ml=so(oo);function tl(g){if(g===oo)throw Error(c(174));return g}function Xc(g,C){switch(Ma(Ml,C),Ma(Tu,g),Ma(du,oo),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)}Vi(du),Ma(du,C)}function Vl(){Vi(du),Vi(Tu),Vi(Ml)}function fi(g){tl(Ml.current);var C=tl(du.current),z=Lt(C,g.type);C!==z&&(Ma(Tu,g),Ma(du,z))}function Qc(g){Tu.current===g&&(Vi(du),Vi(Tu))}var To=so(0);function Ac(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 Bu=null,rl=null,ju=!1;function pf(g,C){var z=vu(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 iu(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 Bo(g){if(ju){var C=rl;if(C){var z=C;if(!iu(g,C)){if(C=wi(z.nextSibling),!C||!iu(g,C)){g.flags=g.flags&-1025|2,ju=!1,Bu=g;return}pf(Bu,z)}Bu=g,rl=wi(C.firstChild)}else g.flags=g.flags&-1025|2,ju=!1,Bu=g}}function mf(g){for(g=g.return;g!==null&&g.tag!==5&&g.tag!==3&&g.tag!==13;)g=g.return;Bu=g}function Uu(g){if(g!==Bu)return!1;if(!ju)return mf(g),ju=!0,!1;var C=g.type;if(g.tag!==5||C!=="head"&&C!=="body"&&!Ki(C,g.memoizedProps))for(C=rl;C;)pf(g,C),C=wi(C.nextSibling);if(mf(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){rl=wi(g.nextSibling);break e}C--}else z!=="$"&&z!=="$!"&&z!=="$?"||C++}g=g.nextSibling}rl=null}}else rl=Bu?wi(g.stateNode.nextSibling):null;return!0}function qc(){rl=Bu=null,ju=!1}var Fl=[];function Jc(){for(var g=0;g<Fl.length;g++)Fl[g]._workInProgressVersionPrimary=null;Fl.length=0}var hu=N.ReactCurrentDispatcher,Pu=N.ReactCurrentBatchConfig,Bl=0,uo=null,Qo=null,au=null,Cc=!1,Yl=!1;function Iu(){throw Error(c(321))}function ef(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 Tc(g,C,z,_e,De,ot){if(Bl=ot,uo=C,C.memoizedState=null,C.updateQueue=null,C.lanes=0,hu.current=g===null||g.memoizedState===null?Po:yf,g=z(_e,De),Yl){ot=0;do{if(Yl=!1,!(25>ot))throw Error(c(301));ot+=1,au=Qo=null,C.updateQueue=null,hu.current=nf,g=z(_e,De)}while(Yl)}if(hu.current=lc,C=Qo!==null&&Qo.next!==null,Bl=0,au=Qo=uo=null,Cc=!1,C)throw Error(c(300));return g}function Ou(){var g={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return au===null?uo.memoizedState=au=g:au=au.next=g,au}function Nl(){if(Qo===null){var g=uo.alternate;g=g!==null?g.memoizedState:null}else g=Qo.next;var C=au===null?uo.memoizedState:au.next;if(C!==null)au=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},au===null?uo.memoizedState=au=g:au=au.next=g}return au}function zu(g,C){return typeof C=="function"?C(g):C}function Pc(g){var C=Nl(),z=C.queue;if(z===null)throw Error(c(311));z.lastRenderedReducer=g;var _e=Qo,De=_e.baseQueue,ot=z.pending;if(ot!==null){if(De!==null){var $t=De.next;De.next=ot.next,ot.next=$t}_e.baseQueue=De=ot,z.pending=null}if(De!==null){De=De.next,_e=_e.baseState;var ar=$t=ot=null,Ir=De;do{var pn=Ir.lane;if((Bl&pn)===pn)ar!==null&&(ar=ar.next={lane:0,action:Ir.action,eagerReducer:Ir.eagerReducer,eagerState:Ir.eagerState,next:null}),_e=Ir.eagerReducer===g?Ir.eagerState:g(_e,Ir.action);else{var Ci={lane:pn,action:Ir.action,eagerReducer:Ir.eagerReducer,eagerState:Ir.eagerState,next:null};ar===null?($t=ar=Ci,ot=_e):ar=ar.next=Ci,uo.lanes|=pn,Io|=pn}Ir=Ir.next}while(Ir!==null&&Ir!==De);ar===null?ot=_e:ar.next=$t,Gn(_e,C.memoizedState)||(il=!0),C.memoizedState=_e,C.baseState=ot,C.baseQueue=ar,z.lastRenderedState=_e}return[C.memoizedState,z.dispatch]}function jl(g){var C=Nl(),z=C.queue;if(z===null)throw Error(c(311));z.lastRenderedReducer=g;var _e=z.dispatch,De=z.pending,ot=C.memoizedState;if(De!==null){z.pending=null;var $t=De=De.next;do ot=g(ot,$t.action),$t=$t.next;while($t!==De);Gn(ot,C.memoizedState)||(il=!0),C.memoizedState=ot,C.baseQueue===null&&(C.baseState=ot),z.lastRenderedState=ot}return[ot,_e]}function Xa(g,C,z){var _e=C._getVersion;_e=_e(C._source);var De=C._workInProgressVersionPrimary;if(De!==null?g=De===_e:(g=g.mutableReadLanes,(g=(Bl&g)===g)&&(C._workInProgressVersionPrimary=_e,Fl.push(C))),g)return z(C._source);throw Fl.push(C),Error(c(350))}function Df(g,C,z,_e){var De=fn;if(De===null)throw Error(c(349));var ot=C._getVersion,$t=ot(C._source),ar=hu.current,Ir=ar.useState(function(){return Xa(De,C,z)}),pn=Ir[1],Ci=Ir[0];Ir=au;var Fa=g.memoizedState,Xn=Fa.refs,ua=Xn.getSnapshot,ja=Fa.source;Fa=Fa.subscribe;var Ra=uo;return g.memoizedState={refs:Xn,source:C,subscribe:_e},ar.useEffect(function(){Xn.getSnapshot=z,Xn.setSnapshot=pn;var tn=ot(C._source);if(!Gn($t,tn)){tn=z(C._source),Gn(Ci,tn)||(pn(tn),tn=vl(Ra),De.mutableReadLanes|=tn&De.pendingLanes),tn=De.mutableReadLanes,De.entangledLanes|=tn;for(var jr=De.entanglements,Qr=tn;0<Qr;){var kn=31-yi(Qr),Zn=1<<kn;jr[kn]|=tn,Qr&=~Zn}}},[z,C,_e]),ar.useEffect(function(){return _e(C._source,function(){var tn=Xn.getSnapshot,jr=Xn.setSnapshot;try{jr(tn(C._source));var Qr=vl(Ra);De.mutableReadLanes|=Qr&De.pendingLanes}catch(kn){jr(function(){throw kn})}})},[C,_e]),Gn(ua,z)&&Gn(ja,C)&&Gn(Fa,_e)||(g={pending:null,dispatch:null,lastRenderedReducer:zu,lastRenderedState:Ci},g.dispatch=pn=gf.bind(null,uo,g),Ir.queue=g,Ir.baseQueue=null,Ci=Xa(De,C,z),Ir.memoizedState=Ir.baseState=Ci),Ci}function vf(g,C,z){var _e=Nl();return Df(_e,g,C,z)}function hl(g){var C=Ou();return typeof g=="function"&&(g=g()),C.memoizedState=C.baseState=g,g=C.queue={pending:null,dispatch:null,lastRenderedReducer:zu,lastRenderedState:g},g=g.dispatch=gf.bind(null,uo,g),[C.memoizedState,g]}function Ic(g,C,z,_e){return g={tag:g,create:C,destroy:z,deps:_e,next:null},C=uo.updateQueue,C===null?(C={lastEffect:null},uo.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 tf(g){var C=Ou();return g={current:g},C.memoizedState=g}function Oc(){return Nl().memoizedState}function pu(g,C,z,_e){var De=Ou();uo.flags|=g,De.memoizedState=Ic(1|C,z,void 0,_e===void 0?null:_e)}function Dc(g,C,z,_e){var De=Nl();_e=_e===void 0?null:_e;var ot=void 0;if(Qo!==null){var $t=Qo.memoizedState;if(ot=$t.destroy,_e!==null&&ef(_e,$t.deps)){Ic(C,z,ot,_e);return}}uo.flags|=g,De.memoizedState=Ic(1|C,z,ot,_e)}function oc(g,C){return pu(516,4,g,C)}function uc(g,C){return Dc(516,4,g,C)}function _f(g,C){return Dc(4,2,g,C)}function kc(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 xo(g,C,z){return z=z!=null?z.concat([g]):null,Dc(4,2,kc.bind(null,C,g),z)}function Ls(){}function nl(g,C){var z=Nl();C=C===void 0?null:C;var _e=z.memoizedState;return _e!==null&&C!==null&&ef(C,_e[1])?_e[0]:(z.memoizedState=[g,C],g)}function su(g,C){var z=Nl();C=C===void 0?null:C;var _e=z.memoizedState;return _e!==null&&C!==null&&ef(C,_e[1])?_e[0]:(g=g(),z.memoizedState=[g,C],g)}function rf(g,C){var z=zt();Ar(98>z?98:z,function(){g(!0)}),Ar(97<z?97:z,function(){var _e=Pu.transition;Pu.transition=1;try{g(!1),C()}finally{Pu.transition=_e}})}function gf(g,C,z){var _e=Ru(),De=vl(g),ot={lane:De,action:z,eagerReducer:null,eagerState:null,next:null},$t=C.pending;if($t===null?ot.next=ot:(ot.next=$t.next,$t.next=ot),C.pending=ot,$t=g.alternate,g===uo||$t!==null&&$t===uo)Yl=Cc=!0;else{if(g.lanes===0&&($t===null||$t.lanes===0)&&($t=C.lastRenderedReducer,$t!==null))try{var ar=C.lastRenderedState,Ir=$t(ar,z);if(ot.eagerReducer=$t,ot.eagerState=Ir,Gn(Ir,ar))return}catch(pn){}finally{}_l(g,De,_e)}}var lc={readContext:Na,useCallback:Iu,useContext:Iu,useEffect:Iu,useImperativeHandle:Iu,useLayoutEffect:Iu,useMemo:Iu,useReducer:Iu,useRef:Iu,useState:Iu,useDebugValue:Iu,useDeferredValue:Iu,useTransition:Iu,useMutableSource:Iu,useOpaqueIdentifier:Iu,unstable_isNewReconciler:!1},Po={readContext:Na,useCallback:function(g,C){return Ou().memoizedState=[g,C===void 0?null:C],g},useContext:Na,useEffect:oc,useImperativeHandle:function(g,C,z){return z=z!=null?z.concat([g]):null,pu(4,2,kc.bind(null,C,g),z)},useLayoutEffect:function(g,C){return pu(4,2,g,C)},useMemo:function(g,C){var z=Ou();return C=C===void 0?null:C,g=g(),z.memoizedState=[g,C],g},useReducer:function(g,C,z){var _e=Ou();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=gf.bind(null,uo,g),[_e.memoizedState,g]},useRef:tf,useState:hl,useDebugValue:Ls,useDeferredValue:function(g){var C=hl(g),z=C[0],_e=C[1];return oc(function(){var De=Pu.transition;Pu.transition=1;try{_e(g)}finally{Pu.transition=De}},[g]),z},useTransition:function(){var g=hl(!1),C=g[0];return g=rf.bind(null,g[1]),tf(g),[g,C]},useMutableSource:function(g,C,z){var _e=Ou();return _e.memoizedState={refs:{getSnapshot:C,setSnapshot:null},source:g,subscribe:z},Df(_e,g,C,z)},useOpaqueIdentifier:function(){if(ju){var g=!1,C=Gs(function(){throw g||(g=!0,z("r:"+(yo++).toString(36))),Error(c(355))}),z=hl(C)[1];return!(uo.mode&2)&&(uo.flags|=516,Ic(5,function(){z("r:"+(yo++).toString(36))},void 0,null)),C}return C="r:"+(yo++).toString(36),hl(C),C},unstable_isNewReconciler:!1},yf={readContext:Na,useCallback:nl,useContext:Na,useEffect:uc,useImperativeHandle:xo,useLayoutEffect:_f,useMemo:su,useReducer:Pc,useRef:Oc,useState:function(){return Pc(zu)},useDebugValue:Ls,useDeferredValue:function(g){var C=Pc(zu),z=C[0],_e=C[1];return uc(function(){var De=Pu.transition;Pu.transition=1;try{_e(g)}finally{Pu.transition=De}},[g]),z},useTransition:function(){var g=Pc(zu)[0];return[Oc().current,g]},useMutableSource:vf,useOpaqueIdentifier:function(){return Pc(zu)[0]},unstable_isNewReconciler:!1},nf={readContext:Na,useCallback:nl,useContext:Na,useEffect:uc,useImperativeHandle:xo,useLayoutEffect:_f,useMemo:su,useReducer:jl,useRef:Oc,useState:function(){return jl(zu)},useDebugValue:Ls,useDeferredValue:function(g){var C=jl(zu),z=C[0],_e=C[1];return uc(function(){var De=Pu.transition;Pu.transition=1;try{_e(g)}finally{Pu.transition=De}},[g]),z},useTransition:function(){var g=jl(zu)[0];return[Oc().current,g]},useMutableSource:vf,useOpaqueIdentifier:function(){return jl(zu)[0]},unstable_isNewReconciler:!1},wl=N.ReactCurrentOwner,il=!1;function lo(g,C,z,_e){C.child=g===null?sc(C,null,z,_e):fu(C,g.child,z,_e)}function pl(g,C,z,_e,De){z=z.render;var ot=C.ref;return vs(C,De),_e=Tc(g,C,z,_e,ot,De),g!==null&&!il?(C.updateQueue=g.updateQueue,C.flags&=-517,g.lanes&=~De,al(g,C,De)):(C.flags|=1,lo(g,C,_e,De),C.child)}function Rc(g,C,z,_e,De,ot){if(g===null){var $t=z.type;return typeof $t=="function"&&!Tf($t)&&$t.defaultProps===void 0&&z.compare===null&&z.defaultProps===void 0?(C.tag=15,C.type=$t,bf(g,C,$t,_e,De,ot)):(g=gc(z.type,null,_e,C,C.mode,ot),g.ref=C.ref,g.return=C,C.child=g)}return $t=g.child,!(De&ot)&&(De=$t.memoizedProps,z=z.compare,z=z!==null?z:ea,z(De,_e)&&g.ref===C.ref)?al(g,C,ot):(C.flags|=1,g=Dl($t,_e),g.ref=C.ref,g.return=C,C.child=g)}function bf(g,C,z,_e,De,ot){if(g!==null&&ea(g.memoizedProps,_e)&&g.ref===C.ref)if(il=!1,(ot&De)!==0)g.flags&16384&&(il=!0);else return C.lanes=g.lanes,al(g,C,ot);return Wo(g,C,z,_e,ot)}function xf(g,C,z){var _e=C.pendingProps,De=_e.children,ot=g!==null?g.memoizedState:null;if(_e.mode==="hidden"||_e.mode==="unstable-defer-without-hiding")if(!(C.mode&4))C.memoizedState={baseLanes:0},qi(C,z);else if(z&1073741824)C.memoizedState={baseLanes:0},qi(C,ot!==null?ot.baseLanes:z);else return g=ot!==null?ot.baseLanes|z:z,C.lanes=C.childLanes=1073741824,C.memoizedState={baseLanes:g},qi(C,g),null;else ot!==null?(_e=ot.baseLanes|z,C.memoizedState=null):_e=z,qi(C,_e);return lo(g,C,De,z),C.child}function El(g,C){var z=C.ref;(g===null&&z!==null||g!==null&&g.ref!==z)&&(C.flags|=128)}function Wo(g,C,z,_e,De){var ot=rn(z)?we:Da.current;return ot=Er(C,ot),vs(C,De),z=Tc(g,C,z,_e,ot,De),g!==null&&!il?(C.updateQueue=g.updateQueue,C.flags&=-517,g.lanes&=~De,al(g,C,De)):(C.flags|=1,lo(g,C,z,De),C.child)}function Sl(g,C,z,_e,De){if(rn(z)){var ot=!0;ai(C)}else ot=!1;if(vs(C,De),C.stateNode===null)g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),Ju(C,z,_e),Cu(C,z,_e,De),_e=!0;else if(g===null){var $t=C.stateNode,ar=C.memoizedProps;$t.props=ar;var Ir=$t.context,pn=z.contextType;typeof pn=="object"&&pn!==null?pn=Na(pn):(pn=rn(z)?we:Da.current,pn=Er(C,pn));var Ci=z.getDerivedStateFromProps,Fa=typeof Ci=="function"||typeof $t.getSnapshotBeforeUpdate=="function";Fa||typeof $t.UNSAFE_componentWillReceiveProps!="function"&&typeof $t.componentWillReceiveProps!="function"||(ar!==_e||Ir!==pn)&&to(C,$t,_e,pn),Vs=!1;var Xn=C.memoizedState;$t.state=Xn,Ys(C,_e,$t,De),Ir=C.memoizedState,ar!==_e||Xn!==Ir||ge.current||Vs?(typeof Ci=="function"&&(Au(C,z,Ci,_e),Ir=C.memoizedState),(ar=Vs||dl(C,z,ar,_e,Xn,Ir,pn))?(Fa||typeof $t.UNSAFE_componentWillMount!="function"&&typeof $t.componentWillMount!="function"||(typeof $t.componentWillMount=="function"&&$t.componentWillMount(),typeof $t.UNSAFE_componentWillMount=="function"&&$t.UNSAFE_componentWillMount()),typeof $t.componentDidMount=="function"&&(C.flags|=4)):(typeof $t.componentDidMount=="function"&&(C.flags|=4),C.memoizedProps=_e,C.memoizedState=Ir),$t.props=_e,$t.state=Ir,$t.context=pn,_e=ar):(typeof $t.componentDidMount=="function"&&(C.flags|=4),_e=!1)}else{$t=C.stateNode,Ai(g,C),ar=C.memoizedProps,pn=C.type===C.elementType?ar:ri(C.type,ar),$t.props=pn,Fa=C.pendingProps,Xn=$t.context,Ir=z.contextType,typeof Ir=="object"&&Ir!==null?Ir=Na(Ir):(Ir=rn(z)?we:Da.current,Ir=Er(C,Ir));var ua=z.getDerivedStateFromProps;(Ci=typeof ua=="function"||typeof $t.getSnapshotBeforeUpdate=="function")||typeof $t.UNSAFE_componentWillReceiveProps!="function"&&typeof $t.componentWillReceiveProps!="function"||(ar!==Fa||Xn!==Ir)&&to(C,$t,_e,Ir),Vs=!1,Xn=C.memoizedState,$t.state=Xn,Ys(C,_e,$t,De);var ja=C.memoizedState;ar!==Fa||Xn!==ja||ge.current||Vs?(typeof ua=="function"&&(Au(C,z,ua,_e),ja=C.memoizedState),(pn=Vs||dl(C,z,pn,_e,Xn,ja,Ir))?(Ci||typeof $t.UNSAFE_componentWillUpdate!="function"&&typeof $t.componentWillUpdate!="function"||(typeof $t.componentWillUpdate=="function"&&$t.componentWillUpdate(_e,ja,Ir),typeof $t.UNSAFE_componentWillUpdate=="function"&&$t.UNSAFE_componentWillUpdate(_e,ja,Ir)),typeof $t.componentDidUpdate=="function"&&(C.flags|=4),typeof $t.getSnapshotBeforeUpdate=="function"&&(C.flags|=256)):(typeof $t.componentDidUpdate!="function"||ar===g.memoizedProps&&Xn===g.memoizedState||(C.flags|=4),typeof $t.getSnapshotBeforeUpdate!="function"||ar===g.memoizedProps&&Xn===g.memoizedState||(C.flags|=256),C.memoizedProps=_e,C.memoizedState=ja),$t.props=_e,$t.state=ja,$t.context=Ir,_e=pn):(typeof $t.componentDidUpdate!="function"||ar===g.memoizedProps&&Xn===g.memoizedState||(C.flags|=4),typeof $t.getSnapshotBeforeUpdate!="function"||ar===g.memoizedProps&&Xn===g.memoizedState||(C.flags|=256),_e=!1)}return Ue(g,C,z,_e,ot,De)}function Ue(g,C,z,_e,De,ot){El(g,C);var $t=(C.flags&64)!==0;if(!_e&&!$t)return De&&Zi(C,z,!1),al(g,C,ot);_e=C.stateNode,wl.current=C;var ar=$t&&typeof z.getDerivedStateFromError!="function"?null:_e.render();return C.flags|=1,g!==null&&$t?(C.child=fu(C,g.child,null,ot),C.child=fu(C,null,ar,ot)):lo(g,C,ar,ot),C.memoizedState=_e.state,De&&Zi(C,z,!0),C.child}function $u(g){var C=g.stateNode;C.pendingContext?en(g,C.pendingContext,C.pendingContext!==C.context):C.context&&en(g,C.context,!1),Xc(g,C.containerInfo)}var qo={dehydrated:null,retryLane:0};function cc(g,C,z){var _e=C.pendingProps,De=To.current,ot=!1,$t;return($t=(C.flags&64)!==0)||($t=g!==null&&g.memoizedState===null?!1:(De&2)!==0),$t?(ot=!0,C.flags&=-65):g!==null&&g.memoizedState===null||_e.fallback===void 0||_e.unstable_avoidThisFallback===!0||(De|=1),Ma(To,De&1),g===null?(_e.fallback!==void 0&&Bo(C),g=_e.children,De=_e.fallback,ot?(g=Jo(C,g,De,z),C.child.memoizedState={baseLanes:z},C.memoizedState=qo,g):typeof _e.unstable_expectedLoadTime=="number"?(g=Jo(C,g,De,z),C.child.memoizedState={baseLanes:z},C.memoizedState=qo,C.lanes=33554432,g):(z=Lf({mode:"visible",children:g},C.mode,z,null),z.return=C,C.child=z)):g.memoizedState!==null?ot?(_e=Lc(g,C,_e.children,_e.fallback,z),ot=C.child,De=g.child.memoizedState,ot.memoizedState=De===null?{baseLanes:z}:{baseLanes:De.baseLanes|z},ot.childLanes=g.childLanes&~z,C.memoizedState=qo,_e):(z=Zu(g,C,_e.children,z),C.memoizedState=null,z):ot?(_e=Lc(g,C,_e.children,_e.fallback,z),ot=C.child,De=g.child.memoizedState,ot.memoizedState=De===null?{baseLanes:z}:{baseLanes:De.baseLanes|z},ot.childLanes=g.childLanes&~z,C.memoizedState=qo,_e):(z=Zu(g,C,_e.children,z),C.memoizedState=null,z)}function Jo(g,C,z,_e){var De=g.mode,ot=g.child;return C={mode:"hidden",children:C},!(De&2)&&ot!==null?(ot.childLanes=0,ot.pendingProps=C):ot=Lf(C,De,0,null),z=ou(z,De,_e,null),ot.return=g,z.return=g,ot.sibling=z,g.child=ot,z}function Zu(g,C,z,_e){var De=g.child;return g=De.sibling,z=Dl(De,{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 Lc(g,C,z,_e,De){var ot=C.mode,$t=g.child;g=$t.sibling;var ar={mode:"hidden",children:z};return!(ot&2)&&C.child!==$t?(z=C.child,z.childLanes=0,z.pendingProps=ar,$t=z.lastEffect,$t!==null?(C.firstEffect=z.firstEffect,C.lastEffect=$t,$t.nextEffect=null):C.firstEffect=C.lastEffect=null):z=Dl($t,ar),g!==null?_e=Dl(g,_e):(_e=ou(_e,ot,De,null),_e.flags|=2),_e.return=C,z.return=C,z.sibling=_e,C.child=z,_e}function fc(g,C){g.lanes|=C;var z=g.alternate;z!==null&&(z.lanes|=C),bs(g.return,C)}function Ul(g,C,z,_e,De,ot){var $t=g.memoizedState;$t===null?g.memoizedState={isBackwards:C,rendering:null,renderingStartTime:0,last:_e,tail:z,tailMode:De,lastEffect:ot}:($t.isBackwards=C,$t.rendering=null,$t.renderingStartTime=0,$t.last=_e,$t.tail=z,$t.tailMode=De,$t.lastEffect=ot)}function Al(g,C,z){var _e=C.pendingProps,De=_e.revealOrder,ot=_e.tail;if(lo(g,C,_e.children,z),_e=To.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&&fc(g,z);else if(g.tag===19)fc(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(Ma(To,_e),!(C.mode&2))C.memoizedState=null;else switch(De){case"forwards":for(z=C.child,De=null;z!==null;)g=z.alternate,g!==null&&Ac(g)===null&&(De=z),z=z.sibling;z=De,z===null?(De=C.child,C.child=null):(De=z.sibling,z.sibling=null),Ul(C,!1,De,z,ot,C.lastEffect);break;case"backwards":for(z=null,De=C.child,C.child=null;De!==null;){if(g=De.alternate,g!==null&&Ac(g)===null){C.child=De;break}g=De.sibling,De.sibling=z,z=De,De=g}Ul(C,!0,z,null,ot,C.lastEffect);break;case"together":Ul(C,!1,null,null,void 0,C.lastEffect);break;default:C.memoizedState=null}return C.child}function al(g,C,z){if(g!==null&&(C.dependencies=g.dependencies),Io|=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=Dl(g,g.pendingProps),C.child=z,z.return=C;g.sibling!==null;)g=g.sibling,z=z.sibling=Dl(g,g.pendingProps),z.return=C;z.sibling=null}return C.child}return null}var Mc,dc,Du,Cl;Mc=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}},dc=function(){},Du=function(g,C,z,_e){var De=g.memoizedProps;if(De!==_e){g=C.stateNode,tl(du.current);var ot=null;switch(z){case"input":De=dt(g,De),_e=dt(g,_e),ot=[];break;case"option":De=Ye(g,De),_e=Ye(g,_e),ot=[];break;case"select":De=i({},De,{value:void 0}),_e=i({},_e,{value:void 0}),ot=[];break;case"textarea":De=xt(g,De),_e=xt(g,_e),ot=[];break;default:typeof De.onClick!="function"&&typeof _e.onClick=="function"&&(g.onclick=ii)}Se(z,_e);var $t;z=null;for(pn in De)if(!_e.hasOwnProperty(pn)&&De.hasOwnProperty(pn)&&De[pn]!=null)if(pn==="style"){var ar=De[pn];for($t in ar)ar.hasOwnProperty($t)&&(z||(z={}),z[$t]="")}else pn!=="dangerouslySetInnerHTML"&&pn!=="children"&&pn!=="suppressContentEditableWarning"&&pn!=="suppressHydrationWarning"&&pn!=="autoFocus"&&(o.hasOwnProperty(pn)?ot||(ot=[]):(ot=ot||[]).push(pn,null));for(pn in _e){var Ir=_e[pn];if(ar=De!=null?De[pn]:void 0,_e.hasOwnProperty(pn)&&Ir!==ar&&(Ir!=null||ar!=null))if(pn==="style")if(ar){for($t in ar)!ar.hasOwnProperty($t)||Ir&&Ir.hasOwnProperty($t)||(z||(z={}),z[$t]="");for($t in Ir)Ir.hasOwnProperty($t)&&ar[$t]!==Ir[$t]&&(z||(z={}),z[$t]=Ir[$t])}else z||(ot||(ot=[]),ot.push(pn,z)),z=Ir;else pn==="dangerouslySetInnerHTML"?(Ir=Ir?Ir.__html:void 0,ar=ar?ar.__html:void 0,Ir!=null&&ar!==Ir&&(ot=ot||[]).push(pn,Ir)):pn==="children"?typeof Ir!="string"&&typeof Ir!="number"||(ot=ot||[]).push(pn,""+Ir):pn!=="suppressContentEditableWarning"&&pn!=="suppressHydrationWarning"&&(o.hasOwnProperty(pn)?(Ir!=null&&pn==="onScroll"&&Qe("scroll",g),ot||ar===Ir||(ot=[])):typeof Ir=="object"&&Ir!==null&&Ir.$$typeof===$?Ir.toString():(ot=ot||[]).push(pn,Ir))}z&&(ot=ot||[]).push("style",z);var pn=ot;(C.updateQueue=pn)&&(C.flags|=4)}},Cl=function(g,C,z,_e){z!==_e&&(C.flags|=4)};function Wu(g,C){if(!ju)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 Gf(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 rn(C.type)&&br(),null;case 3:return Vl(),Vi(ge),Vi(Da),Jc(),_e=C.stateNode,_e.pendingContext&&(_e.context=_e.pendingContext,_e.pendingContext=null),(g===null||g.child===null)&&(Uu(C)?C.flags|=4:_e.hydrate||(C.flags|=256)),dc(C),null;case 5:Qc(C);var De=tl(Ml.current);if(z=C.type,g!==null&&C.stateNode!=null)Du(g,C,z,_e,De),g.ref!==C.ref&&(C.flags|=128);else{if(!_e){if(C.stateNode===null)throw Error(c(166));return null}if(g=tl(du.current),Uu(C)){_e=C.stateNode,z=C.type;var ot=C.memoizedProps;switch(_e[qa]=C,_e[ha]=ot,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<Ln.length;g++)Qe(Ln[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":qe(_e,ot),Qe("invalid",_e);break;case"select":_e._wrapperState={wasMultiple:!!ot.multiple},Qe("invalid",_e);break;case"textarea":nr(_e,ot),Qe("invalid",_e)}Se(z,ot),g=null;for(var $t in ot)ot.hasOwnProperty($t)&&(De=ot[$t],$t==="children"?typeof De=="string"?_e.textContent!==De&&(g=["children",De]):typeof De=="number"&&_e.textContent!==""+De&&(g=["children",""+De]):o.hasOwnProperty($t)&&De!=null&&$t==="onScroll"&&Qe("scroll",_e));switch(z){case"input":Bt(_e),ke(_e,ot,!0);break;case"textarea":Bt(_e),Re(_e);break;case"select":case"option":break;default:typeof ot.onClick=="function"&&(_e.onclick=ii)}_e=g,C.updateQueue=_e,_e!==null&&(C.flags|=4)}else{switch($t=De.nodeType===9?De:De.ownerDocument,g===et.html&&(g=Vt(z)),g===et.html?z==="script"?(g=$t.createElement("div"),g.innerHTML="<script><\/script>",g=g.removeChild(g.firstChild)):typeof _e.is=="string"?g=$t.createElement(z,{is:_e.is}):(g=$t.createElement(z),z==="select"&&($t=g,_e.multiple?$t.multiple=!0:_e.size&&($t.size=_e.size))):g=$t.createElementNS(g,z),g[qa]=C,g[ha]=_e,Mc(g,C,!1,!1),C.stateNode=g,$t=ft(z,_e),z){case"dialog":Qe("cancel",g),Qe("close",g),De=_e;break;case"iframe":case"object":case"embed":Qe("load",g),De=_e;break;case"video":case"audio":for(De=0;De<Ln.length;De++)Qe(Ln[De],g);De=_e;break;case"source":Qe("error",g),De=_e;break;case"img":case"image":case"link":Qe("error",g),Qe("load",g),De=_e;break;case"details":Qe("toggle",g),De=_e;break;case"input":qe(g,_e),De=dt(g,_e),Qe("invalid",g);break;case"option":De=Ye(g,_e);break;case"select":g._wrapperState={wasMultiple:!!_e.multiple},De=i({},_e,{value:void 0}),Qe("invalid",g);break;case"textarea":nr(g,_e),De=xt(g,_e),Qe("invalid",g);break;default:De=_e}Se(z,De);var ar=De;for(ot in ar)if(ar.hasOwnProperty(ot)){var Ir=ar[ot];ot==="style"?he(g,Ir):ot==="dangerouslySetInnerHTML"?(Ir=Ir?Ir.__html:void 0,Ir!=null&&Ht(g,Ir)):ot==="children"?typeof Ir=="string"?(z!=="textarea"||Ir!=="")&&Tt(g,Ir):typeof Ir=="number"&&Tt(g,""+Ir):ot!=="suppressContentEditableWarning"&&ot!=="suppressHydrationWarning"&&ot!=="autoFocus"&&(o.hasOwnProperty(ot)?Ir!=null&&ot==="onScroll"&&Qe("scroll",g):Ir!=null&&B(g,ot,Ir,$t))}switch(z){case"input":Bt(g),ke(g,_e,!1);break;case"textarea":Bt(g),Re(g);break;case"option":_e.value!=null&&g.setAttribute("value",""+tr(_e.value));break;case"select":g.multiple=!!_e.multiple,ot=_e.value,ot!=null?ht(g,!!_e.multiple,ot,!1):_e.defaultValue!=null&&ht(g,!!_e.multiple,_e.defaultValue,!0);break;default:typeof De.onClick=="function"&&(g.onclick=ii)}ta(z,_e)&&(C.flags|=4)}C.ref!==null&&(C.flags|=128)}return null;case 6:if(g&&C.stateNode!=null)Cl(g,C,g.memoizedProps,_e);else{if(typeof _e!="string"&&C.stateNode===null)throw Error(c(166));z=tl(Ml.current),tl(du.current),Uu(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 Vi(To),_e=C.memoizedState,C.flags&64?(C.lanes=z,C):(_e=_e!==null,z=!1,g===null?C.memoizedProps.fallback!==void 0&&Uu(C):z=g.memoizedState!==null,_e&&!z&&C.mode&2&&(g===null&&C.memoizedProps.unstable_avoidThisFallback!==!0||To.current&1?Wa===0&&(Wa=3):((Wa===0||Wa===3)&&(Wa=4),fn===null||!(Io&134217727)&&!(js&134217727)||ec(fn,vn))),(_e||z)&&(C.flags|=4),null);case 4:return Vl(),dc(C),g===null&&Kt(C.stateNode.containerInfo),null;case 10:return Ds(C),null;case 17:return rn(C.type)&&br(),null;case 19:if(Vi(To),_e=C.memoizedState,_e===null)return null;if(ot=(C.flags&64)!==0,$t=_e.rendering,$t===null)if(ot)Wu(_e,!1);else{if(Wa!==0||g!==null&&g.flags&64)for(g=C.child;g!==null;){if($t=Ac(g),$t!==null){for(C.flags|=64,Wu(_e,!1),ot=$t.updateQueue,ot!==null&&(C.updateQueue=ot,C.flags|=4),_e.lastEffect===null&&(C.firstEffect=null),C.lastEffect=_e.lastEffect,_e=z,z=C.child;z!==null;)ot=z,g=_e,ot.flags&=2,ot.nextEffect=null,ot.firstEffect=null,ot.lastEffect=null,$t=ot.alternate,$t===null?(ot.childLanes=0,ot.lanes=g,ot.child=null,ot.memoizedProps=null,ot.memoizedState=null,ot.updateQueue=null,ot.dependencies=null,ot.stateNode=null):(ot.childLanes=$t.childLanes,ot.lanes=$t.lanes,ot.child=$t.child,ot.memoizedProps=$t.memoizedProps,ot.memoizedState=$t.memoizedState,ot.updateQueue=$t.updateQueue,ot.type=$t.type,g=$t.dependencies,ot.dependencies=g===null?null:{lanes:g.lanes,firstContext:g.firstContext}),z=z.sibling;return Ma(To,To.current&1|2),C.child}g=g.sibling}_e.tail!==null&&Pt()>uf&&(C.flags|=64,ot=!0,Wu(_e,!1),C.lanes=33554432)}else{if(!ot)if(g=Ac($t),g!==null){if(C.flags|=64,ot=!0,z=g.updateQueue,z!==null&&(C.updateQueue=z,C.flags|=4),Wu(_e,!0),_e.tail===null&&_e.tailMode==="hidden"&&!$t.alternate&&!ju)return C=C.lastEffect=_e.lastEffect,C!==null&&(C.nextEffect=null),null}else 2*Pt()-_e.renderingStartTime>uf&&z!==1073741824&&(C.flags|=64,ot=!0,Wu(_e,!1),C.lanes=33554432);_e.isBackwards?($t.sibling=C.child,C.child=$t):(z=_e.last,z!==null?z.sibling=$t:C.child=$t,_e.last=$t)}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=To.current,Ma(To,ot?C&1|2:C&1),z):null;case 23:case 24:return Sa(),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 wf(g){switch(g.tag){case 1:rn(g.type)&&br();var C=g.flags;return C&4096?(g.flags=C&-4097|64,g):null;case 3:if(Vl(),Vi(ge),Vi(Da),Jc(),C=g.flags,C&64)throw Error(c(285));return g.flags=C&-4097|64,g;case 5:return Qc(g),null;case 13:return Vi(To),C=g.flags,C&4096?(g.flags=C&-4097|64,g):null;case 19:return Vi(To),null;case 4:return Vl(),null;case 10:return Ds(g),null;case 23:case 24:return Sa(),null;default:return null}}function eu(g,C){try{var z="",_e=C;do z+=Zt(_e),_e=_e.return;while(_e);var De=z}catch(ot){De=`
Error generating stack: `+ot.message+`
`+ot.stack}return{value:g,source:C,stack:De}}function zl(g,C){try{console.error(C.value)}catch(z){setTimeout(function(){throw z})}}var af=typeof WeakMap=="function"?WeakMap:Map;function hc(g,C,z){z=Co(-1,z),z.tag=3,z.payload={element:null};var _e=C.value;return z.callback=function(){_c||(_c=!0,Nc=_e),zl(g,C)},z}function pc(g,C,z){z=Co(-1,z),z.tag=3;var _e=g.type.getDerivedStateFromError;if(typeof _e=="function"){var De=C.value;z.payload=function(){return zl(g,C),_e(De)}}var ot=g.stateNode;return ot!==null&&typeof ot.componentDidCatch=="function"&&(z.callback=function(){typeof _e!="function"&&(Ho===null?Ho=new Set([this]):Ho.add(this),zl(g,C));var $t=C.stack;this.componentDidCatch(C.value,{componentStack:$t!==null?$t:""})}),z}var Xl=typeof WeakSet=="function"?WeakSet:Set;function Ql(g){var C=g.ref;if(C!==null)if(typeof C=="function")try{C(null)}catch(z){bl(g,z)}else C.current=null}function ku(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:ri(C.type,z),_e),g.__reactInternalSnapshotBeforeUpdate=C}return;case 3:C.flags&256&&Ri(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 De=g;_e=De.next,De=De.tag,De&4&&De&1&&(lf(z,g),Rf(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:ri(z.type,C.memoizedProps),g.componentDidUpdate(_e,C.memoizedState,g.__reactInternalSnapshotBeforeUpdate))),C=z.updateQueue,C!==null&&$o(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}$o(z,C,g)}return;case 5:g=z.stateNode,C===null&&z.flags&4&&ta(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&&_t(z))));return;case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(c(163))}function sl(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 De=z.memoizedProps.style;De=De!=null&&De.hasOwnProperty("display")?De.display:null,_e.style.display=ce("display",De)}}else if(z.tag===6)z.stateNode.nodeValue=C?"":z.memoizedProps;else if((z.tag!==23&&z.tag!==24||z.memoizedState===null||z===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 tu(g,C){if(Fn&&typeof Fn.onCommitFiberUnmount=="function")try{Fn.onCommitFiberUnmount($n,C)}catch(ot){}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,De=_e.destroy;if(_e=_e.tag,De!==void 0)if(_e&4)lf(C,z);else{_e=C;try{De()}catch(ot){bl(_e,ot)}}z=z.next}while(z!==g)}break;case 1:if(Ql(C),g=C.stateNode,typeof g.componentWillUnmount=="function")try{g.props=C.memoizedProps,g.state=C.memoizedState,g.componentWillUnmount()}catch(ot){bl(C,ot)}break;case 5:Ql(C);break;case 4:sf(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 Fc(g){return g.tag===5||g.tag===3||g.tag===4}function Hu(g){e:{for(var C=g.return;C!==null;){if(Fc(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&&(Tt(C,""),z.flags&=-17);e:t:for(z=g;;){for(;z.sibling===null;){if(z.return===null||Fc(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?ol(g,z,C):$l(g,z,C)}function ol(g,C,z){var _e=g.tag,De=_e===5||_e===6;if(De)g=De?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=ii));else if(_e!==4&&(g=g.child,g!==null))for(ol(g,C,z),g=g.sibling;g!==null;)ol(g,C,z),g=g.sibling}function $l(g,C,z){var _e=g.tag,De=_e===5||_e===6;if(De)g=De?g.stateNode:g.stateNode.instance,C?z.insertBefore(g,C):z.appendChild(g);else if(_e!==4&&(g=g.child,g!==null))for($l(g,C,z),g=g.sibling;g!==null;)$l(g,C,z),g=g.sibling}function sf(g,C){for(var z=C,_e=!1,De,ot;;){if(!_e){_e=z.return;e:for(;;){if(_e===null)throw Error(c(160));switch(De=_e.stateNode,_e.tag){case 5:ot=!1;break e;case 3:De=De.containerInfo,ot=!0;break e;case 4:De=De.containerInfo,ot=!0;break e}_e=_e.return}_e=!0}if(z.tag===5||z.tag===6){e:for(var $t=g,ar=z,Ir=ar;;)if(tu($t,Ir),Ir.child!==null&&Ir.tag!==4)Ir.child.return=Ir,Ir=Ir.child;else{if(Ir===ar)break e;for(;Ir.sibling===null;){if(Ir.return===null||Ir.return===ar)break e;Ir=Ir.return}Ir.sibling.return=Ir.return,Ir=Ir.sibling}ot?($t=De,ar=z.stateNode,$t.nodeType===8?$t.parentNode.removeChild(ar):$t.removeChild(ar)):De.removeChild(z.stateNode)}else if(z.tag===4){if(z.child!==null){De=z.stateNode.containerInfo,ot=!0,z.child.return=z,z=z.child;continue}}else if(tu(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 Bc(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 De=g!==null?g.memoizedProps:_e;g=C.type;var ot=C.updateQueue;if(C.updateQueue=null,ot!==null){for(z[ha]=_e,g==="input"&&_e.type==="radio"&&_e.name!=null&&Fe(z,_e),ft(g,De),C=ft(g,_e),De=0;De<ot.length;De+=2){var $t=ot[De],ar=ot[De+1];$t==="style"?he(z,ar):$t==="dangerouslySetInnerHTML"?Ht(z,ar):$t==="children"?Tt(z,ar):B(z,$t,ar,C)}switch(g){case"input":be(z,_e);break;case"textarea":er(z,_e);break;case"select":g=z._wrapperState.wasMultiple,z._wrapperState.wasMultiple=!!_e.multiple,ot=_e.value,ot!=null?ht(z,!!_e.multiple,ot,!1):g!==!!_e.multiple&&(_e.defaultValue!=null?ht(z,!!_e.multiple,_e.defaultValue,!0):ht(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,_t(z.containerInfo));return;case 12:return;case 13:C.memoizedState!==null&&(vc=Pt(),sl(C.child,!0)),mc(C);return;case 19:mc(C);return;case 17:return;case 23:case 24:sl(C,C.memoizedState!==null);return}throw Error(c(163))}function mc(g){var C=g.updateQueue;if(C!==null){g.updateQueue=null;var z=g.stateNode;z===null&&(z=g.stateNode=new Xl),C.forEach(function(_e){var De=Yu.bind(null,g,_e);z.has(_e)||(z.add(_e),_e.then(De,De))})}}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,Oe=0,fn=null,In=null,vn=0,Li=0,is=so(0),Wa=0,mo=null,Ss=0,Io=0,js=0,Gu=0,of=null,vc=0,uf=1/0;function Tl(){uf=Pt()+500}var Bi=null,_c=!1,Nc=null,Ho=null,As=!1,$a=null,Zl=90,ql=[],jc=[],Wl=null,Hl=0,Sf=null,ml=-1,Pl=0,Af=0,Uc=null,zc=!1;function Ru(){return Oe&48?Pt():ml!==-1?ml:ml=Pt()}function vl(g){if(g=g.mode,!(g&2))return 1;if(!(g&4))return zt()===99?1:2;if(Pl===0&&(Pl=Ss),Yn.transition!==0){Af!==0&&(Af=of!==null?of.pendingLanes:0),g=Pl;var C=4186112&~Af;return C&=-C,C===0&&(g=4186112&~g,C=g&-g,C===0&&(C=8192)),C}return g=zt(),Oe&4&&g===98?g=cn(12,Pl):(g=wn(g),g=cn(g,Pl)),g}function _l(g,C,z){if(50<Hl)throw Hl=0,Sf=null,Error(c(185));if(g=$c(g,C),g===null)return null;Di(g,C,z),g===fn&&(js|=C,Wa===4&&ec(g,vn));var _e=zt();C===1?Oe&8&&!(Oe&48)?Mn(g):(Ku(g,z),Oe===0&&(Tl(),Xt())):(!(Oe&4)||_e!==98&&_e!==99||(Wl===null?Wl=new Set([g]):Wl.add(g)),Ku(g,z)),of=g}function $c(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 Ku(g,C){for(var z=g.callbackNode,_e=g.suspendedLanes,De=g.pingedLanes,ot=g.expirationTimes,$t=g.pendingLanes;0<$t;){var ar=31-yi($t),Ir=1<<ar,pn=ot[ar];if(pn===-1){if(!(Ir&_e)||Ir&De){pn=C,zr(Ir);var Ci=Pr;ot[ar]=10<=Ci?pn+250:6<=Ci?pn+5e3:-1}}else pn<=C&&(g.expiredLanes|=Ir);$t&=~Ir}if(_e=dn(g,g===fn?vn:0),C=Pr,_e===0)z!==null&&(z!==Z&&aa(z),g.callbackNode=null,g.callbackPriority=0);else{if(z!==null){if(g.callbackPriority===C)return;z!==Z&&aa(z)}C===15?(z=Mn.bind(null,g),ne===null?(ne=[z],de=ga(fl,Tn)):ne.push(z),z=Z):C===14?z=$r(99,Mn.bind(null,g)):(z=wr(C),z=$r(z,Jl.bind(null,g))),g.callbackPriority=C,g.callbackNode=z}}function Jl(g){if(ml=-1,Af=Pl=0,Oe&48)throw Error(c(327));var C=g.callbackNode;if(tc()&&g.callbackNode!==C)return null;var z=dn(g,g===fn?vn:0);if(z===0)return null;var _e=z,De=Oe;Oe|=16;var ot=oa();(fn!==g||vn!==_e)&&(Tl(),Pa(g,_e));do try{Vu();break}catch(ar){Ms(g,ar)}while(!0);if(Es(),L.current=ot,Oe=De,In!==null?_e=0:(fn=null,vn=0,_e=Wa),Ss&js)Pa(g,0);else if(_e!==0){if(_e===2&&(Oe|=64,g.hydrate&&(g.hydrate=!1,Ri(g.containerInfo)),z=sn(g),z!==0&&(_e=Cs(g,z))),_e===1)throw C=mo,Pa(g,0),ec(g,z),Ku(g,Pt()),C;switch(g.finishedWork=g.current.alternate,g.finishedLanes=z,_e){case 0:case 1:throw Error(c(345));case 2:yl(g);break;case 3:if(ec(g,z),(z&62914560)===z&&(_e=vc+500-Pt(),10<_e)){if(dn(g,0)!==0)break;if(De=g.suspendedLanes,(De&z)!==z){Ru(),g.pingedLanes|=g.suspendedLanes&De;break}g.timeoutHandle=Pi(yl.bind(null,g),_e);break}yl(g);break;case 4:if(ec(g,z),(z&4186112)===z)break;for(_e=g.eventTimes,De=-1;0<z;){var $t=31-yi(z);ot=1<<$t,$t=_e[$t],$t>De&&(De=$t),z&=~ot}if(z=De,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=Pi(yl.bind(null,g),z);break}yl(g);break;case 5:yl(g);break;default:throw Error(c(329))}}return Ku(g,Pt()),g.callbackNode===C?Jl.bind(null,g):null}function ec(g,C){for(C&=~Gu,C&=~js,g.suspendedLanes|=C,g.pingedLanes&=~C,g=g.expirationTimes;0<C;){var z=31-yi(C),_e=1<<z;g[z]=-1,C&=~_e}}function Mn(g){if(Oe&48)throw Error(c(327));if(tc(),g===fn&&g.expiredLanes&vn){var C=vn,z=Cs(g,C);Ss&js&&(C=dn(g,C),z=Cs(g,C))}else C=dn(g,0),z=Cs(g,C);if(g.tag!==0&&z===2&&(Oe|=64,g.hydrate&&(g.hydrate=!1,Ri(g.containerInfo)),C=sn(g),C!==0&&(z=Cs(g,C))),z===1)throw z=mo,Pa(g,0),ec(g,C),Ku(g,Pt()),z;return g.finishedWork=g.current.alternate,g.finishedLanes=C,yl(g),Ku(g,Pt()),null}function ni(){if(Wl!==null){var g=Wl;Wl=null,g.forEach(function(C){C.expiredLanes|=24&C.pendingLanes,Ku(C,Pt())})}Xt()}function Yi(g,C){var z=Oe;Oe|=1;try{return g(C)}finally{Oe=z,Oe===0&&(Tl(),Xt())}}function ka(g,C){var z=Oe;Oe&=-2,Oe|=8;try{return g(C)}finally{Oe=z,Oe===0&&(Tl(),Xt())}}function qi(g,C){Ma(is,Li),Li|=C,Ss|=C}function Sa(){Li=is.current,Vi(is)}function Pa(g,C){g.finishedWork=null,g.finishedLanes=0;var z=g.timeoutHandle;if(z!==-1&&(g.timeoutHandle=-1,Ta(z)),In!==null)for(z=In.return;z!==null;){var _e=z;switch(_e.tag){case 1:_e=_e.type.childContextTypes,_e!=null&&br();break;case 3:Vl(),Vi(ge),Vi(Da),Jc();break;case 5:Qc(_e);break;case 4:Vl();break;case 13:Vi(To);break;case 19:Vi(To);break;case 10:Ds(_e);break;case 23:case 24:Sa()}z=z.return}fn=g,In=Dl(g.current,null),vn=Li=Ss=C,Wa=0,mo=null,Gu=js=Io=0}function Ms(g,C){do{var z=In;try{if(Es(),hu.current=lc,Cc){for(var _e=uo.memoizedState;_e!==null;){var De=_e.queue;De!==null&&(De.pending=null),_e=_e.next}Cc=!1}if(Bl=0,au=Qo=uo=null,Yl=!1,ve.current=null,z===null||z.return===null){Wa=1,mo=C,In=null;break}e:{var ot=g,$t=z.return,ar=z,Ir=C;if(C=vn,ar.flags|=2048,ar.firstEffect=ar.lastEffect=null,Ir!==null&&typeof Ir=="object"&&typeof Ir.then=="function"){var pn=Ir;if(!(ar.mode&2)){var Ci=ar.alternate;Ci?(ar.updateQueue=Ci.updateQueue,ar.memoizedState=Ci.memoizedState,ar.lanes=Ci.lanes):(ar.updateQueue=null,ar.memoizedState=null)}var Fa=(To.current&1)!==0,Xn=$t;do{var ua;if(ua=Xn.tag===13){var ja=Xn.memoizedState;if(ja!==null)ua=ja.dehydrated!==null;else{var Ra=Xn.memoizedProps;ua=Ra.fallback===void 0?!1:Ra.unstable_avoidThisFallback!==!0?!0:!Fa}}if(ua){var tn=Xn.updateQueue;if(tn===null){var jr=new Set;jr.add(pn),Xn.updateQueue=jr}else tn.add(pn);if(!(Xn.mode&2)){if(Xn.flags|=64,ar.flags|=16384,ar.flags&=-2981,ar.tag===1)if(ar.alternate===null)ar.tag=17;else{var Qr=Co(-1,1);Qr.tag=2,Fo(ar,Qr)}ar.lanes|=1;break e}Ir=void 0,ar=C;var kn=ot.pingCache;if(kn===null?(kn=ot.pingCache=new af,Ir=new Set,kn.set(pn,Ir)):(Ir=kn.get(pn),Ir===void 0&&(Ir=new Set,kn.set(pn,Ir))),!Ir.has(ar)){Ir.add(ar);var Zn=Qf.bind(null,ot,pn,ar);pn.then(Zn,Zn)}Xn.flags|=4096,Xn.lanes=C;break e}Xn=Xn.return}while(Xn!==null);Ir=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.`)}Wa!==5&&(Wa=2),Ir=eu(Ir,ar),Xn=$t;do{switch(Xn.tag){case 3:ot=Ir,Xn.flags|=4096,C&=-C,Xn.lanes|=C;var Ha=hc(Xn,ot,C);bu(Xn,Ha);break e;case 1:ot=Ir;var Wi=Xn.type,Ga=Xn.stateNode;if(!(Xn.flags&64)&&(typeof Wi.getDerivedStateFromError=="function"||Ga!==null&&typeof Ga.componentDidCatch=="function"&&(Ho===null||!Ho.has(Ga)))){Xn.flags|=4096,C&=-C,Xn.lanes|=C;var fs=pc(Xn,ot,C);bu(Xn,fs);break e}}Xn=Xn.return}while(Xn!==null)}Ol(z)}catch(Ka){C=Ka,In===z&&z!==null&&(In=z=z.return);continue}break}while(!0)}function oa(){var g=L.current;return L.current=lc,g===null?lc:g}function Cs(g,C){var z=Oe;Oe|=16;var _e=oa();fn===g&&vn===C||Pa(g,C);do try{gl();break}catch(De){Ms(g,De)}while(!0);if(Es(),Oe=z,L.current=_e,In!==null)throw Error(c(261));return fn=null,vn=0,Wa}function gl(){for(;In!==null;)Il(In)}function Vu(){for(;In!==null&&!Do();)Il(In)}function Il(g){var C=Wc(g.alternate,g,Li);g.memoizedProps=g.pendingProps,C===null?Ol(g):In=C,ve.current=null}function Ol(g){var C=g;do{var z=C.alternate;if(g=C.return,C.flags&2048){if(z=wf(C),z!==null){z.flags&=2047,In=z;return}g!==null&&(g.firstEffect=g.lastEffect=null,g.flags|=2048)}else{if(z=Gf(z,C,Li),z!==null){In=z;return}if(z=C,z.tag!==24&&z.tag!==23||z.memoizedState===null||Li&1073741824||!(z.mode&4)){for(var _e=0,De=z.child;De!==null;)_e|=De.lanes|De.childLanes,De=De.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){In=C;return}In=C=g}while(C!==null);Wa===0&&(Wa=5)}function yl(g){var C=zt();return Ar(99,Kf.bind(null,g,C)),null}function Kf(g,C){do tc();while($a!==null);if(Oe&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,De=_e,ot=g.pendingLanes&~De;g.pendingLanes=De,g.suspendedLanes=0,g.pingedLanes=0,g.expiredLanes&=De,g.mutableReadLanes&=De,g.entangledLanes&=De,De=g.entanglements;for(var $t=g.eventTimes,ar=g.expirationTimes;0<ot;){var Ir=31-yi(ot),pn=1<<Ir;De[Ir]=0,$t[Ir]=-1,ar[Ir]=-1,ot&=~pn}if(Wl!==null&&!(_e&24)&&Wl.has(g)&&Wl.delete(g),g===fn&&(In=fn=null,vn=0),1<z.flags?z.lastEffect!==null?(z.lastEffect.nextEffect=z,_e=z.firstEffect):_e=z:_e=z.firstEffect,_e!==null){if(De=Oe,Oe|=32,ve.current=null,Ti=xa,$t=wa(),ps($t)){if("selectionStart"in $t)ar={start:$t.selectionStart,end:$t.selectionEnd};else e:if(ar=(ar=$t.ownerDocument)&&ar.defaultView||window,(pn=ar.getSelection&&ar.getSelection())&&pn.rangeCount!==0){ar=pn.anchorNode,ot=pn.anchorOffset,Ir=pn.focusNode,pn=pn.focusOffset;try{ar.nodeType,Ir.nodeType}catch(Ka){ar=null;break e}var Ci=0,Fa=-1,Xn=-1,ua=0,ja=0,Ra=$t,tn=null;t:for(;;){for(var jr;Ra!==ar||ot!==0&&Ra.nodeType!==3||(Fa=Ci+ot),Ra!==Ir||pn!==0&&Ra.nodeType!==3||(Xn=Ci+pn),Ra.nodeType===3&&(Ci+=Ra.nodeValue.length),(jr=Ra.firstChild)!==null;)tn=Ra,Ra=jr;for(;;){if(Ra===$t)break t;if(tn===ar&&++ua===ot&&(Fa=Ci),tn===Ir&&++ja===pn&&(Xn=Ci),(jr=Ra.nextSibling)!==null)break;Ra=tn,tn=Ra.parentNode}Ra=jr}ar=Fa===-1||Xn===-1?null:{start:Fa,end:Xn}}else ar=null;ar=ar||{start:0,end:0}}else ar=null;ki={focusedElem:$t,selectionRange:ar},xa=!1,Uc=null,zc=!1,Bi=_e;do try{kf()}catch(Ka){if(Bi===null)throw Error(c(330));bl(Bi,Ka),Bi=Bi.nextEffect}while(Bi!==null);Uc=null,Bi=_e;do try{for($t=g;Bi!==null;){var Qr=Bi.flags;if(Qr&16&&Tt(Bi.stateNode,""),Qr&128){var kn=Bi.alternate;if(kn!==null){var Zn=kn.ref;Zn!==null&&(typeof Zn=="function"?Zn(null):Zn.current=null)}}switch(Qr&1038){case 2:Hu(Bi),Bi.flags&=-3;break;case 6:Hu(Bi),Bi.flags&=-3,Bc(Bi.alternate,Bi);break;case 1024:Bi.flags&=-1025;break;case 1028:Bi.flags&=-1025,Bc(Bi.alternate,Bi);break;case 4:Bc(Bi.alternate,Bi);break;case 8:ar=Bi,sf($t,ar);var Ha=ar.alternate;Ef(ar),Ha!==null&&Ef(Ha)}Bi=Bi.nextEffect}}catch(Ka){if(Bi===null)throw Error(c(330));bl(Bi,Ka),Bi=Bi.nextEffect}while(Bi!==null);if(Zn=ki,kn=wa(),Qr=Zn.focusedElem,$t=Zn.selectionRange,kn!==Qr&&Qr&&Qr.ownerDocument&&Vr(Qr.ownerDocument.documentElement,Qr)){for($t!==null&&ps(Qr)&&(kn=$t.start,Zn=$t.end,Zn===void 0&&(Zn=kn),"selectionStart"in Qr?(Qr.selectionStart=kn,Qr.selectionEnd=Math.min(Zn,Qr.value.length)):(Zn=(kn=Qr.ownerDocument||document)&&kn.defaultView||window,Zn.getSelection&&(Zn=Zn.getSelection(),ar=Qr.textContent.length,Ha=Math.min($t.start,ar),$t=$t.end===void 0?Ha:Math.min($t.end,ar),!Zn.extend&&Ha>$t&&(ar=$t,$t=Ha,Ha=ar),ar=ca(Qr,Ha),ot=ca(Qr,$t),ar&&ot&&(Zn.rangeCount!==1||Zn.anchorNode!==ar.node||Zn.anchorOffset!==ar.offset||Zn.focusNode!==ot.node||Zn.focusOffset!==ot.offset)&&(kn=kn.createRange(),kn.setStart(ar.node,ar.offset),Zn.removeAllRanges(),Ha>$t?(Zn.addRange(kn),Zn.extend(ot.node,ot.offset)):(kn.setEnd(ot.node,ot.offset),Zn.addRange(kn)))))),kn=[],Zn=Qr;Zn=Zn.parentNode;)Zn.nodeType===1&&kn.push({element:Zn,left:Zn.scrollLeft,top:Zn.scrollTop});for(typeof Qr.focus=="function"&&Qr.focus(),Qr=0;Qr<kn.length;Qr++)Zn=kn[Qr],Zn.element.scrollLeft=Zn.left,Zn.element.scrollTop=Zn.top}xa=!!Ti,ki=Ti=null,g.current=z,Bi=_e;do try{for(Qr=g;Bi!==null;){var Wi=Bi.flags;if(Wi&36&&mu(Qr,Bi.alternate,Bi),Wi&128){kn=void 0;var Ga=Bi.ref;if(Ga!==null){var fs=Bi.stateNode;switch(Bi.tag){case 5:kn=fs;break;default:kn=fs}typeof Ga=="function"?Ga(kn):Ga.current=kn}}Bi=Bi.nextEffect}}catch(Ka){if(Bi===null)throw Error(c(330));bl(Bi,Ka),Bi=Bi.nextEffect}while(Bi!==null);Bi=null,Y(),Oe=De}else g.current=z;if(As)As=!1,$a=g,Zl=C;else for(Bi=_e;Bi!==null;)C=Bi.nextEffect,Bi.nextEffect=null,Bi.flags&8&&(Wi=Bi,Wi.sibling=null,Wi.stateNode=null),Bi=C;if(_e=g.pendingLanes,_e===0&&(Ho=null),_e===1?g===Sf?Hl++:(Hl=0,Sf=g):Hl=0,z=z.stateNode,Fn&&typeof Fn.onCommitFiberRoot=="function")try{Fn.onCommitFiberRoot($n,z,void 0,(z.current.flags&64)===64)}catch(Ka){}if(Ku(g,Pt()),_c)throw _c=!1,g=Nc,Nc=null,g;return Oe&8||Xt(),null}function kf(){for(;Bi!==null;){var g=Bi.alternate;zc||Uc===null||(Bi.flags&8?Qn(Bi,Uc)&&(zc=!0):Bi.tag===13&&T(g,Bi)&&Qn(Bi,Uc)&&(zc=!0));var C=Bi.flags;C&256&&ku(g,Bi),!(C&512)||As||(As=!0,$r(97,function(){return tc(),null})),Bi=Bi.nextEffect}}function tc(){if(Zl!==90){var g=97<Zl?97:Zl;return Zl=90,Ar(g,Zc)}return!1}function Rf(g,C){ql.push(C,g),As||(As=!0,$r(97,function(){return tc(),null}))}function lf(g,C){jc.push(C,g),As||(As=!0,$r(97,function(){return tc(),null}))}function Zc(){if($a===null)return!1;var g=$a;if($a=null,Oe&48)throw Error(c(331));var C=Oe;Oe|=32;var z=jc;jc=[];for(var _e=0;_e<z.length;_e+=2){var De=z[_e],ot=z[_e+1],$t=De.destroy;if(De.destroy=void 0,typeof $t=="function")try{$t()}catch(Ir){if(ot===null)throw Error(c(330));bl(ot,Ir)}}for(z=ql,ql=[],_e=0;_e<z.length;_e+=2){De=z[_e],ot=z[_e+1];try{var ar=De.create;De.destroy=ar()}catch(Ir){if(ot===null)throw Error(c(330));bl(ot,Ir)}}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 Oe=C,Xt(),!0}function Cf(g,C,z){C=eu(z,C),C=hc(g,C,1),Fo(g,C),C=Ru(),g=$c(g,1),g!==null&&(Di(g,1,C),Ku(g,C))}function bl(g,C){if(g.tag===3)Cf(g,g,C);else for(var z=g.return;z!==null;){if(z.tag===3){Cf(z,g,C);break}else if(z.tag===1){var _e=z.stateNode;if(typeof z.type.getDerivedStateFromError=="function"||typeof _e.componentDidCatch=="function"&&(Ho===null||!Ho.has(_e))){g=eu(C,g);var De=pc(z,g,1);if(Fo(z,De),De=Ru(),z=$c(z,1),z!==null)Di(z,1,De),Ku(z,De);else if(typeof _e.componentDidCatch=="function"&&(Ho===null||!Ho.has(_e)))try{_e.componentDidCatch(C,g)}catch(ot){}break}}z=z.return}}function Qf(g,C,z){var _e=g.pingCache;_e!==null&&_e.delete(C),C=Ru(),g.pingedLanes|=g.suspendedLanes&z,fn===g&&(vn&z)===z&&(Wa===4||Wa===3&&(vn&62914560)===vn&&500>Pt()-vc?Pa(g,0):Gu|=z),Ku(g,C)}function Yu(g,C){var z=g.stateNode;z!==null&&z.delete(C),C=0,C===0&&(C=g.mode,C&2?C&4?(Pl===0&&(Pl=Ss),C=On(62914560&~Pl),C===0&&(C=4194304)):C=zt()===99?1:2:C=1),z=Ru(),g=$c(g,C),g!==null&&(Di(g,C,z),Ku(g,z))}var Wc;Wc=function(g,C,z){var _e=C.lanes;if(g!==null)if(g.memoizedProps!==C.pendingProps||ge.current)il=!0;else if(z&_e)il=!!(g.flags&16384);else{switch(il=!1,C.tag){case 3:$u(C),qc();break;case 5:fi(C);break;case 1:rn(C.type)&&ai(C);break;case 4:Xc(C,C.stateNode.containerInfo);break;case 10:_e=C.memoizedProps.value;var De=C.type._context;Ma(Ei,De._currentValue),De._currentValue=_e;break;case 13:if(C.memoizedState!==null)return z&C.child.childLanes?cc(g,C,z):(Ma(To,To.current&1),C=al(g,C,z),C!==null?C.sibling:null);Ma(To,To.current&1);break;case 19:if(_e=(z&C.childLanes)!==0,g.flags&64){if(_e)return Al(g,C,z);C.flags|=64}if(De=C.memoizedState,De!==null&&(De.rendering=null,De.tail=null,De.lastEffect=null),Ma(To,To.current),_e)break;return null;case 23:case 24:return C.lanes=0,xf(g,C,z)}return al(g,C,z)}else il=!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,De=Er(C,Da.current),vs(C,z),De=Tc(null,C,_e,g,De,z),C.flags|=1,typeof De=="object"&&De!==null&&typeof De.render=="function"&&De.$$typeof===void 0){if(C.tag=1,C.memoizedState=null,C.updateQueue=null,rn(_e)){var ot=!0;ai(C)}else ot=!1;C.memoizedState=De.state!==null&&De.state!==void 0?De.state:null,ns(C);var $t=_e.getDerivedStateFromProps;typeof $t=="function"&&Au(C,_e,$t,g),De.updater=Nu,C.stateNode=De,De._reactInternals=C,Cu(C,_e,g,z),C=Ue(null,C,_e,!0,ot,z)}else C.tag=0,lo(null,C,De,z),C=C.child;return C;case 16:De=C.elementType;e:{switch(g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),g=C.pendingProps,ot=De._init,De=ot(De._payload),C.type=De,ot=C.tag=Hc(De),g=ri(De,g),ot){case 0:C=Wo(null,C,De,g,z);break e;case 1:C=Sl(null,C,De,g,z);break e;case 11:C=pl(null,C,De,g,z);break e;case 14:C=Rc(null,C,De,ri(De.type,g),_e,z);break e}throw Error(c(306,De,""))}return C;case 0:return _e=C.type,De=C.pendingProps,De=C.elementType===_e?De:ri(_e,De),Wo(g,C,_e,De,z);case 1:return _e=C.type,De=C.pendingProps,De=C.elementType===_e?De:ri(_e,De),Sl(g,C,_e,De,z);case 3:if($u(C),_e=C.updateQueue,g===null||_e===null)throw Error(c(282));if(_e=C.pendingProps,De=C.memoizedState,De=De!==null?De.element:null,Ai(g,C),Ys(C,_e,null,z),_e=C.memoizedState.element,_e===De)qc(),C=al(g,C,z);else{if(De=C.stateNode,(ot=De.hydrate)&&(rl=wi(C.stateNode.containerInfo.firstChild),Bu=C,ot=ju=!0),ot){if(g=De.mutableSourceEagerHydrationData,g!=null)for(De=0;De<g.length;De+=2)ot=g[De],ot._workInProgressVersionPrimary=g[De+1],Fl.push(ot);for(z=sc(C,null,_e,z),C.child=z;z;)z.flags=z.flags&-3|1024,z=z.sibling}else lo(g,C,_e,z),qc();C=C.child}return C;case 5:return fi(C),g===null&&Bo(C),_e=C.type,De=C.pendingProps,ot=g!==null?g.memoizedProps:null,$t=De.children,Ki(_e,De)?$t=null:ot!==null&&Ki(_e,ot)&&(C.flags|=16),El(g,C),lo(g,C,$t,z),C.child;case 6:return g===null&&Bo(C),null;case 13:return cc(g,C,z);case 4:return Xc(C,C.stateNode.containerInfo),_e=C.pendingProps,g===null?C.child=fu(C,null,_e,z):lo(g,C,_e,z),C.child;case 11:return _e=C.type,De=C.pendingProps,De=C.elementType===_e?De:ri(_e,De),pl(g,C,_e,De,z);case 7:return lo(g,C,C.pendingProps,z),C.child;case 8:return lo(g,C,C.pendingProps.children,z),C.child;case 12:return lo(g,C,C.pendingProps.children,z),C.child;case 10:e:{_e=C.type._context,De=C.pendingProps,$t=C.memoizedProps,ot=De.value;var ar=C.type._context;if(Ma(Ei,ar._currentValue),ar._currentValue=ot,$t!==null)if(ar=$t.value,ot=Gn(ar,ot)?0:(typeof _e._calculateChangedBits=="function"?_e._calculateChangedBits(ar,ot):1073741823)|0,ot===0){if($t.children===De.children&&!ge.current){C=al(g,C,z);break e}}else for(ar=C.child,ar!==null&&(ar.return=C);ar!==null;){var Ir=ar.dependencies;if(Ir!==null){$t=ar.child;for(var pn=Ir.firstContext;pn!==null;){if(pn.context===_e&&pn.observedBits&ot){ar.tag===1&&(pn=Co(-1,z&-z),pn.tag=2,Fo(ar,pn)),ar.lanes|=z,pn=ar.alternate,pn!==null&&(pn.lanes|=z),bs(ar.return,z),Ir.lanes|=z;break}pn=pn.next}}else $t=ar.tag===10&&ar.type===C.type?null:ar.child;if($t!==null)$t.return=ar;else for($t=ar;$t!==null;){if($t===C){$t=null;break}if(ar=$t.sibling,ar!==null){ar.return=$t.return,$t=ar;break}$t=$t.return}ar=$t}lo(g,C,De.children,z),C=C.child}return C;case 9:return De=C.type,ot=C.pendingProps,_e=ot.children,vs(C,z),De=Na(De,ot.unstable_observedBits),_e=_e(De),C.flags|=1,lo(g,C,_e,z),C.child;case 14:return De=C.type,ot=ri(De,C.pendingProps),ot=ri(De.type,ot),Rc(g,C,De,ot,_e,z);case 15:return bf(g,C,C.type,C.pendingProps,_e,z);case 17:return _e=C.type,De=C.pendingProps,De=C.elementType===_e?De:ri(_e,De),g!==null&&(g.alternate=null,C.alternate=null,C.flags|=2),C.tag=1,rn(_e)?(g=!0,ai(C)):g=!1,vs(C,z),Ju(C,_e,De),Cu(C,_e,De,z),Ue(null,C,_e,!0,g,z);case 19:return Al(g,C,z);case 23:return xf(g,C,z);case 24:return xf(g,C,z)}throw Error(c(156,C.tag))};function cf(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 vu(g,C,z,_e){return new cf(g,C,z,_e)}function Tf(g){return g=g.prototype,!(!g||!g.isReactComponent)}function Hc(g){if(typeof g=="function")return Tf(g)?1:0;if(g!=null){if(g=g.$$typeof,g===ee)return 11;if(g===te)return 14}return 2}function Dl(g,C){var z=g.alternate;return z===null?(z=vu(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 gc(g,C,z,_e,De,ot){var $t=2;if(_e=g,typeof g=="function")Tf(g)&&($t=1);else if(typeof g=="string")$t=5;else e:switch(g){case W:return ou(z.children,De,ot,C);case j:$t=8,De|=16;break;case ae:$t=8,De|=1;break;case X:return g=vu(12,z,C,De|8),g.elementType=X,g.type=X,g.lanes=ot,g;case G:return g=vu(13,z,C,De),g.type=G,g.elementType=G,g.lanes=ot,g;case se:return g=vu(19,z,C,De),g.elementType=se,g.lanes=ot,g;case ie:return Lf(z,De,ot,C);case me:return g=vu(24,z,C,De),g.elementType=me,g.lanes=ot,g;default:if(typeof g=="object"&&g!==null)switch(g.$$typeof){case oe:$t=10;break e;case q:$t=9;break e;case ee:$t=11;break e;case te:$t=14;break e;case Q:$t=16,_e=null;break e;case le:$t=22;break e}throw Error(c(130,g==null?g:typeof g,""))}return C=vu($t,z,C,De),C.elementType=g,C.type=_e,C.lanes=ot,C}function ou(g,C,z,_e){return g=vu(7,g,_e,C),g.lanes=z,g}function Lf(g,C,z,_e){return g=vu(23,g,_e,C),g.elementType=ie,g.lanes=z,g}function Pf(g,C,z){return g=vu(6,g,null,C),g.lanes=z,g}function ff(g,C,z){return C=vu(4,g.children!==null?g.children:[],g.key,C),C.lanes=z,C.stateNode={containerInfo:g.containerInfo,pendingChildren:null,implementation:g.implementation},C}function df(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=Ia(0),this.expirationTimes=Ia(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ia(0),this.mutableSourceEagerHydrationData=null}function Mf(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 If(g,C,z,_e){var De=C.current,ot=Ru(),$t=vl(De);e:if(z){z=z._reactInternals;t:{if(it(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(rn(ar.type)){ar=ar.stateNode.__reactInternalMemoizedMergedChildContext;break t}}ar=ar.return}while(ar!==null);throw Error(c(171))}if(z.tag===1){var Ir=z.type;if(rn(Ir)){z=Dn(z,Ir,ar);break e}}z=ar}else z=Ks;return C.context===null?C.context=z:C.pendingContext=z,C=Co(ot,$t),C.payload={element:g},_e=_e===void 0?null:_e,_e!==null&&(C.callback=_e),Fo(De,C),_l(De,$t,ot),$t}function Vf(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 ed(g,C){if(g=g.memoizedState,g!==null&&g.dehydrated!==null){var z=g.retryLane;g.retryLane=z!==0&&z<C?z:C}}function Ff(g,C){ed(g,C),(g=g.alternate)&&ed(g,C)}function ad(){return null}function qf(g,C,z){var _e=z!=null&&z.hydrationOptions!=null&&z.hydrationOptions.mutableSources||null;if(z=new df(g,C,z!=null&&z.hydrate===!0),C=vu(3,null,null,C===2?7:C===1?3:0),z.current=C,C.stateNode=z,ns(C),g[zi]=z.current,Kt(g.nodeType===8?g.parentNode:g),_e)for(g=0;g<_e.length;g++){C=_e[g];var De=C._getVersion;De=De(C._source),z.mutableSourceEagerHydrationData==null?z.mutableSourceEagerHydrationData=[C,De]:z.mutableSourceEagerHydrationData.push(C,De)}this._internalRoot=z}qf.prototype.render=function(g){If(g,this._internalRoot,null,null)},qf.prototype.unmount=function(){var g=this._internalRoot,C=g.containerInfo;If(null,g,null,function(){C[zi]=null})};function Bf(g){return!(!g||g.nodeType!==1&&g.nodeType!==9&&g.nodeType!==11&&(g.nodeType!==8||g.nodeValue!==" react-mount-point-unstable "))}function sd(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 qf(g,0,C?{hydrate:!0}:void 0)}function Nf(g,C,z,_e,De){var ot=z._reactRootContainer;if(ot){var $t=ot._internalRoot;if(typeof De=="function"){var ar=De;De=function(){var pn=Vf($t);ar.call(pn)}}If(C,$t,g,De)}else{if(ot=z._reactRootContainer=sd(z,_e),$t=ot._internalRoot,typeof De=="function"){var Ir=De;De=function(){var pn=Vf($t);Ir.call(pn)}}ka(function(){If(C,$t,g,De)})}return Vf($t)}ei=function(g){if(g.tag===13){var C=Ru();_l(g,4,C),Ff(g,4)}},Nn=function(g){if(g.tag===13){var C=Ru();_l(g,67108864,C),Ff(g,67108864)}},qn=function(g){if(g.tag===13){var C=Ru(),z=vl(g);_l(g,z,C),Ff(g,z)}},Pn=function(g,C){return C()},Ct=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 De=ys(_e);if(!De)throw Error(c(90));tt(_e),be(_e,De)}}}break;case"textarea":er(g,z);break;case"select":C=z.value,C!=null&&ht(g,!!z.multiple,C,!1)}},Rt=Yi,Le=function(g,C,z,_e,De){var ot=Oe;Oe|=4;try{return Ar(98,g.bind(null,C,z,_e,De))}finally{Oe=ot,Oe===0&&(Tl(),Xt())}},Or=function(){!(Oe&49)&&(ni(),tc())},At=function(g,C){var z=Oe;Oe|=2;try{return g(C)}finally{Oe=z,Oe===0&&(Tl(),Xt())}};function td(g,C){var z=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Bf(C))throw Error(c(200));return Mf(g,C,null,z)}var od={Events:[ms,ao,ys,nt,Te,tc,{current:!1}]},jf={findFiberByHostInstance:ls,bundleType:0,version:"17.0.2",rendererPackageName:"react-dom"},ud={bundleType:jf.bundleType,version:jf.version,rendererPackageName:jf.rendererPackageName,rendererConfig:jf.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=Gr(g),g===null?null:g.stateNode},findFiberByHostInstance:jf.findFiberByHostInstance||ad,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var Of=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Of.isDisabled&&Of.supportsFiber)try{$n=Of.inject(ud),Fn=Of}catch(g){}}_.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=od,_.createPortal=td,_.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=Gr(C),g=g===null?null:g.stateNode,g},_.flushSync=function(g,C){var z=Oe;if(z&48)return g(C);Oe|=1;try{if(g)return Ar(99,g.bind(null,C))}finally{Oe=z,Xt()}},_.hydrate=function(g,C,z){if(!Bf(C))throw Error(c(200));return Nf(null,g,C,!0,z)},_.render=function(g,C,z){if(!Bf(C))throw Error(c(200));return Nf(null,g,C,!1,z)},_.unmountComponentAtNode=function(g){if(!Bf(g))throw Error(c(40));return g._reactRootContainer?(ka(function(){Nf(null,null,g,!1,function(){g._reactRootContainer=null,g[zi]=null})}),!0):!1},_.unstable_batchedUpdates=Yi,_.unstable_createPortal=function(g,C){return td(g,C,2<arguments.length&&arguments[2]!==void 0?arguments[2]:null)},_.unstable_renderSubtreeIntoContainer=function(g,C,z,_e){if(!Bf(z))throw Error(c(200));if(g==null||g._reactInternals===void 0)throw Error(c(38));return Nf(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,K;for(K=0;K<B.length;K++)N=B[K],!(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 K=N.current,[H,W]=useState({action:K.action,location:K.location});return useLayoutEffect(()=>K.listen(W),[K]),createElement(Router,{basename:P,children:M,location:H.location,navigationType:H.action,navigator:K})}function x(A){let{basename:P,children:M,window:B}=A,N=useRef();N.current==null&&(N.current=createHashHistory({window:B}));let K=N.current,[H,W]=useState({action:K.action,location:K.location});return useLayoutEffect(()=>K.listen(W),[K]),createElement(Router,{basename:P,children:M,location:H.location,navigationType:H.action,navigator:K})}function p(A){let{basename:P,children:M,history:B}=A;const[N,K]=useState({action:B.action,location:B.location});return useLayoutEffect(()=>B.listen(K),[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:K=!1,state:H,target:W,to:ae}=P,X=f(P,o),oe=(0,i.oQ)(ae),q=S(ae,{replace:K,state:H,target:W});function ee(G){B&&B(G),!G.defaultPrevented&&!N&&q(G)}return(0,r.createElement)("a",c({},X,{href:oe,onClick:ee,ref:M,target:W}))}),b=null;function S(A,P){let{target:M,replace:B,state:N}=P===void 0?{}:P,K=(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 X=!!B||(0,l.Ep)(H)===(0,l.Ep)(W);K(A,{replace:X,state:N})}},[H,K,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)(),K=(0,r.useCallback)((H,W)=>{N("?"+R(H),W)},[N]);return[B,K]}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 tt},Fg:function(){return je},Gn:function(){return x},TH:function(){return ie},UO:function(){return bt},V$:function(){return Zt},WU:function(){return kt},bx:function(){return Ne},fp:function(){return p},j3:function(){return Et},oQ:function(){return $},s0:function(){return Pe}});var r=e(19340),i=e(59301);const l=(0,i.createContext)(null),c=(0,i.createContext)(null),f=(0,i.createContext)({outlet:null,matches:[]});function o(Fe,be){if(!Fe)throw new Error(be)}function h(Fe,be){if(!Fe){typeof console!="undefined"&&console.warn(be);try{throw new Error(be)}catch(ke){}}}const u={};function a(Fe,be,ke){!be&&!u[Fe]&&(u[Fe]=!0)}function x(Fe,be){return be===void 0&&(be={}),Fe.replace(/:(\w+)/g,(ke,Ge)=>(be[Ge]==null&&o(!1),be[Ge])).replace(/\/*\*$/,ke=>be["*"]==null?"":be["*"].replace(/^\/*/,"/"))}function p(Fe,be,ke){ke===void 0&&(ke="/");let Ge=typeof be=="string"?(0,r.cP)(be):be,We=G(Ge.pathname||"/",ke);if(We==null)return null;let Ye=y(Fe);m(Ye);let ht=null;for(let xt=0;ht==null&&xt<Ye.length;++xt)ht=K(Ye[xt],We);return ht}function y(Fe,be,ke,Ge){return be===void 0&&(be=[]),ke===void 0&&(ke=[]),Ge===void 0&&(Ge=""),Fe.forEach((We,Ye)=>{let ht={relativePath:We.path||"",caseSensitive:We.caseSensitive===!0,childrenIndex:Ye,route:We};ht.relativePath.startsWith("/")&&(ht.relativePath.startsWith(Ge)||o(!1),ht.relativePath=ht.relativePath.slice(Ge.length));let xt=se([Ge,ht.relativePath]),nr=ke.concat(ht);We.children&&We.children.length>0&&(We.index===!0&&o(!1),y(We.children,be,nr,xt)),!(We.path==null&&!We.index)&&be.push({path:xt,score:B(xt,We.index),routesMeta:nr})}),be}function m(Fe){Fe.sort((be,ke)=>be.score!==ke.score?ke.score-be.score:N(be.routesMeta.map(Ge=>Ge.childrenIndex),ke.routesMeta.map(Ge=>Ge.childrenIndex)))}const b=/^:\w+$/,S=3,D=2,R=1,A=10,P=-2,M=Fe=>Fe==="*";function B(Fe,be){let ke=Fe.split("/"),Ge=ke.length;return ke.some(M)&&(Ge+=P),be&&(Ge+=D),ke.filter(We=>!M(We)).reduce((We,Ye)=>We+(b.test(Ye)?S:Ye===""?R:A),Ge)}function N(Fe,be){return Fe.length===be.length&&Fe.slice(0,-1).every((Ge,We)=>Ge===be[We])?Fe[Fe.length-1]-be[be.length-1]:0}function K(Fe,be){let{routesMeta:ke}=Fe,Ge={},We="/",Ye=[];for(let ht=0;ht<ke.length;++ht){let xt=ke[ht],nr=ht===ke.length-1,er=We==="/"?be:be.slice(We.length)||"/",Re=H({path:xt.relativePath,caseSensitive:xt.caseSensitive,end:nr},er);if(!Re)return null;Object.assign(Ge,Re.params);let et=xt.route;Ye.push({params:Ge,pathname:se([We,Re.pathname]),pathnameBase:te(se([We,Re.pathnameBase])),route:et}),Re.pathnameBase!=="/"&&(We=se([We,Re.pathnameBase]))}return Ye}function H(Fe,be){typeof Fe=="string"&&(Fe={path:Fe,caseSensitive:!1,end:!0});let[ke,Ge]=W(Fe.path,Fe.caseSensitive,Fe.end),We=be.match(ke);if(!We)return null;let Ye=We[0],ht=Ye.replace(/(.)\/+$/,"$1"),xt=We.slice(1);return{params:Ge.reduce((er,Re,et)=>{if(Re==="*"){let Vt=xt[et]||"";ht=Ye.slice(0,Ye.length-Vt.length).replace(/(.)\/+$/,"$1")}return er[Re]=ae(xt[et]||"",Re),er},{}),pathname:Ye,pathnameBase:ht,pattern:Fe}}function W(Fe,be,ke){be===void 0&&(be=!1),ke===void 0&&(ke=!0);let Ge=[],We="^"+Fe.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(ht,xt)=>(Ge.push(xt),"([^\\/]+)"));return Fe.endsWith("*")?(Ge.push("*"),We+=Fe==="*"||Fe==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):We+=ke?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(We,be?void 0:"i"),Ge]}function ae(Fe,be){try{return decodeURIComponent(Fe)}catch(ke){return Fe}}function X(Fe,be){be===void 0&&(be="/");let{pathname:ke,search:Ge="",hash:We=""}=typeof Fe=="string"?(0,r.cP)(Fe):Fe;return{pathname:ke?ke.startsWith("/")?ke:oe(ke,be):be,search:Q(Ge),hash:le(We)}}function oe(Fe,be){let ke=be.replace(/\/+$/,"").split("/");return Fe.split("/").forEach(We=>{We===".."?ke.length>1&&ke.pop():We!=="."&&ke.push(We)}),ke.length>1?ke.join("/"):"/"}function q(Fe,be,ke){let Ge=typeof Fe=="string"?(0,r.cP)(Fe):Fe,We=Fe===""||Ge.pathname===""?"/":Ge.pathname,Ye;if(We==null)Ye=ke;else{let xt=be.length-1;if(We.startsWith("..")){let nr=We.split("/");for(;nr[0]==="..";)nr.shift(),xt-=1;Ge.pathname=nr.join("/")}Ye=xt>=0?be[xt]:"/"}let ht=X(Ge,Ye);return We&&We!=="/"&&We.endsWith("/")&&!ht.pathname.endsWith("/")&&(ht.pathname+="/"),ht}function ee(Fe){return Fe===""||Fe.pathname===""?"/":typeof Fe=="string"?(0,r.cP)(Fe).pathname:Fe.pathname}function G(Fe,be){if(be==="/")return Fe;if(!Fe.toLowerCase().startsWith(be.toLowerCase()))return null;let ke=Fe.charAt(be.length);return ke&&ke!=="/"?null:Fe.slice(be.length)||"/"}const se=Fe=>Fe.join("/").replace(/\/\/+/g,"/"),te=Fe=>Fe.replace(/\/+$/,"").replace(/^\/*/,"/"),Q=Fe=>!Fe||Fe==="?"?"":Fe.startsWith("?")?Fe:"?"+Fe,le=Fe=>!Fe||Fe==="#"?"":Fe.startsWith("#")?Fe:"#"+Fe;function $(Fe){j()||o(!1);let{basename:be,navigator:ke}=(0,i.useContext)(l),{hash:Ge,pathname:We,search:Ye}=kt(Fe),ht=We;if(be!=="/"){let xt=ee(Fe),nr=xt!=null&&xt.endsWith("/");ht=We==="/"?be+(nr?"/":""):se([be,We])}return ke.createHref({pathname:ht,search:Ye,hash:Ge})}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 Ae(Fe){j()||o(!1);let{pathname:be}=ie();return useMemo(()=>H(Fe,be),[be,Fe])}function Pe(){j()||o(!1);let{basename:Fe,navigator:be}=(0,i.useContext)(l),{matches:ke}=(0,i.useContext)(f),{pathname:Ge}=ie(),We=JSON.stringify(ke.map(xt=>xt.pathnameBase)),Ye=(0,i.useRef)(!1);return(0,i.useEffect)(()=>{Ye.current=!0}),(0,i.useCallback)(function(xt,nr){if(nr===void 0&&(nr={}),!Ye.current)return;if(typeof xt=="number"){be.go(xt);return}let er=q(xt,JSON.parse(We),Ge);Fe!=="/"&&(er.pathname=se([Fe,er.pathname])),(nr.replace?be.replace:be.push)(er,nr.state)},[Fe,be,We,Ge])}const He=(0,i.createContext)(null);function Ne(){return(0,i.useContext)(He)}function Mt(Fe){let be=(0,i.useContext)(f).outlet;return be&&(0,i.createElement)(He.Provider,{value:Fe},be)}function bt(){let{matches:Fe}=(0,i.useContext)(f),be=Fe[Fe.length-1];return be?be.params:{}}function kt(Fe){let{matches:be}=(0,i.useContext)(f),{pathname:ke}=ie(),Ge=JSON.stringify(be.map(We=>We.pathnameBase));return(0,i.useMemo)(()=>q(Fe,JSON.parse(Ge),ke),[Fe,Ge,ke])}function Zt(Fe,be){j()||o(!1);let{matches:ke}=(0,i.useContext)(f),Ge=ke[ke.length-1],We=Ge?Ge.params:{},Ye=Ge?Ge.pathname:"/",ht=Ge?Ge.pathnameBase:"/",xt=Ge&&Ge.route,nr=ie(),er;if(be){var Re;let Wt=typeof be=="string"?(0,r.cP)(be):be;ht==="/"||(Re=Wt.pathname)!=null&&Re.startsWith(ht)||o(!1),er=Wt}else er=nr;let et=er.pathname||"/",Vt=ht==="/"?et:et.slice(ht.length)||"/",Lt=p(Fe,{pathname:Vt});return Ft(Lt&&Lt.map(Wt=>Object.assign({},Wt,{params:Object.assign({},We,Wt.params),pathname:se([ht,Wt.pathname]),pathnameBase:Wt.pathnameBase==="/"?ht:se([ht,Wt.pathnameBase])})),ke)}function Ft(Fe,be){return be===void 0&&(be=[]),Fe==null?null:Fe.reduceRight((ke,Ge,We)=>(0,i.createElement)(f.Provider,{children:Ge.route.element!==void 0?Ge.route.element:ke,value:{outlet:ke,matches:be.concat(Fe.slice(0,We+1))}}),null)}function tr(Fe){let{basename:be,children:ke,initialEntries:Ge,initialIndex:We}=Fe,Ye=useRef();Ye.current==null&&(Ye.current=createMemoryHistory({initialEntries:Ge,initialIndex:We}));let ht=Ye.current,[xt,nr]=useState({action:ht.action,location:ht.location});return useLayoutEffect(()=>ht.listen(nr),[ht]),createElement(tt,{basename:be,children:ke,location:xt.location,navigationType:xt.action,navigator:ht})}function je(Fe){let{to:be,replace:ke,state:Ge}=Fe;j()||o(!1);let We=Pe();return(0,i.useEffect)(()=>{We(be,{replace:ke,state:Ge})}),null}function Et(Fe){return Mt(Fe.context)}function Bt(Fe){o(!1)}function tt(Fe){let{basename:be="/",children:ke=null,location:Ge,navigationType:We=r.aU.Pop,navigator:Ye,static:ht=!1}=Fe;j()&&o(!1);let xt=te(be),nr=(0,i.useMemo)(()=>({basename:xt,navigator:Ye,static:ht}),[xt,Ye,ht]);typeof Ge=="string"&&(Ge=(0,r.cP)(Ge));let{pathname:er="/",search:Re="",hash:et="",state:Vt=null,key:Lt="default"}=Ge,Wt=(0,i.useMemo)(()=>{let Ht=G(er,xt);return Ht==null?null:{pathname:Ht,search:Re,hash:et,state:Vt,key:Lt}},[xt,er,Re,et,Vt,Lt]);return Wt==null?null:(0,i.createElement)(l.Provider,{value:nr},(0,i.createElement)(c.Provider,{children:ke,value:{location:Wt,navigationType:We}}))}function yt(Fe){let{children:be,location:ke}=Fe;return Zt(dt(be),ke)}function dt(Fe){let be=[];return Children.forEach(Fe,ke=>{if(!isValidElement(ke))return;if(ke.type===Fragment){be.push.apply(be,dt(ke.props.children));return}ke.type!==Bt&&o(!1);let Ge={caseSensitive:ke.props.caseSensitive,element:ke.props.element,index:ke.props.index,path:ke.props.path};ke.props.children&&(Ge.children=dt(ke.props.children)),be.push(Ge)}),be}function qe(Fe){return Ft(Fe)}},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,Ae=null;if(le!=null)for(j in le.ref!==void 0&&(Ae=le.ref),le.key!==void 0&&(me=""+le.key),le)M.call(le,j)&&!B.hasOwnProperty(j)&&(ie[j]=le[j]);var Pe=arguments.length-2;if(Pe===1)ie.children=$;else if(1<Pe){for(var He=Array(Pe),Ne=0;Ne<Pe;Ne++)He[Ne]=arguments[Ne+2];ie.children=He}if(Q&&Q.defaultProps)for(j in Pe=Q.defaultProps,Pe)ie[j]===void 0&&(ie[j]=Pe[j]);return{$$typeof:i,type:Q,key:me,ref:Ae,props:ie,_owner:P.current}}function K(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 X(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 Ae=!1;if(Q===null)Ae=!0;else switch(me){case"string":case"number":Ae=!0;break;case"object":switch(Q.$$typeof){case i:case l:Ae=!0}}if(Ae)return Ae=Q,ie=ie(Ae),Q=j===""?"."+X(Ae,0):j,Array.isArray(ie)?($="",Q!=null&&($=Q.replace(ae,"$&/")+"/"),oe(ie,le,$,"",function(Ne){return Ne})):ie!=null&&(H(ie)&&(ie=K(ie,$+(!ie.key||Ae&&Ae.key===ie.key?"":(""+ie.key).replace(ae,"$&/")+"/")+Q)),le.push(ie)),1;if(Ae=0,j=j===""?".":j+":",Array.isArray(Q))for(var Pe=0;Pe<Q.length;Pe++){me=Q[Pe];var He=j+X(me,Pe);Ae+=oe(me,le,$,He,ie)}else if(He=p(Q),typeof He=="function")for(Q=He.call(Q),Pe=0;!(me=Q.next()).done;)me=me.value,He=j+X(me,Pe++),Ae+=oe(me,le,$,He,ie);else if(me==="object")throw le=""+Q,Error(y(31,le==="[object Object]"?"object with keys {"+Object.keys(Q).join(", ")+"}":le));return Ae}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 ee(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 G={current:null};function se(){var Q=G.current;if(Q===null)throw Error(y(321));return Q}var te={ReactCurrentDispatcher:G,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=te,_.cloneElement=function(Q,le,$){if(Q==null)throw Error(y(267,Q));var j=r({},Q.props),ie=Q.key,me=Q.ref,Ae=Q._owner;if(le!=null){if(le.ref!==void 0&&(me=le.ref,Ae=P.current),le.key!==void 0&&(ie=""+le.key),Q.type&&Q.type.defaultProps)var Pe=Q.type.defaultProps;for(He in le)M.call(le,He)&&!B.hasOwnProperty(He)&&(j[He]=le[He]===void 0&&Pe!==void 0?Pe[He]:le[He])}var He=arguments.length-2;if(He===1)j.children=$;else if(1<He){Pe=Array(He);for(var Ne=0;Ne<He;Ne++)Pe[Ne]=arguments[Ne+2];j.children=Pe}return{$$typeof:i,type:Q.type,key:ie,ref:me,props:j,_owner:Ae}},_.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:ee}},_.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(27247);function i(N){return"Minified Redux error #"+N+"; visit https://redux.js.org/Errors?code="+N+" for the full message or use the non-minified dev environment for full errors. "}var l=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),c=function(){return Math.random().toString(36).substring(7).split("").join(".")},f={INIT:"@@redux/INIT"+c(),REPLACE:"@@redux/REPLACE"+c(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+c()}};function o(N){if(typeof N!="object"||N===null)return!1;for(var K=N;Object.getPrototypeOf(K)!==null;)K=Object.getPrototypeOf(K);return Object.getPrototypeOf(N)===K}function h(N){if(N===void 0)return"undefined";if(N===null)return"null";var K=typeof N;switch(K){case"boolean":case"string":case"number":case"symbol":case"function":return K}if(Array.isArray(N))return"array";if(x(N))return"date";if(a(N))return"error";var H=u(N);switch(H){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return H}return K.slice(8,-1).toLowerCase().replace(/\s/g,"")}function u(N){return typeof N.constructor=="function"?N.constructor.name:null}function a(N){return N instanceof Error||typeof N.message=="string"&&N.constructor&&typeof N.constructor.stackTraceLimit=="number"}function x(N){return N instanceof Date?!0:typeof N.toDateString=="function"&&typeof N.getDate=="function"&&typeof N.setDate=="function"}function p(N){var K=typeof N;return K}function y(N,K,H){var W;if(typeof K=="function"&&typeof H=="function"||typeof H=="function"&&typeof arguments[3]=="function")throw new Error(i(0));if(typeof K=="function"&&typeof H=="undefined"&&(H=K,K=void 0),typeof H!="undefined"){if(typeof H!="function")throw new Error(i(1));return H(y)(N,K)}if(typeof N!="function")throw new Error(i(2));var ae=N,X=K,oe=[],q=oe,ee=!1;function G(){q===oe&&(q=oe.slice())}function se(){if(ee)throw new Error(i(3));return X}function te(j){if(typeof j!="function")throw new Error(i(4));if(ee)throw new Error(i(5));var ie=!0;return G(),q.push(j),function(){if(ie){if(ee)throw new Error(i(6));ie=!1,G();var Ae=q.indexOf(j);q.splice(Ae,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(ee)throw new Error(i(9));try{ee=!0,X=ae(X,j)}finally{ee=!1}for(var ie=oe=q,me=0;me<ie.length;me++){var Ae=ie[me];Ae()}return j}function le(j){if(typeof j!="function")throw new Error(i(10));ae=j,Q({type:f.REPLACE})}function $(){var j,ie=te;return j={subscribe:function(Ae){if(typeof Ae!="object"||Ae===null)throw new Error(i(11));function Pe(){Ae.next&&Ae.next(se())}Pe();var He=ie(Pe);return{unsubscribe:He}}},j[l]=function(){return this},j}return Q({type:f.INIT}),W={dispatch:Q,subscribe:te,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(K){}}function S(N,K,H,W){var ae=Object.keys(K),X=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 "+X+' 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!K.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 '+X+". ")+"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(K){var H=N[K],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 K=Object.keys(N),H={},W=0;W<K.length;W++){var ae=K[W];typeof N[ae]=="function"&&(H[ae]=N[ae])}var X=Object.keys(H),oe,q;try{D(H)}catch(ee){q=ee}return function(G,se){if(G===void 0&&(G={}),q)throw q;if(0)var te;for(var Q=!1,le={},$=0;$<X.length;$++){var j=X[$],ie=H[j],me=G[j],Ae=ie(me,se);if(typeof Ae=="undefined"){var Pe=se&&se.type;throw new Error(i(14))}le[j]=Ae,Q=Q||Ae!==me}return Q=Q||X.length!==Object.keys(G).length,Q?le:G}}function A(N,K){return function(){return K(N.apply(this,arguments))}}function P(N,K){if(typeof N=="function")return A(N,K);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,K))}return H}function M(){for(var N=arguments.length,K=new Array(N),H=0;H<N;H++)K[H]=arguments[H];return K.length===0?function(W){return W}:K.length===1?K[0]:K.reduce(function(W,ae){return function(){return W(ae.apply(void 0,arguments))}})}function B(){for(var N=arguments.length,K=new Array(N),H=0;H<N;H++)K[H]=arguments[H];return function(W){return function(){var ae=W.apply(void 0,arguments),X=function(){throw new Error(i(15))},oe={getState:ae.getState,dispatch:function(){return X.apply(void 0,arguments)}},q=K.map(function(ee){return ee(oe)});return X=M.apply(void 0,q)(ae.dispatch),(0,r.Z)((0,r.Z)({},ae),{},{dispatch:X})}}}},58246:function(d){var _=function(e){"use strict";var r=Object.prototype,i=r.hasOwnProperty,l=Object.defineProperty||function(te,Q,le){te[Q]=le.value},c,f=typeof Symbol=="function"?Symbol:{},o=f.iterator||"@@iterator",h=f.asyncIterator||"@@asyncIterator",u=f.toStringTag||"@@toStringTag";function a(te,Q,le){return Object.defineProperty(te,Q,{value:le,enumerable:!0,configurable:!0,writable:!0}),te[Q]}try{a({},"")}catch(te){a=function(Q,le,$){return Q[le]=$}}function x(te,Q,le,$){var j=Q&&Q.prototype instanceof R?Q:R,ie=Object.create(j.prototype),me=new ee($||[]);return l(ie,"_invoke",{value:ae(te,le,me)}),ie}e.wrap=x;function p(te,Q,le){try{return{type:"normal",arg:te.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(G([])));N&&N!==r&&i.call(N,o)&&(M=N);var K=P.prototype=R.prototype=Object.create(M);A.prototype=P,l(K,"constructor",{value:P,configurable:!0}),l(P,"constructor",{value:A,configurable:!0}),A.displayName=a(P,u,"GeneratorFunction");function H(te){["next","throw","return"].forEach(function(Q){a(te,Q,function(le){return this._invoke(Q,le)})})}e.isGeneratorFunction=function(te){var Q=typeof te=="function"&&te.constructor;return Q?Q===A||(Q.displayName||Q.name)==="GeneratorFunction":!1},e.mark=function(te){return Object.setPrototypeOf?Object.setPrototypeOf(te,P):(te.__proto__=P,a(te,u,"GeneratorFunction")),te.prototype=Object.create(K),te},e.awrap=function(te){return{__await:te}};function W(te,Q){function le(ie,me,Ae,Pe){var He=p(te[ie],te,me);if(He.type==="throw")Pe(He.arg);else{var Ne=He.arg,Mt=Ne.value;return Mt&&typeof Mt=="object"&&i.call(Mt,"__await")?Q.resolve(Mt.__await).then(function(bt){le("next",bt,Ae,Pe)},function(bt){le("throw",bt,Ae,Pe)}):Q.resolve(Mt).then(function(bt){Ne.value=bt,Ae(Ne)},function(bt){return le("throw",bt,Ae,Pe)})}}var $;function j(ie,me){function Ae(){return new Q(function(Pe,He){le(ie,me,Pe,He)})}return $=$?$.then(Ae,Ae):Ae()}l(this,"_invoke",{value:j})}H(W.prototype),a(W.prototype,h,function(){return this}),e.AsyncIterator=W,e.async=function(te,Q,le,$,j){j===void 0&&(j=Promise);var ie=new W(x(te,Q,le,$),j);return e.isGeneratorFunction(Q)?ie:ie.next().then(function(me){return me.done?me.value:ie.next()})};function ae(te,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 Ae=le.delegate;if(Ae){var Pe=X(Ae,le);if(Pe){if(Pe===D)continue;return Pe}}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 He=p(te,Q,le);if(He.type==="normal"){if($=le.done?S:m,He.arg===D)continue;return{value:He.arg,done:le.done}}else He.type==="throw"&&($=S,le.method="throw",le.arg=He.arg)}}}function X(te,Q){var le=Q.method,$=te.iterator[le];if($===c)return Q.delegate=null,le==="throw"&&te.iterator.return&&(Q.method="return",Q.arg=c,X(te,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($,te.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[te.resultName]=ie.value,Q.next=te.nextLoc,Q.method!=="return"&&(Q.method="next",Q.arg=c);else return ie;return Q.delegate=null,D}H(K),a(K,u,"Generator"),a(K,o,function(){return this}),a(K,"toString",function(){return"[object Generator]"});function oe(te){var Q={tryLoc:te[0]};1 in te&&(Q.catchLoc=te[1]),2 in te&&(Q.finallyLoc=te[2],Q.afterLoc=te[3]),this.tryEntries.push(Q)}function q(te){var Q=te.completion||{};Q.type="normal",delete Q.arg,te.completion=Q}function ee(te){this.tryEntries=[{tryLoc:"root"}],te.forEach(oe,this),this.reset(!0)}e.keys=function(te){var Q=Object(te),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 G(te){if(te){var Q=te[o];if(Q)return Q.call(te);if(typeof te.next=="function")return te;if(!isNaN(te.length)){var le=-1,$=function j(){for(;++le<te.length;)if(i.call(te,le))return j.value=te[le],j.done=!1,j;return j.value=c,j.done=!0,j};return $.next=$}}return{next:se}}e.values=G;function se(){return{value:c,done:!0}}return ee.prototype={constructor:ee,reset:function(te){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),!te)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 te=this.tryEntries[0],Q=te.completion;if(Q.type==="throw")throw Q.arg;return this.rval},dispatchException:function(te){if(this.done)throw te;var Q=this;function le(Pe,He){return ie.type="throw",ie.arg=te,Q.next=Pe,He&&(Q.method="next",Q.arg=c),!!He}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"),Ae=i.call(j,"finallyLoc");if(me&&Ae){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(Ae){if(this.prev<j.finallyLoc)return le(j.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(te,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&&(te==="break"||te==="continue")&&j.tryLoc<=Q&&Q<=j.finallyLoc&&(j=null);var ie=j?j.completion:{};return ie.type=te,ie.arg=Q,j?(this.method="next",this.next=j.finallyLoc,D):this.complete(ie)},complete:function(te,Q){if(te.type==="throw")throw te.arg;return te.type==="break"||te.type==="continue"?this.next=te.arg:te.type==="return"?(this.rval=this.arg=te.arg,this.method="return",this.next="end"):te.type==="normal"&&Q&&(this.next=Q),D},finish:function(te){for(var Q=this.tryEntries.length-1;Q>=0;--Q){var le=this.tryEntries[Q];if(le.finallyLoc===te)return this.complete(le.completion,le.afterLoc),q(le),D}},catch:function(te){for(var Q=this.tryEntries.length-1;Q>=0;--Q){var le=this.tryEntries[Q];if(le.tryLoc===te){var $=le.completion;if($.type==="throw"){var j=$.arg;q(le)}return j}}throw new Error("illegal catch attempt")},delegateYield:function(te,Q,le){return this.delegate={iterator:G(te),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 ee(G,se){var te=-1;return G.some(function(Q,le){return Q[0]===se?(te=le,!0):!1}),te}return function(){function G(){this.__entries__=[]}return Object.defineProperty(G.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),G.prototype.get=function(se){var te=ee(this.__entries__,se),Q=this.__entries__[te];return Q&&Q[1]},G.prototype.set=function(se,te){var Q=ee(this.__entries__,se);~Q?this.__entries__[Q][1]=te:this.__entries__.push([se,te])},G.prototype.delete=function(se){var te=this.__entries__,Q=ee(te,se);~Q&&te.splice(Q,1)},G.prototype.has=function(se){return!!~ee(this.__entries__,se)},G.prototype.clear=function(){this.__entries__.splice(0)},G.prototype.forEach=function(se,te){te===void 0&&(te=null);for(var Q=0,le=this.__entries__;Q<le.length;Q++){var $=le[Q];se.call(te,$[1],$[0])}},G}()}(),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(ee){return setTimeout(function(){return ee(Date.now())},1e3/60)}}(),f=2;function o(ee,G){var se=!1,te=!1,Q=0;function le(){se&&(se=!1,ee()),te&&j()}function $(){c(le)}function j(){var ie=Date.now();if(se){if(ie-Q<f)return;te=!0}else se=!0,te=!1,setTimeout($,G);Q=ie}return j}var h=20,u=["top","right","bottom","left","width","height","size","weight"],a=typeof MutationObserver!="undefined",x=function(){function ee(){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 ee.prototype.addObserver=function(G){~this.observers_.indexOf(G)||this.observers_.push(G),this.connected_||this.connect_()},ee.prototype.removeObserver=function(G){var se=this.observers_,te=se.indexOf(G);~te&&se.splice(te,1),!se.length&&this.connected_&&this.disconnect_()},ee.prototype.refresh=function(){var G=this.updateObservers_();G&&this.refresh()},ee.prototype.updateObservers_=function(){var G=this.observers_.filter(function(se){return se.gatherActive(),se.hasActive()});return G.forEach(function(se){return se.broadcastActive()}),G.length>0},ee.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)},ee.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)},ee.prototype.onTransitionEnd_=function(G){var se=G.propertyName,te=se===void 0?"":se,Q=u.some(function(le){return!!~te.indexOf(le)});Q&&this.refresh()},ee.getInstance=function(){return this.instance_||(this.instance_=new ee),this.instance_},ee.instance_=null,ee}(),p=function(ee,G){for(var se=0,te=Object.keys(G);se<te.length;se++){var Q=te[se];Object.defineProperty(ee,Q,{value:G[Q],enumerable:!1,writable:!1,configurable:!0})}return ee},y=function(ee){var G=ee&&ee.ownerDocument&&ee.ownerDocument.defaultView;return G||l},m=K(0,0,0,0);function b(ee){return parseFloat(ee)||0}function S(ee){for(var G=[],se=1;se<arguments.length;se++)G[se-1]=arguments[se];return G.reduce(function(te,Q){var le=ee["border-"+Q+"-width"];return te+b(le)},0)}function D(ee){for(var G=["top","right","bottom","left"],se={},te=0,Q=G;te<Q.length;te++){var le=Q[te],$=ee["padding-"+le];se[le]=b($)}return se}function R(ee){var G=ee.getBBox();return K(0,0,G.width,G.height)}function A(ee){var G=ee.clientWidth,se=ee.clientHeight;if(!G&&!se)return m;var te=y(ee).getComputedStyle(ee),Q=D(te),le=Q.left+Q.right,$=Q.top+Q.bottom,j=b(te.width),ie=b(te.height);if(te.boxSizing==="border-box"&&(Math.round(j+le)!==G&&(j-=S(te,"left","right")+le),Math.round(ie+$)!==se&&(ie-=S(te,"top","bottom")+$)),!M(ee)){var me=Math.round(j+le)-G,Ae=Math.round(ie+$)-se;Math.abs(me)!==1&&(j-=me),Math.abs(Ae)!==1&&(ie-=Ae)}return K(Q.left,Q.top,j,ie)}var P=function(){return typeof SVGGraphicsElement!="undefined"?function(ee){return ee instanceof y(ee).SVGGraphicsElement}:function(ee){return ee instanceof y(ee).SVGElement&&typeof ee.getBBox=="function"}}();function M(ee){return ee===y(ee).document.documentElement}function B(ee){return i?P(ee)?R(ee):A(ee):m}function N(ee){var G=ee.x,se=ee.y,te=ee.width,Q=ee.height,le=typeof DOMRectReadOnly!="undefined"?DOMRectReadOnly:Object,$=Object.create(le.prototype);return p($,{x:G,y:se,width:te,height:Q,top:se,right:G+te,bottom:Q+se,left:G}),$}function K(ee,G,se,te){return{x:ee,y:G,width:se,height:te}}var H=function(){function ee(G){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=K(0,0,0,0),this.target=G}return ee.prototype.isActive=function(){var G=B(this.target);return this.contentRect_=G,G.width!==this.broadcastWidth||G.height!==this.broadcastHeight},ee.prototype.broadcastRect=function(){var G=this.contentRect_;return this.broadcastWidth=G.width,this.broadcastHeight=G.height,G},ee}(),W=function(){function ee(G,se){var te=N(se);p(this,{target:G,contentRect:te})}return ee}(),ae=function(){function ee(G,se,te){if(this.activeObservations_=[],this.observations_=new r,typeof G!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=G,this.controller_=se,this.callbackCtx_=te}return ee.prototype.observe=function(G){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(G instanceof y(G).Element))throw new TypeError('parameter 1 is not of type "Element".');var se=this.observations_;se.has(G)||(se.set(G,new H(G)),this.controller_.addObserver(this),this.controller_.refresh())}},ee.prototype.unobserve=function(G){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element=="undefined"||!(Element instanceof Object))){if(!(G instanceof y(G).Element))throw new TypeError('parameter 1 is not of type "Element".');var se=this.observations_;se.has(G)&&(se.delete(G),se.size||this.controller_.removeObserver(this))}},ee.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},ee.prototype.gatherActive=function(){var G=this;this.clearActive(),this.observations_.forEach(function(se){se.isActive()&&G.activeObservations_.push(se)})},ee.prototype.broadcastActive=function(){if(this.hasActive()){var G=this.callbackCtx_,se=this.activeObservations_.map(function(te){return new W(te.target,te.broadcastRect())});this.callback_.call(G,se,G),this.clearActive()}},ee.prototype.clearActive=function(){this.activeObservations_.splice(0)},ee.prototype.hasActive=function(){return this.activeObservations_.length>0},ee}(),X=typeof WeakMap!="undefined"?new WeakMap:new r,oe=function(){function ee(G){if(!(this instanceof ee))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(),te=new ae(G,se,this);X.set(this,te)}return ee}();["observe","unobserve","disconnect"].forEach(function(ee){oe.prototype[ee]=function(){var G;return(G=X.get(this))[ee].apply(G,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,Ae=$[me];if(Ae!==void 0&&0<K(Ae,j))$[me]=j,$[ie]=Ae,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,Ae=$.length;me<Ae;){var Pe=2*(me+1)-1,He=$[Pe],Ne=Pe+1,Mt=$[Ne];if(He!==void 0&&0>K(He,ie))Mt!==void 0&&0>K(Mt,He)?($[me]=Mt,$[Ne]=ie,me=Ne):($[me]=He,$[Pe]=ie,me=Pe);else if(Mt!==void 0&&0>K(Mt,ie))$[me]=Mt,$[Ne]=ie,me=Ne;else break e}}return j}return null}function K($,j){var ie=$.sortIndex-j.sortIndex;return ie!==0?ie:$.id-j.id}var H=[],W=[],ae=1,X=null,oe=3,q=!1,ee=!1,G=!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 te($){if(G=!1,se($),!ee)if(B(H)!==null)ee=!0,e(Q);else{var j=B(W);j!==null&&r(te,j.startTime-$)}}function Q($,j){ee=!1,G&&(G=!1,i()),q=!0;var ie=oe;try{for(se(j),X=B(H);X!==null&&(!(X.expirationTime>j)||$&&!_.unstable_shouldYield());){var me=X.callback;if(typeof me=="function"){X.callback=null,oe=X.priorityLevel;var Ae=me(X.expirationTime<=j);j=_.unstable_now(),typeof Ae=="function"?X.callback=Ae:X===B(H)&&N(H),se(j)}else N(H);X=B(H)}if(X!==null)var Pe=!0;else{var He=B(W);He!==null&&r(te,He.startTime-j),Pe=!1}return Pe}finally{X=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(){ee||q||(ee=!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 Ae=-1;break;case 2:Ae=250;break;case 5:Ae=1073741823;break;case 4:Ae=1e4;break;default:Ae=5e3}return Ae=ie+Ae,$={id:ae++,callback:j,priorityLevel:$,startTime:ie,expirationTime:Ae,sortIndex:-1},ie>me?($.sortIndex=ie,M(W,$),B(H)===null&&$===B(W)&&(G?i():G=!0,r(te,ie-me))):($.sortIndex=Ae,M(H,$),ee||q||(ee=!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(K){if(!P){if(P=!0,M=K,K=m(K),b!==void 0&&D.hasValue){var H=D.value;if(b(H,K))return B=H}return B=K}if(H=B,c(M,K))return H;var W=m(K);return b!==void 0&&b(H,W)?(M=K,H):(M=K,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,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"},56022:function(d){"use strict";d.exports="data:image/png;base64,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"},58478:function(d){"use strict";d.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdwAAAFUCAYAAACOQI1AAAAAAXNSR0IArs4c6QAAIABJREFUeF7sfQmYJVV59vudqrpLL7P0TM/07MwGs7AIjCgIChkNGg1EBTQajf7G/U9iIpiYGMVHoxGMGhMTNSbB5I9GEgE1Go3LuCHbsAwwMMAswDD7Pr3de6vO+X6+U1X3Vvd099xuers9p3ia7qlb9dWp99St93w7wW0OAYeAQ8AhYBG4fsMGf2nT+dPJpzkV8nvedm7haSJiB49DYDQQoNEQ4mQ4BBwCDoFGQ+BLGzcG0/3Tlyr2VjLrVZqxksCLmbyFURS1e/Be98YLWn/eaPflxjt5EXCEO3nnxo3MIeAQGAUEfvQoz9Kq0h5G5XbAW2kMrdYmWmsJlmiG1tyiPL/gBXkYowHlo7f72P9747oZb3ba7ShMgBNRRcARrnsYHAIOgYZH4PrrWb3xjQh20+E5oWlexdqsIuAMAzotYrMA4AUgr93zc9DaQBuNyBiwMTAGMMzQhgEiaK2PmSi68M0Xzn604YFxNzCpEHCEO6mmww3GIeAQOBkC9+84MkPD62AEHWVgCYAzWPNqAGs0Y55m5AHKicYKECIdIYoiS7BGfsQjy4BmgJlhmOy/hXS9XB6V3t5Pv/GCGdedbBzuc4fAcBFwhDtcxNzxDgGHwJgjsGED+3PWokCE1igsreTIrNVEqxi0UhuaB/Acw5ibLxa8SCMm1VBbLVUIVcjTGAZbUk00WBm1/ZzA4BMIF8oT7XZ3hOAlbzq/sHXMb9Jd4JRDwBHuKTfl7oYdApMLgZ07dxYr0xYu5AoWstELjaIVmvUqY3gVGyxjcBNAijxffkFrRiRm4cQ0LORqSVXIFJRorfJvUVwpJl/5EcXW7ksIOTkvJmRANOKwVP7Ebz9/2p9PLoTcaKYKAo5wp8pMuvtwCExiBJjZPwq09B4pTfN8f0HF0BqGWa0NryHQgsjwLGY1q5D3C2LhjSKgIoQaRZZgxfSrLXnGpGl/C4HKfkuosv9Ewo21XcDzYLVf0Yb7E278eYBKGG7zPP8l1zyvadckhtINrYERcITbwJPnhu4QmKwIHGaebkrROmheRESLjObTNdEKbegMpdRM8a2mya1CeJHmRGONg5jkMx07Vi2hWi3UaqYx6SYfVbXX2Bcbk6v9SUi5GBCa8wqhYRztMahEBtzPpCz/lmCqShi+//XntXxmsmLqxtX4CDjCbfw5dHfgEJh0CDBz/liEF+lQf3RG0bu4F0C5BISRRAML6aVaaUqkyb8TspQbEsIVrVUI1wY5WXNxLdjJEmei4cbHxWTre4SmnMKsFg/EjD3HDY50R9CJRtw/aIqUjyiMHtPcevEb1tHBSQfmJB3QnU/wtF6DXFMzOMyjsvkplN65jsJJOtxJMSxHuJNiGtwgHAJTEwFmbj543LwDPn0gCKijVM4SrhBqSrix9mqJOKvhJuk6g2q4QrTCxsyWZFsKHlqLCoEH7O+MsPeoQTmUEKnYhztQ0JT4bsulyrtef37rl6bmLIzeXW3YwaflPVzlES4KGfMBFMlYV3mP5+O41ubewKjvPn8J7nA5zCfi7gh39J5FJ8kh4BAYBIF9h/ls9vV1IPUGzydVLkdxkJNVXinWYk2qvdZMyjbIqRr0FJuT0/PELO17QCGn0FogFHwPvgK6KwZ7joY42iNUHKf8yF+p/zfrw/VzBVRK5QcrXsulbzybjrgJHBiBjY/xbF3EO5nwTs/HoiAAtPjDE78AkY1ng9QNiSJ0KcIvjcZXexfhtsuISg7XGAFHuO5JcAg4BMYNgV1Hy68jT/2J7/vnhiEjDKMq4YqJOCZd0UcTH26i8drCFEkEsry2ioFCMaeQDwBfKevUFUI93K1xsDNCJUpSgtIo5QEIV8hYeZ6uVKL3XHNu65fHDYQGu9DdT/E15OGDno/n2QVPQrRCsrKlpGsJRYiXAAkoNxrMBrcoxp+ev4hcmpUj3AZ78t1wHQJTAIHHdh+f3dJUfD+T9w7fo7ZSRYpSZHJmMyZlG3ls3+gEzyPkfa9KsvJiF2omEHpDg4OdIbpKYt9Mc2/j3wPl4cpRyg8QVsp3NjVPu/Q3VlJ5CkB70lvYtImbzSysjBjzPA9NmtDDBscM4+kXLqRnsgKYWd2zG3+sCB8LAhQqlVhDswW5supaEjGe3SeYyzrIDwDW2BpF+NjzF9K/nnSAU/wAp+FO8Ql2t+cQmKwI7DhWeYEH9eds6FWkFJXLYZyyk+bKJmQa+AT58ZSCSkhWXvny8pJAqa7eCEd6pJpU7Ket+oITsk0JN/4s1oTlbMk2irT+zWvOnf7dyYrRaI3r/m28kot4q2G+nEBLSGFWIQ+UZJnB6AZhjwF2KuCnzPhPVcQeLuETnod3Gg1lA80SDc0ufwTblD3i9VDsB0j2ZT9PSLcShnjP8xfRP43WPTWiHEe4jThrbswOgSmCADN7Tx4J307kXQulloelCFb7VMrmznqeghiM5Q1v3/nylqdYqw0jg6M9EXoqUq4xDcAapPBFP5OyH+TQW+r933w07dW/uY56pgicJ9zGhh1cmFnE+5jx7iCHxdafrWMtNc3LEt+raKPyI4udKEQXEZ72c1ijw3jfc91830roNBHe8rz5dMtzldeo5zvCbdSZc+N2CEwhBB7Z3bukkA9uVJ66ShTb1D9oA5Bjjq1pVCB0lyN0lbTN37X/nazSVJZwrXAqVaLKlVc/b8b/TiEY+9zKhh08Y3YRn/bzeJsUEjFRlWPtcYKrSnFNk6Jln6AjhUKixISc4J+quDIXJrsvo+CmA6jKTnYI4koCrUIcJIPLz1lA901V3Ie6L0e4p+Ksu3t2CExCBLYf4XOI+efKo2na1mFMbJf2hS5veMnj1egpS6pP6qtNKk2l0cyDlXasEi7DzxdR7u39+qvPaX3DJIRhVIb04G5e5efwVaVwQVhJApsGMvuqZDGTEqMQcByDVt36Lnbi3SeYlOUcmbOsSbmfHJGZKwBhGd9Rc3HVWqLKqNxsAwlxhNtAk+WG6hCYyghsYPYXHeH7fY/OtJqrcKwhkIpzc8WE3BvGpR7lzV5tUmArUWUrTdXMyv2DphQ8aNadhvTLfmvt9LumIp6bD/NiZfCDIIdVJak4kgSRif876UDYZ1+GW62lIPaTJ8SaBkllmKIaOJWJUj6Z7PQccRNIhU0y+FREuL9A6AnD6Hio/F1Ht+CZyy6jaCrOSXpPjnCn8uy6e3MINBgCjx/Sf5PLqz+QiFirSQHoKUfwmFFJWuvZfFpLsrXGBBLNbFOJbLWpgQlXFDBb5KLc+y+VR7//9muuuUaKT02p7bGDvEAbfDuXx3mVbNx19k2fZVPLxhkIsoFQ6QTUe0z2uMHkJMcEuThvV6z7UWj9yk8phS2s8dNKWL71nAWFx6bUxGQWMFPxvtw9OQQcAg2IwJYDfEWugG+F5bgRgahcj+wpcZMP3d6qPEWgNOinnuYF1W5BSQit1nyMEbz4yrPyDzYgPEMOeeNubmoJ8O+5PH5LymhWVywSlZ2Yky23Jn/3yaMdal/i761GIWcJO5Wd5uMOU7YdTpK3K9HMUUXqauOw7+H7IeNv18yiO6fSPDkNdyrNprsXh0CDI/DoAT7dGP6FH9AcecF39+ruh/eU/NDAb82TmT9NmWJAeW0ybffqaM8n+q/4bntLvZ+5cm3L+xscpgGH//ghfisR/klWKtlc2YwrvErC2X3WdN/XZR6b8xMSTfNrq9k/mTzcumWn56SB5oPITgk4LylLJRwwwMfznfjy0qVTo1qVI9yp+M1z9+QQaFAEJI2lvRnfKxRxmWg7+zujrsf3lnylqCBmZF9Rz5wWpdqKyiOiQBoh2MpUJzEpS3P5kPV+E3gvunLF1Gsuv2lv55ymoOVnQYBVYVgLakqJ1BJZGvGdPBv982mzpJvm2GbPqSq2z0VOJtp8KNkyRCnbaU3OEW7mHP7vylY60KCPdXXYjnAbfQbd+B0CUwyBh/boG3IFdV1YYew6WomeORp5lCYFke0YFLXkcHxuiz+ttTnvlytlaK0z7fn6+nBtB6FcDlG58slXrG3+sykGl72dHQf4XV4e/yDpP+kmAVBZs7GtzDXAviwe2c8HkjPusqU7Qh4ol/E/SuGNS2Y0dr1rR7hT8dvn7skh0CAI/OiZ47PWL2g9nO0s8+D+6BVsvO+I3vrE3tLBrpDncVJ9gUhBilZEYbjfg/6PZW1quvK9q5TymyuVSq13btLmz5bIUB4iHT7laXXJ5Wc17WwQaIYc5hN7uB05tHsEX4fo9nL4j5yPdaLdTrVNFgr5AlDqNf9waLv6w3UN3ALQEe5Uezrd/TgEGgCBnz1ROdcDfYHByqsEv3HRWjqcDlsKNszM49GQee7mXd3HGTRdzMlBLg8dhRUm/q8A+KvfWdfykJzziyc6LyXP/wQp70LJ3w2jMCmEIZ8SyA9gwsp7Ll/T/A8NAM2gQ9x2mKcXgVdFHq72COeEBs2KoFgjBKFdyk3Hd9y3i09coasmNq5BndmX8eFm84EGkjNi2f0ioYcrW6pgESEyGlctnknfatR5dITbqDPnxu0QaDAENuw+PjvXU3wXWN9tvPw+mOgNZPCji08PftjXrMl07x7c3Bua33hib09RST8/UjBsfhHpyqd+7wUn1j7esHl/C/ymdyrfe5/ygoVhGCKKDDzfRyUMN+souuRVZ89ozPZ7zLSrE1cw40+Vhxd6SQlGm2OcVIuShUbS48FCKf5Ry6mZ9Jzqn5niFH2OGeC8E+SMUHZVTroiGEjOSa4vLQGjMh72/K5fm9fa2pD+XEe4DfbScsN1CDQaAt97gvOtKnwXWF3r+0SRLl93yfKmrw91H/fu4vfuOx5++EAvzzFhZRfB++vy8dI/v/NlbceGOu9njxxbqf3gr6C8V4FUjpm5XCm/9zfWtDakdrt5M+emLcDHgxz+wFfIlyU/OUOmtphTRnu0BNxPw7UFoPppuNl96TkD7cv2u5XPRyq7njEOJTsdoy05GeJ1C2fQzY32PcisNRpx6G7MDgGHwGRG4PatPId8LNDH8aTXHH3FGPO4DsyXX3JaccfJxn3/k3zR1iOl/zpeCb+HEDe+7eJpdRdCuJ5ZXfx4zxWk/E9EOgx7esOXvPrcmUdPds3J9vlm5tz04/hcLsC741rRk22E4z8eq+WG+MeOVnrH+F/9uV/RabjPHUMnwSHgEMggsGHHkRkBT/sdRfggG/Moh/6rC10oDSfY5XtPdLYf7fRWvOG8pjtGCu73Nx6Y57fmV7z0jGm/GKmMiTxv/3H+Ey+Pv5ImApZs0yYO2WYBmX2pBlVt9pDssM0GUu00sy/bVe+ksjMNJGw6zwhlV/HMjnsI2f3HmAuASgWbgha8eBbR8Ymcn5Fc2xHuSFBz5zgEHAIDIMB0/fWg9W+O/sxjvo6I/o5Y3/TC5YUnHFzDQ+BQJ681Cj/yfHRI6cNq96RMA/g+laIS8f33DXVMWhyjHtnZY7JmZrls1lycHtdftvU3JwuFwcaYlTWYHOVZDfdAkMP6tjzZoLlG2hzhNtJsubE6BCYpAr/cHl4SKHq70fyv+dB/pMyl3IWri09O0uFO+mEd6uYv54p4e9p8YLiEVw8p9j9mIMIbzjFW6U0YZayubyOsDbSvcPmMIv140k9kvwE6wm20GXPjdQhMIgSeeILz+ym6IV9Uv6NDvqMnit532RSs5DSekIvvtqOMewOFM6O0vUJGQ0xb4NlewRmSs2Pst88WsrBMWLuDE/bVITs9J3u9YcnOMs0gYxxSdnKOdCUSLbcS4or2ZvrOeM7LaFzLEW6C4oYNXMgvxWoiLIyAAjG0F2BfRNh5yXx6ejTAdjIcAlMFAYk8nk6VlX4ht4dL4V8ahXsuXBr8c7aAxVS51/G+j/3HeEWQx/0KaBHTbEqktYLHA+xLSbWP0zPj7O1T4zEtnDyKshOyH3KMmRSl6nH1jLuf7OYi0NmL181qarxI5VOecH+5hecHzfgdZryWCWewQStJMnm8cuwGo5OBnUS4ixn/XS7g9svmUNd4fwnd9RwCkwEBZlZ3bIteqDx8lgy6c8p/zblLqeEigCcDloON4XiZXw3GzSD4Wf/oZB7zuI2NgELOBk69tjVPt4zbdUfpQqcs4d68k4tLCL9LjN/3c1hjE8dN0qA5BTfJaZPkM0k2r4QwMLiDCR+6cBH9dJTmwIlxCDQMAndvK7+Glfon5dFPTW/p+hec0bKpYQbfIAM9XuJXKYVbCAjkncSKQdUKFonZOLOPiUGG+hyX7utjfpZzTFJWKtEa65XdxySdXG84susaoy3UMfQYbQ9didPSeGVzgf6nQaa0OsxTknDv3M3n+8SfBtNLPA9Ub/1Rcdjn8kClhCPM+FtVwWfWLachE/Eb7YFw43UIDITAXTtKl7PmigHt9JW/Wh32vj+cNB+Hav0IdIb8ax7je0TIW8Ktw09b1RGGEbRUrw/YWn37+YD77EvThLLH1emnrVd2en0p8Wg0uqHw600B/ap+VCfHkQ1PuJv3c0slxDkGOJcJawC0i2P92TJoJWZsMoSHu8u487LE7HXXbr7EZ/xbroAl1SbNg8xF6g7Jfiz7RNuVBOxKBd9l4C3r5tPByTGdbhQOgdFF4OdPcHsxpz+miN7ybInij7xgufep0b2Ck9YfgTDkizTjx1AoVKtK9XPHJgrqsFyh/frGZxXU5+we7j+egdy1o+HCDXxraXy4EuAl06lWf7tRnqKGJdzNO7ijnMcbFOEdTFgGRuAHgO/H0EuieKViiVeDsQ3AN0DYSsANQQ5zK+WB88fqDWdPO1iUe/GNAwfxtsvPoe5GmXQ3TodAvQjctS38VFBUv60N//F3v+Ldcv315Ood1QveCI8rlXglBXhAAU3V6lJJwwH7ws4wZ70N4LPNC9Lm8ifIGUL2UE3q65Ldr3lBdtx1yU6YKucBZY1/KPj0nhHCO6GnNSTh3ismYYUvej7WCUFq3Zc8s4gKMYoZQjTScglMCjRaJdJEdlJQ+2/C3bjOmdgm9Fl2Fx8lBL6zkZvmdZh3l43+eY7NoYpm/aJlxadGSbwTcxIEmNnTGr9QHi6MNMf1izM2XemclN1HzLVKUslx6T5K/p2eYwtW9dtXj+z0HBn6SGTXM8ahZNfGyMZX9FIi2tCID1LDEe6mPdGbfd/7pFKYX5EKLEnHjGoZkyTvzMYYZFaCtni3igOj7JZ+Pli4fH85yXH2V+acxImvlcHr186j/2rEh8CN2SGQIvCLbaXTm/K5L/gK55W7yq++4PTizx0644+ADvnDysdHU+UgGzPVv4NPtjFBetxIjokJL77XweQMdcxQ59UzxpNd3yNIv+Pv76SnXr2UlpbGf1ae+xUbhnBvvpm9NRfj414eHwBDSbmzbOTcc4di5BLElB1WcH/Ox6vOmI39RBSNXJo70yEwcQjcvSP6lvJ4TqXbvOOi1fmGK503cciN7pWZ+RIAPwKQ6y/ZFpzo9+Y+2b708+xxJzsnve7JjhsP2clYpL3iq4gaL1gqxbJhCPfhvfyhII+PSSFvSeERk0pd1VNGqcJJn2otA1d4MSA8CGAPCEeMNoc8UltI4ZGwB5vOXkKN2YtzdN8jTtokROBbWw60dhRnvMcP9TfDPAil7n0vXDmr4QrDT0JoRzwkZm5l5n8lot8asZCpdaIoMe8nos838m01BOE+fCC8TLH/Hd9HcxQlZmTJx8qGo8vf1rGRTIekm0lIfXKHqSk4u88eK+cknThSk8aAck4iW8hfIuiU/CRj6+m1a4Iuw9hBHr5aCXHLOR100tZkjfxAubE3FgIbn+blSkWfjyKc5xn/8vOXkSwa3TYJEHiWcJcBkHz/RZNgOBM5BEm9/CsANxA1dtDepCfcrXt5Tkj8o1yezqo3X3Yin4zstcXsY39UHD2tIzwVhfjKQcLfXNxOnZNlnG4cpyYCG3ZwoVVF/+v7Xmtk6M3rFjVe95WpPnPM/EoA/w/AjKl+r4Pcn7Rn/PNGDZLqf0+TmnD5elZbfx8fCgJ81JJt6tCvKbHV+8nmmMnO/v8eaF+/SHUrazA5VvtNrjYc2VmAxdcrQRAsq9YKPrRiLt1+in6J3G1PJAIMuntneElY8bcUg+isii4//MJlLfsmckju2oMjkPhz/wHA2lMIJ2np+HcA/oVo6ignk5pwtx7g85WPnwCY1j+VJxtcnD6EAwUc99E4M4Q60DlDyRlN2VKtKqzgEBHetnQmfesU+hK5W51gBKTpwNx89Ek2eCcxrz9/ae7OCR6Su3wdCDDzHAAfAiA+3QWJM2ywM3sBPAZAUmf+D4DpdVxiPA4RXUX6HyXVEvpcsgxACghtBCBa7deJpl7TmElNuNuP8pfzAd5eLVKRUTGr6TnpnGXTeJLwdquJZu6w6vPtL6ef+pqVnZ4z0L66ZPcL2krl5HLWxHw4DHHVivbGzCkbj2+ou8boIbBxIwc0W3/J9+mqKOJ3n7fE+5rr7jN6+I6HJGZuB/DrAM4H0AGg7VmTq9j/pPCOEJbUtpbo8vuIqMLMzwcg2rEcP9LtbhsMClw5UgHPBjyJC+3PAOwGcA6AWc/6ZQsAdhlj9iilZIFwH4DjU/mZnBSEu3MnF00TlkLhZQwsMgyjCHuJ8EGlMFsKW0zFLchZTXerAV66bCa5wgJTcZInyT1t2Mwt+WnQOW3e6kE9cO5pjZtaMVJId+zgwv8egn7HOkRUzTgdqbTJcZ4UySCiId+QzDzXGPN5pdQ1Ixi1+I8/kBDm9QD+AEAwTDnPAHgfEX1zmOdNucMnlHBv5pu9C49f/TLl4b06xHo/QDEtSGErSEn0cBJpbBOn0/Jm/YocV8uEZcqf1bUvlZnktdV1TtpKMjuegfbVMUZ5mvJ5oBziusXT6NNT7ulyNzQpELhna/nMXDH4QmTok+cvou9PikGN0yB+9iSvzhPWMeFCI6ZYg27lmS5j1MMB8OMLltDmcRrKhF6GmZsBvPdZDfMdAJbXMRjRRP9GfohIzL12i6LoLZ7nfRDA6XXIqACQFnp/SUQP13H8lD9kwgh3by8vjTQ+qQhX5nwUyv1qG0955JMbtNHLGo+F5Z7LTmtvFrON2xwCo4bAAzv5AmOibyolxOK97XmLaNeoCZ/Egn6xmxcXGe/WwNs8hXYJWJQFvLzwbMcZE8dRALjLMG48VdptMrOYod8M4E3MvJCIstHPknu9HYDElYgPVcy8J2yJjFcBeAOA5wFozfhlpVf4YQA/BPBV8ce6QkA1CCeEcJ85yuuVwt/n8jhdoo9tC6q0TeMICnMPVAh7OIW5LRxZ7TkpbWbByYQyj0XRbxEv/twoxHvmtZL4WtzmEBg1BO57svwho7AmOJJ7+zlTpMHGBma/uRuzcRQdRGgP8njkebNrC4m7d/FFinGTn8NKcUdVyyMmcR5p7IV0FbNV4iIcUwZ/Yfbgi6dKPXRmnhmG4fIgCBYmfmBZfOwV/y8R9dTzADKzmJbPlg5tyY+cJo1iniYiMSO7rR8C4064u7r4ZT7jZj+HGdLNp1oLOTOw7L7074H2Ze/lZHLSY8dbdj1j9OOo5Z90tODXT+aPcU+wQ6AeBO59svfXyPdpZujffugQdKMTiQR8qfk4R3m4SmtcSYQ2A+SJkVOELs24hwhfhUYPefi7IMASCbbsU/51kJw/zwcMg43GB9ctINd+sJ4HzB0zIgTGlXD3M7eYLtxWKGC9mJDdFiMgX3gpihFU8OK2tqkXCu/meXwRuP/p8pWe5/+bNuZj5y4Kbhzfq4/+1TZu5KZgAW70ArzJU2gNpcifkCcDJrGMeR6gpHVbL7QXwJMSsHZLKs7ZxiWDVaETzVcqxDFKFY33nT+fvjT6d+EkOgTGufz/vq7oTYHv3WQYKu3a0y+2yM5Jdl/690D7shN4MjnpseMtu54xysvCGO7miF4+Zxr90j2YDoGRInDvM5UXKvZ+ooAvh/tUw7eMvO9pnt/cjH80wG+ID9YIkWbS+qybJ0ukaaXWtEhO+nkmkb56Tj85UppV/I9G44ozXVGakT6C7rwhEBhXDfdgt/l+Lk+XhxIgldQmTr8H1tSb3TdELeSsv1XOsdU1Mz7YrBz75ZTPkxXuQDWVs/sGk5P6ieuVPdwx2okgXNFWoO+4J9YhMBIENjPnyrvC1WS8Fx3dpr582WWN3bVqxxGe0V3GrU0tuLRXskwzi/GsdbjeRXQ9x0l/axNiOyvcow2O+oSHOcSveghb1s2vz7c5krlz55waCIwb4R4/zrNDHw/7CnMj6faT9rFNvkWy6szuEwK25qLMt6S6L5kb+UjOSc1K6Reyj5wa39biqIYhu9qHMhlv3bKHOcZcASiFeP2sPH3j1Hj03F2OJgIPPBW9iglvK5e9333hSmr4Tj+bN3POn4O/DXJ4R1mSSzLBixa3gUq/jUY5OAa8HOAlC/REqw6VhzvA+E9f4d+Wt5EU03ebQ2DYCIwf4XbzlezxzSDK1ZrA9wsBtl+kjC0o+2/Lpslw+x8z1HkN0bmZ0JQHukr6TW1FXxLN3eYQqAsBZqZNOyOpPPQNUuor4QL1wXVEUnmoobfHDvKrlcLNEkhs0rIOGRNwlXTTVXZ6t4Mdkz1umMdIAxI/Fzci0RX8Umv8/ulz6IGGBtgNfkIQGDfC7Srx++DhsxK4YAk30V6zGmT/falGO5Dma63PifbbJ0K5zn2jJXuwKGrRuu24k9V4H+283xglLxCMSBtcMb1A/zMhT4K7aEMisGkvN5sw/CmReuicBd7vNXr7MpmEQ4d42hHgziDA6qiSSRnM+lzlFZL82zZAT83N/fal/l7rWeqXFiRfTmslS9xR9gHo1+s6lW3fTUkKHwMHol5cs7SdpHWe2xwCdSMwfoRb5jcS8FUieNVowTqGWW8wVB2iTjhkssiWoKlI4ygRXtacIyne7TaHwEkR2HaYp3dVkCdTaav0du9Zt7ytYU2djxzgeYGPjkIAXQ5xaUD4G7s4z5ClK7cCAAAgAElEQVRpNlgqjbuw69mUJPsZwdLFblX5zSyAU3LNyhlo30D11yVvPgyxK0e4cv4MuvekE+UOcAgkCIwb4ZZK4cvZ828lQqFKuMxgEEiWlZnlqt3XZ6WaHNdvX/WgRNsdSk78ZRpYzkDXO2E8Q4xxKNn1jDHnAxWDbVzuuaS52VWbct/OkyNw5zO8sAj9nwxz8/MW5j578jMm5xFPd/KZ0HiL5+GV2mAFGNpqk4S8LYjTL5W2/11MyKKZgUIR6C3hJ/kSrujooCSka3Ji7EY1eRAYN8LtqVQuUOT/RClq7ttq72RfmcETg7IxEgN/NWuya8fWE6vYH5ahxziU7HrGmPMJ5QgbCj6tJ7tqcJtDYHAE7t9xZIbKtfwbMa3mKHzZOacVdzQaXszs7+7EHzHwgXwOs2URLvm16TdP3hF9vzvxHQ6072T3Xq+coWT3/0xyfonRG4a4fHEb/eJkY3CfOwTS53dckGDm6aHBg57C4lr3nyy3TFBERPXuJ+r6hEBMygYfDDz6q3GZDHeRhkZg0zPhegJugvZ/6+wljWfSvP56Vm9/Pz4cePiQBAXb3Nq0nGqSDZCNi8yajPscl8xiahaumn9TYs7k6Ka5t9m83SH3DSY7E3tSyAOlEr40fxq9q6EfKDf4cUNg3DRcuSPN/BUFvE3SgoanQ9bwGH39dGjZ2Zk4mS6eHjucMZIETBnerxRdTERPjNvMuws1JAIPPFVeWwzK+xS10sp5dKARb2JPL1+aV/g2c1w1yn4Fko7q2fzaJLayz5I4u88GPPXLGOq/zwZLnUR2es5QsgeSI41HQo0HOprp3EacBzfm8UdgXAk34uh1HryvM4Pi1WVfDTe7jyntWFk75sR9FDc9sIfUvqoDyRm57JOPcWjZQ40xdl0bYz6mlLp+KkSYjv8jfOpccdPT0RWk8PeqYl555rKcNBpvuE3SmA5241uFJvxmqTcevnwHqo6j5OuW7ss6WE7Yl0QO93uNxGbnfnIG2pdtcFI1GWcY/2RykmDHvQWNM6dNIyn+7zaHwJAIjCvhMvMyZvyCCPMtRVaJsm+QlHz9KIma4jT3Z4B9aWBVLCv+ymaDrbJystcbjux6xjiU7KHGmIz7wR6iy1uIpFOH2xwCAyKw+anyWg68/2E2/6uOPvGetWvXSjmIhtuOHOElnMcD5GEG2/xahiykU8ZNF8/VfUlYZfa4OMwhCXbILLgl+DFm8NoifCjZ/eXYuMjBZA8wRvIIHOGYBta3Nzeeab/hHp4pMODxJlyxAP0hgM9MAexG4xa2ALiGiB4aDWFOxtRF4OE9+i+YeT03ea8+ewYdadQ7PdjFvxv4/M8AqXiNnC05l9zVZGzplS2gY0mdoYik9V8PNK6c0UI/atQ5ceMePwTGlXATjU5I9z8AXD1+tzkpr3Q7AClUIKTrNofAgAiICXbrLiwwCqUmje5FiygxxDYmYMdK/L7Aw2elCIVN0svWZbWBU/322RrrcS3WqrUo2Wf9Uplz5Lj++7LBIoPJTs+JhcXXq0eOki5fmo/kQBfl8+573JhP5PiOetwJNyHd5QD+EcBl43u7k+JqYjr+GoC/JqLdk2JEbhCTFoGHdvOriaO/1GH0ykZM/+kPbHeF/w8BX7EhGg2eACc+XK2x83iA1R3kcnEn7ZdoEg1sQgg3Id3mZ6u4/T6APwfQMgxMpJNufhjHT4ZD5dWyD4DUSb6JiDZPhkG5MUxuBB7fV1pWifyfMeO7Zy7w3ktEaVXhyT3wIUbXE/FVivkbSlGtRad9C8UlcNJAplh5rWmasSbbd59orDZuI0Pc/fdVzxlKNsUFcbLXq0eOtPOraNxe8Onihp0QN/BxRWDCCDe9S2a+wBjzeqXUpQAWApguJUuTzyVDT8rVPQ1Akvt/AuAHxpgPK6Xe9ByRkqATuf/gOcrZKj00ARsIJosIMZnLmOVnP4D7AfwKwF1Oo32OSJ9ip2/eFX7k2efnysjzX35OB8mz1PAbM8/VBvcqhQVaZ0KJay+E+K++0Y8D7xvOMfEqf2g5wzhGLq0UyR281yPXsL7hH8xxuoEJJ9wM8c581sy8ICFcIV3peFICIK3GniaqBYows5DkB59NsfswAG8EWB0EcC2AJgCfeta82zoCGXLKdxMtXfIhhXBFXkq4x4kaM09yhFi400YRgV/t3FlsbVo4u9ALXrmQnhlF0RMuipnFnfR7cWaBaK6xljo5U/cGHqNkOjBwDwHriahzwkF1A2gIBCYN4Y4ELWZ+C4CPJ0RdrwjRlt9GFEcVMvOrAHwOgPiV69qY+QgRSaT1Z8n5burCzB1UPwIPPFM6PVDeF+D77147h8SCMqU2Zn4lgG82oGsoOw/iInojEf14Sk2Ou5kxRaChCTchzNNltSwPf6JlDgZYF4D/Eo22f2QwM68A8AEA8iKwOcKDbCLjf5/1OX+aiO4Y05lxwk9JBKTxupqpvw3wnDD015+9pHFTgAabwMRC9ffJ97YR51kW7W8hog2NOHg35olDoOEJN4WOmc8AIH7dswAsATAbgHTx6DbG3KuU+o+TrUaZWbTc1wB4ATPPI6L2xGS97VlCl7KLtwDY4CpCTdwDO9Wv/Oju6DUgfI3gvWLVvKn7Qmdm+X5+EcBrG2hOJSVLNNpPEpHEZbjNITAsBKYM4WaIV3yo4gMWf6oERoVEdHRYqEi00/79Le3t7SJDMBITckNW9hnufbvjJxaBbft5ZSXSZ6+e74vJdUpvzCzf1XeLtgjgnH4BjBIwKSl025/N2Zeo/tcBaBsGINmyzPWelr4n5P0hEeGSESFWrV0Afg7gP5Pgx4aPFq8XEHfc6CIw5Qh3dOFx0hwC44fAlr36D5jNptXzgp+N31Un/krMXHw2A+HFAGY96/KRv0WTlMj/LUT0pIyQmaVBwOcB1JOCIwGXElAp6YaSdljPtvPZ4Mz/k2QXdAAQwheylQDLx6dCSlY9ILhjxhYBR7hji6+T7hCoC4HNu3sv8VTwE62j165dUPh2XSedYgeJmycpC3s5AMlqGGiT9MG/IKJ/TzToP04yGgbTjoXcJS7jL4nonlMMUne744yAI9xxBtxdziHQH4GNzEHLXn27gnp6ZQe9zmlTQz8jkrufxGtIpbplSQrhowBkoSKxGmKGrm7MfB6AKwC8HICQtriKhJgfSMrM/tK5jNz3cjwQcIQ7Hii7azgEhkDgrmd41gzffEFrfcOaBbn7HFj1IZCYoiWrQIIjJc5CfK6DbswsFer8JC5DYjuGPL6+UbijHAL1I+AIt36s3JEOgVFHYAOzP38PZnTuxrF160h8j25zCDgEpigCjnCn6MS622oMBB7fL4FS+D0/UJcsbyMpB+o2h4BDYIoi4Ah3ik6su63Jj8Du3Ty7S+k7WOEHm9q9P7xmCjQnmPyouxE6BCYOAUe4E4e9u/IpjsDWA9HbjcZftLJ3/rx5ru72Kf44uNs/BRBwhHsKTLK7xcmJwKNHek/zjdexclbuzsk5Qjcqh4BDYDQRcIQ7mmg6WQ6BOhHYsrd8JdgLVs3zpb632xwCDoFTAAFHuKfAJLtbnFwIPPPM8VmlXPFXxuD7p3cEfzi5RudG4xBwCIwVAo5wxwpZJ9chMAgCj+6pvMVT6ovlfLT2rBkFaYzhNoeAQ+AUQMAR7ikwye4WJxcCT+zXnwShsLLd+6PJNTI3GoeAQ2AsEXCEO5boOtkOgX4ISKGLhXsx85nSk52XLV1acgA5BBwCpw4CjnBPnbl2dzrBCNx8M3vnvcR8hBR2L2/3pBes2xwCDoFTCAFHuKfQZLtbnVgEth8onWHg3QXiP1wxO/fViR2Nu7pDwCEw3gg4wh1vxN31TlkEtu0P/xRQ70PnsTOWL29zZRxP2SfB3fipioAj3FN15t19jzsC2w9W3gsTqGVz6G/H/eLugg4Bh8CEI+AId8KnwA3gVEBg4+7dTdJHbv78+T2nwv26e3QIOARORMARrnsqHALjgMD2feGNrLB6eXvwqnG4nLuEQ8AhMAkRcIQ7hpOy5QC3VkL9emgvuYoGIH/Lb8CQp1hj+7lL6IdjOAwneoIRYGbacVB/jxWOLp/l//YED8dd3iHgEJggBBzhjiHwDz5VWkZBLqkkxAAncBMDIPg+ISzr285e5L96DIfhRE8wAtsO83Qy0S8BfGPZ7ODjEzwcd3mHgENgghBwhDuGwAvhKj/YZiy9Mlh4Vv4mQP4MfA9hpG89e4H/mjEchhM9wQgws//UIfMBaPPT0+YGv5rg4bjLOwQcAhOEgCPcMQT+wad4GXyzLQY5Jlz5O1Z0CTlfoeIIdwxnYPKIlqCpdS5gavJMiBuJQ2ACEHCEO4agW8INzLaqatvvWn7gIQqdhjuGUzApRG/f1zWX/MJtrPkDy+YEv5gUg3KDcAg4BMYdAUe4Ywi5EK6yhBubkOP/kzUvy+ZZwuVbz5xPrx3NYRBZJ7HbJgkCuw/z4pDN/WT4rYvb/W9PkmG5YTgEHALjjIAj3DEEvEa4NbqVy6WgExEM4wCBHmIyiaFZgWFAkN+ypX+LJ1jFJuk++0Re7RzlkWeM+e6Z87wbxvDWnOhhILDrEC+KSD9gQrxt6Vz/tmGc6g51CDgEphACjnDHcDJTwjVgKLZhU1UNV+iVmCCk6/mi9SZacKqbyudCt4nf1+rHJJSLE4Kv7LnJefk80N2j/+2s+f6bx/DWnOhhILB5M7dM69B/rbX54mlzcvcP41R3qEPAITCFEHCEO4aT+eC+0jKlg202YEqoVkiXuKrhnmyf1YbTc5LfffYlY8/Kyec8VMrmpjMXeG8dw1tzooeJwObNm3Nr1qwNKfUnDPN8d7hDwCHQ+Ag4wh3DOXx8X2lZaIJq0FRGebVXFa3U8zwE+ZqZ2R7DQLmkLUl7Kv5c/iHpRLIZA1QqpqbWptoxgHzeQ29F33T2PN8R7hjO7XBFP31UfwIRuhbP9j4x1LnSwm/hhZg+L0LP0qXk+uUOF2h3vENgEiPgCHcMJ0c0XF8H22L9NrYJZzVcUiQu2r1MfE9iQbZkqoAcE17qeaS0xl4i2kjCr8qADbMir8XAXEhEBU5tyYls0XB7y+ams52GO4YzO3zRTx+Ovs5QS5a0qYv6n/2DTdx8XPWeQ17+HK31i+Y08/IZeXUwMthoQA+y0Y+9YHFuC5E8BW5zCDgEGhUBR7hjOHM1DTcufBGHP1UNzMgFCmFF37Z6vieFL+K5+Cjw+B+jTXeancVmVejuib619pe3vhZXX50qyPzYbpxuyPxQ+WqRjkRqTXaQV07DHcM5HanonUf1Bwh4a1EffcGPjxL5Pc3zPeVdGHL4UgV1rgEWBPlcq/jpW6n8ZFuTf1qu4KG3R8sDs9+w2a0ZmzzC7ZHGRlUMdj89BwevIYrrhLptVBB4ZD+vZI1cWKkMKS/I5YCoXN6/MP/kZUTRqFzcCZnyCDjCHcMpfnAfL/MNWw1XEnWyJmXRdKXSVFTRt67pV2nqwaM80+vRu5uavUJvd3TbmvlBn9KPm3eWVpAX/MTz1aJI69jPm9xHPq8QlvRNqxc4k/IYTu2wRW/aE73ZAz7y9HF+sBTqRUQ42/ODQILiZDNaIxLzBnmYldfbZzarRcaoQAjYIwWoZI4ZCKOIjeHtpOhRNuZhA9xfDnJ3rZ9PTw17YO6EKgJS8/qhXXpnPu8tiHRSpCb5NA1qTH8HAVDpNU/4eXXpqnba7WB0CNSDgCPcelAa4TGP7+Nl2phtVaJlhqE4Ilk232q40a1r5wd9SjvuPMZtnd1ml2i4AxHuIztLK9kPfhx4QrixlZES2fmcI9wRTteonfaljRwsypcXh55e5Sn/EsN0KQjLFHiGF+QCbRhRGEJ+27mzyV9JRDopzCyY7W1N3iLNCOxKiuPPZUs9CMr34fvxZ70lXSGiw1qbJxm4Q0V0p1b60TBf3v3ShdMOjdqNJYL2d3FHbxmzgApMPndoaQvtHe1rTIQ8IdyHd5sdnqeWyELW5sxzEvBoo92SLANm+DkPYWi2RDm1/jxHuBMxXQ15TUe4YzhtQrgRx4Uv4pcq20za1KebCzyUKtE3z5wfXJUdxl7m5iN79MFis1fo6o5uOXN+0KcwxiO7e5cQ5X+ufFqsI21LaaSyxaRcLpub1s5zUcpjOLX9RdOG+3l6aZq+SIfRi5XyzjPGrPX83HyZeDYGWhvMamLbK2p3Z/wyF76VV7i4GbKE21Yw22cOQrgp6QrxxqllIkolP9Vf8lx1gfEEgx5n5d3n6ejOCvubXroMx4dTGGXf0dKyssm/Akq/GEy7t81Q1608rL+iAvWbMnxjsLnZ0BXdJlzltwad8/L0yDjiPqqXsoS7R+9QyluiLeEOvgWBI9xRBf8UEeYIdwwnuqbhDhw05YtJOYp+6sH/k4hCOxc+B6xVNJ01/Xeh6OXKpehnHPGf2GEGotEEDOjFRPR3nlJzqy+GTNBUuaJvWuuilMdwZoEfbO2c46OwIgKfz4ZeYsAXA5jpB0FOYuHC0CDSUaKRSh1twpwWQkezwkP7I4hhwpJmmpktFgqr7vY1KRvx/Cc53FbZtYW4rZMCacCc7Ov7mbC4Z7tRKQVUQkBHusTAUWa+D6TuoJDv06R3+EFux2X9oqF3Hi6f5VOurWMG7t55JPzrXM5/uTHYHUb8ncUz1Q37j5WXVdhb5PtgUwnD+W3Fu3Ye0Z8P8up3PfA3dKXysXkzi0+O6QSMgXBHuGMAqhPZBwFHuGP4QFjCZR60lrK9NCECo5xNzo0VYm5KQqzEm1SK84Lil3RS/6KQKVpVvYtcXqEUmpvWznUa7mhOrUQSq5bKMsX0Ema+2BCtZcbKfCHIRxEQRRqGExZNiFTmKq0xJqRYCBirZ/vYeljjaG9snowtE4BOjyUPbQW9va1JfLgkqysrJLEs1wh8EMKV2AB7vJhAWWIHyGrC1jwqGrFSwsUILQlHexi0I2JsYcYvlrd6PTOa9JVeTl0cls22ebsee/n+JWtm9naVmk7rKO4YCs8DB7i119OvzAXqwxVtNiye4b93NPEfD1kp4Xqet8REOm4ykixw5EuX5sTLvkDcQZHZEkZq/XmLnQ93POZnKlzDEe4YzqJEKRuWwhfxWzPWTiSfNnkNs2ggCn5Qy7G1PjoJjAljkxaRZz+P/05M00Y+lwNrWSKpbAma6nWE+5xn9eabb/bmv+DqVRVdWasMvSgCLjXMqzzPy3m+Z9O3RIM18oclWCG4WhlOq3VWi5aIf5bt/C1o9XC8YnCkJ3YsxLQb/7ZVxUhhuCZl0XZT83TCtpbI4xWacEZsf5bf8bjij0h58Dyg4AOdPRptReJZrYoOdvKWoz38r2HF3F0pVx698rzmuoOCnnrq6MxCwc8hl+tQXtDbPo0ef86TMU4ChHAf2WN2KE/VTMp9elgnAxHCzSlUwsYj3Pt29y5Rkb+K4O86ZzE9PE7QusskCDjCHcNHQTRcIxpuqufYUo5pCJW8XOVFyfuI+L60gqN1+TFyCrjM85SKIt4HcFwOUKWvUzQT4wKQKqRRNPIiFdm5nCPckUzphh1cMJXeWX5RnY/IWy95zoBarHx/ru+JWZahrYk41iCzCbGxaTgm3JQ+ZT7SYyzfpf2QmeApthptEu+WLMfqC5qyS7fq9RMNNtF2UwIXDaw6vhMIV4Yfa78FjzCnGSj6hKePA91hTMiiBQc5oNSjK0y0CzA7wepOQ3wns/eA7x0+9BsrZx0fCufdx8LPMKtLK0fURY1SwCNLuBI1nnSxjhe71WVRHIMhPtwoNFu8SK1f1UAa7oPPhH+cL/g39Paar52zUP3ucPz5I/leuXP6IuAIdwyfiIE0XJuHm5CupAVVtL5l9Vy/T1DUkSM8Y19J75G0oO4efevqjr4N6p84ystNyWxQnlqU+nDlRSmybdBUaG5a7UzKJ53Z27fyHFWMzjYhztGMFzP4YuV5baJlCpiS4yz4xiQbm3+rNUwSrTT2n8af1wqcxIScNSlXzwdhRZvC0RJjb6ekASVBUymJ1mtSzlwv9eEa0cZSk3ISnBeTfc20LcfIuAKPsGw6UDLAoW5CpyXb7JgTmvGU1cytIs9iOo+6iPEAeeqeSPMDEZvHTG+w5Zp1dCwL+IFuXlepmJ/C4z9YMM3/55NOxiQ44ETC7ZvKlw5RFjY1wi2tX7W4fgvARN/mpl36upZmdUNXp/n62QvVGx3hju+MOMIdQ7yFcBnBtjiVIzUe1v4WP1A51Leu6UeokhbU3ZOkBfVEt63q6JuHu20/r4yM+bHNw43S12k8leLDlTzcM1zQ1Akze/eOrg4T5E4zEV1syFwGeGuZuaNQ9POi0FRCqeQlBNvPZ2pTQ2JCtbPY5/NhEi4Di2Z4mFkgPLgvQmgri8Ua52gGTVXtKBnCFbNzcwDkFeFoGQiUEK6BMbJUi7faIkFMLbELM01FiuMIxAes4PmADgUzfRxQBxjmUWK+vQL/7kBhuz8d+1/Yqv8RRLvaW7wPjOHXbNREC+E+ujc2KZvIxFXhEpNydS2T7LPf3Yi3+D6tb6Q83E279LXNRXVjT7f52lkL1e84wh21x6cuQY5w64JpZAeJSRngbdXyi/3ESB5uJTxRgxXC7ekxu5riSlODEq5fJdyaYCHciiNcC8jGjRuDcO7Z5/nwXszEL9DGnMXA6bkgQCQEp8kSrPhXq4SXrIdq/s5ahHk9Gm5KyINpuEJe4jNd0x7gmeMauzsNPNEgh6vhnixoqp+GK6r0zALQ3kQ4Vmbs6kz18TgxqVohNFOgZSDCtYuChIVZyVJBtOqawVVM5VGk9xHUIzmlj+eUevh4r/6vIzrY/M51FI7smzQ+ZwnhbtlrdpAQbpIWZNHJNA5JzcyS0heFvKXXp4bKw31ol762qUnd2N2rv3bWPM8R7vg8WtWrOMIdQ8CFcBkmCZoSTUH0pLRqMhD4CuWKvmX1vL4m5UOHeNrB0OwTwu3qjm5d3dG3MMaTR3lpuWR+Jhqu5HfGmkks+1QmXGmDd2xaZamnvDMVS5CTeYlS3jwiNU18kuVQqjSFkIrExtpa057DqV+0VhEs1maToKOqRptEAKdpOVW1sI6gqaoPN07qmVn0UI6M1TT9+DJjFjQlbTBaA0JHC+FwL+NQD6ApbhlZDa5KgvrihYcUfIjHmU0/SqOqq4Sbav2pFhhb1qGUZyOhixLsF+roWNnr0hztUUwbWdGv2KgHuNy767cvaNo5hl+/YYtOCVcKX6Tfq8GE2CjlRiTcPfraQkHd2Nujv3bWfEe4w35InuMJjnCfI4BDnV7VcLOOvwzinq9EG/hJDt4fq9gFG3sJdTSjTPQDm4fbqzfktfd+Duy7jEwFRvv6NEPqi55HHdUXQ2KxlkpT5Yq56YxTwIe7gdlv3tY7zyvkLtQwl/qknmeYV+cK/gwbRRwJkcYmYmOrOrHVZi1x1EG4sV+2ZmaNfbU1IqrybZ1BU/bcRAWODKElIEtKB7rjkLk0SnmoSlOp2TdZZsVpPwMETaXjVhJI5xPKEeArRq+t+pvaibOEG5u142h3E0cz10W4NZNz4uq2O+T+Tp9FKOYID+9PHnpxjUtecMnIMnE7kdoa6crDirw7VcW757jC3onUgoVwH9uXmJRTDbdfZkGMfxylHFXMFoSNFTS1aY++trmgbiz16K+tdYQ7hm//gUU7wh1DyGPCjTXc1NRoTVJJ0FRiiJOEv0pcMijJ9RM6ICrI5BAQfy4vv3S2mOXVlZO3beqri/8QDZdQqeibTp87NWsp37eblwRedAazf4HR0WUgnMegaX7OswuWMGJIDmUcFZwm3KQabNzmQbGCPYJVXLov4R+br5qE+lZNytUk2FEKmkq0ZTG9zi4qrJyl8Mh+jSPlZCbrDZo6iUk5LiHKmNdMNkDqyaNy57FTtkaM8ZMpmcAjMiknub5pSprVjiXCymJIOGceo6tC2HJASkEnKUlyNRmbBGN5UkMaiEKtjUE3EzYrRXdFmu/Ow3uiO4/tv7eWDo/hV7SP6MEIN05jrn7T4qCzBiXch/boa5sSDdcR7ng9WbXrOMIdQ8yFcIkG9+HKpT1PISf9bjObfKFLtjACD/y5Acrl2O/YfxOTstVw5zR+4Yvrr2d15R9iml+J1hDUega/yIBWwphlhSY/qaAkxMnVKNpqlO4JqTuxqbQ/4caVRBLtLi27OcZBU2n6jnz5Vs32UPAJm/ZFKEuJk1GqNCXXmNdCaA4IO4+zTfmpbn2wGR7h1qpaxdLkbIl8tvqwTfcVv7j4qQlr2hlPHwP2daefJ2b6pNCpjaq2+eVxzrI4s+Nlkzzf5hiInmJD25jNXQbq9gjYMrOI49eslQXo6G8x4fIOz6MkDzcpumltS+myOd5nSztWeAtCaqi0oM179LXForqxS0zKzoc7+g/RSSQ6wh1DyCVKGSSFL2pmulpaENmVvjFmn2J1L5NWgGdLGBggB6LLPA9KR9hHNg9XxUoyibEULcR0ARQKaQR0n7SgBibcvXu5+ZCPtRSFZ7PyXsSMS0C8VClP2chYW9VJ8ljjPMm0oEi1zGE1XSepypUt9lA1KXvQdkqksnGikFmySPNiROsVR29ifY1rWyTpP6NjUpb5Ei23EBCWz1TYeshYUpRCKFL4YrDmBXa8J8nDtc8CAe3NhK4y41gl9tfGWnuch5tWv6j5cEdgUrZEeaJJOTVNt+aBrkpsKq9GfqcxaMl9pF+/mHxTk31clEP8wLJboqG1OAUM9pNR9zCZeyLwQxzpx8nPPTFaZuhUw/V9tURSwrJRymkabrpPfLhS+AKeaqgo5Ud36WvzzerG3u7wa2vmBy5oagzf/wOJdoQ7hoCnGm6qCaRWqXhhTwh8EnPabff/7Jarrr766upI9nahrbPHPC1BU71d+lsrHvWuwqWpIxj85KHK6ZH2f+j5amEkb+2k/Z8IsGlBZX3TigYxKd95iKdNN+UOxepCTamNeYcAACAASURBVGo9gc8DaGEu700XvosqsLmw1vdqzZWJJtXHIpBUT8qQYhxRHD/ecUCSh1DFwUAFUwLxMZDuEl0qCQyKCZe4GUzNKKsWVFCwZKHE7hkbqfv4cPum3pyk0lQmaEoGkVZ8EsmylMr7hLwPHCkRZhWH17wgW2lKyE4KWQhU3aIHCl5WKetbaSoljucUNHWCSVmIESh4ol0Dz3Qi1tqzi4Q6CTcO1kq16MQlQ8pWxpKa4mWp1CVFY0C7wfwgg2+PPH0XlSp733VRy0EiWTENb0sJN/ClW1DahSueedHC002eIU+6ckVmC6ixCHfznvDapqJ/Y6k7/NoqR7jDe0BG4WhHuKMA4mAiRMOlRMO1Bs1qTl+ciiGEK+35Tu8XhfzUUZ5ZLpvdNi2oS992Roffpx/u1v2lFYzgJ55tz2fppCq7EQj30T18WhDo5wF0fsT8IhA/3w/8ltRdKlqslnzYKmmK2TJ9+SaRw2kxhzSIyWpRmcIPaf4p+ZZwm6NdaC3/HF5lG9rCLWiKHgdFjwPcp14DoBaCvdNw1FuBo95yhMFiHMr9OrqpI8nCjUBsX8FJQFXfPNzUVz9o4Yts2k2m5nJ7k8IZsz08cshIb9zts5J+uMNpXiBaophkF08n9ITALkk5SgqApkFUNY0y/Wt0TcrSu2plG2FmEbh/j0E5igtnxFrviSZlG12faMrxIknKqdX86lX/sCxSZJlqJMJaxq5AsoDKRHibUGsmepRI3UNsHmCozRxhy7svkmpZJ9+EcB/fZ3aIhtun7WVi9q4RLsPLSeMRs4UblXB79NdWOZPyyR+KUT7CEe4oA5oVJxquEh9uopxWi58nB1mzVJlvPb1DndAPt1SK83B7uvRtKzq818S6Wbxt219aaSj4sS+Eawtf1AqrS5RyZZJquNdvYP93ztZ/P2u6d0Vnt5mTKyqqlCRdhxHZpM+EVPuk4cSmRhvBmzUXV/2tSTRthsjS0osGPqaHmzH/+OfR1PVd+FqqFGZmaKCnv79bXAGhWoiewouwtfl9OBK8EIaFVmRBEJP8sCpN9SHcOBArbrEHW4GqvTXA7uOVHWC1UHQ5O5z+PuVBugUJ4UqpxtY84amjBhUpZNWv0lSqWdfiyYZHuH3ycPtpuGKFaCuK7xbYchDY0yXBUomVIYmATik31sqTUpKJqTvGIlnIpNhm60BbwiWb0mRLUCZLoNTELoH+SsL9k9rj5ZIpE+hwZMwOgO8IjX9HqRJuWzY7OPTbZ9EJKUlCuFv38w7lkSXcWshd7dlL98l3V1fMFu2V1q9qb5xKU4/srryvqTn4bE+P+bc187w3j+Hrz4keAAFHuGP4WFjCVYMHTVnCLfE3T5+n+vTD3b+fW46xORDn4epbzuhX+nH7kd4lJsr/3PNocUq46W3YoKmyvun0OZMvSvlrD4Tvv3Sl9+liQIh0nKojHmlbLME2A2CEJvUzJqa8hBn6ari1yk9pScXYl5hquPIqJiw4/teYd/hGIDqQBL08h8kW5vNyOND0JjzS+gmUaA4IledIuLX2fLHJHDhtZgAf+knDtMBAugUN0p5vgNKOcs+LpjGOlsiWjrRclyHcaozdGARNxb50YEZR0p0YO4+pTI7vSDXcjFm5n4Zba1NYu8fYgpQEx9lFimjBsSeimBOftvywnubrO2fDf0V7O3Vmn4gs4daVh1sxW0wDEC4zew/vjl6gPGpXhN/KBd5bymX9czA+h5zHbMoPr51T2Pocvh3u1DoRcIRbJ1AjOSwl3FhJSTSZTFqQ7ynoiDeEFF0X2Ga3QIgQgabp7Kn/KeRVrlTSPyXyro2vL58CBQoWacNfVD7NTV8MfdKCyuamFZMsSvnjPyq/7uVr/a8sb1MtofWPJakoSRcd2xvJ5svGRf0rRpoFxGSs2VQ1XHvYIAUbEhEw5GNO939iyZ5rqoFPI5m/Ac9hoCd/HrbM+BL2BeugTBwwW0/zgmwerr2HNBMoMfvKvYqW1lY025e2eYsqEQWdlfi5ObFZQny32TxcCZQSkdqcvHnBaAZNyXxJgFRbAdjZKddPC2bUEBxu0JQN7Ep8v7HTpKb9plikloVqCpjglBTuKPiMlpzCjCJjbjPQ1iT1o4Gcb7tzcanXfHReq/fR/oS7TTRcXzTcZATpKkW0+bQfJrNNC5LCFyHRr61ppz2j9nyNgaBNe/c25zD7G0HOe1lYNh6ReBqkRwppCdJjMh9Y1e59bgwu7UT2Q8AR7hg+EkK4npJuQQnl2hds3NUnNhVao1hEoN5qhA+RNJ1RpLg5MZpJFcKSHEvKhs0ysVIs/XKTPNw0KEVk5/OEchk3rZhDbx3DWxuW6D/6bve6CxYH3//1M4JZHFmvJExYijUQP18NqknigGMokpuSWsPyApffoRaNODYvZytIV1vOpQsb8rGw80uYs/ddNVvgsEZ8koNlEeAvwBMzP4NtuWvgcSUJvBqiPd8AQVNpS70k+SQmYGnPlzfbl8z0F03LUyBRvkd7jS1FmarpaWSw5A3HZEzwiG0a0P5u2OIWicczNkcP0J5vtIKmhOCkLvTKWWR7/D52KCY98cXGAVnJ058uGoYVNJVEoScLkrT6Vby4ib9TcTMGtv7coge0FYHZrcC0XLwIkDgJATa+bEyantTSBHcZo6+e3xJ8vzZGpq0HzQ5P1VlpqsKPaEUvO2M29qYyUgb/SLKj/79l94D7nt15/fXDD/Sq57HetJebc6RvKeS8X5d0wtR3I2QrhUhCba5bPdf7dD2y3DHPDQFHuM8NvyHP3r6bl5iAn6y+NjJBUzY9SNI3PIlWrnFM6q8LK3GdH/lSyOf2dZHWFLD9cOVFa2x5qpS85Rhb+GISEe713zk+u3VG/n+uPDu3ri0Xt6UzUQXlUi+KlUeQDyrobr00zh2J36HVXylulLy8U+1N0oLKogFzogUnZCaVfaWa0t6Swu37Isw68BWc6X0HlzV/f/SJVwbjz8WDbd/AM/5LoDisr1vQAEFTdmHVr3nBjKK3qClHwYyClGIkdMmKw+JTRaWahy2kI+Qyt0XhySOMsg2kS5mutjjJpm2ncMfUXH/hi2pnosTlXgwY53QoHOwGth0WX3x63WwVq5GalBM3gQ2yrjmypViWjCMvWmyeMCMPzGqBDdSSr4qvkojspISnFDqJK6rWTAoS6xBps61C4csXFWJzqjUp10m4Yp2KNO/UZH6uWEp4ZB/fpIRr7XFO9PU+j3h1n7idI4OnVs0dmyYPO5mLXXv1rfm8d3mlUkunk65Y4vOOjHn/6rneZ8bwVehEJwg4wh2DR+H+HTyjfS5aujqxJFD8y5RF0p616SXj6EzeD6JNYNFX7IuBDZucAl2iFCmtcYAIm2LPVPw5wzQTq/MIKFRL0Gf64U4WDfcLm7nlyP7KP19wWu7q8zsSzVSHCHu7QFxC+1PvQND1K3Sd/gV0zbwaYLF09X0ppabP6ns8jVxOWsaJOVP8v2IWOFxmfONpD7fskKCh+G2X84HXtvw3Pt7+ESwr3tdP+HOcfAbCYCXun/lNHPTPAnG52vS9vijlmJRk0SQcGRtAPLQV9Pa2JrVIGwok6ljM7NPy8Vf1aEk0fomGiklaNiHchdPlxQns7kxSl5LPBwyaykR4D5dwY7M3YXoeaMoR9nYymgKgsyz3kBYRiRcGtZSjlHDjMKd4yVBn0JRosUlKk6/ilKPWAjC7WaElBzTlYZtHpybnGM+YcONgtCTcsB/hCm6FokK5R9/S0eK9jogiIdxtQrhSS9nm4cbBiBaj5O9abi7balnpYrj6JGUjrapf9AzzDrAvCIDubn5sRbtaNdIncuNGDjpnian4yUTEafb3wtPAlWfQ7Af6P3J572WVcia/2Na9VgiN+XBzXv1dV2e8BpDg71k5lOfMIcmbc9soIuAIdxTBTEVtPaA/lQvUtZH0GI3bnQ64BYEtw3jrijl9+91Kt6BKmXc1NZP0w71tRbv3mkxtOUh7Pij+se/RItH2sltc2tHctHz2xFaa+tJGDg51lz/TPi3/f1+xwqAoRSu0RtjbKSouZu7/LIpP/VWsfi18CQ6e8d+IuCUJyZUXptxx3LIu9lPakvrVyOCUmeUBFo3miU7Gn95LuF0SQNI+8JbAYpGzPcaH2z6Ot7X9DZr8Q1Vif87Tz0Bn4fm4c+YPUUGz6Io2bCc2c9de/LUG9HGZwNSHGxuKYyJKaylL4YuZTd4izQgsh3FsHp1ZVKgYg8Pd0iw+yU1NCFcCgiTv1vp8hcwspaVlHG1Vj6TwRW1fjGtqqk5zg09sXhCbiGMwRaNd0Kowq0lqQAPbjhiEOi60ka2lLGUzh2tSruY5J8U5RJ4smIRYW4rAjAJhRiFu9hAHP6fafvwdkIjoWF/PbLVeIVWTvLh05ExZ8PoeWGv+yNxm72NCuNsPxlHKttpzoknbK9WSBJKSobV9aepS9rh0X3reUMfIeyAK+aHlc9TZI30eH9+nr1WkLtUmMW+kC1dSDDI+MdZ5SrWLSyYtEZu+/JlxgEAHxVcl3x0/ID/S9IMz5tJ7Rzoed97ACDjCHYMn4/FD+oaCp67rT4apRpIm0fv+EIRbSdrzdQ9BuD4t0gnhprLzEqVcMjctn+CgqU/9Mryu4HmfeuEi0MrZsZYWlruk0AemHfwSpu34M9twdQefga92/AS/u2o+pqnYVxvXm44JNzWXW8K1L3X5X63Zu2g3Gw8R3nsn8KRotekTbdXGzOQmL6D1TVvwj3Nei6VNj4wq6e6bdi3uab0Rim21iSSwK75+rGUmmqfltxrhprQht32y5gUS9NNWUKhoxqFetm3+KhEQGiG82Fxfwyu59xN8uLF2edKgqdjUAkmAEjO9NFnoLgPzppFN/dl51OBwaeBKU9YGkylcERNXPLY+xSwy5nUJ9JIjAlUzFYuJuCUn/5Z60KmMqnc66byVZERbYk0Jt/ZasxqpDdGLkbZXSfZZr4BnI9rLWuO35rfQ97cdNE96Sko79l3IjsFroirSF8KN+KHls0dOuFv2mZtbW+hqcTXFK4Xkd7LglEYexhapO3GjxJebnlcoAl3H9XfPmOe/aizv+1SU7Qh3DGY9JVxrlspk88XlF2srzKQ934AabpgQbtcghEsqbkAv14hfaLHsYBIQ7mdv77mKqfDVJTPQ9OIlcUCLvADCkFHcewOmb//zOBQZwFv46/gqvx6Xzwb+ehUwvyA+yPo0XGmgfs9hwnvuAHZK/Yr0aRZHnrxwrLOv3wQzsNjfj39vfysubvle35dTyn79X1ipiOxLLHuMcLuahnvn3ob9uUst6dan4dY0MlkbxBbZuLRjquHGLFXzw6b3I8S0YLqUBhW84luXHrf2cagW2UqKhNQRNJWWY7S/k2ABIVpp6SdaZSEAHjkAHC/FGrFcV+a11mFoeBpuWu5RYJS6y805YHqR0BQQmvOxFptOTmoFqGqZiVIet7pMALIOmYE03NQuUpvcVMOVM63fP0cwFfNoFKpX9Eb8I8+nFVVFMVkhZCtN9V84Z2uap8cN5xhJDxTCXfYcCPfxfdG/B4H3hlBWrElFtniNkVRny3w9svuqMSCZ45qKCr09+tund/hXjsHr8ZQW6Qh3DKZ/6yF9Q24QDTe2hMWwJxruLSvmnNgP96gx+5olD7frRJOz9MPVkfmZNKDPargi1ebhTqCG+7k7Ki8g0Debct6CS5eyNT2KDy7ShNzhb2LG468HSa84Ar6N38OrzRchMSccAhe1ATesZqxpAUqpdppE5yav1ar2KGR7oAxc8wvCowf6ka2AK8QTV2Q8cWNgrjqMb85+PV7U8sO+pBy/hftqCHEW04n7qja5+BKHWq/A3e3/WWttV9XgYgasarkplSREOlDQ1Mw6Kk0JBtPywIy8slHMuzuBos/oicgGTsmaRuBLyTylHLuv6iuXJaGyJuGcB+Q9CURSONoLVLTBijbCsQpwoIvRE9ZSmWqa6onNC+JFQl8frk3XSU7yiZDPEZr9mGSlwYLvMcRHa8ncGgGSASaaqxCrmMAt6ab51slXqfoSS/y2Njai6sOV804MmkqxiDVeoJhX6C3r/+rtpYuJVIdo96mVpUZc6aXjscnCJI2crj4Kqc84o2Jm5VRdCIkFx74HRoFwn9in/90PlCXcrBt5BC7lNH+7h0H7+j708YNbbCaUu8LPrejIfX4MXp9TWqQj3DGY3icP6Bu8QF0nreJqnrbERJpWI7CEKytb/NhXeB+FidUrAHOEGRHxDwtFypd7+Se+oT9CAEYo76GKYS93mib8o+ch6YcrX/xYM5EXWamkb1o+SoUvNmzgJEZ6aKAuvRT4l7sqp/cwvqmC3KpVbRGeN9+zZlItZHvkZ5i+9S2g7ict2e407biQHsDL5nZgVS7EXzyVRxgB85/11X1uDbB+dmxeTvvXpsplHHQTl/T70wcI/7olIUN5S8tI01qGWcIdyDrIwHxvD34+az2WFx5Nlam+N3myt9UAn29ecDN2NF0NslpuNVxuEMIdOmjKGCl8kWisyZOUpsOkQUdiJWxvIkwrEvZ1SqRy3I5P8pifPhoXzZhejE+Wx1Ea0Mu5kj4jhO17wMHumKBXzSJIwpm01JPgq2O9NkspNUYkvZYShkqet74abq09X+yjjp9JDzGZSpDV9DwhH8Bqsp4kt8VsloRRpWbhWkRxvM6Jibaq0Q5AuEKwaYOGeoOm5MpxM5HY1CwRu5I2E39va1vK8YPty64Bqv7RWinv6mmDyfFtXWZ+aNmskZuUq4QbDZI/nA1RT3OKk33p/cfejuTelYo7N2WsOolhAcUmMTlHH105N7h+DF6fU1qkI9wxmF4hXD+nrhMT6ok2zb7rTyJb1fD/s/cmUHZc1dnoPqeq7tRzSy1rtCTLwsYhJCBDQsAhmNkG/0FgWO9/ISGJo5cB8vgdHBKv9xb8GVYSEcUr0/ufCSQOeVnLmMEGm0QQHItgEQwYiRgwwTKSbQ2WWj3f+Vad87z3Prvq3Nu357axle61bEnVVXXrnqo639nf/va3G36/TedbV+KaXQpeGplISFl0jgGlCmntbvZKU1lQvbE6oqnvnLMbk2byqXTJ3BHRCYWLLykKZ/5j1O6qq/CiHh3D1bs0FJCqw+i2fBpGvv8WCCa+xnPrU21/Pli8E/49/ya4decMDNmH4U+/PQ5/WHkDtXbrDQB+73KAd27hMhM2ushEU/kA4DOnFOz7CueG00mh4CJaSoi6CJfCu7lv8puiB+EzQz8BWruQeh7aOD2LzDyd42EBJvtfCf++7QuuPtTlC10Ol+YyntU6RFO8uZtoyqeU5fP9Olz8nlgaU8oBnJkhOxHIBYqi1emmhVKgYGOfAzSl4IkpQ8YY2wb5bDh+T1aYKsZIsx5baGKOnD0cXX1xNihpUwjni0zFa1LuhmVaLj8cak1lO8VIk+ALlcxku0hj5o6RHtCpktgJvZSFQJAL98UA1UW37nBX5uNRyssQTQmlTGDt6Gn8Lk1qmOE/CJ0P0EIrMblT3WLN2duQUkbA3bkiwLX/GOWAKeWn+adY0tComA/suij4vaf5oy64068B7tNwSynCzembOIeb/eBEyStqtw3/HWgo5FMRKAtssB9uHZWu3C8Xf080mzsOm9e0GlyHKtvk3JjDbTbMbTtXQaX8neN2oypBdxcdAR0XnxyfxO4wyGEaeOk2BduHkEbW0KpNwdCxd0Lh3N385dFFaseb4dEtt4Opx3BRMAbDJ34J7OiX4Gbzj/Ch+H+jyT6nAH79EoD37bKQUwqalkVTkVJwugbwtsMKjmFrchwTiW5zHo3sA+48c1Bom/DRnhvh5wt/3V6rK+CIYh1dhJbqYWdj+jxF4WJkKqBMPVNFY6lSUIIHd30Kniy9AcC5UC0kmnJB7IKiKR9wXeaeFdwu4hMjDXwWeHnCiWEmVZhmdanz9KFEK03MG5Oy2cmMSRvuhGnctWduwBU/ZDRQCNB8glTFCnIRl/CIlzJ9oHt+KVr1otSsdKcdcIWKJYrYKYUFrvBPiXilvpb3c+Apr9gCoimJhtOomMRiAHXqN53JAviddYSw0PFumzQloT3atuGYs2Q+EznP3oaUcis2D+1cFyxbpfzoqP2HIISfo8oIGV+6HjfWqRp9OduyY/B8mOOtrwHuspBjDXCXNWzzH5QCbssBbtbEJsuvOJFHYu25AOxRfCtdJa41VudA2Z8OtdKtxJ4LlP2WoWU+Gl1orFjo1cruAa0K5LLjqEu8meylvDzA/c5pe7GJ48uDILQJxKCNuijR9h+yaWf298bJHHOHJ6e5rGVzv4KXXsz1fXFjBnof/WUonfpkCozxRT8FE8+/B+KmAm0aMHzqtyE69TH6/ceKvwY3JH8FrQra3zB4vnELwP4rLGzCimOroJpY+K1vafgkWhWIRRNeVsldG85vKJbyKWU/Cu5y6/6b+ix8ovQ2iJSrtdEAce8OON/7Coj7dsNY4Wo4l7uSzBfIoIJKfhLYUH8A1s/cCYXKGdhQux+C+jn67DPb/g/45pa/IpUvk6Zz5XBXRikLECKFvK6k4FwZyBCEqUvnwOR1JPLbAi63eQFbcLIQJ9AarXghHygo5bFkiAVK+EwQGLr8u6CNlPJkAMk3IwPOOShlonyXQil7ad556nDxszNKOSO3EbiRVibFbwqukn3tsi0bTHb1IoDlpQGbprXzy2KkJudmwF18hPv4qN3cArhBBZA35NxGS8C3RqF+PtqhyoIJvwemBEh0R1QQp2Ko0LZtG678NT83rv0lEfm4n5SWuUUY7lRcA9xlo8Ya4C576OY+UChlbCyQFTHIStNZ7VE/XPJjvevEQ+r6vr4H6V7s2bPHni3DcK1hHsPmBfVK8pmLTxy9HvbssQ8++KDas2ePeWwMngdgvhBEeis3L8jOjYAbN8xtFy8jwn3oZPx2UPD3SlNPO87AWRVK3pQnE6mLtYAOeedrAMcnGYgwwnn5Dg3DPeznq00N+p94D6gz99Fx8cgrYGb7n0NseyCul2Hw7J9Bz+N/RFHxY9EL4XUb7oVjsB50HSCeBgBuVwuXDQC8a7uFvlDBJ04CfOm0JDRdRJsHAPyvM6oVOnke8RRORi8aaMHno5fBoDkDjcEd8NhF74dyz4/BZLSd87CuZge9SfCOkr0k4Y6GWAGEaNrf/B6ErfOwtfol2GiOwFc2/y00TIl8oAUY/XysCz5dyfBsp6nFiKa43R3mYhXsGNJwehobF1iuiU3D4S5OU0tsXoDfFydrjGIxYmWARcMJRaYTuF2ysfKxKYh25FvJolTCPTf7CJ0rUSt/mvsGyxJN+YDrzCu6GF/w50mZEF+M/B+vEQG3iTlRh5BMQXtNNdw48wKnfT+Hu/Qtuh3jb0Nf5mZr8YD76GjzSoDwqz29KsBnE0G23rBNzOxoZdGUPcelX9BQYGO8ddaqIoKtsTbWAE33xQvspkP9JhvYQ9iAyoG1kbtHdWMVdkMMlbL4htEPGobUa+YDu0bWKOWlwsca4C51xBax/4mx1v4oCm9aKJ9CLb7q9tMXb9Bv9U87MWEHpxJzhtrzVeI7d6yP2tr3PV63u5KquS/y2vPJ8ViHW28kt+1ct/RuQQ+djvFz7giDIEAxDf4ITdn5oGD0Nl03cGxCamcBnrdeweUbRI2LUyYao+OMhuIdhG8+adxsQunMX0L/D96XIsO+kY/D3xTfDnmsF3RNDGwNwCDwYk8XUS0LPYwzmbjUoV8Gfg7+W8DV/7sAsT/IBpu+A1xzMcAvXgpwifk2VNU6qESbWMFLQMvKWilhIdd3VNPiDOTAB8EGjTdQYKKRQqVB46+FQqRGjD1hgf7Epg1sqdhu7i+XLmVBQwXzg2FnfDFXDtenlBOr4JJhNr44XXYNDYR7XUYdrhh3EB2N1qIao1gNuYgpYxxrJyjmEXUOU/SMSFo1rXWlGZ1/ulDKDHjiBjU3pUyHe+YTfDr+MALnOepwJbqeqw53FqXsLwjwHjbYyYyidg9Y6TY6kE3drdq2ecL2dD/OsRMYum20YMJ5oGUfuniROdxHRu2LNdhDWqs+8kKOsSOZ+t0ggCmTJG/K5YL3BAFAs24+aI3+SqKSbVrrjzpB5aeDIPhwbCCnrfmzfEFfWq+bH+hA/04Sw7QO7L5cpPY2G6YBSv9OYuA7gTYvU0r/T3Rzw4EulhTUqmuAuwgomLXLGuAuZ9QWOObEWLI/ivRNsaOUZZAl7SnRRy7S0Ggmd+5cP9tpyrTMqSI2oK/EdyHg+kHLo1P13WES3UsN6OOsDEAo5ZUArlbwcUcafoo0MG2KKb5yrYKklsSbjk+qV9ZjwBUx9BQU/MQ2RWYM2CmW+5o6Wo1X2wy2iYLC6Edh4JFfBYWyZAD45/4b4C3rbwWbaFBIiSFH5lHCCUrGsM626uhiB2oUHva46LaTRu4EXBFSOTD9kXUAv3EZwEuGDWAI0EQnJsIOFBUxR4+TMXpd43fCfCSaJOA3QnUtjguXrzCfR7Sd9Oz1bjRHFaz0jY0lUVKtlZB5RSvhbR42zluHK4+dL5qS5gWDeTaHOFvh/GvqILXI5gWiNkZQQ3FTpDWBK9LVyGTgxO4zoxIdOsRlC0VGX8bWFKC6A257aU93wJVzc4ApSuU0lZqplt1ndneaWrgOV0RTWZTqlL6K642blM91teHpV3Q2lqmy193FNgVwl2PE1MU7TxQFRClvH16cSpkAV9lDWqm+MAK8vm/2JOqnN25UlUfOxb9ULAYfxQVzrQxv3LlBHTx2ym7TBXi8WACoVM3+S0eC9+PHHxuNv95TCq6sVOyR3hF11UalKsdGk/3For6pXjPVINSv2DGkjjxy1r4uiuDzKCTD+1ooIuDCB3aNqDXR1BLxYw1wlzhgi9k9BdxYcnh8FEvuMerjSYko5ab91I71Hf1wre2tjpnRUi82oI8/vWN91BYBPzxR21G0+S+FuSR3FgAAIABJREFUYdYPV87NzQvMbdvXLd3a8eHT8V6l1B0WYPryjXqd6gwp3Jf/uyN2sKiS24MweL0xCQHKj24G2NrPdZpZK7UMcBGAMVLIj90Ng4/8EkD9PJ1tqnczvGnT1+D+ZAsUWHMFVkAX4R7B10WtaFVskWauuEgWVcmu5CWNbjsjXBxqyevGAIUcwC9cauEdOwB6QwY9zMkS+Y+f5VS+hZABByNXjsIylySKUKlVj1CpjgCVfJ8DXBHd+PQuzbOuDhZtGhsxg3C9ZbjpAHcLenS4R19srCJrRwJz78FjURTP2NKeDyNxxETM2+E4cywiZhS+tSNDol9Hq0EDmvEjPYwTNVLUnId1P9K8KY1e+XfZ5MHgs5wIV9CZKdjFiaayy/IiXPfdO0VTK4pwXe4YXZparczdTBZI/lyw0Db5vb+f/J2MLzDCXQLgBsoc0lr3hSEKKM2Ral2/5ke2qfFjo8m+YkHfitsrZbjukhF19yNn7a6nBFXHSgWActUcuHQkeN8jj9i8HrSHe3rUnmrFHo1y6tXbBtT4D0aTA4WivhEBVyl99c716oFHR+21YQD3kIc3RrhFBdW1CHcxUDBrnzXAXdawzX9QBrgd8liZed2oU8eROPnXQAc3+mc0AAMWzBcKeZ2vVZP7ikHwP8SxDbBkIYKLAeyHg0C5OtxMyIE53JUALmj1ce7hbf8OIGhZQha3YHC/eHTCviRWwU9gL16MBjf3KbhiI2kxGAacF677F5eWIBCWj8Hwf74DgukjPFvrCGov/Dv4bM//Dr9/HuC7deCuwAi4DnQx4sX3vC3qRfdEGdpuedtu2xKAFw0B/NrlFvYMo1oXgcnRxa55gDgeYUmNfGkWSDG4yVZaMDkVLwFe2ibPA7kuj0gKcu5UaWRLEbAFbORSQwNlbc4UQhixWL7qdnK4y1FmR7kORl+I1UNFBet7AB6bsKlxSNq8wAGaOGAh5RiAglyI1o1cruNTv/JtO0FXTIxEHZ+WlbsdU0FU6nwtKJ35Hz/bRVMsLvL4GRSltxTZaNLCue1pyJ6M7Alp39Z5jD8NCKX8XALcUlFhpLyWw10GdqwB7jIGbaFDEHBznvFFuqrlxI9byfPfLZiWsrqKPTw4L6attYlWSvWx8MHEALoqhR4oYwKsw0Uy1YkOUzzACXSFES5odXugVIT+royebvJw/zxbAzJYMDESx5zL/PEtaK6ArfL4glLApcAHy5cUJOVzMHzsHZAb+1Ka3Grt/O8wc8nfQQ4iePQpgfAHxhR8rswikNCBrE8xE2g7IO4qkPKVyUIpxwADEcANl1h461aAYsA5Z2oTSP/x3enJKSpncS1muMcqRb6s3MymWid6mw9wvQhSnpXsHmURqx/teCw0PSLItktnnTgxZEiRuiwJ4Lqbw3XKAJhj3jEEMN3ALj6yIpHITBM1jBQxUq943zrBU5BEStfaoti5otwUmR2VnI5UlqdsUyk/R0RTHG3zCyCkdLPJnYtW+4fqcJcQ4Z4YtS+2LsJ9qqQdm5UcqdU4wn1stLkvLERtEe7jZ+0uE9pjeQTKShbhqiFzuLeku0a4tbqpakiu3rk+RxFuEMA94sWMdbhVLAtaE00t+VFY/adnyZdw4R1wYry1PxeFC+ZwmYJD9WeqycxoQDEa934vN4uVs1mNr7/iFmvHZVHKZ+O9CtTtGpDKbK/nw8l+qq7hTIUkNXSdeInbhhTsWt9Ot3JuU3K4CM4N6Hv4HVA481kGWwXQvPgamLn0kyknjEIk9Am5bUrBLeMApxus/qUscsI5UNJsCJDiGHSKpCRPi5GI+91V6wB+81KAy/rQZ9hC0+EQ5VUtN27vL2Dzcr4HlH+meZZHu6NNL8e5VDoxB6Us7lJu4ZFGsRIk+3SuVy4mkO4bAtEhVKrBix6smeVlmqEFg1LGGWtlTQRwAsaQG3PSCLCYQUVanABWYvSOt17yrSw8anNOZFB20S/9Kc6Kq0Qp8+ctTjQlIJhF3wuLphZqXjCvaCpdkbD9JQ5/qyHuZ0zf8z1Kkwazti1mH/FS3ja0uBwuAy6LpgLO4R6p1RQB7g9Gk335or4VUwP1cnLd9pHwbgTcJLLHigUF9Up8YMdIRJRyNGQOF0p6T61ijoY5zZTyWHKgUNA3NqumGih99bb16oETo/G1KgzuIX9pVxbUqMQf2D4SreVwlwhfa4C7xAFbzO4IuHlSKQsROB8J5aLelLLsJJz8OGhhMosi3Lq57eJl5HC/fzreawN9u1LYFi6bRHBSKrcsnMHoMxUGWSjmFLxgE6p9pbUbR03tOVx8R5vQM343RGf/DMDMQLzu52FmI3b+wuJZb7LCegYF8N2nwPYPRhX80zRHu5ETUUl+V5TIKQB3RrYtgB1FgH3bAV67ASCvuGF9VkPrzBwUwFCBy1xS62Z3PRj50mi7y3NC3JRedtpYp1zN8qLpMQK4acSffdX0nD4oy+d4t9uPirNRYtWsUMu4iMDfYbcg3sYAi1Es0cROr+a3rBM6WJ7llB4WqrQjV+vWhdmj74A5mzy8HO7TJJryS4fkVVmt5gXziaZIqe1eUVyS4fPYbK3utCkR7lIAFzTncHGBFTfsEV1Tr9lGEW6yL0LADQHKM8l1lzjAtREcwy5AtbIPuHC42AN7qlVzNAwFcO2BYgFubNSSagBBCrgaAdct8sn4ohZ/YPu6NcBdDB74+6zuk7PUT79A988AtyOH+wx8X6rDrZvbti4TcCHUtyPziCIcmWgwt4i2gejPy3jAYHTJejS6cADg7PqY8XbRrcsbsjcfxYscpqrQ4awPI9ngYB63bhV8YhLg/x0D+HaND9UOWCW/20YrO7EUaqj2jgD84lbuPITXHCMNSBFtBroYeQwUcLHgokOnOE7Sco0OSllCP4rIxMjAGVp4kaooeWdFql6EKyIofynVLcJtA9x2z36pFnIRFkC5aaAUMW0skaoLh+kPscWlX3eJcGVf/Gp+lJvuKyIqb81H51ompZx+Rlt5D6uR+ZRuRLrU4eLzJXq+dnEXm374zQvYY3mh5gXyREuW3k/78NVkOWv0Wuac7mr9PDOAa4+RurgNcM3hYo/eU6uao4ED3BNjyYF8Qd/YQJUyZBFuBrjoNBWsAe4yb/7qPTXLvIAL8TABXDalyCJYmYTFcaediuL92tt6sb1cFonwbNd5Hn8b1uG2VgC4KtS3a62iIpbbWIBKxcKpaQu1WHxwGbiGSwDPG3GTt6M8/ShQMmBttSSLvNk8BgpyoOBMbOH2SQUfOw9wvM40Mrnl+ZRyzH0LXjUA8EsbAX68j3vDYq6WaGLnnkNqZLeQwC41hYBzn2meGkHZA1z6lYimPOf5eQE3FY3N/rJ+tCx+ECnQut0z9XAmwOLraLcE9fE7TrCbTwz9xYDy0P4yRoCisym7PJX0p5sFZDJoB8PsERawlvucHiug6wGl8yhKNQvZ54hrVMZJr77TlN8tSOjqdhCXu9PNaWqWaMpbwXAeHfOmmoRu2QKBz+jbKspntFktiujKs1+kfrgt+9DWJVDKEuGSSrllvhlP6Kt37VJTJ0abN+SL0d+QSnkG3rRjRH3u+ITdoa09joBbL5sPbR8JfhubklzyQvvvhZK6sl6xR2KtXrVrWE09Pp58KJfX72vUbDWy6pWbR9Q3TpyL36ij4J/8HG69aj6wfd2a8cUip7RsDl/qAWv7LzwCGeC2R3AkxPFnOOcU1HWblx9Kg4qObX6oIufGCHe5gPvw+XhvaNXH0WTHWvi/LEA4Wof31hK1CU0gZOLHPqm7R4Byn+Kly6A/WzSVcq4LD1u6B6evUXnLpS7435kmwJcrAP80qeAr0wATzvoREfNlJYCfv8jCTw9YUt5inpbNK9iGkcVRzhtXAQwU0JKQQUwUxhKMzxnh0tUxJC2oUl6maErGN52oPVQVwBUbT/kVXtFE1cBk3UB/UUNfjrsFyY8PuGkwOleE6w5aE021R7i8IODBER9oTJu0GvxsSQUy3xPJs7tnpePf3fZBwEXR1FIAVzlKWSOl3LLfsYn6+VwA52MT/1xYCP/Q1eHuCxrwz7YHLjXW3lcoKKjVzEdsU/8hRFDQyt5RKKofrdfsd61R78y1YCzOw/8d5eGXm3Vbs4n5uSgOvt4oJK+LdPCRlFIuYb/cNcBdwpS2BrjLGazFHnNqvLU/yHXmcP0pcmV52vmKDvLYLaiV3HbxwNKdpr5/Nt4baH2HApjaed8nN9z34rf+VhDqDxpjizizsD8vwKY+C1uGMjFPO1Cw7WGn8UWHSdCcQ8k46VPAYqpvyUpwMlbwZNPC8bqCmgEY0gCXFiwMBhaqDqgFYNm/gs3opc1ffweNzAjKl8MZdz+Z+sMVTXXL4crCIK2KsgCPT8R01YOFgLxz+/MsmJI1gh+5Mmi0D/+aaIobHkgkmllPSpKdRVMpje2eERTytRqSLnFj6r/a3rPlFS1nsgV3H6KQAXfLEiJcpe0hHag+Fk+qFlgYx5IHq6GklR2gsjULEwpszSiIlIURototVJSCaTLPsrAO9RpGQUsZO0EED6h+paAHDUk1wPhTDlZY/Y62kEP4zOFiDK0da9W1HO5i8cDfb41SXs6oLXDMqXHuFoSdO4iuxJIOZ5QgMzttk7ZmLhfWtg0pJ3Q/8gwIaELodh5vG9q31WJz28UDSze+ePRsvNdq9XGtlJmow4MzLXipBhWwpRuDF/Yy3b3OkqsRA5QDK6emnS2ack7MjiZeaLgxUk/wVSeFsNgqsuNPBuw8EaLJK+6P7lUIOWzBKGDtjNiRUjbcyaaP3Ji8dnLu+lF5KwAmgLvaoil/UbJY0VTbMd58nqYUsLS5YeHEeAv68gH0FTWNE4rZsNWeAC6BrKcqfq6KplIgdKH60y2aYoBqF035wInCtFYT3dOyum22bcz6yuIiFV8Sn+jv3EbNCxBwBxepUp60LwZjDgVa92HUieMQoMzfqeqxuwl+5lOLZRLNkfQB01uuOxnWYFOqBY158KXRilzU8LrRZIaOR/tSlLY7tgZr7uWH2/PFH9i2JppaaDqb9fs1wJ1nyKy1oVLKlbsvfmwRcLkfbmqwJ8JKwdv0vRWaz0uDpfsuZxsZX7SS27YuI8JFwFWBvr1pVDSNaswmuy9lPxa2DKK5Ahv408SR9kOdj1JmsOZWcfM/cgSa5JTE0bSAbhqtIsA6ZRI1ExAhFLWXc0b9HlBLUwXsyRq6CN1dCt8Lx9cvSClLYnMh0ZREyu3ZBF6YeAnb1AnKA1IfYNPdJeD2RFN+3vfUVAITlRj6CwH0F9Cpl7/TQF5TKZA8aMsSTfmlP88i0VS7LWQGduxP3C6a4m0rE011o5Sl3AjvE7pQGVz9dcvhyoLb78mJ0ae34EZKOWnBQ5sG1aLa851AwLXmUKh0HzIaScs8AQC3mEBPK2N+Jgz1zyGo1hvmr8Hab4JSm7RSfxAhdd2w/xKD+YRWQaStfX+UVxe3muaJxMItFuxMqPXbw1C9ttWi3pJ/ZpV9RCfqRRCqdyM447csrAHu4sGgY881wO0YEKxP69sEr1AGfkMH8AcjPeqbSx3dJybt/iiCmxIELC/phgBFdYxeXkeFikz0fSYK390m8qVI4QSaokqZoGkVi5bCWA8oLvn0ovO5IywLapnbti4jwj19Pv7ZilF3TDZVhJaHTpKcLhL681h32+79K790KdN24wv3SwabzE9ZxoRFONkjyDWnDkRltU7b2HAAP1msI6WhAIGyi24pCLZYL8m9gvEH3aOwbRwu4AmcHXBS3O38cZ+LoikctlqLo9s4sdCXDymHy9Q52zP2FVjohlue06Kp1PkpNWh28mjn2eyATruevxk9zPy5KKl95bO808sRTfFzw/oCep6wxzNaP4ogQFIqnc0W3HH+fILnCnMK4tg+tKl/8RGusuZQoDR5KccN+81wSP00eiGfGMu8lKvl+I3b1kUHT43ZbUbbx9GSsVKO929fH5GX8uNj5uulXnVlpWKO5Ic0eSmj/qRUDG+qYx2u1q/YMqSOPH629TqdDz/fJppai3CXCgu0/xrgumE7W7YXKYA3gIVfBAuv6O+DYHwSXrl5SP3bUkf21KTdH4ZwU8vROKngQl44h67YbxIMjIKC/7DWSEMTq6yOrLIvD7TSJoFRC+bb1GELJT7kJKh7LNgXKVB5UvTSPMSTQB5bfTXMbVuGlk4pP3wuflct1h+JExVwJpZnFLxcBKytQxZKOd/kYmmUskS5stgn+pfbc/JHOY4aBU/4VwFV7h7EsIFAKqCLO6F5BQGyA2OOitHowRLYYo1tG+3tcQ1CiT8TlLIf4S6WUm47xj2EsrDBMTs3k8DZmZgWW315DUMEuE4MBtwIHhcbwpSkudw5RFOZOC8r9+l6zDNdh4sBqisFouvpRinTcyQN6L031veEdi9iZtvIDSqWUofrz5i8WGTgRZc1BF0ZL5+5kol2rm3YhQmbFywFcAPbXodrA/UaNK54bCzZVyzqW7E+t1yG67YPq7sfn7S7FMCxYhHQA/nAxUPspZxfbw+XSmpPvWKO9gX61QMDavzkRHIgV3BeyoG+etuAeuDEeHxtFHAdLk42BNw184HtQ2sq5aViw395wH2yZnfqBH4FDLwliOByHJBmC4A6a5Thqs3D6v6lDuqpcbs/ygMbX/jUov82YhSSwxyQ/czmQXW9t/ixo6OwrpWzx0slVahUks/Wzgdvbza/a6+44gp48EGwOy+D3bXYfj4K1dY4FvTmq8QcLjagXw7gfudU8u5Y67/EdI04LAllPNRjYaTXdff1vpYPZg425xRNSW9gPsaVQLlZiIVWbrhcKY6U87BXMB9F5bYu6sWIAjcLQMvCABWaebIudJS3qItTdsHRf3JjhbZ9roimkOEwAMfHW9Bo8dIIAXewGKRlZZSaAwX9Rez8k8nsaOS7AG5aT+vQIW1Z2+E0lUWL/mr9mW1ekC0gFm5esJpOU52iKR5IprHxEcPa3CTBB487NvFj7n7ZNg+0b0OqFyPcjYuMcE85Shlc8wK0dgStCXCfGGvuyxfZ2nHGA1wN9hgBpQe4ufX2cG9JkdNUBrj2QL4AN6K1o9LdABcAc7jopbwGuEtFhv+iEa61Vo2W4SoAuN4aeGeUgwEcOuwKgos4ylMUVwlw58nI4ovWbNlPbx1s74f72GN2KBywp3t6VGGmnNy5bai9fd/kpN1VAXtfGKptDLgyBQGgSrlRXx7gnjgf7wWlb4+tihDYcFJHMMMIcNOgoaiRo1SB1izsksirzUuZ41aXv5xNKZOCmOfqDODduaU+lnO4TNeRcyP3DOSuQmnOjCNwFH6gnzCNBpVctdeksl2lRO1Z31gBevxzzjpcPzJeRvOCzgh3MXW4bvjS6D+dwwFgsmbg5CTLC/B79RYCGCoGKaUs9DymI3rzXos8Cbe6iKjSaNZRpUT5y5wiUa3noJWCd/b4pSO+UB2uD/yLrcOV+thuOVw2uGinehnrlk8py1M+Vw43LZ/yQlfK5zq1vAAuPXJpDpdB2N9GudUlRLgMuPYQaMXdglr2iFUc4S4PcO3RvkC5CJcBt143VVgD3KUj6gJH/JeKcM/M2BFl4LVawQ0QwE8U8lCqY5Nz12CaJ69nFnBbreTOLYPtgHrypF2neu3JUo8qlMvJXVuHAvQ4TtfI56bs7pa196424D5xHlXK2A9XWWXVZ5rW2HpLbxzstS/tL0Ke+sQK4BJ4uQjSKY/mrsMV0ZRMYWLL78a7C+Bmc5hzc0o1R5mNpAuUWSgjYiVn7C99Yv3nn+h38UCWRYM7kEG6HXCf6eYF8vy1Bd5ynZ5oCufzxyZjKNcTNl6wFvoKSCkj4ApL4MbaAvQWNPX0TSPDOShlGcQLqw736RZNOesLtyDBe4P1ufIuZBn0rA68c1sOmS6McPsWl8MVwFWB6kNhXCM2R0BlEW6hGBGl7Ee4AbDTlB/hIqXcQxFuBrinx+yBXIkjXB9wc0IpW4Bij6b2fNvWKOUlA/J/CcBFgAIN79Ia3vJUg/Xn48SCnqhkEejpMIQBwm1IKdfLcNWGFVDKGH22M0n8LwYq7IerUAn8qa1D7f1wR0dtXzNnzpVKulApJ5/eOhS29cOdqNkdtYb9UhBhP1xH0DrKVYwvNi0jh3tiIt6rQd0BFqa3DXE/3OlW62VKBV/AlKD0w5w/wvWsHeeNcL0esnMAbhraSdzkyoAkr5wCkwC+Q+ClRLjzqZQZAF17vsU6TYnrVseruFoRLoLhTNPA4xMt7nTk6HVUKQ+UMkqZr5shFjsNiWqZrkPYTneNczpNOfYhXdg4OvoZd5pyoimJcLtZO7ZHuJnTlIgJuVrHvY3erDefaEqWh/y5/C8xvvBFUz7NTtRyosBQP83MpjIzj5SFT7boxBaJzQQe2ti3OJUyAq6ycAgCoAgXmxdYLRGu3Vcowa1YtlcpJ9dtGQ4phxsoOIZzWrUaH9g6xM0LSiPmcLGo91Rq5igo9lJ+fCo50JPTFOEGWl+9cUA9cHK8fm0Q5O+hBbdCa0euw90ytOalvFTEvaAB98kp+5M6hHdaA28r5GEDRrLNZhYNdRM4yLY85nDrcNXm/qXncJ+YTPYX0vZ82S0hmtNLoIVY8N609+pQ/Z+tVsbeBQADKrD3FgoK++H+a70RvDfK8WwRRdSUdrsF+1Huh5sBLp4bc7j1prltyzJUygi4AeiPYzHQU21uP6yUtf1F9ep8Tl9BAjAhr+fI4ab0sCiAXchEk42jeJFC8EVTfEzWc5aBydUfkxiKBTOoyBYbPabnsqWMiLHk+to+L21yJ0YdGf8pZPxzSTSF3/H0VALjtZgfGMxvP1UTMpBXMFRyES6Ci0sjkurboNhNQU/e1YTOEeHKqHYaYTDQeFPLMy2acn7KInZ6tommuBRJVi88vyC1jPlcyftmz2zmAy3bOIcLD120BMAFsIcwwkVgbTbtESOU8mSyr5hn0VR1JgPcUHHzgmqlA3BLek+lmgHuySl7oJjHCDephspcvXEg98CZ8fhaCANqQI/vYrFHQa2yeMCdtnZdv1JjSwWnC3H/Cw5wrbXF8zX4WTDwc2DgtbkCRK0W08ZpZOaZzaegKx1S3F0uFADKywTcU5PJ/pwzvvDSOxIotJUAoeUvWKikBhd8AC6NB1zNPK6VK2lUwQCFMphe0sW0z4OuHy7ctmlA/eJSH9gnztu9EFpqz4cr51zE/2We0G51/kyIppx5gAAwAS5FuKzi8bmDLK+cFVwRsHuAz9GqZJT5rqeQLbTtc0A01YgBTkxgKVBmRoKBx0ABATfkHG56fzjhKrlsLBPKB7OFGz7AptGsBINroimXc53tNOWLpgRwcdiwhA3rckWNvtB7SDncln3ooqVQymAPBVr16QgpbHukadXVO4fU5BNj8a8Ue4IPo3CwPANv2jqsPndi0u6MFPwAVcq1svnTLcPBTd/4ho02XWr/vehEUyXQrxoaUpMnJ5M/LRT1bzWqtqq1+plNA+rrT4zHbwzRSxnZNIV1uAqaFfM/Nw7qP3jwQVB79oBRCptodv85N2N/3wAM2Bj+bNOQOrHQeFzIv79gABfVxmEMbzYAN2gNP5LPga6jKdkyG/asBHDPTIrxhU8od3+M0AEJa+k60bjR5Fmz2+/xRcZFhN/8QM5O1o5NuG1L/9IB9/T5eK8J1e0AOkILhZ5SVnPLAOXlcDsAi6JFt9LnOT/jDwQ0swWPgMLcoqkMDPkz5d94DSJAyfZxuWQ3iE8LpbxC0ZQAfgr8fochbyzTkiEpg/ZyuDipny0n1KhAYJPFUdjTN4ShHs3PhMv38uKE7xpuRlEZArPU5qZBWSfF/CwVTaXOUpIHcpE33f2nQTQlT9WcoinRATqqBIV9WKbWlkdaBHosF3CxHy5Ryk37LZuoN9kqjOl+88v5nP5Las83DW/fMg6fPbsRdhsDD1FZUMX8harp3y2VIF8Be2+ppF5Urdj/KBh1bbUKY2Gv+ZNcUb+nUbdVZZNr65PhV/ODcI0K4FPi9qZxuW/gCVDqiTCAKG6Zf9s0+Pu/rdQHu862T87Yv+gtwXsqFTinFPyNsvAPI/3qPxcxNBfcLs95wJ2o2e1xDDcHAbwuimAHAhGxn3LrU57smYtwEXAjcpqaH3CZSjVjAOq7TveDalsbG8hpDS/RWmmb2DEL8LCcyaUxS0rBC5RydbjeY4mA22rAbRctI8I9jRFuYG+3GqJ8ZKGQY4WwRExtgPsMiKY4DM0Al8cgA1z52j5I8bKAJWZIQvs/z2XRFH4PbED/2HgMdXrAXZTuAHegqIlSZiOQdpW2UJf4O6SW5+oodGGKpjgl0S2HiyMoYC0VtDyqCzQv8FMrpKCX2nT3vPlJbv/v/gPrcfQCuBuWEOFqRymT8j6xVVDwPQuqqZS6SCm7k5T/Br5vLYwprUpgzI9prbDD0ZOg1GMKXbetuUJr1ZMYoOMBjwezQyu1MeFszve0hSkD5Ln8vHQOwqYiGk1fsUQIoDxlDz4VCV+rFPXxmvVzbsreEkTwXrSNzBUA4iacSgx8KgC4dV2f+u4Fh6rzfKHnPOCem7HX95TgDvQ0pahPVusSGXjfUHS+nfvQNN5xHDVrrsFVG5aRwz2DTlM5uAnLjNpyjR5Nh7+htlyN5K5/+0LwNv8eXfVGGAZrH+8pqUK5Yj/z4VvU2664Ils3v+oNcGli4V+CCLahH6ofPa0IcCfivUrr20GpCEuAgtBSmY0nkHYlN9m3SiNPj5+VvKtP6XLpTUe0KklU5/faVoe7Rim7cir3ZGBHiZqFk1OkxknZDXHfwg5IwyU2cJR+xDTeYrbiyqjw2MGis32UU8stdrlZL4BkGh8b2bt3hJzS5svhpueSu++VJMk7Jq3ppDwmLd1x7e6UhcDL46duZLK/A8qsnMiZvxATwo0IUmxzx4irTAawohWebXyxUPMCgiJnMEICLu8wGuB/AAAgAElEQVTl9RbGbnnIv5xvH+oWFMNDG3oXL5rSinO4JkHwU1DCRtCa58BGnRXRpaKCAF3qDEC1TE0OABXRqE/B669VUeBlifkolDgP3ayjDwFTVRgRo0VkEuNc2D14wNreasXevWVIXzcXzpybsbeEIbwX52ie99BBD6lwmAAF/9BK4O+3DC7d0e+5CNQXBOCGEdyR4M10bE4a1HoMaNdtXqlFeqw7BinllQOu/5DiSyB5IP4QXNk2GsmdmzvKgqasHa7O2FMEuGV71+ZB/Rb/4ULVtdH23iBQDnCzc+cwwq0vM8JFwA307UqpCFeu+AIi/YiTVeD+w+vA+aaR4MuaLWiZ2nQ1tWuiKX4W2yh2j2HxFoNShpZG6fKgyu6yL1rxTSRQxoHvyDXjlsG8hnW97DQloMvloJnBiCiXUR2PIiuiBj3BT/qOdACwO032CP4QRFMEog48u4qm6Dnt5jQlUrsM9pbrNJX2c6Q3oou5hXD59FEy+bg/aab1t4kSzUIUahJNrV8i4GK3IDxtkthzCuwdlhpmmRdFUfhafHeTpr3TgPpPDbAelL0hwAV+M/kGgLpPKR1asP89jNRFccueA1B3aGuqRqmrg1BdaWIkVMwntNaPK2OfZ7Xa2y2FFQQKmyA8obX618TC0cq5Y/9r9+7djbb5SgCX14rpDz5/uRxgA4hxALjLtOCvRv4cvqU+2D1Sfi4CbOc1XwCAG18fhcEdsbuZz64IV0I4fkEl98graE0rvbiR3Lmxsw532q4LwJ7MAFft9cNMAlyw9wYRAi5DoJx7xRFuoLEON1HKfNgY7BuieYmsMSoytOKNgmALWPuyINJb6dORxkyMq2f2yoI4meooad8wIyuJkDkodbbyAIaRZTalPLssiB/rlHKeh1L2a4XpGIcycqlz9sPl0Ig/Jy0RcjXCfj42zZ+2v2oOB9MLXUrzAikFemIySZs1SI48zeEWNazvYUrZpXF5PBzg0jC6UiH8K3ZOSm0ffRYopVn51nWqb9OCZwFdhyHCgsip0uizI9+K15ACXgrcGZhmDd2FDmINITch4GO7lQXRwHZpXsC53RU2L5C87HLC185jsgc1DXsZcO1D63sXX4cbuAiXy4Lgm7kYXrVunZo+NRnfUCoG1IC+XIZrNw2ofzozYXeoAI7jIrpaNh/aNBj89h132OCq18NXSz1wZaVij+Rj9TN4/Jnp5EPFgn5ftWqqAPqVmwfVN06P2TcEOfhnyeHOAhGMsJFaLidf1LXzP7tx48ZKN8CNmxmTKL/HZwx7+rrvMWUVfDww8LfrB9QDFwLAXoCAa6/PRXBHC4Gnk/XwooX0i/vbuuR3ZUIhSrm6PEr57HSyP8SyoAVyuBzh2k9v7nCaGrd2oDFjn0SnqWoluXNjf7sxxtlJe4kN7KEwEKep7LYi4KKX8kX9S/dSPo11uEGAK+XpTQNqeK4H3n7Q6on3w1at4SfBGKShX5JYsxFAlTi6WhNNdSPg0ijWY1Zkv/RPb8HhP6qnpmJyl6Jtvko8zeEGsK4H+65x8s1XyKb7u8/FvLxWlqjlwGvnmoFlF9r4WeA09XSKppDJyRfw3eEVJJaxcVCaLbLErzxtq5lS474+xLXdlMGkMZ9nG1KsOYXR6EPrlpDDDRQc0gH0YflPswFHYgBymjo9afcVi0DWjpVKct3G/vDus5N2lw2cl3LZHNg0yF7KvRvs4VKP2lOpmKMJcB3u6enkQKmgb6zVTFUB1+FiWVCQQy9lt6SVtZCL2nEBxGLN5OBo9fzbfmwuwO2IcDvnF4l4m02YMRY+Dxb+4vHvw1evvFItcORzB5ovgAj32Qm4kQNcic+6Fb5jv8m4Zf9F59W7VZNLfHK5hq029BCo8FCxqPL1uv1i0ar3lKEJOcBi3IZp2eCSQId/G2jYhH0q/XMjpbxcwD07E++1Vn1cKW2NtfcCtpzt3k4PUZWa9ODMrcBu0houUxqG0vwXTfpZ6NduCbk4p6m5Itw2mzwPXJYT4UqDlwUjXA6h2iJc6Tgk5/Cj1s6SkOVGuBgBNBJLpUDU5tSLYIUAQKoPc7jre0MwrBajH7HHlP3wOik6dKBcCIA6DM2a+OZRKacB6wojXG84Oefq6OLFRLgLt+fLDG341N1FU9jsABe9eG+S2NYsqDuDxF4TaDWY9oB2gDvruXYmGDy22TTaXnfLRhkL7SNeyuuWEuFiA3rP2rFp2PjiNNbhFvWtyJ6h8YUPuJjnrbQBLhzu6YE91Yo9WgS2djw7nRzIu+YFkAKuvTbIgWtekLF1PDUw44CLlVbDHrTVc2+bM8L1YNPXCbSxJsiqaM7ztprQsha+YAA+vLFfffa5A6tzX+mFAbg5yChl9129BWZbcMuPCP/MJ2TAHG51JRFuTrv2fP7qt01/RJ9vFLS0hbKolHE6NGBxLugn/wILLYV1ulkJBIoi0Tq4F02EOmuLKYfbgNs2LKMs6OyE3asCuF1piHJ5Nz6+E5c3cKnACXNFMftQUzNr3F+8FrFloOJOPmuiqe45XBnHzghXnlN8Rs6XDZyr4GzFZVRcGsXPcCqaKmoY6eEuBRzhOrMRyeGmkXHmNY0AjE0P0PbRd0u6sEVT3HAdIzJ8ZpOW+bbVcLcK9f/3va/A93/spfYRrdUOMZR5JiZ5USkvFnBHK/bFJoFDSkNfFJGZz5Gm4Qj3yZlkX8EZX1TKcN3GfkURrgrZ+KIyAwc2DSqKcPs2wOFSL+ypluFoEcABrj1QKMKNtaqtAiiOcKfstWEI9+CYiFc6zZ9Op4APXR77cDfgoK3C2zZuVG2U8qjL4ZKI1LEsdLw8w35Kw9uG5y/kCXgbxsD9VsMtk6fhi7t3q7Yc8TNxj1brMy5IwJXJQwZJ0kzpoHWIpdzMlaov8d8rBdzFlAVRbWSoAMGt7QcVhE4ViKIE//cE0gaggTXGnWEUdgvCCLdubtswD6X8DWuj4ETrRxqhfUFsgmajGT/46t2FR89P2P9mIviEAoisMWAVy1DSyZ9KgbxtqC4lI2ppb862lbiNIlqNjQ8sWDJbyJKla05TDixFWOVH6R1pEIxq0Te57hoUZxFuNjOh2dhQUXGE60JpVirLk885/rQ9YirIYttHpJaRUk0zLBeaaMop01hxj2WDthaG8FkT2zumpoIvPX9r5oI0XjEngkBtF8CVd6y9bzOPvWzz38PObYvZJ4o4hzvcs7gcrgAuUspchzsbcDmHm0W4EDKlXKuYAxf1M6Xct5Hb89Wq9mjBSIRrD+SLcCPW4QaBunp9ST0wOsVOU9yUQRZ77Y5ZeQTGBhw0cwFuBO/FHO5yhK0S8VIOGOC+oAXvHR5W/7FaIPhMnueCBFw/el1MNNst6mUbtOXncHORvqmJJTse2vtaG/xMpxI9bwC+o0UFg94FBnKg4CcCDTpJYEwp+I53HmQNe4yCF2LayWmKOILEFWGO8lAfHelXN3R7kL73ZG1nU0V/bax6VTM2+dgo2zJQaSbmo88b1keLkb6V+uySUKqjiB8/zN9G6D/HttR6R37PPqyEwq7UhB0Z+CV8pkRTy25esFjRlPtKq0Ep40dONQxZOVK9pUSpnTlcY2GwFE6M9Oohbl6QJTJ8Cjm1MXHHi4kIiqf6cgpIWySNIDqVyO7fzwbR1MKUcualjF8oUKzexrE8Vwng3HTyv777gj949wc7jBqwi9hE1R5HwEWP8lSg5SYUVnQ70ZYL0aQsKH3Nvd+nc0/bNt7TPw+VBbXgoXWLVCkz4NpDqFJ2xhdHhFKWCNeJptIItxvgDmwyhwtFPQfgmmoQJFevL+U8wBV6fPaCAyPceQE3hPf6ES4t0b1cMGJ5t21+FIy0HgYfrSpcMzyg/vmZBMrV+qwLAnDzKJpixi2liSVn5qcgO7cJWOH85OMDnoT64S6TUh5F0ZQYX8zzIdgPt9lKPrOhN3i7z3BXqzBcTuwPUDRVqdjPbhh77B2wY0fKOo6XYXcC9mCI/XBJmJV9AfJnbiVfDVTwsewhMVobOzZlgoP1VvyxqBi+eaZsIDYGWgm748RWQ0HF91+6TmNj+5501T4f7y5XNN8Kp2OfxOgsICY8Z5rKsdEeVequ3lMpu/W1s3b0NHJOauymAVcrvLj2fPOplOnzltq8oEPU5L+oSxVN4bGnphKYqXPh55yAy05Tpzb26y3SgF6U1PinuK2l0bGnqma638JgQQE2Qk/LlOYAXKERMzP/bNHEj4HchSwbmyqY6Vni7e6vHCnOk8P1mwssXjTFkTteSsMAjJax2QPA+aqFehJAEpvf+a2roj/pnEQRcKeq9rgK1Hasb82YnUxE1rnN4e6cTVD81JYsiju3oWgKrR2XEuFawzlcFE21mnAkb+A1mIMdnUz25Ur6Vqy/Lc9klLIO4BjW2la9CHdgoz2M1o7VjggXKeV61wg3CyC8Xh50eyPM4da7R7hYhxthhLsSYau7WTh2SsWvX9cbYUOV59zPhQG4uQxw2xK0/mQvoLDIbUQpLzfCLbf2R1HIOdzstWUDgTQ6sZCLNDYQ//RFfR39cCftUCEwp3t6sFuQvfOifr3Xf7IwJ6MDe19A/XBZqtN2boVJXt6GP+ir2mrZ78y0zM0t0J9sNk3USixSawS46GBkLEYBtvqCEV0ItdK4GPBxVCaabti6BLyFJubNqKGtyzVKOaLcOBdJch5x9ZsXOIhP74pMmFJRLHcMlbx0KcLcejW1cg6KVaQMyO2bHrMKdbj1loUnJmJqTmAINV0ON41iWd2UMOCe3tQfbCYvZXctmKPFL8DNH7K8b7qQcAlkBOkoUDBYdPf82UYpU+SdlRN1q8PliTgD86k6wJmyhVPTBqZrQGOI714QBFjCdvO7fyr6o26AO1mD44GG7WgI4apt6TkgMsdFYfKs+L+X92Op2/C4PFYrLAlwmy+2JiQvZVIpt+yRXKxePTioJp6cjn+lWAg+jBFutZy8eaQ/vOds3V6iY3gUKeVGJf7Tdf3RTd+xNrehbL9CXsplezSy6mo8fmLa/mlQhN/CbkE60K9aX1JfOzcVX6PD4HMGWS9xPUknBH4x0FAjacDBVhdK+VzZ3pJH4wtu35zmcf3oNV2MyPvmPYPeFOpiizXA/aGtNNBpKu+JplbrQkhgsFzAnU72512EO18QSGKJpr1zQwegnpy263LKnqSyoHJy10h/OMv4QqHxRdqAviOy98Jl/HyMeuPYfnuymdyho/D3qrUEYjSucBEuTi4YKBuj4fKRAHoiWwEwv2ktNBNsuZr++FMNbvSd3ETtOvc+YaSbrSTYGwbwdgTdtHerY6blYyjVRp/qondcDPwXa16AX//JmYRKgXAU2gC3UzRlGHA3D2gCXM7XuomNMBlvLtOsjNuZx7IomXH/nkhDb85T+MquT6PTFK/qpEn83E5TtLiZw2kKqUb8qccA41ULT0wZmKwC1MhsPzO+IPo3CMDGybyAGwWwvUWScG7Ll9KdTvGTbnMlP3hezLSwwxpfJzIHzver/TzuGP/ceWzP17LfGurRP76Y+Wtsxl5hwH4VKWWsi2817ZG6mXnNtoEBEk2VCprKgqaryXUbe7AsqL4rCPOUwy2nEe4j+cGNlx4ulWBPpWaP5hPO4Y6W7YECdgtq2KpO1NVYD4s5XE053EwV0LkAp+qIJhxMymdnq5TL9pYcRrjIQnbTz7STJO2gnGF06nam7BrgLuY5eVr2SQF3hasnv9wBLxTVccullLEON5/HOlzPT48mFu/pwVZ7OQ1x035qfV97P9wxa/uTsjlLEW4l+fSGvvZ+uE9O2p1BaA+Fobo4xs/ocm7/s4JQoxvNd8eb5kGlgnc2GmgjQ+KRNMLFQDlJFFy+AZUYdmKoR4/M1wFkuTfziUn726U8/AnSS52Am4JEmvxi6pEBmHNfTKu2K4tW0p6Phi6rpEm7EK12hEsTlBct07/nEE3ht2u00MYxpoUR3uEFI9xSeHpLn97MTKgDXU46evnfLOymnDD+jpLnzt7QKugvKsihrRhvTh+jtuqwH5LTVFqa40pHBEqn6gZOT1s4X7ZQbrVH8umyzY290gGYeO4Idwoj3BC2p5apFNpK2ZKMVbYtRZC20BZRhRSD7UpcPE+XbUFgUQh5XoH6R6MN6FgD/ok/2mgwoaE/8UkwGkv2oGwS++taK7SAxfaLk6DUl601dVB6V6jhxaSLiOErFswTVusBZeANaDBhWvCIVeZboHWgjPqZILRDSQyTSsGXjYK6SuDHgxB2xwkkGuDfjLLnlNVbQdmXM6PD7TW5FpmfIfSFyhVJO9IVcEcFcFH0lOkr+fnyDLtkHvO3UeTrjknTEGuAu9zpd+XHPSsj3HKyPx/qm7CHLIsqhI/k2Z1WxGAhiDTmcL8Y2OA9/kjEYWswSIJDhaLOV2vJvUEueDd4QnilYXsC5rYw0BsNfobr4+efm98HfikQcDHCnY7tvxqlf7Nej6nBAwGuUS7atfTnFRsCGMgp9Bk/QVVJnvpnLgUmg4nL3bmZuZu6E6+llaghULCODN+9GBkPT6MtJ9wRQHZzP4nMUns/b8CyEhkHNk9H84J0PBdwmloF0RQO4XjVwLkZpBf4eSFKeB7RVF9PcHpLX7CZutU420GMdrlBhphhtJcKyQIHZz6p30XbR8znpjlaGeenSTRFoLLYOlyMGp2JRD2xMFG1cGbawmQdc7N877GejhYTXgtHGTdaXC0AuNN1OK4C2I7vFfn7k02pW3+4Gd/floKGE5zRmAqQ0DZeHdAx+Mx3bnPnxmqEHmQX3Lo8XXN2RH/4jpSr8PWWsduDQG3A6wxzGgZdpQNOEzMzhtYIw70aQnf8mNvW26Oh5Bb+SLs38fhQwxD6KwOgNyRUqtgKU8NwDwuZMJaZRC9mLPPDZ2mJgDuGZUEuhyvfTxZCvn6m27ZUFNoGFWsR7sqRc5lnQMAtSA43zQe2K+Dk1L4qzo846B1xD6Hsw/TL8lTKKJqKKMLFp13sECTCxSiDV6/U1hZs04Iq04tJGEm/1wrUAKlJFDTBqrKspGnaVVhoo/vInNmbEFn+KxFvtpTEr1ZL7FTVwFlr4HnNFgqmugMudpLBjjIbegMYKHhRmX/5Ei1IoOn+ZNrPmyG6zBpoBUx2lG6iSXOn3QA3jdSc4YML0KiEBQMItO0j4VVGkUoULA3vfUqfozpeiIhpxbNRNIWPApYCtWLn2kVjM79oqq8UnN7WF27GfC5RoPQnMwJMdbKIjAq2hAolmtmBMLPO9L++PEAxJzSve8BW2WkqjVbouZrb+IIecKrnxijfwnTDwrkywFjVQqVBOmtsxkr5WT/BkYKus3uksaAuNwEecfOvv7R7Dneqbo+HWBaEY+8lU7rVjNKrKOvadJJp3+aLi9JX1atF5Zd+8efB9TqAur+VwGU6gA3kmRzbxw2oD4FNsP71lblc8AvoINZowp8bk3xL62AElP2TXIhuUPbzYM3HFQShCuDmXAg7mk37OID9kLG2onXwjiiE1zdbtqnA7jfW/kDp4IUa4L2slBfav72OlqojmvZgqzzb+GKszKIp1G+k9fuysJBcrT9t+Ns8gV92O9YAd5lwufLDno2AOzZt94d5IGtHEeG4ha+jRV00iCt2jW43meJWUpf1JoeAQaDp97L6oxfc9cMlEYN7CvmPrDG71L0mCoAEUqBpYsLoFvOnKaWMzhv4ewRCo6CRMBjjZ2/tD2D3Ou69kmklMnSdd5u3lHWvKJ0HVaMEkCYTTeGVS1mQKGnl+2Z1py6j2+G0RM0VsPQDIwc3FqK8XUwDerxMf7L+YYumcGim6waenHZNChyQLEQpD5XC0xudaEqjkMqtaPCJwPFgMPJyuW4cM5zIFi04jkPYUUioZW9B6h6zVEiUPpmUK5W75tIABCzduwW1l/a053BxVsbvwOkEjF4tTFUBnqxYmEIBlOsdl9Lc+H0dsLqvmNpf8vd3szn+iYBr5wZcjHCDANI63Kw62Z+r2lMa/JuFts23El3sufntNwD3xwlchhEu5nDjJjw4fgZejoYQ56abv1AsRbdF2IC+Eb92fSH6YrlsNzYUnKF+uLX4j9b3RDfjJ54vx18rlYKXVKrmm5Nn9E/h8eeryR8Vcvp3ag1TNVa/7KJe9R/na62rtQ3v5Rxu5msn7wreKczhNpr2YDIzN+BSALIqP2uAuyrDuJyTjM3Y66N85jS1nHN0OwZFU/UyXDW8jPZ8o+VkP9bhYoQikQXBDOUjxJ7F0XYWxq3FZsxWoTBIQ4A7IsS+ONBKG2PHrYXv04RL4hWNbFnxqe4gV2hQOZlIO88t5FQLWI2MIIogi4pkzNUi6DZiC6grSYhaZsDF3Cr6qQkIX3GRhp1DAffFTSXgotP1QgDO6DiDC/m7n7DhWa+FOSkH6O4PGv5ZgOuGaT7A7ZbzDTW3FONP5mtuM/pPSTvv20hu1e3NuMHfLb0u95CkeSy32shqXoVLduf187Mycl1yuN2cps5gKVAz802elcPtIppCwN3cj6Ip9/lprW177lgifhrXNNwQ2jrLZ6NyFjsKyWJL2vP5jlTZ3RdxkqNTeZDc6M/fno+xKgNcoZdx/MtNC6MVpo4ruACVpHL6LLJqm2RlohZ3ny2dkSSCp2cNUzlIKdtkzgh3ugHHQwRcaXspC1qPKpHIdyGnJPpqcs/niZZlH++xm3VcauaD7W8d4IYIuNyA/kgUKy4LQqcptHZEwJ1JrhtBL+W63RUaNr6ozMQHRvojMr4Y2sReyrWKORommkRTY+XkQL6ob6zXTDVO9Ks3DqivomiKvZRFpex/qUyl3GokB1vl87NEUxLhkhudW4hL4OBuf0ale+xZlvJo1xPYtRzuasHc0s8zOWOv13nuh9tp++s0I20n9bfJ37ttw7KgZVPKDnDTGtl0smYjCREAUcF70961rldd71/kuQpgt6AT0g93fa9q65c7VobdoMwXwlBv5YnBgYp3blrpawZUztXin1ySwyVBCLgAMeYHCZA5ypXIF/+OFBCWivzkxQGELg+VreY9qjxd4fv0uad2cF8Oo42m0eQJvBJKmcDCBzH8ro5KZVhnU5EQy6M0t6Gj7SuhlH2gdjyh0NKzvJQ9Ywr/vi6mDrfWsnB6MqFSH75m/m8hSnmwFJzeQhGuAK7LZSpFY5OeK53pHBviMQbt1DxAf0FDAZd+3iS5WnW4MtHyn1k0i8/cVN3CWAUjfX4uGbr52eJJWOJWVyblfo1ASJS5wZy00xW4C5YoV+sQrE1u/tU5KOVOwO0UOqaPujxobexPtibtBGXKesh74KdavPPMde4UuN360QLc3zJwWaAc4LYywB2bSfblC/pWBGIB3MlJuyuJ4Bh2C2oHXDhc6oE99Yo9GjiV8kQ5ORAR4NpqnKh2wE3cIpBy1Cy04wcr81JuzkEph7lMpewyCCll3zX276TdPQoazFqEu3SkXKUjBHClPd8qnRZWJ8I1HTkL95C65xRVyq2GvXN9X3ud7RNTdrgQmFO9PbpQnpldFjRVt5e2Evuv3C3I5YOd0jR7q/kFJ8C1bHBBUS5Sx4sAXNwPV6RohvC6KyLo9VbonfOFP2fIbt32wf0qMUClvjjAFSFVGuV6UW8W0fCb6QMugY7ke52rD7UVxIk9LTnK8sIC/jh/zNmez5sNU1MJ1/d3tZoX4NihUGqCugIxIEouciHR1CCKphzg4p3Humo8HtcaSC+LwX66WMEI1AUs9DtxshJoMxZ0oIhaRrqeJn0BFx+AJXXgJl+5/wu15xPAZdMTBbWmgbEaU8bVloiNMgCjcicSRPmqckdiu/w0i8WwhEzqt+UYx0Pg9ww0qDi+ed9P5rvW4VbqcFy3UcqrNaOs2nlwCO5vJfYyHegNrsb+SOAi3MmZZF/oItyZanLdSE9492Td7jIJR7jlsotwrc0PVeBwTwnIacoH3FyRuwWB1qm1Yxi5CLdtBZJBJXcpswfnAlwxvugMbvyFlywK/W2duhveZw1wV+1pWuqJEHCDDko5LfFJZ4n2FIv83ksz+iklugRqz7dMSnm83Nof5kJuz+eoO+lYwitCpvNyoUYRw50bOgAXG9C3quZUT0kXauXkrqG+cK9vsniubncHib0XARfrBbudm8wOUFBhncGFo5Q5kmVKudqygGUkOKl3UspYm4uuUBZs+RXbo08MF6BM5gGeslj+3m2bfx/9/SotuFJpeBnKoFeDUqaSHhFgubeTxUKMuqklItF7LL4JQ8z5qhRIZJEiXIGs2vHPJVPKLip1Oq62zJ4f4brAIF2Q0eLIAJwcRwU5K0HpK3TL4bponR8lZCgAhkr69NYBjnB5UnI0sSjYCYT5fBKlojKZIhVPkCWTnhDCZPuIqmUHtmTcMl9ZUGpYMDelLErjpkHhE8B43VJUK6kGRnc27ODFQvY0perjdFHF95ivWxGrgwsJ/G5+Fx8ZxwApZWNv/tWXBt0BtyE53GwcGQA8At193mJ8kpeyj9w3//O6qP1x0/3NxFIOV7yUg5idpjDCFUq5Uk2uG3aAaw03L6hXzIGhXvZSXr/ZHC6WNDlNBSX16gGlxieq9kA+75ymlLp6oKQemKrE11rd2Z6PFfByzdS8oAkHmzOzmxcgpZzLwXtXK4drLbx+Xa9ac5paKliuxv4CuHIzO9XGPs3cuVryX+RuKuWVAG4kgOt9yc6XBynlesN+ekOH0xT2w7VV8yQCbqWc3Lmur6Mfbt1eEib2UOQZX8x6MUm+rygf6+dwCUjJ9AKg3ERA5mlbRFMtg6IpLBWyoIIcVGrNB37+j3Mvh08oVvGs8OfktL2xGMGBbnW46WQvoOFRqkIhd+Z0id0lwOXFA4GkB7jSH5bO7drbEdA4MQ+agkSay0nYvIBPstp1uH4+KgVeL8+LU9dYxcB5rMtIqe85ANd9X57t2GlqsBie2jYYbGlzmpIFkisrYucul5t2+UUObt3iZBa4MZf6OuQAACAASURBVLgOFTTksL5EfpZYh0viJ0fzYzqhHhsSQU038O8u869cg4V0oNjsRErb/JptYSRkV4T2VJwoC5T0+/nRPaqUQ9QszAm41YY9rr3mBZkYytcw+CQovz/t+3VuIwjt2K9z22LOQ/eORFMtYy8LhVJuwhEBXIxwc0V9KzI6lSpcN9yjKMIFB7jYvCAD3MzaUQB3rGoPFAtAlHIggDsVX2u9frhpwtyjs7A9X6MxP+AKC+mP1nJGZg1wVzgJr+RwBNzQi3CXImigfKr78M7jqHnBsiNc9lLmHG72QzW5nkKCfY/hC2HS+I0mLhGxH24DLIQwmID9cqGo8rWa/Zcoab7b5vIW09R9AEkd4BKTwN8HAfbDzVb3/rn59VXQAqSTu4umUJQi3WW4TCgTTSHgggrgkgE4efmG4EHqxy3KDTepIUClk03HNmpyTm9T22SU1FtweQLwfJw1VhLhyidTrnqeCNenSgVwyXHJt0lUlvK9oVbUhxOFV9JkfLUi3LkAV8pGcBF0aqoF9djRu+IGtcgId7gUnN86qNcT4DqnKfa04PNJDpM8q9O8rjw7LifuVjWyuJEFENo+YjeitCnUEiJcfMPwOcBodqZuYaZhiTLGaFaSIRLm8z1xNLpE5m2iKDc27mUVzWx6j8VhS8rJ0pIgd78J9AOwSXLzvjlyuNVmu0pZouSnsx/uYs4tug9aHllFgKuVRLj2iHaU8lgl2VdEpykNUK/Cdf0e4Eq3oEEX4Y5szgBXexFuwQGu9gAX2gA3W2LIe1ggShkO1ueJcEU0tZygyA+cjFmLcFeCmSs6VgAXI1yhvWSep+mkQx3Ytk3q3/z93Lb8iijlZH+39nwc2WRUjFMOIY5Op/JeDtZQrDlEJi7WNpWFGZ47idqzxtgQsF8uF/LST+e5KWrBVmQoVHJiKKSNGy1UI7P8ZKYhvVMlws1EUySYyit42Y6I7P5W66fcAqhidb6ApHf9s4wv5qjDXVA05WpKpZML5f9okNhZyeqsvlUoSs6XcuYU6eYI/wux5IjzvqJGlnSAX8u7UtEUnh8FQmemsXhLxE6ZYGoxoqnh3tBu6ddUzp2OT7reczW5bnEilLJvaiIqXjbayAQ+QsVi39we1yPZz8O11V1nsiY2oDCW7Banm1iiYtg1K6W0uSaYxtGppQnoXYojqw8WoRTnY2nxIC5H6cMvSmXO3/ILIefl6FdqdEmlvBjARUWto7XpfCKU87a1/V6eY/+YxW7zjYRlMdHlPFJALaIprWEDlv80mvaIarGX8mQt/pV8Lvgw5t3rDXhzf0HdM1m3l4BhL+VqJT4w1Bu9D72Ut1TZS7lStUd1SV09qNQEUsoIuDVsXhCqVw3k1NemKvE1Sgefw2oGka/hV/NrEFwf7jkBN99BKS827dc277h0RbJGKa/WdLz086wkwp1Pjr/SCJeML5oSKzjUT6vgZSak8nPIdwAa/rZW5X26/R4nrUbdVeTxbJC56LsJh3J7ykW21lApEJUFJQAzdQQWA2RCQWVBPDkiMGWWj8xdDZcU7NkcQsF1knGzmbtR3mrGV2vxjDdrH5z6au46iC1cwGlKJvsURDpEU2LO3ymaouNSutaBrLsioZ+zyV1ymCK+kmiPVz2ocMZJLQo1RNxZkD2JPfOMlYqm8JzYgq9MpS+yeFqaaGp9Xwib+7G3I95ZoWczpylaYnU4VslnuTiXxWepmEq+Y8Z7o4AKqWVa3EmUKwQG0fQ8PijQqzYN5WexAYOrsGmbrNPPpmFn8mR2vtbp773rpgmfQDlrwcf3lCnb9L46tycqqXLgRZe6AODWXIRLDI/L+zN+Z2yVsB+yTf7t77ecfbp9nn8eaadhKMJl4wsUTTUb9mjTqjds6IHxiSrcUCjA/4MRbqWZvOXRXPC55zXgEmPhe9gBrVqLbxkshu8fHYV81Gu+VCrqF1dr5ltNo1+Px0/XYH+uAO/FOtzQ6td9vwhf2zXTvEbncndhNcPsN5vZAxRNxU17sDY1uw53Ao0vcmx8IRoAWcOQ9rwjKPK34b2VkjQ302HAsJbDXTpUrs4RY1V7PbbnezpUytU6XDVcVPcv9UrHq3Z/FAFRyuLqgy+OT1vT6phrBcasgocxqsVKXGWx5B8iq+DKQIGOjR1XYL8Hik3VAtDIxpUA4AUaIMfOQe3nxgnGmQISdYe1t2lZkLHQjBVM1tjsHV+hEN8CzIF2UMoYkdRigMvWa9izJSRwRhkVG0vwqh+/RbdtHvuc/h5fHDwfRtxEBXuwvNw63EWJpkSA5HK4HOG6khKZpr3yG1kr0GTt2WEj5YxuPbnAQqi162fcXucrkXunaGo+ShnzmNiGD2ut0TwsK1+aSzSVCYloYWUBRkoaNg+EaU2qjK88uzhx4bALbvhmEOnCxyGpRJ4EYA7M8FvmAywT41WH5GVpEnTtFfG+ovtTrSnNMBzBhGb+UjFGaVkeM9zEpiMsjsInn6JRj3kSW0p+xjNmQr4XndYTl/nfV9YCGBEz6DLgJja5ed+V3Z2mBHCpo9UcC8fZi8kMjL0kVceCczH7dFuodi5crU0U3J8kcJnSagMtLq2paqMfNtq2tIWLlFY7mQqD/wSAcWMtujn+GKrOTWLPKKUes9YGCtQVKoCeJLFVBfAw+ukoUNt1AJsMljZo9TCSL2BhGBRcxkLEdgGqjBICbqsJB2tTs5sXjFXtLflodURThM0GXj+4JppaKiytzv7PZsA1LQQnfEg1KLK18Nx4rIYoh0Xr8WeHzoXvOLmDye+tAHasButCa48VS6pQqSZ3D5WCd5w8yb+MT5ywAyObd2sd/VNA/XBxwms/N05mSCXjD9LHKJrCaJb6HLh/42rzfEWRSUSkMc/L+yI4i2gK87q4XykCeP3uiChWh7M8FXmBtV/g7zMH/n74DWuxonMuCLh+ROre8ywqdVGoN9kuRTTVCbipcYL7AJniJCLECVsiYwIJXKQoppwLoWajDZGRu8k/BVyJyr251BdN4TiMVQ39RxC0GMCdJZoCGOnRsGUQTR3a87Hir03zlMvvSkQuDEJ6acQMZIMt402/d5uxuUEpkueYGRKsHa60LKUr2MmUZ+V0HB268+IA8xkuGnUq8qzBAv6+w++5zRN5dqtBXsgIG8Bg0K3MKb0YbM8Xz53DRcANQ27Pl0VhvvaCr4/eZfegSxTWHpnxQtRfZHMHodnbshxut3PLMTxm+PXE+CLQagP17Q2wl7Fb+OCCFh3uFLf9Q4YGr6+BNpi4kg8UoLIZf5okmrTUyjPnWDYyvsHWhBao5R4E/IFNNKCVJYivH3PbkFKOm3Cw2gVwJ6rcLWi1VMqhgdf3rgHu6gDoUs+CgFuQBvRLPXie/YlSXkGEm4vY2rFzlexPRWGkIW7ZTw+V2vvhTlg7aGvmTE9RF6pVe+dQT3udLqoOrbH3hWk/XJoa3OKTJwOy9hPAdXW4lSZTyhjRIsU8XsOyRH6RpHMQi6cYgLF0p5FYKEYarnl+BKXQ9RX1IlOZrDs9pfiKslhA/o053Noic7irQSm7Gbgtr+mXwfg5XKam5Zq9PK9XHuSLj+TxQVqv4Cw4c+iC7cDXpdGZ5vQAVxYbRL8apJNjaJIbSNbvVmw6u9fhdrhnGQvrewMCXD+H61Kkab5cziWLAS6Z8oDRNwZxq4Isr85PLuYGB0vsFoaROUaz+MyIaQbjnyiDheIVgM0WSnxRrqQn7WjE488PMtdWp3lmLyebLpDk7ZJ75i3MiPnw3r6UBtcBqNj+7i++NPjjztcf1Uh1pJQd4IomkL5bWmcsNcvtJsDps+6hEi0DpOmDYwq6bZv/3K4iO2szSICbxEgpK/JSNrE9bZX6iNJQMQn8ZBjBW9CVsxnD39sEvgshrFfW3oSNKVot+2UL6nMQANIhv5YLYUuMx4P6iNVQUYl9cxipV8SxbYFVf5MAPKasuSII9C+wmj01YWtzw8qTl3L3CHe6bg+EAdzYdDob3zJHAmb/Xsy1TQQrdi3CXUWkW+KpJqv2+lwEd8jNpInNM7z205uyePd/778o8nvcRv1wVwC4eR9w6a3reMwkwm0ldw6V2st+sB9ub2BPlkoKAfeuwZLa68ubp+p2tzX2XgJc9CftODcaRMZuupEIl6JVLAUiKtlCMQSYrJNEh3i9Rosnv7Ru1wEuWjGGylbfcHl0qCdim2W/rhaHe1HbkA/X0Cw34PKmhRfirJFSmS6C+mGLpvy6XfpengBJKO+UinVRpkSBxnDEg97XmOfEKBApaFJy+7lniRbdRDxRTWCskoBFJy/XLF4o5RQ8F+E0NdITEuCKQxUtHtwSjCMyyQ3zC+aa69Ck6desuiA4vRbpIiTrBTwP9p9FwOUgsL0OloVE7feWmUhPuCYt3sR4g64ti3rZ4lRDIrlo+nCehtvobu87CfUsyzyh5v1uSfgJWBYUx/HNN8yhUm407XEdKq8BPUednP3x0yfZNm5Z174fH8ORN78v8vtu2xY+N+7hzkNlQSaGy1TIOdy4AQ/2nj3xCrVzZ32iHL+r1BP8HRqETcfwusFI/ctoxW7OB3CqlCef7j8eLga/i0M6WbNf6y3AS8oN+82BvHq5Uqo+WU/+uJTX7682bNVq9VNDOfWtyZZ9dWDgi5LDnb2UBsrh1pv24MBn3/EmuP4O8/UTcFEcNno15NX2Ibi5EMK78J3H3LKwJUuc6ml3vIfBWoS7nKFbnWMmG/atkYZPpjVenj6JV9vZ5/i0J908L63SrSyoPA0vWzegvrrUKx2v2/35kHO4fpSTcTL84ITcYWNWhDs+bgeCgn2yWFSFSm02IE/W7E4AOBSGcHFCDRI8Nbab7NBDmSZWRyGLlzJSZVM1BTVUK1P+R6gqvla/DpciFxVBpR5/+YaX5n56qePg73/f8YnB/nDw4vW98D96C/CuldbhpgGjl3vNQDEzvliwLIgmQ49G9RyXBLQyStmJZ1wuWOhavx2cqH3xlBhRoDViASm/MPXOTicc3BfFUrUWtj5zHX1SSllKYBbTDxdgg6OU0wWA0O1pjpojWQFUAmHnyiSLTgb47KXgxUVWVpT+xgmd6Nl27dqkSZUswOjeE0PuRbuubIfiajKnkLwBf4wsCngRIIplAeKsD6swH9l1C5h3pBqc5WkK5rg40ArWF8wDu0bCO+I4ORlBcMLU4LEfvUSdxUuux/Z4oGEHdQtKp/j0aXOPdBrGdvzb3285+3S8yLM+n76xTUDdnyT2slCztWOjBUegwcYXkxW7r1SEW3FRhHW4UhYUAhzDHt/lmjkwWAre94i1+Q0Ne7gnr/bUauaoKWoyvpiuJwcKeU0qZQjU1QM5NL6w1wYR3EP0tbtllG+XqN8qyBVQFZ0cfGwabgUIrmnFyauMtZeA0hrnFMzB43vQl1dkF4sCRKH5FzNHp0wBHpas5XBXMhcveKy1NjdageGCodaM2U8fNaS6JpeHjyWYP/LAVQB13m3CXXgchgiJsUNPswF/qDQ8jIsqN3+oxMIX15fUqfkuerKa7A/z+qakyTMcT6Yo3OCVu2wjiieGLygFv5FCZh6sbcGgSuz9xbzKV2rJF+Mk+A2ba9g8UNNLnG92aAMf0yFsIoMKevg5QyTnZpMrFqtwXjYr+UE6eaqO/7GvcyFEsc7sOlwUTcVWw/PWqS/v2RJ8OTbUBZu+g0QhQtyhiKhpDLlTNWOwtcREtURvaMawoZXYjUapYWPsQF9O9fXnQa+0DjdlHhfpNEUDt2TRlOsl6wmsUiERPTOe+CqN4trzvZzfYyoWld4lNNoIOHeONancFUjqZPF8yxBNGYANvRq2DoZeEwhX5uSERp0RbgpaIlRySQlaXAirm9bAMmUkEbc8hERHe45OqHSXiJLZC+Efpe7ZQbaje9N0saOU5bxibEmmHq7ph0TraYrYReb0XnWUMjFln3GfItCiSNQCbF8fwvYRqrPHI2dAqSll7JMGzEMbSvqtxZzCAisqDcOcK6uvpeOSF1ZTBOtsKGVC6NhGka98MbfPrG1yjL/fXOfh958oZeVUyq0WHEkc4M7Uk32FvL4V07QzDnDrdbsrBjhWzAPMtAEuHO7Nw56qB7hlD3CNB7hhCPdwhOsnirK/430frZrpqaYtFotBVKtbaLViYlLwMBShoSgTGZh8qGDHQAj92IPXa0AvZ0uLOWTRKEGUGz+drOVwFwTNlexwrmw35gL42yiALS0HuRrnJQ44CqDgcm9hvpKPSo/FRwtBl80d2Ay/Xgc0n7h6pKgOLQS4uZzrh5uqNbqvXhV2rLN2JpPG0ySPZYxUh2stcJ2uW1vS99QKk3UD1Dwo/fFX1DwJxeQyxflZalKgNLtMOQHVuRlDNacYfSFwY3ejeoub04uX8khvAK/cFfCKtMsP3g5s/o2NEPA/pK3pWE/dS3OfA8ZSANCfZ/CbV6X8tIimXI1rh0p58aIpl59EYElVs+0Nz1NDDa/2k6I/AQHg1X0h0tBMuAsOgxPLSpUD3HmtHbuIpjb0adjWz4Cbuke5+5VS9amnsqNnM/xLhUe+0YeAiQCW0LpZLthTS3dpKCBRLy16U99myT97Ody2vK/YaXr2nJ5ymb9L6ivlovaM1nYL4zTU5bHIGjXg8VsHFJdQkfCJMUSof2TK8Psh9Yl0Ld4rVGfnAxTJsVKb21Q7ypjG0KPKfBqLxr8z0u0+D2SvlpxrzgiZADd2lHIOy4KaswEXI4TJBlw3XGCnqUjBsUIOF3lwYLCgKMLd2LCHS3m1p9ywR/vz6tVKqfFy3R4o5OHGSsNWQbsIt26vjTTcg/MIJ6F4/DHKFQHeRCOhemtShOPCG5kPfMedE5qkIPD5wrkBFzOXrw+o9/ZS5m56lBS8frDw/7P3psGWZdlZ2D53fO9lvpwqK7Pm7qpWV3Wr1aqW3BiEQLQkNGCFOoynMLLBYQZZyBHY0FJYERgjC4yhkcCykAzGBlt2OBwODBHGoMFlYzloAmyH0A+sqdVTdXfNmZWZb7z33XuP9a21vr3X3ufc8b2XlSVldlRnvvPO3XefffZe3xq+tdbD0o5nAnRtg7xyr75+oR/+z92t8CH0U42akGlPUvTCBfOjsukD/E5rj1bvAgs3jmFHptMVLQ11oL750k71qVUB1xWds3nnGqI0U3d9RzkuK0hJCULmf/KX0BjpH7RrdAz7lAUcC1T4kXZ7k2pyMguvj6f1DKCL7m+3D8J1VH8cdGZ34NWs63AhVOERSeEIVXh8N4TnH+mKRqodhzSXF8B6NKnD4UQ1VyE/22fYlo2A5J8WSLAzCOGyAa4CjakSJLkYOKvzLLkZU2zRwnkeWIrmBfI5n4drlk10qfp8TTJczSJalTQV41C0bOM4JuA5P0MaVTjMJUeL2axGAQmLUSYrcr083EcvdcIzl/vSatGiBKai5axlWq+01K3/S6xOReEX74vEKlfTuCygIWfLNUDguTOtgfOhJRq3MXOZhb1MEE2lGGnNyj6xVCG11JUYqOlopsxY0RKdN8E8esR1LSxy8CQB1zreZCfSuUqJpQKwRi4kAG/1giiq+BkkRAC0fm1izKmcScCZZFR5TX8257nJMrtGD1kit+HxtAE9Yri9EE5GCXAPDqbf3d9RC3d/NP34pa3e3xULtwq/tj1A2tbsRy5taS3lx54On9qBhTuqf+GiAS5cyjvDTgNwe53cwlXRqbwFsNTfPIJ3y8IUEWzBCVGrtkYHJ5Fbeg3y5JFteM/EeeieP5flsSaIu2kWHgLuuYEtBgbg7gzCS8N+eBFU9vP+w0o8QjQCOFnD614Ik73J7I/+ypf2/tbv/Zqrd+bNAy7loVm4iQNqxBBxTzEWYoez5VpKOTB2TWy91xxHhYneV46NcaqOuK4/d3QS/rU749Hd0SiEUa/q37rT/S9CZ/bZne7sPzk+GU5efGr2rbuD6sdDXfUQA6q6dTgcVdLkQNZBrFcVjipL2NPGNP7s2PjVoShRMtGqgKsCOjF3LZyYGMcmbMV69O35Nqw0dRrSVGI7zwdcqZIkczY2dAa4CrCiqJiQJfiq4uGKOhhwRBCp6/Dobjc8jTxcgrqRmTLSEElgMT6arCkFl7ZmAYxbJ8vGDFaz2i2VxSxJ7f+cE7RUAcqbCejc7f3id6Z56Wfpmk41rf3ze/AUqHeu57RHtACIhj+MXWvzIuDSms/FfXPf+t+zwIb6krUONyxhWJrb3VrCBoOOWsyxhCH36dkILvhB/uGkrl/oBi3tODqp/+nsWPvhAnAHO52/Bhg7GoWPXygs3KNR+JGLW9X31XU9PByFT20Nwz93NAq/MB0GieHSwj0e1YedTvVNO4Pqnxwc1N8RBozhanghteerwq3jqaSFweUsXaoAqmLdtgMuCIZK7qvCh290w8VhsnLn2fW0jbCE04cW7tnspHmj3LtXX+8Mwku9QXhxjJSSeWfCaUE+IM8iDOIFUpdERpgSOHBqLqy3u+M6HErKg24eqYIjH+ycTGb1q7O6/hsh9P7bb3y2+nw57zvH9SeRFjQdJ9dX2/eajMvmwmtSkcXmRS1P6lPMmX/5TH4cVKuaTMMv7w7DP19V1R7n+3d/efK/TGf1L/6LX9n/gS/cqa/u9GZ/uNvp/KfHk9BFneUxtFJYTFEuK+vWN0ogQ7m8JixNmb/W0qUr8EIfLmVUfzq9S1m/gJbL6s0LslrKjjQlU16BNIVYJZOQY6PzaOHmMVyZormUo6s3Fv1gNae0Ppvm4cKl/J4rKMxvJQnNeov1iW1D0KGbKTMsmeeAQdyG5gqK3oXYa1bPApS5aOkzRk4XbuEn1PvInHaWvsVAJefZtwy0PaNFLaAIADw1juqHpjIiigqt25aazPo8CgZPXe6Ex6QqV3OPlvt26V532oW2fqzA6g/osqSEuVorlUmJUFvTmL9rfimiDBVnixtTsRBbMgkxuDD+4RgWrovhTgbhdwMwD47r7x4OgwDuoQEuLNypWbiHBrhwKT8+Dp/aGcDCzQF3exj+xNEoHHY6IQJuBdIU3VFO4AE4Xz+YiRdNAVf3/yKXsnYo09DTc1d74clLPjXNfAIOeU23id/60MI9X7wNANxqEF4aDMKLx2MrD2ZgRGEuVWQMjMS7YyAheWqs+1lec5YCq+W8fTwL90aIQagVIpaTgAP+1sR8oA5yaA+PT34xHIXf/81fOfh5vwT7h/Unu0Pk4ZYLkywK/Q1/xr8X6XZek/Cfcyc1jtUcB0zGehp++cLg9Y9W1WMHqDLzj14NT925W//94WC2/9jF7mt1p34+TMN761BtRX6mDUX3cKbneJaixXX8fcml7JzqcCn369UA16XSUKhHl3AiFWtai/1M666tPR+BT8GDJB6G+swC8oXyzU0q7ssNSVNRFhupjeBM9rO3BGnZbUya2u2EZ65qDFcYwGqCxbxJPQ8GkHS3u2pf6sJXQECVMrprk4vb1sysGxbIiC7oyI+iK5wFLFJogIpj7E7k06UceGNMAAzXXUa0eKH8zuXYigJK32/m1ncnjOfcPvfE5U54AkI+upTTHt1kr3Op49+ifCihDJ4iAC6aY6CADEB4G4VSjJCls+T35+GmXD5QRoj7Q13KANyexnDbAXf68QvmUp51wq9t99WlfBEuZQPcCwDccf0LOwON4R6Opz8y7Hf+xPG4Pqwqs3CP6+/odAm4SRGDzDyazMKbxzNVoGGciFIDwJ1p6hhJU/g9vGPW1Qv3wIN4Y6cbnr/uCCLzRCRlEWoGPHQpny/iEnD7g/DiyajYhlmQ0OIgxb6NsRP3MmNOruPdAWxh2YrWHP9TdxcsXAVcTbWB+On2+2F8fPLzs2H/O7/1meoVrgIAt0fAVekR2cNybKiyRQ27ec1/JqYvLRgnS2uy++j2BSN2PKk/89pe9cfG9ew9oRO+fjrtfP0be/V7wZh94qoKRSkuzwo75g/zaSJlb89VeoSW90DzPw+Xsrix7AWoC1MtI1HCYvMCYyovaF6QEXIyMNfBGUOkSyQpAcnlGt3ggnda15jBxpRrrKx1WpFQ8IiOsuaFwrGKS/k9BrgaNi6LTxgAEYfVHIwxdLWmzAq0ysTM1Y3xZbqIXGWneYBLfTKuj+mJ3KfCGPcMZ5sMXcKeAa6KgpYv1SpSev7MPnXXLH7rCpXQSiQmYx2fvNwNj+92ovt9k30s53jFM0JliqqwkuaCFJIZ2n8AZE8A9qp4IV0zwEW1s9G4/vmDQfW7blTV/sFR/Qe3tsJ/DQgbTcLv2epXP13X9dNHJ+FlA9xPXtzq/gdYtP1x+L8vDMJHD8f1P90ZVN9QVdX+4Wj6ya1B5/uPxvVhqKrfeWFQ/fzxSf2tdQg/oxausd8N//fGdbgjBkph4ZpLGUoTyJs+hqtyVImckAUfvtGzcJjKoehxdKltvt7yQ8A9X7yNFu4QLuVxbr3yq71Fy0OmhyJNbtE9iEG8daxaGYujyyaSzZIAV3NXTYjPqtDf6oWjg5O//q3P9/+dygKvANy+Aa7It0jeSoiv1+xnA2Bew4+a52amuoV64zVnzfqxY1wV4CnxEyU4HZ+EcDwLcIWfbG91djAu4rhffnsmxRluXsyrx0T3erRwncu9vObefSud3wQ8BTAAlyxl/OpBJk1pbFgVvLLwRXSlbkCaUje4ulC5Jxu1pMkGZSP5RTHcWR1Amnrv1b7uTeemjaDm5klXcFsRCSEjOctX487mJmeucOw3bKQkxl9JsHKFZ5JbOgFksvA1Xi1xZlcYX70QZB6bAmwkHZ8qlBQgalpsVJDIdl4+0I3+ZLRwF+xrt28zhb1l/0diTzznRS+RlnNk+o5YvlCItzpBGLsoSNOXWt3Gj3BeOIMibc83DS90u+GGeQsO6zp8upYijOF6pxOekTSmWfhMXdV3Q6hQpPGrpN/zLLxeVzXSGquqrl7odMLOtK6PQgi/KuHRunqy0wk3p7UEDX61ruvDTlVdhrzd3QAAIABJREFUqkP9FVF6Re0eTGhlJyfAVUVG5ah6KUrARXqQWLqzh4B7ztC52fDepSykKecajprgCq6IGPvxXlcpvF6Ht47qcAxylAHuMgtXXMzyndjYnf3ZdPbxb/9A/x/gyj2L4SLNRmNLi0xrXxaLWm6b2e7XLhUxjiSpqhKWILqzjFCveFYh3yiSUch2ppaKv1/Z0z6wiGeZ2eCYHmwWXGgsiupJwkXBNCfoElVWjeFBy95FOvEK3YLOgjQVLTdaWLEYg8V+GyzlZFssqjQVXbSmE61LmlIr3AOuS4NZauEyEstnqMON3W6AhSvtBwWs1K0sqRtWACJWnLIjFPNgyeot4qOSIcziFvGdmyUcQdcXxkgg4es108rVd5Ha8REwI9/CWMcatzWF1IS7eiksgFSjChU3HvOD0xmT/POiJjOVcOgGArgXQabiNnbdEnyz1nX3ujfr546TlGieI2VV61xwTpF6tNVDHFitYBCylKCop3QGljIa0HeqG8gSwFfBtYy/Jd/VXBPot81ayiwz27UccHwdU6Ak7myfT14uvYbPQ1agUI0zXXSuoQpvj2bh3hgWrrqU55GmYNXmnkK1cK/Awr1pxZ1XhIeHFu6KC7XpbSRNIYZ71ixlbOKjaR1uHYPWnmK2cPGpa9kYd86lrJqbJXTPQujBtTya/aVvf6H7CQKulnY0KZ/FZ9viNPOu+c8nlZs5gABYtD5D03JUjkLKlMYcTVA6piQFjh5q/T0aggOcH7mAg2kOOqfM+M/wc+U4Xmatcg8ECKrNnAVpKnoPzHozb7haZAYikRlMUk9LDLctD1ddkApWZaWp8yFNaR7upqSpx0CagkuZJC0jt2mtZLJ0nUVplrNK+lQ8woOy+rW5BqlTlIIhY6mqToK1Gt3eVsYwuocZc3f5eEkJKFzLjrmsiMi5Jeaydj3SM+NJVNHrYMdGW3pIu4CYYoZ/PCEuZavbvIYXbNleX7T/o7Lvvq/0uPFsyXXLDYZVCqsX1u8FgG8n1L1u+LnRtP5gp6puSo9aUa4WN0bAmJHvYroxlB9tppDkT7pmCoCN3dZgAcVB7h7X4c5YS8KuS5pCDPfKsBM+fLNrWQ/JmOL+yjCDGkcI33bxYR7upnC6/HME3OEwvAhXqP9D8Gh7MR5cfHzEfwYbGjEIxm4lZ0zAVFwyKwFup98PJ+OTn/s9z/e/EaJgHxbuwAOuzo7utSzlxyZeXvM/RxvTiCRoq4d6yLDIx1O4cGJtHksLQuKuVRqQD0PiNa9B60SbPoknSbcQSlKtnjNFPVs70HB7yZxaxmm/xnQm6YmmJu2sCsgF3EWy+zKW8gqkKV3Uh6Qp7FPEJBnDjakxfKWMXDiXZ+l2jnHRCIqJ7JTqMuuAyZpP3W3EirVKU+xKpDY2S0qqtPSgSOA2enFWsCO7zzGmMQN18+eFMWIsmTLbBmdLPyEm2dl+4lI3PH5ZORkqF9wetfQ69fUXZ6btWjwz6ez4c7TeOG3nliQ0NBpR63eAusiD6tJ2L+wCMEmOM44cKYxZC019xrytpoTkY2aieU1arinnRH9vtbVMT6vDvoXiNiVNXdtSwKWs9sbCPOX+pH6Yh7scNU9xx3lbuLdGs4A0GPxRK3c5aYouZWy0TrcfRicnvzoNx1//nS9ceuvwuP5kj4BrFpVvUi0byZpim0w0ooC6oHX32faWeKy2yYMlDksWP6tAsp668W+SRlL7NO/OTk5ffVbcBfBG4vrlLRxoVTRQdQot+rS4hgItSl8Nesq6zFxhcSRTKsw3lhoRJtcfPicuZQNc/GZRDPcsXMqYbiJNWTP6OaSpMg9XFa/2GK4n7si7WFb4wggnOWkquZRJmto0D/fmbje891ovEv4YIySexGIQLhYclcDIEFbQiNFWsW6tXnJkoqs1ZXatpVElUEjAZu/deuXSZRqf3+SBupu1cKJaq26X0tNKC9k0LF1r2+txjvqe4p5ygKvPRFKYupQf2025n/FZTnGOKN4iw9+8WhzbBWbi2pXnUU/konOkz9cxP3G3qiWvHWdqiObYXeV9xPaBDE1Ej8PZNFgQr9pU+2kfT2bCNvYxXJ+Hu4g0hT1/cRDCdXSfqjVH/wIseXReiIqTYXse2Xpo4Z4CT5d+NFq4g/DiCIUO3WGlM6TtGqHBi/y2a28dT6UxOvYnAVfSI1YgTeGeTqcfTmYnXziZTr/x4x/Y/lwGuDF+u9zC1WfRJ8G4sGIPT7R/7NgECN3JuiPdk/mYkVTAoFnjVqi8Zp/ZH2liAuI7qHClzcKRc5t6YGoMGM3Xtf+ufv/ysf0cJYbbrcJF1lA9JWlKCxkpSLQXvlARJnFNO8BUVFQAe6DkOAynqZR/t5Cmbl7qhGev9lEUwDGiXdkVcTAYw9QV1uDho2u2TLkpmct0scdVotXMvF9b6Li+ZkKRVaxx45TmI44YU0DhAfHMZVrEqeIU07lsb0sbSlMKrfhFhCsCsSuMQatZ0oIuWjnNMztHxXlrPY/Rl6tK6xpndN5ZZ+vAfqUtIrcGtcR9hXRl54PqdRK0af0ctNmvvSRNyjXf9yFaMloZWPECWtW7TUhToGUJWBtgY6+hhObNi53w7LWupFFBFslj0A4RQmn4tq2HLuWluLnxDd6lTJayM7Qi9mTXTCv2LGVyE0rmMtjJKHYhgLuBS7nqdsPkZPLqJIRv+s4Xhr+8P5p+ctBnLWX/2M2NnhQ3LXeGmOrBFOQnSz+iJWyuYW2CoPEYxVtryt1yzacKMSai11ItYOxkWLhIQpciFYj14B6Ma0QN+VH+T2vLwsrNx8mZ2IvmCMDdHSR3JVekwdJdwaVsj788D9f0gvvdvICgoxaWuVepIBSWJguDbJqHC+Lbs7BwQVyh48/axsk+iUBn5QddWo6+A1M4rFkAgY8lFXEPwC0ymPnibB9K0QrzZSdLVW+iVav/Nh9mtDhTQYhEIrMZGQBHIJZYcUr5YitANlygfye6l6NlTPKiejuevKQWrjzP2ueIZyedI8zbZxAsPqOp+IXm/Kp8aDKd3bmmpb/grCtJTRVwGMAAXViKKMsK1jN1U9WTTbX3OoLF3DIdgC0F7b0dTKbCFxHPE8hZUHispec8lzI8ZXhPYsgUebhMsSRoYwyp+z6DF6wTvuaJbri6zUIyKWuq+xBwN8bSlT4IwO2i8MXQSFM07Eos834bkyGOXJmUuWKT3zqahX3x025AmgJAwcKdnHy2ria/6194/86X7o1OPrnd7y0sfKFbXglOsK4PkbozRWN4S+swrSArDWkPk5VvjHopxaY+3KJ7hIiClCGUazxRk0iq5JibmeBqGKvXRTJVodetxfVMhzZfQfl9bd+Pz0ALXwlwvUXqXIpqlSb3YWS0WkI9hfpC0tQZNC84+0pTpyNNPb7bFatAiWMGni6fhU0VtCwnc4aTh0Lc5wRbumvFHc+81/TOBYTNstX3oQdSdQkChTLkIy7L79S/nLwNyZrKQZmH19KnBJCUkxBb+jn3sXYBMmvXgIPz0tKWPGsax30CtZRdHm7y4zTPzTpnzSC49fydxznmvNvGZkIrLN2tbggXBkq+0nxfff8R5KNnLV0zNYCaWjhEOMu8gOLlMMDVYhfepZwqTSHtB6xnfJFvXsBKUwq4yueYSCU/lb/acEUV89/6TE9DULaRzBZ4aOGuhJwb3tRm4Zr8jyPihfhrdI15a7ZxzQgCt0bTALeqaPFr5uFCw+v2+mE0Gv+z7endr/vGD93Yh4U7NAs3xlktB8NkjsZOYcmOO2GkPtx4UH0rML1qAi2C6/xr+SFMR9GPA6A9HlvqhJw/bUGG0nkC1sZuZv0X/ow5olA7NOgkElNEN4mr9mv4DHpiIg+X5IhN83DNUFzqUmZMkd6NdVzKHtxPm4erz5tMCgE4lxYkrluCFm9zVmBe+KJIC5rV4ealbnjumnULivvFdp/PpSX1xb6PipN+f5SvkeXNa7pDU06uYjprXfv9af+2JgpUjsgtkr+pMHkrmZYmFS2Dav95jhGXUT6jCqN4BjQRyn62mt+V/k0AQdnFy1ud8PhllGBMnIfc95TWlySh8vfL9jrPW3kevaJ6P8fG2oGDsdNFA5FKWnKCl5FOsqYGRmATU1d7Ax3NALZYR1c9SlIOleehVm5KC2IeLq6PpxqaIrAinYt5uFIAw8iTCtwsLqSGCLxu77vWFUuX5+8h4G4Iout8DIDbG4SX+mbh+gIL0cJiLMkNvOg+uligMd85VtKUB9xV83CFNKUs5X/y7c8Pfhu+fjqd/tlf77v8J0eutKNsoBksWdRo1n9LrqCykoqmAwqAIv9Efql/tbyWabZ2X6aRu89Q4MB9DGtaQNQIUQlgHeCK6NI2RQRk/BZdUVgQP3PNi6tw8Rz1ebTDCjRujCXaLt2SFPixMwwFesRVi7smC5fm0nk0LxBQfBeQpvDsj17ohPc/2o/rE/NgzTWvwpSNEazsosU5aYYythpds1GrslQzni1rXK+/TvWg1bLWXsnxVgNY7mUyqEX5NaM+NVgw15VrXB/rHbOzkLyPZk1mKd/qS1XavzmTQVULqUgsPLTe7IZw9QJY89pD2s930XnUZ27f64v2Pz+z6dirnPWlcsQ8GwgZ4QwiRnpxKKlGqkTTde1kKPbM/hTEKONJxCJA1hnI4q9tpCktvFOFTncWaml6QktYx9LyuQm4mYKp3BlkSMzknX3jcz0hU9GxWc0exnDXwc+1771379717nD3JVSaOg1pil+MFwv3Lf6TlnPTmaYBbUiaQn+9yXR6u67D/zadhb3rF6qvfXy3+lq0nwKVf3+sQAtmHzV2umtjbDXq4CnHUQ53qnGRcSxYtAD3iPIwp35GFpOZhXB3pJse50u9SxpDgy5LABVrF8qAILKCM61d5OuKzAIpw1lifg7ZvKPtnub4pbfRLjCEG7shXL/YkfJ2GCoWmmAdAgpQWkVlXJdakwFJs7Sjkqa0cXYCdhJ41IKle9WBO+9eUtoxWYQ+VcbGpMuVpR0tXBGHFvdoKu3YiGHH+RrBaFmlqYsKuGkcs5gtPsh2hRFYLIYr8VHJxUwKni9O4UGYCpN5CeUDqVqVscGtiXMERRuYKTl0MksiWwwNOCuUirP5nfMuQyw2Q6+5K18pyoPa4Ni7nCOUugFqn3Oz2lnBQQTwXL3QCRe23F5ecI68levzRM/sjBZnedk5apvPqnOkWx9rIC7nfggXhlXoc51sP8DKBKdESaTzLNzcpSzGigExLGOEoTzgrmrhYgx44377e3rhmcuaACXy7iHgro2ha31AAHdrV9vzSYNoW3h6RJw7KrMCSfZx34b+sCBIjSaueAUF6wLSFLsFqeWbF74QIVd1Qk8ovCEcHdVhcnIiHUOubHfDpS26i91EGD7zK+GvLfs9P7fsvhSmk0Owh9KYYP7Z2nmw1dqwmkIvDGW7qWPl97ylawFfertTsG7JfHDAYWH/2utwLdUBTbGvXajCjQuVHHgrPyfr6AGYAqIthpusUN0YS5sXFDFcjfeSyJXUfC1peEbNC86ZNHXjIhp69zUW5hi6rEGc1Vc2U0H7ykYEMpd2svYiO9iKXxgku/H1s1L1ySlf0d0fiVkOzH16kWw33TB0p6slrgqARJuj0sXCF0kBSVW0krueLlwQ+1DPEApvc5OmQ4ff7m5V4fKOdrVyXu7E0olaLRGRkr/8QPH7Dc5oQpUzHnuenDHZCY4Gnh+pObvDOqDfb7eqxChB/Fa8PUyZdDHcRaQphOeQZQHSlsjNFUhTjOEqwMOtXIevvNENH36sy7A0DvjDGO5aCLrmzQDcngEu3LQ5k87AlweeQFL+HFBPGO5UWLNp80ATTnHbdtKUUNeFUeU6CLHSlI3lN6R0yJC2fiocdrc64Zkrau2qrCNT0RbCXLsSj3JhldTOq7jPxXslh9GS0lUuFGNHApV+9/4IxCxtqI0/tGxjnBYVVBGnNctX7rFYt6QGUdaACGH9dz3pRD3keQysnCNk4Kt36/D6XRVQELAgdyC2e+1iFa7taE9RLIc0ivgNQJqKLlR7GGHyOnessnc3rzT16MVO+MCjPSNNcc3sPcQm8jFGEd34MT9XdS2LyxJaFVB1nmoq0y2tO839bk7DAOal0pvQdFfT82DAa14H/a6UeRbHKdOPDE/JgkCRQLhLpY2k866YlFAUczKC/W2hHF+9qOk0rWd03XNbnNGF55pje4bnCuforOUIFR/IAhTYgNXb79XhhMpoC+AuJk2FcDDuhEFPuwmxDv0qpCkCLmoCvP+6xnGxH+TVPQTcNRF0zdu9hXsCC80rks4FFI0r7xayi8hjPZxYcwIcO7aOksC/uvbaXMoAA8QvUIAbQrNsXqBpRIxJWMGMWLhbBR/cMtcvVuGZK6wZyiPtNe38msqEBFxUsttIF6sSMTAGNMajsTWRdm5kTQUiUzm5muWyAS6baiOdQdqnySQXzztFXhwIG2vxs2+EcAAFim9ULOlaUhlQbvLqjhI88DU+1ivC32KAK+XhWqqXfMwYq/HfjVrKtHJYoze5u/WsmzuTRh3HW1L4YhlpKnbkiTFPgtmKLuVdAG7f1kmRSl3nrHWcfMap+pN7f4qoWbN2+S0LYWRKT3JcxvzdWAEqgbWucaonnmoX2xq7mKGwoek2Z6/d+L54FpLyZWWpNEXO9ieAFqM0LFUf1kgHyRR3PQt4/GE/yJ4b9tk4oZ106N22q55RbzmvQ5Zah3RFhbuN0JUzsXPZ0nZG+S4Q5wXfAu9nNZdyal6AM7s/qsKgr24KxnDXcSmD64I0rq9/Ty8pUA8Bd00EXfP201i4OIGouw2yEEBTGqpb/phauppLFkGzqDQlgDs1wPW9HS2lR6nsCXBp6WrgXwUENbpnr/aEqBHdb3LWNU/NW+2+4YGIoUZciZ9JQkpoVwvHsd9LXEQbG+B7JDJicVqMIXYLwddKwek1ZRsqk9nceyw2H79bhbwe/DTH5jUF9DtHs/DyLf1tnqKgC91DkYxhJS5nuOVRXpLrSxfzeZKmoku7pVuQelF17nksuBnD1QpWeiNduPIcLc0LNqk0BbBGsQACbkkgopJBQPUNDQiCmt+aTEqdbrI6tb+uganFzCPZqVY2qz5TUmpY4Un99dYdKfGpTFei21g/L4Y2wR37MivYkdddxncCXOE+1i1rjRFkP5nKagerDYQd9mrKknlaLu8AZIy1yzMaS9K07etFZ9TWbKWzvujMtJ2tdcZeX47gffT7tTQbiYWA1iFNSQgLgDvTWttrkqbq2UzIpc890gm/5UkFXCV7PHQprwmh690uLOWtEGO46306SAwCCdV5UQsFRHUppzhdorSn5gUnBriScFDGcFtdyqk9lXeN7A474f03euLu8gCjlkQiP4kgMKETY9Jt1xY0OYneaY7DUJ1p+3CTi+KBWDbJUyRSqV84dClkDZBRYjzGfqUQgoGlSa4InC52Hp+rvGZ6xxfemoW9o1TTVX1GqVAB1VrUe4ar+dJWR+JLZLsy9oqZzGteQHCOhS+KBvQPRvMCIjcaeFtBeRZhkX1niTkkkDmtDc9982IVXrjRl7KfytZVkDNPsZZNdHuIioKcJYuTcs+J54LFxKhCOQs3kZ30PHCMWEiCDR8iQhuYG3WacXjKT43f6kB0WRPM4/B0d0v7QN2f8Bdpfe8ijuQEROyx49y12hbTyhza3k/KhI59abuScqcLz9E6Z9RHi+ad9U3OERXyqAydrRxBbPfSlr6FthjuIpcyPIN7x52w1QdbdDOXMjxyLz7eCx98VINZMpPpQ8BdFwPXuv80gAu5gXJkSkM3LVwaE7QDblulqfGkEjIKSmy3kqbiZkyWMll6BFyAOuKiL9zohYtDNr9OAdvoDnfBnvnX9HPUec3mzK75YPC8cfAB9MsVEpUMSAtX/455embZ0qWMbY+Yo9ZOorwtn2X5HLWWcx0+/yYqXeH7yDo1QWoCmEIV7xLpHEgRuLKjdVfBQo25fCa0l5KmCsBtI00pSJ8hacoYyda/NHXWMUQ5baWpm7ud8EGL4dISwHM1KjuJJUeXvK637A8DXbVGqdDQwqV7mh2CTEG094UzwXgiLVySnbg7Uv1j/bLoGTBWs1aLYuEFutEtfckqLYtHRvZi2t1q1yZk1ypKrLqknhT3Wzsj6Vr8JatFUaiHWkh8l7c7lnduCoGN4Hc9fTr5tXz/r3IeVxln07N+mrEvDJCe4+rMr0iagmfw3sgAFzJyXdKUGAV1+NhzPUl7032Ga5Nv2+r3f3YtEHlAbm7ZeQ/IzNw0POCi5Z24zHgwYpuw5jVsMgT8j4R5Q9exWrM54LpCDNY82bfnAzUdgAnW3qYWrvSUnNXhuUd6AYXmWfFHtTZSN5L4WHTNH17V1RV+o3Az99qysQVwp1Wop+pGVtmU3MwS17W11vShZImyolHaQObCc663fD7tc8Sn3tifhdfuaMcjzxvhFohPZqYVwKFTgYxRi6sZnoNh32KuBUs5unGxziDcQNjPqTSl1jId4GpttbXno7noCz+k9CJX2YgPYOalgpECGi1OEsJImqpQwAF70LQkAuEyCxft+UCaYkzVu5E9OUvBLsvq1OekVmahkARSzvrkmRO01LKEul58JntTtm76uvT7oieZ6UhGjmI3H2UkW7s9s8SpLOhsjcgXPdvqBZBvZPUscx/7FgDN05Erc7IrXcoQyy3SMwPSEJQ7xHXtMSPEr3dG0/nUc3l/z3rb960qR5AKiDiuKHBSqMJXmmLhC7bn0/0LwwWAe/eoE7aH04z/sippajyppVf373iPegX55yRMvu3iQ8A9P6D2MVykBa36B+9I0oAsKKTJ2Sbs1iBNHZ9o6gOS5jchTeHr4cI9mdXh6Uvd8Mw1ZdxRX0t/+2v+KZONmq4uu7bs9zqSFOSYWAyMsTCrOkVBJBYFysFZj05MHWuZ/1nt+xrPiio00xA+9+YsYJ3RGMELh+w7zBWIA42oIYU4mKU7Q60gBOILFCNxd4tGnNqyRauqNfZqccZI5Dlb0pQAJ9eMvZazGK4+dXK3rkeaunGpCh98dBBdvLrldZ10LUwhIuDG15WIVdGiJyI4K9/rDgKk0QpmdxpSE1IPXQKupldp/FXyflmhwjzX+rsqVPA6CYg7d6+AqaluZg1HRcysV5aWVHZ8qbPpp30MV7gO5j0RR6V9Tv+Z4sC6x8CgD+HyTkcKRSRLcd39zwX352STM+PVUM7hnMeua2nh2e9pz3BmYaRKU3m3IIblIPPuCOAiN3o90hQ+C/Lk1z3TC9d3NEWI++Ah4K6KgBveBwt3uBVe6lserh/GJ6Dzur8GdvLxVEu/sRrKuqSpwxN1Afc75oamlgdBsSppygD3xq6W4ANZCZ1dtOi5HhxsSl4TcWlECxaGFxHsyBcSao2kKhvHSlyW43BsYRgX44B6j8OjzQpmUmFKc26TsEpEKm1ELpVnbJxFY68yR3zX20d1+NIt83WK5DO73QS7kGCcJdKmjuATA/T2HXbCxWEd+ij6bPFMJS2t157vwSVNJcY3gfyx3W744A0t7ZjyZxOJCWtDpnSKjxKEXUxcgCgBtKyfKQbGK4qWv4r5VHxC11oVIWKqZHWjYEIMgKSYsYCjpPm4PFoL+yhIJuvabQl79SVw6eWyrzRc0PabnNDnWvHJ2jiXsljUnjyBeztI7wthd8gWePb02Xlsni3uf2VTb35GVzlH5yZHgtZh7iCftpU0NZOKUkqmtKIX4tEL4e3DTtjZmiknxT7LqlUkqhK4WWkKnkCc3Y8+2ZW611DI/Z+HgLshkK76MQLuoB9eRA3ijNHryCCimNMraaouXh4Tt1eJ4baRpg7HHakKBK/SaV3KyJd83yM9tRhJfDEXmlg4dIuRIepcKcq8TFWB9Nb2a+U4y8bGpuehZi9eAV1LAYrga+sLR4OUgDabYt68V5qjCdaXbycCVQmo+m7NvogM1CSUyVClEdnrBml2D7YpKllJQQ079OLGpNUVqyWp1Rbji7aZ2lzK6Mhz9s0LLJBqLmV71TG2uopLmYArUzfgjUS/6KbVlVVQtnUQxEmgG223jLlsLkX2Vs0sXPMaWYEULRaiNiWGhryMxr3zIKhb2gA7pm7pDW1uYexLAa0YTtLxEyM57UfuH+aN8zeKyuLAtknlYYwGmdEGooWMNLXdHWVGK1krnUcdevF5tK9Xb0Zx1hed0VXO0aKxyStbNMdW2dJBz11tWLKQNDWrw96xZhL0OzOxSNG44NYRlN9k4aK2Mqxk5PpjT8xrXoC1wPc+/0g3vPeqFhTin1n9MIa7KnZudB8Ad7AdXhr0wovoDbvOHxx2lFXclDQF4QFqO0QTMgU2JU1hs8Kl/MzVbnj6ijYKp4NKnyc6zuzxyp8X3ePHmjfOonvc2AxeiWXiXM0mlzSWUoexWPnuFETlYZPvV/F6MK4DWMtauYsWrqdipzfvnWiZa95pY0pmrSX+toNuKYMQwLSGoBOSTmTeGlEosnvJK7p/pCnFegghspR1e7TGcM1drm9CC8Cj3dxX3rTSjvZcZBCn/FdrWMGm8PbOmoSmlLrGpglMV9JYb1IWm0Cq7yim9ti2ozs/7kKuNd6HFDexMhqGDN5SjbvMb7filOi4yStDhKei6O1h7nbvfsaeIJjrccR89F3I/rJ9hZ/Akkdcl0UyHshzPPc8riNHagnVIL/ZFwvyMVxfaQpAeusItdJRqUpjuG8ddsLu1lRc+kcn8DJCWVGVydc9kLiu6xaEPQljCcv/wvVu+OoncHK5tx4C7joYuPa93sIF4PKQZ8XzTS33pR2phMLCRfGJTV3K+2M9eMOe9nWUylTr5uECcOs6vPBoLzy6gwLvsap8zLNlkwI98Pr7zJPqrplMyO4rr/lx5o29aBxxMRtosfIU41rIj2NRhU3GbvsMrr1+bxre2NM4rHaBMaR3Xr75G8jqP1tcphSPAAAgAElEQVR8TpeRuRtq5QJ08V/fmvqmik9qsuWkqXdP84LHLnXDV5pLmeSeCIaGcgKetqFiQYv4OxNnrmsRQYzxXxGSzlqV37cUxtDrVpXKkI5pSrSe1RUOIZvnoHPOdAWTRS1jWuy1lQglm8K7gnOB0ILVejxsM7GtYLTuDXAFBURJ0xv1L8R1O+HytoIvvRHlub0fZ9Sfoygr6Ps/hRwBQA4HaPigz71KHi7eOVIo3zrQ7IHtfh1uHXTCxa1ZQKYHZMawpz0bNYtjcfMCLTqkbuyPPtULH3hUAbuqJ9/Wf0iaWhtHV/5AFsM1l7KTw7rPXToeB+Y1WJZIDdqUNLU30tZfKPKNPEdauRp7WF5pSkhTU01p+dBjfbG4mNBvBqOm5Fi8DPOPDa3N4oQg8E2uefzTc6dYFccRd1uq4xQLNawytuj3wga21n2Ce2rZSKcjNx9zoolOfdo5Ij3oc7dmAeQ4r1Dl0lFFX2SXLszDtN0gfVHViQ8wR31XEEEGPY1Xq1BJAEtKKi21zFokachkfGIBM92FJCGDKJKkHAIqM9hKJrrCGpuSph671AsfvKlkPFqTauEnK1lTdZI7PQKjhSVYnII6Sl7f2Kza6AZ2dh1Z184ZwfXyLmVlIatFLm5ndWXIHuN+ZpilLX+WLmXN983jrMpL0J2Yem+lphte2JR5uNxoMhsRLCwUaS/Ybb6owBmR8OJWR2oP448/E2l10rluO+tLz6izVJeddY3unIEcgRXaU2Yy/yjgpuYFUJS0aJASSZMx05EUv1sHOAMKsvp+q7DdV/V2nUpTUk95VofLwyp8y/v7Up++nj0E3JXBc5MbBXA3dCnzyOydaNUSFqOflxZU5uHi/rsj7bEJwFWWctG8YMU83BsXuuF915G6keJU2sEzryKTrqmbjFYl+9Uu/ozFOY1hqWPrKiglitWiVPhybK0yla6Vgo+0fBWkaZxlY5M3Om/s8lkAhrcO6vDKnVgDSQlcjlzm3e9FFmYkekG4y1PTNR0d+EkgY2VQ33rQw3/KRlXw1F26qHmBvMJYW9hYuw7MLFnG4sL4Js1aXpaHi/Z2S9OCzILkWxWX8qVu+KobXYmXMsjJ1CN7/fF3+i5SRAOP6wtjuGJQjjVtLG57xhj/JRPBlbZUYOeamDom8Tr1EGF9PWs4WZkpfzaRlkSN0/1LIzzCM2Fa/9ataS7gaOCm4EPa0xFG0ki2x8hJoOmbdIFo+0YRxj2JfF2QqdiQe9W97s/jWZ+jcux15cj2AJXe0jOXLmUYEGSfo4KfAjCMGuzfEMbTOtw+6IiBgrns9Geha7HdPC2I7OWmSzn12FXQ/d1f0Q9PXeqE2UPA3QRGV//MIsD13hOOyGvY+ADZeyNND0JO3TLALUlTuP/OscZwALjtpCmL9bFeKPPVzPrFHC70q/D89X5sRbf60//muxNr/qU7dbh35IpvRJeirrWI4KzIgSOhyJIVTsQoUFvIV8ZC7XVqAV9Yv2qNaEpNFu8FyJ4Laep0zQsAuB++qY26fS6uPx+iLLnyiwTGCD/2O7GkHClKlsKu8d4E2ApjLNwh7lfVRlRpIdBKP1SL0xbFKWK8PukAGaOBxKf5bl8FWZKQ9O0nqzk/QQTunDTF+3PFLn0ysuTNUyLf4eJX8FqhCpoqbe/uP1iLC1tJweF79KQpAO7huApdaXQCzx/zcFOFPqT53T7qhJ1BHYYdK63rSt3q3tAYvnS5KmK4HnDhWv6aJ3rhqx/vhtn0oYV7rjvMAy5isavEcKFJ743rcDBWq3TQC9qX0dqttVWaOjoJ2jeTBS7MIgbgQqDs9GjZMuAPxh0OujVFcO5lVpqC22Vn0AnvudYNFwfqTitTF/Tw0q2pgmqde1Qgtn/OJ/XPu+ed/v5yjpBjR+MQvnAb62q1npmrSXJMS4UMjdmbhR/dzLTnmlE8fyVlcGqBE+wVMJ3RmJuNLWiFRPBZx8Jdu9KUxfANQDOWcouF+/huN3zVY92iW5AdS+9mtkuxspUpJ3QBK2+AtZ/z2sXJXU0vAV3oOij5RVwfpHPAvcjPaWETX51MPxffg9MOlMWvg3oLmIJGf5u/QSU32ZgRb9N9vtyHg9IY+02e5OSuVk9JmzJXfH8N+RLC7nYl+aNJRuXnetFZe1DOMUB0e5jWvQ1whQSKwhbHSJlC2lBu4cL9PJ50wq1DtN2cCZFKXMlSFCOFbyYzWMTKal4MuCG8/7o2MZg+BNxzxdvQBrhyrtx58/Eq9FvdH9dSRQmHDGkhsG6pMc3LwwWY7420FyQErbq/6nDnSL9ou5/cybBaIVC0hZ5zi0RCgIEzYhidKlzb7oTHL3UkBiExLG9x2aNk1+hGbSF2+NX2n+H17FrMc0hWh7cUkjBTt+28sSle2uboA+hL50MMcM/Pz/vPQva+dm8Wbu0nwM0xlvG6fCOUgKtGiLolrXVAVgzQr5k4v0xS0njBPoDbGUKIrnS6bL3bOFWaMiIRLUTLtxHuDWcgAieP4YJAIm5TErfYBCAylRO4EcAIchBij8OlfDO154vEKfOylmQndT0bUcxY20RNAVyRsjng2qXUAShr16ceATjOCbSSNuaybpRb0ITJZMHSxPVsY7cj4/Zss16tfla0OqmA8v3TtZxDbXr/7t0v9Z4k2Nd/WZoRHreDXN2O9HlOhPl0ttrOUSqs3jyj65z1RWfUqweLzijug6dnqwDcBmlqitPUEVLTWwc6y0tDDRCJMTML4Xgawu3DTrgwcDUMLBwn5NMp0i1VeJJAJdctrQzNCxjCg0X93kd64WPPdh8C7vnCbVgKuDxK42kQjQv1gXnSEZvDf5Aty0hTuAd5vnePqrDVr6UnJITZ20eq4e701HU2OgFlXTcmfh87DZFQVbTn05w0dVc+d7UnrefkAFijcHWPJstM5JSzeDWC3LzmXWiYw6JxZEXYmHyNsVeZ46KxN50jiBZ4ny/friOBqpmHa65l1gN25JvSpagMTltjxgJjnC8Ta013NOAaITq0fxN0MKDiP439mwD4/pOmBHAfS6UdY/GLhGGJTGVPqO7nKKZdr1tdDy1WwUpSrsuVq9Ql+8MAe4KOXFajvITEDO5irrx9t5GdCF4JvgiW+hslLPE04GUk17/e0HTmJuvZ+6vTBlCvSJrdvAIr5AqUCif3ftxBNoftAfo7e4vbCoIsOOunPUdnJUfmA24iTUnXNZCmkGc9DeGtQ9RlR+1pVORTwD2chPA2XMr9mclSlcGai6slZBkC0fivErEiRyb20MW+CuFDN3vhtzz1EHDPG28FcLcvhJd6nfAirNBIbDDBgcC8uI9HKiR4yPrdmZT6k0/E2MHyWsrHkyq8fQBWHZissHCRxlOHC300sK/CyQS1Vcm4UzDU+Mb85gXMw0Xu3kee6IcdsO2yaE+0NW09y59NidCnKe5pu7bOPYvG9kJs3hxP+/2la1DnAzn49mEdXm2ps9x0ENscrAGDus+dpZStmwlwW0UR+2YJxzQUc6G0uRQBuvprczdG1rIvqOHcrUIoWo00tWke7pOXuuFDj2kMl/udcVhPYuJhFa9MVhFK457aRMBOWMxT1rX1xUJoHasADWEyMdexrWP0lhDbTOFrZwCTFEULL2cgCyO5iNHyORQg7ZkjsSpZqzlpzhSuLEKcfNDewyN5uS5UY0H9TBlr24OqKCvPYIC47rAjRSNWO+unPUdncY6VVYz8W/9nUR4ueS9v7VfhcBzCpW3Nw0WFPngHtwcAXGQ3dMIItfBnKJDh5Cdl88IYbghf/95eeP56J0wmD2O45wq6Crj1S71OJYDr4zcoagFS1IlVXzdHklQyAdMuQsQagAthdHRSSfwBubcTuD4MyqHBo8wZav5K0N9cyCLA5pCmeA82JlwjKO+IqkBNeoW3A5ouMJUspRa/7Bp//yCPPX+OeNovvq3KFAGOIDgv7t22GdX1b7vDgataBfkn/GwiQKkKoFaVqyYEoI6AVrCUyfaVbkyRrKQolvJ/dTezeQFZyutWmgLgIoYbC04QeL2FawDKZ4rgbHJegNaBbNxpNl8P1mAcn5xo3qXU1bYSh75ARBln1WV2RXH5kMS8VikSbUtrVqDAvhppzjlSF5DmvGXM5gVU6hugKpuDnhJ7IgavCwUPd6FoxO4WiHjlw7Wdx/M8o/77l8mMELaHTOfRz80DXN+eD8tw+xBx3Srs9utQdVF9Ct2CoLzU4WiieRYwhCS8siZp6pu+oh+eudwJ1XTyzVW//3+cK+ic0+DthsI5fdmmw3oLF4CFAwLgvTeqwrF0D/J2Lba5dpJB3DYTEkXzArx2xA6mMy2wwMonqv1X0rT+7UONS7GZNhh3cJlI+tA6ebimvSFGMehW4SNPwspNBDDGGXPr1ecDUnstcwSjw9keVZ+/OU7bNf/68e+2sT3AbzI2P7NobH53c44gz+yPQvjS22p3xWIb0SptN/jbBGVJZGG/WOZlevugKR5pZbF8n7DfzLRS1GVVJonnFjFcAUJO4ByaFzxxWV3KtFz5VbSZ5OfMYk3gShyMhTFsSWnp6uf0+eHaGyHFTgrQpGLe0WUfk6dzDwtWSn06ar0qbul79y302mApXqPrN36tKVAEvFaXskPzOCVqI1TAnP1ppUz1O7mLEnArrysH3JzYlT7DfGCEIy5uQVFnT9fzOkd825ue9XRG4Rn0aUFlHm50Kbs8XO0SBKs2hHvHyK+2FDCrbAYeBCxd/E+NEOWzqIdwvksZyh24L1/zZD9c3kYlq+kfvLrd+5ub4sk7+bl3HeACaA9OlNyEw8/zHQkKJoi3BkpXT4CrmrhsFOSR1oj1psOh7fg0T1BTf3SzAHTvHGtuGVzMg67ds0GlKSUDgN2nBTAe301sxrJ2Q1sth3n3iGjIZUjj50X3yDGlXJozzqJ7Tvv9eZ3XhGEUeZjal+/W4c5h/k5LgBSxKAvRifFauhRt1EyMZgcve36N2ashXCyM+1Db4VGGrwkUgRMUbtfUh0SastSJrPCFwtGmpKmnYOE+nkhTAvhF4Qv52aX7eFBmzNd3FlIgRgefKkwn4DfAfaxMfw9ILjpJX7uxi32FpjyXOls7lkgqKyRZ/DgBrn9jyUrLcrELlnpiwOe57j4spa9ZQTXF+Wm96ntTpaB47vxHXS7xcKuMAc8u3lKhqQZ6OKedWJ7Z056jszrHmDNqIsMybcpP1MZOrfiYjUHZihraUrvguAp7I1tD62O91VWVlHHapZWmjDQFefneq53wvutdM63qW9O6+s/2RuEvv/hYZZSt7DQ/sD+8WwD3kQsXwkuzTvjI7YNa4gTmw4paaIy1STGDEAC4/g9JU2IBGLgi9rQ/RhkyLXoQc2yt7Jjeqwnc2GS7A8s59IUv1nQpE3Dfc7UX3n8dlYFoOZnWHN2VhfYeK+mQ/OPzDiko2pofOI17g7HpPs1SI4pxyK4VO6g1NzZ/lrJoe4O0UowDYTeazsIXb2ujeswluYJbnr3tuLlmQzmGOnBtfM7XLPKWUm7hJEsv5WbC3sU+0/zEVO2JZiYLTdCFq4DnaykvSAuKFqdKeCwJAPfDyFF0ebgEFX7HPOYy8U6ZzKpoxKIGYJue1GF0YjYuEdssVUUZVXSW5rByfWUpm3FW9dXY2s6JsyoomSB3cVaBQ9WQ6PzPEof4jPJ5F2clVyBOLRGFs90QjWfrpWzRBQVjR5+PeysiVRoGv4OlhrrekFGp+cHyM5p5YebIjEVnlPJx/hlN70R2AOoOWNMC/GYVl7KmWqZ+uHePu5KWCbc6mthTEV21Hy7Jplgz5N9u9RDa07XrgNA6CT9zMjn5U++7Pvh/HliELSb2rgDcuq5v3j0KP3ccwgtHI8ZlvcaZnWRJ4UBD8ibgFpWmAlpIaWUj5F5eGJpbg2kb5gZ+61AtklbAjRaxuqSRU8bNybKPPoYrQnhWh2s73fCRJxjHLbXnfO6ni936VZi3Zou+j595Z+cIq+H2YR3euGfxwlwcGkR0WvJwFSi8ky2tp+tJM9fCSeCaV99qP+Ilu5xWLQqvwCNDYp2UmUzltGPhiNOQpj78hAIuY8o0r8Q1TGtrjoUrT2n3YAxYsgBa1i73udIJnFQwJ4gr4+wFA1g+2GIp2oDLGcBpzdsFlyp8SnYq3L4tryvBHBnQySIjI5px6KQkFp5ms4471h0pB1zauvYZydnXZgAXJa5bEifL9fFy7X6fUV0TgC506EWkKQ2v0S2s3kDkjcPCvTfqiFcQgDtF8RNzJ+s9Vpd+DmkKchIlz1+42ZO0yuRZ0XUaboUwHoU7v14E8M/vT8KPf+hGtf+gA+8DD7ifuX30TL87/LFQV99ZpyrqC9cVGtCgAbise5yzlKExQRAilwzdLa7saIAfQEwL980D3USaZ1aUdpxW4YTkD0uJUJdLEq454Or33UShgpsNJsWDvl/e0fnhHXzxDjwcVg7TuQ+TOzmfImvySoNzJ4RpUarFkwu+VMeXAtBF86KFl6dpqYAuWr1lnFYVMLB4AWYoVSf/M1YwSVPVKqUdCwsXLP2nLnfCi+ZSJnga9SAWYaCbGZhHAKZ3WKxaSYurw9FY5xj5TWaRJs2F1q6JD4vlms7iXkAuXiLAzXH7qiqdLFwFcm8hznP7mk3eKL7tATqNxnBBTKVL5qq8Q18vOTO0bTs4Gpd+gW8nSFPYPCq5va0PhO+FjNoZavODB/WPuJarEPomS9vb82mqT+lSxs8gTKHTmigYg6nl1LK+AcvkWqUpa8+IeC3kI9zNqHvw3LVuuNoA27Rina6u5fik/gfTbvU977tU/eqDup5JmjygM/z0m5OPD/rVn93a6nx4dJxq3C6bLlJv+pK24w7rgjxcaGNwhby5r+6zKztKbMLLh0XyFlzKsxAubUGD1tJ+UlR7ApehFV9n3C6ylTVeS02O1o3EPGZBKk+9/5Fug3O87Nl+M/8e8nR/VIdX7iphjXmYTOWJVkjLIpWAK3Iys4JKC0IH8UX0Raw7wPUdbcheZgyPUJEBhnNngqiHwgBwkTO5X9NJSKQzihFTzVzua7RWzXKFK++pK93w1Y83G9BDwJepQgyVyjgGvshdPxiDDJUIRK3auFNcsvCBd4Q01t87XZvVwFaNs+auYF9akaiXJhHnztcqAVVv0/LdGsQLWM9CJZ3im0Q8H29trIt8h10tADdbCvdB5vtuD1Fn+ME/1YjpGn1Ucm8TaUoNGAFdyMvYnEKJUwBchOt2B+b5c5WmJIbrSFMSerF475WtbrixW8VyuotWCK9uOKzCaBQ+N5lO/9xP/lj3b/zgD0rdsAfuzwNp4X760/Vw+Gj4U1Wv/kQ3VFtIP5AtDeFREIQiR9cOFv6SmrjFJk6VUpTQQAKTdrxI+bPocrF3DCp/kBqgEMoCuGbhYh5gSiNXFxutB4q7xXpjbCJWS3H5v+4aSAAv3OiFZ66o5Szigufcfi6fdeXnnzOOutkMRIp1XDS2J9bMm+OisfmZtvdWzmeVOeIRXr9Xh7uHriauU1u8S5FN6XPgTMIxugsjEJI5q5sMh8PHC9M4BGN7d/b9amUbuFicjZWWdOkz56uMjz0zns3C0UTduGwRGK1QKm0LABf796nLvfCixXBVmUi0IFaZSulLNm9YtMhfP5lJVTa2omtLuWkvKqHiwzfEaJbWpGXpn720XdO+LF3BElMWDaEwd02Ueqs6ejmsEIquuNMEomXND9vf8kHOD3/Dx8W2gaZyeQZ0ga25l9xZ/bYfoqtAwNwzqXRLbCGuK2k488/oKufo/OWIkhah7HKtRZmLuduM/6vO8to+WvVpV673XknPpiudcr4lrmxeQqw2YrZIoxK6RiEfF8mRXk/oe/V0Fn7iaG/vT3/wqUu3HjTEfeAA9/NvjT7Y7ff/YrdbfYf4+OEv4/kwpqAX1IwJeWBARaD2GC7LMEKzsjwwCD35N13IQYpe3DkOYadfS1wXhS9goV4e1mGEtAi0CAxVGHRmWmWHpJgV8nAJyl/7ZD9c24HlnJQJtXD4swoK/1xkSi56fvWqNcfZdGwfN9lkbH7GP8sm46hSoCQmrP+X7swkBJDSNFy7PlXPsrOW5+Ea/Fl1Lo1D5iaagK0zdHCHdF5yFat8RxsBegcKJT74sRTMffF8tWZB4juezISgxG0vHhJx92rKBi3gaIcaaeppuJSfUJZyVOKcBUsQFoAE+14KxRjr2LU61FXzs01XVKC7EqCZ2edd6rlikQs9nxbk93q7aCxdyjozMoAVHFeJswIBxHoVQp5XmFyc1RSs2oFi+n5bk0ZVqkQ0UxByYB5BxIA/A3W/R+sw6FRhZ0vLiEYlw53/Vc6RnpH283+/5Aj6ZvOsfGmvDm/saxz4g9e1q4Ocn2KO/Ix0ODLX8iayDk+OMrr9vlS/+sfj8ckff/aRwT9+kED3gQLcl9+uPx6q+q8Mt6qnR8eqn276BzHcPC1IYw3q4p0PuLwHtHZUSZE+5WYx4N9wB3e7Wi4Sg2kz+tUqTUnhi5mmBiCnDKUjN3/CTVfm3f85HNhbByG8tY9qrnlJ+mYxDNo5ZbHHZDSJKKWpJCxdF4uNjOySeFVCureaVLKYXJFf8D3nxSAM+K2HKWU54rzRxYsqTmIUOcB1glhS3GYhPHVFY7iZ+5ivmmSoGdzG2tBDrWntxiSzKOKqiyotNYVGUi8WMYDn7bxoPFLxcYxyfTcpnYljyBzSojaGjk5sI6flpLn0roRZHRnXtGodcpqnIieNlRNiM4fkGUncZWcwYMnFRFQLL8WH9R3AULg4QN33d/8ZxWO+fBfcGK1l/4Hrqhzfnz9VGA5DGI/Dm79eVv/7nrtc/eT9+d7l33LflmDRVL74xXq7vjj73k6n84Pdfrh4Mj49DAEUfXWXVV3K7NcJwYUYBKpYObkVBrCeezMR0HKvWLVFF4wFLmW4o5+8gkpTqQzf8tf08I5yBQA/KIYxlnCDbmO6uVQYl36/1LyAfYUzee0AVwaL6U0YB+/bMZptMrHovp9cAVyx/GM+S/tE8m6kbBsIJitAAEt0qgB5eDJT4DU3G+dOYt9TV3rhI493dT8WWATvjACtt2htxXyNYMVdW8tGyo3NtcX6zVzlWcqNi7OmN6TL610AfBjpzKQLFQlu0avgFplSyz4XhVj0VKT4rFfHGlvCDanx6FRAJ65LG+DG7zfr38X1Y/52jP6nSebP3Janps7snUHVCIm92yQAAPcLd0K4daiA+8IjndARF9D9+wMX8xTHpp79lfrO3g+95z1X3r5/397+Te844L766t6j9YWLP1F1w78ihCJx3PvEjVyRLc8pnV/+DNKyQEu+ZPEsb17gaepsSIAqR6hohT+wauEeIWlq3UpToLmjhjJqKWvnIX0p/hk8CPBZ265FgImRQR1r0WfOc5z7PbYSqEJ49a60tNFnN7BLVq+zM+a4glW6O2OjJc6arStflo/P0VXmkz2d+UWnZbRuvSvWxY8z3LYf+HWI+x9Oain4AiYxjglIW7JPZ3V4+mo3fMQVvsDHodwBrPdHM3FXx73WwhL2ojB3o+aCo63SkrpAFawjL8njo9scVIqiB8DFWVk6M25kTjiOpbvb7EF1XYr1bnHWVlewnQtvNZsy1Uqak2BpEWd1igh+F0uEOkY1p1gS9wSLIwva53WnBcrOv5HSwEFBbBdetbM66+d5Rss5Yt6fvx3CrWNtAvP+R1J5y/spo+BihrV7PK5/tntS/ZEnrlUv5zv6/v70jgLuK/fqD8zq8DcHw/DbxmNjjZqLh+4HzTgwkcXNRxq+IzLwvljLFfG5zkw69DB+uKw9n/RqdJWmcJ4gqFBTGeB4cYi8sM0qTaGjBs7dB270ws2LpnfzWYu0BIkoFs/ads0TWcrnVyJD3kS6vLbS2q4wR0O77Psa8zG3fC5UTz9HEKhAclPZnBe9l9HNZYoELNIWvXLmm5vLGFEq4S4fZ2W+KUVLQgOttESL2q6XbsPiXGcHj7ThOQxgYoAyjqtwNEGOI4q2zALaRGLfPn2lG772CS3tiNzZe7Boj7V7jyoUKfXJM6/jtAoLPxKV9PQsrLRUZENl5LAI5D5jKnMt5FXSYhoXFQ4+vLHSqTV4DlN6BlU4ReHKuBBxsIRedGK4kIFKCrNaCzDNyGCFwiTu9+KZ/OuWcfFukQrmmFGl8M3WsUY/ZpCpwPLN09bmnvUHSI7gMT97G53WkPERwvuvdTRV0yula8iolWTdgucfDCq4mH+xU4XvfvJS9an7C7O5cvWOfPfLt06+tdPv/uigX31gVLiQnYemrVVkvJZtas/6j+qmxltBacf5WSWGy84XWupRY13o6Qi5heRtrUjFRvSrNS9gCcr3XeuGxy8nZjIFfGkVnNXz+3G4JPd77GXv6DRzhMCCQvTlO9qDNbdU9ZszQM3YMp78k8fS2+Ks0UmZfL/O7WyxO7HwkocmPrv73gReyW3K9BrlxsY31fiXt+C1YplavHdGs/DoxW746se64c5xHfYBtLRoKdVF6tOFbR6B6C5dLgLkE4JmZuFFi9Hil4WHNIJJYTo7B0F0unrgKd2+PhbKimScC2sws1obGpakBczjrDFPmsQvkq9MoYj6Ehi4hp5Zqz5OrOPivBHHXYU1uvPpZuOaJ/2My5h8IJGIZcaBU7xgKW6jSIZyjlTfaJF1y67x923n/zzOKM7dZ26jLC6aFYTwvkcqaW9aOpVXnfdZzLE3QInS+s16OvvEU1d7/93yXX/2d7wjFu7n74z/8M5W/5P1LFxlyo9tpSL61Hg9LUQqf4S9sEoqJ2JiICRooYFEmhKLt2ApK2OZ5R9DGBng4nPoPtRHD9x4j1VKcaQpxnN94YsLwyo8c6Ubrm37iNLyebdsz42ef76juaGHFzts1TnmYnT9eWdONYqVlZ4VFtGdozq8hUb1Jo2k02YKBjq+srKR06ZXe0hZLOboIpeFBquXcuXqmMECtx8AACAASURBVLaeYUqM/erVrGylTrDJ9nHSsJGG5BlD7rRGHK1QSEVZ9iiiIMpdPAa5UjFPfMjXA0gMhFRniLai+g7UNxqJYLJa9uBkLqslx5NsoB5txuQEMJaWo7vZvVaHWF+jmsS+bGYERfdF2Q51ny8t1XLddQhXLzu62d08uR4lTBTv2K9rodNZURVbTyuqQZdq+T7U0aFr4cl/sBcGUiRj2Xlsl3/rn8dF46x+1j9zW/uTQ1l437WOZHwktnTbOKuPndZu2Zrkv0dcN4R6VJ9U/+HjV6ofPntIXTzifQXcuq47r+zNPlFVnT/X6YYeGlbftz+xqLiS1qXYBZZe8nB1o2utT+vradcQL3vzQF3Ku9LxwxjJBG8hqehnpdCFjKkxtmGvCle3q3BluyObjjHb+/bMvxm+CG7WmTY3GJ+QJQrtyli90ZWJrd50Kpt4c4CLe7ThLX7nQcWLoXJpkyfaRjTJomSr9n2ehUos/snvy9jWBsgq59vFtYqV1P9X9Y3FgBsPvwNcseRlH3vALcCSH3RuVE6tTLnJhL37XJvg8RW/fDUn4zMlTaIxTgtgRyIdFbHkVAeYa7jB3mLWIah5aBoivQRcd4Okn1EzYPMIujpnZeqaflfywqSULmZYxP7MAeVqq7BlzQ/eDUf7M7dCuDvSOvXPXavC7jA93zs5/66mntTTOvz513bDn/5oVUFy3Jc/9w1wUZbxy3fDn+n16x+o66pLctR9ecolX+LDL1E0ymGpwv64Dp+7reXGnrpchUcv5EUF5P42JUsKcBgAU04+CA/7G3AOEFh4T6+hznK07/xbZa1cexHoIC//zEtElkvjD0cceUGclVshjcON0ay0pACVWzPcSPpd6bMR6CnMvWs437ANQI6xzozsk4A7bl17WA/C8r3+eky1JbzrzMQahRt2xTgrPxNrU/t8kajh2NjyVb5mcyJJEcxLpnVeVMoeQPJw7S22BIAjsS2m7ujClgLSx1nVKZJIVHJ/i0QtxUPiZ+hvsvRFe9nlMBwDnBTUGEDt9/torqwtNbBF4VJGlgdKLz57tQqXtx4MwMXDgEwFMTCdhL966yh83/3qOnRfALeu6+GX7s0+2e91/hjrceqhS1sm7zJDV9xq9/ix5o2z6B6VfSb8nGVCQf5rt5Qo9eTlEB67mIpo+9ZvfJaz/P5V1+i8nv9+ff8q6zjvHalQVK/E63tBUl9cbYLomsslhoove+Mit9WlqiQplfH5fsCgyXZpHptkLJmgdmDqi2q0HTh6jeczgM3qbBPmTseQf9IatgfOWn14t6lHEzcG1yQygIkO5lLOQNgIR7Zg+itzzbcxgPU5Pfw4hSOCapqBTtG6OVk1owRqjNcyeDzPk+CeiBsjuSNcG0cD+PiA1v2IJVEikkb71W0pKcWhPgbzjGA/aqGUJON8N6W8eqQpME6Zy1iT9tCkTgFst9FxSJofrCYjV5G1ZyVH8DTwFEJugtwHg/K9VysNqUledFPWcjHvpxyFotProQ5z+Fu/Xhjre566VJ17ZapzB1yUady5OfuxXq/zR2aT1H4rLXC+KaP26zXdmHKQhFlqV1VeS+cgbxdmQtYRW7IcGmry7vd4IYhBfPa2xmof263CU5dYXjJvjycC3JNm4r+TgGlrX7b0GoWhF4objd18/vjdrWPPW0cTTH4dGf079fOv+47c2oYqjCa1pAl5130kvlifWpVdbQfeWzQtoEAAc27ahtvXo1GLdaRDeLevc3fmBnmmH3gwp6qg/CDv9vWtGVsMfVh48h2l2pBXWiodBFFAqBZiJp9TKoo4a27hFYqNWejtJUhMA4hKgb2DNiUj154sLu+a/yZUzgA1Yp8f01oLwtehQerU5MJ/TSwhG8sv5u77mNvtATa+hpxlzEB4BMFs0bgPdZIZ68DGlqYLlaYNIVVRQXc1OeojEukz68io1c4ovudLd6uwf6KZHTcuaHiN7Rfb5f8CGeXciEuf1QbP7lsgR8FgPhnVP33Yqf6tr9it3ii215n+eK6A+8tv1rsXB7NPDoed75mcaMFrL/DysoG2wVqZlCbkW/PnTIzN+RyFq2zeNcfGjAC4n3lbyzcinefpy1rkwj/HorFP8/1+3LZ1W2XsVe5ZNPYq7+i0z38Wc5Q80KCJ9mhUX25siQ/So9JivTaJJXQnUhjZ/lwCuOl75x2tEnBdd5oWf2Q2ikOMeXFW83I2POviRY8eJTeqI/JQX2jxuMawSRZnJbHJ0s+8EcwYeEph8fBRgAo/6OPdFmcVp4MTeY33ahaT6gOLPBSJq9asRqaKSyxw4r6Q35eUniRHUKVLUZGfd0QsCn372+m0pvmwykdeHIRu9nYLmIOxilktRCqUMpTntzDYJrKOSzxPRq57RjEe+C+oNIVnxzyv7zCG3S7rTytHTiPH0Orv6Gj6U8Ne9w89eqF69UxRdsH+PbPv+X9feWXn8d3H/8tBP/wbIEdhM3glQxbHRZy8gu83Z4ti0maYnsvY0CLvHGksAvN/9EIV3nM1j+GqGMmfZZVrZ/X8ZzVOFCgtPNpF722VZz3Psf3zQ0ghLxWxXHS9oTsS92gxjNKM9IUxnNVmDFbFKIumerBrGYcHx6eqxMhtRIm0s0mKVpCz+GdWfzBZhz51kaCogl6/VYa3/4tx0cJUVUCy+z2CRRmevk8NPS8UEe9qLwYhQ7mHofXqnKw6OTKC7fZGMYgMkZIYghVYdzqawxrRr90KJTjnTTDapExTzOWu8E4MRTSbVyQFgGQnl4WtFrIihy12Imt1UKTErQNfYWYd20Nmnaiiqz7uMr41Wdtetw7DAZ3aaU+sI0dXkSPrymisD9KCkLqGf1/eqcJFFPyx2eeqbFOO8vfxbdmF88ARfMfWVhWm4/BzVRW+69EL1SvNXXL6K/PU8FON/Epd78z2Zn9tOOj8m2LZxrKh57FU5yfOAbi3D6vw2bfVTXn9QgjPXdUuQTlb9CHkPigqBwTnwSiEN/b0WHtCTWvKjQmzhEGJH5tTZvQdL4qz+j2RYWwpJ01F81aTkGfQC7cgDZHgKsLZgG2zSkspxpml3EQXu0fvBOYES7KXU6MHjZ1zjVNTA1xLBUi8tTyT5vAtaO894BZnbbOymyk3+k4Kx0W77MryhE0ZszirPlPzT0uXPi1g0eIpieFsGr0OVOIaUTX36UgFmJYqod+DkQFdetjqWpoeCOgq2p+TCbAu5Ko3EF6n8bSSRvSP7HSkQlqrWmD8A8xfixCh/amS0rAt8Gz9Dp+Rz7mKqrDKmug4sHRHx/X/1e9Wv+88QPfMAff/q+vBtXvhR/vD8D0nQrZOW7ktxyzKIhefkEcvfm675guKzxt7lXvmjQ2XEVwin31bLdyrOyE8/4j2xvWfkadsyZ9b9Z5Fz8Zx34nn9891nt9/mnfUNke8qzf3tAYxU2lU1BMgmsJ1XtH9RcI8YqM7RWYXJqB3YNsAYf+5ZQzgQr4kQKLZqjdEy9KaMKRCHM3avZmqyvMWqWQJTGVkE+RtxSBio4MCZFjSP1oqNMV9MQiGhn2zIWc0R28t8otbpFVpBSVuk3o02hjA7pWQlhWgDJB8J5arcxdn1dEi3U4Z7vizqD2hgqRKQVi4Zv62RvjnKXPsUtXctblKiM+jbjGIQJvI2vOSY8cnIbx9qHsITGU0b2n/Ls0jR+2D6ZS539pvFOuI9QNhrN/VKlzRmxJdH03cWBdHBHRRCvKo/qnRpeq7nq2qO23rvum1MwfcV+5Nf7jX63xCiqhH05a+AHfo6VDO/GX+PpMw/L3frHM/U2hOjQ3uT7UrMzZnbLzcNw40LQgjX9mqwgce1f65OYFkwbwVmvXIbTLvd/D5l8+bKHDa519hnDXeP44iCFQo+4h8aJmdL4ifuUuT+7A8RN7tKzaDSE2LBUfGrc2duFeaKOpz1V0gTQk88HvIy9EqhjWda3hppaXMLMy9MD4/tNXtmykNajVqqUwTjkbM8a7huF5CyUWiORdJAcszY+MxoP3l2coEu1gnuV2cJQyUFzG3Z7H/tM9x9T71aAhGcPWlO30IXNdxsduX+ysBKhUfziW5d5ukOR8fXQSqLNQhpKno8ejEdZasrIBOZiBTcdO/83IU635vNAv7Y62n/Mh2JalCXHFYs+OJWsFizMADYOVI5T11NOssEuaDKRYyxjLZuv7z43v6A9Rfnv2P47de/refffZZKx67Kcymz50Z4KKoxWuH4U92q/BDCrYUdM5ZU8TDtDVWfh+vuYoDiZ/mTAoVosvH9jU41x0bdPY39tWljD/QztBmCi+ZhQW4lHPHXmGO/lnWnWMSenmssTGOCUyV/7ZufB9t1xxbdOk7WjT2Cs9/mnekU2/uIwjI2yBQHemRbLMeYgoQGT6ymKnVWgNwbZ2ia9q5VEt2byvb16R8StXJAZeKgX8dHqh8PWQfZzW2jNX80x2RrMFkAUdr3c/b7OJsCWRNtUBM7N1rDdmdMRG3HotIqJLA75sPuPp8ji3tALckr2UCii+EZm/hmo0tBp1fLX7edH2R5y49SI3uZCd7fSkXjvqT7wfcXpykTePyI60CuAmem8+vQFrKjLRP9LMAtn7fpUqtcNbtARtjZzJjAzmCWcBIuX2kFuzuQNsQop/18VTL5wJ0td+1WbO+MmdVha6dS+5reC5Qo1mA+RxwBFsfZLST8ezHbl7sfKI6o+IYZwa4r+7V39vvh788m4UBilp4URIr6tgR1S3hi6kz6pAXWOeRTFs4T2Hw47R9n5wlNj4oire7ejAxolZe61VVeHWvDp+/ozO4NAzhA4/mFgpp+56sssrY74bnX32O7e/NdEv3DnQDNN9/LDvg3L7pXW/6/qEtv7EXhEDlgSsqSfxHUdow8YOcwEoyOZo/1CVAhGlt+VeynbyDJ8KVFbY3gdPGEmWdjoyrZRai2c4yJ13X0hWclCvf87astNRmuQoomhAkA9ijeYpl+ocxhS6GWNzv5vxThaZaieoKTa5g+dmY4Y1OPE6e6Fl3/1fGWalYOGeu2sn6fYlQloB1HdJcxhWwynPqiuaOz3ddq+CNMUxOMlUKiw6eljXM4DwKQliRqE5loJQpIfdXjlKOjE5QeUq7XA26Fp9l9S2J7+tzi/vYgjJitVd16FocV/PMVWlCYSHEdJlqxCOay63N5Qji4p1OmJ1Mwn/8+G71Q8t38vI7zgRwX78z+Zc7w85PhrraQdF027L27dqyS4VTEp3exRcFsHP7KTmBUSkT1HatOc78sdW0oRmt37/q2PCSvXKvDl+4oyy7iwK4eJ32aheMvc4cH9TnX/Ud6XLka7vO8/MdZd+31vu376aCZftIKoUd1+EW6izPKbofd04yBJNWEAV4dK4bbnv0Ndcd28U4AyePs+agr1p5zqTOYoWeE2D/ji7FVGbBzWdxnFWNVecRimCl4ik+EVGriLPGG5zEUIPTKi1Zouq8OGt2Qh0oiE3sxuQMU69hp0q7OKtO037n4tXpbgNuSiOXzpV1/jGLit+bXMHJyvRidBFpjgpKKXYbQpbkN6cL4TMAGQ8eDfHNParuNZGr7UpBcoljvnAvs4GLl3+bnNG2s54ZGC0yWkC0rgNaTN4dVWGqPkKLaQtzTf4NMBUrlynV0ihCgViUMr/3KhTUQNnImAuQFPmzwpGg61ZV4WQyDn/88cvVjy+H1MV3nBpwb92qPzQdhp/t9cITaESQVxHJ+2PqgU/XEgg3r5XjqBZq+nwxjpy9OWPnVYz02K8yNjYJ3BYA3JfvKuAi2P/89Y7EHwAwq4ztXXDvpudPGj9F5fx3pOvfvrarPP8q67jo/S/cR6EKb+3V4XBcSyk3wwg9FR5cMsA1ws3SXqtUvNIhW8oA9rHLGNtN8f2y6L4AcwTzpOiJJZu9JGeNZ45xdfOKX8YBlD5/cvvGoex1q7s0NYEg+cfpIE6yRI3WpROlSkuFeiKf8wxgAY5YS5qKSQJTKuxx+pma4eOtuhEF++2BYnpNUimijeuFH0lz4tqMbmfL2HLFSjLwjUqLIy+5UIyCm9sby6R1k9cWM67KNfTWXEZMFRDO2xMCEMEQ7vU03nu/5SiMsKOTIO5jVLAXAOVbMM0KP6PcIv50va5jSoXGdJN7Qu5HpSiylpfIf8reTXCkq01BjmZ1+L1PXKx+ZtlrXPT7UwHuvXv1I0dV+NuDYfiGEUrqmfWYADCVyGu7tkq5sVXuWTT2acoG4oWiVOAr93QJe506PHEZhARpTFoAbrLwfqM8v38OFR5e4Vnt3a6y/qvcs+j7F+0RaMxHJ7WwlqN912KFJsAxoJnT3Lz1wHihar4/+baYz5pbt4mLVJIIM5sjwoq3yMQGisjjmJoUSHNOe9vZ9LcuBtymW7IE3lgRKZqYZitmRK4cfOL74DKo+ag3+b2W0EV+pW8oOa4yn5oBbsnSzZelGNCsXDEGipSbvNSgzo2r3r4X7B7nlaDt6mA5m04cR6Zln/fEPrr13afSd+dQnCtKLjxdzUKv2w39nuco5DLrTOVo0PrzR5MQwFIWTo+grCpEnD+UYP5b6hv735mLHZ8TxcnczoLHZv0q4KYc8fMoEYzvQzWq0bj+pUm3+pand6ovbwq6GwPup+tPDy8ePPvXt7e6v398rNR4pgyoFcFSY8mj7n8fS6WZ+spDpCQ1PYG0RvRHf43/Vs29/Ez72OquaR9b3zLnze/mob59VId7R/ocu8MqXL2Qz4euoPN9/rY5nvb5Wad2/vNvvrb34x2t9vw4HCBQ7R3pwfX1hYWA4vMw58RZuT/amptDSLfGWQ0dKmhuVh3BfDxRcKsikYR0Dq6u2IOd8PLARs0dzyAmPEEhFwk+BiifyVrBLRcf6nZWLwcxMabc2Fn3pfSiQHVDR8OFpoqzJlk8okzdUrmgoFLGWdsqRjldyq2YEZXsl+qaV3BVtm+7/ZiclR7p8riq+A98p6c5EtVfzp+j3aXeNoxicGqWoD+rlwIdy5QFHzUe22M6d9313dDp1GHQN50mytTVzhHfxVw5at8O1/EhLNqJymY1Yi0Wb30uhLhG17pYt/pOFHCtxKYtO/aZXJc9zhCInlvwbHTohA9t8p/h8ci7y3BmtecfDKswHtU/NTipvuvq1c3ShTYG3NfvTb+vP+z8xcnkwekAsVxsrH8HFgipJa/vzaTZOeK6Ny50wlZ/9ecuj/P6s3j4iVOtAPBuCgIVUg9UyDb+FO7WmKphbNp5lZYSYOpRImlJ7SAVdFHYEALI5o0CR5uae/cj58dKS6IORjRZnHLDSkvJqmVFrWhTZsKYz0AQEohruEabQJ6LdhPibW5rm/g8MKTA1J67OqqvtBT77UZr2X9zBmVFhaxUMSu9b2fhuU2wLOUm4pjHXvt3nodLMEsg4/faIoGbyo8ChHWXijLn6fJ61bnFk6kiT2ZfkMJXTWUO9QXAYqYL91Rny30Y7vj9kVq1yAhVoIQLGQVdaN0aYArAJn8yDCfcx5i+f2axcLNYvz4n/hPAvY9/tlAY42j2Ezd2u//uJl+70Wxf3as/NuiF/7muwjW22ZtXxafslpEElGklNuuSyFD+3Pa5VcZe5Z5FY+O58E4PxnW4daACFGCLMo/kTMnRylxI+rOAtblWEMeAiwWHE4y7Dmj7XVDb1bR+kJ+fG2veHOc9v1/X096z7B0tmyPexcGoCrf3xRYwC8+775zbtyXOqh9JkFFaqmltbCa0miQGi9ZwhrvJsS03emUsA8hoja0XZ50nBJK3tqXofkulJbU0fHTQfp7T0UbjsMnA0n+mEZyfK7oVm25fr6I0RVN7J6Imf6AV4DIGcJvblwrTnBV0TOrIGfBBZX15KeXO2ZrlStIyLd3XutrcY7QLk9VKL4WkPReekex8tMSrNclLn5EWPkpC9rop62LjMwpYnYVw+2gWRlOtJEWLVK1WNoUg+cm1xTSLFXPzRUoIqOpJVo9MjOOKtatwDQOIsve0MmKV54eS0glhPJmE33dzt/rb64Lu2oC7t1ffOKrq/30wqL4KDb/jkXLqq1yj/GqShBNQOYU7gteccSid1h7b3BEy7AZj8zOY3+2DOuydqOaG5O0dVkxxY1Owoabv6KSW2r5afMHYePFBdNMNu9qoHmNuOse2NWk86ymfXzbjvDkuGJufeafniClC635rbxaOT5IlEEHPhARtQW6WlO6hD9kIbUQBpkevsLfy5vPyy+STjXZa/FCKyWbkq+KU+h/1/OH/1XnXXpi/Cex8ZRSIjH3RzeoZwN5CT3ZuWilvcZU53qngBm39JrB5UlRrWpRsonZff77erDTkOh4wFlwoOhSUUX7ZQGoZaolNuZQR05rvuBS4eQ1ql/ObfT9nzbVIXpA8hJ13IEtvsdXZrQLOx755aKOl3BT3iIH2ulQGm3J7FTmCr7lzNAv7JyrHWF6Se0tjt2aEMOXHXqnEdF3pxuj6FbmN/82UuUxvEN8TyFUAXRfiWCijvHOHmLAORjkcwXpNp+HLVS98y/Vh9UvrgO5agFvXde/N/fCjw+3wvSRJ8cvKEnhtJfHm3eP2RaMuqs9kaPFWxWc97+/Hd09mdXjjQKuhbHVRW5kbQaeBOcDtfDzRZG4JlYlmZjVk+dJso9BTNOyg1VYao209Fq0Rv3vTe97p9fdeofPcI3hO5AK+uc/OKsmFGQVs5gqmlabuMH3J7VTS8iBFMPWWojF/WXAjnh27WWwNE/AquGexjuwcvMnZvuJSnA8Uue2U6Z8mqGcOYAwMIvszz63H3FPucTJtNUaegMoDbq6QpBWjM0B1Ee91sEMVrcsmWHthJ+DZSLnRdRS3ZgvoJqXHbHIHuG0pN4sEpupTekdbP2C/4slb4lbFNbPXYYqWn/Fh0+7KobfZazZTAGyhS7jGO+v3WCdcv2QdWXsyrcKto1mYzVThU0s0hTEEgHVxzM0cfzRvh85Iuy+pla9jmDppgMsSlzIccnNNwVwFI1a5Z2U5GkLY3qrC0XH4O4/uhO+qqmrlSlRrAe4be/W/OtwK//3JpB7U00Q2oLtItRNbJBIpogberq15ogU1OD8OBdzmY9vGZQEMN8coPOWs5fO2bZdtetyB+rzoIAQBfGVbu19Mai0lCJIA3MZkoWpLNO20oonc1EAZr1DqHm4D4ELbFHLDinO0GTcOZlpHpvIwbpWPHdd+xefP1+Qs3/9m72j587fMEdr4QQj7Y+/0TCUMeSCU+OiJHV5F9mLeqibBtzUnzhrBkvIkknaSm1a/jTek8f0B9WQf7JpYg7oIZ/iUmwQozrJukaYEAOcEUsEbI9H2rw3irMlut/ecgZJXWucBia2HKT15aUPN27TJ5i/GeRz0HeiNiclqT1i41NuEYrLCyWRuxllJntJRdX8lVcQUqEVx1sbs/Rug0udDDFbisaibndTE9O2ZYuLWUa+j0Egn9Hr4OxWxWUWOYA8ejKtwFxXdottXZb13BcucYM1C3rHQjIXd9HPe5a3imI0uCL5qKXPspBTo5bb+5I4QxxfYIus2kSM4Y/1BNR0dzj5x43L3R1tfXcvFlQH3jf36sSrUL/UH1YeQb/ub+Q8Yr4eTSqzcrV4Io4nGZ5EvCfeIUthTWoRYuLb38d6RZ0aZZ4qfVE3BWA//nO8KYL3xrpCbi781BGAMykVfzViByEA9Nm2VltTAKpmkJtbmNDfPLXw9/iUDOBOYDl+kEg+tYudStNqj0TLPiyqYFRYZpK5MqglBVp5K7QlVMDub300pyYNGe8I5Eia77CikiQuh37cJA1jGtjh8trZu3ZrIbMpOdDPaDEmai6jOT1KJVSBlMCF+n4WRPBHOdk1cR46UlKI2pSAxdguvaOtu1UYSvoOSPhe9bXO3uFmU3S4axq9+BvG8NEKEaWw6qoCgLYa4fa2oRayJLLwGFrvQmDS9IQqwDA8Yy9kuynVngfuZtpIhV3+Ute/sdqswndavhW71sUe3ql9ZZYCVlrau6+qN/dlf3bnQ+e7RMYWJ+tapwqkrLF1T9412IaXiXl7jZ+IhjqkKzXE2HXuVOS4au5wjHvl4onV6+VzU0FTY2iYSFoneIhuBgX8BZHM1s96BaXOI5aKcWF0/uM+vbr/8XbddW+f9n/U7WmWO+8fwVCQ3aTws1IBaKi3JjvaFA+xD5oU0EG45dhanUmeZU7bQH9UES7Lt9PMUHpkjlw3ao0WXQEFTdvzdBtyOKFPGIyNQOwsvcUdz64h5tqp35G5fZdIaYNn3zRMsclfD7ctn9tZVWkcPSEnR0Thrm9tX7ilfA6cXgUBBSO6Nc6dSUY7AtCJLPYmf80oB4/sco30FtKRmrrBlzd0XKAVtFbLEis7mM0/sO3ZCjGGqpy262k15g7MGwBuVUSfXy7OFJ4G36O5xchfT4CCnINZIjiG29H4yq9jtISFeUUE1FBcv4QLEwhkQq/g+4shwCNdy/b++/EvVv/TRj1bSH2/Rn5UA99b+ybd0+72/M5uFC+gAJKFs56JhQNxfw6bSmrRJLyuvNcYx/TkbhyXPCpfQ2mPbZmodOzp/1AXhx1ZBpprntK7C0aSWHDPEc3ksdUNZHllM9Si6XNhKCwDHALweYGp3/U4IAxTv9M8aS77RQdWcoxzxlnkvf0da4Uf18+RuK58/G6flHZ3Z+z/FO1p7jiBQHSixTQSLez+KiqowGoU85uq2Hxjea4qSxPAsUtawjEzIO/cx6xXLb+bEMGlb5lWrzXLIzCgrQNP4/oQ4bZSbeZWWIpOvRdKVSkICr5lj7fvvnSOKHFZHxmnMw59Plkr2trP9OE+LPUe3uy6uTYBO92QUeAaw6lx2vqO73sC1CeWW4+rDA7mlukj50LObwm1JCVKlVr0vapKUOcqcZnr9yT0fP5cFL9P65+qR89pIQR9VQsBiFs/IAlmvBggazav1IK5gpRYzbKseG2do6D5R6Sly01zKfE69pp+X/8iZa1Okii3F2bmaFwAAIABJREFU0F2JLXzTi2TdJnJUvJfdelrPqj9wbbv6H04NuHVdD28d1X9vOKi+GUQpLhMKtvvYCTaKv6ZpAuxpqNOI12zj66Loy/DF/7NxIuCm71tn7IVzdPVLvRbt54OYA5ogj8ZV2BfWsR1zA0o8l7pM1LUHt4p3L9GFwgOtGyjFK3STGQkATaRRjNutbdooznpZY21XeUeSyG47ZZN3lAD3Pr8jDbSaArh4H5VzxCEG2Eqql6+SaHJZ3VvaLQcaSZtmHRPso8htT7mhqOcaN4CKlquq5obIzgpyTH+O5YtBRDesSeB2so8z8SLYp6jxaik3WcmQKFsyV6dMe/Wi+/LZSIqiezwVg6C7325bJs+iIFcrPCc1FjQxUzL1Ler5VGtxccqNn4K+I9spJuOa1mtO1rLfu2FSfLgMRbD5etEs2H2WxMu4x+w1y5uV0IZtJ/OAzF1HKpx2v+b01tIcAKGyRXIEIPb2UQhTM8aEOGclGb3Hj8aGGhmq6PuiFv6MKYEqAe4iy7bcFEq6vn9ytNevwnRS/8rhrb3f/vTTl28v2qRLLdw39yfftbXV/cnxSd1F2z1K5jxIbS/VBa5zQk7xe+etWnifKJqshpSC4vdjbCwM0nmOxnU4EItWhaFUDbKcNlETLA9MQNPIUSI3Gast4g2iAXr6fqzTWkuNZuTlZhV7zuL5swPaXMe273NsjzSftve2ZOyVx5kz9pm8/wVzvHM0lfzcVQ50Mp5sDzgtpexkw68UO8VyVOMjmnavbGX3PpwVk1zKDLgsr7TEuGuMdUSRxVh10xXcbG7uFEYPCjz6WROABK5qZflUoVzseEFD5VPbzLnnso+4rZANwggWDVXfZk8f1X8yeaCI6IkBbvBUtLlrgpFTjdhMI7P2jBQlAdIiXrBgLXx8nMqGzt8rRQTKtCgCfFYhSwGVBE0DflrlLRKfPhh5cvsegiirN7UBBUZGmKss/FLKjINJHQ5GJgPJKRDXnTUpsMej7CMg05pVEDbPgzGdeQaW9QtuAG5UHu6TrEM7xH4dxif1D1zf6f6FjQH3tbq+0T+qf2bQrz4irjdjz/oCACkaby5JKzWWTCZ9wSwnJ5MpxqEHz7942VoSL0v+fl5bZ2xz6GebedHY2Ivo5gagRcNkAVpnzUoNz3i29c2S9p6s2ZRblixYArV9uMUNjXZaA2PLvFPP31hbuppt2m3vyAuK07yjjd//gjkuev94VhCn0E0IqV4aszKAc65gL1xyBrC+U4p5tdbMleYs1ZwBnDi7dO364izzKi0pGLQ4gx1rWNMpTPiWrukWKZCDYEonkqcyl7ovHTlfkCSG9eYMYKalNJWC5BZ2AGgbNdlB6qehUtSotJS5ZFvsjBhXNjnGur3yo2M5euWtbU0LBnCzSlTzQzJnq4GohnnyEOi7yHlW2expHptCpFjnKpF5F3v8YAL2cg96l77cZQIYnjsNfaXP+rOOed8b1WE8qwK4n9FzQflo86M3ULMztAiNprKlQkL6Pe1epUVgxt+B9JV2yv3BkV6vCrNJ/cVJp/qmG1vVr82bZ8vOS7e+uX/y/TvbvU8eoYehd5uZ1q57S1+A7JkYblHNQmOBabeU1/gZf19jHHXsbTz2wjlybLouQhXGUjGlljQfBumjFsY4rWnTsimiBWvlxtw98fBz80i5MyVNJO2NVg56O4bQRxlCv47FHCXausbarvKOHMeyMfYq7+i073+dd9T2/Ked4+EYLrHkVueh8HEzkYN0c7UlC1OrtqMei/kbeGmYwv64XNkEbuksEVx5Oz9HwdQssK8S2zeBiF/lvrOs7JQYwV4At4uKmOZioRPVLQyc5pikSbik8fVzXinQzZ7u5dPyhFhlMAMeBQGTR1xzQ6QUh28D1DkMYLP48u/PZy6QSxB0Co7PlY7WZttXu/WhqzYiEi2Q4oW1CmZD5vy98bnmxbo5UqpqnOWU23vMwgJxC7h9obEmqeykcV26mTUciLcF5RXFLyYzvDPIOlVPs0IYIjBNbtp301qPwFt4BVcBWX8PAHfeHBfJukWyZRU5Otiqwuh49p8/stP999YG3P39/Zvjzs4/6vWq59DAmxtdXQtJZ/euDWfj5lo/C58TnqEwunHi5rLNvPI4PPQ2n9PMES97PKnCrUPEaZ3WFclQTvOMyd26rFJezOlULAjAjaZxDCMqt2449QKgAEasOFWumR1M2kdRjXFrdprnpzswWmst70isvw3evwjmM3hHjTme1fuvQ7h1gDrLSTPmnsywhESqFmJTRroirtrf6uGJhP4IMJ5Ypd/jgSm+4ST+6DJti/MqksUeu+WBp2GiOrJZkXHS7YiZC329hwTCHDiTsG8FimIyKV5sqoXzJrTHWW0tZHANaGeu6Ow5Gk+uBgHdF7ZOepySNe3jrC6ynQazPSyxfbpMnTXL850ITM7LnAFuaqSgstMYFHbPvPXzipkvIyssY4tXx/fq6GH5eLqOeWgkKU6yJCaj9cGTN4YnQ8NmvMmMBfcZrOPRpAooZTu1raaGiXkG7cOcF9nI+nVm6Z4ScJFiyfPWJjPOS450umLlvjWbVd9wfbe9AtXc83HrcPrvbw87f+l4nFRzRyyP4j+ufXTr6ZAekrlrC5h228JHfxLc+nF0MzTHTmLJwzS3jv9M27VoOwQU3n7rUHNqM8uUsRjWBzX1LOZ8dbQ2MuYxM8IUgvY815QRccPRSoqbyxh5aBQtDAKVzOWznu/zz1/bJAAXvaP5a5ucjfme0DdZvutF7+j85oiZwaPxNlK9kjkpe1jsAlfEJc1wfqUlleW2V2NcMbN5c7HmTmFbe7jUzYb7P+FAtLyozEbXqN7D2OpZVVpK5z3Nwc3GFd23953FJZM4V1lgtDMBQ+59Ik9SCprx8VwdSsvX0us6xjWb0sc/wSYpNykGGtXUZL1z38SAc1LmGisXSWN5UQvFIKsj7FzizXfgpOCc9oSi3GWKjZ9FcsVn+8+6OaV9ZOKpg75DKre8AmZST/6CGiFkxACLN4STKf5lXbWMzSzWLz0emJsopovm2bbn8msgW6n8fSdwJIQtqUA1++FHdrrf3zbbVsD9wp366u6w/lS/V30Q1m1hribVLX9nXjantfe+Cu6UhHPnP/YKc8QioEHymwcpfifkJssWZ74f4w2x8IGRYfCSlW3N2IO5W6TZIzcVZApcLZqbrDlm9GWr+xqamcPcNHNv+PDqsmvLfr/uOG3G1wpr67LCmnviQZmjPcedw1p6d3rNPsa4VPqZp0ePTdnRRq65EEpcnjlx1kUJlG0H09f3TRaPNhVXP1152FwsK/7ag5I96wqVluJ2gZBtzcP1h5oCzysIopImfyLBxJHG2opzZEJrQZzV57d6MROh2cdFzynOmhGJ/MSXxFkFuKgwJY3PRnBmTuGZaKubbWpKNHjyaKYOyTS02J4wvdwUTI5gbyvIPSaMZfPHQLwlrM/kv+5P/XZ0D0LLvkgqLdJ+6Bz0zQuWQ2v7HbRuM2fRqrKu7b41ZZQUw5jVr1Wh+rqr29Xny1m2Au69o/oPdXrhvzqZFD4G62rjXRqeRaov0yeAkyC14Jo7HV5bz8axs7zJ2G05bm3jII/s3pgxWRWs0Yq1lAE2PaZCri2lVDskE5VxXXksW10tdJGo/TH2y/ieb4dmRbmZ1+s3znk+/8Kxl7yjue/N5O6ysZe+o/vw/gFWqAl756CWJgeaFqQyBBauejJN0DTOegI6H59sMoDTB7ODF4EylSn0TNI2d3UCc6bSWIahDezJLx6A+O+GIDDJmReDYJEL7HHfa1VfLDMlM3esfL9PC3JrI1/aInKytCCzTHy8nAfJTbpVcMXzpOk9FPqmVmQeNT8TeasRV9Ty1vOaQkXzWOhULSKr3NYxWb/eLZuvuicsyfvK4sO2DnY9qS5eqfKWvo6d107m3qALXtFDv8YR8EhOtfSzlIffQtIrFk5lW2JMt5111C6A3cYUINENXYlGbol573RV8EUzA1i37ySO4FnQb3h8Ev7M1e3qP1oKuHVdX7hzVP/0YKv6HScji1eYZsngeErGTg2Gy2t67ozgkxc/i0F2fkY3baoao15bayxvMZv8mr51fiYLhM8Zh7mJ88ZG1aE9AG7m6rVN7Jh0RGFxhdjmSwSodA2/YoUp1dzsyGREKwJ8c0t1re6obHkaMHFNzur5kxqa1jsfO+VBpvVe+f2f8Ts6lzm6PYplRpm6/SMngOObm88ATpWWSoGqP3sBoFLRhLqh20JA9fGxCKb6+XaLl3s2n0vMFCiFcvyZgrzN7WuqRpTv5h43cM1Sv9osfJuKfrxZaaktJ8sbTnySdrdvimHOd5nSKWf2XyRtWS1iRdb4p1XwMwbsynNGkppU2moEQGOxigSWbj+YfOR+aH5naVqt4vb1n7FvNWs07pX4lD5AmIibcR6FwyIpEFRCrLiJVXWSUuKZ3KbMAwFVMz/kipN/DCssem9Nydi8It7IUElJyncGR3I5irzck5P6V0db1e98rKre8DNuvOe9k/pjYRb+/iyE7Sk2kuekQxOK/Qedvh81M28D2MGNqT1uRxbjmPlgCdZ6X7IlcmdLRmhoHadljsawI7++bey7xyHsIY+MhChmApiaLOw8Kbqt+GcdreIGipvJhBC2MCtIJSKUdsTALXrmcwFQbiVsIOTmzp33qs9PdyPZnOY09f78xpqc1dirjrPCOzrXOZoXA7H8u4ckUHm7Yj7gMn3NQ112sLzlYgAsYita7roXfJzV2y5xrIw0pVZYtHdc7CtBpgORrCSjqYgWo/NEH0bKczqMB9jEis0AsOHOzp8grcfmcdY2Fyplh0pznqm29KlmSUqdshXdoTIzT8K3xFmdWZzCbHOB28m/IjSxTFGIT5XM8IReLs4adfNosrP7UzJ8UtZIAlzz46hZFL+jPeac0jST11IwXdjLzgqhFlardYvuaURc7Zer8ft1c2zbXg9WFhke544jK8pRyPhBP9TjUfjXr+xU/9NCwL19PP2JnWHnjx6jVJcjKnFr+msu0aGV0OQ/0/Y5nwxQkqyWka5WHXu1OWqc4a3Dmbk9zA1kQljisDHmqkgc47WiHRv9XYDUd55hce50CtfNMcNGsorUDSLaas+WXFBtpDNuhnd2/R+cOeLQQiNH95OoEIkVnO9gf4gygON9hmJJQLVo5nYpY7aaUpQxSSPxpzmGCw9SnimILKi0lJjuJilXqLSUlRqiomhmIQgyuUvVp6rkK9XmpKQHIGcA63rnZJ8WO9AtfsSZ6ApORTVyK7xFbLe6goX9lhUnIaYk5S+BvL6ATItaSFTKFO6Yh0vyUDoTyWlABTAZM+mlE0rLmSnQm1NFH9xZryXxK6Z/SSglBQ58rnjjLZjVqvEXJtOluWIrHk8tgu/64baB56bX4BHsmRzeFGsWfW4VWesxaTCoUMnu710Z/tDHq+oH8Xb1VfkHfOVefX2nX/9Cp1c9OYNGUp5mmZEjZ/i4Q+ZzcJul/Ay/cNWxs/PaQgxZdZy2ebtFQCrQrf2ZNouPTGI9QCwVxkovRqjL2cwW90vxiJRaVMYsWkJSc/cZrFwQAfSgnM/zv+Nj3499tOD9N54fSfzHIRxLiCHJKFoieUebLPTWFqHMChnwNTLE4dNb/CZoQksqOpDHWX05zdK2TXFW7OM8m2henLXVtrY0HO+mzAKfBXsmFy5tLnURy2vEWeP2Z/ipTkX3G8Ub2k5TJrYcCMmxWhZntQI8S+KsrCWcs0ctJcx5AKJVVy6Ac22nsD43IBV5AnILp4BGtJPsaZw5Sm1deErauXdpX2fVR3VuElKR7j+2ls7o4E6At3RkaXdnQY4qX7FYuV06OVow6j7giJcjeMezWX1YT05+67Xd4T9rBdy7R/UfqLrhvxGlzrwRHtk1JqtOGFloc4u1XfOaXpR1DpTzz7CEY9vYyQ7m960zdnQztM47t7ERx0VjAuYJirAt2ulpnMLFXmXPsUsFGydzm1ncpfzMXHht/gKbE1auiQhjNictevna8sA319azWueubXzX899RcuWlPXEe72jZHLnhT71HUT8baUJHVnmqSAtqHnYC3WoM4Nw17krtiU8wDzNofNiZJHbySOkjuUfPo6vO08jNNNdpDCcUT9HCAI4eWgGCpAK0KQNRoDQYwClwMW/by9BGxDAvb9w+AoUNd3WyFBruczuPnrnddLEnZIpQWzCAS0s1FedoQTVHxY+kJbJ8G5LWKS0+ZSoeZD/bFFvNwsxeJ/JWE+keztSPt9KZwY1SWlvxZVues63j/9/et8Za25xlzay1937fr18/CyI/UEmEFCFp5BRrQCMCBhurEog1tSYmHP8QYgglJFIKAUq0BtMfmhgr0hi1Ij+qBlAIILSJVQkhBE2j8gv/IJGSr/3ewz6stR6+e+7Tdc8zz1rPWvvw7sPsHt69n8M8M/fM3Nd9nvqYxzIcadRreHP2Bd+T9QvmV7UOUVGhEpC4B//b51FSTI40V3yEUZfDkVlYB5hI5DhaJspHfu+bHuX3jZbBMAyLT51uPvzS48U7TylYqlXYH65RAxrGzybP3e/gOtF3W9ew7bnvTD1HG4pNXvzvtrZPN5v06lNJ8ZGJ0+AoXn+8ARhwxaenUXpF/PCk8vKMmaR9ke2j3eraVsltG82uYvzhEIMbnP995uim+kiTTLVhn9GBHRN24cg4BBSDn63SHmomJ7tQKxaVQKhGUY2aQ4UkkiLMCxM3/7BfU7Bipwdu+8r02ABc1sLFVKkmV+S4DW446Wdt47tKpobKZfxhTFhruvXBmA3F4x2nSqmhE/BCqS+BXIoXQsuR4FBZ7YAOLsq4dYzZBfjYTeCXmn1cRYZnpQgcWq+Y5wUPcyl8B3LzDctGoMm+dgsQBR/p9jxcqBqmwZ3FDK394/6oqKFLPFrPVSXwNeaBWj6eCwHdfYB07rPkG6bDFubw+n34CPP7+TiibT9+lNOz0+Fjr/6//LbP+7x8GtbeJz/57HOXb3j8sZOT/CfOy5FlvPCUAZSHq2vhHMeGZI7vYFv7tH3T36cayq+dDZzmUzaNqKcSNOVH8WlCerXJLORdw+X9qKm5Cwefo1k4IVOJSpwwJ/eF/nPGsW39Xdca4QCqIqUyswmS/fwTbQ7zs+IqUMYnzLgqbcjMHW2BUYMre6/cFssUptxYDVuE47YOovno9SEAzMzLV5oiRQHhUq8UtPCGn1Vjwib3idGfn7DUlgk/K7bD498HTJU9gsVhws/qa0PHD/Xggh0f/azMxPVHFRwWGOLxVU0/q9Fci6z4emzSD6ZU10r5JmjDal1g4uqpSd5aSQEtebgo3jOdzA+vmiXM1aZEjYqGKfXLqXa5rhiHaOZzcvLp3uySrYHTNbntOzeEY5STO2zSq4uUvuqNj/L/CID7qSfD244epf+0WafstXx9o2p5Oty8WKhcNzQermwl7Yz4bHKL7t7pa8xI9H6MbryOtplnDOnZitJDhjRYiUcuYFE0VotW5N81Ell1WAt7N/PeZSun6AlC7fHX89GiLdMxzuUc2l5N2whUVz//19rHcoRfSp9+DsEwAVIc2FqbmWUkfMYBSVMi6rP/RkX38QSuljEOCjpoyo2u49InBdcYKzNmZo1gHzPCTVT/0TWF0e4oPBUGrXq1Bta02KiBtWqmamb3Skv1a5qt4EAqwsjEofSe3YBsz031bphQYNASkgwLXqca5nCPlJswdWoMCUIcGlLGEcANq7qQJK5BFcxVCNVj7oivFYVVhDPGWTnDtijYKgyocdhpIy/5u5X5vQhi8rjxf4zMslr4cf+TQMtWRwYIzemliOZDQJfep2p9KgApdtwcr6t4dMrpDY9SOn+2/raXXz765wFwXz0b3v/SSfres3OZxyqgoVytgxywCBVINLWkZEsCBCPUGLa1jQuVzSrA8bQ/rWtVf6KGUrWjgCTt0LNUGeWUErYtvkxNch5OzwAM4fXyt5rYi3Fjeqe0WM/oGgVN0ZF9vGhuZvyt+bjO+ddx7TNHN9lHilg+l5KfHOwDWo+aXSs/q5t9qzhDx0AQPMHvVTGqsLSn/KwgmOoCGumojo5w6ABqfG2t1hdkPOuXzZzyPgJHQ89F5dvnWMsYumYezb6oRfHv7TzcuoymUiwCBu3V1ryZqd18PVrkX6vFCfeif6S6jQlFsghZ81MwAxwUnmlzKENSzVJTr8xyoqx3KnBJBJMCjYJTxcWlwM9hxdIR/qcUbSldh3EZC0UaR88JL+d4dGQUsEBDL2CeU+aKMfZ9ZH0Kq0TCFo7YOstcBvKiZcHfwTGp8MWJVL8yMtQ884b56PFxSquL9FOvPMrvxL2cXj3b/Oqjo/xWYizsAxCfpQVKta5JUXrZfOocpwWIZ4Dq5lQz7T5tWzuy2KztPfqoxRu4KpYED2EfG23z3PL4aKmSpP6ETM2lAWYNBra+xljr1WPedvGwHQuIbh8vh3Rcihxwf25q/PvMkVeKuoN9tA05TduLYUiffu5F6z2ETZhSCJpxGjhIODA1pxzWSdPs23D8uxCLJj7VxF07M+vfhP+4jEDyy7lN8N0Jh9hVsjAYkoO5uhUBbD03k2pIOWmZfYMwEwMdEUhLd2tzoUY5SplWHi+zYzRJa+CfRTwLooFI4VMXcYqDSA1M9Q0NPqr8uHiIhQEsg2Yp8dgU5pRV16qxJ/rxeDww0ixuujZljnn8qgXCiT9mgQCtv/yq3xwzs0AGmVY+77ZdS1xbE6O5nLPt/Fj5CPF8imhGV9EMVlnA9qjUd+Y9MZfXz+V1NY4EfmxegMhHlsuULlbDb/+hR/mLc86fLjR79fT08xf55FeXi/xZ5VxQpQxIZLoxfWFBsAI8F0yaMF+6IFrtbGtbXaiC/7JRqj6iywN2P77T6vestmWmVxsGXG5HNlUxM2sQFT+oZuc5C2TXM5RbdrKE6rxmtrnZ8aO0eND8y2Z0H6hz/6uao0v30ZifzGNAkZSenG3S8wsPmJOn9C3PQwfBiNd8BAh+oWq8AbixRB8TcFsOq66leBIPFliZZphFrpTDzZmJSMqNCpKiola9DsvXmG8FuFwneKyuIJDpuvBgHwji2VHMHk8BKv1jBDbDGAocJijZYlHG5Sk3bcCtdqrRRa4bw/RIfmVUVpykfgeadDeV0yqUExX/swVSVW2VlWEO8ErFBfOvWwi8367JaoccxNnypJHSaoVR/uerAWMK9bCF1uEdPmS2/zjwIh35+mqgUqu7OKTfJyXn0RLq0+suq3jmTeMIFUxarYdniyG//ZWX8kfL1L12NrwjpeHDOedj9fGPbBPGKBxwMO4xBurv+4wyodZ7yCiqxRQ2ciV2+pbDpW0MMjLM7d+nls82Q3p27jZ1rkgl2/OKjpXC5UWbkI/re/Hj935dF/2RIU/N44tdI2QtI18uCV5FikdzW/CzGvT5WoO4hdrPWqe9eNmAMUC2iypwxZ7JSGolLVVIE43FgBsZuTLxCR5XIL9w5338rCJeWMCSMGmotOTtttNFwuqX/cZM09eMg73sakZe+bh8s5hbFSQUPPgZj+2NlZYCN8LYDXlLAyq10lJ5fixbWHSvsiTGZwVXj/HAtVB5KDwGw8Q1kWJLX1xjrc21bFKGAiDyPL8l9aJBKKLH9R3kke3iJDxYjYBWrZKFQyG/2zGEam6FIB8uRmTXPHmuadnA1r5we3CEluFymYb1Or37jSf5A4UuT8+GHz45Se+lAJHiXIeIPia0+qFkgcLhw7o/9TkEXmxHyb9v20WqM5+GT+PctnEbT/WRP9FuW9+hcPan5Fjg2pZlsRIYsgYj/7mkv1ZpSS5bSgUin4SnScRFdNPjb83bHNp6RKOwtsbamtfO9PhvYo3S8qD98eSshUioUYnuZpWe2mIpthJSd8yk6njRsCjb63YohjJi4cOmqTXWZAPKLbjLLVScW17SY9EJawwbNW7XdtppQbr73dDpV2KUP693P6aOAZnXDr8dI4Cx1KxAiwGQ4Fr5lB6xWPPkKlZMagywZ5c1PAAzoXqbfgIXag2wKF+bEJ9yvSeMrYgxlus9FjhtfVTg6T50Ab7yqoWTGbUYFNnPyrRorGFAeFaWhd61jA0EDDxTaQOCDgsQ/i3/1RulfvFx9bIiFFsK70vpYkPnk7f2HF+j3FuqU7CktB2IK5jGo2k+omvyUF43hSMvn6T0qYvNhz7jZPktZaSvPV//5BsfL9757FylPZdRXA5rXfOyGCCvyZR41JsO0XO5hClZzeTptq0YNWyjcTvb+r27j5xzHxeqG1bYkEP/o8MN9KCEsvVlnWhk8vSy2O/OyVFKJ7L1b8v4mW3U87abtuhlmp7/Oe2Mmcm4P9fZR27706dk6uIvj82+cZ6NdVZRnbXZN2g+LV5ozEiNohQV6pWWmG/Pz1fFTILCjHdWWgJmyC+UCw6u7iKI0cAyZ/Q4IzfDpph9baiojVYm6fH5bw70nvkvDDwqfdzHYFJsWGjmVlqyuIwJP6tVg1PkUV+pgKFpDd7JWigqSrjyFABXNfs6Lvk4+B6vR0q/Uc2/dj+Ux6RtPna05WfltvgnAj/PGV82S4nNlZV7nyjSolDGQhyP0ftKc0yuTNR3tf8EopQtwkUzXFIgU+0xaY+ydt12McWjFI9cubopHHl8kijo8pdeOkp/JQ/D8IYnF+nnXjpOf54ilPVcV2RmHgDlg+FrkVHqNSLnuJ3D2taQ88Pb3t1HToPiKd42/uclctmPmULA3Q9Stz9NguhLEpl8m8Y/XhO7aYuAO03b3e3MnaPr6yNLWLTxn5QAqipXXRklSOsOKMD1A1ApcCmjG+tO4Qr46fb2s2L6UDC3MgCin7WpwQlgFLhoBDa1ovEVWoxZq4C9xc/K30bkwd6w6It+VtFFHSMsJxfiHAw/xJQsTkcOyomZBLUyb1+3QJyxnzWYbGOYBwA+Sx16PlEANZHMzrr7AAAf70lEQVQKCHBLFK/VMWaAK5fkSD2HLgUt8LOWHFlddUb9EbOxuYLgKRXllFRIZcZfiIxu5XPb/QnAhl7UgKvBYmtB8yler8WVaP4ZuDU4UOomQHEQmiXEqBfJR49PUlqfD/97c5L/Qv7/T4fPefk4fWx5nN68Ig03ONk1D1aWh0Z+YZQf5HeWdSH+qnE77bb5HSgbOGoba8XGuqQWiVb64JuJ21MzC5Q2bLRd1pIsZv533I5KnfT605Xm57qGe5Vgq20dLXJ6TH43M98fStvLj3/3HLXoXdPx8DlCM+euOfI1sc/8S0Tj1nXka5SKozynEqCNiWcs84jmKXOwYaeBgSoX6ixUljxfc9V5cu2hnV8S+82MOWpWrL0a7w6BS6ChyUshylijhAtoYIRuNAUbEzf7kQCI0NT0QnYqCs6YVBNSqvzsX9aSWnWq20KET6DJIAJuVk8dcm0NjAAUleYo6KlaguAYTKumbor7DkrkqoZpQVN22hbSR/W58QKcNOkHScIVJ11lGvhEw3Ut1IuFsHUC5rC86No7xzVo/rTzbBbm9FmNUNCv6rRqsBPx1lTq2d8nHMnLlDbr4bX1kL88nw7Dmzfnw68vlvmVDan1jbB0ndaHUGlq1/gpaIY03V2l0i4LwrRMXz6igIq2CatsP+DmU/2e8wy2tWv8ZetUa6R17aqfedF9xO+TaYsONygR/eVQACxuEtktRgBzmURRWVqVlhqLRgGkxczQFIwmZQUGZGsa9MLjEBZYaaoN9g0mxrEJ3c2X7mdF8FP7Y/Gzii9G4D34WR2Y+Izf0ke3Hlq3+J4wfTEF89pTS0HjJXlbFTBumwWRQtvSZCzQofhgJ2MiYSAGQQFHKzBZe251l3EI0Li6LNfrCOCqpGM1IVvBNBANhCIRC4MFQ+UWAX4XmNAQXWmqIZbHiVrIJyZq8RdYr91uNSIgB5JNzFspiFGsp+Pa4tt4zW3iETX/o/Sg9SJ9RX769PzLjh4f//p6jxDsy4LJXX+f8jLJtHzdPy8tKShgl2x+3b3o7dcUoBl5vhrScwmgUiBAc6frEMK46kpLqHEERoyaQl1pqcFIQ6UptiK4hudWBQ82Qjj2OAu3MgvgmTCnQZMyIshn1ahf/iYHv6hJ2H8DS4CO00nC2AZLXH+1mB3QcNsgHMGZu82M2tNlZPQhQkoPjXdXElN3XGlJx6QCTAxi8ipNKODECGAXSLQQBa6pdgRwoQwIc8gHHAyxbzxe6UVtFEArfctPW16M1sRxLW3ttayR4OeNQs9uIQjWcvAP+5okgVZjZu46Fzo6KgUw/mY+PV29fXGy/NnVDQDIXSca9v98oEPKXftsja2ODdl3/MeLIT0uJ9D3n9tGAWI5T085irL8uLWz0VVC241VZopBS1NmX61VpRWC2pWWdpl9Q8ca1qtxpSX35pnmMoqA5iFaGIrW4eeLRg+O8mV11WqSS2F+DQQqbBeQdJt4OarBrgVoVFPDSkvWDUcgNfuq+bMODFKzqnS5TKpp3DvNvgpYAoHBEu5oR3drTZWNHmomrjRLDFVU48jAh7Gg+wsFF6xyNm32bRQAkVmNgoMAP54HPuHDn7L6YSAdGxRkTjQIauR3Ec1/4DQ8zwG4bVxgfn+Khps235OfnA/fdHKUPtQBdz7x9EmqA0qWAZJVkO+SUkrh6mQWOSOHxIE/R4shvdQB90DqXe9rxDIoXYGKoex0LxT+gufPMkLjEXKK2TW7debHGlm5XzM8uYaBSw5cLgmYmcsx0VmsPSZG7MAMFVprzUYRNkT2BMDlriHgym1LuYHc18aUmcIKcbPxMaCjAC6DOMKGvKypN7YlUQ/n592X7Qk2fB0pqmZvHncJ5pHbrsEqgFqQiHV72qTvWp8KAxhOiAplMT6bLCHviZYaAVMsJuZ/lQAoycEt6878rPpmg2dpgJK4UPg9aVtcKi23BlMBx6Xfj4CvxAnjldVJmu4azSDXu7WvpfUCuJv0D/Lp6fBdi5P0gRWlOoikKEsv5uOyvBeuWXFfWOGH5D/xpEzk/2KG7Cj/V99RdsUMQIOwyjhUzG700SPxMDhJN1bVn6nxy/QQuDJz8BqsZHqm4JpDf6hU2eMj5bLb+vhixm9zfcn51znCebPc2lnz74a1m1yj1O9n57nU3LasEExrUbSAAi1Rg2NGZMx6jwhgY1Dg41fmOa/SEmjWhg0xArgYV0kz30it4Eoa8NRN0M4s+obX5Jxa4hpoJuE6ZWgYNOTEFUBwpTVtShd5LJGxq6bJnV5CBDD7mZnuHI/l+aIe4pPLPUsdATCrU25wfwcQUv5TA05VDAIjgPU8ZDt0Qg5vkV7Kp5xH4c4v3E/WnBUGCSlXCqgNjlTYjB8sM8fPX2uutv4kzoN94A623OuxUKEWEIwzCNp7HkogVTlhaE+M2o+PXB8fXS5y2qzTB/Pzi+H7jpbpR+kIMl4fIrUg45D5aeXv2cafeC9Ihge0jRVl7tT3i/8lpadrWSgHoC6B7SMwk92p8VdzvW1t3dU1QkyRAg2fnJMEPtYK6jxLz6cUjTGkZQhANfxrxl6h0pJFAIPvLayPYLZjZPGi+1FT1fhT44eFc1fM2aJUdSGPT7QxfKnWugKb4bWprQLUGigFZlLVFAvjhWhoZdouYvHtRREKsDYwf83bgUGJqlj7WRmwKMc5ikXCGB0uzMLAbbaC5tC2zlME0goIDA6SKm5EMA1m751+Vgc01Md5OlzjngOmPvuyVio/K4Irn8rj2R4IWzXbY9kcLASi8HoMdG3j8fhvwtuCU3cQR8hQuVpv/nV+ejH8wPEy/dCGIm9Fi+PpiYUg6mvIHkRelAWpHgQ0ZUy3jUtkqh2fgkPaRu+IM5o4Vg8pQQlX++NbwGkyb/y5+Pier3z7zcVdWt8vH1Fid9i6E3OkPqA4b/P6qHMzRVul2aFtuxzcou2cPu6ef/fy4Lqd03Zc19vo2B4/vX++GtJTrbPciAD2MBCd/UpDqaPNIRIWTYeYiFRaEEanSKAamRrx9GvGahu83LBAQYDDqj0tiK7LMZU1K2ytZfSzqoZjsbfwfcyfLVqINIbVi5TpxyClaErlCGihsAK5AIxrVAI5FdAhrCoIqaVKi5PQdJbAnYDBY4HFZtYUlfjNCEK1qcABsX14RQ1hmqCDWe7+vZLWUwtzjdQu1TW1IhSvBQDYkQIWVzIuJ7fwRDDluXXOjnNi/MD8wyro1SdTgdghfl1y4Y33+jYe5XHanty0D0ZdDkdycTGmn8zP18N7jnJ6H/kiy8bUKiQSrVdOr5cdqxF8fo07wdVc3ZSq7Zh5Q+WrA9pG6YnD91t93Nbv3X3k8U21ffj4tZoLpRFZcM1MxH20pIApNvHY+cR3cfy2jm7nHF3JGi0nSeVylGPQHkxzG096KJc4Aty6tCFvQDfhCquT/eSMk02gKmj4V1WTFAgbKxGidcSUm/IYAG49CsMgFAot8giOtxO3DtxiFqzDkM9EgIRxWHQxgIoGZGl1JVOEpbREdSh9BPKAnkyviVQpTXPivso8WIU8hxwjaQD1GHQV5wNAFDR81d5iFbMacF0wVKHE+rZlHBicNoJwrQsvBz/UgX0oFEFYnQ3JKFFprwYe4FZxgVAATwCXg0wj4FupT1h89AQFU603PNdzMOpF4winDqQP59P1+t3LxeLH1hal3NiNY7KaPDq5iEamMV2wONX6rda1Whzf9sy2tnFzHTK2OX3c/n2SkCmNBM/W3Ya7j5apgK2wF3i0oaLY3amxvfjxP4Q1slpnrrXd+GnmrzdOtGFN0Ov4apSsAxG1X/tZxX9Z+VlrSPEIXDAFl2U7z89qkbRUUlKYqvpZ8XBzM0UD8LAW6nXHo82G9048hjOWZGwebl5KLjPF1KSsubXMKSIFNF+6BlfWwtUGEPc6tyDXqjQpJp3MzC4/axWIPuVnRT2wlcMag3vh0AM5QrRd7ctb1aUZi3pcnZ/VD9BQYanN64lurZSjsRi0jUuSq67FU6d45OX5+G4+No1Ri2VKw2rzE/n5+erbT46XH6SjkHgf+eLzIJb2NawG4oEIKonjO61rWsVke9uxP/u3zX3EACguCTYe6+F9dGd/u+3i6xtSerYDdLWkI52BK+GP1XxcXx/bNJk3R7vGv6vt2zBHu/qoUj3uifBOzokqUNE5nqj5WZAHpn5UEcDocKjjZss6bdbpFXGsOv5PH2eTYjwlZsTQqrKBZvoVMCv9KhlN7B+VP22Arv3pHkbNyxmfaz/cZw/OrMHMAa6utMTvjbN7MdCmBlP+O/I0BWPusQupFus1kXITK3GoCMTvc8FG19aKUFSrvKAd1zCiwK2m4Hoc2wLPmscTmikYU4cwcrsBbZVmahqtmaadjrpOxuZ/iHiWCl2jjJ/tGLr3XeKrpQ6zfK/YeOB0qpvm9VN8hOopbNabD+Szs+Ebj07SR9ZrSVyXhVKkRihRJ8JwuEYLQRcbJjqXBPiqndY1fWdb25CiV8w++7Y9p4+6wA/tY71RpvpIe+58PaQzKdStNQSIn9KJFydLOY6vMLw41m193Nbv2zT+ek3Ua2YbHW9qjqb6uHON5pQ25QhHTmFQH6Bqf8ri2LrK7L4p0QeTJKTUgAmWg33aftYpjmUpRQJcRRuUU2talZaon6wbaVUm9XxhzxGw+Hc8Do6xjiOcF+UEQX9+HAEsDL3ygeJ42mZf6aUd3hA1HKNyw1xpQWQwEf5rZTEC4N4WAYxBTua7BADAyO3az1rp5Ep9IYEeqM7g4hHAdaDr2K+rULnbz+oCj45jHz8rCzM3/0MzRS7R4tetcOu28NHFMqf1Kr0nn58Pf+boOP13iv5yRoCeoDp+TCTnyhXOUk90j6Mk9OLarsfV6mO73xpK5SEKLh+3xzpn/JQAzcyO+W5OdNC8tsy93a+PtW8p9vu2jb+1tu5CH+f1mwKoyH3AhQnEZFuH/KpiJ7wJg2IVIPwgby0O7IwsMDVNuzBlUQyhpmGAKc3AXMyMJYWNeupgqHEaqnWrthDS/Wo/nam+yHLZdI1Ar5GsNWP24hIuVahmuk8EcNk3ExZF5U/8bQdTD+hy8zDLCaBNyz7lGcAyDGN4aQkFrv8H8cHM1dvKr7J1judrFDQn8xaOwBz5UKXXIsTzX9H6wEKV3FFNsUHHFwGmc+Gbuk2ZAlwPYX+MQr+0rYm925nGkSPKw71YfzPVUv7CvBp+Y7HMj0lCt+LvGH5hAQmwULHQu3qWWsXf4RwSPKBYJ75I/CY9CrGgHfUL8HMCTHqIwqy2FczE+9VoWyKxeClK28HPdMXj93g3X04hhm5mH31hbOv39PhtrGUvR9pe5/jHbR82R2FjXPEc7TN+W6OSsUAHXGwoJoIdVc7ggIkh8xrn4W786D/d9O2CVBJNHCPBi4FTzCceGe7dCGcBiOk52sFB04Gj/9QUXJc2jJWiYJDmZ1UlzYt/BOgBM9aoJCCiNKbzCHDwbbUYjItBmJ81AFYEXAZYBRwBKABc5j0CyCH4pwbQ+XWqMYcVQ6BbUcLWt0YpRaviZcKb72NhaDog3+OhHQFgmzZ5X8bL3g+PGp4LgC/qOc7XlfVwi/joyZLy9VdfnZ8Nwx9froePHy/z51Lxi/7TKdApcDgFiG9RBapndJqQbCcNysHEKzapHu5nLSZf0XwK6ICfFYvum58VDltFDU+4sbPgADxuRtZAH32e/m35Wa+q0lLLP6idJFDGE20sgrsS3BlKeBIQt1Vj1PmZU2npRvysraIQcEYPCsU8JtG2Z+Zz66qOQXxgFTh82d+qN0lxvE1QtliUVXi6zulL6TzcN12sh184Xua3UhTtizgtpmwMk6hqCcuFgH5aEZoL+2lBo9q6W9ZRYVCtlAN4Z9sz+6xR+szZin316gutmX7QjUzd9drcCwhJJR8oowb/wzjLkERnDKs9kB9z7Y0fRstF1H5KkQfpmJu1ow+QI4CHNFBEX2UKb3HZ6UpLsW+ykmFA8qtoVB4BjME+1diKKRsOMkdTcLNOr1pS0F6qEkZNY3AhgAXITY9quMRxxTrBPE1uy2hZtnCOeLqEMiI8ePpYsIm4rg9HkXJUuxtWZJnY2rnuAKYXjbo05bpC6Hc6deg28AgqenGxHv7vyTL/WQLcvFqnjxwt0zco4JapxQ2vW7q+hjMoZ1/iAEM7wvD2bZuPNFN3pwPO7LZn9LHsJwD8ffvIfE681FPt9PHzoe2ttXXP5ojGSGYt0nI1ME5984IR7Gcin1Nd/lD4qldIIilYENcikhEwRHuTvJpps+8YjDn4KtbSLQy7YejiKF6vkOXTOHU8oYOja5ei04/MtwK2DbMv+5RVS2VO4JYD97O6a0qeMe6vAKbmbDklqOxHvjcdBaycZ7twi37WVigcRlIzCNZmX54b9TyWPjXMvm72FpOp0LEpW7xo9Lvm79sSLcDqwvQItyp+vJXXb+PRl+BRVFd/tR4+frTMbytTdrEefuxokd49N0/0mmnZm+8UuBcUoIj08wtwvprKUWuR40AcM/uKAqvBS5jqg/EGruiKd7AWbgTMEFCDviggoJGzFmVdQFnHEIHe4U61bNcoMNpbJ9N1tFoLV2HAtVXTDIuWUrcA4BTOp3WNfnzAg5vHMWhIwQ3TglwoVGBEH+54abqNIVoUyqhGNZ75i/z/KEiI0CEavisA49Bf1HXvxUaZMQgii6b+cGCUU72O85rR3I0+QoC73qR/c7TMf6vM3Wo1fHPKw4+nnBdqdrvRHvWPdQrcQwoQSzi7oApUwrhrzU5SbnDotWZTTIoLsZ4ITgXQtAhWByUvKuB5mK41AaOC/lwm5SYebi5gIlxQNWOBE+mkmnY97Ujv26H26GLSfjbWCOZc1ik3ZcyYV1i978A1lXLTMMcLVGJT9NRUyk0puBF8s9OAq/PG/QZr3n23BbfmVTCVqkjJf+8oh8h8clxKP7jM+YfLrA7D8CXrTfrocpHepBFe0RfkEqxvHJTr8D5KwWqSaV3ThXeb2+59xHD59ppAaXOfNXFVtL2qdq5njdJ+otKeKoVrnqoBTJHVAYCCSZkrMNGlUaQs28b47eJn1VSWSnsUNjVVackByc2n2DdLDzIQiCbdQv0ZlZb4OW6ZQZgPiWelP0Afhglp7yVSVnrTMgWHaGbnzRYNDKcq4Xms/n2fA/TTQr6MNRoLfojfFXKMZZQTflaet/LdKqbgjiLKlXQ7+l/vDx9ZENhuhrM05L9xdJR/WgH3aDOk/7nI6QupakftZzBIxAAM3EGaTlPtKmxHd9rebWsE3oFtY4WYYoJrtbOlbX2n1e9ZbaOEXUUTzmr7AYx/Fh3v6BzR2E5XmXw4wLunTYoKcDECWLXGRmEBPcVHmxfbctuvV4Oxm7bVpMog6MfVGdmZUwAA4t9gpLXCFarVxyKF9V8KwPTv7kpLDaGAkYvZC2iG9SEAaIJsmmQrvyoHlGWp0+t5qgqmLOahkCZiSgj+vH8RwFeCrrqSpAiMripeaxM8+o7yUQLc9TD87jLnL8s5/46tvfUw/LNFSt8WAZcrRkXA9Wu83viuPmfXArjIRqmuzWo7AI58b4+2Z/WRdw+P5ZA+9vFfav7v8xwRYajy1Gk5F9kBi/kHangRzAIrl+1D2ijjiwCwOW4DyxKeqBqbtNSstOQRwMpIHYzq/miOKxys0DD7IkPGSkuWugNmXqs0p2AXuLlTwH4DzbA+a1XQ1mg6Ek1KkQ9uaRy0VGtUxhBGflaXO8Yn2vhbVwVL96cdFQDZ0iPFfTSq+B7jCANu+sWjRf66sD5Ww/CuZUofLu6mqsiETnu9UEPC+8RinvNMaxOMNkVjo8xpe84z/ftjJnST9L/Pc6QF9S/WmYITzczIwqbUFCsMyENpQkAI1Ds2829dpQH0TjzaQHQu+6eYfsFvzHhda2nxb9QGNRd3Xz+rhKanNNAxHlySsuy5nVHCFWxClgSagplf15VBVBtWgQOKblQRXbWfVe0PqM3agfANU3CJvn+AftZt4oAWzKBnyvGGnnc2Enjm7P85z9xGPk6Au9qk7zte5r8XAPd0GP7k8TD8l0XOf4Tyl3yzovSsr9T30dRTm33qd1CWntN2lJldS9i3nevs43W2/RDGj8xx7tq7TfM/b45OLyjPdsymmOGLK6cGoQAkCgVOo/K4OIixGAQeJsI7cKzFzU258R7zPDkIIzij1s1gWq5MBC1NVVoyAoFp2uSLgyotFTas1C1DmZtyY1PF6b79Z4ICMdAW69/dvT0ah9ji6/N5vRwscb7O+WuOc/54ANxhGB4PQ/rZnNPX+skLuliRcHgtyL8A0vs+g12Z9hPV4fxR/p16b04f+/enaTttrrw6+j+MOaJo5fMVHmxQbZnyp5uC1TNZm1SbflbjFGNTcGkVCkSEs04lgCnOcj3nDFhcVIHzbsuOwVSiEDQU33fFNOZhjw5bF52/3o22Ohp+VgVuTpFCO0E8IoLlFqFt97NeWnhwAdHXLF/bbjHhD08908KNmq9ve+Z28fFSwWwYfjPn/DU5598PgFuGMQzfm1J6P/3Oxh+NR8AN59eowfo5vYYncfAhwV7zlDfuvLa1nSJZy/f2aXtOH7e17aaRWMUF38GxHNJHZ2Zj2j6E8T+kOTpfU04eFMZn5DIGWOevekEHz9sMDKtRaak0uWelpami++Vbo8L3LhQw+3OA9bNW4+lAI2aDLB+04OlKS5GZmq4/t9LSOJ310qDzUBpQk/kuXt/5KGCUrbfNP8p5+Xd0rQRDyTAMnz8Mw2/knF8JMqoVhvclFhmBGG3gObxvH9vRTvM5EaXC9w5ox4yW+C5amtzVY4XM5/a71fZVjx8tgoe0vbWPYG288raBK+1q+yHMETEtOlGoVKASSd9NpnPMvvE4Nl62YyuEX5ffsP4G+lDtnN4xfKDZt/RsqtKcldNyD3JoraGZslCgmw6fjho+RjUHzVxOBupm36uFfTxro8X/HsIeBXcz6+OIa+qgaGEd8lF+jsrefN3rGu5Hm4BLF1fD8O+WKX2DPoD2+V7LWJhXI3/upur0iiWCFwJoRnf5+3PGgeO90/W+M5/deVEOqmf21TrRRoEmHm7Ou1IVQi+6r8Y8NUKP04doqWw3BYMw7bkHBuYIuCNTMEsP8jP267aK7kfARZCN2jMKEy3+0wH3qgG3ZXafx2vuzR4F3trKlZ7Df4RP/1rO+c/lnM8nAXcYhneklH6qW2CudiH31joFTIilcqqi5ZaNCWC1bwTwIZWWYs3ewib1hMHqcHMwFYdqSWrQ5RGpqZHHIgx7FOylQMrf4x8REERw7JWW+h65ZxT47pzzB3BMo9i7YRg+O6X0sZTSF92zwffhdArcGgpQ+h2BbtFxQwhsS8MbBymxNoGm5HpbV+0083A9t9YlcDRre5vcTwBTw02stRzBFP2s5Q4UvS3tiWKMJrwRQ7o1M9Y70imwFwV+J6X01Tnn/7MVcOnmer3+kcVi8f17Nd8f7hToFNiLAqu1nHRirkx3DO0TAdxy+4zSaxoRwKGzWyKAI+xOBG+JBtyL7u+1BPrD95cCH0opfWuupOKmQDkMw5tTSv8tpfRZ95cefWSdAi+WAqThlWIYsAvn+Flx0xbtWGoSo7bskfy1KTdqsGbcnQm4MUgrmoZZ65Zrob7yi6Vz/3qnwA1T4Ey0W8LQKNdOdWQYhn+YUvruG+5o/1ynwIOiAJVS9UIzqEtKQBVQA4OG6tKG7lWNeYsIqFNF9/lLGn+KFa/o4262JnDvftYHtTz7YA+jAMVAvSvnTOENswH3i19H6V9JKX3mYd/sb3UKdArMoQCeQ83lFz03N57E02gNagQXeNTzVyPuyotTEcBQnF/8rEVxRrCfM5D+TKdAp8BpSuntOedfbpFiMkZhYNvWP04pfUenYadAp8D1UYAwbq0HxkPhRNUvp85anXu4ueYRjiOgOWC4Bypd39z2lh8cBf5DSukdOefVXoBbNvswUKTyL6aU/tiDI1sfcKfADVKAopbL0QJ2CIjALdUkDmUT+bqZgatKS5hxwz5dH0QH1huc0P6ph0iBJymlv5Rz/q9Tg9+5B4dhoGjlH3mI1Otj7hS4SQpsylFdjRQgO76uDlKS/Fk4ESFECUs51JscQ/9Wp8ADpsA/SSl9Z8t3qzSZA7gUqUyI/QUPmJB96J0C104BrdutdaP4g1B8goqhs+mJy8Tv3L3X3uX+gU6BTgGmAB1O8JV13m1NnFlbdhiGb0kpffB1TXfZqdsp0ClwfRQYFYPoR8NdH7F7y50CV0eB9+ac37erubmA+yil9B9fr0D1tbsa7Pc7BToFOgU6BToFHhAFfjOl9Bdzzr+3a8yzAJetWMNbU0o/l1L6w7sa7fc7BToFOgU6BToFHgAFKNf2r+ec//2csc4GXAHd96SUdqrNcz7cn+kU6BToFOgU6BS44xT4p5Q6uy1QCse3L+C+klL6tymlv3zHidS73ynQKdAp0CnQKXAZCnwipfRVOedPzm1kL8AVLfdPvx6N9fPdtDyXxP25ToFOgU6BToF7RoFnKaV35px/Zp9x7Q24ArrflFL68R61vA+p+7OdAp0CnQKdAveEAt+fc/7RfcdyKODSe/8ipfS39/1gf75ToFOgU6BToFPgDlPgl1JK35hzfm3fMRwEuKLlfk5K6SOvRy5/xb4f7c93CnQKdAp0CnQK3EEK/K+U0tfnnH/rkL4fDLgCun9KUoX+6CEf7+90CnQKdAp0CnQK3BEK0ElAfzXnTBruQT+XAlwB3XellP5VSuWozP7TKdAp0CnQKdApcN8oQPVU/27O+f2XGdilAVdA9++nlL6nB1FdZir6u50CnQKdAp0Ct5ACBLY/8YlPfOI73vKWt5xfpn9XBbjHKaV/SWHSl+lMf7dToFOgU6BToFPgllHgP6eU/lrOmVKBLvXzBxxZTBugHafzAAAAAElFTkSuQmCC"},3828:function(){},46725:function(d){function _(e,r){this.v=e,this.k=r}d.exports=_,d.exports.__esModule=!0,d.exports.default=d.exports},60018:function(d,_,e){var r=e(13231);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,K,H){var W,ae,X,oe=0,q=H||[],ee=!1,G={p:0,n:0,v:l,a:se,f:se.bind(l,4),d:function(Q,le){return W=Q,ae=0,X=l,G.n=le,a}};function se(te,Q){for(ae=te,X=Q,c=0;!ee&&oe&&!le&&c<q.length;c++){var le,$=q[c],j=G.p,ie=$[2];te>3?(le=ie===Q)&&(X=$[(ae=$[4])?5:(ae=3,3)],$[4]=$[5]=l):$[0]<=j&&((le=te<2&&j<$[1])?(ae=0,G.v=Q,G.n=$[1]):j<ie&&(le=te<3||$[0]>Q||Q>ie)&&($[4]=te,$[5]=Q,G.n=ie,ae=0))}if(le||te>1)return a;throw ee=!0,Q}return function(te,Q,le){if(oe>1)throw TypeError("Generator is already running");for(ee&&Q===1&&se(Q,le),ae=Q,X=le;(c=ae<2?l:X)||!ee;){W||(ae?ae<3?(ae>1&&(G.n=-1),se(ae,X)):G.n=X:G.v=X);try{if(oe=2,W){if(ae||(te="next"),c=W[te]){if(!(c=c.call(W,X)))throw TypeError("iterator result is not an object");if(!c.done)return c;X=c.value,ae<2&&(ae=0)}else ae===1&&(c=W.return)&&c.call(W),ae<2&&(X=TypeError("The iterator does not provide a '"+te+"' method"),ae=1);W=l}else if((c=(ee=G.n<0)?X:N.call(K,G))!==a)break}catch($){W=l,ae=1,X=$}finally{oe=1}}return{value:c,done:ee}}}(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},64990:function(d,_,e){var r=e(46828);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},46828:function(d,_,e){var r=e(60018),i=e(8407);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},8407:function(d,_,e){var r=e(46725),i=e(13231);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},13231: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},98946: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},16631:function(d,_,e){var r=e(46725),i=e(60018),l=e(64990),c=e(46828),f=e(8407),o=e(98946),h=e(82925);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},82925:function(d,_,e){var r=e(66647).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},66647: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},39679:function(d,_,e){var r=e(16631)();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,K){var H=o(B),W=N===void 0?H:c(N),ae=!R||!R(B),X;if(f(B))throw new y("ArrayBuffer is detached");if(u&&(B=a(B,{transfer:[B]}),H===W&&(K||ae)))return B;if(H>=W&&(!K||ae))X=D(B,0,W);else{var oe=K&&!ae&&A?{maxByteLength:A(B)}:void 0;X=new x(W,oe);for(var q=new p(B),ee=new p(X),G=m(W,H),se=0;se<G;se++)M(ee,se,P(q,se))}return u||h(B),X}},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,K=N&&N.prototype,H=M&&m(M),W=B&&m(B),ae=Object.prototype,X=l.TypeError,oe=S("toStringTag"),q=D("TYPED_ARRAY_TAG"),ee="TypedArrayConstructor",G=r&&!!b&&h(l.opera)!=="Opera",se=!1,te,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(bt){var kt=m(bt);if(f(kt)){var Zt=P(kt);return Zt&&o(Zt,ee)?Zt[ee]:me(kt)}},Ae=function(bt){if(!f(bt))return!1;var kt=h(bt);return o($,kt)||o(j,kt)},Pe=function(bt){if(Ae(bt))return bt;throw new X("Target is not a typed array")},He=function(bt){if(c(bt)&&(!b||y(H,bt)))return bt;throw new X(u(bt)+" is not a typed array constructor")},Ne=function(bt,kt,Zt,Ft){if(i){if(Zt)for(var tr in $){var je=l[tr];if(je&&o(je.prototype,bt))try{delete je.prototype[bt]}catch(Et){try{je.prototype[bt]=kt}catch(Bt){}}}(!W[bt]||Zt)&&x(W,bt,Zt?kt:G&&B[bt]||kt,Ft)}},Mt=function(bt,kt,Zt){var Ft,tr;if(i){if(b){if(Zt){for(Ft in $)if(tr=l[Ft],tr&&o(tr,bt))try{delete tr[bt]}catch(je){}}if(!H[bt]||Zt)try{return x(H,bt,Zt?kt:G&&H[bt]||kt)}catch(je){}else return}for(Ft in $)tr=l[Ft],tr&&(!tr[bt]||Zt)&&x(tr,bt,kt)}};for(te in $)Q=l[te],le=Q&&Q.prototype,le?A(le)[ee]=Q:G=!1;for(te in j)Q=l[te],le=Q&&Q.prototype,le&&(A(le)[ee]=Q);if((!G||!c(H)||H===Function.prototype)&&(H=function(){throw new X("Incorrect invocation")},G))for(te in $)l[te]&&b(l[te],H);if((!G||!W||W===ae)&&(W=H.prototype,G))for(te in $)l[te]&&b(l[te].prototype,W);if(G&&m(K)!==W&&b(K,W),i&&!o(W,oe)){se=!0,p(W,oe,{configurable:!0,get:function(){return f(this)?this[q]:void 0}});for(te in $)l[te]&&a(l[te],q,te)}d.exports={NATIVE_ARRAY_BUFFER_VIEWS:G,TYPED_ARRAY_TAG:se&&q,aTypedArray:Pe,aTypedArrayConstructor:He,exportTypedArrayMethod:Ne,exportTypedArrayStaticMethod:Mt,getTypedArrayConstructor:me,isView:ie,isTypedArray:Ae,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),K=f.PROPER,H=f.CONFIGURABLE,W="ArrayBuffer",ae="DataView",X="prototype",oe="Wrong length",q="Wrong index",ee=N.getterFor(W),G=N.getterFor(ae),se=N.set,te=r[W],Q=te,le=Q&&Q[X],$=r[ae],j=$&&$[X],ie=Object.prototype,me=r.Array,Ae=r.RangeError,Pe=i(P),He=i([].reverse),Ne=S.pack,Mt=S.unpack,bt=function(Ge){return[Ge&255]},kt=function(Ge){return[Ge&255,Ge>>8&255]},Zt=function(Ge){return[Ge&255,Ge>>8&255,Ge>>16&255,Ge>>24&255]},Ft=function(Ge){return Ge[3]<<24|Ge[2]<<16|Ge[1]<<8|Ge[0]},tr=function(Ge){return Ne(b(Ge),23,4)},je=function(Ge){return Ne(Ge,52,8)},Et=function(Ge,We,Ye){h(Ge[X],We,{configurable:!0,get:function(){return Ye(this)[We]}})},Bt=function(Ge,We,Ye,ht){var xt=G(Ge),nr=m(Ye),er=!!ht;if(nr+We>xt.byteLength)throw new Ae(q);var Re=xt.bytes,et=nr+xt.byteOffset,Vt=M(Re,et,et+We);return er?Vt:He(Vt)},tt=function(Ge,We,Ye,ht,xt,nr){var er=G(Ge),Re=m(Ye),et=ht(+xt),Vt=!!nr;if(Re+We>er.byteLength)throw new Ae(q);for(var Lt=er.bytes,Wt=Re+er.byteOffset,Ht=0;Ht<We;Ht++)Lt[Wt+Ht]=et[Vt?Ht:We-Ht-1]};if(!c)Q=function(We){x(this,le);var Ye=m(We);se(this,{type:W,bytes:Pe(me(Ye),0),byteLength:Ye}),l||(this.byteLength=Ye,this.detached=!1)},le=Q[X],$=function(We,Ye,ht){x(this,j),x(We,le);var xt=ee(We),nr=xt.byteLength,er=p(Ye);if(er<0||er>nr)throw new Ae("Wrong offset");if(ht=ht===void 0?nr-er:y(ht),er+ht>nr)throw new Ae(oe);se(this,{type:ae,buffer:We,byteLength:ht,byteOffset:er,bytes:xt.bytes}),l||(this.buffer=We,this.byteLength=ht,this.byteOffset=er)},j=$[X],l&&(Et(Q,"byteLength",ee),Et($,"buffer",G),Et($,"byteLength",G),Et($,"byteOffset",G)),u(j,{getInt8:function(We){return Bt(this,1,We)[0]<<24>>24},getUint8:function(We){return Bt(this,1,We)[0]},getInt16:function(We){var Ye=Bt(this,2,We,arguments.length>1?arguments[1]:!1);return(Ye[1]<<8|Ye[0])<<16>>16},getUint16:function(We){var Ye=Bt(this,2,We,arguments.length>1?arguments[1]:!1);return Ye[1]<<8|Ye[0]},getInt32:function(We){return Ft(Bt(this,4,We,arguments.length>1?arguments[1]:!1))},getUint32:function(We){return Ft(Bt(this,4,We,arguments.length>1?arguments[1]:!1))>>>0},getFloat32:function(We){return Mt(Bt(this,4,We,arguments.length>1?arguments[1]:!1),23)},getFloat64:function(We){return Mt(Bt(this,8,We,arguments.length>1?arguments[1]:!1),52)},setInt8:function(We,Ye){tt(this,1,We,bt,Ye)},setUint8:function(We,Ye){tt(this,1,We,bt,Ye)},setInt16:function(We,Ye){tt(this,2,We,kt,Ye,arguments.length>2?arguments[2]:!1)},setUint16:function(We,Ye){tt(this,2,We,kt,Ye,arguments.length>2?arguments[2]:!1)},setInt32:function(We,Ye){tt(this,4,We,Zt,Ye,arguments.length>2?arguments[2]:!1)},setUint32:function(We,Ye){tt(this,4,We,Zt,Ye,arguments.length>2?arguments[2]:!1)},setFloat32:function(We,Ye){tt(this,4,We,tr,Ye,arguments.length>2?arguments[2]:!1)},setFloat64:function(We,Ye){tt(this,8,We,je,Ye,arguments.length>2?arguments[2]:!1)}});else{var yt=K&&te.name!==W;if(!a(function(){te(1)})||!a(function(){new te(-1)})||a(function(){return new te,new te(1.5),new te(NaN),te.length!==1||yt&&!H})){Q=function(We){return x(this,le),new te(m(We))},Q[X]=le;for(var dt=A(te),qe=0,Fe;dt.length>qe;)(Fe=dt[qe++])in Q||o(Q,Fe,te[Fe]);le.constructor=Q}else yt&&H&&o(te,"name",W);R&&D(j)!==ie&&R(j,ie);var be=new $(new Q(2)),ke=i(j.setInt8);be.setInt8(0,2147483648),be.setInt8(1,2147483649),(be.getInt8(0)||!be.getInt8(1))&&u(j,{setInt8:function(We,Ye){ke(this,We,Ye<<24>>24)},setUint8:function(We,Ye){ke(this,We,Ye<<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,K=arguments.length,H=K>1?arguments[1]:void 0,W=K>2?arguments[2]:void 0;return new(x("Promise"))(function(ae){var X=l(B);H!==void 0&&(H=r(H,W));var oe=a(X,S),q=oe?void 0:u(X)||A,ee=c(N)?new N:[],G=oe?f(X,oe):new m(h(o(X,q)));ae(b(G,H,ee))})}},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,K,H,W,ae;if(P&&!(this===p&&f(P)))for(H=a(b,P),W=H.next,N=S?new this:[];!(K=i(W,H)).done;M++)ae=A?c(H,R,[K.value,M],!0):K.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,K;P>M;M++)K=D[M],N=f(R(K,M,S)),N in A?x(A[N],K):A[N]=[K];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),K=f(N),H=r(A,P),W=0,ae=M||o,X=x?ae(R,K):p||S?ae(R,0):void 0,oe,q;K>W;W++)if((D||W in N)&&(oe=N[W],q=H(oe,W,B),a))if(x)X[W]=q;else if(q)switch(a){case 3:return!0;case 5:return oe;case 6:return W;case 2:h(X,oe)}else switch(a){case 4:return!1;case 7:h(X,oe)}return b?-1:y||m?m:X}};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 K=!N,H=u.getterFor(N?R:D),W=function(ae){var X=i(function(){return H(ae)}),oe=X.error,q=X.value;return oe||K&&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 X=W(this),oe=X.value;if(X.exit)return oe;var q=i(function(){return l(oe.nextHandler(b))}),ee=q.error,G=q.value;return ee&&(oe.done=!0),ee?b.reject(G):b.resolve(G)},return:function(){var ae=W(this),X=ae.value;if(ae.exit)return X;X.done=!0;var oe=X.iterator,q,ee,G=i(function(){if(X.inner)try{m(X.inner.iterator,"normal")}catch(se){return m(oe,"throw",se)}return x(oe,"return")});return q=ee=G.value,G.error?b.reject(ee):q===void 0?b.resolve(y(void 0,!0)):(G=i(function(){return r(q,oe)}),ee=G.value,G.error?b.reject(ee):N?b.resolve(ee):b.resolve(ee).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,K){var H=function(ae,X){X?(X.iterator=ae.iterator,X.next=ae.next):X=ae,X.type=K?R:D,X.nextHandler=N,X.counter=0,X.done=!1,A(this,X)};return H.prototype=K?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,K=0;return new M(function(H,W){var ae=function(oe){u(B,W,oe,W)},X=function(){try{if(A)try{f(K)}catch(oe){ae(oe)}M.resolve(l(r(N,B))).then(function(oe){try{if(l(oe).done)p?(R.length=K,H(R)):H(b?!1:m||void 0);else{var q=oe.value;try{if(A){var ee=D(q,K),G=function(se){if(y)X();else if(m)se?X():u(B,H,!1,W);else if(p)try{R[K++]=se,X()}catch(te){ae(te)}else se?u(B,H,b||q,W):X()};c(ee)?M.resolve(ee).then(G,ae):G(ee)}else R[K++]=q,X()}catch(se){ae(se)}}}catch(se){W(se)}},W)}catch(oe){W(oe)}};X()})}};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),K=function(W,ae,X){var oe=N(W),q=H(W,ae),ee,G;return q?q.value=X:(oe.last=q={index:G=y(ae,!0),key:ae,value:X,previous:ee=oe.last,next:void 0,removed:!1},oe.first||(oe.first=q),ee&&(ee.next=q),p?oe.size++:W.size++,G!=="F"&&(oe.index[G]=q)),W},H=function(W,ae){var X=N(W),oe=y(ae),q;if(oe!=="F")return X.index[oe];for(q=X.first;q;q=q.next)if(q.key===ae)return q};return l(B,{clear:function(){for(var ae=this,X=N(ae),oe=X.index,q=X.first;q;)q.removed=!0,q.previous&&(q.previous=q.previous.next=void 0),delete oe[q.index],q=q.next;X.first=X.last=void 0,p?X.size=0:ae.size=0},delete:function(W){var ae=this,X=N(ae),oe=H(ae,W);if(oe){var q=oe.next,ee=oe.previous;delete X.index[oe.index],oe.removed=!0,ee&&(ee.next=q),q&&(q.previous=ee),X.first===oe&&(X.first=q),X.last===oe&&(X.last=ee),p?X.size--:ae.size--}return!!oe},forEach:function(ae){for(var X=N(this),oe=c(ae,arguments.length>1?arguments[1]:void 0),q;q=q?q.next:X.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 X=H(this,ae);return X&&X.value},set:function(ae,X){return K(this,ae===0?0:ae,X)}}:{add:function(ae){return K(this,ae=ae===0?0:ae,ae)}}),p&&i(B,"size",{configurable:!0,get:function(){return N(this).size}}),M},setStrong:function(D,R,A){var P=R+" Iterator",M=S(R),B=S(P);u(D,R,function(N,K){b(this,{type:P,target:N,state:M(N),kind:K,last:void 0})},function(){for(var N=B(this),K=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(K==="keys"?H.key:K==="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(K){return K[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 K=M(this,B);K?K[1]=N:this.entries.push([B,N])},delete:function(B){var N=S(this.entries,function(K){return K[0]===B});return~N&&D(this.entries,N,1),!!~N}},d.exports={getConstructor:function(B,N,K,H){var W=B(function(q,ee){c(q,ae),y(q,{type:N,id:R++,frozen:void 0}),o(ee)||u(ee,q[H],{that:q,AS_ENTRIES:K})}),ae=W.prototype,X=m(N),oe=function(q,ee,G){var se=X(q),te=l(f(ee),!0);return te===!0?A(se).set(ee,G):te[se.id]=G,q};return i(ae,{delete:function(q){var ee=X(this);if(!h(q))return!1;var G=l(q);return G===!0?A(ee).delete(q):G&&x(G,ee.id)&&delete G[ee.id]},has:function(ee){var G=X(this);if(!h(ee))return!1;var se=l(ee);return se===!0?A(G).has(ee):se&&x(se,G.id)}}),i(ae,K?{get:function(ee){var G=X(this);if(h(ee)){var se=l(ee);return se===!0?A(G).get(ee):se?se[G.id]:void 0}},set:function(ee,G){return oe(this,ee,G)}}:{add:function(ee){return oe(this,ee,!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],K=N&&N.prototype,H=N,W={},ae=function(te){var Q=l(K[te]);f(K,te,te==="add"?function($){return Q(this,$===0?0:$),this}:te==="delete"?function(le){return M&&!p(le)?!1:Q(this,le===0?0:le)}:te==="get"?function($){return M&&!p($)?void 0:Q(this,$===0?0:$)}:te==="has"?function($){return M&&!p($)?!1:Q(this,$===0?0:$)}:function($,j){return Q(this,$===0?0:$,j),this})},X=c(D,!a(N)||!(M||K.forEach&&!y(function(){new N().entries().next()})));if(X)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,ee=y(function(){oe.has(1)}),G=m(function(te){new N(te)}),se=!M&&y(function(){for(var te=new N,Q=5;Q--;)te[B](Q,Q);return!te.has(-0)});G||(H=R(function(te,Q){u(te,K);var le=S(new N,te,H);return x(Q)||h(Q,le[B],{that:le,AS_ENTRIES:P}),le}),H.prototype=K,K.constructor=H),(ee||se)&&(ae("delete"),ae("has"),P&&ae("get")),(se||q)&&ae(B),M&&K.clear&&delete K.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 K=r(A),H=P.exec;return H===l||H===u.exec?b&&!N?{done:!0,value:D(P,M,B)}:{done:!0,value:K(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),K={};K[m]=1,B(K).length&&(h.f=function(H){for(var W=B(H),ae=0,X=W.length;ae<X;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),K,H,W,ae,X,oe,q,ee=function(se){return K&&x(K,"normal",se),new y(!0,se)},G=function(se){return A?(l(se),B?N(se[0],se[1],ee):N(se[0],se[1])):B?N(se,ee):N(se)};if(P)K=b.iterator;else if(M)K=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(X=G(b[W]),X&&h(m,X))return X;return new y(!1)}K=u(b,H)}for(oe=P?b.next:K.next;!(q=i(oe,K)).done;){try{X=G(q.value)}catch(se){x(K,"throw",se)}if(typeof X=="object"&&X&&h(m,X))return X}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(K){throw B.done=!0,K}},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(K){return x(B,"throw",K)}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,K){K?(K.iterator=N.iterator,K.next=N.next):K=N,K.type=P?m:y,K.nextHandler=A,K.counter=0,K.done=!1,b(this,K)};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",K=function(){return this};d.exports=function(H,W,ae,X,oe,q,ee){o(ae,W,X);var G=function(Pe){if(Pe===oe&&$)return $;if(!A&&Pe&&Pe in Q)return Q[Pe];switch(Pe){case M:return function(){return new ae(this,Pe)};case B:return function(){return new ae(this,Pe)};case N:return function(){return new ae(this,Pe)}}return function(){return new ae(this)}},se=W+" Iterator",te=!1,Q=H.prototype,le=Q[P]||Q["@@iterator"]||oe&&Q[oe],$=!A&&le||G(oe),j=W==="Array"&&Q.entries||le,ie,me,Ae;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,K)),a(ie,se,!0,!0),l&&(m[se]=K))),S&&oe===B&&le&&le.name!==B&&(!l&&D?x(Q,"name",B):(te=!0,$=function(){return i(le,this)})),oe)if(me={values:G(B),keys:q?$:G(M),entries:G(N)},ee)for(Ae in me)(A||te||!(Ae in Q))&&p(Q,Ae,me[Ae]);else r({target:W,proto:!0,forced:A||te},me);return(!l||ee)&&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(K){}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 K,H;for(a&&(K=y.domain)&&K.exit();H=B.get();)try{H()}catch(W){throw B.head&&D(),W}K&&K.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(K){B.head||D(),B.add(K)}}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 K=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=K?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,K;return P>A?K=N?B>P:B>=P:K=N?P>B:P>=B,K?(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),K=N.length,H=0,W;K>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/,K=/b*/g;return r(y,N,"a"),r(y,K,"a"),N.lastIndex!==0||K.lastIndex!==0}(),P=f.BROKEN_CARET,M=/()??/.exec("")[1]!==void 0,B=A||M||P||a||x;B&&(m=function(K){var H=this,W=u(H),ae=l(K),X=W.raw,oe,q,ee,G,se,te,Q;if(X)return X.lastIndex=H.lastIndex,oe=r(m,X,ae),H.lastIndex=X.lastIndex,oe;var le=W.groups,$=P&&H.sticky,j=r(c,H),ie=H.source,me=0,Ae=ae;if($&&(j=D(j,"y",""),S(j,"g")===-1&&(j+="g"),Ae=R(ae,H.lastIndex),H.lastIndex>0&&(!H.multiline||H.multiline&&b(ae,H.lastIndex-1)!==`
`)&&(ie="(?: "+ie+")",Ae=" "+Ae,me++),q=new RegExp("^(?:"+ie+")",j)),M&&(q=new RegExp("^"+ie+"$(?!\\s)",j)),A&&(ee=H.lastIndex),G=r(y,$?q:H,Ae),$?G?(G.input=R(G.input,me),G[0]=R(G[0],me),G.index=H.lastIndex,H.lastIndex+=G[0].length):H.lastIndex=0:A&&G&&(H.lastIndex=H.global?G.index+G[0].length:ee),M&&G&&G.length>1&&r(p,G[0],q,function(){for(se=1;se<arguments.length-2;se++)arguments[se]===void 0&&(G[se]=void 0)}),G&&le)for(G.groups=te=h(null),se=0;se<le.length;se++)Q=le[se],te[Q[0]]=G[Q[1]];return G}),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 K=f(A,B++);switch(K){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(K,0))return;P+=K}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),K=r("".split),H=r("".toLowerCase),W=function(q){for(var ee=[],G=0,se=q.length;G<se;){var te=P(q,G++);if(te>=55296&&te<=56319&&G<se){var Q=P(q,G++);(Q&64512)===56320?B(ee,((te&1023)<<10)+(Q&1023)+65536):(B(ee,te),G--)}else B(ee,te)}return ee},ae=function(q){return q+22+75*(q<26)},X=function(q,ee,G){var se=0;for(q=G?R(q/h):q>>1,q+=R(q/ee);q>b*f>>1;)q=R(q/b),se+=l;return R(se+(b+1)*q/(q+o))},oe=function(q){var ee=[];q=W(q);var G=q.length,se=a,te=0,Q=u,le,$;for(le=0;le<q.length;le++)$=q[le],$<128&&B(ee,A($));var j=ee.length,ie=j;for(j&&B(ee,x);ie<G;){var me=i;for(le=0;le<q.length;le++)$=q[le],$>=se&&$<me&&(me=$);var Ae=ie+1;if(me-se>R((i-te)/Ae))throw new S(m);for(te+=(me-se)*Ae,se=me,le=0;le<q.length;le++){if($=q[le],$<se&&++te>i)throw new S(m);if($===se){for(var Pe=te,He=l;;){var Ne=He<=Q?c:He>=Q+f?f:He-Q;if(Pe<Ne)break;var Mt=Pe-Ne,bt=l-Ne;B(ee,A(ae(Ne+Mt%bt))),Pe=R(Mt/bt),He+=l}B(ee,A(ae(Pe))),Q=X(te,Ae,ie===j),te=0,ie++}}te++,se++}return M(ee,"")};d.exports=function(q){var ee=[],G=K(N(H(q),y,"."),"."),se,te;for(se=0;se<G.length;se++)te=G[se],B(ee,D(p,te)?"xn--"+oe(te):te);return M(ee,".")}},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",K,H,W,ae;o(function(){K=r.location});var X=function(G){if(f(B,G)){var se=B[G];delete B[G],se()}},oe=function(G){return function(){X(G)}},q=function(G){X(G.data)},ee=function(G){r.postMessage(P(G),K.protocol+"//"+K.host)};(!m||!b)&&(m=function(se){x(arguments.length,1);var te=c(se)?se:R(se),Q=u(arguments,1);return B[++M]=function(){i(te,void 0,Q)},H(M),M},b=function(se){delete B[se]},y?H=function(G){S.nextTick(oe(G))}:D&&D.now?H=function(G){D.now(oe(G))}:A&&!p?(W=new A,ae=W.port2,W.port1.onmessage=q,H=l(ae.postMessage,ae)):r.addEventListener&&c(r.postMessage)&&!r.importScripts&&K&&K.protocol!=="file:"&&!o(ee)?(H=ee,r.addEventListener("message",q,!1)):N in a("script")?H=function(G){h.appendChild(a("script"))[N]=function(){h.removeChild(this),X(G)}}:H=function(G){setTimeout(oe(G),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),K=e(58218),H=e(80689).f,W=e(50706),ae=e(90560).forEach,X=e(51996),oe=e(64110),q=e(37691),ee=e(71256),G=e(94844),se=e(25576),te=G.get,Q=G.set,le=G.enforce,$=q.f,j=ee.f,ie=i.RangeError,me=h.ArrayBuffer,Ae=me.prototype,Pe=h.DataView,He=o.NATIVE_ARRAY_BUFFER_VIEWS,Ne=o.TYPED_ARRAY_TAG,Mt=o.TypedArray,bt=o.TypedArrayPrototype,kt=o.aTypedArrayConstructor,Zt=o.isTypedArray,Ft="BYTES_PER_ELEMENT",tr="Wrong length",je=function(qe,Fe){kt(qe);for(var be=0,ke=Fe.length,Ge=new qe(ke);ke>be;)Ge[be]=Fe[be++];return Ge},Et=function(qe,Fe){oe(qe,Fe,{configurable:!0,get:function(){return te(this)[Fe]}})},Bt=function(qe){var Fe;return N(Ae,qe)||(Fe=A(qe))==="ArrayBuffer"||Fe==="SharedArrayBuffer"},tt=function(qe,Fe){return Zt(qe)&&!M(Fe)&&Fe in qe&&p(+Fe)&&Fe>=0},yt=function(Fe,be){return be=D(be),tt(Fe,be)?a(2,Fe[be]):j(Fe,be)},dt=function(Fe,be,ke){return be=D(be),tt(Fe,be)&&P(ke)&&R(ke,"value")&&!R(ke,"get")&&!R(ke,"set")&&!ke.configurable&&(!R(ke,"writable")||ke.writable)&&(!R(ke,"enumerable")||ke.enumerable)?(Fe[be]=ke.value,Fe):$(Fe,be,ke)};c?(He||(ee.f=yt,q.f=dt,Et(bt,"buffer"),Et(bt,"byteOffset"),Et(bt,"byteLength"),Et(bt,"length")),r({target:"Object",stat:!0,forced:!He},{getOwnPropertyDescriptor:yt,defineProperty:dt}),d.exports=function(qe,Fe,be){var ke=qe.match(/\d+/)[0]/8,Ge=qe+(be?"Clamped":"")+"Array",We="get"+qe,Ye="set"+qe,ht=i[Ge],xt=ht,nr=xt&&xt.prototype,er={},Re=function(Wt,Ht){var Tt=te(Wt);return Tt.view[We](Ht*ke+Tt.byteOffset,!0)},et=function(Wt,Ht,Tt){var Qt=te(Wt);Qt.view[Ye](Ht*ke+Qt.byteOffset,be?S(Tt):Tt,!0)},Vt=function(Wt,Ht){$(Wt,Ht,{get:function(){return Re(this,Ht)},set:function(Tt){return et(this,Ht,Tt)},enumerable:!0})};He?f&&(xt=Fe(function(Wt,Ht,Tt,Qt){return u(Wt,nr),se(function(){return P(Ht)?Bt(Ht)?Qt!==void 0?new ht(Ht,b(Tt,ke),Qt):Tt!==void 0?new ht(Ht,b(Tt,ke)):new ht(Ht):Zt(Ht)?je(xt,Ht):l(W,xt,Ht):new ht(m(Ht))}(),Wt,xt)}),K&&K(xt,Mt),ae(H(ht),function(Wt){Wt in xt||x(xt,Wt,ht[Wt])}),xt.prototype=nr):(xt=Fe(function(Wt,Ht,Tt,Qt){u(Wt,nr);var $e=0,ce=0,he,It,Se;if(!P(Ht))Se=m(Ht),It=Se*ke,he=new me(It);else if(Bt(Ht)){he=Ht,ce=b(Tt,ke);var ft=Ht.byteLength;if(Qt===void 0){if(ft%ke)throw new ie(tr);if(It=ft-ce,It<0)throw new ie(tr)}else if(It=y(Qt)*ke,It+ce>ft)throw new ie(tr);Se=It/ke}else return Zt(Ht)?je(xt,Ht):l(W,xt,Ht);for(Q(Wt,{buffer:he,byteOffset:ce,byteLength:It,length:Se,view:new Pe(he)});$e<Se;)Vt(Wt,$e++)}),K&&K(xt,Mt),nr=xt.prototype=B(bt)),nr.constructor!==xt&&x(nr,"constructor",xt),le(nr).TypedArrayConstructor=xt,Ne&&x(nr,Ne,Ge);var Lt=xt!==ht;er[Ge]=xt,r({global:!0,constructor:!0,forced:Lt,sham:!He},er),Ft in xt||x(xt,Ft,ke),Ft in nr||x(nr,Ft,ke),X(Ge)}):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,K,H,W,ae,X;if(P&&!u(P))for(ae=o(S,P),X=ae.next,S=[];!(W=i(X,ae)).done;)S.push(W.value);for(A&&D>2&&(R=r(R,arguments[2])),B=f(S),N=new(x(b))(B),K=a(N),M=0;B>M;M++)H=A?R(S[M],M):S[M],N[M]=K?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 K=N.prototype;if(!m&&i(K,"cause")&&delete K.cause,!D)return N;var H=r("Error"),W=S(function(ae,X){var oe=a(R?X: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(K,this)&&u(q,this,W),arguments.length>P&&x(q,arguments[P]),q});if(W.prototype=K,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{K.name!==B&&l(K,"name",B),K.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),K;c?K=c(new S,N?l(this):A):(K=N?this:o(A),h(K,b,"Error")),B!==void 0&&h(K,"message",y(B)),x(K,R,K.stack,1),arguments.length>2&&a(K,arguments[2]);var H=[];return p(M,D,{that:H}),h(K,"errors",H),K};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)),K=new x(this),H=new x(N),W=0;M<B;)b(H,W++,m(K,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,K,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),K=0;K<W;K++,B++)K in ae&&u(M,B,ae[K]);else h(B+1),u(M,B++,ae);return M.length=B,M}})},26425:function(d,_,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),K,H,W;if(i(P)&&(K=P.constructor,l(K)&&(K===b||i(K.prototype))?K=void 0:c(K)&&(K=K[m],K===null&&(K=void 0)),K===b||K===void 0))return p(P,B,N);for(H=new(K===void 0?b:K)(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,X,oe;for(W=65;W<76;W++){switch(ae=String.fromCharCode(W),W){case 66:case 69:case 70:case 72:X=3;break;case 68:case 71:X=4;break;default:X=2}for(oe=0;oe<47;oe++)S.push({k:ae+oe,v:X})}for(S.sort(function(q,ee){return ee.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,K=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 X=[],oe=f(ae),q,ee;for(ee=0;ee<oe;ee++)ee in ae&&R(X,ae[ee]);for(a(X,K(W)),q=f(X),ee=0;ee<q;)ae[ee]=X[ee++];for(;ee<oe;)o(ae,ee++);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,K,H,W,ae,X;for(B===0?N=K=0:B===1?(N=0,K=P-M):(N=B-2,K=b(m(c(R),0),P-M)),h(P+N-K),H=u(A,K),W=0;W<K;W++)ae=M+W,ae in A&&a(H,W,A[ae]);if(H.length=K,N<K){for(W=M;W<P-K;W++)ae=W+K,X=W+N,ae in A?A[X]=A[ae]:x(A,X);for(W=P;W>P-K+N;W--)x(A,W-1)}else if(N>K)for(W=P-K;W>M;W--)ae=W+K-1,X=W+N-1,ae in A?A[X]=A[ae]:x(A,X);for(W=0;W<N;W++)A[W+M]=arguments[W+2];return o(A,P-K+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))!=="{}"}),K=o(function(){return m("\uDF06\uD834")!=='"\\udf06\\ud834"'||m("\uDEAD")!=='"\\udead"'}),H=function(ae,X){var oe=a(arguments),q=x(X);if(!(!h(q)&&(ae===void 0||u(ae))))return oe[1]=function(ee,G){if(h(q)&&(G=c(q,this,y(ee),G)),!u(G))return G},l(m,null,oe)},W=function(ae,X,oe){var q=S(oe,X-1),ee=S(oe,X+1);return b(M,ae)&&!b(B,ee)||b(B,ae)&&!b(M,q)?"\\u"+A(D(ae,0),16):ae};m&&r({target:"JSON",stat:!0,arity:3,forced:N||K},{stringify:function(X,oe,q){var ee=a(arguments),G=l(N?H:m,null,ee);return K&&typeof G=="string"?R(G,P,W):G}})},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,K=c.TypeError,H=o("".slice),W=o("".charCodeAt),ae=function(se){var te=y(se,"number");return typeof te=="bigint"?te:X(te)},X=function(se){var te=y(se,"number"),Q,le,$,j,ie,me,Ae,Pe;if(p(te))throw new K("Cannot convert a Symbol value to a number");if(typeof te=="string"&&te.length>2){if(te=A(te),Q=W(te,0),Q===43||Q===45){if(le=W(te,2),le===88||le===120)return NaN}else if(Q===48){switch(W(te,1)){case 66:case 98:$=2,j=49;break;case 79:case 111:$=8,j=55;break;default:return+te}for(ie=H(te,2),me=ie.length,Ae=0;Ae<me;Ae++)if(Pe=W(ie,Ae),Pe<48||Pe>j)return NaN;return parseInt(ie,$)}}return+te},oe=h(P,!M(" 0o1")||!M("0b1")||M("+0x1")),q=function(se){return x(N,se)&&m(function(){R(se)})},ee=function(te){var Q=arguments.length<1?0:M(ae(te));return q(this)?a(Object(Q),this,ee):Q};ee.prototype=N,oe&&!i&&(N.constructor=ee),r({global:!0,constructor:!0,wrap:!0,forced:oe},{Number:ee});var G=function(se,te){for(var Q=l?b(te):"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(te,$=Q[le])&&!u(se,$)&&D(se,$,S(te,$))};i&&B&&G(f[P],B),(oe||i)&&G(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(K){var H=c(this);if(K===void 0)return S(H);var W=l(K);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="",X="",oe=0,q="",ee="";if(H<0&&(ae="-",H=-H),H===0)oe=0,X=D("0",W+1);else{var G=o(H);oe=y(G);var se=0,te=m(10,oe-W);se=b(H/te),2*H>=(2*se+1)*te&&(se+=1),se>=m(10,W+1)&&(se/=10,oe+=1),X=a(se)}return W!==0&&(X=R(X,0,1)+"."+R(X,1)),oe===0?(q="+",ee="0"):(q=oe>0?"+":"-",ee=a(p(oe))),X+="e"+q+ee,ae+X}})},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,K=B;++N<6;)K+=M*P[N],P[N]=K%1e7,K=a(K/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),K=[0,0,0,0,0,0],H="",W="0",ae,X,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,X=ae<0?B*m(2,-ae,1):B/m(2,ae,1),X*=4503599627370496,ae=52-ae,ae>0){for(S(K,0,X),oe=N;oe>=7;)S(K,1e7,0),oe-=7;for(S(K,m(10,oe,1),0),oe=ae-1;oe>=23;)D(K,8388608),oe-=23;D(K,1<<oe),S(K,1,1),D(K,2),W=R(K)}else S(K,0,X),S(K,1<<-ae,0),W=R(K)+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(K){var H=M++,W=!1;B++,i(A,y,K).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),K=e(73446),H="Promise",W=N.CONSTRUCTOR,ae=N.REJECTION_EVENT,X=N.SUBCLASSING,oe=M.getterFor(H),q=M.set,ee=B&&B.prototype,G=B,se=ee,te=c.TypeError,Q=c.document,le=c.process,$=K.f,j=$,ie=!!(Q&&Q.createEvent&&c.dispatchEvent),me="unhandledrejection",Ae="rejectionhandled",Pe=0,He=1,Ne=2,Mt=1,bt=2,kt,Zt,Ft,tr,je=function(Ge){var We;return y(Ge)&&p(We=Ge.then)?We:!1},Et=function(Ge,We){var Ye=We.value,ht=We.state===He,xt=ht?Ge.ok:Ge.fail,nr=Ge.resolve,er=Ge.reject,Re=Ge.domain,et,Vt,Lt;try{xt?(ht||(We.rejection===bt&&qe(We),We.rejection=Mt),xt===!0?et=Ye:(Re&&Re.enter(),et=xt(Ye),Re&&(Re.exit(),Lt=!0)),et===Ge.promise?er(new te("Promise-chain cycle")):(Vt=je(et))?f(Vt,et,nr,er):nr(et)):er(Ye)}catch(Wt){Re&&!Lt&&Re.exit(),er(Wt)}},Bt=function(Ge,We){Ge.notified||(Ge.notified=!0,D(function(){for(var Ye=Ge.reactions,ht;ht=Ye.get();)Et(ht,Ge);Ge.notified=!1,We&&!Ge.rejection&&yt(Ge)}))},tt=function(Ge,We,Ye){var ht,xt;ie?(ht=Q.createEvent("Event"),ht.promise=We,ht.reason=Ye,ht.initEvent(Ge,!1,!0),c.dispatchEvent(ht)):ht={promise:We,reason:Ye},!ae&&(xt=c["on"+Ge])?xt(ht):Ge===me&&R("Unhandled promise rejection",Ye)},yt=function(Ge){f(S,c,function(){var We=Ge.facade,Ye=Ge.value,ht=dt(Ge),xt;if(ht&&(xt=A(function(){l?le.emit("unhandledRejection",Ye,We):tt(me,We,Ye)}),Ge.rejection=l||dt(Ge)?bt:Mt,xt.error))throw xt.value})},dt=function(Ge){return Ge.rejection!==Mt&&!Ge.parent},qe=function(Ge){f(S,c,function(){var We=Ge.facade;l?le.emit("rejectionHandled",We):tt(Ae,We,Ge.value)})},Fe=function(Ge,We,Ye){return function(ht){Ge(We,ht,Ye)}},be=function(Ge,We,Ye){Ge.done||(Ge.done=!0,Ye&&(Ge=Ye),Ge.value=We,Ge.state=Ne,Bt(Ge,!0))},ke=function(Ge,We,Ye){if(!Ge.done){Ge.done=!0,Ye&&(Ge=Ye);try{if(Ge.facade===We)throw new te("Promise can't be resolved itself");var ht=je(We);ht?D(function(){var xt={done:!1};try{f(ht,We,Fe(ke,xt,Ge),Fe(be,xt,Ge))}catch(nr){be(xt,nr,Ge)}}):(Ge.value=We,Ge.state=He,Bt(Ge,!1))}catch(xt){be({done:!1},xt,Ge)}}};if(W&&(G=function(We){m(this,se),x(We),f(kt,this);var Ye=oe(this);try{We(Fe(ke,Ye),Fe(be,Ye))}catch(ht){be(Ye,ht)}},se=G.prototype,kt=function(We){q(this,{type:H,done:!1,notified:!1,parent:!1,reactions:new P,rejection:!1,state:Pe,value:void 0})},kt.prototype=o(se,"then",function(We,Ye){var ht=oe(this),xt=$(b(this,G));return ht.parent=!0,xt.ok=p(We)?We:!0,xt.fail=p(Ye)&&Ye,xt.domain=l?le.domain:void 0,ht.state===Pe?ht.reactions.add(xt):D(function(){Et(xt,ht)}),xt.promise}),Zt=function(){var Ge=new kt,We=oe(Ge);this.promise=Ge,this.resolve=Fe(ke,We),this.reject=Fe(be,We)},K.f=$=function(Ge){return Ge===G||Ge===Ft?new Zt(Ge):j(Ge)},!i&&p(B)&&ee!==Object.prototype)){tr=ee.then,X||o(ee,"then",function(We,Ye){var ht=this;return new G(function(xt,nr){f(tr,ht,xt,nr)}).then(We,Ye)},{unsafe:!0});try{delete ee.constructor}catch(Ge){}h&&h(ee,se)}r({global:!0,constructor:!0,wrap:!0,forced:W},{Promise:G}),u(G,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),K=l(R,N,A);return h(K)?K: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),K=M("match"),H=i.RegExp,W=H.prototype,ae=i.SyntaxError,X=l(W.exec),oe=l("".charAt),q=l("".replace),ee=l("".indexOf),G=l("".slice),se=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,te=/a/g,Q=/a/g,le=new H(te)!==te,$=m.MISSED_STICKY,j=m.UNSUPPORTED_Y,ie=r&&(!le||$||B||N||D(function(){return Q[K]=!1,H(te)!==te||H(Q)===Q||String(H(te,"i"))!=="/a/i"})),me=function(Mt){for(var bt=Mt.length,kt=0,Zt="",Ft=!1,tr;kt<=bt;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},Ae=function(Mt){for(var bt=Mt.length,kt=0,Zt="",Ft=[],tr=h(null),je=!1,Et=!1,Bt=0,tt="",yt;kt<=bt;kt++){if(yt=oe(Mt,kt),yt==="\\")yt+=oe(Mt,++kt);else if(yt==="]")je=!1;else if(!je)switch(!0){case yt==="[":je=!0;break;case yt==="(":X(se,G(Mt,kt+1))&&(kt+=2,Et=!0),Zt+=yt,Bt++;continue;case(yt===">"&&Et):if(tt===""||R(tr,tt))throw new ae("Invalid capture group name");tr[tt]=!0,Ft[Ft.length]=[tt,Bt],Et=!1,tt="";continue}Et?tt+=yt:Zt+=yt}return[Zt,Ft]};if(c("RegExp",ie)){for(var Pe=function(bt,kt){var Zt=a(W,this),Ft=x(bt),tr=kt===void 0,je=[],Et=bt,Bt,tt,yt,dt,qe,Fe;if(!Zt&&Ft&&tr&&bt.constructor===Pe)return bt;if((Ft||a(W,bt))&&(bt=bt.source,tr&&(kt=y(Et))),bt=bt===void 0?"":p(bt),kt=kt===void 0?"":p(kt),Et=bt,B&&"dotAll"in te&&(tt=!!kt&&ee(kt,"s")>-1,tt&&(kt=q(kt,/s/g,""))),Bt=kt,$&&"sticky"in te&&(yt=!!kt&&ee(kt,"y")>-1,yt&&j&&(kt=q(kt,/y/g,""))),N&&(dt=Ae(bt),bt=dt[0],je=dt[1]),qe=f(H(bt,kt),Zt?this:W,Pe),(tt||yt||je.length)&&(Fe=A(qe),tt&&(Fe.dotAll=!0,Fe.raw=Pe(me(bt),Bt)),yt&&(Fe.sticky=!0),je.length&&(Fe.groups=je)),bt!==Et)try{o(qe,"source",Et===""?"(?:)":Et)}catch(be){}return qe},He=u(H),Ne=0;He.length>Ne;)b(Pe,H,He[Ne++]);W.constructor=Pe,Pe.prototype=W,S(i,"RegExp",Pe,{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),K=R("matchAll"),H="RegExp String",W=H+" Iterator",ae=B.set,X=B.getterFor(W),oe=RegExp.prototype,q=TypeError,ee=l("".indexOf),G=l("".matchAll),se=!!G&&!D(function(){G("a",/./)}),te=c(function($,j,ie,me){ae(this,{type:W,regexp:$,string:j,global:ie,unicode:me,done:!1})},H,function(){var $=X(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($)),Ae,Pe,He;return Ae=new ie(ie===RegExp?$.source:$,me),Pe=!!~ee(me,"g"),He=!!~ee(me,"u"),Ae.lastIndex=h($.lastIndex),new te(Ae,j,Pe,He)};r({target:"String",proto:!0,forced:se},{matchAll:function($){var j=o(this),ie,me,Ae,Pe;if(x($)){if(se)return G(j,$)}else{if(y($)&&(ie=u(o(m($))),!~ee(ie,"g")))throw new q("`.matchAll` does not allow non-global regexes");if(se)return G(j,$);if(Ae=b($,K),Ae===void 0&&N&&p($)==="RegExp"&&(Ae=Q),Ae)return i(Ae,$,j)}return me=u(j),Pe=new RegExp($,"g"),N?i(Q,Pe,me):Pe[K](me)}}),N||K in oe||S(oe,K,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,K){return K>B.length?-1:N===""?K:D(B,N,K)};r({target:"String",proto:!0},{replaceAll:function(N,K){var H=c(this),W,ae,X,oe,q,ee,G,se,te,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(X=a(N,b),X)return i(X,N,H,K);if(m&&W)return R(u(H),N,K)}for(oe=u(H),q=u(N),ee=f(K),ee||(K=u(K)),G=q.length,se=P(1,G),Q=M(oe,q,0);Q!==-1;)te=ee?u(K(q,Q,oe)):p(q,oe,Q,[],void 0,K),$+=A(oe,le,Q)+te,le=Q+G,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),K=l("".indexOf),H=l("".slice),W=function(q){return q===void 0?q:String(q)},ae=function(){return"a".replace(/./,"$0")==="$0"}(),X=function(){return/./[A]?/./[A]("a","$0")==="":!1}(),oe=!f(function(){var q=/./;return q.exec=function(){var ee=[];return ee.groups={a:"7"},ee},"".replace(q,"$<a>")!=="7"});c("replace",function(q,ee,G){var se=X?"$":"$0";return[function(Q,le){var $=y(this),j=u(Q)?void 0:b(Q,A);return j?i(j,Q,$,le):i(ee,p($),Q,le)},function(te,Q){var le=o(this),$=p(te);if(typeof Q=="string"&&K(Q,se)===-1&&K(Q,"$<")===-1){var j=G(ee,le,$,Q);if(j.done)return j.value}var ie=h(Q);ie||(Q=p(Q));var me=le.global,Ae;me&&(Ae=le.unicode,le.lastIndex=0);for(var Pe=[],He;He=D(le,$),!(He===null||(N(Pe,He),!me));){var Ne=p(He[0]);Ne===""&&(le.lastIndex=m($,x(le.lastIndex),Ae))}for(var Mt="",bt=0,kt=0;kt<Pe.length;kt++){He=Pe[kt];for(var Zt=p(He[0]),Ft=P(M(a(He.index),$.length),0),tr=[],je,Et=1;Et<He.length;Et++)N(tr,W(He[Et]));var Bt=He.groups;if(ie){var tt=B([Zt],tr,Ft,$);Bt!==void 0&&N(tt,Bt),je=p(r(Q,void 0,tt))}else je=S(Zt,$,Ft,tr,Bt,Q);Ft>=bt&&(Mt+=H($,bt,Ft)+je,bt=Ft+Zt.length)}return Mt+H($,bt)}]},!oe||!ae||X)},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,K=l(/./.exec),H=l(N),W=l("".slice),ae=!A(function(){var X=/(?:)/,oe=X.exec;X.exec=function(){return oe.apply(this,arguments)};var q="ab".split(X);return q.length!==2||q[0]!=="a"||q[1]!=="b"});c("split",function(X,oe,q){var ee;return"abbc".split(/(b)*/)[1]==="c"||"test".split(/(?:)/,-1).length!==4||"ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||".".split(/()()/).length>1||"".split(/.?/).length?ee=function(G,se){var te=y(u(this)),Q=se===void 0?M:se>>>0;if(Q===0)return[];if(G===void 0)return[te];if(!h(G))return i(oe,te,G,Q);for(var le=[],$=(G.ignoreCase?"i":"")+(G.multiline?"m":"")+(G.unicode?"u":"")+(G.sticky?"y":""),j=0,ie=new RegExp(G.source,$+"g"),me,Ae,Pe;(me=i(D,ie,te))&&(Ae=ie.lastIndex,!(Ae>j&&(H(le,W(te,j,me.index)),me.length>1&&me.index<te.length&&r(N,le,b(me,1)),Pe=me[0].length,j=Ae,le.length>=Q)));)ie.lastIndex===me.index&&ie.lastIndex++;return j===te.length?(Pe||!K(ie,""))&&H(le,""):H(le,W(te,j)),le.length>Q?b(le,0,Q):le}:"0".split(void 0,0).length?ee=function(G,se){return G===void 0&&se===0?[]:i(oe,this,G,se)}:ee=oe,[function(se,te){var Q=u(this),le=o(se)?void 0:m(se,X);return le?i(le,se,Q,te):i(ee,y(Q),se,te)},function(G,se){var te=f(this),Q=y(G),le=q(ee,te,Q,se,ee!==oe);if(le.done)return le.value;var $=a(te,RegExp),j=te.unicode,ie=(te.ignoreCase?"i":"")+(te.multiline?"m":"")+(te.unicode?"u":"")+(P?"g":"y"),me=new $(P?"^(?:"+te.source+")":te,ie),Ae=se===void 0?M:se>>>0;if(Ae===0)return[];if(Q.length===0)return S(me,Q)===null?[Q]:[];for(var Pe=0,He=0,Ne=[];He<Q.length;){me.lastIndex=P?0:He;var Mt=S(me,P?W(Q,He):Q),bt;if(Mt===null||(bt=B(p(me.lastIndex+(P?He:0)),Q.length))===Pe)He=x(Q,He,j);else{if(H(Ne,W(Q,Pe,He)),Ne.length===Ae)return Ne;for(var kt=1;kt<=Mt.length-1;kt++)if(H(Ne,Mt[kt]),Ne.length===Ae)return Ne;He=Pe=bt}}return H(Ne,W(Q,Pe)),Ne}]},!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),K=e(55666),H=e(27597),W=e(2291),ae=e(64110),X=e(77898),oe=e(11898),q=e(54406),ee=e(6145),G=e(59893),se=e(38282),te=e(94674),Q=e(14311),le=e(94573),$=e(94844),j=e(90560).forEach,ie=oe("hidden"),me="Symbol",Ae="prototype",Pe=$.set,He=$.getterFor(me),Ne=Object[Ae],Mt=i.Symbol,bt=Mt&&Mt[Ae],kt=i.RangeError,Zt=i.TypeError,Ft=i.QObject,tr=B.f,je=N.f,Et=P.f,Bt=H.f,tt=c([].push),yt=X("symbols"),dt=X("op-symbols"),qe=X("wks"),Fe=!Ft||!Ft[Ae]||!Ft[Ae].findChild,be=function(et,Vt,Lt){var Wt=tr(Ne,Vt);Wt&&delete Ne[Vt],je(et,Vt,Lt),Wt&&et!==Ne&&je(Ne,Vt,Wt)},ke=o&&u(function(){return D(je({},"a",{get:function(){return je(this,"a",{value:7}).a}})).a!==7})?be:je,Ge=function(et,Vt){var Lt=yt[et]=D(bt);return Pe(Lt,{type:me,tag:et,description:Vt}),o||(Lt.description=Vt),Lt},We=function(Vt,Lt,Wt){Vt===Ne&&We(dt,Lt,Wt),p(Vt);var Ht=m(Lt);return p(Wt),a(yt,Ht)?(Wt.enumerable?(a(Vt,ie)&&Vt[ie][Ht]&&(Vt[ie][Ht]=!1),Wt=D(Wt,{enumerable:S(0,!1)})):(a(Vt,ie)||je(Vt,ie,S(1,{})),Vt[ie][Ht]=!0),ke(Vt,Ht,Wt)):je(Vt,Ht,Wt)},Ye=function(Vt,Lt){p(Vt);var Wt=y(Lt),Ht=R(Wt).concat(Re(Wt));return j(Ht,function(Tt){(!o||l(xt,Wt,Tt))&&We(Vt,Tt,Wt[Tt])}),Vt},ht=function(Vt,Lt){return Lt===void 0?D(Vt):Ye(D(Vt),Lt)},xt=function(Vt){var Lt=m(Vt),Wt=l(Bt,this,Lt);return this===Ne&&a(yt,Lt)&&!a(dt,Lt)?!1:Wt||!a(this,Lt)||!a(yt,Lt)||a(this,ie)&&this[ie][Lt]?Wt:!0},nr=function(Vt,Lt){var Wt=y(Vt),Ht=m(Lt);if(!(Wt===Ne&&a(yt,Ht)&&!a(dt,Ht))){var Tt=tr(Wt,Ht);return Tt&&a(yt,Ht)&&!(a(Wt,ie)&&Wt[ie][Ht])&&(Tt.enumerable=!0),Tt}},er=function(Vt){var Lt=Et(y(Vt)),Wt=[];return j(Lt,function(Ht){!a(yt,Ht)&&!a(q,Ht)&&tt(Wt,Ht)}),Wt},Re=function(et){var Vt=et===Ne,Lt=Et(Vt?dt:y(et)),Wt=[];return j(Lt,function(Ht){a(yt,Ht)&&(!Vt||a(Ne,Ht))&&tt(Wt,yt[Ht])}),Wt};h||(Mt=function(){if(x(bt,this))throw new Zt("Symbol is not a constructor");var Vt=!arguments.length||arguments[0]===void 0?void 0:b(arguments[0]),Lt=ee(Vt),Wt=function(Ht){var Tt=this===void 0?i:this;Tt===Ne&&l(Wt,dt,Ht),a(Tt,ie)&&a(Tt[ie],Lt)&&(Tt[ie][Lt]=!1);var Qt=S(1,Ht);try{ke(Tt,Lt,Qt)}catch($e){if(!($e instanceof kt))throw $e;be(Tt,Lt,Qt)}};return o&&Fe&&ke(Ne,Lt,{configurable:!0,set:Wt}),Ge(Lt,Vt)},bt=Mt[Ae],W(bt,"toString",function(){return He(this).tag}),W(Mt,"withoutSetter",function(et){return Ge(ee(et),et)}),H.f=xt,N.f=We,K.f=Ye,B.f=nr,A.f=P.f=er,M.f=Re,se.f=function(et){return Ge(G(et),et)},o&&(ae(bt,"description",{configurable:!0,get:function(){return He(this).description}}),f||W(Ne,"propertyIsEnumerable",xt,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!h,sham:!h},{Symbol:Mt}),j(R(qe),function(et){te(et)}),r({target:me,stat:!0,forced:!h},{useSetter:function(){Fe=!0},useSimple:function(){Fe=!1}}),r({target:"Object",stat:!0,forced:!h,sham:!o},{create:ht,defineProperty:We,defineProperties:Ye,getOwnPropertyDescriptor:nr}),r({target:"Object",stat:!0,forced:!h},{getOwnPropertyNames:er}),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]),K=h(y,this)?new p(N):N===void 0?p():p(N);return N===""&&(m[K]=!0),K};x(b,p),b.prototype=y,y.constructor=b;var 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 K=R(N),H=S?M(K,7,-1):P(K,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,K){return(N/4|0)-(K/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,K=function(G){return function(){return G(this,arguments.length?arguments[0]:void 0)}},H=o("WeakMap",K,h),W=H.prototype,ae=l(W.set),X=function(){return r&&x(function(){var G=R([]);return ae(new H,G,1),!S(G)})};if(p)if(B){N=h.getConstructor(K,"WeakMap",!0),f.enable();var oe=l(W.delete),q=l(W.has),ee=l(W.get);c(W,{delete:function(G){if(u(G)&&!b(G)){var se=a(this);return se.frozen||(se.frozen=new N),oe(this,G)||se.frozen.delete(G)}return oe(this,G)},has:function(se){if(u(se)&&!b(se)){var te=a(this);return te.frozen||(te.frozen=new N),q(this,se)||te.frozen.has(se)}return q(this,se)},get:function(se){if(u(se)&&!b(se)){var te=a(this);return te.frozen||(te.frozen=new N),q(this,se)?ee(this,se):te.frozen.get(se)}return ee(this,se)},set:function(se,te){if(u(se)&&!b(se)){var Q=a(this);Q.frozen||(Q.frozen=new N),q(this,se)?ae(this,se,te):Q.frozen.set(se,te)}else ae(this,se,te);return this}})}else X()&&c(W,{set:function(se,te){var Q;return m(se)&&(S(se)?Q=P:D(se)&&(Q=M)),ae(this,se,te),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",K=function(ae){var X=P(ae);if(X.state===B)throw new b(R+" already disposed");return X},H=function(){A(f(this,W),{type:R,state:N,stack:[]}),i||(this.disposed=!1)},W=H.prototype;h(W,{disposeAsync:function(){var X=this;return new y(function(oe,q){var ee=P(X);if(ee.state===B)return oe(void 0);ee.state=B,i||(X.disposed=!0);var G=ee.stack,se=G.length,te=!1,Q,le=function(j){te?Q=new m(j,Q):(te=!0,Q=j),$()},$=function(){if(se){var j=G[--se];G[se]=null;try{y.resolve(j()).then($,le)}catch(ie){le(ie)}}else ee.stack=null,te?q(Q):oe(void 0)};$()})},use:function(X){return p(K(this),X,M),X},adopt:function(X,oe){var q=K(this);return c(oe),p(q,void 0,M,function(){return oe(X)}),X},defer:function(X){var oe=K(this);c(X),p(oe,void 0,M,X)},move:function(){var X=K(this),oe=new H;return P(oe).stack=X.stack,X.stack=[],X.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 K=S(N,m.counter++),H=function(W){W?D(u(N,!1)):M()};f(K)?y.resolve(K).then(H,P):H(K)}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(K){b.done=!0,A(K)},M=function(K){x(S,P,K,P)},B=function(){try{m.resolve(c(i(b.next,S))).then(function(K){try{if(c(K).done)b.done=!0,R(u(void 0,!0));else{var H=K.value;try{var W=D(H,b.counter++),ae=function(X){try{b.inner=a(X),N()}catch(oe){M(oe)}};f(W)?m.resolve(W).then(ae,M):ae(W)}catch(X){M(X)}}}catch(X){P(X)}},P)}catch(K){P(K)}},N=function(){var K=b.inner;if(K)try{m.resolve(c(i(K.next,K.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(K){u(b,M,K,M)},N=function(){try{a.resolve(c(i(S,b))).then(function(K){try{if(c(K).done)D?M(new x("Reduce of empty iterator with no initial value")):P(R);else{var H=K.value;if(D)D=!1,R=H,N();else try{var W=y(R,H,A),ae=function(X){R=X,N()};f(W)?a.resolve(W).then(ae,B):ae(W)}catch(X){B(X)}}A++}catch(X){M(X)}},M)}catch(K){M(K)}};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},K=function(){R(f(this,H),{type:D,state:B,stack:[]}),i||(this.disposed=!1)},H=K.prototype;h(H,{dispose:function(){var ae=A(this);if(ae.state!==M){ae.state=M,i||(this.disposed=!0);for(var X=ae.stack,oe=X.length,q=!1,ee;oe;){var G=X[--oe];X[oe]=null;try{G()}catch(se){q?ee=new y(se,ee):(q=!0,ee=se)}}if(ae.stack=null,q)throw ee}},use:function(ae){return p(N(this),ae,P),ae},adopt:function(ae,X){var oe=N(this);return c(X),p(oe,void 0,P,function(){X(ae)}),ae},defer:function(ae){var X=N(this);c(ae),p(X,void 0,P,ae)},move:function(){var ae=N(this),X=new K;return A(X).stack=ae.stack,ae.stack=[],ae.state=M,i||(this.disposed=!0),X}}),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:K})},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(K,H){m?h(y,K,{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,K)?this[K]=W:u(this,K,W)}}):y[K]=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,K=f("".charAt),H=f("".slice),W=f(/./.exec),ae=f([].push),X=/^\d$/,oe=/^[1-9]$/,q=/^(?:-|\d)$/,ee=/^[\t\n\r ]$/,G=0,se=1,te=function(Ae,Pe){Ae=p(Ae);var He=new j(Ae,0,""),Ne=He.parse(),Mt=Ne.value,bt=He.skip(ee,Ne.end);if(bt<Ae.length)throw new P('Unexpected extra character: "'+K(Ae,bt)+'" after the parsed data at: '+bt);return h(Pe)?Q({"":Mt},"",Pe,Ne):Mt},Q=function(Ae,Pe,He,Ne){var Mt=Ae[Pe],bt=Ne&&Mt===Ne.value,kt=bt&&typeof Ne.source=="string"?{source:Ne.source}:{},Zt,Ft,tr,je,Et;if(u(Mt)){var Bt=a(Mt),tt=bt?Ne.nodes:Bt?[]:{};if(Bt)for(Zt=tt.length,tr=y(Mt),je=0;je<tr;je++)le(Mt,je,Q(Mt,""+je,He,je<Zt?tt[je]:void 0));else for(Ft=B(Mt),tr=y(Ft),je=0;je<tr;je++)Et=Ft[je],le(Mt,Et,Q(Mt,Et,He,x(tt,Et)?tt[Et]:void 0))}return o(He,Ae,Pe,Mt,kt)},le=function(Ae,Pe,He){if(i){var Ne=N(Ae,Pe);if(Ne&&!Ne.configurable)return}He===void 0?delete Ae[Pe]:m(Ae,Pe,He)},$=function(Ae,Pe,He,Ne){this.value=Ae,this.end=Pe,this.source=He,this.nodes=Ne},j=function(Ae,Pe){this.source=Ae,this.index=Pe};j.prototype={fork:function(Ae){return new j(this.source,Ae)},parse:function(){var Ae=this.source,Pe=this.skip(ee,this.index),He=this.fork(Pe),Ne=K(Ae,Pe);if(W(q,Ne))return He.number();switch(Ne){case"{":return He.object();case"[":return He.array();case'"':return He.string();case"t":return He.keyword(!0);case"f":return He.keyword(!1);case"n":return He.keyword(null)}throw new P('Unexpected character: "'+Ne+'" at: '+Pe)},node:function(Ae,Pe,He,Ne,Mt){return new $(Pe,Ne,Ae?null:H(this.source,He,Ne),Mt)},object:function(){for(var Ae=this.source,Pe=this.index+1,He=!1,Ne={},Mt={};Pe<Ae.length;){if(Pe=this.until(['"',"}"],Pe),K(Ae,Pe)==="}"&&!He){Pe++;break}var bt=this.fork(Pe).string(),kt=bt.value;Pe=bt.end,Pe=this.until([":"],Pe)+1,Pe=this.skip(ee,Pe),bt=this.fork(Pe).parse(),m(Mt,kt,bt),m(Ne,kt,bt.value),Pe=this.until([",","}"],bt.end);var Zt=K(Ae,Pe);if(Zt===",")He=!0,Pe++;else if(Zt==="}"){Pe++;break}}return this.node(se,Ne,this.index,Pe,Mt)},array:function(){for(var Ae=this.source,Pe=this.index+1,He=!1,Ne=[],Mt=[];Pe<Ae.length;){if(Pe=this.skip(ee,Pe),K(Ae,Pe)==="]"&&!He){Pe++;break}var bt=this.fork(Pe).parse();if(ae(Mt,bt),ae(Ne,bt.value),Pe=this.until([",","]"],bt.end),K(Ae,Pe)===",")He=!0,Pe++;else if(K(Ae,Pe)==="]"){Pe++;break}}return this.node(se,Ne,this.index,Pe,Mt)},string:function(){var Ae=this.index,Pe=S(this.source,this.index+1);return this.node(G,Pe.value,Ae,Pe.end)},number:function(){var Ae=this.source,Pe=this.index,He=Pe;if(K(Ae,He)==="-"&&He++,K(Ae,He)==="0")He++;else if(W(oe,K(Ae,He)))He=this.skip(X,++He);else throw new P("Failed to parse number at: "+He);if(K(Ae,He)==="."&&(He=this.skip(X,++He)),K(Ae,He)==="e"||K(Ae,He)==="E"){He++,(K(Ae,He)==="+"||K(Ae,He)==="-")&&He++;var Ne=He;if(He=this.skip(X,He),Ne===He)throw new P("Failed to parse number's exponent value at: "+He)}return this.node(G,A(H(Ae,Pe,He)),Pe,He)},keyword:function(Ae){var Pe=""+Ae,He=this.index,Ne=He+Pe.length;if(H(this.source,He,Ne)!==Pe)throw new P("Failed to parse value at: "+He);return this.node(G,Ae,He,Ne)},skip:function(Ae,Pe){for(var He=this.source;Pe<He.length&&W(Ae,K(He,Pe));Pe++);return Pe},until:function(Ae,Pe){Pe=this.skip(ee,Pe);for(var He=K(this.source,Pe),Ne=0;Ne<Ae.length;Ne++)if(Ae[Ne]===He)return Pe;throw new P('Unexpected character: "'+He+'" at: '+Pe)}};var ie=b(function(){var Ae="9007199254740993",Pe;return M(Ae,function(He,Ne,Mt){Pe=Mt.source}),Pe!==Ae}),me=D&&!b(function(){return 1/M("-0 ")!==-1/0});r({target:"JSON",stat:!0,forced:ie},{parse:function(Pe,He){return me&&!h(He)?M(Pe):te(Pe,He)}})},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),K=o(/./.exec),H=o([].push),W=m(),ae=W.length,X="Unacceptable as raw JSON",oe=/^[\t\n\r ]$/;r({target:"JSON",stat:!0,forced:!l},{rawJSON:function(ee){var G=a(ee);if(G===""||K(oe,B(G,0))||K(oe,B(G,G.length-1)))throw new D(X);var se=R(G);if(typeof se=="object"&&se!==null)throw new D(X);var te=P(null);return b(te,{type:"RawJSON"}),x(te,"rawJSON",G),i?M(te):te}}),A&&r({target:"JSON",stat:!0,arity:3,forced:!l},{stringify:function(ee,G,se){var te=y(G),Q=[],le=A(ee,function(He,Ne){var Mt=h(te)?f(te,this,S(He),Ne):Ne;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 Ae=p(le,++ie).end-1,Pe=N(le,ie,Ae);$+=N(Pe,0,ae)===W?Q[N(Pe,ae)]:'"'+Pe+'"',ie=Ae}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,"."),K=a(N[0],B);if(N.length>1&&(K+=a(N[1],B)/x(B,N[1].length)),B===10&&b(K,B)!==A)throw new h(c);return M*K}})},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,K=R.set,H=N(P),W=N(M),ae=N(B),X=function(se){this.observer=o(se),this.cleanup=void 0,this.subscriptionObserver=void 0};X.prototype={type:M,clean:function(){var se=this.cleanup;if(se){this.cleanup=void 0;try{se()}catch(te){S(te)}}},close:function(){if(!l){var se=this.facade,te=this.subscriptionObserver;se.closed=!0,te&&(te.closed=!0)}this.observer=void 0},isClosed:function(){return this.observer===void 0}};var oe=function(se,te){var Q=K(this,new X(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=te($),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 te=W(this);te.isClosed()||(te.close(),te.clean())}}),l&&b(oe.prototype,"closed",{configurable:!0,get:function(){return W(this).isClosed()}});var q=function(se){K(this,{type:B,subscriptionState:se}),l||(this.closed=!1)};q.prototype=m({},{next:function(te){var Q=ae(this).subscriptionState;if(!Q.isClosed()){var le=Q.observer;try{var $=p(le,"next");$&&i($,le,te)}catch(j){S(j)}}},error:function(te){var Q=ae(this).subscriptionState;if(!Q.isClosed()){var le=Q.observer;Q.close();try{var $=p(le,"error");$?i($,le,te):S(te)}catch(j){S(j)}Q.clean()}},complete:function(){var te=ae(this).subscriptionState;if(!te.isClosed()){var Q=te.observer;te.close();try{var le=p(Q,"complete");le&&i(le,Q)}catch($){S($)}te.clean()}}}),l&&b(q.prototype,"closed",{configurable:!0,get:function(){return ae(this).subscriptionState.isClosed()}});var ee=function(te){h(this,G),K(this,{type:P,subscriber:f(te)})},G=ee.prototype;m(G,{subscribe:function(te){var Q=arguments.length;return new oe(u(te)?{next:te,error:Q>1?arguments[1]:void 0,complete:Q>2?arguments[2]:void 0}:x(te)?te:{},H(this).subscriber)}}),y(G,A,function(){return this}),r({global:!0,constructor:!0,forced:!0},{Observable:ee}),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,K=Object.isFrozen,H=Math.min,W=c("".charAt),ae=c("".slice),X=c("".split),oe=c(/./.exec),q=/([\n\u2028\u2029]|\r\n?)/g,ee=RegExp("^["+S+"]*"),G=RegExp("[^"+S+"]"),se="Invalid tag",te="Invalid opening line",Q="Invalid closing line",le=function(Pe){var He=Pe.raw;if(r&&!K(He))throw new B("Raw template should be frozen");if(A(D,He))return R(D,He);var Ne=$(He),Mt=ie(Ne);return x(Mt,"raw",{value:N(Ne)}),N(Mt),P(D,He,Mt),Mt},$=function(Pe){var He=h(Pe),Ne=a(He),Mt=M(Ne),bt=M(Ne),kt=0,Zt,Ft,tr,je;if(!Ne)throw new B(se);for(;kt<Ne;kt++){var Et=He[kt];if(typeof Et=="string")Mt[kt]=X(Et,q);else throw new B(se)}for(kt=0;kt<Ne;kt++){var Bt=kt+1===Ne;if(Zt=Mt[kt],kt===0){if(Zt.length===1||Zt[0].length>0)throw new B(te);Zt[1]=""}if(Bt){if(Zt.length===1||oe(G,Zt[Zt.length-1]))throw new B(Q);Zt[Zt.length-2]="",Zt[Zt.length-1]=""}for(var tt=2;tt<Zt.length;tt+=2){var yt=Zt[tt],dt=tt+1===Zt.length&&!Bt,qe=oe(ee,yt)[0];if(!dt&&qe.length===yt.length){Zt[tt]="";continue}Ft=j(qe,Ft)}}var Fe=Ft?Ft.length:0;for(kt=0;kt<Ne;kt++){for(Zt=Mt[kt],tr=Zt[0],je=1;je<Zt.length;je+=2)tr+=Zt[je]+ae(Zt[je+1],Fe);bt[kt]=tr}return bt},j=function(Pe,He){if(He===void 0||Pe===He)return Pe;for(var Ne=0,Mt=H(Pe.length,He.length);Ne<Mt&&W(Pe,Ne)===W(He,Ne);Ne++);return ae(Pe,0,Ne)},ie=function(Pe){for(var He=0,Ne=Pe.length,Mt=M(Ne);He<Ne;He++)Mt[He]=b(Pe[He]);return Mt},me=function(Pe){return l(function(He){var Ne=p(arguments);return Ne[0]=le(o(He)),f(Pe,this,Ne)},"")},Ae=me(m);i({target:"String",stat:!0,forced:!0},{dedent:function(He){return o(He),u(He)?me(He):f(Ae,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,K,H,W,ae,X,oe,q;if(B===0)K=H=0;else if(B===1)K=0,H=P-M;else if(H=y(p(o(D),0),P-M),K=B-2,K){ae=new A(K),W=l(ae);for(var ee=2;ee<B;ee++)X=arguments[ee],ae[ee-2]=W?f(X):+X}for(oe=P+K-H,q=new A(oe);N<M;N++)q[N]=R[N];for(;N<M+K;N++)q[N]=ae[N-M];for(;N<oe;N++)q[N]=R[N+H-K];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,K=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 X=[],oe=0,q=W.length,ee=function(te){var Q=b(W,oe+te);if(!o(K,Q))throw new m('Bad char in input: "'+Q+'"');return K[Q]<<18-6*te};oe<q;oe+=4){var G=ee(0)+ee(1)+ee(2)+ee(3);R(X,G>>16&255,G>>8&255,G&255)}var se=X.length;if(ae===2){if(H&&X[se-2]!==0)throw new m(P);se-=2}else if(ae===3){if(H&&X[se-1]!==0)throw new m(P);se--}return h(y,X,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,K=!A||P||M||B||N;r({global:!0,bind:!0,enumerable:!0,forced:K},{atob:function(W){if(u(arguments.length,1),A&&!P&&!M)return f(m,i,W);var ae=D(h(W),p,""),X="",oe=0,q=0,ee,G,se;if(ae.length%4===0&&(ae=D(ae,y,"")),ee=ae.length,ee%4===1||R(x,ae))throw new(l("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;oe<ee;)G=S(ae,oe++),se=q%4?se*64+a[G]:a[G],q++%4&&(X+=b(255&se>>(-2*q&6)));return X}})},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,K,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");K=K<<8|H,M+=p(N,63&K>>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"),K=l(M)||function(){try{var bt=l("MessageChannel")||i("worker_threads").MessageChannel;new bt().port1.postMessage(new WeakMap)}catch(kt){if(kt.name===B&&kt.code===25)return kt.constructor}}(),H=K&&K.prototype,W=N.prototype,ae=R.set,X=R.getterFor(M),oe="stack"in new N(M),q=function(bt){return x(S,bt)&&S[bt].m?S[bt].c:0},ee=function(){p(this,G);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 je=new N(Zt);je.name=M,h(this,"stack",o(1,D(je.stack,1)))}},G=ee.prototype=f(W),se=function(bt){return{enumerable:!0,configurable:!0,get:bt}},te=function(bt){return se(function(){return X(this)[bt]})};A&&(a(G,"code",te("code")),a(G,"message",te("message")),a(G,"name",te("name"))),h(G,"constructor",o(1,ee));var Q=c(function(){return!(new K instanceof N)}),le=Q||c(function(){return W.toString!==m||String(new K(1,2))!=="2: 1"}),$=Q||c(function(){return new K(1,"DataCloneError").code!==25}),j=Q||K[B]!==25||H[B]!==25,ie=P?le||$||j:Q;r({global:!0,constructor:!0,forced:ie},{DOMException:ie?ee:K});var me=l(M),Ae=me.prototype;le&&(P||K===me)&&u(Ae,"toString",m),$&&A&&K===me&&a(Ae,"code",se(function(){return q(y(this).name)}));for(var Pe in S)if(x(S,Pe)){var He=S[Pe],Ne=He.s,Mt=o(6,He.c);x(me,Ne)||h(me,Ne,Mt),x(Ae,Ne)||h(Ae,Ne,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 ee=arguments.length,G=a(ee<1?void 0:arguments[0]),se=a(ee<2?void 0:arguments[1],"Error"),te=new D(G,se),Q=new S(G);return Q.name=b,f(te,"stack",c(1,p(Q.stack,1))),u(te,this,R),te},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),K=P&&!N&&!M;r({global:!0,constructor:!0,forced:m||K},{DOMException:K?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 X=x[ae],oe=X.s;o(H,oe)||f(H,oe,c(6,X.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),K=e(19691),H=e(57002),W=e(39311),ae=e(25406),X=e(80426),oe=l.Object,q=l.Array,ee=l.Date,G=l.Error,se=l.TypeError,te=l.PerformanceMark,Q=c("DOMException"),le=N.Map,$=N.has,j=N.get,ie=N.set,me=K.Set,Ae=K.add,Pe=K.has,He=c("Object","keys"),Ne=f([].push),Mt=f((!0).valueOf),bt=f(1 .valueOf),kt=f("".valueOf),Zt=f(ee.prototype.getTime),Ft=h("structuredClone"),tr="DataCloneError",je="Transferring",Et=function(Re){return!o(function(){var et=new l.Set([7]),Vt=Re(et),Lt=Re(oe(7));return Vt===et||!Vt.has(7)||!p(Lt)||+Lt!=7})&&Re},Bt=function(Re,et){return!o(function(){var Vt=new et,Lt=Re({a:Vt,b:Vt});return!(Lt&&Lt.a===Lt.b&&Lt.a instanceof et&&Lt.a.stack===Vt.stack)})},tt=function(Re){return!o(function(){var et=Re(new l.AggregateError([1],Ft,{cause:3}));return et.name!=="AggregateError"||et.errors[0]!==1||et.message!==Ft||et.cause!==3})},yt=l.structuredClone,dt=r||!Bt(yt,G)||!Bt(yt,Q)||!tt(yt),qe=!yt&&Et(function(Re){return new te(Ft,{detail:Re}).detail}),Fe=Et(yt)||qe,be=function(Re){throw new Q("Uncloneable type: "+Re,tr)},ke=function(Re,et){throw new Q((et||"Cloning")+" of "+Re+" cannot be properly polyfilled in this engine",tr)},Ge=function(Re,et){return Fe||ke(et),Fe(Re)},We=function(){var Re;try{Re=new l.DataTransfer}catch(et){try{Re=new l.ClipboardEvent("").clipboardData}catch(Vt){}}return Re&&Re.items&&Re.files?Re:null},Ye=function(Re,et,Vt){if($(et,Re))return j(et,Re);var Lt=Vt||S(Re),Wt,Ht,Tt,Qt,$e,ce;if(Lt==="SharedArrayBuffer")Fe?Wt=Fe(Re):Wt=Re;else{var he=l.DataView;!he&&!u(Re.slice)&&ke("ArrayBuffer");try{if(u(Re.slice)&&!Re.resizable)Wt=Re.slice(0);else for(Ht=Re.byteLength,Tt=("maxByteLength"in Re)?{maxByteLength:Re.maxByteLength}:void 0,Wt=new ArrayBuffer(Ht,Tt),Qt=new he(Re),$e=new he(Wt),ce=0;ce<Ht;ce++)$e.setUint8(ce,Qt.getUint8(ce))}catch(It){throw new Q("ArrayBuffer is detached",tr)}}return ie(et,Re,Wt),Wt},ht=function(Re,et,Vt,Lt,Wt){var Ht=l[et];return p(Ht)||ke(et),new Ht(Ye(Re.buffer,Wt),Vt,Lt)},xt=function(Re,et){if(y(Re)&&be("Symbol"),!p(Re))return Re;if(et){if($(et,Re))return j(et,Re)}else et=new le;var Vt=S(Re),Lt,Wt,Ht,Tt,Qt,$e,ce,he;switch(Vt){case"Array":Ht=q(P(Re));break;case"Object":Ht={};break;case"Map":Ht=new le;break;case"Set":Ht=new me;break;case"RegExp":Ht=new RegExp(Re.source,B(Re));break;case"Error":switch(Wt=Re.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 G}break;case"DOMException":Ht=new Q(Re.message,Re.name);break;case"ArrayBuffer":case"SharedArrayBuffer":Ht=Ye(Re,et,Vt);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":$e=Vt==="DataView"?Re.byteLength:Re.length,Ht=ht(Re,Vt,Re.byteOffset,$e,et);break;case"DOMQuad":try{Ht=new DOMQuad(xt(Re.p1,et),xt(Re.p2,et),xt(Re.p3,et),xt(Re.p4,et))}catch(It){Ht=Ge(Re,Vt)}break;case"File":if(Fe)try{Ht=Fe(Re),S(Ht)!==Vt&&(Ht=void 0)}catch(It){}if(!Ht)try{Ht=new File([Re],Re.name,Re)}catch(It){}Ht||ke(Vt);break;case"FileList":if(Tt=We(),Tt){for(Qt=0,$e=P(Re);Qt<$e;Qt++)Tt.items.add(xt(Re[Qt],et));Ht=Tt.files}else Ht=Ge(Re,Vt);break;case"ImageData":try{Ht=new ImageData(xt(Re.data,et),Re.width,Re.height,{colorSpace:Re.colorSpace})}catch(It){Ht=Ge(Re,Vt)}break;default:if(Fe)Ht=Fe(Re);else switch(Vt){case"BigInt":Ht=oe(Re.valueOf());break;case"Boolean":Ht=oe(Mt(Re));break;case"Number":Ht=oe(bt(Re));break;case"String":Ht=oe(kt(Re));break;case"Date":Ht=new ee(Zt(Re));break;case"Blob":try{Ht=Re.slice(0,Re.size,Re.type)}catch(It){ke(Vt)}break;case"DOMPoint":case"DOMPointReadOnly":Lt=l[Vt];try{Ht=Lt.fromPoint?Lt.fromPoint(Re):new Lt(Re.x,Re.y,Re.z,Re.w)}catch(It){ke(Vt)}break;case"DOMRect":case"DOMRectReadOnly":Lt=l[Vt];try{Ht=Lt.fromRect?Lt.fromRect(Re):new Lt(Re.x,Re.y,Re.width,Re.height)}catch(It){ke(Vt)}break;case"DOMMatrix":case"DOMMatrixReadOnly":Lt=l[Vt];try{Ht=Lt.fromMatrix?Lt.fromMatrix(Re):new Lt(Re)}catch(It){ke(Vt)}break;case"AudioData":case"VideoFrame":u(Re.clone)||ke(Vt);try{Ht=Re.clone()}catch(It){be(Vt)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":ke(Vt);default:be(Vt)}}switch(ie(et,Re,Ht),Vt){case"Array":case"Object":for(ce=He(Re),Qt=0,$e=P(ce);Qt<$e;Qt++)he=ce[Qt],R(Ht,he,xt(Re[he],et));break;case"Map":Re.forEach(function(It,Se){ie(Ht,xt(Se,et),xt(It,et))});break;case"Set":Re.forEach(function(It){Ae(Ht,xt(It,et))});break;case"Error":A(Ht,"message",xt(Re.message,et)),D(Re,"cause")&&A(Ht,"cause",xt(Re.cause,et)),Wt==="AggregateError"?Ht.errors=xt(Re.errors,et):Wt==="SuppressedError"&&(Ht.error=xt(Re.error,et),Ht.suppressed=xt(Re.suppressed,et));case"DOMException":ae&&A(Ht,"stack",xt(Re.stack,et))}return Ht},nr=function(Re,et){if(!p(Re))throw new se("Transfer option cannot be converted to a sequence");var Vt=[];m(Re,function(Se){Ne(Vt,b(Se))});for(var Lt=0,Wt=P(Vt),Ht=new me,Tt,Qt,$e,ce,he,It;Lt<Wt;){if(Tt=Vt[Lt++],Qt=S(Tt),Qt==="ArrayBuffer"?Pe(Ht,Tt):$(et,Tt))throw new Q("Duplicate transferable",tr);if(Qt==="ArrayBuffer"){Ae(Ht,Tt);continue}if(X)ce=yt(Tt,{transfer:[Tt]});else switch(Qt){case"ImageBitmap":$e=l.OffscreenCanvas,a($e)||ke(Qt,je);try{he=new $e(Tt.width,Tt.height),It=he.getContext("bitmaprenderer"),It.transferFromImageBitmap(Tt),ce=he.transferToImageBitmap()}catch(Se){}break;case"AudioData":case"VideoFrame":(!u(Tt.clone)||!u(Tt.close))&&ke(Qt,je);try{ce=Tt.clone(),Tt.close()}catch(Se){}break;case"MediaSourceHandle":case"MessagePort":case"OffscreenCanvas":case"ReadableStream":case"TransformStream":case"WritableStream":ke(Qt,je)}if(ce===void 0)throw new Q("This object cannot be transferred: "+Qt,tr);ie(et,Tt,ce)}return Ht},er=function(Re){H(Re,function(et){X?Fe(et,{transfer:[et]}):u(et.transfer)?et.transfer():W?W(et):ke("ArrayBuffer",je)})};i({global:!0,enumerable:!0,sham:!X,forced:dt},{structuredClone:function(et){var Vt=M(arguments.length,1)>1&&!x(arguments[1])?b(arguments[1]):void 0,Lt=Vt?Vt.transfer:void 0,Wt,Ht;Lt!==void 0&&(Wt=new le,Ht=nr(Lt,Wt));var Tt=xt(et,Wt);return Ht&&er(Ht),Tt}})},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),K=e(85428),H=e(26006),W=e(25587),ae=e(57106),X=e(59893),oe=e(63668),q=X("iterator"),ee="URLSearchParams",G=ee+"Iterator",se=y.set,te=y.getterFor(ee),Q=y.getterFor(G),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"),Ae=ie&&ie.prototype,Pe=me&&me.prototype,He=i.RegExp,Ne=i.TypeError,Mt=i.decodeURIComponent,bt=i.encodeURIComponent,kt=c("".charAt),Zt=c([].join),Ft=c([].push),tr=c("".replace),je=c([].shift),Et=c([].splice),Bt=c("".split),tt=c("".slice),yt=/\+/g,dt=Array(4),qe=function(Wt){return dt[Wt-1]||(dt[Wt-1]=He("((?:%[\\da-f]{2}){"+Wt+"})","gi"))},Fe=function(Wt){try{return Mt(Wt)}catch(Ht){return Wt}},be=function(Wt){var Ht=tr(Wt,yt," "),Tt=4;try{return Mt(Ht)}catch(Qt){for(;Tt;)Ht=tr(Ht,qe(Tt--),Fe);return Ht}},ke=/[!'()~]|%20/g,Ge={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},We=function(Wt){return Ge[Wt]},Ye=function(Wt){return tr(bt(Wt),ke,We)},ht=p(function(Ht,Tt){se(this,{type:G,target:te(Ht).entries,index:0,kind:Tt})},ee,function(){var Ht=Q(this),Tt=Ht.target,Qt=Ht.index++;if(!Tt||Qt>=Tt.length)return Ht.target=void 0,W(void 0,!0);var $e=Tt[Qt];switch(Ht.kind){case"keys":return W($e.key,!1);case"values":return W($e.value,!1)}return W([$e.key,$e.value],!1)},!0),xt=function(Wt){this.entries=[],this.url=null,Wt!==void 0&&(P(Wt)?this.parseObject(Wt):this.parseQuery(typeof Wt=="string"?kt(Wt,0)==="?"?tt(Wt,1):Wt:M(Wt)))};xt.prototype={type:ee,bindURL:function(Wt){this.url=Wt,this.update()},parseObject:function(Wt){var Ht=this.entries,Tt=H(Wt),Qt,$e,ce,he,It,Se,ft;if(Tt)for(Qt=K(Wt,Tt),$e=Qt.next;!(ce=l($e,Qt)).done;){if(he=K(A(ce.value)),It=he.next,(Se=l(It,he)).done||(ft=l(It,he)).done||!l(It,he).done)throw new Ne("Expected sequence with length 2");Ft(Ht,{key:M(Se.value),value:M(ft.value)})}else for(var Gt in Wt)S(Wt,Gt)&&Ft(Ht,{key:Gt,value:M(Wt[Gt])})},parseQuery:function(Wt){if(Wt)for(var Ht=this.entries,Tt=Bt(Wt,"&"),Qt=0,$e,ce;Qt<Tt.length;)$e=Tt[Qt++],$e.length&&(ce=Bt($e,"="),Ft(Ht,{key:be(je(ce)),value:be(Zt(ce,"="))}))},serialize:function(){for(var Wt=this.entries,Ht=[],Tt=0,Qt;Tt<Wt.length;)Qt=Wt[Tt++],Ft(Ht,Ye(Qt.key)+"="+Ye(Qt.value));return Zt(Ht,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var nr=function(){m(this,er);var Ht=arguments.length>0?arguments[0]:void 0,Tt=se(this,new xt(Ht));f||(this.size=Tt.entries.length)},er=nr.prototype;if(a(er,{append:function(Ht,Tt){var Qt=te(this);ae(arguments.length,2),Ft(Qt.entries,{key:M(Ht),value:M(Tt)}),f||this.length++,Qt.updateURL()},delete:function(Wt){for(var Ht=te(this),Tt=ae(arguments.length,1),Qt=Ht.entries,$e=M(Wt),ce=Tt<2?void 0:arguments[1],he=ce===void 0?ce:M(ce),It=0;It<Qt.length;){var Se=Qt[It];if(Se.key===$e&&(he===void 0||Se.value===he)){if(Et(Qt,It,1),he!==void 0)break}else It++}f||(this.size=Qt.length),Ht.updateURL()},get:function(Ht){var Tt=te(this).entries;ae(arguments.length,1);for(var Qt=M(Ht),$e=0;$e<Tt.length;$e++)if(Tt[$e].key===Qt)return Tt[$e].value;return null},getAll:function(Ht){var Tt=te(this).entries;ae(arguments.length,1);for(var Qt=M(Ht),$e=[],ce=0;ce<Tt.length;ce++)Tt[ce].key===Qt&&Ft($e,Tt[ce].value);return $e},has:function(Ht){for(var Tt=te(this).entries,Qt=ae(arguments.length,1),$e=M(Ht),ce=Qt<2?void 0:arguments[1],he=ce===void 0?ce:M(ce),It=0;It<Tt.length;){var Se=Tt[It++];if(Se.key===$e&&(he===void 0||Se.value===he))return!0}return!1},set:function(Ht,Tt){var Qt=te(this);ae(arguments.length,1);for(var $e=Qt.entries,ce=!1,he=M(Ht),It=M(Tt),Se=0,ft;Se<$e.length;Se++)ft=$e[Se],ft.key===he&&(ce?Et($e,Se--,1):(ce=!0,ft.value=It));ce||Ft($e,{key:he,value:It}),f||(this.size=$e.length),Qt.updateURL()},sort:function(){var Ht=te(this);oe(Ht.entries,function(Tt,Qt){return Tt.key>Qt.key?1:-1}),Ht.updateURL()},forEach:function(Ht){for(var Tt=te(this).entries,Qt=D(Ht,arguments.length>1?arguments[1]:void 0),$e=0,ce;$e<Tt.length;)ce=Tt[$e++],Qt(ce.value,ce.key,this)},keys:function(){return new ht(this,"keys")},values:function(){return new ht(this,"values")},entries:function(){return new ht(this,"entries")}},{enumerable:!0}),h(er,q,er.entries,{name:"entries"}),h(er,"toString",function(){return te(this).serialize()},{enumerable:!0}),f&&u(er,"size",{get:function(){return te(this).entries.length},configurable:!0,enumerable:!0}),x(nr,ee),r({global:!0,constructor:!0,forced:!o},{URLSearchParams:nr}),!o&&b(me)){var Re=c(Pe.has),et=c(Pe.set),Vt=function(Wt){if(P(Wt)){var Ht=Wt.body,Tt;if(R(Ht)===ee)return Tt=Wt.headers?new me(Wt.headers):new me,Re(Tt,"content-type")||et(Tt,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),B(Wt,{body:N(0,M(Ht)),headers:N(0,Tt)})}return Wt};if(b(j)&&r({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(Ht){return j(Ht,arguments.length>1?Vt(arguments[1]):{})}}),b(ie)){var Lt=function(Ht){return m(this,Ae),new ie(Ht,arguments.length>1?Vt(arguments[1]):{})};Ae.constructor=Lt,Lt.prototype=Ae,r({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:Lt})}}d.exports={URLSearchParams:nr,getState:te}},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(K,H){x(S,{key:H,value:K})}),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"),K=P.URLSearchParams,H=P.getState,W=c.URL,ae=c.TypeError,X=c.parseInt,oe=Math.floor,q=Math.pow,ee=o("".charAt),G=o(/./.exec),se=o([].join),te=o(1 .toString),Q=o([].pop),le=o([].push),$=o("".replace),j=o([].shift),ie=o("".split),me=o("".slice),Ae=o("".toLowerCase),Pe=o([].unshift),He="Invalid authority",Ne="Invalid scheme",Mt="Invalid host",bt="Invalid port",kt=/[a-z]/i,Zt=/[\d+-.a-z]/i,Ft=/\d/,tr=/^0x/i,je=/^[0-7]+$/,Et=/^\d+$/,Bt=/^[\da-f]+$/i,tt=/[\0\t\n\r #%/:<>?@[\\\]^|]/,yt=/[\0\t\n\r #/:<>?@[\\\]^|]/,dt=/^[\u0000-\u0020]+/,qe=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Fe=/[\t\n\r]/g,be,ke=function(Yt){var gt=ie(Yt,"."),ut,ct,Nt,yr,_r,it,Cr;if(gt.length&&gt[gt.length-1]===""&&gt.length--,ut=gt.length,ut>4)return Yt;for(ct=[],Nt=0;Nt<ut;Nt++){if(yr=gt[Nt],yr==="")return Yt;if(_r=10,yr.length>1&&ee(yr,0)==="0"&&(_r=G(tr,yr)?16:8,yr=me(yr,_r===8?1:2)),yr==="")it=0;else{if(!G(_r===10?Et:_r===8?je:Bt,yr))return Yt;it=X(yr,_r)}le(ct,it)}for(Nt=0;Nt<ut;Nt++)if(it=ct[Nt],Nt===ut-1){if(it>=q(256,5-ut))return null}else if(it>255)return null;for(Cr=Q(ct),Nt=0;Nt<ct.length;Nt++)Cr+=ct[Nt]*q(256,3-Nt);return Cr},Ge=function(Yt){var gt=[0,0,0,0,0,0,0,0],ut=0,ct=null,Nt=0,yr,_r,it,Cr,mn,Vn,Gr,Qn=function(){return ee(Yt,Nt)};if(Qn()===":"){if(ee(Yt,1)!==":")return;Nt+=2,ut++,ct=ut}for(;Qn();){if(ut===8)return;if(Qn()===":"){if(ct!==null)return;Nt++,ut++,ct=ut;continue}for(yr=_r=0;_r<4&&G(Bt,Qn());)yr=yr*16+X(Qn(),16),Nt++,_r++;if(Qn()==="."){if(_r===0||(Nt-=_r,ut>6))return;for(it=0;Qn();){if(Cr=null,it>0)if(Qn()==="."&&it<4)Nt++;else return;if(!G(Ft,Qn()))return;for(;G(Ft,Qn());){if(mn=X(Qn(),10),Cr===null)Cr=mn;else{if(Cr===0)return;Cr=Cr*10+mn}if(Cr>255)return;Nt++}gt[ut]=gt[ut]*256+Cr,it++,(it===2||it===4)&&ut++}if(it!==4)return;break}else if(Qn()===":"){if(Nt++,!Qn())return}else if(Qn())return;gt[ut++]=yr}if(ct!==null)for(Vn=ut-ct,ut=7;ut!==0&&Vn>0;)Gr=gt[ut],gt[ut--]=gt[ct+Vn-1],gt[ct+--Vn]=Gr;else if(ut!==8)return;return gt},We=function(Yt){for(var gt=null,ut=1,ct=null,Nt=0,yr=0;yr<8;yr++)Yt[yr]!==0?(Nt>ut&&(gt=ct,ut=Nt),ct=null,Nt=0):(ct===null&&(ct=yr),++Nt);return Nt>ut&&(gt=ct,ut=Nt),gt},Ye=function(Yt){var gt,ut,ct,Nt;if(typeof Yt=="number"){for(gt=[],ut=0;ut<4;ut++)Pe(gt,Yt%256),Yt=oe(Yt/256);return se(gt,".")}else if(typeof Yt=="object"){for(gt="",ct=We(Yt),ut=0;ut<8;ut++)Nt&&Yt[ut]===0||(Nt&&(Nt=!1),ct===ut?(gt+=ut?":":"::",Nt=!0):(gt+=te(Yt[ut],16),ut<7&&(gt+=":")));return"["+gt+"]"}return Yt},ht={},xt=p({},ht,{" ":1,'"':1,"<":1,">":1,"`":1}),nr=p({},xt,{"#":1,"?":1,"{":1,"}":1}),er=p({},nr,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Re=function(Yt,gt){var ut=b(Yt,0);return ut>32&&ut<127&&!x(gt,Yt)?Yt:encodeURIComponent(Yt)},et={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Vt=function(Yt,gt){var ut;return Yt.length===2&&G(kt,ee(Yt,0))&&((ut=ee(Yt,1))===":"||!gt&&ut==="|")},Lt=function(Yt){var gt;return Yt.length>1&&Vt(me(Yt,0,2))&&(Yt.length===2||(gt=ee(Yt,2))==="/"||gt==="\\"||gt==="?"||gt==="#")},Wt=function(Yt){return Yt==="."||Ae(Yt)==="%2e"},Ht=function(Yt){return Yt=Ae(Yt),Yt===".."||Yt==="%2e."||Yt===".%2e"||Yt==="%2e%2e"},Tt={},Qt={},$e={},ce={},he={},It={},Se={},ft={},Gt={},Ct={},Ce={},St={},ze={},nt={},Te={},Rt={},Le={},Or={},At={},Xr={},nn={},Mr=function(Yt,gt,ut){var ct=D(Yt),Nt,yr,_r;if(gt){if(yr=this.parse(ct),yr)throw new ae(yr);this.searchParams=null}else{if(ut!==void 0&&(Nt=new Mr(ut,!0)),yr=this.parse(ct,null,Nt),yr)throw new ae(yr);_r=H(new K),_r.bindURL(this),this.searchParams=_r}};Mr.prototype={type:"URL",parse:function(Yt,gt,ut){var ct=this,Nt=gt||Tt,yr=0,_r="",it=!1,Cr=!1,mn=!1,Vn,Gr,Qn,ei;for(Yt=D(Yt),gt||(ct.scheme="",ct.username="",ct.password="",ct.host=null,ct.port=null,ct.path=[],ct.query=null,ct.fragment=null,ct.cannotBeABaseURL=!1,Yt=$(Yt,dt,""),Yt=$(Yt,qe,"$1")),Yt=$(Yt,Fe,""),Vn=y(Yt);yr<=Vn.length;){switch(Gr=Vn[yr],Nt){case Tt:if(Gr&&G(kt,Gr))_r+=Ae(Gr),Nt=Qt;else{if(gt)return Ne;Nt=$e;continue}break;case Qt:if(Gr&&(G(Zt,Gr)||Gr==="+"||Gr==="-"||Gr==="."))_r+=Ae(Gr);else if(Gr===":"){if(gt&&(ct.isSpecial()!==x(et,_r)||_r==="file"&&(ct.includesCredentials()||ct.port!==null)||ct.scheme==="file"&&!ct.host))return;if(ct.scheme=_r,gt){ct.isSpecial()&&et[ct.scheme]===ct.port&&(ct.port=null);return}_r="",ct.scheme==="file"?Nt=nt:ct.isSpecial()&&ut&&ut.scheme===ct.scheme?Nt=ce:ct.isSpecial()?Nt=ft:Vn[yr+1]==="/"?(Nt=he,yr++):(ct.cannotBeABaseURL=!0,le(ct.path,""),Nt=At)}else{if(gt)return Ne;_r="",Nt=$e,yr=0;continue}break;case $e:if(!ut||ut.cannotBeABaseURL&&Gr!=="#")return Ne;if(ut.cannotBeABaseURL&&Gr==="#"){ct.scheme=ut.scheme,ct.path=m(ut.path),ct.query=ut.query,ct.fragment="",ct.cannotBeABaseURL=!0,Nt=nn;break}Nt=ut.scheme==="file"?nt:It;continue;case ce:if(Gr==="/"&&Vn[yr+1]==="/")Nt=Gt,yr++;else{Nt=It;continue}break;case he:if(Gr==="/"){Nt=Ct;break}else{Nt=Or;continue}case It:if(ct.scheme=ut.scheme,Gr===be)ct.username=ut.username,ct.password=ut.password,ct.host=ut.host,ct.port=ut.port,ct.path=m(ut.path),ct.query=ut.query;else if(Gr==="/"||Gr==="\\"&&ct.isSpecial())Nt=Se;else if(Gr==="?")ct.username=ut.username,ct.password=ut.password,ct.host=ut.host,ct.port=ut.port,ct.path=m(ut.path),ct.query="",Nt=Xr;else if(Gr==="#")ct.username=ut.username,ct.password=ut.password,ct.host=ut.host,ct.port=ut.port,ct.path=m(ut.path),ct.query=ut.query,ct.fragment="",Nt=nn;else{ct.username=ut.username,ct.password=ut.password,ct.host=ut.host,ct.port=ut.port,ct.path=m(ut.path),ct.path.length--,Nt=Or;continue}break;case Se:if(ct.isSpecial()&&(Gr==="/"||Gr==="\\"))Nt=Gt;else if(Gr==="/")Nt=Ct;else{ct.username=ut.username,ct.password=ut.password,ct.host=ut.host,ct.port=ut.port,Nt=Or;continue}break;case ft:if(Nt=Gt,Gr!=="/"||ee(_r,yr+1)!=="/")continue;yr++;break;case Gt:if(Gr!=="/"&&Gr!=="\\"){Nt=Ct;continue}break;case Ct:if(Gr==="@"){it&&(_r="%40"+_r),it=!0,Qn=y(_r);for(var Nn=0;Nn<Qn.length;Nn++){var qn=Qn[Nn];if(qn===":"&&!mn){mn=!0;continue}var Pn=Re(qn,er);mn?ct.password+=Pn:ct.username+=Pn}_r=""}else if(Gr===be||Gr==="/"||Gr==="?"||Gr==="#"||Gr==="\\"&&ct.isSpecial()){if(it&&_r==="")return He;yr-=y(_r).length+1,_r="",Nt=Ce}else _r+=Gr;break;case Ce:case St:if(gt&&ct.scheme==="file"){Nt=Rt;continue}else if(Gr===":"&&!Cr){if(_r==="")return Mt;if(ei=ct.parseHost(_r),ei)return ei;if(_r="",Nt=ze,gt===St)return}else if(Gr===be||Gr==="/"||Gr==="?"||Gr==="#"||Gr==="\\"&&ct.isSpecial()){if(ct.isSpecial()&&_r==="")return Mt;if(gt&&_r===""&&(ct.includesCredentials()||ct.port!==null))return;if(ei=ct.parseHost(_r),ei)return ei;if(_r="",Nt=Le,gt)return;continue}else Gr==="["?Cr=!0:Gr==="]"&&(Cr=!1),_r+=Gr;break;case ze:if(G(Ft,Gr))_r+=Gr;else if(Gr===be||Gr==="/"||Gr==="?"||Gr==="#"||Gr==="\\"&&ct.isSpecial()||gt){if(_r!==""){var Mi=X(_r,10);if(Mi>65535)return bt;ct.port=ct.isSpecial()&&Mi===et[ct.scheme]?null:Mi,_r=""}if(gt)return;Nt=Le;continue}else return bt;break;case nt:if(ct.scheme="file",Gr==="/"||Gr==="\\")Nt=Te;else if(ut&&ut.scheme==="file")switch(Gr){case be:ct.host=ut.host,ct.path=m(ut.path),ct.query=ut.query;break;case"?":ct.host=ut.host,ct.path=m(ut.path),ct.query="",Nt=Xr;break;case"#":ct.host=ut.host,ct.path=m(ut.path),ct.query=ut.query,ct.fragment="",Nt=nn;break;default:Lt(se(m(Vn,yr),""))||(ct.host=ut.host,ct.path=m(ut.path),ct.shortenPath()),Nt=Or;continue}else{Nt=Or;continue}break;case Te:if(Gr==="/"||Gr==="\\"){Nt=Rt;break}ut&&ut.scheme==="file"&&!Lt(se(m(Vn,yr),""))&&(Vt(ut.path[0],!0)?le(ct.path,ut.path[0]):ct.host=ut.host),Nt=Or;continue;case Rt:if(Gr===be||Gr==="/"||Gr==="\\"||Gr==="?"||Gr==="#"){if(!gt&&Vt(_r))Nt=Or;else if(_r===""){if(ct.host="",gt)return;Nt=Le}else{if(ei=ct.parseHost(_r),ei)return ei;if(ct.host==="localhost"&&(ct.host=""),gt)return;_r="",Nt=Le}continue}else _r+=Gr;break;case Le:if(ct.isSpecial()){if(Nt=Or,Gr!=="/"&&Gr!=="\\")continue}else if(!gt&&Gr==="?")ct.query="",Nt=Xr;else if(!gt&&Gr==="#")ct.fragment="",Nt=nn;else if(Gr!==be&&(Nt=Or,Gr!=="/"))continue;break;case Or:if(Gr===be||Gr==="/"||Gr==="\\"&&ct.isSpecial()||!gt&&(Gr==="?"||Gr==="#")){if(Ht(_r)?(ct.shortenPath(),Gr!=="/"&&!(Gr==="\\"&&ct.isSpecial())&&le(ct.path,"")):Wt(_r)?Gr!=="/"&&!(Gr==="\\"&&ct.isSpecial())&&le(ct.path,""):(ct.scheme==="file"&&!ct.path.length&&Vt(_r)&&(ct.host&&(ct.host=""),_r=ee(_r,0)+":"),le(ct.path,_r)),_r="",ct.scheme==="file"&&(Gr===be||Gr==="?"||Gr==="#"))for(;ct.path.length>1&&ct.path[0]==="";)j(ct.path);Gr==="?"?(ct.query="",Nt=Xr):Gr==="#"&&(ct.fragment="",Nt=nn)}else _r+=Re(Gr,nr);break;case At:Gr==="?"?(ct.query="",Nt=Xr):Gr==="#"?(ct.fragment="",Nt=nn):Gr!==be&&(ct.path[0]+=Re(Gr,ht));break;case Xr:!gt&&Gr==="#"?(ct.fragment="",Nt=nn):Gr!==be&&(Gr==="'"&&ct.isSpecial()?ct.query+="%27":Gr==="#"?ct.query+="%23":ct.query+=Re(Gr,ht));break;case nn:Gr!==be&&(ct.fragment+=Re(Gr,xt));break}yr++}},parseHost:function(Yt){var gt,ut,ct;if(ee(Yt,0)==="["){if(ee(Yt,Yt.length-1)!=="]"||(gt=Ge(me(Yt,1,-1)),!gt))return Mt;this.host=gt}else if(this.isSpecial()){if(Yt=S(Yt),G(tt,Yt)||(gt=ke(Yt),gt===null))return Mt;this.host=gt}else{if(G(yt,Yt))return Mt;for(gt="",ut=y(Yt),ct=0;ct<ut.length;ct++)gt+=Re(ut[ct],ht);this.host=gt}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||this.scheme==="file"},includesCredentials:function(){return this.username!==""||this.password!==""},isSpecial:function(){return x(et,this.scheme)},shortenPath:function(){var Yt=this.path,gt=Yt.length;gt&&(this.scheme!=="file"||gt!==1||!Vt(Yt[0],!0))&&Yt.length--},serialize:function(){var Yt=this,gt=Yt.scheme,ut=Yt.username,ct=Yt.password,Nt=Yt.host,yr=Yt.port,_r=Yt.path,it=Yt.query,Cr=Yt.fragment,mn=gt+":";return Nt!==null?(mn+="//",Yt.includesCredentials()&&(mn+=ut+(ct?":"+ct:"")+"@"),mn+=Ye(Nt),yr!==null&&(mn+=":"+yr)):gt==="file"&&(mn+="//"),mn+=Yt.cannotBeABaseURL?_r[0]:_r.length?"/"+se(_r,"/"):"",it!==null&&(mn+="?"+it),Cr!==null&&(mn+="#"+Cr),mn},setHref:function(Yt){var gt=this.parse(Yt);if(gt)throw new ae(gt);this.searchParams.update()},getOrigin:function(){var Yt=this.scheme,gt=this.port;if(Yt==="blob")try{return new Dr(Yt.path[0]).origin}catch(ut){return"null"}return Yt==="file"||!this.isSpecial()?"null":Yt+"://"+Ye(this.host)+(gt!==null?":"+gt:"")},getProtocol:function(){return this.scheme+":"},setProtocol:function(Yt){this.parse(D(Yt)+":",Tt)},getUsername:function(){return this.username},setUsername:function(Yt){var gt=y(D(Yt));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var ut=0;ut<gt.length;ut++)this.username+=Re(gt[ut],er)}},getPassword:function(){return this.password},setPassword:function(Yt){var gt=y(D(Yt));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var ut=0;ut<gt.length;ut++)this.password+=Re(gt[ut],er)}},getHost:function(){var Yt=this.host,gt=this.port;return Yt===null?"":gt===null?Ye(Yt):Ye(Yt)+":"+gt},setHost:function(Yt){this.cannotBeABaseURL||this.parse(Yt,Ce)},getHostname:function(){var Yt=this.host;return Yt===null?"":Ye(Yt)},setHostname:function(Yt){this.cannotBeABaseURL||this.parse(Yt,St)},getPort:function(){var Yt=this.port;return Yt===null?"":D(Yt)},setPort:function(Yt){this.cannotHaveUsernamePasswordPort()||(Yt=D(Yt),Yt===""?this.port=null:this.parse(Yt,ze))},getPathname:function(){var Yt=this.path;return this.cannotBeABaseURL?Yt[0]:Yt.length?"/"+se(Yt,"/"):""},setPathname:function(Yt){this.cannotBeABaseURL||(this.path=[],this.parse(Yt,Le))},getSearch:function(){var Yt=this.query;return Yt?"?"+Yt:""},setSearch:function(Yt){Yt=D(Yt),Yt===""?this.query=null:(ee(Yt,0)==="?"&&(Yt=me(Yt,1)),this.query="",this.parse(Yt,Xr)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var Yt=this.fragment;return Yt?"#"+Yt:""},setHash:function(Yt){if(Yt=D(Yt),Yt===""){this.fragment=null;return}ee(Yt,0)==="#"&&(Yt=me(Yt,1)),this.fragment="",this.parse(Yt,nn)},update:function(){this.query=this.searchParams.serialize()||null}};var Dr=function(gt){var ut=a(this,mr),ct=A(arguments.length,1)>1?arguments[1]:void 0,Nt=B(ut,new Mr(gt,!1,ct));i||(ut.href=Nt.serialize(),ut.origin=Nt.getOrigin(),ut.protocol=Nt.getProtocol(),ut.username=Nt.getUsername(),ut.password=Nt.getPassword(),ut.host=Nt.getHost(),ut.hostname=Nt.getHostname(),ut.port=Nt.getPort(),ut.pathname=Nt.getPathname(),ut.search=Nt.getSearch(),ut.searchParams=Nt.getSearchParams(),ut.hash=Nt.getHash())},mr=Dr.prototype,Zr=function(Yt,gt){return{get:function(){return N(this)[Yt]()},set:gt&&function(ut){return N(this)[gt](ut)},configurable:!0,enumerable:!0}};if(i&&(u(mr,"href",Zr("serialize","setHref")),u(mr,"origin",Zr("getOrigin")),u(mr,"protocol",Zr("getProtocol","setProtocol")),u(mr,"username",Zr("getUsername","setUsername")),u(mr,"password",Zr("getPassword","setPassword")),u(mr,"host",Zr("getHost","setHost")),u(mr,"hostname",Zr("getHostname","setHostname")),u(mr,"port",Zr("getPort","setPort")),u(mr,"pathname",Zr("getPathname","setPathname")),u(mr,"search",Zr("getSearch","setSearch")),u(mr,"searchParams",Zr("getSearchParams")),u(mr,"hash",Zr("getHash","setHash"))),h(mr,"toJSON",function(){return N(this).serialize()},{enumerable:!0}),h(mr,"toString",function(){return N(this).serialize()},{enumerable:!0}),W){var un=W.createObjectURL,hn=W.revokeObjectURL;un&&h(Dr,"createObjectURL",f(un,W)),hn&&h(Dr,"revokeObjectURL",f(hn,W))}R(Dr,"URL"),r({global:!0,constructor:!0,forced:!l,sham:!i},{URL:Dr})},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)}}},13994: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}},99608:function(d,_,e){"use strict";e.d(_,{Z:function(){return r}});function r(i){if(Array.isArray(i))return i}},83383: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}},68702: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)})}}},33377: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")}},93912:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(52252);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}},85461:function(d,_,e){"use strict";e.d(_,{Z:function(){return c}});var r=e(90029),i=e(45533),l=e(96994);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)}}},74430:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(52252);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}},32855: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)}},90029: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)}},18881:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(67489);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)}},45533: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})()}},57237: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)}},50893: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.`)}},42166:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(74430);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}},27247:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(74430);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}},43079:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(12687);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}},12687: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}},96994:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(34666),i=e(83383);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)}},13932: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,K){i(R,N,function(H){return this._invoke(N,K,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,X){var oe=W&&W.prototype instanceof A?W:A,q=Object.create(oe.prototype);return i(q,"_invoke",function(ee,G,se){var te,Q,le,$=0,j=se||[],ie=!1,me={p:0,n:0,v:p,a:Ae,f:Ae.bind(p,4),d:function(He,Ne){return te=He,Q=0,le=p,me.n=Ne,R}};function Ae(Pe,He){for(Q=Pe,le=He,y=0;!ie&&$&&!Ne&&y<j.length;y++){var Ne,Mt=j[y],bt=me.p,kt=Mt[2];Pe>3?(Ne=kt===He)&&(le=Mt[(Q=Mt[4])?5:(Q=3,3)],Mt[4]=Mt[5]=p):Mt[0]<=bt&&((Ne=Pe<2&&bt<Mt[1])?(Q=0,me.v=He,me.n=Mt[1]):bt<kt&&(Ne=Pe<3||Mt[0]>He||He>kt)&&(Mt[4]=Pe,Mt[5]=He,me.n=kt,Q=0))}if(Ne||Pe>1)return R;throw ie=!0,He}return function(Pe,He,Ne){if($>1)throw TypeError("Generator is already running");for(ie&&He===1&&Ae(He,Ne),Q=He,le=Ne;(y=Q<2?p:le)||!ie;){te||(Q?Q<3?(Q>1&&(me.n=-1),Ae(Q,le)):me.n=le:me.v=le);try{if($=2,te){if(Q||(Pe="next"),y=te[Pe]){if(!(y=y.call(te,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=te.return)&&y.call(te),Q<2&&(le=TypeError("The iterator does not provide a '"+Pe+"' method"),Q=1);te=p}else if((y=(ie=me.n<0)?le:ee.call(G,me))!==R)break}catch(Mt){te=p,Q=1,le=Mt}finally{$=1}}return{value:y,done:ie}}}(H,ae,X),!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 K(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:K}})()}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(34666);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,K){return P(M.a,S[N],K)},delegateYield:function(N,K,H){return A.resultName=K,P(M.d,a(N),H)},finish:function(N){return P(M.f,N)}},P=function(N,K,H){M.p=A.prev,M.n=A.next;try{return N(K,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,K){return(b(M)?f:o)(D(P),M,B,N,K)},keys:h,values:a}})()}},67489: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)}},11913:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(99608);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(15417),c=e(50893);function f(o,h){return(0,r.Z)(o)||i(o,h)||(0,l.Z)(o,h)||(0,c.Z)()}},40954:function(d,_,e){"use strict";e.d(_,{Z:function(){return f}});var r=e(99608),i=e(57237),l=e(15417),c=e(50893);function f(o){return(0,r.Z)(o)||(0,i.Z)(o)||(0,l.Z)(o)||(0,c.Z)()}},3300:function(d,_,e){"use strict";e.d(_,{Z:function(){return o}});var r=e(13994);function i(h){if(Array.isArray(h))return(0,r.Z)(h)}var l=e(57237),c=e(15417);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()}},52252:function(d,_,e){"use strict";e.d(_,{Z:function(){return l}});var r=e(34666);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+""}},34666: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)}},15417:function(d,_,e){"use strict";e.d(_,{Z:function(){return i}});var r=e(13994);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}}},81098:function(d,_,e){"use strict";e.d(_,{ZP:function(){return Kc}});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 K=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.10`)}catch(w){return M()}v.forEach(w=>{K[w]=N(w,k)})}else y(K,s);return s}const W=K;function ae(k=!0){return typeof self=="undefined"?void 0:(k||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function X(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 ee={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 G(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 te={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(J,V,ue){if(ue=ue||{},J=J.trim(),V=V.trim(),!V){if(!ue.alwaysNormalize)return J;var pe=U.parseURL(J);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 Ie=U.parseURL(J);if(!Ie)throw new Error("Error trying to parse base URL.");if(!Ie.netLoc&&Ie.path&&Ie.path[0]!=="/"){var Be=v.exec(Ie.path);Ie.netLoc=Be[1],Ie.path=Be[2]}Ie.netLoc&&!Ie.path&&(Ie.path="/");var lt={scheme:Ie.scheme,netLoc:xe.netLoc,path:null,params:xe.params,query:xe.query,fragment:xe.fragment};if(!xe.netLoc&&(lt.netLoc=Ie.netLoc,xe.path[0]!=="/"))if(!xe.path)lt.path=Ie.path,xe.params||(lt.params=Ie.params,xe.query||(lt.query=Ie.query));else{var at=Ie.path,Ut=at.substring(0,at.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(J){var V=s.exec(J);return V?{scheme:V[1]||"",netLoc:V[2]||"",path:V[3]||"",params:V[4]||"",query:V[5]||"",fragment:V[6]||""}:null},normalizePath:function(J){for(J=J.split("").reverse().join("").replace(w,"");J.length!==(J=J.replace(I,"")).length;);return J.split("").reverse().join("")},buildURLFromParts:function(J){return J.scheme+J.netLoc+J.path+J.params+J.query+J.fragment}};k.exports=U})()}(te)),te.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 Ae(k){return k.sn!=="initSegment"}class Pe extends me{constructor(t,n){super(n),this._decryptdata=null,this._programDateTime=null,this._ref=null,this._bitrate=void 0,this.rawProgramDateTime=null,this.tagList=[],this.duration=0,this.sn=0,this.levelkeys=void 0,this.type=void 0,this.loader=null,this.keyLoader=null,this.level=-1,this.cc=0,this.startPTS=void 0,this.endPTS=void 0,this.startDTS=void 0,this.endDTS=void 0,this.start=0,this.playlistOffset=0,this.deltaPTS=void 0,this.maxStartPTS=void 0,this.minEndPTS=void 0,this.data=void 0,this.bitrateTest=!1,this.title=null,this.initSegment=null,this.endList=void 0,this.gap=void 0,this.urlId=0,this.type=t}get byteLength(){if(this.hasStats){const t=this.stats.total;if(t)return t}if(this.byteRange.length){const t=this.byteRange[0],n=this.byteRange[1];if(r(t)&&r(n))return n-t}return null}get bitrate(){return this.byteLength?this.byteLength*8/this.duration:this._bitrate?this._bitrate:null}set bitrate(t){this._bitrate=t}get decryptdata(){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 Ae(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,J=U[t];if(!J){U[t]={startPTS:n,endPTS:s,startDTS:v,endDTS:w,partial:I};return}J.startPTS=Math.min(J.startPTS,n),J.endPTS=Math.max(J.endPTS,s),J.startDTS=Math.min(J.startDTS,v),J.endDTS=Math.max(J.endDTS,w)}}class He 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 Ne(k,t){const n=Object.getPrototypeOf(k);if(n){const s=Object.getOwnPropertyDescriptor(n,t);return s||Ne(n,t)}}function Mt(k,t){const n=Ne(k,t);n&&(n.enumerable=!0,Object.defineProperty(k,t,n))}const bt=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 je(k,t){const n=Bt(k,t);return n<0?4294967296+n:n}function Et(k,t){let n=je(k,t);return n*=Math.pow(2,32),n+=je(k,t+4),n}function Bt(k,t){return k[t]<<24|k[t+1]<<16|k[t+2]<<8|k[t+3]}function tt(k){const t=k.byteLength;for(let n=0;n<t;){const s=je(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 yt(k,t){const n=[];if(!t.length)return n;const s=k.byteLength;for(let v=0;v<s;){const w=je(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 J=yt(k.subarray(v+8,U),t.slice(1));J.length&&kt.apply(n,J)}v=U}return n}function dt(k){const t=[],n=k[0];let s=8;const v=je(k,s);s+=4;let w=0,I=0;n===0?(w=je(k,s),I=je(k,s+4),s+=8):(w=Et(k,s),I=Et(k,s+8),s+=16),s+=2;let U=k.length+I;const J=tr(k,s);s+=2;for(let V=0;V<J;V++){let ue=s;const pe=je(k,ue);ue+=4;const xe=pe&2147483647;if((pe&2147483648)>>>31===1)return W.warn("SIDX has hierarchical references (not supported)"),null;const Be=je(k,ue);ue+=4,t.push({referenceSize:xe,subsegmentDuration:Be,info:{duration:Be/v,start:U,end:U+xe-1}}),U+=xe,ue+=4,s=ue}return{earliestPresentationTime:w,timescale:v,version:n,referencesCount:J,references:t}}function qe(k){const t=[],n=yt(k,["moov","trak"]);for(let v=0;v<n.length;v++){const w=n[v],I=yt(w,["tkhd"])[0];if(I){let U=I[0];const J=je(I,U===0?12:20),V=yt(w,["mdia","mdhd"])[0];if(V){U=V[0];const ue=je(V,U===0?12:20),pe=yt(w,["mdia","hdlr"])[0];if(pe){const xe=Ft(pe.subarray(8,12)),Ie={soun:ie.AUDIO,vide:ie.VIDEO}[xe],Be=yt(w,["mdia","minf","stbl","stsd"])[0],lt=Fe(Be);Ie?(t[J]={timescale:ue,type:Ie,stsd:lt},t[Ie]=b({timescale:ue,id:J},lt)):t[J]={timescale:ue,type:xe,stsd:lt}}}}}return yt(k,["moov","mvex","trex"]).forEach(v=>{const w=je(v,4),I=t[w];I&&(I.default={duration:je(v,12),flags:je(v,20)})}),t}function Fe(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=yt(t,[s])[0].subarray(s==="enca"?28:78);yt(V,["sinf"]).forEach(pe=>{const xe=yt(pe,["schm"])[0];if(xe){const Ie=Ft(xe.subarray(4,8));if(Ie==="cbcs"||Ie==="cenc"){const Be=yt(pe,["frma"])[0];Be&&(v=Ft(Be))}}})}const U=v;switch(v){case"avc1":case"avc2":case"avc3":case"avc4":{const J=yt(n,["avcC"])[0];J&&J.length>3&&(v+="."+We(J[1])+We(J[2])+We(J[3]),w=be(U==="avc1"?"dva1":"dvav",n));break}case"mp4a":{const J=yt(t,[s])[0],V=yt(J.subarray(28),["esds"])[0];if(V&&V.length>7){let ue=4;if(V[ue++]!==3)break;ue=Ge(V,ue),ue+=2;const pe=V[ue++];if(pe&128&&(ue+=2),pe&64&&(ue+=V[ue++]),V[ue++]!==4)break;ue=Ge(V,ue);const xe=V[ue++];if(xe===64)v+="."+We(xe);else break;if(ue+=12,V[ue++]!==5)break;ue=Ge(V,ue);const Ie=V[ue++];let Be=(Ie&248)>>3;Be===31&&(Be+=1+((Ie&7)<<3)+((V[ue]&224)>>5)),v+="."+Be}break}case"hvc1":case"hev1":{const J=yt(n,["hvcC"])[0];if(J&&J.length>12){const V=J[1],ue=["","A","B","C"][V>>6],pe=V&31,xe=je(J,2),Ie=(V&32)>>5?"H":"L",Be=J[12],lt=J.subarray(6,12);v+="."+ue+pe,v+="."+ke(xe).toString(16).toUpperCase(),v+="."+Ie+Be;let at="";for(let Ut=lt.length;Ut--;){const dr=lt[Ut];(dr||at)&&(at="."+dr.toString(16).toUpperCase()+at)}v+=at}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 J=yt(n,["vpcC"])[0];if(J&&J.length>6){const V=J[4],ue=J[5],pe=J[6]>>4&15;v+="."+Ye(V)+"."+Ye(ue)+"."+Ye(pe)}break}case"av01":{const J=yt(n,["av1C"])[0];if(J&&J.length>2){const V=J[1]>>>5,ue=J[1]&31,pe=J[2]>>>7?"H":"M",xe=(J[2]&64)>>6,Ie=(J[2]&32)>>5,Be=V===2&&xe?Ie?12:10:xe?10:8,lt=(J[2]&16)>>4,at=(J[2]&8)>>3,Ut=(J[2]&4)>>2,dr=J[2]&3;v+="."+V+"."+Ye(ue)+pe+"."+Ye(Be)+"."+lt+"."+at+Ut+dr+"."+Ye(1)+"."+Ye(1)+"."+Ye(1)+"."+0,w=be("dav1",n)}break}}return{codec:v,encrypted:I,supplemental:w}}function be(k,t){const n=yt(t,["dvvC"]),s=n.length?n[0]:yt(t,["dvcC"])[0];if(s){const v=s[2]>>1&127,w=s[2]<<5&32|s[3]>>3&31;return k+"."+Ye(v)+"."+Ye(w)}}function ke(k){let t=0;for(let n=0;n<32;n++)t|=(k>>n&1)<<31-n;return t>>>0}function Ge(k,t){const n=t+5;for(;k[t++]&128&&t<n;);return t}function We(k){return("0"+k.toString(16).toUpperCase()).slice(-2)}function Ye(k){return(k<10?"0":"")+k}function ht(k,t){if(!k||!t)return;const n=t.keyId;n&&t.isCommonEncryption&&yt(k,["moov","trak"]).forEach(v=>{const I=yt(v,["mdia","minf","stbl","stsd"])[0].subarray(8);let U=yt(I,["enca"]);const J=U.length>0;J||(U=yt(I,["encv"])),U.forEach(V=>{const ue=J?V.subarray(28):V.subarray(78);yt(ue,["sinf"]).forEach(xe=>{const Ie=xt(xe);if(Ie){const Be=Ie.subarray(8,24);Be.some(lt=>lt!==0)||(W.log(`[eme] Patching keyId in 'enc${J?"a":"v"}>sinf>>tenc' box: ${ee.hexDump(Be)} -> ${ee.hexDump(n)}`),Ie.set(n,8))}})})})}function xt(k){const t=yt(k,["schm"])[0];if(t){const n=Ft(t.subarray(4,8));if(n==="cbcs"||n==="cenc")return yt(k,["schi","tenc"])[0]}return null}function nr(k,t,n){const s={},v=yt(k,["moof","traf"]);for(let w=0;w<v.length;w++){const I=v[w],U=yt(I,["tfhd"])[0],J=je(U,4),V=t[J];if(!V)continue;s[J]||(s[J]={start:NaN,duration:0,sampleCount:0,timescale:V.timescale,type:V.type});const ue=s[J],pe=yt(I,["tfdt"])[0];if(pe){const or=pe[0];let Nr=je(pe,4);or===1&&(Nr===bt?n.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(Nr*=bt+1,Nr+=je(pe,8))),r(Nr)&&(!r(ue.start)||Nr<ue.start)&&(ue.start=Nr)}const xe=V.default,Ie=je(U,0)|(xe==null?void 0:xe.flags);let Be=(xe==null?void 0:xe.duration)||0;Ie&8&&(Ie&2?Be=je(U,12):Be=je(U,8));const lt=yt(I,["trun"]);let at=ue.start||0,Ut=0,dr=Be;for(let or=0;or<lt.length;or++){const Nr=lt[or],qr=je(Nr,4),_n=ue.sampleCount;ue.sampleCount+=qr;const Kr=Nr[3]&1,an=Nr[3]&4,ln=Nr[2]&1,Yr=Nr[2]&2,An=Nr[2]&4,bi=Nr[2]&8;let $i=8,fa=qr;for(Kr&&($i+=4),an&&qr&&(!(Nr[$i+1]&1)&&ue.keyFrameIndex===void 0&&(ue.keyFrameIndex=_n),$i+=4,ln?(dr=je(Nr,$i),$i+=4):dr=Be,Yr&&($i+=4),bi&&($i+=4),at+=dr,Ut+=dr,fa--);fa--;)ln?(dr=je(Nr,$i),$i+=4):dr=Be,Yr&&($i+=4),An&&(Nr[$i+1]&1||ue.keyFrameIndex===void 0&&(ue.keyFrameIndex=ue.sampleCount-(fa+1),ue.keyFrameStart=at),$i+=4),bi&&($i+=4),at+=dr,Ut+=dr;!Ut&&Be&&(Ut+=Be*qr)}ue.duration+=Ut}if(!Object.keys(s).some(w=>s[w].duration)){let w=1/0,I=0;const U=yt(k,["sidx"]);for(let J=0;J<U.length;J++){const V=dt(U[J]);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(J=>{s[J].duration||(s[J].duration=I*s[J].timescale-s[J].start)})}return s}function er(k){const t={valid:null,remainder:null},n=yt(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 Re(k,t){const n=new Uint8Array(k.length+t.length);return n.set(k),n.set(t,k.length),n}function et(k,t){const n=[],s=t.samples,v=t.timescale,w=t.id;let I=!1;return yt(s,["moof"]).map(J=>{const V=J.byteOffset-8;yt(J,["traf"]).map(pe=>{const xe=yt(pe,["tfdt"]).map(Ie=>{const Be=Ie[0];let lt=je(Ie,4);return Be===1&&(lt*=Math.pow(2,32),lt+=je(Ie,8)),lt/v})[0];return xe!==void 0&&(k=xe),yt(pe,["tfhd"]).map(Ie=>{const Be=je(Ie,4),lt=je(Ie,0)&16777215,at=(lt&1)!==0,Ut=(lt&2)!==0,dr=(lt&8)!==0;let or=0;const Nr=(lt&16)!==0;let qr=0;const _n=(lt&32)!==0;let Kr=8;Be===w&&(at&&(Kr+=8),Ut&&(Kr+=4),dr&&(or=je(Ie,Kr),Kr+=4),Nr&&(qr=je(Ie,Kr),Kr+=4),_n&&(Kr+=4),t.type==="video"&&(I=Vt(t.codec)),yt(pe,["trun"]).map(an=>{const ln=an[0],Yr=je(an,0)&16777215,An=(Yr&1)!==0;let bi=0;const $i=(Yr&4)!==0,fa=(Yr&256)!==0;let Xi=0;const hi=(Yr&512)!==0;let ra=0;const Ii=(Yr&1024)!==0,sa=(Yr&2048)!==0;let Ba=0;const vi=je(an,4);let _i=8;An&&(bi=je(an,_i),_i+=4),$i&&(_i+=4);let _s=bi+V;for(let co=0;co<vi;co++){if(fa?(Xi=je(an,_i),_i+=4):Xi=or,hi?(ra=je(an,_i),_i+=4):ra=qr,Ii&&(_i+=4),sa&&(ln===0?Ba=je(an,_i):Ba=Bt(an,_i),_i+=4),t.type===ie.VIDEO){let us=0;for(;us<ra;){const Fs=je(s,_s);if(_s+=4,Lt(I,s[_s])){const ul=s.subarray(_s,_s+Fs);Wt(ul,I?2:1,k+Ba/v,n)}_s+=Fs,us+=Fs+4}}k+=Xi/v}}))})})}),n}function Vt(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,J=0;for(;w<v.length;){I=0;do{if(w>=v.length)break;J=v[w++],I+=J}while(J===255);U=0;do{if(w>=v.length)break;J=v[w++],U+=J}while(J===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 Ie=je(v,ue);if(ue+=4,Ie===1195456820){const Be=v[ue++];if(Be===3){const lt=v[ue++],at=31&lt,Ut=64&lt,dr=Ut?2+at*3:0,or=new Uint8Array(dr);if(Ut){or[0]=lt;for(let Nr=1;Nr<dr;Nr++)or[Nr]=v[ue++]}s.push({type:Be,payloadType:I,pts:n,bytes:or})}}}}}else if(I===5&&U>16){const pe=[];for(let Be=0;Be<16;Be++){const lt=v[ue++].toString(16);pe.push(lt.length==1?"0"+lt:lt),(Be===3||Be===5||Be===7||Be===9)&&pe.push("-")}const xe=U-16,Ie=new Uint8Array(xe);for(let Be=0;Be<xe;Be++)Ie[Be]=v[ue++];s.push({payloadType:I,pts:n,uuid:pe.join(""),userData:q(Ie),userDataBytes:Ie})}}}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 Tt(k){const t=k[0];let n="",s="",v=0,w=0,I=0,U=0,J=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=je(k,12),w=je(k,16),U=je(k,20),J=je(k,24),V=28}else if(t===1){V+=4,v=je(k,V),V+=4;const pe=je(k,V);V+=4;const xe=je(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=je(k,V),V+=4,J=je(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:J,payload:ue}}function Qt(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 $e(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),Qt([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 Se(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(Gt(k,t)))!=null?s:!1}function Gt(k,t){return`${t}/mp4;codecs=${k}`}function Ct(k){if(k){const t=k.substring(0,4);return he.video[t]}return 2}function Ce(k){const t=ce();return k.split(",").reduce((n,s)=>{const w=t&&Vt(s)?9:he.video[s];return w?(w*2+n)/(n?3:2):(he.audio[s]+n)/(n?2:1)},0)}const St={};function ze(k,t=!0){if(St[k])return St[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 St[k]=n[v],n[v];if(n[v]==="mp3"&&(s=ae(t))!=null&&s.isTypeSupported("audio/mpeg"))return""}return k}const nt=/flac|opus|mp4a\.40\.34/i;function Te(k,t=!0){return k.replace(nt,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 Le(k,t){if(k&&(k.length>4||["ac-3","ec-3","alac","fLaC","Opus"].indexOf(k)!==-1)&&(Or(k,"audio")||Or(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 Or(k,t){return It(k,t)&&ft(k,t)}function At(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 Xr(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 nn(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 Mr(k){return k.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}const Dr={supported:!0,configurations:[],decodingInfoResults:[{supported:!0,powerEfficient:!0,smooth:!0}]};function mr(k,t){return{supported:!1,configurations:t,decodingInfoResults:[{supported:!1,smooth:!1,powerEfficient:!1}],error:k}}function Zr(k,t,n,s,v,w){const I=k.videoCodec,U=k.audioCodec?k.audioGroups:null,J=w==null?void 0:w.audioCodec,V=w==null?void 0:w.channels,ue=V?parseInt(V):J?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,Ie)=>{if(Ie){const Be=t.groups[Ie];if(!Be)throw new Error(`Audio track group ${Ie} not found`);Object.keys(Be.channels).forEach(lt=>{xe[lt]=(xe[lt]||0)+Be.channels[lt]})}return xe},{2:0})}catch(xe){return!0}return I!==void 0&&(I.split(",").some(xe=>Vt(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 un(k,t,n,s={}){const v=k.videoCodec;if(!v&&!k.audioCodec||!n)return Promise.resolve(Dr);const w=[],I=hn(k),U=I.length,J=Yt(k,t,U>0),V=J.length;for(let ue=U||1*V||1;ue--;){const pe={type:"media-source"};if(U&&(pe.video=I[ue%U]),V){pe.audio=J[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=>Vt(pe))&&ce())return Promise.resolve(mr(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=ut(k),v=k.width||640,w=k.height||480,I=k.frameRate||30,U=k.videoRange.toLowerCase();return n?n.map(J=>{const V={contentType:Gt(Xr(J),"video"),width:v,height:w,bitrate:s,framerate:I};return U!=="sdr"&&(V.transferFunction=U),V}):[]}function Yt(k,t,n){var s;const v=(s=k.audioCodec)==null?void 0:s.split(","),w=ut(k);return v&&k.audioGroups?k.audioGroups.reduce((I,U)=>{var J;const V=U?(J=t.groups[U])==null?void 0:J.tracks:null;return V?V.reduce((ue,pe)=>{if(pe.groupId===U){const xe=parseFloat(pe.channels||"");v.forEach(Ie=>{const Be={contentType:Gt(Ie,"audio"),bitrate:n?gt(Ie,w):w};xe&&(Be.channels=""+xe),ue.push(Be)})}return ue},I):I},[]):[]}function gt(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 ut(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=Mr(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=Mr(n.contentType);t+=`${s?"_":""}${v}_c${n.channels}`}return t}const Nt=["NONE","TYPE-0","TYPE-1",null];function yr(k){return Nt.indexOf(k)>-1}const _r=["SDR","PQ","HLG"];function it(k){return!!k&&_r.indexOf(k)>-1}var Cr={No:"",Yes:"YES",v2:"v2"};function mn(k){const{canSkipUntil:t,canSkipDateRanges:n,age:s}=k,v=s<t/2;return t&&v?n?Cr.v2:Cr.Yes:Cr.No}class Vn{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 Gr{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 Qn(this._audioGroups,t)}hasSubtitleGroup(t){return Qn(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 Qn(k,t){return!t||!k?!1:k.indexOf(t)!==-1}function ei(){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&&ei(),n||(s=["SDR"])}return{preferHDR:n,allowedVideoRanges:s}}const qn=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}},Pn=(k,t)=>JSON.stringify(k,qn(t));function Mi(k,t,n,s,v){const w=Object.keys(k),I=s==null?void 0:s.channels,U=s==null?void 0:s.audioCodec,J=v==null?void 0:v.videoCodec,V=I&&parseInt(I)===2;let ue=!1,pe=!1,xe=1/0,Ie=1/0,Be=1/0,lt=1/0,at=0,Ut=[];const{preferHDR:dr,allowedVideoRanges:or}=Nn(t,v);for(let an=w.length;an--;){const ln=k[w[an]];ue||(ue=ln.channels[2]>0),xe=Math.min(xe,ln.minHeight),Ie=Math.min(Ie,ln.minFramerate),Be=Math.min(Be,ln.minBitrate),or.filter(An=>ln.videoRanges[An]>0).length>0&&(pe=!0)}xe=r(xe)?xe:0,Ie=r(Ie)?Ie:0;const Nr=Math.max(1080,xe),qr=Math.max(30,Ie);Be=r(Be)?Be:n,n=Math.max(Be,n),pe||(t=void 0);const _n=w.length>1;return{codecSet:w.reduce((an,ln)=>{const Yr=k[ln];if(ln===an)return an;if(Ut=pe?or.filter(An=>Yr.videoRanges[An]>0):[],_n){if(Yr.minBitrate>n)return di(ln,`min bitrate of ${Yr.minBitrate} > current estimate of ${n}`),an;if(!Yr.hasDefaultAudio)return di(ln,"no renditions with default or auto-select sound found"),an;if(U&&ln.indexOf(U.substring(0,4))%5!==0)return di(ln,`audio codec preference "${U}" not found`),an;if(I&&!V){if(!Yr.channels[I])return di(ln,`no renditions with ${I} channel sound found (channels options: ${Object.keys(Yr.channels)})`),an}else if((!U||V)&&ue&&Yr.channels[2]===0)return di(ln,"no renditions with stereo sound found"),an;if(Yr.minHeight>Nr)return di(ln,`min resolution of ${Yr.minHeight} > maximum of ${Nr}`),an;if(Yr.minFramerate>qr)return di(ln,`min framerate of ${Yr.minFramerate} > maximum of ${qr}`),an;if(!Ut.some(An=>Yr.videoRanges[An]>0))return di(ln,`no variants with VIDEO-RANGE of ${Pn(Ut)} found`),an;if(J&&ln.indexOf(J.substring(0,4))%5!==0)return di(ln,`video codec preference "${J}" not found`),an;if(Yr.maxScore<at)return di(ln,`max score of ${Yr.maxScore} < selected max of ${at}`),an}return an&&(Ce(ln)>=Ce(an)||Yr.fragmentError>k[an].fragmentError)?an:(lt=Yr.minIndex,at=Yr.maxScore,ln)},void 0),videoRanges:Ut,preferHDR:dr,minFramerate:Ie,minBitrate:Be,minIndex:lt}}function di(k,t){W.log(`[abr] start candidates with "${k}" ignored because ${t}`)}function Fi(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 na(k,t,n,s){return k.slice(n,s+1).reduce((v,w,I)=>{if(!w.codecSet)return v;const U=w.audioGroups;let J=v[w.codecSet];J||(v[w.codecSet]=J={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:I,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!U,fragmentError:0}),J.minBitrate=Math.min(J.minBitrate,w.bitrate);const V=Math.min(w.height,w.width);return J.minHeight=Math.min(J.minHeight,V),J.minFramerate=Math.min(J.minFramerate,w.frameRate),J.minIndex=Math.min(J.minIndex,I),J.maxScore=Math.max(J.maxScore,w.score),J.fragmentError+=w.fragmentError,J.videoRanges[w.videoRange]=(J.videoRanges[w.videoRange]||0)+1,U&&U.forEach(ue=>{if(!ue)return;const pe=t.groups[ue];pe&&(J.hasDefaultAudio=J.hasDefaultAudio||t.hasDefaultAudio?pe.hasDefault:pe.hasAutoSelect||!t.hasDefaultAudio&&!t.hasAutoSelectAudio,Object.keys(pe.channels).forEach(xe=>{J.channels[xe]=(J.channels[xe]||0)+pe.channels[xe]}))}),v},{})}function Hi(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(li(k,v,n))return s}return-1}function li(k,t,n){const{groupId:s,name:v,lang:w,assocLang:I,default:U}=k,J=k.forced;return(s===void 0||t.groupId===s)&&(v===void 0||t.name===v)&&(w===void 0||da(w,t.lang))&&(w===void 0||t.assocLang===I)&&(U===void 0||t.default===U)&&(J===void 0||t.forced===J)&&(!("characteristics"in k)||Dt(k.characteristics||"",t.characteristics))&&(n===void 0||n(k,t))}function da(k,t="--"){return k.length===t.length?k===t:k.startsWith(t)||t.startsWith(k)}function Dt(k,t=""){const n=k.split(","),s=t.split(",");return n.length===s.length&&!n.some(v=>s.indexOf(v)===-1)}function mt(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 Ui(k,t,n,s,v){const w=t[s],U=t.reduce((xe,Ie,Be)=>{const lt=Ie.uri;return(xe[lt]||(xe[lt]=[])).push(Be),xe},{})[w.uri];U.length>1&&(s=Math.max.apply(Math,U));const J=w.videoRange,V=w.frameRate,ue=w.codecSet.substring(0,4),pe=la(t,s,xe=>{if(xe.videoRange!==J||xe.frameRate!==V||xe.codecSet.substring(0,4)!==ue)return!1;const Ie=xe.audioGroups,Be=n.filter(lt=>!Ie||Ie.indexOf(lt.groupId)!==-1);return Ca(k,Be,v)>-1});return pe>-1?pe:la(t,s,xe=>{const Ie=xe.audioGroups,Be=n.filter(lt=>!Ie||Ie.indexOf(lt.groupId)!==-1);return Ca(k,Be,v)>-1})}function la(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 La 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:J}=I;if(!v||!J)return;const V=performance.now(),ue=w?w.stats:v.stats,pe=w?w.duration:v.duration,xe=V-ue.loading.start,Ie=I.minAutoLevel,Be=v.level,lt=this._nextAutoLevel;if(ue.aborted||ue.loaded&&ue.loaded===ue.total||Be<=Ie){this.clearTimer(),this._nextAutoLevel=-1;return}if(!U)return;const at=lt>-1&&lt!==Be,Ut=!!n||at;if(!Ut&&(J.paused||!J.playbackRate||!J.readyState))return;const dr=I.mainForwardBufferInfo;if(!Ut&&dr===null)return;const or=this.bwEstimator.getEstimateTTFB(),Nr=Math.abs(J.playbackRate);if(xe<=Math.max(or,1e3*(pe/(Nr*2))))return;const qr=dr?dr.len/Nr:0,_n=ue.loading.first?ue.loading.first-ue.loading.start:-1,Kr=ue.loaded&&_n>-1,an=this.getBwEstimate(),ln=I.levels,Yr=ln[Be],An=Math.max(ue.loaded,Math.round(pe*(v.bitrate||Yr.averageBitrate)/8));let bi=Kr?xe-_n:xe;bi<1&&Kr&&(bi=Math.min(xe,ue.loaded*8/an));const $i=Kr?ue.loaded*1e3/bi:0,fa=or/1e3,Xi=$i?(An-ue.loaded)/$i:An*8/an+fa;if(Xi<=qr)return;const hi=$i?$i*8:an,ra=((s=(n==null?void 0:n.details)||this.hls.latestLevelDetails)==null?void 0:s.live)===!0,Ii=this.hls.config.abrBandWidthUpFactor;let sa=Number.POSITIVE_INFINITY,Ba;for(Ba=Be-1;Ba>Ie;Ba--){const co=ln[Ba].maxBitrate,us=!ln[Ba].details||ra;if(sa=this.getTimeToLoadFrag(fa,hi,pe*co,us),sa<Math.min(qr,pe+fa))break}if(sa>=Xi||sa>pe*10)return;Kr?this.bwEstimator.sample(xe-Math.min(or,_n),ue.loaded):this.bwEstimator.sampleTTFB(xe);const vi=ln[Ba].maxBitrate;this.getBwEstimate()*Ii>vi&&this.resetEstimator(vi);const _i=this.findBestLevel(vi,Ie,Ba,0,qr,1,1);_i>-1&&(Ba=_i),this.warn(`Fragment ${v.sn}${w?" part "+w.index:""} of level ${Be} is loading too slowly;
Fragment duration: ${v.duration.toFixed(3)}
Time to underbuffer: ${qr.toFixed(3)} s
Estimated load time for current fragment: ${Xi.toFixed(3)} s
Estimated load time for down switch fragment: ${sa.toFixed(3)} s
TTFB estimate: ${_n|0} ms
Current BW estimate: ${r(an)?an|0:"Unknown"} bps
New BW estimate: ${this.getBwEstimate()|0} bps
Switching to level ${Ba} @ ${vi|0} bps`),I.nextLoadLevel=I.nextAutoLevel=Ba,this.clearTimer();const _s=()=>{if(this.clearTimer(),this.fragCurrent===v&&this.hls.loadLevel===Ba&&Ba>0){const co=this.getStarvationDelay();if(this.warn(`Aborting inflight request ${Ba>0?"and switching down":""}
Fragment duration: ${v.duration.toFixed(3)} s
Time to underbuffer: ${co.toFixed(3)} s`),v.abortRequests(),this.fragCurrent=this.partCurrent=null,Ba>Ie){let us=this.findBestLevel(this.hls.levels[Ie].bitrate,Ie,Ba,0,co,1,1);us===-1&&(us=Ie),this.hls.nextLoadLevel=this.hls.nextAutoLevel=us,this.resetEstimator(this.hls.levels[us].bitrate)}}};at||Xi>sa*2?_s():this.timer=self.setInterval(_s,sa*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,J=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(J-Math.min(pe,V),U.loaded)}else this.bwEstimator.sampleTTFB(J)}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,J=(I.loaded?I.loaded.duration:0)+w;I.loaded={bytes:U,duration:J},I.realBitrate=Math.round(8*U/J)}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,J=this.getBwEstimate(),V=this.getStarvationDelay();let ue=w.abrBandWidthFactor,pe=w.abrBandWidthUpFactor;if(V){const at=this.findBestLevel(J,I,v,V,0,ue,pe);if(at>=0)return this.rebufferNotice=-1,at}let xe=U?Math.min(U,w.maxStarvationDelay):w.maxStarvationDelay;if(!V){const at=this.bitrateTestDelay;at&&(xe=(U?Math.min(U,w.maxLoadingDelay):w.maxLoadingDelay)-at,this.info(`bitrate test took ${Math.round(1e3*at)}ms, set first fragment max fetchDuration to ${Math.round(1e3*xe)} ms`),ue=pe=1)}const Ie=this.findBestLevel(J,I,v,V,xe,ue,pe);if(this.rebufferNotice!==Ie&&(this.rebufferNotice=Ie,this.info(`${V?"rebuffering expected":"buffer is empty"}, optimal quality level ${Ie}`)),Ie>-1)return Ie;const Be=s.levels[I],lt=s.loadLevelObj;return lt&&(Be==null?void 0:Be.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 J;const V=v+w,ue=this.lastLoadedFragLevel,pe=ue===-1?this.hls.firstLevel:ue,{fragCurrent:xe,partCurrent:Ie}=this,{levels:Be,allAudioTracks:lt,loadLevel:at,config:Ut}=this.hls;if(Be.length===1)return 0;const dr=Be[pe],or=!!((J=this.hls.latestLevelDetails)!=null&&J.live),Nr=at===-1||ue===-1;let qr,_n="SDR",Kr=(dr==null?void 0:dr.frameRate)||0;const{audioPreference:an,videoPreference:ln}=Ut,Yr=this.audioTracksByGroup||(this.audioTracksByGroup=Fi(lt));let An=-1;if(Nr){if(this.firstSelection!==-1)return this.firstSelection;const hi=this.codecTiers||(this.codecTiers=na(Be,Yr,n,s)),ra=Mi(hi,_n,t,an,ln),{codecSet:Ii,videoRanges:sa,minFramerate:Ba,minBitrate:vi,minIndex:_i,preferHDR:_s}=ra;An=_i,qr=Ii,_n=_s?sa[sa.length-1]:sa[0],Kr=Ba,t=Math.max(t,vi),this.log(`picked start tier ${Pn(ra)}`)}else qr=dr==null?void 0:dr.codecSet,_n=dr==null?void 0:dr.videoRange;const bi=Ie?Ie.duration:xe?xe.duration:0,$i=this.bwEstimator.getEstimateTTFB()/1e3,fa=[];for(let hi=s;hi>=n;hi--){var Xi;const ra=Be[hi],Ii=hi>pe;if(!ra)continue;if(Ut.useMediaCapabilities&&!ra.supportedResult&&!ra.supportedPromise){const us=navigator.mediaCapabilities;typeof(us==null?void 0:us.decodingInfo)=="function"&&Zr(ra,Yr,_n,Kr,t,an)?(ra.supportedPromise=un(ra,Yr,us,this.supportedCache),ra.supportedPromise.then(Fs=>{if(!this.hls)return;ra.supportedResult=Fs;const ul=this.hls.levels,Xu=ul.indexOf(ra);Fs.error?this.warn(`MediaCapabilities decodingInfo error: "${Fs.error}" for level ${Xu} ${Pn(Fs)}`):Fs.supported?Fs.decodingInfoResults.some(kl=>kl.smooth===!1||kl.powerEfficient===!1)&&this.log(`MediaCapabilities decodingInfo for level ${Xu} not smooth or powerEfficient: ${Pn(Fs)}`):(this.warn(`Unsupported MediaCapabilities decodingInfo result for level ${Xu} ${Pn(Fs)}`),Xu>-1&&ul.length>1&&(this.log(`Removing unsupported level ${Xu}`),this.hls.removeLevel(Xu),this.hls.loadLevel===-1&&(this.hls.nextLoadLevel=0)))})):ra.supportedResult=Dr}if((qr&&ra.codecSet!==qr||_n&&ra.videoRange!==_n||Ii&&Kr>ra.frameRate||!Ii&&Kr>0&&Kr<ra.frameRate||(Xi=ra.supportedResult)!=null&&(Xi=Xi.decodingInfoResults)!=null&&Xi.some(us=>us.smooth===!1))&&(!Nr||hi!==An)){fa.push(hi);continue}const sa=ra.details,Ba=(Ie?sa==null?void 0:sa.partTarget:sa==null?void 0:sa.averagetargetduration)||bi;let vi;Ii?vi=U*t:vi=I*t;const _i=bi&&v>=bi*2&&w===0?ra.averageBitrate:ra.maxBitrate,_s=this.getTimeToLoadFrag($i,vi,_i*Ba,sa===void 0);if(vi>=_i&&(hi===ue||ra.loadError===0&&ra.fragmentError===0)&&(_s<=$i||!r(_s)||or&&!this.bitrateTestDelay||_s<V)){const us=this.forcedAutoLevel;return hi!==at&&(us===-1||us!==at)&&(fa.length&&this.trace(`Skipped level(s) ${fa.join(",")} of ${s} max with CODECS and VIDEO-RANGE:"${Be[fa[0]].codecs}" ${Be[fa[0]].videoRange}; not compatible with "${qr}" ${_n}`),this.info(`switch candidate:${pe}->${hi} adjustedbw(${Math.round(vi)})-bitrate=${Math.round(vi-_i)} ttfb:${$i.toFixed(1)} avgDuration:${Ba.toFixed(1)} maxFetchDuration:${V.toFixed(1)} fetchDuration:${_s.toFixed(1)} firstSelection:${Nr} codecSet:${ra.codecSet} videoRange:${ra.videoRange} hls.loadLevel:${at}`)),Nr&&(this.firstSelection=hi),hi}}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 Si={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(rt(t,n,I))return I}return null}function Cn(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)&&_t(n,s,w)===0||rr(w,k,Math.min(v,s))))return w;const I=Si.search(t,_t.bind(null,n,s));return I&&(I!==k||!w)?I:w}function rr(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 _t(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 rt(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 Si.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 pt(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=pt(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 Tr(k){return b(b({},k),{errorRetry:null,timeoutRetry:null})}function Wr(k,t,n,s){if(!k)return!1;const v=s==null?void 0:s.code,w=t<k.maxNumRetry&&(Ze(v)||!!n);return k.shouldRetry?k.shouldRetry(k,t,n,s,w):w}function Ze(k){return k===0&&navigator.onLine===!1||!!k&&(k<400||k>499)}var Je={DoNothing:0,SendEndCallback:1,SendAlternateToPenaltyBox:2,RemoveAlternatePermanently:3,InsertDiscontinuity:4,RetryRequest:5},ye={None:0,MoveAllAlternatesMatchingHost:1,MoveAllAlternatesMatchingHDCP:2,SwitchToSDR:4};class st 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=Je.SendAlternateToPenaltyBox;return}case f.LEVEL_EMPTY_ERROR:case f.LEVEL_PARSING_ERROR:{var I;const J=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,J):(n.levelRetry=!1,n.errorAction=this.getLevelSwitchAction(n,J))}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 J=v.loadLevelObj;if(J&&(w.type===h.AUDIO_TRACK&&J.hasAudioGroup(w.groupId)||w.type===h.SUBTITLE_TRACK&&J.hasSubtitleGroup(w.groupId))){n.errorAction=this.getPlaylistRetryOrSwitchAction(n,v.loadLevel),n.errorAction.action=Je.SendAlternateToPenaltyBox,n.errorAction.flags=ye.MoveAllAlternatesMatchingHost;return}}return;case f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:{const J=v.loadLevelObj,V=J==null?void 0:J.attrs["HDCP-LEVEL"];V?n.errorAction={action:Je.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(Wr(v,w,pt(t),t.response))return{action:Je.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),J=n.levels.reduce((ue,pe)=>ue+pe.fragmentError,0);if(v&&(t.details!==f.FRAG_GAP&&v.fragmentError++,Wr(U,J,pt(t),t.response)))return{action:Je.RetryRequest,flags:ye.None,retryConfig:U,retryCount:J};const V=this.getLevelSwitchAction(t,s);return U&&(V.retryConfig=U,V.retryCount=J),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:Ie,maxAutoLevel:Be}=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:_n})=>v.audioCodec!==_n),or=t.sourceBufferName==="video"&&(V===f.BUFFER_ADD_CODEC_ERROR||V===f.BUFFER_APPEND_ERROR)&&pe.some(({codecSet:_n,audioCodec:Kr})=>v.codecSet!==_n&&v.audioCodec===Kr),{type:Nr,groupId:qr}=(I=t.context)!=null?I:{};for(let _n=pe.length;_n--;){const Kr=(_n+xe)%pe.length;if(Kr!==xe&&Kr>=Ie&&Kr<=Be&&pe[Kr].loadError===0){var U,J;const an=pe[Kr];if(V===f.FRAG_GAP&&lt===u.MAIN&&t.frag){const ln=pe[Kr].details;if(ln){const Yr=Cn(t.frag,ln.fragments,t.frag.start);if(Yr!=null&&Yr.gap)continue}}else{if(Nr===h.AUDIO_TRACK&&an.hasAudioGroup(qr)||Nr===h.SUBTITLE_TRACK&&an.hasSubtitleGroup(qr))continue;if(lt===u.AUDIO&&(U=v.audioGroups)!=null&&U.some(ln=>an.hasAudioGroup(ln))||lt===u.SUBTITLE&&(J=v.subtitleGroups)!=null&&J.some(ln=>an.hasSubtitleGroup(ln))||Ut&&v.audioCodec===an.audioCodec||or&&v.codecSet===an.codecSet||!Ut&&v.codecSet!==an.codecSet)continue}ue=Kr;break}}if(ue>-1&&s.loadLevel!==ue)return t.levelRetry=!0,this.playlistError=0,{action:Je.SendAlternateToPenaltyBox,flags:ye.None,nextAutoLevel:ue}}return{action:Je.SendAlternateToPenaltyBox,flags:ye.MoveAllAlternatesMatchingHost}}onErrorOut(t,n){var s;switch((s=n.errorAction)==null?void 0:s.action){case Je.DoNothing:break;case Je.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 Je.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=Mr(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:Je.DoNothing,flags:ye.None};return k&&(t.resolved=!0),t}var xr={NOT_LOADED:"NOT_LOADED",APPENDING:"APPENDING",PARTIAL:"PARTIAL",OK:"OK"};class kr{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 J=U.body;if(J.start<=t&&t<=J.end)return J}}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 J=this.fragments[U];if(!J||I>=J.body.sn)return;if(!J.buffered&&(!J.loaded||w)){J.body.type===s&&this.removeFragment(J.body);return}const V=J.range[t];if(V){if(V.time.length===0){this.removeFragment(J.body);return}V.time.some(ue=>{const pe=!this.isTimeBuffered(ue.startPTS,ue.endPTS,n);return pe&&this.removeFragment(J.body),pe})}})}detectPartialFragments(t){const n=this.timeRanges;if(!n||t.frag.sn==="initSegment")return;const s=t.frag,v=zr(s),w=this.fragments[v];if(!w||w.buffered&&s.gap)return;const I=!s.relurl;Object.keys(n).forEach(U=>{const J=s.elementaryStreams[U];if(!J)return;const V=n[U],ue=I||J.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),Pr(w)||this.removeParts(s.sn-1,s.type)):this.removeFragment(w.body)}removeParts(t,n){const s=this.activePartLists[n];s&&(this.activePartLists[n]=wn(s,v=>v.fragment.sn>=t))}fragBuffered(t,n){const s=zr(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,J=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&&J<=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 Ie=Math.max(I,v.start(ue)),Be=Math.min(U,v.end(ue));Be>Ie&&(w.partial=!0,w.time.push({startPTS:Ie,endPTS:Be}))}else if(U<=pe)break}return w}getPartialFragment(t){let n=null,s,v,w,I=0;const{bufferPadding:U,fragments:J}=this;return Object.keys(J).forEach(V=>{const ue=J[V];ue&&Pr(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||Pr(n))}getState(t){const n=zr(t),s=this.fragments[n];return s?s.buffered?Pr(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=zr(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 J=w[I];this.detectEvictedFragments(I,J,U,v)}onFragBuffered(t,n){this.detectPartialFragments(n)}hasFragment(t){const n=zr(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 J=U.body;J.type!==s||v&&!J.gap||J.start<n&&J.end>t&&(U.buffered||w)&&this.removeFragment(J)})}removeFragment(t){const n=zr(t);t.clearElementaryStreamInfo();const s=this.activePartLists[t.type];if(s){const v=t.sn;this.activePartLists[t.type]=wn(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 Pr(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 zr(k){return`${k.type}_${k.level}_${k.sn}`}function wn(k,t){return k.filter(n=>{const s=t(n);return s||n.clearElementaryStreamInfo(),s})}var wr={cbc:0,ctr:1};class dn{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 sn(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],J=this.invSubMix,V=J[0],ue=J[1],pe=J[2],xe=J[3],Ie=new Uint32Array(256);let Be=0,lt=0,at=0;for(at=0;at<256;at++)at<128?Ie[at]=at<<1:Ie[at]=at<<1^283;for(at=0;at<256;at++){let Ut=lt^lt<<1^lt<<2^lt<<3^lt<<4;Ut=Ut>>>8^Ut&255^99,t[Be]=Ut,n[Ut]=Be;const dr=Ie[Be],or=Ie[dr],Nr=Ie[or];let qr=Ie[Ut]*257^Ut*16843008;v[Be]=qr<<24|qr>>>8,w[Be]=qr<<16|qr>>>16,I[Be]=qr<<8|qr>>>24,U[Be]=qr,qr=Nr*16843009^or*65537^dr*257^Be*16843008,V[Ut]=qr<<24|qr>>>8,ue[Ut]=qr<<16|qr>>>16,pe[Ut]=qr<<8|qr>>>24,xe[Ut]=qr,Be?(Be=dr^Ie[Ie[Ie[Nr^dr]]],lt^=Ie[Ie[lt]]):Be=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,J;const V=this.keySchedule=new Uint32Array(I),ue=this.invKeySchedule=new Uint32Array(I),pe=this.sBox,xe=this.rcon,Ie=this.invSubMix,Be=Ie[0],lt=Ie[1],at=Ie[2],Ut=Ie[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(J=0;J<I;J++)U=I-J,J&3?or=V[U]:or=V[U-4],J<4||U<=4?ue[J]=or:ue[J]=Be[pe[or>>>24]]^lt[pe[or>>>16&255]]^at[pe[or>>>8&255]]^Ut[pe[or&255]],ue[J]=ue[J]>>>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,J=U[0],V=U[1],ue=U[2],pe=U[3],xe=this.uint8ArrayToUint32Array_(s);let Ie=xe[0],Be=xe[1],lt=xe[2],at=xe[3];const Ut=new Int32Array(t),dr=new Int32Array(Ut.length);let or,Nr,qr,_n,Kr,an,ln,Yr,An,bi,$i,fa,Xi,hi;const ra=this.networkToHostOrderSwap;for(;n<Ut.length;){for(An=ra(Ut[n]),bi=ra(Ut[n+1]),$i=ra(Ut[n+2]),fa=ra(Ut[n+3]),Kr=An^w[0],an=fa^w[1],ln=$i^w[2],Yr=bi^w[3],Xi=4,hi=1;hi<v;hi++)or=J[Kr>>>24]^V[an>>16&255]^ue[ln>>8&255]^pe[Yr&255]^w[Xi],Nr=J[an>>>24]^V[ln>>16&255]^ue[Yr>>8&255]^pe[Kr&255]^w[Xi+1],qr=J[ln>>>24]^V[Yr>>16&255]^ue[Kr>>8&255]^pe[an&255]^w[Xi+2],_n=J[Yr>>>24]^V[Kr>>16&255]^ue[an>>8&255]^pe[ln&255]^w[Xi+3],Kr=or,an=Nr,ln=qr,Yr=_n,Xi=Xi+4;or=I[Kr>>>24]<<24^I[an>>16&255]<<16^I[ln>>8&255]<<8^I[Yr&255]^w[Xi],Nr=I[an>>>24]<<24^I[ln>>16&255]<<16^I[Yr>>8&255]<<8^I[Kr&255]^w[Xi+1],qr=I[ln>>>24]<<24^I[Yr>>16&255]<<16^I[Kr>>8&255]<<8^I[an&255]^w[Xi+2],_n=I[Yr>>>24]<<24^I[Kr>>16&255]<<16^I[an>>8&255]<<8^I[ln&255]^w[Xi+3],dr[n]=ra(or^Ie),dr[n+1]=ra(_n^Be),dr[n+2]=ra(qr^lt),dr[n+3]=ra(Nr^at),Ie=An,Be=bi,lt=$i,at=fa,n=n+4}return dr.buffer}}class On{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=Ia(this.aesMode);return this.subtle.importKey("raw",this.key,{name:t},!1,["encrypt","decrypt"])}}function Ia(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 Di=16;class yi{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?sn(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 J=this.flush();J?w(J.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=Re(U,t),this.remainderData=null);const J=this.getValidChunk(t);if(!J.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(J.buffer,0,s),this.currentIV=J.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 On(this.subtle,n,v)}return this.fastAesKey.expandKey().then(w=>this.subtle?(this.logOnce("WebCrypto AES decrypt"),new dn(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%Di;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 pi{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 xa({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,J)=>{if(this.loader&&this.loader.destroy(),t.gap)if(t.tagList.some(Be=>Be[0]==="GAP")){J(ba(t));return}else t.gap=!1;const V=this.loader=w?new w(v):new I(v),ue=Qi(t);t.loader=V;const pe=Tr(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 Ie={onSuccess:(Be,lt,at,Ut)=>{this.resetLoader(t,V);let dr=Be.data;at.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:(Be,lt,at,Ut)=>{this.resetLoader(t,V),J(new xa({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,response:b({url:s,data:void 0},Be),error:new Error(`HTTP Error ${Be.code} ${Be.text}`),networkDetails:at,stats:Ut}))},onAbort:(Be,lt,at)=>{this.resetLoader(t,V),J(new xa({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,error:new Error("Aborted"),networkDetails:at,stats:Be}))},onTimeout:(Be,lt,at)=>{this.resetLoader(t,V),J(new xa({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,error:new Error(`Timeout after ${xe.timeout}ms`),networkDetails:at,stats:Be}))}};n&&(Ie.onProgress=(Be,lt,at,Ut)=>n({frag:t,part:null,payload:at,networkDetails:Ut})),V.load(ue,xe,Ie)})}loadPart(t,n,s){this.abort();const v=this.config,w=v.fLoader,I=v.loader;return new Promise((U,J)=>{if(this.loader&&this.loader.destroy(),t.gap||n.gap){J(ba(t,n));return}const V=this.loader=w?new w(v):new I(v),ue=Qi(t,n);t.loader=V;const pe=Tr(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:(Ie,Be,lt,at)=>{this.resetLoader(t,V),this.updateStatsFromPart(t,n);const Ut={frag:t,part:n,payload:Ie.data,networkDetails:at};s(Ut),U(Ut)},onError:(Ie,Be,lt,at)=>{this.resetLoader(t,V),J(new xa({type:c.NETWORK_ERROR,details:f.FRAG_LOAD_ERROR,fatal:!1,frag:t,part:n,response:b({url:ue.url,data:void 0},Ie),error:new Error(`HTTP Error ${Ie.code} ${Ie.text}`),networkDetails:lt,stats:at}))},onAbort:(Ie,Be,lt)=>{t.stats.aborted=n.stats.aborted,this.resetLoader(t,V),J(new xa({type:c.NETWORK_ERROR,details:f.INTERNAL_ABORTED,fatal:!1,frag:t,part:n,error:new Error("Aborted"),networkDetails:lt,stats:Ie}))},onTimeout:(Ie,Be,lt)=>{this.resetLoader(t,V),J(new xa({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:Ie}))}})})}updateStatsFromPart(t,n){const s=t.stats,v=n.stats,w=v.total;if(s.loaded+=v.loaded,w){const J=Math.round(t.duration/n.duration),V=Math.min(Math.round(s.loaded/w),J),pe=(J-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 Qi(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,J=w;if(k.sn==="initSegment"&&Xs((I=k.decryptdata)==null?void 0:I.method)){const V=w-v;V%16&&(J=w+(16-V%16)),v!==0&&(s.resetIV=!0,U=v-16)}s.rangeStart=U,s.rangeEnd=J}return s}function ba(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 xa(s)}function Xs(k){return k==="AES-128"||k==="AES-256"}class xa extends Error{constructor(t){super(t.error.message),this.data=void 0,this.data=t}}class Bs 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 Qs{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 zs={length:0,start:()=>0,end:()=>0};class ti{static isBuffered(t,n){if(t){const s=ti.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=ti.getBuffered(t);return ti.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=ti.bufferedRanges(t);if(v.length)return ti.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,J=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)J=pe,V=xe,I=V-n;else if(n+s<pe){U=pe;break}}return{len:I,start:J||0,end:V||0,nextStart:U,buffered:t,bufferedIndex:v}}static getBuffered(t){try{return t.buffered||zs}catch(n){return W.log("failed to get media.buffered",n),zs}}}const ws=/\{\$([a-zA-Z0-9-_]+)\}/g;function ds(k){return ws.test(k)}function qs(k,t){if(k.variableList!==null||k.hasVariableRefs){const n=k.variableList;return t.replace(ws,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 Ji(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 Ns(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 Go=/^(\d+)x(\d+)$/,Va=/(.+?)=(".*?"|.*?)(?:,|$)/g;class ma{constructor(t,n){typeof t=="string"&&(t=ma.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=Go.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 J=U.indexOf(w)===0&&U.lastIndexOf(w)===U.length-1;let V=!1;if(J)U=U.slice(1,-1);else switch(I){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":V=!0}if(n&&(J||V))U=qs(n,U);else if(!V&&!J)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 as="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 zn(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 ma({}),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===as}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 Gi(k){return k==="AES-128"||k==="AES-256"||k==="AES-256-CTR"}function Qa(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 Za(k){return Uint8Array.from(atob(k),t=>t.charCodeAt(0))}function ks(k){return Uint8Array.from(unescape(encodeURIComponent(k)),t=>t.charCodeAt(0))}function _o(k){const t=ks(k).subarray(0,16),n=new Uint8Array(16);return n.set(t,16-t.length),n}function No(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 Ko(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=Za(I)):n=_o(I)}}return n}const Vo=typeof self!="undefined"?self:void 0;var rs={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.fps",PLAYREADY:"com.microsoft.playready",WIDEVINE:"com.widevine.alpha"},gs={CLEARKEY:"org.w3.clearkey",FAIRPLAY:"com.apple.streamingkeydelivery",PLAYREADY:"com.microsoft.playready",WIDEVINE:"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"};function Eo(k){switch(k){case gs.FAIRPLAY:return rs.FAIRPLAY;case gs.PLAYREADY:return rs.PLAYREADY;case gs.WIDEVINE:return rs.WIDEVINE;case gs.CLEARKEY:return rs.CLEARKEY}}function jo(k){switch(k){case rs.FAIRPLAY:return gs.FAIRPLAY;case rs.PLAYREADY:return gs.PLAYREADY;case rs.WIDEVINE:return gs.WIDEVINE;case rs.CLEARKEY:return gs.CLEARKEY}}function ko(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 Yo=function(k){return Vo!=null&&(k=Vo.navigator)!=null&&k.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null}();function xi(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 mi(v,t,n,s)}function mi(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 ss(k){var t;return k.sessionType==="persistent-license"||!!((t=k.sessionTypes)!=null&&t.some(n=>n==="persistent-license"))}function hs(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 J=Za(U).subarray(0,16);return No(J),J}}return null}let os={};class go{static clearKeyUriToKeyIdMap(){os={}}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&&!Gi(t),I!=null&&I.startsWith("0x")&&(this.keyId=new Uint8Array(G(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(Gi(this.method)||this.method==="NONE")return!0;if(this.keyFormat==="identity")return this.method==="SAMPLE-AES";switch(this.keyFormat){case gs.FAIRPLAY:case gs.WIDEVINE:case gs.PLAYREADY:case gs.CLEARKEY:return["ISO-23001-7","SAMPLE-AES","SAMPLE-AES-CENC","SAMPLE-AES-CTR"].indexOf(this.method)!==-1}}return!1}getDecryptData(t){if(!this.encrypted||!this.uri)return null;if(Gi(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=Uo(t);return new go(this.method,this.uri,"identity",this.keyFormatVersions,s)}if(this.pssh&&this.keyId)return this;const n=Ko(this.uri);if(n)switch(this.keyFormat){case gs.WIDEVINE:if(this.pssh=n,!this.keyId&&n.length>=22){const s=n.length-22;this.keyId=n.subarray(s,s+16)}break;case gs.PLAYREADY:{const s=new Uint8Array([154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149]);this.pssh=$e(s,null,n),this.keyId=hs(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=os[this.uri];if(!s){const v=Object.keys(os).length%Number.MAX_SAFE_INTEGER;s=new Uint8Array(16),new DataView(s.buffer,12,4).setUint32(0,v),os[this.uri]=s}this.keyId=s}return this}}function Uo(k){const t=new Uint8Array(16);for(let n=12;n<16;n++)t[n]=k>>8*(15-n)&255;return t}const lu=/#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,Rs=/#EXT-X-MEDIA:(.*)/g,ru=/^#EXT(?:INF|-X-TARGETDURATION):/m,cu=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),wu=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 Ro{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 ru.test(t)}static parseMasterPlaylist(t,n){const s=ds(t),v={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:s},w=[];lu.lastIndex=0;let I;for(;(I=lu.exec(t))!=null;)if(I[1]){var U;const V=new ma(I[1],v),ue=qs(v,I[2]),pe={attrs:V,bitrate:V.decimalInteger("BANDWIDTH")||V.decimalInteger("AVERAGE-BANDWIDTH"),name:V.NAME,url:Ro.resolve(ue,n)},xe=V.decimalResolution("RESOLUTION");xe&&(pe.width=xe.width,pe.height=xe.height),Mu(V.CODECS,pe);const Ie=V["SUPPLEMENTAL-CODECS"];Ie&&(pe.supplemental={},Mu(Ie,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 ma(ue,v),xe=pe["DATA-ID"];xe&&(v.sessionData===null&&(v.sessionData={}),v.sessionData[xe]=pe);break}case"SESSION-KEY":{const pe=fo(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 ma(ue,v);Ji(v,pe,n)}break}case"CONTENT-STEERING":{const pe=new ma(ue,v);v.contentSteering={uri:Ro.resolve(pe["SERVER-URI"],n),pathwayId:pe["PATHWAY-ID"]||"."};break}case"START":{v.startTimeOffset=gu(ue);break}}}const J=w.length>0&&w.length<v.levels.length;return v.levels=J?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 J=0;for(Rs.lastIndex=0;(v=Rs.exec(t))!==null;){const V=new ma(v[1],s),ue=V.TYPE;if(ue){const pe=U[ue],xe=w[ue]||[];w[ue]=xe;const Ie=V.LANGUAGE,Be=V["ASSOC-LANGUAGE"],lt=V.CHANNELS,at=V.CHARACTERISTICS,Ut=V["INSTREAM-ID"],dr={attrs:V,bitrate:0,id:J++,groupId:V["GROUP-ID"]||"",name:V.NAME||Ie||"",type:ue,default:V.bool("DEFAULT"),autoselect:V.bool("AUTOSELECT"),forced:V.bool("FORCED"),lang:Ie,url:V.URI?Ro.resolve(V.URI,n):""};if(Be&&(dr.assocLang=Be),lt&&(dr.channels=lt),at&&(dr.characteristics=at),Ut&&(dr.instreamId=Ut),pe!=null&&pe.length){const or=Ro.findGroup(pe,dr.groupId)||pe[0];Oo(dr,or,"audioCodec"),Oo(dr,or,"textCodec")}xe.push(dr)}}return w}static parseLevelPlaylist(t,n,s,v,w,I){var U;const J={url:n},V=new Is(n),ue=V.fragments,pe=[];let xe=null,Ie=0,Be=0,lt=0,at=0,Ut=0,dr=null,or=new Pe(v,J),Nr,qr,_n,Kr=-1,an=!1,ln=null,Yr;if(cu.lastIndex=0,V.m3u8=t,V.hasVariableRefs=ds(t),((U=cu.exec(t))==null?void 0:U[0])!=="#EXTM3U")return V.playlistParsingError=new Error("Missing format identifier #EXTM3U"),V;for(;(Nr=cu.exec(t))!==null;){an&&(an=!1,or=new Pe(v,J),or.playlistOffset=lt,or.setStart(lt),or.sn=Ie,or.cc=at,Ut&&(or.bitrate=Ut),or.level=s,xe&&(or.initSegment=xe,xe.rawProgramDateTime&&(or.rawProgramDateTime=xe.rawProgramDateTime,xe.rawProgramDateTime=null),ln&&(or.setByteRange(ln),ln=null)));const fa=Nr[1];if(fa){or.duration=parseFloat(fa);const Xi=(" "+Nr[2]).slice(1);or.title=Xi||null,or.tagList.push(Xi?["INF",fa,Xi]:["INF",fa])}else if(Nr[3]){if(r(or.duration)){or.playlistOffset=lt,or.setStart(lt),_n&&nu(or,_n,V),or.sn=Ie,or.level=s,or.cc=at,ue.push(or);const Xi=(" "+Nr[3]).slice(1);or.relurl=qs(V,Xi),Eu(or,dr,pe),dr=or,lt+=or.duration,Ie++,Be=0,an=!0}}else{if(Nr=Nr[0].match(wu),!Nr){W.warn("No matches on slow regex match for level playlist!");continue}for(qr=1;qr<Nr.length&&Nr[qr]===void 0;qr++);const Xi=(" "+Nr[qr]).slice(1),hi=(" "+Nr[qr+1]).slice(1),ra=Nr[qr+2]?(" "+Nr[qr+2]).slice(1):null;switch(Xi){case"BYTERANGE":dr?or.setByteRange(hi,dr):or.setByteRange(hi);break;case"PROGRAM-DATE-TIME":or.rawProgramDateTime=hi,or.tagList.push(["PROGRAM-DATE-TIME",hi]),Kr===-1&&(Kr=ue.length);break;case"PLAYLIST-TYPE":V.type&&Os(V,Xi,Nr),V.type=hi.toUpperCase();break;case"MEDIA-SEQUENCE":V.startSN!==0?Os(V,Xi,Nr):ue.length>0&&zo(V,Xi,Nr),Ie=V.startSN=parseInt(hi);break;case"SKIP":{V.skippedSegments&&Os(V,Xi,Nr);const Ii=new ma(hi,V),sa=Ii.decimalInteger("SKIPPED-SEGMENTS");if(r(sa)){V.skippedSegments+=sa;for(let vi=sa;vi--;)ue.push(null);Ie+=sa}const Ba=Ii.enumeratedString("RECENTLY-REMOVED-DATERANGES");Ba&&(V.recentlyRemovedDateranges=(V.recentlyRemovedDateranges||[]).concat(Ba.split(" ")));break}case"TARGETDURATION":V.targetduration!==0&&Os(V,Xi,Nr),V.targetduration=Math.max(parseInt(hi),1);break;case"VERSION":V.version!==null&&Os(V,Xi,Nr),V.version=parseInt(hi);break;case"INDEPENDENT-SEGMENTS":break;case"ENDLIST":V.live||Os(V,Xi,Nr),V.live=!1;break;case"#":(hi||ra)&&or.tagList.push(ra?[hi,ra]:[hi]);break;case"DISCONTINUITY":at++,or.tagList.push(["DIS"]);break;case"GAP":or.gap=!0,or.tagList.push([Xi]);break;case"BITRATE":or.tagList.push([Xi,hi]),Ut=parseInt(hi)*1e3,r(Ut)?or.bitrate=Ut:Ut=0;break;case"DATERANGE":{const Ii=new ma(hi,V),sa=new ts(Ii,V.dateRanges[Ii.ID],V.dateRangeTagCount);V.dateRangeTagCount++,sa.isValid||V.skippedSegments?V.dateRanges[sa.id]=sa:W.warn(`Ignoring invalid DATERANGE tag: "${hi}"`),or.tagList.push(["EXT-X-DATERANGE",hi]);break}case"DEFINE":{{const Ii=new ma(hi,V);"IMPORT"in Ii?Ns(V,Ii,I):Ji(V,Ii,n)}break}case"DISCONTINUITY-SEQUENCE":V.startCC!==0?Os(V,Xi,Nr):ue.length>0&&zo(V,Xi,Nr),V.startCC=at=parseInt(hi);break;case"KEY":{const Ii=fo(hi,n,V);if(Ii.isSupported()){if(Ii.method==="NONE"){_n=void 0;break}_n||(_n={});const sa=_n[Ii.keyFormat];sa!=null&&sa.matches(Ii)||(sa&&(_n=y({},_n)),_n[Ii.keyFormat]=Ii)}else W.warn(`[Keys] Ignoring invalid EXT-X-KEY tag: "${hi}"`);break}case"START":V.startTimeOffset=gu(hi);break;case"MAP":{const Ii=new ma(hi,V);if(or.duration){const sa=new Pe(v,J);Xo(sa,Ii,s,_n),xe=sa,or.initSegment=xe,xe.rawProgramDateTime&&!or.rawProgramDateTime&&(or.rawProgramDateTime=xe.rawProgramDateTime)}else{const sa=or.byteRangeEndOffset;if(sa){const Ba=or.byteRangeStartOffset;ln=`${sa-Ba}@${Ba}`}else ln=null;Xo(or,Ii,s,_n),xe=or,an=!0}xe.cc=at;break}case"SERVER-CONTROL":{Yr&&Os(V,Xi,Nr),Yr=new ma(hi),V.canBlockReload=Yr.bool("CAN-BLOCK-RELOAD"),V.canSkipUntil=Yr.optionalFloat("CAN-SKIP-UNTIL",0),V.canSkipDateRanges=V.canSkipUntil>0&&Yr.bool("CAN-SKIP-DATERANGES"),V.partHoldBack=Yr.optionalFloat("PART-HOLD-BACK",0),V.holdBack=Yr.optionalFloat("HOLD-BACK",0);break}case"PART-INF":{V.partTarget&&Os(V,Xi,Nr);const Ii=new ma(hi);V.partTarget=Ii.decimalFloatingPoint("PART-TARGET");break}case"PART":{let Ii=V.partList;Ii||(Ii=V.partList=[]);const sa=Be>0?Ii[Ii.length-1]:void 0,Ba=Be++,vi=new ma(hi,V),_i=new He(vi,or,J,Ba,sa);Ii.push(_i),or.duration+=_i.duration;break}case"PRELOAD-HINT":{const Ii=new ma(hi,V);V.preloadHint=Ii;break}case"RENDITION-REPORT":{const Ii=new ma(hi,V);V.renditionReports=V.renditionReports||[],V.renditionReports.push(Ii);break}default:W.warn(`line parsed but not handled: ${Nr}`);break}}}dr&&!dr.relurl?(ue.pop(),lt-=dr.duration,V.partList&&(V.fragmentHint=dr)):V.partList&&(Eu(or,dr,pe),or.cc=at,V.fragmentHint=or,_n&&nu(or,_n,V)),V.targetduration||(V.playlistParsingError=new Error("#EXT-X-TARGETDURATION is required"));const An=ue.length,bi=ue[0],$i=ue[An-1];if(lt+=V.skippedSegments*V.targetduration,lt>0&&An&&$i){V.averagetargetduration=lt/An;const fa=$i.sn;V.endSN=fa!=="initSegment"?fa:0,V.live||($i.endList=!0),Kr>0&&(Mo(ue,Kr),bi&&pe.unshift(bi))}return V.fragmentHint&&(lt+=V.fragmentHint.duration),V.totalduration=lt,pe.length&&V.dateRangeTagCount&&bi&&Qu(pe,V),V.endCC=at,V}}function Qu(k,t){let n=k.length;if(!n)if(t.hasProgramDateTime){const U=t.fragments[t.fragments.length-1];k.push(U),n++}else 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 J=t.dateRanges[w[U]],V=J.startDate.getTime();J.tagAnchor=s.ref;for(let ue=n;ue--;){var I;if(((I=k[ue])==null?void 0:I.sn)<t.startSN)break;const pe=Lo(t,V,k,ue,v);if(pe!==-1){J.tagAnchor=t.fragments[pe].ref;break}}}}function Lo(k,t,n,s,v){const w=n[s];if(w){const U=w.programDateTime;if(t>=U||s===0){var I;const J=(((I=n[s+1])==null?void 0:I.start)||v)-w.start;if(t<=U+J*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 Ie=xe;Ie>V;Ie--){const Be=ue[Ie].programDateTime;if(t>=Be&&t<Be+ue[Ie].duration*1e3)return Ie}}return V}}}return-1}function fo(k,t,n){var s,v;const w=new ma(k,n),I=(s=w.METHOD)!=null?s:"",U=w.URI,J=w.hexadecimalInteger("IV"),V=w.KEYFORMATVERSIONS,ue=(v=w.KEYFORMAT)!=null?v:"identity";U&&w.IV&&!J&&W.error(`Invalid IV: ${w.IV}`);const pe=U?Ro.resolve(U,t):"",xe=(V||"1").split("/").map(Number).filter(Number.isFinite);return new go(I,pe,ue,xe,J,w.KEYID)}function gu(k){const n=new ma(k).decimalFloatingPoint("TIME-OFFSET");return r(n)?n:null}function Mu(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 Oo(k,t,n){const s=t[n];s&&(k[n]=s)}function Mo(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 Eu(k,t,n){k.rawProgramDateTime?n.push(k):t!=null&&t.programDateTime&&(k.programDateTime=t.endProgramDateTime)}function Xo(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 nu(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 zo(k,t,n){k.playlistParsingError=new Error(`#EXT-X-${t} must appear before the first Media Segment (${n[0]})`)}function Fu(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 Jt(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 J=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,J=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=J,t.startDTS=v,t.endPTS=s,t.minEndPTS=V,t.endDTS=w;const Ie=t.sn;if(!k||Ie<k.startSN||Ie>k.endSN)return 0;let Be;const lt=Ie-k.startSN,at=k.fragments;for(at[lt]=t,Be=lt;Be>0;Be--)Fu(at[Be],at[Be-1]);for(Be=lt;Be<at.length-1;Be++)Fu(at[Be],at[Be+1]);return k.fragmentHint&&Fu(at[at.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,Ie)=>{if((!t.startCC||t.skippedSegments)&&pe.cc!==ue.cc){const Be=ue.cc-pe.cc;for(let lt=xe;lt<Ie.length;lt++)Ie[lt].cc+=Be;t.endCC=Ie[Ie.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&&Eu(U[pe],U[pe-1],ue);Qu(ue,t)}t.endCC=I[I.length-1].cc}if(!t.startCC){var J;const ue=ui(k,t.startSN-1);t.startCC=(J=ue==null?void 0:ue.cc)!=null?J:I[0].cc}pr(k.partList,t.partList,(ue,pe)=>{pe.elementaryStreams=ue.elementaryStreams,pe.stats=ue.stats}),w?Jt(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(J=>{delete w[J]});const U=Object.keys(w).length;return U?(Object.keys(s).forEach(J=>{const V=w[J],ue=new ts(s[J].attr,V);ue.isValid?(w[J]=ue,V||(ue.tagOrder+=U)):n.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${Pn(s[J].attr)}"`)}),w):s}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,J=k.fragmentHint?k.fragments.concat(k.fragmentHint):k.fragments;for(let V=v;V<=w;V++){const ue=J[I+V];let pe=U[V];if(s&&!pe&&ue&&(pe=t.fragments[V]=ue),ue&&pe){n(ue,pe,V,U);const xe=ue.relurl,Ie=pe.relurl;if(xe&&Br(xe,Ie)){t.playlistParsingError=gn(`media sequence mismatch ${pe.sn}:`,k,t,ue,pe);return}else if(ue.cc!==pe.cc){t.playlistParsingError=gn(`discontinuity sequence mismatch (${ue.cc}!=${pe.cc})`,k,t,ue,pe);return}}}}function gn(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 ui(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 oi(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 Br(k,t){return k!==t&&t?En(k)!==En(t):!1}function En(k){return k.replace(/\?[^?]*$/,"")}function Sn(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 vt(k,t){return!!(k&&t.startCC<k.endCC&&t.endCC>k.startCC)}function jn(k,t){const n=k.start+t;k.startPTS=n,k.setStart(n),k.endPTS=n+k.duration}function Gn(k,t){const n=t.fragments;for(let s=0,v=n.length;s<v;s++)jn(n[s],k);t.fragmentHint&&jn(t.fragmentHint,k),t.alignedSliding=!0}function Ni(k,t){k&&(ea(t,k),t.alignedSliding||Ur(t,k),!t.alignedSliding&&!t.skippedSegments&&Wn(k,t,!1))}function ea(k,t){if(!vt(t,k))return;const n=Math.min(t.endCC,k.endCC),s=Sn(t.fragments,n),v=Sn(k.fragments,n);if(!s||!v)return;W.log(`Aligning playlist at start of dicontinuity sequence ${n}`);const w=s.start-v.start;Gn(w,k)}function Ur(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=Sn(s,I),w=Sn(n,I)),(!v||!w)&&(v=s[Math.floor(s.length/2)],w=Sn(n,v.cc)||n[Math.floor(n.length/2)]);const U=v.programDateTime,J=w.programDateTime;if(!U||!J)return;const V=(J-U)/1e3-(w.start-v.start);Gn(V,k)}const ca={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}},Vr={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 wa extends Bs{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=Vr.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:J,mediaBuffer:V,state:ue}=this,pe=J?J.currentTime:0,xe=ti.bufferInfo(V||J,pe,I.maxBufferHole),Ie=!xe.len;if(this.log(`Media seeking to ${r(pe)?pe.toFixed(3):pe}, state: ${ue}, ${Ie?"out of":"in"} buffer`),this.state===Vr.ENDED)this.resetLoadingState();else if(U){const Be=I.maxFragLookUpTolerance,lt=U.start-Be,at=U.start+U.duration+Be;if(Ie||at<xe.start||lt>xe.end){const Ut=pe>at;(pe<lt||Ut)&&(Ut&&U.loader&&(this.log(`Cancelling fragment load for seek (sn: ${U.sn})`),U.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}if(J){this.fragmentTracker.removeFragmentsInRange(pe,1/0,this.playlistType,!0);const Be=this.lastCurrentTime;if(pe>Be&&(this.lastCurrentTime=pe),!this.loadingParts){const lt=Math.max(xe.end,pe),at=this.shouldLoadParts(this.getLevelDetails(),lt);at&&(this.log(`LL-Part loading ON after seeking to ${pe.toFixed(2)} with buffer @${lt.toFixed(2)}`),this.loadingParts=at)}}this.hls.hasEnoughToStart||(this.log(`Setting ${Ie?"startPosition":"nextLoadPosition"} to ${pe} for seek without enough to start`),this.nextLoadPosition=pe,Ie&&(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 pi(t.config),this.keyLoader=s,this.fragmentTracker=n,this.config=t.config,this.decrypter=new yi(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===Vr.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=Vr.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=ti.bufferedInfo(w,t.start,0));const I=t.nextStart;if(I&&I>v&&I<n.edge||this.media.currentTime<t.start)return!1;const J=n.partList;if(J!=null&&J.length){const ue=J[J.length-1];return ti.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===Vr.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=Vr.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===Vr.FRAG_LOADING||!this.fragCurrent&&I===Vr.PARSING)&&(this.fragmentTracker.removeFragment(U),this.state=Vr.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===Vr.STOPPED||this.state===Vr.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),J=this.backtrackFragment;((J?t.sn-J.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&&Gi(U.method)){const J=self.performance.now();return this.decrypter.decrypt(new Uint8Array(I),U.key.buffer,U.iv.buffer,Qa(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:J,tdecrypt:ue}}),s.payload=V,this.completeInitSegmentLoad(s)})}return this.completeInitSegmentLoad(s)}).catch(s=>{this.state===Vr.STOPPED||this.state===Vr.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!==Vr.STOPPED&&(this.state=Vr.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?ca.toString(ti.getBuffered(s)):"(detached)"})`),Ae(t)){var v;if(t.type!==u.SUBTITLE){const I=t.elementaryStreams;if(!Object.keys(I).some(U=>!!I[U])){this.state=Vr.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=Vr.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(J=>!J),U=new Qs(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=Vr.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===Vr.KEY_LOADING&&(this.state=Vr.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 J=this.fragPrevious;if(Ae(t)&&(!J||t.sn!==J.sn)){const xe=this.shouldLoadParts(n.details,t.end);xe!==this.loadingParts&&(this.log(`LL-Part loading ${xe?"ON":"OFF"} loading sn ${J==null?void 0:J.sn}->${t.sn}`),this.loadingParts=xe)}if(s=Math.max(t.start,s||0),this.loadingParts&&Ae(t)){const xe=I.partList;if(xe&&v){s>I.fragmentEnd&&I.fragmentHint&&(t=I.fragmentHint);const Ie=this.getNextPart(xe,t,s);if(Ie>-1){const Be=xe[Ie];t=this.fragCurrent=Be.fragment,this.log(`Loading ${t.type} sn: ${t.sn} part: ${Be.index} (${Ie}/${xe.length-1}) of ${this.fragInfo(t,!1,Be)}) cc: ${t.cc} [${I.startSN}-${I.endSN}], target: ${parseFloat(s.toFixed(3))}`),this.nextLoadPosition=Be.start+Be.duration,this.state=Vr.FRAG_LOADING;let lt;return U?lt=U.then(at=>!at||this.fragContextChanged(at.frag)?null:this.doFragPartsLoad(t,Be,n,v)).catch(at=>this.handleFragLoadError(at)):lt=this.doFragPartsLoad(t,Be,n,v).catch(at=>this.handleFragLoadError(at)),this.hls.trigger(o.FRAG_LOADING,{frag:t,part:Be,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(Ae(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=Vr.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 J=[],V=(U=s.details)==null?void 0:U.partList,ue=pe=>{this.fragmentLoader.loadPart(t,pe,v).then(xe=>{J[pe.index]=xe;const Ie=xe.part;this.hls.trigger(o.FRAG_LOADED,xe);const Be=oi(s.details,t.sn,pe.index+1)||fr(V,t.sn,pe.index+1);if(Be)ue(Be);else return w({frag:t,part:Ie,partsLoaded:J})}).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!==Vr.PARSING){!this.fragCurrent&&this.state!==Vr.STOPPED&&this.state!==Vr.ERROR&&(this.state=Vr.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];if(w.fragment.type===u.SUBTITLE)return!1;const 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],J=U.details,V=I>-1?oi(J,w,I):null,ue=V?V.fragment:ui(J,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!==Vr.PARSING)return;const{data1:I,data2:U}=t;let J=I;if(U&&(J=Re(I,U)),!J.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:J};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(!ti.isBuffered(n,n.currentTime)){this.flushMainBuffer(0,t.start);return}const s=n.currentTime,v=ti.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=ti.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 ti.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 J=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),J=this.getInitialLiveFragment(n);const xe=this.hls.startPosition,Ie=this.hls.liveSyncPosition,Be=J?(xe!==-1&&xe>=I?xe:Ie)||J.start:t;this.log(`Setting startPosition to ${Be} to match start frag at live edge. mainStart: ${xe} liveSyncPosition: ${Ie} frag.start: ${(V=J)==null?void 0:V.start}`),this.startPosition=this.nextLoadPosition=Be}}else t<=I&&(J=s[0]);if(!J){const pe=this.loadingParts?n.partEnd:n.fragmentEnd;J=this.getFragmentAtPosition(t,pe,n)}let ue=this.filterReplacedPrimary(J,n);if(!ue&&J){const pe=J.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 J=I.sn;return this.loopSn!==J&&(this.log(`buffer full after gaps in "${v}" playlist starting at sn: ${J}`),this.loopSn=J),null}}return this.loopSn=void 0,I}get primaryPrefetch(){if(ps(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(ps(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,J=t.length;U<J;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:J}=s,{maxFragLookUpTolerance:V}=v,ue=s.partList,pe=!!(this.loadingParts&&ue!=null&&ue.length&&J);pe&&!this.bitrateTest&&ue[ue.length-1].fragment.sn===J.sn&&(I=I.concat(J),U=J.sn);let xe;if(t<n){var Ie;const lt=t<this.lastCurrentTime||t>n-V||(Ie=this.media)!=null&&Ie.paused||!this.startFragRequested?0:V;xe=Cn(w,I,t,lt)}else xe=I[I.length-1];if(xe){const Be=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[Be+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){Ni(s,t);const J=t.fragmentStart;return this.log(`Live playlist sliding: ${J.toFixed(2)} start-sn: ${n?n.startSN:"na"}->${t.startSN} fragments: ${v}`),J}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&&Ae(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!==Vr.FRAG_LOADING_WAITING_RETRY)&&(this.state=Vr.IDLE)}onFragmentOrKeyLoadError(t,n){var s;if(n.chunkMeta&&!n.frag){const at=this.getCurrentContext(n.chunkMeta);at&&(n.frag=at.frag)}const v=n.frag;if(!v||v.type!==t||!this.levels)return;if(this.fragContextChanged(v)){var w;this.warn(`Frag load error must match current frag to retry ${v.url} > ${(w=this.fragCurrent)==null?void 0:w.url}`);return}const I=n.details===f.FRAG_GAP;I&&this.fragmentTracker.fragBuffered(v,!0);const U=n.errorAction,{action:J,flags:V,retryCount:ue=0,retryConfig:pe}=U||{},xe=!!U&&!!pe,Ie=xe&&J===Je.RetryRequest,Be=xe&&!U.resolved&&V===ye.MoveAllAlternatesMatchingHost,lt=((s=n.response)==null?void 0:s.code)||0;if(!Ie&&Be&&Ae(v)&&!v.endList&&lt!==0)this.resetFragmentErrors(t),this.treatAsGap(v),U.resolved=!0;else if((Ie||Be)&&ue<pe.maxNumRetry){this.resetStartWhenNotLoaded(this.levelLastLoaded);const at=cr(pe,ue);this.warn(`Fragment ${v.sn} of ${t} ${v.level} errored with ${n.details}, retrying loading ${ue+1}/${pe.maxNumRetry} in ${at}ms`),U.resolved=!0,this.retryDate=self.performance.now()+at,this.state=Vr.FRAG_LOADING_WAITING_RETRY}else if(pe&&U)if(this.resetFragmentErrors(t),ue<pe.maxNumRetry)!I&&J!==Je.RemoveAlternatePermanently&&(U.resolved=!0);else{this.warn(`${n.details} reached or exceeded max retry (${ue})`);return}else J===Je.SendAlternateToPenaltyBox?this.state=Vr.WAITING_LEVEL:this.state=Vr.ERROR;this.tickImmediate()}reduceLengthAndFlushBuffer(t){if(this.state===Vr.PARSING||this.state===Vr.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!==Vr.STOPPED&&(this.state=Vr.IDLE)}afterBufferFlushed(t,n,s){if(!t)return;const v=ti.getBuffered(t);this.fragmentTracker.detectEvictedFragments(n,v,s),this.state===Vr.ENDED&&this.resetLoadingState()}resetLoadingState(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==Vr.STOPPED&&(this.state=Vr.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((J,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})`),J||!1;const xe=v?0:Jt(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 J},!1)){var U;if(s.fragmentError===0&&this.treatAsGap(t,s),((U=this.transmuxer)==null?void 0:U.error)===null){const J=new Error(`Found no media in fragment ${t.sn} of ${this.playlistLabel()} ${t.level} resetting transmuxer to fallback to playlist timing`);if(this.warn(J.message),this.hls.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:J,frag:t,reason:`Found no media in msn ${t.sn} of ${this.playlistLabel()} "${s.url}"`}),!this.hls)return;this.resetTransmuxer()}}this.state=Vr.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 ps(k){return!!k.interstitialsController&&k.enableInterstitialPlayback!==!1}class $s{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=ji(t,n);else return new Uint8Array(0);return this.reset(),s}reset(){this.chunks.length=0,this.dataLength=0}}function ji(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 ho={exports:{}},no;function Zs(){return no||(no=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(J,V,ue){this.fn=J,this.context=V,this.once=ue||!1}function w(J,V,ue,pe,xe){if(typeof ue!="function")throw new TypeError("The listener must be a function");var Ie=new v(ue,pe||J,xe),Be=n?n+V:V;return J._events[Be]?J._events[Be].fn?J._events[Be]=[J._events[Be],Ie]:J._events[Be].push(Ie):(J._events[Be]=Ie,J._eventsCount++),J}function I(J,V){--J._eventsCount===0?J._events=new s:delete J._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,Ie=pe.length,Be=new Array(Ie);xe<Ie;xe++)Be[xe]=pe[xe].fn;return Be},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,Ie,Be){var lt=n?n+V:V;if(!this._events[lt])return!1;var at=this._events[lt],Ut=arguments.length,dr,or;if(at.fn){switch(at.once&&this.removeListener(V,at.fn,void 0,!0),Ut){case 1:return at.fn.call(at.context),!0;case 2:return at.fn.call(at.context,ue),!0;case 3:return at.fn.call(at.context,ue,pe),!0;case 4:return at.fn.call(at.context,ue,pe,xe),!0;case 5:return at.fn.call(at.context,ue,pe,xe,Ie),!0;case 6:return at.fn.call(at.context,ue,pe,xe,Ie,Be),!0}for(or=1,dr=new Array(Ut-1);or<Ut;or++)dr[or-1]=arguments[or];at.fn.apply(at.context,dr)}else{var Nr=at.length,qr;for(or=0;or<Nr;or++)switch(at[or].once&&this.removeListener(V,at[or].fn,void 0,!0),Ut){case 1:at[or].fn.call(at[or].context);break;case 2:at[or].fn.call(at[or].context,ue);break;case 3:at[or].fn.call(at[or].context,ue,pe);break;case 4:at[or].fn.call(at[or].context,ue,pe,xe);break;default:if(!dr)for(qr=1,dr=new Array(Ut-1);qr<Ut;qr++)dr[qr-1]=arguments[qr];at[or].fn.apply(at[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 Ie=n?n+V:V;if(!this._events[Ie])return this;if(!ue)return I(this,Ie),this;var Be=this._events[Ie];if(Be.fn)Be.fn===ue&&(!xe||Be.once)&&(!pe||Be.context===pe)&&I(this,Ie);else{for(var lt=0,at=[],Ut=Be.length;lt<Ut;lt++)(Be[lt].fn!==ue||xe&&!Be[lt].once||pe&&Be[lt].context!==pe)&&at.push(Be[lt]);at.length?this._events[Ie]=at.length===1?at[0]:at:I(this,Ie)}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}(ho)),ho.exports}var Ya=Zs(),Ws=se(Ya);const eo="1.6.10",Ln={};function Hs(){return typeof __HLS_WORKER_BUNDLE__=="function"}function io(){const k=Ln[eo];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 Ln[eo]=v,v}function Xe(k){const t=Ln[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 Ln[k]=v,v}function Qe(k){const t=Ln[k||eo];if(t&&t.clientCount--===1){const{worker:s,objectURL:v}=t;delete Ln[k||eo],v&&self.URL.revokeObjectURL(v),s.terminate()}}function jt(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 Kt(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 gr(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 Rr(k,t){const n=t;let s=0;for(;Kt(k,t);){s+=10;const v=gr(k,t+6);s+=v,jt(k,t+10)&&(s+=10),t+=s}if(s>0)return k.subarray(n,n+s)}function Hr(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 Ie=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:Ie,reason:Ie.message});return}const U=(w>>6&3)+1,J=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|J<<3];return W.log(`manifest codec:${s}, parsed codec:${V}, channels:${J}, rate:${ue} (ADTS object type:${U} sampling index:${I})`),{config:xe,samplerate:ue,channelCount:J,codec:V,parsedCodec:V,manifestCodec:s}}function bn(k,t){return k[t]===255&&(k[t+1]&246)===240}function on(k,t){return k[t+1]&1?7:9}function xn(k,t){return(k[t+3]&3)<<11|k[t+4]<<3|(k[t+5]&224)>>>5}function si(k,t){return t+5<k.length}function ii(k,t){return t+1<k.length&&bn(k,t)}function Ti(k,t){return si(k,t)&&bn(k,t)&&xn(k,t)<=k.length-t}function ki(k,t){if(ii(k,t)){const n=on(k,t);if(t+n>=k.length)return!1;const s=xn(k,t);if(s<=n)return!1;const v=t+s;return v===k.length||ii(k,v)}return!1}function ta(k,t,n,s,v){if(!k.samplerate){const w=Hr(t,n,s,v);if(!w)return;y(k,w)}}function Ki(k){return 9216e4/k}function Pi(k,t){const n=on(k,t);if(t+n<=k.length){const s=xn(k,t)-n;if(s>0)return{headerLength:n,frameLength:s}}}function Ta(k,t,n,s,v){const w=Ki(k.samplerate),I=s+v*w,U=Pi(t,n);let J;if(U){const{frameLength:pe,headerLength:xe}=U,Ie=xe+pe,Be=Math.max(0,n+Ie-t.length);Be?(J=new Uint8Array(Ie-xe),J.set(t.subarray(n+xe,t.length),0)):J=t.subarray(n+xe,n+Ie);const lt={unit:J,pts:I};return Be||k.samples.push(lt),{sample:lt,length:Ie,missing:Be}}const V=t.length-n;return J=new Uint8Array(V),J.set(t.subarray(n,t.length),0),{sample:{unit:J,pts:I},length:V,missing:-1}}function Ri(k,t){return Kt(k,t)&&gr(k,t+6)+10<=k.length-t}function wi(k){return k instanceof ArrayBuffer?k:k.byteOffset==0&&k.byteLength==k.buffer.byteLength?k.buffer:new Uint8Array(k).buffer}function va(k,t=0,n=1/0){return yo(k,t,n,Uint8Array)}function yo(k,t,n,s){const v=Gs(k);let w=1;"BYTES_PER_ELEMENT"in s&&(w=s.BYTES_PER_ELEMENT);const I=ia(k)?k.byteOffset:0,U=(I+k.byteLength)/w,J=(I+t)/w,V=Math.floor(Math.max(0,Math.min(J,U))),ue=Math.floor(Math.min(V+Math.max(n,0),U));return new s(v,V,ue-V)}function Gs(k){return k instanceof ArrayBuffer?k:k.buffer}function ia(k){return k&&k.buffer instanceof ArrayBuffer&&k.byteLength!==void 0&&k.byteOffset!==void 0}function qa(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(va(k.data,1,s)),w=k.data[2+s],I=k.data.subarray(3+s).indexOf(0);if(I===-1)return;const U=q(va(k.data,3+s,I));let J;return v==="-->"?J=q(va(k.data,4+s+I)):J=wi(k.data.subarray(4+s+I)),t.mimeType=v,t.pictureType=w,t.description=U,t.data=J,t}function ha(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 zi(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 Oa(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 ls(k){return k.type==="PRIV"?ha(k):k.type[0]==="W"?Oa(k):k.type==="APIC"?qa(k):zi(k)}function ms(k){const t=String.fromCharCode(k[0],k[1],k[2],k[3]),n=gr(k,4),s=10;return{type:t,size:n,data:k.subarray(s,s+n)}}const ao=10,ys=10;function So(k){let t=0;const n=[];for(;Kt(k,t);){const s=gr(k,t+6);k[t+5]>>6&1&&(t+=ao),t+=ao;const v=t+s;for(;t+ys<v;){const w=ms(k.subarray(t)),I=ls(w);I&&n.push(I),t+=w.size+ao}jt(k,t)&&(t+=ao)}return n}function cs(k){return k&&k.key==="PRIV"&&k.info==="com.apple.streaming.transportStreamTimestamp"}function bo(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 so(k){const t=So(k);for(let n=0;n<t.length;n++){const s=t[n];if(cs(s))return bo(s)}}let Vi=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 Ma(k="",t=9e4){return{type:k,id:-1,pid:-1,inputTimeScale:t,sequenceNumber:-1,samples:[],dropped:0}}class Ks{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=Re(this.cachedData,t),this.cachedData=null);let s=Rr(t,0),v=s?s.length:0,w;const I=this._audioTrack,U=this._id3Track,J=s?so(s):void 0,V=t.length;for((this.basePTS===null||this.frameIndex===0&&r(J))&&(this.basePTS=Da(J,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:Vi.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 Ri(t,v)?(s=Rr(t,v),U.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:s,type:Vi.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=Re(this.cachedData,ue):this.cachedData=ue}}return{audioTrack:I,videoTrack:Ma(),id3Track:U,textTrack:Ma()}}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:Ma(),id3Track:this._id3Track,textTrack:Ma()}}destroy(){this.cachedData=null,this._audioTrack=this._id3Track=void 0}}const Da=(k,t,n)=>{if(r(k))return k*90;const s=n?n.baseTime*9e4/n.timescale:0;return t*9e4+s};let ge=null;const we=[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],Er=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],rn=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],br=[0,1,1,4];function en(k,t,n,s,v){if(n+24>t.length)return;const w=Dn(t,n);if(w&&n+w.frameLength<=t.length){const I=w.samplesPerFrame*9e4/w.sampleRate,U=s+v*I,J={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(J),{sample:J,length:w.frameLength,missing:0}}}function Dn(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,J=n===3?3-s:s===3?3:4,V=we[J*14+v-1]*1e3,pe=Er[(n===3?0:n===2?1:2)*3+w],xe=U===3?1:2,Ie=rn[n][s],Be=br[s],lt=Ie*8*Be,at=Math.floor(Ie*V/pe+I)*Be;if(ge===null){const or=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);ge=or?parseInt(or[1]):0}return!!ge&&ge<=87&&s===2&&V>=224e3&&U===0&&(k[t+3]=k[t+3]|128),{sampleRate:pe,channelCount:xe,frameLength:at,samplesPerFrame:lt}}}function ai(k,t){return k[t]===255&&(k[t+1]&224)===224&&(k[t+1]&6)!==0}function Zi(k,t){return t+1<k.length&&ai(k,t)}function $n(k,t){return ai(k,t)&&4<=k.length-t}function Fn(k,t){if(t+1<k.length&&ai(k,t)){const s=Dn(k,t);let v=4;s!=null&&s.frameLength&&(v=s.frameLength);const w=t+v;return w===k.length||Zi(k,w)}return!1}class Kn extends Ks{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=Rr(t,0);let v=(s==null?void 0:s.length)||0;if(Fn(t,v))return!1;for(let w=t.length;v<w;v++)if(ki(t,v))return n.log("ADTS sync word found !"),!0;return!1}canParse(t,n){return Ti(t,n)}appendFrame(t,n,s){ta(t,this.observer,n,s,t.manifestCodec);const v=Ta(t,n,s,this.basePTS,this.frameIndex);if(v&&v.missing===0)return v}}const ga=(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),J=8-U;w[0]=4278190080>>>24+J<<J,v[0]=(I[0]&w[0])>>J,n=n?n<<U|v[0]:v[0],t+=1,s-=U}return n};class aa extends Ks{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=Do(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=Rr(t,0);if(!n)return!1;const s=n.length;return t[s]===11&&t[s+1]===119&&so(n)!==void 0&&ga(t,s)<16}}function Do(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],J=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][J*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 Ie=(t[n+6]<<8|t[n+7])>>12-xe&1,lt=[2,1,2,3,3,4,4,5][pe]+Ie,at=t[n+5]>>3,Ut=t[n+5]&7,dr=new Uint8Array([w<<6|at<<1|Ut>>2,(Ut&3)<<6|pe<<3|Ie<<2|J>>4,J<<4&224]),or=1536/U*9e4,Nr=s+v*or,qr=t.subarray(n,n+ue);return k.config=dr,k.channelCount=lt,k.samplerate=U,k.samples.push({unit:qr,pts:Nr}),ue}class Ao extends Ks{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=Rr(t,0);let s=(n==null?void 0:n.length)||0;if(n&&t[s]===11&&t[s+1]===119&&so(n)!==void 0&&ga(t,s)<=16)return!1;for(let v=t.length;s<v;s++)if(Fn(t,s))return W.log("MPEG Audio sync word found !"),!0;return!1}canParse(t,n){return $n(t,n)}appendFrame(t,n,s){if(this.basePTS!==null)return en(t,n,s,this.basePTS,this.frameIndex)}}const Su=/\/emsg[-/]ID3/i;class Kl{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=Ma("video",1),I=this.audioTrack=Ma("audio",1),U=this.txtTrack=Ma("text",1);if(this.id3Track=Ma("id3",1),this.timeOffset=0,!(t!=null&&t.byteLength))return;const J=qe(t);if(J.video){const{id:V,timescale:ue,codec:pe,supplemental:xe}=J.video;w.id=V,w.timescale=U.timescale=ue,w.codec=pe,w.supplemental=xe}if(J.audio){const{id:V,timescale:ue,codec:pe}=J.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 tt(t)}demux(t,n){this.timeOffset=n;let s=t;const v=this.videoTrack,w=this.txtTrack;if(this.config.progressive){this.remainderData&&(s=Re(this.remainderData,t));const U=er(s);this.remainderData=U.remainder,v.samples=U.valid||new Uint8Array}else v.samples=s;const I=this.extractID3Track(v,n);return w.samples=et(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=et(t,n),{videoTrack:n,audioTrack:Ma(),id3Track:v,textTrack:Ma()}}extractID3Track(t,n){const s=this.id3Track;if(t.samples.length){const v=yt(t.samples,["emsg"]);v&&v.forEach(w=>{const I=Tt(w);if(Su.test(I.schemeIdUri)){const U=fl(I,n);let J=I.eventDuration===4294967295?Number.POSITIVE_INFINITY:I.eventDuration/I.timeScale;J<=.001&&(J=Number.POSITIVE_INFINITY);const V=I.payload;s.samples.push({data:V,len:V.byteLength,dts:U,pts:U,type:Vi.emsg,duration:J})}else if(this.config.enableEmsgKLVMetadata&&I.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){const U=fl(I,n);s.samples.push({data:I.payload,len:I.payload.byteLength,dts:U,pts:U,type:Vi.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 fl(k,t){return r(k.presentationTime)?k.presentationTime/k.timeScale:t+k.presentationTimeDelta/k.timeScale}class qu{constructor(t,n,s){this.keyData=void 0,this.decrypter=void 0,this.keyData=s,this.decrypter=new yi(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 J=new Uint8Array(U);v.set(J,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(J=>{w.data=this.getAvcDecryptedUnit(I,J),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 Yc{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 J=0,V,ue,pe,xe=-1,Ie=0;for(w===-1&&(xe=0,Ie=this.getNALuType(n,0),w=0,J=1);J<v;){if(V=n[J++],!w){w=V?0:1;continue}if(w===1){w=V?0:2;continue}if(!V)w=3;else if(V===1){if(ue=J-w-1,xe>=0){const Be={data:n.subarray(xe,ue),type:Ie};U.push(Be)}else{const Be=this.getLastNalUnit(t.samples);Be&&(I&&J<=4-I&&Be.state&&(Be.data=Be.data.subarray(0,Be.data.byteLength-I)),ue>0&&(Be.data=Re(Be.data,n.subarray(0,ue)),Be.state=0))}J<v?(pe=this.getNALuType(n,J),xe=J,Ie=pe,w=0):w=-1}else w=0}if(xe>=0&&w>=0){const Be={data:n.subarray(xe,v),type:Ie,state:w};U.push(Be)}if(U.length===0){const Be=this.getLastNalUnit(t.samples);Be&&(Be.data=Re(Be.data,n))}return t.naluState=w,U}}class yu{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 Ve extends Yc{parsePES(t,n,s,v){const w=this.parseNALu(t,s.data,v);let I=this.VideoSample,U,J=!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 at=V.data;if(J&&at.length>4){const Ut=this.readSliceType(at);(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 Ie,Be;U=!0,J=!0;const lt=V.data,at=this.readSPS(lt);if(!t.sps||t.width!==at.width||t.height!==at.height||((Ie=t.pixelRatio)==null?void 0:Ie[0])!==at.pixelRatio[0]||((Be=t.pixelRatio)==null?void 0:Be[1])!==at.pixelRatio[1]){t.width=at.width,t.height=at.height,t.pixelRatio=at.pixelRatio,t.sps=[lt];const Ut=lt.subarray(1,4);let dr="avc1.";for(let or=0;or<3;or++){let Nr=Ut[or].toString(16);Nr.length<2&&(Nr="0"+Nr),dr+=Nr}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 yu(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 yu(t);let s=0,v=0,w=0,I=0,U,J,V;const ue=n.readUByte.bind(n),pe=n.readBits.bind(n),xe=n.readUEG.bind(n),Ie=n.readBoolean.bind(n),Be=n.skipBits.bind(n),lt=n.skipEG.bind(n),at=n.skipUEG.bind(n),Ut=this.skipScalingList.bind(this);ue();const dr=ue();if(pe(5),Be(3),ue(),at(),dr===100||dr===110||dr===122||dr===244||dr===44||dr===83||dr===86||dr===118||dr===128){const an=xe();if(an===3&&Be(1),at(),at(),Be(1),Ie())for(J=an!==3?8:12,V=0;V<J;V++)Ie()&&(V<6?Ut(16,n):Ut(64,n))}at();const or=xe();if(or===0)xe();else if(or===1)for(Be(1),lt(),lt(),U=xe(),V=0;V<U;V++)lt();at(),Be(1);const Nr=xe(),qr=xe(),_n=pe(1);_n===0&&Be(1),Be(1),Ie()&&(s=xe(),v=xe(),w=xe(),I=xe());let Kr=[1,1];if(Ie()&&Ie())switch(ue()){case 1:Kr=[1,1];break;case 2:Kr=[12,11];break;case 3:Kr=[10,11];break;case 4:Kr=[16,11];break;case 5:Kr=[40,33];break;case 6:Kr=[24,11];break;case 7:Kr=[20,11];break;case 8:Kr=[32,11];break;case 9:Kr=[80,33];break;case 10:Kr=[18,11];break;case 11:Kr=[15,11];break;case 12:Kr=[64,33];break;case 13:Kr=[160,99];break;case 14:Kr=[4,3];break;case 15:Kr=[3,2];break;case 16:Kr=[2,1];break;case 255:{Kr=[ue()<<8|ue(),ue()<<8|ue()];break}}return{width:Math.ceil((Nr+1)*16-s*2-v*2),height:(2-_n)*(qr+1)*16-(_n?2:4)*(w+I),pixelRatio:Kr}}}class Z extends Yc{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,J=!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,J){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,J=!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 Ie=this.readSPS(V.data);t.width=Ie.width,t.height=Ie.height,t.pixelRatio=Ie.pixelRatio,t.codec=Ie.codecString,t.sps=[],typeof t.params!="object"&&(t.params={});for(const Be in Ie.params)t.params[Be]=Ie.params[Be]}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 Ie=this.readPPS(V.data);for(const Be in Ie)t.params[Be]=Ie[Be]}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 yu(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 yu(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(),J=n.readUByte(),V=n.readUByte(),ue=n.readUByte(),pe=n.readUByte(),xe=n.readUByte(),Ie=n.readUByte(),Be=n.readUByte(),lt=n.readUByte(),at=n.readUByte(),Ut=n.readUByte(),dr=[],or=[];for(let ro=0;ro<s;ro++)dr.push(n.readBoolean()),or.push(n.readBoolean());if(s>0)for(let ro=s;ro<8;ro++)n.readBits(2);for(let ro=0;ro<s;ro++)dr[ro]&&(n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte(),n.readUByte()),or[ro]&&n.readUByte();n.readUEG();const Nr=n.readUEG();Nr==3&&n.skipBits(1);const qr=n.readUEG(),_n=n.readUEG(),Kr=n.readBoolean();let an=0,ln=0,Yr=0,An=0;Kr&&(an+=n.readUEG(),ln+=n.readUEG(),Yr+=n.readUEG(),An+=n.readUEG());const bi=n.readUEG(),$i=n.readUEG(),fa=n.readUEG(),Xi=n.readBoolean();for(let ro=Xi?0:s;ro<=s;ro++)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 ll=0;ll<4;ll++)for(let rc=0;rc<(ll===3?2:6);rc++)if(!n.readBoolean())n.readUEG();else{const bc=Math.min(64,1<<4+(ll<<1));ll>1&&n.readEG();for(let Yf=0;Yf<bc;Yf++)n.readEG()}n.readBoolean(),n.readBoolean(),n.readBoolean()&&(n.readUByte(),n.skipUEG(),n.skipUEG(),n.readBoolean());const Ii=n.readUEG();let sa=0;for(let ro=0;ro<Ii;ro++){let ll=!1;if(ro!==0&&(ll=n.readBoolean()),ll){ro===Ii&&n.readUEG(),n.readBoolean(),n.readUEG();let rc=0;for(let zf=0;zf<=sa;zf++){const bc=n.readBoolean();let Yf=!1;bc||(Yf=n.readBoolean()),(bc||Yf)&&rc++}sa=rc}else{const rc=n.readUEG(),zf=n.readUEG();sa=rc+zf;for(let bc=0;bc<rc;bc++)n.readUEG(),n.readBoolean();for(let bc=0;bc<zf;bc++)n.readUEG(),n.readBoolean()}}if(n.readBoolean()){const ro=n.readUEG();for(let ll=0;ll<ro;ll++){for(let rc=0;rc<fa+4;rc++)n.readBits(1);n.readBits(1)}}let vi=0,_i=1,_s=1,co=!0,us=1,Fs=0;n.readBoolean(),n.readBoolean();let ul=!1;if(n.readBoolean()){if(n.readBoolean()){const $f=n.readUByte(),nc=[1,12,10,16,40,24,20,32,80,18,15,64,160,4,3,2],rd=[1,11,11,11,33,11,11,11,33,11,11,33,99,3,2,1];$f>0&&$f<16?(_i=nc[$f-1],_s=rd[$f-1]):$f===255&&(_i=n.readBits(16),_s=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(),ul=n.readBoolean(),ul&&(n.skipUEG(),n.skipUEG(),n.skipUEG(),n.skipUEG()),n.readBoolean()&&(us=n.readBits(32),Fs=n.readBits(32),n.readBoolean()&&n.readUEG(),n.readBoolean())){const rd=n.readBoolean(),dd=n.readBoolean();let xc=!1;(rd||dd)&&(xc=n.readBoolean(),xc&&(n.readUByte(),n.readBits(5),n.readBoolean(),n.readBits(5)),n.readBits(4),n.readBits(4),xc&&n.readBits(4),n.readBits(5),n.readBits(5),n.readBits(5));for(let Ja=0;Ja<=s;Ja++){co=n.readBoolean();const _d=co||n.readBoolean();let xl=!1;_d?n.readEG():xl=n.readBoolean();const uu=xl?1:n.readUEG()+1;if(rd)for(let Jf=0;Jf<uu;Jf++)n.readUEG(),n.readUEG(),xc&&(n.readUEG(),n.readUEG()),n.skipBits(1);if(dd)for(let Jf=0;Jf<uu;Jf++)n.readUEG(),n.readUEG(),xc&&(n.readUEG(),n.readUEG()),n.skipBits(1)}}n.readBoolean()&&(n.readBoolean(),n.readBoolean(),n.readBoolean(),vi=n.readUEG())}let kl=qr,yc=_n;if(Kr){let ro=1,ll=1;Nr===1?ro=ll=2:Nr==2&&(ro=2),kl=qr-ro*ln-ro*an,yc=_n-ll*An-ll*Yr}const Uf=v?["A","B","C"][v]:"",vd=U<<24|J<<16|V<<8|ue;let ld=0;for(let ro=0;ro<32;ro++)ld=(ld|(vd>>ro&1)<<31-ro)>>>0;let cd=ld.toString(16);return I===1&&cd==="2"&&(cd="6"),{codecString:`hvc1.${Uf}${I}.${cd}.${w?"H":"L"}${Ut}.B0`,params:{general_tier_flag:w,general_profile_idc:I,general_profile_space:v,general_profile_compatibility_flags:[U,J,V,ue],general_constraint_indicator_flags:[pe,xe,Ie,Be,lt,at],general_level_idc:Ut,bit_depth:bi+8,bit_depth_luma_minus8:bi,bit_depth_chroma_minus8:$i,min_spatial_segmentation_idc:vi,chroma_format_idc:Nr,frame_rate:{fixed:co,fps:Fs/us}},width:kl,height:yc,pixelRatio:[_i,_s]}}readPPS(t){const n=new yu(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 Y=188;class ne{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=ne.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(Y*5,n-Y)+1,v=0;for(;v<s;){let w=!1,I=-1,U=0;for(let J=v;J<n;J+=Y)if(t[J]===71&&(n-J===Y||t[J+Y]===71)){if(U++,I===-1&&(I=J,I!==0&&(s=Math.min(I+Y*99,t.length-Y)+1)),w||(w=de(t,J)===0),w&&U>1&&(I===0&&U>2||J+Y>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=ne.createTrack("video"),this._videoTrack.duration=v,this._audioTrack=ne.createTrack("audio",v),this._id3Track=ne.createTrack("id3"),this._txtTrack=ne.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,J=this._id3Track,V=this._txtTrack;let ue=I.pid,pe=I.pesData,xe=U.pid,Ie=J.pid,Be=U.pesData,lt=J.pesData,at=null,Ut=this.pmtParsed,dr=this._pmtId,or=t.length;if(this.remainderData&&(t=Re(this.remainderData,t),or=t.length,this.remainderData=null),or<Y&&!v)return this.remainderData=t,{audioTrack:U,videoTrack:I,id3Track:J,textTrack:V};const Nr=Math.max(0,ne.syncOffset(t));or-=(or-Nr)%Y,or<t.byteLength&&!v&&(this.remainderData=new Uint8Array(t.buffer,or,t.buffer.byteLength-or));let qr=0;for(let Kr=Nr;Kr<or;Kr+=Y)if(t[Kr]===71){const an=!!(t[Kr+1]&64),ln=de(t,Kr),Yr=(t[Kr+3]&48)>>4;let An;if(Yr>1){if(An=Kr+5+t[Kr+4],An===Kr+Y)continue}else An=Kr+4;switch(ln){case ue:an&&(pe&&(w=ir(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(An,Kr+Y)),pe.size+=Kr+Y-An);break;case xe:if(an){if(Be&&(w=ir(Be,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}Be={data:[],size:0}}Be&&(Be.data.push(t.subarray(An,Kr+Y)),Be.size+=Kr+Y-An);break;case Ie:an&&(lt&&(w=ir(lt,this.logger))&&this.parseID3PES(J,w),lt={data:[],size:0}),lt&&(lt.data.push(t.subarray(An,Kr+Y)),lt.size+=Kr+Y-An);break;case 0:an&&(An+=t[An]+1),dr=this._pmtId=Ee(t,An);break;case dr:{an&&(An+=t[An]+1);const bi=Ke(t,An,this.typeSupported,s,this.observer,this.logger);ue=bi.videoPid,ue>0&&(I.pid=ue,I.segmentCodec=bi.segmentVideoCodec),xe=bi.audioPid,xe>0&&(U.pid=xe,U.segmentCodec=bi.segmentAudioCodec),Ie=bi.id3Pid,Ie>0&&(J.pid=Ie),at!==null&&!Ut&&(this.logger.warn(`MPEG-TS PMT found at ${Kr} after unknown PID '${at}'. Backtracking to sync byte @${Nr} to parse all TS packets.`),at=null,Kr=Nr-188),Ut=this.pmtParsed=!0;break}case 17:case 8191:break;default:at=ln;break}}else qr++;qr>0&&Pt(this.observer,new Error(`Found ${qr} TS packet/s that do not start with 0x47`),void 0,this.logger),I.pesData=pe,U.pesData=Be,J.pesData=lt;const _n={audioTrack:U,videoTrack:I,id3Track:J,textTrack:V};return v&&this.extractRemainingSamples(_n),_n}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,J=v.pesData;let V;if(I&&(V=ir(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=ir(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;J&&(V=ir(J,this.logger))?(this.parseID3PES(v,V),v.pesData=null):v.pesData=J}demuxSampleAes(t,n,s){const v=this.demux(t,s,!0,!this.config.progressive),w=this.sampleAes=new qu(this.observer,this.config,n);return this.decrypt(v,w)}readyVideoParser(t){this.videoParser===null&&(t==="avc"?this.videoParser=new Ve:t==="hevc"&&(this.videoParser=new Z))}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=Re(v.sample.unit,w);else{const Ie=xe-pe;v.sample.unit.set(w.subarray(0,pe),Ie),t.samples.push(v.sample),s=v.missing}}let I,U;for(I=s,U=w.length;I<U-1&&!ii(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",Pt(this.observer,new Error(pe),xe,this.logger),!xe)return}ta(t,this.observer,w,I,this.audioCodec);let J;if(n.pts!==void 0)J=n.pts;else if(v){const pe=Ki(t.samplerate);J=v.sample.pts+pe}else{this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");return}let V=0,ue;for(;I<U;)if(ue=Ta(t,w,I,J,V),I+=ue.length,ue.missing){this.aacOverFlow=ue;break}else for(V++;I<U-1&&!ii(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(Zi(s,I)){const J=en(t,s,I,U,w);if(J)I+=J.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,J;for(;U<w&&(J=Do(t,s,U,v,I++))>0;)U+=J}}parseID3PES(t,n){if(n.pts===void 0){this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS");return}const s=y({},n,{type:this._videoTrack?Vi.emsg:Vi.audioId3,duration:Number.POSITIVE_INFINITY});t.samples.push(s)}}function de(k,t){return((k[t+1]&31)<<8)+k[t+2]}function Ee(k,t){return(k[t+10]&31)<<8|k[t+11]}function Ke(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],J=t+3+U-4,V=(k[t+10]&15)<<8|k[t+11];for(t+=12+V;t<J;){const ue=de(k,t),pe=(k[t+3]&15)<<8|k[t+4];switch(k[t]){case 207:if(!s){zt("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){zt("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){zt("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,Ie=pe;for(;Ie>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,Ie-=lt}}break;case 194:case 135:return Pt(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 Pt(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 zt(k,t){t.log(`${k} with AES-128-CBC encryption found in unencrypted stream`)}function ir(k,t){let n=0,s,v,w,I,U;const J=k.data;if(!k||k.size===0)return null;for(;J[0].length<19&&J.length>1;)J[0]=Re(J[0],J[1]),J.splice(1,1);if(s=J[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 Ie=0,Be=J.length;Ie<Be;Ie++){s=J[Ie];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 Ar{static getSilentFrame(t,n){switch(t){case"mp4a.40.2":if(n===1)return new Uint8Array([0,200,0,128,35,128]);if(n===2)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(n===3)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(n===4)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(n===5)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(n===6)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224]);break;default:if(n===1)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(n===2)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(n===3)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);break}}}const $r=Math.pow(2,32)-1;class Xt{static init(){Xt.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 Xt.types)Xt.types.hasOwnProperty(t)&&(Xt.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]);Xt.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]);Xt.STTS=Xt.STSC=Xt.STCO=w,Xt.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),Xt.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),Xt.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),Xt.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]),J=new Uint8Array([0,0,0,1]);Xt.FTYP=Xt.box(Xt.types.ftyp,I,J,I,U),Xt.DINF=Xt.box(Xt.types.dinf,Xt.box(Xt.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 Xt.box(Xt.types.hdlr,Xt.HDLR_TYPES[t])}static mdat(t){return Xt.box(Xt.types.mdat,t)}static mdhd(t,n){n*=t;const s=Math.floor(n/($r+1)),v=Math.floor(n%($r+1));return Xt.box(Xt.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 Xt.box(Xt.types.mdia,Xt.mdhd(t.timescale||0,t.duration||0),Xt.hdlr(t.type),Xt.minf(t))}static mfhd(t){return Xt.box(Xt.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"?Xt.box(Xt.types.minf,Xt.box(Xt.types.smhd,Xt.SMHD),Xt.DINF,Xt.stbl(t)):Xt.box(Xt.types.minf,Xt.box(Xt.types.vmhd,Xt.VMHD),Xt.DINF,Xt.stbl(t))}static moof(t,n,s){return Xt.box(Xt.types.moof,Xt.mfhd(t),Xt.traf(s,n))}static moov(t){let n=t.length;const s=[];for(;n--;)s[n]=Xt.trak(t[n]);return Xt.box.apply(null,[Xt.types.moov,Xt.mvhd(t[0].timescale||0,t[0].duration||0)].concat(s).concat(Xt.mvex(t)))}static mvex(t){let n=t.length;const s=[];for(;n--;)s[n]=Xt.trex(t[n]);return Xt.box.apply(null,[Xt.types.mvex,...s])}static mvhd(t,n){n*=t;const s=Math.floor(n/($r+1)),v=Math.floor(n%($r+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 Xt.box(Xt.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 Xt.box(Xt.types.sdtp,s)}static stbl(t){return Xt.box(Xt.types.stbl,Xt.stsd(t),Xt.box(Xt.types.stts,Xt.STTS),Xt.box(Xt.types.stsc,Xt.STSC),Xt.box(Xt.types.stsz,Xt.STSZ),Xt.box(Xt.types.stco,Xt.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=Xt.box(Xt.types.avcC,new Uint8Array([1,n[3],n[4],n[5],255,224|t.sps.length].concat(n).concat([t.pps.length]).concat(s))),J=t.width,V=t.height,ue=t.pixelRatio[0],pe=t.pixelRatio[1];return Xt.box(Xt.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,J>>8&255,J&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,Xt.box(Xt.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Xt.box(Xt.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 Xt.box(Xt.types.mp4a,Xt.audioStsd(t),Xt.box(Xt.types.esds,Xt.esds(t)))}static mp3(t){return Xt.box(Xt.types[".mp3"],Xt.audioStsd(t))}static ac3(t){return Xt.box(Xt.types["ac-3"],Xt.audioStsd(t),Xt.box(Xt.types.dac3,t.config))}static stsd(t){const{segmentCodec:n}=t;if(t.type==="audio"){if(n==="aac")return Xt.box(Xt.types.stsd,Xt.STSD,Xt.mp4a(t));if(n==="ac3"&&t.config)return Xt.box(Xt.types.stsd,Xt.STSD,Xt.ac3(t));if(n==="mp3"&&t.codec==="mp3")return Xt.box(Xt.types.stsd,Xt.STSD,Xt.mp3(t))}else if(t.pps&&t.sps){if(n==="avc")return Xt.box(Xt.types.stsd,Xt.STSD,Xt.avc1(t));if(n==="hevc"&&t.vps)return Xt.box(Xt.types.stsd,Xt.STSD,Xt.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/($r+1)),U=Math.floor(s%($r+1));return Xt.box(Xt.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=Xt.sdtp(t),v=t.id,w=Math.floor(n/($r+1)),I=Math.floor(n%($r+1));return Xt.box(Xt.types.traf,Xt.box(Xt.types.tfhd,new Uint8Array([0,0,0,0,v>>24,v>>16&255,v>>8&255,v&255])),Xt.box(Xt.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])),Xt.trun(t,s.length+16+20+8+16+8+8),s)}static trak(t){return t.duration=t.duration||4294967295,Xt.box(Xt.types.trak,Xt.tkhd(t),Xt.mdia(t))}static trex(t){const n=t.id;return Xt.box(Xt.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,J,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++)J=s[U],V=J.duration,ue=J.size,pe=J.flags,xe=J.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 Xt.box(Xt.types.trun,I)}static initSegment(t){Xt.types||Xt.init();const n=Xt.moov(t);return Re(Xt.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 Be=0;Be<s.length;Be+=1){I+=3;for(let lt=0;lt<s[Be].length;lt+=1)I+=2+s[Be][lt].length}const U=new Uint8Array(I);U.set(w,0),I=w.length;const J=s.length-1;for(let Be=0;Be<s.length;Be+=1){U.set(new Uint8Array([32+Be|(Be===J?128:0),0,s[Be].length]),I),I+=3;for(let lt=0;lt<s[Be].length;lt+=1)U.set(new Uint8Array([s[Be][lt].length>>8,s[Be][lt].length&255]),I),I+=2,U.set(s[Be][lt],I),I+=s[Be][lt].length}const V=Xt.box(Xt.types.hvcC,U),ue=t.width,pe=t.height,xe=t.pixelRatio[0],Ie=t.pixelRatio[1];return Xt.box(Xt.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,Xt.box(Xt.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Xt.box(Xt.types.pasp,new Uint8Array([xe>>24,xe>>16&255,xe>>8&255,xe&255,Ie>>24,Ie>>16&255,Ie>>8&255,Ie&255])))}}Xt.types=void 0,Xt.HDLR_TYPES=void 0,Xt.STTS=void 0,Xt.STSC=void 0,Xt.STCO=void 0,Xt.STSZ=void 0,Xt.VMHD=void 0,Xt.SMHD=void 0,Xt.STSD=void 0,Xt.FTYP=void 0,Xt.DINF=void 0;const Tn=9e4;function Yn(k,t,n=1,s=!1){const v=k*t*n;return s?Math.round(v):v}function ri(k,t,n=1,s=!1){return Yn(k,t,1/n,s)}function Ei(k,t=!1){return Yn(k,1e3,1/Tn,t)}function Aa(k,t=1){return Yn(k,Tn,1/t)}const ya=10*1e3,Ea=1024,Es=1152,Ds=1536;let bs=null,vs=null;function Na(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 Vs 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,bs===null){const I=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);bs=I?parseInt(I[1]):0}if(vs===null){const w=navigator.userAgent.match(/Safari\/(\d+)/i);vs=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,J=U-w;return J<-4294967296&&(n=!0,U=ns(U,s),J=U-w),J>0?w:U},s);return n&&this.debug("PTS rollover detected"),v}remux(t,n,s,v,w,I,U,J){let V,ue,pe,xe,Ie,Be,lt=w,at=w;const Ut=t.pid>-1,dr=n.pid>-1,or=n.samples.length,Nr=t.samples.length>0,qr=U&&or>0||or>1;if((!Ut||Nr)&&(!dr||qr)||this.ISGenerated||U){if(this.ISGenerated){var Kr,an,ln,Yr;const fa=this.videoTrackConfig;(fa&&(n.width!==fa.width||n.height!==fa.height||((Kr=n.pixelRatio)==null?void 0:Kr[0])!==((an=fa.pixelRatio)==null?void 0:an[0])||((ln=n.pixelRatio)==null?void 0:ln[1])!==((Yr=fa.pixelRatio)==null?void 0:Yr[1]))||!fa&&qr||this.nextAudioTs===null&&Nr)&&this.resetInitSegment()}this.ISGenerated||(pe=this.generateIS(t,n,w,I));const An=this.isVideoContiguous;let bi=-1,$i;if(qr&&(bi=Ai(n.samples),!An&&this.config.forceKeyFrameOnDiscontinuity))if(Be=!0,bi>0){this.warn(`Dropped ${bi} out of ${or} video samples due to a missing keyframe`);const fa=this.getVideoStartPts(n.samples);n.samples=n.samples.slice(bi),n.dropped+=bi,at+=(n.samples[0].pts-fa)/n.inputTimeScale,$i=at}else bi===-1&&(this.warn(`No keyframe found out of ${or} video samples`),Be=!1);if(this.ISGenerated){if(Nr&&qr){const fa=this.getVideoStartPts(n.samples),hi=(ns(t.samples[0].pts,fa)-fa)/n.inputTimeScale;lt+=Math.max(0,hi),at+=Math.max(0,-hi)}if(Nr){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||qr||J===u.AUDIO?at:void 0),qr){const fa=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,at,An,fa)}}else qr&&(V=this.remuxVideo(n,at,An,0));V&&(V.firstKeyFrame=bi,V.independent=bi!==-1,V.firstKeyFramePTS=$i)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(s.samples.length&&(Ie=Co(s,w,this._initPTS,this._initDTS)),v.samples.length&&(xe=Fo(v,w,this._initPTS))),{audio:ue,video:V,initSegment:pe,independent:Be,text:xe,id3:Ie}}generateIS(t,n,s,v){const w=t.samples,I=n.samples,U=this.typeSupported,J={},V=this._initPTS;let ue=!V||v,pe="audio/mp4",xe,Ie,Be,lt=-1;if(ue&&(xe=Ie=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}J.audio={id:"audio",container:pe,codec:t.codec,initSegment:t.segmentCodec==="mp3"&&U.mpeg?new Uint8Array(0):Xt.initSegment([t]),metadata:{channelCount:t.channelCount}},ue&&(lt=t.id,Be=t.inputTimeScale,!V||Be!==V.timescale?xe=Ie=w[0].pts-Math.round(Be*s):ue=!1)}if(n.sps&&n.pps&&I.length){if(n.timescale=n.inputTimeScale,J.video={id:"main",container:"video/mp4",codec:n.codec,initSegment:Xt.initSegment([n]),metadata:{width:n.width,height:n.height}},ue)if(lt=n.id,Be=n.inputTimeScale,!V||Be!==V.timescale){const at=this.getVideoStartPts(I),Ut=Math.round(Be*s);Ie=Math.min(Ie,ns(I[0].dts,at)-Ut),xe=Math.min(xe,at-Ut)}else ue=!1;this.videoTrackConfig={width:n.width,height:n.height,pixelRatio:n.pixelRatio}}if(Object.keys(J).length)return this.ISGenerated=!0,ue?(V&&this.warn(`Timestamps at playlist time: ${v?"":"~"}${s} ${xe/Be} != initPTS: ${V.baseTime/V.timescale} (${V.baseTime}/${V.timescale}) trackId: ${V.trackId}`),this.log(`Found initPTS at playlist time: ${s} offset: ${xe/Be} (${xe}/${Be}) trackId: ${lt}`),this._initPTS={baseTime:xe,timescale:Be,trackId:lt},this._initDTS={baseTime:Ie,timescale:Be,trackId:lt}):xe=Be=void 0,{tracks:J,initPTS:xe,timescale:Be,trackId:lt}}remuxVideo(t,n,s,v){const w=t.inputTimeScale,I=t.samples,U=[],J=I.length,V=this._initPTS,ue=V.baseTime*w/V.timescale;let pe=this.nextVideoTs,xe=8,Ie=this.videoSampleDuration,Be,lt,at=Number.POSITIVE_INFINITY,Ut=Number.NEGATIVE_INFINITY,dr=!1;if(!s||pe===null){const vi=ue+n*w,_i=I[0].pts-ns(I[0].dts,I[0].pts);bs&&pe!==null&&Math.abs(vi-_i-(pe+ue))<15e3?s=!0:pe=vi-_i-ue}const or=pe+ue;for(let vi=0;vi<J;vi++){const _i=I[vi];_i.pts=ns(_i.pts,or),_i.dts=ns(_i.dts,or),_i.dts<I[vi>0?vi-1:vi].dts&&(dr=!0)}dr&&I.sort(function(vi,_i){const _s=vi.dts-_i.dts,co=vi.pts-_i.pts;return _s||co}),Be=I[0].dts,lt=I[I.length-1].dts;const Nr=lt-Be,qr=Nr?Math.round(Nr/(J-1)):Ie||t.inputTimeScale/30;if(s){const vi=Be-or,_i=vi>qr,_s=vi<-1;if((_i||_s)&&(_i?this.warn(`${(t.segmentCodec||"").toUpperCase()}: ${Ei(vi,!0)} ms (${vi}dts) hole between fragments detected at ${n.toFixed(3)}`):this.warn(`${(t.segmentCodec||"").toUpperCase()}: ${Ei(-vi,!0)} ms (${vi}dts) overlapping between fragments detected at ${n.toFixed(3)}`),!_s||or>=I[0].pts||bs)){Be=or;const co=I[0].pts-vi;if(_i)I[0].dts=Be,I[0].pts=co;else{let us=!0;for(let Fs=0;Fs<I.length&&!(I[Fs].dts>co&&us);Fs++){const ul=I[Fs].pts;if(I[Fs].dts-=vi,I[Fs].pts-=vi,Fs<I.length-1){const Xu=I[Fs+1].pts,kl=I[Fs].pts,yc=Xu<=kl,Uf=Xu<=ul;us=yc==Uf}}}this.log(`Video: Initial PTS/DTS adjusted: ${Ei(co,!0)}/${Ei(Be,!0)}, delta: ${Ei(vi,!0)} ms`)}}Be=Math.max(0,Be);let _n=0,Kr=0,an=Be;for(let vi=0;vi<J;vi++){const _i=I[vi],_s=_i.units,co=_s.length;let us=0;for(let Fs=0;Fs<co;Fs++)us+=_s[Fs].data.length;Kr+=us,_n+=co,_i.length=us,_i.dts<an?(_i.dts=an,an+=qr/4|0||1):an=_i.dts,at=Math.min(_i.pts,at),Ut=Math.max(_i.pts,Ut)}lt=I[J-1].dts;const ln=Kr+4*_n+8;let Yr;try{Yr=new Uint8Array(ln)}catch(vi){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:vi,bytes:ln,reason:`fail allocating video mdat ${ln}`});return}const An=new DataView(Yr.buffer);An.setUint32(0,ln),Yr.set(Xt.types.mdat,4);let bi=!1,$i=Number.POSITIVE_INFINITY,fa=Number.POSITIVE_INFINITY,Xi=Number.NEGATIVE_INFINITY,hi=Number.NEGATIVE_INFINITY;for(let vi=0;vi<J;vi++){const _i=I[vi],_s=_i.units;let co=0;for(let ul=0,Xu=_s.length;ul<Xu;ul++){const kl=_s[ul],yc=kl.data,Uf=kl.data.byteLength;An.setUint32(xe,Uf),xe+=4,Yr.set(yc,xe),xe+=Uf,co+=4+Uf}let us;if(vi<J-1)Ie=I[vi+1].dts-_i.dts,us=I[vi+1].pts-_i.pts;else{const ul=this.config,Xu=vi>0?_i.dts-I[vi-1].dts:qr;if(us=vi>0?_i.pts-I[vi-1].pts:qr,ul.stretchShortVideoTrack&&this.nextAudioTs!==null){const kl=Math.floor(ul.maxBufferHole*w),yc=(v?at+v*w:this.nextAudioTs+ue)-_i.pts;yc>kl?(Ie=yc-Xu,Ie<0?Ie=Xu:bi=!0,this.log(`It is approximately ${yc/90} ms to the next segment; using duration ${Ie/90} ms for the last video frame.`)):Ie=Xu}else Ie=Xu}const Fs=Math.round(_i.pts-_i.dts);$i=Math.min($i,Ie),Xi=Math.max(Xi,Ie),fa=Math.min(fa,us),hi=Math.max(hi,us),U.push(Na(_i.key,Ie,co,Fs))}if(U.length){if(bs){if(bs<70){const vi=U[0].flags;vi.dependsOn=2,vi.isNonSync=0}}else if(vs&&hi-fa<Xi-$i&&qr/Xi<.025&&U[0].cts===0){this.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");let vi=Be;for(let _i=0,_s=U.length;_i<_s;_i++){const co=vi+U[_i].duration,us=vi+U[_i].cts;if(_i<_s-1){const Fs=co+U[_i+1].cts;U[_i].duration=Fs-us}else U[_i].duration=_i?U[_i-1].duration:qr;U[_i].cts=0,vi=co}}}Ie=bi||!Ie?qr:Ie;const ra=lt+Ie;this.nextVideoTs=pe=ra-ue,this.videoSampleDuration=Ie,this.isVideoContiguous=!0;const Ba={data1:Xt.moof(t.sequenceNumber++,Be,y(t,{samples:U})),data2:Yr,startPTS:(at-ue)/w,endPTS:(Ut+Ie-ue)/w,startDTS:(Be-ue)/w,endDTS:pe/w,type:"video",hasAudio:!1,hasVideo:!0,nb:U.length,dropped:t.dropped};return t.samples=[],t.dropped=0,Ba}getSamplesPerFrame(t){switch(t.segmentCodec){case"mp3":return Es;case"ac3":return Ds;default:return Ea}}remuxAudio(t,n,s,v,w){const I=t.inputTimeScale,U=t.samplerate?t.samplerate:I,J=I/U,V=this.getSamplesPerFrame(t),ue=V*J,pe=this._initPTS,xe=t.segmentCodec==="mp3"&&this.typeSupported.mpeg,Ie=[],Be=w!==void 0;let lt=t.samples,at=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(ns(lt[0].pts,or)-(Ut+dr))<20*ue),lt.forEach(function(hi){hi.pts=ns(hi.pts,or)}),!s||Ut<0){if(lt=lt.filter(hi=>hi.pts>=0),!lt.length)return;w===0?Ut=0:v&&!Be?Ut=Math.max(0,or-dr):Ut=lt[0].pts-dr}if(t.segmentCodec==="aac"){const hi=this.config.maxAudioFramesDrift;for(let ra=0,Ii=Ut+dr;ra<lt.length;ra++){const sa=lt[ra],Ba=sa.pts,vi=Ba-Ii,_i=Math.abs(1e3*vi/I);if(vi<=-hi*ue&&Be)ra===0&&(this.warn(`Audio frame @ ${(Ba/I).toFixed(3)}s overlaps marker by ${Math.round(1e3*vi/I)} ms.`),this.nextAudioTs=Ut=Ba-dr,Ii=Ba);else if(vi>=hi*ue&&_i<ya&&Be){let _s=Math.round(vi/ue);for(Ii=Ba-_s*ue;Ii<0&&_s&&ue;)_s--,Ii+=ue;ra===0&&(this.nextAudioTs=Ut=Ii-dr),this.warn(`Injecting ${_s} audio frames @ ${((Ii-dr)/I).toFixed(3)}s due to ${Math.round(1e3*vi/I)} ms gap.`);for(let co=0;co<_s;co++){let us=Ar.getSilentFrame(t.parsedCodec||t.manifestCodec||t.codec,t.channelCount);us||(this.log("Unable to get silent frame for given audio codec; duplicating last frame instead."),us=sa.unit.subarray()),lt.splice(ra,0,{unit:us,pts:Ii}),Ii+=ue,ra++}}sa.pts=Ii,Ii+=ue}}let Nr=null,qr=null,_n,Kr=0,an=lt.length;for(;an--;)Kr+=lt[an].unit.byteLength;for(let hi=0,ra=lt.length;hi<ra;hi++){const Ii=lt[hi],sa=Ii.unit;let Ba=Ii.pts;if(qr!==null){const _i=Ie[hi-1];_i.duration=Math.round((Ba-qr)/J)}else if(s&&t.segmentCodec==="aac"&&(Ba=Ut+dr),Nr=Ba,Kr>0){Kr+=at;try{_n=new Uint8Array(Kr)}catch(_i){this.observer.emit(o.ERROR,o.ERROR,{type:c.MUX_ERROR,details:f.REMUX_ALLOC_ERROR,fatal:!1,error:_i,bytes:Kr,reason:`fail allocating audio mdat ${Kr}`});return}xe||(new DataView(_n.buffer).setUint32(0,Kr),_n.set(Xt.types.mdat,4))}else return;_n.set(sa,at);const vi=sa.byteLength;at+=vi,Ie.push(Na(!0,V,vi,0)),qr=Ba}const ln=Ie.length;if(!ln)return;const Yr=Ie[Ie.length-1];Ut=qr-dr,this.nextAudioTs=Ut+J*Yr.duration;const An=xe?new Uint8Array(0):Xt.moof(t.sequenceNumber++,Nr/J,y({},t,{samples:Ie}));t.samples=[];const bi=(Nr-dr)/I,$i=Ut/I,Xi={data1:An,data2:_n,startPTS:bi,endPTS:$i,startDTS:bi,endDTS:$i,type:"audio",hasAudio:!0,hasVideo:!1,nb:ln};return this.isAudioContiguous=!0,Xi}}function ns(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 Ai(k){for(let t=0;t<k.length;t++)if(k[t].key)return t;return-1}function Co(k,t,n,s){const v=k.samples.length;if(!v)return;const w=k.inputTimeScale;for(let U=0;U<v;U++){const J=k.samples[U];J.pts=ns(J.pts-n.baseTime*w/n.timescale,t*w)/w,J.dts=ns(J.dts-s.baseTime*w/s.timescale,t*w)/w}const I=k.samples;return k.samples=[],{samples:I}}function Fo(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=ns(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 bu 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=qe(t);if(n)ht(t,n);else{const J=w||I;J!=null&&J.encrypted&&this.warn(`Init segment with encrypted track with has no key ("${J.codec}")!`)}w&&(s=po(w,ie.AUDIO,this)),I&&(v=po(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,J;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 Ie={initPTS:void 0,timescale:void 0,trackId:void 0};let Be=this.initData;if((U=Be)!=null&&U.length||(this.generateInitSegment(xe),Be=this.initData),!((J=Be)!=null&&J.length))return this.warn("Failed to generate initSegment."),pe;this.emitInitSegment&&(Ie.tracks=this.initTracks,this.emitInitSegment=!1);const lt=nr(xe,Be,this),at=Be.audio?lt[Be.audio.id]:null,Ut=Be.video?lt[Be.video.id]:null,dr=Ys(Ut,1/0),or=Ys(at,1/0),Nr=Ys(Ut,0,!0),qr=Ys(at,0,!0);let _n=w,Kr=0;const an=at&&(!Ut||!V&&or<dr||V&&V.trackId===Be.audio.id),ln=an?at:Ut;if(ln){const Ii=ln.timescale,sa=ln.start-w*Ii,Ba=an?Be.audio.id:Be.video.id;_n=ln.start/Ii,Kr=an?qr-or:Nr-dr,(I||!V)&&($o(V,_n,w,Kr)||Ii!==V.timescale)&&(V&&this.warn(`Timestamps at playlist time: ${I?"":"~"}${w} ${sa/Ii} != initPTS: ${V.baseTime/V.timescale} (${V.baseTime}/${V.timescale}) trackId: ${V.trackId}`),this.log(`Found initPTS at playlist time: ${w} offset: ${_n-w} (${sa}/${Ii}) trackId: ${Ba}`),V=null,Ie.initPTS=sa,Ie.timescale=Ii,Ie.trackId=Ba)}else this.warn(`No audio or video samples found for initPTS at playlist time: ${w}`);V?(Ie.initPTS=V.baseTime,Ie.timescale=V.timescale,Ie.trackId=V.trackId):((!Ie.timescale||Ie.trackId===void 0||Ie.initPTS===void 0)&&(this.warn("Could not set initPTS"),Ie.initPTS=_n,Ie.timescale=1,Ie.trackId=-1),this.initPTS=V={baseTime:Ie.initPTS,timescale:Ie.timescale,trackId:Ie.trackId});const Yr=_n-V.baseTime/V.timescale,An=Yr+Kr;Kr>0?this.lastEndTime=An:(this.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());const bi=!!Be.audio,$i=!!Be.video;let fa="";bi&&(fa+="audio"),$i&&(fa+="video");const Xi=(Be.audio?Be.audio.encrypted:!1)||(Be.video?Be.video.encrypted:!1),hi={data1:xe,startPTS:Yr,startDTS:Yr,endPTS:An,endDTS:An,type:fa,hasAudio:bi,hasVideo:$i,nb:1,dropped:0,encrypted:Xi};pe.audio=bi&&!$i?hi:void 0,pe.video=$i?hi:void 0;const ra=Ut==null?void 0:Ut.sampleCount;if(ra){const Ii=Ut.keyFrameIndex,sa=Ii!==-1;hi.nb=ra,hi.dropped=Ii===0||this.isVideoContiguous?0:sa?Ii:ra,hi.independent=sa,hi.firstKeyFrame=Ii,sa&&Ut.keyFrameStart&&(hi.firstKeyFramePTS=(Ut.keyFrameStart-V.baseTime)/V.timescale),this.isVideoContiguous||(pe.independent=sa),this.isVideoContiguous||(this.isVideoContiguous=sa),hi.dropped&&this.warn(`fmp4 does not start with IDR: firstIDR ${Ii}/${ra} dropped: ${hi.dropped} start: ${hi.firstKeyFramePTS||"NA"}`)}return pe.initSegment=Ie,pe.id3=Co(s,w,V,V),v.samples.length&&(pe.text=Fo(v,w,V)),pe}}function Ys(k,t,n=!1){return(k==null?void 0:k.start)!==void 0?(k.start+(n?k.duration:0))/k.timescale:t}function $o(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 po(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"?Te(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 Au;try{Au=self.performance.now.bind(self.performance)}catch(k){Au=Date.now}const Nu=[{demux:Kl,remux:bu},{demux:ne,remux:Vs},{demux:Kn,remux:Vs},{demux:Ao,remux:Vs}];Nu.splice(2,0,{demux:aa,remux:Vs});class dl{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=Au();let I=new Uint8Array(t);const{currentTransmuxState:U,transmuxConfig:J}=this;v&&(this.currentTransmuxState=v);const{contiguous:V,discontinuity:ue,trackSwitch:pe,accurateTimeOffset:xe,timeOffset:Ie,initSegmentChange:Be}=v||U,{audioCodec:lt,videoCodec:at,defaultInitPts:Ut,duration:dr,initSegmentData:or}=J,Nr=Ju(I,n);if(Nr&&Gi(Nr.method)){const an=this.getDecrypter(),ln=Qa(Nr.method);if(an.isSync()){let Yr=an.softwareDecrypt(I,Nr.key.buffer,Nr.iv.buffer,ln);if(s.part>-1){const bi=an.flush();Yr=bi&&bi.buffer}if(!Yr)return w.executeEnd=Au(),to(s);I=new Uint8Array(Yr)}else return this.asyncResult=!0,this.decryptionPromise=an.webCryptoDecrypt(I,Nr.key.buffer,Nr.iv.buffer,ln).then(Yr=>{const An=this.push(Yr,null,s);return this.decryptionPromise=null,An}),this.decryptionPromise}const qr=this.needsProbing(ue,pe);if(qr){const an=this.configureTransmuxer(I);if(an)return this.logger.warn(`[transmuxer] ${an.message}`),this.observer.emit(o.ERROR,o.ERROR,{type:c.MEDIA_ERROR,details:f.FRAG_PARSING_ERROR,fatal:!1,error:an,reason:an.message}),w.executeEnd=Au(),to(s)}(ue||pe||Be||qr)&&this.resetInitSegment(or,lt,at,dr,n),(ue||Be||qr)&&this.resetInitialTimestamp(Ut),V||this.resetContiguity();const _n=this.transmux(I,Nr,Ie,xe,s);this.asyncResult=Cu(_n);const Kr=this.currentTransmuxState;return Kr.contiguous=!0,Kr.discontinuity=!1,Kr.trackSwitch=!1,w.executeEnd=Au(),_n}flush(t){const n=t.transmuxing;n.executeStart=Au();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:J,remuxer:V}=this;if(!J||!V){n.executeEnd=Au();const pe=[to(t)];return this.asyncResult?Promise.resolve(pe):pe}const ue=J.flush(U);return Cu(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:J,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,J,!0,this.id);t.push({remuxResult:ue,chunkMeta:s}),s.transmuxing.executeEnd=Au()}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:J}=this.demuxer.demux(t,n,!1,!this.config.progressive);return{remuxResult:this.remuxer.remux(w,I,U,J,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=Nu.length;pe<xe;pe++){var I;if((I=Nu[pe].demux)!=null&&I.probe(t,this.logger)){w=Nu[pe];break}}if(!w)return new Error("Failed to find demuxer by probing fragment data");const U=this.demuxer,J=this.remuxer,V=w.remux,ue=w.demux;(!J||!(J 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 yi(this.config)),t}}function Ju(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 to=k=>({remuxResult:{},chunkMeta:k});function Cu(k){return"then"in k&&k.then instanceof Function}class el{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 Zo{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 Rl=0;class Ll{constructor(t,n,s,v){this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=Rl++,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=J=>{const V=J.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=J=>{if(!this.hls)return;const V=new Error(`${J.message} (${J.filename}:${J.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=(J,V)=>{V=V||{},V.frag=this.frag||void 0,J===o.ERROR&&(V=V,V.parent=this.id,V.part=this.part,this.error=V.error),this.hls.trigger(J,V)};this.observer=new Ws,this.observer.on(o.FRAG_DECRYPTED,I),this.observer.on(o.ERROR,I);const U=nn(w.preferManagedMediaSource);if(this.useWorker&&typeof Worker!="undefined"){const J=this.hls.logger;if(w.workerPath||Hs()){try{w.workerPath?(J.log(`loading Web Worker ${w.workerPath} for "${n}"`),this.workerContext=Xe(w.workerPath)):(J.log(`injecting Web Worker for "${n}"`),this.workerContext=io());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:Pn(w)})}catch(ue){J.warn(`Error setting up "${n}" Web Worker, fallback to inline`,ue),this.terminateWorker(),this.error=null,this.transmuxer=new dl(this.observer,U,w,"",n,t.logger)}return}}this.transmuxer=new dl(this.observer,U,w,"",n,t.logger)}reset(){if(this.frag=null,this.part=null,this.workerContext){const t=this.instanceNo;this.instanceNo=Rl++;const n=this.hls.config,s=nn(n.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:t,typeSupported:s,id:this.id,config:Pn(n)})}}terminateWorker(){if(this.workerContext){const{worker:t}=this.workerContext;this.workerContext=null,t.removeEventListener("message",this.onWorkerMessage),t.removeEventListener("error",this.onWorkerError),Qe(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,J,V,ue){var pe,xe;V.transmuxing.start=self.performance.now();const{instanceNo:Ie,transmuxer:Be}=this,lt=I?I.start:w.start,at=w.decryptdata,Ut=this.frag,dr=!(Ut&&w.cc===Ut.cc),or=!(Ut&&V.level===Ut.level),Nr=Ut?V.sn-Ut.sn:-1,qr=this.part?V.part-this.part.index:-1,_n=Nr===0&&V.id>1&&V.id===(Ut==null?void 0:Ut.stats.chunkCount),Kr=!or&&(Nr===1||Nr===0&&(qr===1||_n&&qr<=0)),an=self.performance.now();(or||Nr||w.stats.parsing.start===0)&&(w.stats.parsing.start=an),I&&(qr||!Kr)&&(I.stats.parsing.start=an);const ln=!(Ut&&((pe=w.initSegment)==null?void 0:pe.url)===((xe=Ut.initSegment)==null?void 0:xe.url)),Yr=new Zo(dr,Kr,J,or,lt,ln);if(!Kr||dr||ln){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: ${Kr}
accurateTimeOffset: ${J}
timeOffset: ${lt}
initSegmentChange: ${ln}`);const An=new el(s,v,n,U,ue);this.configureTransmuxer(An)}if(this.frag=w,this.part=I,this.workerContext)this.workerContext.worker.postMessage({instanceNo:Ie,cmd:"demux",data:t,decryptdata:at,chunkMeta:V,state:Yr},t instanceof ArrayBuffer?[t]:[]);else if(Be){const An=Be.push(t,at,V,Yr);Cu(An)?An.then(bi=>{this.handleTransmuxComplete(bi)}).catch(bi=>{this.transmuxerError(bi,V,"transmuxer-interface push error")}):this.handleTransmuxComplete(An)}}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);Cu(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 fu=100;class sc extends wa{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,J=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===Vr.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&&J&&J.cc!==U?(J.abortRequests(),this.syncWithAnchor(n,J)):this.state===Vr.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(),J=Ot(I,w,U);J&&(this.log(`Syncing with main frag at ${J.start} cc ${J.cc}`),this.startFragRequested=!1,this.nextLoadPosition=J.start,this.resetLoadingState(),this.state===Vr.IDLE&&this.doTickIdle())}startLoad(t,n){if(!this.levels){this.startPosition=t,this.state=Vr.STOPPED;return}const s=this.lastCurrentTime;this.stopLoad(),this.setInterval(fu),s>0&&t===-1?(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),t=s,this.state=Vr.IDLE):this.state=Vr.WAITING_TRACK,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}doTick(){switch(this.state){case Vr.IDLE:this.doTickIdle();break;case Vr.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=Vr.WAITING_INIT_PTS}break}case Vr.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=Vr.IDLE}break}case Vr.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=Vr.FRAG_LOADING;const J=w.flush().buffer,V={frag:s,part:v,payload:J,networkDetails:null};this._handleFragmentLoadProgress(V),I&&super._handleFragmentLoadComplete(V)}else U&&U.cc!==n.frag.cc&&this.syncWithAnchor(U,n.frag)}else this.state=Vr.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],J=U.details;if(!J||this.waitForLive(U)||this.waitForCdnTuneIn(J)){this.state=Vr.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,J)){n.trigger(o.BUFFER_EOS,{type:"audio"}),this.state=Vr.ENDED;return}const pe=ue.len,xe=n.maxBufferLength,Ie=J.fragments,Be=Ie[0].start,lt=this.getLoadPosition(),at=this.flushing?lt:ue.end;if(this.switchingTrack&&v){const or=lt;J.PTSKnown&&or<Be&&(ue.end>Be||ue.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),v.currentTime=Be+.05)}if(pe>=xe&&!this.switchingTrack&&at<Ie[Ie.length-1].start)return;let Ut=this.getNextFragment(at,J);if(Ut&&this.isLoopLoading(Ut,at)&&(Ut=this.getNextFragmentLoopLoading(Ut,J,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&&Ae(Ut)&&!Ut.endList&&(!J.live||!this.loadingParts&&at<this.hls.liveSyncPosition)&&(this.fragmentTracker.getState(dr)===xr.OK&&(this.mainFragLoading=dr=null),dr&&Ae(dr))){if(Ut.start>dr.end){const Nr=this.fragmentTracker.getFragAtPos(at,u.MAIN);Nr&&Nr.end>dr.end&&(dr=Nr,this.mainFragLoading={frag:Nr,targetBufferTime:null})}if(Ut.start>dr.end)return}this.loadFragment(Ut,U,at)}onMediaDetaching(t,n){this.bufferFlushed=this.flushing=!1,super.onMediaDetaching(t,n)}onAudioTracksUpdated(t,{audioTracks:n}){this.resetTransmuxer(),this.levels=n.map(s=>new Gr(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!==Vr.STOPPED&&(this.setInterval(fu),this.state=Vr.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:J}=n;if(!v){this.warn(`Audio tracks reset while loading track ${I} "${J.name}" of "${U}"`);return}const V=this.mainDetails;if(!V||w.endCC>V.endCC||V.expired){this.cachedTrackLoadedData=n,this.state!==Vr.STOPPED&&(this.state=Vr.WAITING_TRACK);return}this.cachedTrackLoadedData=null,this.log(`Audio track ${I} "${J.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||(ea(w,V),w.alignedSliding||Ur(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===Vr.WAITING_TRACK&&!this.waitForCdnTuneIn(w)&&(this.state=Vr.IDLE),this.tick()}_handleFragmentLoadProgress(t){var n;const s=t.frag,{part:v,payload:w}=t,{config:I,trackId:U,levels:J}=this;if(!J){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=J[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 Ll(this.hls,u.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));const Ie=this.initPTS[s.cc],Be=(n=s.initSegment)==null?void 0:n.data;if(Ie!==void 0){const at=v?v.index:-1,Ut=at!==-1,dr=new Qs(s.level,s.sn,s.stats.chunkCount,w.byteLength,at,Ut);xe.push(w,Be,pe,"",s,v,ue.totalduration,!1,dr,Ie)}else{this.log(`Unknown video PTS for cc ${s.cc}, waiting for video PTS before demuxing audio frag ${s.sn} of [${ue.startSN} ,${ue.endSN}],track ${U}`);const{cache:lt}=this.waitingData=this.waitingData||{frag:s,part:v,cache:new $s,complete:!1};lt.push(new Uint8Array(w)),this.state!==Vr.STOPPED&&(this.state=Vr.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&&Ae(n.frag)&&(this.mainFragLoading=n,this.state===Vr.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(Ae(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=Vr.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===Vr.WAITING_TRACK&&((s=n.context)==null?void 0:s.type)===h.AUDIO_TRACK&&(this.state=Vr.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===Vr.ENDED&&(this.state=Vr.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:J,part:V,level:ue}=U,{details:pe}=ue,{audio:xe,text:Ie,id3:Be,initSegment:lt}=w;if(this.fragContextChanged(J)||!pe){this.fragmentTracker.removeFragment(J);return}if(this.state=Vr.PARSING,this.switchingTrack&&xe&&this.completeAudioSwitch(this.switchingTrack),lt!=null&&lt.tracks){const at=J.initSegment||J;if(this.unhandledEncryptionError(lt,J))return;this._bufferInitSegment(ue,lt.tracks,at,I),v.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:at,id:s,tracks:lt.tracks})}if(xe){const{startPTS:at,endPTS:Ut,startDTS:dr,endDTS:or}=xe;V&&(V.elementaryStreams[ie.AUDIO]={startPTS:at,endPTS:Ut,startDTS:dr,endDTS:or}),J.setElementaryStreamInfo(ie.AUDIO,at,Ut,dr,or),this.bufferFragmentData(xe,J,V,I)}if(Be!=null&&(n=Be.samples)!=null&&n.length){const at=y({id:s,frag:J,details:pe},Be);v.trigger(o.FRAG_PARSING_METADATA,at)}if(Ie){const at=y({id:s,frag:J,details:pe},Ie);v.trigger(o.FRAG_PARSING_USERDATA,at)}}_bufferInitSegment(t,n,s,v){if(this.state!==Vr.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 J={type:"audio",frag:s,part:null,chunkMeta:v,parent:s.type,data:U};this.hls.trigger(o.BUFFER_APPENDING,J)}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(!Ae(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=Vr.WAITING_INIT_PTS;const I=this.mainDetails;I&&I.fragmentStart!==n.details.fragmentStart&&Ur(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;li({name:n,lang:s,assocLang:v,characteristics:w,audioCodec:I,channels:U},t,mt)||(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 oo 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 J;try{J=new self.URL(U.URI,n.url).href}catch(V){this.warn(`Could not construct new URL for Rendition Report: ${V}`),J=U.URI||""}if(J===t){w=I;break}else J===t.substring(0,J.length)&&(w=I)}if(w!==-1){const I=v[w],U=parseInt(I["LAST-MSN"])||n.lastPartSn;let J=parseInt(I["LAST-PART"])||n.lastPartIndex;if(this.hls.config.lowLatencyMode){const ue=Math.min(n.age-n.partTarget,n.targetduration);J>=0&&ue>n.partTarget&&(J+=1)}const V=s&&mn(s);return new Vn(U,J>=0?J: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 J=this.hls.config.timelineOffset;if(J!==v.appliedTimelineOffset){const ue=Math.max(J||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:Nr}=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:Nr,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,Ie=(v.edge-xe)*1e3,Be=Hn(v,Ie);if(v.requestScheduled+Be<I?v.requestScheduled=I:v.requestScheduled+=Be,this.log(`live playlist ${t} ${v.advanced?"REFRESHED "+v.lastPartSn+"-"+v.lastPartIndex:v.updated?"UPDATED":"MISSED"}`),!this.canLoad||!v.live)return;let lt,at,Ut;if(v.canBlockReload&&v.endSN&&v.advanced){const dr=this.hls.config.lowLatencyMode,or=v.lastPartSn,Nr=v.endSN,qr=v.lastPartIndex,_n=qr!==-1,Kr=or===Nr;_n?Kr?(at=Nr+1,Ut=dr?0:qr):(at=or,Ut=dr?qr+1:v.maxPartIndex):at=Nr+1;const an=v.age,ln=an+v.ageHeader;let Yr=Math.min(ln-v.partTarget,v.targetduration*1.5);if(Yr>0){if(ln>v.targetduration*3)this.log(`Playlist last advanced ${an.toFixed(2)}s ago. Omitting segment and part directives.`),at=void 0,Ut=void 0;else if(s!=null&&s.tuneInGoal&&ln-v.partTarget>s.tuneInGoal)this.warn(`CDN Tune-in goal increased from: ${s.tuneInGoal} to: ${Yr} with playlist age: ${v.age}`),Yr=0;else{const An=Math.floor(Yr/v.targetduration);if(at+=An,Ut!==void 0){const bi=Math.round(Yr%v.targetduration/v.partTarget);Ut+=bi}this.log(`CDN Tune-in age: ${v.ageHeader}s last advanced ${an.toFixed(2)}s goal: ${Yr} skip sn ${An} to part ${Ut}`)}v.tuneInGoal=Yr}if(lt=this.getDeliveryDirectives(v,n.deliveryDirectives,at,Ut),dr||!Kr){v.requestScheduled=I,this.loadingPlaylist(ue,lt);return}}else(v.canBlockReload||v.canSkipUntil)&&(lt=this.getDeliveryDirectives(v,n.deliveryDirectives,at,Ut));lt&&at!==void 0&&v.canBlockReload&&(v.requestScheduled=w.loading.first+Math.max(Be-U*2,Be/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=mn(t);return n!=null&&n.skip&&t.deltaUpdateFailed&&(s=n.msn,v=n.part,w=Cr.No),new Vn(s,v,w)}checkRetry(t){const n=t.details,s=pt(t),v=t.errorAction,{action:w,retryCount:I=0,retryConfig:U}=v||{},J=!!v&&!!U&&(w===Je.RetryRequest||!v.resolved&&w===Je.SendAlternateToPenaltyBox);if(J){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 J}}function du(k,t){if(k.length!==t.length)return!1;for(let n=0;n<k.length;n++)if(!Tu(k[n].attrs,t[n].attrs))return!1;return!0}function Tu(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 Ml(k,t){return t.label.toLowerCase()===k.name.toLowerCase()&&(!t.language||t.language.toLowerCase()===(k.lang||"").toLowerCase())}class tl extends oo{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,Ie)=>{xe.id=Ie});else if(!w&&!this.tracksInGroup.length)return;this.tracksInGroup=U;const J=this.hls.config.audioPreference;if(!w&&J){const xe=Ca(J,U,mt);if(xe>-1)w=U[xe];else{const Ie=Ca(J,this.tracks);w=this.tracks[Ie]}}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&&li(t,v,mt))return v;const w=Ca(t,this.tracksInGroup,mt);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=Ui(t,n.levels,s,I,mt);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||li(t,v,mt)))return s}if(t){const{name:s,lang:v,assocLang:w,characteristics:I,audioCodec:U,channels:J}=t;for(let V=0;V<n.length;V++){const ue=n[V];if(li({name:s,lang:v,assocLang:w,characteristics:I,audioCodec:U,channels:J},ue,mt))return V}for(let V=0;V<n.length;V++){const ue=n[V];if(Tu(t.attrs,ue.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return V}for(let V=0;V<n.length;V++){const ue=n[V];if(Tu(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 Xc{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 Vl=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,fi="HlsJsTrackRemovedError";class Qc extends Error{constructor(t){super(t),this.name=fi}}class To 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=X(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 J=self.ManagedMediaSource;s.disableRemotePlayback=s.disableRemotePlayback||J&&I instanceof J,Ac(s),Bu(s,U),s.load()}catch(J){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: ${Pn(s,(J,V)=>J==="initSegment"?void 0:V)};
transfer tracks: ${Pn(v,(J,V)=>J==="initSegment"?void 0:V)}}`),!oe(v,s)){n.mediaSource=null,n.tracks=void 0;const J=t.currentTime,V=this.details,ue=Math.max(J,(V==null?void 0:V.fragments[0].start)||0);if(ue-J>1){this.log(`attachTransferred: waiting for playback to reach new tracks start time ${J} -> ${ue}`);return}this.warn(`attachTransferred: resetting MediaSource for incompatible tracks ("${Object.keys(v)}"->"${Object.keys(s)}") start time: ${ue} currentTime: ${J}`),this.onMediaDetaching(o.MEDIA_DETACHING,{}),this.onMediaAttaching(o.MEDIA_ATTACHING,n),t.currentTime=ue;return}this.transferData=void 0,w.forEach(J=>{const V=J,ue=v[V];if(ue){const pe=ue.buffer;if(pe){const xe=this.fragmentTracker,Ie=ue.id;if(xe.hasFragments(Ie)||xe.hasParts(Ie)){const at=ti.getBuffered(pe);xe.detectEvictedFragments(V,at,Ie,null,!0)}const Be=rl(V),lt=[V,pe];this.sourceBuffers[Be]=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 J=w.sourceBuffers;for(let V=J.length;V--;)U&&J[V].abort(),w.removeSourceBuffer(J[V]);U&&w.endOfStream()}catch(J){this.warn(`onMediaDetaching: ${J.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[rl(t)]=[null,null];const n=this.tracks[t];n&&(n.buffer=void 0)}resetQueue(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new Xc(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 J,V;const ue=n[U],{id:pe,codec:xe,levelCodec:Ie,container:Be,metadata:lt,supplemental:at}=ue;let Ut=s[U];const dr=(J=this.transferData)==null||(J=J.tracks)==null?void 0:J[U],or=dr!=null&&dr.buffer?dr:Ut,Nr=(or==null?void 0:or.pendingCodec)||(or==null?void 0:or.codec),qr=or==null?void 0:or.levelCodec;Ut||(Ut=s[U]={buffer:void 0,listeners:[],codec:xe,supplemental:at,container:Be,levelCodec:Ie,metadata:lt,id:pe});const _n=Le(Nr,qr),Kr=_n==null?void 0:_n.replace(Vl,"$1");let an=Le(xe,Ie);const ln=(V=an)==null?void 0:V.replace(Vl,"$1");an&&_n&&Kr!==ln&&(U.slice(0,5)==="audio"&&(an=Te(an,this.appendSource)),this.log(`switching codec ${Nr} to ${an}`),an!==(Ut.pendingCodec||Ut.codec)&&(Ut.pendingCodec=an),Ut.container=Be,this.appendChangeType(U,Be,an))}),(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 J=this.tracks.video;(this.lastVideoAppendEnd>v||J!=null&&J.buffer&&ti.isBuffered(J.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:J,chunkMeta:V,offset:ue}=n,pe=V.buffering[w],{sn:xe,cc:Ie}=U,Be=self.performance.now();pe.start=Be;const lt=U.stats.buffering,at=J?J.stats.buffering:null;lt.start===0&&(lt.start=Be),at&&at.start===0&&(at.start=Be);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,Nr=or==null?void 0:or.buffer;if(Nr&&xe!=="initSegment"){const Kr=J||U,an=this.blockedAudioAppend;if(w==="audio"&&I!=="main"&&!this.blockedAudioAppend&&!(or.ending||or.ended)){const Yr=Kr.start+Kr.duration*.05,An=Nr.buffered,bi=this.currentOp("video");!An.length&&!bi?this.blockAudio(Kr):!bi&&!ti.isBuffered(Nr,Yr)&&this.lastVideoAppendEnd<Yr&&this.blockAudio(Kr)}else if(w==="video"){const ln=Kr.end;if(an){const Yr=an.frag.start;(ln>Yr||ln<this.lastVideoAppendEnd||ti.isBuffered(Nr,Yr))&&this.unblockAudio()}this.lastVideoAppendEnd=ln}}const qr=(J||U).start,_n={label:`append-${w}`,execute:()=>{var Kr;pe.executeStart=self.performance.now();const an=(Kr=this.tracks[w])==null?void 0:Kr.buffer;an&&(dr?this.updateTimestampOffset(an,qr,.1,w,xe,Ie):ue!==void 0&&r(ue)&&this.updateTimestampOffset(an,ue,1e-6,w,xe,Ie)),this.appendExecutor(v,w)},onStart:()=>{},onComplete:()=>{const Kr=self.performance.now();pe.executeEnd=pe.end=Kr,lt.first===0&&(lt.first=Kr),at&&at.first===0&&(at.first=Kr);const an={};this.sourceBuffers.forEach(([ln,Yr])=>{ln&&(an[ln]=ti.getBuffered(Yr))}),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:J,chunkMeta:V,parent:U.type,timeRanges:an})},onError:Kr=>{var an;const ln={type:c.MEDIA_ERROR,parent:U.type,details:f.BUFFER_APPEND_ERROR,sourceBufferName:w,frag:U,part:J,chunkMeta:V,error:Kr,err:Kr,fatal:!1},Yr=(an=this.media)==null?void 0:an.error;if(Kr.code===DOMException.QUOTA_EXCEEDED_ERR||Kr.name=="QuotaExceededError"||"quota"in Kr)ln.details=f.BUFFER_FULL_ERROR;else if(Kr.code===DOMException.INVALID_STATE_ERR&&this.mediaSourceOpenOrEnded&&!Yr)ln.errorAction=sr(!0);else if(Kr.name===fi&&this.sourceBufferCount===0)ln.errorAction=sr(!0);else{const An=++this.appendErrors[w];this.warn(`Failed ${An}/${this.hls.config.appendErrorMaxRetry} times to append segment in "${w}" sourceBuffer (${Yr||"no media error"})`),(An>=this.hls.config.appendErrorMaxRetry||Yr)&&(ln.fatal=!0)}this.hls.trigger(o.ERROR,ln)}};this.append(_n,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 J=self.performance.now();s.stats.buffering.end=J,v&&(v.stats.buffering.end=J);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(J=>{this.warn(`Fragment buffered callback ${J}`),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 J=v.frontBufferFlushThreshold;if(r(J)&&J>0){const V=Math.max(v.maxBufferLength,J),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=ti.getBuffered(w);if(U.length>0&&s>U.start(0)){var I;this.hls.trigger(o.BACK_BUFFER_REACHED,{bufferEnd:s});const J=this.tracks[v];if((I=this.details)!=null&&I.live)this.hls.trigger(o.LIVE_BACK_BUFFER_REACHED,{bufferEnd:s});else if(J!=null&&J.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=ti.getBuffered(w),U=I.length;if(U<2)return;const J=I.start(U-1),V=I.end(U-1);if(s>J||t>=J&&t<=V)return;this.hls.trigger(o.BUFFER_FLUSHING,{startOffset:J,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}) ${Pn(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 J=this.getTrackCodec(U,I),V=`${U.container};codecs=${J}`;U.codec=J,this.log(`creating sourceBuffer(${V})${this.currentOp(I)?" Queued":""} ${Pn(U)}`);try{const ue=s.addSourceBuffer(V),pe=rl(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")&&Se(s,"video")&&(v=Rt(v,s));const w=Le(v,t.levelCodec);return w?n.slice(0,5)==="audio"?Te(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 J=r(v.duration)?v.duration:1/0,V=r(w.duration)?w.duration:1/0,ue=Math.max(0,n),pe=Math.min(s,J,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 Qc(`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 Bu(k,t){const n=self.document.createElement("source");n.type="video/mp4",n.src=t,k.appendChild(n)}function rl(k){return k==="audio"?1:0}class ju{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,ju.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,J)=>J?U.width!==J.width||U.height!==J.height:!0;let w=t.length-1;const I=Math.max(n,s);for(let U=0;U<t.length;U+=1){const J=t[U];if((J.width>=I||J.height>=I)&&v(J,t[U+1])){w=U;break}}return w}}const iu={MANIFEST:"m",AUDIO:"a",VIDEO:"v",MUXED:"av",INIT:"i",CAPTION:"c",TIMED_TEXT:"tt",KEY:"k",OTHER:"o"},mf={HLS:"h"};class Uu{constructor(t,n){Array.isArray(t)&&(t=t.map(s=>s instanceof Uu?s:new Uu(s))),this.value=t,this.params=n}}const qc="Dict";function Fl(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 Jc(k,t,n,s){return new Error(`failed to ${k} "${Fl(t)}" as ${n}`,{cause:s})}function hu(k,t,n){return Jc("serialize",k,t,n)}class Pu{constructor(t){this.description=t}}const Bl="Bare Item",uo="Boolean";function Qo(k){if(typeof k!="boolean")throw hu(k,uo);return k?"?1":"?0"}function au(k){return btoa(String.fromCharCode(...k))}const Cc="Byte Sequence";function Yl(k){if(ArrayBuffer.isView(k)===!1)throw hu(k,Cc);return`:${au(k)}:`}const Iu="Integer";function ef(k){return k<-999999999999999||999999999999999<k}function Tc(k){if(ef(k))throw hu(k,Iu);return k.toString()}function Ou(k){return`@${Tc(k.getTime()/1e3)}`}function Nl(k,t){if(k<0)return-Nl(-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 zu="Decimal";function Pc(k){const t=Nl(k,3);if(Math.floor(Math.abs(t)).toString().length>12)throw hu(k,zu);const n=t.toString();return n.includes(".")?n:`${n}.0`}const jl="String",Xa=/[\x00-\x1f\x7f]+/;function Df(k){if(Xa.test(k))throw hu(k,jl);return`"${k.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function vf(k){return k.description||k.toString().slice(7,-1)}const hl="Token";function Ic(k){const t=vf(k);if(/^([a-zA-Z*])([!#$%&'*+\-.^_`|~\w:/]*)$/.test(t)===!1)throw hu(t,hl);return t}function tf(k){switch(typeof k){case"number":if(!r(k))throw hu(k,Bl);return Number.isInteger(k)?Tc(k):Pc(k);case"string":return Df(k);case"symbol":return Ic(k);case"boolean":return Qo(k);case"object":if(k instanceof Date)return Ou(k);if(k instanceof Uint8Array)return Yl(k);if(k instanceof Pu)return Ic(k);default:throw hu(k,Bl)}}const Oc="Key";function pu(k){if(/^[a-z*][a-z0-9\-_.*]*$/.test(k)===!1)throw hu(k,Oc);return k}function Dc(k){return k==null?"":Object.entries(k).map(([t,n])=>n===!0?`;${pu(t)}`:`;${pu(t)}=${tf(n)}`).join("")}function oc(k){return k instanceof Uu?`${tf(k.value)}${Dc(k.params)}`:tf(k)}function uc(k){return`(${k.value.map(oc).join(" ")})${Dc(k.params)}`}function _f(k,t={whitespace:!0}){if(typeof k!="object"||k==null)throw hu(k,qc);const n=k instanceof Map?k.entries():Object.entries(k),s=t!=null&&t.whitespace?" ":"";return Array.from(n).map(([v,w])=>{w instanceof Uu||(w=new Uu(w));let I=pu(v);return w.value===!0?I+=Dc(w.params):(I+="=",Array.isArray(w.value)?I+=uc(w):I+=oc(w)),I}).join(`,${s}`)}function kc(k,t){return _f(k,t)}const xo="CMCD-Object",Ls="CMCD-Request",nl="CMCD-Session",su="CMCD-Status",rf={br:xo,ab:xo,d:xo,ot:xo,tb:xo,tpb:xo,lb:xo,tab:xo,lab:xo,url:xo,pb:Ls,bl:Ls,tbl:Ls,dl:Ls,ltc:Ls,mtp:Ls,nor:Ls,nrr:Ls,rc:Ls,sn:Ls,sta:Ls,su:Ls,ttfb:Ls,ttfbb:Ls,ttlb:Ls,cmsdd:Ls,cmsds:Ls,smrt:Ls,df:Ls,cs:Ls,ts:Ls,cid:nl,pr:nl,sf:nl,sid:nl,st:nl,v:nl,msd:nl,bs:su,bsd:su,cdn:su,rtp:su,bg:su,pt:su,ec:su,e:su},gf={REQUEST:Ls};function lc(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 Po(k,t){const n={};if(!k)return n;const s=Object.keys(k),v=t?lc(t):{};return s.reduce((w,I)=>{var U;const J=rf[I]||v[I]||gf.REQUEST,V=(U=w[J])!==null&&U!==void 0?U:w[J]={};return V[I]=k[I],w},n)}function yf(k){return["ot","sf","st","e","sta"].includes(k)}function nf(k){return typeof k=="number"?r(k):k!=null&&k!==""&&k!==!1}const wl="event";function il(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 lo=k=>Math.round(k),pl=(k,t)=>Array.isArray(k)?k.map(n=>pl(n,t)):k instanceof Uu&&typeof k.value=="string"?new Uu(pl(k.value,t),k.params):(t.baseUrl&&(k=il(k,t.baseUrl)),t.version===1?encodeURIComponent(k):k),Rc=k=>lo(k/100)*100,xf={br:lo,d:lo,bl:Rc,dl:Rc,mtp:Rc,nor:(k,t)=>{let n=k;return t.version>=2&&(k instanceof Uu&&typeof k.value=="string"?n=new Uu([k]):typeof k=="string"&&(n=[k])),pl(n,t)},rtp:Rc,tb:lo},El="request",Wo="response",Sl=["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"],Ue=["e"],$u=/^[a-zA-Z0-9-.]+-[a-zA-Z0-9-.]+$/;function qo(k){return $u.test(k)}function cc(k){return Sl.includes(k)||Ue.includes(k)||qo(k)}const Jo=["d","dl","nor","ot","rtp","su"];function Zu(k){return Sl.includes(k)||Jo.includes(k)||qo(k)}const Lc=["cmsdd","cmsds","rc","smrt","ttfb","ttfbb","ttlb","url"];function fc(k){return Sl.includes(k)||Jo.includes(k)||Lc.includes(k)||qo(k)}const Ul=["bl","br","bs","cid","d","dl","mtp","nor","nrr","ot","pr","rtp","sf","sid","st","su","tb","v"];function Al(k){return Ul.includes(k)||qo(k)}const al={[Wo]:fc,[wl]:cc,[El]:Zu};function Mc(k,t={}){const n={};if(k==null||typeof k!="object")return n;const s=t.version||k.v||1,v=t.reportingMode||El,w=s===1?Al:al[v];let I=Object.keys(k).filter(w);const U=t.filter;typeof U=="function"&&(I=I.filter(U));const J=v===Wo||v===wl;J&&!I.includes("ts")&&I.push("ts"),s>1&&!I.includes("v")&&I.push("v");const V=y({},xf,t.formatters),ue={version:s,reportingMode:v,baseUrl:t.baseUrl};return I.sort().forEach(pe=>{let xe=k[pe];const Ie=V[pe];if(typeof Ie=="function"&&(xe=Ie(xe,ue)),pe==="v"){if(s===1)return;xe=s}pe=="pr"&&xe===1||(J&&pe==="ts"&&!r(xe)&&(xe=Date.now()),nf(xe)&&(yf(pe)&&typeof xe=="string"&&(xe=new Pu(xe)),n[pe]=xe))}),n}function dc(k,t={}){const n={};if(!k)return n;const s=Mc(k,t),v=Po(s,t==null?void 0:t.customHeaderMap);return Object.entries(v).reduce((w,[I,U])=>{const J=kc(U,{whitespace:!1});return J&&(w[I]=J),w},n)}function Du(k,t,n){return y(k,dc(t,n))}const Cl="CMCD";function Wu(k,t={}){return k?kc(Mc(k,t),{whitespace:!1}):""}function Gf(k,t={}){if(!k)return"";const n=Wu(k,t);return encodeURIComponent(n)}function wf(k,t={}){if(!k)return"";const n=Gf(k,t);return`${Cl}=${n}`}const eu=/CMCD=[^&#]+/;function zl(k,t,n){const s=wf(t,n);if(!s)return k;if(eu.test(k))return k.replace(eu,s);const v=k.includes("?")?"&":"?";return`${k}${v}${s}`}class af{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:iu.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],J=this.getObjectType(w),V={d:(I||w).duration*1e3,ot:J};(J===iu.VIDEO||J===iu.AUDIO||J==iu.MUXED)&&(V.br=U.bitrate/1e3,V.tb=this.getTopBandwidth(J)/1e3,V.bl=this.getBufferLength(J));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:mf.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===iu.INIT||n.ot===iu.VIDEO||n.ot===iu.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={}),Du(t.headers,n,w)):t.url=zl(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 J=w[U];if(J.index===s&&J.fragment.sn===I)return w[U+1]}}}getObjectType(t){const{type:n}=t;if(n==="subtitle")return iu.TIMED_TEXT;if(t.sn==="initSegment")return iu.INIT;if(n==="audio")return iu.AUDIO;if(n==="main")return this.hls.audioTracks.length?iu.VIDEO:iu.MUXED}getTopBandwidth(t){let n=0,s;const v=this.hls;if(t===iu.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===iu.AUDIO?this.audioBuffer:this.videoBuffer;return!s||!n?NaN:ti.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 hc=3e5;class pc 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)===Je.SendAlternateToPenaltyBox&&s.flags===ye.MoveAllAlternatesMatchingHost){const v=this.levels;let w=this._pathwayPriority,I=this.pathwayId;if(n.context){const{groupId:U,pathwayId:J,type:V}=n.context;U&&v?I=this.getPathwayForGroupId(U,V,I):J&&(I=J)}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: ${Pn(w)} penalized: ${Pn(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]>hc&&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,J=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];J&&V&&this.levels&&(V.attrs["STABLE-VARIANT-ID"]!==J.attrs["STABLE-VARIANT-ID"]&&V.bitrate!==J.bitrate&&this.log(`Unstable Pathways change from bitrate ${J.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":J}=w;if(n.some(ue=>ue.pathwayId===I))return;const V=this.getLevelsForPathway(U).map(ue=>{const pe=new ma(ue.attrs);pe["PATHWAY-ID"]=I;const xe=pe.AUDIO&&`${pe.AUDIO}_clone_${I}`,Ie=pe.SUBTITLES&&`${pe.SUBTITLES}_clone_${I}`;xe&&(s[pe.AUDIO]=xe,pe.AUDIO=xe),Ie&&(v[pe.SUBTITLES]=Ie,pe.SUBTITLES=Ie);const Be=Ql(ue.uri,pe["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",J),lt=new Gr({attrs:pe,audioCodec:ue.audioCodec,bitrate:ue.bitrate,height:ue.height,name:ue.name,url:Be,videoCodec:ue.videoCodec,width:ue.width});if(ue.audioGroups)for(let at=1;at<ue.audioGroups.length;at++)lt.addGroupId("audio",`${ue.audioGroups[at]}_clone_${I}`);if(ue.subtitleGroups)for(let at=1;at<ue.subtitleGroups.length;at++)lt.addGroupId("text",`${ue.subtitleGroups[at]}_clone_${I}`);return lt});n.push(...V),Xl(this.audioTracks,s,J,I),Xl(this.subtitleTracks,v,J,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||{},J={loadPolicy:I,timeout:I.maxLoadTimeMs,maxRetry:U.maxNumRetry||0,retryDelay:U.retryDelayMs||0,maxRetryDelay:U.maxRetryDelayMs||0},V={onSuccess:(ue,pe,xe,Ie)=>{this.log(`Loaded steering manifest: "${v}"`);const Be=ue.data;if((Be==null?void 0:Be.VERSION)!==1){this.log(`Steering VERSION ${Be.VERSION} not supported!`);return}this.updated=performance.now(),this.timeToLoad=Be.TTL;const{"RELOAD-URI":lt,"PATHWAY-CLONES":at,"PATHWAY-PRIORITY":Ut}=Be;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),at&&this.clonePathways(at);const dr={steeringManifest:Be,url:v.toString()};this.hls.trigger(o.STEERING_MANIFEST_LOADED,dr),Ut&&this.updatePathwayPriority(Ut)},onError:(ue,pe,xe,Ie)=>{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 Be=this.timeToLoad*1e3;if(ue.code===429){const lt=this.loader;if(typeof(lt==null?void 0:lt.getResponseHeader)=="function"){const at=lt.getResponseHeader("Retry-After");at&&(Be=parseFloat(at)*1e3)}this.log(`Steering manifest ${pe.url} rate limited`);return}this.scheduleRefresh(this.uri||pe.url,Be)},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,J,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 Xl(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 ma(U.attrs),U.url=U.attrs.URI=Ql(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 Ql(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 J=new self.URL(k);return v&&!U&&(J.host=v),w&&Object.keys(w).sort().forEach(V=>{V&&J.searchParams.set(V,w[V])}),J.href}function ku(k,t,n){mu(k,t,n),k.addEventListener(t,n)}function mu(k,t,n){k.removeEventListener(t,n)}class sl 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=sl.CDMCleanupPromise?[sl.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=ko(this.config));const U=I.map(jo).filter(J=>!!J);this.keyFormatPromise=this.getKeyFormatPromise(U)}this.keyFormatPromise.then(I=>{const U=Eo(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 J;try{const Ie=Ft(new Uint8Array(v)),Be=Za(JSON.parse(Ie).sinf),lt=xt(Be);if(!lt)throw new Error("'schm' box missing or not cbcs/cenc with schi > tenc");J=new Uint8Array(lt.subarray(8,24))}catch(Ie){this.warn(`${w} Failed to parse sinf: ${Ie}`);return}const V=ee.hexDump(J),{keyIdToKeySessionPromise:ue,mediaKeySessions:pe}=this;let xe=ue[V];for(let Ie=0;Ie<pe.length;Ie++){const Be=pe[Ie],lt=Be.decryptdata;if(!lt.keyId)continue;const at=ee.hexDump(lt.keyId);if(V===at||lt.uri.replace(/-/g,"").indexOf(V)!==-1){if(xe=ue[at],!xe)continue;if(lt.pssh)break;delete ue[at],lt.pssh=new Uint8Array(v),lt.keyId=J,xe=ue[V]=xe.then(()=>this.generateRequestWithPreferredKeySession(Be,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,J)=>!!I&&J.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 J=V=>{const ue=V.shift();this.getMediaKeysPromise(ue,v,w).then(pe=>I({keySystem:ue,mediaKeys:pe})).catch(pe=>{V.length?J(V):pe instanceof tu?U(pe):U(new tu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_ACCESS,error:pe,fatal:!0},pe.message))})};J(t)})}requestMediaKeySystemAccess(t,n){const{requestMediaKeySystemAccessFunc:s}=this.config;if(typeof s!="function"){let v=`Configured requestMediaKeySystemAccess is not a function ${s}`;return Yo===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=xi(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: ${Pn(v)}`),I=this.requestMediaKeySystemAccess(t,v);const U=this.keySystemAccessPromises[t]={keySystemAccess:I};return I.catch(J=>{this.log(`Failed to obtain access to key-system "${t}": ${J}`)}),I.then(J=>{this.log(`Access for key-system "${J.keySystem}" obtained`);const V=this.fetchServerCertificate(t);return this.log(`Create media-keys for "${t}"`),U.mediaKeys=J.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: ${ee.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 ee.hexDump(t.keyId)}updateKeySession(t,n){var s;const v=t.mediaKeysSession;return this.log(`Updating key-session "${v.sessionId}" for keyID ${ee.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})=>jo(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=jo(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=ko(this.config),s=t.map(Eo).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:J})=>(this.throwIfDestroyed(),this.log(`Handle encrypted media sn: ${t.frag.sn} ${t.frag.type}: ${t.frag.level} using key ${v}`),this.attemptSetMediaKeys(U,J).then(()=>(this.throwIfDestroyed(),this.createMediaKeySessionContext({keySystem:U,mediaKeys:J,decryptdata:n}))))),(this.keyIdToKeySessionPromise[s]=w.then(U=>{const J="cenc",V=n.pssh?n.pssh.buffer:null;return this.generateRequestWithPreferredKeySession(U,J,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 tu?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=Eo(t.keyFormat),w=v?[v]:ko(this.config);return this.attemptKeySystemAccess(w)}return s}getKeySystemSelectionPromise(t){if(t.length||(t=ko(this.config)),t.length===0)throw new tu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_CONFIGURED_LICENSE,fatal:!0},`Missing key-system license configuration options ${Pn({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 Ie=I.call(this.hls,n,s,t);if(!Ie)throw new Error("Invalid response from configured generateRequest filter");n=Ie.initDataType,s=Ie.initData?Ie.initData:null,t.decryptdata.pssh=s?new Uint8Array(s):null}catch(Ie){var U;if(this.warn(Ie.message),(U=this.hls)!=null&&U.config.debug)throw Ie}if(s===null)return this.log(`Skipping key-session request for "${v}" (no initData)`),Promise.resolve(t);const J=this.getKeyIdString(t.decryptdata);this.log(`Generating key-session request for "${v}": ${J} (init data type: ${n} length: ${s?s.byteLength:null})`);const V=new Ws,ue=t._onmessage=Ie=>{const Be=t.mediaKeysSession;if(!Be){V.emit("error",new Error("invalid state"));return}const{messageType:lt,message:at}=Ie;this.log(`"${lt}" message event for session "${Be.sessionId}" message size: ${at.byteLength}`),lt==="license-request"||lt==="license-renewal"?this.renewLicense(t,at).catch(Ut=>{V.eventNames().length?V.emit("error",Ut):this.handleError(Ut)}):lt==="license-release"?t.keySystem===rs.FAIRPLAY&&(this.updateKeySession(t,ks("acknowledged")),this.removeSession(t)):this.warn(`unhandled media key message type "${lt}"`)},pe=t._onkeystatuseschange=Ie=>{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 ${J}`),this.renewKeySession(t))};ku(t.mediaKeysSession,"message",ue),ku(t.mediaKeysSession,"keystatuseschange",pe);const xe=new Promise((Ie,Be)=>{V.on("error",Be),V.on("keyStatus",lt=>{lt.startsWith("usable")?Ie():lt==="output-restricted"?Be(new tu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED,fatal:!1},"HDCP level output restricted")):lt==="internal-error"?Be(new tu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_STATUS_INTERNAL_ERROR,fatal:!0},`key status changed to "${lt}"`)):lt==="expired"?Be(new Error("key expired while generating request")):this.warn(`unhandled key status change "${lt}"`)})});return t.mediaKeysSession.generateRequest(n,s).then(()=>{var Ie;this.log(`Request generated for key-session "${(Ie=t.mediaKeysSession)==null?void 0:Ie.sessionId}" keyId: ${J}`)}).catch(Ie=>{throw new tu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_NO_SESSION,error:Ie,fatal:!1},`Error generating key-session request: ${Ie}`)}).then(()=>xe).catch(Ie=>{throw V.removeAllListeners(),this.removeSession(t),Ie}).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: ${ee.hexDump("buffer"in s?new Uint8Array(s.buffer,s.byteOffset,s.byteLength):new Uint8Array(s))} session keyId: ${ee.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 J={responseType:"arraybuffer",url:w},V=n.certLoadPolicy.default,ue={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},pe={onSuccess:(xe,Ie,Be,lt)=>{I(xe.data)},onError:(xe,Ie,Be,lt)=>{U(new tu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Be,response:b({url:J.url,data:void 0},xe)},`"${t}" certificate request failed (${w}). Status: ${xe.code} (${xe.text})`))},onTimeout:(xe,Ie,Be)=>{U(new tu({type:c.KEY_SYSTEM_ERROR,details:f.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED,fatal:!0,networkDetails:Be,response:{url:J.url,data:void 0}},`"${t}" certificate request timed out (${w})`))},onAbort:(xe,Ie,Be)=>{U(new Error("aborted"))}};v.load(J,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 tu({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 tu({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 Ie=(I=ue.querySelector("name"))==null?void 0:I.textContent,Be=(U=ue.querySelector("value"))==null?void 0:U.textContent;Ie&&Be&&t.setRequestHeader(Ie,Be)}}const J=v.querySelector("Challenge"),V=J==null?void 0:J.textContent;if(!V)throw new Error("Cannot find <Challenge> in key message");return ks(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 J=U.response;this.log(`License received ${J instanceof ArrayBuffer?J.byteLength:J}`);const V=this.config.licenseResponseCallback;if(V)try{J=V.call(this.hls,U,I,t)}catch(ue){this.error(ue)}v(J)}else{const J=s.errorRetry,V=J?J.maxNumRetry:0;if(this._requestLicenseFailureCount++,this._requestLicenseFailureCount>V||U.status>=400&&U.status<500)w(new tu({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:J,licenseChallenge:V})=>{t.keySystem==rs.PLAYREADY&&(V=this.unpackPlayReadyKeyMessage(J,V)),J.send(V)})})}onDestroying(){this.unregisterListeners(),this._clear()}onMediaAttached(t,n){if(!this.config.emeEnabled)return;const s=n.media;this.media=s,ku(s,"encrypted",this.onMediaEncrypted),ku(s,"waitingforkey",this.onWaitingForKey)}onMediaDetached(){const t=this.media;t&&(mu(t,"encrypted",this.onMediaEncrypted),mu(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;sl.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(ss(w)?new Promise((U,J)=>{self.setTimeout(()=>J(new Error("MediaKeySession.remove() timeout")),8e3),n.remove().then(U)}):Promise.resolve()).catch(U=>{var J;this.log(`Could not remove session: ${U}`),(J=this.hls)==null||J.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 J;this.log(`Could not close session: ${U}`),(J=this.hls)==null||J.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}`)})})}}}sl.CDMCleanupPromise=void 0;class tu 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 Ef{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,J=1e3*I/w,V=this.hls;if(V.trigger(o.FPS_DROP,{currentDropped:I,currentDecoded:U,totalDroppedFrames:s}),J>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 Fc(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 Hu(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 ol(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 $l(k,t,n,s){const v=k.mode;if(v==="disabled"&&(k.mode="hidden"),k.cues&&k.cues.length>0){const w=Bc(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 sf(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 Bc(k,t,n){const s=[],v=sf(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 mc(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 T extends oo{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=mc(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;mc(s.textTracks).forEach(I=>{ol(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 J=this.findTrackId(w);J===-1&&w&&(J=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),J!==-1&&this.trackId===-1&&this.setSubtitleTrack(J)}}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||li(w,t)))return v}if(t){for(let v=0;v<n.length;v++){const w=n[v];if(Tu(t.attrs,w.attrs,["LANGUAGE","ASSOC-LANGUAGE","CHARACTERISTICS"]))return v}for(let v=0;v<n.length;v++){const w=n[v];if(Tu(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(Ml(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&&li(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=mc(t.textTracks),s=this.currentTrack;let v;if(s&&(v=n.filter(w=>Ml(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:J,type:V,url:ue}=v;this.hls.trigger(o.SUBTITLE_TRACK_SWITCH,{id:I,groupId:U,name:J,type:V,url:ue});const pe=this.switchParams(v.url,s==null?void 0:s.details,v.details);this.loadPlaylist(pe)}}function O(){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 L(k){let t=5381,n=k.length;for(;n;)t=t*33^k.charCodeAt(--n);return(t>>>0).toString()}const ve=.025;let Oe=function(k){return k[k.Point=0]="Point",k[k.Range=1]="Range",k}({});function fn(k,t,n){return`${k.identifier}-${n+1}-${L(t)}`}class In{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 vn(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=vn(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 vn(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)<ve))}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"?Oe.Range:Oe.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 Wa(this)}}function vn(k,t){return k-t.start<t.duration/2&&!(Math.abs(k-(t.start+t.duration))<ve)?t.start:t.start+t.duration}function Li(k,t,n){const s=new self.URL(k,n);return s.protocol!=="data:"&&s.searchParams.set("_HLS_primary_id",t),s}function is(k,t){for(;(n=k.assetList[++t])!=null&&n.error;)var n;return t}function Wa(k){return`["${k.identifier}" ${k.cue.pre?"<pre>":k.cue.post?"<post>":""}${k.timelineStart.toFixed(2)}-${k.resumeTime.toFixed(2)}]`}function mo(k){const t=k.timelineStart,n=k.duration||0;return`["${k.identifier}" ${t.toFixed(2)}-${(t+n).toFixed(2)}]`}class Ss{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:J})=>{this.removeMediaListeners(),this.mediaAttached=J,this.interstitial.playoutLimit&&(J.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=Li(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=ti.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=ti.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: ${mo(this.assetItem)} ${(t=this.hls)==null?void 0:t.sessionId} ${this.appendInPlace?"append-in-place":""}`}}const Io=.033;class js 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),J=w?w.filter(V=>!U.includes(V.identifier)):[];I.length&&I.sort((V,ue)=>{const pe=V.cue.pre,xe=V.cue.post,Ie=ue.cue.pre,Be=ue.cue.post;if(pe&&!Ie)return-1;if(Ie&&!pe||xe&&!Be)return 1;if(Be&&!xe)return-1;if(!pe&&!Ie&&!xe&&!Be){const lt=V.startTime,at=ue.startTime;if(lt!==at)return lt-at}return V.dateRange.tagOrder-ue.dateRange.tagOrder}),this.events=I,J.forEach(V=>{this.removeEvent(V)}),this.updateSchedule(t,J)}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((J,V)=>Math.abs(J.playout.start-w[V].playout.start)>.005||Math.abs(J.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],J=t[U];if(J.isInterstitial){let V=this.eventMap[U];V?V.setDateRange(J):(V=new In(J,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(J=>!J.error&&!(J.cue.once&&J.hasPlayed)),t.length){this.resolveOffsets(t,n);let J=0,V=0;if(t.forEach((ue,pe)=>{const xe=ue.cue.pre,Ie=ue.cue.post,Be=t[pe-1]||null,lt=ue.appendInPlace,at=Ie?w:ue.startOffset,Ut=ue.duration,dr=ue.timelineOccupancy===Oe.Range?Ut:0,or=ue.resumptionOffset,Nr=(Be==null?void 0:Be.startTime)===at,qr=at+ue.cumulativeDuration;let _n=lt?qr+Ut:at+or;if(xe||!Ie&&at<=0){const an=V;V+=dr,ue.timelineStart=qr;const ln=I;I+=Ut,s.push({event:ue,start:qr,end:_n,playout:{start:ln,end:I},integrated:{start:an,end:V}})}else if(at<=w){if(!Nr){const Yr=at-J;if(Yr>Io){const An=J,bi=V;V+=Yr;const $i=I;I+=Yr;const fa={previousEvent:t[pe-1]||null,nextEvent:ue,start:An,end:An+Yr,playout:{start:$i,end:I},integrated:{start:bi,end:V}};s.push(fa)}else Yr>0&&Be&&(Be.cumulativeDuration+=Yr,s[s.length-1].end=at)}Ie&&(_n=qr),ue.timelineStart=qr;const an=V;V+=dr;const ln=I;I+=Ut,s.push({event:ue,start:qr,end:_n,playout:{start:ln,end:I},integrated:{start:an,end:V}})}else return;const Kr=ue.resumeTime;Ie||Kr>w?J=w:J=Kr}),J<w){var U;const ue=J,pe=V,xe=w-J;V+=xe;const Ie=I;I+=xe,s.push({previousEvent:((U=s[s.length-1])==null?void 0:U.event)||null,nextEvent:null,start:J,end:ue+xe,playout:{start:Ie,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,J)=>{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=Cn(null,s.fragments,U.startOffset+U.resumptionOffset,0,0)||void 0),U.appendInPlace&&!U.appendInPlaceStarted&&(this.primaryCanResumeInPlaceAt(U,n)||(U.appendInPlace=!1)),!U.appendInPlace&&J+1<t.length&&t[J+1].startTime-t[J].resumeTime<Io&&(t[J+1].appendInPlace=!1,t[J+1].appendInPlace&&this.warn(`Could not change append strategy for abutting event ${U}`));const Ie=r(U.resumeOffset)?U.resumeOffset:U.duration;w+=Ie})}primaryCanResumeInPlaceAt(t,n){const s=t.resumeTime,v=t.startTime+t.resumptionOffset;return Math.abs(s-v)>ve?(this.log(`"${t.identifier}" resumption ${s} not aligned with estimated timeline end ${v}`),!1):!Object.keys(n).some(I=>{const U=n[I].details,J=U.edge;if(s>=J)return this.log(`"${t.identifier}" resumption ${s} past ${I} playlist end ${J}`),!1;const V=Cn(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)<ve+ue||Math.abs(V.end-s)<ve+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],J=n+s;U.startOffset=s,U.timelineStart=J,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 Gu(k){return`[${k.event?'"'+k.event.identifier+'"':"primary"}: ${k.start.toFixed(2)}-${k.end.toFixed(2)}]`}class of{constructor(t){this.hls=void 0,this.hls=t}destroy(){this.hls=null}loadAssetList(t,n){const s=t.assetListUrl;let v;try{v=Li(s,this.hls.sessionId,t.baseUrl)}catch(xe){const Ie=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,xe,s);this.hls.trigger(o.ERROR,Ie);return}n&&v.protocol!=="data:"&&v.searchParams.set("_HLS_start_offset",""+n);const w=this.hls.config,I=w.loader,U=new I(w),J={responseType:"json",url:v.href},V=w.interstitialAssetListLoadPolicy.default,ue={loadPolicy:V,timeout:V.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},pe={onSuccess:(xe,Ie,Be,lt)=>{const at=xe.data,Ut=at==null?void 0:at.ASSETS;if(!Array.isArray(Ut)){const dr=this.assignAssetListError(t,f.ASSET_LIST_PARSING_ERROR,new Error("Invalid interstitial asset list"),Be.url,Ie,lt);this.hls.trigger(o.ERROR,dr);return}t.assetListResponse=at,this.hls.trigger(o.ASSET_LIST_LOADED,{event:t,assetListResponse:at,networkDetails:lt})},onError:(xe,Ie,Be,lt)=>{const at=this.assignAssetListError(t,f.ASSET_LIST_LOAD_ERROR,new Error(`Error loading X-ASSET-LIST: HTTP status ${xe.code} ${xe.text} (${Ie.url})`),Ie.url,lt,Be);this.hls.trigger(o.ERROR,at)},onTimeout:(xe,Ie,Be)=>{const lt=this.assignAssetListError(t,f.ASSET_LIST_LOAD_TIMEOUT,new Error(`Timeout loading X-ASSET-LIST (${Ie.url})`),Ie.url,xe,Be);this.hls.trigger(o.ERROR,lt)}};return U.load(J,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 vc(k){k==null||k.play().catch(()=>{})}class uf 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 J;const Ie=this.findItemIndex(U);let Be=this.schedule.findItemIndexAtTime(s);if(Be===-1&&(Be=Ie+(I?-1:1),this.log(`seeked ${I?"back ":""}to position not covered by schedule ${s} (resolving from ${Ie} to ${Be})`)),!this.isInterstitial(U)&&(J=this.media)!=null&&J.paused&&(this.shouldPlay=!1),!I&&Be>Ie){const lt=this.schedule.findJumpRestrictedIndex(Ie+1,Be);if(lt>Ie){this.setSchedulePosition(lt);return}}this.setSchedulePosition(Be);return}const V=this.playingAsset;if(!V){if(this.playingLastItem&&this.isInterstitial(U)){const Ie=U.event.assetList[0];Ie&&(this.endedItem=this.playingItem,this.playingItem=null,this.setScheduleToAssetAtTime(s,Ie))}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||[],J=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: ${J.map(lt=>Gu(lt))} pos: ${this.timelinePos}`),ue.length&&this.log(`Removed events ${ue}`);let xe=null,Ie=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 Be=this.bufferingItem;if(Be&&(Ie=this.updateItem(Be,this.bufferedPos),this.itemsMatch(Be,Ie)?this.bufferingItem=Ie:Be.event&&(this.bufferingItem=this.playingItem,this.clearInterstitial(Be.event,null))),s.forEach(lt=>{lt.assetList.forEach(at=>{this.clearAssetPlayer(at.identifier,null)})}),this.playerQueue.forEach(lt=>{if(lt.interstitial.appendInPlace){const at=lt.assetItem.timelineStart,Ut=lt.timelineOffset-at;if(Ut)try{lt.timelineOffset=at}catch(dr){Math.abs(Ut)>ve&&this.warn(`${dr} ("${lt.assetId}" ${lt.timelineOffset}->${at})`)}}}),pe||v){if(this.hls.trigger(o.INTERSTITIALS_UPDATED,{events:U.slice(0),schedule:J.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),Be&&this.trimInPlace(Ie,Be),this.checkBuffer()}},this.hls=t,this.HlsPlayerClass=n,this.assetListLoader=new of(t),this.schedule=new js(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){mu(t,"play",this.onPlay),mu(t,"pause",this.onPause),mu(t,"seeking",this.onSeeking),mu(t,"timeupdate",this.onTimeupdate)}onMediaAttaching(t,n){const s=this.media=n.media;ku(s,"seeking",this.onSeeking),ku(s,"timeupdate",this.onTimeupdate),ku(s,"play",this.onPlay),ku(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,Ie,Be,lt)=>{if(pe){let at=pe[xe].start;const Ut=pe.event;if(Ut){if(xe==="playout"||Ut.timelineOccupancy!==Oe.Point){const dr=s(Ie);(dr==null?void 0:dr.interstitial)===Ut&&(at+=dr.assetItem.startOffset+dr[lt])}}else{const dr=Be==="bufferedPos"?I():t[Be];at+=dr-pe.start}return at}return 0},w=(pe,xe)=>{var Ie;if(pe!==0&&xe!=="primary"&&(Ie=t.schedule)!=null&&Ie.length){var Be;const lt=t.schedule.findItemIndexAtTime(pe),at=(Be=t.schedule.items)==null?void 0:Be[lt];if(at){const Ut=at[xe].start-at.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,Ie;return(xe=t.primaryDetails)!=null&&xe.live?t.primaryDetails.edge:((Ie=t.schedule)==null?void 0:Ie.durations[pe])||0},J=(pe,xe)=>{var Ie,Be;const lt=t.effectivePlayingItem;if(lt!=null&&(Ie=lt.event)!=null&&Ie.restrictions.skip||!t.schedule)return;t.log(`seek to ${pe} "${xe}"`);const at=t.effectivePlayingItem,Ut=t.schedule.findItemIndexAtTime(pe,xe),dr=(Be=t.schedule.items)==null?void 0:Be[Ut],or=t.getBufferingPlayer(),Nr=or==null?void 0:or.interstitial,qr=Nr==null?void 0:Nr.appendInPlace,_n=at&&t.itemsMatch(at,dr);if(at&&(qr||_n)){const Kr=s(t.playingAsset),an=(Kr==null?void 0:Kr.media)||t.primaryMedia;if(an){const ln=xe==="primary"?an.currentTime:v(at,xe,t.playingAsset,"timelinePos","currentTime"),Yr=pe-ln,An=(qr?ln:an.currentTime)+Yr;if(An>=0&&(!Kr||qr||An<=Kr.duration)){an.currentTime=An;return}}}if(dr){let Kr=pe;if(xe!=="primary"){const ln=dr[xe].start,Yr=pe-ln;Kr=dr.start+Yr}const an=!t.isInterstitial(dr);if((!t.isInterstitial(at)||at.event.appendInPlace)&&(an||dr.event.appendInPlace)){const ln=t.media||(qr?or==null?void 0:or.media:null);ln&&(ln.currentTime=Kr)}else if(at){const ln=t.findItemIndex(at);if(Ut>ln){const An=t.schedule.findJumpRestrictedIndex(ln+1,Ut);if(An>ln){t.setSchedulePosition(An);return}}let Yr=0;if(an)t.timelinePos=Kr,t.checkBuffer();else{const An=dr.event.assetList,bi=pe-(dr[xe]||dr).start;for(let $i=An.length;$i--;){const fa=An[$i];if(fa.duration&&bi>=fa.startOffset&&bi<fa.startOffset+fa.duration){Yr=$i;break}}}t.setSchedulePosition(Ut,Yr)}}},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 Ie;return v(xe,"playout",t.bufferingAsset,"bufferedPos","bufferedEnd")-xe.playout.start||((Ie=t.bufferingAsset)==null?void 0:Ie.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(),Ie=t.effectivePlayingItem;Ie&&Ie===xe&&J(pe+Ie.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(Ie=>t.getAssetPlayer(Ie.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){J(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){J(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 Ie=t.findItemIndex(pe);if(xe.appendInPlace){const Be=pe.playout.start+pe.event.duration;J(Be+.001,"playout")}else t.advanceAfterAssetEnded(xe,Ie,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} ${Pn(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,J=U&&t.interstitial.appendInPlace,V=(s=this.detachedData)==null?void 0:s.mediaSource;let ue;if(I.media)J&&(w=I.transferMedia(),this.detachedData=w),ue="Primary";else if(V){const Be=this.getBufferingPlayer();Be?(w=Be.transferMedia(),ue=`${Be}`):ue="detached MediaSource"}else ue="detached media";if(!w){if(V)w=this.detachedData,this.log(`using detachedData: MediaSource ${Pn(w)}`);else if(!this.detachedData||I.media===n){const Be=this.playerQueue;Be.length>1&&Be.forEach(lt=>{if(U&&lt.interstitial.appendInPlace!==J){const at=lt.interstitial;this.clearInterstitial(lt.interstitial,null),at.appendInPlace=!1,at.appendInPlace&&this.warn(`Could not change append strategy for queued assets ${at}`)}}),this.hls.detachMedia(),this.detachedData={media:n}}}const 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 Ie=this.schedule;if(xe===w&&Ie){const Be=U&&t.assetId===Ie.assetIdAtEnd;xe.overrides={duration:Ie.duration,endOfStream:!U||Be,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=is(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=is(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 J=t.resumeTime;this.timelinePos<J&&(this.timelinePos=J,t.appendInPlace&&this.advanceInPlace(J),this.checkBuffer(this.bufferedPos<J)),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&&Gu(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,Ie=xe?this.getAssetPlayer(xe):null;if(Ie&&xe&&(!this.eventItemsMatch(I,w)||n!==void 0&&xe!==ue.assetList[n].identifier)){var J;const Be=ue.findAssetIndex(pe);if(this.log(`INTERSTITIAL_ASSET_ENDED ${Be+1}/${ue.assetList.length} ${mo(pe)}`),this.endedAsset=pe,this.playingAsset=null,this.hls.trigger(o.INTERSTITIAL_ASSET_ENDED,{asset:pe,assetListIndex:Be,event:ue,schedule:v.slice(0),scheduleIndex:t,player:Ie}),I!==this.playingItem){this.itemsMatch(I,this.playingItem)&&!this.playingAsset&&this.advanceAfterAssetEnded(ue,this.findItemIndex(this.playingItem),Be);return}this.retreiveMediaSource(xe,w),Ie.media&&!((J=this.detachedData)!=null&&J.mediaSource)&&Ie.detachMedia()}if(!this.eventItemsMatch(I,w)&&(this.endedItem=I,this.playingItem=null,this.log(`INTERSTITIAL_ENDED ${ue} ${Gu(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 Be=(V=this.schedule)==null?void 0:V.items;if(w&&Be){const lt=this.findItemIndex(w);this.advanceSchedule(lt,Be,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,J=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 Be=is(ue,s-1);if(ue.isAssetPastPlayoutLimit(Be)||ue.appendInPlace&&this.timelinePos===U.end){this.advanceAfterAssetEnded(ue,t,s);return}s=Be}const pe=this.waitingItem;this.assetsBuffered(U,J)||this.setBufferingItem(U);let xe=this.preloadAssets(ue,s);if(this.eventItemsMatch(U,pe||v)||(this.waitingItem=U,this.log(`INTERSTITIAL_STARTED ${Gu(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),!J){this.log(`Waiting for attachMedia to start Interstitial ${ue}`);return}this.waitingItem=this.endedItem=null,this.playingItem=U;const Ie=ue.assetList[s];if(!Ie){this.advanceAfterAssetEnded(ue,t,s||0);return}if(xe||(xe=this.getAssetPlayer(Ie.identifier)),xe===null||xe.destroyed){const Be=ue.assetList.length;this.warn(`asset ${s+1}/${Be} player destroyed ${ue}`),xe=this.createAssetPlayer(ue,Ie,s),xe.loadSource()}if(!this.eventItemsMatch(U,this.bufferingItem)&&ue.appendInPlace&&this.isAssetBuffered(Ie))return;this.startAssetPlayer(xe,s,n,t,J),this.shouldPlay&&vc(xe.media)}else U!==null?(this.resumePrimary(U,t,v),this.shouldPlay&&vc(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 ${Gu(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 ${Gu(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:ti.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=Hi(n);this.playerQueue.forEach(({hls:v})=>v&&(v.setAudioOption(n)||v.setAudioOption(s)))}onSubtitleTrackSwitch(t,n){const s=Hi(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=ti.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=ti.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 J=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((J===-1&&w&&t>=w.end||(V=xe.event)!=null&&V.appendInPlace&&t+.01>=xe.start)&&(J=pe),this.isInterstitial(w)){const Ie=w.event;if(pe-U>1&&Ie.appendInPlace===!1||Ie.assetList.length===0&&Ie.assetListLoader)return}if(this.bufferedPos=t,J>ue&&J>U)this.bufferedToItem(xe);else{const Ie=this.primaryDetails;this.primaryLive&&Ie&&t>Ie.edge-Ie.targetduration&&xe.start<Ie.edge+this.hls.config.interstitialLiveLookAhead&&this.isInterstitial(xe)&&this.preloadAssets(xe.event,0)}}else s&&I&&!this.itemsMatch(I,w)&&(J===U?this.bufferedToItem(I):J===U+1&&this.bufferedToItem(n[J]))}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 J=U?U.remaining:n?n.end-this.timelinePos:0;if(this.log(`INTERSTITIALS_BUFFERED_TO_BOUNDARY ${Gu(t)}`+(n?` (${J.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 J=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(J+.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-J;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,J,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 J=t.assetList[n];if(J){const V=this.getAssetPlayer(J.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:fn(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 J=v.audioTracks[v.audioTrack],V=v.subtitleTracks[v.subtitleTrack];let ue=0;if(this.primaryLive||t.appendInPlace){const Nr=this.timelinePos-n.timelineStart;if(Nr>1){const qr=n.duration;qr&&Nr<qr&&(ue=Nr)}}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:J||w.audioPreference,subtitlePreference:V||w.subtitlePreference});t.appendInPlace&&(t.appendInPlaceStarted=!0,n.timelineStart&&(xe.timelineOffset=n.timelineStart));const Ie=xe.cmcd;Ie!=null&&Ie.sessionId&&Ie.contentId&&(xe.cmcd=y({},Ie,{contentId:L(n.uri)})),this.getAssetPlayer(pe)&&this.warn(`Duplicate date range identifier ${t} and asset ${pe}`);const Be=new Ss(this.HlsPlayerClass,xe,t,n);this.playerQueue.push(Be),t.assetList[s]=n;let lt=!0;const at=Nr=>{if(Nr.live){var qr;const an=new Error(`Interstitials MUST be VOD assets ${t}`),ln={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:an},Yr=((qr=this.schedule)==null?void 0:qr.findEventIndex(t.identifier))||-1;this.handleAssetItemError(ln,t,Yr,s,an.message);return}const _n=Nr.edge-Nr.fragmentStart,Kr=n.duration;(lt||Kr===null||_n>Kr)&&(lt=!1,this.log(`Interstitial asset "${pe}" duration change ${Kr} > ${_n}`),n.duration=_n,this.updateSchedule())};Be.on(o.LEVEL_UPDATED,(Nr,{details:qr})=>at(qr)),Be.on(o.LEVEL_PTS_UPDATED,(Nr,{details:qr})=>at(qr)),Be.on(o.EVENT_CUE_ENTER,()=>this.onInterstitialCueEnter());const Ut=(Nr,qr)=>{const _n=this.getAssetPlayer(pe);if(_n&&qr.tracks){_n.off(o.BUFFER_CODECS,Ut),_n.tracks=qr.tracks;const Kr=this.primaryMedia;this.bufferingAsset===_n.assetItem&&Kr&&!_n.media&&this.bufferAssetPlayer(_n,Kr)}};Be.on(o.BUFFER_CODECS,Ut);const dr=()=>{var Nr;const qr=this.getAssetPlayer(pe);if(this.log(`buffered to end of asset ${qr}`),!qr||!this.schedule)return;const _n=this.schedule.findEventIndex(t.identifier),Kr=(Nr=this.schedule.items)==null?void 0:Nr[_n];this.isInterstitial(Kr)&&this.advanceAssetBuffering(Kr,n)};Be.on(o.BUFFERED_TO_END,dr);const or=Nr=>()=>{if(!this.getAssetPlayer(pe)||!this.schedule)return;this.shouldPlay=!0;const _n=this.schedule.findEventIndex(t.identifier);this.advanceAfterAssetEnded(t,_n,Nr)};return Be.once(o.MEDIA_ENDED,or(s)),Be.once(o.PLAYOUT_LIMIT_REACHED,or(1/0)),Be.on(o.ERROR,(Nr,qr)=>{if(!this.schedule)return;const _n=this.getAssetPlayer(pe);if(qr.details===f.BUFFER_STALLED_ERROR){if(_n!=null&&_n.appendInPlace){this.handleInPlaceStall(t);return}this.onTimeupdate(),this.checkBuffer(!0);return}this.handleAssetItemError(qr,t,this.schedule.findEventIndex(t.identifier),s,`Asset player error ${qr.error} ${t}`)}),Be.on(o.DESTROYING,()=>{if(!this.getAssetPlayer(pe)||!this.schedule)return;const qr=new Error(`Asset player destroyed unexpectedly ${pe}`),_n={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:qr};this.handleAssetItemError(_n,t,this.schedule.findEventIndex(t.identifier),s,qr.message)}),this.log(`INTERSTITIAL_ASSET_PLAYER_CREATED ${mo(n)}`),this.hls.trigger(o.INTERSTITIAL_ASSET_PLAYER_CREATED,{asset:n,assetListIndex:s,event:t,player:Be}),Be}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&&Gu(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:J}=t,V=I.assetList.length,ue=this.playingAsset;this.endedAsset=null,this.playingAsset=U,(!ue||ue.identifier!==J)&&(ue&&(this.clearAssetPlayer(ue.identifier,s[v]),delete ue.error),this.log(`INTERSTITIAL_ASSET_STARTED ${n+1}/${V} ${mo(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),J=(s=this.schedule.items)==null?void 0:s[U];if(!J)return;t.loadSource(),this.setBufferingItem(J),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 ${mo(I)} SourceBuffer tracks ('${Object.keys(t.tracks)}') are not compatible with primary content tracks ('${Object.keys(pe)}')`),Ie={fatal:!0,type:c.OTHER_ERROR,details:f.INTERSTITIAL_ASSET_ITEM_ERROR,error:xe},Be=w.findAssetIndex(I);this.handleAssetItemError(Ie,w,U,Be,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 J=U.currentTime||v-I.timelineStart,V=U.duration-J;if(this.warn(`Stalled at ${J} of ${J+V} in ${U} ${t} (media.currentTime: ${v})`),J&&(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&&mo(I)} ${t.error}`),!this.schedule)return;const U=(I==null?void 0:I.identifier)||"",J=this.getAssetPlayerQueueIndex(U),V=this.playerQueue[J]||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,Ie=this.bufferingAsset,Be=new Error(w);if(I&&(this.clearAssetPlayer(U,null),I.error=Be),!n.assetList.some(lt=>!lt.error))n.error=Be;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):Ie&&Ie.identifier===U&&this.isInterstitial(this.bufferingItem)&&this.advanceAssetBuffering(this.bufferingItem,Ie)}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: ${Gu(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 J=w.timelineStart,V=w.duration;let ue=0;U.forEach((lt,at)=>{const Ut=parseFloat(lt.DURATION);this.createAsset(w,at,ue,J+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 Ie=(v=this.bufferingItem)==null?void 0:v.event;if(xe){var Be;const lt=this.schedule.findEventIndex(I),at=(Be=this.schedule.items)==null?void 0:Be[lt];if(at){if(!this.playingItem&&this.timelinePos>at.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(at)}this.setSchedulePosition(lt)}else if((Ie==null?void 0:Ie.identifier)===I){const lt=w.assetList[0];if(lt){const at=this.getAssetPlayer(lt.identifier);if(Ie.appendInPlace){const Ut=this.primaryMedia;at&&Ut&&this.bufferAssetPlayer(at,Ut)}else at&&at.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 Tl=500;class Bi extends wa{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=Vr.IDLE,this.setInterval(Tl),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)||(Ae(s)&&(this.fragPrevious=s),this.state=Vr.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 J=s.start+s.duration;I?I.end=J:(I={start:U,end:J},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!==Vr.STOPPED&&(this.state=Vr.IDLE))}onSubtitleTracksUpdated(t,{subtitleTracks:n}){if(this.levels&&du(this.levels,n)){this.levels=n.map(s=>new Gr(s));return}this.tracksBuffered=[],this.levels=n.map(s=>{const v=new Gr(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!==Vr.STOPPED&&this.setInterval(Tl)}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 J=w[U];if(U>=w.length||!J)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=J.details)!=null&&s.live){if(I.deltaUpdateFailed)return;const pe=this.mainDetails;if(!pe){this.startFragRequested=!1;return}const xe=pe.fragments[0];if(!J.details)I.hasProgramDateTime&&pe.hasProgramDateTime?(Ur(I,pe),V=I.fragmentStart):xe&&(V=xe.start,Rn(I,V));else{var ue;V=this.alignPlaylists(I,J.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)}J.details=I,this.levelLastLoaded=J,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===Vr.IDLE&&(Cn(null,I.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),J.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&&Gi(v.method)){const I=performance.now();this.decrypter.decrypt(new Uint8Array(s),v.key.buffer,v.iv.buffer,Qa(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 J=performance.now();w.trigger(o.FRAG_DECRYPTED,{frag:n,payload:U,stats:{tstart:I,tdecrypt:J}})}).catch(U=>{this.warn(`${U.name}: ${U.message}`),this.state=Vr.IDLE})}}doTick(){if(!this.media){this.state=Vr.IDLE;return}if(this.state===Vr.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=ti.bufferedInfo(this.tracksBuffered[this.currentTrackId]||[],w,v.maxBufferHole),{end:U,len:J}=I,V=s.details,ue=this.hls.maxBufferLength+V.levelTargetDuration;if(J>ue)return;const pe=V.fragments,xe=pe.length,Ie=V.edge;let Be=null;const lt=this.fragPrevious;if(U<Ie){const dr=v.maxFragLookUpTolerance,or=U>Ie-dr?0:dr;Be=Cn(lt,pe,Math.max(pe[0].start,U),or),!Be&&lt&&lt.start<pe[0].start&&(Be=pe[0])}else Be=pe[xe-1];if(Be=this.filterReplacedPrimary(Be,s.details),!Be)return;const at=Be.sn-V.startSN,Ut=pe[at-1];if(Ut&&Ut.cc===Be.cc&&this.fragmentTracker.getState(Ut)===xr.NOT_LOADED&&(Be=Ut),this.fragmentTracker.getState(Be)===xr.NOT_LOADED){const dr=this.mapToInitFragWhenRequired(Be);dr&&this.loadFragment(dr,s,U)}}}loadFragment(t,n,s){Ae(t)?super.loadFragment(t,n,s):this._loadInitSegment(t,n)}get mediaBufferTimeRanges(){return new _c(this.tracksBuffered[this.currentTrackId]||[])}}class _c{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 Nc={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},Ho=k=>String.fromCharCode(Nc[k]||k),As=15,$a=100,Zl={17:1,18:3,21:5,22:7,23:9,16:11,19:12,20:14},ql={17:2,18:4,21:6,22:8,23:10,19:13,20:15},jc={25:1,26:3,29:5,30:7,31:9,24:11,27:12,28:14},Wl={25:2,26:4,29:6,30:8,31:10,27:13,28:15},Hl=["white","green","blue","cyan","red","yellow","magenta","black","transparent"];class Sf{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 ml=function(t){const n=[];for(let s=0;s<t.length;s++)n.push(t[s].toString(16));return n};class Pl{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 Pl}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 Uc{constructor(t){this.chars=[],this.pos=0,this.currPenState=new Pl,this.cueStartTime=null,this.logger=void 0;for(let n=0;n<$a;n++)this.chars.push(new Af);this.logger=t}equals(t){for(let n=0;n<$a;n++)if(!this.chars[n].equals(t.chars[n]))return!1;return!0}copy(t){for(let n=0;n<$a;n++)this.chars[n].copy(t.chars[n])}isEmpty(){let t=!0;for(let n=0;n<$a;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>$a&&(this.logger.log(3,"Too large cursor position "+this.pos),this.pos=$a)}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=Ho(t);if(this.pos>=$a){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<$a;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<$a;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 zc{constructor(t){this.rows=[],this.currRow=As-1,this.nrRollUpRows=null,this.lastOutputScreen=null,this.logger=void 0;for(let n=0;n<As;n++)this.rows.push(new Uc(t));this.logger=t}reset(){for(let t=0;t<As;t++)this.rows[t].clear();this.currRow=As-1}equals(t){let n=!0;for(let s=0;s<As;s++)if(!this.rows[s].equals(t.rows[s])){n=!1;break}return n}copy(t){for(let n=0;n<As;n++)this.rows[n].copy(t.rows[n])}isEmpty(){let t=!0;for(let n=0;n<As;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 = "+Pn(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<As;U++)this.rows[U].clear();const w=this.currRow+1-this.nrRollUpRows,I=this.lastOutputScreen;if(I){const U=I.rows[w].cueStartTime,J=this.logger.time;if(U!==null&&J!==null&&U<J)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 = "+Pn(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<As;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 Ru{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 zc(s),this.nonDisplayedMemory=new zc(s),this.lastOutputScreen=new zc(s),this.currRollUpRow=this.displayedMemory.rows[As-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[As-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: "+Pn(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 vl{constructor(t,n,s){this.channels=void 0,this.currentChannel=0,this.cmdHistory=Ku(),this.logger=void 0;const v=this.logger=new Sf;this.channels=[null,new Ru(t,n,v),new Ru(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,()=>"["+ml([n[s],n[s+1]])+"] -> ("+ml([v,w])+")");const J=this.cmdHistory;if(v>=16&&v<=31){if($c(v,w,J)){_l(null,null,J),this.logger.log(3,()=>"Repeated command ("+ml([v,w])+") is dropped");continue}_l(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 _l(null,null,J);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 "+ml([v,w])+" orig: "+ml([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 ("+ml([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?Zl[t]:jc[t]:s=I===1?ql[t]:Wl[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 '"+Ho(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 = "+ml(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=Hl[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()}_l(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 _l(k,t,n){n.a=k,n.b=t}function $c(k,t,n){return n.a===k&&n.b===t}function Ku(){return{a:null,b:null}}var Jl=function(){if(Vo!=null&&Vo.VTTCue)return self.VTTCue;const k=["","lr","rl"],t=["start","middle","end","left","right"];function n(U,J){if(typeof J!="string"||!Array.isArray(U))return!1;const V=J.toLowerCase();return~U.indexOf(V)?V:!1}function s(U){return n(k,U)}function v(U){return n(t,U)}function w(U,...J){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,J,V){const ue=this,pe={enumerable:!0};ue.hasBeenReset=!1;let xe="",Ie=!1,Be=U,lt=J,at=V,Ut=null,dr="",or=!0,Nr="auto",qr="start",_n=50,Kr="middle",an=50,ln="middle";Object.defineProperty(ue,"id",w({},pe,{get:function(){return xe},set:function(Yr){xe=""+Yr}})),Object.defineProperty(ue,"pauseOnExit",w({},pe,{get:function(){return Ie},set:function(Yr){Ie=!!Yr}})),Object.defineProperty(ue,"startTime",w({},pe,{get:function(){return Be},set:function(Yr){if(typeof Yr!="number")throw new TypeError("Start time must be set to a number.");Be=Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"endTime",w({},pe,{get:function(){return lt},set:function(Yr){if(typeof Yr!="number")throw new TypeError("End time must be set to a number.");lt=Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"text",w({},pe,{get:function(){return at},set:function(Yr){at=""+Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"region",w({},pe,{get:function(){return Ut},set:function(Yr){Ut=Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"vertical",w({},pe,{get:function(){return dr},set:function(Yr){const An=s(Yr);if(An===!1)throw new SyntaxError("An invalid or illegal string was specified.");dr=An,this.hasBeenReset=!0}})),Object.defineProperty(ue,"snapToLines",w({},pe,{get:function(){return or},set:function(Yr){or=!!Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"line",w({},pe,{get:function(){return Nr},set:function(Yr){if(typeof Yr!="number"&&Yr!=="auto")throw new SyntaxError("An invalid number or illegal string was specified.");Nr=Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"lineAlign",w({},pe,{get:function(){return qr},set:function(Yr){const An=v(Yr);if(!An)throw new SyntaxError("An invalid or illegal string was specified.");qr=An,this.hasBeenReset=!0}})),Object.defineProperty(ue,"position",w({},pe,{get:function(){return _n},set:function(Yr){if(Yr<0||Yr>100)throw new Error("Position must be between 0 and 100.");_n=Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"positionAlign",w({},pe,{get:function(){return Kr},set:function(Yr){const An=v(Yr);if(!An)throw new SyntaxError("An invalid or illegal string was specified.");Kr=An,this.hasBeenReset=!0}})),Object.defineProperty(ue,"size",w({},pe,{get:function(){return an},set:function(Yr){if(Yr<0||Yr>100)throw new Error("Size must be between 0 and 100.");an=Yr,this.hasBeenReset=!0}})),Object.defineProperty(ue,"align",w({},pe,{get:function(){return ln},set:function(Yr){const An=v(Yr);if(!An)throw new SyntaxError("An invalid or illegal string was specified.");ln=An,this.hasBeenReset=!0}})),ue.displayState=void 0}return I.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},I}();class ec{decode(t,n){if(!t)return"";if(typeof t!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))}}function Mn(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 ni{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 Yi(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],J=I[1];t(U,J)}}const ka=new Jl(0,0,""),qi=ka.align==="middle"?"middle":"center";function Sa(k,t,n){const s=k;function v(){const U=Mn(k);if(U===null)throw new Error("Malformed timestamp: "+s);return k=k.replace(/^[^\sa-zA-Z-]+/,""),U}function w(U,J){const V=new ni;Yi(U,function(xe,Ie){let Be;switch(xe){case"region":for(let lt=n.length-1;lt>=0;lt--)if(n[lt].id===Ie){V.set(xe,n[lt].region);break}break;case"vertical":V.alt(xe,Ie,["rl","lr"]);break;case"line":Be=Ie.split(","),V.integer(xe,Be[0]),V.percent(xe,Be[0])&&V.set("snapToLines",!1),V.alt(xe,Be[0],["auto"]),Be.length===2&&V.alt("lineAlign",Be[1],["start",qi,"end"]);break;case"position":Be=Ie.split(","),V.percent(xe,Be[0]),Be.length===2&&V.alt("positionAlign",Be[1],["start",qi,"end","line-left","line-right","auto"]);break;case"size":V.percent(xe,Ie);break;case"align":V.alt(xe,Ie,["start",qi,"end","left","right"]);break}},/:/,/\s/),J.region=V.get("region",null),J.vertical=V.get("vertical","");let ue=V.get("line","auto");ue==="auto"&&ka.line===-1&&(ue=-1),J.line=ue,J.lineAlign=V.get("lineAlign","start"),J.snapToLines=V.get("snapToLines",!0),J.size=V.get("size",100),J.align=V.get("align",qi);let pe=V.get("position","auto");pe==="auto"&&ka.position===50&&(pe=J.align==="start"||J.align==="left"?0:J.align==="end"||J.align==="right"?100:50),J.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 Pa(k){return k.replace(/<br(?: \/)?>/gi,`
`)}class Ms{constructor(){this.state="INITIAL",this.buffer="",this.decoder=new ec,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=Pa(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){Yi(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{Sa(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,Cs=function(t,n,s=0){return t.slice(s,s+n.length)===n},gl=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 Vu(k,t,n){return L(k.toString())+L(t.toString())+L(n)}const Il=function(t,n,s){let v=t[n],w=t[v.prevCC];if(!w||!w.new&&v.new){t.ccOffset=t.presentationOffset=v.start,v.new=!1;return}for(;(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 Ol(k,t,n,s,v,w,I){const U=new Ms,J=q(new Uint8Array(k)).trim().replace(oa,`
`).split(`
`),V=[],ue=t?Aa(t.baseTime,t.timescale):0;let pe="00:00.000",xe=0,Ie=0,Be,lt=!0;U.oncue=function(at){const Ut=n[s];let dr=n.ccOffset;const or=(xe-ue)/9e4;if(Ut!=null&&Ut.new&&(Ie!==void 0?dr=n.ccOffset=Ut.start:Il(n,s,or)),or){if(!t){Be=new Error("Missing initPTS for VTT MPEGTS");return}dr=or-n.presentationOffset}const Nr=at.endTime-at.startTime,qr=ns((at.startTime+dr-Ie)*9e4,v*9e4)/9e4;at.startTime=Math.max(qr,0),at.endTime=Math.max(qr+Nr,0);const _n=at.text.trim();at.text=decodeURIComponent(encodeURIComponent(_n)),at.id||(at.id=Vu(at.startTime,at.endTime,_n)),at.endTime>0&&V.push(at)},U.onparsingerror=function(at){Be=at},U.onflush=function(){if(Be){I(Be);return}w(V)},J.forEach(at=>{if(lt)if(Cs(at,"X-TIMESTAMP-MAP=")){lt=!1,at.slice(16).split(",").forEach(Ut=>{Cs(Ut,"LOCAL:")?pe=Ut.slice(6):Cs(Ut,"MPEGTS:")&&(xe=parseInt(Ut.slice(7)))});try{Ie=gl(pe)/1e3}catch(Ut){Be=Ut}return}else at===""&&(lt=!1);U.parse(at+`
`)}),U.flush()}const yl="stpp.ttml.im1t",Kf=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,kf=/^(\d*(?:\.\d*)?)(h|m|s|ms|f|t)$/,tc={left:"start",center:"center",right:"end",start:"start",end:"end"};function Rf(k,t,n,s){const v=yt(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=ri(t.baseTime,1,t.timescale);try{w.forEach(U=>n(lf(U,I)))}catch(U){s(U)}}function lf(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",J=Cf(Zc(v,"styling","style")),V=Cf(Zc(v,"layout","region")),ue=Zc(v,"body","[begin]");return[].map.call(ue,pe=>{const xe=bl(pe,U);if(!xe||!pe.hasAttribute("begin"))return null;const Ie=cf(pe.getAttribute("begin"),I),Be=cf(pe.getAttribute("dur"),I);let lt=cf(pe.getAttribute("end"),I);if(Ie===null)throw Wc(pe);if(lt===null){if(Be===null)throw Wc(pe);lt=Ie+Be}const at=new Jl(Ie-t,lt-t,xe);at.id=Vu(at.startTime,at.endTime,at.text);const Ut=V[pe.getAttribute("region")],dr=J[pe.getAttribute("style")],or=Qf(Ut,dr,J),{textAlign:Nr}=or;if(Nr){const qr=tc[Nr];qr&&(at.lineAlign=qr),at.align=Nr}return y(at,or),at}).filter(pe=>pe!==null)}function Zc(k,t,n){const s=k.getElementsByTagName(t)[0];return s?[].slice.call(s.querySelectorAll(n)):[]}function Cf(k){return k.reduce((t,n)=>{const s=n.getAttribute("xml:id");return s&&(t[s]=n),t},{})}function bl(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?bl(s,t):t?n+s.textContent.trim().replace(/\s+/g," "):n+s.textContent},"")}function Qf(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,J)=>{const V=Yu(t,s,J)||Yu(k,s,J)||Yu(v,s,J);return V&&(U[J]=V),U},{})}function Yu(k,t,n){return k&&k.hasAttributeNS(t,n)?k.getAttributeNS(t,n):null}function Wc(k){return new Error(`Could not parse ttml timestamp ${k}`)}function cf(k,t){if(!k)return null;let n=Mn(k);return n===null&&(Kf.test(k)?n=vu(k,t):kf.test(k)&&(n=Tf(k,t))),n}function vu(k,t){const n=Kf.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 Tf(k,t){const n=kf.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 Hc{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 Dl{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=Pf(),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 Hc(this,"textTrack1"),n=new Hc(this,"textTrack2"),s=new Hc(this,"textTrack3"),v=new Hc(this,"textTrack4");this.cea608Parser1=new vl(1,t,n),this.cea608Parser2=new vl(3,s,v)}addCues(t,n,s,v,w){let I=!1;for(let U=w.length;U--;){const J=w[U],V=Lf(J[0],J[1],n,s);if(V>=0&&(J[0]=Math.min(J[0],n),J[1]=Math.max(J[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(J=>{this.initPTS[J.frag.cc]?this.onFragLoaded(o.FRAG_LOADED,J):this.hls.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:J.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(ou(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,ol(s[t]),Fc(s[t],v);else{const J=this.createTextTrack("captions",w,I);J&&(J[t]=!0,s[t]=J)}}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=>{ol(v[w]),delete v[w]}),this.nonNativeCaptionsTracks={}}onManifestLoading(){this.lastCc=-1,this.lastSn=-1,this.lastPartIndex=-1,this.prevCC=-1,this.vttCCs=Pf(),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++)ol(n[s])}onSubtitleTracksUpdated(t,n){const s=n.subtitleTracks||[],v=s.some(w=>w.textCodec===yl);if(this.config.enableWebVTT||v&&this.config.enableIMSC1){if(du(this.tracks,s)){this.tracks=s;return}if(this.textTracks=[],this.tracks=s,this.config.renderTextTracksNatively){const I=this.media,U=I?mc(I.textTracks):null;if(this.tracks.forEach((J,V)=>{let ue;if(U){let pe=null;for(let xe=0;xe<U.length;xe++)if(U[xe]&&ou(U[xe],J)){pe=U[xe],U[xe]=null;break}pe&&(ue=pe)}if(ue)ol(ue);else{const pe=gc(J);ue=this.createTextTrack(pe,J.name,J.lang),ue&&(ue.mode="disabled")}ue&&this.textTracks.push(ue)}),U!=null&&U.length){const J=U.filter(V=>V!==null).map(V=>V.label);J.length&&this.hls.logger.warn(`Media element contains unused subtitle tracks: ${J.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:J,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||J!==this.lastCc)&&(w.reset(),I.reset()),this.lastCc=J,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],J=this.vttCCs;J[s.cc]||(J[s.cc]={start:s.start,prevCC:this.prevCC,new:!0},this.prevCC=s.cc),U&&U.textCodec===yl?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;Rf(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 J=this.hls,V=(n=s.initSegment)!=null&&n.data?Re(s.initSegment.data,new Uint8Array(v)).buffer:v;Ol(V,this.initPTS[s.cc],this.vttCCs,s.cc,s.start,ue=>{this._appendCues(ue,s.level),J.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),J.logger.log(`Failed to parse VTT cue: ${ue}`),!(pe&&U>s.cc)&&J.trigger(o.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:s,error:ue})})}_fallbackToIMSC1(t,n){const s=this.tracks[t.level];s.textCodec||Rf(n,this.initPTS[t.cc],()=>{s.textCodec=yl,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=>Hu(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(J=>$l(U[J],n,s))}if(this.config.renderTextTracksNatively&&n===0&&v!==void 0){const{textTracks:U}=this;Object.keys(U).forEach(J=>$l(U[J],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++],J=127&t[v++];if(U===0&&J===0)continue;if((4&I)!==0){const ue=3&I;(ue===0||ue===1)&&(n[ue].push(U),n[ue].push(J))}}return n}}function gc(k){return k.characteristics&&/transcribes-spoken-dialog/gi.test(k.characteristics)&&/describes-music-and-sound/gi.test(k.characteristics)?"captions":"subtitles"}function ou(k,t){return!!k&&k.kind===gc(t)&&Ml(t,k)}function Lf(k,t,n,s){return Math.min(t,s)-Math.max(k,n)}function Pf(){return{ccOffset:0,presentationOffset:0,0:{start:0,prevCC:-1,new:!0}}}const ff=/\s/,df={newCue(k,t,n,s){const v=[];let w,I,U,J,V;const ue=self.VTTCue||self.TextTrackCue;for(let xe=0;xe<s.rows.length;xe++)if(w=s.rows[xe],U=!0,J=0,V="",!w.isEmpty()){var pe;for(let lt=0;lt<w.chars.length;lt++)ff.test(w.chars[lt].uchar)&&U?J++:(V+=w.chars[lt].uchar,U=!1);w.cueStartTime=t,t===n&&(n+=1e-4),J>=16?J--:J++;const Ie=Pa(V.trim()),Be=Vu(t,n,Ie);k!=null&&(pe=k.cues)!=null&&pe.getCueById(Be)||(I=new ue(t,n,Ie),I.id=Be,I.line=xe+1,I.align="left",I.position=10+Math.min(80,Math.floor(J*8/32)*10),v.push(I))}return k&&v.length&&(v.sort((xe,Ie)=>xe.line==="auto"||Ie.line==="auto"?0:xe.line>8&&Ie.line>8?Ie.line-xe.line:xe.line-Ie.line),v.forEach(xe=>Hu(k,xe))),v}};function Mf(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(k){}return!1}const If=/(\d+)-(\d+)\/(\d+)/;class Vf{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||qf,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=ed(t,this.controller.signal),I=t.responseType==="arraybuffer",U=I?"byteLength":"length",{maxTimeToFirstByteMs:J,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=J&&r(J)?J:V,this.requestTimeout=self.setTimeout(()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(v,t,this.response))},n.timeout),(Cu(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then(pe=>{var xe;this.response=this.loader=pe;const Ie=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-(Ie-v.loading.start)),!pe.ok){const{status:lt,statusText:at}=pe;throw new Bf(at||"fetch, bad network response",lt,pe)}v.loading.first=Ie,v.total=ad(pe.headers)||v.total;const Be=(xe=this.callbacks)==null?void 0:xe.onProgress;return Be&&r(n.highWaterMark)?this.loadProgressively(pe,v,t,n.highWaterMark,Be):I?pe.arrayBuffer():t.responseType==="json"?pe.json():pe.text()}).then(pe=>{var xe,Ie;const Be=this.response;if(!Be)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 at={url:Be.url,data:pe,code:Be.status},Ut=(xe=this.callbacks)==null?void 0:xe.onProgress;Ut&&!r(n.highWaterMark)&&Ut(v,t,pe,Be),(Ie=this.callbacks)==null||Ie.onSuccess(at,v,t,Be)}).catch(pe=>{var xe;if(self.clearTimeout(this.requestTimeout),v.aborted)return;const Ie=pe&&pe.code||0,Be=pe?pe.message:null;(xe=this.callbacks)==null||xe.onError({code:Ie,text:Be},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 $s,U=t.body.getReader(),J=()=>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),J()}).catch(()=>Promise.reject());return J()}}function ed(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 Ff(k){const t=If.exec(k);if(t)return parseInt(t[2])-parseInt(t[1])+1}function ad(k){const t=k.get("Content-Range");if(t){const s=Ff(t);if(r(s))return s}const n=k.get("Content-Length");if(n)return parseInt(n)}function qf(k,t){return new self.Request(k.url,t)}class Bf extends Error{constructor(t,n,s){super(t),this.code=void 0,this.details=void 0,this.code=n,this.details=s}}const sd=/^age:\s*[\d.]+\s*$/im;class Nf{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 Be=ue!=null?ue:n.response;if(Be!=null){var I,U;s.loading.end=Math.max(self.performance.now(),s.loading.first);const lt=n.responseType==="arraybuffer"?Be.byteLength:Be.length;s.loaded=s.total=lt,s.bwEstimate=s.total*8e3/(s.loading.end-s.loading.first);const at=(I=this.callbacks)==null?void 0:I.onProgress;at&&at(s,t,Be,n);const Ut={url:n.responseURL,data:Be,code:V};(U=this.callbacks)==null||U.onSuccess(Ut,s,t,n);return}}const pe=w.loadPolicy.errorRetry,xe=s.retry,Ie={url:t.url,data:void 0,code:V};if(Wr(pe,xe,!1,Ie))this.retry(pe);else{var J;W.error(`${V} while loading ${t.url}`),(J=this.callbacks)==null||J.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(Wr(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&&sd.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 td={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},od=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:Nf,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:La,bufferController:To,capLevelController:ju,errorController:st,fpsController:Ef,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:Yo,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:td},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:Bi,subtitleTrackController:T,timelineController:Dl,audioStreamController:sc,audioTrackController:tl,emeController:sl,cmcdController:af,contentSteeringController:pc,interstitialsController:uf});function jf(){return{cueHandler:df,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 ud(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=Of(k),v=["manifest","level","frag"],w=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return v.forEach(I=>{const U=`${I==="level"?"playlist":I}LoadPolicy`,J=t[U]===void 0,V=[];w.forEach(ue=>{const pe=`${I}Loading${ue}`,xe=t[pe];if(xe!==void 0&&J){V.push(pe);const Ie=s[U].default;switch(t[U]={default:Ie},ue){case"TimeOut":Ie.maxLoadTimeMs=xe,Ie.maxTimeToFirstByteMs=xe;break;case"MaxRetry":Ie.errorRetry.maxNumRetry=xe,Ie.timeoutRetry.maxNumRetry=xe;break;case"RetryDelay":Ie.errorRetry.retryDelayMs=xe,Ie.timeoutRetry.retryDelayMs=xe;break;case"MaxRetryTimeout":Ie.errorRetry.maxRetryDelayMs=xe,Ie.timeoutRetry.maxRetryDelayMs=xe;break}}}),V.length&&n.warn(`hls.js config: "${V.join('", "')}" setting(s) are deprecated, use "${U}": ${Pn(t[U])}`)}),b(b({},s),t)}function Of(k){return k&&typeof k=="object"?Array.isArray(k)?k.map(Of):Object.keys(k).reduce((t,n)=>(t[n]=Of(k[n]),t),{}):k}function g(k,t){const n=k.loader;n!==Vf&&n!==Nf?(t.log("[config]: Custom loader detected, cannot enable progressive streaming"),k.progressive=!1):Mf()&&(k.loader=Vf,k.progressive=!0,k.enableSoftwareAES=!0,t.log("[config]: Progressive streaming enabled, using FetchLoader"))}const C=2,z=.1,_e=.05,De=100;class ot extends Bs{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(De),this.mediaSource=n.mediaSource;const s=this.media=n.media;ku(s,"playing",this.onMediaPlaying),ku(s,"waiting",this.onMediaWaiting),ku(s,"ended",this.onMediaEnded)}onMediaDetaching(t,n){this.clearInterval();const{media:s}=this;s&&(mu(s,"playing",this.onMediaPlaying),mu(s,"waiting",this.onMediaWaiting),mu(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,J=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||J){J&&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(!ti.getBuffered(I).length){this.nudgeRetry=0;return}const pe=ti.bufferInfo(I,t,0),xe=pe.nextStart||0,Ie=this.fragmentTracker;if(U&&Ie&&this.hls){const _n=$t(this.hls.inFlightFragments,t),Kr=pe.len>C,an=!xe||_n||xe-t>C&&!Ie.getPartialFragment(t);if(Kr||an)return;this.moved=!1}const Be=(v=this.hls)==null?void 0:v.latestLevelDetails;if(!this.moved&&this.stalled!==null&&Ie){if(!(pe.len>0)&&!xe)return;const Kr=Math.max(xe,pe.start||0)-t,ln=!!(Be!=null&&Be.live)?Be.targetduration*2:C,Yr=Ir(t,Ie);if(Kr>0&&(Kr<=ln||Yr)){I.paused||this._trySkipBufferHole(Yr);return}}const lt=w.detectStallWithCurrentTimeMs,at=self.performance.now(),Ut=this.waiting;let dr=this.stalled;if(dr===null)if(Ut>0&&at-Ut<lt)dr=this.stalled=Ut;else{this.stalled=at;return}const or=at-dr;if(!U&&(or>=lt||Ut)&&this.hls){var Nr;if(((Nr=this.mediaSource)==null?void 0:Nr.readyState)==="ended"&&!(Be!=null&&Be.live)&&Math.abs(t-((Be==null?void 0:Be.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 qr=ti.bufferInfo(I,t,w.maxBufferHole);this._tryFixBufferStall(qr,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=ti.bufferedInfo(ti.timeRangesToArray(this.buffered.audio),t,0);if(w.len>1&&n>=w.start){const I=ti.timeRangesToArray(v),U=ti.bufferedInfo(I,n,0).bufferedIndex;if(U>-1&&U<I.length-1){const J=ti.bufferedInfo(I,t,0).bufferedIndex,V=I[U].end,ue=I[U+1].start;if((J===-1||J>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: ${J}`);this.warn(pe.message),this.media.currentTime+=1e-6;let xe=Ir(t,this.fragmentTracker);xe&&"fragment"in xe?xe=xe.fragment:xe||(xe=void 0);const Ie=ti.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:Ie.len,bufferInfo:Ie})}}}}}_tryFixBufferStall(t,n,s){var v,w;const{fragmentTracker:I,media:U}=this,J=(v=this.hls)==null?void 0:v.config;if(!U||!I||!J)return;const V=(w=this.hls)==null?void 0:w.latestLevelDetails,ue=Ir(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>J.maxBufferHole||t.nextStart&&(t.nextStart-s<J.maxBufferHole||xe))&&(n>J.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 (${Pn(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=ti.bufferInfo(v,I,0),J=I<U.start?U.start:U.nextStart;if(J&&this.hls){const ue=U.len<=w.maxBufferHole,pe=U.len>0&&U.len<1&&v.readyState<3,xe=J-I;if(xe>0&&(ue||pe)){if(xe>w.maxBufferHole){let Be=!1;if(I===0){const lt=s.getAppendedFrag(0,u.MAIN);lt&&J<lt.end&&(Be=!0)}if(!Be&&t){var V;if(!((V=this.hls.loadLevelObj)!=null&&V.details)||$t(this.hls.inFlightFragments,J))return 0;let at=!1,Ut=t.end;for(;Ut<J;){const dr=Ir(Ut,s);if(dr)Ut+=dr.duration;else{at=!0;break}}if(at)return 0}}const Ie=Math.max(J+_e,I+z);if(this.warn(`skipping hole, adjusting currentTime from ${I} to ${Ie}`),this.moved=!0,v.currentTime=Ie,!(t!=null&&t.gap)){const Be=new Error(`fragment loaded with buffer holes, seeking from ${I} to ${Ie}`),lt={type:c.MEDIA_ERROR,details:f.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:Be,reason:Be.message,buffer:U.len,bufferInfo:U};t&&("fragment"in t?lt.part=t:lt.frag=t),this.hls.trigger(o.ERROR,lt)}return Ie}}return 0}_tryNudgeBuffer(t){const{hls:n,media:s,nudgeRetry:v}=this,w=n==null?void 0:n.config;if(!s||!w)return 0;const I=s.currentTime;if(this.nudgeRetry++,v<w.nudgeMaxRetry){const U=I+(v+1)*w.nudgeOffset,J=new Error(`Nudging 'currentTime' from ${I} to ${U}`);this.warn(J.message),s.currentTime=U,n.trigger(o.ERROR,{type:c.MEDIA_ERROR,details:f.BUFFER_NUDGE_ON_STALL,error:J,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 $t(k,t){const n=ar(k.main);if(n&&n.start<=t)return n;const s=ar(k.audio);return s&&s.start<=t?s:null}function ar(k){if(!k)return null;switch(k.state){case Vr.IDLE:case Vr.STOPPED:case Vr.ENDED:case Vr.ERROR:return null}return k.frag}function Ir(k,t){return t.getAppendedFrag(k,u.MAIN)||t.getPartialFragment(k)}const pn=.25;function Ci(){if(typeof self!="undefined")return self.VTTCue||self.TextTrackCue}function Fa(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,Pn(v?b({type:v},s):s))}return w}const Xn=(()=>{const k=Ci();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&&ol(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 Fc(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=Ci();if(I)for(let U=0;U<w.length;U++){const J=w[U].type;if(J===Vi.emsg&&!s||!v)continue;const V=So(w[U].data),ue=w[U].pts;let pe=ue+w[U].duration;pe>Xn&&(pe=Xn),pe-ue<=0&&(pe=ue+pn);for(let Ie=0;Ie<V.length;Ie++){const Be=V[Ie];if(!cs(Be)){this.updateId3CueEnds(ue,J);const lt=Fa(I,ue,pe,Be,J);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===Xn&&(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:J}}=I;if(w&&(U||J)){let V;v==="audio"?V=ue=>ue.type===Vi.audioId3&&J:v==="video"?V=ue=>ue.type===Vi.emsg&&U:V=ue=>ue.type===Vi.audioId3&&J||ue.type===Vi.emsg&&U,$l(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=Ci();if(s&&v&&!I){const{fragmentStart:lt,fragmentEnd:at}=t;let Ut=this.assetCue;Ut?(Ut.startTime=lt,Ut.endTime=at):U&&(Ut=this.assetCue=Fa(U,lt,at,{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:J}=this,{dateRanges:V}=t,ue=Object.keys(V);let pe=this.dateRangeCuesAppended;if(J&&n){var xe;if((xe=J.cues)!=null&&xe.length){const lt=Object.keys(pe).filter(at=>!ue.includes(at));for(let at=lt.length;at--;){var Ie;const Ut=lt[at],dr=(Ie=pe[Ut])==null?void 0:Ie.cues;delete pe[Ut],dr&&Object.keys(dr).forEach(or=>{const Nr=dr[or];if(Nr){Nr.removeEventListener("enter",this.onEventCueEnter);try{J.removeCue(Nr)}catch(qr){}}})}}else pe=this.dateRangeCuesAppended={}}const Be=t.fragments[t.fragments.length-1];if(!(ue.length===0||!r(Be==null?void 0:Be.programDateTime))){this.id3Track||(this.id3Track=this.createTrack(this.media));for(let lt=0;lt<ue.length;lt++){const at=ue[lt],Ut=V[at],dr=Ut.startTime,or=pe[at],Nr=(or==null?void 0:or.cues)||{};let qr=(or==null?void 0:or.durationKnown)||!1,_n=Xn;const{duration:Kr,endDate:an}=Ut;if(an&&Kr!==null)_n=dr+Kr,qr=!0;else if(Ut.endOnNext&&!qr){const Yr=ue.reduce((An,bi)=>{if(bi!==Ut.id){const $i=V[bi];if($i.class===Ut.class&&$i.startDate>Ut.startDate&&(!An||Ut.startDate<An.startDate))return $i}return An},null);Yr&&(_n=Yr.startTime,qr=!0)}const ln=Object.keys(Ut.attr);for(let Yr=0;Yr<ln.length;Yr++){const An=ln[Yr];if(!vo(An))continue;const bi=Nr[An];if(bi)qr&&!(or!=null&&or.durationKnown)?bi.endTime=_n:Math.abs(bi.startTime-dr)>.01&&(bi.startTime=dr,bi.endTime=_n);else if(U){let $i=Ut.attr[An];zn(An)&&($i=G($i));const Xi=Fa(U,dr,_n,{key:An,data:$i},Vi.dateRange);Xi&&(Xi.id=at,this.id3Track.addCue(Xi),Nr[An]=Xi,I&&(An==="X-ASSET-LIST"||An==="X-ASSET-URL")&&Xi.addEventListener("enter",this.onEventCueEnter))}}pe[at]={cues:Nr,dateRange:Ut,durationKnown:qr}}}}}class ja{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 J=v-U,V=Math.min(this.maxLatency,U+s.targetduration);if(J<V&&J>.05&&this.forwardBufferLength>1){const pe=Math.min(2,Math.max(1,I)),xe=Math.round(2/(1+Math.exp(-.75*J-this.edgeStalled))*20)/20,Ie=Math.min(pe,Math.max(1,xe));this.changeMediaPlaybackRate(n,Ie)}else n.playbackRate!==1&&n.playbackRate!==0&&this.changeMediaPlaybackRate(n,1)},this.hls=t,this.config=t.config,this.registerListeners()}get levelDetails(){var t;return((t=this.hls)==null?void 0:t.latestLevelDetails)||null}get latency(){return this._latency||0}get maxLatency(){const{config:t}=this;if(t.liveMaxLatencyDuration!==void 0)return t.liveMaxLatencyDuration;const n=this.levelDetails;return n?t.liveMaxLatencyDurationCount*n.targetduration:0}get targetLatency(){const t=this.levelDetails;if(t===null||this.hls===null)return null;const{holdBack:n,partHoldBack:s,targetduration:v}=t,{liveSyncDuration:w,liveSyncDurationCount:I,lowLatencyMode:U}=this.config,J=this.hls.userConfig;let V=U&&s||n;(this._targetLatencyUpdated||J.liveSyncDuration||J.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 Ra extends oo{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,J=!1,V=!1;n.levels.forEach(ue=>{const pe=ue.attrs;let{audioCodec:xe,videoCodec:Ie}=ue;xe&&(ue.audioCodec=xe=Te(xe,s)||void 0),Ie&&(Ie=ue.videoCodec=At(Ie));const{width:Be,height:lt,unknownCodecs:at}=ue;let Ut=at?at.length:0;if(at)for(let Yr=Ut;Yr--;){const An=at[Yr];this.isAudioSupported(An)?(ue.audioCodec=xe=xe?`${xe},${An}`:An,Ut--,he.audio[xe.substring(0,4)]=2):this.isVideoSupported(An)&&(ue.videoCodec=Ie=Ie?`${Ie},${An}`:An,Ut--,he.video[Ie.substring(0,4)]=2)}if(U||(U=!!(Be&&lt)),J||(J=!!Ie),V||(V=!!xe),Ut||xe&&!this.isAudioSupported(xe)||Ie&&!this.isVideoSupported(Ie)){this.log(`Some or all CODECS not supported "${pe.CODECS}"`);return}const{CODECS:dr,"FRAME-RATE":or,"HDCP-LEVEL":Nr,"PATHWAY-ID":qr,RESOLUTION:_n,"VIDEO-RANGE":Kr}=pe,ln=`${`${qr||"."}-`}${ue.bitrate}-${_n}-${or}-${dr}-${Kr}-${Nr}`;if(w[ln])if(w[ln].uri!==ue.url&&!ue.attrs["PATHWAY-ID"]){const Yr=I[ln]+=1;ue.attrs["PATHWAY-ID"]=new Array(Yr+1).join(".");const An=this.createLevel(ue);w[ln]=An,v.push(An)}else w[ln].addGroupId("audio",pe.AUDIO),w[ln].addGroupId("text",pe.SUBTITLES);else{const Yr=this.createLevel(ue);w[ln]=Yr,I[ln]=1,v.push(Yr)}}),this.filterAndSortMediaOptions(v,n,U,J,V)}createLevel(t){const n=new Gr(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=mr(v,[])}return n}isAudioSupported(t){return Se(t,"audio",this.hls.config.preferManagedMediaSource)}isVideoSupported(t){return Se(t,"video",this.hls.config.preferManagedMediaSource)}filterAndSortMediaOptions(t,n,s,v,w){let I=[],U=[],J=t;if((s||v)&&w&&(J=J.filter(({videoCodec:at,videoRange:Ut,width:dr,height:or})=>(!!at||!!(dr&&or))&&it(Ut))),J.length===0){Promise.resolve().then(()=>{if(this.hls){let at="no level with compatible codecs found in manifest",Ut=at;n.levels.length&&(Ut=`one or more CODECS in variant not supported: ${Pn(n.levels.map(or=>or.attrs.CODECS).filter((or,Nr,qr)=>qr.indexOf(or)===Nr))}`,this.warn(Ut),at+=` (${Ut})`);const dr=new Error(at);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(at=>!at.audioCodec||this.isAudioSupported(at.audioCodec)),tn(I)),n.subtitles&&(U=n.subtitles,tn(U));const V=J.slice(0);J.sort((at,Ut)=>{if(at.attrs["HDCP-LEVEL"]!==Ut.attrs["HDCP-LEVEL"])return(at.attrs["HDCP-LEVEL"]||"")>(Ut.attrs["HDCP-LEVEL"]||"")?1:-1;if(s&&at.height!==Ut.height)return at.height-Ut.height;if(at.frameRate!==Ut.frameRate)return at.frameRate-Ut.frameRate;if(at.videoRange!==Ut.videoRange)return _r.indexOf(at.videoRange)-_r.indexOf(Ut.videoRange);if(at.videoCodec!==Ut.videoCodec){const dr=Ct(at.videoCodec),or=Ct(Ut.videoCodec);if(dr!==or)return or-dr}if(at.uri===Ut.uri&&at.codecSet!==Ut.codecSet){const dr=Ce(at.codecSet),or=Ce(Ut.codecSet);if(dr!==or)return or-dr}return at.averageBitrate!==Ut.averageBitrate?at.averageBitrate-Ut.averageBitrate:0});let ue=V[0];if(this.steering&&(J=this.steering.filterParsedLevels(J),J.length!==V.length)){for(let at=0;at<V.length;at++)if(V[at].pathwayId===J[0].pathwayId){ue=V[at];break}}this._levels=J;for(let at=0;at<J.length;at++)if(J[at]===ue){var pe;this._firstLevel=at;const Ut=ue.bitrate,dr=this.hls.bandwidthEstimate;if(this.log(`manifest loaded, ${J.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,Ie=this.hls.config,Be=!!(Ie.audioStreamController&&Ie.audioTrackController),lt={levels:J,audioTracks:I,subtitleTracks:U,sessionData:n.sessionData,sessionKeys:n.sessionKeys,firstLevel:this._firstLevel,stats:n.stats,audio:w,video:v,altAudio:Be&&!xe&&I.some(at=>!!at.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 J={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,J);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 J=I.details;J===n.details&&J.advanced&&(J=void 0),this.playlistLoaded(v,n,J)}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 tn(k){const t={};k.forEach(n=>{const s=n.groupId||"";n.id=t[s]=t[s]||0,t[s]++})}function jr(){return self.SourceBuffer||self.WebKitSourceBuffer}function Qr(){if(!ae())return!1;const t=jr();return!t||t.prototype&&typeof t.prototype.appendBuffer=="function"&&typeof t.prototype.remove=="function"}function kn(){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(Gt(t,"video")))||["mp4a.40.2","fLaC"].some(t=>k.isTypeSupported(Gt(t,"audio"))))}function Zn(){var k;const t=jr();return typeof(t==null||(k=t.prototype)==null?void 0:k.changeType)=="function"}const Ha=100;class Wi extends wa{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(Ha),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=Vr.IDLE,this.nextLoadPosition=this.lastCurrentTime=t+this.timelineOffset,this.startPosition=n?-1:t,this.tick()}else this._forceStartLoad=!0,this.state=Vr.STOPPED}stopLoad(){this._forceStartLoad=!1,super.stopLoad()}doTick(){switch(this.state){case Vr.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=Vr.IDLE;break}else if(this.hls.nextLoadLevel!==this.level){this.state=Vr.IDLE;break}break}case Vr.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=Vr.IDLE}}break}this.state===Vr.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 J=this.getLevelDetails();if(J&&this._streamEnded(U,J)){const lt={};this.altAudio===2&&(lt.type="video"),this.hls.trigger(o.BUFFER_EOS,lt),this.state=Vr.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===Vr.WAITING_LEVEL||this.waitForLive(I)){this.level=w,this.state=Vr.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 Ie=this.getNextFragment(xe,V);if(this.couldBacktrack&&!this.fragPrevious&&Ie&&Ae(Ie)&&this.fragmentTracker.getState(Ie)!==xr.OK){var Be;const at=((Be=this.backtrackFragment)!=null?Be:Ie).sn-V.startSN,Ut=V.fragments[at-1];Ut&&Ie.cc===Ut.cc&&(Ie=Ut,this.fragmentTracker.removeFragment(Ut))}else this.backtrackFragment&&U.len&&(this.backtrackFragment=null);if(Ie&&this.isLoopLoading(Ie,xe)){if(!Ie.gap){const at=this.audioOnly&&!this.altAudio?ie.AUDIO:ie.VIDEO,Ut=(at===ie.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;Ut&&this.afterBufferFlushed(Ut,at,u.MAIN)}Ie=this.getNextFragmentLoopLoading(Ie,V,U,u.MAIN,pe)}Ie&&(Ie.initSegment&&!Ie.initSegment.data&&!this.bitrateTest&&(Ie=Ie.initSegment),this.loadFragment(Ie,I,xe))}loadFragment(t,n,s){const v=this.fragmentTracker.getState(t);v===xr.NOT_LOADED||v===xr.PARTIAL?Ae(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,J=t[U],V=this.fragLastKbps;V&&this.fragCurrent?s=this.fragCurrent.duration*J.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 J=U.maxStartPTS?U.maxStartPTS:U.start,V=U.duration,ue=Math.max(I.end,J+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 Vr.KEY_LOADING:case Vr.FRAG_LOADING:case Vr.FRAG_LOADING_WAITING_RETRY:case Vr.PARSING:case Vr.PARSED:this.state=Vr.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;ku(s,"playing",this.onMediaPlaying),ku(s,"seeked",this.onMediaSeeked)}onMediaDetaching(t,n){const{media:s}=this;s&&(mu(s,"playing",this.onMediaPlaying),mu(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&&!Zn(),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!==Vr.IDLE)return;const v=n.levelInfo;(!v.details||v.details.live&&(this.levelLastLoaded!==v||v.details.expired)||this.waitForCdnTuneIn(v.details))&&(this.state=Vr.WAITING_LEVEL)}onLevelLoaded(t,n){var s;const{levels:v,startFragRequested:w}=this,I=n.level,U=n.details,J=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:${J}`);const V=n.levelInfo,ue=this.fragCurrent;ue&&(this.state===Vr.FRAG_LOADING||this.state===Vr.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===Vr.WAITING_LEVEL){if(this.waitForCdnTuneIn(U))return;this.state=Vr.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,J=w>=I-n.maxFragLookUpTolerance&&w<=U;if(v!==null&&s.duration>v&&(w<v||!J)){const ue=n.liveMaxLatencyDuration!==void 0?n.liveMaxLatencyDuration:n.liveMaxLatencyDurationCount*t.targetduration;if((!J&&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=ti.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:Ie}=ti.bufferedInfo(pe.buffered,w,0);Ie&&(s.currentTime=Ie)}else s.currentTime=v}}_handleFragmentLoadProgress(t){var n;const s=t.frag,{part:v,payload:w}=t,{levels: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 J=U.details;if(!J){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=J.PTSKnown||!J.live,pe=(n=s.initSegment)==null?void 0:n.data,xe=this._getAudioCodec(U),Ie=this.transmuxer=this.transmuxer||new Ll(this.hls,u.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),Be=v?v.index:-1,lt=Be!==-1,at=new Qs(s.level,s.sn,s.stats.chunkCount,w.byteLength,Be,lt),Ut=this.initPTS[s.cc];Ie.push(w,pe,xe,V,s,v,J.totalduration,ue,at,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 J=s[U];if(J.id==="main"){if(w=U,v=J,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===Vr.PARSED&&(this.state=Vr.IDLE);return}const U=v?v.stats:s.stats;this.fragLastKbps=Math.round(8*U.total/(U.buffering.end-U.loading.first)),Ae(s)&&(this.fragPrevious=s),this.fragBufferedComplete(s,v)}const I=this.media;I&&(!this._hasEnoughToStart&&ti.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=Vr.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===Vr.WAITING_LEVEL&&((s=n.context)==null?void 0:s.type)===h.LEVEL&&(this.state=Vr.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=Vr.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=ti.getBuffered(t),U=I.length?I.start(0):0,J=U-s,V=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||J>0&&(J<V||this.loadingParts&&J<2*((w==null?void 0:w.partTarget)||0)))&&(this.log(`adjusting start position by ${J} to match buffer start`),s+=J,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=Vr.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:J,level:V}=I,{video:ue,text:pe,id3:xe,initSegment:Ie}=v,{details:Be}=V,lt=this.altAudio?void 0:v.audio;if(this.fragContextChanged(U)){this.fragmentTracker.removeFragment(U);return}if(this.state=Vr.PARSING,Ie){const at=Ie.tracks;if(at){const Nr=U.initSegment||U;if(this.unhandledEncryptionError(Ie,U))return;this._bufferInitSegment(V,at,Nr,w),s.trigger(o.FRAG_PARSING_INIT_SEGMENT,{frag:Nr,id:n,tracks:at})}const Ut=Ie.initPTS,dr=Ie.timescale,or=this.initPTS[U.cc];if(r(Ut)&&(!or||or.baseTime!==Ut||or.timescale!==dr)){const Nr=Ie.trackId;this.initPTS[U.cc]={baseTime:Ut,timescale:dr,trackId:Nr},s.trigger(o.INIT_PTS_FOUND,{frag:U,id:n,initPTS:Ut,timescale:dr,trackId:Nr})}}if(ue&&Be){lt&&ue.type==="audiovideo"&&this.logMuxedErr(U);const at=Be.fragments[U.sn-1-Be.startSN],Ut=U.sn===Be.startSN,dr=!at||U.cc>at.cc;if(v.independent!==!1){const{startPTS:or,endPTS:Nr,startDTS:qr,endDTS:_n}=ue;if(J)J.elementaryStreams[ue.type]={startPTS:or,endPTS:Nr,startDTS:qr,endDTS:_n};else if(ue.firstKeyFrame&&ue.independent&&w.id===1&&!dr&&(this.couldBacktrack=!0),ue.dropped&&ue.independent){const Kr=this.getMainFwdBufferInfo(),an=(Kr?Kr.end:this.getLoadPosition())+this.config.maxBufferHole,ln=ue.firstKeyFramePTS?ue.firstKeyFramePTS:or;if(!Ut&&an<ln-this.config.maxBufferHole&&!dr){this.backtrack(U);return}else dr&&(U.gap=!0);U.setElementaryStreamInfo(ue.type,U.start,Nr,U.start,_n,!0)}else Ut&&or-(Be.appliedTimelineOffset||0)>C&&(U.gap=!0);U.setElementaryStreamInfo(ue.type,or,Nr,qr,_n),this.backtrackFragment&&(this.backtrackFragment=U),this.bufferFragmentData(ue,U,J,w,Ut||dr)}else if(Ut||dr)U.gap=!0;else{this.backtrack(U);return}}if(lt){const{startPTS:at,endPTS:Ut,startDTS:dr,endDTS:or}=lt;J&&(J.elementaryStreams[ie.AUDIO]={startPTS:at,endPTS:Ut,startDTS:dr,endDTS:or}),U.setElementaryStreamInfo(ie.AUDIO,at,Ut,dr,or),this.bufferFragmentData(lt,U,J,w)}if(Be&&xe!=null&&xe.samples.length){const at={id:n,frag:U,details:Be,samples:xe.samples};s.trigger(o.FRAG_PARSING_METADATA,at)}if(Be&&pe){const at={id:n,frag:U,details:Be,samples:pe.samples};s.trigger(o.FRAG_PARSING_USERDATA,at)}}logMuxedErr(t){this.warn(`${Ae(t)?"Media":"Init"} segment with muxed audiovideo where only video expected: ${t.url}`)}_bufferInitSegment(t,n,s,v){if(this.state!==Vr.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=Le(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 J=Object.keys(n);if(J.length){if(this.hls.trigger(o.BUFFER_CODECS,n),!this.hls)return;J.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=Vr.IDLE}checkFragmentChanged(){const t=this.media;let n=null;if(t&&t.readyState>1&&t.seeking===!1){const s=t.currentTime;if(ti.isBuffered(t,s)?n=this.getAppendedFrag(s):ti.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?Cn(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 Ga{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 xa({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&&(!Ae(t)||!Ae(I)||t.sn<I.sn)||!s&&v==w-1)return this.emeController.selectKeySystemFormat(I).then(U=>{if(!this.emeController)return;I.setKeyFormat(U);const J=Eo(U);if(J)return this.emeController.getKeySystemAccess([J])})}if(this.config.requireKeySystemAccessOnStart){const v=ko(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 J;switch((J=U.mediaKeySessionContext)==null?void 0:J.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 J={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,Ie,Be,lt)=>{const{frag:at,keyInfo:Ut,url:dr}=Be;if(!at.decryptdata||Ut!==this.keyUriToKeyInfo[dr])return U(this.createKeyLoadError(at,f.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),lt));Ut.decryptdata.key=at.decryptdata.key=new Uint8Array(xe.data),at.keyLoader=null,Ut.loader=null,I({frag:at,keyInfo:Ut})},onError:(xe,Ie,Be,lt)=>{this.resetLoader(Ie),U(this.createKeyLoadError(n,f.KEY_LOAD_ERROR,new Error(`HTTP Error ${xe.code} loading key ${xe.text}`),Be,b({url:J.url,data:void 0},xe)))},onTimeout:(xe,Ie,Be)=>{this.resetLoader(Ie),U(this.createKeyLoadError(n,f.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),Be))},onAbort:(xe,Ie,Be)=>{this.resetLoader(Ie),U(this.createKeyLoadError(n,f.INTERNAL_ABORTED,new Error("key loading aborted"),Be))}};w.load(J,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 fs(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 Ka(k,t){let n=k.url;return(n===void 0||n.indexOf("data:")===0)&&(n=t.url),n}class Gc{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:J}=n;this.load({id:s,level:v,pathwayId:w,responseType:"text",type:h.LEVEL,url:I,deliveryDirectives:U,levelOrTrack:J})}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},J={onSuccess:(V,ue,pe,xe)=>{const Ie=this.getInternalLoader(pe);this.resetInternalLoader(pe.type);const Be=V.data;if(Be.indexOf("#EXTM3U")!==0){this.handleManifestParsingError(V,pe,new Error("no EXTM3U delimiter"),xe||null,ue);return}ue.parsing.start=performance.now(),Ro.isMediaPlaylist(Be)||pe.type!==h.MANIFEST?this.handleTrackOrLevelPlaylist(V,ue,pe,xe||null,Ie):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,J)}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=Ka(t,s),J=Ro.parseMasterPlaylist(I,U);if(J.playlistParsingError){this.handleManifestParsingError(t,s,J.playlistParsingError,v,n);return}const{contentSteering:V,levels:ue,sessionData:pe,sessionKeys:xe,startTimeOffset:Ie,variableList:Be}=J;this.variableList=Be;const{AUDIO:lt=[],SUBTITLES:at,"CLOSED-CAPTIONS":Ut}=Ro.parseMasterPlaylistMedia(I,U,J);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 ma({}),bitrate:0,url:""})),w.trigger(o.MANIFEST_LOADED,{levels:ue,audioTracks:lt,subtitles:at,captions:Ut,contentSteering:V,url:U,stats:n,networkDetails:v,sessionData:pe,sessionKeys:xe,startTimeOffset:Ie,variableList:Be})}handleTrackOrLevelPlaylist(t,n,s,v,w){const I=this.hls,{id:U,level:J,type:V}=s,ue=Ka(t,s),pe=r(J)?J:r(U)?U:0,xe=fs(s),Ie=Ro.parseLevelPlaylist(t.data,ue,pe,xe,0,this.variableList);if(V===h.MANIFEST){const Be={attrs:new ma({}),bitrate:0,details:Ie,name:"",url:ue};Ie.requestScheduled=n.loading.start+Hn(Ie,0),I.trigger(o.MANIFEST_LOADED,{levels:[Be],audioTracks:[],url:ue,stats:n,networkDetails:v,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}n.parsing.end=performance.now(),s.levelDetails=Ie,this.handlePlaylistLoaded(Ie,t,n,s,v,w)}handleManifestParsingError(t,n,s,v,w){this.hls.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.MANIFEST_PARSING_ERROR,fatal:n.type===h.MANIFEST,url:t.url,err:s,error:s,reason:s.message,response:t,context:n,networkDetails:v,stats:w})}handleNetworkError(t,n,s=!1,v,w){let 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 J=f.UNKNOWN,V=!1;const ue=this.getInternalLoader(t);switch(t.type){case h.MANIFEST:J=s?f.MANIFEST_LOAD_TIMEOUT:f.MANIFEST_LOAD_ERROR,V=!0;break;case h.LEVEL:J=s?f.LEVEL_LOAD_TIMEOUT:f.LEVEL_LOAD_ERROR,V=!1;break;case h.AUDIO_TRACK:J=s?f.AUDIO_TRACK_LOAD_TIMEOUT:f.AUDIO_TRACK_LOAD_ERROR,V=!1;break;case h.SUBTITLE_TRACK:J=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:J,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:J,level:V,id:ue,groupId:pe,deliveryDirectives:xe}=v,Ie=Ka(n,v),Be=fs(v),lt=typeof v.level=="number"&&Be===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:Ie,error:Ut,reason:Ut.message,response:n,context:v,level:lt,parent:Be,networkDetails:w,stats:s});return}t.targetduration||(t.playlistParsingError=new Error("Missing Target Duration"));const at=t.playlistParsingError;if(at){if(this.hls.logger.warn(`${at} ${t.url}`),!U.config.ignorePlaylistParsingErrors){U.trigger(o.ERROR,{type:c.NETWORK_ERROR,details:f.LEVEL_PARSING_ERROR,fatal:!1,url:Ie,error:at,reason:at.message,response:n,context:v,level:lt,parent:Be,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)),J){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:J===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 Kc{static get version(){return eo}static isMSESupported(){return Qr()}static isSupported(){return kn()}static getMediaSource(){return ae()}static get Events(){return o}static get MetadataSchema(){return Vi}static get ErrorTypes(){return c}static get ErrorDetails(){return f}static get DefaultConfig(){return Kc.defaultConfig?Kc.defaultConfig:od}static set DefaultConfig(t){Kc.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 Ws,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=ud(Kc.DefaultConfig,t,n);this.userConfig=t,s.progressive&&g(s,n);const{abrController:v,bufferController:w,capLevelController:I,errorController:U,fpsController:J}=s,V=new U(this),ue=this.abrController=new v(this),pe=new kr(this),xe=s.interstitialsController,Ie=xe?this.interstitialsController=new xe(this,Kc):null,Be=this.bufferController=new w(this,pe),lt=this.capLevelController=new I(this),at=new J(this),Ut=new Gc(this),dr=s.contentSteeringController,or=dr?new dr(this):null,Nr=this.levelController=new Ra(this,or),qr=new ua(this),_n=new Ga(this.config),Kr=this.streamController=new Wi(this,pe,_n),an=this.gapController=new ot(this,pe);lt.setStreamController(Kr),at.setStreamController(Kr);const ln=[Ut,Nr,Kr];Ie&&ln.splice(1,0,Ie),or&&ln.splice(1,0,or),this.networkControllers=ln;const Yr=[ue,Be,an,lt,at,qr,pe];this.audioTrackController=this.createController(s.audioTrackController,ln);const An=s.audioStreamController;An&&ln.push(this.audioStreamController=new An(this,pe,_n)),this.subtitleTrackController=this.createController(s.subtitleTrackController,ln);const bi=s.subtitleStreamController;bi&&ln.push(this.subtititleStreamController=new bi(this,pe,_n)),this.createController(s.timelineController,Yr),_n.emeController=this.emeController=this.createController(s.emeController,Yr),this.cmcdController=this.createController(s.cmcdController,Yr),this.latencyController=this.createController(ja,Yr),this.coreComponents=Yr,ln.push(V);const $i=V.onErrorOut;typeof $i=="function"&&this.on(o.ERROR,$i,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=O()),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){yr(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=Fi(n);return un(t,s,navigator.mediaCapabilities)}}Kc.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,K=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&&K>l?x?(S=Date.now(),u||(m=setTimeout(y?W:H,l))):H():u!==!0&&(m=setTimeout(y?W:H,y===void 0?l-K: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",4731:"p__XgdNews__addNews__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",7852:"p__XgdNews__newsDetail__index",7855:"p__User__Detail__ResourcesCenter__Detail__index",7857:"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index",7884:"p__Shixuns__Exports__index",7901:"p__Guidance__ThemeChange",7922:"p__Classrooms__Lists__CourseGroup__Detail__index",8062:"p__User__Detail__Topicbank__index",8072:"p__Classrooms__Lists__GroupHomework__SubmitWork__index",8085:"p__Classrooms__Lists__Exercise__Review__index",8115:"p__User__ThemeChange__DataSet",8143:"layouts__GraduationsDetail__index",8145:"p__User__ThemeChange__ClassManagementItem",8155:"p__Shixuns__Overview__index",8217:"p__User__ThemeChange__AccountInfoEdit",8237:"p__User__Detail__Order__pages__view__index",8241:"p__virtualSpaces__Lists__Plan__index",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:"e3f672cd",67:"2717793b",109:"4892f3f5",119:"38cc3713",195:"306b5bd9",201:"cb1f35bd",264:"fe813f12",292:"56cb3a4d",316:"1f60ada6",337:"59e5bdc8",354:"d4d139cf",479:"f7f4a9d0",485:"a5288dd6",508:"e153e279",518:"ea5be5da",532:"09474bbc",533:"a1a6d960",547:"0be9bc68",556:"69792a48",559:"28f4c9b4",570:"5343c3b9",576:"f684dea3",629:"44a1d9a5",643:"9494bf25",671:"4a609b8d",680:"b07e9af0",700:"ef77935a",737:"d45e5dde",741:"ac5fd360",799:"f822a240",879:"df3becfa",895:"a5e97e1d",900:"066834df",906:"70babea0",921:"06a84e27",928:"479192a8",981:"2191a42e",1006:"2f03eceb",1043:"663acf40",1045:"48a22639",1048:"48e0f9e9",1070:"4475e39b",1077:"7f449685",1144:"c90eccaf",1154:"8cb80842",1211:"5b0f2c42",1253:"e1a24534",1257:"0352721a",1274:"5f6ea65a",1276:"88dabcba",1343:"a71fc969",1423:"a20e1bf2",1427:"70d610d8",1450:"879078ab",1461:"a9f9dc00",1462:"fcf08abc",1470:"8cd2bcbe",1475:"c816c1c0",1477:"1494de3c",1482:"3553eaa5",1512:"c7a62f6e",1520:"f18eebf2",1545:"4a837c8a",1555:"d16019f8",1578:"00029225",1581:"82d940b3",1582:"f5c55399",1646:"e6e27b60",1651:"19b900bd",1657:"c3892188",1660:"0dfdbc9f",1674:"1ef24cb1",1678:"a841075f",1713:"7c82fb4d",1717:"9f21452a",1727:"d34a5850",1754:"108d1d5a",1783:"90062a7c",1798:"9435ec8a",1799:"ae029a35",1831:"f89a7e0d",1836:"195eb428",1855:"94a447bd",1880:"b084946a",1881:"e5fa17a6",1897:"4a9ac1cf",1939:"74f97443",1953:"b2283d05",1962:"9ca5c390",1993:"63e65140",2011:"59d51f98",2045:"dd099896",2099:"63bff670",2102:"0fc6c54d",2130:"86814535",2141:"dc012c95",2203:"7225364f",2216:"21e965f9",2240:"9c4ae39d",2249:"f4830452",2281:"e4befaab",2300:"f77c7faa",2303:"197d18d0",2307:"dd7e5170",2338:"3a304eee",2339:"a421a80b",2364:"f89faf70",2386:"192e235c",2396:"8a5364c8",2404:"b420e6f0",2412:"51cd30c6",2425:"77e8f81c",2443:"168cc8fe",2476:"0ab49c48",2494:"68080a87",2501:"edee90b6",2538:"de4a3723",2539:"09c941df",2548:"68aff200",2570:"5a5bc6e9",2594:"e87d3761",2603:"647250cc",2659:"db1be8db",2707:"95ef00ed",2806:"040434cd",2819:"76db6fcd",2823:"73e1de0d",2829:"8af617b4",2837:"54a82605",2862:"8eb06e85",2865:"bb85bf83",2884:"d3f01368",2969:"ab3357d7",3006:"83cae2ef",3086:"235d0cf5",3133:"9bf3f89c",3141:"6ef2ced4",3157:"0e97b368",3183:"b9ad1d92",3198:"8e655451",3212:"a540ff6d",3220:"d1e5ef72",3247:"2074bb7e",3260:"631e286c",3276:"f3471c0c",3317:"c34686b7",3391:"5371542c",3433:"30a3cafd",3442:"903611ba",3447:"1490927d",3451:"e6eb1964",3509:"3a4647d0",3550:"3dc83156",3581:"0f3c8554",3585:"ec270019",3668:"1e2423b6",3697:"481a10d9",3747:"62fab10a",3754:"58d0a9bf",3777:"d5b0f2f1",3784:"c2d013cb",3805:"9dbcb95e",3831:"9c80e7ec",3862:"8be7610c",3873:"da44aa30",3885:"f87f7f15",3910:"cc0552e5",3951:"77a72436",3987:"5cecd51b",4014:"27a8e97c",4017:"eb7a8c4f",4030:"baa04016",4048:"46f47b46",4056:"3400d8b7",4058:"53d5c932",4078:"14f605fa",4088:"236723f3",4093:"fdd4a580",4105:"cfbc198d",4144:"491feb7f",4164:"a3f035e6",4216:"6347da6b",4217:"d881ba7f",4227:"fc771a80",4259:"276c8093",4264:"5270a7bd",4297:"398c4293",4347:"ce21ef2e",4354:"140899b7",4360:"cf5efa52",4449:"331e49ce",4492:"c23c6d28",4496:"89dea680",4498:"ac456baf",4504:"4b6429c9",4514:"250d7385",4520:"b9c5d683",4546:"5fb3858d",4565:"4a4bbd08",4572:"968a32d6",4599:"61def4cb",4610:"88544478",4621:"84b7e535",4628:"ece2c60c",4662:"23f62033",4685:"c33f1528",4715:"784f23ea",4731:"039bf223",4736:"b6e25ddf",4741:"b3944ecd",4757:"ba5c3c97",4766:"6aefd62d",4770:"830dc319",4790:"619413e4",4795:"dd95b024",4797:"a24e92db",4800:"14d03f11",4850:"1edda4b7",4889:"3d2aa5f6",4928:"6066f013",4973:"139a960c",4994:"7a7efaa0",5022:"c46d2719",5028:"3db2c6e7",5043:"052d034d",5048:"822d1f40",5060:"85dafcc6",5096:"ffdbc802",5111:"597cf7ac",5117:"c6ca39dc",5125:"be9cde65",5148:"42f5f5bd",5165:"ae2abfad",5176:"a81de50f",5177:"cf369e14",5179:"a746df9a",5186:"e927d989",5230:"9c2e16b2",5238:"ae203b04",5290:"5dabcdc2",5297:"95b135b0",5307:"13b02117",5319:"8a0e872d",5321:"1163c84e",5330:"59cc37ae",5335:"5e753449",5354:"7ae70604",5357:"bbb0c6a4",5359:"c5faaf21",5382:"2f64f24f",5402:"a483284b",5416:"454536b7",5434:"38b302a6",5466:"8115f22d",5494:"d89549c4",5518:"1fc78545",5549:"9901e1b6",5572:"dd6d437f",5573:"874cbbba",5624:"9d32e184",5631:"e00d3d36",5650:"a05ec21c",5679:"4a090bef",5694:"9e9ece3c",5705:"af671053",5729:"8c80b659",5764:"e0d7e586",5775:"1f964082",5776:"6dc82aea",5786:"985dcf32",5798:"b868a4d7",5800:"4c650c49",5816:"9b26fb48",5876:"5eded409",5888:"b2ca476b",5891:"bd35dbd1",5894:"2fc85679",5902:"bc4b6a85",5915:"64f11083",5972:"e3e41878",5992:"24e947e9",6029:"d694b032",6034:"243a459d",6045:"d268f87f",6047:"3ce45acd",6063:"e1a38ddc",6069:"17853558",6080:"10b11fe8",6126:"99519171",6127:"6c65daff",6170:"bcf3b504",6185:"755681fd",6265:"2aa5a36a",6270:"1d0433e8",6282:"ba5805be",6328:"36ad9266",6366:"c304da9b",6378:"7f3a946a",6411:"2432ed7a",6419:"e479a69c",6434:"0dba0cb9",6444:"0d0c8f04",6451:"f43d7081",6452:"af35a9c4",6531:"9c174eba",6583:"0c8b6556",6587:"3b670c86",6634:"91c66a65",6637:"84942b40",6651:"cb04a016",6682:"5b92de46",6685:"478255ac",6729:"f156a98a",6741:"847978ac",6774:"59d4d618",6776:"766b38ab",6784:"ee9772e6",6788:"c0f90e46",6789:"6a39544e",6796:"4753f0ba",6820:"bbe30a0d",6882:"5aaf800b",6904:"7f4af8c2",6913:"8de84d9c",6963:"869a9eae",7043:"04a5bbb7",7045:"391c44bf",7058:"ca879444",7062:"4f24c649",7084:"46ccce72",7099:"bf25d441",7121:"902ecbe9",7156:"e7466006",7178:"af212410",7182:"072c621b",7224:"7dfe39ed",7242:"9e301109",7260:"0016e4fe",7289:"a58896c1",7322:"86c75f04",7323:"bc3e3aad",7329:"1a5bafe5",7333:"6359f173",7365:"1005464f",7395:"66c6aee4",7402:"4cd70827",7460:"c563afbc",7477:"1fcce996",7482:"ce7f3724",7527:"db445793",7545:"06cb2dc5",7560:"69df653e",7589:"5ec51acf",7591:"c8233ce9",7614:"4ff90c45",7622:"fcb45195",7647:"ab674ec5",7686:"4fcec9f9",7706:"c2a79e40",7806:"28b08c8c",7835:"f0b922b5",7852:"5be5c5ce",7855:"404ff9bb",7857:"142411c3",7884:"b80e02e3",7901:"fc1af141",7922:"08c3b537",7964:"29aed9a1",7999:"86082aa9",8003:"7f3bb80e",8062:"201ef636",8066:"4937c920",8072:"42a93890",8085:"c9111e7e",8089:"d536b13a",8115:"7bff23b4",8143:"5031a465",8145:"2d782b9c",8155:"a5f071bc",8161:"83c5fa9a",8217:"7d177c0b",8237:"430a6460",8241:"3bb7f1d4",8286:"ab41c481",8302:"55794970",8332:"812f7d1c",8340:"a7586453",8350:"07df8a75",8365:"a7b716df",8398:"a58de269",8431:"97fd8adb",8435:"29ffda57",8447:"59965fcd",8458:"0a5bf89e",8479:"6dea8007",8517:"3fd970e2",8552:"ef7a2fc8",8561:"4339de84",8563:"4f43812d",8579:"46966ac8",8639:"374b258d",8661:"5feec72a",8665:"11afc4c3",8688:"985d1668",8689:"9c2831a7",8723:"74d1ef40",8737:"ce7dad23",8776:"0ad26240",8787:"21a8f773",8823:"302bd68c",8827:"fa6aab35",8842:"9f25a3e2",8866:"b1497012",8871:"690fa8cb",8882:"1a192df5",8885:"01d837c6",8898:"d002bcd8",8909:"8dec5dcc",8920:"7f82440c",8963:"790aecdd",8965:"56507e30",8999:"be23fff0",9039:"6fbca5fa",9076:"dc3da45e",9104:"bbcb2345",9205:"c10e70a3",9252:"0d791a59",9260:"cf5f8140",9366:"4a3525d2",9391:"3037cecb",9404:"9fcc3d3e",9406:"2f6b9bb6",9416:"f718908d",9417:"b045ebcd",9449:"16caf904",9487:"dae6c953",9489:"71eaf574",9507:"b3cb6199",9511:"8a5c5909",9512:"d4c07256",9554:"ed358e7b",9559:"f794af19",9647:"ba35962c",9649:"9af2e1f6",9674:"41ed3c21",9677:"c470272d",9695:"0d29ab5f",9715:"bc1b1478",9716:"790be64a",9785:"539e4dde",9788:"374176f0",9814:"0a6279a9",9891:"7752b7b3",9895:"b8e31ff2",9906:"fbeea2ac",9921:"068f2ceb",9922:"810a57ca",9928:"5989f5e0",9944:"2967c72a",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",4731:"p__XgdNews__addNews__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",7852:"p__XgdNews__newsDetail__index",7855:"p__User__Detail__ResourcesCenter__Detail__index",7857:"p__Shixuns__Edit__body__Level__Challenges__NewQuestion__index",7884:"p__Shixuns__Exports__index",7901:"p__Guidance__ThemeChange",7922:"p__Classrooms__Lists__CourseGroup__Detail__index",8062:"p__User__Detail__Topicbank__index",8072:"p__Classrooms__Lists__GroupHomework__SubmitWork__index",8085:"p__Classrooms__Lists__Exercise__Review__index",8115:"p__User__ThemeChange__DataSet",8143:"layouts__GraduationsDetail__index",8145:"p__User__ThemeChange__ClassManagementItem",8155:"p__Shixuns__Overview__index",8217:"p__User__ThemeChange__AccountInfoEdit",8237:"p__User__Detail__Order__pages__view__index",8241:"p__virtualSpaces__Lists__Plan__index",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:"a92e6197",109:"1a7fc455",119:"bdf8c298",195:"73b74155",201:"a72bb6f1",264:"5fd9b3fc",292:"ff8b78f8",337:"03e83432",479:"bba9e475",485:"d63578fe",508:"82593858",518:"7ea2c69d",532:"e6487c34",533:"8ed957b8",547:"5581debc",556:"de967940",559:"c49aa5ba",576:"e4f97d42",643:"22ded693",680:"e67e9e01",700:"1127510c",737:"98eb2f74",799:"e7684960",879:"29518cbf",895:"ad846737",900:"4f2d616b",906:"57481c8c",921:"30cc7e9b",928:"0277270a",1006:"2263131d",1043:"e8c0878b",1045:"fa5c00ff",1048:"dafc3f4f",1070:"e67e9e01",1077:"4749f7c5",1211:"bdb8faab",1253:"363a0121",1257:"156e8f74",1276:"bbc6eeec",1343:"684d292f",1423:"5c4a76fc",1427:"260cfebc",1450:"1edcc2ed",1461:"8fa4f694",1470:"183c9793",1475:"25a9ff7d",1477:"73cf9d7a",1482:"d159af07",1512:"f3653a35",1520:"f7300d0e",1545:"e3113b0e",1578:"efcb0bdc",1581:"efffd7c0",1582:"8e45b6ff",1651:"44cad4e1",1657:"ddd6a700",1674:"fdbc1e05",1678:"c18bdd88",1713:"a09f9076",1717:"4a7e158e",1727:"6c4562c6",1754:"3fd67852",1783:"09c31ec2",1798:"9d33659f",1831:"36fae599",1836:"5f0d3f7f",1855:"b92cccb4",1880:"99ba565d",1897:"406ad5dc",1939:"1011e1aa",1953:"924fc271",1962:"84e145fa",1993:"c47eb47a",2045:"dcfad42d",2099:"2abfb918",2102:"ec61f9f0",2130:"2b021537",2141:"5eb2f330",2203:"e7532316",2216:"d9ecdadb",2240:"e7cce869",2281:"7ccf781f",2303:"87592c17",2307:"b2c54321",2338:"110588b9",2339:"aa30069c",2396:"2f45a210",2404:"08d36549",2412:"063fc537",2425:"47b23ee4",2443:"0f240598",2476:"cf85a190",2501:"2441982c",2539:"38811d8a",2548:"75182034",2570:"cb99e348",2603:"0277270a",2659:"f6071a36",2707:"cabcb16e",2806:"1af0b39c",2819:"9455b08a",2823:"a13b21fb",2829:"a5909474",2862:"380769c4",2865:"6ef3cf6b",2884:"e2246511",3006:"7fce4e74",3086:"d0ebac07",3141:"99e46e6f",3157:"5fdb31aa",3183:"b2253f40",3212:"ad1521c1",3220:"a5be3990",3247:"50105eb7",3260:"16f84a0b",3276:"7bbb651d",3317:"137440b7",3391:"f0e498fe",3433:"8a2cbdd5",3442:"bdf7849c",3447:"1653d818",3451:"e3a31387",3509:"70043ca5",3581:"8a3fb400",3585:"5f288e7b",3668:"04d69631",3747:"8abd5b29",3784:"c81d4a51",3831:"18297e21",3873:"ce0949de",3910:"658d457f",3951:"4a9249b1",4030:"35d13490",4048:"f9582bef",4056:"10eacfff",4078:"aa54548e",4093:"55bf01cb",4105:"7f9d4513",4144:"f10aa199",4164:"5ca565c4",4216:"0277270a",4217:"387bf824",4227:"79c3b323",4259:"ebd953ac",4264:"36917df0",4297:"7752f440",4449:"e68d8d58",4492:"691f4d8b",4496:"77babddd",4498:"b05686dd",4504:"299cf828",4514:"887bdbb6",4520:"e86d61a1",4546:"4101a1f2",4572:"70e5675d",4599:"0bdfe3d8",4610:"687005a6",4621:"46c1e60c",4662:"193e1df5",4715:"84e04ec0",4731:"c444d076",4736:"1c972bbb",4741:"fae1de42",4757:"73b754d2",4766:"b5df5a8e",4770:"674b2d2a",4795:"939f9f81",4800:"f50302a4",4889:"a91da64a",4928:"a4b1a237",4973:"129c56e8",4994:"d2a5ebf3",5022:"81b1b86b",5028:"03cdfb68",5043:"247e6954",5048:"aa08c681",5096:"4f6a4d00",5111:"5d09a39a",5117:"ab64c126",5125:"57501e4a",5148:"572faeac",5165:"3fc7bdeb",5176:"9c49e7fa",5177:"24f42826",5179:"21f01751",5186:"62b6d467",5230:"58bfd6be",5238:"190a3a76",5297:"5426028f",5307:"f9dc2d96",5319:"34217c3f",5330:"be9d1137",5335:"fec6fd9f",5357:"1fbb7d24",5359:"b254a598",5382:"94ed1575",5402:"50d59c25",5466:"7a202768",5518:"9f425be3",5549:"39285664",5572:"c945fbf2",5573:"6ecf393c",5624:"f30c077a",5650:"f8f63f4b",5694:"de660839",5705:"df6bf207",5729:"46f9b5d4",5775:"8945cad2",5776:"6a299479",5786:"37a81eaa",5798:"ce1cf7da",5800:"cad05acf",5816:"57191994",5888:"193a7f8f",5891:"185d0ea2",5894:"2c438d25",5915:"bc9c3e69",5972:"e9ecb2a5",5992:"419f5d2f",6029:"f57b63fc",6063:"388c4736",6069:"ff48f507",6080:"556bd654",6127:"f31505a8",6185:"f942cfdd",6265:"e2ed0fd0",6270:"5496b206",6282:"16eaee02",6328:"de2b9d62",6366:"079fc2d8",6434:"c07678c0",6444:"fd46d237",6451:"4db8623e",6452:"50a6d310",6583:"cc210b1a",6587:"9c49e7fa",6634:"e6c21953",6637:"f07013a2",6651:"b07fe216",6682:"d5b29525",6685:"d52086d3",6729:"aea3b7f5",6741:"b838eb14",6776:"3bc1a34f",6784:"1affe817",6789:"0ca187cc",6796:"f76358b2",6820:"cebdf1cf",6882:"c2d2eada",6904:"44afaa9b",6913:"739202fe",6963:"84e145fa",7043:"25478869",7045:"48f6fc4c",7058:"7deb496c",7062:"142c752d",7099:"d27c7137",7178:"6e47d75d",7182:"183c9793",7224:"7caf9754",7242:"4f353f61",7260:"2c380d56",7289:"d295b12f",7322:"6b83e878",7323:"7c42644a",7329:"f9ee69c6",7395:"ff574c5d",7402:"7a0e62f0",7460:"dedd2038",7477:"e873a691",7482:"c37a3f01",7527:"a4765b7e",7545:"619ad94b",7560:"d82e43ca",7589:"13235493",7614:"de9ee12f",7622:"1cc82cd6",7806:"80b7b1d6",7835:"6a052461",7852:"bb6d5c52",7855:"48651ee4",7857:"13a29416",7884:"1ca6cde0",7901:"3ad8b397",7922:"f0af90b5",8062:"8e384b9f",8072:"540f746b",8085:"bb9ea802",8115:"f7c2b99b",8143:"74b34833",8145:"9577a739",8155:"d345abd7",8217:"be8d74cb",8237:"f435c9a1",8241:"6ac8d82b",8286:"703032aa",8332:"dd52dceb",8398:"8f3ee1ba",8431:"69790428",8435:"d20dca44",8447:"d9cc506b",8458:"9b712e72",8479:"1a8231cb",8517:"cccfddad",8552:"82cef2f4",8563:"5bf7e7a1",8579:"a411b543",8665:"c52575bc",8688:"c044db56",8689:"c12e00ae",8723:"9ba82289",8787:"121de108",8823:"a2fff8af",8827:"28118bb9",8866:"52dc3ae0",8882:"f3e42f72",8885:"de905169",8965:"bd9f71c8",8999:"448aa22f",9039:"eaf72bcf",9076:"6a501148",9205:"49a3e67d",9366:"4f511490",9391:"c11edda0",9404:"d8cf04f7",9406:"0f8230ee",9416:"9db2fba9",9449:"68b1de18",9487:"a73f5679",9489:"ee2bb5b7",9507:"b016160a",9511:"e3c67f96",9647:"2f286aeb",9649:"00fb4211",9674:"ad085011",9677:"d4c79022",9695:"b011c91b",9715:"b6c6645f",9716:"a5750e0d",9785:"08d36549",9788:"781a4d20",9814:"946dc73b",9891:"512a9301",9906:"8b6a50b6",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,4731: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,7852:1,7855:1,7857:1,7884:1,7901:1,7922:1,8062:1,8072:1,8085:1,8115:1,8143:1,8145:1,8155:1,8217:1,8237:1,8241:1,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),K=__webpack_require__(11553),H=__webpack_require__(70365),W=__webpack_require__(33717),ae=__webpack_require__(17482),X=__webpack_require__(23708),oe=__webpack_require__(65033),q=__webpack_require__(52732),ee=__webpack_require__(99382),G=__webpack_require__(88437),se=__webpack_require__(68440),te=__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),Ae=__webpack_require__(67788),Pe=__webpack_require__(96009),He=__webpack_require__(9402),Ne=__webpack_require__(62489),Mt=__webpack_require__(80881),bt=__webpack_require__(62837),kt=__webpack_require__(4705),Zt=__webpack_require__(13941),Ft=__webpack_require__(1148),tr=__webpack_require__(82445),je=__webpack_require__(27267),Et=__webpack_require__(96353),Bt=__webpack_require__(90308),tt=__webpack_require__(84818),yt=__webpack_require__(80585),dt=__webpack_require__(89170),qe=__webpack_require__(71012),Fe=__webpack_require__(84203),be=__webpack_require__(22112),ke=__webpack_require__(81440),Ge=__webpack_require__(25430),We=__webpack_require__(70105),Ye=__webpack_require__(71390),ht=__webpack_require__(96844),xt=__webpack_require__(83578),nr=__webpack_require__(69762),er=__webpack_require__(76880),Re=__webpack_require__(65009),et=__webpack_require__(28796),Vt=__webpack_require__(56450),Lt=__webpack_require__(78342),Wt=__webpack_require__(13161),Ht=__webpack_require__(54226),Tt=__webpack_require__(70201),Qt=__webpack_require__(34941),$e=__webpack_require__(85671),ce=__webpack_require__(35152),he=__webpack_require__(85660),It=__webpack_require__(80031),Se=__webpack_require__(34434),ft=__webpack_require__(83579),Gt=__webpack_require__(74307),Ct=__webpack_require__(97423),Ce=__webpack_require__(93321),St=__webpack_require__(82277),ze=__webpack_require__(61425),nt=__webpack_require__(61873),Te=__webpack_require__(9307),Rt=__webpack_require__(8821),Le=__webpack_require__(64385),Or=__webpack_require__(64099),At=__webpack_require__(62455),Xr=__webpack_require__(79965),nn=__webpack_require__(59118),Mr=__webpack_require__(275),Dr=__webpack_require__(31919),mr=__webpack_require__(51284),Zr=__webpack_require__(10177),un=__webpack_require__(85690),hn=__webpack_require__(92114),Yt=__webpack_require__(1017),gt=__webpack_require__(14480),ut=__webpack_require__(40516),ct=__webpack_require__(76345),Nt=__webpack_require__(7282),yr=__webpack_require__(58055),_r=__webpack_require__(93547),it=__webpack_require__(31237),Cr=__webpack_require__(17954),mn=__webpack_require__(58580),Vn=__webpack_require__(47146),Gr=__webpack_require__(40416),Qn=__webpack_require__(7615),ei=__webpack_require__(72820),Nn=__webpack_require__(86070),qn=__webpack_require__(23569),Pn=__webpack_require__(55639),Mi=__webpack_require__(63046),di=__webpack_require__(464),Fi=__webpack_require__(51082),na=__webpack_require__(83850),Hi=__webpack_require__(41990),Ca=__webpack_require__(15787),li=__webpack_require__(55888),da=__webpack_require__(53827),Dt=__webpack_require__(78143),mt=__webpack_require__(66419),Ui=__webpack_require__(75765),la=__webpack_require__(14645),gi=__webpack_require__(71122),La=__webpack_require__(42084),Si=__webpack_require__(25070),ci=__webpack_require__(77140),Cn=__webpack_require__(15954),rr=__webpack_require__(4266),_t=__webpack_require__(49988),rt=__webpack_require__(38823),Ot=__webpack_require__(24627),pt=__webpack_require__(4045),lr=__webpack_require__(50747),cr=__webpack_require__(43595),Tr=__webpack_require__(92324),Wr=__webpack_require__(23551),Ze=__webpack_require__(74521),Je=__webpack_require__(57891),ye=__webpack_require__(84138),st=__webpack_require__(51832),sr=__webpack_require__(37135),xr=__webpack_require__(6474),kr=__webpack_require__(40135),Pr=__webpack_require__(7982),zr=__webpack_require__(14893),wn=__webpack_require__(49233),wr=__webpack_require__(92130),dn=__webpack_require__(42844),sn=__webpack_require__(6536),cn=__webpack_require__(27228),On=__webpack_require__(62921),Ia=__webpack_require__(44001),Di=__webpack_require__(92262),yi=__webpack_require__(54744),yn=__webpack_require__(38214),pi=__webpack_require__(12756),Qi=__webpack_require__(93379),ba=__webpack_require__(62007),Xs=__webpack_require__(90572),xa=__webpack_require__(37343),Bs=__webpack_require__(45945),Qs=__webpack_require__(75551),es=__webpack_require__(32493),zs=__webpack_require__(20852),ti=__webpack_require__(46302),ws=__webpack_require__(18827),ds=__webpack_require__(76718),qs=__webpack_require__(79172),Ji=__webpack_require__(32192),Ns=__webpack_require__(42828),Go=__webpack_require__(5658),Va=__webpack_require__(55629),ma=__webpack_require__(62925),as=__webpack_require__(9595),vo=__webpack_require__(58127),zn=__webpack_require__(70917),ts=__webpack_require__(53427),Ps=__webpack_require__(70878),Is=__webpack_require__(49257),Gi=__webpack_require__(72910),Qa=__webpack_require__(34932),Za=__webpack_require__(81046),ks=__webpack_require__(85744),_o=__webpack_require__(13494),No=__webpack_require__(56338),Ko=__webpack_require__(66755),Vo=__webpack_require__(68709),rs=__webpack_require__(4939),gs=__webpack_require__(81927),Eo=__webpack_require__(60462),jo=__webpack_require__(72571),ko=__webpack_require__(71200),Yo=__webpack_require__(85767),xi=__webpack_require__(84432),mi=__webpack_require__(59022),ss=__webpack_require__(19363),hs=__webpack_require__(51054),os=__webpack_require__(60330),go=__webpack_require__(55234),Uo=__webpack_require__(88104),lu=__webpack_require__(64336),Rs=__webpack_require__(63914),ru=__webpack_require__(35246),cu=__webpack_require__(83470),wu=__webpack_require__(79641),Ro=__webpack_require__(72397),Qu=__webpack_require__(24860),Lo=__webpack_require__(19320),fo=__webpack_require__(56233),gu=__webpack_require__(59419),Mu=__webpack_require__(64344),Oo=__webpack_require__(5316),Mo=__webpack_require__(93744),Eu=__webpack_require__(19299),Xo=__webpack_require__(15286),nu=__webpack_require__(91927),Os=__webpack_require__(27730),zo=__webpack_require__(58707),Fu=__webpack_require__(41356),Jt=__webpack_require__(51606),hr=__webpack_require__(8966),ur=__webpack_require__(38458),pr=__webpack_require__(71957),Sr=__webpack_require__(89466),gn=__webpack_require__(69653),Wn=__webpack_require__(96519),Rn=__webpack_require__(95576),Hn=__webpack_require__(63079),ui=__webpack_require__(8995),oi=__webpack_require__(23080),fr=__webpack_require__(74701),Fr=__webpack_require__(91809),Br=__webpack_require__(77517),En=__webpack_require__(30149),Sn=__webpack_require__(55410),vt=__webpack_require__(46161),jn=__webpack_require__(14800),Gn=__webpack_require__(91130),Ni=__webpack_require__(2722),ea=__webpack_require__(55885),Ur=__webpack_require__(39034),ca=__webpack_require__(8604),Vr=__webpack_require__(64963),wa=__webpack_require__(25178),ps=__webpack_require__(1905),$s=__webpack_require__(94306),ji=__webpack_require__(11762),ho=__webpack_require__(93164),no=__webpack_require__(88900),Zs=__webpack_require__(54815),Ya=__webpack_require__(81138),Ws=__webpack_require__(37252),eo=__webpack_require__(81673),Ln=__webpack_require__(48966),Hs=__webpack_require__(13015),io=__webpack_require__(78527),Xe=__webpack_require__(20511),Qe=__webpack_require__(78366),jt=__webpack_require__(27427),Kt=__webpack_require__(43890),gr=__webpack_require__(55844),Rr=__webpack_require__(71361),Hr=__webpack_require__(44550),bn=__webpack_require__(413),on=__webpack_require__(77464),xn=__webpack_require__(77703),si=__webpack_require__(93854),ii=__webpack_require__(962),Ti=__webpack_require__(44169),ki=__webpack_require__(56272),ta=__webpack_require__(43466),Ki=__webpack_require__(48156),Pi=__webpack_require__(93236),Ta=__webpack_require__(42212),Ri=__webpack_require__(63923),wi=__webpack_require__(2278),va=__webpack_require__(36955),yo=__webpack_require__(77326),Gs=__webpack_require__(53571),ia=__webpack_require__(28670),qa=__webpack_require__(31050),ha=__webpack_require__(25321),zi=__webpack_require__(96364),Oa=__webpack_require__(46304),ls=__webpack_require__(55163),ms=__webpack_require__(78722),ao=__webpack_require__(35977),ys=__webpack_require__(81848),So=__webpack_require__(52867),cs=__webpack_require__(72211),bo=__webpack_require__(84862),so=__webpack_require__(92381),Vi=__webpack_require__(19517),Ma=__webpack_require__(69667),Ks=__webpack_require__(80820),Da=__webpack_require__(87873),ge=__webpack_require__(54609),we=__webpack_require__(28566),Er=__webpack_require__(51697),rn=__webpack_require__(61872),br=__webpack_require__(76077),en=__webpack_require__(9196),Dn=__webpack_require__(5369),ai=__webpack_require__(26259),Zi=__webpack_require__(47736),$n=__webpack_require__(28220),Fn=__webpack_require__(62060),Kn=__webpack_require__(49350),ga=__webpack_require__(20126),aa=__webpack_require__(18090),Do=__webpack_require__(14309),Ao=__webpack_require__(17822),Su=__webpack_require__(83543),Kl=__webpack_require__(13853),fl=__webpack_require__(25188),qu=__webpack_require__(10215),Yc=__webpack_require__(3432),yu=__webpack_require__(90486),Ve=__webpack_require__(6736),Z=__webpack_require__(8774),Y=__webpack_require__(94065),ne=__webpack_require__(93036),de=__webpack_require__(75708),Ee=__webpack_require__(84624),Ke=__webpack_require__(66233),Pt=__webpack_require__(43710),zt=__webpack_require__(92762),ir=__webpack_require__(24467),Ar=__webpack_require__(68465),$r=__webpack_require__(77004),Xt=__webpack_require__(83925),Tn=__webpack_require__(51117),Yn=__webpack_require__(87236),ri=__webpack_require__(83733),Ei=__webpack_require__(92044),Aa=__webpack_require__(29190),ya=__webpack_require__(10775),Ea=__webpack_require__(19593),Es=__webpack_require__(26502),Ds=__webpack_require__(10174),bs=__webpack_require__(96378),vs=__webpack_require__(58216),Na=__webpack_require__(41401),Vs=__webpack_require__(79908),ns=__webpack_require__(82531),Ai=__webpack_require__(79890),Co=__webpack_require__(88472),Fo=__webpack_require__(38944),bu=__webpack_require__(78423),Ys=__webpack_require__(65713),$o=__webpack_require__(22968),po=__webpack_require__(17564),Au=__webpack_require__(1220),Nu=__webpack_require__(44886),dl=__webpack_require__(57019),Ju=__webpack_require__(35295),to=__webpack_require__(80286),Cu=__webpack_require__(38487),el=__webpack_require__(29916),Zo=__webpack_require__(25541),Rl=__webpack_require__(45612),Ll=__webpack_require__(34926),fu=__webpack_require__(98080),sc=__webpack_require__(68255),oo=__webpack_require__(96351),du=__webpack_require__(16450),Tu=__webpack_require__(60244),Ml=__webpack_require__(86921),tl=__webpack_require__(82928),Xc=__webpack_require__(42947),Vl=__webpack_require__(71568),fi=__webpack_require__(94194),Qc=__webpack_require__(30556),To=__webpack_require__(32100),Ac=__webpack_require__(93102),Bu=__webpack_require__(1821),rl=__webpack_require__(82074),ju=__webpack_require__(13578),pf=__webpack_require__(59348),iu=__webpack_require__(62882),Bo=__webpack_require__(37457),mf=__webpack_require__(70654),Uu=__webpack_require__(90252),qc=__webpack_require__(29482),Fl=__webpack_require__(51630),Jc=__webpack_require__(61933),hu=__webpack_require__(619),Pu=__webpack_require__(99675),Bl=__webpack_require__(52548),uo=__webpack_require__(53637),Qo=__webpack_require__(57482),au=__webpack_require__(59725),Cc=__webpack_require__(17610),Yl=__webpack_require__(56966),Iu=__webpack_require__(11507),ef=__webpack_require__(16315),Tc=__webpack_require__(60239),Ou=__webpack_require__(49381),Nl=__webpack_require__(17230),zu=__webpack_require__(62720),Pc=__webpack_require__(57151),jl=__webpack_require__(48732),Xa=__webpack_require__(18481),Df=__webpack_require__(55055),vf=__webpack_require__(7195),hl=__webpack_require__(89179),Ic=__webpack_require__(90965),tf=__webpack_require__(67725),Oc=__webpack_require__(59884),pu=__webpack_require__(89202),Dc=__webpack_require__(97815),oc=__webpack_require__(11593),uc=__webpack_require__(7597),_f=__webpack_require__(55182),kc=__webpack_require__(34366),xo=__webpack_require__(85425),Ls=__webpack_require__(64522),nl=__webpack_require__(41599),su=__webpack_require__(86465),rf=__webpack_require__(78437),gf=__webpack_require__(73624),lc=__webpack_require__(62059),Po=__webpack_require__(10305),yf=__webpack_require__(41208),nf=__webpack_require__(25204),wl=__webpack_require__(40061),il=__webpack_require__(47803),lo=__webpack_require__(7893),pl=__webpack_require__(4890),Rc=__webpack_require__(5340),bf=__webpack_require__(61650),xf=__webpack_require__(58246),El=__webpack_require__(65873),Wo=__webpack_require__(63579),Sl=__webpack_require__(87296),Ue=__webpack_require__(59301),$u=__webpack_require__(4676),qo=__webpack_require__(35338),cc=__webpack_require__(9139);function Jo(Mn){var ni=Mn.id,Yi=Mn.basename,ka=Mn.cb,qi=new URLSearchParams({route:ni,url:window.location.href}).toString(),Sa="".concat(Zu(window.umiServerLoaderPath||Yi),"__serverLoader?").concat(qi);fetch(Sa,{credentials:"include"}).then(function(Pa){return Pa.json()}).then(ka).catch(console.error)}function Zu(){var Mn=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return Mn.endsWith("/")?Mn:"".concat(Mn,"/")}var Lc=__webpack_require__(38127),fc=__webpack_require__(38329),Ul=__webpack_require__(8616),Al=["content"],al=["content"],Mc=/^(http:|https:)?\/\//;function dc(Mn){return Mc.test(Mn)||Mn.startsWith("/")&&!Mn.startsWith("/*")||Mn.startsWith("./")||Mn.startsWith("../")}var Du=function(){return Ue.createElement("noscript",{dangerouslySetInnerHTML:{__html:"<b>Enable JavaScript to run this app.</b>"}})},Cl=function(ni){var Yi,ka=ni.loaderData,qi=ni.htmlPageOpts,Sa=ni.manifest,Pa=(Sa==null||(Yi=Sa.assets)===null||Yi===void 0?void 0:Yi["umi.css"])||"";return Ue.createElement("script",{suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:"window.__UMI_LOADER_DATA__ = ".concat(JSON.stringify(ka||{}),"; window.__UMI_METADATA_LOADER_DATA__ = ").concat(JSON.stringify(qi||{}),"; window.__UMI_BUILD_ClIENT_CSS__ = '").concat(Pa,"'")}})};function Wu(Mn){var ni=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(typeof Mn=="string")return dc(Mn)?(0,Wo.Z)({src:Mn},ni):{content:Mn};if((0,Ul.Z)(Mn)==="object")return(0,Wo.Z)((0,Wo.Z)({},Mn),ni);throw new Error("Invalid script type: ".concat((0,Ul.Z)(Mn)))}function Gf(Mn){return dc(Mn)?{type:"link",href:Mn}:{type:"style",content:Mn}}var wf=function(ni){var Yi,ka,qi,Sa,Pa,Ms,oa=ni.htmlPageOpts;return Ue.createElement(Ue.Fragment,null,(oa==null?void 0:oa.title)&&Ue.createElement("title",null,oa.title),oa==null||(Yi=oa.favicons)===null||Yi===void 0?void 0:Yi.map(function(Cs,gl){return Ue.createElement("link",{key:gl,rel:"shortcut icon",href:Cs})}),(oa==null?void 0:oa.description)&&Ue.createElement("meta",{name:"description",content:oa.description}),(oa==null||(ka=oa.keywords)===null||ka===void 0?void 0:ka.length)&&Ue.createElement("meta",{name:"keywords",content:oa.keywords.join(",")}),oa==null||(qi=oa.metas)===null||qi===void 0?void 0:qi.map(function(Cs){return Ue.createElement("meta",{key:Cs.name,name:Cs.name,content:Cs.content})}),oa==null||(Sa=oa.links)===null||Sa===void 0?void 0:Sa.map(function(Cs,gl){return Ue.createElement("link",(0,fc.Z)({key:gl},Cs))}),oa==null||(Pa=oa.styles)===null||Pa===void 0?void 0:Pa.map(function(Cs,gl){var Vu=Gf(Cs),Il=Vu.type,Ol=Vu.href,yl=Vu.content;if(Il==="link")return Ue.createElement("link",{key:gl,rel:"stylesheet",href:Ol});if(Il==="style")return Ue.createElement("style",{key:gl},yl)}),oa==null||(Ms=oa.headScripts)===null||Ms===void 0?void 0:Ms.map(function(Cs,gl){var Vu=Wu(Cs),Il=Vu.content,Ol=(0,Lc.Z)(Vu,Al);return Ue.createElement("script",(0,fc.Z)({dangerouslySetInnerHTML:{__html:Il},key:gl},Ol))}))};function eu(Mn){var ni,Yi=Mn.children,ka=Mn.loaderData,qi=Mn.manifest,Sa=Mn.htmlPageOpts,Pa=Mn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Ms=Mn.mountElementId;if(Pa!=null&&Pa.pureHtml)return Ue.createElement("html",null,Ue.createElement("head",null),Ue.createElement("body",null,Ue.createElement(Du,null),Ue.createElement("div",{id:Ms},Yi),Ue.createElement(Cl,{manifest:qi,loaderData:ka,htmlPageOpts:Sa})));if(Pa!=null&&Pa.pureApp)return Ue.createElement(Ue.Fragment,null,Yi);var oa=typeof window=="undefined"?qi==null?void 0:qi.assets["umi.css"]:window.__UMI_BUILD_ClIENT_CSS__;return Ue.createElement("html",{suppressHydrationWarning:!0,lang:(Sa==null?void 0:Sa.lang)||"en"},Ue.createElement("head",null,Ue.createElement("meta",{charSet:"utf-8"}),Ue.createElement("meta",{name:"viewport",content:"width=device-width, initial-scale=1"}),oa&&Ue.createElement("link",{suppressHydrationWarning:!0,rel:"stylesheet",href:oa}),Ue.createElement(wf,{htmlPageOpts:Sa})),Ue.createElement("body",null,Ue.createElement(Du,null),Ue.createElement("div",{id:Ms},Yi),Ue.createElement(Cl,{manifest:qi,loaderData:ka,htmlPageOpts:Sa}),Sa==null||(ni=Sa.scripts)===null||ni===void 0?void 0:ni.map(function(Cs,gl){var Vu=Wu(Cs),Il=Vu.content,Ol=(0,Lc.Z)(Vu,al);return Ue.createElement("script",(0,fc.Z)({dangerouslySetInnerHTML:{__html:Il},key:gl},Ol))})))}var zl=Ue.createContext(void 0);function af(){return Ue.useContext(zl)}var hc=["redirect"];function pc(Mn){var ni=Mn.routesById,Yi=Mn.parentId,ka=Mn.routeComponents,qi=Mn.useStream,Sa=qi===void 0?!0:qi;return Object.keys(ni).filter(function(Pa){return ni[Pa].parentId===Yi}).map(function(Pa){var Ms=Ql((0,Wo.Z)((0,Wo.Z)({route:ni[Pa],routeComponent:ka[Pa],loadingComponent:Mn.loadingComponent,reactRouter5Compat:Mn.reactRouter5Compat},Mn.reactRouter5Compat&&{hasChildren:Object.keys(ni).filter(function(Cs){return ni[Cs].parentId===Pa}).length>0}),{},{useStream:Sa})),oa=pc({routesById:ni,routeComponents:ka,parentId:Ms.id,loadingComponent:Mn.loadingComponent,reactRouter5Compat:Mn.reactRouter5Compat,useStream:Sa});return oa.length>0&&(Ms.children=oa,Ms.routes=oa),Ms})}function Xl(Mn){var ni=(0,qo.UO)(),Yi=(0,qo.Gn)(Mn.to,ni),ka=(0,cc.T$)(),qi=(0,qo.TH)();if(ka!=null&&ka.keepQuery){var Sa=qi.search+qi.hash;Yi+=Sa}var Pa=(0,Wo.Z)((0,Wo.Z)({},Mn),{},{to:Yi});return Ue.createElement(qo.Fg,(0,fc.Z)({replace:!0},Pa))}function Ql(Mn){var ni=Mn.route,Yi=Mn.useStream,ka=Yi===void 0?!0:Yi,qi=ni.redirect,Sa=(0,Lc.Z)(ni,hc),Pa=Mn.reactRouter5Compat?mu:sl;return(0,Wo.Z)({element:qi?Ue.createElement(Xl,{to:qi}):Ue.createElement(zl.Provider,{value:{route:Mn.route}},Ue.createElement(Pa,{loader:Ue.memo(Mn.routeComponent),loadingComponent:Mn.loadingComponent||ku,hasChildren:Mn.hasChildren,useStream:ka}))},Sa)}function ku(){return Ue.createElement("div",null)}function mu(Mn){var ni=af(),Yi=ni.route,ka=(0,cc.Ov)(),qi=ka.history,Sa=ka.clientRoutes,Pa=(0,qo.UO)(),Ms={params:Pa,isExact:!0,path:Yi.path,url:qi.location.pathname},oa=Mn.loader,Cs={location:qi.location,match:Ms,history:qi,params:Pa,route:Yi,routes:Sa};return Mn.useStream?Ue.createElement(Ue.Suspense,{fallback:Ue.createElement(Mn.loadingComponent,null)},Ue.createElement(oa,Cs,Mn.hasChildren&&Ue.createElement(qo.j3,null))):Ue.createElement(oa,Cs,Mn.hasChildren&&Ue.createElement(qo.j3,null))}function sl(Mn){var ni=Mn.loader;return Mn.useStream?Ue.createElement(Ue.Suspense,{fallback:Ue.createElement(Mn.loadingComponent,null)},Ue.createElement(ni,null)):Ue.createElement(ni,null)}var tu=null;function Ef(){return tu}function Fc(Mn){var ni=Mn.history,Yi=Ue.useState({action:ni.action,location:ni.location}),ka=(0,Sl.Z)(Yi,2),qi=ka[0],Sa=ka[1];return(0,Ue.useLayoutEffect)(function(){return ni.listen(Sa)},[ni]),(0,Ue.useLayoutEffect)(function(){function Pa(Ms){Mn.pluginManager.applyPlugins({key:"onRouteChange",type:"event",args:{routes:Mn.routes,clientRoutes:Mn.clientRoutes,location:Ms.location,action:Ms.action,basename:Mn.basename,isFirst:!!Ms.isFirst}})}return Pa({location:qi.location,action:qi.action,isFirst:!0}),ni.listen(Pa)},[ni,Mn.routes,Mn.clientRoutes]),Ue.createElement(qo.F0,{navigator:ni,location:qi.location,basename:Mn.basename},Mn.children)}function Hu(){var Mn=(0,cc.Ov)(),ni=Mn.clientRoutes;return(0,qo.V$)(ni)}var ol=["innerProvider","i18nProvider","accessProvider","dataflowProvider","outerProvider","rootContainer"],$l=function(ni,Yi){var ka=ni.basename||"/",qi=pc({routesById:ni.routes,routeComponents:ni.routeComponents,loadingComponent:ni.loadingComponent,reactRouter5Compat:ni.reactRouter5Compat,useStream:ni.useStream});ni.pluginManager.applyPlugins({key:"patchClientRoutes",type:"event",args:{routes:qi}});for(var Sa=Ue.createElement(Fc,{basename:ka,pluginManager:ni.pluginManager,routes:ni.routes,clientRoutes:qi,history:ni.history},Yi),Pa=0,Ms=ol;Pa<Ms.length;Pa++){var oa=Ms[Pa];Sa=ni.pluginManager.applyPlugins({type:"modify",key:oa,initialValue:Sa,args:{routes:ni.routes,history:ni.history,plugin:ni.pluginManager}})}var Cs=function(){var Vu=(0,Ue.useState)({}),Il=(0,Sl.Z)(Vu,2),Ol=Il[0],yl=Il[1],Kf=(0,Ue.useState)(window.__UMI_LOADER_DATA__||{}),kf=(0,Sl.Z)(Kf,2),tc=kf[0],Rf=kf[1],lf=(0,Ue.useCallback)(function(Zc,Cf){var bl,Qf=(((bl=(0,qo.fp)(qi,Zc,ka))===null||bl===void 0?void 0:bl.map(function(Yu){return Yu.route.id}))||[]).filter(Boolean);Qf.forEach(function(Yu){var Wc,cf;if(window.__umi_route_prefetch__){var vu,Tf=(vu=ni.routeComponents[Yu])===null||vu===void 0||(vu=vu._payload)===null||vu===void 0?void 0:vu._result;typeof Tf=="function"&&Tf()}var Hc=(Wc=ni.routes[Yu])===null||Wc===void 0?void 0:Wc.clientLoader,Dl=!!Hc,gc=(cf=ni.routes[Yu])===null||cf===void 0?void 0:cf.hasServerLoader;!Cf&&gc&&!Dl&&!window.__UMI_LOADER_DATA__&&Jo({id:Yu,basename:ka,cb:function(df){Ue.startTransition(function(){Rf(function(Mf){return(0,Wo.Z)((0,Wo.Z)({},Mf),{},(0,El.Z)({},Yu,df))})})}});var ou=!!Ol[Yu],Lf=Dl&&Hc.hydrate||!gc,Pf=gc&&!window.__UMI_LOADER_DATA__;Dl&&!ou&&(Lf||Pf)&&Hc({serverLoader:function(){return Jo({id:Yu,basename:ka,cb:function(Mf){Ue.startTransition(function(){Rf(function(If){return(0,Wo.Z)((0,Wo.Z)({},If),{},(0,El.Z)({},Yu,Mf))})})}})}}).then(function(ff){yl(function(df){return(0,Wo.Z)((0,Wo.Z)({},df),{},(0,El.Z)({},Yu,ff))})})})},[Ol]);return(0,Ue.useEffect)(function(){return lf(window.location.pathname,!0),ni.history.listen(function(Zc){lf(Zc.location.pathname)})},[]),(0,Ue.useLayoutEffect)(function(){typeof ni.callback=="function"&&ni.callback()},[]),Ue.createElement(cc.Il.Provider,{value:{routes:ni.routes,routeComponents:ni.routeComponents,clientRoutes:qi,pluginManager:ni.pluginManager,rootElement:ni.rootElement,basename:ka,clientLoaderData:Ol,serverLoaderData:tc,preloadRoute:lf,history:ni.history}},Sa)};return Cs};function sf(Mn){var ni=Mn.rootElement||document.getElementById("root"),Yi=$l(Mn,Ue.createElement(Hu,null));if(Mn.components)return Yi;if(Mn.hydrate){var ka=window.__UMI_LOADER_DATA__||{},qi=window.__UMI_METADATA_LOADER_DATA__||{},Sa={metadata:qi,loaderData:ka,mountElementId:Mn.mountElementId},Pa=Mn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureApp||Mn.__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.pureHtml;$u.hydrateRoot(Pa?ni:document,Pa?Ue.createElement(Yi,null):Ue.createElement(eu,Sa,Ue.createElement(Yi,null)));return}if($u.createRoot){tu=$u.createRoot(ni),tu.render(Ue.createElement(Yi,null));return}$u.render(Ue.createElement(Yi,null),ni)}var Bc=(Mn,ni,Yi)=>new Promise((ka,qi)=>{var Sa=oa=>{try{Ms(Yi.next(oa))}catch(Cs){qi(Cs)}},Pa=oa=>{try{Ms(Yi.throw(oa))}catch(Cs){qi(Cs)}},Ms=oa=>oa.done?ka(oa.value):Promise.resolve(oa.value).then(Sa,Pa);Ms((Yi=Yi.apply(Mn,ni)).next())});function mc(){return Bc(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/exercisenotice/:categoryId/users/:login",parentId:"19",id:"46"},47:{path:"/classrooms/:coursesId/exercise/:categoryId/random/edit",parentId:"19",id:"47"},48:{path:"/classrooms/:coursesId/exercise/:categoryId/random/preview",parentId:"19",id:"48"},49:{path:"/classrooms/:coursesId/exercise/add",parentId:"19",id:"49"},50:{path:"/classrooms/:coursesId/exercise/add/:exerciseId",parentId:"19",id:"50"},51:{path:"/classrooms/:coursesId/exercise/:exerciseId/reviews/group",parentId:"19",id:"51"},52:{path:"/classrooms/:coursesId/exercise/:exerciseId/review/:userId",parentId:"19",id:"52"},53:{path:"/classrooms/:coursesId/exercise/:exerciseId/centralizeReview/:userId",parentId:"19",id:"53"},54:{path:"/classrooms/:coursesId/exercise/:exerciseId/export_blank",parentId:"19",id:"54"},55:{path:"/classrooms/:coursesId/exercise/:exerciseId/sumup",parentId:"19",id:"55"},56:{path:"/classrooms/:coursesId/exercise/:exerciseId/sumup/edit",parentId:"19",id:"56"},57:{path:"/classrooms/:coursesId/exercise/:exerciseId/analysis/:studentId",parentId:"19",id:"57"},58:{path:"/classrooms/:coursesId/shixun_homework/:exerciseId/analysis/:studentId",parentId:"19",id:"58"},59:{path:"/classrooms/:coursesId/exercise/:exerciseId/analysis/:studentId/code",parentId:"19",id:"59"},60:{path:"/classrooms/:coursesId/shixun_homework/:exerciseId/analysis/:studentId/code",parentId:"19",id:"60"},61:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/detail",parentId:"19",id:"61"},62:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/add",parentId:"19",id:"62"},63:{path:"/classrooms/:coursesId/graduation_topics/:categoryId/edit",parentId:"19",id:"63"},64:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/add",parentId:"19",id:"64"},65:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/edit",parentId:"19",id:"65"},66:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId/detail",parentId:"19",id:"66"},67:{path:"/classrooms/:coursesId/common_homework/:categoryId/add",parentId:"19",id:"67"},68:{path:"/classrooms/:coursesId/common_homework/:categoryId/edit",parentId:"19",id:"68"},69:{path:"/classrooms/:coursesId/common_homework/:commonHomeworkId/post",parentId:"19",id:"69"},70:{path:"/classrooms/:coursesId/common_homework/:commonHomeworkId/:homeworkId/edit",parentId:"19",id:"70"},71:{path:"/classrooms/:coursesId/group_homework/:categoryId/add",parentId:"19",id:"71"},72:{path:"/classrooms/:coursesId/group_homework/:categoryId/edit",parentId:"19",id:"72"},73:{path:"/classrooms/:coursesId/poll/:categoryId/add",parentId:"19",id:"73"},74:{path:"/classrooms/:coursesId/poll/:categoryId/edit",parentId:"19",id:"74"},75:{path:"/classrooms/:coursesId/poll/:categoryId/detail",parentId:"19",id:"75"},76:{path:"/classrooms/:coursesId/poll/:categoryId/users/:login",parentId:"19",id:"76"},77:{path:"/classrooms/:coursesId/poll/:categoryId/questionnaireInfo/:login",parentId:"19",id:"77"},78:{path:"/classrooms/:coursesId/board/:categoryId/Add",parentId:"19",id:"78"},79:{path:"/classrooms/:coursesId/board/:categoryId/Edit/:boardId",parentId:"19",id:"79"},80:{path:"/classrooms/:coursesId/board/:categoryId/Detail/:boardId",parentId:"19",id:"80"},81:{path:"/classrooms/:courseId/template/:templateId",parentId:"19",id:"81"},82:{path:"/classrooms/:courseId/common_homework/:homeworkId/lab-report/:reportId",parentId:"19",id:"82"},83:{path:"/classrooms/guidance",parentId:"19",id:"83"},84:{path:"/classrooms/:courseId/common_homework/:homeworkId/lab-report-view/:workId",parentId:"19",id:"84"},85:{path:"/classrooms/:coursesId/exercise/:categoryId/users/:login/check",parentId:"19",id:"85"},86:{path:"/classrooms/:coursesId/Studentdetail/:login",parentId:"19",id:"86"},87:{path:"/classrooms/:coursesId/StudentSituation/:categoryId/:login",parentId:"19",id:"87"},88:{path:"/classrooms/:coursesId/engineering/datail",parentId:"19",id:"88"},89:{path:"/classrooms/:coursesId/program_homework/:categoryId/add",parentId:"19",id:"89"},90:{path:"/classrooms/:coursesId/program_homework/:categoryId/edit",parentId:"19",id:"90"},91:{path:"/classrooms/:coursesId/program_homework/ranking",parentId:"19",id:"91"},92:{path:"/classrooms/:coursesId/program_homework/:categoryId/detail",parentId:"19",id:"92"},93:{path:"/classrooms/:coursesId/program_homework/:categoryId/:homeworkId/ranking",parentId:"19",id:"93"},94:{path:"/classrooms/:coursesId/program_homework/:categoryId/:homeworkId/:user_id/comment",parentId:"19",id:"94"},95:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer",parentId:"19",id:"95"},96:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/add",parentId:"19",id:"96"},97:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/:answerid/edit",parentId:"19",id:"97"},98:{path:"/classrooms/:coursesId/program_homework/:categoryId/answer/:answerid/detail",parentId:"19",id:"98"},99:{path:"/classrooms/:videoId/video_info",parentId:"19",id:"99"},100:{path:"/classrooms/",parentId:"19",id:"100"},101:{path:"/classrooms/:coursesId/shixun_homework/:categoryId",parentId:"100",id:"101"},102:{path:"/classrooms/:coursesId/shixun_homework",parentId:"100",id:"102"},103:{path:"/classrooms/:coursesId/graduation_topics/:categoryId",parentId:"100",id:"103"},104:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId",parentId:"100",id:"104"},105:{path:"/classrooms/:coursesId/graduation_tasks/:categoryId",parentId:"100",id:"105"},106:{path:"/classrooms/:coursesId/exercise/:categoryId",parentId:"100",id:"106"},107:{path:"/classrooms/:coursesId/exercise",parentId:"100",id:"107"},108:{path:"/classrooms/:coursesId/poll/:categoryId",parentId:"100",id:"108"},109:{path:"/classrooms/:coursesId/poll",parentId:"100",id:"109"},110:{path:"/classrooms/:coursesId/common_homework/:categoryId",parentId:"100",id:"110"},111:{path:"/classrooms/:coursesId/common_homework",parentId:"100",id:"111"},112:{path:"/classrooms/:coursesId/group_homework/:categoryId",parentId:"100",id:"112"},113:{path:"/classrooms/:coursesId/group_homework",parentId:"100",id:"113"},114:{path:"/classrooms/:coursesId/teachers",parentId:"100",id:"114"},115:{path:"/classrooms/:coursesId/students",parentId:"100",id:"115"},116:{path:"/classrooms/:coursesId/assistant",parentId:"100",id:"116"},117:{path:"/classrooms/:coursesId/program_homework",parentId:"100",id:"117"},118:{path:"/classrooms/:coursesId/program_homework/:categoryId",parentId:"100",id:"118"},119:{path:"/classrooms/:coursesId/engineering",parentId:"100",id:"119"},120:{path:"/classrooms/:coursesId/learning_path",parentId:"100",id:"120"},121:{path:"/classrooms/:coursesId/resource_recommend",parentId:"100",id:"121"},122:{path:"/classrooms/:coursesId/attendance",parentId:"100",id:"122"},123:{path:"/classrooms/:coursesId/attendance/StudetnSign",parentId:"100",id:"123"},124:{path:"/classrooms/:coursesId/attendance/:categoryId/:tabId/detail",parentId:"100",id:"124"},125:{path:"/classrooms/:coursesId/announcement",parentId:"100",id:"125"},126:{path:"/classrooms/:coursesId/announcement/:categoryId",parentId:"100",id:"126"},127:{path:"/classrooms/:coursesId/online_learning",parentId:"100",id:"127"},128:{path:"/classrooms/:coursesId/online_learning/:categoryId",parentId:"100",id:"128"},129:{path:"/classrooms/:coursesId/attachment/:categoryId",parentId:"100",id:"129"},130:{path:"/classrooms/:coursesId/attachment",parentId:"100",id:"130"},131:{path:"/classrooms/:coursesId/video",parentId:"100",id:"131"},132:{path:"/classrooms/:coursesId/video/:categoryId",parentId:"100",id:"132"},133:{path:"/classrooms/:coursesId/video/:categoryId/statistics",parentId:"100",id:"133"},134:{path:"/classrooms/:coursesId/video/:username/upload",parentId:"100",id:"134"},135:{path:"/classrooms/:coursesId/video/:categoryId/statistics/:videoId",parentId:"100",id:"135"},136:{path:"/classrooms/:coursesId/video/:categoryId/statistics/:videoId/:userId",parentId:"100",id:"136"},137:{path:"/classrooms/:coursesId/live_video/:categoryId",parentId:"100",id:"137"},138:{path:"/classrooms/:coursesId/live_video",parentId:"100",id:"138"},139:{path:"/classrooms/:coursesId/video/:categoryId/studentstatistics",parentId:"100",id:"139"},140:{path:"/classrooms/:coursesId/board/:categoryId",parentId:"100",id:"140"},141:{path:"/classrooms/:coursesId/board",parentId:"100",id:"141"},142:{path:"/classrooms/:coursesId/course_group",parentId:"100",id:"142"},143:{path:"/classrooms/:coursesId/course_group/:categoryId",parentId:"100",id:"143"},144:{path:"/classrooms/:coursesId/course_group/:categoryId/detail",parentId:"100",id:"144"},145:{path:"/classrooms/:coursesId/not_course_group/:categoryId",parentId:"100",id:"145"},146:{path:"/classrooms/:coursesId/not_course_group",parentId:"100",id:"146"},147:{path:"/classrooms/:coursesId/statistics/",parentId:"100",id:"147"},148:{path:"/classrooms/:coursesId/statistics/:categoryId",parentId:"100",id:"148"},149:{path:"/classrooms/:coursesId/statistics_video/:categoryId",parentId:"100",id:"149"},150:{path:"/classrooms/:coursesId/statistics_quality/:categoryId",parentId:"100",id:"150"},151:{path:"/classrooms/:coursesId/statistics_user_portrait/:categoryId",parentId:"100",id:"151"},152:{path:"/classrooms/:coursesId/student_statistics/:categoryId",parentId:"100",id:"152"},153:{path:"/classrooms/:coursesId/student_statistics/:categoryId/:listId/:type",parentId:"100",id:"153"},154:{path:"/classrooms/:coursesId/video_statistics/:categoryId/Student/:studentid",parentId:"100",id:"154"},155:{path:"/classrooms/:coursesId/exportlist/:type",parentId:"100",id:"155"},156:{path:"/classrooms/:coursesId",parentId:"100",id:"156"},157:{path:"/classrooms/:coursesId/template",parentId:"100",id:"157"},158:{path:"/competitions",parentId:"1",id:"158"},159:{path:"/competitions/index",parentId:"158",id:"159"},160:{path:"/competitions/:identifier/list",parentId:"158",id:"160"},161:{path:"/competitions/exports",parentId:"158",id:"161"},162:{path:"/competitions",parentId:"158",id:"162"},163:{path:"/competitions/:identifier",parentId:"158",id:"163"},164:{path:"/competitions/index/:identifier",parentId:"158",id:"164"},165:{path:"/competitions/:identifier/detail/enroll",parentId:"158",id:"165"},166:{path:"/competitions/:identifier/detail/UpdateTeanname/:Teannameid",parentId:"158",id:"166"},167:{path:"/competitions/:identifier/detail/teamDetail/:Teamid",parentId:"158",id:"167"},168:{path:"/competitions/detail/:identifier",parentId:"158",id:"168"},169:{path:"/forums",parentId:"1",id:"169"},170:{path:"/forums",parentId:"169",id:"170"},171:{path:"/forums/categories/:memoType",parentId:"169",id:"171"},172:{path:"/forums/new",parentId:"169",id:"172"},173:{path:"/forums/:memoId/edit",parentId:"169",id:"173"},174:{path:"/forums/:memoId",parentId:"169",id:"174"},175:{path:"/problemset",parentId:"1",id:"175"},176:{path:"/problemset",parentId:"175",id:"176"},177:{path:"/problemset/newitem",parentId:"175",id:"177"},178:{path:"/problemset/:type/:id",parentId:"175",id:"178"},179:{path:"/problemset/preview",parentId:"175",id:"179"},180:{path:"/problemset/preview_new",parentId:"175",id:"180"},181:{path:"/problemset/preview_select",parentId:"175",id:"181"},182:{path:"/shixuns",parentId:"1",id:"182"},183:{path:"/shixuns",parentId:"182",id:"183"},184:{path:"/shixuns/exports",parentId:"182",id:"184"},185:{path:"/shixuns/new",parentId:"182",id:"185"},186:{path:"/shixuns/new/CreateImg",parentId:"182",id:"186"},187:{path:"/shixuns/new/:id/imagepreview",parentId:"182",id:"187"},188:{path:"/shixuns/:id/Merge",parentId:"182",id:"188"},189:{path:"/shixuns/:id/Split",parentId:"182",id:"189"},190:{path:"/shixuns/:id/edit",parentId:"182",id:"190"},191:{path:"shixuns/:id/edit/warehouse",parentId:"190",id:"191"},192:{path:"/shixuns/:id/edit/newquestion",parentId:"190",id:"192"},193:{path:"/shixuns/:id/edit/:challengesId/editquestion",parentId:"190",id:"193"},194:{path:"/shixuns/:id/edit/:challengesId/editquestion/:questionId",parentId:"190",id:"194"},195:{path:"/shixuns/:id/edit/new",parentId:"190",id:"195"},196:{path:"/shixuns/:id/edit/:challengesId/editcheckpoint",parentId:"190",id:"196"},197:{path:"/shixuns/:id/edit/:challengesId/tab=2",parentId:"190",id:"197"},198:{path:"/shixuns/:id/edit/:challengesId/tab=3",parentId:"190",id:"198"},199:{path:"/shixuns/:id/edit/:challengesId/tab=4",parentId:"190",id:"199"},200:{path:"/shixuns/:id",parentId:"182",id:"200"},201:{path:"/shixuns/:id/challenges",parentId:"200",id:"201"},202:{path:"/shixuns/:id/repository",parentId:"200",id:"202"},203:{path:"/shixuns/:id/secret_repository",parentId:"200",id:"203"},204:{path:"/shixuns/:id/collaborators",parentId:"200",id:"204"},205:{path:"/shixuns/:id/dataset",parentId:"200",id:"205"},206:{path:"/shixuns/:id/dataset/jupyterEdit",parentId:"200",id:"206"},207:{path:"/shixuns/:id/shixun_discuss",parentId:"200",id:"207"},208:{path:"/shixuns/:id/ranking_list",parentId:"200",id:"208"},209:{path:"/shixuns/:id/settings",parentId:"200",id:"209"},210:{path:"/shixuns/:id/repository/:repoId/commits",parentId:"200",id:"210"},211:{path:"/shixuns/:id/secret_repository/:repoId/commits",parentId:"200",id:"211"},212:{path:"/shixuns/:id/repository/upload_file",parentId:"200",id:"212"},213:{path:"/shixuns/:id/secret_repository/upload_file",parentId:"200",id:"213"},214:{path:"/shixuns/:id/repository/add_file",parentId:"200",id:"214"},215:{path:"/shixuns/:id/secret_repository/add_file",parentId:"200",id:"215"},216:{path:"/shixuns/:id/repository/master/shixun_show/:fileId",exact:!1,parentId:"200",id:"216"},217:{path:"/shixuns/:id/secret_repository/master/shixun_show/:fileId",exact:!1,parentId:"200",id:"217"},218:{path:"/shixuns/:id/audit_situation",parentId:"200",id:"218"},219:{path:"/shixuns/:id/fork_list",parentId:"200",id:"219"},220:{path:"/shixuns/:id/skill_tags",parentId:"200",id:"220"},221:{path:"/users",parentId:"1",id:"221"},222:{path:"/users/:username/videos/protocol",parentId:"221",id:"222"},223:{path:"/users/:username/videos/resourceProtocol",parentId:"221",id:"223"},224:{path:"/users/:username/videos/success",parentId:"221",id:"224"},225:{path:"/users/:username/topicbank/:topicstype",parentId:"221",id:"225"},226:{path:"/users/:username/topics/:topicId/:topictype/normal/detail",parentId:"221",id:"226"},227:{path:"/users/:username/topics/:topicId/:topictype/group/detail",parentId:"221",id:"227"},228:{path:"/users/:username/topics/:topicId/:topictype/normal/edit",parentId:"221",id:"228"},229:{path:"/users/:username/topics/:topicId/:topictype/group/edit",parentId:"221",id:"229"},230:{path:"/users/:username/topics/:topicId/:topictype/exercise/edit",parentId:"221",id:"230"},231:{path:"/users/:username/topics/:topicId/:topictype/exercise/detail",parentId:"221",id:"231"},232:{path:"/users/:username/topics/:topicId/:topictype/poll/edit",parentId:"221",id:"232"},233:{path:"/users/:username/topics/:topicId/:topictype/poll/detail",parentId:"221",id:"233"},234:{path:"/users/:username/experiment-img/add",parentId:"221",id:"234"},235:{path:"/users/:username",parentId:"221",id:"235"},236:{path:"/users/:username",parentId:"235",id:"236"},237:{path:"/users/:username/baseInfo/edit",parentId:"235",id:"237"},238:{path:"/users/:username/baseInfo",parentId:"235",id:"238"},239:{path:"/users/:username/realNameCertification",parentId:"235",id:"239"},240:{path:"/users/:username/careerCertification",parentId:"235",id:"240"},241:{path:"/users/:username/classrooms",parentId:"235",id:"241"},242:{path:"/users/:username/shixuns",parentId:"235",id:"242"},243:{path:"/users/:username/dataSet",parentId:"235",id:"243"},244:{path:"/users/:username/userPortrait",parentId:"235",id:"244"},245:{path:"/users/:username/learningPath",parentId:"235",id:"245"},246:{path:"/users/:username/teach-group",parentId:"235",id:"246"},247:{path:"/users/:username/competitions",parentId:"235",id:"247"},248:{path:"/users/:username/experiment-img",parentId:"235",id:"248"},249:{path:"/users/:username/experiment-img/:experid/detail",parentId:"235",id:"249"},250:{path:"/users/:username/certificate",parentId:"235",id:"250"},251:{path:"/users/:username/otherResources",parentId:"235",id:"251"},252:{path:"/users/:username/classmanagement",parentId:"235",id:"252"},253:{path:"/users/:username/classmanagement/:couserid",parentId:"235",id:"253"},254:{path:"/users/:username/paths",parentId:"235",id:"254"},255:{path:"/users/:username/projects",parentId:"235",id:"255"},256:{path:"/users/:username/videos",parentId:"235",id:"256"},257:{path:"/users/:username/videos/upload",parentId:"235",id:"257"},258:{path:"/users/:username/topics/:topicstype",parentId:"235",id:"258"},259:{path:"/users/:username/vspaces",parentId:"235",id:"259"},260:{path:"/users/:username/resourcesCenter",parentId:"235",id:"260"},261:{path:"/users/:username/resourcesCenter/:id/detail",parentId:"235",id:"261"},262:{path:"/users/:username/resourceGuarantee",parentId:"235",id:"262"},263:{path:"/users/:username/resourceAllocation",parentId:"235",id:"263"},264:{parentId:"1",id:"264"},265:{path:"/problems",parentId:"264",id:"265"},266:{path:"/problems",parentId:"265",id:"266"},267:{path:"/problems/batchAdd",parentId:"265",id:"267"},268:{path:"/problems/newcreate",parentId:"264",id:"268"},269:{path:"/problems/newedit/:id",exact:!0,parentId:"264",id:"269"},270:{path:"/problems/:id/edit",exact:!0,parentId:"264",id:"270"},271:{path:"/problems/new",exact:!0,parentId:"264",id:"271"},272:{path:"/problems/:id/oj/:save_identifier",parentId:"264",id:"272"},273:{path:"/problems/:id/record-detail/:submitId",parentId:"264",id:"273"},274:{path:"/problems/add",parentId:"264",id:"274"},275:{path:"/problems/:id/ojedit",parentId:"264",id:"275"},276:{path:"/engineering",parentId:"1",id:"276"},277:{path:"/engineering",parentId:"276",id:"277"},278:{path:"/engineering/teacherList",parentId:"277",id:"278"},279:{path:"/engineering/studentList",parentId:"277",id:"279"},280:{path:"/engineering/training/program",parentId:"277",id:"280"},281:{path:"/engineering/training/program/add",parentId:"277",id:"281"},282:{path:"/engineering/training/program/edit",parentId:"277",id:"282"},283:{path:"/engineering/training/objectives",parentId:"277",id:"283"},284:{path:"/engineering/graduated/index",parentId:"277",id:"284"},285:{path:"/engineering/graduated/matrix",parentId:"277",id:"285"},286:{path:"/engineering/course/list",parentId:"277",id:"286"},287:{path:"/engineering/course/setting",parentId:"277",id:"287"},288:{path:"/engineering/course/matrix",parentId:"277",id:"288"},289:{path:"/engineering/navigation",parentId:"277",id:"289"},290:{path:"/engineering/evaluate/course",parentId:"277",id:"290"},291:{path:"/engineering/evaluate/course/:ec_year_id/:id",parentId:"277",id:"291"},292:{path:"/engineering/evaluate/norm",parentId:"277",id:"292"},293:{path:"/engineering/evaluate/document",parentId:"277",id:"293"},294:{path:"/engineering/evaluate/norm/:ec_year_id/:id",parentId:"277",id:"294"},295:{path:"/engineering/*",redirect:"/404",parentId:"277",id:"295"},296:{path:"/innovation",parentId:"1",id:"296"},297:{path:"/innovation/tasks/:taskId",parentId:"296",id:"297"},298:{path:"/innovation",parentId:"296",id:"298"},299:{path:"/innovation/project",parentId:"298",id:"299"},300:{path:"/innovation/dataset",parentId:"298",id:"300"},301:{path:"/innovation/mirror",parentId:"298",id:"301"},302:{path:"/innovation/my-project",parentId:"298",id:"302"},303:{path:"/innovation/my-dataset",parentId:"298",id:"303"},304:{path:"/innovation/my-mirror",parentId:"298",id:"304"},305:{path:"/innovation/project/create",parentId:"298",id:"305"},306:{path:"/innovation/project/edit/:id",parentId:"298",id:"306"},307:{path:"/innovation/project/detail/:taskId",parentId:"298",id:"307"},308:{path:"/tasks",parentId:"1",id:"308"},309:{path:"/tasks/:taskId",exact:!0,parentId:"308",id:"309"},310:{path:"/tasks/:identifier/jupyter/",exact:!0,parentId:"308",id:"310"},311:{path:"/tasks/:courseId/:homeworkId/:taskId",exact:!0,parentId:"308",id:"311"},312:{path:"/tasks/jupyter/:courseId/:homeworkId/:identifier",exact:!0,parentId:"308",id:"312"},313:{path:"/tasks/:courseId/:exerciseId/:taskId/exercise",exact:!0,parentId:"308",id:"313"},314:{path:"/myproblems",parentId:"1",id:"314"},315:{path:"/myproblems/:id/record-detail/:submitId",exact:!0,parentId:"314",id:"315"},316:{path:"/myproblems/:id",exact:!0,parentId:"314",id:"316"},317:{path:"/account",parentId:"1",id:"317"},318:{path:"/account",parentId:"317",id:"318"},319:{path:"/account/profile",parentId:"318",id:"319"},320:{path:"/account/profile/edit",parentId:"318",id:"320"},321:{path:"/account/certification",parentId:"318",id:"321"},322:{path:"/account/secure",parentId:"318",id:"322"},323:{path:"/account/binding",parentId:"318",id:"323"},324:{path:"/account/Results",parentId:"318",id:"324"},325:{path:"/ch",parentId:"1",id:"325"},326:{path:"/ch/rest/edit/:categoryId/:id",exact:!0,parentId:"325",id:"326"},327:{path:"/ch/rest/",exact:!0,parentId:"325",id:"327"},328:{path:"/ch/rest/:id",exact:!0,parentId:"325",id:"328"},329:{path:"/order",parentId:"1",id:"329"},330:{path:"/order",parentId:"329",id:"330"},331:{path:"/order/invoice",parentId:"329",id:"331"},332:{path:"/order/records",parentId:"329",id:"332"},333:{path:"/order/apply",parentId:"329",id:"333"},334:{path:"/order/view",parentId:"329",id:"334"},335:{path:"/order/:courseId/information",parentId:"329",id:"335"},336:{path:"/order/:courseId/pay",parentId:"329",id:"336"},337:{path:"/order/:orderNum/result",parentId:"329",id:"337"},338:{path:"/messages",parentId:"1",id:"338"},339:{path:"/messages/:userId/user_tidings",parentId:"338",id:"339"},340:{path:"/messages/:userId/private_messages",parentId:"338",id:"340"},341:{path:"/messages/:userId/message_detail",parentId:"338",id:"341"},342:{path:"/vtrs",parentId:"1",id:"342"},343:{path:"/vtrs/:virtual_spacesId",parentId:"342",id:"343"},344:{path:"/vtrs/:virtual_spacesId",exact:!0,parentId:"343",id:"344"},345:{path:"/vtrs/:virtual_spacesId/workplace",exact:!0,parentId:"343",id:"345"},346:{path:"/vtrs/:virtual_spacesId/experiment",parentId:"343",id:"346"},347:{path:"/vtrs/:virtual_spacesId/announcement",parentId:"343",id:"347"},348:{path:"/vtrs/:virtual_spacesId/announcement/add",parentId:"343",id:"348"},349:{path:"/vtrs/:virtual_spacesId/announcement/:id/edit",parentId:"343",id:"349"},350:{path:"/vtrs/:virtual_spacesId/announcement/:id/detail",parentId:"343",id:"350"},351:{path:"/vtrs/:virtual_spacesId/survey",parentId:"343",id:"351"},352:{path:"/vtrs/:virtual_spacesId/survey/:id/detail",parentId:"343",id:"352"},353:{path:"/vtrs/:virtual_spacesId/knowledge",parentId:"343",id:"353"},354:{path:"/vtrs/:virtual_spacesId/knowledge/add",parentId:"343",id:"354"},355:{path:"/vtrs/:virtual_spacesId/knowledge/:id/edit",parentId:"343",id:"355"},356:{path:"/vtrs/:virtual_spacesId/material",parentId:"343",id:"356"},357:{path:"/vtrs/:virtual_spacesId/material/:id/detail",parentId:"343",id:"357"},358:{path:"/vtrs/:virtual_spacesId/lesson",parentId:"343",id:"358"},359:{path:"/vtrs/:virtual_spacesId/lesson/:id/detail",parentId:"343",id:"359"},360:{path:"/vtrs/:virtual_spacesId/lesson/:id/detail/:fileid",parentId:"343",id:"360"},361:{path:"/vtrs/:virtual_spacesId/discussion",parentId:"343",id:"361"},362:{path:"/vtrs/:virtual_spacesId/discussion/:id/detail",parentId:"343",id:"362"},363:{path:"/vtrs/:virtual_spacesId/discussion/:id/detail/:fileid",parentId:"343",id:"363"},364:{path:"/vtrs/:virtual_spacesId/settings",parentId:"343",id:"364"},365:{path:"/vtrs/:virtual_spacesId/resources",parentId:"343",id:"365"},366:{path:"/vtrs/:virtual_spacesId/resources/:id/detail",parentId:"343",id:"366"},367:{path:"/vtrs/:virtual_spacesId/Plan",parentId:"343",id:"367"},368:{path:"/vtrs/:virtual_spacesId/plan/:id/detail",parentId:"343",id:"368"},369:{path:"/vtrs/:virtual_spacesId/digtal",parentId:"343",id:"369"},370:{path:"/vtrs/:virtual_spacesId/homepage",parentId:"343",id:"370"},371:{path:"/vtrs/:virtual_spacesId/*",parentId:"343",id:"371"},372:{path:"/101",parentId:"1",id:"372"},373:{path:"/101/:virtual_spacesId",parentId:"372",id:"373"},374:{path:"/101/:virtual_spacesId",exact:!0,parentId:"373",id:"374"},375:{path:"/101/:virtual_spacesId/workplace",exact:!0,parentId:"373",id:"375"},376:{path:"/101/:virtual_spacesId/experiment",parentId:"373",id:"376"},377:{path:"/101/:virtual_spacesId/announcement",parentId:"373",id:"377"},378:{path:"/101/:virtual_spacesId/announcement/add",parentId:"373",id:"378"},379:{path:"/101/:virtual_spacesId/announcement/:id/edit",parentId:"373",id:"379"},380:{path:"/101/:virtual_spacesId/announcement/:id/detail",parentId:"373",id:"380"},381:{path:"/101/:virtual_spacesId/survey",parentId:"373",id:"381"},382:{path:"/101/:virtual_spacesId/survey/:id/detail",parentId:"373",id:"382"},383:{path:"/101/:virtual_spacesId/knowledge",parentId:"373",id:"383"},384:{path:"/101/:virtual_spacesId/knowledge/add",parentId:"373",id:"384"},385:{path:"/101/:virtual_spacesId/knowledge/:id/edit",parentId:"373",id:"385"},386:{path:"/101/:virtual_spacesId/material",parentId:"373",id:"386"},387:{path:"/101/:virtual_spacesId/material/:id/detail",parentId:"373",id:"387"},388:{path:"/101/:virtual_spacesId/lesson",parentId:"373",id:"388"},389:{path:"/101/:virtual_spacesId/lesson/:id/detail",parentId:"373",id:"389"},390:{path:"/101/:virtual_spacesId/lesson/:id/detail/:fileid",parentId:"373",id:"390"},391:{path:"/101/:virtual_spacesId/discussion",parentId:"373",id:"391"},392:{path:"/101/:virtual_spacesId/discussion/:id/detail",parentId:"373",id:"392"},393:{path:"/101/:virtual_spacesId/discussion/:id/detail/:fileid",parentId:"373",id:"393"},394:{path:"/101/:virtual_spacesId/settings",parentId:"373",id:"394"},395:{path:"/101/:virtual_spacesId/resources",parentId:"373",id:"395"},396:{path:"/101/:virtual_spacesId/resources/:id/detail",parentId:"373",id:"396"},397:{path:"/101/:virtual_spacesId/Plan",parentId:"373",id:"397"},398:{path:"/101/:virtual_spacesId/plan/:id/detail",parentId:"373",id:"398"},399:{path:"/101/:virtual_spacesId/digtal",parentId:"373",id:"399"},400:{path:"/101/:virtual_spacesId/homepage",parentId:"373",id:"400"},401:{path:"/101/:virtual_spacesId/*",parentId:"373",id:"401"},402:{path:"/administration",parentId:"1",id:"402"},403:{path:"/administration",parentId:"402",id:"403"},404:{path:"/administration/college",parentId:"403",id:"404"},405:{path:"/administration/student",parentId:"403",id:"405"},406:{path:"/administration/student/:studentId/edit",parentId:"403",id:"406"},407:{path:"/administration/profession",parentId:"403",id:"407"},408:{path:"/graduations",parentId:"1",id:"408"},409:{path:"/graduations",exact:!0,parentId:"408",id:"409"},410:{path:"/graduations/:id/:moduleKey/:moduleId/review/:itemId",exact:!0,parentId:"408",id:"410"},411:{path:"/graduations/:id",parentId:"408",id:"411"},412:{path:"/graduations/:id/index",parentId:"411",id:"412"},413:{path:"/graduations/:id/topics",parentId:"411",id:"413"},414:{path:"/graduations/:id/student_selection",parentId:"411",id:"414"},415:{path:"/graduations/:id/tasks",parentId:"411",id:"415"},416:{path:"/graduations/:id/opening_report",parentId:"411",id:"416"},417:{path:"/graduations/:id/midterm_report",parentId:"411",id:"417"},418:{path:"/graduations/:id/thesis",parentId:"411",id:"418"},419:{path:"/graduations/:id/final_defense",parentId:"411",id:"419"},420:{path:"/graduations/:id/final_thesis",parentId:"411",id:"420"},421:{path:"/graduations/:id/settings",parentId:"411",id:"421"},422:{path:"/graduations/:id/teachers",parentId:"411",id:"422"},423:{path:"/graduations/:id/students",parentId:"411",id:"423"},424:{path:"/graduations/:id/archives",parentId:"411",id:"424"},425:{path:"/graduations/:id/grading_summary",parentId:"411",id:"425"},426:{path:"/dataset",parentId:"1",id:"426"},427:{path:"/dataset",exact:!0,parentId:"426",id:"427"},428:{path:"/dataset/:id/detail",exact:!0,parentId:"426",id:"428"},429:{path:"/knowledgegraph",parentId:"1",id:"429"},430:{path:"/knowledgegraph/:pathId",parentId:"429",id:"430"},431:{path:"/knowledgegraph/:pathId/statistics",parentId:"429",id:"431"},432:{path:"/newlogin",parentId:"1",id:"432"},433:{path:"/onlinenum",parentId:"1",id:"433"},434:{path:"/onlinenum",parentId:"433",id:"434"},435:{path:"/shixuncontext",parentId:"1",id:"435"},436:{path:"/shixuncontext",parentId:"435",id:"436"},437:{path:"/shixuncontext/:Id/detail",parentId:"435",id:"437"},438:{path:"/educoder-demo",exact:!0,parentId:"1",id:"438"},439:{path:"/training",parentId:"1",id:"439"},440:{name:"\u7CBE\u57F9\u8BFE\u7A0B",path:"/training",parentId:"439",id:"440"},441:{path:"/largeScreen",exact:!0,parentId:"1",id:"441"},442:{path:"/quality",parentId:"1",id:"442"},443:{name:"\u7CBE\u54C1\u8BFE\u7A0B",path:"/quality",parentId:"442",id:"443"},444:{path:"/otherlogin",exact:!0,parentId:"1",id:"444"},445:{path:"/otherloginqq",exact:!0,parentId:"1",id:"445"},446:{path:"/otherloginstart",exact:!0,parentId:"1",id:"446"},447:{path:"/pathsoverview",exact:!0,parentId:"1",id:"447"},448:{path:"/shixunsoverview",exact:!0,parentId:"1",id:"448"},449:{path:"/classroomsoverview",exact:!0,parentId:"1",id:"449"},450:{path:"/login",parentId:"1",id:"450"},451:{path:"/login",parentId:"450",id:"451"},452:{path:"/user",parentId:"1",id:"452"},453:{path:"/user/login",parentId:"452",id:"453"},454:{path:"/user/register",parentId:"452",id:"454"},455:{path:"/user/reset-password",parentId:"452",id:"455"},456:{path:"/colleges",parentId:"1",id:"456"},457:{path:"/colleges/:id/statistics",parentId:"456",id:"457"},458:{path:"/help",parentId:"1",id:"458"},459:{path:"/help/:id",parentId:"458",id:"459"},460:{path:"/video",parentId:"1",id:"460"},461:{path:"/video/:videoId",parentId:"460",id:"461"},462:{path:"/terminal",parentId:"1",id:"462"},463:{path:"/report/:taskId/:game_report_id",parentId:"1",id:"463"},464:{path:"/statsDashboard",parentId:"1",id:"464"},465:{path:"/",parentId:"1",id:"465"},466:{path:"/",exact:!0,parentId:"465",id:"466"},467:{path:"/api/*",exact:!0,parentId:"465",id:"467"},468:{path:"/addnews",parentId:"465",id:"468"},469:{path:"/editnews/:id",parentId:"465",id:"469"},470:{path:"/newsdetail/:id",parentId:"465",id:"470"},471:{path:"/search",exact:!0,parentId:"465",id:"471"},472:{path:"/moop_cases",exact:!0,parentId:"465",id:"472"},473:{path:"/moop_cases/new",exact:!0,parentId:"465",id:"473"},474:{path:"/moop_cases/:caseId",exact:!0,parentId:"465",id:"474"},475:{path:"/moop_cases/:caseId/edit",exact:!0,parentId:"465",id:"475"},476:{path:"/moop_cases/:caseId/publish-success",exact:!0,parentId:"465",id:"476"},477:{path:"/randompaper",exact:!0,parentId:"465",id:"477"},478:{path:"/randompaper/edit/:id",exact:!0,parentId:"465",id:"478"},479:{path:"/randompaper/detail/:id",exact:!0,parentId:"465",id:"479"},480:{path:"/403",parentId:"465",id:"480"},481:{path:"/500",parentId:"465",id:"481"},482:{path:"/404",parentId:"465",id:"482"},483:{path:"/download",parentId:"465",id:"483"},484:{path:"/iwce",parentId:"465",id:"484"},485:{path:"/classrooms/:coursesId/attendance/TeacherSign",parentId:"465",id:"485"},486:{path:"/classrooms/:coursesId/attendance/:categoryId",parentId:"465",id:"486"},487:{path:"/Activities",parentId:"465",id:"487"},488:{path:"/iwce/:itemname",parentId:"465",id:"488"},489:{path:"/hpc-course",parentId:"465",id:"489"},490:{path:"/user_agents",parentId:"465",id:"490"},491:{path:"/three",parentId:"465",id:"491"},492:{path:"/introduction",parentId:"465",id:"492"},493:{path:"/chatgpt",parentId:"465",id:"493"},494:{path:"/*",parentId:"465",id:"494"},"@@/global-layout":{id:"@@/global-layout",path:"/",isLayout:!0}},routeComponents:{1:Ue.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),2:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),3:Ue.lazy(()=>__webpack_require__.e(2099).then(__webpack_require__.bind(__webpack_require__,63014))),4:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,20556))),5:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3260)]).then(__webpack_require__.bind(__webpack_require__,20556))),6:Ue.lazy(()=>__webpack_require__.e(3247).then(__webpack_require__.bind(__webpack_require__,80291))),7:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),8:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(8003),__webpack_require__.e(1545)]).then(__webpack_require__.bind(__webpack_require__,93114))),9:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),10:Ue.lazy(()=>__webpack_require__.e(9906).then(__webpack_require__.bind(__webpack_require__,83440))),11:Ue.lazy(()=>__webpack_require__.e(5572).then(__webpack_require__.bind(__webpack_require__,51221))),12:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6080)]).then(__webpack_require__.bind(__webpack_require__,25049))),13:Ue.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,21403))),14:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(2281)]).then(__webpack_require__.bind(__webpack_require__,46135))),15:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1651)]).then(__webpack_require__.bind(__webpack_require__,7021))),16:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6080)]).then(__webpack_require__.bind(__webpack_require__,25049))),17:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),18:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),19:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),20:Ue.lazy(()=>__webpack_require__.e(6789).then(__webpack_require__.bind(__webpack_require__,95694))),21:Ue.lazy(()=>__webpack_require__.e(9921).then(__webpack_require__.bind(__webpack_require__,99603))),22:Ue.lazy(()=>__webpack_require__.e(1674).then(__webpack_require__.bind(__webpack_require__,85412))),23:Ue.lazy(()=>__webpack_require__.e(6685).then(__webpack_require__.bind(__webpack_require__,59799))),24:Ue.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,21227))),25:Ue.lazy(()=>__webpack_require__.e(7323).then(__webpack_require__.bind(__webpack_require__,21227))),26:Ue.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,29187))),27:Ue.lazy(()=>__webpack_require__.e(6882).then(__webpack_require__.bind(__webpack_require__,29187))),28:Ue.lazy(()=>__webpack_require__.e(109).then(__webpack_require__.bind(__webpack_require__,42978))),29:Ue.lazy(()=>__webpack_require__.e(737).then(__webpack_require__.bind(__webpack_require__,20408))),30:Ue.lazy(()=>__webpack_require__.e(3391).then(__webpack_require__.bind(__webpack_require__,39539))),31:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(5694)]).then(__webpack_require__.bind(__webpack_require__,81921))),32:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(5330)]).then(__webpack_require__.bind(__webpack_require__,69083))),33:Ue.lazy(()=>__webpack_require__.e(2303).then(__webpack_require__.bind(__webpack_require__,53281))),34:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1450)]).then(__webpack_require__.bind(__webpack_require__,11749))),35:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(195)]).then(__webpack_require__.bind(__webpack_require__,26847))),36:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3668)]).then(__webpack_require__.bind(__webpack_require__,11399))),37:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2338)]).then(__webpack_require__.bind(__webpack_require__,23449))),38:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4662)]).then(__webpack_require__.bind(__webpack_require__,52786))),39:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8072)]).then(__webpack_require__.bind(__webpack_require__,68698))),40:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(479)]).then(__webpack_require__.bind(__webpack_require__,12459))),41:Ue.lazy(()=>__webpack_require__.e(5297).then(__webpack_require__.bind(__webpack_require__,57806))),42:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(4164)]).then(__webpack_require__.bind(__webpack_require__,30380))),43:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),44:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(4889)]).then(__webpack_require__.bind(__webpack_require__,83624))),45:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(4105)]).then(__webpack_require__.bind(__webpack_require__,58232))),46:Ue.lazy(()=>__webpack_require__.e(7482).then(__webpack_require__.bind(__webpack_require__,92235))),47:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,35199))),48:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(337)]).then(__webpack_require__.bind(__webpack_require__,98580))),49:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,39809))),50:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(292)]).then(__webpack_require__.bind(__webpack_require__,39809))),51:Ue.lazy(()=>__webpack_require__.e(5992).then(__webpack_require__.bind(__webpack_require__,92974))),52:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(6419),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,26834))),53:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(6419),__webpack_require__.e(8085)]).then(__webpack_require__.bind(__webpack_require__,26834))),54:Ue.lazy(()=>__webpack_require__.e(8431).then(__webpack_require__.bind(__webpack_require__,89607))),55:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5902)]).then(__webpack_require__.bind(__webpack_require__,34887))),56:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3433)]).then(__webpack_require__.bind(__webpack_require__,36755))),57:Ue.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,23888))),58:Ue.lazy(()=>__webpack_require__.e(5125).then(__webpack_require__.bind(__webpack_require__,23888))),59:Ue.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,20861))),60:Ue.lazy(()=>__webpack_require__.e(921).then(__webpack_require__.bind(__webpack_require__,20861))),61:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1578)]).then(__webpack_require__.bind(__webpack_require__,78348))),62:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3317)]).then(__webpack_require__.bind(__webpack_require__,57383))),63:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1482)]).then(__webpack_require__.bind(__webpack_require__,86608))),64:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4795)]).then(__webpack_require__.bind(__webpack_require__,23279))),65:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(26)]).then(__webpack_require__.bind(__webpack_require__,17747))),66:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8882)]).then(__webpack_require__.bind(__webpack_require__,25585))),67:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5888)]).then(__webpack_require__.bind(__webpack_require__,18647))),68:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9715)]).then(__webpack_require__.bind(__webpack_require__,96377))),69:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7045)]).then(__webpack_require__.bind(__webpack_require__,83537))),70:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1211)]).then(__webpack_require__.bind(__webpack_require__,50475))),71:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1582)]).then(__webpack_require__.bind(__webpack_require__,13511))),72:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6729)]).then(__webpack_require__.bind(__webpack_require__,25981))),73:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9695)]).then(__webpack_require__.bind(__webpack_require__,74410))),74:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8723)]).then(__webpack_require__.bind(__webpack_require__,70829))),75:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7622)]).then(__webpack_require__.bind(__webpack_require__,23396))),76:Ue.lazy(()=>__webpack_require__.e(5148).then(__webpack_require__.bind(__webpack_require__,97862))),77:Ue.lazy(()=>__webpack_require__.e(643).then(__webpack_require__.bind(__webpack_require__,60038))),78:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3442)]).then(__webpack_require__.bind(__webpack_require__,77678))),79:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2102)]).then(__webpack_require__.bind(__webpack_require__,94544))),80:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2425)]).then(__webpack_require__.bind(__webpack_require__,31345))),81:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2404)]).then(__webpack_require__.bind(__webpack_require__,37165))),82:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9785)]).then(__webpack_require__.bind(__webpack_require__,47590))),83:Ue.lazy(()=>__webpack_require__.e(7901).then(__webpack_require__.bind(__webpack_require__,21403))),84:Ue.lazy(()=>__webpack_require__.e(2819).then(__webpack_require__.bind(__webpack_require__,79991))),85:Ue.lazy(()=>__webpack_require__.e(1512).then(__webpack_require__.bind(__webpack_require__,7351))),86:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7395)]).then(__webpack_require__.bind(__webpack_require__,25062))),87:Ue.lazy(()=>__webpack_require__.e(3585).then(__webpack_require__.bind(__webpack_require__,11956))),88:Ue.lazy(()=>__webpack_require__.e(6963).then(__webpack_require__.bind(__webpack_require__,25421))),89:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4030)]).then(__webpack_require__.bind(__webpack_require__,58021))),90:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4030)]).then(__webpack_require__.bind(__webpack_require__,58021))),91:Ue.lazy(()=>__webpack_require__.e(6127).then(__webpack_require__.bind(__webpack_require__,73947))),92:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3951)]).then(__webpack_require__.bind(__webpack_require__,93931))),93:Ue.lazy(()=>__webpack_require__.e(1048).then(__webpack_require__.bind(__webpack_require__,8361))),94:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(2884)]).then(__webpack_require__.bind(__webpack_require__,21524))),95:Ue.lazy(()=>__webpack_require__.e(4770).then(__webpack_require__.bind(__webpack_require__,3237))),96:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2603)]).then(__webpack_require__.bind(__webpack_require__,13269))),97:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4216)]).then(__webpack_require__.bind(__webpack_require__,46738))),98:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5319)]).then(__webpack_require__.bind(__webpack_require__,9064))),99:Ue.lazy(()=>__webpack_require__.e(895).then(__webpack_require__.bind(__webpack_require__,71973))),100:Ue.lazy(()=>__webpack_require__.e(7322).then(__webpack_require__.bind(__webpack_require__,39852))),101:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,48246))),102:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(2203)]).then(__webpack_require__.bind(__webpack_require__,48246))),103:Ue.lazy(()=>__webpack_require__.e(5048).then(__webpack_require__.bind(__webpack_require__,92518))),104:Ue.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,85207))),105:Ue.lazy(()=>__webpack_require__.e(1043).then(__webpack_require__.bind(__webpack_require__,85207))),106:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6776)]).then(__webpack_require__.bind(__webpack_require__,21373))),107:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6776)]).then(__webpack_require__.bind(__webpack_require__,21373))),108:Ue.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,64580))),109:Ue.lazy(()=>__webpack_require__.e(4297).then(__webpack_require__.bind(__webpack_require__,64580))),110:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,64243))),111:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(8458)]).then(__webpack_require__.bind(__webpack_require__,64243))),112:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,26734))),113:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(1798)]).then(__webpack_require__.bind(__webpack_require__,26734))),114:Ue.lazy(()=>__webpack_require__.e(5177).then(__webpack_require__.bind(__webpack_require__,34396))),115:Ue.lazy(()=>__webpack_require__.e(201).then(__webpack_require__.bind(__webpack_require__,56824))),116:Ue.lazy(()=>__webpack_require__.e(1477).then(__webpack_require__.bind(__webpack_require__,23300))),117:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,21063))),118:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9512),__webpack_require__.e(6282)]).then(__webpack_require__.bind(__webpack_require__,21063))),119:Ue.lazy(()=>__webpack_require__.e(1962).then(__webpack_require__.bind(__webpack_require__,96221))),120:Ue.lazy(()=>__webpack_require__.e(4928).then(__webpack_require__.bind(__webpack_require__,35207))),121:Ue.lazy(()=>__webpack_require__.e(1257).then(__webpack_require__.bind(__webpack_require__,8467))),122:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8066),__webpack_require__.e(7329)]).then(__webpack_require__.bind(__webpack_require__,15705))),123:Ue.lazy(()=>__webpack_require__.e(8340).then(__webpack_require__.bind(__webpack_require__,16974))),124:Ue.lazy(()=>__webpack_require__.e(4093).then(__webpack_require__.bind(__webpack_require__,83330))),125:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6185)]).then(__webpack_require__.bind(__webpack_require__,10682))),126:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6185)]).then(__webpack_require__.bind(__webpack_require__,10682))),127:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8827)]).then(__webpack_require__.bind(__webpack_require__,33003))),128:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8827)]).then(__webpack_require__.bind(__webpack_require__,33003))),129:Ue.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,39391))),130:Ue.lazy(()=>__webpack_require__.e(1678).then(__webpack_require__.bind(__webpack_require__,39391))),131:Ue.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,14078))),132:Ue.lazy(()=>__webpack_require__.e(1754).then(__webpack_require__.bind(__webpack_require__,14078))),133:Ue.lazy(()=>__webpack_require__.e(4217).then(__webpack_require__.bind(__webpack_require__,94094))),134:Ue.lazy(()=>__webpack_require__.e(3220).then(__webpack_require__.bind(__webpack_require__,88644))),135:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(533)]).then(__webpack_require__.bind(__webpack_require__,89459))),136:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5798)]).then(__webpack_require__.bind(__webpack_require__,74818))),137:Ue.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,50388))),138:Ue.lazy(()=>__webpack_require__.e(5466).then(__webpack_require__.bind(__webpack_require__,50388))),139:Ue.lazy(()=>__webpack_require__.e(9944).then(__webpack_require__.bind(__webpack_require__,58660))),140:Ue.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,19407))),141:Ue.lazy(()=>__webpack_require__.e(9406).then(__webpack_require__.bind(__webpack_require__,19407))),142:Ue.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,22132))),143:Ue.lazy(()=>__webpack_require__.e(9039).then(__webpack_require__.bind(__webpack_require__,22132))),144:Ue.lazy(()=>__webpack_require__.e(7922).then(__webpack_require__.bind(__webpack_require__,15182))),145:Ue.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,12097))),146:Ue.lazy(()=>__webpack_require__.e(1727).then(__webpack_require__.bind(__webpack_require__,12097))),147:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,55733))),148:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1427)]).then(__webpack_require__.bind(__webpack_require__,55733))),149:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8689)]).then(__webpack_require__.bind(__webpack_require__,30927))),150:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7806)]).then(__webpack_require__.bind(__webpack_require__,67718))),151:Ue.lazy(()=>__webpack_require__.e(3276).then(__webpack_require__.bind(__webpack_require__,24309))),152:Ue.lazy(()=>__webpack_require__.e(8885).then(__webpack_require__.bind(__webpack_require__,23571))),153:Ue.lazy(()=>__webpack_require__.e(3451).then(__webpack_require__.bind(__webpack_require__,6011))),154:Ue.lazy(()=>__webpack_require__.e(9922).then(__webpack_require__.bind(__webpack_require__,50376))),155:Ue.lazy(()=>__webpack_require__.e(4572).then(__webpack_require__.bind(__webpack_require__,25156))),156:Ue.lazy(()=>__webpack_require__.e(4017).then(__webpack_require__.bind(__webpack_require__,1505))),157:Ue.lazy(()=>__webpack_require__.e(5518).then(__webpack_require__.bind(__webpack_require__,13595))),158:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),159:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,81278))),160:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,81278))),161:Ue.lazy(()=>__webpack_require__.e(4449).then(__webpack_require__.bind(__webpack_require__,79650))),162:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(7099)]).then(__webpack_require__.bind(__webpack_require__,81278))),163:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1555),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,72581))),164:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1555),__webpack_require__.e(2570)]).then(__webpack_require__.bind(__webpack_require__,72581))),165:Ue.lazy(()=>__webpack_require__.e(8787).then(__webpack_require__.bind(__webpack_require__,83644))),166:Ue.lazy(()=>__webpack_require__.e(5650).then(__webpack_require__.bind(__webpack_require__,37509))),167:Ue.lazy(()=>__webpack_require__.e(1799).then(__webpack_require__.bind(__webpack_require__,50072))),168:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1555),__webpack_require__.e(8579)]).then(__webpack_require__.bind(__webpack_require__,17753))),169:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),170:Ue.lazy(()=>__webpack_require__.e(8639).then(__webpack_require__.bind(__webpack_require__,84108))),171:Ue.lazy(()=>__webpack_require__.e(4048).then(__webpack_require__.bind(__webpack_require__,31855))),172:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4264)]).then(__webpack_require__.bind(__webpack_require__,8979))),173:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4264)]).then(__webpack_require__.bind(__webpack_require__,8979))),174:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(508)]).then(__webpack_require__.bind(__webpack_require__,67810))),175:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),176:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(8003),__webpack_require__.e(7835)]).then(__webpack_require__.bind(__webpack_require__,8577))),177:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,73271))),178:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1953)]).then(__webpack_require__.bind(__webpack_require__,73271))),179:Ue.lazy(()=>__webpack_require__.e(1581).then(__webpack_require__.bind(__webpack_require__,70768))),180:Ue.lazy(()=>__webpack_require__.e(4144).then(__webpack_require__.bind(__webpack_require__,83839))),181:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(8003),__webpack_require__.e(4599)]).then(__webpack_require__.bind(__webpack_require__,27017))),182:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),183:Ue.lazy(()=>__webpack_require__.e(8552).then(__webpack_require__.bind(__webpack_require__,63878))),184:Ue.lazy(()=>__webpack_require__.e(7884).then(__webpack_require__.bind(__webpack_require__,86754))),185:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5307)]).then(__webpack_require__.bind(__webpack_require__,27e3))),186:Ue.lazy(()=>__webpack_require__.e(5549).then(__webpack_require__.bind(__webpack_require__,57587))),187:Ue.lazy(()=>__webpack_require__.e(9674).then(__webpack_require__.bind(__webpack_require__,20097))),188:Ue.lazy(()=>__webpack_require__.e(5573).then(__webpack_require__.bind(__webpack_require__,92169))),189:Ue.lazy(()=>__webpack_require__.e(2141).then(__webpack_require__.bind(__webpack_require__,8655))),190:Ue.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))),191:Ue.lazy(()=>__webpack_require__.e(6328).then(__webpack_require__.bind(__webpack_require__,26595))),192:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7857)]).then(__webpack_require__.bind(__webpack_require__,38498))),193:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,32116))),194:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1657)]).then(__webpack_require__.bind(__webpack_require__,32116))),195:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,33712))),196:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4498)]).then(__webpack_require__.bind(__webpack_require__,33712))),197:Ue.lazy(()=>__webpack_require__.e(9205).then(__webpack_require__.bind(__webpack_require__,15392))),198:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1423)]).then(__webpack_require__.bind(__webpack_require__,64425))),199:Ue.lazy(()=>__webpack_require__.e(7614).then(__webpack_require__.bind(__webpack_require__,21646))),200:Ue.lazy(()=>__webpack_require__.e(9449).then(__webpack_require__.bind(__webpack_require__,81697))),201:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9814)]).then(__webpack_require__.bind(__webpack_require__,96387))),202:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6637)]).then(__webpack_require__.bind(__webpack_require__,48442))),203:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,36431))),204:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(3581)]).then(__webpack_require__.bind(__webpack_require__,8996))),205:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(1993)]).then(__webpack_require__.bind(__webpack_require__,5347))),206:Ue.lazy(()=>Promise.all([__webpack_require__.e(8661),__webpack_require__.e(1475)]).then(__webpack_require__.bind(__webpack_require__,33336))),207:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(8965)]).then(__webpack_require__.bind(__webpack_require__,14914))),208:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6451)]).then(__webpack_require__.bind(__webpack_require__,24039))),209:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(518)]).then(__webpack_require__.bind(__webpack_require__,9284))),210:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5894)]).then(__webpack_require__.bind(__webpack_require__,83610))),211:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5894)]).then(__webpack_require__.bind(__webpack_require__,83610))),212:Ue.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,91062))),213:Ue.lazy(()=>__webpack_require__.e(2130).then(__webpack_require__.bind(__webpack_require__,91062))),214:Ue.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,54051))),215:Ue.lazy(()=>__webpack_require__.e(5230).then(__webpack_require__.bind(__webpack_require__,54051))),216:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,36431))),217:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8688)]).then(__webpack_require__.bind(__webpack_require__,36431))),218:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5096)]).then(__webpack_require__.bind(__webpack_require__,84348))),219:Ue.lazy(()=>__webpack_require__.e(3086).then(__webpack_require__.bind(__webpack_require__,53049))),220:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(9417)]).then(__webpack_require__.bind(__webpack_require__,83040))),221:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),222:Ue.lazy(()=>__webpack_require__.e(5176).then(__webpack_require__.bind(__webpack_require__,85271))),223:Ue.lazy(()=>__webpack_require__.e(6587).then(__webpack_require__.bind(__webpack_require__,27239))),224:Ue.lazy(()=>__webpack_require__.e(9891).then(__webpack_require__.bind(__webpack_require__,44680))),225:Ue.lazy(()=>__webpack_require__.e(8062).then(__webpack_require__.bind(__webpack_require__,25682))),226:Ue.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,25166))),227:Ue.lazy(()=>__webpack_require__.e(5402).then(__webpack_require__.bind(__webpack_require__,25166))),228:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6820)]).then(__webpack_require__.bind(__webpack_require__,8450))),229:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8517)]).then(__webpack_require__.bind(__webpack_require__,15612))),230:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7043)]).then(__webpack_require__.bind(__webpack_require__,99667))),231:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2806)]).then(__webpack_require__.bind(__webpack_require__,81279))),232:Ue.lazy(()=>__webpack_require__.e(5043).then(__webpack_require__.bind(__webpack_require__,67391))),233:Ue.lazy(()=>__webpack_require__.e(799).then(__webpack_require__.bind(__webpack_require__,61121))),234:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3157)]).then(__webpack_require__.bind(__webpack_require__,98216))),235:Ue.lazy(()=>__webpack_require__.e(8332).then(__webpack_require__.bind(__webpack_require__,70933))),236:Ue.lazy(()=>__webpack_require__.e(6583).then(__webpack_require__.bind(__webpack_require__,84709))),237:Ue.lazy(()=>__webpack_require__.e(8217).then(__webpack_require__.bind(__webpack_require__,40188))),238:Ue.lazy(()=>__webpack_require__.e(879).then(__webpack_require__.bind(__webpack_require__,1640))),239:Ue.lazy(()=>__webpack_require__.e(5776).then(__webpack_require__.bind(__webpack_require__,1890))),240:Ue.lazy(()=>__webpack_require__.e(906).then(__webpack_require__.bind(__webpack_require__,43513))),241:Ue.lazy(()=>__webpack_require__.e(900).then(__webpack_require__.bind(__webpack_require__,77211))),242:Ue.lazy(()=>__webpack_require__.e(6682).then(__webpack_require__.bind(__webpack_require__,54357))),243:Ue.lazy(()=>__webpack_require__.e(8115).then(__webpack_require__.bind(__webpack_require__,75574))),244:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2659)]).then(__webpack_require__.bind(__webpack_require__,79838))),245:Ue.lazy(()=>__webpack_require__.e(4610).then(__webpack_require__.bind(__webpack_require__,76584))),246:Ue.lazy(()=>__webpack_require__.e(8479).then(__webpack_require__.bind(__webpack_require__,70294))),247:Ue.lazy(()=>__webpack_require__.e(5800).then(__webpack_require__.bind(__webpack_require__,8719))),248:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2862)]).then(__webpack_require__.bind(__webpack_require__,86449))),249:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8286)]).then(__webpack_require__.bind(__webpack_require__,370))),250:Ue.lazy(()=>__webpack_require__.e(5117).then(__webpack_require__.bind(__webpack_require__,7762))),251:Ue.lazy(()=>__webpack_require__.e(7402).then(__webpack_require__.bind(__webpack_require__,68982))),252:Ue.lazy(()=>__webpack_require__.e(1897).then(__webpack_require__.bind(__webpack_require__,59254))),253:Ue.lazy(()=>__webpack_require__.e(8145).then(__webpack_require__.bind(__webpack_require__,21852))),254:Ue.lazy(()=>__webpack_require__.e(119).then(__webpack_require__.bind(__webpack_require__,88125))),255:Ue.lazy(()=>__webpack_require__.e(4736).then(__webpack_require__.bind(__webpack_require__,23e3))),256:Ue.lazy(()=>__webpack_require__.e(2412).then(__webpack_require__.bind(__webpack_require__,42496))),257:Ue.lazy(()=>__webpack_require__.e(2240).then(__webpack_require__.bind(__webpack_require__,98410))),258:Ue.lazy(()=>__webpack_require__.e(5165).then(__webpack_require__.bind(__webpack_require__,96020))),259:Ue.lazy(()=>__webpack_require__.e(3831).then(__webpack_require__.bind(__webpack_require__,15706))),260:Ue.lazy(()=>__webpack_require__.e(2396).then(__webpack_require__.bind(__webpack_require__,88126))),261:Ue.lazy(()=>__webpack_require__.e(7855).then(__webpack_require__.bind(__webpack_require__,30139))),262:Ue.lazy(()=>__webpack_require__.e(9507).then(__webpack_require__.bind(__webpack_require__,25656))),263:Ue.lazy(()=>__webpack_require__.e(1343).then(__webpack_require__.bind(__webpack_require__,87030))),264:Ue.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),265:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),266:Ue.lazy(()=>__webpack_require__.e(9647).then(__webpack_require__.bind(__webpack_require__,22691))),267:Ue.lazy(()=>__webpack_require__.e(485).then(__webpack_require__.bind(__webpack_require__,19428))),268:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,28013))),269:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4741)]).then(__webpack_require__.bind(__webpack_require__,28013))),270:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,94038))),271:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4994)]).then(__webpack_require__.bind(__webpack_require__,94038))),272:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7460)]).then(__webpack_require__.bind(__webpack_require__,63342))),273:Ue.lazy(()=>__webpack_require__.e(9716).then(__webpack_require__.bind(__webpack_require__,12889))),274:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6913)]).then(__webpack_require__.bind(__webpack_require__,29499))),275:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6913)]).then(__webpack_require__.bind(__webpack_require__,29499))),276:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),277:Ue.lazy(()=>__webpack_require__.e(3006).then(__webpack_require__.bind(__webpack_require__,28960))),278:Ue.lazy(()=>__webpack_require__.e(2045).then(__webpack_require__.bind(__webpack_require__,41826))),279:Ue.lazy(()=>__webpack_require__.e(1520).then(__webpack_require__.bind(__webpack_require__,7355))),280:Ue.lazy(()=>__webpack_require__.e(9649).then(__webpack_require__.bind(__webpack_require__,93477))),281:Ue.lazy(()=>__webpack_require__.e(4546).then(__webpack_require__.bind(__webpack_require__,82739))),282:Ue.lazy(()=>__webpack_require__.e(5357).then(__webpack_require__.bind(__webpack_require__,77325))),283:Ue.lazy(()=>__webpack_require__.e(8665).then(__webpack_require__.bind(__webpack_require__,84547))),284:Ue.lazy(()=>__webpack_require__.e(3183).then(__webpack_require__.bind(__webpack_require__,37010))),285:Ue.lazy(()=>__webpack_require__.e(4800).then(__webpack_require__.bind(__webpack_require__,65831))),286:Ue.lazy(()=>__webpack_require__.e(9489).then(__webpack_require__.bind(__webpack_require__,17025))),287:Ue.lazy(()=>__webpack_require__.e(9391).then(__webpack_require__.bind(__webpack_require__,18186))),288:Ue.lazy(()=>__webpack_require__.e(5335).then(__webpack_require__.bind(__webpack_require__,40548))),289:Ue.lazy(()=>__webpack_require__.e(2823).then(__webpack_require__.bind(__webpack_require__,96906))),290:Ue.lazy(()=>__webpack_require__.e(4973).then(__webpack_require__.bind(__webpack_require__,66395))),291:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(6651)]).then(__webpack_require__.bind(__webpack_require__,4186))),292:Ue.lazy(()=>__webpack_require__.e(6741).then(__webpack_require__.bind(__webpack_require__,55527))),293:Ue.lazy(()=>__webpack_require__.e(5775).then(__webpack_require__.bind(__webpack_require__,3238))),294:Ue.lazy(()=>__webpack_require__.e(2548).then(__webpack_require__.bind(__webpack_require__,11955))),295:Ue.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),296:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),297:Ue.lazy(()=>__webpack_require__.e(6634).then(__webpack_require__.bind(__webpack_require__,40825))),298:Ue.lazy(()=>__webpack_require__.e(680).then(__webpack_require__.bind(__webpack_require__,98874))),299:Ue.lazy(()=>__webpack_require__.e(6366).then(__webpack_require__.bind(__webpack_require__,39434))),300:Ue.lazy(()=>__webpack_require__.e(6452).then(__webpack_require__.bind(__webpack_require__,1189))),301:Ue.lazy(()=>__webpack_require__.e(1070).then(__webpack_require__.bind(__webpack_require__,48910))),302:Ue.lazy(()=>__webpack_require__.e(7242).then(__webpack_require__.bind(__webpack_require__,16075))),303:Ue.lazy(()=>__webpack_require__.e(2707).then(__webpack_require__.bind(__webpack_require__,56890))),304:Ue.lazy(()=>__webpack_require__.e(2865).then(__webpack_require__.bind(__webpack_require__,94574))),305:Ue.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,12337))),306:Ue.lazy(()=>__webpack_require__.e(6784).then(__webpack_require__.bind(__webpack_require__,12337))),307:Ue.lazy(()=>__webpack_require__.e(3141).then(__webpack_require__.bind(__webpack_require__,54573))),308:Ue.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),309:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(6419),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,77698))),310:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,36402))),311:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(6419),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,77698))),312:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(700)]).then(__webpack_require__.bind(__webpack_require__,36402))),313:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(6419),__webpack_require__.e(7289)]).then(__webpack_require__.bind(__webpack_require__,77698))),314:Ue.lazy(()=>__webpack_require__.e(7121).then(__webpack_require__.bind(__webpack_require__,17121))),315:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(7527)]).then(__webpack_require__.bind(__webpack_require__,58193))),316:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6419),__webpack_require__.e(6270)]).then(__webpack_require__.bind(__webpack_require__,76193))),317:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),318:Ue.lazy(()=>__webpack_require__.e(547).then(__webpack_require__.bind(__webpack_require__,15534))),319:Ue.lazy(()=>__webpack_require__.e(9788).then(__webpack_require__.bind(__webpack_require__,80222))),320:Ue.lazy(()=>__webpack_require__.e(576).then(__webpack_require__.bind(__webpack_require__,45929))),321:Ue.lazy(()=>__webpack_require__.e(7260).then(__webpack_require__.bind(__webpack_require__,30112))),322:Ue.lazy(()=>__webpack_require__.e(4520).then(__webpack_require__.bind(__webpack_require__,14620))),323:Ue.lazy(()=>__webpack_require__.e(9076).then(__webpack_require__.bind(__webpack_require__,8182))),324:Ue.lazy(()=>__webpack_require__.e(4514).then(__webpack_require__.bind(__webpack_require__,42910))),325:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),326:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(928)]).then(__webpack_require__.bind(__webpack_require__,31160))),327:Ue.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,76122))),328:Ue.lazy(()=>__webpack_require__.e(1006).then(__webpack_require__.bind(__webpack_require__,76122))),329:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),330:Ue.lazy(()=>__webpack_require__.e(1939).then(__webpack_require__.bind(__webpack_require__,49142))),331:Ue.lazy(()=>__webpack_require__.e(556).then(__webpack_require__.bind(__webpack_require__,56316))),332:Ue.lazy(()=>__webpack_require__.e(6434).then(__webpack_require__.bind(__webpack_require__,61244))),333:Ue.lazy(()=>__webpack_require__.e(1880).then(__webpack_require__.bind(__webpack_require__,7076))),334:Ue.lazy(()=>__webpack_require__.e(8237).then(__webpack_require__.bind(__webpack_require__,55642))),335:Ue.lazy(()=>__webpack_require__.e(3447).then(__webpack_require__.bind(__webpack_require__,38587))),336:Ue.lazy(()=>__webpack_require__.e(264).then(__webpack_require__.bind(__webpack_require__,93304))),337:Ue.lazy(()=>__webpack_require__.e(4259).then(__webpack_require__.bind(__webpack_require__,33253))),338:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),339:Ue.lazy(()=>__webpack_require__.e(4078).then(__webpack_require__.bind(__webpack_require__,29192))),340:Ue.lazy(()=>__webpack_require__.e(2829).then(__webpack_require__.bind(__webpack_require__,30750))),341:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5359)]).then(__webpack_require__.bind(__webpack_require__,15331))),342:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),343:Ue.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,99643))),344:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),345:Ue.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,71535))),346:Ue.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,3578))),347:Ue.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,40728))),348:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),349:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),350:Ue.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,87567))),351:Ue.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,28045))),352:Ue.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,3566))),353:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8447)]).then(__webpack_require__.bind(__webpack_require__,20985))),354:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),355:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),356:Ue.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,44145))),357:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4715)]).then(__webpack_require__.bind(__webpack_require__,30237))),358:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,2334))),359:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),360:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),361:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,94395))),362:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),363:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),364:Ue.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,29542))),365:Ue.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,86082))),366:Ue.lazy(()=>__webpack_require__.e(8398).then(__webpack_require__.bind(__webpack_require__,49700))),367:Ue.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,146))),368:Ue.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,72997))),369:Ue.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,1067))),370:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),371:Ue.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,91854))),372:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),373:Ue.lazy(()=>__webpack_require__.e(559).then(__webpack_require__.bind(__webpack_require__,99643))),374:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),375:Ue.lazy(()=>__webpack_require__.e(4757).then(__webpack_require__.bind(__webpack_require__,71535))),376:Ue.lazy(()=>__webpack_require__.e(1783).then(__webpack_require__.bind(__webpack_require__,3578))),377:Ue.lazy(()=>__webpack_require__.e(7477).then(__webpack_require__.bind(__webpack_require__,40728))),378:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),379:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9677)]).then(__webpack_require__.bind(__webpack_require__,19707))),380:Ue.lazy(()=>__webpack_require__.e(6796).then(__webpack_require__.bind(__webpack_require__,87567))),381:Ue.lazy(()=>__webpack_require__.e(4504).then(__webpack_require__.bind(__webpack_require__,28045))),382:Ue.lazy(()=>__webpack_require__.e(7058).then(__webpack_require__.bind(__webpack_require__,3566))),383:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8447)]).then(__webpack_require__.bind(__webpack_require__,20985))),384:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),385:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1045)]).then(__webpack_require__.bind(__webpack_require__,29572))),386:Ue.lazy(()=>__webpack_require__.e(5238).then(__webpack_require__.bind(__webpack_require__,44145))),387:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4715)]).then(__webpack_require__.bind(__webpack_require__,30237))),388:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3873)]).then(__webpack_require__.bind(__webpack_require__,2334))),389:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),390:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6069)]).then(__webpack_require__.bind(__webpack_require__,89431))),391:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6265)]).then(__webpack_require__.bind(__webpack_require__,94395))),392:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),393:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8563)]).then(__webpack_require__.bind(__webpack_require__,82167))),394:Ue.lazy(()=>__webpack_require__.e(1713).then(__webpack_require__.bind(__webpack_require__,29542))),395:Ue.lazy(()=>__webpack_require__.e(5891).then(__webpack_require__.bind(__webpack_require__,86082))),396:Ue.lazy(()=>__webpack_require__.e(8398).then(__webpack_require__.bind(__webpack_require__,49700))),397:Ue.lazy(()=>__webpack_require__.e(8241).then(__webpack_require__.bind(__webpack_require__,146))),398:Ue.lazy(()=>__webpack_require__.e(2339).then(__webpack_require__.bind(__webpack_require__,72997))),399:Ue.lazy(()=>__webpack_require__.e(7589).then(__webpack_require__.bind(__webpack_require__,1067))),400:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(3747)]).then(__webpack_require__.bind(__webpack_require__,375))),401:Ue.lazy(()=>__webpack_require__.e(5705).then(__webpack_require__.bind(__webpack_require__,91854))),402:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),403:Ue.lazy(()=>__webpack_require__.e(4766).then(__webpack_require__.bind(__webpack_require__,1182))),404:Ue.lazy(()=>__webpack_require__.e(7560).then(__webpack_require__.bind(__webpack_require__,44094))),405:Ue.lazy(()=>__webpack_require__.e(6029).then(__webpack_require__.bind(__webpack_require__,64695))),406:Ue.lazy(()=>__webpack_require__.e(5179).then(__webpack_require__.bind(__webpack_require__,66218))),407:Ue.lazy(()=>__webpack_require__.e(4621).then(__webpack_require__.bind(__webpack_require__,56162))),408:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),409:Ue.lazy(()=>__webpack_require__.e(1831).then(__webpack_require__.bind(__webpack_require__,27732))),410:Ue.lazy(()=>__webpack_require__.e(2539).then(__webpack_require__.bind(__webpack_require__,97450))),411:Ue.lazy(()=>__webpack_require__.e(8143).then(__webpack_require__.bind(__webpack_require__,7772))),412:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5624)]).then(__webpack_require__.bind(__webpack_require__,21401))),413:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(1461)]).then(__webpack_require__.bind(__webpack_require__,95200))),414:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4492)]).then(__webpack_require__.bind(__webpack_require__,59463))),415:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(9416)]).then(__webpack_require__.bind(__webpack_require__,89898))),416:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),417:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),418:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),419:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),420:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(2443)]).then(__webpack_require__.bind(__webpack_require__,18113))),421:Ue.lazy(()=>__webpack_require__.e(5022).then(__webpack_require__.bind(__webpack_require__,55879))),422:Ue.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,2389))),423:Ue.lazy(()=>__webpack_require__.e(6063).then(__webpack_require__.bind(__webpack_require__,2389))),424:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7545)]).then(__webpack_require__.bind(__webpack_require__,68232))),425:Ue.lazy(()=>__webpack_require__.e(1253).then(__webpack_require__.bind(__webpack_require__,7220))),426:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),427:Ue.lazy(()=>__webpack_require__.e(2216).then(__webpack_require__.bind(__webpack_require__,36981))),428:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5382)]).then(__webpack_require__.bind(__webpack_require__,25469))),429:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),430:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6411),__webpack_require__.e(8823)]).then(__webpack_require__.bind(__webpack_require__,19405))),431:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5915)]).then(__webpack_require__.bind(__webpack_require__,15843))),432:Ue.lazy(()=>__webpack_require__.e(1077).then(__webpack_require__.bind(__webpack_require__,10125))),433:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),434:Ue.lazy(()=>__webpack_require__.e(570).then(__webpack_require__.bind(__webpack_require__,29625))),435:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),436:Ue.lazy(()=>__webpack_require__.e(8365).then(__webpack_require__.bind(__webpack_require__,72812))),437:Ue.lazy(()=>__webpack_require__.e(6788).then(__webpack_require__.bind(__webpack_require__,42198))),438:Ue.lazy(()=>__webpack_require__.e(4058).then(__webpack_require__.bind(__webpack_require__,75779))),439:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),440:Ue.lazy(()=>__webpack_require__.e(4056).then(__webpack_require__.bind(__webpack_require__,19077))),441:Ue.lazy(()=>__webpack_require__.e(9487).then(__webpack_require__.bind(__webpack_require__,3184))),442:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),443:Ue.lazy(()=>__webpack_require__.e(532).then(__webpack_require__.bind(__webpack_require__,91437))),444:Ue.lazy(()=>__webpack_require__.e(7178).then(__webpack_require__.bind(__webpack_require__,23437))),445:Ue.lazy(()=>__webpack_require__.e(1660).then(__webpack_require__.bind(__webpack_require__,51106))),446:Ue.lazy(()=>__webpack_require__.e(7333).then(__webpack_require__.bind(__webpack_require__,80947))),447:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(4227)]).then(__webpack_require__.bind(__webpack_require__,85338))),448:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8155)]).then(__webpack_require__.bind(__webpack_require__,91307))),449:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(5186)]).then(__webpack_require__.bind(__webpack_require__,43725))),450:Ue.lazy(()=>__webpack_require__.e(5786).then(__webpack_require__.bind(__webpack_require__,49426))),451:Ue.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,54860))),452:Ue.lazy(()=>__webpack_require__.e(5972).then(__webpack_require__.bind(__webpack_require__,55782))),453:Ue.lazy(()=>__webpack_require__.e(9366).then(__webpack_require__.bind(__webpack_require__,54860))),454:Ue.lazy(()=>__webpack_require__.e(1470).then(__webpack_require__.bind(__webpack_require__,35430))),455:Ue.lazy(()=>__webpack_require__.e(7182).then(__webpack_require__.bind(__webpack_require__,48333))),456:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),457:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(2476)]).then(__webpack_require__.bind(__webpack_require__,26891))),458:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),459:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5729)]).then(__webpack_require__.bind(__webpack_require__,16949))),460:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),461:Ue.lazy(()=>__webpack_require__.e(6444).then(__webpack_require__.bind(__webpack_require__,45233))),462:Ue.lazy(()=>__webpack_require__.e(5111).then(__webpack_require__.bind(__webpack_require__,49254))),463:Ue.lazy(()=>__webpack_require__.e(2307).then(__webpack_require__.bind(__webpack_require__,56737))),464:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7224)]).then(__webpack_require__.bind(__webpack_require__,28506))),465:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(7062)]).then(__webpack_require__.bind(__webpack_require__,40938))),466:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(7647),__webpack_require__.e(8866)]).then(__webpack_require__.bind(__webpack_require__,96324))),467:Ue.lazy(()=>__webpack_require__.e(2300).then(__webpack_require__.bind(__webpack_require__,94371))),468:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4731)]).then(__webpack_require__.bind(__webpack_require__,6857))),469:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4731)]).then(__webpack_require__.bind(__webpack_require__,6857))),470:Ue.lazy(()=>__webpack_require__.e(7852).then(__webpack_require__.bind(__webpack_require__,61181))),471:Ue.lazy(()=>__webpack_require__.e(2501).then(__webpack_require__.bind(__webpack_require__,88975))),472:Ue.lazy(()=>__webpack_require__.e(3212).then(__webpack_require__.bind(__webpack_require__,66062))),473:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6904)]).then(__webpack_require__.bind(__webpack_require__,81055))),474:Ue.lazy(()=>__webpack_require__.e(1855).then(__webpack_require__.bind(__webpack_require__,62422))),475:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(6904)]).then(__webpack_require__.bind(__webpack_require__,81055))),476:Ue.lazy(()=>__webpack_require__.e(1276).then(__webpack_require__.bind(__webpack_require__,65433))),477:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,35199))),478:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(5816)]).then(__webpack_require__.bind(__webpack_require__,35199))),479:Ue.lazy(()=>__webpack_require__.e(3784).then(__webpack_require__.bind(__webpack_require__,81867))),480:Ue.lazy(()=>__webpack_require__.e(3862).then(__webpack_require__.bind(__webpack_require__,95545))),481:Ue.lazy(()=>__webpack_require__.e(4565).then(__webpack_require__.bind(__webpack_require__,69711))),482:Ue.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,725))),483:Ue.lazy(()=>__webpack_require__.e(6170).then(__webpack_require__.bind(__webpack_require__,84891))),484:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,63276))),485:Ue.lazy(()=>__webpack_require__.e(1836).then(__webpack_require__.bind(__webpack_require__,42797))),486:Ue.lazy(()=>Promise.all([__webpack_require__.e(6411),__webpack_require__.e(8066),__webpack_require__.e(8435)]).then(__webpack_require__.bind(__webpack_require__,38207))),487:Ue.lazy(()=>__webpack_require__.e(3509).then(__webpack_require__.bind(__webpack_require__,88650))),488:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,63276))),489:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(4496)]).then(__webpack_require__.bind(__webpack_require__,63276))),490:Ue.lazy(()=>__webpack_require__.e(6034).then(__webpack_require__.bind(__webpack_require__,76665))),491:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(8999)]).then(__webpack_require__.bind(__webpack_require__,66427))),492:Ue.lazy(()=>__webpack_require__.e(3910).then(__webpack_require__.bind(__webpack_require__,8390))),493:Ue.lazy(()=>Promise.all([__webpack_require__.e(1881),__webpack_require__.e(67)]).then(__webpack_require__.bind(__webpack_require__,57892))),494:Ue.lazy(()=>__webpack_require__.e(6531).then(__webpack_require__.bind(__webpack_require__,725))),"@@/global-layout":Ue.lazy(()=>__webpack_require__.e(1717).then(__webpack_require__.bind(__webpack_require__,84218)))}}})}var T=__webpack_require__(11410),O=__webpack_require__(59098),L=__webpack_require__(71418),ve=__webpack_require__(24957),Oe=()=>Ue.createElement(L.Z,{size:"middle",className:ve.Z.loading}),fn=__webpack_require__(76560),In=__webpack_require__(61186),vn=__webpack_require__.n(In),Li=__webpack_require__(91392),is=__webpack_require__.n(Li),Wa=__webpack_require__(34749),mo=__webpack_require__.n(Wa),Ss=__webpack_require__(19277),Io=__webpack_require__.n(Ss),js=__webpack_require__(10238),Gu=__webpack_require__.n(js),of=__webpack_require__(33656),vc=__webpack_require__.n(of),uf=__webpack_require__(90111),Tl=__webpack_require__.n(uf),Bi=__webpack_require__(74959),_c=__webpack_require__.n(Bi),Nc=__webpack_require__(23250),Ho=__webpack_require__.n(Nc),As=__webpack_require__(58862),$a=__webpack_require__.n(As),Zl=__webpack_require__(58319),ql=__webpack_require__.n(Zl),jc=__webpack_require__(62053),Wl=__webpack_require__.n(jc),Hl=__webpack_require__(47477),Sf=__webpack_require__.n(Hl),ml=__webpack_require__(59717),Pl=__webpack_require__.n(ml);vn().extend(mo()),vn().extend(Io()),vn().extend(Gu()),vn().extend(vc()),vn().extend(Tl()),vn().extend(_c()),vn().extend(Ho()),vn().extend($a()),vn().extend(ql()),vn().extend(Wl()),vn().extend(Sf()),vn().extend(Pl()),vn().extend(is());var Af=Object.defineProperty,Uc=Object.getOwnPropertySymbols,zc=Object.prototype.hasOwnProperty,Ru=Object.prototype.propertyIsEnumerable,vl=(Mn,ni,Yi)=>ni in Mn?Af(Mn,ni,{enumerable:!0,configurable:!0,writable:!0,value:Yi}):Mn[ni]=Yi,_l=(Mn,ni)=>{for(var Yi in ni||(ni={}))zc.call(ni,Yi)&&vl(Mn,Yi,ni[Yi]);if(Uc)for(var Yi of Uc(ni))Ru.call(ni,Yi)&&vl(Mn,Yi,ni[Yi]);return Mn},$c=(Mn,ni,Yi)=>new Promise((ka,qi)=>{var Sa=oa=>{try{Ms(Yi.next(oa))}catch(Cs){qi(Cs)}},Pa=oa=>{try{Ms(Yi.throw(oa))}catch(Cs){qi(Cs)}},Ms=oa=>oa.done?ka(oa.value):Promise.resolve(oa.value).then(Sa,Pa);Ms((Yi=Yi.apply(Mn,ni)).next())});const Ku="/react/build/",Jl=!1;function ec(){return $c(this,null,function*(){const Mn=(0,T.gD)(),{routes:ni,routeComponents:Yi}=yield mc(Mn);yield Mn.applyPlugins({key:"patchRoutes",type:fn.ApplyPluginsType.event,args:{routes:ni,routeComponents:Yi}});const ka=Mn.applyPlugins({key:"modifyContextOpts",type:fn.ApplyPluginsType.modify,initialValue:{}}),qi=ka.basename||"/",Sa=ka.historyType||"browser",Pa=(0,O.fi)(_l({type:Sa,basename:qi},ka.historyOpts));return Mn.applyPlugins({key:"render",type:fn.ApplyPluginsType.compose,initialValue(){const Ms={useStream:!0,routes:ni,routeComponents:Yi,pluginManager:Mn,mountElementId:"root",rootElement:ka.rootElement||document.getElementById("root"),loadingComponent:Oe,publicPath:Ku,runtimePublicPath:Jl,history:Pa,historyType:Sa,basename:qi,__INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{pureApp:!1,pureHtml:!1},callback:ka.callback},oa=Mn.applyPlugins({key:"modifyClientRenderOpts",type:fn.ApplyPluginsType.modify,initialValue:Ms});return sf(oa)}})()})}ec(),typeof window!="undefined"&&(window.g_umi={version:"4.4.12"})})()})();