(window.webpackJsonp=window.webpackJsonp||[]).push([[101,5,7,8,9],{"+92d":function(Le,se,U){Le.exports=U.p+"static/b1.8d46544a.svg"},"+ua5":function(Le,se,U){},"/cxE":function(Le,se,U){"use strict";U.d(se,"f",function(){return A}),U.d(se,"g",function(){return j}),U.d(se,"h",function(){return P}),U.d(se,"e",function(){return W}),U.d(se,"b",function(){return N}),U.d(se,"c",function(){return e}),U.d(se,"d",function(){return w}),U.d(se,"a",function(){return v});class ne{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(g){setTimeout(()=>{throw g.stack?new Error(g.message+`
`+g.stack):g},0)}}emit(g){this.listeners.forEach(c=>{c(g)})}onUnexpectedError(g){this.unexpectedErrorHandler(g),this.emit(g)}onUnexpectedExternalError(g){this.unexpectedErrorHandler(g)}}const B=new ne;function A(g){W(g)||B.onUnexpectedError(g);return}function j(g){W(g)||B.onUnexpectedExternalError(g);return}function P(g){if(g instanceof Error){let{name:c,message:s}=g;const i=g.stacktrace||g.stack;return{$isError:!0,name:c,message:s,stack:i}}return g}const S="Canceled";function W(g){return g instanceof Error&&g.name===S&&g.message===S}function N(){const g=new Error(S);return g.name=g.message,g}function e(g){return g?new Error(`Illegal argument: ${g}`):new Error("Illegal argument")}function w(g){return g?new Error(`Illegal state: ${g}`):new Error("Illegal state")}class v extends Error{constructor(g){super("NotSupported");g&&(this.message=g)}}},"24hK":function(Le,se,U){"use strict";U.d(se,"a",function(){return B});class ne{constructor(A){this.element=A,this.next=ne.Undefined,this.prev=ne.Undefined}}ne.Undefined=new ne(void 0);class B{constructor(){this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===ne.Undefined}clear(){let A=this._first;for(;A!==ne.Undefined;){const j=A.next;A.prev=ne.Undefined,A.next=ne.Undefined,A=j}this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}unshift(A){return this._insert(A,!1)}push(A){return this._insert(A,!0)}_insert(A,j){const P=new ne(A);if(this._first===ne.Undefined)this._first=P,this._last=P;else if(j){const W=this._last;this._last=P,P.prev=W,W.next=P}else{const W=this._first;this._first=P,P.next=W,W.prev=P}this._size+=1;let S=!1;return()=>{S||(S=!0,this._remove(P))}}shift(){if(this._first===ne.Undefined)return;{const A=this._first.element;return this._remove(this._first),A}}pop(){if(this._last===ne.Undefined)return;{const A=this._last.element;return this._remove(this._last),A}}_remove(A){if(A.prev!==ne.Undefined&&A.next!==ne.Undefined){const j=A.prev;j.next=A.next,A.next.prev=j}else A.prev===ne.Undefined&&A.next===ne.Undefined?(this._first=ne.Undefined,this._last=ne.Undefined):A.next===ne.Undefined?(this._last=this._last.prev,this._last.next=ne.Undefined):A.prev===ne.Undefined&&(this._first=this._first.next,this._first.prev=ne.Undefined);this._size-=1}*[Symbol.iterator](){let A=this._first;for(;A!==ne.Undefined;)yield A.element,A=A.next}}},"3/fG":function(Le,se,U){"use strict";U.d(se,"a",function(){return B});function ne(A,j){let P;return j.length===0?P=A:P=A.replace(/\{(\d+)\}/g,function(S,W){const N=W[0];return typeof j[N]!="undefined"?j[N]:S}),P}function B(A,j,...P){return ne(j,P)}},"55Ip":function(Le,se,U){"use strict";U.d(se,"a",function(){return r});var ne=U("Ty5D"),B=U("dI71"),A=U("q1tI"),j=U.n(A),P=U("YS25"),S=U("17x9"),W=U.n(S),N=U("wx14"),e=U("zLVn"),w=U("9R94"),v=function(h){Object(B.a)(o,h);function o(){for(var b,p=arguments.length,d=new Array(p),O=0;O
=0||p.relatedTarget.className.indexOf("".concat(x,"-next"))>=0))return;h.setState({goInputText:""}),L(h.getValidValue())},h.go=function(p){var d=h.state.goInputText;if(d==="")return;(p.keyCode===s.ENTER||p.type==="click")&&(h.setState({goInputText:""}),h.props.quickGo(h.getValidValue()))},h}return Object(P.a)(f,[{key:"getValidValue",value:function(){var o=this.state,u=o.goInputText,b=o.current;return!u||isNaN(u)?b:Number(u)}},{key:"getPageSizeOptions",value:function(){var o=this.props,u=o.pageSize,b=o.pageSizeOptions;return b.some(function(p){return p.toString()===u.toString()})?b:b.concat([u.toString()]).sort(function(p,d){var O=isNaN(Number(p))?0:Number(p),L=isNaN(Number(d))?0:Number(d);return O-L})}},{key:"render",value:function(){var o=this,u=this.props,b=u.pageSize,p=u.locale,d=u.rootPrefixCls,O=u.changeSize,L=u.quickGo,x=u.goButton,I=u.selectComponentClass,k=u.buildOptionText,C=u.selectPrefixCls,F=u.disabled,V=this.state.goInputText,ee="".concat(d,"-options"),ie=I,pe=null,ve=null,ye=null;if(!O&&!L)return null;var Ee=this.getPageSizeOptions();if(O&&ie){var Se=Ee.map(function(fe,K){return e.a.createElement(ie.Option,{key:K,value:fe.toString()},(k||o.buildOptionText)(fe))});pe=e.a.createElement(ie,{disabled:F,prefixCls:C,showSearch:!1,className:"".concat(ee,"-size-changer"),optionLabelProp:"children",dropdownMatchSelectWidth:!1,value:(b||Ee[0]).toString(),onChange:this.changeSize,getPopupContainer:function(K){return K.parentNode}},Se)}return L&&(x&&(ye=typeof x=="boolean"?e.a.createElement("button",{type:"button",onClick:this.go,onKeyUp:this.go,disabled:F,className:"".concat(ee,"-quick-jumper-button")},p.jump_to_confirm):e.a.createElement("span",{onClick:this.go,onKeyUp:this.go},x)),ve=e.a.createElement("div",{className:"".concat(ee,"-quick-jumper")},p.jump_to,e.a.createElement("input",{disabled:F,type:"text",value:V,onChange:this.handleChange,onKeyUp:this.go,onBlur:this.handleBlur}),p.page,ye)),e.a.createElement("li",{className:"".concat(ee)},pe,ve)}}]),f}(e.a.Component);i.defaultProps={pageSizeOptions:["10","20","50","100"]};var l=i,a=U("N2Kk");function n(){}function r(T){return typeof T=="number"&&isFinite(T)&&Math.floor(T)===T}function t(T,_,f){return f}function E(T,_,f){var h=typeof T=="undefined"?_.pageSize:T;return Math.floor((f.total-1)/h)+1}var y=function(T){Object(S.a)(f,T);var _=Object(W.a)(f);function f(h){var o;Object(j.a)(this,f),o=_.call(this,h),o.getJumpPrevPage=function(){return Math.max(1,o.state.current-(o.props.showLessItems?3:5))},o.getJumpNextPage=function(){return Math.min(E(void 0,o.state,o.props),o.state.current+(o.props.showLessItems?3:5))},o.getItemIcon=function(O,L){var x=o.props.prefixCls,I=O||e.a.createElement("button",{type:"button","aria-label":L,className:"".concat(x,"-item-link")});return typeof O=="function"&&(I=e.a.createElement(O,Object(A.a)({},o.props))),I},o.savePaginationNode=function(O){o.paginationNode=O},o.isValid=function(O){return r(O)&&O!==o.state.current},o.shouldDisplayQuickJumper=function(){var O=o.props,L=O.showQuickJumper,x=O.pageSize,I=O.total;return I<=x?!1:L},o.handleKeyDown=function(O){(O.keyCode===s.ARROW_UP||O.keyCode===s.ARROW_DOWN)&&O.preventDefault()},o.handleKeyUp=function(O){var L=o.getValidValue(O),x=o.state.currentInputValue;L!==x&&o.setState({currentInputValue:L}),O.keyCode===s.ENTER?o.handleChange(L):O.keyCode===s.ARROW_UP?o.handleChange(L-1):O.keyCode===s.ARROW_DOWN&&o.handleChange(L+1)},o.changePageSize=function(O){var L=o.state.current,x=E(O,o.state,o.props);L=L>x?x:L,x===0&&(L=o.state.current),typeof O=="number"&&("pageSize"in o.props||o.setState({pageSize:O}),"current"in o.props||o.setState({current:L,currentInputValue:L})),o.props.onShowSizeChange(L,O),"onChange"in o.props&&o.props.onChange&&o.props.onChange(L,O)},o.handleChange=function(O){var L=o.props.disabled,x=O;if(o.isValid(x)&&!L){var I=E(void 0,o.state,o.props);x>I?x=I:x<1&&(x=1),"current"in o.props||o.setState({current:x,currentInputValue:x});var k=o.state.pageSize;return o.props.onChange(x,k),x}return o.state.current},o.prev=function(){o.hasPrev()&&o.handleChange(o.state.current-1)},o.next=function(){o.hasNext()&&o.handleChange(o.state.current+1)},o.jumpPrev=function(){o.handleChange(o.getJumpPrevPage())},o.jumpNext=function(){o.handleChange(o.getJumpNextPage())},o.hasPrev=function(){return o.state.current>1},o.hasNext=function(){return o.state.current2?x-2:0),k=2;k=b?d=b:d=Number(u),d}},{key:"getShowSizeChanger",value:function(){var o=this.props,u=o.showSizeChanger,b=o.total,p=o.totalBoundaryShowSizeChanger;return typeof u!="undefined"?u:b>p}},{key:"renderPrev",value:function(o){var u=this.props,b=u.prevIcon,p=u.itemRender,d=p(o,"prev",this.getItemIcon(b,"prev page")),O=!this.hasPrev();return Object(N.isValidElement)(d)?Object(N.cloneElement)(d,{disabled:O}):d}},{key:"renderNext",value:function(o){var u=this.props,b=u.nextIcon,p=u.itemRender,d=p(o,"next",this.getItemIcon(b,"next page")),O=!this.hasNext();return Object(N.isValidElement)(d)?Object(N.cloneElement)(d,{disabled:O}):d}},{key:"render",value:function(){var o=this,u=this.props,b=u.prefixCls,p=u.className,d=u.style,O=u.disabled,L=u.hideOnSinglePage,x=u.total,I=u.locale,k=u.showQuickJumper,C=u.showLessItems,F=u.showTitle,V=u.showTotal,ee=u.simple,ie=u.itemRender,pe=u.showPrevNextJumpers,ve=u.jumpPrevIcon,ye=u.jumpNextIcon,Ee=u.selectComponentClass,Se=u.selectPrefixCls,fe=u.pageSizeOptions,K=this.state,R=K.current,D=K.pageSize,H=K.currentInputValue;if(L===!0&&x<=D)return null;var J=E(void 0,this.state,this.props),M=[],ae=null,me=null,_e=null,q=null,oe=null,ue=k&&k.goButton,ce=C?1:2,be=R-1>0?R-1:0,Ce=R+1=ce*2&&R!==1+2&&(M[0]=Object(N.cloneElement)(M[0],{className:"".concat(b,"-item-after-jump-prev")}),M.unshift(ae)),J-R>=ce*2&&R!==J-2&&(M[M.length-1]=Object(N.cloneElement)(M[M.length-1],{className:"".concat(b,"-item-before-jump-next")}),M.push(me)),xe!==1&&M.unshift(_e),we!==J&&M.push(q)}var G=null;V&&(G=e.a.createElement("li",{className:"".concat(b,"-total-text")},V(x,[x===0?0:(R-1)*D+1,R*D>x?x:R*D])));var X=!this.hasPrev()||!J,Q=!this.hasNext()||!J;return e.a.createElement("ul",Object(ne.a)({className:v()(b,p,Object(B.a)({},"".concat(b,"-disabled"),O)),style:d,unselectable:"unselectable",ref:this.savePaginationNode},Oe),G,e.a.createElement("li",{title:F?I.prev_page:null,onClick:this.prev,tabIndex:X?null:0,onKeyPress:this.runIfEnterPrev,className:v()("".concat(b,"-prev"),Object(B.a)({},"".concat(b,"-disabled"),X)),"aria-disabled":X},this.renderPrev(be)),M,e.a.createElement("li",{title:F?I.next_page:null,onClick:this.next,tabIndex:Q?null:0,onKeyPress:this.runIfEnterNext,className:v()("".concat(b,"-next"),Object(B.a)({},"".concat(b,"-disabled"),Q)),"aria-disabled":Q},this.renderNext(Ce)),e.a.createElement(l,{disabled:O,locale:I,rootPrefixCls:b,selectComponentClass:Ee,selectPrefixCls:Se,changeSize:this.getShowSizeChanger()?this.changePageSize:null,current:R,pageSize:D,pageSizeOptions:fe,quickGo:this.shouldDisplayQuickJumper()?this.handleChange:null,goButton:ue}))}}],[{key:"getDerivedStateFromProps",value:function(o,u){var b={};if("current"in o&&(b.current=o.current,o.current!==u.current&&(b.currentInputValue=b.current)),"pageSize"in o&&o.pageSize!==u.pageSize){var p=u.current,d=E(o.pageSize,u,o);p=p>d?d:p,"current"in o||(b.current=p,b.currentInputValue=p),b.pageSize=o.pageSize}return b}}]),f}(e.a.Component);y.defaultProps={defaultCurrent:1,total:0,defaultPageSize:10,onChange:n,className:"",selectPrefixCls:"rc-select",prefixCls:"rc-pagination",selectComponentClass:null,hideOnSinglePage:!1,showPrevNextJumpers:!0,showQuickJumper:!1,showLessItems:!1,showTitle:!0,onShowSizeChange:n,locale:a.a,style:{},itemRender:t,totalBoundaryShowSizeChanger:50};var m=y},"6RRn":function(Le,se,U){"use strict";var ne=U("wCXF"),B=U("n6Qo");U.d(se,"b",function(){return B.a});var A=U("IBYe"),j=U("6eGT"),P=U("hW8S");U.d(se,"a",function(){return P.a}),se.c=ne.b},"6UM0":function(Le,se,U){var ne,B;(function(){var A;(function(){"use strict";var P=[function(e,w,v){var g=v(1).Beautifier,c=v(5).Options;function s(i,l){var a=new g(i,l);return a.beautify()}e.exports=s,e.exports.defaultOptions=function(){return new c}},function(e,w,v){var g=v(2).Output,c=v(3).Token,s=v(4),i=v(5).Options,l=v(7).Tokenizer,a=v(7).line_starters,n=v(7).positionable_operators,r=v(7).TOKEN;function t(C,F){return F.indexOf(C)!==-1}function E(C){return C.replace(/^\s+/g,"")}function y(C){for(var F={},V=0;VV&&(V=C.line_indent_level));var ee={mode:F,parent:C,last_token:C?C.last_token:new c(r.START_BLOCK,""),last_word:C?C.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:V,alignment:0,line_indent_level:C?C.line_indent_level:V,start_line_index:this._output.get_line_number(),ternary_depth:0};return ee},I.prototype._reset=function(C){var F=C.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new g(this._options,F),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(u.BlockStatement);var V=new l(C,this._options);return this._tokens=V.tokenize(),C},I.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var C,F=this._reset(this._source_text),V=this._options.eol;this._options.eol==="auto"&&(V=`
`,F&&s.lineBreak.test(F||"")&&(V=F.match(s.lineBreak)[0]));for(var ee=this._tokens.next();ee;)this.handle_token(ee),this._last_last_text=this._flags.last_token.text,this._flags.last_token=ee,ee=this._tokens.next();return C=this._output.get_code(V),C},I.prototype.handle_token=function(C,F){C.type===r.START_EXPR?this.handle_start_expr(C):C.type===r.END_EXPR?this.handle_end_expr(C):C.type===r.START_BLOCK?this.handle_start_block(C):C.type===r.END_BLOCK?this.handle_end_block(C):C.type===r.WORD?this.handle_word(C):C.type===r.RESERVED?this.handle_word(C):C.type===r.SEMICOLON?this.handle_semicolon(C):C.type===r.STRING?this.handle_string(C):C.type===r.EQUALS?this.handle_equals(C):C.type===r.OPERATOR?this.handle_operator(C):C.type===r.COMMA?this.handle_comma(C):C.type===r.BLOCK_COMMENT?this.handle_block_comment(C,F):C.type===r.COMMENT?this.handle_comment(C,F):C.type===r.DOT?this.handle_dot(C):C.type===r.EOF?this.handle_eof(C):C.type===r.UNKNOWN?this.handle_unknown(C,F):this.handle_unknown(C,F)},I.prototype.handle_whitespace_and_comments=function(C,F){var V=C.newlines,ee=this._options.keep_array_indentation&&d(this._flags.mode);if(C.comments_before)for(var ie=C.comments_before.next();ie;)this.handle_whitespace_and_comments(ie,F),this.handle_token(ie,F),ie=C.comments_before.next();if(ee)for(var pe=0;pe0,F);else if(this._options.max_preserve_newlines&&V>this._options.max_preserve_newlines&&(V=this._options.max_preserve_newlines),this._options.preserve_newlines&&V>1){this.print_newline(!1,F);for(var ve=1;ve0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},I.prototype.set_mode=function(C){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,C),this._flags=this.create_flags(this._previous_flags,C),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},I.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===u.Statement&&b(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},I.prototype.start_of_object_property=function(){return this._flags.parent.mode===u.ObjectLiteral&&this._flags.mode===u.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||T(this._flags.last_token,["get","set"]))},I.prototype.start_of_statement=function(C){var F=!1;return F=F||T(this._flags.last_token,["var","let","const"])&&C.type===r.WORD,F=F||m(this._flags.last_token,"do"),F=F||!(this._flags.parent.mode===u.ObjectLiteral&&this._flags.mode===u.Statement)&&T(this._flags.last_token,k)&&!C.newlines,F=F||m(this._flags.last_token,"else")&&!(m(C,"if")&&!C.comments_before),F=F||this._flags.last_token.type===r.END_EXPR&&(this._previous_flags.mode===u.ForInitializer||this._previous_flags.mode===u.Conditional),F=F||this._flags.last_token.type===r.WORD&&this._flags.mode===u.BlockStatement&&!this._flags.in_case&&!(C.text==="--"||C.text==="++")&&this._last_last_text!=="function"&&C.type!==r.WORD&&C.type!==r.RESERVED,F=F||this._flags.mode===u.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||T(this._flags.last_token,["get","set"])),F?(this.set_mode(u.Statement),this.indent(),this.handle_whitespace_and_comments(C,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C,T(C,["do","for","if","while"])),!0):!1},I.prototype.handle_start_expr=function(C){this.start_of_statement(C)||this.handle_whitespace_and_comments(C);var F=u.Expression;if(C.text==="["){if(this._flags.last_token.type===r.WORD||this._flags.last_token.text===")"){T(this._flags.last_token,a)&&(this._output.space_before_token=!0),this.print_token(C),this.set_mode(F),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}F=u.ArrayLiteral,d(this._flags.mode)&&((this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline())),t(this._flags.last_token.type,[r.START_EXPR,r.END_EXPR,r.WORD,r.OPERATOR,r.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===r.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,F=u.ForInitializer):t(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,F=u.Conditional):t(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&C.whitespace_before===""?this._output.space_before_token=!1:(t(this._flags.last_token.text,a)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C);else if(this._flags.last_token.type===r.WORD){this._output.space_before_token=!1;var V=this._tokens.peek(-3);if(this._options.space_after_named_function&&V){var ee=this._tokens.peek(-4);T(V,["async","function"])||V.text==="*"&&T(ee,["async","function"])?this._output.space_before_token=!0:this._flags.mode===u.ObjectLiteral?(V.text==="{"||V.text===","||V.text==="*"&&(ee.text==="{"||ee.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(C);(this._flags.last_token.type===r.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(t(this._last_last_text,["function","yield"])||this._flags.mode===u.ObjectLiteral&&t(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===r.START_BLOCK?this.print_newline():(this._flags.last_token.type===r.END_EXPR||this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===r.COMMA)&&this.allow_wrap_or_preserved_newline(C,C.newlines),this.print_token(C),this.set_mode(F),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},I.prototype.handle_end_expr=function(C){for(;this._flags.mode===u.Statement;)this.restore_mode();this.handle_whitespace_and_comments(C),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(C,C.text==="]"&&d(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===r.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(C),this.restore_mode(),b(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===u.Conditional&&(this._previous_flags.mode=u.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},I.prototype.handle_start_block=function(C){this.handle_whitespace_and_comments(C);var F=this._tokens.peek(),V=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===r.END_EXPR?(this.set_mode(u.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(u.BlockStatement):V&&(t(V.text,[":",","])&&t(F.type,[r.STRING,r.WORD,r.RESERVED])||t(F.text,["get","set","..."])&&t(V.type,[r.WORD,r.RESERVED]))?t(this._last_last_text,["class","interface"])&&!t(V.text,[":",","])?this.set_mode(u.BlockStatement):this.set_mode(u.ObjectLiteral):this._flags.last_token.type===r.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(u.BlockStatement):t(this._flags.last_token.type,[r.EQUALS,r.START_EXPR,r.COMMA,r.OPERATOR])||T(this._flags.last_token,["return","throw","import","default"])?this.set_mode(u.ObjectLiteral):this.set_mode(u.BlockStatement),this._flags.last_token&&(T(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0));var ee=!F.comments_before&&F.text==="}",ie=ee&&this._flags.last_word==="function"&&this._flags.last_token.type===r.END_EXPR;if(this._options.brace_preserve_inline){var pe=0,ve=null;this._flags.inline_frame=!0;do if(pe+=1,ve=this._tokens.peek(pe-1),ve.newlines){this._flags.inline_frame=!1;break}while(ve.type!==r.EOF&&!(ve.type===r.END_BLOCK&&ve.opened===C))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&C.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==r.OPERATOR&&(ie||this._flags.last_token.type===r.EQUALS||T(this._flags.last_token,_)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(d(this._previous_flags.mode)&&(this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.COMMA)&&((this._flags.last_token.type===r.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(C),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==r.OPERATOR&&this._flags.last_token.type!==r.START_EXPR&&(this._flags.last_token.type===r.START_BLOCK&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(C),this.indent(),!ee&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},I.prototype.handle_end_block=function(C){for(this.handle_whitespace_and_comments(C);this._flags.mode===u.Statement;)this.restore_mode();var F=this._flags.last_token.type===r.START_BLOCK;this._flags.inline_frame&&!F?this._output.space_before_token=!0:this._options.brace_style==="expand"?F||this.print_newline():F||(d(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(C)},I.prototype.handle_word=function(C){if(C.type===r.RESERVED){if(t(C.text,["set","get"])&&this._flags.mode!==u.ObjectLiteral)C.type=r.WORD;else if(C.text==="import"&&t(this._tokens.peek().text,["(","."]))C.type=r.WORD;else if(t(C.text,["as","from"])&&!this._flags.import_block)C.type=r.WORD;else if(this._flags.mode===u.ObjectLiteral){var F=this._tokens.peek();F.text===":"&&(C.type=r.WORD)}}if(this.start_of_statement(C)?T(this._flags.last_token,["var","let","const"])&&C.type===r.WORD&&(this._flags.declaration_statement=!0):C.newlines&&!O(this._flags.mode)&&(this._flags.last_token.type!==r.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==r.EQUALS&&(this._options.preserve_newlines||!T(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(C),this.print_newline()):this.handle_whitespace_and_comments(C),this._flags.do_block&&!this._flags.do_while)if(m(C,"while")){this._output.space_before_token=!0,this.print_token(C),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&m(C,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===u.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&T(C,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(C),this._flags.in_case=!0;return}if((this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR)&&(this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C)),m(C,"function")){(t(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(t(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===r.OPERATOR))&&(!this._output.just_added_blankline()&&!C.comments_before&&(this.print_newline(),this.print_newline(!0))),this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD?T(this._flags.last_token,["get","set","new","export"])||T(this._flags.last_token,k)?this._output.space_before_token=!0:m(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===r.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(O(this._flags.mode)||d(this._flags.mode))||this.print_newline(),this.print_token(C),this._flags.last_word=C.text;return}var V="NONE";if(this._flags.last_token.type===r.END_BLOCK?this._previous_flags.inline_frame?V="SPACE":T(C,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&C.newlines?V="NEWLINE":(V="SPACE",this._output.space_before_token=!0):V="NEWLINE":this._flags.last_token.type===r.SEMICOLON&&this._flags.mode===u.BlockStatement?V="NEWLINE":this._flags.last_token.type===r.SEMICOLON&&O(this._flags.mode)?V="SPACE":this._flags.last_token.type===r.STRING?V="NEWLINE":this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD||this._flags.last_token.text==="*"&&(t(this._last_last_text,["function","yield"])||this._flags.mode===u.ObjectLiteral&&t(this._last_last_text,["{",","]))?V="SPACE":this._flags.last_token.type===r.START_BLOCK?this._flags.inline_frame?V="SPACE":V="NEWLINE":this._flags.last_token.type===r.END_EXPR&&(this._output.space_before_token=!0,V="NEWLINE"),T(C,a)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?V="SPACE":V="NEWLINE"),T(C,["else","catch","finally"]))if((!(this._flags.last_token.type===r.END_BLOCK&&this._previous_flags.mode===u.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&C.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var ee=this._output.current_line;ee.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else V==="NEWLINE"?T(this._flags.last_token,_)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&T(C,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==r.END_EXPR?(this._flags.last_token.type!==r.START_EXPR||!T(C,["var","let","const"]))&&this._flags.last_token.text!==":"&&(m(C,"if")&&m(C.previous,"else")?this._output.space_before_token=!0:this.print_newline()):T(C,a)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&d(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():V==="SPACE"&&(this._output.space_before_token=!0);C.previous&&(C.previous.type===r.WORD||C.previous.type===r.RESERVED)&&(this._output.space_before_token=!0),this.print_token(C),this._flags.last_word=C.text,C.type===r.RESERVED&&(C.text==="do"?this._flags.do_block=!0:C.text==="if"?this._flags.if_block=!0:C.text==="import"?this._flags.import_block=!0:this._flags.import_block&&m(C,"from")&&(this._flags.import_block=!1))},I.prototype.handle_semicolon=function(C){this.start_of_statement(C)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(C);for(var F=this._tokens.peek();this._flags.mode===u.Statement&&!(this._flags.if_block&&m(F,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(C)},I.prototype.handle_string=function(C){C.text.startsWith("`")&&C.newlines===0&&C.whitespace_before===""&&(C.previous.text===")"||this._flags.last_token.type===r.WORD)||(this.start_of_statement(C)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(C),this._flags.last_token.type===r.RESERVED||this._flags.last_token.type===r.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR||this._flags.last_token.type===r.EQUALS||this._flags.last_token.type===r.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(C):C.text.startsWith("`")&&this._flags.last_token.type===r.END_EXPR&&(C.previous.text==="]"||C.previous.text===")")&&C.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(C)},I.prototype.handle_equals=function(C){this.start_of_statement(C)||this.handle_whitespace_and_comments(C),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(C),this._output.space_before_token=!0},I.prototype.handle_comma=function(C){this.handle_whitespace_and_comments(C,!0),this.print_token(C),this._output.space_before_token=!0,this._flags.declaration_statement?(O(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(C)):this._flags.mode===u.ObjectLiteral||this._flags.mode===u.Statement&&this._flags.parent.mode===u.ObjectLiteral?(this._flags.mode===u.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(C)},I.prototype.handle_operator=function(C){var F=C.text==="*"&&(T(this._flags.last_token,["function","yield"])||t(this._flags.last_token.type,[r.START_BLOCK,r.COMMA,r.END_BLOCK,r.SEMICOLON])),V=t(C.text,["-","+"])&&(t(this._flags.last_token.type,[r.START_BLOCK,r.START_EXPR,r.EQUALS,r.OPERATOR])||t(this._flags.last_token.text,a)||this._flags.last_token.text===",");if(!this.start_of_statement(C)){var ee=!F;this.handle_whitespace_and_comments(C,ee)}if(C.text==="*"&&this._flags.last_token.type===r.DOT){this.print_token(C);return}if(C.text==="::"){this.print_token(C);return}if(this._flags.last_token.type===r.OPERATOR&&t(this._options.operator_position,o)&&this.allow_wrap_or_preserved_newline(C),C.text===":"&&this._flags.in_case){this.print_token(C),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==r.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var ie=!0,pe=!0,ve=!1;if(C.text===":"?this._flags.ternary_depth===0?ie=!1:(this._flags.ternary_depth-=1,ve=!0):C.text==="?"&&(this._flags.ternary_depth+=1),!V&&!F&&this._options.preserve_newlines&&t(C.text,n)){var ye=C.text===":",Ee=ye&&ve,Se=ye&&!ve;switch(this._options.operator_position){case h.before_newline:this._output.space_before_token=!Se,this.print_token(C),(!ye||Ee)&&this.allow_wrap_or_preserved_newline(C),this._output.space_before_token=!0;return;case h.after_newline:this._output.space_before_token=!0,!ye||Ee?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(C):this._output.space_before_token=!1,this.print_token(C),this._output.space_before_token=!0;return;case h.preserve_newline:Se||this.allow_wrap_or_preserved_newline(C),ie=!(this._output.just_added_newline()||Se),this._output.space_before_token=ie,this.print_token(C),this._output.space_before_token=!0;return}}if(F){this.allow_wrap_or_preserved_newline(C),ie=!1;var fe=this._tokens.peek();pe=fe&&t(fe.type,[r.WORD,r.RESERVED])}else if(C.text==="...")this.allow_wrap_or_preserved_newline(C),ie=this._flags.last_token.type===r.START_BLOCK,pe=!1;else if(t(C.text,["--","++","!","~"])||V){if((this._flags.last_token.type===r.COMMA||this._flags.last_token.type===r.START_EXPR)&&this.allow_wrap_or_preserved_newline(C),ie=!1,pe=!1,C.newlines&&(C.text==="--"||C.text==="++"||C.text==="~")){var K=T(this._flags.last_token,_)&&C.newlines;K&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(K,!0)}this._flags.last_token.text===";"&&O(this._flags.mode)&&(ie=!0),this._flags.last_token.type===r.RESERVED?ie=!0:this._flags.last_token.type===r.END_EXPR?ie=!(this._flags.last_token.text==="]"&&(C.text==="--"||C.text==="++")):this._flags.last_token.type===r.OPERATOR&&(ie=t(C.text,["--","-","++","+"])&&t(this._flags.last_token.text,["--","-","++","+"]),t(C.text,["+","-"])&&t(this._flags.last_token.text,["--","++"])&&(pe=!0)),(this._flags.mode===u.BlockStatement&&!this._flags.inline_frame||this._flags.mode===u.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||ie,this.print_token(C),this._output.space_before_token=pe},I.prototype.handle_block_comment=function(C,F){if(this._output.raw){this._output.add_raw_token(C),C.directives&&C.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(C.directives){this.print_newline(!1,F),this.print_token(C),C.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!s.newline.test(C.text)&&!C.newlines){this._output.space_before_token=!0,this.print_token(C),this._output.space_before_token=!0;return}else this.print_block_commment(C,F)},I.prototype.print_block_commment=function(C,F){var V=p(C.text),ee,ie=!1,pe=!1,ve=C.whitespace_before,ye=ve.length;if(this.print_newline(!1,F),this.print_token_line_indentation(C),this._output.add_token(V[0]),this.print_newline(!1,F),V.length>1){for(V=V.slice(1),ie=L(V,"*"),pe=x(V,ve),ie&&(this._flags.alignment=1),ee=0;ee=0;s--)if(this.__items[s].match(c))return!0;return!1},w.prototype.set_indent=function(c,s){this.is_empty()&&(this.__indent_count=c||0,this.__alignment_count=s||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},w.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},w.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},w.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var c=this.__parent.current_line;return c.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),c.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),c.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,c.__items[0]===" "&&(c.__items.splice(0,1),c.__character_count-=1),!0}return!1},w.prototype.is_empty=function(){return this.__items.length===0},w.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},w.prototype.push=function(c){this.__items.push(c);var s=c.lastIndexOf(`
`);s!==-1?this.__character_count=c.length-s:this.__character_count+=c.length},w.prototype.pop=function(){var c=null;return this.is_empty()||(c=this.__items.pop(),this.__character_count-=c.length),c},w.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},w.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},w.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},w.prototype.toString=function(){var c="";return this.is_empty()?this.__parent.indent_empty_lines&&(c=this.__parent.get_indent_string(this.__indent_count)):(c=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),c+=this.__items.join("")),c};function v(c,s){this.__cache=[""],this.__indent_size=c.indent_size,this.__indent_string=c.indent_char,c.indent_with_tabs||(this.__indent_string=new Array(c.indent_size+1).join(c.indent_char)),s=s||"",c.indent_level>0&&(s=new Array(c.indent_level+1).join(this.__indent_string)),this.__base_string=s,this.__base_string_length=s.length}v.prototype.get_indent_size=function(c,s){var i=this.__base_string_length;return s=s||0,c<0&&(i=0),i+=c*this.__indent_size,i+=s,i},v.prototype.get_indent_string=function(c,s){var i=this.__base_string;return s=s||0,c<0&&(c=0,i=""),s+=c*this.__indent_size,this.__ensure_cache(s),i+=this.__cache[s],i},v.prototype.__ensure_cache=function(c){for(;c>=this.__cache.length;)this.__add_column()},v.prototype.__add_column=function(){var c=this.__cache.length,s=0,i="";this.__indent_size&&c>=this.__indent_size&&(s=Math.floor(c/this.__indent_size),c-=s*this.__indent_size,i=new Array(s+1).join(this.__indent_string)),c&&(i+=new Array(c+1).join(" ")),this.__cache.push(i)};function g(c,s){this.__indent_cache=new v(c,s),this.raw=!1,this._end_with_newline=c.end_with_newline,this.indent_size=c.indent_size,this.wrap_line_length=c.wrap_line_length,this.indent_empty_lines=c.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new w(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}g.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},g.prototype.get_line_number=function(){return this.__lines.length},g.prototype.get_indent_string=function(c,s){return this.__indent_cache.get_indent_string(c,s)},g.prototype.get_indent_size=function(c,s){return this.__indent_cache.get_indent_size(c,s)},g.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},g.prototype.add_new_line=function(c){return this.is_empty()||!c&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},g.prototype.get_code=function(c){this.trim(!0);var s=this.current_line.pop();s&&(s[s.length-1]===`
`&&(s=s.replace(/\n+$/g,"")),this.current_line.push(s)),this._end_with_newline&&this.__add_outputline();var i=this.__lines.join(`
`);return c!==`
`&&(i=i.replace(/[\n]/g,c)),i},g.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},g.prototype.set_indent=function(c,s){return c=c||0,s=s||0,this.next_line.set_indent(c,s),this.__lines.length>1?(this.current_line.set_indent(c,s),!0):(this.current_line.set_indent(),!1)},g.prototype.add_raw_token=function(c){for(var s=0;s1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},g.prototype.just_added_newline=function(){return this.current_line.is_empty()},g.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},g.prototype.ensure_empty_line_above=function(c,s){for(var i=this.__lines.length-2;i>=0;){var l=this.__lines[i];if(l.is_empty())break;if(l.item(0).indexOf(c)!==0&&l.item(-1)!==s){this.__lines.splice(i+1,0,new w(this)),this.previous_line=this.__lines[this.__lines.length-2];break}i--}},e.exports.Output=g},function(e){function w(v,g,c,s){this.type=v,this.text=g,this.comments_before=null,this.newlines=c||0,this.whitespace_before=s||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}e.exports.Token=w},function(e,w){var v="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",g="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",c="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",s="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",i="(?:\\\\u[0-9a-fA-F]{4}|["+v+c+"])",l="(?:\\\\u[0-9a-fA-F]{4}|["+g+c+s+"])*";w.identifier=new RegExp(i+l,"g"),w.identifierStart=new RegExp(i),w.identifierMatch=new RegExp("(?:\\\\u[0-9a-fA-F]{4}|["+g+c+s+"])+");var a=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/;w.newline=/[\n\r\u2028\u2029]/,w.lineBreak=new RegExp(`\r
|`+w.newline.source),w.allLineBreaks=new RegExp(w.lineBreak.source,"g")},function(e,w,v){var g=v(6).Options,c=["before-newline","after-newline","preserve-newline"];function s(i){g.call(this,i,"js");var l=this.raw_options.brace_style||null;l==="expand-strict"?this.raw_options.brace_style="expand":l==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var a=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var n=0;n>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),f=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";f=f.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),f="\\?\\.(?!\\d) "+f,f=f.replace(/ /g,"|");var h=new RegExp(f),o="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),u=o.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),b=new RegExp("^(?:"+u.join("|")+")$"),p,d=function(L,x){c.call(this,L,x),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var I=new a(this._input),k=new n(this._input).read_options(this._options);this.__patterns={template:k,identifier:k.starting_with(l.identifier).matching(l.identifierMatch),number:I.matching(y),punct:I.matching(h),comment:I.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:I.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:I.matching(//),include:I.starting_with(/#include/).until_after(l.lineBreak),shebang:I.starting_with(/#!/).until_after(l.lineBreak),xml:I.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:k.until(/['\\\n\r\u2028\u2029]/),double_quote:k.until(/["\\\n\r\u2028\u2029]/),template_text:k.until(/[`\\$]/),template_expression:k.until(/[`}\\]/)}};d.prototype=new c,d.prototype._is_comment=function(L){return L.type===t.COMMENT||L.type===t.BLOCK_COMMENT||L.type===t.UNKNOWN},d.prototype._is_opening=function(L){return L.type===t.START_BLOCK||L.type===t.START_EXPR},d.prototype._is_closing=function(L,x){return(L.type===t.END_BLOCK||L.type===t.END_EXPR)&&x&&(L.text==="]"&&x.text==="["||L.text===")"&&x.text==="("||L.text==="}"&&x.text==="{")},d.prototype._reset=function(){p=!1},d.prototype._get_next_token=function(L,x){var I=null;this._readWhitespace();var k=this._input.peek();return k===null?this._create_token(t.EOF,""):(I=I||this._read_non_javascript(k),I=I||this._read_string(k),I=I||this._read_word(L),I=I||this._read_singles(k),I=I||this._read_comment(k),I=I||this._read_regexp(k,L),I=I||this._read_xml(k,L),I=I||this._read_punctuation(),I=I||this._create_token(t.UNKNOWN,this._input.next()),I)},d.prototype._read_word=function(L){var x;if(x=this.__patterns.identifier.read(),x!=="")return x=x.replace(l.allLineBreaks,`
`),!(L.type===t.DOT||L.type===t.RESERVED&&(L.text==="set"||L.text==="get"))&&b.test(x)?(x==="in"||x==="of")&&(L.type===t.WORD||L.type===t.STRING)?this._create_token(t.OPERATOR,x):this._create_token(t.RESERVED,x):this._create_token(t.WORD,x);if(x=this.__patterns.number.read(),x!=="")return this._create_token(t.WORD,x)},d.prototype._read_singles=function(L){var x=null;return L==="("||L==="["?x=this._create_token(t.START_EXPR,L):L===")"||L==="]"?x=this._create_token(t.END_EXPR,L):L==="{"?x=this._create_token(t.START_BLOCK,L):L==="}"?x=this._create_token(t.END_BLOCK,L):L===";"?x=this._create_token(t.SEMICOLON,L):L==="."&&T.test(this._input.peek(1))?x=this._create_token(t.DOT,L):L===","&&(x=this._create_token(t.COMMA,L)),x&&this._input.next(),x},d.prototype._read_punctuation=function(){var L=this.__patterns.punct.read();if(L!=="")return L==="="?this._create_token(t.EQUALS,L):L==="?."?this._create_token(t.DOT,L):this._create_token(t.OPERATOR,L)},d.prototype._read_non_javascript=function(L){var x="";if(L==="#"){if(this._is_first_token()&&(x=this.__patterns.shebang.read(),x))return this._create_token(t.UNKNOWN,x.trim()+`
`);if(x=this.__patterns.include.read(),x)return this._create_token(t.UNKNOWN,x.trim()+`
`);L=this._input.next();var I="#";if(this._input.hasNext()&&this._input.testChar(m)){do L=this._input.next(),I+=L;while(this._input.hasNext()&&L!=="#"&&L!=="=");return L==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(I+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(I+="{}",this._input.next(),this._input.next())),this._create_token(t.WORD,I)}this._input.back()}else if(L==="<"&&this._is_first_token()){if(x=this.__patterns.html_comment_start.read(),x){for(;this._input.hasNext()&&!this._input.testChar(l.newline);)x+=this._input.next();return p=!0,this._create_token(t.COMMENT,x)}}else if(p&&L==="-"&&(x=this.__patterns.html_comment_end.read(),x))return p=!1,this._create_token(t.COMMENT,x);return null},d.prototype._read_comment=function(L){var x=null;if(L==="/"){var I="";if(this._input.peek(1)==="*"){I=this.__patterns.block_comment.read();var k=E.get_directives(I);k&&k.ignore==="start"&&(I+=E.readIgnored(this._input)),I=I.replace(l.allLineBreaks,`
`),x=this._create_token(t.BLOCK_COMMENT,I),x.directives=k}else this._input.peek(1)==="/"&&(I=this.__patterns.comment.read(),x=this._create_token(t.COMMENT,I))}return x},d.prototype._read_string=function(L){if(L==="`"||L==="'"||L==='"'){var x=this._input.next();return this.has_char_escapes=!1,L==="`"?x+=this._read_string_recursive("`",!0,"${"):x+=this._read_string_recursive(L),this.has_char_escapes&&this._options.unescape_strings&&(x=O(x)),this._input.peek()===L&&(x+=this._input.next()),x=x.replace(l.allLineBreaks,`
`),this._create_token(t.STRING,x)}return null},d.prototype._allow_regexp_or_xml=function(L){return L.type===t.RESERVED&&r(L.text,["return","case","throw","else","do","typeof","yield"])||L.type===t.END_EXPR&&L.text===")"&&L.opened.previous.type===t.RESERVED&&r(L.opened.previous.text,["if","while","for"])||r(L.type,[t.COMMENT,t.START_EXPR,t.START_BLOCK,t.START,t.END_BLOCK,t.OPERATOR,t.EQUALS,t.EOF,t.SEMICOLON,t.COMMA])},d.prototype._read_regexp=function(L,x){if(L==="/"&&this._allow_regexp_or_xml(x)){for(var I=this._input.next(),k=!1,C=!1;this._input.hasNext()&&(k||C||this._input.peek()!==L)&&!this._input.testChar(l.newline);)I+=this._input.peek(),k?k=!1:(k=this._input.peek()==="\\",this._input.peek()==="["?C=!0:this._input.peek()==="]"&&(C=!1)),this._input.next();return this._input.peek()===L&&(I+=this._input.next(),I+=this._input.read(l.identifier)),this._create_token(t.STRING,I)}return null},d.prototype._read_xml=function(L,x){if(this._options.e4x&&L==="<"&&this._allow_regexp_or_xml(x)){var I="",k=this.__patterns.xml.read_match();if(k){for(var C=k[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),F=C.indexOf("{")===0,V=0;k;){var ee=!!k[1],ie=k[2],pe=!!k[k.length-1]||ie.slice(0,8)==="![CDATA[";if(!pe&&(ie===C||F&&ie.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(ee?--V:++V),I+=k[0],V<=0)break;k=this.__patterns.xml.read_match()}return k||(I+=this._input.match(/[\s\S]*/g)[0]),I=I.replace(l.allLineBreaks,`
`),this._create_token(t.STRING,I)}}return null};function O(L){for(var x="",I=0,k=new g(L),C=null;k.hasNext();)if(C=k.match(/([\s]|[^\\]|\\\\)+/g),C&&(x+=C[0]),k.peek()==="\\"){if(k.next(),k.peek()==="x")C=k.match(/x([0-9A-Fa-f]{2})/g);else if(k.peek()==="u")C=k.match(/u([0-9A-Fa-f]{4})/g);else{x+="\\",k.hasNext()&&(x+=k.next());continue}if(!C)return L;if(I=parseInt(C[1],16),I>126&&I<=255&&C[0].indexOf("x")===0)return L;if(I>=0&&I<32){x+="\\"+C[0];continue}else I===34||I===39||I===92?x+="\\"+String.fromCharCode(I):x+=String.fromCharCode(I)}return x}d.prototype._read_string_recursive=function(L,x,I){var k,C;L==="'"?C=this.__patterns.single_quote:L==='"'?C=this.__patterns.double_quote:L==="`"?C=this.__patterns.template_text:L==="}"&&(C=this.__patterns.template_expression);for(var F=C.read(),V="";this._input.hasNext();){if(V=this._input.next(),V===L||!x&&l.newline.test(V)){this._input.back();break}else V==="\\"&&this._input.hasNext()?(k=this._input.peek(),k==="x"||k==="u"?this.has_char_escapes=!0:k==="\r"&&this._input.peek(1)===`
`&&this._input.next(),V+=this._input.next()):I&&(I==="${"&&V==="$"&&this._input.peek()==="{"&&(V+=this._input.next()),I===V&&(L==="`"?V+=this._read_string_recursive("}",x,"`"):V+=this._read_string_recursive("`",x,"${"),this._input.hasNext()&&(V+=this._input.next())));V+=C.read(),F+=V}return F},e.exports.Tokenizer=d,e.exports.TOKEN=t,e.exports.positionable_operators=_.slice(),e.exports.line_starters=o.slice()},function(e){var w=RegExp.prototype.hasOwnProperty("sticky");function v(g){this.__input=g||"",this.__input_length=this.__input.length,this.__position=0}v.prototype.restart=function(){this.__position=0},v.prototype.back=function(){this.__position>0&&(this.__position-=1)},v.prototype.hasNext=function(){return this.__position=0&&g=0&&c=g.length&&this.__input.substring(c-g.length,c).toLowerCase()===g},e.exports.InputScanner=v},function(e,w,v){var g=v(8).InputScanner,c=v(3).Token,s=v(10).TokenStream,i=v(11).WhitespacePattern,l={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},a=function(n,r){this._input=new g(n),this._options=r||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new i(this._input)};a.prototype.tokenize=function(){this._input.restart(),this.__tokens=new s,this._reset();for(var n,r=new c(l.START,""),t=null,E=[],y=new s;r.type!==l.EOF;){for(n=this._get_next_token(r,t);this._is_comment(n);)y.add(n),n=this._get_next_token(r,t);y.isEmpty()||(n.comments_before=y,y=new s),n.parent=t,this._is_opening(n)?(E.push(t),t=n):t&&this._is_closing(n,t)&&(n.opened=t,t.closed=n,t=E.pop(),n.parent=t),n.previous=r,r.next=n,this.__tokens.add(n),r=n}return this.__tokens},a.prototype._is_first_token=function(){return this.__tokens.isEmpty()},a.prototype._reset=function(){},a.prototype._get_next_token=function(n,r){this._readWhitespace();var t=this._input.read(/.+/g);return t?this._create_token(l.RAW,t):this._create_token(l.EOF,"")},a.prototype._is_comment=function(n){return!1},a.prototype._is_opening=function(n){return!1},a.prototype._is_closing=function(n,r){return!1},a.prototype._create_token=function(n,r){var t=new c(n,r,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return t},a.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},e.exports.Tokenizer=a,e.exports.TOKEN=l},function(e){function w(v){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=v}w.prototype.restart=function(){this.__position=0},w.prototype.isEmpty=function(){return this.__tokens_length===0},w.prototype.hasNext=function(){return this.__position=0&&v/),erb:a.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:a.starting_with(/{%/).until_after(/%}/),django_value:a.starting_with(/{{/).until_after(/}}/),django_comment:a.starting_with(/{#/).until_after(/#}/),smarty:a.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:a.starting_with(/{\*/).until_after(/\*}/),smarty_literal:a.starting_with(/{literal}/).until_after(/{\/literal}/)}}s.prototype=new g,s.prototype._create=function(){return new s(this._input,this)},s.prototype._update=function(){this.__set_templated_pattern()},s.prototype.disable=function(i){var l=this._create();return l._disabled[i]=!0,l._update(),l},s.prototype.read_options=function(i){var l=this._create();for(var a in c)l._disabled[a]=i.templating.indexOf(a)===-1;return l._update(),l},s.prototype.exclude=function(i){var l=this._create();return l._excluded[i]=!0,l._update(),l},s.prototype.read=function(){var i="";this._match_pattern?i=this._input.read(this._starting_pattern):i=this._input.read(this._starting_pattern,this.__template_pattern);for(var l=this._read_template();l;)this._match_pattern?l+=this._input.read(this._match_pattern):l+=this._input.readUntil(this.__template_pattern),i+=l,l=this._read_template();return this._until_after&&(i+=this._input.readUntilAfter(this._until_pattern)),i},s.prototype.__set_templated_pattern=function(){var i=[];this._disabled.php||i.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||i.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||i.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(i.push(this.__patterns.django._starting_pattern.source),i.push(this.__patterns.django_value._starting_pattern.source),i.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||i.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&i.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+i.join("|")+")")},s.prototype._read_template=function(){var i="",l=this._input.peek();if(l==="<"){var a=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&a==="?"&&(i=i||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&a==="%"&&(i=i||this.__patterns.erb.read())}else l==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(i=i||this.__patterns.handlebars_comment.read(),i=i||this.__patterns.handlebars_unescaped.read(),i=i||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(i=i||this.__patterns.django_value.read()),this._excluded.django||(i=i||this.__patterns.django_comment.read(),i=i||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(i=i||this.__patterns.smarty_comment.read(),i=i||this.__patterns.smarty_literal.read(),i=i||this.__patterns.smarty.read()));return i},e.exports.TemplatablePattern=s}],S={};function W(e){var w=S[e];if(w!==void 0)return w.exports;var v=S[e]={exports:{}};return P[e](v,v.exports,W),v.exports}var N=W(0);A=N})();var j=A;!(ne=[],B=function(){return{js_beautify:j}}.apply(se,ne),B!==void 0&&(Le.exports=B))})()},"6eGT":function(Le,se,U){"use strict";function ne(B){return null}se.a=ne},"746U":function(Le,se,U){"use strict";U.d(se,"f",function(){return ne}),U.d(se,"l",function(){return B}),U.d(se,"k",function(){return A}),U.d(se,"j",function(){return j}),U.d(se,"g",function(){return P}),U.d(se,"m",function(){return S}),U.d(se,"h",function(){return W}),U.d(se,"n",function(){return N}),U.d(se,"c",function(){return e}),U.d(se,"a",function(){return w}),U.d(se,"i",function(){return v}),U.d(se,"o",function(){return g}),U.d(se,"e",function(){return i}),U.d(se,"d",function(){return l}),U.d(se,"p",function(){return a}),U.d(se,"b",function(){return n});function ne(r){return Array.isArray(r)}function B(r){return typeof r=="string"}function A(r){return typeof r=="object"&&r!==null&&!Array.isArray(r)&&!(r instanceof RegExp)&&!(r instanceof Date)}function j(r){return typeof r=="number"&&!isNaN(r)}function P(r){return r===!0||r===!1}function S(r){return typeof r=="undefined"}function W(r){return!N(r)}function N(r){return S(r)||r===null}function e(r,t){if(!r)throw new Error(t?`Unexpected type, expected '${t}'`:"Unexpected type")}function w(r){if(N(r))throw new Error("Assertion Failed: argument is undefined or null");return r}function v(r){return typeof r=="function"}function g(r,t){const E=Math.min(r.length,t.length);for(let y=0;yfunction(){const T=Array.prototype.slice.call(arguments,0);return t(m,T)};let y={};for(const m of r)y[m]=E(m);return y}function a(r){return r===null?void 0:r}function n(r,t="Unreachable"){throw new Error(t)}},"815F":function(Le,se,U){"use strict";U.d(se,"e",function(){return W}),U.d(se,"c",function(){return e}),U.d(se,"d",function(){return w}),U.d(se,"a",function(){return g}),U.d(se,"f",function(){return c}),U.d(se,"b",function(){return s});var ne=U("KQm4"),B=U("VTBJ"),A=U("Ff2n"),j=U("Zm9Q"),P=U("Kwbf"),S=U("OZM5");function W(i,l){return i!=null?i:l}function N(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],l=new Map;function a(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";(n||[]).forEach(function(t){var E=t.key,y=t.children;Object(P.a)(E!=null,"Tree node must have a certain key: [".concat(r).concat(E,"]"));var m=String(E);Object(P.a)(!l.has(m)||E===null||E===void 0,"Same 'key' exist in the Tree: ".concat(m)),l.set(m,!0),a(y,"".concat(r).concat(m," > "))})}a(i)}function e(i){function l(a){var n=Object(j.a)(a);return n.map(function(r){if(!Object(S.i)(r))return Object(P.a)(!r,"Tree/TreeNode can only accept TreeNode as children."),null;var t=r.key,E=r.props,y=E.children,m=Object(A.a)(E,["children"]),T=Object(B.a)({key:t},m),_=l(y);return _.length&&(T.children=_),T}).filter(function(r){return r})}return l(i)}function w(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],a=new Set(l===!0?[]:l),n=[];function r(t){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return t.map(function(y,m){var T=Object(S.h)(E?E.pos:"0",m),_=W(y.key,T),f=Object(B.a)(Object(B.a)({},y),{},{parent:E,pos:T,children:null,data:y,isStart:[].concat(Object(ne.a)(E?E.isStart:[]),[m===0]),isEnd:[].concat(Object(ne.a)(E?E.isEnd:[]),[m===t.length-1])});return n.push(f),l===!0||a.has(_)?f.children=r(y.children||[],f):f.children=[],f})}return r(i),n}function v(i,l,a){var n;a?typeof a=="string"?n=function(E){return E[a]}:typeof a=="function"&&(n=function(E){return a(E)}):n=function(E,y){return W(E.key,y)};function r(t,E,y){var m=t?t.children:i,T=t?Object(S.h)(y.pos,E):"0";if(t){var _=n(t,T),f={node:t,index:E,pos:T,key:_,parentPos:y.node?y.pos:null,level:y.level+1};l(f)}m&&m.forEach(function(h,o){r(h,o,{node:t,pos:T,level:y?y.level+1:-1})})}r(null)}function g(i){var l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=l.initWrapper,n=l.processEntity,r=l.onProcessFinished,t=arguments.length>2?arguments[2]:void 0,E={},y={},m={posEntities:E,keyEntities:y};return a&&(m=a(m)||m),v(i,function(T){var _=T.node,f=T.index,h=T.pos,o=T.key,u=T.parentPos,b=T.level,p={node:_,index:f,key:o,pos:h,level:b},d=W(o,h);E[h]=p,y[d]=p,p.parent=E[u],p.parent&&(p.parent.children=p.parent.children||[],p.parent.children.push(p)),n&&n(p,m)},t),r&&r(m),m}function c(i,l){var a=l.expandedKeys,n=l.selectedKeys,r=l.loadedKeys,t=l.loadingKeys,E=l.checkedKeys,y=l.halfCheckedKeys,m=l.dragOverNodeKey,T=l.dropPosition,_=l.keyEntities,f=_[i],h={eventKey:i,expanded:a.indexOf(i)!==-1,selected:n.indexOf(i)!==-1,loaded:r.indexOf(i)!==-1,loading:t.indexOf(i)!==-1,checked:E.indexOf(i)!==-1,halfChecked:y.indexOf(i)!==-1,pos:String(f?f.pos:""),dragOver:m===i&&T===0,dragOverGapTop:m===i&&T===-1,dragOverGapBottom:m===i&&T===1};return h}function s(i){var l=i.data,a=i.expanded,n=i.selected,r=i.checked,t=i.loaded,E=i.loading,y=i.halfChecked,m=i.dragOver,T=i.dragOverGapTop,_=i.dragOverGapBottom,f=i.pos,h=i.active,o=Object(B.a)(Object(B.a)({},l),{},{expanded:a,selected:n,checked:r,loaded:t,loading:E,halfChecked:y,dragOver:m,dragOverGapTop:T,dragOverGapBottom:_,pos:f,active:h});return"props"in o||Object.defineProperty(o,"props",{get:function(){return Object(P.a)(!1,"Second param return from event is node data instead of TreeNode instance. Please read value directly instead of reading from `props`."),i}}),o}},"8HAY":function(Le,se,U){"use strict";U.d(se,"a",function(){return P}),U.d(se,"b",function(){return S}),U.d(se,"d",function(){return W}),U.d(se,"e",function(){return N}),U.d(se,"c",function(){return e});var ne=U("MI8n"),B=U("pmY6"),A=U("3/fG"),j=function(w,v,g,c){function s(i){return i instanceof g?i:new g(function(l){l(i)})}return new(g||(g=Promise))(function(i,l){function a(t){try{r(c.next(t))}catch(E){l(E)}}function n(t){try{r(c.throw(t))}catch(E){l(E)}}function r(t){t.done?i(t.value):s(t.value).then(a,n)}r((c=c.apply(w,v||[])).next())})};class P extends B.a{constructor(w,v="",g="",c=!0,s){super();this._onDidChange=this._register(new ne.b),this.onDidChange=this._onDidChange.event,this._enabled=!0,this._id=w,this._label=v,this._cssClass=g,this._enabled=c,this._actionCallback=s}get id(){return this._id}get label(){return this._label}set label(w){this._setLabel(w)}_setLabel(w){this._label!==w&&(this._label=w,this._onDidChange.fire({label:w}))}get tooltip(){return this._tooltip||""}set tooltip(w){this._setTooltip(w)}_setTooltip(w){this._tooltip!==w&&(this._tooltip=w,this._onDidChange.fire({tooltip:w}))}get class(){return this._cssClass}set class(w){this._setClass(w)}_setClass(w){this._cssClass!==w&&(this._cssClass=w,this._onDidChange.fire({class:w}))}get enabled(){return this._enabled}set enabled(w){this._setEnabled(w)}_setEnabled(w){this._enabled!==w&&(this._enabled=w,this._onDidChange.fire({enabled:w}))}get checked(){return this._checked}set checked(w){this._setChecked(w)}_setChecked(w){this._checked!==w&&(this._checked=w,this._onDidChange.fire({checked:w}))}run(w,v){return j(this,void 0,void 0,function*(){this._actionCallback&&(yield this._actionCallback(w))})}}class S extends B.a{constructor(){super(...arguments);this._onBeforeRun=this._register(new ne.b),this.onBeforeRun=this._onBeforeRun.event,this._onDidRun=this._register(new ne.b),this.onDidRun=this._onDidRun.event}run(w,v){return j(this,void 0,void 0,function*(){if(!w.enabled)return;this._onBeforeRun.fire({action:w});let g;try{yield this.runAction(w,v)}catch(c){g=c}this._onDidRun.fire({action:w,error:g})})}runAction(w,v){return j(this,void 0,void 0,function*(){yield w.run(v)})}}class W extends P{constructor(w){super(W.ID,w,w?"separator text":"separator");this.checked=!1,this.enabled=!1}}W.ID="vs.actions.separator";class N{constructor(w,v,g,c){this.tooltip="",this.enabled=!0,this.checked=!1,this.id=w,this.label=v,this.class=c,this._actions=g}get actions(){return this._actions}dispose(){}run(){return j(this,void 0,void 0,function*(){})}}class e extends P{constructor(){super(e.ID,A.a("submenu.empty","(empty)"),void 0,!1)}}e.ID="vs.actions.empty"},"8hTe":function(Le,se,U){Le.exports={button:"button___1wy9m"}},"9Bee":function(Le,se,U){"use strict";var ne=U("DYRE"),B=U("zeV3"),A=U("+L6B"),j=U("2/Rp"),P=U("k1fw"),S=U("9og8"),W=U("tJVT"),N=U("WmNS"),e=U.n(N),w=U("q1tI"),v=U.n(w),g=U("vg9a"),c=U("DlQD"),s=U.n(c),i=U("rUJ1");function l(Z,z){var G=Z.match(/^(\s+)(?:```)/);if(G===null)return z;var X=G[1];return z.split(`
`).map(function(Q){var Y=Q.match(/^\s+/);if(Y===null)return Q;var $=Object(W.a)(Y,1),te=$[0];return te.length>=X.length?Q.slice(X.length):Q}).join(`
`)}var a=[],n=[""],r=new s.a.Renderer,t=/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/;function E(){a.length=0,n=[""]}var y={overflow:"hidden",WebkitBoxOrient:"vertical",display:"-webkit-box",WebkitLineClamp:2};function m(Z,z,G,X){if(z>=Z.length||Z[z].level<=G)return z;var Q=Z[z];X.push("- "+Q.text+""),z++;var Y=[];return z=m(Z,z,Q.level,Y),Y.length>0&&(X.push("
"),Y.forEach(function($){X.push($)}),X.push("
")),X.push(" "),z=m(Z,z,G,X),z}function T(){return m(a,0,0,n),n.push("
"),n.join("")}var _={heading:function(z){var G=t.exec(z);if(G)return{type:"heading",raw:G[0],depth:G[1].length,text:G[2]}},fences:function(z){var G=this.rules.block.fences.exec(z);if(G){var X=G[0],Q=l(X,G[3]||""),Y=G[2]?G[2].trim():G[2];if(["latex","katex","math"].indexOf(Y)>=0){var $=o(),te=Q;Q=$,u[$]={type:"block",expression:te}}return{type:"code",raw:X,lang:Y,text:Q}}}},f=/(?:\${2})([^\n`]+?)(?:\${2})/gi,h=0,o=function(){return"__special_katext_id_".concat(h++,"__")},u={};function b(){return u}function p(){h=0,u={}}function d(Z){return Z=Z.replace(f,function(z,G){var X=o();return u[X]={type:"inline",expression:G},X}),Z}var O=r.listitem;r.listitem=function(Z){return O(d(Z))};var L=r.paragraph;r.paragraph=function(Z){return L(d(Z))};var x=r.tablecell;r.tablecell=function(Z,z){return x(d(Z),z)},r.code=function(Z,z,G){var X=(z||"").match(/\S*/)[0];return X?["latex","katex","math"].indexOf(X)>=0?"".concat(Z,"
"):'
').concat(G?Z:Object(i.escape)(Z,!0),`
`):''+(G?Z:Object(i.escape)(Z,!0))+"
"},r.heading=function(Z,z,G){var X=this.options.headerPrefix+G.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,"-");return a.push({anchor:X,level:z,text:Z}),"'+Z+""},s.a.setOptions({silent:!0,gfm:!0,pedantic:!1}),s.a.use({tokenizer:_,renderer:r});var I=s.a,k=U("SJMd"),C=U("ulZh"),F=U.n(C),V=U("m3rI"),ee=U("Oy/b"),ie=U("p5ED"),pe=U("ErOA"),ve=U("STEk");/* **********************************
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 ye=function(Z,z){return(ye=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(G,X){G.__proto__=X}||function(G,X){for(var Q in X)Object.prototype.hasOwnProperty.call(X,Q)&&(G[Q]=X[Q])})(Z,z)};function Ee(Z,z){if(typeof z!="function"&&z!==null)throw new TypeError("Class extends value "+String(z)+" is not a constructor or null");function G(){this.constructor=Z}ye(Z,z),Z.prototype=z===null?Object.create(z):(G.prototype=z.prototype,new G)}function Se(Z,z,G,X){return new(G||(G=Promise))(function(Q,Y){function $(le){try{re(X.next(le))}catch(he){Y(he)}}function te(le){try{re(X.throw(le))}catch(he){Y(he)}}function re(le){var he;le.done?Q(le.value):(he=le.value,he instanceof G?he:new G(function(Te){Te(he)})).then($,te)}re((X=X.apply(Z,z||[])).next())})}function fe(Z,z){var G,X,Q,Y,$={label:0,sent:function(){if(1&Q[0])throw Q[1];return Q[1]},trys:[],ops:[]};return Y={next:te(0),throw:te(1),return:te(2)},typeof Symbol=="function"&&(Y[Symbol.iterator]=function(){return this}),Y;function te(re){return function(le){return function(he){if(G)throw new TypeError("Generator is already executing.");for(;$;)try{if(G=1,X&&(Q=2&he[0]?X.return:he[0]?X.throw||((Q=X.return)&&Q.call(X),0):X.next)&&!(Q=Q.call(X,he[1])).done)return Q;switch(X=0,Q&&(he=[2&he[0],Q.value]),he[0]){case 0:case 1:Q=he;break;case 4:return $.label++,{value:he[1],done:!1};case 5:$.label++,X=he[1],he=[0];continue;case 7:he=$.ops.pop(),$.trys.pop();continue;default:if(!(Q=$.trys,(Q=Q.length>0&&Q[Q.length-1])||he[0]!==6&&he[0]!==2)){$=0;continue}if(he[0]===3&&(!Q||he[1]>Q[0]&&he[1]0&&G>0){var X=new oe(z,G),Q=X.ratio>=1?20:X.getHorizontalLength(20),Y=X.ratio<1?20:X.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 te=R.createDefs();$.appendChild(te);var re=R.createElement("clipPath",[["id","text-bg-clip"]]);te.appendChild(re);var le=R.createPath(R.getHollowRectanglePath((24-Q)/2,(24-Y)/2,Q,Y,(24-Q)/2+2,(24-Y)/2+2,Q-4,Y-4));$.appendChild(le);var he=R.createText([["x","0"],["y","0"],["font-size","7px"],["font-family","monospace"]]);he.appendChild(R.createTSpan(z+":"+G)),$.appendChild(he);var Te=he.getBBox();R.setAttributes(he,[["x",((24-Te.width)/2).toString()],["y",((24-Te.height)/2-Te.y).toString()]]);var Re=R.createPath(R.getHollowRectanglePath(0,0,24,24,(24-Math.ceil(Te.width))/2,(24-Math.ceil(Te.height))/2,Math.ceil(Te.width),Math.ceil(Te.height)));return re.appendChild(Re),R.setAttributes(le,[["clip-path","url(#text-bg-clip)"]]),document.body.removeChild($),$.outerHTML}return''},Z}(),ce=function(Z){function z(G,X,Q){var Y=Z.call(this,G,X)||this;return Y.isDropdownOpen=!1,Y.onClick=Y.dropdownButtonClicked,Y.dropdownButtons=Q,Y}return Ee(z,Z),z.prototype.setupDropdown=function(){var G=this;this.dropdownBlock=document.createElement("div"),this.dropdownBlock.className=this.dropdownClassName+" "+this.dropdownColorsClassName,this.dropdownBlock.style.display="none",this.dropdownButtons.forEach(function(X){X.className=G.className,X.colorsClassName=G.colorsClassName,G.dropdownBlock.appendChild(X.getUI())}),this.uiContainer.appendChild(this.dropdownBlock)},z.prototype.positionDropdown=function(){this.dropdownBlock.style.left=this.uiContainer.clientLeft+"px",this.dropdownBlock.style.top=this.uiContainer.clientTop+this.uiContainer.clientHeight+"px"},z.prototype.dropdownButtonClicked=function(){this.dropdownBlock===void 0&&this.setupDropdown(),this.isDropdownOpen=!this.isDropdownOpen,this.toggleDropdown()},z.prototype.toggleDropdown=function(){this.positionDropdown(),this.dropdownBlock.style.display=this.isDropdownOpen?"inline-block":"none"},z.prototype.showDropdown=function(){this.isDropdownOpen=!0,this.toggleDropdown()},z.prototype.hideDropdown=function(){this.isDropdownOpen=!1,this.toggleDropdown()},z}(_e),be=function(){function Z(z,G){this.GRIP_SIZE=10,this.color=z,this.fillColor=G,this.visual=R.createGroup(),this.visual.appendChild(R.createCircle(1.5*this.GRIP_SIZE,[["fill","transparent"]])),this.visual.appendChild(R.createCircle(this.GRIP_SIZE,[["fill",this.fillColor],["fill-opacity","0.9"],["stroke",this.color],["stroke-width","2"],["stroke-opacity","0.7"]]))}return Z.prototype.ownsTarget=function(z){return z===this.visual||z===this.visual.childNodes[0]||z===this.visual.childNodes[1]},Z.prototype.setCenter=function(z,G){this.visual.childNodes.forEach(function(X){return R.setAttributes(X,[["cx",z.toString()],["cy",G.toString()]])})},Z}(),Ce=function(){function Z(z,G,X,Q){this.isMoving=!1,this._isGridVisible=!0,this.numberOfGridLines=2,this.horizontalGridLines=[],this.verticalGridLines=[],this._zoomFactor=1,this.cropRectChanged=!1,this.canvasWidth=z,this.canvasHeight=G,this.margin=X,this.container=Q,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(Z.prototype,"aspectRatio",{get:function(){return this._aspectRatio},set:function(z){this._aspectRatio=z,this.adjustCropRect(),this.setCropRectangle(this.cropRect)},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"isGridVisible",{get:function(){return this._isGridVisible},set:function(z){this._isGridVisible=z,this.gridContainer&&R.setAttributes(this.gridContainer,[["display",this._isGridVisible?"":"none"]])},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"zoomFactor",{get:function(){return this._zoomFactor},set:function(z){this._zoomFactor=z,this.setCropRectangle(this.cropRect)},enumerable:!1,configurable:!0}),Z.prototype.open=function(){var z=this;this.cropShadeElement=R.createPath("M0,0Z",[["fill",this.cropShadeColor],["fill-opacity","0.8"]]),this.container.appendChild(this.cropShadeElement),this.gridContainer=R.createGroup([["display",this.isGridVisible?"":"none"]]),this.container.appendChild(this.gridContainer);for(var G=0;Gthis.canvasHeight/this.canvasWidth?this.margin:this.margin+this.canvasHeight/2-G.height/2),R.setAttributes(this.cropRectElement,[["x",G.x.toString()],["y",G.y.toString()],["width",G.width.toString()],["height",G.height.toString()]]);var X=G.height/(this.numberOfGridLines+1);this.horizontalGridLines.forEach(function(Y,$){var te=G.y+X*($+1);R.setAttributes(Y,[["x1",""+G.x],["y1",""+te],["x2",""+(G.x+G.width)],["y2",""+te]])});var Q=G.width/(this.numberOfGridLines+1);this.verticalGridLines.forEach(function(Y,$){var te=G.x+Q*($+1);R.setAttributes(Y,[["x1",""+te],["y1",""+G.y],["x2",""+te],["y2",""+(G.y+G.height)]])}),R.setAttributes(this.cropShadeElement,[["d",R.getHollowRectanglePath(0,0,this.canvasWidth+2*this.margin,this.canvasHeight+2*this.margin,G.x,G.y,G.width,G.height)]]),this.topLeftGrip.setCenter(G.x,G.y),this.topRightGrip.setCenter(G.x+G.width,G.y),this.bottomLeftGrip.setCenter(G.x,G.y+G.height),this.bottomRightGrip.setCenter(G.x+G.width,G.y+G.height),this.cropRectChanged&&this.onCropChange&&(this.cropRectChanged=!1,this.onCropChange(this.cropRect)),this.cropRectChanged=!1},Z.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)},Z.prototype.clientToLocalCoordinates=function(z,G){var X=this.container.getBoundingClientRect();return{x:z-X.left+this.margin,y:G-X.top+this.margin}},Z.prototype.onPointerDown=function(z){this.container.setPointerCapture(z.pointerId),this.previousPoint=this.clientToLocalCoordinates(z.clientX,z.clientY),this.cropRectElement===z.target?this.isMoving=!0:this.topLeftGrip.ownsTarget(z.target)?this.activeGrip=this.topLeftGrip:this.bottomLeftGrip.ownsTarget(z.target)?this.activeGrip=this.bottomLeftGrip:this.topRightGrip.ownsTarget(z.target)?this.activeGrip=this.topRightGrip:this.bottomRightGrip.ownsTarget(z.target)&&(this.activeGrip=this.bottomRightGrip)},Z.prototype.onPointerMove=function(z){if(this.isMoving)this.move(this.clientToLocalCoordinates(z.clientX,z.clientY));else if(this.activeGrip){var G=this.clientToLocalCoordinates(z.clientX,z.clientY);this.resize(G)}z.preventDefault()},Z.prototype.onPointerUp=function(z){this.activeGrip=void 0,this.isMoving=!1,this.container.releasePointerCapture(z.pointerId)},Z.prototype.move=function(z){var G=z.x-this.previousPoint.x,X=z.y-this.previousPoint.y;this.zoomFactor!==1&&(G=-G/this.zoomFactor,X=-X/this.zoomFactor),this.cropRect.x=Math.min(Math.max(this.margin,this.cropRect.x+G),this.canvasWidth-this.cropRect.width+this.margin),this.cropRect.y=Math.min(Math.max(this.margin,this.cropRect.y+X),this.canvasHeight-this.cropRect.height+this.margin),this.onCropChange?(this.cropRectChanged=!0,this.onCropChange(this.cropRect)):this.setCropRectangle(this.cropRect),this.previousPoint=z},Z.prototype.resize=function(z){var G=Object.assign({},this.cropRect),X=z.x-this.previousPoint.x,Q=z.y-this.previousPoint.y;switch(this.activeGrip){case this.bottomLeftGrip:case this.topLeftGrip:G.x+Xthis.canvasWidth*this.zoomFactor&&(X=this.canvasWidth*this.zoomFactor-G.width),G.width+=X}switch(this.activeGrip){case this.topLeftGrip:case this.topRightGrip:this.aspectRatio?(G.y=this.cropRect.y-(this.activeGrip===this.topLeftGrip?-1:1)*this.aspectRatio.getVerticalLength(X),G.height=this.aspectRatio.getVerticalLength(G.width)):(G.y+=Q,G.height=this.cropRect.y+this.cropRect.height-G.y);break;case this.bottomLeftGrip:case this.bottomRightGrip:this.aspectRatio?G.height=this.aspectRatio.getVerticalLength(G.width):G.height+=Q}G.width<10&&(G.x=this.cropRect.x,G.width=10),G.height<10&&(G.y=this.cropRect.y,G.height=10),this.previousPoint=z,G.x>=this.margin&&G.y>=this.margin&&G.x-this.margin+G.width<=this.canvasWidth&&G.y-this.margin+G.height<=this.canvasHeight&&(this.cropRect=G,this.onCropChange?(this.cropRectChanged=!0,this.onCropChange(this.cropRect)):this.setCropRectangle(this.cropRect))},Z.prototype.adjustCropRect=function(){if(this.aspectRatio&&Math.round(this.cropRect.height)!==Math.round(this.aspectRatio.getVerticalLength(this.cropRect.width))){var z=this.cropRect.x+this.cropRect.width/2,G=this.cropRect.y+this.cropRect.height/2,X=this.aspectRatio.getHorizontalLength(this.cropRect.height),Q=this.aspectRatio.getVerticalLength(this.cropRect.width);X/this.canvasWidththis.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=z-this.cropRect.width/2,this.cropRect.y=G-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)}},Z.prototype.getRescaledRect=function(z,G,X,Q,Y,$){var te=X/z,re=Q/G;return{x:(Y.x-$)*te+$,y:(Y.y-$)*re+$,width:Y.width*te,height:Y.height*re}},Z.prototype.scaleCanvas=function(z,G){var X=this.getRescaledRect(this.canvasWidth,this.canvasHeight,z,G,this.cropRect,this.margin);this.canvasWidth=z,this.canvasHeight=G,this.onCropChange&&this.onCropChange(X),this.setCropRectangle(X)},Z}(),Oe=function(){function Z(z){this._angle=0,this.isDragging=!1,this.width=401,this.height=24,this.title=z,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(Z.prototype,"angle",{get:function(){return this._angle},set:function(z){this._angle=z,this.setAngleLabel(),this.positionScaleShape()},enumerable:!1,configurable:!0}),Z.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},Z.prototype.onPointerDown=function(z){this.controlContainer.setPointerCapture(z.pointerId),this.isDragging=!0,this.previousPoint={x:z.clientX,y:z.clientY}},Z.prototype.onPointerMove=function(z){this.isDragging&&(this.onAngleChange&&this.onAngleChange((z.clientX-this.previousPoint.x)/5),this.previousPoint.x=z.clientX)},Z.prototype.onPointerUp=function(z){this.isDragging&&this.onAngleChange&&this.onAngleChange((z.clientX-this.previousPoint.x)/5),this.isDragging=!1,this.controlContainer.releasePointerCapture(z.pointerId)},Z.prototype.setAngleLabel=function(){if(this.angleLabelText){this.angleLabelText.innerHTML=""+Math.round(this._angle);var z=this.angleLabelText.getBBox();R.setAttributes(this.angleLabelElement,[["x",((this.width-z.width)/2).toString()],["y",(this.height/2).toString()]])}},Z.prototype.positionScaleShape=function(){if(this.scaleShape){var z=this.scaleShape.transform.baseVal.getItem(0);z.setTranslate(this._angle%5*5-25,0),this.scaleShape.transform.baseVal.replaceItem(z,0)}},Z.prototype.getVisual=function(){var z=document.createElementNS("http://www.w3.org/2000/svg","svg");z.setAttribute("xmlns","http://www.w3.org/2000/svg"),z.setAttribute("width",this.width+"px"),z.setAttribute("height",this.height+"px"),z.setAttribute("viewBox","0 0 "+this.width+" "+this.height),z.style.flexShrink="0",document.body.appendChild(z);for(var G="M0,"+(this.height-1)+" v"+-this.height/3+"h1v"+this.height/3,X=1;X<=this.width/5+10;X++){var Q=X%5==0?this.height/3:this.height/6;G+="h4v"+-Q+"h1v"+Q}G+="v1H0Z",this.scaleShape=R.createPath(G);var Y=R.createTransform();this.scaleShape.transform.baseVal.appendItem(Y),z.appendChild(this.scaleShape),this.angleLabelElement=R.createText([["x","0"],["y","0"],["font-size","10px"],["font-family","monospace"]]),this.angleLabelText=R.createTSpan(""),this.angleLabelElement.appendChild(this.angleLabelText);var $=R.createTSpan("");return $.innerHTML="°",this.angleLabelElement.appendChild($),z.appendChild(this.angleLabelElement),document.body.removeChild(z),z},Z}(),Ie=function(){function Z(){this.naturalSize=!1,this.imageType="image/png"}return Z.prototype.rasterize=function(z,G,X,Q,Y,$,te){var re=this;return new Promise(function(le){var he=document.createElement("canvas");he.width=z.width.baseVal.value-2*Q,he.height=z.height.baseVal.value-2*Q;var Te=1,Re=1;re.naturalSize===!0?(Te=G.naturalWidth/(z.width.baseVal.value-2*Q)/$,Re=G.naturalHeight/(z.height.baseVal.value-2*Q)/te,he.width=G.naturalWidth/$,he.height=G.naturalHeight/te):re.width!==void 0&&re.height!==void 0&&(Te=re.width/X.width,Re=re.height/X.height,he.width*=Te,he.height*=Re);var Pe=he.getContext("2d");Pe.translate(he.width/2,he.height/2),Pe.rotate(Y*Math.PI/180),Pe.scale($,te),Pe.translate(-he.width/2,-he.height/2),Pe.drawImage(G,0,0,he.width,he.height);var Ae=document.createElement("canvas");Ae.width=X.width*Te,Ae.height=X.height*Re,Ae.getContext("2d").putImageData(Pe.getImageData((X.x-Q)*Te,(X.y-Q)*Re,X.width*Te,X.height*Re),0,0),le(Ae.toDataURL(re.imageType,re.imageQuality))})},Z}(),De=function(){function Z(z){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=Z.instanceCounter++,this.styles=new D(this.instanceNo),this.target=z,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(Z.prototype,"instanceNo",{get:function(){return this._instanceNo},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"zoomToCropEnabled",{get:function(){return this._zoomToCropEnabled},set:function(z){this._zoomToCropEnabled=z,z?this.zoomToCrop():this.unzoomFromCrop()},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"isGridVisible",{get:function(){return this._isGridVisible},set:function(z){this._isGridVisible=z,this.cropLayer&&(this.cropLayer.isGridVisible=this._isGridVisible)},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"gridLines",{get:function(){return this._gridLines},set:function(z){this._gridLines=z,this.cropLayer&&(this.cropLayer.numberOfGridLines=this._gridLines)},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"rotationAngle",{get:function(){return this._rotationAngle},set:function(z){this._rotationAngle=z,this.straightener&&(this.straightener.angle=this._rotationAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"paddedImageWidth",{get:function(){return this.imageWidth+2*this.CANVAS_MARGIN},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"paddedImageHeight",{get:function(){return this.imageHeight+2*this.CANVAS_MARGIN},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"isOpen",{get:function(){return this._isOpen},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"aspectRatio",{get:function(){var z;return(z=this._aspectRatio)!==null&&z!==void 0?z:this.aspectRatios[0]},set:function(z){this._aspectRatio=z},enumerable:!1,configurable:!0}),Z.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},Z.prototype.show=function(){this.showUI(),this.open()},Z.prototype.close=function(z){z===void 0&&(z=!1),this.isOpen&&(this.coverDiv&&this.closeUI(),this.targetObserver&&this.targetObserver.unobserve(this.target),this.displayMode==="popup"&&window.removeEventListener("resize",this.setWindowHeight),z||this.closeEventListeners.forEach(function(G){return G()}),this._isOpen=!1)},Z.prototype.addRenderEventListener=function(z){this.renderEventListeners.push(z)},Z.prototype.removeRenderEventListener=function(z){this.renderEventListeners.indexOf(z)>-1&&this.renderEventListeners.splice(this.renderEventListeners.indexOf(z),1)},Z.prototype.addCloseEventListener=function(z){this.closeEventListeners.push(z)},Z.prototype.removeCloseEventListener=function(z){this.closeEventListeners.indexOf(z)>-1&&this.closeEventListeners.splice(this.closeEventListeners.indexOf(z),1)},Z.prototype.setupResizeObserver=function(){var z=this;this.displayMode==="inline"?window.ResizeObserver&&(this.targetObserver=new ResizeObserver(function(){z.resize(z.target.clientWidth,z.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))},Z.prototype.onPopupResize=function(){if(this.contentDiv.clientWidth>0&&this.contentDiv.clientHeight>0){var z=1*this.target.clientWidth/this.target.clientHeight,G=this.contentDiv.clientWidth/z>this.contentDiv.clientHeight?(this.contentDiv.clientHeight-2*this.CANVAS_MARGIN)*z:this.contentDiv.clientWidth-2*this.CANVAS_MARGIN,X=G+2*this.CANVAS_MARGINz+this.CANVAS_MARGIN?this.target.offsetTop-(z+this.CANVAS_MARGIN):0;this.coverDiv.style.top=G+"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},Z.prototype.addToolbars=function(){this.addTopToolbar(),this.addBottomToolbar()},Z.prototype.addTopToolbar=function(){var z=this;this.topToolbar=new M,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 G=new me;G.minWidth=3*this.toolbarHeight+"px",this.topToolbar.addButtonBlock(G);var X=[];this.aspectRatios.forEach(function(Re){var Pe=new _e(ue.getIcon(Re.horizontal,Re.vertical),Re.horizontal===0&&Re.vertical===0?"FREE":Re.horizontal+":"+Re.vertical);Pe.onClick=function(){return z.ratioButtonClicked(Re)},X.push(Pe)}),this.aspectRatioButton=new ce(ue.getIcon(0,0),"Aspect ratio",X),this.aspectRatioButton.dropdownClassName=this.toolbarDropdownStyleClass.name,this.aspectRatioButton.dropdownColorsClassName=this.styles.settings.toolbarDropdownStyleColorsClassName?this.styles.settings.toolbarDropdownStyleColorsClassName:this.toolbarDropdownStyleColorsClass.name,G.addButton(this.aspectRatioButton),this.aspectRatios.length<2&&this.aspectRatioButton.hide();var Q=new _e('',"Toggle grid");Q.isActive=this.isGridVisible,Q.onClick=function(){z.isGridVisible=!z.isGridVisible,Q.isActive=z.isGridVisible},G.addButton(Q);var Y=new _e('',"Zoom to selection");if(Y.isActive=this.zoomToCropEnabled,Y.onClick=function(){z.zoomToCropEnabled=!z.zoomToCropEnabled,Y.isActive=z.zoomToCropEnabled},G.addButton(Y),!K.isLicensed){var $=new q;this.topToolbar.addElementBlock($);var te=document.createElement("div");te.className=this.topToolbar.buttonClassName+" "+this.topToolbar.buttonColorsClassName;var re=document.createElement("a");re.style.color="currentColor",re.href="https://markerjs.com/products/cropro",re.target="_blank",re.innerHTML='',te.appendChild(re),$.addElement(te)}var le=new me;le.minWidth=3*this.toolbarHeight+"px",le.contentAlign="end",this.topToolbar.addButtonBlock(le);var he=new _e('',"OK");he.onClick=this.startRenderAndClose,le.addButton(he),this.styles.settings.toolbarOkButtonStyleColorsClassName&&(he.colorsClassName=this.styles.settings.toolbarOkButtonStyleColorsClassName);var Te=new _e('',"Close");Te.onClick=this.close,le.addButton(Te),this.styles.settings.toolbarCloseButtonStyleColorsClassName&&(Te.colorsClassName=this.styles.settings.toolbarCloseButtonStyleColorsClassName)},Z.prototype.addBottomToolbar=function(){var z=this;this.bottomToolbar=new M,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 G=new me;G.minWidth=2*this.toolbarHeight+"px",this.bottomToolbar.addButtonBlock(G);var X=new _e('',"Rotate left");X.onClick=this.rotateLeftButtonClicked,G.addButton(X);var Q=new _e('',"Rotate right");Q.onClick=this.rotateRightButtonClicked,G.addButton(Q);var Y=new q;Y.className=this.toolbarStraightenerBlockStyleClass.name,this.bottomToolbar.addElementBlock(Y),this.straightener=new Oe("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(le){z.rotateBy(le),z.straightener.angle=z.rotationAngle},Y.addElement(this.straightener.getUI());var $=new me;$.minWidth=2*this.toolbarHeight+"px",$.contentAlign="end",this.bottomToolbar.addButtonBlock($);var te=new _e('',"Flip horizontal");te.onClick=this.flipHorizontallyButtonClicked,$.addButton(te);var re=new _e('',"Flip vertical");re.onClick=this.flipVerticallyButtonClicked,$.addButton(re)},Z.prototype.ratioButtonClicked=function(z){this.aspectRatio=z,this.applyAspectRatio(),this.aspectRatioButton.hideDropdown()},Z.prototype.applyAspectRatio=function(){this.setCropLayerAspectRatio(),this.aspectRatioButton.icon=ue.getIcon(this.aspectRatio.horizontal,this.aspectRatio.vertical)},Z.prototype.setCropLayerAspectRatio=function(){this.cropLayer&&(this.aspectRatio&&this.aspectRatio.horizontal!==0&&this.aspectRatio.vertical!==0?this.cropLayer.aspectRatio=new oe(this.aspectRatio.horizontal,this.aspectRatio.vertical):this.cropLayer.aspectRatio=void 0)},Z.prototype.closeUI=function(){this.displayMode==="popup"&&this.restoreOverflow(),this.targetRoot.removeChild(this.coverDiv)},Z.prototype.getState=function(){return{width:this.imageWidth,height:this.imageHeight,rotationAngle:this.rotationAngle,flippedHorizontally:this.flippedHorizontally,flippedVertically:this.flippedVertically,cropRect:Object.assign({},this.cropRect)}},Z.prototype.restoreState=function(z){if(z){var G=this.cropLayer.getRescaledRect(z.width,z.height,this.imageWidth,this.imageHeight,z.cropRect,this.CANVAS_MARGIN);this.cropLayer.setCropRectangle(G),this.cropRectChanged(G),this.flippedHorizontally=z.flippedHorizontally,this.flippedVertically=z.flippedVertically,this.applyFlip(),this.rotationAngle=z.rotationAngle,this.applyRotation()}},Z.prototype.clientToLocalCoordinates=function(z,G){var X=this.cropImage.getBoundingClientRect();return{x:z-X.left,y:G-X.top}},Z.prototype.onWindowResize=function(){this.positionUI()},Z.prototype.positionUI=function(){switch(this.setTopLeft(),this.displayMode){case"inline":var z=this.target.offsetTop>this.toolbarHeight?this.target.offsetTop-this.toolbarHeight:0;this.coverDiv.style.top=z+"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()},Z.prototype.rotateLeftButtonClicked=function(){var z=this.rotationAngle-90;this.rotationAngle%90!=0&&(z+=this.rotationAngle>=0?90-this.rotationAngle%90:-this.rotationAngle%90),this.rotateTo(z)},Z.prototype.rotateRightButtonClicked=function(){var z=this.rotationAngle+90;this.rotationAngle%90!=0&&(z-=this.rotationAngle>=0?this.rotationAngle%90:90+this.rotationAngle%90),this.rotateTo(z)},Z.prototype.rotateTo=function(z){z=(z=z>180?z-360:z)<=-180?z+360:z,this.rotationAngle=z,this.applyRotation()},Z.prototype.rotateBy=function(z){this.rotateTo((this.rotationAngle+z)%360)},Z.prototype.applyRotation=function(){var z=this.zoomToCropEnabled;this.zoomToCropEnabled=!1,this.editingTargetRotationScaleContainer.style.transformOrigin=this.imageWidth/2+"px "+this.imageHeight/2+"px",this.editingTargetRotationScaleContainer.style.transform="scale(1)";var G=this.editingTargetRotationContainer.transform.baseVal.getItem(0);G.setRotate(this.rotationAngle,this.imageWidth/2,this.imageHeight/2),this.editingTargetRotationContainer.transform.baseVal.replaceItem(G,0);var X=this.editingTarget.getBoundingClientRect();this.scaleFactor=Math.min(this.imageWidth/X.width,this.imageHeight/X.height),this.editingTargetRotationScaleContainer.style.transform="scale("+this.scaleFactor+")",this.zoomToCropEnabled=z},Z.prototype.flipHorizontallyButtonClicked=function(){this.flippedHorizontally=!this.flippedHorizontally,this.applyFlip()},Z.prototype.flipVerticallyButtonClicked=function(){this.flippedVertically=!this.flippedVertically,this.applyFlip()},Z.prototype.applyFlip=function(){this.editingTarget.style.transform="scale("+(this.flippedHorizontally?-1:1)+","+(this.flippedVertically?-1:1)+")"},Z.prototype.startRenderAndClose=function(){return Se(this,void 0,void 0,function(){var z,G;return fe(this,function(X){switch(X.label){case 0:return[4,this.render()];case 1:return z=X.sent(),G=this.getState(),this.renderEventListeners.forEach(function(Q){return Q(z,G)}),this.close(!0),[2]}})})},Z.prototype.render=function(){return Se(this,void 0,void 0,function(){var z;return fe(this,function(G){switch(G.label){case 0:return(z=new Ie).naturalSize=this.renderAtNaturalSize,z.imageType=this.renderImageType,z.imageQuality=this.renderImageQuality,z.width=this.renderWidth,z.height=this.renderHeight,this.unzoomFromCrop(),R.setAttributes(this.cropLayerContainer,[["display","none"]]),[4,z.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 G.sent(),[4,z.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,G.sent()]}})})},Z.prototype.addStyles=function(){this.toolbarStyleClass=this.styles.addClass(new J("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 J("toolbar_colors",`
background-color: `+this.styles.settings.toolbarBackgroundColor+`;
`)),this.toolbarBlockStyleClass=this.styles.addClass(new J("toolbar-block",`
display: flex;
align-items: center;
box-sizing: content-box;
`));var z=this.toolbarHeight/4;this.toolbarButtonStyleClass=this.styles.addClass(new J("toolbar_button",`
display: inline-block;
width: `+(this.toolbarHeight-2*z)+`px;
height: `+(this.toolbarHeight-2*z)+`px;
padding: `+z+`px;
cursor: default;
user-select: none;
box-sizing: content-box;
`)),this.toolbarButtonStyleColorsClass=this.styles.addClass(new J("toolbar_button_colors",`
color: `+this.styles.settings.toolbarColor+`;
fill: currentColor;
`)),this.toolbarActiveButtonStyleColorsClass=this.styles.addClass(new J("toolbar_active_button",`
color: `+this.styles.settings.toolbarColor+`;
fill: currentColor;
background-color: `+this.styles.settings.toolbarBackgroundActiveColor+`
`)),this.styles.addRule(new H("."+this.toolbarButtonStyleClass.name+" svg",`
height: `+this.toolbarHeight/2+`px;
`)),this.styles.addRule(new H("."+this.toolbarButtonStyleColorsClass.name+":hover",`
background-color: `+this.styles.settings.toolbarBackgroundHoverColor+`
`)),this.toolbarDropdownStyleClass=this.styles.addClass(new J("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 J("toolbar_dropdown_colors",`
background-color: `+this.styles.settings.toolbarBackgroundColor+`;
`)),this.toolbarStraightenerBlockStyleClass=this.styles.addClass(new J("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 J("toolbar_straightener",`
display: flex;
overflow: hidden;
justify-content: center;
height: `+(this.toolbarHeight-2*z)+`px;
padding: `+z+`px;
cursor: default;
user-select: none;
box-sizing: content-box;
`)),this.toolbarStraightenerStyleColorsClass=this.styles.addClass(new J("toolbar_straightener_colors",`
color: `+this.styles.settings.toolbarColor+`;
fill: currentColor;
`))},Z.instanceCounter=0,Z}(),Me=U("8hTe"),de=U.n(Me),ge=/]*>/g;function xe(Z){var z=document.createElement("div");return z.innerHTML=Z,z.childNodes.length===0?"":z.childNodes[0].nodeValue}var we=se.a=function(Z){var z=Z.value,G=z===void 0?"":z,X=Z.edit,Q=X===void 0?!1:X,Y=Z.className,$=Z.showTextOnly,te=Z.showLines,re=Z.replaces,le=Z.zoomImg,he=Z.hasMask,Te=Z.style,Re=Te===void 0?{}:Te,Pe=Z.stylesPrev,Ae=Pe===void 0?{}:Pe,Ge=String(G),Ne=Object(w.useRef)(),ke=Object(w.useRef)(),$e=Object(w.useState)(""),ze=Object(W.a)($e,2),He=ze[0],Ze=ze[1],We=Object(w.useState)("office"),Je=Object(W.a)(We,2),qe=Je[0],je=Je[1],tt=function(){var Ye=new De(ke.current);Ye.displayMode="popup",Ye.addRenderEventListener(function(){var Xe=Object(S.a)(e.a.mark(function Ke(at){var Ve;return e.a.wrap(function(nt){for(;;)switch(nt.prev=nt.next){case 0:return Ne.current.style.display="none",nt.next=3,Object(pe.a)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:"educoder.png",file:at}});case 3:Ve=nt.sent,Ve!=null&&Ve.id&&re(ke.current.getAttribute("src").replace(V.a.API_SERVER,""),"/api/attachments/".concat(Ve==null?void 0:Ve.id,"?type=").concat(Ve.content_type));case 5:case"end":return nt.stop()}},Ke)}));return function(Ke){return Xe.apply(this,arguments)}}()),Ye.show()},Ue=function(){var Ye=new ve.a(ke.current);Ye.settings.displayMode="popup",Ye.addEventListener("render",function(){var Xe=Object(S.a)(e.a.mark(function Ke(at){var Ve;return e.a.wrap(function(nt){for(;;)switch(nt.prev=nt.next){case 0:if(Ne.current.style.display="none",!ke.current){nt.next=6;break}return nt.next=4,Object(pe.a)("/api/attachments.json",{method:"post",body:{file_type:"base64",original_filename:"educoder.png",file:at.dataUrl}});case 4:Ve=nt.sent,Ve!=null&&Ve.id&&re(ke.current.getAttribute("src").replace(V.a.API_SERVER,""),"/api/attachments/".concat(Ve==null?void 0:Ve.id,"?type=").concat(Ve.content_type));case 6:case"end":return nt.stop()}},Ke)}));return function(Ke){return Xe.apply(this,arguments)}}()),Ye.show(),window.markerArea=Ye},Be=Object(w.useMemo)(function(){Ne.current&&(Ne.current.style.zIndex=-1);try{var rt=/\(\s+\/api\/attachments\/|\(\/api\/attachments\/|\(\/attachments\/download\//g,Ye=/\"\/api\/attachments\/|\"\/attachments\/download\//g,Xe=/\(\s+\/files\/uploads\/|\"\/files\/uploads\//g;Ge=Ge.replace(rt,"("+V.a.API_SERVER+"/api/attachments/").replace(Ye,'"'+V.a.API_SERVER+"/api/attachments/").replace(Xe,'"'+V.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,`
`)}catch(dt){}var Ke=I(Ge),at=b();if(Ge.match(/\[TOC\]/)&&(Ke=Ke.replace("[TOC]
",T()),E()),Ke=Ke.replace(/(__special_katext_id_\d+__)/g,function(dt,nt){var yt=at[nt],xt=yt.type,_t=yt.expression;return Object(ee.renderToString)(xe(_t)||"",{displayMode:xt==="block",throwOnError:!1,output:"html"})}),Ke=Ke.replace(/▁/g,"\u2581\u2581\u2581"),p(),$){var Ve=document.createElement("div");return Ve.innerHTML=Ke,Ve.innerText}return setTimeout(function(){return lt()},500),Ke},[Ge]),Fe=Object(w.useRef)();y.WebkitLineClamp=te,te&&(Re=Object(P.a)(Object(P.a)({},Re),y));function it(rt){var Ye=rt.target;if(Ye.tagName.toUpperCase()==="IMG"){if(le){var Xe=Ye.getAttribute("src");Ze(Xe),je("image")}}else if(Ye.tagName.toUpperCase()==="A"){var Ke=Ye.getAttribute("href");if(Ke.indexOf("office")>-1)rt.preventDefault(),Ze(Ke),je("office");else if(Ke.indexOf("application/pdf")>-1)rt.preventDefault(),Ze(Ke),je("pdf");else if(Ke.indexOf("text/html")>-1)rt.preventDefault(),Ze(Ke),je("html");else if(Ke.startsWith("#")){rt.preventDefault();var at=document.getElementById(Ke.replace("#",""));at&&at.scrollIntoView(!0)}}}var lt=function(){var Ye,Xe=(Ye=Fe.current)===null||Ye===void 0?void 0:Ye.querySelectorAll("video");Xe==null||Xe.forEach(function(Ke){if(Ke.oncontextmenu=function(){return!1},Ke.src.indexOf(".m3u8")>-1&&!Ke.canPlayType("application/vnd.apple.mpegurl")){if(F.a.isSupported()){var at=new F.a;at.loadSource(Ke.src),at.attachMedia(Ke)}}})};Object(w.useEffect)(function(){if(Fe.current&&Be&&(Be.match(ge)&&window.PR.prettyPrint()),Fe.current)return Fe.current.addEventListener("click",it),function(){Fe.current.removeEventListener("click",it),p(),E()}},[Be,Fe.current,it]);var pt=function(Ye){if(!Q)return;Ye.target.nodeName==="IMG"?(Ne.current.style.zIndex=1,Ne.current.style.display="flex",Ne.current.style.width=Ye.target.clientWidth+"px",Ne.current.style.height=Ye.target.clientHeight+"px",Ne.current.style.top=Ye.target.offsetTop+"px",Ne.current.style.left=Ye.target.offsetLeft+"px",ke.current.src=Ye.target.getAttribute("src")):Ne.current.style.display="none"};return v.a.createElement("div",{style:{position:"relative"}},v.a.createElement("div",{ref:Fe,style:Object(P.a)({},Re),className:"".concat(Y||""," markdown-body ").concat(de.a.mdBody),onMouseOver:pt,dangerouslySetInnerHTML:{__html:Be}}),v.a.createElement("div",{ref:Ne,className:de.a.button},v.a.createElement(B.a,null,v.a.createElement(j.a,{onClick:function(){return tt()}},"\u88C1\u526A"),v.a.createElement(j.a,{onClick:function(){return Ue()}},"\u7F16\u8F91"))),v.a.createElement("img",{ref:ke,src:"",alt:"sample",crossOrigin:"anonymous",style:{maxWidth:"90%",opacity:0,position:"absolute",zIndex:-1}}),v.a.createElement(ie.a,{close:!0,data:He,type:He!=null&&He.length?qe:"",style:Object(P.a)({},Ae),onClose:function(){return Ze("")}}))}},BU3w:function(Le,se,U){"use strict";U.d(se,"a",function(){return S});var ne=U("MNnm"),B="rc-util-key";function A(W){if(W.attachTo)return W.attachTo;var N=document.querySelector("head");return N||document.body}function j(W){var N,e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!Object(ne.a)())return null;var w=document.createElement("style");if((N=e.csp)===null||N===void 0?void 0:N.nonce){var v;w.nonce=(v=e.csp)===null||v===void 0?void 0:v.nonce}w.innerHTML=W;var g=A(e),c=g.firstChild;return e.prepend&&g.prepend?g.prepend(w):e.prepend&&c?g.insertBefore(w,c):g.appendChild(w),w}var P=new Map;function S(W,N){var e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},w=A(e);if(!P.has(w)){var v=j("",e),g=v.parentNode;P.set(w,g),g.removeChild(v)}var c=Array.from(P.get(w).children).find(function(n){return n.tagName==="STYLE"&&n[B]===N});if(c){var s,i;if(((s=e.csp)===null||s===void 0?void 0:s.nonce)&&c.nonce!==((i=e.csp)===null||i===void 0?void 0:i.nonce)){var l;c.nonce=(l=e.csp)===null||l===void 0?void 0:l.nonce}return c.innerHTML!==W&&(c.innerHTML=W),c}var a=j(W,e);return a[B]=N,a}},"C/vA":function(Le,se,U){"use strict";U.d(se,"a",function(){return ne});function ne(B){const A=this;let j=!1,P;return function(){return j||(j=!0,P=B.apply(A,arguments)),P}}},"Cg/j":function(Le,se,U){"use strict";U.d(se,"b",function(){return ne}),U.d(se,"a",function(){return B}),U.d(se,"c",function(){return j}),U.d(se,"d",function(){return P});var ne;(function(S){S.serviceIds=new Map,S.DI_TARGET="$di$target",S.DI_DEPENDENCIES="$di$dependencies";function W(N){return N[S.DI_DEPENDENCIES]||[]}S.getServiceDependencies=W})(ne||(ne={}));const B=j("instantiationService");function A(S,W,N,e){W[ne.DI_TARGET]===W?W[ne.DI_DEPENDENCIES].push({id:S,index:N,optional:e}):(W[ne.DI_DEPENDENCIES]=[{id:S,index:N,optional:e}],W[ne.DI_TARGET]=W)}function j(S){if(ne.serviceIds.has(S))return ne.serviceIds.get(S);const W=function(N,e,w){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");A(W,N,w,!1)};return W.toString=()=>S,ne.serviceIds.set(S,W),W}function P(S){return function(W,N,e){if(arguments.length!==3)throw new Error("@optional-decorator can only be used to decorate a parameter");A(S,W,e,!0)}}},DlQD:function(Le,se,U){(function(ne,B){Le.exports=B()})(this,function(){"use strict";function ne(G,X){for(var Q=0;QG.length)&&(X=G.length);for(var Q=0,Y=new Array(X);Q=G.length?{done:!0}:{done:!1,value:G[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 Q=G[Symbol.iterator](),Q.next.bind(Q)}function S(G,X){return X={exports:{}},G(X,X.exports),X.exports}var W=S(function(G){function X(){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 Q(Y){G.exports.defaults=Y}G.exports={defaults:X(),getDefaults:X,changeDefaults:Q}}),N=W.defaults,e=W.getDefaults,w=W.changeDefaults,v=/[&<>"']/,g=/[&<>"']/g,c=/[<>"']|&(?!#?\w+;)/,s=/[<>"']|&(?!#?\w+;)/g,i={"&":"&","<":"<",">":">",'"':""","'":"'"},l=function(X){return i[X]};function a(G,X){if(X){if(v.test(G))return G.replace(g,l)}else if(c.test(G))return G.replace(s,l);return G}var n=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function r(G){return G.replace(n,function(X,Q){return Q=Q.toLowerCase(),Q==="colon"?":":Q.charAt(0)==="#"?Q.charAt(1)==="x"?String.fromCharCode(parseInt(Q.substring(2),16)):String.fromCharCode(+Q.substring(1)):""})}var t=/(^|[^\[])\^/g;function E(G,X){G=G.source||G,X=X||"";var Q={replace:function($,te){return te=te.source||te,te=te.replace(t,"$1"),G=G.replace($,te),Q},getRegex:function(){return new RegExp(G,X)}};return Q}var y=/[^\w:]/g,m=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function T(G,X,Q){if(G){var Y;try{Y=decodeURIComponent(r(Q)).replace(y,"").toLowerCase()}catch($){return null}if(Y.indexOf("javascript:")===0||Y.indexOf("vbscript:")===0||Y.indexOf("data:")===0)return null}X&&!m.test(Q)&&(Q=u(X,Q));try{Q=encodeURI(Q).replace(/%25/g,"%")}catch($){return null}return Q}var _={},f=/^[^:]+:\/*[^/]*$/,h=/^([^:]+:)[\s\S]*$/,o=/^([^:]+:\/*[^/]*)[\s\S]*$/;function u(G,X){_[" "+G]||(f.test(G)?_[" "+G]=G+"/":_[" "+G]=O(G,"/",!0)),G=_[" "+G];var Q=G.indexOf(":")===-1;return X.substring(0,2)==="//"?Q?X:G.replace(h,"$1")+X:X.charAt(0)==="/"?Q?X:G.replace(o,"$1")+X:G+X}var b={exec:function(){}};function p(G){for(var X=1,Q,Y;X=0&&le[Te]==="\\";)he=!he;return he?"|":" |"}),Y=Q.split(/ \|/),$=0;if(Y.length>X)Y.splice(X);else for(;Y.length=Y.length?$.slice(Y.length):$}).join(`
`)}var ve=function(){function G(Q){this.options=Q||k}var X=G.prototype;return X.space=function(Y){var $=this.rules.block.newline.exec(Y);if($)return $[0].length>1?{type:"space",raw:$[0]}:{raw:`
`}},X.code=function(Y,$){var te=this.rules.block.code.exec(Y);if(te){var re=$[$.length-1];if(re&&re.type==="paragraph")return{raw:te[0],text:te[0].trimRight()};var le=te[0].replace(/^ {4}/gm,"");return{type:"code",raw:te[0],codeBlockStyle:"indented",text:this.options.pedantic?le:C(le,`
`)}}},X.fences=function(Y){var $=this.rules.block.fences.exec(Y);if($){var te=$[0],re=pe(te,$[3]||"");return{type:"code",raw:te,lang:$[2]?$[2].trim():$[2],text:re}}},X.heading=function(Y){var $=this.rules.block.heading.exec(Y);if($)return{type:"heading",raw:$[0],depth:$[1].length,text:$[2]}},X.nptable=function(Y){var $=this.rules.block.nptable.exec(Y);if($){var te={type:"table",header:F($[1].replace(/^ *| *\| *$/g,"")),align:$[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:$[3]?$[3].replace(/\n$/,"").split(`
`):[],raw:$[0]};if(te.header.length===te.align.length){var re=te.align.length,le;for(le=0;le ?/gm,"");return{type:"blockquote",raw:$[0],text:te}}},X.list=function(Y){var $=this.rules.block.list.exec(Y);if($){for(var te=$[0],re=$[2],le=re.length>1,he=re[re.length-1]===")",Te={type:"list",raw:te,ordered:le,start:le?+re.slice(0,-1):"",loose:!1,items:[]},Re=$[0].match(this.rules.block.item),Pe=!1,Ae,Ge,Ne,ke,$e,ze,He,Ze=Re.length,We=0;We1||this.options.smartLists&&Ne!==re)&&(ke=Re.slice(We+1).join(`
`),Te.raw=Te.raw.substring(0,Te.raw.length-ke.length),We=Ze-1)),$e=Pe||/\n\n(?!\s*$)/.test(Ae),We!==Ze-1&&(Pe=Ae.charAt(Ae.length-1)===`
`,$e||($e=Pe)),$e&&(Te.loose=!0),ze=/^\[[ xX]\] /.test(Ae),He=void 0,ze&&(He=Ae[1]!==" ",Ae=Ae.replace(/^\[[ xX]\] +/,"")),Te.items.push({type:"list_item",raw:te,task:ze,checked:He,loose:$e,text:Ae});return Te}},X.html=function(Y){var $=this.rules.block.html.exec(Y);if($)return{type:this.options.sanitize?"paragraph":"html",raw:$[0],pre:!this.options.sanitizer&&($[1]==="pre"||$[1]==="script"||$[1]==="style"),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer($[0]):V($[0]):$[0]}},X.def=function(Y){var $=this.rules.block.def.exec(Y);if($){$[3]&&($[3]=$[3].substring(1,$[3].length-1));var te=$[1].toLowerCase().replace(/\s+/g," ");return{tag:te,raw:$[0],href:$[2],title:$[3]}}},X.table=function(Y){var $=this.rules.block.table.exec(Y);if($){var te={type:"table",header:F($[1].replace(/^ *| *\| *$/g,"")),align:$[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:$[3]?$[3].replace(/\n$/,"").split(`
`):[]};if(te.header.length===te.align.length){te.raw=$[0];var re=te.align.length,le;for(le=0;le/i.test(re[0])&&($=!1),!te&&/^<(pre|code|kbd|script)(\s|>)/i.test(re[0])?te=!0:te&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(re[0])&&(te=!1),{type:this.options.sanitize?"text":"html",raw:re[0],inLink:$,inRawBlock:te,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(re[0]):V(re[0]):re[0]}},X.link=function(Y){var $=this.rules.inline.link.exec(Y);if($){var te=ee($[2],"()");if(te>-1){var re=$[0].indexOf("!")===0?5:4,le=re+$[1].length+te;$[2]=$[2].substring(0,te),$[0]=$[0].substring(0,le).trim(),$[3]=""}var he=$[2],Te="";if(this.options.pedantic){var Re=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(he);Re?(he=Re[1],Te=Re[3]):Te=""}else Te=$[3]?$[3].slice(1,-1):"";he=he.trim().replace(/^<([\s\S]*)>$/,"$1");var Pe=ie($,{href:he&&he.replace(this.rules.inline._escapes,"$1"),title:Te&&Te.replace(this.rules.inline._escapes,"$1")},$[0]);return Pe}},X.reflink=function(Y,$){var te;if((te=this.rules.inline.reflink.exec(Y))||(te=this.rules.inline.nolink.exec(Y))){var re=(te[2]||te[1]).replace(/\s+/g," ");if(re=$[re.toLowerCase()],!re||!re.href){var le=te[0].charAt(0);return{type:"text",raw:le,text:le}}var he=ie(te,re,te[0]);return he}},X.strong=function(Y,$,te){te===void 0&&(te="");var re=this.rules.inline.strong.start.exec(Y);if(re&&(!re[1]||re[1]&&(te===""||this.rules.inline.punctuation.exec(te)))){$=$.slice(-1*Y.length);var le=re[0]==="**"?this.rules.inline.strong.endAst:this.rules.inline.strong.endUnd;le.lastIndex=0;for(var he;(re=le.exec($))!=null;)if(he=this.rules.inline.strong.middle.exec($.slice(0,re.index+3)),he)return{type:"strong",raw:Y.slice(0,he[0].length),text:Y.slice(2,he[0].length-2)}}},X.em=function(Y,$,te){te===void 0&&(te="");var re=this.rules.inline.em.start.exec(Y);if(re&&(!re[1]||re[1]&&(te===""||this.rules.inline.punctuation.exec(te)))){$=$.slice(-1*Y.length);var le=re[0]==="*"?this.rules.inline.em.endAst:this.rules.inline.em.endUnd;le.lastIndex=0;for(var he;(re=le.exec($))!=null;)if(he=this.rules.inline.em.middle.exec($.slice(0,re.index+2)),he)return{type:"em",raw:Y.slice(0,he[0].length),text:Y.slice(1,he[0].length-1)}}},X.codespan=function(Y){var $=this.rules.inline.code.exec(Y);if($){var te=$[2].replace(/\n/g," "),re=/[^ ]/.test(te),le=te.startsWith(" ")&&te.endsWith(" ");return re&&le&&(te=te.substring(1,te.length-1)),te=V(te,!0),{type:"codespan",raw:$[0],text:te}}},X.br=function(Y){var $=this.rules.inline.br.exec(Y);if($)return{type:"br",raw:$[0]}},X.del=function(Y){var $=this.rules.inline.del.exec(Y);if($)return{type:"del",raw:$[0],text:$[1]}},X.autolink=function(Y,$){var te=this.rules.inline.autolink.exec(Y);if(te){var re,le;return te[2]==="@"?(re=V(this.options.mangle?$(te[1]):te[1]),le="mailto:"+re):(re=V(te[1]),le=re),{type:"link",raw:te[0],text:re,href:le,tokens:[{type:"text",raw:re,text:re}]}}},X.url=function(Y,$){var te;if(te=this.rules.inline.url.exec(Y)){var re,le;if(te[2]==="@")re=V(this.options.mangle?$(te[0]):te[0]),le="mailto:"+re;else{var he;do he=te[0],te[0]=this.rules.inline._backpedal.exec(te[0])[0];while(he!==te[0]);re=V(te[0]),te[1]==="www."?le="http://"+re:le=re}return{type:"link",raw:te[0],text:re,href:le,tokens:[{type:"text",raw:re,text:re}]}}},X.inlineText=function(Y,$,te){var re=this.rules.inline.text.exec(Y);if(re){var le;return $?le=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(re[0]):V(re[0]):re[0]:le=V(this.options.smartypants?te(re[0]):re[0]),{type:"text",raw:re[0],text:le}}},G}(),ye=I.noopTest,Ee=I.edit,Se=I.merge,fe={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*|\\n*|\\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:ye,table:ye,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html)[^\n]+)*)/,text:/^[^\n]+/};fe._label=/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,fe._title=/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/,fe.def=Ee(fe.def).replace("label",fe._label).replace("title",fe._title).getRegex(),fe.bullet=/(?:[*+-]|\d{1,9}[.)])/,fe.item=/^( *)(bull) ?[^\n]*(?:\n(?!\1bull ?)[^\n]*)*/,fe.item=Ee(fe.item,"gm").replace(/bull/g,fe.bullet).getRegex(),fe.list=Ee(fe.list).replace(/bull/g,fe.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+fe.def.source+")").getRegex(),fe._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",fe._comment=//,fe.html=Ee(fe.html,"i").replace("comment",fe._comment).replace("tag",fe._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),fe.paragraph=Ee(fe._paragraph).replace("hr",fe.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",fe._tag).getRegex(),fe.blockquote=Ee(fe.blockquote).replace("paragraph",fe.paragraph).getRegex(),fe.normal=Se({},fe),fe.gfm=Se({},fe.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*|$)"}),fe.gfm.nptable=Ee(fe.gfm.nptable).replace("hr",fe.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",fe._tag).getRegex(),fe.gfm.table=Ee(fe.gfm.table).replace("hr",fe.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",fe._tag).getRegex(),fe.pedantic=Se({},fe.normal,{html:Ee(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?\\1> *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",fe._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:ye,paragraph:Ee(fe.normal._paragraph).replace("hr",fe.hr).replace("heading",` *#{1,6} *[^
]`).replace("lheading",fe.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var K={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:ye,tag:"^comment|^[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\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:ye,text:/^(`+|[^`])(?:[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~",K.punctuation=Ee(K.punctuation).replace(/punctuation/g,K._punctuation).getRegex(),K._blockSkip="\\[[^\\]]*?\\]\\([^\\)]*?\\)|`[^`]*?`|<[^>]*?>",K._overlapSkip="__[^_]*?__|\\*\\*\\[^\\*\\]*?\\*\\*",K.em.start=Ee(K.em.start).replace(/punctuation/g,K._punctuation).getRegex(),K.em.middle=Ee(K.em.middle).replace(/punctuation/g,K._punctuation).replace(/overlapSkip/g,K._overlapSkip).getRegex(),K.em.endAst=Ee(K.em.endAst,"g").replace(/punctuation/g,K._punctuation).getRegex(),K.em.endUnd=Ee(K.em.endUnd,"g").replace(/punctuation/g,K._punctuation).getRegex(),K.strong.start=Ee(K.strong.start).replace(/punctuation/g,K._punctuation).getRegex(),K.strong.middle=Ee(K.strong.middle).replace(/punctuation/g,K._punctuation).replace(/blockSkip/g,K._blockSkip).getRegex(),K.strong.endAst=Ee(K.strong.endAst,"g").replace(/punctuation/g,K._punctuation).getRegex(),K.strong.endUnd=Ee(K.strong.endUnd,"g").replace(/punctuation/g,K._punctuation).getRegex(),K.blockSkip=Ee(K._blockSkip,"g").getRegex(),K.overlapSkip=Ee(K._overlapSkip,"g").getRegex(),K._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,K._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,K._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])?)+(?![-_])/,K.autolink=Ee(K.autolink).replace("scheme",K._scheme).replace("email",K._email).getRegex(),K._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,K.tag=Ee(K.tag).replace("comment",fe._comment).replace("attribute",K._attribute).getRegex(),K._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,K._href=/<(?:\\[<>]?|[^\s<>\\])*>|[^\s\x00-\x1f]*/,K._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,K.link=Ee(K.link).replace("label",K._label).replace("href",K._href).replace("title",K._title).getRegex(),K.reflink=Ee(K.reflink).replace("label",K._label).getRegex(),K.reflinkSearch=Ee(K.reflinkSearch,"g").replace("reflink",K.reflink).replace("nolink",K.nolink).getRegex(),K.normal=Se({},K),K.pedantic=Se({},K.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:Ee(/^!?\[(label)\]\((.*?)\)/).replace("label",K._label).getRegex(),reflink:Ee(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",K._label).getRegex()}),K.gfm=Se({},K.normal,{escape:Ee(K.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]*?(?:(?=[\\.5&&(Y="x"+Y.toString(16)),X+=""+Y+";";return X}var me=function(){function G(Q){this.tokens=[],this.tokens.links=Object.create(null),this.options=Q||D,this.options.tokenizer=this.options.tokenizer||new ve,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options;var Y={block:H.normal,inline:J.normal};this.options.pedantic?(Y.block=H.pedantic,Y.inline=J.pedantic):this.options.gfm&&(Y.block=H.gfm,this.options.breaks?Y.inline=J.breaks:Y.inline=J.gfm),this.tokenizer.rules=Y}G.lex=function(Y,$){var te=new G($);return te.lex(Y)};var X=G.prototype;return X.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},X.blockTokens=function(Y,$,te){$===void 0&&($=[]),te===void 0&&(te=!0),Y=Y.replace(/^ +$/gm,"");for(var re,le,he,Te;Y;){if(re=this.tokenizer.space(Y)){Y=Y.substring(re.raw.length),re.type&&$.push(re);continue}if(re=this.tokenizer.code(Y,$)){Y=Y.substring(re.raw.length),re.type?$.push(re):(Te=$[$.length-1],Te.raw+=`
`+re.raw,Te.text+=`
`+re.text);continue}if(re=this.tokenizer.fences(Y)){Y=Y.substring(re.raw.length),$.push(re);continue}if(re=this.tokenizer.heading(Y)){Y=Y.substring(re.raw.length),$.push(re);continue}if(re=this.tokenizer.nptable(Y)){Y=Y.substring(re.raw.length),$.push(re);continue}if(re=this.tokenizer.hr(Y)){Y=Y.substring(re.raw.length),$.push(re);continue}if(re=this.tokenizer.blockquote(Y)){Y=Y.substring(re.raw.length),re.tokens=this.blockTokens(re.text,[],te),$.push(re);continue}if(re=this.tokenizer.list(Y)){for(Y=Y.substring(re.raw.length),he=re.items.length,le=0;le0)for(;(Re=this.tokenizer.rules.inline.reflinkSearch.exec(Te))!=null;)Pe.includes(Re[0].slice(Re[0].lastIndexOf("[")+1,-1))&&(Te=Te.slice(0,Re.index)+"["+"a".repeat(Re[0].length-2)+"]"+Te.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(Re=this.tokenizer.rules.inline.blockSkip.exec(Te))!=null;)Te=Te.slice(0,Re.index)+"["+"a".repeat(Re[0].length-2)+"]"+Te.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;Y;){if(he=this.tokenizer.escape(Y)){Y=Y.substring(he.raw.length),$.push(he);continue}if(he=this.tokenizer.tag(Y,te,re)){Y=Y.substring(he.raw.length),te=he.inLink,re=he.inRawBlock,$.push(he);continue}if(he=this.tokenizer.link(Y)){Y=Y.substring(he.raw.length),he.type==="link"&&(he.tokens=this.inlineTokens(he.text,[],!0,re)),$.push(he);continue}if(he=this.tokenizer.reflink(Y,this.tokens.links)){Y=Y.substring(he.raw.length),he.type==="link"&&(he.tokens=this.inlineTokens(he.text,[],!0,re)),$.push(he);continue}if(he=this.tokenizer.strong(Y,Te,le)){Y=Y.substring(he.raw.length),he.tokens=this.inlineTokens(he.text,[],te,re),$.push(he);continue}if(he=this.tokenizer.em(Y,Te,le)){Y=Y.substring(he.raw.length),he.tokens=this.inlineTokens(he.text,[],te,re),$.push(he);continue}if(he=this.tokenizer.codespan(Y)){Y=Y.substring(he.raw.length),$.push(he);continue}if(he=this.tokenizer.br(Y)){Y=Y.substring(he.raw.length),$.push(he);continue}if(he=this.tokenizer.del(Y)){Y=Y.substring(he.raw.length),he.tokens=this.inlineTokens(he.text,[],te,re),$.push(he);continue}if(he=this.tokenizer.autolink(Y,ae)){Y=Y.substring(he.raw.length),$.push(he);continue}if(!te&&(he=this.tokenizer.url(Y,ae))){Y=Y.substring(he.raw.length),$.push(he);continue}if(he=this.tokenizer.inlineText(Y,re,M)){Y=Y.substring(he.raw.length),le=he.raw.slice(-1),$.push(he);continue}if(Y){var Ae="Infinite loop on byte: "+Y.charCodeAt(0);if(this.options.silent){console.error(Ae);break}else throw new Error(Ae)}}return $},B(G,null,[{key:"rules",get:function(){return{block:H,inline:J}}}]),G}(),_e=W.defaults,q=I.cleanUrl,oe=I.escape,ue=function(){function G(Q){this.options=Q||_e}var X=G.prototype;return X.code=function(Y,$,te){var re=($||"").match(/\S*/)[0];if(this.options.highlight){var le=this.options.highlight(Y,re);le!=null&&le!==Y&&(te=!0,Y=le)}return re?''+(te?Y:oe(Y,!0))+`
`:""+(te?Y:oe(Y,!0))+`
`},X.blockquote=function(Y){return`
`+Y+`
`},X.html=function(Y){return Y},X.heading=function(Y,$,te,re){return this.options.headerIds?"
`:""+Y+"
`},X.hr=function(){return this.options.xhtml?`
`:`
`},X.list=function(Y,$,te){var re=$?"ol":"ul",le=$&&te!==1?' start="'+te+'"':"";return"<"+re+le+`>
`+Y+""+re+`>
`},X.listitem=function(Y){return""+Y+`
`},X.checkbox=function(Y){return" "},X.paragraph=function(Y){return""+Y+`
`},X.table=function(Y,$){return $&&($=""+$+""),`
`},X.tablerow=function(Y){return`
`+Y+`
`},X.tablecell=function(Y,$){var te=$.header?"th":"td",re=$.align?"<"+te+' align="'+$.align+'">':"<"+te+">";return re+Y+""+te+`>
`},X.strong=function(Y){return""+Y+""},X.em=function(Y){return""+Y+""},X.codespan=function(Y){return""+Y+""},X.br=function(){return this.options.xhtml?"
":"
"},X.del=function(Y){return""+Y+""},X.link=function(Y,$,te){if(Y=q(this.options.sanitize,this.options.baseUrl,Y),Y===null)return te;var re='"+te+"",re},X.image=function(Y,$,te){if(Y=q(this.options.sanitize,this.options.baseUrl,Y),Y===null)return te;var re='
":">",re},X.text=function(Y){return Y},G}(),ce=function(){function G(){}var X=G.prototype;return X.strong=function(Y){return Y},X.em=function(Y){return Y},X.codespan=function(Y){return Y},X.del=function(Y){return Y},X.html=function(Y){return Y},X.text=function(Y){return Y},X.link=function(Y,$,te){return""+te},X.image=function(Y,$,te){return""+te},X.br=function(){return""},G}(),be=function(){function G(){this.seen={}}var X=G.prototype;return X.slug=function(Y){var $=Y.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-");if(this.seen.hasOwnProperty($)){var te=$;do this.seen[te]++,$=te+"-"+this.seen[te];while(this.seen.hasOwnProperty($))}return this.seen[$]=0,$},G}(),Ce=W.defaults,Oe=I.unescape,Ie=function(){function G(Q){this.options=Q||Ce,this.options.renderer=this.options.renderer||new ue,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new ce,this.slugger=new be}G.parse=function(Y,$){var te=new G($);return te.parse(Y)};var X=G.prototype;return X.parse=function(Y,$){$===void 0&&($=!0);var te="",re,le,he,Te,Re,Pe,Ae,Ge,Ne,ke,$e,ze,He,Ze,We,Je,qe,je,tt=Y.length;for(re=0;re0&&We.tokens[0].type==="text"?(We.tokens[0].text=je+" "+We.tokens[0].text,We.tokens[0].tokens&&We.tokens[0].tokens.length>0&&We.tokens[0].tokens[0].type==="text"&&(We.tokens[0].tokens[0].text=je+" "+We.tokens[0].tokens[0].text)):We.tokens.unshift({type:"text",text:je}):Ze+=je),Ze+=this.parse(We.tokens,He),Ne+=this.renderer.listitem(Ze,qe,Je);te+=this.renderer.list(Ne,$e,ze);continue}case"html":{te+=this.renderer.html(ke.text);continue}case"paragraph":{te+=this.renderer.paragraph(this.parseInline(ke.tokens));continue}case"text":{for(Ne=ke.tokens?this.parseInline(ke.tokens):ke.text;re+1An error occurred:
"+de(he.message+"",!0)+"
";throw he}}Z.options=Z.setOptions=function(G){return De(Z.defaults,G),xe(Z.defaults),Z},Z.getDefaults=ge,Z.defaults=we,Z.use=function(G){var X=De({},G);if(G.renderer&&function(){var Y=Z.defaults.renderer||new ue,$=function(le){var he=Y[le];Y[le]=function(){for(var Te=arguments.length,Re=new Array(Te),Pe=0;Pe>>6)+e(128|O&63):e(224|O>>>12&15)+e(128|O>>>6&63)+e(128|O&63)}else{var O=65536+(d.charCodeAt(0)-55296)*1024+(d.charCodeAt(1)-56320);return e(240|O>>>18&7)+e(128|O>>>12&63)+e(128|O>>>6&63)+e(128|O&63)}},v=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,g=function(d){return d.replace(v,w)},c=function(d){var O=[0,2,1][d.length%3],L=d.charCodeAt(0)<<16|(d.length>1?d.charCodeAt(1):0)<<8|(d.length>2?d.charCodeAt(2):0),x=[W.charAt(L>>>18),W.charAt(L>>>12&63),O>=2?"=":W.charAt(L>>>6&63),O>=1?"=":W.charAt(L&63)];return x.join("")},s=j.btoa&&typeof j.btoa=="function"?function(d){return j.btoa(d)}:function(d){if(d.match(/[^\x00-\xFF]/))throw new RangeError("The string contains invalid characters.");return d.replace(/[\s\S]{1,3}/g,c)},i=function(d){return s(g(String(d)))},l=function(d){return d.replace(/[+\/]/g,function(O){return O=="+"?"-":"_"}).replace(/=/g,"")},a=function(d,O){return O?l(i(d)):i(d)},n=function(d){return a(d,!0)},r;j.Uint8Array&&(r=function(d,O){for(var L="",x=0,I=d.length;x>>18)+W.charAt(V>>>12&63)+(typeof C!="undefined"?W.charAt(V>>>6&63):"=")+(typeof F!="undefined"?W.charAt(V&63):"=")}return O?l(L):L});var t=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,E=function(d){switch(d.length){case 4:var O=(7&d.charCodeAt(0))<<18|(63&d.charCodeAt(1))<<12|(63&d.charCodeAt(2))<<6|63&d.charCodeAt(3),L=O-65536;return e((L>>>10)+55296)+e((L&1023)+56320);case 3:return e((15&d.charCodeAt(0))<<12|(63&d.charCodeAt(1))<<6|63&d.charCodeAt(2));default:return e((31&d.charCodeAt(0))<<6|63&d.charCodeAt(1))}},y=function(d){return d.replace(t,E)},m=function(d){var O=d.length,L=O%4,x=(O>0?N[d.charAt(0)]<<18:0)|(O>1?N[d.charAt(1)]<<12:0)|(O>2?N[d.charAt(2)]<<6:0)|(O>3?N[d.charAt(3)]:0),I=[e(x>>>16),e(x>>>8&255),e(x&255)];return I.length-=[0,0,2,1][L],I.join("")},T=j.atob&&typeof j.atob=="function"?function(d){return j.atob(d)}:function(d){return d.replace(/\S{1,4}/g,m)},_=function(d){return T(String(d).replace(/[^A-Za-z0-9\+\/]/g,""))},f=function(d){return y(T(d))},h=function(d){return String(d).replace(/[-_]/g,function(O){return O=="-"?"+":"/"}).replace(/[^A-Za-z0-9\+\/]/g,"")},o=function(d){return f(h(d))},u;j.Uint8Array&&(u=function(d){return Uint8Array.from(_(h(d)),function(O){return O.charCodeAt(0)})});var b=function(){var d=j.Base64;return j.Base64=P,d};if(j.Base64={VERSION:S,atob:_,btoa:s,fromBase64:o,toBase64:a,utob:g,encode:a,encodeURI:n,btou:y,decode:o,noConflict:b,fromUint8Array:r,toUint8Array:u},typeof Object.defineProperty=="function"){var p=function(d){return{value:d,enumerable:!1,writable:!0,configurable:!0}};j.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",p(function(){return o(this)})),Object.defineProperty(String.prototype,"toBase64",p(function(d){return a(this,d)})),Object.defineProperty(String.prototype,"toBase64URI",p(function(){return a(this,!0)}))}}return j.Meteor&&(Base64=j.Base64),Le.exports?Le.exports.Base64=j.Base64:!(B=[],A=function(){return j.Base64}.apply(se,B),A!==void 0&&(Le.exports=A)),{Base64:j.Base64}})}).call(this,U("IyRk"))},JYp7:function(Le,se,U){"use strict";U.d(se,"a",function(){return ne});var ne;(function(B){function A(t){return t&&typeof t=="object"&&typeof t[Symbol.iterator]=="function"}B.is=A;const j=Object.freeze([]);function P(){return j}B.empty=P;function*S(t){yield t}B.single=S;function W(t){return t||j}B.from=W;function N(t){return!t||t[Symbol.iterator]().next().done===!0}B.isEmpty=N;function e(t){return t[Symbol.iterator]().next().value}B.first=e;function w(t,E){for(const y of t)if(E(y))return!0;return!1}B.some=w;function v(t,E){for(const y of t)if(E(y))return y;return}B.find=v;function*g(t,E){for(const y of t)E(y)&&(yield y)}B.filter=g;function*c(t,E){let y=0;for(const m of t)yield E(m,y++)}B.map=c;function*s(...t){for(const E of t)for(const y of E)yield y}B.concat=s;function*i(t){for(const E of t)for(const y of E)yield y}B.concatNested=i;function l(t,E,y){let m=y;for(const T of t)m=E(m,T);return m}B.reduce=l;function*a(t,E,y=t.length){for(E<0&&(E+=t.length),y<0?y+=t.length:y>t.length&&(y=t.length);Em===T){const m=t[Symbol.iterator](),T=E[Symbol.iterator]();for(;;){const _=m.next(),f=T.next();if(_.done!==f.done)return!1;if(_.done)return!0;if(!y(_.value,f.value))return!1}}B.equals=r})(ne||(ne={}))},LdHM:function(Le,se,U){"use strict";U.d(se,"b",function(){return t}),U.d(se,"a",function(){return y});var ne=U("1OyB"),B=U("vuIU"),A=U("Ji7U"),j=U("LK+K"),P=U("q1tI"),S=U("rePB"),W=U("Ff2n"),N=U("ODXe"),e=U("4IlW"),w=U("bX4T"),v=U("YrtM"),g=U("TSYQ"),c=U.n(g),s=U("+nKL"),i=U("8OUc"),l=function(F,V){var ee=F.prefixCls,ie=F.id,pe=F.flattenOptions,ve=F.childrenAsData,ye=F.values,Ee=F.searchValue,Se=F.multiple,fe=F.defaultActiveFirstOption,K=F.height,R=F.itemHeight,D=F.notFoundContent,H=F.open,J=F.menuItemSelectedIcon,M=F.virtual,ae=F.onSelect,me=F.onToggleOpen,_e=F.onActiveValue,q=F.onScroll,oe=F.onMouseEnter,ue="".concat(ee,"-item"),ce=Object(v.a)(function(){return pe},[H,pe],function(z,G){return G[0]&&z[1]!==G[1]}),be=P.useRef(null),Ce=function(G){G.preventDefault()},Oe=function(G){be.current&&be.current.scrollTo({index:G})},Ie=function(G){for(var X=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,Q=ce.length,Y=0;Y1&&arguments[1]!==void 0?arguments[1]:!1;return Object(T.a)(C).map(function(V,ee){if(!P.isValidElement(V)||!V.type)return null;var ie=V.type.isSelectOptGroup,pe=V.key,ve=V.props,ye=ve.children,Ee=Object(W.a)(ve,["children"]);return F||!ie?_(V):Object(m.a)(Object(m.a)({key:"__RC_SELECT_GRP__".concat(pe===null?ee:pe,"__"),label:pe},Ee),{},{options:f(ye)})}).filter(function(V){return V})}var h=U("2Qr1"),o=U("qNPg"),u=U("U8pU"),b=U("Kwbf"),p=U("WKfj");function d(C){var F=C.mode,V=C.options,ee=C.children,ie=C.backfill,pe=C.allowClear,ve=C.placeholder,ye=C.getInputElement,Ee=C.showSearch,Se=C.onSearch,fe=C.defaultOpen,K=C.autoFocus,R=C.labelInValue,D=C.value,H=C.inputValue,J=C.optionLabelProp,M=F==="multiple"||F==="tags",ae=Ee!==void 0?Ee:M||F==="combobox",me=V||f(ee);if(Object(b.a)(F!=="tags"||me.every(function(ue){return!ue.disabled}),"Please avoid setting option to disabled in tags mode since user can always type text as tag."),F==="tags"||F==="combobox"){var _e=me.some(function(ue){return ue.options?ue.options.some(function(ce){return typeof("value"in ce?ce.value:ce.key)=="number"}):typeof("value"in ue?ue.value:ue.key)=="number"});Object(b.a)(!_e,"`value` of Option should not use number type when `mode` is `tags` or `combobox`.")}if(Object(b.a)(F!=="combobox"||!J,"`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly."),Object(b.a)(F==="combobox"||!ie,"`backfill` only works with `combobox` mode."),Object(b.a)(F==="combobox"||!ye,"`getInputElement` only work with `combobox` mode."),Object(b.b)(F!=="combobox"||!ye||!pe||!ve,"Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`."),Se&&!ae&&F!=="combobox"&&F!=="tags"&&Object(b.a)(!1,"`onSearch` should work with `showSearch` instead of use alone."),Object(b.b)(!fe||K,"`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed."),D!=null){var q=Object(p.d)(D);Object(b.a)(!R||q.every(function(ue){return Object(u.a)(ue)==="object"&&("key"in ue||"value"in ue)}),"`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`"),Object(b.a)(!M||Array.isArray(D),"`value` should be array when `mode` is `multiple` or `tags`")}if(ee){var oe=null;Object(T.a)(ee).some(function(ue){if(!P.isValidElement(ue)||!ue.type)return!1;var ce=ue.type;if(ce.isSelectOption)return!1;if(ce.isSelectOptGroup){var be=Object(T.a)(ue.props.children).every(function(Ce){return!P.isValidElement(Ce)||!ue.type||Ce.type.isSelectOption?!0:(oe=Ce.type,!1)});return!be}return oe=ce,!0}),oe&&Object(b.a)(!1,"`children` should be `Select.Option` or `Select.OptGroup` instead of `".concat(oe.displayName||oe.name||oe,"`.")),Object(b.a)(H===void 0,"`inputValue` is deprecated, please use `searchValue` instead.")}}var O=d,L=Object(o.a)({prefixCls:"rc-select",components:{optionList:n},convertChildrenToData:f,flattenOptions:h.d,getLabeledValue:h.e,filterOptions:h.b,isValueDisabled:h.g,findValueOption:h.c,warningProps:O,fillOptionsWithMissingValue:h.a}),x=function(C){Object(A.a)(V,C);var F=Object(j.a)(V);function V(){var ee;return Object(ne.a)(this,V),ee=F.apply(this,arguments),ee.selectRef=P.createRef(),ee.focus=function(){ee.selectRef.current.focus()},ee.blur=function(){ee.selectRef.current.blur()},ee}return Object(B.a)(V,[{key:"render",value:function(){return P.createElement(L,Object.assign({ref:this.selectRef},this.props))}}]),V}(P.Component);x.Option=t,x.OptGroup=y;var I=x,k=se.c=I},MI8n:function(Le,se,U){"use strict";U.d(se,"c",function(){return P}),U.d(se,"b",function(){return e}),U.d(se,"e",function(){return w}),U.d(se,"a",function(){return v}),U.d(se,"d",function(){return g}),U.d(se,"f",function(){return c});var ne=U("/cxE"),B=U("pmY6"),A=U("24hK"),j=U("5Y4S"),P;(function(s){s.None=()=>B.a.None;function i(d){return(O,L=null,x)=>{let I=!1,k;return k=d(C=>I?void 0:(k?k.dispose():I=!0,O.call(L,C)),null,x),I&&k.dispose(),k}}s.once=i;function l(d,O){return y((L,x=null,I)=>d(k=>L.call(x,O(k)),null,I))}s.map=l;function a(d,O){return y((L,x=null,I)=>d(k=>{O(k),L.call(x,k)},null,I))}s.forEach=a;function n(d,O){return y((L,x=null,I)=>d(k=>O(k)&&L.call(x,k),null,I))}s.filter=n;function r(d){return d}s.signal=r;function t(...d){return(O,L=null,x)=>Object(B.e)(...d.map(I=>I(k=>O.call(L,k),null,x)))}s.any=t;function E(d,O,L){let x=L;return l(d,I=>(x=O(x,I),x))}s.reduce=E;function y(d){let O;const L=new e({onFirstListenerAdd(){O=d(L.fire,L)},onLastListenerRemove(){O.dispose()}});return L.event}function m(d,O,L=100,x=!1,I){let k,C,F,V=0;const ee=new e({leakWarningThreshold:I,onFirstListenerAdd(){k=d(ie=>{V++,C=O(C,ie),x&&!F&&(ee.fire(C),C=void 0),clearTimeout(F),F=setTimeout(()=>{const pe=C;C=void 0,F=void 0,(!x||V>1)&&ee.fire(pe),V=0},L)})},onLastListenerRemove(){k.dispose()}});return ee.event}s.debounce=m;function T(d,O=(L,x)=>L===x){let L=!0,x;return n(d,I=>{const k=L||!O(I,x);return L=!1,x=I,k})}s.latch=T;function _(d,O){return[s.filter(d,O),s.filter(d,L=>!O(L))]}s.split=_;function f(d,O=!1,L=[]){let x=L.slice(),I=d(F=>{x?x.push(F):C.fire(F)});const k=()=>{x&&x.forEach(F=>C.fire(F)),x=null},C=new e({onFirstListenerAdd(){I||(I=d(F=>C.fire(F)))},onFirstListenerDidAdd(){x&&(O?setTimeout(k):k())},onLastListenerRemove(){I&&I.dispose(),I=null}});return C.event}s.buffer=f;class h{constructor(d){this.event=d}map(d){return new h(l(this.event,d))}forEach(d){return new h(a(this.event,d))}filter(d){return new h(n(this.event,d))}reduce(d,O){return new h(E(this.event,d,O))}latch(){return new h(T(this.event))}debounce(d,O=100,L=!1,x){return new h(m(this.event,d,O,L,x))}on(d,O,L){return this.event(d,O,L)}once(d,O,L){return i(this.event)(d,O,L)}}function o(d){return new h(d)}s.chain=o;function u(d,O,L=x=>x){const x=(...F)=>C.fire(L(...F)),I=()=>d.on(O,x),k=()=>d.removeListener(O,x),C=new e({onFirstListenerAdd:I,onLastListenerRemove:k});return C.event}s.fromNodeEventEmitter=u;function b(d,O,L=x=>x){const x=(...F)=>C.fire(L(...F)),I=()=>d.addEventListener(O,x),k=()=>d.removeEventListener(O,x),C=new e({onFirstListenerAdd:I,onLastListenerRemove:k});return C.event}s.fromDOMEventEmitter=b;function p(d){return new Promise(O=>i(d)(O))}s.toPromise=p})(P||(P={}));class S{constructor(s){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${s}_${S._idPool++}`}start(s){this._stopWatch=new j.a(!0),this._listenerCount=s}stop(){if(this._stopWatch){const s=this._stopWatch.elapsed();this._elapsedOverall+=s,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${s.toFixed(5)}, listener: ${this._listenerCount} (elapsed_overall: ${this._elapsedOverall.toFixed(2)}, invocations: ${this._invocationCount})`),this._stopWatch=void 0}}}S._idPool=0;let W=-1;class N{constructor(s,i=Math.random().toString(18).slice(2,5)){this.customThreshold=s,this.name=i,this._warnCountdown=0}dispose(){this._stacks&&this._stacks.clear()}check(s){let i=W;if(typeof this.customThreshold=="number"&&(i=this.customThreshold),i<=0||s{const n=this._stacks.get(l)||0;this._stacks.set(l,n-1)}}}class e{constructor(s){var i;this._disposed=!1,this._options=s,this._leakageMon=W>0?new N(this._options&&this._options.leakWarningThreshold):void 0,this._perfMon=((i=this._options)===null||i===void 0?void 0:i._profName)?new S(this._options._profName):void 0}get event(){return this._event||(this._event=(s,i,l)=>{var a;this._listeners||(this._listeners=new A.a);const n=this._listeners.isEmpty();n&&this._options&&this._options.onFirstListenerAdd&&this._options.onFirstListenerAdd(this);const r=this._listeners.push(i?[s,i]:s);n&&this._options&&this._options.onFirstListenerDidAdd&&this._options.onFirstListenerDidAdd(this),this._options&&this._options.onListenerDidAdd&&this._options.onListenerDidAdd(this,s,i);const t=(a=this._leakageMon)===null||a===void 0?void 0:a.check(this._listeners.size),E=Object(B.i)(()=>{if(t&&t(),!this._disposed&&(r(),this._options&&this._options.onLastListenerRemove)){const y=this._listeners&&!this._listeners.isEmpty();y||this._options.onLastListenerRemove(this)}});return l instanceof B.b?l.add(E):Array.isArray(l)&&l.push(E),E}),this._event}fire(s){var i,l;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new A.a);for(let a of this._listeners)this._deliveryQueue.push([a,s]);for((i=this._perfMon)===null||i===void 0||i.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[a,n]=this._deliveryQueue.shift();try{typeof a=="function"?a.call(void 0,n):a[0].call(a[1],n)}catch(r){Object(ne.f)(r)}}(l=this._perfMon)===null||l===void 0||l.stop()}}dispose(){var s,i,l,a,n;this._disposed||(this._disposed=!0,(s=this._listeners)===null||s===void 0||s.clear(),(i=this._deliveryQueue)===null||i===void 0||i.clear(),(a=(l=this._options)===null||l===void 0?void 0:l.onLastListenerRemove)===null||a===void 0||a.call(l),(n=this._leakageMon)===null||n===void 0||n.dispose())}}class w extends e{constructor(s){super(s);this._isPaused=0,this._eventQueue=new A.a,this._mergeFn=s==null?void 0:s.merge}pause(){this._isPaused++}resume(){if(this._isPaused!==0&&--this._isPaused===0)if(this._mergeFn){const s=Array.from(this._eventQueue);this._eventQueue.clear(),super.fire(this._mergeFn(s))}else for(;!this._isPaused&&this._eventQueue.size!==0;)super.fire(this._eventQueue.shift())}fire(s){this._listeners&&(this._isPaused!==0?this._eventQueue.push(s):super.fire(s))}}class v extends w{constructor(s){var i;super(s);this._delay=(i=s.delay)!==null&&i!==void 0?i:100}fire(s){this._handle||(this.pause(),this._handle=setTimeout(()=>{this._handle=void 0,this.resume()},this._delay)),super.fire(s)}}class g{constructor(){this.buffers=[]}wrapEvent(s){return(i,l,a)=>s(n=>{const r=this.buffers[this.buffers.length-1];r?r.push(()=>i.call(l,n)):i.call(l,n)},void 0,a)}bufferEvents(s){const i=[];this.buffers.push(i);const l=s();return this.buffers.pop(),i.forEach(a=>a()),l}}class c{constructor(){this.listening=!1,this.inputEvent=P.None,this.inputEventListener=B.a.None,this.emitter=new e({onFirstListenerDidAdd:()=>{this.listening=!0,this.inputEventListener=this.inputEvent(this.emitter.fire,this.emitter)},onLastListenerRemove:()=>{this.listening=!1,this.inputEventListener.dispose()}}),this.event=this.emitter.event}set input(s){this.inputEvent=s,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=s(this.emitter.fire,this.emitter))}dispose(){this.inputEventListener.dispose(),this.emitter.dispose()}}},MNsG:function(Le,se,U){"use strict";(function(ne,B){U.d(se,"b",function(){return l}),U.d(se,"i",function(){return t}),U.d(se,"f",function(){return E}),U.d(se,"d",function(){return y}),U.d(se,"g",function(){return m}),U.d(se,"h",function(){return T}),U.d(se,"c",function(){return _}),U.d(se,"k",function(){return f}),U.d(se,"j",function(){return h}),U.d(se,"a",function(){return o}),U.d(se,"e",function(){return p});var A;const j="en";let P=!1,S=!1,W=!1,N=!1,e=!1,w=!1,v=!1,g,c=j,s,i;const l=typeof self=="object"?self:typeof ne=="object"?ne:{};let a;typeof l.vscode!="undefined"&&typeof l.vscode.process!="undefined"?a=l.vscode.process:typeof B!="undefined"&&(a=B);const n=typeof((A=a==null?void 0:a.versions)===null||A===void 0?void 0:A.electron)=="string"&&a.type==="renderer";if(typeof navigator=="object"&&!n)i=navigator.userAgent,P=i.indexOf("Windows")>=0,S=i.indexOf("Macintosh")>=0,v=(i.indexOf("Macintosh")>=0||i.indexOf("iPad")>=0||i.indexOf("iPhone")>=0)&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,W=i.indexOf("Linux")>=0,w=!0,g=navigator.language,c=g;else if(typeof a=="object"){P=a.platform==="win32",S=a.platform==="darwin",W=a.platform==="linux",N=W&&!!a.env.SNAP&&!!a.env.SNAP_REVISION,g=j,c=j;const d=a.env.VSCODE_NLS_CONFIG;if(d)try{const O=JSON.parse(d),L=O.availableLanguages["*"];g=O.locale,c=L||j,s=O._translationsConfigFile}catch(O){}e=!0}else console.error("Unable to resolve platform.");let r=0;S?r=1:P?r=3:W&&(r=2);const t=P,E=S,y=W,m=e,T=w,_=v,f=i,h=function(){if(l.setImmediate)return l.setImmediate.bind(l);if(typeof l.postMessage=="function"&&!l.importScripts){let L=[];l.addEventListener("message",I=>{if(I.data&&I.data.vscodeSetImmediateId)for(let k=0,C=L.length;k{const k=++x;L.push({id:k,callback:I}),l.postMessage({vscodeSetImmediateId:k},"*")}}if(typeof(a==null?void 0:a.nextTick)=="function")return a.nextTick.bind(a);const O=Promise.resolve();return L=>O.then(L)}(),o=S||v?2:P?1:3;let u=!0,b=!1;function p(){if(!b){b=!0;const d=new Uint8Array(2);d[0]=1,d[1]=2;const O=new Uint16Array(d.buffer);u=O[0]===(2<<8)+1}return u}}).call(this,U("IyRk"),U("Q2Ig"))},N0LK:function(Le,se,U){"use strict";U.d(se,"C",function(){return ne}),U.d(se,"v",function(){return A}),U.d(se,"s",function(){return j}),U.d(se,"t",function(){return P}),U.d(se,"U",function(){return S}),U.d(se,"J",function(){return W}),U.d(se,"O",function(){return N}),U.d(se,"p",function(){return e}),U.d(se,"T",function(){return w}),U.d(se,"q",function(){return v}),U.d(se,"N",function(){return g}),U.d(se,"M",function(){return c}),U.d(se,"Q",function(){return s}),U.d(se,"u",function(){return i}),U.d(se,"x",function(){return l}),U.d(se,"I",function(){return a}),U.d(se,"f",function(){return n}),U.d(se,"h",function(){return r}),U.d(se,"g",function(){return t}),U.d(se,"i",function(){return E}),U.d(se,"G",function(){return y}),U.d(se,"H",function(){return m}),U.d(se,"r",function(){return T}),U.d(se,"R",function(){return _}),U.d(se,"d",function(){return f}),U.d(se,"e",function(){return h}),U.d(se,"E",function(){return o}),U.d(se,"F",function(){return u}),U.d(se,"j",function(){return b}),U.d(se,"z",function(){return p}),U.d(se,"K",function(){return O}),U.d(se,"L",function(){return L}),U.d(se,"m",function(){return I}),U.d(se,"k",function(){return C}),U.d(se,"A",function(){return V}),U.d(se,"a",function(){return ee}),U.d(se,"n",function(){return ie}),U.d(se,"l",function(){return pe}),U.d(se,"D",function(){return ve}),U.d(se,"B",function(){return ye}),U.d(se,"b",function(){return Ee}),U.d(se,"S",function(){return Se}),U.d(se,"o",function(){return fe}),U.d(se,"P",function(){return K}),U.d(se,"w",function(){return R}),U.d(se,"c",function(){return D}),U.d(se,"y",function(){return M});function ne(q){return!q||typeof q!="string"?!0:q.trim().length===0}const B=/{(\d+)}/g;function A(q,...oe){return oe.length===0?q:q.replace(B,function(ue,ce){const be=parseInt(ce,10);return isNaN(be)||be<0||be>=oe.length?ue:oe[be]})}function j(q){return q.replace(/[<>&]/g,function(oe){switch(oe){case"<":return"<";case">":return">";case"&":return"&";default:return oe}})}function P(q){return q.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function S(q,oe=" "){const ue=W(q,oe);return N(ue,oe)}function W(q,oe){if(!q||!oe)return q;const ue=oe.length;if(ue===0||q.length===0)return q;let ce=0;for(;q.indexOf(oe,ce)===ce;)ce=ce+ue;return q.substring(ce)}function N(q,oe){if(!q||!oe)return q;const ue=oe.length,ce=q.length;if(ue===0||ce===0)return q;let be=ce,Ce=-1;for(;!(Ce=q.lastIndexOf(oe,be-1),Ce===-1||Ce+ue!==be);){if(Ce===0)return"";be=Ce}return q.substring(0,be)}function e(q){return q.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function w(q){return q.replace(/\*/g,"")}function v(q,oe,ue={}){if(!q)throw new Error("Cannot create regex from empty string");oe||(q=P(q)),ue.wholeWord&&(/\B/.test(q.charAt(0))||(q="\\b"+q),/\B/.test(q.charAt(q.length-1))||(q=q+"\\b"));let ce="";return ue.global&&(ce+="g"),ue.matchCase||(ce+="i"),ue.multiline&&(ce+="m"),ue.unicode&&(ce+="u"),new RegExp(q,ce)}function g(q){if(q.source==="^"||q.source==="^$"||q.source==="$"||q.source==="^\\s*$")return!1;const oe=q.exec("");return!!(oe&&q.lastIndex===0)}function c(q){return(q.global?"g":"")+(q.ignoreCase?"i":"")+(q.multiline?"m":"")+(q.unicode?"u":"")}function s(q){return q.split(/\r\n|\r|\n/)}function i(q){for(let oe=0,ue=q.length;oe=0;ue--){const ce=q.charCodeAt(ue);if(ce!==32&&ce!==9)return ue}return-1}function n(q,oe){return qoe?1:0}function r(q,oe,ue=0,ce=q.length,be=0,Ce=oe.length){for(;ueMe)return 1}const Oe=ce-ue,Ie=Ce-be;return OeIe?1:0}function t(q,oe){return E(q,oe,0,q.length,0,oe.length)}function E(q,oe,ue=0,ce=q.length,be=0,Ce=oe.length){for(;ue=128||Me>=128)return r(q.toLowerCase(),oe.toLowerCase(),ue,ce,be,Ce);y(De)&&(De-=32),y(Me)&&(Me-=32);const de=De-Me;if(de===0)continue;return de}const Oe=ce-ue,Ie=Ce-be;return OeIe?1:0}function y(q){return q>=97&&q<=122}function m(q){return q>=65&&q<=90}function T(q,oe){return q.length===oe.length&&E(q,oe)===0}function _(q,oe){const ue=oe.length;return oe.length>q.length?!1:E(q,oe,0,ue)===0}function f(q,oe){let ue,ce=Math.min(q.length,oe.length);for(ue=0;ue1){const ce=q.charCodeAt(oe-2);if(o(ce))return b(ce,ue)}return ue}function O(q,oe){const ue=H.getInstance(),ce=oe,be=q.length,Ce=p(q,be,oe);oe+=Ce>=65536?2:1;let Oe=ue.getGraphemeBreakType(Ce);for(;oe=65536?2:1,Oe=De}return oe-ce}function L(q,oe){const ue=H.getInstance(),ce=oe,be=d(q,oe);oe-=be>=65536?2:1;let Ce=ue.getGraphemeBreakType(be);for(;oe>0;){const Oe=d(q,oe),Ie=ue.getGraphemeBreakType(Oe);if(D(Ie,Ce))break;oe-=Oe>=65536?2:1,Ce=Ie}return ce-oe}const x=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function I(q){return x.test(q)}const k=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDED6])/;function C(q){return k.test(q)}const F=/^[\t\n\r\x20-\x7E]*$/;function V(q){return F.test(q)}const ee=/[\u2028\u2029]/;function ie(q){return ee.test(q)}function pe(q){for(let oe=0,ue=q.length;oe=11904&&q<=55215||q>=63744&&q<=64255||q>=65281&&q<=65374}function ye(q){return q>=127462&&q<=127487||q===8986||q===8987||q===9200||q===9203||q>=9728&&q<=10175||q===11088||q===11093||q>=127744&&q<=128591||q>=128640&&q<=128764||q>=128992&&q<=129003||q>=129280&&q<=129535||q>=129648&&q<=129750}const Ee=String.fromCharCode(65279);function Se(q){return!!(q&&q.length>0&&q.charCodeAt(0)===65279)}function fe(q,oe=!1){return q?(oe&&(q=q.replace(/\\./g,"")),q.toLowerCase()!==q):!1}function K(q){const oe=90-65+1;return q=q%(2*oe),qoe[3*ce+1])ce=2*ce+1;else return oe[3*ce+2];return 0}}H._INSTANCE=null;function J(){return JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}function M(q,oe){if(q===0)return 0;const ue=ae(q,oe);if(ue!==void 0)return ue;const ce=d(oe,q);return q-=me(ce),q}function ae(q,oe){let ue=d(oe,q);for(q-=me(ue);_e(ue)||ue===65039||ue===8419;){if(q===0)return;ue=d(oe,q),q-=me(ue)}if(!ye(ue))return;if(q>=0){const ce=d(oe,q);ce===8205&&(q-=me(ce))}return q}function me(q){return q>=65536?2:1}function _e(q){return 127995<=q&&q<=127999}},NvD2:function(Le,se,U){"use strict";U.d(se,"a",function(){return S});var ne=U("Kwbf");function B(W,N){var e=new Set;return W.forEach(function(w){N.has(w)||e.add(w)}),e}function A(W){var N=W||{},e=N.disabled,w=N.disableCheckbox,v=N.checkable;return!!(e||w)||v===!1}function j(W,N,e,w){for(var v=new Set(W),g=new Set,c=0;c<=e;c+=1){var s=N.get(c)||new Set;s.forEach(function(n){var r=n.key,t=n.node,E=n.children,y=E===void 0?[]:E;v.has(r)&&!w(t)&&y.filter(function(m){return!w(m.node)}).forEach(function(m){v.add(m.key)})})}for(var i=new Set,l=e;l>=0;l-=1){var a=N.get(l)||new Set;a.forEach(function(n){var r=n.parent,t=n.node;if(w(t)||!n.parent||i.has(n.parent.key))return;if(w(n.parent.node)){i.add(r.key);return}var E=!0,y=!1;(r.children||[]).filter(function(m){return!w(m.node)}).forEach(function(m){var T=m.key,_=v.has(T);E&&!_&&(E=!1),!y&&(_||g.has(T))&&(y=!0)}),E&&v.add(r.key),y&&g.add(r.key),i.add(r.key)})}return{checkedKeys:Array.from(v),halfCheckedKeys:Array.from(B(g,v))}}function P(W,N,e,w,v){for(var g=new Set(W),c=new Set(N),s=0;s<=w;s+=1){var i=e.get(s)||new Set;i.forEach(function(r){var t=r.key,E=r.node,y=r.children,m=y===void 0?[]:y;!g.has(t)&&!c.has(t)&&!v(E)&&m.filter(function(T){return!v(T.node)}).forEach(function(T){g.delete(T.key)})})}c=new Set;for(var l=new Set,a=w;a>=0;a-=1){var n=e.get(a)||new Set;n.forEach(function(r){var t=r.parent,E=r.node;if(v(E)||!r.parent||l.has(r.parent.key))return;if(v(r.parent.node)){l.add(t.key);return}var y=!0,m=!1;(t.children||[]).filter(function(T){return!v(T.node)}).forEach(function(T){var _=T.key,f=g.has(_);y&&!f&&(y=!1),!m&&(f||c.has(_))&&(m=!0)}),y||g.delete(t.key),m&&c.add(t.key),l.add(t.key)})}return{checkedKeys:Array.from(g),halfCheckedKeys:Array.from(B(c,g))}}function S(W,N,e,w){var v=[],g;w?g=w:g=A;var c=new Set(W.filter(function(a){var n=!!e[a];return n||v.push(a),n})),s=new Map,i=0;Object.keys(e).forEach(function(a){var n=e[a],r=n.level,t=s.get(r);t||(t=new Set,s.set(r,t)),t.add(n),i=Math.max(i,r)}),Object(ne.a)(!v.length,"Tree missing follow keys: ".concat(v.slice(0,100).map(function(a){return"'".concat(a,"'")}).join(", ")));var l;return N===!0?l=j(c,s,i,g):l=P(c,N.halfCheckedKeys,s,i,g),l}},OZM5:function(Le,se,U){"use strict";U.d(se,"b",function(){return w}),U.d(se,"a",function(){return v}),U.d(se,"k",function(){return g}),U.d(se,"h",function(){return c}),U.d(se,"i",function(){return s}),U.d(se,"g",function(){return i}),U.d(se,"c",function(){return l}),U.d(se,"d",function(){return a}),U.d(se,"j",function(){return t}),U.d(se,"e",function(){return E}),U.d(se,"f",function(){return y});var ne=U("KQm4"),B=U("U8pU"),A=U("Ff2n"),j=U("q1tI"),P=U.n(j),S=U("Kwbf"),W=U("WaYH"),N=.25,e=2;function w(m,T){var _=m.slice(),f=_.indexOf(T);return f>=0&&_.splice(f,1),_}function v(m,T){var _=m.slice();return _.indexOf(T)===-1&&_.push(T),_}function g(m){return m.split("-")}function c(m,T){return"".concat(m,"-").concat(T)}function s(m){return m&&m.type&&m.type.isTreeNode}function i(m,T){var _=[m],f=T[m];function h(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];o.forEach(function(u){var b=u.key,p=u.children;_.push(b),h(p)})}return h(f.children),_}function l(m,T){var _=m.clientY,f=T.selectHandle.getBoundingClientRect(),h=f.top,o=f.bottom,u=f.height,b=Math.max(u*N,e);return _<=h+b?-1:_>=o-b?1:0}function a(m,T){if(!m)return;var _=T.multiple;return _?m.slice():m.length?[m[0]]:m}var n=function(T){return T};function r(m,T){if(!m)return[];var _=T||{},f=_.processProps,h=f===void 0?n:f,o=Array.isArray(m)?m:[m];return o.map(function(u){var b=u.children,p=Object(A.a)(u,["children"]),d=r(b,T);return P.a.createElement(W.a,Object.assign({},h(p)),d)})}function t(m){if(!m)return null;var T;if(Array.isArray(m))T={checkedKeys:m,halfCheckedKeys:void 0};else if(Object(B.a)(m)==="object")T={checkedKeys:m.checked||void 0,halfCheckedKeys:m.halfChecked||void 0};else return Object(S.a)(!1,"`checkedKeys` is not an array or an object"),null;return T}function E(m,T){var _=new Set;function f(h){if(_.has(h))return;var o=T[h];if(!o)return;_.add(h);var u=o.parent,b=o.node;if(b.disabled)return;u&&f(u.key)}return(m||[]).forEach(function(h){f(h)}),Object(ne.a)(_)}function y(m){var T={};return Object.keys(m).forEach(function(_){(_.startsWith("data-")||_.startsWith("aria-"))&&(T[_]=m[_])}),T}},"SA+Z":function(Le,se,U){var ne=U("wTVA"),B=U("EbDI"),A=U("ZhPi"),j=U("wkBT");function P(S){return ne(S)||B(S)||A(S)||j()}Le.exports=P,Le.exports.__esModule=!0,Le.exports.default=Le.exports},SJMd:function(Le,se){/**
* @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 U,ne,B,A=!1,j,P;window.PR_SHOULD_USE_CONTINUATION=!0;var S,W;(function(){var N=window,e=["break,continue,do,else,for,if,return,while"],w=[e,"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"],v=[w,"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],g=[v,"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"],c=[v,"abstract,assert,boolean,byte,extends,finally,final,implements,import,instanceof,interface,null,native,package,strictfp,super,synchronized,throws,transient"],s=[v,"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"],i="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",l=[v,"abstract,async,await,constructor,debugger,enum,eval,export,function,get,implements,instanceof,interface,let,null,set,undefined,var,with,yield,Infinity,NaN"],a="caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",n=[e,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],r=[e,"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"],t=[e,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],E=[g,s,c,l,a,n,r,t],y=/^(DIR|FILE|array|vector|(de|priority_)?queue|(forward_)?list|stack|(const_)?(reverse_)?iterator|(unordered_)?(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,m="str",T="kwd",_="com",f="typ",h="lit",o="pun",u="pln",b="tag",p="dec",d="src",O="atn",L="atv",x="nocode",I="(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function k(ae){for(var me=0,_e=!1,q=!1,oe=0,ue=ae.length;oe122||(Y<65||Q>90||xe.push([Math.max(65,Q)|32,Math.min(Y,90)|32]),Y<97||Q>122||xe.push([Math.max(97,Q)&~32,Math.min(Y,122)&~32]))}}xe.sort(function(le,he){return le[0]-he[0]||he[1]-le[1]});for(var $=[],te=[],z=0;zre[0]&&(re[1]+1>re[0]&&Z.push("-"),Z.push(Oe(re[1])))}return Z.push("]"),Z.join("")}function De(de){for(var ge=de.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")),xe=ge.length,we=[],Z=0,z=0;Z=2&&Q==="["?ge[Z]=Ie(G):Q!=="\\"&&(ge[Z]=G.replace(/[a-zA-Z]/g,function(te){var re=te.charCodeAt(0);return"["+String.fromCharCode(re&~32,re|32)+"]"}))}return ge.join("")}for(var Me=[],oe=0,ue=ae.length;oe=0;)_e[Me.charAt(de)]=De;var ge=De[1],xe=""+ge;Ce.hasOwnProperty(xe)||(be.push(ge),Ce[xe]=null)}be.push(/[\0-\uffff]/),q=k(be)})();var oe=me.length,ue=function(ce){for(var be=ce.sourceCode,Ce=ce.basePos,Oe=ce.sourceNode,Ie=[Ce,u],De=0,Me=be.match(q)||[],de={},ge=0,xe=Me.length;ge=5&&Z.substring(0,5)==="lang-",G&&!(z&&typeof z[1]=="string")&&(G=!1,Z=d),G||(de[we]=Z)}var Y=De;if(De+=we.length,!G)Ie.push(Ce+Y,Z);else{var $=z[1],te=we.indexOf($),re=te+$.length;z[2]&&(re=we.length-z[2].length,te=re-$.length);var le=Z.substring(5);F(Oe,Ce+Y,we.substring(0,te),ue,Ie),F(Oe,Ce+Y+te,$,K(le,$),Ie),F(Oe,Ce+Y+re,we.substring(re),ue,Ie)}}ce.decorations=Ie};return ue}function pe(ae){var me=[],_e=[];ae.tripleQuotedStrings?me.push([m,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,`'"`]):ae.multiLineStrings?me.push([m,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"]):me.push([m,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,`"'`]),ae.verbatimStrings&&_e.push([m,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null]);var q=ae.hashComments;q&&(ae.cStyleComments?(q>1?me.push([_,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"]):me.push([_,/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"]),_e.push([m,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,null])):me.push([_,/^#[^\r\n]*/,null,"#"])),ae.cStyleComments&&(_e.push([_,/^\/\/[^\r\n]*/,null]),_e.push([_,/^\/\*[\s\S]*?(?:\*\/|$)/,null]));var oe=ae.regexLiterals;if(oe){var ue=oe>1?"":`
\r`,ce=ue?".":"[\\S\\s]",be="/(?=[^/*"+ue+"])(?:[^/\\x5B\\x5C"+ue+"]|\\x5C"+ce+"|\\x5B(?:[^\\x5C\\x5D"+ue+"]|\\x5C"+ce+")*(?:\\x5D|$))+/";_e.push(["lang-regex",RegExp("^"+I+"("+be+")")])}var Ce=ae.types;Ce&&_e.push([f,Ce]);var Oe=(""+ae.keywords).replace(/^ | $/g,"");Oe.length&&_e.push([T,new RegExp("^(?:"+Oe.replace(/[\s,]+/g,"|")+")\\b"),null]),me.push([u,/^\s+/,null,` \r
\xA0`]);var Ie="^.[^\\s\\w.$@'\"`/\\\\]*";return ae.regexLiterals&&(Ie+="(?!s*/)"),_e.push([h,/^@[a-z_$][a-z_$@0-9]*/i,null],[f,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[u,/^[a-z_$][a-z_$@0-9]*/i,null],[h,new RegExp("^(?:0x[a-f0-9]+|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)(?:e[+\\-]?\\d+)?)[a-z]*","i"),null,"0123456789"],[u,/^\\[\s\S]?/,null],[o,new RegExp(Ie),null]),ie(me,_e)}var ve=pe({keywords:E,hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0});function ye(ae,me,_e){for(var q=/(?:^|\s)nocode(?:\s|$)/,oe=/\r\n?|\n/,ue=ae.ownerDocument,ce=ue.createElement("li");ae.firstChild;)ce.appendChild(ae.firstChild);var be=[ce];function Ce(ge){var xe=ge.nodeType;if(xe==1&&!q.test(ge.className))if(ge.nodeName==="br")Oe(ge),ge.parentNode&&ge.parentNode.removeChild(ge);else for(var we=ge.firstChild;we;we=we.nextSibling)Ce(we);else if((xe==3||xe==4)&&_e){var Z=ge.nodeValue,z=Z.match(oe);if(z){var G=Z.substring(0,z.index);ge.nodeValue=G;var X=Z.substring(z.index+z[0].length);if(X){var Q=ge.parentNode;Q.insertBefore(ue.createTextNode(X),ge.nextSibling)}Oe(ge),G||ge.parentNode.removeChild(ge)}}}function Oe(ge){for(;!ge.nextSibling;)if(ge=ge.parentNode,!ge)return;function xe(z,G){var X=G?z.cloneNode(!1):z,Q=z.parentNode;if(Q){var Y=xe(Q,1),$=z.nextSibling;Y.appendChild(X);for(var te=$;te;te=$)$=te.nextSibling,Y.appendChild(te)}return X}for(var we=xe(ge.nextSibling,0),Z;(Z=we.parentNode)&&Z.nodeType===1;)we=Z;be.push(we)}for(var Ie=0;Ie=Q&&(Ce+=2),ue>=Y&&(De+=2)}}finally{Z&&(Z.style.display=z)}}var Se={};function fe(ae,me){for(var _e=me.length;--_e>=0;){var q=me[_e];Se.hasOwnProperty(q)?N.console&&console.warn("cannot override language handler %s",q):Se[q]=ae}}function K(ae,me){return ae&&Se.hasOwnProperty(ae)||(ae=/^\s*]*(?:>|$)/],[_,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[o,/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-js",/^