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/p__Shixuns__Detail__Challen...

345 lines
710 KiB

(window.webpackJsonp=window.webpackJsonp||[]).push([[206,7,9,17],{"+NIl":function(ve,ce,f){(function(P){P(f("VrN/"))})(function(P){"use strict";P.defineMode("stex",function(fe,X){"use strict";function ue(F,O){F.cmdState.push(O)}function re(F){return F.cmdState.length>0?F.cmdState[F.cmdState.length-1]:null}function V(F){var O=F.cmdState.pop();O&&O.closeBracket()}function w(F){for(var O=F.cmdState,B=O.length-1;B>=0;B--){var z=O[B];if(z.name=="DEFAULT")continue;return z}return{styleIdentifier:function(){return null}}}function k(F,O,B){return function(){this.name=F,this.bracketNo=0,this.style=O,this.styles=B,this.argument=null,this.styleIdentifier=function(){return this.styles[this.bracketNo-1]||null},this.openBracket=function(){return this.bracketNo++,"bracket"},this.closeBracket=function(){}}}var T={};T.importmodule=k("importmodule","tag",["string","builtin"]),T.documentclass=k("documentclass","tag",["","atom"]),T.usepackage=k("usepackage","tag",["atom"]),T.begin=k("begin","tag",["atom"]),T.end=k("end","tag",["atom"]),T.label=k("label","tag",["atom"]),T.ref=k("ref","tag",["atom"]),T.eqref=k("eqref","tag",["atom"]),T.cite=k("cite","tag",["atom"]),T.bibitem=k("bibitem","tag",["atom"]),T.Bibitem=k("Bibitem","tag",["atom"]),T.RBibitem=k("RBibitem","tag",["atom"]),T.DEFAULT=function(){this.name="DEFAULT",this.style="tag",this.styleIdentifier=this.openBracket=this.closeBracket=function(){}};function W(F,O){F.f=O}function M(F,O){var B;if(F.match(/^\\[a-zA-Z@]+/)){var z=F.current().slice(1);return B=T.hasOwnProperty(z)?T[z]:T.DEFAULT,B=new B,ue(O,B),W(O,K),B.style}if(F.match(/^\\[$&%#{}_]/))return"tag";if(F.match(/^\\[,;!\/\\]/))return"tag";if(F.match("\\["))return W(O,function(ie,ke){return E(ie,ke,"\\]")}),"keyword";if(F.match("\\("))return W(O,function(ie,ke){return E(ie,ke,"\\)")}),"keyword";if(F.match("$$"))return W(O,function(ie,ke){return E(ie,ke,"$$")}),"keyword";if(F.match("$"))return W(O,function(ie,ke){return E(ie,ke,"$")}),"keyword";var Z=F.next();if(Z=="%")return F.skipToEnd(),"comment";if(Z=="}"||Z=="]"){if(B=re(O),B)B.closeBracket(Z),W(O,K);else return"error";return"bracket"}else return Z=="{"||Z=="["?(B=T.DEFAULT,B=new B,ue(O,B),"bracket"):/\d/.test(Z)?(F.eatWhile(/[\w.%]/),"atom"):(F.eatWhile(/[\w\-_]/),B=w(O),B.name=="begin"&&(B.argument=F.current()),B.styleIdentifier())}function E(F,O,B){if(F.eatSpace())return null;if(B&&F.match(B))return W(O,M),"keyword";if(F.match(/^\\[a-zA-Z@]+/))return"tag";if(F.match(/^[a-zA-Z]+/))return"variable-2";if(F.match(/^\\[$&%#{}_]/))return"tag";if(F.match(/^\\[,;!\/]/))return"tag";if(F.match(/^[\^_&]/))return"tag";if(F.match(/^[+\-<>|=,\/@!*:;'"`~#?]/))return null;if(F.match(/^(\d+\.\d*|\d*\.\d+|\d+)/))return"number";var z=F.next();return z=="{"||z=="}"||z=="["||z=="]"||z=="("||z==")"?"bracket":z=="%"?(F.skipToEnd(),"comment"):"error"}function K(F,O){var B=F.peek(),z;return B=="{"||B=="["?(z=re(O),z.openBracket(B),F.eat(B),W(O,M),"bracket"):/[ \t\r]/.test(B)?(F.eat(B),null):(W(O,M),V(O),M(F,O))}return{startState:function(){var F=X.inMathMode?function(O,B){return E(O,B)}:M;return{cmdState:[],f:F}},copyState:function(F){return{cmdState:F.cmdState.slice(),f:F.f}},token:function(F,O){return O.f(F,O)},blankLine:function(F){F.f=M,F.cmdState.length=0},lineComment:"%"}}),P.defineMIME("text/x-stex","stex"),P.defineMIME("text/x-latex","stex")})},"/GNS":function(ve,ce,f){ve.exports=f.p+"static/search1.c4136dd4.png"},"19Vz":function(ve,ce,f){(function(P){P(f("VrN/"))})(function(P){P.defineOption("placeholder","",function(k,T,W){var M=W&&W!=P.Init;if(T&&!M)k.on("blur",re),k.on("change",V),k.on("swapDoc",V),P.on(k.getInputField(),"compositionupdate",k.state.placeholderCompose=function(){ue(k)}),V(k);else if(!T&&M){k.off("blur",re),k.off("change",V),k.off("swapDoc",V),P.off(k.getInputField(),"compositionupdate",k.state.placeholderCompose),fe(k);var E=k.getWrapperElement();E.className=E.className.replace(" CodeMirror-empty","")}T&&!k.hasFocus()&&re(k)});function fe(k){k.state.placeholder&&(k.state.placeholder.parentNode.removeChild(k.state.placeholder),k.state.placeholder=null)}function X(k){fe(k);var T=k.state.placeholder=document.createElement("pre");T.style.cssText="height: 0; overflow: visible",T.style.direction=k.getOption("direction"),T.className="CodeMirror-placeholder CodeMirror-line-like";var W=k.getOption("placeholder");typeof W=="string"&&(W=document.createTextNode(W)),T.appendChild(W),k.display.lineSpace.insertBefore(T,k.display.lineSpace.firstChild)}function ue(k){setTimeout(function(){var T=!1,W=k.getInputField();W.nodeName=="TEXTAREA"?T=!W.value:k.lineCount()==1&&(T=!/[^\u200b]/.test(W.querySelector(".CodeMirror-line").textContent)),T?X(k):fe(k)},20)}function re(k){w(k)&&X(k)}function V(k){var T=k.getWrapperElement(),W=w(k);T.className=T.className.replace(" CodeMirror-empty","")+(W?" CodeMirror-empty":""),W?X(k):fe(k)}function w(k){return k.lineCount()===1&&k.getLine(0)===""}})},"1eCo":function(ve,ce,f){(function(P){P(f("VrN/"))})(function(P){"use strict";var fe={autoSelfClosers:{area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},implicitlyClosed:{dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},contextGrabbers:{dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}},doNotIndent:{pre:!0},allowUnquoted:!0,allowMissing:!0,caseFold:!0},X={autoSelfClosers:{},implicitlyClosed:{},contextGrabbers:{},doNotIndent:{},allowUnquoted:!1,allowMissing:!1,allowMissingTagName:!1,caseFold:!1};P.defineMode("xml",function(ue,re){var V=ue.indentUnit,w={},k=re.htmlMode?fe:X;for(var T in k)w[T]=k[T];for(var T in re)w[T]=re[T];var W,M;function E(A,ne){function J(G){return ne.tokenize=G,G(A,ne)}var b=A.next();if(b=="<")return A.eat("!")?A.eat("[")?A.match("CDATA[")?J(O("atom","]]>")):null:A.match("--")?J(O("comment","-->")):A.match("DOCTYPE",!0,!0)?(A.eatWhile(/[\w\._\-]/),J(B(1))):null:A.eat("?")?(A.eatWhile(/[\w\._\-]/),ne.tokenize=O("meta","?>"),"meta"):(W=A.eat("/")?"closeTag":"openTag",ne.tokenize=K,"tag bracket");if(b=="&"){var R;return A.eat("#")?A.eat("x")?R=A.eatWhile(/[a-fA-F\d]/)&&A.eat(";"):R=A.eatWhile(/[\d]/)&&A.eat(";"):R=A.eatWhile(/[\w\.\-:]/)&&A.eat(";"),R?"atom":"error"}else return A.eatWhile(/[^&<]/),null}E.isInText=!0;function K(A,ne){var J=A.next();if(J==">"||J=="/"&&A.eat(">"))return ne.tokenize=E,W=J==">"?"endTag":"selfcloseTag","tag bracket";if(J=="=")return W="equals",null;if(J=="<"){ne.tokenize=E,ne.state=ke,ne.tagName=ne.tagStart=null;var b=ne.tokenize(A,ne);return b?b+" tag error":"tag error"}else return/[\'\"]/.test(J)?(ne.tokenize=F(J),ne.stringStartCol=A.column(),ne.tokenize(A,ne)):(A.match(/^[^\s\u00a0=<>\"\']*[^\s\u00a0=<>\"\'\/]/),"word")}function F(A){var ne=function(J,b){for(;!J.eol();)if(J.next()==A){b.tokenize=K;break}return"string"};return ne.isInAttribute=!0,ne}function O(A,ne){return function(J,b){for(;!J.eol();){if(J.match(ne)){b.tokenize=E;break}J.next()}return A}}function B(A){return function(ne,J){for(var b;(b=ne.next())!=null;){if(b=="<")return J.tokenize=B(A+1),J.tokenize(ne,J);if(b==">")if(A==1){J.tokenize=E;break}else return J.tokenize=B(A-1),J.tokenize(ne,J)}return"meta"}}function z(A,ne,J){this.prev=A.context,this.tagName=ne,this.indent=A.indented,this.startOfLine=J,(w.doNotIndent.hasOwnProperty(ne)||A.context&&A.context.noIndent)&&(this.noIndent=!0)}function Z(A){A.context&&(A.context=A.context.prev)}function ie(A,ne){for(var J;;){if(!A.context)return;if(J=A.context.tagName,!w.contextGrabbers.hasOwnProperty(J)||!w.contextGrabbers[J].hasOwnProperty(ne))return;Z(A)}}function ke(A,ne,J){return A=="openTag"?(J.tagStart=ne.column(),je):A=="closeTag"?ee:ke}function je(A,ne,J){return A=="word"?(J.tagName=ne.current(),M="tag",ge):w.allowMissingTagName&&A=="endTag"?(M="tag bracket",ge(A,ne,J)):(M="error",je)}function ee(A,ne,J){if(A=="word"){var b=ne.current();return J.context&&J.context.tagName!=b&&w.implicitlyClosed.hasOwnProperty(J.context.tagName)&&Z(J),J.context&&J.context.tagName==b||w.matchClosing===!1?(M="tag",ye):(M="tag error",Pe)}else return w.allowMissingTagName&&A=="endTag"?(M="tag bracket",ye(A,ne,J)):(M="error",Pe)}function ye(A,ne,J){return A!="endTag"?(M="error",ye):(Z(J),ke)}function Pe(A,ne,J){return M="error",ye(A,ne,J)}function ge(A,ne,J){if(A=="word")return M="attribute",be;if(A=="endTag"||A=="selfcloseTag"){var b=J.tagName,R=J.tagStart;return J.tagName=J.tagStart=null,A=="selfcloseTag"||w.autoSelfClosers.hasOwnProperty(b)?ie(J,b):(ie(J,b),J.context=new z(J,b,R==J.indented)),ke}return M="error",ge}function be(A,ne,J){return A=="equals"?le:(w.allowMissing||(M="error"),ge(A,ne,J))}function le(A,ne,J){return A=="string"?$:A=="word"&&w.allowUnquoted?(M="string",ge):(M="error",ge(A,ne,J))}function $(A,ne,J){return A=="string"?$:ge(A,ne,J)}return{startState:function(A){var ne={tokenize:E,state:ke,indented:A||0,tagName:null,tagStart:null,context:null};return A!=null&&(ne.baseIndent=A),ne},token:function(A,ne){if(!ne.tagName&&A.sol()&&(ne.indented=A.indentation()),A.eatSpace())return null;W=null;var J=ne.tokenize(A,ne);return(J||W)&&J!="comment"&&(M=null,ne.state=ne.state(W||J,A,ne),M&&(J=M=="error"?J+" error":M)),J},indent:function(A,ne,J){var b=A.context;if(A.tokenize.isInAttribute)return A.tagStart==A.indented?A.stringStartCol+1:A.indented+V;if(b&&b.noIndent)return P.Pass;if(A.tokenize!=K&&A.tokenize!=E)return J?J.match(/^(\s*)/)[0].length:0;if(A.tagName)return w.multilineTagIndentPastTag!==!1?A.tagStart+A.tagName.length+2:A.tagStart+V*(w.multilineTagIndentFactor||1);if(w.alignCDATA&&/<!\[CDATA\[/.test(ne))return 0;var R=ne&&/^<(\/)?([\w_:\.-]*)/.exec(ne);if(R&&R[1])for(;b;)if(b.tagName==R[2]){b=b.prev;break}else if(w.implicitlyClosed.hasOwnProperty(b.tagName))b=b.prev;else break;else if(R)for(;b;){var G=w.contextGrabbers[b.tagName];if(G&&G.hasOwnProperty(R[2]))b=b.prev;else break}for(;b&&b.prev&&!b.startOfLine;)b=b.prev;return b?b.indent+V:A.baseIndent||0},electricInput:/<\/[\s\w:]+>$/,blockCommentStart:"<!--",blockCommentEnd:"-->",configuration:w.htmlMode?"html":"xml",helperType:w.htmlMode?"html":"xml",skipAttribute:function(A){A.state==le&&(A.state=ge)},xmlCurrentTag:function(A){return A.tagName?{name:A.tagName,close:A.type=="closeTag"}:null},xmlCurrentContext:function(A){for(var ne=[],J=A.context;J;J=J.prev)J.tagName&&ne.push(J.tagName);return ne.reverse()}}}),P.defineMIME("text/xml","xml"),P.defineMIME("application/xml","xml"),P.mimeModes.hasOwnProperty("text/html")||P.defineMIME("text/html",{name:"xml",htmlMode:!0})})},"2RCv":function(ve,ce,f){"use strict";var P=f("Awhp"),fe=f("KrTs"),X=f("+L6B"),ue=f("2/Rp"),re=f("5NDa"),V=f("5rEg"),w=f("0Owb"),k=f("oBTY"),T=f("tJVT"),W=f("PpiC"),M=f("q1tI"),E=f.n(M),K=function(O){var B=O.InputRight,z=O.value,Z=z===void 0?[]:z,ie=O.onChange,ke=ie===void 0?function(){}:ie,je=Object(W.a)(O,["InputRight","value","onChange"]),ee=Object(M.useState)(),ye=Object(T.a)(ee,2),Pe=ye[0],ge=ye[1],be=function(A){var ne=Z.filter(function(J,b){return b!==A});ke(ne)},le=function(A){if(A.preventDefault(),!Pe)return;ke([].concat(Object(k.a)(Z),[Pe])),ge(null)};return E.a.createElement("div",null,E.a.createElement(V.a,Object(w.a)({},je,{value:Pe,onChange:function(A){return ge(A.target.value)},onPressEnter:le,onBlur:le})),B,E.a.createElement("div",{className:"mt20"},Z==null?void 0:Z.map(function($,A){return E.a.createElement(fe.a,{className:"ml10 mr10",count:"x",onClick:function(){return be(A)}},E.a.createElement(ue.a,{type:"primary",ghost:!0},$))})))};ce.a=K},"4qgm":function(ve,ce){ve.exports="data:image/png;base64,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"},"4u4S":function(ve,ce){ve.exports="data:image/png;base64,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"},"55Ip":function(ve,ce,f){"use strict";f.d(ce,"a",function(){return ie}),f.d(ce,"b",function(){return ge});var P=f("Ty5D"),fe=f("dI71"),X=f("q1tI"),ue=f.n(X),re=f("YS25"),V=f("17x9"),w=f.n(V),k=f("wx14"),T=f("zLVn"),W=f("9R94"),M=function(le){Object(fe.a)($,le);function $(){for(var ne,J=arguments.length,b=new Array(J),R=0;R<J;R++)b[R]=arguments[R];return ne=le.call.apply(le,[this].concat(b))||this,ne.history=Object(re.a)(ne.props),ne}var A=$.prototype;return A.render=function(){return ue.a.createElement(P.c,{history:this.history,children:this.props.children})},$}(ue.a.Component),E=function(le){Object(fe.a)($,le);function $(){for(var ne,J=arguments.length,b=new Array(J),R=0;R<J;R++)b[R]=arguments[R];return ne=le.call.apply(le,[this].concat(b))||this,ne.history=Object(re.b)(ne.props),ne}var A=$.prototype;return A.render=function(){return ue.a.createElement(P.c,{history:this.history,children:this.props.children})},$}(ue.a.Component),K=function($,A){return typeof $=="function"?$(A):$},F=function($,A){return typeof $=="string"?Object(re.c)($,null,null,A):$},O=function($){return $},B=ue.a.forwardRef;typeof B=="undefined"&&(B=O);function z(le){return!!(le.metaKey||le.altKey||le.ctrlKey||le.shiftKey)}var Z=B(function(le,$){var A=le.innerRef,ne=le.navigate,J=le.onClick,b=Object(T.a)(le,["innerRef","navigate","onClick"]),R=b.target,G=Object(k.a)({},b,{onClick:function(he){try{J&&J(he)}catch(x){throw he.preventDefault(),x}!he.defaultPrevented&&he.button===0&&(!R||R==="_self")&&!z(he)&&(he.preventDefault(),ne())}});return O!==B?G.ref=$||A:G.ref=A,ue.a.createElement("a",G)}),ie=B(function(le,$){var A=le.component,ne=A===void 0?Z:A,J=le.replace,b=le.to,R=le.innerRef,G=Object(T.a)(le,["component","replace","to","innerRef"]);return ue.a.createElement(P.e.Consumer,null,function(I){I||Object(W.a)(!1);var he=I.history,x=F(K(b,I.location),I.location),m=x?he.createHref(x):"",Y=Object(k.a)({},G,{href:m,navigate:function(){var de=K(b,I.location),He=J?he.replace:he.push;He(de)}});return O!==B?Y.ref=$||R:Y.innerRef=R,ue.a.createElement(ne,Y)})});if(!1)var ke,je;var ee=function($){return $},ye=ue.a.forwardRef;typeof ye=="undefined"&&(ye=ee);function Pe(){for(var le=arguments.length,$=new Array(le),A=0;A<le;A++)$[A]=arguments[A];return $.filter(function(ne){return ne}).join(" ")}var ge=ye(function(le,$){var A=le["aria-current"],ne=A===void 0?"page":A,J=le.activeClassName,b=J===void 0?"active":J,R=le.activeStyle,G=le.className,I=le.exact,he=le.isActive,x=le.location,m=le.sensitive,Y=le.strict,Se=le.style,de=le.to,He=le.innerRef,Ge=Object(T.a)(le,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return ue.a.createElement(P.e.Consumer,null,function(Me){Me||Object(W.a)(!1);var we=x||Me.location,xe=F(K(de,we),we),Ae=xe.pathname,q=Ae&&Ae.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),U=q?Object(P.f)(we.pathname,{path:q,exact:I,sensitive:m,strict:Y}):null,Ne=!!(he?he(U,we):U),it=Ne?Pe(G,b):G,lt=Ne?Object(k.a)({},Se,{},R):Se,tt=Object(k.a)({"aria-current":Ne&&ne||null,className:it,style:lt,to:xe},Ge);return ee!==ye?tt.ref=$||He:tt.innerRef=He,ue.a.createElement(ie,tt)})});if(!1)var be},"5D2P":function(ve,ce){ve.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAFTklEQVRoQ91aS4xURRQ993UzUUZcqFEc4meh0cQFSlwgrvAHSgQWhOhCk4GZqmdw+ERUWDkrBMUBnIzzqqYjcTaaGBLFxA8MjIk/3PhZCCa6UAyKC11ARnDo6Wvu+HrS0/R7r96nWVBJpxfv3nPPrbp169aHUEAzxsxl5gcB3AdgAREtkH8AXSH87wBOMfMp+QfwFREd0Vr/k9c8ZQUwxixi5mWe5y1l5qUAyimxqkQ0XqvVxonoE631Nyn1p8VTO7B///75Fy5c2MzMWwB0ZDHaQmeSiPbMmTNnb3d39+k0mKkcMMZsBiC/W9IYSSH7K4C9Wuu9rjpODoyMjNxQq9VGADzuCpxT7gPP83p7e3v/TMJJdCAIgoVEdBDAzUlgBX8/ycwrfd//Pg431gFr7RPM/HbBxFLBEdGTSql3opQiHQiCoI+IXk9lrU3CzLzR9/3BVvAtHbDWPsrMH7aJTyZYInpMKfVRs/JFDlQqlduq1eoxIro2k6U2KTHzX+VyeXFPT8/PjSYucsBae4iZH24Tj1ywRHRYKfVIpANhnt+Ty0r7lbc0rhMzI2CMuRHAlwBubT+HXBZ+AbBEa/3HrFLCWruTmV/MBZ1N+TiAdyNUX2qZeYh2KaW2zThQqVTumZqaOlZgbePqynEiWquU+qFZwRjzBoBnIoAmS6WSTOhvp0PIGPMcgN2uVguSiyQfBIFPRMMJdrZqrV+bdsBa+x4zryqImAtMJHlr7RJmPgxgbhwQEb2vlFpNAwMDV3Z2dp7JUM+7EG0lE0l+dHS089y5c4dkkjqAVycmJq4ma+0yZv7YQaEIkUjyAh4EwTAR+a6GiGg5BUGwg4i2uyrlkEsi7xL3s8wz88syAm8x89M5iLmoxpIP4348bRYkolEyxowBkA25S1sLQJbyHhfhUCaWvMT9+fPnx5h5cQrMuugRceAEgDsdlKfTVph2rwMgC4mk37gWSz5L3DcZ+1EckAw0L44FM4/4vq+aZfr7+zu6urq2MbPMoSuavieSt9b6zJyU7+OonXVygIjWKKUOxCGFhaA4cj0AF/KS7z8D4DmMfpTIGdcQOgtgldZaJlpss9auA/B1q/Kgrhjm+08B3JuEF/ediE44T2IikiOP1Uqp7/IYDePeElFvXhwAY2nTqJCXkTiZ1XgBcT9jmplHxYEd4SR04kRER0ul0ur169dLWKVqYb7/IpVSjHB9IctSShzQWq9JQySMeyG/MI1ewhxYnqeYq2itnePYGPMmgO6iyAP4v5gTwBzl9Cta68RdnDHmWQAtz3WyOjRTTodZYSsRvZoRbLvWemeU7vDw8P2e532eETtSjZmf931/d31HtkguHdIWUw3oWmttm60NDQ1dVS6XZat6V8EOTMplitwpNJ5K7ALwQg5Da7XWszbnxphRAE/lwIxSnQnd5mMVGYWsZ///MvMK3/ePiFVjjFyADLSBvCyo0vuzj1VCo3J5kflgi5lPE9EKIprHzFIqtKO1PtiqWzLGyIb6oRyW5ZynBOCOHBhRqmNa61nHnhedjQZBcDsRycS7pg0E8kD+LZse3/d/agS5/I7XG0JpI4B9ebqsQN1NWuuWly2X7xVTvfestXfXarWDRHRTgT2aCMXMv3metzJp/5F4SymWhoaG5pfLZVlpL9k1a7VaVRs2bEi89HZyIOwu2b1tukQX3TL3OHGYsjw1GBwc7Oro6Kg7UthTA7mhn5yc3NfX1ycPQ5xbmhGYBSqPPYhINkMPAJDHHrJ4pWlTAOShx1FmvnSPPVoxbHxu43neAmauP7eRf2nTz2yI6FStViv0uc1/ndZCH8rgOooAAAAASUVORK5CYII="},"7Cbv":function(ve,ce,f){"use strict";var P=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),fe=new Uint8Array(16);function X(){if(!P)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return P(fe)}var ue=/^(?:[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 re(K){return typeof K=="string"&&ue.test(K)}for(var V=re,w=[],k=0;k<256;++k)w.push((k+256).toString(16).substr(1));function T(K){var F=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,O=(w[K[F+0]]+w[K[F+1]]+w[K[F+2]]+w[K[F+3]]+"-"+w[K[F+4]]+w[K[F+5]]+"-"+w[K[F+6]]+w[K[F+7]]+"-"+w[K[F+8]]+w[K[F+9]]+"-"+w[K[F+10]]+w[K[F+11]]+w[K[F+12]]+w[K[F+13]]+w[K[F+14]]+w[K[F+15]]).toLowerCase();if(!V(O))throw TypeError("Stringified UUID is invalid");return O}var W=T;function M(K,F,O){K=K||{};var B=K.random||(K.rng||X)();if(B[6]=B[6]&15|64,B[8]=B[8]&63|128,F){O=O||0;for(var z=0;z<16;++z)F[O+z]=B[z];return F}return W(B)}var E=ce.a=M},"7ZXX":function(ve,ce,f){ve.exports=f.p+"static/err.6e7c5817.png"},"7ahc":function(ve,ce,f){"use strict";f.d(ce,"a",function(){return je});var P=f("k1fw"),fe=f("0Owb"),X=f("+L6B"),ue=f("2/Rp"),re=f("y8nQ"),V=f("Vl3Y"),w=f("tJVT"),k=f("OaEy"),T=f("2fM7"),W=f("q1tI"),M=f.n(W),E=f("VrN/"),K=f.n(E),F=f("p77/"),O=f.n(F),B=f("c5Ni"),z=f.n(B),Z=T.a.Option,ie={labelCol:{span:4},wrapperCol:{span:20}},ke={asp:["ASP","vbscript"],actionscript:["ActionScript(3.0)/Flash/Flex","clike"],bash:["Bash/Bat","shell"],css:["CSS","css"],c:["C","clike"],cpp:["C++","clike"],csharp:["C#","clike"],coffeescript:["CoffeeScript","coffeescript"],d:["D","d"],dart:["Dart","dart"],delphi:["Delphi/Pascal","pascal"],erlang:["Erlang","erlang"],go:["Golang","go"],groovy:["Groovy","groovy"],html:["HTML","text/html"],java:["Java","clike"],json:["JSON","text/json"],javascript:["Javascript","javascript"],lua:["Lua","lua"],less:["LESS","css"],markdown:["Markdown","gfm"],"objective-c":["Objective-C","clike"],php:["PHP","php"],perl:["Perl","perl"],python:["Python","python"],r:["R","r"],rst:["reStructedText","rst"],ruby:["Ruby","ruby"],sql:["SQL","sql"],sass:["SASS/SCSS","sass"],shell:["Shell","shell"],scala:["Scala","clike"],swift:["Swift","clike"],vb:["VB/VBScript","vb"],xml:["XML","text/xml"],yaml:["YAML","yaml"]};ce.b=function(ee){var ye=ee.callback,Pe=ee.onCancel,ge=Object(W.useState)("python"),be=Object(w.a)(ge,2),le=be[0],$=be[1];function A(J){$(ke[J][1])}function ne(J){ye(J)}return M.a.createElement(V.a,Object(fe.a)({},ie,{className:"code-block-panel",initialValues:{language:"python",content:""},onFinish:ne}),M.a.createElement(V.a.Item,{label:"\u4EE3\u7801\u8BED\u8A00",name:"language"},M.a.createElement(T.a,{onChange:A},Object.keys(ke).map(function(J){return M.a.createElement(Z,{key:J,value:J},ke[J][0])}))),M.a.createElement(V.a.Item,{label:"\u4EE3\u7801\u5185\u5BB9",name:"content",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EE3\u7801\u5185\u5BB9"}]},M.a.createElement(je,{mode:le})),M.a.createElement("div",{className:"flex-container flex-end"},M.a.createElement(ue.a,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),M.a.createElement(ue.a,{type:"ghost",onClick:Pe},"\u53D6\u6D88")))};function je(ee){var ye=ee.value,Pe=ee.onChange,ge=ee.mode,be=ee.options,le=be===void 0?{}:be,$=Object(W.useRef)(),A=Object(W.useState)(),ne=Object(w.a)(A,2),J=ne[0],b=ne[1];return Object(W.useEffect)(function(){if(J){function R(G){var I=G.getValue();Pe&&Pe(I)}return J.on("change",R),function(){J.off("change",R)}}},[J,Pe]),Object(W.useEffect)(function(){J&&J.setOption("mode",ge)},[J,ge]),Object(W.useEffect)(function(){J&&((ye!==J.getValue()||ye==="")&&setTimeout(function(){J.setValue(ye||" ")},300))},[J,ye]),Object(W.useEffect)(function(){if($.current&&!J){var R=K.a.fromTextArea($.current,Object(P.a)({mode:ge,lineNumbers:!0,lineWrapping:!0,autoCloseBrackets:!0,tabSize:4,autofocus:!0,autoCloseTags:!0,matchBrackets:!0,styleActiveLine:!0},le));b(R)}},[$.current,J]),M.a.createElement("div",{className:"my-codemirror-container"},M.a.createElement("textarea",{ref:$}))}},"7ixt":function(ve,ce,f){"use strict";f.d(ce,"a",function(){return X});var P={adjustX:1,adjustY:1},fe=[0,0],X={left:{points:["cr","cl"],overflow:P,offset:[-4,0],targetOffset:fe},right:{points:["cl","cr"],overflow:P,offset:[4,0],targetOffset:fe},top:{points:["bc","tc"],overflow:P,offset:[0,-4],targetOffset:fe},bottom:{points:["tc","bc"],overflow:P,offset:[0,4],targetOffset:fe},topLeft:{points:["bl","tl"],overflow:P,offset:[0,-4],targetOffset:fe},leftTop:{points:["tr","tl"],overflow:P,offset:[-4,0],targetOffset:fe},topRight:{points:["br","tr"],overflow:P,offset:[0,-4],targetOffset:fe},rightTop:{points:["tl","tr"],overflow:P,offset:[4,0],targetOffset:fe},bottomRight:{points:["tr","br"],overflow:P,offset:[0,4],targetOffset:fe},rightBottom:{points:["bl","br"],overflow:P,offset:[4,0],targetOffset:fe},bottomLeft:{points:["tl","bl"],overflow:P,offset:[0,4],targetOffset:fe},leftBottom:{points:["br","bl"],overflow:P,offset:[-4,0],targetOffset:fe}},ue=X},"7v3h":function(ve,ce,f){ve.exports=f.p+"static/empty2.dd73f390.png"},"8/bI":function(ve,ce,f){ve.exports=f.p+"static/empty.8918e228.png"},"8EBN":function(ve,ce,f){(function(P){P(f("VrN/"))})(function(P){"use strict";P.modeInfo=[{name:"APL",mime:"text/apl",mode:"apl",ext:["dyalog","apl"]},{name:"PGP",mimes:["application/pgp","application/pgp-encrypted","application/pgp-keys","application/pgp-signature"],mode:"asciiarmor",ext:["asc","pgp","sig"]},{name:"ASN.1",mime:"text/x-ttcn-asn",mode:"asn.1",ext:["asn","asn1"]},{name:"Asterisk",mime:"text/x-asterisk",mode:"asterisk",file:/^extensions\.conf$/i},{name:"Brainfuck",mime:"text/x-brainfuck",mode:"brainfuck",ext:["b","bf"]},{name:"C",mime:"text/x-csrc",mode:"clike",ext:["c","h","ino"]},{name:"C++",mime:"text/x-c++src",mode:"clike",ext:["cpp","c++","cc","cxx","hpp","h++","hh","hxx"],alias:["cpp"]},{name:"Cobol",mime:"text/x-cobol",mode:"cobol",ext:["cob","cpy"]},{name:"C#",mime:"text/x-csharp",mode:"clike",ext:["cs"],alias:["csharp","cs"]},{name:"Clojure",mime:"text/x-clojure",mode:"clojure",ext:["clj","cljc","cljx"]},{name:"ClojureScript",mime:"text/x-clojurescript",mode:"clojure",ext:["cljs"]},{name:"Closure Stylesheets (GSS)",mime:"text/x-gss",mode:"css",ext:["gss"]},{name:"CMake",mime:"text/x-cmake",mode:"cmake",ext:["cmake","cmake.in"],file:/^CMakeLists\.txt$/},{name:"CoffeeScript",mimes:["application/vnd.coffeescript","text/coffeescript","text/x-coffeescript"],mode:"coffeescript",ext:["coffee"],alias:["coffee","coffee-script"]},{name:"Common Lisp",mime:"text/x-common-lisp",mode:"commonlisp",ext:["cl","lisp","el"],alias:["lisp"]},{name:"Cypher",mime:"application/x-cypher-query",mode:"cypher",ext:["cyp","cypher"]},{name:"Cython",mime:"text/x-cython",mode:"python",ext:["pyx","pxd","pxi"]},{name:"Crystal",mime:"text/x-crystal",mode:"crystal",ext:["cr"]},{name:"CSS",mime:"text/css",mode:"css",ext:["css"]},{name:"CQL",mime:"text/x-cassandra",mode:"sql",ext:["cql"]},{name:"D",mime:"text/x-d",mode:"d",ext:["d"]},{name:"Dart",mimes:["application/dart","text/x-dart"],mode:"dart",ext:["dart"]},{name:"diff",mime:"text/x-diff",mode:"diff",ext:["diff","patch"]},{name:"Django",mime:"text/x-django",mode:"django"},{name:"Dockerfile",mime:"text/x-dockerfile",mode:"dockerfile",file:/^Dockerfile$/},{name:"DTD",mime:"application/xml-dtd",mode:"dtd",ext:["dtd"]},{name:"Dylan",mime:"text/x-dylan",mode:"dylan",ext:["dylan","dyl","intr"]},{name:"EBNF",mime:"text/x-ebnf",mode:"ebnf"},{name:"ECL",mime:"text/x-ecl",mode:"ecl",ext:["ecl"]},{name:"edn",mime:"application/edn",mode:"clojure",ext:["edn"]},{name:"Eiffel",mime:"text/x-eiffel",mode:"eiffel",ext:["e"]},{name:"Elm",mime:"text/x-elm",mode:"elm",ext:["elm"]},{name:"Embedded Javascript",mime:"application/x-ejs",mode:"htmlembedded",ext:["ejs"]},{name:"Embedded Ruby",mime:"application/x-erb",mode:"htmlembedded",ext:["erb"]},{name:"Erlang",mime:"text/x-erlang",mode:"erlang",ext:["erl"]},{name:"Esper",mime:"text/x-esper",mode:"sql"},{name:"Factor",mime:"text/x-factor",mode:"factor",ext:["factor"]},{name:"FCL",mime:"text/x-fcl",mode:"fcl"},{name:"Forth",mime:"text/x-forth",mode:"forth",ext:["forth","fth","4th"]},{name:"Fortran",mime:"text/x-fortran",mode:"fortran",ext:["f","for","f77","f90","f95"]},{name:"F#",mime:"text/x-fsharp",mode:"mllike",ext:["fs"],alias:["fsharp"]},{name:"Gas",mime:"text/x-gas",mode:"gas",ext:["s"]},{name:"Gherkin",mime:"text/x-feature",mode:"gherkin",ext:["feature"]},{name:"GitHub Flavored Markdown",mime:"text/x-gfm",mode:"gfm",file:/^(readme|contributing|history)\.md$/i},{name:"Go",mime:"text/x-go",mode:"go",ext:["go"]},{name:"Groovy",mime:"text/x-groovy",mode:"groovy",ext:["groovy","gradle"],file:/^Jenkinsfile$/},{name:"HAML",mime:"text/x-haml",mode:"haml",ext:["haml"]},{name:"Haskell",mime:"text/x-haskell",mode:"haskell",ext:["hs"]},{name:"Haskell (Literate)",mime:"text/x-literate-haskell",mode:"haskell-literate",ext:["lhs"]},{name:"Haxe",mime:"text/x-haxe",mode:"haxe",ext:["hx"]},{name:"HXML",mime:"text/x-hxml",mode:"haxe",ext:["hxml"]},{name:"ASP.NET",mime:"application/x-aspx",mode:"htmlembedded",ext:["aspx"],alias:["asp","aspx"]},{name:"HTML",mime:"text/html",mode:"htmlmixed",ext:["html","htm","handlebars","hbs"],alias:["xhtml"]},{name:"HTTP",mime:"message/http",mode:"http"},{name:"IDL",mime:"text/x-idl",mode:"idl",ext:["pro"]},{name:"Pug",mime:"text/x-pug",mode:"pug",ext:["jade","pug"],alias:["jade"]},{name:"Java",mime:"text/x-java",mode:"clike",ext:["java"]},{name:"Java Server Pages",mime:"application/x-jsp",mode:"htmlembedded",ext:["jsp"],alias:["jsp"]},{name:"JavaScript",mimes:["text/javascript","text/ecmascript","application/javascript","application/x-javascript","application/ecmascript"],mode:"javascript",ext:["js"],alias:["ecmascript","js","node"]},{name:"JSON",mimes:["application/json","application/x-json"],mode:"javascript",ext:["json","map"],alias:["json5"]},{name:"JSON-LD",mime:"application/ld+json",mode:"javascript",ext:["jsonld"],alias:["jsonld"]},{name:"JSX",mime:"text/jsx",mode:"jsx",ext:["jsx"]},{name:"Jinja2",mime:"text/jinja2",mode:"jinja2",ext:["j2","jinja","jinja2"]},{name:"Julia",mime:"text/x-julia",mode:"julia",ext:["jl"]},{name:"Kotlin",mime:"text/x-kotlin",mode:"clike",ext:["kt"]},{name:"LESS",mime:"text/x-less",mode:"css",ext:["less"]},{name:"LiveScript",mime:"text/x-livescript",mode:"livescript",ext:["ls"],alias:["ls"]},{name:"Lua",mime:"text/x-lua",mode:"lua",ext:["lua"]},{name:"Markdown",mime:"text/x-markdown",mode:"markdown",ext:["markdown","md","mkd"]},{name:"mIRC",mime:"text/mirc",mode:"mirc"},{name:"MariaDB SQL",mime:"text/x-mariadb",mode:"sql"},{name:"Mathematica",mime:"text/x-mathematica",mode:"mathematica",ext:["m","nb","wl","wls"]},{name:"Modelica",mime:"text/x-modelica",mode:"modelica",ext:["mo"]},{name:"MUMPS",mime:"text/x-mumps",mode:"mumps",ext:["mps"]},{name:"MS SQL",mime:"text/x-mssql",mode:"sql"},{name:"mbox",mime:"application/mbox",mode:"mbox",ext:["mbox"]},{name:"MySQL",mime:"text/x-mysql",mode:"sql"},{name:"Nginx",mime:"text/x-nginx-conf",mode:"nginx",file:/nginx.*\.conf$/i},{name:"NSIS",mime:"text/x-nsis",mode:"nsis",ext:["nsh","nsi"]},{name:"NTriples",mimes:["application/n-triples","application/n-quads","text/n-triples"],mode:"ntriples",ext:["nt","nq"]},{name:"Objective-C",mime:"text/x-objectivec",mode:"clike",ext:["m"],alias:["objective-c","objc"]},{name:"Objective-C++",mime:"text/x-objectivec++",mode:"clike",ext:["mm"],alias:["objective-c++","objc++"]},{name:"OCaml",mime:"text/x-ocaml",mode:"mllike",ext:["ml","mli","mll","mly"]},{name:"Octave",mime:"text/x-octave",mode:"octave",ext:["m"]},{name:"Oz",mime:"text/x-oz",mode:"oz",ext:["oz"]},{name:"Pascal",mime:"text/x-pascal",mode:"pascal",ext:["p","pas"]},{name:"PEG.js",mime:"null",mode:"pegjs",ext:["jsonld"]},{name:"Perl",mime:"text/x-perl",mode:"perl",ext:["pl","pm"]},{name:"PHP",mimes:["text/x-php","application/x-httpd-php","application/x-httpd-php-open"],mode:"php",ext:["php","php3","php4","php5","php7","phtml"]},{name:"Pig",mime:"text/x-pig",mode:"pig",ext:["pig"]},{name:"Plain Text",mime:"text/plain",mode:"null",ext:["txt","text","conf","def","list","log"]},{name:"PLSQL",mime:"text/x-plsql",mode:"sql",ext:["pls"]},{name:"PostgreSQL",mime:"text/x-pgsql",mode:"sql"},{name:"PowerShell",mime:"application/x-powershell",mode:"powershell",ext:["ps1","psd1","psm1"]},{name:"Properties files",mime:"text/x-properties",mode:"properties",ext:["properties","ini","in"],alias:["ini","properties"]},{name:"ProtoBuf",mime:"text/x-protobuf",mode:"protobuf",ext:["proto"]},{name:"Python",mime:"text/x-python",mode:"python",ext:["BUILD","bzl","py","pyw"],file:/^(BUCK|BUILD)$/},{name:"Puppet",mime:"text/x-puppet",mode:"puppet",ext:["pp"]},{name:"Q",mime:"text/x-q",mode:"q",ext:["q"]},{name:"R",mime:"text/x-rsrc",mode:"r",ext:["r","R"],alias:["rscript"]},{name:"reStructuredText",mime:"text/x-rst",mode:"rst",ext:["rst"],alias:["rst"]},{name:"RPM Changes",mime:"text/x-rpm-changes",mode:"rpm"},{name:"RPM Spec",mime:"text/x-rpm-spec",mode:"rpm",ext:["spec"]},{name:"Ruby",mime:"text/x-ruby",mode:"ruby",ext:["rb"],alias:["jruby","macruby","rake","rb","rbx"]},{name:"Rust",mime:"text/x-rustsrc",mode:"rust",ext:["rs"]},{name:"SAS",mime:"text/x-sas",mode:"sas",ext:["sas"]},{name:"Sass",mime:"text/x-sass",mode:"sass",ext:["sass"]},{name:"Scala",mime:"text/x-scala",mode:"clike",ext:["scala"]},{name:"Scheme",mime:"text/x-scheme",mode:"scheme",ext:["scm","ss"]},{name:"SCSS",mime:"text/x-scss",mode:"css",ext:["scss"]},{name:"Shell",mimes:["text/x-sh","application/x-sh"],mode:"shell",ext:["sh","ksh","bash"],alias:["bash","sh","zsh"],file:/^PKGBUILD$/},{name:"Sieve",mime:"application/sieve",mode:"sieve",ext:["siv","sieve"]},{name:"Slim",mimes:["text/x-slim","application/x-slim"],mode:"slim",ext:["slim"]},{name:"Smalltalk",mime:"text/x-stsrc",mode:"smalltalk",ext:["st"]},{name:"Smarty",mime:"text/x-smarty",mode:"smarty",ext:["tpl"]},{name:"Solr",mime:"text/x-solr",mode:"solr"},{name:"SML",mime:"text/x-sml",mode:"mllike",ext:["sml","sig","fun","smackspec"]},{name:"Soy",mime:"text/x-soy",mode:"soy",ext:["soy"],alias:["closure template"]},{name:"SPARQL",mime:"application/sparql-query",mode:"sparql",ext:["rq","sparql"],alias:["sparul"]},{name:"Spreadsheet",mime:"text/x-spreadsheet",mode:"spreadsheet",alias:["excel","formula"]},{name:"SQL",mime:"text/x-sql",mode:"sql",ext:["sql"]},{name:"SQLite",mime:"text/x-sqlite",mode:"sql"},{name:"Squirrel",mime:"text/x-squirrel",mode:"clike",ext:["nut"]},{name:"Stylus",mime:"text/x-styl",mode:"stylus",ext:["styl"]},{name:"Swift",mime:"text/x-swift",mode:"swift",ext:["swift"]},{name:"sTeX",mime:"text/x-stex",mode:"stex"},{name:"LaTeX",mime:"text/x-latex",mode:"stex",ext:["text","ltx","tex"],alias:["tex"]},{name:"SystemVerilog",mime:"text/x-systemverilog",mode:"verilog",ext:["v","sv","svh"]},{name:"Tcl",mime:"text/x-tcl",mode:"tcl",ext:["tcl"]},{name:"Textile",mime:"text/x-textile",mode:"textile",ext:["textile"]},{name:"TiddlyWiki",mime:"text/x-tiddlywiki",mode:"tiddlywiki"},{name:"Tiki wiki",mime:"text/tiki",mode:"tiki"},{name:"TOML",mime:"text/x-toml",mode:"toml",ext:["toml"]},{name:"Tornado",mime:"text/x-tornado",mode:"tornado"},{name:"troff",mime:"text/troff",mode:"troff",ext:["1","2","3","4","5","6","7","8","9"]},{name:"TTCN",mime:"text/x-ttcn",mode:"ttcn",ext:["ttcn","ttcn3","ttcnpp"]},{name:"TTCN_CFG",mime:"text/x-ttcn-cfg",mode:"ttcn-cfg",ext:["cfg"]},{name:"Turtle",mime:"text/turtle",mode:"turtle",ext:["ttl"]},{name:"TypeScript",mime:"application/typescript",mode:"javascript",ext:["ts"],alias:["ts"]},{name:"TypeScript-JSX",mime:"text/typescript-jsx",mode:"jsx",ext:["tsx"],alias:["tsx"]},{name:"Twig",mime:"text/x-twig",mode:"twig"},{name:"Web IDL",mime:"text/x-webidl",mode:"webidl",ext:["webidl"]},{name:"VB.NET",mime:"text/x-vb",mode:"vb",ext:["vb"]},{name:"VBScript",mime:"text/vbscript",mode:"vbscript",ext:["vbs"]},{name:"Velocity",mime:"text/velocity",mode:"velocity",ext:["vtl"]},{name:"Verilog",mime:"text/x-verilog",mode:"verilog",ext:["v"]},{name:"VHDL",mime:"text/x-vhdl",mode:"vhdl",ext:["vhd","vhdl"]},{name:"Vue.js Component",mimes:["script/x-vue","text/x-vue"],mode:"vue",ext:["vue"]},{name:"XML",mimes:["application/xml","text/xml"],mode:"xml",ext:["xml","xsl","xsd","svg"],alias:["rss","wsdl","xsd"]},{name:"XQuery",mime:"application/xquery",mode:"xquery",ext:["xy","xquery"]},{name:"Yacas",mime:"text/x-yacas",mode:"yacas",ext:["ys"]},{name:"YAML",mimes:["text/x-yaml","text/yaml"],mode:"yaml",ext:["yaml","yml"],alias:["yml"]},{name:"Z80",mime:"text/x-z80",mode:"z80",ext:["z80"]},{name:"mscgen",mime:"text/x-mscgen",mode:"mscgen",ext:["mscgen","mscin","msc"]},{name:"xu",mime:"text/x-xu",mode:"mscgen",ext:["xu"]},{name:"msgenny",mime:"text/x-msgenny",mode:"mscgen",ext:["msgenny"]},{name:"WebAssembly",mime:"text/webassembly",mode:"wast",ext:["wat","wast"]}];for(var fe=0;fe<P.modeInfo.length;fe++){var X=P.modeInfo[fe];X.mimes&&(X.mime=X.mimes[0])}P.findModeByMIME=function(ue){ue=ue.toLowerCase();for(var re=0;re<P.modeInfo.length;re++){var V=P.modeInfo[re];if(V.mime==ue)return V;if(V.mimes){for(var w=0;w<V.mimes.length;w++)if(V.mimes[w]==ue)return V}}if(/\+xml$/.test(ue))return P.findModeByMIME("application/xml");if(/\+json$/.test(ue))return P.findModeByMIME("application/json")},P.findModeByExtension=function(ue){ue=ue.toLowerCase();for(var re=0;re<P.modeInfo.length;re++){var V=P.modeInfo[re];if(V.ext){for(var w=0;w<V.ext.length;w++)if(V.ext[w]==ue)return V}}},P.findModeByFileName=function(ue){for(var re=0;re<P.modeInfo.length;re++){var V=P.modeInfo[re];if(V.file&&V.file.test(ue))return V}var w=ue.lastIndexOf("."),k=w>-1&&ue.substring(w+1,ue.length);if(k)return P.findModeByExtension(k)},P.findModeByName=function(ue){ue=ue.toLowerCase();for(var re=0;re<P.modeInfo.length;re++){var V=P.modeInfo[re];if(V.name.toLowerCase()==ue)return V;if(V.alias){for(var w=0;w<V.alias.length;w++)if(V.alias[w].toLowerCase()==ue)return V}}}})},"8hTe":function(ve,ce,f){ve.exports={button:"button___1wy9m"}},"9Bee":function(ve,ce,f){"use strict";var P=f("DYRE"),fe=f("zeV3"),X=f("+L6B"),ue=f("2/Rp"),re=f("k1fw"),V=f("9og8"),w=f("tJVT"),k=f("WmNS"),T=f.n(k),W=f("q1tI"),M=f.n(W),E=f("vg9a"),K=f("DlQD"),F=f.n(K),O=f("rUJ1");function B(c,o){var a=c.match(/^(\s+)(?:```)/);if(a===null)return o;var u=a[1];return o.split(`
`).map(function(g){var h=g.match(/^\s+/);if(h===null)return g;var _=Object(w.a)(h,1),Re=_[0];return Re.length>=u.length?g.slice(u.length):g}).join(`
`)}var z=[],Z=["<ul>"],ie=new F.a.Renderer,ke=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function je(){z.length=0,Z=["<ul>"]}var ee={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function ye(c,o,a,u){if(o>=c.length||c[o].level<=a)return o;var g=c[o];u.push("<li><a href='#"+g.anchor+"'>"+g.text+"</a>"),o++;var h=[];return o=ye(c,o,g.level,h),h.length>0&&(u.push("<ul>"),h.forEach(function(_){u.push(_)}),u.push("</ul>")),u.push("</li>"),o=ye(c,o,a,u),o}function Pe(){return ye(z,0,0,Z),Z.push("</ul>"),Z.join("")}var ge={heading:function(o){var a=ke.exec(o);if(a)return{type:"heading",raw:a[0],depth:a[1].length,text:a[2]}},fences:function(o){var a=this.rules.block.fences.exec(o);if(a){var u=a[0],g=B(u,a[3]||""),h=a[2]?a[2].trim():a[2];if(["latex","katex","math"].indexOf(h)>=0){var _=$(),Re=g;g=_,A[_]={type:"block",expression:Re}}return{type:"code",raw:u,lang:h,text:g}}}},be=/(?:\${2})([^\n`]+?)(?:\${2})/gi,le=0,$=function(){return"__special_katext_id_".concat(le++,"__")},A={};function ne(){return A}function J(){le=0,A={}}function b(c){return c=c.replace(be,function(o,a){var u=$();return A[u]={type:"inline",expression:a},u}),c}var R=ie.listitem;ie.listitem=function(c){return R(b(c))};var G=ie.paragraph;ie.paragraph=function(c){return G(b(c))};var I=ie.tablecell;ie.tablecell=function(c,o){return I(b(c),o)},ie.code=function(c,o,a){var u=(o||"").match(/\S*/)[0];return u?["latex","katex","math"].indexOf(u)>=0?"<p class='editormd-tex'>".concat(c,"</p>"):'<pre class="prettyprint linenums"><code class="language-'.concat(o,'">').concat(a?c:Object(O.escape)(c,!0),`</code></pre>
`):'<pre class="prettyprint linenums"><code>'+(a?c:Object(O.escape)(c,!0))+"</code></pre>"},ie.heading=function(c,o,a){var u=this.options.headerPrefix+a.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return z.push({anchor:u,level:o,text:c}),"<h"+o+' id="'+u+'">'+c+"</h"+o+">"},F.a.setOptions({silent:!0,gfm:!0,pedantic:!1}),F.a.use({tokenizer:ge,renderer:ie});var he=F.a,x=f("SJMd"),m=f("ulZh"),Y=f.n(m),Se=f("m3rI"),de=f("Oy/b"),He=f("p5ED"),Ge=f("ErOA");/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var Me=function(c,o){return(Me=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,u){a.__proto__=u}||function(a,u){for(var g in u)Object.prototype.hasOwnProperty.call(u,g)&&(a[g]=u[g])})(c,o)};function we(c,o){function a(){this.constructor=c}Me(c,o),c.prototype=o===null?Object.create(o):(a.prototype=o.prototype,new a)}function xe(c,o,a,u){return new(a||(a=Promise))(function(g,h){function _(ht){try{se(u.next(ht))}catch(Le){h(Le)}}function Re(ht){try{se(u.throw(ht))}catch(Le){h(Le)}}function se(ht){var Le;ht.done?g(ht.value):(Le=ht.value,Le instanceof a?Le:new a(function(Et){Et(Le)})).then(_,Re)}se((u=u.apply(c,o||[])).next())})}function Ae(c,o){var a,u,g,h,_={label:0,sent:function(){if(1&g[0])throw g[1];return g[1]},trys:[],ops:[]};return h={next:Re(0),throw:Re(1),return:Re(2)},typeof Symbol=="function"&&(h[Symbol.iterator]=function(){return this}),h;function Re(se){return function(ht){return function(Le){if(a)throw new TypeError("Generator is already executing.");for(;_;)try{if(a=1,u&&(g=2&Le[0]?u.return:Le[0]?u.throw||((g=u.return)&&g.call(u),0):u.next)&&!(g=g.call(u,Le[1])).done)return g;switch(u=0,g&&(Le=[2&Le[0],g.value]),Le[0]){case 0:case 1:g=Le;break;case 4:return _.label++,{value:Le[1],done:!1};case 5:_.label++,u=Le[1],Le=[0];continue;case 7:Le=_.ops.pop(),_.trys.pop();continue;default:if(!(g=_.trys,(g=g.length>0&&g[g.length-1])||Le[0]!==6&&Le[0]!==2)){_=0;continue}if(Le[0]===3&&(!g||Le[1]>g[0]&&Le[1]<g[3])){_.label=Le[1];break}if(Le[0]===6&&_.label<g[1]){_.label=g[1],g=Le;break}if(g&&_.label<g[2]){_.label=g[2],_.ops.push(Le);break}g[2]&&_.ops.pop(),_.trys.pop();continue}Le=o.call(c,_)}catch(Et){Le=[6,Et],u=0}finally{a=g=0}if(5&Le[0])throw Le[1];return{value:Le[0]?Le[1]:void 0,done:!0}}([se,ht])}}}function q(){for(var c=0,o=0,a=arguments.length;o<a;o++)c+=arguments[o].length;var u=Array(c),g=0;for(o=0;o<a;o++)for(var h=arguments[o],_=0,Re=h.length;_<Re;_++,g++)u[g]=h[_];return u}var U=function(){function c(){}return c.createDefs=function(){return document.createElementNS("http://www.w3.org/2000/svg","defs")},c.setAttributes=function(o,a){for(var u=0,g=a;u<g.length;u++){var h=g[u],_=h[0],Re=h[1];o.setAttribute(_,Re)}},c.createRect=function(o,a,u){var g=document.createElementNS("http://www.w3.org/2000/svg","rect");return g.setAttribute("width",o.toString()),g.setAttribute("height",a.toString()),u&&c.setAttributes(g,u),g},c.createLine=function(o,a,u,g,h){var _=document.createElementNS("http://www.w3.org/2000/svg","line");return _.setAttribute("x1",o.toString()),_.setAttribute("y1",a.toString()),_.setAttribute("x2",u.toString()),_.setAttribute("y2",g.toString()),h&&c.setAttributes(_,h),_},c.createPolygon=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","polygon");return u.setAttribute("points",o),a&&c.setAttributes(u,a),u},c.createCircle=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","circle");return u.setAttribute("cx",(o/2).toString()),u.setAttribute("cy",(o/2).toString()),u.setAttribute("r",o.toString()),a&&c.setAttributes(u,a),u},c.createEllipse=function(o,a,u){var g=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return g.setAttribute("cx",(o/2).toString()),g.setAttribute("cy",(a/2).toString()),g.setAttribute("rx",(o/2).toString()),g.setAttribute("ry",(a/2).toString()),u&&c.setAttributes(g,u),g},c.createGroup=function(o){var a=document.createElementNS("http://www.w3.org/2000/svg","g");return o&&c.setAttributes(a,o),a},c.createTransform=function(){return document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGTransform()},c.createMarker=function(o,a,u,g,h,_,Re){var se=document.createElementNS("http://www.w3.org/2000/svg","marker");return c.setAttributes(se,[["id",o],["orient",a],["markerWidth",u.toString()],["markerHeight",g.toString()],["refX",h.toString()],["refY",_.toString()]]),se.appendChild(Re),se},c.createText=function(o){var a=document.createElementNS("http://www.w3.org/2000/svg","text");return a.setAttribute("x","0"),a.setAttribute("y","0"),o&&c.setAttributes(a,o),a},c.createTSpan=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","tspan");return u.textContent=o,a&&c.setAttributes(u,a),u},c.createImage=function(o){var a=document.createElementNS("http://www.w3.org/2000/svg","image");return o&&c.setAttributes(a,o),a},c.createPoint=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGPoint();return u.x=o,u.y=a,u},c.createPath=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","path");return u.setAttribute("d",o),a&&c.setAttributes(u,a),u},c}(),Ne=function(){function c(){}return c.addKey=function(o){c.key=o},Object.defineProperty(c,"isLicensed",{get:function(){return!!c.key&&new RegExp(/^MJS2-[A-Z][0-9]{3}-[A-Z][0-9]{3}-[0-9]{4}$/,"i").test(c.key)},enumerable:!1,configurable:!0}),c}(),it=function(){function c(){this.naturalSize=!1,this.imageType="image/png",this.markersOnly=!1}return c.prototype.rasterize=function(o,a,u){var g=this;return new Promise(function(h){var _=u!==void 0?u:document.createElement("canvas");o===null&&(g.markersOnly=!0,g.naturalSize=!1);var Re=document.createElementNS("http://www.w3.org/2000/svg","svg");Re.setAttribute("xmlns","http://www.w3.org/2000/svg"),Re.setAttribute("width",a.width.baseVal.valueAsString),Re.setAttribute("height",a.height.baseVal.valueAsString),Re.setAttribute("viewBox","0 0 "+a.viewBox.baseVal.width.toString()+" "+a.viewBox.baseVal.height.toString()),Re.innerHTML=a.innerHTML,g.naturalSize===!0?(Re.width.baseVal.value=o.naturalWidth,Re.height.baseVal.value=o.naturalHeight):g.width!==void 0&&g.height!==void 0&&(Re.width.baseVal.value=g.width,Re.height.baseVal.value=g.height),_.width=Re.width.baseVal.value,_.height=Re.height.baseVal.value;var se=Re.outerHTML,ht=_.getContext("2d");g.markersOnly!==!0&&ht.drawImage(o,0,0,_.width,_.height);var Le=window.URL,Et=new Image(_.width,_.height);Et.setAttribute("crossOrigin","anonymous");var Pt=new Blob([se],{type:"image/svg+xml"}),Ft=Le.createObjectURL(Pt);Et.onload=function(){ht.drawImage(Et,0,0),Le.revokeObjectURL(Ft);var Wn=_.toDataURL(g.imageType,g.imageQuality);h(Wn)},Et.src=Ft})},c}(),lt=function(){},tt=function(){function c(o){this._classNamePrefixBase="__markerjs2_",this.classes=[],this.rules=[],this.settings=this.defaultSettings,this._classNamePrefix=this._classNamePrefixBase+"_"+o+"_"}return Object.defineProperty(c.prototype,"classNamePrefixBase",{get:function(){return this._classNamePrefixBase},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"classNamePrefix",{get:function(){return this._classNamePrefix},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"defaultSettings",{get:function(){return{canvasBackgroundColor:"#ffffff",toolbarBackgroundColor:"#111111",toolbarBackgroundHoverColor:"#333333",toolbarColor:"#eeeeee",toolbarHeight:40,toolboxColor:"#eeeeee",toolboxAccentColor:"#3080c3",undoButtonVisible:!0,redoButtonVisible:!1,zoomButtonVisible:!1,zoomOutButtonVisible:!1,clearButtonVisible:!1,resultButtonBlockVisible:!0,logoPosition:"left"}},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"fadeInAnimationClassName",{get:function(){return this.classNamePrefix+"fade_in"},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"fadeOutAnimationClassName",{get:function(){return this.classNamePrefix+"fade_out"},enumerable:!1,configurable:!0}),c.prototype.addClass=function(o){return this.styleSheet===void 0&&this.addStyleSheet(),o.name=""+this.classNamePrefix+o.localName,this.classes.push(o),this.styleSheet.sheet.insertRule("."+o.name+" {"+o.style+"}",this.styleSheet.sheet.cssRules.length),o},c.prototype.addRule=function(o){this.styleSheet===void 0&&this.addStyleSheet(),this.rules.push(o),this.styleSheet.sheet.insertRule(o.selector+" {"+o.style+"}",this.styleSheet.sheet.cssRules.length)},c.prototype.addStyleSheet=function(){var o;this.styleSheet=document.createElement("style"),((o=this.styleSheetRoot)!==null&&o!==void 0?o:document.head).appendChild(this.styleSheet),this.addRule(new $e("."+this.classNamePrefix+" h3","font-family: sans-serif")),this.addRule(new $e("@keyframes "+this.classNamePrefix+"_fade_in_animation_frames",`
from {
opacity: 0;
}
to {
opacity: 1;
}
`)),this.addRule(new $e("@keyframes "+this.classNamePrefix+"_fade_out_animation_frames",`
from {
opacity: 1;
}
to {
opacity: 0;
}
`)),this.addClass(new Te("fade_in",`
animation-duration: 0.3s;
animation-name: `+this.classNamePrefix+`_fade_in_animation_frames;
`)),this.addClass(new Te("fade_out",`
animation-duration: 0.3s;
animation-name: `+this.classNamePrefix+`_fade_out_animation_frames;
`))},c.prototype.removeStyleSheet=function(){var o;this.styleSheet&&(((o=this.styleSheetRoot)!==null&&o!==void 0?o:document.head).removeChild(this.styleSheet),this.styleSheet=void 0)},c}(),$e=function(c,o){this.selector=c,this.style=o},Te=function(c,o){this.localName=c,this.style=o},We=function(){function c(o,a,u,g,h){this.buttons=[],this.markerButtons=[],this.buttonClickListeners=[],this.markerjsContainer=o,this.displayMode=a,this.markerItems=u,this.uiStyleSettings=g,this.styles=h,this.addStyles(),this.adjustLayout=this.adjustLayout.bind(this),this.overflowButtonClicked=this.overflowButtonClicked.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this)}return c.prototype.show=function(o){var a=this;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=o,this.uiContainer.className=this.toolbarStyleClass.name+" "+this.styles.fadeInAnimationClassName+" "+(this.uiStyleSettings.toolbarStyleColorsClassName?this.uiStyleSettings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name);var u=document.createElement("div");u.className=this.toolbarBlockStyleClass.name,u.style.whiteSpace="nowrap",this.uiContainer.appendChild(u),this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M10.07 14.27a.997.997 0 011.33.48l2.3 4.99 1.8-.85-2.31-4.98c-.24-.5-.02-1.1.48-1.33l.28-.08 2.3-.45L8 5.12V15.9l1.82-1.47.25-.16m3.57 7.7a.99.99 0 01-1.33-.47l-2.18-4.74-2.51 2.02c-.17.14-.38.22-.62.22a1 1 0 01-1-1V3a1 1 0 011-1c.24 0 .47.09.64.23l.01-.01 11.49 9.64a1.001 1.001 0 01-.44 1.75l-3.16.62 2.2 4.73c.26.5.02 1.09-.48 1.32l-3.62 1.69z"/></svg>',"select"),this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M9 3v1H4v2h1v13a2 2 0 002 2h10a2 2 0 002-2V6h1V4h-5V3H9M7 6h10v13H7V6m2 2v9h2V8H9m4 0v9h2V8h-2z"/></svg>',"delete"),this.uiStyleSettings.clearButtonVisible&&this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M19.36 2.72l1.42 1.42-5.72 5.71c1.07 1.54 1.22 3.39.32 4.59L9.06 8.12c1.2-.9 3.05-.75 4.59.32l5.71-5.72M5.93 17.57c-2.01-2.01-3.24-4.41-3.58-6.65l4.88-2.09 7.44 7.44-2.09 4.88c-2.24-.34-4.64-1.57-6.65-3.58z"/></svg>',"clear"),this.uiStyleSettings.undoButtonVisible&&this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M12.5 8c-2.65 0-5.05 1-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"/></svg>',"undo"),this.uiStyleSettings.redoButtonVisible&&this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M18.4 10.6C16.55 9 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16a8.002 8.002 0 017.6-5.5c1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"/></svg>',"redo"),this.uiStyleSettings.zoomButtonVisible&&this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M15.5 14l5 5-1.5 1.5-5-5v-.79l-.27-.28A6.471 6.471 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3 6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.57 4.23l.28.27h.79m-6 0C12 14 14 12 14 9.5S12 5 9.5 5 5 7 5 9.5 7 14 9.5 14m2.5-4h-2v2H9v-2H7V9h2V7h1v2h2v1z"/></svg>',"zoom"),this.uiStyleSettings.zoomButtonVisible&&this.uiStyleSettings.zoomOutButtonVisible&&this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 009.5 3 6.5 6.5 0 003 9.5 6.5 6.5 0 009.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5-5-5m-6 0C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14M7 9h5v1H7V9z"/></svg>',"zoom-out"),this.uiStyleSettings.notesButtonVisible&&this.addActionButton(u,'<svg viewBox="0 0 24 24"><path d="M18.13 12l1.26-1.26c.44-.44 1-.68 1.61-.74V9l-6-6H5c-1.11 0-2 .89-2 2v14a2 2 0 002 2h6v-1.87l.13-.13H5V5h7v7h6.13M14 4.5l5.5 5.5H14V4.5m5.13 9.33l2.04 2.04L15.04 22H13v-2.04l6.13-6.13m3.72.36l-.98.98-2.04-2.04.98-.98c.19-.2.52-.2.72 0l1.32 1.32c.2.2.2.53 0 .72z"/></svg>',"notes"),this.markerButtonBlock=document.createElement("div"),this.markerButtonBlock.className=this.toolbarBlockStyleClass.name,this.markerButtonBlock.style.flexGrow="2",this.markerButtonBlock.style.textAlign="center",this.uiContainer.appendChild(this.markerButtonBlock),this.markerButtonOverflowBlock=document.createElement("div"),this.markerButtonOverflowBlock.className=this.toolbarOverflowBlockStyleClass.name+" "+(this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName?this.uiStyleSettings.toolbarOverflowBlockStyleColorsClassName:this.toolbarOverflowBlockStyleColorsClass.name),this.markerButtonOverflowBlock.style.display="none",this.uiContainer.appendChild(this.markerButtonOverflowBlock),this.markerItems&&(this.markerItems.forEach(function(h){var _=document.createElement("div");_.className=""+a.toolbarButtonStyleClass.name,_.setAttribute("data-type-name",h.typeName),_.innerHTML=h.icon,_.addEventListener("click",function(){a.markerToolbarButtonClicked(_,h)}),a.buttons.push(_),a.markerButtons.push(_)}),this.overflowButton=document.createElement("div"),this.overflowButton.className=this.toolbarButtonStyleClass.name+" "+(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name),this.overflowButton.innerHTML='<svg viewBox="0 0 24 24"><path d="M12 16a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2m0-6a2 2 0 012 2 2 2 0 01-2 2 2 2 0 01-2-2 2 2 0 012-2z"/></svg>',this.overflowButton.addEventListener("click",this.overflowButtonClicked),this.markerButtonBlock.appendChild(this.overflowButton));var g=document.createElement("div");g.className=this.toolbarBlockStyleClass.name,g.style.whiteSpace="nowrap",g.style.display=this.uiStyleSettings.resultButtonBlockVisible!==!1?"":"none",this.uiContainer.appendChild(g),this.addActionButton(g,'<svg viewBox="0 0 24 24"><path d="M9 20.42l-6.21-6.21 2.83-2.83L9 14.77l9.88-9.89 2.83 2.83L9 20.42z"/></svg>',"render"),this.addActionButton(g,'<svg viewBox="0 0 24 24"><path d="M20 6.91L17.09 4 12 9.09 6.91 4 4 6.91 9.09 12 4 17.09 6.91 20 12 14.91 17.09 20 20 17.09 14.91 12 20 6.91z"/></svg>',"close"),this.markerjsContainer.appendChild(this.uiContainer),this.setSelectMode(),this.setCurrentMarker(),this.adjustLayout()},c.prototype.addButtonClickListener=function(o){this.buttonClickListeners.push(o)},c.prototype.removeButtonClickListener=function(o){this.buttonClickListeners.indexOf(o)>-1&&this.buttonClickListeners.splice(this.buttonClickListeners.indexOf(o),1)},c.prototype.setSelectMode=function(){this.resetButtonStyles(),this.setActiveButton(this.buttons[0])},c.prototype.adjustLayout=function(){if(this.markerButtons&&this.markerButtons.length>0){var o=Math.floor(this.markerButtonBlock.clientWidth/this.uiStyleSettings.toolbarHeight)-1;this.markerButtonBlock.innerHTML="",this.markerButtonOverflowBlock.innerHTML="";for(var a=0;a<this.markerButtons.length;a++)a<o||a===o&&this.markerButtons.length-1===o?this.markerButtonBlock.appendChild(this.markerButtons[a]):(a===o&&this.markerButtonBlock.appendChild(this.overflowButton),this.markerButtonOverflowBlock.appendChild(this.markerButtons[a]))}},c.prototype.overflowButtonClicked=function(){this.markerButtonOverflowBlock.style.display!=="none"?(this.markerButtonOverflowBlock.className=this.markerButtonOverflowBlock.className.replace(this.styles.fadeInAnimationClassName,""),this.markerButtonOverflowBlock.style.display="none"):(this.markerButtonOverflowBlock.className+=" "+this.styles.fadeInAnimationClassName,this.markerButtonOverflowBlock.style.top=this.uiContainer.offsetTop+this.overflowButton.offsetHeight+"px",this.markerButtonOverflowBlock.style.right=this.uiContainer.offsetWidth-this.overflowButton.offsetLeft-this.overflowButton.offsetWidth+2*this.uiContainer.offsetLeft+"px",this.markerButtonOverflowBlock.style.display="inline-block")},c.prototype.resetButtonStyles=function(){var o=this;this.buttons.forEach(function(a){a.className=a.className.replace(o.uiStyleSettings.toolbarButtonStyleColorsClassName?o.uiStyleSettings.toolbarButtonStyleColorsClassName:o.toolbarButtonStyleColorsClass.name,"").trim(),a.className=a.className.replace(o.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?o.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:o.toolbarActiveButtonStyleColorsClass.name,"").trim(),a.className+=" "+(o.uiStyleSettings.toolbarButtonStyleColorsClassName?o.uiStyleSettings.toolbarButtonStyleColorsClassName:o.toolbarButtonStyleColorsClass.name)})},c.prototype.addActionButton=function(o,a,u){var g=this,h=document.createElement("div");switch(h.className=""+this.toolbarButtonStyleClass.name,h.innerHTML=a,h.setAttribute("data-action",u),h.addEventListener("click",function(){g.actionToolbarButtonClicked(h,u)}),u){case"select":h.style.fill=this.uiStyleSettings.selectButtonColor;break;case"delete":case"clear":h.style.fill=this.uiStyleSettings.deleteButtonColor;break;case"undo":case"redo":h.style.fill=this.uiStyleSettings.selectButtonColor;break;case"render":h.style.fill=this.uiStyleSettings.okButtonColor;break;case"close":h.style.fill=this.uiStyleSettings.closeButtonColor}o.appendChild(h),this.buttons.push(h)},c.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new Te("toolbar",`
width: 100%;
flex-shrink: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
height: `+this.uiStyleSettings.toolbarHeight+`px;
box-sizing: content-box;
`+(this.displayMode==="inline"?"border-top-left-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
`+(this.displayMode==="inline"?"border-top-right-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
overflow: hidden;
`)),this.toolbarStyleColorsClass=this.styles.addClass(new Te("toolbar_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
box-shadow: 0px 3px rgba(33, 33, 33, 0.1);
`)),this.toolbarBlockStyleClass=this.styles.addClass(new Te("toolbar-block",`
display: inline-block;
box-sizing: content-box;
`)),this.toolbarOverflowBlockStyleClass=this.styles.addClass(new Te("toolbar-overflow-block",`
position: absolute;
top: `+this.uiStyleSettings.toolbarHeight+`px;
max-width: `+2*this.uiStyleSettings.toolbarHeight+`px;
z-index: 10;
box-sizing: content-box;
`)),this.toolbarOverflowBlockStyleColorsClass=this.styles.addClass(new Te("toolbar-overflow-block_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
`));var o=this.uiStyleSettings.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new Te("toolbar_button",`
display: inline-block;
width: `+(this.uiStyleSettings.toolbarHeight-2*o)+`px;
height: `+(this.uiStyleSettings.toolbarHeight-2*o)+`px;
padding: `+o+`px;
box-sizing: content-box;
`)),this.toolbarButtonStyleColorsClass=this.styles.addClass(new Te("toolbar_button_colors",`
fill: `+this.uiStyleSettings.toolbarColor+`;
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new Te("toolbar_active_button",`
fill: `+this.uiStyleSettings.toolbarColor+`;
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
`)),this.styles.addRule(new $e("."+this.toolbarButtonStyleClass.name+" svg",`
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
`)),this.styles.addRule(new $e("."+this.toolbarButtonStyleColorsClass.name+":hover",`
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
`))},c.prototype.markerToolbarButtonClicked=function(o,a){this.setActiveButton(o),this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(u){return u("marker",a)}),this.markerButtonOverflowBlock.style.display="none"},c.prototype.actionToolbarButtonClicked=function(o,a){this.buttonClickListeners&&this.buttonClickListeners.length>0&&this.buttonClickListeners.forEach(function(u){return u("action",a)}),this.markerButtonOverflowBlock.style.display="none",this.setActiveButton(this.buttons[0])},c.prototype.setActiveButton=function(o){this.resetButtonStyles(),o.className=o.className.replace(this.uiStyleSettings.toolbarButtonStyleColorsClassName?this.uiStyleSettings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,"").trim(),o.className+=" "+(this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName?this.uiStyleSettings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name)},c.prototype.setActiveMarkerButton=function(o){var a=this.markerButtons.find(function(u){return u.getAttribute("data-type-name")===o});a&&this.setActiveButton(a)},c.prototype.setCurrentMarker=function(o){var a=this;this.currentMarker=o,this.buttons.filter(function(u){return/delete|notes/.test(u.getAttribute("data-action"))}).forEach(function(u){a.currentMarker===void 0?(u.style.fillOpacity="0.4",u.style.pointerEvents="none"):(u.style.fillOpacity="1",u.style.pointerEvents="all")})},c}(),Qe=function(){function c(o,a,u,g){this.panels=[],this.panelButtons=[],this.markerjsContainer=o,this.displayMode=a,this.uiStyleSettings=u,this.styles=g,this.panelButtonClick=this.panelButtonClick.bind(this),this.addStyles()}return c.prototype.addStyles=function(){var o;this.toolboxStyleClass=this.styles.addClass(new Te("toolbox",`
width: 100%;
flex-shrink: 0;
display: flex;
flex-direction: column;
font-family: sans-serif;
`+(this.displayMode==="popup"?"height:"+2.5*this.uiStyleSettings.toolbarHeight+"px;":"")+`
box-sizing: content-box;
`+(this.displayMode==="popup"?"background-color: "+this.uiStyleSettings.canvasBackgroundColor+";":"")+`
`+(this.displayMode==="inline"?"border-bottom-left-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
`+(this.displayMode==="inline"?"border-bottom-right-radius: "+Math.round(this.uiStyleSettings.toolbarHeight/10)+"px;":"")+`
overflow: hidden;
`)),this.toolboxStyleColorsClass=this.styles.addClass(new Te("toolbox_colors",`
color: `+this.uiStyleSettings.toolboxColor+`;
`));var a=this.uiStyleSettings.toolbarHeight/4;this.toolboxButtonRowStyleClass=this.styles.addClass(new Te("toolbox-button-row",`
display: flex;
cursor: default;
box-sizing: content-box;
`)),this.toolboxButtonRowStyleColorsClass=this.styles.addClass(new Te("toolbox-button-row_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundColor+`;
`)),this.toolboxPanelRowStyleClass=this.styles.addClass(new Te("toolbox-panel-row",`
display: flex;
`+(this.displayMode==="inline"?"position: absolute;":"")+`
`+(this.displayMode==="inline"?"bottom: "+this.uiStyleSettings.toolbarHeight+"px;":"")+`
cursor: default;
height: `+1.5*this.uiStyleSettings.toolbarHeight+`px;
`+(this.displayMode==="inline"?"width: 100%;":"")+`
box-sizing: content-box;
`)),this.toolboxPanelRowStyleColorsClass=this.styles.addClass(new Te("toolbox-panel-row_colors",`
background-color: `+((o=this.uiStyleSettings.toolboxBackgroundColor)!==null&&o!==void 0?o:this.uiStyleSettings.toolbarBackgroundHoverColor)+`;
`)),this.toolboxButtonStyleClass=this.styles.addClass(new Te("toolbox_button",`
display: inline-block;
width: `+(this.uiStyleSettings.toolbarHeight-2*a)+`px;
height: `+(this.uiStyleSettings.toolbarHeight-2*a)+`px;
padding: `+a+`px;
box-sizing: content-box;
`)),this.toolboxButtonStyleColorsClass=this.styles.addClass(new Te("toolbox-button_colors",`
fill: `+this.uiStyleSettings.toolbarColor+`;
`)),this.toolboxActiveButtonStyleColorsClass=this.styles.addClass(new Te("toolbox-active-button_colors",`
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`;
fill: `+this.uiStyleSettings.toolbarColor+`;
`)),this.styles.addRule(new $e("."+this.toolboxButtonStyleColorsClass.name+":hover",`
background-color: `+this.uiStyleSettings.toolbarBackgroundHoverColor+`
`)),this.styles.addRule(new $e("."+this.toolboxButtonStyleClass.name+" svg",`
height: `+this.uiStyleSettings.toolbarHeight/2+`px;
`))},c.prototype.show=function(o){var a;this.uiContainer=document.createElement("div"),this.uiContainer.style.visibility=o,this.uiContainer.className=this.toolboxStyleClass.name+" "+((a=this.uiStyleSettings.toolboxStyleColorsClassName)!==null&&a!==void 0?a:this.toolboxStyleColorsClass.name),this.markerjsContainer.appendChild(this.uiContainer)},c.prototype.setPanelButtons=function(o){var a,u,g=this;this.panels=o,this.uiContainer!==void 0&&(this.uiContainer.innerHTML="",this.panelRow=document.createElement("div"),this.panelRow.className=this.toolboxPanelRowStyleClass.name+" "+((a=this.uiStyleSettings.toolboxPanelRowStyleColorsClassName)!==null&&a!==void 0?a:this.toolboxPanelRowStyleColorsClass.name),this.uiContainer.appendChild(this.panelRow),this.buttonRow=document.createElement("div"),this.buttonRow.className=this.toolboxButtonRowStyleClass.name+" "+((u=this.uiStyleSettings.toolboxButtonRowStyleColorsClassName)!==null&&u!==void 0?u:this.toolboxButtonRowStyleColorsClass.name)+" ",this.uiContainer.appendChild(this.buttonRow),this.panelButtons.splice(0),this.panels.forEach(function(h){var _;h.uiStyleSettings=g.uiStyleSettings;var Re=document.createElement("div");Re.className=g.toolboxButtonStyleClass.name+" "+((_=g.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&_!==void 0?_:g.toolboxButtonStyleColorsClass.name),Re.innerHTML=h.icon,Re.title=h.title,Re.addEventListener("click",function(){g.panelButtonClick(h)}),g.panelButtons.push(Re),g.buttonRow.appendChild(Re)}),this.displayMode==="inline"?this.panelRow.style.display="none":this.panelRow.style.visibility="hidden")},c.prototype.panelButtonClick=function(o){var a=this,u=-1;if(o!==this.activePanel){u=this.panels.indexOf(o),this.panelRow.innerHTML="";var g=o.getUi();g.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.panelRow.appendChild(g),this.panelRow.style.display="flex",this.panelRow.style.visibility="visible",this.panelRow.className=this.panelRow.className.replace(this.styles.fadeOutAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeInAnimationClassName,this.activePanel=o}else this.activePanel=void 0,this.panelRow.className=this.panelRow.className.replace(this.styles.fadeInAnimationClassName,""),this.panelRow.className+=" "+this.styles.fadeOutAnimationClassName,setTimeout(function(){a.displayMode==="inline"?a.panelRow.style.display="none":a.panelRow.style.visibility="hidden"},200);this.panelButtons.forEach(function(h,_){var Re,se;h.className=a.toolboxButtonStyleClass.name+" "+(_===u?""+((Re=a.uiStyleSettings.toolboxActiveButtonStyleColorsClassName)!==null&&Re!==void 0?Re:a.toolboxActiveButtonStyleColorsClass.name):""+((se=a.uiStyleSettings.toolboxButtonStyleColorsClassName)!==null&&se!==void 0?se:a.toolboxButtonStyleColorsClass.name))})},c}(),st=function(c,o){this.title=c,this.icon=o},Ye=function(c){function o(a,u,g,h){var _=c.call(this,a,h||'<svg viewBox="0 0 24 24"><path d="M17.5 12a1.5 1.5 0 01-1.5-1.5A1.5 1.5 0 0117.5 9a1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m-3-4A1.5 1.5 0 0113 6.5 1.5 1.5 0 0114.5 5 1.5 1.5 0 0116 6.5 1.5 1.5 0 0114.5 8m-5 0A1.5 1.5 0 018 6.5 1.5 1.5 0 019.5 5 1.5 1.5 0 0111 6.5 1.5 1.5 0 019.5 8m-3 4A1.5 1.5 0 015 10.5 1.5 1.5 0 016.5 9 1.5 1.5 0 018 10.5 1.5 1.5 0 016.5 12M12 3a9 9 0 00-9 9 9 9 0 009 9 1.5 1.5 0 001.5-1.5c0-.39-.15-.74-.39-1-.23-.27-.38-.62-.38-1a1.5 1.5 0 011.5-1.5H16a5 5 0 005-5c0-4.42-4.03-8-9-8z"/></svg>')||this;return _.colors=[],_.addTransparent=!1,_.colorBoxes=[],_.colors=u,_.currentColor=g,_.setCurrentColor=_.setCurrentColor.bind(_),_.getColorBox=_.getColorBox.bind(_),_}return we(o,c),o.prototype.getUi=function(){var a=this,u=document.createElement("div");return u.style.overflow="hidden",u.style.whiteSpace="nowrap",this.colors.forEach(function(g){var h=a.getColorBox(g);u.appendChild(h),a.colorBoxes.push(h)}),u},o.prototype.getColorBox=function(a){var u=this,g=this.uiStyleSettings.toolbarHeight/4,h=this.uiStyleSettings.toolbarHeight-g,_=document.createElement("div");_.style.display="inline-block",_.style.boxSizing="content-box",_.style.width=h-2+"px",_.style.height=h-2+"px",_.style.padding="1px",_.style.marginRight="2px",_.style.marginBottom="2px",_.style.borderWidth="2px",_.style.borderStyle="solid",_.style.borderRadius=(h+2)/2+"px",_.style.borderColor=a===this.currentColor?this.uiStyleSettings.toolboxAccentColor:"transparent",_.addEventListener("click",function(){u.setCurrentColor(a,_)});var Re=document.createElement("div");return Re.style.display="inline-block",Re.style.width=h-2+"px",Re.style.height=h-2+"px",Re.style.backgroundColor=a,Re.style.borderRadius=h/2+"px",a==="transparent"&&(Re.style.fill=this.uiStyleSettings.toolboxAccentColor,Re.innerHTML=`<svg viewBox="0 0 24 24">
<path d="M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z" />
</svg>`),_.appendChild(Re),_},o.prototype.setCurrentColor=function(a,u){var g=this;this.currentColor=a,this.colorBoxes.forEach(function(h){h.style.borderColor=h===u?g.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onColorChanged&&this.onColorChanged(a)},o}(st),_e=function(){function c(o,a,u){this._state="new",this._isSelected=!1,this._container=o,this._overlayContainer=a,this.globalSettings=u,this.stateChanged=this.stateChanged.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this)}return Object.defineProperty(c.prototype,"typeName",{get:function(){return Object.getPrototypeOf(this).constructor.typeName},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"container",{get:function(){return this._container},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"overlayContainer",{get:function(){return this._overlayContainer},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"state",{get:function(){return this._state},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"toolboxPanels",{get:function(){return[]},enumerable:!1,configurable:!0}),c.prototype.ownsTarget=function(o){return!1},Object.defineProperty(c.prototype,"isSelected",{get:function(){return this._isSelected},enumerable:!1,configurable:!0}),c.prototype.select=function(){this.container.style.cursor="move",this._isSelected=!0,this.manipulationStartState=this.getState()},c.prototype.deselect=function(){this.container.style.cursor="default",this._isSelected=!1,this.stateChanged()},c.prototype.pointerDown=function(o,a){},c.prototype.dblClick=function(o,a){},c.prototype.manipulate=function(o){},c.prototype.pointerUp=function(o){this.stateChanged()},c.prototype.dispose=function(){},c.prototype.addMarkerVisualToContainer=function(o){this.container.childNodes.length>0?this.container.insertBefore(o,this.container.childNodes[0]):this.container.appendChild(o)},c.prototype.getState=function(){return{typeName:c.typeName,state:this.state,notes:this.notes}},c.prototype.restoreState=function(o){this._state=o.state,this.notes=o.notes},c.prototype.scale=function(o,a){},c.prototype.colorChanged=function(o){this.onColorChanged&&this.onColorChanged(o),this.stateChanged()},c.prototype.fillColorChanged=function(o){this.onFillColorChanged&&this.onFillColorChanged(o),this.stateChanged()},c.prototype.stateChanged=function(){if(this.onStateChanged&&this.state!=="creating"&&this.state!=="new"){var o=this.getState();this.manipulationStartState!==void 0&&(this.manipulationStartState.state="select"),o.state="select",JSON.stringify(this.manipulationStartState)!=JSON.stringify(o)&&this.onStateChanged(this)}},c.typeName="MarkerBase",c}(),ze=function(){function c(){this.findGripByVisual=this.findGripByVisual.bind(this)}return c.prototype.findGripByVisual=function(o){return this.topLeft.ownsTarget(o)?this.topLeft:this.topCenter.ownsTarget(o)?this.topCenter:this.topRight.ownsTarget(o)?this.topRight:this.centerLeft.ownsTarget(o)?this.centerLeft:this.centerRight.ownsTarget(o)?this.centerRight:this.bottomLeft.ownsTarget(o)?this.bottomLeft:this.bottomCenter.ownsTarget(o)?this.bottomCenter:this.bottomRight.ownsTarget(o)?this.bottomRight:void 0},c}(),mt=function(){function c(){this.GRIP_SIZE=10,this.visual=U.createGroup(),this.visual.appendChild(U.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(U.createCircle(this.GRIP_SIZE,[["fill","#cccccc"],["fill-opacity","0.7"],["stroke","#333333"],["stroke-width","2"],["stroke-opacity","0.7"]]))}return c.prototype.ownsTarget=function(o){return o===this.visual||o===this.visual.childNodes[0]||o===this.visual.childNodes[1]},c}(),ut=function(){function c(){}return c.toITransformMatrix=function(o){return{a:o.a,b:o.b,c:o.c,d:o.d,e:o.e,f:o.f}},c.toSVGMatrix=function(o,a){return o.a=a.a,o.b=a.b,o.c=a.c,o.d=a.d,o.e=a.e,o.f=a.f,o},c}(),rt=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.left=0,h.top=0,h.width=0,h.height=0,h.defaultSize={x:50,y:20},h.offsetX=0,h.offsetY=0,h.rotationAngle=0,h.CB_DISTANCE=10,h._suppressMarkerCreateEvent=!1,h.container.transform.baseVal.appendItem(U.createTransform()),h.setupControlBox(),h}return we(o,c),Object.defineProperty(o.prototype,"centerX",{get:function(){return this.left+this.width/2},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"centerY",{get:function(){return this.top+this.height/2},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"visual",{get:function(){return this._visual},set:function(a){this._visual=a;var u=U.createTransform();this._visual.transform.baseVal.appendItem(u)},enumerable:!1,configurable:!0}),o.prototype.ownsTarget=function(a){return!!c.prototype.ownsTarget.call(this,a)||!!(this.controlGrips.findGripByVisual(a)!==void 0||this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(a))},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.state==="new"&&(this.left=a.x,this.top=a.y),this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.manipulationStartWidth=this.width,this.manipulationStartHeight=this.height;var g=this.unrotatePoint(a);if(this.manipulationStartX=g.x,this.manipulationStartY=g.y,this.offsetX=g.x-this.left,this.offsetY=g.y-this.top,this.state!=="new")if(this.select(),this.activeGrip=this.controlGrips.findGripByVisual(u),this.activeGrip!==void 0)this._state="resize";else if(this.rotatorGrip!==void 0&&this.rotatorGrip.ownsTarget(u)){this.activeGrip=this.rotatorGrip;var h=this.rotatePoint({x:this.centerX,y:this.centerY});this.left=h.x-this.width/2,this.top=h.y-this.height/2,this.moveVisual({x:this.left,y:this.top});var _=this.container.transform.baseVal.getItem(0);_.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(_,0),this.adjustControlBox(),this._state="rotate"}else this._state="move"},o.prototype.pointerUp=function(a){var u=this.state;c.prototype.pointerUp.call(this,a),this.state==="creating"&&this.width<10&&this.height<10?(this.width=this.defaultSize.x,this.height=this.defaultSize.y):this.manipulate(a),this._state="select",u==="creating"&&this.onMarkerCreated&&this._suppressMarkerCreateEvent===!1&&this.onMarkerCreated(this)},o.prototype.moveVisual=function(a){this.visual.style.transform="translate("+a.x+"px, "+a.y+"px)"},o.prototype.manipulate=function(a){var u=this.unrotatePoint(a);this.state==="creating"?this.resize(a):this.state==="move"?(this.left=this.manipulationStartLeft+(u.x-this.manipulationStartLeft)-this.offsetX,this.top=this.manipulationStartTop+(u.y-this.manipulationStartTop)-this.offsetY,this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()):this.state==="resize"?this.resize(u):this.state==="rotate"&&this.rotate(a)},o.prototype.resize=function(a){var u=this.manipulationStartLeft,g=this.manipulationStartWidth,h=this.manipulationStartTop,_=this.manipulationStartHeight;switch(this.activeGrip){case this.controlGrips.bottomLeft:case this.controlGrips.centerLeft:case this.controlGrips.topLeft:u=this.manipulationStartLeft+a.x-this.manipulationStartX,g=this.manipulationStartWidth+this.manipulationStartLeft-u;break;case this.controlGrips.bottomRight:case this.controlGrips.centerRight:case this.controlGrips.topRight:case void 0:g=this.manipulationStartWidth+a.x-this.manipulationStartX}switch(this.activeGrip){case this.controlGrips.topCenter:case this.controlGrips.topLeft:case this.controlGrips.topRight:h=this.manipulationStartTop+a.y-this.manipulationStartY,_=this.manipulationStartHeight+this.manipulationStartTop-h;break;case this.controlGrips.bottomCenter:case this.controlGrips.bottomLeft:case this.controlGrips.bottomRight:case void 0:_=this.manipulationStartHeight+a.y-this.manipulationStartY}g>=0?(this.left=u,this.width=g):(this.left=u+g,this.width=-g),_>=0?(this.top=h,this.height=_):(this.top=h+_,this.height=-_),this.setSize()},o.prototype.setSize=function(){this.moveVisual({x:this.left,y:this.top}),this.adjustControlBox()},o.prototype.rotate=function(a){if(Math.abs(a.x-this.centerX)>.1){var u=Math.sign(a.x-this.centerX);this.rotationAngle=180*Math.atan((a.y-this.centerY)/(a.x-this.centerX))/Math.PI+90*u,this.applyRotation()}},o.prototype.applyRotation=function(){var a=this.container.transform.baseVal.getItem(0);a.setRotate(this.rotationAngle,this.centerX,this.centerY),this.container.transform.baseVal.replaceItem(a,0)},o.prototype.rotatePoint=function(a){if(this.rotationAngle===0)return a;var u=this.container.getCTM(),g=U.createPoint(a.x,a.y);return{x:(g=g.matrixTransform(u)).x,y:g.y}},o.prototype.unrotatePoint=function(a){if(this.rotationAngle===0)return a;var u=this.container.getCTM();u=u.inverse();var g=U.createPoint(a.x,a.y);return{x:(g=g.matrixTransform(u)).x,y:g.y}},o.prototype.select=function(){c.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},o.prototype.deselect=function(){c.prototype.deselect.call(this),this.controlBox.style.display="none"},o.prototype.setupControlBox=function(){this.controlBox=U.createGroup();var a=U.createTransform();a.setTranslate(-this.CB_DISTANCE/2,-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.appendItem(a),this.container.appendChild(this.controlBox),this.controlRect=U.createRect(this.width+this.CB_DISTANCE,this.height+this.CB_DISTANCE,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"],["fill","transparent"],["pointer-events","none"]]),this.controlBox.appendChild(this.controlRect),this.globalSettings.disableRotation!==!0&&(this.rotatorGripLine=U.createLine((this.width+2*this.CB_DISTANCE)/2,this.top-this.CB_DISTANCE,(this.width+2*this.CB_DISTANCE)/2,this.top-3*this.CB_DISTANCE,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.controlBox.appendChild(this.rotatorGripLine)),this.controlGrips=new ze,this.addControlGrips(),this.controlBox.style.display="none"},o.prototype.adjustControlBox=function(){var a=this.controlBox.transform.baseVal.getItem(0);a.setTranslate(this.left-this.CB_DISTANCE/2,this.top-this.CB_DISTANCE/2),this.controlBox.transform.baseVal.replaceItem(a,0),this.controlRect.setAttribute("width",(this.width+this.CB_DISTANCE).toString()),this.controlRect.setAttribute("height",(this.height+this.CB_DISTANCE).toString()),this.rotatorGripLine!==void 0&&(this.rotatorGripLine.setAttribute("x1",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y1",(-this.CB_DISTANCE/2).toString()),this.rotatorGripLine.setAttribute("x2",((this.width+this.CB_DISTANCE)/2).toString()),this.rotatorGripLine.setAttribute("y2",(3*-this.CB_DISTANCE).toString())),this.positionGrips()},o.prototype.addControlGrips=function(){this.controlGrips.topLeft=this.createGrip(),this.controlGrips.topCenter=this.createGrip(),this.controlGrips.topRight=this.createGrip(),this.controlGrips.centerLeft=this.createGrip(),this.controlGrips.centerRight=this.createGrip(),this.controlGrips.bottomLeft=this.createGrip(),this.controlGrips.bottomCenter=this.createGrip(),this.controlGrips.bottomRight=this.createGrip(),this.globalSettings.disableRotation!==!0&&(this.rotatorGrip=this.createGrip()),this.positionGrips()},o.prototype.createGrip=function(){var a=new mt;return a.visual.transform.baseVal.appendItem(U.createTransform()),this.controlBox.appendChild(a.visual),a},o.prototype.positionGrips=function(){var a=this.controlGrips.topLeft.GRIP_SIZE,u=-a/2,g=u,h=(this.width+this.CB_DISTANCE)/2-a/2,_=(this.height+this.CB_DISTANCE)/2-a/2,Re=this.height+this.CB_DISTANCE-a/2,se=this.width+this.CB_DISTANCE-a/2;this.positionGrip(this.controlGrips.topLeft.visual,u,g),this.positionGrip(this.controlGrips.topCenter.visual,h,g),this.positionGrip(this.controlGrips.topRight.visual,se,g),this.positionGrip(this.controlGrips.centerLeft.visual,u,_),this.positionGrip(this.controlGrips.centerRight.visual,se,_),this.positionGrip(this.controlGrips.bottomLeft.visual,u,Re),this.positionGrip(this.controlGrips.bottomCenter.visual,h,Re),this.positionGrip(this.controlGrips.bottomRight.visual,se,Re),this.rotatorGrip!==void 0&&this.positionGrip(this.rotatorGrip.visual,h,g-3*this.CB_DISTANCE)},o.prototype.positionGrip=function(a,u,g){var h=a.transform.baseVal.getItem(0);h.setTranslate(u,g),a.transform.baseVal.replaceItem(h,0)},o.prototype.hideControlBox=function(){this.controlBox.style.display="none"},o.prototype.showControlBox=function(){this.controlBox.style.display=""},o.prototype.getState=function(){return Object.assign({left:this.left,top:this.top,width:this.width,height:this.height,rotationAngle:this.rotationAngle,visualTransformMatrix:ut.toITransformMatrix(this.visual.transform.baseVal.getItem(0).matrix),containerTransformMatrix:ut.toITransformMatrix(this.container.transform.baseVal.getItem(0).matrix)},c.prototype.getState.call(this))},o.prototype.restoreState=function(a){c.prototype.restoreState.call(this,a);var u=a;this.left=u.left,this.top=u.top,this.width=u.width,this.height=u.height,this.rotationAngle=u.rotationAngle,this.visual.transform.baseVal.getItem(0).setMatrix(ut.toSVGMatrix(this.visual.transform.baseVal.getItem(0).matrix,u.visualTransformMatrix)),this.container.transform.baseVal.getItem(0).setMatrix(ut.toSVGMatrix(this.container.transform.baseVal.getItem(0).matrix,u.containerTransformMatrix))},o.prototype.scale=function(a,u){c.prototype.scale.call(this,a,u);var g=this.rotatePoint({x:this.left,y:this.top}),h=this.unrotatePoint({x:g.x*a,y:g.y*u});this.left=h.x,this.top=h.y,this.width=this.width*a,this.height=this.height*u,this.adjustControlBox()},o}(_e),nt=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.fillColor="transparent",h.strokeColor="transparent",h.strokeWidth=0,h.strokeDasharray="",h.opacity=1,h.setStrokeColor=h.setStrokeColor.bind(h),h.setFillColor=h.setFillColor.bind(h),h.setStrokeWidth=h.setStrokeWidth.bind(h),h.setStrokeDasharray=h.setStrokeDasharray.bind(h),h.createVisual=h.createVisual.bind(h),h}return we(o,c),o.prototype.ownsTarget=function(a){return!(!c.prototype.ownsTarget.call(this,a)&&a!==this.visual)},o.prototype.createVisual=function(){this.visual=U.createRect(1,1,[["fill",this.fillColor],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray],["opacity",this.opacity.toString()]]),this.addMarkerVisualToContainer(this.visual)},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.state==="new"&&(this.createVisual(),this.moveVisual(a),this._state="creating")},o.prototype.manipulate=function(a){c.prototype.manipulate.call(this,a)},o.prototype.resize=function(a){c.prototype.resize.call(this,a),this.setSize()},o.prototype.setSize=function(){c.prototype.setSize.call(this),U.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]])},o.prototype.pointerUp=function(a){c.prototype.pointerUp.call(this,a),this.setSize()},o.prototype.setStrokeColor=function(a){this.strokeColor=a,this.visual&&U.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(a),this.stateChanged()},o.prototype.setFillColor=function(a){this.fillColor=a,this.visual&&U.setAttributes(this.visual,[["fill",this.fillColor]]),this.stateChanged()},o.prototype.setStrokeWidth=function(a){this.strokeWidth=a,this.visual&&U.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},o.prototype.setStrokeDasharray=function(a){this.strokeDasharray=a,this.visual&&U.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},o.prototype.getState=function(){return Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},c.prototype.getState.call(this))},o.prototype.restoreState=function(a){var u=a;this.fillColor=u.fillColor,this.strokeColor=u.strokeColor,this.strokeWidth=u.strokeWidth,this.strokeDasharray=u.strokeDasharray,this.opacity=u.opacity,this.createVisual(),c.prototype.restoreState.call(this,a),this.setSize()},o.prototype.scale=function(a,u){c.prototype.scale.call(this,a,u),this.setSize()},o.title="Rectangle marker",o}(rt),ft=function(c){function o(a,u,g,h){var _=c.call(this,a,h||'<svg viewBox="0 0 24 24"><path d="M3 17h18v-2H3v2m0 3h18v-1H3v1m0-7h18v-3H3v3m0-9v4h18V4H3z"/></svg>')||this;return _.widths=[],_.widthBoxes=[],_.widths=u,_.currentWidth=g,_.setCurrentWidth=_.setCurrentWidth.bind(_),_}return we(o,c),o.prototype.getUi=function(){var a=this,u=document.createElement("div");return u.style.display="flex",u.style.overflow="hidden",u.style.flexGrow="2",this.widths.forEach(function(g){var h=document.createElement("div");h.style.display="flex",h.style.flexGrow="2",h.style.alignItems="center",h.style.justifyContent="space-between",h.style.padding="5px",h.style.borderWidth="2px",h.style.borderStyle="solid",h.style.borderColor=g===a.currentWidth?a.uiStyleSettings.toolboxAccentColor:"transparent",h.addEventListener("click",function(){a.setCurrentWidth(g,h)}),u.appendChild(h);var _=document.createElement("div");_.innerText=g.toString(),_.style.marginRight="5px",h.appendChild(_);var Re=document.createElement("div");Re.style.minHeight="20px",Re.style.flexGrow="2",Re.style.display="flex",Re.style.alignItems="center";var se=document.createElement("hr");se.style.minWidth="20px",se.style.border="0px",se.style.borderTop=g+"px solid "+a.uiStyleSettings.toolboxColor,se.style.flexGrow="2",Re.appendChild(se),h.appendChild(Re),a.widthBoxes.push(h)}),u},o.prototype.setCurrentWidth=function(a,u){var g=this;this.currentWidth=a,this.widthBoxes.forEach(function(h){h.style.borderColor=h===u?g.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onWidthChanged&&this.onWidthChanged(this.currentWidth)},o}(st),ot=function(c){function o(a,u,g,h){var _=c.call(this,a,h||'<svg viewBox="0 0 24 24"><path d="M3 16h5v-2H3v2m6.5 0h5v-2h-5v2m6.5 0h5v-2h-5v2M3 20h2v-2H3v2m4 0h2v-2H7v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2m4 0h2v-2h-2v2M3 12h8v-2H3v2m10 0h8v-2h-8v2M3 4v4h18V4H3z"/></svg>')||this;return _.styles=[],_.styleBoxes=[],_.styles=u,_.currentStyle=g,_.setCurrentStyle=_.setCurrentStyle.bind(_),_}return we(o,c),o.prototype.getUi=function(){var a=this,u=document.createElement("div");return u.style.display="flex",u.style.overflow="hidden",u.style.flexGrow="2",this.styles.forEach(function(g){var h=document.createElement("div");h.style.display="flex",h.style.alignItems="center",h.style.justifyContent="space-between",h.style.padding="5px",h.style.borderWidth="2px",h.style.borderStyle="solid",h.style.overflow="hidden",h.style.maxWidth=100/a.styles.length-5+"%",h.style.borderColor=g===a.currentStyle?a.uiStyleSettings.toolboxAccentColor:"transparent",h.addEventListener("click",function(){a.setCurrentStyle(g,h)}),u.appendChild(h);var _=document.createElement("div");_.style.minHeight="20px",_.style.flexGrow="2",_.style.overflow="hidden";var Re=`<svg width="100" height="20">
<line x1="0" y1="10" x2="100" y2="10" stroke="`+a.uiStyleSettings.toolboxColor+'" stroke-width="3" '+(g!==""?'stroke-dasharray="'+g+'"':"")+` />
</svg>`;_.innerHTML=Re,h.appendChild(_),a.styleBoxes.push(h)}),u},o.prototype.setCurrentStyle=function(a,u){var g=this;this.currentStyle=a,this.styleBoxes.forEach(function(h){h.style.borderColor=h===u?g.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onStyleChanged&&this.onStyleChanged(this.currentStyle)},o}(st),Ve=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.strokeColor=g.defaultColor,h.strokeWidth=g.defaultStrokeWidth,h.strokeDasharray=g.defaultStrokeDasharray,h.strokePanel=new Ye("Line color",g.defaultColorSet,g.defaultColor),h.strokePanel.onColorChanged=h.setStrokeColor,h.strokeWidthPanel=new ft("Line width",g.defaultStrokeWidths,g.defaultStrokeWidth),h.strokeWidthPanel.onWidthChanged=h.setStrokeWidth,h.strokeStylePanel=new ot("Line style",g.defaultStrokeDasharrays,g.defaultStrokeDasharray),h.strokeStylePanel.onStyleChanged=h.setStrokeDasharray,h}return we(o,c),Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=c.prototype.getState.call(this);return a.typeName=o.typeName,a},o.typeName="FrameMarker",o.title="Frame marker",o.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4m14 11H6V8h12v9z"/></svg>',o}(nt),pe=function(){this.defaultColorSet=["#EF4444","#10B981","#2563EB","#FFFF00","#7C3AED","#F472B6","#000000","#FFFFFF"],this.defaultColor=this.defaultColorSet[0],this.defaultFillColor=this.defaultColorSet[0],this.defaultStrokeColor=this.defaultColorSet[7],this.defaultHighlightColor=this.defaultColorSet[3],this.defaultStrokeWidth=3,this.defaultStrokeDasharray="",this.defaultHighlightOpacity=.5,this.defaultFontFamily="Helvetica, Arial, sans-serif",this.defaultStrokeWidths=[1,2,3,5,10],this.defaultStrokeDasharrays=["","3","12 3","9 6 3 6"],this.defaultOpacitySteps=[.1,.25,.5,.75,1],this.displayMode="inline",this.defaultFontFamilies=['Times, "Times New Roman", serif',"Helvetica, Arial, sans-serif",'Courier, "Courier New", monospace',"cursive","fantasy"],this.popupMargin=30,this.newFreehandMarkerOnPointerUp=!1,this.defaultColorsFollowCurrentColors=!1,this.freehandPixelRatio=1,this.disableRotation=!1},qe=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.x1=0,h.y1=0,h.x2=0,h.y2=0,h.defaultLength=50,h.manipulationStartX=0,h.manipulationStartY=0,h.manipulationStartX1=0,h.manipulationStartY1=0,h.manipulationStartX2=0,h.manipulationStartY2=0,h.setupControlBox(),h}return we(o,c),o.prototype.ownsTarget=function(a){return!!c.prototype.ownsTarget.call(this,a)||!(!this.grip1.ownsTarget(a)&&!this.grip2.ownsTarget(a))},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.manipulationStartX=a.x,this.manipulationStartY=a.y,this.state==="new"&&(this.x1=a.x,this.y1=a.y,this.x2=a.x,this.y2=a.y),this.manipulationStartX1=this.x1,this.manipulationStartY1=this.y1,this.manipulationStartX2=this.x2,this.manipulationStartY2=this.y2,this.state!=="new"&&(this.select(),this.grip1.ownsTarget(u)?this.activeGrip=this.grip1:this.grip2.ownsTarget(u)?this.activeGrip=this.grip2:this.activeGrip=void 0,this.activeGrip?this._state="resize":this._state="move")},o.prototype.pointerUp=function(a){var u=this.state;c.prototype.pointerUp.call(this,a),this.state==="creating"&&Math.abs(this.x1-this.x2)<10&&Math.abs(this.y1-this.y2)<10?(this.x2=this.x1+this.defaultLength,this.adjustVisual(),this.adjustControlBox()):this.manipulate(a),this._state="select",u==="creating"&&this.onMarkerCreated&&this.onMarkerCreated(this)},o.prototype.adjustVisual=function(){},o.prototype.manipulate=function(a){this.state==="creating"?this.resize(a):this.state==="move"?(this.x1=this.manipulationStartX1+a.x-this.manipulationStartX,this.y1=this.manipulationStartY1+a.y-this.manipulationStartY,this.x2=this.manipulationStartX2+a.x-this.manipulationStartX,this.y2=this.manipulationStartY2+a.y-this.manipulationStartY,this.adjustVisual(),this.adjustControlBox()):this.state==="resize"&&this.resize(a)},o.prototype.resize=function(a){switch(this.activeGrip){case this.grip1:this.x1=a.x,this.y1=a.y;break;case this.grip2:case void 0:this.x2=a.x,this.y2=a.y}this.adjustVisual(),this.adjustControlBox()},o.prototype.select=function(){c.prototype.select.call(this),this.adjustControlBox(),this.controlBox.style.display=""},o.prototype.deselect=function(){c.prototype.deselect.call(this),this.controlBox.style.display="none"},o.prototype.setupControlBox=function(){this.controlBox=U.createGroup(),this.container.appendChild(this.controlBox),this.addControlGrips(),this.controlBox.style.display="none"},o.prototype.adjustControlBox=function(){this.positionGrips()},o.prototype.addControlGrips=function(){this.grip1=this.createGrip(),this.grip2=this.createGrip(),this.positionGrips()},o.prototype.createGrip=function(){var a=new mt;return a.visual.transform.baseVal.appendItem(U.createTransform()),this.controlBox.appendChild(a.visual),a},o.prototype.positionGrips=function(){var a=this.grip1.GRIP_SIZE;this.positionGrip(this.grip1.visual,this.x1-a/2,this.y1-a/2),this.positionGrip(this.grip2.visual,this.x2-a/2,this.y2-a/2)},o.prototype.positionGrip=function(a,u,g){var h=a.transform.baseVal.getItem(0);h.setTranslate(u,g),a.transform.baseVal.replaceItem(h,0)},o.prototype.getState=function(){return Object.assign({x1:this.x1,y1:this.y1,x2:this.x2,y2:this.y2},c.prototype.getState.call(this))},o.prototype.restoreState=function(a){c.prototype.restoreState.call(this,a);var u=a;this.x1=u.x1,this.y1=u.y1,this.x2=u.x2,this.y2=u.y2},o.prototype.scale=function(a,u){c.prototype.scale.call(this,a,u),this.x1=this.x1*a,this.y1=this.y1*u,this.x2=this.x2*a,this.y2=this.y2*u,this.adjustVisual(),this.adjustControlBox()},o}(_e),Xe=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.strokeColor="transparent",h.strokeWidth=0,h.strokeDasharray="",h.setStrokeColor=h.setStrokeColor.bind(h),h.setStrokeWidth=h.setStrokeWidth.bind(h),h.setStrokeDasharray=h.setStrokeDasharray.bind(h),h.strokeColor=g.defaultColor,h.strokeWidth=g.defaultStrokeWidth,h.strokeDasharray=g.defaultStrokeDasharray,h.strokePanel=new Ye("Line color",g.defaultColorSet,g.defaultColor),h.strokePanel.onColorChanged=h.setStrokeColor,h.strokeWidthPanel=new ft("Line width",g.defaultStrokeWidths,g.defaultStrokeWidth),h.strokeWidthPanel.onWidthChanged=h.setStrokeWidth,h.strokeStylePanel=new ot("Line style",g.defaultStrokeDasharrays,g.defaultStrokeDasharray),h.strokeStylePanel.onStyleChanged=h.setStrokeDasharray,h}return we(o,c),o.prototype.ownsTarget=function(a){return!(!c.prototype.ownsTarget.call(this,a)&&a!==this.visual&&a!==this.selectorLine&&a!==this.visibleLine)},o.prototype.createVisual=function(){this.visual=U.createGroup(),this.selectorLine=U.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()]]),this.visibleLine=U.createLine(this.x1,this.y1,this.x2,this.y2,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.visual.appendChild(this.selectorLine),this.visual.appendChild(this.visibleLine),this.addMarkerVisualToContainer(this.visual)},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.state==="new"&&(this.createVisual(),this.adjustVisual(),this._state="creating")},o.prototype.adjustVisual=function(){this.selectorLine&&this.visibleLine&&(this.selectorLine.setAttribute("x1",this.x1.toString()),this.selectorLine.setAttribute("y1",this.y1.toString()),this.selectorLine.setAttribute("x2",this.x2.toString()),this.selectorLine.setAttribute("y2",this.y2.toString()),this.visibleLine.setAttribute("x1",this.x1.toString()),this.visibleLine.setAttribute("y1",this.y1.toString()),this.visibleLine.setAttribute("x2",this.x2.toString()),this.visibleLine.setAttribute("y2",this.y2.toString()),U.setAttributes(this.visibleLine,[["stroke",this.strokeColor]]),U.setAttributes(this.visibleLine,[["stroke-width",this.strokeWidth.toString()]]),U.setAttributes(this.visibleLine,[["stroke-dasharray",this.strokeDasharray.toString()]]))},o.prototype.setStrokeColor=function(a){this.strokeColor=a,this.adjustVisual(),this.colorChanged(a)},o.prototype.setStrokeWidth=function(a){this.strokeWidth=a,this.adjustVisual()},o.prototype.setStrokeDasharray=function(a){this.strokeDasharray=a,this.adjustVisual(),this.stateChanged()},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray},c.prototype.getState.call(this));return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){c.prototype.restoreState.call(this,a);var u=a;this.strokeColor=u.strokeColor,this.strokeWidth=u.strokeWidth,this.strokeDasharray=u.strokeDasharray,this.createVisual(),this.adjustVisual()},o.typeName="LineMarker",o.title="Line marker",o.icon='<svg viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"/></svg>',o}(qe),Ce=function(c){function o(a,u,g,h){var _=c.call(this,a,h||'<svg viewBox="0 0 24 24"><path d="M17 8h3v12h1v1h-4v-1h1v-3h-4l-1.5 3H14v1h-4v-1h1l6-12m1 1l-3.5 7H18V9M5 3h5c1.11 0 2 .89 2 2v11H9v-5H6v5H3V5c0-1.11.89-2 2-2m1 2v4h3V5H6z"/></svg>')||this;return _.fonts=[],_.fontBoxes=[],_.fonts=u,_.currentFont=g,_.setCurrentFont=_.setCurrentFont.bind(_),_}return we(o,c),o.prototype.getUi=function(){var a=this,u=document.createElement("div");return u.style.overflow="hidden",u.style.flexGrow="2",this.fonts.forEach(function(g){var h=document.createElement("div");h.style.display="inline-block",h.style.alignItems="center",h.style.justifyContent="space-between",h.style.padding="5px",h.style.borderWidth="2px",h.style.borderStyle="solid",h.style.overflow="hidden",h.style.maxWidth=100/a.fonts.length-5+"%",h.style.borderColor=g===a.currentFont?a.uiStyleSettings.toolboxAccentColor:"transparent",h.addEventListener("click",function(){a.setCurrentFont(g,h)}),u.appendChild(h);var _=document.createElement("div");_.style.display="flex",_.style.minHeight="20px",_.style.flexGrow="2",_.style.fontFamily=g,_.style.overflow="hidden";var Re=document.createElement("div");Re.style.whiteSpace="nowrap",Re.style.overflow="hidden",Re.style.textOverflow="ellipsis",Re.innerHTML="The quick brown fox jumps over the lazy dog",_.appendChild(Re),h.appendChild(_),a.fontBoxes.push(h)}),u},o.prototype.setCurrentFont=function(a,u){var g=this;this.currentFont=a,this.fontBoxes.forEach(function(h){h.style.borderColor=h===u?g.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onFontChanged&&this.onFontChanged(this.currentFont)},o}(st),Oe=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.color="transparent",h.padding=5,h.DEFAULT_TEXT="your text here",h.text=h.DEFAULT_TEXT,h.isMoved=!1,h.color=g.defaultColor,h.fontFamily=g.defaultFontFamily,h.defaultSize={x:100,y:30},h.setColor=h.setColor.bind(h),h.setFont=h.setFont.bind(h),h.renderText=h.renderText.bind(h),h.sizeText=h.sizeText.bind(h),h.textEditDivClicked=h.textEditDivClicked.bind(h),h.showTextEditor=h.showTextEditor.bind(h),h.setSize=h.setSize.bind(h),h.positionTextEditor=h.positionTextEditor.bind(h),h.colorPanel=new Ye("Color",g.defaultColorSet,g.defaultColor),h.colorPanel.onColorChanged=h.setColor,h.fontFamilyPanel=new Ce("Font",g.defaultFontFamilies,g.defaultFontFamily),h.fontFamilyPanel.onFontChanged=h.setFont,h}return we(o,c),o.prototype.ownsTarget=function(a){if(c.prototype.ownsTarget.call(this,a)||a===this.visual||a===this.textElement||a===this.bgRectangle)return!0;var u=!1;return this.textElement.childNodes.forEach(function(g){g===a&&(u=!0)}),u},o.prototype.createVisual=function(){this.visual=U.createGroup(),this.bgRectangle=U.createRect(1,1,[["fill","transparent"]]),this.visual.appendChild(this.bgRectangle),this.textElement=U.createText([["fill",this.color],["font-family",this.fontFamily],["font-size","16px"],["x","0"],["y","0"]]),this.textElement.transform.baseVal.appendItem(U.createTransform()),this.textElement.transform.baseVal.appendItem(U.createTransform()),this.visual.appendChild(this.textElement),this.addMarkerVisualToContainer(this.visual),this.renderText()},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.isMoved=!1,this.pointerDownPoint=a,this.pointerDownTimestamp=Date.now(),this.state==="new"&&(this.createVisual(),this.moveVisual(a),this._state="creating")},o.prototype.renderText=function(){var a=this;if(this.textElement){for(;this.textElement.lastChild;)this.textElement.removeChild(this.textElement.lastChild);this.text.split(/\r\n|[\n\v\f\r\x85\u2028\u2029]/).forEach(function(u){a.textElement.appendChild(U.createTSpan(u.trim()===""?" ":u.trim(),[["x","0"],["dy","1.2em"]]))}),setTimeout(this.sizeText,10)}},o.prototype.getTextScale=function(){var a=this.textElement.getBBox(),u=1;if(a.width>0&&a.height>0){var g=(1*this.width-this.width*this.padding*2/100)/a.width,h=(1*this.height-this.height*this.padding*2/100)/a.height;u=Math.min(g,h)}return u},o.prototype.getTextPosition=function(a){var u=this.textElement.getBBox(),g=0,h=0;return u.width>0&&u.height>0&&(g=(this.width-u.width*a)/2,h=this.height/2-u.height*a/2),{x:g,y:h}},o.prototype.sizeText=function(){var a=this.textElement.getBBox(),u=this.getTextScale(),g=this.getTextPosition(u);g.y-=a.y*u,navigator.userAgent.indexOf("Edge/")>-1?this.textElement.style.transform="translate("+g.x+"px, "+g.y+"px) scale("+u+", "+u+")":(this.textElement.transform.baseVal.getItem(0).setTranslate(g.x,g.y),this.textElement.transform.baseVal.getItem(1).setScale(u,u))},o.prototype.manipulate=function(a){c.prototype.manipulate.call(this,a),this.pointerDownPoint!==void 0&&(this.isMoved=Math.abs(a.x-this.pointerDownPoint.x)>5||Math.abs(a.y-this.pointerDownPoint.y)>5)},o.prototype.resize=function(a){c.prototype.resize.call(this,a),this.isMoved=!0,this.setSize(),this.sizeText()},o.prototype.setSize=function(){c.prototype.setSize.call(this),this.visual&&this.bgRectangle&&(U.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),U.setAttributes(this.bgRectangle,[["width",this.width.toString()],["height",this.height.toString()]]))},o.prototype.pointerUp=function(a){var u=this.state;u==="creating"&&(this._suppressMarkerCreateEvent=!0),c.prototype.pointerUp.call(this,a),this.setSize(),(u==="creating"||!this.isMoved&&Date.now()-this.pointerDownTimestamp>500)&&this.showTextEditor(),this.pointerDownPoint=void 0},o.prototype.showTextEditor=function(){var a=this;this._state="edit",this.overlayContainer.innerHTML="",this.textEditDiv=document.createElement("div"),this.textEditDiv.style.flexGrow="2",this.textEditDiv.style.alignItems="center",this.textEditDiv.style.justifyContent="center",this.textEditDiv.style.pointerEvents="auto",this.textEditDiv.style.overflow="hidden",this.textEditor=document.createElement("div"),this.textEditor.style.position="absolute",this.textEditor.style.fontFamily=this.fontFamily,this.textEditor.style.lineHeight="1em",this.textEditor.innerText=this.text,this.textEditor.contentEditable="true",this.textEditor.style.color=this.color,this.textEditor.style.whiteSpace="pre",this.positionTextEditor(),this.textEditor.addEventListener("pointerup",function(u){u.stopPropagation()}),this.textEditor.addEventListener("input",function(){for(var u=Number.parseFloat(a.textEditor.style.fontSize);a.textEditor.clientWidth>=Number.parseInt(a.textEditor.style.maxWidth)&&u>.9;)u-=.1,a.textEditor.style.fontSize=Math.max(u,.9)+"em"}),this.textEditor.addEventListener("keyup",function(u){u.cancelBubble=!0}),this.textEditor.addEventListener("paste",function(u){if(u.clipboardData){var g=u.clipboardData.getData("text"),h=window.getSelection();if(!h.rangeCount)return!1;h.deleteFromDocument(),h.getRangeAt(0).insertNode(document.createTextNode(g)),u.preventDefault()}}),this.textEditDiv.addEventListener("pointerup",function(){a.textEditDivClicked(a.textEditor.innerText)}),this.textEditDiv.appendChild(this.textEditor),this.overlayContainer.appendChild(this.textEditDiv),this.hideVisual(),this.textEditor.focus(),document.execCommand("selectAll")},o.prototype.positionTextEditor=function(){if(this.state==="edit")if(this.textEditor===void 0)this.showTextEditor();else{this.textElement.style.display="";var a=this.getTextScale(),u=this.rotatePoint({x:this.left+this.width/2,y:this.top+this.height/2}),g=this.textElement.getBBox(),h={x:g.width*a,y:g.height*a};u.x-=h.x/2,u.y-=h.y/2,this.textEditor.style.top=u.y+"px",this.textEditor.style.left=u.x+"px",this.textEditor.style.maxWidth=this.overlayContainer.offsetWidth-u.x+"px",this.textEditor.style.fontSize=Math.max(16*a,12)+"px",this.textElement.style.display="none"}},o.prototype.textEditDivClicked=function(a){this.text=a.trim(),this.overlayContainer.innerHTML="",this.renderText(),this.showVisual(),this._suppressMarkerCreateEvent&&(this._suppressMarkerCreateEvent=!1,this.onMarkerCreated&&this.onMarkerCreated(this)),this.stateChanged()},o.prototype.select=function(){c.prototype.select.call(this),this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText)},o.prototype.deselect=function(){this.state==="edit"&&this.textEditDivClicked(this.textEditor.innerText),c.prototype.deselect.call(this)},o.prototype.dblClick=function(a,u){c.prototype.dblClick.call(this,a,u),this.showTextEditor()},o.prototype.setColor=function(a){this.textElement&&U.setAttributes(this.textElement,[["fill",a]]),this.color=a,this.textEditor&&(this.textEditor.style.color=this.color),this.colorChanged(a)},o.prototype.setFont=function(a){this.textElement&&U.setAttributes(this.textElement,[["font-family",a]]),this.fontFamily=a,this.textEditor&&(this.textEditor.style.fontFamily=this.fontFamily),this.renderText(),this.stateChanged()},o.prototype.hideVisual=function(){this.textElement.style.display="none",this.hideControlBox()},o.prototype.showVisual=function(){this.state==="edit"&&(this._state="select"),this.textElement.style.display="",this.showControlBox()},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=Object.assign({color:this.color,fontFamily:this.fontFamily,padding:this.padding,text:this.text},c.prototype.getState.call(this));return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){var u=a;this.color=u.color,this.fontFamily=u.fontFamily,this.padding=u.padding,this.text=u.text,this.createVisual(),c.prototype.restoreState.call(this,a),this.setSize()},o.prototype.scale=function(a,u){c.prototype.scale.call(this,a,u),this.setSize(),this.sizeText(),this.positionTextEditor()},o.typeName="TextMarker",o.title="Text marker",o.icon='<svg viewBox="0 0 24 24"><path d="M9.6 14L12 7.7l2.4 6.3M11 5L5.5 19h2.2l1.1-3H15l1.1 3h2.2L13 5h-2z"/></svg>',o}(rt),Q=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.color="transparent",h.lineWidth=3,h.drawing=!1,h.pixelRatio=1,h.color=g.defaultColor,h.lineWidth=g.defaultStrokeWidth,h.pixelRatio=g.freehandPixelRatio,h.setColor=h.setColor.bind(h),h.addCanvas=h.addCanvas.bind(h),h.finishCreation=h.finishCreation.bind(h),h.setLineWidth=h.setLineWidth.bind(h),h.colorPanel=new Ye("Color",g.defaultColorSet,g.defaultColor),h.colorPanel.onColorChanged=h.setColor,h.lineWidthPanel=new ft("Line width",g.defaultStrokeWidths,g.defaultStrokeWidth),h.lineWidthPanel.onWidthChanged=h.setLineWidth,h}return we(o,c),o.prototype.ownsTarget=function(a){return!(!c.prototype.ownsTarget.call(this,a)&&a!==this.visual&&a!==this.drawingImage)},o.prototype.createVisual=function(){this.visual=U.createGroup(),this.drawingImage=U.createImage(),this.visual.appendChild(this.drawingImage);var a=U.createTransform();this.visual.transform.baseVal.appendItem(a),this.addMarkerVisualToContainer(this.visual)},o.prototype.pointerDown=function(a,u){this.state==="new"&&(this.addCanvas(),this.createVisual(),this._state="creating"),this.state==="creating"?(this.canvasContext.strokeStyle=this.color,this.canvasContext.lineWidth=this.lineWidth,this.canvasContext.beginPath(),this.canvasContext.moveTo(a.x,a.y),this.drawing=!0):c.prototype.pointerDown.call(this,a,u)},o.prototype.manipulate=function(a){this.state==="creating"?this.drawing&&(this.canvasContext.lineTo(a.x,a.y),this.canvasContext.stroke()):c.prototype.manipulate.call(this,a)},o.prototype.resize=function(a){c.prototype.resize.call(this,a),U.setAttributes(this.visual,[["width",this.width.toString()],["height",this.height.toString()]]),U.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]])},o.prototype.pointerUp=function(a){this._state==="creating"?this.drawing&&(this.canvasContext.closePath(),this.drawing=!1,this.globalSettings.newFreehandMarkerOnPointerUp&&this.finishCreation()):c.prototype.pointerUp.call(this,a)},o.prototype.addCanvas=function(){this.overlayContainer.innerHTML="",this.canvasElement=document.createElement("canvas"),this.canvasElement.width=this.overlayContainer.clientWidth*this.pixelRatio,this.canvasElement.height=this.overlayContainer.clientHeight*this.pixelRatio,this.canvasContext=this.canvasElement.getContext("2d"),this.canvasContext.scale(this.pixelRatio,this.pixelRatio),this.overlayContainer.appendChild(this.canvasElement)},o.prototype.select=function(){this.state==="creating"&&this.finishCreation(),c.prototype.select.call(this)},o.prototype.deselect=function(){this.state==="creating"&&this.finishCreation(),c.prototype.deselect.call(this)},o.prototype.finishCreation=function(){for(var a=this.canvasContext.getImageData(0,0,this.canvasElement.width,this.canvasElement.height),u=[this.canvasElement.width+1,this.canvasElement.height+1,-1,-1],g=u[0],h=u[1],_=u[2],Re=u[3],se=!1,ht=0;ht<this.canvasElement.height;ht++)for(var Le=0;Le<this.canvasElement.width;Le++)a.data[ht*this.canvasElement.width*4+4*Le+3]>0&&(se=!0,ht<h&&(h=ht),Le<g&&(g=Le),ht>Re&&(Re=ht),Le>_&&(_=Le));if(se){this.left=g/this.pixelRatio,this.top=h/this.pixelRatio,this.width=(_-g)/this.pixelRatio,this.height=(Re-h)/this.pixelRatio;var Et=document.createElement("canvas");Et.width=_-g,Et.height=Re-h,Et.getContext("2d").putImageData(this.canvasContext.getImageData(g,h,_-g,Re-h),0,0),this.drawingImgUrl=Et.toDataURL("image/png"),this.setDrawingImage(),this._state="select",this.onMarkerCreated&&this.onMarkerCreated(this)}this.overlayContainer.innerHTML=""},o.prototype.setDrawingImage=function(){U.setAttributes(this.drawingImage,[["width",this.width.toString()],["height",this.height.toString()]]),U.setAttributes(this.drawingImage,[["href",this.drawingImgUrl]]),this.moveVisual({x:this.left,y:this.top})},o.prototype.setColor=function(a){this.color=a,this.colorChanged(a)},o.prototype.setLineWidth=function(a){this.lineWidth=a},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return this.state==="new"||this.state==="creating"?[this.colorPanel,this.lineWidthPanel]:[]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=Object.assign({drawingImgUrl:this.drawingImgUrl},c.prototype.getState.call(this));return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){this.createVisual(),c.prototype.restoreState.call(this,a),this.drawingImgUrl=a.drawingImgUrl,this.setDrawingImage()},o.prototype.scale=function(a,u){c.prototype.scale.call(this,a,u),this.setDrawingImage()},o.typeName="FreehandMarker",o.title="Freehand marker",o.icon='<svg viewBox="0 0 24 24"><path d="M9.75 20.85c1.78-.7 1.39-2.63.49-3.85-.89-1.25-2.12-2.11-3.36-2.94A9.817 9.817 0 014.54 12c-.28-.33-.85-.94-.27-1.06.59-.12 1.61.46 2.13.68.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21-.32.99.19 1.99.77 2.77 1.37 1.83 3.5 2.71 5.09 4.29.34.33.75.72.95 1.18.21.44.16.47-.31.47-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.562.562 0 00-.78 0l-1.02 1.02 2.08 2.08M11 10.92V13h2.08l6.15-6.15-2.08-2.08L11 10.92z"/></svg>',o}(rt),j=function(c){function o(a,u,g){var h=c.call(this,a,g||'<svg viewBox="0 0 24 24"><path d="M8 14v4l-6-6 6-6v4h8V6l6 6-6 6v-4H8z"/></svg>')||this;return h.typeBoxes=[],h.currentType=u,h.setCurrentType=h.setCurrentType.bind(h),h}return we(o,c),o.prototype.getUi=function(){var a=this,u=document.createElement("div");u.style.display="flex",u.style.overflow="hidden",u.style.flexGrow="2";for(var g=function(Re){var se="both";switch(Re){case 0:se="both";break;case 1:se="start";break;case 2:se="end";break;case 3:se="none"}var ht=document.createElement("div");if(ht.style.display="flex",ht.style.flexGrow="2",ht.style.alignItems="center",ht.style.justifyContent="space-between",ht.style.padding="5px",ht.style.borderWidth="2px",ht.style.borderStyle="solid",ht.style.borderColor=se===h.currentType?h.uiStyleSettings.toolboxAccentColor:"transparent",ht.addEventListener("click",function(){a.setCurrentType(se,ht)}),u.appendChild(ht),se==="both"||se==="start"){var Le=document.createElement("div");Le.style.display="flex",Le.style.alignItems="center",Le.style.minHeight="20px",Le.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,5 10,0 10,10" fill="`+(h.uiStyleSettings!==void 0?h.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
</svg>`,Le.style.marginLeft="5px",ht.appendChild(Le)}var Et=document.createElement("div");Et.style.display="flex",Et.style.alignItems="center",Et.style.minHeight="20px",Et.style.flexGrow="2";var Pt=document.createElement("hr");if(Pt.style.minWidth="20px",Pt.style.border="0px",Pt.style.borderTop="3px solid "+(h.uiStyleSettings!==void 0?h.uiStyleSettings.toolboxColor:"#eeeeee"),Pt.style.flexGrow="2",Et.appendChild(Pt),ht.appendChild(Et),se==="both"||se==="end"){var Ft=document.createElement("div");Ft.style.display="flex",Ft.style.alignItems="center",Ft.style.minHeight="20px",Ft.innerHTML=`<svg viewBox="0 0 10 10" width="10" height="10" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,0 10,5 0,10" fill="`+(h.uiStyleSettings!==void 0?h.uiStyleSettings.toolboxColor:"#eeeeee")+`" />
</svg>`,Ft.style.marginRight="5px",ht.appendChild(Ft)}h.typeBoxes.push(ht)},h=this,_=0;_<4;_++)g(_);return u},o.prototype.setCurrentType=function(a,u){var g=this;this.currentType=a,this.typeBoxes.forEach(function(h){h.style.borderColor=h===u?g.uiStyleSettings!==void 0?g.uiStyleSettings.toolboxAccentColor:"#3080c3":"transparent"}),this.onArrowTypeChanged&&this.onArrowTypeChanged(this.currentType)},o}(st),H=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.arrowType="end",h.arrowBaseHeight=10,h.arrowBaseWidth=10,h.getArrowPoints=h.getArrowPoints.bind(h),h.setArrowType=h.setArrowType.bind(h),h.arrowTypePanel=new j("Arrow type","end"),h.arrowTypePanel.onArrowTypeChanged=h.setArrowType,h}return we(o,c),o.prototype.ownsTarget=function(a){return!(!c.prototype.ownsTarget.call(this,a)&&a!==this.arrow1&&a!==this.arrow2)},o.prototype.getArrowPoints=function(a,u){var g=this.arrowBaseWidth+2*this.strokeWidth,h=this.arrowBaseHeight+2*this.strokeWidth;return a-g/2+","+(u+h/2)+" "+a+","+(u-h/2)+" "+(a+g/2)+","+(u+h/2)},o.prototype.createTips=function(){this.arrow1=U.createPolygon(this.getArrowPoints(this.x1,this.y1),[["fill",this.strokeColor]]),this.arrow1.transform.baseVal.appendItem(U.createTransform()),this.visual.appendChild(this.arrow1),this.arrow2=U.createPolygon(this.getArrowPoints(this.x2,this.y2),[["fill",this.strokeColor]]),this.arrow2.transform.baseVal.appendItem(U.createTransform()),this.visual.appendChild(this.arrow2)},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.state==="creating"&&this.createTips()},o.prototype.adjustVisual=function(){if(c.prototype.adjustVisual.call(this),this.arrow1&&this.arrow2&&(this.arrow1.style.display=this.arrowType==="both"||this.arrowType==="start"?"":"none",this.arrow2.style.display=this.arrowType==="both"||this.arrowType==="end"?"":"none",U.setAttributes(this.arrow1,[["points",this.getArrowPoints(this.x1,this.y1)],["fill",this.strokeColor]]),U.setAttributes(this.arrow2,[["points",this.getArrowPoints(this.x2,this.y2)],["fill",this.strokeColor]]),Math.abs(this.x1-this.x2)>.1)){var a=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),u=this.arrow1.transform.baseVal.getItem(0);u.setRotate(a,this.x1,this.y1),this.arrow1.transform.baseVal.replaceItem(u,0);var g=this.arrow2.transform.baseVal.getItem(0);g.setRotate(a+180,this.x2,this.y2),this.arrow2.transform.baseVal.replaceItem(g,0)}},o.prototype.setArrowType=function(a){this.arrowType=a,this.adjustVisual(),this.stateChanged()},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel,this.arrowTypePanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=Object.assign({arrowType:this.arrowType},c.prototype.getState.call(this));return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){c.prototype.restoreState.call(this,a);var u=a;this.arrowType=u.arrowType,this.createTips(),this.adjustVisual()},o.typeName="ArrowMarker",o.title="Arrow marker",o.icon='<svg viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 7 15.59V9H5v10h10v-2H8.41L19 6.41z"/></svg>',o}(Xe),y=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.fillColor=g.defaultFillColor,h.strokeWidth=0,h.fillPanel=new Ye("Color",g.defaultColorSet,g.defaultFillColor),h.fillPanel.onColorChanged=h.setFillColor,h}return we(o,c),Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.fillPanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=c.prototype.getState.call(this);return a.typeName=o.typeName,a},o.typeName="CoverMarker",o.title="Cover marker",o.icon='<svg viewBox="0 0 24 24"><path d="M4 6v13h16V6H4z"/></svg>',o}(nt),C=function(c){function o(a,u,g,h){var _=c.call(this,a,h||'<svg viewBox="0 0 24 24"><path d="M17.66 8L12 2.35 6.34 8A8.02 8.02 0 004 13.64c0 2 .78 4.11 2.34 5.67a7.99 7.99 0 0011.32 0c1.56-1.56 2.34-3.67 2.34-5.67S19.22 9.56 17.66 8M6 14c0-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 18 12 18 14H6z"/></svg>')||this;return _.opacities=[],_.opacityBoxes=[],_.opacities=u,_.currentOpacity=g,_.setCurrentOpacity=_.setCurrentOpacity.bind(_),_}return we(o,c),o.prototype.getUi=function(){var a=this,u=document.createElement("div");return u.style.display="flex",u.style.overflow="hidden",u.style.flexGrow="2",u.style.justifyContent="space-between",this.opacities.forEach(function(g){var h=document.createElement("div");h.style.display="flex",h.style.alignItems="center",h.style.justifyContent="center",h.style.padding="5px",h.style.borderWidth="2px",h.style.borderStyle="solid",h.style.borderColor=g===a.currentOpacity?a.uiStyleSettings.toolboxAccentColor:"transparent",h.addEventListener("click",function(){a.setCurrentOpacity(g,h)}),u.appendChild(h);var _=document.createElement("div");_.innerText=100*g+"%",h.appendChild(_),a.opacityBoxes.push(h)}),u},o.prototype.setCurrentOpacity=function(a,u){var g=this;this.currentOpacity=a,this.opacityBoxes.forEach(function(h){h.style.borderColor=h===u?g.uiStyleSettings.toolboxAccentColor:"transparent"}),this.onOpacityChanged&&this.onOpacityChanged(this.currentOpacity)},o}(st),S=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.setOpacity=h.setOpacity.bind(h),h.fillColor=g.defaultHighlightColor,h.strokeWidth=0,h.opacity=g.defaultHighlightOpacity,h.fillPanel=new Ye("Color",g.defaultColorSet,h.fillColor),h.fillPanel.onColorChanged=h.setFillColor,h.opacityPanel=new C("Opacity",g.defaultOpacitySteps,h.opacity),h.opacityPanel.onOpacityChanged=h.setOpacity,h}return we(o,c),o.prototype.setOpacity=function(a){this.opacity=a,this.visual&&U.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.fillPanel,this.opacityPanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=c.prototype.getState.call(this);return a.typeName=o.typeName,a},o.typeName="HighlightMarker",o.title="Highlight marker",o.icon='<svg viewBox="0 0 24 24"><path d="M18.5 1.15c-.53 0-1.04.19-1.43.58l-5.81 5.82 5.65 5.65 5.82-5.81c.77-.78.77-2.04 0-2.83l-2.84-2.83c-.39-.39-.89-.58-1.39-.58M10.3 8.5l-5.96 5.96c-.78.78-.78 2.04.02 2.85C3.14 18.54 1.9 19.77.67 21h5.66l.86-.86c.78.76 2.03.75 2.81-.02l5.95-5.96"/></svg>',o}(y),L='<svg viewBox="0 0 24 24"><path d="M19 11.5s-2 2.17-2 3.5a2 2 0 002 2 2 2 0 002-2c0-1.33-2-3.5-2-3.5M5.21 10L10 5.21 14.79 10m1.77-1.06L7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.56-.59 1.53 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.59.59-1.56 0-2.12z"/></svg>',ae=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.bgColor="transparent",h.tipPosition={x:0,y:0},h.tipBase1Position={x:0,y:0},h.tipBase2Position={x:0,y:0},h.tipMoving=!1,h.color=g.defaultStrokeColor,h.bgColor=g.defaultFillColor,h.fontFamily=g.defaultFontFamily,h.defaultSize={x:100,y:30},h.setBgColor=h.setBgColor.bind(h),h.getTipPoints=h.getTipPoints.bind(h),h.positionTip=h.positionTip.bind(h),h.setTipPoints=h.setTipPoints.bind(h),h.colorPanel=new Ye("Text color",g.defaultColorSet,h.color,'<svg viewBox="0 0 24 24"><path d="M9.62 12L12 5.67 14.37 12M11 3L5.5 17h2.25l1.12-3h6.25l1.13 3h2.25L13 3h-2z"/></svg>'),h.colorPanel.onColorChanged=h.setColor,h.bgColorPanel=new Ye("Fill color",g.defaultColorSet,h.bgColor,L),h.bgColorPanel.onColorChanged=h.setBgColor,h.fontFamilyPanel=new Ce("Font",g.defaultFontFamilies,g.defaultFontFamily),h.fontFamilyPanel.onFontChanged=h.setFont,h.tipGrip=new mt,h.tipGrip.visual.transform.baseVal.appendItem(U.createTransform()),h.controlBox.appendChild(h.tipGrip.visual),h}return we(o,c),o.prototype.ownsTarget=function(a){return c.prototype.ownsTarget.call(this,a)||this.tipGrip.ownsTarget(a)||this.tip===a},o.prototype.createTip=function(){U.setAttributes(this.bgRectangle,[["fill",this.bgColor],["rx","10px"]]),this.tip=U.createPolygon(this.getTipPoints(),[["fill",this.bgColor]]),this.visual.appendChild(this.tip)},o.prototype.pointerDown=function(a,u){this.state==="new"&&c.prototype.pointerDown.call(this,a,u),this.state==="creating"?this.createTip():this.tipGrip.ownsTarget(u)?(this.manipulationStartLeft=this.left,this.manipulationStartTop=this.top,this.tipMoving=!0):c.prototype.pointerDown.call(this,a,u)},o.prototype.pointerUp=function(a){if(this.tipMoving)this.tipMoving=!1,this.isMoved=!0,c.prototype.pointerUp.call(this,a);else{var u=this.state==="creating";c.prototype.pointerUp.call(this,a),this.setTipPoints(u),this.positionTip()}},o.prototype.manipulate=function(a){if(this.tipMoving){var u=this.unrotatePoint(a);this.tipPosition={x:u.x-this.manipulationStartLeft,y:u.y-this.manipulationStartTop},this.positionTip()}else c.prototype.manipulate.call(this,a)},o.prototype.setBgColor=function(a){this.bgRectangle&&this.tip&&(U.setAttributes(this.bgRectangle,[["fill",a]]),U.setAttributes(this.tip,[["fill",a]])),this.bgColor=a,this.fillColorChanged(a)},o.prototype.getTipPoints=function(){return this.setTipPoints(this.state==="creating"),this.tipBase1Position.x+","+this.tipBase1Position.y+" "+this.tipBase2Position.x+","+this.tipBase2Position.y+" "+this.tipPosition.x+","+this.tipPosition.y},o.prototype.setTipPoints=function(a){a===void 0&&(a=!1);var u=Math.min(this.height/2,15),g=this.height/5;a&&(this.tipPosition={x:u+g/2,y:this.height+20});var h=Math.atan(this.height/2/(this.width/2));this.tipPosition.x<this.width/2&&this.tipPosition.y<this.height/2?h<Math.atan((this.height/2-this.tipPosition.y)/(this.width/2-this.tipPosition.x))?(g=this.width/5,u=Math.min(this.width/2,15),this.tipBase1Position={x:u,y:0},this.tipBase2Position={x:u+g,y:0}):(this.tipBase1Position={x:0,y:u},this.tipBase2Position={x:0,y:u+g}):this.tipPosition.x>=this.width/2&&this.tipPosition.y<this.height/2?h<Math.atan((this.height/2-this.tipPosition.y)/(this.tipPosition.x-this.width/2))?(g=this.width/5,u=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-u-g,y:0},this.tipBase2Position={x:this.width-u,y:0}):(this.tipBase1Position={x:this.width,y:u},this.tipBase2Position={x:this.width,y:u+g}):this.tipPosition.x>=this.width/2&&this.tipPosition.y>=this.height/2?h<Math.atan((this.tipPosition.y-this.height/2)/(this.tipPosition.x-this.width/2))?(g=this.width/5,u=Math.min(this.width/2,15),this.tipBase1Position={x:this.width-u-g,y:this.height},this.tipBase2Position={x:this.width-u,y:this.height}):(this.tipBase1Position={x:this.width,y:this.height-u-g},this.tipBase2Position={x:this.width,y:this.height-u}):h<Math.atan((this.tipPosition.y-this.height/2)/(this.width/2-this.tipPosition.x))?(g=this.width/5,u=Math.min(this.width/2,15),this.tipBase1Position={x:u,y:this.height},this.tipBase2Position={x:u+g,y:this.height}):(this.tipBase1Position={x:0,y:this.height-u},this.tipBase2Position={x:0,y:this.height-u-g})},o.prototype.resize=function(a){c.prototype.resize.call(this,a),this.positionTip()},o.prototype.positionTip=function(){U.setAttributes(this.tip,[["points",this.getTipPoints()]]);var a=this.tipGrip.visual.transform.baseVal.getItem(0);a.setTranslate(this.tipPosition.x,this.tipPosition.y),this.tipGrip.visual.transform.baseVal.replaceItem(a,0)},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.colorPanel,this.bgColorPanel,this.fontFamilyPanel]},enumerable:!1,configurable:!0}),o.prototype.select=function(){this.positionTip(),c.prototype.select.call(this)},o.prototype.getState=function(){var a=Object.assign({bgColor:this.bgColor,tipPosition:this.tipPosition},c.prototype.getState.call(this));return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){var u=a;this.bgColor=u.bgColor,this.tipPosition=u.tipPosition,c.prototype.restoreState.call(this,a),this.createTip(),this.setTipPoints()},o.prototype.scale=function(a,u){c.prototype.scale.call(this,a,u),this.tipPosition={x:this.tipPosition.x*a,y:this.tipPosition.y*u},this.positionTip()},o.typeName="CalloutMarker",o.title="Callout marker",o.icon='<svg viewBox="0 0 24 24"><path d="M4 2h16a2 2 0 012 2v12a2 2 0 01-2 2h-4l-4 4-4-4H4a2 2 0 01-2-2V4a2 2 0 012-2m0 2v12h4.83L12 19.17 15.17 16H20V4H4m2 3h12v2H6V7m0 4h10v2H6v-2z"/></svg>',o}(Oe),me=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.fillColor="transparent",h.strokeColor="transparent",h.strokeWidth=0,h.strokeDasharray="",h.opacity=1,h.strokeColor=g.defaultColor,h.strokeWidth=g.defaultStrokeWidth,h.strokeDasharray=g.defaultStrokeDasharray,h.fillColor=g.defaultFillColor,h.setStrokeColor=h.setStrokeColor.bind(h),h.setFillColor=h.setFillColor.bind(h),h.setStrokeWidth=h.setStrokeWidth.bind(h),h.setStrokeDasharray=h.setStrokeDasharray.bind(h),h.setOpacity=h.setOpacity.bind(h),h.createVisual=h.createVisual.bind(h),h.strokePanel=new Ye("Line color",q(g.defaultColorSet,["transparent"]),g.defaultColor),h.strokePanel.onColorChanged=h.setStrokeColor,h.fillPanel=new Ye("Fill color",q(g.defaultColorSet,["transparent"]),h.fillColor,L),h.fillPanel.onColorChanged=h.setFillColor,h.strokeWidthPanel=new ft("Line width",g.defaultStrokeWidths,g.defaultStrokeWidth),h.strokeWidthPanel.onWidthChanged=h.setStrokeWidth,h.strokeStylePanel=new ot("Line style",g.defaultStrokeDasharrays,g.defaultStrokeDasharray),h.strokeStylePanel.onStyleChanged=h.setStrokeDasharray,h.opacityPanel=new C("Opacity",g.defaultOpacitySteps,h.opacity),h.opacityPanel.onOpacityChanged=h.setOpacity,h}return we(o,c),o.prototype.ownsTarget=function(a){return!(!c.prototype.ownsTarget.call(this,a)&&a!==this.visual)},o.prototype.createVisual=function(){this.visual=U.createEllipse(this.width/2,this.height/2,[["fill",this.fillColor],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["stroke-dasharray",this.strokeDasharray],["opacity",this.opacity.toString()]]),this.addMarkerVisualToContainer(this.visual)},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.state==="new"&&(this.createVisual(),this.moveVisual(a),this._state="creating")},o.prototype.manipulate=function(a){c.prototype.manipulate.call(this,a)},o.prototype.resize=function(a){c.prototype.resize.call(this,a),this.setSize()},o.prototype.setSize=function(){c.prototype.setSize.call(this),U.setAttributes(this.visual,[["cx",(this.width/2).toString()],["cy",(this.height/2).toString()],["rx",(this.width/2).toString()],["ry",(this.height/2).toString()]])},o.prototype.pointerUp=function(a){c.prototype.pointerUp.call(this,a),this.setSize()},o.prototype.setStrokeColor=function(a){this.strokeColor=a,this.visual&&U.setAttributes(this.visual,[["stroke",this.strokeColor]]),this.colorChanged(a),this.stateChanged()},o.prototype.setFillColor=function(a){this.fillColor=a,this.visual&&U.setAttributes(this.visual,[["fill",this.fillColor]]),this.fillColorChanged(a),this.stateChanged()},o.prototype.setStrokeWidth=function(a){this.strokeWidth=a,this.visual&&U.setAttributes(this.visual,[["stroke-width",this.strokeWidth.toString()]]),this.stateChanged()},o.prototype.setStrokeDasharray=function(a){this.strokeDasharray=a,this.visual&&U.setAttributes(this.visual,[["stroke-dasharray",this.strokeDasharray]]),this.stateChanged()},o.prototype.setOpacity=function(a){this.opacity=a,this.visual&&U.setAttributes(this.visual,[["opacity",this.opacity.toString()]]),this.stateChanged()},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.fillPanel,this.strokeWidthPanel,this.strokeStylePanel,this.opacityPanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=Object.assign({fillColor:this.fillColor,strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,opacity:this.opacity},c.prototype.getState.call(this));return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){var u=a;this.fillColor=u.fillColor,this.strokeColor=u.strokeColor,this.strokeWidth=u.strokeWidth,this.strokeDasharray=u.strokeDasharray,this.opacity=u.opacity,this.createVisual(),c.prototype.restoreState.call(this,a),this.setSize()},o.prototype.scale=function(a,u){c.prototype.scale.call(this,a,u),this.setSize()},o.typeName="EllipseMarker",o.title="Ellipse marker",o.icon='<svg viewBox="0 0 24 24"><path d="M12 4C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',o}(rt),Ue=function(c){function o(a,u,g){return c.call(this,a,u,g)||this}return we(o,c),Object.defineProperty(o.prototype,"tipLength",{get:function(){return 10+3*this.strokeWidth},enumerable:!1,configurable:!0}),o.prototype.ownsTarget=function(a){return!(!c.prototype.ownsTarget.call(this,a)&&a!==this.tip1&&a!==this.tip2)},o.prototype.createTips=function(){this.tip1=U.createLine(this.x1-this.tipLength/2,this.y1,this.x1+this.tipLength/2,this.y1,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.tip1.transform.baseVal.appendItem(U.createTransform()),this.visual.appendChild(this.tip1),this.tip2=U.createLine(this.x2-this.tipLength/2,this.y2,this.x2+this.tipLength/2,this.y2,[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),this.tip2.transform.baseVal.appendItem(U.createTransform()),this.visual.appendChild(this.tip2)},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.state==="creating"&&this.createTips()},o.prototype.adjustVisual=function(){if(c.prototype.adjustVisual.call(this),this.tip1&&this.tip2&&(U.setAttributes(this.tip1,[["x1",(this.x1-this.tipLength/2).toString()],["y1",this.y1.toString()],["x2",(this.x1+this.tipLength/2).toString()],["y2",this.y1.toString()],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),U.setAttributes(this.tip2,[["x1",(this.x2-this.tipLength/2).toString()],["y1",this.y2.toString()],["x2",(this.x2+this.tipLength/2).toString()],["y2",this.y2.toString()],["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()]]),Math.abs(this.x1-this.x2)>.1)){var a=180*Math.atan((this.y2-this.y1)/(this.x2-this.x1))/Math.PI+90*Math.sign(this.x1-this.x2),u=this.tip1.transform.baseVal.getItem(0);u.setRotate(a,this.x1,this.y1),this.tip1.transform.baseVal.replaceItem(u,0);var g=this.tip2.transform.baseVal.getItem(0);g.setRotate(a+180,this.x2,this.y2),this.tip2.transform.baseVal.replaceItem(g,0)}},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=c.prototype.getState.call(this);return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){c.prototype.restoreState.call(this,a),this.createTips(),this.adjustVisual()},o.typeName="MeasurementMarker",o.title="Measurement marker",o.icon='<svg viewBox="0 0 24 24"><path d="M1.39 18.36l1.77-1.76L4.58 18l1.06-1.05-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.42 1.41L10.59 12l-1.42-1.41 1.42-1.42 2.47 2.48 1.06-1.06-2.47-2.48 1.41-1.41 1.41 1.41 1.07-1.06-1.42-1.41 1.42-1.42L18 6.7l1.07-1.06-2.47-2.48 1.76-1.77 4.25 4.25L5.64 22.61l-4.25-4.25z"/></svg>',o}(Xe),yt=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.strokePanel.colors=g.defaultColorSet,h.fillColor="transparent",h}return we(o,c),Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=c.prototype.getState.call(this);return a.typeName=o.typeName,a},o.typeName="EllipseFrameMarker",o.title="Ellipse frame marker",o.icon='<svg viewBox="0 0 24 24"><path d="M12 6c4.41 0 8 2.69 8 6s-3.59 6-8 6-8-2.69-8-6 3.59-6 8-6m0-2C6.5 4 2 7.58 2 12s4.5 8 10 8 10-3.58 10-8-4.5-8-10-8z"/></svg>',o}(me),kt=function(){function c(){this.undoStack=[],this.redoStack=[]}return Object.defineProperty(c.prototype,"isUndoPossible",{get:function(){return this.undoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isRedoPossible",{get:function(){return this.redoStack.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"undoStepCount",{get:function(){return this.undoStack.length},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"redoStepCount",{get:function(){return this.redoStack.length},enumerable:!1,configurable:!0}),c.prototype.addUndoStep=function(o){this.undoStack.length!==0&&JSON.stringify(this.undoStack[this.undoStack.length-1])===JSON.stringify(o)||(this.undoStack.push(o),JSON.stringify(this.lastRedoStep)!==JSON.stringify(o)&&this.redoStack.splice(0,this.redoStack.length))},c.prototype.replaceLastUndoStep=function(o){this.undoStack.length>0&&(this.undoStack[this.undoStack.length-1]=o)},c.prototype.getLastUndoStep=function(){return this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0},c.prototype.undo=function(){if(this.undoStack.length>1){var o=this.undoStack.pop();return o!==void 0&&this.redoStack.push(o),this.undoStack.length>0?this.undoStack[this.undoStack.length-1]:void 0}},c.prototype.redo=function(){return this.lastRedoStep=this.redoStack.pop(),this.lastRedoStep},c}(),Ie=function(c){function o(a,u,g){var h=c.call(this,a,u,g)||this;return h.strokeColor="transparent",h.strokeWidth=0,h.strokeDasharray="",h.curveX=0,h.curveY=0,h.manipulationStartCurveX=0,h.manipulationStartCurveY=0,h.setStrokeColor=h.setStrokeColor.bind(h),h.setStrokeWidth=h.setStrokeWidth.bind(h),h.setStrokeDasharray=h.setStrokeDasharray.bind(h),h.positionGrips=h.positionGrips.bind(h),h.addControlGrips=h.addControlGrips.bind(h),h.adjustVisual=h.adjustVisual.bind(h),h.setupControlBox=h.setupControlBox.bind(h),h.resize=h.resize.bind(h),h.strokeColor=g.defaultColor,h.strokeWidth=g.defaultStrokeWidth,h.strokeDasharray=g.defaultStrokeDasharray,h.strokePanel=new Ye("Line color",g.defaultColorSet,g.defaultColor),h.strokePanel.onColorChanged=h.setStrokeColor,h.strokeWidthPanel=new ft("Line width",g.defaultStrokeWidths,g.defaultStrokeWidth),h.strokeWidthPanel.onWidthChanged=h.setStrokeWidth,h.strokeStylePanel=new ot("Line style",g.defaultStrokeDasharrays,g.defaultStrokeDasharray),h.strokeStylePanel.onStyleChanged=h.setStrokeDasharray,h}return we(o,c),o.prototype.ownsTarget=function(a){return!(!c.prototype.ownsTarget.call(this,a)&&a!==this.visual&&a!==this.selectorCurve&&a!==this.visibleCurve&&!this.curveGrip.ownsTarget(a))},o.prototype.getPathD=function(){return"M "+this.x1+" "+this.y1+" Q "+this.curveX+" "+this.curveY+", "+this.x2+" "+this.y2},o.prototype.createVisual=function(){this.visual=U.createGroup(),this.selectorCurve=U.createPath(this.getPathD(),[["stroke","transparent"],["stroke-width",(this.strokeWidth+10).toString()],["fill","transparent"]]),this.visibleCurve=U.createPath(this.getPathD(),[["stroke",this.strokeColor],["stroke-width",this.strokeWidth.toString()],["fill","transparent"]]),this.visual.appendChild(this.selectorCurve),this.visual.appendChild(this.visibleCurve),this.addMarkerVisualToContainer(this.visual)},o.prototype.pointerDown=function(a,u){c.prototype.pointerDown.call(this,a,u),this.manipulationStartCurveX=this.curveX,this.manipulationStartCurveY=this.curveY,this.state==="new"&&(this.curveX=a.x,this.curveY=a.y),this.state==="new"?(this.createVisual(),this.adjustVisual(),this._state="creating"):this.curveGrip.ownsTarget(u)&&(this.activeGrip=this.curveGrip,this._state="resize")},o.prototype.adjustVisual=function(){this.selectorCurve&&this.visibleCurve&&(this.selectorCurve.setAttribute("d",this.getPathD()),this.visibleCurve.setAttribute("d",this.getPathD()),U.setAttributes(this.visibleCurve,[["stroke",this.strokeColor]]),U.setAttributes(this.visibleCurve,[["stroke-width",this.strokeWidth.toString()]]),U.setAttributes(this.visibleCurve,[["stroke-dasharray",this.strokeDasharray.toString()]]))},o.prototype.setupControlBox=function(){c.prototype.setupControlBox.call(this),this.curveControlLine1=U.createLine(this.x1,this.y1,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.curveControlLine2=U.createLine(this.x2,this.y2,this.curveX,this.curveY,[["stroke","black"],["stroke-width","1"],["stroke-opacity","0.5"],["stroke-dasharray","3, 2"]]),this.controlBox.insertBefore(this.curveControlLine1,this.controlBox.firstChild),this.controlBox.insertBefore(this.curveControlLine2,this.controlBox.firstChild)},o.prototype.addControlGrips=function(){this.curveGrip=this.createGrip(),this.curveX=0,this.curveY=0,c.prototype.addControlGrips.call(this)},o.prototype.positionGrips=function(){c.prototype.positionGrips.call(this);var a=this.curveGrip.GRIP_SIZE;this.positionGrip(this.curveGrip.visual,this.curveX-a/2,this.curveY-a/2),this.curveControlLine1&&this.curveControlLine2&&(this.curveControlLine1.setAttribute("x1",this.x1.toString()),this.curveControlLine1.setAttribute("y1",this.y1.toString()),this.curveControlLine1.setAttribute("x2",this.curveX.toString()),this.curveControlLine1.setAttribute("y2",this.curveY.toString()),this.curveControlLine2.setAttribute("x1",this.x2.toString()),this.curveControlLine2.setAttribute("y1",this.y2.toString()),this.curveControlLine2.setAttribute("x2",this.curveX.toString()),this.curveControlLine2.setAttribute("y2",this.curveY.toString()))},o.prototype.manipulate=function(a){this.state==="move"&&(this.curveX=this.manipulationStartCurveX+a.x-this.manipulationStartX,this.curveY=this.manipulationStartCurveY+a.y-this.manipulationStartY),c.prototype.manipulate.call(this,a)},o.prototype.resize=function(a){this.activeGrip===this.curveGrip&&(this.curveX=a.x,this.curveY=a.y),c.prototype.resize.call(this,a),this.state==="creating"&&(this.curveX=this.x1+(this.x2-this.x1)/2,this.curveY=this.y1+(this.y2-this.y1)/2)},o.prototype.setStrokeColor=function(a){this.strokeColor=a,this.adjustVisual(),this.colorChanged(a)},o.prototype.setStrokeWidth=function(a){this.strokeWidth=a,this.adjustVisual()},o.prototype.setStrokeDasharray=function(a){this.strokeDasharray=a,this.adjustVisual()},o.prototype.scale=function(a,u){this.curveX=this.curveX*a,this.curveY=this.curveY*u,c.prototype.scale.call(this,a,u)},Object.defineProperty(o.prototype,"toolboxPanels",{get:function(){return[this.strokePanel,this.strokeWidthPanel,this.strokeStylePanel]},enumerable:!1,configurable:!0}),o.prototype.getState=function(){var a=Object.assign({strokeColor:this.strokeColor,strokeWidth:this.strokeWidth,strokeDasharray:this.strokeDasharray,curveX:this.curveX,curveY:this.curveY},c.prototype.getState.call(this));return a.typeName=o.typeName,a},o.prototype.restoreState=function(a){c.prototype.restoreState.call(this,a);var u=a;this.strokeColor=u.strokeColor,this.strokeWidth=u.strokeWidth,this.strokeDasharray=u.strokeDasharray,this.curveX=u.curveX,this.curveY=u.curveY,this.createVisual(),this.adjustVisual()},o.typeName="CurveMarker",o.title="Curve marker",o.icon='<svg viewBox="0 0 24 24"><path d="M18.5 2A1.5 1.5 0 0120 3.5 1.5 1.5 0 0118.5 5c-.23 0-.45-.05-.65-.15l-3.69 3.7.34.45c2.19-1.26 4.76-2 7.5-2l1 .03v2.01L22 9c-2.58 0-5 .75-7 2.04A3.96 3.96 0 0111.04 15C9.75 17 9 19.42 9 22l.04 1H7.03L7 22c0-2.74.74-5.31 2-7.5l-.45-.34-3.7 3.69c.1.2.15.42.15.65A1.5 1.5 0 013.5 20 1.5 1.5 0 012 18.5 1.5 1.5 0 013.5 17c.23 0 .45.05.65.15l3.69-3.7C7.31 12.78 7 11.92 7 11a4 4 0 014-4c.92 0 1.78.31 2.45.84l3.7-3.69c-.1-.2-.15-.42-.15-.65A1.5 1.5 0 0118.5 2M11 9a2 2 0 00-2 2 2 2 0 002 2 2 2 0 002-2 2 2 0 00-2-2z"/></svg>',o}(qe),At=function(){function c(o,a){a===void 0&&(a=!1),this.cancelable=!1,this._defaultPrevented=!1,this.markerArea=o,this.cancelable=a}return Object.defineProperty(c.prototype,"defaultPrevented",{get:function(){return this._defaultPrevented},enumerable:!1,configurable:!0}),c.prototype.preventDefault=function(){this._defaultPrevented=!0},c}(),gt=function(c){function o(a,u,g){var h=c.call(this,a,!1)||this;return h.dataUrl=u,h.state=g,h}return we(o,c),o}(At),Ze=function(c){function o(a,u,g){g===void 0&&(g=!1);var h=c.call(this,a,g)||this;return h.marker=u,h}return we(o,c),o}(At),Ot=function(){function c(){this.render=[],this.beforeclose=[],this.close=[],this.show=[],this.restorestate=[],this.statechange=[],this.markerselect=[],this.markerdeselect=[],this.markercreating=[],this.markercreate=[],this.markerbeforedelete=[],this.markerdelete=[],this.markerchange=[],this.focus=[],this.blur=[]}return c.prototype.addEventListener=function(o,a){this[o].push(a)},c.prototype.removeEventListener=function(o,a){var u=this[o].indexOf(a);u>-1&&this[o].splice(u,1)},c}(),Tt=function(){function c(o){this.touchPoints=0,this._availableMarkerTypes=this.DEFAULT_MARKER_TYPES,this.mode="select",this.markers=[],this.isDragging=!1,this.renderEventListeners=[],this.closeEventListeners=[],this.settings=new pe,this._isOpen=!1,this.undoRedoManager=new kt,this.renderAtNaturalSize=!1,this.renderImageType="image/png",this.renderMarkersOnly=!1,this.zoomSteps=[1,1.5,2,4],this._zoomLevel=1,this._isResizing=!1,this.prevPanPoint={x:0,y:0},this.eventListeners=new Ot,this._silentRenderMode=!1,this._isFocused=!1,this._instanceNo=c.instanceCounter++,this.styles=new tt(this.instanceNo),this.uiStyleSettings=this.styles.settings,this.target=o,this.targetRoot=document.body,this.width=o.clientWidth,this.height=o.clientHeight,this.styles.removeStyleSheet(),this.open=this.open.bind(this),this.setTopLeft=this.setTopLeft.bind(this),this.toolbarButtonClicked=this.toolbarButtonClicked.bind(this),this.createNewMarker=this.createNewMarker.bind(this),this.addNewMarker=this.addNewMarker.bind(this),this.markerCreated=this.markerCreated.bind(this),this.setCurrentMarker=this.setCurrentMarker.bind(this),this.onPointerDown=this.onPointerDown.bind(this),this.onDblClick=this.onDblClick.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.onPointerOut=this.onPointerOut.bind(this),this.onKeyUp=this.onKeyUp.bind(this),this.overrideOverflow=this.overrideOverflow.bind(this),this.restoreOverflow=this.restoreOverflow.bind(this),this.close=this.close.bind(this),this.closeUI=this.closeUI.bind(this),this.addCloseEventListener=this.addCloseEventListener.bind(this),this.removeCloseEventListener=this.removeCloseEventListener.bind(this),this.addRenderEventListener=this.addRenderEventListener.bind(this),this.removeRenderEventListener=this.removeRenderEventListener.bind(this),this.clientToLocalCoordinates=this.clientToLocalCoordinates.bind(this),this.onWindowResize=this.onWindowResize.bind(this),this.deleteSelectedMarker=this.deleteSelectedMarker.bind(this),this.setWindowHeight=this.setWindowHeight.bind(this),this.removeMarker=this.removeMarker.bind(this),this.colorChanged=this.colorChanged.bind(this),this.fillColorChanged=this.fillColorChanged.bind(this),this.onPopupTargetResize=this.onPopupTargetResize.bind(this),this.showNotesEditor=this.showNotesEditor.bind(this),this.hideNotesEditor=this.hideNotesEditor.bind(this),this.stepZoom=this.stepZoom.bind(this),this.focus=this.focus.bind(this),this.blur=this.blur.bind(this),this.markerStateChanged=this.markerStateChanged.bind(this),this.switchToSelectMode=this.switchToSelectMode.bind(this),this.addDefs=this.addDefs.bind(this),this.addDefsToImage=this.addDefsToImage.bind(this)}return Object.defineProperty(c.prototype,"ALL_MARKER_TYPES",{get:function(){return[Ve,Q,H,Oe,yt,me,S,ae,Ue,y,Xe,Ie]},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"DEFAULT_MARKER_TYPES",{get:function(){return[Ve,Q,H,Oe,me,S,ae]},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"BASIC_MARKER_TYPES",{get:function(){return[Ve,Q,H,Oe,S]},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"availableMarkerTypes",{get:function(){return this._availableMarkerTypes},set:function(o){var a=this;this._availableMarkerTypes.splice(0),o.forEach(function(u){if(typeof u=="string"){var g=a.ALL_MARKER_TYPES.find(function(h){return h.typeName===u});g!==void 0&&a._availableMarkerTypes.push(g)}else a._availableMarkerTypes.push(u)})},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"currentMarker",{get:function(){return this._currentMarker},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isUndoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isUndoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isRedoPossible",{get:function(){return!(!this.undoRedoManager||!this.undoRedoManager.isRedoPossible)},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"zoomLevel",{get:function(){return this._zoomLevel},set:function(o){this._zoomLevel=o,this.editorCanvas&&this.contentDiv&&(this.editorCanvas.style.transform="scale("+this._zoomLevel+")",this.contentDiv.scrollTo({left:(this.editorCanvas.clientWidth*this._zoomLevel-this.contentDiv.clientWidth)/2,top:(this.editorCanvas.clientHeight*this._zoomLevel-this.contentDiv.clientHeight)/2}))},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),c.prototype.open=function(){this.setupResizeObserver(),this.setEditingTarget(),this.setTopLeft(),this.initMarkerCanvas(),this.initOverlay(),this.attachEvents(),this.settings.displayMode==="popup"&&this.onPopupTargetResize(),Ne.isLicensed||this.addLogo(),this._isOpen=!0,this._isFocused=!0},c.prototype.show=function(){var o=this;this.styles.styleSheetRoot===void 0&&lt.styleSheetRoot!==void 0&&(this.styles.styleSheetRoot=lt.styleSheetRoot),this.setWindowHeight(),this.showUI(),this.open(),this.eventListeners.show.forEach(function(a){return a(new At(o))})},c.prototype.render=function(){return xe(this,void 0,void 0,function(){var o;return Ae(this,function(a){switch(a.label){case 0:return this.setCurrentMarker(),(o=new it).naturalSize=this.renderAtNaturalSize,o.imageType=this.renderImageType,o.imageQuality=this.renderImageQuality,o.markersOnly=this.renderMarkersOnly,o.width=this.renderWidth,o.height=this.renderHeight,[4,o.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 1:return a.sent(),[4,o.rasterize(this.target instanceof HTMLImageElement?this.target:null,this.markerImage,this.renderTarget)];case 2:return[2,a.sent()]}})})},c.prototype.close=function(o){var a=this;if(o===void 0&&(o=!1),this.isOpen){var u=!1;o||this.eventListeners.beforeclose.forEach(function(g){var h=new At(a,!0);g(h),h.defaultPrevented&&(u=!0)}),u||(this.coverDiv&&this.closeUI(),this.targetObserver&&this.targetObserver.unobserve(this.target),this.settings.displayMode==="popup"&&window.removeEventListener("resize",this.setWindowHeight),this.eventListeners.close.forEach(function(g){return g(new At(a))}),this.detachEvents(),this._isOpen=!1)}},c.prototype.addMarkersToToolbar=function(){for(var o,a=[],u=0;u<arguments.length;u++)a[u]=arguments[u];(o=this._availableMarkerTypes).push.apply(o,a)},c.prototype.addRenderEventListener=function(o){this.addEventListener("render",function(a){o(a.dataUrl,a.state)})},c.prototype.removeRenderEventListener=function(o){},c.prototype.addCloseEventListener=function(o){this.addEventListener("close",function(){o()})},c.prototype.removeCloseEventListener=function(o){},c.prototype.setupResizeObserver=function(){var o=this;this.settings.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){o.resize(o.target.clientWidth,o.target.clientHeight)}),this.targetObserver.observe(this.target)):this.settings.displayMode==="popup"&&(window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){return o.onPopupTargetResize()}),this.targetObserver.observe(this.editorCanvas)),window.addEventListener("resize",this.setWindowHeight))},c.prototype.onPopupTargetResize=function(){var o=1*this.target.clientWidth/this.target.clientHeight,a=this.editorCanvas.clientWidth/o>this.editorCanvas.clientHeight?this.editorCanvas.clientHeight*o:this.editorCanvas.clientWidth,u=a<this.editorCanvas.clientWidth?this.editorCanvas.clientHeight:this.editorCanvas.clientWidth/o;this.resize(a,u)},c.prototype.setWindowHeight=function(){this.windowHeight=window.innerHeight},c.prototype.resize=function(o,a){this._isResizing=!0;var u=o/this.imageWidth,g=a/this.imageHeight;this.imageWidth=Math.round(o),this.imageHeight=Math.round(a),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px",this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.settings.displayMode!=="popup"?this.coverDiv.style.width=this.imageWidth.toString()+"px":(this.setTopLeft(),this.positionMarkerImage()),this.toolbar!==void 0&&this.toolbar.adjustLayout(),this.positionLogo(),this.scaleMarkers(u,g),this._isResizing=!1},c.prototype.scaleMarkers=function(o,a){var u,g=this;this._currentMarker&&this._currentMarker instanceof Oe?this._currentMarker.scale(o,a):(u=this._currentMarker,this.setCurrentMarker()),this.markers.forEach(function(h){h!==g._currentMarker&&h.scale(o,a)}),u!==void 0&&this.setCurrentMarker(u)},c.prototype.setEditingTarget=function(){this.imageWidth=Math.round(this.target.clientWidth),this.imageHeight=Math.round(this.target.clientHeight),this.target instanceof HTMLImageElement&&this.editingTarget instanceof HTMLImageElement&&(this.editingTarget.src=this.target.src),this.editingTarget.width=this.imageWidth,this.editingTarget.height=this.imageHeight,this.editingTarget.style.width=this.imageWidth+"px",this.editingTarget.style.height=this.imageHeight+"px"},c.prototype.setTopLeft=function(){var o=this.editingTarget.getBoundingClientRect(),a=this.editorCanvas.getBoundingClientRect();this.left=o.left-a.left,this.top=o.top-a.top},c.prototype.initMarkerCanvas=function(){this.markerImageHolder=document.createElement("div"),this.markerImageHolder.style.setProperty("touch-action","pinch-zoom"),this.markerImage=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.markerImage.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.markerImage.setAttribute("width",this.imageWidth.toString()),this.markerImage.setAttribute("height",this.imageHeight.toString()),this.markerImage.setAttribute("viewBox","0 0 "+this.imageWidth.toString()+" "+this.imageHeight.toString()),this.markerImage.style.pointerEvents="auto",this.markerImageHolder.style.position="absolute",this.markerImageHolder.style.width=this.imageWidth+"px",this.markerImageHolder.style.height=this.imageHeight+"px",this.markerImageHolder.style.transformOrigin="top left",this.positionMarkerImage(),this.markerImageHolder.appendChild(this.markerImage),this.editorCanvas.appendChild(this.markerImageHolder)},c.prototype.addDefs=function(){for(var o,a=[],u=0;u<arguments.length;u++)a[u]=arguments[u];this.defs=U.createDefs(),this.addDefsToImage(),(o=this.defs).append.apply(o,a)},c.prototype.addDefsToImage=function(){this.defs&&this.markerImage.insertBefore(this.defs,this.markerImage.firstChild)},c.prototype.initOverlay=function(){this.overlayContainer=document.createElement("div"),this.overlayContainer.style.position="absolute",this.overlayContainer.style.left="0px",this.overlayContainer.style.top="0px",this.overlayContainer.style.width=this.imageWidth+"px",this.overlayContainer.style.height=this.imageHeight+"px",this.overlayContainer.style.display="flex",this.markerImageHolder.appendChild(this.overlayContainer)},c.prototype.positionMarkerImage=function(){this.markerImageHolder.style.top=this.top/this.zoomLevel+"px",this.markerImageHolder.style.left=this.left/this.zoomLevel+"px"},c.prototype.attachEvents=function(){this.markerImage.addEventListener("pointerdown",this.onPointerDown),this.markerImage.addEventListener("dblclick",this.onDblClick),this.attachWindowEvents()},c.prototype.attachWindowEvents=function(){window.addEventListener("pointermove",this.onPointerMove),window.addEventListener("pointerup",this.onPointerUp),window.addEventListener("pointercancel",this.onPointerOut),window.addEventListener("pointerout",this.onPointerOut),window.addEventListener("pointerleave",this.onPointerUp),window.addEventListener("resize",this.onWindowResize),window.addEventListener("keyup",this.onKeyUp)},c.prototype.detachEvents=function(){this.markerImage.removeEventListener("pointerdown",this.onPointerDown),this.markerImage.removeEventListener("dblclick",this.onDblClick),this.detachWindowEvents()},c.prototype.detachWindowEvents=function(){window.removeEventListener("pointermove",this.onPointerMove),window.removeEventListener("pointerup",this.onPointerUp),window.removeEventListener("pointercancel",this.onPointerOut),window.removeEventListener("pointerout",this.onPointerOut),window.removeEventListener("pointerleave",this.onPointerUp),window.removeEventListener("resize",this.onWindowResize),window.removeEventListener("keyup",this.onKeyUp)},c.prototype.addLogo=function(){this.logoUI=document.createElement("div"),this.logoUI.style.display="inline-block",this.logoUI.style.margin="0px",this.logoUI.style.padding="0px",this.logoUI.style.fill="#333333";var o=document.createElement("a");o.href="https://markerjs.com/",o.target="_blank",o.innerHTML='<svg viewBox="0 0 112 96" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill="#e5f20d" fill-opacity=".647" d="M0 40.386h111.96V95.62H0z"/><path d="M93.61 61.452c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.591 1.048-1.481 0-2.222-.74-2.222-2.22 0-16.617-.533-29.347-1.604-38.192-1.068-8.842-2.92-13.265-5.552-13.265-4.443 0-10.94 15.509-19.497 46.52v.124c0 .987-.328 1.831-.987 2.53-.657.7-1.52 1.048-2.592 1.048-1.48 0-2.22-.74-2.22-2.22 0-3.29.165-8.392.493-15.302.33-7.732.494-13.82.494-18.262 0-6.17-.186-10.55-.556-13.142-.37-2.591-1.172-3.887-2.406-3.887-2.796 0-6.333 5.12-10.612 15.363C38.494 34.367 34.01 46.44 29.32 60.34l-1.11 3.209a5.714 5.714 0 01-1.42 2.097c-.617.578-1.295.864-2.036.864-.987 0-1.644-.081-1.974-.247-.328-.162-.533-.656-.617-1.48-.41-4.03-.74-9.418-.987-16.165-.163-1.728-.329-4.566-.494-8.515-.822-13.901-1.562-23.3-2.221-28.196-.657-4.893-.987-7.628-.987-8.205 0-.657.33-1.44.987-2.345.659-.903 1.276-1.357 1.85-1.357 1.319 0 2.387.947 3.21 2.838.411.906.863 4.526 1.357 10.859.493 6.335.905 14.19 1.233 23.568l.617 18.88c4.527-13.983 9.216-26.673 14.068-38.068C45.65 6.686 50.093.988 54.123.988c2.715 0 4.566 1.974 5.553 5.923.987 3.949 1.481 9.667 1.481 17.152 0 3.949-.081 9.625-.247 17.029l-.123 5.676c3.373-11.762 6.725-21.634 10.057-29.615 3.331-7.979 6.685-11.97 10.056-11.97 8.475 0 12.71 18.757 12.71 56.269z" fill-rule="nonzero"/></svg>',o.title="Powered by marker.js",o.style.display="grid",o.style.alignItems="center",o.style.justifyItems="center",o.style.padding="3px",o.style.width="20px",o.style.height="20px",this.logoUI.appendChild(o),this.editorCanvas.appendChild(this.logoUI),this.logoUI.style.position="absolute",this.logoUI.style.pointerEvents="all",this.positionLogo()},c.prototype.positionLogo=function(){this.logoUI&&(this.uiStyleSettings.logoPosition!=="right"?this.logoUI.style.left=this.markerImageHolder.offsetLeft+10+"px":this.logoUI.style.left=this.markerImageHolder.offsetLeft+this.markerImageHolder.offsetWidth-this.logoUI.clientWidth-10+"px",this.logoUI.style.top=this.markerImageHolder.offsetTop+this.markerImageHolder.offsetHeight-this.logoUI.clientHeight-10+"px")},c.prototype.overrideOverflow=function(){this.scrollXState=window.scrollX,this.scrollYState=window.scrollY,this.bodyOverflowState=document.body.style.overflow,window.scroll({top:0,left:0}),document.body.style.overflow="hidden"},c.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},c.prototype.showUI=function(){switch(this.settings.displayMode==="popup"&&this.overrideOverflow(),this.coverDiv=document.createElement("div"),this.coverDiv.style.visibility=this._silentRenderMode?"hidden":"visible",this.coverDiv.className=this.styles.classNamePrefixBase+" "+this.styles.classNamePrefix,this.coverDiv.style.fontSize="16px",this.coverDiv.style.userSelect="none",this.settings.displayMode){case"inline":this.coverDiv.style.position="absolute";var o=this.target.getClientRects().item(0).y>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=o+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px",this.coverDiv.style.width=this.target.offsetWidth.toString()+"px",this.coverDiv.style.zIndex=this.uiStyleSettings.zIndex!==void 0?this.uiStyleSettings.zIndex:"5";break;case"popup":this.coverDiv.style.position="absolute",this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=window.innerHeight+"px",this.coverDiv.style.backgroundColor="rgba(0, 0, 0, 0.75)",this.coverDiv.style.zIndex=this.uiStyleSettings.zIndex!==void 0?this.uiStyleSettings.zIndex:"1000",this.coverDiv.style.display="flex"}this.targetRoot.appendChild(this.coverDiv),this.uiDiv=document.createElement("div"),this.uiDiv.style.display="flex",this.uiDiv.style.flexDirection="column",this.uiDiv.style.flexGrow="2",this.uiDiv.style.margin=this.settings.displayMode==="popup"?this.settings.popupMargin+"px":"0px",this.uiDiv.style.border="0px",this.coverDiv.appendChild(this.uiDiv),this.toolbar=new We(this.uiDiv,this.settings.displayMode,this._availableMarkerTypes,this.uiStyleSettings,this.styles),this.toolbar.addButtonClickListener(this.toolbarButtonClicked),this.toolbar.show(this._silentRenderMode||this.uiStyleSettings.hideToolbar?"hidden":"visible"),this.contentDiv=document.createElement("div"),this.contentDiv.style.display="flex",this.contentDiv.style.flexDirection="row",this.contentDiv.style.flexGrow="2",this.contentDiv.style.flexShrink="1",this.settings.displayMode==="popup"&&(this.contentDiv.style.backgroundColor=this.uiStyleSettings.canvasBackgroundColor,this.contentDiv.style.maxHeight=this.windowHeight-2*this.settings.popupMargin-3.5*this.uiStyleSettings.toolbarHeight+"px",this.contentDiv.style.maxWidth="calc(100vw - "+2*this.settings.popupMargin+"px)"),this.contentDiv.style.overflow="auto",this.uiDiv.appendChild(this.contentDiv),this.editorCanvas=document.createElement("div"),this.editorCanvas.style.flexGrow="2",this.editorCanvas.style.flexShrink="1",this.editorCanvas.style.position="relative",this.editorCanvas.style.overflow="hidden",this.editorCanvas.style.display="flex",this.settings.displayMode==="popup"&&(this.editorCanvas.style.alignItems="center",this.editorCanvas.style.justifyContent="center"),this.editorCanvas.style.pointerEvents="none",this.editorCanvas.style.transformOrigin="left top",this.editorCanvas.style.transform="scale("+this.zoomLevel+")",this.contentDiv.appendChild(this.editorCanvas),this.editingTarget=this.target instanceof HTMLImageElement?document.createElement("img"):document.createElement("canvas"),this.target.getClientRects().item(0).y<this.styles.settings.toolbarHeight&&(this.editingTarget.style.marginTop=this.target.offsetTop-this.styles.settings.toolbarHeight+"px"),this.editorCanvas.appendChild(this.editingTarget),this.toolbox=new Qe(this.uiDiv,this.settings.displayMode,this.uiStyleSettings,this.styles),this.toolbox.show(this._silentRenderMode||this.uiStyleSettings.hideToolbox?"hidden":"visible")},c.prototype.closeUI=function(){this.settings.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},c.prototype.removeMarker=function(o){this.markerImage.removeChild(o.container),this.markers.indexOf(o)>-1&&this.markers.splice(this.markers.indexOf(o),1),o.dispose()},c.prototype.switchToSelectMode=function(){this.mode="select",this.hideNotesEditor(),this._currentMarker!==void 0&&(this._currentMarker.state!=="new"?this._currentMarker.select():(this.removeMarker(this._currentMarker),this.setCurrentMarker(),this.markerImage.style.cursor="default"),this.addUndoStep())},c.prototype.toolbarButtonClicked=function(o,a){if(o==="marker"&&a!==void 0)this.createNewMarker(a);else if(o==="action")switch(a){case"select":this.switchToSelectMode(),this.switchToSelectMode();break;case"delete":this.deleteSelectedMarker();break;case"clear":this.clear();break;case"undo":this.undo();break;case"redo":this.redo();break;case"zoom":this.stepZoom();break;case"zoom-out":this.zoomLevel=1;break;case"notes":this.notesArea===void 0?(this.switchToSelectMode(),this.zoomLevel=1,this.showNotesEditor()):this.switchToSelectMode();break;case"close":this.close();break;case"render":this.switchToSelectMode(),this.startRenderAndClose()}},c.prototype.deleteSelectedMarker=function(){var o=this;if(this._currentMarker!==void 0){var a=!1;if(this.eventListeners.markerbeforedelete.forEach(function(g){var h=new Ze(o,o._currentMarker,!0);g(h),h.defaultPrevented&&(a=!0)}),!a){var u=this._currentMarker;this._currentMarker.dispose(),this.markerImage.removeChild(this._currentMarker.container),this.markers.splice(this.markers.indexOf(this._currentMarker),1),this.setCurrentMarker(),this.addUndoStep(),this.eventListeners.markerdelete.forEach(function(g){return g(new Ze(o,u))})}}},c.prototype.clear=function(){var o=this,a=!1;if(this.markers.length>0&&(this.eventListeners.markerbeforedelete.forEach(function(_){var Re=new Ze(o,void 0,!0);_(Re),Re.defaultPrevented&&(a=!0)}),!a)){this.setCurrentMarker();for(var u=function(_){var Re=g.markers[_];g.setCurrentMarker(g.markers[_]),g._currentMarker.dispose(),g.markerImage.removeChild(g._currentMarker.container),g.markers.splice(g.markers.indexOf(g._currentMarker),1),g.eventListeners.markerdelete.forEach(function(se){return se(new Ze(o,Re))})},g=this,h=this.markers.length-1;h>=0;h--)u(h);this.addUndoStep()}},Object.defineProperty(c.prototype,"isNotesAreaOpen",{get:function(){return this.notesArea!==void 0},enumerable:!1,configurable:!0}),c.prototype.showNotesEditor=function(){var o;this._currentMarker!==void 0&&(this.overlayContainer.innerHTML="",this.notesArea=document.createElement("textarea"),this.notesArea.className=this.uiStyleSettings.notesAreaStyleClassName,this.notesArea.style.pointerEvents="auto",this.notesArea.style.alignSelf="stretch",this.notesArea.style.width="100%",this.notesArea.style.margin=this.uiStyleSettings.toolbarHeight/4+"px",this.notesArea.value=(o=this._currentMarker.notes)!==null&&o!==void 0?o:"",this.overlayContainer.appendChild(this.notesArea))},c.prototype.hideNotesEditor=function(){this.isNotesAreaOpen&&(this._currentMarker!==void 0&&(this._currentMarker.notes=this.notesArea.value.trim()!==""?this.notesArea.value:void 0),this.overlayContainer.removeChild(this.notesArea),this.notesArea=void 0)},c.prototype.selectLastMarker=function(){this.markers.length>0?this.setCurrentMarker(this.markers[this.markers.length-1]):this.setCurrentMarker()},c.prototype.addUndoStep=function(){var o=this;if(this._currentMarker===void 0||this._currentMarker.state!=="edit"){var a=this.getState(),u=this.undoRedoManager.getLastUndoStep();if(!u||u.width===a.width&&u.height===a.height){var g=this.undoRedoManager.undoStepCount;this.undoRedoManager.addUndoStep(a),g<this.undoRedoManager.undoStepCount&&this.eventListeners.statechange.forEach(function(h){return h(new At(o))})}else this.undoRedoManager.replaceLastUndoStep(a),this.eventListeners.statechange.forEach(function(h){return h(new At(o))})}},c.prototype.undo=function(){this.switchToSelectMode(),this.addUndoStep(),this.undoStep()},c.prototype.undoStep=function(){var o=this,a=this.undoRedoManager.undo();a!==void 0&&(this.restoreState(a),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(u){return u(new At(o))}))},c.prototype.redo=function(){this.switchToSelectMode(),this.redoStep()},c.prototype.redoStep=function(){var o=this,a=this.undoRedoManager.redo();a!==void 0&&(this.restoreState(a),this.addDefsToImage(),this.selectLastMarker(),this.eventListeners.statechange.forEach(function(u){return u(new At(o))}))},c.prototype.stepZoom=function(){var o=this.zoomSteps.indexOf(this.zoomLevel);this.zoomLevel=o<this.zoomSteps.length-1?this.zoomSteps[o+1]:this.zoomSteps[0]},c.prototype.panTo=function(o){this.contentDiv.scrollBy({left:this.prevPanPoint.x-o.x,top:this.prevPanPoint.y-o.y}),this.prevPanPoint=o},c.prototype.startRenderAndClose=function(){return xe(this,void 0,void 0,function(){var o,a,u=this;return Ae(this,function(g){switch(g.label){case 0:return[4,this.render()];case 1:return o=g.sent(),a=this.getState(),this.eventListeners.render.forEach(function(h){return h(new gt(u,o,a))}),this.close(!0),[2]}})})},c.prototype.getState=function(o){o===!0&&this.setCurrentMarker();var a={width:this.imageWidth,height:this.imageHeight,markers:[]};return this.markers.forEach(function(u){return a.markers.push(u.getState())}),a},c.prototype.restoreState=function(o){var a=this;for(this.markers.splice(0);this.markerImage.lastChild;)this.markerImage.removeChild(this.markerImage.lastChild);o.markers.forEach(function(u){var g=a._availableMarkerTypes.find(function(_){return _.typeName===u.typeName});if(g!==void 0){var h=a.addNewMarker(g);h.restoreState(u),a.markers.push(h)}}),o.width&&o.height&&(o.width!==this.imageWidth||o.height!==this.imageHeight)&&this.scaleMarkers(this.imageWidth/o.width,this.imageHeight/o.height),this.eventListeners.restorestate.forEach(function(u){return u(new At(a))})},c.prototype.addNewMarker=function(o){var a=U.createGroup();return this.markerImage.appendChild(a),new o(a,this.overlayContainer,this.settings)},c.prototype.createNewMarker=function(o){var a,u=this;(a=typeof o=="string"?this._availableMarkerTypes.find(function(g){return g.typeName===o}):o)&&(this.setCurrentMarker(),this.addUndoStep(),this._currentMarker=this.addNewMarker(a),this._currentMarker.onMarkerCreated=this.markerCreated,this._currentMarker.onColorChanged=this.colorChanged,this._currentMarker.onFillColorChanged=this.fillColorChanged,this._currentMarker.onStateChanged=this.markerStateChanged,this.markerImage.style.cursor="crosshair",this.toolbar.setActiveMarkerButton(a.typeName),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this.eventListeners.markercreating.forEach(function(g){return g(new Ze(u,u._currentMarker))}))},c.prototype.markerCreated=function(o){var a=this;this.mode="select",this.markerImage.style.cursor="default",this.markers.push(o),this.setCurrentMarker(o),o instanceof Q&&this.settings.newFreehandMarkerOnPointerUp?this.createNewMarker(Q):this.toolbar.setSelectMode(),this.addUndoStep(),this.eventListeners.markercreate.forEach(function(u){return u(new Ze(a,a._currentMarker))})},c.prototype.colorChanged=function(o){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultColor=o,this.settings.defaultStrokeColor=o)},c.prototype.fillColorChanged=function(o){this.settings.defaultColorsFollowCurrentColors&&(this.settings.defaultFillColor=o)},c.prototype.markerStateChanged=function(o){var a=this;this.eventListeners.markerchange.forEach(function(u){return u(new Ze(a,o))})},c.prototype.setCurrentMarker=function(o){var a=this;this._currentMarker!==o&&this._currentMarker!==void 0&&(this._currentMarker.deselect(),this.toolbar.setCurrentMarker(),this.toolbox.setPanelButtons([]),this._isResizing||this.eventListeners.markerdeselect.forEach(function(u){return u(new Ze(a,a._currentMarker))})),this._currentMarker=o,this._currentMarker===void 0||this._currentMarker.isSelected||(this._currentMarker.state!=="new"&&this._currentMarker.select(),this.toolbar.setCurrentMarker(this._currentMarker),this.toolbox.setPanelButtons(this._currentMarker.toolboxPanels),this._isResizing||this.eventListeners.markerselect.forEach(function(u){return u(new Ze(a,a._currentMarker))}))},c.prototype.onPointerDown=function(o){if(this._isFocused||this.focus(),this.touchPoints++,this.touchPoints===1||o.pointerType!=="touch")if(this._currentMarker===void 0||this._currentMarker.state!=="new"&&this._currentMarker.state!=="creating"){if(this.mode==="select"){var a=this.markers.find(function(u){return u.ownsTarget(o.target)});a!==void 0?(this.setCurrentMarker(a),this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(o.clientX,o.clientY),o.target)):(this.setCurrentMarker(),this.isDragging=!0,this.prevPanPoint={x:o.clientX,y:o.clientY})}}else this.isDragging=!0,this._currentMarker.pointerDown(this.clientToLocalCoordinates(o.clientX,o.clientY))},c.prototype.onDblClick=function(o){if(this._isFocused||this.focus(),this.mode==="select"){var a=this.markers.find(function(u){return u.ownsTarget(o.target)});a!==void 0&&a!==this._currentMarker&&this.setCurrentMarker(a),this._currentMarker!==void 0?this._currentMarker.dblClick(this.clientToLocalCoordinates(o.clientX,o.clientY),o.target):this.setCurrentMarker()}},c.prototype.onPointerMove=function(o){this.touchPoints!==1&&o.pointerType==="touch"||(this._currentMarker!==void 0||this.isDragging)&&(this._currentMarker!==void 0&&this._currentMarker.state==="edit"||o.preventDefault(),this._currentMarker!==void 0?this._currentMarker.manipulate(this.clientToLocalCoordinates(o.clientX,o.clientY)):this.zoomLevel>1&&this.panTo({x:o.clientX,y:o.clientY}))},c.prototype.onPointerUp=function(o){this.touchPoints>0&&this.touchPoints--,this.touchPoints===0&&this.isDragging&&this._currentMarker!==void 0&&this._currentMarker.pointerUp(this.clientToLocalCoordinates(o.clientX,o.clientY)),this.isDragging=!1,this.addUndoStep()},c.prototype.onPointerOut=function(){this.touchPoints>0&&this.touchPoints--},c.prototype.onKeyUp=function(o){this._currentMarker===void 0||this.notesArea!==void 0||o.key!=="Delete"&&o.key!=="Backspace"||this.deleteSelectedMarker()},c.prototype.clientToLocalCoordinates=function(o,a){var u=this.markerImage.getBoundingClientRect();return{x:(o-u.left)/this.zoomLevel,y:(a-u.top)/this.zoomLevel}},c.prototype.onWindowResize=function(){this.positionUI()},c.prototype.positionUI=function(){switch(this.setTopLeft(),this.settings.displayMode){case"inline":var o=this.target.getClientRects().item(0).y>this.styles.settings.toolbarHeight?this.target.offsetTop-this.styles.settings.toolbarHeight:0;this.coverDiv.style.top=o+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px";break;case"popup":this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=this.windowHeight+"px",this.contentDiv.style.maxHeight=this.windowHeight-2*this.settings.popupMargin-3.5*this.styles.settings.toolbarHeight+"px"}this.positionMarkerImage(),this.positionLogo()},c.prototype.addLicenseKey=function(o){Ne.addKey(o)},c.prototype.addEventListener=function(o,a){this.eventListeners.addEventListener(o,a)},c.prototype.removeEventListener=function(o,a){this.eventListeners.removeEventListener(o,a)},c.prototype.renderState=function(o){this._silentRenderMode=!0,this.settings.displayMode="inline",this.isOpen||this.show(),this.restoreState(o),this.startRenderAndClose(),this._silentRenderMode=!1},Object.defineProperty(c.prototype,"isFocused",{get:function(){return this._isFocused},enumerable:!1,configurable:!0}),c.prototype.focus=function(){var o=this;this._isFocused||(this.attachWindowEvents(),this._isFocused=!0,this._previousCurrentMarker!==void 0&&this.setCurrentMarker(this._previousCurrentMarker),this.eventListeners.focus.forEach(function(a){return a(new At(o))}))},c.prototype.blur=function(){var o=this;this._isFocused&&(this.detachWindowEvents(),this._isFocused=!1,this._previousCurrentMarker=this._currentMarker,this.setCurrentMarker(),this.eventListeners.blur.forEach(function(a){return a(new At(o))}))},c.instanceCounter=0,c}();/* **********************************
cropro version 1.2.0
@license SEE LICENSE IN LICENSE
copyright Alan Mendelevich
see README and LICENSE for details
********************************** *//*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var Qt=function(c,o){return(Qt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,u){a.__proto__=u}||function(a,u){for(var g in u)Object.prototype.hasOwnProperty.call(u,g)&&(a[g]=u[g])})(c,o)};function _t(c,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function a(){this.constructor=c}Qt(c,o),c.prototype=o===null?Object.create(o):(a.prototype=o.prototype,new a)}function St(c,o,a,u){return new(a||(a=Promise))(function(g,h){function _(ht){try{se(u.next(ht))}catch(Le){h(Le)}}function Re(ht){try{se(u.throw(ht))}catch(Le){h(Le)}}function se(ht){var Le;ht.done?g(ht.value):(Le=ht.value,Le instanceof a?Le:new a(function(Et){Et(Le)})).then(_,Re)}se((u=u.apply(c,o||[])).next())})}function bn(c,o){var a,u,g,h,_={label:0,sent:function(){if(1&g[0])throw g[1];return g[1]},trys:[],ops:[]};return h={next:Re(0),throw:Re(1),return:Re(2)},typeof Symbol=="function"&&(h[Symbol.iterator]=function(){return this}),h;function Re(se){return function(ht){return function(Le){if(a)throw new TypeError("Generator is already executing.");for(;_;)try{if(a=1,u&&(g=2&Le[0]?u.return:Le[0]?u.throw||((g=u.return)&&g.call(u),0):u.next)&&!(g=g.call(u,Le[1])).done)return g;switch(u=0,g&&(Le=[2&Le[0],g.value]),Le[0]){case 0:case 1:g=Le;break;case 4:return _.label++,{value:Le[1],done:!1};case 5:_.label++,u=Le[1],Le=[0];continue;case 7:Le=_.ops.pop(),_.trys.pop();continue;default:if(!(g=_.trys,(g=g.length>0&&g[g.length-1])||Le[0]!==6&&Le[0]!==2)){_=0;continue}if(Le[0]===3&&(!g||Le[1]>g[0]&&Le[1]<g[3])){_.label=Le[1];break}if(Le[0]===6&&_.label<g[1]){_.label=g[1],g=Le;break}if(g&&_.label<g[2]){_.label=g[2],_.ops.push(Le);break}g[2]&&_.ops.pop(),_.trys.pop();continue}Le=o.call(c,_)}catch(Et){Le=[6,Et],u=0}finally{a=g=0}if(5&Le[0])throw Le[1];return{value:Le[0]?Le[1]:void 0,done:!0}}([se,ht])}}}var rn=function(){function c(){}return c.addKey=function(o){c.key=o},Object.defineProperty(c,"isLicensed",{get:function(){return!!c.key&&new RegExp(/^CRPR-[A-Z][0-9]{3}-[A-Z][0-9]{3}-[0-9]{4}$/,"i").test(c.key)},enumerable:!1,configurable:!0}),c}(),pt=function(){function c(){}return c.createDefs=function(){return document.createElementNS("http://www.w3.org/2000/svg","defs")},c.setAttributes=function(o,a){for(var u=0,g=a;u<g.length;u++){var h=g[u],_=h[0],Re=h[1];o.setAttribute(_,Re)}},c.createRect=function(o,a,u){var g=document.createElementNS("http://www.w3.org/2000/svg","rect");return g.setAttribute("width",o.toString()),g.setAttribute("height",a.toString()),u&&c.setAttributes(g,u),g},c.createLine=function(o,a,u,g,h){var _=document.createElementNS("http://www.w3.org/2000/svg","line");return _.setAttribute("x1",o.toString()),_.setAttribute("y1",a.toString()),_.setAttribute("x2",u.toString()),_.setAttribute("y2",g.toString()),h&&c.setAttributes(_,h),_},c.createPolygon=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","polygon");return u.setAttribute("points",o),a&&c.setAttributes(u,a),u},c.createCircle=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","circle");return u.setAttribute("cx",(o/2).toString()),u.setAttribute("cy",(o/2).toString()),u.setAttribute("r",o.toString()),a&&c.setAttributes(u,a),u},c.createEllipse=function(o,a,u){var g=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return g.setAttribute("cx",(o/2).toString()),g.setAttribute("cy",(a/2).toString()),g.setAttribute("rx",(o/2).toString()),g.setAttribute("ry",(a/2).toString()),u&&c.setAttributes(g,u),g},c.createGroup=function(o){var a=document.createElementNS("http://www.w3.org/2000/svg","g");return o&&c.setAttributes(a,o),a},c.createTransform=function(){return document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGTransform()},c.createMarker=function(o,a,u,g,h,_,Re){var se=document.createElementNS("http://www.w3.org/2000/svg","marker");return c.setAttributes(se,[["id",o],["orient",a],["markerWidth",u.toString()],["markerHeight",g.toString()],["refX",h.toString()],["refY",_.toString()]]),se.appendChild(Re),se},c.createText=function(o){var a=document.createElementNS("http://www.w3.org/2000/svg","text");return a.setAttribute("x","0"),a.setAttribute("y","0"),o&&c.setAttributes(a,o),a},c.createTSpan=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","tspan");return u.textContent=o,a&&c.setAttributes(u,a),u},c.createImage=function(o){var a=document.createElementNS("http://www.w3.org/2000/svg","image");return o&&c.setAttributes(a,o),a},c.createPoint=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGPoint();return u.x=o,u.y=a,u},c.createPath=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg","path");return u.setAttribute("d",o),a&&c.setAttributes(u,a),u},c.createElement=function(o,a){var u=document.createElementNS("http://www.w3.org/2000/svg",o);return a&&c.setAttributes(u,a),u},c.getHollowRectanglePath=function(o,a,u,g,h,_,Re,se){return"M"+o+","+a+"V"+(a+g)+"H"+(o+u)+"V"+a+"H"+h+"V"+_+"H"+(h+Re)+"V"+(_+se)+"H"+h+"V"+a+"Z"},c}(),Qn=function(){function c(o){this._classNamePrefixBase="__cropro_",this.classes=[],this.rules=[],this.settings=this.defaultSettings,this._classNamePrefix=this._classNamePrefixBase+"_"+o+"_"}return Object.defineProperty(c.prototype,"classNamePrefixBase",{get:function(){return this._classNamePrefixBase},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"classNamePrefix",{get:function(){return this._classNamePrefix},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"defaultSettings",{get:function(){return{canvasBackgroundColor:"#333333",toolbarBackgroundColor:"#111111",toolbarBackgroundHoverColor:"#333333",toolbarBackgroundActiveColor:"#282828",toolbarColor:"#eeeeee",cropShadeColor:"#ffffff",cropFrameColor:"#ffffff",gripColor:"#333333",gripFillColor:"#cccccc",toolbarHeight:40}},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"fadeInAnimationClassName",{get:function(){return this.classNamePrefix+"_fade_in"},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"fadeOutAnimationClassName",{get:function(){return this.classNamePrefix+"_fade_out"},enumerable:!1,configurable:!0}),c.prototype.addClass=function(o){return this.styleSheet===void 0&&this.addStyleSheet(),o.name=""+this.classNamePrefix+o.localName,this.classes.push(o),this.styleSheet.sheet.insertRule("."+o.name+" {"+o.style+"}",this.styleSheet.sheet.cssRules.length),o},c.prototype.addRule=function(o){this.styleSheet===void 0&&this.addStyleSheet(),this.rules.push(o),this.styleSheet.sheet.insertRule(o.selector+" {"+o.style+"}",this.styleSheet.sheet.cssRules.length)},c.prototype.addStyleSheet=function(){var o;this.styleSheet=document.createElement("style"),((o=this.styleSheetRoot)!==null&&o!==void 0?o:document.head).appendChild(this.styleSheet),this.addRule(new Cn("."+this.classNamePrefix+" h3","font-family: sans-serif")),this.addRule(new Cn("@keyframes "+this.classNamePrefix+"_fade_in_animation_frames",`
from {
opacity: 0;
}
to {
opacity: 1;
}
`)),this.addRule(new Cn("@keyframes "+this.classNamePrefix+"_fade_out_animation_frames",`
from {
opacity: 1;
}
to {
opacity: 0;
}
`)),this.addClass(new pn("_fade_in",`
animation-duration: 0.3s;
animation-name: `+this.classNamePrefix+`_fade_in_animation_frames;
`)),this.addClass(new pn("_fade_out",`
animation-duration: 0.3s;
animation-name: `+this.classNamePrefix+`_fade_out_animation_frames;
`))},c.prototype.removeStyleSheet=function(){var o;this.styleSheet&&(((o=this.styleSheetRoot)!==null&&o!==void 0?o:document.head).removeChild(this.styleSheet),this.styleSheet=void 0)},c}(),Cn=function(c,o){this.selector=c,this.style=o},pn=function(c,o){this.localName=c,this.style=o},Sn=function(){function c(){this.blocks=[],this.display=""}return c.prototype.addButtonBlock=function(o){o.className=this.blockClassName,o.buttonClassName=this.buttonClassName,o.buttonColorsClassName=this.buttonColorsClassName,o.buttonActiveColorsClassName=this.buttonActiveColorsClassName,this.blocks.push(o)},c.prototype.addElementBlock=function(o){o.className===void 0&&(o.className=this.blockClassName),this.blocks.push(o)},c.prototype.getUI=function(){var o=document.createElement("div");return o.className=this.className+" "+this.colorsClassName+" "+this.fadeInClassName,o.style.display=this.display,this.blocks.forEach(function(a){return o.appendChild(a.getUI())}),o},c}(),li=function(){function c(){}return c.prototype.getUI=function(){var o=document.createElement("div");if(o.className=this.className,this.minWidth!==void 0&&(o.style.minWidth=this.minWidth),this.contentAlign!==void 0)switch(this.contentAlign){case"start":o.style.justifyContent="flex-start";break;case"center":o.style.justifyContent="center";break;case"end":o.style.justifyContent="flex-end"}return o.style.whiteSpace="nowrap",o},c}(),Vn=function(c){function o(){var a=c!==null&&c.apply(this,arguments)||this;return a.buttons=[],a}return _t(o,c),o.prototype.addButton=function(a){a.className=this.buttonClassName,a.colorsClassName=this.buttonColorsClassName,a.activeColorsClassName=this.buttonActiveColorsClassName,this.buttons.push(a)},o.prototype.getUI=function(){var a=c.prototype.getUI.call(this);return this.buttons.forEach(function(u){return a.appendChild(u.getUI())}),a},o}(li),Bt=function(){function c(o,a){this._isActive=!1,this._isHidden=!1,this._icon=o,this.title=a,this.uiContainer=document.createElement("div"),this.adjustClassName=this.adjustClassName.bind(this)}return Object.defineProperty(c.prototype,"icon",{get:function(){return this._icon},set:function(o){this._icon=o,this.buttonContainer.innerHTML=this._icon},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isActive",{get:function(){return this._isActive},set:function(o){this._isActive=o,this.adjustClassName()},enumerable:!1,configurable:!0}),c.prototype.getUI=function(){var o=this;return this.buttonContainer=document.createElement("div"),this.buttonContainer.title=this.title,this.buttonContainer.className=this.className+" "+this.colorsClassName,this.adjustClassName(),this.buttonContainer.innerHTML=this._icon,this.onClick&&this.buttonContainer.addEventListener("click",function(){return o.onClick()}),this.uiContainer.appendChild(this.buttonContainer),this.uiContainer.style.display=this._isHidden?"none":"inline-block",this.uiContainer},c.prototype.adjustClassName=function(){this.activeColorsClassName&&(this._isActive&&this.buttonContainer.className.indexOf(this.activeColorsClassName)<0?this.buttonContainer.className+=" "+this.activeColorsClassName:this._isActive||(this.buttonContainer.className=this.buttonContainer.className.replace(this.activeColorsClassName,"")))},c.prototype.hide=function(){this._isHidden=!0},c}(),ct=function(c){function o(){var a=c!==null&&c.apply(this,arguments)||this;return a.elements=[],a}return _t(o,c),o.prototype.addElement=function(a){this.elements.push(a)},o.prototype.getUI=function(){var a=c.prototype.getUI.call(this);return this.elements.forEach(function(u){return a.appendChild(u)}),a},o}(li),jn=function(){function c(o,a){this.horizontal=o,this.vertical=a}return Object.defineProperty(c.prototype,"ratio",{get:function(){return 1*this.horizontal/this.vertical},enumerable:!1,configurable:!0}),c.prototype.getVerticalLength=function(o){return o/this.ratio},c.prototype.getHorizontalLength=function(o){return o*this.ratio},c}(),ui=function(){function c(){}return c.getIcon=function(o,a){if(o>0&&a>0){var u=new jn(o,a),g=u.ratio>=1?20:u.getHorizontalLength(20),h=u.ratio<1?20:u.getVerticalLength(20),_=document.createElementNS("http://www.w3.org/2000/svg","svg");_.setAttribute("xmlns","http://www.w3.org/2000/svg"),_.setAttribute("viewBox","0 0 24 24"),document.body.appendChild(_);var Re=pt.createDefs();_.appendChild(Re);var se=pt.createElement("clipPath",[["id","text-bg-clip"]]);Re.appendChild(se);var ht=pt.createPath(pt.getHollowRectanglePath((24-g)/2,(24-h)/2,g,h,(24-g)/2+2,(24-h)/2+2,g-4,h-4));_.appendChild(ht);var Le=pt.createText([["x","0"],["y","0"],["font-size","7px"],["font-family","monospace"]]);Le.appendChild(pt.createTSpan(o+":"+a)),_.appendChild(Le);var Et=Le.getBBox();pt.setAttributes(Le,[["x",((24-Et.width)/2).toString()],["y",((24-Et.height)/2-Et.y).toString()]]);var Pt=pt.createPath(pt.getHollowRectanglePath(0,0,24,24,(24-Math.ceil(Et.width))/2,(24-Math.ceil(Et.height))/2,Math.ceil(Et.width),Math.ceil(Et.height)));return se.appendChild(Pt),pt.setAttributes(ht,[["clip-path","url(#text-bg-clip)"]]),document.body.removeChild(_),_.outerHTML}return'<svg viewBox="0 0 24 24"><path d="M19 12h-2v3h-3v2h5v-5M7 9h3V7H5v5h2V9m14-6H3a2 2 0 00-2 2v14a2 2 0 002 2h18a2 2 0 002-2V5a2 2 0 00-2-2m0 16H3V5h18v14z"/></svg>'},c}(),kn=function(c){function o(a,u,g){var h=c.call(this,a,u)||this;return h.isDropdownOpen=!1,h.onClick=h.dropdownButtonClicked,h.dropdownButtons=g,h}return _t(o,c),o.prototype.setupDropdown=function(){var a=this;this.dropdownBlock=document.createElement("div"),this.dropdownBlock.className=this.dropdownClassName+" "+this.dropdownColorsClassName,this.dropdownBlock.style.display="none",this.dropdownButtons.forEach(function(u){u.className=a.className,u.colorsClassName=a.colorsClassName,a.dropdownBlock.appendChild(u.getUI())}),this.uiContainer.appendChild(this.dropdownBlock)},o.prototype.positionDropdown=function(){this.dropdownBlock.style.left=this.uiContainer.clientLeft+"px",this.dropdownBlock.style.top=this.uiContainer.clientTop+this.uiContainer.clientHeight+"px"},o.prototype.dropdownButtonClicked=function(){this.dropdownBlock===void 0&&this.setupDropdown(),this.isDropdownOpen=!this.isDropdownOpen,this.toggleDropdown()},o.prototype.toggleDropdown=function(){this.positionDropdown(),this.dropdownBlock.style.display=this.isDropdownOpen?"inline-block":"none"},o.prototype.showDropdown=function(){this.isDropdownOpen=!0,this.toggleDropdown()},o.prototype.hideDropdown=function(){this.isDropdownOpen=!1,this.toggleDropdown()},o}(Bt),Dt=function(){function c(o,a){this.GRIP_SIZE=10,this.color=o,this.fillColor=a,this.visual=pt.createGroup(),this.visual.appendChild(pt.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(pt.createCircle(this.GRIP_SIZE,[["fill",this.fillColor],["fill-opacity","0.9"],["stroke",this.color],["stroke-width","2"],["stroke-opacity","0.7"]]))}return c.prototype.ownsTarget=function(o){return o===this.visual||o===this.visual.childNodes[0]||o===this.visual.childNodes[1]},c.prototype.setCenter=function(o,a){this.visual.childNodes.forEach(function(u){return pt.setAttributes(u,[["cx",o.toString()],["cy",a.toString()]])})},c}(),Kn=function(){function c(o,a,u,g){this.isMoving=!1,this._isGridVisible=!0,this.numberOfGridLines=2,this.horizontalGridLines=[],this.verticalGridLines=[],this._zoomFactor=1,this.cropRectChanged=!1,this.canvasWidth=o,this.canvasHeight=a,this.margin=u,this.container=g,this.attachEvents=this.attachEvents.bind(this),this.onPointerDown=this.onPointerDown.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.resize=this.resize.bind(this),this.adjustCropRect=this.adjustCropRect.bind(this),this.scaleCanvas=this.scaleCanvas.bind(this),this.getRescaledRect=this.getRescaledRect.bind(this)}return Object.defineProperty(c.prototype,"aspectRatio",{get:function(){return this._aspectRatio},set:function(o){this._aspectRatio=o,this.adjustCropRect(),this.setCropRectangle(this.cropRect)},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isGridVisible",{get:function(){return this._isGridVisible},set:function(o){this._isGridVisible=o,this.gridContainer&&pt.setAttributes(this.gridContainer,[["display",this._isGridVisible?"":"none"]])},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"zoomFactor",{get:function(){return this._zoomFactor},set:function(o){this._zoomFactor=o,this.setCropRectangle(this.cropRect)},enumerable:!1,configurable:!0}),c.prototype.open=function(){var o=this;this.cropShadeElement=pt.createPath("M0,0Z",[["fill",this.cropShadeColor],["fill-opacity","0.8"]]),this.container.appendChild(this.cropShadeElement),this.gridContainer=pt.createGroup([["display",this.isGridVisible?"":"none"]]),this.container.appendChild(this.gridContainer);for(var a=0;a<this.numberOfGridLines;a++)this.horizontalGridLines.push(pt.createLine(0,0,0,0,[["stroke",this.cropFrameColor],["stroke-width","1"],["stroke-dasharray","3 1"],["opacity","0.7"]])),this.verticalGridLines.push(pt.createLine(0,0,0,0,[["stroke",this.cropFrameColor],["stroke-width","1"],["stroke-dasharray","3 1"],["opacity","0.7"]]));this.horizontalGridLines.forEach(function(u){return o.gridContainer.appendChild(u)}),this.verticalGridLines.forEach(function(u){return o.gridContainer.appendChild(u)}),this.cropRectElement=pt.createRect(0,0,[["stroke",this.cropFrameColor],["stroke-width","3"],["fill","transparent"]]),this.container.appendChild(this.cropRectElement),this.topLeftGrip=new Dt(this.gripColor,this.gripFillColor),this.container.appendChild(this.topLeftGrip.visual),this.topRightGrip=new Dt(this.gripColor,this.gripFillColor),this.container.appendChild(this.topRightGrip.visual),this.bottomLeftGrip=new Dt(this.gripColor,this.gripFillColor),this.container.appendChild(this.bottomLeftGrip.visual),this.bottomRightGrip=new Dt(this.gripColor,this.gripFillColor),this.container.appendChild(this.bottomRightGrip.visual),this.attachEvents()},c.prototype.setCropRectangle=function(o){this.cropRect=o;var a=Object.assign({},this.cropRect);this.zoomFactor!==1&&(a.width=this.cropRect.width*this.zoomFactor,a.height=this.cropRect.height*this.zoomFactor,a.x=this.cropRect.height/this.cropRect.width<this.canvasHeight/this.canvasWidth?this.margin:this.margin+this.canvasWidth/2-a.width/2,a.y=this.cropRect.height/this.cropRect.width>this.canvasHeight/this.canvasWidth?this.margin:this.margin+this.canvasHeight/2-a.height/2),pt.setAttributes(this.cropRectElement,[["x",a.x.toString()],["y",a.y.toString()],["width",a.width.toString()],["height",a.height.toString()]]);var u=a.height/(this.numberOfGridLines+1);this.horizontalGridLines.forEach(function(h,_){var Re=a.y+u*(_+1);pt.setAttributes(h,[["x1",""+a.x],["y1",""+Re],["x2",""+(a.x+a.width)],["y2",""+Re]])});var g=a.width/(this.numberOfGridLines+1);this.verticalGridLines.forEach(function(h,_){var Re=a.x+g*(_+1);pt.setAttributes(h,[["x1",""+Re],["y1",""+a.y],["x2",""+Re],["y2",""+(a.y+a.height)]])}),pt.setAttributes(this.cropShadeElement,[["d",pt.getHollowRectanglePath(0,0,this.canvasWidth+2*this.margin,this.canvasHeight+2*this.margin,a.x,a.y,a.width,a.height)]]),this.topLeftGrip.setCenter(a.x,a.y),this.topRightGrip.setCenter(a.x+a.width,a.y),this.bottomLeftGrip.setCenter(a.x,a.y+a.height),this.bottomRightGrip.setCenter(a.x+a.width,a.y+a.height),this.cropRectChanged&&this.onCropChange&&(this.cropRectChanged=!1,this.onCropChange(this.cropRect)),this.cropRectChanged=!1},c.prototype.attachEvents=function(){this.container.style.touchAction="none",this.container.addEventListener("pointerdown",this.onPointerDown),this.container.addEventListener("pointermove",this.onPointerMove),this.container.addEventListener("pointerup",this.onPointerUp)},c.prototype.clientToLocalCoordinates=function(o,a){var u=this.container.getBoundingClientRect();return{x:o-u.left+this.margin,y:a-u.top+this.margin}},c.prototype.onPointerDown=function(o){this.container.setPointerCapture(o.pointerId),this.previousPoint=this.clientToLocalCoordinates(o.clientX,o.clientY),this.cropRectElement===o.target?this.isMoving=!0:this.topLeftGrip.ownsTarget(o.target)?this.activeGrip=this.topLeftGrip:this.bottomLeftGrip.ownsTarget(o.target)?this.activeGrip=this.bottomLeftGrip:this.topRightGrip.ownsTarget(o.target)?this.activeGrip=this.topRightGrip:this.bottomRightGrip.ownsTarget(o.target)&&(this.activeGrip=this.bottomRightGrip)},c.prototype.onPointerMove=function(o){if(this.isMoving)this.move(this.clientToLocalCoordinates(o.clientX,o.clientY));else if(this.activeGrip){var a=this.clientToLocalCoordinates(o.clientX,o.clientY);this.resize(a)}o.preventDefault()},c.prototype.onPointerUp=function(o){this.activeGrip=void 0,this.isMoving=!1,this.container.releasePointerCapture(o.pointerId)},c.prototype.move=function(o){var a=o.x-this.previousPoint.x,u=o.y-this.previousPoint.y;this.zoomFactor!==1&&(a=-a/this.zoomFactor,u=-u/this.zoomFactor),this.cropRect.x=Math.min(Math.max(this.margin,this.cropRect.x+a),this.canvasWidth-this.cropRect.width+this.margin),this.cropRect.y=Math.min(Math.max(this.margin,this.cropRect.y+u),this.canvasHeight-this.cropRect.height+this.margin),this.onCropChange?(this.cropRectChanged=!0,this.onCropChange(this.cropRect)):this.setCropRectangle(this.cropRect),this.previousPoint=o},c.prototype.resize=function(o){var a=Object.assign({},this.cropRect),u=o.x-this.previousPoint.x,g=o.y-this.previousPoint.y;switch(this.activeGrip){case this.bottomLeftGrip:case this.topLeftGrip:a.x+u<this.margin&&(u=this.margin-a.x),a.x+=u,a.width=this.cropRect.x+this.cropRect.width-a.x;break;case this.bottomRightGrip:case this.topRightGrip:a.width+u>this.canvasWidth*this.zoomFactor&&(u=this.canvasWidth*this.zoomFactor-a.width),a.width+=u}switch(this.activeGrip){case this.topLeftGrip:case this.topRightGrip:this.aspectRatio?(a.y=this.cropRect.y-(this.activeGrip===this.topLeftGrip?-1:1)*this.aspectRatio.getVerticalLength(u),a.height=this.aspectRatio.getVerticalLength(a.width)):(a.y+=g,a.height=this.cropRect.y+this.cropRect.height-a.y);break;case this.bottomLeftGrip:case this.bottomRightGrip:this.aspectRatio?a.height=this.aspectRatio.getVerticalLength(a.width):a.height+=g}a.width<10&&(a.x=this.cropRect.x,a.width=10),a.height<10&&(a.y=this.cropRect.y,a.height=10),this.previousPoint=o,a.x>=this.margin&&a.y>=this.margin&&a.x-this.margin+a.width<=this.canvasWidth&&a.y-this.margin+a.height<=this.canvasHeight&&(this.cropRect=a,this.onCropChange?(this.cropRectChanged=!0,this.onCropChange(this.cropRect)):this.setCropRectangle(this.cropRect))},c.prototype.adjustCropRect=function(){if(this.aspectRatio&&Math.round(this.cropRect.height)!==Math.round(this.aspectRatio.getVerticalLength(this.cropRect.width))){var o=this.cropRect.x+this.cropRect.width/2,a=this.cropRect.y+this.cropRect.height/2,u=this.aspectRatio.getHorizontalLength(this.cropRect.height),g=this.aspectRatio.getVerticalLength(this.cropRect.width);u/this.canvasWidth<g/this.canvasHeight?this.cropRect.width=u:this.cropRect.height=g,this.cropRect.width>this.canvasWidth&&(this.cropRect.height/=this.cropRect.width/this.canvasWidth,this.cropRect.width=this.canvasWidth),this.cropRect.height>this.canvasHeight&&(this.cropRect.width/=this.cropRect.height/this.canvasHeight,this.cropRect.height=this.canvasHeight),this.cropRect.x=o-this.cropRect.width/2,this.cropRect.y=a-this.cropRect.height/2,this.cropRect.x+this.cropRect.width>this.margin+this.canvasWidth&&(this.cropRect.x=this.margin+this.canvasWidth-this.cropRect.width),this.cropRect.y+this.cropRect.height>this.margin+this.canvasHeight&&(this.cropRect.y=this.margin+this.canvasHeight-this.cropRect.height),this.cropRect.x=Math.max(this.cropRect.x,this.margin),this.cropRect.y=Math.max(this.cropRect.y,this.margin)}},c.prototype.getRescaledRect=function(o,a,u,g,h,_){var Re=u/o,se=g/a;return{x:(h.x-_)*Re+_,y:(h.y-_)*se+_,width:h.width*Re,height:h.height*se}},c.prototype.scaleCanvas=function(o,a){var u=this.getRescaledRect(this.canvasWidth,this.canvasHeight,o,a,this.cropRect,this.margin);this.canvasWidth=o,this.canvasHeight=a,this.onCropChange&&this.onCropChange(u),this.setCropRectangle(u)},c}(),hi=function(){function c(o){this._angle=0,this.isDragging=!1,this.width=401,this.height=24,this.title=o,this.uiContainer=document.createElement("div"),this.getUI=this.getUI.bind(this),this.onPointerDown=this.onPointerDown.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.setAngleLabel=this.setAngleLabel.bind(this),this.positionScaleShape=this.positionScaleShape.bind(this)}return Object.defineProperty(c.prototype,"angle",{get:function(){return this._angle},set:function(o){this._angle=o,this.setAngleLabel(),this.positionScaleShape()},enumerable:!1,configurable:!0}),c.prototype.getUI=function(){return this.controlContainer=document.createElement("div"),this.controlContainer.title=this.title,this.controlContainer.className=this.className+" "+this.colorsClassName,this.controlContainer.appendChild(this.getVisual()),this.controlContainer.addEventListener("pointerdown",this.onPointerDown),this.controlContainer.addEventListener("pointermove",this.onPointerMove),this.controlContainer.addEventListener("pointerup",this.onPointerUp),this.uiContainer.appendChild(this.controlContainer),this.uiContainer.style.display="inline-block",this.uiContainer.style.touchAction="none",this.setAngleLabel(),this.positionScaleShape(),this.uiContainer},c.prototype.onPointerDown=function(o){this.controlContainer.setPointerCapture(o.pointerId),this.isDragging=!0,this.previousPoint={x:o.clientX,y:o.clientY}},c.prototype.onPointerMove=function(o){this.isDragging&&(this.onAngleChange&&this.onAngleChange((o.clientX-this.previousPoint.x)/5),this.previousPoint.x=o.clientX)},c.prototype.onPointerUp=function(o){this.isDragging&&this.onAngleChange&&this.onAngleChange((o.clientX-this.previousPoint.x)/5),this.isDragging=!1,this.controlContainer.releasePointerCapture(o.pointerId)},c.prototype.setAngleLabel=function(){if(this.angleLabelText){this.angleLabelText.innerHTML=""+Math.round(this._angle);var o=this.angleLabelText.getBBox();pt.setAttributes(this.angleLabelElement,[["x",((this.width-o.width)/2).toString()],["y",(this.height/2).toString()]])}},c.prototype.positionScaleShape=function(){if(this.scaleShape){var o=this.scaleShape.transform.baseVal.getItem(0);o.setTranslate(this._angle%5*5-25,0),this.scaleShape.transform.baseVal.replaceItem(o,0)}},c.prototype.getVisual=function(){var o=document.createElementNS("http://www.w3.org/2000/svg","svg");o.setAttribute("xmlns","http://www.w3.org/2000/svg"),o.setAttribute("width",this.width+"px"),o.setAttribute("height",this.height+"px"),o.setAttribute("viewBox","0 0 "+this.width+" "+this.height),o.style.flexShrink="0",document.body.appendChild(o);for(var a="M0,"+(this.height-1)+" v"+-this.height/3+"h1v"+this.height/3,u=1;u<=this.width/5+10;u++){var g=u%5==0?this.height/3:this.height/6;a+="h4v"+-g+"h1v"+g}a+="v1H0Z",this.scaleShape=pt.createPath(a);var h=pt.createTransform();this.scaleShape.transform.baseVal.appendItem(h),o.appendChild(this.scaleShape),this.angleLabelElement=pt.createText([["x","0"],["y","0"],["font-size","10px"],["font-family","monospace"]]),this.angleLabelText=pt.createTSpan(""),this.angleLabelElement.appendChild(this.angleLabelText);var _=pt.createTSpan("");return _.innerHTML="&deg;",this.angleLabelElement.appendChild(_),o.appendChild(this.angleLabelElement),document.body.removeChild(o),o},c}(),vi=function(){function c(){this.naturalSize=!1,this.imageType="image/png"}return c.prototype.rasterize=function(o,a,u,g,h,_,Re){var se=this;return new Promise(function(ht){var Le=document.createElement("canvas");Le.width=o.width.baseVal.value-2*g,Le.height=o.height.baseVal.value-2*g;var Et=1,Pt=1;se.naturalSize===!0?(Et=a.naturalWidth/(o.width.baseVal.value-2*g)/_,Pt=a.naturalHeight/(o.height.baseVal.value-2*g)/Re,Le.width=a.naturalWidth/_,Le.height=a.naturalHeight/Re):se.width!==void 0&&se.height!==void 0&&(Et=se.width/u.width,Pt=se.height/u.height,Le.width*=Et,Le.height*=Pt);var Ft=Le.getContext("2d");Ft.translate(Le.width/2,Le.height/2),Ft.rotate(h*Math.PI/180),Ft.scale(_,Re),Ft.translate(-Le.width/2,-Le.height/2),Ft.drawImage(a,0,0,Le.width,Le.height);var Wn=document.createElement("canvas");Wn.width=u.width*Et,Wn.height=u.height*Pt,Wn.getContext("2d").putImageData(Ft.getImageData((u.x-g)*Et,(u.y-g)*Pt,u.width*Et,u.height*Pt),0,0),ht(Wn.toDataURL(se.imageType,se.imageQuality))})},c}(),Be=function(){function c(o){this._zoomToCropEnabled=!0,this.zoomFactor=1,this.flippedHorizontally=!1,this.flippedVertically=!1,this._isGridVisible=!0,this._gridLines=2,this._rotationAngle=0,this.scaleFactor=1,this.renderEventListeners=[],this.closeEventListeners=[],this._isOpen=!1,this.CANVAS_MARGIN=20,this.renderAtNaturalSize=!1,this.renderImageType="image/png",this.displayMode="inline",this.popupMargin=30,this.toolbarHeight=40,this.aspectRatios=[{horizontal:0,vertical:0},{horizontal:4,vertical:3},{horizontal:3,vertical:2},{horizontal:16,vertical:9},{horizontal:1,vertical:1},{horizontal:3,vertical:4},{horizontal:2,vertical:3},{horizontal:9,vertical:16}],this._instanceNo=c.instanceCounter++,this.styles=new Qn(this.instanceNo),this.target=o,this.targetRoot=document.body,this.open=this.open.bind(this),this.setTopLeft=this.setTopLeft.bind(this),this.overrideOverflow=this.overrideOverflow.bind(this),this.restoreOverflow=this.restoreOverflow.bind(this),this.close=this.close.bind(this),this.closeUI=this.closeUI.bind(this),this.addCloseEventListener=this.addCloseEventListener.bind(this),this.removeCloseEventListener=this.removeCloseEventListener.bind(this),this.addRenderEventListener=this.addRenderEventListener.bind(this),this.removeRenderEventListener=this.removeRenderEventListener.bind(this),this.clientToLocalCoordinates=this.clientToLocalCoordinates.bind(this),this.onWindowResize=this.onWindowResize.bind(this),this.setWindowHeight=this.setWindowHeight.bind(this),this.rotateBy=this.rotateBy.bind(this),this.applyRotation=this.applyRotation.bind(this),this.cropRectChanged=this.cropRectChanged.bind(this),this.zoomToCrop=this.zoomToCrop.bind(this),this.unzoomFromCrop=this.unzoomFromCrop.bind(this),this.rotateLeftButtonClicked=this.rotateLeftButtonClicked.bind(this),this.rotateRightButtonClicked=this.rotateRightButtonClicked.bind(this),this.flipHorizontallyButtonClicked=this.flipHorizontallyButtonClicked.bind(this),this.flipVerticallyButtonClicked=this.flipVerticallyButtonClicked.bind(this),this.applyFlip=this.applyFlip.bind(this),this.startRenderAndClose=this.startRenderAndClose.bind(this),this.render=this.render.bind(this),this.onPopupResize=this.onPopupResize.bind(this),this.applyAspectRatio=this.applyAspectRatio.bind(this)}return Object.defineProperty(c.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"zoomToCropEnabled",{get:function(){return this._zoomToCropEnabled},set:function(o){this._zoomToCropEnabled=o,o?this.zoomToCrop():this.unzoomFromCrop()},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isGridVisible",{get:function(){return this._isGridVisible},set:function(o){this._isGridVisible=o,this.cropLayer&&(this.cropLayer.isGridVisible=this._isGridVisible)},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"gridLines",{get:function(){return this._gridLines},set:function(o){this._gridLines=o,this.cropLayer&&(this.cropLayer.numberOfGridLines=this._gridLines)},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"rotationAngle",{get:function(){return this._rotationAngle},set:function(o){this._rotationAngle=o,this.straightener&&(this.straightener.angle=this._rotationAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"paddedImageWidth",{get:function(){return this.imageWidth+2*this.CANVAS_MARGIN},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"paddedImageHeight",{get:function(){return this.imageHeight+2*this.CANVAS_MARGIN},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"aspectRatio",{get:function(){var o;return(o=this._aspectRatio)!==null&&o!==void 0?o:this.aspectRatios[0]},set:function(o){this._aspectRatio=o},enumerable:!1,configurable:!0}),c.prototype.open=function(){this.imageWidth=Math.round(this.target.clientWidth),this.imageHeight=Math.round(this.target.clientHeight),this.setupResizeObserver(),this.initCropCanvas(),this.setEditingTarget(),this.setTopLeft(),this.initCropLayer(),this.attachEvents(),this.applyAspectRatio(),this.displayMode==="popup"&&this.onPopupResize(),this._isOpen=!0},c.prototype.show=function(){this.showUI(),this.open()},c.prototype.close=function(o){o===void 0&&(o=!1),this.isOpen&&(this.coverDiv&&this.closeUI(),this.targetObserver&&this.targetObserver.unobserve(this.target),this.displayMode==="popup"&&window.removeEventListener("resize",this.setWindowHeight),o||this.closeEventListeners.forEach(function(a){return a()}),this._isOpen=!1)},c.prototype.addRenderEventListener=function(o){this.renderEventListeners.push(o)},c.prototype.removeRenderEventListener=function(o){this.renderEventListeners.indexOf(o)>-1&&this.renderEventListeners.splice(this.renderEventListeners.indexOf(o),1)},c.prototype.addCloseEventListener=function(o){this.closeEventListeners.push(o)},c.prototype.removeCloseEventListener=function(o){this.closeEventListeners.indexOf(o)>-1&&this.closeEventListeners.splice(this.closeEventListeners.indexOf(o),1)},c.prototype.setupResizeObserver=function(){var o=this;this.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){o.resize(o.target.clientWidth,o.target.clientHeight)}),this.targetObserver.observe(this.target)):this.displayMode==="popup"&&(window.ResizeObserver&&(this.targetObserver=new ResizeObserver(this.onPopupResize),this.targetObserver.observe(this.contentDiv)),window.addEventListener("resize",this.setWindowHeight))},c.prototype.onPopupResize=function(){if(this.contentDiv.clientWidth>0&&this.contentDiv.clientHeight>0){var o=1*this.target.clientWidth/this.target.clientHeight,a=this.contentDiv.clientWidth/o>this.contentDiv.clientHeight?(this.contentDiv.clientHeight-2*this.CANVAS_MARGIN)*o:this.contentDiv.clientWidth-2*this.CANVAS_MARGIN,u=a+2*this.CANVAS_MARGIN<this.contentDiv.clientWidth?this.contentDiv.clientHeight-2*this.CANVAS_MARGIN:(this.contentDiv.clientWidth-2*this.CANVAS_MARGIN)/o;this.resize(a,u)}},c.prototype.setWindowHeight=function(){this.windowHeight=window.innerHeight},c.prototype.setEditingTargetSize=function(){this.editorCanvas.style.width=this.imageWidth+2*this.CANVAS_MARGIN+"px",this.editorCanvas.style.height=this.imageHeight+2*this.CANVAS_MARGIN+"px",pt.setAttributes(this.editingTarget,[["width",""+this.imageWidth],["height",""+this.imageHeight]]),this.editingTarget.style.transformOrigin=this.imageWidth/2+"px "+this.imageHeight/2+"px"},c.prototype.resize=function(o,a){this.imageWidth=Math.round(o),this.imageHeight=Math.round(a),this.setEditingTargetSize(),this.cropImage.setAttribute("width",this.paddedImageWidth.toString()),this.cropImage.setAttribute("height",this.paddedImageHeight.toString()),this.cropImage.setAttribute("viewBox","0 0 "+this.paddedImageWidth.toString()+" "+this.paddedImageHeight.toString()),this.cropImageHolder.style.width=this.paddedImageWidth+"px",this.cropImageHolder.style.height=this.paddedImageHeight+"px",this.displayMode!=="popup"?this.coverDiv.style.width=this.paddedImageWidth+"px":(this.setTopLeft(),this.positionCropImage()),this.cropLayer.scaleCanvas(this.imageWidth,this.imageHeight),this.applyRotation()},c.prototype.setEditingTarget=function(){var o=document.createElement("canvas");o.width=this.target.naturalWidth,o.height=this.target.naturalHeight,o.getContext("2d").drawImage(this.target,0,0,this.target.naturalWidth,this.target.naturalHeight);var a=o.toDataURL();pt.setAttributes(this.editingTarget,[["href",a]]),this.setEditingTargetSize()},c.prototype.setTopLeft=function(){var o=this.target.getBoundingClientRect(),a=this.editorCanvas.getBoundingClientRect();this.left=o.left-a.left-this.CANVAS_MARGIN,this.top=o.top-a.top-this.CANVAS_MARGIN},c.prototype.initCropCanvas=function(){this.cropImageHolder=document.createElement("div"),this.cropImageHolder.style.setProperty("touch-action","none"),this.cropImageHolder.style.setProperty("-ms-touch-action","none"),this.cropImage=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.cropImage.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.cropImage.setAttribute("width",this.paddedImageWidth.toString()),this.cropImage.setAttribute("height",this.paddedImageHeight.toString()),this.cropImage.setAttribute("viewBox","0 0 "+this.paddedImageWidth.toString()+" "+this.paddedImageHeight.toString()),this.cropImage.style.pointerEvents="auto",this.cropImageHolder.style.width=this.paddedImageWidth+"px",this.cropImageHolder.style.height=this.paddedImageHeight+"px",this.cropImageHolder.style.transformOrigin="top left",this.positionCropImage(),this.defs=pt.createDefs(),this.cropImage.appendChild(this.defs),this.editingTarget=pt.createImage([["href",""]]),this.editingTarget.style.transformOrigin=this.imageWidth/2+"px "+this.imageHeight/2+"px",this.editingTargetRotationContainer=pt.createGroup(),this.editingTargetRotationScaleContainer=pt.createGroup(),this.editingTargetRotationScaleContainer.appendChild(this.editingTarget),this.editingTargetRotationContainer.appendChild(this.editingTargetRotationScaleContainer);var o=pt.createTransform();this.editingTargetRotationContainer.transform.baseVal.appendItem(o);var a=pt.createTransform();this.editingTargetRotationScaleContainer.transform.baseVal.appendItem(a),this.editingTargetContainer=pt.createGroup(),this.editingTargetContainer.style.transform="translate("+this.CANVAS_MARGIN+"px, "+this.CANVAS_MARGIN+"px)",this.editingTargetContainer.appendChild(this.editingTargetRotationContainer),this.cropImage.appendChild(this.editingTargetContainer),this.cropImageHolder.appendChild(this.cropImage),this.editorCanvas.appendChild(this.cropImageHolder)},c.prototype.positionCropImage=function(){this.cropImageHolder.style.top=this.top+"px",this.cropImageHolder.style.left=this.left+"px"},c.prototype.initCropLayer=function(){this.cropRect={x:this.CANVAS_MARGIN,y:this.CANVAS_MARGIN,width:this.imageWidth,height:this.imageHeight},this.cropLayerContainer=pt.createGroup(),this.cropImage.appendChild(this.cropLayerContainer),this.cropLayer=new Kn(this.imageWidth,this.imageHeight,this.CANVAS_MARGIN,this.cropLayerContainer),this.cropLayer.onCropChange=this.cropRectChanged,this.cropLayer.numberOfGridLines=this.gridLines,this.cropLayer.isGridVisible=this.isGridVisible,this.cropLayer.cropShadeColor=this.styles.settings.cropShadeColor,this.cropLayer.cropFrameColor=this.styles.settings.cropFrameColor,this.cropLayer.gripColor=this.styles.settings.gripColor,this.cropLayer.gripFillColor=this.styles.settings.gripFillColor,this.cropLayer.open(),this.cropLayer.setCropRectangle(this.cropRect),this.zoomToCropEnabled&&this.zoomToCrop()},c.prototype.zoomToCrop=function(){if(this.cropRect){var o=this.cropRect.x-this.CANVAS_MARGIN+this.cropRect.width/2,a=this.cropRect.y-this.CANVAS_MARGIN+this.cropRect.height/2;this.zoomFactor=Math.min(this.imageWidth/this.cropRect.width,this.imageHeight/this.cropRect.height),this.editingTargetContainer&&this.cropLayer&&(this.editingTargetContainer.style.transformOrigin=o+"px "+a+"px",this.editingTargetContainer.style.transform="translate("+(this.imageWidth/2-o+this.CANVAS_MARGIN)+"px,"+(this.imageHeight/2-a+this.CANVAS_MARGIN)+"px) scale("+this.zoomFactor+")",this.cropLayer.zoomFactor=this.zoomFactor)}},c.prototype.unzoomFromCrop=function(){this.zoomFactor=1,this.editingTargetContainer&&this.cropLayer&&(this.editingTargetContainer.style.transformOrigin="center",this.editingTargetContainer.style.transform="translate("+this.CANVAS_MARGIN+"px, "+this.CANVAS_MARGIN+"px) scale(1)",this.cropLayer.zoomFactor=this.zoomFactor)},c.prototype.cropRectChanged=function(o){this.cropRect=o,this.zoomToCropEnabled?this.zoomToCrop():this.cropLayer.zoomFactor=1},c.prototype.attachEvents=function(){window.addEventListener("resize",this.onWindowResize)},c.prototype.overrideOverflow=function(){this.scrollXState=window.scrollX,this.scrollYState=window.scrollY,this.bodyOverflowState=document.body.style.overflow,window.scroll({top:0,left:0}),document.body.style.overflow="hidden"},c.prototype.restoreOverflow=function(){document.body.style.overflow=this.bodyOverflowState,window.scroll({top:this.scrollYState,left:this.scrollXState})},c.prototype.showUI=function(){switch(this.addStyles(),this.displayMode==="popup"&&this.overrideOverflow(),this.coverDiv=document.createElement("div"),this.coverDiv.className=this.styles.classNamePrefixBase+" "+this.styles.classNamePrefix,this.coverDiv.style.fontSize="16px",this.displayMode){case"inline":this.coverDiv.style.position="absolute";var o=this.styles.settings.hideTopToolbar?0:this.toolbarHeight,a=this.target.offsetTop>o+this.CANVAS_MARGIN?this.target.offsetTop-(o+this.CANVAS_MARGIN):0;this.coverDiv.style.top=a+"px",this.coverDiv.style.left=(this.target.offsetLeft>this.CANVAS_MARGIN?this.target.offsetLeft-this.CANVAS_MARGIN:0)+"px",this.coverDiv.style.width=this.target.offsetWidth+this.CANVAS_MARGIN+"px",this.coverDiv.style.zIndex=this.styles.settings.zIndex!==void 0?this.styles.settings.zIndex:"5";break;case"popup":this.coverDiv.style.position="absolute",this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=window.innerHeight+"px",this.coverDiv.style.backgroundColor="rgba(0, 0, 0, 0.75)",this.coverDiv.style.zIndex=this.styles.settings.zIndex!==void 0?this.styles.settings.zIndex:"1000",this.coverDiv.style.display="flex"}this.targetRoot.appendChild(this.coverDiv),this.uiDiv=document.createElement("div"),this.uiDiv.style.display="flex",this.uiDiv.style.flexDirection="column",this.uiDiv.style.flexGrow="2",this.uiDiv.style.margin=this.displayMode==="popup"?this.popupMargin+"px":"0px",this.uiDiv.style.border="0px",this.coverDiv.appendChild(this.uiDiv),this.addToolbars(),this.uiDiv.appendChild(this.topToolbar.getUI()),this.contentDiv=document.createElement("div"),this.contentDiv.style.display="flex",this.contentDiv.style.alignItems="center",this.contentDiv.style.flexDirection="row",this.contentDiv.style.flexGrow="2",this.contentDiv.style.flexShrink="1",this.contentDiv.style.overflow="hidden",this.contentDiv.style.backgroundColor=this.styles.settings.canvasBackgroundColor,this.displayMode==="popup"&&(this.contentDiv.style.maxHeight="calc(100vh - "+(2*this.popupMargin+2*this.toolbarHeight)+"px)",this.contentDiv.style.maxWidth="calc(100vw - "+2*this.popupMargin+"px)"),this.uiDiv.appendChild(this.contentDiv),this.editorCanvas=document.createElement("div"),this.editorCanvas.style.flexGrow="2",this.editorCanvas.style.flexShrink="1",this.editorCanvas.style.position="relative",this.editorCanvas.style.overflow="hidden",this.editorCanvas.style.display="flex",this.displayMode==="popup"&&(this.editorCanvas.style.alignItems="center",this.editorCanvas.style.justifyContent="center"),this.editorCanvas.style.pointerEvents="none",this.contentDiv.appendChild(this.editorCanvas),this.uiDiv.appendChild(this.bottomToolbar.getUI()),this.straightener.angle=this.rotationAngle},c.prototype.addToolbars=function(){this.addTopToolbar(),this.addBottomToolbar()},c.prototype.addTopToolbar=function(){var o=this;this.topToolbar=new Sn,this.topToolbar.display=this.styles.settings.hideTopToolbar?"none":"",this.topToolbar.className=this.toolbarStyleClass.name,this.topToolbar.colorsClassName=this.styles.settings.toolbarStyleColorsClassName?this.styles.settings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name,this.topToolbar.fadeInClassName=this.styles.fadeInAnimationClassName,this.topToolbar.blockClassName=this.toolbarBlockStyleClass.name,this.topToolbar.buttonClassName=this.toolbarButtonStyleClass.name,this.topToolbar.buttonColorsClassName=this.styles.settings.toolbarButtonStyleColorsClassName?this.styles.settings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,this.topToolbar.buttonActiveColorsClassName=this.styles.settings.toolbarActiveButtonStyleColorsClassName?this.styles.settings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name;var a=new Vn;a.minWidth=3*this.toolbarHeight+"px",this.topToolbar.addButtonBlock(a);var u=[];this.aspectRatios.forEach(function(Pt){var Ft=new Bt(ui.getIcon(Pt.horizontal,Pt.vertical),Pt.horizontal===0&&Pt.vertical===0?"FREE":Pt.horizontal+":"+Pt.vertical);Ft.onClick=function(){return o.ratioButtonClicked(Pt)},u.push(Ft)}),this.aspectRatioButton=new kn(ui.getIcon(0,0),"Aspect ratio",u),this.aspectRatioButton.dropdownClassName=this.toolbarDropdownStyleClass.name,this.aspectRatioButton.dropdownColorsClassName=this.styles.settings.toolbarDropdownStyleColorsClassName?this.styles.settings.toolbarDropdownStyleColorsClassName:this.toolbarDropdownStyleColorsClass.name,a.addButton(this.aspectRatioButton),this.aspectRatios.length<2&&this.aspectRatioButton.hide();var g=new Bt('<svg viewBox="0 0 24 24"><path d="M10 4v4h4V4h-4m6 0v4h4V4h-4m0 6v4h4v-4h-4m0 6v4h4v-4h-4m-2 4v-4h-4v4h4m-6 0v-4H4v4h4m0-6v-4H4v4h4m0-6V4H4v4h4m2 6h4v-4h-4v4M4 2h16a2 2 0 012 2v16a2 2 0 01-2 2H4c-1.08 0-2-.9-2-2V4a2 2 0 012-2z"/></svg>',"Toggle grid");g.isActive=this.isGridVisible,g.onClick=function(){o.isGridVisible=!o.isGridVisible,g.isActive=o.isGridVisible},a.addButton(g);var h=new Bt('<svg viewBox="0 0 24 24"><path d="M15.5 14l5 5-1.5 1.5-5-5v-.79l-.27-.28A6.471 6.471 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3 6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.57 4.23l.28.27h.79m-6 0C12 14 14 12 14 9.5S12 5 9.5 5 5 7 5 9.5 7 14 9.5 14m2.5-4h-2v2H9v-2H7V9h2V7h1v2h2v1z"/></svg>',"Zoom to selection");if(h.isActive=this.zoomToCropEnabled,h.onClick=function(){o.zoomToCropEnabled=!o.zoomToCropEnabled,h.isActive=o.zoomToCropEnabled},a.addButton(h),!rn.isLicensed){var _=new ct;this.topToolbar.addElementBlock(_);var Re=document.createElement("div");Re.className=this.topToolbar.buttonClassName+" "+this.topToolbar.buttonColorsClassName;var se=document.createElement("a");se.style.color="currentColor",se.href="https://markerjs.com/products/cropro",se.target="_blank",se.innerHTML='<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path d="M16.326 14.895c0 1.126-.558 1.688-1.673 1.688H9.931c-1.116 0-1.674-.562-1.674-1.688V3.733c0-1.126.558-1.688 1.674-1.688h4.722c1.115 0 1.673.562 1.673 1.688v2.899h-1.957V3.793h-4.124v11.042h4.124v-3.242h1.957v3.302z" fill="currentColor"/><path d="M15.94 7.364a.783.783 0 00-1.065-.304l-11.01 6.126a.783.783 0 00-.303 1.065l4.498 8.085a.783.783 0 001.065.304l11.01-6.126a.783.783 0 00.303-1.065L15.94 7.364zM5.311 14.173l3.737 6.718 9.641-5.364-3.737-6.718-9.641 5.364z" fill="#eef762"/></svg>',Re.appendChild(se),_.addElement(Re)}var ht=new Vn;ht.minWidth=3*this.toolbarHeight+"px",ht.contentAlign="end",this.topToolbar.addButtonBlock(ht);var Le=new Bt('<svg viewBox="0 0 24 24"><path d="M9 20.42l-6.21-6.21 2.83-2.83L9 14.77l9.88-9.89 2.83 2.83L9 20.42z"/></svg>',"OK");Le.onClick=this.startRenderAndClose,ht.addButton(Le),this.styles.settings.toolbarOkButtonStyleColorsClassName&&(Le.colorsClassName=this.styles.settings.toolbarOkButtonStyleColorsClassName);var Et=new Bt('<svg viewBox="0 0 24 24"><path d="M20 6.91L17.09 4 12 9.09 6.91 4 4 6.91 9.09 12 4 17.09 6.91 20 12 14.91 17.09 20 20 17.09 14.91 12 20 6.91z"/></svg>',"Close");Et.onClick=this.close,ht.addButton(Et),this.styles.settings.toolbarCloseButtonStyleColorsClassName&&(Et.colorsClassName=this.styles.settings.toolbarCloseButtonStyleColorsClassName)},c.prototype.addBottomToolbar=function(){var o=this;this.bottomToolbar=new Sn,this.bottomToolbar.display=this.styles.settings.hideBottomToolbar?"none":"",this.bottomToolbar.className=this.toolbarStyleClass.name,this.bottomToolbar.colorsClassName=this.styles.settings.toolbarStyleColorsClassName?this.styles.settings.toolbarStyleColorsClassName:this.toolbarStyleColorsClass.name,this.bottomToolbar.fadeInClassName=this.styles.fadeInAnimationClassName,this.bottomToolbar.blockClassName=this.toolbarBlockStyleClass.name,this.bottomToolbar.buttonClassName=this.toolbarButtonStyleClass.name,this.bottomToolbar.buttonColorsClassName=this.styles.settings.toolbarButtonStyleColorsClassName?this.styles.settings.toolbarButtonStyleColorsClassName:this.toolbarButtonStyleColorsClass.name,this.bottomToolbar.buttonActiveColorsClassName=this.styles.settings.toolbarActiveButtonStyleColorsClassName?this.styles.settings.toolbarActiveButtonStyleColorsClassName:this.toolbarActiveButtonStyleColorsClass.name;var a=new Vn;a.minWidth=2*this.toolbarHeight+"px",this.bottomToolbar.addButtonBlock(a);var u=new Bt('<svg viewBox="0 0 24 24"><path d="M13 4.07V1L8.45 5.55 13 10V6.09c2.84.48 5 2.94 5 5.91s-2.16 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93s-3.05-7.44-7-7.93M7.1 18.32c1.16.9 2.51 1.44 3.9 1.61V17.9c-.87-.15-1.71-.49-2.46-1.03L7.1 18.32M6.09 13H4.07c.17 1.39.72 2.73 1.62 3.89l1.41-1.42c-.52-.75-.87-1.59-1.01-2.47m1.02-4.47L5.7 7.11C4.8 8.27 4.24 9.61 4.07 11h2.02c.14-.87.49-1.72 1.02-2.47z"/></svg>',"Rotate left");u.onClick=this.rotateLeftButtonClicked,a.addButton(u);var g=new Bt('<svg viewBox="0 0 24 24"><path d="M16.89 15.5l1.42 1.39c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.5M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03m6.93-6.9a7.906 7.906 0 00-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47m-2.36-5.45L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45z"/></svg>',"Rotate right");g.onClick=this.rotateRightButtonClicked,a.addButton(g);var h=new ct;h.className=this.toolbarStraightenerBlockStyleClass.name,this.bottomToolbar.addElementBlock(h),this.straightener=new hi("Straighten"),this.straightener.className=this.toolbarStraightenerStyleClass.name,this.straightener.colorsClassName=this.styles.settings.toolbarStraightenerColorsClassName?this.styles.settings.toolbarStraightenerColorsClassName:this.toolbarStraightenerStyleColorsClass.name,this.straightener.onAngleChange=function(ht){o.rotateBy(ht),o.straightener.angle=o.rotationAngle},h.addElement(this.straightener.getUI());var _=new Vn;_.minWidth=2*this.toolbarHeight+"px",_.contentAlign="end",this.bottomToolbar.addButtonBlock(_);var Re=new Bt('<svg viewBox="0 0 24 24"><path d="M15 21h2v-2h-2m4-10h2V7h-2M3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2m16-2v2h2c0-1.1-.9-2-2-2m-8 20h2V1h-2m8 16h2v-2h-2M15 5h2V3h-2m4 10h2v-2h-2m0 10c1.1 0 2-.9 2-2h-2z"/></svg>',"Flip horizontal");Re.onClick=this.flipHorizontallyButtonClicked,_.addButton(Re);var se=new Bt('<svg viewBox="0 0 24 24"><path d="M3 15v2h2v-2m10 4v2h2v-2m2-16H5c-1.1 0-2 .9-2 2v4h2V5h14v4h2V5c0-1.1-.9-2-2-2m2 16h-2v2c1.1 0 2-.9 2-2M1 11v2h22v-2M7 19v2h2v-2m10-4v2h2v-2m-10 4v2h2v-2M3 19c0 1.1.9 2 2 2v-2z"/></svg>',"Flip vertical");se.onClick=this.flipVerticallyButtonClicked,_.addButton(se)},c.prototype.ratioButtonClicked=function(o){this.aspectRatio=o,this.applyAspectRatio(),this.aspectRatioButton.hideDropdown()},c.prototype.applyAspectRatio=function(){this.setCropLayerAspectRatio(),this.aspectRatioButton.icon=ui.getIcon(this.aspectRatio.horizontal,this.aspectRatio.vertical)},c.prototype.setCropLayerAspectRatio=function(){this.cropLayer&&(this.aspectRatio&&this.aspectRatio.horizontal!==0&&this.aspectRatio.vertical!==0?this.cropLayer.aspectRatio=new jn(this.aspectRatio.horizontal,this.aspectRatio.vertical):this.cropLayer.aspectRatio=void 0)},c.prototype.closeUI=function(){this.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},c.prototype.getState=function(){return{width:this.imageWidth,height:this.imageHeight,rotationAngle:this.rotationAngle,flippedHorizontally:this.flippedHorizontally,flippedVertically:this.flippedVertically,cropRect:Object.assign({},this.cropRect)}},c.prototype.restoreState=function(o){if(o){var a=this.cropLayer.getRescaledRect(o.width,o.height,this.imageWidth,this.imageHeight,o.cropRect,this.CANVAS_MARGIN);this.cropLayer.setCropRectangle(a),this.cropRectChanged(a),this.flippedHorizontally=o.flippedHorizontally,this.flippedVertically=o.flippedVertically,this.applyFlip(),this.rotationAngle=o.rotationAngle,this.applyRotation()}},c.prototype.clientToLocalCoordinates=function(o,a){var u=this.cropImage.getBoundingClientRect();return{x:o-u.left,y:a-u.top}},c.prototype.onWindowResize=function(){this.positionUI()},c.prototype.positionUI=function(){switch(this.setTopLeft(),this.displayMode){case"inline":var o=this.target.offsetTop>this.toolbarHeight?this.target.offsetTop-this.toolbarHeight:0;this.coverDiv.style.top=o+"px",this.coverDiv.style.left=this.target.offsetLeft.toString()+"px";break;case"popup":this.coverDiv.style.top="0px",this.coverDiv.style.left="0px",this.coverDiv.style.width="100vw",this.coverDiv.style.height=this.windowHeight+"px",this.contentDiv.style.maxHeight="calc(100vh - "+(2*this.popupMargin+2*this.toolbarHeight)+"px)"}this.positionCropImage()},c.prototype.rotateLeftButtonClicked=function(){var o=this.rotationAngle-90;this.rotationAngle%90!=0&&(o+=this.rotationAngle>=0?90-this.rotationAngle%90:-this.rotationAngle%90),this.rotateTo(o)},c.prototype.rotateRightButtonClicked=function(){var o=this.rotationAngle+90;this.rotationAngle%90!=0&&(o-=this.rotationAngle>=0?this.rotationAngle%90:90+this.rotationAngle%90),this.rotateTo(o)},c.prototype.rotateTo=function(o){o=(o=o>180?o-360:o)<=-180?o+360:o,this.rotationAngle=o,this.applyRotation()},c.prototype.rotateBy=function(o){this.rotateTo((this.rotationAngle+o)%360)},c.prototype.applyRotation=function(){var o=this.zoomToCropEnabled;this.zoomToCropEnabled=!1,this.editingTargetRotationScaleContainer.style.transformOrigin=this.imageWidth/2+"px "+this.imageHeight/2+"px",this.editingTargetRotationScaleContainer.style.transform="scale(1)";var a=this.editingTargetRotationContainer.transform.baseVal.getItem(0);a.setRotate(this.rotationAngle,this.imageWidth/2,this.imageHeight/2),this.editingTargetRotationContainer.transform.baseVal.replaceItem(a,0);var u=this.editingTarget.getBoundingClientRect();this.scaleFactor=Math.min(this.imageWidth/u.width,this.imageHeight/u.height),this.editingTargetRotationScaleContainer.style.transform="scale("+this.scaleFactor+")",this.zoomToCropEnabled=o},c.prototype.flipHorizontallyButtonClicked=function(){this.flippedHorizontally=!this.flippedHorizontally,this.applyFlip()},c.prototype.flipVerticallyButtonClicked=function(){this.flippedVertically=!this.flippedVertically,this.applyFlip()},c.prototype.applyFlip=function(){this.editingTarget.style.transform="scale("+(this.flippedHorizontally?-1:1)+","+(this.flippedVertically?-1:1)+")"},c.prototype.startRenderAndClose=function(){return St(this,void 0,void 0,function(){var o,a;return bn(this,function(u){switch(u.label){case 0:return[4,this.render()];case 1:return o=u.sent(),a=this.getState(),this.renderEventListeners.forEach(function(g){return g(o,a)}),this.close(!0),[2]}})})},c.prototype.render=function(){return St(this,void 0,void 0,function(){var o;return bn(this,function(a){switch(a.label){case 0:return(o=new vi).naturalSize=this.renderAtNaturalSize,o.imageType=this.renderImageType,o.imageQuality=this.renderImageQuality,o.width=this.renderWidth,o.height=this.renderHeight,this.unzoomFromCrop(),pt.setAttributes(this.cropLayerContainer,[["display","none"]]),[4,o.rasterize(this.cropImage,this.target,{x:this.cropRect.x,y:this.cropRect.y,width:this.cropRect.width,height:this.cropRect.height},this.CANVAS_MARGIN,this.rotationAngle,this.scaleFactor*(this.flippedHorizontally?-1:1),this.scaleFactor*(this.flippedVertically?-1:1))];case 1:return a.sent(),[4,o.rasterize(this.cropImage,this.target,{x:this.cropRect.x,y:this.cropRect.y,width:this.cropRect.width,height:this.cropRect.height},this.CANVAS_MARGIN,this.rotationAngle,this.scaleFactor*(this.flippedHorizontally?-1:1),this.scaleFactor*(this.flippedVertically?-1:1))];case 2:return[2,a.sent()]}})})},c.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new pn("toolbar",`
width: `+(this.displayMode==="inline"?"100%":"calc(100vw - "+2*this.popupMargin+"px)")+`;
flex-shrink: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
height: `+this.toolbarHeight+`px;
box-sizing: content-box;
overflow: hidden;
line-height: 0px;
`)),this.toolbarStyleColorsClass=this.styles.addClass(new pn("toolbar_colors",`
background-color: `+this.styles.settings.toolbarBackgroundColor+`;
`)),this.toolbarBlockStyleClass=this.styles.addClass(new pn("toolbar-block",`
display: flex;
align-items: center;
box-sizing: content-box;
`));var o=this.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new pn("toolbar_button",`
display: inline-block;
width: `+(this.toolbarHeight-2*o)+`px;
height: `+(this.toolbarHeight-2*o)+`px;
padding: `+o+`px;
cursor: default;
user-select: none;
box-sizing: content-box;
`)),this.toolbarButtonStyleColorsClass=this.styles.addClass(new pn("toolbar_button_colors",`
color: `+this.styles.settings.toolbarColor+`;
fill: currentColor;
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new pn("toolbar_active_button",`
color: `+this.styles.settings.toolbarColor+`;
fill: currentColor;
background-color: `+this.styles.settings.toolbarBackgroundActiveColor+`
`)),this.styles.addRule(new Cn("."+this.toolbarButtonStyleClass.name+" svg",`
height: `+this.toolbarHeight/2+`px;
`)),this.styles.addRule(new Cn("."+this.toolbarButtonStyleColorsClass.name+":hover",`
background-color: `+this.styles.settings.toolbarBackgroundHoverColor+`
`)),this.toolbarDropdownStyleClass=this.styles.addClass(new pn("toolbar_dropdown",`
position: absolute;
max-width: `+4*this.toolbarHeight+`px;
z-index: 20;
white-space: normal;
box-sizing: content-box;
box-shadow: 3px 3px rgba(33, 33, 33, 0.1);
margin: `+(this.displayMode==="inline"?"0":this.popupMargin)+`px;
line-height: 0px;
`)),this.toolbarDropdownStyleColorsClass=this.styles.addClass(new pn("toolbar_dropdown_colors",`
background-color: `+this.styles.settings.toolbarBackgroundColor+`;
`)),this.toolbarStraightenerBlockStyleClass=this.styles.addClass(new pn("toolbar_straightener_block",`
display: flex;
overflow: hidden;
justify-content: center;
-webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
`)),this.toolbarStraightenerStyleClass=this.styles.addClass(new pn("toolbar_straightener",`
display: flex;
overflow: hidden;
justify-content: center;
height: `+(this.toolbarHeight-2*o)+`px;
padding: `+o+`px;
cursor: default;
user-select: none;
box-sizing: content-box;
`)),this.toolbarStraightenerStyleColorsClass=this.styles.addClass(new pn("toolbar_straightener_colors",`
color: `+this.styles.settings.toolbarColor+`;
fill: currentColor;
`))},c.instanceCounter=0,c}(),xt=f("8hTe"),ti=f.n(xt),ci=/<pre[^>]*>/g;function di(c){var o=document.createElement("div");return o.innerHTML=c,o.childNodes.length===0?"":o.childNodes[0].nodeValue}var Di=ce.a=function(c){var o=c.value,a=o===void 0?"":o,u=c.edit,g=u===void 0?!1:u,h=c.className,_=c.showTextOnly,Re=c.showLines,se=c.replaces,ht=c.zoomImg,Le=c.hasMask,Et=c.style,Pt=Et===void 0?{}:Et,Ft=c.stylesPrev,Wn=Ft===void 0?{}:Ft,Fn=String(a),ln=Object(W.useRef)(),Jn=Object(W.useRef)(),Vi=Object(W.useState)(""),Mn=Object(w.a)(Vi,2),Tn=Mn[0],ni=Mn[1],yi=Object(W.useState)("office"),Xn=Object(w.a)(yi,2),ii=Xn[0],zn=Xn[1],fr=function(){var Ut=new Be(Jn.current);Ut.displayMode="popup",Ut.addRenderEventListener(function(){var gn=Object(V.a)(T.a.mark(function jt(mn){var Kt;return T.a.wrap(function(on){for(;;)switch(on.prev=on.next){case 0:return ln.current.style.display="none",on.next=3,Object(Ge.a)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:"educoder.png",file:mn}});case 3:Kt=on.sent,Kt!=null&&Kt.id&&se(Jn.current.getAttribute("src").replace(Se.a.API_SERVER,""),"/api/attachments/".concat(Kt==null?void 0:Kt.id,"?type=").concat(Kt.content_type));case 5:case"end":return on.stop()}},jt)}));return function(jt){return gn.apply(this,arguments)}}()),Ut.show()},Ki=function(){var Ut=new Tt(Jn.current);Ut.settings.displayMode="popup",Ut.addEventListener("render",function(){var gn=Object(V.a)(T.a.mark(function jt(mn){var Kt;return T.a.wrap(function(on){for(;;)switch(on.prev=on.next){case 0:if(ln.current.style.display="none",!Jn.current){on.next=6;break}return on.next=4,Object(Ge.a)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:"educoder.png",file:mn.dataUrl}});case 4:Kt=on.sent,Kt!=null&&Kt.id&&se(Jn.current.getAttribute("src").replace(Se.a.API_SERVER,""),"/api/attachments/".concat(Kt==null?void 0:Kt.id,"?type=").concat(Kt.content_type));case 6:case"end":return on.stop()}},jt)}));return function(jt){return gn.apply(this,arguments)}}()),Ut.show(),window.markerArea=Ut},Pn=Object(W.useMemo)(function(){try{var $t=/\(\s+\/api\/attachments\/|\(\/api\/attachments\/|\(\/attachments\/download\//g,Ut=/\"\/api\/attachments\/|\"\/attachments\/download\//g,gn=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g;Fn=Fn.replace($t,"("+Se.a.API_SERVER+"/api/attachments/").replace(Ut,'"'+Se.a.API_SERVER+"/api/attachments/").replace(gn,'"'+Se.a.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,`
`),Fn=Fn.replace(new RegExp("(?<!\\n)\\n(?!\\n)","g"),`
`)}catch(bi){}var jt=he(Fn),mn=ne();if(Fn.match(/\[TOC\]/)&&(jt=jt.replace("<p>[TOC]</p>",Pe()),je()),jt=jt.replace(/(__special_katext_id_\d+__)/g,function(bi,on){var an=mn[on],ri=an.type,Ci=an.expression;return Object(de.renderToString)(di(Ci)||"",{displayMode:ri==="block",throwOnError:!1,output:"html"})}),jt=jt.replace(/▁/g,"\u2581\u2581\u2581"),J(),_){var Kt=document.createElement("div");return Kt.innerHTML=jt,Kt.innerText}return setTimeout(function(){return Oi()},500),jt},[Fn]),Bn=Object(W.useRef)();ee.WebkitLineClamp=Re,Re&&(Pt=Object(re.a)(Object(re.a)({},Pt),ee));function Ii($t){var Ut=$t.target;if(Ut.tagName.toUpperCase()==="IMG"){if(ht){var gn=Ut.getAttribute("src");ni(gn),zn("image")}}else if(Ut.tagName.toUpperCase()==="A"){var jt=Ut.getAttribute("href");if(jt.indexOf("office")>-1)$t.preventDefault(),ni(jt),zn("office");else if(jt.indexOf("application/pdf")>-1)$t.preventDefault(),ni(jt),zn("pdf");else if(jt.indexOf("type=text")>-1)$t.preventDefault(),ni(jt),zn("html");else if(jt.startsWith("#")){$t.preventDefault();var mn=document.getElementById(jt.replace("#",""));mn&&mn.scrollIntoView(!0)}}}var Oi=function(){var Ut,gn=(Ut=Bn.current)===null||Ut===void 0?void 0:Ut.querySelectorAll("video");gn==null||gn.forEach(function(jt){if(jt.oncontextmenu=function(){return!1},jt.src.indexOf(".m3u8")>-1&&!jt.canPlayType("application/vnd.apple.mpegurl")){if(Y.a.isSupported()){var mn=new Y.a;mn.loadSource(jt.src),mn.attachMedia(jt)}}})};Object(W.useEffect)(function(){if(Bn.current&&Pn&&(Pn.match(ci)&&window.PR.prettyPrint()),Bn.current)return Bn.current.addEventListener("click",Ii),function(){Bn.current.removeEventListener("click",Ii),J(),je()}},[Pn,Bn.current,Ii]);var Pi=function(Ut){if(!g)return;Ut.target.nodeName==="IMG"?(ln.current.style.display="flex",ln.current.style.width=Ut.target.clientWidth+"px",ln.current.style.height=Ut.target.clientHeight+"px",ln.current.style.top=Ut.target.offsetTop+"px",ln.current.style.left=Ut.target.offsetLeft+"px",Jn.current.src=Ut.target.getAttribute("src")):ln.current.style.display="none"};return M.a.createElement("div",{style:{position:"relative"}},M.a.createElement("div",{ref:Bn,style:Object(re.a)({},Pt),className:"".concat(h||""," markdown-body ").concat(ti.a.mdBody),onMouseOver:Pi,dangerouslySetInnerHTML:{__html:Pn}}),M.a.createElement("div",{ref:ln,className:ti.a.button},M.a.createElement(fe.a,null,M.a.createElement(ue.a,{onClick:function(){return fr()}},"\u88C1\u526A"),M.a.createElement(ue.a,{onClick:function(){return Ki()}},"\u7F16\u8F91"))),M.a.createElement("img",{ref:Jn,src:"",alt:"sample",crossOrigin:"anonymous",style:{maxWidth:"90%",opacity:0,position:"absolute",zIndex:-1,top:"-10000px"}}),M.a.createElement(He.a,{close:!0,data:Tn,hasMask:Le,type:Tn!=null&&Tn.length?ii:"",style:Object(re.a)({},Wn),onClose:function(){return ni("")}}))}},"9VGf":function(ve,ce,f){"use strict";f.d(ce,"a",function(){return X});var P=f("q1tI"),fe=f.n(P);function X(ue,re){var V=Object(P.useRef)();Object(P.useEffect)(function(){V.current=ue}),Object(P.useEffect)(function(){function w(){V.current()}if(re!==null){var k=setInterval(w,re);return function(){return clearInterval(k)}}},[re])}},"9ZNV":function(ve,ce,f){"use strict";f.d(ce,"a",function(){return W});var P=f("0Owb"),fe=f("+L6B"),X=f("2/Rp"),ue=f("q1tI"),re=f.n(ue),V=f("UUDw"),w=f.n(V),k=f("TSYQ"),T=f.n(k),W=function(E){var K=E.cancelText,F=K===void 0?"\u53D6\u6D88":K,O=E.okText,B=O===void 0?"\u786E\u5B9A":O,z=E.loading,Z=z===void 0?!1:z,ie=E.hasOkBtn,ke=ie===void 0?!0:ie,je=E.okButtonProps,ee=je===void 0?{}:je,ye=E.onCancel,Pe=ye===void 0?function(){}:ye,ge=E.onOk,be=ge===void 0?function(){}:ge,le=E.className,$=le===void 0?"":le;return re.a.createElement("div",{className:T()(w.a.buttonFixed,$)},re.a.createElement("div",{className:w.a.buttonWrap},re.a.createElement(X.a,{size:"large",className:"".concat(w.a.button," mr20"),onClick:Pe},F),ke&&re.a.createElement(X.a,Object(P.a)({size:"large",type:"primary",className:"".concat(w.a.button," mr20"),loading:Z,onClick:be},ee),B)))}},"A/g1":function(ve,ce){ve.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF92lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgNzkuMTY0NTI3LCAyMDIwLzEwLzE1LTE3OjQ4OjMyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDctMDJUMTk6Mzg6MjMrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA3LTAyVDE5OjQxOjQ2KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA3LTAyVDE5OjQxOjQ2KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmVkYzRhODM0LTVjNWQtNDQ1My04MDYzLWNkNzcwODQyODg5ZSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQ4MTE0OTVlLTVkMDctZTk0YS1iNWEwLWYxOWJmZmM0NGUyNyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmMwNjQyYzA1LTg5MzQtNDdlYy04MTFiLTlkYjdhZGNkYjFiMCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzA2NDJjMDUtODkzNC00N2VjLTgxMWItOWRiN2FkY2RiMWIwIiBzdEV2dDp3aGVuPSIyMDIxLTA3LTAyVDE5OjM4OjIzKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZWRjNGE4MzQtNWM1ZC00NDUzLTgwNjMtY2Q3NzA4NDI4ODllIiBzdEV2dDp3aGVuPSIyMDIxLTA3LTAyVDE5OjQxOjQ2KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5fJkpyAAAGoElEQVRogc2abWxbVxnH/8+59/rdTpx2GW3UNWJJV7Ylaxp3LUFsWgJDiI5R8bK2GppAmsgQLKQthS8IEJ9okibrREf3gX2Y1K2bxAoDtog60RBSVxKnWUO7kpSppXJZK2ja2HFi33vPw4cmpbN9r++1k8Lv2znnf577f+zje95Mhw4dQqUkwljpF7kuv0EdHkm1HklRr6TQq2tn5xcklwhIMnMSQJIJxykTiSce+1am0mer5XacqM7uDJjiqbAuWlvSygrBnmKyxcoI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"},Bd2K:function(ve,ce,f){(function(P){P(f("VrN/"),f("osHv"))})(function(P){P.defineOption("autoCloseTags",!1,function(T,W,M){if(M!=P.Init&&M&&T.removeKeyMap("autoCloseTags"),!W)return;var E={name:"autoCloseTags"};(typeof W!="object"||W.whenClosing!==!1)&&(E["'/'"]=function(K){return V(K)}),(typeof W!="object"||W.whenOpening!==!1)&&(E["'>'"]=function(K){return ue(K)}),T.addKeyMap(E)});var fe=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],X=["applet","blockquote","body","button","div","dl","fieldset","form","frameset","h1","h2","h3","h4","h5","h6","head","html","iframe","layer","legend","object","ol","p","select","table","ul"];function ue(T){if(T.getOption("disableInput"))return P.Pass;for(var W=T.listSelections(),M=[],E=T.getOption("autoCloseTags"),K=0;K<W.length;K++){if(!W[K].empty())return P.Pass;var F=W[K].head,O=T.getTokenAt(F),B=P.innerMode(T.getMode(),O.state),z=B.state,Z=B.mode.xmlCurrentTag&&B.mode.xmlCurrentTag(z),ie=Z&&Z.name;if(!ie)return P.Pass;var ke=B.mode.configuration=="html",je=typeof E=="object"&&E.dontCloseTags||ke&&fe,ee=typeof E=="object"&&E.indentTags||ke&&X;O.end>F.ch&&(ie=ie.slice(0,ie.length-O.end+F.ch));var ye=ie.toLowerCase();if(!ie||O.type=="string"&&(O.end!=F.ch||!/[\"\']/.test(O.string.charAt(O.string.length-1))||O.string.length==1)||O.type=="tag"&&Z.close||O.string.indexOf("/")==F.ch-O.start-1||je&&w(je,ye)>-1||k(T,B.mode.xmlCurrentContext&&B.mode.xmlCurrentContext(z)||[],ie,F,!0))return P.Pass;var Pe=typeof E=="object"&&E.emptyTags;if(Pe&&w(Pe,ie)>-1){M[K]={text:"/>",newPos:P.Pos(F.line,F.ch+2)};continue}var ge=ee&&w(ee,ye)>-1;M[K]={indent:ge,text:">"+(ge?`
`:"")+"</"+ie+">",newPos:ge?P.Pos(F.line+1,0):P.Pos(F.line,F.ch+1)}}for(var be=typeof E=="object"&&E.dontIndentOnAutoClose,K=W.length-1;K>=0;K--){var le=M[K];T.replaceRange(le.text,W[K].head,W[K].anchor,"+insert");var $=T.listSelections().slice(0);$[K]={head:le.newPos,anchor:le.newPos},T.setSelections($),!be&&le.indent&&(T.indentLine(le.newPos.line,null,!0),T.indentLine(le.newPos.line+1,null,!0))}}function re(T,W){for(var M=T.listSelections(),E=[],K=W?"/":"</",F=T.getOption("autoCloseTags"),O=typeof F=="object"&&F.dontIndentOnSlash,B=0;B<M.length;B++){if(!M[B].empty())return P.Pass;var z=M[B].head,Z=T.getTokenAt(z),ie=P.innerMode(T.getMode(),Z.state),ke=ie.state;if(W&&(Z.type=="string"||Z.string.charAt(0)!="<"||Z.start!=z.ch-1))return P.Pass;var je,ee=ie.mode.name!="xml"&&T.getMode().name=="htmlmixed";if(ee&&ie.mode.name=="javascript")je=K+"script";else if(ee&&ie.mode.name=="css")je=K+"style";else{var ye=ie.mode.xmlCurrentContext&&ie.mode.xmlCurrentContext(ke);if(!ye||ye.length&&k(T,ye,ye[ye.length-1],z))return P.Pass;je=K+ye[ye.length-1]}T.getLine(z.line).charAt(Z.end)!=">"&&(je+=">"),E[B]=je}if(T.replaceSelections(E),M=T.listSelections(),!O)for(var B=0;B<M.length;B++)(B==M.length-1||M[B].head.line<M[B+1].head.line)&&T.indentLine(M[B].head.line)}function V(T){return T.getOption("disableInput")?P.Pass:re(T,!0)}P.commands.closeTag=function(T){return re(T)};function w(T,W){if(T.indexOf)return T.indexOf(W);for(var M=0,E=T.length;M<E;++M)if(T[M]==W)return M;return-1}function k(T,W,M,E,K){if(!P.scanForClosingTag)return!1;var F=Math.min(T.lastLine()+1,E.line+500),O=P.scanForClosingTag(T,E,null,F);if(!O||O.tag!=M)return!1;for(var B=K?1:0,z=W.length-1;z>=0&&W[z]==M;z--)++B;E=O.to;for(var z=1;z<B;z++){var Z=P.scanForClosingTag(T,E,null,F);if(!Z||Z.tag!=M)return!1;E=Z.to}return!0}})},BjJ7:function(ve,ce,f){"use strict";f.d(ce,"d",function(){return fe}),f.d(ce,"c",function(){return X}),f.d(ce,"e",function(){return ue}),f.d(ce,"b",function(){return re}),f.d(ce,"a",function(){return w});var P=f("m3rI");function fe(k){var T=!0;if(k.length>0){for(var W=0;W<k.length;W++)if(k[W].compile_success==0||!k[W].compile_success){T=!1;break}}else T=!1;return T}function X(k){for(var T=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",W=[],M=0;M<k.length;M++){var E=k[M],K=T?"".concat(T,"/").concat(E.name):"".concat(E.name);W.push({title:E.name,isLeaf:!(E.type==="tree"),key:K})}return W}function ue(k,T,W){for(var M=0;M<k.length;M++){var E=k[M];if(E.key===T){E.children=W;break}E.children&&ue(E.children,T,W)}return k}function re(k,T,W){var M;return function(){var E=this,K=arguments,F=function(){M=null,W||k.apply(E,K)},O=W&&!M;clearTimeout(M),M=setTimeout(F,T),O&&k.apply(E,K)}}var V=!0,w=P.a.API_SERVER},"C+DQ":function(ve,ce,f){},C6hP:function(ve,ce){ve.exports="data:image/png;base64,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"},CJF0:function(ve,ce,f){"use strict";var P=f("14J3"),fe=f("BMrR"),X=f("+L6B"),ue=f("2/Rp"),re=f("jCWc"),V=f("kPKH"),w=f("PpiC"),k=f("q1tI"),T=f.n(k),W=f("Ty5D"),M=f("9kvl"),E=f("55Ip"),K=f("lzim"),F=f("nZ20"),O=f.n(F),B=function(Z){var ie,ke,je,ee,ye=Z.shixunsDetail,Pe=Z.dispatch,ge=Z.loading,be=Z.match,le=Z.data,$=le===void 0?{}:le,A=Z.title,ne=Object(w.a)(Z,["shixunsDetail","dispatch","loading","match","data","title"]),J=Object(W.i)(),b=!(((ie=ye.detail)===null||ie===void 0?void 0:ie.identity)>4||((ke=ye.detail)===null||ke===void 0?void 0:ke.identity)===void 0||((je=ye.detail)===null||je===void 0?void 0:je.shixun_status)===2||((ee=ye.detail)===null||ee===void 0?void 0:ee.shixun_status)===1);return T.a.createElement("aside",{className:"bg-white mb10 pl20 pr20 ".concat(O.a.wrap)},T.a.createElement(fe.a,{gutter:[20,20],align:"middle"},T.a.createElement(V.a,{flex:1},T.a.createElement("span",{className:O.a.icons},T.a.createElement("img",{src:K.f,width:"14"})),T.a.createElement("span",{className:"font16"},"\u7B2C ",$==null?void 0:$.position," \u5173\uFF1A",A)),T.a.createElement(V.a,null,($==null?void 0:$.prev_challenge)&&T.a.createElement(ue.a,{type:"primary",ghost:!0,className:"mt10 mr5",onClick:function(){var G,I=$.prev_challenge.st===0?"/editcheckpoint":"/editquestion",he="/shixuns/".concat(J.id,"/challenges/").concat($==null||((G=$.prev_challenge)===null||G===void 0)?void 0:G.id).concat(I);M.d.replace(he)}},"\u4E0A\u4E00\u5173"),$.next_challenge&&T.a.createElement(ue.a,{type:"primary",ghost:!0,className:"mt10 mr5",onClick:function(){var G,I=$.next_challenge.st===0?"/editcheckpoint":"/editquestion",he="/shixuns/".concat(J.id,"/challenges/").concat($==null||((G=$.next_challenge)===null||G===void 0)?void 0:G.id).concat(I);M.d.replace(he)}},"\u4E0B\u4E00\u5173"),b&&T.a.createElement(ue.a,{type:"primary"},T.a.createElement(E.a,{to:"/shixuns/".concat(J.id,"/challenges/newquestion")},"\u65B0\u589E\u9009\u62E9\u9898\u4EFB\u52A1")),b&&T.a.createElement(ue.a,{type:"primary",className:"ml5"},T.a.createElement(E.a,{to:"/shixuns/".concat(J.id,"/challenges/new")},"\u65B0\u589E\u5B9E\u8DF5\u4EFB\u52A1")),T.a.createElement(ue.a,{type:"primary",className:"ml5"},T.a.createElement(E.a,{to:"/shixuns/".concat(J.id,"/challenges")},"\u8FD4\u56DE")))))};ce.a=Object(M.a)(function(z){var Z=z.shixunsDetail,ie=z.newCourse,ke=z.loading,je=z.globalSetting;return{shixunsDetail:Z,newCourse:ie,globalSetting:je,loading:ke.effects}})(B)},D1Df:function(ve,ce,f){"use strict";function P(b){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?P=function(G){return typeof G}:P=function(G){return G&&typeof Symbol=="function"&&G.constructor===Symbol&&G!==Symbol.prototype?"symbol":typeof G},P(b)}function fe(){return fe=Object.assign||function(b){for(var R=1;R<arguments.length;R++){var G=arguments[R];for(var I in G)Object.prototype.hasOwnProperty.call(G,I)&&(b[I]=G[I])}return b},fe.apply(this,arguments)}function X(b,R){var G=Object.keys(b);if(Object.getOwnPropertySymbols){var I=Object.getOwnPropertySymbols(b);R&&(I=I.filter(function(he){return Object.getOwnPropertyDescriptor(b,he).enumerable})),G.push.apply(G,I)}return G}function ue(b){for(var R=1;R<arguments.length;R++){var G=arguments[R]!=null?arguments[R]:{};R%2?X(G,!0).forEach(function(I){O(b,I,G[I])}):Object.getOwnPropertyDescriptors?Object.defineProperties(b,Object.getOwnPropertyDescriptors(G)):X(G).forEach(function(I){Object.defineProperty(b,I,Object.getOwnPropertyDescriptor(G,I))})}return b}function re(b,R){if(b==null)return{};var G=V(b,R),I,he;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(b);for(he=0;he<x.length;he++){if(I=x[he],R.indexOf(I)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(b,I))continue;G[I]=b[I]}}return G}function V(b,R){if(b==null)return{};var G={},I=Object.keys(b),he,x;for(x=0;x<I.length;x++){if(he=I[x],R.indexOf(he)>=0)continue;G[he]=b[he]}return G}function w(b,R){if(!(b instanceof R))throw new TypeError("Cannot call a class as a function")}function k(b,R){for(var G=0;G<R.length;G++){var I=R[G];I.enumerable=I.enumerable||!1,I.configurable=!0,"value"in I&&(I.writable=!0),Object.defineProperty(b,I.key,I)}}function T(b,R,G){return R&&k(b.prototype,R),G&&k(b,G),b}function W(b,R){return R&&(P(R)==="object"||typeof R=="function")?R:E(b)}function M(b){return M=Object.setPrototypeOf?Object.getPrototypeOf:function(G){return G.__proto__||Object.getPrototypeOf(G)},M(b)}function E(b){if(b===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b}function K(b,R){if(typeof R!="function"&&R!==null)throw new TypeError("Super expression must either be null or a function");b.prototype=Object.create(R&&R.prototype,{constructor:{value:b,writable:!0,configurable:!0}}),R&&F(b,R)}function F(b,R){return F=Object.setPrototypeOf||function(I,he){return I.__proto__=he,I},F(b,R)}function O(b,R,G){return R in b?Object.defineProperty(b,R,{value:G,enumerable:!0,configurable:!0,writable:!0}):b[R]=G,b}var B=f("q1tI"),z=f("17x9"),Z=f("H38U"),ie=f("aRTE");function ke(b){for(var R="",G=0;G<b.length;G++){var I=b.charCodeAt(G);I<128?R+=String.fromCharCode(I):I<2048?(R+=String.fromCharCode(192|I>>6),R+=String.fromCharCode(128|I&63)):I<55296||I>=57344?(R+=String.fromCharCode(224|I>>12),R+=String.fromCharCode(128|I>>6&63),R+=String.fromCharCode(128|I&63)):(G++,I=65536+((I&1023)<<10|b.charCodeAt(G)&1023),R+=String.fromCharCode(240|I>>18),R+=String.fromCharCode(128|I>>12&63),R+=String.fromCharCode(128|I>>6&63),R+=String.fromCharCode(128|I&63))}return R}var je={size:128,level:"L",bgColor:"#FFFFFF",fgColor:"#000000",includeMargin:!1},ee={},ye=4,Pe=.1;function ge(b){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,G=[];return b.forEach(function(I,he){var x=null;I.forEach(function(m,Y){if(!m&&x!==null){G.push("M".concat(x+R," ").concat(he+R,"h").concat(Y-x,"v1H").concat(x+R,"z")),x=null;return}if(Y===I.length-1){if(!m)return;x===null?G.push("M".concat(Y+R,",").concat(he+R," h1v1H").concat(Y+R,"z")):G.push("M".concat(x+R,",").concat(he+R," h").concat(Y+1-x,"v1H").concat(x+R,"z"));return}m&&x===null&&(x=Y)})}),G.join("")}function be(b,R){return b.slice().map(function(G,I){return I<R.y||I>=R.y+R.h?G:G.map(function(he,x){return x<R.x||x>=R.x+R.w?he:!1})})}function le(b,R){var G=b.imageSettings,I=b.size,he=b.includeMargin;if(G==null)return null;var x=he?ye:0,m=R.length+x*2,Y=Math.floor(I*Pe),Se=m/I,de=(G.width||Y)*Se,He=(G.height||Y)*Se,Ge=G.x==null?R.length/2-de/2:G.x*Se,Me=G.y==null?R.length/2-He/2:G.y*Se,we=null;if(G.excavate){var xe=Math.floor(Ge),Ae=Math.floor(Me),q=Math.ceil(de+Ge-xe),U=Math.ceil(He+Me-Ae);we={x:xe,y:Ae,w:q,h:U}}return{x:Ge,y:Me,h:He,w:de,excavation:we}}var $=function(){try{new Path2D().addPath(new Path2D)}catch(b){return!1}return!0}(),A=function(b){K(R,b);function R(){var G,I;w(this,R);for(var he=arguments.length,x=new Array(he),m=0;m<he;m++)x[m]=arguments[m];return I=W(this,(G=M(R)).call.apply(G,[this].concat(x))),O(E(I),"_canvas",void 0),O(E(I),"_image",void 0),O(E(I),"state",{imgLoaded:!1}),O(E(I),"handleImageLoad",function(){I.setState({imgLoaded:!0})}),I}return T(R,[{key:"componentDidMount",value:function(){this.update()}},{key:"componentDidUpdate",value:function(){this.update()}},{key:"update",value:function(){var I=this.props,he=I.value,x=I.size,m=I.level,Y=I.bgColor,Se=I.fgColor,de=I.includeMargin,He=I.imageSettings,Ge=new Z(-1,ie[m]);if(Ge.addData(ke(he)),Ge.make(),this._canvas!=null){var Me=this._canvas,we=Me.getContext("2d");if(!we)return;var xe=Ge.modules;if(xe===null)return;var Ae=de?ye:0,q=xe.length+Ae*2,U=le(this.props,xe);He!=null&&U!=null&&(U.excavation!=null&&(xe=be(xe,U.excavation)));var Ne=window.devicePixelRatio||1;Me.height=Me.width=x*Ne;var it=x/q*Ne;we.scale(it,it),we.fillStyle=Y,we.fillRect(0,0,q,q),we.fillStyle=Se,$?we.fill(new Path2D(ge(xe,Ae))):xe.forEach(function(lt,tt){lt.forEach(function($e,Te){$e&&we.fillRect(Te+Ae,tt+Ae,1,1)})}),this.state.imgLoaded&&this._image&&U!=null&&we.drawImage(this._image,U.x+Ae,U.y+Ae,U.w,U.h)}}},{key:"render",value:function(){var I=this,he=this.props,x=he.value,m=he.size,Y=he.level,Se=he.bgColor,de=he.fgColor,He=he.style,Ge=he.includeMargin,Me=he.imageSettings,we=re(he,["value","size","level","bgColor","fgColor","style","includeMargin","imageSettings"]),xe=ue({height:m,width:m},He),Ae=null,q=Me&&Me.src;return Me!=null&&q!=null&&(Ae=B.createElement("img",{src:q,style:{display:"none"},onLoad:this.handleImageLoad,ref:function(Ne){return I._image=Ne}})),B.createElement(B.Fragment,null,B.createElement("canvas",fe({style:xe,height:m,width:m,ref:function(Ne){return I._canvas=Ne}},we)),Ae)}}]),R}(B.PureComponent);O(A,"defaultProps",je);var ne=function(b){K(R,b);function R(){return w(this,R),W(this,M(R).apply(this,arguments))}return T(R,[{key:"render",value:function(){var I=this.props,he=I.value,x=I.size,m=I.level,Y=I.bgColor,Se=I.fgColor,de=I.includeMargin,He=I.imageSettings,Ge=re(I,["value","size","level","bgColor","fgColor","includeMargin","imageSettings"]),Me=new Z(-1,ie[m]);Me.addData(ke(he)),Me.make();var we=Me.modules;if(we===null)return null;var xe=de?ye:0,Ae=we.length+xe*2,q=le(this.props,we),U=null;He!=null&&q!=null&&(q.excavation!=null&&(we=be(we,q.excavation)),U=B.createElement("image",{xlinkHref:He.src,height:q.h,width:q.w,x:q.x+xe,y:q.y+xe,preserveAspectRatio:"none"}));var Ne=ge(we,xe);return B.createElement("svg",fe({shapeRendering:"crispEdges",height:x,width:x,viewBox:"0 0 ".concat(Ae," ").concat(Ae)},Ge),B.createElement("path",{fill:Y,d:"M0,0 h".concat(Ae,"v").concat(Ae,"H0z")}),B.createElement("path",{fill:Se,d:Ne}),U)}}]),R}(B.PureComponent);O(ne,"defaultProps",je);var J=function(R){var G=R.renderAs,I=re(R,["renderAs"]),he=G==="svg"?ne:A;return B.createElement(he,I)};J.defaultProps=ue({renderAs:"canvas"},je),ve.exports=J},DlQD:function(ve,ce,f){(function(P,fe){ve.exports=fe()})(this,function(){"use strict";function P(Q,j){for(var H=0;H<j.length;H++){var y=j[H];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(Q,y.key,y)}}function fe(Q,j,H){return j&&P(Q.prototype,j),H&&P(Q,H),Q}function X(Q,j){if(!Q)return;if(typeof Q=="string")return ue(Q,j);var H=Object.prototype.toString.call(Q).slice(8,-1);if(H==="Object"&&Q.constructor&&(H=Q.constructor.name),H==="Map"||H==="Set")return Array.from(Q);if(H==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(H))return ue(Q,j)}function ue(Q,j){(j==null||j>Q.length)&&(j=Q.length);for(var H=0,y=new Array(j);H<j;H++)y[H]=Q[H];return y}function re(Q,j){var H;if(typeof Symbol=="undefined"||Q[Symbol.iterator]==null){if(Array.isArray(Q)||(H=X(Q))||j&&Q&&typeof Q.length=="number"){H&&(Q=H);var y=0;return function(){return y>=Q.length?{done:!0}:{done:!1,value:Q[y++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return H=Q[Symbol.iterator](),H.next.bind(H)}function V(Q,j){return j={exports:{}},Q(j,j.exports),j.exports}var w=V(function(Q){function j(){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 H(y){Q.exports.defaults=y}Q.exports={defaults:j(),getDefaults:j,changeDefaults:H}}),k=w.defaults,T=w.getDefaults,W=w.changeDefaults,M=/[&<>"']/,E=/[&<>"']/g,K=/[<>"']|&(?!#?\w+;)/,F=/[<>"']|&(?!#?\w+;)/g,O={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},B=function(j){return O[j]};function z(Q,j){if(j){if(M.test(Q))return Q.replace(E,B)}else if(K.test(Q))return Q.replace(F,B);return Q}var Z=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function ie(Q){return Q.replace(Z,function(j,H){return H=H.toLowerCase(),H==="colon"?":":H.charAt(0)==="#"?H.charAt(1)==="x"?String.fromCharCode(parseInt(H.substring(2),16)):String.fromCharCode(+H.substring(1)):""})}var ke=/(^|[^\[])\^/g;function je(Q,j){Q=Q.source||Q,j=j||"";var H={replace:function(C,S){return S=S.source||S,S=S.replace(ke,"$1"),Q=Q.replace(C,S),H},getRegex:function(){return new RegExp(Q,j)}};return H}var ee=/[^\w:]/g,ye=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function Pe(Q,j,H){if(Q){var y;try{y=decodeURIComponent(ie(H)).replace(ee,"").toLowerCase()}catch(C){return null}if(y.indexOf("javascript:")===0||y.indexOf("vbscript:")===0||y.indexOf("data:")===0)return null}j&&!ye.test(H)&&(H=A(j,H));try{H=encodeURI(H).replace(/%25/g,"%")}catch(C){return null}return H}var ge={},be=/^[^:]+:\/*[^/]*$/,le=/^([^:]+:)[\s\S]*$/,$=/^([^:]+:\/*[^/]*)[\s\S]*$/;function A(Q,j){ge[" "+Q]||(be.test(Q)?ge[" "+Q]=Q+"/":ge[" "+Q]=R(Q,"/",!0)),Q=ge[" "+Q];var H=Q.indexOf(":")===-1;return j.substring(0,2)==="//"?H?j:Q.replace(le,"$1")+j:j.charAt(0)==="/"?H?j:Q.replace($,"$1")+j:Q+j}var ne={exec:function(){}};function J(Q){for(var j=1,H,y;j<arguments.length;j++){H=arguments[j];for(y in H)Object.prototype.hasOwnProperty.call(H,y)&&(Q[y]=H[y])}return Q}function b(Q,j){var H=Q.replace(/\|/g,function(S,L,ae){for(var me=!1,Ue=L;--Ue>=0&&ae[Ue]==="\\";)me=!me;return me?"|":" |"}),y=H.split(/ \|/),C=0;if(y.length>j)y.splice(j);else for(;y.length<j;)y.push("");for(;C<y.length;C++)y[C]=y[C].trim().replace(/\\\|/g,"|");return y}function R(Q,j,H){var y=Q.length;if(y===0)return"";for(var C=0;C<y;){var S=Q.charAt(y-C-1);if(S===j&&!H)C++;else if(S!==j&&H)C++;else break}return Q.substr(0,y-C)}function G(Q,j){if(Q.indexOf(j[1])===-1)return-1;for(var H=Q.length,y=0,C=0;C<H;C++)if(Q[C]==="\\")C++;else if(Q[C]===j[0])y++;else if(Q[C]===j[1]&&(y--,y<0))return C;return-1}function I(Q){Q&&Q.sanitize&&!Q.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")}var he={escape:z,unescape:ie,edit:je,cleanUrl:Pe,resolveUrl:A,noopTest:ne,merge:J,splitCells:b,rtrim:R,findClosingBracket:G,checkSanitizeDeprecation:I},x=w.defaults,m=he.rtrim,Y=he.splitCells,Se=he.escape,de=he.findClosingBracket;function He(Q,j,H){var y=j.href,C=j.title?Se(j.title):null,S=Q[1].replace(/\\([\[\]])/g,"$1");return Q[0].charAt(0)!=="!"?{type:"link",raw:H,href:y,title:C,text:S}:{type:"image",raw:H,href:y,title:C,text:Se(S)}}function Ge(Q,j){var H=Q.match(/^(\s+)(?:```)/);if(H===null)return j;var y=H[1];return j.split(`
`).map(function(C){var S=C.match(/^\s+/);if(S===null)return C;var L=S[0];return L.length>=y.length?C.slice(y.length):C}).join(`
`)}var Me=function(){function Q(H){this.options=H||x}var j=Q.prototype;return j.space=function(y){var C=this.rules.block.newline.exec(y);if(C)return C[0].length>1?{type:"space",raw:C[0]}:{raw:`
`}},j.code=function(y,C){var S=this.rules.block.code.exec(y);if(S){var L=C[C.length-1];if(L&&L.type==="paragraph")return{raw:S[0],text:S[0].trimRight()};var ae=S[0].replace(/^ {4}/gm,"");return{type:"code",raw:S[0],codeBlockStyle:"indented",text:this.options.pedantic?ae:m(ae,`
`)}}},j.fences=function(y){var C=this.rules.block.fences.exec(y);if(C){var S=C[0],L=Ge(S,C[3]||"");return{type:"code",raw:S,lang:C[2]?C[2].trim():C[2],text:L}}},j.heading=function(y){var C=this.rules.block.heading.exec(y);if(C)return{type:"heading",raw:C[0],depth:C[1].length,text:C[2]}},j.nptable=function(y){var C=this.rules.block.nptable.exec(y);if(C){var S={type:"table",header:Y(C[1].replace(/^ *| *\| *$/g,"")),align:C[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:C[3]?C[3].replace(/\n$/,"").split(`
`):[],raw:C[0]};if(S.header.length===S.align.length){var L=S.align.length,ae;for(ae=0;ae<L;ae++)/^ *-+: *$/.test(S.align[ae])?S.align[ae]="right":/^ *:-+: *$/.test(S.align[ae])?S.align[ae]="center":/^ *:-+ *$/.test(S.align[ae])?S.align[ae]="left":S.align[ae]=null;for(L=S.cells.length,ae=0;ae<L;ae++)S.cells[ae]=Y(S.cells[ae],S.header.length);return S}}},j.hr=function(y){var C=this.rules.block.hr.exec(y);if(C)return{type:"hr",raw:C[0]}},j.blockquote=function(y){var C=this.rules.block.blockquote.exec(y);if(C){var S=C[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:C[0],text:S}}},j.list=function(y){var C=this.rules.block.list.exec(y);if(C){for(var S=C[0],L=C[2],ae=L.length>1,me=L[L.length-1]===")",Ue={type:"list",raw:S,ordered:ae,start:ae?+L.slice(0,-1):"",loose:!1,items:[]},yt=C[0].match(this.rules.block.item),kt=!1,Ie,At,gt,Ze,Ot,Tt,Qt,_t=yt.length,St=0;St<_t;St++)Ie=yt[St],S=Ie,At=Ie.length,Ie=Ie.replace(/^ *([*+-]|\d+[.)]) */,""),~Ie.indexOf(`
`)&&(At-=Ie.length,Ie=this.options.pedantic?Ie.replace(/^ {1,4}/gm,""):Ie.replace(new RegExp("^ {1,"+At+"}","gm"),"")),St!==_t-1&&(gt=this.rules.block.bullet.exec(yt[St+1])[0],(ae?gt.length===1||!me&&gt[gt.length-1]===")":gt.length>1||this.options.smartLists&&gt!==L)&&(Ze=yt.slice(St+1).join(`
`),Ue.raw=Ue.raw.substring(0,Ue.raw.length-Ze.length),St=_t-1)),Ot=kt||/\n\n(?!\s*$)/.test(Ie),St!==_t-1&&(kt=Ie.charAt(Ie.length-1)===`
`,Ot||(Ot=kt)),Ot&&(Ue.loose=!0),Tt=/^\[[ xX]\] /.test(Ie),Qt=void 0,Tt&&(Qt=Ie[1]!==" ",Ie=Ie.replace(/^\[[ xX]\] +/,"")),Ue.items.push({type:"list_item",raw:S,task:Tt,checked:Qt,loose:Ot,text:Ie});return Ue}},j.html=function(y){var C=this.rules.block.html.exec(y);if(C)return{type:this.options.sanitize?"paragraph":"html",raw:C[0],pre:!this.options.sanitizer&&(C[1]==="pre"||C[1]==="script"||C[1]==="style"),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(C[0]):Se(C[0]):C[0]}},j.def=function(y){var C=this.rules.block.def.exec(y);if(C){C[3]&&(C[3]=C[3].substring(1,C[3].length-1));var S=C[1].toLowerCase().replace(/\s+/g," ");return{tag:S,raw:C[0],href:C[2],title:C[3]}}},j.table=function(y){var C=this.rules.block.table.exec(y);if(C){var S={type:"table",header:Y(C[1].replace(/^ *| *\| *$/g,"")),align:C[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:C[3]?C[3].replace(/\n$/,"").split(`
`):[]};if(S.header.length===S.align.length){S.raw=C[0];var L=S.align.length,ae;for(ae=0;ae<L;ae++)/^ *-+: *$/.test(S.align[ae])?S.align[ae]="right":/^ *:-+: *$/.test(S.align[ae])?S.align[ae]="center":/^ *:-+ *$/.test(S.align[ae])?S.align[ae]="left":S.align[ae]=null;for(L=S.cells.length,ae=0;ae<L;ae++)S.cells[ae]=Y(S.cells[ae].replace(/^ *\| *| *\| *$/g,""),S.header.length);return S}}},j.lheading=function(y){var C=this.rules.block.lheading.exec(y);if(C)return{type:"heading",raw:C[0],depth:C[2].charAt(0)==="="?1:2,text:C[1]}},j.paragraph=function(y){var C=this.rules.block.paragraph.exec(y);if(C)return{type:"paragraph",raw:C[0],text:C[1].charAt(C[1].length-1)===`
`?C[1].slice(0,-1):C[1]}},j.text=function(y,C){var S=this.rules.block.text.exec(y);if(S){var L=C[C.length-1];return L&&L.type==="text"?{raw:S[0],text:S[0]}:{type:"text",raw:S[0],text:S[0]}}},j.escape=function(y){var C=this.rules.inline.escape.exec(y);if(C)return{type:"escape",raw:C[0],text:Se(C[1])}},j.tag=function(y,C,S){var L=this.rules.inline.tag.exec(y);if(L)return!C&&/^<a /i.test(L[0])?C=!0:C&&/^<\/a>/i.test(L[0])&&(C=!1),!S&&/^<(pre|code|kbd|script)(\s|>)/i.test(L[0])?S=!0:S&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(L[0])&&(S=!1),{type:this.options.sanitize?"text":"html",raw:L[0],inLink:C,inRawBlock:S,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(L[0]):Se(L[0]):L[0]}},j.link=function(y){var C=this.rules.inline.link.exec(y);if(C){var S=de(C[2],"()");if(S>-1){var L=C[0].indexOf("!")===0?5:4,ae=L+C[1].length+S;C[2]=C[2].substring(0,S),C[0]=C[0].substring(0,ae).trim(),C[3]=""}var me=C[2],Ue="";if(this.options.pedantic){var yt=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(me);yt?(me=yt[1],Ue=yt[3]):Ue=""}else Ue=C[3]?C[3].slice(1,-1):"";me=me.trim().replace(/^<([\s\S]*)>$/,"$1");var kt=He(C,{href:me&&me.replace(this.rules.inline._escapes,"$1"),title:Ue&&Ue.replace(this.rules.inline._escapes,"$1")},C[0]);return kt}},j.reflink=function(y,C){var S;if((S=this.rules.inline.reflink.exec(y))||(S=this.rules.inline.nolink.exec(y))){var L=(S[2]||S[1]).replace(/\s+/g," ");if(L=C[L.toLowerCase()],!L||!L.href){var ae=S[0].charAt(0);return{type:"text",raw:ae,text:ae}}var me=He(S,L,S[0]);return me}},j.strong=function(y,C,S){S===void 0&&(S="");var L=this.rules.inline.strong.start.exec(y);if(L&&(!L[1]||L[1]&&(S===""||this.rules.inline.punctuation.exec(S)))){C=C.slice(-1*y.length);var ae=L[0]==="**"?this.rules.inline.strong.endAst:this.rules.inline.strong.endUnd;ae.lastIndex=0;for(var me;(L=ae.exec(C))!=null;)if(me=this.rules.inline.strong.middle.exec(C.slice(0,L.index+3)),me)return{type:"strong",raw:y.slice(0,me[0].length),text:y.slice(2,me[0].length-2)}}},j.em=function(y,C,S){S===void 0&&(S="");var L=this.rules.inline.em.start.exec(y);if(L&&(!L[1]||L[1]&&(S===""||this.rules.inline.punctuation.exec(S)))){C=C.slice(-1*y.length);var ae=L[0]==="*"?this.rules.inline.em.endAst:this.rules.inline.em.endUnd;ae.lastIndex=0;for(var me;(L=ae.exec(C))!=null;)if(me=this.rules.inline.em.middle.exec(C.slice(0,L.index+2)),me)return{type:"em",raw:y.slice(0,me[0].length),text:y.slice(1,me[0].length-1)}}},j.codespan=function(y){var C=this.rules.inline.code.exec(y);if(C){var S=C[2].replace(/\n/g," "),L=/[^ ]/.test(S),ae=S.startsWith(" ")&&S.endsWith(" ");return L&&ae&&(S=S.substring(1,S.length-1)),S=Se(S,!0),{type:"codespan",raw:C[0],text:S}}},j.br=function(y){var C=this.rules.inline.br.exec(y);if(C)return{type:"br",raw:C[0]}},j.del=function(y){var C=this.rules.inline.del.exec(y);if(C)return{type:"del",raw:C[0],text:C[1]}},j.autolink=function(y,C){var S=this.rules.inline.autolink.exec(y);if(S){var L,ae;return S[2]==="@"?(L=Se(this.options.mangle?C(S[1]):S[1]),ae="mailto:"+L):(L=Se(S[1]),ae=L),{type:"link",raw:S[0],text:L,href:ae,tokens:[{type:"text",raw:L,text:L}]}}},j.url=function(y,C){var S;if(S=this.rules.inline.url.exec(y)){var L,ae;if(S[2]==="@")L=Se(this.options.mangle?C(S[0]):S[0]),ae="mailto:"+L;else{var me;do me=S[0],S[0]=this.rules.inline._backpedal.exec(S[0])[0];while(me!==S[0]);L=Se(S[0]),S[1]==="www."?ae="http://"+L:ae=L}return{type:"link",raw:S[0],text:L,href:ae,tokens:[{type:"text",raw:L,text:L}]}}},j.inlineText=function(y,C,S){var L=this.rules.inline.text.exec(y);if(L){var ae;return C?ae=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(L[0]):Se(L[0]):L[0]:ae=Se(this.options.smartypants?S(L[0]):L[0]),{type:"text",raw:L[0],text:ae}}},Q}(),we=he.noopTest,xe=he.edit,Ae=he.merge,q={newline:/^\n+/,code:/^( {4}[^\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}) +([^\n]*?)(?: +#+)? *(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3})(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\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{2,}|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$)|</(?!script|pre|style)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$))",def:/^ {0,3}\[(label)\]: *\n? *<?([^\s>]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,nptable:we,table:we,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html)[^\n]+)*)/,text:/^[^\n]+/};q._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,q._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,q.def=xe(q.def).replace("label",q._label).replace("title",q._title).getRegex(),q.bullet=/(?:[*+-]|\d{1,9}[.)])/,q.item=/^( *)(bull) ?[^\n]*(?:\n(?!\1bull ?)[^\n]*)*/,q.item=xe(q.item,"gm").replace(/bull/g,q.bullet).getRegex(),q.list=xe(q.list).replace(/bull/g,q.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+q.def.source+")").getRegex(),q._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",q._comment=/<!--(?!-?>)[\s\S]*?-->/,q.html=xe(q.html,"i").replace("comment",q._comment).replace("tag",q._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),q.paragraph=xe(q._paragraph).replace("hr",q.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",q._tag).getRegex(),q.blockquote=xe(q.blockquote).replace("paragraph",q.paragraph).getRegex(),q.normal=Ae({},q),q.gfm=Ae({},q.normal,{nptable:"^ *([^|\\n ].*\\|.*)\\n *([-:]+ *\\|[-| :]*)(?:\\n((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)",table:"^ *\\|(.+)\\n *\\|?( *[-:]+[-| :]*)(?:\\n *((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),q.gfm.nptable=xe(q.gfm.nptable).replace("hr",q.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",q._tag).getRegex(),q.gfm.table=xe(q.gfm.table).replace("hr",q.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",q._tag).getRegex(),q.pedantic=Ae({},q.normal,{html:xe(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",q._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]+?) *(?:#+ *)?(?:\n+|$)/,fences:we,paragraph:xe(q.normal._paragraph).replace("hr",q.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",q.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var U={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:we,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",strong:{start:/^(?:(\*\*(?=[*punctuation]))|\*\*)(?![\s])|__/,middle:/^\*\*(?:(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)|\*(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)*?\*)+?\*\*$|^__(?![\s])((?:(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)|_(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)*?_)+?)__$/,endAst:/[^punctuation\s]\*\*(?!\*)|[punctuation]\*\*(?!\*)(?:(?=[punctuation\s]|$))/,endUnd:/[^\s]__(?!_)(?:(?=[punctuation\s])|$)/},em:{start:/^(?:(\*(?=[punctuation]))|\*)(?![*\s])|_/,middle:/^\*(?:(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)|\*(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)*?\*)+?\*$|^_(?![_\s])(?:(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)|_(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)*?_)+?_$/,endAst:/[^punctuation\s]\*(?!\*)|[punctuation]\*(?!\*)(?:(?=[punctuation\s]|$))/,endUnd:/[^\s]_(?!_)(?:(?=[punctuation\s])|$)/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:we,text:/^(`+|[^`])(?:[\s\S]*?(?:(?=[\\<!\[`*]|\b_|$)|[^ ](?= {2,}\n))|(?= {2,}\n))/,punctuation:/^([\s*punctuation])/};U._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",U.punctuation=xe(U.punctuation).replace(/punctuation/g,U._punctuation).getRegex(),U._blockSkip="\\[[^\\]]*?\\]\\([^\\)]*?\\)|`[^`]*?`|<[^>]*?>",U._overlapSkip="__[^_]*?__|\\*\\*\\[^\\*\\]*?\\*\\*",U.em.start=xe(U.em.start).replace(/punctuation/g,U._punctuation).getRegex(),U.em.middle=xe(U.em.middle).replace(/punctuation/g,U._punctuation).replace(/overlapSkip/g,U._overlapSkip).getRegex(),U.em.endAst=xe(U.em.endAst,"g").replace(/punctuation/g,U._punctuation).getRegex(),U.em.endUnd=xe(U.em.endUnd,"g").replace(/punctuation/g,U._punctuation).getRegex(),U.strong.start=xe(U.strong.start).replace(/punctuation/g,U._punctuation).getRegex(),U.strong.middle=xe(U.strong.middle).replace(/punctuation/g,U._punctuation).replace(/blockSkip/g,U._blockSkip).getRegex(),U.strong.endAst=xe(U.strong.endAst,"g").replace(/punctuation/g,U._punctuation).getRegex(),U.strong.endUnd=xe(U.strong.endUnd,"g").replace(/punctuation/g,U._punctuation).getRegex(),U.blockSkip=xe(U._blockSkip,"g").getRegex(),U.overlapSkip=xe(U._overlapSkip,"g").getRegex(),U._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,U._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,U._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])?)+(?![-_])/,U.autolink=xe(U.autolink).replace("scheme",U._scheme).replace("email",U._email).getRegex(),U._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,U.tag=xe(U.tag).replace("comment",q._comment).replace("attribute",U._attribute).getRegex(),U._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,U._href=/<(?:\\[<>]?|[^\s<>\\])*>|[^\s\x00-\x1f]*/,U._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,U.link=xe(U.link).replace("label",U._label).replace("href",U._href).replace("title",U._title).getRegex(),U.reflink=xe(U.reflink).replace("label",U._label).getRegex(),U.reflinkSearch=xe(U.reflinkSearch,"g").replace("reflink",U.reflink).replace("nolink",U.nolink).getRegex(),U.normal=Ae({},U),U.pedantic=Ae({},U.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:xe(/^!?\[(label)\]\((.*?)\)/).replace("label",U._label).getRegex(),reflink:xe(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",U._label).getRegex()}),U.gfm=Ae({},U.normal,{escape:xe(U.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)~+/,text:/^(`+|[^`])(?:[\s\S]*?(?:(?=[\\<!\[`*~]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))|(?= {2,}\n|[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))/}),U.gfm.url=xe(U.gfm.url,"i").replace("email",U.gfm._extended_email).getRegex(),U.breaks=Ae({},U.gfm,{br:xe(U.br).replace("{2,}","*").getRegex(),text:xe(U.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Ne={block:q,inline:U},it=w.defaults,lt=Ne.block,tt=Ne.inline;function $e(Q){return Q.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 Te(Q){var j="",H,y,C=Q.length;for(H=0;H<C;H++)y=Q.charCodeAt(H),Math.random()>.5&&(y="x"+y.toString(16)),j+="&#"+y+";";return j}var We=function(){function Q(H){this.tokens=[],this.tokens.links=Object.create(null),this.options=H||it,this.options.tokenizer=this.options.tokenizer||new Me,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options;var y={block:lt.normal,inline:tt.normal};this.options.pedantic?(y.block=lt.pedantic,y.inline=tt.pedantic):this.options.gfm&&(y.block=lt.gfm,this.options.breaks?y.inline=tt.breaks:y.inline=tt.gfm),this.tokenizer.rules=y}Q.lex=function(y,C){var S=new Q(C);return S.lex(y)};var j=Q.prototype;return j.lex=function(y){return y=y.replace(/\r\n|\r/g,`
`).replace(/\t/g," "),this.blockTokens(y,this.tokens,!0),this.inline(this.tokens),this.tokens},j.blockTokens=function(y,C,S){C===void 0&&(C=[]),S===void 0&&(S=!0),y=y.replace(/^ +$/gm,"");for(var L,ae,me,Ue;y;){if(L=this.tokenizer.space(y)){y=y.substring(L.raw.length),L.type&&C.push(L);continue}if(L=this.tokenizer.code(y,C)){y=y.substring(L.raw.length),L.type?C.push(L):(Ue=C[C.length-1],Ue.raw+=`
`+L.raw,Ue.text+=`
`+L.text);continue}if(L=this.tokenizer.fences(y)){y=y.substring(L.raw.length),C.push(L);continue}if(L=this.tokenizer.heading(y)){y=y.substring(L.raw.length),C.push(L);continue}if(L=this.tokenizer.nptable(y)){y=y.substring(L.raw.length),C.push(L);continue}if(L=this.tokenizer.hr(y)){y=y.substring(L.raw.length),C.push(L);continue}if(L=this.tokenizer.blockquote(y)){y=y.substring(L.raw.length),L.tokens=this.blockTokens(L.text,[],S),C.push(L);continue}if(L=this.tokenizer.list(y)){for(y=y.substring(L.raw.length),me=L.items.length,ae=0;ae<me;ae++)L.items[ae].tokens=this.blockTokens(L.items[ae].text,[],!1);C.push(L);continue}if(L=this.tokenizer.html(y)){y=y.substring(L.raw.length),C.push(L);continue}if(S&&(L=this.tokenizer.def(y))){y=y.substring(L.raw.length),this.tokens.links[L.tag]||(this.tokens.links[L.tag]={href:L.href,title:L.title});continue}if(L=this.tokenizer.table(y)){y=y.substring(L.raw.length),C.push(L);continue}if(L=this.tokenizer.lheading(y)){y=y.substring(L.raw.length),C.push(L);continue}if(S&&(L=this.tokenizer.paragraph(y))){y=y.substring(L.raw.length),C.push(L);continue}if(L=this.tokenizer.text(y,C)){y=y.substring(L.raw.length),L.type?C.push(L):(Ue=C[C.length-1],Ue.raw+=`
`+L.raw,Ue.text+=`
`+L.text);continue}if(y){var yt="Infinite loop on byte: "+y.charCodeAt(0);if(this.options.silent){console.error(yt);break}else throw new Error(yt)}}return C},j.inline=function(y){var C,S,L,ae,me,Ue,yt=y.length;for(C=0;C<yt;C++){Ue=y[C];switch(Ue.type){case"paragraph":case"text":case"heading":{Ue.tokens=[],this.inlineTokens(Ue.text,Ue.tokens);break}case"table":{for(Ue.tokens={header:[],cells:[]},ae=Ue.header.length,S=0;S<ae;S++)Ue.tokens.header[S]=[],this.inlineTokens(Ue.header[S],Ue.tokens.header[S]);for(ae=Ue.cells.length,S=0;S<ae;S++)for(me=Ue.cells[S],Ue.tokens.cells[S]=[],L=0;L<me.length;L++)Ue.tokens.cells[S][L]=[],this.inlineTokens(me[L],Ue.tokens.cells[S][L]);break}case"blockquote":{this.inline(Ue.tokens);break}case"list":{for(ae=Ue.items.length,S=0;S<ae;S++)this.inline(Ue.items[S].tokens);break}}}return y},j.inlineTokens=function(y,C,S,L,ae){C===void 0&&(C=[]),S===void 0&&(S=!1),L===void 0&&(L=!1),ae===void 0&&(ae="");var me,Ue=y,yt;if(this.tokens.links){var kt=Object.keys(this.tokens.links);if(kt.length>0)for(;(yt=this.tokenizer.rules.inline.reflinkSearch.exec(Ue))!=null;)kt.includes(yt[0].slice(yt[0].lastIndexOf("[")+1,-1))&&(Ue=Ue.slice(0,yt.index)+"["+"a".repeat(yt[0].length-2)+"]"+Ue.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(yt=this.tokenizer.rules.inline.blockSkip.exec(Ue))!=null;)Ue=Ue.slice(0,yt.index)+"["+"a".repeat(yt[0].length-2)+"]"+Ue.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;y;){if(me=this.tokenizer.escape(y)){y=y.substring(me.raw.length),C.push(me);continue}if(me=this.tokenizer.tag(y,S,L)){y=y.substring(me.raw.length),S=me.inLink,L=me.inRawBlock,C.push(me);continue}if(me=this.tokenizer.link(y)){y=y.substring(me.raw.length),me.type==="link"&&(me.tokens=this.inlineTokens(me.text,[],!0,L)),C.push(me);continue}if(me=this.tokenizer.reflink(y,this.tokens.links)){y=y.substring(me.raw.length),me.type==="link"&&(me.tokens=this.inlineTokens(me.text,[],!0,L)),C.push(me);continue}if(me=this.tokenizer.strong(y,Ue,ae)){y=y.substring(me.raw.length),me.tokens=this.inlineTokens(me.text,[],S,L),C.push(me);continue}if(me=this.tokenizer.em(y,Ue,ae)){y=y.substring(me.raw.length),me.tokens=this.inlineTokens(me.text,[],S,L),C.push(me);continue}if(me=this.tokenizer.codespan(y)){y=y.substring(me.raw.length),C.push(me);continue}if(me=this.tokenizer.br(y)){y=y.substring(me.raw.length),C.push(me);continue}if(me=this.tokenizer.del(y)){y=y.substring(me.raw.length),me.tokens=this.inlineTokens(me.text,[],S,L),C.push(me);continue}if(me=this.tokenizer.autolink(y,Te)){y=y.substring(me.raw.length),C.push(me);continue}if(!S&&(me=this.tokenizer.url(y,Te))){y=y.substring(me.raw.length),C.push(me);continue}if(me=this.tokenizer.inlineText(y,L,$e)){y=y.substring(me.raw.length),ae=me.raw.slice(-1),C.push(me);continue}if(y){var Ie="Infinite loop on byte: "+y.charCodeAt(0);if(this.options.silent){console.error(Ie);break}else throw new Error(Ie)}}return C},fe(Q,null,[{key:"rules",get:function(){return{block:lt,inline:tt}}}]),Q}(),Qe=w.defaults,st=he.cleanUrl,Ye=he.escape,_e=function(){function Q(H){this.options=H||Qe}var j=Q.prototype;return j.code=function(y,C,S){var L=(C||"").match(/\S*/)[0];if(this.options.highlight){var ae=this.options.highlight(y,L);ae!=null&&ae!==y&&(S=!0,y=ae)}return L?'<pre><code class="'+this.options.langPrefix+Ye(L,!0)+'">'+(S?y:Ye(y,!0))+`</code></pre>
`:"<pre><code>"+(S?y:Ye(y,!0))+`</code></pre>
`},j.blockquote=function(y){return`<blockquote>
`+y+`</blockquote>
`},j.html=function(y){return y},j.heading=function(y,C,S,L){return this.options.headerIds?"<h"+C+' id="'+this.options.headerPrefix+L.slug(S)+'">'+y+"</h"+C+`>
`:"<h"+C+">"+y+"</h"+C+`>
`},j.hr=function(){return this.options.xhtml?`<hr/>
`:`<hr>
`},j.list=function(y,C,S){var L=C?"ol":"ul",ae=C&&S!==1?' start="'+S+'"':"";return"<"+L+ae+`>
`+y+"</"+L+`>
`},j.listitem=function(y){return"<li>"+y+`</li>
`},j.checkbox=function(y){return"<input "+(y?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},j.paragraph=function(y){return"<p>"+y+`</p>
`},j.table=function(y,C){return C&&(C="<tbody>"+C+"</tbody>"),`<table>
<thead>
`+y+`</thead>
`+C+`</table>
`},j.tablerow=function(y){return`<tr>
`+y+`</tr>
`},j.tablecell=function(y,C){var S=C.header?"th":"td",L=C.align?"<"+S+' align="'+C.align+'">':"<"+S+">";return L+y+"</"+S+`>
`},j.strong=function(y){return"<strong>"+y+"</strong>"},j.em=function(y){return"<em>"+y+"</em>"},j.codespan=function(y){return"<code>"+y+"</code>"},j.br=function(){return this.options.xhtml?"<br/>":"<br>"},j.del=function(y){return"<del>"+y+"</del>"},j.link=function(y,C,S){if(y=st(this.options.sanitize,this.options.baseUrl,y),y===null)return S;var L='<a href="'+Ye(y)+'"';return C&&(L+=' title="'+C+'"'),L+=">"+S+"</a>",L},j.image=function(y,C,S){if(y=st(this.options.sanitize,this.options.baseUrl,y),y===null)return S;var L='<img src="'+y+'" alt="'+S+'"';return C&&(L+=' title="'+C+'"'),L+=this.options.xhtml?"/>":">",L},j.text=function(y){return y},Q}(),ze=function(){function Q(){}var j=Q.prototype;return j.strong=function(y){return y},j.em=function(y){return y},j.codespan=function(y){return y},j.del=function(y){return y},j.html=function(y){return y},j.text=function(y){return y},j.link=function(y,C,S){return""+S},j.image=function(y,C,S){return""+S},j.br=function(){return""},Q}(),mt=function(){function Q(){this.seen={}}var j=Q.prototype;return j.slug=function(y){var C=y.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-");if(this.seen.hasOwnProperty(C)){var S=C;do this.seen[S]++,C=S+"-"+this.seen[S];while(this.seen.hasOwnProperty(C))}return this.seen[C]=0,C},Q}(),ut=w.defaults,rt=he.unescape,nt=function(){function Q(H){this.options=H||ut,this.options.renderer=this.options.renderer||new _e,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new ze,this.slugger=new mt}Q.parse=function(y,C){var S=new Q(C);return S.parse(y)};var j=Q.prototype;return j.parse=function(y,C){C===void 0&&(C=!0);var S="",L,ae,me,Ue,yt,kt,Ie,At,gt,Ze,Ot,Tt,Qt,_t,St,bn,rn,pt,Qn=y.length;for(L=0;L<Qn;L++){Ze=y[L];switch(Ze.type){case"space":continue;case"hr":{S+=this.renderer.hr();continue}case"heading":{S+=this.renderer.heading(this.parseInline(Ze.tokens),Ze.depth,rt(this.parseInline(Ze.tokens,this.textRenderer)),this.slugger);continue}case"code":{S+=this.renderer.code(Ze.text,Ze.lang,Ze.escaped);continue}case"table":{for(At="",Ie="",Ue=Ze.header.length,ae=0;ae<Ue;ae++)Ie+=this.renderer.tablecell(this.parseInline(Ze.tokens.header[ae]),{header:!0,align:Ze.align[ae]});for(At+=this.renderer.tablerow(Ie),gt="",Ue=Ze.cells.length,ae=0;ae<Ue;ae++){for(kt=Ze.tokens.cells[ae],Ie="",yt=kt.length,me=0;me<yt;me++)Ie+=this.renderer.tablecell(this.parseInline(kt[me]),{header:!1,align:Ze.align[me]});gt+=this.renderer.tablerow(Ie)}S+=this.renderer.table(At,gt);continue}case"blockquote":{gt=this.parse(Ze.tokens),S+=this.renderer.blockquote(gt);continue}case"list":{for(Ot=Ze.ordered,Tt=Ze.start,Qt=Ze.loose,Ue=Ze.items.length,gt="",ae=0;ae<Ue;ae++)St=Ze.items[ae],bn=St.checked,rn=St.task,_t="",St.task&&(pt=this.renderer.checkbox(bn),Qt?St.tokens.length>0&&St.tokens[0].type==="text"?(St.tokens[0].text=pt+" "+St.tokens[0].text,St.tokens[0].tokens&&St.tokens[0].tokens.length>0&&St.tokens[0].tokens[0].type==="text"&&(St.tokens[0].tokens[0].text=pt+" "+St.tokens[0].tokens[0].text)):St.tokens.unshift({type:"text",text:pt}):_t+=pt),_t+=this.parse(St.tokens,Qt),gt+=this.renderer.listitem(_t,rn,bn);S+=this.renderer.list(gt,Ot,Tt);continue}case"html":{S+=this.renderer.html(Ze.text);continue}case"paragraph":{S+=this.renderer.paragraph(this.parseInline(Ze.tokens));continue}case"text":{for(gt=Ze.tokens?this.parseInline(Ze.tokens):Ze.text;L+1<Qn&&y[L+1].type==="text";)Ze=y[++L],gt+=`
`+(Ze.tokens?this.parseInline(Ze.tokens):Ze.text);S+=C?this.renderer.paragraph(gt):gt;continue}default:{var Cn='Token with "'+Ze.type+'" type was not found.';if(this.options.silent){console.error(Cn);return}else throw new Error(Cn)}}}return S},j.parseInline=function(y,C){C=C||this.renderer;var S="",L,ae,me=y.length;for(L=0;L<me;L++){ae=y[L];switch(ae.type){case"escape":{S+=C.text(ae.text);break}case"html":{S+=C.html(ae.text);break}case"link":{S+=C.link(ae.href,ae.title,this.parseInline(ae.tokens,C));break}case"image":{S+=C.image(ae.href,ae.title,ae.text);break}case"strong":{S+=C.strong(this.parseInline(ae.tokens,C));break}case"em":{S+=C.em(this.parseInline(ae.tokens,C));break}case"codespan":{S+=C.codespan(ae.text);break}case"br":{S+=C.br();break}case"del":{S+=C.del(this.parseInline(ae.tokens,C));break}case"text":{S+=C.text(ae.text);break}default:{var Ue='Token with "'+ae.type+'" type was not found.';if(this.options.silent){console.error(Ue);return}else throw new Error(Ue)}}}return S},Q}(),ft=he.merge,ot=he.checkSanitizeDeprecation,Ve=he.escape,pe=w.getDefaults,qe=w.changeDefaults,Xe=w.defaults;function Ce(Q,j,H){if(typeof Q=="undefined"||Q===null)throw new Error("marked(): input parameter is undefined or null");if(typeof Q!="string")throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(Q)+", string expected");if(typeof j=="function"&&(H=j,j=null),j=ft({},Ce.defaults,j||{}),ot(j),H){var y=j.highlight,C;try{C=We.lex(Q,j)}catch(me){return H(me)}var S=function(Ue){var yt;if(!Ue)try{yt=nt.parse(C,j)}catch(kt){Ue=kt}return j.highlight=y,Ue?H(Ue):H(null,yt)};if(!y||y.length<3)return S();if(delete j.highlight,!C.length)return S();var L=0;Ce.walkTokens(C,function(me){me.type==="code"&&(L++,setTimeout(function(){y(me.text,me.lang,function(Ue,yt){if(Ue)return S(Ue);yt!=null&&yt!==me.text&&(me.text=yt,me.escaped=!0),L--,L===0&&S()})},0))}),L===0&&S();return}try{var ae=We.lex(Q,j);return j.walkTokens&&Ce.walkTokens(ae,j.walkTokens),nt.parse(ae,j)}catch(me){if(me.message+=`
Please report this to https://github.com/markedjs/marked.`,j.silent)return"<p>An error occurred:</p><pre>"+Ve(me.message+"",!0)+"</pre>";throw me}}Ce.options=Ce.setOptions=function(Q){return ft(Ce.defaults,Q),qe(Ce.defaults),Ce},Ce.getDefaults=pe,Ce.defaults=Xe,Ce.use=function(Q){var j=ft({},Q);if(Q.renderer&&function(){var y=Ce.defaults.renderer||new _e,C=function(ae){var me=y[ae];y[ae]=function(){for(var Ue=arguments.length,yt=new Array(Ue),kt=0;kt<Ue;kt++)yt[kt]=arguments[kt];var Ie=Q.renderer[ae].apply(y,yt);return Ie===!1&&(Ie=me.apply(y,yt)),Ie}};for(var S in Q.renderer)C(S);j.renderer=y}(),Q.tokenizer&&function(){var y=Ce.defaults.tokenizer||new Me,C=function(ae){var me=y[ae];y[ae]=function(){for(var Ue=arguments.length,yt=new Array(Ue),kt=0;kt<Ue;kt++)yt[kt]=arguments[kt];var Ie=Q.tokenizer[ae].apply(y,yt);return Ie===!1&&(Ie=me.apply(y,yt)),Ie}};for(var S in Q.tokenizer)C(S);j.tokenizer=y}(),Q.walkTokens){var H=Ce.defaults.walkTokens;j.walkTokens=function(y){Q.walkTokens(y),H&&H(y)}}Ce.setOptions(j)},Ce.walkTokens=function(Q,j){for(var H=re(Q),y;!(y=H()).done;){var C=y.value;j(C);switch(C.type){case"table":{for(var S=re(C.tokens.header),L;!(L=S()).done;){var ae=L.value;Ce.walkTokens(ae,j)}for(var me=re(C.tokens.cells),Ue;!(Ue=me()).done;)for(var yt=Ue.value,kt=re(yt),Ie;!(Ie=kt()).done;){var At=Ie.value;Ce.walkTokens(At,j)}break}case"list":{Ce.walkTokens(C.items,j);break}default:C.tokens&&Ce.walkTokens(C.tokens,j)}}},Ce.Parser=nt,Ce.parser=nt.parse,Ce.Renderer=_e,Ce.TextRenderer=ze,Ce.Lexer=We,Ce.lexer=We.lex,Ce.Tokenizer=Me,Ce.Slugger=mt,Ce.parse=Ce;var Oe=Ce;return Oe})},E7E6:function(ve,ce){ve.exports="data:image/png;base64,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"},ELLl:function(ve,ce,f){(function(P){P(f("VrN/"))})(function(P){var fe={pairs:`()[]{}''""`,closeBefore:`)]}'":;>`,triples:"",explode:"[]{}"},X=P.Pos;P.defineOption("autoCloseBrackets",!1,function(O,B,z){z&&z!=P.Init&&(O.removeKeyMap(re),O.state.closeBrackets=null),B&&(V(ue(B,"pairs")),O.state.closeBrackets=B,O.addKeyMap(re))});function ue(O,B){return B=="pairs"&&typeof O=="string"?O:typeof O=="object"&&O[B]!=null?O[B]:fe[B]}var re={Backspace:T,Enter:W};function V(O){for(var B=0;B<O.length;B++){var z=O.charAt(B),Z="'"+z+"'";re[Z]||(re[Z]=w(z))}}V(fe.pairs+"`");function w(O){return function(B){return E(B,O)}}function k(O){var B=O.state.closeBrackets;if(!B||B.override)return B;var z=O.getModeAt(O.getCursor());return z.closeBrackets||B}function T(O){var B=k(O);if(!B||O.getOption("disableInput"))return P.Pass;for(var z=ue(B,"pairs"),Z=O.listSelections(),ie=0;ie<Z.length;ie++){if(!Z[ie].empty())return P.Pass;var ke=K(O,Z[ie].head);if(!ke||z.indexOf(ke)%2!=0)return P.Pass}for(var ie=Z.length-1;ie>=0;ie--){var je=Z[ie].head;O.replaceRange("",X(je.line,je.ch-1),X(je.line,je.ch+1),"+delete")}}function W(O){var B=k(O),z=B&&ue(B,"explode");if(!z||O.getOption("disableInput"))return P.Pass;for(var Z=O.listSelections(),ie=0;ie<Z.length;ie++){if(!Z[ie].empty())return P.Pass;var ke=K(O,Z[ie].head);if(!ke||z.indexOf(ke)%2!=0)return P.Pass}O.operation(function(){var je=O.lineSeparator()||`
`;O.replaceSelection(je+je,null),O.execCommand("goCharLeft"),Z=O.listSelections();for(var ee=0;ee<Z.length;ee++){var ye=Z[ee].head.line;O.indentLine(ye,null,!0),O.indentLine(ye+1,null,!0)}})}function M(O){var B=P.cmpPos(O.anchor,O.head)>0;return{anchor:new X(O.anchor.line,O.anchor.ch+(B?-1:1)),head:new X(O.head.line,O.head.ch+(B?1:-1))}}function E(O,B){var z=k(O);if(!z||O.getOption("disableInput"))return P.Pass;var Z=ue(z,"pairs"),ie=Z.indexOf(B);if(ie==-1)return P.Pass;for(var ke=ue(z,"closeBefore"),je=ue(z,"triples"),ee=Z.charAt(ie+1)==B,ye=O.listSelections(),Pe=ie%2==0,ge,be=0;be<ye.length;be++){var le=ye[be],$=le.head,A,ne=O.getRange($,X($.line,$.ch+1));if(Pe&&!le.empty())A="surround";else if((ee||!Pe)&&ne==B)ee&&F(O,$)?A="both":je.indexOf(B)>=0&&O.getRange($,X($.line,$.ch+3))==B+B+B?A="skipThree":A="skip";else if(ee&&$.ch>1&&je.indexOf(B)>=0&&O.getRange(X($.line,$.ch-2),$)==B+B){if($.ch>2&&/\bstring/.test(O.getTokenTypeAt(X($.line,$.ch-2))))return P.Pass;A="addFour"}else if(ee){var J=$.ch==0?" ":O.getRange(X($.line,$.ch-1),$);if(!P.isWordChar(ne)&&J!=B&&!P.isWordChar(J))A="both";else return P.Pass}else if(Pe&&(ne.length===0||/\s/.test(ne)||ke.indexOf(ne)>-1))A="both";else return P.Pass;if(!ge)ge=A;else if(ge!=A)return P.Pass}var b=ie%2?Z.charAt(ie-1):B,R=ie%2?B:Z.charAt(ie+1);O.operation(function(){if(ge=="skip")O.execCommand("goCharRight");else if(ge=="skipThree")for(var G=0;G<3;G++)O.execCommand("goCharRight");else if(ge=="surround"){for(var I=O.getSelections(),G=0;G<I.length;G++)I[G]=b+I[G]+R;O.replaceSelections(I,"around"),I=O.listSelections().slice();for(var G=0;G<I.length;G++)I[G]=M(I[G]);O.setSelections(I)}else ge=="both"?(O.replaceSelection(b+R,null),O.triggerElectric(b+R),O.execCommand("goCharLeft")):ge=="addFour"&&(O.replaceSelection(b+b+b+b,"before"),O.execCommand("goCharRight"))})}function K(O,B){var z=O.getRange(X(B.line,B.ch-1),X(B.line,B.ch+1));return z.length==2?z:null}function F(O,B){var z=O.getTokenAt(X(B.line,B.ch+1));return/\bstring/.test(z.type)&&z.start==B.ch&&(B.ch==0||!/\bstring/.test(O.getTokenTypeAt(B)))}})},FOrL:function(ve,ce,f){ve.exports=f.p+"static/nodata.a6b3f948.png"},FPkq:function(ve,ce,f){ve.exports=f.p+"static/qrCode.dd0fe9b2.png"},GABl:function(ve,ce){ve.exports="data:image/png;base64,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"},Gytx:function(ve,ce){ve.exports=function(P,fe,X,ue){var re=X?X.call(ue,P,fe):void 0;if(re!==void 0)return!!re;if(P===fe)return!0;if(typeof P!="object"||!P||typeof fe!="object"||!fe)return!1;var V=Object.keys(P),w=Object.keys(fe);if(V.length!==w.length)return!1;for(var k=Object.prototype.hasOwnProperty.bind(fe),T=0;T<V.length;T++){var W=V[T];if(!k(W))return!1;var M=P[W],E=fe[W];if(re=X?X.call(ue,M,E,W):void 0,re===!1||re===void 0&&M!==E)return!1}return!0}},H38U:function(ve,ce,f){var P=f("f4xo"),fe=f("rcnY"),X=f("wU8J"),ue=f("Iq15"),re=f("dWSS");function V(k,T){this.typeNumber=k,this.errorCorrectLevel=T,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}var w=V.prototype;w.addData=function(k){var T=new P(k);this.dataList.push(T),this.dataCache=null},w.isDark=function(k,T){if(k<0||this.moduleCount<=k||T<0||this.moduleCount<=T)throw new Error(k+","+T);return this.modules[k][T]},w.getModuleCount=function(){return this.moduleCount},w.make=function(){if(this.typeNumber<1){var k=1;for(k=1;k<40;k++){for(var T=fe.getRSBlocks(k,this.errorCorrectLevel),W=new X,M=0,E=0;E<T.length;E++)M+=T[E].dataCount;for(var E=0;E<this.dataList.length;E++){var K=this.dataList[E];W.put(K.mode,4),W.put(K.getLength(),ue.getLengthInBits(K.mode,k)),K.write(W)}if(W.getLengthInBits()<=M*8)break}this.typeNumber=k}this.makeImpl(!1,this.getBestMaskPattern())},w.makeImpl=function(k,T){this.moduleCount=this.typeNumber*4+17,this.modules=new Array(this.moduleCount);for(var W=0;W<this.moduleCount;W++){this.modules[W]=new Array(this.moduleCount);for(var M=0;M<this.moduleCount;M++)this.modules[W][M]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(k,T),this.typeNumber>=7&&this.setupTypeNumber(k),this.dataCache==null&&(this.dataCache=V.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,T)},w.setupPositionProbePattern=function(k,T){for(var W=-1;W<=7;W++){if(k+W<=-1||this.moduleCount<=k+W)continue;for(var M=-1;M<=7;M++){if(T+M<=-1||this.moduleCount<=T+M)continue;0<=W&&W<=6&&(M==0||M==6)||0<=M&&M<=6&&(W==0||W==6)||2<=W&&W<=4&&2<=M&&M<=4?this.modules[k+W][T+M]=!0:this.modules[k+W][T+M]=!1}}},w.getBestMaskPattern=function(){for(var k=0,T=0,W=0;W<8;W++){this.makeImpl(!0,W);var M=ue.getLostPoint(this);(W==0||k>M)&&(k=M,T=W)}return T},w.createMovieClip=function(k,T,W){var M=k.createEmptyMovieClip(T,W),E=1;this.make();for(var K=0;K<this.modules.length;K++)for(var F=K*E,O=0;O<this.modules[K].length;O++){var B=O*E,z=this.modules[K][O];z&&(M.beginFill(0,100),M.moveTo(B,F),M.lineTo(B+E,F),M.lineTo(B+E,F+E),M.lineTo(B,F+E),M.endFill())}return M},w.setupTimingPattern=function(){for(var k=8;k<this.moduleCount-8;k++){if(this.modules[k][6]!=null)continue;this.modules[k][6]=k%2==0}for(var T=8;T<this.moduleCount-8;T++){if(this.modules[6][T]!=null)continue;this.modules[6][T]=T%2==0}},w.setupPositionAdjustPattern=function(){for(var k=ue.getPatternPosition(this.typeNumber),T=0;T<k.length;T++)for(var W=0;W<k.length;W++){var M=k[T],E=k[W];if(this.modules[M][E]!=null)continue;for(var K=-2;K<=2;K++)for(var F=-2;F<=2;F++)K==-2||K==2||F==-2||F==2||K==0&&F==0?this.modules[M+K][E+F]=!0:this.modules[M+K][E+F]=!1}},w.setupTypeNumber=function(k){for(var T=ue.getBCHTypeNumber(this.typeNumber),W=0;W<18;W++){var M=!k&&(T>>W&1)==1;this.modules[Math.floor(W/3)][W%3+this.moduleCount-8-3]=M}for(var W=0;W<18;W++){var M=!k&&(T>>W&1)==1;this.modules[W%3+this.moduleCount-8-3][Math.floor(W/3)]=M}},w.setupTypeInfo=function(k,T){for(var W=this.errorCorrectLevel<<3|T,M=ue.getBCHTypeInfo(W),E=0;E<15;E++){var K=!k&&(M>>E&1)==1;E<6?this.modules[E][8]=K:E<8?this.modules[E+1][8]=K:this.modules[this.moduleCount-15+E][8]=K}for(var E=0;E<15;E++){var K=!k&&(M>>E&1)==1;E<8?this.modules[8][this.moduleCount-E-1]=K:E<9?this.modules[8][15-E-1+1]=K:this.modules[8][15-E-1]=K}this.modules[this.moduleCount-8][8]=!k},w.mapData=function(k,T){for(var W=-1,M=this.moduleCount-1,E=7,K=0,F=this.moduleCount-1;F>0;F-=2)for(F==6&&F--;;){for(var O=0;O<2;O++)if(this.modules[M][F-O]==null){var B=!1;K<k.length&&(B=(k[K]>>>E&1)==1);var z=ue.getMask(T,M,F-O);z&&(B=!B),this.modules[M][F-O]=B,E--,E==-1&&(K++,E=7)}if(M+=W,M<0||this.moduleCount<=M){M-=W,W=-W;break}}},V.PAD0=236,V.PAD1=17,V.createData=function(k,T,W){for(var M=fe.getRSBlocks(k,T),E=new X,K=0;K<W.length;K++){var F=W[K];E.put(F.mode,4),E.put(F.getLength(),ue.getLengthInBits(F.mode,k)),F.write(E)}for(var O=0,K=0;K<M.length;K++)O+=M[K].dataCount;if(E.getLengthInBits()>O*8)throw new Error("code length overflow. ("+E.getLengthInBits()+">"+O*8+")");for(E.getLengthInBits()+4<=O*8&&E.put(0,4);E.getLengthInBits()%8!=0;)E.putBit(!1);for(;!(E.getLengthInBits()>=O*8);){if(E.put(V.PAD0,8),E.getLengthInBits()>=O*8)break;E.put(V.PAD1,8)}return V.createBytes(E,M)},V.createBytes=function(k,T){for(var W=0,M=0,E=0,K=new Array(T.length),F=new Array(T.length),O=0;O<T.length;O++){var B=T[O].dataCount,z=T[O].totalCount-B;M=Math.max(M,B),E=Math.max(E,z),K[O]=new Array(B);for(var Z=0;Z<K[O].length;Z++)K[O][Z]=255&k.buffer[Z+W];W+=B;var ie=ue.getErrorCorrectPolynomial(z),ke=new re(K[O],ie.getLength()-1),je=ke.mod(ie);F[O]=new Array(ie.getLength()-1);for(var Z=0;Z<F[O].length;Z++){var ee=Z+je.getLength()-F[O].length;F[O][Z]=ee>=0?je.get(ee):0}}for(var ye=0,Z=0;Z<T.length;Z++)ye+=T[Z].totalCount;for(var Pe=new Array(ye),ge=0,Z=0;Z<M;Z++)for(var O=0;O<T.length;O++)Z<K[O].length&&(Pe[ge++]=K[O][Z]);for(var Z=0;Z<E;Z++)for(var O=0;O<T.length;O++)Z<F[O].length&&(Pe[ge++]=F[O][Z]);return Pe},ve.exports=V},HmJG:function(ve,ce,f){},HpTS:function(ve,ce,f){ve.exports=f.p+"static/small_program.f74069ec.png"},Iq15:function(ve,ce,f){var P=f("nVVt"),fe=f("dWSS"),X=f("dQei"),ue={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},re={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1<<10|1<<8|1<<5|1<<4|1<<2|1<<1|1<<0,G18:1<<12|1<<11|1<<10|1<<9|1<<8|1<<5|1<<2|1<<0,G15_MASK:1<<14|1<<12|1<<10|1<<4|1<<1,getBCHTypeInfo:function(V){for(var w=V<<10;re.getBCHDigit(w)-re.getBCHDigit(re.G15)>=0;)w^=re.G15<<re.getBCHDigit(w)-re.getBCHDigit(re.G15);return(V<<10|w)^re.G15_MASK},getBCHTypeNumber:function(V){for(var w=V<<12;re.getBCHDigit(w)-re.getBCHDigit(re.G18)>=0;)w^=re.G18<<re.getBCHDigit(w)-re.getBCHDigit(re.G18);return V<<12|w},getBCHDigit:function(V){for(var w=0;V!=0;)w++,V>>>=1;return w},getPatternPosition:function(V){return re.PATTERN_POSITION_TABLE[V-1]},getMask:function(V,w,k){switch(V){case ue.PATTERN000:return(w+k)%2==0;case ue.PATTERN001:return w%2==0;case ue.PATTERN010:return k%3==0;case ue.PATTERN011:return(w+k)%3==0;case ue.PATTERN100:return(Math.floor(w/2)+Math.floor(k/3))%2==0;case ue.PATTERN101:return w*k%2+w*k%3==0;case ue.PATTERN110:return(w*k%2+w*k%3)%2==0;case ue.PATTERN111:return(w*k%3+(w+k)%2)%2==0;default:throw new Error("bad maskPattern:"+V)}},getErrorCorrectPolynomial:function(V){for(var w=new fe([1],0),k=0;k<V;k++)w=w.multiply(new fe([1,X.gexp(k)],0));return w},getLengthInBits:function(V,w){if(1<=w&&w<10)switch(V){case P.MODE_NUMBER:return 10;case P.MODE_ALPHA_NUM:return 9;case P.MODE_8BIT_BYTE:return 8;case P.MODE_KANJI:return 8;default:throw new Error("mode:"+V)}else if(w<27)switch(V){case P.MODE_NUMBER:return 12;case P.MODE_ALPHA_NUM:return 11;case P.MODE_8BIT_BYTE:return 16;case P.MODE_KANJI:return 10;default:throw new Error("mode:"+V)}else if(w<41)switch(V){case P.MODE_NUMBER:return 14;case P.MODE_ALPHA_NUM:return 13;case P.MODE_8BIT_BYTE:return 16;case P.MODE_KANJI:return 12;default:throw new Error("mode:"+V)}else throw new Error("type:"+w)},getLostPoint:function(V){for(var w=V.getModuleCount(),k=0,T=0;T<w;T++)for(var W=0;W<w;W++){for(var M=0,E=V.isDark(T,W),K=-1;K<=1;K++){if(T+K<0||w<=T+K)continue;for(var F=-1;F<=1;F++){if(W+F<0||w<=W+F)continue;if(K==0&&F==0)continue;E==V.isDark(T+K,W+F)&&M++}}M>5&&(k+=3+M-5)}for(var T=0;T<w-1;T++)for(var W=0;W<w-1;W++){var O=0;V.isDark(T,W)&&O++,V.isDark(T+1,W)&&O++,V.isDark(T,W+1)&&O++,V.isDark(T+1,W+1)&&O++,(O==0||O==4)&&(k+=3)}for(var T=0;T<w;T++)for(var W=0;W<w-6;W++)V.isDark(T,W)&&!V.isDark(T,W+1)&&V.isDark(T,W+2)&&V.isDark(T,W+3)&&V.isDark(T,W+4)&&!V.isDark(T,W+5)&&V.isDark(T,W+6)&&(k+=40);for(var W=0;W<w;W++)for(var T=0;T<w-6;T++)V.isDark(T,W)&&!V.isDark(T+1,W)&&V.isDark(T+2,W)&&V.isDark(T+3,W)&&V.isDark(T+4,W)&&!V.isDark(T+5,W)&&V.isDark(T+6,W)&&(k+=40);for(var B=0,W=0;W<w;W++)for(var T=0;T<w;T++)V.isDark(T,W)&&B++;var z=Math.abs(100*B/w/w-50)/5;return k+=z*10,k}};ve.exports=re},JWDV:function(ve,ce,f){ve.exports=f.p+"static/charpter-white.5fa14f93.svg"},JeFH:function(ve,ce){ve.exports="data:image/png;base64,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"},Jq4h:function(ve,ce,f){ve.exports=f.p+"static/qrcode.54870d9b.png"},LdHM:function(ve,ce,f){"use strict";f.d(ce,"b",function(){return ke}),f.d(ce,"a",function(){return ee});var P=f("1OyB"),fe=f("vuIU"),X=f("Ji7U"),ue=f("LK+K"),re=f("q1tI"),V=f("rePB"),w=f("Ff2n"),k=f("ODXe"),T=f("4IlW"),W=f("bX4T"),M=f("YrtM"),E=f("TSYQ"),K=f.n(E),F=f("+nKL"),O=f("8OUc"),B=function(Y,Se){var de=Y.prefixCls,He=Y.id,Ge=Y.flattenOptions,Me=Y.childrenAsData,we=Y.values,xe=Y.searchValue,Ae=Y.multiple,q=Y.defaultActiveFirstOption,U=Y.height,Ne=Y.itemHeight,it=Y.notFoundContent,lt=Y.open,tt=Y.menuItemSelectedIcon,$e=Y.virtual,Te=Y.onSelect,We=Y.onToggleOpen,Qe=Y.onActiveValue,st=Y.onScroll,Ye=Y.onMouseEnter,_e="".concat(de,"-item"),ze=Object(M.a)(function(){return Ge},[lt,Ge],function(Oe,Q){return Q[0]&&Oe[1]!==Q[1]}),mt=re.useRef(null),ut=function(Q){Q.preventDefault()},rt=function(Q){mt.current&&mt.current.scrollTo({index:Q})},nt=function(Q){for(var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,H=ze.length,y=0;y<H;y+=1){var C=(Q+y*j+H)%H,S=ze[C],L=S.group,ae=S.data;if(!L&&!ae.disabled)return C}return-1},ft=re.useState(function(){return nt(0)}),ot=Object(k.a)(ft,2),Ve=ot[0],pe=ot[1],qe=function(Q){pe(Q);var j=ze[Q];if(!j){Qe(null,-1);return}Qe(j.data.value,Q)};re.useEffect(function(){qe(q!==!1?nt(0):-1)},[ze.length,xe]),re.useEffect(function(){var Oe=setTimeout(function(){if(!Ae&&lt&&we.size===1){var Q=Array.from(we)[0],j=ze.findIndex(function(H){var y=H.data;return y.value===Q});qe(j),rt(j)}});return function(){return clearTimeout(Oe)}},[lt]);var Xe=function(Q){Q!==void 0&&Te(Q,{selected:!we.has(Q)}),Ae||We(!1)};if(re.useImperativeHandle(Se,function(){return{onKeyDown:function(Q){var j=Q.which;switch(j){case T.a.UP:case T.a.DOWN:{var H=0;if(j===T.a.UP?H=-1:j===T.a.DOWN&&(H=1),H!==0){var y=nt(Ve+H,H);rt(y),qe(y)}break}case T.a.ENTER:{var C=ze[Ve];C&&!C.data.disabled?Xe(C.data.value):Xe(void 0),lt&&Q.preventDefault();break}case T.a.ESC:We(!1)}},onKeyUp:function(){},scrollTo:function(Q){rt(Q)}}}),ze.length===0)return re.createElement("div",{role:"listbox",id:"".concat(He,"_list"),className:"".concat(_e,"-empty"),onMouseDown:ut},it);function Ce(Oe){var Q=ze[Oe];if(!Q)return null;var j=Q.data||{},H=j.value,y=j.label,C=j.children,S=Object(W.a)(j,!0),L=Me?C:y;return Q?re.createElement("div",Object.assign({"aria-label":typeof L=="string"?L:null},S,{key:Oe,role:"option",id:"".concat(He,"_list_").concat(Oe),"aria-selected":we.has(H)}),H):null}return re.createElement(re.Fragment,null,re.createElement("div",{role:"listbox",id:"".concat(He,"_list"),style:{height:0,width:0,overflow:"hidden"}},Ce(Ve-1),Ce(Ve),Ce(Ve+1)),re.createElement(F.a,{itemKey:"key",ref:mt,data:ze,height:U,itemHeight:Ne,fullHeight:!1,onMouseDown:ut,onScroll:st,virtual:$e,onMouseEnter:Ye},function(Oe,Q){var j,H=Oe.group,y=Oe.groupOption,C=Oe.data,S=C.label,L=C.key;if(H)return re.createElement("div",{className:K()(_e,"".concat(_e,"-group"))},S!==void 0?S:L);var ae=C.disabled,me=C.value,Ue=C.title,yt=C.children,kt=C.style,Ie=C.className,At=Object(w.a)(C,["disabled","value","title","children","style","className"]),gt=we.has(me),Ze="".concat(_e,"-option"),Ot=K()(_e,Ze,Ie,(j={},Object(V.a)(j,"".concat(Ze,"-grouped"),y),Object(V.a)(j,"".concat(Ze,"-active"),Ve===Q&&!ae),Object(V.a)(j,"".concat(Ze,"-disabled"),ae),Object(V.a)(j,"".concat(Ze,"-selected"),gt),j)),Tt=Me?yt:S,Qt=!tt||typeof tt=="function"||gt;return re.createElement("div",Object.assign({},At,{"aria-selected":gt,className:Ot,title:Ue,onMouseMove:function(){if(Ve===Q||ae)return;qe(Q)},onClick:function(){ae||Xe(me)},style:kt}),re.createElement("div",{className:"".concat(Ze,"-content")},Tt||me),re.isValidElement(tt)||gt,Qt&&re.createElement(O.a,{className:"".concat(_e,"-option-state"),customizeIcon:tt,customizeIconProps:{isSelected:gt}},gt?"\u2713":null))}))},z=re.forwardRef(B);z.displayName="OptionList";var Z=z,ie=function(){return null};ie.isSelectOption=!0;var ke=ie,je=function(){return null};je.isSelectOptGroup=!0;var ee=je,ye=f("VTBJ"),Pe=f("Zm9Q");function ge(m){var Y=m.key,Se=m.props,de=Se.children,He=Se.value,Ge=Object(w.a)(Se,["children","value"]);return Object(ye.a)({key:Y,value:He!==void 0?He:Y,children:de},Ge)}function be(m){var Y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return Object(Pe.a)(m).map(function(Se,de){if(!re.isValidElement(Se)||!Se.type)return null;var He=Se.type.isSelectOptGroup,Ge=Se.key,Me=Se.props,we=Me.children,xe=Object(w.a)(Me,["children"]);return Y||!He?ge(Se):Object(ye.a)(Object(ye.a)({key:"__RC_SELECT_GRP__".concat(Ge===null?de:Ge,"__"),label:Ge},xe),{},{options:be(we)})}).filter(function(Se){return Se})}var le=f("2Qr1"),$=f("qNPg"),A=f("U8pU"),ne=f("Kwbf"),J=f("WKfj");function b(m){var Y=m.mode,Se=m.options,de=m.children,He=m.backfill,Ge=m.allowClear,Me=m.placeholder,we=m.getInputElement,xe=m.showSearch,Ae=m.onSearch,q=m.defaultOpen,U=m.autoFocus,Ne=m.labelInValue,it=m.value,lt=m.inputValue,tt=m.optionLabelProp,$e=Y==="multiple"||Y==="tags",Te=xe!==void 0?xe:$e||Y==="combobox",We=Se||be(de);if(Object(ne.a)(Y!=="tags"||We.every(function(_e){return!_e.disabled}),"Please avoid setting option to disabled in tags mode since user can always type text as tag."),Y==="tags"||Y==="combobox"){var Qe=We.some(function(_e){return _e.options?_e.options.some(function(ze){return typeof("value"in ze?ze.value:ze.key)=="number"}):typeof("value"in _e?_e.value:_e.key)=="number"});Object(ne.a)(!Qe,"`value` of Option should not use number type when `mode` is `tags` or `combobox`.")}if(Object(ne.a)(Y!=="combobox"||!tt,"`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly."),Object(ne.a)(Y==="combobox"||!He,"`backfill` only works with `combobox` mode."),Object(ne.a)(Y==="combobox"||!we,"`getInputElement` only work with `combobox` mode."),Object(ne.b)(Y!=="combobox"||!we||!Ge||!Me,"Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`."),Ae&&!Te&&Y!=="combobox"&&Y!=="tags"&&Object(ne.a)(!1,"`onSearch` should work with `showSearch` instead of use alone."),Object(ne.b)(!q||U,"`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed."),it!=null){var st=Object(J.d)(it);Object(ne.a)(!Ne||st.every(function(_e){return Object(A.a)(_e)==="object"&&("key"in _e||"value"in _e)}),"`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`"),Object(ne.a)(!$e||Array.isArray(it),"`value` should be array when `mode` is `multiple` or `tags`")}if(de){var Ye=null;Object(Pe.a)(de).some(function(_e){if(!re.isValidElement(_e)||!_e.type)return!1;var ze=_e.type;if(ze.isSelectOption)return!1;if(ze.isSelectOptGroup){var mt=Object(Pe.a)(_e.props.children).every(function(ut){return!re.isValidElement(ut)||!_e.type||ut.type.isSelectOption?!0:(Ye=ut.type,!1)});return!mt}return Ye=ze,!0}),Ye&&Object(ne.a)(!1,"`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(Ye.displayName||Ye.name||Ye,"`.")),Object(ne.a)(lt===void 0,"`inputValue` is deprecated, please use `searchValue` instead.")}}var R=b,G=Object($.a)({prefixCls:"rc-select",components:{optionList:Z},convertChildrenToData:be,flattenOptions:le.d,getLabeledValue:le.e,filterOptions:le.b,isValueDisabled:le.g,findValueOption:le.c,warningProps:R,fillOptionsWithMissingValue:le.a}),I=function(m){Object(X.a)(Se,m);var Y=Object(ue.a)(Se);function Se(){var de;return Object(P.a)(this,Se),de=Y.apply(this,arguments),de.selectRef=re.createRef(),de.focus=function(){de.selectRef.current.focus()},de.blur=function(){de.selectRef.current.blur()},de}return Object(fe.a)(Se,[{key:"render",value:function(){return re.createElement(G,Object.assign({ref:this.selectRef},this.props))}}]),Se}(re.Component);I.Option=ke,I.OptGroup=ee;var he=I,x=ce.c=he},M8RZ:function(ve,ce,f){"use strict";f.d(ce,"a",function(){return T});var P=f("fWQN"),fe=f("mtLc"),X=f("yKVA"),ue=f("879j"),re=f("q1tI"),V=f.n(re),w=f("i8i4"),k=f.n(w),T=function(W){Object(X.a)(E,W);var M=Object(ue.a)(E);function E(K){var F;Object(P.a)(this,E),F=M.call(this,K);var O=window.document;return F.node=O.createElement("div"),O.body.appendChild(F.node),F}return Object(fe.a)(E,[{key:"render",value:function(){var F=this.props.children;return Object(w.createPortal)(F,this.node)}},{key:"componentWillUnmount",value:function(){window.document.body.removeChild(this.node)}}]),E}(V.a.Component)},NhNJ:function(ve,ce){ve.exports="data:image/png;base64,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"},Nmxd:function(ve,ce){ve.exports="data:image/png;base64,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"},OLES:function(ve,ce,f){"use strict";var P=f("U8pU"),fe=f("VTBJ"),X=f("Ff2n"),ue=f("q1tI"),re=f("uciX"),V=f("7ixt"),w=function(K){var F=K.overlay,O=K.prefixCls,B=K.id,z=K.overlayInnerStyle;return ue.createElement("div",{className:"".concat(O,"-inner"),id:B,role:"tooltip",style:z},typeof F=="function"?F():F)},k=w,T=function(K,F){var O=K.overlayClassName,B=K.trigger,z=B===void 0?["hover"]:B,Z=K.mouseEnterDelay,ie=Z===void 0?0:Z,ke=K.mouseLeaveDelay,je=ke===void 0?.1:ke,ee=K.overlayStyle,ye=K.prefixCls,Pe=ye===void 0?"rc-tooltip":ye,ge=K.children,be=K.onVisibleChange,le=K.afterVisibleChange,$=K.transitionName,A=K.animation,ne=K.placement,J=ne===void 0?"right":ne,b=K.align,R=b===void 0?{}:b,G=K.destroyTooltipOnHide,I=G===void 0?!1:G,he=K.defaultVisible,x=K.getTooltipContainer,m=K.overlayInnerStyle,Y=Object(X.a)(K,["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle"]),Se=Object(ue.useRef)(null);Object(ue.useImperativeHandle)(F,function(){return Se.current});var de=Object(fe.a)({},Y);"visible"in K&&(de.popupVisible=K.visible);var He=function(){var Ae=K.arrowContent,q=Ae===void 0?null:Ae,U=K.overlay,Ne=K.id;return[ue.createElement("div",{className:"".concat(Pe,"-arrow"),key:"arrow"},q),ue.createElement(k,{key:"content",prefixCls:Pe,id:Ne,overlay:U,overlayInnerStyle:m})]},Ge=!1,Me=!1;if(typeof I=="boolean")Ge=I;else if(I&&Object(P.a)(I)==="object"){var we=I.keepParent;Ge=we===!0,Me=we===!1}return ue.createElement(re.a,Object.assign({popupClassName:O,prefixCls:Pe,popup:He,action:z,builtinPlacements:V.a,popupPlacement:J,ref:Se,popupAlign:R,getPopupContainer:x,onPopupVisibleChange:be,afterPopupVisibleChange:le,popupTransitionName:$,popupAnimation:A,defaultPopupVisible:he,destroyPopupOnHide:Ge,autoDestroy:Me,mouseLeaveDelay:je,popupStyle:ee,mouseEnterDelay:ie},de),ge)},W=Object(ue.forwardRef)(T),M=ce.a=W},Ohmc:function(ve,ce,f){ve.exports=f.p+"static/certificate.fc32dc1b.jpg"},Ot1p:function(ve,ce,f){"use strict";var P=f("2qtc"),fe=f("kLXV"),X=f("rAM+"),ue=f("miYZ"),re=f("tsqr"),V=f("9og8"),w=f("tJVT"),k=f("jrin"),T=f("WmNS"),W=f.n(T),M=f("q1tI"),E=f.n(M),K=f("VrN/"),F=f.n(K),O=f("bdgK"),B=f("p77/"),z=f("Bd2K"),Z=f("ELLl"),ie=f("19Vz"),ke=f("lZu9"),je=f("+NIl"),ee=f("kSUc"),ye=f("9Bee"),Pe=function(Ie){var At=Ie.value,gt=At===void 0?"":At,Ze=Ie.className,Ot=Ie.showTextOnly,Tt=Ie.showLines,Qt=Ie.style,_t=Qt===void 0?{}:Qt,St=Object(M.useMemo)(function(){return""},[gt]);return E.a.createElement(E.a.Fragment,null,E.a.createElement("div",{dangerouslySetInnerHTML:{__html:St}}))},ge=f("Q9mQ"),be=f("diRs"),le=f("0Owb"),$=f("dejd"),A=f("C+DQ"),ne=f("D1Df"),J=f.n(ne),b=f("1vsH"),R=f("m3rI"),G=[{title:"\u7C97\u4F53",icon:"icon-bold",actionName:"bold"},{title:"\u659C\u4F53",icon:"icon-italic",actionName:"italic"},"|",{title:"\u65E0\u5E8F\u5217\u8868",icon:"icon-unorder-list",actionName:"list-ul"},{title:"\u6709\u5E8F\u5217\u8868",icon:"icon-order-list",actionName:"list-ol"},"|",{title:"\u884C\u5185\u4EE3\u7801",icon:"icon-code",actionName:"code"},{title:"\u4EE3\u7801\u5757\uFF08\u591A\u8BED\u8A00\u98CE\u683C\uFF09",icon:"icon-file-code",actionName:"code-block"},{title:"\u94FE\u63A5",icon:"icon-link",actionName:"link"},"|",{title:"\u884C\u5185\u516C\u5F0F",icon:"icon-sum",actionName:"inline-latex"},{title:"\u591A\u884C\u516C\u5F0F",icon:"icon-formula",actionName:"latex"},"|",{title:"\u6DFB\u52A0\u56FE\u7247",icon:"icon-picture",actionName:"upload-image"},{title:"\u8868\u683C",icon:"icon-table",actionName:"add-table"},"|",{title:"\u6362\u884C",icon:"icon-minus",actionName:"line-break"},{title:"\u6E05\u7A7A",icon:"icon-eraser",actionName:"eraser"}];function I(Ie){var At=Ie.onActionCallback,gt=Ie.title,Ze=Ie.icon,Ot=Ie.actionName,Tt=Ie.className,Qt=Tt===void 0?"":Tt,_t=Ie.children;function St(){At(Ot)}return E.a.createElement("a",{title:gt,className:Qt,onClick:St},E.a.createElement("i",{className:"md-iconfont ".concat(Ze)}),_t)}var he=function(Ie){var At=Ie.watch,gt=Ie.showNullButton,Ze=Ie.onActionCallback,Ot=Ie.fullScreen,Tt=Ie.insertTemp,Qt=Ie.hidetoolBar,_t=Ie.uuid,St=Ie.setOpenPhones;console.log("link:","".concat(location.origin,"/upload.html?_educoder_session_login=").concat(Object(b.E)("_educoder_session_login"),"&_educoder_session=").concat(Object(b.E)("_educoder_session"),"&key=").concat(_t,"&api=").concat(encodeURIComponent(R.a.PROXY_SERVER)));var bn=[].concat(G,[{title:"".concat(At?"\u5173\u95ED\u5B9E\u65F6\u9884\u89C8":"\u5F00\u542F\u5B9E\u65F6\u9884\u89C8"),icon:"".concat(At?"icon-eye-slash":"icon-eye"),actionName:"trigger-watch"}]);return E.a.createElement("ul",{className:"markdown-toolbar-container"},!Qt&&bn.map(function(rn,pt){return E.a.createElement("li",{key:pt},rn.actionName?E.a.createElement(I,Object(le.a)({},rn,{onActionCallback:Ze})):E.a.createElement("span",{className:"v-line"}))}),gt?E.a.createElement("li",null,E.a.createElement(I,{icon:"icon-edit",className:"btn-null",title:"\u589E\u52A0\u586B\u7A7A",actionName:"add-null-ch",onActionCallback:Ze},E.a.createElement("span",{className:"fill-tip"},"\u70B9\u51FB\u63D2\u5165\b\u586B\u7A7A\u9879"))):null,Tt&&E.a.createElement("li",null,E.a.createElement(I,{icon:"icon-edit",className:"btn-null",title:"\u63D2\u5165\u6A21\u677F",actionName:"inster-template-".concat(Tt),onActionCallback:Ze},E.a.createElement("span",{className:"fill-tip"},"\u63D2\u5165\u6A21\u677F"))),E.a.createElement("li",null,E.a.createElement(be.a,{title:"\u6253\u5F00\u624B\u673A\u626B\u4E00\u626B",content:E.a.createElement("div",null,E.a.createElement(J.a,{size:150,fgColor:"#000",value:"https://test2.educoder.net/upload.html?_educoder_session_login=".concat(Object(b.E)("_educoder_session_login"),"&_educoder_session=").concat(Object(b.E)("_educoder_session"),"&key=").concat(_t,"&api=").concat(encodeURIComponent(R.a.PROXY_SERVER))}))},E.a.createElement("span",{className:"fill-tip",onMouseOver:function(){return St(!0)}},"\u624B\u673A\u4E0A\u4F20\u6587\u4EF6"))),E.a.createElement("li",{className:"btn-full-screen"},E.a.createElement(I,{icon:"".concat(Ot?"icon-shrink":"icon-enlarge"),title:Ot?"\u5173\u95ED\u5168\u5C4F":"\u5F00\u542F\u5168\u5C4F",actionName:"trigger-full-screen",onActionCallback:Ze})))},x=f("M8RZ"),m=f("+L6B"),Y=f("2/Rp"),Se=f("y8nQ"),de=f("Vl3Y"),He=f("5NDa"),Ge=f("5rEg"),Me={labelCol:{span:4},wrapperCol:{span:20}},we=function(Ie){var At=Ie.callback,gt=Ie.onCancel;function Ze(Ot){At(Ot)}return E.a.createElement(de.a,Object(le.a)({},Me,{initialValues:{link:"http://",title:""},className:"link-panel",onFinish:Ze}),E.a.createElement(de.a.Item,{label:"\u94FE\u63A5\u5730\u5740",name:"link",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u5730\u5740"}]},E.a.createElement(Ge.a,null)),E.a.createElement(de.a.Item,{label:"\u94FE\u63A5\u6807\u9898",name:"title",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u94FE\u63A5\u6807\u9898"}]},E.a.createElement(Ge.a,null)),E.a.createElement("div",{className:"flex-container flex-end"},E.a.createElement(Y.a,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),E.a.createElement(Y.a,{type:"ghost",onClick:gt},"\u53D6\u6D88")))},xe=f("7ahc"),Ae=f("k1fw"),q=f("HmJG"),U=f("BjJ7"),Ne=de.a.useForm,it={width:280,marginRight:10},lt={labelCol:{span:5},wrapperCol:{span:19}},tt=function(Ie){var At=Ie.callback,gt=Ie.onCancel,Ze=Ne(),Ot=Object(w.a)(Ze,1),Tt=Ot[0],Qt=Object(M.useRef)();function _t(rn){At(Object(Ae.a)(Object(Ae.a)({},rn),{},{name:Qt.current}))}function St(rn,pt){Tt.setFieldsValue({src:"/api/attachments/".concat(rn.id,"?type=").concat(rn.content_type),type:pt.type})}function bn(rn){var pt=rn.target.files[0];Qt.current=pt.name,Te(pt,St)}return E.a.createElement(de.a,Object(le.a)({form:Tt},lt,{className:"upload-image-panel",onFinish:_t}),E.a.createElement(de.a.Item,{label:"\u6587\u4EF6\u5730\u5740",required:!0},E.a.createElement("div",{className:"flex-container"},E.a.createElement(de.a.Item,{noStyle:!0,name:"src",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u6587\u4EF6\u5730\u5740"}]},E.a.createElement(Ge.a,{style:it})),E.a.createElement($e,{onFileChange:bn}))),E.a.createElement(de.a.Item,{label:"\u6587\u4EF6\u63CF\u8FF0",name:"alt"},E.a.createElement(Ge.a,{style:{width:264}})),E.a.createElement(de.a.Item,{style:{textAlign:"right"}},E.a.createElement(Y.a,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),E.a.createElement(Y.a,{type:"ghost",onClick:gt},"\u53D6\u6D88")))};function $e(Ie){var At=Ie.onFileChange;return E.a.createElement("a",{className:"upload-button"},"\u672C\u5730\u4E0A\u4F20",E.a.createElement("input",{type:"file",onChange:At}))}function Te(Ie,At){if(!Ie)throw new String("\u6CA1\u6709\u6587\u4EF6");var gt=new FormData;gt.append("editormd-image-file",Ie),gt.append("file_param_name","editormd-image-file"),gt.append("byxhr","true");var Ze=new window.XMLHttpRequest;Ze.withCredentials=!0,Ze.addEventListener("load",function(Ot){At(JSON.parse(Ot.target.responseText),Ie)},!1),Ze.addEventListener("error",function(Ot){console.error(Ot)},!1),Ze.open("POST","".concat(U.a,"/api/attachments.json")),Ze.send(gt)}var We=f("giR+"),Qe=f("fyUT"),st=f("7Kak"),Ye=f("9yH6"),_e=Ye.a.Group,ze={margin:"0 8px"},mt=function(Ie){var At=Ie.callback,gt=Ie.onCancel;function Ze(Ot){At(Ot)}return E.a.createElement(de.a,{className:"add-table-panel",initialValues:{row:3,col:2,align:"default"},onFinish:Ze},E.a.createElement("div",{className:"flex-container"},E.a.createElement("span",{style:ze},"\u5355\u5143\u683C\u6570\uFF1A"),E.a.createElement("span",{style:ze},"\u884C\u6570"),E.a.createElement(de.a.Item,{name:"row",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u884C\u6570"}]},E.a.createElement(Qe.a,null)),E.a.createElement("span",{style:ze},"\u5217\u6570"),E.a.createElement(de.a.Item,{name:"col",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u5217\u6570"}]},E.a.createElement(Qe.a,null))),E.a.createElement("div",{className:"flex-container",style:{marginTop:12}},E.a.createElement("span",{style:ze},"\u5BF9\u9F50\u65B9\u5F0F\uFF1A"),E.a.createElement(de.a.Item,{name:"align"},E.a.createElement(_e,null,E.a.createElement(Ye.a,{value:"default"},E.a.createElement("i",{className:"fa fa-align-justify"})),E.a.createElement(Ye.a,{value:"left"},E.a.createElement("i",{className:"fa fa-align-left"})),E.a.createElement(Ye.a,{value:"center"},E.a.createElement("i",{className:"fa fa-align-center"})),E.a.createElement(Ye.a,{value:"right"},E.a.createElement("i",{className:"fa fa-align-right"}))))),E.a.createElement("div",{className:"flex-container flex-end"},E.a.createElement(Y.a,{type:"primary",htmlType:"submit",style:{marginRight:10}},"\u786E\u5B9A"),E.a.createElement(Y.a,{type:"ghost",onClick:gt},"\u53D6\u6D88")))},ut=f("ErOA"),rt=f("7Cbv"),nt="link",ft="upload-image",ot="code-block",Ve="add-table",pe="------------",qe={default:pe,left:":".concat(pe),center:":".concat(pe,":"),right:"".concat(pe,":")},Xe=f("9VGf"),Ce,Oe;function Q(){}var j=0,H=1e4,y="\u2581",C=`
**\u6A21\u677F\u6807\u9898**
\u6A21\u677F\u6B63\u6587\u5185\u5BB9\uFF0C\u53EF\u8F93\u5165\u6587\u672C\u5185\u5BB9\u548C\u7C98\u8D34\u56FE\u7247\u7B49\u64CD\u4F5C`;function S(Ie){return/^\d+$/.test(Ie)?"".concat(Ie,"px"):Ie}var L=navigator.platform.toUpperCase().indexOf("MAC")>=0,ae=L?"Cmd":"Ctrl",me=["pptm","pptx","ppt","pot","pps","ppa","potx","ppsx","ppam","pptm","potm","ppsm","doc","docx","dot","dotx","docm","dotm","xls","xlsx","csv","xlt","xla","xltx","xlsm","xltm","xlam","xlsb"],Ue=(Ce={},Object(k.a)(Ce,ae+"-B","bold"),Object(k.a)(Ce,ae+"-I","italic"),Ce),yt=(Oe={},Object(k.a)(Oe,nt,"\u6DFB\u52A0\u94FE\u63A5"),Object(k.a)(Oe,ot,"\u6DFB\u52A0\u4EE3\u7801\u5757"),Object(k.a)(Oe,ft,"\u6DFB\u52A0\u6587\u4EF6"),Object(k.a)(Oe,Ve,"\u6DFB\u52A0\u8868\u683C"),Oe),kt=ce.a=function(Ie){var At=Ie.defaultValue,gt=At===void 0?"":At,Ze=Ie.onChange,Ot=Ie.width,Tt=Ot===void 0?"100%":Ot,Qt=Ie.height,_t=Qt===void 0?400:Qt,St=Ie.miniToolbar,bn=St===void 0?!1:St,rn=Ie.isFocus,pt=rn===void 0?!1:rn,Qn=Ie.watch,Cn=Ie.insertTemp,pn=Ie.mode,Sn=pn===void 0?"markdown":pn,li=Ie.id,Vn=li===void 0?"markdown-editor-id":li,Bt=Ie.showResizeBar,ct=Bt===void 0?!1:Bt,jn=Ie.noStorage,ui=jn===void 0?!1:jn,kn=Ie.showNullButton,Dt=kn===void 0?!1:kn,Kn=Ie.hidetoolBar,hi=Kn===void 0?!1:Kn,vi=Ie.fullScreen,Be=vi===void 0?!1:vi,xt=Ie.onBlur,ti=Ie.onCMBeforeChange,ci=Ie.onFullScreen,di=Ie.className,Di=di===void 0?"":di,c=Ie.disablePaste,o=c===void 0?!1:c,a=Ie.placeholder,u=a===void 0?"":a,g=Ie.values,h=g===void 0?"":g,_=Object(M.useState)(null),Re=Object(w.a)(_,2),se=Re[0],ht=Re[1],Le=Object(M.useState)(gt),Et=Object(w.a)(Le,2),Pt=Et[0],Ft=Et[1],Wn=Object(M.useState)(Qn),Fn=Object(w.a)(Wn,2),ln=Fn[0],Jn=Fn[1],Vi=Object(M.useState)(Be),Mn=Object(w.a)(Vi,2),Tn=Mn[0],ni=Mn[1],yi=Object(M.useState)(""),Xn=Object(w.a)(yi,2),ii=Xn[0],zn=Xn[1],fr=Object(M.useState)(0),Ki=Object(w.a)(fr,2),Pn=Ki[0],Bn=Ki[1],Ii=Object(M.useState)(_t),Oi=Object(w.a)(Ii,2),Pi=Oi[0],$t=Oi[1],Ut=Object(M.useState)(!1),gn=Object(w.a)(Ut,2),jt=gn[0],mn=gn[1],Kt=Object(M.useRef)(Object(rt.a)()),bi=Object(M.useRef)(!1),on=Object(M.useRef)(),an=Object(M.useRef)(),ri=Object(M.useRef)(),Ci=Object(M.useRef)(),xi=Object(M.useRef)(),jr=function(){var dt=Object(V.a)(W.a.mark(function wt(){var bt,Rt;return W.a.wrap(function(zt){for(;;)switch(zt.prev=zt.next){case 0:return zt.next=2,Object(ut.a)("/api/attachments/distinct_hash_val.json",{method:"post",body:{hash_val:Kt.current}});case 2:Rt=zt.sent,Rt!=null&&(bt=Rt.attachments)!==null&&bt!==void 0&&bt.length&&(console.log("cm:",se,an),Rt.attachments.map(function(It){It.content_type.indexOf("image")>-1?se.replaceSelection("![,](/api/attachments/".concat(It.id,"?type=").concat(It.content_type,")")):It.content_type.indexOf("video")>-1?se.replaceSelection('<video width="100%" controls src="'.concat(R.a.API_SERVER,"/api/attachments/").concat(data.id,'"></video>')):It.content_type.indexOf("pdf")>-1?se.replaceSelection('<a href="'.concat(R.a.API_SERVER,"/api/attachments/").concat(It.id,"?type=").concat(It.content_type,'&disposition=inline" target="_blank">').concat(It.name,"</a>")):se.replaceSelection("[".concat(It.name,"](").concat(R.a.API_SERVER,"/api/attachments/").concat(It.id,"?type=").concat(It.content_type,")"))}));case 4:case"end":return zt.stop()}},wt)}));return function(){return dt.apply(this,arguments)}}();Object(M.useEffect)(function(){Ft(h),se==null||se.setValue(h)},[h]),Object(M.useEffect)(function(){ci==null||ci(Tn)},[Tn]),Object(M.useEffect)(function(){if(an.current){var dt=F.a.fromTextArea(an.current,{mode:Sn,lineNumbers:!bn,lineWrapping:!0,value:gt,autoCloseTags:!0,autoCloseBrackets:!0});pt&&dt.focus();function wt(bt,Rt){if(o){Rt.preventDefault();return}var Nt=Rt.clipboardData;if(Nt){var zt=Nt.types.toString(),It=Nt.items;if(zt==="Files"||Nt.types.indexOf("Files")>-1){if(Rt.preventDefault(),Sn=="stex")return;try{var Xt,un=It[1];((Xt=It[0])===null||Xt===void 0?void 0:Xt.kind)==="file"&&(un=It[0]);var Lt=un.getAsFile(),Bi=Lt.name.split(".").pop();Te(Lt,function(Ht){if(Ht.id){var vn,Vt,Yn;(Lt==null||((vn=Lt.type)===null||vn===void 0)?void 0:vn.indexOf("image"))>-1?dt.replaceSelection("![,](/api/attachments/".concat(Ht.id,"?type=").concat(Ht.content_type,")")):(Lt==null||((Vt=Lt.type)===null||Vt===void 0)?void 0:Vt.indexOf("video"))>-1?dt.replaceSelection('<video width="100%" controls src="'.concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,'"></video>')):(Lt==null||((Yn=Lt.type)===null||Yn===void 0)?void 0:Yn.indexOf("pdf"))>-1?dt.replaceSelection('<a href="'.concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,"?type=").concat(Lt.type,'&disposition=inline" target="_blank">').concat(Lt.name,"</a>")):me.includes(Bi)?dt.replaceSelection('<a href="'.concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,'?type=office&disposition=inline" target="_blank">').concat(Lt.name,"</a>")):dt.replaceSelection("[".concat(Lt.name,"](").concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,"?type=").concat(Ht.content_type,")"))}else(Ht==null?void 0:Ht.status)===401&&(document.location.href="/user/login")})}catch(Ht){re.b.warn("\u8BF7\u4F7F\u7528chrome\u6D4F\u89C8\u5668\u7C98\u8D34")}return!0}else return!0}return!0}return dt.on("paste",wt),dt.on("dragleave",function(bt,Rt){ri.current.classList.remove("mouse-hover-md")}),dt.on("dragover",function(bt,Rt){ri.current.classList.add("mouse-hover-md")}),dt.on("drop",function(bt,Rt){ri.current.classList.add("mouse-hover-md");var Nt;if(Nt=Rt.dataTransfer.files,Nt.length>0){Rt.preventDefault(),Rt.stopPropagation();for(var zt=function(un){var Lt=Nt[un],Bi=Lt.name.split(".").pop();Te(Lt,function(Ht){if(Ht.id){var vn,Vt,Yn;(Lt==null||((vn=Lt.type)===null||vn===void 0)?void 0:vn.indexOf("image"))>-1?dt.replaceSelection("![,](/api/attachments/".concat(Ht.id,"?type=").concat(Ht.content_type,")")):(Lt==null||((Vt=Lt.type)===null||Vt===void 0)?void 0:Vt.indexOf("video"))>-1?dt.replaceSelection('<video width="100%" controls src="'.concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,'"></video>')):(Lt==null||((Yn=Lt.type)===null||Yn===void 0)?void 0:Yn.indexOf("pdf"))>-1?dt.replaceSelection('<a href="'.concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,"?type=").concat(Lt.type,'&disposition=inline" target="_blank">').concat(Lt.name,"</a>")):me.includes(Bi)?dt.replaceSelection('<a href="'.concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,'?type=office&disposition=inline" target="_blank">').concat(Lt.name,"</a>")):dt.replaceSelection("[".concat(Lt.name,"](").concat(R.a.API_SERVER,"/api/attachments/").concat(Ht.id,"?type=").concat(Ht.content_type,")"))}else(Ht==null?void 0:Ht.status)===401&&(document.location.href="/user/login")})},It=0;It<Nt.length;It++)zt(It)}}),ht(dt),function(){dt.off("paste",wt)}}},[]);var Zn=Object(M.useCallback)(function(){if(ri.current)try{}catch(dt){console.log(dt,"---- to set md editor body height")}},[Pi,ri,Tn]);Object(M.useEffect)(function(){function dt(){var bt=new O.default(function(Rt){var Nt=Object(X.a)(Rt),zt;try{for(Nt.s();!(zt=Nt.n()).done;){var It=zt.value;(It.target.offsetHeight>0||It.target.offsetWidth>0)&&(Zn(),se.setSize("100%","100%"),se.refresh())}}catch(Xt){Nt.e(Xt)}finally{Nt.f()}});return bt.observe(an.current.parentElement),bt}if(se){var wt=dt();return function(){wt.unobserve(an.current.parentElement)}}},[se,Zn]),Object(M.useEffect)(function(){if(se){for(var dt=[],wt=function(){var It=Rt[bt];Nt=Object(w.a)(It,2);var Xt=Nt[0],un=Nt[1],Lt=Object(k.a)({},Xt,function(){Ji(un)});dt.push(Lt),se.addKeyMap(Lt)},bt=0,Rt=Object.entries(Ue);bt<Rt.length;bt++){var Nt;wt()}return on.current=setInterval(function(){bi.current&&jr()},4e3),function(){clearInterval(on.current);var zt=Object(X.a)(dt),It;try{for(zt.s();!(It=zt.n()).done;){var Xt=It.value;se.removeKeyMap(Xt)}}catch(un){zt.e(un)}finally{zt.f()}}}},[se]),Object(M.useEffect)(function(){Be!==Tn&&ni(Be)},[Be]),Object(Xe.a)(function(){if(!ui&&Pn>0){var dt=new Date().getTime(),wt=window.sessionStorage.getItem(Vn);dt>=Pn+H&&(!wt||wt!==Pt)&&(window.sessionStorage.setItem(Vn,Pt),mn(!0))}},H),Object(M.useEffect)(function(){Jn(Qn)},[se,Qn]),Object(M.useEffect)(function(){se&&(pt&&se.focus())},[se,pt]),Object(M.useEffect)(function(){if(ln&&se){var dt=se.getScrollerElement();function wt(bt){var Rt=bt.target;if(xi.current){var Nt=Rt.scrollTop/Rt.scrollHeight;xi.current.scrollTop=xi.current.scrollHeight*Nt}}return dt.addEventListener("scroll",wt),function(){dt.removeEventListener("scroll",wt)}}},[se,ln]),Object(M.useEffect)(function(){if(se&&ti){function dt(wt,bt){ti(wt,bt)}return se.on("beforeChange",dt),function(){se.off("beforeChange",dt)}}},[se,ti]),Object(M.useEffect)(function(){if(se&&xt){function dt(){xt(se.getValue())}return se.on("blur",dt),function(){se.off("blur",dt)}}},[se,xt]),Object(M.useEffect)(function(){if(se){function dt(wt){var bt=wt.getValue();Ft(bt),Bn(new Date().getTime()),wt.getScrollerElement().dispatchEvent(new CustomEvent("scroll")),Ze&&Ze(bt)}return se.on("change",dt),function(){se.off("change",dt)}}},[se,Ze]),Object(M.useEffect)(function(){se&&(gt==null?(se.setValue(""),Ft("")):gt!==se.getValue()&&(se.setValue(gt),Ft(gt),se.setCursor(se.lineCount(),0)))},[se,gt]);var Ji=Object(M.useCallback)(function(dt){var wt=se.getCursor(),bt=se.getSelection(),Rt=bt.split(`
`);switch(dt){case"bold":return se.replaceSelection("**"+bt+"**"),bt===""&&se.setCursor(wt.line,wt.ch+2),se.focus();case"italic":return se.replaceSelection("*"+bt+"*"),bt===""&&se.setCursor(wt.line,wt.ch+1),se.focus();case"code":return se.replaceSelection("`"+bt+"`"),bt===""&&se.setCursor(wt.line,wt.ch+1),se.focus();case"inline-latex":return se.replaceSelection("`$$"+bt+"$$`"),bt===""&&se.setCursor(wt.line,wt.ch+3),se.focus();case"latex":return se.replaceSelection("```latex\n"+bt+"\n```"),se.setCursor(wt.line+1,bt.length+1),se.focus();case"line-break":return se.replaceSelection(`<br/>
`),se.focus();case"list-ul":return bt===""?se.replaceSelection("- "+bt):se.replaceSelection(Rt.map(function(Nt){return Nt===""?"":"- ".concat(Nt)}).join(`
`)),se.focus();case"list-ol":return bt===""?se.replaceSelection("1. "+bt):se.replaceSelection(Rt.map(function(Nt,zt){return Nt===""?"":"".concat(zt+1,". ").concat(Nt)}).join(`
`)),se.focus();case"add-null-ch":return bt===""&&se.setCursor(wt.line,wt.ch+1),se.replaceSelection(y),se.focus();case"inster-template-1":return bt===""&&se.setCursor(wt.line,wt.ch),se.replaceSelection(C),se.focus();case"eraser":return se.setValue(""),se.focus();case"trigger-watch":return Jn(!ln),se.focus();case"trigger-full-screen":return ni(!Tn),se.focus();case nt:zn(nt);return;case ot:zn(ot);return;case ft:zn(ft);return;case Ve:zn(Ve);return;default:throw new Error}},[se,ln,Tn]),Nn=Object(M.useCallback)(function(dt){zn("");switch(ii){case nt:var wt=dt.title,bt=dt.link;return se.replaceSelection("[".concat(wt,"](").concat(bt,")")),se.focus();case ot:var Rt=dt.language,Nt=dt.content;return se.replaceSelection(["```"+Rt,Nt,"```"].join(`
`)),se.focus();case ft:var zt=dt.src,It=dt.alt,Xt=dt.name;return zt.indexOf("type=image")>-1?se.replaceSelection("![ ".concat(It||""," ]( ").concat(zt,' "').concat(It||"",'" )')):zt.indexOf("type=application/pdf")>-1?se.replaceSelection('<a href="'.concat(zt,'&disposition=inline" target="_blank">').concat(Xt,"</a>")):se.replaceSelection('<a href="'.concat(zt,'" target="_blank">').concat(Xt,"</a>")),se.focus();case Ve:for(var un=dt.row,Lt=dt.col,Bi=dt.align,Ht=`
`,vn=0;vn<un;vn++){for(var Vt=[],Yn=[],pr=0;pr<Lt;pr++)vn===1&&Yn.push(qe[Bi]),Vt.push(" ");vn===1&&(Ht+="| ".concat(Yn.join(" | "),` |
`)),Ht+="| ".concat(Vt.join(Lt===1?"":" | "),` |
`)}return se.replaceSelection(Ht+`
`),se.focus();default:throw new Error}},[se,ii]),Yi=Object(M.useMemo)(function(){switch(ii){case nt:return E.a.createElement(we,{callback:Nn,onCancel:fi});case ot:return E.a.createElement(xe.b,{callback:Nn,onCancel:fi});case ft:return E.a.createElement(tt,{callback:Nn,onCancel:fi});case Ve:return E.a.createElement(mt,{callback:Nn,onCancel:fi});default:return null}},[ii]);function fi(){zn("")}Object(M.useEffect)(function(){if(Ci.current){var dt=Ci.current,wt=!1,bt=0;function Rt(It){wt=!0,bt=It.pageY}function Nt(){wt=!1}function zt(It){if(wt){var Xt=It.pageY-bt;Xt<0&&(Xt=0),Xt>300&&(Xt=300);var un=_t+Xt+"px";$t(un)}}return dt.addEventListener("mousedown",Rt),document.addEventListener("mousemove",zt),document.addEventListener("mouseup",Nt),function(){dt.removeEventListener("mousedown",Rt),document.removeEventListener("mousemove",zt),document.removeEventListener("mouseup",Nt)}}},[se,Ci]),Object(M.useEffect)(function(){$t(_t)},[_t]);var Ei=S(Tt),uo=S(Pi),ho={width:Ei,height:uo},Zo=Object(M.useMemo)(function(){if(Pn){var dt=new Date(Pn),wt=dt.getHours(),bt=dt.getMinutes(),Rt=dt.getSeconds();return wt=wt<10?"0"+wt:wt,bt=bt<10?"0"+bt:bt,Rt=Rt<10?"0"+Rt:Rt,"".concat(wt,":").concat(bt,":").concat(Rt)}return 0},[Pn]);function qo(){window.sessionStorage.removeItem(Vn),mn(!1),Bn(0)}function co(){mn(!1),Bn(0),se.setValue(window.sessionStorage.getItem(Vn))}function Wr(dt,wt){var bt=se.getValue();bt=bt.replace(dt,wt),Ft(bt),se==null||se.setValue(bt)}return E.a.createElement(M.Fragment,null,E.a.createElement("div",{className:"markdown-editor-wrapper",ref:ri},E.a.createElement("div",{className:"markdown-editor-container ".concat(Di," ").concat(ln?"on-preview":""," ").concat(bn?"mini":""," ").concat(Tn?"full-screen":""),style:ho},E.a.createElement(he,{insertTemp:Cn,watch:ln,fullScreen:Tn,showNullButton:Dt,onActionCallback:Ji,hidetoolBar:hi,uuid:Kt.current,setOpenPhones:function(){bi.current=!0}}),E.a.createElement("div",{className:"markdown-editor-body"},E.a.createElement("div",{className:"codemirror-container"},E.a.createElement("textarea",{ref:an,placeholder:u})),ln?E.a.createElement("div",{ref:xi,className:"preview-container"},Sn==="stex"&&E.a.createElement(Pe,{value:Pt}),Sn!=="stex"&&E.a.createElement(ye.a,{edit:!0,value:Pt,replaces:Wr})):null))),ct?E.a.createElement("a",{ref:Ci,className:"editor-resize"}):null,E.a.createElement(x.a,null,yt[ii]?E.a.createElement(fe.a,{centered:!0,title:yt[ii],visible:!0,onCancel:fi,footer:null},Yi):null))}},RMFE:function(ve,ce){ve.exports="data:image/png;base64,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"},S3tb:function(ve,ce,f){ve.exports={flex_box_center:"flex_box_center___2JPaF",flex_space_between:"flex_space_between___2Xc04",flex_box_vertical_center:"flex_box_vertical_center___2dKRj",flex_box_center_end:"flex_box_center_end___1mhGC",flex_box_column:"flex_box_column___3_40N",bg:"bg___2hbcT",flexRow:"flexRow___1-nzu",flexJustifyCenter:"flexJustifyCenter___3gMIE",flexAlignEnd:"flexAlignEnd___ofjNV",flexAlignCenter:"flexAlignCenter___ozmjE",flexColumn:"flexColumn___2ijgP",formWrap:"formWrap___1fz8-",titleWrap:"titleWrap___Sj-tB",fieldWrap:"fieldWrap___49q9k",mdWrap:"mdWrap___3TEhM",backgroundFa:"backgroundFa___1anEp",button:"button___3i0ZA",icons:"icons___1IO0Z",navBar:"navBar___11xzI",active:"active___tYbqS"}},SJMd:function(ve,ce){/**
* @license
* Copyright (C) 2006 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var f,P,fe,X=!1,ue,re;window.PR_SHOULD_USE_CONTINUATION=!0;var V,w;(function(){var k=window,T=["break,continue,do,else,for,if,return,while"],W=[T,"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"],M=[W,"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],E=[M,"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"],K=[M,"abstract,assert,boolean,byte,extends,finally,final,implements,import,instanceof,interface,null,native,package,strictfp,super,synchronized,throws,transient"],F=[M,"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"],O="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=[M,"abstract,async,await,constructor,debugger,enum,eval,export,function,get,implements,instanceof,interface,let,null,set,undefined,var,with,yield,Infinity,NaN"],z="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",Z=[T,"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"],ie=[T,"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"],ke=[T,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],je=[E,F,K,B,z,Z,ie,ke],ee=/^(DIR|FILE|array|vector|(de|priority_)?queue|(forward_)?list|stack|(const_)?(reverse_)?iterator|(unordered_)?(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,ye="str",Pe="kwd",ge="com",be="typ",le="lit",$="pun",A="pln",ne="tag",J="dec",b="src",R="atn",G="atv",I="nocode",he="(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function x(Te){for(var We=0,Qe=!1,st=!1,Ye=0,_e=Te.length;Ye<_e;++Ye){var ze=Te[Ye];if(ze.ignoreCase)st=!0;else if(/[a-z]/i.test(ze.source.replace(/\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi,""))){Qe=!0,st=!1;break}}var mt={b:8,t:9,n:10,v:11,f:12,r:13};function ut(Ve){var pe=Ve.charCodeAt(0);if(pe!==92)return pe;var qe=Ve.charAt(1);return pe=mt[qe],pe||("0"<=qe&&qe<="7"?parseInt(Ve.substring(1),8):qe==="u"||qe==="x"?parseInt(Ve.substring(2),16):Ve.charCodeAt(1))}function rt(Ve){if(Ve<32)return(Ve<16?"\\x0":"\\x")+Ve.toString(16);var pe=String.fromCharCode(Ve);return pe==="\\"||pe==="-"||pe==="]"||pe==="^"?"\\"+pe:pe}function nt(Ve){var pe=Ve.substring(1,Ve.length-1).match(new RegExp("\\\\u[0-9A-Fa-f]{4}|\\\\x[0-9A-Fa-f]{2}|\\\\[0-3][0-7]{0,2}|\\\\[0-7]{1,2}|\\\\[\\s\\S]|-|[^-\\\\]","g")),qe=[],Xe=pe[0]==="^",Ce=["["];Xe&&Ce.push("^");for(var Oe=Xe?1:0,Q=pe.length;Oe<Q;++Oe){var j=pe[Oe];if(/\\[bdsw]/i.test(j))Ce.push(j);else{var H=ut(j),y;Oe+2<Q&&pe[Oe+1]==="-"?(y=ut(pe[Oe+2]),Oe+=2):y=H,qe.push([H,y]),y<65||H>122||(y<65||H>90||qe.push([Math.max(65,H)|32,Math.min(y,90)|32]),y<97||H>122||qe.push([Math.max(97,H)&~32,Math.min(y,122)&~32]))}}qe.sort(function(ae,me){return ae[0]-me[0]||me[1]-ae[1]});for(var C=[],S=[],Oe=0;Oe<qe.length;++Oe){var L=qe[Oe];L[0]<=S[1]+1?S[1]=Math.max(S[1],L[1]):C.push(S=L)}for(var Oe=0;Oe<C.length;++Oe){var L=C[Oe];Ce.push(rt(L[0])),L[1]>L[0]&&(L[1]+1>L[0]&&Ce.push("-"),Ce.push(rt(L[1])))}return Ce.push("]"),Ce.join("")}function ft(Ve){for(var pe=Ve.source.match(new RegExp("(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)","g")),qe=pe.length,Xe=[],Ce=0,Oe=0;Ce<qe;++Ce){var Q=pe[Ce];if(Q==="(")++Oe;else if(Q.charAt(0)==="\\"){var j=+Q.substring(1);j&&(j<=Oe?Xe[j]=-1:pe[Ce]=rt(j))}}for(var Ce=1;Ce<Xe.length;++Ce)Xe[Ce]===-1&&(Xe[Ce]=++We);for(var Ce=0,Oe=0;Ce<qe;++Ce){var Q=pe[Ce];if(Q==="(")++Oe,Xe[Oe]||(pe[Ce]="(?:");else if(Q.charAt(0)==="\\"){var j=+Q.substring(1);j&&j<=Oe&&(pe[Ce]="\\"+Xe[j])}}for(var Ce=0;Ce<qe;++Ce)pe[Ce]==="^"&&pe[Ce+1]!=="^"&&(pe[Ce]="");if(Ve.ignoreCase&&Qe)for(var Ce=0;Ce<qe;++Ce){var Q=pe[Ce],H=Q.charAt(0);Q.length>=2&&H==="["?pe[Ce]=nt(Q):H!=="\\"&&(pe[Ce]=Q.replace(/[a-zA-Z]/g,function(S){var L=S.charCodeAt(0);return"["+String.fromCharCode(L&~32,L|32)+"]"}))}return pe.join("")}for(var ot=[],Ye=0,_e=Te.length;Ye<_e;++Ye){var ze=Te[Ye];if(ze.global||ze.multiline)throw new Error(""+ze);ot.push("(?:"+ft(ze)+")")}return new RegExp(ot.join("|"),st?"gi":"g")}function m(Te,We){var Qe=/(?:^|\s)nocode(?:\s|$)/,st=[],Ye=0,_e=[],ze=0;function mt(ut){var rt=ut.nodeType;if(rt==1){if(Qe.test(ut.className))return;for(var nt=ut.firstChild;nt;nt=nt.nextSibling)mt(nt);var ft=ut.nodeName.toLowerCase();(ft==="br"||ft==="li")&&(st[ze]=`
`,_e[ze<<1]=Ye++,_e[ze++<<1|1]=ut)}else if(rt==3||rt==4){var ot=ut.nodeValue;ot.length&&(We?ot=ot.replace(/\r\n?/g,`
`):ot=ot.replace(/[ \t\r\n]+/g," "),st[ze]=ot,_e[ze<<1]=Ye,Ye+=ot.length,_e[ze++<<1|1]=ut)}}return mt(Te),{sourceCode:st.join("").replace(/\n$/,""),spans:_e}}function Y(Te,We,Qe,st,Ye){if(!Qe)return;var _e={sourceNode:Te,pre:1,langExtension:null,numberLines:null,sourceCode:Qe,spans:null,basePos:We,decorations:null};st(_e),Ye.push.apply(Ye,_e.decorations)}var Se=/\S/;function de(Te){for(var We=void 0,Qe=Te.firstChild;Qe;Qe=Qe.nextSibling){var st=Qe.nodeType;We=st===1?We?Te:Qe:st===3&&Se.test(Qe.nodeValue)?Te:We}return We===Te?void 0:We}function He(Te,We){var Qe={},st;(function(){for(var ze=Te.concat(We),mt=[],ut={},rt=0,nt=ze.length;rt<nt;++rt){var ft=ze[rt],ot=ft[3];if(ot)for(var Ve=ot.length;--Ve>=0;)Qe[ot.charAt(Ve)]=ft;var pe=ft[1],qe=""+pe;ut.hasOwnProperty(qe)||(mt.push(pe),ut[qe]=null)}mt.push(/[\0-\uffff]/),st=x(mt)})();var Ye=We.length,_e=function(ze){for(var mt=ze.sourceCode,ut=ze.basePos,rt=ze.sourceNode,nt=[ut,A],ft=0,ot=mt.match(st)||[],Ve={},pe=0,qe=ot.length;pe<qe;++pe){var Xe=ot[pe],Ce=Ve[Xe],Oe=void 0,Q;if(typeof Ce=="string")Q=!1;else{var j=Qe[Xe.charAt(0)];if(j)Oe=Xe.match(j[1]),Ce=j[0];else{for(var H=0;H<Ye;++H)if(j=We[H],Oe=Xe.match(j[1]),Oe){Ce=j[0];break}Oe||(Ce=A)}Q=Ce.length>=5&&Ce.substring(0,5)==="lang-",Q&&!(Oe&&typeof Oe[1]=="string")&&(Q=!1,Ce=b),Q||(Ve[Xe]=Ce)}var y=ft;if(ft+=Xe.length,!Q)nt.push(ut+y,Ce);else{var C=Oe[1],S=Xe.indexOf(C),L=S+C.length;Oe[2]&&(L=Xe.length-Oe[2].length,S=L-C.length);var ae=Ce.substring(5);Y(rt,ut+y,Xe.substring(0,S),_e,nt),Y(rt,ut+y+S,C,U(ae,C),nt),Y(rt,ut+y+L,Xe.substring(L),_e,nt)}}ze.decorations=nt};return _e}function Ge(Te){var We=[],Qe=[];Te.tripleQuotedStrings?We.push([ye,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,`'"`]):Te.multiLineStrings?We.push([ye,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]):We.push([ye,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,`"'`]),Te.verbatimStrings&&Qe.push([ye,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);var st=Te.hashComments;st&&(Te.cStyleComments?(st>1?We.push([ge,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"]):We.push([ge,/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"]),Qe.push([ye,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,null])):We.push([ge,/^#[^\r\n]*/,null,"#"])),Te.cStyleComments&&(Qe.push([ge,/^\/\/[^\r\n]*/,null]),Qe.push([ge,/^\/\*[\s\S]*?(?:\*\/|$)/,null]));var Ye=Te.regexLiterals;if(Ye){var _e=Ye>1?"":`
\r`,ze=_e?".":"[\\S\\s]",mt="/(?=[^/*"+_e+"])(?:[^/\\x5B\\x5C"+_e+"]|\\x5C"+ze+"|\\x5B(?:[^\\x5C\\x5D"+_e+"]|\\x5C"+ze+")*(?:\\x5D|$))+/";Qe.push(["lang-regex",RegExp("^"+he+"("+mt+")")])}var ut=Te.types;ut&&Qe.push([be,ut]);var rt=(""+Te.keywords).replace(/^ | $/g,"");rt.length&&Qe.push([Pe,new RegExp("^(?:"+rt.replace(/[\s,]+/g,"|")+")\\b"),null]),We.push([A,/^\s+/,null,` \r
\xA0`]);var nt="^.[^\\s\\w.$@'\"`/\\\\]*";return Te.regexLiterals&&(nt+="(?!s*/)"),Qe.push([le,/^@[a-z_$][a-z_$@0-9]*/i,null],[be,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[A,/^[a-z_$][a-z_$@0-9]*/i,null],[le,new RegExp("^(?:0x[a-f0-9]+|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)(?:e[+\\-]?\\d+)?)[a-z]*","i"),null,"0123456789"],[A,/^\\[\s\S]?/,null],[$,new RegExp(nt),null]),He(We,Qe)}var Me=Ge({keywords:je,hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0});function we(Te,We,Qe){for(var st=/(?:^|\s)nocode(?:\s|$)/,Ye=/\r\n?|\n/,_e=Te.ownerDocument,ze=_e.createElement("li");Te.firstChild;)ze.appendChild(Te.firstChild);var mt=[ze];function ut(pe){var qe=pe.nodeType;if(qe==1&&!st.test(pe.className))if(pe.nodeName==="br")rt(pe),pe.parentNode&&pe.parentNode.removeChild(pe);else for(var Xe=pe.firstChild;Xe;Xe=Xe.nextSibling)ut(Xe);else if((qe==3||qe==4)&&Qe){var Ce=pe.nodeValue,Oe=Ce.match(Ye);if(Oe){var Q=Ce.substring(0,Oe.index);pe.nodeValue=Q;var j=Ce.substring(Oe.index+Oe[0].length);if(j){var H=pe.parentNode;H.insertBefore(_e.createTextNode(j),pe.nextSibling)}rt(pe),Q||pe.parentNode.removeChild(pe)}}}function rt(pe){for(;!pe.nextSibling;)if(pe=pe.parentNode,!pe)return;function qe(Oe,Q){var j=Q?Oe.cloneNode(!1):Oe,H=Oe.parentNode;if(H){var y=qe(H,1),C=Oe.nextSibling;y.appendChild(j);for(var S=C;S;S=C)C=S.nextSibling,y.appendChild(S)}return j}for(var Xe=qe(pe.nextSibling,0),Ce;(Ce=Xe.parentNode)&&Ce.nodeType===1;)Xe=Ce;mt.push(Xe)}for(var nt=0;nt<mt.length;++nt)ut(mt[nt]);We===(We|0)&&mt[0].setAttribute("value",We);var ft=_e.createElement("ol");ft.className="linenums";for(var ot=Math.max(0,We-1|0)||0,nt=0,Ve=mt.length;nt<Ve;++nt)ze=mt[nt],ze.className="L"+(nt+ot)%10,ze.firstChild||ze.appendChild(_e.createTextNode("\xA0")),ft.appendChild(ze);Te.appendChild(ft)}function xe(Te){var We=/\bMSIE\s(\d+)/.exec(navigator.userAgent);We=We&&+We[1]<=8;var Qe=/\n/g,st=Te.sourceCode,Ye=st.length,_e=0,ze=Te.spans,mt=ze.length,ut=0,rt=Te.decorations,nt=rt.length,ft=0;rt[nt]=Ye;var ot,Ve;for(Ve=ot=0;Ve<nt;)rt[Ve]!==rt[Ve+2]?(rt[ot++]=rt[Ve++],rt[ot++]=rt[Ve++]):Ve+=2;for(nt=ot,Ve=ot=0;Ve<nt;){for(var pe=rt[Ve],qe=rt[Ve+1],Xe=Ve+2;Xe+2<=nt&&rt[Xe+1]===qe;)Xe+=2;rt[ot++]=pe,rt[ot++]=qe,Ve=Xe}nt=rt.length=ot;var Ce=Te.sourceNode,Oe="";Ce&&(Oe=Ce.style.display,Ce.style.display="none");try{for(var Q=null;ut<mt;){var j=ze[ut],H=ze[ut+2]||Ye,y=rt[ft+2]||Ye,Xe=Math.min(H,y),C=ze[ut+1],S;if(C.nodeType!==1&&(S=st.substring(_e,Xe))){We&&(S=S.replace(Qe,"\r")),C.nodeValue=S;var L=C.ownerDocument,ae=L.createElement("span");ae.className=rt[ft+1];var me=C.parentNode;me.replaceChild(ae,C),ae.appendChild(C),_e<H&&(ze[ut+1]=C=L.createTextNode(st.substring(Xe,H)),me.insertBefore(C,ae.nextSibling))}_e=Xe,_e>=H&&(ut+=2),_e>=y&&(ft+=2)}}finally{Ce&&(Ce.style.display=Oe)}}var Ae={};function q(Te,We){for(var Qe=We.length;--Qe>=0;){var st=We[Qe];Ae.hasOwnProperty(st)?k.console&&console.warn("cannot override language handler %s",st):Ae[st]=Te}}function U(Te,We){return Te&&Ae.hasOwnProperty(Te)||(Te=/^\s*</.test(We)?"default-markup":"default-code"),Ae[Te]}q(Me,["default-code"]),q(He([],[[A,/^[^<?]+/],[J,/^<!\w[^>]*(?:>|$)/],[ge,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[$,/^(?:<[%?]|[%?]>)/],["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"]),q(He([[A,/^[\s]+/,null,` \r
`],[G,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,`"'`]],[[ne,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[R,/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[$,/^[=<>\/]+/],["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"]),q(He([],[[G,/^[\s\S]+/]]),["uq.val"]),q(Ge({keywords:E,hashComments:!0,cStyleComments:!0,types:ee}),["c","cc","cpp","cxx","cyc","m"]),q(Ge({keywords:"null,true,false"}),["json"]),q(Ge({keywords:F,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:ee}),["cs"]),q(Ge({keywords:K,cStyleComments:!0}),["java"]),q(Ge({keywords:ke,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]),q(Ge({keywords:Z,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]),q(Ge({keywords:z,hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]),q(Ge({keywords:ie,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]),q(Ge({keywords:B,cStyleComments:!0,regexLiterals:!0}),["javascript","js","ts","typescript"]),q(Ge({keywords:O,hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]),q(He([],[[ye,/^[\s\S]+/]]),["regex"]);function Ne(Te){var We=Te.langExtension;try{var Qe=m(Te.sourceNode,Te.pre),st=Qe.sourceCode;Te.sourceCode=st,Te.spans=Qe.spans,Te.basePos=0,U(We,st)(Te),xe(Te)}catch(Ye){k.console&&console.log(Ye&&Ye.stack||Ye)}}function it(Te,We,Qe){var st=Qe||!1,Ye=We||null,_e=document.createElement("div");_e.innerHTML="<pre>"+Te+"</pre>",_e=_e.firstChild,st&&we(_e,st,!0);var ze={langExtension:Ye,numberLines:st,sourceNode:_e,pre:1,sourceCode:null,basePos:null,spans:null,decorations:null};return Ne(ze),_e.innerHTML}function lt(Te,We){var Qe=We||document.body,st=Qe.ownerDocument||document;function Ye(j){return Qe.getElementsByTagName(j)}for(var _e=[Ye("pre"),Ye("code"),Ye("xmp")],ze=[],mt=0;mt<_e.length;++mt)for(var ut=0,rt=_e[mt].length;ut<rt;++ut)ze.push(_e[mt][ut]);_e=null;var nt=Date;nt.now||(nt={now:function(){return+new Date}});var ft=0,ot=/\blang(?:uage)?-([\w.]+)(?!\S)/,Ve=/\bprettyprint\b/,pe=/\bprettyprinted\b/,qe=/pre|xmp/i,Xe=/^code$/i,Ce=/^(?:pre|code|xmp)$/i,Oe={};function Q(){for(var j=k.PR_SHOULD_USE_CONTINUATION?nt.now()+250:Infinity;ft<ze.length&&nt.now()<j;ft++){for(var H=ze[ft],y=Oe,C=H;C=C.previousSibling;){var S=C.nodeType,L=(S===7||S===8)&&C.nodeValue;if(L?!/^\??prettify\b/.test(L):S!==3||/\S/.test(C.nodeValue))break;if(L){y={},L.replace(/\b(\w+)=([\w:.%+-]+)/g,function(_t,St,bn){y[St]=bn});break}}var ae=H.className;if((y!==Oe||Ve.test(ae))&&!pe.test(ae)){for(var me=!1,Ue=H.parentNode;Ue;Ue=Ue.parentNode){var yt=Ue.tagName;if(Ce.test(yt)&&Ue.className&&Ve.test(Ue.className)){me=!0;break}}if(!me){H.className+=" prettyprinted";var kt=y.lang;if(!kt){kt=ae.match(ot);var Ie;!kt&&(Ie=de(H))&&Xe.test(Ie.tagName)&&(kt=Ie.className.match(ot)),kt&&(kt=kt[1])}var At;if(qe.test(H.tagName))At=1;else{var gt=H.currentStyle,Ze=st.defaultView,Ot=gt?gt.whiteSpace:Ze&&Ze.getComputedStyle?Ze.getComputedStyle(H,null).getPropertyValue("white-space"):0;At=Ot&&Ot.substring(0,3)==="pre"}var Tt=y.linenums;(Tt=Tt==="true"||+Tt)||(Tt=ae.match(/\blinenums\b(?::(\d+))?/),Tt=Tt?Tt[1]&&Tt[1].length?+Tt[1]:!0:!1),Tt&&we(H,Tt,At);var Qt={langExtension:kt,sourceNode:H,numberLines:Tt,pre:At,sourceCode:null,basePos:null,spans:null,decorations:null};Ne(Qt)}}}ft<ze.length?k.setTimeout(Q,250):typeof Te=="function"&&Te()}Q()}var tt=k.PR={createSimpleLexer:He,registerLangHandler:q,sourceDecorator:Ge,PR_ATTRIB_NAME:R,PR_ATTRIB_VALUE:G,PR_COMMENT:ge,PR_DECLARATION:J,PR_KEYWORD:Pe,PR_LITERAL:le,PR_NOCODE:I,PR_PLAIN:A,PR_PUNCTUATION:$,PR_SOURCE:b,PR_STRING:ye,PR_TAG:ne,PR_TYPE:be,prettyPrintOne:X?k.prettyPrintOne=it:V=it,prettyPrint:w=X?k.prettyPrint=lt:w=lt},$e=k.define;typeof $e=="function"&&$e.amd&&$e("google-code-prettify",[],function(){return tt})})()},SMhR:function(ve,ce){ve.exports="data:image/png;base64,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"},TGq3:function(ve,ce,f){ve.exports=f.p+"static/lockclose.365036e8.svg"},UUDw:function(ve,ce,f){ve.exports={buttonFixed:"buttonFixed___2zLVJ",button:"button___-JgFH",buttonWrap:"buttonWrap___aZhhk"}},"VrN/":function(ve,ce,f){(function(P,fe){ve.exports=fe()})(this,function(){"use strict";var P=navigator.userAgent,fe=navigator.platform,X=/gecko\/\d/i.test(P),ue=/MSIE \d/.test(P),re=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(P),V=/Edge\/(\d+)/.exec(P),w=ue||re||V,k=w&&(ue?document.documentMode||6:+(V||re)[1]),T=!V&&/WebKit\//.test(P),W=T&&/Qt\/\d+\.\d+/.test(P),M=!V&&/Chrome\//.test(P),E=/Opera\//.test(P),K=/Apple Computer/.test(navigator.vendor),F=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(P),O=/PhantomJS/.test(P),B=!V&&/AppleWebKit/.test(P)&&/Mobile\/\w+/.test(P),z=/Android/.test(P),Z=B||z||/webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(P),ie=B||/Mac/.test(fe),ke=/\bCrOS\b/.test(P),je=/win/i.test(fe),ee=E&&P.match(/Version\/(\d*\.\d*)/);ee&&(ee=Number(ee[1])),ee&&ee>=15&&(E=!1,T=!0);var ye=ie&&(W||E&&(ee==null||ee<12.11)),Pe=X||w&&k>=9;function ge(e){return new RegExp("(^|\\s)"+e+"(?:$|\\s)\\s*")}var be=function(e,t){var i=e.className,n=ge(t).exec(i);if(n){var r=i.slice(n.index+n[0].length);e.className=i.slice(0,n.index)+(r?n[1]+r:"")}};function le(e){for(var t=e.childNodes.length;t>0;--t)e.removeChild(e.firstChild);return e}function $(e,t){return le(e).appendChild(t)}function A(e,t,i,n){var r=document.createElement(e);if(i&&(r.className=i),n&&(r.style.cssText=n),typeof t=="string")r.appendChild(document.createTextNode(t));else if(t)for(var s=0;s<t.length;++s)r.appendChild(t[s]);return r}function ne(e,t,i,n){var r=A(e,t,i,n);return r.setAttribute("role","presentation"),r}var J;document.createRange?J=function(e,t,i,n){var r=document.createRange();return r.setEnd(n||e,i),r.setStart(e,t),r}:J=function(e,t,i){var n=document.body.createTextRange();try{n.moveToElementText(e.parentNode)}catch(r){return n}return n.collapse(!0),n.moveEnd("character",i),n.moveStart("character",t),n};function b(e,t){if(t.nodeType==3&&(t=t.parentNode),e.contains)return e.contains(t);do if(t.nodeType==11&&(t=t.host),t==e)return!0;while(t=t.parentNode)}function R(){var e;try{e=document.activeElement}catch(t){e=document.body||null}for(;e&&e.shadowRoot&&e.shadowRoot.activeElement;)e=e.shadowRoot.activeElement;return e}function G(e,t){var i=e.className;ge(t).test(i)||(e.className+=(i?" ":"")+t)}function I(e,t){for(var i=e.split(" "),n=0;n<i.length;n++)i[n]&&!ge(i[n]).test(t)&&(t+=" "+i[n]);return t}var he=function(e){e.select()};B?he=function(e){e.selectionStart=0,e.selectionEnd=e.value.length}:w&&(he=function(e){try{e.select()}catch(t){}});function x(e){var t=Array.prototype.slice.call(arguments,1);return function(){return e.apply(null,t)}}function m(e,t,i){t||(t={});for(var n in e)e.hasOwnProperty(n)&&(i!==!1||!t.hasOwnProperty(n))&&(t[n]=e[n]);return t}function Y(e,t,i,n,r){t==null&&(t=e.search(/[^\s\u00a0]/),t==-1&&(t=e.length));for(var s=n||0,l=r||0;;){var d=e.indexOf(" ",s);if(d<0||d>=t)return l+(t-s);l+=d-s,l+=i-l%i,s=d+1}}var Se=function(){this.id=null,this.f=null,this.time=0,this.handler=x(this.onTimeout,this)};Se.prototype.onTimeout=function(e){e.id=0,e.time<=+new Date?e.f():setTimeout(e.handler,e.time-+new Date)},Se.prototype.set=function(e,t){this.f=t;var i=+new Date+e;(!this.id||i<this.time)&&(clearTimeout(this.id),this.id=setTimeout(this.handler,e),this.time=i)};function de(e,t){for(var i=0;i<e.length;++i)if(e[i]==t)return i;return-1}var He=50,Ge={toString:function(){return"CodeMirror.Pass"}},Me={scroll:!1},we={origin:"*mouse"},xe={origin:"+move"};function Ae(e,t,i){for(var n=0,r=0;;){var s=e.indexOf(" ",n);s==-1&&(s=e.length);var l=s-n;if(s==e.length||r+l>=t)return n+Math.min(l,t-r);if(r+=s-n,r+=i-r%i,n=s+1,r>=t)return n}}var q=[""];function U(e){for(;q.length<=e;)q.push(Ne(q)+" ");return q[e]}function Ne(e){return e[e.length-1]}function it(e,t){for(var i=[],n=0;n<e.length;n++)i[n]=t(e[n],n);return i}function lt(e,t,i){for(var n=0,r=i(t);n<e.length&&i(e[n])<=r;)n++;e.splice(n,0,t)}function tt(){}function $e(e,t){var i;return Object.create?i=Object.create(e):(tt.prototype=e,i=new tt),t&&m(t,i),i}var Te=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;function We(e){return/\w/.test(e)||e>"\x80"&&(e.toUpperCase()!=e.toLowerCase()||Te.test(e))}function Qe(e,t){return t?t.source.indexOf("\\w")>-1&&We(e)?!0:t.test(e):We(e)}function st(e){for(var t in e)if(e.hasOwnProperty(t)&&e[t])return!1;return!0}var Ye=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;function _e(e){return e.charCodeAt(0)>=768&&Ye.test(e)}function ze(e,t,i){for(;(i<0?t>0:t<e.length)&&_e(e.charAt(t));)t+=i;return t}function mt(e,t,i){for(var n=t>i?-1:1;;){if(t==i)return t;var r=(t+i)/2,s=n<0?Math.ceil(r):Math.floor(r);if(s==t)return e(s)?t:i;e(s)?i=s:t=s+n}}function ut(e,t,i,n){if(!e)return n(t,i,"ltr",0);for(var r=!1,s=0;s<e.length;++s){var l=e[s];(l.from<i&&l.to>t||t==i&&l.to==t)&&(n(Math.max(l.from,t),Math.min(l.to,i),l.level==1?"rtl":"ltr",s),r=!0)}r||n(t,i,"ltr")}var rt=null;function nt(e,t,i){var n;rt=null;for(var r=0;r<e.length;++r){var s=e[r];if(s.from<t&&s.to>t)return r;s.to==t&&(s.from!=s.to&&i=="before"?n=r:rt=r),s.from==t&&(s.from!=s.to&&i!="before"?n=r:rt=r)}return n!=null?n:rt}var ft=function(){var e="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",t="nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111";function i(v){return v<=247?e.charAt(v):1424<=v&&v<=1524?"R":1536<=v&&v<=1785?t.charAt(v-1536):1774<=v&&v<=2220?"r":8192<=v&&v<=8203?"w":v==8204?"b":"L"}var n=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,r=/[stwN]/,s=/[LRr]/,l=/[Lb1n]/,d=/[1n]/;function p(v,D,N){this.level=v,this.from=D,this.to=N}return function(v,D){var N=D=="ltr"?"L":"R";if(v.length==0||D=="ltr"&&!n.test(v))return!1;for(var oe=v.length,te=[],Ee=0;Ee<oe;++Ee)te.push(i(v.charCodeAt(Ee)));for(var De=0,Fe=N;De<oe;++De){var Ke=te[De];Ke=="m"?te[De]=Fe:Fe=Ke}for(var et=0,Je=N;et<oe;++et){var at=te[et];at=="1"&&Je=="r"?te[et]="n":s.test(at)&&(Je=at,at=="r"&&(te[et]="R"))}for(var Ct=1,vt=te[0];Ct<oe-1;++Ct){var Mt=te[Ct];Mt=="+"&&vt=="1"&&te[Ct+1]=="1"?te[Ct]="1":Mt==","&&vt==te[Ct+1]&&(vt=="1"||vt=="n")&&(te[Ct]=vt),vt=Mt}for(var Jt=0;Jt<oe;++Jt){var dn=te[Jt];if(dn==",")te[Jt]="N";else if(dn=="%"){var Zt=void 0;for(Zt=Jt+1;Zt<oe&&te[Zt]=="%";++Zt);for(var Un=Jt&&te[Jt-1]=="!"||Zt<oe&&te[Zt]=="1"?"1":"N",Dn=Jt;Dn<Zt;++Dn)te[Dn]=Un;Jt=Zt-1}}for(var tn=0,In=N;tn<oe;++tn){var yn=te[tn];In=="L"&&yn=="1"?te[tn]="L":s.test(yn)&&(In=yn)}for(var sn=0;sn<oe;++sn)if(r.test(te[sn])){var nn=void 0;for(nn=sn+1;nn<oe&&r.test(te[nn]);++nn);for(var qt=(sn?te[sn-1]:N)=="L",On=(nn<oe?te[nn]:N)=="L",cr=qt==On?qt?"L":"R":N,Li=sn;Li<nn;++Li)te[Li]=cr;sn=nn-1}for(var En=[],si,fn=0;fn<oe;)if(l.test(te[fn])){var Yo=fn;for(++fn;fn<oe&&l.test(te[fn]);++fn);En.push(new p(0,Yo,fn))}else{var mi=fn,Gi=En.length,Qi=D=="rtl"?1:0;for(++fn;fn<oe&&te[fn]!="L";++fn);for(var wn=mi;wn<fn;)if(d.test(te[wn])){mi<wn&&(En.splice(Gi,0,new p(1,mi,wn)),Gi+=Qi);var dr=wn;for(++wn;wn<fn&&d.test(te[wn]);++wn);En.splice(Gi,0,new p(2,dr,wn)),Gi+=Qi,mi=wn}else++wn;mi<fn&&En.splice(Gi,0,new p(1,mi,fn))}return D=="ltr"&&(En[0].level==1&&(si=v.match(/^\s+/))&&(En[0].from=si[0].length,En.unshift(new p(0,0,si[0].length))),Ne(En).level==1&&(si=v.match(/\s+$/))&&(Ne(En).to-=si[0].length,En.push(new p(0,oe-si[0].length,oe)))),D=="rtl"?En.reverse():En}}();function ot(e,t){var i=e.order;return i==null&&(i=e.order=ft(e.text,t)),i}var Ve=[],pe=function(e,t,i){if(e.addEventListener)e.addEventListener(t,i,!1);else if(e.attachEvent)e.attachEvent("on"+t,i);else{var n=e._handlers||(e._handlers={});n[t]=(n[t]||Ve).concat(i)}};function qe(e,t){return e._handlers&&e._handlers[t]||Ve}function Xe(e,t,i){if(e.removeEventListener)e.removeEventListener(t,i,!1);else if(e.detachEvent)e.detachEvent("on"+t,i);else{var n=e._handlers,r=n&&n[t];if(r){var s=de(r,i);s>-1&&(n[t]=r.slice(0,s).concat(r.slice(s+1)))}}}function Ce(e,t){var i=qe(e,t);if(!i.length)return;for(var n=Array.prototype.slice.call(arguments,2),r=0;r<i.length;++r)i[r].apply(null,n)}function Oe(e,t,i){return typeof t=="string"&&(t={type:t,preventDefault:function(){this.defaultPrevented=!0}}),Ce(e,i||t.type,e,t),S(t)||t.codemirrorIgnore}function Q(e){var t=e._handlers&&e._handlers.cursorActivity;if(!t)return;for(var i=e.curOp.cursorActivityHandlers||(e.curOp.cursorActivityHandlers=[]),n=0;n<t.length;++n)de(i,t[n])==-1&&i.push(t[n])}function j(e,t){return qe(e,t).length>0}function H(e){e.prototype.on=function(t,i){pe(this,t,i)},e.prototype.off=function(t,i){Xe(this,t,i)}}function y(e){e.preventDefault?e.preventDefault():e.returnValue=!1}function C(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0}function S(e){return e.defaultPrevented!=null?e.defaultPrevented:e.returnValue==!1}function L(e){y(e),C(e)}function ae(e){return e.target||e.srcElement}function me(e){var t=e.which;return t==null&&(e.button&1?t=1:e.button&2?t=3:e.button&4&&(t=2)),ie&&e.ctrlKey&&t==1&&(t=3),t}var Ue=function(){if(w&&k<9)return!1;var e=A("div");return"draggable"in e||"dragDrop"in e}(),yt;function kt(e){if(yt==null){var t=A("span","\u200B");$(e,A("span",[t,document.createTextNode("x")])),e.firstChild.offsetHeight!=0&&(yt=t.offsetWidth<=1&&t.offsetHeight>2&&!(w&&k<8))}var i=yt?A("span","\u200B"):A("span","\xA0",null,"display: inline-block; width: 1px; margin-right: -1px");return i.setAttribute("cm-text",""),i}var Ie;function At(e){if(Ie!=null)return Ie;var t=$(e,document.createTextNode("A\u062EA")),i=J(t,0,1).getBoundingClientRect(),n=J(t,1,2).getBoundingClientRect();return le(e),!i||i.left==i.right?!1:Ie=n.right-i.right<3}var gt=`
b`.split(/\n/).length!=3?function(e){for(var t=0,i=[],n=e.length;t<=n;){var r=e.indexOf(`
`,t);r==-1&&(r=e.length);var s=e.slice(t,e.charAt(r-1)=="\r"?r-1:r),l=s.indexOf("\r");l!=-1?(i.push(s.slice(0,l)),t+=l+1):(i.push(s),t=r+1)}return i}:function(e){return e.split(/\r\n?|\n/)},Ze=window.getSelection?function(e){try{return e.selectionStart!=e.selectionEnd}catch(t){return!1}}:function(e){var t;try{t=e.ownerDocument.selection.createRange()}catch(i){}return!t||t.parentElement()!=e?!1:t.compareEndPoints("StartToEnd",t)!=0},Ot=function(){var e=A("div");return"oncopy"in e?!0:(e.setAttribute("oncopy","return;"),typeof e.oncopy=="function")}(),Tt=null;function Qt(e){if(Tt!=null)return Tt;var t=$(e,A("span","x")),i=t.getBoundingClientRect(),n=J(t,0,1).getBoundingClientRect();return Tt=Math.abs(i.left-n.left)>1}var _t={},St={};function bn(e,t){arguments.length>2&&(t.dependencies=Array.prototype.slice.call(arguments,2)),_t[e]=t}function rn(e,t){St[e]=t}function pt(e){if(typeof e=="string"&&St.hasOwnProperty(e))e=St[e];else if(e&&typeof e.name=="string"&&St.hasOwnProperty(e.name)){var t=St[e.name];typeof t=="string"&&(t={name:t}),e=$e(t,e),e.name=t.name}else{if(typeof e=="string"&&/^[\w\-]+\/[\w\-]+\+xml$/.test(e))return pt("application/xml");if(typeof e=="string"&&/^[\w\-]+\/[\w\-]+\+json$/.test(e))return pt("application/json")}return typeof e=="string"?{name:e}:e||{name:"null"}}function Qn(e,t){t=pt(t);var i=_t[t.name];if(!i)return Qn(e,"text/plain");var n=i(e,t);if(Cn.hasOwnProperty(t.name)){var r=Cn[t.name];for(var s in r){if(!r.hasOwnProperty(s))continue;n.hasOwnProperty(s)&&(n["_"+s]=n[s]),n[s]=r[s]}}if(n.name=t.name,t.helperType&&(n.helperType=t.helperType),t.modeProps)for(var l in t.modeProps)n[l]=t.modeProps[l];return n}var Cn={};function pn(e,t){var i=Cn.hasOwnProperty(e)?Cn[e]:Cn[e]={};m(t,i)}function Sn(e,t){if(t===!0)return t;if(e.copyState)return e.copyState(t);var i={};for(var n in t){var r=t[n];r instanceof Array&&(r=r.concat([])),i[n]=r}return i}function li(e,t){for(var i;e.innerMode&&!(i=e.innerMode(t),!i||i.mode==e);)t=i.state,e=i.mode;return i||{mode:e,state:t}}function Vn(e,t,i){return e.startState?e.startState(t,i):!0}var Bt=function(e,t,i){this.pos=this.start=0,this.string=e,this.tabSize=t||8,this.lastColumnPos=this.lastColumnValue=0,this.lineStart=0,this.lineOracle=i};Bt.prototype.eol=function(){return this.pos>=this.string.length},Bt.prototype.sol=function(){return this.pos==this.lineStart},Bt.prototype.peek=function(){return this.string.charAt(this.pos)||void 0},Bt.prototype.next=function(){if(this.pos<this.string.length)return this.string.charAt(this.pos++)},Bt.prototype.eat=function(e){var t=this.string.charAt(this.pos),i;if(typeof e=="string"?i=t==e:i=t&&(e.test?e.test(t):e(t)),i)return++this.pos,t},Bt.prototype.eatWhile=function(e){for(var t=this.pos;this.eat(e););return this.pos>t},Bt.prototype.eatSpace=function(){for(var e=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>e},Bt.prototype.skipToEnd=function(){this.pos=this.string.length},Bt.prototype.skipTo=function(e){var t=this.string.indexOf(e,this.pos);if(t>-1)return this.pos=t,!0},Bt.prototype.backUp=function(e){this.pos-=e},Bt.prototype.column=function(){return this.lastColumnPos<this.start&&(this.lastColumnValue=Y(this.string,this.start,this.tabSize,this.lastColumnPos,this.lastColumnValue),this.lastColumnPos=this.start),this.lastColumnValue-(this.lineStart?Y(this.string,this.lineStart,this.tabSize):0)},Bt.prototype.indentation=function(){return Y(this.string,null,this.tabSize)-(this.lineStart?Y(this.string,this.lineStart,this.tabSize):0)},Bt.prototype.match=function(e,t,i){if(typeof e=="string"){var n=function(l){return i?l.toLowerCase():l},r=this.string.substr(this.pos,e.length);if(n(r)==n(e))return t!==!1&&(this.pos+=e.length),!0}else{var s=this.string.slice(this.pos).match(e);return s&&s.index>0?null:(s&&t!==!1&&(this.pos+=s[0].length),s)}},Bt.prototype.current=function(){return this.string.slice(this.start,this.pos)},Bt.prototype.hideFirstChars=function(e,t){this.lineStart+=e;try{return t()}finally{this.lineStart-=e}},Bt.prototype.lookAhead=function(e){var t=this.lineOracle;return t&&t.lookAhead(e)},Bt.prototype.baseToken=function(){var e=this.lineOracle;return e&&e.baseToken(this.pos)};function ct(e,t){if(t-=e.first,t<0||t>=e.size)throw new Error("There is no line "+(t+e.first)+" in the document.");for(var i=e;!i.lines;)for(var n=0;;++n){var r=i.children[n],s=r.chunkSize();if(t<s){i=r;break}t-=s}return i.lines[t]}function jn(e,t,i){var n=[],r=t.line;return e.iter(t.line,i.line+1,function(s){var l=s.text;r==i.line&&(l=l.slice(0,i.ch)),r==t.line&&(l=l.slice(t.ch)),n.push(l),++r}),n}function ui(e,t,i){var n=[];return e.iter(t,i,function(r){n.push(r.text)}),n}function kn(e,t){var i=t-e.height;if(i)for(var n=e;n;n=n.parent)n.height+=i}function Dt(e){if(e.parent==null)return null;for(var t=e.parent,i=de(t.lines,e),n=t.parent;n;t=n,n=n.parent)for(var r=0;!(n.children[r]==t);++r)i+=n.children[r].chunkSize();return i+t.first}function Kn(e,t){var i=e.first;e:do{for(var n=0;n<e.children.length;++n){var r=e.children[n],s=r.height;if(t<s){e=r;continue e}t-=s,i+=r.chunkSize()}return i}while(!e.lines);for(var l=0;l<e.lines.length;++l){var d=e.lines[l],p=d.height;if(t<p)break;t-=p}return i+l}function hi(e,t){return t>=e.first&&t<e.first+e.size}function vi(e,t){return String(e.lineNumberFormatter(t+e.firstLineNumber))}function Be(e,t,i){if(i===void 0&&(i=null),!(this instanceof Be))return new Be(e,t,i);this.line=e,this.ch=t,this.sticky=i}function xt(e,t){return e.line-t.line||e.ch-t.ch}function ti(e,t){return e.sticky==t.sticky&&xt(e,t)==0}function ci(e){return Be(e.line,e.ch)}function di(e,t){return xt(e,t)<0?t:e}function Di(e,t){return xt(e,t)<0?e:t}function c(e,t){return Math.max(e.first,Math.min(t,e.first+e.size-1))}function o(e,t){if(t.line<e.first)return Be(e.first,0);var i=e.first+e.size-1;return t.line>i?Be(i,ct(e,i).text.length):a(t,ct(e,t.line).text.length)}function a(e,t){var i=e.ch;return i==null||i>t?Be(e.line,t):i<0?Be(e.line,0):e}function u(e,t){for(var i=[],n=0;n<t.length;n++)i[n]=o(e,t[n]);return i}var g=function(e,t){this.state=e,this.lookAhead=t},h=function(e,t,i,n){this.state=t,this.doc=e,this.line=i,this.maxLookAhead=n||0,this.baseTokens=null,this.baseTokenPos=1};h.prototype.lookAhead=function(e){var t=this.doc.getLine(this.line+e);return t!=null&&e>this.maxLookAhead&&(this.maxLookAhead=e),t},h.prototype.baseToken=function(e){if(!this.baseTokens)return null;for(;this.baseTokens[this.baseTokenPos]<=e;)this.baseTokenPos+=2;var t=this.baseTokens[this.baseTokenPos+1];return{type:t&&t.replace(/( |^)overlay .*/,""),size:this.baseTokens[this.baseTokenPos]-e}},h.prototype.nextLine=function(){this.line++,this.maxLookAhead>0&&this.maxLookAhead--},h.fromSaved=function(e,t,i){return t instanceof g?new h(e,Sn(e.mode,t.state),i,t.lookAhead):new h(e,Sn(e.mode,t),i)},h.prototype.save=function(e){var t=e!==!1?Sn(this.doc.mode,this.state):this.state;return this.maxLookAhead>0?new g(t,this.maxLookAhead):t};function _(e,t,i,n){var r=[e.state.modeGen],s={};Fn(e,t.text,e.doc.mode,i,function(v,D){return r.push(v,D)},s,n);for(var l=i.state,d=function(v){i.baseTokens=r;var D=e.state.overlays[v],N=1,oe=0;i.state=!0,Fn(e,t.text,D.mode,i,function(te,Ee){for(var De=N;oe<te;){var Fe=r[N];Fe>te&&r.splice(N,1,te,r[N+1],Fe),N+=2,oe=Math.min(te,Fe)}if(!Ee)return;if(D.opaque)r.splice(De,N-De,te,"overlay "+Ee),N=De+2;else for(;De<N;De+=2){var Ke=r[De+1];r[De+1]=(Ke?Ke+" ":"")+"overlay "+Ee}},s),i.state=l,i.baseTokens=null,i.baseTokenPos=1},p=0;p<e.state.overlays.length;++p)d(p);return{styles:r,classes:s.bgClass||s.textClass?s:null}}function Re(e,t,i){if(!t.styles||t.styles[0]!=e.state.modeGen){var n=se(e,Dt(t)),r=t.text.length>e.options.maxHighlightLength&&Sn(e.doc.mode,n.state),s=_(e,t,n);r&&(n.state=r),t.stateAfter=n.save(!r),t.styles=s.styles,s.classes?t.styleClasses=s.classes:t.styleClasses&&(t.styleClasses=null),i===e.doc.highlightFrontier&&(e.doc.modeFrontier=Math.max(e.doc.modeFrontier,++e.doc.highlightFrontier))}return t.styles}function se(e,t,i){var n=e.doc,r=e.display;if(!n.mode.startState)return new h(n,!0,t);var s=ln(e,t,i),l=s>n.first&&ct(n,s-1).stateAfter,d=l?h.fromSaved(n,l,s):new h(n,Vn(n.mode),s);return n.iter(s,t,function(p){ht(e,p.text,d);var v=d.line;p.stateAfter=v==t-1||v%5==0||v>=r.viewFrom&&v<r.viewTo?d.save():null,d.nextLine()}),i&&(n.modeFrontier=d.line),d}function ht(e,t,i,n){var r=e.doc.mode,s=new Bt(t,e.options.tabSize,i);for(s.start=s.pos=n||0,t==""&&Le(r,i.state);!s.eol();)Et(r,s,i.state),s.start=s.pos}function Le(e,t){if(e.blankLine)return e.blankLine(t);if(!e.innerMode)return;var i=li(e,t);if(i.mode.blankLine)return i.mode.blankLine(i.state)}function Et(e,t,i,n){for(var r=0;r<10;r++){n&&(n[0]=li(e,i).mode);var s=e.token(t,i);if(t.pos>t.start)return s}throw new Error("Mode "+e.name+" failed to advance stream.")}var Pt=function(e,t,i){this.start=e.start,this.end=e.pos,this.string=e.current(),this.type=t||null,this.state=i};function Ft(e,t,i,n){var r=e.doc,s=r.mode,l;t=o(r,t);var d=ct(r,t.line),p=se(e,t.line,i),v=new Bt(d.text,e.options.tabSize,p),D;for(n&&(D=[]);(n||v.pos<t.ch)&&!v.eol();)v.start=v.pos,l=Et(s,v,p.state),n&&D.push(new Pt(v,l,Sn(r.mode,p.state)));return n?D:new Pt(v,l,p.state)}function Wn(e,t){if(e)for(;;){var i=e.match(/(?:^|\s+)line-(background-)?(\S+)/);if(!i)break;e=e.slice(0,i.index)+e.slice(i.index+i[0].length);var n=i[1]?"bgClass":"textClass";t[n]==null?t[n]=i[2]:new RegExp("(?:^|\\s)"+i[2]+"(?:$|\\s)").test(t[n])||(t[n]+=" "+i[2])}return e}function Fn(e,t,i,n,r,s,l){var d=i.flattenSpans;d==null&&(d=e.options.flattenSpans);var p=0,v=null,D=new Bt(t,e.options.tabSize,n),N,oe=e.options.addModeClass&&[null];for(t==""&&Wn(Le(i,n.state),s);!D.eol();){if(D.pos>e.options.maxHighlightLength?(d=!1,l&&ht(e,t,n,D.pos),D.pos=t.length,N=null):N=Wn(Et(i,D,n.state,oe),s),oe){var te=oe[0].name;te&&(N="m-"+(N?te+" "+N:te))}if(!d||v!=N){for(;p<D.start;)p=Math.min(D.start,p+5e3),r(p,v);v=N}D.start=D.pos}for(;p<D.pos;){var Ee=Math.min(D.pos,p+5e3);r(Ee,v),p=Ee}}function ln(e,t,i){for(var n,r,s=e.doc,l=i?-1:t-(e.doc.mode.innerMode?1e3:100),d=t;d>l;--d){if(d<=s.first)return s.first;var p=ct(s,d-1),v=p.stateAfter;if(v&&(!i||d+(v instanceof g?v.lookAhead:0)<=s.modeFrontier))return d;var D=Y(p.text,null,e.options.tabSize);(r==null||n>D)&&(r=d-1,n=D)}return r}function Jn(e,t){if(e.modeFrontier=Math.min(e.modeFrontier,t),e.highlightFrontier<t-10)return;for(var i=e.first,n=t-1;n>i;n--){var r=ct(e,n).stateAfter;if(r&&(!(r instanceof g)||n+r.lookAhead<t)){i=n+1;break}}e.highlightFrontier=Math.min(e.highlightFrontier,i)}var Vi=!1,Mn=!1;function Tn(){Vi=!0}function ni(){Mn=!0}function yi(e,t,i){this.marker=e,this.from=t,this.to=i}function Xn(e,t){if(e)for(var i=0;i<e.length;++i){var n=e[i];if(n.marker==t)return n}}function ii(e,t){for(var i,n=0;n<e.length;++n)e[n]!=t&&(i||(i=[])).push(e[n]);return i}function zn(e,t){e.markedSpans=e.markedSpans?e.markedSpans.concat([t]):[t],t.marker.attachLine(e)}function fr(e,t,i){var n;if(e)for(var r=0;r<e.length;++r){var s=e[r],l=s.marker,d=s.from==null||(l.inclusiveLeft?s.from<=t:s.from<t);if(d||s.from==t&&l.type=="bookmark"&&(!i||!s.marker.insertLeft)){var p=s.to==null||(l.inclusiveRight?s.to>=t:s.to>t);(n||(n=[])).push(new yi(l,s.from,p?null:s.to))}}return n}function Ki(e,t,i){var n;if(e)for(var r=0;r<e.length;++r){var s=e[r],l=s.marker,d=s.to==null||(l.inclusiveRight?s.to>=t:s.to>t);if(d||s.from==t&&l.type=="bookmark"&&(!i||s.marker.insertLeft)){var p=s.from==null||(l.inclusiveLeft?s.from<=t:s.from<t);(n||(n=[])).push(new yi(l,p?null:s.from-t,s.to==null?null:s.to-t))}}return n}function Pn(e,t){if(t.full)return null;var i=hi(e,t.from.line)&&ct(e,t.from.line).markedSpans,n=hi(e,t.to.line)&&ct(e,t.to.line).markedSpans;if(!i&&!n)return null;var r=t.from.ch,s=t.to.ch,l=xt(t.from,t.to)==0,d=fr(i,r,l),p=Ki(n,s,l),v=t.text.length==1,D=Ne(t.text).length+(v?r:0);if(d)for(var N=0;N<d.length;++N){var oe=d[N];if(oe.to==null){var te=Xn(p,oe.marker);te?v&&(oe.to=te.to==null?null:te.to+D):oe.to=r}}if(p)for(var Ee=0;Ee<p.length;++Ee){var De=p[Ee];if(De.to!=null&&(De.to+=D),De.from==null){var Fe=Xn(d,De.marker);Fe||(De.from=D,v&&(d||(d=[])).push(De))}else De.from+=D,v&&(d||(d=[])).push(De)}d&&(d=Bn(d)),p&&p!=d&&(p=Bn(p));var Ke=[d];if(!v){var et=t.text.length-2,Je;if(et>0&&d)for(var at=0;at<d.length;++at)d[at].to==null&&(Je||(Je=[])).push(new yi(d[at].marker,null,null));for(var Ct=0;Ct<et;++Ct)Ke.push(Je);Ke.push(p)}return Ke}function Bn(e){for(var t=0;t<e.length;++t){var i=e[t];i.from!=null&&i.from==i.to&&i.marker.clearWhenEmpty!==!1&&e.splice(t--,1)}return e.length?e:null}function Ii(e,t,i){var n=null;if(e.iter(t.line,i.line+1,function(te){if(te.markedSpans)for(var Ee=0;Ee<te.markedSpans.length;++Ee){var De=te.markedSpans[Ee].marker;De.readOnly&&(!n||de(n,De)==-1)&&(n||(n=[])).push(De)}}),!n)return null;for(var r=[{from:t,to:i}],s=0;s<n.length;++s)for(var l=n[s],d=l.find(0),p=0;p<r.length;++p){var v=r[p];if(xt(v.to,d.from)<0||xt(v.from,d.to)>0)continue;var D=[p,1],N=xt(v.from,d.from),oe=xt(v.to,d.to);(N<0||!l.inclusiveLeft&&!N)&&D.push({from:v.from,to:d.from}),(oe>0||!l.inclusiveRight&&!oe)&&D.push({from:d.to,to:v.to}),r.splice.apply(r,D),p+=D.length-3}return r}function Oi(e){var t=e.markedSpans;if(!t)return;for(var i=0;i<t.length;++i)t[i].marker.detachLine(e);e.markedSpans=null}function Pi(e,t){if(!t)return;for(var i=0;i<t.length;++i)t[i].marker.attachLine(e);e.markedSpans=t}function $t(e){return e.inclusiveLeft?-1:0}function Ut(e){return e.inclusiveRight?1:0}function gn(e,t){var i=e.lines.length-t.lines.length;if(i!=0)return i;var n=e.find(),r=t.find(),s=xt(n.from,r.from)||$t(e)-$t(t);if(s)return-s;var l=xt(n.to,r.to)||Ut(e)-Ut(t);return l||t.id-e.id}function jt(e,t){var i=Mn&&e.markedSpans,n;if(i)for(var r=void 0,s=0;s<i.length;++s)r=i[s],r.marker.collapsed&&(t?r.from:r.to)==null&&(!n||gn(n,r.marker)<0)&&(n=r.marker);return n}function mn(e){return jt(e,!0)}function Kt(e){return jt(e,!1)}function bi(e,t){var i=Mn&&e.markedSpans,n;if(i)for(var r=0;r<i.length;++r){var s=i[r];s.marker.collapsed&&(s.from==null||s.from<t)&&(s.to==null||s.to>t)&&(!n||gn(n,s.marker)<0)&&(n=s.marker)}return n}function on(e,t,i,n,r){var s=ct(e,t),l=Mn&&s.markedSpans;if(l)for(var d=0;d<l.length;++d){var p=l[d];if(!p.marker.collapsed)continue;var v=p.marker.find(0),D=xt(v.from,i)||$t(p.marker)-$t(r),N=xt(v.to,n)||Ut(p.marker)-Ut(r);if(D>=0&&N<=0||D<=0&&N>=0)continue;if(D<=0&&(p.marker.inclusiveRight&&r.inclusiveLeft?xt(v.to,i)>=0:xt(v.to,i)>0)||D>=0&&(p.marker.inclusiveRight&&r.inclusiveLeft?xt(v.from,n)<=0:xt(v.from,n)<0))return!0}}function an(e){for(var t;t=mn(e);)e=t.find(-1,!0).line;return e}function ri(e){for(var t;t=Kt(e);)e=t.find(1,!0).line;return e}function Ci(e){for(var t,i;t=Kt(e);)e=t.find(1,!0).line,(i||(i=[])).push(e);return i}function xi(e,t){var i=ct(e,t),n=an(i);return i==n?t:Dt(n)}function jr(e,t){if(t>e.lastLine())return t;var i=ct(e,t),n;if(!Zn(e,i))return t;for(;n=Kt(i);)i=n.find(1,!0).line;return Dt(i)+1}function Zn(e,t){var i=Mn&&t.markedSpans;if(i)for(var n=void 0,r=0;r<i.length;++r){if(n=i[r],!n.marker.collapsed)continue;if(n.from==null)return!0;if(n.marker.widgetNode)continue;if(n.from==0&&n.marker.inclusiveLeft&&Ji(e,t,n))return!0}}function Ji(e,t,i){if(i.to==null){var n=i.marker.find(1,!0);return Ji(e,n.line,Xn(n.line.markedSpans,i.marker))}if(i.marker.inclusiveRight&&i.to==t.text.length)return!0;for(var r=void 0,s=0;s<t.markedSpans.length;++s)if(r=t.markedSpans[s],r.marker.collapsed&&!r.marker.widgetNode&&r.from==i.to&&(r.to==null||r.to!=i.from)&&(r.marker.inclusiveLeft||i.marker.inclusiveRight)&&Ji(e,t,r))return!0}function Nn(e){e=an(e);for(var t=0,i=e.parent,n=0;n<i.lines.length;++n){var r=i.lines[n];if(r==e)break;t+=r.height}for(var s=i.parent;s;i=s,s=i.parent)for(var l=0;l<s.children.length;++l){var d=s.children[l];if(d==i)break;t+=d.height}return t}function Yi(e){if(e.height==0)return 0;for(var t=e.text.length,i,n=e;i=mn(n);){var r=i.find(0,!0);n=r.from.line,t+=r.from.ch-r.to.ch}for(n=e;i=Kt(n);){var s=i.find(0,!0);t-=n.text.length-s.from.ch,n=s.to.line,t+=n.text.length-s.to.ch}return t}function fi(e){var t=e.display,i=e.doc;t.maxLine=ct(i,i.first),t.maxLineLength=Yi(t.maxLine),t.maxLineChanged=!0,i.iter(function(n){var r=Yi(n);r>t.maxLineLength&&(t.maxLineLength=r,t.maxLine=n)})}var Ei=function(e,t,i){this.text=e,Pi(this,t),this.height=i?i(this):1};Ei.prototype.lineNo=function(){return Dt(this)},H(Ei);function uo(e,t,i,n){e.text=t,e.stateAfter&&(e.stateAfter=null),e.styles&&(e.styles=null),e.order!=null&&(e.order=null),Oi(e),Pi(e,i);var r=n?n(e):1;r!=e.height&&kn(e,r)}function ho(e){e.parent=null,Oi(e)}var Zo={},qo={};function co(e,t){if(!e||/^\s*$/.test(e))return null;var i=t.addModeClass?qo:Zo;return i[e]||(i[e]=e.replace(/\S+/g,"cm-$&"))}function Wr(e,t){var i=ne("span",null,null,T?"padding-right: .1px":null),n={pre:ne("pre",[i],"CodeMirror-line"),content:i,col:0,pos:0,cm:e,trailingSpace:!1,splitSpaces:e.getOption("lineWrapping")};t.measure={};for(var r=0;r<=(t.rest?t.rest.length:0);r++){var s=r?t.rest[r-1]:t.line,l=void 0;n.pos=0,n.addToken=wt,At(e.display.measure)&&(l=ot(s,e.doc.direction))&&(n.addToken=Rt(n.addToken,l)),n.map=[];var d=t!=e.display.externalMeasured&&Dt(s);zt(s,n,Re(e,s,d)),s.styleClasses&&(s.styleClasses.bgClass&&(n.bgClass=I(s.styleClasses.bgClass,n.bgClass||"")),s.styleClasses.textClass&&(n.textClass=I(s.styleClasses.textClass,n.textClass||""))),n.map.length==0&&n.map.push(0,0,n.content.appendChild(kt(e.display.measure))),r==0?(t.measure.map=n.map,t.measure.cache={}):((t.measure.maps||(t.measure.maps=[])).push(n.map),(t.measure.caches||(t.measure.caches=[])).push({}))}if(T){var p=n.content.lastChild;(/\bcm-tab\b/.test(p.className)||p.querySelector&&p.querySelector(".cm-tab"))&&(n.content.className="cm-tab-wrap-hack")}return Ce(e,"renderLine",e,t.line,n.pre),n.pre.className&&(n.textClass=I(n.pre.className,n.textClass||"")),n}function dt(e){var t=A("span","\u2022","cm-invalidchar");return t.title="\\u"+e.charCodeAt(0).toString(16),t.setAttribute("aria-label",t.title),t}function wt(e,t,i,n,r,s,l){if(!t)return;var d=e.splitSpaces?bt(t,e.trailingSpace):t,p=e.cm.state.specialChars,v=!1,D;if(!p.test(t))e.col+=t.length,D=document.createTextNode(d),e.map.push(e.pos,e.pos+t.length,D),w&&k<9&&(v=!0),e.pos+=t.length;else{D=document.createDocumentFragment();for(var N=0;;){p.lastIndex=N;var oe=p.exec(t),te=oe?oe.index-N:t.length-N;if(te){var Ee=document.createTextNode(d.slice(N,N+te));w&&k<9?D.appendChild(A("span",[Ee])):D.appendChild(Ee),e.map.push(e.pos,e.pos+te,Ee),e.col+=te,e.pos+=te}if(!oe)break;N+=te+1;var De=void 0;if(oe[0]==" "){var Fe=e.cm.options.tabSize,Ke=Fe-e.col%Fe;De=D.appendChild(A("span",U(Ke),"cm-tab")),De.setAttribute("role","presentation"),De.setAttribute("cm-text"," "),e.col+=Ke}else oe[0]=="\r"||oe[0]==`
`?(De=D.appendChild(A("span",oe[0]=="\r"?"\u240D":"\u2424","cm-invalidchar")),De.setAttribute("cm-text",oe[0]),e.col+=1):(De=e.cm.options.specialCharPlaceholder(oe[0]),De.setAttribute("cm-text",oe[0]),w&&k<9?D.appendChild(A("span",[De])):D.appendChild(De),e.col+=1);e.map.push(e.pos,e.pos+1,De),e.pos++}}if(e.trailingSpace=d.charCodeAt(t.length-1)==32,i||n||r||v||s||l){var et=i||"";n&&(et+=n),r&&(et+=r);var Je=A("span",[D],et,s);if(l)for(var at in l)l.hasOwnProperty(at)&&at!="style"&&at!="class"&&Je.setAttribute(at,l[at]);return e.content.appendChild(Je)}e.content.appendChild(D)}function bt(e,t){if(e.length>1&&!/ /.test(e))return e;for(var i=t,n="",r=0;r<e.length;r++){var s=e.charAt(r);s==" "&&i&&(r==e.length-1||e.charCodeAt(r+1)==32)&&(s="\xA0"),n+=s,i=s==" "}return n}function Rt(e,t){return function(i,n,r,s,l,d,p){r=r?r+" cm-force-border":"cm-force-border";for(var v=i.pos,D=v+n.length;;){for(var N=void 0,oe=0;oe<t.length&&!(N=t[oe],N.to>v&&N.from<=v);oe++);if(N.to>=D)return e(i,n,r,s,l,d,p);e(i,n.slice(0,N.to-v),r,s,null,d,p),s=null,n=n.slice(N.to-v),v=N.to}}}function Nt(e,t,i,n){var r=!n&&i.widgetNode;r&&e.map.push(e.pos,e.pos+t,r),!n&&e.cm.display.input.needsContentAttribute&&(r||(r=e.content.appendChild(document.createElement("span"))),r.setAttribute("cm-marker",i.id)),r&&(e.cm.display.input.setUneditable(r),e.content.appendChild(r)),e.pos+=t,e.trailingSpace=!1}function zt(e,t,i){var n=e.markedSpans,r=e.text,s=0;if(!n){for(var l=1;l<i.length;l+=2)t.addToken(t,r.slice(s,s=i[l]),co(i[l+1],t.cm.options));return}for(var d=r.length,p=0,v=1,D="",N,oe,te=0,Ee,De,Fe,Ke,et;;){if(te==p){Ee=De=Fe=oe="",et=null,Ke=null,te=Infinity;for(var Je=[],at=void 0,Ct=0;Ct<n.length;++Ct){var vt=n[Ct],Mt=vt.marker;if(Mt.type=="bookmark"&&vt.from==p&&Mt.widgetNode)Je.push(Mt);else if(vt.from<=p&&(vt.to==null||vt.to>p||Mt.collapsed&&vt.to==p&&vt.from==p)){if(vt.to!=null&&vt.to!=p&&te>vt.to&&(te=vt.to,De=""),Mt.className&&(Ee+=" "+Mt.className),Mt.css&&(oe=(oe?oe+";":"")+Mt.css),Mt.startStyle&&vt.from==p&&(Fe+=" "+Mt.startStyle),Mt.endStyle&&vt.to==te&&(at||(at=[])).push(Mt.endStyle,vt.to),Mt.title&&((et||(et={})).title=Mt.title),Mt.attributes)for(var Jt in Mt.attributes)(et||(et={}))[Jt]=Mt.attributes[Jt];Mt.collapsed&&(!Ke||gn(Ke.marker,Mt)<0)&&(Ke=vt)}else vt.from>p&&te>vt.from&&(te=vt.from)}if(at)for(var dn=0;dn<at.length;dn+=2)at[dn+1]==te&&(De+=" "+at[dn]);if(!Ke||Ke.from==p)for(var Zt=0;Zt<Je.length;++Zt)Nt(t,0,Je[Zt]);if(Ke&&(Ke.from||0)==p){if(Nt(t,(Ke.to==null?d+1:Ke.to)-p,Ke.marker,Ke.from==null),Ke.to==null)return;Ke.to==p&&(Ke=!1)}}if(p>=d)break;for(var Un=Math.min(d,te);;){if(D){var Dn=p+D.length;if(!Ke){var tn=Dn>Un?D.slice(0,Un-p):D;t.addToken(t,tn,N?N+Ee:Ee,Fe,p+tn.length==te?De:"",oe,et)}if(Dn>=Un){D=D.slice(Un-p),p=Un;break}p=Dn,Fe=""}D=r.slice(s,s=i[v++]),N=co(i[v++],t.cm.options)}}}function It(e,t,i){this.line=t,this.rest=Ci(t),this.size=this.rest?Dt(Ne(this.rest))-i+1:1,this.node=this.text=null,this.hidden=Zn(e,t)}function Xt(e,t,i){for(var n=[],r,s=t;s<i;s=r){var l=new It(e.doc,ct(e.doc,s),s);r=s+l.size,n.push(l)}return n}var un=null;function Lt(e){un?un.ops.push(e):e.ownsGroup=un={ops:[e],delayedCallbacks:[]}}function Bi(e){var t=e.delayedCallbacks,i=0;do{for(;i<t.length;i++)t[i].call(null);for(var n=0;n<e.ops.length;n++){var r=e.ops[n];if(r.cursorActivityHandlers)for(;r.cursorActivityCalled<r.cursorActivityHandlers.length;)r.cursorActivityHandlers[r.cursorActivityCalled++].call(null,r.cm)}}while(i<t.length)}function Ht(e,t){var i=e.ownsGroup;if(!i)return;try{Bi(i)}finally{un=null,t(i)}}var vn=null;function Vt(e,t){var i=qe(e,t);if(!i.length)return;var n=Array.prototype.slice.call(arguments,2),r;un?r=un.delayedCallbacks:vn?r=vn:(r=vn=[],setTimeout(Yn,0));for(var s=function(d){r.push(function(){return i[d].apply(null,n)})},l=0;l<i.length;++l)s(l)}function Yn(){var e=vn;vn=null;for(var t=0;t<e.length;++t)e[t]()}function pr(e,t,i,n){for(var r=0;r<t.changes.length;r++){var s=t.changes[r];s=="text"?Ps(e,t):s=="gutter"?ea(e,t,i,n):s=="class"?fo(e,t):s=="widget"&&Bs(e,t,n)}t.changes=null}function gr(e){return e.node==e.text&&(e.node=A("div",null,null,"position: relative"),e.text.parentNode&&e.text.parentNode.replaceChild(e.node,e.text),e.node.appendChild(e.text),w&&k<8&&(e.node.style.zIndex=2)),e.node}function Os(e,t){var i=t.bgClass?t.bgClass+" "+(t.line.bgClass||""):t.line.bgClass;if(i&&(i+=" CodeMirror-linebackground"),t.background)i?t.background.className=i:(t.background.parentNode.removeChild(t.background),t.background=null);else if(i){var n=gr(t);t.background=n.insertBefore(A("div",null,i),n.firstChild),e.display.input.setUneditable(t.background)}}function $o(e,t){var i=e.display.externalMeasured;return i&&i.line==t.line?(e.display.externalMeasured=null,t.measure=i.measure,i.built):Wr(e,t)}function Ps(e,t){var i=t.text.className,n=$o(e,t);t.text==t.node&&(t.node=n.pre),t.text.parentNode.replaceChild(n.pre,t.text),t.text=n.pre,n.bgClass!=t.bgClass||n.textClass!=t.textClass?(t.bgClass=n.bgClass,t.textClass=n.textClass,fo(e,t)):i&&(t.text.className=i)}function fo(e,t){Os(e,t),t.line.wrapClass?gr(t).className=t.line.wrapClass:t.node!=t.text&&(t.node.className="");var i=t.textClass?t.textClass+" "+(t.line.textClass||""):t.line.textClass;t.text.className=i||""}function ea(e,t,i,n){if(t.gutter&&(t.node.removeChild(t.gutter),t.gutter=null),t.gutterBackground&&(t.node.removeChild(t.gutterBackground),t.gutterBackground=null),t.line.gutterClass){var r=gr(t);t.gutterBackground=A("div",null,"CodeMirror-gutter-background "+t.line.gutterClass,"left: "+(e.options.fixedGutter?n.fixedPos:-n.gutterTotalWidth)+"px; width: "+n.gutterTotalWidth+"px"),e.display.input.setUneditable(t.gutterBackground),r.insertBefore(t.gutterBackground,t.text)}var s=t.line.gutterMarkers;if(e.options.lineNumbers||s){var l=gr(t),d=t.gutter=A("div",null,"CodeMirror-gutter-wrapper","left: "+(e.options.fixedGutter?n.fixedPos:-n.gutterTotalWidth)+"px");if(e.display.input.setUneditable(d),l.insertBefore(d,t.text),t.line.gutterClass&&(d.className+=" "+t.line.gutterClass),e.options.lineNumbers&&(!s||!s["CodeMirror-linenumbers"])&&(t.lineNumber=d.appendChild(A("div",vi(e.options,i),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+n.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+e.display.lineNumInnerWidth+"px"))),s)for(var p=0;p<e.display.gutterSpecs.length;++p){var v=e.display.gutterSpecs[p].className,D=s.hasOwnProperty(v)&&s[v];D&&d.appendChild(A("div",[D],"CodeMirror-gutter-elt","left: "+n.gutterLeft[v]+"px; width: "+n.gutterWidth[v]+"px"))}}}function Bs(e,t,i){t.alignable&&(t.alignable=null);for(var n=ge("CodeMirror-linewidget"),r=t.node.firstChild,s=void 0;r;r=s)s=r.nextSibling,n.test(r.className)&&t.node.removeChild(r);ta(e,t,i)}function Ns(e,t,i,n){var r=$o(e,t);return t.text=t.node=r.pre,r.bgClass&&(t.bgClass=r.bgClass),r.textClass&&(t.textClass=r.textClass),fo(e,t),ea(e,t,i,n),ta(e,t,n),t.node}function ta(e,t,i){if(na(e,t.line,t,i,!0),t.rest)for(var n=0;n<t.rest.length;n++)na(e,t.rest[n],t,i,!1)}function na(e,t,i,n,r){if(!t.widgets)return;for(var s=gr(i),l=0,d=t.widgets;l<d.length;++l){var p=d[l],v=A("div",[p.node],"CodeMirror-linewidget"+(p.className?" "+p.className:""));p.handleMouseEvents||v.setAttribute("cm-ignore-events","true"),_s(p,v,i,n),e.display.input.setUneditable(v),r&&p.above?s.insertBefore(v,i.gutter||i.text):s.appendChild(v),Vt(p,"redraw")}}function _s(e,t,i,n){if(e.noHScroll){(i.alignable||(i.alignable=[])).push(t);var r=n.wrapperWidth;t.style.left=n.fixedPos+"px",e.coverGutter||(r-=n.gutterTotalWidth,t.style.paddingLeft=n.gutterTotalWidth+"px"),t.style.width=r+"px"}e.coverGutter&&(t.style.zIndex=5,t.style.position="relative",e.noHScroll||(t.style.marginLeft=-n.gutterTotalWidth+"px"))}function mr(e){if(e.height!=null)return e.height;var t=e.doc.cm;if(!t)return 0;if(!b(document.body,e.node)){var i="position: relative;";e.coverGutter&&(i+="margin-left: -"+t.display.gutters.offsetWidth+"px;"),e.noHScroll&&(i+="width: "+t.display.wrapper.clientWidth+"px;"),$(t.display.measure,A("div",[e.node],null,i))}return e.height=e.node.parentNode.offsetHeight}function pi(e,t){for(var i=ae(t);i!=e.wrapper;i=i.parentNode)if(!i||i.nodeType==1&&i.getAttribute("cm-ignore-events")=="true"||i.parentNode==e.sizer&&i!=e.mover)return!0}function Fr(e){return e.lineSpace.offsetTop}function po(e){return e.mover.offsetHeight-e.lineSpace.offsetHeight}function ia(e){if(e.cachedPaddingH)return e.cachedPaddingH;var t=$(e.measure,A("pre","x","CodeMirror-line-like")),i=window.getComputedStyle?window.getComputedStyle(t):t.currentStyle,n={left:parseInt(i.paddingLeft),right:parseInt(i.paddingRight)};return!isNaN(n.left)&&!isNaN(n.right)&&(e.cachedPaddingH=n),n}function oi(e){return He-e.display.nativeBarWidth}function Ni(e){return e.display.scroller.clientWidth-oi(e)-e.display.barWidth}function go(e){return e.display.scroller.clientHeight-oi(e)-e.display.barHeight}function Us(e,t,i){var n=e.options.lineWrapping,r=n&&Ni(e);if(!t.measure.heights||n&&t.measure.width!=r){var s=t.measure.heights=[];if(n){t.measure.width=r;for(var l=t.text.firstChild.getClientRects(),d=0;d<l.length-1;d++){var p=l[d],v=l[d+1];Math.abs(p.bottom-v.bottom)>2&&s.push((p.bottom+v.top)/2-i.top)}}s.push(i.bottom-i.top)}}function ra(e,t,i){if(e.line==t)return{map:e.measure.map,cache:e.measure.cache};for(var n=0;n<e.rest.length;n++)if(e.rest[n]==t)return{map:e.measure.maps[n],cache:e.measure.caches[n]};for(var r=0;r<e.rest.length;r++)if(Dt(e.rest[r])>i)return{map:e.measure.maps[r],cache:e.measure.caches[r],before:!0}}function js(e,t){t=an(t);var i=Dt(t),n=e.display.externalMeasured=new It(e.doc,t,i);n.lineN=i;var r=n.built=Wr(e,n);return n.text=r.pre,$(e.display.lineMeasure,r.pre),n}function oa(e,t,i,n){return ai(e,Xi(e,t),i,n)}function mo(e,t){if(t>=e.display.viewFrom&&t<e.display.viewTo)return e.display.view[ji(e,t)];var i=e.display.externalMeasured;if(i&&t>=i.lineN&&t<i.lineN+i.size)return i}function Xi(e,t){var i=Dt(t),n=mo(e,i);n&&!n.text?n=null:n&&n.changes&&(pr(e,n,i,Eo(e)),e.curOp.forceUpdate=!0),n||(n=js(e,t));var r=ra(n,t,i);return{line:t,view:n,rect:null,map:r.map,cache:r.cache,before:r.before,hasHeights:!1}}function ai(e,t,i,n,r){t.before&&(i=-1);var s=i+(n||""),l;return t.cache.hasOwnProperty(s)?l=t.cache[s]:(t.rect||(t.rect=t.view.text.getBoundingClientRect()),t.hasHeights||(Us(e,t.view,t.rect),t.hasHeights=!0),l=Fs(e,t,i,n),l.bogus||(t.cache[s]=l)),{left:l.left,right:l.right,top:r?l.rtop:l.top,bottom:r?l.rbottom:l.bottom}}var aa={left:0,right:0,top:0,bottom:0};function sa(e,t,i){for(var n,r,s,l,d,p,v=0;v<e.length;v+=3)if(d=e[v],p=e[v+1],t<d?(r=0,s=1,l="left"):t<p?(r=t-d,s=r+1):(v==e.length-3||t==p&&e[v+3]>t)&&(s=p-d,r=s-1,t>=p&&(l="right")),r!=null){if(n=e[v+2],d==p&&i==(n.insertLeft?"left":"right")&&(l=i),i=="left"&&r==0)for(;v&&e[v-2]==e[v-3]&&e[v-1].insertLeft;)n=e[(v-=3)+2],l="left";if(i=="right"&&r==p-d)for(;v<e.length-3&&e[v+3]==e[v+4]&&!e[v+5].insertLeft;)n=e[(v+=3)+2],l="right";break}return{node:n,start:r,end:s,collapse:l,coverStart:d,coverEnd:p}}function Ws(e,t){var i=aa;if(t=="left")for(var n=0;n<e.length&&!((i=e[n]).left!=i.right);n++);else for(var r=e.length-1;r>=0&&!((i=e[r]).left!=i.right);r--);return i}function Fs(e,t,i,n){var r=sa(t.map,i,n),s=r.node,l=r.start,d=r.end,p=r.collapse,v;if(s.nodeType==3){for(var D=0;D<4;D++){for(;l&&_e(t.line.text.charAt(r.coverStart+l));)--l;for(;r.coverStart+d<r.coverEnd&&_e(t.line.text.charAt(r.coverStart+d));)++d;if(w&&k<9&&l==0&&d==r.coverEnd-r.coverStart?v=s.parentNode.getBoundingClientRect():v=Ws(J(s,l,d).getClientRects(),n),v.left||v.right||l==0)break;d=l,l=l-1,p="right"}w&&k<11&&(v=zs(e.display.measure,v))}else{l>0&&(p=n="right");var N;e.options.lineWrapping&&(N=s.getClientRects()).length>1?v=N[n=="right"?N.length-1:0]:v=s.getBoundingClientRect()}if(w&&k<9&&!l&&(!v||!v.left&&!v.right)){var oe=s.parentNode.getClientRects()[0];oe?v={left:oe.left,right:oe.left+qi(e.display),top:oe.top,bottom:oe.bottom}:v=aa}for(var te=v.top-t.rect.top,Ee=v.bottom-t.rect.top,De=(te+Ee)/2,Fe=t.view.measure.heights,Ke=0;Ke<Fe.length-1&&!(De<Fe[Ke]);Ke++);var et=Ke?Fe[Ke-1]:0,Je=Fe[Ke],at={left:(p=="right"?v.right:v.left)-t.rect.left,right:(p=="left"?v.left:v.right)-t.rect.left,top:et,bottom:Je};return!v.left&&!v.right&&(at.bogus=!0),e.options.singleCursorHeightPerLine||(at.rtop=te,at.rbottom=Ee),at}function zs(e,t){if(!window.screen||screen.logicalXDPI==null||screen.logicalXDPI==screen.deviceXDPI||!Qt(e))return t;var i=screen.logicalXDPI/screen.deviceXDPI,n=screen.logicalYDPI/screen.deviceYDPI;return{left:t.left*i,right:t.right*i,top:t.top*n,bottom:t.bottom*n}}function la(e){if(e.measure&&(e.measure.cache={},e.measure.heights=null,e.rest))for(var t=0;t<e.rest.length;t++)e.measure.caches[t]={}}function ua(e){e.display.externalMeasure=null,le(e.display.lineMeasure);for(var t=0;t<e.display.view.length;t++)la(e.display.view[t])}function vr(e){ua(e),e.display.cachedCharWidth=e.display.cachedTextHeight=e.display.cachedPaddingH=null,e.options.lineWrapping||(e.display.maxLineChanged=!0),e.display.lineNumChars=null}function ha(){return M&&z?-(document.body.getBoundingClientRect().left-parseInt(getComputedStyle(document.body).marginLeft)):window.pageXOffset||(document.documentElement||document.body).scrollLeft}function ca(){return M&&z?-(document.body.getBoundingClientRect().top-parseInt(getComputedStyle(document.body).marginTop)):window.pageYOffset||(document.documentElement||document.body).scrollTop}function vo(e){var t=0;if(e.widgets)for(var i=0;i<e.widgets.length;++i)e.widgets[i].above&&(t+=mr(e.widgets[i]));return t}function zr(e,t,i,n,r){if(!r){var s=vo(t);i.top+=s,i.bottom+=s}if(n=="line")return i;n||(n="local");var l=Nn(t);if(n=="local"?l+=Fr(e.display):l-=e.display.viewOffset,n=="page"||n=="window"){var d=e.display.lineSpace.getBoundingClientRect();l+=d.top+(n=="window"?0:ca());var p=d.left+(n=="window"?0:ha());i.left+=p,i.right+=p}return i.top+=l,i.bottom+=l,i}function da(e,t,i){if(i=="div")return t;var n=t.left,r=t.top;if(i=="page")n-=ha(),r-=ca();else if(i=="local"||!i){var s=e.display.sizer.getBoundingClientRect();n+=s.left,r+=s.top}var l=e.display.lineSpace.getBoundingClientRect();return{left:n-l.left,top:r-l.top}}function yo(e,t,i,n,r){return n||(n=ct(e.doc,t.line)),zr(e,n,oa(e,n,t.ch,r),i)}function qn(e,t,i,n,r,s){n=n||ct(e.doc,t.line),r||(r=Xi(e,n));function l(Ee,De){var Fe=ai(e,r,Ee,De?"right":"left",s);return De?Fe.left=Fe.right:Fe.right=Fe.left,zr(e,n,Fe,i)}var d=ot(n,e.doc.direction),p=t.ch,v=t.sticky;if(p>=n.text.length?(p=n.text.length,v="before"):p<=0&&(p=0,v="after"),!d)return l(v=="before"?p-1:p,v=="before");function D(Ee,De,Fe){var Ke=d[De],et=Ke.level==1;return l(Fe?Ee-1:Ee,et!=Fe)}var N=nt(d,p,v),oe=rt,te=D(p,N,v=="before");return oe!=null&&(te.other=D(p,oe,v!="before")),te}function fa(e,t){var i=0;t=o(e.doc,t),e.options.lineWrapping||(i=qi(e.display)*t.ch);var n=ct(e.doc,t.line),r=Nn(n)+Fr(e.display);return{left:i,right:i,top:r,bottom:r+n.height}}function bo(e,t,i,n,r){var s=Be(e,t,i);return s.xRel=r,n&&(s.outside=n),s}function Co(e,t,i){var n=e.doc;if(i+=e.display.viewOffset,i<0)return bo(n.first,0,null,-1,-1);var r=Kn(n,i),s=n.first+n.size-1;if(r>s)return bo(n.first+n.size-1,ct(n,s).text.length,null,1,1);t<0&&(t=0);for(var l=ct(n,r);;){var d=Hs(e,l,r,t,i),p=bi(l,d.ch+(d.xRel>0||d.outside>0?1:0));if(!p)return d;var v=p.find(1);if(v.line==r)return v;l=ct(n,r=v.line)}}function pa(e,t,i,n){n-=vo(t);var r=t.text.length,s=mt(function(l){return ai(e,i,l-1).bottom<=n},r,0);return r=mt(function(l){return ai(e,i,l).top>n},s,r),{begin:s,end:r}}function ga(e,t,i,n){i||(i=Xi(e,t));var r=zr(e,t,ai(e,i,n),"line").top;return pa(e,t,i,r)}function xo(e,t,i,n){return e.bottom<=i?!1:e.top>i?!0:(n?e.left:e.right)>t}function Hs(e,t,i,n,r){r-=Nn(t);var s=Xi(e,t),l=vo(t),d=0,p=t.text.length,v=!0,D=ot(t,e.doc.direction);if(D){var N=(e.options.lineWrapping?Qs:Gs)(e,t,i,s,D,n,r);v=N.level!=1,d=v?N.from:N.to-1,p=v?N.to:N.from-1}var oe=null,te=null,Ee=mt(function(Ct){var vt=ai(e,s,Ct);return vt.top+=l,vt.bottom+=l,xo(vt,n,r,!1)?(vt.top<=r&&vt.left<=n&&(oe=Ct,te=vt),!0):!1},d,p),De,Fe,Ke=!1;if(te){var et=n-te.left<te.right-n,Je=et==v;Ee=oe+(Je?0:1),Fe=Je?"after":"before",De=et?te.left:te.right}else{!v&&(Ee==p||Ee==d)&&Ee++,Fe=Ee==0?"after":Ee==t.text.length?"before":ai(e,s,Ee-(v?1:0)).bottom+l<=r==v?"after":"before";var at=qn(e,Be(i,Ee,Fe),"line",t,s);De=at.left,Ke=r<at.top?-1:r>=at.bottom?1:0}return Ee=ze(t.text,Ee,1),bo(i,Ee,Fe,Ke,n-De)}function Gs(e,t,i,n,r,s,l){var d=mt(function(N){var oe=r[N],te=oe.level!=1;return xo(qn(e,Be(i,te?oe.to:oe.from,te?"before":"after"),"line",t,n),s,l,!0)},0,r.length-1),p=r[d];if(d>0){var v=p.level!=1,D=qn(e,Be(i,v?p.from:p.to,v?"after":"before"),"line",t,n);xo(D,s,l,!0)&&D.top>l&&(p=r[d-1])}return p}function Qs(e,t,i,n,r,s,l){var d=pa(e,t,n,l),p=d.begin,v=d.end;/\s/.test(t.text.charAt(v-1))&&v--;for(var D=null,N=null,oe=0;oe<r.length;oe++){var te=r[oe];if(te.from>=v||te.to<=p)continue;var Ee=te.level!=1,De=ai(e,n,Ee?Math.min(v,te.to)-1:Math.max(p,te.from)).right,Fe=De<s?s-De+1e9:De-s;(!D||N>Fe)&&(D=te,N=Fe)}return D||(D=r[r.length-1]),D.from<p&&(D={from:p,to:D.to,level:D.level}),D.to>v&&(D={from:D.from,to:v,level:D.level}),D}var _i;function Zi(e){if(e.cachedTextHeight!=null)return e.cachedTextHeight;if(_i==null){_i=A("pre",null,"CodeMirror-line-like");for(var t=0;t<49;++t)_i.appendChild(document.createTextNode("x")),_i.appendChild(A("br"));_i.appendChild(document.createTextNode("x"))}$(e.measure,_i);var i=_i.offsetHeight/50;return i>3&&(e.cachedTextHeight=i),le(e.measure),i||1}function qi(e){if(e.cachedCharWidth!=null)return e.cachedCharWidth;var t=A("span","xxxxxxxxxx"),i=A("pre",[t],"CodeMirror-line-like");$(e.measure,i);var n=t.getBoundingClientRect(),r=(n.right-n.left)/10;return r>2&&(e.cachedCharWidth=r),r||10}function Eo(e){for(var t=e.display,i={},n={},r=t.gutters.clientLeft,s=t.gutters.firstChild,l=0;s;s=s.nextSibling,++l){var d=e.display.gutterSpecs[l].className;i[d]=s.offsetLeft+s.clientLeft+r,n[d]=s.clientWidth}return{fixedPos:Ao(t),gutterTotalWidth:t.gutters.offsetWidth,gutterLeft:i,gutterWidth:n,wrapperWidth:t.wrapper.clientWidth}}function Ao(e){return e.scroller.getBoundingClientRect().left-e.sizer.getBoundingClientRect().left}function ma(e){var t=Zi(e.display),i=e.options.lineWrapping,n=i&&Math.max(5,e.display.scroller.clientWidth/qi(e.display)-3);return function(r){if(Zn(e.doc,r))return 0;var s=0;if(r.widgets)for(var l=0;l<r.widgets.length;l++)r.widgets[l].height&&(s+=r.widgets[l].height);return i?s+(Math.ceil(r.text.length/n)||1)*t:s+t}}function wo(e){var t=e.doc,i=ma(e);t.iter(function(n){var r=i(n);r!=n.height&&kn(n,r)})}function Ui(e,t,i,n){var r=e.display;if(!i&&ae(t).getAttribute("cm-not-content")=="true")return null;var s,l,d=r.lineSpace.getBoundingClientRect();try{s=t.clientX-d.left,l=t.clientY-d.top}catch(N){return null}var p=Co(e,s,l),v;if(n&&p.xRel>0&&(v=ct(e.doc,p.line).text).length==p.ch){var D=Y(v,v.length,e.options.tabSize)-v.length;p=Be(p.line,Math.max(0,Math.round((s-ia(e.display).left)/qi(e.display))-D))}return p}function ji(e,t){if(t>=e.display.viewTo)return null;if(t-=e.display.viewFrom,t<0)return null;for(var i=e.display.view,n=0;n<i.length;n++)if(t-=i[n].size,t<0)return n}function Rn(e,t,i,n){t==null&&(t=e.doc.first),i==null&&(i=e.doc.first+e.doc.size),n||(n=0);var r=e.display;if(n&&i<r.viewTo&&(r.updateLineNumbers==null||r.updateLineNumbers>t)&&(r.updateLineNumbers=t),e.curOp.viewChanged=!0,t>=r.viewTo)Mn&&xi(e.doc,t)<r.viewTo&&wi(e);else if(i<=r.viewFrom)Mn&&jr(e.doc,i+n)>r.viewFrom?wi(e):(r.viewFrom+=n,r.viewTo+=n);else if(t<=r.viewFrom&&i>=r.viewTo)wi(e);else if(t<=r.viewFrom){var s=Hr(e,i,i+n,1);s?(r.view=r.view.slice(s.index),r.viewFrom=s.lineN,r.viewTo+=n):wi(e)}else if(i>=r.viewTo){var l=Hr(e,t,t,-1);l?(r.view=r.view.slice(0,l.index),r.viewTo=l.lineN):wi(e)}else{var d=Hr(e,t,t,-1),p=Hr(e,i,i+n,1);d&&p?(r.view=r.view.slice(0,d.index).concat(Xt(e,d.lineN,p.lineN)).concat(r.view.slice(p.index)),r.viewTo+=n):wi(e)}var v=r.externalMeasured;v&&(i<v.lineN?v.lineN+=n:t<v.lineN+v.size&&(r.externalMeasured=null))}function Ai(e,t,i){e.curOp.viewChanged=!0;var n=e.display,r=e.display.externalMeasured;if(r&&t>=r.lineN&&t<r.lineN+r.size&&(n.externalMeasured=null),t<n.viewFrom||t>=n.viewTo)return;var s=n.view[ji(e,t)];if(s.node==null)return;var l=s.changes||(s.changes=[]);de(l,i)==-1&&l.push(i)}function wi(e){e.display.viewFrom=e.display.viewTo=e.doc.first,e.display.view=[],e.display.viewOffset=0}function Hr(e,t,i,n){var r=ji(e,t),s,l=e.display.view;if(!Mn||i==e.doc.first+e.doc.size)return{index:r,lineN:i};for(var d=e.display.viewFrom,p=0;p<r;p++)d+=l[p].size;if(d!=t){if(n>0){if(r==l.length-1)return null;s=d+l[r].size-t,r++}else s=d-t;t+=s,i+=s}for(;xi(e.doc,i)!=i;){if(r==(n<0?0:l.length-1))return null;i+=n*l[r-(n<0?1:0)].size,r+=n}return{index:r,lineN:i}}function Vs(e,t,i){var n=e.display,r=n.view;r.length==0||t>=n.viewTo||i<=n.viewFrom?(n.view=Xt(e,t,i),n.viewFrom=t):(n.viewFrom>t?n.view=Xt(e,t,n.viewFrom).concat(n.view):n.viewFrom<t&&(n.view=n.view.slice(ji(e,t))),n.viewFrom=t,n.viewTo<i?n.view=n.view.concat(Xt(e,n.viewTo,i)):n.viewTo>i&&(n.view=n.view.slice(0,ji(e,i)))),n.viewTo=i}function va(e){for(var t=e.display.view,i=0,n=0;n<t.length;n++){var r=t[n];!r.hidden&&(!r.node||r.changes)&&++i}return i}function yr(e){e.display.input.showSelection(e.display.input.prepareSelection())}function ya(e,t){t===void 0&&(t=!0);for(var i=e.doc,n={},r=n.cursors=document.createDocumentFragment(),s=n.selection=document.createDocumentFragment(),l=0;l<i.sel.ranges.length;l++){if(!t&&l==i.sel.primIndex)continue;var d=i.sel.ranges[l];if(d.from().line>=e.display.viewTo||d.to().line<e.display.viewFrom)continue;var p=d.empty();(p||e.options.showCursorWhenSelecting)&&ba(e,d.head,r),p||Ks(e,d,s)}return n}function ba(e,t,i){var n=qn(e,t,"div",null,null,!e.options.singleCursorHeightPerLine),r=i.appendChild(A("div","\xA0","CodeMirror-cursor"));if(r.style.left=n.left+"px",r.style.top=n.top+"px",r.style.height=Math.max(0,n.bottom-n.top)*e.options.cursorHeight+"px",n.other){var s=i.appendChild(A("div","\xA0","CodeMirror-cursor CodeMirror-secondarycursor"));s.style.display="",s.style.left=n.other.left+"px",s.style.top=n.other.top+"px",s.style.height=(n.other.bottom-n.other.top)*.85+"px"}}function Gr(e,t){return e.top-t.top||e.left-t.left}function Ks(e,t,i){var n=e.display,r=e.doc,s=document.createDocumentFragment(),l=ia(e.display),d=l.left,p=Math.max(n.sizerWidth,Ni(e)-n.sizer.offsetLeft)-l.right,v=r.direction=="ltr";function D(Je,at,Ct,vt){at<0&&(at=0),at=Math.round(at),vt=Math.round(vt),s.appendChild(A("div",null,"CodeMirror-selected","position: absolute; left: "+Je+`px;
top: `+at+"px; width: "+(Ct==null?p-Je:Ct)+`px;
height: `+(vt-at)+"px"))}function N(Je,at,Ct){var vt=ct(r,Je),Mt=vt.text.length,Jt,dn;function Zt(tn,In){return yo(e,Be(Je,tn),"div",vt,In)}function Un(tn,In,yn){var sn=ga(e,vt,null,tn),nn=In=="ltr"==(yn=="after")?"left":"right",qt=yn=="after"?sn.begin:sn.end-(/\s/.test(vt.text.charAt(sn.end-1))?2:1);return Zt(qt,nn)[nn]}var Dn=ot(vt,r.direction);return ut(Dn,at||0,Ct==null?Mt:Ct,function(tn,In,yn,sn){var nn=yn=="ltr",qt=Zt(tn,nn?"left":"right"),On=Zt(In-1,nn?"right":"left"),cr=at==null&&tn==0,Li=Ct==null&&In==Mt,En=sn==0,si=!Dn||sn==Dn.length-1;if(On.top-qt.top<=3){var fn=(v?cr:Li)&&En,Yo=(v?Li:cr)&&si,mi=fn?d:(nn?qt:On).left,Gi=Yo?p:(nn?On:qt).right;D(mi,qt.top,Gi-mi,qt.bottom)}else{var Qi,wn,dr,Xo;nn?(Qi=v&&cr&&En?d:qt.left,wn=v?p:Un(tn,yn,"before"),dr=v?d:Un(In,yn,"after"),Xo=v&&Li&&si?p:On.right):(Qi=v?Un(tn,yn,"before"):d,wn=!v&&cr&&En?p:qt.right,dr=!v&&Li&&si?d:On.left,Xo=v?Un(In,yn,"after"):p),D(Qi,qt.top,wn-Qi,qt.bottom),qt.bottom<On.top&&D(d,qt.bottom,null,On.top),D(dr,On.top,Xo-dr,On.bottom)}(!Jt||Gr(qt,Jt)<0)&&(Jt=qt),Gr(On,Jt)<0&&(Jt=On),(!dn||Gr(qt,dn)<0)&&(dn=qt),Gr(On,dn)<0&&(dn=On)}),{start:Jt,end:dn}}var oe=t.from(),te=t.to();if(oe.line==te.line)N(oe.line,oe.ch,te.ch);else{var Ee=ct(r,oe.line),De=ct(r,te.line),Fe=an(Ee)==an(De),Ke=N(oe.line,oe.ch,Fe?Ee.text.length+1:null).end,et=N(te.line,Fe?0:null,te.ch).start;Fe&&(Ke.top<et.top-2?(D(Ke.right,Ke.top,null,Ke.bottom),D(d,et.top,et.left,et.bottom)):D(Ke.right,Ke.top,et.left-Ke.right,Ke.bottom)),Ke.bottom<et.top&&D(d,Ke.bottom,null,et.top)}i.appendChild(s)}function So(e){if(!e.state.focused)return;var t=e.display;clearInterval(t.blinker);var i=!0;t.cursorDiv.style.visibility="",e.options.cursorBlinkRate>0?t.blinker=setInterval(function(){e.hasFocus()||$i(e),t.cursorDiv.style.visibility=(i=!i)?"":"hidden"},e.options.cursorBlinkRate):e.options.cursorBlinkRate<0&&(t.cursorDiv.style.visibility="hidden")}function Ca(e){e.state.focused||(e.display.input.focus(),ko(e))}function xa(e){e.state.delayingBlurEvent=!0,setTimeout(function(){e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1,$i(e))},100)}function ko(e,t){if(e.state.delayingBlurEvent&&(e.state.delayingBlurEvent=!1),e.options.readOnly=="nocursor")return;e.state.focused||(Ce(e,"focus",e,t),e.state.focused=!0,G(e.display.wrapper,"CodeMirror-focused"),!e.curOp&&e.display.selForContextMenu!=e.doc.sel&&(e.display.input.reset(),T&&setTimeout(function(){return e.display.input.reset(!0)},20)),e.display.input.receivedFocus()),So(e)}function $i(e,t){if(e.state.delayingBlurEvent)return;e.state.focused&&(Ce(e,"blur",e,t),e.state.focused=!1,be(e.display.wrapper,"CodeMirror-focused")),clearInterval(e.display.blinker),setTimeout(function(){e.state.focused||(e.display.shift=!1)},150)}function Qr(e){for(var t=e.display,i=t.lineDiv.offsetTop,n=0;n<t.view.length;n++){var r=t.view[n],s=e.options.lineWrapping,l=void 0,d=0;if(r.hidden)continue;if(w&&k<8){var p=r.node.offsetTop+r.node.offsetHeight;l=p-i,i=p}else{var v=r.node.getBoundingClientRect();l=v.bottom-v.top,!s&&r.text.firstChild&&(d=r.text.firstChild.getBoundingClientRect().right-v.left-1)}var D=r.line.height-l;if((D>.005||D<-.005)&&(kn(r.line,l),Ea(r.line),r.rest))for(var N=0;N<r.rest.length;N++)Ea(r.rest[N]);if(d>e.display.sizerWidth){var oe=Math.ceil(d/qi(e.display));oe>e.display.maxLineLength&&(e.display.maxLineLength=oe,e.display.maxLine=r.line,e.display.maxLineChanged=!0)}}}function Ea(e){if(e.widgets)for(var t=0;t<e.widgets.length;++t){var i=e.widgets[t],n=i.node.parentNode;n&&(i.height=n.offsetHeight)}}function Vr(e,t,i){var n=i&&i.top!=null?Math.max(0,i.top):e.scroller.scrollTop;n=Math.floor(n-Fr(e));var r=i&&i.bottom!=null?i.bottom:n+e.wrapper.clientHeight,s=Kn(t,n),l=Kn(t,r);if(i&&i.ensure){var d=i.ensure.from.line,p=i.ensure.to.line;d<s?(s=d,l=Kn(t,Nn(ct(t,d))+e.wrapper.clientHeight)):Math.min(p,t.lastLine())>=l&&(s=Kn(t,Nn(ct(t,p))-e.wrapper.clientHeight),l=p)}return{from:s,to:Math.max(l,s+1)}}function Js(e,t){if(Oe(e,"scrollCursorIntoView"))return;var i=e.display,n=i.sizer.getBoundingClientRect(),r=null;if(t.top+n.top<0?r=!0:t.bottom+n.top>(window.innerHeight||document.documentElement.clientHeight)&&(r=!1),r!=null&&!O){var s=A("div","\u200B",null,`position: absolute;
top: `+(t.top-i.viewOffset-Fr(e.display))+`px;
height: `+(t.bottom-t.top+oi(e)+i.barHeight)+`px;
left: `+t.left+"px; width: "+Math.max(2,t.right-t.left)+"px;");e.display.lineSpace.appendChild(s),s.scrollIntoView(r),e.display.lineSpace.removeChild(s)}}function Ys(e,t,i,n){n==null&&(n=0);var r;!e.options.lineWrapping&&t==i&&(t=t.ch?Be(t.line,t.sticky=="before"?t.ch-1:t.ch,"after"):t,i=t.sticky=="before"?Be(t.line,t.ch+1,"before"):t);for(var s=0;s<5;s++){var l=!1,d=qn(e,t),p=!i||i==t?d:qn(e,i);r={left:Math.min(d.left,p.left),top:Math.min(d.top,p.top)-n,right:Math.max(d.left,p.left),bottom:Math.max(d.bottom,p.bottom)+n};var v=Mo(e,r),D=e.doc.scrollTop,N=e.doc.scrollLeft;if(v.scrollTop!=null&&(Cr(e,v.scrollTop),Math.abs(e.doc.scrollTop-D)>1&&(l=!0)),v.scrollLeft!=null&&(Wi(e,v.scrollLeft),Math.abs(e.doc.scrollLeft-N)>1&&(l=!0)),!l)break}return r}function Xs(e,t){var i=Mo(e,t);i.scrollTop!=null&&Cr(e,i.scrollTop),i.scrollLeft!=null&&Wi(e,i.scrollLeft)}function Mo(e,t){var i=e.display,n=Zi(e.display);t.top<0&&(t.top=0);var r=e.curOp&&e.curOp.scrollTop!=null?e.curOp.scrollTop:i.scroller.scrollTop,s=go(e),l={};t.bottom-t.top>s&&(t.bottom=t.top+s);var d=e.doc.height+po(i),p=t.top<n,v=t.bottom>d-n;if(t.top<r)l.scrollTop=p?0:t.top;else if(t.bottom>r+s){var D=Math.min(t.top,(v?d:t.bottom)-s);D!=r&&(l.scrollTop=D)}var N=e.options.fixedGutter?0:i.gutters.offsetWidth,oe=e.curOp&&e.curOp.scrollLeft!=null?e.curOp.scrollLeft:i.scroller.scrollLeft-N,te=Ni(e)-i.gutters.offsetWidth,Ee=t.right-t.left>te;return Ee&&(t.right=t.left+te),t.left<10?l.scrollLeft=0:t.left<oe?l.scrollLeft=Math.max(0,t.left+N-(Ee?0:10)):t.right>te+oe-3&&(l.scrollLeft=t.right+(Ee?0:10)-te),l}function To(e,t){if(t==null)return;Kr(e),e.curOp.scrollTop=(e.curOp.scrollTop==null?e.doc.scrollTop:e.curOp.scrollTop)+t}function er(e){Kr(e);var t=e.getCursor();e.curOp.scrollToPos={from:t,to:t,margin:e.options.cursorScrollMargin}}function br(e,t,i){(t!=null||i!=null)&&Kr(e),t!=null&&(e.curOp.scrollLeft=t),i!=null&&(e.curOp.scrollTop=i)}function Zs(e,t){Kr(e),e.curOp.scrollToPos=t}function Kr(e){var t=e.curOp.scrollToPos;if(t){e.curOp.scrollToPos=null;var i=fa(e,t.from),n=fa(e,t.to);Aa(e,i,n,t.margin)}}function Aa(e,t,i,n){var r=Mo(e,{left:Math.min(t.left,i.left),top:Math.min(t.top,i.top)-n,right:Math.max(t.right,i.right),bottom:Math.max(t.bottom,i.bottom)+n});br(e,r.scrollLeft,r.scrollTop)}function Cr(e,t){if(Math.abs(e.doc.scrollTop-t)<2)return;X||Lo(e,{top:t}),wa(e,t,!0),X&&Lo(e),Ar(e,100)}function wa(e,t,i){if(t=Math.max(0,Math.min(e.display.scroller.scrollHeight-e.display.scroller.clientHeight,t)),e.display.scroller.scrollTop==t&&!i)return;e.doc.scrollTop=t,e.display.scrollbars.setScrollTop(t),e.display.scroller.scrollTop!=t&&(e.display.scroller.scrollTop=t)}function Wi(e,t,i,n){if(t=Math.max(0,Math.min(t,e.display.scroller.scrollWidth-e.display.scroller.clientWidth)),(i?t==e.doc.scrollLeft:Math.abs(e.doc.scrollLeft-t)<2)&&!n)return;e.doc.scrollLeft=t,Ra(e),e.display.scroller.scrollLeft!=t&&(e.display.scroller.scrollLeft=t),e.display.scrollbars.setScrollLeft(t)}function xr(e){var t=e.display,i=t.gutters.offsetWidth,n=Math.round(e.doc.height+po(e.display));return{clientHeight:t.scroller.clientHeight,viewHeight:t.wrapper.clientHeight,scrollWidth:t.scroller.scrollWidth,clientWidth:t.scroller.clientWidth,viewWidth:t.wrapper.clientWidth,barLeft:e.options.fixedGutter?i:0,docHeight:n,scrollHeight:n+oi(e)+t.barHeight,nativeBarWidth:t.nativeBarWidth,gutterWidth:i}}var Fi=function(e,t,i){this.cm=i;var n=this.vert=A("div",[A("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),r=this.horiz=A("div",[A("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");n.tabIndex=r.tabIndex=-1,e(n),e(r),pe(n,"scroll",function(){n.clientHeight&&t(n.scrollTop,"vertical")}),pe(r,"scroll",function(){r.clientWidth&&t(r.scrollLeft,"horizontal")}),this.checkedZeroWidth=!1,w&&k<8&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")};Fi.prototype.update=function(e){var t=e.scrollWidth>e.clientWidth+1,i=e.scrollHeight>e.clientHeight+1,n=e.nativeBarWidth;if(i){this.vert.style.display="block",this.vert.style.bottom=t?n+"px":"0";var r=e.viewHeight-(t?n:0);this.vert.firstChild.style.height=Math.max(0,e.scrollHeight-e.clientHeight+r)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(t){this.horiz.style.display="block",this.horiz.style.right=i?n+"px":"0",this.horiz.style.left=e.barLeft+"px";var s=e.viewWidth-e.barLeft-(i?n:0);this.horiz.firstChild.style.width=Math.max(0,e.scrollWidth-e.clientWidth+s)+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedZeroWidth&&e.clientHeight>0&&(n==0&&this.zeroWidthHack(),this.checkedZeroWidth=!0),{right:i?n:0,bottom:t?n:0}},Fi.prototype.setScrollLeft=function(e){this.horiz.scrollLeft!=e&&(this.horiz.scrollLeft=e),this.disableHoriz&&this.enableZeroWidthBar(this.horiz,this.disableHoriz,"horiz")},Fi.prototype.setScrollTop=function(e){this.vert.scrollTop!=e&&(this.vert.scrollTop=e),this.disableVert&&this.enableZeroWidthBar(this.vert,this.disableVert,"vert")},Fi.prototype.zeroWidthHack=function(){var e=ie&&!F?"12px":"18px";this.horiz.style.height=this.vert.style.width=e,this.horiz.style.pointerEvents=this.vert.style.pointerEvents="none",this.disableHoriz=new Se,this.disableVert=new Se},Fi.prototype.enableZeroWidthBar=function(e,t,i){e.style.pointerEvents="auto";function n(){var r=e.getBoundingClientRect(),s=i=="vert"?document.elementFromPoint(r.right-1,(r.top+r.bottom)/2):document.elementFromPoint((r.right+r.left)/2,r.bottom-1);s!=e?e.style.pointerEvents="none":t.set(1e3,n)}t.set(1e3,n)},Fi.prototype.clear=function(){var e=this.horiz.parentNode;e.removeChild(this.horiz),e.removeChild(this.vert)};var Er=function(){};Er.prototype.update=function(){return{bottom:0,right:0}},Er.prototype.setScrollLeft=function(){},Er.prototype.setScrollTop=function(){},Er.prototype.clear=function(){};function tr(e,t){t||(t=xr(e));var i=e.display.barWidth,n=e.display.barHeight;Sa(e,t);for(var r=0;r<4&&i!=e.display.barWidth||n!=e.display.barHeight;r++)i!=e.display.barWidth&&e.options.lineWrapping&&Qr(e),Sa(e,xr(e)),i=e.display.barWidth,n=e.display.barHeight}function Sa(e,t){var i=e.display,n=i.scrollbars.update(t);i.sizer.style.paddingRight=(i.barWidth=n.right)+"px",i.sizer.style.paddingBottom=(i.barHeight=n.bottom)+"px",i.heightForcer.style.borderBottom=n.bottom+"px solid transparent",n.right&&n.bottom?(i.scrollbarFiller.style.display="block",i.scrollbarFiller.style.height=n.bottom+"px",i.scrollbarFiller.style.width=n.right+"px"):i.scrollbarFiller.style.display="",n.bottom&&e.options.coverGutterNextToScrollbar&&e.options.fixedGutter?(i.gutterFiller.style.display="block",i.gutterFiller.style.height=n.bottom+"px",i.gutterFiller.style.width=t.gutterWidth+"px"):i.gutterFiller.style.display=""}var ka={native:Fi,null:Er};function Ma(e){e.display.scrollbars&&(e.display.scrollbars.clear(),e.display.scrollbars.addClass&&be(e.display.wrapper,e.display.scrollbars.addClass)),e.display.scrollbars=new ka[e.options.scrollbarStyle](function(t){e.display.wrapper.insertBefore(t,e.display.scrollbarFiller),pe(t,"mousedown",function(){e.state.focused&&setTimeout(function(){return e.display.input.focus()},0)}),t.setAttribute("cm-not-content","true")},function(t,i){i=="horizontal"?Wi(e,t):Cr(e,t)},e),e.display.scrollbars.addClass&&G(e.display.wrapper,e.display.scrollbars.addClass)}var qs=0;function zi(e){e.curOp={cm:e,viewChanged:!1,startHeight:e.doc.height,forceUpdate:!1,updateInput:0,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,focus:!1,id:++qs},Lt(e.curOp)}function Hi(e){var t=e.curOp;t&&Ht(t,function(i){for(var n=0;n<i.ops.length;n++)i.ops[n].cm.curOp=null;$s(i)})}function $s(e){for(var t=e.ops,i=0;i<t.length;i++)el(t[i]);for(var n=0;n<t.length;n++)tl(t[n]);for(var r=0;r<t.length;r++)nl(t[r]);for(var s=0;s<t.length;s++)il(t[s]);for(var l=0;l<t.length;l++)rl(t[l])}function el(e){var t=e.cm,i=t.display;al(t),e.updateMaxLine&&fi(t),e.mustUpdate=e.viewChanged||e.forceUpdate||e.scrollTop!=null||e.scrollToPos&&(e.scrollToPos.from.line<i.viewFrom||e.scrollToPos.to.line>=i.viewTo)||i.maxLineChanged&&t.options.lineWrapping,e.update=e.mustUpdate&&new Jr(t,e.mustUpdate&&{top:e.scrollTop,ensure:e.scrollToPos},e.forceUpdate)}function tl(e){e.updatedDisplay=e.mustUpdate&&Ro(e.cm,e.update)}function nl(e){var t=e.cm,i=t.display;e.updatedDisplay&&Qr(t),e.barMeasure=xr(t),i.maxLineChanged&&!t.options.lineWrapping&&(e.adjustWidthTo=oa(t,i.maxLine,i.maxLine.text.length).left+3,t.display.sizerWidth=e.adjustWidthTo,e.barMeasure.scrollWidth=Math.max(i.scroller.clientWidth,i.sizer.offsetLeft+e.adjustWidthTo+oi(t)+t.display.barWidth),e.maxScrollLeft=Math.max(0,i.sizer.offsetLeft+e.adjustWidthTo-Ni(t))),(e.updatedDisplay||e.selectionChanged)&&(e.preparedSelection=i.input.prepareSelection())}function il(e){var t=e.cm;e.adjustWidthTo!=null&&(t.display.sizer.style.minWidth=e.adjustWidthTo+"px",e.maxScrollLeft<t.doc.scrollLeft&&Wi(t,Math.min(t.display.scroller.scrollLeft,e.maxScrollLeft),!0),t.display.maxLineChanged=!1);var i=e.focus&&e.focus==R();e.preparedSelection&&t.display.input.showSelection(e.preparedSelection,i),(e.updatedDisplay||e.startHeight!=t.doc.height)&&tr(t,e.barMeasure),e.updatedDisplay&&Io(t,e.barMeasure),e.selectionChanged&&So(t),t.state.focused&&e.updateInput&&t.display.input.reset(e.typing),i&&Ca(e.cm)}function rl(e){var t=e.cm,i=t.display,n=t.doc;if(e.updatedDisplay&&Ta(t,e.update),i.wheelStartX!=null&&(e.scrollTop!=null||e.scrollLeft!=null||e.scrollToPos)&&(i.wheelStartX=i.wheelStartY=null),e.scrollTop!=null&&wa(t,e.scrollTop,e.forceScroll),e.scrollLeft!=null&&Wi(t,e.scrollLeft,!0,!0),e.scrollToPos){var r=Ys(t,o(n,e.scrollToPos.from),o(n,e.scrollToPos.to),e.scrollToPos.margin);Js(t,r)}var s=e.maybeHiddenMarkers,l=e.maybeUnhiddenMarkers;if(s)for(var d=0;d<s.length;++d)s[d].lines.length||Ce(s[d],"hide");if(l)for(var p=0;p<l.length;++p)l[p].lines.length&&Ce(l[p],"unhide");i.wrapper.offsetHeight&&(n.scrollTop=t.display.scroller.scrollTop),e.changeObjs&&Ce(t,"changes",t,e.changeObjs),e.update&&e.update.finish()}function _n(e,t){if(e.curOp)return t();zi(e);try{return t()}finally{Hi(e)}}function hn(e,t){return function(){if(e.curOp)return t.apply(e,arguments);zi(e);try{return t.apply(e,arguments)}finally{Hi(e)}}}function An(e){return function(){if(this.curOp)return e.apply(this,arguments);zi(this);try{return e.apply(this,arguments)}finally{Hi(this)}}}function cn(e){return function(){var t=this.cm;if(!t||t.curOp)return e.apply(this,arguments);zi(t);try{return e.apply(this,arguments)}finally{Hi(t)}}}function Ar(e,t){e.doc.highlightFrontier<e.display.viewTo&&e.state.highlight.set(t,x(ol,e))}function ol(e){var t=e.doc;if(t.highlightFrontier>=e.display.viewTo)return;var i=+new Date+e.options.workTime,n=se(e,t.highlightFrontier),r=[];t.iter(n.line,Math.min(t.first+t.size,e.display.viewTo+500),function(s){if(n.line>=e.display.viewFrom){var l=s.styles,d=s.text.length>e.options.maxHighlightLength?Sn(t.mode,n.state):null,p=_(e,s,n,!0);d&&(n.state=d),s.styles=p.styles;var v=s.styleClasses,D=p.classes;D?s.styleClasses=D:v&&(s.styleClasses=null);for(var N=!l||l.length!=s.styles.length||v!=D&&(!v||!D||v.bgClass!=D.bgClass||v.textClass!=D.textClass),oe=0;!N&&oe<l.length;++oe)N=l[oe]!=s.styles[oe];N&&r.push(n.line),s.stateAfter=n.save(),n.nextLine()}else s.text.length<=e.options.maxHighlightLength&&ht(e,s.text,n),s.stateAfter=n.line%5==0?n.save():null,n.nextLine();if(+new Date>i)return Ar(e,e.options.workDelay),!0}),t.highlightFrontier=n.line,t.modeFrontier=Math.max(t.modeFrontier,n.line),r.length&&_n(e,function(){for(var s=0;s<r.length;s++)Ai(e,r[s],"text")})}var Jr=function(e,t,i){var n=e.display;this.viewport=t,this.visible=Vr(n,e.doc,t),this.editorIsHidden=!n.wrapper.offsetWidth,this.wrapperHeight=n.wrapper.clientHeight,this.wrapperWidth=n.wrapper.clientWidth,this.oldDisplayWidth=Ni(e),this.force=i,this.dims=Eo(e),this.events=[]};Jr.prototype.signal=function(e,t){j(e,t)&&this.events.push(arguments)},Jr.prototype.finish=function(){for(var e=0;e<this.events.length;e++)Ce.apply(null,this.events[e])};function al(e){var t=e.display;!t.scrollbarsClipped&&t.scroller.offsetWidth&&(t.nativeBarWidth=t.scroller.offsetWidth-t.scroller.clientWidth,t.heightForcer.style.height=oi(e)+"px",t.sizer.style.marginBottom=-t.nativeBarWidth+"px",t.sizer.style.borderRightWidth=oi(e)+"px",t.scrollbarsClipped=!0)}function sl(e){if(e.hasFocus())return null;var t=R();if(!t||!b(e.display.lineDiv,t))return null;var i={activeElt:t};if(window.getSelection){var n=window.getSelection();n.anchorNode&&n.extend&&b(e.display.lineDiv,n.anchorNode)&&(i.anchorNode=n.anchorNode,i.anchorOffset=n.anchorOffset,i.focusNode=n.focusNode,i.focusOffset=n.focusOffset)}return i}function ll(e){if(!e||!e.activeElt||e.activeElt==R())return;if(e.activeElt.focus(),!/^(INPUT|TEXTAREA)$/.test(e.activeElt.nodeName)&&e.anchorNode&&b(document.body,e.anchorNode)&&b(document.body,e.focusNode)){var t=window.getSelection(),i=document.createRange();i.setEnd(e.anchorNode,e.anchorOffset),i.collapse(!1),t.removeAllRanges(),t.addRange(i),t.extend(e.focusNode,e.focusOffset)}}function Ro(e,t){var i=e.display,n=e.doc;if(t.editorIsHidden)return wi(e),!1;if(!t.force&&t.visible.from>=i.viewFrom&&t.visible.to<=i.viewTo&&(i.updateLineNumbers==null||i.updateLineNumbers>=i.viewTo)&&i.renderedView==i.view&&va(e)==0)return!1;La(e)&&(wi(e),t.dims=Eo(e));var r=n.first+n.size,s=Math.max(t.visible.from-e.options.viewportMargin,n.first),l=Math.min(r,t.visible.to+e.options.viewportMargin);i.viewFrom<s&&s-i.viewFrom<20&&(s=Math.max(n.first,i.viewFrom)),i.viewTo>l&&i.viewTo-l<20&&(l=Math.min(r,i.viewTo)),Mn&&(s=xi(e.doc,s),l=jr(e.doc,l));var d=s!=i.viewFrom||l!=i.viewTo||i.lastWrapHeight!=t.wrapperHeight||i.lastWrapWidth!=t.wrapperWidth;Vs(e,s,l),i.viewOffset=Nn(ct(e.doc,i.viewFrom)),e.display.mover.style.top=i.viewOffset+"px";var p=va(e);if(!d&&p==0&&!t.force&&i.renderedView==i.view&&(i.updateLineNumbers==null||i.updateLineNumbers>=i.viewTo))return!1;var v=sl(e);return p>4&&(i.lineDiv.style.display="none"),ul(e,i.updateLineNumbers,t.dims),p>4&&(i.lineDiv.style.display=""),i.renderedView=i.view,ll(v),le(i.cursorDiv),le(i.selectionDiv),i.gutters.style.height=i.sizer.style.minHeight=0,d&&(i.lastWrapHeight=t.wrapperHeight,i.lastWrapWidth=t.wrapperWidth,Ar(e,400)),i.updateLineNumbers=null,!0}function Ta(e,t){for(var i=t.viewport,n=!0;;n=!1){if(!n||!e.options.lineWrapping||t.oldDisplayWidth==Ni(e)){if(i&&i.top!=null&&(i={top:Math.min(e.doc.height+po(e.display)-go(e),i.top)}),t.visible=Vr(e.display,e.doc,i),t.visible.from>=e.display.viewFrom&&t.visible.to<=e.display.viewTo)break}else n&&(t.visible=Vr(e.display,e.doc,i));if(!Ro(e,t))break;Qr(e);var r=xr(e);yr(e),tr(e,r),Io(e,r),t.force=!1}t.signal(e,"update",e),(e.display.viewFrom!=e.display.reportedViewFrom||e.display.viewTo!=e.display.reportedViewTo)&&(t.signal(e,"viewportChange",e,e.display.viewFrom,e.display.viewTo),e.display.reportedViewFrom=e.display.viewFrom,e.display.reportedViewTo=e.display.viewTo)}function Lo(e,t){var i=new Jr(e,t);if(Ro(e,i)){Qr(e),Ta(e,i);var n=xr(e);yr(e),tr(e,n),Io(e,n),i.finish()}}function ul(e,t,i){var n=e.display,r=e.options.lineNumbers,s=n.lineDiv,l=s.firstChild;function d(Ee){var De=Ee.nextSibling;return T&&ie&&e.display.currentWheelTarget==Ee?Ee.style.display="none":Ee.parentNode.removeChild(Ee),De}for(var p=n.view,v=n.viewFrom,D=0;D<p.length;D++){var N=p[D];if(!N.hidden)if(!N.node||N.node.parentNode!=s){var oe=Ns(e,N,v,i);s.insertBefore(oe,l)}else{for(;l!=N.node;)l=d(l);var te=r&&t!=null&&t<=v&&N.lineNumber;N.changes&&(de(N.changes,"gutter")>-1&&(te=!1),pr(e,N,v,i)),te&&(le(N.lineNumber),N.lineNumber.appendChild(document.createTextNode(vi(e.options,v)))),l=N.node.nextSibling}v+=N.size}for(;l;)l=d(l)}function Do(e){var t=e.gutters.offsetWidth;e.sizer.style.marginLeft=t+"px"}function Io(e,t){e.display.sizer.style.minHeight=t.docHeight+"px",e.display.heightForcer.style.top=t.docHeight+"px",e.display.gutters.style.height=t.docHeight+e.display.barHeight+oi(e)+"px"}function Ra(e){var t=e.display,i=t.view;if(!t.alignWidgets&&(!t.gutters.firstChild||!e.options.fixedGutter))return;for(var n=Ao(t)-t.scroller.scrollLeft+e.doc.scrollLeft,r=t.gutters.offsetWidth,s=n+"px",l=0;l<i.length;l++)if(!i[l].hidden){e.options.fixedGutter&&(i[l].gutter&&(i[l].gutter.style.left=s),i[l].gutterBackground&&(i[l].gutterBackground.style.left=s));var d=i[l].alignable;if(d)for(var p=0;p<d.length;p++)d[p].style.left=s}e.options.fixedGutter&&(t.gutters.style.left=n+r+"px")}function La(e){if(!e.options.lineNumbers)return!1;var t=e.doc,i=vi(e.options,t.first+t.size-1),n=e.display;if(i.length!=n.lineNumChars){var r=n.measure.appendChild(A("div",[A("div",i)],"CodeMirror-linenumber CodeMirror-gutter-elt")),s=r.firstChild.offsetWidth,l=r.offsetWidth-s;return n.lineGutter.style.width="",n.lineNumInnerWidth=Math.max(s,n.lineGutter.offsetWidth-l)+1,n.lineNumWidth=n.lineNumInnerWidth+l,n.lineNumChars=n.lineNumInnerWidth?i.length:-1,n.lineGutter.style.width=n.lineNumWidth+"px",Do(e.display),!0}return!1}function Oo(e,t){for(var i=[],n=!1,r=0;r<e.length;r++){var s=e[r],l=null;if(typeof s!="string"&&(l=s.style,s=s.className),s=="CodeMirror-linenumbers")if(t)n=!0;else continue;i.push({className:s,style:l})}return t&&!n&&i.push({className:"CodeMirror-linenumbers",style:null}),i}function Da(e){var t=e.gutters,i=e.gutterSpecs;le(t),e.lineGutter=null;for(var n=0;n<i.length;++n){var r=i[n],s=r.className,l=r.style,d=t.appendChild(A("div",null,"CodeMirror-gutter "+s));l&&(d.style.cssText=l),s=="CodeMirror-linenumbers"&&(e.lineGutter=d,d.style.width=(e.lineNumWidth||1)+"px")}t.style.display=i.length?"":"none",Do(e)}function wr(e){Da(e.display),Rn(e),Ra(e)}function hl(e,t,i,n){var r=this;this.input=i,r.scrollbarFiller=A("div",null,"CodeMirror-scrollbar-filler"),r.scrollbarFiller.setAttribute("cm-not-content","true"),r.gutterFiller=A("div",null,"CodeMirror-gutter-filler"),r.gutterFiller.setAttribute("cm-not-content","true"),r.lineDiv=ne("div",null,"CodeMirror-code"),r.selectionDiv=A("div",null,null,"position: relative; z-index: 1"),r.cursorDiv=A("div",null,"CodeMirror-cursors"),r.measure=A("div",null,"CodeMirror-measure"),r.lineMeasure=A("div",null,"CodeMirror-measure"),r.lineSpace=ne("div",[r.measure,r.lineMeasure,r.selectionDiv,r.cursorDiv,r.lineDiv],null,"position: relative; outline: none");var s=ne("div",[r.lineSpace],"CodeMirror-lines");r.mover=A("div",[s],null,"position: relative"),r.sizer=A("div",[r.mover],"CodeMirror-sizer"),r.sizerWidth=null,r.heightForcer=A("div",null,null,"position: absolute; height: "+He+"px; width: 1px;"),r.gutters=A("div",null,"CodeMirror-gutters"),r.lineGutter=null,r.scroller=A("div",[r.sizer,r.heightForcer,r.gutters],"CodeMirror-scroll"),r.scroller.setAttribute("tabIndex","-1"),r.wrapper=A("div",[r.scrollbarFiller,r.gutterFiller,r.scroller],"CodeMirror"),w&&k<8&&(r.gutters.style.zIndex=-1,r.scroller.style.paddingRight=0),!T&&!(X&&Z)&&(r.scroller.draggable=!0),e&&(e.appendChild?e.appendChild(r.wrapper):e(r.wrapper)),r.viewFrom=r.viewTo=t.first,r.reportedViewFrom=r.reportedViewTo=t.first,r.view=[],r.renderedView=null,r.externalMeasured=null,r.viewOffset=0,r.lastWrapHeight=r.lastWrapWidth=0,r.updateLineNumbers=null,r.nativeBarWidth=r.barHeight=r.barWidth=0,r.scrollbarsClipped=!1,r.lineNumWidth=r.lineNumInnerWidth=r.lineNumChars=null,r.alignWidgets=!1,r.cachedCharWidth=r.cachedTextHeight=r.cachedPaddingH=null,r.maxLine=null,r.maxLineLength=0,r.maxLineChanged=!1,r.wheelDX=r.wheelDY=r.wheelStartX=r.wheelStartY=null,r.shift=!1,r.selForContextMenu=null,r.activeTouch=null,r.gutterSpecs=Oo(n.gutters,n.lineNumbers),Da(r),i.init(r)}var Yr=0,Hn=null;w?Hn=-.53:X?Hn=15:M?Hn=-.7:K&&(Hn=-1/3);function Ia(e){var t=e.wheelDeltaX,i=e.wheelDeltaY;return t==null&&e.detail&&e.axis==e.HORIZONTAL_AXIS&&(t=e.detail),i==null&&e.detail&&e.axis==e.VERTICAL_AXIS?i=e.detail:i==null&&(i=e.wheelDelta),{x:t,y:i}}function cl(e){var t=Ia(e);return t.x*=Hn,t.y*=Hn,t}function Oa(e,t){var i=Ia(t),n=i.x,r=i.y,s=e.display,l=s.scroller,d=l.scrollWidth>l.clientWidth,p=l.scrollHeight>l.clientHeight;if(!(n&&d||r&&p))return;if(r&&ie&&T){e:for(var v=t.target,D=s.view;v!=l;v=v.parentNode)for(var N=0;N<D.length;N++)if(D[N].node==v){e.display.currentWheelTarget=v;break e}}if(n&&!X&&!E&&Hn!=null){r&&p&&Cr(e,Math.max(0,l.scrollTop+r*Hn)),Wi(e,Math.max(0,l.scrollLeft+n*Hn)),(!r||r&&p)&&y(t),s.wheelStartX=null;return}if(r&&Hn!=null){var oe=r*Hn,te=e.doc.scrollTop,Ee=te+s.wrapper.clientHeight;oe<0?te=Math.max(0,te+oe-50):Ee=Math.min(e.doc.height,Ee+oe+50),Lo(e,{top:te,bottom:Ee})}Yr<20&&(s.wheelStartX==null?(s.wheelStartX=l.scrollLeft,s.wheelStartY=l.scrollTop,s.wheelDX=n,s.wheelDY=r,setTimeout(function(){if(s.wheelStartX==null)return;var De=l.scrollLeft-s.wheelStartX,Fe=l.scrollTop-s.wheelStartY,Ke=Fe&&s.wheelDY&&Fe/s.wheelDY||De&&s.wheelDX&&De/s.wheelDX;if(s.wheelStartX=s.wheelStartY=null,!Ke)return;Hn=(Hn*Yr+Ke)/(Yr+1),++Yr},200)):(s.wheelDX+=n,s.wheelDY+=r))}var Gn=function(e,t){this.ranges=e,this.primIndex=t};Gn.prototype.primary=function(){return this.ranges[this.primIndex]},Gn.prototype.equals=function(e){if(e==this)return!0;if(e.primIndex!=this.primIndex||e.ranges.length!=this.ranges.length)return!1;for(var t=0;t<this.ranges.length;t++){var i=this.ranges[t],n=e.ranges[t];if(!ti(i.anchor,n.anchor)||!ti(i.head,n.head))return!1}return!0},Gn.prototype.deepCopy=function(){for(var e=[],t=0;t<this.ranges.length;t++)e[t]=new Wt(ci(this.ranges[t].anchor),ci(this.ranges[t].head));return new Gn(e,this.primIndex)},Gn.prototype.somethingSelected=function(){for(var e=0;e<this.ranges.length;e++)if(!this.ranges[e].empty())return!0;return!1},Gn.prototype.contains=function(e,t){t||(t=e);for(var i=0;i<this.ranges.length;i++){var n=this.ranges[i];if(xt(t,n.from())>=0&&xt(e,n.to())<=0)return i}return-1};var Wt=function(e,t){this.anchor=e,this.head=t};Wt.prototype.from=function(){return Di(this.anchor,this.head)},Wt.prototype.to=function(){return di(this.anchor,this.head)},Wt.prototype.empty=function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch};function $n(e,t,i){var n=e&&e.options.selectionsMayTouch,r=t[i];t.sort(function(oe,te){return xt(oe.from(),te.from())}),i=de(t,r);for(var s=1;s<t.length;s++){var l=t[s],d=t[s-1],p=xt(d.to(),l.from());if(n&&!l.empty()?p>0:p>=0){var v=Di(d.from(),l.from()),D=di(d.to(),l.to()),N=d.empty()?l.from()==l.head:d.from()==d.head;s<=i&&--i,t.splice(--s,2,new Wt(N?D:v,N?v:D))}}return new Gn(t,i)}function Si(e,t){return new Gn([new Wt(e,t||e)],0)}function ki(e){return e.text?Be(e.from.line+e.text.length-1,Ne(e.text).length+(e.text.length==1?e.from.ch:0)):e.to}function Pa(e,t){if(xt(e,t.from)<0)return e;if(xt(e,t.to)<=0)return ki(t);var i=e.line+t.text.length-(t.to.line-t.from.line)-1,n=e.ch;return e.line==t.to.line&&(n+=ki(t).ch-t.to.ch),Be(i,n)}function Po(e,t){for(var i=[],n=0;n<e.sel.ranges.length;n++){var r=e.sel.ranges[n];i.push(new Wt(Pa(r.anchor,t),Pa(r.head,t)))}return $n(e.cm,i,e.sel.primIndex)}function Ba(e,t,i){return e.line==t.line?Be(i.line,e.ch-t.ch+i.ch):Be(i.line+(e.line-t.line),e.ch)}function dl(e,t,i){for(var n=[],r=Be(e.first,0),s=r,l=0;l<t.length;l++){var d=t[l],p=Ba(d.from,r,s),v=Ba(ki(d),r,s);if(r=d.to,s=v,i=="around"){var D=e.sel.ranges[l],N=xt(D.head,D.anchor)<0;n[l]=new Wt(N?v:p,N?p:v)}else n[l]=new Wt(p,p)}return new Gn(n,e.sel.primIndex)}function Bo(e){e.doc.mode=Qn(e.options,e.doc.modeOption),Sr(e)}function Sr(e){e.doc.iter(function(t){t.stateAfter&&(t.stateAfter=null),t.styles&&(t.styles=null)}),e.doc.modeFrontier=e.doc.highlightFrontier=e.doc.first,Ar(e,100),e.state.modeGen++,e.curOp&&Rn(e)}function Na(e,t){return t.from.ch==0&&t.to.ch==0&&Ne(t.text)==""&&(!e.cm||e.cm.options.wholeLineUpdateBefore)}function No(e,t,i,n){function r(et){return i?i[et]:null}function s(et,Je,at){uo(et,Je,at,n),Vt(et,"change",et,t)}function l(et,Je){for(var at=[],Ct=et;Ct<Je;++Ct)at.push(new Ei(v[Ct],r(Ct),n));return at}var d=t.from,p=t.to,v=t.text,D=ct(e,d.line),N=ct(e,p.line),oe=Ne(v),te=r(v.length-1),Ee=p.line-d.line;if(t.full)e.insert(0,l(0,v.length)),e.remove(v.length,e.size-v.length);else if(Na(e,t)){var De=l(0,v.length-1);s(N,N.text,te),Ee&&e.remove(d.line,Ee),De.length&&e.insert(d.line,De)}else if(D==N)if(v.length==1)s(D,D.text.slice(0,d.ch)+oe+D.text.slice(p.ch),te);else{var Fe=l(1,v.length-1);Fe.push(new Ei(oe+D.text.slice(p.ch),te,n)),s(D,D.text.slice(0,d.ch)+v[0],r(0)),e.insert(d.line+1,Fe)}else if(v.length==1)s(D,D.text.slice(0,d.ch)+v[0]+N.text.slice(p.ch),r(0)),e.remove(d.line+1,Ee);else{s(D,D.text.slice(0,d.ch)+v[0],r(0)),s(N,oe+N.text.slice(p.ch),te);var Ke=l(1,v.length-1);Ee>1&&e.remove(d.line+1,Ee-1),e.insert(d.line+1,Ke)}Vt(e,"change",e,t)}function Mi(e,t,i){function n(r,s,l){if(r.linked)for(var d=0;d<r.linked.length;++d){var p=r.linked[d];if(p.doc==s)continue;var v=l&&p.sharedHist;if(i&&!v)continue;t(p.doc,v),n(p.doc,r,v)}}n(e,null,!0)}function _a(e,t){if(t.cm)throw new Error("This document is already in use.");e.doc=t,t.cm=e,wo(e),Bo(e),Ua(e),e.options.lineWrapping||fi(e),e.options.mode=t.modeOption,Rn(e)}function Ua(e){(e.doc.direction=="rtl"?G:be)(e.display.lineDiv,"CodeMirror-rtl")}function fl(e){_n(e,function(){Ua(e),Rn(e)})}function Xr(e){this.done=[],this.undone=[],this.undoDepth=Infinity,this.lastModTime=this.lastSelTime=0,this.lastOp=this.lastSelOp=null,this.lastOrigin=this.lastSelOrigin=null,this.generation=this.maxGeneration=e||1}function _o(e,t){var i={from:ci(t.from),to:ki(t),text:jn(e,t.from,t.to)};return Fa(e,i,t.from.line,t.to.line+1),Mi(e,function(n){return Fa(n,i,t.from.line,t.to.line+1)},!0),i}function ja(e){for(;e.length;){var t=Ne(e);if(t.ranges)e.pop();else break}}function pl(e,t){if(t)return ja(e.done),Ne(e.done);if(e.done.length&&!Ne(e.done).ranges)return Ne(e.done);if(e.done.length>1&&!e.done[e.done.length-2].ranges)return e.done.pop(),Ne(e.done)}function Wa(e,t,i,n){var r=e.history;r.undone.length=0;var s=+new Date,l,d;if((r.lastOp==n||r.lastOrigin==t.origin&&t.origin&&(t.origin.charAt(0)=="+"&&r.lastModTime>s-(e.cm?e.cm.options.historyEventDelay:500)||t.origin.charAt(0)=="*"))&&(l=pl(r,r.lastOp==n)))d=Ne(l.changes),xt(t.from,t.to)==0&&xt(t.from,d.to)==0?d.to=ki(t):l.changes.push(_o(e,t));else{var p=Ne(r.done);for((!p||!p.ranges)&&Zr(e.sel,r.done),l={changes:[_o(e,t)],generation:r.generation},r.done.push(l);r.done.length>r.undoDepth;)r.done.shift(),r.done[0].ranges||r.done.shift()}r.done.push(i),r.generation=++r.maxGeneration,r.lastModTime=r.lastSelTime=s,r.lastOp=r.lastSelOp=n,r.lastOrigin=r.lastSelOrigin=t.origin,d||Ce(e,"historyAdded")}function gl(e,t,i,n){var r=t.charAt(0);return r=="*"||r=="+"&&i.ranges.length==n.ranges.length&&i.somethingSelected()==n.somethingSelected()&&new Date-e.history.lastSelTime<=(e.cm?e.cm.options.historyEventDelay:500)}function ml(e,t,i,n){var r=e.history,s=n&&n.origin;i==r.lastSelOp||s&&r.lastSelOrigin==s&&(r.lastModTime==r.lastSelTime&&r.lastOrigin==s||gl(e,s,Ne(r.done),t))?r.done[r.done.length-1]=t:Zr(t,r.done),r.lastSelTime=+new Date,r.lastSelOrigin=s,r.lastSelOp=i,n&&n.clearRedo!==!1&&ja(r.undone)}function Zr(e,t){var i=Ne(t);i&&i.ranges&&i.equals(e)||t.push(e)}function Fa(e,t,i,n){var r=t["spans_"+e.id],s=0;e.iter(Math.max(e.first,i),Math.min(e.first+e.size,n),function(l){l.markedSpans&&((r||(r=t["spans_"+e.id]={}))[s]=l.markedSpans),++s})}function vl(e){if(!e)return null;for(var t,i=0;i<e.length;++i)e[i].marker.explicitlyCleared?t||(t=e.slice(0,i)):t&&t.push(e[i]);return t?t.length?t:null:e}function yl(e,t){var i=t["spans_"+e.id];if(!i)return null;for(var n=[],r=0;r<t.text.length;++r)n.push(vl(i[r]));return n}function za(e,t){var i=yl(e,t),n=Pn(e,t);if(!i)return n;if(!n)return i;for(var r=0;r<i.length;++r){var s=i[r],l=n[r];if(s&&l){e:for(var d=0;d<l.length;++d){for(var p=l[d],v=0;v<s.length;++v)if(s[v].marker==p.marker)continue e;s.push(p)}}else l&&(i[r]=l)}return i}function nr(e,t,i){for(var n=[],r=0;r<e.length;++r){var s=e[r];if(s.ranges){n.push(i?Gn.prototype.deepCopy.call(s):s);continue}var l=s.changes,d=[];n.push({changes:d});for(var p=0;p<l.length;++p){var v=l[p],D=void 0;if(d.push({from:v.from,to:v.to,text:v.text}),t)for(var N in v)(D=N.match(/^spans_(\d+)$/))&&(de(t,Number(D[1]))>-1&&(Ne(d)[N]=v[N],delete v[N]))}}return n}function Uo(e,t,i,n){if(n){var r=e.anchor;if(i){var s=xt(t,r)<0;s!=xt(i,r)<0?(r=t,t=i):s!=xt(t,i)<0&&(t=i)}return new Wt(r,t)}else return new Wt(i||t,t)}function qr(e,t,i,n,r){r==null&&(r=e.cm&&(e.cm.display.shift||e.extend)),xn(e,new Gn([Uo(e.sel.primary(),t,i,r)],0),n)}function Ha(e,t,i){for(var n=[],r=e.cm&&(e.cm.display.shift||e.extend),s=0;s<e.sel.ranges.length;s++)n[s]=Uo(e.sel.ranges[s],t[s],null,r);var l=$n(e.cm,n,e.sel.primIndex);xn(e,l,i)}function jo(e,t,i,n){var r=e.sel.ranges.slice(0);r[t]=i,xn(e,$n(e.cm,r,e.sel.primIndex),n)}function Ga(e,t,i,n){xn(e,Si(t,i),n)}function bl(e,t,i){var n={ranges:t.ranges,update:function(r){this.ranges=[];for(var s=0;s<r.length;s++)this.ranges[s]=new Wt(o(e,r[s].anchor),o(e,r[s].head))},origin:i&&i.origin};return Ce(e,"beforeSelectionChange",e,n),e.cm&&Ce(e.cm,"beforeSelectionChange",e.cm,n),n.ranges!=t.ranges?$n(e.cm,n.ranges,n.ranges.length-1):t}function Qa(e,t,i){var n=e.history.done,r=Ne(n);r&&r.ranges?(n[n.length-1]=t,$r(e,t,i)):xn(e,t,i)}function xn(e,t,i){$r(e,t,i),ml(e,e.sel,e.cm?e.cm.curOp.id:NaN,i)}function $r(e,t,i){(j(e,"beforeSelectionChange")||e.cm&&j(e.cm,"beforeSelectionChange"))&&(t=bl(e,t,i));var n=i&&i.bias||(xt(t.primary().head,e.sel.primary().head)<0?-1:1);Va(e,Ja(e,t,n,!0)),!(i&&i.scroll===!1)&&e.cm&&er(e.cm)}function Va(e,t){if(t.equals(e.sel))return;e.sel=t,e.cm&&(e.cm.curOp.updateInput=1,e.cm.curOp.selectionChanged=!0,Q(e.cm)),Vt(e,"cursorActivity",e)}function Ka(e){Va(e,Ja(e,e.sel,null,!1))}function Ja(e,t,i,n){for(var r,s=0;s<t.ranges.length;s++){var l=t.ranges[s],d=t.ranges.length==e.sel.ranges.length&&e.sel.ranges[s],p=eo(e,l.anchor,d&&d.anchor,i,n),v=eo(e,l.head,d&&d.head,i,n);(r||p!=l.anchor||v!=l.head)&&(r||(r=t.ranges.slice(0,s)),r[s]=new Wt(p,v))}return r?$n(e.cm,r,t.primIndex):t}function ir(e,t,i,n,r){var s=ct(e,t.line);if(s.markedSpans)for(var l=0;l<s.markedSpans.length;++l){var d=s.markedSpans[l],p=d.marker,v="selectLeft"in p?!p.selectLeft:p.inclusiveLeft,D="selectRight"in p?!p.selectRight:p.inclusiveRight;if((d.from==null||(v?d.from<=t.ch:d.from<t.ch))&&(d.to==null||(D?d.to>=t.ch:d.to>t.ch))){if(r&&(Ce(p,"beforeCursorEnter"),p.explicitlyCleared))if(s.markedSpans){--l;continue}else break;if(!p.atomic)continue;if(i){var N=p.find(n<0?1:-1),oe=void 0;if((n<0?D:v)&&(N=Ya(e,N,-n,N&&N.line==t.line?s:null)),N&&N.line==t.line&&(oe=xt(N,i))&&(n<0?oe<0:oe>0))return ir(e,N,t,n,r)}var te=p.find(n<0?-1:1);return(n<0?v:D)&&(te=Ya(e,te,n,te.line==t.line?s:null)),te?ir(e,te,t,n,r):null}}return t}function eo(e,t,i,n,r){var s=n||1,l=ir(e,t,i,s,r)||!r&&ir(e,t,i,s,!0)||ir(e,t,i,-s,r)||!r&&ir(e,t,i,-s,!0);return l||(e.cantEdit=!0,Be(e.first,0))}function Ya(e,t,i,n){return i<0&&t.ch==0?t.line>e.first?o(e,Be(t.line-1)):null:i>0&&t.ch==(n||ct(e,t.line)).text.length?t.line<e.first+e.size-1?Be(t.line+1,0):null:new Be(t.line,t.ch+i)}function Xa(e){e.setSelection(Be(e.firstLine(),0),Be(e.lastLine()),Me)}function Za(e,t,i){var n={canceled:!1,from:t.from,to:t.to,text:t.text,origin:t.origin,cancel:function(){return n.canceled=!0}};return i&&(n.update=function(r,s,l,d){r&&(n.from=o(e,r)),s&&(n.to=o(e,s)),l&&(n.text=l),d!==void 0&&(n.origin=d)}),Ce(e,"beforeChange",e,n),e.cm&&Ce(e.cm,"beforeChange",e.cm,n),n.canceled?(e.cm&&(e.cm.curOp.updateInput=2),null):{from:n.from,to:n.to,text:n.text,origin:n.origin}}function rr(e,t,i){if(e.cm){if(!e.cm.curOp)return hn(e.cm,rr)(e,t,i);if(e.cm.state.suppressEdits)return}if((j(e,"beforeChange")||e.cm&&j(e.cm,"beforeChange"))&&(t=Za(e,t,!0),!t))return;var n=Vi&&!i&&Ii(e,t.from,t.to);if(n)for(var r=n.length-1;r>=0;--r)qa(e,{from:n[r].from,to:n[r].to,text:r?[""]:t.text,origin:t.origin});else qa(e,t)}function qa(e,t){if(t.text.length==1&&t.text[0]==""&&xt(t.from,t.to)==0)return;var i=Po(e,t);Wa(e,t,i,e.cm?e.cm.curOp.id:NaN),kr(e,t,i,Pn(e,t));var n=[];Mi(e,function(r,s){!s&&de(n,r.history)==-1&&(ns(r.history,t),n.push(r.history)),kr(r,t,null,Pn(r,t))})}function to(e,t,i){var n=e.cm&&e.cm.state.suppressEdits;if(n&&!i)return;for(var r=e.history,s,l=e.sel,d=t=="undo"?r.done:r.undone,p=t=="undo"?r.undone:r.done,v=0;v<d.length&&!(s=d[v],i?s.ranges&&!s.equals(e.sel):!s.ranges);v++);if(v==d.length)return;for(r.lastOrigin=r.lastSelOrigin=null;;)if(s=d.pop(),s.ranges){if(Zr(s,p),i&&!s.equals(e.sel)){xn(e,s,{clearRedo:!1});return}l=s}else if(n){d.push(s);return}else break;var D=[];Zr(l,p),p.push({changes:D,generation:r.generation}),r.generation=s.generation||++r.maxGeneration;for(var N=j(e,"beforeChange")||e.cm&&j(e.cm,"beforeChange"),oe=function(De){var Fe=s.changes[De];if(Fe.origin=t,N&&!Za(e,Fe,!1))return d.length=0,{};D.push(_o(e,Fe));var Ke=De?Po(e,Fe):Ne(d);kr(e,Fe,Ke,za(e,Fe)),!De&&e.cm&&e.cm.scrollIntoView({from:Fe.from,to:ki(Fe)});var et=[];Mi(e,function(Je,at){!at&&de(et,Je.history)==-1&&(ns(Je.history,Fe),et.push(Je.history)),kr(Je,Fe,null,za(Je,Fe))})},te=s.changes.length-1;te>=0;--te){var Ee=oe(te);if(Ee)return Ee.v}}function $a(e,t){if(t==0)return;if(e.first+=t,e.sel=new Gn(it(e.sel.ranges,function(r){return new Wt(Be(r.anchor.line+t,r.anchor.ch),Be(r.head.line+t,r.head.ch))}),e.sel.primIndex),e.cm){Rn(e.cm,e.first,e.first-t,t);for(var i=e.cm.display,n=i.viewFrom;n<i.viewTo;n++)Ai(e.cm,n,"gutter")}}function kr(e,t,i,n){if(e.cm&&!e.cm.curOp)return hn(e.cm,kr)(e,t,i,n);if(t.to.line<e.first){$a(e,t.text.length-1-(t.to.line-t.from.line));return}if(t.from.line>e.lastLine())return;if(t.from.line<e.first){var r=t.text.length-1-(e.first-t.from.line);$a(e,r),t={from:Be(e.first,0),to:Be(t.to.line+r,t.to.ch),text:[Ne(t.text)],origin:t.origin}}var s=e.lastLine();t.to.line>s&&(t={from:t.from,to:Be(s,ct(e,s).text.length),text:[t.text[0]],origin:t.origin}),t.removed=jn(e,t.from,t.to),i||(i=Po(e,t)),e.cm?Cl(e.cm,t,n):No(e,t,n),$r(e,i,Me),e.cantEdit&&eo(e,Be(e.firstLine(),0))&&(e.cantEdit=!1)}function Cl(e,t,i){var n=e.doc,r=e.display,s=t.from,l=t.to,d=!1,p=s.line;e.options.lineWrapping||(p=Dt(an(ct(n,s.line))),n.iter(p,l.line+1,function(te){if(te==r.maxLine)return d=!0,!0})),n.sel.contains(t.from,t.to)>-1&&Q(e),No(n,t,i,ma(e)),e.options.lineWrapping||(n.iter(p,s.line+t.text.length,function(te){var Ee=Yi(te);Ee>r.maxLineLength&&(r.maxLine=te,r.maxLineLength=Ee,r.maxLineChanged=!0,d=!1)}),d&&(e.curOp.updateMaxLine=!0)),Jn(n,s.line),Ar(e,400);var v=t.text.length-(l.line-s.line)-1;t.full?Rn(e):s.line==l.line&&t.text.length==1&&!Na(e.doc,t)?Ai(e,s.line,"text"):Rn(e,s.line,l.line+1,v);var D=j(e,"changes"),N=j(e,"change");if(N||D){var oe={from:s,to:l,text:t.text,removed:t.removed,origin:t.origin};N&&Vt(e,"change",e,oe),D&&(e.curOp.changeObjs||(e.curOp.changeObjs=[])).push(oe)}e.display.selForContextMenu=null}function or(e,t,i,n,r){var s;n||(n=i),xt(n,i)<0&&(s=[n,i],i=s[0],n=s[1]),typeof t=="string"&&(t=e.splitLines(t)),rr(e,{from:i,to:n,text:t,origin:r})}function es(e,t,i,n){i<e.line?e.line+=n:t<e.line&&(e.line=t,e.ch=0)}function ts(e,t,i,n){for(var r=0;r<e.length;++r){var s=e[r],l=!0;if(s.ranges){s.copied||(s=e[r]=s.deepCopy(),s.copied=!0);for(var d=0;d<s.ranges.length;d++)es(s.ranges[d].anchor,t,i,n),es(s.ranges[d].head,t,i,n);continue}for(var p=0;p<s.changes.length;++p){var v=s.changes[p];if(i<v.from.line)v.from=Be(v.from.line+n,v.from.ch),v.to=Be(v.to.line+n,v.to.ch);else if(t<=v.to.line){l=!1;break}}l||(e.splice(0,r+1),r=0)}}function ns(e,t){var i=t.from.line,n=t.to.line,r=t.text.length-(n-i)-1;ts(e.done,i,n,r),ts(e.undone,i,n,r)}function Mr(e,t,i,n){var r=t,s=t;return typeof t=="number"?s=ct(e,c(e,t)):r=Dt(t),r==null?null:(n(s,r)&&e.cm&&Ai(e.cm,r,i),s)}function Tr(e){this.lines=e,this.parent=null;for(var t=0,i=0;i<e.length;++i)e[i].parent=this,t+=e[i].height;this.height=t}Tr.prototype={chunkSize:function(){return this.lines.length},removeInner:function(e,t){for(var i=e,n=e+t;i<n;++i){var r=this.lines[i];this.height-=r.height,ho(r),Vt(r,"delete")}this.lines.splice(e,t)},collapse:function(e){e.push.apply(e,this.lines)},insertInner:function(e,t,i){this.height+=i,this.lines=this.lines.slice(0,e).concat(t).concat(this.lines.slice(e));for(var n=0;n<t.length;++n)t[n].parent=this},iterN:function(e,t,i){for(var n=e+t;e<n;++e)if(i(this.lines[e]))return!0}};function Rr(e){this.children=e;for(var t=0,i=0,n=0;n<e.length;++n){var r=e[n];t+=r.chunkSize(),i+=r.height,r.parent=this}this.size=t,this.height=i,this.parent=null}Rr.prototype={chunkSize:function(){return this.size},removeInner:function(e,t){this.size-=t;for(var i=0;i<this.children.length;++i){var n=this.children[i],r=n.chunkSize();if(e<r){var s=Math.min(t,r-e),l=n.height;if(n.removeInner(e,s),this.height-=l-n.height,r==s&&(this.children.splice(i--,1),n.parent=null),(t-=s)==0)break;e=0}else e-=r}if(this.size-t<25&&(this.children.length>1||!(this.children[0]instanceof Tr))){var d=[];this.collapse(d),this.children=[new Tr(d)],this.children[0].parent=this}},collapse:function(e){for(var t=0;t<this.children.length;++t)this.children[t].collapse(e)},insertInner:function(e,t,i){this.size+=t.length,this.height+=i;for(var n=0;n<this.children.length;++n){var r=this.children[n],s=r.chunkSize();if(e<=s){if(r.insertInner(e,t,i),r.lines&&r.lines.length>50){for(var l=r.lines.length%25+25,d=l;d<r.lines.length;){var p=new Tr(r.lines.slice(d,d+=25));r.height-=p.height,this.children.splice(++n,0,p),p.parent=this}r.lines=r.lines.slice(0,l),this.maybeSpill()}break}e-=s}},maybeSpill:function(){if(this.children.length<=10)return;var e=this;do{var t=e.children.splice(e.children.length-5,5),i=new Rr(t);if(e.parent){e.size-=i.size,e.height-=i.height;var r=de(e.parent.children,e);e.parent.children.splice(r+1,0,i)}else{var n=new Rr(e.children);n.parent=e,e.children=[n,i],e=n}i.parent=e.parent}while(e.children.length>10);e.parent.maybeSpill()},iterN:function(e,t,i){for(var n=0;n<this.children.length;++n){var r=this.children[n],s=r.chunkSize();if(e<s){var l=Math.min(t,s-e);if(r.iterN(e,l,i))return!0;if((t-=l)==0)break;e=0}else e-=s}}};var Lr=function(e,t,i){if(i)for(var n in i)i.hasOwnProperty(n)&&(this[n]=i[n]);this.doc=e,this.node=t};Lr.prototype.clear=function(){var e=this.doc.cm,t=this.line.widgets,i=this.line,n=Dt(i);if(n==null||!t)return;for(var r=0;r<t.length;++r)t[r]==this&&t.splice(r--,1);t.length||(i.widgets=null);var s=mr(this);kn(i,Math.max(0,i.height-s)),e&&(_n(e,function(){is(e,i,-s),Ai(e,n,"widget")}),Vt(e,"lineWidgetCleared",e,this,n))},Lr.prototype.changed=function(){var e=this,t=this.height,i=this.doc.cm,n=this.line;this.height=null;var r=mr(this)-t;if(!r)return;Zn(this.doc,n)||kn(n,n.height+r),i&&_n(i,function(){i.curOp.forceUpdate=!0,is(i,n,r),Vt(i,"lineWidgetChanged",i,e,Dt(n))})},H(Lr);function is(e,t,i){Nn(t)<(e.curOp&&e.curOp.scrollTop||e.doc.scrollTop)&&To(e,i)}function xl(e,t,i,n){var r=new Lr(e,i,n),s=e.cm;return s&&r.noHScroll&&(s.display.alignWidgets=!0),Mr(e,t,"widget",function(l){var d=l.widgets||(l.widgets=[]);if(r.insertAt==null?d.push(r):d.splice(Math.min(d.length-1,Math.max(0,r.insertAt)),0,r),r.line=l,s&&!Zn(e,l)){var p=Nn(l)<e.scrollTop;kn(l,l.height+mr(r)),p&&To(s,r.height),s.curOp.forceUpdate=!0}return!0}),s&&Vt(s,"lineWidgetAdded",s,r,typeof t=="number"?t:Dt(t)),r}var rs=0,Ti=function(e,t){this.lines=[],this.type=t,this.doc=e,this.id=++rs};Ti.prototype.clear=function(){if(this.explicitlyCleared)return;var e=this.doc.cm,t=e&&!e.curOp;if(t&&zi(e),j(this,"clear")){var i=this.find();i&&Vt(this,"clear",i.from,i.to)}for(var n=null,r=null,s=0;s<this.lines.length;++s){var l=this.lines[s],d=Xn(l.markedSpans,this);e&&!this.collapsed?Ai(e,Dt(l),"text"):e&&(d.to!=null&&(r=Dt(l)),d.from!=null&&(n=Dt(l))),l.markedSpans=ii(l.markedSpans,d),d.from==null&&this.collapsed&&!Zn(this.doc,l)&&e&&kn(l,Zi(e.display))}if(e&&this.collapsed&&!e.options.lineWrapping)for(var p=0;p<this.lines.length;++p){var v=an(this.lines[p]),D=Yi(v);D>e.display.maxLineLength&&(e.display.maxLine=v,e.display.maxLineLength=D,e.display.maxLineChanged=!0)}n!=null&&e&&this.collapsed&&Rn(e,n,r+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,e&&Ka(e.doc)),e&&Vt(e,"markerCleared",e,this,n,r),t&&Hi(e),this.parent&&this.parent.clear()},Ti.prototype.find=function(e,t){e==null&&this.type=="bookmark"&&(e=1);for(var i,n,r=0;r<this.lines.length;++r){var s=this.lines[r],l=Xn(s.markedSpans,this);if(l.from!=null&&(i=Be(t?s:Dt(s),l.from),e==-1))return i;if(l.to!=null&&(n=Be(t?s:Dt(s),l.to),e==1))return n}return i&&{from:i,to:n}},Ti.prototype.changed=function(){var e=this,t=this.find(-1,!0),i=this,n=this.doc.cm;if(!t||!n)return;_n(n,function(){var r=t.line,s=Dt(t.line),l=mo(n,s);if(l&&(la(l),n.curOp.selectionChanged=n.curOp.forceUpdate=!0),n.curOp.updateMaxLine=!0,!Zn(i.doc,r)&&i.height!=null){var d=i.height;i.height=null;var p=mr(i)-d;p&&kn(r,r.height+p)}Vt(n,"markerChanged",n,e)})},Ti.prototype.attachLine=function(e){if(!this.lines.length&&this.doc.cm){var t=this.doc.cm.curOp;(!t.maybeHiddenMarkers||de(t.maybeHiddenMarkers,this)==-1)&&(t.maybeUnhiddenMarkers||(t.maybeUnhiddenMarkers=[])).push(this)}this.lines.push(e)},Ti.prototype.detachLine=function(e){if(this.lines.splice(de(this.lines,e),1),!this.lines.length&&this.doc.cm){var t=this.doc.cm.curOp;(t.maybeHiddenMarkers||(t.maybeHiddenMarkers=[])).push(this)}},H(Ti);function ar(e,t,i,n,r){if(n&&n.shared)return El(e,t,i,n,r);if(e.cm&&!e.cm.curOp)return hn(e.cm,ar)(e,t,i,n,r);var s=new Ti(e,r),l=xt(t,i);if(n&&m(n,s,!1),l>0||l==0&&s.clearWhenEmpty!==!1)return s;if(s.replacedWith&&(s.collapsed=!0,s.widgetNode=ne("span",[s.replacedWith],"CodeMirror-widget"),n.handleMouseEvents||s.widgetNode.setAttribute("cm-ignore-events","true"),n.insertLeft&&(s.widgetNode.insertLeft=!0)),s.collapsed){if(on(e,t.line,t,i,s)||t.line!=i.line&&on(e,i.line,t,i,s))throw new Error("Inserting collapsed marker partially overlapping an existing one");ni()}s.addToHistory&&Wa(e,{from:t,to:i,origin:"markText"},e.sel,NaN);var d=t.line,p=e.cm,v;if(e.iter(d,i.line+1,function(N){p&&s.collapsed&&!p.options.lineWrapping&&an(N)==p.display.maxLine&&(v=!0),s.collapsed&&d!=t.line&&kn(N,0),zn(N,new yi(s,d==t.line?t.ch:null,d==i.line?i.ch:null)),++d}),s.collapsed&&e.iter(t.line,i.line+1,function(N){Zn(e,N)&&kn(N,0)}),s.clearOnEnter&&pe(s,"beforeCursorEnter",function(){return s.clear()}),s.readOnly&&(Tn(),(e.history.done.length||e.history.undone.length)&&e.clearHistory()),s.collapsed&&(s.id=++rs,s.atomic=!0),p){if(v&&(p.curOp.updateMaxLine=!0),s.collapsed)Rn(p,t.line,i.line+1);else if(s.className||s.startStyle||s.endStyle||s.css||s.attributes||s.title)for(var D=t.line;D<=i.line;D++)Ai(p,D,"text");s.atomic&&Ka(p.doc),Vt(p,"markerAdded",p,s)}return s}var Dr=function(e,t){this.markers=e,this.primary=t;for(var i=0;i<e.length;++i)e[i].parent=this};Dr.prototype.clear=function(){if(this.explicitlyCleared)return;this.explicitlyCleared=!0;for(var e=0;e<this.markers.length;++e)this.markers[e].clear();Vt(this,"clear")},Dr.prototype.find=function(e,t){return this.primary.find(e,t)},H(Dr);function El(e,t,i,n,r){n=m(n),n.shared=!1;var s=[ar(e,t,i,n,r)],l=s[0],d=n.widgetNode;return Mi(e,function(p){d&&(n.widgetNode=d.cloneNode(!0)),s.push(ar(p,o(p,t),o(p,i),n,r));for(var v=0;v<p.linked.length;++v)if(p.linked[v].isParent)return;l=Ne(s)}),new Dr(s,l)}function os(e){return e.findMarks(Be(e.first,0),e.clipPos(Be(e.lastLine())),function(t){return t.parent})}function Al(e,t){for(var i=0;i<t.length;i++){var n=t[i],r=n.find(),s=e.clipPos(r.from),l=e.clipPos(r.to);if(xt(s,l)){var d=ar(e,s,l,n.primary,n.primary.type);n.markers.push(d),d.parent=n}}}function wl(e){for(var t=function(n){var r=e[n],s=[r.primary.doc];Mi(r.primary.doc,function(p){return s.push(p)});for(var l=0;l<r.markers.length;l++){var d=r.markers[l];de(s,d.doc)==-1&&(d.parent=null,r.markers.splice(l--,1))}},i=0;i<e.length;i++)t(i)}var Sl=0,Ln=function(e,t,i,n,r){if(!(this instanceof Ln))return new Ln(e,t,i,n,r);i==null&&(i=0),Rr.call(this,[new Tr([new Ei("",null)])]),this.first=i,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.modeFrontier=this.highlightFrontier=i;var s=Be(i,0);this.sel=Si(s),this.history=new Xr(null),this.id=++Sl,this.modeOption=t,this.lineSep=n,this.direction=r=="rtl"?"rtl":"ltr",this.extend=!1,typeof e=="string"&&(e=this.splitLines(e)),No(this,{from:s,to:s,text:e}),xn(this,Si(s),Me)};Ln.prototype=$e(Rr.prototype,{constructor:Ln,iter:function(e,t,i){i?this.iterN(e-this.first,t-e,i):this.iterN(this.first,this.first+this.size,e)},insert:function(e,t){for(var i=0,n=0;n<t.length;++n)i+=t[n].height;this.insertInner(e-this.first,t,i)},remove:function(e,t){this.removeInner(e-this.first,t)},getValue:function(e){var t=ui(this,this.first,this.first+this.size);return e===!1?t:t.join(e||this.lineSeparator())},setValue:cn(function(e){var t=Be(this.first,0),i=this.first+this.size-1;rr(this,{from:t,to:Be(i,ct(this,i).text.length),text:this.splitLines(e),origin:"setValue",full:!0},!0),this.cm&&br(this.cm,0,0),xn(this,Si(t),Me)}),replaceRange:function(e,t,i,n){t=o(this,t),i=i?o(this,i):t,or(this,e,t,i,n)},getRange:function(e,t,i){var n=jn(this,o(this,e),o(this,t));return i===!1?n:n.join(i||this.lineSeparator())},getLine:function(e){var t=this.getLineHandle(e);return t&&t.text},getLineHandle:function(e){if(hi(this,e))return ct(this,e)},getLineNumber:function(e){return Dt(e)},getLineHandleVisualStart:function(e){return typeof e=="number"&&(e=ct(this,e)),an(e)},lineCount:function(){return this.size},firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos:function(e){return o(this,e)},getCursor:function(e){var t=this.sel.primary(),i;return e==null||e=="head"?i=t.head:e=="anchor"?i=t.anchor:e=="end"||e=="to"||e===!1?i=t.to():i=t.from(),i},listSelections:function(){return this.sel.ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:cn(function(e,t,i){Ga(this,o(this,typeof e=="number"?Be(e,t||0):e),null,i)}),setSelection:cn(function(e,t,i){Ga(this,o(this,e),o(this,t||e),i)}),extendSelection:cn(function(e,t,i){qr(this,o(this,e),t&&o(this,t),i)}),extendSelections:cn(function(e,t){Ha(this,u(this,e),t)}),extendSelectionsBy:cn(function(e,t){var i=it(this.sel.ranges,e);Ha(this,u(this,i),t)}),setSelections:cn(function(e,t,i){if(!e.length)return;for(var n=[],r=0;r<e.length;r++)n[r]=new Wt(o(this,e[r].anchor),o(this,e[r].head));t==null&&(t=Math.min(e.length-1,this.sel.primIndex)),xn(this,$n(this.cm,n,t),i)}),addSelection:cn(function(e,t,i){var n=this.sel.ranges.slice(0);n.push(new Wt(o(this,e),o(this,t||e))),xn(this,$n(this.cm,n,n.length-1),i)}),getSelection:function(e){for(var t=this.sel.ranges,i,n=0;n<t.length;n++){var r=jn(this,t[n].from(),t[n].to());i=i?i.concat(r):r}return e===!1?i:i.join(e||this.lineSeparator())},getSelections:function(e){for(var t=[],i=this.sel.ranges,n=0;n<i.length;n++){var r=jn(this,i[n].from(),i[n].to());e!==!1&&(r=r.join(e||this.lineSeparator())),t[n]=r}return t},replaceSelection:function(e,t,i){for(var n=[],r=0;r<this.sel.ranges.length;r++)n[r]=e;this.replaceSelections(n,t,i||"+input")},replaceSelections:cn(function(e,t,i){for(var n=[],r=this.sel,s=0;s<r.ranges.length;s++){var l=r.ranges[s];n[s]={from:l.from(),to:l.to(),text:this.splitLines(e[s]),origin:i}}for(var d=t&&t!="end"&&dl(this,n,t),p=n.length-1;p>=0;p--)rr(this,n[p]);d?Qa(this,d):this.cm&&er(this.cm)}),undo:cn(function(){to(this,"undo")}),redo:cn(function(){to(this,"redo")}),undoSelection:cn(function(){to(this,"undo",!0)}),redoSelection:cn(function(){to(this,"redo",!0)}),setExtending:function(e){this.extend=e},getExtending:function(){return this.extend},historySize:function(){for(var e=this.history,t=0,i=0,n=0;n<e.done.length;n++)e.done[n].ranges||++t;for(var r=0;r<e.undone.length;r++)e.undone[r].ranges||++i;return{undo:t,redo:i}},clearHistory:function(){var e=this;this.history=new Xr(this.history.maxGeneration),Mi(this,function(t){return t.history=e.history},!0)},markClean:function(){this.cleanGeneration=this.changeGeneration(!0)},changeGeneration:function(e){return e&&(this.history.lastOp=this.history.lastSelOp=this.history.lastOrigin=null),this.history.generation},isClean:function(e){return this.history.generation==(e||this.cleanGeneration)},getHistory:function(){return{done:nr(this.history.done),undone:nr(this.history.undone)}},setHistory:function(e){var t=this.history=new Xr(this.history.maxGeneration);t.done=nr(e.done.slice(0),null,!0),t.undone=nr(e.undone.slice(0),null,!0)},setGutterMarker:cn(function(e,t,i){return Mr(this,e,"gutter",function(n){var r=n.gutterMarkers||(n.gutterMarkers={});return r[t]=i,!i&&st(r)&&(n.gutterMarkers=null),!0})}),clearGutter:cn(function(e){var t=this;this.iter(function(i){i.gutterMarkers&&i.gutterMarkers[e]&&Mr(t,i,"gutter",function(){return i.gutterMarkers[e]=null,st(i.gutterMarkers)&&(i.gutterMarkers=null),!0})})}),lineInfo:function(e){var t;if(typeof e=="number"){if(!hi(this,e))return null;if(t=e,e=ct(this,e),!e)return null}else if(t=Dt(e),t==null)return null;return{line:t,handle:e,text:e.text,gutterMarkers:e.gutterMarkers,textClass:e.textClass,bgClass:e.bgClass,wrapClass:e.wrapClass,widgets:e.widgets}},addLineClass:cn(function(e,t,i){return Mr(this,e,t=="gutter"?"gutter":"class",function(n){var r=t=="text"?"textClass":t=="background"?"bgClass":t=="gutter"?"gutterClass":"wrapClass";if(!n[r])n[r]=i;else{if(ge(i).test(n[r]))return!1;n[r]+=" "+i}return!0})}),removeLineClass:cn(function(e,t,i){return Mr(this,e,t=="gutter"?"gutter":"class",function(n){var r=t=="text"?"textClass":t=="background"?"bgClass":t=="gutter"?"gutterClass":"wrapClass",s=n[r];if(s)if(i==null)n[r]=null;else{var l=s.match(ge(i));if(!l)return!1;var d=l.index+l[0].length;n[r]=s.slice(0,l.index)+(!l.index||d==s.length?"":" ")+s.slice(d)||null}else return!1;return!0})}),addLineWidget:cn(function(e,t,i){return xl(this,e,t,i)}),removeLineWidget:function(e){e.clear()},markText:function(e,t,i){return ar(this,o(this,e),o(this,t),i,i&&i.type||"range")},setBookmark:function(e,t){var i={replacedWith:t&&(t.nodeType==null?t.widget:t),insertLeft:t&&t.insertLeft,clearWhenEmpty:!1,shared:t&&t.shared,handleMouseEvents:t&&t.handleMouseEvents};return e=o(this,e),ar(this,e,e,i,"bookmark")},findMarksAt:function(e){e=o(this,e);var t=[],i=ct(this,e.line).markedSpans;if(i)for(var n=0;n<i.length;++n){var r=i[n];(r.from==null||r.from<=e.ch)&&(r.to==null||r.to>=e.ch)&&t.push(r.marker.parent||r.marker)}return t},findMarks:function(e,t,i){e=o(this,e),t=o(this,t);var n=[],r=e.line;return this.iter(e.line,t.line+1,function(s){var l=s.markedSpans;if(l)for(var d=0;d<l.length;d++){var p=l[d];!(p.to!=null&&r==e.line&&e.ch>=p.to||p.from==null&&r!=e.line||p.from!=null&&r==t.line&&p.from>=t.ch)&&(!i||i(p.marker))&&n.push(p.marker.parent||p.marker)}++r}),n},getAllMarks:function(){var e=[];return this.iter(function(t){var i=t.markedSpans;if(i)for(var n=0;n<i.length;++n)i[n].from!=null&&e.push(i[n].marker)}),e},posFromIndex:function(e){var t,i=this.first,n=this.lineSeparator().length;return this.iter(function(r){var s=r.text.length+n;if(s>e)return t=e,!0;e-=s,++i}),o(this,Be(i,t))},indexFromPos:function(e){e=o(this,e);var t=e.ch;if(e.line<this.first||e.ch<0)return 0;var i=this.lineSeparator().length;return this.iter(this.first,e.line,function(n){t+=n.text.length+i}),t},copy:function(e){var t=new Ln(ui(this,this.first,this.first+this.size),this.modeOption,this.first,this.lineSep,this.direction);return t.scrollTop=this.scrollTop,t.scrollLeft=this.scrollLeft,t.sel=this.sel,t.extend=!1,e&&(t.history.undoDepth=this.history.undoDepth,t.setHistory(this.getHistory())),t},linkedDoc:function(e){e||(e={});var t=this.first,i=this.first+this.size;e.from!=null&&e.from>t&&(t=e.from),e.to!=null&&e.to<i&&(i=e.to);var n=new Ln(ui(this,t,i),e.mode||this.modeOption,t,this.lineSep,this.direction);return e.sharedHist&&(n.history=this.history),(this.linked||(this.linked=[])).push({doc:n,sharedHist:e.sharedHist}),n.linked=[{doc:this,isParent:!0,sharedHist:e.sharedHist}],Al(n,os(this)),n},unlinkDoc:function(e){if(e instanceof Yt&&(e=e.doc),this.linked)for(var t=0;t<this.linked.length;++t){var i=this.linked[t];if(i.doc!=e)continue;this.linked.splice(t,1),e.unlinkDoc(this),wl(os(this));break}if(e.history==this.history){var n=[e.id];Mi(e,function(r){return n.push(r.id)},!0),e.history=new Xr(null),e.history.done=nr(this.history.done,n),e.history.undone=nr(this.history.undone,n)}},iterLinkedDocs:function(e){Mi(this,e)},getMode:function(){return this.mode},getEditor:function(){return this.cm},splitLines:function(e){return this.lineSep?e.split(this.lineSep):gt(e)},lineSeparator:function(){return this.lineSep||`
`},setDirection:cn(function(e){if(e!="rtl"&&(e="ltr"),e==this.direction)return;this.direction=e,this.iter(function(t){return t.order=null}),this.cm&&fl(this.cm)})}),Ln.prototype.eachLine=Ln.prototype.iter;var as=0;function kl(e){var t=this;if(ss(t),Oe(t,e)||pi(t.display,e))return;y(e),w&&(as=+new Date);var i=Ui(t,e,!0),n=e.dataTransfer.files;if(!i||t.isReadOnly())return;if(n&&n.length&&window.FileReader&&window.File)for(var r=n.length,s=Array(r),l=0,d=function(){++l==r&&hn(t,function(){i=o(t.doc,i);var te={from:i,to:i,text:t.doc.splitLines(s.filter(function(Ee){return Ee!=null}).join(t.doc.lineSeparator())),origin:"paste"};rr(t.doc,te),Qa(t.doc,Si(o(t.doc,i),o(t.doc,ki(te))))})()},p=function(te,Ee){if(t.options.allowDropFileTypes&&de(t.options.allowDropFileTypes,te.type)==-1){d();return}var De=new FileReader;De.onerror=function(){return d()},De.onload=function(){var Fe=De.result;if(/[\x00-\x08\x0e-\x1f]{2}/.test(Fe)){d();return}s[Ee]=Fe,d()},De.readAsText(te)},v=0;v<n.length;v++)p(n[v],v);else{if(t.state.draggingText&&t.doc.sel.contains(i)>-1){t.state.draggingText(e),setTimeout(function(){return t.display.input.focus()},20);return}try{var D=e.dataTransfer.getData("Text");if(D){var N;if(t.state.draggingText&&!t.state.draggingText.copy&&(N=t.listSelections()),$r(t.doc,Si(i,i)),N)for(var oe=0;oe<N.length;++oe)or(t.doc,"",N[oe].anchor,N[oe].head,"drag");t.replaceSelection(D,"around","paste"),t.display.input.focus()}}catch(te){}}}function Ml(e,t){if(w&&(!e.state.draggingText||+new Date-as<100)){L(t);return}if(Oe(e,t)||pi(e.display,t))return;if(t.dataTransfer.setData("Text",e.getSelection()),t.dataTransfer.effectAllowed="copyMove",t.dataTransfer.setDragImage&&!K){var i=A("img",null,null,"position: fixed; left: 0; top: 0;");i.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",E&&(i.width=i.height=1,e.display.wrapper.appendChild(i),i._top=i.offsetTop),t.dataTransfer.setDragImage(i,0,0),E&&i.parentNode.removeChild(i)}}function Tl(e,t){var i=Ui(e,t);if(!i)return;var n=document.createDocumentFragment();ba(e,i,n),e.display.dragCursor||(e.display.dragCursor=A("div",null,"CodeMirror-cursors CodeMirror-dragcursors"),e.display.lineSpace.insertBefore(e.display.dragCursor,e.display.cursorDiv)),$(e.display.dragCursor,n)}function ss(e){e.display.dragCursor&&(e.display.lineSpace.removeChild(e.display.dragCursor),e.display.dragCursor=null)}function ls(e){if(!document.getElementsByClassName)return;for(var t=document.getElementsByClassName("CodeMirror"),i=[],n=0;n<t.length;n++){var r=t[n].CodeMirror;r&&i.push(r)}i.length&&i[0].operation(function(){for(var s=0;s<i.length;s++)e(i[s])})}var us=!1;function Rl(){if(us)return;Ll(),us=!0}function Ll(){var e;pe(window,"resize",function(){e==null&&(e=setTimeout(function(){e=null,ls(Dl)},100))}),pe(window,"blur",function(){return ls($i)})}function Dl(e){var t=e.display;t.cachedCharWidth=t.cachedTextHeight=t.cachedPaddingH=null,t.scrollbarsClipped=!1,e.setSize()}for(var Ri={3:"Pause",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",106:"*",107:"=",109:"-",110:".",111:"/",145:"ScrollLock",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",224:"Mod",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"},Ir=0;Ir<10;Ir++)Ri[Ir+48]=Ri[Ir+96]=String(Ir);for(var no=65;no<=90;no++)Ri[no]=String.fromCharCode(no);for(var Or=1;Or<=12;Or++)Ri[Or+111]=Ri[Or+63235]="F"+Or;var gi={};gi.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},gi.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},gi.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars","Ctrl-O":"openLine"},gi.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]},gi.default=ie?gi.macDefault:gi.pcDefault;function Il(e){var t=e.split(/-(?!$)/);e=t[t.length-1];for(var i,n,r,s,l=0;l<t.length-1;l++){var d=t[l];if(/^(cmd|meta|m)$/i.test(d))s=!0;else if(/^a(lt)?$/i.test(d))i=!0;else if(/^(c|ctrl|control)$/i.test(d))n=!0;else if(/^s(hift)?$/i.test(d))r=!0;else throw new Error("Unrecognized modifier name: "+d)}return i&&(e="Alt-"+e),n&&(e="Ctrl-"+e),s&&(e="Cmd-"+e),r&&(e="Shift-"+e),e}function Ol(e){var t={};for(var i in e)if(e.hasOwnProperty(i)){var n=e[i];if(/^(name|fallthrough|(de|at)tach)$/.test(i))continue;if(n=="..."){delete e[i];continue}for(var r=it(i.split(" "),Il),s=0;s<r.length;s++){var l=void 0,d=void 0;s==r.length-1?(d=r.join(" "),l=n):(d=r.slice(0,s+1).join(" "),l="...");var p=t[d];if(!p)t[d]=l;else if(p!=l)throw new Error("Inconsistent bindings for "+d)}delete e[i]}for(var v in t)e[v]=t[v];return e}function sr(e,t,i,n){t=io(t);var r=t.call?t.call(e,n):t[e];if(r===!1)return"nothing";if(r==="...")return"multi";if(r!=null&&i(r))return"handled";if(t.fallthrough){if(Object.prototype.toString.call(t.fallthrough)!="[object Array]")return sr(e,t.fallthrough,i,n);for(var s=0;s<t.fallthrough.length;s++){var l=sr(e,t.fallthrough[s],i,n);if(l)return l}}}function hs(e){var t=typeof e=="string"?e:Ri[e.keyCode];return t=="Ctrl"||t=="Alt"||t=="Shift"||t=="Mod"}function cs(e,t,i){var n=e;return t.altKey&&n!="Alt"&&(e="Alt-"+e),(ye?t.metaKey:t.ctrlKey)&&n!="Ctrl"&&(e="Ctrl-"+e),(ye?t.ctrlKey:t.metaKey)&&n!="Mod"&&(e="Cmd-"+e),!i&&t.shiftKey&&n!="Shift"&&(e="Shift-"+e),e}function ds(e,t){if(E&&e.keyCode==34&&e.char)return!1;var i=Ri[e.keyCode];return i==null||e.altGraphKey?!1:(e.keyCode==3&&e.code&&(i=e.code),cs(i,e,t))}function io(e){return typeof e=="string"?gi[e]:e}function lr(e,t){for(var i=e.doc.sel.ranges,n=[],r=0;r<i.length;r++){for(var s=t(i[r]);n.length&&xt(s.from,Ne(n).to)<=0;){var l=n.pop();if(xt(l.from,s.from)<0){s.from=l.from;break}}n.push(s)}_n(e,function(){for(var d=n.length-1;d>=0;d--)or(e.doc,"",n[d].from,n[d].to,"+delete");er(e)})}function Wo(e,t,i){var n=ze(e.text,t+i,i);return n<0||n>e.text.length?null:n}function Fo(e,t,i){var n=Wo(e,t.ch,i);return n==null?null:new Be(t.line,n,i<0?"after":"before")}function zo(e,t,i,n,r){if(e){t.doc.direction=="rtl"&&(r=-r);var s=ot(i,t.doc.direction);if(s){var l=r<0?Ne(s):s[0],d=r<0==(l.level==1),p=d?"after":"before",v;if(l.level>0||t.doc.direction=="rtl"){var D=Xi(t,i);v=r<0?i.text.length-1:0;var N=ai(t,D,v).top;v=mt(function(oe){return ai(t,D,oe).top==N},r<0==(l.level==1)?l.from:l.to-1,v),p=="before"&&(v=Wo(i,v,1))}else v=r<0?l.to:l.from;return new Be(n,v,p)}}return new Be(n,r<0?i.text.length:0,r<0?"before":"after")}function Pl(e,t,i,n){var r=ot(t,e.doc.direction);if(!r)return Fo(t,i,n);i.ch>=t.text.length?(i.ch=t.text.length,i.sticky="before"):i.ch<=0&&(i.ch=0,i.sticky="after");var s=nt(r,i.ch,i.sticky),l=r[s];if(e.doc.direction=="ltr"&&l.level%2==0&&(n>0?l.to>i.ch:l.from<i.ch))return Fo(t,i,n);var d=function(Ke,et){return Wo(t,Ke instanceof Be?Ke.ch:Ke,et)},p,v=function(Ke){return e.options.lineWrapping?(p=p||Xi(e,t),ga(e,t,p,Ke)):{begin:0,end:t.text.length}},D=v(i.sticky=="before"?d(i,-1):i.ch);if(e.doc.direction=="rtl"||l.level==1){var N=l.level==1==n<0,oe=d(i,N?1:-1);if(oe!=null&&(N?oe<=l.to&&oe<=D.end:oe>=l.from&&oe>=D.begin)){var te=N?"before":"after";return new Be(i.line,oe,te)}}var Ee=function(Ke,et,Je){for(var at=function(Jt,dn){return dn?new Be(i.line,d(Jt,1),"before"):new Be(i.line,Jt,"after")};Ke>=0&&Ke<r.length;Ke+=et){var Ct=r[Ke],vt=et>0==(Ct.level!=1),Mt=vt?Je.begin:d(Je.end,-1);if(Ct.from<=Mt&&Mt<Ct.to)return at(Mt,vt);if(Mt=vt?Ct.from:d(Ct.to,-1),Je.begin<=Mt&&Mt<Je.end)return at(Mt,vt)}},De=Ee(s+n,n,D);if(De)return De;var Fe=n>0?D.end:d(D.begin,-1);return Fe!=null&&!(n>0&&Fe==t.text.length)&&(De=Ee(n>0?0:r.length-1,n,v(Fe)),De)?De:null}var Pr={selectAll:Xa,singleSelection:function(e){return e.setSelection(e.getCursor("anchor"),e.getCursor("head"),Me)},killLine:function(e){return lr(e,function(t){if(t.empty()){var i=ct(e.doc,t.head.line).text.length;return t.head.ch==i&&t.head.line<e.lastLine()?{from:t.head,to:Be(t.head.line+1,0)}:{from:t.head,to:Be(t.head.line,i)}}else return{from:t.from(),to:t.to()}})},deleteLine:function(e){return lr(e,function(t){return{from:Be(t.from().line,0),to:o(e.doc,Be(t.to().line+1,0))}})},delLineLeft:function(e){return lr(e,function(t){return{from:Be(t.from().line,0),to:t.from()}})},delWrappedLineLeft:function(e){return lr(e,function(t){var i=e.charCoords(t.head,"div").top+5,n=e.coordsChar({left:0,top:i},"div");return{from:n,to:t.from()}})},delWrappedLineRight:function(e){return lr(e,function(t){var i=e.charCoords(t.head,"div").top+5,n=e.coordsChar({left:e.display.lineDiv.offsetWidth+100,top:i},"div");return{from:t.from(),to:n}})},undo:function(e){return e.undo()},redo:function(e){return e.redo()},undoSelection:function(e){return e.undoSelection()},redoSelection:function(e){return e.redoSelection()},goDocStart:function(e){return e.extendSelection(Be(e.firstLine(),0))},goDocEnd:function(e){return e.extendSelection(Be(e.lastLine()))},goLineStart:function(e){return e.extendSelectionsBy(function(t){return fs(e,t.head.line)},{origin:"+move",bias:1})},goLineStartSmart:function(e){return e.extendSelectionsBy(function(t){return ps(e,t.head)},{origin:"+move",bias:1})},goLineEnd:function(e){return e.extendSelectionsBy(function(t){return Bl(e,t.head.line)},{origin:"+move",bias:-1})},goLineRight:function(e){return e.extendSelectionsBy(function(t){var i=e.cursorCoords(t.head,"div").top+5;return e.coordsChar({left:e.display.lineDiv.offsetWidth+100,top:i},"div")},xe)},goLineLeft:function(e){return e.extendSelectionsBy(function(t){var i=e.cursorCoords(t.head,"div").top+5;return e.coordsChar({left:0,top:i},"div")},xe)},goLineLeftSmart:function(e){return e.extendSelectionsBy(function(t){var i=e.cursorCoords(t.head,"div").top+5,n=e.coordsChar({left:0,top:i},"div");return n.ch<e.getLine(n.line).search(/\S/)?ps(e,t.head):n},xe)},goLineUp:function(e){return e.moveV(-1,"line")},goLineDown:function(e){return e.moveV(1,"line")},goPageUp:function(e){return e.moveV(-1,"page")},goPageDown:function(e){return e.moveV(1,"page")},goCharLeft:function(e){return e.moveH(-1,"char")},goCharRight:function(e){return e.moveH(1,"char")},goColumnLeft:function(e){return e.moveH(-1,"column")},goColumnRight:function(e){return e.moveH(1,"column")},goWordLeft:function(e){return e.moveH(-1,"word")},goGroupRight:function(e){return e.moveH(1,"group")},goGroupLeft:function(e){return e.moveH(-1,"group")},goWordRight:function(e){return e.moveH(1,"word")},delCharBefore:function(e){return e.deleteH(-1,"codepoint")},delCharAfter:function(e){return e.deleteH(1,"char")},delWordBefore:function(e){return e.deleteH(-1,"word")},delWordAfter:function(e){return e.deleteH(1,"word")},delGroupBefore:function(e){return e.deleteH(-1,"group")},delGroupAfter:function(e){return e.deleteH(1,"group")},indentAuto:function(e){return e.indentSelection("smart")},indentMore:function(e){return e.indentSelection("add")},indentLess:function(e){return e.indentSelection("subtract")},insertTab:function(e){return e.replaceSelection(" ")},insertSoftTab:function(e){for(var t=[],i=e.listSelections(),n=e.options.tabSize,r=0;r<i.length;r++){var s=i[r].from(),l=Y(e.getLine(s.line),s.ch,n);t.push(U(n-l%n))}e.replaceSelections(t)},defaultTab:function(e){e.somethingSelected()?e.indentSelection("add"):e.execCommand("insertTab")},transposeChars:function(e){return _n(e,function(){for(var t=e.listSelections(),i=[],n=0;n<t.length;n++){if(!t[n].empty())continue;var r=t[n].head,s=ct(e.doc,r.line).text;if(s){if(r.ch==s.length&&(r=new Be(r.line,r.ch-1)),r.ch>0)r=new Be(r.line,r.ch+1),e.replaceRange(s.charAt(r.ch-1)+s.charAt(r.ch-2),Be(r.line,r.ch-2),r,"+transpose");else if(r.line>e.doc.first){var l=ct(e.doc,r.line-1).text;l&&(r=new Be(r.line,1),e.replaceRange(s.charAt(0)+e.doc.lineSeparator()+l.charAt(l.length-1),Be(r.line-1,l.length-1),r,"+transpose"))}}i.push(new Wt(r,r))}e.setSelections(i)})},newlineAndIndent:function(e){return _n(e,function(){for(var t=e.listSelections(),i=t.length-1;i>=0;i--)e.replaceRange(e.doc.lineSeparator(),t[i].anchor,t[i].head,"+input");t=e.listSelections();for(var n=0;n<t.length;n++)e.indentLine(t[n].from().line,null,!0);er(e)})},openLine:function(e){return e.replaceSelection(`
`,"start")},toggleOverwrite:function(e){return e.toggleOverwrite()}};function fs(e,t){var i=ct(e.doc,t),n=an(i);return n!=i&&(t=Dt(n)),zo(!0,e,n,t,1)}function Bl(e,t){var i=ct(e.doc,t),n=ri(i);return n!=i&&(t=Dt(n)),zo(!0,e,i,t,-1)}function ps(e,t){var i=fs(e,t.line),n=ct(e.doc,i.line),r=ot(n,e.doc.direction);if(!r||r[0].level==0){var s=Math.max(i.ch,n.text.search(/\S/)),l=t.line==i.line&&t.ch<=s&&t.ch;return Be(i.line,l?0:s,i.sticky)}return i}function ro(e,t,i){if(typeof t=="string"&&(t=Pr[t],!t))return!1;e.display.input.ensurePolled();var n=e.display.shift,r=!1;try{e.isReadOnly()&&(e.state.suppressEdits=!0),i&&(e.display.shift=!1),r=t(e)!=Ge}finally{e.display.shift=n,e.state.suppressEdits=!1}return r}function Nl(e,t,i){for(var n=0;n<e.state.keyMaps.length;n++){var r=sr(t,e.state.keyMaps[n],i,e);if(r)return r}return e.options.extraKeys&&sr(t,e.options.extraKeys,i,e)||sr(t,e.options.keyMap,i,e)}var _l=new Se;function Br(e,t,i,n){var r=e.state.keySeq;if(r){if(hs(t))return"handled";if(/\'$/.test(t)?e.state.keySeq=null:_l.set(50,function(){e.state.keySeq==r&&(e.state.keySeq=null,e.display.input.reset())}),gs(e,r+" "+t,i,n))return!0}return gs(e,t,i,n)}function gs(e,t,i,n){var r=Nl(e,t,n);return r=="multi"&&(e.state.keySeq=t),r=="handled"&&Vt(e,"keyHandled",e,t,i),(r=="handled"||r=="multi")&&(y(i),So(e)),!!r}function ms(e,t){var i=ds(t,!0);return i?t.shiftKey&&!e.state.keySeq?Br(e,"Shift-"+i,t,function(n){return ro(e,n,!0)})||Br(e,i,t,function(n){if(typeof n=="string"?/^go[A-Z]/.test(n):n.motion)return ro(e,n)}):Br(e,i,t,function(n){return ro(e,n)}):!1}function Ul(e,t,i){return Br(e,"'"+i+"'",t,function(n){return ro(e,n,!0)})}var Ho=null;function vs(e){var t=this;if(e.target&&e.target!=t.display.input.getField())return;if(t.curOp.focus=R(),Oe(t,e))return;w&&k<11&&e.keyCode==27&&(e.returnValue=!1);var i=e.keyCode;t.display.shift=i==16||e.shiftKey;var n=ms(t,e);E&&(Ho=n?i:null,!n&&i==88&&!Ot&&(ie?e.metaKey:e.ctrlKey)&&t.replaceSelection("",null,"cut")),X&&!ie&&!n&&i==46&&e.shiftKey&&!e.ctrlKey&&document.execCommand&&document.execCommand("cut"),i==18&&!/\bCodeMirror-crosshair\b/.test(t.display.lineDiv.className)&&jl(t)}function jl(e){var t=e.display.lineDiv;G(t,"CodeMirror-crosshair");function i(n){(n.keyCode==18||!n.altKey)&&(be(t,"CodeMirror-crosshair"),Xe(document,"keyup",i),Xe(document,"mouseover",i))}pe(document,"keyup",i),pe(document,"mouseover",i)}function ys(e){e.keyCode==16&&(this.doc.sel.shift=!1),Oe(this,e)}function bs(e){var t=this;if(e.target&&e.target!=t.display.input.getField())return;if(pi(t.display,e)||Oe(t,e)||e.ctrlKey&&!e.altKey||ie&&e.metaKey)return;var i=e.keyCode,n=e.charCode;if(E&&i==Ho){Ho=null,y(e);return}if(E&&(!e.which||e.which<10)&&ms(t,e))return;var r=String.fromCharCode(n==null?i:n);if(r=="\b")return;if(Ul(t,e,r))return;t.display.input.onKeyPress(e)}var Wl=400,Go=function(e,t,i){this.time=e,this.pos=t,this.button=i};Go.prototype.compare=function(e,t,i){return this.time+Wl>e&&xt(t,this.pos)==0&&i==this.button};var Nr,_r;function Fl(e,t){var i=+new Date;return _r&&_r.compare(i,e,t)?(Nr=_r=null,"triple"):Nr&&Nr.compare(i,e,t)?(_r=new Go(i,e,t),Nr=null,"double"):(Nr=new Go(i,e,t),_r=null,"single")}function Cs(e){var t=this,i=t.display;if(Oe(t,e)||i.activeTouch&&i.input.supportsTouch())return;if(i.input.ensurePolled(),i.shift=e.shiftKey,pi(i,e)){T||(i.scroller.draggable=!1,setTimeout(function(){return i.scroller.draggable=!0},100));return}if(Qo(t,e))return;var n=Ui(t,e),r=me(e),s=n?Fl(n,r):"single";if(window.focus(),r==1&&t.state.selectingText&&t.state.selectingText(e),n&&zl(t,r,n,s,e))return;r==1?n?Gl(t,n,s,e):ae(e)==i.scroller&&y(e):r==2?(n&&qr(t.doc,n),setTimeout(function(){return i.input.focus()},20)):r==3&&(Pe?t.display.input.onContextMenu(e):xa(t))}function zl(e,t,i,n,r){var s="Click";return n=="double"?s="Double"+s:n=="triple"&&(s="Triple"+s),s=(t==1?"Left":t==2?"Middle":"Right")+s,Br(e,cs(s,r),r,function(l){if(typeof l=="string"&&(l=Pr[l]),!l)return!1;var d=!1;try{e.isReadOnly()&&(e.state.suppressEdits=!0),d=l(e,i)!=Ge}finally{e.state.suppressEdits=!1}return d})}function Hl(e,t,i){var n=e.getOption("configureMouse"),r=n?n(e,t,i):{};if(r.unit==null){var s=ke?i.shiftKey&&i.metaKey:i.altKey;r.unit=s?"rectangle":t=="single"?"char":t=="double"?"word":"line"}return(r.extend==null||e.doc.extend)&&(r.extend=e.doc.extend||i.shiftKey),r.addNew==null&&(r.addNew=ie?i.metaKey:i.ctrlKey),r.moveOnDrag==null&&(r.moveOnDrag=!(ie?i.altKey:i.ctrlKey)),r}function Gl(e,t,i,n){w?setTimeout(x(Ca,e),0):e.curOp.focus=R();var r=Hl(e,i,n),s=e.doc.sel,l;e.options.dragDrop&&Ue&&!e.isReadOnly()&&i=="single"&&(l=s.contains(t))>-1&&(xt((l=s.ranges[l]).from(),t)<0||t.xRel>0)&&(xt(l.to(),t)>0||t.xRel<0)?Ql(e,n,t,r):Vl(e,n,t,r)}function Ql(e,t,i,n){var r=e.display,s=!1,l=hn(e,function(v){T&&(r.scroller.draggable=!1),e.state.draggingText=!1,Xe(r.wrapper.ownerDocument,"mouseup",l),Xe(r.wrapper.ownerDocument,"mousemove",d),Xe(r.scroller,"dragstart",p),Xe(r.scroller,"drop",l),s||(y(v),n.addNew||qr(e.doc,i,null,null,n.extend),T&&!K||w&&k==9?setTimeout(function(){r.wrapper.ownerDocument.body.focus({preventScroll:!0}),r.input.focus()},20):r.input.focus())}),d=function(v){s=s||Math.abs(t.clientX-v.clientX)+Math.abs(t.clientY-v.clientY)>=10},p=function(){return s=!0};T&&(r.scroller.draggable=!0),e.state.draggingText=l,l.copy=!n.moveOnDrag,r.scroller.dragDrop&&r.scroller.dragDrop(),pe(r.wrapper.ownerDocument,"mouseup",l),pe(r.wrapper.ownerDocument,"mousemove",d),pe(r.scroller,"dragstart",p),pe(r.scroller,"drop",l),xa(e),setTimeout(function(){return r.input.focus()},20)}function xs(e,t,i){if(i=="char")return new Wt(t,t);if(i=="word")return e.findWordAt(t);if(i=="line")return new Wt(Be(t.line,0),o(e.doc,Be(t.line+1,0)));var n=i(e,t);return new Wt(n.from,n.to)}function Vl(e,t,i,n){var r=e.display,s=e.doc;y(t);var l,d,p=s.sel,v=p.ranges;if(n.addNew&&!n.extend?(d=s.sel.contains(i),d>-1?l=v[d]:l=new Wt(i,i)):(l=s.sel.primary(),d=s.sel.primIndex),n.unit=="rectangle")n.addNew||(l=new Wt(i,i)),i=Ui(e,t,!0,!0),d=-1;else{var D=xs(e,i,n.unit);n.extend?l=Uo(l,D.anchor,D.head,n.extend):l=D}n.addNew?d==-1?(d=v.length,xn(s,$n(e,v.concat([l]),d),{scroll:!1,origin:"*mouse"})):v.length>1&&v[d].empty()&&n.unit=="char"&&!n.extend?(xn(s,$n(e,v.slice(0,d).concat(v.slice(d+1)),0),{scroll:!1,origin:"*mouse"}),p=s.sel):jo(s,d,l,we):(d=0,xn(s,new Gn([l],0),we),p=s.sel);var N=i;function oe(Je){if(xt(N,Je)==0)return;if(N=Je,n.unit=="rectangle"){for(var at=[],Ct=e.options.tabSize,vt=Y(ct(s,i.line).text,i.ch,Ct),Mt=Y(ct(s,Je.line).text,Je.ch,Ct),Jt=Math.min(vt,Mt),dn=Math.max(vt,Mt),Zt=Math.min(i.line,Je.line),Un=Math.min(e.lastLine(),Math.max(i.line,Je.line));Zt<=Un;Zt++){var Dn=ct(s,Zt).text,tn=Ae(Dn,Jt,Ct);Jt==dn?at.push(new Wt(Be(Zt,tn),Be(Zt,tn))):Dn.length>tn&&at.push(new Wt(Be(Zt,tn),Be(Zt,Ae(Dn,dn,Ct))))}at.length||at.push(new Wt(i,i)),xn(s,$n(e,p.ranges.slice(0,d).concat(at),d),{origin:"*mouse",scroll:!1}),e.scrollIntoView(Je)}else{var In=l,yn=xs(e,Je,n.unit),sn=In.anchor,nn;xt(yn.anchor,sn)>0?(nn=yn.head,sn=Di(In.from(),yn.anchor)):(nn=yn.anchor,sn=di(In.to(),yn.head));var qt=p.ranges.slice(0);qt[d]=Kl(e,new Wt(o(s,sn),nn)),xn(s,$n(e,qt,d),we)}}var te=r.wrapper.getBoundingClientRect(),Ee=0;function De(Je){var at=++Ee,Ct=Ui(e,Je,!0,n.unit=="rectangle");if(!Ct)return;if(xt(Ct,N)!=0){e.curOp.focus=R(),oe(Ct);var vt=Vr(r,s);(Ct.line>=vt.to||Ct.line<vt.from)&&setTimeout(hn(e,function(){Ee==at&&De(Je)}),150)}else{var Mt=Je.clientY<te.top?-20:Je.clientY>te.bottom?20:0;Mt&&setTimeout(hn(e,function(){if(Ee!=at)return;r.scroller.scrollTop+=Mt,De(Je)}),50)}}function Fe(Je){e.state.selectingText=!1,Ee=Infinity,Je&&(y(Je),r.input.focus()),Xe(r.wrapper.ownerDocument,"mousemove",Ke),Xe(r.wrapper.ownerDocument,"mouseup",et),s.history.lastSelOrigin=null}var Ke=hn(e,function(Je){Je.buttons===0||!me(Je)?Fe(Je):De(Je)}),et=hn(e,Fe);e.state.selectingText=et,pe(r.wrapper.ownerDocument,"mousemove",Ke),pe(r.wrapper.ownerDocument,"mouseup",et)}function Kl(e,t){var i=t.anchor,n=t.head,r=ct(e.doc,i.line);if(xt(i,n)==0&&i.sticky==n.sticky)return t;var s=ot(r);if(!s)return t;var l=nt(s,i.ch,i.sticky),d=s[l];if(d.from!=i.ch&&d.to!=i.ch)return t;var p=l+(d.from==i.ch==(d.level!=1)?0:1);if(p==0||p==s.length)return t;var v;if(n.line!=i.line)v=(n.line-i.line)*(e.doc.direction=="ltr"?1:-1)>0;else{var D=nt(s,n.ch,n.sticky),N=D-l||(n.ch-i.ch)*(d.level==1?-1:1);D==p-1||D==p?v=N<0:v=N>0}var oe=s[p+(v?-1:0)],te=v==(oe.level==1),Ee=te?oe.from:oe.to,De=te?"after":"before";return i.ch==Ee&&i.sticky==De?t:new Wt(new Be(i.line,Ee,De),n)}function Es(e,t,i,n){var r,s;if(t.touches)r=t.touches[0].clientX,s=t.touches[0].clientY;else try{r=t.clientX,s=t.clientY}catch(oe){return!1}if(r>=Math.floor(e.display.gutters.getBoundingClientRect().right))return!1;n&&y(t);var l=e.display,d=l.lineDiv.getBoundingClientRect();if(s>d.bottom||!j(e,i))return S(t);s-=d.top-l.viewOffset;for(var p=0;p<e.display.gutterSpecs.length;++p){var v=l.gutters.childNodes[p];if(v&&v.getBoundingClientRect().right>=r){var D=Kn(e.doc,s),N=e.display.gutterSpecs[p];return Ce(e,i,e,D,N.className,t),S(t)}}}function Qo(e,t){return Es(e,t,"gutterClick",!0)}function As(e,t){if(pi(e.display,t)||Jl(e,t))return;if(Oe(e,t,"contextmenu"))return;Pe||e.display.input.onContextMenu(t)}function Jl(e,t){return j(e,"gutterContextMenu")?Es(e,t,"gutterContextMenu",!1):!1}function ws(e){e.display.wrapper.className=e.display.wrapper.className.replace(/\s*cm-s-\S+/g,"")+e.options.theme.replace(/(^|\s)\s*/g," cm-s-"),vr(e)}var ur={toString:function(){return"CodeMirror.Init"}},Ss={},oo={};function Yl(e){var t=e.optionHandlers;function i(n,r,s,l){e.defaults[n]=r,s&&(t[n]=l?function(d,p,v){v!=ur&&s(d,p,v)}:s)}e.defineOption=i,e.Init=ur,i("value","",function(n,r){return n.setValue(r)},!0),i("mode",null,function(n,r){n.doc.modeOption=r,Bo(n)},!0),i("indentUnit",2,Bo,!0),i("indentWithTabs",!1),i("smartIndent",!0),i("tabSize",4,function(n){Sr(n),vr(n),Rn(n)},!0),i("lineSeparator",null,function(n,r){if(n.doc.lineSep=r,!r)return;var s=[],l=n.doc.first;n.doc.iter(function(p){for(var v=0;;){var D=p.text.indexOf(r,v);if(D==-1)break;v=D+r.length,s.push(Be(l,D))}l++});for(var d=s.length-1;d>=0;d--)or(n.doc,r,s[d],Be(s[d].line,s[d].ch+r.length))}),i("specialChars",/[\u0000-\u001f\u007f-\u009f\u00ad\u061c\u200b-\u200c\u200e\u200f\u2028\u2029\ufeff\ufff9-\ufffc]/g,function(n,r,s){n.state.specialChars=new RegExp(r.source+(r.test(" ")?"":"| "),"g"),s!=ur&&n.refresh()}),i("specialCharPlaceholder",dt,function(n){return n.refresh()},!0),i("electricChars",!0),i("inputStyle",Z?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),i("spellcheck",!1,function(n,r){return n.getInputField().spellcheck=r},!0),i("autocorrect",!1,function(n,r){return n.getInputField().autocorrect=r},!0),i("autocapitalize",!1,function(n,r){return n.getInputField().autocapitalize=r},!0),i("rtlMoveVisually",!je),i("wholeLineUpdateBefore",!0),i("theme","default",function(n){ws(n),wr(n)},!0),i("keyMap","default",function(n,r,s){var l=io(r),d=s!=ur&&io(s);d&&d.detach&&d.detach(n,l),l.attach&&l.attach(n,d||null)}),i("extraKeys",null),i("configureMouse",null),i("lineWrapping",!1,Zl,!0),i("gutters",[],function(n,r){n.display.gutterSpecs=Oo(r,n.options.lineNumbers),wr(n)},!0),i("fixedGutter",!0,function(n,r){n.display.gutters.style.left=r?Ao(n.display)+"px":"0",n.refresh()},!0),i("coverGutterNextToScrollbar",!1,function(n){return tr(n)},!0),i("scrollbarStyle","native",function(n){Ma(n),tr(n),n.display.scrollbars.setScrollTop(n.doc.scrollTop),n.display.scrollbars.setScrollLeft(n.doc.scrollLeft)},!0),i("lineNumbers",!1,function(n,r){n.display.gutterSpecs=Oo(n.options.gutters,r),wr(n)},!0),i("firstLineNumber",1,wr,!0),i("lineNumberFormatter",function(n){return n},wr,!0),i("showCursorWhenSelecting",!1,yr,!0),i("resetSelectionOnContextMenu",!0),i("lineWiseCopyCut",!0),i("pasteLinesPerSelection",!0),i("selectionsMayTouch",!1),i("readOnly",!1,function(n,r){r=="nocursor"&&($i(n),n.display.input.blur()),n.display.input.readOnlyChanged(r)}),i("screenReaderLabel",null,function(n,r){r=r===""?null:r,n.display.input.screenReaderLabelChanged(r)}),i("disableInput",!1,function(n,r){r||n.display.input.reset()},!0),i("dragDrop",!0,Xl),i("allowDropFileTypes",null),i("cursorBlinkRate",530),i("cursorScrollMargin",0),i("cursorHeight",1,yr,!0),i("singleCursorHeightPerLine",!0,yr,!0),i("workTime",100),i("workDelay",100),i("flattenSpans",!0,Sr,!0),i("addModeClass",!1,Sr,!0),i("pollInterval",100),i("undoDepth",200,function(n,r){return n.doc.history.undoDepth=r}),i("historyEventDelay",1250),i("viewportMargin",10,function(n){return n.refresh()},!0),i("maxHighlightLength",1e4,Sr,!0),i("moveInputWithCursor",!0,function(n,r){r||n.display.input.resetPosition()}),i("tabindex",null,function(n,r){return n.display.input.getField().tabIndex=r||""}),i("autofocus",null),i("direction","ltr",function(n,r){return n.doc.setDirection(r)},!0),i("phrases",null)}function Xl(e,t,i){var n=i&&i!=ur;if(!t!=!n){var r=e.display.dragFunctions,s=t?pe:Xe;s(e.display.scroller,"dragstart",r.start),s(e.display.scroller,"dragenter",r.enter),s(e.display.scroller,"dragover",r.over),s(e.display.scroller,"dragleave",r.leave),s(e.display.scroller,"drop",r.drop)}}function Zl(e){e.options.lineWrapping?(G(e.display.wrapper,"CodeMirror-wrap"),e.display.sizer.style.minWidth="",e.display.sizerWidth=null):(be(e.display.wrapper,"CodeMirror-wrap"),fi(e)),wo(e),Rn(e),vr(e),setTimeout(function(){return tr(e)},100)}function Yt(e,t){var i=this;if(!(this instanceof Yt))return new Yt(e,t);this.options=t=t?m(t):{},m(Ss,t,!1);var n=t.value;typeof n=="string"?n=new Ln(n,t.mode,null,t.lineSeparator,t.direction):t.mode&&(n.modeOption=t.mode),this.doc=n;var r=new Yt.inputStyles[t.inputStyle](this),s=this.display=new hl(e,n,r,t);s.wrapper.CodeMirror=this,ws(this),t.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),Ma(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:-1,cutIncoming:-1,selectingText:!1,draggingText:!1,highlight:new Se,keySeq:null,specialChars:null},t.autofocus&&!Z&&s.input.focus(),w&&k<11&&setTimeout(function(){return i.display.input.reset(!0)},20),ql(this),Rl(),zi(this),this.curOp.forceUpdate=!0,_a(this,n),t.autofocus&&!Z||this.hasFocus()?setTimeout(function(){i.hasFocus()&&!i.state.focused&&ko(i)},20):$i(this);for(var l in oo)oo.hasOwnProperty(l)&&oo[l](this,t[l],ur);La(this),t.finishInit&&t.finishInit(this);for(var d=0;d<Vo.length;++d)Vo[d](this);Hi(this),T&&t.lineWrapping&&getComputedStyle(s.lineDiv).textRendering=="optimizelegibility"&&(s.lineDiv.style.textRendering="auto")}Yt.defaults=Ss,Yt.optionHandlers=oo;function ql(e){var t=e.display;pe(t.scroller,"mousedown",hn(e,Cs)),w&&k<11?pe(t.scroller,"dblclick",hn(e,function(p){if(Oe(e,p))return;var v=Ui(e,p);if(!v||Qo(e,p)||pi(e.display,p))return;y(p);var D=e.findWordAt(v);qr(e.doc,D.anchor,D.head)})):pe(t.scroller,"dblclick",function(p){return Oe(e,p)||y(p)}),pe(t.scroller,"contextmenu",function(p){return As(e,p)}),pe(t.input.getField(),"contextmenu",function(p){t.scroller.contains(p.target)||As(e,p)});var i,n={end:0};function r(){t.activeTouch&&(i=setTimeout(function(){return t.activeTouch=null},1e3),n=t.activeTouch,n.end=+new Date)}function s(p){if(p.touches.length!=1)return!1;var v=p.touches[0];return v.radiusX<=1&&v.radiusY<=1}function l(p,v){if(v.left==null)return!0;var D=v.left-p.left,N=v.top-p.top;return D*D+N*N>20*20}pe(t.scroller,"touchstart",function(p){if(!Oe(e,p)&&!s(p)&&!Qo(e,p)){t.input.ensurePolled(),clearTimeout(i);var v=+new Date;t.activeTouch={start:v,moved:!1,prev:v-n.end<=300?n:null},p.touches.length==1&&(t.activeTouch.left=p.touches[0].pageX,t.activeTouch.top=p.touches[0].pageY)}}),pe(t.scroller,"touchmove",function(){t.activeTouch&&(t.activeTouch.moved=!0)}),pe(t.scroller,"touchend",function(p){var v=t.activeTouch;if(v&&!pi(t,p)&&v.left!=null&&!v.moved&&new Date-v.start<300){var D=e.coordsChar(t.activeTouch,"page"),N;!v.prev||l(v,v.prev)?N=new Wt(D,D):!v.prev.prev||l(v,v.prev.prev)?N=e.findWordAt(D):N=new Wt(Be(D.line,0),o(e.doc,Be(D.line+1,0))),e.setSelection(N.anchor,N.head),e.focus(),y(p)}r()}),pe(t.scroller,"touchcancel",r),pe(t.scroller,"scroll",function(){t.scroller.clientHeight&&(Cr(e,t.scroller.scrollTop),Wi(e,t.scroller.scrollLeft,!0),Ce(e,"scroll",e))}),pe(t.scroller,"mousewheel",function(p){return Oa(e,p)}),pe(t.scroller,"DOMMouseScroll",function(p){return Oa(e,p)}),pe(t.wrapper,"scroll",function(){return t.wrapper.scrollTop=t.wrapper.scrollLeft=0}),t.dragFunctions={enter:function(p){Oe(e,p)||L(p)},over:function(p){Oe(e,p)||(Tl(e,p),L(p))},start:function(p){return Ml(e,p)},drop:hn(e,kl),leave:function(p){Oe(e,p)||ss(e)}};var d=t.input.getField();pe(d,"keyup",function(p){return ys.call(e,p)}),pe(d,"keydown",hn(e,vs)),pe(d,"keypress",hn(e,bs)),pe(d,"focus",function(p){return ko(e,p)}),pe(d,"blur",function(p){return $i(e,p)})}var Vo=[];Yt.defineInitHook=function(e){return Vo.push(e)};function Ur(e,t,i,n){var r=e.doc,s;i==null&&(i="add"),i=="smart"&&(r.mode.indent?s=se(e,t).state:i="prev");var l=e.options.tabSize,d=ct(r,t),p=Y(d.text,null,l);d.stateAfter&&(d.stateAfter=null);var v=d.text.match(/^\s*/)[0],D;if(!n&&!/\S/.test(d.text))D=0,i="not";else if(i=="smart"&&(D=r.mode.indent(s,d.text.slice(v.length),d.text),D==Ge||D>150)){if(!n)return;i="prev"}i=="prev"?t>r.first?D=Y(ct(r,t-1).text,null,l):D=0:i=="add"?D=p+e.options.indentUnit:i=="subtract"?D=p-e.options.indentUnit:typeof i=="number"&&(D=p+i),D=Math.max(0,D);var N="",oe=0;if(e.options.indentWithTabs)for(var te=Math.floor(D/l);te;--te)oe+=l,N+=" ";if(oe<D&&(N+=U(D-oe)),N!=v)return or(r,N,Be(t,0),Be(t,v.length),"+input"),d.stateAfter=null,!0;for(var Ee=0;Ee<r.sel.ranges.length;Ee++){var De=r.sel.ranges[Ee];if(De.head.line==t&&De.head.ch<v.length){var Fe=Be(t,v.length);jo(r,Ee,new Wt(Fe,Fe));break}}}var ei=null;function ao(e){ei=e}function Ko(e,t,i,n,r){var s=e.doc;e.display.shift=!1,n||(n=s.sel);var l=+new Date-200,d=r=="paste"||e.state.pasteIncoming>l,p=gt(t),v=null;if(d&&n.ranges.length>1)if(ei&&ei.text.join(`
`)==t){if(n.ranges.length%ei.text.length==0){v=[];for(var D=0;D<ei.text.length;D++)v.push(s.splitLines(ei.text[D]))}}else p.length==n.ranges.length&&e.options.pasteLinesPerSelection&&(v=it(p,function(Ke){return[Ke]}));for(var N=e.curOp.updateInput,oe=n.ranges.length-1;oe>=0;oe--){var te=n.ranges[oe],Ee=te.from(),De=te.to();te.empty()&&(i&&i>0?Ee=Be(Ee.line,Ee.ch-i):e.state.overwrite&&!d?De=Be(De.line,Math.min(ct(s,De.line).text.length,De.ch+Ne(p).length)):d&&ei&&ei.lineWise&&ei.text.join(`
`)==p.join(`
`)&&(Ee=De=Be(Ee.line,0)));var Fe={from:Ee,to:De,text:v?v[oe%v.length]:p,origin:r||(d?"paste":e.state.cutIncoming>l?"cut":"+input")};rr(e.doc,Fe),Vt(e,"inputRead",e,Fe)}t&&!d&&Ms(e,t),er(e),e.curOp.updateInput<2&&(e.curOp.updateInput=N),e.curOp.typing=!0,e.state.pasteIncoming=e.state.cutIncoming=-1}function ks(e,t){var i=e.clipboardData&&e.clipboardData.getData("Text");if(i)return e.preventDefault(),!t.isReadOnly()&&!t.options.disableInput&&_n(t,function(){return Ko(t,i,0,null,"paste")}),!0}function Ms(e,t){if(!e.options.electricChars||!e.options.smartIndent)return;for(var i=e.doc.sel,n=i.ranges.length-1;n>=0;n--){var r=i.ranges[n];if(r.head.ch>100||n&&i.ranges[n-1].head.line==r.head.line)continue;var s=e.getModeAt(r.head),l=!1;if(s.electricChars){for(var d=0;d<s.electricChars.length;d++)if(t.indexOf(s.electricChars.charAt(d))>-1){l=Ur(e,r.head.line,"smart");break}}else s.electricInput&&(s.electricInput.test(ct(e.doc,r.head.line).text.slice(0,r.head.ch))&&(l=Ur(e,r.head.line,"smart")));l&&Vt(e,"electricInput",e,r.head.line)}}function Ts(e){for(var t=[],i=[],n=0;n<e.doc.sel.ranges.length;n++){var r=e.doc.sel.ranges[n].head.line,s={anchor:Be(r,0),head:Be(r+1,0)};i.push(s),t.push(e.getRange(s.anchor,s.head))}return{text:t,ranges:i}}function Rs(e,t,i,n){e.setAttribute("autocorrect",i?"":"off"),e.setAttribute("autocapitalize",n?"":"off"),e.setAttribute("spellcheck",!!t)}function Ls(){var e=A("textarea",null,null,"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; outline: none"),t=A("div",[e],null,"overflow: hidden; position: relative; width: 3px; height: 0px;");return T?e.style.width="1000px":e.setAttribute("wrap","off"),B&&(e.style.border="1px solid black"),Rs(e),t}function $l(e){var t=e.optionHandlers,i=e.helpers={};e.prototype={constructor:e,focus:function(){window.focus(),this.display.input.focus()},setOption:function(n,r){var s=this.options,l=s[n];if(s[n]==r&&n!="mode")return;s[n]=r,t.hasOwnProperty(n)&&hn(this,t[n])(this,r,l),Ce(this,"optionChange",this,n)},getOption:function(n){return this.options[n]},getDoc:function(){return this.doc},addKeyMap:function(n,r){this.state.keyMaps[r?"push":"unshift"](io(n))},removeKeyMap:function(n){for(var r=this.state.keyMaps,s=0;s<r.length;++s)if(r[s]==n||r[s].name==n)return r.splice(s,1),!0},addOverlay:An(function(n,r){var s=n.token?n:e.getMode(this.options,n);if(s.startState)throw new Error("Overlays may not be stateful.");lt(this.state.overlays,{mode:s,modeSpec:n,opaque:r&&r.opaque,priority:r&&r.priority||0},function(l){return l.priority}),this.state.modeGen++,Rn(this)}),removeOverlay:An(function(n){for(var r=this.state.overlays,s=0;s<r.length;++s){var l=r[s].modeSpec;if(l==n||typeof n=="string"&&l.name==n){r.splice(s,1),this.state.modeGen++,Rn(this);return}}}),indentLine:An(function(n,r,s){typeof r!="string"&&typeof r!="number"&&(r==null?r=this.options.smartIndent?"smart":"prev":r=r?"add":"subtract"),hi(this.doc,n)&&Ur(this,n,r,s)}),indentSelection:An(function(n){for(var r=this.doc.sel.ranges,s=-1,l=0;l<r.length;l++){var d=r[l];if(d.empty())d.head.line>s&&(Ur(this,d.head.line,n,!0),s=d.head.line,l==this.doc.sel.primIndex&&er(this));else{var p=d.from(),v=d.to(),D=Math.max(s,p.line);s=Math.min(this.lastLine(),v.line-(v.ch?0:1))+1;for(var N=D;N<s;++N)Ur(this,N,n);var oe=this.doc.sel.ranges;p.ch==0&&r.length==oe.length&&oe[l].from().ch>0&&jo(this.doc,l,new Wt(p,oe[l].to()),Me)}}}),getTokenAt:function(n,r){return Ft(this,n,r)},getLineTokens:function(n,r){return Ft(this,Be(n),r,!0)},getTokenTypeAt:function(n){n=o(this.doc,n);var r=Re(this,ct(this.doc,n.line)),s=0,l=(r.length-1)/2,d=n.ch,p;if(d==0)p=r[2];else for(;;){var v=s+l>>1;if((v?r[v*2-1]:0)>=d)l=v;else if(r[v*2+1]<d)s=v+1;else{p=r[v*2+2];break}}var D=p?p.indexOf("overlay "):-1;return D<0?p:D==0?null:p.slice(0,D-1)},getModeAt:function(n){var r=this.doc.mode;return r.innerMode?e.innerMode(r,this.getTokenAt(n).state).mode:r},getHelper:function(n,r){return this.getHelpers(n,r)[0]},getHelpers:function(n,r){var s=[];if(!i.hasOwnProperty(r))return s;var l=i[r],d=this.getModeAt(n);if(typeof d[r]=="string")l[d[r]]&&s.push(l[d[r]]);else if(d[r])for(var p=0;p<d[r].length;p++){var v=l[d[r][p]];v&&s.push(v)}else d.helperType&&l[d.helperType]?s.push(l[d.helperType]):l[d.name]&&s.push(l[d.name]);for(var D=0;D<l._global.length;D++){var N=l._global[D];N.pred(d,this)&&de(s,N.val)==-1&&s.push(N.val)}return s},getStateAfter:function(n,r){var s=this.doc;return n=c(s,n==null?s.first+s.size-1:n),se(this,n+1,r).state},cursorCoords:function(n,r){var s,l=this.doc.sel.primary();return n==null?s=l.head:typeof n=="object"?s=o(this.doc,n):s=n?l.from():l.to(),qn(this,s,r||"page")},charCoords:function(n,r){return yo(this,o(this.doc,n),r||"page")},coordsChar:function(n,r){return n=da(this,n,r||"page"),Co(this,n.left,n.top)},lineAtHeight:function(n,r){return n=da(this,{top:n,left:0},r||"page").top,Kn(this.doc,n+this.display.viewOffset)},heightAtLine:function(n,r,s){var l=!1,d;if(typeof n=="number"){var p=this.doc.first+this.doc.size-1;n<this.doc.first?n=this.doc.first:n>p&&(n=p,l=!0),d=ct(this.doc,n)}else d=n;return zr(this,d,{top:0,left:0},r||"page",s||l).top+(l?this.doc.height-Nn(d):0)},defaultTextHeight:function(){return Zi(this.display)},defaultCharWidth:function(){return qi(this.display)},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(n,r,s,l,d){var p=this.display;n=qn(this,o(this.doc,n));var v=n.bottom,D=n.left;if(r.style.position="absolute",r.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(r),p.sizer.appendChild(r),l=="over")v=n.top;else if(l=="above"||l=="near"){var N=Math.max(p.wrapper.clientHeight,this.doc.height),oe=Math.max(p.sizer.clientWidth,p.lineSpace.clientWidth);(l=="above"||n.bottom+r.offsetHeight>N)&&n.top>r.offsetHeight?v=n.top-r.offsetHeight:n.bottom+r.offsetHeight<=N&&(v=n.bottom),D+r.offsetWidth>oe&&(D=oe-r.offsetWidth)}r.style.top=v+"px",r.style.left=r.style.right="",d=="right"?(D=p.sizer.clientWidth-r.offsetWidth,r.style.right="0px"):(d=="left"?D=0:d=="middle"&&(D=(p.sizer.clientWidth-r.offsetWidth)/2),r.style.left=D+"px"),s&&Xs(this,{left:D,top:v,right:D+r.offsetWidth,bottom:v+r.offsetHeight})},triggerOnKeyDown:An(vs),triggerOnKeyPress:An(bs),triggerOnKeyUp:ys,triggerOnMouseDown:An(Cs),execCommand:function(n){if(Pr.hasOwnProperty(n))return Pr[n].call(null,this)},triggerElectric:An(function(n){Ms(this,n)}),findPosH:function(n,r,s,l){var d=1;r<0&&(d=-1,r=-r);for(var p=o(this.doc,n),v=0;v<r&&!(p=Jo(this.doc,p,d,s,l),p.hitSide);++v);return p},moveH:An(function(n,r){var s=this;this.extendSelectionsBy(function(l){return s.display.shift||s.doc.extend||l.empty()?Jo(s.doc,l.head,n,r,s.options.rtlMoveVisually):n<0?l.from():l.to()},xe)}),deleteH:An(function(n,r){var s=this.doc.sel,l=this.doc;s.somethingSelected()?l.replaceSelection("",null,"+delete"):lr(this,function(d){var p=Jo(l,d.head,n,r,!1);return n<0?{from:p,to:d.head}:{from:d.head,to:p}})}),findPosV:function(n,r,s,l){var d=1,p=l;r<0&&(d=-1,r=-r);for(var v=o(this.doc,n),D=0;D<r;++D){var N=qn(this,v,"div");if(p==null?p=N.left:N.left=p,v=Ds(this,N,d,s),v.hitSide)break}return v},moveV:An(function(n,r){var s=this,l=this.doc,d=[],p=!this.display.shift&&!l.extend&&l.sel.somethingSelected();if(l.extendSelectionsBy(function(D){if(p)return n<0?D.from():D.to();var N=qn(s,D.head,"div");D.goalColumn!=null&&(N.left=D.goalColumn),d.push(N.left);var oe=Ds(s,N,n,r);return r=="page"&&D==l.sel.primary()&&To(s,yo(s,oe,"div").top-N.top),oe},xe),d.length)for(var v=0;v<l.sel.ranges.length;v++)l.sel.ranges[v].goalColumn=d[v]}),findWordAt:function(n){var r=this.doc,s=ct(r,n.line).text,l=n.ch,d=n.ch;if(s){var p=this.getHelper(n,"wordChars");(n.sticky=="before"||d==s.length)&&l?--l:++d;for(var v=s.charAt(l),D=Qe(v,p)?function(N){return Qe(N,p)}:/\s/.test(v)?function(N){return/\s/.test(N)}:function(N){return!/\s/.test(N)&&!Qe(N)};l>0&&D(s.charAt(l-1));)--l;for(;d<s.length&&D(s.charAt(d));)++d}return new Wt(Be(n.line,l),Be(n.line,d))},toggleOverwrite:function(n){if(n!=null&&n==this.state.overwrite)return;(this.state.overwrite=!this.state.overwrite)?G(this.display.cursorDiv,"CodeMirror-overwrite"):be(this.display.cursorDiv,"CodeMirror-overwrite"),Ce(this,"overwriteToggle",this,this.state.overwrite)},hasFocus:function(){return this.display.input.getField()==R()},isReadOnly:function(){return!!(this.options.readOnly||this.doc.cantEdit)},scrollTo:An(function(n,r){br(this,n,r)}),getScrollInfo:function(){var n=this.display.scroller;return{left:n.scrollLeft,top:n.scrollTop,height:n.scrollHeight-oi(this)-this.display.barHeight,width:n.scrollWidth-oi(this)-this.display.barWidth,clientHeight:go(this),clientWidth:Ni(this)}},scrollIntoView:An(function(n,r){n==null?(n={from:this.doc.sel.primary().head,to:null},r==null&&(r=this.options.cursorScrollMargin)):typeof n=="number"?n={from:Be(n,0),to:null}:n.from==null&&(n={from:n,to:null}),n.to||(n.to=n.from),n.margin=r||0,n.from.line!=null?Zs(this,n):Aa(this,n.from,n.to,n.margin)}),setSize:An(function(n,r){var s=this,l=function(p){return typeof p=="number"||/^\d+$/.test(String(p))?p+"px":p};n!=null&&(this.display.wrapper.style.width=l(n)),r!=null&&(this.display.wrapper.style.height=l(r)),this.options.lineWrapping&&ua(this);var d=this.display.viewFrom;this.doc.iter(d,this.display.viewTo,function(p){if(p.widgets){for(var v=0;v<p.widgets.length;v++)if(p.widgets[v].noHScroll){Ai(s,d,"widget");break}}++d}),this.curOp.forceUpdate=!0,Ce(this,"refresh",this)}),operation:function(n){return _n(this,n)},startOperation:function(){return zi(this)},endOperation:function(){return Hi(this)},refresh:An(function(){var n=this.display.cachedTextHeight;Rn(this),this.curOp.forceUpdate=!0,vr(this),br(this,this.doc.scrollLeft,this.doc.scrollTop),Do(this.display),(n==null||Math.abs(n-Zi(this.display))>.5||this.options.lineWrapping)&&wo(this),Ce(this,"refresh",this)}),swapDoc:An(function(n){var r=this.doc;return r.cm=null,this.state.selectingText&&this.state.selectingText(),_a(this,n),vr(this),this.display.input.reset(),br(this,n.scrollLeft,n.scrollTop),this.curOp.forceScroll=!0,Vt(this,"swapDoc",this,r),r}),phrase:function(n){var r=this.options.phrases;return r&&Object.prototype.hasOwnProperty.call(r,n)?r[n]:n},getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},H(e),e.registerHelper=function(n,r,s){i.hasOwnProperty(n)||(i[n]=e[n]={_global:[]}),i[n][r]=s},e.registerGlobalHelper=function(n,r,s,l){e.registerHelper(n,r,l),i[n]._global.push({pred:s,val:l})}}function Jo(e,t,i,n,r){var s=t,l=i,d=ct(e,t.line),p=r&&e.direction=="rtl"?-i:i;function v(){var et=t.line+p;return et<e.first||et>=e.first+e.size?!1:(t=new Be(et,t.ch,t.sticky),d=ct(e,et))}function D(et){var Je;if(n=="codepoint"){var at=d.text.charCodeAt(t.ch+(n>0?0:-1));isNaN(at)?Je=null:Je=new Be(t.line,Math.max(0,Math.min(d.text.length,t.ch+i*(at>=55296&&at<56320?2:1))),-i)}else r?Je=Pl(e.cm,d,t,i):Je=Fo(d,t,i);if(Je==null)if(!et&&v())t=zo(r,e.cm,d,t.line,p);else return!1;else t=Je;return!0}if(n=="char"||n=="codepoint")D();else if(n=="column")D(!0);else if(n=="word"||n=="group")for(var N=null,oe=n=="group",te=e.cm&&e.cm.getHelper(t,"wordChars"),Ee=!0;!(i<0&&!D(!Ee));Ee=!1){var De=d.text.charAt(t.ch)||`
`,Fe=Qe(De,te)?"w":oe&&De==`
`?"n":!oe||/\s/.test(De)?null:"p";if(oe&&!Ee&&!Fe&&(Fe="s"),N&&N!=Fe){i<0&&(i=1,D(),t.sticky="after");break}if(Fe&&(N=Fe),i>0&&!D(!Ee))break}var Ke=eo(e,t,s,l,!0);return ti(s,Ke)&&(Ke.hitSide=!0),Ke}function Ds(e,t,i,n){var r=e.doc,s=t.left,l;if(n=="page"){var d=Math.min(e.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight),p=Math.max(d-.5*Zi(e.display),3);l=(i>0?t.bottom:t.top)+i*p}else n=="line"&&(l=i>0?t.bottom+3:t.top-3);for(var v;!(v=Co(e,s,l),!v.outside);){if(i<0?l<=0:l>=r.height){v.hitSide=!0;break}l+=i*5}return v}var Gt=function(e){this.cm=e,this.lastAnchorNode=this.lastAnchorOffset=this.lastFocusNode=this.lastFocusOffset=null,this.polling=new Se,this.composing=null,this.gracePeriod=!1,this.readDOMTimeout=null};Gt.prototype.init=function(e){var t=this,i=this,n=i.cm,r=i.div=e.lineDiv;Rs(r,n.options.spellcheck,n.options.autocorrect,n.options.autocapitalize);function s(d){for(var p=d.target;p;p=p.parentNode){if(p==r)return!0;if(/\bCodeMirror-(?:line)?widget\b/.test(p.className))break}return!1}pe(r,"paste",function(d){if(!s(d)||Oe(n,d)||ks(d,n))return;k<=11&&setTimeout(hn(n,function(){return t.updateFromDOM()}),20)}),pe(r,"compositionstart",function(d){t.composing={data:d.data,done:!1}}),pe(r,"compositionupdate",function(d){t.composing||(t.composing={data:d.data,done:!1})}),pe(r,"compositionend",function(d){t.composing&&(d.data!=t.composing.data&&t.readFromDOMSoon(),t.composing.done=!0)}),pe(r,"touchstart",function(){return i.forceCompositionEnd()}),pe(r,"input",function(){t.composing||t.readFromDOMSoon()});function l(d){if(!s(d)||Oe(n,d))return;if(n.somethingSelected())ao({lineWise:!1,text:n.getSelections()}),d.type=="cut"&&n.replaceSelection("",null,"cut");else if(n.options.lineWiseCopyCut){var p=Ts(n);ao({lineWise:!0,text:p.text}),d.type=="cut"&&n.operation(function(){n.setSelections(p.ranges,0,Me),n.replaceSelection("",null,"cut")})}else return;if(d.clipboardData){d.clipboardData.clearData();var v=ei.text.join(`
`);if(d.clipboardData.setData("Text",v),d.clipboardData.getData("Text")==v){d.preventDefault();return}}var D=Ls(),N=D.firstChild;n.display.lineSpace.insertBefore(D,n.display.lineSpace.firstChild),N.value=ei.text.join(`
`);var oe=document.activeElement;he(N),setTimeout(function(){n.display.lineSpace.removeChild(D),oe.focus(),oe==r&&i.showPrimarySelection()},50)}pe(r,"copy",l),pe(r,"cut",l)},Gt.prototype.screenReaderLabelChanged=function(e){e?this.div.setAttribute("aria-label",e):this.div.removeAttribute("aria-label")},Gt.prototype.prepareSelection=function(){var e=ya(this.cm,!1);return e.focus=document.activeElement==this.div,e},Gt.prototype.showSelection=function(e,t){if(!e||!this.cm.display.view.length)return;(e.focus||t)&&this.showPrimarySelection(),this.showMultipleSelections(e)},Gt.prototype.getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()},Gt.prototype.showPrimarySelection=function(){var e=this.getSelection(),t=this.cm,i=t.doc.sel.primary(),n=i.from(),r=i.to();if(t.display.viewTo==t.display.viewFrom||n.line>=t.display.viewTo||r.line<t.display.viewFrom){e.removeAllRanges();return}var s=so(t,e.anchorNode,e.anchorOffset),l=so(t,e.focusNode,e.focusOffset);if(s&&!s.bad&&l&&!l.bad&&xt(Di(s,l),n)==0&&xt(di(s,l),r)==0)return;var d=t.display.view,p=n.line>=t.display.viewFrom&&Is(t,n)||{node:d[0].measure.map[2],offset:0},v=r.line<t.display.viewTo&&Is(t,r);if(!v){var D=d[d.length-1].measure,N=D.maps?D.maps[D.maps.length-1]:D.map;v={node:N[N.length-1],offset:N[N.length-2]-N[N.length-3]}}if(!p||!v){e.removeAllRanges();return}var oe=e.rangeCount&&e.getRangeAt(0),te;try{te=J(p.node,p.offset,v.offset,v.node)}catch(Ee){}te&&(!X&&t.state.focused?(e.collapse(p.node,p.offset),te.collapsed||(e.removeAllRanges(),e.addRange(te))):(e.removeAllRanges(),e.addRange(te)),oe&&e.anchorNode==null?e.addRange(oe):X&&this.startGracePeriod()),this.rememberSelection()},Gt.prototype.startGracePeriod=function(){var e=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){e.gracePeriod=!1,e.selectionChanged()&&e.cm.operation(function(){return e.cm.curOp.selectionChanged=!0})},20)},Gt.prototype.showMultipleSelections=function(e){$(this.cm.display.cursorDiv,e.cursors),$(this.cm.display.selectionDiv,e.selection)},Gt.prototype.rememberSelection=function(){var e=this.getSelection();this.lastAnchorNode=e.anchorNode,this.lastAnchorOffset=e.anchorOffset,this.lastFocusNode=e.focusNode,this.lastFocusOffset=e.focusOffset},Gt.prototype.selectionInEditor=function(){var e=this.getSelection();if(!e.rangeCount)return!1;var t=e.getRangeAt(0).commonAncestorContainer;return b(this.div,t)},Gt.prototype.focus=function(){this.cm.options.readOnly!="nocursor"&&((!this.selectionInEditor()||document.activeElement!=this.div)&&this.showSelection(this.prepareSelection(),!0),this.div.focus())},Gt.prototype.blur=function(){this.div.blur()},Gt.prototype.getField=function(){return this.div},Gt.prototype.supportsTouch=function(){return!0},Gt.prototype.receivedFocus=function(){var e=this;this.selectionInEditor()?this.pollSelection():_n(this.cm,function(){return e.cm.curOp.selectionChanged=!0});function t(){e.cm.state.focused&&(e.pollSelection(),e.polling.set(e.cm.options.pollInterval,t))}this.polling.set(this.cm.options.pollInterval,t)},Gt.prototype.selectionChanged=function(){var e=this.getSelection();return e.anchorNode!=this.lastAnchorNode||e.anchorOffset!=this.lastAnchorOffset||e.focusNode!=this.lastFocusNode||e.focusOffset!=this.lastFocusOffset},Gt.prototype.pollSelection=function(){if(this.readDOMTimeout!=null||this.gracePeriod||!this.selectionChanged())return;var e=this.getSelection(),t=this.cm;if(z&&M&&this.cm.display.gutterSpecs.length&&eu(e.anchorNode)){this.cm.triggerOnKeyDown({type:"keydown",keyCode:8,preventDefault:Math.abs}),this.blur(),this.focus();return}if(this.composing)return;this.rememberSelection();var i=so(t,e.anchorNode,e.anchorOffset),n=so(t,e.focusNode,e.focusOffset);i&&n&&_n(t,function(){xn(t.doc,Si(i,n),Me),(i.bad||n.bad)&&(t.curOp.selectionChanged=!0)})},Gt.prototype.pollContent=function(){this.readDOMTimeout!=null&&(clearTimeout(this.readDOMTimeout),this.readDOMTimeout=null);var e=this.cm,t=e.display,i=e.doc.sel.primary(),n=i.from(),r=i.to();if(n.ch==0&&n.line>e.firstLine()&&(n=Be(n.line-1,ct(e.doc,n.line-1).length)),r.ch==ct(e.doc,r.line).text.length&&r.line<e.lastLine()&&(r=Be(r.line+1,0)),n.line<t.viewFrom||r.line>t.viewTo-1)return!1;var s,l,d;n.line==t.viewFrom||(s=ji(e,n.line))==0?(l=Dt(t.view[0].line),d=t.view[0].node):(l=Dt(t.view[s].line),d=t.view[s-1].node.nextSibling);var p=ji(e,r.line),v,D;if(p==t.view.length-1?(v=t.viewTo-1,D=t.lineDiv.lastChild):(v=Dt(t.view[p+1].line)-1,D=t.view[p+1].node.previousSibling),!d)return!1;for(var N=e.doc.splitLines(tu(e,d,D,l,v)),oe=jn(e.doc,Be(l,0),Be(v,ct(e.doc,v).text.length));N.length>1&&oe.length>1;)if(Ne(N)==Ne(oe))N.pop(),oe.pop(),v--;else if(N[0]==oe[0])N.shift(),oe.shift(),l++;else break;for(var te=0,Ee=0,De=N[0],Fe=oe[0],Ke=Math.min(De.length,Fe.length);te<Ke&&De.charCodeAt(te)==Fe.charCodeAt(te);)++te;for(var et=Ne(N),Je=Ne(oe),at=Math.min(et.length-(N.length==1?te:0),Je.length-(oe.length==1?te:0));Ee<at&&et.charCodeAt(et.length-Ee-1)==Je.charCodeAt(Je.length-Ee-1);)++Ee;if(N.length==1&&oe.length==1&&l==n.line)for(;te&&te>n.ch&&et.charCodeAt(et.length-Ee-1)==Je.charCodeAt(Je.length-Ee-1);)te--,Ee++;N[N.length-1]=et.slice(0,et.length-Ee).replace(/^\u200b+/,""),N[0]=N[0].slice(te).replace(/\u200b+$/,"");var Ct=Be(l,te),vt=Be(v,oe.length?Ne(oe).length-Ee:0);if(N.length>1||N[0]||xt(Ct,vt))return or(e.doc,N,Ct,vt,"+input"),!0},Gt.prototype.ensurePolled=function(){this.forceCompositionEnd()},Gt.prototype.reset=function(){this.forceCompositionEnd()},Gt.prototype.forceCompositionEnd=function(){if(!this.composing)return;clearTimeout(this.readDOMTimeout),this.composing=null,this.updateFromDOM(),this.div.blur(),this.div.focus()},Gt.prototype.readFromDOMSoon=function(){var e=this;if(this.readDOMTimeout!=null)return;this.readDOMTimeout=setTimeout(function(){if(e.readDOMTimeout=null,e.composing)if(e.composing.done)e.composing=null;else return;e.updateFromDOM()},80)},Gt.prototype.updateFromDOM=function(){var e=this;(this.cm.isReadOnly()||!this.pollContent())&&_n(this.cm,function(){return Rn(e.cm)})},Gt.prototype.setUneditable=function(e){e.contentEditable="false"},Gt.prototype.onKeyPress=function(e){if(e.charCode==0||this.composing)return;e.preventDefault(),this.cm.isReadOnly()||hn(this.cm,Ko)(this.cm,String.fromCharCode(e.charCode==null?e.keyCode:e.charCode),0)},Gt.prototype.readOnlyChanged=function(e){this.div.contentEditable=String(e!="nocursor")},Gt.prototype.onContextMenu=function(){},Gt.prototype.resetPosition=function(){},Gt.prototype.needsContentAttribute=!0;function Is(e,t){var i=mo(e,t.line);if(!i||i.hidden)return null;var n=ct(e.doc,t.line),r=ra(i,n,t.line),s=ot(n,e.doc.direction),l="left";if(s){var d=nt(s,t.ch);l=d%2?"right":"left"}var p=sa(r.map,t.ch,l);return p.offset=p.collapse=="right"?p.end:p.start,p}function eu(e){for(var t=e;t;t=t.parentNode)if(/CodeMirror-gutter-wrapper/.test(t.className))return!0;return!1}function hr(e,t){return t&&(e.bad=!0),e}function tu(e,t,i,n,r){var s="",l=!1,d=e.doc.lineSeparator(),p=!1;function v(te){return function(Ee){return Ee.id==te}}function D(){l&&(s+=d,p&&(s+=d),l=p=!1)}function N(te){te&&(D(),s+=te)}function oe(te){if(te.nodeType==1){var Ee=te.getAttribute("cm-text");if(Ee){N(Ee);return}var De=te.getAttribute("cm-marker"),Fe;if(De){var Ke=e.findMarks(Be(n,0),Be(r+1,0),v(+De));Ke.length&&(Fe=Ke[0].find(0))&&N(jn(e.doc,Fe.from,Fe.to).join(d));return}if(te.getAttribute("contenteditable")=="false")return;var et=/^(pre|div|p|li|table|br)$/i.test(te.nodeName);if(!/^br$/i.test(te.nodeName)&&te.textContent.length==0)return;et&&D();for(var Je=0;Je<te.childNodes.length;Je++)oe(te.childNodes[Je]);/^(pre|p)$/i.test(te.nodeName)&&(p=!0),et&&(l=!0)}else te.nodeType==3&&N(te.nodeValue.replace(/\u200b/g,"").replace(/\u00a0/g," "))}for(;!(oe(t),t==i);)t=t.nextSibling,p=!1;return s}function so(e,t,i){var n;if(t==e.display.lineDiv){if(n=e.display.lineDiv.childNodes[i],!n)return hr(e.clipPos(Be(e.display.viewTo-1)),!0);t=null,i=0}else for(n=t;;n=n.parentNode){if(!n||n==e.display.lineDiv)return null;if(n.parentNode&&n.parentNode==e.display.lineDiv)break}for(var r=0;r<e.display.view.length;r++){var s=e.display.view[r];if(s.node==n)return nu(s,t,i)}}function nu(e,t,i){var n=e.text.firstChild,r=!1;if(!t||!b(n,t))return hr(Be(Dt(e.line),0),!0);if(t==n&&(r=!0,t=n.childNodes[i],i=0,!t)){var s=e.rest?Ne(e.rest):e.line;return hr(Be(Dt(s),s.text.length),r)}var l=t.nodeType==3?t:null,d=t;for(!l&&t.childNodes.length==1&&t.firstChild.nodeType==3&&(l=t.firstChild,i&&(i=l.nodeValue.length));d.parentNode!=n;)d=d.parentNode;var p=e.measure,v=p.maps;function D(Fe,Ke,et){for(var Je=-1;Je<(v?v.length:0);Je++)for(var at=Je<0?p.map:v[Je],Ct=0;Ct<at.length;Ct+=3){var vt=at[Ct+2];if(vt==Fe||vt==Ke){var Mt=Dt(Je<0?e.line:e.rest[Je]),Jt=at[Ct]+et;return(et<0||vt!=Fe)&&(Jt=at[Ct+(et?1:0)]),Be(Mt,Jt)}}}var N=D(l,d,i);if(N)return hr(N,r);for(var oe=d.nextSibling,te=l?l.nodeValue.length-i:0;oe;oe=oe.nextSibling){if(N=D(oe,oe.firstChild,0),N)return hr(Be(N.line,N.ch-te),r);te+=oe.textContent.length}for(var Ee=d.previousSibling,De=i;Ee;Ee=Ee.previousSibling){if(N=D(Ee,Ee.firstChild,-1),N)return hr(Be(N.line,N.ch+De),r);De+=Ee.textContent.length}}var en=function(e){this.cm=e,this.prevInput="",this.pollingFast=!1,this.polling=new Se,this.hasSelection=!1,this.composing=null};en.prototype.init=function(e){var t=this,i=this,n=this.cm;this.createField(e);var r=this.textarea;e.wrapper.insertBefore(this.wrapper,e.wrapper.firstChild),B&&(r.style.width="0px"),pe(r,"input",function(){w&&k>=9&&t.hasSelection&&(t.hasSelection=null),i.poll()}),pe(r,"paste",function(l){if(Oe(n,l)||ks(l,n))return;n.state.pasteIncoming=+new Date,i.fastPoll()});function s(l){if(Oe(n,l))return;if(n.somethingSelected())ao({lineWise:!1,text:n.getSelections()});else if(n.options.lineWiseCopyCut){var d=Ts(n);ao({lineWise:!0,text:d.text}),l.type=="cut"?n.setSelections(d.ranges,null,Me):(i.prevInput="",r.value=d.text.join(`
`),he(r))}else return;l.type=="cut"&&(n.state.cutIncoming=+new Date)}pe(r,"cut",s),pe(r,"copy",s),pe(e.scroller,"paste",function(l){if(pi(e,l)||Oe(n,l))return;if(!r.dispatchEvent){n.state.pasteIncoming=+new Date,i.focus();return}var d=new Event("paste");d.clipboardData=l.clipboardData,r.dispatchEvent(d)}),pe(e.lineSpace,"selectstart",function(l){pi(e,l)||y(l)}),pe(r,"compositionstart",function(){var l=n.getCursor("from");i.composing&&i.composing.range.clear(),i.composing={start:l,range:n.markText(l,n.getCursor("to"),{className:"CodeMirror-composing"})}}),pe(r,"compositionend",function(){i.composing&&(i.poll(),i.composing.range.clear(),i.composing=null)})},en.prototype.createField=function(e){this.wrapper=Ls(),this.textarea=this.wrapper.firstChild},en.prototype.screenReaderLabelChanged=function(e){e?this.textarea.setAttribute("aria-label",e):this.textarea.removeAttribute("aria-label")},en.prototype.prepareSelection=function(){var e=this.cm,t=e.display,i=e.doc,n=ya(e);if(e.options.moveInputWithCursor){var r=qn(e,i.sel.primary().head,"div"),s=t.wrapper.getBoundingClientRect(),l=t.lineDiv.getBoundingClientRect();n.teTop=Math.max(0,Math.min(t.wrapper.clientHeight-10,r.top+l.top-s.top)),n.teLeft=Math.max(0,Math.min(t.wrapper.clientWidth-10,r.left+l.left-s.left))}return n},en.prototype.showSelection=function(e){var t=this.cm,i=t.display;$(i.cursorDiv,e.cursors),$(i.selectionDiv,e.selection),e.teTop!=null&&(this.wrapper.style.top=e.teTop+"px",this.wrapper.style.left=e.teLeft+"px")},en.prototype.reset=function(e){if(this.contextMenuPending||this.composing)return;var t=this.cm;if(t.somethingSelected()){this.prevInput="";var i=t.getSelection();this.textarea.value=i,t.state.focused&&he(this.textarea),w&&k>=9&&(this.hasSelection=i)}else e||(this.prevInput=this.textarea.value="",w&&k>=9&&(this.hasSelection=null))},en.prototype.getField=function(){return this.textarea},en.prototype.supportsTouch=function(){return!1},en.prototype.focus=function(){if(this.cm.options.readOnly!="nocursor"&&(!Z||R()!=this.textarea))try{this.textarea.focus()}catch(e){}},en.prototype.blur=function(){this.textarea.blur()},en.prototype.resetPosition=function(){this.wrapper.style.top=this.wrapper.style.left=0},en.prototype.receivedFocus=function(){this.slowPoll()},en.prototype.slowPoll=function(){var e=this;if(this.pollingFast)return;this.polling.set(this.cm.options.pollInterval,function(){e.poll(),e.cm.state.focused&&e.slowPoll()})},en.prototype.fastPoll=function(){var e=!1,t=this;t.pollingFast=!0;function i(){var n=t.poll();!n&&!e?(e=!0,t.polling.set(60,i)):(t.pollingFast=!1,t.slowPoll())}t.polling.set(20,i)},en.prototype.poll=function(){var e=this,t=this.cm,i=this.textarea,n=this.prevInput;if(this.contextMenuPending||!t.state.focused||Ze(i)&&!n&&!this.composing||t.isReadOnly()||t.options.disableInput||t.state.keySeq)return!1;var r=i.value;if(r==n&&!t.somethingSelected())return!1;if(w&&k>=9&&this.hasSelection===r||ie&&/[\uf700-\uf7ff]/.test(r))return t.display.input.reset(),!1;if(t.doc.sel==t.display.selForContextMenu){var s=r.charCodeAt(0);if(s==8203&&!n&&(n="\u200B"),s==8666)return this.reset(),this.cm.execCommand("undo")}for(var l=0,d=Math.min(n.length,r.length);l<d&&n.charCodeAt(l)==r.charCodeAt(l);)++l;return _n(t,function(){Ko(t,r.slice(l),n.length-l,null,e.composing?"*compose":null),r.length>1e3||r.indexOf(`
`)>-1?i.value=e.prevInput="":e.prevInput=r,e.composing&&(e.composing.range.clear(),e.composing.range=t.markText(e.composing.start,t.getCursor("to"),{className:"CodeMirror-composing"}))}),!0},en.prototype.ensurePolled=function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},en.prototype.onKeyPress=function(){w&&k>=9&&(this.hasSelection=null),this.fastPoll()},en.prototype.onContextMenu=function(e){var t=this,i=t.cm,n=i.display,r=t.textarea;t.contextMenuPending&&t.contextMenuPending();var s=Ui(i,e),l=n.scroller.scrollTop;if(!s||E)return;var d=i.options.resetSelectionOnContextMenu;d&&i.doc.sel.contains(s)==-1&&hn(i,xn)(i.doc,Si(s),Me);var p=r.style.cssText,v=t.wrapper.style.cssText,D=t.wrapper.offsetParent.getBoundingClientRect();t.wrapper.style.cssText="position: static",r.style.cssText=`position: absolute; width: 30px; height: 30px;
top: `+(e.clientY-D.top-5)+"px; left: "+(e.clientX-D.left-5)+`px;
z-index: 1000; background: `+(w?"rgba(255, 255, 255, .05)":"transparent")+`;
outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);`;var N;T&&(N=window.scrollY),n.input.focus(),T&&window.scrollTo(null,N),n.input.reset(),i.somethingSelected()||(r.value=t.prevInput=" "),t.contextMenuPending=te,n.selForContextMenu=i.doc.sel,clearTimeout(n.detectingSelectAll);function oe(){if(r.selectionStart!=null){var De=i.somethingSelected(),Fe="\u200B"+(De?r.value:"");r.value="\u21DA",r.value=Fe,t.prevInput=De?"":"\u200B",r.selectionStart=1,r.selectionEnd=Fe.length,n.selForContextMenu=i.doc.sel}}function te(){if(t.contextMenuPending!=te)return;if(t.contextMenuPending=!1,t.wrapper.style.cssText=v,r.style.cssText=p,w&&k<9&&n.scrollbars.setScrollTop(n.scroller.scrollTop=l),r.selectionStart!=null){(!w||w&&k<9)&&oe();var De=0,Fe=function(){n.selForContextMenu==i.doc.sel&&r.selectionStart==0&&r.selectionEnd>0&&t.prevInput=="\u200B"?hn(i,Xa)(i):De++<10?n.detectingSelectAll=setTimeout(Fe,500):(n.selForContextMenu=null,n.input.reset())};n.detectingSelectAll=setTimeout(Fe,200)}}if(w&&k>=9&&oe(),Pe){L(e);var Ee=function(){Xe(window,"mouseup",Ee),setTimeout(te,20)};pe(window,"mouseup",Ee)}else setTimeout(te,50)},en.prototype.readOnlyChanged=function(e){e||this.reset(),this.textarea.disabled=e=="nocursor",this.textarea.readOnly=!!e},en.prototype.setUneditable=function(){},en.prototype.needsContentAttribute=!1;function iu(e,t){if(t=t?m(t):{},t.value=e.value,!t.tabindex&&e.tabIndex&&(t.tabindex=e.tabIndex),!t.placeholder&&e.placeholder&&(t.placeholder=e.placeholder),t.autofocus==null){var i=R();t.autofocus=i==e||e.getAttribute("autofocus")!=null&&i==document.body}function n(){e.value=d.getValue()}var r;if(e.form&&(pe(e.form,"submit",n),!t.leaveSubmitMethodAlone)){var s=e.form;r=s.submit;try{var l=s.submit=function(){n(),s.submit=r,s.submit(),s.submit=l}}catch(p){}}t.finishInit=function(p){p.save=n,p.getTextArea=function(){return e},p.toTextArea=function(){p.toTextArea=isNaN,n(),e.parentNode.removeChild(p.getWrapperElement()),e.style.display="",e.form&&(Xe(e.form,"submit",n),!t.leaveSubmitMethodAlone&&typeof e.form.submit=="function"&&(e.form.submit=r))}},e.style.display="none";var d=Yt(function(p){return e.parentNode.insertBefore(p,e.nextSibling)},t);return d}function ru(e){e.off=Xe,e.on=pe,e.wheelEventPixels=cl,e.Doc=Ln,e.splitLines=gt,e.countColumn=Y,e.findColumn=Ae,e.isWordChar=We,e.Pass=Ge,e.signal=Ce,e.Line=Ei,e.changeEnd=ki,e.scrollbarModel=ka,e.Pos=Be,e.cmpPos=xt,e.modes=_t,e.mimeModes=St,e.resolveMode=pt,e.getMode=Qn,e.modeExtensions=Cn,e.extendMode=pn,e.copyState=Sn,e.startState=Vn,e.innerMode=li,e.commands=Pr,e.keyMap=gi,e.keyName=ds,e.isModifierKey=hs,e.lookupKey=sr,e.normalizeKeyMap=Ol,e.StringStream=Bt,e.SharedTextMarker=Dr,e.TextMarker=Ti,e.LineWidget=Lr,e.e_preventDefault=y,e.e_stopPropagation=C,e.e_stop=L,e.addClass=G,e.contains=b,e.rmClass=be,e.keyNames=Ri}Yl(Yt),$l(Yt);var ou="iter insert remove copy getEditor constructor".split(" ");for(var lo in Ln.prototype)Ln.prototype.hasOwnProperty(lo)&&de(ou,lo)<0&&(Yt.prototype[lo]=function(e){return function(){return e.apply(this.doc,arguments)}}(Ln.prototype[lo]));return H(Ln),Yt.inputStyles={textarea:en,contenteditable:Gt},Yt.defineMode=function(e){!Yt.defaults.mode&&e!="null"&&(Yt.defaults.mode=e),bn.apply(this,arguments)},Yt.defineMIME=rn,Yt.defineMode("null",function(){return{token:function(e){return e.skipToEnd()}}}),Yt.defineMIME("text/plain","null"),Yt.defineExtension=function(e,t){Yt.prototype[e]=t},Yt.defineDocExtension=function(e,t){Ln.prototype[e]=t},Yt.fromTextArea=iu,ru(Yt),Yt.version="5.58.2",Yt})},W6BS:function(ve,ce){ve.exports="data:image/png;base64,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"},Xsq0:function(ve,ce,f){ve.exports=f.p+"static/mainbanner.0a951716.jpg"},Y1PL:function(ve,ce,f){"use strict";f.r(ce),f.d(ce,"ResizableTextArea",function(){return de});var P=f("wx14"),fe=f("1OyB"),X=f("vuIU"),ue=f("Ji7U"),re=f("LK+K"),V=f("q1tI"),w=f("VTBJ"),k=f("rePB"),T=f("Zm9Q"),W=f("Kwbf"),M=f("c+Xe"),E=f("m+aA"),K=f("bdgK"),F=new Map;function O(Me){Me.forEach(function(we){var xe,Ae=we.target;(xe=F.get(Ae))===null||xe===void 0||xe.forEach(function(q){return q(Ae)})})}var B=new K.default(O),z=null,Z=null;function ie(Me,we){F.has(Me)||(F.set(Me,new Set),B.observe(Me)),F.get(Me).add(we)}function ke(Me,we){F.has(Me)&&(F.get(Me).delete(we),F.get(Me).size||(B.unobserve(Me),F.delete(Me)))}var je=function(Me){Object(ue.a)(xe,Me);var we=Object(re.a)(xe);function xe(){return Object(fe.a)(this,xe),we.apply(this,arguments)}return Object(X.a)(xe,[{key:"render",value:function(){return this.props.children}}]),xe}(V.Component),ee=V.createContext(null);function ye(Me){var we=Me.children,xe=Me.onBatchResize,Ae=V.useRef(0),q=V.useRef([]),U=V.useContext(ee),Ne=V.useCallback(function(it,lt,tt){Ae.current+=1;var $e=Ae.current;q.current.push({size:it,element:lt,data:tt}),Promise.resolve().then(function(){$e===Ae.current&&(xe==null||xe(q.current),q.current=[])}),U==null||U(it,lt,tt)},[xe,U]);return V.createElement(ee.Provider,{value:Ne},we)}function Pe(Me){var we=Me.children,xe=Me.disabled,Ae=V.useRef(null),q=V.useRef(null),U=V.useContext(ee),Ne=V.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),it=V.isValidElement(we)&&Object(M.c)(we),lt=it?we.ref:null,tt=V.useMemo(function(){return Object(M.a)(lt,Ae)},[lt,Ae]),$e=V.useRef(Me);$e.current=Me;var Te=V.useCallback(function(We){var Qe=$e.current,st=Qe.onResize,Ye=Qe.data,_e=We.getBoundingClientRect(),ze=_e.width,mt=_e.height,ut=We.offsetWidth,rt=We.offsetHeight,nt=Math.floor(ze),ft=Math.floor(mt);if(Ne.current.width!==nt||Ne.current.height!==ft||Ne.current.offsetWidth!==ut||Ne.current.offsetHeight!==rt){var ot={width:nt,height:ft,offsetWidth:ut,offsetHeight:rt};Ne.current=ot;var Ve=ut===Math.round(ze)?ze:ut,pe=rt===Math.round(mt)?mt:rt,qe=Object(w.a)(Object(w.a)({},ot),{},{offsetWidth:Ve,offsetHeight:pe});U==null||U(qe,We,Ye),st&&Promise.resolve().then(function(){st(qe,We)})}},[]);return V.useEffect(function(){var We=Object(E.a)(Ae.current)||Object(E.a)(q.current);return We&&!xe&&ie(We,Te),function(){return ke(We,Te)}},[Ae.current,xe]),V.createElement(je,{ref:q},it?V.cloneElement(we,{ref:tt}):we)}var ge="rc-observer-key";function be(Me){var we=Me.children,xe=Object(T.a)(we);return xe.map(function(Ae,q){var U=(Ae==null?void 0:Ae.key)||"".concat(ge,"-").concat(q);return V.createElement(Pe,Object(P.a)({},Me,{key:U}),Ae)})}be.Collection=ye;var le=be,$=f("bT9E"),A=f("TSYQ"),ne=f.n(A),J=`
min-height:0 !important;
max-height:none !important;
height:0 !important;
visibility:hidden !important;
overflow:hidden !important;
position:absolute !important;
z-index:-1000 !important;
top:0 !important;
right:0 !important
`,b=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break"],R={},G;function I(Me){var we=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,xe=Me.getAttribute("id")||Me.getAttribute("data-reactid")||Me.getAttribute("name");if(we&&R[xe])return R[xe];var Ae=window.getComputedStyle(Me),q=Ae.getPropertyValue("box-sizing")||Ae.getPropertyValue("-moz-box-sizing")||Ae.getPropertyValue("-webkit-box-sizing"),U=parseFloat(Ae.getPropertyValue("padding-bottom"))+parseFloat(Ae.getPropertyValue("padding-top")),Ne=parseFloat(Ae.getPropertyValue("border-bottom-width"))+parseFloat(Ae.getPropertyValue("border-top-width")),it=b.map(function(tt){return"".concat(tt,":").concat(Ae.getPropertyValue(tt))}).join(";"),lt={sizingStyle:it,paddingSize:U,borderSize:Ne,boxSizing:q};return we&&xe&&(R[xe]=lt),lt}function he(Me){var we=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,xe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,Ae=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;G||(G=document.createElement("textarea"),G.setAttribute("tab-index","-1"),G.setAttribute("aria-hidden","true"),document.body.appendChild(G)),Me.getAttribute("wrap")?G.setAttribute("wrap",Me.getAttribute("wrap")):G.removeAttribute("wrap");var q=I(Me,we),U=q.paddingSize,Ne=q.borderSize,it=q.boxSizing,lt=q.sizingStyle;G.setAttribute("style","".concat(lt,";").concat(J)),G.value=Me.value||Me.placeholder||"";var tt=Number.MIN_SAFE_INTEGER,$e=Number.MAX_SAFE_INTEGER,Te=G.scrollHeight,We;if(it==="border-box"?Te+=Ne:it==="content-box"&&(Te-=U),xe!==null||Ae!==null){G.value=" ";var Qe=G.scrollHeight-U;xe!==null&&(tt=Qe*xe,it==="border-box"&&(tt=tt+U+Ne),Te=Math.max(tt,Te)),Ae!==null&&($e=Qe*Ae,it==="border-box"&&($e=$e+U+Ne),We=Te>$e?"":"hidden",Te=Math.min($e,Te))}return{height:Te,minHeight:tt,maxHeight:$e,overflowY:We,resize:"none"}}var x=f("Gytx"),m=f.n(x),Y;(function(Me){Me[Me.NONE=0]="NONE",Me[Me.RESIZING=1]="RESIZING",Me[Me.RESIZED=2]="RESIZED"})(Y||(Y={}));var Se=function(Me){Object(ue.a)(xe,Me);var we=Object(re.a)(xe);function xe(Ae){var q;return Object(fe.a)(this,xe),q=we.call(this,Ae),q.nextFrameActionId=void 0,q.resizeFrameId=void 0,q.textArea=void 0,q.saveTextArea=function(U){q.textArea=U},q.handleResize=function(U){var Ne=q.state.resizeStatus,it=q.props,lt=it.autoSize,tt=it.onResize;if(Ne!==Y.NONE)return;typeof tt=="function"&&tt(U),lt&&q.resizeOnNextFrame()},q.resizeOnNextFrame=function(){cancelAnimationFrame(q.nextFrameActionId),q.nextFrameActionId=requestAnimationFrame(q.resizeTextarea)},q.resizeTextarea=function(){var U=q.props.autoSize;if(!U||!q.textArea)return;var Ne=U.minRows,it=U.maxRows,lt=he(q.textArea,!1,Ne,it);q.setState({textareaStyles:lt,resizeStatus:Y.RESIZING},function(){cancelAnimationFrame(q.resizeFrameId),q.resizeFrameId=requestAnimationFrame(function(){q.setState({resizeStatus:Y.RESIZED},function(){q.resizeFrameId=requestAnimationFrame(function(){q.setState({resizeStatus:Y.NONE}),q.fixFirefoxAutoScroll()})})})})},q.renderTextArea=function(){var U=q.props,Ne=U.prefixCls,it=Ne===void 0?"rc-textarea":Ne,lt=U.autoSize,tt=U.onResize,$e=U.className,Te=U.disabled,We=q.state,Qe=We.textareaStyles,st=We.resizeStatus,Ye=Object($.a)(q.props,["prefixCls","onPressEnter","autoSize","defaultValue","onResize"]),_e=ne()(it,$e,Object(k.a)({},"".concat(it,"-disabled"),Te));"value"in Ye&&(Ye.value=Ye.value||"");var ze=Object(w.a)(Object(w.a)(Object(w.a)({},q.props.style),Qe),st===Y.RESIZING?{overflowX:"hidden",overflowY:"hidden"}:null);return V.createElement(le,{onResize:q.handleResize,disabled:!(lt||tt)},V.createElement("textarea",Object(P.a)({},Ye,{className:_e,style:ze,ref:q.saveTextArea})))},q.state={textareaStyles:{},resizeStatus:Y.NONE},q}return Object(X.a)(xe,[{key:"componentDidUpdate",value:function(q){(q.value!==this.props.value||!m()(q.autoSize,this.props.autoSize))&&this.resizeTextarea()}},{key:"componentWillUnmount",value:function(){cancelAnimationFrame(this.nextFrameActionId),cancelAnimationFrame(this.resizeFrameId)}},{key:"fixFirefoxAutoScroll",value:function(){try{if(document.activeElement===this.textArea){var q=this.textArea.selectionStart,U=this.textArea.selectionEnd;this.textArea.setSelectionRange(q,U)}}catch(Ne){}}},{key:"render",value:function(){return this.renderTextArea()}}]),xe}(V.Component),de=Se,He=function(Me){Object(ue.a)(xe,Me);var we=Object(re.a)(xe);function xe(Ae){var q;Object(fe.a)(this,xe),q=we.call(this,Ae),q.resizableTextArea=void 0,q.focus=function(){q.resizableTextArea.textArea.focus()},q.saveTextArea=function(Ne){q.resizableTextArea=Ne},q.handleChange=function(Ne){var it=q.props.onChange;q.setValue(Ne.target.value,function(){q.resizableTextArea.resizeTextarea()}),it&&it(Ne)},q.handleKeyDown=function(Ne){var it=q.props,lt=it.onPressEnter,tt=it.onKeyDown;Ne.keyCode===13&&lt&&lt(Ne),tt&&tt(Ne)};var U=typeof Ae.value=="undefined"||Ae.value===null?Ae.defaultValue:Ae.value;return q.state={value:U},q}return Object(X.a)(xe,[{key:"setValue",value:function(q,U){"value"in this.props||this.setState({value:q},U)}},{key:"blur",value:function(){this.resizableTextArea.textArea.blur()}},{key:"render",value:function(){return V.createElement(de,Object(P.a)({},this.props,{value:this.state.value,onKeyDown:this.handleKeyDown,onChange:this.handleChange,ref:this.saveTextArea}))}}],[{key:"getDerivedStateFromProps",value:function(q){return"value"in q?{value:q.value}:null}}]),xe}(V.Component),Ge=ce.default=He},ZW9T:function(ve,ce,f){"use strict";f.d(ce,"a",function(){return je});var P=f("k1fw"),fe=f("miYZ"),X=f("tsqr"),ue=f("rAM+"),re=f("tJVT"),V=f("PpiC"),w=f("q1tI"),k=f.n(w),T=f("bdgK");function W(ee,ye,Pe,ge,be){var le=ye.getWordUntilPosition(Pe),$={startLineNumber:Pe.lineNumber,endLineNumber:Pe.lineNumber,startColumn:le.startColumn,endColumn:le.endColumn},A=ge.map(function(ne){return{label:ne,kind:ee.languages.CompletionItemKind.Keyword,insertText:ne,insertTextRules:ee.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:$}});return be.map(function(ne){A.push(Object(P.a)(Object(P.a)({},ne),{},{range:$}))}),A}var M=function(ee){var ye={label:"ifelse",kind:ee.languages.CompletionItemKind.Method,insertText:["if (${1:condition}) {"," $0","} else {"," ","}"].join(`
`),insertTextRules:ee.languages.CompletionItemInsertTextRule.InsertAsSnippet},Pe=["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","inline","restrict","_Bool","_Complex","_Imaginary","_Alignas","_Alignof","_Atomic","_Static_assert","_Noreturn","_Thread_local","_Generic"];ee.languages.registerCompletionItemProvider("cpp",{provideCompletionItems:function($,A){var ne=W(ee,$,A,Pe,[ye]);return{suggestions:ne}}});var ge=["False","None","True","and","as","assert","break","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","nonlocal","not","or","pass","raise","return","try","while","with","yield"];ee.languages.registerCompletionItemProvider("python",{provideCompletionItems:function($,A){var ne=[{label:"print",kind:ee.languages.CompletionItemKind.Snippet,insertText:["print($0)"].join(`
`),insertTextRules:ee.languages.CompletionItemInsertTextRule.InsertAsSnippet}],J=W(ee,$,A,ge,ne);return{suggestions:J}}});var be=["abstract","assert","boolean","break","byte","case","catch","char","class","const","continue","default","do","double","else","enum","extends","final","finally","float","for","goto","if","implements","import","instance of","int","interface","long","native","new","package","private","protected","public","return","strictfp","short","static","super","switch","synchronized","this","throw","throws","transient","try","void","volatile","while"];ee.languages.registerCompletionItemProvider("java",{provideCompletionItems:function($,A){var ne=[ye,{label:"main",kind:ee.languages.CompletionItemKind.Snippet,insertText:["public static void main(String[] args) {"," $0","}"].join(`
`),insertTextRules:ee.languages.CompletionItemInsertTextRule.InsertAsSnippet},{label:"System.out.print",kind:ee.languages.CompletionItemKind.Snippet,insertText:["System.out.print($0)"].join(`
`),insertTextRules:ee.languages.CompletionItemInsertTextRule.InsertAsSnippet}],J=W(ee,$,A,be,ne);return{suggestions:J}}})},E="\u8BE5\u4EFB\u52A1\u5173\u5361\u8BBE\u7F6E\u4E86\u7981\u6B62\u590D\u5236\u7C98\u8D34\uFF0C\u8BF7\u624B\u52A8\u8F93\u5165\u4EE3\u7801\u3002",K=f("LvDl");function F(ee){return/^\d+$/.test(ee)?"".concat(ee,"px"):ee}function O(){}var B=!1,z={"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"};function Z(){var ee=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],ye=ee;if(Array.isArray(ee)){for(var Pe=0;Pe<ee.length;Pe++){var ge=z[ee[Pe]];if(ge)return ge}return ye[0]}return z[ye]||ye}var ie=null,ke=ce.b=function(ee){var ye=ee.width,Pe=ye===void 0?"100%":ye,ge=ee.height,be=ge===void 0?"100%":ge,le=ee.value,$=ee.language,A=$===void 0?"javascript":$,ne=ee.style,J=ne===void 0?{}:ne,b=ee.options,R=b===void 0?{}:b,G=ee.overrideServices,I=G===void 0?{}:G,he=ee.theme,x=he===void 0?"vs-dark":he,m=ee.onEditBlur,Y=ee.onSave,Se=ee.autoHeight,de=Se===void 0?!1:Se,He=ee.forbidCopy,Ge=He===void 0?!1:He,Me=ee.onChange,we=Me===void 0?O:Me,xe=ee.editorDidMount,Ae=xe===void 0?O:xe,q=ee.onFocus,U=q===void 0?O:q,Ne=ee.filename,it=Ne===void 0?"educoder.txt":Ne,lt=Object(V.a)(ee,["width","height","value","language","style","options","overrideServices","theme","onEditBlur","onSave","autoHeight","forbidCopy","onChange","editorDidMount","onFocus","filename"]),tt=Object(w.useRef)(),$e=Object(w.useRef)({}),Te=Object(w.useRef)(),We=Object(w.useRef)(!1),Qe=Object(w.useRef)(),st=Object(w.useState)(!1),Ye=Object(re.a)(st,2),_e=Ye[0],ze=Ye[1];function mt(){var S;return tt.current&&(S=new T.default(function(L){var ae=Object(ue.a)(L),me;try{for(ae.s();!(me=ae.n()).done;){var Ue=me.value;(Ue.target.offsetHeight>0||Ue.target.offsetWidth>0)&&$e.current.instance.layout()}}catch(yt){ae.e(yt)}finally{ae.f()}}),S.observe(tt.current)),S}function ut(){X.b.warn(decodeURIComponent(E))}var rt=function(){var L=$e.current.instance;if(le!=null&&L&&_e){var ae=L.getModel();ae&&le!==ae.getValue()&&(B=!0,ae.setValue(le),L.layout(),B=!1)}};Object(w.useEffect)(function(){Te.current&&clearTimeout(Te.current),Te.current=setTimeout(function(){rt()},500)},[le,_e,$e.current]);function nt(){var S=$e.current.instance;if(S){var L=S.getSelection(),ae=$e.current.pastePos||{},me=new ie.Range(ae.startLineNumber||L.endLineNumber,ae.startColumn||L.endColumn,ae.endLineNumber||L.endLineNumber,ae.endColumn||L.endColumn);setTimeout(function(){S.executeEdits("",[{range:me,text:""}])},300)}}function ft(S){(window.navigator.platform.match("Mac")?S.metaKey:S.ctrlKey)&&S.keyCode==83&&(S.preventDefault(),Y())}var ot=function(){if(de&&$e.current.instance){var L=$e.current.instance.getContentHeight();y(L<be?be:L)}else y(be)};function Ve(S){var L=document.createEvent("MouseEvents");L.initMouseEvent("click",!0,!1,window,0,0,0,0,0,!1,!1,!1,!1,0,null),S.dispatchEvent(L)}function pe(S,L){var ae=window.URL||window.webkitURL||window,me=new Blob([L]),Ue=document.createElementNS("http://www.w3.org/1999/xhtml","a");Ue.href=ae.createObjectURL(me),Ue.download=S,Ve(Ue)}Object(w.useEffect)(function(){ot()},[ot]),Object(w.useEffect)(function(){tt.current&&!_e&&f.e(27).then(f.t.bind(null,"M/lh",7)).then(function(S){try{ie=S,$e.current.instance=ie.editor.create(tt.current,{value:le,language:Z(A),theme:x,requireConfig:{"vs/nls":{availableLanguages:{"*":"zh-cn"}}},wordWrap:!0},I);var L=$e.current.instance;if(Ae(L,ie),setTimeout(function(){ot(),$e.current.instance.addAction({id:"d123123",label:"Download File",contextMenuGroupId:"9_cutcopypaste",run:function(){pe(it||"educoder.txt",L.getValue())}})},500),$e.current.subscription=L.onDidChangeModelContent(function(me){We.current?clearTimeout(Qe.current):(ot(),we(L.getValue(),me)),Qe.current=setTimeout(function(){We.current=!1},500)}),window.Monaco||M(ie),Ge&&(L.addCommand(ie.KeyMod.CtrlCmd|ie.KeyMod.Shift|ie.KeyCode.KEY_V,function(){return ut(),null}),L.addCommand(ie.KeyMod.CtrlCmd|ie.KeyCode.KEY_C,function(){return ut(),null})),window.Monaco=ie,m&&L.onDidBlurEditorWidget(function(){m(L.getValue())}),U&&L.onDidFocusEditorText(function(){U(L.getValue())}),Ge){L.addCommand(ie.KeyMod.CtrlCmd|ie.KeyCode.KEY_V,function(){return ut(),null}),L.onDidPaste(function(me){$e.current.pastePos=me});try{window.addEventListener("paste",nt)}catch(me){}}var ae=mt();return ze(!0),function(){var me=$e.current.instance;me.dispose();var Ue=me.getModel();Ue&&Ue.dispose(),$e.current.subscription&&$e.current.subscription.dispose(),Ge&&window.removeEventListener("paste",nt),ae.unobserve(tt.current)}}catch(me){}})},[]),Object(w.useEffect)(function(){var S=$e.current.instance;if(S&&_e)return document.addEventListener("keydown",ft,!1),function(){document.removeEventListener("keydown",ft)}},[Y,_e]),Object(w.useEffect)(function(){var S=$e.current.instance;if(S&&_e){var L=Z(A);ie.editor.setModelLanguage(S.getModel(),L),console.log("language:",A,S.getModel(),L)}},[A,_e]),Object(w.useEffect)(function(){var S=$e.current.instance;S&&_e&&ie.editor.setTheme(x)},[x,_e]),Object(w.useEffect)(function(){var S=$e.current.instance;S&&_e&&(S.updateOptions(Object(P.a)({},R)),setTimeout(function(){S.getModel().updateOptions(Object(P.a)({},R))},200))},[JSON.stringify(R),_e]),Object(w.useEffect)(function(){var S=$e.current.instance;S&&_e&&S.layout()},[Pe,be,_e]);var qe=Object(w.useState)(F(Pe)),Xe=Object(re.a)(qe,2),Ce=Xe[0],Oe=Xe[1],Q=Object(w.useState)(F(be)),j=Object(re.a)(Q,2),H=j[0],y=j[1],C=Object(P.a)(Object(P.a)({},J),{},{width:Ce,height:H});return k.a.createElement("div",{className:"my-monaco-editor",ref:tt,style:C})};function je(ee){var ye=ee.width,Pe=ye===void 0?"100%":ye,ge=ee.height,be=ge===void 0?"100%":ge,le=ee.original,$=ee.modified,A=ee.language,ne=ee.options,J=ne===void 0?{}:ne,b=Object(w.useRef)(),R=Object(w.useState)(null),G=Object(re.a)(R,2),I=G[0],he=G[1];function x(de){var He;return b.current&&(He=new T.default(function(Ge){var Me=Object(ue.a)(Ge),we;try{for(Me.s();!(we=Me.n()).done;){var xe=we.value;(xe.target.offsetHeight>0||xe.target.offsetWidth>0)&&de.layout()}}catch(Ae){Me.e(Ae)}finally{Me.f()}}),He.observe(b.current)),He}Object(w.useEffect)(function(){b.current&&f.e(27).then(f.t.bind(null,"M/lh",7)).then(function(de){ie=de;var He=ie.editor.createDiffEditor(b.current,Object(P.a)(Object(P.a)({enableSplitViewResizing:!1,scrollBeyondLastLine:!1,roundedSelection:!1,renderIndicators:!1,useShadows:!1,horizontal:"hidden",lineNumbers:"off",ignoreTrimWhitespace:!1,followsCaret:!0,ignoreCharChanges:!0,minimap:{enabled:!1},readOnly:!0},J),{},{wordWrap:!0}));he(He);var Ge=x(He);return function(){He.dispose();var Me=He.getModel();Me&&Me.dispose(),Ge.unobserve(b.current)}})},[]),Object(w.useEffect)(function(){I&&I.setModel({original:ie.editor.createModel(le,A),modified:ie.editor.createModel($,A)})},[le,$,A,I]);var m=F(Pe),Y=F(be),Se={width:m,height:Y};return k.a.createElement("div",{className:"my-diff-editor",ref:b,style:Se})}},ZpRC:function(ve,ce,f){"use strict";function P(M){return typeof M=="object"&&M!=null&&M.nodeType===1}function fe(M,E){return(!E||M!=="hidden")&&M!=="visible"&&M!=="clip"}function X(M,E){if(M.clientHeight<M.scrollHeight||M.clientWidth<M.scrollWidth){var K=getComputedStyle(M,null);return fe(K.overflowY,E)||fe(K.overflowX,E)||function(F){var O=function(B){if(!B.ownerDocument||!B.ownerDocument.defaultView)return null;try{return B.ownerDocument.defaultView.frameElement}catch(z){return null}}(F);return!!O&&(O.clientHeight<F.scrollHeight||O.clientWidth<F.scrollWidth)}(M)}return!1}function ue(M,E,K,F,O,B,z,Z){return B<M&&z>E||B>M&&z<E?0:B<=M&&Z<=K||z>=E&&Z>=K?B-M-F:z>E&&Z<K||B<M&&Z>K?z-E+O:0}var re=function(M,E){var K=window,F=E.scrollMode,O=E.block,B=E.inline,z=E.boundary,Z=E.skipOverflowHiddenElements,ie=typeof z=="function"?z:function(Qe){return Qe!==z};if(!P(M))throw new TypeError("Invalid target");for(var ke=document.scrollingElement||document.documentElement,je=[],ee=M;P(ee)&&ie(ee);){if((ee=ee.parentElement)===ke){je.push(ee);break}ee!=null&&ee===document.body&&X(ee)&&!X(document.documentElement)||ee!=null&&X(ee,Z)&&je.push(ee)}for(var ye=K.visualViewport?K.visualViewport.width:innerWidth,Pe=K.visualViewport?K.visualViewport.height:innerHeight,ge=window.scrollX||pageXOffset,be=window.scrollY||pageYOffset,le=M.getBoundingClientRect(),$=le.height,A=le.width,ne=le.top,J=le.right,b=le.bottom,R=le.left,G=O==="start"||O==="nearest"?ne:O==="end"?b:ne+$/2,I=B==="center"?R+A/2:B==="end"?J:R,he=[],x=0;x<je.length;x++){var m=je[x],Y=m.getBoundingClientRect(),Se=Y.height,de=Y.width,He=Y.top,Ge=Y.right,Me=Y.bottom,we=Y.left;if(F==="if-needed"&&ne>=0&&R>=0&&b<=Pe&&J<=ye&&ne>=He&&b<=Me&&R>=we&&J<=Ge)return he;var xe=getComputedStyle(m),Ae=parseInt(xe.borderLeftWidth,10),q=parseInt(xe.borderTopWidth,10),U=parseInt(xe.borderRightWidth,10),Ne=parseInt(xe.borderBottomWidth,10),it=0,lt=0,tt="offsetWidth"in m?m.offsetWidth-m.clientWidth-Ae-U:0,$e="offsetHeight"in m?m.offsetHeight-m.clientHeight-q-Ne:0;if(ke===m)it=O==="start"?G:O==="end"?G-Pe:O==="nearest"?ue(be,be+Pe,Pe,q,Ne,be+G,be+G+$,$):G-Pe/2,lt=B==="start"?I:B==="center"?I-ye/2:B==="end"?I-ye:ue(ge,ge+ye,ye,Ae,U,ge+I,ge+I+A,A),it=Math.max(0,it+be),lt=Math.max(0,lt+ge);else{it=O==="start"?G-He-q:O==="end"?G-Me+Ne+$e:O==="nearest"?ue(He,Me,Se,q,Ne+$e,G,G+$,$):G-(He+Se/2)+$e/2,lt=B==="start"?I-we-Ae:B==="center"?I-(we+de/2)+tt/2:B==="end"?I-Ge+U+tt:ue(we,Ge,de,Ae,U+tt,I,I+A,A);var Te=m.scrollLeft,We=m.scrollTop;G+=We-(it=Math.max(0,Math.min(We+it,m.scrollHeight-Se+$e))),I+=Te-(lt=Math.max(0,Math.min(Te+lt,m.scrollWidth-de+tt)))}he.push({el:m,top:it,left:lt})}return he};function V(M){return M===Object(M)&&Object.keys(M).length!==0}function w(M,E){E===void 0&&(E="auto");var K="scrollBehavior"in document.body.style;M.forEach(function(F){var O=F.el,B=F.top,z=F.left;O.scroll&&K?O.scroll({top:B,left:z,behavior:E}):(O.scrollTop=B,O.scrollLeft=z)})}function k(M){return M===!1?{block:"end",inline:"nearest"}:V(M)?M:{block:"start",inline:"nearest"}}function T(M,E){var K=!M.ownerDocument.documentElement.contains(M);if(V(E)&&typeof E.behavior=="function")return E.behavior(K?[]:re(M,E));if(K)return;var F=k(E);return w(re(M,F),F.behavior)}var W=ce.a=T},aRTE:function(ve,ce){ve.exports={L:1,M:0,Q:3,H:2}},bT9E:function(ve,ce,f){"use strict";f.d(ce,"a",function(){return fe});var P=f("VTBJ");function fe(X,ue){var re=Object(P.a)({},X);return Array.isArray(ue)&&ue.forEach(function(V){delete re[V]}),re}},c5Ni:function(ve,ce,f){},cRFk:function(ve,ce,f){ve.exports=f.p+"static/RepositoryNoneData.828085a8.png"},csWT:function(ve,ce,f){ve.exports=f.p+"static/choose.4ad1045f.svg"},dNgX:function(ve,ce,f){"use strict";f.r(ce);var P=f("14J3"),fe=f("BMrR"),X=f("jCWc"),ue=f("kPKH"),re=f("OaEy"),V=f("2fM7"),w=f("7Kak"),k=f("9yH6"),T=f("5NDa"),W=f("5rEg"),M=f("miYZ"),E=f("tsqr"),K=f("9og8"),F=f("k1fw"),O=f("y8nQ"),B=f("Vl3Y"),z=f("tJVT"),Z=f("PpiC"),ie=f("WmNS"),ke=f.n(ie),je=f("q1tI"),ee=f.n(je),ye=f("9kvl"),Pe=f("Ot1p"),ge=f("HBuW"),be=f("S3tb"),le=f.n(be),$=f("9ZNV"),A=f("CJF0"),ne=f("2RCv"),J={1:[100,200],2:[300,400,500,600],3:[700,800,900,1e3]},b=function(G){var I,he,x,m=G.shixunsDetail,Y=G.dispatch,Se=G.loading,de=G.match,He=Object(Z.a)(G,["shixunsDetail","dispatch","loading","match"]),Ge=B.a.useForm(),Me=Object(z.a)(Ge,1),we=Me[0],xe=Object(je.useState)({}),Ae=Object(z.a)(xe,2),q=Ae[0],U=Ae[1],Ne=Object(je.useState)([100,200]),it=Object(z.a)(Ne,2),lt=it[0],tt=it[1],$e=m.challengesNew,Te=Object(je.useState)(),We=Object(z.a)(Te,2),Qe=We[0],st=We[1],Ye=Object(je.useState)(),_e=Object(z.a)(Ye,2),ze=_e[0],mt=_e[1];Object(je.useEffect)(function(){return Y({type:"globalSetting/footerToggle",payload:!1}),function(){Y({type:"globalSetting/footerToggle",payload:!0})}},[]),Object(je.useEffect)(function(){de.params.challengesId?(mt(!0),ut()):(mt(!1),Y({type:"shixunsDetail/getChallengesNew",payload:Object(F.a)({},de.params)}))},[de.params]);var ut=function(){var Ve=Object(K.a)(ke.a.mark(function pe(){var qe;return ke.a.wrap(function(Ce){for(;;)switch(Ce.prev=Ce.next){case 0:return Ce.next=2,Object(ge.G)({id:de.params.id,challengeId:de.params.challengesId,tab:0});case 2:qe=Ce.sent,qe&&(st(qe),rt(qe));case 4:case"end":return Ce.stop()}},pe)}));return function(){return Ve.apply(this,arguments)}}(),rt=function(pe){var qe={subject:pe.name,difficulty:pe.difficulty,score:pe.score,challenge_tag:pe.tags,task_pass:pe.task_pass},Xe=J[pe.difficulty];tt(Xe),we.setFieldsValue(Object(F.a)({},qe)),U(Object(F.a)({},qe))},nt=function(pe){var qe=J[pe],Xe=qe==null?void 0:qe[0];tt(qe),we.setFieldsValue({score:Xe}),U(Object(F.a)(Object(F.a)({},we.getFieldsValue()),{score:Xe}))},ft=function(pe,qe){U(Object(F.a)({},we.getFieldsValue())),"difficulty"in pe&&nt(pe.difficulty)},ot=function(){var Ve=Object(K.a)(ke.a.mark(function pe(){var qe,Xe,Ce,Oe,Q,j=arguments;return ke.a.wrap(function(y){for(;;)switch(y.prev=y.next){case 0:if(Xe=j.length>0&&j[0]!==void 0?j[0]:{},!(!ze&&((qe=m.detail)===null||qe===void 0?void 0:qe.shixun_status)===2)){y.next=4;break}return E.b.info("\u8BE5\u5B9E\u8BAD\u5DF2\u7ECF\u53D1\u5E03\u4E0D\u80FD\u65B0\u5EFA"),y.abrupt("return");case 4:if(!ze){y.next=10;break}return y.next=7,Object(ge.Lb)(Object(F.a)(Object(F.a)({},de.params),{},{tab:0,challenge:Object(F.a)({},Xe),challenge_tag:Xe.challenge_tag}));case 7:return Ce=y.sent,Ce&&ye.d.replace("/shixuns/".concat(de.params.id,"/challenges/").concat(de.params.challengesId,"/tab=2")),y.abrupt("return");case 10:return Oe=Object(F.a)({},q),Oe.identifier=de.params.id,Oe.st=0,y.next=15,Object(ge.b)(Object(F.a)({},Oe));case 15:Q=y.sent,Q.status===1&&He.history.replace("/shixuns/".concat(de.params.id,"/challenges/").concat(Q.challenge_id,"/tab=2"));case 17:case"end":return y.stop()}},pe)}));return function(){return Ve.apply(this,arguments)}}();return ee.a.createElement("section",{className:le.a.bg},ee.a.createElement(A.a,{data:Qe||$e,title:"\u5B9E\u8DF5\u9898"}),ee.a.createElement(B.a,{form:we,className:le.a.formWrap,scrollToFirstError:!0,layout:"vertical",onValuesChange:ft,onFinish:ot},ee.a.createElement("aside",{className:["bg-white",le.a.navBar,le.a.flexRow].join(" ")},ee.a.createElement("li",{className:"".concat(le.a.active," current")},ee.a.createElement("a",null,"1\u3001\u672C\u5173\u4EFB\u52A1")),ze&&ee.a.createElement(ee.a.Fragment,null,ee.a.createElement("li",{className:"current"},ee.a.createElement("a",{onClick:function(){ye.d.push("/shixuns/".concat(de.params.id,"/challenges/").concat(de.params.challengesId,"/tab=2"))}},"2\u3001\u8BC4\u6D4B\u8BBE\u7F6E")),ee.a.createElement("li",{className:"current"},ee.a.createElement("a",{onClick:function(){ye.d.push("/shixuns/".concat(de.params.id,"/challenges/").concat(de.params.challengesId,"/tab=3"))}},"3\u3001\u53C2\u8003\u7B54\u6848")),ee.a.createElement("li",{className:"current"},ee.a.createElement("a",{onClick:function(){ye.d.push("/shixuns/".concat(de.params.id,"/challenges/").concat(de.params.challengesId,"/tab=4"))}},"4\u3001\u5173\u5361\u6392\u884C\u699C")))),ee.a.createElement("div",{className:le.a.fieldWrap},ee.a.createElement(B.a.Item,{name:"subject",label:"\u4EFB\u52A1\u540D\u79F0:",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4EFB\u52A1\u540D\u79F0"}]},ee.a.createElement(W.a,{maxLength:60,suffix:"".concat(((I=q.subject)===null||I===void 0?void 0:I.length)||0,"/60"),placeholder:"\u4F8B\u5982\uFF1A\u4ECEPython\u7A0B\u5E8F\u8BBE\u8BA1-\u5165\u95E8\u7CBE\u901A"}))),ee.a.createElement("div",{className:le.a.mdWrap},ee.a.createElement(B.a.Item,{name:"task_pass",label:"\u8FC7\u5173\u4EFB\u52A1:",rules:[{required:!0,message:"\u8BF7\u8F93\u5165\u4F5C\u4E1A\u7684\u7B80\u4ECB"},{max:35e3,message:"\u8FC7\u5173\u4EFB\u52A1\u7B80\u4ECB\u6700\u5927\u9650\u523635000\u4E2A\u5B57\u7B26"}]},ee.a.createElement(Pe.a,{watch:!0,defaultValue:ze?Qe==null?void 0:Qe.task_pass:$e.task_pass_default})),ee.a.createElement(B.a.Item,{name:"difficulty",label:"\u96BE\u5EA6\u7CFB\u6570:",rules:[{required:!0,message:"\u8BF7\u9009\u62E9\u96BE\u5EA6\u7CFB\u6570"}]},ee.a.createElement(k.a.Group,{disabled:((he=m.detail)===null||he===void 0?void 0:he.shixun_status)===2},ee.a.createElement(k.a,{value:1},"\u7B80\u5355"),ee.a.createElement(k.a,{value:2},"\u4E2D\u7B49"),ee.a.createElement(k.a,{value:3},"\u56F0\u96BE"))),ee.a.createElement(fe.a,null,ee.a.createElement(ue.a,null,ee.a.createElement(B.a.Item,{name:"score",label:"\u5956\u52B1\u7ECF\u9A8C\u503C:",rules:[{required:!0,message:"\u8BF7\u9009\u62E9\u5956\u52B1\u7ECF\u9A8C\u503C"}]},ee.a.createElement(V.a,{disabled:((x=m.detail)===null||x===void 0?void 0:x.shixun_status)===2},lt==null?void 0:lt.map(function(Ve){return ee.a.createElement(V.a.Option,{value:Ve},Ve)})))),ee.a.createElement(ue.a,{flex:1},ee.a.createElement("div",{className:"font12 c-light-black ml10 mt20"},"\u5982\u679C\u5B66\u5458\u7B54\u9898\u9519\u8BEF\uFF0C\u5219\u4E0D\u80FD\u5F97\u5230\u76F8\u5E94\u7684\u7ECF\u9A8C\u503C",ee.a.createElement("br",null),"\u5982\u679C\u5B66\u5458\u6210\u529F\u5F97\u5230\u7ECF\u9A8C\u503C\uFF0C\u90A3\u4E48\u5C06\u540C\u65F6\u83B7\u5F97\u7B49\u503C\u7684\u91D1\u5E01\u5956\u52B1\uFF0C\u5982\uFF1A+10\u7ECF\u9A8C\u503C\u3001+10\u91D1\u5E01"))),ee.a.createElement(B.a.Item,{name:"challenge_tag",label:ee.a.createElement("div",null,"\u6280\u80FD\u6807\u7B7E ",ee.a.createElement("span",{className:"pl20 font12 c-light-black"},"\u5B66\u5458\u7B54\u9898\u6B63\u786E\u5C06\u83B7\u5F97\u6280\u80FD\uFF0C\u5426\u5219\u4E0D\u80FD\u83B7\u5F97\u6280\u80FD\uFF08\u56DE\u8F66\u6DFB\u52A0\u6807\u7B7E\uFF09")),rules:[{required:!0,message:"\u8BF7\u9009\u62E9\u6280\u80FD\u6807\u7B7E"}]},ee.a.createElement(ne.a,{placeholder:"\u6DFB\u52A0\u6807\u7B7E",style:{width:"260px"},InputRight:ee.a.createElement("span",{className:"ml5"},"(\u56DE\u8F66\u6DFB\u52A0\u6807\u7B7E)")}))),ee.a.createElement(B.a.Item,{noStyle:!0},ee.a.createElement($.a,{okButtonProps:{htmlType:"submit"},onCancel:function(){return ye.d.push("/shixuns/".concat(de.params.id,"/challenges"))}}))))};ce.default=Object(ye.a)(function(R){var G=R.shixunsDetail,I=R.newCourse,he=R.loading,x=R.globalSetting;return{shixunsDetail:G,newCourse:I,globalSetting:x,loading:he.effects}})(b)},dQei:function(ve,ce){for(var f={glog:function(fe){if(fe<1)throw new Error("glog("+fe+")");return f.LOG_TABLE[fe]},gexp:function(fe){for(;fe<0;)fe+=255;for(;fe>=256;)fe-=255;return f.EXP_TABLE[fe]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},P=0;P<8;P++)f.EXP_TABLE[P]=1<<P;for(var P=8;P<256;P++)f.EXP_TABLE[P]=f.EXP_TABLE[P-4]^f.EXP_TABLE[P-5]^f.EXP_TABLE[P-6]^f.EXP_TABLE[P-8];for(var P=0;P<255;P++)f.LOG_TABLE[f.EXP_TABLE[P]]=P;ve.exports=f},dWSS:function(ve,ce,f){var P=f("dQei");function fe(X,ue){if(X.length==null)throw new Error(X.length+"/"+ue);for(var re=0;re<X.length&&X[re]==0;)re++;this.num=new Array(X.length-re+ue);for(var V=0;V<X.length-re;V++)this.num[V]=X[V+re]}fe.prototype={get:function(X){return this.num[X]},getLength:function(){return this.num.length},multiply:function(X){for(var ue=new Array(this.getLength()+X.getLength()-1),re=0;re<this.getLength();re++)for(var V=0;V<X.getLength();V++)ue[re+V]^=P.gexp(P.glog(this.get(re))+P.glog(X.get(V)));return new fe(ue,0)},mod:function(X){if(this.getLength()-X.getLength()<0)return this;for(var ue=P.glog(this.get(0))-P.glog(X.get(0)),re=new Array(this.getLength()),V=0;V<this.getLength();V++)re[V]=this.get(V);for(var V=0;V<X.getLength();V++)re[V]^=P.gexp(P.glog(X.get(V))+ue);return new fe(re,0).mod(X)}},ve.exports=fe},dejd:function(ve,ce,f){},djh8:function(ve,ce,f){ve.exports=f.p+"static/qrCode.42927872.png"},dmUQ:function(ve,ce,f){"use strict";var P=f("Ff2n"),fe=f("rePB"),X=f("1OyB"),ue=f("vuIU"),re=f("Ji7U"),V=f("md7G"),w=f("foSv"),k=f("q1tI"),T=f.n(k),W=f("TSYQ"),M=f.n(W),E=f("4IlW");function K($,A){var ne=Object.keys($);if(Object.getOwnPropertySymbols){var J=Object.getOwnPropertySymbols($);A&&(J=J.filter(function(b){return Object.getOwnPropertyDescriptor($,b).enumerable})),ne.push.apply(ne,J)}return ne}function F($){for(var A=1;A<arguments.length;A++){var ne=arguments[A]!=null?arguments[A]:{};A%2?K(Object(ne),!0).forEach(function(J){Object(fe.a)($,J,ne[J])}):Object.getOwnPropertyDescriptors?Object.defineProperties($,Object.getOwnPropertyDescriptors(ne)):K(Object(ne)).forEach(function(J){Object.defineProperty($,J,Object.getOwnPropertyDescriptor(ne,J))})}return $}function O($){var A=B();return function(){var J=Object(w.a)($),b;if(A){var R=Object(w.a)(this).constructor;b=Reflect.construct(J,arguments,R)}else b=J.apply(this,arguments);return Object(V.a)(this,b)}}function B(){if(typeof Reflect=="undefined"||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch($){return!1}}function z(){}function Z($){$.preventDefault()}var ie=function(A){return A.replace(/[^\w.-]+/g,"")},ke=200,je=600,ee=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,ye=function(A){return A!=null},Pe=function(A,ne){return ne===A||typeof ne=="number"&&typeof A=="number"&&isNaN(ne)&&isNaN(A)},ge=function($){Object(re.a)(ne,$);var A=O(ne);function ne(J){var b;Object(X.a)(this,ne),b=A.call(this,J),b.onKeyDown=function(I){var he=b.props,x=he.onKeyDown,m=he.onPressEnter;if(I.keyCode===E.a.UP){var Y=b.getRatio(I);b.up(I,Y,null),b.stop()}else if(I.keyCode===E.a.DOWN){var Se=b.getRatio(I);b.down(I,Se,null),b.stop()}else I.keyCode===E.a.ENTER&&m&&m(I);if(b.recordCursorPosition(),b.lastKeyCode=I.keyCode,x){for(var de=arguments.length,He=new Array(de>1?de-1:0),Ge=1;Ge<de;Ge++)He[Ge-1]=arguments[Ge];x.apply(void 0,[I].concat(He))}},b.onKeyUp=function(I){var he=b.props.onKeyUp;if(b.stop(),b.recordCursorPosition(),he){for(var x=arguments.length,m=new Array(x>1?x-1:0),Y=1;Y<x;Y++)m[Y-1]=arguments[Y];he.apply(void 0,[I].concat(m))}},b.onChange=function(I){var he=b.props.onChange;b.state.focused&&(b.inputting=!0),b.rawInput=b.props.parser(b.getValueFromEvent(I)),b.setState({inputValue:b.rawInput}),he(b.toNumber(b.rawInput))},b.onMouseUp=function(){var I=b.props.onMouseUp;b.recordCursorPosition(),I&&I.apply(void 0,arguments)},b.onFocus=function(){var I;b.setState({focused:!0}),(I=b.props).onFocus.apply(I,arguments)},b.onBlur=function(){var I=b.props.onBlur;b.inputting=!1,b.setState({focused:!1});var he=b.getCurrentValidValue(b.state.inputValue),x=b.setValue(he,z);if(I){var m=b.input.value,Y=b.getInputDisplayValue({focus:!1,value:x});b.input.value=Y&&Number(Y),I.apply(void 0,arguments),b.input.value=m}},b.getRatio=function(I){var he=1;return I.metaKey||I.ctrlKey?he=.1:I.shiftKey&&(he=10),he},b.getFullNum=function(I){return isNaN(I)?I:/e/i.test(String(I))?Number(I).toFixed(18).replace(/\.?0+$/,""):I},b.getPrecision=function(I){if(ye(b.props.precision))return b.props.precision;var he=String(I);if(he.indexOf("e-")>=0)return parseInt(he.slice(he.indexOf("e-")+2),10);var x=0;return he.indexOf(".")>=0&&(x=he.length-he.indexOf(".")-1),x},b.getInputDisplayValue=function(I){var he=I||b.state,x=he.focused,m=he.inputValue,Y=he.value,Se;x?Se=m:Se=b.toPrecisionAsStep(Y),Se==null&&(Se="");var de=b.formatWrapper(Se);return ye(b.props.decimalSeparator)&&(de=de.toString().replace(".",b.props.decimalSeparator)),de},b.recordCursorPosition=function(){try{b.cursorStart=b.input.selectionStart,b.cursorEnd=b.input.selectionEnd,b.currentValue=b.input.value,b.cursorBefore=b.input.value.substring(0,b.cursorStart),b.cursorAfter=b.input.value.substring(b.cursorEnd)}catch(I){}},b.restoreByAfter=function(I){if(I===void 0)return!1;var he=b.input.value,x=he.lastIndexOf(I);if(x===-1)return!1;var m=b.cursorBefore.length;return b.lastKeyCode===E.a.DELETE&&b.cursorBefore.charAt(m-1)===I[0]?(b.fixCaret(m,m),!0):x+I.length===he.length?(b.fixCaret(x,x),!0):!1},b.partRestoreByAfter=function(I){return I===void 0?!1:Array.prototype.some.call(I,function(he,x){var m=I.substring(x);return b.restoreByAfter(m)})},b.isNotCompleteNumber=function(I){return isNaN(I)||I===""||I===null||I&&I.toString().indexOf(".")===I.toString().length-1},b.stop=function(){b.autoStepTimer&&clearTimeout(b.autoStepTimer)},b.down=function(I,he,x){b.pressingUpOrDown=!0,b.step("down",I,he,x)},b.up=function(I,he,x){b.pressingUpOrDown=!0,b.step("up",I,he,x)},b.saveInput=function(I){b.input=I};var R=J.value;R===void 0&&(R=J.defaultValue),b.state={focused:J.autoFocus};var G=b.getValidValue(b.toNumber(R));return b.state=F(F({},b.state),{},{inputValue:b.toPrecisionAsStep(G),value:G}),b}return Object(ue.a)(ne,[{key:"componentDidMount",value:function(){this.componentDidUpdate(null)}},{key:"componentDidUpdate",value:function(b){var R=this.props,G=R.value,I=R.onChange,he=R.max,x=R.min,m=this.state.focused;if(b){if(!Pe(b.value,G)||!Pe(b.max,he)||!Pe(b.min,x)){var Y=m?G:this.getValidValue(G),Se;this.pressingUpOrDown?Se=Y:this.inputting?Se=this.rawInput:Se=this.toPrecisionAsStep(Y),this.setState({value:Y,inputValue:Se})}var de="value"in this.props?G:this.state.value;"max"in this.props&&b.max!==he&&typeof de=="number"&&de>he&&I&&I(he),"min"in this.props&&b.min!==x&&typeof de=="number"&&de<x&&I&&I(x)}try{if(this.cursorStart!==void 0&&this.state.focused){if(!this.partRestoreByAfter(this.cursorAfter)&&this.state.value!==this.props.value){var He=this.cursorStart+1;this.cursorAfter?this.lastKeyCode===E.a.BACKSPACE?He=this.cursorStart-1:this.lastKeyCode===E.a.DELETE&&(He=this.cursorStart):He=this.input.value.length,this.fixCaret(He,He)}else if(this.currentValue===this.input.value)switch(this.lastKeyCode){case E.a.BACKSPACE:this.fixCaret(this.cursorStart-1,this.cursorStart-1);break;case E.a.DELETE:this.fixCaret(this.cursorStart+1,this.cursorStart+1);break;default:}}}catch(Ge){}if(this.lastKeyCode=null,!this.pressingUpOrDown)return;this.props.focusOnUpDown&&this.state.focused&&(document.activeElement!==this.input&&this.focus())}},{key:"componentWillUnmount",value:function(){this.stop()}},{key:"getCurrentValidValue",value:function(b){var R=b;return R===""?R="":this.isNotCompleteNumber(parseFloat(R))?R=this.state.value:R=this.getValidValue(R),this.toNumber(R)}},{key:"getValueFromEvent",value:function(b){var R=b.target.value.trim().replace(/。/g,".");return ye(this.props.decimalSeparator)&&(R=R.replace(this.props.decimalSeparator,".")),R}},{key:"getValidValue",value:function(b){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.props.min,G=arguments.length>2&&arguments[2]!==void 0?arguments[2]:this.props.max,I=parseFloat(b);return isNaN(I)?b:(I<R&&(I=R),I>G&&(I=G),I)}},{key:"setValue",value:function(b,R){var G=this.props.precision,I=this.isNotCompleteNumber(parseFloat(b))?null:parseFloat(b),he=this.state.value,x=he===void 0?null:he,m=this.state.inputValue,Y=m===void 0?null:m,Se=typeof I=="number"?I.toFixed(G):"".concat(I),de=I!==x||Se!=="".concat(Y);return"value"in this.props?(Y=this.toPrecisionAsStep(this.state.value),this.setState({inputValue:Y},R)):this.setState({value:I,inputValue:this.toPrecisionAsStep(b)},R),de&&this.props.onChange(I),I}},{key:"getMaxPrecision",value:function(b){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,G=this.props,I=G.precision,he=G.step;if(ye(I))return I;var x=this.getPrecision(R),m=this.getPrecision(he),Y=this.getPrecision(b);return b?Math.max(Y,x+m):x+m}},{key:"getPrecisionFactor",value:function(b){var R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,G=this.getMaxPrecision(b,R);return Math.pow(10,G)}},{key:"focus",value:function(){this.input.focus(),this.recordCursorPosition()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"formatWrapper",value:function(b){return this.props.formatter?this.props.formatter(b):b}},{key:"toPrecisionAsStep",value:function(b){if(this.isNotCompleteNumber(b)||b==="")return b;var R=Math.abs(this.getMaxPrecision(b));return isNaN(R)?b.toString():Number(b).toFixed(R)}},{key:"toNumber",value:function(b){var R=this.props.precision,G=this.state.focused,I=b&&b.length>16&&G;return this.isNotCompleteNumber(b)||I?b:ye(R)?Math.round(b*Math.pow(10,R))/Math.pow(10,R):Number(b)}},{key:"upStep",value:function(b,R){var G=this.props.step,I=this.getPrecisionFactor(b,R),he=Math.abs(this.getMaxPrecision(b,R)),x=((I*b+I*G*R)/I).toFixed(he);return this.toNumber(x)}},{key:"downStep",value:function(b,R){var G=this.props.step,I=this.getPrecisionFactor(b,R),he=Math.abs(this.getMaxPrecision(b,R)),x=((I*b-I*G*R)/I).toFixed(he);return this.toNumber(x)}},{key:"step",value:function(b,R){var G=this,I=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,he=arguments.length>3?arguments[3]:void 0;this.stop(),R&&(R.persist(),R.preventDefault());var x=this.props;if(x.disabled)return;var m=this.getCurrentValidValue(this.state.inputValue)||0;if(this.isNotCompleteNumber(m))return;var Y=this["".concat(b,"Step")](m,I),Se=Y>x.max||Y<x.min;if(Y>x.max?Y=x.max:Y<x.min&&(Y=x.min),this.setValue(Y,null),this.setState({focused:!0},function(){G.pressingUpOrDown=!1}),Se)return;this.autoStepTimer=setTimeout(function(){G[b](R,I,!0)},he?ke:je)}},{key:"fixCaret",value:function(b,R){if(b===void 0||R===void 0||!this.input||!this.input.value)return;try{var G=this.input.selectionStart,I=this.input.selectionEnd;(b!==G||R!==I)&&this.input.setSelectionRange(b,R)}catch(he){}}},{key:"render",value:function(){var b,R=this.props,G=R.prefixCls,I=R.disabled,he=R.readOnly,x=R.useTouch,m=R.autoComplete,Y=R.upHandler,Se=R.downHandler,de=R.className,He=R.max,Ge=R.min,Me=R.style,we=R.title,xe=R.onMouseEnter,Ae=R.onMouseLeave,q=R.onMouseOver,U=R.onMouseOut,Ne=R.required,it=R.onClick,lt=R.tabIndex,tt=R.type,$e=R.placeholder,Te=R.id,We=R.inputMode,Qe=R.pattern,st=R.step,Ye=R.maxLength,_e=R.autoFocus,ze=R.name,mt=R.onPaste,ut=R.onInput,rt=Object(P.a)(R,["prefixCls","disabled","readOnly","useTouch","autoComplete","upHandler","downHandler","className","max","min","style","title","onMouseEnter","onMouseLeave","onMouseOver","onMouseOut","required","onClick","tabIndex","type","placeholder","id","inputMode","pattern","step","maxLength","autoFocus","name","onPaste","onInput"]),nt=this.state,ft=nt.value,ot=nt.focused,Ve=M()(G,(b={},Object(fe.a)(b,de,!!de),Object(fe.a)(b,"".concat(G,"-disabled"),I),Object(fe.a)(b,"".concat(G,"-focused"),ot),b)),pe={};Object.keys(rt).forEach(function(L){(L.substr(0,5)==="data-"||L.substr(0,5)==="aria-"||L==="role")&&(pe[L]=rt[L])});var qe=!he&&!I,Xe=this.getInputDisplayValue(null),Ce=(ft||ft===0)&&(isNaN(ft)||Number(ft)>=He),Oe=(ft||ft===0)&&(isNaN(ft)||Number(ft)<=Ge),Q=Ce||I||he,j=Oe||I||he,H=M()("".concat(G,"-handler"),"".concat(G,"-handler-up"),Object(fe.a)({},"".concat(G,"-handler-up-disabled"),Q)),y=M()("".concat(G,"-handler"),"".concat(G,"-handler-down"),Object(fe.a)({},"".concat(G,"-handler-down-disabled"),j)),C=x?{onTouchStart:Q?z:this.up,onTouchEnd:this.stop}:{onMouseDown:Q?z:this.up,onMouseUp:this.stop,onMouseLeave:this.stop},S=x?{onTouchStart:j?z:this.down,onTouchEnd:this.stop}:{onMouseDown:j?z:this.down,onMouseUp:this.stop,onMouseLeave:this.stop};return T.a.createElement("div",{className:Ve,style:Me,title:we,onMouseEnter:xe,onMouseLeave:Ae,onMouseOver:q,onMouseOut:U,onFocus:function(){return null},onBlur:function(){return null}},T.a.createElement("div",{className:"".concat(G,"-handler-wrap")},T.a.createElement("span",Object.assign({unselectable:"on"},C,{role:"button","aria-label":"Increase Value","aria-disabled":Q,className:H}),Y||T.a.createElement("span",{unselectable:"on",className:"".concat(G,"-handler-up-inner"),onClick:Z})),T.a.createElement("span",Object.assign({unselectable:"on"},S,{role:"button","aria-label":"Decrease Value","aria-disabled":j,className:y}),Se||T.a.createElement("span",{unselectable:"on",className:"".concat(G,"-handler-down-inner"),onClick:Z}))),T.a.createElement("div",{className:"".concat(G,"-input-wrap")},T.a.createElement("input",Object.assign({role:"spinbutton","aria-valuemin":Ge,"aria-valuemax":He,"aria-valuenow":ft,required:Ne,type:tt,placeholder:$e,onPaste:mt,onClick:it,onMouseUp:this.onMouseUp,className:"".concat(G,"-input"),tabIndex:lt,autoComplete:m,onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:qe?this.onKeyDown:z,onKeyUp:qe?this.onKeyUp:z,autoFocus:_e,maxLength:Ye,readOnly:he,disabled:I,max:He,min:Ge,step:st,name:ze,title:we,id:Te,onChange:this.onChange,ref:this.saveInput,value:this.getFullNum(Xe),pattern:Qe,inputMode:We,onInput:ut},pe))))}}]),ne}(T.a.Component);ge.defaultProps={focusOnUpDown:!0,useTouch:!1,prefixCls:"rc-input-number",max:ee,min:-ee,step:1,style:{},onChange:z,onKeyDown:z,onPressEnter:z,onFocus:z,onBlur:z,parser:ie,required:!1,autoComplete:"off"};var be=ge,le=ce.a=be},f4xo:function(ve,ce,f){var P=f("nVVt");function fe(X){this.mode=P.MODE_8BIT_BYTE,this.data=X}fe.prototype={getLength:function(X){return this.data.length},write:function(X){for(var ue=0;ue<this.data.length;ue++)X.put(this.data.charCodeAt(ue),8)}},ve.exports=fe},ji0R:function(ve,ce,f){ve.exports=f.p+"static/douyu.3e6df9ee.jpg"},kPWJ:function(ve,ce,f){ve.exports=f.p+"static/question.cb52bef9.gif"},kPYp:function(ve,ce){ve.exports="data:image/png;base64,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"},kSUc:function(ve,ce,f){},l2Kq:function(ve,ce,f){ve.exports=f.p+"static/match_ad.24dc22fd.jpg"},lZu9:function(ve,ce,f){(function(P){P(f("VrN/"),f("1eCo"),f("8EBN"))})(function(P){"use strict";P.defineMode("markdown",function(fe,X){var ue=P.getMode(fe,"text/html"),re=ue.name=="null";function V(x){if(P.findModeByName){var m=P.findModeByName(x);m&&(x=m.mime||m.mimes[0])}var Y=P.getMode(fe,x);return Y.name=="null"?null:Y}X.highlightFormatting===void 0&&(X.highlightFormatting=!1),X.maxBlockquoteDepth===void 0&&(X.maxBlockquoteDepth=0),X.taskLists===void 0&&(X.taskLists=!1),X.strikethrough===void 0&&(X.strikethrough=!1),X.emoji===void 0&&(X.emoji=!1),X.fencedCodeBlockHighlighting===void 0&&(X.fencedCodeBlockHighlighting=!0),X.fencedCodeBlockDefaultMode===void 0&&(X.fencedCodeBlockDefaultMode="text/plain"),X.xml===void 0&&(X.xml=!0),X.tokenTypeOverrides===void 0&&(X.tokenTypeOverrides={});var w={header:"header",code:"comment",quote:"quote",list1:"variable-2",list2:"variable-3",list3:"keyword",hr:"hr",image:"image",imageAltText:"image-alt-text",imageMarker:"image-marker",formatting:"formatting",linkInline:"link",linkEmail:"link",linkText:"link",linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough",emoji:"builtin"};for(var k in w)w.hasOwnProperty(k)&&X.tokenTypeOverrides[k]&&(w[k]=X.tokenTypeOverrides[k]);var T=/^([*\-_])(?:\s*\1){2,}\s*$/,W=/^(?:[*\-+]|^[0-9]+([.)]))\s+/,M=/^\[(x| )\](?=\s)/i,E=X.allowAtxHeaderWithoutSpace?/^(#+)/:/^(#+)(?: |$)/,K=/^ {0,3}(?:\={1,}|-{2,})\s*$/,F=/^[^#!\[\]*_\\<>` "'(~:]+/,O=/^(~~~+|```+)[ \t]*([\w\/+#-]*)[^\n`]*$/,B=/^\s*\[[^\]]+?\]:.*$/,z=/[!"#$%&'()*+,\-.\/:;<=>?@\[\\\]^_`{|}~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E42\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC9\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDF3C-\uDF3E]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]/,Z=" ";function ie(x,m,Y){return m.f=m.inline=Y,Y(x,m)}function ke(x,m,Y){return m.f=m.block=Y,Y(x,m)}function je(x){return!x||!/\S/.test(x.string)}function ee(x){if(x.linkTitle=!1,x.linkHref=!1,x.linkText=!1,x.em=!1,x.strong=!1,x.strikethrough=!1,x.quote=0,x.indentedCode=!1,x.f==Pe){var m=re;if(!m){var Y=P.innerMode(ue,x.htmlState);m=Y.mode.name=="xml"&&Y.state.tagStart===null&&!Y.state.context&&Y.state.tokenize.isInText}m&&(x.f=$,x.block=ye,x.htmlState=null)}return x.trailingSpace=0,x.trailingSpaceNewLine=!1,x.prevLine=x.thisLine,x.thisLine={stream:null},null}function ye(x,m){var Y=x.column()===m.indentation,Se=je(m.prevLine.stream),de=m.indentedCode,He=m.prevLine.hr,Ge=m.list!==!1,Me=(m.listStack[m.listStack.length-1]||0)+3;m.indentedCode=!1;var we=m.indentation;if(m.indentationDiff===null&&(m.indentationDiff=m.indentation,Ge)){for(m.list=null;we<m.listStack[m.listStack.length-1];)m.listStack.pop(),m.listStack.length?m.indentation=m.listStack[m.listStack.length-1]:m.list=!1;m.list!==!1&&(m.indentationDiff=we-m.listStack[m.listStack.length-1])}var xe=!Se&&!He&&!m.prevLine.header&&(!Ge||!de)&&!m.prevLine.fencedCodeEnd,Ae=(m.list===!1||He||Se)&&m.indentation<=Me&&x.match(T),q=null;if(m.indentationDiff>=4&&(de||m.prevLine.fencedCodeEnd||m.prevLine.header||Se))return x.skipToEnd(),m.indentedCode=!0,w.code;if(x.eatSpace())return null;if(Y&&m.indentation<=Me&&(q=x.match(E))&&q[1].length<=6)return m.quote=0,m.header=q[1].length,m.thisLine.header=!0,X.highlightFormatting&&(m.formatting="header"),m.f=m.inline,be(m);if(m.indentation<=Me&&x.eat(">"))return m.quote=Y?1:m.quote+1,X.highlightFormatting&&(m.formatting="quote"),x.eatSpace(),be(m);if(!Ae&&!m.setext&&Y&&m.indentation<=Me&&(q=x.match(W))){var U=q[1]?"ol":"ul";return m.indentation=we+x.current().length,m.list=!0,m.quote=0,m.listStack.push(m.indentation),m.em=!1,m.strong=!1,m.code=!1,m.strikethrough=!1,X.taskLists&&x.match(M,!1)&&(m.taskList=!0),m.f=m.inline,X.highlightFormatting&&(m.formatting=["list","list-"+U]),be(m)}else{if(Y&&m.indentation<=Me&&(q=x.match(O,!0)))return m.quote=0,m.fencedEndRE=new RegExp(q[1]+"+ *$"),m.localMode=X.fencedCodeBlockHighlighting&&V(q[2]||X.fencedCodeBlockDefaultMode),m.localMode&&(m.localState=P.startState(m.localMode)),m.f=m.block=ge,X.highlightFormatting&&(m.formatting="code-block"),m.code=-1,be(m);if(m.setext||(!xe||!Ge)&&!m.quote&&m.list===!1&&!m.code&&!Ae&&!B.test(x.string)&&(q=x.lookAhead(1))&&(q=q.match(K)))return m.setext?(m.header=m.setext,m.setext=0,x.skipToEnd(),X.highlightFormatting&&(m.formatting="header")):(m.header=q[0].charAt(0)=="="?1:2,m.setext=m.header),m.thisLine.header=!0,m.f=m.inline,be(m);if(Ae)return x.skipToEnd(),m.hr=!0,m.thisLine.hr=!0,w.hr;if(x.peek()==="[")return ie(x,m,R)}return ie(x,m,m.inline)}function Pe(x,m){var Y=ue.token(x,m.htmlState);if(!re){var Se=P.innerMode(ue,m.htmlState);(Se.mode.name=="xml"&&Se.state.tagStart===null&&!Se.state.context&&Se.state.tokenize.isInText||m.md_inside&&x.current().indexOf(">")>-1)&&(m.f=$,m.block=ye,m.htmlState=null)}return Y}function ge(x,m){var Y=m.listStack[m.listStack.length-1]||0,Se=m.indentation<Y,de=Y+3;if(m.fencedEndRE&&m.indentation<=de&&(Se||x.match(m.fencedEndRE))){X.highlightFormatting&&(m.formatting="code-block");var He;return Se||(He=be(m)),m.localMode=m.localState=null,m.block=ye,m.f=$,m.fencedEndRE=null,m.code=0,m.thisLine.fencedCodeEnd=!0,Se?ke(x,m,m.block):He}else return m.localMode?m.localMode.token(x,m.localState):(x.skipToEnd(),w.code)}function be(x){var m=[];if(x.formatting){m.push(w.formatting),typeof x.formatting=="string"&&(x.formatting=[x.formatting]);for(var Y=0;Y<x.formatting.length;Y++)m.push(w.formatting+"-"+x.formatting[Y]),x.formatting[Y]==="header"&&m.push(w.formatting+"-"+x.formatting[Y]+"-"+x.header),x.formatting[Y]==="quote"&&(!X.maxBlockquoteDepth||X.maxBlockquoteDepth>=x.quote?m.push(w.formatting+"-"+x.formatting[Y]+"-"+x.quote):m.push("error"))}if(x.taskOpen)return m.push("meta"),m.length?m.join(" "):null;if(x.taskClosed)return m.push("property"),m.length?m.join(" "):null;if(x.linkHref?m.push(w.linkHref,"url"):(x.strong&&m.push(w.strong),x.em&&m.push(w.em),x.strikethrough&&m.push(w.strikethrough),x.emoji&&m.push(w.emoji),x.linkText&&m.push(w.linkText),x.code&&m.push(w.code),x.image&&m.push(w.image),x.imageAltText&&m.push(w.imageAltText,"link"),x.imageMarker&&m.push(w.imageMarker)),x.header&&m.push(w.header,w.header+"-"+x.header),x.quote&&(m.push(w.quote),!X.maxBlockquoteDepth||X.maxBlockquoteDepth>=x.quote?m.push(w.quote+"-"+x.quote):m.push(w.quote+"-"+X.maxBlockquoteDepth)),x.list!==!1){var Se=(x.listStack.length-1)%3;Se?Se===1?m.push(w.list2):m.push(w.list3):m.push(w.list1)}return x.trailingSpaceNewLine?m.push("trailing-space-new-line"):x.trailingSpace&&m.push("trailing-space-"+(x.trailingSpace%2?"a":"b")),m.length?m.join(" "):null}function le(x,m){return x.match(F,!0)?be(m):void 0}function $(x,m){var Y=m.text(x,m);if(typeof Y!="undefined")return Y;if(m.list)return m.list=null,be(m);if(m.taskList){var Se=x.match(M,!0)[1]===" ";return Se?m.taskOpen=!0:m.taskClosed=!0,X.highlightFormatting&&(m.formatting="task"),m.taskList=!1,be(m)}if(m.taskOpen=!1,m.taskClosed=!1,m.header&&x.match(/^#+$/,!0))return X.highlightFormatting&&(m.formatting="header"),be(m);var de=x.next();if(m.linkTitle){m.linkTitle=!1;var He=de;de==="("&&(He=")"),He=(He+"").replace(/([.?*+^\[\]\\(){}|-])/g,"\\$1");var Ge="^\\s*(?:[^"+He+"\\\\]+|\\\\\\\\|\\\\.)"+He;if(x.match(new RegExp(Ge),!0))return w.linkHref}if(de==="`"){var Me=m.formatting;X.highlightFormatting&&(m.formatting="code"),x.eatWhile("`");var we=x.current().length;if(m.code==0&&(!m.quote||we==1))return m.code=we,be(m);if(we==m.code){var xe=be(m);return m.code=0,xe}else return m.formatting=Me,be(m)}else if(m.code)return be(m);if(de==="\\"&&(x.next(),X.highlightFormatting)){var Ae=be(m),q=w.formatting+"-escape";return Ae?Ae+" "+q:q}if(de==="!"&&x.match(/\[[^\]]*\] ?(?:\(|\[)/,!1))return m.imageMarker=!0,m.image=!0,X.highlightFormatting&&(m.formatting="image"),be(m);if(de==="["&&m.imageMarker&&x.match(/[^\]]*\](\(.*?\)| ?\[.*?\])/,!1))return m.imageMarker=!1,m.imageAltText=!0,X.highlightFormatting&&(m.formatting="image"),be(m);if(de==="]"&&m.imageAltText){X.highlightFormatting&&(m.formatting="image");var Ae=be(m);return m.imageAltText=!1,m.image=!1,m.inline=m.f=ne,Ae}if(de==="["&&!m.image)return m.linkText&&x.match(/^.*?\]/)||(m.linkText=!0,X.highlightFormatting&&(m.formatting="link")),be(m);if(de==="]"&&m.linkText){X.highlightFormatting&&(m.formatting="link");var Ae=be(m);return m.linkText=!1,m.inline=m.f=x.match(/\(.*?\)| ?\[.*?\]/,!1)?ne:$,Ae}if(de==="<"&&x.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/,!1)){m.f=m.inline=A,X.highlightFormatting&&(m.formatting="link");var Ae=be(m);return Ae?Ae+=" ":Ae="",Ae+w.linkInline}if(de==="<"&&x.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/,!1)){m.f=m.inline=A,X.highlightFormatting&&(m.formatting="link");var Ae=be(m);return Ae?Ae+=" ":Ae="",Ae+w.linkEmail}if(X.xml&&de==="<"&&x.match(/^(!--|\?|!\[CDATA\[|[a-z][a-z0-9-]*(?:\s+[a-z_:.\-]+(?:\s*=\s*[^>]+)?)*\s*(?:>|$))/i,!1)){var U=x.string.indexOf(">",x.pos);if(U!=-1){var Ne=x.string.substring(x.start,U);/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(Ne)&&(m.md_inside=!0)}return x.backUp(1),m.htmlState=P.startState(ue),ke(x,m,Pe)}if(X.xml&&de==="<"&&x.match(/^\/\w*?>/))return m.md_inside=!1,"tag";if(de==="*"||de==="_"){for(var it=1,lt=x.pos==1?" ":x.string.charAt(x.pos-2);it<3&&x.eat(de);)it++;var tt=x.peek()||" ",$e=!/\s/.test(tt)&&(!z.test(tt)||/\s/.test(lt)||z.test(lt)),Te=!/\s/.test(lt)&&(!z.test(lt)||/\s/.test(tt)||z.test(tt)),We=null,Qe=null;if(it%2&&(!m.em&&$e&&(de==="*"||!Te||z.test(lt))?We=!0:m.em==de&&Te&&(de==="*"||!$e||z.test(tt))&&(We=!1)),it>1&&(!m.strong&&$e&&(de==="*"||!Te||z.test(lt))?Qe=!0:m.strong==de&&Te&&(de==="*"||!$e||z.test(tt))&&(Qe=!1)),Qe!=null||We!=null){X.highlightFormatting&&(m.formatting=We==null?"strong":Qe==null?"em":"strong em"),We===!0&&(m.em=de),Qe===!0&&(m.strong=de);var xe=be(m);return We===!1&&(m.em=!1),Qe===!1&&(m.strong=!1),xe}}else if(de===" "&&(x.eat("*")||x.eat("_"))){if(x.peek()===" ")return be(m);x.backUp(1)}if(X.strikethrough){if(de==="~"&&x.eatWhile(de)){if(m.strikethrough){X.highlightFormatting&&(m.formatting="strikethrough");var xe=be(m);return m.strikethrough=!1,xe}else if(x.match(/^[^\s]/,!1))return m.strikethrough=!0,X.highlightFormatting&&(m.formatting="strikethrough"),be(m)}else if(de===" "&&x.match(/^~~/,!0)){if(x.peek()===" ")return be(m);x.backUp(2)}}if(X.emoji&&de===":"&&x.match(/^(?:[a-z_\d+][a-z_\d+-]*|\-[a-z_\d+][a-z_\d+-]*):/)){m.emoji=!0,X.highlightFormatting&&(m.formatting="emoji");var st=be(m);return m.emoji=!1,st}return de===" "&&(x.match(/^ +$/,!1)?m.trailingSpace++:m.trailingSpace&&(m.trailingSpaceNewLine=!0)),be(m)}function A(x,m){var Y=x.next();if(Y===">"){m.f=m.inline=$,X.highlightFormatting&&(m.formatting="link");var Se=be(m);return Se?Se+=" ":Se="",Se+w.linkInline}return x.match(/^[^>]+/,!0),w.linkInline}function ne(x,m){if(x.eatSpace())return null;var Y=x.next();return Y==="("||Y==="["?(m.f=m.inline=b(Y==="("?")":"]"),X.highlightFormatting&&(m.formatting="link-string"),m.linkHref=!0,be(m)):"error"}var J={")":/^(?:[^\\\(\)]|\\.|\((?:[^\\\(\)]|\\.)*\))*?(?=\))/,"]":/^(?:[^\\\[\]]|\\.|\[(?:[^\\\[\]]|\\.)*\])*?(?=\])/};function b(x){return function(m,Y){var Se=m.next();if(Se===x){Y.f=Y.inline=$,X.highlightFormatting&&(Y.formatting="link-string");var de=be(Y);return Y.linkHref=!1,de}return m.match(J[x]),Y.linkHref=!0,be(Y)}}function R(x,m){return x.match(/^([^\]\\]|\\.)*\]:/,!1)?(m.f=G,x.next(),X.highlightFormatting&&(m.formatting="link"),m.linkText=!0,be(m)):ie(x,m,$)}function G(x,m){if(x.match(/^\]:/,!0)){m.f=m.inline=I,X.highlightFormatting&&(m.formatting="link");var Y=be(m);return m.linkText=!1,Y}return x.match(/^([^\]\\]|\\.)+/,!0),w.linkText}function I(x,m){return x.eatSpace()?null:(x.match(/^[^\s]+/,!0),x.peek()===void 0?m.linkTitle=!0:x.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/,!0),m.f=m.inline=$,w.linkHref+" url")}var he={startState:function(){return{f:ye,prevLine:{stream:null},thisLine:{stream:null},block:ye,htmlState:null,indentation:0,inline:$,text:le,formatting:!1,linkText:!1,linkHref:!1,linkTitle:!1,code:0,em:!1,strong:!1,header:0,setext:0,hr:!1,taskList:!1,list:!1,listStack:[],quote:0,trailingSpace:0,trailingSpaceNewLine:!1,strikethrough:!1,emoji:!1,fencedEndRE:null}},copyState:function(x){return{f:x.f,prevLine:x.prevLine,thisLine:x.thisLine,block:x.block,htmlState:x.htmlState&&P.copyState(ue,x.htmlState),indentation:x.indentation,localMode:x.localMode,localState:x.localMode?P.copyState(x.localMode,x.localState):null,inline:x.inline,text:x.text,formatting:!1,linkText:x.linkText,linkTitle:x.linkTitle,linkHref:x.linkHref,code:x.code,em:x.em,strong:x.strong,strikethrough:x.strikethrough,emoji:x.emoji,header:x.header,setext:x.setext,hr:x.hr,taskList:x.taskList,list:x.list,listStack:x.listStack.slice(0),quote:x.quote,indentedCode:x.indentedCode,trailingSpace:x.trailingSpace,trailingSpaceNewLine:x.trailingSpaceNewLine,md_inside:x.md_inside,fencedEndRE:x.fencedEndRE}},token:function(x,m){if(m.formatting=!1,x!=m.thisLine.stream){if(m.header=0,m.hr=!1,x.match(/^\s*$/,!0))return ee(m),null;if(m.prevLine=m.thisLine,m.thisLine={stream:x},m.taskList=!1,m.trailingSpace=0,m.trailingSpaceNewLine=!1,!m.localState&&(m.f=m.block,m.f!=Pe)){var Y=x.match(/^\s*/,!0)[0].replace(/\t/g,Z).length;if(m.indentation=Y,m.indentationDiff=null,Y>0)return null}}return m.f(x,m)},innerMode:function(x){return x.block==Pe?{state:x.htmlState,mode:ue}:x.localState?{state:x.localState,mode:x.localMode}:{state:x,mode:he}},indent:function(x,m,Y){return x.block==Pe&&ue.indent?ue.indent(x.htmlState,m,Y):x.localState&&x.localMode.indent?x.localMode.indent(x.localState,m,Y):P.Pass},blankLine:ee,getType:be,blockCommentStart:"<!--",blockCommentEnd:"-->",closeBrackets:"()[]{}''\"\"``",fold:"markdown"};return he},"xml"),P.defineMIME("text/markdown","markdown"),P.defineMIME("text/x-markdown","markdown")})},lzim:function(ve,ce,f){"use strict";var P=f("E7E6"),fe=f.n(P);f.d(ce,"C",function(){return fe.a});var X=f("/GNS"),ue=f.n(X);f.d(ce,"B",function(){return ue.a});var re=f("FOrL"),V=f.n(re);f.d(ce,"v",function(){return V.a});var w=f("HpTS"),k=f.n(w);f.d(ce,"D",function(){return k.a});var T=f("tWlo"),W=f.n(T);f.d(ce,"b",function(){return W.a});var M=f("7ZXX"),E=f.n(M);f.d(ce,"o",function(){return E.a});var K=f("GABl"),F=f.n(K);f.d(ce,"g",function(){return F.a});var O=f("onxn"),B=f.n(O);f.d(ce,"q",function(){return B.a});var z=f("nKGa"),Z=f.n(z);f.d(ce,"p",function(){return Z.a});var ie=f("4qgm"),ke=f.n(ie);f.d(ce,"H",function(){return ke.a});var je=f("JeFH"),ee=f.n(je);f.d(ce,"c",function(){return ee.a});var ye=f("ji0R"),Pe=f.n(ye);f.d(ce,"l",function(){return Pe.a});var ge=f("W6BS"),be=f.n(ge);f.d(ce,"I",function(){return be.a});var le=f("kPYp"),$=f.n(le);f.d(ce,"J",function(){return $.a});var A=f("nukY"),ne=f.n(A),J=f("4u4S"),b=f.n(J),R=f("yslc"),G=f.n(R),I=f("l2Kq"),he=f.n(I);f.d(ce,"u",function(){return he.a});var x=f("RMFE"),m=f.n(x);f.d(ce,"r",function(){return m.a});var Y=f("TGq3"),Se=f.n(Y);f.d(ce,"s",function(){return Se.a});var de=f("SMhR"),He=f.n(de);f.d(ce,"G",function(){return He.a});var Ge=f("8/bI"),Me=f.n(Ge);f.d(ce,"m",function(){return Me.a});var we=f("JWDV"),xe=f.n(we);f.d(ce,"e",function(){return xe.a});var Ae=f("Xsq0"),q=f.n(Ae);f.d(ce,"t",function(){return q.a});var U=f("Ohmc"),Ne=f.n(U);f.d(ce,"d",function(){return Ne.a});var it=f("csWT"),lt=f.n(it);f.d(ce,"f",function(){return lt.a});var tt=f("7v3h"),$e=f.n(tt);f.d(ce,"n",function(){return $e.a});var Te=f("cRFk"),We=f.n(Te);f.d(ce,"A",function(){return We.a});var Qe=f("kPWJ"),st=f.n(Qe);f.d(ce,"z",function(){return st.a});var Ye=f("qgvg"),_e=f.n(Ye);f.d(ce,"w",function(){return _e.a});var ze=f("FPkq"),mt=f.n(ze);f.d(ce,"y",function(){return mt.a});var ut=f("A/g1"),rt=f.n(ut);f.d(ce,"i",function(){return rt.a});var nt=f("Nmxd"),ft=f.n(nt);f.d(ce,"j",function(){return ft.a});var ot=f("5D2P"),Ve=f.n(ot);f.d(ce,"k",function(){return Ve.a});var pe=f("djh8"),qe=f.n(pe);f.d(ce,"x",function(){return qe.a});var Xe=f("Jq4h"),Ce=f.n(Xe);f.d(ce,"a",function(){return Ce.a});var Oe=f("NhNJ"),Q=f.n(Oe);f.d(ce,"E",function(){return Q.a});var j=f("C6hP"),H=f.n(j);f.d(ce,"F",function(){return H.a});var y=f("uM6B"),C=f.n(y);f.d(ce,"h",function(){return C.a})},nKGa:function(ve,ce,f){ve.exports=f.p+"static/export_exercise-template.f7655c19.png"},nVVt:function(ve,ce){ve.exports={MODE_NUMBER:1<<0,MODE_ALPHA_NUM:1<<1,MODE_8BIT_BYTE:1<<2,MODE_KANJI:1<<3}},nZ20:function(ve,ce,f){ve.exports={icons:"icons___3O80F"}},nukY:function(ve,ce){ve.exports="data:image/png;base64,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"},onxn:function(ve,ce){ve.exports="data:image/png;base64,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"},osHv:function(ve,ce,f){(function(P){P(f("VrN/"))})(function(P){"use strict";var fe=P.Pos;function X(z,Z){return z.line-Z.line||z.ch-Z.ch}var ue="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",re=ue+"-:.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",V=new RegExp("<(/?)(["+ue+"]["+re+"]*)","g");function w(z,Z,ie,ke){this.line=Z,this.ch=ie,this.cm=z,this.text=z.getLine(Z),this.min=ke?Math.max(ke.from,z.firstLine()):z.firstLine(),this.max=ke?Math.min(ke.to-1,z.lastLine()):z.lastLine()}function k(z,Z){var ie=z.cm.getTokenTypeAt(fe(z.line,Z));return ie&&/\btag\b/.test(ie)}function T(z){return z.line>=z.max?void 0:(z.ch=0,z.text=z.cm.getLine(++z.line),!0)}function W(z){return z.line<=z.min?void 0:(z.text=z.cm.getLine(--z.line),z.ch=z.text.length,!0)}function M(z){for(;;){var Z=z.text.indexOf(">",z.ch);if(Z==-1){if(T(z))continue;return}if(!k(z,Z+1)){z.ch=Z+1;continue}var ie=z.text.lastIndexOf("/",Z),ke=ie>-1&&!/\S/.test(z.text.slice(ie+1,Z));return z.ch=Z+1,ke?"selfClose":"regular"}}function E(z){for(;;){var Z=z.ch?z.text.lastIndexOf("<",z.ch-1):-1;if(Z==-1){if(W(z))continue;return}if(!k(z,Z+1)){z.ch=Z;continue}V.lastIndex=Z,z.ch=Z;var ie=V.exec(z.text);if(ie&&ie.index==Z)return ie}}function K(z){for(;;){V.lastIndex=z.ch;var Z=V.exec(z.text);if(!Z){if(T(z))continue;return}if(!k(z,Z.index+1)){z.ch=Z.index+1;continue}return z.ch=Z.index+Z[0].length,Z}}function F(z){for(;;){var Z=z.ch?z.text.lastIndexOf(">",z.ch-1):-1;if(Z==-1){if(W(z))continue;return}if(!k(z,Z+1)){z.ch=Z;continue}var ie=z.text.lastIndexOf("/",Z),ke=ie>-1&&!/\S/.test(z.text.slice(ie+1,Z));return z.ch=Z+1,ke?"selfClose":"regular"}}function O(z,Z){for(var ie=[];;){var ke=K(z),je,ee=z.line,ye=z.ch-(ke?ke[0].length:0);if(!ke||!(je=M(z)))return;if(je=="selfClose")continue;if(ke[1]){for(var Pe=ie.length-1;Pe>=0;--Pe)if(ie[Pe]==ke[2]){ie.length=Pe;break}if(Pe<0&&(!Z||Z==ke[2]))return{tag:ke[2],from:fe(ee,ye),to:fe(z.line,z.ch)}}else ie.push(ke[2])}}function B(z,Z){for(var ie=[];;){var ke=F(z);if(!ke)return;if(ke=="selfClose"){E(z);continue}var je=z.line,ee=z.ch,ye=E(z);if(!ye)return;if(ye[1])ie.push(ye[2]);else{for(var Pe=ie.length-1;Pe>=0;--Pe)if(ie[Pe]==ye[2]){ie.length=Pe;break}if(Pe<0&&(!Z||Z==ye[2]))return{tag:ye[2],from:fe(z.line,z.ch),to:fe(je,ee)}}}}P.registerHelper("fold","xml",function(z,Z){for(var ie=new w(z,Z.line,0);;){var ke=K(ie);if(!ke||ie.line!=Z.line)return;var je=M(ie);if(!je)return;if(!ke[1]&&je!="selfClose"){var ee=fe(ie.line,ie.ch),ye=O(ie,ke[2]);return ye&&X(ye.from,ee)>0?{from:ee,to:ye.from}:null}}}),P.findMatchingTag=function(z,Z,ie){var ke=new w(z,Z.line,Z.ch,ie);if(ke.text.indexOf(">")==-1&&ke.text.indexOf("<")==-1)return;var je=M(ke),ee=je&&fe(ke.line,ke.ch),ye=je&&E(ke);if(!je||!ye||X(ke,Z)>0)return;var Pe={from:fe(ke.line,ke.ch),to:ee,tag:ye[2]};return je=="selfClose"?{open:Pe,close:null,at:"open"}:ye[1]?{open:B(ke,ye[2]),close:Pe,at:"close"}:(ke=new w(z,ee.line,ee.ch,ie),{open:Pe,close:O(ke,ye[2]),at:"open"})},P.findEnclosingTag=function(z,Z,ie,ke){for(var je=new w(z,Z.line,Z.ch,ie);;){var ee=B(je,ke);if(!ee)break;var ye=new w(z,Z.line,Z.ch,ie),Pe=O(ye,ee.tag);if(Pe)return{open:ee,close:Pe}}},P.scanForClosingTag=function(z,Z,ie,ke){var je=new w(z,Z.line,Z.ch,ke?{from:0,to:ke}:null);return O(je,ie)}})},p5ED:function(ve,ce,f){"use strict";var P=f("+L6B"),fe=f("2/Rp"),X=f("5Dmo"),ue=f("3S7+"),re=f("k1fw"),V=f("tJVT"),w=f("q1tI"),k=f.n(w),T=f("vHTk"),W=f.n(T),M=f("yEEn"),E=f("ZW9T"),K=f("1vsH");ce.a=function(F){var O=F.name,B=F.data,z=F.theme,Z=F.type,ie=F.filename,ke=F.monacoEditor,je=F.className,ee=F.style,ye=F.close,Pe=F.onClose,ge=F.hasMask,be=Object(w.useState)("https://view.officeapps.live.com/op/view.aspx?src=http://testgs.educoder.net//rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCZz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--03541f6234b93d7ac3b2d84e7eb0e6594a952945/1.ppt"),le=Object(V.a)(be,2),$=le[0],A=le[1],ne=Object(w.useState)(""),J=Object(V.a)(ne,2),b=J[0],R=J[1],G=Object(w.useRef)();ie&&(ke.filename=ie),Object(w.useEffect)(function(){var x,m,Y=(x=document.cookie)===null||x===void 0||((m=x.replace(/\s/g,""))===null||m===void 0)?void 0:m.split(";");Y==null||Y.map(function(Se){var de=Se.split("=");de[0]==="_educoder_session"&&R(de[1])})},[]);var I=function(){if(B.startsWith("http")||B.startsWith("/")){he();return}Object(K.x)(ie||"educoder",B,ie)},he=function(){Object(K.v)(ie||O,B)};return console.log("data:",B,"fileanme:",ie," name:",O),k.a.createElement("div",{style:Object(re.a)({},ee||{}),className:"".concat(ge&&W.a.bgBlack," ").concat(Z?W.a.wrp:"hide")},ye&&k.a.createElement("div",{className:W.a.close,ref:G},k.a.createElement(ue.a,{title:"\u70B9\u51FB\u4E0B\u8F7D\u6B64\u6587\u4EF6",getPopupContainer:function(){return G.current}},k.a.createElement("span",{onClick:he},k.a.createElement("i",{className:"icon-quxiaozhiding"}))),k.a.createElement(ue.a,{title:"\u5173\u95ED",getPopupContainer:function(){return G.current}},k.a.createElement("span",{className:"",onClick:Pe},k.a.createElement("i",{className:"icon-guanbi1"})))),k.a.createElement("div",{className:"".concat(W.a[je]," ").concat(je," ").concat(W.a.monaco," ").concat(Z==="txt"?"show":"hide")},Z==="txt"&&k.a.createElement(E.b,ke)),Z==="audio"&&k.a.createElement("audio",{src:"".concat(B!=null&&B.startsWith("/")||(B==null?void 0:B.indexOf("https://"))>-1?B:"data:audio/mp3;base64,").concat(B),autoPlay:!0}),Z==="video"&&k.a.createElement(k.a.Fragment,null,B!=null&&B.startsWith("/")?k.a.createElement("video",{controls:!0,src:"".concat(B),autoPlay:!0}):k.a.createElement("video",{controls:!0,src:"data:video/mp4;base64,".concat(B),autoPlay:!0})),Z==="html"&&k.a.createElement("iframe",{src:B+"&disposition=inline"}),Z==="pdf"&&k.a.createElement("embed",{className:W.a.embed,src:B}),Z==="image"&&k.a.createElement(k.a.Fragment,null,k.a.createElement("img",{src:"".concat(B!=null&&B.startsWith("/")||(B==null?void 0:B.indexOf("https://"))>-1?"":"data:image/png;base64,").concat(B)})),Z==="other"&&k.a.createElement("div",null,k.a.createElement(fe.a,{type:"primary",size:"large",onClick:I},k.a.createElement(M.a,null),"\u70B9\u51FB\u4E0B\u8F7D")),(Z==="download"||Z==="office")&&k.a.createElement(fe.a,{type:"primary",size:"large",onClick:I},k.a.createElement(M.a,null),"\u70B9\u51FB\u4E0B\u8F7D"))}},"p77/":function(ve,ce,f){},qgvg:function(ve,ce){ve.exports="data:image/gif;base64,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"},"rAM+":function(ve,ce,f){"use strict";f.d(ce,"a",function(){return fe});var P=f("Qw5x");function fe(X,ue){var re;if(typeof Symbol=="undefined"||X[Symbol.iterator]==null){if(Array.isArray(X)||(re=Object(P.a)(X))||ue&&X&&typeof X.length=="number"){re&&(X=re);var V=0,w=function(){};return{s:w,n:function(){return V>=X.length?{done:!0}:{done:!1,value:X[V++]}},e:function(E){throw E},f:w}}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 k=!0,T=!1,W;return{s:function(){re=X[Symbol.iterator]()},n:function(){var E=re.next();return k=E.done,E},e:function(E){T=!0,W=E},f:function(){try{!k&&re.return!=null&&re.return()}finally{if(T)throw W}}}}},rUJ1:function(ve,ce){const f=/[&<>"']/,P=/[&<>"']/g,fe=/[<>"']|&(?!#?\w+;)/,X=/[<>"']|&(?!#?\w+;)/g,ue={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},re=ge=>ue[ge];function V(ge,be){if(be){if(f.test(ge))return ge.replace(P,re)}else if(fe.test(ge))return ge.replace(X,re);return ge}const w=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function k(ge){return ge.replace(w,(be,le)=>(le=le.toLowerCase(),le==="colon"?":":le.charAt(0)==="#"?le.charAt(1)==="x"?String.fromCharCode(parseInt(le.substring(2),16)):String.fromCharCode(+le.substring(1)):""))}const T=/(^|[^\[])\^/g;function W(ge,be){ge=ge.source||ge,be=be||"";const le={replace:($,A)=>(A=A.source||A,A=A.replace(T,"$1"),ge=ge.replace($,A),le),getRegex:()=>new RegExp(ge,be)};return le}const M=/[^\w:]/g,E=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function K(ge,be,le){if(ge){let $;try{$=decodeURIComponent(k(le)).replace(M,"").toLowerCase()}catch(A){return null}if($.indexOf("javascript:")===0||$.indexOf("vbscript:")===0||$.indexOf("data:")===0)return null}be&&!E.test(le)&&(le=Z(be,le));try{le=encodeURI(le).replace(/%25/g,"%")}catch($){return null}return le}const F={},O=/^[^:]+:\/*[^/]*$/,B=/^([^:]+:)[\s\S]*$/,z=/^([^:]+:\/*[^/]*)[\s\S]*$/;function Z(ge,be){F[" "+ge]||(O.test(ge)?F[" "+ge]=ge+"/":F[" "+ge]=ee(ge,"/",!0)),ge=F[" "+ge];const le=ge.indexOf(":")===-1;return be.substring(0,2)==="//"?le?be:ge.replace(B,"$1")+be:be.charAt(0)==="/"?le?be:ge.replace(z,"$1")+be:ge+be}const ie={exec:function(){}};function ke(ge){let be=1,le,$;for(;be<arguments.length;be++){le=arguments[be];for($ in le)Object.prototype.hasOwnProperty.call(le,$)&&(ge[$]=le[$])}return ge}function je(ge,be){const le=ge.replace(/\|/g,(ne,J,b)=>{let R=!1,G=J;for(;--G>=0&&b[G]==="\\";)R=!R;return R?"|":" |"}),$=le.split(/ \|/);let A=0;if($.length>be)$.splice(be);else for(;$.length<be;)$.push("");for(;A<$.length;A++)$[A]=$[A].trim().replace(/\\\|/g,"|");return $}function ee(ge,be,le){const $=ge.length;if($===0)return"";let A=0;for(;A<$;){const ne=ge.charAt($-A-1);if(ne===be&&!le)A++;else if(ne!==be&&le)A++;else break}return ge.substr(0,$-A)}function ye(ge,be){if(ge.indexOf(be[1])===-1)return-1;const le=ge.length;let $=0,A=0;for(;A<le;A++)if(ge[A]==="\\")A++;else if(ge[A]===be[0])$++;else if(ge[A]===be[1]&&($--,$<0))return A;return-1}function Pe(ge){ge&&ge.sanitize&&!ge.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")}ve.exports={escape:V,unescape:k,edit:W,cleanUrl:K,resolveUrl:Z,noopTest:ie,merge:ke,splitCells:je,rtrim:ee,findClosingBracket:ye,checkSanitizeDeprecation:Pe}},rcnY:function(ve,ce,f){var P=f("aRTE");function fe(X,ue){this.totalCount=X,this.dataCount=ue}fe.RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],fe.getRSBlocks=function(X,ue){var re=fe.getRsBlockTable(X,ue);if(re==null)throw new Error("bad rs block @ typeNumber:"+X+"/errorCorrectLevel:"+ue);for(var V=re.length/3,w=new Array,k=0;k<V;k++)for(var T=re[k*3+0],W=re[k*3+1],M=re[k*3+2],E=0;E<T;E++)w.push(new fe(W,M));return w},fe.getRsBlockTable=function(X,ue){switch(ue){case P.L:return fe.RS_BLOCK_TABLE[(X-1)*4+0];case P.M:return fe.RS_BLOCK_TABLE[(X-1)*4+1];case P.Q:return fe.RS_BLOCK_TABLE[(X-1)*4+2];case P.H:return fe.RS_BLOCK_TABLE[(X-1)*4+3];default:return}},ve.exports=fe},tWlo:function(ve,ce){ve.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVCNENBMTM0OENGMTExRTk4NzNCRkMxMzdBMjc5MEY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVCNENBMTM1OENGMTExRTk4NzNCRkMxMzdBMjc5MEY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUI0Q0ExMzI4Q0YxMTFFOTg3M0JGQzEzN0EyNzkwRjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUI0Q0ExMzM4Q0YxMTFFOTg3M0JGQzEzN0EyNzkwRjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7p3KzkAAAFvElEQVR42sRae0ybVRQ/peVRaFce8pwgj1Je5TFsEHGbMAkzmqiJyba4hYh/LJlxiRr9Z0aNGv8xvhKTGckM2zKWmGEgU7MsPnCZIrKBjMcKY9BCBMqjjEcLtFDwHPZVC12h934f8yS/P6Dfud/5nXvvueec+8neOPEuSCAxiDJEMSITkYKIRoQJv9sREwgTogfRjGhEjIt9sUKEbhSiEvEC4mGEbJNngxGRiAzEk8L/VhGtiPOIswgrjxEBHDrxiE8Qg4hPEYYtjPclMkGXxhhCfIFI2E4CNFtvIm4hXvdYHlJIKOIVRK/wjkCpCaQjWhAfIVSwfaIS3kHvypaKwLOI64hdcP+kAPEn4jmxBI4ivkXsgPsvNBt1gg1cBI4hvkLI4f8TuWDDMdYw+owQFdh3Y6gSCnL1oNOmQnxcHAQHB8HCwiLMzM7C8KgFjD23oN9khtXVVZZhyZZhxEV/CGQhalk9r1AoYO9jxfBokQGCgoK8SBHi42LBsCsfJq1TcOnHn+F2v4llJsimIoRx3Q8le0o9/6bwdRmRxGJ8ZEQ4vHjkEORkZYBcLvdrlvL0OeBwOuDv4RF/X0Ne2Y34GrHiaw+8ishnMT4tNRmOVlVCTPQDzKfY/vJ9kJWpY1Ej217ztYnpFHyH6UjGJXH4wPOgVIZw7VAi8XRFOSjkTKv1bc8T25PACdZDan95mV9LZjNRq1Wg02lZw+tbGwnQ/L/EMooyJASSkxIliZUp7ONUCTb/S+AI2cTqOZlMJgmBcI2GVUUp2LyOAJMwxvHN04EAnqQYDrsJUDFSyKrtdC5JRmDR4eBRoxokgQjs48nn5+fnJSNgt3ONRTaXEYFHeLSXlpd5Peclk1Yrr6ohQKhhuWR6ekYSAiOWMV7VDCKg5Z0/uwTLaNnlAssYd22fTgRieTRz9dmQlpIsmgCdwuWle3nVY4mAmkczLCxUsk0cEaHhVVUH8GqOT0xKRmB6ZpZX1UkE5ng0zeYhsNntkhBgqAs2yhwR4AoBrpUVaO/oEm38nelp6B/gJnCHCNzm1f79jxaWgsRLbDY7XKj/Dlb405I+ItDDqz2/sACnTp9DEqNc+qfO1MLwyKiYCewNEPov3EK+G59k39BOp3Nt+YiUViLQKNjBH8sV7EXNivhslgb4xb2J28SMtMSRmbrwBBYpZPOI+xw4J2aka23tzB4VETrdct6zoCECC7wjjWIy1tbewZT//9R4RYzxZOtZTwK0C2vEjHjT2Ov3sx2d3TA7ZxPzuhrB5nVdiQ8pNPPvKP+XkEjjbYKtXm0VOpHe5x01KDDI72dFtmI+EGz1IkDyOeIvnlETH/T/digqKoLXeLLts3UNgY0REXGQZpmpqtCmrjV1/ZWcrEzIzEhnTtwQhwQb/5vNDc1dkinak4gDsMUFSEhwMJQ9vhueqihnWhYBMhnokYRGowGLZRwcW9fWLsGxTV6HqA8F6sMfR5z0qiDUKsjQpoEuPQ1SsSILVPDd1FJTrDA/Fwry9NDX1w9dxh7MSs2+ytTjcI+7gc0IkHwpMD+JnpbnZGdCXk4WPJSUKFlHzj0bGTrtGqhZNjJqgQHzIHRjWMbzhd7/MqLaZxqzxfjVFU+UjhcZCs+gp7f9nowcszMhfg17SoptSKDyym9N9cbePt8O2GrQ5pbrDRMTkwbe6MQpN6hfFRUVWa+Qb+7je23ideLAtPdGZ/cUZpw1iTsTFtFLJcBwEc2RIryHqELvW2q/qQPT4JA4AmupL5aP/Saza8A0eDU2Jvr0DrWaNkEe3L32kULmhXV+cHHR8cOvV5tcDd9f8qvm9ouAW2Zm5yhpm5uwWi9HRoRXq1UqC9zt08cDe391VUiJPyaPo+F1zddaZy80XFyLRv52v2ViPrehiJSvz6Z7rthQpZI+t6E+K91yuj+3UXnkL+7PbYxCFdiIKfgYdTcohHZ23QTnEntd8Y8AAwCTubpzlq2wWAAAAABJRU5ErkJggg=="},uM6B:function(ve,ce){ve.exports="data:image/png;base64,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"},vHTk:function(ve,ce,f){ve.exports={wrp:"wrp___z2l1F",bgBlack:"bgBlack___3ezfX",monaco:"monaco___1ypjT",darkBlue:"darkBlue___2ViJc",close:"close___3q-z4",embed:"embed___3dQqc"}},wU8J:function(ve,ce){function f(){this.buffer=new Array,this.length=0}f.prototype={get:function(P){var fe=Math.floor(P/8);return(this.buffer[fe]>>>7-P%8&1)==1},put:function(P,fe){for(var X=0;X<fe;X++)this.putBit((P>>>fe-X-1&1)==1)},getLengthInBits:function(){return this.length},putBit:function(P){var fe=Math.floor(this.length/8);this.buffer.length<=fe&&this.buffer.push(0),P&&(this.buffer[fe]|=128>>>this.length%8),this.length++}},ve.exports=f},yslc:function(ve,ce){ve.exports="data:image/png;base64,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"}}]);